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
.tns-outer { padding:0 !important; direction: ltr; } .tns-outer [hidden] { display:none !important } .tns-outer [aria-controls], .tns-outer [data-action] { cursor:pointer } .tns-slider { -webkit-transition:all 0s; -moz-transition:all 0s; transition:all 0s } .tns-slider>.tns-item { -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box } .tns-horizontal.tns-subpixel { white-space:nowrap } .tns-horizontal.tns-subpixel>.tns-item { display:inline-block; vertical-align:top; white-space:normal } .tns-horizontal.tns-no-subpixel:after { content:''; display:table; clear:both } .tns-horizontal.tns-no-subpixel>.tns-item { float:left } .tns-horizontal.tns-carousel.tns-no-subpixel>.tns-item { margin-right:-100% } .tns-no-calc { position:relative; left:0 } .tns-gallery { position:relative; left:0; min-height:1px } .tns-gallery>.tns-item { position:absolute; left:-100%; -webkit-transition:transform 0s, opacity 0s; -moz-transition:transform 0s, opacity 0s; transition:transform 0s, opacity 0s } .tns-gallery>.tns-slide-active { position:relative; left:auto !important } .tns-gallery>.tns-moving { -webkit-transition:all 0.25s; -moz-transition:all 0.25s; transition:all 0.25s } .tns-autowidth { display:inline-block } .tns-lazy-img { -webkit-transition:opacity 0.6s; -moz-transition:opacity 0.6s; transition:opacity 0.6s; opacity:0.6 } .tns-lazy-img.tns-complete { opacity:1 } .tns-ah { -webkit-transition:height 0s; -moz-transition:height 0s; transition:height 0s } .tns-ovh { overflow:hidden } .tns-visually-hidden { position:absolute; left:-10000em } .tns-transparent { opacity:0; visibility:hidden } .tns-fadeIn { opacity:1; filter:alpha(opacity=100); z-index:0 } .tns-normal, .tns-fadeOut { opacity:0; filter:alpha(opacity=0); z-index:-1 } .tns-vpfix { white-space:nowrap } .tns-vpfix>div, .tns-vpfix>li { display:inline-block } .tns-t-subp2 { margin:0 auto; width:310px; position:relative; height:10px; overflow:hidden } .tns-t-ct { width:2333.3333333%; width:-webkit-calc(100% * 70 / 3); width:-moz-calc(100% * 70 / 3); width:calc(100% * 70 / 3); position:absolute; right:0 } .tns-t-ct:after { content:''; display:table; clear:both } .tns-t-ct>div { width:1.4285714%; width:-webkit-calc(100% / 70); width:-moz-calc(100% / 70); width:calc(100% / 70); height:10px; float:left } /*# sourceMappingURL=sourcemaps/tiny-slider.css.map */
statics/css/tiny-slider.css
.tns-outer { padding:0 !important; direction: ltr; } .tns-outer [hidden] { display:none !important } .tns-outer [aria-controls], .tns-outer [data-action] { cursor:pointer } .tns-slider { -webkit-transition:all 0s; -moz-transition:all 0s; transition:all 0s } .tns-slider>.tns-item { -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box } .tns-horizontal.tns-subpixel { white-space:nowrap } .tns-horizontal.tns-subpixel>.tns-item { display:inline-block; vertical-align:top; white-space:normal } .tns-horizontal.tns-no-subpixel:after { content:''; display:table; clear:both } .tns-horizontal.tns-no-subpixel>.tns-item { float:left } .tns-horizontal.tns-carousel.tns-no-subpixel>.tns-item { margin-right:-100% } .tns-no-calc { position:relative; left:0 } .tns-gallery { position:relative; left:0; min-height:1px } .tns-gallery>.tns-item { position:absolute; left:-100%; -webkit-transition:transform 0s, opacity 0s; -moz-transition:transform 0s, opacity 0s; transition:transform 0s, opacity 0s } .tns-gallery>.tns-slide-active { position:relative; left:auto !important } .tns-gallery>.tns-moving { -webkit-transition:all 0.25s; -moz-transition:all 0.25s; transition:all 0.25s } .tns-autowidth { display:inline-block } .tns-lazy-img { -webkit-transition:opacity 0.6s; -moz-transition:opacity 0.6s; transition:opacity 0.6s; opacity:0.6 } .tns-lazy-img.tns-complete { opacity:1 } .tns-ah { -webkit-transition:height 0s; -moz-transition:height 0s; transition:height 0s } .tns-ovh { overflow:hidden } .tns-visually-hidden { position:absolute; left:-10000em } .tns-transparent { opacity:0; visibility:hidden } .tns-fadeIn { opacity:1; filter:alpha(opacity=100); z-index:0 } .tns-normal, .tns-fadeOut { opacity:0; filter:alpha(opacity=0); z-index:-1 } .tns-vpfix { white-space:nowrap } .tns-vpfix>div, .tns-vpfix>li { display:inline-block } .tns-t-subp2 { margin:0 auto; width:310px; position:relative; height:10px; overflow:hidden } .tns-t-ct { width:2333.3333333%; width:-webkit-calc(100% * 70 / 3); width:-moz-calc(100% * 70 / 3); width:calc(100% * 70 / 3); position:absolute; right:0 } .tns-t-ct:after { content:''; display:table; clear:both } .tns-t-ct>div { width:1.4285714%; width:-webkit-calc(100% / 70); width:-moz-calc(100% / 70); width:calc(100% / 70); height:10px; float:left } /*# sourceMappingURL=sourcemaps/tiny-slider.css.map */
0.505127
0.351701
html, body { width: 99vw; background-color: var(--light-background); } p, h1, h2, h3, li { color: var(--text-color); } p { opacity: 70%; } body { position: absolute; z-index: -2; margin: 0; height: 100%; font-family: "Roboto Light", sans-serif; display: flex; flex-direction: column; } main { flex: 1 0 auto; display: flex; flex-direction: column; align-items: center; text-align: center; } h1 { margin: 20px 0 120px; font-size: 4em; } main img { height: 100px; } h2 { font-size: 2em; margin: 70px 0 50px; } a { color: var(--dark-blue); text-decoration: none; } @media (max-width: 720px) { h1 { margin: 20px 0 50px; font-size: 3em; } h2 { font-size: 2em; margin: 50px 0 10px; } main img { height: 90px; } p { text-align: justify; } } .hidden { display: none; } .snowflake { color: var(--dark-blue); font-size: 1em; text-shadow: 0 0 1px var(--text-color); position: fixed; top: -10%; z-index: 9999; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; cursor: default; -webkit-animation-name: snowflakes-fall, snowflakes-shake; -webkit-animation-duration: 10s, 3s; -webkit-animation-timing-function: linear, ease-in-out; -webkit-animation-iteration-count: infinite, infinite; -webkit-animation-play-state: running, running; animation-name: snowflakes-fall, snowflakes-shake; animation-duration: 10s, 3s; animation-timing-function: linear, ease-in-out; animation-iteration-count: infinite, infinite; animation-play-state: running, running; } .snowflake:nth-of-type(0) { left: 1%; -webkit-animation-delay: 0s, 0s; animation-delay: 0s, 0s; } .snowflake:nth-of-type(1) { left: 10%; -webkit-animation-delay: 1s, 1s; animation-delay: 1s, 1s; } .snowflake:nth-of-type(2) { left: 20%; -webkit-animation-delay: 6s, 0.5s; animation-delay: 6s, 0.5s; } .snowflake:nth-of-type(3) { left: 30%; -webkit-animation-delay: 4s, 2s; animation-delay: 4s, 2s; } .snowflake:nth-of-type(4) { left: 40%; -webkit-animation-delay: 2s, 2s; animation-delay: 2s, 2s; } .snowflake:nth-of-type(5) { left: 50%; -webkit-animation-delay: 8s, 3s; animation-delay: 8s, 3s; } .snowflake:nth-of-type(6) { left: 60%; -webkit-animation-delay: 6s, 2s; animation-delay: 6s, 2s; } .snowflake:nth-of-type(7) { left: 70%; -webkit-animation-delay: 2.5s, 1s; animation-delay: 2.5s, 1s; } .snowflake:nth-of-type(8) { left: 80%; -webkit-animation-delay: 1s, 0s; animation-delay: 1s, 0s; } .snowflake:nth-of-type(9) { left: 90%; -webkit-animation-delay: 3s, 1.5s; animation-delay: 3s, 1.5s; } @-webkit-keyframes snowflakes-fall { 0% { top: -10%; } 100% { top: 100%; } } @-webkit-keyframes snowflakes-shake { 0% { -webkit-transform: translateX(0px); transform: translateX(0px); } 50% { -webkit-transform: translateX(80px); transform: translateX(80px); } 100% { -webkit-transform: translateX(0px); transform: translateX(0px); } } @keyframes snowflakes-fall { 0% { top: -10%; } 100% { top: 100%; } } @keyframes snowflakes-shake { 0% { transform: translateX(0px); } 50% { transform: translateX(80px); } 100% { transform: translateX(0px); } }
public/style/style.css
html, body { width: 99vw; background-color: var(--light-background); } p, h1, h2, h3, li { color: var(--text-color); } p { opacity: 70%; } body { position: absolute; z-index: -2; margin: 0; height: 100%; font-family: "Roboto Light", sans-serif; display: flex; flex-direction: column; } main { flex: 1 0 auto; display: flex; flex-direction: column; align-items: center; text-align: center; } h1 { margin: 20px 0 120px; font-size: 4em; } main img { height: 100px; } h2 { font-size: 2em; margin: 70px 0 50px; } a { color: var(--dark-blue); text-decoration: none; } @media (max-width: 720px) { h1 { margin: 20px 0 50px; font-size: 3em; } h2 { font-size: 2em; margin: 50px 0 10px; } main img { height: 90px; } p { text-align: justify; } } .hidden { display: none; } .snowflake { color: var(--dark-blue); font-size: 1em; text-shadow: 0 0 1px var(--text-color); position: fixed; top: -10%; z-index: 9999; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; cursor: default; -webkit-animation-name: snowflakes-fall, snowflakes-shake; -webkit-animation-duration: 10s, 3s; -webkit-animation-timing-function: linear, ease-in-out; -webkit-animation-iteration-count: infinite, infinite; -webkit-animation-play-state: running, running; animation-name: snowflakes-fall, snowflakes-shake; animation-duration: 10s, 3s; animation-timing-function: linear, ease-in-out; animation-iteration-count: infinite, infinite; animation-play-state: running, running; } .snowflake:nth-of-type(0) { left: 1%; -webkit-animation-delay: 0s, 0s; animation-delay: 0s, 0s; } .snowflake:nth-of-type(1) { left: 10%; -webkit-animation-delay: 1s, 1s; animation-delay: 1s, 1s; } .snowflake:nth-of-type(2) { left: 20%; -webkit-animation-delay: 6s, 0.5s; animation-delay: 6s, 0.5s; } .snowflake:nth-of-type(3) { left: 30%; -webkit-animation-delay: 4s, 2s; animation-delay: 4s, 2s; } .snowflake:nth-of-type(4) { left: 40%; -webkit-animation-delay: 2s, 2s; animation-delay: 2s, 2s; } .snowflake:nth-of-type(5) { left: 50%; -webkit-animation-delay: 8s, 3s; animation-delay: 8s, 3s; } .snowflake:nth-of-type(6) { left: 60%; -webkit-animation-delay: 6s, 2s; animation-delay: 6s, 2s; } .snowflake:nth-of-type(7) { left: 70%; -webkit-animation-delay: 2.5s, 1s; animation-delay: 2.5s, 1s; } .snowflake:nth-of-type(8) { left: 80%; -webkit-animation-delay: 1s, 0s; animation-delay: 1s, 0s; } .snowflake:nth-of-type(9) { left: 90%; -webkit-animation-delay: 3s, 1.5s; animation-delay: 3s, 1.5s; } @-webkit-keyframes snowflakes-fall { 0% { top: -10%; } 100% { top: 100%; } } @-webkit-keyframes snowflakes-shake { 0% { -webkit-transform: translateX(0px); transform: translateX(0px); } 50% { -webkit-transform: translateX(80px); transform: translateX(80px); } 100% { -webkit-transform: translateX(0px); transform: translateX(0px); } } @keyframes snowflakes-fall { 0% { top: -10%; } 100% { top: 100%; } } @keyframes snowflakes-shake { 0% { transform: translateX(0px); } 50% { transform: translateX(80px); } 100% { transform: translateX(0px); } }
0.52756
0.088269
@-moz-document domain("fio.cz") { /* Vypnuti odporneho karuselu */ #myCarousel, .carousel { display:none ! important; visibility: hidden ! important; } /* Upravy Fio bankovnictvi ver. 2, theme 1.3 */ body { font-size: 12px !important; min-width: 800px !important; } .container { width: 100% !important; margin-bottom: 5px !important; /* width: 800px !important; */ } .pohyby { min-width: 950px !important; } .modal_lg { width: 760px !important; } .fiiglePohyby { width: 780px !important; } .green_border { background: 0px 0px #EFAD01 !important; } .redirectToIb1 { background: #FEC121 !important; } .table > thead > tr > th { border-bottom: 2px solid #EFAD01 !important; } .table .sumacniRadek td { background: 0px 0px #E6EDF3 !important; border-top: 2px solid #EFAD01 !important; font-weight: 700; } .btnChevron .btn-menu { background: 0px 0px #EFAD01 !important; } .widget_boxHeader { padding: 0px 5px !important; height: 22px !important; } .widget_tools { color: #BBBBBB; font-size: 16px !important; margin-top: 0px !important; } .fa-arrows, .fa-times { margin-top: 4px !important; } .fa-cog { height: 28px !important; } .fa-calendar { height: 10px !important; } .page-header { margin: 0px 0px 5px !important; padding-bottom: 2px !important; } .menu { margin-bottom: 2px !important; } .input-group-addon { font-size: 12px !important; font-weight: 400; /* line-height: 0.5 !important; */ /* height: 5px !important; */ padding: 1px 6px !important; } .form-inline { height: 26px !important; } .form-group { margin-bottom: 6px !important; margin-top: 2px !important; } .searchInput { height: 28px !important; padding: 2px 6px !important; } .vlPopis { font-size: 11px !important; font-style: normal !important; padding: 2px !important; } .btn { font-size: 12px !important; line-height: 1.4 !important; padding: 4px 12px !important; } .btn-default { line-height: 1.0 !important; } .bootstrap-select > .btn { height: 24px !important; } .bootstrap-select { padding: 0px 0px !important; } .btn-search { height: 22px !important; padding: 1px 12px !important; } .greenBtn, .whiteBtn, .blueBtn { height: 22px !important; padding: 1px 12px !important; margin-top: -5px !important; } .form-control { padding: 0px 3px 0px 3px !important; height: 24px !important; -webkit-transition: none !important; -moz-transition: none !important; -o-transition: none !important; -ms-transition: none !important; transition: none !important; } .green { color: #EFAD01 !important; } .greenBtn { background-color: #EFAD01 !important; } .greenBtn:hover, .greenBtn:focus { background-color: #DEA201 !important; } .h1_login, .h2_login { border-bottom: 2px solid #DEA201 !important; } .fa-share, .fa-pencil, .fa-info-circle, .fa-repeat, .fa-plus, .fa-file-text-o { color: #215D99 !important; } .tooltip-inner { background-color: #E6EDF3 !important; border-radius: 4px; color: #000000 !important; max-width: 200px; padding: 3px 8px; text-align: center; text-decoration: none; } .tooltip-arrow { border-top: 5px solid #E6EDF3 !important; color: #E6EDF3 !important; } .dropdownCloseBtn, .btn-transparent { padding: 4px 4px !important; } .bankCode { max-height: 400px; min-width: 360px !important; overflow-y: auto; } .dropdown-menu > li > a { display: block; white-space: normal !important; } .row { margin-bottom: 2px !important; } .table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td { padding: 3px 4px !important; } hr { border-top: 1px solid #EEEEEE; margin-bottom: 2px !important; margin-top: 2px !important; } .hidden-print { margin-bottom: 2px !important; margin-top: 2px !important; } h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 { margin-bottom: 2px !important; margin-top: 2px !important; } h1, .h1 { font-size: 18px !important; font-weight: bold !important; } h4, .h4 { font-size: 14px !important; font-weight: bold !important; } .page-headerH2 { border-bottom: 1px solid #EEEEEE; margin-bottom: 10px !important; } .selectAcc { font-size: 12px !important; } .selectAcc li a { padding: 2px 20px 2px 20px !important; line-height: 12px !important; } .selectAcc li a i.accIcon { font-size: 12px; left: 0px !important; margin-right: 5px; position: absolute; text-align: center; top: 1px !important; width: 22px; } .dropdown-menu .divider { margin: 2px 0px !important; } .dropdown_box ul li a { padding-bottom: 2px !important; padding-left: 15px; padding-top: 2px !important; } .vypisKaret li { padding: 2px 20px !important; } .crossCard { top: 40px !important; } .vypisKaret .img-responsive { margin-top: 15px !important; } .indexZustatkyBox { padding: 5px 15px !important; } .indexZustatkyBox > div > div { height: auto !important; } .balanceLabel { white-space: nowrap; } /* Zbytecne siroky nazev uctu, preteka box */ div[style="min-width: 340px; word-wrap: break-word;"] { min-width: 200px !important; } /* Oprava tooltipu nad grafem zustatku na uctu - posledni body vpravo zlobily, tooltip se nezobrazoval, protoze dvouradkovy prekryval bod zobrazujici tooltip. Nove je tooltip posunuty vlevo nahoru (temer vycentrovany), takze neprekryva aktivujici tecku ani kdyz je dvouradkovy */ .ex-tooltip { transform: translate(-60px, -15px); } /* Prebarveni Fio internet bankovnictvi ver. 1 */ table.main thead th { background: none repeat scroll 0% 0% rgb(255, 185, 1) !important; } .accounts li.active { color: rgb(0, 0, 0); background: none repeat scroll 0% 0% rgb(255, 185, 1) !important; border-bottom-color: rgb(255, 185, 1) !important; } .nav .level1 > li.active { background: none rgb(255, 185, 1) !important; } h1.main { color: white; background: none repeat scroll 0% 0% #EFAD01 !important; } .btn-send { background: none repeat scroll 0% 0% rgb(255, 185, 1) !important; } .nav .level2Wrapper { background: none no-repeat scroll left top #EFAD01 !important; } .nav .level2Wrapper .right { background: none no-repeat scroll right top #EFAD01 !important; } .ibLogin .submit { background: none no-repeat scroll left top #EFAD01 !important; } #keyboardToggle { background: none no-repeat scroll left top rgb(255, 185, 1) !important; color: white; } .nav .subnav li { background: none repeat scroll left top rgb(192, 192, 192) !important; opacity:0.93 !important; } .nav .subnav a { color: rgb(0, 69, 138) !important; } .nav .subnav a:hover { color: rgb(150, 104, 1) !important; } .nav .subnav .label { color: rgb(60, 60, 60) !important; } .loggedOut, .loggedOut-error { color: #EFAD01 !important; } /* Cerne odkazy ve vybrane polozce hlavniho menu .nav .level1 > li.active > a { color: black; } .nav .level1 > li.active:hover > a { color: black; } */ } /* end of style */
data/usercss/109352.user.css
@-moz-document domain("fio.cz") { /* Vypnuti odporneho karuselu */ #myCarousel, .carousel { display:none ! important; visibility: hidden ! important; } /* Upravy Fio bankovnictvi ver. 2, theme 1.3 */ body { font-size: 12px !important; min-width: 800px !important; } .container { width: 100% !important; margin-bottom: 5px !important; /* width: 800px !important; */ } .pohyby { min-width: 950px !important; } .modal_lg { width: 760px !important; } .fiiglePohyby { width: 780px !important; } .green_border { background: 0px 0px #EFAD01 !important; } .redirectToIb1 { background: #FEC121 !important; } .table > thead > tr > th { border-bottom: 2px solid #EFAD01 !important; } .table .sumacniRadek td { background: 0px 0px #E6EDF3 !important; border-top: 2px solid #EFAD01 !important; font-weight: 700; } .btnChevron .btn-menu { background: 0px 0px #EFAD01 !important; } .widget_boxHeader { padding: 0px 5px !important; height: 22px !important; } .widget_tools { color: #BBBBBB; font-size: 16px !important; margin-top: 0px !important; } .fa-arrows, .fa-times { margin-top: 4px !important; } .fa-cog { height: 28px !important; } .fa-calendar { height: 10px !important; } .page-header { margin: 0px 0px 5px !important; padding-bottom: 2px !important; } .menu { margin-bottom: 2px !important; } .input-group-addon { font-size: 12px !important; font-weight: 400; /* line-height: 0.5 !important; */ /* height: 5px !important; */ padding: 1px 6px !important; } .form-inline { height: 26px !important; } .form-group { margin-bottom: 6px !important; margin-top: 2px !important; } .searchInput { height: 28px !important; padding: 2px 6px !important; } .vlPopis { font-size: 11px !important; font-style: normal !important; padding: 2px !important; } .btn { font-size: 12px !important; line-height: 1.4 !important; padding: 4px 12px !important; } .btn-default { line-height: 1.0 !important; } .bootstrap-select > .btn { height: 24px !important; } .bootstrap-select { padding: 0px 0px !important; } .btn-search { height: 22px !important; padding: 1px 12px !important; } .greenBtn, .whiteBtn, .blueBtn { height: 22px !important; padding: 1px 12px !important; margin-top: -5px !important; } .form-control { padding: 0px 3px 0px 3px !important; height: 24px !important; -webkit-transition: none !important; -moz-transition: none !important; -o-transition: none !important; -ms-transition: none !important; transition: none !important; } .green { color: #EFAD01 !important; } .greenBtn { background-color: #EFAD01 !important; } .greenBtn:hover, .greenBtn:focus { background-color: #DEA201 !important; } .h1_login, .h2_login { border-bottom: 2px solid #DEA201 !important; } .fa-share, .fa-pencil, .fa-info-circle, .fa-repeat, .fa-plus, .fa-file-text-o { color: #215D99 !important; } .tooltip-inner { background-color: #E6EDF3 !important; border-radius: 4px; color: #000000 !important; max-width: 200px; padding: 3px 8px; text-align: center; text-decoration: none; } .tooltip-arrow { border-top: 5px solid #E6EDF3 !important; color: #E6EDF3 !important; } .dropdownCloseBtn, .btn-transparent { padding: 4px 4px !important; } .bankCode { max-height: 400px; min-width: 360px !important; overflow-y: auto; } .dropdown-menu > li > a { display: block; white-space: normal !important; } .row { margin-bottom: 2px !important; } .table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td { padding: 3px 4px !important; } hr { border-top: 1px solid #EEEEEE; margin-bottom: 2px !important; margin-top: 2px !important; } .hidden-print { margin-bottom: 2px !important; margin-top: 2px !important; } h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 { margin-bottom: 2px !important; margin-top: 2px !important; } h1, .h1 { font-size: 18px !important; font-weight: bold !important; } h4, .h4 { font-size: 14px !important; font-weight: bold !important; } .page-headerH2 { border-bottom: 1px solid #EEEEEE; margin-bottom: 10px !important; } .selectAcc { font-size: 12px !important; } .selectAcc li a { padding: 2px 20px 2px 20px !important; line-height: 12px !important; } .selectAcc li a i.accIcon { font-size: 12px; left: 0px !important; margin-right: 5px; position: absolute; text-align: center; top: 1px !important; width: 22px; } .dropdown-menu .divider { margin: 2px 0px !important; } .dropdown_box ul li a { padding-bottom: 2px !important; padding-left: 15px; padding-top: 2px !important; } .vypisKaret li { padding: 2px 20px !important; } .crossCard { top: 40px !important; } .vypisKaret .img-responsive { margin-top: 15px !important; } .indexZustatkyBox { padding: 5px 15px !important; } .indexZustatkyBox > div > div { height: auto !important; } .balanceLabel { white-space: nowrap; } /* Zbytecne siroky nazev uctu, preteka box */ div[style="min-width: 340px; word-wrap: break-word;"] { min-width: 200px !important; } /* Oprava tooltipu nad grafem zustatku na uctu - posledni body vpravo zlobily, tooltip se nezobrazoval, protoze dvouradkovy prekryval bod zobrazujici tooltip. Nove je tooltip posunuty vlevo nahoru (temer vycentrovany), takze neprekryva aktivujici tecku ani kdyz je dvouradkovy */ .ex-tooltip { transform: translate(-60px, -15px); } /* Prebarveni Fio internet bankovnictvi ver. 1 */ table.main thead th { background: none repeat scroll 0% 0% rgb(255, 185, 1) !important; } .accounts li.active { color: rgb(0, 0, 0); background: none repeat scroll 0% 0% rgb(255, 185, 1) !important; border-bottom-color: rgb(255, 185, 1) !important; } .nav .level1 > li.active { background: none rgb(255, 185, 1) !important; } h1.main { color: white; background: none repeat scroll 0% 0% #EFAD01 !important; } .btn-send { background: none repeat scroll 0% 0% rgb(255, 185, 1) !important; } .nav .level2Wrapper { background: none no-repeat scroll left top #EFAD01 !important; } .nav .level2Wrapper .right { background: none no-repeat scroll right top #EFAD01 !important; } .ibLogin .submit { background: none no-repeat scroll left top #EFAD01 !important; } #keyboardToggle { background: none no-repeat scroll left top rgb(255, 185, 1) !important; color: white; } .nav .subnav li { background: none repeat scroll left top rgb(192, 192, 192) !important; opacity:0.93 !important; } .nav .subnav a { color: rgb(0, 69, 138) !important; } .nav .subnav a:hover { color: rgb(150, 104, 1) !important; } .nav .subnav .label { color: rgb(60, 60, 60) !important; } .loggedOut, .loggedOut-error { color: #EFAD01 !important; } /* Cerne odkazy ve vybrane polozce hlavniho menu .nav .level1 > li.active > a { color: black; } .nav .level1 > li.active:hover > a { color: black; } */ } /* end of style */
0.084564
0.032868
.appearance_page_latte-welcome .col { margin-bottom: 0; } .appearance_page_latte-welcome .col2-set::after { clear: both; content: ""; display: table; } .appearance_page_latte-welcome .col2-set .col-1, .appearance_page_latte-welcome .col2-set .col-2 { width: 48%; float: left; } .appearance_page_latte-welcome .col2-set .col-2 { float: right; } .appearance_page_latte-welcome .latte-title { float: left; margin-bottom: .53em; } .appearance_page_latte-welcome .version { font-size: 30%; padding: 0.387em 0.857em; border-radius: 3px; background-color: #f1f1f1; font-weight: 700; } .appearance_page_latte-welcome .activated { text-transform: uppercase; color: #fff; background: #45B964; display: inline-block; padding: 2px 8px; float: right; margin: 0; font-size: .75em !important; border-radius: 3px; } .appearance_page_latte-welcome .boxed { padding: 1.387em 2.244em; background: #fff; box-sizing: border-box; border: 1px solid #ddd; border-radius: 4px; position: relative; margin-bottom: 2.618em; } .appearance_page_latte-welcome .boxed > h2:first-child { font-weight: 700; font-size: 1.1em; } .appearance_page_latte-welcome .boxed .button { line-height: 16px; height: 38px; padding: 10px 20px; } .appearance_page_latte-welcome .boxed p, .appearance_page_latte-welcome .boxed ul { font-size: .857em; } .appearance_page_latte-welcome .boxed ul.extensions::after { clear: both; content: ""; display: table; } .appearance_page_latte-welcome .boxed ul.extensions li { width: 48%; float: left; } .appearance_page_latte-welcome .boxed ul.extensions li:nth-child(2n) { float: right; } .appearance_page_latte-welcome .boxed:before { content: "\f309"; display: block; position: absolute; top: 1.387em; right: 1.387em; font-size: 1.618em; font-family: 'Dashicons'; font-weight: 400; -webkit-font-smoothing: antialiased; } .appearance_page_latte-welcome .boxed.enrich:before { content: "\f472"; } .appearance_page_latte-welcome .boxed.whatsnew:before { content: "\f502"; } .appearance_page_latte-welcome .boxed.donate:before { content: "\f487"; } .appearance_page_latte-welcome .boxed.support:before { content: "\f468"; } .appearance_page_latte-welcome .boxed.extension:before { content: "\f112"; } .appearance_page_latte-welcome .boxed.downloaded:before { content: ""; } .appearance_page_latte-welcome .boxed.news .col2-set h4 { font-size: .857em; text-tranlatteorm: uppercase; margin-top: 10px; margin-bottom: 5px; color: #999; } .appearance_page_latte-welcome .image-latte { width: 100%; text-align: center; } .about-wrap h2 { margin: 1em 0; text-align: left; } @media screen and (max-width: 782px) { .about-wrap [class$="col"] .col { margin: 0px !important; padding: 0px !important; } }
wp-content/themes/latte/inc/admin/welcome-screen/css/welcome.css
.appearance_page_latte-welcome .col { margin-bottom: 0; } .appearance_page_latte-welcome .col2-set::after { clear: both; content: ""; display: table; } .appearance_page_latte-welcome .col2-set .col-1, .appearance_page_latte-welcome .col2-set .col-2 { width: 48%; float: left; } .appearance_page_latte-welcome .col2-set .col-2 { float: right; } .appearance_page_latte-welcome .latte-title { float: left; margin-bottom: .53em; } .appearance_page_latte-welcome .version { font-size: 30%; padding: 0.387em 0.857em; border-radius: 3px; background-color: #f1f1f1; font-weight: 700; } .appearance_page_latte-welcome .activated { text-transform: uppercase; color: #fff; background: #45B964; display: inline-block; padding: 2px 8px; float: right; margin: 0; font-size: .75em !important; border-radius: 3px; } .appearance_page_latte-welcome .boxed { padding: 1.387em 2.244em; background: #fff; box-sizing: border-box; border: 1px solid #ddd; border-radius: 4px; position: relative; margin-bottom: 2.618em; } .appearance_page_latte-welcome .boxed > h2:first-child { font-weight: 700; font-size: 1.1em; } .appearance_page_latte-welcome .boxed .button { line-height: 16px; height: 38px; padding: 10px 20px; } .appearance_page_latte-welcome .boxed p, .appearance_page_latte-welcome .boxed ul { font-size: .857em; } .appearance_page_latte-welcome .boxed ul.extensions::after { clear: both; content: ""; display: table; } .appearance_page_latte-welcome .boxed ul.extensions li { width: 48%; float: left; } .appearance_page_latte-welcome .boxed ul.extensions li:nth-child(2n) { float: right; } .appearance_page_latte-welcome .boxed:before { content: "\f309"; display: block; position: absolute; top: 1.387em; right: 1.387em; font-size: 1.618em; font-family: 'Dashicons'; font-weight: 400; -webkit-font-smoothing: antialiased; } .appearance_page_latte-welcome .boxed.enrich:before { content: "\f472"; } .appearance_page_latte-welcome .boxed.whatsnew:before { content: "\f502"; } .appearance_page_latte-welcome .boxed.donate:before { content: "\f487"; } .appearance_page_latte-welcome .boxed.support:before { content: "\f468"; } .appearance_page_latte-welcome .boxed.extension:before { content: "\f112"; } .appearance_page_latte-welcome .boxed.downloaded:before { content: ""; } .appearance_page_latte-welcome .boxed.news .col2-set h4 { font-size: .857em; text-tranlatteorm: uppercase; margin-top: 10px; margin-bottom: 5px; color: #999; } .appearance_page_latte-welcome .image-latte { width: 100%; text-align: center; } .about-wrap h2 { margin: 1em 0; text-align: left; } @media screen and (max-width: 782px) { .about-wrap [class$="col"] .col { margin: 0px !important; padding: 0px !important; } }
0.265404
0.089058
@import url('https://fonts.googleapis.com/css?family=Ubuntu:400,700&display=swap'); body { overflow-x: hidden; font-family: 'Ubuntu', sans-serif; color: #505962; } .offset:before { display: block; content: ""; height: 4rem; margin-top: -4rem; } /*----- Navigation------ */ .navbar { text-transform: uppercase; font-weight: 700; font-size: .9rem; letter-spacing: .1rem; background-color: rgba(0, 0, 0, 0.6)!important; } .navbar-brand { height: 2.6rem; padding-top: 0px; } .navbar-brand img { height: 3rem; } .navbar-nav li { padding-right: .7rem; } .navbar-dark .navbar-nav .nav-link { color: #60b0f4; padding-top: .8rem; } .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link:hover { color: #b3b3ec; } /*----- Landing page-----*/ .home-inner { background-image: url(../images/kaley-dykstra-gtVrejEGdmM-unsplash5.png); background-repeat: no-repeat; background-attachment: local; } .caption { width: 100%; max-width: 100%; position: absolute; top: 38%; z-index: 1; text-transform: none; } .caption h1 { font-size: 3.8rem; font-weight: 700; letter-spacing: .3rem; text-shadow: .1rem .1rem .8rem black; padding-bottom: 1rem; color: #60b0f4; } .caption h3 { font-size: 2rem; text-shadow: .1rem .1rem .5rem black; padding-bottom: 1.6rem; color: #9cea83; } .caption h4 { font-size: 2rem; text-shadow: .1rem .1rem .5rem black; padding-bottom: 1.6rem; color: #9cea83; } .btn-lg { border-width: medium; border-radius: 1.5rem; padding: .6rem 1.3rem; font-size: 1.1rem; color: white; background-color: none; border-color: #60b0f4; } /*----- team page--------*/ .team-inner { background-image: url(../images/sandy-millar-OzyY3C8zVU8-unsplash3.jpg); background-position: contain; background-repeat: no-repeat; } /*----- presentation page--------*/ .presentation-inner { background-image: url(../images/jewellery-2199902_640.jpg); background-position: contain; background-repeat: no-repeat; } /*----- deliverables page-----*/ .deliverables-inner { background-image: url(../images/sonny-ravesteijn--2jzHmDWCc8-unsplash4.jpg); background-position: contain; background-repeat: no-repeat; } /*----- references page-----*/ .references-inner { background-image: url(../images/stepan-vrany-tDkZCPZgwOw-unsplash3.jpg); background-position: contain; background-repeat: no-repeat; } /*----- section 2------ */ #problem-history { background-color:rgb(48, 47, 47); color: #c2e9b5; padding: 3rem; } .narrow { width: 75%; margin: 0rem auto; padding-top: 2rem; } .narrow h1 { font-size: 2.4rem; font-weight: 700; text-transform: uppercase; } #team-members { background-color:rgb(48, 47, 47); padding: 3rem 0; } #team-members h3 { color: #60b0f4; } #team-members .heading-underline { width: 3rem; height: .2rem; background-color: #60b0f4; margin: 0 auto; } #presentation-content { background-color: rgb(230, 221, 211); padding: 3rem 0; } #presentation-content h3 { font-size: 3rem; font-weight: 700; color: rgb(48, 47, 47); } #presetntation-content .heading-underline { width: 3rem; height: .2rem; background-color: rgb(48, 47, 47); margin: 0 auto; } #presetntation-content h2 { font-size: 1.9rem; font-weight: 700; color: rgb(48, 47, 47); } #presentation-content h5 { font-size: 1.5rem; font-weight: 400; color: rgb(48, 47, 47); } #presentation-content p { font-size: 1.3rem; font-weight: 400; color: rgb(48, 47, 47); } #presentations .nav .nav-item .nav-link.active{ color: rgb(48, 47, 47); background-color: #60b0f4; } #presentation-content .iframe-container { overflow: hidden; padding-top: 57.25%; padding-right: 32%; position: relative; } #presentation-content .iframe-container iframe { border: 0; height: 100%; left: 0; position: absolute; top: 0; width: 100%; } /* 4x3 Aspect Ratio */ #presentation-content .iframe-container-4x3 { padding-top: 75%; } #deliverables-content { background-color: rgb(230, 221, 211); padding: 3rem 0; } #deliverables-content h3 { font-size: 3rem; font-weight: 700; color: rgb(48, 47, 47); } #deliverables-content .heading-underline { width: 3rem; height: .2rem; background-color: rgb(48, 47, 47); margin: 0 auto; } #deliverables-content h2 { font-size: 1.9rem; font-weight: 700; color: rgb(48, 47, 47); } #deliverables-content h5 { font-size: 1.5rem; font-weight: 400; color: rgb(48, 47, 47); } #deliverables-content p { font-size: 1.3rem; font-weight: 400; color: rgb(48, 47, 47); } #deliverables .nav .nav-item .nav-link.active{ color: rgb(48, 47, 47); background-color: #60b0f4; } #home .iframe-container { overflow: hidden; padding-top: 57.25%; padding-right: 0%; position: relative; } #deliverables .iframe-container { overflow: hidden; padding-top: 57.25%; padding-right: 32%; position: relative; } #deliverables .iframe-container iframe { border: 0; height: 100%; left: 0; position: absolute; top: 0; width: 100%; } /* 4x3 Aspect Ratio */ #deliverables .iframe-container-4x3 { padding-top: 75%; } #reference-material { background-color: #c2e9b5; padding: 3rem 0; } #reference-material h3 { font-size: 3rem; font-weight: 700; color: rgb(48, 47, 47); } #reference-material .heading-underline { width: 3rem; height: .2rem; background-color: rgb(48, 47, 47); margin: 0 0; text-align: left; } .dont-break-out { overflow-wrap: break-word; word-wrap: break-word; word-break: break-all; word-break: break-word; hyphens: auto; } /*----- section 3------ */ .jumbotron { margin: 0px; background-color: rgb(230, 221, 211); padding: 2rem 0 3.5rem; border-radius: 0; color: rgb(48, 47, 47); } h3.heading { font-size: 1.9rem; font-weight: 700; text-transform: uppercase; } .heading-underline { width: 3rem; height: .2rem; background-color: #c2e9b5; margin: 0 auto; } .alt-heading-underline { width: 3rem; height: .2rem; background-color: #505962; margin: 0 auto; } .card { background-color: #60b0f4; color: black; } .card h5{ font-size: 1.9rem; font-weight: 700; text-transform: capitalize; } .card-role { font-size: 1.6rem; text-transform: uppercase; } .card-text { font-size: 1.5rem; font-weight: 400; text-transform: none; } /*----- section 4------ */ #problem-characteristics { background-color:rgb(48, 47, 47); color: #c2e9b5; padding: 3rem; } /*----- section 5------ */ #solution-characteristics { background-color:rgb(48, 47, 47); color: #c2e9b5; padding: 3rem; } /*----- footer------ */ .footer { background-color: #60b0f4; margin: 0px; height:60px; } .footer p { padding-top: 1rem; }
version 3.0.2/styles/base.css
@import url('https://fonts.googleapis.com/css?family=Ubuntu:400,700&display=swap'); body { overflow-x: hidden; font-family: 'Ubuntu', sans-serif; color: #505962; } .offset:before { display: block; content: ""; height: 4rem; margin-top: -4rem; } /*----- Navigation------ */ .navbar { text-transform: uppercase; font-weight: 700; font-size: .9rem; letter-spacing: .1rem; background-color: rgba(0, 0, 0, 0.6)!important; } .navbar-brand { height: 2.6rem; padding-top: 0px; } .navbar-brand img { height: 3rem; } .navbar-nav li { padding-right: .7rem; } .navbar-dark .navbar-nav .nav-link { color: #60b0f4; padding-top: .8rem; } .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link:hover { color: #b3b3ec; } /*----- Landing page-----*/ .home-inner { background-image: url(../images/kaley-dykstra-gtVrejEGdmM-unsplash5.png); background-repeat: no-repeat; background-attachment: local; } .caption { width: 100%; max-width: 100%; position: absolute; top: 38%; z-index: 1; text-transform: none; } .caption h1 { font-size: 3.8rem; font-weight: 700; letter-spacing: .3rem; text-shadow: .1rem .1rem .8rem black; padding-bottom: 1rem; color: #60b0f4; } .caption h3 { font-size: 2rem; text-shadow: .1rem .1rem .5rem black; padding-bottom: 1.6rem; color: #9cea83; } .caption h4 { font-size: 2rem; text-shadow: .1rem .1rem .5rem black; padding-bottom: 1.6rem; color: #9cea83; } .btn-lg { border-width: medium; border-radius: 1.5rem; padding: .6rem 1.3rem; font-size: 1.1rem; color: white; background-color: none; border-color: #60b0f4; } /*----- team page--------*/ .team-inner { background-image: url(../images/sandy-millar-OzyY3C8zVU8-unsplash3.jpg); background-position: contain; background-repeat: no-repeat; } /*----- presentation page--------*/ .presentation-inner { background-image: url(../images/jewellery-2199902_640.jpg); background-position: contain; background-repeat: no-repeat; } /*----- deliverables page-----*/ .deliverables-inner { background-image: url(../images/sonny-ravesteijn--2jzHmDWCc8-unsplash4.jpg); background-position: contain; background-repeat: no-repeat; } /*----- references page-----*/ .references-inner { background-image: url(../images/stepan-vrany-tDkZCPZgwOw-unsplash3.jpg); background-position: contain; background-repeat: no-repeat; } /*----- section 2------ */ #problem-history { background-color:rgb(48, 47, 47); color: #c2e9b5; padding: 3rem; } .narrow { width: 75%; margin: 0rem auto; padding-top: 2rem; } .narrow h1 { font-size: 2.4rem; font-weight: 700; text-transform: uppercase; } #team-members { background-color:rgb(48, 47, 47); padding: 3rem 0; } #team-members h3 { color: #60b0f4; } #team-members .heading-underline { width: 3rem; height: .2rem; background-color: #60b0f4; margin: 0 auto; } #presentation-content { background-color: rgb(230, 221, 211); padding: 3rem 0; } #presentation-content h3 { font-size: 3rem; font-weight: 700; color: rgb(48, 47, 47); } #presetntation-content .heading-underline { width: 3rem; height: .2rem; background-color: rgb(48, 47, 47); margin: 0 auto; } #presetntation-content h2 { font-size: 1.9rem; font-weight: 700; color: rgb(48, 47, 47); } #presentation-content h5 { font-size: 1.5rem; font-weight: 400; color: rgb(48, 47, 47); } #presentation-content p { font-size: 1.3rem; font-weight: 400; color: rgb(48, 47, 47); } #presentations .nav .nav-item .nav-link.active{ color: rgb(48, 47, 47); background-color: #60b0f4; } #presentation-content .iframe-container { overflow: hidden; padding-top: 57.25%; padding-right: 32%; position: relative; } #presentation-content .iframe-container iframe { border: 0; height: 100%; left: 0; position: absolute; top: 0; width: 100%; } /* 4x3 Aspect Ratio */ #presentation-content .iframe-container-4x3 { padding-top: 75%; } #deliverables-content { background-color: rgb(230, 221, 211); padding: 3rem 0; } #deliverables-content h3 { font-size: 3rem; font-weight: 700; color: rgb(48, 47, 47); } #deliverables-content .heading-underline { width: 3rem; height: .2rem; background-color: rgb(48, 47, 47); margin: 0 auto; } #deliverables-content h2 { font-size: 1.9rem; font-weight: 700; color: rgb(48, 47, 47); } #deliverables-content h5 { font-size: 1.5rem; font-weight: 400; color: rgb(48, 47, 47); } #deliverables-content p { font-size: 1.3rem; font-weight: 400; color: rgb(48, 47, 47); } #deliverables .nav .nav-item .nav-link.active{ color: rgb(48, 47, 47); background-color: #60b0f4; } #home .iframe-container { overflow: hidden; padding-top: 57.25%; padding-right: 0%; position: relative; } #deliverables .iframe-container { overflow: hidden; padding-top: 57.25%; padding-right: 32%; position: relative; } #deliverables .iframe-container iframe { border: 0; height: 100%; left: 0; position: absolute; top: 0; width: 100%; } /* 4x3 Aspect Ratio */ #deliverables .iframe-container-4x3 { padding-top: 75%; } #reference-material { background-color: #c2e9b5; padding: 3rem 0; } #reference-material h3 { font-size: 3rem; font-weight: 700; color: rgb(48, 47, 47); } #reference-material .heading-underline { width: 3rem; height: .2rem; background-color: rgb(48, 47, 47); margin: 0 0; text-align: left; } .dont-break-out { overflow-wrap: break-word; word-wrap: break-word; word-break: break-all; word-break: break-word; hyphens: auto; } /*----- section 3------ */ .jumbotron { margin: 0px; background-color: rgb(230, 221, 211); padding: 2rem 0 3.5rem; border-radius: 0; color: rgb(48, 47, 47); } h3.heading { font-size: 1.9rem; font-weight: 700; text-transform: uppercase; } .heading-underline { width: 3rem; height: .2rem; background-color: #c2e9b5; margin: 0 auto; } .alt-heading-underline { width: 3rem; height: .2rem; background-color: #505962; margin: 0 auto; } .card { background-color: #60b0f4; color: black; } .card h5{ font-size: 1.9rem; font-weight: 700; text-transform: capitalize; } .card-role { font-size: 1.6rem; text-transform: uppercase; } .card-text { font-size: 1.5rem; font-weight: 400; text-transform: none; } /*----- section 4------ */ #problem-characteristics { background-color:rgb(48, 47, 47); color: #c2e9b5; padding: 3rem; } /*----- section 5------ */ #solution-characteristics { background-color:rgb(48, 47, 47); color: #c2e9b5; padding: 3rem; } /*----- footer------ */ .footer { background-color: #60b0f4; margin: 0px; height:60px; } .footer p { padding-top: 1rem; }
0.342681
0.055005
@charset "utf-8"; @import url('https://fonts.googleapis.com/css?family=Roboto:500,500i,700,700i'); /*Resetando defeault dos navegadores*/ *{ margin: 0; padding: 0; box-sizing: border-box; } textarea{ display: block; height: 500px; } body{ font-family: 'Roboto', sans-serif; font-size: 12pt; } /*Barra*/ .barra{ width: 100%; height: 36px; background-color: #B1B7BC; padding-top: 3px; } .barra li{ display: inline-block; font-size: 16pt; padding: 3px 10px 3px 10px; } .barra li#nome{ padding-top: -10px; } .barra li#icone{ padding: 5px 10px 3px 20px; } .barra li#icone:hover{ padding: 5px 10px 3px 20px; background-color: #DADADA; } .editorStyle { } /*Refresh*/ #atualizar{ display: none; } /*Busca*/ .divBusca{ font-size: 13pt; font-weight: 700; background-color: #4D4D4C; width: 390px; height: 40px; text-align: left; padding-top: 0px; color: #FFFFFF; font-family: 'Roboto', sans-serif; } #txtBusca{ width: 300px; height: 30px; border-radius: 10px; border: 0px; margin-left: 3px; } .btnBusca{ margin-top: 5px; } /*Fundo árvore*/ .temaArvore { display: block; width: 390px; height: 510px; margin-top: 0px; margin-bottom: 0px; background-color: #e1e1e1; overflow: scroll; } .quadroArvore { display: block; width: 300px; height: 370px; padding: 10px 0 0 15px; } .acaoPainel { padding: 10px 0 0 13px; } .panelButtons { display: block; width: 160px; height: 40px; margin: 0px 10px 0px 200px; background-color: #f5f0f0; border-style: outset; border-width: 1px; } /*.tvUsuario_0{ text-decoration: none; background-color: #8e44ad; color: #fff; padding: 3px 5px 3px 5px; } #tvUsuario { font-family: 'Roboto', sans-serif; font-size: 13pt; line-height: 30px; }*/ .tvUsuario_0{ text-decoration: none; color: #1a1818; padding: 3px 5px 3px 5px; font-family: 'Roboto', sans-serif; font-size: 8pt; line-height: 30px; } .selectedNode{ background-color: #8e44ad; color: #fff; margin-top: 40px; } /*Anúncio*/ .anuncio { display: block; bottom: 0px; margin-top: 0px; } /*prancheta*/ .prancheta { display: block; width: 1130px; margin: -670px 0px 0px 390px; } /*Rodape*/ .rodape{ background-color: #00556D; width: 100%; height: 6px; position: absolute; bottom: 0px; margin-left: 380x; } /*Impressao*/ @media print { body * { visibility: hidden; } #printable, #printable * { visibility: visible; } #printable { display: block; width: 1006px; margin: -618px 0px 0px 360px; } } /*RESPONSIVIDADE: VIEW PARA CELULAR*/ @media screen and (max-width: 480px){ /*Barra*/ .barra{ width: 100%; background-color: #B1B7BC; } .barra li{ display: inline-block; font-size: 14pt; padding: 3px 10px 3px 10px; } .barra li#nome{ padding-top: -10px; } .barra li#icone{ padding: 5px 8px 3px 10px; } .barra li#icone:hover{ padding: 5px 8px 3px 10px; background-color: #DADADA; } /*Gerador de temas*/ .gerador{ font-size: 12pt; font-weight: 700; background-color: #4D4D4C; width: 100%; height: 40px; text-align: center; color: #FFFFFF; } .temaArvore { display: block; width: 360px; height: 300px; margin-top: 0px; margin-bottom: 0px; background-color: #e1e1e1; } /*prancheta*/ .prancheta { display: block; width: 100%; margin: -500px 0px 0px 0px; } /*Anúncio*/ .anuncio { display: block; margin-top: 380px; } /*Rodape*/ .rodape{ display: none; } .divBusca{ font-size: 13pt; font-weight: 700; background-color: #4D4D4C; width: 350px; height: 40px; text-align: center; padding-top: -5px; color: #FFFFFF; font-family: 'Roboto', sans-serif; } #txtBusca{ width: 280px; height: 30px; border-radius: 10px; border: 0px; } }
CSS/telasPrancheta1.css
@charset "utf-8"; @import url('https://fonts.googleapis.com/css?family=Roboto:500,500i,700,700i'); /*Resetando defeault dos navegadores*/ *{ margin: 0; padding: 0; box-sizing: border-box; } textarea{ display: block; height: 500px; } body{ font-family: 'Roboto', sans-serif; font-size: 12pt; } /*Barra*/ .barra{ width: 100%; height: 36px; background-color: #B1B7BC; padding-top: 3px; } .barra li{ display: inline-block; font-size: 16pt; padding: 3px 10px 3px 10px; } .barra li#nome{ padding-top: -10px; } .barra li#icone{ padding: 5px 10px 3px 20px; } .barra li#icone:hover{ padding: 5px 10px 3px 20px; background-color: #DADADA; } .editorStyle { } /*Refresh*/ #atualizar{ display: none; } /*Busca*/ .divBusca{ font-size: 13pt; font-weight: 700; background-color: #4D4D4C; width: 390px; height: 40px; text-align: left; padding-top: 0px; color: #FFFFFF; font-family: 'Roboto', sans-serif; } #txtBusca{ width: 300px; height: 30px; border-radius: 10px; border: 0px; margin-left: 3px; } .btnBusca{ margin-top: 5px; } /*Fundo árvore*/ .temaArvore { display: block; width: 390px; height: 510px; margin-top: 0px; margin-bottom: 0px; background-color: #e1e1e1; overflow: scroll; } .quadroArvore { display: block; width: 300px; height: 370px; padding: 10px 0 0 15px; } .acaoPainel { padding: 10px 0 0 13px; } .panelButtons { display: block; width: 160px; height: 40px; margin: 0px 10px 0px 200px; background-color: #f5f0f0; border-style: outset; border-width: 1px; } /*.tvUsuario_0{ text-decoration: none; background-color: #8e44ad; color: #fff; padding: 3px 5px 3px 5px; } #tvUsuario { font-family: 'Roboto', sans-serif; font-size: 13pt; line-height: 30px; }*/ .tvUsuario_0{ text-decoration: none; color: #1a1818; padding: 3px 5px 3px 5px; font-family: 'Roboto', sans-serif; font-size: 8pt; line-height: 30px; } .selectedNode{ background-color: #8e44ad; color: #fff; margin-top: 40px; } /*Anúncio*/ .anuncio { display: block; bottom: 0px; margin-top: 0px; } /*prancheta*/ .prancheta { display: block; width: 1130px; margin: -670px 0px 0px 390px; } /*Rodape*/ .rodape{ background-color: #00556D; width: 100%; height: 6px; position: absolute; bottom: 0px; margin-left: 380x; } /*Impressao*/ @media print { body * { visibility: hidden; } #printable, #printable * { visibility: visible; } #printable { display: block; width: 1006px; margin: -618px 0px 0px 360px; } } /*RESPONSIVIDADE: VIEW PARA CELULAR*/ @media screen and (max-width: 480px){ /*Barra*/ .barra{ width: 100%; background-color: #B1B7BC; } .barra li{ display: inline-block; font-size: 14pt; padding: 3px 10px 3px 10px; } .barra li#nome{ padding-top: -10px; } .barra li#icone{ padding: 5px 8px 3px 10px; } .barra li#icone:hover{ padding: 5px 8px 3px 10px; background-color: #DADADA; } /*Gerador de temas*/ .gerador{ font-size: 12pt; font-weight: 700; background-color: #4D4D4C; width: 100%; height: 40px; text-align: center; color: #FFFFFF; } .temaArvore { display: block; width: 360px; height: 300px; margin-top: 0px; margin-bottom: 0px; background-color: #e1e1e1; } /*prancheta*/ .prancheta { display: block; width: 100%; margin: -500px 0px 0px 0px; } /*Anúncio*/ .anuncio { display: block; margin-top: 380px; } /*Rodape*/ .rodape{ display: none; } .divBusca{ font-size: 13pt; font-weight: 700; background-color: #4D4D4C; width: 350px; height: 40px; text-align: center; padding-top: -5px; color: #FFFFFF; font-family: 'Roboto', sans-serif; } #txtBusca{ width: 280px; height: 30px; border-radius: 10px; border: 0px; } }
0.120762
0.069226
.rtl { text-align: right; direction: rtl; } .rtl dd { margin-right: 0; margin-left: auto; } .rtl .list-unstyled { padding-left: 0; padding-right: 0; } .rtl .list-inline { padding-left: 0; padding-right: 0; } .rtl .list-inline-item:not(:last-child) { margin-left: 0.5rem; margin-right: auto; } .rtl .offset-1 { margin-right: 8.3333333333%; margin-left: auto; } .rtl .offset-2 { margin-right: 16.6666666667%; margin-left: auto; } .rtl .offset-3 { margin-right: 25%; margin-left: auto; } .rtl .offset-4 { margin-right: 33.3333333333%; margin-left: auto; } .rtl .offset-5 { margin-right: 41.6666666667%; margin-left: auto; } .rtl .offset-6 { margin-right: 50%; margin-left: auto; } .rtl .offset-7 { margin-right: 58.3333333333%; margin-left: auto; } .rtl .offset-8 { margin-right: 66.6666666667%; margin-left: auto; } .rtl .offset-9 { margin-right: 75%; margin-left: auto; } .rtl .offset-10 { margin-right: 83.3333333333%; margin-left: auto; } .rtl .offset-11 { margin-right: 91.6666666667%; margin-left: auto; } @media (min-width: 576px) { .rtl .offset-sm-0 { margin-right: 0; margin-left: auto; } .rtl .offset-sm-1 { margin-right: 8.3333333333%; margin-left: auto; } .rtl .offset-sm-2 { margin-right: 16.6666666667%; margin-left: auto; } .rtl .offset-sm-3 { margin-right: 25%; margin-left: auto; } .rtl .offset-sm-4 { margin-right: 33.3333333333%; margin-left: auto; } .rtl .offset-sm-5 { margin-right: 41.6666666667%; margin-left: auto; } .rtl .offset-sm-6 { margin-right: 50%; margin-left: auto; } .rtl .offset-sm-7 { margin-right: 58.3333333333%; margin-left: auto; } .rtl .offset-sm-8 { margin-right: 66.6666666667%; margin-left: auto; } .rtl .offset-sm-9 { margin-right: 75%; margin-left: auto; } .rtl .offset-sm-10 { margin-right: 83.3333333333%; margin-left: auto; } .rtl .offset-sm-11 { margin-right: 91.6666666667%; margin-left: auto; } } @media (min-width: 768px) { .rtl .offset-md-0 { margin-right: 0; margin-left: auto; } .rtl .offset-md-1 { margin-right: 8.3333333333%; margin-left: auto; } .rtl .offset-md-2 { margin-right: 16.6666666667%; margin-left: auto; } .rtl .offset-md-3 { margin-right: 25%; margin-left: auto; } .rtl .offset-md-4 { margin-right: 33.3333333333%; margin-left: auto; } .rtl .offset-md-5 { margin-right: 41.6666666667%; margin-left: auto; } .rtl .offset-md-6 { margin-right: 50%; margin-left: auto; } .rtl .offset-md-7 { margin-right: 58.3333333333%; margin-left: auto; } .rtl .offset-md-8 { margin-right: 66.6666666667%; margin-left: auto; } .rtl .offset-md-9 { margin-right: 75%; margin-left: auto; } .rtl .offset-md-10 { margin-right: 83.3333333333%; margin-left: auto; } .rtl .offset-md-11 { margin-right: 91.6666666667%; margin-left: auto; } } @media (min-width: 992px) { .rtl .offset-lg-0 { margin-right: 0; margin-left: auto; } .rtl .offset-lg-1 { margin-right: 8.3333333333%; margin-left: auto; } .rtl .offset-lg-2 { margin-right: 16.6666666667%; margin-left: auto; } .rtl .offset-lg-3 { margin-right: 25%; margin-left: auto; } .rtl .offset-lg-4 { margin-right: 33.3333333333%; margin-left: auto; } .rtl .offset-lg-5 { margin-right: 41.6666666667%; margin-left: auto; } .rtl .offset-lg-6 { margin-right: 50%; margin-left: auto; } .rtl .offset-lg-7 { margin-right: 58.3333333333%; margin-left: auto; } .rtl .offset-lg-8 { margin-right: 66.6666666667%; margin-left: auto; } .rtl .offset-lg-9 { margin-right: 75%; margin-left: auto; } .rtl .offset-lg-10 { margin-right: 83.3333333333%; margin-left: auto; } .rtl .offset-lg-11 { margin-right: 91.6666666667%; margin-left: auto; } } @media (min-width: 1200px) { .rtl .offset-xl-0 { margin-right: 0; margin-left: auto; } .rtl .offset-xl-1 { margin-right: 8.3333333333%; margin-left: auto; } .rtl .offset-xl-2 { margin-right: 16.6666666667%; margin-left: auto; } .rtl .offset-xl-3 { margin-right: 25%; margin-left: auto; } .rtl .offset-xl-4 { margin-right: 33.3333333333%; margin-left: auto; } .rtl .offset-xl-5 { margin-right: 41.6666666667%; margin-left: auto; } .rtl .offset-xl-6 { margin-right: 50%; margin-left: auto; } .rtl .offset-xl-7 { margin-right: 58.3333333333%; margin-left: auto; } .rtl .offset-xl-8 { margin-right: 66.6666666667%; margin-left: auto; } .rtl .offset-xl-9 { margin-right: 75%; margin-left: auto; } .rtl .offset-xl-10 { margin-right: 83.3333333333%; margin-left: auto; } .rtl .offset-xl-11 { margin-right: 91.6666666667%; margin-left: auto; } } .rtl .form-check { padding-right: 1.25rem; padding-left: 0; } .rtl .form-check-input { margin-right: -1.25rem; margin-left: auto; } @media (min-width: 576px) { .form-inline .form-check { padding-right: 0; padding-left: 0; } .form-inline .form-check-input { margin-left: 0.25rem; margin-right: auto; } } .rtl .dropdown-toggle::after { margin-right: 0.255em; margin-left: auto; } .rtl .dropdown-toggle:empty::after { margin-right: 0; margin-left: auto; } .rtl .dropdown-menu { right: 0; left: auto; float: right; text-align: right; } .rtl .dropdown-menu[x-placement^="top"], .rtl .dropdown-menu[x-placement^="right"], .rtl .dropdown-menu[x-placement^="bottom"], .rtl .dropdown-menu[x-placement^="left"] { left: auto; right: initial; } .rtl .btn-group .btn + .btn, .rtl .btn-group .btn + .btn-group, .rtl .btn-group .btn-group + .btn, .rtl .btn-group .btn-group + .btn-group, .rtl .btn-group-vertical .btn + .btn, .rtl .btn-group-vertical .btn + .btn-group, .rtl .btn-group-vertical .btn-group + .btn, .rtl .btn-group-vertical .btn-group + .btn-group { margin-left: auto; margin-right: -1px; } .rtl .btn-group > .btn:first-child { margin-right: 0; margin-left: auto; border-top-right-radius: 0.25rem; border-bottom-right-radius: 0.25rem; } .rtl .btn-group > .btn:not(:last-child):not(.dropdown-toggle), .rtl .btn-group > .btn-group:not(:last-child) > .btn { border-top-left-radius: 0; border-bottom-left-radius: 0; border-top-right-radius: 0; border-bottom-right-radius: 0; } .rtl .btn-group > .btn:not(:first-child), .rtl .btn-group > .btn-group:not(:first-child) > .btn { border-top-right-radius: 0; border-bottom-right-radius: 0; border-top-left-radius: 0; border-bottom-left-radius: 0; border-top-left-radius: 0.25rem; border-bottom-left-radius: 0.25rem; } .rtl .dropdown-toggle-split::after, .rtl .dropup .dropdown-toggle-split::after, .rtl .btn-group-vertical > .btn + .btn, .rtl .btn-group-vertical > .btn + .btn-group, .rtl .btn-group-vertical > .btn-group + .btn, .rtl .btn-group-vertical > .btn-group + .btn-group { margin-right: 0; margin-left: auto; } .rtl .input-group > .form-control + .form-control, .rtl .input-group > .form-control + .custom-select, .rtl .input-group > .form-control + .custom-file, .rtl .input-group > .custom-select + .form-control, .rtl .input-group > .custom-select + .custom-select, .rtl .input-group > .custom-select + .custom-file, .rtl .input-group > .custom-file + .form-control, .rtl .input-group > .custom-file + .custom-select, .rtl .input-group > .custom-file + .custom-file { margin-right: -1px; margin-left: auto; } .rtl .input-group > .form-control:not(:last-child), .rtl .input-group > .custom-select:not(:last-child) { border-top-left-radius: 0; border-bottom-left-radius: 0; border-top-right-radius: 0; border-bottom-right-radius: 0; border-top-right-radius: initial; border-bottom-right-radius: initial; } .rtl .input-group > .form-control:not(:first-child), .rtl .input-group > .custom-select:not(:first-child) { border-top-right-radius: 0; border-bottom-right-radius: 0; border-top-left-radius: 0; border-bottom-left-radius: 0; border-top-left-radius: initial; border-bottom-left-radius: initial; } .rtl .input-group > .custom-file:not(:last-child) .custom-file-label, .rtl .input-group > .custom-file:not(:last-child) .custom-file-label::after { border-top-left-radius: 0; border-bottom-left-radius: 0; border-top-right-radius: 0; border-bottom-right-radius: 0; border-top-right-radius: initial; border-bottom-right-radius: initial; } .rtl .input-group > .custom-file:not(:first-child) .custom-file-label { border-top-right-radius: 0; border-bottom-right-radius: 0; border-top-left-radius: 0; border-bottom-left-radius: 0; border-top-left-radius: initial; border-bottom-left-radius: initial; } .rtl .input-group-prepend .btn + .btn, .rtl .input-group-prepend .btn + .input-group-text, .rtl .input-group-prepend .input-group-text + .input-group-text, .rtl .input-group-prepend .input-group-text + .btn, .rtl .input-group-append .btn + .btn, .rtl .input-group-append .btn + .input-group-text, .rtl .input-group-append .input-group-text + .input-group-text, .rtl .input-group-append .input-group-text + .btn { margin-right: -1px; margin-left: auto; } .rtl .input-group-prepend { margin-left: -1px; margin-right: auto; } .rtl .input-group-append { margin-right: -1px; margin-left: auto; } .rtl .input-group > .input-group-prepend > .btn, .rtl .input-group > .input-group-prepend > .input-group-text, .rtl .input-group > .input-group-append:not(:last-child) > .btn, .rtl .input-group > .input-group-append:not(:last-child) > .input-group-text, .rtl .input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle), .rtl .input-group > .input-group-append:last-child > .input-group-text:not(:last-child) { border-top-left-radius: 0; border-bottom-left-radius: 0; border-top-right-radius: 0; border-bottom-right-radius: 0; border-top-right-radius: initial; border-bottom-right-radius: initial; } .rtl .input-group > .input-group-append > .btn, .rtl .input-group > .input-group-append > .input-group-text, .rtl .input-group > .input-group-prepend:not(:first-child) > .btn, .rtl .input-group > .input-group-prepend:not(:first-child) > .input-group-text, .rtl .input-group > .input-group-prepend:first-child > .btn:not(:first-child), .rtl .input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) { border-top-right-radius: 0; border-bottom-right-radius: 0; border-top-left-radius: 0; border-bottom-left-radius: 0; border-top-left-radius: initial; border-bottom-left-radius: initial; } .rtl .custom-control { padding-left: 0; padding-right: 1.5rem; } .rtl .custom-control-inline { margin-left: 1rem; margin-right: auto; } .rtl .custom-control-label::before { right: -1.5rem; left: auto; } .rtl .custom-control-label::after { right: -1.5rem; left: auto; } .rtl .custom-select { padding: 0.375rem 0.75rem 0.375rem 1.75rem; 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 left 0.75rem center; background-size: 8px 10px; } .rtl .custom-select[multiple], .rtl .custom-select[size]:not([size="1"]) { padding-left: 0.75rem; padding-right: 0; } .rtl .custom-file-label::after { right: auto; left: 0; border-left: 0; border-right: 1px solid #ced4da; border-radius: 0.25rem 0 0 0.25rem; } .rtl .custom-range { padding-left: 0; padding-right: 0; } .rtl .custom-range::-ms-fill-upper { margin-left: 15px; margin-right: auto; } .rtl .nav { padding-right: 0; padding-left: 0; } .rtl .navbar-brand { margin-left: 1rem; margin-right: auto; } .rtl .navbar-nav { padding-right: 0; padding-left: 0; } .rtl .card-link + .card-link { margin-right: 1.25rem; margin-left: auto; } @media (min-width: 576px) and (max-width: 767.98px) { .rtl .card-group > .card + .card { margin-left: auto; border-left: 1px solid rgba(0, 0, 0, 0.125); margin-right: 0; border-right: 0; } .rtl .card-group > .card:first-child { border-top-right-radius: 0.25rem; border-bottom-right-radius: 0.25rem; border-top-left-radius: 0; border-bottom-left-radius: 0; } .rtl .card-group > .card:first-child .card-img-top, .rtl .card-group > .card:first-child .card-header { border-top-right-radius: 0; border-top-left-radius: 0; } .rtl .card-group > .card:first-child .card-img-bottom, .rtl .card-group > .card:first-child .card-footer { border-bottom-right-radius: 0; border-bottom-left-radius: 0; } .rtl .card-group > .card:last-child { border-top-left-radius: 0.25rem; border-bottom-left-radius: 0.25rem; border-top-right-radius: 0; border-bottom-right-radius: 0; } .rtl .card-group > .card:last-child .card-img-top, .rtl .card-group > .card:last-child .card-header { border-top-left-radius: 0; border-top-right-radius: 0; } .rtl .card-group > .card:last-child .card-img-bottom, .rtl .card-group > .card:last-child .card-footer { border-bottom-left-radius: 0; border-bottom-right-radius: 0; } } .rtl .breadcrumb-item + .breadcrumb-item { padding-right: 0.5rem; padding-left: 0; } .rtl .breadcrumb-item::before { padding-left: 0.5rem; padding-right: 0; } .rtl .pagination { padding-left: 0; padding-right: 0; } .rtl .page-link { margin-right: -1px; margin-left: auto; } .rtl .page-item:first-child .page-link { margin-right: 0; margin-left: auto; border-top-right-radius: 0.25rem; border-bottom-right-radius: 0.25rem; border-top-left-radius: 0; border-bottom-left-radius: 0; } .rtl .page-item:last-child .page-link { border-top-left-radius: 0.25rem; border-bottom-left-radius: 0.25rem; border-top-right-radius: 0; border-bottom-right-radius: 0; } .rtl .pagination-lg .page-link { padding: 0.75rem 1.5rem; font-size: 1.25rem; line-height: 1.5; } .rtl .pagination-lg .page-item:first-child .page-link { border-top-right-radius: 0.3rem; border-bottom-right-radius: 0.3rem; border-top-left-radius: 0; border-bottom-left-radius: 0; } .rtl .pagination-lg .page-item:last-child .page-link { border-top-left-radius: 0.3rem; border-bottom-left-radius: 0.3rem; border-top-right-radius: 0; border-bottom-right-radius: 0; } .rtl .pagination-sm .page-link { padding: 0.25rem 0.5rem; font-size: 0.875rem; line-height: 1.5; } .rtl .pagination-sm .page-item:first-child .page-link { border-top-right-radius: 0.2rem; border-bottom-right-radius: 0.2rem; border-top-left-radius: 0; border-bottom-left-radius: 0; } .rtl .pagination-sm .page-item:last-child .page-link { border-top-left-radius: 0.2rem; border-bottom-left-radius: 0.2rem; border-top-right-radius: 0; border-bottom-right-radius: 0; } .rtl .alert-dismissible { padding-left: 4rem; padding-right: 1.25rem; } .rtl .alert-dismissible .close { right: auto; left: 0; } @keyframes progress-bar-stripes { from { background-position: 1rem 0; } to { background-position: 100% 0; } } .rtl .progress-bar-striped { background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); } .rtl .list-group { padding-left: 0; padding-right: 0; } .rtl .close { float: left; } .rtl .modal-header .close { margin: -1rem auto -1rem -1rem; } .rtl .modal-footer > :not(:first-child) { margin-left: auto; margin-right: .25rem; } .rtl .modal-footer > :not(:last-child) { margin-right: auto; margin-left: .25rem; } .rtl .bs-popover-bottom .popover-header::before { left: auto; right: 50%; margin-right: -0.5rem; margin-left: auto; } .rtl .carousel-control-prev { left: auto; right: 0; } .rtl .carousel-control-next { right: auto; left: 0; } .rtl .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='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"); } .rtl .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='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"); } .rtl .carousel-indicators { padding-left: 0; padding-right: 0; } .rtl .carousel-indicators li::before { left: auto; right: 0; } .rtl .carousel-indicators li::after { left: auto; right: 0; } .rtl .embed-responsive .embed-responsive-item, .rtl .embed-responsive iframe, .rtl .embed-responsive embed, .rtl .embed-responsive object, .rtl .embed-responsive video { left: auto; right: 0; } /*# sourceMappingURL=bootstrap4-rtl.css.map */
css/bootstrap4-rtl.css
.rtl { text-align: right; direction: rtl; } .rtl dd { margin-right: 0; margin-left: auto; } .rtl .list-unstyled { padding-left: 0; padding-right: 0; } .rtl .list-inline { padding-left: 0; padding-right: 0; } .rtl .list-inline-item:not(:last-child) { margin-left: 0.5rem; margin-right: auto; } .rtl .offset-1 { margin-right: 8.3333333333%; margin-left: auto; } .rtl .offset-2 { margin-right: 16.6666666667%; margin-left: auto; } .rtl .offset-3 { margin-right: 25%; margin-left: auto; } .rtl .offset-4 { margin-right: 33.3333333333%; margin-left: auto; } .rtl .offset-5 { margin-right: 41.6666666667%; margin-left: auto; } .rtl .offset-6 { margin-right: 50%; margin-left: auto; } .rtl .offset-7 { margin-right: 58.3333333333%; margin-left: auto; } .rtl .offset-8 { margin-right: 66.6666666667%; margin-left: auto; } .rtl .offset-9 { margin-right: 75%; margin-left: auto; } .rtl .offset-10 { margin-right: 83.3333333333%; margin-left: auto; } .rtl .offset-11 { margin-right: 91.6666666667%; margin-left: auto; } @media (min-width: 576px) { .rtl .offset-sm-0 { margin-right: 0; margin-left: auto; } .rtl .offset-sm-1 { margin-right: 8.3333333333%; margin-left: auto; } .rtl .offset-sm-2 { margin-right: 16.6666666667%; margin-left: auto; } .rtl .offset-sm-3 { margin-right: 25%; margin-left: auto; } .rtl .offset-sm-4 { margin-right: 33.3333333333%; margin-left: auto; } .rtl .offset-sm-5 { margin-right: 41.6666666667%; margin-left: auto; } .rtl .offset-sm-6 { margin-right: 50%; margin-left: auto; } .rtl .offset-sm-7 { margin-right: 58.3333333333%; margin-left: auto; } .rtl .offset-sm-8 { margin-right: 66.6666666667%; margin-left: auto; } .rtl .offset-sm-9 { margin-right: 75%; margin-left: auto; } .rtl .offset-sm-10 { margin-right: 83.3333333333%; margin-left: auto; } .rtl .offset-sm-11 { margin-right: 91.6666666667%; margin-left: auto; } } @media (min-width: 768px) { .rtl .offset-md-0 { margin-right: 0; margin-left: auto; } .rtl .offset-md-1 { margin-right: 8.3333333333%; margin-left: auto; } .rtl .offset-md-2 { margin-right: 16.6666666667%; margin-left: auto; } .rtl .offset-md-3 { margin-right: 25%; margin-left: auto; } .rtl .offset-md-4 { margin-right: 33.3333333333%; margin-left: auto; } .rtl .offset-md-5 { margin-right: 41.6666666667%; margin-left: auto; } .rtl .offset-md-6 { margin-right: 50%; margin-left: auto; } .rtl .offset-md-7 { margin-right: 58.3333333333%; margin-left: auto; } .rtl .offset-md-8 { margin-right: 66.6666666667%; margin-left: auto; } .rtl .offset-md-9 { margin-right: 75%; margin-left: auto; } .rtl .offset-md-10 { margin-right: 83.3333333333%; margin-left: auto; } .rtl .offset-md-11 { margin-right: 91.6666666667%; margin-left: auto; } } @media (min-width: 992px) { .rtl .offset-lg-0 { margin-right: 0; margin-left: auto; } .rtl .offset-lg-1 { margin-right: 8.3333333333%; margin-left: auto; } .rtl .offset-lg-2 { margin-right: 16.6666666667%; margin-left: auto; } .rtl .offset-lg-3 { margin-right: 25%; margin-left: auto; } .rtl .offset-lg-4 { margin-right: 33.3333333333%; margin-left: auto; } .rtl .offset-lg-5 { margin-right: 41.6666666667%; margin-left: auto; } .rtl .offset-lg-6 { margin-right: 50%; margin-left: auto; } .rtl .offset-lg-7 { margin-right: 58.3333333333%; margin-left: auto; } .rtl .offset-lg-8 { margin-right: 66.6666666667%; margin-left: auto; } .rtl .offset-lg-9 { margin-right: 75%; margin-left: auto; } .rtl .offset-lg-10 { margin-right: 83.3333333333%; margin-left: auto; } .rtl .offset-lg-11 { margin-right: 91.6666666667%; margin-left: auto; } } @media (min-width: 1200px) { .rtl .offset-xl-0 { margin-right: 0; margin-left: auto; } .rtl .offset-xl-1 { margin-right: 8.3333333333%; margin-left: auto; } .rtl .offset-xl-2 { margin-right: 16.6666666667%; margin-left: auto; } .rtl .offset-xl-3 { margin-right: 25%; margin-left: auto; } .rtl .offset-xl-4 { margin-right: 33.3333333333%; margin-left: auto; } .rtl .offset-xl-5 { margin-right: 41.6666666667%; margin-left: auto; } .rtl .offset-xl-6 { margin-right: 50%; margin-left: auto; } .rtl .offset-xl-7 { margin-right: 58.3333333333%; margin-left: auto; } .rtl .offset-xl-8 { margin-right: 66.6666666667%; margin-left: auto; } .rtl .offset-xl-9 { margin-right: 75%; margin-left: auto; } .rtl .offset-xl-10 { margin-right: 83.3333333333%; margin-left: auto; } .rtl .offset-xl-11 { margin-right: 91.6666666667%; margin-left: auto; } } .rtl .form-check { padding-right: 1.25rem; padding-left: 0; } .rtl .form-check-input { margin-right: -1.25rem; margin-left: auto; } @media (min-width: 576px) { .form-inline .form-check { padding-right: 0; padding-left: 0; } .form-inline .form-check-input { margin-left: 0.25rem; margin-right: auto; } } .rtl .dropdown-toggle::after { margin-right: 0.255em; margin-left: auto; } .rtl .dropdown-toggle:empty::after { margin-right: 0; margin-left: auto; } .rtl .dropdown-menu { right: 0; left: auto; float: right; text-align: right; } .rtl .dropdown-menu[x-placement^="top"], .rtl .dropdown-menu[x-placement^="right"], .rtl .dropdown-menu[x-placement^="bottom"], .rtl .dropdown-menu[x-placement^="left"] { left: auto; right: initial; } .rtl .btn-group .btn + .btn, .rtl .btn-group .btn + .btn-group, .rtl .btn-group .btn-group + .btn, .rtl .btn-group .btn-group + .btn-group, .rtl .btn-group-vertical .btn + .btn, .rtl .btn-group-vertical .btn + .btn-group, .rtl .btn-group-vertical .btn-group + .btn, .rtl .btn-group-vertical .btn-group + .btn-group { margin-left: auto; margin-right: -1px; } .rtl .btn-group > .btn:first-child { margin-right: 0; margin-left: auto; border-top-right-radius: 0.25rem; border-bottom-right-radius: 0.25rem; } .rtl .btn-group > .btn:not(:last-child):not(.dropdown-toggle), .rtl .btn-group > .btn-group:not(:last-child) > .btn { border-top-left-radius: 0; border-bottom-left-radius: 0; border-top-right-radius: 0; border-bottom-right-radius: 0; } .rtl .btn-group > .btn:not(:first-child), .rtl .btn-group > .btn-group:not(:first-child) > .btn { border-top-right-radius: 0; border-bottom-right-radius: 0; border-top-left-radius: 0; border-bottom-left-radius: 0; border-top-left-radius: 0.25rem; border-bottom-left-radius: 0.25rem; } .rtl .dropdown-toggle-split::after, .rtl .dropup .dropdown-toggle-split::after, .rtl .btn-group-vertical > .btn + .btn, .rtl .btn-group-vertical > .btn + .btn-group, .rtl .btn-group-vertical > .btn-group + .btn, .rtl .btn-group-vertical > .btn-group + .btn-group { margin-right: 0; margin-left: auto; } .rtl .input-group > .form-control + .form-control, .rtl .input-group > .form-control + .custom-select, .rtl .input-group > .form-control + .custom-file, .rtl .input-group > .custom-select + .form-control, .rtl .input-group > .custom-select + .custom-select, .rtl .input-group > .custom-select + .custom-file, .rtl .input-group > .custom-file + .form-control, .rtl .input-group > .custom-file + .custom-select, .rtl .input-group > .custom-file + .custom-file { margin-right: -1px; margin-left: auto; } .rtl .input-group > .form-control:not(:last-child), .rtl .input-group > .custom-select:not(:last-child) { border-top-left-radius: 0; border-bottom-left-radius: 0; border-top-right-radius: 0; border-bottom-right-radius: 0; border-top-right-radius: initial; border-bottom-right-radius: initial; } .rtl .input-group > .form-control:not(:first-child), .rtl .input-group > .custom-select:not(:first-child) { border-top-right-radius: 0; border-bottom-right-radius: 0; border-top-left-radius: 0; border-bottom-left-radius: 0; border-top-left-radius: initial; border-bottom-left-radius: initial; } .rtl .input-group > .custom-file:not(:last-child) .custom-file-label, .rtl .input-group > .custom-file:not(:last-child) .custom-file-label::after { border-top-left-radius: 0; border-bottom-left-radius: 0; border-top-right-radius: 0; border-bottom-right-radius: 0; border-top-right-radius: initial; border-bottom-right-radius: initial; } .rtl .input-group > .custom-file:not(:first-child) .custom-file-label { border-top-right-radius: 0; border-bottom-right-radius: 0; border-top-left-radius: 0; border-bottom-left-radius: 0; border-top-left-radius: initial; border-bottom-left-radius: initial; } .rtl .input-group-prepend .btn + .btn, .rtl .input-group-prepend .btn + .input-group-text, .rtl .input-group-prepend .input-group-text + .input-group-text, .rtl .input-group-prepend .input-group-text + .btn, .rtl .input-group-append .btn + .btn, .rtl .input-group-append .btn + .input-group-text, .rtl .input-group-append .input-group-text + .input-group-text, .rtl .input-group-append .input-group-text + .btn { margin-right: -1px; margin-left: auto; } .rtl .input-group-prepend { margin-left: -1px; margin-right: auto; } .rtl .input-group-append { margin-right: -1px; margin-left: auto; } .rtl .input-group > .input-group-prepend > .btn, .rtl .input-group > .input-group-prepend > .input-group-text, .rtl .input-group > .input-group-append:not(:last-child) > .btn, .rtl .input-group > .input-group-append:not(:last-child) > .input-group-text, .rtl .input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle), .rtl .input-group > .input-group-append:last-child > .input-group-text:not(:last-child) { border-top-left-radius: 0; border-bottom-left-radius: 0; border-top-right-radius: 0; border-bottom-right-radius: 0; border-top-right-radius: initial; border-bottom-right-radius: initial; } .rtl .input-group > .input-group-append > .btn, .rtl .input-group > .input-group-append > .input-group-text, .rtl .input-group > .input-group-prepend:not(:first-child) > .btn, .rtl .input-group > .input-group-prepend:not(:first-child) > .input-group-text, .rtl .input-group > .input-group-prepend:first-child > .btn:not(:first-child), .rtl .input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) { border-top-right-radius: 0; border-bottom-right-radius: 0; border-top-left-radius: 0; border-bottom-left-radius: 0; border-top-left-radius: initial; border-bottom-left-radius: initial; } .rtl .custom-control { padding-left: 0; padding-right: 1.5rem; } .rtl .custom-control-inline { margin-left: 1rem; margin-right: auto; } .rtl .custom-control-label::before { right: -1.5rem; left: auto; } .rtl .custom-control-label::after { right: -1.5rem; left: auto; } .rtl .custom-select { padding: 0.375rem 0.75rem 0.375rem 1.75rem; 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 left 0.75rem center; background-size: 8px 10px; } .rtl .custom-select[multiple], .rtl .custom-select[size]:not([size="1"]) { padding-left: 0.75rem; padding-right: 0; } .rtl .custom-file-label::after { right: auto; left: 0; border-left: 0; border-right: 1px solid #ced4da; border-radius: 0.25rem 0 0 0.25rem; } .rtl .custom-range { padding-left: 0; padding-right: 0; } .rtl .custom-range::-ms-fill-upper { margin-left: 15px; margin-right: auto; } .rtl .nav { padding-right: 0; padding-left: 0; } .rtl .navbar-brand { margin-left: 1rem; margin-right: auto; } .rtl .navbar-nav { padding-right: 0; padding-left: 0; } .rtl .card-link + .card-link { margin-right: 1.25rem; margin-left: auto; } @media (min-width: 576px) and (max-width: 767.98px) { .rtl .card-group > .card + .card { margin-left: auto; border-left: 1px solid rgba(0, 0, 0, 0.125); margin-right: 0; border-right: 0; } .rtl .card-group > .card:first-child { border-top-right-radius: 0.25rem; border-bottom-right-radius: 0.25rem; border-top-left-radius: 0; border-bottom-left-radius: 0; } .rtl .card-group > .card:first-child .card-img-top, .rtl .card-group > .card:first-child .card-header { border-top-right-radius: 0; border-top-left-radius: 0; } .rtl .card-group > .card:first-child .card-img-bottom, .rtl .card-group > .card:first-child .card-footer { border-bottom-right-radius: 0; border-bottom-left-radius: 0; } .rtl .card-group > .card:last-child { border-top-left-radius: 0.25rem; border-bottom-left-radius: 0.25rem; border-top-right-radius: 0; border-bottom-right-radius: 0; } .rtl .card-group > .card:last-child .card-img-top, .rtl .card-group > .card:last-child .card-header { border-top-left-radius: 0; border-top-right-radius: 0; } .rtl .card-group > .card:last-child .card-img-bottom, .rtl .card-group > .card:last-child .card-footer { border-bottom-left-radius: 0; border-bottom-right-radius: 0; } } .rtl .breadcrumb-item + .breadcrumb-item { padding-right: 0.5rem; padding-left: 0; } .rtl .breadcrumb-item::before { padding-left: 0.5rem; padding-right: 0; } .rtl .pagination { padding-left: 0; padding-right: 0; } .rtl .page-link { margin-right: -1px; margin-left: auto; } .rtl .page-item:first-child .page-link { margin-right: 0; margin-left: auto; border-top-right-radius: 0.25rem; border-bottom-right-radius: 0.25rem; border-top-left-radius: 0; border-bottom-left-radius: 0; } .rtl .page-item:last-child .page-link { border-top-left-radius: 0.25rem; border-bottom-left-radius: 0.25rem; border-top-right-radius: 0; border-bottom-right-radius: 0; } .rtl .pagination-lg .page-link { padding: 0.75rem 1.5rem; font-size: 1.25rem; line-height: 1.5; } .rtl .pagination-lg .page-item:first-child .page-link { border-top-right-radius: 0.3rem; border-bottom-right-radius: 0.3rem; border-top-left-radius: 0; border-bottom-left-radius: 0; } .rtl .pagination-lg .page-item:last-child .page-link { border-top-left-radius: 0.3rem; border-bottom-left-radius: 0.3rem; border-top-right-radius: 0; border-bottom-right-radius: 0; } .rtl .pagination-sm .page-link { padding: 0.25rem 0.5rem; font-size: 0.875rem; line-height: 1.5; } .rtl .pagination-sm .page-item:first-child .page-link { border-top-right-radius: 0.2rem; border-bottom-right-radius: 0.2rem; border-top-left-radius: 0; border-bottom-left-radius: 0; } .rtl .pagination-sm .page-item:last-child .page-link { border-top-left-radius: 0.2rem; border-bottom-left-radius: 0.2rem; border-top-right-radius: 0; border-bottom-right-radius: 0; } .rtl .alert-dismissible { padding-left: 4rem; padding-right: 1.25rem; } .rtl .alert-dismissible .close { right: auto; left: 0; } @keyframes progress-bar-stripes { from { background-position: 1rem 0; } to { background-position: 100% 0; } } .rtl .progress-bar-striped { background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); } .rtl .list-group { padding-left: 0; padding-right: 0; } .rtl .close { float: left; } .rtl .modal-header .close { margin: -1rem auto -1rem -1rem; } .rtl .modal-footer > :not(:first-child) { margin-left: auto; margin-right: .25rem; } .rtl .modal-footer > :not(:last-child) { margin-right: auto; margin-left: .25rem; } .rtl .bs-popover-bottom .popover-header::before { left: auto; right: 50%; margin-right: -0.5rem; margin-left: auto; } .rtl .carousel-control-prev { left: auto; right: 0; } .rtl .carousel-control-next { right: auto; left: 0; } .rtl .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='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"); } .rtl .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='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"); } .rtl .carousel-indicators { padding-left: 0; padding-right: 0; } .rtl .carousel-indicators li::before { left: auto; right: 0; } .rtl .carousel-indicators li::after { left: auto; right: 0; } .rtl .embed-responsive .embed-responsive-item, .rtl .embed-responsive iframe, .rtl .embed-responsive embed, .rtl .embed-responsive object, .rtl .embed-responsive video { left: auto; right: 0; } /*# sourceMappingURL=bootstrap4-rtl.css.map */
0.639286
0.049382
@import url("https://fonts.googleapis.com/css2?family=Lexend+Deca:wght@100;200;300;400;500;600;700;800;900&display=swap"); /* Variáveis com cores */ :root { --blue: #3ea1db; --blue-dark: #574ae8; --white: #fff; --greyBg: #f3f5f7; --title: #313131; --text: #b6b6b6; --linear: linear-gradient(90deg, #574ae8 0%, #3ea1db 100%); } /* Reset HTML */ * { margin: 0; padding: 0; box-sizing: border-box; } /* Configurações básicas */ html { font-family: "Lexend Deca", Arial, Helvetica, sans-serif; scroll-behavior: smooth; } body { background: var(--greyBg); } a{ text-decoration: none; color: var(--title); cursor: pointer; font-weight: 600; } /* Header */ .container-header { background: var(--linear); color: var(--white); display: flex; align-items: center; justify-content: space-between; flex-direction: column; width: 100%; height: 24vh; padding: 2.5% 20%; } .content-header { display: flex; justify-content: space-between; width: 100%; height: auto; } .content-header, h2 { font-weight: 400; font-size: 1.5rem; } .busca { height: 6vh; border-radius: 5px; background: rgba(255, 255, 255, 0.2); width: 100%; display: flex; align-items: center; } .busca img { height: 0.97rem; width: 0.97rem; margin: 2%; } .busca input { border: none; width: 100%; background: none; border-radius: 5px; padding: 0 1%; outline: none; caret-color: var(--white); color: var(--white); font-weight: 400; font-size: 1.4rem; } .busca input::placeholder { color: rgba(255, 255, 255, 0.4); font-size: 1rem; } /* artigos */ main { padding: 2.5% 20%; display: flex; flex-direction: column; } article { display: flex; flex-direction: column; width: 100%; height: auto; border-radius: 5px; background: var(--white); padding: 2%; margin: 2% 0; } article h3 { padding: 2% 0 1% 0; color: var(--title); } article p { color: var(--text); } .date { width: 100%; display: flex; align-items: center; justify-content: space-between; font-size: 14px; color: var(--text); } /* footer */ footer { background: var(--linear); width: 100%; height: 20vh; padding: 2.5% 20%; display: flex; align-items: center; justify-content: space-around; flex-direction: column; color: var(--white); } /* Responsividade */ /* Tablet */ @media screen and (min-width: 768px) and (max-width: 1023px) { .container-header { width: 100%; height: 20vh; padding: 2% 5%; } main { padding: 2% 5%; } article { display: flex; flex-direction: column; width: 100%; height: auto; border-radius: 5px; background: var(--white); padding: 4%; margin: 2% 0; } article h3 { padding: 2.5% 0 2% 0; color: var(--title); } } /* Smartphone */ @media screen and (max-width: 767px) { .container-header { width: 100%; height: 18vh; padding: 4% 5%; } main { padding: 2% 5%; } article { display: flex; flex-direction: column; width: 100%; height: auto; border-radius: 5px; background: var(--white); padding: 4%; margin: 2% 0; } article h3 { padding: 2.5% 0 2% 0; color: var(--title); } }
desafios/desafio_01/css/style.css
@import url("https://fonts.googleapis.com/css2?family=Lexend+Deca:wght@100;200;300;400;500;600;700;800;900&display=swap"); /* Variáveis com cores */ :root { --blue: #3ea1db; --blue-dark: #574ae8; --white: #fff; --greyBg: #f3f5f7; --title: #313131; --text: #b6b6b6; --linear: linear-gradient(90deg, #574ae8 0%, #3ea1db 100%); } /* Reset HTML */ * { margin: 0; padding: 0; box-sizing: border-box; } /* Configurações básicas */ html { font-family: "Lexend Deca", Arial, Helvetica, sans-serif; scroll-behavior: smooth; } body { background: var(--greyBg); } a{ text-decoration: none; color: var(--title); cursor: pointer; font-weight: 600; } /* Header */ .container-header { background: var(--linear); color: var(--white); display: flex; align-items: center; justify-content: space-between; flex-direction: column; width: 100%; height: 24vh; padding: 2.5% 20%; } .content-header { display: flex; justify-content: space-between; width: 100%; height: auto; } .content-header, h2 { font-weight: 400; font-size: 1.5rem; } .busca { height: 6vh; border-radius: 5px; background: rgba(255, 255, 255, 0.2); width: 100%; display: flex; align-items: center; } .busca img { height: 0.97rem; width: 0.97rem; margin: 2%; } .busca input { border: none; width: 100%; background: none; border-radius: 5px; padding: 0 1%; outline: none; caret-color: var(--white); color: var(--white); font-weight: 400; font-size: 1.4rem; } .busca input::placeholder { color: rgba(255, 255, 255, 0.4); font-size: 1rem; } /* artigos */ main { padding: 2.5% 20%; display: flex; flex-direction: column; } article { display: flex; flex-direction: column; width: 100%; height: auto; border-radius: 5px; background: var(--white); padding: 2%; margin: 2% 0; } article h3 { padding: 2% 0 1% 0; color: var(--title); } article p { color: var(--text); } .date { width: 100%; display: flex; align-items: center; justify-content: space-between; font-size: 14px; color: var(--text); } /* footer */ footer { background: var(--linear); width: 100%; height: 20vh; padding: 2.5% 20%; display: flex; align-items: center; justify-content: space-around; flex-direction: column; color: var(--white); } /* Responsividade */ /* Tablet */ @media screen and (min-width: 768px) and (max-width: 1023px) { .container-header { width: 100%; height: 20vh; padding: 2% 5%; } main { padding: 2% 5%; } article { display: flex; flex-direction: column; width: 100%; height: auto; border-radius: 5px; background: var(--white); padding: 4%; margin: 2% 0; } article h3 { padding: 2.5% 0 2% 0; color: var(--title); } } /* Smartphone */ @media screen and (max-width: 767px) { .container-header { width: 100%; height: 18vh; padding: 4% 5%; } main { padding: 2% 5%; } article { display: flex; flex-direction: column; width: 100%; height: auto; border-radius: 5px; background: var(--white); padding: 4%; margin: 2% 0; } article h3 { padding: 2.5% 0 2% 0; color: var(--title); } }
0.426083
0.092401
body { background-color: #f8f8f8; font-family: monospace; text-align: center; } .no-select { -moz-user-select: none; -ms-user-select: none; -webkit-user-select: none; } a { color: blue; text-decoration: none; } a:hover { color: royalblue; } div.error_description { margin: 0 auto; max-width: 90vw; } div.error_description > h2 { color: red; } header > hr { border: 0; border-top: 1px solid lightgray; width: 90vw; } header > ul { padding: 0; } header > ul > li { list-style: none; } header > ul > li > code { background-color: floralwhite; color: firebrick; padding: 2px 5px; } header > ul > li > code > span { display: inline-block; } nav { display: block; } nav > ul { padding: 0; } nav > ul > li { display: inline-block; list-style: none; padding: 0 2ch; } form > textarea { background-color: white; border: 1px solid lightgray; border-radius: .5ch; box-shadow: .1ch .1ch .25ch rgba(0, 0, 0, .45); height: 400px; padding: .5ch; tab-size: 4; -moz-tab-size: 4; -o-tab-size: 4; width: 120ch; } form > p > input { background-color: white; border: 1px lightgray solid; border-radius: .5ch; box-shadow: .1ch .1ch .25ch rgba(0, 0, 0, .45); color: blue; padding: .5ch; } form > p > input:hover { background-color: #fcfcfc; box-shadow: .1ch .1ch .25ch rgba(0, 0, 128, .45); color: royalblue; } main { text-align: center; } main > div { overflow-wrap: break-word; background-color: white; border: 1px solid lightgray; border-radius: .5ch; box-shadow: .1ch .1ch .25ch rgba(0, 0, 0, .45); counter-reset: line; display: inline-block; padding: .5rem; text-align: left; white-space: nowrap; } main > div > div { border-bottom: 1px dashed #eee; } main > div > div:last-child { border-bottom: none; } main > div > div:hover { background-color: floralwhite; } main > div > div > div { display: inline-block; line-height: 1rem; vertical-align: middle; } main > div > div > div.index { text-align: right; height: 100%; } main > div > div > div.index > a { color: lightcoral; } main > div > div > div.index > a:hover { color: red; } main > div > div > div.line { white-space: pre-wrap; max-width: 80vw; tab-size: 4; -moz-tab-size: 4; -o-tab-size: 4; padding-left: 1ch; border-left: 1px solid lightgray; margin-left: 1ch; min-height: 1rem; }
assets/styles.css
body { background-color: #f8f8f8; font-family: monospace; text-align: center; } .no-select { -moz-user-select: none; -ms-user-select: none; -webkit-user-select: none; } a { color: blue; text-decoration: none; } a:hover { color: royalblue; } div.error_description { margin: 0 auto; max-width: 90vw; } div.error_description > h2 { color: red; } header > hr { border: 0; border-top: 1px solid lightgray; width: 90vw; } header > ul { padding: 0; } header > ul > li { list-style: none; } header > ul > li > code { background-color: floralwhite; color: firebrick; padding: 2px 5px; } header > ul > li > code > span { display: inline-block; } nav { display: block; } nav > ul { padding: 0; } nav > ul > li { display: inline-block; list-style: none; padding: 0 2ch; } form > textarea { background-color: white; border: 1px solid lightgray; border-radius: .5ch; box-shadow: .1ch .1ch .25ch rgba(0, 0, 0, .45); height: 400px; padding: .5ch; tab-size: 4; -moz-tab-size: 4; -o-tab-size: 4; width: 120ch; } form > p > input { background-color: white; border: 1px lightgray solid; border-radius: .5ch; box-shadow: .1ch .1ch .25ch rgba(0, 0, 0, .45); color: blue; padding: .5ch; } form > p > input:hover { background-color: #fcfcfc; box-shadow: .1ch .1ch .25ch rgba(0, 0, 128, .45); color: royalblue; } main { text-align: center; } main > div { overflow-wrap: break-word; background-color: white; border: 1px solid lightgray; border-radius: .5ch; box-shadow: .1ch .1ch .25ch rgba(0, 0, 0, .45); counter-reset: line; display: inline-block; padding: .5rem; text-align: left; white-space: nowrap; } main > div > div { border-bottom: 1px dashed #eee; } main > div > div:last-child { border-bottom: none; } main > div > div:hover { background-color: floralwhite; } main > div > div > div { display: inline-block; line-height: 1rem; vertical-align: middle; } main > div > div > div.index { text-align: right; height: 100%; } main > div > div > div.index > a { color: lightcoral; } main > div > div > div.index > a:hover { color: red; } main > div > div > div.line { white-space: pre-wrap; max-width: 80vw; tab-size: 4; -moz-tab-size: 4; -o-tab-size: 4; padding-left: 1ch; border-left: 1px solid lightgray; margin-left: 1ch; min-height: 1rem; }
0.397471
0.065187
.cabecalhoPrincipal .container { display: flex; align-items: center; justify-content: space-between; } .cabecalhoPrincipal-nav { display: flex; align-items: center; } @media screen and (max-width:768px) { .cabecalhoPrincipal .container { flex-direction: column; align-items: initial; text-align: center; } .cabecalhoPrincipal-nav { flex-direction: column; align-items: initial; } .cabecalhoPrincipal-nav-link-app { order: -1; } } /* ------------------------------------------------ */ .videoSobre .container { display: flex; flex-wrap: wrap; } .videoSobre-video { flex-grow: 1; flex-shrink: 30; } .videoSobre-sobre { text-align: center; display: flex; flex-direction: column; flex-grow: 1; /* Flex-grow faz o flex-item(filho) preencher o espaço que sobrou no alinhamento */ } .videoSobre-sobre-list { flex-grow: 1; } /* ------------------------------------------------ */ .conteudoPrincipal-cursos { display: flex; flex-wrap: wrap; } .conteudoPrincipal-cursos-link { width:23.5%; margin: 1%; } @media screen and (max-width:768px) { .conteudoPrincipal-cursos { flex-direction: column; } .conteudoPrincipal-cursos-link { width:100%; margin: 0; margin-bottom: 2%; } } /* ------------------------------------------------ */ .rodapePrincipal-patrocinadores .container { display: flex; align-items: center; justify-content: space-between; } .rodapePrincipal-patrocinadores-list { display: flex; align-items: center; justify-content: space-around; width: 70%; margin-right: 5%; } .rodapePrincipal-contatoForm { width: 25%; } .rodapePrincipal-contatoForm-fieldset { display: flex; } .rodapePrincipal-navMap-list { display: flex; justify-content: space-between; } .rodapePrincipal-navMap-bloco { display: flex; flex-flow: column wrap; } @media screen and (max-width:768px) { .rodapePrincipal-navMap-list { flex-direction: column; justify-content: initial; } .rodapePrincipal-patrocinadores .container { flex-direction: column; justify-content: initial; } .rodapePrincipal-patrocinadores-list { width: 100%; margin-right: 0; } .rodapePrincipal-contatoForm { width: 100%; } .rodapePrincipal-contatoForm-fieldset { justify-content: center; } }
courses/Alura/HTML5_CSS3/2-Flexbox Posicione elementos na tela/css/flexbox.css
.cabecalhoPrincipal .container { display: flex; align-items: center; justify-content: space-between; } .cabecalhoPrincipal-nav { display: flex; align-items: center; } @media screen and (max-width:768px) { .cabecalhoPrincipal .container { flex-direction: column; align-items: initial; text-align: center; } .cabecalhoPrincipal-nav { flex-direction: column; align-items: initial; } .cabecalhoPrincipal-nav-link-app { order: -1; } } /* ------------------------------------------------ */ .videoSobre .container { display: flex; flex-wrap: wrap; } .videoSobre-video { flex-grow: 1; flex-shrink: 30; } .videoSobre-sobre { text-align: center; display: flex; flex-direction: column; flex-grow: 1; /* Flex-grow faz o flex-item(filho) preencher o espaço que sobrou no alinhamento */ } .videoSobre-sobre-list { flex-grow: 1; } /* ------------------------------------------------ */ .conteudoPrincipal-cursos { display: flex; flex-wrap: wrap; } .conteudoPrincipal-cursos-link { width:23.5%; margin: 1%; } @media screen and (max-width:768px) { .conteudoPrincipal-cursos { flex-direction: column; } .conteudoPrincipal-cursos-link { width:100%; margin: 0; margin-bottom: 2%; } } /* ------------------------------------------------ */ .rodapePrincipal-patrocinadores .container { display: flex; align-items: center; justify-content: space-between; } .rodapePrincipal-patrocinadores-list { display: flex; align-items: center; justify-content: space-around; width: 70%; margin-right: 5%; } .rodapePrincipal-contatoForm { width: 25%; } .rodapePrincipal-contatoForm-fieldset { display: flex; } .rodapePrincipal-navMap-list { display: flex; justify-content: space-between; } .rodapePrincipal-navMap-bloco { display: flex; flex-flow: column wrap; } @media screen and (max-width:768px) { .rodapePrincipal-navMap-list { flex-direction: column; justify-content: initial; } .rodapePrincipal-patrocinadores .container { flex-direction: column; justify-content: initial; } .rodapePrincipal-patrocinadores-list { width: 100%; margin-right: 0; } .rodapePrincipal-contatoForm { width: 100%; } .rodapePrincipal-contatoForm-fieldset { justify-content: center; } }
0.438424
0.10235
* { direction: rtl; font-family: "Tahoma"; /*font-family: "IranNastaliq";*/ font-family: "iransansweb"; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box; } body { background-color: #C0E0FF; background: url(/img/b38.png) repeat; } @font-face { src: url('../font/iransansweb.ttf'); /*font-family: "IRANSansWeb";*/ /*src: url('/font/IranNastaliq.ttf');*/ font-family: "iransansweb"; font-weight: normal; font-style: normal; } a { color: black; } .topInfoBar { height: 25px; text-align: center; background: deepskyblue; } .topInfoBar div { vertical-align: middle; padding: 3px; } .affix { top: 0; width: 100%; z-index: 99; } .affix + #mainContent { /*padding-top: 56px;*/ margin-top: 68px; } .navbar { margin-bottom: 3px; } .menuLogo { height: 30px; width: 30px; margin-top: -5px; transition-duration: 1s; -webkit-transition-duration: 1s; } .menuLogo:hover { transition-duration: 1s; transform: rotate(360deg); -webkit-transition-duration: 1s; -webkit-transform: rotate(360deg); } .menuText { vertical-align: top; margin-right: 7px; } .fa-home { font-size: 21px !important; margin-top: -4px; } glyphicon-home { margin-top: -4px; } /* The animation code */ @keyframes example { 0% { transform: rotate(20deg); } 25% { transform: rotate(-20deg); } 50% { transform: rotate(20deg); } 75% { transform: rotate(-20deg); } 100% { transform: rotate(0deg); } } @-webkit-keyframes example { 0% { -webkit-transform: rotate(20deg); } 25% { -webkit-transform: rotate(-20deg) } 50% { -webkit-transform: rotate(20deg) } 75% { -webkit-transform: rotate(-20deg) } 100% { -webkit-transform: rotate(0deg) } } .fa-home:hover { -webkit-animation-name: example; -webkit-animation-duration: 1s; animation-name: example; animation-duration: 1s; } .glyphicon-home:hover { -webkit-animation-name: example; -webkit-animation-duration: 1s; animation-name: example; animation-duration: 1s; } .navbar-brand { float: right; } .navbar-toggle { float: left; } .navbar-nav-rtl { padding-right: 0px; } .dropdown-menu { text-align: right; } @media (min-width: 768px) { .navbar-nav > li { float: right; } .navbar-brand { margin-left: 15px !important; } } #mainContent { min-height: 350px; } .mainItemContainer { background-color: whitesmoke; margin-top: 15px; padding-bottom: 15px; padding-top: 15px; border-radius: 5px; box-shadow: 5px 5px 5px gray; } .myItemContainer { text-align: center; padding-top: 10px; } .myItem { width: 200px; /*height: 150px;*/ margin: 5px; vertical-align: top; display: inline-block; } .myItem a:hover { text-decoration: none; } .myItem img { width: 200px; height: 150px; -webkit-box-shadow: 1px 2px 4px #111; box-shadow: 1px 2px 4px #111; } .myItemBorder { } .myItem2 { border: 2px solid lightgray; border-bottom: 2px ridge lightgray; background-color: lightyellow; border-radius: 5px; -webkit-box-shadow: 1px 2px 2px #111; box-shadow: 1px 2px 2px #111; } .myItem3{ /*width: 220px;*/ /*height: 150px;*/ margin: 5px; vertical-align: top; /*display: inline-block;*/ border: 2px solid lightgray; border-bottom: 2px ridge lightgray; /*background-color: #a0e0FF;*/ border-radius: 1px 1px 1px 1px; /*-webkit-box-shadow: 1px 2px 2px #111;*/ -webkit-box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(0, 0, 0, 0.08); box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(0, 0, 0, 0.08); padding: 10px; min-height: 235px; } .myItem3 hr{ border-color: gray; margin-left: 5px; margin-right: 5px; } /*main page productSlider*/ .productSliderImgContainer { height: 300px; margin-bottom: 5px; } .productSliderImgContainer img { width: 100%; height: 100%; } .productSliderAllProducts{ padding: 0px 8% 0px 8%; } .productSliderAllProducts img { width: 80PX !important; height: 80px !important; border-radius: 5px 5px 5px 5px; } .productSliderAllProducts .glyphicon-chevron-right,.productSliderAllProducts .glyphicon-chevron-left{ top: 40% !important; } .productSliderAllProductsInner{ padding: 0px 7% 0px 7%; } .productSliderAllProductsInner .carousel-control { opacity: 0.2; width: 7% !important; } .productSliderItemContainer{ text-align: center; text-align: -webkit-center; overflow: auto; padding-bottom: 8px; } .productSliderItem{ display: table-cell; padding-left: 8px; border-radius: 5px 5px 5px 5px; } .prductItemactive img{ box-shadow: 2px 2px 2px 2px gray; } .bigHr { background-color: lightgray !important; height: 1px !important; } /*slider*/ #myCarousel .carousel-inner > .item > img, #myCarousel .carousel-inner > .item > a > img { width: 100%; max-height: 400px; margin: auto; } #myCarousel .carousel-control { opacity: 0.1; width: 10% !important; } .carousel-control:hover { opacity: 0.1 !important; } .carousel-control:focus { opacity: 0.1 !important; } #myCarousel { border-radius: 5px 5px 5px 50px; margin-top: -15px; } footer { background-color: #222222; color: white; margin-top: 50px; padding-top: 15px; padding-bottom: 0px; } footer hr { margin-top: 10px; margin-bottom: 15px; border-color: red; } .hr2 { border-color: #5ca9ff; margin-bottom: 7px; } footer a { color: white; display: block; } .footerColumn { padding-right: 15px; margin-bottom: 25px; } .footerTextTitles { /*color: #fffa90;*/ color: #2196F3; } footer input[type=email] { color: #333333; display: block; margin-top: 5px; margin-bottom: 5px; } *[class^='col-'], *[class*=' col-'] { float: right !important; } .blur { -webkit-transition: all 1s ease; -moz-transition: all 1s ease; -o-transition: all 1s ease; -ms-transition: all 1s ease; transition: all 1s ease; } .blur:hover { -webkit-filter: blur(1.7px); } .bottomCopyRight { text-align: center; font-size: 12px; } .modal-body { padding: 0px; padding-top: 10px; padding-left: 7px; } .modal-content { background-color: #222222; color: white; margin: 0 auto; } .modal-footer { padding: 8px; padding-right: 15px; } .modal-title { margin-right: 20px; margin-top: 10px; } .imageViewer img { width: 100%; height: 300px; padding-left: 2px; margin-bottom: 10px; } .imageViewer { padding-left: 5px; } .allImages { height: 300px; overflow: auto; padding-left: 5px; padding-right: 2px; } /*1200ld 992md 768sm 480xs 320exs*/ @media only screen and (max-width: 768px ) { .imageViewer img { height: 280px; } .allImages { height: 280px; } } @media only screen and (max-width: 480px ) { .imageViewer img { height: 200px; } .allImages { height: 200px; } .callusForm input,.callusForm select, .btnFile { max-width: 160px; } .callusForm textarea { max-width: 160px; } } .modal-content .myBtnClose { color: white; text-shadow: none; float: right; text-gn: center; margin-left: 5px; } .myBtnClose .glyphicon { vertical-align: middle; } .myThumbnail { margin-bottom: 5px; padding: 0px; } .myThumbnailActive { padding: 3px !important; } .callusForm { background-color: rgba(0, 0, 250, 0.1); border-radius: 5px 5px 5px 5px; padding: 20px; margin-bottom: 5px; box-shadow: 1px 1px 5px gray; } .callusForm .row { padding: 8px 0px; } .callusForm input,.callusForm select, .btnFile { max-width: 192px; width: 100%; text-align: center; } .callusForm textarea { max-width: 192px; width: 100%; } .callusinfo, .generalInfo { border-radius: 5px 5px 5px 5px; background-color: rgba(0, 0, 250, 0.1); padding: 20px; margin-bottom: 5px; box-shadow: 1px 1px 5px gray; } .callusinfo table td { padding: 8px 50px; text-align: center; } .callusinfo table { margin: 0 auto; } .aboutCompany { } .productDescriptor { width: 100%; /*height: 300px;*/ background-color: rgba(0, 0, 250, 0.1); /*display: none;*/ border-radius: 3px; box-shadow: 2px 2px 4px 0px gray; padding: 15px; margin-bottom: 10px; } .productDescriptorImage { /*height: 300px;*/ margin-bottom: 10px; } .productDescriptorImage img { width: 200px; height: 150px; margin: 0 auto; } .productDescriptorText { /*height: 300px;*/ color: black; } .productInfo table { /*padding:0px 20px;*/ box-shadow: 1px 1px 2px 0px gray; } /*-------productSlider-------------*/ /*#mycarousel4 .carousel-inner .active.left { left: -33%; }*/ /*#mycarousel4 .carousel-inner .next { left: 33%; }*/ /*#mycarousel4 .carousel-inner .prev { left: -33%; }*/ /*#mycarousel4 .carousel-control.left,.carousel-control.right {background-image:none;}*/ /*#mycarousel4 .item:not(.prev) {visibility: visible;}*/ /*#mycarousel4 .item.right:not(.prev) {visibility: hidden;}*/ /*#mycarousel4 .rightest{ visibility: visible;}*/
public/css/style.css
* { direction: rtl; font-family: "Tahoma"; /*font-family: "IranNastaliq";*/ font-family: "iransansweb"; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box; } body { background-color: #C0E0FF; background: url(/img/b38.png) repeat; } @font-face { src: url('../font/iransansweb.ttf'); /*font-family: "IRANSansWeb";*/ /*src: url('/font/IranNastaliq.ttf');*/ font-family: "iransansweb"; font-weight: normal; font-style: normal; } a { color: black; } .topInfoBar { height: 25px; text-align: center; background: deepskyblue; } .topInfoBar div { vertical-align: middle; padding: 3px; } .affix { top: 0; width: 100%; z-index: 99; } .affix + #mainContent { /*padding-top: 56px;*/ margin-top: 68px; } .navbar { margin-bottom: 3px; } .menuLogo { height: 30px; width: 30px; margin-top: -5px; transition-duration: 1s; -webkit-transition-duration: 1s; } .menuLogo:hover { transition-duration: 1s; transform: rotate(360deg); -webkit-transition-duration: 1s; -webkit-transform: rotate(360deg); } .menuText { vertical-align: top; margin-right: 7px; } .fa-home { font-size: 21px !important; margin-top: -4px; } glyphicon-home { margin-top: -4px; } /* The animation code */ @keyframes example { 0% { transform: rotate(20deg); } 25% { transform: rotate(-20deg); } 50% { transform: rotate(20deg); } 75% { transform: rotate(-20deg); } 100% { transform: rotate(0deg); } } @-webkit-keyframes example { 0% { -webkit-transform: rotate(20deg); } 25% { -webkit-transform: rotate(-20deg) } 50% { -webkit-transform: rotate(20deg) } 75% { -webkit-transform: rotate(-20deg) } 100% { -webkit-transform: rotate(0deg) } } .fa-home:hover { -webkit-animation-name: example; -webkit-animation-duration: 1s; animation-name: example; animation-duration: 1s; } .glyphicon-home:hover { -webkit-animation-name: example; -webkit-animation-duration: 1s; animation-name: example; animation-duration: 1s; } .navbar-brand { float: right; } .navbar-toggle { float: left; } .navbar-nav-rtl { padding-right: 0px; } .dropdown-menu { text-align: right; } @media (min-width: 768px) { .navbar-nav > li { float: right; } .navbar-brand { margin-left: 15px !important; } } #mainContent { min-height: 350px; } .mainItemContainer { background-color: whitesmoke; margin-top: 15px; padding-bottom: 15px; padding-top: 15px; border-radius: 5px; box-shadow: 5px 5px 5px gray; } .myItemContainer { text-align: center; padding-top: 10px; } .myItem { width: 200px; /*height: 150px;*/ margin: 5px; vertical-align: top; display: inline-block; } .myItem a:hover { text-decoration: none; } .myItem img { width: 200px; height: 150px; -webkit-box-shadow: 1px 2px 4px #111; box-shadow: 1px 2px 4px #111; } .myItemBorder { } .myItem2 { border: 2px solid lightgray; border-bottom: 2px ridge lightgray; background-color: lightyellow; border-radius: 5px; -webkit-box-shadow: 1px 2px 2px #111; box-shadow: 1px 2px 2px #111; } .myItem3{ /*width: 220px;*/ /*height: 150px;*/ margin: 5px; vertical-align: top; /*display: inline-block;*/ border: 2px solid lightgray; border-bottom: 2px ridge lightgray; /*background-color: #a0e0FF;*/ border-radius: 1px 1px 1px 1px; /*-webkit-box-shadow: 1px 2px 2px #111;*/ -webkit-box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(0, 0, 0, 0.08); box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(0, 0, 0, 0.08); padding: 10px; min-height: 235px; } .myItem3 hr{ border-color: gray; margin-left: 5px; margin-right: 5px; } /*main page productSlider*/ .productSliderImgContainer { height: 300px; margin-bottom: 5px; } .productSliderImgContainer img { width: 100%; height: 100%; } .productSliderAllProducts{ padding: 0px 8% 0px 8%; } .productSliderAllProducts img { width: 80PX !important; height: 80px !important; border-radius: 5px 5px 5px 5px; } .productSliderAllProducts .glyphicon-chevron-right,.productSliderAllProducts .glyphicon-chevron-left{ top: 40% !important; } .productSliderAllProductsInner{ padding: 0px 7% 0px 7%; } .productSliderAllProductsInner .carousel-control { opacity: 0.2; width: 7% !important; } .productSliderItemContainer{ text-align: center; text-align: -webkit-center; overflow: auto; padding-bottom: 8px; } .productSliderItem{ display: table-cell; padding-left: 8px; border-radius: 5px 5px 5px 5px; } .prductItemactive img{ box-shadow: 2px 2px 2px 2px gray; } .bigHr { background-color: lightgray !important; height: 1px !important; } /*slider*/ #myCarousel .carousel-inner > .item > img, #myCarousel .carousel-inner > .item > a > img { width: 100%; max-height: 400px; margin: auto; } #myCarousel .carousel-control { opacity: 0.1; width: 10% !important; } .carousel-control:hover { opacity: 0.1 !important; } .carousel-control:focus { opacity: 0.1 !important; } #myCarousel { border-radius: 5px 5px 5px 50px; margin-top: -15px; } footer { background-color: #222222; color: white; margin-top: 50px; padding-top: 15px; padding-bottom: 0px; } footer hr { margin-top: 10px; margin-bottom: 15px; border-color: red; } .hr2 { border-color: #5ca9ff; margin-bottom: 7px; } footer a { color: white; display: block; } .footerColumn { padding-right: 15px; margin-bottom: 25px; } .footerTextTitles { /*color: #fffa90;*/ color: #2196F3; } footer input[type=email] { color: #333333; display: block; margin-top: 5px; margin-bottom: 5px; } *[class^='col-'], *[class*=' col-'] { float: right !important; } .blur { -webkit-transition: all 1s ease; -moz-transition: all 1s ease; -o-transition: all 1s ease; -ms-transition: all 1s ease; transition: all 1s ease; } .blur:hover { -webkit-filter: blur(1.7px); } .bottomCopyRight { text-align: center; font-size: 12px; } .modal-body { padding: 0px; padding-top: 10px; padding-left: 7px; } .modal-content { background-color: #222222; color: white; margin: 0 auto; } .modal-footer { padding: 8px; padding-right: 15px; } .modal-title { margin-right: 20px; margin-top: 10px; } .imageViewer img { width: 100%; height: 300px; padding-left: 2px; margin-bottom: 10px; } .imageViewer { padding-left: 5px; } .allImages { height: 300px; overflow: auto; padding-left: 5px; padding-right: 2px; } /*1200ld 992md 768sm 480xs 320exs*/ @media only screen and (max-width: 768px ) { .imageViewer img { height: 280px; } .allImages { height: 280px; } } @media only screen and (max-width: 480px ) { .imageViewer img { height: 200px; } .allImages { height: 200px; } .callusForm input,.callusForm select, .btnFile { max-width: 160px; } .callusForm textarea { max-width: 160px; } } .modal-content .myBtnClose { color: white; text-shadow: none; float: right; text-gn: center; margin-left: 5px; } .myBtnClose .glyphicon { vertical-align: middle; } .myThumbnail { margin-bottom: 5px; padding: 0px; } .myThumbnailActive { padding: 3px !important; } .callusForm { background-color: rgba(0, 0, 250, 0.1); border-radius: 5px 5px 5px 5px; padding: 20px; margin-bottom: 5px; box-shadow: 1px 1px 5px gray; } .callusForm .row { padding: 8px 0px; } .callusForm input,.callusForm select, .btnFile { max-width: 192px; width: 100%; text-align: center; } .callusForm textarea { max-width: 192px; width: 100%; } .callusinfo, .generalInfo { border-radius: 5px 5px 5px 5px; background-color: rgba(0, 0, 250, 0.1); padding: 20px; margin-bottom: 5px; box-shadow: 1px 1px 5px gray; } .callusinfo table td { padding: 8px 50px; text-align: center; } .callusinfo table { margin: 0 auto; } .aboutCompany { } .productDescriptor { width: 100%; /*height: 300px;*/ background-color: rgba(0, 0, 250, 0.1); /*display: none;*/ border-radius: 3px; box-shadow: 2px 2px 4px 0px gray; padding: 15px; margin-bottom: 10px; } .productDescriptorImage { /*height: 300px;*/ margin-bottom: 10px; } .productDescriptorImage img { width: 200px; height: 150px; margin: 0 auto; } .productDescriptorText { /*height: 300px;*/ color: black; } .productInfo table { /*padding:0px 20px;*/ box-shadow: 1px 1px 2px 0px gray; } /*-------productSlider-------------*/ /*#mycarousel4 .carousel-inner .active.left { left: -33%; }*/ /*#mycarousel4 .carousel-inner .next { left: 33%; }*/ /*#mycarousel4 .carousel-inner .prev { left: -33%; }*/ /*#mycarousel4 .carousel-control.left,.carousel-control.right {background-image:none;}*/ /*#mycarousel4 .item:not(.prev) {visibility: visible;}*/ /*#mycarousel4 .item.right:not(.prev) {visibility: hidden;}*/ /*#mycarousel4 .rightest{ visibility: visible;}*/
0.359252
0.11088
.h-seperator{ width: 100%; border-bottom: 2px dashed #C9D0E1; margin: 2em auto 2em auto; display: block; padding: 0em; opacity: .3; } .lead{ font-size: 1.1em; color: #444; font-weight: 700; padding: 5px 2px 15px; display: inline-block; width: auto; } .icon-basket:before { content: '\e800'; } /* '' */ .icon-tags:before { content: '\e801'; } /* '' */ .icon-money:before { content: '\e802'; } /* '' */ /*****************order info******************/ .order-info{ width:100%; border:1px solid #C9D0E1; padding:3%; margin: 2em auto; border-radius:4px; overflow: hidden; color: #838F96; } .items{ width:80%; height: auto; float: left; } .items li{ font-size: 1em; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; margin: .5em 3em; } .items .lead, .price .lead{ text-transform: uppercase; padding: 0.5em .6em; } .price{ width: 20%; height: auto; float: left; } .price li{ margin: .5em 3em; font-weight: 700; } /*****************actions******************/ .actions{ width: 100%; height: auto; padding: 1em 0; overflow: hidden; margin:3em auto; } .actions a { width: 80%; padding: 1em .5em; display: block; text-align: center; text-decoration: none; font-size: .8em; color: #fff; margin: 0 auto; text-transform: uppercase; line-height: 1.4em; } .actions a:hover{ opacity: .9 } .actions .back{ background: #fff; color: #189D5B; border:1px solid #189D5B } .actions .continue{ float: right; background: #bc883f; } .actions .btm{ width: auto; max-width: 300px; float: none; background: #189D5B; text-align: center; margin:auto; padding: 1em 2em; } em.seperator{ width: 100%; height: 1px; border-bottom: 1px dashed #b9c0c4; padding-top:10px; } .info, .success, .warning, .error, .validation { border: 1px solid; margin: 10px 0px; padding:15px 10px 15px 50px; background-repeat: no-repeat; background-position: 10px center; }
packages/Sandeep/Maskfront/src/Library/Payfort/assets/css/style.css
.h-seperator{ width: 100%; border-bottom: 2px dashed #C9D0E1; margin: 2em auto 2em auto; display: block; padding: 0em; opacity: .3; } .lead{ font-size: 1.1em; color: #444; font-weight: 700; padding: 5px 2px 15px; display: inline-block; width: auto; } .icon-basket:before { content: '\e800'; } /* '' */ .icon-tags:before { content: '\e801'; } /* '' */ .icon-money:before { content: '\e802'; } /* '' */ /*****************order info******************/ .order-info{ width:100%; border:1px solid #C9D0E1; padding:3%; margin: 2em auto; border-radius:4px; overflow: hidden; color: #838F96; } .items{ width:80%; height: auto; float: left; } .items li{ font-size: 1em; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; margin: .5em 3em; } .items .lead, .price .lead{ text-transform: uppercase; padding: 0.5em .6em; } .price{ width: 20%; height: auto; float: left; } .price li{ margin: .5em 3em; font-weight: 700; } /*****************actions******************/ .actions{ width: 100%; height: auto; padding: 1em 0; overflow: hidden; margin:3em auto; } .actions a { width: 80%; padding: 1em .5em; display: block; text-align: center; text-decoration: none; font-size: .8em; color: #fff; margin: 0 auto; text-transform: uppercase; line-height: 1.4em; } .actions a:hover{ opacity: .9 } .actions .back{ background: #fff; color: #189D5B; border:1px solid #189D5B } .actions .continue{ float: right; background: #bc883f; } .actions .btm{ width: auto; max-width: 300px; float: none; background: #189D5B; text-align: center; margin:auto; padding: 1em 2em; } em.seperator{ width: 100%; height: 1px; border-bottom: 1px dashed #b9c0c4; padding-top:10px; } .info, .success, .warning, .error, .validation { border: 1px solid; margin: 10px 0px; padding:15px 10px 15px 50px; background-repeat: no-repeat; background-position: 10px center; }
0.510252
0.129899
@import url(https://fonts.googleapis.com/earlyaccess/notosanskr.css); html { position: relative; min-height: 100%; font-family: 'Noto Sans KR', sans-serif; } .mbr-transparent { opacity: 0; filter: alpha(opacity=0); } .mbr-parallax-background, .mbr-background { background-attachment: fixed !important; background-position: 50% 0; background-repeat: no-repeat; background-size: cover !important; } .mbr-hidden-scrollbar .mbr-parallax-background { background-size: auto 120%; } .mobile .mbr-parallax-background { background-attachment: scroll !important; } .mbr-background { background-attachment: scroll !important; } .is-builder .animated { -webkit-animation-name: none !important; animation-name: none !important; } .msgbox { overflow: hidden; padding: 0 20px; position: relative; } .msgbox .container { padding: 41px 0 29px; position: relative; z-index: 3; } @media (max-width: 767px) { .msgbox .container { padding: 67px 0 78px; text-align: center; } } .msgbox .row > div + div { line-height: 67px; } @media (max-width: 767px) { .msgbox .row > div + div { padding-bottom: 3px; padding-top: 23px; } } @media (max-width: 480px) { .msgbox .row > div + div { padding-bottom: 15px; padding-top: 37px; } } .msgbox h1, .msgbox h2 { letter-spacing: 4px; line-height: 33px; margin-bottom: 11px; margin-top: 10px; } .msgbox h1 + h1, .msgbox h2 + h1, .msgbox h1 + h2, .msgbox h2 + h2 { margin-top: -11px; } @media (max-width: 767px) { .msgbox h1, .msgbox h2 { line-height: 1.5em; margin-bottom: 0; } .msgbox h1 + h1, .msgbox h2 + h1, .msgbox h1 + h2, .msgbox h2 + h2 { margin-top: -1px; } } .msgbox p { color: #777; font-size: 17px; line-height: 27px; margin-bottom: 0; padding-bottom: 13px; padding-top: 16px; text-align: left; } .msgbox p + p { margin-top: -13px; padding-top: 0; } @media (max-width: 767px) { .msgbox p { padding-top: 20px; } } .msgbox .btn { margin-top: -14px; margin-right: 10px; } @media (max-width: 480px) { .msgbox .btn { display: block; } .msgbox .btn + .btn { margin-top: 12px; } } .msgbox.dark { background: #3c3c3c; color: #fff; } .msgbox.dark p { color: #fff; } .msgbox.dark .btn-default { border-color: #fff; color: #fff; } .msgbox.dark .btn-default:hover, .msgbox.dark .btn-default:focus, .msgbox.dark .btn-default.focus, .msgbox.dark .btn-default:active, .msgbox.dark .btn-default.active, .open > .dropdown-toggle.msgbox.dark .btn-default { background-color: #fff; border-color: #fff; color: #252525; } .content-section { overflow: hidden; padding: 71px 20px 70px; position: relative; } .content-section.col-5 .row > div { position: relative; min-height: 1px; padding-left: 15px; padding-right: 15px; } @media (min-width: 768px) { .content-section.col-5 .row > div { display: inline-block; float: none; vertical-align: top; width: 33%; } } @media (min-width: 992px) { .content-section.col-5 .row > div { float: left; width: 20%; } } @media (min-width: 992px) { .content-section.col-5 { padding-top: 75px; } .content-section.col-5 .thumbnail h3 { margin-top: 15px; } .content-section.col-5 .thumbnail h3 + h3 { margin-top: -33px; } } .content-section.col-4 .row > div { position: relative; min-height: 1px; padding-left: 15px; padding-right: 15px; } @media (min-width: 768px) { .content-section.col-4 .row > div { float: left; width: 50%; } } @media (min-width: 992px) { .content-section.col-4 .row > div { float: left; width: 25%; } } .content-section.col-3 .row > div { position: relative; min-height: 1px; padding-left: 15px; padding-right: 15px; } @media (min-width: 768px) { .content-section.col-3 .row > div { float: left; width: 33.33333333%; } } @media (min-width: 992px) { .content-section.col-3 { padding-top: 64px; } .content-section.col-3 .thumbnail h3 { margin-top: 4px; } .content-section.col-3 .thumbnail h3 + h3 { margin-top: -33px; } .content-section.col-3 .thumbnail .group { margin-top: 37px; } } .content-section.col-2 .row > div { position: relative; min-height: 1px; padding-left: 15px; padding-right: 15px; } @media (min-width: 768px) { .content-section.col-2 .row > div { float: left; width: 50%; } } @media (min-width: 992px) { .content-section.col-2 { padding-top: 48px; } .content-section.col-2 .thumbnail > img { width: 100%; max-width: 300px; } .content-section.col-2 .thumbnail h3 { margin-top: -14px; margin-bottom: 20px; font-size: 25px; letter-spacing: 6px; line-height: 1.5em; } .content-section.col-2 .thumbnail h3 + h3 { margin-top: -19px; } .content-section.col-2 .thumbnail p { font-size: 17px; line-height: 27px; } .content-section.col-2 .thumbnail .btn { padding: 16px 27px; font-size: 18px; line-height: 1.3333333; border-radius: 0px; font-size: 14px; letter-spacing: 2px; } } @media (max-width: 767px) { .content-section { padding: 0 20px; } .content-section .row > div { -webkit-box-shadow: inset 0 1px 1px rgba(10, 10, 10, 0.06); box-shadow: inset 0 1px 1px rgba(10, 10, 10, 0.06); } .content-section.dark .row > div { -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.2); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.2); } } @media (min-width: 768px) and (max-width: 991px) { .content-section.col-5 { padding-top: 70px; } .content-section.col-5 .row > div + div + div + div { margin-top: 50px; } .content-section.col-5 .thumbnail h3 { margin-top: 10px; } .content-section.col-5 .thumbnail h3 + h3 { margin-top: -33px; } .content-section.col-4 { padding: 64px 20px 70px; } .content-section.col-4 .row > div + div + div { margin-top: 39px; } .content-section.col-4 .thumbnail h3 { margin-top: 4px; margin-bottom: 32px; } .content-section.col-4 .thumbnail h3 + h3 { margin-top: -33px; } .content-section.col-4 .thumbnail .group { margin-top: 37px; } .content-section.col-3 { padding-top: 73px; } .content-section.col-3 .thumbnail h3 { margin-top: 12px; margin-bottom: 33px; } .content-section.col-3 .thumbnail h3 + h3 { margin-top: -33px; } .content-section.col-3 .thumbnail .group { margin-top: 36px; } .content-section.col-2 { padding-top: 64px; } .content-section.col-2 .thumbnail h3 { margin-top: 4px; margin-bottom: 33px; } .content-section.col-2 .thumbnail h3 + h3 { margin-top: -34px; } .content-section.col-2 .thumbnail .group { margin-top: 36px; } } .content-section .container { padding: 0; position: relative; z-index: 3; } .content-section .row { margin-left: -24px; margin-right: -24px; } .content-section .thumbnail { background: none; border: 0; margin-bottom: 0; padding-bottom: 0; padding-left: 0; padding-right: 0; text-align: center; } @media (max-width: 767px) { .content-section .thumbnail { padding-top: 52px; padding-bottom: 65px; margin-bottom: 0; } } @media (max-width: 480px) { .content-section .thumbnail { padding-bottom: 70px; } } .content-section .thumbnail > img, .content-section .thumbnail .image img { max-width: 50%; } @media (max-width: 767px) { .content-section .thumbnail > img, .content-section .thumbnail .image img { width: 100%; max-width: 300px; } } .content-section .thumbnail h3 { font-size: 16px; letter-spacing: 1px; margin-bottom: 32px; margin-top: 11px; } .content-section .thumbnail h3 + h3 { margin-top: -32px; } @media (max-width: 767px) { .content-section .thumbnail h3 { font-size: 25px; letter-spacing: 6px; line-height: 1.5em; margin-bottom: 20px; margin-top: -14px; } .content-section .thumbnail h3 + h3 { margin-top: -21px; } } .content-section .thumbnail p { color: #999; font-size: 16px; line-height: 26px; text-align: left; } .content-section .thumbnail p + p { margin-top: -10px; } @media (max-width: 767px) { .content-section .thumbnail p { font-size: 17px; line-height: 27px; } } .content-section .thumbnail .group { line-height: 43px; margin-bottom: 14px; margin-top: 33px; text-align: center; } @media (max-width: 767px) { .content-section .thumbnail .group { margin-top: 29px; line-height: 67px; } } @media (max-width: 480px) { .content-section .thumbnail .group { margin-top: 37px; } } @media (max-width: 767px) { .content-section .thumbnail .btn { padding: 16px 27px; font-size: 18px; line-height: 1.3333333; border-radius: 0px; font-size: 14px; letter-spacing: 2px; margin-right: 9px; } } @media (max-width: 480px) { .content-section .thumbnail .btn { display: block; margin-right: 0; } .content-section .thumbnail .btn + .btn { margin-top: 12px; } } .content-section.simple h3 { margin-top: 0 !important; margin-bottom: 31px !important; } .content-section.simple h3 + h3 { margin-top: -30px !important; } .content-section.simple.col-5 { padding-top: 77px; } .content-section.simple.col-4, .content-section.simple.col-3 { padding-top: 76px; } .content-section.simple.col-2 { padding-top: 64px; } @media (min-width: 768px) and (max-width: 991px) { .content-section.simple h3 { margin-bottom: 32px !important; } .content-section.simple.col-5 { padding-top: 76px; } .content-section.simple.col-5 .row > div + div + div + div { margin-top: 53px; } .content-section.simple.col-4 { padding-top: 77px; } .content-section.simple.col-4 .row > div + div + div { margin-top: 53px; } .content-section.simple.col-2 { padding-top: 76px; } } @media (max-width: 767px) { .content-section.simple { padding-top: 0 !important; } .content-section.simple .thumbnail { padding-top: 68px; } .content-section.simple h3 { margin-bottom: 20px !important; } .content-section.simple h3 + h3 { margin-top: -21px !important; } } .content-section.dark { background: #3c3c3c; } .content-section.dark h1, .content-section.dark h2, .content-section.dark h3, .content-section.dark h4 { color: #fff; } .content-section.dark p { color: #fff; } .content-section.dark .btn-default { border-color: #fff; color: #fff; } .content-section.dark .btn-default:hover, .content-section.dark .btn-default:focus, .content-section.dark .btn-default.focus, .content-section.dark .btn-default:active, .content-section.dark .btn-default.active, .open > .dropdown-toggle.content-section.dark .btn-default { background-color: #fff; border-color: #fff; color: #252525; } .mbr-navbar { position: relative; width: 100%; } .mbr-navbar:before { content: ""; display: block; } .mbr-navbar__brand-link:after, .mbr-navbar__brand-img { height: 74px; } .mbr-navbar:before, .mbr-navbar__container { height: 98px; } .mbr-navbar--ss .mbr-navbar__brand-link:after, .mbr-navbar--ss .mbr-navbar__brand-img { height: 74px; } .mbr-navbar--ss:before, .mbr-navbar--ss .mbr-navbar__container { height: 98px; } .mbr-navbar--xs .mbr-navbar__brand-link:after, .mbr-navbar--xs .mbr-navbar__brand-img { height: 32px; } .mbr-navbar--xs:before, .mbr-navbar--xs .mbr-navbar__container { height: 56px; } .mbr-navbar--s .mbr-navbar__brand-link:after, .mbr-navbar--s .mbr-navbar__brand-img { height: 48px; } .mbr-navbar--s:before, .mbr-navbar--s .mbr-navbar__container { height: 72px; } .mbr-navbar--m .mbr-navbar__brand-link:after, .mbr-navbar--m .mbr-navbar__brand-img { height: 64px; } .mbr-navbar--m:before, .mbr-navbar--m .mbr-navbar__container { height: 88px; } .mbr-navbar--l .mbr-navbar__brand-link:after, .mbr-navbar--l .mbr-navbar__brand-img { height: 96px; } .mbr-navbar--l:before, .mbr-navbar--l .mbr-navbar__container { height: 120px; } .mbr-navbar--xl .mbr-navbar__brand-link:after, .mbr-navbar--xl .mbr-navbar__brand-img { height: 128px; } .mbr-navbar--xl:before, .mbr-navbar--xl .mbr-navbar__container { height: 152px; } .mbr-navbar--short .mbr-navbar__brand-link:after, .mbr-navbar--short .mbr-navbar__brand-img { height: 54px; } .mbr-navbar--short:before, .mbr-navbar--short .mbr-navbar__container { height: 64px; } .mbr-navbar--short .mbr-navbar__container { padding: 12px 0; } @media (max-width: 767px) { .mbr-navbar--short .mbr-navbar__brand-link:after, .mbr-navbar--short .mbr-navbar__brand-img { height: 32px; } .mbr-navbar--short:before, .mbr-navbar--short .mbr-navbar__container { height: 88px; } .mbr-navbar--short .mbr-navbar__container { padding: 40px 0 12px; } .mbr-navbar--short .mbr-navbar__hamburger { margin-top: 2px; } } .mbr-navbar__brand-img { position: relative; } .mbr-navbar__brand-img, .mbr-navbar__container, .mbr-navbar__section { -webkit-transition: all 300ms ease-in-out 0s; -o-transition: all 300ms ease-in-out 0s; transition: all 300ms ease-in-out 0s; } .mbr-navbar__section { background: #2c2c2c; height: auto; position: absolute; top: 0; width: 100%; z-index: 1000; } .mbr-navbar__container { display: table; padding: 12px 0; width: 100%; } .mbr-navbar__menu-box { display: table; width: 100%; } .mbr-navbar__menu-box--inline-left, .mbr-navbar__menu-box--inline-center, .mbr-navbar__menu-box--inline-right { display: block; text-align: left; } .mbr-navbar__menu-box--inline-center { text-align: center; } .mbr-navbar__menu-box--inline-right { text-align: right; } .mbr-navbar__column { display: table-cell; vertical-align: middle; } .mbr-navbar__column--xxs { width: 1%; } .mbr-navbar__column--xs { width: 10%; } .mbr-navbar__column--s { width: 20%; } .mbr-navbar__column--m { width: 30%; } .mbr-navbar__column--l { width: 40%; } .mbr-navbar__column--xl { width: 50%; } .mbr-navbar__menu-box--inline-left .mbr-navbar__column, .mbr-navbar__menu-box--inline-center .mbr-navbar__column, .mbr-navbar__menu-box--inline-right .mbr-navbar__column { display: inline-block; } .mbr-navbar__items { float: left; padding-left: 0px; position: relative; left: -20px; } .mbr-navbar__items--right { float: right; left: 0; } .mbr-navbar__item { display: block; float: left; position: relative; } .mbr-navbar__hamburger { display: none; margin-top: -10px; position: absolute; right: 18px; top: 50%; z-index: 10000; } .mbr-navbar--collapsed .mbr-navbar__container { position: relative; } .mbr-navbar--collapsed .mbr-navbar__column { display: block; width: 100%; } .mbr-navbar--collapsed .mbr-navbar__items--right { padding-top: 13px; } .mbr-navbar--collapsed .mbr-navbar__menu { background: rgba(0, 0, 0, 0.9); display: none; height: 100%; left: 0; position: fixed; top: 0; width: 100%; z-index: 9999; } .mbr-navbar--collapsed .mbr-navbar__menu-box { display: table-cell; vertical-align: middle; } .mbr-navbar--collapsed .mbr-navbar__items { float: none; } .mbr-navbar--collapsed .mbr-navbar__item { float: none; } .mbr-navbar--collapsed .mbr-navbar__hamburger { display: block; } .mbr-navbar--collapsed.mbr-navbar--open .mbr-navbar__menu { display: table; } .mbr-navbar--collapsed.mbr-navbar--open:not(.mbr-navbar--sticky) .mbr-navbar__section { background: none; position: fixed; } .mbr-navbar--collapsed.mbr-navbar--open .mbr-navbar__brand { visibility: hidden; } .mbr-navbar--collapsed.mbr-navbar--sticky.mbr-navbar--open .mbr-navbar__brand { visibility: visible; } .mbr-navbar--collapsed.mbr-navbar--open .mbr-navbar__brand-img, .mbr-navbar--collapsed.mbr-navbar--open .mbr-navbar__container { -webkit-transition: none; -o-transition: none; transition: none; } .mbr-navbar--freeze.mbr-navbar--collapsed.mbr-navbar--open .mbr-navbar__hamburger, .mbr-navbar--freeze.mbr-navbar--collapsed.mbr-navbar--open .mbr-navbar__hamburger:hover { color: #fff !important; } .mbr-navbar--sticky .mbr-navbar__section { position: fixed; } .mbr-navbar--absolute { position: absolute; } .mbr-navbar--transparent .mbr-navbar__section { background: none; } .mbr-navbar--stuck .mbr-navbar__section, .mbr-navbar--relative .mbr-navbar__section { background: #2c2c2c; } @media (max-width: 991px) { .mbr-navbar--auto-collapse .mbr-navbar__container { position: relative; } .mbr-navbar--auto-collapse .mbr-navbar__column { display: block; width: 100%; } .mbr-navbar--auto-collapse .mbr-navbar__items--right { padding-top: 13px; } .mbr-navbar--auto-collapse .mbr-navbar__menu { background: rgba(0, 0, 0, 0.9); display: none; height: 100%; left: 0; position: fixed; top: 0; width: 100%; z-index: 9999; } .mbr-navbar--auto-collapse .mbr-navbar__menu-box { display: table-cell; vertical-align: middle; } .mbr-navbar--auto-collapse .mbr-navbar__items { float: none; } .mbr-navbar--auto-collapse .mbr-navbar__item { float: none; } .mbr-navbar--auto-collapse .mbr-navbar__hamburger { display: block; } .mbr-navbar--auto-collapse.mbr-navbar--open .mbr-navbar__menu { display: table; } .mbr-navbar--auto-collapse.mbr-navbar--open:not(.mbr-navbar--sticky) .mbr-navbar__section { background: none; position: fixed; } .mbr-navbar--auto-collapse.mbr-navbar--open .mbr-navbar__brand { visibility: hidden; } .mbr-navbar--auto-collapse.mbr-navbar--sticky.mbr-navbar--open .mbr-navbar__brand { visibility: visible; } .mbr-navbar--auto-collapse.mbr-navbar--open .mbr-navbar__brand-img, .mbr-navbar--auto-collapse.mbr-navbar--open .mbr-navbar__container { -webkit-transition: none; -o-transition: none; transition: none; } .mbr-navbar--freeze.mbr-navbar--auto-collapse.mbr-navbar--open .mbr-navbar__hamburger, .mbr-navbar--freeze.mbr-navbar--auto-collapse.mbr-navbar--open .mbr-navbar__hamburger:hover { color: #fff !important; } } .mbr-after-navbar:before { content: ""; display: block; height: 98px; } .mbr-hamburger { cursor: pointer; height: 23px; width: 30px; } .mbr-hamburger:focus { outline: none; } .mbr-hamburger__line, .mbr-hamburger__line:before, .mbr-hamburger__line:after { content: ""; position: absolute; display: block; height: 1px; cursor: pointer; } .mbr-hamburger__line, .mbr-hamburger__line:before, .mbr-hamburger__line:after { width: 30px; border-bottom: 5px solid; top: 9px; } .mbr-hamburger__line:before { top: -9px; } .mbr-hamburger__line:after { top: 9px; } .mbr-hamburger__line, .mbr-hamburger__line:before, .mbr-hamburger__line:after { -webkit-transition: all 300ms ease-in-out; transition: all 300ms ease-in-out; } .mbr-hamburger--open .mbr-hamburger__line { border-color: transparent; } .mbr-hamburger--open .mbr-hamburger__line:before, .mbr-hamburger--open .mbr-hamburger__line:after { top: 0; } .mbr-hamburger--open .mbr-hamburger__line:before { -ms-transform: rotate(45deg); -webkit-transform: rotate(45deg); transform: rotate(45deg); } .mbr-hamburger--open .mbr-hamburger__line:after { top: 10px; -ms-transform: translatey(-10px) rotate(-45deg); -webkit-transform: translatey(-10px) rotate(-45deg); transform: translatey(-10px) rotate(-45deg); } @media (max-width: 767px) { .mbr-hamburger { height: 23px; width: 27px; } .mbr-hamburger__line, .mbr-hamburger__line:before, .mbr-hamburger__line:after { width: 27px; border-bottom: 4px solid; top: 9px; } .mbr-hamburger__line:before { top: -9px; } .mbr-hamburger__line:after { top: 9px; } } .mbr-description .mbr-header__text { margin: 2em 0 1em 0; font-size: 2em; } .mbr-description .mbr-description__subtitle { padding: 1em 0; font-size: 1.3em; } .mbr-description blockquote { font-size: 1.1em; line-height: 1.9; color: #525252; } .mbr-description .guide { display: block; padding: 9px 8px 4px; margin: 0 0 10px; font-size: 13px; line-height: 1.42857143; word-break: break-all; word-wrap: break-word; color: #333333; background-color: #f5f5f5; border: 1px solid #cccccc; border-radius: 0; } .mbr-description .mbr-description__name img.media-object { margin: 2em 0 1em 0; } @media (max-width: 560px) { .mbr-description { padding: 1em; } .mbr-description__name { display: none !important; } } .mbr-brand { display: block; float: left; position: relative; } .mbr-brand, .mbr-brand:hover { text-decoration: none; } .mbr-brand__name { display: block; font-weight: bold; margin-top: 5px; text-align: center; } @media (max-width: 420px) { .mbr-brand__name { display: none !important; } } .mbr-brand__name, .mbr-brand__name:hover { text-decoration: none; } .mbr-brand--inline { display: table; } .mbr-brand--inline:after { content: ""; display: table-cell; width: 1px; } .mbr-brand--inline .mbr-brand__logo, .mbr-brand--inline .mbr-brand__name { display: table-cell; vertical-align: middle; } .mbr-brand--inline .mbr-brand__logo { padding-right: 10px; } .mbr-brand--inline .mbr-brand__name { margin: 0; text-align: left; } .mbr-form { display: table; margin-top: -13px; position: relative; top: 14px; width: 100%; } .mbr-form__left, .mbr-form__right { display: table-cell; vertical-align: top; } .mbr-form__left { padding-right: 3px; } .mbr-form__right { width: 1px; } @media (max-width: 530px) { .mbr-form { display: block; margin-top: -27px; position: relative; top: 26px; } .mbr-form__left, .mbr-form__right { display: block; } .mbr-form__left { margin-bottom: 12px; padding-right: 0; } .mbr-form__right { width: 100%; } } .mbr-section { padding: 0 20px; } .mbr-section--no-padding { padding: 0; } .mbr-section--relative { position: relative; } .mbr-section--fixed-size { overflow: hidden; } .mbr-section--full-height { height: 100vh; } .mbr-section--full-height.mbr-after-navbar:before { display: none; } .mbr-section--bg-adapted { background-attachment: scroll; background-position: 50% 0; background-repeat: no-repeat; background-size: cover; } .mbr-section--gray { background-color: #444444; } .mbr-section--light-gray { background-color: #f0f0f0; } .mbr-section--dark-gray { background-color: #3c3c3c; } .mbr-section__container { padding: 0; position: relative; z-index: 3; } .mbr-section__container--std-padding { padding: 93px 0; } .mbr-section__container--sm-padding { padding: 41px 0; } .mbr-section__container--isolated { padding-bottom: 93px; padding-top: 93px; } .mbr-section__container--first { padding-top: 93px; padding-bottom: 41px; } .mbr-section__container--middle { padding-bottom: 41px; } .mbr-section__container--last { padding-bottom: 93px; } .mbr-section__container .mentor { color: #777777; } .mbr-section__left { padding-right: 40px; } .mbr-section__right { padding-left: 15px; } .mbr-section__header { line-height: 1.5em; margin: -10px 0 0; text-align: center; } @media (max-width: 767px) { .mbr-section__left { padding-right: 15px; } .mbr-section__right { padding-left: 15px; padding-top: 51px; } } .mbr-arrow { bottom: 71px; left: 0; line-height: 1px; padding: 0 20px; position: absolute; width: 100%; z-index: 3; } .mbr-arrow__link { display: inline-block; font-size: 26px; } .mbr-arrow__link, .mbr-arrow__link:hover, .mbr-arrow__link:focus { color: #fff; } .mbr-arrow--floating .mbr-arrow__link { -webkit-animation: floating-arrow 1.6s infinite ease-in-out 0s; -o-animation: floating-arrow 1.6s infinite ease-in-out 0s; animation: floating-arrow 1.6s infinite ease-in-out 0s; } @-webkit-keyframes floating-arrow { from { -webkit-transform: translateY(0); transform: translateY(0); } 65% { -webkit-transform: translateY(11px); transform: translateY(11px); } to { -webkit-transform: translateY(0); transform: translateY(0); } } @-o-keyframes floating-arrow { from { -webkit-transform: translateY(0); transform: translateY(0); } 65% { -webkit-transform: translateY(11px); transform: translateY(11px); } to { -webkit-transform: translateY(0); transform: translateY(0); } } @keyframes floating-arrow { from { -webkit-transform: translateY(0); transform: translateY(0); } 65% { -webkit-transform: translateY(11px); transform: translateY(11px); } to { -webkit-transform: translateY(0); transform: translateY(0); } } .mbr-arrow--dark .mbr-arrow__link, .mbr-arrow--dark .mbr-arrow__link:hover, .mbr-arrow--dark .mbr-arrow__link:focus { color: #252525; } @media (max-width: 767px) { .mbr-arrow { bottom: 41px; } } @media (max-width: 320px) { .mbr-arrow { bottom: 21px; text-align: center; } } @media all and (device-width: 320px) and (device-height: 568px) and (orientation: portrait) { .mbr-arrow { bottom: 31px; } } .mbr-box { display: table; width: 100%; } .mbr-box--fixed { table-layout: fixed; } .mbr-box--stretched { height: 100%; } .mbr-box__magnet { display: table-cell; float: none; height: 100%; margin-bottom: 0; margin-top: 0; text-align: center; vertical-align: middle; } .mbr-box__magnet--sm-padding { padding: 41px 0; } .mbr-box__magnet--top-left, .mbr-box__magnet--top-center, .mbr-box__magnet--top-right { vertical-align: top; } .mbr-box__magnet--bottom-left, .mbr-box__magnet--bottom-center, .mbr-box__magnet--bottom-right { vertical-align: bottom; } .mbr-box__magnet--top-left, .mbr-box__magnet--center-left, .mbr-box__magnet--bottom-left { text-align: left; } .mbr-box__magnet--top-right, .mbr-box__magnet--center-right, .mbr-box__magnet--bottom-right { text-align: right; } .mbr-box__container { height: 50%; } @media (max-width: 767px) { .mbr-box__container { height: 100%; } .mbr-box--adapted { display: block; } .mbr-box--adapted > .mbr-box__magnet { display: block; height: auto; } } .mbr-overlay { background: #222; bottom: 0; left: 0; position: absolute; right: 0; top: 0; z-index: 2; } .mbr-google-map__marker { color: #252525; display: none; margin: 0; } .mbr-google-map--loaded .mbr-google-map__marker { display: block; } .mbr-hero { color: #fff; position: relative; } .mbr-hero__text { font-size: 46px; font-weight: bold; left: -2px; letter-spacing: 2px; line-height: 50px; margin: -18px 0 1px 0; padding-bottom: 41px; position: relative; top: 8px; } .mbr-hero__subtext { font-size: 21px; line-height: 29px; margin: -32px 0 3px 0; padding: 0 0 20px 0; position: relative; top: 6px; } .mbr-figure { display: inline-block; line-height: 1px; margin: 0; max-width: 100%; overflow: hidden; position: relative; } .mbr-figure--no-bg { background: none; } .mbr-figure--full-width { display: block; width: 100%; } .mbr-figure.mbr-after-navbar:before { display: none; } .mbr-figure--full-width iframe, .mbr-figure--full-width .mbr-figure__img, .mbr-figure--full-width .mbr-figure__map { width: 100%; } .mbr-figure iframe, .mbr-figure__img, .mbr-figure__map { max-width: 100%; } .mbr-figure__map { height: 400px; line-height: 1.3em; } .mbr-figure__map--short { height: 300px; } .mbr-figure__caption { background: rgba(0, 0, 0, 0.5); bottom: 0; color: #fff; display: block; font-size: 17px; left: 0; line-height: 1.3em; min-height: 53px; padding: 17px 20px; position: absolute; text-align: left; width: 100%; } .mbr-figure__caption--no-padding { padding: 17px 0; } .mbr-figure--wysiwyg .mbr-figure__caption a, .mbr-figure--wysiwyg .mbr-figure__caption a:hover { color: inherit; text-decoration: underline; } .mbr-figure--caption-inside-top .mbr-figure__caption { bottom: auto; top: 0; } .mbr-figure--caption-outside-top .mbr-figure__caption, .mbr-figure--caption-outside-bottom .mbr-figure__caption { background: none; position: relative; } .mbr-figure--no-bg.mbr-figure--caption-outside-top .mbr-figure__caption, .mbr-figure--no-bg.mbr-figure--caption-outside-bottom .mbr-figure__caption { color: #252525; } .mbr-figure--no-bg.mbr-figure--caption-outside-top .mbr-figure__caption { margin-top: -3px; padding-top: 0; } .mbr-figure--no-bg.mbr-figure--caption-outside-bottom .mbr-figure__caption { margin-top: -2px; padding-bottom: 0; top: 2px; } .mbr-figure__caption--std-grid { background: none; z-index: 2; } @media (min-width: 768px) { .mbr-figure__caption--std-grid { width: 715px; left: 50%; margin-left: -357.5px; padding: 17px 0; } } @media (min-width: 992px) { .mbr-figure__caption--std-grid { width: 935px; margin-left: -467.5px; } } @media (min-width: 1200px) { .mbr-figure__caption--std-grid { width: 1150px; margin-left: -575px; } } .mbr-figure__caption--std-grid:before { bottom: 0; content: ""; position: absolute; top: 0; width: 200%; z-index: -1; margin-left: -50%; } .mbr-figure--caption-inside-top .mbr-figure__caption--std-grid:before, .mbr-figure--caption-inside-bottom .mbr-figure__caption--std-grid:before { background: rgba(0, 0, 0, 0.6); } .mbr-figure__caption-small { color: #ccc; display: block; font-size: 14px; line-height: 1.3em; } .mbr-figure--no-bg.mbr-figure--caption-outside-top .mbr-figure__caption-small, .mbr-figure--no-bg.mbr-figure--caption-outside-bottom .mbr-figure__caption-small { color: #777; } @media (max-width: 767px) { .mbr-figure--adapted { display: block; width: 100%; } .mbr-figure--adapted iframe, .mbr-figure--adapted .mbr-figure__img, .mbr-figure--adapted .mbr-figure__map { width: 100%; } .mbr-figure--caption-inside-top .mbr-figure__caption, .mbr-figure--caption-inside-bottom .mbr-figure__caption { background: none; position: relative; } .mbr-figure--caption-inside-top .mbr-figure__caption--std-grid:before, .mbr-figure--caption-inside-bottom .mbr-figure__caption--std-grid:before { display: none; } } .mbr-reviews { list-style: none; margin: 0 -15px; padding: 3px 0 0 0; } .mbr-reviews__item { position: relative; margin-top: 39px; } .mbr-reviews__text { background: #fafafa; border-radius: 3px; border: 1px solid #ededed; color: #777; font-size: 16px; line-height: 26px; padding: 20px; position: relative; } .mbr-reviews__text:before { -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); /*width: 14px;*/ /*height: 14px;*/ background-color: #fafafa; border-color: #ededed; /*border-style: none solid solid none;*/ /*border-width: 0 1px 1px 0;*/ /*border-style: solid none none solid;*/ /*border-width: 1px 0 0 1px;*/ /*bottom: -8px;*/ top: -8px; content: ""; display: block; left: 50px; position: absolute; } .mbr-reviews__p { margin: 0; } .mbr-reviews__author { margin-top: 30px; padding-left: 102px; position: relative; } .mbr-reviews__author--short { margin-top: 27px; padding-left: 32px; } .mbr-reviews__author-img { width: 50px; height: 50px; border-radius: 50%; left: 33px; position: absolute; top: 0; } .mbr-reviews__author-name { color: #777; font-size: 14px; font-weight: bold; position: relative; top: -3px; } .mbr-reviews__author-bio { color: #999; font-size: 12px; } @media (max-width: 767px) { .mbr-reviews__author { padding-bottom: 32px; } .mbr-reviews__author--short { padding-bottom: 1px; } } @media (min-width: 768px) and (max-width: 991px) { .mbr-reviews__item:nth-of-type(2n+1) { clear: left; } } @media (min-width: 992px) { .mbr-reviews__item:nth-of-type(3n+1) { clear: left; } } .mbr-header { margin-top: -20px; padding: 0; position: relative; text-align: left; top: 10px; } .mbr-header--std-padding { padding-bottom: 41px; } .mbr-header--center { text-align: center; } .mbr-header__text { display: block; font-size: 35px; font-weight: bold; text-decoration: underline; letter-spacing: 4px; line-height: 1.5em; margin: 0; } @media (max-width: 480px) { .mbr-header__text { letter-spacing: 1px; } } .mbr-header__subtext { color: #777; font-size: 14px; font-style: italic; letter-spacing: 1px; margin: 8px 0 7px 0; } .mbr-header--inline { margin-top: 0; padding: 41px 0 28px 0; top: 0; } .mbr-header--inline .mbr-header__text { letter-spacing: 4px; line-height: 1em; margin: 15px 0 0 0; } @media (max-width: 767px) { .mbr-header--inline { padding: 47px 0 38px 0; } .mbr-header--inline .mbr-header__text { display: block; margin: 0 0 38px 0; } .mbr-header--auto-align .mbr-header__text, .mbr-header--auto-align .mbr-header__subtext { left: 0; text-align: left !important; } } .mbr-contacts { color: #9c9c9c; font-size: 14px; line-height: 1.7em; padding: 45px 0 46px; } .mbr-contacts__img { max-width: 100%; margin: 6px 0 5px 40px; } .mbr-contacts__img--left { margin-left: 0; } .mbr-contacts__text { margin: 0; } .mbr-contacts__header { color: #fff; font-size: 14px; letter-spacing: 1px; margin-bottom: 20px; margin-top: 3px; } .mbr-contacts__list { list-style: none; margin: 0; padding: 0; } @media (max-width: 767px) { .mbr-contacts__img { margin-bottom: 10px; } .mbr-contacts__header { margin-top: 20px; margin-bottom: 10px; } .mbr-contacts__column { margin-top: 37px; } } .mbr-footer { color: #9c9c9c; font-size: 13px; letter-spacing: 1px; line-height: 1.5em; padding: 37px 0 39px; word-spacing: 1px; } .mbr-footer__copyright { margin: 0; } .mbr-buttons { margin: -26px 0 13px 0; position: relative; text-align: left; top: 26px; } .mbr-buttons__btn, .mbr-buttons__link { margin: 0 10px 13px 0; font-size: 18px; font-weight: normal; } .mbr-buttons__btn, .mbr-buttons__link, .mbr-buttons__btn:hover, .mbr-buttons__link:hover { text-decoration: none; } .mbr-buttons--no-offset { margin-top: 0; top: 0; } .mbr-buttons--only-links { left: -20px; } .mbr-buttons--center { left: 5px; text-align: center; } .mbr-buttons--center.mbr-buttons--only-links { left: 0; } .mbr-buttons--right { text-align: right; } .mbr-buttons--right .mbr-buttons__btn, .mbr-buttons--right .mbr-buttons__link { margin: 0 0 13px 10px; } .mbr-buttons--right.mbr-buttons--only-links { left: 20px; } .mbr-buttons--activated { left: 5px; text-align: center; } .mbr-buttons--activated .mbr-buttons__btn, .mbr-buttons--activated .mbr-buttons__link { margin-left: 0; margin-right: 0; } .mbr-buttons--activated .mbr-buttons__link { font-size: 25px; padding: 10px 30px 2px; } .mbr-buttons--activated .mbr-buttons__btn { font-size: 15px; margin-top: 9px; padding: 15px 30px; } .mbr-buttons--freeze.mbr-buttons--activated .mbr-buttons__link { font-size: 25px !important; } .mbr-buttons--freeze.mbr-buttons--activated .mbr-buttons__link, .mbr-buttons--freeze.mbr-buttons--activated .mbr-buttons__link:hover { color: #fff !important; } .mbr-buttons--freeze.mbr-buttons--activated .mbr-buttons__btn { font-size: 15px !important; } @media (max-width: 991px) { .mbr-buttons--active { left: 5px; text-align: center; } .mbr-buttons--active .mbr-buttons__btn, .mbr-buttons--active .mbr-buttons__link { margin-left: 0; margin-right: 0; } .mbr-buttons--active .mbr-buttons__link { font-size: 25px; padding: 10px 30px 2px; } .mbr-buttons--active .mbr-buttons__btn { font-size: 15px; margin-top: 9px; padding: 15px 30px; } .mbr-buttons--freeze.mbr-buttons--active .mbr-buttons__link { font-size: 25px !important; } .mbr-buttons--freeze.mbr-buttons--active .mbr-buttons__link, .mbr-buttons--freeze.mbr-buttons--active .mbr-buttons__link:hover { color: #fff !important; } .mbr-buttons--freeze.mbr-buttons--active .mbr-buttons__btn { font-size: 15px !important; } } @media (max-width: 767px) { .mbr-buttons--auto-align { left: 5px; text-align: center; } .mbr-buttons--auto-align.mbr-buttons--only-links { left: 0; } } @media (max-width: 530px) { .mbr-buttons { left: 0; } .mbr-buttons__btn, .mbr-buttons__link, .mbr-buttons--right .mbr-buttons__btn, .mbr-buttons--right .mbr-buttons__link { display: inline-block; margin: 0 0 13px 0; text-align: center; width: 100%; } .mbr-buttons--activated .mbr-buttons__btn, .mbr-buttons--activated .mbr-buttons__link, .mbr-buttons--active .mbr-buttons__btn, .mbr-buttons--active .mbr-buttons__link { width: auto; } .mbr-buttons--activated .mbr-buttons__btn, .mbr-buttons--active .mbr-buttons__btn { margin-top: 9px; } } .mbr-article { color: #777; font-size: 17px; line-height: 27px; text-align: left; position: relative; margin-top: -21px; top: 14px; } .mbr-article--wysiwyg h1, .mbr-article--wysiwyg h2, .mbr-article--wysiwyg h3, .mbr-article--wysiwyg h4, .mbr-article--wysiwyg h5, .mbr-article--wysiwyg h6 { color: #252525; display: block; font-weight: bold; line-height: 1.3em; text-align: left; } .mbr-article--wysiwyg h1 { font-size: 27px; letter-spacing: 3px; } .mbr-article--wysiwyg h2 { font-size: 23px; letter-spacing: 2px; } .mbr-article--wysiwyg h3 { font-size: 19px; letter-spacing: 1px; } .mbr-article--wysiwyg h4 { font-size: 14px; } .mbr-article--wysiwyg h5 { font-size: 11px; } .mbr-article--wysiwyg h6 { font-size: 10px; } .mbr-article--wysiwyg p, .mbr-article--wysiwyg ul, .mbr-article--wysiwyg ol, .mbr-article--wysiwyg blockquote { margin: 0 0 10px 0; } .mbr-article--wysiwyg blockquote { font-size: 17px; border-color: #f97352; } @media (max-width: 767px) { .mbr-article--auto-align.mbr-article--wysiwyg p, .mbr-article--auto-align { text-align: left !important; } } .mbr-article .guest-message { margin: 1em 0; border: 1px solid #cdcdcd; padding: 1em; } .mbr-article .guest-reply { border-left: 5px solid #f97352; padding-left: 2em; } .mbr-article .guest-replied { font-size: 11px; color: #252525; margin-top: 0.5em; display: block; font-weight: bold; line-height: 1.3em; text-align: left; } .mbr-article .pager { margin-top: 5em; } .engine { position: absolute; text-indent: -2400px; text-align: center; padding: 0; } .videoWrapper { position: relative; padding-bottom: 56.25%; /* 16:9 */ padding-top: 25px; height: 0; } .videoWrapper iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
theme/kosshack2016/common/style.css
@import url(https://fonts.googleapis.com/earlyaccess/notosanskr.css); html { position: relative; min-height: 100%; font-family: 'Noto Sans KR', sans-serif; } .mbr-transparent { opacity: 0; filter: alpha(opacity=0); } .mbr-parallax-background, .mbr-background { background-attachment: fixed !important; background-position: 50% 0; background-repeat: no-repeat; background-size: cover !important; } .mbr-hidden-scrollbar .mbr-parallax-background { background-size: auto 120%; } .mobile .mbr-parallax-background { background-attachment: scroll !important; } .mbr-background { background-attachment: scroll !important; } .is-builder .animated { -webkit-animation-name: none !important; animation-name: none !important; } .msgbox { overflow: hidden; padding: 0 20px; position: relative; } .msgbox .container { padding: 41px 0 29px; position: relative; z-index: 3; } @media (max-width: 767px) { .msgbox .container { padding: 67px 0 78px; text-align: center; } } .msgbox .row > div + div { line-height: 67px; } @media (max-width: 767px) { .msgbox .row > div + div { padding-bottom: 3px; padding-top: 23px; } } @media (max-width: 480px) { .msgbox .row > div + div { padding-bottom: 15px; padding-top: 37px; } } .msgbox h1, .msgbox h2 { letter-spacing: 4px; line-height: 33px; margin-bottom: 11px; margin-top: 10px; } .msgbox h1 + h1, .msgbox h2 + h1, .msgbox h1 + h2, .msgbox h2 + h2 { margin-top: -11px; } @media (max-width: 767px) { .msgbox h1, .msgbox h2 { line-height: 1.5em; margin-bottom: 0; } .msgbox h1 + h1, .msgbox h2 + h1, .msgbox h1 + h2, .msgbox h2 + h2 { margin-top: -1px; } } .msgbox p { color: #777; font-size: 17px; line-height: 27px; margin-bottom: 0; padding-bottom: 13px; padding-top: 16px; text-align: left; } .msgbox p + p { margin-top: -13px; padding-top: 0; } @media (max-width: 767px) { .msgbox p { padding-top: 20px; } } .msgbox .btn { margin-top: -14px; margin-right: 10px; } @media (max-width: 480px) { .msgbox .btn { display: block; } .msgbox .btn + .btn { margin-top: 12px; } } .msgbox.dark { background: #3c3c3c; color: #fff; } .msgbox.dark p { color: #fff; } .msgbox.dark .btn-default { border-color: #fff; color: #fff; } .msgbox.dark .btn-default:hover, .msgbox.dark .btn-default:focus, .msgbox.dark .btn-default.focus, .msgbox.dark .btn-default:active, .msgbox.dark .btn-default.active, .open > .dropdown-toggle.msgbox.dark .btn-default { background-color: #fff; border-color: #fff; color: #252525; } .content-section { overflow: hidden; padding: 71px 20px 70px; position: relative; } .content-section.col-5 .row > div { position: relative; min-height: 1px; padding-left: 15px; padding-right: 15px; } @media (min-width: 768px) { .content-section.col-5 .row > div { display: inline-block; float: none; vertical-align: top; width: 33%; } } @media (min-width: 992px) { .content-section.col-5 .row > div { float: left; width: 20%; } } @media (min-width: 992px) { .content-section.col-5 { padding-top: 75px; } .content-section.col-5 .thumbnail h3 { margin-top: 15px; } .content-section.col-5 .thumbnail h3 + h3 { margin-top: -33px; } } .content-section.col-4 .row > div { position: relative; min-height: 1px; padding-left: 15px; padding-right: 15px; } @media (min-width: 768px) { .content-section.col-4 .row > div { float: left; width: 50%; } } @media (min-width: 992px) { .content-section.col-4 .row > div { float: left; width: 25%; } } .content-section.col-3 .row > div { position: relative; min-height: 1px; padding-left: 15px; padding-right: 15px; } @media (min-width: 768px) { .content-section.col-3 .row > div { float: left; width: 33.33333333%; } } @media (min-width: 992px) { .content-section.col-3 { padding-top: 64px; } .content-section.col-3 .thumbnail h3 { margin-top: 4px; } .content-section.col-3 .thumbnail h3 + h3 { margin-top: -33px; } .content-section.col-3 .thumbnail .group { margin-top: 37px; } } .content-section.col-2 .row > div { position: relative; min-height: 1px; padding-left: 15px; padding-right: 15px; } @media (min-width: 768px) { .content-section.col-2 .row > div { float: left; width: 50%; } } @media (min-width: 992px) { .content-section.col-2 { padding-top: 48px; } .content-section.col-2 .thumbnail > img { width: 100%; max-width: 300px; } .content-section.col-2 .thumbnail h3 { margin-top: -14px; margin-bottom: 20px; font-size: 25px; letter-spacing: 6px; line-height: 1.5em; } .content-section.col-2 .thumbnail h3 + h3 { margin-top: -19px; } .content-section.col-2 .thumbnail p { font-size: 17px; line-height: 27px; } .content-section.col-2 .thumbnail .btn { padding: 16px 27px; font-size: 18px; line-height: 1.3333333; border-radius: 0px; font-size: 14px; letter-spacing: 2px; } } @media (max-width: 767px) { .content-section { padding: 0 20px; } .content-section .row > div { -webkit-box-shadow: inset 0 1px 1px rgba(10, 10, 10, 0.06); box-shadow: inset 0 1px 1px rgba(10, 10, 10, 0.06); } .content-section.dark .row > div { -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.2); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.2); } } @media (min-width: 768px) and (max-width: 991px) { .content-section.col-5 { padding-top: 70px; } .content-section.col-5 .row > div + div + div + div { margin-top: 50px; } .content-section.col-5 .thumbnail h3 { margin-top: 10px; } .content-section.col-5 .thumbnail h3 + h3 { margin-top: -33px; } .content-section.col-4 { padding: 64px 20px 70px; } .content-section.col-4 .row > div + div + div { margin-top: 39px; } .content-section.col-4 .thumbnail h3 { margin-top: 4px; margin-bottom: 32px; } .content-section.col-4 .thumbnail h3 + h3 { margin-top: -33px; } .content-section.col-4 .thumbnail .group { margin-top: 37px; } .content-section.col-3 { padding-top: 73px; } .content-section.col-3 .thumbnail h3 { margin-top: 12px; margin-bottom: 33px; } .content-section.col-3 .thumbnail h3 + h3 { margin-top: -33px; } .content-section.col-3 .thumbnail .group { margin-top: 36px; } .content-section.col-2 { padding-top: 64px; } .content-section.col-2 .thumbnail h3 { margin-top: 4px; margin-bottom: 33px; } .content-section.col-2 .thumbnail h3 + h3 { margin-top: -34px; } .content-section.col-2 .thumbnail .group { margin-top: 36px; } } .content-section .container { padding: 0; position: relative; z-index: 3; } .content-section .row { margin-left: -24px; margin-right: -24px; } .content-section .thumbnail { background: none; border: 0; margin-bottom: 0; padding-bottom: 0; padding-left: 0; padding-right: 0; text-align: center; } @media (max-width: 767px) { .content-section .thumbnail { padding-top: 52px; padding-bottom: 65px; margin-bottom: 0; } } @media (max-width: 480px) { .content-section .thumbnail { padding-bottom: 70px; } } .content-section .thumbnail > img, .content-section .thumbnail .image img { max-width: 50%; } @media (max-width: 767px) { .content-section .thumbnail > img, .content-section .thumbnail .image img { width: 100%; max-width: 300px; } } .content-section .thumbnail h3 { font-size: 16px; letter-spacing: 1px; margin-bottom: 32px; margin-top: 11px; } .content-section .thumbnail h3 + h3 { margin-top: -32px; } @media (max-width: 767px) { .content-section .thumbnail h3 { font-size: 25px; letter-spacing: 6px; line-height: 1.5em; margin-bottom: 20px; margin-top: -14px; } .content-section .thumbnail h3 + h3 { margin-top: -21px; } } .content-section .thumbnail p { color: #999; font-size: 16px; line-height: 26px; text-align: left; } .content-section .thumbnail p + p { margin-top: -10px; } @media (max-width: 767px) { .content-section .thumbnail p { font-size: 17px; line-height: 27px; } } .content-section .thumbnail .group { line-height: 43px; margin-bottom: 14px; margin-top: 33px; text-align: center; } @media (max-width: 767px) { .content-section .thumbnail .group { margin-top: 29px; line-height: 67px; } } @media (max-width: 480px) { .content-section .thumbnail .group { margin-top: 37px; } } @media (max-width: 767px) { .content-section .thumbnail .btn { padding: 16px 27px; font-size: 18px; line-height: 1.3333333; border-radius: 0px; font-size: 14px; letter-spacing: 2px; margin-right: 9px; } } @media (max-width: 480px) { .content-section .thumbnail .btn { display: block; margin-right: 0; } .content-section .thumbnail .btn + .btn { margin-top: 12px; } } .content-section.simple h3 { margin-top: 0 !important; margin-bottom: 31px !important; } .content-section.simple h3 + h3 { margin-top: -30px !important; } .content-section.simple.col-5 { padding-top: 77px; } .content-section.simple.col-4, .content-section.simple.col-3 { padding-top: 76px; } .content-section.simple.col-2 { padding-top: 64px; } @media (min-width: 768px) and (max-width: 991px) { .content-section.simple h3 { margin-bottom: 32px !important; } .content-section.simple.col-5 { padding-top: 76px; } .content-section.simple.col-5 .row > div + div + div + div { margin-top: 53px; } .content-section.simple.col-4 { padding-top: 77px; } .content-section.simple.col-4 .row > div + div + div { margin-top: 53px; } .content-section.simple.col-2 { padding-top: 76px; } } @media (max-width: 767px) { .content-section.simple { padding-top: 0 !important; } .content-section.simple .thumbnail { padding-top: 68px; } .content-section.simple h3 { margin-bottom: 20px !important; } .content-section.simple h3 + h3 { margin-top: -21px !important; } } .content-section.dark { background: #3c3c3c; } .content-section.dark h1, .content-section.dark h2, .content-section.dark h3, .content-section.dark h4 { color: #fff; } .content-section.dark p { color: #fff; } .content-section.dark .btn-default { border-color: #fff; color: #fff; } .content-section.dark .btn-default:hover, .content-section.dark .btn-default:focus, .content-section.dark .btn-default.focus, .content-section.dark .btn-default:active, .content-section.dark .btn-default.active, .open > .dropdown-toggle.content-section.dark .btn-default { background-color: #fff; border-color: #fff; color: #252525; } .mbr-navbar { position: relative; width: 100%; } .mbr-navbar:before { content: ""; display: block; } .mbr-navbar__brand-link:after, .mbr-navbar__brand-img { height: 74px; } .mbr-navbar:before, .mbr-navbar__container { height: 98px; } .mbr-navbar--ss .mbr-navbar__brand-link:after, .mbr-navbar--ss .mbr-navbar__brand-img { height: 74px; } .mbr-navbar--ss:before, .mbr-navbar--ss .mbr-navbar__container { height: 98px; } .mbr-navbar--xs .mbr-navbar__brand-link:after, .mbr-navbar--xs .mbr-navbar__brand-img { height: 32px; } .mbr-navbar--xs:before, .mbr-navbar--xs .mbr-navbar__container { height: 56px; } .mbr-navbar--s .mbr-navbar__brand-link:after, .mbr-navbar--s .mbr-navbar__brand-img { height: 48px; } .mbr-navbar--s:before, .mbr-navbar--s .mbr-navbar__container { height: 72px; } .mbr-navbar--m .mbr-navbar__brand-link:after, .mbr-navbar--m .mbr-navbar__brand-img { height: 64px; } .mbr-navbar--m:before, .mbr-navbar--m .mbr-navbar__container { height: 88px; } .mbr-navbar--l .mbr-navbar__brand-link:after, .mbr-navbar--l .mbr-navbar__brand-img { height: 96px; } .mbr-navbar--l:before, .mbr-navbar--l .mbr-navbar__container { height: 120px; } .mbr-navbar--xl .mbr-navbar__brand-link:after, .mbr-navbar--xl .mbr-navbar__brand-img { height: 128px; } .mbr-navbar--xl:before, .mbr-navbar--xl .mbr-navbar__container { height: 152px; } .mbr-navbar--short .mbr-navbar__brand-link:after, .mbr-navbar--short .mbr-navbar__brand-img { height: 54px; } .mbr-navbar--short:before, .mbr-navbar--short .mbr-navbar__container { height: 64px; } .mbr-navbar--short .mbr-navbar__container { padding: 12px 0; } @media (max-width: 767px) { .mbr-navbar--short .mbr-navbar__brand-link:after, .mbr-navbar--short .mbr-navbar__brand-img { height: 32px; } .mbr-navbar--short:before, .mbr-navbar--short .mbr-navbar__container { height: 88px; } .mbr-navbar--short .mbr-navbar__container { padding: 40px 0 12px; } .mbr-navbar--short .mbr-navbar__hamburger { margin-top: 2px; } } .mbr-navbar__brand-img { position: relative; } .mbr-navbar__brand-img, .mbr-navbar__container, .mbr-navbar__section { -webkit-transition: all 300ms ease-in-out 0s; -o-transition: all 300ms ease-in-out 0s; transition: all 300ms ease-in-out 0s; } .mbr-navbar__section { background: #2c2c2c; height: auto; position: absolute; top: 0; width: 100%; z-index: 1000; } .mbr-navbar__container { display: table; padding: 12px 0; width: 100%; } .mbr-navbar__menu-box { display: table; width: 100%; } .mbr-navbar__menu-box--inline-left, .mbr-navbar__menu-box--inline-center, .mbr-navbar__menu-box--inline-right { display: block; text-align: left; } .mbr-navbar__menu-box--inline-center { text-align: center; } .mbr-navbar__menu-box--inline-right { text-align: right; } .mbr-navbar__column { display: table-cell; vertical-align: middle; } .mbr-navbar__column--xxs { width: 1%; } .mbr-navbar__column--xs { width: 10%; } .mbr-navbar__column--s { width: 20%; } .mbr-navbar__column--m { width: 30%; } .mbr-navbar__column--l { width: 40%; } .mbr-navbar__column--xl { width: 50%; } .mbr-navbar__menu-box--inline-left .mbr-navbar__column, .mbr-navbar__menu-box--inline-center .mbr-navbar__column, .mbr-navbar__menu-box--inline-right .mbr-navbar__column { display: inline-block; } .mbr-navbar__items { float: left; padding-left: 0px; position: relative; left: -20px; } .mbr-navbar__items--right { float: right; left: 0; } .mbr-navbar__item { display: block; float: left; position: relative; } .mbr-navbar__hamburger { display: none; margin-top: -10px; position: absolute; right: 18px; top: 50%; z-index: 10000; } .mbr-navbar--collapsed .mbr-navbar__container { position: relative; } .mbr-navbar--collapsed .mbr-navbar__column { display: block; width: 100%; } .mbr-navbar--collapsed .mbr-navbar__items--right { padding-top: 13px; } .mbr-navbar--collapsed .mbr-navbar__menu { background: rgba(0, 0, 0, 0.9); display: none; height: 100%; left: 0; position: fixed; top: 0; width: 100%; z-index: 9999; } .mbr-navbar--collapsed .mbr-navbar__menu-box { display: table-cell; vertical-align: middle; } .mbr-navbar--collapsed .mbr-navbar__items { float: none; } .mbr-navbar--collapsed .mbr-navbar__item { float: none; } .mbr-navbar--collapsed .mbr-navbar__hamburger { display: block; } .mbr-navbar--collapsed.mbr-navbar--open .mbr-navbar__menu { display: table; } .mbr-navbar--collapsed.mbr-navbar--open:not(.mbr-navbar--sticky) .mbr-navbar__section { background: none; position: fixed; } .mbr-navbar--collapsed.mbr-navbar--open .mbr-navbar__brand { visibility: hidden; } .mbr-navbar--collapsed.mbr-navbar--sticky.mbr-navbar--open .mbr-navbar__brand { visibility: visible; } .mbr-navbar--collapsed.mbr-navbar--open .mbr-navbar__brand-img, .mbr-navbar--collapsed.mbr-navbar--open .mbr-navbar__container { -webkit-transition: none; -o-transition: none; transition: none; } .mbr-navbar--freeze.mbr-navbar--collapsed.mbr-navbar--open .mbr-navbar__hamburger, .mbr-navbar--freeze.mbr-navbar--collapsed.mbr-navbar--open .mbr-navbar__hamburger:hover { color: #fff !important; } .mbr-navbar--sticky .mbr-navbar__section { position: fixed; } .mbr-navbar--absolute { position: absolute; } .mbr-navbar--transparent .mbr-navbar__section { background: none; } .mbr-navbar--stuck .mbr-navbar__section, .mbr-navbar--relative .mbr-navbar__section { background: #2c2c2c; } @media (max-width: 991px) { .mbr-navbar--auto-collapse .mbr-navbar__container { position: relative; } .mbr-navbar--auto-collapse .mbr-navbar__column { display: block; width: 100%; } .mbr-navbar--auto-collapse .mbr-navbar__items--right { padding-top: 13px; } .mbr-navbar--auto-collapse .mbr-navbar__menu { background: rgba(0, 0, 0, 0.9); display: none; height: 100%; left: 0; position: fixed; top: 0; width: 100%; z-index: 9999; } .mbr-navbar--auto-collapse .mbr-navbar__menu-box { display: table-cell; vertical-align: middle; } .mbr-navbar--auto-collapse .mbr-navbar__items { float: none; } .mbr-navbar--auto-collapse .mbr-navbar__item { float: none; } .mbr-navbar--auto-collapse .mbr-navbar__hamburger { display: block; } .mbr-navbar--auto-collapse.mbr-navbar--open .mbr-navbar__menu { display: table; } .mbr-navbar--auto-collapse.mbr-navbar--open:not(.mbr-navbar--sticky) .mbr-navbar__section { background: none; position: fixed; } .mbr-navbar--auto-collapse.mbr-navbar--open .mbr-navbar__brand { visibility: hidden; } .mbr-navbar--auto-collapse.mbr-navbar--sticky.mbr-navbar--open .mbr-navbar__brand { visibility: visible; } .mbr-navbar--auto-collapse.mbr-navbar--open .mbr-navbar__brand-img, .mbr-navbar--auto-collapse.mbr-navbar--open .mbr-navbar__container { -webkit-transition: none; -o-transition: none; transition: none; } .mbr-navbar--freeze.mbr-navbar--auto-collapse.mbr-navbar--open .mbr-navbar__hamburger, .mbr-navbar--freeze.mbr-navbar--auto-collapse.mbr-navbar--open .mbr-navbar__hamburger:hover { color: #fff !important; } } .mbr-after-navbar:before { content: ""; display: block; height: 98px; } .mbr-hamburger { cursor: pointer; height: 23px; width: 30px; } .mbr-hamburger:focus { outline: none; } .mbr-hamburger__line, .mbr-hamburger__line:before, .mbr-hamburger__line:after { content: ""; position: absolute; display: block; height: 1px; cursor: pointer; } .mbr-hamburger__line, .mbr-hamburger__line:before, .mbr-hamburger__line:after { width: 30px; border-bottom: 5px solid; top: 9px; } .mbr-hamburger__line:before { top: -9px; } .mbr-hamburger__line:after { top: 9px; } .mbr-hamburger__line, .mbr-hamburger__line:before, .mbr-hamburger__line:after { -webkit-transition: all 300ms ease-in-out; transition: all 300ms ease-in-out; } .mbr-hamburger--open .mbr-hamburger__line { border-color: transparent; } .mbr-hamburger--open .mbr-hamburger__line:before, .mbr-hamburger--open .mbr-hamburger__line:after { top: 0; } .mbr-hamburger--open .mbr-hamburger__line:before { -ms-transform: rotate(45deg); -webkit-transform: rotate(45deg); transform: rotate(45deg); } .mbr-hamburger--open .mbr-hamburger__line:after { top: 10px; -ms-transform: translatey(-10px) rotate(-45deg); -webkit-transform: translatey(-10px) rotate(-45deg); transform: translatey(-10px) rotate(-45deg); } @media (max-width: 767px) { .mbr-hamburger { height: 23px; width: 27px; } .mbr-hamburger__line, .mbr-hamburger__line:before, .mbr-hamburger__line:after { width: 27px; border-bottom: 4px solid; top: 9px; } .mbr-hamburger__line:before { top: -9px; } .mbr-hamburger__line:after { top: 9px; } } .mbr-description .mbr-header__text { margin: 2em 0 1em 0; font-size: 2em; } .mbr-description .mbr-description__subtitle { padding: 1em 0; font-size: 1.3em; } .mbr-description blockquote { font-size: 1.1em; line-height: 1.9; color: #525252; } .mbr-description .guide { display: block; padding: 9px 8px 4px; margin: 0 0 10px; font-size: 13px; line-height: 1.42857143; word-break: break-all; word-wrap: break-word; color: #333333; background-color: #f5f5f5; border: 1px solid #cccccc; border-radius: 0; } .mbr-description .mbr-description__name img.media-object { margin: 2em 0 1em 0; } @media (max-width: 560px) { .mbr-description { padding: 1em; } .mbr-description__name { display: none !important; } } .mbr-brand { display: block; float: left; position: relative; } .mbr-brand, .mbr-brand:hover { text-decoration: none; } .mbr-brand__name { display: block; font-weight: bold; margin-top: 5px; text-align: center; } @media (max-width: 420px) { .mbr-brand__name { display: none !important; } } .mbr-brand__name, .mbr-brand__name:hover { text-decoration: none; } .mbr-brand--inline { display: table; } .mbr-brand--inline:after { content: ""; display: table-cell; width: 1px; } .mbr-brand--inline .mbr-brand__logo, .mbr-brand--inline .mbr-brand__name { display: table-cell; vertical-align: middle; } .mbr-brand--inline .mbr-brand__logo { padding-right: 10px; } .mbr-brand--inline .mbr-brand__name { margin: 0; text-align: left; } .mbr-form { display: table; margin-top: -13px; position: relative; top: 14px; width: 100%; } .mbr-form__left, .mbr-form__right { display: table-cell; vertical-align: top; } .mbr-form__left { padding-right: 3px; } .mbr-form__right { width: 1px; } @media (max-width: 530px) { .mbr-form { display: block; margin-top: -27px; position: relative; top: 26px; } .mbr-form__left, .mbr-form__right { display: block; } .mbr-form__left { margin-bottom: 12px; padding-right: 0; } .mbr-form__right { width: 100%; } } .mbr-section { padding: 0 20px; } .mbr-section--no-padding { padding: 0; } .mbr-section--relative { position: relative; } .mbr-section--fixed-size { overflow: hidden; } .mbr-section--full-height { height: 100vh; } .mbr-section--full-height.mbr-after-navbar:before { display: none; } .mbr-section--bg-adapted { background-attachment: scroll; background-position: 50% 0; background-repeat: no-repeat; background-size: cover; } .mbr-section--gray { background-color: #444444; } .mbr-section--light-gray { background-color: #f0f0f0; } .mbr-section--dark-gray { background-color: #3c3c3c; } .mbr-section__container { padding: 0; position: relative; z-index: 3; } .mbr-section__container--std-padding { padding: 93px 0; } .mbr-section__container--sm-padding { padding: 41px 0; } .mbr-section__container--isolated { padding-bottom: 93px; padding-top: 93px; } .mbr-section__container--first { padding-top: 93px; padding-bottom: 41px; } .mbr-section__container--middle { padding-bottom: 41px; } .mbr-section__container--last { padding-bottom: 93px; } .mbr-section__container .mentor { color: #777777; } .mbr-section__left { padding-right: 40px; } .mbr-section__right { padding-left: 15px; } .mbr-section__header { line-height: 1.5em; margin: -10px 0 0; text-align: center; } @media (max-width: 767px) { .mbr-section__left { padding-right: 15px; } .mbr-section__right { padding-left: 15px; padding-top: 51px; } } .mbr-arrow { bottom: 71px; left: 0; line-height: 1px; padding: 0 20px; position: absolute; width: 100%; z-index: 3; } .mbr-arrow__link { display: inline-block; font-size: 26px; } .mbr-arrow__link, .mbr-arrow__link:hover, .mbr-arrow__link:focus { color: #fff; } .mbr-arrow--floating .mbr-arrow__link { -webkit-animation: floating-arrow 1.6s infinite ease-in-out 0s; -o-animation: floating-arrow 1.6s infinite ease-in-out 0s; animation: floating-arrow 1.6s infinite ease-in-out 0s; } @-webkit-keyframes floating-arrow { from { -webkit-transform: translateY(0); transform: translateY(0); } 65% { -webkit-transform: translateY(11px); transform: translateY(11px); } to { -webkit-transform: translateY(0); transform: translateY(0); } } @-o-keyframes floating-arrow { from { -webkit-transform: translateY(0); transform: translateY(0); } 65% { -webkit-transform: translateY(11px); transform: translateY(11px); } to { -webkit-transform: translateY(0); transform: translateY(0); } } @keyframes floating-arrow { from { -webkit-transform: translateY(0); transform: translateY(0); } 65% { -webkit-transform: translateY(11px); transform: translateY(11px); } to { -webkit-transform: translateY(0); transform: translateY(0); } } .mbr-arrow--dark .mbr-arrow__link, .mbr-arrow--dark .mbr-arrow__link:hover, .mbr-arrow--dark .mbr-arrow__link:focus { color: #252525; } @media (max-width: 767px) { .mbr-arrow { bottom: 41px; } } @media (max-width: 320px) { .mbr-arrow { bottom: 21px; text-align: center; } } @media all and (device-width: 320px) and (device-height: 568px) and (orientation: portrait) { .mbr-arrow { bottom: 31px; } } .mbr-box { display: table; width: 100%; } .mbr-box--fixed { table-layout: fixed; } .mbr-box--stretched { height: 100%; } .mbr-box__magnet { display: table-cell; float: none; height: 100%; margin-bottom: 0; margin-top: 0; text-align: center; vertical-align: middle; } .mbr-box__magnet--sm-padding { padding: 41px 0; } .mbr-box__magnet--top-left, .mbr-box__magnet--top-center, .mbr-box__magnet--top-right { vertical-align: top; } .mbr-box__magnet--bottom-left, .mbr-box__magnet--bottom-center, .mbr-box__magnet--bottom-right { vertical-align: bottom; } .mbr-box__magnet--top-left, .mbr-box__magnet--center-left, .mbr-box__magnet--bottom-left { text-align: left; } .mbr-box__magnet--top-right, .mbr-box__magnet--center-right, .mbr-box__magnet--bottom-right { text-align: right; } .mbr-box__container { height: 50%; } @media (max-width: 767px) { .mbr-box__container { height: 100%; } .mbr-box--adapted { display: block; } .mbr-box--adapted > .mbr-box__magnet { display: block; height: auto; } } .mbr-overlay { background: #222; bottom: 0; left: 0; position: absolute; right: 0; top: 0; z-index: 2; } .mbr-google-map__marker { color: #252525; display: none; margin: 0; } .mbr-google-map--loaded .mbr-google-map__marker { display: block; } .mbr-hero { color: #fff; position: relative; } .mbr-hero__text { font-size: 46px; font-weight: bold; left: -2px; letter-spacing: 2px; line-height: 50px; margin: -18px 0 1px 0; padding-bottom: 41px; position: relative; top: 8px; } .mbr-hero__subtext { font-size: 21px; line-height: 29px; margin: -32px 0 3px 0; padding: 0 0 20px 0; position: relative; top: 6px; } .mbr-figure { display: inline-block; line-height: 1px; margin: 0; max-width: 100%; overflow: hidden; position: relative; } .mbr-figure--no-bg { background: none; } .mbr-figure--full-width { display: block; width: 100%; } .mbr-figure.mbr-after-navbar:before { display: none; } .mbr-figure--full-width iframe, .mbr-figure--full-width .mbr-figure__img, .mbr-figure--full-width .mbr-figure__map { width: 100%; } .mbr-figure iframe, .mbr-figure__img, .mbr-figure__map { max-width: 100%; } .mbr-figure__map { height: 400px; line-height: 1.3em; } .mbr-figure__map--short { height: 300px; } .mbr-figure__caption { background: rgba(0, 0, 0, 0.5); bottom: 0; color: #fff; display: block; font-size: 17px; left: 0; line-height: 1.3em; min-height: 53px; padding: 17px 20px; position: absolute; text-align: left; width: 100%; } .mbr-figure__caption--no-padding { padding: 17px 0; } .mbr-figure--wysiwyg .mbr-figure__caption a, .mbr-figure--wysiwyg .mbr-figure__caption a:hover { color: inherit; text-decoration: underline; } .mbr-figure--caption-inside-top .mbr-figure__caption { bottom: auto; top: 0; } .mbr-figure--caption-outside-top .mbr-figure__caption, .mbr-figure--caption-outside-bottom .mbr-figure__caption { background: none; position: relative; } .mbr-figure--no-bg.mbr-figure--caption-outside-top .mbr-figure__caption, .mbr-figure--no-bg.mbr-figure--caption-outside-bottom .mbr-figure__caption { color: #252525; } .mbr-figure--no-bg.mbr-figure--caption-outside-top .mbr-figure__caption { margin-top: -3px; padding-top: 0; } .mbr-figure--no-bg.mbr-figure--caption-outside-bottom .mbr-figure__caption { margin-top: -2px; padding-bottom: 0; top: 2px; } .mbr-figure__caption--std-grid { background: none; z-index: 2; } @media (min-width: 768px) { .mbr-figure__caption--std-grid { width: 715px; left: 50%; margin-left: -357.5px; padding: 17px 0; } } @media (min-width: 992px) { .mbr-figure__caption--std-grid { width: 935px; margin-left: -467.5px; } } @media (min-width: 1200px) { .mbr-figure__caption--std-grid { width: 1150px; margin-left: -575px; } } .mbr-figure__caption--std-grid:before { bottom: 0; content: ""; position: absolute; top: 0; width: 200%; z-index: -1; margin-left: -50%; } .mbr-figure--caption-inside-top .mbr-figure__caption--std-grid:before, .mbr-figure--caption-inside-bottom .mbr-figure__caption--std-grid:before { background: rgba(0, 0, 0, 0.6); } .mbr-figure__caption-small { color: #ccc; display: block; font-size: 14px; line-height: 1.3em; } .mbr-figure--no-bg.mbr-figure--caption-outside-top .mbr-figure__caption-small, .mbr-figure--no-bg.mbr-figure--caption-outside-bottom .mbr-figure__caption-small { color: #777; } @media (max-width: 767px) { .mbr-figure--adapted { display: block; width: 100%; } .mbr-figure--adapted iframe, .mbr-figure--adapted .mbr-figure__img, .mbr-figure--adapted .mbr-figure__map { width: 100%; } .mbr-figure--caption-inside-top .mbr-figure__caption, .mbr-figure--caption-inside-bottom .mbr-figure__caption { background: none; position: relative; } .mbr-figure--caption-inside-top .mbr-figure__caption--std-grid:before, .mbr-figure--caption-inside-bottom .mbr-figure__caption--std-grid:before { display: none; } } .mbr-reviews { list-style: none; margin: 0 -15px; padding: 3px 0 0 0; } .mbr-reviews__item { position: relative; margin-top: 39px; } .mbr-reviews__text { background: #fafafa; border-radius: 3px; border: 1px solid #ededed; color: #777; font-size: 16px; line-height: 26px; padding: 20px; position: relative; } .mbr-reviews__text:before { -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); /*width: 14px;*/ /*height: 14px;*/ background-color: #fafafa; border-color: #ededed; /*border-style: none solid solid none;*/ /*border-width: 0 1px 1px 0;*/ /*border-style: solid none none solid;*/ /*border-width: 1px 0 0 1px;*/ /*bottom: -8px;*/ top: -8px; content: ""; display: block; left: 50px; position: absolute; } .mbr-reviews__p { margin: 0; } .mbr-reviews__author { margin-top: 30px; padding-left: 102px; position: relative; } .mbr-reviews__author--short { margin-top: 27px; padding-left: 32px; } .mbr-reviews__author-img { width: 50px; height: 50px; border-radius: 50%; left: 33px; position: absolute; top: 0; } .mbr-reviews__author-name { color: #777; font-size: 14px; font-weight: bold; position: relative; top: -3px; } .mbr-reviews__author-bio { color: #999; font-size: 12px; } @media (max-width: 767px) { .mbr-reviews__author { padding-bottom: 32px; } .mbr-reviews__author--short { padding-bottom: 1px; } } @media (min-width: 768px) and (max-width: 991px) { .mbr-reviews__item:nth-of-type(2n+1) { clear: left; } } @media (min-width: 992px) { .mbr-reviews__item:nth-of-type(3n+1) { clear: left; } } .mbr-header { margin-top: -20px; padding: 0; position: relative; text-align: left; top: 10px; } .mbr-header--std-padding { padding-bottom: 41px; } .mbr-header--center { text-align: center; } .mbr-header__text { display: block; font-size: 35px; font-weight: bold; text-decoration: underline; letter-spacing: 4px; line-height: 1.5em; margin: 0; } @media (max-width: 480px) { .mbr-header__text { letter-spacing: 1px; } } .mbr-header__subtext { color: #777; font-size: 14px; font-style: italic; letter-spacing: 1px; margin: 8px 0 7px 0; } .mbr-header--inline { margin-top: 0; padding: 41px 0 28px 0; top: 0; } .mbr-header--inline .mbr-header__text { letter-spacing: 4px; line-height: 1em; margin: 15px 0 0 0; } @media (max-width: 767px) { .mbr-header--inline { padding: 47px 0 38px 0; } .mbr-header--inline .mbr-header__text { display: block; margin: 0 0 38px 0; } .mbr-header--auto-align .mbr-header__text, .mbr-header--auto-align .mbr-header__subtext { left: 0; text-align: left !important; } } .mbr-contacts { color: #9c9c9c; font-size: 14px; line-height: 1.7em; padding: 45px 0 46px; } .mbr-contacts__img { max-width: 100%; margin: 6px 0 5px 40px; } .mbr-contacts__img--left { margin-left: 0; } .mbr-contacts__text { margin: 0; } .mbr-contacts__header { color: #fff; font-size: 14px; letter-spacing: 1px; margin-bottom: 20px; margin-top: 3px; } .mbr-contacts__list { list-style: none; margin: 0; padding: 0; } @media (max-width: 767px) { .mbr-contacts__img { margin-bottom: 10px; } .mbr-contacts__header { margin-top: 20px; margin-bottom: 10px; } .mbr-contacts__column { margin-top: 37px; } } .mbr-footer { color: #9c9c9c; font-size: 13px; letter-spacing: 1px; line-height: 1.5em; padding: 37px 0 39px; word-spacing: 1px; } .mbr-footer__copyright { margin: 0; } .mbr-buttons { margin: -26px 0 13px 0; position: relative; text-align: left; top: 26px; } .mbr-buttons__btn, .mbr-buttons__link { margin: 0 10px 13px 0; font-size: 18px; font-weight: normal; } .mbr-buttons__btn, .mbr-buttons__link, .mbr-buttons__btn:hover, .mbr-buttons__link:hover { text-decoration: none; } .mbr-buttons--no-offset { margin-top: 0; top: 0; } .mbr-buttons--only-links { left: -20px; } .mbr-buttons--center { left: 5px; text-align: center; } .mbr-buttons--center.mbr-buttons--only-links { left: 0; } .mbr-buttons--right { text-align: right; } .mbr-buttons--right .mbr-buttons__btn, .mbr-buttons--right .mbr-buttons__link { margin: 0 0 13px 10px; } .mbr-buttons--right.mbr-buttons--only-links { left: 20px; } .mbr-buttons--activated { left: 5px; text-align: center; } .mbr-buttons--activated .mbr-buttons__btn, .mbr-buttons--activated .mbr-buttons__link { margin-left: 0; margin-right: 0; } .mbr-buttons--activated .mbr-buttons__link { font-size: 25px; padding: 10px 30px 2px; } .mbr-buttons--activated .mbr-buttons__btn { font-size: 15px; margin-top: 9px; padding: 15px 30px; } .mbr-buttons--freeze.mbr-buttons--activated .mbr-buttons__link { font-size: 25px !important; } .mbr-buttons--freeze.mbr-buttons--activated .mbr-buttons__link, .mbr-buttons--freeze.mbr-buttons--activated .mbr-buttons__link:hover { color: #fff !important; } .mbr-buttons--freeze.mbr-buttons--activated .mbr-buttons__btn { font-size: 15px !important; } @media (max-width: 991px) { .mbr-buttons--active { left: 5px; text-align: center; } .mbr-buttons--active .mbr-buttons__btn, .mbr-buttons--active .mbr-buttons__link { margin-left: 0; margin-right: 0; } .mbr-buttons--active .mbr-buttons__link { font-size: 25px; padding: 10px 30px 2px; } .mbr-buttons--active .mbr-buttons__btn { font-size: 15px; margin-top: 9px; padding: 15px 30px; } .mbr-buttons--freeze.mbr-buttons--active .mbr-buttons__link { font-size: 25px !important; } .mbr-buttons--freeze.mbr-buttons--active .mbr-buttons__link, .mbr-buttons--freeze.mbr-buttons--active .mbr-buttons__link:hover { color: #fff !important; } .mbr-buttons--freeze.mbr-buttons--active .mbr-buttons__btn { font-size: 15px !important; } } @media (max-width: 767px) { .mbr-buttons--auto-align { left: 5px; text-align: center; } .mbr-buttons--auto-align.mbr-buttons--only-links { left: 0; } } @media (max-width: 530px) { .mbr-buttons { left: 0; } .mbr-buttons__btn, .mbr-buttons__link, .mbr-buttons--right .mbr-buttons__btn, .mbr-buttons--right .mbr-buttons__link { display: inline-block; margin: 0 0 13px 0; text-align: center; width: 100%; } .mbr-buttons--activated .mbr-buttons__btn, .mbr-buttons--activated .mbr-buttons__link, .mbr-buttons--active .mbr-buttons__btn, .mbr-buttons--active .mbr-buttons__link { width: auto; } .mbr-buttons--activated .mbr-buttons__btn, .mbr-buttons--active .mbr-buttons__btn { margin-top: 9px; } } .mbr-article { color: #777; font-size: 17px; line-height: 27px; text-align: left; position: relative; margin-top: -21px; top: 14px; } .mbr-article--wysiwyg h1, .mbr-article--wysiwyg h2, .mbr-article--wysiwyg h3, .mbr-article--wysiwyg h4, .mbr-article--wysiwyg h5, .mbr-article--wysiwyg h6 { color: #252525; display: block; font-weight: bold; line-height: 1.3em; text-align: left; } .mbr-article--wysiwyg h1 { font-size: 27px; letter-spacing: 3px; } .mbr-article--wysiwyg h2 { font-size: 23px; letter-spacing: 2px; } .mbr-article--wysiwyg h3 { font-size: 19px; letter-spacing: 1px; } .mbr-article--wysiwyg h4 { font-size: 14px; } .mbr-article--wysiwyg h5 { font-size: 11px; } .mbr-article--wysiwyg h6 { font-size: 10px; } .mbr-article--wysiwyg p, .mbr-article--wysiwyg ul, .mbr-article--wysiwyg ol, .mbr-article--wysiwyg blockquote { margin: 0 0 10px 0; } .mbr-article--wysiwyg blockquote { font-size: 17px; border-color: #f97352; } @media (max-width: 767px) { .mbr-article--auto-align.mbr-article--wysiwyg p, .mbr-article--auto-align { text-align: left !important; } } .mbr-article .guest-message { margin: 1em 0; border: 1px solid #cdcdcd; padding: 1em; } .mbr-article .guest-reply { border-left: 5px solid #f97352; padding-left: 2em; } .mbr-article .guest-replied { font-size: 11px; color: #252525; margin-top: 0.5em; display: block; font-weight: bold; line-height: 1.3em; text-align: left; } .mbr-article .pager { margin-top: 5em; } .engine { position: absolute; text-indent: -2400px; text-align: center; padding: 0; } .videoWrapper { position: relative; padding-bottom: 56.25%; /* 16:9 */ padding-top: 25px; height: 0; } .videoWrapper iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
0.491456
0.071656
*{ margin: 0; padding: 0; box-sizing: border-box; outline: none; } body{ font-family: 'Roboto', sans-serif; color: rgba(255,255,255,0.8); } .app-wrap{ margin: 0 auto; width: 330px; height: 600px; overflow: auto; border-radius: 30px; background-repeat: no-repeat; background-position: center; background-size: cover; -webkit-box-shadow: -4px 9px 7px -2px rgba(0, 0, 0, 0.57); -moz-box-shadow: -4px 9px 7px -2px rgba(0, 0, 0, 0.57); box-shadow: -4px 9px 7px -2px rgba(0, 0, 0, 0.57); } .overlay{ width: 100%; height: 100%; border-radius: 30px; background: rgba(0,0,0,0.7); } header{ display: flex; justify-content: center; align-items: center; padding: 50px 15px 15px; } input{ width: 230px; padding: 10px 15px; border: none; background-color: rgba(255,255,255,0.2); color: white; border-radius: 16px 0px 16px 0px; border-bottom: 3px solid rgba(0,0,0,0.1);; font-size: 15px; font-weight: 300; transition: 0.2s ease-out; } main{ flex: 1 1 100%; padding-top: 60px; display: flex; flex-direction: column; align-items: center; text-align: center; } #icon{ height: 40px; width: 40px; margin-bottom: 20px; z-index: 10000; } .city{ font-size: 20px; font-weight: 700; margin-bottom: 5px; } .date{ font-size: 16px; margin-bottom: 30px; } .temp{ font-size: 50px; font-weight: 900; text-shadow: 2px 3px rgba(0,0,0,0.6); } .weather{ font-size: 17px; font-weight: 700; margin-bottom: 15px; } .hi-low{ font-size: 17px; font-weight: 500; line-height: 1.5; } @media only screen and (max-width: 500px){ .app-wrap{ border-radius: 0; width: 100%; height: 100vh; overflow: auto; } .overlay{ border-radius: 0; } }
style.css
*{ margin: 0; padding: 0; box-sizing: border-box; outline: none; } body{ font-family: 'Roboto', sans-serif; color: rgba(255,255,255,0.8); } .app-wrap{ margin: 0 auto; width: 330px; height: 600px; overflow: auto; border-radius: 30px; background-repeat: no-repeat; background-position: center; background-size: cover; -webkit-box-shadow: -4px 9px 7px -2px rgba(0, 0, 0, 0.57); -moz-box-shadow: -4px 9px 7px -2px rgba(0, 0, 0, 0.57); box-shadow: -4px 9px 7px -2px rgba(0, 0, 0, 0.57); } .overlay{ width: 100%; height: 100%; border-radius: 30px; background: rgba(0,0,0,0.7); } header{ display: flex; justify-content: center; align-items: center; padding: 50px 15px 15px; } input{ width: 230px; padding: 10px 15px; border: none; background-color: rgba(255,255,255,0.2); color: white; border-radius: 16px 0px 16px 0px; border-bottom: 3px solid rgba(0,0,0,0.1);; font-size: 15px; font-weight: 300; transition: 0.2s ease-out; } main{ flex: 1 1 100%; padding-top: 60px; display: flex; flex-direction: column; align-items: center; text-align: center; } #icon{ height: 40px; width: 40px; margin-bottom: 20px; z-index: 10000; } .city{ font-size: 20px; font-weight: 700; margin-bottom: 5px; } .date{ font-size: 16px; margin-bottom: 30px; } .temp{ font-size: 50px; font-weight: 900; text-shadow: 2px 3px rgba(0,0,0,0.6); } .weather{ font-size: 17px; font-weight: 700; margin-bottom: 15px; } .hi-low{ font-size: 17px; font-weight: 500; line-height: 1.5; } @media only screen and (max-width: 500px){ .app-wrap{ border-radius: 0; width: 100%; height: 100vh; overflow: auto; } .overlay{ border-radius: 0; } }
0.283385
0.056835
body,ul,p,h1,h2,h3,h4,d1,dd,from,input,textarea,select,figure,a,html{padding:0;margin:0;font-family:arial;list-style: none;} h3,h4{font-weight:normal} li{list-style:none;} img{border:none;} a{text-decoration:none;} a:hoever{text-decoration:underline;} .clearfix{ *zoom:1; } .clearfix:after{ content:"" display:block; clear:both; } body{ width:960px; height:100%; overflow:scroll; border:30px solid #093; } .header{ height:60px; width:100%; background:#333; margin-bottom:20px; } .header-nav{ float:right; list-style-type: none; } .header-nav li{ float:left; background:url(../img/header_li.png) no-repeat left -5px; padding-left:20px; margin-left:20px; font-size:12px; height:60px; line-height:60px; } .img img{ float:left; margin:14px 0 14px 40px; } .header .active{ margin-right:40px; color:#660066; border:2px solid #FFCC33; background:#FF3333; } .header-nav a:hover{ color:#95969b; } .header-nav a{ color:#fff; text-decoration:none; } #section_ { width:90%; background:#fff; margin:20px; border-top:1px solid #cdcdcd; border-right:3px solid #9f9f9f; border-bottom:3px solid #9f9f9f; border-left:1px solid #cdcdcd; padding:20px; } #section_1 h2{ height:44px; line-height:44px; } #section_1 h3{ height:38px; line-height:38px; } #section_1 p{text-indent:2em;font-family:"宋体";font-size:16px;width:100%} #section_1 span{font-size:14px} #section_1 time{font-size:14px;} #section_{ width:90%; margin:20px; background:#fff; margin-top:0; border-top:1px solid #cdcdcd; border-right:3px solid #9f9f9f; border-bottom:3px solid #9f9f9f; border-left:1px solid #cdcdcd; padding:20px; } #section_2 h2{ height:44px; line-height:44px;} #section_2 h3{ height:38px; line-height:38px;} #section_2 span{font-size:14px} #section_2 time{font-size:14px} #section_2 p{text-indent:2em;font-family:"宋体";font-size:16px;width:100%;} #section_{ width:90%; margin:20px; margin-top:0; background:#fff; border-top:1px solid #cdcdcd; border-right:3px solid #9f9f9f; border-bottom:3px solid #9f9f9f; border-left:1px solid #cdcdcd; padding:20px; } #section_3 ul{ } #section_3 li{width:122px; margin-top:20px; padding:10px 10px; border:1px solid; border-color:#cbcbcb; } #section_3 p{text-align:center;} #section_4, #section_3 ,#section_2 ,#section_1, .bottom{ width:90%; margin:20px auto; margin-top:0; background:#fff; border-top:1px solid #cdcdcd; border-right:3px solid #9f9f9f; border-bottom:3px solid #9f9f9f; border-left:1px solid #cdcdcd; padding:20px; } #section_4 h2{ height:44px; line-height:44px; } .section_4 h3{ height:38px; line-height:38px; } #section_4 span{font-size:14px} #section_4 time{font-size:14px} .match{} .match table{ border-collapse:collapse; width:100%; font-size:12px; font-family:"宋体"; } .match th{ padding:6px; text-align:left; background:#333; color:#fff; } .match td{ padding:6px; border-style:solid; border-width:1px; border-color:#e6e6e6 } .match tfoot{background:#e6e6e6; border:none; } .bottom{ line-height:2; padding:5px 20px; } .bottom h2{ padding-left: 3px; border-left: 3px solid #cbcbcb; font-size: 16px; text-align:left; } .bottom p{font-size:14px;} .tip{ margin-left:40%; font-size:12px; color:#999999; } .user_input{ display:inline-block; margin-left:30%; text-align: right; } .user_input2{ display:inline-block; margin-left:30%; } .bootom textarea{ width:200px; height:80px; } .submit{ margin-top:20px; width:100%; border-radius: 15px; padding: 15px; color: #fff; background-color: #3355d0; border:none; } footer{ margin-left:25px; margin-right:25px; height:50px; background-color:#000; } footer p{ color:#fff; text-align:center; line-height:50px; }
style/css.css
body,ul,p,h1,h2,h3,h4,d1,dd,from,input,textarea,select,figure,a,html{padding:0;margin:0;font-family:arial;list-style: none;} h3,h4{font-weight:normal} li{list-style:none;} img{border:none;} a{text-decoration:none;} a:hoever{text-decoration:underline;} .clearfix{ *zoom:1; } .clearfix:after{ content:"" display:block; clear:both; } body{ width:960px; height:100%; overflow:scroll; border:30px solid #093; } .header{ height:60px; width:100%; background:#333; margin-bottom:20px; } .header-nav{ float:right; list-style-type: none; } .header-nav li{ float:left; background:url(../img/header_li.png) no-repeat left -5px; padding-left:20px; margin-left:20px; font-size:12px; height:60px; line-height:60px; } .img img{ float:left; margin:14px 0 14px 40px; } .header .active{ margin-right:40px; color:#660066; border:2px solid #FFCC33; background:#FF3333; } .header-nav a:hover{ color:#95969b; } .header-nav a{ color:#fff; text-decoration:none; } #section_ { width:90%; background:#fff; margin:20px; border-top:1px solid #cdcdcd; border-right:3px solid #9f9f9f; border-bottom:3px solid #9f9f9f; border-left:1px solid #cdcdcd; padding:20px; } #section_1 h2{ height:44px; line-height:44px; } #section_1 h3{ height:38px; line-height:38px; } #section_1 p{text-indent:2em;font-family:"宋体";font-size:16px;width:100%} #section_1 span{font-size:14px} #section_1 time{font-size:14px;} #section_{ width:90%; margin:20px; background:#fff; margin-top:0; border-top:1px solid #cdcdcd; border-right:3px solid #9f9f9f; border-bottom:3px solid #9f9f9f; border-left:1px solid #cdcdcd; padding:20px; } #section_2 h2{ height:44px; line-height:44px;} #section_2 h3{ height:38px; line-height:38px;} #section_2 span{font-size:14px} #section_2 time{font-size:14px} #section_2 p{text-indent:2em;font-family:"宋体";font-size:16px;width:100%;} #section_{ width:90%; margin:20px; margin-top:0; background:#fff; border-top:1px solid #cdcdcd; border-right:3px solid #9f9f9f; border-bottom:3px solid #9f9f9f; border-left:1px solid #cdcdcd; padding:20px; } #section_3 ul{ } #section_3 li{width:122px; margin-top:20px; padding:10px 10px; border:1px solid; border-color:#cbcbcb; } #section_3 p{text-align:center;} #section_4, #section_3 ,#section_2 ,#section_1, .bottom{ width:90%; margin:20px auto; margin-top:0; background:#fff; border-top:1px solid #cdcdcd; border-right:3px solid #9f9f9f; border-bottom:3px solid #9f9f9f; border-left:1px solid #cdcdcd; padding:20px; } #section_4 h2{ height:44px; line-height:44px; } .section_4 h3{ height:38px; line-height:38px; } #section_4 span{font-size:14px} #section_4 time{font-size:14px} .match{} .match table{ border-collapse:collapse; width:100%; font-size:12px; font-family:"宋体"; } .match th{ padding:6px; text-align:left; background:#333; color:#fff; } .match td{ padding:6px; border-style:solid; border-width:1px; border-color:#e6e6e6 } .match tfoot{background:#e6e6e6; border:none; } .bottom{ line-height:2; padding:5px 20px; } .bottom h2{ padding-left: 3px; border-left: 3px solid #cbcbcb; font-size: 16px; text-align:left; } .bottom p{font-size:14px;} .tip{ margin-left:40%; font-size:12px; color:#999999; } .user_input{ display:inline-block; margin-left:30%; text-align: right; } .user_input2{ display:inline-block; margin-left:30%; } .bootom textarea{ width:200px; height:80px; } .submit{ margin-top:20px; width:100%; border-radius: 15px; padding: 15px; color: #fff; background-color: #3355d0; border:none; } footer{ margin-left:25px; margin-right:25px; height:50px; background-color:#000; } footer p{ color:#fff; text-align:center; line-height:50px; }
0.155399
0.061763
@font-face { font-family: title-font; src: url('../asset/font.otf'); /* IE9 Compat Modes */ src: url('../asset/font.otf?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../asset/font.otf') format('woff'), /* Modern Browsers */ url('../asset/font.otf') format('truetype'), /* Safari, Android, iOS */ url('../asset/font.otf') format('svg'); /* Legacy iOS */ } 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,main,menu,nav,section,summary{display:block} audio,canvas,progress,video{display:inline-block} audio:not([controls]){display:none;height:0} progress{vertical-align:baseline} [hidden],template{display:none} a{background-color:transparent;-webkit-text-decoration-skip:objects} a:active,a:hover{outline-width:0} abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted} b,strong{font-weight:inherit} b,strong{font-weight:bolder} dfn{font-style:italic} h1{font-size:2em;margin:.67em 0} mark{background-color:#ff0;color:#000} small{font-size:80%} sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline} sub{bottom:-.25em} sup{top:-.5em} img{border-style:none} svg:not(:root){overflow:hidden} code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em} figure{margin:1em 40px} hr{box-sizing:content-box;height:0;overflow:visible} button,input,optgroup,select,textarea{font:inherit;margin:0} optgroup{font-weight:700} 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{border-style:none;padding:0} [type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText} fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em} legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal} textarea{overflow:auto} [type=checkbox],[type=radio]{box-sizing:border-box;padding:0} [type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto} [type=search]{-webkit-appearance:textfield;outline-offset:-2px} [type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none} ::-webkit-input-placeholder{color:inherit;opacity:.54} ::-webkit-file-upload-button{-webkit-appearance:button;font:inherit} /*public*/ .clearfix:after{visibility:hidden;display:block;font-size:0;content:" ";clear:both;height:0} body{font-size:14px;color:#4b4a4a;font-family:"Microsoft YaHei",微软雅黑,"MicrosoftJhengHei",华文细黑,STHeiti,MingLiu, sans-serif} .wrap{overflow:hidden;width:100%;max-width:1920px;min-width:1366px;height:auto;margin:0 auto;background-color:#F5F5F5} .centerM{margin:0 auto} .hide{display:none} .banner,.m-c-a-mapWrap{position:relative;width:1366px;height:400px;margin:0 auto} .b-img,.m-c-a-map{position:absolute;top:0;left:50%;width:1920px;height:auto;margin-left:-960px} .main{overflow:hidden;width:100%;height:auto} .m-tit{text-align:center} .m-t-en,.m-t-zh{margin:8px 0;font-weight:600} .m-t-en{overflow:hidden;height:20px;color:transparent;line-height:1000} .m-t-zh{font-size:26px;color:#1e3124} .detailed{width:1200px;margin:0 auto} /*header*/ .header{width:100%;height:100px;text-align:center;background-color:#fefefe} .h-wrap{overflow:hidden;width:1366px;height:100%;margin:0 auto} .h-log{float:left;width:85px;height:64px;margin:18px 0 0 140px;background:url(../images/logo.png)} .h-l-img{display:block;width:100%;height:100%} .h-nav{float:left;height:100%;margin-left:210px} .h-b-a{display:inline-block;height:94px;border-bottom:6px solid #fefefe;font-size:18px;line-height:100px;color:#1e3124;margin:0 35px;text-decoration:none} .h-b-a:hover{border-bottom-color:#1b3029} /*footer*/ .footer{width:100%;height:318px;background-color:#4e4e4e} .f-link{height:104px;text-align:center;background-color:#5a5a5a} .f-l-icon{display:inline-block;width:40px;height:40px;margin:30px 10px;background:url(../images/footer-link.png)} .f-l-wb{background-position:-40px 0} .f-l-f{background-position:-80px 0} .f-l-fx{background-position:-120px 0} .f-l-in{background-position:-160px 0} .f-l-g{background-position:-200px 0} .f-l-wx:hover{background-position:0 40px} .f-l-wb:hover{background-position:-40px 40px} .f-l-f:hover{background-position:-80px 40px} .f-l-fx:hover{background-position:-120px 40px} .f-l-in:hover{background-position:-160px 40px} .f-l-g:hover{background-position:-200px 40px} .f-bom{text-align:center;color:#e6e6e6} .f-m-tit{font-size:20px} .f-m-tit:after{content:'';display:block;width:38px;height:0;margin:14px auto 0 auto;border-bottom:2px solid #EEE} .f-m-tel{margin:5px 0;font-size:40px;color:#e9e9e9} .f-m-tel:before{content:'';display:inline-block;width:37px;height:37px;margin-right:15px;background:url(../images/contact-icon.png) no-repeat -26px 0} .f-m-p{font-size:16px} .f-m-adds{} .f-m-website{margin-left:20px} .f-m-copy{font-size:12px;font-family:'宋体',sans-serif;color:#FFF} /*page*/ .m-page{width:1366px;margin:85px auto 85px auto;text-align:right} .m-p-prev,.m-p-num,.m-p-next{display:inline-block;height:32px;margin:0;font-size:14px;line-height:32px;text-decoration:none;text-align:center;color:#545454;background-color:#dcdcdc} .m-p-prev:hover,.m-p-num:hover,.m-p-next:hover,.m-p-select{color:#FFF;background-color:#6c6c6c} .m-p-select,.m-p-disable{cursor:default;pointer-events:none} .m-p-disable:hover{color:#545454;background-color:#dcdcdc} .m-p-prev,.m-p-next{width:100px} .m-p-num{width:32px} /*特殊排版*/ .title{ margin-bottom:10px; font-size:30px; text-align:center; color:#7aa7a4; font-family: title-font; } .subtitle{ margin:22px 0 0 0; font-size:18px; text-align:center; color:#636363; } .contitle{ font-size:24px;color:#7aa7a4;font-family: title-font; } .constrong{ font-size:16px;line-height:26px;font-weight:bold;color:#636363 } .conborder{ font-size:24px;color:#7aa7a4;font-family: title-font;border: solid 2px #7aa7a4;padding: 6px;text-align: center; } .consub{ margin:10px 0;font-size:16px;color:#c5c5c5;font-weight: bold; }
Public/css/public.css
@font-face { font-family: title-font; src: url('../asset/font.otf'); /* IE9 Compat Modes */ src: url('../asset/font.otf?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../asset/font.otf') format('woff'), /* Modern Browsers */ url('../asset/font.otf') format('truetype'), /* Safari, Android, iOS */ url('../asset/font.otf') format('svg'); /* Legacy iOS */ } 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,main,menu,nav,section,summary{display:block} audio,canvas,progress,video{display:inline-block} audio:not([controls]){display:none;height:0} progress{vertical-align:baseline} [hidden],template{display:none} a{background-color:transparent;-webkit-text-decoration-skip:objects} a:active,a:hover{outline-width:0} abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted} b,strong{font-weight:inherit} b,strong{font-weight:bolder} dfn{font-style:italic} h1{font-size:2em;margin:.67em 0} mark{background-color:#ff0;color:#000} small{font-size:80%} sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline} sub{bottom:-.25em} sup{top:-.5em} img{border-style:none} svg:not(:root){overflow:hidden} code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em} figure{margin:1em 40px} hr{box-sizing:content-box;height:0;overflow:visible} button,input,optgroup,select,textarea{font:inherit;margin:0} optgroup{font-weight:700} 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{border-style:none;padding:0} [type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText} fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em} legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal} textarea{overflow:auto} [type=checkbox],[type=radio]{box-sizing:border-box;padding:0} [type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto} [type=search]{-webkit-appearance:textfield;outline-offset:-2px} [type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none} ::-webkit-input-placeholder{color:inherit;opacity:.54} ::-webkit-file-upload-button{-webkit-appearance:button;font:inherit} /*public*/ .clearfix:after{visibility:hidden;display:block;font-size:0;content:" ";clear:both;height:0} body{font-size:14px;color:#4b4a4a;font-family:"Microsoft YaHei",微软雅黑,"MicrosoftJhengHei",华文细黑,STHeiti,MingLiu, sans-serif} .wrap{overflow:hidden;width:100%;max-width:1920px;min-width:1366px;height:auto;margin:0 auto;background-color:#F5F5F5} .centerM{margin:0 auto} .hide{display:none} .banner,.m-c-a-mapWrap{position:relative;width:1366px;height:400px;margin:0 auto} .b-img,.m-c-a-map{position:absolute;top:0;left:50%;width:1920px;height:auto;margin-left:-960px} .main{overflow:hidden;width:100%;height:auto} .m-tit{text-align:center} .m-t-en,.m-t-zh{margin:8px 0;font-weight:600} .m-t-en{overflow:hidden;height:20px;color:transparent;line-height:1000} .m-t-zh{font-size:26px;color:#1e3124} .detailed{width:1200px;margin:0 auto} /*header*/ .header{width:100%;height:100px;text-align:center;background-color:#fefefe} .h-wrap{overflow:hidden;width:1366px;height:100%;margin:0 auto} .h-log{float:left;width:85px;height:64px;margin:18px 0 0 140px;background:url(../images/logo.png)} .h-l-img{display:block;width:100%;height:100%} .h-nav{float:left;height:100%;margin-left:210px} .h-b-a{display:inline-block;height:94px;border-bottom:6px solid #fefefe;font-size:18px;line-height:100px;color:#1e3124;margin:0 35px;text-decoration:none} .h-b-a:hover{border-bottom-color:#1b3029} /*footer*/ .footer{width:100%;height:318px;background-color:#4e4e4e} .f-link{height:104px;text-align:center;background-color:#5a5a5a} .f-l-icon{display:inline-block;width:40px;height:40px;margin:30px 10px;background:url(../images/footer-link.png)} .f-l-wb{background-position:-40px 0} .f-l-f{background-position:-80px 0} .f-l-fx{background-position:-120px 0} .f-l-in{background-position:-160px 0} .f-l-g{background-position:-200px 0} .f-l-wx:hover{background-position:0 40px} .f-l-wb:hover{background-position:-40px 40px} .f-l-f:hover{background-position:-80px 40px} .f-l-fx:hover{background-position:-120px 40px} .f-l-in:hover{background-position:-160px 40px} .f-l-g:hover{background-position:-200px 40px} .f-bom{text-align:center;color:#e6e6e6} .f-m-tit{font-size:20px} .f-m-tit:after{content:'';display:block;width:38px;height:0;margin:14px auto 0 auto;border-bottom:2px solid #EEE} .f-m-tel{margin:5px 0;font-size:40px;color:#e9e9e9} .f-m-tel:before{content:'';display:inline-block;width:37px;height:37px;margin-right:15px;background:url(../images/contact-icon.png) no-repeat -26px 0} .f-m-p{font-size:16px} .f-m-adds{} .f-m-website{margin-left:20px} .f-m-copy{font-size:12px;font-family:'宋体',sans-serif;color:#FFF} /*page*/ .m-page{width:1366px;margin:85px auto 85px auto;text-align:right} .m-p-prev,.m-p-num,.m-p-next{display:inline-block;height:32px;margin:0;font-size:14px;line-height:32px;text-decoration:none;text-align:center;color:#545454;background-color:#dcdcdc} .m-p-prev:hover,.m-p-num:hover,.m-p-next:hover,.m-p-select{color:#FFF;background-color:#6c6c6c} .m-p-select,.m-p-disable{cursor:default;pointer-events:none} .m-p-disable:hover{color:#545454;background-color:#dcdcdc} .m-p-prev,.m-p-next{width:100px} .m-p-num{width:32px} /*特殊排版*/ .title{ margin-bottom:10px; font-size:30px; text-align:center; color:#7aa7a4; font-family: title-font; } .subtitle{ margin:22px 0 0 0; font-size:18px; text-align:center; color:#636363; } .contitle{ font-size:24px;color:#7aa7a4;font-family: title-font; } .constrong{ font-size:16px;line-height:26px;font-weight:bold;color:#636363 } .conborder{ font-size:24px;color:#7aa7a4;font-family: title-font;border: solid 2px #7aa7a4;padding: 6px;text-align: center; } .consub{ margin:10px 0;font-size:16px;color:#c5c5c5;font-weight: bold; }
0.198142
0.042344
.tcs-notes-pane { border-radius: 3px; box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.33); background-color: #ffffff; } .tcs-collaboration-pane { padding-top: 10px; } .tcs-collaboration-header { min-height: 40px; height: 40px; border-radius: 3px 3px 0px 0px; box-shadow: 0 1px 2px 0 #dedede; padding-left: 20px; padding-right: 20px; } .tcs-collaboration-header-text { margin-left: 10px; font-family: Source Sans Pro; font-size: 18px; font-weight: 600; font-style: normal; font-stretch: normal; line-height: 1.5; letter-spacing: 0.3px; } .tcs-collaboration-thread-icon-left { height: 24px; width: 50px; } .tcs-collaboration-existing-threads { overflow-y: auto; /*height: 70%;*/ } .tcs-collaboration-detail-box { min-height: 85px; flex-shrink: 0; } .tcs-collaboration-detail-box.editing { min-height: 109px; } .tcs-collaboration-detail-box.editing > .tcs-thread-box { height: 110px; background-color: #EEF0F7; } .tcs-collaboration-new-reply-box { transition: background-color 0.5s; background-color: #EEF0F7; margin-left: 20px; padding-right: 20px; } .tcs-collaboration-detail-box.tcs-collaboration-reply.editing { min-height: 100px; } .tcs-collaboration-reply { padding-left: 20px; } .tcs-thread-box { height: 86px; } .tcs-thread-box:hover { background-color: #EEF0F7; transition: background-color 0.5s; } .tcs-thread-box:hover .tcs-icon.tcs-icon-active { display: inline-block; } .tcs-thread-box .tcs-icon.tcs-icon-active { display: none; } .tcs-collaboration-entry { padding-left: 20px; padding-right: 20px; padding-top: 10px; padding-bottom: 10px; } .tcs-icon-row { padding-left: 20px; padding-right: 20px; padding-bottom: 5px; } .tcs-collaboration-thread-author { font-size: 14px; font-weight: 600; font-style: normal; font-stretch: normal; line-height: normal; letter-spacing: -0.1px; } .tcs-collaboration-thread-text { font-size: 11px; font-weight: normal; font-style: normal; font-stretch: normal; line-height: normal; letter-spacing: -0.1px; } .tcs-collaboration-thread-date { font-size: 10px; font-weight: 600; font-style: normal; font-stretch: normal; line-height: normal; letter-spacing: -0.1px; color: #b6b6b6; } .tcs-collaboration-edited { font-size: 10px; font-weight: 600; font-style: normal; font-stretch: normal; line-height: normal; letter-spacing: -0.1px; color: #EF5350; padding-right: 4px; } .tcs-collaboration-reply-icon { transform: scale(-1,1); } .tcs-collaboration-reply-item-icon { transform: scale(1,-1); margin-top: 10px; } .tcs-collaboration-reply-box { /*margin-left: 20px;*/ } .tcs-collaboration-reply-details { width: 100%; } .tcs-collaboration-thread-replies { font-size: 12px; font-weight: 600; font-style: normal; font-stretch: normal; line-height: normal; letter-spacing: -0.1px; color: #0081cb; } .tcs-icon { height: 20px; width: 20px; } :host ::ng-deep .tcs-icon.tcs-collaboration-edit-buttons:hover path.svg-content { fill: #0081cb; cursor: pointer; } :host ::ng-deep .tcs-icon.tcs-collaboration-edit-buttons:hover g.svg-content { fill: #0081cb; cursor: pointer; } .tcs-icon.tcs-collaboration-edit-icon { margin-left: 5px; } .tcs-icon.tcs-collaboration-send-icon { height: 24px; width: 24px; margin-left: 12px; } :host ::ng-deep .tcs-icon.tcs-collaboration-send-icon:hover path.svg-content { fill: #0081cb; } .tcs-collaboration-line { margin-left: 20px; padding: 0px; margin-top: 0px; margin-right: 20px; margin-bottom: 0px; border-bottom-color: #f4f4f4; border-bottom-width: 1.1px; border-bottom-style: solid; } .tcs-collaboration-reply-line { padding: 0px; margin-top: 0px; margin-right: 20px; margin-bottom: 0px; border-bottom-color: #f4f4f4; border-bottom-width: 1.1px; border-bottom-style: solid; } .tcs-collaboration-new-thread { margin-left: 20px; margin-right: 20px; /*margin-top: 10px;*/ max-height: 85px; height: 85px; min-height: 85px; } .tcs-collaboration-edit-thread { margin-top: 10px; } .tcs-collaboration-new-reply { margin-left: 20px; margin-right: 20px; margin-top: 10px; margin-bottom: 10px; } .tcs-collaboration-input { height: 55px; max-width: 100%; border-color: #d5e6ff; font-size: 11px; font-weight: normal; font-style: normal; font-stretch: normal; line-height: normal; letter-spacing: -0.1px; color: #b6b6b6; resize: none; border-radius: 3px; } .tcs-collaboration-reply-textbox { height: 55px; max-width: 100%; border-color: #d5e6ff; font-size: 11px; font-weight: normal; font-style: normal; font-stretch: normal; line-height: normal; letter-spacing: -0.1px; color: #b6b6b6; resize: none; border-radius: 3px; margin-top: 20px; margin-bottom: 20px; } .tcs-collaboration-edit { height: 55px; max-width: 100%; border-color: #d5e6ff; font-size: 11px; font-weight: normal; font-style: normal; font-stretch: normal; line-height: normal; letter-spacing: -0.1px; color: #b6b6b6; resize: none; border-radius: 3px; } .tcs-collaboration-new-thread-form { max-width: 90%; max-height: 100%; } .tcs-collaboration-new-note-component { height: 85px; min-height: 85px; max-height: 85px; margin-left: 20px; margin-right: 20px; } .tcs-collaboration-new-reply-component { height: 85px; min-height: 85px; max-height: 85px; margin-left: 20px; margin-right: 20px; } .tcs-no-item-text { font-family: Source Sans Pro; font-size: 16px; font-weight: normal; font-style: normal; font-stretch: normal; line-height: normal; letter-spacing: normal; color: #b6b6b6; }
projects/tibco-tcstk/tc-liveapps-lib/src/lib/components/live-apps-notes/live-apps-notes.component.css
.tcs-notes-pane { border-radius: 3px; box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.33); background-color: #ffffff; } .tcs-collaboration-pane { padding-top: 10px; } .tcs-collaboration-header { min-height: 40px; height: 40px; border-radius: 3px 3px 0px 0px; box-shadow: 0 1px 2px 0 #dedede; padding-left: 20px; padding-right: 20px; } .tcs-collaboration-header-text { margin-left: 10px; font-family: Source Sans Pro; font-size: 18px; font-weight: 600; font-style: normal; font-stretch: normal; line-height: 1.5; letter-spacing: 0.3px; } .tcs-collaboration-thread-icon-left { height: 24px; width: 50px; } .tcs-collaboration-existing-threads { overflow-y: auto; /*height: 70%;*/ } .tcs-collaboration-detail-box { min-height: 85px; flex-shrink: 0; } .tcs-collaboration-detail-box.editing { min-height: 109px; } .tcs-collaboration-detail-box.editing > .tcs-thread-box { height: 110px; background-color: #EEF0F7; } .tcs-collaboration-new-reply-box { transition: background-color 0.5s; background-color: #EEF0F7; margin-left: 20px; padding-right: 20px; } .tcs-collaboration-detail-box.tcs-collaboration-reply.editing { min-height: 100px; } .tcs-collaboration-reply { padding-left: 20px; } .tcs-thread-box { height: 86px; } .tcs-thread-box:hover { background-color: #EEF0F7; transition: background-color 0.5s; } .tcs-thread-box:hover .tcs-icon.tcs-icon-active { display: inline-block; } .tcs-thread-box .tcs-icon.tcs-icon-active { display: none; } .tcs-collaboration-entry { padding-left: 20px; padding-right: 20px; padding-top: 10px; padding-bottom: 10px; } .tcs-icon-row { padding-left: 20px; padding-right: 20px; padding-bottom: 5px; } .tcs-collaboration-thread-author { font-size: 14px; font-weight: 600; font-style: normal; font-stretch: normal; line-height: normal; letter-spacing: -0.1px; } .tcs-collaboration-thread-text { font-size: 11px; font-weight: normal; font-style: normal; font-stretch: normal; line-height: normal; letter-spacing: -0.1px; } .tcs-collaboration-thread-date { font-size: 10px; font-weight: 600; font-style: normal; font-stretch: normal; line-height: normal; letter-spacing: -0.1px; color: #b6b6b6; } .tcs-collaboration-edited { font-size: 10px; font-weight: 600; font-style: normal; font-stretch: normal; line-height: normal; letter-spacing: -0.1px; color: #EF5350; padding-right: 4px; } .tcs-collaboration-reply-icon { transform: scale(-1,1); } .tcs-collaboration-reply-item-icon { transform: scale(1,-1); margin-top: 10px; } .tcs-collaboration-reply-box { /*margin-left: 20px;*/ } .tcs-collaboration-reply-details { width: 100%; } .tcs-collaboration-thread-replies { font-size: 12px; font-weight: 600; font-style: normal; font-stretch: normal; line-height: normal; letter-spacing: -0.1px; color: #0081cb; } .tcs-icon { height: 20px; width: 20px; } :host ::ng-deep .tcs-icon.tcs-collaboration-edit-buttons:hover path.svg-content { fill: #0081cb; cursor: pointer; } :host ::ng-deep .tcs-icon.tcs-collaboration-edit-buttons:hover g.svg-content { fill: #0081cb; cursor: pointer; } .tcs-icon.tcs-collaboration-edit-icon { margin-left: 5px; } .tcs-icon.tcs-collaboration-send-icon { height: 24px; width: 24px; margin-left: 12px; } :host ::ng-deep .tcs-icon.tcs-collaboration-send-icon:hover path.svg-content { fill: #0081cb; } .tcs-collaboration-line { margin-left: 20px; padding: 0px; margin-top: 0px; margin-right: 20px; margin-bottom: 0px; border-bottom-color: #f4f4f4; border-bottom-width: 1.1px; border-bottom-style: solid; } .tcs-collaboration-reply-line { padding: 0px; margin-top: 0px; margin-right: 20px; margin-bottom: 0px; border-bottom-color: #f4f4f4; border-bottom-width: 1.1px; border-bottom-style: solid; } .tcs-collaboration-new-thread { margin-left: 20px; margin-right: 20px; /*margin-top: 10px;*/ max-height: 85px; height: 85px; min-height: 85px; } .tcs-collaboration-edit-thread { margin-top: 10px; } .tcs-collaboration-new-reply { margin-left: 20px; margin-right: 20px; margin-top: 10px; margin-bottom: 10px; } .tcs-collaboration-input { height: 55px; max-width: 100%; border-color: #d5e6ff; font-size: 11px; font-weight: normal; font-style: normal; font-stretch: normal; line-height: normal; letter-spacing: -0.1px; color: #b6b6b6; resize: none; border-radius: 3px; } .tcs-collaboration-reply-textbox { height: 55px; max-width: 100%; border-color: #d5e6ff; font-size: 11px; font-weight: normal; font-style: normal; font-stretch: normal; line-height: normal; letter-spacing: -0.1px; color: #b6b6b6; resize: none; border-radius: 3px; margin-top: 20px; margin-bottom: 20px; } .tcs-collaboration-edit { height: 55px; max-width: 100%; border-color: #d5e6ff; font-size: 11px; font-weight: normal; font-style: normal; font-stretch: normal; line-height: normal; letter-spacing: -0.1px; color: #b6b6b6; resize: none; border-radius: 3px; } .tcs-collaboration-new-thread-form { max-width: 90%; max-height: 100%; } .tcs-collaboration-new-note-component { height: 85px; min-height: 85px; max-height: 85px; margin-left: 20px; margin-right: 20px; } .tcs-collaboration-new-reply-component { height: 85px; min-height: 85px; max-height: 85px; margin-left: 20px; margin-right: 20px; } .tcs-no-item-text { font-family: Source Sans Pro; font-size: 16px; font-weight: normal; font-style: normal; font-stretch: normal; line-height: normal; letter-spacing: normal; color: #b6b6b6; }
0.320715
0.245311
/* Leaf, collapsed, and expanded icons used for navigation */ .block li.leaf, ul.menu li.leaf { list-style-image: url(images/menu-leaf.png); } .block li.collapsed, ul.menu li.collapsed { list-style-image: url(images/menu-collapsed.png); } .block li.expanded, ul.menu li.expanded { list-style-image: url(images/menu-expanded.png); } .block li a.active { text-decoration: none; } .block ul li, #user-login-form li.user-link, /* The "Cancel OpenID login" links. */ #user-login li.user-link { list-style-image: url(images/bullet.png); } /* Forum posts and recent blog posts */ .block-forum ul li { list-style-type: none; list-style-image: none; margin: 0; padding: 5px 0 5px 20px; background-image: url(images/page.png); background-repeat: no-repeat; background-position: 0 .5em; } .block-blog ul li { list-style-type: none; list-style-image: none; margin: 0; padding: 5px 0 5px 20px; background-image: url(images/blog.png); background-repeat: no-repeat; background-position: 0 .7em; } /* Who's new & Who's online*/ #block-user-2 ul li, #block-user-3 ul li { list-style-type: none; list-style-image: none; margin: 0; padding: 5px 0 5px 20px; background-image: url(images/user.png); background-repeat: no-repeat; background-position: 0 .5em; } /* Status and Error icons */ .messages { min-height: 32px; /* icon height */ } div.status { background-image: url(images/dialog-information.png); background-repeat: no-repeat; background-position: .5em 50%; } div.error { background-image: url(images/dialog-warning.png); background-repeat: no-repeat; background-position: .5em 50%; } /* Node links such as add comments, User's blog, etc */ #main .node div.links { padding: 5px 0 5px 13px; background: url(images/links.png) no-repeat 0 .93em; } /* Administration panel */ .admin-panel h3 { background: #6191C5 url(images/cog.png) no-repeat .5em .5em; }
app/sites/all/themes/zen/zen_classic/icons.css
/* Leaf, collapsed, and expanded icons used for navigation */ .block li.leaf, ul.menu li.leaf { list-style-image: url(images/menu-leaf.png); } .block li.collapsed, ul.menu li.collapsed { list-style-image: url(images/menu-collapsed.png); } .block li.expanded, ul.menu li.expanded { list-style-image: url(images/menu-expanded.png); } .block li a.active { text-decoration: none; } .block ul li, #user-login-form li.user-link, /* The "Cancel OpenID login" links. */ #user-login li.user-link { list-style-image: url(images/bullet.png); } /* Forum posts and recent blog posts */ .block-forum ul li { list-style-type: none; list-style-image: none; margin: 0; padding: 5px 0 5px 20px; background-image: url(images/page.png); background-repeat: no-repeat; background-position: 0 .5em; } .block-blog ul li { list-style-type: none; list-style-image: none; margin: 0; padding: 5px 0 5px 20px; background-image: url(images/blog.png); background-repeat: no-repeat; background-position: 0 .7em; } /* Who's new & Who's online*/ #block-user-2 ul li, #block-user-3 ul li { list-style-type: none; list-style-image: none; margin: 0; padding: 5px 0 5px 20px; background-image: url(images/user.png); background-repeat: no-repeat; background-position: 0 .5em; } /* Status and Error icons */ .messages { min-height: 32px; /* icon height */ } div.status { background-image: url(images/dialog-information.png); background-repeat: no-repeat; background-position: .5em 50%; } div.error { background-image: url(images/dialog-warning.png); background-repeat: no-repeat; background-position: .5em 50%; } /* Node links such as add comments, User's blog, etc */ #main .node div.links { padding: 5px 0 5px 13px; background: url(images/links.png) no-repeat 0 .93em; } /* Administration panel */ .admin-panel h3 { background: #6191C5 url(images/cog.png) no-repeat .5em .5em; }
0.085846
0.068382
body{ background-color: #fff; } .front-round{ margin-top: 60px; border-radius: 50%; display: block; margin-left: auto; margin-right: auto; max-width: 150px; height: auto; } #intro-title{ font-family: Oswald; margin-top: 30px; font-size: 35px; margin-bottom: 30px; } .sub-head { text-align: center; font-family: Open Sans; font-weight: 400; font-size: 18px; color: #bdbdbd; line-height: 1.5; margin:0 auto; max-width: 400px; } .description{ font-size: 18; font-family: Open Sans; font-weight: 400; margin-top: 5%; margin-right: 25%; margin-bottom: 20%; } .style-six { border: 0; height: 0; border-top: 1px solid rgba(0, 0, 0, 0.1); margin-top: 25px; max-width: 600px; min-width: 300px; } #section-title{ font-family: Roboto Slab; font-weight: 700px; font-size: 20px; margin-bottom: -0.2%; } #proj-sub{ font-family: Open Sans; color: #CDC9C9; font-size: 14px; } .contact-links{ text-align:center; } .icon-margin{ margin-top: 40px; margin-right: 15px; margin-left: 15px; color: black; } /*=== Trigger ===*/ /*=== Optional Delays, change values here ===*/ .one { -webkit-animation-delay: 0.4s; -moz-animation-delay: 0.4s; animation-delay: 0.4s; } .animate { -webkit-animation-duration: .6s; animation-duration: .6s; -webkit-animation-fill-mode: both; animation-fill-mode: both; } /*=== Animations start here ===*/ /*=== FADE IN ===*/ @-webkit-keyframes fadeIn { from { opacity: 0; } to { opacity: 1; } } @keyframes fadeIn { from { opacity: 0; } to { opacity: 1; } } .fadeIn { -webkit-animation-name: fadeIn; animation-name: fadeIn; } /*=== FADE IN DOWN ===*/ @-webkit-keyframes fadeInDown { from { opacity: 0; -webkit-transform: translateY(-15px); transform: translateY(-15px); } to { opacity: 1; -webkit-transform: none; transform: none; } } @keyframes fadeInDown { from { opacity: 0; -webkit-transform: translateY(-15px); transform: translateY(-15px); } to { opacity: 1; -webkit-transform: none; transform: none; } } .fadeInDown { -webkit-animation-name: fadeInDown; animation-name: fadeInDown; } .directoryContainer { text-align:center; margin-top: 40px; } .directoryContainer a{ text-decoration:none; } .directory{ margin: 15px; font-size: 20px; color: #000066; text-decoration:none; } .directoryContainerTop { text-align:right; } .directoryContainerTop a{ text-decoration:none; } .directoryTop{ margin: 10px; font-size:18px; color: #000066; text-decoration:none; } .AboutMe{ max-width: 600px; margin:0 auto; } .AboutMe p{ max-width: 575px; margin:0 auto; font-size: 18px; color: #3f3f3f; font-family: Open Sans; line-height: 1.5; } .AboutMe li{ font-size: 18px; max-width: 520px; margin:0 auto; color: #3f3f3f; font-family: Open Sans; line-height:1.5; } .Projects { margin-top: 40px; max-width: 600px; margin:0 auto; } .Projects li{ font-size: 18px; max-width: 540px; line-height: 1.5; font-family: Open Sans; color: #3f3f3f; margin-top: 20px; } .Projects a{ text-decoration: none; }
css/style.css
body{ background-color: #fff; } .front-round{ margin-top: 60px; border-radius: 50%; display: block; margin-left: auto; margin-right: auto; max-width: 150px; height: auto; } #intro-title{ font-family: Oswald; margin-top: 30px; font-size: 35px; margin-bottom: 30px; } .sub-head { text-align: center; font-family: Open Sans; font-weight: 400; font-size: 18px; color: #bdbdbd; line-height: 1.5; margin:0 auto; max-width: 400px; } .description{ font-size: 18; font-family: Open Sans; font-weight: 400; margin-top: 5%; margin-right: 25%; margin-bottom: 20%; } .style-six { border: 0; height: 0; border-top: 1px solid rgba(0, 0, 0, 0.1); margin-top: 25px; max-width: 600px; min-width: 300px; } #section-title{ font-family: Roboto Slab; font-weight: 700px; font-size: 20px; margin-bottom: -0.2%; } #proj-sub{ font-family: Open Sans; color: #CDC9C9; font-size: 14px; } .contact-links{ text-align:center; } .icon-margin{ margin-top: 40px; margin-right: 15px; margin-left: 15px; color: black; } /*=== Trigger ===*/ /*=== Optional Delays, change values here ===*/ .one { -webkit-animation-delay: 0.4s; -moz-animation-delay: 0.4s; animation-delay: 0.4s; } .animate { -webkit-animation-duration: .6s; animation-duration: .6s; -webkit-animation-fill-mode: both; animation-fill-mode: both; } /*=== Animations start here ===*/ /*=== FADE IN ===*/ @-webkit-keyframes fadeIn { from { opacity: 0; } to { opacity: 1; } } @keyframes fadeIn { from { opacity: 0; } to { opacity: 1; } } .fadeIn { -webkit-animation-name: fadeIn; animation-name: fadeIn; } /*=== FADE IN DOWN ===*/ @-webkit-keyframes fadeInDown { from { opacity: 0; -webkit-transform: translateY(-15px); transform: translateY(-15px); } to { opacity: 1; -webkit-transform: none; transform: none; } } @keyframes fadeInDown { from { opacity: 0; -webkit-transform: translateY(-15px); transform: translateY(-15px); } to { opacity: 1; -webkit-transform: none; transform: none; } } .fadeInDown { -webkit-animation-name: fadeInDown; animation-name: fadeInDown; } .directoryContainer { text-align:center; margin-top: 40px; } .directoryContainer a{ text-decoration:none; } .directory{ margin: 15px; font-size: 20px; color: #000066; text-decoration:none; } .directoryContainerTop { text-align:right; } .directoryContainerTop a{ text-decoration:none; } .directoryTop{ margin: 10px; font-size:18px; color: #000066; text-decoration:none; } .AboutMe{ max-width: 600px; margin:0 auto; } .AboutMe p{ max-width: 575px; margin:0 auto; font-size: 18px; color: #3f3f3f; font-family: Open Sans; line-height: 1.5; } .AboutMe li{ font-size: 18px; max-width: 520px; margin:0 auto; color: #3f3f3f; font-family: Open Sans; line-height:1.5; } .Projects { margin-top: 40px; max-width: 600px; margin:0 auto; } .Projects li{ font-size: 18px; max-width: 540px; line-height: 1.5; font-family: Open Sans; color: #3f3f3f; margin-top: 20px; } .Projects a{ text-decoration: none; }
0.503418
0.060696
body { margin: 0; padding: 0; font-family: sans-serif; background-color: #fafbfc; } .App { text-align: center; } .App-logo { animation: App-logo-spin infinite 20s linear; height: 80px; } .App-header { background-color: #222; height: 150px; padding: 20px; color: white; } .App-intro { font-size: large; } @keyframes App-logo-spin { from { transform: rotate(0deg); } to { transform: rotate(360deg); } } .webim-loading { position: fixed; z-index: 3; background-color: #FAFAFA; width: 100%; height: 100%; top: 0; left: 0; } .webim-rtc { position: absolute; width: 480px; height: 600px; top: 0; left: 0; z-index: 100; } .multi-webim-rtc { position: absolute; width: 600px; height: 480px; top: 0; left: 0; z-index: 100; background-color: #FFF; padding: 16px 20px 17px 20px; border: 0 solid #ADB9C1; box-shadow: 0 0 10px #ADB9C1; } .multi-webim-rtc .groupname { font-size: 24px; color: #333; line-height: 33px; font-weight: 400; margin-bottom: 8px; } .multi-webim-rtc .time { font-size: 14px; color: #333333; line-height: 20px; margin-bottom: 10px; } .multi-webim-rtc video { height: 139px; width: 100%; background-size:100% 100%; background: #303D4E; border: 1px solid #F2F4F6; border-radius: 2px; } .multi-webim-rtc .default { height: 139px; width: 100%; background-size:100% 100%; background: #303D4E; border: 1px solid #F2F4F6; border-radius: 2px; } .multi-webim-rtc .user-name { height: 40px; width: 180px; background: rgba(35, 42, 45, 0.2); border-radius: 2px; position: absolute; bottom: 5px; padding: 10px; } .multi-webim-rtc .remote-ajust{ bottom: 1px; } .multi-webim-rtc .user-name span{ height: 20px; width: 28px; font-size: 14px; line-height: 20px; color: #FFF; letter-spacing: 2px; font-weight: 400; } .multi-webim-rtc .user-name i{ color: #FFF; float: right; font-size: 20px; margin-left: 8px; line-height: 20px; background-color: rgba(0, 186, 110, 1); border-radius: 50%; cursor: pointer; } .multi-webim-rtc .user-name i.camera{ background-color: rgba(251, 0, 22, 0.6); } .multi-webim-rtc .user-name i.camera-shut{ background-color: rgba(251, 0, 22, 1); } .multi-webim-rtc .user-name i.sound{ background-color: rgba(0, 186, 110, 0.6); } .multi-webim-rtc .user-name i.sound-shut{ background-color: rgba(0, 186, 110, 1); } .multi-webim-rtc .video-divisor { height: 13px; } .multi-webim-rtc .tools-divisor { height: 30px; } .multi-webim-rtc .tools { height: 32px; text-align: center; } .multi-webim-rtc .tools i{ font-size: 32px; line-height: 32px; color: rgba(83, 90, 93, 0.6); } .multi-webim-rtc .tools i.i-hover{ color: rgba(83, 90, 93, 0.4); } .multi-webim-rtc .tools i.i-act{ color: rgba(83, 90, 93, 1); } .multi-webim-rtc .tools .hangup{ height: 26px; width: 70px; background-color: #FF3B30; border-radius: 2px; margin: 3px auto; font-size: 12px; color: white; line-height: 26px; letter-spacing: 1px; font-weight: 300; cursor: pointer; }
demo/src/App.css
body { margin: 0; padding: 0; font-family: sans-serif; background-color: #fafbfc; } .App { text-align: center; } .App-logo { animation: App-logo-spin infinite 20s linear; height: 80px; } .App-header { background-color: #222; height: 150px; padding: 20px; color: white; } .App-intro { font-size: large; } @keyframes App-logo-spin { from { transform: rotate(0deg); } to { transform: rotate(360deg); } } .webim-loading { position: fixed; z-index: 3; background-color: #FAFAFA; width: 100%; height: 100%; top: 0; left: 0; } .webim-rtc { position: absolute; width: 480px; height: 600px; top: 0; left: 0; z-index: 100; } .multi-webim-rtc { position: absolute; width: 600px; height: 480px; top: 0; left: 0; z-index: 100; background-color: #FFF; padding: 16px 20px 17px 20px; border: 0 solid #ADB9C1; box-shadow: 0 0 10px #ADB9C1; } .multi-webim-rtc .groupname { font-size: 24px; color: #333; line-height: 33px; font-weight: 400; margin-bottom: 8px; } .multi-webim-rtc .time { font-size: 14px; color: #333333; line-height: 20px; margin-bottom: 10px; } .multi-webim-rtc video { height: 139px; width: 100%; background-size:100% 100%; background: #303D4E; border: 1px solid #F2F4F6; border-radius: 2px; } .multi-webim-rtc .default { height: 139px; width: 100%; background-size:100% 100%; background: #303D4E; border: 1px solid #F2F4F6; border-radius: 2px; } .multi-webim-rtc .user-name { height: 40px; width: 180px; background: rgba(35, 42, 45, 0.2); border-radius: 2px; position: absolute; bottom: 5px; padding: 10px; } .multi-webim-rtc .remote-ajust{ bottom: 1px; } .multi-webim-rtc .user-name span{ height: 20px; width: 28px; font-size: 14px; line-height: 20px; color: #FFF; letter-spacing: 2px; font-weight: 400; } .multi-webim-rtc .user-name i{ color: #FFF; float: right; font-size: 20px; margin-left: 8px; line-height: 20px; background-color: rgba(0, 186, 110, 1); border-radius: 50%; cursor: pointer; } .multi-webim-rtc .user-name i.camera{ background-color: rgba(251, 0, 22, 0.6); } .multi-webim-rtc .user-name i.camera-shut{ background-color: rgba(251, 0, 22, 1); } .multi-webim-rtc .user-name i.sound{ background-color: rgba(0, 186, 110, 0.6); } .multi-webim-rtc .user-name i.sound-shut{ background-color: rgba(0, 186, 110, 1); } .multi-webim-rtc .video-divisor { height: 13px; } .multi-webim-rtc .tools-divisor { height: 30px; } .multi-webim-rtc .tools { height: 32px; text-align: center; } .multi-webim-rtc .tools i{ font-size: 32px; line-height: 32px; color: rgba(83, 90, 93, 0.6); } .multi-webim-rtc .tools i.i-hover{ color: rgba(83, 90, 93, 0.4); } .multi-webim-rtc .tools i.i-act{ color: rgba(83, 90, 93, 1); } .multi-webim-rtc .tools .hangup{ height: 26px; width: 70px; background-color: #FF3B30; border-radius: 2px; margin: 3px auto; font-size: 12px; color: white; line-height: 26px; letter-spacing: 1px; font-weight: 300; cursor: pointer; }
0.654343
0.102664
.level-card--container p { font-size: 12px; z-index: 2; margin: 0; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; color: #333; } .dark-theme .level-card--container p { color: #F2F2F2; } .level-card--container { width: 300px; height: auto; background: white; box-shadow: 0 0 1px rgba(0, 0, 0, 0.04), 0 2px 6px rgba(0, 0, 0, 0.04), 0 10px 20px rgba(0, 0, 0, 0.04); border-radius: 5px; padding: 10px; overflow: hidden; margin-bottom: 10px; } .dark-theme .level-card--container { background: #404040; } .level-card--title { font-weight: 500; font-size: 18px !important; } .level-card--background { background-repeat: no-repeat; background-size: cover; background-position: center; height: 100%; width: 100%; position: absolute; left: 0; top: 0; right: 0; bottom: 0; z-index: 1; opacity: .05; filter: blur(20px); } .level-card--time { text-align: end; } .level-card--layout { display: flex; flex-direction: row; } .level-card--information { flex: 1; } .level-card--difficulty-bar { width: 3px; border-radius: 3px; box-shadow: 0 0 1px rgba(0, 0, 0, 0.04), 0 0 2px rgba(255, 153, 102, 0.12), 0 4px 8px rgba(255, 153, 102, 0.18); height: 55px; margin: auto 0; } .level-card--layout-margin { margin-right: 10px; } .level-card--preview img { height: 130%; width: 100px; margin: -10px -10px -10px 0; object-fit: cover; } .level-card--overlay { margin: -10px -10px -10px 0; width: 100px; position: absolute; top: 0; bottom: 0; left: 0; right: 0; z-index: 1; } .level-card--overlay-black { background: rgba(0, 0, 0, .25); color: white; opacity: 0; transition: opacity 0.25s; z-index: 2; cursor: pointer; } .level-card--overlay-black i { font-size: 24px; top: 50%; left: 50%; transform: translate(-50%, -50%); } .level-card--overlay-black:hover { opacity: 1; } .level-card--stats { display: flex; flex-direction: row-reverse; text-align: center; } .level-card--stats > * { margin-left: 5px; }
Hyperbolic/wwwroot/CSS/LevelCard.css
.level-card--container p { font-size: 12px; z-index: 2; margin: 0; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; color: #333; } .dark-theme .level-card--container p { color: #F2F2F2; } .level-card--container { width: 300px; height: auto; background: white; box-shadow: 0 0 1px rgba(0, 0, 0, 0.04), 0 2px 6px rgba(0, 0, 0, 0.04), 0 10px 20px rgba(0, 0, 0, 0.04); border-radius: 5px; padding: 10px; overflow: hidden; margin-bottom: 10px; } .dark-theme .level-card--container { background: #404040; } .level-card--title { font-weight: 500; font-size: 18px !important; } .level-card--background { background-repeat: no-repeat; background-size: cover; background-position: center; height: 100%; width: 100%; position: absolute; left: 0; top: 0; right: 0; bottom: 0; z-index: 1; opacity: .05; filter: blur(20px); } .level-card--time { text-align: end; } .level-card--layout { display: flex; flex-direction: row; } .level-card--information { flex: 1; } .level-card--difficulty-bar { width: 3px; border-radius: 3px; box-shadow: 0 0 1px rgba(0, 0, 0, 0.04), 0 0 2px rgba(255, 153, 102, 0.12), 0 4px 8px rgba(255, 153, 102, 0.18); height: 55px; margin: auto 0; } .level-card--layout-margin { margin-right: 10px; } .level-card--preview img { height: 130%; width: 100px; margin: -10px -10px -10px 0; object-fit: cover; } .level-card--overlay { margin: -10px -10px -10px 0; width: 100px; position: absolute; top: 0; bottom: 0; left: 0; right: 0; z-index: 1; } .level-card--overlay-black { background: rgba(0, 0, 0, .25); color: white; opacity: 0; transition: opacity 0.25s; z-index: 2; cursor: pointer; } .level-card--overlay-black i { font-size: 24px; top: 50%; left: 50%; transform: translate(-50%, -50%); } .level-card--overlay-black:hover { opacity: 1; } .level-card--stats { display: flex; flex-direction: row-reverse; text-align: center; } .level-card--stats > * { margin-left: 5px; }
0.592313
0.123815
1.0 - 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, 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 { border: 0; font-family: inherit; font-size: 100%; font-style: inherit; font-weight: inherit; margin: 0; outline: 0; padding: 0; vertical-align: baseline; } html { font-size: 62.5%; /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */ overflow-y: scroll; /* Keeps page centered in all browsers regardless of content height */ -webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */ -ms-text-size-adjust: 100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */ } *, *:before, *:after { /* apply a natural box layout model to all elements; see http://www.paulirish.com/2012/box-sizing-border-box-ftw/ */ -webkit-box-sizing: border-box; /* Not needed for modern webkit but still used by Blackberry Browser 7.0; see http://caniuse.com/#search=box-sizing */ -moz-box-sizing: border-box; /* Still needed for Firefox 28; see http://caniuse.com/#search=box-sizing */ box-sizing: border-box; } body { background: #fff; /* Fallback for when there is no custom background color defined. */ background: url(images/bg.png); } article, aside, details, figcaption, figure, footer, header, main, nav, section { display: block; } ol, ul { list-style: none; } table { /* tables still need 'cellspacing="0"' in the markup */ border-collapse: separate; border-spacing: 0; } caption, th, td { font-weight: normal; text-align: left; } blockquote:before, blockquote:after, q:before, q:after { content: ""; } blockquote, q { quotes: "" ""; } a img { border: 0; } /*-------------------------------------------------------------- Typography --------------------------------------------------------------*/ body, button, input, select, textarea { color: #404040; font-family: 'Roboto', sans-serif; font-size: 18px; line-height: 1.5; font-weight: 300; font-size: 16px; } h1, h2, h3, h4, h5, h6 { font-family: 'Oxygen', sans-serif; margin-bottom: 10px; } h1{ font-size: 24px; } h2{ font-size: 22px; } h3{ font-size: 20px; } h4{ font-size: 18px; } h5{ font-size: 16px; } h6{ font-size: 14px; } p { margin-bottom: 20px; } b, strong { font-weight: bold; } dfn, cite, em, i { font-style: italic; } blockquote { margin: 0 20px; } address { margin: 0 0 20px; } pre { background: #eee; font-family: "Courier 10 Pitch", Courier, monospace; font-size: 15px; line-height: 1.6; margin-bottom: 20px; max-width: 100%; overflow: auto; padding: 20px; } code, kbd, tt, var { font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace; } abbr, acronym { border-bottom: 1px dotted #666; cursor: help; } mark, ins { background: #fff9c0; text-decoration: none; } sup, sub { font-size: 75%; height: 0; line-height: 0; position: relative; vertical-align: baseline; } small { font-size: 75%; } big { font-size: 125%; } /*-------------------------------------------------------------- Elements --------------------------------------------------------------*/ hr { background-color: #ccc; border: 0; height: 1px; margin-bottom: 20px; } ul, ol { margin: 0 0 15px 20px; } ul { list-style: square; } ol { list-style: decimal; } li > ul, li > ol { margin-bottom: 0; margin-left: 20px; } dt { font-weight: bold; } dd { margin: 0 20px 20px; } img { height: auto; /* Make sure images are scaled correctly. */ max-width: 100%; /* Adhere to container width. */ vertical-align: middle; } figure { margin: 0; } table { margin: 0 0 20px; width: 100%; } th { font-weight: bold; } /*-------------------------------------------------------------- Forms --------------------------------------------------------------*/ button, input[type="button"], input[type="reset"], input[type="submit"] { position: relative; background: #E66432; display: inline-block; line-height: 1; padding: 0 20px; text-decoration: none; color: #ffffff; -webkit-transition: all 0.3s ease 0s; -o-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s; cursor: pointer; border:none; line-height: 36px; height: 36px; } button:focus, input[type="button"]:focus, input[type="reset"]:focus, input[type="submit"]:focus, button:active, input[type="button"]:active, input[type="reset"]:active, input[type="submit"]:active { outline: 0; } input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea { color: #333; border: 1px solid #DDD; border-radius: 1px; max-width: 100%; } select { color: #333; border: 1px solid #DDD; border-radius: 1px; max-width: 100%; height: 36px; } input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="number"]:focus, input[type="tel"]:focus, input[type="range"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="time"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="color"]:focus, textarea:focus, select:focus { color: #111; outline: 0; } input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"] { padding: 3px; height: 36px; } textarea { overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */ padding: 5px 10px; vertical-align: top; /* Improves readability and alignment in all browsers */ width: 100%; } /*-------------------------------------------------------------- Links --------------------------------------------------------------*/ a { color: #E66432; text-decoration: none; } /*-------------------------------------------------------------- Accessibility --------------------------------------------------------------*/ /* Text meant only for screen readers */ .screen-reader-text { clip: rect(1px, 1px, 1px, 1px); position: absolute !important; height: 1px; width: 1px; overflow: hidden; } .screen-reader-text:hover, .screen-reader-text:active, .screen-reader-text:focus { background-color: #f1f1f1; border-radius: 3px; box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6); clip: auto !important; color: #21759b; display: block; font-size: 14px; font-weight: bold; height: auto; left: 5px; line-height: normal; padding: 15px 23px 14px; text-decoration: none; top: 5px; width: auto; z-index: 100000; /* Above WP toolbar */ } /*-------------------------------------------------------------- Alignments --------------------------------------------------------------*/ .alignleft { display: inline; float: left; margin-right: 20px; } .alignright { display: inline; float: right; margin-left: 20px; } .aligncenter { clear: both; display: block; margin: 0 auto; } /*-------------------------------------------------------------- Clearings --------------------------------------------------------------*/ .clearfix:before, .clearfix:after, .entry-content:before, .entry-content:after, .comment-content:before, .comment-content:after, .site-header:before, .site-header:after, .site-content:before, .site-content:after, .site-footer:before, .site-footer:after, .row:after, .row:before { content: ''; display: table; } .clearfix:after, .entry-content:after, .comment-content:after, .site-header:after, .site-content:after, .site-footer:after, .row:after { clear: both; } /*-------------------------------------------------------------- Widgets --------------------------------------------------------------*/ .widget { margin: 0 0 20px; } /* Make sure select elements fit in widgets */ .widget select { max-width: 100%; } /* Search widget */ .widget_search .search-submit { display: none; } #secondary .widget{ background: #FFF; padding: 15px; } /*-------------------------------------------------------------- Content --------------------------------------------------------------*/ .mid-content{ width: 1170px; margin: 0 auto; } .parallax-section{ padding: 60px 0 80px; position: relative; } .parallax-section h1{ font-size: 34px; text-transform: uppercase; line-height: 1.2; text-align: center; padding: 0 20px; font-weight: 300; margin-bottom: 50px; } .parallax-section h1 span{ position: relative; display: inline-block; } .parallax-section h1 span:after{ content: ""; position: absolute; width: 50%; top:100%; left:50%; margin-left: -25%; margin-top: 10px; border-bottom: 2px solid; border-color: inherit; } .parallax-section .overlay{ position: absolute; left:0; top: 0; width: 100%; height: 100%; z-index: 99; } .parallax-section .mid-content{ position: relative; z-index: 999; } .parallax-section .page-content{ margin: 0 0 40px; } .parallax-section .page-content:last-child{ margin-bottom: 0; } #content > .mid-content{ margin-top: 30px; } #primary{ width: 70%; float: left; } #secondary{ width: 28%; float: right; font-size: 16px; } #secondary ul{ list-style: none; margin-left: 0; } #secondary ul li{ } #secondary ul li a{ text-decoration: none; color: #333; } #secondary h2.widget-title{ border-bottom: 1px solid #E66432; margin-bottom: 10px; line-height: 1.2; font-size: 18px; } #secondary h2.widget-title span{ color: #333; display: inline-block; padding: 8px 0; } #secondary .search-form input[type="search"]{ width: 100%; } /*-------------------------------------------------------------- Posts and pages --------------------------------------------------------------*/ .sticky { } .site-title{ font-size: 24px; font-weight: bold; text-transform: uppercase; white-space: nowrap; margin-bottom: 0; } .site-title a{ text-decoration: none; } .site-description{ font-size: 14px; font-style: italic; margin-bottom: 0; } .hentry { margin: 0 0 20px; background: #FFF; padding: 20px; margin-bottom: 40px; position: relative; } .single .hentry { margin-bottom: 15px; } .byline, .updated { display: none; } .single .byline, .group-blog .byline { display: inline; font-style: italic; font-size: 14px; } .single .byline a, .group-blog .byline a{ color: #333; text-decoration: none; } .page-content, .entry-content, .entry-summary { margin: 20px 0 0; } .page-links { clear: both; margin: 0 0 20px; } .entry-header h1.entry-title{ font-weight: 300; margin-left: 80px; } .entry-header h1.entry-title.no-date{ margin-left: 0; } .page .entry-header h1.entry-title{ margin-left: 0; } .entry-header h1.entry-title a{ color: #333; text-decoration:none; } .posted-on{ position: absolute; left: 20px; top: -14px; background: #E66432; width: 60px; text-align: center; color: #FFF; font-family: "Oxygen",sans-serif; font-size: 14px; padding: 10px; line-height: 1.2; text-transform: uppercase; } .posted-on:before { border-color: transparent transparent #BA4F28 #BA4F28; border-style: solid; border-width: 7px 5px; top: 0; content: ""; height: 0; right: -10px; position: absolute; width: 0; z-index: -1; } .posted-on span{ display: block; } .posted-on span.posted-day{ font-size: 24px; font-weight: bold; margin-bottom: 3px; } .bypostauthor{ } .entry-footer{ font-size: 14px; font-family: "Oxygen",sans-serif; } .entry-footer span{ margin-right: 15px; } .entry-footer .fa{ margin-right: 5px; color: #666; } .entry-footer a{ text-decoration: none; font-style: italic; color: #333; } .edit-link{ background: #333; display: inline-block; padding: 5px 10px; line-height: 1.2; border-radius: 2px; font-size: 13px; margin-top: 15px; } .edit-link a{ color: #FFF; text-decoration: none; } .edit-link a .fa{ color: #FFF; margin-right: 5px; } .page .entry-footer .edit-link{ float: none; } .page-header{ background: #FFF; padding: 10px; margin-bottom: 30px; border-bottom: 3px solid #E66432; } .entry-thumb{ margin: -20px -20px 15px; text-align: center; } /*-------------------------------------------------------------- Asides --------------------------------------------------------------*/ .blog .format-aside .entry-title, .archive .format-aside .entry-title { display: none; } /*-------------------------------------------------------------- Comments --------------------------------------------------------------*/ #comments{ background: #FFF; padding: 15px; margin-bottom: 15px; font-size: 16px; } #comments p{ margin-bottom: 10px; } #reply-title{ background: #333; color: #fff; display: inline-block; padding: 8px 10px; font-size: 18px; line-height: 1.2; margin-bottom: 0; } #commentform{ border-top:2px solid #333; padding-top: 15px; } .comment-content a { word-wrap: break-word; } #comments input[type="submit"]{ background: #333; border: none; } .comments-title{ margin-bottom: 10px; } #commentform label{ display:block; } textarea#comment{ height: 150px; } #author, #email, #url{ width: 100% } /*Comment Lists*/ .comments-area ol{ margin: 0; padding: 0; list-style: none; } .comments-area ol.children{ margin: 0 0 0 15px; } .comment-list li .comment-body{ margin-bottom: 10px; padding: 10px; background: #FCFCFC; border-radius: 5px; } .comment-author img{ vertical-align: text-top; margin-right: 10px; } .comment-author .fn{ font-style: normal; font-size: 15px; text-transform: capitalize; font-weight: normal; } .comment-metadata a{ text-decoration: none; font-size: 13px; font-style: italic; } .comment-metadata .edit-link{ display: none; } .comment-author .fn .url{ color: #333; } .comment-author .says{ display: none; } .commentmetadata{ float: right; font-family: 'Lato', sans-serif; font-weight: normal; font-size: 12px; font-style: italic; font-weight: 300; } .commentmetadata a{ color: #666; } .commentmetadata .comment-edit-link{ color:#01AEFD; } .commentmetadata + .clear{ margin-bottom: 20px; } .reply .comment-reply-link{ background: none repeat scroll 0 0 #293037; border-radius: 3px; color: #FFFFFF; font-size: 13px; line-height: 1; padding: 2px 10px; text-decoration: none; } #respond{ margin-top: 10px; } #commentform .form-submit{ margin-bottom: 0; } .comment-awaiting-moderation{ background: #111; position: absolute; left: 50%; top: -20px; color:#FFF; font-size: 13px; width: :250px; margin-left: -125px; } .comment-awaiting-moderation + br{ display: none; } #cancel-comment-reply-link{ font-style: italic; color: #333; } #cancel-comment-reply-link:before{ font-family: FontAwesome; content: "\f057"; margin:0 5px 0 20px; font-style: normal; color: #333; } .logged-in-as a{ color: #333; } /*-------------------------------------------------------------- Infinite scroll --------------------------------------------------------------*/ /* Globally hidden elements when Infinite Scroll is supported and in use. */ .infinite-scroll .paging-navigation, /* Older / Newer Posts Navigation (always hidden) */ .infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */ display: none; } /* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before */ .infinity-end.neverending .site-footer { display: block; } /*-------------------------------------------------------------- Media --------------------------------------------------------------*/ .page-content img.wp-smiley, .entry-content img.wp-smiley, .comment-content img.wp-smiley { border: none; margin-bottom: 0; margin-top: 0; padding: 0; } /* Make sure embeds and iframes fit their containers */ embed, iframe, object { max-width: 100%; } /*-------------------------------------------------------------- Captions --------------------------------------------------------------*/ .wp-caption { margin-bottom: 20px; max-width: 100%; } .wp-caption img[class*="wp-image-"] { display: block; margin: 0 auto; } .wp-caption-text { text-align: center; } .wp-caption .wp-caption-text { margin: 0.8075em 0; } /*-------------------------------------------------------------- Galleries --------------------------------------------------------------*/ .gallery { margin-bottom: 20px; } .gallery-item { display: inline-block; text-align: center; vertical-align: top; width: 100%; padding:0 4px 4px 0; } .gallery-item .gallery-icon{ position: relative; } .gallery-item a:after{ content: ""; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background:url(images/zoom.png) no-repeat center rgba(0,0,0,0.3); display: none; } .gallery-item:hover a:after{ display: block; } .gallery-columns-2 .gallery-item { max-width: 50%; } .gallery-columns-3 .gallery-item { max-width: 33.33%; } .gallery-columns-4 .gallery-item { max-width: 25%; } .gallery-columns-5 .gallery-item { max-width: 20%; } .gallery-columns-6 .gallery-item { max-width: 16.66%; } .gallery-columns-7 .gallery-item { max-width: 14.28%; } .gallery-columns-8 .gallery-item { max-width: 12.5%; } .gallery-columns-9 .gallery-item { max-width: 11.11%; } .gallery-caption { font-size: 14px; line-height: 1.2; margin-top: 5px; } /*-------------------------------------------------------------- Main Header --------------------------------------------------------------*/ #masthead{ width: 100%; z-index: 99999; background: #FFF; padding: 10px 0; border-bottom: 3px solid #E66432; position: relative; } #masthead.logo-top{ text-align: center; } body.parallax-on #masthead{ position: fixed; left: 0; top: 0; right: 0; } body.logged-in.parallax-on #masthead{ top: auto; } #content{ position: relative; z-index: 99; } body.parallax-on .wpcf7-not-valid-tip{ text-align: center; font-size: 13px; } #site-logo{ float: left; } .logo-top #site-logo{ float: none; width: auto; padding:10px 0; } .main-navigation { float: right; max-width: 80%; margin-top: 15px; } .logo-top .main-navigation{ float: none; width: auto; text-align: center; max-width: none; } .main-navigation ul { list-style: none; margin: 0; padding-left: 0; display: inline-block; } .main-navigation ul li{ position: relative; } .main-navigation > ul > li { float: left; position: relative; font-family: 'Oxygen', sans-serif; font-weight: 400; } .main-navigation > ul > li > a{ text-transform: uppercase; font-size:14px; padding: 5px 15px; } .main-navigation > ul > li.current a{ color: #E66432; } .main-navigation a { display: block; text-decoration: none; color:#333; } .main-navigation ul ul { background: #FFF; position: absolute; top: 100%; left:0; z-index: 99999; padding:0 10px; font-size: 15px; box-shadow: 1px 1px 2px rgba(0,0,0,0.3); display: none; } .main-navigation ul ul ul { left: 100%; top: 0; } .main-navigation ul ul a { min-width: 200px; } .main-navigation ul ul li { border-bottom: 1px solid #EEE; padding: 8px 0; } .logo-top .main-navigation ul ul li{ text-align: left; } .main-navigation ul ul li:last-child{ border:none; } .main-navigation li:hover > a { color: #E66432; } .main-navigation ul li:hover > ul { display: block; } .main-navigation .current_page_item > a, .main-navigation .current-menu-item > a { color: #E66432; } /* Small menu */ .menu-toggle { display: none; } .site-main .comment-navigation, .site-main .paging-navigation, .site-main .post-navigation { margin: 0 0 20px; overflow: hidden; } .comment-navigation .nav-previous, .paging-navigation .nav-previous, .post-navigation .nav-previous { float: left; width: 50%; } .comment-navigation .nav-previous a .fa, .paging-navigation .nav-previous a .fa, .post-navigation .nav-previous a .fa{ margin-right: 10px; font-size: 16px; } .comment-navigation .nav-next, .paging-navigation .nav-next, .post-navigation .nav-next { float: right; text-align: right; width: 50%; } .comment-navigation .nav-next a .fa, .paging-navigation .nav-next a .fa, .post-navigation .nav-next a .fa{ margin-left: 10px; font-size: 16px; } .site-main .comment-navigation a, .site-main .paging-navigation a, .site-main .post-navigation a{ background: #333; padding: 8px 25px; color: #FFF; text-decoration: none; font-size: 14px; font-family: "Oxygen",sans-serif; display: inline-block; } /*-------------------------------------------------------------- Main SLider --------------------------------------------------------------*/ #main-slider{ position: relative; margin-bottom: 30px; } .parallax-on #main-slider, #main-slider.full-screen-, .page-template-home-page-php #main-slider{ margin-bottom: 0; } #main-slider .overlay{ background:url(images/overlay4.png) repeat rgba(0,0,0,0.3); position: absolute; height: 100%; width: 100%; z-index: 999; } .full-screen-yes .slides{ background-size: cover; background-position: top center; background-repeat: no-repeat; } .slider-caption{ position: absolute; top:50%; left:0; width: 100%; z-index: 99999; text-align: center; } .slider-caption .caption-title{ font-size: 42px; font-weight: bold; text-transform: uppercase; color:#FFF; position: relative; text-shadow: 2px 2px 4px rgba(0,0,0,0.3); } .slider-caption .caption-description{ font-size: 24px; color:#FFF; position: relative; text-shadow: 2px 2px 4px rgba(0,0,0,0.3); font-weight: 300; } .slider-caption .caption-description p{ margin-bottom: 20px; } .slider-caption .caption-description a, .btn, .call-to-action a{ position: relative; border: 2px solid #ffffff; display: inline-block; line-height: 1; padding: 12px 20px; text-decoration: none; color: #ffffff; -webkit-transition: all 0.3s ease 0s; -o-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s; font-size: 20px; } .slider-caption .caption-description a:hover, .btn:hover{ background: #E56432 !important; border: 2px solid #E56432 !important; color:#FFF !important; } .next-page{ position: absolute; height: 60px; width: 60px; border: 1px solid #FFF; border-radius: 50%; bottom:15%; left: 50%; margin-left: -30px; z-index: 999; } .next-page a{ display: block; background: url(images/down-arrow.png) no-repeat center; position: absolute; left: 0; top:0; height: 100%; width: 100%; -webkit-animation: flow-down 2s linear 3s infinite; /* Chrome, Safari, Opera */ animation: flow-down 2s linear 3s infinite; /* Standard syntax */ } /* Chrome, Safari, Opera */ @-webkit-keyframes flow-down { 0% {top:0px; opacity: 0.8;} 50% {top:9px; opacity: 1;} 100% {top:0; opacity: 0.8;} } /* Standard syntax */ @keyframes flow-down { 0% {top:0px; opacity: 0.8;} 50% {top:9px; opacity: 1;} 100% {top:0; opacity: 0.8;} } /*-------------------------------------------------------------- Default Section --------------------------------------------------------------*/ .parallax-section input[type="text"], .parallax-section input[type="email"], .parallax-section input[type="url"], .parallax-section input[type="password"], .parallax-section input[type="search"], .parallax-section input[type="tel"], .parallax-section textarea{ background:rgba(0, 0, 0, 0.1); border:1px solid; border-color:inherit; color:inherit; padding: 5px 10px; line-height: 32px; width: 100%; margin: 0 auto; display: block; } .parallax-section textarea{ height: 50px; line-height: 1.5; width: 100%; margin: 0 auto; display: block; height: 180px; } .parallax-section .wpcf7-form .wpcf7-submit{ width:100%; margin: 0 auto; display: block; background: rgba(0, 0, 0, 0.1); } .parallax-section .wpcf7-form p{ margin-bottom: 10px; } .parallax-section .slider-caption .caption-description a, .parallax-section .btn{ border-color:inherit; color:inherit; } /*-------------------------------------------------------------- Service Section --------------------------------------------------------------*/ .service-list{ width: 48%; margin-bottom: 20px; } .service-list h3{ margin-bottom: 10px; line-height: 1.2; } .service-list .service-image{ height:80px; width: 80px; border-radius:50%; margin-top: 15px; overflow: hidden; border:1px solid; border-color: inherit; background:rgba(255,255,255,0.1); } .service-list .service-image img{ padding: 15px; } .service-list .service-detail{ width: 460px; } .service-list.odd{ float: left; text-align: right; } .service-list.odd .service-image{ float: right; } .service-list.odd .service-detail{ float: left; } .service-list.even{ float: right; } .service-list.even .service-image{ float: left; } .service-list.even .service-detail{ float: right; } /*-------------------------------------------------------------- Testimonial Section --------------------------------------------------------------*/ .testimonial-listing{ padding-bottom: 40px; } .testimonial-list{ text-align: center; } .testimonial-list .testimonial-content{ font-size: 20px; font-style: italic; margin-bottom: 30px; line-height: 1.4; position: relative; padding: 0 50px; } .testimonial-list .testimonial-content:before{ position: absolute; left: 0; top:0; content: '\f10d'; font-size: 24px; line-height: 1; height: 30px; font-family: "FontAwesome"; } .testimonial-list .testimonial-content:after{ position: absolute; right: 30px; bottom:0; content: "\f10e"; font-size: 24px; line-height: 1; height: 30px; font-family: "FontAwesome"; } .testimonial-list h3{ font-size: 24px; } .testimonial-list .testimonial-image{ width: 100px; height: 100px; border-radius: 50%; margin: 30px auto 20px; } .testimonial-list .testimonial-image img{ border-radius: 50%; } .testimonial-listing .bx-wrapper .bx-controls-direction a{ margin: 0; top: 100%; left: 50%; height: 38px; width: 38px; background: none; border: 1px solid; border-color: inherit; text-indent: 0; font-size: 26px; color: inherit; text-decoration: none; text-align: center; line-height: 38px; position: relative; display: inline-block; -webkit-transition: all 0.3s ease 0s; -moz-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s; font-family: Arial; } .testimonial-listing .bx-wrapper .bx-controls-direction a:hover{ background: #e66432; border: 1px solid #e66432; color:#FFF; } .testimonial-listing .bx-wrapper .bx-controls-direction a.bx-prev{ margin-left:-45px; } .testimonial-listing .bx-wrapper .bx-controls-direction a.bx-next{ margin-left:5px; } /*-------------------------------------------------------------- Portfolio Section --------------------------------------------------------------*/ .portfolio-list{ width: 24%; margin-right: 1.3333%; float: left; margin-bottom: 1.5%; position: relative; overflow: hidden; } .portfolio-list:nth-child(4n){ margin-right: 0; } .portfolio-list .portfolio-overlay{ position: absolute; width: 100%; height: 100%; background: rgba(0,0,0,0.3); display: none; z-index: 9999; } .portfolio-list .portfolio-overlay span{ width: 60px; height: 60px; margin-left: -30px; margin-top: -30px; position: absolute; top: 50%; left: 50%; background: #E66432; border-radius: 50%; font-size: 30px; text-align: center; line-height: 60px; color: #FFF; } .portfolio-list:hover .portfolio-overlay{ display: block; } .portfolio-list h3{ position: absolute; width: 100%; padding:15px 10px; bottom: 0; left: 0; color: #FFF; background: url(images/portfolio-text-bg.png) repeat-x top left; font-size: 16px; margin: 0; } .portfolio-list:hover h3{ display: none; } .portfolio-list img{ transition:all 0.3s ease-in-out; -moz-transition:all 0.3s ease-in-out; -webkit-transition:all 0.3s ease-in-out; } .portfolio-list:hover img{ -ms-transform: scale(1.2); /* IE 9 */ -webkit-transform: scale(1.2); /* Chrome, Safari, Opera */ transform: scale(1.2); } /*-------------------------------------------------------------- Call to Action Section --------------------------------------------------------------*/ .call-to-action{ text-align: center; } .call-to-action h1{ margin: 30px 0 15px; } .parallax-section .call-to-action .page-content{ margin-bottom: 0; } .parallax-section.action_template{ padding:30px 0; } /*-------------------------------------------------------------- Team Section --------------------------------------------------------------*/ .team-tab{ text-align: center; padding: 0 50px; } .team-image{ width: 140px; height: 140px; border-radius: 50%; border:2px solid #FFF; display: inline-block; margin: 0 0 20px; position: relative; } /*.team-image.active:after{ content: ""; position: absolute; top: 100%; left: 50%; border-width: 15px; border-color: #E66432 transparent transparent; border-style: solid; margin-left: -17px; margin-top: -1px; z-index: -1; }*/ .team-image:hover, .team-image.active{ border: 2px solid #E66432; } .team-image img{ border-radius: 50%; } .team-list{ display: none; } .team-content{ margin-top: 60px; } .team-big-image{ float: left; width: 35%; margin-right: 3%; border-radius: 50%; overflow: hidden; border:4px solid #FFF; } .team-big-image img{ border-radius: 50%; width: 100%; padding: 3px; } .team-detail{ float: left; width: 62%; } .team-detail h3{ font-size: 30px; margin-bottom: 5px; line-height: 1.2; } .team-detail h4{ font-size: 20px; font-style: italic; margin-bottom: 15px; } .team-tab .bx-wrapper .bx-viewport{ border-radius: 66px; } .team-tab .bx-wrapper .bx-controls-direction a{ text-indent: 0; font-size: 46px; text-decoration: none; height: 50px; line-height: 50px; margin-top: -30px; color: inherit; font-weight: normal; } .team-tab .bx-wrapper .bx-prev{ background: none; left: -40px; } .team-tab .bx-wrapper .bx-next{ background: none; right: -40px; } .blank-section{ min-height: 300px; } /*-------------------------------------------------------------- Google Map Section --------------------------------------------------------------*/ .parallax-section.google-map{ padding: 0; } .parallax-section.google-map p{ margin: 0 } .parallax-section.google-map img{ max-width: none; } .google-map iframe{ width: 100% !important; display: block; height: 400px !important; } .googlemap-toggle{ position: absolute; left: 50%; margin-left: -40px; background: #000000; top: 0; color: #FFF; padding: 0 30px 0 20px; line-height: 1; margin-top: -32px; cursor: pointer; border-radius: 2px 2px 0 0; z-index: 999; font-size: 14px; line-height: 32px; height: 32px; } .googlemap-toggle:after{ content:"\f106"; font-size: 20px; margin:15px 0 0; line-height: 0; position: absolute; right:10px; font-family: "FontAwesome"; } .googlemap-toggle.active:after{ content:"\f107"; } #ap-map-canvas { height: 450px !important; width: 100%; } /*-------------------------------------------------------------- Blog Section --------------------------------------------------------------*/ .blog-list{ float: left; width: 32%; margin-right: 2%; background: #FFF; text-decoration: none; color: #333; } .blog-list .blog-image img{ width:100%; } .blog-list:hover{ color: #333; } .blog-list:nth-child(3n){ margin-right: 0; } .blog-list h3{ font-size: 24px; margin:8px 0 5px; } .blog-list .blog-excerpt{ padding: 0 15px 50px; border-bottom: 3px solid #E66432; position: relative; } .blog-list .blog-excerpt .posted-date{ font-size: 14px; font-style: italic; margin-bottom: 5px; color: #E66432; } .blog-list .blog-excerpt .posted-date .fa{ margin-right: 5px; } .blog-list .blog-excerpt span{ background: #E66432; color: #FFF; display: inline-block; position: absolute; bottom: 0; right: 10px; padding: 8px 15px; font-size: 14px; } .btn-wrap{ text-align: center; margin-top: 70px; } .blog-list:hover .blog-excerpt span{ background: #333; } .blog-list:hover .blog-excerpt{ border-color:#333; } /*-------------------------------------------------------------- Footer Section --------------------------------------------------------------*/ #colophon{ background: #000; color: #FFF; font-size: 15px; } .top-footer{ background: #272727; padding: 30px 0; } .top-footer ul{ list-style: none; margin: 0; } .top-footer ul li{ margin-bottom: 5px; } .top-footer h2{ font-size: 18px; margin-bottom: 25px; position: relative; } .top-footer h2:after{ content: ""; position: absolute; top: 100%; width: 40px; border-bottom: 1px solid #FFF; left: 0; margin-top: 5px; } .top-footer a{ color:#FFF; text-decoration: none; } .top-footer .top-footer-wrap{ margin-left:-2%; } .footer-column-1.top-footer .top-footer-wrap{ margin-left: 0; } .footer-column-1 .footer-block{ width: 100%; margin-left: 0; } .footer-column-2 .footer-block{ width: 48%; margin-left: 2% } .footer-column-3 .footer-block{ width: 31.333%; margin-left: 2% } .footer-column-4 .footer-block{ width: 23%; margin-left: 2% } .footer-block{ float: left; } .footer-block .widget, .footer-block .gallery{ margin-bottom: 0; } .bottom-footer{ background: #000; padding: 15px; font-size: 14px; } .bottom-footer a{ color: #FFF; } .copy-right{ float:left; } .site-info{ float:right; } .site-info a{ text-decoration: underline; } .tagcloud a{ background: #000; padding:10px 15px; font-size: 13px !important; margin:0 0 5px 0; display: inline-block; line-height: 1; } #go-top{ position: fixed; right: 30px; bottom: 30px; display: none; height: 50px; width: 50px; background: #E66432; text-align: center; line-height: 50px; z-index: 9999; } #go-top a{ display: block; color: #FFF; } /*-------------------------------------------------------------- Social --------------------------------------------------------------*/ .social-icons{ position: fixed; left: 0; top:50%; width: 30px; z-index: 9; } .social-icons a{ background:#333; height: 30px; width: 30px; margin-bottom: 1px; line-height: 30px; text-align: center; color:#FFF; display: inline-block; position: relative; } .social-icons a:hover{ background:#e66432 } .social-icons a span{ background: #333; padding:6px 10px; font-size: 11px; font-family: Arial; text-decoration: none; position: absolute; left: 130%; top: 2px; margin-left: 10px; border-radius: 1px; white-space:nowrap; line-height: 1; font-style: italic; opacity: 0; visibility: hidden; transition:left 0.3s ease; -moz-transition:left 0.3s ease; -webkit-transition:left 0.3s ease; } .social-icons a span:after{ content: ""; position: absolute; left: 0; border-color: transparent #333 transparent transparent; border-style: solid; border-width: 4px; margin-left: -8px; top: 50%; margin-top: -4px; } .social-icons a:hover span{ opacity: 1; visibility: visible; left: 100%; } /*-------------------------------------------------------------- Responsive grid for pages --------------------------------------------------------------*/ .row{ margin-bottom: 25px; } .row:last-child{ margin-bottom: 0; } .span1, .span2, .span3, .span4, .span5, .span6{ float:left; } .col{ margin-left: 3%; } .col:first-child { margin-left:0; } .span1{ width: 14.1666666667%; } .span2{ width: 31.3333333333%; } .span3{ width: 48.5%; } .span4{ width: 65.6666666667%; } .span5{ width: 82.8333333333%; } .span6{ width: 100%; margin-left: 0; } @media screen and (max-width: 768px){ .span1, .span2, .span3, .span4, .span5, .span6{ width: 100%; float: none; margin-left: 0; } } /*RTL CSS*/ .rtl #site-logo{ float: right; } .rtl .main-navigation{ float: left; } .rtl .main-navigation > ul > li{ float: right; } .rtl .blog-list .blog-excerpt .posted-date .fa{ margin-right: 0; margin-left: 5px; } .rtl .service-list.even{ text-align: left; } .rtl .top-footer h2:after{ left:auto; right:0; } .rtl .comment-navigation .nav-next a .fa, .rtl .paging-navigation .nav-next a .fa, .rtl .post-navigation .nav-next a .fa{ margin-left: 0; margin-right: 10px; } .rtl .comment-navigation .nav-previous, .rtl .paging-navigation .nav-previous, .rtl .post-navigation .nav-previous{ text-align: left; } .rtl .comment-navigation .nav-previous a .fa, .rtl .paging-navigation .nav-previous a .fa, .rtl .post-navigation .nav-previous a .fa{ margin-left: 10px; margin-right: 0; } .rtl .bx-wrapper .bx-controls-direction a{ text-indent: 999999999px; }
wp-content/themes/accesspress-parallax/style.css
1.0 - 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, 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 { border: 0; font-family: inherit; font-size: 100%; font-style: inherit; font-weight: inherit; margin: 0; outline: 0; padding: 0; vertical-align: baseline; } html { font-size: 62.5%; /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */ overflow-y: scroll; /* Keeps page centered in all browsers regardless of content height */ -webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */ -ms-text-size-adjust: 100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */ } *, *:before, *:after { /* apply a natural box layout model to all elements; see http://www.paulirish.com/2012/box-sizing-border-box-ftw/ */ -webkit-box-sizing: border-box; /* Not needed for modern webkit but still used by Blackberry Browser 7.0; see http://caniuse.com/#search=box-sizing */ -moz-box-sizing: border-box; /* Still needed for Firefox 28; see http://caniuse.com/#search=box-sizing */ box-sizing: border-box; } body { background: #fff; /* Fallback for when there is no custom background color defined. */ background: url(images/bg.png); } article, aside, details, figcaption, figure, footer, header, main, nav, section { display: block; } ol, ul { list-style: none; } table { /* tables still need 'cellspacing="0"' in the markup */ border-collapse: separate; border-spacing: 0; } caption, th, td { font-weight: normal; text-align: left; } blockquote:before, blockquote:after, q:before, q:after { content: ""; } blockquote, q { quotes: "" ""; } a img { border: 0; } /*-------------------------------------------------------------- Typography --------------------------------------------------------------*/ body, button, input, select, textarea { color: #404040; font-family: 'Roboto', sans-serif; font-size: 18px; line-height: 1.5; font-weight: 300; font-size: 16px; } h1, h2, h3, h4, h5, h6 { font-family: 'Oxygen', sans-serif; margin-bottom: 10px; } h1{ font-size: 24px; } h2{ font-size: 22px; } h3{ font-size: 20px; } h4{ font-size: 18px; } h5{ font-size: 16px; } h6{ font-size: 14px; } p { margin-bottom: 20px; } b, strong { font-weight: bold; } dfn, cite, em, i { font-style: italic; } blockquote { margin: 0 20px; } address { margin: 0 0 20px; } pre { background: #eee; font-family: "Courier 10 Pitch", Courier, monospace; font-size: 15px; line-height: 1.6; margin-bottom: 20px; max-width: 100%; overflow: auto; padding: 20px; } code, kbd, tt, var { font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace; } abbr, acronym { border-bottom: 1px dotted #666; cursor: help; } mark, ins { background: #fff9c0; text-decoration: none; } sup, sub { font-size: 75%; height: 0; line-height: 0; position: relative; vertical-align: baseline; } small { font-size: 75%; } big { font-size: 125%; } /*-------------------------------------------------------------- Elements --------------------------------------------------------------*/ hr { background-color: #ccc; border: 0; height: 1px; margin-bottom: 20px; } ul, ol { margin: 0 0 15px 20px; } ul { list-style: square; } ol { list-style: decimal; } li > ul, li > ol { margin-bottom: 0; margin-left: 20px; } dt { font-weight: bold; } dd { margin: 0 20px 20px; } img { height: auto; /* Make sure images are scaled correctly. */ max-width: 100%; /* Adhere to container width. */ vertical-align: middle; } figure { margin: 0; } table { margin: 0 0 20px; width: 100%; } th { font-weight: bold; } /*-------------------------------------------------------------- Forms --------------------------------------------------------------*/ button, input[type="button"], input[type="reset"], input[type="submit"] { position: relative; background: #E66432; display: inline-block; line-height: 1; padding: 0 20px; text-decoration: none; color: #ffffff; -webkit-transition: all 0.3s ease 0s; -o-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s; cursor: pointer; border:none; line-height: 36px; height: 36px; } button:focus, input[type="button"]:focus, input[type="reset"]:focus, input[type="submit"]:focus, button:active, input[type="button"]:active, input[type="reset"]:active, input[type="submit"]:active { outline: 0; } input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea { color: #333; border: 1px solid #DDD; border-radius: 1px; max-width: 100%; } select { color: #333; border: 1px solid #DDD; border-radius: 1px; max-width: 100%; height: 36px; } input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="number"]:focus, input[type="tel"]:focus, input[type="range"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="time"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="color"]:focus, textarea:focus, select:focus { color: #111; outline: 0; } input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"] { padding: 3px; height: 36px; } textarea { overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */ padding: 5px 10px; vertical-align: top; /* Improves readability and alignment in all browsers */ width: 100%; } /*-------------------------------------------------------------- Links --------------------------------------------------------------*/ a { color: #E66432; text-decoration: none; } /*-------------------------------------------------------------- Accessibility --------------------------------------------------------------*/ /* Text meant only for screen readers */ .screen-reader-text { clip: rect(1px, 1px, 1px, 1px); position: absolute !important; height: 1px; width: 1px; overflow: hidden; } .screen-reader-text:hover, .screen-reader-text:active, .screen-reader-text:focus { background-color: #f1f1f1; border-radius: 3px; box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6); clip: auto !important; color: #21759b; display: block; font-size: 14px; font-weight: bold; height: auto; left: 5px; line-height: normal; padding: 15px 23px 14px; text-decoration: none; top: 5px; width: auto; z-index: 100000; /* Above WP toolbar */ } /*-------------------------------------------------------------- Alignments --------------------------------------------------------------*/ .alignleft { display: inline; float: left; margin-right: 20px; } .alignright { display: inline; float: right; margin-left: 20px; } .aligncenter { clear: both; display: block; margin: 0 auto; } /*-------------------------------------------------------------- Clearings --------------------------------------------------------------*/ .clearfix:before, .clearfix:after, .entry-content:before, .entry-content:after, .comment-content:before, .comment-content:after, .site-header:before, .site-header:after, .site-content:before, .site-content:after, .site-footer:before, .site-footer:after, .row:after, .row:before { content: ''; display: table; } .clearfix:after, .entry-content:after, .comment-content:after, .site-header:after, .site-content:after, .site-footer:after, .row:after { clear: both; } /*-------------------------------------------------------------- Widgets --------------------------------------------------------------*/ .widget { margin: 0 0 20px; } /* Make sure select elements fit in widgets */ .widget select { max-width: 100%; } /* Search widget */ .widget_search .search-submit { display: none; } #secondary .widget{ background: #FFF; padding: 15px; } /*-------------------------------------------------------------- Content --------------------------------------------------------------*/ .mid-content{ width: 1170px; margin: 0 auto; } .parallax-section{ padding: 60px 0 80px; position: relative; } .parallax-section h1{ font-size: 34px; text-transform: uppercase; line-height: 1.2; text-align: center; padding: 0 20px; font-weight: 300; margin-bottom: 50px; } .parallax-section h1 span{ position: relative; display: inline-block; } .parallax-section h1 span:after{ content: ""; position: absolute; width: 50%; top:100%; left:50%; margin-left: -25%; margin-top: 10px; border-bottom: 2px solid; border-color: inherit; } .parallax-section .overlay{ position: absolute; left:0; top: 0; width: 100%; height: 100%; z-index: 99; } .parallax-section .mid-content{ position: relative; z-index: 999; } .parallax-section .page-content{ margin: 0 0 40px; } .parallax-section .page-content:last-child{ margin-bottom: 0; } #content > .mid-content{ margin-top: 30px; } #primary{ width: 70%; float: left; } #secondary{ width: 28%; float: right; font-size: 16px; } #secondary ul{ list-style: none; margin-left: 0; } #secondary ul li{ } #secondary ul li a{ text-decoration: none; color: #333; } #secondary h2.widget-title{ border-bottom: 1px solid #E66432; margin-bottom: 10px; line-height: 1.2; font-size: 18px; } #secondary h2.widget-title span{ color: #333; display: inline-block; padding: 8px 0; } #secondary .search-form input[type="search"]{ width: 100%; } /*-------------------------------------------------------------- Posts and pages --------------------------------------------------------------*/ .sticky { } .site-title{ font-size: 24px; font-weight: bold; text-transform: uppercase; white-space: nowrap; margin-bottom: 0; } .site-title a{ text-decoration: none; } .site-description{ font-size: 14px; font-style: italic; margin-bottom: 0; } .hentry { margin: 0 0 20px; background: #FFF; padding: 20px; margin-bottom: 40px; position: relative; } .single .hentry { margin-bottom: 15px; } .byline, .updated { display: none; } .single .byline, .group-blog .byline { display: inline; font-style: italic; font-size: 14px; } .single .byline a, .group-blog .byline a{ color: #333; text-decoration: none; } .page-content, .entry-content, .entry-summary { margin: 20px 0 0; } .page-links { clear: both; margin: 0 0 20px; } .entry-header h1.entry-title{ font-weight: 300; margin-left: 80px; } .entry-header h1.entry-title.no-date{ margin-left: 0; } .page .entry-header h1.entry-title{ margin-left: 0; } .entry-header h1.entry-title a{ color: #333; text-decoration:none; } .posted-on{ position: absolute; left: 20px; top: -14px; background: #E66432; width: 60px; text-align: center; color: #FFF; font-family: "Oxygen",sans-serif; font-size: 14px; padding: 10px; line-height: 1.2; text-transform: uppercase; } .posted-on:before { border-color: transparent transparent #BA4F28 #BA4F28; border-style: solid; border-width: 7px 5px; top: 0; content: ""; height: 0; right: -10px; position: absolute; width: 0; z-index: -1; } .posted-on span{ display: block; } .posted-on span.posted-day{ font-size: 24px; font-weight: bold; margin-bottom: 3px; } .bypostauthor{ } .entry-footer{ font-size: 14px; font-family: "Oxygen",sans-serif; } .entry-footer span{ margin-right: 15px; } .entry-footer .fa{ margin-right: 5px; color: #666; } .entry-footer a{ text-decoration: none; font-style: italic; color: #333; } .edit-link{ background: #333; display: inline-block; padding: 5px 10px; line-height: 1.2; border-radius: 2px; font-size: 13px; margin-top: 15px; } .edit-link a{ color: #FFF; text-decoration: none; } .edit-link a .fa{ color: #FFF; margin-right: 5px; } .page .entry-footer .edit-link{ float: none; } .page-header{ background: #FFF; padding: 10px; margin-bottom: 30px; border-bottom: 3px solid #E66432; } .entry-thumb{ margin: -20px -20px 15px; text-align: center; } /*-------------------------------------------------------------- Asides --------------------------------------------------------------*/ .blog .format-aside .entry-title, .archive .format-aside .entry-title { display: none; } /*-------------------------------------------------------------- Comments --------------------------------------------------------------*/ #comments{ background: #FFF; padding: 15px; margin-bottom: 15px; font-size: 16px; } #comments p{ margin-bottom: 10px; } #reply-title{ background: #333; color: #fff; display: inline-block; padding: 8px 10px; font-size: 18px; line-height: 1.2; margin-bottom: 0; } #commentform{ border-top:2px solid #333; padding-top: 15px; } .comment-content a { word-wrap: break-word; } #comments input[type="submit"]{ background: #333; border: none; } .comments-title{ margin-bottom: 10px; } #commentform label{ display:block; } textarea#comment{ height: 150px; } #author, #email, #url{ width: 100% } /*Comment Lists*/ .comments-area ol{ margin: 0; padding: 0; list-style: none; } .comments-area ol.children{ margin: 0 0 0 15px; } .comment-list li .comment-body{ margin-bottom: 10px; padding: 10px; background: #FCFCFC; border-radius: 5px; } .comment-author img{ vertical-align: text-top; margin-right: 10px; } .comment-author .fn{ font-style: normal; font-size: 15px; text-transform: capitalize; font-weight: normal; } .comment-metadata a{ text-decoration: none; font-size: 13px; font-style: italic; } .comment-metadata .edit-link{ display: none; } .comment-author .fn .url{ color: #333; } .comment-author .says{ display: none; } .commentmetadata{ float: right; font-family: 'Lato', sans-serif; font-weight: normal; font-size: 12px; font-style: italic; font-weight: 300; } .commentmetadata a{ color: #666; } .commentmetadata .comment-edit-link{ color:#01AEFD; } .commentmetadata + .clear{ margin-bottom: 20px; } .reply .comment-reply-link{ background: none repeat scroll 0 0 #293037; border-radius: 3px; color: #FFFFFF; font-size: 13px; line-height: 1; padding: 2px 10px; text-decoration: none; } #respond{ margin-top: 10px; } #commentform .form-submit{ margin-bottom: 0; } .comment-awaiting-moderation{ background: #111; position: absolute; left: 50%; top: -20px; color:#FFF; font-size: 13px; width: :250px; margin-left: -125px; } .comment-awaiting-moderation + br{ display: none; } #cancel-comment-reply-link{ font-style: italic; color: #333; } #cancel-comment-reply-link:before{ font-family: FontAwesome; content: "\f057"; margin:0 5px 0 20px; font-style: normal; color: #333; } .logged-in-as a{ color: #333; } /*-------------------------------------------------------------- Infinite scroll --------------------------------------------------------------*/ /* Globally hidden elements when Infinite Scroll is supported and in use. */ .infinite-scroll .paging-navigation, /* Older / Newer Posts Navigation (always hidden) */ .infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */ display: none; } /* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before */ .infinity-end.neverending .site-footer { display: block; } /*-------------------------------------------------------------- Media --------------------------------------------------------------*/ .page-content img.wp-smiley, .entry-content img.wp-smiley, .comment-content img.wp-smiley { border: none; margin-bottom: 0; margin-top: 0; padding: 0; } /* Make sure embeds and iframes fit their containers */ embed, iframe, object { max-width: 100%; } /*-------------------------------------------------------------- Captions --------------------------------------------------------------*/ .wp-caption { margin-bottom: 20px; max-width: 100%; } .wp-caption img[class*="wp-image-"] { display: block; margin: 0 auto; } .wp-caption-text { text-align: center; } .wp-caption .wp-caption-text { margin: 0.8075em 0; } /*-------------------------------------------------------------- Galleries --------------------------------------------------------------*/ .gallery { margin-bottom: 20px; } .gallery-item { display: inline-block; text-align: center; vertical-align: top; width: 100%; padding:0 4px 4px 0; } .gallery-item .gallery-icon{ position: relative; } .gallery-item a:after{ content: ""; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background:url(images/zoom.png) no-repeat center rgba(0,0,0,0.3); display: none; } .gallery-item:hover a:after{ display: block; } .gallery-columns-2 .gallery-item { max-width: 50%; } .gallery-columns-3 .gallery-item { max-width: 33.33%; } .gallery-columns-4 .gallery-item { max-width: 25%; } .gallery-columns-5 .gallery-item { max-width: 20%; } .gallery-columns-6 .gallery-item { max-width: 16.66%; } .gallery-columns-7 .gallery-item { max-width: 14.28%; } .gallery-columns-8 .gallery-item { max-width: 12.5%; } .gallery-columns-9 .gallery-item { max-width: 11.11%; } .gallery-caption { font-size: 14px; line-height: 1.2; margin-top: 5px; } /*-------------------------------------------------------------- Main Header --------------------------------------------------------------*/ #masthead{ width: 100%; z-index: 99999; background: #FFF; padding: 10px 0; border-bottom: 3px solid #E66432; position: relative; } #masthead.logo-top{ text-align: center; } body.parallax-on #masthead{ position: fixed; left: 0; top: 0; right: 0; } body.logged-in.parallax-on #masthead{ top: auto; } #content{ position: relative; z-index: 99; } body.parallax-on .wpcf7-not-valid-tip{ text-align: center; font-size: 13px; } #site-logo{ float: left; } .logo-top #site-logo{ float: none; width: auto; padding:10px 0; } .main-navigation { float: right; max-width: 80%; margin-top: 15px; } .logo-top .main-navigation{ float: none; width: auto; text-align: center; max-width: none; } .main-navigation ul { list-style: none; margin: 0; padding-left: 0; display: inline-block; } .main-navigation ul li{ position: relative; } .main-navigation > ul > li { float: left; position: relative; font-family: 'Oxygen', sans-serif; font-weight: 400; } .main-navigation > ul > li > a{ text-transform: uppercase; font-size:14px; padding: 5px 15px; } .main-navigation > ul > li.current a{ color: #E66432; } .main-navigation a { display: block; text-decoration: none; color:#333; } .main-navigation ul ul { background: #FFF; position: absolute; top: 100%; left:0; z-index: 99999; padding:0 10px; font-size: 15px; box-shadow: 1px 1px 2px rgba(0,0,0,0.3); display: none; } .main-navigation ul ul ul { left: 100%; top: 0; } .main-navigation ul ul a { min-width: 200px; } .main-navigation ul ul li { border-bottom: 1px solid #EEE; padding: 8px 0; } .logo-top .main-navigation ul ul li{ text-align: left; } .main-navigation ul ul li:last-child{ border:none; } .main-navigation li:hover > a { color: #E66432; } .main-navigation ul li:hover > ul { display: block; } .main-navigation .current_page_item > a, .main-navigation .current-menu-item > a { color: #E66432; } /* Small menu */ .menu-toggle { display: none; } .site-main .comment-navigation, .site-main .paging-navigation, .site-main .post-navigation { margin: 0 0 20px; overflow: hidden; } .comment-navigation .nav-previous, .paging-navigation .nav-previous, .post-navigation .nav-previous { float: left; width: 50%; } .comment-navigation .nav-previous a .fa, .paging-navigation .nav-previous a .fa, .post-navigation .nav-previous a .fa{ margin-right: 10px; font-size: 16px; } .comment-navigation .nav-next, .paging-navigation .nav-next, .post-navigation .nav-next { float: right; text-align: right; width: 50%; } .comment-navigation .nav-next a .fa, .paging-navigation .nav-next a .fa, .post-navigation .nav-next a .fa{ margin-left: 10px; font-size: 16px; } .site-main .comment-navigation a, .site-main .paging-navigation a, .site-main .post-navigation a{ background: #333; padding: 8px 25px; color: #FFF; text-decoration: none; font-size: 14px; font-family: "Oxygen",sans-serif; display: inline-block; } /*-------------------------------------------------------------- Main SLider --------------------------------------------------------------*/ #main-slider{ position: relative; margin-bottom: 30px; } .parallax-on #main-slider, #main-slider.full-screen-, .page-template-home-page-php #main-slider{ margin-bottom: 0; } #main-slider .overlay{ background:url(images/overlay4.png) repeat rgba(0,0,0,0.3); position: absolute; height: 100%; width: 100%; z-index: 999; } .full-screen-yes .slides{ background-size: cover; background-position: top center; background-repeat: no-repeat; } .slider-caption{ position: absolute; top:50%; left:0; width: 100%; z-index: 99999; text-align: center; } .slider-caption .caption-title{ font-size: 42px; font-weight: bold; text-transform: uppercase; color:#FFF; position: relative; text-shadow: 2px 2px 4px rgba(0,0,0,0.3); } .slider-caption .caption-description{ font-size: 24px; color:#FFF; position: relative; text-shadow: 2px 2px 4px rgba(0,0,0,0.3); font-weight: 300; } .slider-caption .caption-description p{ margin-bottom: 20px; } .slider-caption .caption-description a, .btn, .call-to-action a{ position: relative; border: 2px solid #ffffff; display: inline-block; line-height: 1; padding: 12px 20px; text-decoration: none; color: #ffffff; -webkit-transition: all 0.3s ease 0s; -o-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s; font-size: 20px; } .slider-caption .caption-description a:hover, .btn:hover{ background: #E56432 !important; border: 2px solid #E56432 !important; color:#FFF !important; } .next-page{ position: absolute; height: 60px; width: 60px; border: 1px solid #FFF; border-radius: 50%; bottom:15%; left: 50%; margin-left: -30px; z-index: 999; } .next-page a{ display: block; background: url(images/down-arrow.png) no-repeat center; position: absolute; left: 0; top:0; height: 100%; width: 100%; -webkit-animation: flow-down 2s linear 3s infinite; /* Chrome, Safari, Opera */ animation: flow-down 2s linear 3s infinite; /* Standard syntax */ } /* Chrome, Safari, Opera */ @-webkit-keyframes flow-down { 0% {top:0px; opacity: 0.8;} 50% {top:9px; opacity: 1;} 100% {top:0; opacity: 0.8;} } /* Standard syntax */ @keyframes flow-down { 0% {top:0px; opacity: 0.8;} 50% {top:9px; opacity: 1;} 100% {top:0; opacity: 0.8;} } /*-------------------------------------------------------------- Default Section --------------------------------------------------------------*/ .parallax-section input[type="text"], .parallax-section input[type="email"], .parallax-section input[type="url"], .parallax-section input[type="password"], .parallax-section input[type="search"], .parallax-section input[type="tel"], .parallax-section textarea{ background:rgba(0, 0, 0, 0.1); border:1px solid; border-color:inherit; color:inherit; padding: 5px 10px; line-height: 32px; width: 100%; margin: 0 auto; display: block; } .parallax-section textarea{ height: 50px; line-height: 1.5; width: 100%; margin: 0 auto; display: block; height: 180px; } .parallax-section .wpcf7-form .wpcf7-submit{ width:100%; margin: 0 auto; display: block; background: rgba(0, 0, 0, 0.1); } .parallax-section .wpcf7-form p{ margin-bottom: 10px; } .parallax-section .slider-caption .caption-description a, .parallax-section .btn{ border-color:inherit; color:inherit; } /*-------------------------------------------------------------- Service Section --------------------------------------------------------------*/ .service-list{ width: 48%; margin-bottom: 20px; } .service-list h3{ margin-bottom: 10px; line-height: 1.2; } .service-list .service-image{ height:80px; width: 80px; border-radius:50%; margin-top: 15px; overflow: hidden; border:1px solid; border-color: inherit; background:rgba(255,255,255,0.1); } .service-list .service-image img{ padding: 15px; } .service-list .service-detail{ width: 460px; } .service-list.odd{ float: left; text-align: right; } .service-list.odd .service-image{ float: right; } .service-list.odd .service-detail{ float: left; } .service-list.even{ float: right; } .service-list.even .service-image{ float: left; } .service-list.even .service-detail{ float: right; } /*-------------------------------------------------------------- Testimonial Section --------------------------------------------------------------*/ .testimonial-listing{ padding-bottom: 40px; } .testimonial-list{ text-align: center; } .testimonial-list .testimonial-content{ font-size: 20px; font-style: italic; margin-bottom: 30px; line-height: 1.4; position: relative; padding: 0 50px; } .testimonial-list .testimonial-content:before{ position: absolute; left: 0; top:0; content: '\f10d'; font-size: 24px; line-height: 1; height: 30px; font-family: "FontAwesome"; } .testimonial-list .testimonial-content:after{ position: absolute; right: 30px; bottom:0; content: "\f10e"; font-size: 24px; line-height: 1; height: 30px; font-family: "FontAwesome"; } .testimonial-list h3{ font-size: 24px; } .testimonial-list .testimonial-image{ width: 100px; height: 100px; border-radius: 50%; margin: 30px auto 20px; } .testimonial-list .testimonial-image img{ border-radius: 50%; } .testimonial-listing .bx-wrapper .bx-controls-direction a{ margin: 0; top: 100%; left: 50%; height: 38px; width: 38px; background: none; border: 1px solid; border-color: inherit; text-indent: 0; font-size: 26px; color: inherit; text-decoration: none; text-align: center; line-height: 38px; position: relative; display: inline-block; -webkit-transition: all 0.3s ease 0s; -moz-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s; font-family: Arial; } .testimonial-listing .bx-wrapper .bx-controls-direction a:hover{ background: #e66432; border: 1px solid #e66432; color:#FFF; } .testimonial-listing .bx-wrapper .bx-controls-direction a.bx-prev{ margin-left:-45px; } .testimonial-listing .bx-wrapper .bx-controls-direction a.bx-next{ margin-left:5px; } /*-------------------------------------------------------------- Portfolio Section --------------------------------------------------------------*/ .portfolio-list{ width: 24%; margin-right: 1.3333%; float: left; margin-bottom: 1.5%; position: relative; overflow: hidden; } .portfolio-list:nth-child(4n){ margin-right: 0; } .portfolio-list .portfolio-overlay{ position: absolute; width: 100%; height: 100%; background: rgba(0,0,0,0.3); display: none; z-index: 9999; } .portfolio-list .portfolio-overlay span{ width: 60px; height: 60px; margin-left: -30px; margin-top: -30px; position: absolute; top: 50%; left: 50%; background: #E66432; border-radius: 50%; font-size: 30px; text-align: center; line-height: 60px; color: #FFF; } .portfolio-list:hover .portfolio-overlay{ display: block; } .portfolio-list h3{ position: absolute; width: 100%; padding:15px 10px; bottom: 0; left: 0; color: #FFF; background: url(images/portfolio-text-bg.png) repeat-x top left; font-size: 16px; margin: 0; } .portfolio-list:hover h3{ display: none; } .portfolio-list img{ transition:all 0.3s ease-in-out; -moz-transition:all 0.3s ease-in-out; -webkit-transition:all 0.3s ease-in-out; } .portfolio-list:hover img{ -ms-transform: scale(1.2); /* IE 9 */ -webkit-transform: scale(1.2); /* Chrome, Safari, Opera */ transform: scale(1.2); } /*-------------------------------------------------------------- Call to Action Section --------------------------------------------------------------*/ .call-to-action{ text-align: center; } .call-to-action h1{ margin: 30px 0 15px; } .parallax-section .call-to-action .page-content{ margin-bottom: 0; } .parallax-section.action_template{ padding:30px 0; } /*-------------------------------------------------------------- Team Section --------------------------------------------------------------*/ .team-tab{ text-align: center; padding: 0 50px; } .team-image{ width: 140px; height: 140px; border-radius: 50%; border:2px solid #FFF; display: inline-block; margin: 0 0 20px; position: relative; } /*.team-image.active:after{ content: ""; position: absolute; top: 100%; left: 50%; border-width: 15px; border-color: #E66432 transparent transparent; border-style: solid; margin-left: -17px; margin-top: -1px; z-index: -1; }*/ .team-image:hover, .team-image.active{ border: 2px solid #E66432; } .team-image img{ border-radius: 50%; } .team-list{ display: none; } .team-content{ margin-top: 60px; } .team-big-image{ float: left; width: 35%; margin-right: 3%; border-radius: 50%; overflow: hidden; border:4px solid #FFF; } .team-big-image img{ border-radius: 50%; width: 100%; padding: 3px; } .team-detail{ float: left; width: 62%; } .team-detail h3{ font-size: 30px; margin-bottom: 5px; line-height: 1.2; } .team-detail h4{ font-size: 20px; font-style: italic; margin-bottom: 15px; } .team-tab .bx-wrapper .bx-viewport{ border-radius: 66px; } .team-tab .bx-wrapper .bx-controls-direction a{ text-indent: 0; font-size: 46px; text-decoration: none; height: 50px; line-height: 50px; margin-top: -30px; color: inherit; font-weight: normal; } .team-tab .bx-wrapper .bx-prev{ background: none; left: -40px; } .team-tab .bx-wrapper .bx-next{ background: none; right: -40px; } .blank-section{ min-height: 300px; } /*-------------------------------------------------------------- Google Map Section --------------------------------------------------------------*/ .parallax-section.google-map{ padding: 0; } .parallax-section.google-map p{ margin: 0 } .parallax-section.google-map img{ max-width: none; } .google-map iframe{ width: 100% !important; display: block; height: 400px !important; } .googlemap-toggle{ position: absolute; left: 50%; margin-left: -40px; background: #000000; top: 0; color: #FFF; padding: 0 30px 0 20px; line-height: 1; margin-top: -32px; cursor: pointer; border-radius: 2px 2px 0 0; z-index: 999; font-size: 14px; line-height: 32px; height: 32px; } .googlemap-toggle:after{ content:"\f106"; font-size: 20px; margin:15px 0 0; line-height: 0; position: absolute; right:10px; font-family: "FontAwesome"; } .googlemap-toggle.active:after{ content:"\f107"; } #ap-map-canvas { height: 450px !important; width: 100%; } /*-------------------------------------------------------------- Blog Section --------------------------------------------------------------*/ .blog-list{ float: left; width: 32%; margin-right: 2%; background: #FFF; text-decoration: none; color: #333; } .blog-list .blog-image img{ width:100%; } .blog-list:hover{ color: #333; } .blog-list:nth-child(3n){ margin-right: 0; } .blog-list h3{ font-size: 24px; margin:8px 0 5px; } .blog-list .blog-excerpt{ padding: 0 15px 50px; border-bottom: 3px solid #E66432; position: relative; } .blog-list .blog-excerpt .posted-date{ font-size: 14px; font-style: italic; margin-bottom: 5px; color: #E66432; } .blog-list .blog-excerpt .posted-date .fa{ margin-right: 5px; } .blog-list .blog-excerpt span{ background: #E66432; color: #FFF; display: inline-block; position: absolute; bottom: 0; right: 10px; padding: 8px 15px; font-size: 14px; } .btn-wrap{ text-align: center; margin-top: 70px; } .blog-list:hover .blog-excerpt span{ background: #333; } .blog-list:hover .blog-excerpt{ border-color:#333; } /*-------------------------------------------------------------- Footer Section --------------------------------------------------------------*/ #colophon{ background: #000; color: #FFF; font-size: 15px; } .top-footer{ background: #272727; padding: 30px 0; } .top-footer ul{ list-style: none; margin: 0; } .top-footer ul li{ margin-bottom: 5px; } .top-footer h2{ font-size: 18px; margin-bottom: 25px; position: relative; } .top-footer h2:after{ content: ""; position: absolute; top: 100%; width: 40px; border-bottom: 1px solid #FFF; left: 0; margin-top: 5px; } .top-footer a{ color:#FFF; text-decoration: none; } .top-footer .top-footer-wrap{ margin-left:-2%; } .footer-column-1.top-footer .top-footer-wrap{ margin-left: 0; } .footer-column-1 .footer-block{ width: 100%; margin-left: 0; } .footer-column-2 .footer-block{ width: 48%; margin-left: 2% } .footer-column-3 .footer-block{ width: 31.333%; margin-left: 2% } .footer-column-4 .footer-block{ width: 23%; margin-left: 2% } .footer-block{ float: left; } .footer-block .widget, .footer-block .gallery{ margin-bottom: 0; } .bottom-footer{ background: #000; padding: 15px; font-size: 14px; } .bottom-footer a{ color: #FFF; } .copy-right{ float:left; } .site-info{ float:right; } .site-info a{ text-decoration: underline; } .tagcloud a{ background: #000; padding:10px 15px; font-size: 13px !important; margin:0 0 5px 0; display: inline-block; line-height: 1; } #go-top{ position: fixed; right: 30px; bottom: 30px; display: none; height: 50px; width: 50px; background: #E66432; text-align: center; line-height: 50px; z-index: 9999; } #go-top a{ display: block; color: #FFF; } /*-------------------------------------------------------------- Social --------------------------------------------------------------*/ .social-icons{ position: fixed; left: 0; top:50%; width: 30px; z-index: 9; } .social-icons a{ background:#333; height: 30px; width: 30px; margin-bottom: 1px; line-height: 30px; text-align: center; color:#FFF; display: inline-block; position: relative; } .social-icons a:hover{ background:#e66432 } .social-icons a span{ background: #333; padding:6px 10px; font-size: 11px; font-family: Arial; text-decoration: none; position: absolute; left: 130%; top: 2px; margin-left: 10px; border-radius: 1px; white-space:nowrap; line-height: 1; font-style: italic; opacity: 0; visibility: hidden; transition:left 0.3s ease; -moz-transition:left 0.3s ease; -webkit-transition:left 0.3s ease; } .social-icons a span:after{ content: ""; position: absolute; left: 0; border-color: transparent #333 transparent transparent; border-style: solid; border-width: 4px; margin-left: -8px; top: 50%; margin-top: -4px; } .social-icons a:hover span{ opacity: 1; visibility: visible; left: 100%; } /*-------------------------------------------------------------- Responsive grid for pages --------------------------------------------------------------*/ .row{ margin-bottom: 25px; } .row:last-child{ margin-bottom: 0; } .span1, .span2, .span3, .span4, .span5, .span6{ float:left; } .col{ margin-left: 3%; } .col:first-child { margin-left:0; } .span1{ width: 14.1666666667%; } .span2{ width: 31.3333333333%; } .span3{ width: 48.5%; } .span4{ width: 65.6666666667%; } .span5{ width: 82.8333333333%; } .span6{ width: 100%; margin-left: 0; } @media screen and (max-width: 768px){ .span1, .span2, .span3, .span4, .span5, .span6{ width: 100%; float: none; margin-left: 0; } } /*RTL CSS*/ .rtl #site-logo{ float: right; } .rtl .main-navigation{ float: left; } .rtl .main-navigation > ul > li{ float: right; } .rtl .blog-list .blog-excerpt .posted-date .fa{ margin-right: 0; margin-left: 5px; } .rtl .service-list.even{ text-align: left; } .rtl .top-footer h2:after{ left:auto; right:0; } .rtl .comment-navigation .nav-next a .fa, .rtl .paging-navigation .nav-next a .fa, .rtl .post-navigation .nav-next a .fa{ margin-left: 0; margin-right: 10px; } .rtl .comment-navigation .nav-previous, .rtl .paging-navigation .nav-previous, .rtl .post-navigation .nav-previous{ text-align: left; } .rtl .comment-navigation .nav-previous a .fa, .rtl .paging-navigation .nav-previous a .fa, .rtl .post-navigation .nav-previous a .fa{ margin-left: 10px; margin-right: 0; } .rtl .bx-wrapper .bx-controls-direction a{ text-indent: 999999999px; }
0.308503
0.087525
*, html { -webkit-box-sizing: border-box; box-sizing: border-box; } html, body { width: 100%; height: 100%; } body { margin: 0; font-family: 'Roboto', sans-serif; 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; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-transition: 400ms all; -o-transition: 400ms all; transition: 400ms all; } h1, h2, h3, h4, h5, h6 { margin: 0 } /**/ .ch-correct { color: #48BB78; } .ch-incorrect { color: #F56565; } .bg-corrent { background: #C6F6D5; } .bg-incorrect { background: #FED7D7; } /**/ .dark { position: absolute; top: 10px; left: 10px; } .dark button { padding: 0.5rem 1rem; background: white; color: #4A5568; border: 1px solid #4A5568; } /**/ .container { border: 1px solid #1A202C; } .info { border-bottom: 1px solid #1A202C; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; } .info>* { -webkit-box-flex: 1; -ms-flex-positive: 1; flex-grow: 1; padding: 0.25rem 0.5rem; border-right: 1px solid #1A202C; } .info>*:last-child { border-right: 0; } #current-word { text-align: center; font-size: 4rem; font-weight: lighter; padding: 4rem 6rem; } #word-input { display: block; width: 100%; font-size: 2rem; border: 0; border-top: 1px solid #1A202C; padding: 0.5rem 1rem; outline: 0; font-family: 'Roboto', sans-serif; } /* Dark Mode */ .is-dark { background: #121212; color: #F7FAFC; } .is-dark .dark button { background: #1A202C; color: #E2E8F0; border: 1px solid #E2E8F0; } .is-dark #word-input { background: #121212; color: #F7FAFC; } .is-dark #current-word { color: #F7FAFC; } .is-dark .bg-corrent { background: #22543D; } .is-dark .bg-incorrect { background: #742A2A; }
style.css
*, html { -webkit-box-sizing: border-box; box-sizing: border-box; } html, body { width: 100%; height: 100%; } body { margin: 0; font-family: 'Roboto', sans-serif; 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; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-transition: 400ms all; -o-transition: 400ms all; transition: 400ms all; } h1, h2, h3, h4, h5, h6 { margin: 0 } /**/ .ch-correct { color: #48BB78; } .ch-incorrect { color: #F56565; } .bg-corrent { background: #C6F6D5; } .bg-incorrect { background: #FED7D7; } /**/ .dark { position: absolute; top: 10px; left: 10px; } .dark button { padding: 0.5rem 1rem; background: white; color: #4A5568; border: 1px solid #4A5568; } /**/ .container { border: 1px solid #1A202C; } .info { border-bottom: 1px solid #1A202C; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; } .info>* { -webkit-box-flex: 1; -ms-flex-positive: 1; flex-grow: 1; padding: 0.25rem 0.5rem; border-right: 1px solid #1A202C; } .info>*:last-child { border-right: 0; } #current-word { text-align: center; font-size: 4rem; font-weight: lighter; padding: 4rem 6rem; } #word-input { display: block; width: 100%; font-size: 2rem; border: 0; border-top: 1px solid #1A202C; padding: 0.5rem 1rem; outline: 0; font-family: 'Roboto', sans-serif; } /* Dark Mode */ .is-dark { background: #121212; color: #F7FAFC; } .is-dark .dark button { background: #1A202C; color: #E2E8F0; border: 1px solid #E2E8F0; } .is-dark #word-input { background: #121212; color: #F7FAFC; } .is-dark #current-word { color: #F7FAFC; } .is-dark .bg-corrent { background: #22543D; } .is-dark .bg-incorrect { background: #742A2A; }
0.41052
0.065725
.uplot, .uplot *, .uplot *::before, .uplot *::after { box-sizing: border-box; } .uplot { font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; line-height: 1.5; width: min-content; } .u-wrap { position: relative; user-select: none; padding-left: 10px; } .u-over, .u-under { position: absolute; } .u-under { overflow: hidden; } .uplot canvas { display: block; position: relative; width: 100%; height: 100%; } .u-legend { font-size: 12px; height: 160px; margin: auto; overflow: hidden; overflow-y: auto; padding: 10px; } .u-inline { display: block; } .u-inline * { display: block; } .u-inline tr { margin-right: 16px; } .u-legend th { font-weight: 600; } .u-legend th > * { vertical-align: middle; display: inline-block; } .u-legend .u-marker { width: 1em; height: 1em; margin-right: 4px; background-clip: content-box !important; } .u-inline.u-live th::after { content: ":"; vertical-align: middle; } .u-inline:not(.u-live) .u-value { display: none; } .u-series > * { padding: 4px; display: inline-block; } .u-series th { cursor: pointer; } .u-legend .u-off > * { opacity: 0.3; } .u-select { background: rgba(255, 255, 255, 0.07); position: absolute; pointer-events: none; } .u-cursor-x, .u-cursor-y { position: absolute; left: 0; top: 0; pointer-events: none; will-change: transform; z-index: 100; } .u-hz .u-cursor-x, .u-vt .u-cursor-y { height: 100%; border-right: 1px dashed #607d8b; } .u-hz .u-cursor-y, .u-vt .u-cursor-x { width: 100%; border-bottom: 1px dashed #607d8b; } .u-cursor-pt { position: absolute; top: 0; left: 0; border-radius: 50%; pointer-events: none; will-change: transform; z-index: 100; /*this has to be !important since we set inline "background" shorthand */ background-clip: content-box !important; } .u-select.u-off, .u-cursor-x.u-off, .u-cursor-y.u-off, .u-cursor-pt.u-off { display: none; }
assets/css/uplot.css
.uplot, .uplot *, .uplot *::before, .uplot *::after { box-sizing: border-box; } .uplot { font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; line-height: 1.5; width: min-content; } .u-wrap { position: relative; user-select: none; padding-left: 10px; } .u-over, .u-under { position: absolute; } .u-under { overflow: hidden; } .uplot canvas { display: block; position: relative; width: 100%; height: 100%; } .u-legend { font-size: 12px; height: 160px; margin: auto; overflow: hidden; overflow-y: auto; padding: 10px; } .u-inline { display: block; } .u-inline * { display: block; } .u-inline tr { margin-right: 16px; } .u-legend th { font-weight: 600; } .u-legend th > * { vertical-align: middle; display: inline-block; } .u-legend .u-marker { width: 1em; height: 1em; margin-right: 4px; background-clip: content-box !important; } .u-inline.u-live th::after { content: ":"; vertical-align: middle; } .u-inline:not(.u-live) .u-value { display: none; } .u-series > * { padding: 4px; display: inline-block; } .u-series th { cursor: pointer; } .u-legend .u-off > * { opacity: 0.3; } .u-select { background: rgba(255, 255, 255, 0.07); position: absolute; pointer-events: none; } .u-cursor-x, .u-cursor-y { position: absolute; left: 0; top: 0; pointer-events: none; will-change: transform; z-index: 100; } .u-hz .u-cursor-x, .u-vt .u-cursor-y { height: 100%; border-right: 1px dashed #607d8b; } .u-hz .u-cursor-y, .u-vt .u-cursor-x { width: 100%; border-bottom: 1px dashed #607d8b; } .u-cursor-pt { position: absolute; top: 0; left: 0; border-radius: 50%; pointer-events: none; will-change: transform; z-index: 100; /*this has to be !important since we set inline "background" shorthand */ background-clip: content-box !important; } .u-select.u-off, .u-cursor-x.u-off, .u-cursor-y.u-off, .u-cursor-pt.u-off { display: none; }
0.57678
0.195652
.highlight table td { padding: 5px; } .highlight table pre { margin: 0; } .highlight, .highlight .w { color: #d0d0d0; } .highlight .err { color: #151515; background-color: #ac4142; } .highlight .c, .highlight .cd, .highlight .cm, .highlight .c1, .highlight .cs { color: #888; } .highlight .cp { color: #f4bf75; } .highlight .nt { color: #f4bf75; } .highlight .o, .highlight .ow { color: #d0d0d0; } .highlight .p, .highlight .pi { color: #d0d0d0; } .highlight .gi { color: #90a959; } .highlight .gd { color: #ac4142; } .highlight .gh { color: #6a9fb5; font-weight: bold; } .highlight .k, .highlight .kn, .highlight .kp, .highlight .kr, .highlight .kv { color: #aa759f; } .highlight .kc { color: #d28445; } .highlight .kt { color: #d28445; } .highlight .kd { color: #d28445; } .highlight .s, .highlight .sb, .highlight .sc, .highlight .sd, .highlight .s2, .highlight .sh, .highlight .sx, .highlight .s1 { color: #90a959; } .highlight .sr { color: #75b5aa; } .highlight .si { color: #8f5536; } .highlight .se { color: #8f5536; } .highlight .nn { color: #f4bf75; } .highlight .nc { color: #f4bf75; } .highlight .no { color: #f4bf75; } .highlight .na { color: #6a9fb5; } .highlight .m, .highlight .mf, .highlight .mh, .highlight .mi, .highlight .il, .highlight .mo, .highlight .mb, .highlight .mx { color: #90a959; } .highlight .ss { color: #90a959; } html { background: #6C7989; background: #6C7989 linear_gradient(#6C7989, #434B55) fixed; } body { padding: 50px 0; margin: 0; font: 14px/1.5 Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif; color: #555; font-weight: 300; background: inline-image("checker.png") fixed; } .wrapper { width: 640px; margin: 0 auto; background: #DEDEDE; border-radius: 8px; box-shadow: rgba(0, 0, 0, 0.2) 0 0 0 1px, rgba(0, 0, 0, 0.45) 0 3px 10px; } header, section, footer { display: block; } a { color: #069; text-decoration: none; } p { margin: 0 0 20px; padding: 0; } strong { color: #222; font-weight: 700; } header { border-radius: 8px 8px 0 0; background: #C6EAFA; background: linear_gradient(#DDFBFC, #C6EAFA); position: relative; padding: 15px 20px; border-bottom: 1px solid #B2D2E1; } header h1 { margin: 0; padding: 0; font-size: 24px; line-height: 1.2; color: #069; text-shadow: rgba(255, 255, 255, 0.9) 0 1px 0; } header.without-description h1 { margin: 10px 0; } header p { margin: 0; color: #61778B; width: 300px; font-size: 13px; } header p.view { display: none; font-weight: 700; text-shadow: rgba(255, 255, 255, 0.9) 0 1px 0; -webkit-font-smoothing: antialiased; } header p.view a { color: #06c; } header p.view small { font-weight: 400; } header ul { margin: 0; padding: 0; list-style: none; position: absolute; z-index: 1; right: 20px; top: 20px; height: 38px; padding: 1px 0; background: #5198DF; background: linear_gradient(#77B9FB, #3782CD); border-radius: 5px; box-shadow: inset rgba(255, 255, 255, 0.45) 0 1px 0, inset rgba(0, 0, 0, 0.2) 0 -1px 0; width: auto; } header ul:before { content: ''; position: absolute; z-index: -1; left: -5px; top: -4px; right: -5px; bottom: -6px; background: rgba(0, 0, 0, 0.1); border-radius: 8px; box-shadow: rgba(0, 0, 0, 0.2) 0 -1px 0, inset rgba(255, 255, 255, 0.7) 0 -1px 0; } header ul li { width: 79px; float: left; border-right: 1px solid #3A7CBE; height: 38px; } header ul li.single { border: none; } header ul li + li { width: 78px; border-left: 1px solid #8BBEF3; } header ul li + li + li { border-right: none; width: 79px; } header ul a { line-height: 1; font-size: 11px; color: #fff; color: rgba(255, 255, 255, 0.8); display: block; text-align: center; font-weight: 400; padding-top: 6px; height: 40px; text-shadow: rgba(0, 0, 0, 0.4) 0 -1px 0; } header ul a strong { font-size: 14px; display: block; color: #fff; -webkit-font-smoothing: antialiased; } section { padding: 15px 20px; font-size: 15px; border-top: 1px solid #fff; background: linear_gradient(#fafafa, #DEDEDE 700px); border-radius: 0 0 8px 8px; position: relative; } h1, h2, h3, h4, h5, h6 { color: #222; padding: 0; margin: 0 0 20px; line-height: 1.2; } p, ul, ol, table, pre, dl { margin: 0 0 20px; } h1, h2, h3 { line-height: 1.1; } h1 { font-size: 28px; } h2 { color: #393939; } h3, h4, h5, h6 { color: #494949; } blockquote { margin: 0 -20px 20px; padding: 15px 20px 1px 40px; font-style: italic; background: #ccc; background: rgba(0, 0, 0, 0.06); color: #222; } img { max-width: 100%; } code, pre { font-family: Monaco, Bitstream Vera Sans Mono, Lucida Console, Terminal; color: #333; font-size: 12px; overflow-x: auto; } pre { padding: 20px; background: #3A3C42; color: #f8f8f2; margin: 0 -20px 20px; } pre code { color: #f8f8f2; } li pre { margin-left: -60px; padding-left: 60px; } table { width: 100%; border-collapse: collapse; } th, td { text-align: left; padding: 5px 10px; border-bottom: 1px solid #aaa; } dt { color: #222; font-weight: 700; } th { color: #222; } small { font-size: 11px; } hr { border: 0; background: #aaa; height: 1px; margin: 0 0 20px; } footer { width: 640px; margin: 0 auto; padding: 20px 0 0; color: #ccc; overflow: hidden; } footer a { color: #fff; font-weight: bold; } footer p { float: left; } footer p + p { float: right; } @media print, screen and (max-width: 740px) { body { padding: 0; } .wrapper { border-radius: 0; box-shadow: none; width: 100%; } footer { border-radius: 0; padding: 20px; width: auto; } footer p { float: none; margin: 0; } footer p + p { float: none; } } @media print, screen and (max-width: 580px) { header ul { display: none; } header p.view { display: block; } header p { width: 100%; } } @media print { header p.view a small:before { content: 'at https://github.com/'; } } header { background: #0066D7; color: #00FF00; } header ul { background: #2a2e67; } header a { color: #FFFFFF; } ul a { color: #0066d7; } a { color: #0066d7; } ul li ul { margin: 0 0 0px; } h1 { padding-top: 25px; } h2, h3 { padding-top: 10px; } h1:first-of-type { padding-top: 0px; } p { color: #61778B; } .wrapper { width: 900px; background: #FAFAFA; }
docs/assets/css/style.css
.highlight table td { padding: 5px; } .highlight table pre { margin: 0; } .highlight, .highlight .w { color: #d0d0d0; } .highlight .err { color: #151515; background-color: #ac4142; } .highlight .c, .highlight .cd, .highlight .cm, .highlight .c1, .highlight .cs { color: #888; } .highlight .cp { color: #f4bf75; } .highlight .nt { color: #f4bf75; } .highlight .o, .highlight .ow { color: #d0d0d0; } .highlight .p, .highlight .pi { color: #d0d0d0; } .highlight .gi { color: #90a959; } .highlight .gd { color: #ac4142; } .highlight .gh { color: #6a9fb5; font-weight: bold; } .highlight .k, .highlight .kn, .highlight .kp, .highlight .kr, .highlight .kv { color: #aa759f; } .highlight .kc { color: #d28445; } .highlight .kt { color: #d28445; } .highlight .kd { color: #d28445; } .highlight .s, .highlight .sb, .highlight .sc, .highlight .sd, .highlight .s2, .highlight .sh, .highlight .sx, .highlight .s1 { color: #90a959; } .highlight .sr { color: #75b5aa; } .highlight .si { color: #8f5536; } .highlight .se { color: #8f5536; } .highlight .nn { color: #f4bf75; } .highlight .nc { color: #f4bf75; } .highlight .no { color: #f4bf75; } .highlight .na { color: #6a9fb5; } .highlight .m, .highlight .mf, .highlight .mh, .highlight .mi, .highlight .il, .highlight .mo, .highlight .mb, .highlight .mx { color: #90a959; } .highlight .ss { color: #90a959; } html { background: #6C7989; background: #6C7989 linear_gradient(#6C7989, #434B55) fixed; } body { padding: 50px 0; margin: 0; font: 14px/1.5 Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif; color: #555; font-weight: 300; background: inline-image("checker.png") fixed; } .wrapper { width: 640px; margin: 0 auto; background: #DEDEDE; border-radius: 8px; box-shadow: rgba(0, 0, 0, 0.2) 0 0 0 1px, rgba(0, 0, 0, 0.45) 0 3px 10px; } header, section, footer { display: block; } a { color: #069; text-decoration: none; } p { margin: 0 0 20px; padding: 0; } strong { color: #222; font-weight: 700; } header { border-radius: 8px 8px 0 0; background: #C6EAFA; background: linear_gradient(#DDFBFC, #C6EAFA); position: relative; padding: 15px 20px; border-bottom: 1px solid #B2D2E1; } header h1 { margin: 0; padding: 0; font-size: 24px; line-height: 1.2; color: #069; text-shadow: rgba(255, 255, 255, 0.9) 0 1px 0; } header.without-description h1 { margin: 10px 0; } header p { margin: 0; color: #61778B; width: 300px; font-size: 13px; } header p.view { display: none; font-weight: 700; text-shadow: rgba(255, 255, 255, 0.9) 0 1px 0; -webkit-font-smoothing: antialiased; } header p.view a { color: #06c; } header p.view small { font-weight: 400; } header ul { margin: 0; padding: 0; list-style: none; position: absolute; z-index: 1; right: 20px; top: 20px; height: 38px; padding: 1px 0; background: #5198DF; background: linear_gradient(#77B9FB, #3782CD); border-radius: 5px; box-shadow: inset rgba(255, 255, 255, 0.45) 0 1px 0, inset rgba(0, 0, 0, 0.2) 0 -1px 0; width: auto; } header ul:before { content: ''; position: absolute; z-index: -1; left: -5px; top: -4px; right: -5px; bottom: -6px; background: rgba(0, 0, 0, 0.1); border-radius: 8px; box-shadow: rgba(0, 0, 0, 0.2) 0 -1px 0, inset rgba(255, 255, 255, 0.7) 0 -1px 0; } header ul li { width: 79px; float: left; border-right: 1px solid #3A7CBE; height: 38px; } header ul li.single { border: none; } header ul li + li { width: 78px; border-left: 1px solid #8BBEF3; } header ul li + li + li { border-right: none; width: 79px; } header ul a { line-height: 1; font-size: 11px; color: #fff; color: rgba(255, 255, 255, 0.8); display: block; text-align: center; font-weight: 400; padding-top: 6px; height: 40px; text-shadow: rgba(0, 0, 0, 0.4) 0 -1px 0; } header ul a strong { font-size: 14px; display: block; color: #fff; -webkit-font-smoothing: antialiased; } section { padding: 15px 20px; font-size: 15px; border-top: 1px solid #fff; background: linear_gradient(#fafafa, #DEDEDE 700px); border-radius: 0 0 8px 8px; position: relative; } h1, h2, h3, h4, h5, h6 { color: #222; padding: 0; margin: 0 0 20px; line-height: 1.2; } p, ul, ol, table, pre, dl { margin: 0 0 20px; } h1, h2, h3 { line-height: 1.1; } h1 { font-size: 28px; } h2 { color: #393939; } h3, h4, h5, h6 { color: #494949; } blockquote { margin: 0 -20px 20px; padding: 15px 20px 1px 40px; font-style: italic; background: #ccc; background: rgba(0, 0, 0, 0.06); color: #222; } img { max-width: 100%; } code, pre { font-family: Monaco, Bitstream Vera Sans Mono, Lucida Console, Terminal; color: #333; font-size: 12px; overflow-x: auto; } pre { padding: 20px; background: #3A3C42; color: #f8f8f2; margin: 0 -20px 20px; } pre code { color: #f8f8f2; } li pre { margin-left: -60px; padding-left: 60px; } table { width: 100%; border-collapse: collapse; } th, td { text-align: left; padding: 5px 10px; border-bottom: 1px solid #aaa; } dt { color: #222; font-weight: 700; } th { color: #222; } small { font-size: 11px; } hr { border: 0; background: #aaa; height: 1px; margin: 0 0 20px; } footer { width: 640px; margin: 0 auto; padding: 20px 0 0; color: #ccc; overflow: hidden; } footer a { color: #fff; font-weight: bold; } footer p { float: left; } footer p + p { float: right; } @media print, screen and (max-width: 740px) { body { padding: 0; } .wrapper { border-radius: 0; box-shadow: none; width: 100%; } footer { border-radius: 0; padding: 20px; width: auto; } footer p { float: none; margin: 0; } footer p + p { float: none; } } @media print, screen and (max-width: 580px) { header ul { display: none; } header p.view { display: block; } header p { width: 100%; } } @media print { header p.view a small:before { content: 'at https://github.com/'; } } header { background: #0066D7; color: #00FF00; } header ul { background: #2a2e67; } header a { color: #FFFFFF; } ul a { color: #0066d7; } a { color: #0066d7; } ul li ul { margin: 0 0 0px; } h1 { padding-top: 25px; } h2, h3 { padding-top: 10px; } h1:first-of-type { padding-top: 0px; } p { color: #61778B; } .wrapper { width: 900px; background: #FAFAFA; }
0.385953
0.0704
* { box-sizing: border-box; } /* line 2, ../../../../MAMP/htdocs/Neoscape-code-test/SASS/reset.scss */ html, body, h1, h2, h3, h4, h5, h6, p, img, ul, li, figure, caption, article, footer, header, section, audio, video { margin: 0; padding: 0; border: 0; font-size: 100%; font-weight: normal; vertical-align: baseline; background: transparent; } /* line 11, ../../../../MAMP/htdocs/Neoscape-code-test/SASS/styles.scss */ :root { counter-reset: slide-count; } /* line 13, ../../../../MAMP/htdocs/Neoscape-code-test/SASS/styles.scss */ .page-container { width: 80%; max-width: 1200px; min-width: 400px; margin: 5rem auto auto; } /* line 24, ../../../../MAMP/htdocs/Neoscape-code-test/SASS/styles.scss */ .slider-container { display: flex; justify-content: flex-start; position: relative; width: 100%; height: 400px; overflow: hidden; } /* line 31, ../../../../MAMP/htdocs/Neoscape-code-test/SASS/styles.scss */ .slider-container .nav-button { position: absolute; top: 0; bottom: 0; display: flex; justify-content: center; align-items: center; width: 20%; max-width: 6rem; outline: none; border: none; background: none; color: #CCFF66; transition: background-color 0.5s ease; } /* line 46, ../../../../MAMP/htdocs/Neoscape-code-test/SASS/styles.scss */ .slider-container .nav-button.nav-left { left: 0; } /* line 49, ../../../../MAMP/htdocs/Neoscape-code-test/SASS/styles.scss */ .slider-container .nav-button.nav-right { right: 0; } /* line 52, ../../../../MAMP/htdocs/Neoscape-code-test/SASS/styles.scss */ .slider-container .nav-button:hover { background: rgba(64, 64, 64, 0.4); } /* line 53, ../../../../MAMP/htdocs/Neoscape-code-test/SASS/styles.scss */ .slider-container .nav-button span { top: 45%; font-size: 4rem; } /* line 60, ../../../../MAMP/htdocs/Neoscape-code-test/SASS/styles.scss */ .slider { display: flex; width: 1000%; flex-shrink: 0; transition: all 0.5s; } /* line 67, ../../../../MAMP/htdocs/Neoscape-code-test/SASS/styles.scss */ .slide { flex-basis: 10%; flex-shrink: 0; position: relative; list-style: none; } /* line 76, ../../../../MAMP/htdocs/Neoscape-code-test/SASS/styles.scss */ .slide-media { background-repeat: no-repeat; background-size: contain; background-position: top center; } /* line 80, ../../../../MAMP/htdocs/Neoscape-code-test/SASS/styles.scss */ .slide-media img { max-width: 100%; } /* line 83, ../../../../MAMP/htdocs/Neoscape-code-test/SASS/styles.scss */ .slide-caption { position: absolute; bottom: 0rem; left: 0; right: 0; padding: 1rem 1rem; background: rgba(0, 0, 0, 0.8); color: #DAD; text-align: center; z-index: 10; } /* line 98, ../../../../MAMP/htdocs/Neoscape-code-test/SASS/styles.scss */ .pagination { width: 100%; text-align: center; } /* line 101, ../../../../MAMP/htdocs/Neoscape-code-test/SASS/styles.scss */ .pagination a { display: inline-flex; width: 1rem; height: 1rem; background: white; text-decoration: none; align-items: center; justify-content: center; margin: 1%; border: solid 1px #000; border-radius: 50%; } /* line 112, ../../../../MAMP/htdocs/Neoscape-code-test/SASS/styles.scss */ .pagination a:hover { background-color: #000; } /* // NOTES */ /*# sourceMappingURL=styles.css.map */
styles.css
* { box-sizing: border-box; } /* line 2, ../../../../MAMP/htdocs/Neoscape-code-test/SASS/reset.scss */ html, body, h1, h2, h3, h4, h5, h6, p, img, ul, li, figure, caption, article, footer, header, section, audio, video { margin: 0; padding: 0; border: 0; font-size: 100%; font-weight: normal; vertical-align: baseline; background: transparent; } /* line 11, ../../../../MAMP/htdocs/Neoscape-code-test/SASS/styles.scss */ :root { counter-reset: slide-count; } /* line 13, ../../../../MAMP/htdocs/Neoscape-code-test/SASS/styles.scss */ .page-container { width: 80%; max-width: 1200px; min-width: 400px; margin: 5rem auto auto; } /* line 24, ../../../../MAMP/htdocs/Neoscape-code-test/SASS/styles.scss */ .slider-container { display: flex; justify-content: flex-start; position: relative; width: 100%; height: 400px; overflow: hidden; } /* line 31, ../../../../MAMP/htdocs/Neoscape-code-test/SASS/styles.scss */ .slider-container .nav-button { position: absolute; top: 0; bottom: 0; display: flex; justify-content: center; align-items: center; width: 20%; max-width: 6rem; outline: none; border: none; background: none; color: #CCFF66; transition: background-color 0.5s ease; } /* line 46, ../../../../MAMP/htdocs/Neoscape-code-test/SASS/styles.scss */ .slider-container .nav-button.nav-left { left: 0; } /* line 49, ../../../../MAMP/htdocs/Neoscape-code-test/SASS/styles.scss */ .slider-container .nav-button.nav-right { right: 0; } /* line 52, ../../../../MAMP/htdocs/Neoscape-code-test/SASS/styles.scss */ .slider-container .nav-button:hover { background: rgba(64, 64, 64, 0.4); } /* line 53, ../../../../MAMP/htdocs/Neoscape-code-test/SASS/styles.scss */ .slider-container .nav-button span { top: 45%; font-size: 4rem; } /* line 60, ../../../../MAMP/htdocs/Neoscape-code-test/SASS/styles.scss */ .slider { display: flex; width: 1000%; flex-shrink: 0; transition: all 0.5s; } /* line 67, ../../../../MAMP/htdocs/Neoscape-code-test/SASS/styles.scss */ .slide { flex-basis: 10%; flex-shrink: 0; position: relative; list-style: none; } /* line 76, ../../../../MAMP/htdocs/Neoscape-code-test/SASS/styles.scss */ .slide-media { background-repeat: no-repeat; background-size: contain; background-position: top center; } /* line 80, ../../../../MAMP/htdocs/Neoscape-code-test/SASS/styles.scss */ .slide-media img { max-width: 100%; } /* line 83, ../../../../MAMP/htdocs/Neoscape-code-test/SASS/styles.scss */ .slide-caption { position: absolute; bottom: 0rem; left: 0; right: 0; padding: 1rem 1rem; background: rgba(0, 0, 0, 0.8); color: #DAD; text-align: center; z-index: 10; } /* line 98, ../../../../MAMP/htdocs/Neoscape-code-test/SASS/styles.scss */ .pagination { width: 100%; text-align: center; } /* line 101, ../../../../MAMP/htdocs/Neoscape-code-test/SASS/styles.scss */ .pagination a { display: inline-flex; width: 1rem; height: 1rem; background: white; text-decoration: none; align-items: center; justify-content: center; margin: 1%; border: solid 1px #000; border-radius: 50%; } /* line 112, ../../../../MAMP/htdocs/Neoscape-code-test/SASS/styles.scss */ .pagination a:hover { background-color: #000; } /* // NOTES */ /*# sourceMappingURL=styles.css.map */
0.371479
0.093678
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,b,u,i,center,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-size:100%;vertical-align:baseline;background:transparent}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}:focus{outline:0}ins{text-decoration:none}del{text-decoration:line-through}table{border-collapse:collapse;border-spacing:0} @import url(http://fonts.googleapis.com/css?family=Lato:400,700); #codeigniter_profiler { display: none; position: absolute; top: 50px; right: 0; } #page { padding-left: 60px; padding-bottom: 50px; } .clear { clear: both; } .clearfix:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; } * html .clearfix { zoom: 1; } /* IE6 */ *:first-child+html .clearfix { zoom: 1; } /* IE7 */ /** Typography */ html { font-family: 'Lato', "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 13px; background-color: #e9e9e9; } a:link, a:visited { color: black; text-decoration: none; } a:hover { color: #008ed3; } h1, h2, h3, h4, h5, h6 { font-weight: bold; font-family: 'Lato', "Helvetica Neue", Helvetica, Arial, sans-serif; } h1 { font-size: 26px; } h2 { font-size: 22px; } h3 { font-size: 18px; } h4 { font-size: 14px; } h5 { font-size: 12px; } h6 { font-size: 11px; } h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { text-decoration: none; color: black; } h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover { text-decoration: underline; color: black; } h1 a:visited, h2 a:visited, h3 a:visited, h4 a:visited, h5 a:visited, h6 a:visited { color: black; } a:link img { border: none; } span.plusBadge a { vertical-align: middle; padding: 0 4px; } .actionButton, button { border-radius: 2px; -moz-border-radius: 2px; -webkit-border-radius: 2px; box-shadow: 0 1px 2px rgba(0,0,0,.1); -moz-box-shadow: 0 1px 2px rgba(0,0,0,.1); -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.1); border: 1px solid #CCC; background-color: #FFF; padding: 5px 8px 6px 8px; background-color: #f4f4f4; -moz-transition: all 0.1s ease-out; -o-transition: all 0.1s ease-out; -webkit-transition: all 0.1s ease-out; -ms-transition: all 0.1s ease-out; transition: all 0.1s ease-out; color: #313131; cursor: pointer; background-image: linear-gradient(top, #ffffff, #f4f4f4); } .actionButton:hover, button:hover { background-color: #fff; border: 1px solid #999; } a.actionButton, button { color: #313131; } a.actionButton:hover { color: #000; } .actionButton.left { -moz-border-radius-topright: 0px; -moz-border-radius-bottomright: 0px; } .actionButton.right { -moz-border-radius-topleft: 0px; -moz-border-radius-bottomleft: 0px; margin-left: -1px; } .actionButton.active, button.active, button.blue.follow.active { border: 1px solid #ccc; color: #555; background-color: #dddddd; background-image: -webkit-gradient(linear, left top, left bottom, from(#eeeeee), to(#dddddd)); background-image: -webkit-linear-gradient(top, #eeeeee, #dddddd); background-image: -moz-linear-gradient(top, #eeeeee, #dddddd); background-image: -ms-linear-gradient(top, #eeeeee, #dddddd); background-image: -o-linear-gradient(top, #eeeeee, #dddddd); background-image: linear-gradient(top, #eeeeee, #dddddd); text-shadow: 0 1px #ccc; -moz-box-shadow: inset 0 2px 3px rgba(0,0,0,.1); -webkit-box-shadow: inset 0 2px 3px rgba(0,0,0,.1); box-shadow: inset 0 2px 3px rgba(0,0,0,.1); } a.actionButton.active:hover { color: #000; } button.follow { width: 75px; text-align: center; } /** Blue button **/ .actionButton.blueButton, button.blue { border-radius: 2px; -moz-border-radius: 2px; -webkit-border-radius: 2px; box-shadow: 0 1px 2px rgba(0,0,0,.15); -moz-box-shadow: 0 1px 2px rgba(0,0,0,.15); -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.15); border-top: 1px solid #2f9eec; border-bottom: 1px solid #1988d6; border-left: 1px solid #1988d6; border-right: 1px solid #1988d6; background-color: #2596e6; background-image: -webkit-gradient(linear, left top, left bottom, from(#2f9eec), to(#1988d6)); background-image: -webkit-linear-gradient(top, #2f9eec, #1988d6); background-image: -moz-linear-gradient(top, #2f9eec, #1988d6); background-image: -ms-linear-gradient(top, #2f9eec, #1988d6); background-image: -o-linear-gradient(top, #2f9eec, #1988d6); background-image: linear-gradient(top, #2f9eec, #1988d6); -moz-transition: all 0.1s ease-out; -o-transition: all 0.1s ease-out; -webkit-transition: all 0.1s ease-out; -ms-transition: all 0.1s ease-out; transition: all 0.1s ease-out; color: #ffffff; text-shadow: 0 1px 0 rgba(0,0,0,.25); } .actionButton.blueButton a:link, .actionButton.blueButton a:visited, button.blue { color: #ffffff; } input.actionButton.blueButton:hover, a.actionButton.blueButton:hover, .actionButton.blueButton:hover, button.blue:hover { color: #ffffff; background-image: -webkit-gradient(linear, left top, left bottom, from(#1988d6), to(#1988d6)); background-image: -webkit-linear-gradient(top, #1988d6, #1988d6); background-image: -moz-linear-gradient(top, #1988d6, #1988d6); background-image: -ms-linear-gradient(top, #1988d6, #1988d6); background-image: -o-linear-gradient(top, #1988d6, #1988d6); background-image: linear-gradient(top, #1988d6, #1988d6); } /** Active blue follow button check **/ .actionButton.blueButton.followButton.active { background: transparent url('http://assets.wookmark.com/check-blue.png') no-repeat left center; border: none; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; color: #008ed3; text-shadow: none; text-indent: 3px; } .actionButton.blueButton.followButton.active a { color: #008ed3; } .actionButton.blueButton.followButton.active a:hover { text-decoration: underline; } /** Form elements */ textarea, input[type=text], input[type=password] { display: block; border: 1px solid #ccc; -moz-transition: all 0.1s ease-out; -o-transition: all 0.1s ease-out; -webkit-transition: all 0.1s ease-out; -ms-transition: all 0.1s ease-out; transition: all 0.1s ease-out; padding: 4px 5px 5px 7px; font-family: "Lato", "Helvetica Neue", Helvetica, arial, sans-serif; } textarea:hover, input[type=text]:hover, input[type=password]:hover { border: 1px solid #999; } input[type=submit] { display: block; border-radius: 2px; -moz-border-radius: 2px; -webkit-border-radius: 2px; box-shadow: 0 1px 2px rgba(0,0,0,.1); -moz-box-shadow: 0 1px 2px rgba(0,0,0,.1); -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.1); border: 1px solid #CCC; background-color: #FFF; padding: 5px 8px 6px 8px; background-color: #f4f4f4; -moz-transition: all 0.1s ease-out; -o-transition: all 0.1s ease-out; -webkit-transition: all 0.1s ease-out; -ms-transition: all 0.1s ease-out; transition: all 0.1s ease-out; cursor: pointer; background-image: linear-gradient(top, #ffffff, #f4f4f4); } input[type=submit]:hover { border: 1px solid #999; } /** Nav **/ #lukas { position: fixed; top: 0; left: 0; bottom: 0; overflow: hidden; border-right: 1px solid #dddddd; background: #ffffff; width: 60px; z-index: 12; /*background:transparent url(images/quickbtn.png) repeat-y;*/ /*filter:alpha(opacity=40); opacity:0.4;*/ } html.touch #lukas { padding-bottom: 51px; } html.cssanimations #lukas { -webkit-transition: all 0.3s cubic-bezier(.25, 0, .35, 1); -moz-transition: all 0.3s cubic-bezier(.25, 0, .35, 1); -o-transition: all 0.3s cubic-bezier(.25, 0, .35, 1); transition: all 0.3s cubic-bezier(.25, 0, .35, 1); } html.cssanimations.no-touch #lukas { -webkit-transition-delay: .25s; -moz-transition-delay: .25s; -o-transition-delay: .25s; transition-delay: .25s; } html.cssanimations.no-touch #lukas:hover, html.cssanimations.no-touch #lukas.searching, html.cssanimations.touch #lukas.expand { width: 180px; box-shadow: 0 2px 15px rgba(0,0,0,.15); } html.cssanimations.no-touch:hover #lukas.searching { box-shadow: none; } #lukas ol { width: 200px; height: 100%; overflow-y: scroll; -webkit-overflow-scrolling: touch; } #lukas li { position: relative; height: 50px; width: 180px; overflow: hidden; font-size: 13px; line-height: 50px; } #lukas li.hidden, #lukas.showall li.arrow { display: none; } #lukas.showall li.hidden { display: block; } #lukas li.profile, #lukas li.popular, #lukas li.arrow, #lukas li.help { border-top: 2px solid #e8e8e8; } #lukas li a { display: block; padding: 0 0 0 0; } #lukas li.logo a { line-height: 40px; } #lukas li a b { text-indent: 10px; font-weight: normal; display: inline-block; color: #333; } html.cssanimations #lukas li a b { -webkit-transition: opacity 0.15s cubic-bezier(.25, 0, .35, 1); -moz-transition: opacity 0.15s cubic-bezier(.25, 0, .35, 1); -o-transition: opacity 0.15s cubic-bezier(.25, 0, .35, 1); transition: opacity 0.15s cubic-bezier(.25, 0, .35, 1); text-indent: 0px; aopacity: 0; } html.cssanimations.no-touch #lukas li a b { -webkit-transition-delay: .25s; -moz-transition-delay: .25s; -o-transition-delay: .25s; transition-delay: .25s; } html.cssanimations #lukas.searching li a b, html.cssanimations #lukas:hover li a b { opacity: 1; } #lukas li a:hover b, #lukas:hover li a:hover b, #lukas.searching li a:hover b, #lukas li.active a b { color: #008ed3; } #lukas li span { width: 50px; height: 50px; margin-right: 0px; margin-left: 5px; overflow: hidden; display: inline-block; vertical-align: middle; } #lukas li.profile a span { width: 30px; height: 30px; margin-left: 13px; margin-right: 8px; margin-top: -3px; background: #f8f8f8; } #lukas li a span img { display: block; } html.cssanimations #lukas li a span img { opacity: 0.75; } html.cssanimations #lukas li a span img { -webkit-transition: opacity 0.15s cubic-bezier(.25, 0, .35, 1); -moz-transition: opacity 0.15s cubic-bezier(.25, 0, .35, 1); -o-transition: opacity 0.15s cubic-bezier(.25, 0, .35, 1); transition: opacity 0.15s cubic-bezier(.25, 0, .35, 1); -webkit-transition-delay: .25s; -moz-transition-delay: .25s; -o-transition-delay: .25s; transition-delay: .25s; } #lukas:hover li a span img, #lukas.searching li a span img, #lukas li.active a span img, #lukas li.profile a span img { opacity: 1; } #lukas li.search input { position: absolute; left: 50px; top: 10px; right: 10px; font-size: 13px; width: 118px; padding: 5px 0 6px 0; text-indent: 6px; -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; aopacity: 0; color: #777777; } html.cssanimations #lukas li.search input { -webkit-transition: opacity 0.15s cubic-bezier(.25, 0, .35, 1); -moz-transition: opacity 0.15s cubic-bezier(.25, 0, .35, 1); -o-transition: opacity 0.15s cubic-bezier(.25, 0, .35, 1); transition: opacity 0.15s cubic-bezier(.25, 0, .35, 1); -webkit-transition-delay: .25s; -moz-transition-delay: .25s; -o-transition-delay: .25s; transition-delay: .25s; } #lukas:hover li.search input.active { color: #333333; } #lukas:hover li.search input { opacity: 1; } #lukas li.search input[type=submit] { display: none; } #lukas li.plus img { margin: -850px 0 0 0; } #lukas li.following img { margin: -50px 0 0 0; } #lukas li.activity img { margin: -100px 0 0 0; } #lukas li.popular img { margin: -150px 0 0 0; } #lukas li.recent img { margin: -200px 0 0 0; } #lukas li.surprise img { margin: -250px 0 0 0; } #lukas li.categories img { margin: -300px 0 0 0; } #lukas li.search img { margin: -350px 0 0 0; } #lukas li.arrow img { margin: -400px 0 0 0; } #lukas li.videos img { margin: -450px 0 0 0; } #lukas li.colors img { margin: -500px 0 0 0; } #lukas li.help img { margin: -550px 0 0 0; } #lukas li.settings img { margin: -600px 0 0 0; } #lukas li.exit img { margin: -650px 0 0 0; } #lukas li.login img { margin: -650px 0 0 0; } #lukas li.upload img { margin: -700px 0 0 0; } #lukas li.superfun img { margin: -750px 0 0 0; } #lukas li.active span img, html.no-touch #lukas li:hover span img { margin-left: -50px; } #lukas li.profile.active a span img, html.no-touch #lukas li.profile:hover a span img { margin-left: 0; } #lukas li.profile a span { border: 2px solid #ffffff; -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px; } #lukas li.profile.active a span { border-color: #008ed3; } #lukas li.active:after { content: " "; position: absolute; left: 0; top: 0; bottom: 0; border-right: 3px solid #008ed3; } html.cssanimations #lukas li.active:after, html.cssanimations #lukas li .cover { -webkit-transition: all 0.15s cubic-bezier(.25, 0, .35, 1); -moz-transition: all 0.15s cubic-bezier(.25, 0, .35, 1); -o-transition: all 0.15s cubic-bezier(.25, 0, .35, 1); transition: all 0.15s cubic-bezier(.25, 0, .35, 1); } html.cssanimations.no-touch #lukas li.active:after, html.cssanimations.no-touch #lukas li .cover { -webkit-transition-delay: .25s; -moz-transition-delay: .25s; -o-transition-delay: .25s; transition-delay: .25s; } #lukas li .cover { position: absolute; background: white; top: 0; bottom: 0; right: -50px; width: 180px; display: block; } html.cssanimations.touch #lukas.expand li .cover, html.cssanimations.no-touch #lukas:hover li .cover, html.cssanimations.no-touch #lukas.searching li .cover { right: -180px; } #lukas .hamburger { position: absolute; bottom: 0; left: 0; right: 0; padding: 5px 0; display: none; border-top: 2px solid #cdcdcd; background: #ffffff; } html.touch #lukas .hamburger { display: block; } #lukas .hamburger.active div img { margin-left: -50px; } #lukas .hamburger .icon { position: relative; margin: 0 5px; height: 37px; border: 1px solid #c7c7c7; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; display: block; cursor: pointer; } #lukas .hamburger .wrap { margin: 0 auto; width: 48px; height: 37px; overflow: hidden; display: block; } #lukas .hamburger div img { display: block; margin: -805px 0 0 -2px; } #lukas.expand .hamburger div img { margin-left: -52px; } /** Auto-complete search **/ #searchResults { position: fixed; top: 0; bottom: 0; left: 0px; width: 0px; z-index: 11; overflow: hidden; background: #ffffff; border-right: 1px solid #dedede; box-shadow: 0 1px 5px rgba(0,0,0,.15); -webkit-transition: width 0.75s cubic-bezier(.25, 0, .35, 1); -moz-transition: width 0.75s cubic-bezier(.25, 0, .35, 1); -o-transition: width 0.75s cubic-bezier(.25, 0, .35, 1); transition: width 0.75s cubic-bezier(.25, 0, .35, 1); } #searchResults .content { width: 380px; height: 100%; overflow: hidden; overflow-y: scroll; -webkit-overflow-scrolling: touch; } #searchResults.active { width: 360px; } #searchResults .section { border-bottom: 1px solid #dedede; padding: 10px 0 13px 185px; margin: 0; width: 180px; } #searchResults .section:last-child { border-bottom: 0px; } #searchResults .section h2 { padding: 0 10px 0 15px; font-size: 13px; line-height: 24px; } #searchResults .section h2, #searchResults .section h2 a { color: #999; } #searchResults .section li { font-size: 13px; line-height: 20px; padding: 0 10px 0 15px; } /** Header */ #header { position: fixed; z-index: 100; width: 100%; padding: 0 15px 0 0; background-color: rgba(255,255,255,.95); -webkit-box-shadow: inset 1px 0 0 rgba(255,255,255,.75), 0 1px 5px rgba(0,0,0,.15); -moz-box-shadow: inset 1px 0 0 rgba(255,255,255,.75), 0 1px 5px rgba(0,0,0,.15); box-shadow: inset 1px 0 0 rgba(255,255,255,.75), 0 1px 5px rgba(0,0,0,.15); height: 40px; text-shadow: 0 1px #ffffff; background-color: #ffffff; background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f8f8f8)); background-image: -webkit-linear-gradient(top, #ffffff, #f8f8f8); background-image: -moz-linear-gradient(top, #ffffff, #f8f8f8); background-image: -ms-linear-gradient(top, #ffffff, #f8f8f8); background-image: -o-linear-gradient(top, #ffffff, #f8f8f8); background-image: linear-gradient(top, #ffffff, #f8f8f8); border-bottom: 1px solid #c4c4c4; } .headerSpacer { height: 30px; } #siteIntro { padding: 30px 0 20px 0; text-align: center; } #siteIntro h2 { font-weight: normal; margin: 0; color: #888; line-height: 30px; text-shadow: 0 1px rgba(255,255,255,.5); } #siteIntro h2 a { -webkit-transition: all 0.15s ease-out; -moz-transition: all 0.15s ease-out; -o-transition: all 0.15s ease-out; transition: all 0.15s ease-out; text-decoration: none; } #siteIntro h2 a.link { text-decoration: underline; } #siteIntro h2 a:hover { color: #008ed3; text-decoration: underline; } #siteIntro .actionButton { display: block; margin: 20px auto; width: 200px; font-size: 20px; line-height: 32px; } .ie6 #header { position: relative; } .ie6 .headerSpacer { height: 20px; } #header .logo { float: left; } #header .logo a { float: left; margin: 10px 15px 0 15px; background: transparent url('http://assets.wookmark.com/icons.png') no-repeat 0 -54px; width: 32px; height: 21px; padding: 0; overflow: hidden; text-indent: -1000px; } #header .logo h1.plus a { background-position: 0 -133px; width: 41px; height: 56px; margin: 0 13px 0 13px; } #header .logo h1 { display: inline-block; margin: 0; padding: 0; float: left; } #header .logo p { font-size: 12px; line-height: 40px; color: #333; display: inline-block; border-left: 1px solid #e8e8e8; padding-left: 15px; float: left; } #header .primary { float: left; line-height: 40px; border-left: 1px solid #e8e8e8; border-right: 1px solid #ffffff; } #header .options { float: right; margin: 0 0 0 0; font-size: 12px; text-align: center; } #header .primary li, #header .options .item { float: left; margin: 0 0 0 0; line-height: 40px; border-left: 1px solid #fff; border-right: 1px solid #e8e8e8; } #header .options .item a { display: block; height: 40px; padding: 0 15px 0 15px; color: #444444; font-weight: bold; -webkit-transition: all 0.15s ease-out; -moz-transition: all 0.15s ease-out; -o-transition: all 0.15s ease-out; transition: all 0.15s ease-out; } #header .primary li a:hover, #header .options .item a:hover { color: #008ed3; } #header .primary li { padding: 0 15px 0 15px; } #header .primary li.options { padding: 0 5px 0 5px; } #header .primary li a { color: #333; font-weight: bold; -webkit-transition: all 0.15s ease-out; -moz-transition: all 0.15s ease-out; -o-transition: all 0.15s ease-out; transition: all 0.15s ease-out; } #header .primary .profile img { vertical-align: middle; margin-right: 10px; margin-bottom: 4px; -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; } #header .primary .profile { margin: 0; } #header .options .search { padding: 0 10px 0 10px; height: 40px; position: relative; border-left: none; } #header .options .search input { margin-top: 8px; -moz-border-radius: 100px; -webkit-border-radius: 10px; border-radius: 100px; color: #999; background-color: #f4f4f4; border: 1px solid #cccccc; -moz-box-shadow: 0 1px 0 rgba(255,255,255,.75), inset 0 1px 3px rgba(0, 0, 0, .1); -webkit-box-shadow: 0 1px 0 rgba(255,255,255,.75), inset 0 1px 3px rgba(0, 0, 0, .1); box-shadow: 0 1px 0 rgba(255,255,255,.75), inset 0 1px 3px rgba(0, 0, 0, .1); } #header .options .search input.active { color: #000000; font-style: normal; border-color: #aaa; } #header .options .search input.isBad { background-color: #d33200; color: #ffffff; } #header .options .search #searchAutoComplete, #commentAutoComplete { position: absolute; border: 1px solid #bbb; border-top: 0px; background-color: #fff; left: -2px; top: 40px; -moz-border-radius-bottomleft: 3px; -webkit-border-bottom-left-radius: 3px; border-bottom-left-radius: 3px; width: 200px; -moz-box-shadow: 0 1px 2px rgba(0,0,0,.2); -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2); box-shadow: 0 1px 2px rgba(0,0,0,.2); } #commentAutoComplete { z-index: 15000; } #searchAutoComplete { background-color: #f8f8f8; display: non; margin-top: 4px; } #searchAutoComplete .content { min-height: 24px; } #searchAutoComplete h2 { float: left; font-size: 12px; line-height: 24px; width: 74px; text-align: right; padding-top: 5px; } #searchAutoComplete ul, #commentAutoComplete ul { margin: 0; padding: 0; list-style-type: none; } #searchAutoComplete ul { float: right; width: 145px; background-color: #ffffff; border-left: 1px solid #ddd; padding: 5px 0 5px 0; } #searchAutoComplete li, #commentAutoComplete li { margin: 0; padding: 0; position: relative; } #searchAutoComplete li a, #commentAutoComplete li a { margin: 0; padding: 3px 5px 3px 10px; display: block; font-size: 12px; line-height: 18px; height: auto; text-align: left; } #searchAutoComplete span, #commentAutoComplete span { font-size: 10px; color: #999999; padding-left: 5px; } #header .dropdown { position: relative; margin-top: -1px; padding: 0; z-index: 10000; } #header .dropdown.howto { border-right: 0px; } #header li.dropdown.howto p { padding: 0 0px 0 0px; } #header .dropdown.howto p img { margin-left: 5px; } #header .dropdown p { padding: 0 12px 0px 10px; cursor: pointer; } #header .dropdown p em { background: transparent url('http://assets.wookmark.com/icons.png') no-repeat -33px -55px; display: inline-block; width: 10px; height: 6px; margin-left: 7px; } #header .dropdown p.arrow em { margin-left: 0; } #header .dropdown.active, #header .dropdown p:hover { background-color: #fffffff; display: block; } #header .dropdown .ddwrap { display: none; position: absolute; border: 1px solid #bbb; border-top: 0px; background-color: #fff; right: -2px; top: 41px; -moz-border-radius-bottomleft: 3px; -webkit-border-bottom-left-radius: 3px; border-bottom-left-radius: 3px; width: 120px; -moz-box-shadow: 0 1px 2px rgba(0,0,0,.2); -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2); box-shadow: 0 1px 2px rgba(0,0,0,.2); } #header .primary li.options.dropdown .ddwrap { -moz-border-radius-bottomright: 3px; -webkit-border-bottom-right-radius: 3px; border-bottom-right-radius: 3px; left: -123px; } #header .primary li.options.dropdown .ddwrap ul { float: left; width: 120px; margin: 0; border: 0px; } #header .primary li.options.dropdown .ddwrap ul li { border: none; } #header .primary li.options.dropdown .ddwrap ul.general { border-right: 1px solid #ededed; } #header .primary .dropdown .ddwrap { width: 241px; } #header .dropdown .ddwrap .arrows { color: #ffffff; position: absolute; right: 9px; letter-spacing: -3px; top: -22px; font-size: 10px; text-shadow: 0 -1px #bbb; display: none; } #header .dropdown ul li { padding: 0; float: none; line-height: 18px; margin: 0; } #header .dropdown ul li a, #header .options .dropdown ul li a { text-align: left; display: block; text-indent: 8px; padding: 6px 0 6px 0; border-bottom: 1px solid #ddd; font-size: 12px; line-height: 18px; height: auto; color: #444444; text-shadow: none; font-weight: normal; -webkit-transition: all 0.1s ease-out; -moz-transition: all 0.1s ease-out; -o-transition: all 0.1s ease-out; transition: all 0.1s ease-out; } #header .dropdown ul li:hover { } #header .dropdown ul li a:hover { color: #008ed3; } #header .dropdown ul li.logout a { font-style: italic; font-size: 10px; color: #777; } #header .dropdown ul li.logout:hover { background: transparent url('http://assets.wookmark.com/tears.png') no-repeat 98px center; } #header .dropdown ul li.logout a:hover { color: #008ed3; } #header .dropdown ul li.upgrade { background: transparent url('http://assets.wookmark.com/seal-pico.png') no-repeat 98px center; } #header .dropdown ul li:last-child a { border: 0; } #header .dropdown.active .ddwrap, #header .dropdown:hover .ddwrap { display: block; } #header .logo h1 { font-size: 16px; font-weight: 500; margin: 0px; color: #333; letter-spacing: .5px; } #header a:link, #header a:visited { color: #333; text-decoration: none; -moz-transition: all 0.1s ease-out; -o-transition: all 0.1s ease-out; -webkit-transition: all 0.1s ease-out; -ms-transition: all 0.1s ease-out; transition: all 0.1s ease-out; } #header a:hover { color: #008ed3; } #header .options .surprise a { display: block; } #header .options .surprise img { vertical-align: middle; } .noImages a:link, .noImages a:visited { text-decoration: underline; font-size: 48px; padding: 20px 0 0 90px; display: block; width: 300px; text-align: left; } .polaroid, .tile.custom { width: 236px; padding: 18px 0 10px 0; background-color: #fff; -moz-transition: box-shadow 0.15s ease-out; -o-transition: box-shadow 0.15s ease-out; -webkit-transition: box-shadow 0.15s ease-out; -ms-transition: box-shadow 0.15s ease-out; transition: box-shadow 0.15s ease-out; -moz-border-radius: 2px; -webkit-border-radius: 2px; border-radius: 2px; display: none; border: 1px solid #dedede; } .polaroid:hover { border: 1px solid #cccccc; } .polaroid.private { background: #ffffff url('http://assets.wookmark.com/private-tiny.png') no-repeat 222px 6px; } .polaroid .imageLink { padding-left: 18px; margin-bottom: 8px; display: block; position: relative; } .polaroid.tall .imageLink { max-height: 500px; overflow: hidden; } .polaroid.tall .imageLink:after { content: ""; position: absolute; bottom: 0; left: 0; right: 0; display: block; height: 2px; background: transparent url('http://assets.wookmark.com/tile-cutoff.png') no-repeat bottom center; } .polaroid .imageLink .videoIcon { background-image: url('http://assets.wookmark.com/video.png'); width: 20px; height: 20px; bottom: 4px; left: 22px; position: absolute; } .polaroid .imageLink img { display: block; } .polaroid .imageLink { d-webkit-transition: -webkit-filter 0.15s ease-out; d-webkit-backface-visibility: hidden; d-webkit-filter: contrast(101%) saturate(101%); } .polaroid .imageLink:hover { d-webkit-filter: contrast(115%) saturate(115%); } .polaroid .comments .comment, .polaroid .personalization, .polaroid p.expand { font-size: 11px; line-height: 16px; padding: 0 18px 0 18px; color: #777; } .polaroid .comments .comment.hidden { display: none; } .polaroid .personalization { padding: 0 18px 8px 18px; } .polaroid .stats.empty, .polaroid .likes.empty, .polaroid .saves.empty { display: none; } .polaroid .groups, .polaroid .stats { padding-left: 18px; padding-right: 18px; } body.hideTileInfo .polaroid .comments, body.hideTileInfo .polaroid .personalization, body.hideTileInfo .polaroid .groups, body.hideTileInfo .polaroid .stats { display: none; } .polaroid .likes, .polaroid .saves, .polaroid .groups p { color: #777; font-size: 11px; line-height: 16px; padding: 0 0 0 0; } .polaroid .stats .likes, .polaroid .stats .saves { margin-right: 10px; } .polaroid .stats em { background: transparent url('http://assets.wookmark.com/icons.png') no-repeat -43px -62px; width: 11px; height: 11px; display: inline-block; vertical-align: middle; } .polaroid .stats em.l { background-position: -32px -62px; margin-right: 2px; } .polaroid .groups .hidden { display: none; } .polaroid > div { border-bottom: 1px solid #e8e7e3; padding: 0 0 8px 0; margin-bottom: 8px; } .polaroid > div:last-child { border-bottom: 0; padding-bottom: 0px; margin-bottom: 0px; } .polaroid .groups p .owned, .polaroid .groups p .owned:visited { border-bottom: 1px dotted #999; } .polaroid.ad, .polaroid.superad { font-size: 11px; color: #666666; padding-left: 18px; padding-right: 18px; padding-bottom: 18px; width: 200px; } .polaroid.ad p, .polaroid.superad p { font-weight: bold; font-size: 11px; line-height: 20px; margin: 0 0 1px 0; text-indent: 6px; background: #aca7a3; color: #ffffff; text-align: center; } .polaroid.ad p a, .polaroid.superad p a { text-decoration: none; color: #ffffff; } .polaroid.ad p a:hover, .polaroid.superad p a:hover { color: #008ed3; } .polaroid.ad .adContent { min-height: 125px; background: #4a4a4a url('/assets/advertise.jpg'); padding: 0; } .polaroid.superad { padding-top: 36px; padding-bottom: 36px; } .polaroid.superad p { margin-left: 20px; margin-right: 20px; } .polaroid.superad .superAdContent { width: 160px; height: 600px; background-color: #f8f8f8; margin: 0 auto 1px auto; padding: 0; border: none; } .polaroid.ad .adContent a { font-size: 16px; line-height: 125px; text-align: center; display: block; color: #CCCCCC; font-weight: 100; -moz-transition: all 0.15s ease-out; -o-transition: all 0.15s ease-out; -webkit-transition: all 0.15s ease-out; -ms-transition: all 0.15s ease-out; transition: all 0.15s ease-out; text-decoration: none; text-shadow: 0 1px 0 #000000; } .polaroid.ad .adContent a:hover { color: #FFFFFF; } /** Custom tiles **/ .tile.custom { padding: 0; } .tile.custom p { font-size: 12px; line-height: 16px; color: #777; padding: 5px 18px 0 18px; margin: 0; } .tile.custom p b { color: #333; font-weight: normal; } .tile.custom .statistics { margin: 0 0 0 0; padding: 8px 0 5px 18px; border-top: 1px solid #ededed; border-bottom: 1px solid #ededed; } .tile.custom .statistics p { float: left; width: 33%; margin: 5px 0 5px 0; font-size: 14px; line-height: 14px; color: #333; font-weight: bold; } .tile.custom .statistics p span { font-size: 11px; color: #777; font-weight: normal; } .tile.custom h1 { font-size: 16px; line-height: 22px; margin: 0 0 0 18px; padding: 12px 0 0 0; } .tile.custom .actionButton { display: inline-block; margin: 12px 0 17px 15px; font-size: 12px; padding: 0 9px 1px 9px; line-height: 26px; } /** Hover options **/ .polaroid .options { opacity: 0; border: 0; margin: 0; padding: 0; position: absolute; top: 0px; left: 0px; -moz-transition: opacity 0.15s ease-out; -o-transition: opacity 0.15s ease-out; -webkit-transition: opacity 0.15s ease-out; -ms-transition: opacity 0.15s ease-out; transition: opacity 0.15s ease-out; background-color: white; height: 50px; width: 236px; z-index: 10; } .polaroid.optionsActive .options, .polaroid:hover .options { opacity: 1; } body.iPad .polaroid.optionsActive .options, body.iPad .polaroid:hover .options { opacity: 0; } html.no-opacity .polaroid .options { display: none; } html.no-opacity .polaroid.optionsActive .options, html.no-opacity .polaroid:hover .options { display: block; } .none { display:none; } .save, .like, .polaroid .options .magnify { cursor: pointer; float: left; top: 0px; width: 98px; height: 50px; -moz-transition: opacity 0.15s ease-out; -o-transition: opacity 0.25s ease-out; -webkit-transition: opacity 0.25s ease-out; -ms-transition: opacity 0.25s ease-out; transition: opacity 0.25s ease-out; } .options span, #lightbox .options span { text-align: center; width: 100%; display: inline-block; font-size: 9px; color: #666666; line-height: 9px; margin: 2px 0 0 0; } #lightbox #tagOptions a { float: left; width: 20%; height: 52px; border-left: 1px solid #dedede; } #lightbox #tagOptions a.saveButton { border-left: 0px; } .options .savea, .options .like { border-left: 1px solid #dedede; } .options .like { right: 0px; } .options .like.active em, .options .save.active em, .options .comment.active em { -webkit-animation: jump 0.75s 1; -moz-animation: jump 0.75s 1; -o-animation: jump 0.75s 1; animation: jump .75s 1; } .options .save.active, .options .like.active, .options .comment.active, #lightbox #tagOptions a.active { background-color: #008ed3; color: #ffffff; } .options .like:hover span, .options .save:hover span, .options .magnify:hover span , .options .comment:hover span, #lightbox #tagOptions a:hover span { color: #008ed3; } .options .like.active span, .options .save.active span, .options .magnify.active span, .options .comment.active span, #lightbox #tagOptions a.active span { color: #ffffff; } .options .like.loading, .options .save.loading, .options .comment.loading, #lightbox #tagOptions a.loading { background-image: url('/assets/loader-grey.gif'); background-repeat: no-repeat; background-position: center 10px; } .options .like.loading em, .options .save.loading em, .options .comment.loading em, #lightbox #tagOptions a.loading em { visibility: hidden; } .polaroid .options a { display: block; padding-bottom: 8px; } .polaroid .comments div { position: relative; } .polaroid .comments .comment { word-wrap: break-word; } .polaroid .comments .editComment { position: absolute; right: 0; top: -2px; display: none; background-color: #ffffff; } .polaroid .comments div:hover .editComment { display: block; } .polaroid .comments.empty { display: none; } .polaroid .comments textarea { width: 188px; height: 50px; font-size: 12px; line-height: 16px; font-family: "Helvetica Neue", Helvetica, arial, sans-serif; padding: 4px 4px 5px 5px; color: #000000; font-style: normal; border: 1px solid #ccc; margin: 0 0 5px 0; } .polaroid .comments .formCreateComment { padding: 5px 0 5px 18px; } .polaroid .options em, #lightbox .options em { background: transparent url('http://assets.wookmark.com/icons.png') no-repeat left top; width: 18px; height: 18px; display: block; margin: 9px auto 1px auto; } .options em{ background: transparent url('http://assets.wookmark.com/icons.png') no-repeat left top; width: 18px; height: 18px; display: block; margin: 9px auto 1px auto; } #lightbox .options em { margin-top: 11px; } .polaroid .options .magnify em { background-position: -18px 0; } .options .save em, #lightbox #tagOptions .saveButton em { background-position: -36px 0; } .polaroid .options .comment em, #lightbox #tagOptions .noteButton em { background-position: -54px 0; } #lightbox #tagOptions .shareButton em { background-position: -72px 0; } #lightbox #tagOptions .flagButton em { background-position: -90px 0; } .options .like:hover em, #lightbox #tagOptions .likeButton:hover em { background-position: 0 -36px; } .polaroid .options .magnify:hover em { background-position: -18px -36px; } .options .save:hover em, #lightbox #tagOptions .saveButton:hover em { background-position: -36px -36px; } .polaroid .options .comment:hover em, #lightbox #tagOptions .noteButton:hover em { background-position: -54px -36px; } #lightbox #tagOptions .shareButton:hover em { background-position: -72px -36px; } .options .like.active em, #lightbox #tagOptions .likeButton.active em { background-position: 0 -18px; } .polaroid .options .magnify.active em { background-position: -18px -18px; } .options .save.active em, #lightbox #tagOptions .saveButton.active em { background-position: -36px -18px; } .polaroid .options .comment.active em, #lightbox #tagOptions .noteButton.active em { background-position: -54px -18px; } #lightbox #tagOptions .shareButton.active em { background-position: -72px -18px; } /** NSFW **/ .polaroid .nsfwCover { display: none; } .polaroid.nsfw .nsfwCover { display: block; background: transparent url('http://assets.wookmark.com/nsfwCover.png'); text-align: center; display: table; padding: 0 0 0 0; position: absolute; left: 18px; top: 18px; border-bottom: 0px; cursor: pointer; } .polaroid.nsfw .nsfwCover .nsfwWrap { vertical-align: middle; display: table-cell; line-height: 32px; } .polaroid.nsfw .nsfwCover p { font-weight: bold; font-size: 16px; color: #000000; background: #ffffff; margin: 0 auto; display: inline-block; padding: 0 10px 0 10px; } /** Polaroid Promos **/ .polaroid.promo { width: 200px; padding: 14px 18px 12px 18px; background-color: #fff; -moz-transition: box-shadow 0.15s ease-out; -o-transition: box-shadow 0.15s ease-out; -webkit-transition: box-shadow 0.15s ease-out; -ms-transition: box-shadow 0.15s ease-out; transition: box-shadow 0.15s ease-out; -moz-border-radius: 2px; -webkit-border-radius: 2px; border-radius: 2px; border: 1px solid #dedede; float: left; margin: 1px; } .polaroid.promo h6 { font-weight: bold; color: #ffffff; font-size: 11px; line-height: 20px; margin: 0 0 1px 0; text-indent: 6px; background: #aca7a3; } .polaroid.promo img { display: block; } .polaroid.promo h4, .polaroid.promo p { font-size: 11px; line-height: 16px; } .polaroid.promo p { color: #666666; } .polaroid.promo h4 { margin: 8px 0 0 0; } body.fadeSaved .polaroid.saved { background-color: transparent; border: 1px dotted #e9e9e9; } body.fadeSaved .polaroid.saved .imageLink img { opacity: .15; } body.fadeSaved .polaroid.saved .stats, body.fadeSaved .polaroid.saved .personalization, body.fadeSaved .polaroid.saved .comments, body.fadeSaved .polaroid.saved .groups { opacity: .15; } body.fadeSaved .polaroid.saved:hover { background-color: #ffffff; border: 1px dotted #dedede; } body.fadeSaved .polaroid.saved:hover .imageLink img { opacity: 1; } body.fadeSaved .polaroid.saved:hover .stats, body.fadeSaved .polaroid.saved:hover .personalization, body.fadeSaved .polaroid.saved:hover .comments, body.fadeSaved .polaroid.saved:hover .groups { opacity: 1; } #loader { display: none; position: fixed; bottom: 20px; left: 50%; background: transparent url('http://assets.wookmark.com/loader-circle-image.gif') no-repeat center center; width: 32px; height: 32px; opacity: 0; margin-left: -16px; } #lightbox { position: fixed; width: 100%; background-color: rgba(0,0,0,.85); top: 0; left: 0; bottom: 0; right: 0; overflow: hidden; z-index: 101; opacity: 1; -moz-transition: opacity 0.15s ease-out; -o-transition: opacity 0.25s ease-out; -webkit-transition: opacity 0.25s ease-out; -ms-transition: opacity 0.25s ease-out; transition: opacity 0.25s ease-out; } html.no-opacity #lightbox { background-image: url('http://assets.wookmark.com/bk_shader.png'); } body.lightboxActive { overflow: hidden; -webkit-overflow-scrolling: touch; } #lightbox { overflow-y: scroll; } #lightbox .loader { background: transparent url('http://assets.wookmark.com/loader-white.gif') no-repeat center center; position: absolute; left: 0; right: 0; top: 0; bottom: 0; } #lightbox .lightboxPreview, #lightbox .lightboxContent { position: relative; margin: 0 auto; background: black; border-top-left-radius: 3px; border-bottom-left-radius: 3px; } #lightbox .closeButton { background: transparent url('http://assets.wookmark.com/lightbox-close.png') no-repeat center center; width: 30px; height: 30px; position: absolute; top: 10px; right: 10px; cursor: pointer; z-index: 110; } #lightbox.biggy .closeButton { right: 40px; top: 31px; background-image: url('http://assets.wookmark.com/lightbox-close-light.png'); } #lightbox .lightboxPreview { position: absolute; top: 0; left: 0; right: 0; bottom: 0; } #lightbox .image { display: block; position: absolute; left: 0; right: 317px; top: 0; bottom: 0; border-top-left-radius: 3px; border-bottom-left-radius: 3px; opacity: 1; -moz-transition: opacity 0.25s ease-out; -o-transition: opacity 0.25s ease-out; -webkit-transition: opacity 0.25s ease-out; -ms-transition: opacity 0.25s ease-out; transition: opacity .25s ease-out; } #lightbox.loadingBigImage .image { opacity: 0; } #lightbox .image .wrap, #lightbox .image .imageWrap { width: 100%; } #lightbox .image .wrap a { display: block; position: relative; height: 100%; } #lightbox .image img, #lightbox .image iframe { display: block; margin: 0 auto; max-width: 100%; } #lightbox .arrowLeft, #lightbox .arrowRight, #lightbox .layoutButton { width: 42px; height: 100%; position: absolute; top: 0; cursor: pointer; opacity: 0; z-index: 10000; -moz-transition: opacity 0.25s ease-out; -o-transition: opacity 0.25s ease-out; -webkit-transition: opacity 0.25s ease-out; -ms-transition: opacity 0.25s ease-out; transition: opacity .25s ease-out; } #lightbox .image:hover .arrowLeft, #lightbox .image:hover .arrowRight, #lightbox .image:hover .layoutButton { opacity: 1; } #lightbox .arrowLeft { left: 0px; background: transparent url('http://assets.wookmark.com/lightbox-arrow-left.png') no-repeat center center; } #lightbox .arrowRight { right: 0px; background: transparent url('http://assets.wookmark.com/lightbox-arrow-right.png') no-repeat center center; } #lightbox .layoutButton { right: 1px; top: 0px; bottom: auto; height: 52px; background: transparent url('http://assets.wookmark.com/lightbox-expand.png') no-repeat center center; } #lightbox .contentWrap { height: 100%; margin: 0; position: relative; display: block; z-index: 104; } #lightbox .details { position: absolute; width: 318px; right: 0; top: 0; bottom: 0; display: block; height: 100%; z-index: 103; background-color: #ffffff; border-top-right-radius: 3px; border-bottom-right-radius: 3px; } #lightbox .details .wrap { display: block; width: 318px; height: 99%; position: relative; } #lightboxDetails { overflow-y: hidden; } #lightbox .details:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; } #lightbox .details .info { padding: 0 0 0 0; } #lightbox .details h4 { font-size: 13px; line-height: 18px; color: #777777; } #lightbox .details .info p { color: #777777; font-size: 13px; line-height: 18px; margin-bottom: 10px; } #lightbox .details .stats { color: #000000; font-weight: normal; border-top: 1px solid #ededed; padding: 10px 0 10px 0; } #lightbox .details .stats p { padding: 3px 15px 3px 33px; font-size: 13px; font-weight: bold; line-height: 18px; background: transparent url('http://assets.wookmark.com/plus-nano.png') no-repeat 13px 7px; color: #777777; margin: 0; font-weight: normal; } #lightbox .details .stats p.likes { background-image: url('http://assets.wookmark.com/heart-nano.png'); } #lightbox .details .info .expand { color: #000; } #lightbox .details .info .expand:hover { text-decoration: underline; cursor: pointer; } #lightbox .details .info .hidden { display: none; } #lightbox .details .finder, #lightbox .details .comment { padding: 13px 13px 13px 13px; margin-top: 0; position: relative; } #lightbox .details .finder h4, #lightbox .details .finder p, #lightbox .details .comment p { padding: 0 0 0 0; color: #777777; font-size: 13px; line-height: 18px; margin: 0; font-weight: normal; } #lightbox .details .finder p a.userLink { color: #000000; font-size: 11px; font-weight: normal; } #lightbox .details .finder h4 { margin-right: 80px; margin-top: 3px; } #lightbox .details .finder a { font-weight: normal; } #lightbox .details .finder button { position: absolute; right: 15px; top: 20px; width: 75px; text-align: center; } #lightbox .details .userPic { margin: 1px 10px 0 0; display: inline-block; float: left; background: #dedede url('http://assets.wookmark.com/no-profile.png') no-repeat center center; -moz-border-radius: 2px; -webkit-border-radius: 2px; border-radius: 2px; -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,.1); -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1); box-shadow: inset 0 1px 2px rgba(0,0,0,.1); width: 30px; height: 30px; } #lightbox .details .finder .userPic { width: 40px; height: 40px; } #lightbox .details .comment .editComment { position: absolute; right: 10px; top: 10px; display: none; } #lightbox .details .comment:hover .editComment { display: block; } #lightbox .details .finder .userPic img { -moz-border-radius: 2px; -webkit-border-radius: 2px; border-radius: 2px; } #lightbox .details .similar { text-align: left; padding: 1px 0 0 0; aborder-bottom: 1px solid #dedede; background-color: #000000; } #lightbox .details .similar h3 { display: none; } #lightbox .details .similar li { float: left; position: relative; } #lightbox .details .similar li img { a-moz-border-radius: 2px; a-webkit-border-radius: 2px; aborder-radius: 2px; margin: 0 1px 1px 0; display: block; -moz-transition: opacity 0.25s ease-out; -o-transition: opacity 0.25s ease-out; -webkit-transition: opacity 0.25s ease-out; -ms-transition: opacity 0.25s ease-out; transition: opacity 0.25s ease-out; opacity: 0; width: 105px; height: 79px; } #lightbox .details .similar li img.ready { opacity: 1; } #lightbox .details .similar li .videoIcon { background-image: url('http://assets.wookmark.com/video.png'); width: 20px; height: 20px; bottom: 5px; left: 5px; position: absolute; } #lightbox .details .activity { border-top: 1px solid #ededed; padding: 5px 13px 5px 13px; } #lightbox .details .activity.scrollable { overflow-y: scroll; } #lightbox .details .activity .group, #lightbox .details .activity .comment { padding: 5px 0 5px 0; } #lightbox .noteButton { display: none; } #lightbox .details .flagOption { font-size: 11px; border-top: 1px solid #dedede; margin-top: 5px; padding: 10px 0 15px 0; display: block; } #lightbox #tagOptions .shareButton { border-right: 1px solid #ededed; } #lightbox #tagOptions .flagButton { float: right; } #lightbox #commentForm { padding: 5px 0 5px 0; } #lightbox #commentForm textarea { width: 235px; height: 20px; font-size: 14px; color: #999; } #lightbox .activity.scrollable #commentForm textarea { width: 215px; } #lightbox #commentForm.active textarea { color: #333; height: 40px; } /** Media queries **/ @media screen and (max-width: 380px) { #header .primary .profile { padding: 0; } #header .logo p { display: none; } #header .primary .profile a:first-child img { margin: 0 11px 3px 10px; padding: 0; } #header .primary .profile a:last-child { display: none; } #header .options .signup, #header .options .about, #header .options .search, #header .options .dropdown, #header .options .howto { display: none; } } @media screen and (min-width: 380px) and (max-width: 570px) { #header .options .surprise, #header .options .search, #header .options .signup, #header .options .about { display: none; } #header .logo p { display: none; } } @media screen and (max-width: 680px) { #header .logo p { display: none; } } @media screen and (max-width: 570px) { .polaroid .options, .polaroid .options .save, .polaroid .options .comment, .polaroid .options .like, .polaroid .options .magnify { opacity: 1; } .polaroid .options .magnify { display: none; } .polaroid { padding-top: 50px; } } /** General adjustments for iPad **/ /** iPad Retina adjustments **/ @media only screen and (-Webkit-min-device-pixel-ratio: 1.5), only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (min-device-pixel-ratio: 1.5) { #header .logo a { background-image: url('http://assets.wookmark.com/icons-hd.png'); background-size: 108px 189px; margin-top: 11px; } .polaroid .options em, .polaroid .stats em { background-image: url('http://assets.wookmark.com/icons-hd.png'); background-size: 108px 189px; } } /** Source tile **/ .tile.source { padding: 14px 18px 18px 18px; background-color: #fff; -moz-transition: box-shadow 0.15s ease-out; -o-transition: box-shadow 0.15s ease-out; -webkit-transition: box-shadow 0.15s ease-out; -ms-transition: box-shadow 0.15s ease-out; transition: box-shadow 0.15s ease-out; border: 1px solid #dedede; -moz-border-radius: 2px; -webkit-border-radius: 2px; border-radius: 2px; } .tile.source:hover { -moz-box-shadow: 0 1px 2px rgba(0,0,0,.25); -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.25); box-shadow: 0 1px 2px rgba(0,0,0,.25); } .tile.source { width: 200px; font-family: "Helvetica Neue", Helvetica, arial, sans-serif; } .tile.source h4 { margin: 0; padding: 0 0 10px 0; font-size: 16px; word-wrap: break-word; } .tile.source p { font-size: 11px; line-height: 14px; color: #777; padding: 8px 0 0 0; } /** Group tiles **/ .tile.group { padding: 14px 17px 18px 18px; background-color: #fff; -moz-transition: box-shadow 0.15s ease-out; -o-transition: box-shadow 0.15s ease-out; -webkit-transition: box-shadow 0.15s ease-out; -ms-transition: box-shadow 0.15s ease-out; transition: box-shadow 0.15s ease-out; border: 1px solid #dedede; -moz-border-radius: 2px; -webkit-border-radius: 2px; border-radius: 2px; width: 201px; display: none; } .tile.group .owner { font-size: 11px; margin-top: 4px; color: #777777; } .tile.group .details { position: absolute; right: 10px; top: 10px; } .tile.group .details img { margin-left: 5px; } .tile.group h2 { font-size: 16px; margin: 0 0 0 0; font-weight: bold; } .tile.group h2 a { text-decoration: none; } .tile.group h2 a:hover { color: #008ed3; } .tile.group .images img.big { margin-bottom: 4px; margin-top: 12px; } .tile.group .images img { display: block; float: left; -moz-border-radius: 2px; -webkit-border-radius: 2px; border-radius: 2px; margin-right: 1px; margin-top: 1px; } .tile.group .images .blank { width: 66px; height: 66px; display: block; float: left; background-color: #ededed; -moz-border-radius: 2px; -webkit-border-radius: 2px; border-radius: 2px; margin-right: 1px; margin-top: 1px; } .tile.group .images img.secret, .tile.group .images .blank.secret { display: none; } .tile.group.james .images img.secret, .tile.group.james .images .blank.secret { display: block; } .tile.group.james .images img.big { display: none; } .tile.group.james h2 { margin-bottom: 10px; } /** Add to groups overlay **/ #groupsOverlay, #sharePopup, .popupWrap { z-index: 1000; position: absolute; top: 20px; left: 20px; background-color: #ffffff; border: 2px solid #4b4b4b; -moz-box-shadow: 0 2px 12px rgba(0,0,0,.35); -webkit-box-shadow: 0 2px 12px rgba(0,0,0,.35); box-shadow: 0 2px 12px rgba(0,0,0,.35); -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; min-width: 230px; } #groupsOverlay .wrap { position: relative; } .popupWrap .arrow, #groupsOverlay .arrow, #sharePopup .arrow { position: absolute; top: -16px; } .popupWrap .arrow img, #groupsOverlay .arrow img, #sharePopup .arrow img { display: block; margin-left: -50%; } .popupWrap.horizontal .arrow { left: -16px; } .popupWrap.horizontal .arrow img { margin-left: 0; margin-top: -14px; } .popupWrap.topper .arrow, #groupsOverlay.topper .arrow, #sharePopup.topper .arrow { top: auto; bottom: -16px; } .popupWrap.horizontal .arrow img.right, .popupWrap.horizontal.topper .arrow img.left, .popupWrap .arrow img.down, .popupWrap.topper .arrow img.up, #groupsOverlay .arrow img.down, #groupsOverlay.topper .arrow img.up, #sharePopup .arrow img.down, #sharePopup.topper .arrow img.up { display: none; } .popupWrap.topper .arrow img.down, #groupsOverlay.topper .arrow img.down, #sharePopup.topper .arrow img.down { display: block; } #groupsOverlay .options { padding: 10px 15px 13px 15px; border-top: 1px solid #e9e9e9; background-color: #f8f8f8; } #groupsOverlay .options:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; } #groupsOverlay .actionButton { right: 5px; top: 5px; padding: 6px 9px 7px 9px; font-size: 12px; } #groupsOverlay .unsaveButton { float: left; text-decoration: underline; cursor: pointer; font-size: 11px; } #groupsOverlay .closeButton, #groupsOverlay .privateButton { float: left; margin-left: 10px; height: 26px; padding: 0; cursor: pointer; } #groupsOverlay .privateButton { line-height: 25px; width: 27px; text-align: center; text-indent: -1000px; overflow: hidden; } #groupsOverlay .privateButton span { opacity: 0.75; background-image: url('http://assets.wookmark.com/key.png'); background-position: center center; background-repeat: no-repeat; display: block; } #groupsOverlay .privateButton:hover span { opacity: 1; } #groupsOverlay .privateButton.active span { opacity: 1; background-image: url('http://assets.wookmark.com/key-active.png'); } #groupsOverlay .privateButton.loading span { background-image: url('http://assets.wookmark.com/loader.gif'); } #groupsOverlay .closeButton span { line-height: 25px; vertical-align: middle; padding: 0 7px 0 8px; } #groupsOverlay .closeButton span img, #groupsOverlay .privateButton span img { vertical-align: middle; } #groupsOverlay .topOptions { position: absolute; right: 12px; top: 12px; } #groupsOverlay h3 { font-size: 14px; border-bottom: 1px solid #e9e9e9; padding: 0 0 0 15px; line-height: 50px; } #groupsOverlay h3 img { vertical-align: middle; margin-right: 7px; padding-bottom: 2px; } #groupsOverlay ul { float: left; margin: 10px 15px 10px 15px; } #groupsOverlay ul li { text-indent: 0px; color: #444; padding: 3px 0 3px 0; display: block; position: relative; font-size: 12px; } #groupsOverlay ul li.loading:before { width: 16px; height: 16px; content: ""; display: block; background: url('/assets/loader.gif') no-repeat; position: absolute; left: -13px; top: 6px; } #groupsOverlay .addForm { clear: both; padding: 1px 0 15px 16px; } #groupsOverlay .addForm h4 { font-size: 13px; color: #000000; font-weight: normal; margin: 0 0 10px 0; } #groupsOverlay .addForm input { float: left; } #groupsOverlay .addForm input[type=text] { padding-top: 7px; padding-bottom: 6px; color: #999; } #groupsOverlay .addForm input[type=text].active { color: #333; } #groupsOverlay .addForm input[type=submit] { margin-left: 5px; display: none; } #groupsOverlay .addForm.active input[type=submit] { display: block; } #groupsOverlay .addForm:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; } #groupsOverlay .privacy { border-top: 1px solid #e9e9e9; font-size: 12px; color: #444; padding: 13px 0 15px 15px; position: relative; } #groupsOverlay .privacy label { margin-right: 10px; } #groupsOverlay .privacy.loading { background: url('/assets/loader.gif') no-repeat 2px center; } #groupsOverlay .dropbox { position: absolute; right: 12px; top: 7px; } #groupsOverlay .dropbox .actionButton { padding: 0; line-height: 16px; cursor: pointer; } #groupsOverlay .dropbox .actionButton span { display: inline-block; padding: 6px 7px 2px 7px; } #groupsOverlay .dropbox .actionButton.loading span { background: transparent url('/assets/loader.gif') no-repeat center center; } #groupsOverlay .dropbox .actionButton.loading span img { visibility: hidden; } #groupsOverlay .upgrade { background: #4b4b4b; font-size: 11px; color: #ffffff; line-height: 34px; padding: 0 10px 0 15px; margin: 2px; -webkit-border-radius: 1px; -moz-border-radius: 1px; border-radius: 1px; } #groupsOverlay .upgrade a { color: #ffffff; text-decoration: underline; } /** Group info popup **/ #groupInfoPopup { width: 225px; padding: 2px 2px 0 2px; min-width: 225px; } #groupInfoPopup .images { margin: 0; } #groupInfoPopup .images img { display: block; float: left; margin: 0; padding: 0; } #groupInfoPopup h4 { padding: 10px 5px 5px 10px; font-size: 13px; } #groupInfoPopup p { margin: 0 5px 10px 10px; color: #666666; font-size: 11px; } /** Share popup **/ #sharePopup { width: 128px; min-width: 0; } #sharePopup li { border-bottom: 1px solid #ededed; margin: 0; padding: 0; } #sharePopup li:last-child { border-bottom: 0px; } #sharePopup li a { display: block; width: 128px; line-height: 40px; text-indent: 40px; position: relative; } #sharePopup li a span { position: absolute; left: 11px; top: 10px; width: 20px; height: 20px; overflow: hidden; display: block; padding: 0; text-indent: 0; } #sharePopup li:hover a span img { margin-top: -20px; } #sharePopup li.pinterest a span img { margin-left: -20px; } #sharePopup li.twitter a span img { margin-left: -40px; } #sharePopup li.embed a span img { margin-left: -60px; } #sharePopup li.tumblr a span img { margin-left: -80px; } /** Comment popup **/ #commentPopup { padding: 10px; } #commentPopup textarea { width: 215px; margin: 0 0 5px 0; } #commentPopup input { float: right; } /** Lightbox options **/ #lightbox #tagOptions { padding: 0; margin: 0; } #lightbox .options #tagOptions { opacity: 1; position: relative; } #lightboxDetails .addComment { display: none; } /** Header Plus message **/ #header #plusMessage { display: none; position: absolute; left: 50%; top: 40px; } #header .plusMessageWrap { margin-left: -50%; display: inline-block; background: #ffffff url('http://assets.wookmark.com/seal-small.png') no-repeat 30px 30px; -moz-box-shadow: 0 1px 3px rgba(0,0,0,.2); -webkit-box-shadow: 0 1px 3px rgba(0,0,0,.2); box-shadow: 0 1px 3px rgba(0,0,0,.2); border: 1px solid #cdcdcd; width: 643px; padding: 10px 0 25px 0; -moz-border-radius-bottomleft: 3px; -moz-border-radius-bottomright: 3px; -webkit-border-bottom-left-radius: 3px; -webkit-border-bottom-right-radius: 3px; border-bottom-left-radius: 3px; border-bottom-right-radius: 3px; } #header #plusMessage h2 { font-size: 24px; margin: 33px 0 0 0; text-indent: 90px; padding-bottom: 43px; } #header #plusMessage .info p { font-size: 18px; line-height: 22px; color: #333333; margin: 0 0 25px 0; float: left; width: 210px; text-align: center; } #header #plusMessage .info { padding-top: 215px; border-bottom: 1px solid #dedede; background: #ffffff url('/assets/plus/plus-message-visual.jpg') no-repeat center 0px; } #header #plusMessage a.actionButton { display: inline-block; float: right; margin: 20px 30px 0 0; font-size: 16px; padding: 0 25px 2px 25px; line-height: 36px; } #header #plusMessage .close { float: right; width: 23px; height: 23px; -moz-border-radius: 20px; -webkit-border-radius: 20px; border-radius: 20px; padding: 0; cursor: pointer; margin: 10px 20px 0 0; } #header #plusMessage .close div { width: 100%; height: 100%; background: transparent url('http://assets.wookmark.com/x.png') no-repeat center center; } /** Quick group nav **/ #quickGroupNav { position: fixed; width: 100%; background-color: rgba(0,0,0,.5); top: 0; left: 0; bottom: 0; right: 0; z-index: 101; } #quickGroupNav .wrap { display: table; width: 100%; height: 100%; text-align: center; } #quickGroupNav .wrap2 { display: table-cell; vertical-align: middle; } #quickGroupNav .content { display: inline-block; margin: 0 auto; background-color: #ffffff; -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; -moz-box-shadow: 0 2px 15px rgba(0,0,0,.25); -webkit-box-shadow: 0 2px 15px rgba(0,0,0,.25); box-shadow: 0 2px 15px rgba(0,0,0,.25); } #quickGroupNav h2 { text-align: left; font-size: 14px; border-bottom: 1px solid #dedede; padding: 15px 15px 15px 15px; } #quickGroupNav ul { float: left; border-right: 1px solid #dedede; } #quickGroupNav li { line-height: 30px; padding-right: 15px; text-indent: 15px; border-bottom: 1px solid #dedede; text-align: left; padding-bottom: 1px; font-size: 12px; } #quickGroupNav li a { display: block; } #quickGroupNav ul li:last-child { border-bottom: 0px; } img.imageLoading { opacity: 0; -webkit-transition: opacity 0.25s ease-out; -moz-transition: opacity 0.25s ease-out; -ms-transition: opacity 0.25s ease-out; -o-transition: opacity 0.25s ease-out; transition: opacity 0.25s ease-out; } img.imageLoaded { opacity: 1; } /** No images message **/ #noImages { text-align: center; max-width: 300px; margin: 35px auto; } #noImages h3 { font-size: 16px; line-height: 24px; margin: 10px 0 15px 0; } #noImages a { display: inline-block; margin: 0 0 0 0; line-height: 28px; padding: 0 12px 2px 12px; } /** Scale/fade animations **/ .zapMeIn { -webkit-animation: zapIn 0.15s 1; -moz-animation: zapIn 0.15s 1; -o-animation: zapIn 0.15s 1; animation: zapIn 0.15s 1; -webkit-animation-timing-function: ease-out; -moz-animation-timing-function: ease-out; -o-animation-timing-function: ease-out; animation-timing-function: ease-out; } .zapMeOut { -webkit-animation: zapOut 0.15s 1; -moz-animation: zapOut 0.15s 1; -o-animation: zapOut 0.15s 1; animation: zapOut 0.15s 1; -webkit-animation-timing-function: ease-out; -moz-animation-timing-function: ease-out; -o-animation-timing-function: ease-out; animation-timing-function: ease-out; } @-webkit-keyframes zapIn { 0% { opacity: 0; -webkit-transform: scale(0.9); } 100% { opacity: 1; -webkit-transform: scale(1); } } @-webkit-keyframes zapOut { 0% { opacity: 1; -webkit-transform: scale(1); } 99% { opacity: 0; -webkit-transform: scale(0.9); } 100% { opacity: 0; -webkit-transform: scale(0.9); display: none; } } @-moz-keyframes zapIn { 0% { opacity: 0; -moz-transform: scale(0.9); } 100% { opacity: 1; -moz-transform: scale(1); } } @-moz-keyframes zapOut { 0% { opacity: 1; -moz-transform: scale(1); } 99% { opacity: 0; -moz-transform: scale(0.9); } 100% { opacity: 0; -moz-transform: scale(0.9); display: none; } } @-o-keyframes zapIn { 0% { opacity: 0; -o-transform: scale(0.9); } 100% { opacity: 1; -o-transform: scale(1); } } @-o-keyframes zapOut { 0% { opacity: 1; -o-transform: scale(1); } 99% { opacity: 0; -o-transform: scale(0.9); } 100% { opacity: 0; -o-transform: scale(0.9); display: none; } } @keyframes zapIn { 0% { opacity: 0; transform: scale(0.9); } 100% { opacity: 1; transform: scale(1); } } @keyframes zapOut { 0% { opacity: 1; transform: scale(1); } 99% { opacity: 0; transform: scale(0.9); } 100% { opacity: 0; transform: scale(0.9); display: none; } } @-webkit-keyframes jumpy { 0% { -webkit-transform: scale(1); -webkit-animation-timing-function: ease-out; } 35% { -webkit-transform: scale(2.5); -webkit-animation-timing-function: ease-in; } 70% { -webkit-transform: scale(1); -webkit-animation-timing-function: ease-out; } 85% { -webkit-transform: scale(1.35); -webkit-animation-timing-function: ease-in; } 100% { -webkit-transform: scale(1); -webkit-animation-timing-function: ease-out; } } @-moz-keyframes jumpy { 0% { -moz-transform: scale(1); -moz-animation-timing-function: ease-out; } 35% { -moz-transform: scale(2.5); -moz-animation-timing-function: ease-in; } 70% { -moz-transform: scale(1); -moz-animation-timing-function: ease-out; } 85% { -moz-transform: scale(1.35); -moz-animation-timing-function: ease-in; } 100% { -moz-transform: scale(1); -moz-animation-timing-function: ease-out; } } @-o-keyframes jumpy { 0% { -o-transform: scale(1); -o-animation-timing-function: ease-out; } 35% { -o-transform: scale(2.5); -o-animation-timing-function: ease-in; } 70% { -o-transform: scale(1); -o-animation-timing-function: ease-out; } 85% { -o-transform: scale(1.35); -o-animation-timing-function: ease-in; } 100% { -o-transform: scale(1); -o-animation-timing-function: ease-out; } } @keyframes jumpy { 0% { transform: scale(1); animation-timing-function: ease-out; } 35% { transform: scale(2.5); animation-timing-function: ease-in; } 70% { transform: scale(1); animation-timing-function: ease-out; } 85% { transform: scale(1.35); animation-timing-function: ease-in; } 100% { transform: scale(1); animation-timing-function: ease-out; } } /** Shake head animation **/ .nonono { -webkit-animation: nonono 1s 1; -moz-animation: nonono 1s 1; -o-animation: nonono 1s 1; animation: nonono 1s 1; } @-webkit-keyframes nonono { 0%, 100% {-webkit-transform: translateX(0);} 10%, 30%, 50%, 70%, 90% {-webkit-transform: translateX(-10px);} 20%, 40%, 60%, 80% {-webkit-transform: translateX(10px);} } @-moz-keyframes nonono { 0%, 100% {-moz-transform: translateX(0);} 10%, 30%, 50%, 70%, 90% {-moz-transform: translateX(-10px);} 20%, 40%, 60%, 80% {-moz-transform: translateX(10px);} } @-o-keyframes nonono { 0%, 100% {-o-transform: translateX(0);} 10%, 30%, 50%, 70%, 90% {-o-transform: translateX(-10px);} 20%, 40%, 60%, 80% {-o-transform: translateX(10px);} } @keyframes nonono { 0%, 100% {transform: translateX(0);} 10%, 30%, 50%, 70%, 90% {transform: translateX(-10px);} 20%, 40%, 60%, 80% {transform: translateX(10px);} } /** Bottom nav **/ #images { padding-bottom: 90px; } #tiles { list-style-type: none; position: relative; /** Needed to ensure items are laid out relative to this container **/ margin: 0; } #tiles li { width: 200px; background-color: #ffffff; border: 1px solid #dedede; -moz-border-radius: 2px; -webkit-border-radius: 2px; border-radius: 2px; display: none; /** Hide items initially to avoid a flicker effect **/ cursor: pointer; padding: 4px; } #tiles li img { display: block; } /** * Grid item text */ #tiles li p { color: #666; font-size: 12px; margin: 7px 0 0 7px; } #tiles ali:nth-child(3n) { height: 175px; } #tiles ali:nth-child(4n-3) { padding-bottom: 30px; } #tiles ali:nth-child(5n) { height: 250px; } #noMoreImages { position: absolute; bottom: 0; left: 0; right: 0; margin: 40px 0 0 0; } #noMoreImages ul { width: 504px; margin: 0 auto; } #noMoreImages li { float: left; width: 90px; text-align: center; font-size: 12px; font-weight: bold; margin: 0 15px 0 15px; } #noMoreImages li a:link, #noMoreImages li a:visited { color: #999999; } #noMoreImages li a:hover { color: #008ed3; } #noMoreImages li span { width: 90px; height: 50px; overflow: hidden; display: block; } #noMoreImages li img { margin: 0; } #noMoreImages li a:hover img { margin-top: -50px; } #noMoreImages li.recent img { margin-left: -90px; } #noMoreImages li.surprise img { margin-left: -270px; } #noMoreImages li.recent img { margin-left: -180px; } #noMoreImages li.categories img { margin-left: -360px; } #noMoreImages li.backup img { margin-left: -450px; }
old/waterFlow/style.css
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,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{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}:focus{outline:0}ins{text-decoration:none}del{text-decoration:line-through}table{border-collapse:collapse;border-spacing:0} @import url(http://fonts.googleapis.com/css?family=Lato:400,700); #codeigniter_profiler { display: none; position: absolute; top: 50px; right: 0; } #page { padding-left: 60px; padding-bottom: 50px; } .clear { clear: both; } .clearfix:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; } * html .clearfix { zoom: 1; } /* IE6 */ *:first-child+html .clearfix { zoom: 1; } /* IE7 */ /** Typography */ html { font-family: 'Lato', "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 13px; background-color: #e9e9e9; } a:link, a:visited { color: black; text-decoration: none; } a:hover { color: #008ed3; } h1, h2, h3, h4, h5, h6 { font-weight: bold; font-family: 'Lato', "Helvetica Neue", Helvetica, Arial, sans-serif; } h1 { font-size: 26px; } h2 { font-size: 22px; } h3 { font-size: 18px; } h4 { font-size: 14px; } h5 { font-size: 12px; } h6 { font-size: 11px; } h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { text-decoration: none; color: black; } h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover { text-decoration: underline; color: black; } h1 a:visited, h2 a:visited, h3 a:visited, h4 a:visited, h5 a:visited, h6 a:visited { color: black; } a:link img { border: none; } span.plusBadge a { vertical-align: middle; padding: 0 4px; } .actionButton, button { border-radius: 2px; -moz-border-radius: 2px; -webkit-border-radius: 2px; box-shadow: 0 1px 2px rgba(0,0,0,.1); -moz-box-shadow: 0 1px 2px rgba(0,0,0,.1); -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.1); border: 1px solid #CCC; background-color: #FFF; padding: 5px 8px 6px 8px; background-color: #f4f4f4; -moz-transition: all 0.1s ease-out; -o-transition: all 0.1s ease-out; -webkit-transition: all 0.1s ease-out; -ms-transition: all 0.1s ease-out; transition: all 0.1s ease-out; color: #313131; cursor: pointer; background-image: linear-gradient(top, #ffffff, #f4f4f4); } .actionButton:hover, button:hover { background-color: #fff; border: 1px solid #999; } a.actionButton, button { color: #313131; } a.actionButton:hover { color: #000; } .actionButton.left { -moz-border-radius-topright: 0px; -moz-border-radius-bottomright: 0px; } .actionButton.right { -moz-border-radius-topleft: 0px; -moz-border-radius-bottomleft: 0px; margin-left: -1px; } .actionButton.active, button.active, button.blue.follow.active { border: 1px solid #ccc; color: #555; background-color: #dddddd; background-image: -webkit-gradient(linear, left top, left bottom, from(#eeeeee), to(#dddddd)); background-image: -webkit-linear-gradient(top, #eeeeee, #dddddd); background-image: -moz-linear-gradient(top, #eeeeee, #dddddd); background-image: -ms-linear-gradient(top, #eeeeee, #dddddd); background-image: -o-linear-gradient(top, #eeeeee, #dddddd); background-image: linear-gradient(top, #eeeeee, #dddddd); text-shadow: 0 1px #ccc; -moz-box-shadow: inset 0 2px 3px rgba(0,0,0,.1); -webkit-box-shadow: inset 0 2px 3px rgba(0,0,0,.1); box-shadow: inset 0 2px 3px rgba(0,0,0,.1); } a.actionButton.active:hover { color: #000; } button.follow { width: 75px; text-align: center; } /** Blue button **/ .actionButton.blueButton, button.blue { border-radius: 2px; -moz-border-radius: 2px; -webkit-border-radius: 2px; box-shadow: 0 1px 2px rgba(0,0,0,.15); -moz-box-shadow: 0 1px 2px rgba(0,0,0,.15); -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.15); border-top: 1px solid #2f9eec; border-bottom: 1px solid #1988d6; border-left: 1px solid #1988d6; border-right: 1px solid #1988d6; background-color: #2596e6; background-image: -webkit-gradient(linear, left top, left bottom, from(#2f9eec), to(#1988d6)); background-image: -webkit-linear-gradient(top, #2f9eec, #1988d6); background-image: -moz-linear-gradient(top, #2f9eec, #1988d6); background-image: -ms-linear-gradient(top, #2f9eec, #1988d6); background-image: -o-linear-gradient(top, #2f9eec, #1988d6); background-image: linear-gradient(top, #2f9eec, #1988d6); -moz-transition: all 0.1s ease-out; -o-transition: all 0.1s ease-out; -webkit-transition: all 0.1s ease-out; -ms-transition: all 0.1s ease-out; transition: all 0.1s ease-out; color: #ffffff; text-shadow: 0 1px 0 rgba(0,0,0,.25); } .actionButton.blueButton a:link, .actionButton.blueButton a:visited, button.blue { color: #ffffff; } input.actionButton.blueButton:hover, a.actionButton.blueButton:hover, .actionButton.blueButton:hover, button.blue:hover { color: #ffffff; background-image: -webkit-gradient(linear, left top, left bottom, from(#1988d6), to(#1988d6)); background-image: -webkit-linear-gradient(top, #1988d6, #1988d6); background-image: -moz-linear-gradient(top, #1988d6, #1988d6); background-image: -ms-linear-gradient(top, #1988d6, #1988d6); background-image: -o-linear-gradient(top, #1988d6, #1988d6); background-image: linear-gradient(top, #1988d6, #1988d6); } /** Active blue follow button check **/ .actionButton.blueButton.followButton.active { background: transparent url('http://assets.wookmark.com/check-blue.png') no-repeat left center; border: none; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; color: #008ed3; text-shadow: none; text-indent: 3px; } .actionButton.blueButton.followButton.active a { color: #008ed3; } .actionButton.blueButton.followButton.active a:hover { text-decoration: underline; } /** Form elements */ textarea, input[type=text], input[type=password] { display: block; border: 1px solid #ccc; -moz-transition: all 0.1s ease-out; -o-transition: all 0.1s ease-out; -webkit-transition: all 0.1s ease-out; -ms-transition: all 0.1s ease-out; transition: all 0.1s ease-out; padding: 4px 5px 5px 7px; font-family: "Lato", "Helvetica Neue", Helvetica, arial, sans-serif; } textarea:hover, input[type=text]:hover, input[type=password]:hover { border: 1px solid #999; } input[type=submit] { display: block; border-radius: 2px; -moz-border-radius: 2px; -webkit-border-radius: 2px; box-shadow: 0 1px 2px rgba(0,0,0,.1); -moz-box-shadow: 0 1px 2px rgba(0,0,0,.1); -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.1); border: 1px solid #CCC; background-color: #FFF; padding: 5px 8px 6px 8px; background-color: #f4f4f4; -moz-transition: all 0.1s ease-out; -o-transition: all 0.1s ease-out; -webkit-transition: all 0.1s ease-out; -ms-transition: all 0.1s ease-out; transition: all 0.1s ease-out; cursor: pointer; background-image: linear-gradient(top, #ffffff, #f4f4f4); } input[type=submit]:hover { border: 1px solid #999; } /** Nav **/ #lukas { position: fixed; top: 0; left: 0; bottom: 0; overflow: hidden; border-right: 1px solid #dddddd; background: #ffffff; width: 60px; z-index: 12; /*background:transparent url(images/quickbtn.png) repeat-y;*/ /*filter:alpha(opacity=40); opacity:0.4;*/ } html.touch #lukas { padding-bottom: 51px; } html.cssanimations #lukas { -webkit-transition: all 0.3s cubic-bezier(.25, 0, .35, 1); -moz-transition: all 0.3s cubic-bezier(.25, 0, .35, 1); -o-transition: all 0.3s cubic-bezier(.25, 0, .35, 1); transition: all 0.3s cubic-bezier(.25, 0, .35, 1); } html.cssanimations.no-touch #lukas { -webkit-transition-delay: .25s; -moz-transition-delay: .25s; -o-transition-delay: .25s; transition-delay: .25s; } html.cssanimations.no-touch #lukas:hover, html.cssanimations.no-touch #lukas.searching, html.cssanimations.touch #lukas.expand { width: 180px; box-shadow: 0 2px 15px rgba(0,0,0,.15); } html.cssanimations.no-touch:hover #lukas.searching { box-shadow: none; } #lukas ol { width: 200px; height: 100%; overflow-y: scroll; -webkit-overflow-scrolling: touch; } #lukas li { position: relative; height: 50px; width: 180px; overflow: hidden; font-size: 13px; line-height: 50px; } #lukas li.hidden, #lukas.showall li.arrow { display: none; } #lukas.showall li.hidden { display: block; } #lukas li.profile, #lukas li.popular, #lukas li.arrow, #lukas li.help { border-top: 2px solid #e8e8e8; } #lukas li a { display: block; padding: 0 0 0 0; } #lukas li.logo a { line-height: 40px; } #lukas li a b { text-indent: 10px; font-weight: normal; display: inline-block; color: #333; } html.cssanimations #lukas li a b { -webkit-transition: opacity 0.15s cubic-bezier(.25, 0, .35, 1); -moz-transition: opacity 0.15s cubic-bezier(.25, 0, .35, 1); -o-transition: opacity 0.15s cubic-bezier(.25, 0, .35, 1); transition: opacity 0.15s cubic-bezier(.25, 0, .35, 1); text-indent: 0px; aopacity: 0; } html.cssanimations.no-touch #lukas li a b { -webkit-transition-delay: .25s; -moz-transition-delay: .25s; -o-transition-delay: .25s; transition-delay: .25s; } html.cssanimations #lukas.searching li a b, html.cssanimations #lukas:hover li a b { opacity: 1; } #lukas li a:hover b, #lukas:hover li a:hover b, #lukas.searching li a:hover b, #lukas li.active a b { color: #008ed3; } #lukas li span { width: 50px; height: 50px; margin-right: 0px; margin-left: 5px; overflow: hidden; display: inline-block; vertical-align: middle; } #lukas li.profile a span { width: 30px; height: 30px; margin-left: 13px; margin-right: 8px; margin-top: -3px; background: #f8f8f8; } #lukas li a span img { display: block; } html.cssanimations #lukas li a span img { opacity: 0.75; } html.cssanimations #lukas li a span img { -webkit-transition: opacity 0.15s cubic-bezier(.25, 0, .35, 1); -moz-transition: opacity 0.15s cubic-bezier(.25, 0, .35, 1); -o-transition: opacity 0.15s cubic-bezier(.25, 0, .35, 1); transition: opacity 0.15s cubic-bezier(.25, 0, .35, 1); -webkit-transition-delay: .25s; -moz-transition-delay: .25s; -o-transition-delay: .25s; transition-delay: .25s; } #lukas:hover li a span img, #lukas.searching li a span img, #lukas li.active a span img, #lukas li.profile a span img { opacity: 1; } #lukas li.search input { position: absolute; left: 50px; top: 10px; right: 10px; font-size: 13px; width: 118px; padding: 5px 0 6px 0; text-indent: 6px; -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; aopacity: 0; color: #777777; } html.cssanimations #lukas li.search input { -webkit-transition: opacity 0.15s cubic-bezier(.25, 0, .35, 1); -moz-transition: opacity 0.15s cubic-bezier(.25, 0, .35, 1); -o-transition: opacity 0.15s cubic-bezier(.25, 0, .35, 1); transition: opacity 0.15s cubic-bezier(.25, 0, .35, 1); -webkit-transition-delay: .25s; -moz-transition-delay: .25s; -o-transition-delay: .25s; transition-delay: .25s; } #lukas:hover li.search input.active { color: #333333; } #lukas:hover li.search input { opacity: 1; } #lukas li.search input[type=submit] { display: none; } #lukas li.plus img { margin: -850px 0 0 0; } #lukas li.following img { margin: -50px 0 0 0; } #lukas li.activity img { margin: -100px 0 0 0; } #lukas li.popular img { margin: -150px 0 0 0; } #lukas li.recent img { margin: -200px 0 0 0; } #lukas li.surprise img { margin: -250px 0 0 0; } #lukas li.categories img { margin: -300px 0 0 0; } #lukas li.search img { margin: -350px 0 0 0; } #lukas li.arrow img { margin: -400px 0 0 0; } #lukas li.videos img { margin: -450px 0 0 0; } #lukas li.colors img { margin: -500px 0 0 0; } #lukas li.help img { margin: -550px 0 0 0; } #lukas li.settings img { margin: -600px 0 0 0; } #lukas li.exit img { margin: -650px 0 0 0; } #lukas li.login img { margin: -650px 0 0 0; } #lukas li.upload img { margin: -700px 0 0 0; } #lukas li.superfun img { margin: -750px 0 0 0; } #lukas li.active span img, html.no-touch #lukas li:hover span img { margin-left: -50px; } #lukas li.profile.active a span img, html.no-touch #lukas li.profile:hover a span img { margin-left: 0; } #lukas li.profile a span { border: 2px solid #ffffff; -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px; } #lukas li.profile.active a span { border-color: #008ed3; } #lukas li.active:after { content: " "; position: absolute; left: 0; top: 0; bottom: 0; border-right: 3px solid #008ed3; } html.cssanimations #lukas li.active:after, html.cssanimations #lukas li .cover { -webkit-transition: all 0.15s cubic-bezier(.25, 0, .35, 1); -moz-transition: all 0.15s cubic-bezier(.25, 0, .35, 1); -o-transition: all 0.15s cubic-bezier(.25, 0, .35, 1); transition: all 0.15s cubic-bezier(.25, 0, .35, 1); } html.cssanimations.no-touch #lukas li.active:after, html.cssanimations.no-touch #lukas li .cover { -webkit-transition-delay: .25s; -moz-transition-delay: .25s; -o-transition-delay: .25s; transition-delay: .25s; } #lukas li .cover { position: absolute; background: white; top: 0; bottom: 0; right: -50px; width: 180px; display: block; } html.cssanimations.touch #lukas.expand li .cover, html.cssanimations.no-touch #lukas:hover li .cover, html.cssanimations.no-touch #lukas.searching li .cover { right: -180px; } #lukas .hamburger { position: absolute; bottom: 0; left: 0; right: 0; padding: 5px 0; display: none; border-top: 2px solid #cdcdcd; background: #ffffff; } html.touch #lukas .hamburger { display: block; } #lukas .hamburger.active div img { margin-left: -50px; } #lukas .hamburger .icon { position: relative; margin: 0 5px; height: 37px; border: 1px solid #c7c7c7; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; display: block; cursor: pointer; } #lukas .hamburger .wrap { margin: 0 auto; width: 48px; height: 37px; overflow: hidden; display: block; } #lukas .hamburger div img { display: block; margin: -805px 0 0 -2px; } #lukas.expand .hamburger div img { margin-left: -52px; } /** Auto-complete search **/ #searchResults { position: fixed; top: 0; bottom: 0; left: 0px; width: 0px; z-index: 11; overflow: hidden; background: #ffffff; border-right: 1px solid #dedede; box-shadow: 0 1px 5px rgba(0,0,0,.15); -webkit-transition: width 0.75s cubic-bezier(.25, 0, .35, 1); -moz-transition: width 0.75s cubic-bezier(.25, 0, .35, 1); -o-transition: width 0.75s cubic-bezier(.25, 0, .35, 1); transition: width 0.75s cubic-bezier(.25, 0, .35, 1); } #searchResults .content { width: 380px; height: 100%; overflow: hidden; overflow-y: scroll; -webkit-overflow-scrolling: touch; } #searchResults.active { width: 360px; } #searchResults .section { border-bottom: 1px solid #dedede; padding: 10px 0 13px 185px; margin: 0; width: 180px; } #searchResults .section:last-child { border-bottom: 0px; } #searchResults .section h2 { padding: 0 10px 0 15px; font-size: 13px; line-height: 24px; } #searchResults .section h2, #searchResults .section h2 a { color: #999; } #searchResults .section li { font-size: 13px; line-height: 20px; padding: 0 10px 0 15px; } /** Header */ #header { position: fixed; z-index: 100; width: 100%; padding: 0 15px 0 0; background-color: rgba(255,255,255,.95); -webkit-box-shadow: inset 1px 0 0 rgba(255,255,255,.75), 0 1px 5px rgba(0,0,0,.15); -moz-box-shadow: inset 1px 0 0 rgba(255,255,255,.75), 0 1px 5px rgba(0,0,0,.15); box-shadow: inset 1px 0 0 rgba(255,255,255,.75), 0 1px 5px rgba(0,0,0,.15); height: 40px; text-shadow: 0 1px #ffffff; background-color: #ffffff; background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f8f8f8)); background-image: -webkit-linear-gradient(top, #ffffff, #f8f8f8); background-image: -moz-linear-gradient(top, #ffffff, #f8f8f8); background-image: -ms-linear-gradient(top, #ffffff, #f8f8f8); background-image: -o-linear-gradient(top, #ffffff, #f8f8f8); background-image: linear-gradient(top, #ffffff, #f8f8f8); border-bottom: 1px solid #c4c4c4; } .headerSpacer { height: 30px; } #siteIntro { padding: 30px 0 20px 0; text-align: center; } #siteIntro h2 { font-weight: normal; margin: 0; color: #888; line-height: 30px; text-shadow: 0 1px rgba(255,255,255,.5); } #siteIntro h2 a { -webkit-transition: all 0.15s ease-out; -moz-transition: all 0.15s ease-out; -o-transition: all 0.15s ease-out; transition: all 0.15s ease-out; text-decoration: none; } #siteIntro h2 a.link { text-decoration: underline; } #siteIntro h2 a:hover { color: #008ed3; text-decoration: underline; } #siteIntro .actionButton { display: block; margin: 20px auto; width: 200px; font-size: 20px; line-height: 32px; } .ie6 #header { position: relative; } .ie6 .headerSpacer { height: 20px; } #header .logo { float: left; } #header .logo a { float: left; margin: 10px 15px 0 15px; background: transparent url('http://assets.wookmark.com/icons.png') no-repeat 0 -54px; width: 32px; height: 21px; padding: 0; overflow: hidden; text-indent: -1000px; } #header .logo h1.plus a { background-position: 0 -133px; width: 41px; height: 56px; margin: 0 13px 0 13px; } #header .logo h1 { display: inline-block; margin: 0; padding: 0; float: left; } #header .logo p { font-size: 12px; line-height: 40px; color: #333; display: inline-block; border-left: 1px solid #e8e8e8; padding-left: 15px; float: left; } #header .primary { float: left; line-height: 40px; border-left: 1px solid #e8e8e8; border-right: 1px solid #ffffff; } #header .options { float: right; margin: 0 0 0 0; font-size: 12px; text-align: center; } #header .primary li, #header .options .item { float: left; margin: 0 0 0 0; line-height: 40px; border-left: 1px solid #fff; border-right: 1px solid #e8e8e8; } #header .options .item a { display: block; height: 40px; padding: 0 15px 0 15px; color: #444444; font-weight: bold; -webkit-transition: all 0.15s ease-out; -moz-transition: all 0.15s ease-out; -o-transition: all 0.15s ease-out; transition: all 0.15s ease-out; } #header .primary li a:hover, #header .options .item a:hover { color: #008ed3; } #header .primary li { padding: 0 15px 0 15px; } #header .primary li.options { padding: 0 5px 0 5px; } #header .primary li a { color: #333; font-weight: bold; -webkit-transition: all 0.15s ease-out; -moz-transition: all 0.15s ease-out; -o-transition: all 0.15s ease-out; transition: all 0.15s ease-out; } #header .primary .profile img { vertical-align: middle; margin-right: 10px; margin-bottom: 4px; -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; } #header .primary .profile { margin: 0; } #header .options .search { padding: 0 10px 0 10px; height: 40px; position: relative; border-left: none; } #header .options .search input { margin-top: 8px; -moz-border-radius: 100px; -webkit-border-radius: 10px; border-radius: 100px; color: #999; background-color: #f4f4f4; border: 1px solid #cccccc; -moz-box-shadow: 0 1px 0 rgba(255,255,255,.75), inset 0 1px 3px rgba(0, 0, 0, .1); -webkit-box-shadow: 0 1px 0 rgba(255,255,255,.75), inset 0 1px 3px rgba(0, 0, 0, .1); box-shadow: 0 1px 0 rgba(255,255,255,.75), inset 0 1px 3px rgba(0, 0, 0, .1); } #header .options .search input.active { color: #000000; font-style: normal; border-color: #aaa; } #header .options .search input.isBad { background-color: #d33200; color: #ffffff; } #header .options .search #searchAutoComplete, #commentAutoComplete { position: absolute; border: 1px solid #bbb; border-top: 0px; background-color: #fff; left: -2px; top: 40px; -moz-border-radius-bottomleft: 3px; -webkit-border-bottom-left-radius: 3px; border-bottom-left-radius: 3px; width: 200px; -moz-box-shadow: 0 1px 2px rgba(0,0,0,.2); -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2); box-shadow: 0 1px 2px rgba(0,0,0,.2); } #commentAutoComplete { z-index: 15000; } #searchAutoComplete { background-color: #f8f8f8; display: non; margin-top: 4px; } #searchAutoComplete .content { min-height: 24px; } #searchAutoComplete h2 { float: left; font-size: 12px; line-height: 24px; width: 74px; text-align: right; padding-top: 5px; } #searchAutoComplete ul, #commentAutoComplete ul { margin: 0; padding: 0; list-style-type: none; } #searchAutoComplete ul { float: right; width: 145px; background-color: #ffffff; border-left: 1px solid #ddd; padding: 5px 0 5px 0; } #searchAutoComplete li, #commentAutoComplete li { margin: 0; padding: 0; position: relative; } #searchAutoComplete li a, #commentAutoComplete li a { margin: 0; padding: 3px 5px 3px 10px; display: block; font-size: 12px; line-height: 18px; height: auto; text-align: left; } #searchAutoComplete span, #commentAutoComplete span { font-size: 10px; color: #999999; padding-left: 5px; } #header .dropdown { position: relative; margin-top: -1px; padding: 0; z-index: 10000; } #header .dropdown.howto { border-right: 0px; } #header li.dropdown.howto p { padding: 0 0px 0 0px; } #header .dropdown.howto p img { margin-left: 5px; } #header .dropdown p { padding: 0 12px 0px 10px; cursor: pointer; } #header .dropdown p em { background: transparent url('http://assets.wookmark.com/icons.png') no-repeat -33px -55px; display: inline-block; width: 10px; height: 6px; margin-left: 7px; } #header .dropdown p.arrow em { margin-left: 0; } #header .dropdown.active, #header .dropdown p:hover { background-color: #fffffff; display: block; } #header .dropdown .ddwrap { display: none; position: absolute; border: 1px solid #bbb; border-top: 0px; background-color: #fff; right: -2px; top: 41px; -moz-border-radius-bottomleft: 3px; -webkit-border-bottom-left-radius: 3px; border-bottom-left-radius: 3px; width: 120px; -moz-box-shadow: 0 1px 2px rgba(0,0,0,.2); -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2); box-shadow: 0 1px 2px rgba(0,0,0,.2); } #header .primary li.options.dropdown .ddwrap { -moz-border-radius-bottomright: 3px; -webkit-border-bottom-right-radius: 3px; border-bottom-right-radius: 3px; left: -123px; } #header .primary li.options.dropdown .ddwrap ul { float: left; width: 120px; margin: 0; border: 0px; } #header .primary li.options.dropdown .ddwrap ul li { border: none; } #header .primary li.options.dropdown .ddwrap ul.general { border-right: 1px solid #ededed; } #header .primary .dropdown .ddwrap { width: 241px; } #header .dropdown .ddwrap .arrows { color: #ffffff; position: absolute; right: 9px; letter-spacing: -3px; top: -22px; font-size: 10px; text-shadow: 0 -1px #bbb; display: none; } #header .dropdown ul li { padding: 0; float: none; line-height: 18px; margin: 0; } #header .dropdown ul li a, #header .options .dropdown ul li a { text-align: left; display: block; text-indent: 8px; padding: 6px 0 6px 0; border-bottom: 1px solid #ddd; font-size: 12px; line-height: 18px; height: auto; color: #444444; text-shadow: none; font-weight: normal; -webkit-transition: all 0.1s ease-out; -moz-transition: all 0.1s ease-out; -o-transition: all 0.1s ease-out; transition: all 0.1s ease-out; } #header .dropdown ul li:hover { } #header .dropdown ul li a:hover { color: #008ed3; } #header .dropdown ul li.logout a { font-style: italic; font-size: 10px; color: #777; } #header .dropdown ul li.logout:hover { background: transparent url('http://assets.wookmark.com/tears.png') no-repeat 98px center; } #header .dropdown ul li.logout a:hover { color: #008ed3; } #header .dropdown ul li.upgrade { background: transparent url('http://assets.wookmark.com/seal-pico.png') no-repeat 98px center; } #header .dropdown ul li:last-child a { border: 0; } #header .dropdown.active .ddwrap, #header .dropdown:hover .ddwrap { display: block; } #header .logo h1 { font-size: 16px; font-weight: 500; margin: 0px; color: #333; letter-spacing: .5px; } #header a:link, #header a:visited { color: #333; text-decoration: none; -moz-transition: all 0.1s ease-out; -o-transition: all 0.1s ease-out; -webkit-transition: all 0.1s ease-out; -ms-transition: all 0.1s ease-out; transition: all 0.1s ease-out; } #header a:hover { color: #008ed3; } #header .options .surprise a { display: block; } #header .options .surprise img { vertical-align: middle; } .noImages a:link, .noImages a:visited { text-decoration: underline; font-size: 48px; padding: 20px 0 0 90px; display: block; width: 300px; text-align: left; } .polaroid, .tile.custom { width: 236px; padding: 18px 0 10px 0; background-color: #fff; -moz-transition: box-shadow 0.15s ease-out; -o-transition: box-shadow 0.15s ease-out; -webkit-transition: box-shadow 0.15s ease-out; -ms-transition: box-shadow 0.15s ease-out; transition: box-shadow 0.15s ease-out; -moz-border-radius: 2px; -webkit-border-radius: 2px; border-radius: 2px; display: none; border: 1px solid #dedede; } .polaroid:hover { border: 1px solid #cccccc; } .polaroid.private { background: #ffffff url('http://assets.wookmark.com/private-tiny.png') no-repeat 222px 6px; } .polaroid .imageLink { padding-left: 18px; margin-bottom: 8px; display: block; position: relative; } .polaroid.tall .imageLink { max-height: 500px; overflow: hidden; } .polaroid.tall .imageLink:after { content: ""; position: absolute; bottom: 0; left: 0; right: 0; display: block; height: 2px; background: transparent url('http://assets.wookmark.com/tile-cutoff.png') no-repeat bottom center; } .polaroid .imageLink .videoIcon { background-image: url('http://assets.wookmark.com/video.png'); width: 20px; height: 20px; bottom: 4px; left: 22px; position: absolute; } .polaroid .imageLink img { display: block; } .polaroid .imageLink { d-webkit-transition: -webkit-filter 0.15s ease-out; d-webkit-backface-visibility: hidden; d-webkit-filter: contrast(101%) saturate(101%); } .polaroid .imageLink:hover { d-webkit-filter: contrast(115%) saturate(115%); } .polaroid .comments .comment, .polaroid .personalization, .polaroid p.expand { font-size: 11px; line-height: 16px; padding: 0 18px 0 18px; color: #777; } .polaroid .comments .comment.hidden { display: none; } .polaroid .personalization { padding: 0 18px 8px 18px; } .polaroid .stats.empty, .polaroid .likes.empty, .polaroid .saves.empty { display: none; } .polaroid .groups, .polaroid .stats { padding-left: 18px; padding-right: 18px; } body.hideTileInfo .polaroid .comments, body.hideTileInfo .polaroid .personalization, body.hideTileInfo .polaroid .groups, body.hideTileInfo .polaroid .stats { display: none; } .polaroid .likes, .polaroid .saves, .polaroid .groups p { color: #777; font-size: 11px; line-height: 16px; padding: 0 0 0 0; } .polaroid .stats .likes, .polaroid .stats .saves { margin-right: 10px; } .polaroid .stats em { background: transparent url('http://assets.wookmark.com/icons.png') no-repeat -43px -62px; width: 11px; height: 11px; display: inline-block; vertical-align: middle; } .polaroid .stats em.l { background-position: -32px -62px; margin-right: 2px; } .polaroid .groups .hidden { display: none; } .polaroid > div { border-bottom: 1px solid #e8e7e3; padding: 0 0 8px 0; margin-bottom: 8px; } .polaroid > div:last-child { border-bottom: 0; padding-bottom: 0px; margin-bottom: 0px; } .polaroid .groups p .owned, .polaroid .groups p .owned:visited { border-bottom: 1px dotted #999; } .polaroid.ad, .polaroid.superad { font-size: 11px; color: #666666; padding-left: 18px; padding-right: 18px; padding-bottom: 18px; width: 200px; } .polaroid.ad p, .polaroid.superad p { font-weight: bold; font-size: 11px; line-height: 20px; margin: 0 0 1px 0; text-indent: 6px; background: #aca7a3; color: #ffffff; text-align: center; } .polaroid.ad p a, .polaroid.superad p a { text-decoration: none; color: #ffffff; } .polaroid.ad p a:hover, .polaroid.superad p a:hover { color: #008ed3; } .polaroid.ad .adContent { min-height: 125px; background: #4a4a4a url('/assets/advertise.jpg'); padding: 0; } .polaroid.superad { padding-top: 36px; padding-bottom: 36px; } .polaroid.superad p { margin-left: 20px; margin-right: 20px; } .polaroid.superad .superAdContent { width: 160px; height: 600px; background-color: #f8f8f8; margin: 0 auto 1px auto; padding: 0; border: none; } .polaroid.ad .adContent a { font-size: 16px; line-height: 125px; text-align: center; display: block; color: #CCCCCC; font-weight: 100; -moz-transition: all 0.15s ease-out; -o-transition: all 0.15s ease-out; -webkit-transition: all 0.15s ease-out; -ms-transition: all 0.15s ease-out; transition: all 0.15s ease-out; text-decoration: none; text-shadow: 0 1px 0 #000000; } .polaroid.ad .adContent a:hover { color: #FFFFFF; } /** Custom tiles **/ .tile.custom { padding: 0; } .tile.custom p { font-size: 12px; line-height: 16px; color: #777; padding: 5px 18px 0 18px; margin: 0; } .tile.custom p b { color: #333; font-weight: normal; } .tile.custom .statistics { margin: 0 0 0 0; padding: 8px 0 5px 18px; border-top: 1px solid #ededed; border-bottom: 1px solid #ededed; } .tile.custom .statistics p { float: left; width: 33%; margin: 5px 0 5px 0; font-size: 14px; line-height: 14px; color: #333; font-weight: bold; } .tile.custom .statistics p span { font-size: 11px; color: #777; font-weight: normal; } .tile.custom h1 { font-size: 16px; line-height: 22px; margin: 0 0 0 18px; padding: 12px 0 0 0; } .tile.custom .actionButton { display: inline-block; margin: 12px 0 17px 15px; font-size: 12px; padding: 0 9px 1px 9px; line-height: 26px; } /** Hover options **/ .polaroid .options { opacity: 0; border: 0; margin: 0; padding: 0; position: absolute; top: 0px; left: 0px; -moz-transition: opacity 0.15s ease-out; -o-transition: opacity 0.15s ease-out; -webkit-transition: opacity 0.15s ease-out; -ms-transition: opacity 0.15s ease-out; transition: opacity 0.15s ease-out; background-color: white; height: 50px; width: 236px; z-index: 10; } .polaroid.optionsActive .options, .polaroid:hover .options { opacity: 1; } body.iPad .polaroid.optionsActive .options, body.iPad .polaroid:hover .options { opacity: 0; } html.no-opacity .polaroid .options { display: none; } html.no-opacity .polaroid.optionsActive .options, html.no-opacity .polaroid:hover .options { display: block; } .none { display:none; } .save, .like, .polaroid .options .magnify { cursor: pointer; float: left; top: 0px; width: 98px; height: 50px; -moz-transition: opacity 0.15s ease-out; -o-transition: opacity 0.25s ease-out; -webkit-transition: opacity 0.25s ease-out; -ms-transition: opacity 0.25s ease-out; transition: opacity 0.25s ease-out; } .options span, #lightbox .options span { text-align: center; width: 100%; display: inline-block; font-size: 9px; color: #666666; line-height: 9px; margin: 2px 0 0 0; } #lightbox #tagOptions a { float: left; width: 20%; height: 52px; border-left: 1px solid #dedede; } #lightbox #tagOptions a.saveButton { border-left: 0px; } .options .savea, .options .like { border-left: 1px solid #dedede; } .options .like { right: 0px; } .options .like.active em, .options .save.active em, .options .comment.active em { -webkit-animation: jump 0.75s 1; -moz-animation: jump 0.75s 1; -o-animation: jump 0.75s 1; animation: jump .75s 1; } .options .save.active, .options .like.active, .options .comment.active, #lightbox #tagOptions a.active { background-color: #008ed3; color: #ffffff; } .options .like:hover span, .options .save:hover span, .options .magnify:hover span , .options .comment:hover span, #lightbox #tagOptions a:hover span { color: #008ed3; } .options .like.active span, .options .save.active span, .options .magnify.active span, .options .comment.active span, #lightbox #tagOptions a.active span { color: #ffffff; } .options .like.loading, .options .save.loading, .options .comment.loading, #lightbox #tagOptions a.loading { background-image: url('/assets/loader-grey.gif'); background-repeat: no-repeat; background-position: center 10px; } .options .like.loading em, .options .save.loading em, .options .comment.loading em, #lightbox #tagOptions a.loading em { visibility: hidden; } .polaroid .options a { display: block; padding-bottom: 8px; } .polaroid .comments div { position: relative; } .polaroid .comments .comment { word-wrap: break-word; } .polaroid .comments .editComment { position: absolute; right: 0; top: -2px; display: none; background-color: #ffffff; } .polaroid .comments div:hover .editComment { display: block; } .polaroid .comments.empty { display: none; } .polaroid .comments textarea { width: 188px; height: 50px; font-size: 12px; line-height: 16px; font-family: "Helvetica Neue", Helvetica, arial, sans-serif; padding: 4px 4px 5px 5px; color: #000000; font-style: normal; border: 1px solid #ccc; margin: 0 0 5px 0; } .polaroid .comments .formCreateComment { padding: 5px 0 5px 18px; } .polaroid .options em, #lightbox .options em { background: transparent url('http://assets.wookmark.com/icons.png') no-repeat left top; width: 18px; height: 18px; display: block; margin: 9px auto 1px auto; } .options em{ background: transparent url('http://assets.wookmark.com/icons.png') no-repeat left top; width: 18px; height: 18px; display: block; margin: 9px auto 1px auto; } #lightbox .options em { margin-top: 11px; } .polaroid .options .magnify em { background-position: -18px 0; } .options .save em, #lightbox #tagOptions .saveButton em { background-position: -36px 0; } .polaroid .options .comment em, #lightbox #tagOptions .noteButton em { background-position: -54px 0; } #lightbox #tagOptions .shareButton em { background-position: -72px 0; } #lightbox #tagOptions .flagButton em { background-position: -90px 0; } .options .like:hover em, #lightbox #tagOptions .likeButton:hover em { background-position: 0 -36px; } .polaroid .options .magnify:hover em { background-position: -18px -36px; } .options .save:hover em, #lightbox #tagOptions .saveButton:hover em { background-position: -36px -36px; } .polaroid .options .comment:hover em, #lightbox #tagOptions .noteButton:hover em { background-position: -54px -36px; } #lightbox #tagOptions .shareButton:hover em { background-position: -72px -36px; } .options .like.active em, #lightbox #tagOptions .likeButton.active em { background-position: 0 -18px; } .polaroid .options .magnify.active em { background-position: -18px -18px; } .options .save.active em, #lightbox #tagOptions .saveButton.active em { background-position: -36px -18px; } .polaroid .options .comment.active em, #lightbox #tagOptions .noteButton.active em { background-position: -54px -18px; } #lightbox #tagOptions .shareButton.active em { background-position: -72px -18px; } /** NSFW **/ .polaroid .nsfwCover { display: none; } .polaroid.nsfw .nsfwCover { display: block; background: transparent url('http://assets.wookmark.com/nsfwCover.png'); text-align: center; display: table; padding: 0 0 0 0; position: absolute; left: 18px; top: 18px; border-bottom: 0px; cursor: pointer; } .polaroid.nsfw .nsfwCover .nsfwWrap { vertical-align: middle; display: table-cell; line-height: 32px; } .polaroid.nsfw .nsfwCover p { font-weight: bold; font-size: 16px; color: #000000; background: #ffffff; margin: 0 auto; display: inline-block; padding: 0 10px 0 10px; } /** Polaroid Promos **/ .polaroid.promo { width: 200px; padding: 14px 18px 12px 18px; background-color: #fff; -moz-transition: box-shadow 0.15s ease-out; -o-transition: box-shadow 0.15s ease-out; -webkit-transition: box-shadow 0.15s ease-out; -ms-transition: box-shadow 0.15s ease-out; transition: box-shadow 0.15s ease-out; -moz-border-radius: 2px; -webkit-border-radius: 2px; border-radius: 2px; border: 1px solid #dedede; float: left; margin: 1px; } .polaroid.promo h6 { font-weight: bold; color: #ffffff; font-size: 11px; line-height: 20px; margin: 0 0 1px 0; text-indent: 6px; background: #aca7a3; } .polaroid.promo img { display: block; } .polaroid.promo h4, .polaroid.promo p { font-size: 11px; line-height: 16px; } .polaroid.promo p { color: #666666; } .polaroid.promo h4 { margin: 8px 0 0 0; } body.fadeSaved .polaroid.saved { background-color: transparent; border: 1px dotted #e9e9e9; } body.fadeSaved .polaroid.saved .imageLink img { opacity: .15; } body.fadeSaved .polaroid.saved .stats, body.fadeSaved .polaroid.saved .personalization, body.fadeSaved .polaroid.saved .comments, body.fadeSaved .polaroid.saved .groups { opacity: .15; } body.fadeSaved .polaroid.saved:hover { background-color: #ffffff; border: 1px dotted #dedede; } body.fadeSaved .polaroid.saved:hover .imageLink img { opacity: 1; } body.fadeSaved .polaroid.saved:hover .stats, body.fadeSaved .polaroid.saved:hover .personalization, body.fadeSaved .polaroid.saved:hover .comments, body.fadeSaved .polaroid.saved:hover .groups { opacity: 1; } #loader { display: none; position: fixed; bottom: 20px; left: 50%; background: transparent url('http://assets.wookmark.com/loader-circle-image.gif') no-repeat center center; width: 32px; height: 32px; opacity: 0; margin-left: -16px; } #lightbox { position: fixed; width: 100%; background-color: rgba(0,0,0,.85); top: 0; left: 0; bottom: 0; right: 0; overflow: hidden; z-index: 101; opacity: 1; -moz-transition: opacity 0.15s ease-out; -o-transition: opacity 0.25s ease-out; -webkit-transition: opacity 0.25s ease-out; -ms-transition: opacity 0.25s ease-out; transition: opacity 0.25s ease-out; } html.no-opacity #lightbox { background-image: url('http://assets.wookmark.com/bk_shader.png'); } body.lightboxActive { overflow: hidden; -webkit-overflow-scrolling: touch; } #lightbox { overflow-y: scroll; } #lightbox .loader { background: transparent url('http://assets.wookmark.com/loader-white.gif') no-repeat center center; position: absolute; left: 0; right: 0; top: 0; bottom: 0; } #lightbox .lightboxPreview, #lightbox .lightboxContent { position: relative; margin: 0 auto; background: black; border-top-left-radius: 3px; border-bottom-left-radius: 3px; } #lightbox .closeButton { background: transparent url('http://assets.wookmark.com/lightbox-close.png') no-repeat center center; width: 30px; height: 30px; position: absolute; top: 10px; right: 10px; cursor: pointer; z-index: 110; } #lightbox.biggy .closeButton { right: 40px; top: 31px; background-image: url('http://assets.wookmark.com/lightbox-close-light.png'); } #lightbox .lightboxPreview { position: absolute; top: 0; left: 0; right: 0; bottom: 0; } #lightbox .image { display: block; position: absolute; left: 0; right: 317px; top: 0; bottom: 0; border-top-left-radius: 3px; border-bottom-left-radius: 3px; opacity: 1; -moz-transition: opacity 0.25s ease-out; -o-transition: opacity 0.25s ease-out; -webkit-transition: opacity 0.25s ease-out; -ms-transition: opacity 0.25s ease-out; transition: opacity .25s ease-out; } #lightbox.loadingBigImage .image { opacity: 0; } #lightbox .image .wrap, #lightbox .image .imageWrap { width: 100%; } #lightbox .image .wrap a { display: block; position: relative; height: 100%; } #lightbox .image img, #lightbox .image iframe { display: block; margin: 0 auto; max-width: 100%; } #lightbox .arrowLeft, #lightbox .arrowRight, #lightbox .layoutButton { width: 42px; height: 100%; position: absolute; top: 0; cursor: pointer; opacity: 0; z-index: 10000; -moz-transition: opacity 0.25s ease-out; -o-transition: opacity 0.25s ease-out; -webkit-transition: opacity 0.25s ease-out; -ms-transition: opacity 0.25s ease-out; transition: opacity .25s ease-out; } #lightbox .image:hover .arrowLeft, #lightbox .image:hover .arrowRight, #lightbox .image:hover .layoutButton { opacity: 1; } #lightbox .arrowLeft { left: 0px; background: transparent url('http://assets.wookmark.com/lightbox-arrow-left.png') no-repeat center center; } #lightbox .arrowRight { right: 0px; background: transparent url('http://assets.wookmark.com/lightbox-arrow-right.png') no-repeat center center; } #lightbox .layoutButton { right: 1px; top: 0px; bottom: auto; height: 52px; background: transparent url('http://assets.wookmark.com/lightbox-expand.png') no-repeat center center; } #lightbox .contentWrap { height: 100%; margin: 0; position: relative; display: block; z-index: 104; } #lightbox .details { position: absolute; width: 318px; right: 0; top: 0; bottom: 0; display: block; height: 100%; z-index: 103; background-color: #ffffff; border-top-right-radius: 3px; border-bottom-right-radius: 3px; } #lightbox .details .wrap { display: block; width: 318px; height: 99%; position: relative; } #lightboxDetails { overflow-y: hidden; } #lightbox .details:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; } #lightbox .details .info { padding: 0 0 0 0; } #lightbox .details h4 { font-size: 13px; line-height: 18px; color: #777777; } #lightbox .details .info p { color: #777777; font-size: 13px; line-height: 18px; margin-bottom: 10px; } #lightbox .details .stats { color: #000000; font-weight: normal; border-top: 1px solid #ededed; padding: 10px 0 10px 0; } #lightbox .details .stats p { padding: 3px 15px 3px 33px; font-size: 13px; font-weight: bold; line-height: 18px; background: transparent url('http://assets.wookmark.com/plus-nano.png') no-repeat 13px 7px; color: #777777; margin: 0; font-weight: normal; } #lightbox .details .stats p.likes { background-image: url('http://assets.wookmark.com/heart-nano.png'); } #lightbox .details .info .expand { color: #000; } #lightbox .details .info .expand:hover { text-decoration: underline; cursor: pointer; } #lightbox .details .info .hidden { display: none; } #lightbox .details .finder, #lightbox .details .comment { padding: 13px 13px 13px 13px; margin-top: 0; position: relative; } #lightbox .details .finder h4, #lightbox .details .finder p, #lightbox .details .comment p { padding: 0 0 0 0; color: #777777; font-size: 13px; line-height: 18px; margin: 0; font-weight: normal; } #lightbox .details .finder p a.userLink { color: #000000; font-size: 11px; font-weight: normal; } #lightbox .details .finder h4 { margin-right: 80px; margin-top: 3px; } #lightbox .details .finder a { font-weight: normal; } #lightbox .details .finder button { position: absolute; right: 15px; top: 20px; width: 75px; text-align: center; } #lightbox .details .userPic { margin: 1px 10px 0 0; display: inline-block; float: left; background: #dedede url('http://assets.wookmark.com/no-profile.png') no-repeat center center; -moz-border-radius: 2px; -webkit-border-radius: 2px; border-radius: 2px; -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,.1); -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1); box-shadow: inset 0 1px 2px rgba(0,0,0,.1); width: 30px; height: 30px; } #lightbox .details .finder .userPic { width: 40px; height: 40px; } #lightbox .details .comment .editComment { position: absolute; right: 10px; top: 10px; display: none; } #lightbox .details .comment:hover .editComment { display: block; } #lightbox .details .finder .userPic img { -moz-border-radius: 2px; -webkit-border-radius: 2px; border-radius: 2px; } #lightbox .details .similar { text-align: left; padding: 1px 0 0 0; aborder-bottom: 1px solid #dedede; background-color: #000000; } #lightbox .details .similar h3 { display: none; } #lightbox .details .similar li { float: left; position: relative; } #lightbox .details .similar li img { a-moz-border-radius: 2px; a-webkit-border-radius: 2px; aborder-radius: 2px; margin: 0 1px 1px 0; display: block; -moz-transition: opacity 0.25s ease-out; -o-transition: opacity 0.25s ease-out; -webkit-transition: opacity 0.25s ease-out; -ms-transition: opacity 0.25s ease-out; transition: opacity 0.25s ease-out; opacity: 0; width: 105px; height: 79px; } #lightbox .details .similar li img.ready { opacity: 1; } #lightbox .details .similar li .videoIcon { background-image: url('http://assets.wookmark.com/video.png'); width: 20px; height: 20px; bottom: 5px; left: 5px; position: absolute; } #lightbox .details .activity { border-top: 1px solid #ededed; padding: 5px 13px 5px 13px; } #lightbox .details .activity.scrollable { overflow-y: scroll; } #lightbox .details .activity .group, #lightbox .details .activity .comment { padding: 5px 0 5px 0; } #lightbox .noteButton { display: none; } #lightbox .details .flagOption { font-size: 11px; border-top: 1px solid #dedede; margin-top: 5px; padding: 10px 0 15px 0; display: block; } #lightbox #tagOptions .shareButton { border-right: 1px solid #ededed; } #lightbox #tagOptions .flagButton { float: right; } #lightbox #commentForm { padding: 5px 0 5px 0; } #lightbox #commentForm textarea { width: 235px; height: 20px; font-size: 14px; color: #999; } #lightbox .activity.scrollable #commentForm textarea { width: 215px; } #lightbox #commentForm.active textarea { color: #333; height: 40px; } /** Media queries **/ @media screen and (max-width: 380px) { #header .primary .profile { padding: 0; } #header .logo p { display: none; } #header .primary .profile a:first-child img { margin: 0 11px 3px 10px; padding: 0; } #header .primary .profile a:last-child { display: none; } #header .options .signup, #header .options .about, #header .options .search, #header .options .dropdown, #header .options .howto { display: none; } } @media screen and (min-width: 380px) and (max-width: 570px) { #header .options .surprise, #header .options .search, #header .options .signup, #header .options .about { display: none; } #header .logo p { display: none; } } @media screen and (max-width: 680px) { #header .logo p { display: none; } } @media screen and (max-width: 570px) { .polaroid .options, .polaroid .options .save, .polaroid .options .comment, .polaroid .options .like, .polaroid .options .magnify { opacity: 1; } .polaroid .options .magnify { display: none; } .polaroid { padding-top: 50px; } } /** General adjustments for iPad **/ /** iPad Retina adjustments **/ @media only screen and (-Webkit-min-device-pixel-ratio: 1.5), only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (min-device-pixel-ratio: 1.5) { #header .logo a { background-image: url('http://assets.wookmark.com/icons-hd.png'); background-size: 108px 189px; margin-top: 11px; } .polaroid .options em, .polaroid .stats em { background-image: url('http://assets.wookmark.com/icons-hd.png'); background-size: 108px 189px; } } /** Source tile **/ .tile.source { padding: 14px 18px 18px 18px; background-color: #fff; -moz-transition: box-shadow 0.15s ease-out; -o-transition: box-shadow 0.15s ease-out; -webkit-transition: box-shadow 0.15s ease-out; -ms-transition: box-shadow 0.15s ease-out; transition: box-shadow 0.15s ease-out; border: 1px solid #dedede; -moz-border-radius: 2px; -webkit-border-radius: 2px; border-radius: 2px; } .tile.source:hover { -moz-box-shadow: 0 1px 2px rgba(0,0,0,.25); -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.25); box-shadow: 0 1px 2px rgba(0,0,0,.25); } .tile.source { width: 200px; font-family: "Helvetica Neue", Helvetica, arial, sans-serif; } .tile.source h4 { margin: 0; padding: 0 0 10px 0; font-size: 16px; word-wrap: break-word; } .tile.source p { font-size: 11px; line-height: 14px; color: #777; padding: 8px 0 0 0; } /** Group tiles **/ .tile.group { padding: 14px 17px 18px 18px; background-color: #fff; -moz-transition: box-shadow 0.15s ease-out; -o-transition: box-shadow 0.15s ease-out; -webkit-transition: box-shadow 0.15s ease-out; -ms-transition: box-shadow 0.15s ease-out; transition: box-shadow 0.15s ease-out; border: 1px solid #dedede; -moz-border-radius: 2px; -webkit-border-radius: 2px; border-radius: 2px; width: 201px; display: none; } .tile.group .owner { font-size: 11px; margin-top: 4px; color: #777777; } .tile.group .details { position: absolute; right: 10px; top: 10px; } .tile.group .details img { margin-left: 5px; } .tile.group h2 { font-size: 16px; margin: 0 0 0 0; font-weight: bold; } .tile.group h2 a { text-decoration: none; } .tile.group h2 a:hover { color: #008ed3; } .tile.group .images img.big { margin-bottom: 4px; margin-top: 12px; } .tile.group .images img { display: block; float: left; -moz-border-radius: 2px; -webkit-border-radius: 2px; border-radius: 2px; margin-right: 1px; margin-top: 1px; } .tile.group .images .blank { width: 66px; height: 66px; display: block; float: left; background-color: #ededed; -moz-border-radius: 2px; -webkit-border-radius: 2px; border-radius: 2px; margin-right: 1px; margin-top: 1px; } .tile.group .images img.secret, .tile.group .images .blank.secret { display: none; } .tile.group.james .images img.secret, .tile.group.james .images .blank.secret { display: block; } .tile.group.james .images img.big { display: none; } .tile.group.james h2 { margin-bottom: 10px; } /** Add to groups overlay **/ #groupsOverlay, #sharePopup, .popupWrap { z-index: 1000; position: absolute; top: 20px; left: 20px; background-color: #ffffff; border: 2px solid #4b4b4b; -moz-box-shadow: 0 2px 12px rgba(0,0,0,.35); -webkit-box-shadow: 0 2px 12px rgba(0,0,0,.35); box-shadow: 0 2px 12px rgba(0,0,0,.35); -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; min-width: 230px; } #groupsOverlay .wrap { position: relative; } .popupWrap .arrow, #groupsOverlay .arrow, #sharePopup .arrow { position: absolute; top: -16px; } .popupWrap .arrow img, #groupsOverlay .arrow img, #sharePopup .arrow img { display: block; margin-left: -50%; } .popupWrap.horizontal .arrow { left: -16px; } .popupWrap.horizontal .arrow img { margin-left: 0; margin-top: -14px; } .popupWrap.topper .arrow, #groupsOverlay.topper .arrow, #sharePopup.topper .arrow { top: auto; bottom: -16px; } .popupWrap.horizontal .arrow img.right, .popupWrap.horizontal.topper .arrow img.left, .popupWrap .arrow img.down, .popupWrap.topper .arrow img.up, #groupsOverlay .arrow img.down, #groupsOverlay.topper .arrow img.up, #sharePopup .arrow img.down, #sharePopup.topper .arrow img.up { display: none; } .popupWrap.topper .arrow img.down, #groupsOverlay.topper .arrow img.down, #sharePopup.topper .arrow img.down { display: block; } #groupsOverlay .options { padding: 10px 15px 13px 15px; border-top: 1px solid #e9e9e9; background-color: #f8f8f8; } #groupsOverlay .options:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; } #groupsOverlay .actionButton { right: 5px; top: 5px; padding: 6px 9px 7px 9px; font-size: 12px; } #groupsOverlay .unsaveButton { float: left; text-decoration: underline; cursor: pointer; font-size: 11px; } #groupsOverlay .closeButton, #groupsOverlay .privateButton { float: left; margin-left: 10px; height: 26px; padding: 0; cursor: pointer; } #groupsOverlay .privateButton { line-height: 25px; width: 27px; text-align: center; text-indent: -1000px; overflow: hidden; } #groupsOverlay .privateButton span { opacity: 0.75; background-image: url('http://assets.wookmark.com/key.png'); background-position: center center; background-repeat: no-repeat; display: block; } #groupsOverlay .privateButton:hover span { opacity: 1; } #groupsOverlay .privateButton.active span { opacity: 1; background-image: url('http://assets.wookmark.com/key-active.png'); } #groupsOverlay .privateButton.loading span { background-image: url('http://assets.wookmark.com/loader.gif'); } #groupsOverlay .closeButton span { line-height: 25px; vertical-align: middle; padding: 0 7px 0 8px; } #groupsOverlay .closeButton span img, #groupsOverlay .privateButton span img { vertical-align: middle; } #groupsOverlay .topOptions { position: absolute; right: 12px; top: 12px; } #groupsOverlay h3 { font-size: 14px; border-bottom: 1px solid #e9e9e9; padding: 0 0 0 15px; line-height: 50px; } #groupsOverlay h3 img { vertical-align: middle; margin-right: 7px; padding-bottom: 2px; } #groupsOverlay ul { float: left; margin: 10px 15px 10px 15px; } #groupsOverlay ul li { text-indent: 0px; color: #444; padding: 3px 0 3px 0; display: block; position: relative; font-size: 12px; } #groupsOverlay ul li.loading:before { width: 16px; height: 16px; content: ""; display: block; background: url('/assets/loader.gif') no-repeat; position: absolute; left: -13px; top: 6px; } #groupsOverlay .addForm { clear: both; padding: 1px 0 15px 16px; } #groupsOverlay .addForm h4 { font-size: 13px; color: #000000; font-weight: normal; margin: 0 0 10px 0; } #groupsOverlay .addForm input { float: left; } #groupsOverlay .addForm input[type=text] { padding-top: 7px; padding-bottom: 6px; color: #999; } #groupsOverlay .addForm input[type=text].active { color: #333; } #groupsOverlay .addForm input[type=submit] { margin-left: 5px; display: none; } #groupsOverlay .addForm.active input[type=submit] { display: block; } #groupsOverlay .addForm:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; } #groupsOverlay .privacy { border-top: 1px solid #e9e9e9; font-size: 12px; color: #444; padding: 13px 0 15px 15px; position: relative; } #groupsOverlay .privacy label { margin-right: 10px; } #groupsOverlay .privacy.loading { background: url('/assets/loader.gif') no-repeat 2px center; } #groupsOverlay .dropbox { position: absolute; right: 12px; top: 7px; } #groupsOverlay .dropbox .actionButton { padding: 0; line-height: 16px; cursor: pointer; } #groupsOverlay .dropbox .actionButton span { display: inline-block; padding: 6px 7px 2px 7px; } #groupsOverlay .dropbox .actionButton.loading span { background: transparent url('/assets/loader.gif') no-repeat center center; } #groupsOverlay .dropbox .actionButton.loading span img { visibility: hidden; } #groupsOverlay .upgrade { background: #4b4b4b; font-size: 11px; color: #ffffff; line-height: 34px; padding: 0 10px 0 15px; margin: 2px; -webkit-border-radius: 1px; -moz-border-radius: 1px; border-radius: 1px; } #groupsOverlay .upgrade a { color: #ffffff; text-decoration: underline; } /** Group info popup **/ #groupInfoPopup { width: 225px; padding: 2px 2px 0 2px; min-width: 225px; } #groupInfoPopup .images { margin: 0; } #groupInfoPopup .images img { display: block; float: left; margin: 0; padding: 0; } #groupInfoPopup h4 { padding: 10px 5px 5px 10px; font-size: 13px; } #groupInfoPopup p { margin: 0 5px 10px 10px; color: #666666; font-size: 11px; } /** Share popup **/ #sharePopup { width: 128px; min-width: 0; } #sharePopup li { border-bottom: 1px solid #ededed; margin: 0; padding: 0; } #sharePopup li:last-child { border-bottom: 0px; } #sharePopup li a { display: block; width: 128px; line-height: 40px; text-indent: 40px; position: relative; } #sharePopup li a span { position: absolute; left: 11px; top: 10px; width: 20px; height: 20px; overflow: hidden; display: block; padding: 0; text-indent: 0; } #sharePopup li:hover a span img { margin-top: -20px; } #sharePopup li.pinterest a span img { margin-left: -20px; } #sharePopup li.twitter a span img { margin-left: -40px; } #sharePopup li.embed a span img { margin-left: -60px; } #sharePopup li.tumblr a span img { margin-left: -80px; } /** Comment popup **/ #commentPopup { padding: 10px; } #commentPopup textarea { width: 215px; margin: 0 0 5px 0; } #commentPopup input { float: right; } /** Lightbox options **/ #lightbox #tagOptions { padding: 0; margin: 0; } #lightbox .options #tagOptions { opacity: 1; position: relative; } #lightboxDetails .addComment { display: none; } /** Header Plus message **/ #header #plusMessage { display: none; position: absolute; left: 50%; top: 40px; } #header .plusMessageWrap { margin-left: -50%; display: inline-block; background: #ffffff url('http://assets.wookmark.com/seal-small.png') no-repeat 30px 30px; -moz-box-shadow: 0 1px 3px rgba(0,0,0,.2); -webkit-box-shadow: 0 1px 3px rgba(0,0,0,.2); box-shadow: 0 1px 3px rgba(0,0,0,.2); border: 1px solid #cdcdcd; width: 643px; padding: 10px 0 25px 0; -moz-border-radius-bottomleft: 3px; -moz-border-radius-bottomright: 3px; -webkit-border-bottom-left-radius: 3px; -webkit-border-bottom-right-radius: 3px; border-bottom-left-radius: 3px; border-bottom-right-radius: 3px; } #header #plusMessage h2 { font-size: 24px; margin: 33px 0 0 0; text-indent: 90px; padding-bottom: 43px; } #header #plusMessage .info p { font-size: 18px; line-height: 22px; color: #333333; margin: 0 0 25px 0; float: left; width: 210px; text-align: center; } #header #plusMessage .info { padding-top: 215px; border-bottom: 1px solid #dedede; background: #ffffff url('/assets/plus/plus-message-visual.jpg') no-repeat center 0px; } #header #plusMessage a.actionButton { display: inline-block; float: right; margin: 20px 30px 0 0; font-size: 16px; padding: 0 25px 2px 25px; line-height: 36px; } #header #plusMessage .close { float: right; width: 23px; height: 23px; -moz-border-radius: 20px; -webkit-border-radius: 20px; border-radius: 20px; padding: 0; cursor: pointer; margin: 10px 20px 0 0; } #header #plusMessage .close div { width: 100%; height: 100%; background: transparent url('http://assets.wookmark.com/x.png') no-repeat center center; } /** Quick group nav **/ #quickGroupNav { position: fixed; width: 100%; background-color: rgba(0,0,0,.5); top: 0; left: 0; bottom: 0; right: 0; z-index: 101; } #quickGroupNav .wrap { display: table; width: 100%; height: 100%; text-align: center; } #quickGroupNav .wrap2 { display: table-cell; vertical-align: middle; } #quickGroupNav .content { display: inline-block; margin: 0 auto; background-color: #ffffff; -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; -moz-box-shadow: 0 2px 15px rgba(0,0,0,.25); -webkit-box-shadow: 0 2px 15px rgba(0,0,0,.25); box-shadow: 0 2px 15px rgba(0,0,0,.25); } #quickGroupNav h2 { text-align: left; font-size: 14px; border-bottom: 1px solid #dedede; padding: 15px 15px 15px 15px; } #quickGroupNav ul { float: left; border-right: 1px solid #dedede; } #quickGroupNav li { line-height: 30px; padding-right: 15px; text-indent: 15px; border-bottom: 1px solid #dedede; text-align: left; padding-bottom: 1px; font-size: 12px; } #quickGroupNav li a { display: block; } #quickGroupNav ul li:last-child { border-bottom: 0px; } img.imageLoading { opacity: 0; -webkit-transition: opacity 0.25s ease-out; -moz-transition: opacity 0.25s ease-out; -ms-transition: opacity 0.25s ease-out; -o-transition: opacity 0.25s ease-out; transition: opacity 0.25s ease-out; } img.imageLoaded { opacity: 1; } /** No images message **/ #noImages { text-align: center; max-width: 300px; margin: 35px auto; } #noImages h3 { font-size: 16px; line-height: 24px; margin: 10px 0 15px 0; } #noImages a { display: inline-block; margin: 0 0 0 0; line-height: 28px; padding: 0 12px 2px 12px; } /** Scale/fade animations **/ .zapMeIn { -webkit-animation: zapIn 0.15s 1; -moz-animation: zapIn 0.15s 1; -o-animation: zapIn 0.15s 1; animation: zapIn 0.15s 1; -webkit-animation-timing-function: ease-out; -moz-animation-timing-function: ease-out; -o-animation-timing-function: ease-out; animation-timing-function: ease-out; } .zapMeOut { -webkit-animation: zapOut 0.15s 1; -moz-animation: zapOut 0.15s 1; -o-animation: zapOut 0.15s 1; animation: zapOut 0.15s 1; -webkit-animation-timing-function: ease-out; -moz-animation-timing-function: ease-out; -o-animation-timing-function: ease-out; animation-timing-function: ease-out; } @-webkit-keyframes zapIn { 0% { opacity: 0; -webkit-transform: scale(0.9); } 100% { opacity: 1; -webkit-transform: scale(1); } } @-webkit-keyframes zapOut { 0% { opacity: 1; -webkit-transform: scale(1); } 99% { opacity: 0; -webkit-transform: scale(0.9); } 100% { opacity: 0; -webkit-transform: scale(0.9); display: none; } } @-moz-keyframes zapIn { 0% { opacity: 0; -moz-transform: scale(0.9); } 100% { opacity: 1; -moz-transform: scale(1); } } @-moz-keyframes zapOut { 0% { opacity: 1; -moz-transform: scale(1); } 99% { opacity: 0; -moz-transform: scale(0.9); } 100% { opacity: 0; -moz-transform: scale(0.9); display: none; } } @-o-keyframes zapIn { 0% { opacity: 0; -o-transform: scale(0.9); } 100% { opacity: 1; -o-transform: scale(1); } } @-o-keyframes zapOut { 0% { opacity: 1; -o-transform: scale(1); } 99% { opacity: 0; -o-transform: scale(0.9); } 100% { opacity: 0; -o-transform: scale(0.9); display: none; } } @keyframes zapIn { 0% { opacity: 0; transform: scale(0.9); } 100% { opacity: 1; transform: scale(1); } } @keyframes zapOut { 0% { opacity: 1; transform: scale(1); } 99% { opacity: 0; transform: scale(0.9); } 100% { opacity: 0; transform: scale(0.9); display: none; } } @-webkit-keyframes jumpy { 0% { -webkit-transform: scale(1); -webkit-animation-timing-function: ease-out; } 35% { -webkit-transform: scale(2.5); -webkit-animation-timing-function: ease-in; } 70% { -webkit-transform: scale(1); -webkit-animation-timing-function: ease-out; } 85% { -webkit-transform: scale(1.35); -webkit-animation-timing-function: ease-in; } 100% { -webkit-transform: scale(1); -webkit-animation-timing-function: ease-out; } } @-moz-keyframes jumpy { 0% { -moz-transform: scale(1); -moz-animation-timing-function: ease-out; } 35% { -moz-transform: scale(2.5); -moz-animation-timing-function: ease-in; } 70% { -moz-transform: scale(1); -moz-animation-timing-function: ease-out; } 85% { -moz-transform: scale(1.35); -moz-animation-timing-function: ease-in; } 100% { -moz-transform: scale(1); -moz-animation-timing-function: ease-out; } } @-o-keyframes jumpy { 0% { -o-transform: scale(1); -o-animation-timing-function: ease-out; } 35% { -o-transform: scale(2.5); -o-animation-timing-function: ease-in; } 70% { -o-transform: scale(1); -o-animation-timing-function: ease-out; } 85% { -o-transform: scale(1.35); -o-animation-timing-function: ease-in; } 100% { -o-transform: scale(1); -o-animation-timing-function: ease-out; } } @keyframes jumpy { 0% { transform: scale(1); animation-timing-function: ease-out; } 35% { transform: scale(2.5); animation-timing-function: ease-in; } 70% { transform: scale(1); animation-timing-function: ease-out; } 85% { transform: scale(1.35); animation-timing-function: ease-in; } 100% { transform: scale(1); animation-timing-function: ease-out; } } /** Shake head animation **/ .nonono { -webkit-animation: nonono 1s 1; -moz-animation: nonono 1s 1; -o-animation: nonono 1s 1; animation: nonono 1s 1; } @-webkit-keyframes nonono { 0%, 100% {-webkit-transform: translateX(0);} 10%, 30%, 50%, 70%, 90% {-webkit-transform: translateX(-10px);} 20%, 40%, 60%, 80% {-webkit-transform: translateX(10px);} } @-moz-keyframes nonono { 0%, 100% {-moz-transform: translateX(0);} 10%, 30%, 50%, 70%, 90% {-moz-transform: translateX(-10px);} 20%, 40%, 60%, 80% {-moz-transform: translateX(10px);} } @-o-keyframes nonono { 0%, 100% {-o-transform: translateX(0);} 10%, 30%, 50%, 70%, 90% {-o-transform: translateX(-10px);} 20%, 40%, 60%, 80% {-o-transform: translateX(10px);} } @keyframes nonono { 0%, 100% {transform: translateX(0);} 10%, 30%, 50%, 70%, 90% {transform: translateX(-10px);} 20%, 40%, 60%, 80% {transform: translateX(10px);} } /** Bottom nav **/ #images { padding-bottom: 90px; } #tiles { list-style-type: none; position: relative; /** Needed to ensure items are laid out relative to this container **/ margin: 0; } #tiles li { width: 200px; background-color: #ffffff; border: 1px solid #dedede; -moz-border-radius: 2px; -webkit-border-radius: 2px; border-radius: 2px; display: none; /** Hide items initially to avoid a flicker effect **/ cursor: pointer; padding: 4px; } #tiles li img { display: block; } /** * Grid item text */ #tiles li p { color: #666; font-size: 12px; margin: 7px 0 0 7px; } #tiles ali:nth-child(3n) { height: 175px; } #tiles ali:nth-child(4n-3) { padding-bottom: 30px; } #tiles ali:nth-child(5n) { height: 250px; } #noMoreImages { position: absolute; bottom: 0; left: 0; right: 0; margin: 40px 0 0 0; } #noMoreImages ul { width: 504px; margin: 0 auto; } #noMoreImages li { float: left; width: 90px; text-align: center; font-size: 12px; font-weight: bold; margin: 0 15px 0 15px; } #noMoreImages li a:link, #noMoreImages li a:visited { color: #999999; } #noMoreImages li a:hover { color: #008ed3; } #noMoreImages li span { width: 90px; height: 50px; overflow: hidden; display: block; } #noMoreImages li img { margin: 0; } #noMoreImages li a:hover img { margin-top: -50px; } #noMoreImages li.recent img { margin-left: -90px; } #noMoreImages li.surprise img { margin-left: -270px; } #noMoreImages li.recent img { margin-left: -180px; } #noMoreImages li.categories img { margin-left: -360px; } #noMoreImages li.backup img { margin-left: -450px; }
0.408277
0.107344
.popupt{ display: none; height:100vh; width:100%; background-color: rgba(0, 0, 0, 0.7); position:fixed; z-index:9999999999; justify-content: center; align-items: center; } .popupt2{ display: none; height:100vh; width:100%; background-color: rgba(0, 0, 0, 0.7); position:fixed; z-index:9999999999; justify-content: center; align-items: center; } @media(min-width: 0px) and (max-width: 970px){ #desktopremoveall{ visibility: collapse !important; } } @media(min-width: 971px) and (max-width: 2400px){ #desktopremoveall{ visibility: visible !important; } } @media(min-width: 0px) and (max-width: 970px){ .innerpopupt{ text-align: center; border: 5px #33a9ff solid; padding: 40px; background-color: #010101; } } @media(min-width: 971px) and (max-width: 2400px){ .innerpopupt{ width: 50%; text-align: center; border: 5px #33a9ff solid; padding: 40px; background-color: #010101; } } .titlepopup{ background-color: #33a9ff;width: 100%;margin-top: -60px;color: white; font-size: 24px; } .popup { visibility: hidden; } @media(min-width: 971px) and (max-width: 2400px){ /* popup message after adding coin to portfolio */ .popup { position: fixed; display: inline-block; cursor: pointer; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; z-index:9999999999999999; font-size: 16px !important; top: 80%; left: 40%; } /* The actual popup */ .popup .popuptext { width: 260px; background-color: #555; color: #fff; text-align: center; border-radius: 6px; padding: 8px 0; position: absolute; z-index: 1; } } @media(min-width: 0px) and (max-width: 970px){ /* popup message after adding coin to portfolio */ .popup { position: fixed; display: inline-block; cursor: pointer; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; z-index:9999999999999999; font-size: 16px !important; top: 80%; left: 25%; } .popup .popuptext { width: 160px; background-color: #555; color: #fff; text-align: center; border-radius: 6px; padding: 8px 0; position: absolute; z-index: 1; } } /* Toggle this class - hide and show the popup */ .popup .show { visibility: visible; -webkit-animation: fadeIn 1s; animation: fadeIn 1s; -webkit-animation-fill-mode: forwards; /* Safari 4.0 - 8.0 */ animation-fill-mode: forwards; } .popup .noshow { visibility: visible; -webkit-animation: fadeOut 1s; animation: fadeOut 1s; -webkit-animation-fill-mode: forwards; /* Safari 4.0 - 8.0 */ animation-fill-mode: forwards; } /* Add animation (fade in the popup) */ @-webkit-keyframes fadeIn { from {opacity: 0;} to {opacity: 1;} } @keyframes fadeIn { from {opacity: 0;} to {opacity:1 ;} } /* Add animation (fade out the popup) */ @-webkit-keyframes fadeOut { from {opacity: 1;} to {opacity: 0;} } @keyframes fadeOut { from {opacity: 1;} to {opacity:0 ;} } /* hide user rows */ .hiddent{ visibility: collapse; } .btnyes{ background-color: #4ab666 !important; border-color: #2d9b4c !important; } .btnot{ background-color: #e14747 !important; border-color: #9f2c2c !important; }
css/portfolio.css
.popupt{ display: none; height:100vh; width:100%; background-color: rgba(0, 0, 0, 0.7); position:fixed; z-index:9999999999; justify-content: center; align-items: center; } .popupt2{ display: none; height:100vh; width:100%; background-color: rgba(0, 0, 0, 0.7); position:fixed; z-index:9999999999; justify-content: center; align-items: center; } @media(min-width: 0px) and (max-width: 970px){ #desktopremoveall{ visibility: collapse !important; } } @media(min-width: 971px) and (max-width: 2400px){ #desktopremoveall{ visibility: visible !important; } } @media(min-width: 0px) and (max-width: 970px){ .innerpopupt{ text-align: center; border: 5px #33a9ff solid; padding: 40px; background-color: #010101; } } @media(min-width: 971px) and (max-width: 2400px){ .innerpopupt{ width: 50%; text-align: center; border: 5px #33a9ff solid; padding: 40px; background-color: #010101; } } .titlepopup{ background-color: #33a9ff;width: 100%;margin-top: -60px;color: white; font-size: 24px; } .popup { visibility: hidden; } @media(min-width: 971px) and (max-width: 2400px){ /* popup message after adding coin to portfolio */ .popup { position: fixed; display: inline-block; cursor: pointer; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; z-index:9999999999999999; font-size: 16px !important; top: 80%; left: 40%; } /* The actual popup */ .popup .popuptext { width: 260px; background-color: #555; color: #fff; text-align: center; border-radius: 6px; padding: 8px 0; position: absolute; z-index: 1; } } @media(min-width: 0px) and (max-width: 970px){ /* popup message after adding coin to portfolio */ .popup { position: fixed; display: inline-block; cursor: pointer; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; z-index:9999999999999999; font-size: 16px !important; top: 80%; left: 25%; } .popup .popuptext { width: 160px; background-color: #555; color: #fff; text-align: center; border-radius: 6px; padding: 8px 0; position: absolute; z-index: 1; } } /* Toggle this class - hide and show the popup */ .popup .show { visibility: visible; -webkit-animation: fadeIn 1s; animation: fadeIn 1s; -webkit-animation-fill-mode: forwards; /* Safari 4.0 - 8.0 */ animation-fill-mode: forwards; } .popup .noshow { visibility: visible; -webkit-animation: fadeOut 1s; animation: fadeOut 1s; -webkit-animation-fill-mode: forwards; /* Safari 4.0 - 8.0 */ animation-fill-mode: forwards; } /* Add animation (fade in the popup) */ @-webkit-keyframes fadeIn { from {opacity: 0;} to {opacity: 1;} } @keyframes fadeIn { from {opacity: 0;} to {opacity:1 ;} } /* Add animation (fade out the popup) */ @-webkit-keyframes fadeOut { from {opacity: 1;} to {opacity: 0;} } @keyframes fadeOut { from {opacity: 1;} to {opacity:0 ;} } /* hide user rows */ .hiddent{ visibility: collapse; } .btnyes{ background-color: #4ab666 !important; border-color: #2d9b4c !important; } .btnot{ background-color: #e14747 !important; border-color: #9f2c2c !important; }
0.165222
0.076649
body{ overflow-y: auto; overflow-x: hidden; background-color: #efefef; margin:0; padding:0; } ul{ margin:0; padding:0; } /*头部*/ .header{ width:100%; height:2.875rem; background-color: #808080; display: flex; justify-content: center; align-items: center; padding:0 0.75rem; box-sizing: border-box; position: fixed; left:0; top:0; z-index:22; } .header h4{ margin:0; font-size:1.125rem; font-weight:300; color:#fefefe; text-align:center; } /*tab*/ .tab{ width: 100%; } .tabnav{ float: left; border-bottom:1px solid #d2d2d2; width:100%; height:2.75rem; overflow: hidden; background: #fff; color: #333; position:fixed; left:0; top:2.875rem; z-index:22; } .tabnav li{ float: left; height:2.75rem; line-height:2.75rem; text-align: center; font-size: 0.875rem; position:relative; padding:0 1.105rem; color:#696969; } .tabnav .last{ position:absolute; right:0.5rem; top:1rem; width:0.438rem; height:0.688rem; } .tabnav li .slider{ display: none; width:100%; height:2px; background-color: #afafaf; position:absolute; left:0; bottom:0; } .tabcontent{ float: left; width: 100%; background: #efefef; padding-top:6.375rem; } .tabcontent .tab_con{ width:260px; height:300px; display:none; } .tabnav .cuttor{ color: #0c0c0c; } .tabnav .cuttor .slider{ display: block; } .tabcontent>div{ display: none; } /*全部*/ .tabcontent .all ul{ padding-bottom:4.125rem; } /*帮我取*/ .tabcontent .all li{ margin-bottom:0.875rem; } .tabcontent .all .take{ width:22.063rem; background-color: #fff; margin-left:0.75rem; border-radius:.5rem; } .all .take .first{ margin:0; padding:0.875rem; border-bottom:1px solid #ebebeb; position:relative; } .all .take .first .type{ font-size:0.875rem; color:#171717; } .all .take .first .state{ font-size:0.75rem; color:#9ea1a3; position:absolute; right:0.875rem; bottom:0.875rem; } .all .take .second{ width:22.063rem; margin:0; padding:1.375rem 0.875rem 0.875rem 0.875rem; position:relative; } .all .take .second .start{ font-size:0.875rem; color:#454545; margin-right:1rem; } .all .take .second img{ width:3.063rem; height:0.375rem; } .all .take .second .end{ font-size:0.875rem; color:#454545; margin-left:1rem; } .all .take .second .price{ font-size:0.875rem; color:#2e2e2e; position:absolute; right:2.65rem; bottom:1rem; } .all .take .third{ margin:0; padding:0 0.875rem 0.875rem; color:#989b9d; position:relative; } .all .take .third .express{ font-size:0.75rem; } .all .take .third .date{ font-size:0.75rem; position:absolute; right:3.125rem; bottom:0.875rem; } .all .take .third .time{ font-size:0.75rem; position:absolute; right:0.875rem; bottom:0.875rem; } /*帮我送*/ .tabcontent .all .send { width:22.063rem; background-color: #fff; margin-left:0.75rem; border-radius:.5rem; } .all .send .first{ margin:0; padding:0.875rem; border-bottom:1px solid #ebebeb; position:relative; } .all .send .first .type{ font-size:0.875rem; color:#171717; margin-right:0.875rem; } .all .send .first .only{ font-size:0.75rem; color:#9ea1a3; } .all .send .first .state{ font-size:0.75rem; color:#9ea1a3; position:absolute; right:0.875rem; bottom:0.875rem; } .all .send .second { margin:0; padding:1.375rem 0.875rem 0.875rem 0.875rem; position:relative; } .all .send .second .start{ font-size:0.875rem; color:#454545; margin-right:1rem; } .all .send .second img{ width:3.063rem; height:0.375rem; } .all .send .second .end{ font-size:0.875rem; color:#454545; margin-left:1rem; } .all .send .second .price{ font-size:0.875rem; color:#2e2e2e; position:absolute; right:0.875rem; bottom:1rem; } .all .send .third{ margin:0; padding:0 0.875rem 0.875rem; color:#989b9d; position:relative; } .all .send .third .express{ font-size:0.75rem; } .all .send .third .date{ font-size:0.75rem; position:absolute; right:3.125rem; bottom:0.875rem; } .all .send .third .time{ font-size:0.75rem; position:absolute; right:0.875rem; bottom:0.875rem; } .all .send .fourth{ padding:0.375rem 0.875rem 0.875rem; margin:0; position:relative; } .all .send .fourth .weight{ font-size:0.875rem; color:#414141; } .all .send .fourth .refund{ width:5rem; height:2rem; background-color: #959595; border:none; outline:none; border-radius:0.25rem; position:absolute; right:0.875rem; bottom:0.875rem; color:#eaeaea; font-size:0.875rem; } /*待支付*/ .tabcontent .toBePaid ul{ padding-bottom:4.125rem; } /*帮我取*/ .tabcontent .toBePaid li{ margin-bottom:0.875rem; } .tabcontent .toBePaid .take{ width:22.063rem; background-color: #fff; margin-left:0.75rem; border-radius:0.5rem; } .toBePaid .take .first{ margin:0; padding:0.875rem; border-bottom:1px solid #ebebeb; position:relative; } .toBePaid .take .first .type{ font-size:0.875rem; color:#171717; } .toBePaid .take .first .state{ font-size:0.75rem; color: #9ea1a3; position:absolute; bottom:0.875rem; right:0.875rem; } .toBePaid .take .second{ margin:0; padding:1.375rem 0.875rem 0.875rem 0.875rem; position:relative; } .toBePaid .take .second .start{ font-size:0.875rem; color:#454545; margin-right:1rem; } .toBePaid .take .second img{ width:3.063rem; height:0.375rem; } .toBePaid .take .second .end{ font-size:0.875rem; color:#454545; margin-left:1rem; } .toBePaid .take .second .price{ font-size:0.875rem; color:#2e2e2e; position:absolute; right:0.875rem; bottom:1rem; } .toBePaid .take .third{ margin:0; padding:0 0.875rem 0.875rem; color:#989b9d; position:relative; } .toBePaid .take .third .express{ font-size:0.75rem; } .toBePaid .take .third .date{ font-size:0.75rem; position:absolute; right:3.125rem; bottom:0.875rem; } .toBePaid .take .third .time{ font-size:0.75rem; position:absolute; right:0.875rem; bottom:0.875rem; } .toBePaid .take .fourth{ width:100%; height:1rem; padding:0.875rem; margin:0; position:relative; } .toBePaid .take .fourth .update{ width:5rem; height:2rem; background-color: #959595; border:none; outline:none; border-radius:0.25rem; position:absolute; right:2.65rem; bottom:0.875rem; color:#eaeaea; font-size:0.875rem; } /*帮我送*/ .tabcontent .toBePaid .send{ width:22.063rem; background-color: #fff; margin-left:0.75rem; border-radius: 0.5rem; } .toBePaid .send .first{ margin:0; padding:0.875rem; border:1px solid #ebebeb; position:relative; } .toBePaid .send .first .type{ font-size:0.875rem; color:#171717; margin-right:0.875rem; } .toBePaid .send .first .only{ font-size:0.75rem; color:#9ea1a3; } .toBePaid .send .first .state{ font-size:0.75rem; color:#9ea1a3; position:absolute; right:0.875rem; bottom:0.875rem; } .toBePaid .send .second{ margin:0; padding:1.375rem 0.875rem 0.875rem; position:relative; } .toBePaid .send .second .start{ font-size:0.875rem; color:#454545; margin-right:1rem; } .toBePaid .send .second img{ width:3.063rem; height:0.375rem; } .toBePaid .send .second .end{ font-size:0.875rem; color:#454545; margin-left:1rem; } .toBePaid .send .second .price{ font-size:0.875rem; color:#2e2e2e; position:absolute; right:0.875rem; bottom:1rem; } .toBePaid .send .third { margin:0; padding:0 0.875rem 0.875rem; color:#989b9d; position:relative; } .toBePaid .send .third .express{ font-size:0.75rem; } .toBePaid .send .third .date{ font-size:0.75rem; position:absolute; right:3.125rem; bottom:0.875rem; } .toBePaid .send .third .time{ font-size:0.75rem; position:absolute; right:0.875rem; bottom:0.875rem; } .toBePaid .send .fourth{ margin:0; padding:0.375rem 0.875rem 0.875rem; position:relative; } .toBePaid .send .fourth .weight{ font-size:0.875rem; color:#414141; } .toBePaid .send .fourth .pay{ width:5rem; height:2rem; background-color: #959595; border:none; outline:none; position:absolute; right:6.438rem; bottom:0.875rem; font-size:0.875rem; color:#eaeaea; border-radius:0.25rem; } .toBePaid .send .fourth .cancel{ width:5rem; height:2rem; background-color: #fff; outline:none; position:absolute; right:0.875rem; bottom:0.875rem; color:#c7c7c7; font-size:0.875rem; border-radius:0.25rem; border:1px solid #c7c7c7; } /*底部tabbar*/ footer{ width:100%; height:3.375rem; position: fixed; left:0; bottom:0; background-color: #f5f5f5; } footer ul{ padding:0; height:3.375rem; display: flex; align-items: center; justify-content: space-around; margin:0; } footer ul li a{ float:left; height:3.375rem; font-size:0.75rem; display: flex; flex-direction: column; justify-content: center; align-items: center; text-decoration: none; } footer .home span{ color:#2c2c2c; } footer .order span{ color:#2c2c2c; } footer .mine span{ color:#2c2c2c; }
css/order.css
body{ overflow-y: auto; overflow-x: hidden; background-color: #efefef; margin:0; padding:0; } ul{ margin:0; padding:0; } /*头部*/ .header{ width:100%; height:2.875rem; background-color: #808080; display: flex; justify-content: center; align-items: center; padding:0 0.75rem; box-sizing: border-box; position: fixed; left:0; top:0; z-index:22; } .header h4{ margin:0; font-size:1.125rem; font-weight:300; color:#fefefe; text-align:center; } /*tab*/ .tab{ width: 100%; } .tabnav{ float: left; border-bottom:1px solid #d2d2d2; width:100%; height:2.75rem; overflow: hidden; background: #fff; color: #333; position:fixed; left:0; top:2.875rem; z-index:22; } .tabnav li{ float: left; height:2.75rem; line-height:2.75rem; text-align: center; font-size: 0.875rem; position:relative; padding:0 1.105rem; color:#696969; } .tabnav .last{ position:absolute; right:0.5rem; top:1rem; width:0.438rem; height:0.688rem; } .tabnav li .slider{ display: none; width:100%; height:2px; background-color: #afafaf; position:absolute; left:0; bottom:0; } .tabcontent{ float: left; width: 100%; background: #efefef; padding-top:6.375rem; } .tabcontent .tab_con{ width:260px; height:300px; display:none; } .tabnav .cuttor{ color: #0c0c0c; } .tabnav .cuttor .slider{ display: block; } .tabcontent>div{ display: none; } /*全部*/ .tabcontent .all ul{ padding-bottom:4.125rem; } /*帮我取*/ .tabcontent .all li{ margin-bottom:0.875rem; } .tabcontent .all .take{ width:22.063rem; background-color: #fff; margin-left:0.75rem; border-radius:.5rem; } .all .take .first{ margin:0; padding:0.875rem; border-bottom:1px solid #ebebeb; position:relative; } .all .take .first .type{ font-size:0.875rem; color:#171717; } .all .take .first .state{ font-size:0.75rem; color:#9ea1a3; position:absolute; right:0.875rem; bottom:0.875rem; } .all .take .second{ width:22.063rem; margin:0; padding:1.375rem 0.875rem 0.875rem 0.875rem; position:relative; } .all .take .second .start{ font-size:0.875rem; color:#454545; margin-right:1rem; } .all .take .second img{ width:3.063rem; height:0.375rem; } .all .take .second .end{ font-size:0.875rem; color:#454545; margin-left:1rem; } .all .take .second .price{ font-size:0.875rem; color:#2e2e2e; position:absolute; right:2.65rem; bottom:1rem; } .all .take .third{ margin:0; padding:0 0.875rem 0.875rem; color:#989b9d; position:relative; } .all .take .third .express{ font-size:0.75rem; } .all .take .third .date{ font-size:0.75rem; position:absolute; right:3.125rem; bottom:0.875rem; } .all .take .third .time{ font-size:0.75rem; position:absolute; right:0.875rem; bottom:0.875rem; } /*帮我送*/ .tabcontent .all .send { width:22.063rem; background-color: #fff; margin-left:0.75rem; border-radius:.5rem; } .all .send .first{ margin:0; padding:0.875rem; border-bottom:1px solid #ebebeb; position:relative; } .all .send .first .type{ font-size:0.875rem; color:#171717; margin-right:0.875rem; } .all .send .first .only{ font-size:0.75rem; color:#9ea1a3; } .all .send .first .state{ font-size:0.75rem; color:#9ea1a3; position:absolute; right:0.875rem; bottom:0.875rem; } .all .send .second { margin:0; padding:1.375rem 0.875rem 0.875rem 0.875rem; position:relative; } .all .send .second .start{ font-size:0.875rem; color:#454545; margin-right:1rem; } .all .send .second img{ width:3.063rem; height:0.375rem; } .all .send .second .end{ font-size:0.875rem; color:#454545; margin-left:1rem; } .all .send .second .price{ font-size:0.875rem; color:#2e2e2e; position:absolute; right:0.875rem; bottom:1rem; } .all .send .third{ margin:0; padding:0 0.875rem 0.875rem; color:#989b9d; position:relative; } .all .send .third .express{ font-size:0.75rem; } .all .send .third .date{ font-size:0.75rem; position:absolute; right:3.125rem; bottom:0.875rem; } .all .send .third .time{ font-size:0.75rem; position:absolute; right:0.875rem; bottom:0.875rem; } .all .send .fourth{ padding:0.375rem 0.875rem 0.875rem; margin:0; position:relative; } .all .send .fourth .weight{ font-size:0.875rem; color:#414141; } .all .send .fourth .refund{ width:5rem; height:2rem; background-color: #959595; border:none; outline:none; border-radius:0.25rem; position:absolute; right:0.875rem; bottom:0.875rem; color:#eaeaea; font-size:0.875rem; } /*待支付*/ .tabcontent .toBePaid ul{ padding-bottom:4.125rem; } /*帮我取*/ .tabcontent .toBePaid li{ margin-bottom:0.875rem; } .tabcontent .toBePaid .take{ width:22.063rem; background-color: #fff; margin-left:0.75rem; border-radius:0.5rem; } .toBePaid .take .first{ margin:0; padding:0.875rem; border-bottom:1px solid #ebebeb; position:relative; } .toBePaid .take .first .type{ font-size:0.875rem; color:#171717; } .toBePaid .take .first .state{ font-size:0.75rem; color: #9ea1a3; position:absolute; bottom:0.875rem; right:0.875rem; } .toBePaid .take .second{ margin:0; padding:1.375rem 0.875rem 0.875rem 0.875rem; position:relative; } .toBePaid .take .second .start{ font-size:0.875rem; color:#454545; margin-right:1rem; } .toBePaid .take .second img{ width:3.063rem; height:0.375rem; } .toBePaid .take .second .end{ font-size:0.875rem; color:#454545; margin-left:1rem; } .toBePaid .take .second .price{ font-size:0.875rem; color:#2e2e2e; position:absolute; right:0.875rem; bottom:1rem; } .toBePaid .take .third{ margin:0; padding:0 0.875rem 0.875rem; color:#989b9d; position:relative; } .toBePaid .take .third .express{ font-size:0.75rem; } .toBePaid .take .third .date{ font-size:0.75rem; position:absolute; right:3.125rem; bottom:0.875rem; } .toBePaid .take .third .time{ font-size:0.75rem; position:absolute; right:0.875rem; bottom:0.875rem; } .toBePaid .take .fourth{ width:100%; height:1rem; padding:0.875rem; margin:0; position:relative; } .toBePaid .take .fourth .update{ width:5rem; height:2rem; background-color: #959595; border:none; outline:none; border-radius:0.25rem; position:absolute; right:2.65rem; bottom:0.875rem; color:#eaeaea; font-size:0.875rem; } /*帮我送*/ .tabcontent .toBePaid .send{ width:22.063rem; background-color: #fff; margin-left:0.75rem; border-radius: 0.5rem; } .toBePaid .send .first{ margin:0; padding:0.875rem; border:1px solid #ebebeb; position:relative; } .toBePaid .send .first .type{ font-size:0.875rem; color:#171717; margin-right:0.875rem; } .toBePaid .send .first .only{ font-size:0.75rem; color:#9ea1a3; } .toBePaid .send .first .state{ font-size:0.75rem; color:#9ea1a3; position:absolute; right:0.875rem; bottom:0.875rem; } .toBePaid .send .second{ margin:0; padding:1.375rem 0.875rem 0.875rem; position:relative; } .toBePaid .send .second .start{ font-size:0.875rem; color:#454545; margin-right:1rem; } .toBePaid .send .second img{ width:3.063rem; height:0.375rem; } .toBePaid .send .second .end{ font-size:0.875rem; color:#454545; margin-left:1rem; } .toBePaid .send .second .price{ font-size:0.875rem; color:#2e2e2e; position:absolute; right:0.875rem; bottom:1rem; } .toBePaid .send .third { margin:0; padding:0 0.875rem 0.875rem; color:#989b9d; position:relative; } .toBePaid .send .third .express{ font-size:0.75rem; } .toBePaid .send .third .date{ font-size:0.75rem; position:absolute; right:3.125rem; bottom:0.875rem; } .toBePaid .send .third .time{ font-size:0.75rem; position:absolute; right:0.875rem; bottom:0.875rem; } .toBePaid .send .fourth{ margin:0; padding:0.375rem 0.875rem 0.875rem; position:relative; } .toBePaid .send .fourth .weight{ font-size:0.875rem; color:#414141; } .toBePaid .send .fourth .pay{ width:5rem; height:2rem; background-color: #959595; border:none; outline:none; position:absolute; right:6.438rem; bottom:0.875rem; font-size:0.875rem; color:#eaeaea; border-radius:0.25rem; } .toBePaid .send .fourth .cancel{ width:5rem; height:2rem; background-color: #fff; outline:none; position:absolute; right:0.875rem; bottom:0.875rem; color:#c7c7c7; font-size:0.875rem; border-radius:0.25rem; border:1px solid #c7c7c7; } /*底部tabbar*/ footer{ width:100%; height:3.375rem; position: fixed; left:0; bottom:0; background-color: #f5f5f5; } footer ul{ padding:0; height:3.375rem; display: flex; align-items: center; justify-content: space-around; margin:0; } footer ul li a{ float:left; height:3.375rem; font-size:0.75rem; display: flex; flex-direction: column; justify-content: center; align-items: center; text-decoration: none; } footer .home span{ color:#2c2c2c; } footer .order span{ color:#2c2c2c; } footer .mine span{ color:#2c2c2c; }
0.521715
0.048519
body { background: #FFFFFF url(img01.jpg) repeat-x top left; font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; font-size: 13px; margin: 20px 0px 0px 0px; padding: 0px; color: #757575; } textarea { width: 220px; background: #FFFFFF repeat-x; border-top: 1px solid #A3A3A3; border-right: 1px solid #E5E5E5; border-bottom: 1px solid #FFFFFF; border-left: 1px solid #D6D6D6; font: normal 1em/normal "Trebuchet MS", Arial, Helvetica, sans-serif; color: #757575; } h1, h2, h3 { color: #31363B; letter-spacing: -1px; } h1, h1 a, h2, h2 a { text-decoration: none; } h1 a:hover, h2 a:hover { text-decoration: underline; } h1 { font-size: 38px; } h2 { font-size: 28px; font-weight: normal; } h3 { font-size: 16px; } p, ul, ol { line-height: 190%; } ul, ol { margin-left: 3em; } blockquote { margin-left: 3em; margin-right: 3em; } a { color: #C11A00; } a:hover { text-decoration: none; } a img { border: none; } img.left { float: left; margin-right: 20px; } img.right { float: right; margin-right: 20px; } hr { display: none; } #header { width: 960px; height: 400px; margin: 0 auto; } /* Logo */ #logo { width: 754px; height: 70px; margin: 0 auto; padding: 2px; } #logo h1, #logo h2 { margin: 0; padding: 0; text-transform: uppercase; } #logo h1 { padding: 0px 5px 0 20px; font-size: 36px; font-family: Arial, Helvetica, sans-serif; font-weight: bold; color: #31363B; } #logo h2 { padding: 0px 0 0 25px; font-size: 10px; font-weight: bold; font-family: Arial, Helvetica, sans-serif; color: #808080; } #logo p { margin: 0; padding: 0 0 0 20px; line-height: normal; font-size: 1.2em; font-weight: bold; } #logo a { color: #31363B; } #splash { width: 754px; height: 266px; padding-bottom: 3px; background: url(img04.jpg) no-repeat left top; } /* Header */ #header { width: 754px; margin: 0 auto; } #menu { height: 60px; width: 754px; padding-left: 20px; background: url(img02.jpg) no-repeat left top; font-family: Arial, Helvetica, sans-serif; } #menu ul { margin: 0; padding: 0; list-style: none; line-height: normal; } #menu li { float: left; } #menu a { display: block; float: left; padding: 20px 30px 15px 18px; margin-right: 1px; height: 30px; background: url(img03.gif) no-repeat left 35%; text-decoration: none; text-transform: uppercase; font-size: 10px; color: #FFFFFF; } #menu a:hover { color: #FFFFFF; } #menu .current_page_item a { // background: none; color: #000000; } /* Search */ #search { float: right; width: 260px; margin: 0px; margin-top: 10px; } #search fieldset { border: none; } #search #s { width: 160px; height: 23px; background: #FFDBE1; border: 1px solid #F57F8C; } #search #x { width: 40px; background: #F74B61; border-top: #F74B61 solid 1px; border-bottom: #F74B61 solid 3px; border-left: #F74B61 solid 1px; border-right: #F74B61 solid 1px; color: #FFDBE1; } #wrapper { width: 754px; margin: 0 auto; background: url(img05.jpg) repeat-x left top; } /* Page */ #page { width: 754px; margin: 0 auto; padding-top: 0px; } /* Content */ #content { float: right; width: 500px; } .post { } .post .title { margin: 0; padding: 10px 20px 10px 10px; border-bottom: 1px dotted #D6C9BF; } .post h1.title { padding: 5px 0 0 50px; height: 40px; font-size: 2.4em; text-transform: lowercase; } .post .title a:hover { text-decoration: none; } .post .entry { margin: 0px; padding: 20px 20px; } .post .meta { height: 35px; margin: 15px 0 20px 0; padding: 15px 0 0 20px; line-height: normal; background: url(img05.jpg) repeat-x left top; } .post a { color: #31363B; } /* Sidebar */ #sidebar { float: left; } #sidebar ul { margin: 0; padding: 0; list-style: none; line-height: normal; } #sidebar li { margin-bottom: 40px; } #sidebar li ul { padding-left: 25px; } #sidebar li li { margin: 0; padding: 5px 10px; border-bottom: 1px dotted #D6C9BF; } #sidebar li h2 { margin: 0 0 1em 0; padding: 15px 0 5px 25px; height: 30px; text-transform: lowercase; font-size: 28px; letter-spacing: -1px; } #sidebar li p { padding: 0 20px; } /* Calendar */ #sidebar #calendar { padding: 0; } #calendar caption { } #calendar table { width: 100%; padding: 0 20px; text-align: center; } #calendar thead th { border-bottom: 2px solid #F2F2F2; border-top: 1px solid #F2F2F2; } #calendar tbody td { padding: 5px 0; border-bottom: 1px solid #F2F2F2; } #calendar tfoot td { border-top: 1px solid #F2F2F2; } #calendar #prev { text-align: left; } #calendar #next { text-align: right; } #calendar a { font-weight: bold; } /* Footer */ #footer { clear: both; width: 754px; height: 50px; margin: 0 auto; background: #FFFFFF url(img01.jpg) repeat-x top left; } #footer p { margin: 0; line-height: normal; padding: 35px 15px; } #footer a { } #footer .legal { float: left; } #footer .credit { float: right; }
designrostock/style.css
body { background: #FFFFFF url(img01.jpg) repeat-x top left; font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; font-size: 13px; margin: 20px 0px 0px 0px; padding: 0px; color: #757575; } textarea { width: 220px; background: #FFFFFF repeat-x; border-top: 1px solid #A3A3A3; border-right: 1px solid #E5E5E5; border-bottom: 1px solid #FFFFFF; border-left: 1px solid #D6D6D6; font: normal 1em/normal "Trebuchet MS", Arial, Helvetica, sans-serif; color: #757575; } h1, h2, h3 { color: #31363B; letter-spacing: -1px; } h1, h1 a, h2, h2 a { text-decoration: none; } h1 a:hover, h2 a:hover { text-decoration: underline; } h1 { font-size: 38px; } h2 { font-size: 28px; font-weight: normal; } h3 { font-size: 16px; } p, ul, ol { line-height: 190%; } ul, ol { margin-left: 3em; } blockquote { margin-left: 3em; margin-right: 3em; } a { color: #C11A00; } a:hover { text-decoration: none; } a img { border: none; } img.left { float: left; margin-right: 20px; } img.right { float: right; margin-right: 20px; } hr { display: none; } #header { width: 960px; height: 400px; margin: 0 auto; } /* Logo */ #logo { width: 754px; height: 70px; margin: 0 auto; padding: 2px; } #logo h1, #logo h2 { margin: 0; padding: 0; text-transform: uppercase; } #logo h1 { padding: 0px 5px 0 20px; font-size: 36px; font-family: Arial, Helvetica, sans-serif; font-weight: bold; color: #31363B; } #logo h2 { padding: 0px 0 0 25px; font-size: 10px; font-weight: bold; font-family: Arial, Helvetica, sans-serif; color: #808080; } #logo p { margin: 0; padding: 0 0 0 20px; line-height: normal; font-size: 1.2em; font-weight: bold; } #logo a { color: #31363B; } #splash { width: 754px; height: 266px; padding-bottom: 3px; background: url(img04.jpg) no-repeat left top; } /* Header */ #header { width: 754px; margin: 0 auto; } #menu { height: 60px; width: 754px; padding-left: 20px; background: url(img02.jpg) no-repeat left top; font-family: Arial, Helvetica, sans-serif; } #menu ul { margin: 0; padding: 0; list-style: none; line-height: normal; } #menu li { float: left; } #menu a { display: block; float: left; padding: 20px 30px 15px 18px; margin-right: 1px; height: 30px; background: url(img03.gif) no-repeat left 35%; text-decoration: none; text-transform: uppercase; font-size: 10px; color: #FFFFFF; } #menu a:hover { color: #FFFFFF; } #menu .current_page_item a { // background: none; color: #000000; } /* Search */ #search { float: right; width: 260px; margin: 0px; margin-top: 10px; } #search fieldset { border: none; } #search #s { width: 160px; height: 23px; background: #FFDBE1; border: 1px solid #F57F8C; } #search #x { width: 40px; background: #F74B61; border-top: #F74B61 solid 1px; border-bottom: #F74B61 solid 3px; border-left: #F74B61 solid 1px; border-right: #F74B61 solid 1px; color: #FFDBE1; } #wrapper { width: 754px; margin: 0 auto; background: url(img05.jpg) repeat-x left top; } /* Page */ #page { width: 754px; margin: 0 auto; padding-top: 0px; } /* Content */ #content { float: right; width: 500px; } .post { } .post .title { margin: 0; padding: 10px 20px 10px 10px; border-bottom: 1px dotted #D6C9BF; } .post h1.title { padding: 5px 0 0 50px; height: 40px; font-size: 2.4em; text-transform: lowercase; } .post .title a:hover { text-decoration: none; } .post .entry { margin: 0px; padding: 20px 20px; } .post .meta { height: 35px; margin: 15px 0 20px 0; padding: 15px 0 0 20px; line-height: normal; background: url(img05.jpg) repeat-x left top; } .post a { color: #31363B; } /* Sidebar */ #sidebar { float: left; } #sidebar ul { margin: 0; padding: 0; list-style: none; line-height: normal; } #sidebar li { margin-bottom: 40px; } #sidebar li ul { padding-left: 25px; } #sidebar li li { margin: 0; padding: 5px 10px; border-bottom: 1px dotted #D6C9BF; } #sidebar li h2 { margin: 0 0 1em 0; padding: 15px 0 5px 25px; height: 30px; text-transform: lowercase; font-size: 28px; letter-spacing: -1px; } #sidebar li p { padding: 0 20px; } /* Calendar */ #sidebar #calendar { padding: 0; } #calendar caption { } #calendar table { width: 100%; padding: 0 20px; text-align: center; } #calendar thead th { border-bottom: 2px solid #F2F2F2; border-top: 1px solid #F2F2F2; } #calendar tbody td { padding: 5px 0; border-bottom: 1px solid #F2F2F2; } #calendar tfoot td { border-top: 1px solid #F2F2F2; } #calendar #prev { text-align: left; } #calendar #next { text-align: right; } #calendar a { font-weight: bold; } /* Footer */ #footer { clear: both; width: 754px; height: 50px; margin: 0 auto; background: #FFFFFF url(img01.jpg) repeat-x top left; } #footer p { margin: 0; line-height: normal; padding: 35px 15px; } #footer a { } #footer .legal { float: left; } #footer .credit { float: right; }
0.216674
0.069289
@media(min-width:992px) and (max-width: 1199px){ #bgimage .logo{ padding-top:10px; } #bgimage .heading-text{ padding-top:10px; } #bgimage .border{ padding-bottom :10px; } #bgimage .logo img{ width:210px; } #bgimage .heading-text h1{ font-size: 30px; } #contact .container .wrapper-contact{ width:auto; margin:120px 50px 120px 50px; padding :100px 0px; } #contact h4{ font-size: 30px; } #contact p{ font-size: 20px; } .arrow-down{ border: none; } } @media(min-width:769px) and (max-width: 991px){ #bgimage .logo{ padding-top:10px; } #bgimage .heading-text{ padding-top:10px; } #bgimage .border{ padding-bottom :10px; } #bgimage .logo img{ width:190px; } #bgimage .heading-text h1{ font-size: 25px; } #about .thumb-video img{ width:250px; } #contact .container .wrapper-contact{ width:auto; margin:120px 50px 120px 50px; padding :100px 0px; } #contact h4{ font-size: 24px; } #contact p{ font-size: 15px; } .arrow-down{ border: none; } #event .owl-carousel{ width:320px; } #event .event-info { margin :10px; } #seminar h1{ font-size: 30px; } #seminar h5{ font-size: 15px; } #seminar h4{ font-size: 20px; } #seminar p{ font-size: 14px; } } @media(max-width: 776px){ .navbar-collapse{ max-height: 500px !important; padding-bottom: 10px; padding-right: 10px; padding-left: 10px; overflow-x: visible; } .navbar-nav{ width: 100%; } #bgimage .logo{ padding-top:10px; } #bgimage .heading-text{ padding-top:10px; } #bgimage .border{ padding-bottom :20px; } .main-caption{ margin-top: 40px; } #bgimage .logo img{ width:180px; } #bgimage .heading-text h1{ font-size: 23px; } #about .thumb-video{ margin-top:100px; } #contact .maps{ min-height: 500px; } #contact .container .wrapper-contact{ margin:30px 30px 30px 30px; padding :50px 20px; } #contact h4{ font-size: 20px; } #contact p{ font-size: 14px; } .arrow-down{ border: none; } #event .owl-carousel{ width:394px; margin-left:0px auto; } #event .event-info{ margin-right:-50px; } #seminar h1{ font-size: 25px; } #seminar h5{ font-size: 13px; } #seminar h4{ font-size: 18px; } #seminar p{ font-size: 12px; } #parallax .letsparti h2{ font-size: 20px; } #parallax .letsparti p{ font-size: 12px; } #footer p{ font-size: 14px; } }
css/query.css
@media(min-width:992px) and (max-width: 1199px){ #bgimage .logo{ padding-top:10px; } #bgimage .heading-text{ padding-top:10px; } #bgimage .border{ padding-bottom :10px; } #bgimage .logo img{ width:210px; } #bgimage .heading-text h1{ font-size: 30px; } #contact .container .wrapper-contact{ width:auto; margin:120px 50px 120px 50px; padding :100px 0px; } #contact h4{ font-size: 30px; } #contact p{ font-size: 20px; } .arrow-down{ border: none; } } @media(min-width:769px) and (max-width: 991px){ #bgimage .logo{ padding-top:10px; } #bgimage .heading-text{ padding-top:10px; } #bgimage .border{ padding-bottom :10px; } #bgimage .logo img{ width:190px; } #bgimage .heading-text h1{ font-size: 25px; } #about .thumb-video img{ width:250px; } #contact .container .wrapper-contact{ width:auto; margin:120px 50px 120px 50px; padding :100px 0px; } #contact h4{ font-size: 24px; } #contact p{ font-size: 15px; } .arrow-down{ border: none; } #event .owl-carousel{ width:320px; } #event .event-info { margin :10px; } #seminar h1{ font-size: 30px; } #seminar h5{ font-size: 15px; } #seminar h4{ font-size: 20px; } #seminar p{ font-size: 14px; } } @media(max-width: 776px){ .navbar-collapse{ max-height: 500px !important; padding-bottom: 10px; padding-right: 10px; padding-left: 10px; overflow-x: visible; } .navbar-nav{ width: 100%; } #bgimage .logo{ padding-top:10px; } #bgimage .heading-text{ padding-top:10px; } #bgimage .border{ padding-bottom :20px; } .main-caption{ margin-top: 40px; } #bgimage .logo img{ width:180px; } #bgimage .heading-text h1{ font-size: 23px; } #about .thumb-video{ margin-top:100px; } #contact .maps{ min-height: 500px; } #contact .container .wrapper-contact{ margin:30px 30px 30px 30px; padding :50px 20px; } #contact h4{ font-size: 20px; } #contact p{ font-size: 14px; } .arrow-down{ border: none; } #event .owl-carousel{ width:394px; margin-left:0px auto; } #event .event-info{ margin-right:-50px; } #seminar h1{ font-size: 25px; } #seminar h5{ font-size: 13px; } #seminar h4{ font-size: 18px; } #seminar p{ font-size: 12px; } #parallax .letsparti h2{ font-size: 20px; } #parallax .letsparti p{ font-size: 12px; } #footer p{ font-size: 14px; } }
0.094281
0.065425
/* general use css */ html { -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; cursor: default; } .quote:before { content: "‘"; font-size: 2em; } .quote { font-family: 'Palatino Linotype', 'Book Antiqua', 'Palatino', serif; text-decoration: none; text-align: center; display: block; } .quote:after { content: "’"; font-size: 2em; } .clear { clear: both; } .search label > span, .fakehidden { position: absolute; left: -9999px; } /* mobile first design */ body { position: relative; font-family: 'Open Sans', sans-serif; text-shadow: 1px 1px 1px rgba(0, 0, 1, 0.1); text-align: center; background: gray; } #container { background: gray; z-index: 5; } input { font-family: 'Open Sans', sans-serif; } header { display: block; width: 100%; height: 70px; position: fixed; left: 0; top: 0; z-index: 99; background: #0a0a0a; padding: 0.25em; text-align: center; color: white; } .hspace { height: 78px; } .logo { display: block; font-size: 2em; } .logo > span { font-size: 0.5em; } .search label { display: block; float: left; height: 25px; width: 25px; } .search input { font-size: 1.25em; background-color: transparent; border: none; color: gray; margin: 0; margin-top: 0.25em; border-left: 1px solid gray; border-right: 1px solid gray; padding: 2px 6px; } .search input:hover, .search input:focus { outline: none; border-bottom: 1px solid gray; } .info { font-size: 1.5em; display: block; margin: 20px; text-align: left; } .info a { margin: 10px; word-wrap: break-word; } .card { display: block; border-bottom: 1px solid black; height: 80px; position: relative; text-align: center; background: white; background-repeat: no-repeat; background-position: center; } countdown { display: block; margin: 5px; } .name { position: absolute; top: 0; left: 0; padding: 5px; text-align: left; z-index: 1; } .name > a { font-size: 1.5em; text-decoration: none; color: black; position: relative; overflow: hidden; } .name > div { margin: 5px; } .reset { display: inline-block; height: 80px; width: 150px; z-index: 999; background: url('/images/respawn.png'); background-repeat: no-repeat; background-position: center; background-size: cover; opacity: 0.25; position: relative; } .stats { position: absolute; display: block; left: 0; bottom: 0; padding: 10px; } .map { display: inline-block; height: 80px; width: 80px; position: absolute; top: 0; right: 0; background: black; background-size: cover; } .fspace { height: 180px; } footer { background: url('http://i.imgur.com/mciBns1.png') no-repeat center; background-size: cover; line-height: 180px; height: 180px; text-align: center; position: fixed; bottom: 0; font-size: 2em; color: black; width: 100%; z-index: -999; } /**************** pin css **************************/ .name label > span { position: absolute; left: -999px; } input[type=checkbox] { display: none; } input[type=checkbox] + label, input[type=checkbox]:checked + label { background-repeat: no-repeat; background-position: center; height: 19px; width: 19px; display: inline-block; } input[type=checkbox] + label { background-image: url('/images/staroff.png'); } input[type=checkbox]:checked + label { background-image: url('/images/staron.png'); } /********************************************************/ /* medium */ @media screen and (min-width: 650px) { #body { max-width: 900px; margin: 0 auto; display: inline-block; margin-bottom: -2px; } .logo { } .card { width: 50%; float: left; } } /* big */ @media screen and (min-width: 920px) { #body { max-width: 1200px; } .card { width: 33.3333333%; } }
public/stylesheets/style.css
/* general use css */ html { -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; cursor: default; } .quote:before { content: "‘"; font-size: 2em; } .quote { font-family: 'Palatino Linotype', 'Book Antiqua', 'Palatino', serif; text-decoration: none; text-align: center; display: block; } .quote:after { content: "’"; font-size: 2em; } .clear { clear: both; } .search label > span, .fakehidden { position: absolute; left: -9999px; } /* mobile first design */ body { position: relative; font-family: 'Open Sans', sans-serif; text-shadow: 1px 1px 1px rgba(0, 0, 1, 0.1); text-align: center; background: gray; } #container { background: gray; z-index: 5; } input { font-family: 'Open Sans', sans-serif; } header { display: block; width: 100%; height: 70px; position: fixed; left: 0; top: 0; z-index: 99; background: #0a0a0a; padding: 0.25em; text-align: center; color: white; } .hspace { height: 78px; } .logo { display: block; font-size: 2em; } .logo > span { font-size: 0.5em; } .search label { display: block; float: left; height: 25px; width: 25px; } .search input { font-size: 1.25em; background-color: transparent; border: none; color: gray; margin: 0; margin-top: 0.25em; border-left: 1px solid gray; border-right: 1px solid gray; padding: 2px 6px; } .search input:hover, .search input:focus { outline: none; border-bottom: 1px solid gray; } .info { font-size: 1.5em; display: block; margin: 20px; text-align: left; } .info a { margin: 10px; word-wrap: break-word; } .card { display: block; border-bottom: 1px solid black; height: 80px; position: relative; text-align: center; background: white; background-repeat: no-repeat; background-position: center; } countdown { display: block; margin: 5px; } .name { position: absolute; top: 0; left: 0; padding: 5px; text-align: left; z-index: 1; } .name > a { font-size: 1.5em; text-decoration: none; color: black; position: relative; overflow: hidden; } .name > div { margin: 5px; } .reset { display: inline-block; height: 80px; width: 150px; z-index: 999; background: url('/images/respawn.png'); background-repeat: no-repeat; background-position: center; background-size: cover; opacity: 0.25; position: relative; } .stats { position: absolute; display: block; left: 0; bottom: 0; padding: 10px; } .map { display: inline-block; height: 80px; width: 80px; position: absolute; top: 0; right: 0; background: black; background-size: cover; } .fspace { height: 180px; } footer { background: url('http://i.imgur.com/mciBns1.png') no-repeat center; background-size: cover; line-height: 180px; height: 180px; text-align: center; position: fixed; bottom: 0; font-size: 2em; color: black; width: 100%; z-index: -999; } /**************** pin css **************************/ .name label > span { position: absolute; left: -999px; } input[type=checkbox] { display: none; } input[type=checkbox] + label, input[type=checkbox]:checked + label { background-repeat: no-repeat; background-position: center; height: 19px; width: 19px; display: inline-block; } input[type=checkbox] + label { background-image: url('/images/staroff.png'); } input[type=checkbox]:checked + label { background-image: url('/images/staron.png'); } /********************************************************/ /* medium */ @media screen and (min-width: 650px) { #body { max-width: 900px; margin: 0 auto; display: inline-block; margin-bottom: -2px; } .logo { } .card { width: 50%; float: left; } } /* big */ @media screen and (min-width: 920px) { #body { max-width: 1200px; } .card { width: 33.3333333%; } }
0.393385
0.095983
html { overflow-y: scroll; overflow-x: hidden; } header > section > .mobileQuerie { display: none; } header > section > .tabletQuerie { display: initial; right: 15px; top: 15px; color: var(--just-white); } .header__title-container h1 { font-size: 34rem; } .header__title-container p { font-size: 20rem; line-height: 24rem; } .header__title-container a { width: 249px; font-size: 16rem; left: calc(50% - 120px); } .main__intro-container { padding-top: 70px; } .main__intro-container .intro__img { width: 300px; height: 300px; margin-bottom: 60px; } .main__intro-container h2 { font-size: 34rem; line-height: 36rem; } .main__intro-container p { font-size: 20rem; line-height: 22rem; } .main__product-detail { min-width: 768px; height: auto; padding: 70px 0 80px; } .product-detail--nexus-logo { width: 100px; height: 100px; top: -45px; left: calc(50% - 50px); } .product-detail--title { margin: 0 auto 30px; } .product-detail--title h2 { margin-bottom: 35rem; font-size: 30rem; line-height: 32rem; } .product-detail--title p { font-size: 20rem; line-height: 24rem; } .product-cards--container { display: flex; flex-wrap: wrap; max-width: 900px; margin: 0 auto; } .product-detail--card { min-width: 288px; max-width: 380px; min-height: 150px; margin: 15px auto; } .product-detail--card > svg { width: 30px; height: 30px; margin-bottom: 10px; } .product--card-body { font-size: 18rem; } .games-img-container { width: 100%; height: 90vh; background-size: cover; } .games-img-container h2 { font-size: 35rem; } .main-plans-container { min-width: 768px; padding-bottom: 50px; } .plans--title { min-width: 748px; } .plans--title h2 { font-size: 30rem; line-height: 34rem; } .plans--title p { width: 90%; margin: 20px auto 0; font-size: 20rem; line-height: 24rem; } .plans__methods-container { width: 60%; } .plans__methods-container > a, .nexus { height: 35px; } .plans-container--slider { justify-content: center; overflow-x: hidden; padding: 20px 0 40px; } .plans__card { min-width: 240px; height: auto; padding: 40px 20px 30px; } .membership { width: 160px; height: 35px; padding: 6px; left: calc(50% - 80px); top: -20px; font-size: 16rem; border-radius: 10px; } .plan-card--price { padding: 5px 0; font-size: 56rem; } .plan-card--price span { font-size: 16rem; margin-right: 10px; vertical-align: 35px; } .plan-card--saving { font-size: 16rem; } .card__button { border-radius: 10px; font-size: 15rem; line-height: 20rem; } .footer__media-container > a { font-size: 16rem; } .footer__logo img { width: 12vw; }
css/tablet.css
html { overflow-y: scroll; overflow-x: hidden; } header > section > .mobileQuerie { display: none; } header > section > .tabletQuerie { display: initial; right: 15px; top: 15px; color: var(--just-white); } .header__title-container h1 { font-size: 34rem; } .header__title-container p { font-size: 20rem; line-height: 24rem; } .header__title-container a { width: 249px; font-size: 16rem; left: calc(50% - 120px); } .main__intro-container { padding-top: 70px; } .main__intro-container .intro__img { width: 300px; height: 300px; margin-bottom: 60px; } .main__intro-container h2 { font-size: 34rem; line-height: 36rem; } .main__intro-container p { font-size: 20rem; line-height: 22rem; } .main__product-detail { min-width: 768px; height: auto; padding: 70px 0 80px; } .product-detail--nexus-logo { width: 100px; height: 100px; top: -45px; left: calc(50% - 50px); } .product-detail--title { margin: 0 auto 30px; } .product-detail--title h2 { margin-bottom: 35rem; font-size: 30rem; line-height: 32rem; } .product-detail--title p { font-size: 20rem; line-height: 24rem; } .product-cards--container { display: flex; flex-wrap: wrap; max-width: 900px; margin: 0 auto; } .product-detail--card { min-width: 288px; max-width: 380px; min-height: 150px; margin: 15px auto; } .product-detail--card > svg { width: 30px; height: 30px; margin-bottom: 10px; } .product--card-body { font-size: 18rem; } .games-img-container { width: 100%; height: 90vh; background-size: cover; } .games-img-container h2 { font-size: 35rem; } .main-plans-container { min-width: 768px; padding-bottom: 50px; } .plans--title { min-width: 748px; } .plans--title h2 { font-size: 30rem; line-height: 34rem; } .plans--title p { width: 90%; margin: 20px auto 0; font-size: 20rem; line-height: 24rem; } .plans__methods-container { width: 60%; } .plans__methods-container > a, .nexus { height: 35px; } .plans-container--slider { justify-content: center; overflow-x: hidden; padding: 20px 0 40px; } .plans__card { min-width: 240px; height: auto; padding: 40px 20px 30px; } .membership { width: 160px; height: 35px; padding: 6px; left: calc(50% - 80px); top: -20px; font-size: 16rem; border-radius: 10px; } .plan-card--price { padding: 5px 0; font-size: 56rem; } .plan-card--price span { font-size: 16rem; margin-right: 10px; vertical-align: 35px; } .plan-card--saving { font-size: 16rem; } .card__button { border-radius: 10px; font-size: 15rem; line-height: 20rem; } .footer__media-container > a { font-size: 16rem; } .footer__logo img { width: 12vw; }
0.576304
0.063308
@media screen and (min-width: 1025px) and (max-width: 1300px) { #menu { width: 35% !important; } } @media screen and (min-width: 901px) and (max-width: 1024px) { #menu { width: 35% !important; } } @media screen and (max-width: 900px) { #menu { width: 40% !important; } } .menu-backdrop { position: fixed; top: 30px; left: 0; height: calc(100% - 30px); width: 100%; background-color: var(--menu-backdrop); backdrop-filter: blur(3px); } #menu { display: flex; position: fixed; top: 30px; height: calc(100% - 30px); width: 30%; background-color: var(--menu-bg-color); overflow: hidden; border-right: 1px solid var(--menu-border-color); } .menu-content { position: absolute; height: 100%; width: 100%; transition: transform 0.15s ease-in-out; } .menu-back { width: 53px; } .back-btn { padding: 5px; color: var(--primary-font-color); height: 34px; height: 34px; border-radius: 2px; cursor: pointer; } .back-btn:focus-visible { outline: 2px solid #53BDEB; } .menu-title { flex-grow: 1; overflow: hidden; font-size: 19px; line-height: normal; text-overflow: ellipsis; white-space: nowrap; font-weight: 500; margin-top: -3px; color: var(--primary-font-color); } .menu-list { display: flex; flex-direction: column; overflow-y: auto; overflow-x: hidden; border-top: 1px solid var(--menu-primary-lines-color); } .account { display: flex; justify-content: center; align-items: center; position: relative; } .account-details { display: flex; justify-content: center; align-items: center; padding-right: 5px; text-align: left; height: 113px; width: 100%; color: var(--secondary-font-color); cursor: pointer; } .account-details:hover { background-color: var(--menu-btn-bg-color); } .account-details:focus-visible { background-color: var(--menu-btn-bg-color); } .account-icon { padding: 16px 19px; user-select: none; pointer-events: none; } .account-icon span { display: flex; align-items: center; justify-content: center; height: 82px; width: 82px; border-radius: 50%; font-size: 52px; color: white; background-color: #008069; } .active-account-user { display: flex; flex-basis: auto; flex-direction: column; flex-grow: 1; justify-content: center; overflow: hidden; white-space: pre; } .account-name { font-size: 19px; line-height: 28px; white-space: pre; text-overflow: ellipsis; overflow: hidden; } .user-name { margin-top: 2px; text-align: left; font-size: 15px; line-height: 22px; color: var(--tertiary-font-color); white-space: pre; text-overflow: ellipsis; overflow: hidden; } .account-actions { display: flex; align-items: center; justify-content: center; position: absolute; right: 20px; height: 59px; } .account-action-btn { height: 40px; width: 40px; border-radius: 2px; font-size: 18px; color: var(--primary-font-color); cursor: pointer; } .account-action-btn:nth-child(2) { margin-left: 10px; } .account-action-btn span { display: flex; align-items: center; justify-content: center; height: 100%; width: 100%; border-radius: 50%; } .account-action-btn[class*="open"] span { background-color: var(--dropdown-open); } .account-action-btn:focus-visible { outline: 2px solid #53BDEB; } .user-dropdown-container { position: absolute; top: 54px; right: 55px; z-index: 1000; } .user-dropdown-content { min-width: 180px; max-width: 300px; border-radius: 3px; background-color: var(--menu-dropdown-bg-color); box-shadow: 0 2px 5px 0 #0b141a42, 0 2px 10px 0 #0b141a42; transform-origin: right top; overflow: hidden; } .user-dropdown-list { display: flex; align-items: center; flex-direction: column; padding: 9px 0; white-space: nowrap; } .user-dropdown-list button { padding: 0 24px 0 24px; height: 40px; width: 100%; text-align: left; font-size: 14.5px; color: var(--menu-dropdown-font-color); line-height: 14.5px; font-family: inherit; cursor: pointer; overflow: hidden; text-overflow: ellipsis; white-space: pre; } .user-dropdown-list button:hover { background-color: var(--menu-dropdown-hover-bg-color); } .user-dropdown-list button:focus-visible { background-color: var(--menu-dropdown-hover-bg-color); } .country-codes { text-align: left; width: 100px; font-family: inherit; font-size: 14px; color: var(--secondary-font-color); cursor: pointer; } .menu-section { padding: 10px 25px; padding-right: 0; color: var(--secondary-font-color); } .section-header { font-size: 18px; line-height: 36px; border-bottom: 1px solid var(--menu-primary-lines-color); } .section-items { padding: 10px; padding-bottom: 0; } .menu-list-item { display: flex; align-items: center; position: relative; height: 60px; cursor: pointer; } .menu-list-item:hover { background-color: var(--menu-btn-bg-color); } .menu-list-item:hover + .menu-list-item::before { content: ""; position: absolute; top: 0; height: 0; width: 100%; border: 1px solid var(--menu-secondary-lines-color); } .menu-list-item:focus-visible { background-color: var(--menu-btn-bg-color); } .menu-list-item:focus-visible + .menu-list-item::before { content: ""; position: absolute; top: 0; height: 0; width: 100%; border: 1px solid var(--menu-secondary-lines-color); } .menu-list-item-icon { display: flex; flex: none; justify-content: center; width: 74px; font-size: 18px; color: #8696A0; } .menu-list-item-label { display: flex; align-items: center; height: 59px; width: 100%; font-size: 17px; line-height: 22px; color: var(--secondary-font-color); overflow: hidden; white-space: pre; } .menu-list-item:not(:first-of-type) .menu-list-item-label { border-top: 1px solid var(--menu-primary-lines-color); } .menu-list-item-label span:nth-child(2) { overflow: hidden; text-overflow: ellipsis; }
public/css/menu.css
@media screen and (min-width: 1025px) and (max-width: 1300px) { #menu { width: 35% !important; } } @media screen and (min-width: 901px) and (max-width: 1024px) { #menu { width: 35% !important; } } @media screen and (max-width: 900px) { #menu { width: 40% !important; } } .menu-backdrop { position: fixed; top: 30px; left: 0; height: calc(100% - 30px); width: 100%; background-color: var(--menu-backdrop); backdrop-filter: blur(3px); } #menu { display: flex; position: fixed; top: 30px; height: calc(100% - 30px); width: 30%; background-color: var(--menu-bg-color); overflow: hidden; border-right: 1px solid var(--menu-border-color); } .menu-content { position: absolute; height: 100%; width: 100%; transition: transform 0.15s ease-in-out; } .menu-back { width: 53px; } .back-btn { padding: 5px; color: var(--primary-font-color); height: 34px; height: 34px; border-radius: 2px; cursor: pointer; } .back-btn:focus-visible { outline: 2px solid #53BDEB; } .menu-title { flex-grow: 1; overflow: hidden; font-size: 19px; line-height: normal; text-overflow: ellipsis; white-space: nowrap; font-weight: 500; margin-top: -3px; color: var(--primary-font-color); } .menu-list { display: flex; flex-direction: column; overflow-y: auto; overflow-x: hidden; border-top: 1px solid var(--menu-primary-lines-color); } .account { display: flex; justify-content: center; align-items: center; position: relative; } .account-details { display: flex; justify-content: center; align-items: center; padding-right: 5px; text-align: left; height: 113px; width: 100%; color: var(--secondary-font-color); cursor: pointer; } .account-details:hover { background-color: var(--menu-btn-bg-color); } .account-details:focus-visible { background-color: var(--menu-btn-bg-color); } .account-icon { padding: 16px 19px; user-select: none; pointer-events: none; } .account-icon span { display: flex; align-items: center; justify-content: center; height: 82px; width: 82px; border-radius: 50%; font-size: 52px; color: white; background-color: #008069; } .active-account-user { display: flex; flex-basis: auto; flex-direction: column; flex-grow: 1; justify-content: center; overflow: hidden; white-space: pre; } .account-name { font-size: 19px; line-height: 28px; white-space: pre; text-overflow: ellipsis; overflow: hidden; } .user-name { margin-top: 2px; text-align: left; font-size: 15px; line-height: 22px; color: var(--tertiary-font-color); white-space: pre; text-overflow: ellipsis; overflow: hidden; } .account-actions { display: flex; align-items: center; justify-content: center; position: absolute; right: 20px; height: 59px; } .account-action-btn { height: 40px; width: 40px; border-radius: 2px; font-size: 18px; color: var(--primary-font-color); cursor: pointer; } .account-action-btn:nth-child(2) { margin-left: 10px; } .account-action-btn span { display: flex; align-items: center; justify-content: center; height: 100%; width: 100%; border-radius: 50%; } .account-action-btn[class*="open"] span { background-color: var(--dropdown-open); } .account-action-btn:focus-visible { outline: 2px solid #53BDEB; } .user-dropdown-container { position: absolute; top: 54px; right: 55px; z-index: 1000; } .user-dropdown-content { min-width: 180px; max-width: 300px; border-radius: 3px; background-color: var(--menu-dropdown-bg-color); box-shadow: 0 2px 5px 0 #0b141a42, 0 2px 10px 0 #0b141a42; transform-origin: right top; overflow: hidden; } .user-dropdown-list { display: flex; align-items: center; flex-direction: column; padding: 9px 0; white-space: nowrap; } .user-dropdown-list button { padding: 0 24px 0 24px; height: 40px; width: 100%; text-align: left; font-size: 14.5px; color: var(--menu-dropdown-font-color); line-height: 14.5px; font-family: inherit; cursor: pointer; overflow: hidden; text-overflow: ellipsis; white-space: pre; } .user-dropdown-list button:hover { background-color: var(--menu-dropdown-hover-bg-color); } .user-dropdown-list button:focus-visible { background-color: var(--menu-dropdown-hover-bg-color); } .country-codes { text-align: left; width: 100px; font-family: inherit; font-size: 14px; color: var(--secondary-font-color); cursor: pointer; } .menu-section { padding: 10px 25px; padding-right: 0; color: var(--secondary-font-color); } .section-header { font-size: 18px; line-height: 36px; border-bottom: 1px solid var(--menu-primary-lines-color); } .section-items { padding: 10px; padding-bottom: 0; } .menu-list-item { display: flex; align-items: center; position: relative; height: 60px; cursor: pointer; } .menu-list-item:hover { background-color: var(--menu-btn-bg-color); } .menu-list-item:hover + .menu-list-item::before { content: ""; position: absolute; top: 0; height: 0; width: 100%; border: 1px solid var(--menu-secondary-lines-color); } .menu-list-item:focus-visible { background-color: var(--menu-btn-bg-color); } .menu-list-item:focus-visible + .menu-list-item::before { content: ""; position: absolute; top: 0; height: 0; width: 100%; border: 1px solid var(--menu-secondary-lines-color); } .menu-list-item-icon { display: flex; flex: none; justify-content: center; width: 74px; font-size: 18px; color: #8696A0; } .menu-list-item-label { display: flex; align-items: center; height: 59px; width: 100%; font-size: 17px; line-height: 22px; color: var(--secondary-font-color); overflow: hidden; white-space: pre; } .menu-list-item:not(:first-of-type) .menu-list-item-label { border-top: 1px solid var(--menu-primary-lines-color); } .menu-list-item-label span:nth-child(2) { overflow: hidden; text-overflow: ellipsis; }
0.226356
0.074332
.checkbox input { position: absolute; z-index: -1; opacity: 0; margin: 10px 0 0 20px; } .checkbox__text { position: relative; padding: 0 0 0 60px; cursor: pointer; } .checkbox__text:before { content: ''; position: absolute; top: -4px; left: 0; width: 48px; height: 26px; border-radius: 14px; background: white; box-shadow: inset 0 0px 2px rgba(45,24,180,.7), 0 0 0 2px rgba(45,24,180,1); transition: .2s; } .checkbox__text:after { content: ''; position: absolute; top: -1px; left: 2px; width: 20px; height: 20px; border-radius: 10px; background: white; /* box-shadow: 0 2px 5px rgba(0,0,0,.3); */ transition: .2s; border: 2px solid #2D18B4; } .checkbox input:checked + .checkbox__text:before { background: #2D18B4; } .checkbox input:checked + .checkbox__text:after { left: 26px; background: white; } .checkbox input:focus + .checkbox__text:before { box-shadow: inset 0 0px 2px rgba(45,24,180,.7), 0 0 0 2px rgba(45,24,180,1); } .checkbox-before { position: absolute; z-index: -1; opacity: 0; margin: 10px 0 0 20px; } .checkbox-before + label { position: relative; padding: 0 0 0 60px; cursor: pointer; } .checkbox-before + label:before { content: ''; position: absolute; top: -4px; left: 0; width: 48px; height: 26px; border-radius: 14px; background: white; box-shadow: inset 0 0px 2px rgba(45,24,180,.7), 0 0 0 2px rgba(45,24,180,1); transition: .2s; } .checkbox-before + label:after { content: ''; position: absolute; top: -1px; left: 2px; width: 20px; height: 20px; border-radius: 10px; background: white; /* box-shadow: 0 2px 5px rgba(0,0,0,.3); */ transition: .2s; border: 2px solid #2D18B4; } .checkbox-before:checked + label:before { background: #2D18B4; } .checkbox-before:checked + label:after { left: 26px; background: white; } .checkbox-before:focus + label:before { box-shadow: inset 0 0px 2px rgba(45,24,180,.7), 0 0 0 2px rgba(45,24,180,1); } /* ________________________________________________________________*/ .round-checkbox { position: relative; } .round-checkbox label { background-color: #fff; border: 2px solid #4E33F9; border-radius: 50%; cursor: pointer; height: 28px; /* left: 0; */ position: absolute; top: 0; width: 28px; } .round-checkbox label:after { border: 2px solid #fff; border-top: none; border-right: none; content: ""; height: 6px; left: 6.5px; opacity: 0; position: absolute; top: 8px; transform: rotate(-45deg); width: 12px; } .round-checkbox input[type="checkbox"] { visibility: hidden; } .round-checkbox input[type="checkbox"]:checked + label { background-color: #2D18B4; border-color: #4E33F9; } .round-checkbox input[type="checkbox"]:checked + label:after { opacity: 1; }
web/plugins/Smooth-Div-Scroll-master/assets/css/checkbox.css
.checkbox input { position: absolute; z-index: -1; opacity: 0; margin: 10px 0 0 20px; } .checkbox__text { position: relative; padding: 0 0 0 60px; cursor: pointer; } .checkbox__text:before { content: ''; position: absolute; top: -4px; left: 0; width: 48px; height: 26px; border-radius: 14px; background: white; box-shadow: inset 0 0px 2px rgba(45,24,180,.7), 0 0 0 2px rgba(45,24,180,1); transition: .2s; } .checkbox__text:after { content: ''; position: absolute; top: -1px; left: 2px; width: 20px; height: 20px; border-radius: 10px; background: white; /* box-shadow: 0 2px 5px rgba(0,0,0,.3); */ transition: .2s; border: 2px solid #2D18B4; } .checkbox input:checked + .checkbox__text:before { background: #2D18B4; } .checkbox input:checked + .checkbox__text:after { left: 26px; background: white; } .checkbox input:focus + .checkbox__text:before { box-shadow: inset 0 0px 2px rgba(45,24,180,.7), 0 0 0 2px rgba(45,24,180,1); } .checkbox-before { position: absolute; z-index: -1; opacity: 0; margin: 10px 0 0 20px; } .checkbox-before + label { position: relative; padding: 0 0 0 60px; cursor: pointer; } .checkbox-before + label:before { content: ''; position: absolute; top: -4px; left: 0; width: 48px; height: 26px; border-radius: 14px; background: white; box-shadow: inset 0 0px 2px rgba(45,24,180,.7), 0 0 0 2px rgba(45,24,180,1); transition: .2s; } .checkbox-before + label:after { content: ''; position: absolute; top: -1px; left: 2px; width: 20px; height: 20px; border-radius: 10px; background: white; /* box-shadow: 0 2px 5px rgba(0,0,0,.3); */ transition: .2s; border: 2px solid #2D18B4; } .checkbox-before:checked + label:before { background: #2D18B4; } .checkbox-before:checked + label:after { left: 26px; background: white; } .checkbox-before:focus + label:before { box-shadow: inset 0 0px 2px rgba(45,24,180,.7), 0 0 0 2px rgba(45,24,180,1); } /* ________________________________________________________________*/ .round-checkbox { position: relative; } .round-checkbox label { background-color: #fff; border: 2px solid #4E33F9; border-radius: 50%; cursor: pointer; height: 28px; /* left: 0; */ position: absolute; top: 0; width: 28px; } .round-checkbox label:after { border: 2px solid #fff; border-top: none; border-right: none; content: ""; height: 6px; left: 6.5px; opacity: 0; position: absolute; top: 8px; transform: rotate(-45deg); width: 12px; } .round-checkbox input[type="checkbox"] { visibility: hidden; } .round-checkbox input[type="checkbox"]:checked + label { background-color: #2D18B4; border-color: #4E33F9; } .round-checkbox input[type="checkbox"]:checked + label:after { opacity: 1; }
0.458591
0.106365
@font-face { font-family: 'Inter'; src: url(https://fonts.gstatic.com/s/inter/v7/UcCO3FwrK3iLTeHuS_fvQtMwCp50KnMw2boKoduKmMEVuLyfAZ9hjp-Ek-_EeA.woff) format('woff'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; } body { background-image: url("https://i.imgur.com/eJWiERZ.png"); background-color: purple; background-repeat: no-repeat; min-height: 100vh; max-width: 75%; margin: 0 auto; overflow: hidden; background-size: cover; } h3 { font-family: Inter; color: white; text-align: left; font-size: 22px; font-weight: bolder; text-decoration: none; } p { font-family: Inter; color: white; text-decoration: none; font-size: 18px; line-height: 1.5; } a { font-family: Inter; color: white; font-size: 18px; text-decoration: none; } .button { margin-block: 10px; width: 100px; padding: 0.5rem 1rem; font-family: Inter; border: none; border-radius: 20px; cursor: pointer; text-align: center; transition: 1s; background-size: 200% auto; color: white; text-decoration: none; } .button1 {background-image: linear-gradient(to right, #1FA2FF 0%, #12D8FA 51%, #1FA2FF 100%)} .button1:hover { background-position: right center; /* change the direction of the change here */ color: #fff; text-decoration: none; } .button2 {background-image: linear-gradient(to right, #FF512F 0%, #DD2476 51%, #FF512F 100%)} .button2:hover { background-position: right center; /* change the direction of the change here */ color: #fff; text-decoration: none; } .button3 {background-image: linear-gradient(to right, #4776E6 0%, #8E54E9 51%, #4776E6 100%)} .button3:hover { background-position: right center; color: #fff; text-decoration: none; } .button4 {background-image: linear-gradient(to right, #1D976C 0%, #93F9B9 51%, #1D976C 100%)} .button4:hover { background-position: right center; color: #fff; text-decoration: none; } #wife { position: absolute; bottom: 5%; } .button5 {background-image: linear-gradient(to right, #D31027 0%, #EA384D 51%, #D31027 100%)} .button5:hover { background-position: right center; color: #fff; text-decoration: none; } .artists { font-size: 69px; } /*i said dont look :c*/
styles.css
@font-face { font-family: 'Inter'; src: url(https://fonts.gstatic.com/s/inter/v7/UcCO3FwrK3iLTeHuS_fvQtMwCp50KnMw2boKoduKmMEVuLyfAZ9hjp-Ek-_EeA.woff) format('woff'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; } body { background-image: url("https://i.imgur.com/eJWiERZ.png"); background-color: purple; background-repeat: no-repeat; min-height: 100vh; max-width: 75%; margin: 0 auto; overflow: hidden; background-size: cover; } h3 { font-family: Inter; color: white; text-align: left; font-size: 22px; font-weight: bolder; text-decoration: none; } p { font-family: Inter; color: white; text-decoration: none; font-size: 18px; line-height: 1.5; } a { font-family: Inter; color: white; font-size: 18px; text-decoration: none; } .button { margin-block: 10px; width: 100px; padding: 0.5rem 1rem; font-family: Inter; border: none; border-radius: 20px; cursor: pointer; text-align: center; transition: 1s; background-size: 200% auto; color: white; text-decoration: none; } .button1 {background-image: linear-gradient(to right, #1FA2FF 0%, #12D8FA 51%, #1FA2FF 100%)} .button1:hover { background-position: right center; /* change the direction of the change here */ color: #fff; text-decoration: none; } .button2 {background-image: linear-gradient(to right, #FF512F 0%, #DD2476 51%, #FF512F 100%)} .button2:hover { background-position: right center; /* change the direction of the change here */ color: #fff; text-decoration: none; } .button3 {background-image: linear-gradient(to right, #4776E6 0%, #8E54E9 51%, #4776E6 100%)} .button3:hover { background-position: right center; color: #fff; text-decoration: none; } .button4 {background-image: linear-gradient(to right, #1D976C 0%, #93F9B9 51%, #1D976C 100%)} .button4:hover { background-position: right center; color: #fff; text-decoration: none; } #wife { position: absolute; bottom: 5%; } .button5 {background-image: linear-gradient(to right, #D31027 0%, #EA384D 51%, #D31027 100%)} .button5:hover { background-position: right center; color: #fff; text-decoration: none; } .artists { font-size: 69px; } /*i said dont look :c*/
0.472197
0.120232
body { font-family: 'Roboto Condensed', sans-serif; font-size: 16px; line-height: 32px; font-weight: 400; color: #f7fbff; overflow-x: hidden; background-color: #0c1117; -webkit-text-size-adjust: 100%; -webkit-overflow-scrolling: touch; -webkit-font-smoothing: antialiased !important; } html, body { width: 100%; height: 100%; } /* =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= GLOBAL STYLES =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= */ /* LINK STYLE */ /* ----------------------- */ a { color: #ff005a; } a, a>* { text-decoration: none; } a:focus { color: #ac023e; } a:hover { color: #ac023e; } a:focus, a:hover { text-decoration: none; } /* =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= TYPOGRAPHY =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= */ h1, h2, h3, h4, h5, h6 { color: #ffffff; font-weight: 700; margin: 0 0 15px; font-family: 'Roboto Condensed', sans-serif; } h1 { font-size: 48px; line-height: 58px; } h2 { font-size: 30px; line-height: 40px; } h3 { font-size: 26px; line-height: 36px; } h4 { font-size: 22px; line-height: 30px; } h5 { font-size: 18px; } h6 { font-size: 16px; } /*features*/ .features__list { margin: 0; padding: 0; list-style: none; display: flex; align-items: center; justify-content: space-around } @media(max-width: 768px) { .features__list { align-items:flex-start } } .features__list li { display: flex; align-items: center; justify-content: space-around; margin: .5em } @media(max-width: 768px) { .features__list li { flex-direction:column; text-align: center } } .features__list li>div { margin-left: 1em } @media(max-width: 768px) { .features__list li>div { margin-left:0 } } .features__list li h1 { color: rgba(255,255,255,.8); text-transform: uppercase; margin-bottom: .25em } @media(max-width: 768px) { .features__list li h1 { font-size:.8em } } .features__list li h2 { margin-bottom: 0 } @media(max-width: 768px) { .features__list li h2 { display:none } } .features__list li img { opacity: .5 } @media(max-width: 768px) { .features__list li img { min-height:60px } } /*Button*/ .btn { border: none; font-size: .7rem; padding: .5rem 1.5rem; text-transform: uppercase; line-height: 1 } @media(max-width: 576px) { .btn { padding:.5rem .875rem } } .btn-primary { background-color: #daa300; color: #f7fbff } .btn-primary:hover,.btn-primary:focus,.btn-primary:not(:disabled):not(.disabled):active { background-color: #a77d00; border: none; box-shadow: none } .btn-secondary { opacity: .65; background-color: transparent; border: 1px solid rgba(255,255,255,.5) } .btn-secondary:hover,.btn-secondary:focus,.btn-secondary:not(:disabled):not(.disabled):active { opacity: 1; border: 1px solid rgba(255,255,255,.5); box-shadow: none; background-color: transparent } .btn-outline { border: 1px solid #daa300; color: #f7fbff; background-color: transparent } .btn-outline:hover,.btn-outline:focus { border: 1px solid #a77d00; color: #f7fbff; box-shadow: none } .btn-shade { background-color: #0f151c; color: #f7fbff } .btn-shade:hover,.btn-shade:focus { background-color: #17212d; color: #f7fbff; box-shadow: none } .btn-lg { padding: .8em 2em; font-size: 1.25em; line-height: 1.5 } @media(max-width: 576px) { .btn-lg { font-size:1em } } .btn-md { padding: .8em 2em; font-size: 1em; line-height: 1 } @media(max-width: 576px) { .btn-md { font-size:.9em } } .btn-sm { padding: .5rem .75rem; font-size: .75rem } .nfl-dark{ background-color: #151d28; } .logo h1 { margin: 0; line-height: 1; color: #f7fbff; text-transform: uppercase; font-size: 15px; font-style: italic; letter-spacing: 1.2px; } .logo h1 span { font-weight: 700; position: relative; top: -1px; background-color: #daa300; padding: 2px 4px; border-radius: 2px; font-size: 13px; letter-spacing: normal; } /*navigation*/ .navbar{ padding: 18px 0; } @media(max-width: 767px){ .navbar{ padding-left: 15px; padding-right: 15px; } .navbar .justify-content-start { -ms-flex-pack: center!important; justify-content: center!important; } } section { padding: 100px 0; } @media(max-width: 767px){ section { padding: 60px 0; } } /*Footer style*/ .footer{ border-top: 1px solid rgba(247,251,255,.1); padding: 25px 0; } @media(max-width: 767px){ .footer{ padding: 10px 0; } } .footer .copyright { font-size: 13px; color: rgba(247,251,255,.6); } /*Player*/ .player { position: relative; z-index: 5; -webkit-box-shadow: 0 5px 25px 0 rgba(0,0,0,.35); -moz-box-shadow: 0 5px 25px 0 rgba(0,0,0,.35); box-shadow: 0 5px 25px 0 rgba(0,0,0,.35) } .player:before { display: block; content: ""; width: 100%; padding-top: 54% } .player__wrapper { position: absolute; top: 0; right: 0; left: 0; bottom: 0; width: 100%; height: 100%; overflow: hidden; background: #0c1117; z-index: 10 } .player__period { position: absolute; left: 1em; right: 1em; z-index: 10 } .player__live { position: absolute; top: 1em; right: 1em; z-index: 10 } .preloader-overlay { opacity: 0; z-index: 99999; width: 100%; height: 100%; position: fixed; top: 0; bottom: 0; left: 0; right: 0; -webkit-transition: all .2s; transition: all .2s; } .preloader-overlay { background: url(_) no-repeat center center,#0c1117; background-size: contain; } .preloader-overlay.active { display: block; opacity: 1 } .preloader-overlay .logo { position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%,-50%); transform: translate(-50%,-50%); -webkit-animation: logo-loader 1.4s infinite ease-in-out both; animation: logo-loader 1.4s infinite ease-in-out both } .preloader { margin: 0 auto; width: 60px; text-align: center; position: fixed; top: 50%; left: 50%; -webkit-transform: translate(-50%,-50%); transform: translate(-50%,-50%) } .preloader--relative { position: relative; top: unset; left: unset; -webkit-transform: unset; transform: unset } .preloader>div { width: 10px; height: 10px; background-color: rgba(255,255,255,.5); border-radius: 100%; display: inline-block; -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both; animation: sk-bouncedelay 1.4s infinite ease-in-out both } .preloader .bounce1 { -webkit-animation-delay: -.32s; animation-delay: -.32s } .preloader .bounce2 { -webkit-animation-delay: -.16s; animation-delay: -.16s } .player__preloader { display: none; position: absolute; width: 100%; height: 100%; top: 0; right: 0; left: 0; bottom: 0; z-index: 5 } .player__preloader .preloader { position: absolute; width: 100%; max-width: 480px } .player__preloader span { display: block; font-size: .875em; color: rgba(255,255,255,.5); text-align: center; margin-top: 1em } .player__poster { position: absolute; width: 100%; height: 100%; top: 0; right: 0; left: 0; bottom: 0; background: #0c1117; z-index: 5 } .player__poster__state { display: flex; flex-direction: column; align-items: center; justify-content: center; position: absolute; width: 100%; height: 100% } @media(max-width: 576px) { .player__poster__state>p { font-size:.85em } } .player__poster__cta { display: flex; align-items: center; justify-content: center; position: absolute; width: 100%; height: 100%; color: #fff; text-transform: uppercase; cursor: pointer } .player__poster__cta:hover,.player__poster__cta:focus { text-decoration: none; color: #fff } .player__poster__cta__play-icon { display: flex; align-items: center; height: 40px; padding: .35em 1.5em; margin: 0 .5em; border-radius: 5px; border: 2px solid #daa300; -webkit-transition: border .3s ease-in-out; transition: border .3s ease-in-out } .player__poster__cta__play-icon>i { font-size: 1.25em; -webkit-transition: transform .2s ease-in-out; transition: transform .2s ease-in-out } .player__poster__cta__play-icon:hover,.player__poster__cta__play-icon:focus { border: 2px solid #fff } .player__poster__cta__play-icon:hover>i,.player__poster__cta__play-icon:focus>i { -webkit-transform: scale(.9); transform: scale(.9) } .player__poster__cover { position: absolute; top: 0; right: 0; left: 0; bottom: 0; z-index: -1; width: 100%; height: 100%; object-fit: cover; background-size: cover; background-repeat: no-repeat } /*.player__poster__cover.default { background-image: url(../themes/imposter-sports-nfl-v1/assets/images/template/player-poster-cover.jpg) } .player__poster__cover.channel-bein { background-image: url(../themes/imposter-sports-nfl-v1/assets/images/channels/player-poster-bein.jpg) } .player__poster__cover.channel-tsn { background-image: url(../themes/imposter-sports-nfl-v1/assets/images/channels/player-poster-tsn.jpg) } .player__poster__cover.channel-cbc { background-image: url(../themes/imposter-sports-nfl-v1/assets/images/channels/player-poster-cbc.jpg) } .player__poster__cover.channel-fox { background-image: url(../themes/imposter-sports-nfl-v1/assets/images/channels/player-poster-fox.jpg) } .player__poster__cover.channel-sportsnet { background-image: url(../themes/imposter-sports-nfl-v1/assets/images/channels/player-poster-sportsnet.jpg) }*/ .player__poster__cover.channel-cbs { background-image: url(images/banner.jpg) } .player__poster__cover__overlay { position: relative; height: 100% } .player__poster__cover__overlay:before { content: ''; position: absolute; top: 0; right: 0; left: 0; bottom: 0; z-index: 5; width: 100%; height: 100%; background: rgba(12,17,23,.5) } .player__poster__cover__overlay.channel:before { background: none; } .player__poster__cover__score { position: absolute; top: 40px; left: 50%; -webkit-transform: none; transform: none; text-align: center } @media(max-width: 768px) { .player__poster__cover__score { top:20px } } .player__poster__cover__teams { position: absolute; top: 0; right: 0; left: 0; bottom: 0; display: flex; align-items: center } .player__poster__cover__teams>img { position: absolute; width: 50% } .player__poster__cover__teams>img:first-child { left: -5%; -webkit-transform: perspective(460px) rotateX(20deg) rotateY(45deg) rotateZ(0deg); transform: perspective(460px) rotateX(20deg) rotateY(45deg) rotateZ(0deg); transform-origin: center center 0 } .player__poster__cover__teams>img:last-child { right: -5%; -webkit-transform: perspective(460px) rotateX(20deg) rotateY(-45deg) rotateZ(0deg); transform: perspective(460px) rotateX(20deg) rotateY(-45deg) rotateZ(0deg); transform-origin: center center 0 } .player__poster .thumb { position: relative; height: 100%; width: 100%; z-index: -1 } .player__poster .thumb>img { opacity: .25; padding: 2.5rem } .player__poster>img { cursor: pointer; opacity: .5; position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%,-50%); transform: translate(-50%,-50%); transition: opacity .3s ease-in,transform .1s ease-in } .player__poster>img:hover { opacity: 1; -webkit-transform: translate(-50%,-50%),scale(.9); transform: translate(-50%,-50%),scale(.9) } .player__video,.player iframe { position: absolute; top: 0; right: 0; left: 0; bottom: 0; width: 100%; height: 100% } .player__scores { display: flex; align-items: center; width: 100%; margin: 0 auto; text-align: center } .player__scores>span { font-size: 4em; margin: 0 3rem; color: rgba(255,255,255,.5) } @media(max-width: 768px) { .player__scores>span { font-size:2.5em; margin: 0 2rem } } @media(max-width: 576px) { .player__scores>span { font-size:2em; margin: 0 1rem } } .player__scores>span.period { font-size: 1em } .subplayer { padding: 1.5em 0 } @media(max-width: 576px) { .subplayer .img-channel { display:none } } @media(max-width: 576px) { .subplayer .img-channel.live { display:block } } /*player footer*/ .subplayer .text-muted { font-size: .925em; color: rgba(255,255,255,.5) !important; } .subplayer .text-muted { margin-bottom: 0; } .img-channel { max-width: 80px; opacity: .3 } /*Live badge*/ .live-badge { display: inline-flex; align-items: center; padding: .35em .5em; border: 1px solid rgba(255,255,255,.5); border-radius: .25rem } .live-badge span { font-size: .7em; line-height: 1; text-transform: uppercase } .live-badge__icon { display: inline-block; width: 8px; height: 8px; margin-right: .25em; background-color: #fc0017; border-radius: 50%; -webkit-animation-name: pulse; -webkit-animation-duration: 4s; -webkit-animation-iteration-count: infinite; animation-name: pulse; animation-duration: 2s; animation-iteration-count: infinite } @-webkit-keyframes pulse { 0% { opacity: 1 } 50% { opacity: .1 } 100% { opacity: 1 } } @-moz-keyframes pulse { 0% { opacity: 1 } 50% { opacity: .1 } 100% { opacity: 1 } } @keyframes pulse { 0% { opacity: 1 } 50% { opacity: .1 } 100% { opacity: 1 } } @-webkit-keyframes sk-bouncedelay { 0%,80%,100% { -webkit-transform: scale(0); transform: scale(0) } 40% { -webkit-transform: scale(1); transform: scale(1) } } @-moz-keyframes sk-bouncedelay { 0%,80%,100% { -webkit-transform: scale(0); transform: scale(0) } 40% { -webkit-transform: scale(1); transform: scale(1) } } @keyframes sk-bouncedelay { 0%,80%,100% { -webkit-transform: scale(0); transform: scale(0) } 40% { -webkit-transform: scale(1); transform: scale(1) } } @-webkit-keyframes logo-loader { 0% { opacity: 1 } 50% { opacity: .6 } 100% { opacity: 1 } } @-moz-keyframes logo-loader { 0% { opacity: 1 } 50% { opacity: .6 } 100% { opacity: 1 } } @keyframes logo-loader { 0% { opacity: 1 } 50% { opacity: .6 } 100% { opacity: 1 } } /*Modal*/ .modal { position: fixed; top: 0; bottom: 0; left: 0; right: 0; z-index: 9999; } .modal__close { position: absolute; top: .5em; right: 1em; cursor: pointer } .modal__close i { font-size: 1.5em; transition: transform .1s ease-in-out; color: rgba(255,255,255,.5) } .modal__close:hover i,.modal__close:focus i { -webkit-transform: scale(.9); transform: scale(.9) } .modal__header { display: flex; align-items: center; justify-content: center; width: 100%; background: linear-gradient(rgba(12,17,23,0.75),rgba(12,17,23,0.75)),url('images/tpd.jpg') no-repeat center center/cover; border-radius: 5px 5px 0 0; padding: 1.75em 1em } .modal__wrapper { position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%,-50%); transform: translate(-50%,-50%); width: 100%; max-width: 800px; padding: 0 15px; z-index: 100; } .modal__inner { opacity: 0; transform: scale(.3); transition: opacity .3s ease-in,transform .2s ease-in; -webkit-box-shadow: 0 5px 25px 0 rgba(12,17,23,.35); -moz-box-shadow: 0 5px 25px 0 rgba(12,17,23,.35); box-shadow: 0 5px 25px 0 rgba(12,17,23,.35); background: #fff; border-radius: 5px } .modal__inner.active { opacity: 1; -webkit-transform: scale(1); transform: scale(1) } .modal__content { text-align: center; color: #1a1d24; padding: 3em 1em; background: #fff } .modal__content h1 { font-weight: 700; font-size: 2em; color: #1a1d24; margin: 0; } .modal__content p { font-size: 1.1em } @media(max-width: 576px) { .modal__content h1 { font-size:1.4em } .modal__content p { font-size: .8em } } .modal__footer { padding: 1em; border-radius: 0 0 5px 5px; background: rgba(12,17,23,.1); text-align: center } .modal__footer .features__list li { flex-direction: column } .modal__footer .features__list li h1 { color: #0c1117; font-weight: 700; font-size: .7em; line-height: 1.5; } .modal__footer .features__list li img { opacity: 1; min-height: 50px }
style.css
body { font-family: 'Roboto Condensed', sans-serif; font-size: 16px; line-height: 32px; font-weight: 400; color: #f7fbff; overflow-x: hidden; background-color: #0c1117; -webkit-text-size-adjust: 100%; -webkit-overflow-scrolling: touch; -webkit-font-smoothing: antialiased !important; } html, body { width: 100%; height: 100%; } /* =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= GLOBAL STYLES =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= */ /* LINK STYLE */ /* ----------------------- */ a { color: #ff005a; } a, a>* { text-decoration: none; } a:focus { color: #ac023e; } a:hover { color: #ac023e; } a:focus, a:hover { text-decoration: none; } /* =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= TYPOGRAPHY =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= */ h1, h2, h3, h4, h5, h6 { color: #ffffff; font-weight: 700; margin: 0 0 15px; font-family: 'Roboto Condensed', sans-serif; } h1 { font-size: 48px; line-height: 58px; } h2 { font-size: 30px; line-height: 40px; } h3 { font-size: 26px; line-height: 36px; } h4 { font-size: 22px; line-height: 30px; } h5 { font-size: 18px; } h6 { font-size: 16px; } /*features*/ .features__list { margin: 0; padding: 0; list-style: none; display: flex; align-items: center; justify-content: space-around } @media(max-width: 768px) { .features__list { align-items:flex-start } } .features__list li { display: flex; align-items: center; justify-content: space-around; margin: .5em } @media(max-width: 768px) { .features__list li { flex-direction:column; text-align: center } } .features__list li>div { margin-left: 1em } @media(max-width: 768px) { .features__list li>div { margin-left:0 } } .features__list li h1 { color: rgba(255,255,255,.8); text-transform: uppercase; margin-bottom: .25em } @media(max-width: 768px) { .features__list li h1 { font-size:.8em } } .features__list li h2 { margin-bottom: 0 } @media(max-width: 768px) { .features__list li h2 { display:none } } .features__list li img { opacity: .5 } @media(max-width: 768px) { .features__list li img { min-height:60px } } /*Button*/ .btn { border: none; font-size: .7rem; padding: .5rem 1.5rem; text-transform: uppercase; line-height: 1 } @media(max-width: 576px) { .btn { padding:.5rem .875rem } } .btn-primary { background-color: #daa300; color: #f7fbff } .btn-primary:hover,.btn-primary:focus,.btn-primary:not(:disabled):not(.disabled):active { background-color: #a77d00; border: none; box-shadow: none } .btn-secondary { opacity: .65; background-color: transparent; border: 1px solid rgba(255,255,255,.5) } .btn-secondary:hover,.btn-secondary:focus,.btn-secondary:not(:disabled):not(.disabled):active { opacity: 1; border: 1px solid rgba(255,255,255,.5); box-shadow: none; background-color: transparent } .btn-outline { border: 1px solid #daa300; color: #f7fbff; background-color: transparent } .btn-outline:hover,.btn-outline:focus { border: 1px solid #a77d00; color: #f7fbff; box-shadow: none } .btn-shade { background-color: #0f151c; color: #f7fbff } .btn-shade:hover,.btn-shade:focus { background-color: #17212d; color: #f7fbff; box-shadow: none } .btn-lg { padding: .8em 2em; font-size: 1.25em; line-height: 1.5 } @media(max-width: 576px) { .btn-lg { font-size:1em } } .btn-md { padding: .8em 2em; font-size: 1em; line-height: 1 } @media(max-width: 576px) { .btn-md { font-size:.9em } } .btn-sm { padding: .5rem .75rem; font-size: .75rem } .nfl-dark{ background-color: #151d28; } .logo h1 { margin: 0; line-height: 1; color: #f7fbff; text-transform: uppercase; font-size: 15px; font-style: italic; letter-spacing: 1.2px; } .logo h1 span { font-weight: 700; position: relative; top: -1px; background-color: #daa300; padding: 2px 4px; border-radius: 2px; font-size: 13px; letter-spacing: normal; } /*navigation*/ .navbar{ padding: 18px 0; } @media(max-width: 767px){ .navbar{ padding-left: 15px; padding-right: 15px; } .navbar .justify-content-start { -ms-flex-pack: center!important; justify-content: center!important; } } section { padding: 100px 0; } @media(max-width: 767px){ section { padding: 60px 0; } } /*Footer style*/ .footer{ border-top: 1px solid rgba(247,251,255,.1); padding: 25px 0; } @media(max-width: 767px){ .footer{ padding: 10px 0; } } .footer .copyright { font-size: 13px; color: rgba(247,251,255,.6); } /*Player*/ .player { position: relative; z-index: 5; -webkit-box-shadow: 0 5px 25px 0 rgba(0,0,0,.35); -moz-box-shadow: 0 5px 25px 0 rgba(0,0,0,.35); box-shadow: 0 5px 25px 0 rgba(0,0,0,.35) } .player:before { display: block; content: ""; width: 100%; padding-top: 54% } .player__wrapper { position: absolute; top: 0; right: 0; left: 0; bottom: 0; width: 100%; height: 100%; overflow: hidden; background: #0c1117; z-index: 10 } .player__period { position: absolute; left: 1em; right: 1em; z-index: 10 } .player__live { position: absolute; top: 1em; right: 1em; z-index: 10 } .preloader-overlay { opacity: 0; z-index: 99999; width: 100%; height: 100%; position: fixed; top: 0; bottom: 0; left: 0; right: 0; -webkit-transition: all .2s; transition: all .2s; } .preloader-overlay { background: url(_) no-repeat center center,#0c1117; background-size: contain; } .preloader-overlay.active { display: block; opacity: 1 } .preloader-overlay .logo { position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%,-50%); transform: translate(-50%,-50%); -webkit-animation: logo-loader 1.4s infinite ease-in-out both; animation: logo-loader 1.4s infinite ease-in-out both } .preloader { margin: 0 auto; width: 60px; text-align: center; position: fixed; top: 50%; left: 50%; -webkit-transform: translate(-50%,-50%); transform: translate(-50%,-50%) } .preloader--relative { position: relative; top: unset; left: unset; -webkit-transform: unset; transform: unset } .preloader>div { width: 10px; height: 10px; background-color: rgba(255,255,255,.5); border-radius: 100%; display: inline-block; -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both; animation: sk-bouncedelay 1.4s infinite ease-in-out both } .preloader .bounce1 { -webkit-animation-delay: -.32s; animation-delay: -.32s } .preloader .bounce2 { -webkit-animation-delay: -.16s; animation-delay: -.16s } .player__preloader { display: none; position: absolute; width: 100%; height: 100%; top: 0; right: 0; left: 0; bottom: 0; z-index: 5 } .player__preloader .preloader { position: absolute; width: 100%; max-width: 480px } .player__preloader span { display: block; font-size: .875em; color: rgba(255,255,255,.5); text-align: center; margin-top: 1em } .player__poster { position: absolute; width: 100%; height: 100%; top: 0; right: 0; left: 0; bottom: 0; background: #0c1117; z-index: 5 } .player__poster__state { display: flex; flex-direction: column; align-items: center; justify-content: center; position: absolute; width: 100%; height: 100% } @media(max-width: 576px) { .player__poster__state>p { font-size:.85em } } .player__poster__cta { display: flex; align-items: center; justify-content: center; position: absolute; width: 100%; height: 100%; color: #fff; text-transform: uppercase; cursor: pointer } .player__poster__cta:hover,.player__poster__cta:focus { text-decoration: none; color: #fff } .player__poster__cta__play-icon { display: flex; align-items: center; height: 40px; padding: .35em 1.5em; margin: 0 .5em; border-radius: 5px; border: 2px solid #daa300; -webkit-transition: border .3s ease-in-out; transition: border .3s ease-in-out } .player__poster__cta__play-icon>i { font-size: 1.25em; -webkit-transition: transform .2s ease-in-out; transition: transform .2s ease-in-out } .player__poster__cta__play-icon:hover,.player__poster__cta__play-icon:focus { border: 2px solid #fff } .player__poster__cta__play-icon:hover>i,.player__poster__cta__play-icon:focus>i { -webkit-transform: scale(.9); transform: scale(.9) } .player__poster__cover { position: absolute; top: 0; right: 0; left: 0; bottom: 0; z-index: -1; width: 100%; height: 100%; object-fit: cover; background-size: cover; background-repeat: no-repeat } /*.player__poster__cover.default { background-image: url(../themes/imposter-sports-nfl-v1/assets/images/template/player-poster-cover.jpg) } .player__poster__cover.channel-bein { background-image: url(../themes/imposter-sports-nfl-v1/assets/images/channels/player-poster-bein.jpg) } .player__poster__cover.channel-tsn { background-image: url(../themes/imposter-sports-nfl-v1/assets/images/channels/player-poster-tsn.jpg) } .player__poster__cover.channel-cbc { background-image: url(../themes/imposter-sports-nfl-v1/assets/images/channels/player-poster-cbc.jpg) } .player__poster__cover.channel-fox { background-image: url(../themes/imposter-sports-nfl-v1/assets/images/channels/player-poster-fox.jpg) } .player__poster__cover.channel-sportsnet { background-image: url(../themes/imposter-sports-nfl-v1/assets/images/channels/player-poster-sportsnet.jpg) }*/ .player__poster__cover.channel-cbs { background-image: url(images/banner.jpg) } .player__poster__cover__overlay { position: relative; height: 100% } .player__poster__cover__overlay:before { content: ''; position: absolute; top: 0; right: 0; left: 0; bottom: 0; z-index: 5; width: 100%; height: 100%; background: rgba(12,17,23,.5) } .player__poster__cover__overlay.channel:before { background: none; } .player__poster__cover__score { position: absolute; top: 40px; left: 50%; -webkit-transform: none; transform: none; text-align: center } @media(max-width: 768px) { .player__poster__cover__score { top:20px } } .player__poster__cover__teams { position: absolute; top: 0; right: 0; left: 0; bottom: 0; display: flex; align-items: center } .player__poster__cover__teams>img { position: absolute; width: 50% } .player__poster__cover__teams>img:first-child { left: -5%; -webkit-transform: perspective(460px) rotateX(20deg) rotateY(45deg) rotateZ(0deg); transform: perspective(460px) rotateX(20deg) rotateY(45deg) rotateZ(0deg); transform-origin: center center 0 } .player__poster__cover__teams>img:last-child { right: -5%; -webkit-transform: perspective(460px) rotateX(20deg) rotateY(-45deg) rotateZ(0deg); transform: perspective(460px) rotateX(20deg) rotateY(-45deg) rotateZ(0deg); transform-origin: center center 0 } .player__poster .thumb { position: relative; height: 100%; width: 100%; z-index: -1 } .player__poster .thumb>img { opacity: .25; padding: 2.5rem } .player__poster>img { cursor: pointer; opacity: .5; position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%,-50%); transform: translate(-50%,-50%); transition: opacity .3s ease-in,transform .1s ease-in } .player__poster>img:hover { opacity: 1; -webkit-transform: translate(-50%,-50%),scale(.9); transform: translate(-50%,-50%),scale(.9) } .player__video,.player iframe { position: absolute; top: 0; right: 0; left: 0; bottom: 0; width: 100%; height: 100% } .player__scores { display: flex; align-items: center; width: 100%; margin: 0 auto; text-align: center } .player__scores>span { font-size: 4em; margin: 0 3rem; color: rgba(255,255,255,.5) } @media(max-width: 768px) { .player__scores>span { font-size:2.5em; margin: 0 2rem } } @media(max-width: 576px) { .player__scores>span { font-size:2em; margin: 0 1rem } } .player__scores>span.period { font-size: 1em } .subplayer { padding: 1.5em 0 } @media(max-width: 576px) { .subplayer .img-channel { display:none } } @media(max-width: 576px) { .subplayer .img-channel.live { display:block } } /*player footer*/ .subplayer .text-muted { font-size: .925em; color: rgba(255,255,255,.5) !important; } .subplayer .text-muted { margin-bottom: 0; } .img-channel { max-width: 80px; opacity: .3 } /*Live badge*/ .live-badge { display: inline-flex; align-items: center; padding: .35em .5em; border: 1px solid rgba(255,255,255,.5); border-radius: .25rem } .live-badge span { font-size: .7em; line-height: 1; text-transform: uppercase } .live-badge__icon { display: inline-block; width: 8px; height: 8px; margin-right: .25em; background-color: #fc0017; border-radius: 50%; -webkit-animation-name: pulse; -webkit-animation-duration: 4s; -webkit-animation-iteration-count: infinite; animation-name: pulse; animation-duration: 2s; animation-iteration-count: infinite } @-webkit-keyframes pulse { 0% { opacity: 1 } 50% { opacity: .1 } 100% { opacity: 1 } } @-moz-keyframes pulse { 0% { opacity: 1 } 50% { opacity: .1 } 100% { opacity: 1 } } @keyframes pulse { 0% { opacity: 1 } 50% { opacity: .1 } 100% { opacity: 1 } } @-webkit-keyframes sk-bouncedelay { 0%,80%,100% { -webkit-transform: scale(0); transform: scale(0) } 40% { -webkit-transform: scale(1); transform: scale(1) } } @-moz-keyframes sk-bouncedelay { 0%,80%,100% { -webkit-transform: scale(0); transform: scale(0) } 40% { -webkit-transform: scale(1); transform: scale(1) } } @keyframes sk-bouncedelay { 0%,80%,100% { -webkit-transform: scale(0); transform: scale(0) } 40% { -webkit-transform: scale(1); transform: scale(1) } } @-webkit-keyframes logo-loader { 0% { opacity: 1 } 50% { opacity: .6 } 100% { opacity: 1 } } @-moz-keyframes logo-loader { 0% { opacity: 1 } 50% { opacity: .6 } 100% { opacity: 1 } } @keyframes logo-loader { 0% { opacity: 1 } 50% { opacity: .6 } 100% { opacity: 1 } } /*Modal*/ .modal { position: fixed; top: 0; bottom: 0; left: 0; right: 0; z-index: 9999; } .modal__close { position: absolute; top: .5em; right: 1em; cursor: pointer } .modal__close i { font-size: 1.5em; transition: transform .1s ease-in-out; color: rgba(255,255,255,.5) } .modal__close:hover i,.modal__close:focus i { -webkit-transform: scale(.9); transform: scale(.9) } .modal__header { display: flex; align-items: center; justify-content: center; width: 100%; background: linear-gradient(rgba(12,17,23,0.75),rgba(12,17,23,0.75)),url('images/tpd.jpg') no-repeat center center/cover; border-radius: 5px 5px 0 0; padding: 1.75em 1em } .modal__wrapper { position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%,-50%); transform: translate(-50%,-50%); width: 100%; max-width: 800px; padding: 0 15px; z-index: 100; } .modal__inner { opacity: 0; transform: scale(.3); transition: opacity .3s ease-in,transform .2s ease-in; -webkit-box-shadow: 0 5px 25px 0 rgba(12,17,23,.35); -moz-box-shadow: 0 5px 25px 0 rgba(12,17,23,.35); box-shadow: 0 5px 25px 0 rgba(12,17,23,.35); background: #fff; border-radius: 5px } .modal__inner.active { opacity: 1; -webkit-transform: scale(1); transform: scale(1) } .modal__content { text-align: center; color: #1a1d24; padding: 3em 1em; background: #fff } .modal__content h1 { font-weight: 700; font-size: 2em; color: #1a1d24; margin: 0; } .modal__content p { font-size: 1.1em } @media(max-width: 576px) { .modal__content h1 { font-size:1.4em } .modal__content p { font-size: .8em } } .modal__footer { padding: 1em; border-radius: 0 0 5px 5px; background: rgba(12,17,23,.1); text-align: center } .modal__footer .features__list li { flex-direction: column } .modal__footer .features__list li h1 { color: #0c1117; font-weight: 700; font-size: .7em; line-height: 1.5; } .modal__footer .features__list li img { opacity: 1; min-height: 50px }
0.240596
0.060225
color-picker, .color-picker { position: relative; display: flex; --white-15: rgba(255, 255, 255, 0.15); --white-25: rgba(255, 255, 255, 0.25); --white-33: rgba(255, 255, 255, 0.33); --white-50: rgba(255, 255, 255, 0.5); --white-75: rgba(255, 255, 255, 0.75); --white-90: rgba(255, 255, 255, 0.9); --black-15: rgba(0, 0, 0, 0.15); --black-25: rgba(0, 0, 0, 0.25); --black-33: rgba(0, 0, 0, 0.33); --black-50: rgba(0, 0, 0, 0.5); --black-75: rgba(0, 0, 0, 0.75); --black-90: rgba(0, 0, 0, 0.9); --dropdown-transition: transform 0.33s ease, opacity 0.33s ease; --btn-transition: box-shadow 0.33s ease, border 0.33s ease; --options-transition: height 0.33s ease; --dropdown-bg: var(--black-75); --dropdown-color: var(--white-75); --dropdown-shadow: 0 6px 12px var(--black-33); --dropdown-scrollbar-bg: var(--white-33); --dropdown-scrollbar-bg-hover: var(--white-50); --knob-bg: #000; --knob-border: 1px solid var(--white-90); --knob-shadow-hover: 0 0 0 6px var(--white-50); --knob-shadow-active: 0 0 0 6px var(--white-90); --input-border: 1px solid var(--white-15); --input-border-hover: 1px solid var(--white-33); --input-bg-hover: var(--black-15); --option-color-hover: var(--black-75); --option-bg-hover: var(--white-50); --option-color-active: var(--black-75); --option-bg-active: var(--white-90); --visual-shadow: 0 0 0 1px var(--white-15) inset; } color-picker:focus, .color-picker:focus { outline: none; } /* color-dropdown */ .color-dropdown { position: absolute; z-index: 50; display: none; flex-direction: column; width: min-content; padding: 0.5rem; color: var(--dropdown-color); background: var(--dropdown-bg); border-radius: 0.5rem; box-shadow: var(--dropdown-shadow); opacity: 0; transition: var(--dropdown-transition); } .color-dropdown.picker { left: 0; } .color-dropdown.menu { right: 0; } .open .color-dropdown.top { top: auto; bottom: 100%; } .color-dropdown.bottom { top: 100%; } .open .color-dropdown.top, .open .color-dropdown.bottom { display: flex; } .color-dropdown.show { opacity: 1; } .color-dropdown.show.top { transform: translate(0, -5px); } .color-dropdown.show.bottom { transform: translate(0, 5px); } /* color-controls */ .color-controls { display: none; flex-wrap: wrap; justify-content: space-between; width: max-content; } /* btn-appearance */ .btn-appearance { width: 100%; height: 1.5rem; padding: 0.6rem 1rem; font-size: 1rem; line-height: 1.5; border: 0; border-radius: 0.25rem; outline: none; appearance: none; transition: var(--btn-transition); } .btn-appearance:focus, .btn-appearance:hover { box-shadow: 0 0 0 3px var(--black-15); } /* color-preview */ .color-preview { box-shadow: 0 0 0 1px rgba(120, 120, 120, 0.33) inset; direction: ltr; /* color value can never be rtl */ } .txt-dark .color-preview { color: var(--white-75); } .txt-dark .color-preview:focus { box-shadow: 0 0 0 1px #fff inset, 0 0 0 3px var(--black-15); } .txt-dark .color-preview::placeholder { color: var(--white-50); } .txt-light .color-preview { color: var(--black-75); } .txt-light .color-preview:focus { color: var(--black-75); box-shadow: 0 0 0 1px #000 inset, 0 0 0 3px var(--black-15); } .txt-light .color-preview::placeholder { color: var(--black-50); } /* picker-toggle */ .picker-toggle { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: transparent; border: 0; } .open .picker-toggle { z-index: -1; } /* menu-toggle */ .menu-toggle { position: absolute; top: 0; right: 0; display: flex; width: 3rem; height: 100%; padding: 0 0.25rem; cursor: pointer; border: 0; border-radius: 0 0.25rem 0.25rem 0; } .txt-light .menu-toggle { background: var(--black-50); } .txt-light .menu-toggle:focus, .txt-light .menu-toggle:focus { background: var(--black-75); } .txt-dark .menu-toggle { background: var(--white-33); } .txt-dark .menu-toggle:focus, .txt-dark .menu-toggle:focus { background: var(--white-50); } .menu-toggle svg { width: auto; height: 100%; } /* scrollable */ .scrollable { overflow-x: hidden; overflow-y: auto; scrollbar-width: thin; } .scrollable::-webkit-scrollbar { width: 0.5rem; } .scrollable::-webkit-scrollbar-track { background-color: transparent; } .scrollable::-webkit-scrollbar-thumb { width: 0.5rem; background-color: transparent; background-clip: content-box; border: 0; } .scrollable:hover::-webkit-scrollbar-thumb { background-color: var(--dropdown-scrollbar-bg); } .scrollable::-webkit-scrollbar-thumb:hover { background-color: var(--dropdown-scrollbar-bg-hover); } /* color-defaults */ .color-defaults { display: none; flex-wrap: wrap; flex-flow: column; margin: 0; list-style: none; padding-inline: 0; } .color-dropdown.menu .color-defaults, .color-dropdown.picker .color-controls { display: flex; } .color-dropdown.menu { max-height: 230px; } .color-defaults .color-option { padding: 0.25rem 0.5rem; color: inherit; } .color-option { cursor: pointer; } .color-defaults .color-option:focus, .color-defaults .color-option:hover { color: var(--option-color-hover); background: var(--option-bg-hover); outline: none; } .color-defaults .color-option:active, .color-defaults .color-option.active { color: var(--option-color-active); background: var(--option-bg-active); } /* color-options grid */ .color-options { --grid-item-size: 2rem; --grid-fit: 5; --grid-gap: .25rem; --grid-height: auto; --grid-hover-height: auto; display: grid; padding: 0; margin: 0; list-style: none; grid-template-columns: repeat(var(--grid-fit), var(--grid-item-size)); grid-template-rows: repeat(auto-fill, var(--grid-item-size)); gap: var(--grid-gap); } .color-options.scrollable { height: var(--grid-height); margin: 0 -0.5rem 0 0; overflow-y: scroll; transition: var(--options-transition); } .color-options.scrollable:hover { height: var(--grid-hover-height); } .color-options + .color-defaults { margin-top: 0.25rem; } .multiline + .color-defaults { flex-direction: row; flex-wrap: wrap; } .multiline + .color-defaults .color-option { padding: 0.25rem 0.33rem; font-size: 12px; } .color-options .color-option { position: relative; width: var(--grid-item-size); height: var(--grid-item-size); overflow: hidden; text-indent: 2.1rem; } .color-options .color-option:active, .color-options .color-option:focus { outline: none; } .color-options .color-option::before { position: absolute; top: 0; right: 0; bottom: 0; left: 0; } .color-options .color-option:hover::before, .color-options .color-option:active::before, .color-options .color-option:focus::before { content: ""; border: 3px solid var(--white-75); mix-blend-mode: difference; } .color-options .color-option:active, .color-options .color-option:focus { box-shadow: 0 0 0 4px rgba(125, 125, 125, 0.75) inset; } .color-options .color-option.active:after { position: absolute; top: 50%; left: 50%; width: 4px; height: 4px; margin: -2px 0 0 -2px; content: ""; border-radius: 4px; } .txt-dark .color-options .color-option.active:after { box-shadow: 0 0 0 4px var(--white-90); } .txt-light .color-options .color-option.active:after { box-shadow: 0 0 0 4px var(--black-90); } /* color-form */ .color-form { display: flex; flex-direction: row; flex-wrap: wrap; align-items: center; padding: 0.25rem 0 0; font: 12px sans-serif; } .color-form.hex { max-width: initial; } .color-form > * { flex: 1 0 0%; width: 17.5%; max-width: 17.5%; } .color-form label { width: 7.5%; max-width: 7.5%; text-align: center; } .color-input { color: inherit; text-align: right; background: transparent; border: var(--input-border); outline: none; } .color-input.hex { width: 92.5%; max-width: 92.5%; } .color-input:active, .color-input:focus { background: var(--input-bg-hover); border: var(--input-border-hover); } /* visual control */ .visual-control { height: 150px; /* important for mobile devices */ touch-action: none; box-shadow: var(--visual-shadow); } .visual-control1 { width: 150px; } .visual-control2, .visual-control3 { width: 21px; cursor: ns-resize; } @media (min-width: 578px) { .visual-control { height: 230px; } .visual-control1 { width: 230px; } } @media (min-width: 1200px) { .visual-control { height: 300px; } .visual-control1 { width: 300px; } } .color-control { position: relative; display: inline-block; } .color-slider { left: 0; width: calc(100% - 2px); cursor: ns-resize; } .color-control + .color-control { margin-left: 0.5rem; } /* knob */ .knob { position: absolute; top: 0; left: 0; height: 7px; /* important for mobile devices */ touch-action: none; user-select: none; background-color: var(--knob-bg); border: var(--knob-border); border-radius: 5px; outline: none; will-change: transform; } .knob:hover { box-shadow: var(--knob-shadow-hover); } .knob:focus, .knob:active { z-index: 1; box-shadow: var(--knob-shadow-active); } /* color-pointer */ .color-pointer { width: 7px; background-color: transparent; border: 0; } .txt-dark .color-pointer { box-shadow: 0 0 0 5px var(--white-50); } .txt-light .color-pointer { box-shadow: 0 0 0 5px var(--black-50); } .txt-dark .color-pointer:hover { box-shadow: 0 0 0 5px var(--white-75); } .txt-light .color-pointer:hover { box-shadow: 0 0 0 5px var(--black-75); } .txt-dark .color-pointer:focus, .txt-dark .color-pointer:active { box-shadow: 0 0 0 5px var(--white-90); } .txt-light .color-pointer:focus, .txt-light .color-pointer:active { box-shadow: 0 0 0 5px var(--black-90); } /* utility */ .v-hidden { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; margin: -1px !important; overflow: hidden !important; clip: rect(0, 0, 0, 0) !important; white-space: nowrap !important; border: 0 !important; }
docs/css/color-picker.css
color-picker, .color-picker { position: relative; display: flex; --white-15: rgba(255, 255, 255, 0.15); --white-25: rgba(255, 255, 255, 0.25); --white-33: rgba(255, 255, 255, 0.33); --white-50: rgba(255, 255, 255, 0.5); --white-75: rgba(255, 255, 255, 0.75); --white-90: rgba(255, 255, 255, 0.9); --black-15: rgba(0, 0, 0, 0.15); --black-25: rgba(0, 0, 0, 0.25); --black-33: rgba(0, 0, 0, 0.33); --black-50: rgba(0, 0, 0, 0.5); --black-75: rgba(0, 0, 0, 0.75); --black-90: rgba(0, 0, 0, 0.9); --dropdown-transition: transform 0.33s ease, opacity 0.33s ease; --btn-transition: box-shadow 0.33s ease, border 0.33s ease; --options-transition: height 0.33s ease; --dropdown-bg: var(--black-75); --dropdown-color: var(--white-75); --dropdown-shadow: 0 6px 12px var(--black-33); --dropdown-scrollbar-bg: var(--white-33); --dropdown-scrollbar-bg-hover: var(--white-50); --knob-bg: #000; --knob-border: 1px solid var(--white-90); --knob-shadow-hover: 0 0 0 6px var(--white-50); --knob-shadow-active: 0 0 0 6px var(--white-90); --input-border: 1px solid var(--white-15); --input-border-hover: 1px solid var(--white-33); --input-bg-hover: var(--black-15); --option-color-hover: var(--black-75); --option-bg-hover: var(--white-50); --option-color-active: var(--black-75); --option-bg-active: var(--white-90); --visual-shadow: 0 0 0 1px var(--white-15) inset; } color-picker:focus, .color-picker:focus { outline: none; } /* color-dropdown */ .color-dropdown { position: absolute; z-index: 50; display: none; flex-direction: column; width: min-content; padding: 0.5rem; color: var(--dropdown-color); background: var(--dropdown-bg); border-radius: 0.5rem; box-shadow: var(--dropdown-shadow); opacity: 0; transition: var(--dropdown-transition); } .color-dropdown.picker { left: 0; } .color-dropdown.menu { right: 0; } .open .color-dropdown.top { top: auto; bottom: 100%; } .color-dropdown.bottom { top: 100%; } .open .color-dropdown.top, .open .color-dropdown.bottom { display: flex; } .color-dropdown.show { opacity: 1; } .color-dropdown.show.top { transform: translate(0, -5px); } .color-dropdown.show.bottom { transform: translate(0, 5px); } /* color-controls */ .color-controls { display: none; flex-wrap: wrap; justify-content: space-between; width: max-content; } /* btn-appearance */ .btn-appearance { width: 100%; height: 1.5rem; padding: 0.6rem 1rem; font-size: 1rem; line-height: 1.5; border: 0; border-radius: 0.25rem; outline: none; appearance: none; transition: var(--btn-transition); } .btn-appearance:focus, .btn-appearance:hover { box-shadow: 0 0 0 3px var(--black-15); } /* color-preview */ .color-preview { box-shadow: 0 0 0 1px rgba(120, 120, 120, 0.33) inset; direction: ltr; /* color value can never be rtl */ } .txt-dark .color-preview { color: var(--white-75); } .txt-dark .color-preview:focus { box-shadow: 0 0 0 1px #fff inset, 0 0 0 3px var(--black-15); } .txt-dark .color-preview::placeholder { color: var(--white-50); } .txt-light .color-preview { color: var(--black-75); } .txt-light .color-preview:focus { color: var(--black-75); box-shadow: 0 0 0 1px #000 inset, 0 0 0 3px var(--black-15); } .txt-light .color-preview::placeholder { color: var(--black-50); } /* picker-toggle */ .picker-toggle { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: transparent; border: 0; } .open .picker-toggle { z-index: -1; } /* menu-toggle */ .menu-toggle { position: absolute; top: 0; right: 0; display: flex; width: 3rem; height: 100%; padding: 0 0.25rem; cursor: pointer; border: 0; border-radius: 0 0.25rem 0.25rem 0; } .txt-light .menu-toggle { background: var(--black-50); } .txt-light .menu-toggle:focus, .txt-light .menu-toggle:focus { background: var(--black-75); } .txt-dark .menu-toggle { background: var(--white-33); } .txt-dark .menu-toggle:focus, .txt-dark .menu-toggle:focus { background: var(--white-50); } .menu-toggle svg { width: auto; height: 100%; } /* scrollable */ .scrollable { overflow-x: hidden; overflow-y: auto; scrollbar-width: thin; } .scrollable::-webkit-scrollbar { width: 0.5rem; } .scrollable::-webkit-scrollbar-track { background-color: transparent; } .scrollable::-webkit-scrollbar-thumb { width: 0.5rem; background-color: transparent; background-clip: content-box; border: 0; } .scrollable:hover::-webkit-scrollbar-thumb { background-color: var(--dropdown-scrollbar-bg); } .scrollable::-webkit-scrollbar-thumb:hover { background-color: var(--dropdown-scrollbar-bg-hover); } /* color-defaults */ .color-defaults { display: none; flex-wrap: wrap; flex-flow: column; margin: 0; list-style: none; padding-inline: 0; } .color-dropdown.menu .color-defaults, .color-dropdown.picker .color-controls { display: flex; } .color-dropdown.menu { max-height: 230px; } .color-defaults .color-option { padding: 0.25rem 0.5rem; color: inherit; } .color-option { cursor: pointer; } .color-defaults .color-option:focus, .color-defaults .color-option:hover { color: var(--option-color-hover); background: var(--option-bg-hover); outline: none; } .color-defaults .color-option:active, .color-defaults .color-option.active { color: var(--option-color-active); background: var(--option-bg-active); } /* color-options grid */ .color-options { --grid-item-size: 2rem; --grid-fit: 5; --grid-gap: .25rem; --grid-height: auto; --grid-hover-height: auto; display: grid; padding: 0; margin: 0; list-style: none; grid-template-columns: repeat(var(--grid-fit), var(--grid-item-size)); grid-template-rows: repeat(auto-fill, var(--grid-item-size)); gap: var(--grid-gap); } .color-options.scrollable { height: var(--grid-height); margin: 0 -0.5rem 0 0; overflow-y: scroll; transition: var(--options-transition); } .color-options.scrollable:hover { height: var(--grid-hover-height); } .color-options + .color-defaults { margin-top: 0.25rem; } .multiline + .color-defaults { flex-direction: row; flex-wrap: wrap; } .multiline + .color-defaults .color-option { padding: 0.25rem 0.33rem; font-size: 12px; } .color-options .color-option { position: relative; width: var(--grid-item-size); height: var(--grid-item-size); overflow: hidden; text-indent: 2.1rem; } .color-options .color-option:active, .color-options .color-option:focus { outline: none; } .color-options .color-option::before { position: absolute; top: 0; right: 0; bottom: 0; left: 0; } .color-options .color-option:hover::before, .color-options .color-option:active::before, .color-options .color-option:focus::before { content: ""; border: 3px solid var(--white-75); mix-blend-mode: difference; } .color-options .color-option:active, .color-options .color-option:focus { box-shadow: 0 0 0 4px rgba(125, 125, 125, 0.75) inset; } .color-options .color-option.active:after { position: absolute; top: 50%; left: 50%; width: 4px; height: 4px; margin: -2px 0 0 -2px; content: ""; border-radius: 4px; } .txt-dark .color-options .color-option.active:after { box-shadow: 0 0 0 4px var(--white-90); } .txt-light .color-options .color-option.active:after { box-shadow: 0 0 0 4px var(--black-90); } /* color-form */ .color-form { display: flex; flex-direction: row; flex-wrap: wrap; align-items: center; padding: 0.25rem 0 0; font: 12px sans-serif; } .color-form.hex { max-width: initial; } .color-form > * { flex: 1 0 0%; width: 17.5%; max-width: 17.5%; } .color-form label { width: 7.5%; max-width: 7.5%; text-align: center; } .color-input { color: inherit; text-align: right; background: transparent; border: var(--input-border); outline: none; } .color-input.hex { width: 92.5%; max-width: 92.5%; } .color-input:active, .color-input:focus { background: var(--input-bg-hover); border: var(--input-border-hover); } /* visual control */ .visual-control { height: 150px; /* important for mobile devices */ touch-action: none; box-shadow: var(--visual-shadow); } .visual-control1 { width: 150px; } .visual-control2, .visual-control3 { width: 21px; cursor: ns-resize; } @media (min-width: 578px) { .visual-control { height: 230px; } .visual-control1 { width: 230px; } } @media (min-width: 1200px) { .visual-control { height: 300px; } .visual-control1 { width: 300px; } } .color-control { position: relative; display: inline-block; } .color-slider { left: 0; width: calc(100% - 2px); cursor: ns-resize; } .color-control + .color-control { margin-left: 0.5rem; } /* knob */ .knob { position: absolute; top: 0; left: 0; height: 7px; /* important for mobile devices */ touch-action: none; user-select: none; background-color: var(--knob-bg); border: var(--knob-border); border-radius: 5px; outline: none; will-change: transform; } .knob:hover { box-shadow: var(--knob-shadow-hover); } .knob:focus, .knob:active { z-index: 1; box-shadow: var(--knob-shadow-active); } /* color-pointer */ .color-pointer { width: 7px; background-color: transparent; border: 0; } .txt-dark .color-pointer { box-shadow: 0 0 0 5px var(--white-50); } .txt-light .color-pointer { box-shadow: 0 0 0 5px var(--black-50); } .txt-dark .color-pointer:hover { box-shadow: 0 0 0 5px var(--white-75); } .txt-light .color-pointer:hover { box-shadow: 0 0 0 5px var(--black-75); } .txt-dark .color-pointer:focus, .txt-dark .color-pointer:active { box-shadow: 0 0 0 5px var(--white-90); } .txt-light .color-pointer:focus, .txt-light .color-pointer:active { box-shadow: 0 0 0 5px var(--black-90); } /* utility */ .v-hidden { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; margin: -1px !important; overflow: hidden !important; clip: rect(0, 0, 0, 0) !important; white-space: nowrap !important; border: 0 !important; }
0.462716
0.066751
.introEdit { margin-top: 5px; display: flex; flex-direction: row; justify-content: space-between; align-items: center; width: 980px; } .introEdit .introEditText h1 { font-size: 24px; color: #111; } .introEdit .introEditButton button { font-size: 16px; color: #fff; text-decoration: none; background-color: #6558C3; padding: 9px 20px; border-radius: 4px; } .introEditDelete { display: flex; flex-direction: row; width: 980px; justify-content: flex-end; align-items: center; } .introEditButtonDelete button { margin-top: 50px; font-size: 16px; color: #fff; text-decoration: none; background-color: #DC4747; padding: 9px 20px; border-radius: 4px; width: 144.45px; } .imgEdit, .titleEdit, .authorEdit, .ingredientsEdit, .preparationEdit, .informationEdit { display: flex; flex-direction: column; } /* Inputs Delete */ .ingredientsEdit .ingredientsEditInputAll .ingredientsEditInput, .preparationEdit .preparationEditInputAll .preparationEditInput { display: flex; flex-direction: row; align-items: center; justify-content: center; width: 980px; } .ingredientsEdit .ingredientsEditInputAll .ingredientsEditInput span, .preparationEdit .preparationEditInputAll .preparationEditInput span { display: flex; align-items: center; justify-content: center; margin-bottom: 10px; color: #fff; border: 1px solid #DC4747; background-color: #DC4747; padding: 15px 20px; border-radius: 0px 4px 4px 0px; cursor: pointer; font-weight: bold; } /* End Inputs Delete */ .imgEdit h2, .titleEdit h2, .authorEdit h2, .ingredientsEdit h2, .preparationEdit h2, .informationEdit h2 { font-size: 16px; color: #111; margin: 30px 0px 10px 0px; } .imgEdit input, .titleEdit input, .authorEdit input, .ingredientsEdit input, .preparationEdit input { border: 1px solid #ddd; border-radius: 4px; padding: 15px 20px; font-size: 16px; color: #111; margin-bottom: 10px; width: 100%; } .ingredientsEdit input, .preparationEdit input { border-radius: 4px 0px 0px 4px; } .ingredientsEdit button, .preparationEdit button { background-color: #fff; font-size: 16px; color: #6558C3; font-weight: bold; text-align: left; } .informationEdit textarea { border: 1px solid #ddd; border-radius: 4px; padding: 15px 20px; max-width: 100%; height: 230px; font-size: 16px; color: #111; resize: none; margin-bottom: 609px; width: 100%; }
public/admin/styles/edit.css
.introEdit { margin-top: 5px; display: flex; flex-direction: row; justify-content: space-between; align-items: center; width: 980px; } .introEdit .introEditText h1 { font-size: 24px; color: #111; } .introEdit .introEditButton button { font-size: 16px; color: #fff; text-decoration: none; background-color: #6558C3; padding: 9px 20px; border-radius: 4px; } .introEditDelete { display: flex; flex-direction: row; width: 980px; justify-content: flex-end; align-items: center; } .introEditButtonDelete button { margin-top: 50px; font-size: 16px; color: #fff; text-decoration: none; background-color: #DC4747; padding: 9px 20px; border-radius: 4px; width: 144.45px; } .imgEdit, .titleEdit, .authorEdit, .ingredientsEdit, .preparationEdit, .informationEdit { display: flex; flex-direction: column; } /* Inputs Delete */ .ingredientsEdit .ingredientsEditInputAll .ingredientsEditInput, .preparationEdit .preparationEditInputAll .preparationEditInput { display: flex; flex-direction: row; align-items: center; justify-content: center; width: 980px; } .ingredientsEdit .ingredientsEditInputAll .ingredientsEditInput span, .preparationEdit .preparationEditInputAll .preparationEditInput span { display: flex; align-items: center; justify-content: center; margin-bottom: 10px; color: #fff; border: 1px solid #DC4747; background-color: #DC4747; padding: 15px 20px; border-radius: 0px 4px 4px 0px; cursor: pointer; font-weight: bold; } /* End Inputs Delete */ .imgEdit h2, .titleEdit h2, .authorEdit h2, .ingredientsEdit h2, .preparationEdit h2, .informationEdit h2 { font-size: 16px; color: #111; margin: 30px 0px 10px 0px; } .imgEdit input, .titleEdit input, .authorEdit input, .ingredientsEdit input, .preparationEdit input { border: 1px solid #ddd; border-radius: 4px; padding: 15px 20px; font-size: 16px; color: #111; margin-bottom: 10px; width: 100%; } .ingredientsEdit input, .preparationEdit input { border-radius: 4px 0px 0px 4px; } .ingredientsEdit button, .preparationEdit button { background-color: #fff; font-size: 16px; color: #6558C3; font-weight: bold; text-align: left; } .informationEdit textarea { border: 1px solid #ddd; border-radius: 4px; padding: 15px 20px; max-width: 100%; height: 230px; font-size: 16px; color: #111; resize: none; margin-bottom: 609px; width: 100%; }
0.425725
0.08061
.skx0{ width: 100%; /* height: 40px; */ margin: 15px 2px; border: 1px solid #000000; color: #ffff; text-align: center; font-weight: 550; cursor: pointer; border-radius: 5%; } /* 00000000 */ .aa1 { width: 100px; height: 100px; border: 2px solid #fff; color: #ffff; display: flex; /* flex-direction: column-reverse; */ align-items: center; float: left; margin: 10px; border-radius: 10%; } .bb2 { width: 100px; height: 30px; text-align: center; line-height: 30px; /* color: #000000; */ font-weight: 700; text-shadow: 0 0 5px #000000; } .cc3 { width: 100px; height: 30px; text-align: center; line-height: 30px; display: none; cursor: pointer; text-shadow: 0 0 8px #000000; } .dd4 { width: 100px; height: 30px; text-align: center; line-height: 25px; display: none; } #colortext { display: none; } /* 000000000000 */ .skcolor{ width: 80%; margin: 0 auto; } #red0 .bb2{ color: #ffffff; } #blue0{ color: #ffffff; display: none; } #pink0{ color: #ffffff; display: none; } #purple0{ color: #ffffff; display: none; } #indigo0{ color: #ffffff; display: none; } #cyan0{ color: #ffffff; display: none; } #green{ color: #ffffff; display: none; } #yellow0{ color: #ffffff; display: none; } #brown0{ color: #ffffff; display: none; } #grey0{ color: #000000; display: none; } #black0{ color: #ffffff; display: none; } #white0{ color: #000000; display: none; } /* 选项卡 */ .active{ background-color: #fff; /* color: #000000; */ text-shadow: 0 0 10px #fff; box-shadow: 0 0 20px #fff; /* 发光 */ } .skx0red{ background-color: #F44336; } .skx0pink{ background-color: #E91E63; } .skx0purple{ background-color: #673AB7; } .skx0indigo{ background-color: #3F51B5; } .skx0blue{ background-color: #2196F3; } .skx0cyan{ background-color: #00BCD4; } .skx0green{ background-color: #4CAF50; } .skx0yellow{ background-color: #FFEB3B; color: #3E2723; } .skx0brown{ background-color: #795548; } .skx0grey{ background-color: #adb5bd; } .skx0black{ background-color: #0b090a; } .skx0white{ background-color: #ffffff; color: #0b090a; }
css/ask1.css
.skx0{ width: 100%; /* height: 40px; */ margin: 15px 2px; border: 1px solid #000000; color: #ffff; text-align: center; font-weight: 550; cursor: pointer; border-radius: 5%; } /* 00000000 */ .aa1 { width: 100px; height: 100px; border: 2px solid #fff; color: #ffff; display: flex; /* flex-direction: column-reverse; */ align-items: center; float: left; margin: 10px; border-radius: 10%; } .bb2 { width: 100px; height: 30px; text-align: center; line-height: 30px; /* color: #000000; */ font-weight: 700; text-shadow: 0 0 5px #000000; } .cc3 { width: 100px; height: 30px; text-align: center; line-height: 30px; display: none; cursor: pointer; text-shadow: 0 0 8px #000000; } .dd4 { width: 100px; height: 30px; text-align: center; line-height: 25px; display: none; } #colortext { display: none; } /* 000000000000 */ .skcolor{ width: 80%; margin: 0 auto; } #red0 .bb2{ color: #ffffff; } #blue0{ color: #ffffff; display: none; } #pink0{ color: #ffffff; display: none; } #purple0{ color: #ffffff; display: none; } #indigo0{ color: #ffffff; display: none; } #cyan0{ color: #ffffff; display: none; } #green{ color: #ffffff; display: none; } #yellow0{ color: #ffffff; display: none; } #brown0{ color: #ffffff; display: none; } #grey0{ color: #000000; display: none; } #black0{ color: #ffffff; display: none; } #white0{ color: #000000; display: none; } /* 选项卡 */ .active{ background-color: #fff; /* color: #000000; */ text-shadow: 0 0 10px #fff; box-shadow: 0 0 20px #fff; /* 发光 */ } .skx0red{ background-color: #F44336; } .skx0pink{ background-color: #E91E63; } .skx0purple{ background-color: #673AB7; } .skx0indigo{ background-color: #3F51B5; } .skx0blue{ background-color: #2196F3; } .skx0cyan{ background-color: #00BCD4; } .skx0green{ background-color: #4CAF50; } .skx0yellow{ background-color: #FFEB3B; color: #3E2723; } .skx0brown{ background-color: #795548; } .skx0grey{ background-color: #adb5bd; } .skx0black{ background-color: #0b090a; } .skx0white{ background-color: #ffffff; color: #0b090a; }
0.231354
0.098512
@charset "UTF-8"; @import url('https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap'); @import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,500;1,700;1,900&display=swap'); :root{ --cor0:#63F282; --cor1:#2D4D08; --cor2:#1AF049; --cor3:#787878; --cor4:#44BD5F; --fontepadrão:arial, verdana, Helvetica, sans-serif; --fontedestaque:'Ubuntu', verdana, Helvetica,sans-serif; --fonteroboto:'Roboto', arial, verdana, Helvetica,sans-serif; } *{ margin: 0px; padding: 0px; } #cabecalho{ display: inline-block; background-color: var(--cor1); height: 70px; width: 100%; } #logo{ display: block; margin: auto; padding: 5px; } #foto{ width: 100%; display: block; margin: auto; padding: 10px; } div > #foto2{ width: 50%; display: block; margin: auto; padding: 10px; } body{ background-color: rgba(128, 128, 128, 0.658); } main{ min-width: 320px; max-width: 1000px; background-color: rgb(185, 236, 185); margin: auto; padding: 30px; box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.534); border-top-left-radius: 10px; border-bottom-right-radius: 10px; } main h1{ color:black; font-family:var(--fontedestaque); font-weight:lighter; text-align: center; font-size: 2em; } main h2{ color: var(--cor1); font-family: var(--fonteroboto); font-weight:bold; text-align: center; line-height: 2em; font-style: 2.5em; } .destaque{ font-family:var(--fonteroboto); color: var(--cor1); line-height: 1.5em; font-size: 2em; font-weight: bold; } .especial{ font-size: 2em; } main p{ color: black; font-family: var(--fontepadrão); text-align: justify; text-indent: 20px; font-size: 1.2em; line-height: 2em; } #fone{ color: #2D4D08; font-size:12px ; font-weight: bold; line-height:-2%; } #contatos{ padding: 5px; } footer{ background-color: #44BD5F; font-family: var(--fonteroboto); height: 60px; width: 100%; text-align: center; padding: 5px; }
lemao.site-experimental/estilo/style.css
@charset "UTF-8"; @import url('https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap'); @import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,500;1,700;1,900&display=swap'); :root{ --cor0:#63F282; --cor1:#2D4D08; --cor2:#1AF049; --cor3:#787878; --cor4:#44BD5F; --fontepadrão:arial, verdana, Helvetica, sans-serif; --fontedestaque:'Ubuntu', verdana, Helvetica,sans-serif; --fonteroboto:'Roboto', arial, verdana, Helvetica,sans-serif; } *{ margin: 0px; padding: 0px; } #cabecalho{ display: inline-block; background-color: var(--cor1); height: 70px; width: 100%; } #logo{ display: block; margin: auto; padding: 5px; } #foto{ width: 100%; display: block; margin: auto; padding: 10px; } div > #foto2{ width: 50%; display: block; margin: auto; padding: 10px; } body{ background-color: rgba(128, 128, 128, 0.658); } main{ min-width: 320px; max-width: 1000px; background-color: rgb(185, 236, 185); margin: auto; padding: 30px; box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.534); border-top-left-radius: 10px; border-bottom-right-radius: 10px; } main h1{ color:black; font-family:var(--fontedestaque); font-weight:lighter; text-align: center; font-size: 2em; } main h2{ color: var(--cor1); font-family: var(--fonteroboto); font-weight:bold; text-align: center; line-height: 2em; font-style: 2.5em; } .destaque{ font-family:var(--fonteroboto); color: var(--cor1); line-height: 1.5em; font-size: 2em; font-weight: bold; } .especial{ font-size: 2em; } main p{ color: black; font-family: var(--fontepadrão); text-align: justify; text-indent: 20px; font-size: 1.2em; line-height: 2em; } #fone{ color: #2D4D08; font-size:12px ; font-weight: bold; line-height:-2%; } #contatos{ padding: 5px; } footer{ background-color: #44BD5F; font-family: var(--fonteroboto); height: 60px; width: 100%; text-align: center; padding: 5px; }
0.210523
0.081996
:root { --main-color: #f8fcff; --secondary-color: #1a60f7; --link-color: rgb(252, 236, 21); } * { margin: 0; padding: 0; } body { background-color: var(--main-color); font-family: Arial, Helvetica, sans-serif; } nav { display: flex; justify-content: space-between; margin: auto; position: fixed; top: 0; left: 0; right: 0; max-width: 800px; align-items: center; background: var(--main-color); padding: 1rem; border-bottom: solid 0.2px rgb(183, 220, 250); } nav button { padding: 0.3rem 2rem; margin-left: 1rem; background-color: var(--secondary-color); color: var(--link-color); font-size: 1.2rem; border: none; border-radius: 20px; } nav button:hover { border: 1px solid var(--secondary-color); color: var(--secondary-color); background-color: transparent; } h1 { color: var(--secondary-color); /* background-color: var(--secondary-color); padding: 0.6rem 0; border-radius: 52px; */ /* margin-bottom: 2rem; */ } h2 { font-size: 1.5rem; color: var(--secondary-color); text-transform: capitalize; } .login { text-align: center; display: flex; flex-direction: column; /* justify-content: center; */ margin: auto; max-width: 400px; margin-top: 10%; border-radius: 5px; box-shadow: 0 0 5px var(--secondary-color); padding: 2rem; } input { padding: 0.7rem 1.2rem; border: 1.2px solid var(--secondary-color); background-color: transparent; margin-top: 1rem; border-radius: 20px; width: auto; } input:hover { border: 1.5px solid var(--secondary-color); } input:focus { outline: none; border-bottom: 3px solid var(--secondary-color); } .submit { margin-top: 2rem; padding: 0.6rem 0rem; width: 50%; background-color: var(--secondary-color); color: var(--link-color); border: none; font-size: 1.2rem; border-radius: 20px; } .submit:hover { color: var(--secondary-color); background-color: var(--link-color); } /* admin.html */ .commentSection { display: flex; flex-direction: column; justify-content: center; text-align: center; width: 95%; max-width: 800px; margin: auto; margin-top: 6rem; } .singleComment { border-radius: 5px; box-shadow: 0 0 3px var(--secondary-color); padding: 1rem; margin-top: 0.4rem; } .options { display: flex; justify-content: space-around; margin-top: 0.8rem; } .opt-btn { color: var(--main-color); border: none; border-radius: 5px; padding: 0.4rem 0.6rem; background-color: var(--secondary-color); } .opt-btn:hover { border: 1px solid var(--secondary-color); background-color: transparent; color: var(--secondary-color); } .email { color: rgb(112, 108, 108); margin-top: 1.2rem; } .each-testmonial { box-shadow: 0 0 20px gray; background: green; } .time { color: #858585; margin-bottom: 1rem; font-size: 0.8rem; }
admin/admin.css
:root { --main-color: #f8fcff; --secondary-color: #1a60f7; --link-color: rgb(252, 236, 21); } * { margin: 0; padding: 0; } body { background-color: var(--main-color); font-family: Arial, Helvetica, sans-serif; } nav { display: flex; justify-content: space-between; margin: auto; position: fixed; top: 0; left: 0; right: 0; max-width: 800px; align-items: center; background: var(--main-color); padding: 1rem; border-bottom: solid 0.2px rgb(183, 220, 250); } nav button { padding: 0.3rem 2rem; margin-left: 1rem; background-color: var(--secondary-color); color: var(--link-color); font-size: 1.2rem; border: none; border-radius: 20px; } nav button:hover { border: 1px solid var(--secondary-color); color: var(--secondary-color); background-color: transparent; } h1 { color: var(--secondary-color); /* background-color: var(--secondary-color); padding: 0.6rem 0; border-radius: 52px; */ /* margin-bottom: 2rem; */ } h2 { font-size: 1.5rem; color: var(--secondary-color); text-transform: capitalize; } .login { text-align: center; display: flex; flex-direction: column; /* justify-content: center; */ margin: auto; max-width: 400px; margin-top: 10%; border-radius: 5px; box-shadow: 0 0 5px var(--secondary-color); padding: 2rem; } input { padding: 0.7rem 1.2rem; border: 1.2px solid var(--secondary-color); background-color: transparent; margin-top: 1rem; border-radius: 20px; width: auto; } input:hover { border: 1.5px solid var(--secondary-color); } input:focus { outline: none; border-bottom: 3px solid var(--secondary-color); } .submit { margin-top: 2rem; padding: 0.6rem 0rem; width: 50%; background-color: var(--secondary-color); color: var(--link-color); border: none; font-size: 1.2rem; border-radius: 20px; } .submit:hover { color: var(--secondary-color); background-color: var(--link-color); } /* admin.html */ .commentSection { display: flex; flex-direction: column; justify-content: center; text-align: center; width: 95%; max-width: 800px; margin: auto; margin-top: 6rem; } .singleComment { border-radius: 5px; box-shadow: 0 0 3px var(--secondary-color); padding: 1rem; margin-top: 0.4rem; } .options { display: flex; justify-content: space-around; margin-top: 0.8rem; } .opt-btn { color: var(--main-color); border: none; border-radius: 5px; padding: 0.4rem 0.6rem; background-color: var(--secondary-color); } .opt-btn:hover { border: 1px solid var(--secondary-color); background-color: transparent; color: var(--secondary-color); } .email { color: rgb(112, 108, 108); margin-top: 1.2rem; } .each-testmonial { box-shadow: 0 0 20px gray; background: green; } .time { color: #858585; margin-bottom: 1rem; font-size: 0.8rem; }
0.422862
0.125092
* { box-sizing: border-box; } body { font-size: 100%; font-family: sans-serif; position: relative; min-height: 100vh; display: flex; flex-direction: column; } header { padding: 1.25rem; display: flex; justify-content: space-between; align-items: center; background-color: #541c36; color: white; } h1 span { display: inline-block; margin-right: 1rem; font-size: 3rem; vertical-align: middle; /* Set an infinite pulse animation */ } header ul { list-style: none; padding: 0; margin: 0; display: flex; } header li { margin-left: 0.75rem; } header a { color: white; text-decoration: 2px underline; } header .button { display: none; } .button { appearance: none; border: 1px solid transparent; background-color: transparent; color: white; text-decoration: 2px solid underline; /* Set transition for hover and active states */ } .button:hover { color: rgba(255, 255, 255, 0.75); } .button:active { color: rgba(255, 255, 255, 0.5); } main { flex: 1 auto; display: flex; justify-content: center; align-items: center; padding: 1.25rem; background: linear-gradient(45deg, #ff4e55, #d3206e); } main p { text-align: center; text-shadow: 2px 2px 5px #333; color: white; font-size: 4rem; } footer { padding: 1.25rem; background-color: black; } footer p { text-align: center; color: white; } body > nav { position: absolute; width: 200px; background-color: #3a4449; bottom: 0; top: 0; padding: 1.25rem; color: white; right: -200px; /* Write a transition t */ } body.menu-is-open > nav { /* Write a transform that make the nav appear on screen */ } body > nav li { list-style: none; margin-bottom: 0.75rem; } body > nav a { color: white; text-decoration: 2px underline; } @media screen and (max-width: 800px) { header nav { display: none; } header .button { display: block; } } @keyframes pulse { 0%, 20%, 30% { transform: scale(1); } 25% { transform: scale(1.2); } }
labs/hamburguer-menu/starter-code/styles/main.css
* { box-sizing: border-box; } body { font-size: 100%; font-family: sans-serif; position: relative; min-height: 100vh; display: flex; flex-direction: column; } header { padding: 1.25rem; display: flex; justify-content: space-between; align-items: center; background-color: #541c36; color: white; } h1 span { display: inline-block; margin-right: 1rem; font-size: 3rem; vertical-align: middle; /* Set an infinite pulse animation */ } header ul { list-style: none; padding: 0; margin: 0; display: flex; } header li { margin-left: 0.75rem; } header a { color: white; text-decoration: 2px underline; } header .button { display: none; } .button { appearance: none; border: 1px solid transparent; background-color: transparent; color: white; text-decoration: 2px solid underline; /* Set transition for hover and active states */ } .button:hover { color: rgba(255, 255, 255, 0.75); } .button:active { color: rgba(255, 255, 255, 0.5); } main { flex: 1 auto; display: flex; justify-content: center; align-items: center; padding: 1.25rem; background: linear-gradient(45deg, #ff4e55, #d3206e); } main p { text-align: center; text-shadow: 2px 2px 5px #333; color: white; font-size: 4rem; } footer { padding: 1.25rem; background-color: black; } footer p { text-align: center; color: white; } body > nav { position: absolute; width: 200px; background-color: #3a4449; bottom: 0; top: 0; padding: 1.25rem; color: white; right: -200px; /* Write a transition t */ } body.menu-is-open > nav { /* Write a transform that make the nav appear on screen */ } body > nav li { list-style: none; margin-bottom: 0.75rem; } body > nav a { color: white; text-decoration: 2px underline; } @media screen and (max-width: 800px) { header nav { display: none; } header .button { display: block; } } @keyframes pulse { 0%, 20%, 30% { transform: scale(1); } 25% { transform: scale(1.2); } }
0.643105
0.122523
@charset "utf-8"; @font-face { font-family: 'fontello'; font-weight: 100; font-style: normal; src: url('../font/fontello.eot'); src: url('../font/fontello.eot?#iefix') format('embedded-opentype'), url('../font/fontello.woff') format('woff'), url('../font/fontello.ttf') format('truetype'), url('../font/fontello.svg#iconfont') format('svg'); } [class^="icon-"]:before, [class*=" icon-"]:before { font-family: "fontello"; font-style: normal; font-weight: normal; speak: none; display: inline-block; text-decoration: inherit; margin-top: .05rem; text-align: center; font-variant: normal; text-transform: none; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } @font-face { font-family: 'waves'; font-weight: 100; font-style: normal; src: url('../font/waves.eot'); src: url('../font/waves.eot?#iefix') format('embedded-opentype'), url('../font/waves.woff') format('woff'), url('../font/waves.ttf') format('truetype'), url('../font/waves.svg#waves') format('svg'); } .icon-waves:before { content: '\e800'; font-family: "waves"; } /* '' */ .icon-cartadd:before { content: '\e800'; } /* '' */ .icon-select:before { content: '\e801'; } /* '' */ .icon-logo:before { content: '\e802'; } /* '' */ .icon-limited:before { content: '\e803'; } /* '' */ .icon-sale:before { content: '\e804'; } /* '' */ .icon-recom:before { content: '\e805'; } /* '' */ .icon-sousuo:before { content: '\e806'; } /* '' */ .icon-ertong:before { content: '\e807'; } /* '' */ .icon-laoren:before { content: '\e808'; } /* '' */ .icon-jiankang:before { content: '\e809'; } /* '' */ .icon-bangong:before { content: '\e80a'; } /* '' */ .icon-shuiguo:before { content: '\e80b'; } /* '' */ .icon-lipin:before { content: '\e80c'; } /* '' */ .icon-ditu:before { content: '\e80d'; } /* '' */ .icon-jirou:before { content: '\e80e'; } /* '' */ .icon-favorable:before { content: '\e80f'; } /* '' */ .icon-sort:before { content: '\e810'; } /* '' */ .icon-home:before { content: '\e811'; } /* '' */ .icon-head:before { content: '\e812'; } /* '' */ .icon-cart:before { content: '\e813'; } /* '' */ .icon-attens:before { content: '\e814'; } /* '' */ .icon-invite:before { content: '\e815'; } /* '' */ .icon-bankpay:before { content: '\e816'; } /* '' */ .icon-alipay:before { content: '\e817'; } /* '' */ .icon-weixinpay:before { content: '\e818'; } /* '' */ .icon-out:before { content: '\e819'; } /* '' */ .icon-review:before { content: '\e81a'; } /* '' */ .icon-atten:before { content: '\e81b'; } /* '' */ .icon-address:before { content: '\e81c'; } /* '' */ .icon-coupons:before { content: '\e81d'; } /* '' */ .icon-allorders:before { content: '\e81e'; } /* '' */ .icon-record:before { content: '\e81f'; } /* '' */ .icon-cash:before { content: '\e820'; } /* '' */ .icon-code:before { content: '\e821'; } /* '' */ .icon-woman:before { content: '\e822'; } /* '' */ .icon-man:before { content: '\e823'; } /* '' */ .icon-coupon:before { content: '\e824'; } /* '' */ .icon-date:before { content: '\e825'; } /* '' */ .icon-tel:before { content: '\e826'; } /* '' */ .icon-fail:before { content: '\e827'; } /* '' */ .icon-success:before { content: '\e828'; } /* '' */ .icon-phone:before { content: '\e829'; } /* '' */ .icon-selectmore:before { content: '\e82a'; } /* '' */ .icon-sms:before { content: '\e82b'; } /* '' */ .icon-email:before { content: '\e82c'; } /* '' */ .icon-pwd:before { content: '\e82d'; } /* '' */ .icon-qq:before { content: '\e82e'; } /* '' */ .icon-weibo:before { content: '\e82f'; } /* '' */ .icon-wechat:before { content: '\e830'; } /* '' */ .icon-delete:before { content: '\e831'; } /* '' */ .icon-arrowright:before { content: '\e832'; } /* '' */ .icon-arrowleft:before { content: '\e833'; } /* '' */ .icon-arrownext:before { content: '\e834'; } /* '' */ .icon-arrowlast:before { content: '\e835'; } /* '' */ .icon-star:before { content: '\e836'; } /* '' */ .icon-reduce:before { content: '\e837'; } /* '' */ .icon-plus:before { content: '\e838'; } /* '' */ .icon-correct:before { content: '\e839'; } /* '' */ .icon-store:before { content: '\e83a'; } /* '' */ .icon-car:before { content: '\e83b'; } /* '' */ .icon-notice:before { content: '\e83c'; } /* '' */ .icon-stars:before { content: '\e83d'; } /* '' */
Public/order/css/font.css
@charset "utf-8"; @font-face { font-family: 'fontello'; font-weight: 100; font-style: normal; src: url('../font/fontello.eot'); src: url('../font/fontello.eot?#iefix') format('embedded-opentype'), url('../font/fontello.woff') format('woff'), url('../font/fontello.ttf') format('truetype'), url('../font/fontello.svg#iconfont') format('svg'); } [class^="icon-"]:before, [class*=" icon-"]:before { font-family: "fontello"; font-style: normal; font-weight: normal; speak: none; display: inline-block; text-decoration: inherit; margin-top: .05rem; text-align: center; font-variant: normal; text-transform: none; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } @font-face { font-family: 'waves'; font-weight: 100; font-style: normal; src: url('../font/waves.eot'); src: url('../font/waves.eot?#iefix') format('embedded-opentype'), url('../font/waves.woff') format('woff'), url('../font/waves.ttf') format('truetype'), url('../font/waves.svg#waves') format('svg'); } .icon-waves:before { content: '\e800'; font-family: "waves"; } /* '' */ .icon-cartadd:before { content: '\e800'; } /* '' */ .icon-select:before { content: '\e801'; } /* '' */ .icon-logo:before { content: '\e802'; } /* '' */ .icon-limited:before { content: '\e803'; } /* '' */ .icon-sale:before { content: '\e804'; } /* '' */ .icon-recom:before { content: '\e805'; } /* '' */ .icon-sousuo:before { content: '\e806'; } /* '' */ .icon-ertong:before { content: '\e807'; } /* '' */ .icon-laoren:before { content: '\e808'; } /* '' */ .icon-jiankang:before { content: '\e809'; } /* '' */ .icon-bangong:before { content: '\e80a'; } /* '' */ .icon-shuiguo:before { content: '\e80b'; } /* '' */ .icon-lipin:before { content: '\e80c'; } /* '' */ .icon-ditu:before { content: '\e80d'; } /* '' */ .icon-jirou:before { content: '\e80e'; } /* '' */ .icon-favorable:before { content: '\e80f'; } /* '' */ .icon-sort:before { content: '\e810'; } /* '' */ .icon-home:before { content: '\e811'; } /* '' */ .icon-head:before { content: '\e812'; } /* '' */ .icon-cart:before { content: '\e813'; } /* '' */ .icon-attens:before { content: '\e814'; } /* '' */ .icon-invite:before { content: '\e815'; } /* '' */ .icon-bankpay:before { content: '\e816'; } /* '' */ .icon-alipay:before { content: '\e817'; } /* '' */ .icon-weixinpay:before { content: '\e818'; } /* '' */ .icon-out:before { content: '\e819'; } /* '' */ .icon-review:before { content: '\e81a'; } /* '' */ .icon-atten:before { content: '\e81b'; } /* '' */ .icon-address:before { content: '\e81c'; } /* '' */ .icon-coupons:before { content: '\e81d'; } /* '' */ .icon-allorders:before { content: '\e81e'; } /* '' */ .icon-record:before { content: '\e81f'; } /* '' */ .icon-cash:before { content: '\e820'; } /* '' */ .icon-code:before { content: '\e821'; } /* '' */ .icon-woman:before { content: '\e822'; } /* '' */ .icon-man:before { content: '\e823'; } /* '' */ .icon-coupon:before { content: '\e824'; } /* '' */ .icon-date:before { content: '\e825'; } /* '' */ .icon-tel:before { content: '\e826'; } /* '' */ .icon-fail:before { content: '\e827'; } /* '' */ .icon-success:before { content: '\e828'; } /* '' */ .icon-phone:before { content: '\e829'; } /* '' */ .icon-selectmore:before { content: '\e82a'; } /* '' */ .icon-sms:before { content: '\e82b'; } /* '' */ .icon-email:before { content: '\e82c'; } /* '' */ .icon-pwd:before { content: '\e82d'; } /* '' */ .icon-qq:before { content: '\e82e'; } /* '' */ .icon-weibo:before { content: '\e82f'; } /* '' */ .icon-wechat:before { content: '\e830'; } /* '' */ .icon-delete:before { content: '\e831'; } /* '' */ .icon-arrowright:before { content: '\e832'; } /* '' */ .icon-arrowleft:before { content: '\e833'; } /* '' */ .icon-arrownext:before { content: '\e834'; } /* '' */ .icon-arrowlast:before { content: '\e835'; } /* '' */ .icon-star:before { content: '\e836'; } /* '' */ .icon-reduce:before { content: '\e837'; } /* '' */ .icon-plus:before { content: '\e838'; } /* '' */ .icon-correct:before { content: '\e839'; } /* '' */ .icon-store:before { content: '\e83a'; } /* '' */ .icon-car:before { content: '\e83b'; } /* '' */ .icon-notice:before { content: '\e83c'; } /* '' */ .icon-stars:before { content: '\e83d'; } /* '' */
0.231527
0.04612
.green {color: #00aa00;} .red {color: #99251c;} .inline {display: inline-block;} .center {text-align: center;} .fl-right {float: right;} .fl-left {float: left;} textarea.admin-textarea { width: 750px; height: 300px; padding: 15px 20px; font-size: 15.5px !important; color: #333; display: block; border-radius: 4px; border: 1px solid #a7a7a7; margin-bottom: 40px; background: #FFF; } input.text-input, input.number-input { display: block; padding: 3px 10px; font-size: 15.5px; width: 550px; border-radius: 4px; border: 1px solid #a7a7a7; margin-bottom: 10px; background: #FFF; max-width: 100%; } input.datepicker { width: 110px; font-size: 15px; } input.number-input { width: 160px; } .property_item { margin: 25px 0px; border-bottom: 1px solid #bbb; padding-bottom: 25px; } .property_item .property_title { font-weight: bold; margin-right: 15px; } .property_item .property-input input[type=checkbox] { position: relative; top: 3px; } .property_item .description-block { text-align: left; margin-bottom: 20px; } .property_item .description-block input { width: 250px; padding: 1px 5px; border-radius: 4px; border: 1px solid #aaa; } .property-input input.number-input { display: inline-block; margin: 0px 10px; width: 80px; } .property-input .add-element-button { border: 1px solid #aaa; background: #eee; padding: 3px 12px; border-radius: 3px; } .property-input.html-row { margin-bottom: 30px; } .property-input.html-row + .description-block { margin-top: -20px; margin-bottom: 25px; } .select-input { min-width: 180px; max-width: 250px; padding: 4px 15px; margin: 0px 10px; } #find-element-form { width: 620px; min-height: 400px; } #find-element-form .text-input { width: 250px; display: inline-block; } #find-element-form .element-row { display: flex; } #find-element-form .element-col { flex: 1 1 auto; } .edit-form { margin-top: 20px; } .product-form-element #tabs, .product-form-section #tabs, .property-form #tabs, .edit-form #tabs { background: #d7e7fb; } .ui-tabs .ui-tabs-nav { border-bottom: 1px solid #aaa; } .ui-tabs-panel { min-height: 350px; } .ui-tabs .ui-tabs-nav li { margin-right: 5px; } .krajee-default.file-preview-frame .kv-file-content img { max-height: 170px; } .file-input { width: 750px; margin-bottom: 40px; } .file-preview { background: #fff; } .ui-widget-header { background: transparent !important; } .structure-table .row.head { padding-bottom: 10px; border-bottom: 1px solid #000; margin-bottom: 20px; } .structure-table .row { margin: 8px 0px; } .structure-table .col { display: inline-block; width: calc(100% / 8); } .structure-table .row .fa { font-size: 19px; text-shadow: 1px 1px 1px #777; } .structure-table .row .fa.fa-folder { color: #e48a2a; text-shadow: 1px 1px 1px #000; } .structure-table .row .fa.fa-trash { color: #a70000; } .structure-table .section .title a { font-size: 1.1em; font-weigt: bold; } .structure-table .element .title a { font-size: 1.1em; color: #881a26; } .structure-table .element .title a:hover { color: #bc352d; } .product-chain { margin: 25px 0px; font-size: 19px; } .product-chain li { position: relative; padding-right: 20px; font-size: 15px; } .product-chain li:before { content: '\f178'; position: absolute; width: 10px; height: 10px; left: -15px; top: 3px; font-size: 13px; color: #505d63; font-family: FontAwesome; } .product-chain li:first-child:before { content: none; } .product-chain li a:hover { color: #0a6092; text-decoration: underline; } .profile-index .roles-list .row { padding: 10px 0px; border-bottom: 1px solid #ccc; } .profile-index .roles-list .head { font-weight: bold; /*font-size: 1.2em;*/ padding-bottom: 5px; border-bottom: 1px solid #000000; margin-bottom: 15px; } .profile-index .permissions-role .row { margin: 10px 0px; padding: 5px 0px; border-bottom: 1px solid #ccc; } .preview-thumb { height: 160px; } form .apply-button { min-width: 99px; } form .apply-button img { width: 22px; background: rgba(0,0,0,.3); } #list-fields { margin-top: 36px; margin-bottom: 32px; } .property-advance { display: none; } .property-advance.show { display: block; } .menu-items-block { margin: 15px 0px; position: relative; } .menu-items-block .icon-block { position: absolute; left: 50%; top: 50px; font-size: 25px; color: #555; } .menu-items-block .target-menu { float: left; width: 30% } .menu-items-block .source-menu { float: right; width: 30%; } .menu-items-block ul { list-style: none; padding-left: 0px; } .menu-items-block li { margin: 5px 0px; padding: 7px 10px; } .menu-items-block li a.edit-button { margin-right: 10px; transition: all 0.3s ease; } .menu-items-block li a.edit-button:hover { color: #b91440; } .cell-edit-content { } .cell-edit-content .cell-part { display: inline-block; vertical-align: top; } .cell-edit-content .cell-left-part { width: 300px; } .navigation-tree .fa-folder, .navigation-tree .fa-folder-open { color: #e48a2a; text-shadow: 1px 1px 1px #505050; } .navigation-level { margin-left: 15px; } .navigation-item .nav-icon { transition: all 0.3s ease; } .navigation-item.open > .nav-icon { transform: rotate(90deg); } .navigation-item.open > a { text-decoration: underline; } .navigation-item .sublevel { height: 0px; overflow: hidden; transition: all 0.3s ease; } .navigation-item.open > .sublevel { height: auto; } span.item-icon.fa { margin-right: 8px; } span.fa.fa-spinner.fa-pulse.fa-3x.fa-fw { font-size: 19px; } span.item-icon.fa.fa-book { color: #b96112; font-size: 16px; } .open span.item-icon.fa-book { color: #c10706; } span.item-icon.fa.fa-cubes { color: #b21dcc; } span.nav-icon.fa.fa-chevron-right { color: #7a97ec; font-size: 11px; padding: 5px; cursor: pointer; } .cell-edit-content .cell-right-part { width: calc(100% - 320px); padding-left: 15px; }
backend/web/css/template_style.css
.green {color: #00aa00;} .red {color: #99251c;} .inline {display: inline-block;} .center {text-align: center;} .fl-right {float: right;} .fl-left {float: left;} textarea.admin-textarea { width: 750px; height: 300px; padding: 15px 20px; font-size: 15.5px !important; color: #333; display: block; border-radius: 4px; border: 1px solid #a7a7a7; margin-bottom: 40px; background: #FFF; } input.text-input, input.number-input { display: block; padding: 3px 10px; font-size: 15.5px; width: 550px; border-radius: 4px; border: 1px solid #a7a7a7; margin-bottom: 10px; background: #FFF; max-width: 100%; } input.datepicker { width: 110px; font-size: 15px; } input.number-input { width: 160px; } .property_item { margin: 25px 0px; border-bottom: 1px solid #bbb; padding-bottom: 25px; } .property_item .property_title { font-weight: bold; margin-right: 15px; } .property_item .property-input input[type=checkbox] { position: relative; top: 3px; } .property_item .description-block { text-align: left; margin-bottom: 20px; } .property_item .description-block input { width: 250px; padding: 1px 5px; border-radius: 4px; border: 1px solid #aaa; } .property-input input.number-input { display: inline-block; margin: 0px 10px; width: 80px; } .property-input .add-element-button { border: 1px solid #aaa; background: #eee; padding: 3px 12px; border-radius: 3px; } .property-input.html-row { margin-bottom: 30px; } .property-input.html-row + .description-block { margin-top: -20px; margin-bottom: 25px; } .select-input { min-width: 180px; max-width: 250px; padding: 4px 15px; margin: 0px 10px; } #find-element-form { width: 620px; min-height: 400px; } #find-element-form .text-input { width: 250px; display: inline-block; } #find-element-form .element-row { display: flex; } #find-element-form .element-col { flex: 1 1 auto; } .edit-form { margin-top: 20px; } .product-form-element #tabs, .product-form-section #tabs, .property-form #tabs, .edit-form #tabs { background: #d7e7fb; } .ui-tabs .ui-tabs-nav { border-bottom: 1px solid #aaa; } .ui-tabs-panel { min-height: 350px; } .ui-tabs .ui-tabs-nav li { margin-right: 5px; } .krajee-default.file-preview-frame .kv-file-content img { max-height: 170px; } .file-input { width: 750px; margin-bottom: 40px; } .file-preview { background: #fff; } .ui-widget-header { background: transparent !important; } .structure-table .row.head { padding-bottom: 10px; border-bottom: 1px solid #000; margin-bottom: 20px; } .structure-table .row { margin: 8px 0px; } .structure-table .col { display: inline-block; width: calc(100% / 8); } .structure-table .row .fa { font-size: 19px; text-shadow: 1px 1px 1px #777; } .structure-table .row .fa.fa-folder { color: #e48a2a; text-shadow: 1px 1px 1px #000; } .structure-table .row .fa.fa-trash { color: #a70000; } .structure-table .section .title a { font-size: 1.1em; font-weigt: bold; } .structure-table .element .title a { font-size: 1.1em; color: #881a26; } .structure-table .element .title a:hover { color: #bc352d; } .product-chain { margin: 25px 0px; font-size: 19px; } .product-chain li { position: relative; padding-right: 20px; font-size: 15px; } .product-chain li:before { content: '\f178'; position: absolute; width: 10px; height: 10px; left: -15px; top: 3px; font-size: 13px; color: #505d63; font-family: FontAwesome; } .product-chain li:first-child:before { content: none; } .product-chain li a:hover { color: #0a6092; text-decoration: underline; } .profile-index .roles-list .row { padding: 10px 0px; border-bottom: 1px solid #ccc; } .profile-index .roles-list .head { font-weight: bold; /*font-size: 1.2em;*/ padding-bottom: 5px; border-bottom: 1px solid #000000; margin-bottom: 15px; } .profile-index .permissions-role .row { margin: 10px 0px; padding: 5px 0px; border-bottom: 1px solid #ccc; } .preview-thumb { height: 160px; } form .apply-button { min-width: 99px; } form .apply-button img { width: 22px; background: rgba(0,0,0,.3); } #list-fields { margin-top: 36px; margin-bottom: 32px; } .property-advance { display: none; } .property-advance.show { display: block; } .menu-items-block { margin: 15px 0px; position: relative; } .menu-items-block .icon-block { position: absolute; left: 50%; top: 50px; font-size: 25px; color: #555; } .menu-items-block .target-menu { float: left; width: 30% } .menu-items-block .source-menu { float: right; width: 30%; } .menu-items-block ul { list-style: none; padding-left: 0px; } .menu-items-block li { margin: 5px 0px; padding: 7px 10px; } .menu-items-block li a.edit-button { margin-right: 10px; transition: all 0.3s ease; } .menu-items-block li a.edit-button:hover { color: #b91440; } .cell-edit-content { } .cell-edit-content .cell-part { display: inline-block; vertical-align: top; } .cell-edit-content .cell-left-part { width: 300px; } .navigation-tree .fa-folder, .navigation-tree .fa-folder-open { color: #e48a2a; text-shadow: 1px 1px 1px #505050; } .navigation-level { margin-left: 15px; } .navigation-item .nav-icon { transition: all 0.3s ease; } .navigation-item.open > .nav-icon { transform: rotate(90deg); } .navigation-item.open > a { text-decoration: underline; } .navigation-item .sublevel { height: 0px; overflow: hidden; transition: all 0.3s ease; } .navigation-item.open > .sublevel { height: auto; } span.item-icon.fa { margin-right: 8px; } span.fa.fa-spinner.fa-pulse.fa-3x.fa-fw { font-size: 19px; } span.item-icon.fa.fa-book { color: #b96112; font-size: 16px; } .open span.item-icon.fa-book { color: #c10706; } span.item-icon.fa.fa-cubes { color: #b21dcc; } span.nav-icon.fa.fa-chevron-right { color: #7a97ec; font-size: 11px; padding: 5px; cursor: pointer; } .cell-edit-content .cell-right-part { width: calc(100% - 320px); padding-left: 15px; }
0.372619
0.232495
@import './vendors/normalize.css'; /** * Base elements */ @import './base/variables.css'; @import './base/fonts.css'; @import './base/body.css'; @import './base/utils.css'; @import './base/input.css'; @import './base/forms.css'; @import './base/page.css'; /** * Vendors */ @import './vendors/react-datepicker.css'; @import 'basscss'; /* http://www.basscss.com/ */ @import 'basscss-background-images'; /** * Containers */ @import './containers/About.css'; @import './containers/AddGroup.css'; @import './containers/Collective.css'; @import './containers/ConnectProvider.css'; @import './containers/Discover.css'; @import './containers/DonatePage.css'; @import './containers/Faq.css'; @import './containers/GroupTierList.css'; @import './containers/HomePage.css'; @import './containers/LearnMore.css'; @import './containers/Ledger.css'; @import './containers/Login.css'; @import './containers/NewGroup.css'; @import './containers/OnBoarding.css'; @import './containers/ProfilePage.css'; @import './containers/Response.css'; @import './containers/Settings.css'; @import './containers/SubmitExpense.css'; @import './containers/Subscriptions.css'; /** * Components */ @import './components/AddFundsForm.css'; @import './components/Button.css'; @import './components/Checkbox.css'; @import './components/CollectiveAboutUs.css'; @import './components/CollectiveActivityItem.css'; @import './components/CollectiveCard.css'; @import './components/CollectiveExpenseItem.css'; @import './components/CollectiveHero.css'; @import './components/CollectiveStatsHeader.css'; @import './components/Confirmation.css'; @import './components/ContentEditable.css'; @import './components/ContributorList.css'; @import './components/ContributorPicker.css'; @import './components/Currency.css'; @import './components/CustomTextArea.css'; @import './components/DiscoverSelect.css'; @import './components/DonationDistributor.css'; @import './components/DonationDistributorItem.css'; @import './components/DonationPicker.css'; @import './components/EditTopBar.css'; @import './components/EditTwitter.css'; @import './components/ExpenseForm.css'; @import './components/ExpenseItem.css'; @import './components/Field.css'; @import './components/Grid.css'; @import './components/GroupStatsHeader.css'; @import './components/Icon.css'; @import './components/ImagePicker.css'; @import './components/ImageUpload.css'; @import './components/InlineToggle.css'; @import './components/Input.css'; @import './components/Label.css'; @import './components/LoginEmailForm.css'; @import './components/LoginTopBar.css'; @import './components/MailChimpInputSection.css'; @import './components/Metric.css'; @import './components/Mosaic.css'; @import './components/NotFound.css'; @import './components/Notification.css'; @import './components/PaypalPreapproval.css'; @import './components/ProfilePhoto.css'; @import './components/CollectiveOpenSourceCTA.css'; @import './components/PublicGroupThanks.css'; @import './components/CollectiveList.css'; @import './components/RepositoryPicker.css'; @import './components/RepositoryPickerItem.css'; @import './components/PublicFooter.css'; @import './components/Select.css'; @import './components/ShareIcon.css'; @import './components/Slider.css'; @import './components/SponsoredCard.css'; @import './components/StripeAuth.css'; @import './components/SubscriptionItem.css'; @import './components/TransactionItem.css'; @import './components/TransactionStatus.css'; @import './components/UserCard.css'; @import './components/UserAvatarRow.css'; @import './components/UsersList.css'; @import './components/UserPhoto.css'; @import './components/Widget.css'; @import './components/YoutubeVideo.css'; /** * Media queries */ @import './base/media-queries.css'; /** * PublicGroup Customizations */ @import './customization.css';
frontend/src/css/main.css
@import './vendors/normalize.css'; /** * Base elements */ @import './base/variables.css'; @import './base/fonts.css'; @import './base/body.css'; @import './base/utils.css'; @import './base/input.css'; @import './base/forms.css'; @import './base/page.css'; /** * Vendors */ @import './vendors/react-datepicker.css'; @import 'basscss'; /* http://www.basscss.com/ */ @import 'basscss-background-images'; /** * Containers */ @import './containers/About.css'; @import './containers/AddGroup.css'; @import './containers/Collective.css'; @import './containers/ConnectProvider.css'; @import './containers/Discover.css'; @import './containers/DonatePage.css'; @import './containers/Faq.css'; @import './containers/GroupTierList.css'; @import './containers/HomePage.css'; @import './containers/LearnMore.css'; @import './containers/Ledger.css'; @import './containers/Login.css'; @import './containers/NewGroup.css'; @import './containers/OnBoarding.css'; @import './containers/ProfilePage.css'; @import './containers/Response.css'; @import './containers/Settings.css'; @import './containers/SubmitExpense.css'; @import './containers/Subscriptions.css'; /** * Components */ @import './components/AddFundsForm.css'; @import './components/Button.css'; @import './components/Checkbox.css'; @import './components/CollectiveAboutUs.css'; @import './components/CollectiveActivityItem.css'; @import './components/CollectiveCard.css'; @import './components/CollectiveExpenseItem.css'; @import './components/CollectiveHero.css'; @import './components/CollectiveStatsHeader.css'; @import './components/Confirmation.css'; @import './components/ContentEditable.css'; @import './components/ContributorList.css'; @import './components/ContributorPicker.css'; @import './components/Currency.css'; @import './components/CustomTextArea.css'; @import './components/DiscoverSelect.css'; @import './components/DonationDistributor.css'; @import './components/DonationDistributorItem.css'; @import './components/DonationPicker.css'; @import './components/EditTopBar.css'; @import './components/EditTwitter.css'; @import './components/ExpenseForm.css'; @import './components/ExpenseItem.css'; @import './components/Field.css'; @import './components/Grid.css'; @import './components/GroupStatsHeader.css'; @import './components/Icon.css'; @import './components/ImagePicker.css'; @import './components/ImageUpload.css'; @import './components/InlineToggle.css'; @import './components/Input.css'; @import './components/Label.css'; @import './components/LoginEmailForm.css'; @import './components/LoginTopBar.css'; @import './components/MailChimpInputSection.css'; @import './components/Metric.css'; @import './components/Mosaic.css'; @import './components/NotFound.css'; @import './components/Notification.css'; @import './components/PaypalPreapproval.css'; @import './components/ProfilePhoto.css'; @import './components/CollectiveOpenSourceCTA.css'; @import './components/PublicGroupThanks.css'; @import './components/CollectiveList.css'; @import './components/RepositoryPicker.css'; @import './components/RepositoryPickerItem.css'; @import './components/PublicFooter.css'; @import './components/Select.css'; @import './components/ShareIcon.css'; @import './components/Slider.css'; @import './components/SponsoredCard.css'; @import './components/StripeAuth.css'; @import './components/SubscriptionItem.css'; @import './components/TransactionItem.css'; @import './components/TransactionStatus.css'; @import './components/UserCard.css'; @import './components/UserAvatarRow.css'; @import './components/UsersList.css'; @import './components/UserPhoto.css'; @import './components/Widget.css'; @import './components/YoutubeVideo.css'; /** * Media queries */ @import './base/media-queries.css'; /** * PublicGroup Customizations */ @import './customization.css';
0.294722
0.023848
* { font-family: Helvetica, Arial, 'Hiragino Sans GB', 'Microsoft YaHei', sans-serif; } html, body { height: 100%; } a, button { transition: all .25s ease-in; } .center-block { display: block; margin-left: auto; margin-right: auto; } .navbar { margin-bottom: 10px; text-decoration: none; } .navbar a { font-size: large; color: black; } .navbar-default { border-bottom: none; background-color: white; } .navbar a, button { margin-top: 10px; } .navbar-toggle { margin-top: 18px; } /* Typed.js */ .typed-cursor { opacity: 1; -webkit-animation: blink 0.7s infinite; -moz-animation: blink 0.7s infinite; animation: blink 0.7s infinite; } @keyframes blink { 0% { opacity: 1; } 50% { opacity: 0; } 100% { opacity: 1; } } @-webkit-keyframes blink { 0% { opacity: 1; } 50% { opacity: 0; } 100% { opacity: 1; } } @-moz-keyframes blink { 0% { opacity: 1; } 50% { opacity: 0; } 100% { opacity: 1; } } /* Docmanage */ .banner { left: 0; right: 0; width: 100%; height: 100%; min-height: 100%; text-align: center; position: relative; } .banner .btn span { vertical-align: middle; } .banner h2 { margin-bottom: 5%; } .full { padding-top: 10%; } ul { margin-bottom: 0; list-style: none; } .text-block { padding-top: 20%; height: 300px; border: 1px solid #efefef; text-align: center; vertical-align: middle; } .text-block a { color: black; } #background { left: 0; right: 0; width: 100%; height: 100%; min-height: 100%; /*background-image: url(../images/pure_blue.jpg);*/ background-size: cover; position: fixed; z-index: -100; /* -webkit-filter: blur(10px); -moz-filter: blur(10px); -ms-filter: blur(10px); -o-filter: blur(10px); filter: blur(10px); filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius=10, MakeShadow=false); */ } #dashboard { margin-top: 20px; } #dashboard:last-child { overflow:auto; padding-bottom: 60px; } .screen { min-height: 100%; } .footer { margin-top: -60px; width: 100%; height: 60px; text-align: center; position: relative; border-top: 1px solid #efefef; padding-top: 20px; } .doc-detail { font-size: large; } .logo-container { width: 100%; height: auto; min-height: 200px; padding-top: 15%; padding-bottom: 15%; vertical-align: middle; } .typed { min-height: 150px; margin-top: 10%; margin-bottom: 2%; } #nav { border-bottom: 1px solid #efefef; } #banner { text-align: center; min-height: 100%; color: whitesmoke; background-image: url(../images/banner1.jpg); background-size: cover; } #download { min-height: 100%; color: black; } #feature { min-height: 100%; color: black; background-color: whitesmoke; background-size: cover; } #introduction { min-height: 100%; color: whitesmoke; background-color: #262626; background-size: cover; } #introduction a { color: whitesmoke; text-decoration: none; }
site/src/static/css/app.css
* { font-family: Helvetica, Arial, 'Hiragino Sans GB', 'Microsoft YaHei', sans-serif; } html, body { height: 100%; } a, button { transition: all .25s ease-in; } .center-block { display: block; margin-left: auto; margin-right: auto; } .navbar { margin-bottom: 10px; text-decoration: none; } .navbar a { font-size: large; color: black; } .navbar-default { border-bottom: none; background-color: white; } .navbar a, button { margin-top: 10px; } .navbar-toggle { margin-top: 18px; } /* Typed.js */ .typed-cursor { opacity: 1; -webkit-animation: blink 0.7s infinite; -moz-animation: blink 0.7s infinite; animation: blink 0.7s infinite; } @keyframes blink { 0% { opacity: 1; } 50% { opacity: 0; } 100% { opacity: 1; } } @-webkit-keyframes blink { 0% { opacity: 1; } 50% { opacity: 0; } 100% { opacity: 1; } } @-moz-keyframes blink { 0% { opacity: 1; } 50% { opacity: 0; } 100% { opacity: 1; } } /* Docmanage */ .banner { left: 0; right: 0; width: 100%; height: 100%; min-height: 100%; text-align: center; position: relative; } .banner .btn span { vertical-align: middle; } .banner h2 { margin-bottom: 5%; } .full { padding-top: 10%; } ul { margin-bottom: 0; list-style: none; } .text-block { padding-top: 20%; height: 300px; border: 1px solid #efefef; text-align: center; vertical-align: middle; } .text-block a { color: black; } #background { left: 0; right: 0; width: 100%; height: 100%; min-height: 100%; /*background-image: url(../images/pure_blue.jpg);*/ background-size: cover; position: fixed; z-index: -100; /* -webkit-filter: blur(10px); -moz-filter: blur(10px); -ms-filter: blur(10px); -o-filter: blur(10px); filter: blur(10px); filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius=10, MakeShadow=false); */ } #dashboard { margin-top: 20px; } #dashboard:last-child { overflow:auto; padding-bottom: 60px; } .screen { min-height: 100%; } .footer { margin-top: -60px; width: 100%; height: 60px; text-align: center; position: relative; border-top: 1px solid #efefef; padding-top: 20px; } .doc-detail { font-size: large; } .logo-container { width: 100%; height: auto; min-height: 200px; padding-top: 15%; padding-bottom: 15%; vertical-align: middle; } .typed { min-height: 150px; margin-top: 10%; margin-bottom: 2%; } #nav { border-bottom: 1px solid #efefef; } #banner { text-align: center; min-height: 100%; color: whitesmoke; background-image: url(../images/banner1.jpg); background-size: cover; } #download { min-height: 100%; color: black; } #feature { min-height: 100%; color: black; background-color: whitesmoke; background-size: cover; } #introduction { min-height: 100%; color: whitesmoke; background-color: #262626; background-size: cover; } #introduction a { color: whitesmoke; text-decoration: none; }
0.524395
0.111483
body { margin: 0; padding: 0; box-sizing: border-box; width: 100%; } :root { --main-color: #F89D8A; --secondary-color: #18cf83; --main-font: 'Merriweather Sans', sans-serif; --icon-size: 15px; } @font-face { font-family: "delighty"; src: url('../fonts/Delighty.ttf'); } /*Progressive Enhanced header*/ header { overflow-y: hidden; width: 100%; background-color: white; } header>h1 { color: #F8ECC4; font-family: 'Delighty', sans-serif; font-size: 5em; margin: 0em; margin-right: 1em; margin-bottom: 0em; font-weight: normal; text-align: center; } header>ul>li>a { text-decoration: none; font-family: 'Merriweather', serif; font-weight: bold; color: #F89D8A; line-height: 1em; list-style-type: none; } header>ul { background-color: white; max-height: 0em; opacity: 0; line-height: 3em; visibility: hidden; transition: all 500ms ease; transform: translateX(-6vw); list-style-type: none; } header>label { height: 40px; width: 40px; float: left; background-color: #fff; border-radius: 50%; border-width: 0; display: block; margin: 1em; font-size: 1.5em; text-align: center; box-sizing: border-box; cursor: pointer; } .showWholeHamburgermenu { max-height: 100em; opacity: 1; visibility: visible; transform: translateX(0); } header>input[type=checkbox]{ display: none; } header>input[type=checkbox]:checked ~ label { background-color: white; } header>input[type=checkbox]:checked ~ ul { max-height: 100em; opacity: 1; visibility: visible; transform: translateX(0); } #add>section:first-of-type { height: 23vh; width: 100%; background-image: url('../images/foodBackground.jpg'); background-size: cover; background-repeat: no-repeat; filter: brightness(0.8); z-index: 0; } #add>section:nth-of-type(2) { height: 100vh; width: 100%; background-color: #fff; display: flex; justify-content: center; align-items: center; flex-direction: column; position: absolute; top: 38%; border-radius: 30px 30px 0px 0px; z-index: -1; } #add>section:nth-of-type(2)>h1 { font-family: Delighty; font-size: 3.8em; font-weight: lighter; margin: 0; position: absolute; top: 5%; display: block; color: black; } #add>section:nth-of-type(2)>span { position: absolute; top: 17%; font-family: var(--main-font); font-weight: lighter; color: #a79f9f; font-size: 12px; } #add>section:nth-of-type(2)>form { display: flex; flex-direction: column; position: absolute; top: 17%; margin: 10%; padding-bottom: 20%; } #add>section:nth-of-type(2)>form>button { background-color: var(--main-color); border: none; outline: none; border-radius: 20px; margin-top: 10%; color: #ffffff; width: 100%; padding: 2%; font-family: var(--main-font); font-size: 1.2em; } #inputImg { border: none; } #add>section:nth-of-type(2)>form>input { border: none; border-bottom: 1px solid var(--main-color); } #duration { margin-top: 10px; } .testInput { border: none; border-bottom: 1px solid var(--main-color); width: 100%; margin-bottom: 5%; } #add>section:nth-of-type(2)>form>label { margin-top: 5%; color: #5A5A5A; font-family: var(--main-font); font-size: 0.8em; } #add>section:nth-of-type(2)>form>textarea { border-color: var(--main-color); width: 100%; margin-top: 5%; } #tijdsduur { margin-top: 5%; } /*all dishes pages*/ #recipeCards { position: relative; height: auto; width: 90%; background-color: #fff; margin: 5%; border-radius: 3px; font-weight: 300; font-size: 2em; color: var(--main-color); display: flex; justify-content: center; flex-direction: column; align-items: flex-start; padding-bottom: 5%; -webkit-box-shadow: -4px 6px 31px -4px rgba(0, 0, 0, 0.75); -moz-box-shadow: -4px 6px 31px -4px rgba(0, 0, 0, 0.75); box-shadow: 0px 4px 9px -4px rgb(0 0 0 / 75%); } .fa-user-alt:before { font-size: var(--icon-size); } .fa-globe-europe:before { font-size: var(--icon-size); } .fa-clock:before { font-size: var(--icon-size); } #recipeCards>div>p { margin: 0; padding: 0.5em; font-family: 'Merriweather', serif; font-weight: 300; font-size: 0.5em; color: black; } #recipeCards>div>h3 { font-family: 'Delighty', serif; font-weight: 300; font-size: 1.4em; color: #f89d8a; } #recipeCards>div { margin-left: 5%; } #recipeCards::after { content: ""; position: absolute; top: 0; right: 0; width: 35%; height: 100%; background-color: var(--main-color); } #recipeCards>div:nth-of-type(2)>a { background-color: #ce796b; box-shadow: 0px 3px 10px -1px #5B5B5B; font-family: 'Merriweather', serif; color: white; padding: 0.5em; font-size: 0.5em; border-radius: 10px; } /*Progressive Enhanced filtermenu*/ #dishes { display: grid; grid-template-columns: repeat(auto-fit, minmax(350px, 1fr)); grid-gap: 9px; } #wholeMenu { grid-column: 1 / -1; } #dishes>input[type=checkbox]{ display: none; } #dishes>#wholeMenu>form>input[type=checkbox]:nth-of-type(1){ display: none; } #dishes>#wholeMenu>form>input[type=checkbox]:nth-of-type(2){ display: none; } #dishes>input[type=checkbox]:checked ~ label { background-color: white; } #dishes>#wholeMenu>form>input[type=checkbox]:checked ~ label:nth-of-type(1) { background-color: transparent; } #dishes>#wholeMenu>form>input[type=checkbox]:nth-of-type(2):checked ~ label{ background-color: transparent; } #dishes>input[type=checkbox]:checked ~ #wholeMenu{ max-height: 100em; opacity: 1; visibility: visible; transform: translateX(0); } #dishes>#wholeMenu>form>input[type=checkbox]:nth-of-type(2):checked ~ #menuSecond{ max-height: 100em; opacity: 1; visibility: visible; transform: translateX(0); } #dishes>#wholeMenu>form>input[type=checkbox]:nth-of-type(1):checked ~ #menuOne{ max-height: 100em; opacity: 1; visibility: visible; transform: translateX(0); } #dishes>label { height: 40px; width: 40px; background-color: #fff; border-radius: 50%; border-width: 0; display: inline-block; box-shadow: 0px 3px 10px -1px #5B5B5B; margin: 0.5em; font-size: 3em; text-align: center; } .searchButton { background-color: #F89D8A53; color: white; border-radius: 4em; border-width: 0; width: 6em; height: 2em; box-shadow: 0px 3px 3px -0.5px #5B5B5B; font-family: 'Merriweather', serif; display: block; margin-left: 0 auto; margin-right: 0 auto; } #dishes>#wholeMenu{ font-family: 'Merriweather', serif; background-color: #F8ECC4; max-height: 0em; opacity: 0; line-height: 2em; padding: 1em; padding-left: 1.5em; visibility: hidden; transition: all 500ms ease; transform: translateX(-6vw); } #dishes>ul>form>#menuOne { font-family: 'Merriweather', serif; background-color: #F8ECC4; max-height: 0em; opacity: 0; line-height: 3em; padding: 1em; visibility: hidden; transition: all 500ms ease; transform: translateX(-6vw); } #dishes>ul>form>#menuSecond { font-family: 'Merriweather', serif; background-color: #F8ECC4; max-height: 0em; opacity: 0; line-height: 3em; padding: 1em; visibility: hidden; transition: all 500ms ease; transform: translateX(-6vw); } .showWholeMenu { max-height: 100em; opacity: 1; transform: translateX(0); } .showSubmenu1 { max-height: 100em; opacity: 1; } .showSubmenu2 { max-height: 100em; opacity: 1; } #favorite>section>a { height: 40px; width: 40px; background-color: #fff; border-radius: 50%; border-width: 0; display: inline-block; box-shadow: 0px 3px 10px -1px #5B5B5B; margin: 1em; font-size: 1.5em; text-align: center; text-decoration: none; } #favorite>section { background-color: #F8ECC4; font-family: 'Merriweather', serif; display: grid; grid-template-columns: 25% 75% auto; } #favorite>section>h1 { display: block; font-weight: normal; text-align: center; margin: 1em; padding-top: 0.2em; } /*empty state*/ #favorite>article:nth-of-type(1)>div { margin: 1em; margin-top: 1.5em; font-size: 5em; color: rgb(255, 208, 0); margin-bottom: 0; margin-left: 0 auto; margin-right: 0 auto; text-align: center; } #favorite>article:nth-of-type(1)>p { display: block; text-align: center; font-family: 'Merriweather', serif; margin-top: 0; } #favorite>article:nth-of-type(1) { position: absolute; left: 0; right: 0; z-index: -10; margin: 3em; text-align: center; } #contactContainer { display: flex; justify-content: center; align-items: center; flex-direction: column; } #contactContainer>h1 { font-size: 2.5em; font-family: delighty; font-weight: 300; color: var(--main-color); margin: 0; padding: 0; } #contactContainer>form { display: flex; flex-direction: column; width: 75%; justify-content: space-between; padding: 5%; height: 55vh; } #contactContainer>form>button { width: 25%; height: 2em; margin-top: 10%; border: none; background-color: #f89f9d; color: #fff; border-radius: 3px; } #addBtn { background-color: var(--secondary-color) !important; font-size: 12px !important; width: 40% !important; } /* contactformulier styling */ .formStyling>input { border: none; border-bottom: 1px solid var(--main-color); } .formStyling>label { margin-top: 5%; color: #5A5A5A; font-family: var(--main-font); font-size: 0.8em; } .formStyling>textarea { border: 1px solid var(--main-color); } /* Styling van bevestiging contact bericht verstuurd */ #contactConfirmContainer { width: 100%; height: 80vh; display: flex; align-items: flex-start; flex-direction: column; font-family: Arial, Helvetica, sans-serif; } #contactConfirmContainer>article { margin-left: 15%; } #contactConfirmContainer>article>p:first-of-type { font-style: italic; } #contactConfirmContainer>article>p:nth-child(2) { width: 68%; } #contactConfirmContainer>article>button:first-of-type { border: none; background-color: var(--main-color); padding: 5%; width: 80%; border-radius: 5px; } #contactConfirmContainer>article>button:first-of-type>a { color: #fff; font-family: Arial, Helvetica, sans-serif; text-decoration: none; }
public/css/loggedIn.css
body { margin: 0; padding: 0; box-sizing: border-box; width: 100%; } :root { --main-color: #F89D8A; --secondary-color: #18cf83; --main-font: 'Merriweather Sans', sans-serif; --icon-size: 15px; } @font-face { font-family: "delighty"; src: url('../fonts/Delighty.ttf'); } /*Progressive Enhanced header*/ header { overflow-y: hidden; width: 100%; background-color: white; } header>h1 { color: #F8ECC4; font-family: 'Delighty', sans-serif; font-size: 5em; margin: 0em; margin-right: 1em; margin-bottom: 0em; font-weight: normal; text-align: center; } header>ul>li>a { text-decoration: none; font-family: 'Merriweather', serif; font-weight: bold; color: #F89D8A; line-height: 1em; list-style-type: none; } header>ul { background-color: white; max-height: 0em; opacity: 0; line-height: 3em; visibility: hidden; transition: all 500ms ease; transform: translateX(-6vw); list-style-type: none; } header>label { height: 40px; width: 40px; float: left; background-color: #fff; border-radius: 50%; border-width: 0; display: block; margin: 1em; font-size: 1.5em; text-align: center; box-sizing: border-box; cursor: pointer; } .showWholeHamburgermenu { max-height: 100em; opacity: 1; visibility: visible; transform: translateX(0); } header>input[type=checkbox]{ display: none; } header>input[type=checkbox]:checked ~ label { background-color: white; } header>input[type=checkbox]:checked ~ ul { max-height: 100em; opacity: 1; visibility: visible; transform: translateX(0); } #add>section:first-of-type { height: 23vh; width: 100%; background-image: url('../images/foodBackground.jpg'); background-size: cover; background-repeat: no-repeat; filter: brightness(0.8); z-index: 0; } #add>section:nth-of-type(2) { height: 100vh; width: 100%; background-color: #fff; display: flex; justify-content: center; align-items: center; flex-direction: column; position: absolute; top: 38%; border-radius: 30px 30px 0px 0px; z-index: -1; } #add>section:nth-of-type(2)>h1 { font-family: Delighty; font-size: 3.8em; font-weight: lighter; margin: 0; position: absolute; top: 5%; display: block; color: black; } #add>section:nth-of-type(2)>span { position: absolute; top: 17%; font-family: var(--main-font); font-weight: lighter; color: #a79f9f; font-size: 12px; } #add>section:nth-of-type(2)>form { display: flex; flex-direction: column; position: absolute; top: 17%; margin: 10%; padding-bottom: 20%; } #add>section:nth-of-type(2)>form>button { background-color: var(--main-color); border: none; outline: none; border-radius: 20px; margin-top: 10%; color: #ffffff; width: 100%; padding: 2%; font-family: var(--main-font); font-size: 1.2em; } #inputImg { border: none; } #add>section:nth-of-type(2)>form>input { border: none; border-bottom: 1px solid var(--main-color); } #duration { margin-top: 10px; } .testInput { border: none; border-bottom: 1px solid var(--main-color); width: 100%; margin-bottom: 5%; } #add>section:nth-of-type(2)>form>label { margin-top: 5%; color: #5A5A5A; font-family: var(--main-font); font-size: 0.8em; } #add>section:nth-of-type(2)>form>textarea { border-color: var(--main-color); width: 100%; margin-top: 5%; } #tijdsduur { margin-top: 5%; } /*all dishes pages*/ #recipeCards { position: relative; height: auto; width: 90%; background-color: #fff; margin: 5%; border-radius: 3px; font-weight: 300; font-size: 2em; color: var(--main-color); display: flex; justify-content: center; flex-direction: column; align-items: flex-start; padding-bottom: 5%; -webkit-box-shadow: -4px 6px 31px -4px rgba(0, 0, 0, 0.75); -moz-box-shadow: -4px 6px 31px -4px rgba(0, 0, 0, 0.75); box-shadow: 0px 4px 9px -4px rgb(0 0 0 / 75%); } .fa-user-alt:before { font-size: var(--icon-size); } .fa-globe-europe:before { font-size: var(--icon-size); } .fa-clock:before { font-size: var(--icon-size); } #recipeCards>div>p { margin: 0; padding: 0.5em; font-family: 'Merriweather', serif; font-weight: 300; font-size: 0.5em; color: black; } #recipeCards>div>h3 { font-family: 'Delighty', serif; font-weight: 300; font-size: 1.4em; color: #f89d8a; } #recipeCards>div { margin-left: 5%; } #recipeCards::after { content: ""; position: absolute; top: 0; right: 0; width: 35%; height: 100%; background-color: var(--main-color); } #recipeCards>div:nth-of-type(2)>a { background-color: #ce796b; box-shadow: 0px 3px 10px -1px #5B5B5B; font-family: 'Merriweather', serif; color: white; padding: 0.5em; font-size: 0.5em; border-radius: 10px; } /*Progressive Enhanced filtermenu*/ #dishes { display: grid; grid-template-columns: repeat(auto-fit, minmax(350px, 1fr)); grid-gap: 9px; } #wholeMenu { grid-column: 1 / -1; } #dishes>input[type=checkbox]{ display: none; } #dishes>#wholeMenu>form>input[type=checkbox]:nth-of-type(1){ display: none; } #dishes>#wholeMenu>form>input[type=checkbox]:nth-of-type(2){ display: none; } #dishes>input[type=checkbox]:checked ~ label { background-color: white; } #dishes>#wholeMenu>form>input[type=checkbox]:checked ~ label:nth-of-type(1) { background-color: transparent; } #dishes>#wholeMenu>form>input[type=checkbox]:nth-of-type(2):checked ~ label{ background-color: transparent; } #dishes>input[type=checkbox]:checked ~ #wholeMenu{ max-height: 100em; opacity: 1; visibility: visible; transform: translateX(0); } #dishes>#wholeMenu>form>input[type=checkbox]:nth-of-type(2):checked ~ #menuSecond{ max-height: 100em; opacity: 1; visibility: visible; transform: translateX(0); } #dishes>#wholeMenu>form>input[type=checkbox]:nth-of-type(1):checked ~ #menuOne{ max-height: 100em; opacity: 1; visibility: visible; transform: translateX(0); } #dishes>label { height: 40px; width: 40px; background-color: #fff; border-radius: 50%; border-width: 0; display: inline-block; box-shadow: 0px 3px 10px -1px #5B5B5B; margin: 0.5em; font-size: 3em; text-align: center; } .searchButton { background-color: #F89D8A53; color: white; border-radius: 4em; border-width: 0; width: 6em; height: 2em; box-shadow: 0px 3px 3px -0.5px #5B5B5B; font-family: 'Merriweather', serif; display: block; margin-left: 0 auto; margin-right: 0 auto; } #dishes>#wholeMenu{ font-family: 'Merriweather', serif; background-color: #F8ECC4; max-height: 0em; opacity: 0; line-height: 2em; padding: 1em; padding-left: 1.5em; visibility: hidden; transition: all 500ms ease; transform: translateX(-6vw); } #dishes>ul>form>#menuOne { font-family: 'Merriweather', serif; background-color: #F8ECC4; max-height: 0em; opacity: 0; line-height: 3em; padding: 1em; visibility: hidden; transition: all 500ms ease; transform: translateX(-6vw); } #dishes>ul>form>#menuSecond { font-family: 'Merriweather', serif; background-color: #F8ECC4; max-height: 0em; opacity: 0; line-height: 3em; padding: 1em; visibility: hidden; transition: all 500ms ease; transform: translateX(-6vw); } .showWholeMenu { max-height: 100em; opacity: 1; transform: translateX(0); } .showSubmenu1 { max-height: 100em; opacity: 1; } .showSubmenu2 { max-height: 100em; opacity: 1; } #favorite>section>a { height: 40px; width: 40px; background-color: #fff; border-radius: 50%; border-width: 0; display: inline-block; box-shadow: 0px 3px 10px -1px #5B5B5B; margin: 1em; font-size: 1.5em; text-align: center; text-decoration: none; } #favorite>section { background-color: #F8ECC4; font-family: 'Merriweather', serif; display: grid; grid-template-columns: 25% 75% auto; } #favorite>section>h1 { display: block; font-weight: normal; text-align: center; margin: 1em; padding-top: 0.2em; } /*empty state*/ #favorite>article:nth-of-type(1)>div { margin: 1em; margin-top: 1.5em; font-size: 5em; color: rgb(255, 208, 0); margin-bottom: 0; margin-left: 0 auto; margin-right: 0 auto; text-align: center; } #favorite>article:nth-of-type(1)>p { display: block; text-align: center; font-family: 'Merriweather', serif; margin-top: 0; } #favorite>article:nth-of-type(1) { position: absolute; left: 0; right: 0; z-index: -10; margin: 3em; text-align: center; } #contactContainer { display: flex; justify-content: center; align-items: center; flex-direction: column; } #contactContainer>h1 { font-size: 2.5em; font-family: delighty; font-weight: 300; color: var(--main-color); margin: 0; padding: 0; } #contactContainer>form { display: flex; flex-direction: column; width: 75%; justify-content: space-between; padding: 5%; height: 55vh; } #contactContainer>form>button { width: 25%; height: 2em; margin-top: 10%; border: none; background-color: #f89f9d; color: #fff; border-radius: 3px; } #addBtn { background-color: var(--secondary-color) !important; font-size: 12px !important; width: 40% !important; } /* contactformulier styling */ .formStyling>input { border: none; border-bottom: 1px solid var(--main-color); } .formStyling>label { margin-top: 5%; color: #5A5A5A; font-family: var(--main-font); font-size: 0.8em; } .formStyling>textarea { border: 1px solid var(--main-color); } /* Styling van bevestiging contact bericht verstuurd */ #contactConfirmContainer { width: 100%; height: 80vh; display: flex; align-items: flex-start; flex-direction: column; font-family: Arial, Helvetica, sans-serif; } #contactConfirmContainer>article { margin-left: 15%; } #contactConfirmContainer>article>p:first-of-type { font-style: italic; } #contactConfirmContainer>article>p:nth-child(2) { width: 68%; } #contactConfirmContainer>article>button:first-of-type { border: none; background-color: var(--main-color); padding: 5%; width: 80%; border-radius: 5px; } #contactConfirmContainer>article>button:first-of-type>a { color: #fff; font-family: Arial, Helvetica, sans-serif; text-decoration: none; }
0.321353
0.059537
*, *::before, *::after { box-sizing: border-box; } /* Custom Properties */ :root { --ff-bold: "Montserrat Bold", sans-serif; --ff-primary: "Montserrat Black", sans-serif; --ff-secondary: "Montserrat Regular", monospace; --fw-reg: 400; --fw-bold: 900; --fs-h1: 2.75rem; --fs-h2: 2.15rem; --fs-h3: 1.5rem; --fs-body: 1.2rem; --clr-dark: #303030; --clr-light: #fff; --bs: 0.25em 0.25em 0.75em rgba(0, 0, 0, 0.75), 0.125em 0.125em 0.25em rgba(0, 0, 0, 0.75); } @media (min-width: 800px) { :root { --fs-h1: 3.75rem; --fs-h2: 3.25rem; --fs-h3: 2.5rem; --fs-body: 1.75rem; } } /* General Style */ body { background: var(--clr-light); color: var(--clr-dark); margin: 0; font-family: var(--ff-primary); font-weight: var(--fw-reg); font-size: var(--fs-body); line-height: 1.6; } img { display: block; max-width: 100%; } strong { font-weight: var(--fw-bold); } /* Typography */ h1, h2, h3 { margin: 0; line-height: 1; } h1 { font-size: var(--fs-h1); } h2 { font-size: var(--fs-h2); } h3 { font-size: var(--fs-h3); } .section__title { margin-bottom: 0.25em; font-size: var(--fs-h1); } .section__title strong { display: block; } .section__subtitle--services { margin-top: 2em; font-family: var(--ff-primary); font-size: var(--fs-h2); } .section__subtitle--intro { padding: 0; font-family: var(--ff-secondary); } .section__title--intro, .section__title--services { padding: 0.25em 1em; font-family: var(--ff-primary); font-size: var(--fs-h1); margin-bottom: 1em; } .logo { float: left; font-size: var(--fs-h3); font-family: var(--ff-secondary); color: var(--clr-light); } #learnBtn, #joinBtn { padding: 0.5em; font-size: var(--fs-body); font-family: var(--ff-bold); } .service__item--button { font-family: var(--ff-bold); font-size: var(--fs-body); } footer { font-family: var(--ff-secondary); } /* Header */ header { display: flex; justify-content: space-between; padding: 1em; } .nav { position: fixed; background-color: var(--clr-dark); color: var(--clr-light); top: 0; bottom: 0; left: 0; right: 0; z-index: 100; transform: translate(100%); transition: transform 250ms cubic-bezier(.5, 0, .5, 1); } .nav__list{ list-style: none; display: flex; height: 100%; flex-direction: column; justify-content: space-evenly; align-items: center; margin: 0; padding: 0; } .nav__link{ color: inherit; font-weight: var(--fw-bold); font-size: var(--fs-h2); text-decoration: none; } .nav__link:hover{ color: #16e0bd; } .nav-toggle:focus{ transform: translate(0%); } /* Intro section */ .intro { background-image: url(../img/intro__img.jpg); background-size: cover; color: var(--clr-light); text-align: center; padding-bottom: 3em; } .intro__buttons { display: block; list-style: none; } .intro__buttons--item { padding: 0.25em 1.5em; margin-bottom: 3em; } header { background-color: rgba(30, 30, 30, 0.8); margin-bottom: 1.25em; } #learnBtn, #joinBtn { width: 10em; background-color: transparent; border: 0.25em solid var(--clr-light); } #learnBtn > a, #joinBtn > a { color: var(--clr-light); text-decoration: none; } #joinBtn:hover, #learnBtn:hover, #joinBtn:hover > a, #learnBtn:hover > a { background-color: var(--clr-light); color: var(--clr-dark); } @media (min-width: 600px) { .intro { display: grid; column-gap: 1em; width: 100%; grid-template-areas: "header" "title" "subtitle" "buttons"; } .section__title--intro { grid-row: 2; } .section__subtitle--intro { grid-row: 3; } .intro__buttons { column-gap: 0; grid-row: 4; column-count: 2; } #joinBtn { float: left; } #learnBtn { float: right; } } /* Services section */ .services { padding: 0; text-align: center; margin-bottom: 17.5em; } .services > ul { list-style: none; margin-right: 1.4em; } .service__item1, .service__item2, .service__item3 { display: inline-grid; grid-template-rows: 1fr 1fr 1fr; row-gap: 0; margin: 2em auto; height: 25em; width: fit-content; grid-template-areas: "title" "subtitle" "button"; text-align: center; border: 0.2em solid var(--clr-dark); } .service__item--button { width: 75%; height: 50%; margin: auto; background-color: transparent; border: 0.25em solid var(--clr-dark); } .service__item--button > a { text-decoration: none; color: var(--clr-dark); } .service__item--button:hover, .service__item--button:hover > a { background-color: var(--clr-dark); color: var(--clr-light); } @media (min-width: 600px) { .services { display: grid; column-gap: 1em; width: 100%; grid-template-areas: "title" "services"; text-align: center; } .services > ul { columns: 3; } .service__item1, .service__item2, .service__item3 { display: inline-grid; grid-template-rows: 1fr 1fr 1fr; row-gap: 0; margin: 2em auto; height: 25em; width: fit-content; grid-template-areas: "title" "subtitle" "button"; text-align: center; border: 0.2em solid var(--clr-dark); } } /* Footer */ footer { display: flex; flex-direction: column; align-items: center; background-color: var(--clr-dark); color: var(--clr-light); } .footer__list { display: flex; padding: 0em 2em; list-style: none; } .list__item { padding: 0 0.5em; } .footer__copyrights { font-family: var(--ff-primary); font-size: var(--fs-body); font-weight: var(--fw-bold); } @media (min-width: 600px) { footer { display: flex; flex-direction: row; } .footer__list { display: flex; padding: 0em 2em; } .list__item { margin-top: 0.25em; padding: 0 0.5em; } .footer__copyrights { margin: auto; margin-right: 1em; } }
integrify-assignment1-section-a/css/style.css
*, *::before, *::after { box-sizing: border-box; } /* Custom Properties */ :root { --ff-bold: "Montserrat Bold", sans-serif; --ff-primary: "Montserrat Black", sans-serif; --ff-secondary: "Montserrat Regular", monospace; --fw-reg: 400; --fw-bold: 900; --fs-h1: 2.75rem; --fs-h2: 2.15rem; --fs-h3: 1.5rem; --fs-body: 1.2rem; --clr-dark: #303030; --clr-light: #fff; --bs: 0.25em 0.25em 0.75em rgba(0, 0, 0, 0.75), 0.125em 0.125em 0.25em rgba(0, 0, 0, 0.75); } @media (min-width: 800px) { :root { --fs-h1: 3.75rem; --fs-h2: 3.25rem; --fs-h3: 2.5rem; --fs-body: 1.75rem; } } /* General Style */ body { background: var(--clr-light); color: var(--clr-dark); margin: 0; font-family: var(--ff-primary); font-weight: var(--fw-reg); font-size: var(--fs-body); line-height: 1.6; } img { display: block; max-width: 100%; } strong { font-weight: var(--fw-bold); } /* Typography */ h1, h2, h3 { margin: 0; line-height: 1; } h1 { font-size: var(--fs-h1); } h2 { font-size: var(--fs-h2); } h3 { font-size: var(--fs-h3); } .section__title { margin-bottom: 0.25em; font-size: var(--fs-h1); } .section__title strong { display: block; } .section__subtitle--services { margin-top: 2em; font-family: var(--ff-primary); font-size: var(--fs-h2); } .section__subtitle--intro { padding: 0; font-family: var(--ff-secondary); } .section__title--intro, .section__title--services { padding: 0.25em 1em; font-family: var(--ff-primary); font-size: var(--fs-h1); margin-bottom: 1em; } .logo { float: left; font-size: var(--fs-h3); font-family: var(--ff-secondary); color: var(--clr-light); } #learnBtn, #joinBtn { padding: 0.5em; font-size: var(--fs-body); font-family: var(--ff-bold); } .service__item--button { font-family: var(--ff-bold); font-size: var(--fs-body); } footer { font-family: var(--ff-secondary); } /* Header */ header { display: flex; justify-content: space-between; padding: 1em; } .nav { position: fixed; background-color: var(--clr-dark); color: var(--clr-light); top: 0; bottom: 0; left: 0; right: 0; z-index: 100; transform: translate(100%); transition: transform 250ms cubic-bezier(.5, 0, .5, 1); } .nav__list{ list-style: none; display: flex; height: 100%; flex-direction: column; justify-content: space-evenly; align-items: center; margin: 0; padding: 0; } .nav__link{ color: inherit; font-weight: var(--fw-bold); font-size: var(--fs-h2); text-decoration: none; } .nav__link:hover{ color: #16e0bd; } .nav-toggle:focus{ transform: translate(0%); } /* Intro section */ .intro { background-image: url(../img/intro__img.jpg); background-size: cover; color: var(--clr-light); text-align: center; padding-bottom: 3em; } .intro__buttons { display: block; list-style: none; } .intro__buttons--item { padding: 0.25em 1.5em; margin-bottom: 3em; } header { background-color: rgba(30, 30, 30, 0.8); margin-bottom: 1.25em; } #learnBtn, #joinBtn { width: 10em; background-color: transparent; border: 0.25em solid var(--clr-light); } #learnBtn > a, #joinBtn > a { color: var(--clr-light); text-decoration: none; } #joinBtn:hover, #learnBtn:hover, #joinBtn:hover > a, #learnBtn:hover > a { background-color: var(--clr-light); color: var(--clr-dark); } @media (min-width: 600px) { .intro { display: grid; column-gap: 1em; width: 100%; grid-template-areas: "header" "title" "subtitle" "buttons"; } .section__title--intro { grid-row: 2; } .section__subtitle--intro { grid-row: 3; } .intro__buttons { column-gap: 0; grid-row: 4; column-count: 2; } #joinBtn { float: left; } #learnBtn { float: right; } } /* Services section */ .services { padding: 0; text-align: center; margin-bottom: 17.5em; } .services > ul { list-style: none; margin-right: 1.4em; } .service__item1, .service__item2, .service__item3 { display: inline-grid; grid-template-rows: 1fr 1fr 1fr; row-gap: 0; margin: 2em auto; height: 25em; width: fit-content; grid-template-areas: "title" "subtitle" "button"; text-align: center; border: 0.2em solid var(--clr-dark); } .service__item--button { width: 75%; height: 50%; margin: auto; background-color: transparent; border: 0.25em solid var(--clr-dark); } .service__item--button > a { text-decoration: none; color: var(--clr-dark); } .service__item--button:hover, .service__item--button:hover > a { background-color: var(--clr-dark); color: var(--clr-light); } @media (min-width: 600px) { .services { display: grid; column-gap: 1em; width: 100%; grid-template-areas: "title" "services"; text-align: center; } .services > ul { columns: 3; } .service__item1, .service__item2, .service__item3 { display: inline-grid; grid-template-rows: 1fr 1fr 1fr; row-gap: 0; margin: 2em auto; height: 25em; width: fit-content; grid-template-areas: "title" "subtitle" "button"; text-align: center; border: 0.2em solid var(--clr-dark); } } /* Footer */ footer { display: flex; flex-direction: column; align-items: center; background-color: var(--clr-dark); color: var(--clr-light); } .footer__list { display: flex; padding: 0em 2em; list-style: none; } .list__item { padding: 0 0.5em; } .footer__copyrights { font-family: var(--ff-primary); font-size: var(--fs-body); font-weight: var(--fw-bold); } @media (min-width: 600px) { footer { display: flex; flex-direction: row; } .footer__list { display: flex; padding: 0em 2em; } .list__item { margin-top: 0.25em; padding: 0 0.5em; } .footer__copyrights { margin: auto; margin-right: 1em; } }
0.479504
0.098036
.iconContainer{ background-color: teal; display: flex; flex-wrap: wrap; flex-direction: row; width: 100%; } .txtItem{ color: white; display: flex; flex-direction: column; align-items: center; justify-content: center; margin: 10px; height: 80px; width: 80px; } .txtItem > img{ width: 48px; height: 48px; margin: 5px; cursor: pointer; margin-left: -8px; } .txtItem > span{ cursor: pointer; min-width: 100%; text-align: center; } .txtItem:focus{ outline: none; } .txtItem:focus > span { background: #000080; padding: 0px 5px; } .txtItem:focus > img{ filter: sepia(90%) hue-rotate(175deg) saturate(6) brightness(0.9); } .txtWindow{ overflow: hidden; position: absolute; top: 90px; left: 50px; background: #c0c0c0; border-top: 1px solid #dfdfdf; border-left: 1px solid #dfdfdf; border-right: 1px solid #000; border-bottom: 1px solid #000; padding: 2px; /* height: 200px; width: 300px; */ font-size: 0px; } .txtWindowNav{ color: white; background: linear-gradient(to right, #000080 0%, #1084d0 100%); height: 16px; font-size: 14px; line-height: 1.2; padding-left: 2px; cursor: default; } .txtWindowtextarea{ background: white; width: 250px; height: 300px; min-width: 120px; padding: 2px; box-sizing: border-box; white-space: pre-line; /* resize: none; */ } .txtWindowtextarea:focus{ outline: none; } .menuBar{ position: relative; width: 100%; font-size: 12px; font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; margin: 0px 0px; color: #a2a1a1; font-weight: 200; cursor: default; } .file{ color: black; height: 16px; display: inline-block; } .fileButton{ padding: 2px; box-sizing: border-box; } .fileButton:hover{ background: #c0c0c0; box-shadow: 1px 1px 0 white inset, -1px -1px 0 #707070 inset; } .file-content { display: none; position: absolute; background-color: #c0c0c0; border-top: 1px solid #dfdfdf; border-left: 1px solid #dfdfdf; border-right: 1px solid #000; border-bottom: 1px solid #000; min-width: 160px; /* box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2); */ z-index: 1; cursor: pointer; } .file-content > div{ padding: 4px 10px; } .file-content > div:hover{ background-color: #0c0c91; color: white; } .file:hover .fileButton{ background: #c0c0c0; box-shadow: 1px 1px 0 white inset, -1px -1px 0 #707070 inset; } .file:hover .file-content { display: block; } .closeButton{ margin: 2px; float: right; width: 12px; height: 12px; padding: 0; vertical-align: middle; font-family: Arial, sans-serif; font-size: 12px; background: #c0c0c0; border-top: 1px solid #fff; border-left: 1px solid #fff; border-right: 1px solid #000; border-bottom: 1px solid #000; position: relative; color: black; line-height: 9px; text-align: center; cursor: pointer; }
src/pages/txt/txt.css
.iconContainer{ background-color: teal; display: flex; flex-wrap: wrap; flex-direction: row; width: 100%; } .txtItem{ color: white; display: flex; flex-direction: column; align-items: center; justify-content: center; margin: 10px; height: 80px; width: 80px; } .txtItem > img{ width: 48px; height: 48px; margin: 5px; cursor: pointer; margin-left: -8px; } .txtItem > span{ cursor: pointer; min-width: 100%; text-align: center; } .txtItem:focus{ outline: none; } .txtItem:focus > span { background: #000080; padding: 0px 5px; } .txtItem:focus > img{ filter: sepia(90%) hue-rotate(175deg) saturate(6) brightness(0.9); } .txtWindow{ overflow: hidden; position: absolute; top: 90px; left: 50px; background: #c0c0c0; border-top: 1px solid #dfdfdf; border-left: 1px solid #dfdfdf; border-right: 1px solid #000; border-bottom: 1px solid #000; padding: 2px; /* height: 200px; width: 300px; */ font-size: 0px; } .txtWindowNav{ color: white; background: linear-gradient(to right, #000080 0%, #1084d0 100%); height: 16px; font-size: 14px; line-height: 1.2; padding-left: 2px; cursor: default; } .txtWindowtextarea{ background: white; width: 250px; height: 300px; min-width: 120px; padding: 2px; box-sizing: border-box; white-space: pre-line; /* resize: none; */ } .txtWindowtextarea:focus{ outline: none; } .menuBar{ position: relative; width: 100%; font-size: 12px; font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; margin: 0px 0px; color: #a2a1a1; font-weight: 200; cursor: default; } .file{ color: black; height: 16px; display: inline-block; } .fileButton{ padding: 2px; box-sizing: border-box; } .fileButton:hover{ background: #c0c0c0; box-shadow: 1px 1px 0 white inset, -1px -1px 0 #707070 inset; } .file-content { display: none; position: absolute; background-color: #c0c0c0; border-top: 1px solid #dfdfdf; border-left: 1px solid #dfdfdf; border-right: 1px solid #000; border-bottom: 1px solid #000; min-width: 160px; /* box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2); */ z-index: 1; cursor: pointer; } .file-content > div{ padding: 4px 10px; } .file-content > div:hover{ background-color: #0c0c91; color: white; } .file:hover .fileButton{ background: #c0c0c0; box-shadow: 1px 1px 0 white inset, -1px -1px 0 #707070 inset; } .file:hover .file-content { display: block; } .closeButton{ margin: 2px; float: right; width: 12px; height: 12px; padding: 0; vertical-align: middle; font-family: Arial, sans-serif; font-size: 12px; background: #c0c0c0; border-top: 1px solid #fff; border-left: 1px solid #fff; border-right: 1px solid #000; border-bottom: 1px solid #000; position: relative; color: black; line-height: 9px; text-align: center; cursor: pointer; }
0.503906
0.073364
*{ padding: 0; margin: 0; box-sizing: border-box; -webkit-box-sizing: border-box; } html,body{ width: 100%; height: 100%; } .vue-body{ width: 100%; padding-bottom: 3.5em; } .footer{ position: fixed; bottom: 0; left: 0; width:100%; height: 3.5em; display: flex; display: -webkit-flex; justify-content: space-between; align-items: center; box-shadow: 0px 0px 4px 1px #e6e6e6; -webkit-box-shadow: 0px 0px 4px 1px #e6e6e6; background: #fff; } .footer>a{ display: inline-block; width: 33.33%; height: 3.125em; line-height: 5.325em; text-align: center; border: 0; color: #808080; font-size: 0.8em; background: none; text-decoration: none; position: relative; } .footer>a.active{ color: #30AAFF; } .footer a i{ display: inline-block; width: 100%; height: 1.8em; position: absolute; top: 0; left: 0; } .footer a i.index{ background: url(../images/icon-index.png); background-repeat: no-repeat; background-size: auto 2em; background-position: center center; } .footer a.active i.index{ background: url(../images/icon-index-active.png); background-repeat: no-repeat; background-size: auto 2em; background-position: center center; } .footer a i.live{ background: url(../images/icon-live.png); background-repeat: no-repeat; background-size: auto 2em; background-position: center center; } .footer a.active i.live{ background: url(../images/icon-live-active.png); background-repeat: no-repeat; background-size: auto 2em; background-position: center center; } .footer a i.frmTrade{ background: url(../images/icon-friend.png); background-repeat: no-repeat; background-size: auto 2em; background-position: center center; } .footer a.active i.frmTrade{ background: url(../images/icon-friend-active.png); background-repeat: no-repeat; background-size: auto 2em; background-position: center center; } .footer a i.my{ background: url(../images/icon-my.png); background-repeat: no-repeat; background-size: auto 2em; background-position: center center; } .footer a.active i.my{ background: url(../images/icon-my-active.png); background-repeat: no-repeat; background-size: auto 2em; background-position: center center; } .agent-buy{ width: 100%; height: auto; position: relative; } .agent-buy>img{ width: 100%; height: auto; } .agent-buy>span{ position: absolute; top: 50%; right: 1em; transform: scale(1) translateY(-50%); -webkit-transform: scale(1) translateY(-50%); display: inline-block; width: 8em; height: 2em; line-height: 2em; border-radius: 1em; -webkit-border-radius: 1em; text-align: center; color: #fff; background: red; animation: agent linear 1s infinite; -webkit-animation: agent linear 1s infinite; font-size: 0.9em; } @keyframes agent{ 0%{ transform:scale(1) translateY(-50%); -webkit-transform:scale(1) translateY(-50%); } 25%{ transform:scale(1.1) translateY(-50%); -webkit-transform:scale(1.1) translateY(-50%); } 50%{ transform:scale(1.2) translateY(-50%); -webkit-transform:scale(1.2) translateY(-50%); } 75%{ transform:scale(1.1) translateY(-50%); -webkit-transform:scale(1.1) translateY(-50%); } 100%{ transform:scale(1) translateY(-50%); -webkit-transform:scale(1) translateY(-50%); } } @-webkit-keyframes agent{ 0%{ transform:scale(1) translateY(-50%); -webkit-transform:scale(1) translateY(-50%); } 25%{ transform:scale(1.1) translateY(-50%); -webkit-transform:scale(1.1) translateY(-50%); } 50%{ transform:scale(1.2) translateY(-50%); -webkit-transform:scale(1.2) translateY(-50%); } 75%{ transform:scale(1.1) translateY(-50%); -webkit-transform:scale(1.1) translateY(-50%); } 100%{ transform:scale(1) translateY(-50%); -webkit-transform:scale(1) translateY(-50%); } } .grid-block{ overflow: hidden; padding: 0.7em 0.5em 0; border-top: 0.7em solid #f7f7f7; display: flex; display: -webkit-flex; clear: both; justify-content: space-between; align-items: center; flex-wrap: wrap; } .grid-block .grid-item{ text-align: center; -webkit-box-sizing: border-box; box-sizing: border-box; font-size: .85em; content: ''; width: 32%; height: 8em; margin-bottom: 0.5em; border: 1px solid #e6e6e6; display: flex; display: -webkit-flex; justify-content: center; align-items: center; flex-direction: column; } .grid-block .grid-item>img{ height: 4em; width: auto; margin-bottom: 0.5em; } .userInfo-block { width: 100%; height: 13em; margin-bottom: 0.7em; background: #fff; padding: 0 0.7em; background: url(../images/capital-bg.png) no-repeat top scroll; background-size: 100% 10em; padding-top: 1.5em; } .userInfo-block-con { width: 99.5%; height: 12em; background: #fff; margin: 0 auto; border-radius: 0.5em; -webkit-border-radius: 0.5em; box-shadow: 0px 1px 5px 3px rgba(48,170,255,0.17); -webkit-box-shadow: 0px 1px 5px 3px rgba(48,170,255,0.17); } .user-info{ width: 100%; height: 8em; display: flex; display: -webkit-flex; justify-content: center; align-items: center; flex-direction: column; position: relative; padding: 0.75em 0 0.2em; } .user-info>img{ width: 3.5em; height: 3.5em; border-radius:50%; -webkit-border-radius:50%; } .user-info .user-detail{ width: 100%; height: auto; font-size: 1em; color: #333; text-align: center; } .user-info .user-detail .user-level{ position: absolute; top: 2em; right: 0; display: inline-block; height: 1.8em; line-height: 1.8em; text-align: right; color: #fff; background: #fb9b4e; border-bottom-left-radius: 0.9em; border-top-left-radius: 0.9em; -webkit-border-bottom-left-radius: 0.9em; -webkit-border-top-left-radius: 0.9em; padding: 0 0.5em 0 1em; } .user-info .user-detail .block115{ font-size: 0.85em; color: #333; line-height: 1.4em; margin-top: 0.5em; } .user-info .user-detail .block115 i{ display: inline-block; width: 100%; text-align: center; color: #999; } .user-info .user-detail .block115 img{ width: 1.5em; height: auto; display: none; } .userInfo-block .bonus-item{ text-align: center; position: relative; color: #333; height: 1.8em; display: flex; display: -webkit-flex; justify-content: center; align-items: center; flex-direction: column; font-size: 0.9em; border-right: 1px solid #e6e6e6; } .userInfo-block .bonus-item:last-child{ border-right: 0; } .userInfo-block .bonus-item>a{ position: absolute; top: 0; left: 0; display: block; width: 100%; height: 100%; } .userInfo-block .bonus-item .block106{ color: #30AAFF; font-size: 1.05em; } .bonus-box{ width: 100%; height: 4em; display: flex; display: -webkit-flex; justify-content: space-between; align-items: center; padding-bottom: 1em; } .bonus-item{ text-align: center; flex: 1; } .my-list{ width: 100%; height: auto; padding: 0 0.7em; } .my-list-item{ width: 100%; height: 3.4em; line-height: 3.4em; display: flex; display: -webkit-flex; justify-content: space-between; align-items: center; border-bottom: 1px solid #e6e6e6; } .my-list-item>img{ width: 1.8em; height: auto; margin-right: 0.7em; } .my-list-item>div{ width: 100%; height: 3.4em; line-height: 3.4em; display: flex; display: -webkit-flex; justify-content: space-between; align-items: center; } .my-list-item>div img{ width: 1.54em; height: auto; }
src/assets/css/global.css
*{ padding: 0; margin: 0; box-sizing: border-box; -webkit-box-sizing: border-box; } html,body{ width: 100%; height: 100%; } .vue-body{ width: 100%; padding-bottom: 3.5em; } .footer{ position: fixed; bottom: 0; left: 0; width:100%; height: 3.5em; display: flex; display: -webkit-flex; justify-content: space-between; align-items: center; box-shadow: 0px 0px 4px 1px #e6e6e6; -webkit-box-shadow: 0px 0px 4px 1px #e6e6e6; background: #fff; } .footer>a{ display: inline-block; width: 33.33%; height: 3.125em; line-height: 5.325em; text-align: center; border: 0; color: #808080; font-size: 0.8em; background: none; text-decoration: none; position: relative; } .footer>a.active{ color: #30AAFF; } .footer a i{ display: inline-block; width: 100%; height: 1.8em; position: absolute; top: 0; left: 0; } .footer a i.index{ background: url(../images/icon-index.png); background-repeat: no-repeat; background-size: auto 2em; background-position: center center; } .footer a.active i.index{ background: url(../images/icon-index-active.png); background-repeat: no-repeat; background-size: auto 2em; background-position: center center; } .footer a i.live{ background: url(../images/icon-live.png); background-repeat: no-repeat; background-size: auto 2em; background-position: center center; } .footer a.active i.live{ background: url(../images/icon-live-active.png); background-repeat: no-repeat; background-size: auto 2em; background-position: center center; } .footer a i.frmTrade{ background: url(../images/icon-friend.png); background-repeat: no-repeat; background-size: auto 2em; background-position: center center; } .footer a.active i.frmTrade{ background: url(../images/icon-friend-active.png); background-repeat: no-repeat; background-size: auto 2em; background-position: center center; } .footer a i.my{ background: url(../images/icon-my.png); background-repeat: no-repeat; background-size: auto 2em; background-position: center center; } .footer a.active i.my{ background: url(../images/icon-my-active.png); background-repeat: no-repeat; background-size: auto 2em; background-position: center center; } .agent-buy{ width: 100%; height: auto; position: relative; } .agent-buy>img{ width: 100%; height: auto; } .agent-buy>span{ position: absolute; top: 50%; right: 1em; transform: scale(1) translateY(-50%); -webkit-transform: scale(1) translateY(-50%); display: inline-block; width: 8em; height: 2em; line-height: 2em; border-radius: 1em; -webkit-border-radius: 1em; text-align: center; color: #fff; background: red; animation: agent linear 1s infinite; -webkit-animation: agent linear 1s infinite; font-size: 0.9em; } @keyframes agent{ 0%{ transform:scale(1) translateY(-50%); -webkit-transform:scale(1) translateY(-50%); } 25%{ transform:scale(1.1) translateY(-50%); -webkit-transform:scale(1.1) translateY(-50%); } 50%{ transform:scale(1.2) translateY(-50%); -webkit-transform:scale(1.2) translateY(-50%); } 75%{ transform:scale(1.1) translateY(-50%); -webkit-transform:scale(1.1) translateY(-50%); } 100%{ transform:scale(1) translateY(-50%); -webkit-transform:scale(1) translateY(-50%); } } @-webkit-keyframes agent{ 0%{ transform:scale(1) translateY(-50%); -webkit-transform:scale(1) translateY(-50%); } 25%{ transform:scale(1.1) translateY(-50%); -webkit-transform:scale(1.1) translateY(-50%); } 50%{ transform:scale(1.2) translateY(-50%); -webkit-transform:scale(1.2) translateY(-50%); } 75%{ transform:scale(1.1) translateY(-50%); -webkit-transform:scale(1.1) translateY(-50%); } 100%{ transform:scale(1) translateY(-50%); -webkit-transform:scale(1) translateY(-50%); } } .grid-block{ overflow: hidden; padding: 0.7em 0.5em 0; border-top: 0.7em solid #f7f7f7; display: flex; display: -webkit-flex; clear: both; justify-content: space-between; align-items: center; flex-wrap: wrap; } .grid-block .grid-item{ text-align: center; -webkit-box-sizing: border-box; box-sizing: border-box; font-size: .85em; content: ''; width: 32%; height: 8em; margin-bottom: 0.5em; border: 1px solid #e6e6e6; display: flex; display: -webkit-flex; justify-content: center; align-items: center; flex-direction: column; } .grid-block .grid-item>img{ height: 4em; width: auto; margin-bottom: 0.5em; } .userInfo-block { width: 100%; height: 13em; margin-bottom: 0.7em; background: #fff; padding: 0 0.7em; background: url(../images/capital-bg.png) no-repeat top scroll; background-size: 100% 10em; padding-top: 1.5em; } .userInfo-block-con { width: 99.5%; height: 12em; background: #fff; margin: 0 auto; border-radius: 0.5em; -webkit-border-radius: 0.5em; box-shadow: 0px 1px 5px 3px rgba(48,170,255,0.17); -webkit-box-shadow: 0px 1px 5px 3px rgba(48,170,255,0.17); } .user-info{ width: 100%; height: 8em; display: flex; display: -webkit-flex; justify-content: center; align-items: center; flex-direction: column; position: relative; padding: 0.75em 0 0.2em; } .user-info>img{ width: 3.5em; height: 3.5em; border-radius:50%; -webkit-border-radius:50%; } .user-info .user-detail{ width: 100%; height: auto; font-size: 1em; color: #333; text-align: center; } .user-info .user-detail .user-level{ position: absolute; top: 2em; right: 0; display: inline-block; height: 1.8em; line-height: 1.8em; text-align: right; color: #fff; background: #fb9b4e; border-bottom-left-radius: 0.9em; border-top-left-radius: 0.9em; -webkit-border-bottom-left-radius: 0.9em; -webkit-border-top-left-radius: 0.9em; padding: 0 0.5em 0 1em; } .user-info .user-detail .block115{ font-size: 0.85em; color: #333; line-height: 1.4em; margin-top: 0.5em; } .user-info .user-detail .block115 i{ display: inline-block; width: 100%; text-align: center; color: #999; } .user-info .user-detail .block115 img{ width: 1.5em; height: auto; display: none; } .userInfo-block .bonus-item{ text-align: center; position: relative; color: #333; height: 1.8em; display: flex; display: -webkit-flex; justify-content: center; align-items: center; flex-direction: column; font-size: 0.9em; border-right: 1px solid #e6e6e6; } .userInfo-block .bonus-item:last-child{ border-right: 0; } .userInfo-block .bonus-item>a{ position: absolute; top: 0; left: 0; display: block; width: 100%; height: 100%; } .userInfo-block .bonus-item .block106{ color: #30AAFF; font-size: 1.05em; } .bonus-box{ width: 100%; height: 4em; display: flex; display: -webkit-flex; justify-content: space-between; align-items: center; padding-bottom: 1em; } .bonus-item{ text-align: center; flex: 1; } .my-list{ width: 100%; height: auto; padding: 0 0.7em; } .my-list-item{ width: 100%; height: 3.4em; line-height: 3.4em; display: flex; display: -webkit-flex; justify-content: space-between; align-items: center; border-bottom: 1px solid #e6e6e6; } .my-list-item>img{ width: 1.8em; height: auto; margin-right: 0.7em; } .my-list-item>div{ width: 100%; height: 3.4em; line-height: 3.4em; display: flex; display: -webkit-flex; justify-content: space-between; align-items: center; } .my-list-item>div img{ width: 1.54em; height: auto; }
0.401336
0.087175
.background_glossyBrown5, .hover_background_glossyBrown5:hover, .active_background_glossyBrown5:active:hover { background: #b32e2e; background-image: -moz-linear-gradient(top, rgba(255, 255, 255, .30) 0%, rgba(255, 255, 255, .00) 50%, rgba(0, 0, 0, .10) 51%, rgba(0, 0, 0, .04) 100%); background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, .30)), color-stop(50%, rgba(255, 255, 255, .00)), color-stop(51%, rgba(0, 0, 0, .10)), color-stop(100%, rgba(0, 0, 0, .04))); background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, .30) 0%, rgba(255, 255, 255, .00) 50%, rgba(0, 0, 0, .10) 51%, rgba(0, 0, 0, .04) 100%); background-image: -o-linear-gradient(top, rgba(255, 255, 255, .30) 0%, rgba(255, 255, 255, .00) 50%, rgba(0, 0, 0, .10) 51%, rgba(0, 0, 0, .04) 100%); background-image: -ms-linear-gradient(top, rgba(255, 255, 255, .30) 0%, rgba(255, 255, 255, .00) 50%, rgba(0, 0, 0, .10) 51%, rgba(0, 0, 0, .04) 100%); background-image: linear-gradient(to bottom, rgba(255, 255, 255, .30) 0%, rgba(255, 255, 255, .00) 50%, rgba(0, 0, 0, .10) 51%, rgba(0, 0, 0, .04) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000',GradientType=0 ); } .background_glossyBrown5h, .hover_background_glossyBrown5h:hover, .active_background_glossyBrown5h:active:hover { background: #b32e2e; background-image: -moz-linear-gradient(top, rgba(255, 255, 255, .30) 0%, rgba(255, 255, 255, .00) 50%, rgba(0, 0, 0, .10) 51%, rgba(0, 0, 0, .04) 100%); background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, .30)), color-stop(50%, rgba(255, 255, 255, .00)), color-stop(51%, rgba(0, 0, 0, .10)), color-stop(100%, rgba(0, 0, 0, .04))); background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, .30) 0%, rgba(255, 255, 255, .00) 50%, rgba(0, 0, 0, .10) 51%, rgba(0, 0, 0, .04) 100%); background-image: -o-linear-gradient(top, rgba(255, 255, 255, .30) 0%, rgba(255, 255, 255, .00) 50%, rgba(0, 0, 0, .10) 51%, rgba(0, 0, 0, .04) 100%); background-image: -ms-linear-gradient(top, rgba(255, 255, 255, .30) 0%, rgba(255, 255, 255, .00) 50%, rgba(0, 0, 0, .10) 51%, rgba(0, 0, 0, .04) 100%); background-image: linear-gradient(to bottom, rgba(255, 255, 255, .30) 0%, rgba(255, 255, 255, .00) 50%, rgba(0, 0, 0, .10) 51%, rgba(0, 0, 0, .04) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000',GradientType=0 ); } .background_glossyBrown5a, .hover_background_glossyBrown5a:hover, .active_background_glossyBrown5a:active:hover { background: #b32e2e; background-image: -moz-linear-gradient(top, rgba(0, 0, 0, .04) 0%, rgba(0, 0, 0, .10) 50%, rgba(255, 255, 255, .00) 51%, rgba(255, 255, 255, .30) 100%); background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, .04)), color-stop(50%, rgba(0, 0, 0, .10)), color-stop(51%, rgba(255, 255, 255, .00)), color-stop(100%, rgba(255, 255, 255, .30))); background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, .04) 0%, rgba(0, 0, 0, .10) 50%, rgba(255, 255, 255, .00) 51%, rgba(255, 255, 255, .30) 100%); background-image: -o-linear-gradient(top, rgba(0, 0, 0, .04) 0%, rgba(0, 0, 0, .10) 50%, rgba(255, 255, 255, .00) 51%, rgba(255, 255, 255, .30) 100%); background-image: -ms-linear-gradient(top, rgba(0, 0, 0, .04) 0%, rgba(0, 0, 0, .10) 50%, rgba(255, 255, 255, .00) 51%, rgba(255, 255, 255, .30) 100%); background-image: linear-gradient(to bottom, rgba(0, 0, 0, .04) 0%, rgba(0, 0, 0, .10) 50%, rgba(255, 255, 255, .00) 51%, rgba(255, 255, 255, .30) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#ffffff',GradientType=0 ); } .background_glossyBrown5s, .hover_background_glossyBrown5s:hover, .active_background_glossyBrown5s:active:hover { background: #b32e2e; background-image: -moz-linear-gradient(top, rgba(255, 255, 255, .30) 0%, rgba(255, 255, 255, .00) 50%, rgba(0, 0, 0, .10) 51%, rgba(0, 0, 0, .04) 100%); background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, .30)), color-stop(50%, rgba(255, 255, 255, .00)), color-stop(51%, rgba(0, 0, 0, .10)), color-stop(100%, rgba(0, 0, 0, .04))); background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, .30) 0%, rgba(255, 255, 255, .00) 50%, rgba(0, 0, 0, .10) 51%, rgba(0, 0, 0, .04) 100%); background-image: -o-linear-gradient(top, rgba(255, 255, 255, .30) 0%, rgba(255, 255, 255, .00) 50%, rgba(0, 0, 0, .10) 51%, rgba(0, 0, 0, .04) 100%); background-image: -ms-linear-gradient(top, rgba(255, 255, 255, .30) 0%, rgba(255, 255, 255, .00) 50%, rgba(0, 0, 0, .10) 51%, rgba(0, 0, 0, .04) 100%); background-image: linear-gradient(to bottom, rgba(255, 255, 255, .30) 0%, rgba(255, 255, 255, .00) 50%, rgba(0, 0, 0, .10) 51%, rgba(0, 0, 0, .04) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000',GradientType=0 ); } .background_color_glossyBrown5, .hover_background_color_glossyBrown5:hover, .active_background_color_glossyBrown5:active:hover { background-color:#b32e2e; } .background_first_color_glossyBrown5, .hover_background_first_color_glossyBrown5:hover, .active_background_first_color_glossyBrown5:active:hover { background-color:#ffffff; } .background_last_color_glossyBrown5, .hover_background_last_color_glossyBrown5:hover, .active_background_color_last_glossyBrown5:active:hover { background-color:#000000; } /* ------------------------------ color settings -------------------------------*/ .color_glossyBrown5, .hover_color_glossyBrown5:hover, .active_color_glossyBrown5:active:hover { color: #c8c8c8; } .color_glossyBrown5h, .hover_color_glossyBrown5h:hover, .active_color_glossyBrown5h:active:hover { color: #c8c8c8; } .color_glossyBrown5a, .hover_color_glossyBrown5a:hover, .active_color_glossyBrown5a:active:hover { color: #c8c8c8; } .color_glossyBrown5s, .hover_color_glossyBrown5s:hover, .active_color_glossyBrown5s:active:hover { color: #c8c8c8; } /* -------------------------- border color settings -----------------------------*/ .border_glossyBrown5, .hover_border_glossyBrown5:hover, .active_border_glossyBrown5:active:hover { border-color: #8f2424 #8f2424 #8f2424 #8f2424; } .border_glossyBrown5h, .hover_border_glossyBrown5h:hover, .active_border_glossyBrown5h:active:hover { border-color: #741e1e #741e1e #741e1e #741e1e; } .border_glossyBrown5a, .hover_border_glossyBrown5a:hover, .active_border_glossyBrown5a:active:hover { border-color: #5a1717 #5a1717 #5a1717 #5a1717; } .border_glossyBrown5s, .hover_border_glossyBrown5s:hover, .active_border_glossyBrown5s:active:hover { border-color: #8f2424 #8f2424 #8f2424 #8f2424; } /* -------------------------- shadow expand settings --------------------------------*/ .shadow_expand_glossyBrown5, .hover_shadow_expand_glossyBrown5:hover, .active_shadow_expand_glossyBrown5:active:hover { -webkit-box-shadow: 0em 0em 1em 0.25em rgba(179, 46, 46, .39); -moz-box-shadow: 0em 0em 1em 0.25em rgba(179, 46, 46, .39); box-shadow: 0em 0em 1em 0.25em rgba(179, 46, 46, .39); } .shadow_expand_glossyBrown5h, .hover_shadow_expand_glossyBrown5h:hover, .active_shadow_expand_glossyBrown5h:active:hover { -webkit-box-shadow: 0em 0em 1em 0.25em rgba(206, 63, 63, .50); -moz-box-shadow: 0em 0em 1em 0.25em rgba(206, 63, 63, .50); box-shadow: 0em 0em 1em 0.25em rgba(206, 63, 63, .50); } .shadow_expand_glossyBrown5a, .hover_shadow_expand_glossyBrown5a:hover, .active_shadow_expand_glossyBrown5a:active:hover { -webkit-box-shadow: 0em 0em 1em 0.25em rgba(161, 41, 41, .63); -moz-box-shadow: 0em 0em 1em 0.25em rgba(161, 41, 41, .63); box-shadow: 0em 0em 1em 0.25em rgba(161, 41, 41, .63); } .shadow_expand_glossyBrown5s, .hover_shadow_expand_glossyBrown5s:hover, .active_shadow_expand_glossyBrown5s:active:hover { -webkit-box-shadow: 0em 0em 1em 0.25em rgba(161, 41, 41, .71); -moz-box-shadow: 0em 0em 1em 0.25em rgba(161, 41, 41, .71); box-shadow: 0em 0em 1em 0.25em rgba(161, 41, 41, .71); } /* -------------------------- shadow left settings --------------------------------*/ .shadow_left_glossyBrown5, .hover_shadow_left_glossyBrown5:hover, .active_shadow_left_glossyBrown5:active:hover { -webkit-box-shadow: -0.5em -0.5em 1em rgba(179, 46, 46, .39); -moz-box-shadow: -0.5em -0.5em 1em rgba(179, 46, 46, .39); box-shadow: -0.5em -0.5em 1em rgba(179, 46, 46, .39); } .shadow_left_glossyBrown5h, .hover_shadow_left_glossyBrown5h:hover, .active_shadow_left_glossyBrown5h:active:hover { -webkit-box-shadow: -0.5em -0.5em 1em rgba(206, 63, 63, .50); -moz-box-shadow: -0.5em -0.5em 1em rgba(206, 63, 63, .50); box-shadow: -0.5em -0.5em 1em rgba(206, 63, 63, .50); } .shadow_left_glossyBrown5a, .hover_shadow_left_glossyBrown5a:hover, .active_shadow_left_glossyBrown5a:active:hover { -webkit-box-shadow: -0.5em -0.5em 1em rgba(161, 41, 41, .63); -moz-box-shadow: -0.5em -0.5em 1em rgba(161, 41, 41, .63); box-shadow: -0.5em -0.5em 1em rgba(161, 41, 41, .63); } .shadow_left_glossyBrown5s, .hover_shadow_left_glossyBrown5s:hover, .active_shadow_left_glossyBrown5s:active:hover { -webkit-box-shadow: -0.5em -0.5em 1em rgba(161, 41, 41, .71); -moz-box-shadow: -0.5em -0.5em 1em rgba(161, 41, 41, .71); box-shadow: -0.5em -0.5em 1em rgba(161, 41, 41, .71); } /* -------------------------- shadow right settings --------------------------------*/ .shadow_right_glossyBrown5, .hover_shadow_right_glossyBrown5:hover, .active_shadow_right_glossyBrown5:active:hover { -webkit-box-shadow: 0.5em 0em 1em rgba(179, 46, 46, .39); -moz-box-shadow: 0.5em 0em 1em rgba(179, 46, 46, .39); box-shadow: 0.5em 0em 1em rgba(179, 46, 46, .39); } .shadow_right_glossyBrown5h, .hover_shadow_right_glossyBrown5h:hover, .active_shadow_right_glossyBrown5h:active:hover { -webkit-box-shadow: 0.5em 0em 1em rgba(206, 63, 63, .50); -moz-box-shadow: 0.5em 0em 1em rgba(206, 63, 63, .50); box-shadow: 0.5em 0em 1em rgba(206, 63, 63, .50); } .shadow_right_glossyBrown5a, .hover_shadow_right_glossyBrown5a:hover, .active_shadow_right_glossyBrown5a:active:hover { -webkit-box-shadow: 0.5em 0em 1em rgba(161, 41, 41, .63); -moz-box-shadow: 0.5em 0em 1em rgba(161, 41, 41, .63); box-shadow: 0.5em 0em 1em rgba(161, 41, 41, .63); } .shadow_right_glossyBrown5s, .hover_shadow_right_glossyBrown5s:hover, .active_shadow_right_glossyBrown5s:active:hover { -webkit-box-shadow: 0.5em 0em 1em rgba(161, 41, 41, .71); -moz-box-shadow: 0.5em 0em 1em rgba(161, 41, 41, .71); box-shadow: 0.5em 0em 1em rgba(161, 41, 41, .71); } /* -------------------------- shadow top settings --------------------------------*/ .shadow_top_glossyBrown5, .hover_shadow_top_glossyBrown5:hover, .active_shadow_top_glossyBrown5:active:hover { -webkit-box-shadow: 0em -0.5em 1em rgba(179, 46, 46, .39); -moz-box-shadow: 0em -0.5em 1em rgba(179, 46, 46, .39); box-shadow: 0em -0.5em 1em rgba(179, 46, 46, .39); } .shadow_top_glossyBrown5h, .hover_shadow_top_glossyBrown5h:hover, .active_shadow_top_glossyBrown5h:active:hover { -webkit-box-shadow: 0em -0.5em 1em rgba(206, 63, 63, .50); -moz-box-shadow: 0em -0.5em 1em rgba(206, 63, 63, .50); box-shadow: 0em -0.5em 1em rgba(206, 63, 63, .50); } .shadow_top_glossyBrown5a, .hover_shadow_top_glossyBrown5a:hover, .active_shadow_top_glossyBrown5a:active:hover { -webkit-box-shadow: 0em -0.5em 1em rgba(161, 41, 41, .63); -moz-box-shadow: 0em -0.5em 1em rgba(161, 41, 41, .63); box-shadow: 0em -0.5em 1em rgba(161, 41, 41, .63); } .shadow_top_glossyBrown5s, .hover_shadow_top_glossyBrown5s:hover, .active_shadow_top_glossyBrown5s:active:hover { -webkit-box-shadow: 0em -0.5em 1em rgba(161, 41, 41, .71); -moz-box-shadow: 0em -0.5em 1em rgba(161, 41, 41, .71); box-shadow: 0em -0.5em 1em rgba(161, 41, 41, .71); } /* -------------------------- shadow bottom settings --------------------------------*/ .shadow_bottom_glossyBrown5, .hover_shadow_bottom_glossyBrown5:hover, .active_shadow_bottom_glossyBrown5:active:hover { -webkit-box-shadow: 0em 0.5em 1em rgba(179, 46, 46, .39); -moz-box-shadow: 0em 0.5em 1em rgba(179, 46, 46, .39); box-shadow: 0em 0.5em 1em rgba(179, 46, 46, .39); } .shadow_bottom_glossyBrown5h, .hover_shadow_bottom_glossyBrown5h:hover, .active_shadow_bottom_glossyBrown5h:active:hover { -webkit-box-shadow: 0em 0.5em 1em rgba(206, 63, 63, .50); -moz-box-shadow: 0em 0.5em 1em rgba(206, 63, 63, .50); box-shadow: 0em 0.5em 1em rgba(206, 63, 63, .50); } .shadow_bottom_glossyBrown5a, .hover_shadow_bottom_glossyBrown5a:hover, .active_shadow_bottom_glossyBrown5a:active:hover { -webkit-box-shadow: 0em 0.5em 1em rgba(161, 41, 41, .63); -moz-box-shadow: 0em 0.5em 1em rgba(161, 41, 41, .63); box-shadow: 0em 0.5em 1em rgba(161, 41, 41, .63); } .shadow_bottom_glossyBrown5s, .hover_shadow_bottom_glossyBrown5s:hover, .active_shadow_bottom_glossyBrown5s:active:hover { -webkit-box-shadow: 0em 0.5em 1em rgba(161, 41, 41, .71); -moz-box-shadow: 0em 0.5em 1em rgba(161, 41, 41, .71); box-shadow: 0em 0.5em 1em rgba(161, 41, 41, .71); } /* -------------------------- shadow top_left settings --------------------------------*/ .shadow_top_left_glossyBrown5, .hover_shadow_top_left_glossyBrown5:hover, .active_shadow_top_left_glossyBrown5:active:hover { -webkit-box-shadow: -0.5em -0.5em 1em rgba(179, 46, 46, .39); -moz-box-shadow: -0.5em -0.5em 1em rgba(179, 46, 46, .39); box-shadow: -0.5em -0.5em 1em rgba(179, 46, 46, .39); } .shadow_top_left_glossyBrown5h, .hover_shadow_top_left_glossyBrown5h:hover, .active_shadow_top_left_glossyBrown5h:active:hover { -webkit-box-shadow: -0.5em -0.5em 1em rgba(206, 63, 63, .50); -moz-box-shadow: -0.5em -0.5em 1em rgba(206, 63, 63, .50); box-shadow: -0.5em -0.5em 1em rgba(206, 63, 63, .50); } .shadow_top_left_glossyBrown5a, .hover_shadow_top_left_glossyBrown5a:hover, .active_shadow_top_left_glossyBrown5a:active:hover { -webkit-box-shadow: -0.5em -0.5em 1em rgba(161, 41, 41, .63); -moz-box-shadow: -0.5em -0.5em 1em rgba(161, 41, 41, .63); box-shadow: -0.5em -0.5em 1em rgba(161, 41, 41, .63); } .shadow_top_left_glossyBrown5s, .hover_shadow_top_left_glossyBrown5s:hover, .active_shadow_top_left_glossyBrown5s:active:hover { -webkit-box-shadow: -0.5em -0.5em 1em rgba(161, 41, 41, .71); -moz-box-shadow: -0.5em -0.5em 1em rgba(161, 41, 41, .71); box-shadow: -0.5em -0.5em 1em rgba(161, 41, 41, .71); } /* -------------------------- shadow top_right settings --------------------------------*/ .shadow_top_right_glossyBrown5, .hover_shadow_top_right_glossyBrown5:hover, .active_shadow_top_right_glossyBrown5:active:hover { -webkit-box-shadow: 0.5em -0.5em 1em rgba(179, 46, 46, .39); -moz-box-shadow: 0.5em -0.5em 1em rgba(179, 46, 46, .39); box-shadow: 0.5em -0.5em 1em rgba(179, 46, 46, .39); } .shadow_top_right_glossyBrown5h, .hover_shadow_top_right_glossyBrown5h:hover, .active_shadow_top_right_glossyBrown5h:active:hover { -webkit-box-shadow: 0.5em -0.5em 1em rgba(206, 63, 63, .50); -moz-box-shadow: 0.5em -0.5em 1em rgba(206, 63, 63, .50); box-shadow: 0.5em -0.5em 1em rgba(206, 63, 63, .50); } .shadow_top_right_glossyBrown5a, .hover_shadow_top_right_glossyBrown5a:hover, .active_shadow_top_right_glossyBrown5a:active:hover { -webkit-box-shadow: 0.5em -0.5em 1em rgba(161, 41, 41, .63); -moz-box-shadow: 0.5em -0.5em 1em rgba(161, 41, 41, .63); box-shadow: 0.5em -0.5em 1em rgba(161, 41, 41, .63); } .shadow_top_right_glossyBrown5s, .hover_shadow_top_right_glossyBrown5s:hover, .active_shadow_top_right_glossyBrown5s:active:hover { -webkit-box-shadow: 0.5em -0.5em 1em rgba(161, 41, 41, .71); -moz-box-shadow: 0.5em -0.5em 1em rgba(161, 41, 41, .71); box-shadow: 0.5em -0.5em 1em rgba(161, 41, 41, .71); } /* -------------------------- shadow bottom_left settings --------------------------------*/ .shadow_bottom_left_glossyBrown5, .hover_shadow_bottom_left_glossyBrown5:hover, .active_shadow_bottom_left_glossyBrown5:active:hover { -webkit-box-shadow: -0.5em 0.5em 1em rgba(179, 46, 46, .39); -moz-box-shadow: -0.5em 0.5em 1em rgba(179, 46, 46, .39); box-shadow: -0.5em 0.5em 1em rgba(179, 46, 46, .39); } .shadow_bottom_left_glossyBrown5h, .hover_shadow_bottom_left_glossyBrown5h:hover, .active_shadow_bottom_left_glossyBrown5h:active:hover { -webkit-box-shadow: -0.5em 0.5em 1em rgba(206, 63, 63, .50); -moz-box-shadow: -0.5em 0.5em 1em rgba(206, 63, 63, .50); box-shadow: -0.5em 0.5em 1em rgba(206, 63, 63, .50); } .shadow_bottom_left_glossyBrown5a, .hover_shadow_bottom_left_glossyBrown5a:hover, .active_shadow_bottom_left_glossyBrown5a:active:hover { -webkit-box-shadow: -0.5em 0.5em 1em rgba(161, 41, 41, .63); -moz-box-shadow: -0.5em 0.5em 1em rgba(161, 41, 41, .63); box-shadow: -0.5em 0.5em 1em rgba(161, 41, 41, .63); } .shadow_bottom_left_glossyBrown5s, .hover_shadow_bottom_left_glossyBrown5s:hover, .active_shadow_bottom_left_glossyBrown5s:active:hover { -webkit-box-shadow: -0.5em 0.5em 1em rgba(161, 41, 41, .71); -moz-box-shadow: -0.5em 0.5em 1em rgba(161, 41, 41, .71); box-shadow: -0.5em 0.5em 1em rgba(161, 41, 41, .71); } /* -------------------------- shadow bottom_right settings --------------------------------*/ .shadow_bottom_right_glossyBrown5, .hover_shadow_bottom_right_glossyBrown5:hover, .active_shadow_bottom_right_glossyBrown5:active:hover { -webkit-box-shadow: 0.5em 0.5em 1em rgba(179, 46, 46, .39); -moz-box-shadow: 0.5em 0.5em 1em rgba(179, 46, 46, .39); box-shadow: 0.5em 0.5em 1em rgba(179, 46, 46, .39); } .shadow_bottom_right_glossyBrown5h, .hover_shadow_bottom_right_glossyBrown5h:hover, .active_shadow_bottom_right_glossyBrown5h:active:hover { -webkit-box-shadow: 0.5em 0.5em 1em rgba(206, 63, 63, .50); -moz-box-shadow: 0.5em 0.5em 1em rgba(206, 63, 63, .50); box-shadow: 0.5em 0.5em 1em rgba(206, 63, 63, .50); } .shadow_bottom_right_glossyBrown5a, .hover_shadow_bottom_right_glossyBrown5a:hover, .active_shadow_bottom_right_glossyBrown5a:active:hover { -webkit-box-shadow: 0.5em 0.5em 1em rgba(161, 41, 41, .63); -moz-box-shadow: 0.5em 0.5em 1em rgba(161, 41, 41, .63); box-shadow: 0.5em 0.5em 1em rgba(161, 41, 41, .63); } .shadow_bottom_right_glossyBrown5s, .hover_shadow_bottom_right_glossyBrown5s:hover, .active_shadow_bottom_right_glossyBrown5s:active:hover { -webkit-box-shadow: 0.5em 0.5em 1em rgba(161, 41, 41, .71); -moz-box-shadow: 0.5em 0.5em 1em rgba(161, 41, 41, .71); box-shadow: 0.5em 0.5em 1em rgba(161, 41, 41, .71); }
widgets/common/assets/gradients/glossy/glossyBrown/glossyBrown5.css
.background_glossyBrown5, .hover_background_glossyBrown5:hover, .active_background_glossyBrown5:active:hover { background: #b32e2e; background-image: -moz-linear-gradient(top, rgba(255, 255, 255, .30) 0%, rgba(255, 255, 255, .00) 50%, rgba(0, 0, 0, .10) 51%, rgba(0, 0, 0, .04) 100%); background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, .30)), color-stop(50%, rgba(255, 255, 255, .00)), color-stop(51%, rgba(0, 0, 0, .10)), color-stop(100%, rgba(0, 0, 0, .04))); background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, .30) 0%, rgba(255, 255, 255, .00) 50%, rgba(0, 0, 0, .10) 51%, rgba(0, 0, 0, .04) 100%); background-image: -o-linear-gradient(top, rgba(255, 255, 255, .30) 0%, rgba(255, 255, 255, .00) 50%, rgba(0, 0, 0, .10) 51%, rgba(0, 0, 0, .04) 100%); background-image: -ms-linear-gradient(top, rgba(255, 255, 255, .30) 0%, rgba(255, 255, 255, .00) 50%, rgba(0, 0, 0, .10) 51%, rgba(0, 0, 0, .04) 100%); background-image: linear-gradient(to bottom, rgba(255, 255, 255, .30) 0%, rgba(255, 255, 255, .00) 50%, rgba(0, 0, 0, .10) 51%, rgba(0, 0, 0, .04) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000',GradientType=0 ); } .background_glossyBrown5h, .hover_background_glossyBrown5h:hover, .active_background_glossyBrown5h:active:hover { background: #b32e2e; background-image: -moz-linear-gradient(top, rgba(255, 255, 255, .30) 0%, rgba(255, 255, 255, .00) 50%, rgba(0, 0, 0, .10) 51%, rgba(0, 0, 0, .04) 100%); background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, .30)), color-stop(50%, rgba(255, 255, 255, .00)), color-stop(51%, rgba(0, 0, 0, .10)), color-stop(100%, rgba(0, 0, 0, .04))); background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, .30) 0%, rgba(255, 255, 255, .00) 50%, rgba(0, 0, 0, .10) 51%, rgba(0, 0, 0, .04) 100%); background-image: -o-linear-gradient(top, rgba(255, 255, 255, .30) 0%, rgba(255, 255, 255, .00) 50%, rgba(0, 0, 0, .10) 51%, rgba(0, 0, 0, .04) 100%); background-image: -ms-linear-gradient(top, rgba(255, 255, 255, .30) 0%, rgba(255, 255, 255, .00) 50%, rgba(0, 0, 0, .10) 51%, rgba(0, 0, 0, .04) 100%); background-image: linear-gradient(to bottom, rgba(255, 255, 255, .30) 0%, rgba(255, 255, 255, .00) 50%, rgba(0, 0, 0, .10) 51%, rgba(0, 0, 0, .04) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000',GradientType=0 ); } .background_glossyBrown5a, .hover_background_glossyBrown5a:hover, .active_background_glossyBrown5a:active:hover { background: #b32e2e; background-image: -moz-linear-gradient(top, rgba(0, 0, 0, .04) 0%, rgba(0, 0, 0, .10) 50%, rgba(255, 255, 255, .00) 51%, rgba(255, 255, 255, .30) 100%); background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, .04)), color-stop(50%, rgba(0, 0, 0, .10)), color-stop(51%, rgba(255, 255, 255, .00)), color-stop(100%, rgba(255, 255, 255, .30))); background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, .04) 0%, rgba(0, 0, 0, .10) 50%, rgba(255, 255, 255, .00) 51%, rgba(255, 255, 255, .30) 100%); background-image: -o-linear-gradient(top, rgba(0, 0, 0, .04) 0%, rgba(0, 0, 0, .10) 50%, rgba(255, 255, 255, .00) 51%, rgba(255, 255, 255, .30) 100%); background-image: -ms-linear-gradient(top, rgba(0, 0, 0, .04) 0%, rgba(0, 0, 0, .10) 50%, rgba(255, 255, 255, .00) 51%, rgba(255, 255, 255, .30) 100%); background-image: linear-gradient(to bottom, rgba(0, 0, 0, .04) 0%, rgba(0, 0, 0, .10) 50%, rgba(255, 255, 255, .00) 51%, rgba(255, 255, 255, .30) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#ffffff',GradientType=0 ); } .background_glossyBrown5s, .hover_background_glossyBrown5s:hover, .active_background_glossyBrown5s:active:hover { background: #b32e2e; background-image: -moz-linear-gradient(top, rgba(255, 255, 255, .30) 0%, rgba(255, 255, 255, .00) 50%, rgba(0, 0, 0, .10) 51%, rgba(0, 0, 0, .04) 100%); background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, .30)), color-stop(50%, rgba(255, 255, 255, .00)), color-stop(51%, rgba(0, 0, 0, .10)), color-stop(100%, rgba(0, 0, 0, .04))); background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, .30) 0%, rgba(255, 255, 255, .00) 50%, rgba(0, 0, 0, .10) 51%, rgba(0, 0, 0, .04) 100%); background-image: -o-linear-gradient(top, rgba(255, 255, 255, .30) 0%, rgba(255, 255, 255, .00) 50%, rgba(0, 0, 0, .10) 51%, rgba(0, 0, 0, .04) 100%); background-image: -ms-linear-gradient(top, rgba(255, 255, 255, .30) 0%, rgba(255, 255, 255, .00) 50%, rgba(0, 0, 0, .10) 51%, rgba(0, 0, 0, .04) 100%); background-image: linear-gradient(to bottom, rgba(255, 255, 255, .30) 0%, rgba(255, 255, 255, .00) 50%, rgba(0, 0, 0, .10) 51%, rgba(0, 0, 0, .04) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000',GradientType=0 ); } .background_color_glossyBrown5, .hover_background_color_glossyBrown5:hover, .active_background_color_glossyBrown5:active:hover { background-color:#b32e2e; } .background_first_color_glossyBrown5, .hover_background_first_color_glossyBrown5:hover, .active_background_first_color_glossyBrown5:active:hover { background-color:#ffffff; } .background_last_color_glossyBrown5, .hover_background_last_color_glossyBrown5:hover, .active_background_color_last_glossyBrown5:active:hover { background-color:#000000; } /* ------------------------------ color settings -------------------------------*/ .color_glossyBrown5, .hover_color_glossyBrown5:hover, .active_color_glossyBrown5:active:hover { color: #c8c8c8; } .color_glossyBrown5h, .hover_color_glossyBrown5h:hover, .active_color_glossyBrown5h:active:hover { color: #c8c8c8; } .color_glossyBrown5a, .hover_color_glossyBrown5a:hover, .active_color_glossyBrown5a:active:hover { color: #c8c8c8; } .color_glossyBrown5s, .hover_color_glossyBrown5s:hover, .active_color_glossyBrown5s:active:hover { color: #c8c8c8; } /* -------------------------- border color settings -----------------------------*/ .border_glossyBrown5, .hover_border_glossyBrown5:hover, .active_border_glossyBrown5:active:hover { border-color: #8f2424 #8f2424 #8f2424 #8f2424; } .border_glossyBrown5h, .hover_border_glossyBrown5h:hover, .active_border_glossyBrown5h:active:hover { border-color: #741e1e #741e1e #741e1e #741e1e; } .border_glossyBrown5a, .hover_border_glossyBrown5a:hover, .active_border_glossyBrown5a:active:hover { border-color: #5a1717 #5a1717 #5a1717 #5a1717; } .border_glossyBrown5s, .hover_border_glossyBrown5s:hover, .active_border_glossyBrown5s:active:hover { border-color: #8f2424 #8f2424 #8f2424 #8f2424; } /* -------------------------- shadow expand settings --------------------------------*/ .shadow_expand_glossyBrown5, .hover_shadow_expand_glossyBrown5:hover, .active_shadow_expand_glossyBrown5:active:hover { -webkit-box-shadow: 0em 0em 1em 0.25em rgba(179, 46, 46, .39); -moz-box-shadow: 0em 0em 1em 0.25em rgba(179, 46, 46, .39); box-shadow: 0em 0em 1em 0.25em rgba(179, 46, 46, .39); } .shadow_expand_glossyBrown5h, .hover_shadow_expand_glossyBrown5h:hover, .active_shadow_expand_glossyBrown5h:active:hover { -webkit-box-shadow: 0em 0em 1em 0.25em rgba(206, 63, 63, .50); -moz-box-shadow: 0em 0em 1em 0.25em rgba(206, 63, 63, .50); box-shadow: 0em 0em 1em 0.25em rgba(206, 63, 63, .50); } .shadow_expand_glossyBrown5a, .hover_shadow_expand_glossyBrown5a:hover, .active_shadow_expand_glossyBrown5a:active:hover { -webkit-box-shadow: 0em 0em 1em 0.25em rgba(161, 41, 41, .63); -moz-box-shadow: 0em 0em 1em 0.25em rgba(161, 41, 41, .63); box-shadow: 0em 0em 1em 0.25em rgba(161, 41, 41, .63); } .shadow_expand_glossyBrown5s, .hover_shadow_expand_glossyBrown5s:hover, .active_shadow_expand_glossyBrown5s:active:hover { -webkit-box-shadow: 0em 0em 1em 0.25em rgba(161, 41, 41, .71); -moz-box-shadow: 0em 0em 1em 0.25em rgba(161, 41, 41, .71); box-shadow: 0em 0em 1em 0.25em rgba(161, 41, 41, .71); } /* -------------------------- shadow left settings --------------------------------*/ .shadow_left_glossyBrown5, .hover_shadow_left_glossyBrown5:hover, .active_shadow_left_glossyBrown5:active:hover { -webkit-box-shadow: -0.5em -0.5em 1em rgba(179, 46, 46, .39); -moz-box-shadow: -0.5em -0.5em 1em rgba(179, 46, 46, .39); box-shadow: -0.5em -0.5em 1em rgba(179, 46, 46, .39); } .shadow_left_glossyBrown5h, .hover_shadow_left_glossyBrown5h:hover, .active_shadow_left_glossyBrown5h:active:hover { -webkit-box-shadow: -0.5em -0.5em 1em rgba(206, 63, 63, .50); -moz-box-shadow: -0.5em -0.5em 1em rgba(206, 63, 63, .50); box-shadow: -0.5em -0.5em 1em rgba(206, 63, 63, .50); } .shadow_left_glossyBrown5a, .hover_shadow_left_glossyBrown5a:hover, .active_shadow_left_glossyBrown5a:active:hover { -webkit-box-shadow: -0.5em -0.5em 1em rgba(161, 41, 41, .63); -moz-box-shadow: -0.5em -0.5em 1em rgba(161, 41, 41, .63); box-shadow: -0.5em -0.5em 1em rgba(161, 41, 41, .63); } .shadow_left_glossyBrown5s, .hover_shadow_left_glossyBrown5s:hover, .active_shadow_left_glossyBrown5s:active:hover { -webkit-box-shadow: -0.5em -0.5em 1em rgba(161, 41, 41, .71); -moz-box-shadow: -0.5em -0.5em 1em rgba(161, 41, 41, .71); box-shadow: -0.5em -0.5em 1em rgba(161, 41, 41, .71); } /* -------------------------- shadow right settings --------------------------------*/ .shadow_right_glossyBrown5, .hover_shadow_right_glossyBrown5:hover, .active_shadow_right_glossyBrown5:active:hover { -webkit-box-shadow: 0.5em 0em 1em rgba(179, 46, 46, .39); -moz-box-shadow: 0.5em 0em 1em rgba(179, 46, 46, .39); box-shadow: 0.5em 0em 1em rgba(179, 46, 46, .39); } .shadow_right_glossyBrown5h, .hover_shadow_right_glossyBrown5h:hover, .active_shadow_right_glossyBrown5h:active:hover { -webkit-box-shadow: 0.5em 0em 1em rgba(206, 63, 63, .50); -moz-box-shadow: 0.5em 0em 1em rgba(206, 63, 63, .50); box-shadow: 0.5em 0em 1em rgba(206, 63, 63, .50); } .shadow_right_glossyBrown5a, .hover_shadow_right_glossyBrown5a:hover, .active_shadow_right_glossyBrown5a:active:hover { -webkit-box-shadow: 0.5em 0em 1em rgba(161, 41, 41, .63); -moz-box-shadow: 0.5em 0em 1em rgba(161, 41, 41, .63); box-shadow: 0.5em 0em 1em rgba(161, 41, 41, .63); } .shadow_right_glossyBrown5s, .hover_shadow_right_glossyBrown5s:hover, .active_shadow_right_glossyBrown5s:active:hover { -webkit-box-shadow: 0.5em 0em 1em rgba(161, 41, 41, .71); -moz-box-shadow: 0.5em 0em 1em rgba(161, 41, 41, .71); box-shadow: 0.5em 0em 1em rgba(161, 41, 41, .71); } /* -------------------------- shadow top settings --------------------------------*/ .shadow_top_glossyBrown5, .hover_shadow_top_glossyBrown5:hover, .active_shadow_top_glossyBrown5:active:hover { -webkit-box-shadow: 0em -0.5em 1em rgba(179, 46, 46, .39); -moz-box-shadow: 0em -0.5em 1em rgba(179, 46, 46, .39); box-shadow: 0em -0.5em 1em rgba(179, 46, 46, .39); } .shadow_top_glossyBrown5h, .hover_shadow_top_glossyBrown5h:hover, .active_shadow_top_glossyBrown5h:active:hover { -webkit-box-shadow: 0em -0.5em 1em rgba(206, 63, 63, .50); -moz-box-shadow: 0em -0.5em 1em rgba(206, 63, 63, .50); box-shadow: 0em -0.5em 1em rgba(206, 63, 63, .50); } .shadow_top_glossyBrown5a, .hover_shadow_top_glossyBrown5a:hover, .active_shadow_top_glossyBrown5a:active:hover { -webkit-box-shadow: 0em -0.5em 1em rgba(161, 41, 41, .63); -moz-box-shadow: 0em -0.5em 1em rgba(161, 41, 41, .63); box-shadow: 0em -0.5em 1em rgba(161, 41, 41, .63); } .shadow_top_glossyBrown5s, .hover_shadow_top_glossyBrown5s:hover, .active_shadow_top_glossyBrown5s:active:hover { -webkit-box-shadow: 0em -0.5em 1em rgba(161, 41, 41, .71); -moz-box-shadow: 0em -0.5em 1em rgba(161, 41, 41, .71); box-shadow: 0em -0.5em 1em rgba(161, 41, 41, .71); } /* -------------------------- shadow bottom settings --------------------------------*/ .shadow_bottom_glossyBrown5, .hover_shadow_bottom_glossyBrown5:hover, .active_shadow_bottom_glossyBrown5:active:hover { -webkit-box-shadow: 0em 0.5em 1em rgba(179, 46, 46, .39); -moz-box-shadow: 0em 0.5em 1em rgba(179, 46, 46, .39); box-shadow: 0em 0.5em 1em rgba(179, 46, 46, .39); } .shadow_bottom_glossyBrown5h, .hover_shadow_bottom_glossyBrown5h:hover, .active_shadow_bottom_glossyBrown5h:active:hover { -webkit-box-shadow: 0em 0.5em 1em rgba(206, 63, 63, .50); -moz-box-shadow: 0em 0.5em 1em rgba(206, 63, 63, .50); box-shadow: 0em 0.5em 1em rgba(206, 63, 63, .50); } .shadow_bottom_glossyBrown5a, .hover_shadow_bottom_glossyBrown5a:hover, .active_shadow_bottom_glossyBrown5a:active:hover { -webkit-box-shadow: 0em 0.5em 1em rgba(161, 41, 41, .63); -moz-box-shadow: 0em 0.5em 1em rgba(161, 41, 41, .63); box-shadow: 0em 0.5em 1em rgba(161, 41, 41, .63); } .shadow_bottom_glossyBrown5s, .hover_shadow_bottom_glossyBrown5s:hover, .active_shadow_bottom_glossyBrown5s:active:hover { -webkit-box-shadow: 0em 0.5em 1em rgba(161, 41, 41, .71); -moz-box-shadow: 0em 0.5em 1em rgba(161, 41, 41, .71); box-shadow: 0em 0.5em 1em rgba(161, 41, 41, .71); } /* -------------------------- shadow top_left settings --------------------------------*/ .shadow_top_left_glossyBrown5, .hover_shadow_top_left_glossyBrown5:hover, .active_shadow_top_left_glossyBrown5:active:hover { -webkit-box-shadow: -0.5em -0.5em 1em rgba(179, 46, 46, .39); -moz-box-shadow: -0.5em -0.5em 1em rgba(179, 46, 46, .39); box-shadow: -0.5em -0.5em 1em rgba(179, 46, 46, .39); } .shadow_top_left_glossyBrown5h, .hover_shadow_top_left_glossyBrown5h:hover, .active_shadow_top_left_glossyBrown5h:active:hover { -webkit-box-shadow: -0.5em -0.5em 1em rgba(206, 63, 63, .50); -moz-box-shadow: -0.5em -0.5em 1em rgba(206, 63, 63, .50); box-shadow: -0.5em -0.5em 1em rgba(206, 63, 63, .50); } .shadow_top_left_glossyBrown5a, .hover_shadow_top_left_glossyBrown5a:hover, .active_shadow_top_left_glossyBrown5a:active:hover { -webkit-box-shadow: -0.5em -0.5em 1em rgba(161, 41, 41, .63); -moz-box-shadow: -0.5em -0.5em 1em rgba(161, 41, 41, .63); box-shadow: -0.5em -0.5em 1em rgba(161, 41, 41, .63); } .shadow_top_left_glossyBrown5s, .hover_shadow_top_left_glossyBrown5s:hover, .active_shadow_top_left_glossyBrown5s:active:hover { -webkit-box-shadow: -0.5em -0.5em 1em rgba(161, 41, 41, .71); -moz-box-shadow: -0.5em -0.5em 1em rgba(161, 41, 41, .71); box-shadow: -0.5em -0.5em 1em rgba(161, 41, 41, .71); } /* -------------------------- shadow top_right settings --------------------------------*/ .shadow_top_right_glossyBrown5, .hover_shadow_top_right_glossyBrown5:hover, .active_shadow_top_right_glossyBrown5:active:hover { -webkit-box-shadow: 0.5em -0.5em 1em rgba(179, 46, 46, .39); -moz-box-shadow: 0.5em -0.5em 1em rgba(179, 46, 46, .39); box-shadow: 0.5em -0.5em 1em rgba(179, 46, 46, .39); } .shadow_top_right_glossyBrown5h, .hover_shadow_top_right_glossyBrown5h:hover, .active_shadow_top_right_glossyBrown5h:active:hover { -webkit-box-shadow: 0.5em -0.5em 1em rgba(206, 63, 63, .50); -moz-box-shadow: 0.5em -0.5em 1em rgba(206, 63, 63, .50); box-shadow: 0.5em -0.5em 1em rgba(206, 63, 63, .50); } .shadow_top_right_glossyBrown5a, .hover_shadow_top_right_glossyBrown5a:hover, .active_shadow_top_right_glossyBrown5a:active:hover { -webkit-box-shadow: 0.5em -0.5em 1em rgba(161, 41, 41, .63); -moz-box-shadow: 0.5em -0.5em 1em rgba(161, 41, 41, .63); box-shadow: 0.5em -0.5em 1em rgba(161, 41, 41, .63); } .shadow_top_right_glossyBrown5s, .hover_shadow_top_right_glossyBrown5s:hover, .active_shadow_top_right_glossyBrown5s:active:hover { -webkit-box-shadow: 0.5em -0.5em 1em rgba(161, 41, 41, .71); -moz-box-shadow: 0.5em -0.5em 1em rgba(161, 41, 41, .71); box-shadow: 0.5em -0.5em 1em rgba(161, 41, 41, .71); } /* -------------------------- shadow bottom_left settings --------------------------------*/ .shadow_bottom_left_glossyBrown5, .hover_shadow_bottom_left_glossyBrown5:hover, .active_shadow_bottom_left_glossyBrown5:active:hover { -webkit-box-shadow: -0.5em 0.5em 1em rgba(179, 46, 46, .39); -moz-box-shadow: -0.5em 0.5em 1em rgba(179, 46, 46, .39); box-shadow: -0.5em 0.5em 1em rgba(179, 46, 46, .39); } .shadow_bottom_left_glossyBrown5h, .hover_shadow_bottom_left_glossyBrown5h:hover, .active_shadow_bottom_left_glossyBrown5h:active:hover { -webkit-box-shadow: -0.5em 0.5em 1em rgba(206, 63, 63, .50); -moz-box-shadow: -0.5em 0.5em 1em rgba(206, 63, 63, .50); box-shadow: -0.5em 0.5em 1em rgba(206, 63, 63, .50); } .shadow_bottom_left_glossyBrown5a, .hover_shadow_bottom_left_glossyBrown5a:hover, .active_shadow_bottom_left_glossyBrown5a:active:hover { -webkit-box-shadow: -0.5em 0.5em 1em rgba(161, 41, 41, .63); -moz-box-shadow: -0.5em 0.5em 1em rgba(161, 41, 41, .63); box-shadow: -0.5em 0.5em 1em rgba(161, 41, 41, .63); } .shadow_bottom_left_glossyBrown5s, .hover_shadow_bottom_left_glossyBrown5s:hover, .active_shadow_bottom_left_glossyBrown5s:active:hover { -webkit-box-shadow: -0.5em 0.5em 1em rgba(161, 41, 41, .71); -moz-box-shadow: -0.5em 0.5em 1em rgba(161, 41, 41, .71); box-shadow: -0.5em 0.5em 1em rgba(161, 41, 41, .71); } /* -------------------------- shadow bottom_right settings --------------------------------*/ .shadow_bottom_right_glossyBrown5, .hover_shadow_bottom_right_glossyBrown5:hover, .active_shadow_bottom_right_glossyBrown5:active:hover { -webkit-box-shadow: 0.5em 0.5em 1em rgba(179, 46, 46, .39); -moz-box-shadow: 0.5em 0.5em 1em rgba(179, 46, 46, .39); box-shadow: 0.5em 0.5em 1em rgba(179, 46, 46, .39); } .shadow_bottom_right_glossyBrown5h, .hover_shadow_bottom_right_glossyBrown5h:hover, .active_shadow_bottom_right_glossyBrown5h:active:hover { -webkit-box-shadow: 0.5em 0.5em 1em rgba(206, 63, 63, .50); -moz-box-shadow: 0.5em 0.5em 1em rgba(206, 63, 63, .50); box-shadow: 0.5em 0.5em 1em rgba(206, 63, 63, .50); } .shadow_bottom_right_glossyBrown5a, .hover_shadow_bottom_right_glossyBrown5a:hover, .active_shadow_bottom_right_glossyBrown5a:active:hover { -webkit-box-shadow: 0.5em 0.5em 1em rgba(161, 41, 41, .63); -moz-box-shadow: 0.5em 0.5em 1em rgba(161, 41, 41, .63); box-shadow: 0.5em 0.5em 1em rgba(161, 41, 41, .63); } .shadow_bottom_right_glossyBrown5s, .hover_shadow_bottom_right_glossyBrown5s:hover, .active_shadow_bottom_right_glossyBrown5s:active:hover { -webkit-box-shadow: 0.5em 0.5em 1em rgba(161, 41, 41, .71); -moz-box-shadow: 0.5em 0.5em 1em rgba(161, 41, 41, .71); box-shadow: 0.5em 0.5em 1em rgba(161, 41, 41, .71); }
0.468061
0.105027
.motifDensAddIcon, .motifDensRemoveIcon{ background-image: url('../img/plus_minus.png'); width: 14px; height: 14px; } .motifDensRemoveIcon{ background-position: 0; } .motifDensAddIcon{ background-position: -28px; } div.motif-dens-sublabel { z-index: 10; overflow: hidden; cursor: default; padding: 0px 1px 0px 1px; border-left: 1px solid #999; border-right: 1px solid #999; border-top: 1px solid #999; /*color: #111;*/ font-weight: bold; } div.motif-dens-sublabel.last { border-bottom: 1px solid #999; } /* dialog parameter table options */ div#motif-dens-parameters{ border-bottom: 1px solid lightgray; } .motif-dens-dialog-tbl{ margin: 0px 5px; } table#motif-dens-tbl-param{ margin-bottom: 5px; } div#motif-dens-parameters .dijitTextBox{ margin: 2px 0px; } div#motif-dens-parameters .dijitTextBox div.dijitInputContainer .dijitInputInner{ margin-left: 0.1em !important; } .motif-dens-param-lbl{ float: right; margin-right: 3px } #motif-dens-param-force{ float: left; } .motif-dens-param-wnd-spin-col{ padding-right: 5px; } /* dialog context table options */ #motif-dens-contexts{ max-height: 400px; overflow: auto; } table#motif-dens-tbl{ border-collapse: collapse; margin-top: 5px; } #motif-dens-tbl th{ font-weight: bold; padding-right: 5px; padding-left: 3px; } td#motif-dens-tbl-clrtype span{ margin: 0px 1px 0px 5px; } td.motif-dens-tbl-ctx-col div.dijitTextBox, td.motif-dens-tbl-clr-col div.dijitTextBox, td.motif-dens-tbl-clr-view-col div.dijitTextBox { width: 75px; background: white; } td.motif-dens-tbl-ctx-col{ padding: 1px 3px 1px 0px; } td.motif-dens-tbl-clr-view-col{ border-left: 1px solid black; padding-left: 3px; } td.motif-dens-tbl-ctx-col div.dijitTextBox input.motif-dens-tbl-txt{ padding-bottom: 1px; width: 50px; } td.motif-dens-tbl-clr-col div.dijitTextBox input.motif-dens-tbl-txt, td.motif-dens-tbl-clr-view-col div.dijitTextBox input.motif-dens-tbl-txt { width: 75px; } .motif-dens-tbl-txt{ border: none; } .motif-dens-tbl-clr-view{ height: 16px; width: 75px; } .motif-dens-tbl-btn span.dijitButtonText{ padding: 0px; } .motif-dens-tbl-del-col span.dijitButtonNode, .motif-dens-tbl-add-col span.dijitButtonNode{ padding: 0px 1px; } .motif-dens-tbl-del-col span.dijitButton{ margin: 0.1em; } /* other dialog settings */ .motif-dens-dialog div.infoDialogActionBar{ padding-top: 0.5em; } /* wiggle display */ div.motif-dens-wiggle-display{ font-size: smaller; } div.track_motifdensityplugin_view_track_motifdensity div.wiggleValueDisplay{ background: #e6e6e6; padding: 1px; }
css/main.css
.motifDensAddIcon, .motifDensRemoveIcon{ background-image: url('../img/plus_minus.png'); width: 14px; height: 14px; } .motifDensRemoveIcon{ background-position: 0; } .motifDensAddIcon{ background-position: -28px; } div.motif-dens-sublabel { z-index: 10; overflow: hidden; cursor: default; padding: 0px 1px 0px 1px; border-left: 1px solid #999; border-right: 1px solid #999; border-top: 1px solid #999; /*color: #111;*/ font-weight: bold; } div.motif-dens-sublabel.last { border-bottom: 1px solid #999; } /* dialog parameter table options */ div#motif-dens-parameters{ border-bottom: 1px solid lightgray; } .motif-dens-dialog-tbl{ margin: 0px 5px; } table#motif-dens-tbl-param{ margin-bottom: 5px; } div#motif-dens-parameters .dijitTextBox{ margin: 2px 0px; } div#motif-dens-parameters .dijitTextBox div.dijitInputContainer .dijitInputInner{ margin-left: 0.1em !important; } .motif-dens-param-lbl{ float: right; margin-right: 3px } #motif-dens-param-force{ float: left; } .motif-dens-param-wnd-spin-col{ padding-right: 5px; } /* dialog context table options */ #motif-dens-contexts{ max-height: 400px; overflow: auto; } table#motif-dens-tbl{ border-collapse: collapse; margin-top: 5px; } #motif-dens-tbl th{ font-weight: bold; padding-right: 5px; padding-left: 3px; } td#motif-dens-tbl-clrtype span{ margin: 0px 1px 0px 5px; } td.motif-dens-tbl-ctx-col div.dijitTextBox, td.motif-dens-tbl-clr-col div.dijitTextBox, td.motif-dens-tbl-clr-view-col div.dijitTextBox { width: 75px; background: white; } td.motif-dens-tbl-ctx-col{ padding: 1px 3px 1px 0px; } td.motif-dens-tbl-clr-view-col{ border-left: 1px solid black; padding-left: 3px; } td.motif-dens-tbl-ctx-col div.dijitTextBox input.motif-dens-tbl-txt{ padding-bottom: 1px; width: 50px; } td.motif-dens-tbl-clr-col div.dijitTextBox input.motif-dens-tbl-txt, td.motif-dens-tbl-clr-view-col div.dijitTextBox input.motif-dens-tbl-txt { width: 75px; } .motif-dens-tbl-txt{ border: none; } .motif-dens-tbl-clr-view{ height: 16px; width: 75px; } .motif-dens-tbl-btn span.dijitButtonText{ padding: 0px; } .motif-dens-tbl-del-col span.dijitButtonNode, .motif-dens-tbl-add-col span.dijitButtonNode{ padding: 0px 1px; } .motif-dens-tbl-del-col span.dijitButton{ margin: 0.1em; } /* other dialog settings */ .motif-dens-dialog div.infoDialogActionBar{ padding-top: 0.5em; } /* wiggle display */ div.motif-dens-wiggle-display{ font-size: smaller; } div.track_motifdensityplugin_view_track_motifdensity div.wiggleValueDisplay{ background: #e6e6e6; padding: 1px; }
0.247714
0.074568
body { color: #444; font-family: 'Poppins', sans-serif; font-size: 14px; line-height: 24px; text-align: left; background: url("../images/bg.png"); } .backButton { display: block; border: 2px solid #E9818C; text-decoration: none; text-align: center; color: #fff; background-color: #E9818C; padding: 8px 20px; border-radius: 8px; font-size: 20px; font-weight: bold; width: 100%; box-sizing: border-box; margin-top: 10px; } #heroBanner { width: 100%; height: 100vh; background: linear-gradient( rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.4) ), url('../images/bannerHero2.jpg'); background-position: bottom center; background-size: cover; } #heroBanner #siteName { padding-top: 20vh; font-family: '<NAME>', cursive; font-size: 12vw; line-height: 0.8; text-align: center; color: #ffffff; margin: 0 0; font-weight: normal; -webkit-font-smoothing: antialiased; } #heroBanner #counter { text-align: center; color: #ffffff; font-family: 'Roboto Mono', monospace; font-size: 8vw; padding-top: 8vh; line-height: 1.5em; } #heroBanner #rsvpButton { text-align: center; width: min-content; margin: 0 auto; padding-top: 23vh; display:none; } @media screen and (min-width: 1440px) { #heroBanner #siteName { font-size: 172px; } #heroBanner #counter { font-size: 116px; } } #heroBanner #rsvpButton button, #heroBanner #rsvpButton a { cursor: pointer; background: #E9818C; padding: 15px 50px; border: none; text-transform: uppercase; display: inline-block; color: #fff; border-radius: 20px; margin-top: 10px; -webkit-transition: all 0.5s ease 0s; -o-transition: all 0.5s ease 0s; transition: all 0.5s ease 0s; text-decoration: none; width: 150px; text-align: center; } #heroBanner #rsvpButton a:hover { color: #333333; } #hashTag { } #hashTag .juicer-feed h1 { display: none !important; } #hashTag .j-stack > li.feed-item.juicer.image-post:not(.instagram):not(.facebook) { display: none; } #hashTag a { display: block; overflow: hidden; text-align: center; color: #ffffff; background-color: #E9818C; margin: 0; padding: 25px 0; font-size: 6vmin; font-family: 'Roboto Slab', serif; text-decoration: none; font-weight: bold; } h2 { text-align: center; color: #ffffff; background-color: #E9818C; margin: 0; padding: 25px; font-size: 26pt; font-family: 'Roboto Slab', serif; } h2 a { color: #ffffff; text-decoration: none; } .gm-style-iw { cursor: text; } .gm-style-iw h1, .gm-style-iw h2 { padding: 0; margin: 0; text-align: left; background-color: transparent; } .gm-style-iw h1 { font-size: 16px; color: #E9818C; } .gm-style-iw h2 { font-size: 15px; color: #747474; } #photos { line-height: 0; display: flex; flex-wrap: wrap; align-items: flex-start; flex-direction: row; justify-content: center; } #photos a { margin: 10px; border: 7px solid #ffffff; border-bottom: 35px solid #ffffff; /*box-shadow: 3px 3px 22px 7px rgba(0,0,0,0.3);*/ position: relative; transition: all ease-in-out 0.25s; } #photos a:hover { z-index: 99982 !important; transform: rotate(0deg) scale(1.5) !important; box-shadow: rgba(0, 0, 0, 0.596) 3px 3px 50.1807px 14.0575px !important; } #photos a img { width: 24vw; height: 24vw; max-width: 200px; max-height: 200px; background-color: #FFF; } .heart-loader { background-color: #e9818c; width: 75px; height: 75px; position: relative; -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); -webkit-animation: pulsate 1s infinite; animation: pulsate 1s infinite; border-radius: 10px; } .heart-loader::before, .heart-loader::after { display: inline-block; content: ""; width: 75px; height: 75px; background-color: #e9818c; position: absolute; border-radius: 50%; } .heart-loader::before { top: 0px; left: -25px; } .heart-loader::after { top: -25px; left: -0px; } @-webkit-keyframes pulsate { 0%, 10%, 50%, 100% { -webkit-transform: rotate(45deg) scale(0.8); transform: rotate(45deg) scale(0.8); transform: rotate(45deg) scale(0.8); } 5% { -webkit-transform: rotate(45deg) scale(0.9); transform: rotate(45deg) scale(0.9); } 15% { -webkit-transform: rotate(45deg) scale(1); transform: rotate(45deg) scale(1); } } @keyframes pulsate { 0%, 10%, 50%, 100% { -webkit-transform: rotate(45deg) scale(0.8); transform: rotate(45deg) scale(0.8); transform: rotate(45deg) scale(0.8); } 5% { -webkit-transform: rotate(45deg) scale(0.9); transform: rotate(45deg) scale(0.9); } 15% { -webkit-transform: rotate(45deg) scale(1); transform: rotate(45deg) scale(1); } } .upload-btn-wrapper { position: relative; overflow: hidden; display: inline-block; } .btn { border: 2px solid #E9818C; color: #fff; background-color: #E9818C; padding: 8px 20px; border-radius: 8px; font-size: 20px; font-weight: bold; } .upload-btn-wrapper input[type=file] { font-size: 100px; position: absolute; left: 0; top: 0; opacity: 0; }
MarkandEleanor2019/wwwroot/css/style.css
body { color: #444; font-family: 'Poppins', sans-serif; font-size: 14px; line-height: 24px; text-align: left; background: url("../images/bg.png"); } .backButton { display: block; border: 2px solid #E9818C; text-decoration: none; text-align: center; color: #fff; background-color: #E9818C; padding: 8px 20px; border-radius: 8px; font-size: 20px; font-weight: bold; width: 100%; box-sizing: border-box; margin-top: 10px; } #heroBanner { width: 100%; height: 100vh; background: linear-gradient( rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.4) ), url('../images/bannerHero2.jpg'); background-position: bottom center; background-size: cover; } #heroBanner #siteName { padding-top: 20vh; font-family: '<NAME>', cursive; font-size: 12vw; line-height: 0.8; text-align: center; color: #ffffff; margin: 0 0; font-weight: normal; -webkit-font-smoothing: antialiased; } #heroBanner #counter { text-align: center; color: #ffffff; font-family: 'Roboto Mono', monospace; font-size: 8vw; padding-top: 8vh; line-height: 1.5em; } #heroBanner #rsvpButton { text-align: center; width: min-content; margin: 0 auto; padding-top: 23vh; display:none; } @media screen and (min-width: 1440px) { #heroBanner #siteName { font-size: 172px; } #heroBanner #counter { font-size: 116px; } } #heroBanner #rsvpButton button, #heroBanner #rsvpButton a { cursor: pointer; background: #E9818C; padding: 15px 50px; border: none; text-transform: uppercase; display: inline-block; color: #fff; border-radius: 20px; margin-top: 10px; -webkit-transition: all 0.5s ease 0s; -o-transition: all 0.5s ease 0s; transition: all 0.5s ease 0s; text-decoration: none; width: 150px; text-align: center; } #heroBanner #rsvpButton a:hover { color: #333333; } #hashTag { } #hashTag .juicer-feed h1 { display: none !important; } #hashTag .j-stack > li.feed-item.juicer.image-post:not(.instagram):not(.facebook) { display: none; } #hashTag a { display: block; overflow: hidden; text-align: center; color: #ffffff; background-color: #E9818C; margin: 0; padding: 25px 0; font-size: 6vmin; font-family: 'Roboto Slab', serif; text-decoration: none; font-weight: bold; } h2 { text-align: center; color: #ffffff; background-color: #E9818C; margin: 0; padding: 25px; font-size: 26pt; font-family: 'Roboto Slab', serif; } h2 a { color: #ffffff; text-decoration: none; } .gm-style-iw { cursor: text; } .gm-style-iw h1, .gm-style-iw h2 { padding: 0; margin: 0; text-align: left; background-color: transparent; } .gm-style-iw h1 { font-size: 16px; color: #E9818C; } .gm-style-iw h2 { font-size: 15px; color: #747474; } #photos { line-height: 0; display: flex; flex-wrap: wrap; align-items: flex-start; flex-direction: row; justify-content: center; } #photos a { margin: 10px; border: 7px solid #ffffff; border-bottom: 35px solid #ffffff; /*box-shadow: 3px 3px 22px 7px rgba(0,0,0,0.3);*/ position: relative; transition: all ease-in-out 0.25s; } #photos a:hover { z-index: 99982 !important; transform: rotate(0deg) scale(1.5) !important; box-shadow: rgba(0, 0, 0, 0.596) 3px 3px 50.1807px 14.0575px !important; } #photos a img { width: 24vw; height: 24vw; max-width: 200px; max-height: 200px; background-color: #FFF; } .heart-loader { background-color: #e9818c; width: 75px; height: 75px; position: relative; -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); -webkit-animation: pulsate 1s infinite; animation: pulsate 1s infinite; border-radius: 10px; } .heart-loader::before, .heart-loader::after { display: inline-block; content: ""; width: 75px; height: 75px; background-color: #e9818c; position: absolute; border-radius: 50%; } .heart-loader::before { top: 0px; left: -25px; } .heart-loader::after { top: -25px; left: -0px; } @-webkit-keyframes pulsate { 0%, 10%, 50%, 100% { -webkit-transform: rotate(45deg) scale(0.8); transform: rotate(45deg) scale(0.8); transform: rotate(45deg) scale(0.8); } 5% { -webkit-transform: rotate(45deg) scale(0.9); transform: rotate(45deg) scale(0.9); } 15% { -webkit-transform: rotate(45deg) scale(1); transform: rotate(45deg) scale(1); } } @keyframes pulsate { 0%, 10%, 50%, 100% { -webkit-transform: rotate(45deg) scale(0.8); transform: rotate(45deg) scale(0.8); transform: rotate(45deg) scale(0.8); } 5% { -webkit-transform: rotate(45deg) scale(0.9); transform: rotate(45deg) scale(0.9); } 15% { -webkit-transform: rotate(45deg) scale(1); transform: rotate(45deg) scale(1); } } .upload-btn-wrapper { position: relative; overflow: hidden; display: inline-block; } .btn { border: 2px solid #E9818C; color: #fff; background-color: #E9818C; padding: 8px 20px; border-radius: 8px; font-size: 20px; font-weight: bold; } .upload-btn-wrapper input[type=file] { font-size: 100px; position: absolute; left: 0; top: 0; opacity: 0; }
0.433742
0.072735
* { padding: 0; margin: 0; box-sizing: border-box; } html, body{ font-family: 'Rubik', sans-serif; } p { margin: 0; } #wrapper { background-color: #c4c4c4; display: flex; justify-content: center; min-height: 100vh; } #form-login, #form-register { margin: auto; display: flex; background: #fff; border-radius: 15px; } #form-register { width: 750px; } #form-register { flex-direction: row-reverse; } .form-login-left, .form-register-right { width: 50%; border-radius: 15px; background-color: #03015d; padding: 45px; color: #fff; } .form-login-right { width: 50%; border-bottom-right-radius: 15px; border-top-right-radius: 15px; background-color: #fff; padding: 30px 30px 20px 25px; } .form-register-left { width: 50%; border-bottom-left-radius: 15px; border-top-left-radius: 15px; background-color: #fff; padding: 30px 30px 10px 25px; } .form-login-left--title, .form-register-right--title { font-size: 40px; font-weight: 600; margin-bottom: 20px; } .form-login-left--desc, .form-register-right--desc { font-size: 14px; } .form-login-left--sign-up, .form-register-right--sign-up { font-size: 14px; } .form-register-right--sign-up { margin-top: 10px; } .form-login-left--sign-up a, .form-register-right--sign-up a { text-decoration: none; color: #fff; font-weight: 700; } .form-login-right .form-group input, .form-register-left .form-group input { padding: 22px 15px; border-radius: 7px; } .form-login-right__action, .form-register-left__action { margin-top: 50px; } .form-login-right__action-submit, .form-register-left__action-submit { font-weight: 500; background: #03015d; color: #fff; padding: 9px; border-radius: 7px; margin-bottom: 10px; } .form-login-right__action-forgot-password { display: flex; align-items: center; } .form-login-right__action-forgot-password p { font-size: 14px; color: #8b8b8b; font-weight: 500; } .form-login-right__action-forgot-password a { color: #03015d; font-weight: 700; font-size: 13px; text-decoration: none; margin-left: 5px; opacity: 0.9; }
public/To-do-app/css/login.css
* { padding: 0; margin: 0; box-sizing: border-box; } html, body{ font-family: 'Rubik', sans-serif; } p { margin: 0; } #wrapper { background-color: #c4c4c4; display: flex; justify-content: center; min-height: 100vh; } #form-login, #form-register { margin: auto; display: flex; background: #fff; border-radius: 15px; } #form-register { width: 750px; } #form-register { flex-direction: row-reverse; } .form-login-left, .form-register-right { width: 50%; border-radius: 15px; background-color: #03015d; padding: 45px; color: #fff; } .form-login-right { width: 50%; border-bottom-right-radius: 15px; border-top-right-radius: 15px; background-color: #fff; padding: 30px 30px 20px 25px; } .form-register-left { width: 50%; border-bottom-left-radius: 15px; border-top-left-radius: 15px; background-color: #fff; padding: 30px 30px 10px 25px; } .form-login-left--title, .form-register-right--title { font-size: 40px; font-weight: 600; margin-bottom: 20px; } .form-login-left--desc, .form-register-right--desc { font-size: 14px; } .form-login-left--sign-up, .form-register-right--sign-up { font-size: 14px; } .form-register-right--sign-up { margin-top: 10px; } .form-login-left--sign-up a, .form-register-right--sign-up a { text-decoration: none; color: #fff; font-weight: 700; } .form-login-right .form-group input, .form-register-left .form-group input { padding: 22px 15px; border-radius: 7px; } .form-login-right__action, .form-register-left__action { margin-top: 50px; } .form-login-right__action-submit, .form-register-left__action-submit { font-weight: 500; background: #03015d; color: #fff; padding: 9px; border-radius: 7px; margin-bottom: 10px; } .form-login-right__action-forgot-password { display: flex; align-items: center; } .form-login-right__action-forgot-password p { font-size: 14px; color: #8b8b8b; font-weight: 500; } .form-login-right__action-forgot-password a { color: #03015d; font-weight: 700; font-size: 13px; text-decoration: none; margin-left: 5px; opacity: 0.9; }
0.445771
0.101679
body{ font-size: 1.5rem; } .container{ flex-flow: row wrap; } .appHeader, .appMain, .appFooter{ width: 100%; } /* 헤더 */ .appHeader{ display: flex; flex-flow: row wrap; padding-bottom: 1em; background: #38302e; } .brand, .memberOnly, .searchForm{ width: 100%; } .brand, .searchForm{ padding-left: 20px; padding-right: 20px; } /* 로고 */ .brand{ padding-top: 0.5em; padding-bottom: 0.5em; } /* 멤버 서비스 */ .memberOnly{ order: -1; display: flex; flex-flow: row nowrap; justify-content: flex-end; padding-left: 20px; padding-right: 5px; background: #988574; color: #fff; } /* 검색 폼 */ [type="search"]{ width: calc(100% - 50px); margin-right: 10px; } .buttonSearch{ border: 0; padding: 0; background: transparent; width: 35px; height: 35px; color: #fff; position: relative; } .buttonSearch::after{ content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: url("./../images/btn_search.png") no-repeat; background-size: 100% 100%; } /* 내비게이션 - 메인 메뉴 */ .menu{ width: 100%; } .buttonBurger{ width: 35px; height: 35px; position: absolute; top: 60px; right: 20px; overflow: hidden; } .burgerBar{ position: absolute; left: 0; width: 100%; height: 20%; background: #fff; transition: all 0.2s; } .positionTop{ top: 0; } .positionMiddle{ top: 50%; transform: translateY(-50%); } .positionBottom{ top: 100%; transform: translateY(-100%); } .isAct .positionTop{ top: 50%; transform: translateY(-50%) rotate(45deg); } .isAct .positionMiddle{ transform: translate(-100%, -50%); } .isAct .positionBottom{ top: 50%; transform: translateY(-50%) rotate(-45deg); } .menu__list{ width: 70%; height: 100vh; background: rgba(0,0,0,0.85); color: #fff; z-index: 1000; position: fixed; top: 0; left: 0; padding: 2em 1em; transform: translateX(-100%); transition: all 0.2s; } .isAct .menu__list{ transform: none; } .menu__list a:hover, .menu__list a:focus{ color: inherit; } .menu__item{ margin: 1em 0; } .menu__link{ display: inline-block; padding: 0.5em 1em; } .menu__subMenu{ margin: 1em 0; display: none; } .menuAct .menu__subMenu{ display: block; } .menu__subMenu a{ display: block; padding: 0.5em 1em; margin-top: 0.5em; } .appMain{ flex-flow: row wrap; padding: 1em 20px; } .book, .news, .board, .favorite, .twitter{ width: 100%; } /* 푸터 */ .address span{ display: block; }
css/style/mobile.css
body{ font-size: 1.5rem; } .container{ flex-flow: row wrap; } .appHeader, .appMain, .appFooter{ width: 100%; } /* 헤더 */ .appHeader{ display: flex; flex-flow: row wrap; padding-bottom: 1em; background: #38302e; } .brand, .memberOnly, .searchForm{ width: 100%; } .brand, .searchForm{ padding-left: 20px; padding-right: 20px; } /* 로고 */ .brand{ padding-top: 0.5em; padding-bottom: 0.5em; } /* 멤버 서비스 */ .memberOnly{ order: -1; display: flex; flex-flow: row nowrap; justify-content: flex-end; padding-left: 20px; padding-right: 5px; background: #988574; color: #fff; } /* 검색 폼 */ [type="search"]{ width: calc(100% - 50px); margin-right: 10px; } .buttonSearch{ border: 0; padding: 0; background: transparent; width: 35px; height: 35px; color: #fff; position: relative; } .buttonSearch::after{ content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: url("./../images/btn_search.png") no-repeat; background-size: 100% 100%; } /* 내비게이션 - 메인 메뉴 */ .menu{ width: 100%; } .buttonBurger{ width: 35px; height: 35px; position: absolute; top: 60px; right: 20px; overflow: hidden; } .burgerBar{ position: absolute; left: 0; width: 100%; height: 20%; background: #fff; transition: all 0.2s; } .positionTop{ top: 0; } .positionMiddle{ top: 50%; transform: translateY(-50%); } .positionBottom{ top: 100%; transform: translateY(-100%); } .isAct .positionTop{ top: 50%; transform: translateY(-50%) rotate(45deg); } .isAct .positionMiddle{ transform: translate(-100%, -50%); } .isAct .positionBottom{ top: 50%; transform: translateY(-50%) rotate(-45deg); } .menu__list{ width: 70%; height: 100vh; background: rgba(0,0,0,0.85); color: #fff; z-index: 1000; position: fixed; top: 0; left: 0; padding: 2em 1em; transform: translateX(-100%); transition: all 0.2s; } .isAct .menu__list{ transform: none; } .menu__list a:hover, .menu__list a:focus{ color: inherit; } .menu__item{ margin: 1em 0; } .menu__link{ display: inline-block; padding: 0.5em 1em; } .menu__subMenu{ margin: 1em 0; display: none; } .menuAct .menu__subMenu{ display: block; } .menu__subMenu a{ display: block; padding: 0.5em 1em; margin-top: 0.5em; } .appMain{ flex-flow: row wrap; padding: 1em 20px; } .book, .news, .board, .favorite, .twitter{ width: 100%; } /* 푸터 */ .address span{ display: block; }
0.377541
0.060947
body { background-image: none; background-color: white; } #b { background-color: #eeeeee; } h1 { font-family: Arial, sans-serif; } h1.banner { height: 120px; background-image: url(../images/underlinecopia.jpg); background-repeat: repeat; background-attachment: scroll; color: #000000; text-align: center; font-weight: bolder; font-size: 25px; background-position: 0%; } h1.banner1 { background-attachment: scroll; background-image: url(../images/underlinecopia.jpg); background-position: 0% 50%; background-repeat: repeat; color: #000000; font-size: 30px; font-weight: bolder; height: 70px; margin-bottom: 40px; margin-top: 40px; text-align: center; } .container { height: 433px; overflow: auto; } h2, h3 { font-family: Arial, sans-serif; } h4, h5 { font-family: Arial, sans-serif; margin-left: 0px; } h6 { font-family: Arial, sans-serif; margin-left: 0px; font-weight: normal; padding-bottom: 0px; padding-top: 0px; } p { margin-left: 0px; } p.exampleheading { font-family: Arial, sans-serif; font-weight: bold; font-size: 10pt; margin-left: 15px; } p.example { margin-left: 70px; } p.picturetext { text-align: center; font-family: sans-serif; font-size: 80%; margin-left: 70px; margin-right: 50px; } p.definition { background: #ffffcc; border: thin double black; } p.tableheading { font-weight: bold; margin-left: 0; } p.tabletext { margin-left: 0; } p.comment { color: #000000; } ol { margin-left: +45px; } ol ol { margin-left: +23px; } ol ol ol { margin-left: +23px; } ol.alpha { list-style-type: lower-alpha; } ul li { list-style-image: url(../images/bullet1.gif); text-indent: +0px; text-align: justify; } ul ul li { list-style-image: url("../images/bullet2.gif"); text-indent: +0px; text-align: justify; } ul ul ul li { list-style-image: url("../images/bullet3.gif"); text-indent: +0px; text-align: justify; } ul.ck { list-style-image: url("../images/checkbox.gif"); } td { vertical-align: top; } td ul { margin-left: +0px; } p.paramname { text-align: left; } p.paramexample { text-align: left; color: red; } p.paramdescription { text-align: left; } font.paramexample { color: red; } font.imageexample { font-size: smaller; } li, a { font-family: Arial, Helvetica, sans-serif; font-size: 13px; } a { color: #3082a8; } a:visited { color: #551a8b; } .sectionHeading { background-color: #98b1c4; color: #ffffff; cursor: hand; font-size: 10pt; font-family: Arial, sans-serif; text-align: justify; font-weight: bold; padding-bottom: 2px; padding-left: 2px; padding-top: 2px; text-decoration: none; } .sectionContent { padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-align: right; font-family: Arial, sans-serif; } .sectionTable { border-bottom: #ccc solid 0px; border-left: #ccc solid 1px; border-right: #ccc solid 0px; border-top: #ccc solid 1px; border-top-color: #ccc; width: 100%; } .sectionTableHeading { background: #d8d8d8; border-bottom: #ccc solid 1px; border-left: #ccc solid 0px; border-right: #ccc solid 1px; border-top: #ccc solid 0px; color: #333333; height: 20; padding-bottom: 10px; padding-left: 10px; padding-right: 10px; padding-top: 10px; text-align: left; width: 20%; font-size: 13px; } .sectionTableCell { border-bottom: #ccc solid 1px; border-left: #ccc solid 0px; border-right: #ccc solid 1px; border-top: #ccc solid 0px; padding-bottom: 10px; padding-left: 10px; padding-right: 10px; padding-top: 10px; font-size: 13px; } .font5 { color: windowtext; font-size: 10pt; font-weight: 400; text-decoration: none; font-family: Arial, sans-serif; text-align: justify; } .nagusia { width: 90%; margin-left: auto; margin-right: auto; } .iterazioa { width: 90%; margin-left: auto; margin-right: auto; font-family: Arial, Helvetica, sans-serif; } .iterazioa td { font-size: 13px; } .iterazioa th { background-color: #666666; color: #ffffff; } .presupuesto { width: 90%; margin-left: auto; margin-right: auto; font-family: Arial, Helvetica, sans-serif; } .presupuesto td { font-size: 15px; } .presupuesto th { background-color: #666666; color: #ffffff; } .euro { text-align: right; } .listapresupuesto li { font-size: 15px; margin-top: 5px; } #logo { margin-top: 40px; }
css/project.css
body { background-image: none; background-color: white; } #b { background-color: #eeeeee; } h1 { font-family: Arial, sans-serif; } h1.banner { height: 120px; background-image: url(../images/underlinecopia.jpg); background-repeat: repeat; background-attachment: scroll; color: #000000; text-align: center; font-weight: bolder; font-size: 25px; background-position: 0%; } h1.banner1 { background-attachment: scroll; background-image: url(../images/underlinecopia.jpg); background-position: 0% 50%; background-repeat: repeat; color: #000000; font-size: 30px; font-weight: bolder; height: 70px; margin-bottom: 40px; margin-top: 40px; text-align: center; } .container { height: 433px; overflow: auto; } h2, h3 { font-family: Arial, sans-serif; } h4, h5 { font-family: Arial, sans-serif; margin-left: 0px; } h6 { font-family: Arial, sans-serif; margin-left: 0px; font-weight: normal; padding-bottom: 0px; padding-top: 0px; } p { margin-left: 0px; } p.exampleheading { font-family: Arial, sans-serif; font-weight: bold; font-size: 10pt; margin-left: 15px; } p.example { margin-left: 70px; } p.picturetext { text-align: center; font-family: sans-serif; font-size: 80%; margin-left: 70px; margin-right: 50px; } p.definition { background: #ffffcc; border: thin double black; } p.tableheading { font-weight: bold; margin-left: 0; } p.tabletext { margin-left: 0; } p.comment { color: #000000; } ol { margin-left: +45px; } ol ol { margin-left: +23px; } ol ol ol { margin-left: +23px; } ol.alpha { list-style-type: lower-alpha; } ul li { list-style-image: url(../images/bullet1.gif); text-indent: +0px; text-align: justify; } ul ul li { list-style-image: url("../images/bullet2.gif"); text-indent: +0px; text-align: justify; } ul ul ul li { list-style-image: url("../images/bullet3.gif"); text-indent: +0px; text-align: justify; } ul.ck { list-style-image: url("../images/checkbox.gif"); } td { vertical-align: top; } td ul { margin-left: +0px; } p.paramname { text-align: left; } p.paramexample { text-align: left; color: red; } p.paramdescription { text-align: left; } font.paramexample { color: red; } font.imageexample { font-size: smaller; } li, a { font-family: Arial, Helvetica, sans-serif; font-size: 13px; } a { color: #3082a8; } a:visited { color: #551a8b; } .sectionHeading { background-color: #98b1c4; color: #ffffff; cursor: hand; font-size: 10pt; font-family: Arial, sans-serif; text-align: justify; font-weight: bold; padding-bottom: 2px; padding-left: 2px; padding-top: 2px; text-decoration: none; } .sectionContent { padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-align: right; font-family: Arial, sans-serif; } .sectionTable { border-bottom: #ccc solid 0px; border-left: #ccc solid 1px; border-right: #ccc solid 0px; border-top: #ccc solid 1px; border-top-color: #ccc; width: 100%; } .sectionTableHeading { background: #d8d8d8; border-bottom: #ccc solid 1px; border-left: #ccc solid 0px; border-right: #ccc solid 1px; border-top: #ccc solid 0px; color: #333333; height: 20; padding-bottom: 10px; padding-left: 10px; padding-right: 10px; padding-top: 10px; text-align: left; width: 20%; font-size: 13px; } .sectionTableCell { border-bottom: #ccc solid 1px; border-left: #ccc solid 0px; border-right: #ccc solid 1px; border-top: #ccc solid 0px; padding-bottom: 10px; padding-left: 10px; padding-right: 10px; padding-top: 10px; font-size: 13px; } .font5 { color: windowtext; font-size: 10pt; font-weight: 400; text-decoration: none; font-family: Arial, sans-serif; text-align: justify; } .nagusia { width: 90%; margin-left: auto; margin-right: auto; } .iterazioa { width: 90%; margin-left: auto; margin-right: auto; font-family: Arial, Helvetica, sans-serif; } .iterazioa td { font-size: 13px; } .iterazioa th { background-color: #666666; color: #ffffff; } .presupuesto { width: 90%; margin-left: auto; margin-right: auto; font-family: Arial, Helvetica, sans-serif; } .presupuesto td { font-size: 15px; } .presupuesto th { background-color: #666666; color: #ffffff; } .euro { text-align: right; } .listapresupuesto li { font-size: 15px; margin-top: 5px; } #logo { margin-top: 40px; }
0.427038
0.094427
@import url('https://fonts.googleapis.com/css?family=Inconsolata:700'); @import url(https://fonts.googleapis.com/css?family=Lato:400,700,900,300); @import url(http://weloveiconfonts.com/api/?family=fontawesome); body{ margin:0px; font-family: Roboto; color: #808080; } nav{ height: 60px; background-color: white; box-shadow: 0px 0px 1px; } nav span{ float:right; margin-top:20px; margin-right:20px; } nav a{ cursor: pointer; padding: 10px; } nav a:hover{ cursor: pointer; color:#909090; } #vendor-link{ position: absolute; right: 0px; margin-top:-12px; float: right; margin-right:20px; } #vendor-link a{ text-decoration:none; color: #808080; } #vendor-link a:hover{ cursor: pointer; color:#800000; } #logout{ margin-top: 32px; } #logout a{ text-decoration: none; color: #800000; } nav #logo{ margin-top:10px; margin-left: 20px; } #modal-form .modal button { background-color: #800000; color: white; padding: 14px 20px; margin: 8px 0; border: none; cursor: pointer; width: 100%; color: white; font-weight:bold; } #modal-form .modal button:hover { opacity: 0.8; } #modal-form .cancelbtn { width: auto; padding: 10px 18px; background-color: #404040; color: ; } #modal-form .imgcontainer { text-align: center; margin: 24px 0 12px 0; position: relative; } #modal-form .modal img{ position: relative; width: 55%; } #modal-form .container { padding-top: 50px; padding-right: 50px; width: 30%; } #modal-form span .log_pass { text-decoration: none; float: right; padding-top: 16px; } #modal-form #id01 .container{ float: right; } #modal-form .modal { display: block; position:relative; z-index: 1; left: 0; top: 0; width: 100%; height: 100%; overflow: auto; background-color: white; padding-top: 0px; padding-bottom: 0px; z-index: 3; margin-top: 5px; } #modal-form .modal-content { margin-top: 5px; background-color: white; width: 100%; height: 100%; } #modal-form .buttons{ color: #FFDF00; } #modal-form .close { position: absolute; right: 15px; top: 0px; color: #000; font-size: 35px; font-weight: bold; } #modal-form .close:hover,#modal-form .close:focus { color: red; cursor: pointer; } #modal-form .group { position:relative; margin-bottom:35px; } .modal input[type=text], .modal input[type=password] { font-size:18px; padding:10px 5px 5px 5px; display:block; width:95%; border:none; border-bottom:1px solid #757575; } .modal input:focus { outline:none; } /* LABEL ======================================= */ .modal label { color: #800000; font-size:18px; font-weight:normal; position:absolute; pointer-events:none; left:5px; top:5px; transition:0.2s ease all; -moz-transition:0.2s ease all; -webkit-transition:0.2s ease all; } /* active state */ .modal input:focus ~ label, .modal input:valid ~ label { top:-15px; font-size:14px; color: #800000; } /* BOTTOM BARS ================================= */ .bar { position:relative; display:block; width:100%; } .bar:before, .bar:after { content:''; height:2px; width:0; bottom:1px; position:absolute; background: #800000; transition:0.2s ease all; -moz-transition:0.2s ease all; -webkit-transition:0.2s ease all; } .bar:before { left:50%; } .bar:after { right:50%; } /* active state */ .modal input:focus ~ .bar:before,.modal input:focus ~ .bar:after { width:50%; } /* HIGHLIGHTER ================================== */ .highlight { position:absolute; height:60%; width:100px; top:25%; left:0; pointer-events:none; opacity:0.5; } /* active state */ .modal input:focus ~ .highlight { -webkit-animation:inputHighlighter 0.3s ease; -moz-animation:inputHighlighter 0.3s ease; animation:inputHighlighter 0.3s ease; } /* ANIMATIONS ================ */ @-webkit-keyframes inputHighlighter { from { background:#5264AE; } to { width:0; background:transparent; } } @-moz-keyframes inputHighlighter { from { background:#5264AE; } to { width:0; background:transparent; } } @keyframes inputHighlighter { from { background:#5264AE; } to { width:0; background:transparent; } } #id02 .modal-content{ align-self: center; } #id02 .container,#id03 .container{ width: 50%; align-self: center; } #category{ display: inline-flex; width: 100%; } #category b{ color: #800000; } .cat-list{ width: 25%; display: block; } .cat-list div{ display: block; padding: 15px; } .cat-list span{ display: inline; } #category input{ float: left; } .modal-vendor button { background-color: #800000; color: white; padding: 14px 20px; margin: 8px 0; border: none; cursor: pointer; width: 100%; color: white; font-weight:bold; } .modal-vendor button:hover { opacity: 0.8; } .modal-vendor .cancelbtn { width: auto; padding: 10px 10px; background-color: #404040; } .modal-vendor .imgcontainer { text-align: center; margin: 12px 0 12px 0; position: relative; } .modal-vendor img{ position: relative; width: 55%; height: 500px; margin-bottom: 0px; } .modal-vendor .container { width: 100%; height: 550px; margin-top: -15px; background-size: cover; background-position: center center; } .modal-vendor span .log_pass { text-decoration: none; float: right; padding-top: 16px; } .modal-vendor { display: none; position: fixed; z-index: 1; left: 0; top: 0; width: 100%; height: 100%; overflow: auto; background-color: rgba(0,0,0,0.4); padding-top: 0px; padding-bottom: 0px; z-index: 3; } .modal-vendor-content { background-color:white; width: 90%; margin: 25px 5%; height: 500px; position: absolute; border-radius: 5px; top: 0px; } .modal-vendor .buttons{ color: #FFDF00; } .modal-vendor .close { position: absolute; right: -5%; top: -40px; color: #000; font-size: 35px; font-weight: bold; } .modal-vendor .close:hover,.modal-vendor .close:focus { color: red; cursor: pointer; } .modal-vendor .animate { -webkit-animation: animatezoom 0.6s; animation: animatezoom 0.6s } @-webkit-keyframes animatezoom { from {-webkit-transform: scale(0)} to {-webkit-transform: scale(1)} } @keyframes animatezoom { from {transform: scale(0)} to {transform: scale(1)} } @media screen and (max-width: 300px) { .modal-vendor span.log_pass{ text-decoration: none; display: block; float: none; } .modal-vendor .cancelbtn { width: 100%; } } .images-profile { position: relative; display: inline-flex; align-items: center; justify-content: space-around; flex-wrap: wrap; margin-top: 40px; left: 2%; width: 90%; background: white; transition: all 0.1s ease-in-out; z-index: 2; } .images-profile .img { width: 20%; height: 150px; margin: 1%; box-shadow: 0 0 4px rgba(0, 0, 0, 0.4); transition: all 0.4s ease-in-out; cursor: pointer; } footer{ position: relative; width: 100%; background-color: #808080; box-shadow: 0px 0px -1px; display: inline-flex; color: #800000; padding-bottom: 30px; } footer div{ width: 33%; margin-top: 30px; margin-left: 30px; } footer div div{ width: 80%; } footer div span{ display: block; } footer div a{ padding: 30px; margin-left: 40px; text-decoration:none; color: #800000; } footer hr{ display: margin-top: 75px; width: 0.5px; height: 150px; } select{ width: 60%; height: 20px; } @media (min-width: 20rem) { footer{ position: relative; width: 100%; background-color:#808080; box-shadow: 0px 0px -1px; display: block; } footer hr{ width: 60%; height: 0.5px; } } @media (min-width: 56rem) { footer{ position: relative; width: 100%; background-color:#808080; box-shadow: 0px 0px -1px; display: inline-flex; } footer hr{ margin-top: 20px; width: 0.5px; height: 100px; } } #verification{ height: 60px; background-color: #FA8072; width: 100%; display: inline-flex; color: black; } #verification div{ width: 50%; padding-left:5% ; margin-top: 17px; } #verification input[type=text]{ } #verification input[type=sumbit]{ background-color: #e74c3c; box-shadow: 0px 5px 0px 0px #CE3323; float: right; } #displaypicture{ height: 200px; width: 200px; }
css/vendors.css
@import url('https://fonts.googleapis.com/css?family=Inconsolata:700'); @import url(https://fonts.googleapis.com/css?family=Lato:400,700,900,300); @import url(http://weloveiconfonts.com/api/?family=fontawesome); body{ margin:0px; font-family: Roboto; color: #808080; } nav{ height: 60px; background-color: white; box-shadow: 0px 0px 1px; } nav span{ float:right; margin-top:20px; margin-right:20px; } nav a{ cursor: pointer; padding: 10px; } nav a:hover{ cursor: pointer; color:#909090; } #vendor-link{ position: absolute; right: 0px; margin-top:-12px; float: right; margin-right:20px; } #vendor-link a{ text-decoration:none; color: #808080; } #vendor-link a:hover{ cursor: pointer; color:#800000; } #logout{ margin-top: 32px; } #logout a{ text-decoration: none; color: #800000; } nav #logo{ margin-top:10px; margin-left: 20px; } #modal-form .modal button { background-color: #800000; color: white; padding: 14px 20px; margin: 8px 0; border: none; cursor: pointer; width: 100%; color: white; font-weight:bold; } #modal-form .modal button:hover { opacity: 0.8; } #modal-form .cancelbtn { width: auto; padding: 10px 18px; background-color: #404040; color: ; } #modal-form .imgcontainer { text-align: center; margin: 24px 0 12px 0; position: relative; } #modal-form .modal img{ position: relative; width: 55%; } #modal-form .container { padding-top: 50px; padding-right: 50px; width: 30%; } #modal-form span .log_pass { text-decoration: none; float: right; padding-top: 16px; } #modal-form #id01 .container{ float: right; } #modal-form .modal { display: block; position:relative; z-index: 1; left: 0; top: 0; width: 100%; height: 100%; overflow: auto; background-color: white; padding-top: 0px; padding-bottom: 0px; z-index: 3; margin-top: 5px; } #modal-form .modal-content { margin-top: 5px; background-color: white; width: 100%; height: 100%; } #modal-form .buttons{ color: #FFDF00; } #modal-form .close { position: absolute; right: 15px; top: 0px; color: #000; font-size: 35px; font-weight: bold; } #modal-form .close:hover,#modal-form .close:focus { color: red; cursor: pointer; } #modal-form .group { position:relative; margin-bottom:35px; } .modal input[type=text], .modal input[type=password] { font-size:18px; padding:10px 5px 5px 5px; display:block; width:95%; border:none; border-bottom:1px solid #757575; } .modal input:focus { outline:none; } /* LABEL ======================================= */ .modal label { color: #800000; font-size:18px; font-weight:normal; position:absolute; pointer-events:none; left:5px; top:5px; transition:0.2s ease all; -moz-transition:0.2s ease all; -webkit-transition:0.2s ease all; } /* active state */ .modal input:focus ~ label, .modal input:valid ~ label { top:-15px; font-size:14px; color: #800000; } /* BOTTOM BARS ================================= */ .bar { position:relative; display:block; width:100%; } .bar:before, .bar:after { content:''; height:2px; width:0; bottom:1px; position:absolute; background: #800000; transition:0.2s ease all; -moz-transition:0.2s ease all; -webkit-transition:0.2s ease all; } .bar:before { left:50%; } .bar:after { right:50%; } /* active state */ .modal input:focus ~ .bar:before,.modal input:focus ~ .bar:after { width:50%; } /* HIGHLIGHTER ================================== */ .highlight { position:absolute; height:60%; width:100px; top:25%; left:0; pointer-events:none; opacity:0.5; } /* active state */ .modal input:focus ~ .highlight { -webkit-animation:inputHighlighter 0.3s ease; -moz-animation:inputHighlighter 0.3s ease; animation:inputHighlighter 0.3s ease; } /* ANIMATIONS ================ */ @-webkit-keyframes inputHighlighter { from { background:#5264AE; } to { width:0; background:transparent; } } @-moz-keyframes inputHighlighter { from { background:#5264AE; } to { width:0; background:transparent; } } @keyframes inputHighlighter { from { background:#5264AE; } to { width:0; background:transparent; } } #id02 .modal-content{ align-self: center; } #id02 .container,#id03 .container{ width: 50%; align-self: center; } #category{ display: inline-flex; width: 100%; } #category b{ color: #800000; } .cat-list{ width: 25%; display: block; } .cat-list div{ display: block; padding: 15px; } .cat-list span{ display: inline; } #category input{ float: left; } .modal-vendor button { background-color: #800000; color: white; padding: 14px 20px; margin: 8px 0; border: none; cursor: pointer; width: 100%; color: white; font-weight:bold; } .modal-vendor button:hover { opacity: 0.8; } .modal-vendor .cancelbtn { width: auto; padding: 10px 10px; background-color: #404040; } .modal-vendor .imgcontainer { text-align: center; margin: 12px 0 12px 0; position: relative; } .modal-vendor img{ position: relative; width: 55%; height: 500px; margin-bottom: 0px; } .modal-vendor .container { width: 100%; height: 550px; margin-top: -15px; background-size: cover; background-position: center center; } .modal-vendor span .log_pass { text-decoration: none; float: right; padding-top: 16px; } .modal-vendor { display: none; position: fixed; z-index: 1; left: 0; top: 0; width: 100%; height: 100%; overflow: auto; background-color: rgba(0,0,0,0.4); padding-top: 0px; padding-bottom: 0px; z-index: 3; } .modal-vendor-content { background-color:white; width: 90%; margin: 25px 5%; height: 500px; position: absolute; border-radius: 5px; top: 0px; } .modal-vendor .buttons{ color: #FFDF00; } .modal-vendor .close { position: absolute; right: -5%; top: -40px; color: #000; font-size: 35px; font-weight: bold; } .modal-vendor .close:hover,.modal-vendor .close:focus { color: red; cursor: pointer; } .modal-vendor .animate { -webkit-animation: animatezoom 0.6s; animation: animatezoom 0.6s } @-webkit-keyframes animatezoom { from {-webkit-transform: scale(0)} to {-webkit-transform: scale(1)} } @keyframes animatezoom { from {transform: scale(0)} to {transform: scale(1)} } @media screen and (max-width: 300px) { .modal-vendor span.log_pass{ text-decoration: none; display: block; float: none; } .modal-vendor .cancelbtn { width: 100%; } } .images-profile { position: relative; display: inline-flex; align-items: center; justify-content: space-around; flex-wrap: wrap; margin-top: 40px; left: 2%; width: 90%; background: white; transition: all 0.1s ease-in-out; z-index: 2; } .images-profile .img { width: 20%; height: 150px; margin: 1%; box-shadow: 0 0 4px rgba(0, 0, 0, 0.4); transition: all 0.4s ease-in-out; cursor: pointer; } footer{ position: relative; width: 100%; background-color: #808080; box-shadow: 0px 0px -1px; display: inline-flex; color: #800000; padding-bottom: 30px; } footer div{ width: 33%; margin-top: 30px; margin-left: 30px; } footer div div{ width: 80%; } footer div span{ display: block; } footer div a{ padding: 30px; margin-left: 40px; text-decoration:none; color: #800000; } footer hr{ display: margin-top: 75px; width: 0.5px; height: 150px; } select{ width: 60%; height: 20px; } @media (min-width: 20rem) { footer{ position: relative; width: 100%; background-color:#808080; box-shadow: 0px 0px -1px; display: block; } footer hr{ width: 60%; height: 0.5px; } } @media (min-width: 56rem) { footer{ position: relative; width: 100%; background-color:#808080; box-shadow: 0px 0px -1px; display: inline-flex; } footer hr{ margin-top: 20px; width: 0.5px; height: 100px; } } #verification{ height: 60px; background-color: #FA8072; width: 100%; display: inline-flex; color: black; } #verification div{ width: 50%; padding-left:5% ; margin-top: 17px; } #verification input[type=text]{ } #verification input[type=sumbit]{ background-color: #e74c3c; box-shadow: 0px 5px 0px 0px #CE3323; float: right; } #displaypicture{ height: 200px; width: 200px; }
0.201499
0.062847
@charset "utf-8"; /* CSS Document */ /* #E0E0E0 */ :root { --opacity80: rgba(0, 0, 0, 0.8); --opacity56: rgba(0, 0, 0, 0.56); --opacity40: rgba(0, 0, 0, 0.4); --opacity24: rgba(0, 0, 0, 0.24); } body {background: #fff;} img.dark_logo {display:none;} img.light_logo {display:inline-block;} .header {border-bottom: 1px solid #E0E0E0;} .social a.daynight {background-image: url(../img/dark_mode.svg);} a.butt, .search input, .social a {border: 1px solid #E0E0E0;} a.butt:hover, .social a:hover { background-color: #212121; border: 1px solid #212121; } .content {background: linear-gradient(180deg, #fff 0%, #f5f5f5 150px, #f5f5f5 100%);} .header {background: #fff;} .stats {background: #fff;} .stat {border-left: 1px solid #E0E0E0;} .featured_item {background: #ffff;} .item_stat {border-left: 1px solid #E0E0E0;} .all_coll_row, .all_coll_row:first-child {background-color: #fff;} .all_coll_row:first-child {border-top:none;} .all_coll_row {border-top: 1px solid #E0E0E0;} .all_coll_row:hover {background-color: #fbfbfb;} .all_coll_col a:hover, .all_coll_row:first-child .all_coll_col a:hover {color:rgba(0, 0, 0, 1); } .footer {border-top: 1px solid #E0E0E0;} .footer_links a {border-left: 1px solid #E0E0E0;} a.back {background-color: #fff; border: 1px solid #E0E0E0;} a.back:hover {background-color: #212121; border: 1px solid #212121;} .nfts_top, .nfts_sidebar {background: #fff;} .sale {border: 1px solid #E0E0E0;} .nfts_sidebar input, .nfts_sidebar select, .nfts_top select, select {background-color: #fff; border: 1px solid #E0E0E0;} .select-selected {background-color: #fff; border: 1px solid #E0E0E0;} .select-items {background-color: #f8f8f8;} hr {background:#E0E0E0;} .nfts_sidebar input[type=submit] {color:#fff; } .nfts_sidebar span {border-bottom: 1px solid #E0E0E0;} .checkbox_holder {border: 1px solid #E0E0E0;} .attribute {background: #D3E6F2; border: 2px solid #87C7E8; } .attribute:hover {background: #b3ccdb;} a.view {background: transparent; border: 1px solid #E0E0E0;} a.view:hover {background: #212121; } span.view {background: #fff; color: var(--opacity56);} span.duplicate {background: #fff;} .autocomplete-items div { background-color: #fbfbfb; border-bottom: 1px solid #E0E0E0; } .autocomplete-items div:hover { background-color: #E0E0E0; } .autocomplete-active { background-color: #E0E0E0 !important; color: #212121; } .holder {border-top: 1px solid #E0E0E0;} .pager a:hover, .pager a.active { background: #fff; border: 1px solid #E0E0E0; } .goto input { background-color: #fff; border: 1px solid #E0E0E0; } .goto input[type=submit] {color:var(--opacity80); } .goto input[type=submit]:hover, .button, .button:hover {color: #fff;} .pager {border-top: 1px solid #E0E0E0;} .accordion button {background: #E0E0E0; } [data-accordion] [data-content] {background: #fbfbfb;} .accordion button:hover {color:#000;} .autocomplete-suggestions { background: #f7f7f7; } .autocomplete-selected { background: #e7e7e7; } .autocomplete-suggestions strong { color: #000; } .featured_icons {color:#dadada} /**/
css/light_mode_3422.css
@charset "utf-8"; /* CSS Document */ /* #E0E0E0 */ :root { --opacity80: rgba(0, 0, 0, 0.8); --opacity56: rgba(0, 0, 0, 0.56); --opacity40: rgba(0, 0, 0, 0.4); --opacity24: rgba(0, 0, 0, 0.24); } body {background: #fff;} img.dark_logo {display:none;} img.light_logo {display:inline-block;} .header {border-bottom: 1px solid #E0E0E0;} .social a.daynight {background-image: url(../img/dark_mode.svg);} a.butt, .search input, .social a {border: 1px solid #E0E0E0;} a.butt:hover, .social a:hover { background-color: #212121; border: 1px solid #212121; } .content {background: linear-gradient(180deg, #fff 0%, #f5f5f5 150px, #f5f5f5 100%);} .header {background: #fff;} .stats {background: #fff;} .stat {border-left: 1px solid #E0E0E0;} .featured_item {background: #ffff;} .item_stat {border-left: 1px solid #E0E0E0;} .all_coll_row, .all_coll_row:first-child {background-color: #fff;} .all_coll_row:first-child {border-top:none;} .all_coll_row {border-top: 1px solid #E0E0E0;} .all_coll_row:hover {background-color: #fbfbfb;} .all_coll_col a:hover, .all_coll_row:first-child .all_coll_col a:hover {color:rgba(0, 0, 0, 1); } .footer {border-top: 1px solid #E0E0E0;} .footer_links a {border-left: 1px solid #E0E0E0;} a.back {background-color: #fff; border: 1px solid #E0E0E0;} a.back:hover {background-color: #212121; border: 1px solid #212121;} .nfts_top, .nfts_sidebar {background: #fff;} .sale {border: 1px solid #E0E0E0;} .nfts_sidebar input, .nfts_sidebar select, .nfts_top select, select {background-color: #fff; border: 1px solid #E0E0E0;} .select-selected {background-color: #fff; border: 1px solid #E0E0E0;} .select-items {background-color: #f8f8f8;} hr {background:#E0E0E0;} .nfts_sidebar input[type=submit] {color:#fff; } .nfts_sidebar span {border-bottom: 1px solid #E0E0E0;} .checkbox_holder {border: 1px solid #E0E0E0;} .attribute {background: #D3E6F2; border: 2px solid #87C7E8; } .attribute:hover {background: #b3ccdb;} a.view {background: transparent; border: 1px solid #E0E0E0;} a.view:hover {background: #212121; } span.view {background: #fff; color: var(--opacity56);} span.duplicate {background: #fff;} .autocomplete-items div { background-color: #fbfbfb; border-bottom: 1px solid #E0E0E0; } .autocomplete-items div:hover { background-color: #E0E0E0; } .autocomplete-active { background-color: #E0E0E0 !important; color: #212121; } .holder {border-top: 1px solid #E0E0E0;} .pager a:hover, .pager a.active { background: #fff; border: 1px solid #E0E0E0; } .goto input { background-color: #fff; border: 1px solid #E0E0E0; } .goto input[type=submit] {color:var(--opacity80); } .goto input[type=submit]:hover, .button, .button:hover {color: #fff;} .pager {border-top: 1px solid #E0E0E0;} .accordion button {background: #E0E0E0; } [data-accordion] [data-content] {background: #fbfbfb;} .accordion button:hover {color:#000;} .autocomplete-suggestions { background: #f7f7f7; } .autocomplete-selected { background: #e7e7e7; } .autocomplete-suggestions strong { color: #000; } .featured_icons {color:#dadada} /**/
0.27914
0.125923
@charset "utf-8"; /* retina ================================== */ @media only screen and (-webkit-min-device-pixel-ratio:1.5), only screen and (min-device-pixel-ratio:1.5) { .header { background-image:url(../images/bg_header_01_2x.png); -webkit-background-size:21px 72px; background-size:21px 72px; } .header h1 { background-image:url(../images/bg_logo_01_2x.png); -webkit-background-size:636px 146px; background-size:636px 146px; } .header02 h1 { background-image:url(../images/bg_logo_03_2x.png); -webkit-background-size:354px 158px; background-size:354px 158px; } .header a.logoYt { background-image:url(../images/bg_logo_02_2x.png); -webkit-background-size:219px 86px; background-size:219px 86px; } .campaign li a { background-image:url(../images/ico_arrow_02_2x.png); -webkit-background-size:12px 22px; background-size:12px 22px; } .kotei .ohayo, .bgOhayo { background-image:url(../images/bg_birds_03_2x.png); -webkit-background-size:505px 71px; background-size:505px 71px; } .type, .type02, .type03, .type span, .type02 span, .type03 span, .header li a, .header li span, .frndModal .frndBody .frndList > li > .checked, .crown { background-image:url(../images/spr_big_01_2x.png); -webkit-background-size:145px 1839px; background-size:145px 1839px; } .kotei .ohayo h3 span, .schedView .ohy span, .kotei .oyasumi h3 span, .schedView .oys span, .kotei .edit, .btnTsuika, .btn08, .btnTsuiSak, .decor02, .tabiTomo h3, .btn10, .btn11, .tagHozon, .tagKettei { background-image:url(../images/spr_big_02_2x.png); -webkit-background-size:334px 2024px; background-size:334px 2024px; } .chuEmail, .chuHoka, .chuMap, .bubble, .bubble02, .bubble03, .tabiGaiyo .change span, .linkExt02, .btn06, .icoInfo { background-image:url(../images/spr_big_03_2x.png); -webkit-background-size:188px 975px; background-size:188px 975px; } .btnNext02, .btnNext03, .modal .btnNext01, .btnPrev02, .btnPrev03, .btnPrev01, .btnNext04, .btnPrev04 { background-image:url(../images/spr_big_04_2x.png); -webkit-background-size:778px 387px; background-size:778px 387px; } .type02.typeSmall{ background:url(../images/ico_fukidashi_small_02.png) no-repeat 0 0; -webkit-background-size:23px 23px; background-size:23px 23px; } .typeSmall.heart span { background-image:url(../images/ico_heart_small_01.png); -webkit-background-size:9px 8px; background-size:9px 8px; } .typeSmall.stars span { background-image:url(../images/ico_stars_small_01.png);/*暫定*/ -webkit-background-size:10px 9px;/*暫定*/ background-size:10px 9px;/*暫定*/ } .typeSmall.gourmet span { background-image:url(../images/ico_gourmet_small_01.png); -webkit-background-size:7px 11px; background-size:7px 11px; } .bg01 { background-image:url(../images/bg_plants_02_2x.png); -webkit-background-size:315px 125px; background-size:315px 125px; } .kotei .btnShosai { background-image:url(../images/ico_lines_01_2x.png); -webkit-background-size:32px 27px; background-size:32px 27px; } .review span { background-image:url(../images/spr_stars_01_2x.png); -webkit-background-size:207px 18px; background-size:207px 18px; } .review02 span { background-image:url(../images/spr_stars_02_2x.png); -webkit-background-size:138px 12px; background-size:138px 12px; } .bottom { background-image:url(../images/bg_bottom_01_2x.png); -webkit-background-size:950px 132px; background-size:950px 132px; } .modal, .edit_confirm, .errorModal, .viewModal { background-image:url(../images/bg_plane_01_2x.png); -webkit-background-size:198px 198px; background-size:198px 198px; } .ttlBg { background-image:url(../images/bg_birds_01_2x.png); -webkit-background-size:190px 56px; background-size:190px 56px; } .modal .gallery .kanko { background-image:url(../images/bg_hearts_01_2x.png); -webkit-background-size:128px 108px; background-size:128px 108px; } .modal .gallery .taberu { background-image:url(../images/bg_hats_01_2x.png); -webkit-background-size:124px 127px; background-size:124px 127px; } .modal .gallery .tomaru { background-image:url(../images/bg_stars_01_2x.png); -webkit-background-size:152px 77px; background-size:152px 77px; } .modal .gallery .ido { background-image:url(../images/bg_feet_01_2x.png); -webkit-background-size:339px 48px; background-size:339px 48px; } .topMain .sassoku a { background-image:url(../images/ico_next_04_2x.png); -webkit-background-size:32px 32px; background-size:32px 32px; } .modal .frm01, .modal .frm03, .modal .gallery02 li, .btn07, .haikeiSelect>div, .dotted, .dotRnd, .gallery05 li, .errorModal .btn07 { background-image:url(../images/bg_dots_01_2x.png); -webkit-background-size:3px 3px; background-size:3px 3px; } .decor01 { background-image:url(../images/bg_birds_02_2x.png); -webkit-background-size:120px 36px; background-size:120px 36px; } .tabiTomo { background-image:url(../images/bg_tabitomo_01_2x.png); -webkit-background-size:9px 186px; background-size:9px 186px; } .schedView { background-image:url(../images/bg_circles_01_2x.png); -webkit-background-size:325px 106px; background-size:325px 106px; } .schedView .chuo { background-image:url(../images/bg_ashiato_01_2x.png); -webkit-background-size:50px 271px; background-size:50px 271px; } .schedView .appo .imgWrp h5 a { background-image:url(../images/ico_arrow_01_2x.png); -webkit-background-size:13px 22px; background-size:13px 22px; } .myPageWrap { background-image:url(../images/bg_baloons_01_2x.png); -webkit-background-size:292px 76px; background-size:292px 76px; } .infoWrapper, .infoWrapper_cmp { background-image:url(../images/bg_plants_01_2x.png); -webkit-background-size:324px 113px; background-size:324px 113px; } .socBtn .kakao { background-image:url('https://s.yimg.jp/images/kakao/share/btn/smp/v1/linkBtn_retina.png'); -webkit-background-size:68px 20px; background-size:68px 20px; } .frndModal>.frndMenu>li.add { background-image:url(../images/ico_ttplus_01_2x.png); -webkit-background-size:40px 41px; background-size:40px 41px; } .frndModal>.frndMenu>li.del { background-image:url(../images/ico_ttminus_01_2x.png); -webkit-background-size:36px 36px; background-size:36px 36px; } .frndModal>.frndMenu>li.mail { background-image:url(../images/ico_ttmail_01_2x.png); -webkit-background-size:39px 32px; background-size:39px 32px; } .frndModal>.frndMenu>li.add.menuDisabled { background-image:url(../images/ico_ttplus_02_2x.png); -webkit-background-size:40px 41px; background-size:40px 41px; } .frndModal>.frndMenu>li.del.menuDisabled { background-image:url(../images/ico_ttminus_02_2x.png); -webkit-background-size:36px 36px; background-size:36px 36px; } } /* iPads (landscape) @media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) { .header, .tabiGaiyo, .kotei, .bottom, .footer, .mdNorthAlert, .tabiTomo, .schedView, .myPageWrap { max-width:100%; } }----------- */
public/css/common_x2.css
@charset "utf-8"; /* retina ================================== */ @media only screen and (-webkit-min-device-pixel-ratio:1.5), only screen and (min-device-pixel-ratio:1.5) { .header { background-image:url(../images/bg_header_01_2x.png); -webkit-background-size:21px 72px; background-size:21px 72px; } .header h1 { background-image:url(../images/bg_logo_01_2x.png); -webkit-background-size:636px 146px; background-size:636px 146px; } .header02 h1 { background-image:url(../images/bg_logo_03_2x.png); -webkit-background-size:354px 158px; background-size:354px 158px; } .header a.logoYt { background-image:url(../images/bg_logo_02_2x.png); -webkit-background-size:219px 86px; background-size:219px 86px; } .campaign li a { background-image:url(../images/ico_arrow_02_2x.png); -webkit-background-size:12px 22px; background-size:12px 22px; } .kotei .ohayo, .bgOhayo { background-image:url(../images/bg_birds_03_2x.png); -webkit-background-size:505px 71px; background-size:505px 71px; } .type, .type02, .type03, .type span, .type02 span, .type03 span, .header li a, .header li span, .frndModal .frndBody .frndList > li > .checked, .crown { background-image:url(../images/spr_big_01_2x.png); -webkit-background-size:145px 1839px; background-size:145px 1839px; } .kotei .ohayo h3 span, .schedView .ohy span, .kotei .oyasumi h3 span, .schedView .oys span, .kotei .edit, .btnTsuika, .btn08, .btnTsuiSak, .decor02, .tabiTomo h3, .btn10, .btn11, .tagHozon, .tagKettei { background-image:url(../images/spr_big_02_2x.png); -webkit-background-size:334px 2024px; background-size:334px 2024px; } .chuEmail, .chuHoka, .chuMap, .bubble, .bubble02, .bubble03, .tabiGaiyo .change span, .linkExt02, .btn06, .icoInfo { background-image:url(../images/spr_big_03_2x.png); -webkit-background-size:188px 975px; background-size:188px 975px; } .btnNext02, .btnNext03, .modal .btnNext01, .btnPrev02, .btnPrev03, .btnPrev01, .btnNext04, .btnPrev04 { background-image:url(../images/spr_big_04_2x.png); -webkit-background-size:778px 387px; background-size:778px 387px; } .type02.typeSmall{ background:url(../images/ico_fukidashi_small_02.png) no-repeat 0 0; -webkit-background-size:23px 23px; background-size:23px 23px; } .typeSmall.heart span { background-image:url(../images/ico_heart_small_01.png); -webkit-background-size:9px 8px; background-size:9px 8px; } .typeSmall.stars span { background-image:url(../images/ico_stars_small_01.png);/*暫定*/ -webkit-background-size:10px 9px;/*暫定*/ background-size:10px 9px;/*暫定*/ } .typeSmall.gourmet span { background-image:url(../images/ico_gourmet_small_01.png); -webkit-background-size:7px 11px; background-size:7px 11px; } .bg01 { background-image:url(../images/bg_plants_02_2x.png); -webkit-background-size:315px 125px; background-size:315px 125px; } .kotei .btnShosai { background-image:url(../images/ico_lines_01_2x.png); -webkit-background-size:32px 27px; background-size:32px 27px; } .review span { background-image:url(../images/spr_stars_01_2x.png); -webkit-background-size:207px 18px; background-size:207px 18px; } .review02 span { background-image:url(../images/spr_stars_02_2x.png); -webkit-background-size:138px 12px; background-size:138px 12px; } .bottom { background-image:url(../images/bg_bottom_01_2x.png); -webkit-background-size:950px 132px; background-size:950px 132px; } .modal, .edit_confirm, .errorModal, .viewModal { background-image:url(../images/bg_plane_01_2x.png); -webkit-background-size:198px 198px; background-size:198px 198px; } .ttlBg { background-image:url(../images/bg_birds_01_2x.png); -webkit-background-size:190px 56px; background-size:190px 56px; } .modal .gallery .kanko { background-image:url(../images/bg_hearts_01_2x.png); -webkit-background-size:128px 108px; background-size:128px 108px; } .modal .gallery .taberu { background-image:url(../images/bg_hats_01_2x.png); -webkit-background-size:124px 127px; background-size:124px 127px; } .modal .gallery .tomaru { background-image:url(../images/bg_stars_01_2x.png); -webkit-background-size:152px 77px; background-size:152px 77px; } .modal .gallery .ido { background-image:url(../images/bg_feet_01_2x.png); -webkit-background-size:339px 48px; background-size:339px 48px; } .topMain .sassoku a { background-image:url(../images/ico_next_04_2x.png); -webkit-background-size:32px 32px; background-size:32px 32px; } .modal .frm01, .modal .frm03, .modal .gallery02 li, .btn07, .haikeiSelect>div, .dotted, .dotRnd, .gallery05 li, .errorModal .btn07 { background-image:url(../images/bg_dots_01_2x.png); -webkit-background-size:3px 3px; background-size:3px 3px; } .decor01 { background-image:url(../images/bg_birds_02_2x.png); -webkit-background-size:120px 36px; background-size:120px 36px; } .tabiTomo { background-image:url(../images/bg_tabitomo_01_2x.png); -webkit-background-size:9px 186px; background-size:9px 186px; } .schedView { background-image:url(../images/bg_circles_01_2x.png); -webkit-background-size:325px 106px; background-size:325px 106px; } .schedView .chuo { background-image:url(../images/bg_ashiato_01_2x.png); -webkit-background-size:50px 271px; background-size:50px 271px; } .schedView .appo .imgWrp h5 a { background-image:url(../images/ico_arrow_01_2x.png); -webkit-background-size:13px 22px; background-size:13px 22px; } .myPageWrap { background-image:url(../images/bg_baloons_01_2x.png); -webkit-background-size:292px 76px; background-size:292px 76px; } .infoWrapper, .infoWrapper_cmp { background-image:url(../images/bg_plants_01_2x.png); -webkit-background-size:324px 113px; background-size:324px 113px; } .socBtn .kakao { background-image:url('https://s.yimg.jp/images/kakao/share/btn/smp/v1/linkBtn_retina.png'); -webkit-background-size:68px 20px; background-size:68px 20px; } .frndModal>.frndMenu>li.add { background-image:url(../images/ico_ttplus_01_2x.png); -webkit-background-size:40px 41px; background-size:40px 41px; } .frndModal>.frndMenu>li.del { background-image:url(../images/ico_ttminus_01_2x.png); -webkit-background-size:36px 36px; background-size:36px 36px; } .frndModal>.frndMenu>li.mail { background-image:url(../images/ico_ttmail_01_2x.png); -webkit-background-size:39px 32px; background-size:39px 32px; } .frndModal>.frndMenu>li.add.menuDisabled { background-image:url(../images/ico_ttplus_02_2x.png); -webkit-background-size:40px 41px; background-size:40px 41px; } .frndModal>.frndMenu>li.del.menuDisabled { background-image:url(../images/ico_ttminus_02_2x.png); -webkit-background-size:36px 36px; background-size:36px 36px; } } /* iPads (landscape) @media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) { .header, .tabiGaiyo, .kotei, .bottom, .footer, .mdNorthAlert, .tabiTomo, .schedView, .myPageWrap { max-width:100%; } }----------- */
0.115125
0.057918
@import url(//fonts.googleapis.com/css?family=Roboto:300,300italics,400,700,400italic,700italic); @import url(//fonts.googleapis.com/css?family=Open+Sans:300,300italics,400,700,400italic,700italic); html, body { height:98%; } body { line-height: 1.4; background: repeat-x fixed 0% 0% #eee; overflow-y:scroll; /* font-family: 'Open Sans', Helvetica, tahoma, arial, sans-serif; */ font-family: 'Roboto', helvetica, arial, sans-serif; font-weight: 400; font-size: 1.2rem; } .logo a, .logo h1 { margin-left: 20px; font-size: 2rem; margin-bottom: 0px; font-weight: 300; } h2 { font-weight: 300; color: #000; margin-bottom: 0; } h3, h4, h5, input, .nav a { font-family: 'Roboto', helvetica, arial, sans-serif; font-weight: 300; } a { font-weight: 400; } input { color: black; margin-bottom: 0.8rem; font-size: 1rem; } .container { max-width: 1200px; min-width: 500px; margin: auto; margin-top: 0px; margin-bottom: 0px; height: 97%; } .maincontainer { max-width: 1200px; min-width: 500px; background: #fff; border: 1px solid #bbb; margin: 1rem auto; padding: 1.2rem; margin-bottom:0.7rem; color: #444; min-height: 400px; } .header { color: #555; margin: auto; margin-bottom: 0.7rem; padding: 0.7rem; } .logo { text-decoration: none; margin-top: 0.7rem; margin-bottom: 0.7rem; } ul { list-style: none; } .postContent ul { list-style-type: disc; margin-left: 1.5rem; } .nav a { font-size:1.5rem; } a:visited { color: #0b85ef; } a { color: #0b85ef; text-decoration: none; font-weight: normal; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; -ms-transition: all 0.3s ease; transition: all 0.3s ease; } .current a { color: black; } a:hover { color: black; } .rounded-corners, .sidebar, .header, .container, .maincontainer, .content article { -webkit-border-radius: 5px; -khtml-border-radius: 5px; border-radius: 5px; } .content { padding-right: 0.7rem; padding-left: 0.7rem; padding-top: 1.5rem; } .content p { text-align: justify; margin-top: 0px; margin-left: 0.7rem; } label { margin-bottom: 2px; } table { border: 1px solid #666; text-align: center; } .post { margin: 20px; } .Authornm { color: #79BAF2; } .postAuthor { } .postTitle ul, .postTitle li { padding: 0; display: inline; } .postSubTitle { display: block; margin-bottom: 1.5rem; } .postDate { font-size: 1.2rem; color: #555; } .postTags li { list-style-type: none; display: inline; font-size: 1.2rem; margin-right: 0.6rem; } .post { padding-bottom: 1.5rem; margin-bottom: 2rem; padding-bottom: 4rem; } .post:nth-last-child(2) { border-bottom: 0px; } .seperator { font-size: 16px; color: #888; } .main-content { display: flex; flex-wrap: wrap; } .aside { margin-right: 3rem; margin-left: 1rem; } .PostsList { min-width: 480px; margin-right: 1rem; margin-left: 1rem; flex: auto; } ul { padding-left: 0; } .postHeader { color: #333; font-weight: 700; font-size: 2rem; } .postContent h1 { font-size: 2.1rem; } .postContent h2 { font-size: 1.9rem; } .postContent h3 { font-size: 1.7rem; } .postContent h4 { font-size: 1.6rem; } .postContent h5 { font-size: 1.5rem; } .postContent h6 { font-size: 1.4rem; } .postContent h1, .postContent h2, .postContent h3, .postContent h4, .postContent h5, .postContent h6 { color: #444; font-weight: 600; } .postContent { font-family: 'Roboto', helvetica, arial, sans-serif; font-weight: initial; font-size: 1.3rem; } .postContent code { font-size: 1.1rem; } .postContent img { display: block; margin: auto; max-width: 95%; } .footer { color: #666; font-size: 1.2rem; padding: 1.5rem; text-align: center; } code { background-color: #f8f8ff; padding: 2px; } nav { text-align: center; } nav li:first-child:after { content: "<$>"; } nav li:after { margin-left: 0.8rem; margin-right: 0.8rem; content: "<*>"; color: #abc; } nav li:last-child:after { margin-left: 0rem; content: ""; } nav li { display: inline-block; font-size: 1.3rem; } .pageHeader { margin-left: 70px; margin-bottom: 30px; } #contact-info p { text-align: center !important; } @media screen and (min-width: 901px) { body { max-width: 98%; min-width: 400px; } .container { max-width: 1200px; min-width: 500px; margin: auto; } .maincontainer { max-width: 1200px; min-width: 500px; } .postContent { margin: 0.5rem; } .postContent { margin-left: 4rem; margin-right: 4rem; } .PostsList { margin-right: 1rem; margin-left: 3rem; } }
static/css/light.css
@import url(//fonts.googleapis.com/css?family=Roboto:300,300italics,400,700,400italic,700italic); @import url(//fonts.googleapis.com/css?family=Open+Sans:300,300italics,400,700,400italic,700italic); html, body { height:98%; } body { line-height: 1.4; background: repeat-x fixed 0% 0% #eee; overflow-y:scroll; /* font-family: 'Open Sans', Helvetica, tahoma, arial, sans-serif; */ font-family: 'Roboto', helvetica, arial, sans-serif; font-weight: 400; font-size: 1.2rem; } .logo a, .logo h1 { margin-left: 20px; font-size: 2rem; margin-bottom: 0px; font-weight: 300; } h2 { font-weight: 300; color: #000; margin-bottom: 0; } h3, h4, h5, input, .nav a { font-family: 'Roboto', helvetica, arial, sans-serif; font-weight: 300; } a { font-weight: 400; } input { color: black; margin-bottom: 0.8rem; font-size: 1rem; } .container { max-width: 1200px; min-width: 500px; margin: auto; margin-top: 0px; margin-bottom: 0px; height: 97%; } .maincontainer { max-width: 1200px; min-width: 500px; background: #fff; border: 1px solid #bbb; margin: 1rem auto; padding: 1.2rem; margin-bottom:0.7rem; color: #444; min-height: 400px; } .header { color: #555; margin: auto; margin-bottom: 0.7rem; padding: 0.7rem; } .logo { text-decoration: none; margin-top: 0.7rem; margin-bottom: 0.7rem; } ul { list-style: none; } .postContent ul { list-style-type: disc; margin-left: 1.5rem; } .nav a { font-size:1.5rem; } a:visited { color: #0b85ef; } a { color: #0b85ef; text-decoration: none; font-weight: normal; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; -ms-transition: all 0.3s ease; transition: all 0.3s ease; } .current a { color: black; } a:hover { color: black; } .rounded-corners, .sidebar, .header, .container, .maincontainer, .content article { -webkit-border-radius: 5px; -khtml-border-radius: 5px; border-radius: 5px; } .content { padding-right: 0.7rem; padding-left: 0.7rem; padding-top: 1.5rem; } .content p { text-align: justify; margin-top: 0px; margin-left: 0.7rem; } label { margin-bottom: 2px; } table { border: 1px solid #666; text-align: center; } .post { margin: 20px; } .Authornm { color: #79BAF2; } .postAuthor { } .postTitle ul, .postTitle li { padding: 0; display: inline; } .postSubTitle { display: block; margin-bottom: 1.5rem; } .postDate { font-size: 1.2rem; color: #555; } .postTags li { list-style-type: none; display: inline; font-size: 1.2rem; margin-right: 0.6rem; } .post { padding-bottom: 1.5rem; margin-bottom: 2rem; padding-bottom: 4rem; } .post:nth-last-child(2) { border-bottom: 0px; } .seperator { font-size: 16px; color: #888; } .main-content { display: flex; flex-wrap: wrap; } .aside { margin-right: 3rem; margin-left: 1rem; } .PostsList { min-width: 480px; margin-right: 1rem; margin-left: 1rem; flex: auto; } ul { padding-left: 0; } .postHeader { color: #333; font-weight: 700; font-size: 2rem; } .postContent h1 { font-size: 2.1rem; } .postContent h2 { font-size: 1.9rem; } .postContent h3 { font-size: 1.7rem; } .postContent h4 { font-size: 1.6rem; } .postContent h5 { font-size: 1.5rem; } .postContent h6 { font-size: 1.4rem; } .postContent h1, .postContent h2, .postContent h3, .postContent h4, .postContent h5, .postContent h6 { color: #444; font-weight: 600; } .postContent { font-family: 'Roboto', helvetica, arial, sans-serif; font-weight: initial; font-size: 1.3rem; } .postContent code { font-size: 1.1rem; } .postContent img { display: block; margin: auto; max-width: 95%; } .footer { color: #666; font-size: 1.2rem; padding: 1.5rem; text-align: center; } code { background-color: #f8f8ff; padding: 2px; } nav { text-align: center; } nav li:first-child:after { content: "<$>"; } nav li:after { margin-left: 0.8rem; margin-right: 0.8rem; content: "<*>"; color: #abc; } nav li:last-child:after { margin-left: 0rem; content: ""; } nav li { display: inline-block; font-size: 1.3rem; } .pageHeader { margin-left: 70px; margin-bottom: 30px; } #contact-info p { text-align: center !important; } @media screen and (min-width: 901px) { body { max-width: 98%; min-width: 400px; } .container { max-width: 1200px; min-width: 500px; margin: auto; } .maincontainer { max-width: 1200px; min-width: 500px; } .postContent { margin: 0.5rem; } .postContent { margin-left: 4rem; margin-right: 4rem; } .PostsList { margin-right: 1rem; margin-left: 3rem; } }
0.235196
0.073132
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} article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block} ul{list-style:none} blockquote,q{quotes:none} blockquote:before,blockquote:after,q:before,q:after{content:'';content:none} table{border-collapse:collapse;border-spacing:0} html{height:100%;min-height:100%;} body{min-height:100%; min-width:320px;} html,html a{-webkit-font-smoothing:antialiased} body,select,input,textarea,button{font:normal 14px/1.5 'Fira Sans', Arial, Helvetica, sans-serif; color:#000;outline:none} a{outline:none;color:#000;text-decoration:none} a img{border:0 none} h1,h2,h3,h4,h5 {line-height:normal;font-weight:400;text-rendering:optimizeLegibility} h1{font-size:23px} h2{font-size:21px} h3{font-size:20px} h4{font-size:18px} h5{font-size:16px} strong,b{font-weight:700} * {box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box;} .tr, .lp-form .lp-input input, .lp-form .inp-bottom .lp-check label a, .lp-bt .lp-block .lp-r a, .lp-form .lp-button button:after {-webkit-transition: all .3s ease; -moz-transition: all .3s ease; transition: all .3s ease;} @font-face { font-family: 'Fira Sans'; src: url('../fonts/subset-FiraSans-Regular.eot'); src: url('../fonts/subset-FiraSans-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/subset-FiraSans-Regular.woff2') format('woff2'), url('../fonts/subset-FiraSans-Regular.woff') format('woff'), url('../fonts/subset-FiraSans-Regular.ttf') format('truetype'), url('../fonts/subset-FiraSans-Regular.svg#FiraSans-Regular') format('svg'); font-weight: normal; font-style: normal; } @font-face { font-family: 'Fira Sans'; src: url('../fonts/subset-FiraSans-SemiBold.eot'); src: url('../fonts/subset-FiraSans-SemiBold.eot?#iefix') format('embedded-opentype'), url('../fonts/subset-FiraSans-SemiBold.woff2') format('woff2'), url('../fonts/subset-FiraSans-SemiBold.woff') format('woff'), url('../fonts/subset-FiraSans-SemiBold.ttf') format('truetype'), url('../fonts/subset-FiraSans-SemiBold.svg#FiraSans-SemiBold') format('svg'); font-weight: 600; font-style: normal; } @font-face { font-family: 'Fira Sans'; src: url('../fonts/subset-FiraSans-Bold.eot'); src: url('../fonts/subset-FiraSans-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/subset-FiraSans-Bold.woff2') format('woff2'), url('../fonts/subset-FiraSans-Bold.woff') format('woff'), url('../fonts/subset-FiraSans-Bold.ttf') format('truetype'), url('../fonts/subset-FiraSans-Bold.svg#FiraSans-Bold') format('svg'); font-weight: bold; font-style: normal; } /* Struktur */ .reg {position: fixed; top: 0; left: 0; right: 0; bottom: 0; height: 100%; overflow-x: auto; background-image: linear-gradient(to right, #f04b23, #ffc908);} .ct-a {display: table; height: 100%; margin: 0 auto;} .ct-b {display:table-cell; height:100%; vertical-align:middle;} .login-panel {display:block; content:""; clear:both;} /* Login panel */ .login-panel {max-width:100%; width:1064px; margin: 20px auto; padding:0 20px;} .login-panel .login-panel-wrap {background-color: #fff; box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.1); border-radius:10px; overflow:hidden;} .login-panel-wrap .lp-top {overflow:hidden; padding:10px 25px;} .lp-top .logo {float:left;} .lp-top .logo a {display:block; width:191px; height:46px; background-image: url(../images/logo.svg);} .lp-top .return {float:right; padding: 13px 0;} .lp-top .return a {display:block; position:relative;color:#f04b23; line-height:20px; height:20px; font-size:14px; font-weight: 600; padding-left:22px;} .lp-top .return a:before {content: ""; display:block; position:absolute; left:0; top:0; background-image: url(../images/arrow.svg); width:20px; height:20px;} .login-panel-wrap .lp-content {overflow:hidden; position:relative;} .lp-content .lp-col {width:50%; float:left;} .lp-content .lp-col .lp-left {text-align:center; padding:88px 20px;} .lp-content .lp-col .lp-left:before {content:""; background-color: #efefef; position:absolute; width:50%; height:100%; top:0; left:0;} .lp-left .lp-symb {margin: 0 auto 30px; position:relative; z-index:1;} .lp-left .lp-symb.symb-1 {background-image: url(../images/symb-1.svg);} .lp-left .lp-symb.w-1 {width:132px; height:199px;} .lp-left .lp-symb.symb-2 {background-image: url(../images/symb-2.png);} .lp-left .lp-symb.symb-3 {background-image: url(../images/symb-3.svg);} .lp-left .lp-symb.symb-4 {background-image: url(../images/symb-4.png);} .lp-left .lp-symb.w-2 {width:181px; height:199px; background-size:cover;} .lp-left .lp-a {color: #282828; font-weight:bold; letter-spacing:-0.6px; font-size:40px; line-height:48px; margin-bottom:15px; position:relative; z-index:1;} .lp-left .lp-b {color:#565656; letter-spacing:0.64px; font-size: 16px; line-height:23px; width:360px; max-width:100%; margin: 0 auto; position:relative; z-index:1;} .lp-content .lp-col .lp-right {padding:65px 46px 30px 46px;} .lp-content .lp-col .lp-right.for-reg {padding:28px 46px 30px 46px;} .lp-right .lp-a {color:#282828; letter-spacing: -0.6px; font-size:40px; line-height:48px; margin-bottom:10px; font-weight:bold;} .lp-right .lp-b {color: #565656; margin-bottom:25px; font-size:16px; line-height:19px; letter-spacing: 0.64px;} .lp-form .lp-input {position:relative; margin-bottom:20px;} .lp-form .lp-input:before {content:""; width:24px; height:24px; display:block; position:absolute; left:16px; top:0; bottom:0; margin: auto; z-index:100;} .lp-form .lp-input.mail:before {background-image: url(../images/l-mail.svg);} .lp-form .lp-input.pass:before {background-image: url(../images/pass.svg);} .lp-form .lp-input.phone-register:before {background-image: url(../images/l-phone.svg);} .lp-form .lp-input input {width:100%; display:block; border-radius: 10px; border: solid 1px #c1c1c1; background-color: #ffffff; font-size:15px; font-weight:500; line-height:24px; padding:12px 20px 12px 50px;} .lp-form .lp-input .show-pass {position:absolute; top:0; margin: auto; bottom:0; width:24px; height:24px; background-image: url(../images/show-pass.svg); background-position:0 0; right:18px; cursor:pointer;} .lp-form .lp-input .show-pass.showed {background-position: 0 100%;} .lp-form .lp-input input:focus {border-color:#f04b23} .lp-form .inp-bottom {overflow:hidden;} .lp-form .inp-bottom .lp-check {float:left;} .lp-form .inp-bottom .lp-check label {position:relative; line-height:16px; font-size:12px; color: #282828; padding-left:24px; cursor:pointer; display:block;} .lp-form .inp-bottom .lp-check label:before {content: ""; position:absolute; left:0; top:0; width: 14px; height: 14px; border-radius: 2px; border: 1px solid #282828; display:block;} .lp-form .inp-bottom .lp-check label:after {content: none; position:absolute; left:0; top:0; width: 16px; height: 16px; display:block; background-size:cover; background-image: url(../images/check.svg); z-index:10;} .lp-form .inp-bottom .lp-check label a {font-weight:bold;} .lp-form .inp-bottom .lp-check label a:hover {color:#f04b23} .lp-form .inp-bottom .lp-check input {display:none;} .lp-form .inp-bottom .lp-check input:checked ~ label:after {content:""} .lp-form .inp-bottom .forget {float:right; line-height:16px; height:16px; font-size:12px;} .lp-form .inp-bottom .forget a {display:block; color:#f04b23; font-weight:600; text-decoration:underline;} .lp-form .inp-bottom .forget a:hover {text-decoration:none;} .lp-form .lp-button {margin-top:25px;} .lp-form .lp-button button {display:block; width:100%; border-radius: 10px; box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.1); background-image: linear-gradient(to right, #f04b23, #ffc908); text-align:center; color: #ffffff; font-size:15px; line-height:24px; padding: 13px 10px; border:0; margin:0; cursor:pointer; position:relative; overflow:hidden; z-index:10;} .lp-right .lp-bt {margin-top:61px; text-align:center;} .lp-form .lp-button button:after {content: ""; position:absolute; top:0; left:0; width:100%; height:100%; background-image: linear-gradient(to right, #ffc908, #f04b23); opacity:0; z-index:-1;} .lp-form .lp-button button:hover:after {opacity:1;} .lp-bt .lp-block .lp-l {display:inline-block; vertical-align:top;font-size:16px; line-height:24px; padding: 8px 20px; color:#7d7d7d; letter-spacing: -0.18px; margin-top:5px;} .lp-bt .lp-block .lp-r {display:inline-block; vertical-align:top; margin-top:5px;} .lp-bt .lp-block .lp-r a {display:block; font-size:14px; font-weight:bold; line-height:24px; border-radius: 5px; border: solid 1px #282828; padding: 7px 20px; color: #282828; letter-spacing:0.56px; min-width:150px;} .lp-bt .lp-block .lp-r a:hover {background-color: #f04c23; border-color: #f04e22; color: #fff;} /* Enter panel */ .lp-content .ap-top {position:absolute; width:100%; padding-top:40px; text-align:center;} .ap-top .ap-text {color:#282828; font-size:18px; line-height:22px; letter-spacing:1.08px; margin-bottom:30px;} .ap-top .ap-symb {width: 132px;height: 199px; background-image: url(../images/symb-1.svg); margin: 0 auto 30px; position: relative; z-index: 1;} .lp-content .lp-col .ap-left {text-align:center; padding:206px 20px 28px 20px; background-image: linear-gradient(to bottom, #ffd337, #ffc908);} .lp-content .lp-col .ap-right {text-align:center; padding:206px 20px 28px 20px; background-image: linear-gradient(to bottom, #fe6e4b, #f04b23);} .z-text {font-size:40px; line-height:48px; font-weight:bold; letter-spacing: -0.6px; margin-bottom: 24px; position:relative; z-index:10;} .ap-left .z-text {color:#282828;} .ap-right .z-text {color:#fff;} .z-button a {display:inline-block; vertical-align:top; width:280px; font-size:15px; font-weight:500; line-height:20px; padding: 15px; border-radius: 10px; box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.1); position:relative; z-index:10;} .ap-left .z-button a {background-image: linear-gradient(to right, #f04b23, #fe6e4b); color:#fff;} .ap-right .z-button a {background-image: linear-gradient(to right, #ffc908, #ffd337); color:#000;} .ap-left .lp-bt, .ap-right .lp-bt {margin-top:132px;} .ap-left .lp-bt .lp-block .lp-l {color:#282828;} .ap-right .lp-bt .lp-block .lp-r a {color:#fff; border-color:#fff;} .ap-right .lp-bt .lp-block .lp-l {color:#fff;} @media only screen and (max-width:1080px) { .ct-a {width:100%;} .login-panel {width:100%;} } @media only screen and (max-width:760px) { .lp-content .lp-col {width:100%;} .lp-content .lp-col .lp-left {background-color: #efefef; padding: 60px 20px;} .lp-content .lp-col .lp-left:before {content:none;} .lp-content .lp-col .lp-right {padding: 40px 40px 30px 40px;} .lp-content .lp-col .ap-left {padding-top:320px;} .lp-content .lp-col .ap-right {padding-top:40px;} .ap-left .lp-bt, .ap-right .lp-bt {margin-top:40px;} } @media only screen and (max-width:600px) { .login-panel {padding: 0 10px;} .login-panel-wrap .lp-top {padding:10px;} } @media only screen and (max-width:460px) { .lp-left .lp-b {width:100%;} .lp-content .lp-col .lp-right {padding: 36px 20px 30px 20px !important;} .lp-right .lp-bt {margin-top:46px;} .lp-top .return {padding:6px 0;} .lp-top .return span {display:none;} .lp-top .return a {padding:0; width:34px; height:34px;} .lp-top .return a:before {width:34px; height:34px; background-size:cover;} } div.error_message { background: #dc3545; color: #fff; padding: 8px 15px; position: relative; font-weight: bold; font-size: 14px; line-height: 22px; margin-bottom: 20px; border-radius:3px; } div.success_message { background: #40c85f; color: #fff; padding: 8px 15px; position: relative; font-weight: bold; font-size: 14px; line-height: 22px; margin-bottom: 20px; border-radius:3px; } .valid_message { background:#CEEEB2; margin:4px 0 4px 0; color:#000; padding:6px; } div.public_message, div.message { margin:4px 0px 4px 0px; color:#6B6B6B; padding:4px; display:none; background:#FEFBD9; border:1px #EEE9B5 solid; position:relative; }
public/smart/css/style-l.css
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline} article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block} ul{list-style:none} blockquote,q{quotes:none} blockquote:before,blockquote:after,q:before,q:after{content:'';content:none} table{border-collapse:collapse;border-spacing:0} html{height:100%;min-height:100%;} body{min-height:100%; min-width:320px;} html,html a{-webkit-font-smoothing:antialiased} body,select,input,textarea,button{font:normal 14px/1.5 'Fira Sans', Arial, Helvetica, sans-serif; color:#000;outline:none} a{outline:none;color:#000;text-decoration:none} a img{border:0 none} h1,h2,h3,h4,h5 {line-height:normal;font-weight:400;text-rendering:optimizeLegibility} h1{font-size:23px} h2{font-size:21px} h3{font-size:20px} h4{font-size:18px} h5{font-size:16px} strong,b{font-weight:700} * {box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box;} .tr, .lp-form .lp-input input, .lp-form .inp-bottom .lp-check label a, .lp-bt .lp-block .lp-r a, .lp-form .lp-button button:after {-webkit-transition: all .3s ease; -moz-transition: all .3s ease; transition: all .3s ease;} @font-face { font-family: 'Fira Sans'; src: url('../fonts/subset-FiraSans-Regular.eot'); src: url('../fonts/subset-FiraSans-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/subset-FiraSans-Regular.woff2') format('woff2'), url('../fonts/subset-FiraSans-Regular.woff') format('woff'), url('../fonts/subset-FiraSans-Regular.ttf') format('truetype'), url('../fonts/subset-FiraSans-Regular.svg#FiraSans-Regular') format('svg'); font-weight: normal; font-style: normal; } @font-face { font-family: 'Fira Sans'; src: url('../fonts/subset-FiraSans-SemiBold.eot'); src: url('../fonts/subset-FiraSans-SemiBold.eot?#iefix') format('embedded-opentype'), url('../fonts/subset-FiraSans-SemiBold.woff2') format('woff2'), url('../fonts/subset-FiraSans-SemiBold.woff') format('woff'), url('../fonts/subset-FiraSans-SemiBold.ttf') format('truetype'), url('../fonts/subset-FiraSans-SemiBold.svg#FiraSans-SemiBold') format('svg'); font-weight: 600; font-style: normal; } @font-face { font-family: 'Fira Sans'; src: url('../fonts/subset-FiraSans-Bold.eot'); src: url('../fonts/subset-FiraSans-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/subset-FiraSans-Bold.woff2') format('woff2'), url('../fonts/subset-FiraSans-Bold.woff') format('woff'), url('../fonts/subset-FiraSans-Bold.ttf') format('truetype'), url('../fonts/subset-FiraSans-Bold.svg#FiraSans-Bold') format('svg'); font-weight: bold; font-style: normal; } /* Struktur */ .reg {position: fixed; top: 0; left: 0; right: 0; bottom: 0; height: 100%; overflow-x: auto; background-image: linear-gradient(to right, #f04b23, #ffc908);} .ct-a {display: table; height: 100%; margin: 0 auto;} .ct-b {display:table-cell; height:100%; vertical-align:middle;} .login-panel {display:block; content:""; clear:both;} /* Login panel */ .login-panel {max-width:100%; width:1064px; margin: 20px auto; padding:0 20px;} .login-panel .login-panel-wrap {background-color: #fff; box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.1); border-radius:10px; overflow:hidden;} .login-panel-wrap .lp-top {overflow:hidden; padding:10px 25px;} .lp-top .logo {float:left;} .lp-top .logo a {display:block; width:191px; height:46px; background-image: url(../images/logo.svg);} .lp-top .return {float:right; padding: 13px 0;} .lp-top .return a {display:block; position:relative;color:#f04b23; line-height:20px; height:20px; font-size:14px; font-weight: 600; padding-left:22px;} .lp-top .return a:before {content: ""; display:block; position:absolute; left:0; top:0; background-image: url(../images/arrow.svg); width:20px; height:20px;} .login-panel-wrap .lp-content {overflow:hidden; position:relative;} .lp-content .lp-col {width:50%; float:left;} .lp-content .lp-col .lp-left {text-align:center; padding:88px 20px;} .lp-content .lp-col .lp-left:before {content:""; background-color: #efefef; position:absolute; width:50%; height:100%; top:0; left:0;} .lp-left .lp-symb {margin: 0 auto 30px; position:relative; z-index:1;} .lp-left .lp-symb.symb-1 {background-image: url(../images/symb-1.svg);} .lp-left .lp-symb.w-1 {width:132px; height:199px;} .lp-left .lp-symb.symb-2 {background-image: url(../images/symb-2.png);} .lp-left .lp-symb.symb-3 {background-image: url(../images/symb-3.svg);} .lp-left .lp-symb.symb-4 {background-image: url(../images/symb-4.png);} .lp-left .lp-symb.w-2 {width:181px; height:199px; background-size:cover;} .lp-left .lp-a {color: #282828; font-weight:bold; letter-spacing:-0.6px; font-size:40px; line-height:48px; margin-bottom:15px; position:relative; z-index:1;} .lp-left .lp-b {color:#565656; letter-spacing:0.64px; font-size: 16px; line-height:23px; width:360px; max-width:100%; margin: 0 auto; position:relative; z-index:1;} .lp-content .lp-col .lp-right {padding:65px 46px 30px 46px;} .lp-content .lp-col .lp-right.for-reg {padding:28px 46px 30px 46px;} .lp-right .lp-a {color:#282828; letter-spacing: -0.6px; font-size:40px; line-height:48px; margin-bottom:10px; font-weight:bold;} .lp-right .lp-b {color: #565656; margin-bottom:25px; font-size:16px; line-height:19px; letter-spacing: 0.64px;} .lp-form .lp-input {position:relative; margin-bottom:20px;} .lp-form .lp-input:before {content:""; width:24px; height:24px; display:block; position:absolute; left:16px; top:0; bottom:0; margin: auto; z-index:100;} .lp-form .lp-input.mail:before {background-image: url(../images/l-mail.svg);} .lp-form .lp-input.pass:before {background-image: url(../images/pass.svg);} .lp-form .lp-input.phone-register:before {background-image: url(../images/l-phone.svg);} .lp-form .lp-input input {width:100%; display:block; border-radius: 10px; border: solid 1px #c1c1c1; background-color: #ffffff; font-size:15px; font-weight:500; line-height:24px; padding:12px 20px 12px 50px;} .lp-form .lp-input .show-pass {position:absolute; top:0; margin: auto; bottom:0; width:24px; height:24px; background-image: url(../images/show-pass.svg); background-position:0 0; right:18px; cursor:pointer;} .lp-form .lp-input .show-pass.showed {background-position: 0 100%;} .lp-form .lp-input input:focus {border-color:#f04b23} .lp-form .inp-bottom {overflow:hidden;} .lp-form .inp-bottom .lp-check {float:left;} .lp-form .inp-bottom .lp-check label {position:relative; line-height:16px; font-size:12px; color: #282828; padding-left:24px; cursor:pointer; display:block;} .lp-form .inp-bottom .lp-check label:before {content: ""; position:absolute; left:0; top:0; width: 14px; height: 14px; border-radius: 2px; border: 1px solid #282828; display:block;} .lp-form .inp-bottom .lp-check label:after {content: none; position:absolute; left:0; top:0; width: 16px; height: 16px; display:block; background-size:cover; background-image: url(../images/check.svg); z-index:10;} .lp-form .inp-bottom .lp-check label a {font-weight:bold;} .lp-form .inp-bottom .lp-check label a:hover {color:#f04b23} .lp-form .inp-bottom .lp-check input {display:none;} .lp-form .inp-bottom .lp-check input:checked ~ label:after {content:""} .lp-form .inp-bottom .forget {float:right; line-height:16px; height:16px; font-size:12px;} .lp-form .inp-bottom .forget a {display:block; color:#f04b23; font-weight:600; text-decoration:underline;} .lp-form .inp-bottom .forget a:hover {text-decoration:none;} .lp-form .lp-button {margin-top:25px;} .lp-form .lp-button button {display:block; width:100%; border-radius: 10px; box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.1); background-image: linear-gradient(to right, #f04b23, #ffc908); text-align:center; color: #ffffff; font-size:15px; line-height:24px; padding: 13px 10px; border:0; margin:0; cursor:pointer; position:relative; overflow:hidden; z-index:10;} .lp-right .lp-bt {margin-top:61px; text-align:center;} .lp-form .lp-button button:after {content: ""; position:absolute; top:0; left:0; width:100%; height:100%; background-image: linear-gradient(to right, #ffc908, #f04b23); opacity:0; z-index:-1;} .lp-form .lp-button button:hover:after {opacity:1;} .lp-bt .lp-block .lp-l {display:inline-block; vertical-align:top;font-size:16px; line-height:24px; padding: 8px 20px; color:#7d7d7d; letter-spacing: -0.18px; margin-top:5px;} .lp-bt .lp-block .lp-r {display:inline-block; vertical-align:top; margin-top:5px;} .lp-bt .lp-block .lp-r a {display:block; font-size:14px; font-weight:bold; line-height:24px; border-radius: 5px; border: solid 1px #282828; padding: 7px 20px; color: #282828; letter-spacing:0.56px; min-width:150px;} .lp-bt .lp-block .lp-r a:hover {background-color: #f04c23; border-color: #f04e22; color: #fff;} /* Enter panel */ .lp-content .ap-top {position:absolute; width:100%; padding-top:40px; text-align:center;} .ap-top .ap-text {color:#282828; font-size:18px; line-height:22px; letter-spacing:1.08px; margin-bottom:30px;} .ap-top .ap-symb {width: 132px;height: 199px; background-image: url(../images/symb-1.svg); margin: 0 auto 30px; position: relative; z-index: 1;} .lp-content .lp-col .ap-left {text-align:center; padding:206px 20px 28px 20px; background-image: linear-gradient(to bottom, #ffd337, #ffc908);} .lp-content .lp-col .ap-right {text-align:center; padding:206px 20px 28px 20px; background-image: linear-gradient(to bottom, #fe6e4b, #f04b23);} .z-text {font-size:40px; line-height:48px; font-weight:bold; letter-spacing: -0.6px; margin-bottom: 24px; position:relative; z-index:10;} .ap-left .z-text {color:#282828;} .ap-right .z-text {color:#fff;} .z-button a {display:inline-block; vertical-align:top; width:280px; font-size:15px; font-weight:500; line-height:20px; padding: 15px; border-radius: 10px; box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.1); position:relative; z-index:10;} .ap-left .z-button a {background-image: linear-gradient(to right, #f04b23, #fe6e4b); color:#fff;} .ap-right .z-button a {background-image: linear-gradient(to right, #ffc908, #ffd337); color:#000;} .ap-left .lp-bt, .ap-right .lp-bt {margin-top:132px;} .ap-left .lp-bt .lp-block .lp-l {color:#282828;} .ap-right .lp-bt .lp-block .lp-r a {color:#fff; border-color:#fff;} .ap-right .lp-bt .lp-block .lp-l {color:#fff;} @media only screen and (max-width:1080px) { .ct-a {width:100%;} .login-panel {width:100%;} } @media only screen and (max-width:760px) { .lp-content .lp-col {width:100%;} .lp-content .lp-col .lp-left {background-color: #efefef; padding: 60px 20px;} .lp-content .lp-col .lp-left:before {content:none;} .lp-content .lp-col .lp-right {padding: 40px 40px 30px 40px;} .lp-content .lp-col .ap-left {padding-top:320px;} .lp-content .lp-col .ap-right {padding-top:40px;} .ap-left .lp-bt, .ap-right .lp-bt {margin-top:40px;} } @media only screen and (max-width:600px) { .login-panel {padding: 0 10px;} .login-panel-wrap .lp-top {padding:10px;} } @media only screen and (max-width:460px) { .lp-left .lp-b {width:100%;} .lp-content .lp-col .lp-right {padding: 36px 20px 30px 20px !important;} .lp-right .lp-bt {margin-top:46px;} .lp-top .return {padding:6px 0;} .lp-top .return span {display:none;} .lp-top .return a {padding:0; width:34px; height:34px;} .lp-top .return a:before {width:34px; height:34px; background-size:cover;} } div.error_message { background: #dc3545; color: #fff; padding: 8px 15px; position: relative; font-weight: bold; font-size: 14px; line-height: 22px; margin-bottom: 20px; border-radius:3px; } div.success_message { background: #40c85f; color: #fff; padding: 8px 15px; position: relative; font-weight: bold; font-size: 14px; line-height: 22px; margin-bottom: 20px; border-radius:3px; } .valid_message { background:#CEEEB2; margin:4px 0 4px 0; color:#000; padding:6px; } div.public_message, div.message { margin:4px 0px 4px 0px; color:#6B6B6B; padding:4px; display:none; background:#FEFBD9; border:1px #EEE9B5 solid; position:relative; }
0.335351
0.061933
@font-face { font-family: 'Business'; src: url('../fonts/Business.ttf?rjfyih') format('truetype'), url('../fonts/Business.woff?rjfyih') format('woff'), url('../fonts/Business.svg?rjfyih#Business') format('svg'); font-weight: normal; font-style: normal; } .business { /* use !important to prevent issues with browser extensions that change fonts */ font-family: 'Business' , "Courier New", Courier, monospace !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; } .atm .path1:before { content: "\e900"; color: rgb(85, 96, 128); } .atm .path2:before { content: "\e901"; margin-left: -1em; color: rgb(44, 47, 56); } .atm .path3:before { content: "\e902"; margin-left: -1em; color: rgb(236, 240, 241); } .atm .path4:before { content: "\e903"; margin-left: -1em; color: rgb(189, 195, 199); } .atm .path5:before { content: "\e904"; margin-left: -1em; color: rgb(232, 232, 211); } .atm .path6:before { content: "\e905"; margin-left: -1em; color: rgb(109, 140, 96); } .atm .path7:before { content: "\e906"; margin-left: -1em; color: rgb(109, 140, 96); } .atm .path8:before { content: "\e907"; margin-left: -1em; color: rgb(232, 232, 211); } .atm .path9:before { content: "\e908"; margin-left: -1em; color: rgb(232, 232, 211); } .atm .path10:before { content: "\e909"; margin-left: -1em; color: rgb(232, 232, 211); } .atm .path11:before { content: "\e90a"; margin-left: -1em; color: rgb(232, 232, 211); } .atm .path12:before { content: "\e90b"; margin-left: -1em; color: rgb(232, 232, 211); } .atm .path13:before { content: "\e90c"; margin-left: -1em; color: rgb(232, 232, 211); } .atm .path14:before { content: "\e90d"; margin-left: -1em; color: rgb(232, 232, 211); } .atm .path15:before { content: "\e90e"; margin-left: -1em; color: rgb(232, 232, 211); } .atm .path16:before { content: "\e90f"; margin-left: -1em; color: rgb(181, 179, 154); } .atm .path17:before { content: "\e910"; margin-left: -1em; color: rgb(181, 179, 154); } .atm .path18:before { content: "\e911"; margin-left: -1em; color: rgb(58, 76, 49); } .atm .path19:before { content: "\e912"; margin-left: -1em; color: rgb(58, 76, 49); } .atm .path20:before { content: "\e913"; margin-left: -1em; color: rgb(58, 76, 49); } .atm .path21:before { content: "\e914"; margin-left: -1em; color: rgb(181, 179, 154); } .atm .path22:before { content: "\e915"; margin-left: -1em; color: rgb(206, 205, 178); } .atm .path23:before { content: "\e916"; margin-left: -1em; color: rgb(181, 179, 154); } .atm .path24:before { content: "\e917"; margin-left: -1em; color: rgb(109, 140, 96); } .atm .path25:before { content: "\e918"; margin-left: -1em; color: rgb(109, 140, 96); } .atm .path26:before { content: "\e919"; margin-left: -1em; color: rgb(81, 107, 69); } .atm .path27:before { content: "\e91a"; margin-left: -1em; color: rgb(58, 76, 49); } .atm .path28:before { content: "\e91b"; margin-left: -1em; color: rgb(81, 107, 69); } .atm .path29:before { content: "\e91c"; margin-left: -1em; color: rgb(58, 76, 49); } .atm-1 .path1:before { content: "\e91d"; color: rgb(136, 192, 87); } .atm-1 .path2:before { content: "\e91e"; margin-left: -1em; color: rgb(136, 192, 87); } .atm-1 .path3:before { content: "\e91f"; margin-left: -1em; color: rgb(136, 192, 87); } .atm-1 .path4:before { content: "\e920"; margin-left: -1em; color: rgb(44, 47, 56); } .atm-1 .path5:before { content: "\e921"; margin-left: -1em; color: rgb(214, 163, 95); } .atm-1 .path6:before { content: "\e922"; margin-left: -1em; color: rgb(236, 240, 241); } .atm-1 .path7:before { content: "\e923"; margin-left: -1em; color: rgb(236, 240, 241); } .atm-1 .path8:before { content: "\e924"; margin-left: -1em; color: rgb(236, 240, 241); } .atm-1 .path9:before { content: "\e925"; margin-left: -1em; color: rgb(173, 128, 73); } .atm-1 .path10:before { content: "\e926"; margin-left: -1em; color: rgb(173, 128, 73); } .atm-1 .path11:before { content: "\e927"; margin-left: -1em; color: rgb(173, 128, 73); } .atm-1 .path12:before { content: "\e928"; margin-left: -1em; color: rgb(173, 128, 73); } .atm-1 .path13:before { content: "\e929"; margin-left: -1em; color: rgb(173, 128, 73); } .atm-1 .path14:before { content: "\e92a"; margin-left: -1em; color: rgb(173, 128, 73); } .atm-1 .path15:before { content: "\e92b"; margin-left: -1em; color: rgb(173, 128, 73); } .atm-1 .path16:before { content: "\e92c"; margin-left: -1em; color: rgb(236, 240, 241); } .atm-1 .path17:before { content: "\e92d"; margin-left: -1em; color: rgb(240, 196, 25); } .atm-1 .path18:before { content: "\e92e"; margin-left: -1em; color: rgb(243, 213, 91); } .atm-1 .path19:before { content: "\e92f"; margin-left: -1em; color: rgb(240, 196, 25); } .atm-1 .path20:before { content: "\e930"; margin-left: -1em; color: rgb(243, 213, 91); } .atm-1 .path21:before { content: "\e931"; margin-left: -1em; color: rgb(243, 213, 91); } .atm-1 .path22:before { content: "\e932"; margin-left: -1em; color: rgb(243, 213, 91); } .atm-1 .path23:before { content: "\e933"; margin-left: -1em; color: rgb(243, 213, 91); } .atm-2 .path1:before { content: "\e934"; color: rgb(44, 47, 56); } .atm-2 .path2:before { content: "\e935"; margin-left: -1em; color: rgb(214, 163, 95); } .atm-2 .path3:before { content: "\e936"; margin-left: -1em; color: rgb(236, 240, 241); } .atm-2 .path4:before { content: "\e937"; margin-left: -1em; color: rgb(236, 240, 241); } .atm-2 .path5:before { content: "\e938"; margin-left: -1em; color: rgb(236, 240, 241); } .atm-2 .path6:before { content: "\e939"; margin-left: -1em; color: rgb(173, 128, 73); } .atm-2 .path7:before { content: "\e93a"; margin-left: -1em; color: rgb(173, 128, 73); } .atm-2 .path8:before { content: "\e93b"; margin-left: -1em; color: rgb(173, 128, 73); } .atm-2 .path9:before { content: "\e93c"; margin-left: -1em; color: rgb(173, 128, 73); } .atm-2 .path10:before { content: "\e93d"; margin-left: -1em; color: rgb(173, 128, 73); } .atm-2 .path11:before { content: "\e93e"; margin-left: -1em; color: rgb(173, 128, 73); } .atm-2 .path12:before { content: "\e93f"; margin-left: -1em; color: rgb(173, 128, 73); } .atm-2 .path13:before { content: "\e940"; margin-left: -1em; color: rgb(236, 240, 241); } .atm-2 .path14:before { content: "\e941"; margin-left: -1em; color: rgb(240, 196, 25); } .atm-2 .path15:before { content: "\e942"; margin-left: -1em; color: rgb(243, 213, 91); } .atm-2 .path16:before { content: "\e943"; margin-left: -1em; color: rgb(237, 113, 97); } .atm-2 .path17:before { content: "\e944"; margin-left: -1em; color: rgb(237, 113, 97); } .atm-2 .path18:before { content: "\e945"; margin-left: -1em; color: rgb(237, 113, 97); } .atm-2 .path19:before { content: "\e946"; margin-left: -1em; color: rgb(240, 196, 25); } .atm-2 .path20:before { content: "\e947"; margin-left: -1em; color: rgb(243, 213, 91); } .atm-2 .path21:before { content: "\e948"; margin-left: -1em; color: rgb(243, 213, 91); } .atm-2 .path22:before { content: "\e949"; margin-left: -1em; color: rgb(243, 213, 91); } .atm-2 .path23:before { content: "\e94a"; margin-left: -1em; color: rgb(243, 213, 91); } .bag .path1:before { content: "\e94b"; color: rgb(72, 83, 109); } .bag .path2:before { content: "\e94c"; margin-left: -1em; color: rgb(85, 96, 128); } .bag .path3:before { content: "\e94d"; margin-left: -1em; color: rgb(109, 124, 160); } .bag .path4:before { content: "\e94e"; margin-left: -1em; color: rgb(61, 70, 91); } .bag .path5:before { content: "\e94f"; margin-left: -1em; color: rgb(109, 124, 160); } .bag .path6:before { content: "\e950"; margin-left: -1em; color: rgb(61, 70, 91); } .bag .path7:before { content: "\e951"; margin-left: -1em; color: rgb(61, 70, 91); } .bag .path8:before { content: "\e952"; margin-left: -1em; color: rgb(61, 70, 91); } .bag .path9:before { content: "\e953"; margin-left: -1em; color: rgb(134, 151, 203); } .bag-1 .path1:before { content: "\e954"; color: rgb(85, 96, 128); } .bag-1 .path2:before { content: "\e955"; margin-left: -1em; color: rgb(72, 83, 109); } .bag-1 .path3:before { content: "\e956"; margin-left: -1em; color: rgb(109, 124, 160); } .bag-1 .path4:before { content: "\e957"; margin-left: -1em; color: rgb(61, 70, 91); } .bag-1 .path5:before { content: "\e958"; margin-left: -1em; color: rgb(61, 70, 91); } .bag-1 .path6:before { content: "\e959"; margin-left: -1em; color: rgb(61, 70, 91); } .bag-1 .path7:before { content: "\e95a"; margin-left: -1em; color: rgb(109, 124, 160); } .bag-1 .path8:before { content: "\e95b"; margin-left: -1em; color: rgb(61, 70, 91); } .bag-1 .path9:before { content: "\e95c"; margin-left: -1em; color: rgb(134, 151, 203); } .bag-2 .path1:before { content: "\e95d"; color: rgb(240, 215, 184); } .bag-2 .path2:before { content: "\e95e"; margin-left: -1em; color: rgb(206, 182, 158); } .bag-2 .path3:before { content: "\e95f"; margin-left: -1em; color: rgb(206, 182, 158); } .bag-2 .path4:before { content: "\e960"; margin-left: -1em; color: rgb(206, 182, 158); } .bag-2 .path5:before { content: "\e961"; margin-left: -1em; color: rgb(206, 182, 158); } .bag-2 .path6:before { content: "\e962"; margin-left: -1em; color: rgb(114, 84, 58); } .bag-2 .path7:before { content: "\e963"; margin-left: -1em; color: rgb(114, 84, 58); } .bag-2 .path8:before { content: "\e964"; margin-left: -1em; color: rgb(206, 182, 158); } .bag-3 .path1:before { content: "\e965"; color: rgb(224, 198, 169); } .bag-3 .path2:before { content: "\e966"; margin-left: -1em; color: rgb(255, 236, 215); } .bag-3 .path3:before { content: "\e967"; margin-left: -1em; color: rgb(204, 178, 151); } .bag-3 .path4:before { content: "\e968"; margin-left: -1em; color: rgb(255, 236, 215); } .bag-3 .path5:before { content: "\e969"; margin-left: -1em; color: rgb(204, 178, 151); } .bag-3 .path6:before { content: "\e96a"; margin-left: -1em; color: rgb(240, 215, 184); } .bag-3 .path7:before { content: "\e96b"; margin-left: -1em; color: rgb(114, 84, 58); } .bag-3 .path8:before { content: "\e96c"; margin-left: -1em; color: rgb(114, 84, 58); } .bag-3 .path9:before { content: "\e96d"; margin-left: -1em; color: rgb(206, 182, 158); } .bag-4 .path1:before { content: "\e96e"; color: rgb(224, 198, 169); } .bag-4 .path2:before { content: "\e96f"; margin-left: -1em; color: rgb(255, 236, 215); } .bag-4 .path3:before { content: "\e970"; margin-left: -1em; color: rgb(204, 178, 151); } .bag-4 .path4:before { content: "\e971"; margin-left: -1em; color: rgb(255, 236, 215); } .bag-4 .path5:before { content: "\e972"; margin-left: -1em; color: rgb(204, 178, 151); } .bag-4 .path6:before { content: "\e973"; margin-left: -1em; color: rgb(240, 215, 184); } .bag-4 .path7:before { content: "\e974"; margin-left: -1em; color: rgb(114, 84, 58); } .bag-4 .path8:before { content: "\e975"; margin-left: -1em; color: rgb(114, 84, 58); } .bag-4 .path9:before { content: "\e976"; margin-left: -1em; color: rgb(206, 182, 158); } .bag-4 .path10:before { content: "\e977"; margin-left: -1em; color: rgb(210, 86, 39); } .bag-4 .path11:before { content: "\e978"; margin-left: -1em; color: rgb(255, 255, 255); } .bag-4 .path12:before { content: "\e979"; margin-left: -1em; color: rgb(255, 255, 255); } .bag-5 .path1:before { content: "\e97a"; color: rgb(224, 198, 169); } .bag-5 .path2:before { content: "\e97b"; margin-left: -1em; color: rgb(255, 236, 215); } .bag-5 .path3:before { content: "\e97c"; margin-left: -1em; color: rgb(204, 178, 151); } .bag-5 .path4:before { content: "\e97d"; margin-left: -1em; color: rgb(255, 236, 215); } .bag-5 .path5:before { content: "\e97e"; margin-left: -1em; color: rgb(204, 178, 151); } .bag-5 .path6:before { content: "\e97f"; margin-left: -1em; color: rgb(240, 215, 184); } .bag-5 .path7:before { content: "\e980"; margin-left: -1em; color: rgb(114, 84, 58); } .bag-5 .path8:before { content: "\e981"; margin-left: -1em; color: rgb(114, 84, 58); } .bag-5 .path9:before { content: "\e982"; margin-left: -1em; color: rgb(206, 182, 158); } .bag-5 .path10:before { content: "\e983"; margin-left: -1em; color: rgb(113, 194, 133); } .bag-5 .path11:before { content: "\e984"; margin-left: -1em; color: rgb(255, 255, 255); } .bag-5 .path12:before { content: "\e985"; margin-left: -1em; color: rgb(255, 255, 255); } .bag-5 .path13:before { content: "\e986"; margin-left: -1em; color: rgb(255, 255, 255); } .bag-6 .path1:before { content: "\e987"; color: rgb(224, 198, 169); } .bag-6 .path2:before { content: "\e988"; margin-left: -1em; color: rgb(255, 236, 215); } .bag-6 .path3:before { content: "\e989"; margin-left: -1em; color: rgb(204, 178, 151); } .bag-6 .path4:before { content: "\e98a"; margin-left: -1em; color: rgb(255, 236, 215); } .bag-6 .path5:before { content: "\e98b"; margin-left: -1em; color: rgb(204, 178, 151); } .bag-6 .path6:before { content: "\e98c"; margin-left: -1em; color: rgb(240, 215, 184); } .bag-6 .path7:before { content: "\e98d"; margin-left: -1em; color: rgb(114, 84, 58); } .bag-6 .path8:before { content: "\e98e"; margin-left: -1em; color: rgb(114, 84, 58); } .bag-6 .path9:before { content: "\e98f"; margin-left: -1em; color: rgb(206, 182, 158); } .bag-6 .path10:before { content: "\e990"; margin-left: -1em; color: rgb(237, 113, 97); } .bag-6 .path11:before { content: "\e991"; margin-left: -1em; color: rgb(255, 255, 255); } .bag-6 .path12:before { content: "\e992"; margin-left: -1em; color: rgb(255, 255, 255); } .bag-6 .path13:before { content: "\e993"; margin-left: -1em; color: rgb(255, 255, 255); } .bank .path1:before { content: "\e994"; color: rgb(189, 170, 145); } .bank .path2:before { content: "\e995"; margin-left: -1em; color: rgb(219, 205, 184); } .bank .path3:before { content: "\e996"; margin-left: -1em; color: rgb(219, 205, 184); } .bank .path4:before { content: "\e997"; margin-left: -1em; color: rgb(219, 205, 184); } .bank .path5:before { content: "\e998"; margin-left: -1em; color: rgb(219, 205, 184); } .bank .path6:before { content: "\e999"; margin-left: -1em; color: rgb(219, 205, 184); } .bank .path7:before { content: "\e99a"; margin-left: -1em; color: rgb(219, 205, 184); } .bank .path8:before { content: "\e99b"; margin-left: -1em; color: rgb(255, 242, 220); } .bank .path9:before { content: "\e99c"; margin-left: -1em; color: rgb(255, 242, 220); } .bank .path10:before { content: "\e99d"; margin-left: -1em; color: rgb(219, 205, 184); } .bank .path11:before { content: "\e99e"; margin-left: -1em; color: rgb(219, 205, 184); } .bank .path12:before { content: "\e99f"; margin-left: -1em; color: rgb(255, 242, 220); } .barbershop .path1:before { content: "\e9a0"; color: rgb(219, 205, 184); } .barbershop .path2:before { content: "\e9a1"; margin-left: -1em; color: rgb(219, 205, 184); } .barbershop .path3:before { content: "\e9a2"; margin-left: -1em; color: rgb(255, 242, 219); } .barbershop .path4:before { content: "\e9a3"; margin-left: -1em; color: rgb(241, 120, 108); } .barbershop .path5:before { content: "\e9a4"; margin-left: -1em; color: rgb(255, 252, 244); } .barbershop .path6:before { content: "\e9a5"; margin-left: -1em; color: rgb(241, 120, 108); } .barbershop .path7:before { content: "\e9a6"; margin-left: -1em; color: rgb(255, 252, 244); } .barbershop .path8:before { content: "\e9a7"; margin-left: -1em; color: rgb(241, 120, 108); } .barbershop .path9:before { content: "\e9a8"; margin-left: -1em; color: rgb(255, 252, 244); } .barbershop .path10:before { content: "\e9a9"; margin-left: -1em; color: rgb(241, 120, 108); } .barbershop .path11:before { content: "\e9aa"; margin-left: -1em; color: rgb(144, 186, 225); } .barbershop .path12:before { content: "\e9ab"; margin-left: -1em; color: rgb(127, 110, 93); } .barbershop .path13:before { content: "\e9ac"; margin-left: -1em; color: rgb(144, 186, 225); } .barbershop .path14:before { content: "\e9ad"; margin-left: -1em; color: rgb(127, 110, 93); } .barbershop .path15:before { content: "\e9ae"; margin-left: -1em; color: rgb(208, 232, 249); } .barbershop .path16:before { content: "\e9af"; margin-left: -1em; color: rgb(208, 232, 249); } .barbershop .path17:before { content: "\e9b0"; margin-left: -1em; color: rgb(208, 232, 249); } .barbershop .path18:before { content: "\e9b1"; margin-left: -1em; color: rgb(208, 232, 249); } .barbershop .path19:before { content: "\e9b2"; margin-left: -1em; color: rgb(208, 232, 249); } .barbershop .path20:before { content: "\e9b3"; margin-left: -1em; color: rgb(208, 232, 249); } .barbershop .path21:before { content: "\e9b4"; margin-left: -1em; color: rgb(255, 252, 244); } .barbershop .path22:before { content: "\e9b5"; margin-left: -1em; color: rgb(230, 76, 60); } .barbershop .path23:before { content: "\e9b6"; margin-left: -1em; color: rgb(255, 252, 244); } .barbershop .path24:before { content: "\e9b7"; margin-left: -1em; color: rgb(230, 76, 60); } .barbershop .path25:before { content: "\e9b8"; margin-left: -1em; color: rgb(80, 80, 138); } .barbershop .path26:before { content: "\e9b9"; margin-left: -1em; color: rgb(230, 76, 60); } .barcode .path1:before { content: "\e9ba"; color: rgb(240, 237, 224); } .barcode .path2:before { content: "\e9bb"; margin-left: -1em; color: rgb(85, 96, 128); } .barcode .path3:before { content: "\e9bc"; margin-left: -1em; color: rgb(85, 96, 128); } .barcode .path4:before { content: "\e9bd"; margin-left: -1em; color: rgb(85, 96, 128); } .barcode .path5:before { content: "\e9be"; margin-left: -1em; color: rgb(85, 96, 128); } .barcode .path6:before { content: "\e9bf"; margin-left: -1em; color: rgb(85, 96, 128); } .barcode .path7:before { content: "\e9c0"; margin-left: -1em; color: rgb(85, 96, 128); } .barcode .path8:before { content: "\e9c1"; margin-left: -1em; color: rgb(85, 96, 128); } .barcode .path9:before { content: "\e9c2"; margin-left: -1em; color: rgb(85, 96, 128); } .barcode .path10:before { content: "\e9c3"; margin-left: -1em; color: rgb(85, 96, 128); } .barcode .path11:before { content: "\e9c4"; margin-left: -1em; color: rgb(85, 96, 128); } .barcode .path12:before { content: "\e9c5"; margin-left: -1em; color: rgb(85, 96, 128); } .barcode .path13:before { content: "\e9c6"; margin-left: -1em; color: rgb(85, 96, 128); } .barcode .path14:before { content: "\e9c7"; margin-left: -1em; color: rgb(85, 96, 128); } .barcode .path15:before { content: "\e9c8"; margin-left: -1em; color: rgb(85, 96, 128); } .barcode .path16:before { content: "\e9c9"; margin-left: -1em; color: rgb(85, 96, 128); } .barcode .path17:before { content: "\e9ca"; margin-left: -1em; color: rgb(85, 96, 128); } .barcode .path18:before { content: "\e9cb"; margin-left: -1em; color: rgb(85, 96, 128); } .barcode .path19:before { content: "\e9cc"; margin-left: -1em; color: rgb(85, 96, 128); } .barcode .path20:before { content: "\e9cd"; margin-left: -1em; color: rgb(85, 96, 128); } .barcode .path21:before { content: "\e9ce"; margin-left: -1em; color: rgb(85, 96, 128); } .barcode .path22:before { content: "\e9cf"; margin-left: -1em; color: rgb(85, 96, 128); } .barcode .path23:before { content: "\e9d0"; margin-left: -1em; color: rgb(85, 96, 128); } .barcode .path24:before { content: "\e9d1"; margin-left: -1em; color: rgb(85, 96, 128); } .barcode .path25:before { content: "\e9d2"; margin-left: -1em; color: rgb(85, 96, 128); } .barcode .path26:before { content: "\e9d3"; margin-left: -1em; color: rgb(85, 96, 128); } .barcode .path27:before { content: "\e9d4"; margin-left: -1em; color: rgb(85, 96, 128); } .barcode .path28:before { content: "\e9d5"; margin-left: -1em; color: rgb(85, 96, 128); } .barcode .path29:before { content: "\e9d6"; margin-left: -1em; color: rgb(85, 96, 128); } .barcode-1 .path1:before { content: "\e9d7"; color: rgb(209, 212, 209); } .barcode-1 .path2:before { content: "\e9d8"; margin-left: -1em; color: rgb(209, 212, 209); } .barcode-1 .path3:before { content: "\e9d9"; margin-left: -1em; color: rgb(209, 212, 209); } .barcode-1 .path4:before { content: "\e9da"; margin-left: -1em; color: rgb(209, 212, 209); } .barcode-1 .path5:before { content: "\e9db"; margin-left: -1em; color: rgb(209, 212, 209); } .barcode-1 .path6:before { content: "\e9dc"; margin-left: -1em; color: rgb(209, 212, 209); } .barcode-1 .path7:before { content: "\e9dd"; margin-left: -1em; color: rgb(209, 212, 209); } .barcode-1 .path8:before { content: "\e9de"; margin-left: -1em; color: rgb(209, 212, 209); } .barcode-1 .path9:before { content: "\e9df"; margin-left: -1em; color: rgb(209, 212, 209); } .barcode-1 .path10:before { content: "\e9e0"; margin-left: -1em; color: rgb(209, 212, 209); } .barcode-1 .path11:before { content: "\e9e1"; margin-left: -1em; color: rgb(209, 212, 209); } .barcode-1 .path12:before { content: "\e9e2"; margin-left: -1em; color: rgb(209, 212, 209); } .barcode-1 .path13:before { content: "\e9e3"; margin-left: -1em; color: rgb(209, 212, 209); } .barcode-1 .path14:before { content: "\e9e4"; margin-left: -1em; color: rgb(209, 212, 209); } .barcode-1 .path15:before { content: "\e9e5"; margin-left: -1em; color: rgb(209, 212, 209); } .barcode-1 .path16:before { content: "\e9e6"; margin-left: -1em; color: rgb(209, 212, 209); } .barcode-1 .path17:before { content: "\e9e7"; margin-left: -1em; color: rgb(209, 212, 209); } .barcode-1 .path18:before { content: "\e9e8"; margin-left: -1em; color: rgb(209, 212, 209); } .barcode-1 .path19:before { content: "\e9e9"; margin-left: -1em; color: rgb(209, 212, 209); } .barcode-1 .path20:before { content: "\e9ea"; margin-left: -1em; color: rgb(209, 212, 209); } .barcode-1 .path21:before { content: "\e9eb"; margin-left: -1em; color: rgb(209, 212, 209); } .barcode-1 .path22:before { content: "\e9ec"; margin-left: -1em; color: rgb(209, 212, 209); } .barcode-1 .path23:before { content: "\e9ed"; margin-left: -1em; color: rgb(209, 212, 209); } .barcode-1 .path24:before { content: "\e9ee"; margin-left: -1em; color: rgb(209, 212, 209); } .barcode-1 .path25:before { content: "\e9ef"; margin-left: -1em; color: rgb(209, 212, 209); } .barcode-1 .path26:before { content: "\e9f0"; margin-left: -1em; color: rgb(209, 212, 209); } .barcode-1 .path27:before { content: "\e9f1"; margin-left: -1em; color: rgb(209, 212, 209); } .barcode-1 .path28:before { content: "\e9f2"; margin-left: -1em; color: rgb(209, 212, 209); } .barcode-1 .path29:before { content: "\e9f3"; margin-left: -1em; color: rgb(209, 212, 209); } .barcode-1 .path30:before { content: "\e9f4"; margin-left: -1em; color: rgb(209, 212, 209); } .barcode-1 .path31:before { content: "\e9f5"; margin-left: -1em; color: rgb(209, 212, 209); } .barcode-1 .path32:before { content: "\e9f6"; margin-left: -1em; color: rgb(209, 212, 209); } .barcode-1 .path33:before { content: "\e9f7"; margin-left: -1em; color: rgb(209, 212, 209); } .barcode-1 .path34:before { content: "\e9f8"; margin-left: -1em; color: rgb(209, 212, 209); } .barcode-1 .path35:before { content: "\e9f9"; margin-left: -1em; color: rgb(209, 212, 209); } .barcode-1 .path36:before { content: "\e9fa"; margin-left: -1em; color: rgb(209, 212, 209); } .barcode-1 .path37:before { content: "\e9fb"; margin-left: -1em; color: rgb(209, 212, 209); } .barcode-1 .path38:before { content: "\e9fc"; margin-left: -1em; color: rgb(209, 212, 209); } .barcode-1 .path39:before { content: "\e9fd"; margin-left: -1em; color: rgb(209, 212, 209); } .barcode-1 .path40:before { content: "\e9fe"; margin-left: -1em; color: rgb(209, 212, 209); } .barcode-1 .path41:before { content: "\e9ff"; margin-left: -1em; color: rgb(209, 212, 209); } .barcode-1 .path42:before { content: "\ea00"; margin-left: -1em; color: rgb(134, 151, 203); } .barcode-1 .path43:before { content: "\ea01"; margin-left: -1em; color: rgb(134, 151, 203); } .barcode-1 .path44:before { content: "\ea02"; margin-left: -1em; color: rgb(134, 151, 203); } .barcode-1 .path45:before { content: "\ea03"; margin-left: -1em; color: rgb(134, 151, 203); } .barcode-1 .path46:before { content: "\ea04"; margin-left: -1em; color: rgb(215, 90, 74); } .basket .path1:before { content: "\ea05"; color: rgb(113, 194, 133); } .basket .path2:before { content: "\ea06"; margin-left: -1em; color: rgb(36, 174, 95); } .basket .path3:before { content: "\ea07"; margin-left: -1em; color: rgb(113, 194, 133); } .basket .path4:before { content: "\ea08"; margin-left: -1em; color: rgb(164, 232, 105); } .basket .path5:before { content: "\ea09"; margin-left: -1em; color: rgb(164, 232, 105); } .basket .path6:before { content: "\ea0a"; margin-left: -1em; color: rgb(164, 232, 105); } .basket .path7:before { content: "\ea0b"; margin-left: -1em; color: rgb(164, 232, 105); } .basket .path8:before { content: "\ea0c"; margin-left: -1em; color: rgb(243, 213, 91); } .basket .path9:before { content: "\ea0d"; margin-left: -1em; color: rgb(240, 196, 25); } .basket .path10:before { content: "\ea0e"; margin-left: -1em; color: rgb(79, 186, 111); } .basket-1 .path1:before { content: "\ea0f"; color: rgb(192, 58, 43); } .basket-1 .path2:before { content: "\ea10"; margin-left: -1em; color: rgb(230, 76, 60); } .basket-1 .path3:before { content: "\ea11"; margin-left: -1em; color: rgb(85, 96, 128); } .basket-1 .path4:before { content: "\ea12"; margin-left: -1em; color: rgb(237, 113, 97); } .basket-1 .path5:before { content: "\ea13"; margin-left: -1em; color: rgb(237, 113, 97); } .basket-1 .path6:before { content: "\ea14"; margin-left: -1em; color: rgb(237, 113, 97); } .basket-1 .path7:before { content: "\ea15"; margin-left: -1em; color: rgb(237, 113, 97); } .basket-1 .path8:before { content: "\ea16"; margin-left: -1em; color: rgb(237, 113, 97); } .basket-1 .path9:before { content: "\ea17"; margin-left: -1em; color: rgb(237, 113, 97); } .basket-1 .path10:before { content: "\ea18"; margin-left: -1em; color: rgb(237, 113, 97); } .basket-1 .path11:before { content: "\ea19"; margin-left: -1em; color: rgb(237, 113, 97); } .basket-1 .path12:before { content: "\ea1a"; margin-left: -1em; color: rgb(237, 113, 97); } .basket-1 .path13:before { content: "\ea1b"; margin-left: -1em; color: rgb(237, 113, 97); } .basket-1 .path14:before { content: "\ea1c"; margin-left: -1em; color: rgb(237, 113, 97); } .basket-1 .path15:before { content: "\ea1d"; margin-left: -1em; color: rgb(237, 113, 97); } .basket-1 .path16:before { content: "\ea1e"; margin-left: -1em; color: rgb(237, 113, 97); } .basket-1 .path17:before { content: "\ea1f"; margin-left: -1em; color: rgb(237, 113, 97); } .basket-1 .path18:before { content: "\ea20"; margin-left: -1em; color: rgb(237, 113, 97); } .basket-1 .path19:before { content: "\ea21"; margin-left: -1em; color: rgb(237, 113, 97); } .basket-1 .path20:before { content: "\ea22"; margin-left: -1em; color: rgb(237, 113, 97); } .basket-1 .path21:before { content: "\ea23"; margin-left: -1em; color: rgb(237, 113, 97); } .basket-1 .path22:before { content: "\ea24"; margin-left: -1em; color: rgb(237, 113, 97); } .basket-1 .path23:before { content: "\ea25"; margin-left: -1em; color: rgb(237, 113, 97); } .basket-1 .path24:before { content: "\ea26"; margin-left: -1em; color: rgb(237, 113, 97); } .basket-1 .path25:before { content: "\ea27"; margin-left: -1em; color: rgb(237, 113, 97); } .basket-1 .path26:before { content: "\ea28"; margin-left: -1em; color: rgb(237, 113, 97); } .basket-1 .path27:before { content: "\ea29"; margin-left: -1em; color: rgb(237, 113, 97); } .basket-1 .path28:before { content: "\ea2a"; margin-left: -1em; color: rgb(85, 96, 128); } .basket-1 .path29:before { content: "\ea2b"; margin-left: -1em; color: rgb(243, 213, 91); } .basket-1 .path30:before { content: "\ea2c"; margin-left: -1em; color: rgb(243, 213, 91); } .basket-2 .path1:before { content: "\ea2d"; color: rgb(134, 151, 203); } .basket-2 .path2:before { content: "\ea2e"; margin-left: -1em; color: rgb(85, 96, 128); } .basket-2 .path3:before { content: "\ea2f"; margin-left: -1em; color: rgb(85, 96, 128); } .basket-2 .path4:before { content: "\ea30"; margin-left: -1em; color: rgb(85, 96, 128); } .basket-2 .path5:before { content: "\ea31"; margin-left: -1em; color: rgb(134, 151, 203); } .basket-2 .path6:before { content: "\ea32"; margin-left: -1em; color: rgb(134, 151, 203); } .basket-2 .path7:before { content: "\ea33"; margin-left: -1em; color: rgb(134, 151, 203); } .basket-2 .path8:before { content: "\ea34"; margin-left: -1em; color: rgb(134, 151, 203); } .basket-2 .path9:before { content: "\ea35"; margin-left: -1em; color: rgb(134, 151, 203); } .basket-2 .path10:before { content: "\ea36"; margin-left: -1em; color: rgb(134, 151, 203); } .basket-2 .path11:before { content: "\ea37"; margin-left: -1em; color: rgb(134, 151, 203); } .basket-2 .path12:before { content: "\ea38"; margin-left: -1em; color: rgb(134, 151, 203); } .basket-2 .path13:before { content: "\ea39"; margin-left: -1em; color: rgb(134, 151, 203); } .basket-2 .path14:before { content: "\ea3a"; margin-left: -1em; color: rgb(134, 151, 203); } .basket-2 .path15:before { content: "\ea3b"; margin-left: -1em; color: rgb(134, 151, 203); } .basket-2 .path16:before { content: "\ea3c"; margin-left: -1em; color: rgb(134, 151, 203); } .basket-2 .path17:before { content: "\ea3d"; margin-left: -1em; color: rgb(134, 151, 203); } .basket-2 .path18:before { content: "\ea3e"; margin-left: -1em; color: rgb(134, 151, 203); } .basket-2 .path19:before { content: "\ea3f"; margin-left: -1em; color: rgb(134, 151, 203); } .basket-2 .path20:before { content: "\ea40"; margin-left: -1em; color: rgb(134, 151, 203); } .basket-2 .path21:before { content: "\ea41"; margin-left: -1em; color: rgb(134, 151, 203); } .basket-2 .path22:before { content: "\ea42"; margin-left: -1em; color: rgb(134, 151, 203); } .basket-2 .path23:before { content: "\ea43"; margin-left: -1em; color: rgb(134, 151, 203); } .basket-2 .path24:before { content: "\ea44"; margin-left: -1em; color: rgb(134, 151, 203); } .basket-2 .path25:before { content: "\ea45"; margin-left: -1em; color: rgb(134, 151, 203); } .basket-2 .path26:before { content: "\ea46"; margin-left: -1em; color: rgb(134, 151, 203); } .basket-2 .path27:before { content: "\ea47"; margin-left: -1em; color: rgb(134, 151, 203); } .basket-2 .path28:before { content: "\ea48"; margin-left: -1em; color: rgb(134, 151, 203); } .basket-2 .path29:before { content: "\ea49"; margin-left: -1em; color: rgb(134, 151, 203); } .basket-2 .path30:before { content: "\ea4a"; margin-left: -1em; color: rgb(134, 151, 203); } .basket-2 .path31:before { content: "\ea4b"; margin-left: -1em; color: rgb(134, 151, 203); } .basket-2 .path32:before { content: "\ea4c"; margin-left: -1em; color: rgb(134, 151, 203); } .basket-2 .path33:before { content: "\ea4d"; margin-left: -1em; color: rgb(134, 151, 203); } .basket-2 .path34:before { content: "\ea4e"; margin-left: -1em; color: rgb(134, 151, 203); } .basket-2 .path35:before { content: "\ea4f"; margin-left: -1em; color: rgb(134, 151, 203); } .basket-2 .path36:before { content: "\ea50"; margin-left: -1em; color: rgb(134, 151, 203); } .basket-2 .path37:before { content: "\ea51"; margin-left: -1em; color: rgb(134, 151, 203); } .basket-2 .path38:before { content: "\ea52"; margin-left: -1em; color: rgb(134, 151, 203); } .basket-2 .path39:before { content: "\ea53"; margin-left: -1em; color: rgb(134, 151, 203); } .basket-2 .path40:before { content: "\ea54"; margin-left: -1em; color: rgb(134, 151, 203); } .basket-2 .path41:before { content: "\ea55"; margin-left: -1em; color: rgb(134, 151, 203); } .basket-2 .path42:before { content: "\ea56"; margin-left: -1em; color: rgb(134, 151, 203); } .basket-2 .path43:before { content: "\ea57"; margin-left: -1em; color: rgb(134, 151, 203); } .basket-2 .path44:before { content: "\ea58"; margin-left: -1em; color: rgb(134, 151, 203); } .basket-2 .path45:before { content: "\ea59"; margin-left: -1em; color: rgb(134, 151, 203); } .basket-2 .path46:before { content: "\ea5a"; margin-left: -1em; color: rgb(134, 151, 203); } .basket-2 .path47:before { content: "\ea5b"; margin-left: -1em; color: rgb(134, 151, 203); } .basket-2 .path48:before { content: "\ea5c"; margin-left: -1em; color: rgb(134, 151, 203); } .basket-2 .path49:before { content: "\ea5d"; margin-left: -1em; color: rgb(134, 151, 203); } .basket-2 .path50:before { content: "\ea5e"; margin-left: -1em; color: rgb(134, 151, 203); } .basket-2 .path51:before { content: "\ea5f"; margin-left: -1em; color: rgb(134, 151, 203); } .basket-2 .path52:before { content: "\ea60"; margin-left: -1em; color: rgb(134, 151, 203); } .basket-2 .path53:before { content: "\ea61"; margin-left: -1em; color: rgb(134, 151, 203); } .basket-2 .path54:before { content: "\ea62"; margin-left: -1em; color: rgb(134, 151, 203); } .basket-2 .path55:before { content: "\ea63"; margin-left: -1em; color: rgb(134, 151, 203); } .basket-2 .path56:before { content: "\ea64"; margin-left: -1em; color: rgb(134, 151, 203); } .basket-2 .path57:before { content: "\ea65"; margin-left: -1em; color: rgb(134, 151, 203); } .basket-2 .path58:before { content: "\ea66"; margin-left: -1em; color: rgb(134, 151, 203); } .basket-2 .path59:before { content: "\ea67"; margin-left: -1em; color: rgb(134, 151, 203); } .basket-2 .path60:before { content: "\ea68"; margin-left: -1em; color: rgb(134, 151, 203); } .basket-2 .path61:before { content: "\ea69"; margin-left: -1em; color: rgb(134, 151, 203); } .basket-2 .path62:before { content: "\ea6a"; margin-left: -1em; color: rgb(134, 151, 203); } .basket-2 .path63:before { content: "\ea6b"; margin-left: -1em; color: rgb(134, 151, 203); } .basket-2 .path64:before { content: "\ea6c"; margin-left: -1em; color: rgb(134, 151, 203); } .basket-2 .path65:before { content: "\ea6d"; margin-left: -1em; color: rgb(134, 151, 203); } .basket-2 .path66:before { content: "\ea6e"; margin-left: -1em; color: rgb(134, 151, 203); } .basket-2 .path67:before { content: "\ea6f"; margin-left: -1em; color: rgb(134, 151, 203); } .basket-2 .path68:before { content: "\ea70"; margin-left: -1em; color: rgb(134, 151, 203); } .basket-2 .path69:before { content: "\ea71"; margin-left: -1em; color: rgb(134, 151, 203); } .basket-2 .path70:before { content: "\ea72"; margin-left: -1em; color: rgb(134, 151, 203); } .basket-2 .path71:before { content: "\ea73"; margin-left: -1em; color: rgb(134, 151, 203); } .basket-2 .path72:before { content: "\ea74"; margin-left: -1em; color: rgb(134, 151, 203); } .basket-2 .path73:before { content: "\ea75"; margin-left: -1em; color: rgb(134, 151, 203); } .basket-2 .path74:before { content: "\ea76"; margin-left: -1em; color: rgb(134, 151, 203); } .basket-2 .path75:before { content: "\ea77"; margin-left: -1em; color: rgb(134, 151, 203); } .basket-2 .path76:before { content: "\ea78"; margin-left: -1em; color: rgb(134, 151, 203); } .basket-2 .path77:before { content: "\ea79"; margin-left: -1em; color: rgb(134, 151, 203); } .basket-2 .path78:before { content: "\ea7a"; margin-left: -1em; color: rgb(134, 151, 203); } .basket-2 .path79:before { content: "\ea7b"; margin-left: -1em; color: rgb(134, 151, 203); } .basket-2 .path80:before { content: "\ea7c"; margin-left: -1em; color: rgb(134, 151, 203); } .basket-2 .path81:before { content: "\ea7d"; margin-left: -1em; color: rgb(134, 151, 203); } .basket-2 .path82:before { content: "\ea7e"; margin-left: -1em; color: rgb(134, 151, 203); } .basket-2 .path83:before { content: "\ea7f"; margin-left: -1em; color: rgb(134, 151, 203); } .basket-2 .path84:before { content: "\ea80"; margin-left: -1em; color: rgb(134, 151, 203); } .basket-2 .path85:before { content: "\ea81"; margin-left: -1em; color: rgb(134, 151, 203); } .basket-2 .path86:before { content: "\ea82"; margin-left: -1em; color: rgb(134, 151, 203); } .basket-2 .path87:before { content: "\ea83"; margin-left: -1em; color: rgb(134, 151, 203); } .basket-2 .path88:before { content: "\ea84"; margin-left: -1em; color: rgb(134, 151, 203); } .basket-2 .path89:before { content: "\ea85"; margin-left: -1em; color: rgb(134, 151, 203); } .basket-2 .path90:before { content: "\ea86"; margin-left: -1em; color: rgb(240, 196, 25); } .box .path1:before { content: "\ea87"; color: rgb(169, 130, 88); } .box .path2:before { content: "\ea88"; margin-left: -1em; color: rgb(218, 174, 134); } .box .path3:before { content: "\ea89"; margin-left: -1em; color: rgb(216, 177, 139); } .box .path4:before { content: "\ea8a"; margin-left: -1em; color: rgb(232, 213, 178); } .box .path5:before { content: "\ea8b"; margin-left: -1em; color: rgb(212, 195, 165); } .box .path6:before { content: "\ea8c"; margin-left: -1em; color: rgb(212, 195, 165); } .box .path7:before { content: "\ea8d"; margin-left: -1em; color: rgb(212, 195, 165); } .box .path8:before { content: "\ea8e"; margin-left: -1em; color: rgb(212, 195, 165); } .box .path9:before { content: "\ea8f"; margin-left: -1em; color: rgb(212, 195, 165); } .box .path10:before { content: "\ea90"; margin-left: -1em; color: rgb(212, 195, 165); } .box .path11:before { content: "\ea91"; margin-left: -1em; color: rgb(212, 195, 165); } .box .path12:before { content: "\ea92"; margin-left: -1em; color: rgb(244, 213, 189); } .box .path13:before { content: "\ea93"; margin-left: -1em; color: rgb(216, 177, 139); } .box-1 .path1:before { content: "\ea94"; color: rgb(169, 130, 88); } .box-1 .path2:before { content: "\ea95"; margin-left: -1em; color: rgb(218, 174, 134); } .box-1 .path3:before { content: "\ea96"; margin-left: -1em; color: rgb(216, 177, 139); } .box-1 .path4:before { content: "\ea97"; margin-left: -1em; color: rgb(244, 213, 189); } .box-1 .path5:before { content: "\ea98"; margin-left: -1em; color: rgb(216, 177, 139); } .box-2 .path1:before { content: "\ea99"; color: rgb(169, 130, 88); } .box-2 .path2:before { content: "\ea9a"; margin-left: -1em; color: rgb(91, 70, 49); } .box-2 .path3:before { content: "\ea9b"; margin-left: -1em; color: rgb(232, 213, 178); } .box-2 .path4:before { content: "\ea9c"; margin-left: -1em; color: rgb(232, 213, 178); } .box-2 .path5:before { content: "\ea9d"; margin-left: -1em; color: rgb(232, 213, 178); } .box-2 .path6:before { content: "\ea9e"; margin-left: -1em; color: rgb(218, 174, 134); } .box-2 .path7:before { content: "\ea9f"; margin-left: -1em; color: rgb(244, 213, 189); } .box-3 .path1:before { content: "\eaa0"; color: rgb(0, 150, 230); } .box-3 .path2:before { content: "\eaa1"; margin-left: -1em; color: rgb(169, 130, 88); } .box-3 .path3:before { content: "\eaa2"; margin-left: -1em; color: rgb(218, 174, 134); } .box-3 .path4:before { content: "\eaa3"; margin-left: -1em; color: rgb(244, 213, 189); } .box-3 .path5:before { content: "\eaa4"; margin-left: -1em; color: rgb(216, 177, 139); } .briefcase .path1:before { content: "\eaa5"; color: rgb(134, 87, 63); } .briefcase .path2:before { content: "\eaa6"; margin-left: -1em; color: rgb(160, 102, 70); } .briefcase .path3:before { content: "\eaa7"; margin-left: -1em; color: rgb(160, 102, 70); } .briefcase .path4:before { content: "\eaa8"; margin-left: -1em; color: rgb(203, 178, 146); } .briefcase .path5:before { content: "\eaa9"; margin-left: -1em; color: rgb(203, 178, 146); } .briefcase .path6:before { content: "\eaaa"; margin-left: -1em; color: rgb(214, 218, 219); } .briefcase .path7:before { content: "\eaab"; margin-left: -1em; color: rgb(214, 218, 219); } .briefcase .path8:before { content: "\eaac"; margin-left: -1em; color: rgb(123, 103, 95); } .briefcase .path9:before { content: "\eaad"; margin-left: -1em; color: rgb(203, 178, 146); } .briefcase .path10:before { content: "\eaae"; margin-left: -1em; color: rgb(88, 55, 40); } .briefcase .path11:before { content: "\eaaf"; margin-left: -1em; color: rgb(88, 55, 40); } .briefcase .path12:before { content: "\eab0"; margin-left: -1em; color: rgb(88, 55, 40); } .briefcase .path13:before { content: "\eab1"; margin-left: -1em; color: rgb(75, 48, 33); } .briefcase .path14:before { content: "\eab2"; margin-left: -1em; color: rgb(75, 48, 33); } .briefcase .path15:before { content: "\eab3"; margin-left: -1em; color: rgb(75, 48, 33); } .briefcase .path16:before { content: "\eab4"; margin-left: -1em; color: rgb(75, 48, 33); } .briefcase .path17:before { content: "\eab5"; margin-left: -1em; color: rgb(88, 55, 40); } .briefcase .path18:before { content: "\eab6"; margin-left: -1em; color: rgb(203, 178, 146); } .briefcase .path19:before { content: "\eab7"; margin-left: -1em; color: rgb(203, 178, 146); } .briefcase .path20:before { content: "\eab8"; margin-left: -1em; color: rgb(203, 178, 146); } .briefcase .path21:before { content: "\eab9"; margin-left: -1em; color: rgb(203, 178, 146); } .briefcase-1 .path1:before { content: "\eaba"; color: rgb(206, 153, 101); } .briefcase-1 .path2:before { content: "\eabb"; margin-left: -1em; color: rgb(152, 108, 72); } .briefcase-1 .path3:before { content: "\eabc"; margin-left: -1em; color: rgb(255, 209, 108); } .briefcase-1 .path4:before { content: "\eabd"; margin-left: -1em; color: rgb(255, 209, 108); } .briefcase-1 .path5:before { content: "\eabe"; margin-left: -1em; color: rgb(96, 69, 48); } .briefcase-1 .path6:before { content: "\eabf"; margin-left: -1em; color: rgb(255, 209, 108); } .briefcase-1 .path7:before { content: "\eac0"; margin-left: -1em; color: rgb(96, 69, 48); } .briefcase-1 .path8:before { content: "\eac1"; margin-left: -1em; color: rgb(96, 69, 48); } .briefcase-1 .path9:before { content: "\eac2"; margin-left: -1em; color: rgb(255, 209, 108); } .briefcase-1 .path10:before { content: "\eac3"; margin-left: -1em; color: rgb(96, 69, 48); } .briefcase-1 .path11:before { content: "\eac4"; margin-left: -1em; color: rgb(203, 178, 146); } .calculator .path1:before { content: "\eac5"; color: rgb(201, 201, 186); } .calculator .path2:before { content: "\eac6"; margin-left: -1em; color: rgb(152, 165, 168); } .calculator .path3:before { content: "\eac7"; margin-left: -1em; color: rgb(242, 156, 31); } .calculator .path4:before { content: "\eac8"; margin-left: -1em; color: rgb(87, 92, 85); } .calculator .path5:before { content: "\eac9"; margin-left: -1em; color: rgb(87, 92, 85); } .calculator .path6:before { content: "\eaca"; margin-left: -1em; color: rgb(87, 92, 85); } .calculator .path7:before { content: "\eacb"; margin-left: -1em; color: rgb(255, 254, 249); } .calculator .path8:before { content: "\eacc"; margin-left: -1em; color: rgb(87, 92, 85); } .calculator .path9:before { content: "\eacd"; margin-left: -1em; color: rgb(87, 92, 85); } .calculator .path10:before { content: "\eace"; margin-left: -1em; color: rgb(87, 92, 85); } .calculator .path11:before { content: "\eacf"; margin-left: -1em; color: rgb(87, 92, 85); } .calculator .path12:before { content: "\ead0"; margin-left: -1em; color: rgb(87, 92, 85); } .calculator .path13:before { content: "\ead1"; margin-left: -1em; color: rgb(87, 92, 85); } .calculator .path14:before { content: "\ead2"; margin-left: -1em; color: rgb(73, 104, 109); } .calculator .path15:before { content: "\ead3"; margin-left: -1em; color: rgb(73, 104, 109); } .cart .path1:before { content: "\ead4"; color: rgb(79, 186, 111); } .cart .path2:before { content: "\ead5"; margin-left: -1em; color: rgb(94, 95, 98); } .cart .path3:before { content: "\ead6"; margin-left: -1em; color: rgb(94, 95, 98); } .cart .path4:before { content: "\ead7"; margin-left: -1em; color: rgb(94, 95, 98); } .cart .path5:before { content: "\ead8"; margin-left: -1em; color: rgb(94, 95, 98); } .cart .path6:before { content: "\ead9"; margin-left: -1em; color: rgb(85, 96, 128); } .cart .path7:before { content: "\eada"; margin-left: -1em; color: rgb(85, 96, 128); } .cart .path8:before { content: "\eadb"; margin-left: -1em; color: rgb(94, 95, 98); } .cart-1 .path1:before { content: "\eadc"; color: rgb(165, 165, 164); } .cart-1 .path2:before { content: "\eadd"; margin-left: -1em; color: rgb(165, 165, 164); } .cart-1 .path3:before { content: "\eade"; margin-left: -1em; color: rgb(165, 165, 164); } .cart-1 .path4:before { content: "\eadf"; margin-left: -1em; color: rgb(165, 165, 164); } .cart-1 .path5:before { content: "\eae0"; margin-left: -1em; color: rgb(85, 96, 128); } .cart-1 .path6:before { content: "\eae1"; margin-left: -1em; color: rgb(85, 96, 128); } .cart-1 .path7:before { content: "\eae2"; margin-left: -1em; color: rgb(165, 165, 164); } .cart-1 .path8:before { content: "\eae3"; margin-left: -1em; color: rgb(165, 165, 164); } .cart-1 .path9:before { content: "\eae4"; margin-left: -1em; color: rgb(165, 165, 164); } .cart-1 .path10:before { content: "\eae5"; margin-left: -1em; color: rgb(165, 165, 164); } .cart-1 .path11:before { content: "\eae6"; margin-left: -1em; color: rgb(165, 165, 164); } .cart-1 .path12:before { content: "\eae7"; margin-left: -1em; color: rgb(165, 165, 164); } .cart-2 .path1:before { content: "\eae8"; color: rgb(240, 196, 25); } .cart-2 .path2:before { content: "\eae9"; margin-left: -1em; color: rgb(85, 96, 128); } .cart-2 .path3:before { content: "\eaea"; margin-left: -1em; color: rgb(85, 96, 128); } .cart-2 .path4:before { content: "\eaeb"; margin-left: -1em; color: rgb(85, 96, 128); } .cart-2 .path5:before { content: "\eaec"; margin-left: -1em; color: rgb(85, 96, 128); } .cart-2 .path6:before { content: "\eaed"; margin-left: -1em; color: rgb(76, 128, 86); } .cart-2 .path7:before { content: "\eaee"; margin-left: -1em; color: rgb(76, 128, 86); } .cart-2 .path8:before { content: "\eaef"; margin-left: -1em; color: rgb(85, 96, 128); } .cart-2 .path9:before { content: "\eaf0"; margin-left: -1em; color: rgb(85, 96, 128); } .cart-2 .path10:before { content: "\eaf1"; margin-left: -1em; color: rgb(85, 96, 128); } .cart-3 .path1:before { content: "\eaf2"; color: rgb(85, 96, 128); } .cart-3 .path2:before { content: "\eaf3"; margin-left: -1em; color: rgb(85, 96, 128); } .cart-3 .path3:before { content: "\eaf4"; margin-left: -1em; color: rgb(85, 96, 128); } .cart-3 .path4:before { content: "\eaf5"; margin-left: -1em; color: rgb(85, 96, 128); } .cart-3 .path5:before { content: "\eaf6"; margin-left: -1em; color: rgb(165, 165, 164); } .cart-3 .path6:before { content: "\eaf7"; margin-left: -1em; color: rgb(165, 165, 164); } .cart-3 .path7:before { content: "\eaf8"; margin-left: -1em; color: rgb(85, 96, 128); } .cart-3 .path8:before { content: "\eaf9"; margin-left: -1em; color: rgb(85, 96, 128); } .cart-3 .path9:before { content: "\eafa"; margin-left: -1em; color: rgb(85, 96, 128); } .cart-3 .path10:before { content: "\eafb"; margin-left: -1em; color: rgb(85, 96, 128); } .cart-3 .path11:before { content: "\eafc"; margin-left: -1em; color: rgb(85, 96, 128); } .cart-3 .path12:before { content: "\eafd"; margin-left: -1em; color: rgb(85, 96, 128); } .cart-3 .path13:before { content: "\eafe"; margin-left: -1em; color: rgb(85, 96, 128); } .cart-3 .path14:before { content: "\eaff"; margin-left: -1em; color: rgb(85, 96, 128); } .cart-3 .path15:before { content: "\eb00"; margin-left: -1em; color: rgb(85, 96, 128); } .cart-3 .path16:before { content: "\eb01"; margin-left: -1em; color: rgb(230, 76, 60); } .cart-4 .path1:before { content: "\eb02"; color: rgb(113, 194, 133); } .cart-4 .path2:before { content: "\eb03"; margin-left: -1em; color: rgb(85, 96, 128); } .cart-4 .path3:before { content: "\eb04"; margin-left: -1em; color: rgb(85, 96, 128); } .cart-4 .path4:before { content: "\eb05"; margin-left: -1em; color: rgb(85, 96, 128); } .cart-4 .path5:before { content: "\eb06"; margin-left: -1em; color: rgb(85, 96, 128); } .cart-4 .path6:before { content: "\eb07"; margin-left: -1em; color: rgb(85, 96, 128); } .cart-4 .path7:before { content: "\eb08"; margin-left: -1em; color: rgb(85, 96, 128); } .cart-4 .path8:before { content: "\eb09"; margin-left: -1em; color: rgb(85, 96, 128); } .cart-4 .path9:before { content: "\eb0a"; margin-left: -1em; color: rgb(230, 76, 60); } .cart-4 .path10:before { content: "\eb0b"; margin-left: -1em; color: rgb(164, 232, 105); } .cart-4 .path11:before { content: "\eb0c"; margin-left: -1em; color: rgb(164, 232, 105); } .cart-4 .path12:before { content: "\eb0d"; margin-left: -1em; color: rgb(164, 232, 105); } .cart-4 .path13:before { content: "\eb0e"; margin-left: -1em; color: rgb(164, 232, 105); } .cart-4 .path14:before { content: "\eb0f"; margin-left: -1em; color: rgb(164, 232, 105); } .cart-4 .path15:before { content: "\eb10"; margin-left: -1em; color: rgb(164, 232, 105); } .cart-4 .path16:before { content: "\eb11"; margin-left: -1em; color: rgb(164, 232, 105); } .cart-4 .path17:before { content: "\eb12"; margin-left: -1em; color: rgb(164, 232, 105); } .cart-4 .path18:before { content: "\eb13"; margin-left: -1em; color: rgb(164, 232, 105); } .cart-4 .path19:before { content: "\eb14"; margin-left: -1em; color: rgb(164, 232, 105); } .cart-4 .path20:before { content: "\eb15"; margin-left: -1em; color: rgb(164, 232, 105); } .cart-4 .path21:before { content: "\eb16"; margin-left: -1em; color: rgb(164, 232, 105); } .cart-4 .path22:before { content: "\eb17"; margin-left: -1em; color: rgb(164, 232, 105); } .cart-4 .path23:before { content: "\eb18"; margin-left: -1em; color: rgb(164, 232, 105); } .cart-4 .path24:before { content: "\eb19"; margin-left: -1em; color: rgb(164, 232, 105); } .cart-4 .path25:before { content: "\eb1a"; margin-left: -1em; color: rgb(164, 232, 105); } .cart-4 .path26:before { content: "\eb1b"; margin-left: -1em; color: rgb(164, 232, 105); } .cart-4 .path27:before { content: "\eb1c"; margin-left: -1em; color: rgb(164, 232, 105); } .cart-4 .path28:before { content: "\eb1d"; margin-left: -1em; color: rgb(164, 232, 105); } .cart-4 .path29:before { content: "\eb1e"; margin-left: -1em; color: rgb(164, 232, 105); } .cart-4 .path30:before { content: "\eb1f"; margin-left: -1em; color: rgb(164, 232, 105); } .cart-4 .path31:before { content: "\eb20"; margin-left: -1em; color: rgb(164, 232, 105); } .cart-4 .path32:before { content: "\eb21"; margin-left: -1em; color: rgb(164, 232, 105); } .cart-4 .path33:before { content: "\eb22"; margin-left: -1em; color: rgb(164, 232, 105); } .cart-4 .path34:before { content: "\eb23"; margin-left: -1em; color: rgb(164, 232, 105); } .cart-4 .path35:before { content: "\eb24"; margin-left: -1em; color: rgb(164, 232, 105); } .cart-4 .path36:before { content: "\eb25"; margin-left: -1em; color: rgb(164, 232, 105); } .cart-4 .path37:before { content: "\eb26"; margin-left: -1em; color: rgb(164, 232, 105); } .cart-4 .path38:before { content: "\eb27"; margin-left: -1em; color: rgb(164, 232, 105); } .cart-4 .path39:before { content: "\eb28"; margin-left: -1em; color: rgb(164, 232, 105); } .cart-4 .path40:before { content: "\eb29"; margin-left: -1em; color: rgb(164, 232, 105); } .cart-4 .path41:before { content: "\eb2a"; margin-left: -1em; color: rgb(164, 232, 105); } .cart-4 .path42:before { content: "\eb2b"; margin-left: -1em; color: rgb(164, 232, 105); } .cart-4 .path43:before { content: "\eb2c"; margin-left: -1em; color: rgb(164, 232, 105); } .cart-4 .path44:before { content: "\eb2d"; margin-left: -1em; color: rgb(164, 232, 105); } .cart-4 .path45:before { content: "\eb2e"; margin-left: -1em; color: rgb(164, 232, 105); } .cart-4 .path46:before { content: "\eb2f"; margin-left: -1em; color: rgb(164, 232, 105); } .cart-4 .path47:before { content: "\eb30"; margin-left: -1em; color: rgb(164, 232, 105); } .cart-4 .path48:before { content: "\eb31"; margin-left: -1em; color: rgb(164, 232, 105); } .cart-4 .path49:before { content: "\eb32"; margin-left: -1em; color: rgb(164, 232, 105); } .cart-4 .path50:before { content: "\eb33"; margin-left: -1em; color: rgb(164, 232, 105); } .cart-4 .path51:before { content: "\eb34"; margin-left: -1em; color: rgb(164, 232, 105); } .cart-4 .path52:before { content: "\eb35"; margin-left: -1em; color: rgb(164, 232, 105); } .cart-4 .path53:before { content: "\eb36"; margin-left: -1em; color: rgb(164, 232, 105); } .cart-4 .path54:before { content: "\eb37"; margin-left: -1em; color: rgb(164, 232, 105); } .cart-4 .path55:before { content: "\eb38"; margin-left: -1em; color: rgb(164, 232, 105); } .cart-4 .path56:before { content: "\eb39"; margin-left: -1em; color: rgb(164, 232, 105); } .cart-4 .path57:before { content: "\eb3a"; margin-left: -1em; color: rgb(164, 232, 105); } .cart-4 .path58:before { content: "\eb3b"; margin-left: -1em; color: rgb(164, 232, 105); } .cart-4 .path59:before { content: "\eb3c"; margin-left: -1em; color: rgb(164, 232, 105); } .cart-4 .path60:before { content: "\eb3d"; margin-left: -1em; color: rgb(164, 232, 105); } .cart-4 .path61:before { content: "\eb3e"; margin-left: -1em; color: rgb(164, 232, 105); } .cart-5 .path1:before { content: "\eb3f"; color: rgb(255, 255, 255); } .cart-5 .path2:before { content: "\eb40"; margin-left: -1em; color: rgb(85, 96, 128); } .cart-5 .path3:before { content: "\eb41"; margin-left: -1em; color: rgb(255, 255, 255); } .cart-5 .path4:before { content: "\eb42"; margin-left: -1em; color: rgb(85, 96, 128); } .cart-5 .path5:before { content: "\eb43"; margin-left: -1em; color: rgb(85, 96, 128); } .cart-5 .path6:before { content: "\eb44"; margin-left: -1em; color: rgb(85, 96, 128); } .cart-5 .path7:before { content: "\eb45"; margin-left: -1em; color: rgb(216, 98, 94); } .cart-5 .path8:before { content: "\eb46"; margin-left: -1em; color: rgb(85, 96, 128); } .cart-5 .path9:before { content: "\eb47"; margin-left: -1em; color: rgb(85, 96, 128); } .cart-5 .path10:before { content: "\eb48"; margin-left: -1em; color: rgb(230, 76, 60); } .cart-5 .path11:before { content: "\eb49"; margin-left: -1em; color: rgb(85, 96, 128); } .cart-6 .path1:before { content: "\eb4a"; color: rgb(240, 196, 25); } .cart-6 .path2:before { content: "\eb4b"; margin-left: -1em; color: rgb(255, 255, 255); } .cart-6 .path3:before { content: "\eb4c"; margin-left: -1em; color: rgb(85, 96, 128); } .cart-6 .path4:before { content: "\eb4d"; margin-left: -1em; color: rgb(255, 255, 255); } .cart-6 .path5:before { content: "\eb4e"; margin-left: -1em; color: rgb(85, 96, 128); } .cart-6 .path6:before { content: "\eb4f"; margin-left: -1em; color: rgb(85, 96, 128); } .cart-6 .path7:before { content: "\eb50"; margin-left: -1em; color: rgb(85, 96, 128); } .cart-6 .path8:before { content: "\eb51"; margin-left: -1em; color: rgb(85, 96, 128); } .cart-6 .path9:before { content: "\eb52"; margin-left: -1em; color: rgb(255, 255, 255); } .cart-6 .path10:before { content: "\eb53"; margin-left: -1em; color: rgb(255, 255, 255); } .cart-6 .path11:before { content: "\eb54"; margin-left: -1em; color: rgb(255, 255, 255); } .cart-6 .path12:before { content: "\eb55"; margin-left: -1em; color: rgb(255, 255, 255); } .cart-6 .path13:before { content: "\eb56"; margin-left: -1em; color: rgb(255, 255, 255); } .cart-6 .path14:before { content: "\eb57"; margin-left: -1em; color: rgb(255, 255, 255); } .cart-6 .path15:before { content: "\eb58"; margin-left: -1em; color: rgb(255, 255, 255); } .cart-6 .path16:before { content: "\eb59"; margin-left: -1em; color: rgb(255, 255, 255); } .cart-6 .path17:before { content: "\eb5a"; margin-left: -1em; color: rgb(255, 255, 255); } .cart-6 .path18:before { content: "\eb5b"; margin-left: -1em; color: rgb(255, 255, 255); } .cart-6 .path19:before { content: "\eb5c"; margin-left: -1em; color: rgb(255, 255, 255); } .cart-6 .path20:before { content: "\eb5d"; margin-left: -1em; color: rgb(255, 255, 255); } .cart-6 .path21:before { content: "\eb5e"; margin-left: -1em; color: rgb(255, 255, 255); } .cart-6 .path22:before { content: "\eb5f"; margin-left: -1em; color: rgb(255, 255, 255); } .cart-6 .path23:before { content: "\eb60"; margin-left: -1em; color: rgb(255, 255, 255); } .cart-6 .path24:before { content: "\eb61"; margin-left: -1em; color: rgb(255, 255, 255); } .cart-6 .path25:before { content: "\eb62"; margin-left: -1em; color: rgb(255, 255, 255); } .cart-6 .path26:before { content: "\eb63"; margin-left: -1em; color: rgb(255, 255, 255); } .cart-6 .path27:before { content: "\eb64"; margin-left: -1em; color: rgb(255, 255, 255); } .cart-6 .path28:before { content: "\eb65"; margin-left: -1em; color: rgb(255, 255, 255); } .cart-6 .path29:before { content: "\eb66"; margin-left: -1em; color: rgb(255, 255, 255); } .cart-6 .path30:before { content: "\eb67"; margin-left: -1em; color: rgb(255, 255, 255); } .cart-6 .path31:before { content: "\eb68"; margin-left: -1em; color: rgb(255, 255, 255); } .cart-6 .path32:before { content: "\eb69"; margin-left: -1em; color: rgb(255, 255, 255); } .cart-6 .path33:before { content: "\eb6a"; margin-left: -1em; color: rgb(255, 255, 255); } .cart-6 .path34:before { content: "\eb6b"; margin-left: -1em; color: rgb(255, 255, 255); } .cart-6 .path35:before { content: "\eb6c"; margin-left: -1em; color: rgb(255, 255, 255); } .cart-6 .path36:before { content: "\eb6d"; margin-left: -1em; color: rgb(255, 255, 255); } .cart-6 .path37:before { content: "\eb6e"; margin-left: -1em; color: rgb(255, 255, 255); } .cart-6 .path38:before { content: "\eb6f"; margin-left: -1em; color: rgb(255, 255, 255); } .cart-6 .path39:before { content: "\eb70"; margin-left: -1em; color: rgb(255, 255, 255); } .cart-6 .path40:before { content: "\eb71"; margin-left: -1em; color: rgb(255, 255, 255); } .cart-6 .path41:before { content: "\eb72"; margin-left: -1em; color: rgb(255, 255, 255); } .cart-6 .path42:before { content: "\eb73"; margin-left: -1em; color: rgb(255, 255, 255); } .cart-6 .path43:before { content: "\eb74"; margin-left: -1em; color: rgb(255, 255, 255); } .cart-6 .path44:before { content: "\eb75"; margin-left: -1em; color: rgb(255, 255, 255); } .cart-6 .path45:before { content: "\eb76"; margin-left: -1em; color: rgb(255, 255, 255); } .cart-6 .path46:before { content: "\eb77"; margin-left: -1em; color: rgb(255, 255, 255); } .cart-6 .path47:before { content: "\eb78"; margin-left: -1em; color: rgb(255, 255, 255); } .cart-6 .path48:before { content: "\eb79"; margin-left: -1em; color: rgb(255, 255, 255); } .cart-6 .path49:before { content: "\eb7a"; margin-left: -1em; color: rgb(255, 255, 255); } .cart-6 .path50:before { content: "\eb7b"; margin-left: -1em; color: rgb(255, 255, 255); } .cart-6 .path51:before { content: "\eb7c"; margin-left: -1em; color: rgb(255, 255, 255); } .cart-6 .path52:before { content: "\eb7d"; margin-left: -1em; color: rgb(255, 255, 255); } .cart-6 .path53:before { content: "\eb7e"; margin-left: -1em; color: rgb(255, 255, 255); } .cart-6 .path54:before { content: "\eb7f"; margin-left: -1em; color: rgb(255, 255, 255); } .cart-6 .path55:before { content: "\eb80"; margin-left: -1em; color: rgb(255, 255, 255); } .cart-6 .path56:before { content: "\eb81"; margin-left: -1em; color: rgb(255, 255, 255); } .cart-6 .path57:before { content: "\eb82"; margin-left: -1em; color: rgb(255, 255, 255); } .cart-6 .path58:before { content: "\eb83"; margin-left: -1em; color: rgb(255, 255, 255); } .cart-6 .path59:before { content: "\eb84"; margin-left: -1em; color: rgb(255, 255, 255); } .cart-6 .path60:before { content: "\eb85"; margin-left: -1em; color: rgb(255, 255, 255); } .cart-6 .path61:before { content: "\eb86"; margin-left: -1em; color: rgb(255, 255, 255); } .cart-6 .path62:before { content: "\eb87"; margin-left: -1em; color: rgb(255, 255, 255); } .cart-6 .path63:before { content: "\eb88"; margin-left: -1em; color: rgb(255, 255, 255); } .cart-6 .path64:before { content: "\eb89"; margin-left: -1em; color: rgb(255, 255, 255); } .cart-6 .path65:before { content: "\eb8a"; margin-left: -1em; color: rgb(255, 255, 255); } .cart-6 .path66:before { content: "\eb8b"; margin-left: -1em; color: rgb(255, 255, 255); } .cart-6 .path67:before { content: "\eb8c"; margin-left: -1em; color: rgb(255, 255, 255); } .cart-6 .path68:before { content: "\eb8d"; margin-left: -1em; color: rgb(255, 255, 255); } .cart-6 .path69:before { content: "\eb8e"; margin-left: -1em; color: rgb(255, 255, 255); } .cart-6 .path70:before { content: "\eb8f"; margin-left: -1em; color: rgb(255, 255, 255); } .cart-6 .path71:before { content: "\eb90"; margin-left: -1em; color: rgb(85, 96, 128); } .cart-6 .path72:before { content: "\eb91"; margin-left: -1em; color: rgb(230, 76, 60); } .cart-6 .path73:before { content: "\eb92"; margin-left: -1em; color: rgb(85, 96, 128); } .cart-7 .path1:before { content: "\eb93"; color: rgb(113, 194, 133); } .cart-7 .path2:before { content: "\eb94"; margin-left: -1em; color: rgb(85, 96, 128); } .cart-7 .path3:before { content: "\eb95"; margin-left: -1em; color: rgb(255, 255, 255); } .cart-7 .path4:before { content: "\eb96"; margin-left: -1em; color: rgb(85, 96, 128); } .cart-7 .path5:before { content: "\eb97"; margin-left: -1em; color: rgb(255, 255, 255); } .cart-7 .path6:before { content: "\eb98"; margin-left: -1em; color: rgb(85, 96, 128); } .cart-7 .path7:before { content: "\eb99"; margin-left: -1em; color: rgb(85, 96, 128); } .cart-7 .path8:before { content: "\eb9a"; margin-left: -1em; color: rgb(85, 96, 128); } .cart-7 .path9:before { content: "\eb9b"; margin-left: -1em; color: rgb(85, 96, 128); } .cart-7 .path10:before { content: "\eb9c"; margin-left: -1em; color: rgb(82, 127, 114); } .cart-7 .path11:before { content: "\eb9d"; margin-left: -1em; color: rgb(82, 127, 114); } .cart-7 .path12:before { content: "\eb9e"; margin-left: -1em; color: rgb(82, 127, 114); } .cart-7 .path13:before { content: "\eb9f"; margin-left: -1em; color: rgb(82, 127, 114); } .cart-7 .path14:before { content: "\eba0"; margin-left: -1em; color: rgb(82, 127, 114); } .cart-7 .path15:before { content: "\eba1"; margin-left: -1em; color: rgb(82, 127, 114); } .cart-7 .path16:before { content: "\eba2"; margin-left: -1em; color: rgb(85, 96, 128); } .cart-7 .path17:before { content: "\eba3"; margin-left: -1em; color: rgb(230, 76, 60); } .cart-8 .path1:before { content: "\eba4"; color: rgb(59, 151, 211); } .cart-8 .path2:before { content: "\eba5"; margin-left: -1em; color: rgb(208, 232, 249); } .cart-8 .path3:before { content: "\eba6"; margin-left: -1em; color: rgb(208, 232, 249); } .cart-8 .path4:before { content: "\eba7"; margin-left: -1em; color: rgb(208, 232, 249); } .cart-8 .path5:before { content: "\eba8"; margin-left: -1em; color: rgb(208, 232, 249); } .cart-8 .path6:before { content: "\eba9"; margin-left: -1em; color: rgb(208, 232, 249); } .cart-8 .path7:before { content: "\ebaa"; margin-left: -1em; color: rgb(208, 232, 249); } .cart-8 .path8:before { content: "\ebab"; margin-left: -1em; color: rgb(85, 96, 128); } .cart-8 .path9:before { content: "\ebac"; margin-left: -1em; color: rgb(255, 255, 255); } .cart-8 .path10:before { content: "\ebad"; margin-left: -1em; color: rgb(85, 96, 128); } .cart-8 .path11:before { content: "\ebae"; margin-left: -1em; color: rgb(255, 255, 255); } .cart-8 .path12:before { content: "\ebaf"; margin-left: -1em; color: rgb(85, 96, 128); } .cart-8 .path13:before { content: "\ebb0"; margin-left: -1em; color: rgb(85, 96, 128); } .cart-8 .path14:before { content: "\ebb1"; margin-left: -1em; color: rgb(85, 96, 128); } .cart-8 .path15:before { content: "\ebb2"; margin-left: -1em; color: rgb(85, 96, 128); } .cart-8 .path16:before { content: "\ebb3"; margin-left: -1em; color: rgb(85, 96, 128); } .cart-8 .path17:before { content: "\ebb4"; margin-left: -1em; color: rgb(230, 76, 60); } .cart-9 .path1:before { content: "\ebb5"; color: rgb(236, 240, 241); } .cart-9 .path2:before { content: "\ebb6"; margin-left: -1em; color: rgb(85, 96, 128); } .cart-9 .path3:before { content: "\ebb7"; margin-left: -1em; color: rgb(255, 255, 255); } .cart-9 .path4:before { content: "\ebb8"; margin-left: -1em; color: rgb(85, 96, 128); } .cart-9 .path5:before { content: "\ebb9"; margin-left: -1em; color: rgb(255, 255, 255); } .cart-9 .path6:before { content: "\ebba"; margin-left: -1em; color: rgb(85, 96, 128); } .cart-9 .path7:before { content: "\ebbb"; margin-left: -1em; color: rgb(85, 96, 128); } .cart-9 .path8:before { content: "\ebbc"; margin-left: -1em; color: rgb(85, 96, 128); } .cart-9 .path9:before { content: "\ebbd"; margin-left: -1em; color: rgb(85, 96, 128); } .cart-9 .path10:before { content: "\ebbe"; margin-left: -1em; color: rgb(85, 96, 128); } .cart-9 .path11:before { content: "\ebbf"; margin-left: -1em; color: rgb(85, 96, 128); } .cart-9 .path12:before { content: "\ebc0"; margin-left: -1em; color: rgb(230, 76, 60); } .cart-10 .path1:before { content: "\ebc1"; color: rgb(215, 90, 74); } .cart-10 .path2:before { content: "\ebc2"; margin-left: -1em; color: rgb(85, 96, 128); } .cart-10 .path3:before { content: "\ebc3"; margin-left: -1em; color: rgb(85, 96, 128); } .cart-10 .path4:before { content: "\ebc4"; margin-left: -1em; color: rgb(85, 96, 128); } .cart-10 .path5:before { content: "\ebc5"; margin-left: -1em; color: rgb(85, 96, 128); } .cart-10 .path6:before { content: "\ebc6"; margin-left: -1em; color: rgb(85, 96, 128); } .cart-10 .path7:before { content: "\ebc7"; margin-left: -1em; color: rgb(236, 240, 241); } .cart-10 .path8:before { content: "\ebc8"; margin-left: -1em; color: rgb(216, 98, 94); } .cart-10 .path9:before { content: "\ebc9"; margin-left: -1em; color: rgb(236, 240, 241); } .cart-10 .path10:before { content: "\ebca"; margin-left: -1em; color: rgb(236, 240, 241); } .cart-10 .path11:before { content: "\ebcb"; margin-left: -1em; color: rgb(236, 240, 241); } .cart-10 .path12:before { content: "\ebcc"; margin-left: -1em; color: rgb(236, 240, 241); } .cart-10 .path13:before { content: "\ebcd"; margin-left: -1em; color: rgb(236, 240, 241); } .cart-10 .path14:before { content: "\ebce"; margin-left: -1em; color: rgb(236, 240, 241); } .cart-10 .path15:before { content: "\ebcf"; margin-left: -1em; color: rgb(236, 240, 241); } .cart-10 .path16:before { content: "\ebd0"; margin-left: -1em; color: rgb(236, 240, 241); } .cart-10 .path17:before { content: "\ebd1"; margin-left: -1em; color: rgb(236, 240, 241); } .cart-10 .path18:before { content: "\ebd2"; margin-left: -1em; color: rgb(236, 240, 241); } .cart-10 .path19:before { content: "\ebd3"; margin-left: -1em; color: rgb(236, 240, 241); } .cart-10 .path20:before { content: "\ebd4"; margin-left: -1em; color: rgb(236, 240, 241); } .cart-10 .path21:before { content: "\ebd5"; margin-left: -1em; color: rgb(236, 240, 241); } .cart-10 .path22:before { content: "\ebd6"; margin-left: -1em; color: rgb(236, 240, 241); } .cart-10 .path23:before { content: "\ebd7"; margin-left: -1em; color: rgb(236, 240, 241); } .cart-10 .path24:before { content: "\ebd8"; margin-left: -1em; color: rgb(236, 240, 241); } .cart-10 .path25:before { content: "\ebd9"; margin-left: -1em; color: rgb(236, 240, 241); } .cart-10 .path26:before { content: "\ebda"; margin-left: -1em; color: rgb(236, 240, 241); } .cart-10 .path27:before { content: "\ebdb"; margin-left: -1em; color: rgb(236, 240, 241); } .cart-10 .path28:before { content: "\ebdc"; margin-left: -1em; color: rgb(236, 240, 241); } .cart-10 .path29:before { content: "\ebdd"; margin-left: -1em; color: rgb(236, 240, 241); } .cart-10 .path30:before { content: "\ebde"; margin-left: -1em; color: rgb(236, 240, 241); } .cart-10 .path31:before { content: "\ebdf"; margin-left: -1em; color: rgb(236, 240, 241); } .cart-10 .path32:before { content: "\ebe0"; margin-left: -1em; color: rgb(236, 240, 241); } .cart-10 .path33:before { content: "\ebe1"; margin-left: -1em; color: rgb(236, 240, 241); } .cart-10 .path34:before { content: "\ebe2"; margin-left: -1em; color: rgb(236, 240, 241); } .cart-10 .path35:before { content: "\ebe3"; margin-left: -1em; color: rgb(85, 96, 128); } .cart-10 .path36:before { content: "\ebe4"; margin-left: -1em; color: rgb(85, 96, 128); } .cart-11 .path1:before { content: "\ebe5"; color: rgb(243, 213, 91); } .cart-11 .path2:before { content: "\ebe6"; margin-left: -1em; color: rgb(85, 96, 128); } .cart-11 .path3:before { content: "\ebe7"; margin-left: -1em; color: rgb(85, 96, 128); } .cart-11 .path4:before { content: "\ebe8"; margin-left: -1em; color: rgb(85, 96, 128); } .cart-11 .path5:before { content: "\ebe9"; margin-left: -1em; color: rgb(85, 96, 128); } .cart-11 .path6:before { content: "\ebea"; margin-left: -1em; color: rgb(85, 96, 128); } .cart-11 .path7:before { content: "\ebeb"; margin-left: -1em; color: rgb(242, 156, 31); } .cart-11 .path8:before { content: "\ebec"; margin-left: -1em; color: rgb(216, 98, 94); } .cart-11 .path9:before { content: "\ebed"; margin-left: -1em; color: rgb(242, 156, 31); } .cart-11 .path10:before { content: "\ebee"; margin-left: -1em; color: rgb(242, 156, 31); } .cart-11 .path11:before { content: "\ebef"; margin-left: -1em; color: rgb(242, 156, 31); } .cart-11 .path12:before { content: "\ebf0"; margin-left: -1em; color: rgb(242, 156, 31); } .cart-11 .path13:before { content: "\ebf1"; margin-left: -1em; color: rgb(242, 156, 31); } .cart-11 .path14:before { content: "\ebf2"; margin-left: -1em; color: rgb(242, 156, 31); } .cart-11 .path15:before { content: "\ebf3"; margin-left: -1em; color: rgb(242, 156, 31); } .cart-11 .path16:before { content: "\ebf4"; margin-left: -1em; color: rgb(242, 156, 31); } .cart-11 .path17:before { content: "\ebf5"; margin-left: -1em; color: rgb(242, 156, 31); } .cart-11 .path18:before { content: "\ebf6"; margin-left: -1em; color: rgb(242, 156, 31); } .cart-11 .path19:before { content: "\ebf7"; margin-left: -1em; color: rgb(242, 156, 31); } .cart-11 .path20:before { content: "\ebf8"; margin-left: -1em; color: rgb(242, 156, 31); } .cart-11 .path21:before { content: "\ebf9"; margin-left: -1em; color: rgb(242, 156, 31); } .cart-11 .path22:before { content: "\ebfa"; margin-left: -1em; color: rgb(242, 156, 31); } .cart-11 .path23:before { content: "\ebfb"; margin-left: -1em; color: rgb(85, 96, 128); } .cart-11 .path24:before { content: "\ebfc"; margin-left: -1em; color: rgb(85, 96, 128); } .cart-12 .path1:before { content: "\ebfd"; color: rgb(209, 212, 209); } .cart-12 .path2:before { content: "\ebfe"; margin-left: -1em; color: rgb(85, 96, 128); } .cart-12 .path3:before { content: "\ebff"; margin-left: -1em; color: rgb(85, 96, 128); } .cart-12 .path4:before { content: "\ec00"; margin-left: -1em; color: rgb(85, 96, 128); } .cart-12 .path5:before { content: "\ec01"; margin-left: -1em; color: rgb(85, 96, 128); } .cart-12 .path6:before { content: "\ec02"; margin-left: -1em; color: rgb(85, 96, 128); } .cart-12 .path7:before { content: "\ec03"; margin-left: -1em; color: rgb(85, 96, 128); } .cart-12 .path8:before { content: "\ec04"; margin-left: -1em; color: rgb(85, 96, 128); } .cart-12 .path9:before { content: "\ec05"; margin-left: -1em; color: rgb(85, 96, 128); } .cart-12 .path10:before { content: "\ec06"; margin-left: -1em; color: rgb(85, 96, 128); } .cart-12 .path11:before { content: "\ec07"; margin-left: -1em; color: rgb(85, 96, 128); } .cart-12 .path12:before { content: "\ec08"; margin-left: -1em; color: rgb(85, 96, 128); } .cart-12 .path13:before { content: "\ec09"; margin-left: -1em; color: rgb(85, 96, 128); } .cart-12 .path14:before { content: "\ec0a"; margin-left: -1em; color: rgb(85, 96, 128); } .cart-12 .path15:before { content: "\ec0b"; margin-left: -1em; color: rgb(85, 96, 128); } .cart-12 .path16:before { content: "\ec0c"; margin-left: -1em; color: rgb(216, 98, 94); } .cart-12 .path17:before { content: "\ec0d"; margin-left: -1em; color: rgb(240, 196, 25); } .cart-12 .path18:before { content: "\ec0e"; margin-left: -1em; color: rgb(134, 151, 203); } .cart-12 .path19:before { content: "\ec0f"; margin-left: -1em; color: rgb(251, 123, 118); } .cart-13 .path1:before { content: "\ec10"; color: rgb(189, 195, 199); } .cart-13 .path2:before { content: "\ec11"; margin-left: -1em; color: rgb(189, 195, 199); } .cart-13 .path3:before { content: "\ec12"; margin-left: -1em; color: rgb(189, 195, 199); } .cart-13 .path4:before { content: "\ec13"; margin-left: -1em; color: rgb(85, 96, 128); } .cart-13 .path5:before { content: "\ec14"; margin-left: -1em; color: rgb(85, 96, 128); } .cart-13 .path6:before { content: "\ec15"; margin-left: -1em; color: rgb(189, 195, 199); } .cart-13 .path7:before { content: "\ec16"; margin-left: -1em; color: rgb(113, 194, 133); } .cart-13 .path8:before { content: "\ec17"; margin-left: -1em; color: rgb(255, 255, 255); } .cart-13 .path9:before { content: "\ec18"; margin-left: -1em; color: rgb(255, 255, 255); } .cart-13 .path10:before { content: "\ec19"; margin-left: -1em; color: rgb(255, 255, 255); } .cart-13 .path11:before { content: "\ec1a"; margin-left: -1em; color: rgb(189, 195, 199); } .cart-13 .path12:before { content: "\ec1b"; margin-left: -1em; color: rgb(216, 98, 94); } .cart-14 .path1:before { content: "\ec1c"; color: rgb(189, 195, 199); } .cart-14 .path2:before { content: "\ec1d"; margin-left: -1em; color: rgb(189, 195, 199); } .cart-14 .path3:before { content: "\ec1e"; margin-left: -1em; color: rgb(85, 96, 128); } .cart-14 .path4:before { content: "\ec1f"; margin-left: -1em; color: rgb(85, 96, 128); } .cart-14 .path5:before { content: "\ec20"; margin-left: -1em; color: rgb(189, 195, 199); } .cart-14 .path6:before { content: "\ec21"; margin-left: -1em; color: rgb(237, 113, 97); } .cart-14 .path7:before { content: "\ec22"; margin-left: -1em; color: rgb(255, 255, 255); } .cart-14 .path8:before { content: "\ec23"; margin-left: -1em; color: rgb(255, 255, 255); } .cart-14 .path9:before { content: "\ec24"; margin-left: -1em; color: rgb(255, 255, 255); } .cart-14 .path10:before { content: "\ec25"; margin-left: -1em; color: rgb(189, 195, 199); } .cart-14 .path11:before { content: "\ec26"; margin-left: -1em; color: rgb(189, 195, 199); } .cart-14 .path12:before { content: "\ec27"; margin-left: -1em; color: rgb(216, 98, 94); } .cart-15 .path1:before { content: "\ec28"; color: rgb(189, 195, 199); } .cart-15 .path2:before { content: "\ec29"; margin-left: -1em; color: rgb(189, 195, 199); } .cart-15 .path3:before { content: "\ec2a"; margin-left: -1em; color: rgb(85, 96, 128); } .cart-15 .path4:before { content: "\ec2b"; margin-left: -1em; color: rgb(85, 96, 128); } .cart-15 .path5:before { content: "\ec2c"; margin-left: -1em; color: rgb(189, 195, 199); } .cart-15 .path6:before { content: "\ec2d"; margin-left: -1em; color: rgb(36, 174, 95); } .cart-15 .path7:before { content: "\ec2e"; margin-left: -1em; color: rgb(255, 255, 255); } .cart-15 .path8:before { content: "\ec2f"; margin-left: -1em; color: rgb(255, 255, 255); } .cart-15 .path9:before { content: "\ec30"; margin-left: -1em; color: rgb(189, 195, 199); } .cart-15 .path10:before { content: "\ec31"; margin-left: -1em; color: rgb(189, 195, 199); } .cart-15 .path11:before { content: "\ec32"; margin-left: -1em; color: rgb(216, 98, 94); } .cart-16 .path1:before { content: "\ec33"; color: rgb(189, 195, 199); } .cart-16 .path2:before { content: "\ec34"; margin-left: -1em; color: rgb(189, 195, 199); } .cart-16 .path3:before { content: "\ec35"; margin-left: -1em; color: rgb(85, 96, 128); } .cart-16 .path4:before { content: "\ec36"; margin-left: -1em; color: rgb(85, 96, 128); } .cart-16 .path5:before { content: "\ec37"; margin-left: -1em; color: rgb(189, 195, 199); } .cart-16 .path6:before { content: "\ec38"; margin-left: -1em; color: rgb(38, 185, 154); } .cart-16 .path7:before { content: "\ec39"; margin-left: -1em; color: rgb(255, 255, 255); } .cart-16 .path8:before { content: "\ec3a"; margin-left: -1em; color: rgb(255, 255, 255); } .cart-16 .path9:before { content: "\ec3b"; margin-left: -1em; color: rgb(189, 195, 199); } .cart-16 .path10:before { content: "\ec3c"; margin-left: -1em; color: rgb(189, 195, 199); } .cart-16 .path11:before { content: "\ec3d"; margin-left: -1em; color: rgb(216, 98, 94); } .cart-17 .path1:before { content: "\ec3e"; color: rgb(189, 195, 199); } .cart-17 .path2:before { content: "\ec3f"; margin-left: -1em; color: rgb(189, 195, 199); } .cart-17 .path3:before { content: "\ec40"; margin-left: -1em; color: rgb(85, 96, 128); } .cart-17 .path4:before { content: "\ec41"; margin-left: -1em; color: rgb(85, 96, 128); } .cart-17 .path5:before { content: "\ec42"; margin-left: -1em; color: rgb(189, 195, 199); } .cart-17 .path6:before { content: "\ec43"; margin-left: -1em; color: rgb(210, 86, 39); } .cart-17 .path7:before { content: "\ec44"; margin-left: -1em; color: rgb(255, 255, 255); } .cart-17 .path8:before { content: "\ec45"; margin-left: -1em; color: rgb(255, 255, 255); } .cart-17 .path9:before { content: "\ec46"; margin-left: -1em; color: rgb(189, 195, 199); } .cart-17 .path10:before { content: "\ec47"; margin-left: -1em; color: rgb(189, 195, 199); } .cart-17 .path11:before { content: "\ec48"; margin-left: -1em; color: rgb(216, 98, 94); } .cashier .path1:before { content: "\ec49"; color: rgb(170, 144, 116); } .cashier .path2:before { content: "\ec4a"; margin-left: -1em; color: rgb(84, 73, 63); } .cashier .path3:before { content: "\ec4b"; margin-left: -1em; color: rgb(127, 110, 93); } .cashier .path4:before { content: "\ec4c"; margin-left: -1em; color: rgb(203, 178, 146); } .cashier .path5:before { content: "\ec4d"; margin-left: -1em; color: rgb(84, 73, 63); } .cashier .path6:before { content: "\ec4e"; margin-left: -1em; color: rgb(243, 229, 210); } .cashier .path7:before { content: "\ec4f"; margin-left: -1em; color: rgb(243, 229, 210); } .cashier .path8:before { content: "\ec50"; margin-left: -1em; color: rgb(84, 73, 63); } .cashier .path9:before { content: "\ec51"; margin-left: -1em; color: rgb(84, 73, 63); } .cashier .path10:before { content: "\ec52"; margin-left: -1em; color: rgb(243, 229, 210); } .cashier .path11:before { content: "\ec53"; margin-left: -1em; color: rgb(243, 229, 210); } .cashier .path12:before { content: "\ec54"; margin-left: -1em; color: rgb(84, 73, 63); } .cashier .path13:before { content: "\ec55"; margin-left: -1em; color: rgb(243, 229, 210); } .cashier .path14:before { content: "\ec56"; margin-left: -1em; color: rgb(243, 229, 210); } .cashier .path15:before { content: "\ec57"; margin-left: -1em; color: rgb(243, 229, 210); } .cashier .path16:before { content: "\ec58"; margin-left: -1em; color: rgb(243, 229, 210); } .cashier .path17:before { content: "\ec59"; margin-left: -1em; color: rgb(243, 229, 210); } .cashier .path18:before { content: "\ec5a"; margin-left: -1em; color: rgb(243, 229, 210); } .cashier .path19:before { content: "\ec5b"; margin-left: -1em; color: rgb(243, 229, 210); } .cashier .path20:before { content: "\ec5c"; margin-left: -1em; color: rgb(243, 229, 210); } .cashier .path21:before { content: "\ec5d"; margin-left: -1em; color: rgb(243, 229, 210); } .cashier .path22:before { content: "\ec5e"; margin-left: -1em; color: rgb(243, 229, 210); } .cashier .path23:before { content: "\ec5f"; margin-left: -1em; color: rgb(243, 229, 210); } .cashier .path24:before { content: "\ec60"; margin-left: -1em; color: rgb(243, 229, 210); } .cashier .path25:before { content: "\ec61"; margin-left: -1em; color: rgb(243, 229, 210); } .cashier .path26:before { content: "\ec62"; margin-left: -1em; color: rgb(243, 229, 210); } .cashier .path27:before { content: "\ec63"; margin-left: -1em; color: rgb(243, 229, 210); } .cashier .path28:before { content: "\ec64"; margin-left: -1em; color: rgb(243, 229, 210); } .cashier .path29:before { content: "\ec65"; margin-left: -1em; color: rgb(243, 229, 210); } .cashier .path30:before { content: "\ec66"; margin-left: -1em; color: rgb(84, 73, 63); } .cashier .path31:before { content: "\ec67"; margin-left: -1em; color: rgb(84, 73, 63); } .cashier .path32:before { content: "\ec68"; margin-left: -1em; color: rgb(243, 229, 210); } .cashier .path33:before { content: "\ec69"; margin-left: -1em; color: rgb(243, 229, 210); } .cashier .path34:before { content: "\ec6a"; margin-left: -1em; color: rgb(84, 73, 63); } .cashier .path35:before { content: "\ec6b"; margin-left: -1em; color: rgb(84, 73, 63); } .cashier .path36:before { content: "\ec6c"; margin-left: -1em; color: rgb(243, 229, 210); } .cashier .path37:before { content: "\ec6d"; margin-left: -1em; color: rgb(255, 209, 108); } .cashier .path38:before { content: "\ec6e"; margin-left: -1em; color: rgb(255, 209, 108); } .cashier .path39:before { content: "\ec6f"; margin-left: -1em; color: rgb(255, 209, 108); } .cashier .path40:before { content: "\ec70"; margin-left: -1em; color: rgb(255, 209, 108); } .cashier .path41:before { content: "\ec71"; margin-left: -1em; color: rgb(240, 237, 224); } .cashier .path42:before { content: "\ec72"; margin-left: -1em; color: rgb(203, 178, 146); } .cashier .path43:before { content: "\ec73"; margin-left: -1em; color: rgb(203, 178, 146); } .cashier .path44:before { content: "\ec74"; margin-left: -1em; color: rgb(212, 195, 165); } .cashier .path45:before { content: "\ec75"; margin-left: -1em; color: rgb(212, 195, 165); } .cashier .path46:before { content: "\ec76"; margin-left: -1em; color: rgb(212, 195, 165); } .cashier-1 .path1:before { content: "\ec77"; color: rgb(236, 240, 241); } .cashier-1 .path2:before { content: "\ec78"; margin-left: -1em; color: rgb(189, 195, 199); } .cashier-1 .path3:before { content: "\ec79"; margin-left: -1em; color: rgb(109, 109, 110); } .cashier-1 .path4:before { content: "\ec7a"; margin-left: -1em; color: rgb(236, 240, 241); } .cashier-1 .path5:before { content: "\ec7b"; margin-left: -1em; color: rgb(236, 240, 241); } .cashier-1 .path6:before { content: "\ec7c"; margin-left: -1em; color: rgb(148, 181, 113); } .cashier-1 .path7:before { content: "\ec7d"; margin-left: -1em; color: rgb(139, 138, 139); } .cashier-1 .path8:before { content: "\ec7e"; margin-left: -1em; color: rgb(242, 156, 31); } .cashier-1 .path9:before { content: "\ec7f"; margin-left: -1em; color: rgb(242, 156, 31); } .cashier-1 .path10:before { content: "\ec80"; margin-left: -1em; color: rgb(242, 156, 31); } .cashier-1 .path11:before { content: "\ec81"; margin-left: -1em; color: rgb(242, 156, 31); } .cashier-1 .path12:before { content: "\ec82"; margin-left: -1em; color: rgb(242, 156, 31); } .cashier-1 .path13:before { content: "\ec83"; margin-left: -1em; color: rgb(242, 156, 31); } .cashier-1 .path14:before { content: "\ec84"; margin-left: -1em; color: rgb(242, 156, 31); } .cashier-1 .path15:before { content: "\ec85"; margin-left: -1em; color: rgb(242, 156, 31); } .cashier-1 .path16:before { content: "\ec86"; margin-left: -1em; color: rgb(113, 194, 133); } .cashier-1 .path17:before { content: "\ec87"; margin-left: -1em; color: rgb(109, 109, 110); } .cashier-1 .path18:before { content: "\ec88"; margin-left: -1em; color: rgb(240, 237, 224); } .cashier-1 .path19:before { content: "\ec89"; margin-left: -1em; color: rgb(212, 195, 165); } .cashier-1 .path20:before { content: "\ec8a"; margin-left: -1em; color: rgb(212, 195, 165); } .cashier-1 .path21:before { content: "\ec8b"; margin-left: -1em; color: rgb(212, 195, 165); } .cashier-1 .path22:before { content: "\ec8c"; margin-left: -1em; color: rgb(112, 132, 90); } .cashier-1 .path23:before { content: "\ec8d"; margin-left: -1em; color: rgb(112, 132, 90); } .cashier-1 .path24:before { content: "\ec8e"; margin-left: -1em; color: rgb(212, 195, 165); } .cashier-1 .path25:before { content: "\ec8f"; margin-left: -1em; color: rgb(212, 195, 165); } .cashier-1 .path26:before { content: "\ec90"; margin-left: -1em; color: rgb(212, 195, 165); } .cashier-1 .path27:before { content: "\ec91"; margin-left: -1em; color: rgb(212, 195, 165); } .cashier-1 .path28:before { content: "\ec92"; margin-left: -1em; color: rgb(236, 240, 241); } .cashier-1 .path29:before { content: "\ec93"; margin-left: -1em; color: rgb(148, 181, 113); } .cashier-1 .path30:before { content: "\ec94"; margin-left: -1em; color: rgb(112, 132, 90); } .cashier-1 .path31:before { content: "\ec95"; margin-left: -1em; color: rgb(112, 132, 90); } .cashier-1 .path32:before { content: "\ec96"; margin-left: -1em; color: rgb(112, 132, 90); } .cashier-1 .path33:before { content: "\ec97"; margin-left: -1em; color: rgb(112, 132, 90); } .change .path1:before { content: "\ec98"; color: rgb(110, 140, 97); } .change .path2:before { content: "\ec99"; margin-left: -1em; color: rgb(233, 232, 211); } .change .path3:before { content: "\ec9a"; margin-left: -1em; color: rgb(233, 232, 211); } .change .path4:before { content: "\ec9b"; margin-left: -1em; color: rgb(233, 232, 211); } .change .path5:before { content: "\ec9c"; margin-left: -1em; color: rgb(233, 232, 211); } .change .path6:before { content: "\ec9d"; margin-left: -1em; color: rgb(233, 232, 211); } .change .path7:before { content: "\ec9e"; margin-left: -1em; color: rgb(252, 198, 45); } .change .path8:before { content: "\ec9f"; margin-left: -1em; color: rgb(209, 157, 24); } .change .path9:before { content: "\eca0"; margin-left: -1em; color: rgb(228, 175, 24); } .change .path10:before { content: "\eca1"; margin-left: -1em; color: rgb(209, 157, 24); } .change .path11:before { content: "\eca2"; margin-left: -1em; color: rgb(228, 175, 24); } .change .path12:before { content: "\eca3"; margin-left: -1em; color: rgb(252, 198, 45); } .change .path13:before { content: "\eca4"; margin-left: -1em; color: rgb(233, 232, 211); } .change .path14:before { content: "\eca5"; margin-left: -1em; color: rgb(228, 175, 24); } .change .path15:before { content: "\eca6"; margin-left: -1em; color: rgb(209, 157, 24); } .change .path16:before { content: "\eca7"; margin-left: -1em; color: rgb(228, 175, 24); } .change .path17:before { content: "\eca8"; margin-left: -1em; color: rgb(209, 157, 24); } .change .path18:before { content: "\eca9"; margin-left: -1em; color: rgb(228, 175, 24); } .change .path19:before { content: "\ecaa"; margin-left: -1em; color: rgb(209, 157, 24); } .change .path20:before { content: "\ecab"; margin-left: -1em; color: rgb(228, 175, 24); } .change .path21:before { content: "\ecac"; margin-left: -1em; color: rgb(96, 123, 83); } .change .path22:before { content: "\ecad"; margin-left: -1em; color: rgb(84, 105, 73); } .change .path23:before { content: "\ecae"; margin-left: -1em; color: rgb(96, 123, 83); } .check .path1:before { content: "\ecaf"; color: rgb(240, 237, 224); } .check .path2:before { content: "\ecb0"; margin-left: -1em; color: rgb(240, 237, 224); } .check .path3:before { content: "\ecb1"; margin-left: -1em; color: rgb(214, 208, 187); } .check .path4:before { content: "\ecb2"; margin-left: -1em; color: rgb(214, 208, 187); } .check .path5:before { content: "\ecb3"; margin-left: -1em; color: rgb(214, 208, 187); } .check .path6:before { content: "\ecb4"; margin-left: -1em; color: rgb(214, 208, 187); } .check .path7:before { content: "\ecb5"; margin-left: -1em; color: rgb(214, 208, 187); } .check .path8:before { content: "\ecb6"; margin-left: -1em; color: rgb(214, 208, 187); } .check .path9:before { content: "\ecb7"; margin-left: -1em; color: rgb(86, 180, 111); } .check .path10:before { content: "\ecb8"; margin-left: -1em; color: rgb(86, 180, 111); } .check .path11:before { content: "\ecb9"; margin-left: -1em; color: rgb(214, 208, 187); } .check .path12:before { content: "\ecba"; margin-left: -1em; color: rgb(214, 208, 187); } .check .path13:before { content: "\ecbb"; margin-left: -1em; color: rgb(230, 231, 233); } .check .path14:before { content: "\ecbc"; margin-left: -1em; color: rgb(216, 91, 75); } .check .path15:before { content: "\ecbd"; margin-left: -1em; color: rgb(216, 91, 75); } .check .path16:before { content: "\ecbe"; margin-left: -1em; color: rgb(227, 142, 35); } .check .path17:before { content: "\ecbf"; margin-left: -1em; color: rgb(207, 206, 206); } .check .path18:before { content: "\ecc0"; margin-left: -1em; color: rgb(216, 91, 75); } .check .path19:before { content: "\ecc1"; margin-left: -1em; color: rgb(197, 98, 86); } .check .path20:before { content: "\ecc2"; margin-left: -1em; color: rgb(237, 221, 200); } .check .path21:before { content: "\ecc3"; margin-left: -1em; color: rgb(95, 95, 95); } .check .path22:before { content: "\ecc4"; margin-left: -1em; color: rgb(243, 157, 32); } .coin .path1:before { content: "\ecc5"; color: rgb(214, 222, 228); } .coin .path2:before { content: "\ecc6"; margin-left: -1em; color: rgb(192, 201, 210); } .coin .path3:before { content: "\ecc7"; margin-left: -1em; color: rgb(233, 239, 245); } .coin .path4:before { content: "\ecc8"; margin-left: -1em; color: rgb(160, 170, 180); } .coin .path5:before { content: "\ecc9"; margin-left: -1em; color: rgb(192, 201, 210); } .coin .path6:before { content: "\ecca"; margin-left: -1em; color: rgb(192, 201, 210); } .coin .path7:before { content: "\eccb"; margin-left: -1em; color: rgb(192, 201, 210); } .coin .path8:before { content: "\eccc"; margin-left: -1em; color: rgb(192, 201, 210); } .coin .path9:before { content: "\eccd"; margin-left: -1em; color: rgb(192, 201, 210); } .coin .path10:before { content: "\ecce"; margin-left: -1em; color: rgb(192, 201, 210); } .coin .path11:before { content: "\eccf"; margin-left: -1em; color: rgb(192, 201, 210); } .coin .path12:before { content: "\ecd0"; margin-left: -1em; color: rgb(192, 201, 210); } .coin .path13:before { content: "\ecd1"; margin-left: -1em; color: rgb(192, 201, 210); } .coin .path14:before { content: "\ecd2"; margin-left: -1em; color: rgb(192, 201, 210); } .coin .path15:before { content: "\ecd3"; margin-left: -1em; color: rgb(192, 201, 210); } .coin .path16:before { content: "\ecd4"; margin-left: -1em; color: rgb(192, 201, 210); } .coin-1 .path1:before { content: "\ecd5"; color: rgb(192, 201, 210); } .coin-1 .path2:before { content: "\ecd6"; margin-left: -1em; color: rgb(233, 239, 245); } .coin-1 .path3:before { content: "\ecd7"; margin-left: -1em; color: rgb(192, 201, 210); } .coin-1 .path4:before { content: "\ecd8"; margin-left: -1em; color: rgb(192, 201, 210); } .coin-1 .path5:before { content: "\ecd9"; margin-left: -1em; color: rgb(192, 201, 210); } .coin-1 .path6:before { content: "\ecda"; margin-left: -1em; color: rgb(192, 201, 210); } .coin-1 .path7:before { content: "\ecdb"; margin-left: -1em; color: rgb(160, 170, 180); } .coin-1 .path8:before { content: "\ecdc"; margin-left: -1em; color: rgb(192, 201, 210); } .coin-1 .path9:before { content: "\ecdd"; margin-left: -1em; color: rgb(192, 201, 210); } .coin-1 .path10:before { content: "\ecde"; margin-left: -1em; color: rgb(192, 201, 210); } .coin-1 .path11:before { content: "\ecdf"; margin-left: -1em; color: rgb(192, 201, 210); } .coin-1 .path12:before { content: "\ece0"; margin-left: -1em; color: rgb(192, 201, 210); } .coin-1 .path13:before { content: "\ece1"; margin-left: -1em; color: rgb(192, 201, 210); } .coin-1 .path14:before { content: "\ece2"; margin-left: -1em; color: rgb(192, 201, 210); } .coin-1 .path15:before { content: "\ece3"; margin-left: -1em; color: rgb(192, 201, 210); } .coin-1 .path16:before { content: "\ece4"; margin-left: -1em; color: rgb(192, 201, 210); } .coin-1 .path17:before { content: "\ece5"; margin-left: -1em; color: rgb(192, 201, 210); } .coin-2 .path1:before { content: "\ece6"; color: rgb(244, 191, 26); } .coin-2 .path2:before { content: "\ece7"; margin-left: -1em; color: rgb(255, 217, 73); } .coin-2 .path3:before { content: "\ece8"; margin-left: -1em; color: rgb(244, 191, 26); } .coin-2 .path4:before { content: "\ece9"; margin-left: -1em; color: rgb(220, 168, 21); } .coin-2 .path5:before { content: "\ecea"; margin-left: -1em; color: rgb(220, 168, 21); } .coin-2 .path6:before { content: "\eceb"; margin-left: -1em; color: rgb(220, 168, 21); } .coin-2 .path7:before { content: "\ecec"; margin-left: -1em; color: rgb(220, 168, 21); } .coin-2 .path8:before { content: "\eced"; margin-left: -1em; color: rgb(220, 168, 21); } .coin-2 .path9:before { content: "\ecee"; margin-left: -1em; color: rgb(220, 168, 21); } .coin-2 .path10:before { content: "\ecef"; margin-left: -1em; color: rgb(220, 168, 21); } .coin-2 .path11:before { content: "\ecf0"; margin-left: -1em; color: rgb(220, 168, 21); } .coin-2 .path12:before { content: "\ecf1"; margin-left: -1em; color: rgb(220, 168, 21); } .coin-2 .path13:before { content: "\ecf2"; margin-left: -1em; color: rgb(220, 168, 21); } .coin-2 .path14:before { content: "\ecf3"; margin-left: -1em; color: rgb(209, 212, 210); } .coin-2 .path15:before { content: "\ecf4"; margin-left: -1em; color: rgb(209, 212, 210); } .coin-2 .path16:before { content: "\ecf5"; margin-left: -1em; color: rgb(209, 212, 210); } .coin-2 .path17:before { content: "\ecf6"; margin-left: -1em; color: rgb(209, 212, 210); } .coin-2 .path18:before { content: "\ecf7"; margin-left: -1em; color: rgb(255, 217, 73); } .coin-3 .path1:before { content: "\ecf8"; color: rgb(255, 217, 73); } .coin-3 .path2:before { content: "\ecf9"; margin-left: -1em; color: rgb(244, 191, 26); } .coin-3 .path3:before { content: "\ecfa"; margin-left: -1em; color: rgb(244, 191, 26); } .coin-3 .path4:before { content: "\ecfb"; margin-left: -1em; color: rgb(220, 168, 21); } .coin-3 .path5:before { content: "\ecfc"; margin-left: -1em; color: rgb(220, 168, 21); } .coin-3 .path6:before { content: "\ecfd"; margin-left: -1em; color: rgb(220, 168, 21); } .coin-3 .path7:before { content: "\ecfe"; margin-left: -1em; color: rgb(220, 168, 21); } .coin-3 .path8:before { content: "\ecff"; margin-left: -1em; color: rgb(220, 168, 21); } .coin-3 .path9:before { content: "\ed00"; margin-left: -1em; color: rgb(220, 168, 21); } .coin-3 .path10:before { content: "\ed01"; margin-left: -1em; color: rgb(220, 168, 21); } .coin-3 .path11:before { content: "\ed02"; margin-left: -1em; color: rgb(220, 168, 21); } .coin-3 .path12:before { content: "\ed03"; margin-left: -1em; color: rgb(220, 168, 21); } .coin-3 .path13:before { content: "\ed04"; margin-left: -1em; color: rgb(220, 168, 21); } .coin-4 .path1:before { content: "\ed05"; color: rgb(250, 201, 166); } .coin-4 .path2:before { content: "\ed06"; margin-left: -1em; color: rgb(244, 179, 137); } .coin-4 .path3:before { content: "\ed07"; margin-left: -1em; color: rgb(252, 214, 189); } .coin-4 .path4:before { content: "\ed08"; margin-left: -1em; color: rgb(223, 144, 97); } .coin-4 .path5:before { content: "\ed09"; margin-left: -1em; color: rgb(223, 144, 97); } .coin-4 .path6:before { content: "\ed0a"; margin-left: -1em; color: rgb(223, 144, 97); } .coin-4 .path7:before { content: "\ed0b"; margin-left: -1em; color: rgb(223, 144, 97); } .coin-4 .path8:before { content: "\ed0c"; margin-left: -1em; color: rgb(223, 144, 97); } .coin-4 .path9:before { content: "\ed0d"; margin-left: -1em; color: rgb(223, 144, 97); } .coin-4 .path10:before { content: "\ed0e"; margin-left: -1em; color: rgb(223, 144, 97); } .coin-4 .path11:before { content: "\ed0f"; margin-left: -1em; color: rgb(223, 144, 97); } .coin-4 .path12:before { content: "\ed10"; margin-left: -1em; color: rgb(223, 144, 97); } .coin-4 .path13:before { content: "\ed11"; margin-left: -1em; color: rgb(223, 144, 97); } .coin-4 .path14:before { content: "\ed12"; margin-left: -1em; color: rgb(223, 144, 97); } .coin-4 .path15:before { content: "\ed13"; margin-left: -1em; color: rgb(240, 174, 132); } .coin-5 .path1:before { content: "\ed14"; color: rgb(250, 201, 166); } .coin-5 .path2:before { content: "\ed15"; margin-left: -1em; color: rgb(223, 144, 97); } .coin-5 .path3:before { content: "\ed16"; margin-left: -1em; color: rgb(252, 214, 189); } .coin-5 .path4:before { content: "\ed17"; margin-left: -1em; color: rgb(209, 212, 210); } .coin-5 .path5:before { content: "\ed18"; margin-left: -1em; color: rgb(209, 212, 210); } .coin-5 .path6:before { content: "\ed19"; margin-left: -1em; color: rgb(244, 179, 137); } .coin-5 .path7:before { content: "\ed1a"; margin-left: -1em; color: rgb(223, 144, 97); } .coin-5 .path8:before { content: "\ed1b"; margin-left: -1em; color: rgb(223, 144, 97); } .coin-5 .path9:before { content: "\ed1c"; margin-left: -1em; color: rgb(223, 144, 97); } .coin-5 .path10:before { content: "\ed1d"; margin-left: -1em; color: rgb(223, 144, 97); } .coin-5 .path11:before { content: "\ed1e"; margin-left: -1em; color: rgb(223, 144, 97); } .coin-5 .path12:before { content: "\ed1f"; margin-left: -1em; color: rgb(223, 144, 97); } .coin-5 .path13:before { content: "\ed20"; margin-left: -1em; color: rgb(223, 144, 97); } .coin-5 .path14:before { content: "\ed21"; margin-left: -1em; color: rgb(223, 144, 97); } .coin-5 .path15:before { content: "\ed22"; margin-left: -1em; color: rgb(223, 144, 97); } .coin-5 .path16:before { content: "\ed23"; margin-left: -1em; color: rgb(223, 144, 97); } .coin-5 .path17:before { content: "\ed24"; margin-left: -1em; color: rgb(223, 144, 97); } .coin-5 .path18:before { content: "\ed25"; margin-left: -1em; color: rgb(223, 144, 97); } .coin-6 .path1:before { content: "\ed26"; color: rgb(209, 212, 210); } .coin-6 .path2:before { content: "\ed27"; margin-left: -1em; color: rgb(209, 212, 210); } .coin-6 .path3:before { content: "\ed28"; margin-left: -1em; color: rgb(252, 198, 45); } .coin-6 .path4:before { content: "\ed29"; margin-left: -1em; color: rgb(255, 217, 73); } .coin-6 .path5:before { content: "\ed2a"; margin-left: -1em; color: rgb(240, 196, 27); } .coin-6 .path6:before { content: "\ed2b"; margin-left: -1em; color: rgb(228, 175, 24); } .coin-6 .path7:before { content: "\ed2c"; margin-left: -1em; color: rgb(206, 153, 18); } .coin-6 .path8:before { content: "\ed2d"; margin-left: -1em; color: rgb(206, 153, 18); } .coin-6 .path9:before { content: "\ed2e"; margin-left: -1em; color: rgb(206, 153, 18); } .coin-6 .path10:before { content: "\ed2f"; margin-left: -1em; color: rgb(206, 153, 18); } .coin-6 .path11:before { content: "\ed30"; margin-left: -1em; color: rgb(206, 153, 18); } .coin-6 .path12:before { content: "\ed31"; margin-left: -1em; color: rgb(206, 153, 18); } .coin-6 .path13:before { content: "\ed32"; margin-left: -1em; color: rgb(206, 153, 18); } .coin-6 .path14:before { content: "\ed33"; margin-left: -1em; color: rgb(206, 153, 18); } .coin-6 .path15:before { content: "\ed34"; margin-left: -1em; color: rgb(206, 153, 18); } .coin-6 .path16:before { content: "\ed35"; margin-left: -1em; color: rgb(206, 153, 18); } .coin-6 .path17:before { content: "\ed36"; margin-left: -1em; color: rgb(206, 153, 18); } .coin-6 .path18:before { content: "\ed37"; margin-left: -1em; color: rgb(206, 153, 18); } .coin-7 .path1:before { content: "\ed38"; color: rgb(192, 201, 210); } .coin-7 .path2:before { content: "\ed39"; margin-left: -1em; color: rgb(160, 170, 180); } .coin-7 .path3:before { content: "\ed3a"; margin-left: -1em; color: rgb(192, 201, 210); } .coin-7 .path4:before { content: "\ed3b"; margin-left: -1em; color: rgb(192, 201, 210); } .coin-7 .path5:before { content: "\ed3c"; margin-left: -1em; color: rgb(192, 201, 210); } .coin-7 .path6:before { content: "\ed3d"; margin-left: -1em; color: rgb(192, 201, 210); } .coin-7 .path7:before { content: "\ed3e"; margin-left: -1em; color: rgb(192, 201, 210); } .coin-7 .path8:before { content: "\ed3f"; margin-left: -1em; color: rgb(192, 201, 210); } .coin-7 .path9:before { content: "\ed40"; margin-left: -1em; color: rgb(192, 201, 210); } .coin-7 .path10:before { content: "\ed41"; margin-left: -1em; color: rgb(192, 201, 210); } .coin-7 .path11:before { content: "\ed42"; margin-left: -1em; color: rgb(192, 201, 210); } .coin-7 .path12:before { content: "\ed43"; margin-left: -1em; color: rgb(192, 201, 210); } .coin-7 .path13:before { content: "\ed44"; margin-left: -1em; color: rgb(214, 222, 228); } .coin-7 .path14:before { content: "\ed45"; margin-left: -1em; color: rgb(233, 239, 245); } .coin-8 .path1:before { content: "\ed46"; color: rgb(231, 208, 140); } .coin-8 .path2:before { content: "\ed47"; margin-left: -1em; color: rgb(173, 149, 109); } .coin-8 .path3:before { content: "\ed48"; margin-left: -1em; color: rgb(184, 159, 113); } .coin-8 .path4:before { content: "\ed49"; margin-left: -1em; color: rgb(184, 159, 113); } .coin-8 .path5:before { content: "\ed4a"; margin-left: -1em; color: rgb(184, 159, 113); } .coin-8 .path6:before { content: "\ed4b"; margin-left: -1em; color: rgb(184, 159, 113); } .coin-8 .path7:before { content: "\ed4c"; margin-left: -1em; color: rgb(184, 159, 113); } .coin-8 .path8:before { content: "\ed4d"; margin-left: -1em; color: rgb(184, 159, 113); } .coin-8 .path9:before { content: "\ed4e"; margin-left: -1em; color: rgb(184, 159, 113); } .coin-8 .path10:before { content: "\ed4f"; margin-left: -1em; color: rgb(184, 159, 113); } .coin-8 .path11:before { content: "\ed50"; margin-left: -1em; color: rgb(184, 159, 113); } .coin-8 .path12:before { content: "\ed51"; margin-left: -1em; color: rgb(184, 159, 113); } .coin-8 .path13:before { content: "\ed52"; margin-left: -1em; color: rgb(199, 183, 127); } .coin-8 .path14:before { content: "\ed53"; margin-left: -1em; color: rgb(255, 244, 182); } .coin-9 .path1:before { content: "\ed54"; color: rgb(245, 207, 120); } .coin-9 .path2:before { content: "\ed55"; margin-left: -1em; color: rgb(219, 183, 101); } .coin-9 .path3:before { content: "\ed56"; margin-left: -1em; color: rgb(196, 154, 68); } .coin-9 .path4:before { content: "\ed57"; margin-left: -1em; color: rgb(196, 154, 68); } .coin-9 .path5:before { content: "\ed58"; margin-left: -1em; color: rgb(196, 154, 68); } .coin-9 .path6:before { content: "\ed59"; margin-left: -1em; color: rgb(196, 154, 68); } .coin-9 .path7:before { content: "\ed5a"; margin-left: -1em; color: rgb(196, 154, 68); } .coin-9 .path8:before { content: "\ed5b"; margin-left: -1em; color: rgb(196, 154, 68); } .coin-9 .path9:before { content: "\ed5c"; margin-left: -1em; color: rgb(196, 154, 68); } .coin-9 .path10:before { content: "\ed5d"; margin-left: -1em; color: rgb(196, 154, 68); } .coin-9 .path11:before { content: "\ed5e"; margin-left: -1em; color: rgb(196, 154, 68); } .coin-9 .path12:before { content: "\ed5f"; margin-left: -1em; color: rgb(196, 154, 68); } .coin-9 .path13:before { content: "\ed60"; margin-left: -1em; color: rgb(196, 154, 68); } .coin-9 .path14:before { content: "\ed61"; margin-left: -1em; color: rgb(196, 154, 68); } .coin-10 .path1:before { content: "\ed62"; color: rgb(252, 198, 45); } .coin-10 .path2:before { content: "\ed63"; margin-left: -1em; color: rgb(228, 175, 24); } .coin-10 .path3:before { content: "\ed64"; margin-left: -1em; color: rgb(206, 153, 18); } .coin-10 .path4:before { content: "\ed65"; margin-left: -1em; color: rgb(206, 153, 18); } .coin-10 .path5:before { content: "\ed66"; margin-left: -1em; color: rgb(206, 153, 18); } .coin-10 .path6:before { content: "\ed67"; margin-left: -1em; color: rgb(206, 153, 18); } .coin-10 .path7:before { content: "\ed68"; margin-left: -1em; color: rgb(206, 153, 18); } .coin-10 .path8:before { content: "\ed69"; margin-left: -1em; color: rgb(206, 153, 18); } .coin-10 .path9:before { content: "\ed6a"; margin-left: -1em; color: rgb(206, 153, 18); } .coin-10 .path10:before { content: "\ed6b"; margin-left: -1em; color: rgb(206, 153, 18); } .coin-10 .path11:before { content: "\ed6c"; margin-left: -1em; color: rgb(206, 153, 18); } .coin-10 .path12:before { content: "\ed6d"; margin-left: -1em; color: rgb(206, 153, 18); } .coin-10 .path13:before { content: "\ed6e"; margin-left: -1em; color: rgb(255, 217, 73); } .coin-10 .path14:before { content: "\ed6f"; margin-left: -1em; color: rgb(206, 153, 18); } .coins .path1:before { content: "\ed70"; color: rgb(252, 198, 45); } .coins .path2:before { content: "\ed71"; margin-left: -1em; color: rgb(228, 175, 24); } .coins .path3:before { content: "\ed72"; margin-left: -1em; color: rgb(206, 153, 18); } .coins .path4:before { content: "\ed73"; margin-left: -1em; color: rgb(206, 153, 18); } .coins .path5:before { content: "\ed74"; margin-left: -1em; color: rgb(206, 153, 18); } .coins .path6:before { content: "\ed75"; margin-left: -1em; color: rgb(206, 153, 18); } .coins .path7:before { content: "\ed76"; margin-left: -1em; color: rgb(206, 153, 18); } .coins .path8:before { content: "\ed77"; margin-left: -1em; color: rgb(206, 153, 18); } .coins .path9:before { content: "\ed78"; margin-left: -1em; color: rgb(206, 153, 18); } .coins .path10:before { content: "\ed79"; margin-left: -1em; color: rgb(206, 153, 18); } .coins .path11:before { content: "\ed7a"; margin-left: -1em; color: rgb(206, 153, 18); } .coins .path12:before { content: "\ed7b"; margin-left: -1em; color: rgb(206, 153, 18); } .coins .path13:before { content: "\ed7c"; margin-left: -1em; color: rgb(228, 175, 24); } .coins .path14:before { content: "\ed7d"; margin-left: -1em; color: rgb(206, 153, 18); } .coins .path15:before { content: "\ed7e"; margin-left: -1em; color: rgb(206, 153, 18); } .coins .path16:before { content: "\ed7f"; margin-left: -1em; color: rgb(206, 153, 18); } .coins .path17:before { content: "\ed80"; margin-left: -1em; color: rgb(206, 153, 18); } .coins .path18:before { content: "\ed81"; margin-left: -1em; color: rgb(206, 153, 18); } .coins .path19:before { content: "\ed82"; margin-left: -1em; color: rgb(206, 153, 18); } .coins .path20:before { content: "\ed83"; margin-left: -1em; color: rgb(206, 153, 18); } .coins .path21:before { content: "\ed84"; margin-left: -1em; color: rgb(206, 153, 18); } .coins .path22:before { content: "\ed85"; margin-left: -1em; color: rgb(206, 153, 18); } .coins .path23:before { content: "\ed86"; margin-left: -1em; color: rgb(206, 153, 18); } .coins .path24:before { content: "\ed87"; margin-left: -1em; color: rgb(255, 217, 73); } .coins .path25:before { content: "\ed88"; margin-left: -1em; color: rgb(255, 217, 73); } .coins .path26:before { content: "\ed89"; margin-left: -1em; color: rgb(228, 175, 24); } .coins .path27:before { content: "\ed8a"; margin-left: -1em; color: rgb(206, 153, 18); } .coins .path28:before { content: "\ed8b"; margin-left: -1em; color: rgb(206, 153, 18); } .coins .path29:before { content: "\ed8c"; margin-left: -1em; color: rgb(206, 153, 18); } .coins .path30:before { content: "\ed8d"; margin-left: -1em; color: rgb(206, 153, 18); } .coins .path31:before { content: "\ed8e"; margin-left: -1em; color: rgb(206, 153, 18); } .coins .path32:before { content: "\ed8f"; margin-left: -1em; color: rgb(206, 153, 18); } .coins .path33:before { content: "\ed90"; margin-left: -1em; color: rgb(206, 153, 18); } .coins .path34:before { content: "\ed91"; margin-left: -1em; color: rgb(206, 153, 18); } .coins .path35:before { content: "\ed92"; margin-left: -1em; color: rgb(206, 153, 18); } .coins .path36:before { content: "\ed93"; margin-left: -1em; color: rgb(206, 153, 18); } .coins .path37:before { content: "\ed94"; margin-left: -1em; color: rgb(252, 198, 45); } .coins .path38:before { content: "\ed95"; margin-left: -1em; color: rgb(255, 217, 73); } .coins .path39:before { content: "\ed96"; margin-left: -1em; color: rgb(240, 196, 27); } .coins-1 .path1:before { content: "\ed97"; color: rgb(228, 175, 24); } .coins-1 .path2:before { content: "\ed98"; margin-left: -1em; color: rgb(244, 191, 26); } .coins-1 .path3:before { content: "\ed99"; margin-left: -1em; color: rgb(228, 175, 24); } .coins-1 .path4:before { content: "\ed9a"; margin-left: -1em; color: rgb(255, 217, 73); } .coins-1 .path5:before { content: "\ed9b"; margin-left: -1em; color: rgb(244, 191, 26); } .coins-1 .path6:before { content: "\ed9c"; margin-left: -1em; color: rgb(220, 168, 21); } .coins-1 .path7:before { content: "\ed9d"; margin-left: -1em; color: rgb(220, 168, 21); } .coins-1 .path8:before { content: "\ed9e"; margin-left: -1em; color: rgb(220, 168, 21); } .coins-1 .path9:before { content: "\ed9f"; margin-left: -1em; color: rgb(220, 168, 21); } .coins-1 .path10:before { content: "\eda0"; margin-left: -1em; color: rgb(220, 168, 21); } .coins-1 .path11:before { content: "\eda1"; margin-left: -1em; color: rgb(220, 168, 21); } .coins-1 .path12:before { content: "\eda2"; margin-left: -1em; color: rgb(220, 168, 21); } .coins-1 .path13:before { content: "\eda3"; margin-left: -1em; color: rgb(220, 168, 21); } .coins-1 .path14:before { content: "\eda4"; margin-left: -1em; color: rgb(220, 168, 21); } .coins-1 .path15:before { content: "\eda5"; margin-left: -1em; color: rgb(196, 146, 20); } .coins-1 .path16:before { content: "\eda6"; margin-left: -1em; color: rgb(196, 146, 20); } .coins-1 .path17:before { content: "\eda7"; margin-left: -1em; color: rgb(196, 146, 20); } .coins-1 .path18:before { content: "\eda8"; margin-left: -1em; color: rgb(196, 146, 20); } .coins-1 .path19:before { content: "\eda9"; margin-left: -1em; color: rgb(196, 146, 20); } .coins-1 .path20:before { content: "\edaa"; margin-left: -1em; color: rgb(196, 146, 20); } .coins-1 .path21:before { content: "\edab"; margin-left: -1em; color: rgb(196, 146, 20); } .coins-1 .path22:before { content: "\edac"; margin-left: -1em; color: rgb(196, 146, 20); } .coins-1 .path23:before { content: "\edad"; margin-left: -1em; color: rgb(196, 146, 20); } .coins-1 .path24:before { content: "\edae"; margin-left: -1em; color: rgb(220, 168, 21); } .coins-1 .path25:before { content: "\edaf"; margin-left: -1em; color: rgb(220, 168, 21); } .coins-1 .path26:before { content: "\edb0"; margin-left: -1em; color: rgb(220, 168, 21); } .coins-1 .path27:before { content: "\edb1"; margin-left: -1em; color: rgb(220, 168, 21); } .coins-1 .path28:before { content: "\edb2"; margin-left: -1em; color: rgb(220, 168, 21); } .coins-1 .path29:before { content: "\edb3"; margin-left: -1em; color: rgb(220, 168, 21); } .coins-1 .path30:before { content: "\edb4"; margin-left: -1em; color: rgb(220, 168, 21); } .coins-1 .path31:before { content: "\edb5"; margin-left: -1em; color: rgb(220, 168, 21); } .coins-1 .path32:before { content: "\edb6"; margin-left: -1em; color: rgb(220, 168, 21); } .coins-1 .path33:before { content: "\edb7"; margin-left: -1em; color: rgb(196, 146, 20); } .coins-1 .path34:before { content: "\edb8"; margin-left: -1em; color: rgb(196, 146, 20); } .coins-1 .path35:before { content: "\edb9"; margin-left: -1em; color: rgb(196, 146, 20); } .coins-1 .path36:before { content: "\edba"; margin-left: -1em; color: rgb(196, 146, 20); } .coins-1 .path37:before { content: "\edbb"; margin-left: -1em; color: rgb(196, 146, 20); } .coins-1 .path38:before { content: "\edbc"; margin-left: -1em; color: rgb(196, 146, 20); } .coins-1 .path39:before { content: "\edbd"; margin-left: -1em; color: rgb(196, 146, 20); } .coins-1 .path40:before { content: "\edbe"; margin-left: -1em; color: rgb(196, 146, 20); } .coins-1 .path41:before { content: "\edbf"; margin-left: -1em; color: rgb(196, 146, 20); } .coins-1 .path42:before { content: "\edc0"; margin-left: -1em; color: rgb(252, 198, 45); } .coins-1 .path43:before { content: "\edc1"; margin-left: -1em; color: rgb(255, 217, 73); } .coins-1 .path44:before { content: "\edc2"; margin-left: -1em; color: rgb(252, 198, 45); } .crate .path1:before { content: "\edc3"; color: rgb(143, 97, 39); } .crate .path2:before { content: "\edc4"; margin-left: -1em; color: rgb(173, 126, 78); } .crate .path3:before { content: "\edc5"; margin-left: -1em; color: rgb(202, 150, 90); } .crate .path4:before { content: "\edc6"; margin-left: -1em; color: rgb(173, 126, 78); } .crate .path5:before { content: "\edc7"; margin-left: -1em; color: rgb(202, 150, 90); } .crate .path6:before { content: "\edc8"; margin-left: -1em; color: rgb(230, 231, 232); } .crate .path7:before { content: "\edc9"; margin-left: -1em; color: rgb(230, 231, 232); } .crate .path8:before { content: "\edca"; margin-left: -1em; color: rgb(230, 231, 232); } .crate .path9:before { content: "\edcb"; margin-left: -1em; color: rgb(230, 231, 232); } .crate .path10:before { content: "\edcc"; margin-left: -1em; color: rgb(230, 231, 232); } .crate .path11:before { content: "\edcd"; margin-left: -1em; color: rgb(230, 231, 232); } .crate .path12:before { content: "\edce"; margin-left: -1em; color: rgb(230, 231, 232); } .crate .path13:before { content: "\edcf"; margin-left: -1em; color: rgb(230, 231, 232); } .crate .path14:before { content: "\edd0"; margin-left: -1em; color: rgb(230, 231, 232); } .crate .path15:before { content: "\edd1"; margin-left: -1em; color: rgb(230, 231, 232); } .crate .path16:before { content: "\edd2"; margin-left: -1em; color: rgb(230, 231, 232); } .crate .path17:before { content: "\edd3"; margin-left: -1em; color: rgb(230, 231, 232); } .crate .path18:before { content: "\edd4"; margin-left: -1em; color: rgb(230, 231, 232); } .crate .path19:before { content: "\edd5"; margin-left: -1em; color: rgb(230, 231, 232); } .crate .path20:before { content: "\edd6"; margin-left: -1em; color: rgb(230, 231, 232); } .crate .path21:before { content: "\edd7"; margin-left: -1em; color: rgb(230, 231, 232); } .crate .path22:before { content: "\edd8"; margin-left: -1em; color: rgb(112, 73, 30); } .crate .path23:before { content: "\edd9"; margin-left: -1em; color: rgb(112, 73, 30); } .crate .path24:before { content: "\edda"; margin-left: -1em; color: rgb(112, 73, 30); } .crate-1 .path1:before { content: "\eddb"; color: rgb(143, 97, 39); } .crate-1 .path2:before { content: "\eddc"; margin-left: -1em; color: rgb(112, 73, 30); } .crate-1 .path3:before { content: "\eddd"; margin-left: -1em; color: rgb(112, 73, 30); } .crate-1 .path4:before { content: "\edde"; margin-left: -1em; color: rgb(112, 73, 30); } .crate-1 .path5:before { content: "\eddf"; margin-left: -1em; color: rgb(112, 73, 30); } .crate-1 .path6:before { content: "\ede0"; margin-left: -1em; color: rgb(112, 73, 30); } .crate-1 .path7:before { content: "\ede1"; margin-left: -1em; color: rgb(112, 73, 30); } .crate-1 .path8:before { content: "\ede2"; margin-left: -1em; color: rgb(173, 126, 78); } .crate-1 .path9:before { content: "\ede3"; margin-left: -1em; color: rgb(202, 150, 90); } .crate-1 .path10:before { content: "\ede4"; margin-left: -1em; color: rgb(173, 126, 78); } .crate-1 .path11:before { content: "\ede5"; margin-left: -1em; color: rgb(202, 150, 90); } .crate-1 .path12:before { content: "\ede6"; margin-left: -1em; color: rgb(230, 231, 232); } .crate-1 .path13:before { content: "\ede7"; margin-left: -1em; color: rgb(230, 231, 232); } .crate-1 .path14:before { content: "\ede8"; margin-left: -1em; color: rgb(230, 231, 232); } .crate-1 .path15:before { content: "\ede9"; margin-left: -1em; color: rgb(230, 231, 232); } .crate-1 .path16:before { content: "\edea"; margin-left: -1em; color: rgb(230, 231, 232); } .crate-1 .path17:before { content: "\edeb"; margin-left: -1em; color: rgb(230, 231, 232); } .crate-1 .path18:before { content: "\edec"; margin-left: -1em; color: rgb(230, 231, 232); } .crate-1 .path19:before { content: "\eded"; margin-left: -1em; color: rgb(230, 231, 232); } .crate-1 .path20:before { content: "\edee"; margin-left: -1em; color: rgb(230, 231, 232); } .crate-1 .path21:before { content: "\edef"; margin-left: -1em; color: rgb(230, 231, 232); } .crate-1 .path22:before { content: "\edf0"; margin-left: -1em; color: rgb(230, 231, 232); } .crate-1 .path23:before { content: "\edf1"; margin-left: -1em; color: rgb(230, 231, 232); } .crate-1 .path24:before { content: "\edf2"; margin-left: -1em; color: rgb(230, 231, 232); } .crate-1 .path25:before { content: "\edf3"; margin-left: -1em; color: rgb(230, 231, 232); } .crate-1 .path26:before { content: "\edf4"; margin-left: -1em; color: rgb(230, 231, 232); } .crate-1 .path27:before { content: "\edf5"; margin-left: -1em; color: rgb(230, 231, 232); } .crate-1 .path28:before { content: "\edf6"; margin-left: -1em; color: rgb(173, 126, 78); } .crate-1 .path29:before { content: "\edf7"; margin-left: -1em; color: rgb(173, 126, 78); } .crate-1 .path30:before { content: "\edf8"; margin-left: -1em; color: rgb(143, 97, 39); } .crate-1 .path31:before { content: "\edf9"; margin-left: -1em; color: rgb(143, 97, 39); } .crate-1 .path32:before { content: "\edfa"; margin-left: -1em; color: rgb(143, 97, 39); } .crate-1 .path33:before { content: "\edfb"; margin-left: -1em; color: rgb(143, 97, 39); } .crate-1 .path34:before { content: "\edfc"; margin-left: -1em; color: rgb(173, 126, 78); } .crate-1 .path35:before { content: "\edfd"; margin-left: -1em; color: rgb(173, 126, 78); } .crate-2 .path1:before { content: "\edfe"; color: rgb(143, 97, 39); } .crate-2 .path2:before { content: "\edff"; margin-left: -1em; color: rgb(173, 126, 78); } .crate-2 .path3:before { content: "\ee00"; margin-left: -1em; color: rgb(202, 150, 90); } .crate-2 .path4:before { content: "\ee01"; margin-left: -1em; color: rgb(173, 126, 78); } .crate-2 .path5:before { content: "\ee02"; margin-left: -1em; color: rgb(202, 150, 90); } .crate-2 .path6:before { content: "\ee03"; margin-left: -1em; color: rgb(230, 231, 232); } .crate-2 .path7:before { content: "\ee04"; margin-left: -1em; color: rgb(230, 231, 232); } .crate-2 .path8:before { content: "\ee05"; margin-left: -1em; color: rgb(230, 231, 232); } .crate-2 .path9:before { content: "\ee06"; margin-left: -1em; color: rgb(230, 231, 232); } .crate-2 .path10:before { content: "\ee07"; margin-left: -1em; color: rgb(230, 231, 232); } .crate-2 .path11:before { content: "\ee08"; margin-left: -1em; color: rgb(230, 231, 232); } .crate-2 .path12:before { content: "\ee09"; margin-left: -1em; color: rgb(230, 231, 232); } .crate-2 .path13:before { content: "\ee0a"; margin-left: -1em; color: rgb(230, 231, 232); } .crate-2 .path14:before { content: "\ee0b"; margin-left: -1em; color: rgb(230, 231, 232); } .crate-2 .path15:before { content: "\ee0c"; margin-left: -1em; color: rgb(230, 231, 232); } .crate-2 .path16:before { content: "\ee0d"; margin-left: -1em; color: rgb(230, 231, 232); } .crate-2 .path17:before { content: "\ee0e"; margin-left: -1em; color: rgb(230, 231, 232); } .crate-2 .path18:before { content: "\ee0f"; margin-left: -1em; color: rgb(230, 231, 232); } .crate-2 .path19:before { content: "\ee10"; margin-left: -1em; color: rgb(230, 231, 232); } .crate-2 .path20:before { content: "\ee11"; margin-left: -1em; color: rgb(230, 231, 232); } .crate-2 .path21:before { content: "\ee12"; margin-left: -1em; color: rgb(230, 231, 232); } .crate-2 .path22:before { content: "\ee13"; margin-left: -1em; color: rgb(173, 126, 78); } .crate-2 .path23:before { content: "\ee14"; margin-left: -1em; color: rgb(173, 126, 78); } .crate-2 .path24:before { content: "\ee15"; margin-left: -1em; color: rgb(143, 97, 39); } .crate-2 .path25:before { content: "\ee16"; margin-left: -1em; color: rgb(143, 97, 39); } .crate-2 .path26:before { content: "\ee17"; margin-left: -1em; color: rgb(143, 97, 39); } .crate-2 .path27:before { content: "\ee18"; margin-left: -1em; color: rgb(143, 97, 39); } .crate-2 .path28:before { content: "\ee19"; margin-left: -1em; color: rgb(173, 126, 78); } .crate-2 .path29:before { content: "\ee1a"; margin-left: -1em; color: rgb(173, 126, 78); } .crate-2 .path30:before { content: "\ee1b"; margin-left: -1em; color: rgb(112, 73, 30); } .crate-2 .path31:before { content: "\ee1c"; margin-left: -1em; color: rgb(112, 73, 30); } .crate-2 .path32:before { content: "\ee1d"; margin-left: -1em; color: rgb(112, 73, 30); } .crate-2 .path33:before { content: "\ee1e"; margin-left: -1em; color: rgb(112, 73, 30); } .crate-3 .path1:before { content: "\ee1f"; color: rgb(202, 150, 90); } .crate-3 .path2:before { content: "\ee20"; margin-left: -1em; color: rgb(173, 126, 78); } .crate-3 .path3:before { content: "\ee21"; margin-left: -1em; color: rgb(173, 126, 78); } .crate-3 .path4:before { content: "\ee22"; margin-left: -1em; color: rgb(202, 150, 90); } .crate-3 .path5:before { content: "\ee23"; margin-left: -1em; color: rgb(230, 230, 230); } .crate-3 .path6:before { content: "\ee24"; margin-left: -1em; color: rgb(230, 230, 230); } .crate-3 .path7:before { content: "\ee25"; margin-left: -1em; color: rgb(230, 230, 230); } .crate-3 .path8:before { content: "\ee26"; margin-left: -1em; color: rgb(230, 230, 230); } .crate-3 .path9:before { content: "\ee27"; margin-left: -1em; color: rgb(230, 230, 230); } .crate-3 .path10:before { content: "\ee28"; margin-left: -1em; color: rgb(230, 230, 230); } .crate-3 .path11:before { content: "\ee29"; margin-left: -1em; color: rgb(230, 230, 230); } .crate-3 .path12:before { content: "\ee2a"; margin-left: -1em; color: rgb(230, 230, 230); } .crate-3 .path13:before { content: "\ee2b"; margin-left: -1em; color: rgb(230, 230, 230); } .crate-3 .path14:before { content: "\ee2c"; margin-left: -1em; color: rgb(230, 230, 230); } .crate-3 .path15:before { content: "\ee2d"; margin-left: -1em; color: rgb(230, 230, 230); } .crate-3 .path16:before { content: "\ee2e"; margin-left: -1em; color: rgb(230, 230, 230); } .crate-3 .path17:before { content: "\ee2f"; margin-left: -1em; color: rgb(230, 230, 230); } .crate-3 .path18:before { content: "\ee30"; margin-left: -1em; color: rgb(230, 230, 230); } .crate-3 .path19:before { content: "\ee31"; margin-left: -1em; color: rgb(230, 230, 230); } .crate-3 .path20:before { content: "\ee32"; margin-left: -1em; color: rgb(230, 230, 230); } .crate-3 .path21:before { content: "\ee33"; margin-left: -1em; color: rgb(143, 97, 39); } .crate-3 .path22:before { content: "\ee34"; margin-left: -1em; color: rgb(112, 73, 30); } .crate-3 .path23:before { content: "\ee35"; margin-left: -1em; color: rgb(112, 73, 30); } .crate-3 .path24:before { content: "\ee36"; margin-left: -1em; color: rgb(112, 73, 30); } .crate-3 .path25:before { content: "\ee37"; margin-left: -1em; color: rgb(112, 73, 30); } .crate-4 .path1:before { content: "\ee38"; color: rgb(143, 97, 39); } .crate-4 .path2:before { content: "\ee39"; margin-left: -1em; color: rgb(112, 73, 30); } .crate-4 .path3:before { content: "\ee3a"; margin-left: -1em; color: rgb(112, 73, 30); } .crate-4 .path4:before { content: "\ee3b"; margin-left: -1em; color: rgb(112, 73, 30); } .crate-4 .path5:before { content: "\ee3c"; margin-left: -1em; color: rgb(112, 73, 30); } .crate-4 .path6:before { content: "\ee3d"; margin-left: -1em; color: rgb(112, 73, 30); } .crate-4 .path7:before { content: "\ee3e"; margin-left: -1em; color: rgb(112, 73, 30); } .crate-4 .path8:before { content: "\ee3f"; margin-left: -1em; color: rgb(202, 150, 90); } .crate-4 .path9:before { content: "\ee40"; margin-left: -1em; color: rgb(173, 126, 78); } .crate-4 .path10:before { content: "\ee41"; margin-left: -1em; color: rgb(173, 126, 78); } .crate-4 .path11:before { content: "\ee42"; margin-left: -1em; color: rgb(202, 150, 90); } .crate-4 .path12:before { content: "\ee43"; margin-left: -1em; color: rgb(230, 230, 230); } .crate-4 .path13:before { content: "\ee44"; margin-left: -1em; color: rgb(230, 230, 230); } .crate-4 .path14:before { content: "\ee45"; margin-left: -1em; color: rgb(230, 230, 230); } .crate-4 .path15:before { content: "\ee46"; margin-left: -1em; color: rgb(230, 230, 230); } .crate-4 .path16:before { content: "\ee47"; margin-left: -1em; color: rgb(230, 230, 230); } .crate-4 .path17:before { content: "\ee48"; margin-left: -1em; color: rgb(230, 230, 230); } .crate-4 .path18:before { content: "\ee49"; margin-left: -1em; color: rgb(230, 230, 230); } .crate-4 .path19:before { content: "\ee4a"; margin-left: -1em; color: rgb(230, 230, 230); } .crate-4 .path20:before { content: "\ee4b"; margin-left: -1em; color: rgb(230, 230, 230); } .crate-4 .path21:before { content: "\ee4c"; margin-left: -1em; color: rgb(230, 230, 230); } .crate-4 .path22:before { content: "\ee4d"; margin-left: -1em; color: rgb(230, 230, 230); } .crate-4 .path23:before { content: "\ee4e"; margin-left: -1em; color: rgb(230, 230, 230); } .crate-4 .path24:before { content: "\ee4f"; margin-left: -1em; color: rgb(230, 230, 230); } .crate-4 .path25:before { content: "\ee50"; margin-left: -1em; color: rgb(230, 230, 230); } .crate-4 .path26:before { content: "\ee51"; margin-left: -1em; color: rgb(230, 230, 230); } .crate-4 .path27:before { content: "\ee52"; margin-left: -1em; color: rgb(230, 230, 230); } .crate-5 .path1:before { content: "\ee53"; color: rgb(143, 97, 39); } .crate-5 .path2:before { content: "\ee54"; margin-left: -1em; color: rgb(112, 73, 30); } .crate-5 .path3:before { content: "\ee55"; margin-left: -1em; color: rgb(112, 73, 30); } .crate-5 .path4:before { content: "\ee56"; margin-left: -1em; color: rgb(112, 73, 30); } .crate-5 .path5:before { content: "\ee57"; margin-left: -1em; color: rgb(202, 150, 90); } .crate-5 .path6:before { content: "\ee58"; margin-left: -1em; color: rgb(173, 126, 78); } .crate-5 .path7:before { content: "\ee59"; margin-left: -1em; color: rgb(173, 126, 78); } .crate-5 .path8:before { content: "\ee5a"; margin-left: -1em; color: rgb(202, 150, 90); } .crate-5 .path9:before { content: "\ee5b"; margin-left: -1em; color: rgb(230, 230, 230); } .crate-5 .path10:before { content: "\ee5c"; margin-left: -1em; color: rgb(230, 230, 230); } .crate-5 .path11:before { content: "\ee5d"; margin-left: -1em; color: rgb(230, 230, 230); } .crate-5 .path12:before { content: "\ee5e"; margin-left: -1em; color: rgb(230, 230, 230); } .crate-5 .path13:before { content: "\ee5f"; margin-left: -1em; color: rgb(230, 230, 230); } .crate-5 .path14:before { content: "\ee60"; margin-left: -1em; color: rgb(230, 230, 230); } .crate-5 .path15:before { content: "\ee61"; margin-left: -1em; color: rgb(230, 230, 230); } .crate-5 .path16:before { content: "\ee62"; margin-left: -1em; color: rgb(230, 230, 230); } .crate-5 .path17:before { content: "\ee63"; margin-left: -1em; color: rgb(230, 230, 230); } .crate-5 .path18:before { content: "\ee64"; margin-left: -1em; color: rgb(230, 230, 230); } .crate-5 .path19:before { content: "\ee65"; margin-left: -1em; color: rgb(230, 230, 230); } .crate-5 .path20:before { content: "\ee66"; margin-left: -1em; color: rgb(230, 230, 230); } .crate-5 .path21:before { content: "\ee67"; margin-left: -1em; color: rgb(230, 230, 230); } .crate-5 .path22:before { content: "\ee68"; margin-left: -1em; color: rgb(230, 230, 230); } .crate-5 .path23:before { content: "\ee69"; margin-left: -1em; color: rgb(230, 230, 230); } .crate-5 .path24:before { content: "\ee6a"; margin-left: -1em; color: rgb(230, 230, 230); } .credit-card .path1:before { content: "\ee6b"; color: rgb(209, 212, 210); } .credit-card .path2:before { content: "\ee6c"; margin-left: -1em; color: rgb(165, 165, 164); } .credit-card .path3:before { content: "\ee6d"; margin-left: -1em; color: rgb(255, 255, 255); } .credit-card .path4:before { content: "\ee6e"; margin-left: -1em; color: rgb(255, 255, 255); } .credit-card .path5:before { content: "\ee6f"; margin-left: -1em; color: rgb(255, 255, 255); } .credit-card .path6:before { content: "\ee70"; margin-left: -1em; color: rgb(255, 255, 255); } .credit-card .path7:before { content: "\ee71"; margin-left: -1em; color: rgb(255, 255, 255); } .credit-card .path8:before { content: "\ee72"; margin-left: -1em; color: rgb(255, 255, 255); } .credit-card .path9:before { content: "\ee73"; margin-left: -1em; color: rgb(255, 255, 255); } .credit-card .path10:before { content: "\ee74"; margin-left: -1em; color: rgb(255, 255, 255); } .credit-card .path11:before { content: "\ee75"; margin-left: -1em; color: rgb(255, 255, 255); } .credit-card .path12:before { content: "\ee76"; margin-left: -1em; color: rgb(255, 255, 255); } .credit-card .path13:before { content: "\ee77"; margin-left: -1em; color: rgb(255, 255, 255); } .credit-card .path14:before { content: "\ee78"; margin-left: -1em; color: rgb(255, 255, 255); } .credit-card .path15:before { content: "\ee79"; margin-left: -1em; color: rgb(255, 255, 255); } .credit-card .path16:before { content: "\ee7a"; margin-left: -1em; color: rgb(68, 130, 196); } .credit-card .path17:before { content: "\ee7b"; margin-left: -1em; color: rgb(68, 130, 196); } .credit-card-1 .path1:before { content: "\ee7c"; color: rgb(240, 196, 27); } .credit-card-1 .path2:before { content: "\ee7d"; margin-left: -1em; color: rgb(128, 111, 94); } .credit-card-1 .path3:before { content: "\ee7e"; margin-left: -1em; color: rgb(249, 234, 176); } .credit-card-1 .path4:before { content: "\ee7f"; margin-left: -1em; color: rgb(249, 234, 176); } .credit-card-1 .path5:before { content: "\ee80"; margin-left: -1em; color: rgb(249, 234, 176); } .credit-card-1 .path6:before { content: "\ee81"; margin-left: -1em; color: rgb(249, 234, 176); } .credit-card-1 .path7:before { content: "\ee82"; margin-left: -1em; color: rgb(249, 234, 176); } .credit-card-1 .path8:before { content: "\ee83"; margin-left: -1em; color: rgb(249, 234, 176); } .credit-card-1 .path9:before { content: "\ee84"; margin-left: -1em; color: rgb(249, 234, 176); } .credit-card-1 .path10:before { content: "\ee85"; margin-left: -1em; color: rgb(219, 34, 21); } .credit-card-1 .path11:before { content: "\ee86"; margin-left: -1em; color: rgb(36, 94, 169); } .credit-card-2 .path1:before { content: "\ee87"; color: rgb(135, 152, 204); } .credit-card-2 .path2:before { content: "\ee88"; margin-left: -1em; color: rgb(85, 97, 128); } .credit-card-2 .path3:before { content: "\ee89"; margin-left: -1em; color: rgb(176, 211, 240); } .credit-card-2 .path4:before { content: "\ee8a"; margin-left: -1em; color: rgb(176, 211, 240); } .credit-card-2 .path5:before { content: "\ee8b"; margin-left: -1em; color: rgb(176, 211, 240); } .credit-card-2 .path6:before { content: "\ee8c"; margin-left: -1em; color: rgb(176, 211, 240); } .credit-card-2 .path7:before { content: "\ee8d"; margin-left: -1em; color: rgb(176, 211, 240); } .credit-card-2 .path8:before { content: "\ee8e"; margin-left: -1em; color: rgb(176, 211, 240); } .credit-card-2 .path9:before { content: "\ee8f"; margin-left: -1em; color: rgb(176, 211, 240); } .credit-card-2 .path10:before { content: "\ee90"; margin-left: -1em; color: rgb(145, 186, 225); } .credit-card-3 .path1:before { content: "\ee91"; color: rgb(58, 121, 189); } .credit-card-3 .path2:before { content: "\ee92"; margin-left: -1em; color: rgb(255, 255, 255); } .credit-card-3 .path3:before { content: "\ee93"; margin-left: -1em; color: rgb(255, 255, 255); } .credit-card-3 .path4:before { content: "\ee94"; margin-left: -1em; color: rgb(255, 255, 255); } .credit-card-3 .path5:before { content: "\ee95"; margin-left: -1em; color: rgb(255, 255, 255); } .credit-card-3 .path6:before { content: "\ee96"; margin-left: -1em; color: rgb(255, 255, 255); } .credit-card-3 .path7:before { content: "\ee97"; margin-left: -1em; color: rgb(255, 255, 255); } .credit-card-3 .path8:before { content: "\ee98"; margin-left: -1em; color: rgb(255, 255, 255); } .credit-card-3 .path9:before { content: "\ee99"; margin-left: -1em; color: rgb(44, 145, 208); } .credit-card-3 .path10:before { content: "\ee9a"; margin-left: -1em; color: rgb(255, 255, 255); } .credit-card-3 .path11:before { content: "\ee9b"; margin-left: -1em; color: rgb(29, 106, 170); } .credit-card-3 .path12:before { content: "\ee9c"; margin-left: -1em; color: rgb(29, 106, 170); } .credit-card-3 .path13:before { content: "\ee9d"; margin-left: -1em; color: rgb(29, 106, 170); } .credit-card-3 .path14:before { content: "\ee9e"; margin-left: -1em; color: rgb(29, 106, 170); } .credit-card-4 .path1:before { content: "\ee9f"; color: rgb(213, 184, 154); } .credit-card-4 .path2:before { content: "\eea0"; margin-left: -1em; color: rgb(231, 76, 61); } .credit-card-4 .path3:before { content: "\eea1"; margin-left: -1em; color: rgb(240, 196, 27); } .credit-card-4 .path4:before { content: "\eea2"; margin-left: -1em; color: rgb(228, 214, 182); } .credit-card-4 .path5:before { content: "\eea3"; margin-left: -1em; color: rgb(228, 214, 182); } .credit-card-4 .path6:before { content: "\eea4"; margin-left: -1em; color: rgb(228, 214, 182); } .credit-card-4 .path7:before { content: "\eea5"; margin-left: -1em; color: rgb(228, 214, 182); } .credit-card-4 .path8:before { content: "\eea6"; margin-left: -1em; color: rgb(228, 214, 182); } .credit-card-4 .path9:before { content: "\eea7"; margin-left: -1em; color: rgb(228, 214, 182); } .credit-card-4 .path10:before { content: "\eea8"; margin-left: -1em; color: rgb(228, 214, 182); } .credit-card-4 .path11:before { content: "\eea9"; margin-left: -1em; color: rgb(102, 82, 72); } .credit-card-4 .path12:before { content: "\eeaa"; margin-left: -1em; color: rgb(102, 82, 72); } .credit-card-4 .path13:before { content: "\eeab"; margin-left: -1em; color: rgb(102, 82, 72); } .credit-card-4 .path14:before { content: "\eeac"; margin-left: -1em; color: rgb(102, 82, 72); } .credit-card-5 .path1:before { content: "\eead"; color: rgb(204, 179, 117); } .credit-card-5 .path2:before { content: "\eeae"; margin-left: -1em; color: rgb(122, 105, 60); } .credit-card-5 .path3:before { content: "\eeaf"; margin-left: -1em; color: rgb(122, 105, 60); } .credit-card-5 .path4:before { content: "\eeb0"; margin-left: -1em; color: rgb(122, 105, 60); } .credit-card-5 .path5:before { content: "\eeb1"; margin-left: -1em; color: rgb(122, 105, 60); } .credit-card-5 .path6:before { content: "\eeb2"; margin-left: -1em; color: rgb(122, 105, 60); } .credit-card-5 .path7:before { content: "\eeb3"; margin-left: -1em; color: rgb(122, 105, 60); } .credit-card-5 .path8:before { content: "\eeb4"; margin-left: -1em; color: rgb(122, 105, 60); } .credit-card-5 .path9:before { content: "\eeb5"; margin-left: -1em; color: rgb(231, 76, 61); } .credit-card-5 .path10:before { content: "\eeb6"; margin-left: -1em; color: rgb(240, 196, 27); } .credit-card-5 .path11:before { content: "\eeb7"; margin-left: -1em; color: rgb(240, 196, 27); } .credit-card-5 .path12:before { content: "\eeb8"; margin-left: -1em; color: rgb(243, 213, 92); } .credit-card-5 .path13:before { content: "\eeb9"; margin-left: -1em; color: rgb(240, 196, 27); } .credit-card-5 .path14:before { content: "\eeba"; margin-left: -1em; color: rgb(243, 213, 92); } .credit-card-5 .path15:before { content: "\eebb"; margin-left: -1em; color: rgb(243, 213, 92); } .credit-card-5 .path16:before { content: "\eebc"; margin-left: -1em; color: rgb(243, 213, 92); } .credit-card-5 .path17:before { content: "\eebd"; margin-left: -1em; color: rgb(243, 213, 92); } .credit-card-6 .path1:before { content: "\eebe"; color: rgb(107, 190, 161); } .credit-card-6 .path2:before { content: "\eebf"; margin-left: -1em; color: rgb(73, 134, 121); } .credit-card-6 .path3:before { content: "\eec0"; margin-left: -1em; color: rgb(73, 134, 121); } .credit-card-6 .path4:before { content: "\eec1"; margin-left: -1em; color: rgb(73, 134, 121); } .credit-card-6 .path5:before { content: "\eec2"; margin-left: -1em; color: rgb(73, 134, 121); } .credit-card-6 .path6:before { content: "\eec3"; margin-left: -1em; color: rgb(240, 196, 27); } .credit-card-6 .path7:before { content: "\eec4"; margin-left: -1em; color: rgb(243, 213, 92); } .credit-card-6 .path8:before { content: "\eec5"; margin-left: -1em; color: rgb(240, 196, 27); } .credit-card-6 .path9:before { content: "\eec6"; margin-left: -1em; color: rgb(243, 213, 92); } .credit-card-6 .path10:before { content: "\eec7"; margin-left: -1em; color: rgb(243, 213, 92); } .credit-card-6 .path11:before { content: "\eec8"; margin-left: -1em; color: rgb(243, 213, 92); } .credit-card-6 .path12:before { content: "\eec9"; margin-left: -1em; color: rgb(243, 213, 92); } .credit-card-6 .path13:before { content: "\eeca"; margin-left: -1em; color: rgb(73, 134, 121); } .credit-card-6 .path14:before { content: "\eecb"; margin-left: -1em; color: rgb(73, 134, 121); } .credit-card-6 .path15:before { content: "\eecc"; margin-left: -1em; color: rgb(73, 134, 121); } .credit-card-6 .path16:before { content: "\eecd"; margin-left: -1em; color: rgb(73, 134, 121); } .credit-card-6 .path17:before { content: "\eece"; margin-left: -1em; color: rgb(73, 134, 121); } .credit-card-6 .path18:before { content: "\eecf"; margin-left: -1em; color: rgb(73, 134, 121); } .credit-card-6 .path19:before { content: "\eed0"; margin-left: -1em; color: rgb(73, 134, 121); } .delivery-cart .path1:before { content: "\eed1"; color: rgb(232, 213, 178); } .delivery-cart .path2:before { content: "\eed2"; margin-left: -1em; color: rgb(169, 130, 88); } .delivery-cart .path3:before { content: "\eed3"; margin-left: -1em; color: rgb(134, 151, 203); } .delivery-cart .path4:before { content: "\eed4"; margin-left: -1em; color: rgb(203, 178, 146); } .delivery-cart .path5:before { content: "\eed5"; margin-left: -1em; color: rgb(244, 213, 189); } .delivery-cart .path6:before { content: "\eed6"; margin-left: -1em; color: rgb(85, 96, 128); } .delivery-cart .path7:before { content: "\eed7"; margin-left: -1em; color: rgb(85, 96, 128); } .delivery-cart .path8:before { content: "\eed8"; margin-left: -1em; color: rgb(189, 195, 199); } .delivery-cart .path9:before { content: "\eed9"; margin-left: -1em; color: rgb(189, 195, 199); } .delivery-cart .path10:before { content: "\eeda"; margin-left: -1em; color: rgb(189, 195, 199); } .delivery-cart .path11:before { content: "\eedb"; margin-left: -1em; color: rgb(216, 98, 94); } .delivery-cart-1 .path1:before { content: "\eedc"; color: rgb(143, 97, 39); } .delivery-cart-1 .path2:before { content: "\eedd"; margin-left: -1em; color: rgb(112, 73, 30); } .delivery-cart-1 .path3:before { content: "\eede"; margin-left: -1em; color: rgb(85, 96, 128); } .delivery-cart-1 .path4:before { content: "\eedf"; margin-left: -1em; color: rgb(85, 96, 128); } .delivery-cart-1 .path5:before { content: "\eee0"; margin-left: -1em; color: rgb(85, 96, 128); } .delivery-cart-1 .path6:before { content: "\eee1"; margin-left: -1em; color: rgb(85, 96, 128); } .delivery-cart-1 .path7:before { content: "\eee2"; margin-left: -1em; color: rgb(85, 96, 128); } .delivery-cart-1 .path8:before { content: "\eee3"; margin-left: -1em; color: rgb(202, 150, 90); } .delivery-cart-1 .path9:before { content: "\eee4"; margin-left: -1em; color: rgb(173, 126, 78); } .delivery-cart-1 .path10:before { content: "\eee5"; margin-left: -1em; color: rgb(202, 150, 90); } .delivery-cart-1 .path11:before { content: "\eee6"; margin-left: -1em; color: rgb(173, 126, 78); } .delivery-cart-1 .path12:before { content: "\eee7"; margin-left: -1em; color: rgb(216, 98, 94); } .delivery-cart-1 .path13:before { content: "\eee8"; margin-left: -1em; color: rgb(202, 150, 90); } .delivery-cart-1 .path14:before { content: "\eee9"; margin-left: -1em; color: rgb(173, 126, 78); } .delivery-cart-1 .path15:before { content: "\eeea"; margin-left: -1em; color: rgb(173, 126, 78); } .delivery-cart-1 .path16:before { content: "\eeeb"; margin-left: -1em; color: rgb(202, 150, 90); } .diagram .path1:before { content: "\eeec"; color: rgb(85, 96, 128); } .diagram .path2:before { content: "\eeed"; margin-left: -1em; color: rgb(85, 96, 128); } .diagram .path3:before { content: "\eeee"; margin-left: -1em; color: rgb(240, 196, 25); } .diagram .path4:before { content: "\eeef"; margin-left: -1em; color: rgb(241, 141, 70); } .diagram .path5:before { content: "\eef0"; margin-left: -1em; color: rgb(242, 156, 31); } .diagram .path6:before { content: "\eef1"; margin-left: -1em; color: rgb(0, 150, 230); } .diagram-1 .path1:before { content: "\eef2"; color: rgb(85, 96, 128); } .diagram-1 .path2:before { content: "\eef3"; margin-left: -1em; color: rgb(85, 96, 128); } .diagram-1 .path3:before { content: "\eef4"; margin-left: -1em; color: rgb(134, 151, 203); } .diagram-1 .path4:before { content: "\eef5"; margin-left: -1em; color: rgb(61, 50, 76); } .diagram-1 .path5:before { content: "\eef6"; margin-left: -1em; color: rgb(85, 96, 128); } .diagram-1 .path6:before { content: "\eef7"; margin-left: -1em; color: rgb(101, 221, 185); } .diagram-2 .path1:before { content: "\eef8"; color: rgb(85, 96, 128); } .diagram-2 .path2:before { content: "\eef9"; margin-left: -1em; color: rgb(85, 96, 128); } .diagram-2 .path3:before { content: "\eefa"; margin-left: -1em; color: rgb(70, 178, 157); } .diagram-2 .path4:before { content: "\eefb"; margin-left: -1em; color: rgb(43, 127, 111); } .diagram-2 .path5:before { content: "\eefc"; margin-left: -1em; color: rgb(59, 155, 137); } .diagram-2 .path6:before { content: "\eefd"; margin-left: -1em; color: rgb(240, 196, 25); } .diagram-3 .path1:before { content: "\eefe"; color: rgb(85, 96, 128); } .diagram-3 .path2:before { content: "\eeff"; margin-left: -1em; color: rgb(85, 96, 128); } .diagram-3 .path3:before { content: "\ef00"; margin-left: -1em; color: rgb(251, 123, 118); } .diagram-3 .path4:before { content: "\ef01"; margin-left: -1em; color: rgb(251, 123, 118); } .diagram-3 .path5:before { content: "\ef02"; margin-left: -1em; color: rgb(251, 123, 118); } .diagram-3 .path6:before { content: "\ef03"; margin-left: -1em; color: rgb(180, 154, 202); } .folder .path1:before { content: "\ef04"; color: rgb(85, 96, 128); } .folder .path2:before { content: "\ef05"; margin-left: -1em; color: rgb(113, 194, 133); } .folder .path3:before { content: "\ef06"; margin-left: -1em; color: rgb(228, 192, 92); } .folder .path4:before { content: "\ef07"; margin-left: -1em; color: rgb(71, 81, 107); } .folder .path5:before { content: "\ef08"; margin-left: -1em; color: rgb(240, 147, 114); } .folder .path6:before { content: "\ef09"; margin-left: -1em; color: rgb(85, 96, 128); } .folder .path7:before { content: "\ef0a"; margin-left: -1em; color: rgb(138, 152, 188); } .folder .path8:before { content: "\ef0b"; margin-left: -1em; color: rgb(98, 111, 142); } .folder .path9:before { content: "\ef0c"; margin-left: -1em; color: rgb(138, 152, 188); } .folder .path10:before { content: "\ef0d"; margin-left: -1em; color: rgb(255, 255, 255); } .folder .path11:before { content: "\ef0e"; margin-left: -1em; color: rgb(255, 255, 255); } .folder .path12:before { content: "\ef0f"; margin-left: -1em; color: rgb(255, 255, 255); } .folder-1 .path1:before { content: "\ef10"; color: rgb(128, 47, 52); } .folder-1 .path2:before { content: "\ef11"; margin-left: -1em; color: rgb(192, 58, 43); } .folder-1 .path3:before { content: "\ef12"; margin-left: -1em; color: rgb(230, 76, 60); } .folder-1 .path4:before { content: "\ef13"; margin-left: -1em; color: rgb(255, 255, 255); } .folder-1 .path5:before { content: "\ef14"; margin-left: -1em; color: rgb(255, 255, 255); } .folder-1 .path6:before { content: "\ef15"; margin-left: -1em; color: rgb(255, 255, 255); } .folder-1 .path7:before { content: "\ef16"; margin-left: -1em; color: rgb(128, 47, 52); } .folder-1 .path8:before { content: "\ef17"; margin-left: -1em; color: rgb(236, 240, 241); } .folder-1 .path9:before { content: "\ef18"; margin-left: -1em; color: rgb(128, 47, 52); } .folder-1 .path10:before { content: "\ef19"; margin-left: -1em; color: rgb(236, 240, 241); } .folder-1 .path11:before { content: "\ef1a"; margin-left: -1em; color: rgb(128, 47, 52); } .folder-1 .path12:before { content: "\ef1b"; margin-left: -1em; color: rgb(236, 240, 241); } .get-money .path1:before { content: "\ef1c"; color: rgb(250, 193, 118); } .get-money .path2:before { content: "\ef1d"; margin-left: -1em; color: rgb(44, 145, 208); } .get-money .path3:before { content: "\ef1e"; margin-left: -1em; color: rgb(226, 172, 105); } .get-money .path4:before { content: "\ef1f"; margin-left: -1em; color: rgb(228, 175, 24); } .get-money .path5:before { content: "\ef20"; margin-left: -1em; color: rgb(228, 175, 24); } .get-money .path6:before { content: "\ef21"; margin-left: -1em; color: rgb(252, 198, 45); } .get-money .path7:before { content: "\ef22"; margin-left: -1em; color: rgb(252, 198, 45); } .get-money .path8:before { content: "\ef23"; margin-left: -1em; color: rgb(85, 97, 128); } .graph .path1:before { content: "\ef24"; color: rgb(151, 119, 168); } .graph .path2:before { content: "\ef25"; margin-left: -1em; color: rgb(151, 119, 168); } .graph .path3:before { content: "\ef26"; margin-left: -1em; color: rgb(151, 119, 168); } .graph .path4:before { content: "\ef27"; margin-left: -1em; color: rgb(85, 96, 128); } .graph .path5:before { content: "\ef28"; margin-left: -1em; color: rgb(85, 96, 128); } .graph .path6:before { content: "\ef29"; margin-left: -1em; color: rgb(189, 195, 199); } .graph .path7:before { content: "\ef2a"; margin-left: -1em; color: rgb(189, 195, 199); } .graph .path8:before { content: "\ef2b"; margin-left: -1em; color: rgb(189, 195, 199); } .graph .path9:before { content: "\ef2c"; margin-left: -1em; color: rgb(189, 195, 199); } .graph .path10:before { content: "\ef2d"; margin-left: -1em; color: rgb(189, 195, 199); } .graph .path11:before { content: "\ef2e"; margin-left: -1em; color: rgb(189, 195, 199); } .graph .path12:before { content: "\ef2f"; margin-left: -1em; color: rgb(189, 195, 199); } .graph .path13:before { content: "\ef30"; margin-left: -1em; color: rgb(242, 156, 31); } .graph .path14:before { content: "\ef31"; margin-left: -1em; color: rgb(113, 194, 133); } .graph .path15:before { content: "\ef32"; margin-left: -1em; color: rgb(113, 194, 133); } .graph .path16:before { content: "\ef33"; margin-left: -1em; color: rgb(242, 156, 31); } .graph-1 .path1:before { content: "\ef34"; color: rgb(113, 194, 133); } .graph-1 .path2:before { content: "\ef35"; margin-left: -1em; color: rgb(240, 196, 25); } .graph-1 .path3:before { content: "\ef36"; margin-left: -1em; color: rgb(134, 151, 203); } .graph-1 .path4:before { content: "\ef37"; margin-left: -1em; color: rgb(134, 151, 203); } .graph-1 .path5:before { content: "\ef38"; margin-left: -1em; color: rgb(134, 151, 203); } .graph-1 .path6:before { content: "\ef39"; margin-left: -1em; color: rgb(134, 151, 203); } .graph-1 .path7:before { content: "\ef3a"; margin-left: -1em; color: rgb(134, 151, 203); } .graph-1 .path8:before { content: "\ef3b"; margin-left: -1em; color: rgb(134, 151, 203); } .graph-1 .path9:before { content: "\ef3c"; margin-left: -1em; color: rgb(134, 151, 203); } .graph-1 .path10:before { content: "\ef3d"; margin-left: -1em; color: rgb(134, 151, 203); } .graph-1 .path11:before { content: "\ef3e"; margin-left: -1em; color: rgb(134, 151, 203); } .graph-2 .path1:before { content: "\ef3f"; color: rgb(229, 126, 37); } .graph-2 .path2:before { content: "\ef40"; margin-left: -1em; color: rgb(38, 185, 154); } .graph-2 .path3:before { content: "\ef41"; margin-left: -1em; color: rgb(38, 185, 154); } .graph-2 .path4:before { content: "\ef42"; margin-left: -1em; color: rgb(38, 185, 154); } .graph-2 .path5:before { content: "\ef43"; margin-left: -1em; color: rgb(85, 96, 128); } .graph-2 .path6:before { content: "\ef44"; margin-left: -1em; color: rgb(85, 96, 128); } .graph-3 .path1:before { content: "\ef45"; color: rgb(126, 208, 158); } .graph-3 .path2:before { content: "\ef46"; margin-left: -1em; color: rgb(113, 194, 133); } .graph-3 .path3:before { content: "\ef47"; margin-left: -1em; color: rgb(79, 186, 111); } .graph-3 .path4:before { content: "\ef48"; margin-left: -1em; color: rgb(36, 174, 95); } .graph-3 .path5:before { content: "\ef49"; margin-left: -1em; color: rgb(85, 96, 128); } .graph-3 .path6:before { content: "\ef4a"; margin-left: -1em; color: rgb(189, 195, 199); } .graph-3 .path7:before { content: "\ef4b"; margin-left: -1em; color: rgb(189, 195, 199); } .graph-3 .path8:before { content: "\ef4c"; margin-left: -1em; color: rgb(189, 195, 199); } .graph-4 .path1:before { content: "\ef4d"; color: rgb(240, 196, 25); } .graph-4 .path2:before { content: "\ef4e"; margin-left: -1em; color: rgb(242, 156, 31); } .graph-4 .path3:before { content: "\ef4f"; margin-left: -1em; color: rgb(229, 126, 37); } .graph-4 .path4:before { content: "\ef50"; margin-left: -1em; color: rgb(210, 86, 39); } .graph-4 .path5:before { content: "\ef51"; margin-left: -1em; color: rgb(85, 96, 128); } .graph-4 .path6:before { content: "\ef52"; margin-left: -1em; color: rgb(209, 212, 209); } .graph-4 .path7:before { content: "\ef53"; margin-left: -1em; color: rgb(209, 212, 209); } .graph-4 .path8:before { content: "\ef54"; margin-left: -1em; color: rgb(209, 212, 209); } .graph-5 .path1:before { content: "\ef55"; color: rgb(20, 160, 133); } .graph-5 .path2:before { content: "\ef56"; margin-left: -1em; color: rgb(242, 156, 31); } .graph-5 .path3:before { content: "\ef57"; margin-left: -1em; color: rgb(229, 126, 37); } .graph-5 .path4:before { content: "\ef58"; margin-left: -1em; color: rgb(113, 194, 133); } .graph-5 .path5:before { content: "\ef59"; margin-left: -1em; color: rgb(85, 96, 128); } .graph-6 .path1:before { content: "\ef5a"; color: rgb(189, 195, 199); } .graph-6 .path2:before { content: "\ef5b"; margin-left: -1em; color: rgb(189, 195, 199); } .graph-6 .path3:before { content: "\ef5c"; margin-left: -1em; color: rgb(189, 195, 199); } .graph-6 .path4:before { content: "\ef5d"; margin-left: -1em; color: rgb(189, 195, 199); } .graph-6 .path5:before { content: "\ef5e"; margin-left: -1em; color: rgb(189, 195, 199); } .graph-6 .path6:before { content: "\ef5f"; margin-left: -1em; color: rgb(189, 195, 199); } .graph-6 .path7:before { content: "\ef60"; margin-left: -1em; color: rgb(38, 185, 154); } .graph-6 .path8:before { content: "\ef61"; margin-left: -1em; color: rgb(38, 185, 154); } .graph-6 .path9:before { content: "\ef62"; margin-left: -1em; color: rgb(38, 185, 154); } .graph-6 .path10:before { content: "\ef63"; margin-left: -1em; color: rgb(38, 185, 154); } .graph-6 .path11:before { content: "\ef64"; margin-left: -1em; color: rgb(38, 185, 154); } .graph-6 .path12:before { content: "\ef65"; margin-left: -1em; color: rgb(38, 185, 154); } .graph-6 .path13:before { content: "\ef66"; margin-left: -1em; color: rgb(209, 212, 209); } .graph-6 .path14:before { content: "\ef67"; margin-left: -1em; color: rgb(209, 212, 209); } .graph-6 .path15:before { content: "\ef68"; margin-left: -1em; color: rgb(209, 212, 209); } .graph-6 .path16:before { content: "\ef69"; margin-left: -1em; color: rgb(209, 212, 209); } .graph-6 .path17:before { content: "\ef6a"; margin-left: -1em; color: rgb(209, 212, 209); } .graph-6 .path18:before { content: "\ef6b"; margin-left: -1em; color: rgb(85, 96, 128); } .graph-6 .path19:before { content: "\ef6c"; margin-left: -1em; color: rgb(85, 96, 128); } .graph-7 .path1:before { content: "\ef6d"; color: rgb(209, 212, 209); } .graph-7 .path2:before { content: "\ef6e"; margin-left: -1em; color: rgb(209, 212, 209); } .graph-7 .path3:before { content: "\ef6f"; margin-left: -1em; color: rgb(209, 212, 209); } .graph-7 .path4:before { content: "\ef70"; margin-left: -1em; color: rgb(209, 212, 209); } .graph-7 .path5:before { content: "\ef71"; margin-left: -1em; color: rgb(209, 212, 209); } .graph-7 .path6:before { content: "\ef72"; margin-left: -1em; color: rgb(240, 196, 25); } .graph-7 .path7:before { content: "\ef73"; margin-left: -1em; color: rgb(240, 196, 25); } .graph-7 .path8:before { content: "\ef74"; margin-left: -1em; color: rgb(240, 196, 25); } .graph-7 .path9:before { content: "\ef75"; margin-left: -1em; color: rgb(240, 196, 25); } .graph-7 .path10:before { content: "\ef76"; margin-left: -1em; color: rgb(240, 196, 25); } .graph-7 .path11:before { content: "\ef77"; margin-left: -1em; color: rgb(113, 194, 133); } .graph-7 .path12:before { content: "\ef78"; margin-left: -1em; color: rgb(113, 194, 133); } .graph-7 .path13:before { content: "\ef79"; margin-left: -1em; color: rgb(113, 194, 133); } .graph-7 .path14:before { content: "\ef7a"; margin-left: -1em; color: rgb(113, 194, 133); } .graph-7 .path15:before { content: "\ef7b"; margin-left: -1em; color: rgb(113, 194, 133); } .graph-7 .path16:before { content: "\ef7c"; margin-left: -1em; color: rgb(85, 96, 128); } .graph-7 .path17:before { content: "\ef7d"; margin-left: -1em; color: rgb(85, 96, 128); } .graph-8 .path1:before { content: "\ef7e"; color: rgb(72, 160, 220); } .graph-8 .path2:before { content: "\ef7f"; margin-left: -1em; color: rgb(255, 255, 255); } .graph-8 .path3:before { content: "\ef80"; margin-left: -1em; color: rgb(255, 255, 255); } .graph-8 .path4:before { content: "\ef81"; margin-left: -1em; color: rgb(255, 255, 255); } .graph-8 .path5:before { content: "\ef82"; margin-left: -1em; color: rgb(85, 96, 128); } .graph-8 .path6:before { content: "\ef83"; margin-left: -1em; color: rgb(85, 96, 128); } .grocery .path1:before { content: "\ef84"; color: rgb(249, 234, 176); } .grocery .path2:before { content: "\ef85"; margin-left: -1em; color: rgb(127, 91, 83); } .grocery .path3:before { content: "\ef86"; margin-left: -1em; color: rgb(113, 194, 133); } .grocery .path4:before { content: "\ef87"; margin-left: -1em; color: rgb(243, 213, 91); } .grocery .path5:before { content: "\ef88"; margin-left: -1em; color: rgb(189, 195, 199); } .grocery .path6:before { content: "\ef89"; margin-left: -1em; color: rgb(165, 165, 164); } .grocery .path7:before { content: "\ef8a"; margin-left: -1em; color: rgb(20, 160, 133); } .grocery .path8:before { content: "\ef8b"; margin-left: -1em; color: rgb(76, 128, 86); } .grocery .path9:before { content: "\ef8c"; margin-left: -1em; color: rgb(113, 194, 133); } .grocery .path10:before { content: "\ef8d"; margin-left: -1em; color: rgb(243, 213, 91); } .grocery .path11:before { content: "\ef8e"; margin-left: -1em; color: rgb(113, 194, 133); } .grocery .path12:before { content: "\ef8f"; margin-left: -1em; color: rgb(104, 173, 119); } .grocery .path13:before { content: "\ef90"; margin-left: -1em; color: rgb(221, 195, 87); } .grocery .path14:before { content: "\ef91"; margin-left: -1em; color: rgb(104, 173, 119); } .grocery .path15:before { content: "\ef92"; margin-left: -1em; color: rgb(221, 195, 87); } .grocery .path16:before { content: "\ef93"; margin-left: -1em; color: rgb(127, 110, 93); } .grocery .path17:before { content: "\ef94"; margin-left: -1em; color: rgb(127, 110, 93); } .grocery .path18:before { content: "\ef95"; margin-left: -1em; color: rgb(128, 83, 51); } .grocery .path19:before { content: "\ef96"; margin-left: -1em; color: rgb(128, 83, 51); } .grocery .path20:before { content: "\ef97"; margin-left: -1em; color: rgb(86, 54, 33); } .grocery .path21:before { content: "\ef98"; margin-left: -1em; color: rgb(236, 240, 241); } .grocery .path22:before { content: "\ef99"; margin-left: -1em; color: rgb(209, 212, 209); } .grocery .path23:before { content: "\ef9a"; margin-left: -1em; color: rgb(36, 174, 95); } .grocery .path24:before { content: "\ef9b"; margin-left: -1em; color: rgb(113, 194, 133); } .grocery .path25:before { content: "\ef9c"; margin-left: -1em; color: rgb(76, 128, 86); } .grocery-1 .path1:before { content: "\ef9d"; color: rgb(249, 234, 176); } .grocery-1 .path2:before { content: "\ef9e"; margin-left: -1em; color: rgb(85, 96, 128); } .grocery-1 .path3:before { content: "\ef9f"; margin-left: -1em; color: rgb(85, 96, 128); } .grocery-1 .path4:before { content: "\efa0"; margin-left: -1em; color: rgb(237, 113, 97); } .grocery-1 .path5:before { content: "\efa1"; margin-left: -1em; color: rgb(243, 213, 91); } .grocery-1 .path6:before { content: "\efa2"; margin-left: -1em; color: rgb(237, 113, 97); } .grocery-1 .path7:before { content: "\efa3"; margin-left: -1em; color: rgb(211, 98, 89); } .grocery-1 .path8:before { content: "\efa4"; margin-left: -1em; color: rgb(240, 196, 25); } .grocery-1 .path9:before { content: "\efa5"; margin-left: -1em; color: rgb(211, 98, 89); } .grocery-1 .path10:before { content: "\efa6"; margin-left: -1em; color: rgb(240, 196, 25); } .grocery-1 .path11:before { content: "\efa7"; margin-left: -1em; color: rgb(211, 98, 89); } .grocery-1 .path12:before { content: "\efa8"; margin-left: -1em; color: rgb(240, 196, 25); } .grocery-1 .path13:before { content: "\efa9"; margin-left: -1em; color: rgb(127, 110, 93); } .grocery-1 .path14:before { content: "\efaa"; margin-left: -1em; color: rgb(203, 178, 146); } .grocery-1 .path15:before { content: "\efab"; margin-left: -1em; color: rgb(203, 178, 146); } .grocery-1 .path16:before { content: "\efac"; margin-left: -1em; color: rgb(203, 178, 146); } .grocery-1 .path17:before { content: "\efad"; margin-left: -1em; color: rgb(203, 178, 146); } .grocery-1 .path18:before { content: "\efae"; margin-left: -1em; color: rgb(203, 178, 146); } .grocery-1 .path19:before { content: "\efaf"; margin-left: -1em; color: rgb(203, 178, 146); } .grocery-1 .path20:before { content: "\efb0"; margin-left: -1em; color: rgb(203, 178, 146); } .grocery-1 .path21:before { content: "\efb1"; margin-left: -1em; color: rgb(203, 178, 146); } .grocery-1 .path22:before { content: "\efb2"; margin-left: -1em; color: rgb(203, 178, 146); } .grocery-1 .path23:before { content: "\efb3"; margin-left: -1em; color: rgb(203, 178, 146); } .grocery-1 .path24:before { content: "\efb4"; margin-left: -1em; color: rgb(203, 178, 146); } .grocery-1 .path25:before { content: "\efb5"; margin-left: -1em; color: rgb(203, 178, 146); } .grocery-1 .path26:before { content: "\efb6"; margin-left: -1em; color: rgb(203, 178, 146); } .grocery-1 .path27:before { content: "\efb7"; margin-left: -1em; color: rgb(85, 96, 128); } .grocery-1 .path28:before { content: "\efb8"; margin-left: -1em; color: rgb(85, 96, 128); } .grocery-1 .path29:before { content: "\efb9"; margin-left: -1em; color: rgb(189, 195, 199); } .grocery-1 .path30:before { content: "\efba"; margin-left: -1em; color: rgb(165, 165, 164); } .grocery-1 .path31:before { content: "\efbb"; margin-left: -1em; color: rgb(20, 160, 133); } .grocery-1 .path32:before { content: "\efbc"; margin-left: -1em; color: rgb(76, 128, 86); } .grocery-1 .path33:before { content: "\efbd"; margin-left: -1em; color: rgb(113, 194, 133); } .grocery-1 .path34:before { content: "\efbe"; margin-left: -1em; color: rgb(236, 240, 241); } .grocery-1 .path35:before { content: "\efbf"; margin-left: -1em; color: rgb(209, 212, 209); } .grocery-1 .path36:before { content: "\efc0"; margin-left: -1em; color: rgb(243, 213, 91); } .grocery-1 .path37:before { content: "\efc1"; margin-left: -1em; color: rgb(237, 113, 97); } .grocery-1 .path38:before { content: "\efc2"; margin-left: -1em; color: rgb(243, 213, 91); } .insert-coin .path1:before { content: "\efc3"; color: rgb(245, 214, 152); } .insert-coin .path2:before { content: "\efc4"; margin-left: -1em; color: rgb(237, 188, 100); } .insert-coin .path3:before { content: "\efc5"; margin-left: -1em; color: rgb(246, 211, 139); } .insert-coin .path4:before { content: "\efc6"; margin-left: -1em; color: rgb(246, 211, 139); } .insert-coin .path5:before { content: "\efc7"; margin-left: -1em; color: rgb(246, 211, 139); } .insert-coin .path6:before { content: "\efc8"; margin-left: -1em; color: rgb(246, 211, 139); } .insert-coin .path7:before { content: "\efc9"; margin-left: -1em; color: rgb(246, 211, 139); } .insert-coin .path8:before { content: "\efca"; margin-left: -1em; color: rgb(246, 211, 139); } .insert-coin .path9:before { content: "\efcb"; margin-left: -1em; color: rgb(246, 211, 139); } .insert-coin .path10:before { content: "\efcc"; margin-left: -1em; color: rgb(246, 211, 139); } .insert-coin .path11:before { content: "\efcd"; margin-left: -1em; color: rgb(246, 211, 139); } .insert-coin .path12:before { content: "\efce"; margin-left: -1em; color: rgb(246, 211, 139); } .insert-coin .path13:before { content: "\efcf"; margin-left: -1em; color: rgb(239, 193, 109); } .insert-coin .path14:before { content: "\efd0"; margin-left: -1em; color: rgb(165, 165, 164); } .insert-coin .path15:before { content: "\efd1"; margin-left: -1em; color: rgb(85, 97, 128); } .insert-coin .path16:before { content: "\efd2"; margin-left: -1em; color: rgb(85, 97, 128); } .investment .path1:before { content: "\efd3"; color: rgb(240, 237, 224); } .investment .path2:before { content: "\efd4"; margin-left: -1em; color: rgb(221, 192, 67); } .investment .path3:before { content: "\efd5"; margin-left: -1em; color: rgb(243, 213, 91); } .investment .path4:before { content: "\efd6"; margin-left: -1em; color: rgb(214, 209, 187); } .investment .path5:before { content: "\efd7"; margin-left: -1em; color: rgb(214, 209, 187); } .investment .path6:before { content: "\efd8"; margin-left: -1em; color: rgb(214, 209, 187); } .investment .path7:before { content: "\efd9"; margin-left: -1em; color: rgb(214, 209, 187); } .investment .path8:before { content: "\efda"; margin-left: -1em; color: rgb(214, 209, 187); } .investment .path9:before { content: "\efdb"; margin-left: -1em; color: rgb(214, 209, 187); } .investment .path10:before { content: "\efdc"; margin-left: -1em; color: rgb(214, 209, 187); } .investment .path11:before { content: "\efdd"; margin-left: -1em; color: rgb(214, 209, 187); } .investment .path12:before { content: "\efde"; margin-left: -1em; color: rgb(214, 209, 187); } .investment .path13:before { content: "\efdf"; margin-left: -1em; color: rgb(36, 174, 95); } .investment .path14:before { content: "\efe0"; margin-left: -1em; color: rgb(212, 195, 165); } .investment .path15:before { content: "\efe1"; margin-left: -1em; color: rgb(212, 195, 165); } .investment .path16:before { content: "\efe2"; margin-left: -1em; color: rgb(212, 195, 165); } .investment .path17:before { content: "\efe3"; margin-left: -1em; color: rgb(212, 195, 165); } .investment .path18:before { content: "\efe4"; margin-left: -1em; color: rgb(249, 234, 176); } .justice .path1:before { content: "\efe5"; color: rgb(116, 71, 22); } .justice .path2:before { content: "\efe6"; margin-left: -1em; color: rgb(116, 71, 22); } .justice .path3:before { content: "\efe7"; margin-left: -1em; color: rgb(157, 113, 75); } .justice .path4:before { content: "\efe8"; margin-left: -1em; color: rgb(157, 113, 75); } .justice .path5:before { content: "\efe9"; margin-left: -1em; color: rgb(116, 72, 24); } .justice-scale .path1:before { content: "\efea"; color: rgb(240, 196, 27); } .justice-scale .path2:before { content: "\efeb"; margin-left: -1em; color: rgb(240, 196, 27); } .justice-scale .path3:before { content: "\efec"; margin-left: -1em; color: rgb(243, 213, 92); } .justice-scale .path4:before { content: "\efed"; margin-left: -1em; color: rgb(243, 213, 92); } .justice-scale .path5:before { content: "\efee"; margin-left: -1em; color: rgb(243, 213, 92); } .justice-scale .path6:before { content: "\efef"; margin-left: -1em; color: rgb(243, 213, 92); } .justice-scale .path7:before { content: "\eff0"; margin-left: -1em; color: rgb(243, 213, 92); } .justice-scale .path8:before { content: "\eff1"; margin-left: -1em; color: rgb(85, 97, 128); } .justice-scale .path9:before { content: "\eff2"; margin-left: -1em; color: rgb(85, 97, 128); } .justice-scale .path10:before { content: "\eff3"; margin-left: -1em; color: rgb(243, 213, 92); } .justice-scale .path11:before { content: "\eff4"; margin-left: -1em; color: rgb(85, 97, 128); } .justice-scale .path12:before { content: "\eff5"; margin-left: -1em; color: rgb(85, 97, 128); } .justice-scale .path13:before { content: "\eff6"; margin-left: -1em; color: rgb(128, 111, 94); } .justice-scale .path14:before { content: "\eff7"; margin-left: -1em; color: rgb(203, 178, 146); } .justice-scale .path15:before { content: "\eff8"; margin-left: -1em; color: rgb(85, 97, 128); } .megaphone .path1:before { content: "\eff9"; color: rgb(45, 48, 57); } .megaphone .path2:before { content: "\effa"; margin-left: -1em; color: rgb(231, 76, 61); } .megaphone .path3:before { content: "\effb"; margin-left: -1em; color: rgb(236, 240, 241); } .megaphone .path4:before { content: "\effc"; margin-left: -1em; color: rgb(231, 76, 61); } .megaphone .path5:before { content: "\effd"; margin-left: -1em; color: rgb(209, 212, 210); } .megaphone .path6:before { content: "\effe"; margin-left: -1em; color: rgb(192, 59, 43); } .megaphone .path7:before { content: "\efff"; margin-left: -1em; color: rgb(231, 76, 61); } .megaphone .path8:before { content: "\f000"; margin-left: -1em; color: rgb(231, 76, 61); } .megaphone .path9:before { content: "\f001"; margin-left: -1em; color: rgb(231, 76, 61); } .megaphone .path10:before { content: "\f002"; margin-left: -1em; color: rgb(231, 76, 61); } .megaphone .path11:before { content: "\f003"; margin-left: -1em; color: rgb(85, 97, 128); } .megaphone .path12:before { content: "\f004"; margin-left: -1em; color: rgb(255, 255, 255); } .megaphone .path13:before { content: "\f005"; margin-left: -1em; color: rgb(255, 255, 255); } .money .path1:before { content: "\f006"; color: rgb(250, 193, 118); } .money .path2:before { content: "\f007"; margin-left: -1em; color: rgb(232, 232, 211); } .money .path3:before { content: "\f008"; margin-left: -1em; color: rgb(236, 240, 241); } .money .path4:before { content: "\f009"; margin-left: -1em; color: rgb(189, 195, 199); } .money .path5:before { content: "\f00a"; margin-left: -1em; color: rgb(85, 96, 128); } .money .path6:before { content: "\f00b"; margin-left: -1em; color: rgb(250, 193, 118); } .money .path7:before { content: "\f00c"; margin-left: -1em; color: rgb(250, 193, 118); } .money .path8:before { content: "\f00d"; margin-left: -1em; color: rgb(250, 193, 118); } .money .path9:before { content: "\f00e"; margin-left: -1em; color: rgb(250, 193, 118); } .money .path10:before { content: "\f00f"; margin-left: -1em; color: rgb(253, 215, 173); } .money .path11:before { content: "\f010"; margin-left: -1em; color: rgb(109, 140, 96); } .money .path12:before { content: "\f011"; margin-left: -1em; color: rgb(109, 140, 96); } .notes .path1:before { content: "\f012"; color: rgb(86, 180, 111); } .notes .path2:before { content: "\f013"; margin-left: -1em; color: rgb(116, 190, 134); } .notes .path3:before { content: "\f014"; margin-left: -1em; color: rgb(77, 129, 87); } .notes .path4:before { content: "\f015"; margin-left: -1em; color: rgb(234, 234, 215); } .notes .path5:before { content: "\f016"; margin-left: -1em; color: rgb(234, 234, 215); } .notes .path6:before { content: "\f017"; margin-left: -1em; color: rgb(234, 234, 215); } .notes .path7:before { content: "\f018"; margin-left: -1em; color: rgb(234, 234, 215); } .notes .path8:before { content: "\f019"; margin-left: -1em; color: rgb(234, 234, 215); } .notes .path9:before { content: "\f01a"; margin-left: -1em; color: rgb(234, 234, 215); } .notes .path10:before { content: "\f01b"; margin-left: -1em; color: rgb(131, 195, 142); } .notes .path11:before { content: "\f01c"; margin-left: -1em; color: rgb(234, 234, 215); } .notes-1 .path1:before { content: "\f01d"; color: rgb(234, 234, 215); } .notes-1 .path2:before { content: "\f01e"; margin-left: -1em; color: rgb(208, 207, 184); } .notes-1 .path3:before { content: "\f01f"; margin-left: -1em; color: rgb(191, 189, 164); } .notes-1 .path4:before { content: "\f020"; margin-left: -1em; color: rgb(208, 207, 184); } .notes-1 .path5:before { content: "\f021"; margin-left: -1em; color: rgb(191, 189, 164); } .notes-1 .path6:before { content: "\f022"; margin-left: -1em; color: rgb(208, 207, 184); } .notes-1 .path7:before { content: "\f023"; margin-left: -1em; color: rgb(234, 234, 215); } .notes-1 .path8:before { content: "\f024"; margin-left: -1em; color: rgb(110, 140, 97); } .notes-1 .path9:before { content: "\f025"; margin-left: -1em; color: rgb(110, 140, 97); } .notes-1 .path10:before { content: "\f026"; margin-left: -1em; color: rgb(110, 140, 97); } .notes-1 .path11:before { content: "\f027"; margin-left: -1em; color: rgb(110, 140, 97); } .notes-1 .path12:before { content: "\f028"; margin-left: -1em; color: rgb(110, 140, 97); } .notes-1 .path13:before { content: "\f029"; margin-left: -1em; color: rgb(110, 140, 97); } .notes-1 .path14:before { content: "\f02a"; margin-left: -1em; color: rgb(110, 140, 97); } .notes-2 .path1:before { content: "\f02b"; color: rgb(233, 232, 211); } .notes-2 .path2:before { content: "\f02c"; margin-left: -1em; color: rgb(233, 232, 211); } .notes-2 .path3:before { content: "\f02d"; margin-left: -1em; color: rgb(233, 232, 211); } .notes-2 .path4:before { content: "\f02e"; margin-left: -1em; color: rgb(110, 140, 97); } .notes-2 .path5:before { content: "\f02f"; margin-left: -1em; color: rgb(96, 123, 83); } .notes-2 .path6:before { content: "\f030"; margin-left: -1em; color: rgb(84, 105, 73); } .notes-2 .path7:before { content: "\f031"; margin-left: -1em; color: rgb(96, 123, 83); } .notes-2 .path8:before { content: "\f032"; margin-left: -1em; color: rgb(84, 105, 73); } .notes-2 .path9:before { content: "\f033"; margin-left: -1em; color: rgb(96, 123, 83); } .notes-2 .path10:before { content: "\f034"; margin-left: -1em; color: rgb(233, 232, 211); } .notes-2 .path11:before { content: "\f035"; margin-left: -1em; color: rgb(233, 232, 211); } .notes-2 .path12:before { content: "\f036"; margin-left: -1em; color: rgb(233, 232, 211); } .notes-2 .path13:before { content: "\f037"; margin-left: -1em; color: rgb(110, 140, 97); } .notes-2 .path14:before { content: "\f038"; margin-left: -1em; color: rgb(96, 123, 83); } .notes-2 .path15:before { content: "\f039"; margin-left: -1em; color: rgb(84, 105, 73); } .notes-2 .path16:before { content: "\f03a"; margin-left: -1em; color: rgb(96, 123, 83); } .notes-2 .path17:before { content: "\f03b"; margin-left: -1em; color: rgb(84, 105, 73); } .notes-2 .path18:before { content: "\f03c"; margin-left: -1em; color: rgb(96, 123, 83); } .notes-2 .path19:before { content: "\f03d"; margin-left: -1em; color: rgb(209, 212, 210); } .notes-2 .path20:before { content: "\f03e"; margin-left: -1em; color: rgb(165, 165, 164); } .open .path1:before { content: "\f03f"; color: rgb(85, 96, 128); } .open .path2:before { content: "\f040"; margin-left: -1em; color: rgb(85, 96, 128); } .open .path3:before { content: "\f041"; margin-left: -1em; color: rgb(249, 234, 176); } .open .path4:before { content: "\f042"; margin-left: -1em; color: rgb(230, 76, 60); } .open .path5:before { content: "\f043"; margin-left: -1em; color: rgb(255, 255, 255); } .open .path6:before { content: "\f044"; margin-left: -1em; color: rgb(255, 255, 255); } .open .path7:before { content: "\f045"; margin-left: -1em; color: rgb(255, 255, 255); } .open .path8:before { content: "\f046"; margin-left: -1em; color: rgb(255, 255, 255); } .open .path9:before { content: "\f047"; margin-left: -1em; color: rgb(255, 255, 255); } .open .path10:before { content: "\f048"; margin-left: -1em; color: rgb(255, 255, 255); } .open .path11:before { content: "\f049"; margin-left: -1em; color: rgb(255, 255, 255); } .open .path12:before { content: "\f04a"; margin-left: -1em; color: rgb(255, 255, 255); } .open .path13:before { content: "\f04b"; margin-left: -1em; color: rgb(255, 255, 255); } .open .path14:before { content: "\f04c"; margin-left: -1em; color: rgb(255, 255, 255); } .pack .path1:before { content: "\f04d"; color: rgb(169, 130, 88); } .pack .path2:before { content: "\f04e"; margin-left: -1em; color: rgb(244, 213, 189); } .pack .path3:before { content: "\f04f"; margin-left: -1em; color: rgb(240, 196, 25); } .pack .path4:before { content: "\f050"; margin-left: -1em; color: rgb(170, 137, 29); } .pack .path5:before { content: "\f051"; margin-left: -1em; color: rgb(170, 137, 29); } .pack .path6:before { content: "\f052"; margin-left: -1em; color: rgb(170, 137, 29); } .pack .path7:before { content: "\f053"; margin-left: -1em; color: rgb(240, 196, 25); } .pack .path8:before { content: "\f054"; margin-left: -1em; color: rgb(170, 137, 29); } .pack .path9:before { content: "\f055"; margin-left: -1em; color: rgb(170, 137, 29); } .pack .path10:before { content: "\f056"; margin-left: -1em; color: rgb(170, 137, 29); } .pack .path11:before { content: "\f057"; margin-left: -1em; color: rgb(240, 196, 25); } .pack .path12:before { content: "\f058"; margin-left: -1em; color: rgb(170, 137, 29); } .pack .path13:before { content: "\f059"; margin-left: -1em; color: rgb(170, 137, 29); } .pack .path14:before { content: "\f05a"; margin-left: -1em; color: rgb(170, 137, 29); } .pack .path15:before { content: "\f05b"; margin-left: -1em; color: rgb(106, 48, 6); } .pack .path16:before { content: "\f05c"; margin-left: -1em; color: rgb(106, 48, 6); } .pack .path17:before { content: "\f05d"; margin-left: -1em; color: rgb(106, 48, 6); } .pack .path18:before { content: "\f05e"; margin-left: -1em; color: rgb(124, 95, 66); } .pack .path19:before { content: "\f05f"; margin-left: -1em; color: rgb(124, 95, 66); } .pack .path20:before { content: "\f060"; margin-left: -1em; color: rgb(124, 95, 66); } .pack .path21:before { content: "\f061"; margin-left: -1em; color: rgb(124, 95, 66); } .pie-chart .path1:before { content: "\f062"; color: rgb(240, 196, 25); } .pie-chart .path2:before { content: "\f063"; margin-left: -1em; color: rgb(113, 194, 133); } .pie-chart .path3:before { content: "\f064"; margin-left: -1em; color: rgb(85, 96, 128); } .pie-chart-1 .path1:before { content: "\f065"; color: rgb(240, 120, 90); } .pie-chart-1 .path2:before { content: "\f066"; margin-left: -1em; color: rgb(240, 196, 25); } .pie-chart-1 .path3:before { content: "\f067"; margin-left: -1em; color: rgb(85, 96, 128); } .pie-chart-1 .path4:before { content: "\f068"; margin-left: -1em; color: rgb(113, 194, 133); } .pie-chart-2 .path1:before { content: "\f069"; color: rgb(85, 96, 128); } .pie-chart-2 .path2:before { content: "\f06a"; margin-left: -1em; color: rgb(240, 120, 90); } .pie-chart-3 .path1:before { content: "\f06b"; color: rgb(240, 196, 25); } .pie-chart-3 .path2:before { content: "\f06c"; margin-left: -1em; color: rgb(113, 194, 133); } .pie-chart-4 .path1:before { content: "\f06d"; color: rgb(240, 120, 90); } .pie-chart-4 .path2:before { content: "\f06e"; margin-left: -1em; color: rgb(240, 196, 25); } .pie-chart-5 .path1:before { content: "\f06f"; color: rgb(79, 186, 111); } .pie-chart-5 .path2:before { content: "\f070"; margin-left: -1em; color: rgb(72, 160, 220); } .pie-chart-5 .path3:before { content: "\f071"; margin-left: -1em; color: rgb(85, 96, 128); } .pie-chart-6 .path1:before { content: "\f072"; color: rgb(240, 196, 25); } .pie-chart-6 .path2:before { content: "\f073"; margin-left: -1em; color: rgb(229, 126, 37); } .pie-chart-6 .path3:before { content: "\f074"; margin-left: -1em; color: rgb(38, 185, 154); } .piggy-bank .path1:before { content: "\f075"; color: rgb(244, 173, 201); } .piggy-bank .path2:before { content: "\f076"; margin-left: -1em; color: rgb(255, 255, 255); } .piggy-bank .path3:before { content: "\f077"; margin-left: -1em; color: rgb(230, 133, 165); } .piggy-bank .path4:before { content: "\f078"; margin-left: -1em; color: rgb(230, 133, 165); } .piggy-bank .path5:before { content: "\f079"; margin-left: -1em; color: rgb(230, 133, 165); } .piggy-bank .path6:before { content: "\f07a"; margin-left: -1em; color: rgb(230, 133, 165); } .piggy-bank .path7:before { content: "\f07b"; margin-left: -1em; color: rgb(230, 133, 165); } .piggy-bank .path8:before { content: "\f07c"; margin-left: -1em; color: rgb(230, 133, 165); } .piggy-bank .path9:before { content: "\f07d"; margin-left: -1em; color: rgb(230, 133, 165); } .piggy-bank .path10:before { content: "\f07e"; margin-left: -1em; color: rgb(230, 133, 165); } .piggy-bank .path11:before { content: "\f07f"; margin-left: -1em; color: rgb(255, 217, 73); } .piggy-bank .path12:before { content: "\f080"; margin-left: -1em; color: rgb(244, 191, 26); } .piggy-bank-1 .path1:before { content: "\f081"; color: rgb(255, 174, 201); } .piggy-bank-1 .path2:before { content: "\f082"; margin-left: -1em; color: rgb(249, 199, 219); } .piggy-bank-1 .path3:before { content: "\f083"; margin-left: -1em; color: rgb(229, 132, 164); } .piggy-bank-1 .path4:before { content: "\f084"; margin-left: -1em; color: rgb(229, 132, 164); } .piggy-bank-1 .path5:before { content: "\f085"; margin-left: -1em; color: rgb(229, 132, 164); } .piggy-bank-1 .path6:before { content: "\f086"; margin-left: -1em; color: rgb(229, 132, 164); } .piggy-bank-1 .path7:before { content: "\f087"; margin-left: -1em; color: rgb(229, 132, 164); } .piggy-bank-1 .path8:before { content: "\f088"; margin-left: -1em; color: rgb(85, 96, 128); } .piggy-bank-1 .path9:before { content: "\f089"; margin-left: -1em; color: rgb(255, 174, 201); } .piggy-bank-1 .path10:before { content: "\f08a"; margin-left: -1em; color: rgb(244, 191, 25); } .point-of-service .path1:before { content: "\f08b"; color: rgb(60, 73, 78); } .point-of-service .path2:before { content: "\f08c"; margin-left: -1em; color: rgb(85, 96, 128); } .point-of-service .path3:before { content: "\f08d"; margin-left: -1em; color: rgb(60, 73, 78); } .point-of-service .path4:before { content: "\f08e"; margin-left: -1em; color: rgb(164, 232, 105); } .point-of-service .path5:before { content: "\f08f"; margin-left: -1em; color: rgb(237, 113, 97); } .point-of-service .path6:before { content: "\f090"; margin-left: -1em; color: rgb(177, 209, 148); } .point-of-service .path7:before { content: "\f091"; margin-left: -1em; color: rgb(134, 151, 203); } .point-of-service .path8:before { content: "\f092"; margin-left: -1em; color: rgb(253, 253, 253); } .point-of-service .path9:before { content: "\f093"; margin-left: -1em; color: rgb(253, 253, 253); } .point-of-service .path10:before { content: "\f094"; margin-left: -1em; color: rgb(246, 82, 70); } .point-of-service .path11:before { content: "\f095"; margin-left: -1em; color: rgb(253, 253, 253); } .point-of-service .path12:before { content: "\f096"; margin-left: -1em; color: rgb(253, 253, 253); } .point-of-service .path13:before { content: "\f097"; margin-left: -1em; color: rgb(245, 215, 88); } .point-of-service .path14:before { content: "\f098"; margin-left: -1em; color: rgb(253, 253, 253); } .point-of-service .path15:before { content: "\f099"; margin-left: -1em; color: rgb(253, 253, 253); } .point-of-service .path16:before { content: "\f09a"; margin-left: -1em; color: rgb(253, 253, 253); } .point-of-service .path17:before { content: "\f09b"; margin-left: -1em; color: rgb(253, 253, 253); } .point-of-service .path18:before { content: "\f09c"; margin-left: -1em; color: rgb(31, 212, 131); } .point-of-service .path19:before { content: "\f09d"; margin-left: -1em; color: rgb(112, 132, 90); } .point-of-service .path20:before { content: "\f09e"; margin-left: -1em; color: rgb(112, 132, 90); } .point-of-service .path21:before { content: "\f09f"; margin-left: -1em; color: rgb(112, 132, 90); } .point-of-service .path22:before { content: "\f0a0"; margin-left: -1em; color: rgb(112, 132, 90); } .poor .path1:before { content: "\f0a1"; color: rgb(76, 64, 49); } .poor .path2:before { content: "\f0a2"; margin-left: -1em; color: rgb(199, 182, 161); } .poor .path3:before { content: "\f0a3"; margin-left: -1em; color: rgb(252, 198, 45); } .poor .path4:before { content: "\f0a4"; margin-left: -1em; color: rgb(228, 175, 24); } .poor .path5:before { content: "\f0a5"; margin-left: -1em; color: rgb(228, 175, 24); } .poor .path6:before { content: "\f0a6"; margin-left: -1em; color: rgb(107, 91, 70); } .poor .path7:before { content: "\f0a7"; margin-left: -1em; color: rgb(107, 91, 70); } .poor .path8:before { content: "\f0a8"; margin-left: -1em; color: rgb(107, 91, 70); } .poor .path9:before { content: "\f0a9"; margin-left: -1em; color: rgb(219, 204, 186); } .presentation .path1:before { content: "\f0aa"; color: rgb(236, 240, 241); } .presentation .path2:before { content: "\f0ab"; margin-left: -1em; color: rgb(85, 96, 128); } .presentation .path3:before { content: "\f0ac"; margin-left: -1em; color: rgb(113, 194, 133); } .presentation .path4:before { content: "\f0ad"; margin-left: -1em; color: rgb(113, 194, 133); } .presentation .path5:before { content: "\f0ae"; margin-left: -1em; color: rgb(38, 185, 154); } .presentation .path6:before { content: "\f0af"; margin-left: -1em; color: rgb(113, 194, 133); } .presentation .path7:before { content: "\f0b0"; margin-left: -1em; color: rgb(38, 185, 154); } .presentation .path8:before { content: "\f0b1"; margin-left: -1em; color: rgb(243, 213, 91); } .presentation .path9:before { content: "\f0b2"; margin-left: -1em; color: rgb(85, 96, 128); } .presentation .path10:before { content: "\f0b3"; margin-left: -1em; color: rgb(85, 96, 128); } .presentation .path11:before { content: "\f0b4"; margin-left: -1em; color: rgb(85, 96, 128); } .presentation .path12:before { content: "\f0b5"; margin-left: -1em; color: rgb(255, 255, 255); } .presentation-1 .path1:before { content: "\f0b6"; color: rgb(85, 96, 128); } .presentation-1 .path2:before { content: "\f0b7"; margin-left: -1em; color: rgb(236, 240, 241); } .presentation-1 .path3:before { content: "\f0b8"; margin-left: -1em; color: rgb(216, 98, 94); } .presentation-1 .path4:before { content: "\f0b9"; margin-left: -1em; color: rgb(38, 185, 154); } .presentation-1 .path5:before { content: "\f0ba"; margin-left: -1em; color: rgb(255, 255, 255); } .presentation-1 .path6:before { content: "\f0bb"; margin-left: -1em; color: rgb(255, 255, 255); } .presentation-1 .path7:before { content: "\f0bc"; margin-left: -1em; color: rgb(255, 255, 255); } .presentation-1 .path8:before { content: "\f0bd"; margin-left: -1em; color: rgb(255, 255, 255); } .presentation-1 .path9:before { content: "\f0be"; margin-left: -1em; color: rgb(255, 255, 255); } .presentation-1 .path10:before { content: "\f0bf"; margin-left: -1em; color: rgb(85, 96, 128); } .presentation-1 .path11:before { content: "\f0c0"; margin-left: -1em; color: rgb(85, 96, 128); } .presentation-1 .path12:before { content: "\f0c1"; margin-left: -1em; color: rgb(85, 96, 128); } .presentation-2 .path1:before { content: "\f0c2"; color: rgb(85, 96, 128); } .presentation-2 .path2:before { content: "\f0c3"; margin-left: -1em; color: rgb(236, 240, 241); } .presentation-2 .path3:before { content: "\f0c4"; margin-left: -1em; color: rgb(209, 212, 209); } .presentation-2 .path4:before { content: "\f0c5"; margin-left: -1em; color: rgb(209, 212, 209); } .presentation-2 .path5:before { content: "\f0c6"; margin-left: -1em; color: rgb(209, 212, 209); } .presentation-2 .path6:before { content: "\f0c7"; margin-left: -1em; color: rgb(209, 212, 209); } .presentation-2 .path7:before { content: "\f0c8"; margin-left: -1em; color: rgb(209, 212, 209); } .presentation-2 .path8:before { content: "\f0c9"; margin-left: -1em; color: rgb(209, 212, 209); } .presentation-2 .path9:before { content: "\f0ca"; margin-left: -1em; color: rgb(209, 212, 209); } .presentation-2 .path10:before { content: "\f0cb"; margin-left: -1em; color: rgb(209, 212, 209); } .presentation-2 .path11:before { content: "\f0cc"; margin-left: -1em; color: rgb(209, 212, 209); } .presentation-2 .path12:before { content: "\f0cd"; margin-left: -1em; color: rgb(209, 212, 209); } .presentation-2 .path13:before { content: "\f0ce"; margin-left: -1em; color: rgb(209, 212, 209); } .presentation-2 .path14:before { content: "\f0cf"; margin-left: -1em; color: rgb(209, 212, 209); } .presentation-2 .path15:before { content: "\f0d0"; margin-left: -1em; color: rgb(209, 212, 209); } .presentation-2 .path16:before { content: "\f0d1"; margin-left: -1em; color: rgb(209, 212, 209); } .presentation-2 .path17:before { content: "\f0d2"; margin-left: -1em; color: rgb(134, 151, 203); } .presentation-2 .path18:before { content: "\f0d3"; margin-left: -1em; color: rgb(85, 96, 128); } .presentation-2 .path19:before { content: "\f0d4"; margin-left: -1em; color: rgb(85, 96, 128); } .presentation-2 .path20:before { content: "\f0d5"; margin-left: -1em; color: rgb(85, 96, 128); } .presentation-3 .path1:before { content: "\f0d6"; color: rgb(236, 240, 241); } .presentation-3 .path2:before { content: "\f0d7"; margin-left: -1em; color: rgb(209, 212, 209); } .presentation-3 .path3:before { content: "\f0d8"; margin-left: -1em; color: rgb(209, 212, 209); } .presentation-3 .path4:before { content: "\f0d9"; margin-left: -1em; color: rgb(209, 212, 209); } .presentation-3 .path5:before { content: "\f0da"; margin-left: -1em; color: rgb(209, 212, 209); } .presentation-3 .path6:before { content: "\f0db"; margin-left: -1em; color: rgb(85, 96, 128); } .presentation-3 .path7:before { content: "\f0dc"; margin-left: -1em; color: rgb(134, 151, 203); } .presentation-3 .path8:before { content: "\f0dd"; margin-left: -1em; color: rgb(134, 151, 203); } .presentation-3 .path9:before { content: "\f0de"; margin-left: -1em; color: rgb(134, 151, 203); } .presentation-3 .path10:before { content: "\f0df"; margin-left: -1em; color: rgb(113, 194, 133); } .presentation-3 .path11:before { content: "\f0e0"; margin-left: -1em; color: rgb(113, 194, 133); } .presentation-3 .path12:before { content: "\f0e1"; margin-left: -1em; color: rgb(242, 156, 31); } .presentation-3 .path13:before { content: "\f0e2"; margin-left: -1em; color: rgb(242, 156, 31); } .presentation-3 .path14:before { content: "\f0e3"; margin-left: -1em; color: rgb(242, 156, 31); } .presentation-3 .path15:before { content: "\f0e4"; margin-left: -1em; color: rgb(85, 96, 128); } .presentation-3 .path16:before { content: "\f0e5"; margin-left: -1em; color: rgb(85, 96, 128); } .presentation-3 .path17:before { content: "\f0e6"; margin-left: -1em; color: rgb(85, 96, 128); } .presentation-4 .path1:before { content: "\f0e7"; color: rgb(85, 96, 128); } .presentation-4 .path2:before { content: "\f0e8"; margin-left: -1em; color: rgb(236, 240, 241); } .presentation-4 .path3:before { content: "\f0e9"; margin-left: -1em; color: rgb(134, 151, 203); } .presentation-4 .path4:before { content: "\f0ea"; margin-left: -1em; color: rgb(134, 151, 203); } .presentation-4 .path5:before { content: "\f0eb"; margin-left: -1em; color: rgb(134, 151, 203); } .presentation-4 .path6:before { content: "\f0ec"; margin-left: -1em; color: rgb(101, 156, 53); } .presentation-4 .path7:before { content: "\f0ed"; margin-left: -1em; color: rgb(101, 156, 53); } .presentation-4 .path8:before { content: "\f0ee"; margin-left: -1em; color: rgb(101, 156, 53); } .presentation-4 .path9:before { content: "\f0ef"; margin-left: -1em; color: rgb(101, 156, 53); } .presentation-4 .path10:before { content: "\f0f0"; margin-left: -1em; color: rgb(101, 156, 53); } .presentation-4 .path11:before { content: "\f0f1"; margin-left: -1em; color: rgb(85, 96, 128); } .presentation-4 .path12:before { content: "\f0f2"; margin-left: -1em; color: rgb(85, 96, 128); } .presentation-4 .path13:before { content: "\f0f3"; margin-left: -1em; color: rgb(85, 96, 128); } .presentation-5 .path1:before { content: "\f0f4"; color: rgb(85, 96, 128); } .presentation-5 .path2:before { content: "\f0f5"; margin-left: -1em; color: rgb(236, 240, 241); } .presentation-5 .path3:before { content: "\f0f6"; margin-left: -1em; color: rgb(36, 174, 95); } .presentation-5 .path4:before { content: "\f0f7"; margin-left: -1em; color: rgb(36, 174, 95); } .presentation-5 .path5:before { content: "\f0f8"; margin-left: -1em; color: rgb(36, 174, 95); } .presentation-5 .path6:before { content: "\f0f9"; margin-left: -1em; color: rgb(229, 126, 37); } .presentation-5 .path7:before { content: "\f0fa"; margin-left: -1em; color: rgb(240, 196, 25); } .presentation-5 .path8:before { content: "\f0fb"; margin-left: -1em; color: rgb(243, 213, 91); } .presentation-5 .path9:before { content: "\f0fc"; margin-left: -1em; color: rgb(230, 76, 60); } .presentation-5 .path10:before { content: "\f0fd"; margin-left: -1em; color: rgb(192, 58, 43); } .presentation-5 .path11:before { content: "\f0fe"; margin-left: -1em; color: rgb(209, 212, 209); } .presentation-5 .path12:before { content: "\f0ff"; margin-left: -1em; color: rgb(209, 212, 209); } .presentation-5 .path13:before { content: "\f100"; margin-left: -1em; color: rgb(209, 212, 209); } .presentation-5 .path14:before { content: "\f101"; margin-left: -1em; color: rgb(209, 212, 209); } .presentation-5 .path15:before { content: "\f102"; margin-left: -1em; color: rgb(209, 212, 209); } .presentation-5 .path16:before { content: "\f103"; margin-left: -1em; color: rgb(209, 212, 209); } .presentation-5 .path17:before { content: "\f104"; margin-left: -1em; color: rgb(85, 96, 128); } .presentation-5 .path18:before { content: "\f105"; margin-left: -1em; color: rgb(85, 96, 128); } .presentation-5 .path19:before { content: "\f106"; margin-left: -1em; color: rgb(85, 96, 128); } .presentation-6 .path1:before { content: "\f107"; color: rgb(85, 96, 128); } .presentation-6 .path2:before { content: "\f108"; margin-left: -1em; color: rgb(236, 240, 241); } .presentation-6 .path3:before { content: "\f109"; margin-left: -1em; color: rgb(230, 76, 60); } .presentation-6 .path4:before { content: "\f10a"; margin-left: -1em; color: rgb(255, 255, 255); } .presentation-6 .path5:before { content: "\f10b"; margin-left: -1em; color: rgb(85, 96, 128); } .presentation-6 .path6:before { content: "\f10c"; margin-left: -1em; color: rgb(85, 96, 128); } .presentation-6 .path7:before { content: "\f10d"; margin-left: -1em; color: rgb(85, 96, 128); } .presentation-7 .path1:before { content: "\f10e"; color: rgb(85, 96, 128); } .presentation-7 .path2:before { content: "\f10f"; margin-left: -1em; color: rgb(236, 240, 241); } .presentation-7 .path3:before { content: "\f110"; margin-left: -1em; color: rgb(134, 151, 203); } .presentation-7 .path4:before { content: "\f111"; margin-left: -1em; color: rgb(243, 213, 91); } .presentation-7 .path5:before { content: "\f112"; margin-left: -1em; color: rgb(134, 151, 203); } .presentation-7 .path6:before { content: "\f113"; margin-left: -1em; color: rgb(113, 194, 133); } .presentation-7 .path7:before { content: "\f114"; margin-left: -1em; color: rgb(134, 151, 203); } .presentation-7 .path8:before { content: "\f115"; margin-left: -1em; color: rgb(209, 212, 209); } .presentation-7 .path9:before { content: "\f116"; margin-left: -1em; color: rgb(209, 212, 209); } .presentation-7 .path10:before { content: "\f117"; margin-left: -1em; color: rgb(38, 185, 154); } .presentation-7 .path11:before { content: "\f118"; margin-left: -1em; color: rgb(243, 213, 91); } .presentation-7 .path12:before { content: "\f119"; margin-left: -1em; color: rgb(209, 212, 209); } .presentation-7 .path13:before { content: "\f11a"; margin-left: -1em; color: rgb(209, 212, 209); } .presentation-7 .path14:before { content: "\f11b"; margin-left: -1em; color: rgb(209, 212, 209); } .presentation-7 .path15:before { content: "\f11c"; margin-left: -1em; color: rgb(209, 212, 209); } .presentation-7 .path16:before { content: "\f11d"; margin-left: -1em; color: rgb(209, 212, 209); } .presentation-7 .path17:before { content: "\f11e"; margin-left: -1em; color: rgb(85, 96, 128); } .presentation-7 .path18:before { content: "\f11f"; margin-left: -1em; color: rgb(85, 96, 128); } .presentation-7 .path19:before { content: "\f120"; margin-left: -1em; color: rgb(85, 96, 128); } .presentation-8 .path1:before { content: "\f121"; color: rgb(85, 96, 128); } .presentation-8 .path2:before { content: "\f122"; margin-left: -1em; color: rgb(236, 240, 241); } .presentation-8 .path3:before { content: "\f123"; margin-left: -1em; color: rgb(180, 154, 202); } .presentation-8 .path4:before { content: "\f124"; margin-left: -1em; color: rgb(180, 154, 202); } .presentation-8 .path5:before { content: "\f125"; margin-left: -1em; color: rgb(180, 154, 202); } .presentation-8 .path6:before { content: "\f126"; margin-left: -1em; color: rgb(180, 154, 202); } .presentation-8 .path7:before { content: "\f127"; margin-left: -1em; color: rgb(180, 154, 202); } .presentation-8 .path8:before { content: "\f128"; margin-left: -1em; color: rgb(243, 213, 91); } .presentation-8 .path9:before { content: "\f129"; margin-left: -1em; color: rgb(113, 194, 133); } .presentation-8 .path10:before { content: "\f12a"; margin-left: -1em; color: rgb(113, 194, 133); } .presentation-8 .path11:before { content: "\f12b"; margin-left: -1em; color: rgb(243, 213, 91); } .presentation-8 .path12:before { content: "\f12c"; margin-left: -1em; color: rgb(113, 194, 133); } .presentation-8 .path13:before { content: "\f12d"; margin-left: -1em; color: rgb(209, 212, 209); } .presentation-8 .path14:before { content: "\f12e"; margin-left: -1em; color: rgb(209, 212, 209); } .presentation-8 .path15:before { content: "\f12f"; margin-left: -1em; color: rgb(209, 212, 209); } .presentation-8 .path16:before { content: "\f130"; margin-left: -1em; color: rgb(85, 96, 128); } .presentation-8 .path17:before { content: "\f131"; margin-left: -1em; color: rgb(85, 96, 128); } .presentation-8 .path18:before { content: "\f132"; margin-left: -1em; color: rgb(85, 96, 128); } .presentation-9 .path1:before { content: "\f133"; color: rgb(85, 96, 128); } .presentation-9 .path2:before { content: "\f134"; margin-left: -1em; color: rgb(236, 240, 241); } .presentation-9 .path3:before { content: "\f135"; margin-left: -1em; color: rgb(85, 96, 128); } .presentation-9 .path4:before { content: "\f136"; margin-left: -1em; color: rgb(209, 212, 209); } .presentation-9 .path5:before { content: "\f137"; margin-left: -1em; color: rgb(209, 212, 209); } .presentation-9 .path6:before { content: "\f138"; margin-left: -1em; color: rgb(113, 194, 133); } .presentation-9 .path7:before { content: "\f139"; margin-left: -1em; color: rgb(113, 194, 133); } .presentation-9 .path8:before { content: "\f13a"; margin-left: -1em; color: rgb(113, 194, 133); } .presentation-9 .path9:before { content: "\f13b"; margin-left: -1em; color: rgb(85, 96, 128); } .presentation-9 .path10:before { content: "\f13c"; margin-left: -1em; color: rgb(85, 96, 128); } .presentation-9 .path11:before { content: "\f13d"; margin-left: -1em; color: rgb(85, 96, 128); } .presentation-10 .path1:before { content: "\f13e"; color: rgb(85, 96, 128); } .presentation-10 .path2:before { content: "\f13f"; margin-left: -1em; color: rgb(240, 237, 224); } .presentation-10 .path3:before { content: "\f140"; margin-left: -1em; color: rgb(212, 195, 165); } .presentation-10 .path4:before { content: "\f141"; margin-left: -1em; color: rgb(212, 195, 165); } .presentation-10 .path5:before { content: "\f142"; margin-left: -1em; color: rgb(212, 195, 165); } .presentation-10 .path6:before { content: "\f143"; margin-left: -1em; color: rgb(212, 195, 165); } .presentation-10 .path7:before { content: "\f144"; margin-left: -1em; color: rgb(212, 195, 165); } .presentation-10 .path8:before { content: "\f145"; margin-left: -1em; color: rgb(212, 195, 165); } .presentation-10 .path9:before { content: "\f146"; margin-left: -1em; color: rgb(212, 195, 165); } .presentation-10 .path10:before { content: "\f147"; margin-left: -1em; color: rgb(85, 96, 128); } .presentation-10 .path11:before { content: "\f148"; margin-left: -1em; color: rgb(85, 96, 128); } .presentation-10 .path12:before { content: "\f149"; margin-left: -1em; color: rgb(85, 96, 128); } .presentation-11 .path1:before { content: "\f14a"; color: rgb(85, 96, 128); } .presentation-11 .path2:before { content: "\f14b"; margin-left: -1em; color: rgb(240, 237, 224); } .presentation-11 .path3:before { content: "\f14c"; margin-left: -1em; color: rgb(212, 195, 165); } .presentation-11 .path4:before { content: "\f14d"; margin-left: -1em; color: rgb(212, 195, 165); } .presentation-11 .path5:before { content: "\f14e"; margin-left: -1em; color: rgb(85, 96, 128); } .presentation-11 .path6:before { content: "\f14f"; margin-left: -1em; color: rgb(85, 96, 128); } .presentation-11 .path7:before { content: "\f150"; margin-left: -1em; color: rgb(85, 96, 128); } .presentation-11 .path8:before { content: "\f151"; margin-left: -1em; color: rgb(212, 195, 165); } .presentation-11 .path9:before { content: "\f152"; margin-left: -1em; color: rgb(212, 195, 165); } .presentation-11 .path10:before { content: "\f153"; margin-left: -1em; color: rgb(212, 195, 165); } .presentation-11 .path11:before { content: "\f154"; margin-left: -1em; color: rgb(212, 195, 165); } .presentation-11 .path12:before { content: "\f155"; margin-left: -1em; color: rgb(212, 195, 165); } .presentation-12 .path1:before { content: "\f156"; color: rgb(85, 96, 128); } .presentation-12 .path2:before { content: "\f157"; margin-left: -1em; color: rgb(240, 237, 224); } .presentation-12 .path3:before { content: "\f158"; margin-left: -1em; color: rgb(85, 96, 128); } .presentation-12 .path4:before { content: "\f159"; margin-left: -1em; color: rgb(85, 96, 128); } .presentation-12 .path5:before { content: "\f15a"; margin-left: -1em; color: rgb(85, 96, 128); } .presentation-12 .path6:before { content: "\f15b"; margin-left: -1em; color: rgb(212, 195, 165); } .presentation-12 .path7:before { content: "\f15c"; margin-left: -1em; color: rgb(212, 195, 165); } .presentation-12 .path8:before { content: "\f15d"; margin-left: -1em; color: rgb(212, 195, 165); } .presentation-12 .path9:before { content: "\f15e"; margin-left: -1em; color: rgb(212, 195, 165); } .presentation-12 .path10:before { content: "\f15f"; margin-left: -1em; color: rgb(212, 195, 165); } .presentation-12 .path11:before { content: "\f160"; margin-left: -1em; color: rgb(212, 195, 165); } .presentation-12 .path12:before { content: "\f161"; margin-left: -1em; color: rgb(212, 195, 165); } .presentation-12 .path13:before { content: "\f162"; margin-left: -1em; color: rgb(212, 195, 165); } .presentation-12 .path14:before { content: "\f163"; margin-left: -1em; color: rgb(212, 195, 165); } .presentation-12 .path15:before { content: "\f164"; margin-left: -1em; color: rgb(212, 195, 165); } .presentation-12 .path16:before { content: "\f165"; margin-left: -1em; color: rgb(212, 195, 165); } .presentation-12 .path17:before { content: "\f166"; margin-left: -1em; color: rgb(212, 195, 165); } .presentation-12 .path18:before { content: "\f167"; margin-left: -1em; color: rgb(212, 195, 165); } .presentation-12 .path19:before { content: "\f168"; margin-left: -1em; color: rgb(212, 195, 165); } .presentation-12 .path20:before { content: "\f169"; margin-left: -1em; color: rgb(212, 195, 165); } .presentation-12 .path21:before { content: "\f16a"; margin-left: -1em; color: rgb(212, 195, 165); } .presentation-13 .path1:before { content: "\f16b"; color: rgb(85, 96, 128); } .presentation-13 .path2:before { content: "\f16c"; margin-left: -1em; color: rgb(240, 237, 224); } .presentation-13 .path3:before { content: "\f16d"; margin-left: -1em; color: rgb(212, 195, 165); } .presentation-13 .path4:before { content: "\f16e"; margin-left: -1em; color: rgb(212, 195, 165); } .presentation-13 .path5:before { content: "\f16f"; margin-left: -1em; color: rgb(212, 195, 165); } .presentation-13 .path6:before { content: "\f170"; margin-left: -1em; color: rgb(212, 195, 165); } .presentation-13 .path7:before { content: "\f171"; margin-left: -1em; color: rgb(212, 195, 165); } .presentation-13 .path8:before { content: "\f172"; margin-left: -1em; color: rgb(212, 195, 165); } .presentation-13 .path9:before { content: "\f173"; margin-left: -1em; color: rgb(212, 195, 165); } .presentation-13 .path10:before { content: "\f174"; margin-left: -1em; color: rgb(212, 195, 165); } .presentation-13 .path11:before { content: "\f175"; margin-left: -1em; color: rgb(85, 96, 128); } .presentation-13 .path12:before { content: "\f176"; margin-left: -1em; color: rgb(85, 96, 128); } .presentation-13 .path13:before { content: "\f177"; margin-left: -1em; color: rgb(85, 96, 128); } .presentation-13 .path14:before { content: "\f178"; margin-left: -1em; color: rgb(212, 195, 165); } .presentation-13 .path15:before { content: "\f179"; margin-left: -1em; color: rgb(212, 195, 165); } .presentation-13 .path16:before { content: "\f17a"; margin-left: -1em; color: rgb(212, 195, 165); } .presentation-13 .path17:before { content: "\f17b"; margin-left: -1em; color: rgb(212, 195, 165); } .presentation-14 .path1:before { content: "\f17c"; color: rgb(85, 96, 128); } .presentation-14 .path2:before { content: "\f17d"; margin-left: -1em; color: rgb(240, 237, 224); } .presentation-14 .path3:before { content: "\f17e"; margin-left: -1em; color: rgb(212, 195, 165); } .presentation-14 .path4:before { content: "\f17f"; margin-left: -1em; color: rgb(212, 195, 165); } .presentation-14 .path5:before { content: "\f180"; margin-left: -1em; color: rgb(212, 195, 165); } .presentation-14 .path6:before { content: "\f181"; margin-left: -1em; color: rgb(85, 96, 128); } .presentation-14 .path7:before { content: "\f182"; margin-left: -1em; color: rgb(85, 96, 128); } .presentation-14 .path8:before { content: "\f183"; margin-left: -1em; color: rgb(85, 96, 128); } .presentation-14 .path9:before { content: "\f184"; margin-left: -1em; color: rgb(212, 195, 165); } .presentation-14 .path10:before { content: "\f185"; margin-left: -1em; color: rgb(212, 195, 165); } .presentation-14 .path11:before { content: "\f186"; margin-left: -1em; color: rgb(212, 195, 165); } .presentation-14 .path12:before { content: "\f187"; margin-left: -1em; color: rgb(212, 195, 165); } .presentation-14 .path13:before { content: "\f188"; margin-left: -1em; color: rgb(212, 195, 165); } .presentation-15 .path1:before { content: "\f189"; color: rgb(85, 96, 128); } .presentation-15 .path2:before { content: "\f18a"; margin-left: -1em; color: rgb(240, 237, 224); } .presentation-15 .path3:before { content: "\f18b"; margin-left: -1em; color: rgb(85, 96, 128); } .presentation-15 .path4:before { content: "\f18c"; margin-left: -1em; color: rgb(85, 96, 128); } .presentation-15 .path5:before { content: "\f18d"; margin-left: -1em; color: rgb(85, 96, 128); } .presentation-15 .path6:before { content: "\f18e"; margin-left: -1em; color: rgb(212, 195, 165); } .presentation-15 .path7:before { content: "\f18f"; margin-left: -1em; color: rgb(212, 195, 165); } .presentation-15 .path8:before { content: "\f190"; margin-left: -1em; color: rgb(212, 195, 165); } .presentation-15 .path9:before { content: "\f191"; margin-left: -1em; color: rgb(212, 195, 165); } .presentation-15 .path10:before { content: "\f192"; margin-left: -1em; color: rgb(212, 195, 165); } .presentation-15 .path11:before { content: "\f193"; margin-left: -1em; color: rgb(212, 195, 165); } .presentation-15 .path12:before { content: "\f194"; margin-left: -1em; color: rgb(212, 195, 165); } .presentation-15 .path13:before { content: "\f195"; margin-left: -1em; color: rgb(212, 195, 165); } .presentation-15 .path14:before { content: "\f196"; margin-left: -1em; color: rgb(212, 195, 165); } .presentation-15 .path15:before { content: "\f197"; margin-left: -1em; color: rgb(212, 195, 165); } .presentation-15 .path16:before { content: "\f198"; margin-left: -1em; color: rgb(212, 195, 165); } .presentation-15 .path17:before { content: "\f199"; margin-left: -1em; color: rgb(212, 195, 165); } .presentation-15 .path18:before { content: "\f19a"; margin-left: -1em; color: rgb(212, 195, 165); } .presentation-15 .path19:before { content: "\f19b"; margin-left: -1em; color: rgb(212, 195, 165); } .presentation-16 .path1:before { content: "\f19c"; color: rgb(85, 96, 128); } .presentation-16 .path2:before { content: "\f19d"; margin-left: -1em; color: rgb(240, 237, 224); } .presentation-16 .path3:before { content: "\f19e"; margin-left: -1em; color: rgb(85, 96, 128); } .presentation-16 .path4:before { content: "\f19f"; margin-left: -1em; color: rgb(85, 96, 128); } .presentation-16 .path5:before { content: "\f1a0"; margin-left: -1em; color: rgb(85, 96, 128); } .presentation-16 .path6:before { content: "\f1a1"; margin-left: -1em; color: rgb(212, 195, 165); } .presentation-16 .path7:before { content: "\f1a2"; margin-left: -1em; color: rgb(212, 195, 165); } .presentation-17 .path1:before { content: "\f1a3"; color: rgb(85, 96, 128); } .presentation-17 .path2:before { content: "\f1a4"; margin-left: -1em; color: rgb(240, 237, 224); } .presentation-17 .path3:before { content: "\f1a5"; margin-left: -1em; color: rgb(85, 96, 128); } .presentation-17 .path4:before { content: "\f1a6"; margin-left: -1em; color: rgb(85, 96, 128); } .presentation-17 .path5:before { content: "\f1a7"; margin-left: -1em; color: rgb(85, 96, 128); } .presentation-17 .path6:before { content: "\f1a8"; margin-left: -1em; color: rgb(212, 195, 165); } .presentation-17 .path7:before { content: "\f1a9"; margin-left: -1em; color: rgb(212, 195, 165); } .presentation-17 .path8:before { content: "\f1aa"; margin-left: -1em; color: rgb(212, 195, 165); } .presentation-17 .path9:before { content: "\f1ab"; margin-left: -1em; color: rgb(212, 195, 165); } .presentation-17 .path10:before { content: "\f1ac"; margin-left: -1em; color: rgb(212, 195, 165); } .presentation-17 .path11:before { content: "\f1ad"; margin-left: -1em; color: rgb(212, 195, 165); } .presentation-17 .path12:before { content: "\f1ae"; margin-left: -1em; color: rgb(212, 195, 165); } .presentation-17 .path13:before { content: "\f1af"; margin-left: -1em; color: rgb(212, 195, 165); } .presentation-17 .path14:before { content: "\f1b0"; margin-left: -1em; color: rgb(212, 195, 165); } .presentation-17 .path15:before { content: "\f1b1"; margin-left: -1em; color: rgb(212, 195, 165); } .presentation-17 .path16:before { content: "\f1b2"; margin-left: -1em; color: rgb(212, 195, 165); } .presentation-17 .path17:before { content: "\f1b3"; margin-left: -1em; color: rgb(212, 195, 165); } .presentation-17 .path18:before { content: "\f1b4"; margin-left: -1em; color: rgb(212, 195, 165); } .presentation-17 .path19:before { content: "\f1b5"; margin-left: -1em; color: rgb(212, 195, 165); } .presentation-17 .path20:before { content: "\f1b6"; margin-left: -1em; color: rgb(212, 195, 165); } .presentation-18 .path1:before { content: "\f1b7"; color: rgb(85, 96, 128); } .presentation-18 .path2:before { content: "\f1b8"; margin-left: -1em; color: rgb(240, 237, 224); } .presentation-18 .path3:before { content: "\f1b9"; margin-left: -1em; color: rgb(85, 96, 128); } .presentation-18 .path4:before { content: "\f1ba"; margin-left: -1em; color: rgb(85, 96, 128); } .presentation-18 .path5:before { content: "\f1bb"; margin-left: -1em; color: rgb(85, 96, 128); } .presentation-18 .path6:before { content: "\f1bc"; margin-left: -1em; color: rgb(212, 195, 165); } .presentation-18 .path7:before { content: "\f1bd"; margin-left: -1em; color: rgb(212, 195, 165); } .presentation-18 .path8:before { content: "\f1be"; margin-left: -1em; color: rgb(212, 195, 165); } .presentation-18 .path9:before { content: "\f1bf"; margin-left: -1em; color: rgb(212, 195, 165); } .presentation-18 .path10:before { content: "\f1c0"; margin-left: -1em; color: rgb(212, 195, 165); } .presentation-18 .path11:before { content: "\f1c1"; margin-left: -1em; color: rgb(212, 195, 165); } .presentation-18 .path12:before { content: "\f1c2"; margin-left: -1em; color: rgb(212, 195, 165); } .presentation-18 .path13:before { content: "\f1c3"; margin-left: -1em; color: rgb(212, 195, 165); } .presentation-18 .path14:before { content: "\f1c4"; margin-left: -1em; color: rgb(212, 195, 165); } .presentation-18 .path15:before { content: "\f1c5"; margin-left: -1em; color: rgb(212, 195, 165); } .presentation-18 .path16:before { content: "\f1c6"; margin-left: -1em; color: rgb(212, 195, 165); } .presentation-18 .path17:before { content: "\f1c7"; margin-left: -1em; color: rgb(212, 195, 165); } .presentation-18 .path18:before { content: "\f1c8"; margin-left: -1em; color: rgb(212, 195, 165); } .presentation-19 .path1:before { content: "\f1c9"; color: rgb(85, 96, 128); } .presentation-19 .path2:before { content: "\f1ca"; margin-left: -1em; color: rgb(240, 237, 224); } .presentation-19 .path3:before { content: "\f1cb"; margin-left: -1em; color: rgb(85, 96, 128); } .presentation-19 .path4:before { content: "\f1cc"; margin-left: -1em; color: rgb(85, 96, 128); } .presentation-19 .path5:before { content: "\f1cd"; margin-left: -1em; color: rgb(85, 96, 128); } .presentation-19 .path6:before { content: "\f1ce"; margin-left: -1em; color: rgb(212, 195, 165); } .presentation-19 .path7:before { content: "\f1cf"; margin-left: -1em; color: rgb(212, 195, 165); } .presentation-19 .path8:before { content: "\f1d0"; margin-left: -1em; color: rgb(212, 195, 165); } .presentation-19 .path9:before { content: "\f1d1"; margin-left: -1em; color: rgb(212, 195, 165); } .presentation-19 .path10:before { content: "\f1d2"; margin-left: -1em; color: rgb(212, 195, 165); } .presentation-19 .path11:before { content: "\f1d3"; margin-left: -1em; color: rgb(212, 195, 165); } .price-tag .path1:before { content: "\f1d4"; color: rgb(232, 213, 178); } .price-tag .path2:before { content: "\f1d5"; margin-left: -1em; color: rgb(70, 178, 157); } .price-tag .path3:before { content: "\f1d6"; margin-left: -1em; color: rgb(203, 178, 146); } .price-tag .path4:before { content: "\f1d7"; margin-left: -1em; color: rgb(203, 178, 146); } .price-tag .path5:before { content: "\f1d8"; margin-left: -1em; color: rgb(203, 178, 146); } .price-tag .path6:before { content: "\f1d9"; margin-left: -1em; color: rgb(215, 90, 74); } .price-tag .path7:before { content: "\f1da"; margin-left: -1em; color: rgb(203, 178, 146); } .price-tag-1 .path1:before { content: "\f1db"; color: rgb(232, 213, 178); } .price-tag-1 .path2:before { content: "\f1dc"; margin-left: -1em; color: rgb(203, 178, 146); } .price-tag-1 .path3:before { content: "\f1dd"; margin-left: -1em; color: rgb(215, 90, 74); } .price-tag-1 .path4:before { content: "\f1de"; margin-left: -1em; color: rgb(236, 240, 241); } .price-tag-1 .path5:before { content: "\f1df"; margin-left: -1em; color: rgb(149, 165, 165); } .price-tag-1 .path6:before { content: "\f1e0"; margin-left: -1em; color: rgb(149, 165, 165); } .price-tag-1 .path7:before { content: "\f1e1"; margin-left: -1em; color: rgb(149, 165, 165); } .price-tag-1 .path8:before { content: "\f1e2"; margin-left: -1em; color: rgb(149, 165, 165); } .price-tag-1 .path9:before { content: "\f1e3"; margin-left: -1em; color: rgb(149, 165, 165); } .price-tag-1 .path10:before { content: "\f1e4"; margin-left: -1em; color: rgb(149, 165, 165); } .price-tag-1 .path11:before { content: "\f1e5"; margin-left: -1em; color: rgb(149, 165, 165); } .price-tag-1 .path12:before { content: "\f1e6"; margin-left: -1em; color: rgb(149, 165, 165); } .price-tag-1 .path13:before { content: "\f1e7"; margin-left: -1em; color: rgb(149, 165, 165); } .price-tag-1 .path14:before { content: "\f1e8"; margin-left: -1em; color: rgb(149, 165, 165); } .price-tag-1 .path15:before { content: "\f1e9"; margin-left: -1em; color: rgb(149, 165, 165); } .price-tag-1 .path16:before { content: "\f1ea"; margin-left: -1em; color: rgb(149, 165, 165); } .price-tag-1 .path17:before { content: "\f1eb"; margin-left: -1em; color: rgb(149, 165, 165); } .price-tag-1 .path18:before { content: "\f1ec"; margin-left: -1em; color: rgb(149, 165, 165); } .price-tag-2 .path1:before { content: "\f1ed"; color: rgb(232, 213, 178); } .price-tag-2 .path2:before { content: "\f1ee"; margin-left: -1em; color: rgb(203, 178, 146); } .price-tag-2 .path3:before { content: "\f1ef"; margin-left: -1em; color: rgb(212, 195, 165); } .price-tag-2 .path4:before { content: "\f1f0"; margin-left: -1em; color: rgb(215, 90, 74); } .price-tag-3 .path1:before { content: "\f1f1"; color: rgb(232, 213, 178); } .price-tag-3 .path2:before { content: "\f1f2"; margin-left: -1em; color: rgb(212, 195, 165); } .price-tag-3 .path3:before { content: "\f1f3"; margin-left: -1em; color: rgb(212, 195, 165); } .price-tag-3 .path4:before { content: "\f1f4"; margin-left: -1em; color: rgb(212, 195, 165); } .price-tag-3 .path5:before { content: "\f1f5"; margin-left: -1em; color: rgb(212, 195, 165); } .price-tag-3 .path6:before { content: "\f1f6"; margin-left: -1em; color: rgb(212, 195, 165); } .price-tag-3 .path7:before { content: "\f1f7"; margin-left: -1em; color: rgb(212, 195, 165); } .price-tag-3 .path8:before { content: "\f1f8"; margin-left: -1em; color: rgb(212, 195, 165); } .price-tag-3 .path9:before { content: "\f1f9"; margin-left: -1em; color: rgb(212, 195, 165); } .price-tag-3 .path10:before { content: "\f1fa"; margin-left: -1em; color: rgb(212, 195, 165); } .price-tag-3 .path11:before { content: "\f1fb"; margin-left: -1em; color: rgb(203, 178, 146); } .price-tag-3 .path12:before { content: "\f1fc"; margin-left: -1em; color: rgb(215, 90, 74); } .price-tag-4 .path1:before { content: "\f1fd"; color: rgb(70, 178, 157); } .price-tag-4 .path2:before { content: "\f1fe"; margin-left: -1em; color: rgb(40, 104, 92); } .price-tag-4 .path3:before { content: "\f1ff"; margin-left: -1em; color: rgb(253, 215, 173); } .price-tag-4 .path4:before { content: "\f200"; margin-left: -1em; color: rgb(255, 255, 255); } .price-tag-4 .path5:before { content: "\f201"; margin-left: -1em; color: rgb(255, 255, 255); } .price-tag-5 .path1:before { content: "\f202"; color: rgb(232, 213, 178); } .price-tag-5 .path2:before { content: "\f203"; margin-left: -1em; color: rgb(215, 90, 74); } .price-tag-5 .path3:before { content: "\f204"; margin-left: -1em; color: rgb(203, 178, 146); } .price-tag-5 .path4:before { content: "\f205"; margin-left: -1em; color: rgb(203, 178, 146); } .price-tag-5 .path5:before { content: "\f206"; margin-left: -1em; color: rgb(203, 178, 146); } .price-tag-5 .path6:before { content: "\f207"; margin-left: -1em; color: rgb(203, 178, 146); } .price-tag-5 .path7:before { content: "\f208"; margin-left: -1em; color: rgb(203, 178, 146); } .price-tag-5 .path8:before { content: "\f209"; margin-left: -1em; color: rgb(203, 178, 146); } .price-tag-5 .path9:before { content: "\f20a"; margin-left: -1em; color: rgb(203, 178, 146); } .price-tag-5 .path10:before { content: "\f20b"; margin-left: -1em; color: rgb(203, 178, 146); } .price-tag-5 .path11:before { content: "\f20c"; margin-left: -1em; color: rgb(203, 178, 146); } .price-tag-5 .path12:before { content: "\f20d"; margin-left: -1em; color: rgb(76, 128, 86); } .price-tag-6 .path1:before { content: "\f20e"; color: rgb(232, 213, 178); } .price-tag-6 .path2:before { content: "\f20f"; margin-left: -1em; color: rgb(203, 178, 146); } .price-tag-6 .path3:before { content: "\f210"; margin-left: -1em; color: rgb(215, 90, 74); } .price-tag-6 .path4:before { content: "\f211"; margin-left: -1em; color: rgb(203, 178, 146); } .price-tag-6 .path5:before { content: "\f212"; margin-left: -1em; color: rgb(203, 178, 146); } .price-tag-6 .path6:before { content: "\f213"; margin-left: -1em; color: rgb(203, 178, 146); } .price-tag-6 .path7:before { content: "\f214"; margin-left: -1em; color: rgb(203, 178, 146); } .price-tag-6 .path8:before { content: "\f215"; margin-left: -1em; color: rgb(203, 178, 146); } .price-tag-6 .path9:before { content: "\f216"; margin-left: -1em; color: rgb(203, 178, 146); } .price-tag-6 .path10:before { content: "\f217"; margin-left: -1em; color: rgb(203, 178, 146); } .price-tag-6 .path11:before { content: "\f218"; margin-left: -1em; color: rgb(203, 178, 146); } .price-tag-6 .path12:before { content: "\f219"; margin-left: -1em; color: rgb(203, 178, 146); } .price-tag-7 .path1:before { content: "\f21a"; color: rgb(232, 213, 178); } .price-tag-7 .path2:before { content: "\f21b"; margin-left: -1em; color: rgb(203, 178, 146); } .price-tag-7 .path3:before { content: "\f21c"; margin-left: -1em; color: rgb(215, 90, 74); } .price-tag-8 .path1:before { content: "\f21d"; color: rgb(232, 213, 178); } .price-tag-8 .path2:before { content: "\f21e"; margin-left: -1em; color: rgb(203, 178, 146); } .price-tag-8 .path3:before { content: "\f21f"; margin-left: -1em; color: rgb(232, 213, 178); } .price-tag-8 .path4:before { content: "\f220"; margin-left: -1em; color: rgb(215, 90, 74); } .price-tag-9 .path1:before { content: "\f221"; color: rgb(232, 213, 178); } .price-tag-9 .path2:before { content: "\f222"; margin-left: -1em; color: rgb(232, 213, 178); } .price-tag-9 .path3:before { content: "\f223"; margin-left: -1em; color: rgb(203, 178, 146); } .price-tag-9 .path4:before { content: "\f224"; margin-left: -1em; color: rgb(215, 90, 74); } .receipt .path1:before { content: "\f225"; color: rgb(61, 70, 91); } .receipt .path2:before { content: "\f226"; margin-left: -1em; color: rgb(240, 237, 224); } .receipt .path3:before { content: "\f227"; margin-left: -1em; color: rgb(212, 195, 165); } .receipt .path4:before { content: "\f228"; margin-left: -1em; color: rgb(212, 195, 165); } .receipt .path5:before { content: "\f229"; margin-left: -1em; color: rgb(212, 195, 165); } .receipt .path6:before { content: "\f22a"; margin-left: -1em; color: rgb(212, 195, 165); } .receipt .path7:before { content: "\f22b"; margin-left: -1em; color: rgb(212, 195, 165); } .receipt .path8:before { content: "\f22c"; margin-left: -1em; color: rgb(212, 195, 165); } .receipt .path9:before { content: "\f22d"; margin-left: -1em; color: rgb(212, 195, 165); } .receipt .path10:before { content: "\f22e"; margin-left: -1em; color: rgb(212, 195, 165); } .receipt .path11:before { content: "\f22f"; margin-left: -1em; color: rgb(212, 195, 165); } .receipt .path12:before { content: "\f230"; margin-left: -1em; color: rgb(36, 174, 95); } .receipt .path13:before { content: "\f231"; margin-left: -1em; color: rgb(165, 165, 164); } .receipt .path14:before { content: "\f232"; margin-left: -1em; color: rgb(165, 165, 164); } .receipt .path15:before { content: "\f233"; margin-left: -1em; color: rgb(165, 165, 164); } .record .path1:before { content: "\f234"; color: rgb(243, 213, 92); } .record .path2:before { content: "\f235"; margin-left: -1em; color: rgb(240, 196, 27); } .record .path3:before { content: "\f236"; margin-left: -1em; color: rgb(245, 241, 226); } .record .path4:before { content: "\f237"; margin-left: -1em; color: rgb(214, 208, 187); } .record .path5:before { content: "\f238"; margin-left: -1em; color: rgb(214, 208, 187); } .record .path6:before { content: "\f239"; margin-left: -1em; color: rgb(214, 208, 187); } .record .path7:before { content: "\f23a"; margin-left: -1em; color: rgb(214, 208, 187); } .record .path8:before { content: "\f23b"; margin-left: -1em; color: rgb(214, 208, 187); } .rewind-time .path1:before { content: "\f23c"; color: rgb(85, 97, 128); } .rewind-time .path2:before { content: "\f23d"; margin-left: -1em; color: rgb(255, 255, 255); } .rewind-time .path3:before { content: "\f23e"; margin-left: -1em; color: rgb(255, 255, 255); } .rewind-time .path4:before { content: "\f23f"; margin-left: -1em; color: rgb(255, 255, 255); } .rewind-time .path5:before { content: "\f240"; margin-left: -1em; color: rgb(255, 255, 255); } .rewind-time .path6:before { content: "\f241"; margin-left: -1em; color: rgb(255, 255, 255); } .rewind-time .path7:before { content: "\f242"; margin-left: -1em; color: rgb(255, 255, 255); } .rewind-time .path8:before { content: "\f243"; margin-left: -1em; color: rgb(255, 255, 255); } .rewind-time .path9:before { content: "\f244"; margin-left: -1em; color: rgb(116, 190, 134); } .rewind-time .path10:before { content: "\f245"; margin-left: -1em; color: rgb(116, 190, 134); } .rewind-time .path11:before { content: "\f246"; margin-left: -1em; color: rgb(116, 190, 134); } .rich .path1:before { content: "\f247"; color: rgb(76, 64, 49); } .rich .path2:before { content: "\f248"; margin-left: -1em; color: rgb(199, 182, 161); } .rich .path3:before { content: "\f249"; margin-left: -1em; color: rgb(209, 157, 24); } .rich .path4:before { content: "\f24a"; margin-left: -1em; color: rgb(209, 157, 24); } .rich .path5:before { content: "\f24b"; margin-left: -1em; color: rgb(209, 157, 24); } .rich .path6:before { content: "\f24c"; margin-left: -1em; color: rgb(252, 198, 45); } .rich .path7:before { content: "\f24d"; margin-left: -1em; color: rgb(228, 175, 24); } .rich .path8:before { content: "\f24e"; margin-left: -1em; color: rgb(228, 175, 24); } .rich .path9:before { content: "\f24f"; margin-left: -1em; color: rgb(228, 175, 24); } .rich .path10:before { content: "\f250"; margin-left: -1em; color: rgb(107, 91, 70); } .rich .path11:before { content: "\f251"; margin-left: -1em; color: rgb(107, 91, 70); } .rich .path12:before { content: "\f252"; margin-left: -1em; color: rgb(107, 91, 70); } .rich .path13:before { content: "\f253"; margin-left: -1em; color: rgb(228, 175, 24); } .rich .path14:before { content: "\f254"; margin-left: -1em; color: rgb(228, 175, 24); } .rich .path15:before { content: "\f255"; margin-left: -1em; color: rgb(209, 157, 24); } .rich .path16:before { content: "\f256"; margin-left: -1em; color: rgb(252, 198, 45); } .rich .path17:before { content: "\f257"; margin-left: -1em; color: rgb(219, 204, 186); } .safebox .path1:before { content: "\f258"; color: rgb(94, 95, 98); } .safebox .path2:before { content: "\f259"; margin-left: -1em; color: rgb(94, 95, 98); } .safebox .path3:before { content: "\f25a"; margin-left: -1em; color: rgb(182, 200, 204); } .safebox .path4:before { content: "\f25b"; margin-left: -1em; color: rgb(149, 165, 165); } .safebox .path5:before { content: "\f25c"; margin-left: -1em; color: rgb(149, 165, 165); } .safebox .path6:before { content: "\f25d"; margin-left: -1em; color: rgb(227, 233, 236); } .safebox .path7:before { content: "\f25e"; margin-left: -1em; color: rgb(182, 200, 204); } .safebox .path8:before { content: "\f25f"; margin-left: -1em; color: rgb(85, 96, 128); } .safebox .path9:before { content: "\f260"; margin-left: -1em; color: rgb(85, 96, 128); } .safebox .path10:before { content: "\f261"; margin-left: -1em; color: rgb(85, 96, 128); } .safebox .path11:before { content: "\f262"; margin-left: -1em; color: rgb(85, 96, 128); } .safebox .path12:before { content: "\f263"; margin-left: -1em; color: rgb(85, 96, 128); } .safebox .path13:before { content: "\f264"; margin-left: -1em; color: rgb(85, 96, 128); } .safebox .path14:before { content: "\f265"; margin-left: -1em; color: rgb(85, 96, 128); } .safebox .path15:before { content: "\f266"; margin-left: -1em; color: rgb(85, 96, 128); } .safebox .path16:before { content: "\f267"; margin-left: -1em; color: rgb(85, 96, 128); } .safebox .path17:before { content: "\f268"; margin-left: -1em; color: rgb(148, 181, 113); } .safebox .path18:before { content: "\f269"; margin-left: -1em; color: rgb(94, 95, 98); } .safebox-1 .path1:before { content: "\f26a"; color: rgb(94, 95, 98); } .safebox-1 .path2:before { content: "\f26b"; margin-left: -1em; color: rgb(94, 95, 98); } .safebox-1 .path3:before { content: "\f26c"; margin-left: -1em; color: rgb(182, 200, 204); } .safebox-1 .path4:before { content: "\f26d"; margin-left: -1em; color: rgb(227, 233, 236); } .safebox-1 .path5:before { content: "\f26e"; margin-left: -1em; color: rgb(149, 165, 165); } .safebox-1 .path6:before { content: "\f26f"; margin-left: -1em; color: rgb(189, 195, 199); } .safebox-1 .path7:before { content: "\f270"; margin-left: -1em; color: rgb(189, 195, 199); } .safebox-1 .path8:before { content: "\f271"; margin-left: -1em; color: rgb(189, 195, 199); } .safebox-1 .path9:before { content: "\f272"; margin-left: -1em; color: rgb(189, 195, 199); } .safebox-1 .path10:before { content: "\f273"; margin-left: -1em; color: rgb(189, 195, 199); } .safebox-1 .path11:before { content: "\f274"; margin-left: -1em; color: rgb(189, 195, 199); } .safebox-1 .path12:before { content: "\f275"; margin-left: -1em; color: rgb(189, 195, 199); } .safebox-1 .path13:before { content: "\f276"; margin-left: -1em; color: rgb(189, 195, 199); } .safebox-1 .path14:before { content: "\f277"; margin-left: -1em; color: rgb(189, 195, 199); } .safebox-1 .path15:before { content: "\f278"; margin-left: -1em; color: rgb(255, 255, 255); } .safebox-1 .path16:before { content: "\f279"; margin-left: -1em; color: rgb(182, 200, 204); } .safebox-1 .path17:before { content: "\f27a"; margin-left: -1em; color: rgb(182, 200, 204); } .safebox-1 .path18:before { content: "\f27b"; margin-left: -1em; color: rgb(94, 95, 98); } .safebox-1 .path19:before { content: "\f27c"; margin-left: -1em; color: rgb(94, 95, 98); } .safebox-1 .path20:before { content: "\f27d"; margin-left: -1em; color: rgb(94, 95, 98); } .safebox-1 .path21:before { content: "\f27e"; margin-left: -1em; color: rgb(94, 95, 98); } .safebox-2 .path1:before { content: "\f27f"; color: rgb(181, 195, 198); } .safebox-2 .path2:before { content: "\f280"; margin-left: -1em; color: rgb(182, 200, 204); } .safebox-2 .path3:before { content: "\f281"; margin-left: -1em; color: rgb(182, 200, 204); } .safebox-2 .path4:before { content: "\f282"; margin-left: -1em; color: rgb(227, 233, 236); } .safebox-2 .path5:before { content: "\f283"; margin-left: -1em; color: rgb(85, 96, 128); } .safebox-2 .path6:before { content: "\f284"; margin-left: -1em; color: rgb(163, 184, 190); } .safebox-2 .path7:before { content: "\f285"; margin-left: -1em; color: rgb(163, 184, 190); } .safebox-2 .path8:before { content: "\f286"; margin-left: -1em; color: rgb(163, 184, 190); } .safebox-2 .path9:before { content: "\f287"; margin-left: -1em; color: rgb(163, 184, 190); } .safebox-2 .path10:before { content: "\f288"; margin-left: -1em; color: rgb(85, 96, 128); } .safebox-2 .path11:before { content: "\f289"; margin-left: -1em; color: rgb(85, 96, 128); } .safebox-2 .path12:before { content: "\f28a"; margin-left: -1em; color: rgb(85, 96, 128); } .safebox-2 .path13:before { content: "\f28b"; margin-left: -1em; color: rgb(85, 96, 128); } .safebox-2 .path14:before { content: "\f28c"; margin-left: -1em; color: rgb(85, 96, 128); } .safebox-2 .path15:before { content: "\f28d"; margin-left: -1em; color: rgb(85, 96, 128); } .safebox-2 .path16:before { content: "\f28e"; margin-left: -1em; color: rgb(85, 96, 128); } .safebox-2 .path17:before { content: "\f28f"; margin-left: -1em; color: rgb(85, 96, 128); } .safebox-2 .path18:before { content: "\f290"; margin-left: -1em; color: rgb(181, 195, 198); } .safebox-2 .path19:before { content: "\f291"; margin-left: -1em; color: rgb(207, 225, 229); } .safebox-3 .path1:before { content: "\f292"; color: rgb(181, 195, 198); } .safebox-3 .path2:before { content: "\f293"; margin-left: -1em; color: rgb(182, 200, 204); } .safebox-3 .path3:before { content: "\f294"; margin-left: -1em; color: rgb(182, 200, 204); } .safebox-3 .path4:before { content: "\f295"; margin-left: -1em; color: rgb(227, 233, 236); } .safebox-3 .path5:before { content: "\f296"; margin-left: -1em; color: rgb(85, 96, 128); } .safebox-3 .path6:before { content: "\f297"; margin-left: -1em; color: rgb(163, 184, 190); } .safebox-3 .path7:before { content: "\f298"; margin-left: -1em; color: rgb(163, 184, 190); } .safebox-3 .path8:before { content: "\f299"; margin-left: -1em; color: rgb(163, 184, 190); } .safebox-3 .path9:before { content: "\f29a"; margin-left: -1em; color: rgb(163, 184, 190); } .safebox-3 .path10:before { content: "\f29b"; margin-left: -1em; color: rgb(85, 96, 128); } .safebox-3 .path11:before { content: "\f29c"; margin-left: -1em; color: rgb(85, 96, 128); } .safebox-3 .path12:before { content: "\f29d"; margin-left: -1em; color: rgb(85, 96, 128); } .safebox-3 .path13:before { content: "\f29e"; margin-left: -1em; color: rgb(85, 96, 128); } .safebox-3 .path14:before { content: "\f29f"; margin-left: -1em; color: rgb(85, 96, 128); } .safebox-3 .path15:before { content: "\f2a0"; margin-left: -1em; color: rgb(85, 96, 128); } .safebox-3 .path16:before { content: "\f2a1"; margin-left: -1em; color: rgb(85, 96, 128); } .safebox-3 .path17:before { content: "\f2a2"; margin-left: -1em; color: rgb(85, 96, 128); } .safebox-3 .path18:before { content: "\f2a3"; margin-left: -1em; color: rgb(181, 195, 198); } .safebox-3 .path19:before { content: "\f2a4"; margin-left: -1em; color: rgb(207, 225, 229); } .safebox-3 .path20:before { content: "\f2a5"; margin-left: -1em; color: rgb(255, 209, 108); } .safebox-3 .path21:before { content: "\f2a6"; margin-left: -1em; color: rgb(240, 196, 25); } .safebox-3 .path22:before { content: "\f2a7"; margin-left: -1em; color: rgb(243, 213, 91); } .safebox-3 .path23:before { content: "\f2a8"; margin-left: -1em; color: rgb(240, 196, 25); } .safebox-4 .path1:before { content: "\f2a9"; color: rgb(181, 195, 198); } .safebox-4 .path2:before { content: "\f2aa"; margin-left: -1em; color: rgb(182, 200, 204); } .safebox-4 .path3:before { content: "\f2ab"; margin-left: -1em; color: rgb(182, 200, 204); } .safebox-4 .path4:before { content: "\f2ac"; margin-left: -1em; color: rgb(227, 233, 236); } .safebox-4 .path5:before { content: "\f2ad"; margin-left: -1em; color: rgb(85, 96, 128); } .safebox-4 .path6:before { content: "\f2ae"; margin-left: -1em; color: rgb(163, 184, 190); } .safebox-4 .path7:before { content: "\f2af"; margin-left: -1em; color: rgb(163, 184, 190); } .safebox-4 .path8:before { content: "\f2b0"; margin-left: -1em; color: rgb(163, 184, 190); } .safebox-4 .path9:before { content: "\f2b1"; margin-left: -1em; color: rgb(163, 184, 190); } .safebox-4 .path10:before { content: "\f2b2"; margin-left: -1em; color: rgb(85, 96, 128); } .safebox-4 .path11:before { content: "\f2b3"; margin-left: -1em; color: rgb(85, 96, 128); } .safebox-4 .path12:before { content: "\f2b4"; margin-left: -1em; color: rgb(85, 96, 128); } .safebox-4 .path13:before { content: "\f2b5"; margin-left: -1em; color: rgb(85, 96, 128); } .safebox-4 .path14:before { content: "\f2b6"; margin-left: -1em; color: rgb(85, 96, 128); } .safebox-4 .path15:before { content: "\f2b7"; margin-left: -1em; color: rgb(85, 96, 128); } .safebox-4 .path16:before { content: "\f2b8"; margin-left: -1em; color: rgb(85, 96, 128); } .safebox-4 .path17:before { content: "\f2b9"; margin-left: -1em; color: rgb(85, 96, 128); } .safebox-4 .path18:before { content: "\f2ba"; margin-left: -1em; color: rgb(181, 195, 198); } .safebox-4 .path19:before { content: "\f2bb"; margin-left: -1em; color: rgb(207, 225, 229); } .safebox-4 .path20:before { content: "\f2bc"; margin-left: -1em; color: rgb(113, 194, 133); } .safebox-4 .path21:before { content: "\f2bd"; margin-left: -1em; color: rgb(76, 128, 86); } .safebox-4 .path22:before { content: "\f2be"; margin-left: -1em; color: rgb(76, 128, 86); } .safebox-4 .path23:before { content: "\f2bf"; margin-left: -1em; color: rgb(76, 128, 86); } .safebox-4 .path24:before { content: "\f2c0"; margin-left: -1em; color: rgb(76, 128, 86); } .safebox-4 .path25:before { content: "\f2c1"; margin-left: -1em; color: rgb(76, 128, 86); } .safebox-4 .path26:before { content: "\f2c2"; margin-left: -1em; color: rgb(76, 128, 86); } .safebox-4 .path27:before { content: "\f2c3"; margin-left: -1em; color: rgb(209, 212, 209); } .safebox-4 .path28:before { content: "\f2c4"; margin-left: -1em; color: rgb(113, 194, 133); } .safebox-4 .path29:before { content: "\f2c5"; margin-left: -1em; color: rgb(76, 128, 86); } .safebox-4 .path30:before { content: "\f2c6"; margin-left: -1em; color: rgb(76, 128, 86); } .safebox-4 .path31:before { content: "\f2c7"; margin-left: -1em; color: rgb(76, 128, 86); } .safebox-4 .path32:before { content: "\f2c8"; margin-left: -1em; color: rgb(76, 128, 86); } .safebox-4 .path33:before { content: "\f2c9"; margin-left: -1em; color: rgb(76, 128, 86); } .safebox-4 .path34:before { content: "\f2ca"; margin-left: -1em; color: rgb(76, 128, 86); } .safebox-4 .path35:before { content: "\f2cb"; margin-left: -1em; color: rgb(209, 212, 209); } .safebox-4 .path36:before { content: "\f2cc"; margin-left: -1em; color: rgb(181, 195, 198); } .stamp .path1:before { content: "\f2cd"; color: rgb(199, 160, 107); } .stamp .path2:before { content: "\f2ce"; margin-left: -1em; color: rgb(223, 178, 136); } .stamp .path3:before { content: "\f2cf"; margin-left: -1em; color: rgb(250, 193, 118); } .stamp .path4:before { content: "\f2d0"; margin-left: -1em; color: rgb(100, 93, 90); } .stamp-1 .path1:before { content: "\f2d1"; color: rgb(199, 160, 107); } .stamp-1 .path2:before { content: "\f2d2"; margin-left: -1em; color: rgb(100, 93, 90); } .stamp-1 .path3:before { content: "\f2d3"; margin-left: -1em; color: rgb(223, 178, 136); } .stamp-1 .path4:before { content: "\f2d4"; margin-left: -1em; color: rgb(250, 193, 118); } .stand .path1:before { content: "\f2d5"; color: rgb(85, 96, 128); } .stand .path2:before { content: "\f2d6"; margin-left: -1em; color: rgb(85, 96, 128); } .stand .path3:before { content: "\f2d7"; margin-left: -1em; color: rgb(85, 96, 128); } .stand .path4:before { content: "\f2d8"; margin-left: -1em; color: rgb(243, 213, 91); } .stand .path5:before { content: "\f2d9"; margin-left: -1em; color: rgb(192, 58, 43); } .stand .path6:before { content: "\f2da"; margin-left: -1em; color: rgb(85, 96, 128); } .stand .path7:before { content: "\f2db"; margin-left: -1em; color: rgb(192, 58, 43); } .stand .path8:before { content: "\f2dc"; margin-left: -1em; color: rgb(240, 196, 25); } .stand .path9:before { content: "\f2dd"; margin-left: -1em; color: rgb(240, 196, 25); } .stand .path10:before { content: "\f2de"; margin-left: -1em; color: rgb(240, 196, 25); } .stand .path11:before { content: "\f2df"; margin-left: -1em; color: rgb(210, 86, 39); } .stand .path12:before { content: "\f2e0"; margin-left: -1em; color: rgb(210, 86, 39); } .stand .path13:before { content: "\f2e1"; margin-left: -1em; color: rgb(210, 86, 39); } .stand .path14:before { content: "\f2e2"; margin-left: -1em; color: rgb(210, 86, 39); } .stand .path15:before { content: "\f2e3"; margin-left: -1em; color: rgb(240, 196, 25); } .stand .path16:before { content: "\f2e4"; margin-left: -1em; color: rgb(240, 196, 25); } .stand .path17:before { content: "\f2e5"; margin-left: -1em; color: rgb(85, 96, 128); } .stand .path18:before { content: "\f2e6"; margin-left: -1em; color: rgb(85, 96, 128); } .stand .path19:before { content: "\f2e7"; margin-left: -1em; color: rgb(85, 96, 128); } .store .path1:before { content: "\f2e8"; color: rgb(240, 120, 90); } .store .path2:before { content: "\f2e9"; margin-left: -1em; color: rgb(179, 90, 91); } .store .path3:before { content: "\f2ea"; margin-left: -1em; color: rgb(176, 211, 240); } .store .path4:before { content: "\f2eb"; margin-left: -1em; color: rgb(237, 113, 97); } .store .path5:before { content: "\f2ec"; margin-left: -1em; color: rgb(237, 113, 97); } .store .path6:before { content: "\f2ed"; margin-left: -1em; color: rgb(240, 196, 25); } .store .path7:before { content: "\f2ee"; margin-left: -1em; color: rgb(240, 196, 25); } .store .path8:before { content: "\f2ef"; margin-left: -1em; color: rgb(243, 213, 91); } .store .path9:before { content: "\f2f0"; margin-left: -1em; color: rgb(243, 213, 91); } .store .path10:before { content: "\f2f1"; margin-left: -1em; color: rgb(211, 98, 89); } .store .path11:before { content: "\f2f2"; margin-left: -1em; color: rgb(211, 98, 89); } .store .path12:before { content: "\f2f3"; margin-left: -1em; color: rgb(179, 90, 91); } .store .path13:before { content: "\f2f4"; margin-left: -1em; color: rgb(176, 211, 240); } .store .path14:before { content: "\f2f5"; margin-left: -1em; color: rgb(255, 255, 255); } .store .path15:before { content: "\f2f6"; margin-left: -1em; color: rgb(255, 255, 255); } .store .path16:before { content: "\f2f7"; margin-left: -1em; color: rgb(255, 255, 255); } .store .path17:before { content: "\f2f8"; margin-left: -1em; color: rgb(255, 255, 255); } .store .path18:before { content: "\f2f9"; margin-left: -1em; color: rgb(255, 255, 255); } .store .path19:before { content: "\f2fa"; margin-left: -1em; color: rgb(255, 255, 255); } .store .path20:before { content: "\f2fb"; margin-left: -1em; color: rgb(255, 255, 255); } .store .path21:before { content: "\f2fc"; margin-left: -1em; color: rgb(203, 130, 82); } .store .path22:before { content: "\f2fd"; margin-left: -1em; color: rgb(127, 110, 93); } .store .path23:before { content: "\f2fe"; margin-left: -1em; color: rgb(36, 174, 95); } .store-1 .path1:before { content: "\f2ff"; color: rgb(245, 239, 202); } .store-1 .path2:before { content: "\f300"; margin-left: -1em; color: rgb(127, 110, 93); } .store-1 .path3:before { content: "\f301"; margin-left: -1em; color: rgb(203, 178, 146); } .store-1 .path4:before { content: "\f302"; margin-left: -1em; color: rgb(203, 178, 146); } .store-1 .path5:before { content: "\f303"; margin-left: -1em; color: rgb(203, 178, 146); } .store-1 .path6:before { content: "\f304"; margin-left: -1em; color: rgb(203, 178, 146); } .store-1 .path7:before { content: "\f305"; margin-left: -1em; color: rgb(203, 178, 146); } .store-1 .path8:before { content: "\f306"; margin-left: -1em; color: rgb(203, 178, 146); } .store-1 .path9:before { content: "\f307"; margin-left: -1em; color: rgb(203, 178, 146); } .store-1 .path10:before { content: "\f308"; margin-left: -1em; color: rgb(203, 178, 146); } .store-1 .path11:before { content: "\f309"; margin-left: -1em; color: rgb(203, 178, 146); } .store-1 .path12:before { content: "\f30a"; margin-left: -1em; color: rgb(203, 178, 146); } .store-1 .path13:before { content: "\f30b"; margin-left: -1em; color: rgb(203, 178, 146); } .store-1 .path14:before { content: "\f30c"; margin-left: -1em; color: rgb(203, 178, 146); } .store-1 .path15:before { content: "\f30d"; margin-left: -1em; color: rgb(203, 178, 146); } .store-1 .path16:before { content: "\f30e"; margin-left: -1em; color: rgb(203, 178, 146); } .store-1 .path17:before { content: "\f30f"; margin-left: -1em; color: rgb(203, 178, 146); } .store-1 .path18:before { content: "\f310"; margin-left: -1em; color: rgb(203, 178, 146); } .store-1 .path19:before { content: "\f311"; margin-left: -1em; color: rgb(203, 178, 146); } .store-1 .path20:before { content: "\f312"; margin-left: -1em; color: rgb(203, 178, 146); } .store-1 .path21:before { content: "\f313"; margin-left: -1em; color: rgb(203, 178, 146); } .store-1 .path22:before { content: "\f314"; margin-left: -1em; color: rgb(203, 178, 146); } .store-1 .path23:before { content: "\f315"; margin-left: -1em; color: rgb(203, 178, 146); } .store-1 .path24:before { content: "\f316"; margin-left: -1em; color: rgb(203, 178, 146); } .store-1 .path25:before { content: "\f317"; margin-left: -1em; color: rgb(203, 178, 146); } .store-1 .path26:before { content: "\f318"; margin-left: -1em; color: rgb(203, 178, 146); } .store-1 .path27:before { content: "\f319"; margin-left: -1em; color: rgb(203, 178, 146); } .store-1 .path28:before { content: "\f31a"; margin-left: -1em; color: rgb(113, 194, 133); } .store-1 .path29:before { content: "\f31b"; margin-left: -1em; color: rgb(243, 213, 91); } .store-1 .path30:before { content: "\f31c"; margin-left: -1em; color: rgb(243, 213, 91); } .store-1 .path31:before { content: "\f31d"; margin-left: -1em; color: rgb(113, 194, 133); } .store-1 .path32:before { content: "\f31e"; margin-left: -1em; color: rgb(104, 173, 119); } .store-1 .path33:before { content: "\f31f"; margin-left: -1em; color: rgb(221, 195, 87); } .store-1 .path34:before { content: "\f320"; margin-left: -1em; color: rgb(104, 173, 119); } .store-1 .path35:before { content: "\f321"; margin-left: -1em; color: rgb(221, 195, 87); } .store-1 .path36:before { content: "\f322"; margin-left: -1em; color: rgb(127, 110, 93); } .store-1 .path37:before { content: "\f323"; margin-left: -1em; color: rgb(203, 178, 146); } .store-1 .path38:before { content: "\f324"; margin-left: -1em; color: rgb(203, 178, 146); } .store-2 .path1:before { content: "\f325"; color: rgb(176, 211, 240); } .store-2 .path2:before { content: "\f326"; margin-left: -1em; color: rgb(85, 96, 128); } .store-2 .path3:before { content: "\f327"; margin-left: -1em; color: rgb(85, 96, 128); } .store-2 .path4:before { content: "\f328"; margin-left: -1em; color: rgb(85, 96, 128); } .store-2 .path5:before { content: "\f329"; margin-left: -1em; color: rgb(68, 78, 102); } .store-2 .path6:before { content: "\f32a"; margin-left: -1em; color: rgb(210, 86, 39); } .store-2 .path7:before { content: "\f32b"; margin-left: -1em; color: rgb(210, 86, 39); } .store-2 .path8:before { content: "\f32c"; margin-left: -1em; color: rgb(210, 86, 39); } .store-2 .path9:before { content: "\f32d"; margin-left: -1em; color: rgb(210, 86, 39); } .store-2 .path10:before { content: "\f32e"; margin-left: -1em; color: rgb(128, 45, 64); } .store-2 .path11:before { content: "\f32f"; margin-left: -1em; color: rgb(128, 45, 64); } .store-2 .path12:before { content: "\f330"; margin-left: -1em; color: rgb(128, 45, 64); } .store-2 .path13:before { content: "\f331"; margin-left: -1em; color: rgb(128, 45, 64); } .store-2 .path14:before { content: "\f332"; margin-left: -1em; color: rgb(128, 45, 64); } .store-2 .path15:before { content: "\f333"; margin-left: -1em; color: rgb(128, 45, 64); } .store-2 .path16:before { content: "\f334"; margin-left: -1em; color: rgb(128, 45, 64); } .store-2 .path17:before { content: "\f335"; margin-left: -1em; color: rgb(128, 45, 64); } .store-2 .path18:before { content: "\f336"; margin-left: -1em; color: rgb(128, 45, 64); } .store-2 .path19:before { content: "\f337"; margin-left: -1em; color: rgb(128, 45, 64); } .store-2 .path20:before { content: "\f338"; margin-left: -1em; color: rgb(128, 45, 64); } .store-2 .path21:before { content: "\f339"; margin-left: -1em; color: rgb(128, 45, 64); } .store-2 .path22:before { content: "\f33a"; margin-left: -1em; color: rgb(128, 45, 64); } .store-2 .path23:before { content: "\f33b"; margin-left: -1em; color: rgb(128, 45, 64); } .store-2 .path24:before { content: "\f33c"; margin-left: -1em; color: rgb(128, 45, 64); } .store-2 .path25:before { content: "\f33d"; margin-left: -1em; color: rgb(128, 45, 64); } .store-2 .path26:before { content: "\f33e"; margin-left: -1em; color: rgb(128, 45, 64); } .store-2 .path27:before { content: "\f33f"; margin-left: -1em; color: rgb(128, 45, 64); } .store-2 .path28:before { content: "\f340"; margin-left: -1em; color: rgb(128, 45, 64); } .store-2 .path29:before { content: "\f341"; margin-left: -1em; color: rgb(128, 45, 64); } .store-2 .path30:before { content: "\f342"; margin-left: -1em; color: rgb(128, 45, 64); } .store-2 .path31:before { content: "\f343"; margin-left: -1em; color: rgb(128, 45, 64); } .store-2 .path32:before { content: "\f344"; margin-left: -1em; color: rgb(128, 45, 64); } .store-2 .path33:before { content: "\f345"; margin-left: -1em; color: rgb(128, 45, 64); } .store-2 .path34:before { content: "\f346"; margin-left: -1em; color: rgb(128, 45, 64); } .store-2 .path35:before { content: "\f347"; margin-left: -1em; color: rgb(128, 45, 64); } .store-2 .path36:before { content: "\f348"; margin-left: -1em; color: rgb(128, 45, 64); } .store-2 .path37:before { content: "\f349"; margin-left: -1em; color: rgb(128, 45, 64); } .store-2 .path38:before { content: "\f34a"; margin-left: -1em; color: rgb(255, 255, 255); } .store-2 .path39:before { content: "\f34b"; margin-left: -1em; color: rgb(255, 255, 255); } .store-2 .path40:before { content: "\f34c"; margin-left: -1em; color: rgb(255, 255, 255); } .store-2 .path41:before { content: "\f34d"; margin-left: -1em; color: rgb(255, 255, 255); } .store-2 .path42:before { content: "\f34e"; margin-left: -1em; color: rgb(255, 255, 255); } .store-2 .path43:before { content: "\f34f"; margin-left: -1em; color: rgb(255, 255, 255); } .store-2 .path44:before { content: "\f350"; margin-left: -1em; color: rgb(255, 255, 255); } .store-2 .path45:before { content: "\f351"; margin-left: -1em; color: rgb(255, 255, 255); } .store-2 .path46:before { content: "\f352"; margin-left: -1em; color: rgb(255, 255, 255); } .store-2 .path47:before { content: "\f353"; margin-left: -1em; color: rgb(255, 255, 255); } .store-2 .path48:before { content: "\f354"; margin-left: -1em; color: rgb(255, 255, 255); } .store-2 .path49:before { content: "\f355"; margin-left: -1em; color: rgb(255, 255, 255); } .store-2 .path50:before { content: "\f356"; margin-left: -1em; color: rgb(68, 78, 102); } .store-2 .path51:before { content: "\f357"; margin-left: -1em; color: rgb(176, 211, 240); } .store-2 .path52:before { content: "\f358"; margin-left: -1em; color: rgb(176, 211, 240); } .store-2 .path53:before { content: "\f359"; margin-left: -1em; color: rgb(80, 80, 138); } .store-2 .path54:before { content: "\f35a"; margin-left: -1em; color: rgb(134, 151, 203); } .store-2 .path55:before { content: "\f35b"; margin-left: -1em; color: rgb(80, 80, 138); } .store-2 .path56:before { content: "\f35c"; margin-left: -1em; color: rgb(134, 151, 203); } .store-2 .path57:before { content: "\f35d"; margin-left: -1em; color: rgb(80, 80, 138); } .store-2 .path58:before { content: "\f35e"; margin-left: -1em; color: rgb(134, 151, 203); } .store-2 .path59:before { content: "\f35f"; margin-left: -1em; color: rgb(80, 80, 138); } .store-2 .path60:before { content: "\f360"; margin-left: -1em; color: rgb(134, 151, 203); } .store-3 .path1:before { content: "\f361"; color: rgb(203, 178, 146); } .store-3 .path2:before { content: "\f362"; margin-left: -1em; color: rgb(144, 186, 225); } .store-3 .path3:before { content: "\f363"; margin-left: -1em; color: rgb(236, 240, 241); } .store-3 .path4:before { content: "\f364"; margin-left: -1em; color: rgb(144, 186, 225); } .store-3 .path5:before { content: "\f365"; margin-left: -1em; color: rgb(236, 240, 241); } .store-3 .path6:before { content: "\f366"; margin-left: -1em; color: rgb(236, 240, 241); } .store-3 .path7:before { content: "\f367"; margin-left: -1em; color: rgb(144, 186, 225); } .store-3 .path8:before { content: "\f368"; margin-left: -1em; color: rgb(255, 255, 255); } .store-3 .path9:before { content: "\f369"; margin-left: -1em; color: rgb(255, 255, 255); } .store-3 .path10:before { content: "\f36a"; margin-left: -1em; color: rgb(255, 255, 255); } .store-3 .path11:before { content: "\f36b"; margin-left: -1em; color: rgb(255, 255, 255); } .store-3 .path12:before { content: "\f36c"; margin-left: -1em; color: rgb(255, 255, 255); } .store-3 .path13:before { content: "\f36d"; margin-left: -1em; color: rgb(255, 255, 255); } .store-3 .path14:before { content: "\f36e"; margin-left: -1em; color: rgb(127, 110, 93); } .store-3 .path15:before { content: "\f36f"; margin-left: -1em; color: rgb(127, 110, 93); } .store-3 .path16:before { content: "\f370"; margin-left: -1em; color: rgb(94, 81, 70); } .store-3 .path17:before { content: "\f371"; margin-left: -1em; color: rgb(94, 81, 70); } .store-3 .path18:before { content: "\f372"; margin-left: -1em; color: rgb(94, 81, 70); } .store-3 .path19:before { content: "\f373"; margin-left: -1em; color: rgb(94, 81, 70); } .store-3 .path20:before { content: "\f374"; margin-left: -1em; color: rgb(94, 81, 70); } .store-3 .path21:before { content: "\f375"; margin-left: -1em; color: rgb(94, 81, 70); } .store-3 .path22:before { content: "\f376"; margin-left: -1em; color: rgb(94, 81, 70); } .store-3 .path23:before { content: "\f377"; margin-left: -1em; color: rgb(94, 81, 70); } .store-3 .path24:before { content: "\f378"; margin-left: -1em; color: rgb(144, 186, 225); } .store-3 .path25:before { content: "\f379"; margin-left: -1em; color: rgb(230, 76, 60); } .store-3 .path26:before { content: "\f37a"; margin-left: -1em; color: rgb(243, 213, 91); } .store-3 .path27:before { content: "\f37b"; margin-left: -1em; color: rgb(243, 213, 91); } .store-3 .path28:before { content: "\f37c"; margin-left: -1em; color: rgb(230, 76, 60); } .store-3 .path29:before { content: "\f37d"; margin-left: -1em; color: rgb(192, 58, 43); } .store-3 .path30:before { content: "\f37e"; margin-left: -1em; color: rgb(221, 195, 87); } .store-3 .path31:before { content: "\f37f"; margin-left: -1em; color: rgb(192, 58, 43); } .store-3 .path32:before { content: "\f380"; margin-left: -1em; color: rgb(221, 195, 87); } .strongbox .path1:before { content: "\f381"; color: rgb(181, 195, 198); } .strongbox .path2:before { content: "\f382"; margin-left: -1em; color: rgb(182, 200, 204); } .strongbox .path3:before { content: "\f383"; margin-left: -1em; color: rgb(182, 200, 204); } .strongbox .path4:before { content: "\f384"; margin-left: -1em; color: rgb(227, 233, 236); } .strongbox .path5:before { content: "\f385"; margin-left: -1em; color: rgb(163, 184, 190); } .strongbox .path6:before { content: "\f386"; margin-left: -1em; color: rgb(163, 184, 190); } .strongbox .path7:before { content: "\f387"; margin-left: -1em; color: rgb(163, 184, 190); } .strongbox .path8:before { content: "\f388"; margin-left: -1em; color: rgb(163, 184, 190); } .strongbox .path9:before { content: "\f389"; margin-left: -1em; color: rgb(85, 96, 128); } .strongbox .path10:before { content: "\f38a"; margin-left: -1em; color: rgb(85, 96, 128); } .strongbox .path11:before { content: "\f38b"; margin-left: -1em; color: rgb(85, 96, 128); } .strongbox .path12:before { content: "\f38c"; margin-left: -1em; color: rgb(85, 96, 128); } .strongbox .path13:before { content: "\f38d"; margin-left: -1em; color: rgb(85, 96, 128); } .strongbox .path14:before { content: "\f38e"; margin-left: -1em; color: rgb(85, 96, 128); } .strongbox .path15:before { content: "\f38f"; margin-left: -1em; color: rgb(85, 96, 128); } .strongbox .path16:before { content: "\f390"; margin-left: -1em; color: rgb(85, 96, 128); } .strongbox .path17:before { content: "\f391"; margin-left: -1em; color: rgb(181, 195, 198); } .strongbox .path18:before { content: "\f392"; margin-left: -1em; color: rgb(207, 225, 229); } .strongbox .path19:before { content: "\f393"; margin-left: -1em; color: rgb(85, 96, 128); } .strongbox .path20:before { content: "\f394"; margin-left: -1em; color: rgb(113, 194, 133); } .strongbox .path21:before { content: "\f395"; margin-left: -1em; color: rgb(76, 128, 86); } .strongbox .path22:before { content: "\f396"; margin-left: -1em; color: rgb(76, 128, 86); } .strongbox .path23:before { content: "\f397"; margin-left: -1em; color: rgb(76, 128, 86); } .strongbox .path24:before { content: "\f398"; margin-left: -1em; color: rgb(76, 128, 86); } .strongbox .path25:before { content: "\f399"; margin-left: -1em; color: rgb(209, 212, 209); } .strongbox .path26:before { content: "\f39a"; margin-left: -1em; color: rgb(113, 194, 133); } .strongbox .path27:before { content: "\f39b"; margin-left: -1em; color: rgb(76, 128, 86); } .strongbox .path28:before { content: "\f39c"; margin-left: -1em; color: rgb(76, 128, 86); } .strongbox .path29:before { content: "\f39d"; margin-left: -1em; color: rgb(76, 128, 86); } .strongbox .path30:before { content: "\f39e"; margin-left: -1em; color: rgb(76, 128, 86); } .strongbox .path31:before { content: "\f39f"; margin-left: -1em; color: rgb(209, 212, 209); } .strongbox .path32:before { content: "\f3a0"; margin-left: -1em; color: rgb(113, 194, 133); } .strongbox .path33:before { content: "\f3a1"; margin-left: -1em; color: rgb(76, 128, 86); } .strongbox .path34:before { content: "\f3a2"; margin-left: -1em; color: rgb(76, 128, 86); } .strongbox .path35:before { content: "\f3a3"; margin-left: -1em; color: rgb(76, 128, 86); } .strongbox .path36:before { content: "\f3a4"; margin-left: -1em; color: rgb(76, 128, 86); } .strongbox .path37:before { content: "\f3a5"; margin-left: -1em; color: rgb(209, 212, 209); } .strongbox .path38:before { content: "\f3a6"; margin-left: -1em; color: rgb(182, 200, 204); } .strongbox .path39:before { content: "\f3a7"; margin-left: -1em; color: rgb(182, 200, 204); } .suitcase .path1:before { content: "\f3a8"; color: rgb(94, 93, 88); } .suitcase .path2:before { content: "\f3a9"; margin-left: -1em; color: rgb(63, 62, 58); } .suitcase .path3:before { content: "\f3aa"; margin-left: -1em; color: rgb(63, 62, 58); } .suitcase .path4:before { content: "\f3ab"; margin-left: -1em; color: rgb(104, 103, 99); } .suitcase .path5:before { content: "\f3ac"; margin-left: -1em; color: rgb(104, 103, 99); } .suitcase .path6:before { content: "\f3ad"; margin-left: -1em; color: rgb(63, 62, 58); } .suitcase .path7:before { content: "\f3ae"; margin-left: -1em; color: rgb(94, 93, 88); } .suitcase .path8:before { content: "\f3af"; margin-left: -1em; color: rgb(255, 209, 108); } .suitcase .path9:before { content: "\f3b0"; margin-left: -1em; color: rgb(94, 93, 88); } .suitcase .path10:before { content: "\f3b1"; margin-left: -1em; color: rgb(94, 93, 88); } .suitcase .path11:before { content: "\f3b2"; margin-left: -1em; color: rgb(177, 144, 70); } .suitcase .path12:before { content: "\f3b3"; margin-left: -1em; color: rgb(255, 209, 108); } .suitcase .path13:before { content: "\f3b4"; margin-left: -1em; color: rgb(177, 144, 70); } .suitcase .path14:before { content: "\f3b5"; margin-left: -1em; color: rgb(177, 144, 70); } .suitcase-1 .path1:before { content: "\f3b6"; color: rgb(148, 134, 119); } .suitcase-1 .path2:before { content: "\f3b7"; margin-left: -1em; color: rgb(151, 121, 86); } .suitcase-1 .path3:before { content: "\f3b8"; margin-left: -1em; color: rgb(141, 85, 56); } .suitcase-1 .path4:before { content: "\f3b9"; margin-left: -1em; color: rgb(255, 209, 108); } .suitcase-1 .path5:before { content: "\f3ba"; margin-left: -1em; color: rgb(255, 209, 108); } .suitcase-1 .path6:before { content: "\f3bb"; margin-left: -1em; color: rgb(114, 66, 45); } .suitcase-1 .path7:before { content: "\f3bc"; margin-left: -1em; color: rgb(114, 66, 45); } .suitcase-1 .path8:before { content: "\f3bd"; margin-left: -1em; color: rgb(114, 66, 45); } .suitcase-1 .path9:before { content: "\f3be"; margin-left: -1em; color: rgb(114, 66, 45); } .suitcase-1 .path10:before { content: "\f3bf"; margin-left: -1em; color: rgb(255, 209, 108); } .suitcase-1 .path11:before { content: "\f3c0"; margin-left: -1em; color: rgb(122, 109, 97); } .suitcase-1 .path12:before { content: "\f3c1"; margin-left: -1em; color: rgb(122, 109, 97); } .suitcase-1 .path13:before { content: "\f3c2"; margin-left: -1em; color: rgb(122, 109, 97); } .suitcase-1 .path14:before { content: "\f3c3"; margin-left: -1em; color: rgb(177, 144, 70); } .suitcase-1 .path15:before { content: "\f3c4"; margin-left: -1em; color: rgb(228, 192, 92); } .suitcase-2 .path1:before { content: "\f3c5"; color: rgb(189, 195, 199); } .suitcase-2 .path2:before { content: "\f3c6"; margin-left: -1em; color: rgb(189, 195, 199); } .suitcase-2 .path3:before { content: "\f3c7"; margin-left: -1em; color: rgb(236, 240, 241); } .suitcase-2 .path4:before { content: "\f3c8"; margin-left: -1em; color: rgb(236, 240, 241); } .suitcase-2 .path5:before { content: "\f3c9"; margin-left: -1em; color: rgb(189, 195, 199); } .suitcase-2 .path6:before { content: "\f3ca"; margin-left: -1em; color: rgb(209, 211, 211); } .suitcase-2 .path7:before { content: "\f3cb"; margin-left: -1em; color: rgb(236, 240, 241); } .suitcase-2 .path8:before { content: "\f3cc"; margin-left: -1em; color: rgb(236, 240, 241); } .suitcase-2 .path9:before { content: "\f3cd"; margin-left: -1em; color: rgb(189, 195, 199); } .suitcase-2 .path10:before { content: "\f3ce"; margin-left: -1em; color: rgb(189, 195, 199); } .suitcase-2 .path11:before { content: "\f3cf"; margin-left: -1em; color: rgb(236, 240, 241); } .suitcase-2 .path12:before { content: "\f3d0"; margin-left: -1em; color: rgb(236, 240, 241); } .suitcase-2 .path13:before { content: "\f3d1"; margin-left: -1em; color: rgb(236, 240, 241); } .suitcase-2 .path14:before { content: "\f3d2"; margin-left: -1em; color: rgb(236, 240, 241); } .suitcase-2 .path15:before { content: "\f3d3"; margin-left: -1em; color: rgb(236, 240, 241); } .suitcase-2 .path16:before { content: "\f3d4"; margin-left: -1em; color: rgb(236, 240, 241); } .time-is-money .path1:before { content: "\f3d5"; color: rgb(245, 239, 202); } .time-is-money .path2:before { content: "\f3d6"; margin-left: -1em; color: rgb(86, 180, 111); } .time-is-money .path3:before { content: "\f3d7"; margin-left: -1em; color: rgb(86, 180, 111); } .time-is-money .path4:before { content: "\f3d8"; margin-left: -1em; color: rgb(240, 196, 27); } .time-is-money .path5:before { content: "\f3d9"; margin-left: -1em; color: rgb(128, 111, 94); } .time-is-money .path6:before { content: "\f3da"; margin-left: -1em; color: rgb(128, 111, 94); } .time-is-money .path7:before { content: "\f3db"; margin-left: -1em; color: rgb(128, 111, 94); } .time-is-money .path8:before { content: "\f3dc"; margin-left: -1em; color: rgb(128, 111, 94); } .time-is-money .path9:before { content: "\f3dd"; margin-left: -1em; color: rgb(128, 111, 94); } .time-is-money .path10:before { content: "\f3de"; margin-left: -1em; color: rgb(128, 111, 94); } .time-is-money .path11:before { content: "\f3df"; margin-left: -1em; color: rgb(128, 111, 94); } .time-passing .path1:before { content: "\f3e0"; color: rgb(85, 97, 128); } .time-passing .path2:before { content: "\f3e1"; margin-left: -1em; color: rgb(255, 255, 255); } .time-passing .path3:before { content: "\f3e2"; margin-left: -1em; color: rgb(255, 255, 255); } .time-passing .path4:before { content: "\f3e3"; margin-left: -1em; color: rgb(255, 255, 255); } .time-passing .path5:before { content: "\f3e4"; margin-left: -1em; color: rgb(255, 255, 255); } .time-passing .path6:before { content: "\f3e5"; margin-left: -1em; color: rgb(255, 255, 255); } .time-passing .path7:before { content: "\f3e6"; margin-left: -1em; color: rgb(255, 255, 255); } .time-passing .path8:before { content: "\f3e7"; margin-left: -1em; color: rgb(255, 255, 255); } .time-passing .path9:before { content: "\f3e8"; margin-left: -1em; color: rgb(216, 99, 95); } .time-passing .path10:before { content: "\f3e9"; margin-left: -1em; color: rgb(216, 99, 95); } .time-passing .path11:before { content: "\f3ea"; margin-left: -1em; color: rgb(216, 99, 95); } .wallet .path1:before { content: "\f3eb"; color: rgb(68, 49, 42); } .wallet .path2:before { content: "\f3ec"; margin-left: -1em; color: rgb(189, 195, 199); } .wallet .path3:before { content: "\f3ed"; margin-left: -1em; color: rgb(99, 73, 62); } .wallet .path4:before { content: "\f3ee"; margin-left: -1em; color: rgb(99, 73, 62); } .wallet .path5:before { content: "\f3ef"; margin-left: -1em; color: rgb(125, 95, 79); } .wallet .path6:before { content: "\f3f0"; margin-left: -1em; color: rgb(147, 118, 105); } .wallet .path7:before { content: "\f3f1"; margin-left: -1em; color: rgb(147, 118, 105); } .wallet .path8:before { content: "\f3f2"; margin-left: -1em; color: rgb(147, 118, 105); } .wallet .path9:before { content: "\f3f3"; margin-left: -1em; color: rgb(147, 118, 105); } .wallet .path10:before { content: "\f3f4"; margin-left: -1em; color: rgb(147, 118, 105); } .wallet .path11:before { content: "\f3f5"; margin-left: -1em; color: rgb(147, 118, 105); } .wallet .path12:before { content: "\f3f6"; margin-left: -1em; color: rgb(147, 118, 105); } .wallet .path13:before { content: "\f3f7"; margin-left: -1em; color: rgb(147, 118, 105); } .wallet .path14:before { content: "\f3f8"; margin-left: -1em; color: rgb(147, 118, 105); } .wallet .path15:before { content: "\f3f9"; margin-left: -1em; color: rgb(147, 118, 105); } .wallet .path16:before { content: "\f3fa"; margin-left: -1em; color: rgb(147, 118, 105); } .wallet .path17:before { content: "\f3fb"; margin-left: -1em; color: rgb(255, 255, 255); } .wallet-1 .path1:before { content: "\f3fc"; color: rgb(94, 49, 24); } .wallet-1 .path2:before { content: "\f3fd"; margin-left: -1em; color: rgb(94, 49, 24); } .wallet-1 .path3:before { content: "\f3fe"; margin-left: -1em; color: rgb(119, 68, 43); } .wallet-1 .path4:before { content: "\f3ff"; margin-left: -1em; color: rgb(119, 68, 43); } .wallet-1 .path5:before { content: "\f400"; margin-left: -1em; color: rgb(119, 68, 43); } .wallet-1 .path6:before { content: "\f401"; margin-left: -1em; color: rgb(119, 68, 43); } .wallet-1 .path7:before { content: "\f402"; margin-left: -1em; color: rgb(119, 68, 43); } .wallet-1 .path8:before { content: "\f403"; margin-left: -1em; color: rgb(234, 234, 214); } .wallet-1 .path9:before { content: "\f404"; margin-left: -1em; color: rgb(191, 189, 163); } .wallet-1 .path10:before { content: "\f405"; margin-left: -1em; color: rgb(109, 140, 96); } .wallet-1 .path11:before { content: "\f406"; margin-left: -1em; color: rgb(119, 68, 43); } .wallet-1 .path12:before { content: "\f407"; margin-left: -1em; color: rgb(145, 85, 61); } .wallet-1 .path13:before { content: "\f408"; margin-left: -1em; color: rgb(145, 85, 61); } .wallet-1 .path14:before { content: "\f409"; margin-left: -1em; color: rgb(109, 61, 37); } .wallet-1 .path15:before { content: "\f40a"; margin-left: -1em; color: rgb(94, 49, 24); } .wallet-1 .path16:before { content: "\f40b"; margin-left: -1em; color: rgb(228, 192, 92); } .wallet-2 .path1:before { content: "\f40c"; color: rgb(234, 234, 214); } .wallet-2 .path2:before { content: "\f40d"; margin-left: -1em; color: rgb(191, 189, 163); } .wallet-2 .path3:before { content: "\f40e"; margin-left: -1em; color: rgb(189, 195, 199); } .wallet-2 .path4:before { content: "\f40f"; margin-left: -1em; color: rgb(109, 140, 96); } .wallet-2 .path5:before { content: "\f410"; margin-left: -1em; color: rgb(109, 140, 96); } .wallet-2 .path6:before { content: "\f411"; margin-left: -1em; color: rgb(86, 112, 74); } .wallet-2 .path7:before { content: "\f412"; margin-left: -1em; color: rgb(201, 200, 179); } .wallet-2 .path8:before { content: "\f413"; margin-left: -1em; color: rgb(109, 140, 96); } .wallet-2 .path9:before { content: "\f414"; margin-left: -1em; color: rgb(109, 140, 96); } .wallet-2 .path10:before { content: "\f415"; margin-left: -1em; color: rgb(209, 212, 209); } .wallet-2 .path11:before { content: "\f416"; margin-left: -1em; color: rgb(236, 240, 241); } .wallet-2 .path12:before { content: "\f417"; margin-left: -1em; color: rgb(201, 200, 179); } .yen .path1:before { content: "\f418"; color: rgb(252, 214, 189); } .yen .path2:before { content: "\f419"; margin-left: -1em; color: rgb(244, 179, 137); } .yen .path3:before { content: "\f41a"; margin-left: -1em; color: rgb(223, 144, 97); } .yen .path4:before { content: "\f41b"; margin-left: -1em; color: rgb(223, 144, 97); } .yen .path5:before { content: "\f41c"; margin-left: -1em; color: rgb(223, 144, 97); } .yen .path6:before { content: "\f41d"; margin-left: -1em; color: rgb(223, 144, 97); } .yen .path7:before { content: "\f41e"; margin-left: -1em; color: rgb(223, 144, 97); } .yen .path8:before { content: "\f41f"; margin-left: -1em; color: rgb(223, 144, 97); } .yen .path9:before { content: "\f420"; margin-left: -1em; color: rgb(223, 144, 97); } .yen .path10:before { content: "\f421"; margin-left: -1em; color: rgb(223, 144, 97); } .yen .path11:before { content: "\f422"; margin-left: -1em; color: rgb(223, 144, 97); } .yen .path12:before { content: "\f423"; margin-left: -1em; color: rgb(240, 174, 132); } .yen .path13:before { content: "\f424"; margin-left: -1em; color: rgb(223, 144, 97); } .yen .path14:before { content: "\f425"; margin-left: -1em; color: rgb(223, 144, 97); }
web/css/business.css
@font-face { font-family: 'Business'; src: url('../fonts/Business.ttf?rjfyih') format('truetype'), url('../fonts/Business.woff?rjfyih') format('woff'), url('../fonts/Business.svg?rjfyih#Business') format('svg'); font-weight: normal; font-style: normal; } .business { /* use !important to prevent issues with browser extensions that change fonts */ font-family: 'Business' , "Courier New", Courier, monospace !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; } .atm .path1:before { content: "\e900"; color: rgb(85, 96, 128); } .atm .path2:before { content: "\e901"; margin-left: -1em; color: rgb(44, 47, 56); } .atm .path3:before { content: "\e902"; margin-left: -1em; color: rgb(236, 240, 241); } .atm .path4:before { content: "\e903"; margin-left: -1em; color: rgb(189, 195, 199); } .atm .path5:before { content: "\e904"; margin-left: -1em; color: rgb(232, 232, 211); } .atm .path6:before { content: "\e905"; margin-left: -1em; color: rgb(109, 140, 96); } .atm .path7:before { content: "\e906"; margin-left: -1em; color: rgb(109, 140, 96); } .atm .path8:before { content: "\e907"; margin-left: -1em; color: rgb(232, 232, 211); } .atm .path9:before { content: "\e908"; margin-left: -1em; color: rgb(232, 232, 211); } .atm .path10:before { content: "\e909"; margin-left: -1em; color: rgb(232, 232, 211); } .atm .path11:before { content: "\e90a"; margin-left: -1em; color: rgb(232, 232, 211); } .atm .path12:before { content: "\e90b"; margin-left: -1em; color: rgb(232, 232, 211); } .atm .path13:before { content: "\e90c"; margin-left: -1em; color: rgb(232, 232, 211); } .atm .path14:before { content: "\e90d"; margin-left: -1em; color: rgb(232, 232, 211); } .atm .path15:before { content: "\e90e"; margin-left: -1em; color: rgb(232, 232, 211); } .atm .path16:before { content: "\e90f"; margin-left: -1em; color: rgb(181, 179, 154); } .atm .path17:before { content: "\e910"; margin-left: -1em; color: rgb(181, 179, 154); } .atm .path18:before { content: "\e911"; margin-left: -1em; color: rgb(58, 76, 49); } .atm .path19:before { content: "\e912"; margin-left: -1em; color: rgb(58, 76, 49); } .atm .path20:before { content: "\e913"; margin-left: -1em; color: rgb(58, 76, 49); } .atm .path21:before { content: "\e914"; margin-left: -1em; color: rgb(181, 179, 154); } .atm .path22:before { content: "\e915"; margin-left: -1em; color: rgb(206, 205, 178); } .atm .path23:before { content: "\e916"; margin-left: -1em; color: rgb(181, 179, 154); } .atm .path24:before { content: "\e917"; margin-left: -1em; color: rgb(109, 140, 96); } .atm .path25:before { content: "\e918"; margin-left: -1em; color: rgb(109, 140, 96); } .atm .path26:before { content: "\e919"; margin-left: -1em; color: rgb(81, 107, 69); } .atm .path27:before { content: "\e91a"; margin-left: -1em; color: rgb(58, 76, 49); } .atm .path28:before { content: "\e91b"; margin-left: -1em; color: rgb(81, 107, 69); } .atm .path29:before { content: "\e91c"; margin-left: -1em; color: rgb(58, 76, 49); } .atm-1 .path1:before { content: "\e91d"; color: rgb(136, 192, 87); } .atm-1 .path2:before { content: "\e91e"; margin-left: -1em; color: rgb(136, 192, 87); } .atm-1 .path3:before { content: "\e91f"; margin-left: -1em; color: rgb(136, 192, 87); } .atm-1 .path4:before { content: "\e920"; margin-left: -1em; color: rgb(44, 47, 56); } .atm-1 .path5:before { content: "\e921"; margin-left: -1em; color: rgb(214, 163, 95); } .atm-1 .path6:before { content: "\e922"; margin-left: -1em; color: rgb(236, 240, 241); } .atm-1 .path7:before { content: "\e923"; margin-left: -1em; color: rgb(236, 240, 241); } .atm-1 .path8:before { content: "\e924"; margin-left: -1em; color: rgb(236, 240, 241); } .atm-1 .path9:before { content: "\e925"; margin-left: -1em; color: rgb(173, 128, 73); } .atm-1 .path10:before { content: "\e926"; margin-left: -1em; color: rgb(173, 128, 73); } .atm-1 .path11:before { content: "\e927"; margin-left: -1em; color: rgb(173, 128, 73); } .atm-1 .path12:before { content: "\e928"; margin-left: -1em; color: rgb(173, 128, 73); } .atm-1 .path13:before { content: "\e929"; margin-left: -1em; color: rgb(173, 128, 73); } .atm-1 .path14:before { content: "\e92a"; margin-left: -1em; color: rgb(173, 128, 73); } .atm-1 .path15:before { content: "\e92b"; margin-left: -1em; color: rgb(173, 128, 73); } .atm-1 .path16:before { content: "\e92c"; margin-left: -1em; color: rgb(236, 240, 241); } .atm-1 .path17:before { content: "\e92d"; margin-left: -1em; color: rgb(240, 196, 25); } .atm-1 .path18:before { content: "\e92e"; margin-left: -1em; color: rgb(243, 213, 91); } .atm-1 .path19:before { content: "\e92f"; margin-left: -1em; color: rgb(240, 196, 25); } .atm-1 .path20:before { content: "\e930"; margin-left: -1em; color: rgb(243, 213, 91); } .atm-1 .path21:before { content: "\e931"; margin-left: -1em; color: rgb(243, 213, 91); } .atm-1 .path22:before { content: "\e932"; margin-left: -1em; color: rgb(243, 213, 91); } .atm-1 .path23:before { content: "\e933"; margin-left: -1em; color: rgb(243, 213, 91); } .atm-2 .path1:before { content: "\e934"; color: rgb(44, 47, 56); } .atm-2 .path2:before { content: "\e935"; margin-left: -1em; color: rgb(214, 163, 95); } .atm-2 .path3:before { content: "\e936"; margin-left: -1em; color: rgb(236, 240, 241); } .atm-2 .path4:before { content: "\e937"; margin-left: -1em; color: rgb(236, 240, 241); } .atm-2 .path5:before { content: "\e938"; margin-left: -1em; color: rgb(236, 240, 241); } .atm-2 .path6:before { content: "\e939"; margin-left: -1em; color: rgb(173, 128, 73); } .atm-2 .path7:before { content: "\e93a"; margin-left: -1em; color: rgb(173, 128, 73); } .atm-2 .path8:before { content: "\e93b"; margin-left: -1em; color: rgb(173, 128, 73); } .atm-2 .path9:before { content: "\e93c"; margin-left: -1em; color: rgb(173, 128, 73); } .atm-2 .path10:before { content: "\e93d"; margin-left: -1em; color: rgb(173, 128, 73); } .atm-2 .path11:before { content: "\e93e"; margin-left: -1em; color: rgb(173, 128, 73); } .atm-2 .path12:before { content: "\e93f"; margin-left: -1em; color: rgb(173, 128, 73); } .atm-2 .path13:before { content: "\e940"; margin-left: -1em; color: rgb(236, 240, 241); } .atm-2 .path14:before { content: "\e941"; margin-left: -1em; color: rgb(240, 196, 25); } .atm-2 .path15:before { content: "\e942"; margin-left: -1em; color: rgb(243, 213, 91); } .atm-2 .path16:before { content: "\e943"; margin-left: -1em; color: rgb(237, 113, 97); } .atm-2 .path17:before { content: "\e944"; margin-left: -1em; color: rgb(237, 113, 97); } .atm-2 .path18:before { content: "\e945"; margin-left: -1em; color: rgb(237, 113, 97); } .atm-2 .path19:before { content: "\e946"; margin-left: -1em; color: rgb(240, 196, 25); } .atm-2 .path20:before { content: "\e947"; margin-left: -1em; color: rgb(243, 213, 91); } .atm-2 .path21:before { content: "\e948"; margin-left: -1em; color: rgb(243, 213, 91); } .atm-2 .path22:before { content: "\e949"; margin-left: -1em; color: rgb(243, 213, 91); } .atm-2 .path23:before { content: "\e94a"; margin-left: -1em; color: rgb(243, 213, 91); } .bag .path1:before { content: "\e94b"; color: rgb(72, 83, 109); } .bag .path2:before { content: "\e94c"; margin-left: -1em; color: rgb(85, 96, 128); } .bag .path3:before { content: "\e94d"; margin-left: -1em; color: rgb(109, 124, 160); } .bag .path4:before { content: "\e94e"; margin-left: -1em; color: rgb(61, 70, 91); } .bag .path5:before { content: "\e94f"; margin-left: -1em; color: rgb(109, 124, 160); } .bag .path6:before { content: "\e950"; margin-left: -1em; color: rgb(61, 70, 91); } .bag .path7:before { content: "\e951"; margin-left: -1em; color: rgb(61, 70, 91); } .bag .path8:before { content: "\e952"; margin-left: -1em; color: rgb(61, 70, 91); } .bag .path9:before { content: "\e953"; margin-left: -1em; color: rgb(134, 151, 203); } .bag-1 .path1:before { content: "\e954"; color: rgb(85, 96, 128); } .bag-1 .path2:before { content: "\e955"; margin-left: -1em; color: rgb(72, 83, 109); } .bag-1 .path3:before { content: "\e956"; margin-left: -1em; color: rgb(109, 124, 160); } .bag-1 .path4:before { content: "\e957"; margin-left: -1em; color: rgb(61, 70, 91); } .bag-1 .path5:before { content: "\e958"; margin-left: -1em; color: rgb(61, 70, 91); } .bag-1 .path6:before { content: "\e959"; margin-left: -1em; color: rgb(61, 70, 91); } .bag-1 .path7:before { content: "\e95a"; margin-left: -1em; color: rgb(109, 124, 160); } .bag-1 .path8:before { content: "\e95b"; margin-left: -1em; color: rgb(61, 70, 91); } .bag-1 .path9:before { content: "\e95c"; margin-left: -1em; color: rgb(134, 151, 203); } .bag-2 .path1:before { content: "\e95d"; color: rgb(240, 215, 184); } .bag-2 .path2:before { content: "\e95e"; margin-left: -1em; color: rgb(206, 182, 158); } .bag-2 .path3:before { content: "\e95f"; margin-left: -1em; color: rgb(206, 182, 158); } .bag-2 .path4:before { content: "\e960"; margin-left: -1em; color: rgb(206, 182, 158); } .bag-2 .path5:before { content: "\e961"; margin-left: -1em; color: rgb(206, 182, 158); } .bag-2 .path6:before { content: "\e962"; margin-left: -1em; color: rgb(114, 84, 58); } .bag-2 .path7:before { content: "\e963"; margin-left: -1em; color: rgb(114, 84, 58); } .bag-2 .path8:before { content: "\e964"; margin-left: -1em; color: rgb(206, 182, 158); } .bag-3 .path1:before { content: "\e965"; color: rgb(224, 198, 169); } .bag-3 .path2:before { content: "\e966"; margin-left: -1em; color: rgb(255, 236, 215); } .bag-3 .path3:before { content: "\e967"; margin-left: -1em; color: rgb(204, 178, 151); } .bag-3 .path4:before { content: "\e968"; margin-left: -1em; color: rgb(255, 236, 215); } .bag-3 .path5:before { content: "\e969"; margin-left: -1em; color: rgb(204, 178, 151); } .bag-3 .path6:before { content: "\e96a"; margin-left: -1em; color: rgb(240, 215, 184); } .bag-3 .path7:before { content: "\e96b"; margin-left: -1em; color: rgb(114, 84, 58); } .bag-3 .path8:before { content: "\e96c"; margin-left: -1em; color: rgb(114, 84, 58); } .bag-3 .path9:before { content: "\e96d"; margin-left: -1em; color: rgb(206, 182, 158); } .bag-4 .path1:before { content: "\e96e"; color: rgb(224, 198, 169); } .bag-4 .path2:before { content: "\e96f"; margin-left: -1em; color: rgb(255, 236, 215); } .bag-4 .path3:before { content: "\e970"; margin-left: -1em; color: rgb(204, 178, 151); } .bag-4 .path4:before { content: "\e971"; margin-left: -1em; color: rgb(255, 236, 215); } .bag-4 .path5:before { content: "\e972"; margin-left: -1em; color: rgb(204, 178, 151); } .bag-4 .path6:before { content: "\e973"; margin-left: -1em; color: rgb(240, 215, 184); } .bag-4 .path7:before { content: "\e974"; margin-left: -1em; color: rgb(114, 84, 58); } .bag-4 .path8:before { content: "\e975"; margin-left: -1em; color: rgb(114, 84, 58); } .bag-4 .path9:before { content: "\e976"; margin-left: -1em; color: rgb(206, 182, 158); } .bag-4 .path10:before { content: "\e977"; margin-left: -1em; color: rgb(210, 86, 39); } .bag-4 .path11:before { content: "\e978"; margin-left: -1em; color: rgb(255, 255, 255); } .bag-4 .path12:before { content: "\e979"; margin-left: -1em; color: rgb(255, 255, 255); } .bag-5 .path1:before { content: "\e97a"; color: rgb(224, 198, 169); } .bag-5 .path2:before { content: "\e97b"; margin-left: -1em; color: rgb(255, 236, 215); } .bag-5 .path3:before { content: "\e97c"; margin-left: -1em; color: rgb(204, 178, 151); } .bag-5 .path4:before { content: "\e97d"; margin-left: -1em; color: rgb(255, 236, 215); } .bag-5 .path5:before { content: "\e97e"; margin-left: -1em; color: rgb(204, 178, 151); } .bag-5 .path6:before { content: "\e97f"; margin-left: -1em; color: rgb(240, 215, 184); } .bag-5 .path7:before { content: "\e980"; margin-left: -1em; color: rgb(114, 84, 58); } .bag-5 .path8:before { content: "\e981"; margin-left: -1em; color: rgb(114, 84, 58); } .bag-5 .path9:before { content: "\e982"; margin-left: -1em; color: rgb(206, 182, 158); } .bag-5 .path10:before { content: "\e983"; margin-left: -1em; color: rgb(113, 194, 133); } .bag-5 .path11:before { content: "\e984"; margin-left: -1em; color: rgb(255, 255, 255); } .bag-5 .path12:before { content: "\e985"; margin-left: -1em; color: rgb(255, 255, 255); } .bag-5 .path13:before { content: "\e986"; margin-left: -1em; color: rgb(255, 255, 255); } .bag-6 .path1:before { content: "\e987"; color: rgb(224, 198, 169); } .bag-6 .path2:before { content: "\e988"; margin-left: -1em; color: rgb(255, 236, 215); } .bag-6 .path3:before { content: "\e989"; margin-left: -1em; color: rgb(204, 178, 151); } .bag-6 .path4:before { content: "\e98a"; margin-left: -1em; color: rgb(255, 236, 215); } .bag-6 .path5:before { content: "\e98b"; margin-left: -1em; color: rgb(204, 178, 151); } .bag-6 .path6:before { content: "\e98c"; margin-left: -1em; color: rgb(240, 215, 184); } .bag-6 .path7:before { content: "\e98d"; margin-left: -1em; color: rgb(114, 84, 58); } .bag-6 .path8:before { content: "\e98e"; margin-left: -1em; color: rgb(114, 84, 58); } .bag-6 .path9:before { content: "\e98f"; margin-left: -1em; color: rgb(206, 182, 158); } .bag-6 .path10:before { content: "\e990"; margin-left: -1em; color: rgb(237, 113, 97); } .bag-6 .path11:before { content: "\e991"; margin-left: -1em; color: rgb(255, 255, 255); } .bag-6 .path12:before { content: "\e992"; margin-left: -1em; color: rgb(255, 255, 255); } .bag-6 .path13:before { content: "\e993"; margin-left: -1em; color: rgb(255, 255, 255); } .bank .path1:before { content: "\e994"; color: rgb(189, 170, 145); } .bank .path2:before { content: "\e995"; margin-left: -1em; color: rgb(219, 205, 184); } .bank .path3:before { content: "\e996"; margin-left: -1em; color: rgb(219, 205, 184); } .bank .path4:before { content: "\e997"; margin-left: -1em; color: rgb(219, 205, 184); } .bank .path5:before { content: "\e998"; margin-left: -1em; color: rgb(219, 205, 184); } .bank .path6:before { content: "\e999"; margin-left: -1em; color: rgb(219, 205, 184); } .bank .path7:before { content: "\e99a"; margin-left: -1em; color: rgb(219, 205, 184); } .bank .path8:before { content: "\e99b"; margin-left: -1em; color: rgb(255, 242, 220); } .bank .path9:before { content: "\e99c"; margin-left: -1em; color: rgb(255, 242, 220); } .bank .path10:before { content: "\e99d"; margin-left: -1em; color: rgb(219, 205, 184); } .bank .path11:before { content: "\e99e"; margin-left: -1em; color: rgb(219, 205, 184); } .bank .path12:before { content: "\e99f"; margin-left: -1em; color: rgb(255, 242, 220); } .barbershop .path1:before { content: "\e9a0"; color: rgb(219, 205, 184); } .barbershop .path2:before { content: "\e9a1"; margin-left: -1em; color: rgb(219, 205, 184); } .barbershop .path3:before { content: "\e9a2"; margin-left: -1em; color: rgb(255, 242, 219); } .barbershop .path4:before { content: "\e9a3"; margin-left: -1em; color: rgb(241, 120, 108); } .barbershop .path5:before { content: "\e9a4"; margin-left: -1em; color: rgb(255, 252, 244); } .barbershop .path6:before { content: "\e9a5"; margin-left: -1em; color: rgb(241, 120, 108); } .barbershop .path7:before { content: "\e9a6"; margin-left: -1em; color: rgb(255, 252, 244); } .barbershop .path8:before { content: "\e9a7"; margin-left: -1em; color: rgb(241, 120, 108); } .barbershop .path9:before { content: "\e9a8"; margin-left: -1em; color: rgb(255, 252, 244); } .barbershop .path10:before { content: "\e9a9"; margin-left: -1em; color: rgb(241, 120, 108); } .barbershop .path11:before { content: "\e9aa"; margin-left: -1em; color: rgb(144, 186, 225); } .barbershop .path12:before { content: "\e9ab"; margin-left: -1em; color: rgb(127, 110, 93); } .barbershop .path13:before { content: "\e9ac"; margin-left: -1em; color: rgb(144, 186, 225); } .barbershop .path14:before { content: "\e9ad"; margin-left: -1em; color: rgb(127, 110, 93); } .barbershop .path15:before { content: "\e9ae"; margin-left: -1em; color: rgb(208, 232, 249); } .barbershop .path16:before { content: "\e9af"; margin-left: -1em; color: rgb(208, 232, 249); } .barbershop .path17:before { content: "\e9b0"; margin-left: -1em; color: rgb(208, 232, 249); } .barbershop .path18:before { content: "\e9b1"; margin-left: -1em; color: rgb(208, 232, 249); } .barbershop .path19:before { content: "\e9b2"; margin-left: -1em; color: rgb(208, 232, 249); } .barbershop .path20:before { content: "\e9b3"; margin-left: -1em; color: rgb(208, 232, 249); } .barbershop .path21:before { content: "\e9b4"; margin-left: -1em; color: rgb(255, 252, 244); } .barbershop .path22:before { content: "\e9b5"; margin-left: -1em; color: rgb(230, 76, 60); } .barbershop .path23:before { content: "\e9b6"; margin-left: -1em; color: rgb(255, 252, 244); } .barbershop .path24:before { content: "\e9b7"; margin-left: -1em; color: rgb(230, 76, 60); } .barbershop .path25:before { content: "\e9b8"; margin-left: -1em; color: rgb(80, 80, 138); } .barbershop .path26:before { content: "\e9b9"; margin-left: -1em; color: rgb(230, 76, 60); } .barcode .path1:before { content: "\e9ba"; color: rgb(240, 237, 224); } .barcode .path2:before { content: "\e9bb"; margin-left: -1em; color: rgb(85, 96, 128); } .barcode .path3:before { content: "\e9bc"; margin-left: -1em; color: rgb(85, 96, 128); } .barcode .path4:before { content: "\e9bd"; margin-left: -1em; color: rgb(85, 96, 128); } .barcode .path5:before { content: "\e9be"; margin-left: -1em; color: rgb(85, 96, 128); } .barcode .path6:before { content: "\e9bf"; margin-left: -1em; color: rgb(85, 96, 128); } .barcode .path7:before { content: "\e9c0"; margin-left: -1em; color: rgb(85, 96, 128); } .barcode .path8:before { content: "\e9c1"; margin-left: -1em; color: rgb(85, 96, 128); } .barcode .path9:before { content: "\e9c2"; margin-left: -1em; color: rgb(85, 96, 128); } .barcode .path10:before { content: "\e9c3"; margin-left: -1em; color: rgb(85, 96, 128); } .barcode .path11:before { content: "\e9c4"; margin-left: -1em; color: rgb(85, 96, 128); } .barcode .path12:before { content: "\e9c5"; margin-left: -1em; color: rgb(85, 96, 128); } .barcode .path13:before { content: "\e9c6"; margin-left: -1em; color: rgb(85, 96, 128); } .barcode .path14:before { content: "\e9c7"; margin-left: -1em; color: rgb(85, 96, 128); } .barcode .path15:before { content: "\e9c8"; margin-left: -1em; color: rgb(85, 96, 128); } .barcode .path16:before { content: "\e9c9"; margin-left: -1em; color: rgb(85, 96, 128); } .barcode .path17:before { content: "\e9ca"; margin-left: -1em; color: rgb(85, 96, 128); } .barcode .path18:before { content: "\e9cb"; margin-left: -1em; color: rgb(85, 96, 128); } .barcode .path19:before { content: "\e9cc"; margin-left: -1em; color: rgb(85, 96, 128); } .barcode .path20:before { content: "\e9cd"; margin-left: -1em; color: rgb(85, 96, 128); } .barcode .path21:before { content: "\e9ce"; margin-left: -1em; color: rgb(85, 96, 128); } .barcode .path22:before { content: "\e9cf"; margin-left: -1em; color: rgb(85, 96, 128); } .barcode .path23:before { content: "\e9d0"; margin-left: -1em; color: rgb(85, 96, 128); } .barcode .path24:before { content: "\e9d1"; margin-left: -1em; color: rgb(85, 96, 128); } .barcode .path25:before { content: "\e9d2"; margin-left: -1em; color: rgb(85, 96, 128); } .barcode .path26:before { content: "\e9d3"; margin-left: -1em; color: rgb(85, 96, 128); } .barcode .path27:before { content: "\e9d4"; margin-left: -1em; color: rgb(85, 96, 128); } .barcode .path28:before { content: "\e9d5"; margin-left: -1em; color: rgb(85, 96, 128); } .barcode .path29:before { content: "\e9d6"; margin-left: -1em; color: rgb(85, 96, 128); } .barcode-1 .path1:before { content: "\e9d7"; color: rgb(209, 212, 209); } .barcode-1 .path2:before { content: "\e9d8"; margin-left: -1em; color: rgb(209, 212, 209); } .barcode-1 .path3:before { content: "\e9d9"; margin-left: -1em; color: rgb(209, 212, 209); } .barcode-1 .path4:before { content: "\e9da"; margin-left: -1em; color: rgb(209, 212, 209); } .barcode-1 .path5:before { content: "\e9db"; margin-left: -1em; color: rgb(209, 212, 209); } .barcode-1 .path6:before { content: "\e9dc"; margin-left: -1em; color: rgb(209, 212, 209); } .barcode-1 .path7:before { content: "\e9dd"; margin-left: -1em; color: rgb(209, 212, 209); } .barcode-1 .path8:before { content: "\e9de"; margin-left: -1em; color: rgb(209, 212, 209); } .barcode-1 .path9:before { content: "\e9df"; margin-left: -1em; color: rgb(209, 212, 209); } .barcode-1 .path10:before { content: "\e9e0"; margin-left: -1em; color: rgb(209, 212, 209); } .barcode-1 .path11:before { content: "\e9e1"; margin-left: -1em; color: rgb(209, 212, 209); } .barcode-1 .path12:before { content: "\e9e2"; margin-left: -1em; color: rgb(209, 212, 209); } .barcode-1 .path13:before { content: "\e9e3"; margin-left: -1em; color: rgb(209, 212, 209); } .barcode-1 .path14:before { content: "\e9e4"; margin-left: -1em; color: rgb(209, 212, 209); } .barcode-1 .path15:before { content: "\e9e5"; margin-left: -1em; color: rgb(209, 212, 209); } .barcode-1 .path16:before { content: "\e9e6"; margin-left: -1em; color: rgb(209, 212, 209); } .barcode-1 .path17:before { content: "\e9e7"; margin-left: -1em; color: rgb(209, 212, 209); } .barcode-1 .path18:before { content: "\e9e8"; margin-left: -1em; color: rgb(209, 212, 209); } .barcode-1 .path19:before { content: "\e9e9"; margin-left: -1em; color: rgb(209, 212, 209); } .barcode-1 .path20:before { content: "\e9ea"; margin-left: -1em; color: rgb(209, 212, 209); } .barcode-1 .path21:before { content: "\e9eb"; margin-left: -1em; color: rgb(209, 212, 209); } .barcode-1 .path22:before { content: "\e9ec"; margin-left: -1em; color: rgb(209, 212, 209); } .barcode-1 .path23:before { content: "\e9ed"; margin-left: -1em; color: rgb(209, 212, 209); } .barcode-1 .path24:before { content: "\e9ee"; margin-left: -1em; color: rgb(209, 212, 209); } .barcode-1 .path25:before { content: "\e9ef"; margin-left: -1em; color: rgb(209, 212, 209); } .barcode-1 .path26:before { content: "\e9f0"; margin-left: -1em; color: rgb(209, 212, 209); } .barcode-1 .path27:before { content: "\e9f1"; margin-left: -1em; color: rgb(209, 212, 209); } .barcode-1 .path28:before { content: "\e9f2"; margin-left: -1em; color: rgb(209, 212, 209); } .barcode-1 .path29:before { content: "\e9f3"; margin-left: -1em; color: rgb(209, 212, 209); } .barcode-1 .path30:before { content: "\e9f4"; margin-left: -1em; color: rgb(209, 212, 209); } .barcode-1 .path31:before { content: "\e9f5"; margin-left: -1em; color: rgb(209, 212, 209); } .barcode-1 .path32:before { content: "\e9f6"; margin-left: -1em; color: rgb(209, 212, 209); } .barcode-1 .path33:before { content: "\e9f7"; margin-left: -1em; color: rgb(209, 212, 209); } .barcode-1 .path34:before { content: "\e9f8"; margin-left: -1em; color: rgb(209, 212, 209); } .barcode-1 .path35:before { content: "\e9f9"; margin-left: -1em; color: rgb(209, 212, 209); } .barcode-1 .path36:before { content: "\e9fa"; margin-left: -1em; color: rgb(209, 212, 209); } .barcode-1 .path37:before { content: "\e9fb"; margin-left: -1em; color: rgb(209, 212, 209); } .barcode-1 .path38:before { content: "\e9fc"; margin-left: -1em; color: rgb(209, 212, 209); } .barcode-1 .path39:before { content: "\e9fd"; margin-left: -1em; color: rgb(209, 212, 209); } .barcode-1 .path40:before { content: "\e9fe"; margin-left: -1em; color: rgb(209, 212, 209); } .barcode-1 .path41:before { content: "\e9ff"; margin-left: -1em; color: rgb(209, 212, 209); } .barcode-1 .path42:before { content: "\ea00"; margin-left: -1em; color: rgb(134, 151, 203); } .barcode-1 .path43:before { content: "\ea01"; margin-left: -1em; color: rgb(134, 151, 203); } .barcode-1 .path44:before { content: "\ea02"; margin-left: -1em; color: rgb(134, 151, 203); } .barcode-1 .path45:before { content: "\ea03"; margin-left: -1em; color: rgb(134, 151, 203); } .barcode-1 .path46:before { content: "\ea04"; margin-left: -1em; color: rgb(215, 90, 74); } .basket .path1:before { content: "\ea05"; color: rgb(113, 194, 133); } .basket .path2:before { content: "\ea06"; margin-left: -1em; color: rgb(36, 174, 95); } .basket .path3:before { content: "\ea07"; margin-left: -1em; color: rgb(113, 194, 133); } .basket .path4:before { content: "\ea08"; margin-left: -1em; color: rgb(164, 232, 105); } .basket .path5:before { content: "\ea09"; margin-left: -1em; color: rgb(164, 232, 105); } .basket .path6:before { content: "\ea0a"; margin-left: -1em; color: rgb(164, 232, 105); } .basket .path7:before { content: "\ea0b"; margin-left: -1em; color: rgb(164, 232, 105); } .basket .path8:before { content: "\ea0c"; margin-left: -1em; color: rgb(243, 213, 91); } .basket .path9:before { content: "\ea0d"; margin-left: -1em; color: rgb(240, 196, 25); } .basket .path10:before { content: "\ea0e"; margin-left: -1em; color: rgb(79, 186, 111); } .basket-1 .path1:before { content: "\ea0f"; color: rgb(192, 58, 43); } .basket-1 .path2:before { content: "\ea10"; margin-left: -1em; color: rgb(230, 76, 60); } .basket-1 .path3:before { content: "\ea11"; margin-left: -1em; color: rgb(85, 96, 128); } .basket-1 .path4:before { content: "\ea12"; margin-left: -1em; color: rgb(237, 113, 97); } .basket-1 .path5:before { content: "\ea13"; margin-left: -1em; color: rgb(237, 113, 97); } .basket-1 .path6:before { content: "\ea14"; margin-left: -1em; color: rgb(237, 113, 97); } .basket-1 .path7:before { content: "\ea15"; margin-left: -1em; color: rgb(237, 113, 97); } .basket-1 .path8:before { content: "\ea16"; margin-left: -1em; color: rgb(237, 113, 97); } .basket-1 .path9:before { content: "\ea17"; margin-left: -1em; color: rgb(237, 113, 97); } .basket-1 .path10:before { content: "\ea18"; margin-left: -1em; color: rgb(237, 113, 97); } .basket-1 .path11:before { content: "\ea19"; margin-left: -1em; color: rgb(237, 113, 97); } .basket-1 .path12:before { content: "\ea1a"; margin-left: -1em; color: rgb(237, 113, 97); } .basket-1 .path13:before { content: "\ea1b"; margin-left: -1em; color: rgb(237, 113, 97); } .basket-1 .path14:before { content: "\ea1c"; margin-left: -1em; color: rgb(237, 113, 97); } .basket-1 .path15:before { content: "\ea1d"; margin-left: -1em; color: rgb(237, 113, 97); } .basket-1 .path16:before { content: "\ea1e"; margin-left: -1em; color: rgb(237, 113, 97); } .basket-1 .path17:before { content: "\ea1f"; margin-left: -1em; color: rgb(237, 113, 97); } .basket-1 .path18:before { content: "\ea20"; margin-left: -1em; color: rgb(237, 113, 97); } .basket-1 .path19:before { content: "\ea21"; margin-left: -1em; color: rgb(237, 113, 97); } .basket-1 .path20:before { content: "\ea22"; margin-left: -1em; color: rgb(237, 113, 97); } .basket-1 .path21:before { content: "\ea23"; margin-left: -1em; color: rgb(237, 113, 97); } .basket-1 .path22:before { content: "\ea24"; margin-left: -1em; color: rgb(237, 113, 97); } .basket-1 .path23:before { content: "\ea25"; margin-left: -1em; color: rgb(237, 113, 97); } .basket-1 .path24:before { content: "\ea26"; margin-left: -1em; color: rgb(237, 113, 97); } .basket-1 .path25:before { content: "\ea27"; margin-left: -1em; color: rgb(237, 113, 97); } .basket-1 .path26:before { content: "\ea28"; margin-left: -1em; color: rgb(237, 113, 97); } .basket-1 .path27:before { content: "\ea29"; margin-left: -1em; color: rgb(237, 113, 97); } .basket-1 .path28:before { content: "\ea2a"; margin-left: -1em; color: rgb(85, 96, 128); } .basket-1 .path29:before { content: "\ea2b"; margin-left: -1em; color: rgb(243, 213, 91); } .basket-1 .path30:before { content: "\ea2c"; margin-left: -1em; color: rgb(243, 213, 91); } .basket-2 .path1:before { content: "\ea2d"; color: rgb(134, 151, 203); } .basket-2 .path2:before { content: "\ea2e"; margin-left: -1em; color: rgb(85, 96, 128); } .basket-2 .path3:before { content: "\ea2f"; margin-left: -1em; color: rgb(85, 96, 128); } .basket-2 .path4:before { content: "\ea30"; margin-left: -1em; color: rgb(85, 96, 128); } .basket-2 .path5:before { content: "\ea31"; margin-left: -1em; color: rgb(134, 151, 203); } .basket-2 .path6:before { content: "\ea32"; margin-left: -1em; color: rgb(134, 151, 203); } .basket-2 .path7:before { content: "\ea33"; margin-left: -1em; color: rgb(134, 151, 203); } .basket-2 .path8:before { content: "\ea34"; margin-left: -1em; color: rgb(134, 151, 203); } .basket-2 .path9:before { content: "\ea35"; margin-left: -1em; color: rgb(134, 151, 203); } .basket-2 .path10:before { content: "\ea36"; margin-left: -1em; color: rgb(134, 151, 203); } .basket-2 .path11:before { content: "\ea37"; margin-left: -1em; color: rgb(134, 151, 203); } .basket-2 .path12:before { content: "\ea38"; margin-left: -1em; color: rgb(134, 151, 203); } .basket-2 .path13:before { content: "\ea39"; margin-left: -1em; color: rgb(134, 151, 203); } .basket-2 .path14:before { content: "\ea3a"; margin-left: -1em; color: rgb(134, 151, 203); } .basket-2 .path15:before { content: "\ea3b"; margin-left: -1em; color: rgb(134, 151, 203); } .basket-2 .path16:before { content: "\ea3c"; margin-left: -1em; color: rgb(134, 151, 203); } .basket-2 .path17:before { content: "\ea3d"; margin-left: -1em; color: rgb(134, 151, 203); } .basket-2 .path18:before { content: "\ea3e"; margin-left: -1em; color: rgb(134, 151, 203); } .basket-2 .path19:before { content: "\ea3f"; margin-left: -1em; color: rgb(134, 151, 203); } .basket-2 .path20:before { content: "\ea40"; margin-left: -1em; color: rgb(134, 151, 203); } .basket-2 .path21:before { content: "\ea41"; margin-left: -1em; color: rgb(134, 151, 203); } .basket-2 .path22:before { content: "\ea42"; margin-left: -1em; color: rgb(134, 151, 203); } .basket-2 .path23:before { content: "\ea43"; margin-left: -1em; color: rgb(134, 151, 203); } .basket-2 .path24:before { content: "\ea44"; margin-left: -1em; color: rgb(134, 151, 203); } .basket-2 .path25:before { content: "\ea45"; margin-left: -1em; color: rgb(134, 151, 203); } .basket-2 .path26:before { content: "\ea46"; margin-left: -1em; color: rgb(134, 151, 203); } .basket-2 .path27:before { content: "\ea47"; margin-left: -1em; color: rgb(134, 151, 203); } .basket-2 .path28:before { content: "\ea48"; margin-left: -1em; color: rgb(134, 151, 203); } .basket-2 .path29:before { content: "\ea49"; margin-left: -1em; color: rgb(134, 151, 203); } .basket-2 .path30:before { content: "\ea4a"; margin-left: -1em; color: rgb(134, 151, 203); } .basket-2 .path31:before { content: "\ea4b"; margin-left: -1em; color: rgb(134, 151, 203); } .basket-2 .path32:before { content: "\ea4c"; margin-left: -1em; color: rgb(134, 151, 203); } .basket-2 .path33:before { content: "\ea4d"; margin-left: -1em; color: rgb(134, 151, 203); } .basket-2 .path34:before { content: "\ea4e"; margin-left: -1em; color: rgb(134, 151, 203); } .basket-2 .path35:before { content: "\ea4f"; margin-left: -1em; color: rgb(134, 151, 203); } .basket-2 .path36:before { content: "\ea50"; margin-left: -1em; color: rgb(134, 151, 203); } .basket-2 .path37:before { content: "\ea51"; margin-left: -1em; color: rgb(134, 151, 203); } .basket-2 .path38:before { content: "\ea52"; margin-left: -1em; color: rgb(134, 151, 203); } .basket-2 .path39:before { content: "\ea53"; margin-left: -1em; color: rgb(134, 151, 203); } .basket-2 .path40:before { content: "\ea54"; margin-left: -1em; color: rgb(134, 151, 203); } .basket-2 .path41:before { content: "\ea55"; margin-left: -1em; color: rgb(134, 151, 203); } .basket-2 .path42:before { content: "\ea56"; margin-left: -1em; color: rgb(134, 151, 203); } .basket-2 .path43:before { content: "\ea57"; margin-left: -1em; color: rgb(134, 151, 203); } .basket-2 .path44:before { content: "\ea58"; margin-left: -1em; color: rgb(134, 151, 203); } .basket-2 .path45:before { content: "\ea59"; margin-left: -1em; color: rgb(134, 151, 203); } .basket-2 .path46:before { content: "\ea5a"; margin-left: -1em; color: rgb(134, 151, 203); } .basket-2 .path47:before { content: "\ea5b"; margin-left: -1em; color: rgb(134, 151, 203); } .basket-2 .path48:before { content: "\ea5c"; margin-left: -1em; color: rgb(134, 151, 203); } .basket-2 .path49:before { content: "\ea5d"; margin-left: -1em; color: rgb(134, 151, 203); } .basket-2 .path50:before { content: "\ea5e"; margin-left: -1em; color: rgb(134, 151, 203); } .basket-2 .path51:before { content: "\ea5f"; margin-left: -1em; color: rgb(134, 151, 203); } .basket-2 .path52:before { content: "\ea60"; margin-left: -1em; color: rgb(134, 151, 203); } .basket-2 .path53:before { content: "\ea61"; margin-left: -1em; color: rgb(134, 151, 203); } .basket-2 .path54:before { content: "\ea62"; margin-left: -1em; color: rgb(134, 151, 203); } .basket-2 .path55:before { content: "\ea63"; margin-left: -1em; color: rgb(134, 151, 203); } .basket-2 .path56:before { content: "\ea64"; margin-left: -1em; color: rgb(134, 151, 203); } .basket-2 .path57:before { content: "\ea65"; margin-left: -1em; color: rgb(134, 151, 203); } .basket-2 .path58:before { content: "\ea66"; margin-left: -1em; color: rgb(134, 151, 203); } .basket-2 .path59:before { content: "\ea67"; margin-left: -1em; color: rgb(134, 151, 203); } .basket-2 .path60:before { content: "\ea68"; margin-left: -1em; color: rgb(134, 151, 203); } .basket-2 .path61:before { content: "\ea69"; margin-left: -1em; color: rgb(134, 151, 203); } .basket-2 .path62:before { content: "\ea6a"; margin-left: -1em; color: rgb(134, 151, 203); } .basket-2 .path63:before { content: "\ea6b"; margin-left: -1em; color: rgb(134, 151, 203); } .basket-2 .path64:before { content: "\ea6c"; margin-left: -1em; color: rgb(134, 151, 203); } .basket-2 .path65:before { content: "\ea6d"; margin-left: -1em; color: rgb(134, 151, 203); } .basket-2 .path66:before { content: "\ea6e"; margin-left: -1em; color: rgb(134, 151, 203); } .basket-2 .path67:before { content: "\ea6f"; margin-left: -1em; color: rgb(134, 151, 203); } .basket-2 .path68:before { content: "\ea70"; margin-left: -1em; color: rgb(134, 151, 203); } .basket-2 .path69:before { content: "\ea71"; margin-left: -1em; color: rgb(134, 151, 203); } .basket-2 .path70:before { content: "\ea72"; margin-left: -1em; color: rgb(134, 151, 203); } .basket-2 .path71:before { content: "\ea73"; margin-left: -1em; color: rgb(134, 151, 203); } .basket-2 .path72:before { content: "\ea74"; margin-left: -1em; color: rgb(134, 151, 203); } .basket-2 .path73:before { content: "\ea75"; margin-left: -1em; color: rgb(134, 151, 203); } .basket-2 .path74:before { content: "\ea76"; margin-left: -1em; color: rgb(134, 151, 203); } .basket-2 .path75:before { content: "\ea77"; margin-left: -1em; color: rgb(134, 151, 203); } .basket-2 .path76:before { content: "\ea78"; margin-left: -1em; color: rgb(134, 151, 203); } .basket-2 .path77:before { content: "\ea79"; margin-left: -1em; color: rgb(134, 151, 203); } .basket-2 .path78:before { content: "\ea7a"; margin-left: -1em; color: rgb(134, 151, 203); } .basket-2 .path79:before { content: "\ea7b"; margin-left: -1em; color: rgb(134, 151, 203); } .basket-2 .path80:before { content: "\ea7c"; margin-left: -1em; color: rgb(134, 151, 203); } .basket-2 .path81:before { content: "\ea7d"; margin-left: -1em; color: rgb(134, 151, 203); } .basket-2 .path82:before { content: "\ea7e"; margin-left: -1em; color: rgb(134, 151, 203); } .basket-2 .path83:before { content: "\ea7f"; margin-left: -1em; color: rgb(134, 151, 203); } .basket-2 .path84:before { content: "\ea80"; margin-left: -1em; color: rgb(134, 151, 203); } .basket-2 .path85:before { content: "\ea81"; margin-left: -1em; color: rgb(134, 151, 203); } .basket-2 .path86:before { content: "\ea82"; margin-left: -1em; color: rgb(134, 151, 203); } .basket-2 .path87:before { content: "\ea83"; margin-left: -1em; color: rgb(134, 151, 203); } .basket-2 .path88:before { content: "\ea84"; margin-left: -1em; color: rgb(134, 151, 203); } .basket-2 .path89:before { content: "\ea85"; margin-left: -1em; color: rgb(134, 151, 203); } .basket-2 .path90:before { content: "\ea86"; margin-left: -1em; color: rgb(240, 196, 25); } .box .path1:before { content: "\ea87"; color: rgb(169, 130, 88); } .box .path2:before { content: "\ea88"; margin-left: -1em; color: rgb(218, 174, 134); } .box .path3:before { content: "\ea89"; margin-left: -1em; color: rgb(216, 177, 139); } .box .path4:before { content: "\ea8a"; margin-left: -1em; color: rgb(232, 213, 178); } .box .path5:before { content: "\ea8b"; margin-left: -1em; color: rgb(212, 195, 165); } .box .path6:before { content: "\ea8c"; margin-left: -1em; color: rgb(212, 195, 165); } .box .path7:before { content: "\ea8d"; margin-left: -1em; color: rgb(212, 195, 165); } .box .path8:before { content: "\ea8e"; margin-left: -1em; color: rgb(212, 195, 165); } .box .path9:before { content: "\ea8f"; margin-left: -1em; color: rgb(212, 195, 165); } .box .path10:before { content: "\ea90"; margin-left: -1em; color: rgb(212, 195, 165); } .box .path11:before { content: "\ea91"; margin-left: -1em; color: rgb(212, 195, 165); } .box .path12:before { content: "\ea92"; margin-left: -1em; color: rgb(244, 213, 189); } .box .path13:before { content: "\ea93"; margin-left: -1em; color: rgb(216, 177, 139); } .box-1 .path1:before { content: "\ea94"; color: rgb(169, 130, 88); } .box-1 .path2:before { content: "\ea95"; margin-left: -1em; color: rgb(218, 174, 134); } .box-1 .path3:before { content: "\ea96"; margin-left: -1em; color: rgb(216, 177, 139); } .box-1 .path4:before { content: "\ea97"; margin-left: -1em; color: rgb(244, 213, 189); } .box-1 .path5:before { content: "\ea98"; margin-left: -1em; color: rgb(216, 177, 139); } .box-2 .path1:before { content: "\ea99"; color: rgb(169, 130, 88); } .box-2 .path2:before { content: "\ea9a"; margin-left: -1em; color: rgb(91, 70, 49); } .box-2 .path3:before { content: "\ea9b"; margin-left: -1em; color: rgb(232, 213, 178); } .box-2 .path4:before { content: "\ea9c"; margin-left: -1em; color: rgb(232, 213, 178); } .box-2 .path5:before { content: "\ea9d"; margin-left: -1em; color: rgb(232, 213, 178); } .box-2 .path6:before { content: "\ea9e"; margin-left: -1em; color: rgb(218, 174, 134); } .box-2 .path7:before { content: "\ea9f"; margin-left: -1em; color: rgb(244, 213, 189); } .box-3 .path1:before { content: "\eaa0"; color: rgb(0, 150, 230); } .box-3 .path2:before { content: "\eaa1"; margin-left: -1em; color: rgb(169, 130, 88); } .box-3 .path3:before { content: "\eaa2"; margin-left: -1em; color: rgb(218, 174, 134); } .box-3 .path4:before { content: "\eaa3"; margin-left: -1em; color: rgb(244, 213, 189); } .box-3 .path5:before { content: "\eaa4"; margin-left: -1em; color: rgb(216, 177, 139); } .briefcase .path1:before { content: "\eaa5"; color: rgb(134, 87, 63); } .briefcase .path2:before { content: "\eaa6"; margin-left: -1em; color: rgb(160, 102, 70); } .briefcase .path3:before { content: "\eaa7"; margin-left: -1em; color: rgb(160, 102, 70); } .briefcase .path4:before { content: "\eaa8"; margin-left: -1em; color: rgb(203, 178, 146); } .briefcase .path5:before { content: "\eaa9"; margin-left: -1em; color: rgb(203, 178, 146); } .briefcase .path6:before { content: "\eaaa"; margin-left: -1em; color: rgb(214, 218, 219); } .briefcase .path7:before { content: "\eaab"; margin-left: -1em; color: rgb(214, 218, 219); } .briefcase .path8:before { content: "\eaac"; margin-left: -1em; color: rgb(123, 103, 95); } .briefcase .path9:before { content: "\eaad"; margin-left: -1em; color: rgb(203, 178, 146); } .briefcase .path10:before { content: "\eaae"; margin-left: -1em; color: rgb(88, 55, 40); } .briefcase .path11:before { content: "\eaaf"; margin-left: -1em; color: rgb(88, 55, 40); } .briefcase .path12:before { content: "\eab0"; margin-left: -1em; color: rgb(88, 55, 40); } .briefcase .path13:before { content: "\eab1"; margin-left: -1em; color: rgb(75, 48, 33); } .briefcase .path14:before { content: "\eab2"; margin-left: -1em; color: rgb(75, 48, 33); } .briefcase .path15:before { content: "\eab3"; margin-left: -1em; color: rgb(75, 48, 33); } .briefcase .path16:before { content: "\eab4"; margin-left: -1em; color: rgb(75, 48, 33); } .briefcase .path17:before { content: "\eab5"; margin-left: -1em; color: rgb(88, 55, 40); } .briefcase .path18:before { content: "\eab6"; margin-left: -1em; color: rgb(203, 178, 146); } .briefcase .path19:before { content: "\eab7"; margin-left: -1em; color: rgb(203, 178, 146); } .briefcase .path20:before { content: "\eab8"; margin-left: -1em; color: rgb(203, 178, 146); } .briefcase .path21:before { content: "\eab9"; margin-left: -1em; color: rgb(203, 178, 146); } .briefcase-1 .path1:before { content: "\eaba"; color: rgb(206, 153, 101); } .briefcase-1 .path2:before { content: "\eabb"; margin-left: -1em; color: rgb(152, 108, 72); } .briefcase-1 .path3:before { content: "\eabc"; margin-left: -1em; color: rgb(255, 209, 108); } .briefcase-1 .path4:before { content: "\eabd"; margin-left: -1em; color: rgb(255, 209, 108); } .briefcase-1 .path5:before { content: "\eabe"; margin-left: -1em; color: rgb(96, 69, 48); } .briefcase-1 .path6:before { content: "\eabf"; margin-left: -1em; color: rgb(255, 209, 108); } .briefcase-1 .path7:before { content: "\eac0"; margin-left: -1em; color: rgb(96, 69, 48); } .briefcase-1 .path8:before { content: "\eac1"; margin-left: -1em; color: rgb(96, 69, 48); } .briefcase-1 .path9:before { content: "\eac2"; margin-left: -1em; color: rgb(255, 209, 108); } .briefcase-1 .path10:before { content: "\eac3"; margin-left: -1em; color: rgb(96, 69, 48); } .briefcase-1 .path11:before { content: "\eac4"; margin-left: -1em; color: rgb(203, 178, 146); } .calculator .path1:before { content: "\eac5"; color: rgb(201, 201, 186); } .calculator .path2:before { content: "\eac6"; margin-left: -1em; color: rgb(152, 165, 168); } .calculator .path3:before { content: "\eac7"; margin-left: -1em; color: rgb(242, 156, 31); } .calculator .path4:before { content: "\eac8"; margin-left: -1em; color: rgb(87, 92, 85); } .calculator .path5:before { content: "\eac9"; margin-left: -1em; color: rgb(87, 92, 85); } .calculator .path6:before { content: "\eaca"; margin-left: -1em; color: rgb(87, 92, 85); } .calculator .path7:before { content: "\eacb"; margin-left: -1em; color: rgb(255, 254, 249); } .calculator .path8:before { content: "\eacc"; margin-left: -1em; color: rgb(87, 92, 85); } .calculator .path9:before { content: "\eacd"; margin-left: -1em; color: rgb(87, 92, 85); } .calculator .path10:before { content: "\eace"; margin-left: -1em; color: rgb(87, 92, 85); } .calculator .path11:before { content: "\eacf"; margin-left: -1em; color: rgb(87, 92, 85); } .calculator .path12:before { content: "\ead0"; margin-left: -1em; color: rgb(87, 92, 85); } .calculator .path13:before { content: "\ead1"; margin-left: -1em; color: rgb(87, 92, 85); } .calculator .path14:before { content: "\ead2"; margin-left: -1em; color: rgb(73, 104, 109); } .calculator .path15:before { content: "\ead3"; margin-left: -1em; color: rgb(73, 104, 109); } .cart .path1:before { content: "\ead4"; color: rgb(79, 186, 111); } .cart .path2:before { content: "\ead5"; margin-left: -1em; color: rgb(94, 95, 98); } .cart .path3:before { content: "\ead6"; margin-left: -1em; color: rgb(94, 95, 98); } .cart .path4:before { content: "\ead7"; margin-left: -1em; color: rgb(94, 95, 98); } .cart .path5:before { content: "\ead8"; margin-left: -1em; color: rgb(94, 95, 98); } .cart .path6:before { content: "\ead9"; margin-left: -1em; color: rgb(85, 96, 128); } .cart .path7:before { content: "\eada"; margin-left: -1em; color: rgb(85, 96, 128); } .cart .path8:before { content: "\eadb"; margin-left: -1em; color: rgb(94, 95, 98); } .cart-1 .path1:before { content: "\eadc"; color: rgb(165, 165, 164); } .cart-1 .path2:before { content: "\eadd"; margin-left: -1em; color: rgb(165, 165, 164); } .cart-1 .path3:before { content: "\eade"; margin-left: -1em; color: rgb(165, 165, 164); } .cart-1 .path4:before { content: "\eadf"; margin-left: -1em; color: rgb(165, 165, 164); } .cart-1 .path5:before { content: "\eae0"; margin-left: -1em; color: rgb(85, 96, 128); } .cart-1 .path6:before { content: "\eae1"; margin-left: -1em; color: rgb(85, 96, 128); } .cart-1 .path7:before { content: "\eae2"; margin-left: -1em; color: rgb(165, 165, 164); } .cart-1 .path8:before { content: "\eae3"; margin-left: -1em; color: rgb(165, 165, 164); } .cart-1 .path9:before { content: "\eae4"; margin-left: -1em; color: rgb(165, 165, 164); } .cart-1 .path10:before { content: "\eae5"; margin-left: -1em; color: rgb(165, 165, 164); } .cart-1 .path11:before { content: "\eae6"; margin-left: -1em; color: rgb(165, 165, 164); } .cart-1 .path12:before { content: "\eae7"; margin-left: -1em; color: rgb(165, 165, 164); } .cart-2 .path1:before { content: "\eae8"; color: rgb(240, 196, 25); } .cart-2 .path2:before { content: "\eae9"; margin-left: -1em; color: rgb(85, 96, 128); } .cart-2 .path3:before { content: "\eaea"; margin-left: -1em; color: rgb(85, 96, 128); } .cart-2 .path4:before { content: "\eaeb"; margin-left: -1em; color: rgb(85, 96, 128); } .cart-2 .path5:before { content: "\eaec"; margin-left: -1em; color: rgb(85, 96, 128); } .cart-2 .path6:before { content: "\eaed"; margin-left: -1em; color: rgb(76, 128, 86); } .cart-2 .path7:before { content: "\eaee"; margin-left: -1em; color: rgb(76, 128, 86); } .cart-2 .path8:before { content: "\eaef"; margin-left: -1em; color: rgb(85, 96, 128); } .cart-2 .path9:before { content: "\eaf0"; margin-left: -1em; color: rgb(85, 96, 128); } .cart-2 .path10:before { content: "\eaf1"; margin-left: -1em; color: rgb(85, 96, 128); } .cart-3 .path1:before { content: "\eaf2"; color: rgb(85, 96, 128); } .cart-3 .path2:before { content: "\eaf3"; margin-left: -1em; color: rgb(85, 96, 128); } .cart-3 .path3:before { content: "\eaf4"; margin-left: -1em; color: rgb(85, 96, 128); } .cart-3 .path4:before { content: "\eaf5"; margin-left: -1em; color: rgb(85, 96, 128); } .cart-3 .path5:before { content: "\eaf6"; margin-left: -1em; color: rgb(165, 165, 164); } .cart-3 .path6:before { content: "\eaf7"; margin-left: -1em; color: rgb(165, 165, 164); } .cart-3 .path7:before { content: "\eaf8"; margin-left: -1em; color: rgb(85, 96, 128); } .cart-3 .path8:before { content: "\eaf9"; margin-left: -1em; color: rgb(85, 96, 128); } .cart-3 .path9:before { content: "\eafa"; margin-left: -1em; color: rgb(85, 96, 128); } .cart-3 .path10:before { content: "\eafb"; margin-left: -1em; color: rgb(85, 96, 128); } .cart-3 .path11:before { content: "\eafc"; margin-left: -1em; color: rgb(85, 96, 128); } .cart-3 .path12:before { content: "\eafd"; margin-left: -1em; color: rgb(85, 96, 128); } .cart-3 .path13:before { content: "\eafe"; margin-left: -1em; color: rgb(85, 96, 128); } .cart-3 .path14:before { content: "\eaff"; margin-left: -1em; color: rgb(85, 96, 128); } .cart-3 .path15:before { content: "\eb00"; margin-left: -1em; color: rgb(85, 96, 128); } .cart-3 .path16:before { content: "\eb01"; margin-left: -1em; color: rgb(230, 76, 60); } .cart-4 .path1:before { content: "\eb02"; color: rgb(113, 194, 133); } .cart-4 .path2:before { content: "\eb03"; margin-left: -1em; color: rgb(85, 96, 128); } .cart-4 .path3:before { content: "\eb04"; margin-left: -1em; color: rgb(85, 96, 128); } .cart-4 .path4:before { content: "\eb05"; margin-left: -1em; color: rgb(85, 96, 128); } .cart-4 .path5:before { content: "\eb06"; margin-left: -1em; color: rgb(85, 96, 128); } .cart-4 .path6:before { content: "\eb07"; margin-left: -1em; color: rgb(85, 96, 128); } .cart-4 .path7:before { content: "\eb08"; margin-left: -1em; color: rgb(85, 96, 128); } .cart-4 .path8:before { content: "\eb09"; margin-left: -1em; color: rgb(85, 96, 128); } .cart-4 .path9:before { content: "\eb0a"; margin-left: -1em; color: rgb(230, 76, 60); } .cart-4 .path10:before { content: "\eb0b"; margin-left: -1em; color: rgb(164, 232, 105); } .cart-4 .path11:before { content: "\eb0c"; margin-left: -1em; color: rgb(164, 232, 105); } .cart-4 .path12:before { content: "\eb0d"; margin-left: -1em; color: rgb(164, 232, 105); } .cart-4 .path13:before { content: "\eb0e"; margin-left: -1em; color: rgb(164, 232, 105); } .cart-4 .path14:before { content: "\eb0f"; margin-left: -1em; color: rgb(164, 232, 105); } .cart-4 .path15:before { content: "\eb10"; margin-left: -1em; color: rgb(164, 232, 105); } .cart-4 .path16:before { content: "\eb11"; margin-left: -1em; color: rgb(164, 232, 105); } .cart-4 .path17:before { content: "\eb12"; margin-left: -1em; color: rgb(164, 232, 105); } .cart-4 .path18:before { content: "\eb13"; margin-left: -1em; color: rgb(164, 232, 105); } .cart-4 .path19:before { content: "\eb14"; margin-left: -1em; color: rgb(164, 232, 105); } .cart-4 .path20:before { content: "\eb15"; margin-left: -1em; color: rgb(164, 232, 105); } .cart-4 .path21:before { content: "\eb16"; margin-left: -1em; color: rgb(164, 232, 105); } .cart-4 .path22:before { content: "\eb17"; margin-left: -1em; color: rgb(164, 232, 105); } .cart-4 .path23:before { content: "\eb18"; margin-left: -1em; color: rgb(164, 232, 105); } .cart-4 .path24:before { content: "\eb19"; margin-left: -1em; color: rgb(164, 232, 105); } .cart-4 .path25:before { content: "\eb1a"; margin-left: -1em; color: rgb(164, 232, 105); } .cart-4 .path26:before { content: "\eb1b"; margin-left: -1em; color: rgb(164, 232, 105); } .cart-4 .path27:before { content: "\eb1c"; margin-left: -1em; color: rgb(164, 232, 105); } .cart-4 .path28:before { content: "\eb1d"; margin-left: -1em; color: rgb(164, 232, 105); } .cart-4 .path29:before { content: "\eb1e"; margin-left: -1em; color: rgb(164, 232, 105); } .cart-4 .path30:before { content: "\eb1f"; margin-left: -1em; color: rgb(164, 232, 105); } .cart-4 .path31:before { content: "\eb20"; margin-left: -1em; color: rgb(164, 232, 105); } .cart-4 .path32:before { content: "\eb21"; margin-left: -1em; color: rgb(164, 232, 105); } .cart-4 .path33:before { content: "\eb22"; margin-left: -1em; color: rgb(164, 232, 105); } .cart-4 .path34:before { content: "\eb23"; margin-left: -1em; color: rgb(164, 232, 105); } .cart-4 .path35:before { content: "\eb24"; margin-left: -1em; color: rgb(164, 232, 105); } .cart-4 .path36:before { content: "\eb25"; margin-left: -1em; color: rgb(164, 232, 105); } .cart-4 .path37:before { content: "\eb26"; margin-left: -1em; color: rgb(164, 232, 105); } .cart-4 .path38:before { content: "\eb27"; margin-left: -1em; color: rgb(164, 232, 105); } .cart-4 .path39:before { content: "\eb28"; margin-left: -1em; color: rgb(164, 232, 105); } .cart-4 .path40:before { content: "\eb29"; margin-left: -1em; color: rgb(164, 232, 105); } .cart-4 .path41:before { content: "\eb2a"; margin-left: -1em; color: rgb(164, 232, 105); } .cart-4 .path42:before { content: "\eb2b"; margin-left: -1em; color: rgb(164, 232, 105); } .cart-4 .path43:before { content: "\eb2c"; margin-left: -1em; color: rgb(164, 232, 105); } .cart-4 .path44:before { content: "\eb2d"; margin-left: -1em; color: rgb(164, 232, 105); } .cart-4 .path45:before { content: "\eb2e"; margin-left: -1em; color: rgb(164, 232, 105); } .cart-4 .path46:before { content: "\eb2f"; margin-left: -1em; color: rgb(164, 232, 105); } .cart-4 .path47:before { content: "\eb30"; margin-left: -1em; color: rgb(164, 232, 105); } .cart-4 .path48:before { content: "\eb31"; margin-left: -1em; color: rgb(164, 232, 105); } .cart-4 .path49:before { content: "\eb32"; margin-left: -1em; color: rgb(164, 232, 105); } .cart-4 .path50:before { content: "\eb33"; margin-left: -1em; color: rgb(164, 232, 105); } .cart-4 .path51:before { content: "\eb34"; margin-left: -1em; color: rgb(164, 232, 105); } .cart-4 .path52:before { content: "\eb35"; margin-left: -1em; color: rgb(164, 232, 105); } .cart-4 .path53:before { content: "\eb36"; margin-left: -1em; color: rgb(164, 232, 105); } .cart-4 .path54:before { content: "\eb37"; margin-left: -1em; color: rgb(164, 232, 105); } .cart-4 .path55:before { content: "\eb38"; margin-left: -1em; color: rgb(164, 232, 105); } .cart-4 .path56:before { content: "\eb39"; margin-left: -1em; color: rgb(164, 232, 105); } .cart-4 .path57:before { content: "\eb3a"; margin-left: -1em; color: rgb(164, 232, 105); } .cart-4 .path58:before { content: "\eb3b"; margin-left: -1em; color: rgb(164, 232, 105); } .cart-4 .path59:before { content: "\eb3c"; margin-left: -1em; color: rgb(164, 232, 105); } .cart-4 .path60:before { content: "\eb3d"; margin-left: -1em; color: rgb(164, 232, 105); } .cart-4 .path61:before { content: "\eb3e"; margin-left: -1em; color: rgb(164, 232, 105); } .cart-5 .path1:before { content: "\eb3f"; color: rgb(255, 255, 255); } .cart-5 .path2:before { content: "\eb40"; margin-left: -1em; color: rgb(85, 96, 128); } .cart-5 .path3:before { content: "\eb41"; margin-left: -1em; color: rgb(255, 255, 255); } .cart-5 .path4:before { content: "\eb42"; margin-left: -1em; color: rgb(85, 96, 128); } .cart-5 .path5:before { content: "\eb43"; margin-left: -1em; color: rgb(85, 96, 128); } .cart-5 .path6:before { content: "\eb44"; margin-left: -1em; color: rgb(85, 96, 128); } .cart-5 .path7:before { content: "\eb45"; margin-left: -1em; color: rgb(216, 98, 94); } .cart-5 .path8:before { content: "\eb46"; margin-left: -1em; color: rgb(85, 96, 128); } .cart-5 .path9:before { content: "\eb47"; margin-left: -1em; color: rgb(85, 96, 128); } .cart-5 .path10:before { content: "\eb48"; margin-left: -1em; color: rgb(230, 76, 60); } .cart-5 .path11:before { content: "\eb49"; margin-left: -1em; color: rgb(85, 96, 128); } .cart-6 .path1:before { content: "\eb4a"; color: rgb(240, 196, 25); } .cart-6 .path2:before { content: "\eb4b"; margin-left: -1em; color: rgb(255, 255, 255); } .cart-6 .path3:before { content: "\eb4c"; margin-left: -1em; color: rgb(85, 96, 128); } .cart-6 .path4:before { content: "\eb4d"; margin-left: -1em; color: rgb(255, 255, 255); } .cart-6 .path5:before { content: "\eb4e"; margin-left: -1em; color: rgb(85, 96, 128); } .cart-6 .path6:before { content: "\eb4f"; margin-left: -1em; color: rgb(85, 96, 128); } .cart-6 .path7:before { content: "\eb50"; margin-left: -1em; color: rgb(85, 96, 128); } .cart-6 .path8:before { content: "\eb51"; margin-left: -1em; color: rgb(85, 96, 128); } .cart-6 .path9:before { content: "\eb52"; margin-left: -1em; color: rgb(255, 255, 255); } .cart-6 .path10:before { content: "\eb53"; margin-left: -1em; color: rgb(255, 255, 255); } .cart-6 .path11:before { content: "\eb54"; margin-left: -1em; color: rgb(255, 255, 255); } .cart-6 .path12:before { content: "\eb55"; margin-left: -1em; color: rgb(255, 255, 255); } .cart-6 .path13:before { content: "\eb56"; margin-left: -1em; color: rgb(255, 255, 255); } .cart-6 .path14:before { content: "\eb57"; margin-left: -1em; color: rgb(255, 255, 255); } .cart-6 .path15:before { content: "\eb58"; margin-left: -1em; color: rgb(255, 255, 255); } .cart-6 .path16:before { content: "\eb59"; margin-left: -1em; color: rgb(255, 255, 255); } .cart-6 .path17:before { content: "\eb5a"; margin-left: -1em; color: rgb(255, 255, 255); } .cart-6 .path18:before { content: "\eb5b"; margin-left: -1em; color: rgb(255, 255, 255); } .cart-6 .path19:before { content: "\eb5c"; margin-left: -1em; color: rgb(255, 255, 255); } .cart-6 .path20:before { content: "\eb5d"; margin-left: -1em; color: rgb(255, 255, 255); } .cart-6 .path21:before { content: "\eb5e"; margin-left: -1em; color: rgb(255, 255, 255); } .cart-6 .path22:before { content: "\eb5f"; margin-left: -1em; color: rgb(255, 255, 255); } .cart-6 .path23:before { content: "\eb60"; margin-left: -1em; color: rgb(255, 255, 255); } .cart-6 .path24:before { content: "\eb61"; margin-left: -1em; color: rgb(255, 255, 255); } .cart-6 .path25:before { content: "\eb62"; margin-left: -1em; color: rgb(255, 255, 255); } .cart-6 .path26:before { content: "\eb63"; margin-left: -1em; color: rgb(255, 255, 255); } .cart-6 .path27:before { content: "\eb64"; margin-left: -1em; color: rgb(255, 255, 255); } .cart-6 .path28:before { content: "\eb65"; margin-left: -1em; color: rgb(255, 255, 255); } .cart-6 .path29:before { content: "\eb66"; margin-left: -1em; color: rgb(255, 255, 255); } .cart-6 .path30:before { content: "\eb67"; margin-left: -1em; color: rgb(255, 255, 255); } .cart-6 .path31:before { content: "\eb68"; margin-left: -1em; color: rgb(255, 255, 255); } .cart-6 .path32:before { content: "\eb69"; margin-left: -1em; color: rgb(255, 255, 255); } .cart-6 .path33:before { content: "\eb6a"; margin-left: -1em; color: rgb(255, 255, 255); } .cart-6 .path34:before { content: "\eb6b"; margin-left: -1em; color: rgb(255, 255, 255); } .cart-6 .path35:before { content: "\eb6c"; margin-left: -1em; color: rgb(255, 255, 255); } .cart-6 .path36:before { content: "\eb6d"; margin-left: -1em; color: rgb(255, 255, 255); } .cart-6 .path37:before { content: "\eb6e"; margin-left: -1em; color: rgb(255, 255, 255); } .cart-6 .path38:before { content: "\eb6f"; margin-left: -1em; color: rgb(255, 255, 255); } .cart-6 .path39:before { content: "\eb70"; margin-left: -1em; color: rgb(255, 255, 255); } .cart-6 .path40:before { content: "\eb71"; margin-left: -1em; color: rgb(255, 255, 255); } .cart-6 .path41:before { content: "\eb72"; margin-left: -1em; color: rgb(255, 255, 255); } .cart-6 .path42:before { content: "\eb73"; margin-left: -1em; color: rgb(255, 255, 255); } .cart-6 .path43:before { content: "\eb74"; margin-left: -1em; color: rgb(255, 255, 255); } .cart-6 .path44:before { content: "\eb75"; margin-left: -1em; color: rgb(255, 255, 255); } .cart-6 .path45:before { content: "\eb76"; margin-left: -1em; color: rgb(255, 255, 255); } .cart-6 .path46:before { content: "\eb77"; margin-left: -1em; color: rgb(255, 255, 255); } .cart-6 .path47:before { content: "\eb78"; margin-left: -1em; color: rgb(255, 255, 255); } .cart-6 .path48:before { content: "\eb79"; margin-left: -1em; color: rgb(255, 255, 255); } .cart-6 .path49:before { content: "\eb7a"; margin-left: -1em; color: rgb(255, 255, 255); } .cart-6 .path50:before { content: "\eb7b"; margin-left: -1em; color: rgb(255, 255, 255); } .cart-6 .path51:before { content: "\eb7c"; margin-left: -1em; color: rgb(255, 255, 255); } .cart-6 .path52:before { content: "\eb7d"; margin-left: -1em; color: rgb(255, 255, 255); } .cart-6 .path53:before { content: "\eb7e"; margin-left: -1em; color: rgb(255, 255, 255); } .cart-6 .path54:before { content: "\eb7f"; margin-left: -1em; color: rgb(255, 255, 255); } .cart-6 .path55:before { content: "\eb80"; margin-left: -1em; color: rgb(255, 255, 255); } .cart-6 .path56:before { content: "\eb81"; margin-left: -1em; color: rgb(255, 255, 255); } .cart-6 .path57:before { content: "\eb82"; margin-left: -1em; color: rgb(255, 255, 255); } .cart-6 .path58:before { content: "\eb83"; margin-left: -1em; color: rgb(255, 255, 255); } .cart-6 .path59:before { content: "\eb84"; margin-left: -1em; color: rgb(255, 255, 255); } .cart-6 .path60:before { content: "\eb85"; margin-left: -1em; color: rgb(255, 255, 255); } .cart-6 .path61:before { content: "\eb86"; margin-left: -1em; color: rgb(255, 255, 255); } .cart-6 .path62:before { content: "\eb87"; margin-left: -1em; color: rgb(255, 255, 255); } .cart-6 .path63:before { content: "\eb88"; margin-left: -1em; color: rgb(255, 255, 255); } .cart-6 .path64:before { content: "\eb89"; margin-left: -1em; color: rgb(255, 255, 255); } .cart-6 .path65:before { content: "\eb8a"; margin-left: -1em; color: rgb(255, 255, 255); } .cart-6 .path66:before { content: "\eb8b"; margin-left: -1em; color: rgb(255, 255, 255); } .cart-6 .path67:before { content: "\eb8c"; margin-left: -1em; color: rgb(255, 255, 255); } .cart-6 .path68:before { content: "\eb8d"; margin-left: -1em; color: rgb(255, 255, 255); } .cart-6 .path69:before { content: "\eb8e"; margin-left: -1em; color: rgb(255, 255, 255); } .cart-6 .path70:before { content: "\eb8f"; margin-left: -1em; color: rgb(255, 255, 255); } .cart-6 .path71:before { content: "\eb90"; margin-left: -1em; color: rgb(85, 96, 128); } .cart-6 .path72:before { content: "\eb91"; margin-left: -1em; color: rgb(230, 76, 60); } .cart-6 .path73:before { content: "\eb92"; margin-left: -1em; color: rgb(85, 96, 128); } .cart-7 .path1:before { content: "\eb93"; color: rgb(113, 194, 133); } .cart-7 .path2:before { content: "\eb94"; margin-left: -1em; color: rgb(85, 96, 128); } .cart-7 .path3:before { content: "\eb95"; margin-left: -1em; color: rgb(255, 255, 255); } .cart-7 .path4:before { content: "\eb96"; margin-left: -1em; color: rgb(85, 96, 128); } .cart-7 .path5:before { content: "\eb97"; margin-left: -1em; color: rgb(255, 255, 255); } .cart-7 .path6:before { content: "\eb98"; margin-left: -1em; color: rgb(85, 96, 128); } .cart-7 .path7:before { content: "\eb99"; margin-left: -1em; color: rgb(85, 96, 128); } .cart-7 .path8:before { content: "\eb9a"; margin-left: -1em; color: rgb(85, 96, 128); } .cart-7 .path9:before { content: "\eb9b"; margin-left: -1em; color: rgb(85, 96, 128); } .cart-7 .path10:before { content: "\eb9c"; margin-left: -1em; color: rgb(82, 127, 114); } .cart-7 .path11:before { content: "\eb9d"; margin-left: -1em; color: rgb(82, 127, 114); } .cart-7 .path12:before { content: "\eb9e"; margin-left: -1em; color: rgb(82, 127, 114); } .cart-7 .path13:before { content: "\eb9f"; margin-left: -1em; color: rgb(82, 127, 114); } .cart-7 .path14:before { content: "\eba0"; margin-left: -1em; color: rgb(82, 127, 114); } .cart-7 .path15:before { content: "\eba1"; margin-left: -1em; color: rgb(82, 127, 114); } .cart-7 .path16:before { content: "\eba2"; margin-left: -1em; color: rgb(85, 96, 128); } .cart-7 .path17:before { content: "\eba3"; margin-left: -1em; color: rgb(230, 76, 60); } .cart-8 .path1:before { content: "\eba4"; color: rgb(59, 151, 211); } .cart-8 .path2:before { content: "\eba5"; margin-left: -1em; color: rgb(208, 232, 249); } .cart-8 .path3:before { content: "\eba6"; margin-left: -1em; color: rgb(208, 232, 249); } .cart-8 .path4:before { content: "\eba7"; margin-left: -1em; color: rgb(208, 232, 249); } .cart-8 .path5:before { content: "\eba8"; margin-left: -1em; color: rgb(208, 232, 249); } .cart-8 .path6:before { content: "\eba9"; margin-left: -1em; color: rgb(208, 232, 249); } .cart-8 .path7:before { content: "\ebaa"; margin-left: -1em; color: rgb(208, 232, 249); } .cart-8 .path8:before { content: "\ebab"; margin-left: -1em; color: rgb(85, 96, 128); } .cart-8 .path9:before { content: "\ebac"; margin-left: -1em; color: rgb(255, 255, 255); } .cart-8 .path10:before { content: "\ebad"; margin-left: -1em; color: rgb(85, 96, 128); } .cart-8 .path11:before { content: "\ebae"; margin-left: -1em; color: rgb(255, 255, 255); } .cart-8 .path12:before { content: "\ebaf"; margin-left: -1em; color: rgb(85, 96, 128); } .cart-8 .path13:before { content: "\ebb0"; margin-left: -1em; color: rgb(85, 96, 128); } .cart-8 .path14:before { content: "\ebb1"; margin-left: -1em; color: rgb(85, 96, 128); } .cart-8 .path15:before { content: "\ebb2"; margin-left: -1em; color: rgb(85, 96, 128); } .cart-8 .path16:before { content: "\ebb3"; margin-left: -1em; color: rgb(85, 96, 128); } .cart-8 .path17:before { content: "\ebb4"; margin-left: -1em; color: rgb(230, 76, 60); } .cart-9 .path1:before { content: "\ebb5"; color: rgb(236, 240, 241); } .cart-9 .path2:before { content: "\ebb6"; margin-left: -1em; color: rgb(85, 96, 128); } .cart-9 .path3:before { content: "\ebb7"; margin-left: -1em; color: rgb(255, 255, 255); } .cart-9 .path4:before { content: "\ebb8"; margin-left: -1em; color: rgb(85, 96, 128); } .cart-9 .path5:before { content: "\ebb9"; margin-left: -1em; color: rgb(255, 255, 255); } .cart-9 .path6:before { content: "\ebba"; margin-left: -1em; color: rgb(85, 96, 128); } .cart-9 .path7:before { content: "\ebbb"; margin-left: -1em; color: rgb(85, 96, 128); } .cart-9 .path8:before { content: "\ebbc"; margin-left: -1em; color: rgb(85, 96, 128); } .cart-9 .path9:before { content: "\ebbd"; margin-left: -1em; color: rgb(85, 96, 128); } .cart-9 .path10:before { content: "\ebbe"; margin-left: -1em; color: rgb(85, 96, 128); } .cart-9 .path11:before { content: "\ebbf"; margin-left: -1em; color: rgb(85, 96, 128); } .cart-9 .path12:before { content: "\ebc0"; margin-left: -1em; color: rgb(230, 76, 60); } .cart-10 .path1:before { content: "\ebc1"; color: rgb(215, 90, 74); } .cart-10 .path2:before { content: "\ebc2"; margin-left: -1em; color: rgb(85, 96, 128); } .cart-10 .path3:before { content: "\ebc3"; margin-left: -1em; color: rgb(85, 96, 128); } .cart-10 .path4:before { content: "\ebc4"; margin-left: -1em; color: rgb(85, 96, 128); } .cart-10 .path5:before { content: "\ebc5"; margin-left: -1em; color: rgb(85, 96, 128); } .cart-10 .path6:before { content: "\ebc6"; margin-left: -1em; color: rgb(85, 96, 128); } .cart-10 .path7:before { content: "\ebc7"; margin-left: -1em; color: rgb(236, 240, 241); } .cart-10 .path8:before { content: "\ebc8"; margin-left: -1em; color: rgb(216, 98, 94); } .cart-10 .path9:before { content: "\ebc9"; margin-left: -1em; color: rgb(236, 240, 241); } .cart-10 .path10:before { content: "\ebca"; margin-left: -1em; color: rgb(236, 240, 241); } .cart-10 .path11:before { content: "\ebcb"; margin-left: -1em; color: rgb(236, 240, 241); } .cart-10 .path12:before { content: "\ebcc"; margin-left: -1em; color: rgb(236, 240, 241); } .cart-10 .path13:before { content: "\ebcd"; margin-left: -1em; color: rgb(236, 240, 241); } .cart-10 .path14:before { content: "\ebce"; margin-left: -1em; color: rgb(236, 240, 241); } .cart-10 .path15:before { content: "\ebcf"; margin-left: -1em; color: rgb(236, 240, 241); } .cart-10 .path16:before { content: "\ebd0"; margin-left: -1em; color: rgb(236, 240, 241); } .cart-10 .path17:before { content: "\ebd1"; margin-left: -1em; color: rgb(236, 240, 241); } .cart-10 .path18:before { content: "\ebd2"; margin-left: -1em; color: rgb(236, 240, 241); } .cart-10 .path19:before { content: "\ebd3"; margin-left: -1em; color: rgb(236, 240, 241); } .cart-10 .path20:before { content: "\ebd4"; margin-left: -1em; color: rgb(236, 240, 241); } .cart-10 .path21:before { content: "\ebd5"; margin-left: -1em; color: rgb(236, 240, 241); } .cart-10 .path22:before { content: "\ebd6"; margin-left: -1em; color: rgb(236, 240, 241); } .cart-10 .path23:before { content: "\ebd7"; margin-left: -1em; color: rgb(236, 240, 241); } .cart-10 .path24:before { content: "\ebd8"; margin-left: -1em; color: rgb(236, 240, 241); } .cart-10 .path25:before { content: "\ebd9"; margin-left: -1em; color: rgb(236, 240, 241); } .cart-10 .path26:before { content: "\ebda"; margin-left: -1em; color: rgb(236, 240, 241); } .cart-10 .path27:before { content: "\ebdb"; margin-left: -1em; color: rgb(236, 240, 241); } .cart-10 .path28:before { content: "\ebdc"; margin-left: -1em; color: rgb(236, 240, 241); } .cart-10 .path29:before { content: "\ebdd"; margin-left: -1em; color: rgb(236, 240, 241); } .cart-10 .path30:before { content: "\ebde"; margin-left: -1em; color: rgb(236, 240, 241); } .cart-10 .path31:before { content: "\ebdf"; margin-left: -1em; color: rgb(236, 240, 241); } .cart-10 .path32:before { content: "\ebe0"; margin-left: -1em; color: rgb(236, 240, 241); } .cart-10 .path33:before { content: "\ebe1"; margin-left: -1em; color: rgb(236, 240, 241); } .cart-10 .path34:before { content: "\ebe2"; margin-left: -1em; color: rgb(236, 240, 241); } .cart-10 .path35:before { content: "\ebe3"; margin-left: -1em; color: rgb(85, 96, 128); } .cart-10 .path36:before { content: "\ebe4"; margin-left: -1em; color: rgb(85, 96, 128); } .cart-11 .path1:before { content: "\ebe5"; color: rgb(243, 213, 91); } .cart-11 .path2:before { content: "\ebe6"; margin-left: -1em; color: rgb(85, 96, 128); } .cart-11 .path3:before { content: "\ebe7"; margin-left: -1em; color: rgb(85, 96, 128); } .cart-11 .path4:before { content: "\ebe8"; margin-left: -1em; color: rgb(85, 96, 128); } .cart-11 .path5:before { content: "\ebe9"; margin-left: -1em; color: rgb(85, 96, 128); } .cart-11 .path6:before { content: "\ebea"; margin-left: -1em; color: rgb(85, 96, 128); } .cart-11 .path7:before { content: "\ebeb"; margin-left: -1em; color: rgb(242, 156, 31); } .cart-11 .path8:before { content: "\ebec"; margin-left: -1em; color: rgb(216, 98, 94); } .cart-11 .path9:before { content: "\ebed"; margin-left: -1em; color: rgb(242, 156, 31); } .cart-11 .path10:before { content: "\ebee"; margin-left: -1em; color: rgb(242, 156, 31); } .cart-11 .path11:before { content: "\ebef"; margin-left: -1em; color: rgb(242, 156, 31); } .cart-11 .path12:before { content: "\ebf0"; margin-left: -1em; color: rgb(242, 156, 31); } .cart-11 .path13:before { content: "\ebf1"; margin-left: -1em; color: rgb(242, 156, 31); } .cart-11 .path14:before { content: "\ebf2"; margin-left: -1em; color: rgb(242, 156, 31); } .cart-11 .path15:before { content: "\ebf3"; margin-left: -1em; color: rgb(242, 156, 31); } .cart-11 .path16:before { content: "\ebf4"; margin-left: -1em; color: rgb(242, 156, 31); } .cart-11 .path17:before { content: "\ebf5"; margin-left: -1em; color: rgb(242, 156, 31); } .cart-11 .path18:before { content: "\ebf6"; margin-left: -1em; color: rgb(242, 156, 31); } .cart-11 .path19:before { content: "\ebf7"; margin-left: -1em; color: rgb(242, 156, 31); } .cart-11 .path20:before { content: "\ebf8"; margin-left: -1em; color: rgb(242, 156, 31); } .cart-11 .path21:before { content: "\ebf9"; margin-left: -1em; color: rgb(242, 156, 31); } .cart-11 .path22:before { content: "\ebfa"; margin-left: -1em; color: rgb(242, 156, 31); } .cart-11 .path23:before { content: "\ebfb"; margin-left: -1em; color: rgb(85, 96, 128); } .cart-11 .path24:before { content: "\ebfc"; margin-left: -1em; color: rgb(85, 96, 128); } .cart-12 .path1:before { content: "\ebfd"; color: rgb(209, 212, 209); } .cart-12 .path2:before { content: "\ebfe"; margin-left: -1em; color: rgb(85, 96, 128); } .cart-12 .path3:before { content: "\ebff"; margin-left: -1em; color: rgb(85, 96, 128); } .cart-12 .path4:before { content: "\ec00"; margin-left: -1em; color: rgb(85, 96, 128); } .cart-12 .path5:before { content: "\ec01"; margin-left: -1em; color: rgb(85, 96, 128); } .cart-12 .path6:before { content: "\ec02"; margin-left: -1em; color: rgb(85, 96, 128); } .cart-12 .path7:before { content: "\ec03"; margin-left: -1em; color: rgb(85, 96, 128); } .cart-12 .path8:before { content: "\ec04"; margin-left: -1em; color: rgb(85, 96, 128); } .cart-12 .path9:before { content: "\ec05"; margin-left: -1em; color: rgb(85, 96, 128); } .cart-12 .path10:before { content: "\ec06"; margin-left: -1em; color: rgb(85, 96, 128); } .cart-12 .path11:before { content: "\ec07"; margin-left: -1em; color: rgb(85, 96, 128); } .cart-12 .path12:before { content: "\ec08"; margin-left: -1em; color: rgb(85, 96, 128); } .cart-12 .path13:before { content: "\ec09"; margin-left: -1em; color: rgb(85, 96, 128); } .cart-12 .path14:before { content: "\ec0a"; margin-left: -1em; color: rgb(85, 96, 128); } .cart-12 .path15:before { content: "\ec0b"; margin-left: -1em; color: rgb(85, 96, 128); } .cart-12 .path16:before { content: "\ec0c"; margin-left: -1em; color: rgb(216, 98, 94); } .cart-12 .path17:before { content: "\ec0d"; margin-left: -1em; color: rgb(240, 196, 25); } .cart-12 .path18:before { content: "\ec0e"; margin-left: -1em; color: rgb(134, 151, 203); } .cart-12 .path19:before { content: "\ec0f"; margin-left: -1em; color: rgb(251, 123, 118); } .cart-13 .path1:before { content: "\ec10"; color: rgb(189, 195, 199); } .cart-13 .path2:before { content: "\ec11"; margin-left: -1em; color: rgb(189, 195, 199); } .cart-13 .path3:before { content: "\ec12"; margin-left: -1em; color: rgb(189, 195, 199); } .cart-13 .path4:before { content: "\ec13"; margin-left: -1em; color: rgb(85, 96, 128); } .cart-13 .path5:before { content: "\ec14"; margin-left: -1em; color: rgb(85, 96, 128); } .cart-13 .path6:before { content: "\ec15"; margin-left: -1em; color: rgb(189, 195, 199); } .cart-13 .path7:before { content: "\ec16"; margin-left: -1em; color: rgb(113, 194, 133); } .cart-13 .path8:before { content: "\ec17"; margin-left: -1em; color: rgb(255, 255, 255); } .cart-13 .path9:before { content: "\ec18"; margin-left: -1em; color: rgb(255, 255, 255); } .cart-13 .path10:before { content: "\ec19"; margin-left: -1em; color: rgb(255, 255, 255); } .cart-13 .path11:before { content: "\ec1a"; margin-left: -1em; color: rgb(189, 195, 199); } .cart-13 .path12:before { content: "\ec1b"; margin-left: -1em; color: rgb(216, 98, 94); } .cart-14 .path1:before { content: "\ec1c"; color: rgb(189, 195, 199); } .cart-14 .path2:before { content: "\ec1d"; margin-left: -1em; color: rgb(189, 195, 199); } .cart-14 .path3:before { content: "\ec1e"; margin-left: -1em; color: rgb(85, 96, 128); } .cart-14 .path4:before { content: "\ec1f"; margin-left: -1em; color: rgb(85, 96, 128); } .cart-14 .path5:before { content: "\ec20"; margin-left: -1em; color: rgb(189, 195, 199); } .cart-14 .path6:before { content: "\ec21"; margin-left: -1em; color: rgb(237, 113, 97); } .cart-14 .path7:before { content: "\ec22"; margin-left: -1em; color: rgb(255, 255, 255); } .cart-14 .path8:before { content: "\ec23"; margin-left: -1em; color: rgb(255, 255, 255); } .cart-14 .path9:before { content: "\ec24"; margin-left: -1em; color: rgb(255, 255, 255); } .cart-14 .path10:before { content: "\ec25"; margin-left: -1em; color: rgb(189, 195, 199); } .cart-14 .path11:before { content: "\ec26"; margin-left: -1em; color: rgb(189, 195, 199); } .cart-14 .path12:before { content: "\ec27"; margin-left: -1em; color: rgb(216, 98, 94); } .cart-15 .path1:before { content: "\ec28"; color: rgb(189, 195, 199); } .cart-15 .path2:before { content: "\ec29"; margin-left: -1em; color: rgb(189, 195, 199); } .cart-15 .path3:before { content: "\ec2a"; margin-left: -1em; color: rgb(85, 96, 128); } .cart-15 .path4:before { content: "\ec2b"; margin-left: -1em; color: rgb(85, 96, 128); } .cart-15 .path5:before { content: "\ec2c"; margin-left: -1em; color: rgb(189, 195, 199); } .cart-15 .path6:before { content: "\ec2d"; margin-left: -1em; color: rgb(36, 174, 95); } .cart-15 .path7:before { content: "\ec2e"; margin-left: -1em; color: rgb(255, 255, 255); } .cart-15 .path8:before { content: "\ec2f"; margin-left: -1em; color: rgb(255, 255, 255); } .cart-15 .path9:before { content: "\ec30"; margin-left: -1em; color: rgb(189, 195, 199); } .cart-15 .path10:before { content: "\ec31"; margin-left: -1em; color: rgb(189, 195, 199); } .cart-15 .path11:before { content: "\ec32"; margin-left: -1em; color: rgb(216, 98, 94); } .cart-16 .path1:before { content: "\ec33"; color: rgb(189, 195, 199); } .cart-16 .path2:before { content: "\ec34"; margin-left: -1em; color: rgb(189, 195, 199); } .cart-16 .path3:before { content: "\ec35"; margin-left: -1em; color: rgb(85, 96, 128); } .cart-16 .path4:before { content: "\ec36"; margin-left: -1em; color: rgb(85, 96, 128); } .cart-16 .path5:before { content: "\ec37"; margin-left: -1em; color: rgb(189, 195, 199); } .cart-16 .path6:before { content: "\ec38"; margin-left: -1em; color: rgb(38, 185, 154); } .cart-16 .path7:before { content: "\ec39"; margin-left: -1em; color: rgb(255, 255, 255); } .cart-16 .path8:before { content: "\ec3a"; margin-left: -1em; color: rgb(255, 255, 255); } .cart-16 .path9:before { content: "\ec3b"; margin-left: -1em; color: rgb(189, 195, 199); } .cart-16 .path10:before { content: "\ec3c"; margin-left: -1em; color: rgb(189, 195, 199); } .cart-16 .path11:before { content: "\ec3d"; margin-left: -1em; color: rgb(216, 98, 94); } .cart-17 .path1:before { content: "\ec3e"; color: rgb(189, 195, 199); } .cart-17 .path2:before { content: "\ec3f"; margin-left: -1em; color: rgb(189, 195, 199); } .cart-17 .path3:before { content: "\ec40"; margin-left: -1em; color: rgb(85, 96, 128); } .cart-17 .path4:before { content: "\ec41"; margin-left: -1em; color: rgb(85, 96, 128); } .cart-17 .path5:before { content: "\ec42"; margin-left: -1em; color: rgb(189, 195, 199); } .cart-17 .path6:before { content: "\ec43"; margin-left: -1em; color: rgb(210, 86, 39); } .cart-17 .path7:before { content: "\ec44"; margin-left: -1em; color: rgb(255, 255, 255); } .cart-17 .path8:before { content: "\ec45"; margin-left: -1em; color: rgb(255, 255, 255); } .cart-17 .path9:before { content: "\ec46"; margin-left: -1em; color: rgb(189, 195, 199); } .cart-17 .path10:before { content: "\ec47"; margin-left: -1em; color: rgb(189, 195, 199); } .cart-17 .path11:before { content: "\ec48"; margin-left: -1em; color: rgb(216, 98, 94); } .cashier .path1:before { content: "\ec49"; color: rgb(170, 144, 116); } .cashier .path2:before { content: "\ec4a"; margin-left: -1em; color: rgb(84, 73, 63); } .cashier .path3:before { content: "\ec4b"; margin-left: -1em; color: rgb(127, 110, 93); } .cashier .path4:before { content: "\ec4c"; margin-left: -1em; color: rgb(203, 178, 146); } .cashier .path5:before { content: "\ec4d"; margin-left: -1em; color: rgb(84, 73, 63); } .cashier .path6:before { content: "\ec4e"; margin-left: -1em; color: rgb(243, 229, 210); } .cashier .path7:before { content: "\ec4f"; margin-left: -1em; color: rgb(243, 229, 210); } .cashier .path8:before { content: "\ec50"; margin-left: -1em; color: rgb(84, 73, 63); } .cashier .path9:before { content: "\ec51"; margin-left: -1em; color: rgb(84, 73, 63); } .cashier .path10:before { content: "\ec52"; margin-left: -1em; color: rgb(243, 229, 210); } .cashier .path11:before { content: "\ec53"; margin-left: -1em; color: rgb(243, 229, 210); } .cashier .path12:before { content: "\ec54"; margin-left: -1em; color: rgb(84, 73, 63); } .cashier .path13:before { content: "\ec55"; margin-left: -1em; color: rgb(243, 229, 210); } .cashier .path14:before { content: "\ec56"; margin-left: -1em; color: rgb(243, 229, 210); } .cashier .path15:before { content: "\ec57"; margin-left: -1em; color: rgb(243, 229, 210); } .cashier .path16:before { content: "\ec58"; margin-left: -1em; color: rgb(243, 229, 210); } .cashier .path17:before { content: "\ec59"; margin-left: -1em; color: rgb(243, 229, 210); } .cashier .path18:before { content: "\ec5a"; margin-left: -1em; color: rgb(243, 229, 210); } .cashier .path19:before { content: "\ec5b"; margin-left: -1em; color: rgb(243, 229, 210); } .cashier .path20:before { content: "\ec5c"; margin-left: -1em; color: rgb(243, 229, 210); } .cashier .path21:before { content: "\ec5d"; margin-left: -1em; color: rgb(243, 229, 210); } .cashier .path22:before { content: "\ec5e"; margin-left: -1em; color: rgb(243, 229, 210); } .cashier .path23:before { content: "\ec5f"; margin-left: -1em; color: rgb(243, 229, 210); } .cashier .path24:before { content: "\ec60"; margin-left: -1em; color: rgb(243, 229, 210); } .cashier .path25:before { content: "\ec61"; margin-left: -1em; color: rgb(243, 229, 210); } .cashier .path26:before { content: "\ec62"; margin-left: -1em; color: rgb(243, 229, 210); } .cashier .path27:before { content: "\ec63"; margin-left: -1em; color: rgb(243, 229, 210); } .cashier .path28:before { content: "\ec64"; margin-left: -1em; color: rgb(243, 229, 210); } .cashier .path29:before { content: "\ec65"; margin-left: -1em; color: rgb(243, 229, 210); } .cashier .path30:before { content: "\ec66"; margin-left: -1em; color: rgb(84, 73, 63); } .cashier .path31:before { content: "\ec67"; margin-left: -1em; color: rgb(84, 73, 63); } .cashier .path32:before { content: "\ec68"; margin-left: -1em; color: rgb(243, 229, 210); } .cashier .path33:before { content: "\ec69"; margin-left: -1em; color: rgb(243, 229, 210); } .cashier .path34:before { content: "\ec6a"; margin-left: -1em; color: rgb(84, 73, 63); } .cashier .path35:before { content: "\ec6b"; margin-left: -1em; color: rgb(84, 73, 63); } .cashier .path36:before { content: "\ec6c"; margin-left: -1em; color: rgb(243, 229, 210); } .cashier .path37:before { content: "\ec6d"; margin-left: -1em; color: rgb(255, 209, 108); } .cashier .path38:before { content: "\ec6e"; margin-left: -1em; color: rgb(255, 209, 108); } .cashier .path39:before { content: "\ec6f"; margin-left: -1em; color: rgb(255, 209, 108); } .cashier .path40:before { content: "\ec70"; margin-left: -1em; color: rgb(255, 209, 108); } .cashier .path41:before { content: "\ec71"; margin-left: -1em; color: rgb(240, 237, 224); } .cashier .path42:before { content: "\ec72"; margin-left: -1em; color: rgb(203, 178, 146); } .cashier .path43:before { content: "\ec73"; margin-left: -1em; color: rgb(203, 178, 146); } .cashier .path44:before { content: "\ec74"; margin-left: -1em; color: rgb(212, 195, 165); } .cashier .path45:before { content: "\ec75"; margin-left: -1em; color: rgb(212, 195, 165); } .cashier .path46:before { content: "\ec76"; margin-left: -1em; color: rgb(212, 195, 165); } .cashier-1 .path1:before { content: "\ec77"; color: rgb(236, 240, 241); } .cashier-1 .path2:before { content: "\ec78"; margin-left: -1em; color: rgb(189, 195, 199); } .cashier-1 .path3:before { content: "\ec79"; margin-left: -1em; color: rgb(109, 109, 110); } .cashier-1 .path4:before { content: "\ec7a"; margin-left: -1em; color: rgb(236, 240, 241); } .cashier-1 .path5:before { content: "\ec7b"; margin-left: -1em; color: rgb(236, 240, 241); } .cashier-1 .path6:before { content: "\ec7c"; margin-left: -1em; color: rgb(148, 181, 113); } .cashier-1 .path7:before { content: "\ec7d"; margin-left: -1em; color: rgb(139, 138, 139); } .cashier-1 .path8:before { content: "\ec7e"; margin-left: -1em; color: rgb(242, 156, 31); } .cashier-1 .path9:before { content: "\ec7f"; margin-left: -1em; color: rgb(242, 156, 31); } .cashier-1 .path10:before { content: "\ec80"; margin-left: -1em; color: rgb(242, 156, 31); } .cashier-1 .path11:before { content: "\ec81"; margin-left: -1em; color: rgb(242, 156, 31); } .cashier-1 .path12:before { content: "\ec82"; margin-left: -1em; color: rgb(242, 156, 31); } .cashier-1 .path13:before { content: "\ec83"; margin-left: -1em; color: rgb(242, 156, 31); } .cashier-1 .path14:before { content: "\ec84"; margin-left: -1em; color: rgb(242, 156, 31); } .cashier-1 .path15:before { content: "\ec85"; margin-left: -1em; color: rgb(242, 156, 31); } .cashier-1 .path16:before { content: "\ec86"; margin-left: -1em; color: rgb(113, 194, 133); } .cashier-1 .path17:before { content: "\ec87"; margin-left: -1em; color: rgb(109, 109, 110); } .cashier-1 .path18:before { content: "\ec88"; margin-left: -1em; color: rgb(240, 237, 224); } .cashier-1 .path19:before { content: "\ec89"; margin-left: -1em; color: rgb(212, 195, 165); } .cashier-1 .path20:before { content: "\ec8a"; margin-left: -1em; color: rgb(212, 195, 165); } .cashier-1 .path21:before { content: "\ec8b"; margin-left: -1em; color: rgb(212, 195, 165); } .cashier-1 .path22:before { content: "\ec8c"; margin-left: -1em; color: rgb(112, 132, 90); } .cashier-1 .path23:before { content: "\ec8d"; margin-left: -1em; color: rgb(112, 132, 90); } .cashier-1 .path24:before { content: "\ec8e"; margin-left: -1em; color: rgb(212, 195, 165); } .cashier-1 .path25:before { content: "\ec8f"; margin-left: -1em; color: rgb(212, 195, 165); } .cashier-1 .path26:before { content: "\ec90"; margin-left: -1em; color: rgb(212, 195, 165); } .cashier-1 .path27:before { content: "\ec91"; margin-left: -1em; color: rgb(212, 195, 165); } .cashier-1 .path28:before { content: "\ec92"; margin-left: -1em; color: rgb(236, 240, 241); } .cashier-1 .path29:before { content: "\ec93"; margin-left: -1em; color: rgb(148, 181, 113); } .cashier-1 .path30:before { content: "\ec94"; margin-left: -1em; color: rgb(112, 132, 90); } .cashier-1 .path31:before { content: "\ec95"; margin-left: -1em; color: rgb(112, 132, 90); } .cashier-1 .path32:before { content: "\ec96"; margin-left: -1em; color: rgb(112, 132, 90); } .cashier-1 .path33:before { content: "\ec97"; margin-left: -1em; color: rgb(112, 132, 90); } .change .path1:before { content: "\ec98"; color: rgb(110, 140, 97); } .change .path2:before { content: "\ec99"; margin-left: -1em; color: rgb(233, 232, 211); } .change .path3:before { content: "\ec9a"; margin-left: -1em; color: rgb(233, 232, 211); } .change .path4:before { content: "\ec9b"; margin-left: -1em; color: rgb(233, 232, 211); } .change .path5:before { content: "\ec9c"; margin-left: -1em; color: rgb(233, 232, 211); } .change .path6:before { content: "\ec9d"; margin-left: -1em; color: rgb(233, 232, 211); } .change .path7:before { content: "\ec9e"; margin-left: -1em; color: rgb(252, 198, 45); } .change .path8:before { content: "\ec9f"; margin-left: -1em; color: rgb(209, 157, 24); } .change .path9:before { content: "\eca0"; margin-left: -1em; color: rgb(228, 175, 24); } .change .path10:before { content: "\eca1"; margin-left: -1em; color: rgb(209, 157, 24); } .change .path11:before { content: "\eca2"; margin-left: -1em; color: rgb(228, 175, 24); } .change .path12:before { content: "\eca3"; margin-left: -1em; color: rgb(252, 198, 45); } .change .path13:before { content: "\eca4"; margin-left: -1em; color: rgb(233, 232, 211); } .change .path14:before { content: "\eca5"; margin-left: -1em; color: rgb(228, 175, 24); } .change .path15:before { content: "\eca6"; margin-left: -1em; color: rgb(209, 157, 24); } .change .path16:before { content: "\eca7"; margin-left: -1em; color: rgb(228, 175, 24); } .change .path17:before { content: "\eca8"; margin-left: -1em; color: rgb(209, 157, 24); } .change .path18:before { content: "\eca9"; margin-left: -1em; color: rgb(228, 175, 24); } .change .path19:before { content: "\ecaa"; margin-left: -1em; color: rgb(209, 157, 24); } .change .path20:before { content: "\ecab"; margin-left: -1em; color: rgb(228, 175, 24); } .change .path21:before { content: "\ecac"; margin-left: -1em; color: rgb(96, 123, 83); } .change .path22:before { content: "\ecad"; margin-left: -1em; color: rgb(84, 105, 73); } .change .path23:before { content: "\ecae"; margin-left: -1em; color: rgb(96, 123, 83); } .check .path1:before { content: "\ecaf"; color: rgb(240, 237, 224); } .check .path2:before { content: "\ecb0"; margin-left: -1em; color: rgb(240, 237, 224); } .check .path3:before { content: "\ecb1"; margin-left: -1em; color: rgb(214, 208, 187); } .check .path4:before { content: "\ecb2"; margin-left: -1em; color: rgb(214, 208, 187); } .check .path5:before { content: "\ecb3"; margin-left: -1em; color: rgb(214, 208, 187); } .check .path6:before { content: "\ecb4"; margin-left: -1em; color: rgb(214, 208, 187); } .check .path7:before { content: "\ecb5"; margin-left: -1em; color: rgb(214, 208, 187); } .check .path8:before { content: "\ecb6"; margin-left: -1em; color: rgb(214, 208, 187); } .check .path9:before { content: "\ecb7"; margin-left: -1em; color: rgb(86, 180, 111); } .check .path10:before { content: "\ecb8"; margin-left: -1em; color: rgb(86, 180, 111); } .check .path11:before { content: "\ecb9"; margin-left: -1em; color: rgb(214, 208, 187); } .check .path12:before { content: "\ecba"; margin-left: -1em; color: rgb(214, 208, 187); } .check .path13:before { content: "\ecbb"; margin-left: -1em; color: rgb(230, 231, 233); } .check .path14:before { content: "\ecbc"; margin-left: -1em; color: rgb(216, 91, 75); } .check .path15:before { content: "\ecbd"; margin-left: -1em; color: rgb(216, 91, 75); } .check .path16:before { content: "\ecbe"; margin-left: -1em; color: rgb(227, 142, 35); } .check .path17:before { content: "\ecbf"; margin-left: -1em; color: rgb(207, 206, 206); } .check .path18:before { content: "\ecc0"; margin-left: -1em; color: rgb(216, 91, 75); } .check .path19:before { content: "\ecc1"; margin-left: -1em; color: rgb(197, 98, 86); } .check .path20:before { content: "\ecc2"; margin-left: -1em; color: rgb(237, 221, 200); } .check .path21:before { content: "\ecc3"; margin-left: -1em; color: rgb(95, 95, 95); } .check .path22:before { content: "\ecc4"; margin-left: -1em; color: rgb(243, 157, 32); } .coin .path1:before { content: "\ecc5"; color: rgb(214, 222, 228); } .coin .path2:before { content: "\ecc6"; margin-left: -1em; color: rgb(192, 201, 210); } .coin .path3:before { content: "\ecc7"; margin-left: -1em; color: rgb(233, 239, 245); } .coin .path4:before { content: "\ecc8"; margin-left: -1em; color: rgb(160, 170, 180); } .coin .path5:before { content: "\ecc9"; margin-left: -1em; color: rgb(192, 201, 210); } .coin .path6:before { content: "\ecca"; margin-left: -1em; color: rgb(192, 201, 210); } .coin .path7:before { content: "\eccb"; margin-left: -1em; color: rgb(192, 201, 210); } .coin .path8:before { content: "\eccc"; margin-left: -1em; color: rgb(192, 201, 210); } .coin .path9:before { content: "\eccd"; margin-left: -1em; color: rgb(192, 201, 210); } .coin .path10:before { content: "\ecce"; margin-left: -1em; color: rgb(192, 201, 210); } .coin .path11:before { content: "\eccf"; margin-left: -1em; color: rgb(192, 201, 210); } .coin .path12:before { content: "\ecd0"; margin-left: -1em; color: rgb(192, 201, 210); } .coin .path13:before { content: "\ecd1"; margin-left: -1em; color: rgb(192, 201, 210); } .coin .path14:before { content: "\ecd2"; margin-left: -1em; color: rgb(192, 201, 210); } .coin .path15:before { content: "\ecd3"; margin-left: -1em; color: rgb(192, 201, 210); } .coin .path16:before { content: "\ecd4"; margin-left: -1em; color: rgb(192, 201, 210); } .coin-1 .path1:before { content: "\ecd5"; color: rgb(192, 201, 210); } .coin-1 .path2:before { content: "\ecd6"; margin-left: -1em; color: rgb(233, 239, 245); } .coin-1 .path3:before { content: "\ecd7"; margin-left: -1em; color: rgb(192, 201, 210); } .coin-1 .path4:before { content: "\ecd8"; margin-left: -1em; color: rgb(192, 201, 210); } .coin-1 .path5:before { content: "\ecd9"; margin-left: -1em; color: rgb(192, 201, 210); } .coin-1 .path6:before { content: "\ecda"; margin-left: -1em; color: rgb(192, 201, 210); } .coin-1 .path7:before { content: "\ecdb"; margin-left: -1em; color: rgb(160, 170, 180); } .coin-1 .path8:before { content: "\ecdc"; margin-left: -1em; color: rgb(192, 201, 210); } .coin-1 .path9:before { content: "\ecdd"; margin-left: -1em; color: rgb(192, 201, 210); } .coin-1 .path10:before { content: "\ecde"; margin-left: -1em; color: rgb(192, 201, 210); } .coin-1 .path11:before { content: "\ecdf"; margin-left: -1em; color: rgb(192, 201, 210); } .coin-1 .path12:before { content: "\ece0"; margin-left: -1em; color: rgb(192, 201, 210); } .coin-1 .path13:before { content: "\ece1"; margin-left: -1em; color: rgb(192, 201, 210); } .coin-1 .path14:before { content: "\ece2"; margin-left: -1em; color: rgb(192, 201, 210); } .coin-1 .path15:before { content: "\ece3"; margin-left: -1em; color: rgb(192, 201, 210); } .coin-1 .path16:before { content: "\ece4"; margin-left: -1em; color: rgb(192, 201, 210); } .coin-1 .path17:before { content: "\ece5"; margin-left: -1em; color: rgb(192, 201, 210); } .coin-2 .path1:before { content: "\ece6"; color: rgb(244, 191, 26); } .coin-2 .path2:before { content: "\ece7"; margin-left: -1em; color: rgb(255, 217, 73); } .coin-2 .path3:before { content: "\ece8"; margin-left: -1em; color: rgb(244, 191, 26); } .coin-2 .path4:before { content: "\ece9"; margin-left: -1em; color: rgb(220, 168, 21); } .coin-2 .path5:before { content: "\ecea"; margin-left: -1em; color: rgb(220, 168, 21); } .coin-2 .path6:before { content: "\eceb"; margin-left: -1em; color: rgb(220, 168, 21); } .coin-2 .path7:before { content: "\ecec"; margin-left: -1em; color: rgb(220, 168, 21); } .coin-2 .path8:before { content: "\eced"; margin-left: -1em; color: rgb(220, 168, 21); } .coin-2 .path9:before { content: "\ecee"; margin-left: -1em; color: rgb(220, 168, 21); } .coin-2 .path10:before { content: "\ecef"; margin-left: -1em; color: rgb(220, 168, 21); } .coin-2 .path11:before { content: "\ecf0"; margin-left: -1em; color: rgb(220, 168, 21); } .coin-2 .path12:before { content: "\ecf1"; margin-left: -1em; color: rgb(220, 168, 21); } .coin-2 .path13:before { content: "\ecf2"; margin-left: -1em; color: rgb(220, 168, 21); } .coin-2 .path14:before { content: "\ecf3"; margin-left: -1em; color: rgb(209, 212, 210); } .coin-2 .path15:before { content: "\ecf4"; margin-left: -1em; color: rgb(209, 212, 210); } .coin-2 .path16:before { content: "\ecf5"; margin-left: -1em; color: rgb(209, 212, 210); } .coin-2 .path17:before { content: "\ecf6"; margin-left: -1em; color: rgb(209, 212, 210); } .coin-2 .path18:before { content: "\ecf7"; margin-left: -1em; color: rgb(255, 217, 73); } .coin-3 .path1:before { content: "\ecf8"; color: rgb(255, 217, 73); } .coin-3 .path2:before { content: "\ecf9"; margin-left: -1em; color: rgb(244, 191, 26); } .coin-3 .path3:before { content: "\ecfa"; margin-left: -1em; color: rgb(244, 191, 26); } .coin-3 .path4:before { content: "\ecfb"; margin-left: -1em; color: rgb(220, 168, 21); } .coin-3 .path5:before { content: "\ecfc"; margin-left: -1em; color: rgb(220, 168, 21); } .coin-3 .path6:before { content: "\ecfd"; margin-left: -1em; color: rgb(220, 168, 21); } .coin-3 .path7:before { content: "\ecfe"; margin-left: -1em; color: rgb(220, 168, 21); } .coin-3 .path8:before { content: "\ecff"; margin-left: -1em; color: rgb(220, 168, 21); } .coin-3 .path9:before { content: "\ed00"; margin-left: -1em; color: rgb(220, 168, 21); } .coin-3 .path10:before { content: "\ed01"; margin-left: -1em; color: rgb(220, 168, 21); } .coin-3 .path11:before { content: "\ed02"; margin-left: -1em; color: rgb(220, 168, 21); } .coin-3 .path12:before { content: "\ed03"; margin-left: -1em; color: rgb(220, 168, 21); } .coin-3 .path13:before { content: "\ed04"; margin-left: -1em; color: rgb(220, 168, 21); } .coin-4 .path1:before { content: "\ed05"; color: rgb(250, 201, 166); } .coin-4 .path2:before { content: "\ed06"; margin-left: -1em; color: rgb(244, 179, 137); } .coin-4 .path3:before { content: "\ed07"; margin-left: -1em; color: rgb(252, 214, 189); } .coin-4 .path4:before { content: "\ed08"; margin-left: -1em; color: rgb(223, 144, 97); } .coin-4 .path5:before { content: "\ed09"; margin-left: -1em; color: rgb(223, 144, 97); } .coin-4 .path6:before { content: "\ed0a"; margin-left: -1em; color: rgb(223, 144, 97); } .coin-4 .path7:before { content: "\ed0b"; margin-left: -1em; color: rgb(223, 144, 97); } .coin-4 .path8:before { content: "\ed0c"; margin-left: -1em; color: rgb(223, 144, 97); } .coin-4 .path9:before { content: "\ed0d"; margin-left: -1em; color: rgb(223, 144, 97); } .coin-4 .path10:before { content: "\ed0e"; margin-left: -1em; color: rgb(223, 144, 97); } .coin-4 .path11:before { content: "\ed0f"; margin-left: -1em; color: rgb(223, 144, 97); } .coin-4 .path12:before { content: "\ed10"; margin-left: -1em; color: rgb(223, 144, 97); } .coin-4 .path13:before { content: "\ed11"; margin-left: -1em; color: rgb(223, 144, 97); } .coin-4 .path14:before { content: "\ed12"; margin-left: -1em; color: rgb(223, 144, 97); } .coin-4 .path15:before { content: "\ed13"; margin-left: -1em; color: rgb(240, 174, 132); } .coin-5 .path1:before { content: "\ed14"; color: rgb(250, 201, 166); } .coin-5 .path2:before { content: "\ed15"; margin-left: -1em; color: rgb(223, 144, 97); } .coin-5 .path3:before { content: "\ed16"; margin-left: -1em; color: rgb(252, 214, 189); } .coin-5 .path4:before { content: "\ed17"; margin-left: -1em; color: rgb(209, 212, 210); } .coin-5 .path5:before { content: "\ed18"; margin-left: -1em; color: rgb(209, 212, 210); } .coin-5 .path6:before { content: "\ed19"; margin-left: -1em; color: rgb(244, 179, 137); } .coin-5 .path7:before { content: "\ed1a"; margin-left: -1em; color: rgb(223, 144, 97); } .coin-5 .path8:before { content: "\ed1b"; margin-left: -1em; color: rgb(223, 144, 97); } .coin-5 .path9:before { content: "\ed1c"; margin-left: -1em; color: rgb(223, 144, 97); } .coin-5 .path10:before { content: "\ed1d"; margin-left: -1em; color: rgb(223, 144, 97); } .coin-5 .path11:before { content: "\ed1e"; margin-left: -1em; color: rgb(223, 144, 97); } .coin-5 .path12:before { content: "\ed1f"; margin-left: -1em; color: rgb(223, 144, 97); } .coin-5 .path13:before { content: "\ed20"; margin-left: -1em; color: rgb(223, 144, 97); } .coin-5 .path14:before { content: "\ed21"; margin-left: -1em; color: rgb(223, 144, 97); } .coin-5 .path15:before { content: "\ed22"; margin-left: -1em; color: rgb(223, 144, 97); } .coin-5 .path16:before { content: "\ed23"; margin-left: -1em; color: rgb(223, 144, 97); } .coin-5 .path17:before { content: "\ed24"; margin-left: -1em; color: rgb(223, 144, 97); } .coin-5 .path18:before { content: "\ed25"; margin-left: -1em; color: rgb(223, 144, 97); } .coin-6 .path1:before { content: "\ed26"; color: rgb(209, 212, 210); } .coin-6 .path2:before { content: "\ed27"; margin-left: -1em; color: rgb(209, 212, 210); } .coin-6 .path3:before { content: "\ed28"; margin-left: -1em; color: rgb(252, 198, 45); } .coin-6 .path4:before { content: "\ed29"; margin-left: -1em; color: rgb(255, 217, 73); } .coin-6 .path5:before { content: "\ed2a"; margin-left: -1em; color: rgb(240, 196, 27); } .coin-6 .path6:before { content: "\ed2b"; margin-left: -1em; color: rgb(228, 175, 24); } .coin-6 .path7:before { content: "\ed2c"; margin-left: -1em; color: rgb(206, 153, 18); } .coin-6 .path8:before { content: "\ed2d"; margin-left: -1em; color: rgb(206, 153, 18); } .coin-6 .path9:before { content: "\ed2e"; margin-left: -1em; color: rgb(206, 153, 18); } .coin-6 .path10:before { content: "\ed2f"; margin-left: -1em; color: rgb(206, 153, 18); } .coin-6 .path11:before { content: "\ed30"; margin-left: -1em; color: rgb(206, 153, 18); } .coin-6 .path12:before { content: "\ed31"; margin-left: -1em; color: rgb(206, 153, 18); } .coin-6 .path13:before { content: "\ed32"; margin-left: -1em; color: rgb(206, 153, 18); } .coin-6 .path14:before { content: "\ed33"; margin-left: -1em; color: rgb(206, 153, 18); } .coin-6 .path15:before { content: "\ed34"; margin-left: -1em; color: rgb(206, 153, 18); } .coin-6 .path16:before { content: "\ed35"; margin-left: -1em; color: rgb(206, 153, 18); } .coin-6 .path17:before { content: "\ed36"; margin-left: -1em; color: rgb(206, 153, 18); } .coin-6 .path18:before { content: "\ed37"; margin-left: -1em; color: rgb(206, 153, 18); } .coin-7 .path1:before { content: "\ed38"; color: rgb(192, 201, 210); } .coin-7 .path2:before { content: "\ed39"; margin-left: -1em; color: rgb(160, 170, 180); } .coin-7 .path3:before { content: "\ed3a"; margin-left: -1em; color: rgb(192, 201, 210); } .coin-7 .path4:before { content: "\ed3b"; margin-left: -1em; color: rgb(192, 201, 210); } .coin-7 .path5:before { content: "\ed3c"; margin-left: -1em; color: rgb(192, 201, 210); } .coin-7 .path6:before { content: "\ed3d"; margin-left: -1em; color: rgb(192, 201, 210); } .coin-7 .path7:before { content: "\ed3e"; margin-left: -1em; color: rgb(192, 201, 210); } .coin-7 .path8:before { content: "\ed3f"; margin-left: -1em; color: rgb(192, 201, 210); } .coin-7 .path9:before { content: "\ed40"; margin-left: -1em; color: rgb(192, 201, 210); } .coin-7 .path10:before { content: "\ed41"; margin-left: -1em; color: rgb(192, 201, 210); } .coin-7 .path11:before { content: "\ed42"; margin-left: -1em; color: rgb(192, 201, 210); } .coin-7 .path12:before { content: "\ed43"; margin-left: -1em; color: rgb(192, 201, 210); } .coin-7 .path13:before { content: "\ed44"; margin-left: -1em; color: rgb(214, 222, 228); } .coin-7 .path14:before { content: "\ed45"; margin-left: -1em; color: rgb(233, 239, 245); } .coin-8 .path1:before { content: "\ed46"; color: rgb(231, 208, 140); } .coin-8 .path2:before { content: "\ed47"; margin-left: -1em; color: rgb(173, 149, 109); } .coin-8 .path3:before { content: "\ed48"; margin-left: -1em; color: rgb(184, 159, 113); } .coin-8 .path4:before { content: "\ed49"; margin-left: -1em; color: rgb(184, 159, 113); } .coin-8 .path5:before { content: "\ed4a"; margin-left: -1em; color: rgb(184, 159, 113); } .coin-8 .path6:before { content: "\ed4b"; margin-left: -1em; color: rgb(184, 159, 113); } .coin-8 .path7:before { content: "\ed4c"; margin-left: -1em; color: rgb(184, 159, 113); } .coin-8 .path8:before { content: "\ed4d"; margin-left: -1em; color: rgb(184, 159, 113); } .coin-8 .path9:before { content: "\ed4e"; margin-left: -1em; color: rgb(184, 159, 113); } .coin-8 .path10:before { content: "\ed4f"; margin-left: -1em; color: rgb(184, 159, 113); } .coin-8 .path11:before { content: "\ed50"; margin-left: -1em; color: rgb(184, 159, 113); } .coin-8 .path12:before { content: "\ed51"; margin-left: -1em; color: rgb(184, 159, 113); } .coin-8 .path13:before { content: "\ed52"; margin-left: -1em; color: rgb(199, 183, 127); } .coin-8 .path14:before { content: "\ed53"; margin-left: -1em; color: rgb(255, 244, 182); } .coin-9 .path1:before { content: "\ed54"; color: rgb(245, 207, 120); } .coin-9 .path2:before { content: "\ed55"; margin-left: -1em; color: rgb(219, 183, 101); } .coin-9 .path3:before { content: "\ed56"; margin-left: -1em; color: rgb(196, 154, 68); } .coin-9 .path4:before { content: "\ed57"; margin-left: -1em; color: rgb(196, 154, 68); } .coin-9 .path5:before { content: "\ed58"; margin-left: -1em; color: rgb(196, 154, 68); } .coin-9 .path6:before { content: "\ed59"; margin-left: -1em; color: rgb(196, 154, 68); } .coin-9 .path7:before { content: "\ed5a"; margin-left: -1em; color: rgb(196, 154, 68); } .coin-9 .path8:before { content: "\ed5b"; margin-left: -1em; color: rgb(196, 154, 68); } .coin-9 .path9:before { content: "\ed5c"; margin-left: -1em; color: rgb(196, 154, 68); } .coin-9 .path10:before { content: "\ed5d"; margin-left: -1em; color: rgb(196, 154, 68); } .coin-9 .path11:before { content: "\ed5e"; margin-left: -1em; color: rgb(196, 154, 68); } .coin-9 .path12:before { content: "\ed5f"; margin-left: -1em; color: rgb(196, 154, 68); } .coin-9 .path13:before { content: "\ed60"; margin-left: -1em; color: rgb(196, 154, 68); } .coin-9 .path14:before { content: "\ed61"; margin-left: -1em; color: rgb(196, 154, 68); } .coin-10 .path1:before { content: "\ed62"; color: rgb(252, 198, 45); } .coin-10 .path2:before { content: "\ed63"; margin-left: -1em; color: rgb(228, 175, 24); } .coin-10 .path3:before { content: "\ed64"; margin-left: -1em; color: rgb(206, 153, 18); } .coin-10 .path4:before { content: "\ed65"; margin-left: -1em; color: rgb(206, 153, 18); } .coin-10 .path5:before { content: "\ed66"; margin-left: -1em; color: rgb(206, 153, 18); } .coin-10 .path6:before { content: "\ed67"; margin-left: -1em; color: rgb(206, 153, 18); } .coin-10 .path7:before { content: "\ed68"; margin-left: -1em; color: rgb(206, 153, 18); } .coin-10 .path8:before { content: "\ed69"; margin-left: -1em; color: rgb(206, 153, 18); } .coin-10 .path9:before { content: "\ed6a"; margin-left: -1em; color: rgb(206, 153, 18); } .coin-10 .path10:before { content: "\ed6b"; margin-left: -1em; color: rgb(206, 153, 18); } .coin-10 .path11:before { content: "\ed6c"; margin-left: -1em; color: rgb(206, 153, 18); } .coin-10 .path12:before { content: "\ed6d"; margin-left: -1em; color: rgb(206, 153, 18); } .coin-10 .path13:before { content: "\ed6e"; margin-left: -1em; color: rgb(255, 217, 73); } .coin-10 .path14:before { content: "\ed6f"; margin-left: -1em; color: rgb(206, 153, 18); } .coins .path1:before { content: "\ed70"; color: rgb(252, 198, 45); } .coins .path2:before { content: "\ed71"; margin-left: -1em; color: rgb(228, 175, 24); } .coins .path3:before { content: "\ed72"; margin-left: -1em; color: rgb(206, 153, 18); } .coins .path4:before { content: "\ed73"; margin-left: -1em; color: rgb(206, 153, 18); } .coins .path5:before { content: "\ed74"; margin-left: -1em; color: rgb(206, 153, 18); } .coins .path6:before { content: "\ed75"; margin-left: -1em; color: rgb(206, 153, 18); } .coins .path7:before { content: "\ed76"; margin-left: -1em; color: rgb(206, 153, 18); } .coins .path8:before { content: "\ed77"; margin-left: -1em; color: rgb(206, 153, 18); } .coins .path9:before { content: "\ed78"; margin-left: -1em; color: rgb(206, 153, 18); } .coins .path10:before { content: "\ed79"; margin-left: -1em; color: rgb(206, 153, 18); } .coins .path11:before { content: "\ed7a"; margin-left: -1em; color: rgb(206, 153, 18); } .coins .path12:before { content: "\ed7b"; margin-left: -1em; color: rgb(206, 153, 18); } .coins .path13:before { content: "\ed7c"; margin-left: -1em; color: rgb(228, 175, 24); } .coins .path14:before { content: "\ed7d"; margin-left: -1em; color: rgb(206, 153, 18); } .coins .path15:before { content: "\ed7e"; margin-left: -1em; color: rgb(206, 153, 18); } .coins .path16:before { content: "\ed7f"; margin-left: -1em; color: rgb(206, 153, 18); } .coins .path17:before { content: "\ed80"; margin-left: -1em; color: rgb(206, 153, 18); } .coins .path18:before { content: "\ed81"; margin-left: -1em; color: rgb(206, 153, 18); } .coins .path19:before { content: "\ed82"; margin-left: -1em; color: rgb(206, 153, 18); } .coins .path20:before { content: "\ed83"; margin-left: -1em; color: rgb(206, 153, 18); } .coins .path21:before { content: "\ed84"; margin-left: -1em; color: rgb(206, 153, 18); } .coins .path22:before { content: "\ed85"; margin-left: -1em; color: rgb(206, 153, 18); } .coins .path23:before { content: "\ed86"; margin-left: -1em; color: rgb(206, 153, 18); } .coins .path24:before { content: "\ed87"; margin-left: -1em; color: rgb(255, 217, 73); } .coins .path25:before { content: "\ed88"; margin-left: -1em; color: rgb(255, 217, 73); } .coins .path26:before { content: "\ed89"; margin-left: -1em; color: rgb(228, 175, 24); } .coins .path27:before { content: "\ed8a"; margin-left: -1em; color: rgb(206, 153, 18); } .coins .path28:before { content: "\ed8b"; margin-left: -1em; color: rgb(206, 153, 18); } .coins .path29:before { content: "\ed8c"; margin-left: -1em; color: rgb(206, 153, 18); } .coins .path30:before { content: "\ed8d"; margin-left: -1em; color: rgb(206, 153, 18); } .coins .path31:before { content: "\ed8e"; margin-left: -1em; color: rgb(206, 153, 18); } .coins .path32:before { content: "\ed8f"; margin-left: -1em; color: rgb(206, 153, 18); } .coins .path33:before { content: "\ed90"; margin-left: -1em; color: rgb(206, 153, 18); } .coins .path34:before { content: "\ed91"; margin-left: -1em; color: rgb(206, 153, 18); } .coins .path35:before { content: "\ed92"; margin-left: -1em; color: rgb(206, 153, 18); } .coins .path36:before { content: "\ed93"; margin-left: -1em; color: rgb(206, 153, 18); } .coins .path37:before { content: "\ed94"; margin-left: -1em; color: rgb(252, 198, 45); } .coins .path38:before { content: "\ed95"; margin-left: -1em; color: rgb(255, 217, 73); } .coins .path39:before { content: "\ed96"; margin-left: -1em; color: rgb(240, 196, 27); } .coins-1 .path1:before { content: "\ed97"; color: rgb(228, 175, 24); } .coins-1 .path2:before { content: "\ed98"; margin-left: -1em; color: rgb(244, 191, 26); } .coins-1 .path3:before { content: "\ed99"; margin-left: -1em; color: rgb(228, 175, 24); } .coins-1 .path4:before { content: "\ed9a"; margin-left: -1em; color: rgb(255, 217, 73); } .coins-1 .path5:before { content: "\ed9b"; margin-left: -1em; color: rgb(244, 191, 26); } .coins-1 .path6:before { content: "\ed9c"; margin-left: -1em; color: rgb(220, 168, 21); } .coins-1 .path7:before { content: "\ed9d"; margin-left: -1em; color: rgb(220, 168, 21); } .coins-1 .path8:before { content: "\ed9e"; margin-left: -1em; color: rgb(220, 168, 21); } .coins-1 .path9:before { content: "\ed9f"; margin-left: -1em; color: rgb(220, 168, 21); } .coins-1 .path10:before { content: "\eda0"; margin-left: -1em; color: rgb(220, 168, 21); } .coins-1 .path11:before { content: "\eda1"; margin-left: -1em; color: rgb(220, 168, 21); } .coins-1 .path12:before { content: "\eda2"; margin-left: -1em; color: rgb(220, 168, 21); } .coins-1 .path13:before { content: "\eda3"; margin-left: -1em; color: rgb(220, 168, 21); } .coins-1 .path14:before { content: "\eda4"; margin-left: -1em; color: rgb(220, 168, 21); } .coins-1 .path15:before { content: "\eda5"; margin-left: -1em; color: rgb(196, 146, 20); } .coins-1 .path16:before { content: "\eda6"; margin-left: -1em; color: rgb(196, 146, 20); } .coins-1 .path17:before { content: "\eda7"; margin-left: -1em; color: rgb(196, 146, 20); } .coins-1 .path18:before { content: "\eda8"; margin-left: -1em; color: rgb(196, 146, 20); } .coins-1 .path19:before { content: "\eda9"; margin-left: -1em; color: rgb(196, 146, 20); } .coins-1 .path20:before { content: "\edaa"; margin-left: -1em; color: rgb(196, 146, 20); } .coins-1 .path21:before { content: "\edab"; margin-left: -1em; color: rgb(196, 146, 20); } .coins-1 .path22:before { content: "\edac"; margin-left: -1em; color: rgb(196, 146, 20); } .coins-1 .path23:before { content: "\edad"; margin-left: -1em; color: rgb(196, 146, 20); } .coins-1 .path24:before { content: "\edae"; margin-left: -1em; color: rgb(220, 168, 21); } .coins-1 .path25:before { content: "\edaf"; margin-left: -1em; color: rgb(220, 168, 21); } .coins-1 .path26:before { content: "\edb0"; margin-left: -1em; color: rgb(220, 168, 21); } .coins-1 .path27:before { content: "\edb1"; margin-left: -1em; color: rgb(220, 168, 21); } .coins-1 .path28:before { content: "\edb2"; margin-left: -1em; color: rgb(220, 168, 21); } .coins-1 .path29:before { content: "\edb3"; margin-left: -1em; color: rgb(220, 168, 21); } .coins-1 .path30:before { content: "\edb4"; margin-left: -1em; color: rgb(220, 168, 21); } .coins-1 .path31:before { content: "\edb5"; margin-left: -1em; color: rgb(220, 168, 21); } .coins-1 .path32:before { content: "\edb6"; margin-left: -1em; color: rgb(220, 168, 21); } .coins-1 .path33:before { content: "\edb7"; margin-left: -1em; color: rgb(196, 146, 20); } .coins-1 .path34:before { content: "\edb8"; margin-left: -1em; color: rgb(196, 146, 20); } .coins-1 .path35:before { content: "\edb9"; margin-left: -1em; color: rgb(196, 146, 20); } .coins-1 .path36:before { content: "\edba"; margin-left: -1em; color: rgb(196, 146, 20); } .coins-1 .path37:before { content: "\edbb"; margin-left: -1em; color: rgb(196, 146, 20); } .coins-1 .path38:before { content: "\edbc"; margin-left: -1em; color: rgb(196, 146, 20); } .coins-1 .path39:before { content: "\edbd"; margin-left: -1em; color: rgb(196, 146, 20); } .coins-1 .path40:before { content: "\edbe"; margin-left: -1em; color: rgb(196, 146, 20); } .coins-1 .path41:before { content: "\edbf"; margin-left: -1em; color: rgb(196, 146, 20); } .coins-1 .path42:before { content: "\edc0"; margin-left: -1em; color: rgb(252, 198, 45); } .coins-1 .path43:before { content: "\edc1"; margin-left: -1em; color: rgb(255, 217, 73); } .coins-1 .path44:before { content: "\edc2"; margin-left: -1em; color: rgb(252, 198, 45); } .crate .path1:before { content: "\edc3"; color: rgb(143, 97, 39); } .crate .path2:before { content: "\edc4"; margin-left: -1em; color: rgb(173, 126, 78); } .crate .path3:before { content: "\edc5"; margin-left: -1em; color: rgb(202, 150, 90); } .crate .path4:before { content: "\edc6"; margin-left: -1em; color: rgb(173, 126, 78); } .crate .path5:before { content: "\edc7"; margin-left: -1em; color: rgb(202, 150, 90); } .crate .path6:before { content: "\edc8"; margin-left: -1em; color: rgb(230, 231, 232); } .crate .path7:before { content: "\edc9"; margin-left: -1em; color: rgb(230, 231, 232); } .crate .path8:before { content: "\edca"; margin-left: -1em; color: rgb(230, 231, 232); } .crate .path9:before { content: "\edcb"; margin-left: -1em; color: rgb(230, 231, 232); } .crate .path10:before { content: "\edcc"; margin-left: -1em; color: rgb(230, 231, 232); } .crate .path11:before { content: "\edcd"; margin-left: -1em; color: rgb(230, 231, 232); } .crate .path12:before { content: "\edce"; margin-left: -1em; color: rgb(230, 231, 232); } .crate .path13:before { content: "\edcf"; margin-left: -1em; color: rgb(230, 231, 232); } .crate .path14:before { content: "\edd0"; margin-left: -1em; color: rgb(230, 231, 232); } .crate .path15:before { content: "\edd1"; margin-left: -1em; color: rgb(230, 231, 232); } .crate .path16:before { content: "\edd2"; margin-left: -1em; color: rgb(230, 231, 232); } .crate .path17:before { content: "\edd3"; margin-left: -1em; color: rgb(230, 231, 232); } .crate .path18:before { content: "\edd4"; margin-left: -1em; color: rgb(230, 231, 232); } .crate .path19:before { content: "\edd5"; margin-left: -1em; color: rgb(230, 231, 232); } .crate .path20:before { content: "\edd6"; margin-left: -1em; color: rgb(230, 231, 232); } .crate .path21:before { content: "\edd7"; margin-left: -1em; color: rgb(230, 231, 232); } .crate .path22:before { content: "\edd8"; margin-left: -1em; color: rgb(112, 73, 30); } .crate .path23:before { content: "\edd9"; margin-left: -1em; color: rgb(112, 73, 30); } .crate .path24:before { content: "\edda"; margin-left: -1em; color: rgb(112, 73, 30); } .crate-1 .path1:before { content: "\eddb"; color: rgb(143, 97, 39); } .crate-1 .path2:before { content: "\eddc"; margin-left: -1em; color: rgb(112, 73, 30); } .crate-1 .path3:before { content: "\eddd"; margin-left: -1em; color: rgb(112, 73, 30); } .crate-1 .path4:before { content: "\edde"; margin-left: -1em; color: rgb(112, 73, 30); } .crate-1 .path5:before { content: "\eddf"; margin-left: -1em; color: rgb(112, 73, 30); } .crate-1 .path6:before { content: "\ede0"; margin-left: -1em; color: rgb(112, 73, 30); } .crate-1 .path7:before { content: "\ede1"; margin-left: -1em; color: rgb(112, 73, 30); } .crate-1 .path8:before { content: "\ede2"; margin-left: -1em; color: rgb(173, 126, 78); } .crate-1 .path9:before { content: "\ede3"; margin-left: -1em; color: rgb(202, 150, 90); } .crate-1 .path10:before { content: "\ede4"; margin-left: -1em; color: rgb(173, 126, 78); } .crate-1 .path11:before { content: "\ede5"; margin-left: -1em; color: rgb(202, 150, 90); } .crate-1 .path12:before { content: "\ede6"; margin-left: -1em; color: rgb(230, 231, 232); } .crate-1 .path13:before { content: "\ede7"; margin-left: -1em; color: rgb(230, 231, 232); } .crate-1 .path14:before { content: "\ede8"; margin-left: -1em; color: rgb(230, 231, 232); } .crate-1 .path15:before { content: "\ede9"; margin-left: -1em; color: rgb(230, 231, 232); } .crate-1 .path16:before { content: "\edea"; margin-left: -1em; color: rgb(230, 231, 232); } .crate-1 .path17:before { content: "\edeb"; margin-left: -1em; color: rgb(230, 231, 232); } .crate-1 .path18:before { content: "\edec"; margin-left: -1em; color: rgb(230, 231, 232); } .crate-1 .path19:before { content: "\eded"; margin-left: -1em; color: rgb(230, 231, 232); } .crate-1 .path20:before { content: "\edee"; margin-left: -1em; color: rgb(230, 231, 232); } .crate-1 .path21:before { content: "\edef"; margin-left: -1em; color: rgb(230, 231, 232); } .crate-1 .path22:before { content: "\edf0"; margin-left: -1em; color: rgb(230, 231, 232); } .crate-1 .path23:before { content: "\edf1"; margin-left: -1em; color: rgb(230, 231, 232); } .crate-1 .path24:before { content: "\edf2"; margin-left: -1em; color: rgb(230, 231, 232); } .crate-1 .path25:before { content: "\edf3"; margin-left: -1em; color: rgb(230, 231, 232); } .crate-1 .path26:before { content: "\edf4"; margin-left: -1em; color: rgb(230, 231, 232); } .crate-1 .path27:before { content: "\edf5"; margin-left: -1em; color: rgb(230, 231, 232); } .crate-1 .path28:before { content: "\edf6"; margin-left: -1em; color: rgb(173, 126, 78); } .crate-1 .path29:before { content: "\edf7"; margin-left: -1em; color: rgb(173, 126, 78); } .crate-1 .path30:before { content: "\edf8"; margin-left: -1em; color: rgb(143, 97, 39); } .crate-1 .path31:before { content: "\edf9"; margin-left: -1em; color: rgb(143, 97, 39); } .crate-1 .path32:before { content: "\edfa"; margin-left: -1em; color: rgb(143, 97, 39); } .crate-1 .path33:before { content: "\edfb"; margin-left: -1em; color: rgb(143, 97, 39); } .crate-1 .path34:before { content: "\edfc"; margin-left: -1em; color: rgb(173, 126, 78); } .crate-1 .path35:before { content: "\edfd"; margin-left: -1em; color: rgb(173, 126, 78); } .crate-2 .path1:before { content: "\edfe"; color: rgb(143, 97, 39); } .crate-2 .path2:before { content: "\edff"; margin-left: -1em; color: rgb(173, 126, 78); } .crate-2 .path3:before { content: "\ee00"; margin-left: -1em; color: rgb(202, 150, 90); } .crate-2 .path4:before { content: "\ee01"; margin-left: -1em; color: rgb(173, 126, 78); } .crate-2 .path5:before { content: "\ee02"; margin-left: -1em; color: rgb(202, 150, 90); } .crate-2 .path6:before { content: "\ee03"; margin-left: -1em; color: rgb(230, 231, 232); } .crate-2 .path7:before { content: "\ee04"; margin-left: -1em; color: rgb(230, 231, 232); } .crate-2 .path8:before { content: "\ee05"; margin-left: -1em; color: rgb(230, 231, 232); } .crate-2 .path9:before { content: "\ee06"; margin-left: -1em; color: rgb(230, 231, 232); } .crate-2 .path10:before { content: "\ee07"; margin-left: -1em; color: rgb(230, 231, 232); } .crate-2 .path11:before { content: "\ee08"; margin-left: -1em; color: rgb(230, 231, 232); } .crate-2 .path12:before { content: "\ee09"; margin-left: -1em; color: rgb(230, 231, 232); } .crate-2 .path13:before { content: "\ee0a"; margin-left: -1em; color: rgb(230, 231, 232); } .crate-2 .path14:before { content: "\ee0b"; margin-left: -1em; color: rgb(230, 231, 232); } .crate-2 .path15:before { content: "\ee0c"; margin-left: -1em; color: rgb(230, 231, 232); } .crate-2 .path16:before { content: "\ee0d"; margin-left: -1em; color: rgb(230, 231, 232); } .crate-2 .path17:before { content: "\ee0e"; margin-left: -1em; color: rgb(230, 231, 232); } .crate-2 .path18:before { content: "\ee0f"; margin-left: -1em; color: rgb(230, 231, 232); } .crate-2 .path19:before { content: "\ee10"; margin-left: -1em; color: rgb(230, 231, 232); } .crate-2 .path20:before { content: "\ee11"; margin-left: -1em; color: rgb(230, 231, 232); } .crate-2 .path21:before { content: "\ee12"; margin-left: -1em; color: rgb(230, 231, 232); } .crate-2 .path22:before { content: "\ee13"; margin-left: -1em; color: rgb(173, 126, 78); } .crate-2 .path23:before { content: "\ee14"; margin-left: -1em; color: rgb(173, 126, 78); } .crate-2 .path24:before { content: "\ee15"; margin-left: -1em; color: rgb(143, 97, 39); } .crate-2 .path25:before { content: "\ee16"; margin-left: -1em; color: rgb(143, 97, 39); } .crate-2 .path26:before { content: "\ee17"; margin-left: -1em; color: rgb(143, 97, 39); } .crate-2 .path27:before { content: "\ee18"; margin-left: -1em; color: rgb(143, 97, 39); } .crate-2 .path28:before { content: "\ee19"; margin-left: -1em; color: rgb(173, 126, 78); } .crate-2 .path29:before { content: "\ee1a"; margin-left: -1em; color: rgb(173, 126, 78); } .crate-2 .path30:before { content: "\ee1b"; margin-left: -1em; color: rgb(112, 73, 30); } .crate-2 .path31:before { content: "\ee1c"; margin-left: -1em; color: rgb(112, 73, 30); } .crate-2 .path32:before { content: "\ee1d"; margin-left: -1em; color: rgb(112, 73, 30); } .crate-2 .path33:before { content: "\ee1e"; margin-left: -1em; color: rgb(112, 73, 30); } .crate-3 .path1:before { content: "\ee1f"; color: rgb(202, 150, 90); } .crate-3 .path2:before { content: "\ee20"; margin-left: -1em; color: rgb(173, 126, 78); } .crate-3 .path3:before { content: "\ee21"; margin-left: -1em; color: rgb(173, 126, 78); } .crate-3 .path4:before { content: "\ee22"; margin-left: -1em; color: rgb(202, 150, 90); } .crate-3 .path5:before { content: "\ee23"; margin-left: -1em; color: rgb(230, 230, 230); } .crate-3 .path6:before { content: "\ee24"; margin-left: -1em; color: rgb(230, 230, 230); } .crate-3 .path7:before { content: "\ee25"; margin-left: -1em; color: rgb(230, 230, 230); } .crate-3 .path8:before { content: "\ee26"; margin-left: -1em; color: rgb(230, 230, 230); } .crate-3 .path9:before { content: "\ee27"; margin-left: -1em; color: rgb(230, 230, 230); } .crate-3 .path10:before { content: "\ee28"; margin-left: -1em; color: rgb(230, 230, 230); } .crate-3 .path11:before { content: "\ee29"; margin-left: -1em; color: rgb(230, 230, 230); } .crate-3 .path12:before { content: "\ee2a"; margin-left: -1em; color: rgb(230, 230, 230); } .crate-3 .path13:before { content: "\ee2b"; margin-left: -1em; color: rgb(230, 230, 230); } .crate-3 .path14:before { content: "\ee2c"; margin-left: -1em; color: rgb(230, 230, 230); } .crate-3 .path15:before { content: "\ee2d"; margin-left: -1em; color: rgb(230, 230, 230); } .crate-3 .path16:before { content: "\ee2e"; margin-left: -1em; color: rgb(230, 230, 230); } .crate-3 .path17:before { content: "\ee2f"; margin-left: -1em; color: rgb(230, 230, 230); } .crate-3 .path18:before { content: "\ee30"; margin-left: -1em; color: rgb(230, 230, 230); } .crate-3 .path19:before { content: "\ee31"; margin-left: -1em; color: rgb(230, 230, 230); } .crate-3 .path20:before { content: "\ee32"; margin-left: -1em; color: rgb(230, 230, 230); } .crate-3 .path21:before { content: "\ee33"; margin-left: -1em; color: rgb(143, 97, 39); } .crate-3 .path22:before { content: "\ee34"; margin-left: -1em; color: rgb(112, 73, 30); } .crate-3 .path23:before { content: "\ee35"; margin-left: -1em; color: rgb(112, 73, 30); } .crate-3 .path24:before { content: "\ee36"; margin-left: -1em; color: rgb(112, 73, 30); } .crate-3 .path25:before { content: "\ee37"; margin-left: -1em; color: rgb(112, 73, 30); } .crate-4 .path1:before { content: "\ee38"; color: rgb(143, 97, 39); } .crate-4 .path2:before { content: "\ee39"; margin-left: -1em; color: rgb(112, 73, 30); } .crate-4 .path3:before { content: "\ee3a"; margin-left: -1em; color: rgb(112, 73, 30); } .crate-4 .path4:before { content: "\ee3b"; margin-left: -1em; color: rgb(112, 73, 30); } .crate-4 .path5:before { content: "\ee3c"; margin-left: -1em; color: rgb(112, 73, 30); } .crate-4 .path6:before { content: "\ee3d"; margin-left: -1em; color: rgb(112, 73, 30); } .crate-4 .path7:before { content: "\ee3e"; margin-left: -1em; color: rgb(112, 73, 30); } .crate-4 .path8:before { content: "\ee3f"; margin-left: -1em; color: rgb(202, 150, 90); } .crate-4 .path9:before { content: "\ee40"; margin-left: -1em; color: rgb(173, 126, 78); } .crate-4 .path10:before { content: "\ee41"; margin-left: -1em; color: rgb(173, 126, 78); } .crate-4 .path11:before { content: "\ee42"; margin-left: -1em; color: rgb(202, 150, 90); } .crate-4 .path12:before { content: "\ee43"; margin-left: -1em; color: rgb(230, 230, 230); } .crate-4 .path13:before { content: "\ee44"; margin-left: -1em; color: rgb(230, 230, 230); } .crate-4 .path14:before { content: "\ee45"; margin-left: -1em; color: rgb(230, 230, 230); } .crate-4 .path15:before { content: "\ee46"; margin-left: -1em; color: rgb(230, 230, 230); } .crate-4 .path16:before { content: "\ee47"; margin-left: -1em; color: rgb(230, 230, 230); } .crate-4 .path17:before { content: "\ee48"; margin-left: -1em; color: rgb(230, 230, 230); } .crate-4 .path18:before { content: "\ee49"; margin-left: -1em; color: rgb(230, 230, 230); } .crate-4 .path19:before { content: "\ee4a"; margin-left: -1em; color: rgb(230, 230, 230); } .crate-4 .path20:before { content: "\ee4b"; margin-left: -1em; color: rgb(230, 230, 230); } .crate-4 .path21:before { content: "\ee4c"; margin-left: -1em; color: rgb(230, 230, 230); } .crate-4 .path22:before { content: "\ee4d"; margin-left: -1em; color: rgb(230, 230, 230); } .crate-4 .path23:before { content: "\ee4e"; margin-left: -1em; color: rgb(230, 230, 230); } .crate-4 .path24:before { content: "\ee4f"; margin-left: -1em; color: rgb(230, 230, 230); } .crate-4 .path25:before { content: "\ee50"; margin-left: -1em; color: rgb(230, 230, 230); } .crate-4 .path26:before { content: "\ee51"; margin-left: -1em; color: rgb(230, 230, 230); } .crate-4 .path27:before { content: "\ee52"; margin-left: -1em; color: rgb(230, 230, 230); } .crate-5 .path1:before { content: "\ee53"; color: rgb(143, 97, 39); } .crate-5 .path2:before { content: "\ee54"; margin-left: -1em; color: rgb(112, 73, 30); } .crate-5 .path3:before { content: "\ee55"; margin-left: -1em; color: rgb(112, 73, 30); } .crate-5 .path4:before { content: "\ee56"; margin-left: -1em; color: rgb(112, 73, 30); } .crate-5 .path5:before { content: "\ee57"; margin-left: -1em; color: rgb(202, 150, 90); } .crate-5 .path6:before { content: "\ee58"; margin-left: -1em; color: rgb(173, 126, 78); } .crate-5 .path7:before { content: "\ee59"; margin-left: -1em; color: rgb(173, 126, 78); } .crate-5 .path8:before { content: "\ee5a"; margin-left: -1em; color: rgb(202, 150, 90); } .crate-5 .path9:before { content: "\ee5b"; margin-left: -1em; color: rgb(230, 230, 230); } .crate-5 .path10:before { content: "\ee5c"; margin-left: -1em; color: rgb(230, 230, 230); } .crate-5 .path11:before { content: "\ee5d"; margin-left: -1em; color: rgb(230, 230, 230); } .crate-5 .path12:before { content: "\ee5e"; margin-left: -1em; color: rgb(230, 230, 230); } .crate-5 .path13:before { content: "\ee5f"; margin-left: -1em; color: rgb(230, 230, 230); } .crate-5 .path14:before { content: "\ee60"; margin-left: -1em; color: rgb(230, 230, 230); } .crate-5 .path15:before { content: "\ee61"; margin-left: -1em; color: rgb(230, 230, 230); } .crate-5 .path16:before { content: "\ee62"; margin-left: -1em; color: rgb(230, 230, 230); } .crate-5 .path17:before { content: "\ee63"; margin-left: -1em; color: rgb(230, 230, 230); } .crate-5 .path18:before { content: "\ee64"; margin-left: -1em; color: rgb(230, 230, 230); } .crate-5 .path19:before { content: "\ee65"; margin-left: -1em; color: rgb(230, 230, 230); } .crate-5 .path20:before { content: "\ee66"; margin-left: -1em; color: rgb(230, 230, 230); } .crate-5 .path21:before { content: "\ee67"; margin-left: -1em; color: rgb(230, 230, 230); } .crate-5 .path22:before { content: "\ee68"; margin-left: -1em; color: rgb(230, 230, 230); } .crate-5 .path23:before { content: "\ee69"; margin-left: -1em; color: rgb(230, 230, 230); } .crate-5 .path24:before { content: "\ee6a"; margin-left: -1em; color: rgb(230, 230, 230); } .credit-card .path1:before { content: "\ee6b"; color: rgb(209, 212, 210); } .credit-card .path2:before { content: "\ee6c"; margin-left: -1em; color: rgb(165, 165, 164); } .credit-card .path3:before { content: "\ee6d"; margin-left: -1em; color: rgb(255, 255, 255); } .credit-card .path4:before { content: "\ee6e"; margin-left: -1em; color: rgb(255, 255, 255); } .credit-card .path5:before { content: "\ee6f"; margin-left: -1em; color: rgb(255, 255, 255); } .credit-card .path6:before { content: "\ee70"; margin-left: -1em; color: rgb(255, 255, 255); } .credit-card .path7:before { content: "\ee71"; margin-left: -1em; color: rgb(255, 255, 255); } .credit-card .path8:before { content: "\ee72"; margin-left: -1em; color: rgb(255, 255, 255); } .credit-card .path9:before { content: "\ee73"; margin-left: -1em; color: rgb(255, 255, 255); } .credit-card .path10:before { content: "\ee74"; margin-left: -1em; color: rgb(255, 255, 255); } .credit-card .path11:before { content: "\ee75"; margin-left: -1em; color: rgb(255, 255, 255); } .credit-card .path12:before { content: "\ee76"; margin-left: -1em; color: rgb(255, 255, 255); } .credit-card .path13:before { content: "\ee77"; margin-left: -1em; color: rgb(255, 255, 255); } .credit-card .path14:before { content: "\ee78"; margin-left: -1em; color: rgb(255, 255, 255); } .credit-card .path15:before { content: "\ee79"; margin-left: -1em; color: rgb(255, 255, 255); } .credit-card .path16:before { content: "\ee7a"; margin-left: -1em; color: rgb(68, 130, 196); } .credit-card .path17:before { content: "\ee7b"; margin-left: -1em; color: rgb(68, 130, 196); } .credit-card-1 .path1:before { content: "\ee7c"; color: rgb(240, 196, 27); } .credit-card-1 .path2:before { content: "\ee7d"; margin-left: -1em; color: rgb(128, 111, 94); } .credit-card-1 .path3:before { content: "\ee7e"; margin-left: -1em; color: rgb(249, 234, 176); } .credit-card-1 .path4:before { content: "\ee7f"; margin-left: -1em; color: rgb(249, 234, 176); } .credit-card-1 .path5:before { content: "\ee80"; margin-left: -1em; color: rgb(249, 234, 176); } .credit-card-1 .path6:before { content: "\ee81"; margin-left: -1em; color: rgb(249, 234, 176); } .credit-card-1 .path7:before { content: "\ee82"; margin-left: -1em; color: rgb(249, 234, 176); } .credit-card-1 .path8:before { content: "\ee83"; margin-left: -1em; color: rgb(249, 234, 176); } .credit-card-1 .path9:before { content: "\ee84"; margin-left: -1em; color: rgb(249, 234, 176); } .credit-card-1 .path10:before { content: "\ee85"; margin-left: -1em; color: rgb(219, 34, 21); } .credit-card-1 .path11:before { content: "\ee86"; margin-left: -1em; color: rgb(36, 94, 169); } .credit-card-2 .path1:before { content: "\ee87"; color: rgb(135, 152, 204); } .credit-card-2 .path2:before { content: "\ee88"; margin-left: -1em; color: rgb(85, 97, 128); } .credit-card-2 .path3:before { content: "\ee89"; margin-left: -1em; color: rgb(176, 211, 240); } .credit-card-2 .path4:before { content: "\ee8a"; margin-left: -1em; color: rgb(176, 211, 240); } .credit-card-2 .path5:before { content: "\ee8b"; margin-left: -1em; color: rgb(176, 211, 240); } .credit-card-2 .path6:before { content: "\ee8c"; margin-left: -1em; color: rgb(176, 211, 240); } .credit-card-2 .path7:before { content: "\ee8d"; margin-left: -1em; color: rgb(176, 211, 240); } .credit-card-2 .path8:before { content: "\ee8e"; margin-left: -1em; color: rgb(176, 211, 240); } .credit-card-2 .path9:before { content: "\ee8f"; margin-left: -1em; color: rgb(176, 211, 240); } .credit-card-2 .path10:before { content: "\ee90"; margin-left: -1em; color: rgb(145, 186, 225); } .credit-card-3 .path1:before { content: "\ee91"; color: rgb(58, 121, 189); } .credit-card-3 .path2:before { content: "\ee92"; margin-left: -1em; color: rgb(255, 255, 255); } .credit-card-3 .path3:before { content: "\ee93"; margin-left: -1em; color: rgb(255, 255, 255); } .credit-card-3 .path4:before { content: "\ee94"; margin-left: -1em; color: rgb(255, 255, 255); } .credit-card-3 .path5:before { content: "\ee95"; margin-left: -1em; color: rgb(255, 255, 255); } .credit-card-3 .path6:before { content: "\ee96"; margin-left: -1em; color: rgb(255, 255, 255); } .credit-card-3 .path7:before { content: "\ee97"; margin-left: -1em; color: rgb(255, 255, 255); } .credit-card-3 .path8:before { content: "\ee98"; margin-left: -1em; color: rgb(255, 255, 255); } .credit-card-3 .path9:before { content: "\ee99"; margin-left: -1em; color: rgb(44, 145, 208); } .credit-card-3 .path10:before { content: "\ee9a"; margin-left: -1em; color: rgb(255, 255, 255); } .credit-card-3 .path11:before { content: "\ee9b"; margin-left: -1em; color: rgb(29, 106, 170); } .credit-card-3 .path12:before { content: "\ee9c"; margin-left: -1em; color: rgb(29, 106, 170); } .credit-card-3 .path13:before { content: "\ee9d"; margin-left: -1em; color: rgb(29, 106, 170); } .credit-card-3 .path14:before { content: "\ee9e"; margin-left: -1em; color: rgb(29, 106, 170); } .credit-card-4 .path1:before { content: "\ee9f"; color: rgb(213, 184, 154); } .credit-card-4 .path2:before { content: "\eea0"; margin-left: -1em; color: rgb(231, 76, 61); } .credit-card-4 .path3:before { content: "\eea1"; margin-left: -1em; color: rgb(240, 196, 27); } .credit-card-4 .path4:before { content: "\eea2"; margin-left: -1em; color: rgb(228, 214, 182); } .credit-card-4 .path5:before { content: "\eea3"; margin-left: -1em; color: rgb(228, 214, 182); } .credit-card-4 .path6:before { content: "\eea4"; margin-left: -1em; color: rgb(228, 214, 182); } .credit-card-4 .path7:before { content: "\eea5"; margin-left: -1em; color: rgb(228, 214, 182); } .credit-card-4 .path8:before { content: "\eea6"; margin-left: -1em; color: rgb(228, 214, 182); } .credit-card-4 .path9:before { content: "\eea7"; margin-left: -1em; color: rgb(228, 214, 182); } .credit-card-4 .path10:before { content: "\eea8"; margin-left: -1em; color: rgb(228, 214, 182); } .credit-card-4 .path11:before { content: "\eea9"; margin-left: -1em; color: rgb(102, 82, 72); } .credit-card-4 .path12:before { content: "\eeaa"; margin-left: -1em; color: rgb(102, 82, 72); } .credit-card-4 .path13:before { content: "\eeab"; margin-left: -1em; color: rgb(102, 82, 72); } .credit-card-4 .path14:before { content: "\eeac"; margin-left: -1em; color: rgb(102, 82, 72); } .credit-card-5 .path1:before { content: "\eead"; color: rgb(204, 179, 117); } .credit-card-5 .path2:before { content: "\eeae"; margin-left: -1em; color: rgb(122, 105, 60); } .credit-card-5 .path3:before { content: "\eeaf"; margin-left: -1em; color: rgb(122, 105, 60); } .credit-card-5 .path4:before { content: "\eeb0"; margin-left: -1em; color: rgb(122, 105, 60); } .credit-card-5 .path5:before { content: "\eeb1"; margin-left: -1em; color: rgb(122, 105, 60); } .credit-card-5 .path6:before { content: "\eeb2"; margin-left: -1em; color: rgb(122, 105, 60); } .credit-card-5 .path7:before { content: "\eeb3"; margin-left: -1em; color: rgb(122, 105, 60); } .credit-card-5 .path8:before { content: "\eeb4"; margin-left: -1em; color: rgb(122, 105, 60); } .credit-card-5 .path9:before { content: "\eeb5"; margin-left: -1em; color: rgb(231, 76, 61); } .credit-card-5 .path10:before { content: "\eeb6"; margin-left: -1em; color: rgb(240, 196, 27); } .credit-card-5 .path11:before { content: "\eeb7"; margin-left: -1em; color: rgb(240, 196, 27); } .credit-card-5 .path12:before { content: "\eeb8"; margin-left: -1em; color: rgb(243, 213, 92); } .credit-card-5 .path13:before { content: "\eeb9"; margin-left: -1em; color: rgb(240, 196, 27); } .credit-card-5 .path14:before { content: "\eeba"; margin-left: -1em; color: rgb(243, 213, 92); } .credit-card-5 .path15:before { content: "\eebb"; margin-left: -1em; color: rgb(243, 213, 92); } .credit-card-5 .path16:before { content: "\eebc"; margin-left: -1em; color: rgb(243, 213, 92); } .credit-card-5 .path17:before { content: "\eebd"; margin-left: -1em; color: rgb(243, 213, 92); } .credit-card-6 .path1:before { content: "\eebe"; color: rgb(107, 190, 161); } .credit-card-6 .path2:before { content: "\eebf"; margin-left: -1em; color: rgb(73, 134, 121); } .credit-card-6 .path3:before { content: "\eec0"; margin-left: -1em; color: rgb(73, 134, 121); } .credit-card-6 .path4:before { content: "\eec1"; margin-left: -1em; color: rgb(73, 134, 121); } .credit-card-6 .path5:before { content: "\eec2"; margin-left: -1em; color: rgb(73, 134, 121); } .credit-card-6 .path6:before { content: "\eec3"; margin-left: -1em; color: rgb(240, 196, 27); } .credit-card-6 .path7:before { content: "\eec4"; margin-left: -1em; color: rgb(243, 213, 92); } .credit-card-6 .path8:before { content: "\eec5"; margin-left: -1em; color: rgb(240, 196, 27); } .credit-card-6 .path9:before { content: "\eec6"; margin-left: -1em; color: rgb(243, 213, 92); } .credit-card-6 .path10:before { content: "\eec7"; margin-left: -1em; color: rgb(243, 213, 92); } .credit-card-6 .path11:before { content: "\eec8"; margin-left: -1em; color: rgb(243, 213, 92); } .credit-card-6 .path12:before { content: "\eec9"; margin-left: -1em; color: rgb(243, 213, 92); } .credit-card-6 .path13:before { content: "\eeca"; margin-left: -1em; color: rgb(73, 134, 121); } .credit-card-6 .path14:before { content: "\eecb"; margin-left: -1em; color: rgb(73, 134, 121); } .credit-card-6 .path15:before { content: "\eecc"; margin-left: -1em; color: rgb(73, 134, 121); } .credit-card-6 .path16:before { content: "\eecd"; margin-left: -1em; color: rgb(73, 134, 121); } .credit-card-6 .path17:before { content: "\eece"; margin-left: -1em; color: rgb(73, 134, 121); } .credit-card-6 .path18:before { content: "\eecf"; margin-left: -1em; color: rgb(73, 134, 121); } .credit-card-6 .path19:before { content: "\eed0"; margin-left: -1em; color: rgb(73, 134, 121); } .delivery-cart .path1:before { content: "\eed1"; color: rgb(232, 213, 178); } .delivery-cart .path2:before { content: "\eed2"; margin-left: -1em; color: rgb(169, 130, 88); } .delivery-cart .path3:before { content: "\eed3"; margin-left: -1em; color: rgb(134, 151, 203); } .delivery-cart .path4:before { content: "\eed4"; margin-left: -1em; color: rgb(203, 178, 146); } .delivery-cart .path5:before { content: "\eed5"; margin-left: -1em; color: rgb(244, 213, 189); } .delivery-cart .path6:before { content: "\eed6"; margin-left: -1em; color: rgb(85, 96, 128); } .delivery-cart .path7:before { content: "\eed7"; margin-left: -1em; color: rgb(85, 96, 128); } .delivery-cart .path8:before { content: "\eed8"; margin-left: -1em; color: rgb(189, 195, 199); } .delivery-cart .path9:before { content: "\eed9"; margin-left: -1em; color: rgb(189, 195, 199); } .delivery-cart .path10:before { content: "\eeda"; margin-left: -1em; color: rgb(189, 195, 199); } .delivery-cart .path11:before { content: "\eedb"; margin-left: -1em; color: rgb(216, 98, 94); } .delivery-cart-1 .path1:before { content: "\eedc"; color: rgb(143, 97, 39); } .delivery-cart-1 .path2:before { content: "\eedd"; margin-left: -1em; color: rgb(112, 73, 30); } .delivery-cart-1 .path3:before { content: "\eede"; margin-left: -1em; color: rgb(85, 96, 128); } .delivery-cart-1 .path4:before { content: "\eedf"; margin-left: -1em; color: rgb(85, 96, 128); } .delivery-cart-1 .path5:before { content: "\eee0"; margin-left: -1em; color: rgb(85, 96, 128); } .delivery-cart-1 .path6:before { content: "\eee1"; margin-left: -1em; color: rgb(85, 96, 128); } .delivery-cart-1 .path7:before { content: "\eee2"; margin-left: -1em; color: rgb(85, 96, 128); } .delivery-cart-1 .path8:before { content: "\eee3"; margin-left: -1em; color: rgb(202, 150, 90); } .delivery-cart-1 .path9:before { content: "\eee4"; margin-left: -1em; color: rgb(173, 126, 78); } .delivery-cart-1 .path10:before { content: "\eee5"; margin-left: -1em; color: rgb(202, 150, 90); } .delivery-cart-1 .path11:before { content: "\eee6"; margin-left: -1em; color: rgb(173, 126, 78); } .delivery-cart-1 .path12:before { content: "\eee7"; margin-left: -1em; color: rgb(216, 98, 94); } .delivery-cart-1 .path13:before { content: "\eee8"; margin-left: -1em; color: rgb(202, 150, 90); } .delivery-cart-1 .path14:before { content: "\eee9"; margin-left: -1em; color: rgb(173, 126, 78); } .delivery-cart-1 .path15:before { content: "\eeea"; margin-left: -1em; color: rgb(173, 126, 78); } .delivery-cart-1 .path16:before { content: "\eeeb"; margin-left: -1em; color: rgb(202, 150, 90); } .diagram .path1:before { content: "\eeec"; color: rgb(85, 96, 128); } .diagram .path2:before { content: "\eeed"; margin-left: -1em; color: rgb(85, 96, 128); } .diagram .path3:before { content: "\eeee"; margin-left: -1em; color: rgb(240, 196, 25); } .diagram .path4:before { content: "\eeef"; margin-left: -1em; color: rgb(241, 141, 70); } .diagram .path5:before { content: "\eef0"; margin-left: -1em; color: rgb(242, 156, 31); } .diagram .path6:before { content: "\eef1"; margin-left: -1em; color: rgb(0, 150, 230); } .diagram-1 .path1:before { content: "\eef2"; color: rgb(85, 96, 128); } .diagram-1 .path2:before { content: "\eef3"; margin-left: -1em; color: rgb(85, 96, 128); } .diagram-1 .path3:before { content: "\eef4"; margin-left: -1em; color: rgb(134, 151, 203); } .diagram-1 .path4:before { content: "\eef5"; margin-left: -1em; color: rgb(61, 50, 76); } .diagram-1 .path5:before { content: "\eef6"; margin-left: -1em; color: rgb(85, 96, 128); } .diagram-1 .path6:before { content: "\eef7"; margin-left: -1em; color: rgb(101, 221, 185); } .diagram-2 .path1:before { content: "\eef8"; color: rgb(85, 96, 128); } .diagram-2 .path2:before { content: "\eef9"; margin-left: -1em; color: rgb(85, 96, 128); } .diagram-2 .path3:before { content: "\eefa"; margin-left: -1em; color: rgb(70, 178, 157); } .diagram-2 .path4:before { content: "\eefb"; margin-left: -1em; color: rgb(43, 127, 111); } .diagram-2 .path5:before { content: "\eefc"; margin-left: -1em; color: rgb(59, 155, 137); } .diagram-2 .path6:before { content: "\eefd"; margin-left: -1em; color: rgb(240, 196, 25); } .diagram-3 .path1:before { content: "\eefe"; color: rgb(85, 96, 128); } .diagram-3 .path2:before { content: "\eeff"; margin-left: -1em; color: rgb(85, 96, 128); } .diagram-3 .path3:before { content: "\ef00"; margin-left: -1em; color: rgb(251, 123, 118); } .diagram-3 .path4:before { content: "\ef01"; margin-left: -1em; color: rgb(251, 123, 118); } .diagram-3 .path5:before { content: "\ef02"; margin-left: -1em; color: rgb(251, 123, 118); } .diagram-3 .path6:before { content: "\ef03"; margin-left: -1em; color: rgb(180, 154, 202); } .folder .path1:before { content: "\ef04"; color: rgb(85, 96, 128); } .folder .path2:before { content: "\ef05"; margin-left: -1em; color: rgb(113, 194, 133); } .folder .path3:before { content: "\ef06"; margin-left: -1em; color: rgb(228, 192, 92); } .folder .path4:before { content: "\ef07"; margin-left: -1em; color: rgb(71, 81, 107); } .folder .path5:before { content: "\ef08"; margin-left: -1em; color: rgb(240, 147, 114); } .folder .path6:before { content: "\ef09"; margin-left: -1em; color: rgb(85, 96, 128); } .folder .path7:before { content: "\ef0a"; margin-left: -1em; color: rgb(138, 152, 188); } .folder .path8:before { content: "\ef0b"; margin-left: -1em; color: rgb(98, 111, 142); } .folder .path9:before { content: "\ef0c"; margin-left: -1em; color: rgb(138, 152, 188); } .folder .path10:before { content: "\ef0d"; margin-left: -1em; color: rgb(255, 255, 255); } .folder .path11:before { content: "\ef0e"; margin-left: -1em; color: rgb(255, 255, 255); } .folder .path12:before { content: "\ef0f"; margin-left: -1em; color: rgb(255, 255, 255); } .folder-1 .path1:before { content: "\ef10"; color: rgb(128, 47, 52); } .folder-1 .path2:before { content: "\ef11"; margin-left: -1em; color: rgb(192, 58, 43); } .folder-1 .path3:before { content: "\ef12"; margin-left: -1em; color: rgb(230, 76, 60); } .folder-1 .path4:before { content: "\ef13"; margin-left: -1em; color: rgb(255, 255, 255); } .folder-1 .path5:before { content: "\ef14"; margin-left: -1em; color: rgb(255, 255, 255); } .folder-1 .path6:before { content: "\ef15"; margin-left: -1em; color: rgb(255, 255, 255); } .folder-1 .path7:before { content: "\ef16"; margin-left: -1em; color: rgb(128, 47, 52); } .folder-1 .path8:before { content: "\ef17"; margin-left: -1em; color: rgb(236, 240, 241); } .folder-1 .path9:before { content: "\ef18"; margin-left: -1em; color: rgb(128, 47, 52); } .folder-1 .path10:before { content: "\ef19"; margin-left: -1em; color: rgb(236, 240, 241); } .folder-1 .path11:before { content: "\ef1a"; margin-left: -1em; color: rgb(128, 47, 52); } .folder-1 .path12:before { content: "\ef1b"; margin-left: -1em; color: rgb(236, 240, 241); } .get-money .path1:before { content: "\ef1c"; color: rgb(250, 193, 118); } .get-money .path2:before { content: "\ef1d"; margin-left: -1em; color: rgb(44, 145, 208); } .get-money .path3:before { content: "\ef1e"; margin-left: -1em; color: rgb(226, 172, 105); } .get-money .path4:before { content: "\ef1f"; margin-left: -1em; color: rgb(228, 175, 24); } .get-money .path5:before { content: "\ef20"; margin-left: -1em; color: rgb(228, 175, 24); } .get-money .path6:before { content: "\ef21"; margin-left: -1em; color: rgb(252, 198, 45); } .get-money .path7:before { content: "\ef22"; margin-left: -1em; color: rgb(252, 198, 45); } .get-money .path8:before { content: "\ef23"; margin-left: -1em; color: rgb(85, 97, 128); } .graph .path1:before { content: "\ef24"; color: rgb(151, 119, 168); } .graph .path2:before { content: "\ef25"; margin-left: -1em; color: rgb(151, 119, 168); } .graph .path3:before { content: "\ef26"; margin-left: -1em; color: rgb(151, 119, 168); } .graph .path4:before { content: "\ef27"; margin-left: -1em; color: rgb(85, 96, 128); } .graph .path5:before { content: "\ef28"; margin-left: -1em; color: rgb(85, 96, 128); } .graph .path6:before { content: "\ef29"; margin-left: -1em; color: rgb(189, 195, 199); } .graph .path7:before { content: "\ef2a"; margin-left: -1em; color: rgb(189, 195, 199); } .graph .path8:before { content: "\ef2b"; margin-left: -1em; color: rgb(189, 195, 199); } .graph .path9:before { content: "\ef2c"; margin-left: -1em; color: rgb(189, 195, 199); } .graph .path10:before { content: "\ef2d"; margin-left: -1em; color: rgb(189, 195, 199); } .graph .path11:before { content: "\ef2e"; margin-left: -1em; color: rgb(189, 195, 199); } .graph .path12:before { content: "\ef2f"; margin-left: -1em; color: rgb(189, 195, 199); } .graph .path13:before { content: "\ef30"; margin-left: -1em; color: rgb(242, 156, 31); } .graph .path14:before { content: "\ef31"; margin-left: -1em; color: rgb(113, 194, 133); } .graph .path15:before { content: "\ef32"; margin-left: -1em; color: rgb(113, 194, 133); } .graph .path16:before { content: "\ef33"; margin-left: -1em; color: rgb(242, 156, 31); } .graph-1 .path1:before { content: "\ef34"; color: rgb(113, 194, 133); } .graph-1 .path2:before { content: "\ef35"; margin-left: -1em; color: rgb(240, 196, 25); } .graph-1 .path3:before { content: "\ef36"; margin-left: -1em; color: rgb(134, 151, 203); } .graph-1 .path4:before { content: "\ef37"; margin-left: -1em; color: rgb(134, 151, 203); } .graph-1 .path5:before { content: "\ef38"; margin-left: -1em; color: rgb(134, 151, 203); } .graph-1 .path6:before { content: "\ef39"; margin-left: -1em; color: rgb(134, 151, 203); } .graph-1 .path7:before { content: "\ef3a"; margin-left: -1em; color: rgb(134, 151, 203); } .graph-1 .path8:before { content: "\ef3b"; margin-left: -1em; color: rgb(134, 151, 203); } .graph-1 .path9:before { content: "\ef3c"; margin-left: -1em; color: rgb(134, 151, 203); } .graph-1 .path10:before { content: "\ef3d"; margin-left: -1em; color: rgb(134, 151, 203); } .graph-1 .path11:before { content: "\ef3e"; margin-left: -1em; color: rgb(134, 151, 203); } .graph-2 .path1:before { content: "\ef3f"; color: rgb(229, 126, 37); } .graph-2 .path2:before { content: "\ef40"; margin-left: -1em; color: rgb(38, 185, 154); } .graph-2 .path3:before { content: "\ef41"; margin-left: -1em; color: rgb(38, 185, 154); } .graph-2 .path4:before { content: "\ef42"; margin-left: -1em; color: rgb(38, 185, 154); } .graph-2 .path5:before { content: "\ef43"; margin-left: -1em; color: rgb(85, 96, 128); } .graph-2 .path6:before { content: "\ef44"; margin-left: -1em; color: rgb(85, 96, 128); } .graph-3 .path1:before { content: "\ef45"; color: rgb(126, 208, 158); } .graph-3 .path2:before { content: "\ef46"; margin-left: -1em; color: rgb(113, 194, 133); } .graph-3 .path3:before { content: "\ef47"; margin-left: -1em; color: rgb(79, 186, 111); } .graph-3 .path4:before { content: "\ef48"; margin-left: -1em; color: rgb(36, 174, 95); } .graph-3 .path5:before { content: "\ef49"; margin-left: -1em; color: rgb(85, 96, 128); } .graph-3 .path6:before { content: "\ef4a"; margin-left: -1em; color: rgb(189, 195, 199); } .graph-3 .path7:before { content: "\ef4b"; margin-left: -1em; color: rgb(189, 195, 199); } .graph-3 .path8:before { content: "\ef4c"; margin-left: -1em; color: rgb(189, 195, 199); } .graph-4 .path1:before { content: "\ef4d"; color: rgb(240, 196, 25); } .graph-4 .path2:before { content: "\ef4e"; margin-left: -1em; color: rgb(242, 156, 31); } .graph-4 .path3:before { content: "\ef4f"; margin-left: -1em; color: rgb(229, 126, 37); } .graph-4 .path4:before { content: "\ef50"; margin-left: -1em; color: rgb(210, 86, 39); } .graph-4 .path5:before { content: "\ef51"; margin-left: -1em; color: rgb(85, 96, 128); } .graph-4 .path6:before { content: "\ef52"; margin-left: -1em; color: rgb(209, 212, 209); } .graph-4 .path7:before { content: "\ef53"; margin-left: -1em; color: rgb(209, 212, 209); } .graph-4 .path8:before { content: "\ef54"; margin-left: -1em; color: rgb(209, 212, 209); } .graph-5 .path1:before { content: "\ef55"; color: rgb(20, 160, 133); } .graph-5 .path2:before { content: "\ef56"; margin-left: -1em; color: rgb(242, 156, 31); } .graph-5 .path3:before { content: "\ef57"; margin-left: -1em; color: rgb(229, 126, 37); } .graph-5 .path4:before { content: "\ef58"; margin-left: -1em; color: rgb(113, 194, 133); } .graph-5 .path5:before { content: "\ef59"; margin-left: -1em; color: rgb(85, 96, 128); } .graph-6 .path1:before { content: "\ef5a"; color: rgb(189, 195, 199); } .graph-6 .path2:before { content: "\ef5b"; margin-left: -1em; color: rgb(189, 195, 199); } .graph-6 .path3:before { content: "\ef5c"; margin-left: -1em; color: rgb(189, 195, 199); } .graph-6 .path4:before { content: "\ef5d"; margin-left: -1em; color: rgb(189, 195, 199); } .graph-6 .path5:before { content: "\ef5e"; margin-left: -1em; color: rgb(189, 195, 199); } .graph-6 .path6:before { content: "\ef5f"; margin-left: -1em; color: rgb(189, 195, 199); } .graph-6 .path7:before { content: "\ef60"; margin-left: -1em; color: rgb(38, 185, 154); } .graph-6 .path8:before { content: "\ef61"; margin-left: -1em; color: rgb(38, 185, 154); } .graph-6 .path9:before { content: "\ef62"; margin-left: -1em; color: rgb(38, 185, 154); } .graph-6 .path10:before { content: "\ef63"; margin-left: -1em; color: rgb(38, 185, 154); } .graph-6 .path11:before { content: "\ef64"; margin-left: -1em; color: rgb(38, 185, 154); } .graph-6 .path12:before { content: "\ef65"; margin-left: -1em; color: rgb(38, 185, 154); } .graph-6 .path13:before { content: "\ef66"; margin-left: -1em; color: rgb(209, 212, 209); } .graph-6 .path14:before { content: "\ef67"; margin-left: -1em; color: rgb(209, 212, 209); } .graph-6 .path15:before { content: "\ef68"; margin-left: -1em; color: rgb(209, 212, 209); } .graph-6 .path16:before { content: "\ef69"; margin-left: -1em; color: rgb(209, 212, 209); } .graph-6 .path17:before { content: "\ef6a"; margin-left: -1em; color: rgb(209, 212, 209); } .graph-6 .path18:before { content: "\ef6b"; margin-left: -1em; color: rgb(85, 96, 128); } .graph-6 .path19:before { content: "\ef6c"; margin-left: -1em; color: rgb(85, 96, 128); } .graph-7 .path1:before { content: "\ef6d"; color: rgb(209, 212, 209); } .graph-7 .path2:before { content: "\ef6e"; margin-left: -1em; color: rgb(209, 212, 209); } .graph-7 .path3:before { content: "\ef6f"; margin-left: -1em; color: rgb(209, 212, 209); } .graph-7 .path4:before { content: "\ef70"; margin-left: -1em; color: rgb(209, 212, 209); } .graph-7 .path5:before { content: "\ef71"; margin-left: -1em; color: rgb(209, 212, 209); } .graph-7 .path6:before { content: "\ef72"; margin-left: -1em; color: rgb(240, 196, 25); } .graph-7 .path7:before { content: "\ef73"; margin-left: -1em; color: rgb(240, 196, 25); } .graph-7 .path8:before { content: "\ef74"; margin-left: -1em; color: rgb(240, 196, 25); } .graph-7 .path9:before { content: "\ef75"; margin-left: -1em; color: rgb(240, 196, 25); } .graph-7 .path10:before { content: "\ef76"; margin-left: -1em; color: rgb(240, 196, 25); } .graph-7 .path11:before { content: "\ef77"; margin-left: -1em; color: rgb(113, 194, 133); } .graph-7 .path12:before { content: "\ef78"; margin-left: -1em; color: rgb(113, 194, 133); } .graph-7 .path13:before { content: "\ef79"; margin-left: -1em; color: rgb(113, 194, 133); } .graph-7 .path14:before { content: "\ef7a"; margin-left: -1em; color: rgb(113, 194, 133); } .graph-7 .path15:before { content: "\ef7b"; margin-left: -1em; color: rgb(113, 194, 133); } .graph-7 .path16:before { content: "\ef7c"; margin-left: -1em; color: rgb(85, 96, 128); } .graph-7 .path17:before { content: "\ef7d"; margin-left: -1em; color: rgb(85, 96, 128); } .graph-8 .path1:before { content: "\ef7e"; color: rgb(72, 160, 220); } .graph-8 .path2:before { content: "\ef7f"; margin-left: -1em; color: rgb(255, 255, 255); } .graph-8 .path3:before { content: "\ef80"; margin-left: -1em; color: rgb(255, 255, 255); } .graph-8 .path4:before { content: "\ef81"; margin-left: -1em; color: rgb(255, 255, 255); } .graph-8 .path5:before { content: "\ef82"; margin-left: -1em; color: rgb(85, 96, 128); } .graph-8 .path6:before { content: "\ef83"; margin-left: -1em; color: rgb(85, 96, 128); } .grocery .path1:before { content: "\ef84"; color: rgb(249, 234, 176); } .grocery .path2:before { content: "\ef85"; margin-left: -1em; color: rgb(127, 91, 83); } .grocery .path3:before { content: "\ef86"; margin-left: -1em; color: rgb(113, 194, 133); } .grocery .path4:before { content: "\ef87"; margin-left: -1em; color: rgb(243, 213, 91); } .grocery .path5:before { content: "\ef88"; margin-left: -1em; color: rgb(189, 195, 199); } .grocery .path6:before { content: "\ef89"; margin-left: -1em; color: rgb(165, 165, 164); } .grocery .path7:before { content: "\ef8a"; margin-left: -1em; color: rgb(20, 160, 133); } .grocery .path8:before { content: "\ef8b"; margin-left: -1em; color: rgb(76, 128, 86); } .grocery .path9:before { content: "\ef8c"; margin-left: -1em; color: rgb(113, 194, 133); } .grocery .path10:before { content: "\ef8d"; margin-left: -1em; color: rgb(243, 213, 91); } .grocery .path11:before { content: "\ef8e"; margin-left: -1em; color: rgb(113, 194, 133); } .grocery .path12:before { content: "\ef8f"; margin-left: -1em; color: rgb(104, 173, 119); } .grocery .path13:before { content: "\ef90"; margin-left: -1em; color: rgb(221, 195, 87); } .grocery .path14:before { content: "\ef91"; margin-left: -1em; color: rgb(104, 173, 119); } .grocery .path15:before { content: "\ef92"; margin-left: -1em; color: rgb(221, 195, 87); } .grocery .path16:before { content: "\ef93"; margin-left: -1em; color: rgb(127, 110, 93); } .grocery .path17:before { content: "\ef94"; margin-left: -1em; color: rgb(127, 110, 93); } .grocery .path18:before { content: "\ef95"; margin-left: -1em; color: rgb(128, 83, 51); } .grocery .path19:before { content: "\ef96"; margin-left: -1em; color: rgb(128, 83, 51); } .grocery .path20:before { content: "\ef97"; margin-left: -1em; color: rgb(86, 54, 33); } .grocery .path21:before { content: "\ef98"; margin-left: -1em; color: rgb(236, 240, 241); } .grocery .path22:before { content: "\ef99"; margin-left: -1em; color: rgb(209, 212, 209); } .grocery .path23:before { content: "\ef9a"; margin-left: -1em; color: rgb(36, 174, 95); } .grocery .path24:before { content: "\ef9b"; margin-left: -1em; color: rgb(113, 194, 133); } .grocery .path25:before { content: "\ef9c"; margin-left: -1em; color: rgb(76, 128, 86); } .grocery-1 .path1:before { content: "\ef9d"; color: rgb(249, 234, 176); } .grocery-1 .path2:before { content: "\ef9e"; margin-left: -1em; color: rgb(85, 96, 128); } .grocery-1 .path3:before { content: "\ef9f"; margin-left: -1em; color: rgb(85, 96, 128); } .grocery-1 .path4:before { content: "\efa0"; margin-left: -1em; color: rgb(237, 113, 97); } .grocery-1 .path5:before { content: "\efa1"; margin-left: -1em; color: rgb(243, 213, 91); } .grocery-1 .path6:before { content: "\efa2"; margin-left: -1em; color: rgb(237, 113, 97); } .grocery-1 .path7:before { content: "\efa3"; margin-left: -1em; color: rgb(211, 98, 89); } .grocery-1 .path8:before { content: "\efa4"; margin-left: -1em; color: rgb(240, 196, 25); } .grocery-1 .path9:before { content: "\efa5"; margin-left: -1em; color: rgb(211, 98, 89); } .grocery-1 .path10:before { content: "\efa6"; margin-left: -1em; color: rgb(240, 196, 25); } .grocery-1 .path11:before { content: "\efa7"; margin-left: -1em; color: rgb(211, 98, 89); } .grocery-1 .path12:before { content: "\efa8"; margin-left: -1em; color: rgb(240, 196, 25); } .grocery-1 .path13:before { content: "\efa9"; margin-left: -1em; color: rgb(127, 110, 93); } .grocery-1 .path14:before { content: "\efaa"; margin-left: -1em; color: rgb(203, 178, 146); } .grocery-1 .path15:before { content: "\efab"; margin-left: -1em; color: rgb(203, 178, 146); } .grocery-1 .path16:before { content: "\efac"; margin-left: -1em; color: rgb(203, 178, 146); } .grocery-1 .path17:before { content: "\efad"; margin-left: -1em; color: rgb(203, 178, 146); } .grocery-1 .path18:before { content: "\efae"; margin-left: -1em; color: rgb(203, 178, 146); } .grocery-1 .path19:before { content: "\efaf"; margin-left: -1em; color: rgb(203, 178, 146); } .grocery-1 .path20:before { content: "\efb0"; margin-left: -1em; color: rgb(203, 178, 146); } .grocery-1 .path21:before { content: "\efb1"; margin-left: -1em; color: rgb(203, 178, 146); } .grocery-1 .path22:before { content: "\efb2"; margin-left: -1em; color: rgb(203, 178, 146); } .grocery-1 .path23:before { content: "\efb3"; margin-left: -1em; color: rgb(203, 178, 146); } .grocery-1 .path24:before { content: "\efb4"; margin-left: -1em; color: rgb(203, 178, 146); } .grocery-1 .path25:before { content: "\efb5"; margin-left: -1em; color: rgb(203, 178, 146); } .grocery-1 .path26:before { content: "\efb6"; margin-left: -1em; color: rgb(203, 178, 146); } .grocery-1 .path27:before { content: "\efb7"; margin-left: -1em; color: rgb(85, 96, 128); } .grocery-1 .path28:before { content: "\efb8"; margin-left: -1em; color: rgb(85, 96, 128); } .grocery-1 .path29:before { content: "\efb9"; margin-left: -1em; color: rgb(189, 195, 199); } .grocery-1 .path30:before { content: "\efba"; margin-left: -1em; color: rgb(165, 165, 164); } .grocery-1 .path31:before { content: "\efbb"; margin-left: -1em; color: rgb(20, 160, 133); } .grocery-1 .path32:before { content: "\efbc"; margin-left: -1em; color: rgb(76, 128, 86); } .grocery-1 .path33:before { content: "\efbd"; margin-left: -1em; color: rgb(113, 194, 133); } .grocery-1 .path34:before { content: "\efbe"; margin-left: -1em; color: rgb(236, 240, 241); } .grocery-1 .path35:before { content: "\efbf"; margin-left: -1em; color: rgb(209, 212, 209); } .grocery-1 .path36:before { content: "\efc0"; margin-left: -1em; color: rgb(243, 213, 91); } .grocery-1 .path37:before { content: "\efc1"; margin-left: -1em; color: rgb(237, 113, 97); } .grocery-1 .path38:before { content: "\efc2"; margin-left: -1em; color: rgb(243, 213, 91); } .insert-coin .path1:before { content: "\efc3"; color: rgb(245, 214, 152); } .insert-coin .path2:before { content: "\efc4"; margin-left: -1em; color: rgb(237, 188, 100); } .insert-coin .path3:before { content: "\efc5"; margin-left: -1em; color: rgb(246, 211, 139); } .insert-coin .path4:before { content: "\efc6"; margin-left: -1em; color: rgb(246, 211, 139); } .insert-coin .path5:before { content: "\efc7"; margin-left: -1em; color: rgb(246, 211, 139); } .insert-coin .path6:before { content: "\efc8"; margin-left: -1em; color: rgb(246, 211, 139); } .insert-coin .path7:before { content: "\efc9"; margin-left: -1em; color: rgb(246, 211, 139); } .insert-coin .path8:before { content: "\efca"; margin-left: -1em; color: rgb(246, 211, 139); } .insert-coin .path9:before { content: "\efcb"; margin-left: -1em; color: rgb(246, 211, 139); } .insert-coin .path10:before { content: "\efcc"; margin-left: -1em; color: rgb(246, 211, 139); } .insert-coin .path11:before { content: "\efcd"; margin-left: -1em; color: rgb(246, 211, 139); } .insert-coin .path12:before { content: "\efce"; margin-left: -1em; color: rgb(246, 211, 139); } .insert-coin .path13:before { content: "\efcf"; margin-left: -1em; color: rgb(239, 193, 109); } .insert-coin .path14:before { content: "\efd0"; margin-left: -1em; color: rgb(165, 165, 164); } .insert-coin .path15:before { content: "\efd1"; margin-left: -1em; color: rgb(85, 97, 128); } .insert-coin .path16:before { content: "\efd2"; margin-left: -1em; color: rgb(85, 97, 128); } .investment .path1:before { content: "\efd3"; color: rgb(240, 237, 224); } .investment .path2:before { content: "\efd4"; margin-left: -1em; color: rgb(221, 192, 67); } .investment .path3:before { content: "\efd5"; margin-left: -1em; color: rgb(243, 213, 91); } .investment .path4:before { content: "\efd6"; margin-left: -1em; color: rgb(214, 209, 187); } .investment .path5:before { content: "\efd7"; margin-left: -1em; color: rgb(214, 209, 187); } .investment .path6:before { content: "\efd8"; margin-left: -1em; color: rgb(214, 209, 187); } .investment .path7:before { content: "\efd9"; margin-left: -1em; color: rgb(214, 209, 187); } .investment .path8:before { content: "\efda"; margin-left: -1em; color: rgb(214, 209, 187); } .investment .path9:before { content: "\efdb"; margin-left: -1em; color: rgb(214, 209, 187); } .investment .path10:before { content: "\efdc"; margin-left: -1em; color: rgb(214, 209, 187); } .investment .path11:before { content: "\efdd"; margin-left: -1em; color: rgb(214, 209, 187); } .investment .path12:before { content: "\efde"; margin-left: -1em; color: rgb(214, 209, 187); } .investment .path13:before { content: "\efdf"; margin-left: -1em; color: rgb(36, 174, 95); } .investment .path14:before { content: "\efe0"; margin-left: -1em; color: rgb(212, 195, 165); } .investment .path15:before { content: "\efe1"; margin-left: -1em; color: rgb(212, 195, 165); } .investment .path16:before { content: "\efe2"; margin-left: -1em; color: rgb(212, 195, 165); } .investment .path17:before { content: "\efe3"; margin-left: -1em; color: rgb(212, 195, 165); } .investment .path18:before { content: "\efe4"; margin-left: -1em; color: rgb(249, 234, 176); } .justice .path1:before { content: "\efe5"; color: rgb(116, 71, 22); } .justice .path2:before { content: "\efe6"; margin-left: -1em; color: rgb(116, 71, 22); } .justice .path3:before { content: "\efe7"; margin-left: -1em; color: rgb(157, 113, 75); } .justice .path4:before { content: "\efe8"; margin-left: -1em; color: rgb(157, 113, 75); } .justice .path5:before { content: "\efe9"; margin-left: -1em; color: rgb(116, 72, 24); } .justice-scale .path1:before { content: "\efea"; color: rgb(240, 196, 27); } .justice-scale .path2:before { content: "\efeb"; margin-left: -1em; color: rgb(240, 196, 27); } .justice-scale .path3:before { content: "\efec"; margin-left: -1em; color: rgb(243, 213, 92); } .justice-scale .path4:before { content: "\efed"; margin-left: -1em; color: rgb(243, 213, 92); } .justice-scale .path5:before { content: "\efee"; margin-left: -1em; color: rgb(243, 213, 92); } .justice-scale .path6:before { content: "\efef"; margin-left: -1em; color: rgb(243, 213, 92); } .justice-scale .path7:before { content: "\eff0"; margin-left: -1em; color: rgb(243, 213, 92); } .justice-scale .path8:before { content: "\eff1"; margin-left: -1em; color: rgb(85, 97, 128); } .justice-scale .path9:before { content: "\eff2"; margin-left: -1em; color: rgb(85, 97, 128); } .justice-scale .path10:before { content: "\eff3"; margin-left: -1em; color: rgb(243, 213, 92); } .justice-scale .path11:before { content: "\eff4"; margin-left: -1em; color: rgb(85, 97, 128); } .justice-scale .path12:before { content: "\eff5"; margin-left: -1em; color: rgb(85, 97, 128); } .justice-scale .path13:before { content: "\eff6"; margin-left: -1em; color: rgb(128, 111, 94); } .justice-scale .path14:before { content: "\eff7"; margin-left: -1em; color: rgb(203, 178, 146); } .justice-scale .path15:before { content: "\eff8"; margin-left: -1em; color: rgb(85, 97, 128); } .megaphone .path1:before { content: "\eff9"; color: rgb(45, 48, 57); } .megaphone .path2:before { content: "\effa"; margin-left: -1em; color: rgb(231, 76, 61); } .megaphone .path3:before { content: "\effb"; margin-left: -1em; color: rgb(236, 240, 241); } .megaphone .path4:before { content: "\effc"; margin-left: -1em; color: rgb(231, 76, 61); } .megaphone .path5:before { content: "\effd"; margin-left: -1em; color: rgb(209, 212, 210); } .megaphone .path6:before { content: "\effe"; margin-left: -1em; color: rgb(192, 59, 43); } .megaphone .path7:before { content: "\efff"; margin-left: -1em; color: rgb(231, 76, 61); } .megaphone .path8:before { content: "\f000"; margin-left: -1em; color: rgb(231, 76, 61); } .megaphone .path9:before { content: "\f001"; margin-left: -1em; color: rgb(231, 76, 61); } .megaphone .path10:before { content: "\f002"; margin-left: -1em; color: rgb(231, 76, 61); } .megaphone .path11:before { content: "\f003"; margin-left: -1em; color: rgb(85, 97, 128); } .megaphone .path12:before { content: "\f004"; margin-left: -1em; color: rgb(255, 255, 255); } .megaphone .path13:before { content: "\f005"; margin-left: -1em; color: rgb(255, 255, 255); } .money .path1:before { content: "\f006"; color: rgb(250, 193, 118); } .money .path2:before { content: "\f007"; margin-left: -1em; color: rgb(232, 232, 211); } .money .path3:before { content: "\f008"; margin-left: -1em; color: rgb(236, 240, 241); } .money .path4:before { content: "\f009"; margin-left: -1em; color: rgb(189, 195, 199); } .money .path5:before { content: "\f00a"; margin-left: -1em; color: rgb(85, 96, 128); } .money .path6:before { content: "\f00b"; margin-left: -1em; color: rgb(250, 193, 118); } .money .path7:before { content: "\f00c"; margin-left: -1em; color: rgb(250, 193, 118); } .money .path8:before { content: "\f00d"; margin-left: -1em; color: rgb(250, 193, 118); } .money .path9:before { content: "\f00e"; margin-left: -1em; color: rgb(250, 193, 118); } .money .path10:before { content: "\f00f"; margin-left: -1em; color: rgb(253, 215, 173); } .money .path11:before { content: "\f010"; margin-left: -1em; color: rgb(109, 140, 96); } .money .path12:before { content: "\f011"; margin-left: -1em; color: rgb(109, 140, 96); } .notes .path1:before { content: "\f012"; color: rgb(86, 180, 111); } .notes .path2:before { content: "\f013"; margin-left: -1em; color: rgb(116, 190, 134); } .notes .path3:before { content: "\f014"; margin-left: -1em; color: rgb(77, 129, 87); } .notes .path4:before { content: "\f015"; margin-left: -1em; color: rgb(234, 234, 215); } .notes .path5:before { content: "\f016"; margin-left: -1em; color: rgb(234, 234, 215); } .notes .path6:before { content: "\f017"; margin-left: -1em; color: rgb(234, 234, 215); } .notes .path7:before { content: "\f018"; margin-left: -1em; color: rgb(234, 234, 215); } .notes .path8:before { content: "\f019"; margin-left: -1em; color: rgb(234, 234, 215); } .notes .path9:before { content: "\f01a"; margin-left: -1em; color: rgb(234, 234, 215); } .notes .path10:before { content: "\f01b"; margin-left: -1em; color: rgb(131, 195, 142); } .notes .path11:before { content: "\f01c"; margin-left: -1em; color: rgb(234, 234, 215); } .notes-1 .path1:before { content: "\f01d"; color: rgb(234, 234, 215); } .notes-1 .path2:before { content: "\f01e"; margin-left: -1em; color: rgb(208, 207, 184); } .notes-1 .path3:before { content: "\f01f"; margin-left: -1em; color: rgb(191, 189, 164); } .notes-1 .path4:before { content: "\f020"; margin-left: -1em; color: rgb(208, 207, 184); } .notes-1 .path5:before { content: "\f021"; margin-left: -1em; color: rgb(191, 189, 164); } .notes-1 .path6:before { content: "\f022"; margin-left: -1em; color: rgb(208, 207, 184); } .notes-1 .path7:before { content: "\f023"; margin-left: -1em; color: rgb(234, 234, 215); } .notes-1 .path8:before { content: "\f024"; margin-left: -1em; color: rgb(110, 140, 97); } .notes-1 .path9:before { content: "\f025"; margin-left: -1em; color: rgb(110, 140, 97); } .notes-1 .path10:before { content: "\f026"; margin-left: -1em; color: rgb(110, 140, 97); } .notes-1 .path11:before { content: "\f027"; margin-left: -1em; color: rgb(110, 140, 97); } .notes-1 .path12:before { content: "\f028"; margin-left: -1em; color: rgb(110, 140, 97); } .notes-1 .path13:before { content: "\f029"; margin-left: -1em; color: rgb(110, 140, 97); } .notes-1 .path14:before { content: "\f02a"; margin-left: -1em; color: rgb(110, 140, 97); } .notes-2 .path1:before { content: "\f02b"; color: rgb(233, 232, 211); } .notes-2 .path2:before { content: "\f02c"; margin-left: -1em; color: rgb(233, 232, 211); } .notes-2 .path3:before { content: "\f02d"; margin-left: -1em; color: rgb(233, 232, 211); } .notes-2 .path4:before { content: "\f02e"; margin-left: -1em; color: rgb(110, 140, 97); } .notes-2 .path5:before { content: "\f02f"; margin-left: -1em; color: rgb(96, 123, 83); } .notes-2 .path6:before { content: "\f030"; margin-left: -1em; color: rgb(84, 105, 73); } .notes-2 .path7:before { content: "\f031"; margin-left: -1em; color: rgb(96, 123, 83); } .notes-2 .path8:before { content: "\f032"; margin-left: -1em; color: rgb(84, 105, 73); } .notes-2 .path9:before { content: "\f033"; margin-left: -1em; color: rgb(96, 123, 83); } .notes-2 .path10:before { content: "\f034"; margin-left: -1em; color: rgb(233, 232, 211); } .notes-2 .path11:before { content: "\f035"; margin-left: -1em; color: rgb(233, 232, 211); } .notes-2 .path12:before { content: "\f036"; margin-left: -1em; color: rgb(233, 232, 211); } .notes-2 .path13:before { content: "\f037"; margin-left: -1em; color: rgb(110, 140, 97); } .notes-2 .path14:before { content: "\f038"; margin-left: -1em; color: rgb(96, 123, 83); } .notes-2 .path15:before { content: "\f039"; margin-left: -1em; color: rgb(84, 105, 73); } .notes-2 .path16:before { content: "\f03a"; margin-left: -1em; color: rgb(96, 123, 83); } .notes-2 .path17:before { content: "\f03b"; margin-left: -1em; color: rgb(84, 105, 73); } .notes-2 .path18:before { content: "\f03c"; margin-left: -1em; color: rgb(96, 123, 83); } .notes-2 .path19:before { content: "\f03d"; margin-left: -1em; color: rgb(209, 212, 210); } .notes-2 .path20:before { content: "\f03e"; margin-left: -1em; color: rgb(165, 165, 164); } .open .path1:before { content: "\f03f"; color: rgb(85, 96, 128); } .open .path2:before { content: "\f040"; margin-left: -1em; color: rgb(85, 96, 128); } .open .path3:before { content: "\f041"; margin-left: -1em; color: rgb(249, 234, 176); } .open .path4:before { content: "\f042"; margin-left: -1em; color: rgb(230, 76, 60); } .open .path5:before { content: "\f043"; margin-left: -1em; color: rgb(255, 255, 255); } .open .path6:before { content: "\f044"; margin-left: -1em; color: rgb(255, 255, 255); } .open .path7:before { content: "\f045"; margin-left: -1em; color: rgb(255, 255, 255); } .open .path8:before { content: "\f046"; margin-left: -1em; color: rgb(255, 255, 255); } .open .path9:before { content: "\f047"; margin-left: -1em; color: rgb(255, 255, 255); } .open .path10:before { content: "\f048"; margin-left: -1em; color: rgb(255, 255, 255); } .open .path11:before { content: "\f049"; margin-left: -1em; color: rgb(255, 255, 255); } .open .path12:before { content: "\f04a"; margin-left: -1em; color: rgb(255, 255, 255); } .open .path13:before { content: "\f04b"; margin-left: -1em; color: rgb(255, 255, 255); } .open .path14:before { content: "\f04c"; margin-left: -1em; color: rgb(255, 255, 255); } .pack .path1:before { content: "\f04d"; color: rgb(169, 130, 88); } .pack .path2:before { content: "\f04e"; margin-left: -1em; color: rgb(244, 213, 189); } .pack .path3:before { content: "\f04f"; margin-left: -1em; color: rgb(240, 196, 25); } .pack .path4:before { content: "\f050"; margin-left: -1em; color: rgb(170, 137, 29); } .pack .path5:before { content: "\f051"; margin-left: -1em; color: rgb(170, 137, 29); } .pack .path6:before { content: "\f052"; margin-left: -1em; color: rgb(170, 137, 29); } .pack .path7:before { content: "\f053"; margin-left: -1em; color: rgb(240, 196, 25); } .pack .path8:before { content: "\f054"; margin-left: -1em; color: rgb(170, 137, 29); } .pack .path9:before { content: "\f055"; margin-left: -1em; color: rgb(170, 137, 29); } .pack .path10:before { content: "\f056"; margin-left: -1em; color: rgb(170, 137, 29); } .pack .path11:before { content: "\f057"; margin-left: -1em; color: rgb(240, 196, 25); } .pack .path12:before { content: "\f058"; margin-left: -1em; color: rgb(170, 137, 29); } .pack .path13:before { content: "\f059"; margin-left: -1em; color: rgb(170, 137, 29); } .pack .path14:before { content: "\f05a"; margin-left: -1em; color: rgb(170, 137, 29); } .pack .path15:before { content: "\f05b"; margin-left: -1em; color: rgb(106, 48, 6); } .pack .path16:before { content: "\f05c"; margin-left: -1em; color: rgb(106, 48, 6); } .pack .path17:before { content: "\f05d"; margin-left: -1em; color: rgb(106, 48, 6); } .pack .path18:before { content: "\f05e"; margin-left: -1em; color: rgb(124, 95, 66); } .pack .path19:before { content: "\f05f"; margin-left: -1em; color: rgb(124, 95, 66); } .pack .path20:before { content: "\f060"; margin-left: -1em; color: rgb(124, 95, 66); } .pack .path21:before { content: "\f061"; margin-left: -1em; color: rgb(124, 95, 66); } .pie-chart .path1:before { content: "\f062"; color: rgb(240, 196, 25); } .pie-chart .path2:before { content: "\f063"; margin-left: -1em; color: rgb(113, 194, 133); } .pie-chart .path3:before { content: "\f064"; margin-left: -1em; color: rgb(85, 96, 128); } .pie-chart-1 .path1:before { content: "\f065"; color: rgb(240, 120, 90); } .pie-chart-1 .path2:before { content: "\f066"; margin-left: -1em; color: rgb(240, 196, 25); } .pie-chart-1 .path3:before { content: "\f067"; margin-left: -1em; color: rgb(85, 96, 128); } .pie-chart-1 .path4:before { content: "\f068"; margin-left: -1em; color: rgb(113, 194, 133); } .pie-chart-2 .path1:before { content: "\f069"; color: rgb(85, 96, 128); } .pie-chart-2 .path2:before { content: "\f06a"; margin-left: -1em; color: rgb(240, 120, 90); } .pie-chart-3 .path1:before { content: "\f06b"; color: rgb(240, 196, 25); } .pie-chart-3 .path2:before { content: "\f06c"; margin-left: -1em; color: rgb(113, 194, 133); } .pie-chart-4 .path1:before { content: "\f06d"; color: rgb(240, 120, 90); } .pie-chart-4 .path2:before { content: "\f06e"; margin-left: -1em; color: rgb(240, 196, 25); } .pie-chart-5 .path1:before { content: "\f06f"; color: rgb(79, 186, 111); } .pie-chart-5 .path2:before { content: "\f070"; margin-left: -1em; color: rgb(72, 160, 220); } .pie-chart-5 .path3:before { content: "\f071"; margin-left: -1em; color: rgb(85, 96, 128); } .pie-chart-6 .path1:before { content: "\f072"; color: rgb(240, 196, 25); } .pie-chart-6 .path2:before { content: "\f073"; margin-left: -1em; color: rgb(229, 126, 37); } .pie-chart-6 .path3:before { content: "\f074"; margin-left: -1em; color: rgb(38, 185, 154); } .piggy-bank .path1:before { content: "\f075"; color: rgb(244, 173, 201); } .piggy-bank .path2:before { content: "\f076"; margin-left: -1em; color: rgb(255, 255, 255); } .piggy-bank .path3:before { content: "\f077"; margin-left: -1em; color: rgb(230, 133, 165); } .piggy-bank .path4:before { content: "\f078"; margin-left: -1em; color: rgb(230, 133, 165); } .piggy-bank .path5:before { content: "\f079"; margin-left: -1em; color: rgb(230, 133, 165); } .piggy-bank .path6:before { content: "\f07a"; margin-left: -1em; color: rgb(230, 133, 165); } .piggy-bank .path7:before { content: "\f07b"; margin-left: -1em; color: rgb(230, 133, 165); } .piggy-bank .path8:before { content: "\f07c"; margin-left: -1em; color: rgb(230, 133, 165); } .piggy-bank .path9:before { content: "\f07d"; margin-left: -1em; color: rgb(230, 133, 165); } .piggy-bank .path10:before { content: "\f07e"; margin-left: -1em; color: rgb(230, 133, 165); } .piggy-bank .path11:before { content: "\f07f"; margin-left: -1em; color: rgb(255, 217, 73); } .piggy-bank .path12:before { content: "\f080"; margin-left: -1em; color: rgb(244, 191, 26); } .piggy-bank-1 .path1:before { content: "\f081"; color: rgb(255, 174, 201); } .piggy-bank-1 .path2:before { content: "\f082"; margin-left: -1em; color: rgb(249, 199, 219); } .piggy-bank-1 .path3:before { content: "\f083"; margin-left: -1em; color: rgb(229, 132, 164); } .piggy-bank-1 .path4:before { content: "\f084"; margin-left: -1em; color: rgb(229, 132, 164); } .piggy-bank-1 .path5:before { content: "\f085"; margin-left: -1em; color: rgb(229, 132, 164); } .piggy-bank-1 .path6:before { content: "\f086"; margin-left: -1em; color: rgb(229, 132, 164); } .piggy-bank-1 .path7:before { content: "\f087"; margin-left: -1em; color: rgb(229, 132, 164); } .piggy-bank-1 .path8:before { content: "\f088"; margin-left: -1em; color: rgb(85, 96, 128); } .piggy-bank-1 .path9:before { content: "\f089"; margin-left: -1em; color: rgb(255, 174, 201); } .piggy-bank-1 .path10:before { content: "\f08a"; margin-left: -1em; color: rgb(244, 191, 25); } .point-of-service .path1:before { content: "\f08b"; color: rgb(60, 73, 78); } .point-of-service .path2:before { content: "\f08c"; margin-left: -1em; color: rgb(85, 96, 128); } .point-of-service .path3:before { content: "\f08d"; margin-left: -1em; color: rgb(60, 73, 78); } .point-of-service .path4:before { content: "\f08e"; margin-left: -1em; color: rgb(164, 232, 105); } .point-of-service .path5:before { content: "\f08f"; margin-left: -1em; color: rgb(237, 113, 97); } .point-of-service .path6:before { content: "\f090"; margin-left: -1em; color: rgb(177, 209, 148); } .point-of-service .path7:before { content: "\f091"; margin-left: -1em; color: rgb(134, 151, 203); } .point-of-service .path8:before { content: "\f092"; margin-left: -1em; color: rgb(253, 253, 253); } .point-of-service .path9:before { content: "\f093"; margin-left: -1em; color: rgb(253, 253, 253); } .point-of-service .path10:before { content: "\f094"; margin-left: -1em; color: rgb(246, 82, 70); } .point-of-service .path11:before { content: "\f095"; margin-left: -1em; color: rgb(253, 253, 253); } .point-of-service .path12:before { content: "\f096"; margin-left: -1em; color: rgb(253, 253, 253); } .point-of-service .path13:before { content: "\f097"; margin-left: -1em; color: rgb(245, 215, 88); } .point-of-service .path14:before { content: "\f098"; margin-left: -1em; color: rgb(253, 253, 253); } .point-of-service .path15:before { content: "\f099"; margin-left: -1em; color: rgb(253, 253, 253); } .point-of-service .path16:before { content: "\f09a"; margin-left: -1em; color: rgb(253, 253, 253); } .point-of-service .path17:before { content: "\f09b"; margin-left: -1em; color: rgb(253, 253, 253); } .point-of-service .path18:before { content: "\f09c"; margin-left: -1em; color: rgb(31, 212, 131); } .point-of-service .path19:before { content: "\f09d"; margin-left: -1em; color: rgb(112, 132, 90); } .point-of-service .path20:before { content: "\f09e"; margin-left: -1em; color: rgb(112, 132, 90); } .point-of-service .path21:before { content: "\f09f"; margin-left: -1em; color: rgb(112, 132, 90); } .point-of-service .path22:before { content: "\f0a0"; margin-left: -1em; color: rgb(112, 132, 90); } .poor .path1:before { content: "\f0a1"; color: rgb(76, 64, 49); } .poor .path2:before { content: "\f0a2"; margin-left: -1em; color: rgb(199, 182, 161); } .poor .path3:before { content: "\f0a3"; margin-left: -1em; color: rgb(252, 198, 45); } .poor .path4:before { content: "\f0a4"; margin-left: -1em; color: rgb(228, 175, 24); } .poor .path5:before { content: "\f0a5"; margin-left: -1em; color: rgb(228, 175, 24); } .poor .path6:before { content: "\f0a6"; margin-left: -1em; color: rgb(107, 91, 70); } .poor .path7:before { content: "\f0a7"; margin-left: -1em; color: rgb(107, 91, 70); } .poor .path8:before { content: "\f0a8"; margin-left: -1em; color: rgb(107, 91, 70); } .poor .path9:before { content: "\f0a9"; margin-left: -1em; color: rgb(219, 204, 186); } .presentation .path1:before { content: "\f0aa"; color: rgb(236, 240, 241); } .presentation .path2:before { content: "\f0ab"; margin-left: -1em; color: rgb(85, 96, 128); } .presentation .path3:before { content: "\f0ac"; margin-left: -1em; color: rgb(113, 194, 133); } .presentation .path4:before { content: "\f0ad"; margin-left: -1em; color: rgb(113, 194, 133); } .presentation .path5:before { content: "\f0ae"; margin-left: -1em; color: rgb(38, 185, 154); } .presentation .path6:before { content: "\f0af"; margin-left: -1em; color: rgb(113, 194, 133); } .presentation .path7:before { content: "\f0b0"; margin-left: -1em; color: rgb(38, 185, 154); } .presentation .path8:before { content: "\f0b1"; margin-left: -1em; color: rgb(243, 213, 91); } .presentation .path9:before { content: "\f0b2"; margin-left: -1em; color: rgb(85, 96, 128); } .presentation .path10:before { content: "\f0b3"; margin-left: -1em; color: rgb(85, 96, 128); } .presentation .path11:before { content: "\f0b4"; margin-left: -1em; color: rgb(85, 96, 128); } .presentation .path12:before { content: "\f0b5"; margin-left: -1em; color: rgb(255, 255, 255); } .presentation-1 .path1:before { content: "\f0b6"; color: rgb(85, 96, 128); } .presentation-1 .path2:before { content: "\f0b7"; margin-left: -1em; color: rgb(236, 240, 241); } .presentation-1 .path3:before { content: "\f0b8"; margin-left: -1em; color: rgb(216, 98, 94); } .presentation-1 .path4:before { content: "\f0b9"; margin-left: -1em; color: rgb(38, 185, 154); } .presentation-1 .path5:before { content: "\f0ba"; margin-left: -1em; color: rgb(255, 255, 255); } .presentation-1 .path6:before { content: "\f0bb"; margin-left: -1em; color: rgb(255, 255, 255); } .presentation-1 .path7:before { content: "\f0bc"; margin-left: -1em; color: rgb(255, 255, 255); } .presentation-1 .path8:before { content: "\f0bd"; margin-left: -1em; color: rgb(255, 255, 255); } .presentation-1 .path9:before { content: "\f0be"; margin-left: -1em; color: rgb(255, 255, 255); } .presentation-1 .path10:before { content: "\f0bf"; margin-left: -1em; color: rgb(85, 96, 128); } .presentation-1 .path11:before { content: "\f0c0"; margin-left: -1em; color: rgb(85, 96, 128); } .presentation-1 .path12:before { content: "\f0c1"; margin-left: -1em; color: rgb(85, 96, 128); } .presentation-2 .path1:before { content: "\f0c2"; color: rgb(85, 96, 128); } .presentation-2 .path2:before { content: "\f0c3"; margin-left: -1em; color: rgb(236, 240, 241); } .presentation-2 .path3:before { content: "\f0c4"; margin-left: -1em; color: rgb(209, 212, 209); } .presentation-2 .path4:before { content: "\f0c5"; margin-left: -1em; color: rgb(209, 212, 209); } .presentation-2 .path5:before { content: "\f0c6"; margin-left: -1em; color: rgb(209, 212, 209); } .presentation-2 .path6:before { content: "\f0c7"; margin-left: -1em; color: rgb(209, 212, 209); } .presentation-2 .path7:before { content: "\f0c8"; margin-left: -1em; color: rgb(209, 212, 209); } .presentation-2 .path8:before { content: "\f0c9"; margin-left: -1em; color: rgb(209, 212, 209); } .presentation-2 .path9:before { content: "\f0ca"; margin-left: -1em; color: rgb(209, 212, 209); } .presentation-2 .path10:before { content: "\f0cb"; margin-left: -1em; color: rgb(209, 212, 209); } .presentation-2 .path11:before { content: "\f0cc"; margin-left: -1em; color: rgb(209, 212, 209); } .presentation-2 .path12:before { content: "\f0cd"; margin-left: -1em; color: rgb(209, 212, 209); } .presentation-2 .path13:before { content: "\f0ce"; margin-left: -1em; color: rgb(209, 212, 209); } .presentation-2 .path14:before { content: "\f0cf"; margin-left: -1em; color: rgb(209, 212, 209); } .presentation-2 .path15:before { content: "\f0d0"; margin-left: -1em; color: rgb(209, 212, 209); } .presentation-2 .path16:before { content: "\f0d1"; margin-left: -1em; color: rgb(209, 212, 209); } .presentation-2 .path17:before { content: "\f0d2"; margin-left: -1em; color: rgb(134, 151, 203); } .presentation-2 .path18:before { content: "\f0d3"; margin-left: -1em; color: rgb(85, 96, 128); } .presentation-2 .path19:before { content: "\f0d4"; margin-left: -1em; color: rgb(85, 96, 128); } .presentation-2 .path20:before { content: "\f0d5"; margin-left: -1em; color: rgb(85, 96, 128); } .presentation-3 .path1:before { content: "\f0d6"; color: rgb(236, 240, 241); } .presentation-3 .path2:before { content: "\f0d7"; margin-left: -1em; color: rgb(209, 212, 209); } .presentation-3 .path3:before { content: "\f0d8"; margin-left: -1em; color: rgb(209, 212, 209); } .presentation-3 .path4:before { content: "\f0d9"; margin-left: -1em; color: rgb(209, 212, 209); } .presentation-3 .path5:before { content: "\f0da"; margin-left: -1em; color: rgb(209, 212, 209); } .presentation-3 .path6:before { content: "\f0db"; margin-left: -1em; color: rgb(85, 96, 128); } .presentation-3 .path7:before { content: "\f0dc"; margin-left: -1em; color: rgb(134, 151, 203); } .presentation-3 .path8:before { content: "\f0dd"; margin-left: -1em; color: rgb(134, 151, 203); } .presentation-3 .path9:before { content: "\f0de"; margin-left: -1em; color: rgb(134, 151, 203); } .presentation-3 .path10:before { content: "\f0df"; margin-left: -1em; color: rgb(113, 194, 133); } .presentation-3 .path11:before { content: "\f0e0"; margin-left: -1em; color: rgb(113, 194, 133); } .presentation-3 .path12:before { content: "\f0e1"; margin-left: -1em; color: rgb(242, 156, 31); } .presentation-3 .path13:before { content: "\f0e2"; margin-left: -1em; color: rgb(242, 156, 31); } .presentation-3 .path14:before { content: "\f0e3"; margin-left: -1em; color: rgb(242, 156, 31); } .presentation-3 .path15:before { content: "\f0e4"; margin-left: -1em; color: rgb(85, 96, 128); } .presentation-3 .path16:before { content: "\f0e5"; margin-left: -1em; color: rgb(85, 96, 128); } .presentation-3 .path17:before { content: "\f0e6"; margin-left: -1em; color: rgb(85, 96, 128); } .presentation-4 .path1:before { content: "\f0e7"; color: rgb(85, 96, 128); } .presentation-4 .path2:before { content: "\f0e8"; margin-left: -1em; color: rgb(236, 240, 241); } .presentation-4 .path3:before { content: "\f0e9"; margin-left: -1em; color: rgb(134, 151, 203); } .presentation-4 .path4:before { content: "\f0ea"; margin-left: -1em; color: rgb(134, 151, 203); } .presentation-4 .path5:before { content: "\f0eb"; margin-left: -1em; color: rgb(134, 151, 203); } .presentation-4 .path6:before { content: "\f0ec"; margin-left: -1em; color: rgb(101, 156, 53); } .presentation-4 .path7:before { content: "\f0ed"; margin-left: -1em; color: rgb(101, 156, 53); } .presentation-4 .path8:before { content: "\f0ee"; margin-left: -1em; color: rgb(101, 156, 53); } .presentation-4 .path9:before { content: "\f0ef"; margin-left: -1em; color: rgb(101, 156, 53); } .presentation-4 .path10:before { content: "\f0f0"; margin-left: -1em; color: rgb(101, 156, 53); } .presentation-4 .path11:before { content: "\f0f1"; margin-left: -1em; color: rgb(85, 96, 128); } .presentation-4 .path12:before { content: "\f0f2"; margin-left: -1em; color: rgb(85, 96, 128); } .presentation-4 .path13:before { content: "\f0f3"; margin-left: -1em; color: rgb(85, 96, 128); } .presentation-5 .path1:before { content: "\f0f4"; color: rgb(85, 96, 128); } .presentation-5 .path2:before { content: "\f0f5"; margin-left: -1em; color: rgb(236, 240, 241); } .presentation-5 .path3:before { content: "\f0f6"; margin-left: -1em; color: rgb(36, 174, 95); } .presentation-5 .path4:before { content: "\f0f7"; margin-left: -1em; color: rgb(36, 174, 95); } .presentation-5 .path5:before { content: "\f0f8"; margin-left: -1em; color: rgb(36, 174, 95); } .presentation-5 .path6:before { content: "\f0f9"; margin-left: -1em; color: rgb(229, 126, 37); } .presentation-5 .path7:before { content: "\f0fa"; margin-left: -1em; color: rgb(240, 196, 25); } .presentation-5 .path8:before { content: "\f0fb"; margin-left: -1em; color: rgb(243, 213, 91); } .presentation-5 .path9:before { content: "\f0fc"; margin-left: -1em; color: rgb(230, 76, 60); } .presentation-5 .path10:before { content: "\f0fd"; margin-left: -1em; color: rgb(192, 58, 43); } .presentation-5 .path11:before { content: "\f0fe"; margin-left: -1em; color: rgb(209, 212, 209); } .presentation-5 .path12:before { content: "\f0ff"; margin-left: -1em; color: rgb(209, 212, 209); } .presentation-5 .path13:before { content: "\f100"; margin-left: -1em; color: rgb(209, 212, 209); } .presentation-5 .path14:before { content: "\f101"; margin-left: -1em; color: rgb(209, 212, 209); } .presentation-5 .path15:before { content: "\f102"; margin-left: -1em; color: rgb(209, 212, 209); } .presentation-5 .path16:before { content: "\f103"; margin-left: -1em; color: rgb(209, 212, 209); } .presentation-5 .path17:before { content: "\f104"; margin-left: -1em; color: rgb(85, 96, 128); } .presentation-5 .path18:before { content: "\f105"; margin-left: -1em; color: rgb(85, 96, 128); } .presentation-5 .path19:before { content: "\f106"; margin-left: -1em; color: rgb(85, 96, 128); } .presentation-6 .path1:before { content: "\f107"; color: rgb(85, 96, 128); } .presentation-6 .path2:before { content: "\f108"; margin-left: -1em; color: rgb(236, 240, 241); } .presentation-6 .path3:before { content: "\f109"; margin-left: -1em; color: rgb(230, 76, 60); } .presentation-6 .path4:before { content: "\f10a"; margin-left: -1em; color: rgb(255, 255, 255); } .presentation-6 .path5:before { content: "\f10b"; margin-left: -1em; color: rgb(85, 96, 128); } .presentation-6 .path6:before { content: "\f10c"; margin-left: -1em; color: rgb(85, 96, 128); } .presentation-6 .path7:before { content: "\f10d"; margin-left: -1em; color: rgb(85, 96, 128); } .presentation-7 .path1:before { content: "\f10e"; color: rgb(85, 96, 128); } .presentation-7 .path2:before { content: "\f10f"; margin-left: -1em; color: rgb(236, 240, 241); } .presentation-7 .path3:before { content: "\f110"; margin-left: -1em; color: rgb(134, 151, 203); } .presentation-7 .path4:before { content: "\f111"; margin-left: -1em; color: rgb(243, 213, 91); } .presentation-7 .path5:before { content: "\f112"; margin-left: -1em; color: rgb(134, 151, 203); } .presentation-7 .path6:before { content: "\f113"; margin-left: -1em; color: rgb(113, 194, 133); } .presentation-7 .path7:before { content: "\f114"; margin-left: -1em; color: rgb(134, 151, 203); } .presentation-7 .path8:before { content: "\f115"; margin-left: -1em; color: rgb(209, 212, 209); } .presentation-7 .path9:before { content: "\f116"; margin-left: -1em; color: rgb(209, 212, 209); } .presentation-7 .path10:before { content: "\f117"; margin-left: -1em; color: rgb(38, 185, 154); } .presentation-7 .path11:before { content: "\f118"; margin-left: -1em; color: rgb(243, 213, 91); } .presentation-7 .path12:before { content: "\f119"; margin-left: -1em; color: rgb(209, 212, 209); } .presentation-7 .path13:before { content: "\f11a"; margin-left: -1em; color: rgb(209, 212, 209); } .presentation-7 .path14:before { content: "\f11b"; margin-left: -1em; color: rgb(209, 212, 209); } .presentation-7 .path15:before { content: "\f11c"; margin-left: -1em; color: rgb(209, 212, 209); } .presentation-7 .path16:before { content: "\f11d"; margin-left: -1em; color: rgb(209, 212, 209); } .presentation-7 .path17:before { content: "\f11e"; margin-left: -1em; color: rgb(85, 96, 128); } .presentation-7 .path18:before { content: "\f11f"; margin-left: -1em; color: rgb(85, 96, 128); } .presentation-7 .path19:before { content: "\f120"; margin-left: -1em; color: rgb(85, 96, 128); } .presentation-8 .path1:before { content: "\f121"; color: rgb(85, 96, 128); } .presentation-8 .path2:before { content: "\f122"; margin-left: -1em; color: rgb(236, 240, 241); } .presentation-8 .path3:before { content: "\f123"; margin-left: -1em; color: rgb(180, 154, 202); } .presentation-8 .path4:before { content: "\f124"; margin-left: -1em; color: rgb(180, 154, 202); } .presentation-8 .path5:before { content: "\f125"; margin-left: -1em; color: rgb(180, 154, 202); } .presentation-8 .path6:before { content: "\f126"; margin-left: -1em; color: rgb(180, 154, 202); } .presentation-8 .path7:before { content: "\f127"; margin-left: -1em; color: rgb(180, 154, 202); } .presentation-8 .path8:before { content: "\f128"; margin-left: -1em; color: rgb(243, 213, 91); } .presentation-8 .path9:before { content: "\f129"; margin-left: -1em; color: rgb(113, 194, 133); } .presentation-8 .path10:before { content: "\f12a"; margin-left: -1em; color: rgb(113, 194, 133); } .presentation-8 .path11:before { content: "\f12b"; margin-left: -1em; color: rgb(243, 213, 91); } .presentation-8 .path12:before { content: "\f12c"; margin-left: -1em; color: rgb(113, 194, 133); } .presentation-8 .path13:before { content: "\f12d"; margin-left: -1em; color: rgb(209, 212, 209); } .presentation-8 .path14:before { content: "\f12e"; margin-left: -1em; color: rgb(209, 212, 209); } .presentation-8 .path15:before { content: "\f12f"; margin-left: -1em; color: rgb(209, 212, 209); } .presentation-8 .path16:before { content: "\f130"; margin-left: -1em; color: rgb(85, 96, 128); } .presentation-8 .path17:before { content: "\f131"; margin-left: -1em; color: rgb(85, 96, 128); } .presentation-8 .path18:before { content: "\f132"; margin-left: -1em; color: rgb(85, 96, 128); } .presentation-9 .path1:before { content: "\f133"; color: rgb(85, 96, 128); } .presentation-9 .path2:before { content: "\f134"; margin-left: -1em; color: rgb(236, 240, 241); } .presentation-9 .path3:before { content: "\f135"; margin-left: -1em; color: rgb(85, 96, 128); } .presentation-9 .path4:before { content: "\f136"; margin-left: -1em; color: rgb(209, 212, 209); } .presentation-9 .path5:before { content: "\f137"; margin-left: -1em; color: rgb(209, 212, 209); } .presentation-9 .path6:before { content: "\f138"; margin-left: -1em; color: rgb(113, 194, 133); } .presentation-9 .path7:before { content: "\f139"; margin-left: -1em; color: rgb(113, 194, 133); } .presentation-9 .path8:before { content: "\f13a"; margin-left: -1em; color: rgb(113, 194, 133); } .presentation-9 .path9:before { content: "\f13b"; margin-left: -1em; color: rgb(85, 96, 128); } .presentation-9 .path10:before { content: "\f13c"; margin-left: -1em; color: rgb(85, 96, 128); } .presentation-9 .path11:before { content: "\f13d"; margin-left: -1em; color: rgb(85, 96, 128); } .presentation-10 .path1:before { content: "\f13e"; color: rgb(85, 96, 128); } .presentation-10 .path2:before { content: "\f13f"; margin-left: -1em; color: rgb(240, 237, 224); } .presentation-10 .path3:before { content: "\f140"; margin-left: -1em; color: rgb(212, 195, 165); } .presentation-10 .path4:before { content: "\f141"; margin-left: -1em; color: rgb(212, 195, 165); } .presentation-10 .path5:before { content: "\f142"; margin-left: -1em; color: rgb(212, 195, 165); } .presentation-10 .path6:before { content: "\f143"; margin-left: -1em; color: rgb(212, 195, 165); } .presentation-10 .path7:before { content: "\f144"; margin-left: -1em; color: rgb(212, 195, 165); } .presentation-10 .path8:before { content: "\f145"; margin-left: -1em; color: rgb(212, 195, 165); } .presentation-10 .path9:before { content: "\f146"; margin-left: -1em; color: rgb(212, 195, 165); } .presentation-10 .path10:before { content: "\f147"; margin-left: -1em; color: rgb(85, 96, 128); } .presentation-10 .path11:before { content: "\f148"; margin-left: -1em; color: rgb(85, 96, 128); } .presentation-10 .path12:before { content: "\f149"; margin-left: -1em; color: rgb(85, 96, 128); } .presentation-11 .path1:before { content: "\f14a"; color: rgb(85, 96, 128); } .presentation-11 .path2:before { content: "\f14b"; margin-left: -1em; color: rgb(240, 237, 224); } .presentation-11 .path3:before { content: "\f14c"; margin-left: -1em; color: rgb(212, 195, 165); } .presentation-11 .path4:before { content: "\f14d"; margin-left: -1em; color: rgb(212, 195, 165); } .presentation-11 .path5:before { content: "\f14e"; margin-left: -1em; color: rgb(85, 96, 128); } .presentation-11 .path6:before { content: "\f14f"; margin-left: -1em; color: rgb(85, 96, 128); } .presentation-11 .path7:before { content: "\f150"; margin-left: -1em; color: rgb(85, 96, 128); } .presentation-11 .path8:before { content: "\f151"; margin-left: -1em; color: rgb(212, 195, 165); } .presentation-11 .path9:before { content: "\f152"; margin-left: -1em; color: rgb(212, 195, 165); } .presentation-11 .path10:before { content: "\f153"; margin-left: -1em; color: rgb(212, 195, 165); } .presentation-11 .path11:before { content: "\f154"; margin-left: -1em; color: rgb(212, 195, 165); } .presentation-11 .path12:before { content: "\f155"; margin-left: -1em; color: rgb(212, 195, 165); } .presentation-12 .path1:before { content: "\f156"; color: rgb(85, 96, 128); } .presentation-12 .path2:before { content: "\f157"; margin-left: -1em; color: rgb(240, 237, 224); } .presentation-12 .path3:before { content: "\f158"; margin-left: -1em; color: rgb(85, 96, 128); } .presentation-12 .path4:before { content: "\f159"; margin-left: -1em; color: rgb(85, 96, 128); } .presentation-12 .path5:before { content: "\f15a"; margin-left: -1em; color: rgb(85, 96, 128); } .presentation-12 .path6:before { content: "\f15b"; margin-left: -1em; color: rgb(212, 195, 165); } .presentation-12 .path7:before { content: "\f15c"; margin-left: -1em; color: rgb(212, 195, 165); } .presentation-12 .path8:before { content: "\f15d"; margin-left: -1em; color: rgb(212, 195, 165); } .presentation-12 .path9:before { content: "\f15e"; margin-left: -1em; color: rgb(212, 195, 165); } .presentation-12 .path10:before { content: "\f15f"; margin-left: -1em; color: rgb(212, 195, 165); } .presentation-12 .path11:before { content: "\f160"; margin-left: -1em; color: rgb(212, 195, 165); } .presentation-12 .path12:before { content: "\f161"; margin-left: -1em; color: rgb(212, 195, 165); } .presentation-12 .path13:before { content: "\f162"; margin-left: -1em; color: rgb(212, 195, 165); } .presentation-12 .path14:before { content: "\f163"; margin-left: -1em; color: rgb(212, 195, 165); } .presentation-12 .path15:before { content: "\f164"; margin-left: -1em; color: rgb(212, 195, 165); } .presentation-12 .path16:before { content: "\f165"; margin-left: -1em; color: rgb(212, 195, 165); } .presentation-12 .path17:before { content: "\f166"; margin-left: -1em; color: rgb(212, 195, 165); } .presentation-12 .path18:before { content: "\f167"; margin-left: -1em; color: rgb(212, 195, 165); } .presentation-12 .path19:before { content: "\f168"; margin-left: -1em; color: rgb(212, 195, 165); } .presentation-12 .path20:before { content: "\f169"; margin-left: -1em; color: rgb(212, 195, 165); } .presentation-12 .path21:before { content: "\f16a"; margin-left: -1em; color: rgb(212, 195, 165); } .presentation-13 .path1:before { content: "\f16b"; color: rgb(85, 96, 128); } .presentation-13 .path2:before { content: "\f16c"; margin-left: -1em; color: rgb(240, 237, 224); } .presentation-13 .path3:before { content: "\f16d"; margin-left: -1em; color: rgb(212, 195, 165); } .presentation-13 .path4:before { content: "\f16e"; margin-left: -1em; color: rgb(212, 195, 165); } .presentation-13 .path5:before { content: "\f16f"; margin-left: -1em; color: rgb(212, 195, 165); } .presentation-13 .path6:before { content: "\f170"; margin-left: -1em; color: rgb(212, 195, 165); } .presentation-13 .path7:before { content: "\f171"; margin-left: -1em; color: rgb(212, 195, 165); } .presentation-13 .path8:before { content: "\f172"; margin-left: -1em; color: rgb(212, 195, 165); } .presentation-13 .path9:before { content: "\f173"; margin-left: -1em; color: rgb(212, 195, 165); } .presentation-13 .path10:before { content: "\f174"; margin-left: -1em; color: rgb(212, 195, 165); } .presentation-13 .path11:before { content: "\f175"; margin-left: -1em; color: rgb(85, 96, 128); } .presentation-13 .path12:before { content: "\f176"; margin-left: -1em; color: rgb(85, 96, 128); } .presentation-13 .path13:before { content: "\f177"; margin-left: -1em; color: rgb(85, 96, 128); } .presentation-13 .path14:before { content: "\f178"; margin-left: -1em; color: rgb(212, 195, 165); } .presentation-13 .path15:before { content: "\f179"; margin-left: -1em; color: rgb(212, 195, 165); } .presentation-13 .path16:before { content: "\f17a"; margin-left: -1em; color: rgb(212, 195, 165); } .presentation-13 .path17:before { content: "\f17b"; margin-left: -1em; color: rgb(212, 195, 165); } .presentation-14 .path1:before { content: "\f17c"; color: rgb(85, 96, 128); } .presentation-14 .path2:before { content: "\f17d"; margin-left: -1em; color: rgb(240, 237, 224); } .presentation-14 .path3:before { content: "\f17e"; margin-left: -1em; color: rgb(212, 195, 165); } .presentation-14 .path4:before { content: "\f17f"; margin-left: -1em; color: rgb(212, 195, 165); } .presentation-14 .path5:before { content: "\f180"; margin-left: -1em; color: rgb(212, 195, 165); } .presentation-14 .path6:before { content: "\f181"; margin-left: -1em; color: rgb(85, 96, 128); } .presentation-14 .path7:before { content: "\f182"; margin-left: -1em; color: rgb(85, 96, 128); } .presentation-14 .path8:before { content: "\f183"; margin-left: -1em; color: rgb(85, 96, 128); } .presentation-14 .path9:before { content: "\f184"; margin-left: -1em; color: rgb(212, 195, 165); } .presentation-14 .path10:before { content: "\f185"; margin-left: -1em; color: rgb(212, 195, 165); } .presentation-14 .path11:before { content: "\f186"; margin-left: -1em; color: rgb(212, 195, 165); } .presentation-14 .path12:before { content: "\f187"; margin-left: -1em; color: rgb(212, 195, 165); } .presentation-14 .path13:before { content: "\f188"; margin-left: -1em; color: rgb(212, 195, 165); } .presentation-15 .path1:before { content: "\f189"; color: rgb(85, 96, 128); } .presentation-15 .path2:before { content: "\f18a"; margin-left: -1em; color: rgb(240, 237, 224); } .presentation-15 .path3:before { content: "\f18b"; margin-left: -1em; color: rgb(85, 96, 128); } .presentation-15 .path4:before { content: "\f18c"; margin-left: -1em; color: rgb(85, 96, 128); } .presentation-15 .path5:before { content: "\f18d"; margin-left: -1em; color: rgb(85, 96, 128); } .presentation-15 .path6:before { content: "\f18e"; margin-left: -1em; color: rgb(212, 195, 165); } .presentation-15 .path7:before { content: "\f18f"; margin-left: -1em; color: rgb(212, 195, 165); } .presentation-15 .path8:before { content: "\f190"; margin-left: -1em; color: rgb(212, 195, 165); } .presentation-15 .path9:before { content: "\f191"; margin-left: -1em; color: rgb(212, 195, 165); } .presentation-15 .path10:before { content: "\f192"; margin-left: -1em; color: rgb(212, 195, 165); } .presentation-15 .path11:before { content: "\f193"; margin-left: -1em; color: rgb(212, 195, 165); } .presentation-15 .path12:before { content: "\f194"; margin-left: -1em; color: rgb(212, 195, 165); } .presentation-15 .path13:before { content: "\f195"; margin-left: -1em; color: rgb(212, 195, 165); } .presentation-15 .path14:before { content: "\f196"; margin-left: -1em; color: rgb(212, 195, 165); } .presentation-15 .path15:before { content: "\f197"; margin-left: -1em; color: rgb(212, 195, 165); } .presentation-15 .path16:before { content: "\f198"; margin-left: -1em; color: rgb(212, 195, 165); } .presentation-15 .path17:before { content: "\f199"; margin-left: -1em; color: rgb(212, 195, 165); } .presentation-15 .path18:before { content: "\f19a"; margin-left: -1em; color: rgb(212, 195, 165); } .presentation-15 .path19:before { content: "\f19b"; margin-left: -1em; color: rgb(212, 195, 165); } .presentation-16 .path1:before { content: "\f19c"; color: rgb(85, 96, 128); } .presentation-16 .path2:before { content: "\f19d"; margin-left: -1em; color: rgb(240, 237, 224); } .presentation-16 .path3:before { content: "\f19e"; margin-left: -1em; color: rgb(85, 96, 128); } .presentation-16 .path4:before { content: "\f19f"; margin-left: -1em; color: rgb(85, 96, 128); } .presentation-16 .path5:before { content: "\f1a0"; margin-left: -1em; color: rgb(85, 96, 128); } .presentation-16 .path6:before { content: "\f1a1"; margin-left: -1em; color: rgb(212, 195, 165); } .presentation-16 .path7:before { content: "\f1a2"; margin-left: -1em; color: rgb(212, 195, 165); } .presentation-17 .path1:before { content: "\f1a3"; color: rgb(85, 96, 128); } .presentation-17 .path2:before { content: "\f1a4"; margin-left: -1em; color: rgb(240, 237, 224); } .presentation-17 .path3:before { content: "\f1a5"; margin-left: -1em; color: rgb(85, 96, 128); } .presentation-17 .path4:before { content: "\f1a6"; margin-left: -1em; color: rgb(85, 96, 128); } .presentation-17 .path5:before { content: "\f1a7"; margin-left: -1em; color: rgb(85, 96, 128); } .presentation-17 .path6:before { content: "\f1a8"; margin-left: -1em; color: rgb(212, 195, 165); } .presentation-17 .path7:before { content: "\f1a9"; margin-left: -1em; color: rgb(212, 195, 165); } .presentation-17 .path8:before { content: "\f1aa"; margin-left: -1em; color: rgb(212, 195, 165); } .presentation-17 .path9:before { content: "\f1ab"; margin-left: -1em; color: rgb(212, 195, 165); } .presentation-17 .path10:before { content: "\f1ac"; margin-left: -1em; color: rgb(212, 195, 165); } .presentation-17 .path11:before { content: "\f1ad"; margin-left: -1em; color: rgb(212, 195, 165); } .presentation-17 .path12:before { content: "\f1ae"; margin-left: -1em; color: rgb(212, 195, 165); } .presentation-17 .path13:before { content: "\f1af"; margin-left: -1em; color: rgb(212, 195, 165); } .presentation-17 .path14:before { content: "\f1b0"; margin-left: -1em; color: rgb(212, 195, 165); } .presentation-17 .path15:before { content: "\f1b1"; margin-left: -1em; color: rgb(212, 195, 165); } .presentation-17 .path16:before { content: "\f1b2"; margin-left: -1em; color: rgb(212, 195, 165); } .presentation-17 .path17:before { content: "\f1b3"; margin-left: -1em; color: rgb(212, 195, 165); } .presentation-17 .path18:before { content: "\f1b4"; margin-left: -1em; color: rgb(212, 195, 165); } .presentation-17 .path19:before { content: "\f1b5"; margin-left: -1em; color: rgb(212, 195, 165); } .presentation-17 .path20:before { content: "\f1b6"; margin-left: -1em; color: rgb(212, 195, 165); } .presentation-18 .path1:before { content: "\f1b7"; color: rgb(85, 96, 128); } .presentation-18 .path2:before { content: "\f1b8"; margin-left: -1em; color: rgb(240, 237, 224); } .presentation-18 .path3:before { content: "\f1b9"; margin-left: -1em; color: rgb(85, 96, 128); } .presentation-18 .path4:before { content: "\f1ba"; margin-left: -1em; color: rgb(85, 96, 128); } .presentation-18 .path5:before { content: "\f1bb"; margin-left: -1em; color: rgb(85, 96, 128); } .presentation-18 .path6:before { content: "\f1bc"; margin-left: -1em; color: rgb(212, 195, 165); } .presentation-18 .path7:before { content: "\f1bd"; margin-left: -1em; color: rgb(212, 195, 165); } .presentation-18 .path8:before { content: "\f1be"; margin-left: -1em; color: rgb(212, 195, 165); } .presentation-18 .path9:before { content: "\f1bf"; margin-left: -1em; color: rgb(212, 195, 165); } .presentation-18 .path10:before { content: "\f1c0"; margin-left: -1em; color: rgb(212, 195, 165); } .presentation-18 .path11:before { content: "\f1c1"; margin-left: -1em; color: rgb(212, 195, 165); } .presentation-18 .path12:before { content: "\f1c2"; margin-left: -1em; color: rgb(212, 195, 165); } .presentation-18 .path13:before { content: "\f1c3"; margin-left: -1em; color: rgb(212, 195, 165); } .presentation-18 .path14:before { content: "\f1c4"; margin-left: -1em; color: rgb(212, 195, 165); } .presentation-18 .path15:before { content: "\f1c5"; margin-left: -1em; color: rgb(212, 195, 165); } .presentation-18 .path16:before { content: "\f1c6"; margin-left: -1em; color: rgb(212, 195, 165); } .presentation-18 .path17:before { content: "\f1c7"; margin-left: -1em; color: rgb(212, 195, 165); } .presentation-18 .path18:before { content: "\f1c8"; margin-left: -1em; color: rgb(212, 195, 165); } .presentation-19 .path1:before { content: "\f1c9"; color: rgb(85, 96, 128); } .presentation-19 .path2:before { content: "\f1ca"; margin-left: -1em; color: rgb(240, 237, 224); } .presentation-19 .path3:before { content: "\f1cb"; margin-left: -1em; color: rgb(85, 96, 128); } .presentation-19 .path4:before { content: "\f1cc"; margin-left: -1em; color: rgb(85, 96, 128); } .presentation-19 .path5:before { content: "\f1cd"; margin-left: -1em; color: rgb(85, 96, 128); } .presentation-19 .path6:before { content: "\f1ce"; margin-left: -1em; color: rgb(212, 195, 165); } .presentation-19 .path7:before { content: "\f1cf"; margin-left: -1em; color: rgb(212, 195, 165); } .presentation-19 .path8:before { content: "\f1d0"; margin-left: -1em; color: rgb(212, 195, 165); } .presentation-19 .path9:before { content: "\f1d1"; margin-left: -1em; color: rgb(212, 195, 165); } .presentation-19 .path10:before { content: "\f1d2"; margin-left: -1em; color: rgb(212, 195, 165); } .presentation-19 .path11:before { content: "\f1d3"; margin-left: -1em; color: rgb(212, 195, 165); } .price-tag .path1:before { content: "\f1d4"; color: rgb(232, 213, 178); } .price-tag .path2:before { content: "\f1d5"; margin-left: -1em; color: rgb(70, 178, 157); } .price-tag .path3:before { content: "\f1d6"; margin-left: -1em; color: rgb(203, 178, 146); } .price-tag .path4:before { content: "\f1d7"; margin-left: -1em; color: rgb(203, 178, 146); } .price-tag .path5:before { content: "\f1d8"; margin-left: -1em; color: rgb(203, 178, 146); } .price-tag .path6:before { content: "\f1d9"; margin-left: -1em; color: rgb(215, 90, 74); } .price-tag .path7:before { content: "\f1da"; margin-left: -1em; color: rgb(203, 178, 146); } .price-tag-1 .path1:before { content: "\f1db"; color: rgb(232, 213, 178); } .price-tag-1 .path2:before { content: "\f1dc"; margin-left: -1em; color: rgb(203, 178, 146); } .price-tag-1 .path3:before { content: "\f1dd"; margin-left: -1em; color: rgb(215, 90, 74); } .price-tag-1 .path4:before { content: "\f1de"; margin-left: -1em; color: rgb(236, 240, 241); } .price-tag-1 .path5:before { content: "\f1df"; margin-left: -1em; color: rgb(149, 165, 165); } .price-tag-1 .path6:before { content: "\f1e0"; margin-left: -1em; color: rgb(149, 165, 165); } .price-tag-1 .path7:before { content: "\f1e1"; margin-left: -1em; color: rgb(149, 165, 165); } .price-tag-1 .path8:before { content: "\f1e2"; margin-left: -1em; color: rgb(149, 165, 165); } .price-tag-1 .path9:before { content: "\f1e3"; margin-left: -1em; color: rgb(149, 165, 165); } .price-tag-1 .path10:before { content: "\f1e4"; margin-left: -1em; color: rgb(149, 165, 165); } .price-tag-1 .path11:before { content: "\f1e5"; margin-left: -1em; color: rgb(149, 165, 165); } .price-tag-1 .path12:before { content: "\f1e6"; margin-left: -1em; color: rgb(149, 165, 165); } .price-tag-1 .path13:before { content: "\f1e7"; margin-left: -1em; color: rgb(149, 165, 165); } .price-tag-1 .path14:before { content: "\f1e8"; margin-left: -1em; color: rgb(149, 165, 165); } .price-tag-1 .path15:before { content: "\f1e9"; margin-left: -1em; color: rgb(149, 165, 165); } .price-tag-1 .path16:before { content: "\f1ea"; margin-left: -1em; color: rgb(149, 165, 165); } .price-tag-1 .path17:before { content: "\f1eb"; margin-left: -1em; color: rgb(149, 165, 165); } .price-tag-1 .path18:before { content: "\f1ec"; margin-left: -1em; color: rgb(149, 165, 165); } .price-tag-2 .path1:before { content: "\f1ed"; color: rgb(232, 213, 178); } .price-tag-2 .path2:before { content: "\f1ee"; margin-left: -1em; color: rgb(203, 178, 146); } .price-tag-2 .path3:before { content: "\f1ef"; margin-left: -1em; color: rgb(212, 195, 165); } .price-tag-2 .path4:before { content: "\f1f0"; margin-left: -1em; color: rgb(215, 90, 74); } .price-tag-3 .path1:before { content: "\f1f1"; color: rgb(232, 213, 178); } .price-tag-3 .path2:before { content: "\f1f2"; margin-left: -1em; color: rgb(212, 195, 165); } .price-tag-3 .path3:before { content: "\f1f3"; margin-left: -1em; color: rgb(212, 195, 165); } .price-tag-3 .path4:before { content: "\f1f4"; margin-left: -1em; color: rgb(212, 195, 165); } .price-tag-3 .path5:before { content: "\f1f5"; margin-left: -1em; color: rgb(212, 195, 165); } .price-tag-3 .path6:before { content: "\f1f6"; margin-left: -1em; color: rgb(212, 195, 165); } .price-tag-3 .path7:before { content: "\f1f7"; margin-left: -1em; color: rgb(212, 195, 165); } .price-tag-3 .path8:before { content: "\f1f8"; margin-left: -1em; color: rgb(212, 195, 165); } .price-tag-3 .path9:before { content: "\f1f9"; margin-left: -1em; color: rgb(212, 195, 165); } .price-tag-3 .path10:before { content: "\f1fa"; margin-left: -1em; color: rgb(212, 195, 165); } .price-tag-3 .path11:before { content: "\f1fb"; margin-left: -1em; color: rgb(203, 178, 146); } .price-tag-3 .path12:before { content: "\f1fc"; margin-left: -1em; color: rgb(215, 90, 74); } .price-tag-4 .path1:before { content: "\f1fd"; color: rgb(70, 178, 157); } .price-tag-4 .path2:before { content: "\f1fe"; margin-left: -1em; color: rgb(40, 104, 92); } .price-tag-4 .path3:before { content: "\f1ff"; margin-left: -1em; color: rgb(253, 215, 173); } .price-tag-4 .path4:before { content: "\f200"; margin-left: -1em; color: rgb(255, 255, 255); } .price-tag-4 .path5:before { content: "\f201"; margin-left: -1em; color: rgb(255, 255, 255); } .price-tag-5 .path1:before { content: "\f202"; color: rgb(232, 213, 178); } .price-tag-5 .path2:before { content: "\f203"; margin-left: -1em; color: rgb(215, 90, 74); } .price-tag-5 .path3:before { content: "\f204"; margin-left: -1em; color: rgb(203, 178, 146); } .price-tag-5 .path4:before { content: "\f205"; margin-left: -1em; color: rgb(203, 178, 146); } .price-tag-5 .path5:before { content: "\f206"; margin-left: -1em; color: rgb(203, 178, 146); } .price-tag-5 .path6:before { content: "\f207"; margin-left: -1em; color: rgb(203, 178, 146); } .price-tag-5 .path7:before { content: "\f208"; margin-left: -1em; color: rgb(203, 178, 146); } .price-tag-5 .path8:before { content: "\f209"; margin-left: -1em; color: rgb(203, 178, 146); } .price-tag-5 .path9:before { content: "\f20a"; margin-left: -1em; color: rgb(203, 178, 146); } .price-tag-5 .path10:before { content: "\f20b"; margin-left: -1em; color: rgb(203, 178, 146); } .price-tag-5 .path11:before { content: "\f20c"; margin-left: -1em; color: rgb(203, 178, 146); } .price-tag-5 .path12:before { content: "\f20d"; margin-left: -1em; color: rgb(76, 128, 86); } .price-tag-6 .path1:before { content: "\f20e"; color: rgb(232, 213, 178); } .price-tag-6 .path2:before { content: "\f20f"; margin-left: -1em; color: rgb(203, 178, 146); } .price-tag-6 .path3:before { content: "\f210"; margin-left: -1em; color: rgb(215, 90, 74); } .price-tag-6 .path4:before { content: "\f211"; margin-left: -1em; color: rgb(203, 178, 146); } .price-tag-6 .path5:before { content: "\f212"; margin-left: -1em; color: rgb(203, 178, 146); } .price-tag-6 .path6:before { content: "\f213"; margin-left: -1em; color: rgb(203, 178, 146); } .price-tag-6 .path7:before { content: "\f214"; margin-left: -1em; color: rgb(203, 178, 146); } .price-tag-6 .path8:before { content: "\f215"; margin-left: -1em; color: rgb(203, 178, 146); } .price-tag-6 .path9:before { content: "\f216"; margin-left: -1em; color: rgb(203, 178, 146); } .price-tag-6 .path10:before { content: "\f217"; margin-left: -1em; color: rgb(203, 178, 146); } .price-tag-6 .path11:before { content: "\f218"; margin-left: -1em; color: rgb(203, 178, 146); } .price-tag-6 .path12:before { content: "\f219"; margin-left: -1em; color: rgb(203, 178, 146); } .price-tag-7 .path1:before { content: "\f21a"; color: rgb(232, 213, 178); } .price-tag-7 .path2:before { content: "\f21b"; margin-left: -1em; color: rgb(203, 178, 146); } .price-tag-7 .path3:before { content: "\f21c"; margin-left: -1em; color: rgb(215, 90, 74); } .price-tag-8 .path1:before { content: "\f21d"; color: rgb(232, 213, 178); } .price-tag-8 .path2:before { content: "\f21e"; margin-left: -1em; color: rgb(203, 178, 146); } .price-tag-8 .path3:before { content: "\f21f"; margin-left: -1em; color: rgb(232, 213, 178); } .price-tag-8 .path4:before { content: "\f220"; margin-left: -1em; color: rgb(215, 90, 74); } .price-tag-9 .path1:before { content: "\f221"; color: rgb(232, 213, 178); } .price-tag-9 .path2:before { content: "\f222"; margin-left: -1em; color: rgb(232, 213, 178); } .price-tag-9 .path3:before { content: "\f223"; margin-left: -1em; color: rgb(203, 178, 146); } .price-tag-9 .path4:before { content: "\f224"; margin-left: -1em; color: rgb(215, 90, 74); } .receipt .path1:before { content: "\f225"; color: rgb(61, 70, 91); } .receipt .path2:before { content: "\f226"; margin-left: -1em; color: rgb(240, 237, 224); } .receipt .path3:before { content: "\f227"; margin-left: -1em; color: rgb(212, 195, 165); } .receipt .path4:before { content: "\f228"; margin-left: -1em; color: rgb(212, 195, 165); } .receipt .path5:before { content: "\f229"; margin-left: -1em; color: rgb(212, 195, 165); } .receipt .path6:before { content: "\f22a"; margin-left: -1em; color: rgb(212, 195, 165); } .receipt .path7:before { content: "\f22b"; margin-left: -1em; color: rgb(212, 195, 165); } .receipt .path8:before { content: "\f22c"; margin-left: -1em; color: rgb(212, 195, 165); } .receipt .path9:before { content: "\f22d"; margin-left: -1em; color: rgb(212, 195, 165); } .receipt .path10:before { content: "\f22e"; margin-left: -1em; color: rgb(212, 195, 165); } .receipt .path11:before { content: "\f22f"; margin-left: -1em; color: rgb(212, 195, 165); } .receipt .path12:before { content: "\f230"; margin-left: -1em; color: rgb(36, 174, 95); } .receipt .path13:before { content: "\f231"; margin-left: -1em; color: rgb(165, 165, 164); } .receipt .path14:before { content: "\f232"; margin-left: -1em; color: rgb(165, 165, 164); } .receipt .path15:before { content: "\f233"; margin-left: -1em; color: rgb(165, 165, 164); } .record .path1:before { content: "\f234"; color: rgb(243, 213, 92); } .record .path2:before { content: "\f235"; margin-left: -1em; color: rgb(240, 196, 27); } .record .path3:before { content: "\f236"; margin-left: -1em; color: rgb(245, 241, 226); } .record .path4:before { content: "\f237"; margin-left: -1em; color: rgb(214, 208, 187); } .record .path5:before { content: "\f238"; margin-left: -1em; color: rgb(214, 208, 187); } .record .path6:before { content: "\f239"; margin-left: -1em; color: rgb(214, 208, 187); } .record .path7:before { content: "\f23a"; margin-left: -1em; color: rgb(214, 208, 187); } .record .path8:before { content: "\f23b"; margin-left: -1em; color: rgb(214, 208, 187); } .rewind-time .path1:before { content: "\f23c"; color: rgb(85, 97, 128); } .rewind-time .path2:before { content: "\f23d"; margin-left: -1em; color: rgb(255, 255, 255); } .rewind-time .path3:before { content: "\f23e"; margin-left: -1em; color: rgb(255, 255, 255); } .rewind-time .path4:before { content: "\f23f"; margin-left: -1em; color: rgb(255, 255, 255); } .rewind-time .path5:before { content: "\f240"; margin-left: -1em; color: rgb(255, 255, 255); } .rewind-time .path6:before { content: "\f241"; margin-left: -1em; color: rgb(255, 255, 255); } .rewind-time .path7:before { content: "\f242"; margin-left: -1em; color: rgb(255, 255, 255); } .rewind-time .path8:before { content: "\f243"; margin-left: -1em; color: rgb(255, 255, 255); } .rewind-time .path9:before { content: "\f244"; margin-left: -1em; color: rgb(116, 190, 134); } .rewind-time .path10:before { content: "\f245"; margin-left: -1em; color: rgb(116, 190, 134); } .rewind-time .path11:before { content: "\f246"; margin-left: -1em; color: rgb(116, 190, 134); } .rich .path1:before { content: "\f247"; color: rgb(76, 64, 49); } .rich .path2:before { content: "\f248"; margin-left: -1em; color: rgb(199, 182, 161); } .rich .path3:before { content: "\f249"; margin-left: -1em; color: rgb(209, 157, 24); } .rich .path4:before { content: "\f24a"; margin-left: -1em; color: rgb(209, 157, 24); } .rich .path5:before { content: "\f24b"; margin-left: -1em; color: rgb(209, 157, 24); } .rich .path6:before { content: "\f24c"; margin-left: -1em; color: rgb(252, 198, 45); } .rich .path7:before { content: "\f24d"; margin-left: -1em; color: rgb(228, 175, 24); } .rich .path8:before { content: "\f24e"; margin-left: -1em; color: rgb(228, 175, 24); } .rich .path9:before { content: "\f24f"; margin-left: -1em; color: rgb(228, 175, 24); } .rich .path10:before { content: "\f250"; margin-left: -1em; color: rgb(107, 91, 70); } .rich .path11:before { content: "\f251"; margin-left: -1em; color: rgb(107, 91, 70); } .rich .path12:before { content: "\f252"; margin-left: -1em; color: rgb(107, 91, 70); } .rich .path13:before { content: "\f253"; margin-left: -1em; color: rgb(228, 175, 24); } .rich .path14:before { content: "\f254"; margin-left: -1em; color: rgb(228, 175, 24); } .rich .path15:before { content: "\f255"; margin-left: -1em; color: rgb(209, 157, 24); } .rich .path16:before { content: "\f256"; margin-left: -1em; color: rgb(252, 198, 45); } .rich .path17:before { content: "\f257"; margin-left: -1em; color: rgb(219, 204, 186); } .safebox .path1:before { content: "\f258"; color: rgb(94, 95, 98); } .safebox .path2:before { content: "\f259"; margin-left: -1em; color: rgb(94, 95, 98); } .safebox .path3:before { content: "\f25a"; margin-left: -1em; color: rgb(182, 200, 204); } .safebox .path4:before { content: "\f25b"; margin-left: -1em; color: rgb(149, 165, 165); } .safebox .path5:before { content: "\f25c"; margin-left: -1em; color: rgb(149, 165, 165); } .safebox .path6:before { content: "\f25d"; margin-left: -1em; color: rgb(227, 233, 236); } .safebox .path7:before { content: "\f25e"; margin-left: -1em; color: rgb(182, 200, 204); } .safebox .path8:before { content: "\f25f"; margin-left: -1em; color: rgb(85, 96, 128); } .safebox .path9:before { content: "\f260"; margin-left: -1em; color: rgb(85, 96, 128); } .safebox .path10:before { content: "\f261"; margin-left: -1em; color: rgb(85, 96, 128); } .safebox .path11:before { content: "\f262"; margin-left: -1em; color: rgb(85, 96, 128); } .safebox .path12:before { content: "\f263"; margin-left: -1em; color: rgb(85, 96, 128); } .safebox .path13:before { content: "\f264"; margin-left: -1em; color: rgb(85, 96, 128); } .safebox .path14:before { content: "\f265"; margin-left: -1em; color: rgb(85, 96, 128); } .safebox .path15:before { content: "\f266"; margin-left: -1em; color: rgb(85, 96, 128); } .safebox .path16:before { content: "\f267"; margin-left: -1em; color: rgb(85, 96, 128); } .safebox .path17:before { content: "\f268"; margin-left: -1em; color: rgb(148, 181, 113); } .safebox .path18:before { content: "\f269"; margin-left: -1em; color: rgb(94, 95, 98); } .safebox-1 .path1:before { content: "\f26a"; color: rgb(94, 95, 98); } .safebox-1 .path2:before { content: "\f26b"; margin-left: -1em; color: rgb(94, 95, 98); } .safebox-1 .path3:before { content: "\f26c"; margin-left: -1em; color: rgb(182, 200, 204); } .safebox-1 .path4:before { content: "\f26d"; margin-left: -1em; color: rgb(227, 233, 236); } .safebox-1 .path5:before { content: "\f26e"; margin-left: -1em; color: rgb(149, 165, 165); } .safebox-1 .path6:before { content: "\f26f"; margin-left: -1em; color: rgb(189, 195, 199); } .safebox-1 .path7:before { content: "\f270"; margin-left: -1em; color: rgb(189, 195, 199); } .safebox-1 .path8:before { content: "\f271"; margin-left: -1em; color: rgb(189, 195, 199); } .safebox-1 .path9:before { content: "\f272"; margin-left: -1em; color: rgb(189, 195, 199); } .safebox-1 .path10:before { content: "\f273"; margin-left: -1em; color: rgb(189, 195, 199); } .safebox-1 .path11:before { content: "\f274"; margin-left: -1em; color: rgb(189, 195, 199); } .safebox-1 .path12:before { content: "\f275"; margin-left: -1em; color: rgb(189, 195, 199); } .safebox-1 .path13:before { content: "\f276"; margin-left: -1em; color: rgb(189, 195, 199); } .safebox-1 .path14:before { content: "\f277"; margin-left: -1em; color: rgb(189, 195, 199); } .safebox-1 .path15:before { content: "\f278"; margin-left: -1em; color: rgb(255, 255, 255); } .safebox-1 .path16:before { content: "\f279"; margin-left: -1em; color: rgb(182, 200, 204); } .safebox-1 .path17:before { content: "\f27a"; margin-left: -1em; color: rgb(182, 200, 204); } .safebox-1 .path18:before { content: "\f27b"; margin-left: -1em; color: rgb(94, 95, 98); } .safebox-1 .path19:before { content: "\f27c"; margin-left: -1em; color: rgb(94, 95, 98); } .safebox-1 .path20:before { content: "\f27d"; margin-left: -1em; color: rgb(94, 95, 98); } .safebox-1 .path21:before { content: "\f27e"; margin-left: -1em; color: rgb(94, 95, 98); } .safebox-2 .path1:before { content: "\f27f"; color: rgb(181, 195, 198); } .safebox-2 .path2:before { content: "\f280"; margin-left: -1em; color: rgb(182, 200, 204); } .safebox-2 .path3:before { content: "\f281"; margin-left: -1em; color: rgb(182, 200, 204); } .safebox-2 .path4:before { content: "\f282"; margin-left: -1em; color: rgb(227, 233, 236); } .safebox-2 .path5:before { content: "\f283"; margin-left: -1em; color: rgb(85, 96, 128); } .safebox-2 .path6:before { content: "\f284"; margin-left: -1em; color: rgb(163, 184, 190); } .safebox-2 .path7:before { content: "\f285"; margin-left: -1em; color: rgb(163, 184, 190); } .safebox-2 .path8:before { content: "\f286"; margin-left: -1em; color: rgb(163, 184, 190); } .safebox-2 .path9:before { content: "\f287"; margin-left: -1em; color: rgb(163, 184, 190); } .safebox-2 .path10:before { content: "\f288"; margin-left: -1em; color: rgb(85, 96, 128); } .safebox-2 .path11:before { content: "\f289"; margin-left: -1em; color: rgb(85, 96, 128); } .safebox-2 .path12:before { content: "\f28a"; margin-left: -1em; color: rgb(85, 96, 128); } .safebox-2 .path13:before { content: "\f28b"; margin-left: -1em; color: rgb(85, 96, 128); } .safebox-2 .path14:before { content: "\f28c"; margin-left: -1em; color: rgb(85, 96, 128); } .safebox-2 .path15:before { content: "\f28d"; margin-left: -1em; color: rgb(85, 96, 128); } .safebox-2 .path16:before { content: "\f28e"; margin-left: -1em; color: rgb(85, 96, 128); } .safebox-2 .path17:before { content: "\f28f"; margin-left: -1em; color: rgb(85, 96, 128); } .safebox-2 .path18:before { content: "\f290"; margin-left: -1em; color: rgb(181, 195, 198); } .safebox-2 .path19:before { content: "\f291"; margin-left: -1em; color: rgb(207, 225, 229); } .safebox-3 .path1:before { content: "\f292"; color: rgb(181, 195, 198); } .safebox-3 .path2:before { content: "\f293"; margin-left: -1em; color: rgb(182, 200, 204); } .safebox-3 .path3:before { content: "\f294"; margin-left: -1em; color: rgb(182, 200, 204); } .safebox-3 .path4:before { content: "\f295"; margin-left: -1em; color: rgb(227, 233, 236); } .safebox-3 .path5:before { content: "\f296"; margin-left: -1em; color: rgb(85, 96, 128); } .safebox-3 .path6:before { content: "\f297"; margin-left: -1em; color: rgb(163, 184, 190); } .safebox-3 .path7:before { content: "\f298"; margin-left: -1em; color: rgb(163, 184, 190); } .safebox-3 .path8:before { content: "\f299"; margin-left: -1em; color: rgb(163, 184, 190); } .safebox-3 .path9:before { content: "\f29a"; margin-left: -1em; color: rgb(163, 184, 190); } .safebox-3 .path10:before { content: "\f29b"; margin-left: -1em; color: rgb(85, 96, 128); } .safebox-3 .path11:before { content: "\f29c"; margin-left: -1em; color: rgb(85, 96, 128); } .safebox-3 .path12:before { content: "\f29d"; margin-left: -1em; color: rgb(85, 96, 128); } .safebox-3 .path13:before { content: "\f29e"; margin-left: -1em; color: rgb(85, 96, 128); } .safebox-3 .path14:before { content: "\f29f"; margin-left: -1em; color: rgb(85, 96, 128); } .safebox-3 .path15:before { content: "\f2a0"; margin-left: -1em; color: rgb(85, 96, 128); } .safebox-3 .path16:before { content: "\f2a1"; margin-left: -1em; color: rgb(85, 96, 128); } .safebox-3 .path17:before { content: "\f2a2"; margin-left: -1em; color: rgb(85, 96, 128); } .safebox-3 .path18:before { content: "\f2a3"; margin-left: -1em; color: rgb(181, 195, 198); } .safebox-3 .path19:before { content: "\f2a4"; margin-left: -1em; color: rgb(207, 225, 229); } .safebox-3 .path20:before { content: "\f2a5"; margin-left: -1em; color: rgb(255, 209, 108); } .safebox-3 .path21:before { content: "\f2a6"; margin-left: -1em; color: rgb(240, 196, 25); } .safebox-3 .path22:before { content: "\f2a7"; margin-left: -1em; color: rgb(243, 213, 91); } .safebox-3 .path23:before { content: "\f2a8"; margin-left: -1em; color: rgb(240, 196, 25); } .safebox-4 .path1:before { content: "\f2a9"; color: rgb(181, 195, 198); } .safebox-4 .path2:before { content: "\f2aa"; margin-left: -1em; color: rgb(182, 200, 204); } .safebox-4 .path3:before { content: "\f2ab"; margin-left: -1em; color: rgb(182, 200, 204); } .safebox-4 .path4:before { content: "\f2ac"; margin-left: -1em; color: rgb(227, 233, 236); } .safebox-4 .path5:before { content: "\f2ad"; margin-left: -1em; color: rgb(85, 96, 128); } .safebox-4 .path6:before { content: "\f2ae"; margin-left: -1em; color: rgb(163, 184, 190); } .safebox-4 .path7:before { content: "\f2af"; margin-left: -1em; color: rgb(163, 184, 190); } .safebox-4 .path8:before { content: "\f2b0"; margin-left: -1em; color: rgb(163, 184, 190); } .safebox-4 .path9:before { content: "\f2b1"; margin-left: -1em; color: rgb(163, 184, 190); } .safebox-4 .path10:before { content: "\f2b2"; margin-left: -1em; color: rgb(85, 96, 128); } .safebox-4 .path11:before { content: "\f2b3"; margin-left: -1em; color: rgb(85, 96, 128); } .safebox-4 .path12:before { content: "\f2b4"; margin-left: -1em; color: rgb(85, 96, 128); } .safebox-4 .path13:before { content: "\f2b5"; margin-left: -1em; color: rgb(85, 96, 128); } .safebox-4 .path14:before { content: "\f2b6"; margin-left: -1em; color: rgb(85, 96, 128); } .safebox-4 .path15:before { content: "\f2b7"; margin-left: -1em; color: rgb(85, 96, 128); } .safebox-4 .path16:before { content: "\f2b8"; margin-left: -1em; color: rgb(85, 96, 128); } .safebox-4 .path17:before { content: "\f2b9"; margin-left: -1em; color: rgb(85, 96, 128); } .safebox-4 .path18:before { content: "\f2ba"; margin-left: -1em; color: rgb(181, 195, 198); } .safebox-4 .path19:before { content: "\f2bb"; margin-left: -1em; color: rgb(207, 225, 229); } .safebox-4 .path20:before { content: "\f2bc"; margin-left: -1em; color: rgb(113, 194, 133); } .safebox-4 .path21:before { content: "\f2bd"; margin-left: -1em; color: rgb(76, 128, 86); } .safebox-4 .path22:before { content: "\f2be"; margin-left: -1em; color: rgb(76, 128, 86); } .safebox-4 .path23:before { content: "\f2bf"; margin-left: -1em; color: rgb(76, 128, 86); } .safebox-4 .path24:before { content: "\f2c0"; margin-left: -1em; color: rgb(76, 128, 86); } .safebox-4 .path25:before { content: "\f2c1"; margin-left: -1em; color: rgb(76, 128, 86); } .safebox-4 .path26:before { content: "\f2c2"; margin-left: -1em; color: rgb(76, 128, 86); } .safebox-4 .path27:before { content: "\f2c3"; margin-left: -1em; color: rgb(209, 212, 209); } .safebox-4 .path28:before { content: "\f2c4"; margin-left: -1em; color: rgb(113, 194, 133); } .safebox-4 .path29:before { content: "\f2c5"; margin-left: -1em; color: rgb(76, 128, 86); } .safebox-4 .path30:before { content: "\f2c6"; margin-left: -1em; color: rgb(76, 128, 86); } .safebox-4 .path31:before { content: "\f2c7"; margin-left: -1em; color: rgb(76, 128, 86); } .safebox-4 .path32:before { content: "\f2c8"; margin-left: -1em; color: rgb(76, 128, 86); } .safebox-4 .path33:before { content: "\f2c9"; margin-left: -1em; color: rgb(76, 128, 86); } .safebox-4 .path34:before { content: "\f2ca"; margin-left: -1em; color: rgb(76, 128, 86); } .safebox-4 .path35:before { content: "\f2cb"; margin-left: -1em; color: rgb(209, 212, 209); } .safebox-4 .path36:before { content: "\f2cc"; margin-left: -1em; color: rgb(181, 195, 198); } .stamp .path1:before { content: "\f2cd"; color: rgb(199, 160, 107); } .stamp .path2:before { content: "\f2ce"; margin-left: -1em; color: rgb(223, 178, 136); } .stamp .path3:before { content: "\f2cf"; margin-left: -1em; color: rgb(250, 193, 118); } .stamp .path4:before { content: "\f2d0"; margin-left: -1em; color: rgb(100, 93, 90); } .stamp-1 .path1:before { content: "\f2d1"; color: rgb(199, 160, 107); } .stamp-1 .path2:before { content: "\f2d2"; margin-left: -1em; color: rgb(100, 93, 90); } .stamp-1 .path3:before { content: "\f2d3"; margin-left: -1em; color: rgb(223, 178, 136); } .stamp-1 .path4:before { content: "\f2d4"; margin-left: -1em; color: rgb(250, 193, 118); } .stand .path1:before { content: "\f2d5"; color: rgb(85, 96, 128); } .stand .path2:before { content: "\f2d6"; margin-left: -1em; color: rgb(85, 96, 128); } .stand .path3:before { content: "\f2d7"; margin-left: -1em; color: rgb(85, 96, 128); } .stand .path4:before { content: "\f2d8"; margin-left: -1em; color: rgb(243, 213, 91); } .stand .path5:before { content: "\f2d9"; margin-left: -1em; color: rgb(192, 58, 43); } .stand .path6:before { content: "\f2da"; margin-left: -1em; color: rgb(85, 96, 128); } .stand .path7:before { content: "\f2db"; margin-left: -1em; color: rgb(192, 58, 43); } .stand .path8:before { content: "\f2dc"; margin-left: -1em; color: rgb(240, 196, 25); } .stand .path9:before { content: "\f2dd"; margin-left: -1em; color: rgb(240, 196, 25); } .stand .path10:before { content: "\f2de"; margin-left: -1em; color: rgb(240, 196, 25); } .stand .path11:before { content: "\f2df"; margin-left: -1em; color: rgb(210, 86, 39); } .stand .path12:before { content: "\f2e0"; margin-left: -1em; color: rgb(210, 86, 39); } .stand .path13:before { content: "\f2e1"; margin-left: -1em; color: rgb(210, 86, 39); } .stand .path14:before { content: "\f2e2"; margin-left: -1em; color: rgb(210, 86, 39); } .stand .path15:before { content: "\f2e3"; margin-left: -1em; color: rgb(240, 196, 25); } .stand .path16:before { content: "\f2e4"; margin-left: -1em; color: rgb(240, 196, 25); } .stand .path17:before { content: "\f2e5"; margin-left: -1em; color: rgb(85, 96, 128); } .stand .path18:before { content: "\f2e6"; margin-left: -1em; color: rgb(85, 96, 128); } .stand .path19:before { content: "\f2e7"; margin-left: -1em; color: rgb(85, 96, 128); } .store .path1:before { content: "\f2e8"; color: rgb(240, 120, 90); } .store .path2:before { content: "\f2e9"; margin-left: -1em; color: rgb(179, 90, 91); } .store .path3:before { content: "\f2ea"; margin-left: -1em; color: rgb(176, 211, 240); } .store .path4:before { content: "\f2eb"; margin-left: -1em; color: rgb(237, 113, 97); } .store .path5:before { content: "\f2ec"; margin-left: -1em; color: rgb(237, 113, 97); } .store .path6:before { content: "\f2ed"; margin-left: -1em; color: rgb(240, 196, 25); } .store .path7:before { content: "\f2ee"; margin-left: -1em; color: rgb(240, 196, 25); } .store .path8:before { content: "\f2ef"; margin-left: -1em; color: rgb(243, 213, 91); } .store .path9:before { content: "\f2f0"; margin-left: -1em; color: rgb(243, 213, 91); } .store .path10:before { content: "\f2f1"; margin-left: -1em; color: rgb(211, 98, 89); } .store .path11:before { content: "\f2f2"; margin-left: -1em; color: rgb(211, 98, 89); } .store .path12:before { content: "\f2f3"; margin-left: -1em; color: rgb(179, 90, 91); } .store .path13:before { content: "\f2f4"; margin-left: -1em; color: rgb(176, 211, 240); } .store .path14:before { content: "\f2f5"; margin-left: -1em; color: rgb(255, 255, 255); } .store .path15:before { content: "\f2f6"; margin-left: -1em; color: rgb(255, 255, 255); } .store .path16:before { content: "\f2f7"; margin-left: -1em; color: rgb(255, 255, 255); } .store .path17:before { content: "\f2f8"; margin-left: -1em; color: rgb(255, 255, 255); } .store .path18:before { content: "\f2f9"; margin-left: -1em; color: rgb(255, 255, 255); } .store .path19:before { content: "\f2fa"; margin-left: -1em; color: rgb(255, 255, 255); } .store .path20:before { content: "\f2fb"; margin-left: -1em; color: rgb(255, 255, 255); } .store .path21:before { content: "\f2fc"; margin-left: -1em; color: rgb(203, 130, 82); } .store .path22:before { content: "\f2fd"; margin-left: -1em; color: rgb(127, 110, 93); } .store .path23:before { content: "\f2fe"; margin-left: -1em; color: rgb(36, 174, 95); } .store-1 .path1:before { content: "\f2ff"; color: rgb(245, 239, 202); } .store-1 .path2:before { content: "\f300"; margin-left: -1em; color: rgb(127, 110, 93); } .store-1 .path3:before { content: "\f301"; margin-left: -1em; color: rgb(203, 178, 146); } .store-1 .path4:before { content: "\f302"; margin-left: -1em; color: rgb(203, 178, 146); } .store-1 .path5:before { content: "\f303"; margin-left: -1em; color: rgb(203, 178, 146); } .store-1 .path6:before { content: "\f304"; margin-left: -1em; color: rgb(203, 178, 146); } .store-1 .path7:before { content: "\f305"; margin-left: -1em; color: rgb(203, 178, 146); } .store-1 .path8:before { content: "\f306"; margin-left: -1em; color: rgb(203, 178, 146); } .store-1 .path9:before { content: "\f307"; margin-left: -1em; color: rgb(203, 178, 146); } .store-1 .path10:before { content: "\f308"; margin-left: -1em; color: rgb(203, 178, 146); } .store-1 .path11:before { content: "\f309"; margin-left: -1em; color: rgb(203, 178, 146); } .store-1 .path12:before { content: "\f30a"; margin-left: -1em; color: rgb(203, 178, 146); } .store-1 .path13:before { content: "\f30b"; margin-left: -1em; color: rgb(203, 178, 146); } .store-1 .path14:before { content: "\f30c"; margin-left: -1em; color: rgb(203, 178, 146); } .store-1 .path15:before { content: "\f30d"; margin-left: -1em; color: rgb(203, 178, 146); } .store-1 .path16:before { content: "\f30e"; margin-left: -1em; color: rgb(203, 178, 146); } .store-1 .path17:before { content: "\f30f"; margin-left: -1em; color: rgb(203, 178, 146); } .store-1 .path18:before { content: "\f310"; margin-left: -1em; color: rgb(203, 178, 146); } .store-1 .path19:before { content: "\f311"; margin-left: -1em; color: rgb(203, 178, 146); } .store-1 .path20:before { content: "\f312"; margin-left: -1em; color: rgb(203, 178, 146); } .store-1 .path21:before { content: "\f313"; margin-left: -1em; color: rgb(203, 178, 146); } .store-1 .path22:before { content: "\f314"; margin-left: -1em; color: rgb(203, 178, 146); } .store-1 .path23:before { content: "\f315"; margin-left: -1em; color: rgb(203, 178, 146); } .store-1 .path24:before { content: "\f316"; margin-left: -1em; color: rgb(203, 178, 146); } .store-1 .path25:before { content: "\f317"; margin-left: -1em; color: rgb(203, 178, 146); } .store-1 .path26:before { content: "\f318"; margin-left: -1em; color: rgb(203, 178, 146); } .store-1 .path27:before { content: "\f319"; margin-left: -1em; color: rgb(203, 178, 146); } .store-1 .path28:before { content: "\f31a"; margin-left: -1em; color: rgb(113, 194, 133); } .store-1 .path29:before { content: "\f31b"; margin-left: -1em; color: rgb(243, 213, 91); } .store-1 .path30:before { content: "\f31c"; margin-left: -1em; color: rgb(243, 213, 91); } .store-1 .path31:before { content: "\f31d"; margin-left: -1em; color: rgb(113, 194, 133); } .store-1 .path32:before { content: "\f31e"; margin-left: -1em; color: rgb(104, 173, 119); } .store-1 .path33:before { content: "\f31f"; margin-left: -1em; color: rgb(221, 195, 87); } .store-1 .path34:before { content: "\f320"; margin-left: -1em; color: rgb(104, 173, 119); } .store-1 .path35:before { content: "\f321"; margin-left: -1em; color: rgb(221, 195, 87); } .store-1 .path36:before { content: "\f322"; margin-left: -1em; color: rgb(127, 110, 93); } .store-1 .path37:before { content: "\f323"; margin-left: -1em; color: rgb(203, 178, 146); } .store-1 .path38:before { content: "\f324"; margin-left: -1em; color: rgb(203, 178, 146); } .store-2 .path1:before { content: "\f325"; color: rgb(176, 211, 240); } .store-2 .path2:before { content: "\f326"; margin-left: -1em; color: rgb(85, 96, 128); } .store-2 .path3:before { content: "\f327"; margin-left: -1em; color: rgb(85, 96, 128); } .store-2 .path4:before { content: "\f328"; margin-left: -1em; color: rgb(85, 96, 128); } .store-2 .path5:before { content: "\f329"; margin-left: -1em; color: rgb(68, 78, 102); } .store-2 .path6:before { content: "\f32a"; margin-left: -1em; color: rgb(210, 86, 39); } .store-2 .path7:before { content: "\f32b"; margin-left: -1em; color: rgb(210, 86, 39); } .store-2 .path8:before { content: "\f32c"; margin-left: -1em; color: rgb(210, 86, 39); } .store-2 .path9:before { content: "\f32d"; margin-left: -1em; color: rgb(210, 86, 39); } .store-2 .path10:before { content: "\f32e"; margin-left: -1em; color: rgb(128, 45, 64); } .store-2 .path11:before { content: "\f32f"; margin-left: -1em; color: rgb(128, 45, 64); } .store-2 .path12:before { content: "\f330"; margin-left: -1em; color: rgb(128, 45, 64); } .store-2 .path13:before { content: "\f331"; margin-left: -1em; color: rgb(128, 45, 64); } .store-2 .path14:before { content: "\f332"; margin-left: -1em; color: rgb(128, 45, 64); } .store-2 .path15:before { content: "\f333"; margin-left: -1em; color: rgb(128, 45, 64); } .store-2 .path16:before { content: "\f334"; margin-left: -1em; color: rgb(128, 45, 64); } .store-2 .path17:before { content: "\f335"; margin-left: -1em; color: rgb(128, 45, 64); } .store-2 .path18:before { content: "\f336"; margin-left: -1em; color: rgb(128, 45, 64); } .store-2 .path19:before { content: "\f337"; margin-left: -1em; color: rgb(128, 45, 64); } .store-2 .path20:before { content: "\f338"; margin-left: -1em; color: rgb(128, 45, 64); } .store-2 .path21:before { content: "\f339"; margin-left: -1em; color: rgb(128, 45, 64); } .store-2 .path22:before { content: "\f33a"; margin-left: -1em; color: rgb(128, 45, 64); } .store-2 .path23:before { content: "\f33b"; margin-left: -1em; color: rgb(128, 45, 64); } .store-2 .path24:before { content: "\f33c"; margin-left: -1em; color: rgb(128, 45, 64); } .store-2 .path25:before { content: "\f33d"; margin-left: -1em; color: rgb(128, 45, 64); } .store-2 .path26:before { content: "\f33e"; margin-left: -1em; color: rgb(128, 45, 64); } .store-2 .path27:before { content: "\f33f"; margin-left: -1em; color: rgb(128, 45, 64); } .store-2 .path28:before { content: "\f340"; margin-left: -1em; color: rgb(128, 45, 64); } .store-2 .path29:before { content: "\f341"; margin-left: -1em; color: rgb(128, 45, 64); } .store-2 .path30:before { content: "\f342"; margin-left: -1em; color: rgb(128, 45, 64); } .store-2 .path31:before { content: "\f343"; margin-left: -1em; color: rgb(128, 45, 64); } .store-2 .path32:before { content: "\f344"; margin-left: -1em; color: rgb(128, 45, 64); } .store-2 .path33:before { content: "\f345"; margin-left: -1em; color: rgb(128, 45, 64); } .store-2 .path34:before { content: "\f346"; margin-left: -1em; color: rgb(128, 45, 64); } .store-2 .path35:before { content: "\f347"; margin-left: -1em; color: rgb(128, 45, 64); } .store-2 .path36:before { content: "\f348"; margin-left: -1em; color: rgb(128, 45, 64); } .store-2 .path37:before { content: "\f349"; margin-left: -1em; color: rgb(128, 45, 64); } .store-2 .path38:before { content: "\f34a"; margin-left: -1em; color: rgb(255, 255, 255); } .store-2 .path39:before { content: "\f34b"; margin-left: -1em; color: rgb(255, 255, 255); } .store-2 .path40:before { content: "\f34c"; margin-left: -1em; color: rgb(255, 255, 255); } .store-2 .path41:before { content: "\f34d"; margin-left: -1em; color: rgb(255, 255, 255); } .store-2 .path42:before { content: "\f34e"; margin-left: -1em; color: rgb(255, 255, 255); } .store-2 .path43:before { content: "\f34f"; margin-left: -1em; color: rgb(255, 255, 255); } .store-2 .path44:before { content: "\f350"; margin-left: -1em; color: rgb(255, 255, 255); } .store-2 .path45:before { content: "\f351"; margin-left: -1em; color: rgb(255, 255, 255); } .store-2 .path46:before { content: "\f352"; margin-left: -1em; color: rgb(255, 255, 255); } .store-2 .path47:before { content: "\f353"; margin-left: -1em; color: rgb(255, 255, 255); } .store-2 .path48:before { content: "\f354"; margin-left: -1em; color: rgb(255, 255, 255); } .store-2 .path49:before { content: "\f355"; margin-left: -1em; color: rgb(255, 255, 255); } .store-2 .path50:before { content: "\f356"; margin-left: -1em; color: rgb(68, 78, 102); } .store-2 .path51:before { content: "\f357"; margin-left: -1em; color: rgb(176, 211, 240); } .store-2 .path52:before { content: "\f358"; margin-left: -1em; color: rgb(176, 211, 240); } .store-2 .path53:before { content: "\f359"; margin-left: -1em; color: rgb(80, 80, 138); } .store-2 .path54:before { content: "\f35a"; margin-left: -1em; color: rgb(134, 151, 203); } .store-2 .path55:before { content: "\f35b"; margin-left: -1em; color: rgb(80, 80, 138); } .store-2 .path56:before { content: "\f35c"; margin-left: -1em; color: rgb(134, 151, 203); } .store-2 .path57:before { content: "\f35d"; margin-left: -1em; color: rgb(80, 80, 138); } .store-2 .path58:before { content: "\f35e"; margin-left: -1em; color: rgb(134, 151, 203); } .store-2 .path59:before { content: "\f35f"; margin-left: -1em; color: rgb(80, 80, 138); } .store-2 .path60:before { content: "\f360"; margin-left: -1em; color: rgb(134, 151, 203); } .store-3 .path1:before { content: "\f361"; color: rgb(203, 178, 146); } .store-3 .path2:before { content: "\f362"; margin-left: -1em; color: rgb(144, 186, 225); } .store-3 .path3:before { content: "\f363"; margin-left: -1em; color: rgb(236, 240, 241); } .store-3 .path4:before { content: "\f364"; margin-left: -1em; color: rgb(144, 186, 225); } .store-3 .path5:before { content: "\f365"; margin-left: -1em; color: rgb(236, 240, 241); } .store-3 .path6:before { content: "\f366"; margin-left: -1em; color: rgb(236, 240, 241); } .store-3 .path7:before { content: "\f367"; margin-left: -1em; color: rgb(144, 186, 225); } .store-3 .path8:before { content: "\f368"; margin-left: -1em; color: rgb(255, 255, 255); } .store-3 .path9:before { content: "\f369"; margin-left: -1em; color: rgb(255, 255, 255); } .store-3 .path10:before { content: "\f36a"; margin-left: -1em; color: rgb(255, 255, 255); } .store-3 .path11:before { content: "\f36b"; margin-left: -1em; color: rgb(255, 255, 255); } .store-3 .path12:before { content: "\f36c"; margin-left: -1em; color: rgb(255, 255, 255); } .store-3 .path13:before { content: "\f36d"; margin-left: -1em; color: rgb(255, 255, 255); } .store-3 .path14:before { content: "\f36e"; margin-left: -1em; color: rgb(127, 110, 93); } .store-3 .path15:before { content: "\f36f"; margin-left: -1em; color: rgb(127, 110, 93); } .store-3 .path16:before { content: "\f370"; margin-left: -1em; color: rgb(94, 81, 70); } .store-3 .path17:before { content: "\f371"; margin-left: -1em; color: rgb(94, 81, 70); } .store-3 .path18:before { content: "\f372"; margin-left: -1em; color: rgb(94, 81, 70); } .store-3 .path19:before { content: "\f373"; margin-left: -1em; color: rgb(94, 81, 70); } .store-3 .path20:before { content: "\f374"; margin-left: -1em; color: rgb(94, 81, 70); } .store-3 .path21:before { content: "\f375"; margin-left: -1em; color: rgb(94, 81, 70); } .store-3 .path22:before { content: "\f376"; margin-left: -1em; color: rgb(94, 81, 70); } .store-3 .path23:before { content: "\f377"; margin-left: -1em; color: rgb(94, 81, 70); } .store-3 .path24:before { content: "\f378"; margin-left: -1em; color: rgb(144, 186, 225); } .store-3 .path25:before { content: "\f379"; margin-left: -1em; color: rgb(230, 76, 60); } .store-3 .path26:before { content: "\f37a"; margin-left: -1em; color: rgb(243, 213, 91); } .store-3 .path27:before { content: "\f37b"; margin-left: -1em; color: rgb(243, 213, 91); } .store-3 .path28:before { content: "\f37c"; margin-left: -1em; color: rgb(230, 76, 60); } .store-3 .path29:before { content: "\f37d"; margin-left: -1em; color: rgb(192, 58, 43); } .store-3 .path30:before { content: "\f37e"; margin-left: -1em; color: rgb(221, 195, 87); } .store-3 .path31:before { content: "\f37f"; margin-left: -1em; color: rgb(192, 58, 43); } .store-3 .path32:before { content: "\f380"; margin-left: -1em; color: rgb(221, 195, 87); } .strongbox .path1:before { content: "\f381"; color: rgb(181, 195, 198); } .strongbox .path2:before { content: "\f382"; margin-left: -1em; color: rgb(182, 200, 204); } .strongbox .path3:before { content: "\f383"; margin-left: -1em; color: rgb(182, 200, 204); } .strongbox .path4:before { content: "\f384"; margin-left: -1em; color: rgb(227, 233, 236); } .strongbox .path5:before { content: "\f385"; margin-left: -1em; color: rgb(163, 184, 190); } .strongbox .path6:before { content: "\f386"; margin-left: -1em; color: rgb(163, 184, 190); } .strongbox .path7:before { content: "\f387"; margin-left: -1em; color: rgb(163, 184, 190); } .strongbox .path8:before { content: "\f388"; margin-left: -1em; color: rgb(163, 184, 190); } .strongbox .path9:before { content: "\f389"; margin-left: -1em; color: rgb(85, 96, 128); } .strongbox .path10:before { content: "\f38a"; margin-left: -1em; color: rgb(85, 96, 128); } .strongbox .path11:before { content: "\f38b"; margin-left: -1em; color: rgb(85, 96, 128); } .strongbox .path12:before { content: "\f38c"; margin-left: -1em; color: rgb(85, 96, 128); } .strongbox .path13:before { content: "\f38d"; margin-left: -1em; color: rgb(85, 96, 128); } .strongbox .path14:before { content: "\f38e"; margin-left: -1em; color: rgb(85, 96, 128); } .strongbox .path15:before { content: "\f38f"; margin-left: -1em; color: rgb(85, 96, 128); } .strongbox .path16:before { content: "\f390"; margin-left: -1em; color: rgb(85, 96, 128); } .strongbox .path17:before { content: "\f391"; margin-left: -1em; color: rgb(181, 195, 198); } .strongbox .path18:before { content: "\f392"; margin-left: -1em; color: rgb(207, 225, 229); } .strongbox .path19:before { content: "\f393"; margin-left: -1em; color: rgb(85, 96, 128); } .strongbox .path20:before { content: "\f394"; margin-left: -1em; color: rgb(113, 194, 133); } .strongbox .path21:before { content: "\f395"; margin-left: -1em; color: rgb(76, 128, 86); } .strongbox .path22:before { content: "\f396"; margin-left: -1em; color: rgb(76, 128, 86); } .strongbox .path23:before { content: "\f397"; margin-left: -1em; color: rgb(76, 128, 86); } .strongbox .path24:before { content: "\f398"; margin-left: -1em; color: rgb(76, 128, 86); } .strongbox .path25:before { content: "\f399"; margin-left: -1em; color: rgb(209, 212, 209); } .strongbox .path26:before { content: "\f39a"; margin-left: -1em; color: rgb(113, 194, 133); } .strongbox .path27:before { content: "\f39b"; margin-left: -1em; color: rgb(76, 128, 86); } .strongbox .path28:before { content: "\f39c"; margin-left: -1em; color: rgb(76, 128, 86); } .strongbox .path29:before { content: "\f39d"; margin-left: -1em; color: rgb(76, 128, 86); } .strongbox .path30:before { content: "\f39e"; margin-left: -1em; color: rgb(76, 128, 86); } .strongbox .path31:before { content: "\f39f"; margin-left: -1em; color: rgb(209, 212, 209); } .strongbox .path32:before { content: "\f3a0"; margin-left: -1em; color: rgb(113, 194, 133); } .strongbox .path33:before { content: "\f3a1"; margin-left: -1em; color: rgb(76, 128, 86); } .strongbox .path34:before { content: "\f3a2"; margin-left: -1em; color: rgb(76, 128, 86); } .strongbox .path35:before { content: "\f3a3"; margin-left: -1em; color: rgb(76, 128, 86); } .strongbox .path36:before { content: "\f3a4"; margin-left: -1em; color: rgb(76, 128, 86); } .strongbox .path37:before { content: "\f3a5"; margin-left: -1em; color: rgb(209, 212, 209); } .strongbox .path38:before { content: "\f3a6"; margin-left: -1em; color: rgb(182, 200, 204); } .strongbox .path39:before { content: "\f3a7"; margin-left: -1em; color: rgb(182, 200, 204); } .suitcase .path1:before { content: "\f3a8"; color: rgb(94, 93, 88); } .suitcase .path2:before { content: "\f3a9"; margin-left: -1em; color: rgb(63, 62, 58); } .suitcase .path3:before { content: "\f3aa"; margin-left: -1em; color: rgb(63, 62, 58); } .suitcase .path4:before { content: "\f3ab"; margin-left: -1em; color: rgb(104, 103, 99); } .suitcase .path5:before { content: "\f3ac"; margin-left: -1em; color: rgb(104, 103, 99); } .suitcase .path6:before { content: "\f3ad"; margin-left: -1em; color: rgb(63, 62, 58); } .suitcase .path7:before { content: "\f3ae"; margin-left: -1em; color: rgb(94, 93, 88); } .suitcase .path8:before { content: "\f3af"; margin-left: -1em; color: rgb(255, 209, 108); } .suitcase .path9:before { content: "\f3b0"; margin-left: -1em; color: rgb(94, 93, 88); } .suitcase .path10:before { content: "\f3b1"; margin-left: -1em; color: rgb(94, 93, 88); } .suitcase .path11:before { content: "\f3b2"; margin-left: -1em; color: rgb(177, 144, 70); } .suitcase .path12:before { content: "\f3b3"; margin-left: -1em; color: rgb(255, 209, 108); } .suitcase .path13:before { content: "\f3b4"; margin-left: -1em; color: rgb(177, 144, 70); } .suitcase .path14:before { content: "\f3b5"; margin-left: -1em; color: rgb(177, 144, 70); } .suitcase-1 .path1:before { content: "\f3b6"; color: rgb(148, 134, 119); } .suitcase-1 .path2:before { content: "\f3b7"; margin-left: -1em; color: rgb(151, 121, 86); } .suitcase-1 .path3:before { content: "\f3b8"; margin-left: -1em; color: rgb(141, 85, 56); } .suitcase-1 .path4:before { content: "\f3b9"; margin-left: -1em; color: rgb(255, 209, 108); } .suitcase-1 .path5:before { content: "\f3ba"; margin-left: -1em; color: rgb(255, 209, 108); } .suitcase-1 .path6:before { content: "\f3bb"; margin-left: -1em; color: rgb(114, 66, 45); } .suitcase-1 .path7:before { content: "\f3bc"; margin-left: -1em; color: rgb(114, 66, 45); } .suitcase-1 .path8:before { content: "\f3bd"; margin-left: -1em; color: rgb(114, 66, 45); } .suitcase-1 .path9:before { content: "\f3be"; margin-left: -1em; color: rgb(114, 66, 45); } .suitcase-1 .path10:before { content: "\f3bf"; margin-left: -1em; color: rgb(255, 209, 108); } .suitcase-1 .path11:before { content: "\f3c0"; margin-left: -1em; color: rgb(122, 109, 97); } .suitcase-1 .path12:before { content: "\f3c1"; margin-left: -1em; color: rgb(122, 109, 97); } .suitcase-1 .path13:before { content: "\f3c2"; margin-left: -1em; color: rgb(122, 109, 97); } .suitcase-1 .path14:before { content: "\f3c3"; margin-left: -1em; color: rgb(177, 144, 70); } .suitcase-1 .path15:before { content: "\f3c4"; margin-left: -1em; color: rgb(228, 192, 92); } .suitcase-2 .path1:before { content: "\f3c5"; color: rgb(189, 195, 199); } .suitcase-2 .path2:before { content: "\f3c6"; margin-left: -1em; color: rgb(189, 195, 199); } .suitcase-2 .path3:before { content: "\f3c7"; margin-left: -1em; color: rgb(236, 240, 241); } .suitcase-2 .path4:before { content: "\f3c8"; margin-left: -1em; color: rgb(236, 240, 241); } .suitcase-2 .path5:before { content: "\f3c9"; margin-left: -1em; color: rgb(189, 195, 199); } .suitcase-2 .path6:before { content: "\f3ca"; margin-left: -1em; color: rgb(209, 211, 211); } .suitcase-2 .path7:before { content: "\f3cb"; margin-left: -1em; color: rgb(236, 240, 241); } .suitcase-2 .path8:before { content: "\f3cc"; margin-left: -1em; color: rgb(236, 240, 241); } .suitcase-2 .path9:before { content: "\f3cd"; margin-left: -1em; color: rgb(189, 195, 199); } .suitcase-2 .path10:before { content: "\f3ce"; margin-left: -1em; color: rgb(189, 195, 199); } .suitcase-2 .path11:before { content: "\f3cf"; margin-left: -1em; color: rgb(236, 240, 241); } .suitcase-2 .path12:before { content: "\f3d0"; margin-left: -1em; color: rgb(236, 240, 241); } .suitcase-2 .path13:before { content: "\f3d1"; margin-left: -1em; color: rgb(236, 240, 241); } .suitcase-2 .path14:before { content: "\f3d2"; margin-left: -1em; color: rgb(236, 240, 241); } .suitcase-2 .path15:before { content: "\f3d3"; margin-left: -1em; color: rgb(236, 240, 241); } .suitcase-2 .path16:before { content: "\f3d4"; margin-left: -1em; color: rgb(236, 240, 241); } .time-is-money .path1:before { content: "\f3d5"; color: rgb(245, 239, 202); } .time-is-money .path2:before { content: "\f3d6"; margin-left: -1em; color: rgb(86, 180, 111); } .time-is-money .path3:before { content: "\f3d7"; margin-left: -1em; color: rgb(86, 180, 111); } .time-is-money .path4:before { content: "\f3d8"; margin-left: -1em; color: rgb(240, 196, 27); } .time-is-money .path5:before { content: "\f3d9"; margin-left: -1em; color: rgb(128, 111, 94); } .time-is-money .path6:before { content: "\f3da"; margin-left: -1em; color: rgb(128, 111, 94); } .time-is-money .path7:before { content: "\f3db"; margin-left: -1em; color: rgb(128, 111, 94); } .time-is-money .path8:before { content: "\f3dc"; margin-left: -1em; color: rgb(128, 111, 94); } .time-is-money .path9:before { content: "\f3dd"; margin-left: -1em; color: rgb(128, 111, 94); } .time-is-money .path10:before { content: "\f3de"; margin-left: -1em; color: rgb(128, 111, 94); } .time-is-money .path11:before { content: "\f3df"; margin-left: -1em; color: rgb(128, 111, 94); } .time-passing .path1:before { content: "\f3e0"; color: rgb(85, 97, 128); } .time-passing .path2:before { content: "\f3e1"; margin-left: -1em; color: rgb(255, 255, 255); } .time-passing .path3:before { content: "\f3e2"; margin-left: -1em; color: rgb(255, 255, 255); } .time-passing .path4:before { content: "\f3e3"; margin-left: -1em; color: rgb(255, 255, 255); } .time-passing .path5:before { content: "\f3e4"; margin-left: -1em; color: rgb(255, 255, 255); } .time-passing .path6:before { content: "\f3e5"; margin-left: -1em; color: rgb(255, 255, 255); } .time-passing .path7:before { content: "\f3e6"; margin-left: -1em; color: rgb(255, 255, 255); } .time-passing .path8:before { content: "\f3e7"; margin-left: -1em; color: rgb(255, 255, 255); } .time-passing .path9:before { content: "\f3e8"; margin-left: -1em; color: rgb(216, 99, 95); } .time-passing .path10:before { content: "\f3e9"; margin-left: -1em; color: rgb(216, 99, 95); } .time-passing .path11:before { content: "\f3ea"; margin-left: -1em; color: rgb(216, 99, 95); } .wallet .path1:before { content: "\f3eb"; color: rgb(68, 49, 42); } .wallet .path2:before { content: "\f3ec"; margin-left: -1em; color: rgb(189, 195, 199); } .wallet .path3:before { content: "\f3ed"; margin-left: -1em; color: rgb(99, 73, 62); } .wallet .path4:before { content: "\f3ee"; margin-left: -1em; color: rgb(99, 73, 62); } .wallet .path5:before { content: "\f3ef"; margin-left: -1em; color: rgb(125, 95, 79); } .wallet .path6:before { content: "\f3f0"; margin-left: -1em; color: rgb(147, 118, 105); } .wallet .path7:before { content: "\f3f1"; margin-left: -1em; color: rgb(147, 118, 105); } .wallet .path8:before { content: "\f3f2"; margin-left: -1em; color: rgb(147, 118, 105); } .wallet .path9:before { content: "\f3f3"; margin-left: -1em; color: rgb(147, 118, 105); } .wallet .path10:before { content: "\f3f4"; margin-left: -1em; color: rgb(147, 118, 105); } .wallet .path11:before { content: "\f3f5"; margin-left: -1em; color: rgb(147, 118, 105); } .wallet .path12:before { content: "\f3f6"; margin-left: -1em; color: rgb(147, 118, 105); } .wallet .path13:before { content: "\f3f7"; margin-left: -1em; color: rgb(147, 118, 105); } .wallet .path14:before { content: "\f3f8"; margin-left: -1em; color: rgb(147, 118, 105); } .wallet .path15:before { content: "\f3f9"; margin-left: -1em; color: rgb(147, 118, 105); } .wallet .path16:before { content: "\f3fa"; margin-left: -1em; color: rgb(147, 118, 105); } .wallet .path17:before { content: "\f3fb"; margin-left: -1em; color: rgb(255, 255, 255); } .wallet-1 .path1:before { content: "\f3fc"; color: rgb(94, 49, 24); } .wallet-1 .path2:before { content: "\f3fd"; margin-left: -1em; color: rgb(94, 49, 24); } .wallet-1 .path3:before { content: "\f3fe"; margin-left: -1em; color: rgb(119, 68, 43); } .wallet-1 .path4:before { content: "\f3ff"; margin-left: -1em; color: rgb(119, 68, 43); } .wallet-1 .path5:before { content: "\f400"; margin-left: -1em; color: rgb(119, 68, 43); } .wallet-1 .path6:before { content: "\f401"; margin-left: -1em; color: rgb(119, 68, 43); } .wallet-1 .path7:before { content: "\f402"; margin-left: -1em; color: rgb(119, 68, 43); } .wallet-1 .path8:before { content: "\f403"; margin-left: -1em; color: rgb(234, 234, 214); } .wallet-1 .path9:before { content: "\f404"; margin-left: -1em; color: rgb(191, 189, 163); } .wallet-1 .path10:before { content: "\f405"; margin-left: -1em; color: rgb(109, 140, 96); } .wallet-1 .path11:before { content: "\f406"; margin-left: -1em; color: rgb(119, 68, 43); } .wallet-1 .path12:before { content: "\f407"; margin-left: -1em; color: rgb(145, 85, 61); } .wallet-1 .path13:before { content: "\f408"; margin-left: -1em; color: rgb(145, 85, 61); } .wallet-1 .path14:before { content: "\f409"; margin-left: -1em; color: rgb(109, 61, 37); } .wallet-1 .path15:before { content: "\f40a"; margin-left: -1em; color: rgb(94, 49, 24); } .wallet-1 .path16:before { content: "\f40b"; margin-left: -1em; color: rgb(228, 192, 92); } .wallet-2 .path1:before { content: "\f40c"; color: rgb(234, 234, 214); } .wallet-2 .path2:before { content: "\f40d"; margin-left: -1em; color: rgb(191, 189, 163); } .wallet-2 .path3:before { content: "\f40e"; margin-left: -1em; color: rgb(189, 195, 199); } .wallet-2 .path4:before { content: "\f40f"; margin-left: -1em; color: rgb(109, 140, 96); } .wallet-2 .path5:before { content: "\f410"; margin-left: -1em; color: rgb(109, 140, 96); } .wallet-2 .path6:before { content: "\f411"; margin-left: -1em; color: rgb(86, 112, 74); } .wallet-2 .path7:before { content: "\f412"; margin-left: -1em; color: rgb(201, 200, 179); } .wallet-2 .path8:before { content: "\f413"; margin-left: -1em; color: rgb(109, 140, 96); } .wallet-2 .path9:before { content: "\f414"; margin-left: -1em; color: rgb(109, 140, 96); } .wallet-2 .path10:before { content: "\f415"; margin-left: -1em; color: rgb(209, 212, 209); } .wallet-2 .path11:before { content: "\f416"; margin-left: -1em; color: rgb(236, 240, 241); } .wallet-2 .path12:before { content: "\f417"; margin-left: -1em; color: rgb(201, 200, 179); } .yen .path1:before { content: "\f418"; color: rgb(252, 214, 189); } .yen .path2:before { content: "\f419"; margin-left: -1em; color: rgb(244, 179, 137); } .yen .path3:before { content: "\f41a"; margin-left: -1em; color: rgb(223, 144, 97); } .yen .path4:before { content: "\f41b"; margin-left: -1em; color: rgb(223, 144, 97); } .yen .path5:before { content: "\f41c"; margin-left: -1em; color: rgb(223, 144, 97); } .yen .path6:before { content: "\f41d"; margin-left: -1em; color: rgb(223, 144, 97); } .yen .path7:before { content: "\f41e"; margin-left: -1em; color: rgb(223, 144, 97); } .yen .path8:before { content: "\f41f"; margin-left: -1em; color: rgb(223, 144, 97); } .yen .path9:before { content: "\f420"; margin-left: -1em; color: rgb(223, 144, 97); } .yen .path10:before { content: "\f421"; margin-left: -1em; color: rgb(223, 144, 97); } .yen .path11:before { content: "\f422"; margin-left: -1em; color: rgb(223, 144, 97); } .yen .path12:before { content: "\f423"; margin-left: -1em; color: rgb(240, 174, 132); } .yen .path13:before { content: "\f424"; margin-left: -1em; color: rgb(223, 144, 97); } .yen .path14:before { content: "\f425"; margin-left: -1em; color: rgb(223, 144, 97); }
0.400163
0.083441
@namespace url(http://www.w3.org/1999/xhtml); @-moz-document regexp('http://(www|es|de|tr|it|us|ru|cn|br|pt)\\.ohmydollz\\.com/(?!forum)(?!\\?p=fiche&pseudo=)(?!index\\.php\\?p=fiche&pseudo=).*'), url(http://www.ohmydollz.com/?p=fiche&pseudo=/*[[s9clay]]*/), url(http://www.ohmydollz.com/index.php?p=fiche&pseudo=/*[[s9clay]]*/), url(http://www.ohmydollz.com/?p=fiche&pseudo=/*[[fee1]]*/), url(http://www.ohmydollz.com/index.php?p=fiche&pseudo=/*[[fee1]]*/), url(http://www.ohmydollz.com/?p=fiche&pseudo=/*[[fee2]]*/), url(http://www.ohmydollz.com/index.php?p=fiche&pseudo=/*[[fee2]]*/), url(http://www.ohmydollz.com) { /*S9Clay, pour son champignon presque toxique favori : kenose, et avec le concours bien involontaire de NotKawai*/ body { background : #44C9F4 url("http://nsm08.casimages.com/img/2014/08/27/14082712114410339312480725.jpg") !important ; } #site2012 {width : 962px !important ;} #offres { background : #E6F381 !important ; padding-top : 5px !important ; margin-top : 10px !important ; border : 2px solid #87B433 !important ; } #offres:before { content : "LES OFFRES DU MOMENT" !important ; } #gauche_classement { background : none !important ; } #gauche_classement:before { content : "LES TOPS" !important ; } #blochaut { background : #44C9F4 !important ; border : 2px solid white !important ; border-radius : 0 0 15px 15px !important ; width : 475px !important ; } #deco {background : none !important ; border-right : white 3px dotted !important ; left : 240px !important ;} #dollar_container #montant, #feez_container #montant {width : 80px !important ;} #dollar_container #plus, #feez_container #plus {left : 90px !important ;} #mp, #travailler, #serelooker {left : 270px !important ;} #gerersonjob {left : 400px !important ;} #blocgauche_online { background : #FB9B8F !important ; border : 2px solid #BDEDB1 !important ; padding-top : 5px !important ; } #blocgauche_online a { color : white !important ; } #gauche_amiz { background : #3A6987 !important ; border : 2px solid #273341 !important ; padding-top : 5px !important ; } #gauche_amiz a, #gauche_comz a { color : black !important ;} #gauche_amiz:before { content : "MES AMI(E)S" !important ; color : white !important ; } #gauche_comz { background : #A5CB26 !important ; border : 2px solid #685614 !important ; padding-top : 5px !important ; padding-bottom : 10px !important ; } #gauche_comz:before { content : "MES <NAME>" !important ; } #message_bas, #message_haut {display : none !important ;} #message_milieu { background : #44C9F4 !important ; border : 2px solid white !important ; padding-top : 15px !important ; } .bullecom { background : #F7D87E !important ; border-radius : 0 20px 20px 20px !important ; } .bullecom font[color*="#998590"] { color : #685614 !important ;} #gauche_invit, #gauche_classement { background : #FF9728 !important ; border : 2px solid #6E964F !important ; } #gauche_classement {padding-top : 10px !important ; padding-bottom : 15px !important ;} #gauche_invit_contenu { color : #FFFFFF/*#6E964F*/ !important ; } #gauche_trophees { background : #DCEB5A !important ; border : 2px solid #6E964F !important ; } #gauche_bonte { background : #FC9828 !important ; border : 2px solid #6A944A !important ; padding-top : 10px !important ; } #gauche_bonte:before { content : "<NAME>" !important ; color : white !important ; } #gauche_mesaffaires { background : #DB4B26 !important ; border : 2px solid #D0D15C !important ; } #gauche_note:before {content : "MES VOTES" !important ; color : white !important ;} #gauche_note { background : #FCDA6F !important ; border : 2px solid #D0D15C !important ; padding-top : 10px !important ; padding-bottom : 10px !important ; } .mailbox_haut, .mailbox_bas {display : none !important ;} .mailbox_milieu { background : #44C9F4 !important ; border-radius : 10px !important ; padding-top : 15px !important ; padding-bottom : 10px !important ; } div[style*="design2012/magasin/fond_magasin960.png"] {background : #44C9F4 !important ;width : 950px !important ;border-radius : 10px !important ;} #tinymce {background : none !important ;} .ui-widget-header {background : #44C9F4 !important ;} #milieumagasin_clair { width : 950px !important ; background : #44C9F4 !important ; padding-top : 15px !important ; border-radius : 10px !important ; } #basmagasin_clair, #hautmagasin_clair {display : none !important ;} #bande_phase {background : #FF9726 !important ; width : 950px !important ;} .anpe_groupe {background : #FCCB89 !important ; border : 2px solid #F59B23 !important ; border-radius : 10px !important ;} #anpe_carac {background : #FF9728 !important ; border : 2px solid #719145 !important ; border-radius : 10px !important ;} .anpe_groupe_haut, .anpe_groupe_milieu, .anpe_groupe_bas {background : none !important ;} /*Menu horizontal*/ img[src*="design2012/menu/menu_news_fr.png"] { height: 0 !important; width: 0 !important; padding-left: 72px !important; padding-top: 32px !important; background: #FC9A8F url("http://nsm08.casimages.com/img/2014/08/27/14082701050010339312480383.png") no-repeat center !important; border : 2px solid white !important ; border-radius : 10px !important ; } img[src*="design2012/menu/menu_loft_fr.png"] { height: 0 !important; width: 0 !important; padding-left: 72px !important; padding-top: 32px !important; background: #E2F25C url("http://nsm08.casimages.com/img/2014/08/27/14082701045810339312480381.png") no-repeat center !important; border : 2px solid white !important ; border-radius : 10px !important ; } img[src*="design2012/menu/menu_niveau_fr.png"] { height: 0 !important; width: 0 !important; padding-left: 92px !important; padding-top: 32px !important; background: #FF9728 url("http://nsm08.casimages.com/img/2014/08/27/14082701050110339312480384.png") no-repeat center !important; border : 2px solid white !important ; border-radius : 10px !important ; } img[src*="design2012/menu/menu_magasins_fr.png"] { height: 0 !important; width: 0 !important; padding-left: 112px !important; padding-top: 32px !important; background: #789E0D url("http://nsm08.casimages.com/img/2014/08/27/14082701045910339312480382.png") no-repeat center !important; border : 2px solid white !important ; border-radius : 10px !important ; } img[src*="design2012/menu/menu_defile_fr.png"] { height: 0 !important; width: 0 !important; padding-left: 92px !important; padding-top: 32px !important; background: #F58181 url("http://nsm08.casimages.com/img/2014/08/27/14082701045610339312480378.png") no-repeat center !important; border : 2px solid white !important ; border-radius : 10px !important ; } img[src*="design2012/menu/menu_forum_fr.png"] { height: 0 !important; width: 0 !important; padding-left: 82px !important; padding-top: 32px !important; background: #3A6987 url("http://nsm08.casimages.com/img/2014/08/27/14082701045810339312480380.png") no-repeat center !important; border : 2px solid white !important ; border-radius : 10px !important ; } img[src*="design2012/menu/menu_tchat_fr.png"] { height: 0 !important; width: 0 !important; padding-left: 132px !important; padding-top: 32px !important; background: #E7F289 url("http://nsm08.casimages.com/img/2014/08/27/14082701045710339312480379.png") no-repeat center !important; border : 2px solid white !important ; border-radius : 10px !important ; } img[src*="design2012/menu/menu_ohmygames_fr.png"] { height: 0 !important; width: 0 !important; padding-left: 132px !important; padding-top: 32px !important; background: #FB5D80 url("http://nsm08.casimages.com/img/2014/08/27/14082701050110339312480385.png") no-repeat center !important; border : 2px solid white !important ; border-radius : 10px !important ; } img[src*="design2012/menu/menu_banque_fr.png"] { height: 0 !important; width: 0 !important; padding-left: 92px !important; padding-top: 32px !important; margin-top : 1px !important ; background: #FCCB89 url("http://nsm08.casimages.com/img/2014/08/27/14082701045610339312480377.png") no-repeat center !important; border : 2px solid white !important ; border-radius : 10px !important ; } /*Footer*/ #footer2012 { background : none !important ; color : white !important ; text-shadow : none !important ; } #footer2012 a { color : black !important ; text-shadow : none !important ; } img[src="design2012/mailbox/btn_journal_intime_fr.png"] { height: 0 !important; width: 0 !important; padding-left: 300px !important; padding-top: 43px !important; background: #F78181 !important; border : 2px solid #CCE38B !important ; } img[src="design/fashionshow/fashion_ban1.png"] { height: 0 !important; width: 0 !important; padding-left: 263px !important; padding-top: 55px !important; background: url("http://nsm08.casimages.com/img/2014/08/21/14082112082710339312466579.png") no-repeat !important; } img[src="design/fashionshow/fashion_ban2.png"] { height: 0 !important; width: 0 !important; padding-left: 109px !important; padding-top: 32px !important; background: url("http://nsm08.casimages.com/img/2014/08/21/14082112082610339312466578.png") no-repeat !important; margin-left : 15px !important ; margin-right : 15px !important ; } img[src="design/fashionshow/fashion_ban3.png"] { height: 0 !important; width: 0 !important; padding-left: 94px !important; padding-top: 32px !important; background: url("http://nsm08.casimages.com/img/2014/08/21/14082112082610339312466577.png") no-repeat !important; } } @-moz-document regexp('http://(www|es|de|tr|it|us|ru|cn|br|pt)\\.ohmydollz\\.com/\\?p\\=banqueglobale.*') { #gauche2012 div:nth-of-type(2) { margin-top : 25px !important ; padding-top : 15px !important ; background: #F78181 !important; border : 2px solid #CCE38B !important ; } #bank_dollarz { background : none !important ; margin-top : -50px !important ; } #bank_archi { background : #FF9728 !important ; border : 2px solid #6E964F !important ; padding-top : 10px !important ; padding-bottom : 22px !important ; } #bank_archi:before { content : "DE NOUVELLES PIECES" !important ; color : white !important ; } #bank_archi_contenu {margin-top : 10px !important ;} #bank_bonus { background : #3A6987 !important ; border : 2px solid #273341 !important ; padding-top : 10px !important ; padding-bottom : 10px !important ; } #bank_bonus:before { content : "DES BONUS !" !important ; color : white !important ; } #bank_music { background : #A5CB26 !important ; border : 2px solid #685614 !important ; padding-top : 10px !important ; padding-bottom : 12px !important ; } #bank_music:before { content : "DE LA MUSIQUE DANS LES PIECES" !important ; color : white !important ; } }
data/usercss/104728.user.css
@namespace url(http://www.w3.org/1999/xhtml); @-moz-document regexp('http://(www|es|de|tr|it|us|ru|cn|br|pt)\\.ohmydollz\\.com/(?!forum)(?!\\?p=fiche&pseudo=)(?!index\\.php\\?p=fiche&pseudo=).*'), url(http://www.ohmydollz.com/?p=fiche&pseudo=/*[[s9clay]]*/), url(http://www.ohmydollz.com/index.php?p=fiche&pseudo=/*[[s9clay]]*/), url(http://www.ohmydollz.com/?p=fiche&pseudo=/*[[fee1]]*/), url(http://www.ohmydollz.com/index.php?p=fiche&pseudo=/*[[fee1]]*/), url(http://www.ohmydollz.com/?p=fiche&pseudo=/*[[fee2]]*/), url(http://www.ohmydollz.com/index.php?p=fiche&pseudo=/*[[fee2]]*/), url(http://www.ohmydollz.com) { /*S9Clay, pour son champignon presque toxique favori : kenose, et avec le concours bien involontaire de NotKawai*/ body { background : #44C9F4 url("http://nsm08.casimages.com/img/2014/08/27/14082712114410339312480725.jpg") !important ; } #site2012 {width : 962px !important ;} #offres { background : #E6F381 !important ; padding-top : 5px !important ; margin-top : 10px !important ; border : 2px solid #87B433 !important ; } #offres:before { content : "LES OFFRES DU MOMENT" !important ; } #gauche_classement { background : none !important ; } #gauche_classement:before { content : "LES TOPS" !important ; } #blochaut { background : #44C9F4 !important ; border : 2px solid white !important ; border-radius : 0 0 15px 15px !important ; width : 475px !important ; } #deco {background : none !important ; border-right : white 3px dotted !important ; left : 240px !important ;} #dollar_container #montant, #feez_container #montant {width : 80px !important ;} #dollar_container #plus, #feez_container #plus {left : 90px !important ;} #mp, #travailler, #serelooker {left : 270px !important ;} #gerersonjob {left : 400px !important ;} #blocgauche_online { background : #FB9B8F !important ; border : 2px solid #BDEDB1 !important ; padding-top : 5px !important ; } #blocgauche_online a { color : white !important ; } #gauche_amiz { background : #3A6987 !important ; border : 2px solid #273341 !important ; padding-top : 5px !important ; } #gauche_amiz a, #gauche_comz a { color : black !important ;} #gauche_amiz:before { content : "MES AMI(E)S" !important ; color : white !important ; } #gauche_comz { background : #A5CB26 !important ; border : 2px solid #685614 !important ; padding-top : 5px !important ; padding-bottom : 10px !important ; } #gauche_comz:before { content : "MES <NAME>" !important ; } #message_bas, #message_haut {display : none !important ;} #message_milieu { background : #44C9F4 !important ; border : 2px solid white !important ; padding-top : 15px !important ; } .bullecom { background : #F7D87E !important ; border-radius : 0 20px 20px 20px !important ; } .bullecom font[color*="#998590"] { color : #685614 !important ;} #gauche_invit, #gauche_classement { background : #FF9728 !important ; border : 2px solid #6E964F !important ; } #gauche_classement {padding-top : 10px !important ; padding-bottom : 15px !important ;} #gauche_invit_contenu { color : #FFFFFF/*#6E964F*/ !important ; } #gauche_trophees { background : #DCEB5A !important ; border : 2px solid #6E964F !important ; } #gauche_bonte { background : #FC9828 !important ; border : 2px solid #6A944A !important ; padding-top : 10px !important ; } #gauche_bonte:before { content : "<NAME>" !important ; color : white !important ; } #gauche_mesaffaires { background : #DB4B26 !important ; border : 2px solid #D0D15C !important ; } #gauche_note:before {content : "MES VOTES" !important ; color : white !important ;} #gauche_note { background : #FCDA6F !important ; border : 2px solid #D0D15C !important ; padding-top : 10px !important ; padding-bottom : 10px !important ; } .mailbox_haut, .mailbox_bas {display : none !important ;} .mailbox_milieu { background : #44C9F4 !important ; border-radius : 10px !important ; padding-top : 15px !important ; padding-bottom : 10px !important ; } div[style*="design2012/magasin/fond_magasin960.png"] {background : #44C9F4 !important ;width : 950px !important ;border-radius : 10px !important ;} #tinymce {background : none !important ;} .ui-widget-header {background : #44C9F4 !important ;} #milieumagasin_clair { width : 950px !important ; background : #44C9F4 !important ; padding-top : 15px !important ; border-radius : 10px !important ; } #basmagasin_clair, #hautmagasin_clair {display : none !important ;} #bande_phase {background : #FF9726 !important ; width : 950px !important ;} .anpe_groupe {background : #FCCB89 !important ; border : 2px solid #F59B23 !important ; border-radius : 10px !important ;} #anpe_carac {background : #FF9728 !important ; border : 2px solid #719145 !important ; border-radius : 10px !important ;} .anpe_groupe_haut, .anpe_groupe_milieu, .anpe_groupe_bas {background : none !important ;} /*Menu horizontal*/ img[src*="design2012/menu/menu_news_fr.png"] { height: 0 !important; width: 0 !important; padding-left: 72px !important; padding-top: 32px !important; background: #FC9A8F url("http://nsm08.casimages.com/img/2014/08/27/14082701050010339312480383.png") no-repeat center !important; border : 2px solid white !important ; border-radius : 10px !important ; } img[src*="design2012/menu/menu_loft_fr.png"] { height: 0 !important; width: 0 !important; padding-left: 72px !important; padding-top: 32px !important; background: #E2F25C url("http://nsm08.casimages.com/img/2014/08/27/14082701045810339312480381.png") no-repeat center !important; border : 2px solid white !important ; border-radius : 10px !important ; } img[src*="design2012/menu/menu_niveau_fr.png"] { height: 0 !important; width: 0 !important; padding-left: 92px !important; padding-top: 32px !important; background: #FF9728 url("http://nsm08.casimages.com/img/2014/08/27/14082701050110339312480384.png") no-repeat center !important; border : 2px solid white !important ; border-radius : 10px !important ; } img[src*="design2012/menu/menu_magasins_fr.png"] { height: 0 !important; width: 0 !important; padding-left: 112px !important; padding-top: 32px !important; background: #789E0D url("http://nsm08.casimages.com/img/2014/08/27/14082701045910339312480382.png") no-repeat center !important; border : 2px solid white !important ; border-radius : 10px !important ; } img[src*="design2012/menu/menu_defile_fr.png"] { height: 0 !important; width: 0 !important; padding-left: 92px !important; padding-top: 32px !important; background: #F58181 url("http://nsm08.casimages.com/img/2014/08/27/14082701045610339312480378.png") no-repeat center !important; border : 2px solid white !important ; border-radius : 10px !important ; } img[src*="design2012/menu/menu_forum_fr.png"] { height: 0 !important; width: 0 !important; padding-left: 82px !important; padding-top: 32px !important; background: #3A6987 url("http://nsm08.casimages.com/img/2014/08/27/14082701045810339312480380.png") no-repeat center !important; border : 2px solid white !important ; border-radius : 10px !important ; } img[src*="design2012/menu/menu_tchat_fr.png"] { height: 0 !important; width: 0 !important; padding-left: 132px !important; padding-top: 32px !important; background: #E7F289 url("http://nsm08.casimages.com/img/2014/08/27/14082701045710339312480379.png") no-repeat center !important; border : 2px solid white !important ; border-radius : 10px !important ; } img[src*="design2012/menu/menu_ohmygames_fr.png"] { height: 0 !important; width: 0 !important; padding-left: 132px !important; padding-top: 32px !important; background: #FB5D80 url("http://nsm08.casimages.com/img/2014/08/27/14082701050110339312480385.png") no-repeat center !important; border : 2px solid white !important ; border-radius : 10px !important ; } img[src*="design2012/menu/menu_banque_fr.png"] { height: 0 !important; width: 0 !important; padding-left: 92px !important; padding-top: 32px !important; margin-top : 1px !important ; background: #FCCB89 url("http://nsm08.casimages.com/img/2014/08/27/14082701045610339312480377.png") no-repeat center !important; border : 2px solid white !important ; border-radius : 10px !important ; } /*Footer*/ #footer2012 { background : none !important ; color : white !important ; text-shadow : none !important ; } #footer2012 a { color : black !important ; text-shadow : none !important ; } img[src="design2012/mailbox/btn_journal_intime_fr.png"] { height: 0 !important; width: 0 !important; padding-left: 300px !important; padding-top: 43px !important; background: #F78181 !important; border : 2px solid #CCE38B !important ; } img[src="design/fashionshow/fashion_ban1.png"] { height: 0 !important; width: 0 !important; padding-left: 263px !important; padding-top: 55px !important; background: url("http://nsm08.casimages.com/img/2014/08/21/14082112082710339312466579.png") no-repeat !important; } img[src="design/fashionshow/fashion_ban2.png"] { height: 0 !important; width: 0 !important; padding-left: 109px !important; padding-top: 32px !important; background: url("http://nsm08.casimages.com/img/2014/08/21/14082112082610339312466578.png") no-repeat !important; margin-left : 15px !important ; margin-right : 15px !important ; } img[src="design/fashionshow/fashion_ban3.png"] { height: 0 !important; width: 0 !important; padding-left: 94px !important; padding-top: 32px !important; background: url("http://nsm08.casimages.com/img/2014/08/21/14082112082610339312466577.png") no-repeat !important; } } @-moz-document regexp('http://(www|es|de|tr|it|us|ru|cn|br|pt)\\.ohmydollz\\.com/\\?p\\=banqueglobale.*') { #gauche2012 div:nth-of-type(2) { margin-top : 25px !important ; padding-top : 15px !important ; background: #F78181 !important; border : 2px solid #CCE38B !important ; } #bank_dollarz { background : none !important ; margin-top : -50px !important ; } #bank_archi { background : #FF9728 !important ; border : 2px solid #6E964F !important ; padding-top : 10px !important ; padding-bottom : 22px !important ; } #bank_archi:before { content : "DE NOUVELLES PIECES" !important ; color : white !important ; } #bank_archi_contenu {margin-top : 10px !important ;} #bank_bonus { background : #3A6987 !important ; border : 2px solid #273341 !important ; padding-top : 10px !important ; padding-bottom : 10px !important ; } #bank_bonus:before { content : "DES BONUS !" !important ; color : white !important ; } #bank_music { background : #A5CB26 !important ; border : 2px solid #685614 !important ; padding-top : 10px !important ; padding-bottom : 12px !important ; } #bank_music:before { content : "DE LA MUSIQUE DANS LES PIECES" !important ; color : white !important ; } }
0.080642
0.13059
.YX-N-M-A1C6 { position: relative; padding: 40px 0 30px; background: #fff; overflow: hidden; } .YX-N-M-A1C6 .m-A1C6-title { width: 681px; height: 76px; margin: 0 auto; background-repeat: no-repeat; } .YX-N-M-A1C6 .m-A1C6-goods { width: 995px; margin: 0 auto; } .YX-N-M-A1C6 .u-A1C6-tip { width: 995px; margin: 50px auto 0; color: #cfcfcf; font-size: 12px; text-align: right; } .YX-N-M-A1C6 .m-goods-list { width: 100%; margin: 0; padding: 35px 0 0; overflow: hidden; } .YX-N-M-A1C6 .m-goods-list:before, .YX-N-M-A1C6 .m-goods-list:after { display: table; content: ''; line-height: 0; } .YX-N-M-A1C6 .m-goods-list li { display: inline-block; float: left; margin-left: 9px; list-style: none; } .YX-N-M-A1C6 .m-goods-list li:first-child .YX-N-M-A1C6 .m-goods-list li:nth-child(5) { margin-left: 0; } .YX-N-M-A1C6 .m-goods-list .u-item { width: 235px; margin-top: 10px; border-color: #f4f4f4; background-color: #f4f4f4; border: 2px solid transparent; } .YX-N-M-A1C6 .m-goods-list .u-item:hover { border-color: #f1586e; } .YX-N-M-A1C6 .m-goods-list .u-item-img { position: relative; width: 235px; height: 250px; border-bottom: 1px dotted #e2e1e1; overflow: hidden; } .YX-N-M-A1C6 .m-goods-list .u-icon { position: absolute; top: 8px; left: 8px; z-index: 3; } .YX-N-M-A1C6 .m-goods-list .u-tip-icon { display: block; display: table-cell; width: 55px; height: 55px; color: #f1677b; border-radius: 55px; border: 1px solid #f1677b; background-color: transparent; font-size: 14px; font-style: normal; line-height: 14px; text-align: center; vertical-align: middle; } .YX-N-M-A1C6 .m-goods-list .u-item-img img { display: block; position: absolute; width: 235px; height: 250px; top: 0; left: 0; border-style: none; z-index: 2; } .YX-N-M-A1C6 .m-goods-list .u-item-name { padding-top: 15px; text-align: center; } .YX-N-M-A1C6 .m-goods-list .u-item-name .f-fontSize-16 { display: block; color: #666; font-size: 16px; } .YX-N-M-A1C6 .m-goods-list .u-item-name .f-fontSize-14 { display: block; color: #999; font-size: 14px; } .YX-N-M-A1C6 .m-goods-list .u-item-prize { color: #333; padding-top: 5px; padding-bottom: 20px; font-size: 22px; text-align: center; } .YX-N-M-A1C6 .m-goods-list .u-yen { display: inline-block; font-style: normal; } .YX-N-M-A1C6 .m-goods-list .u-yen:before { content: '¥'; font-size: 12px; } .YX-N-M-A1C6 .m-goods-list .u-del { display: inline-block; color: #999; margin-left: 5px; font-size: 14px; font-style: normal; text-decoration: line-through; } .YX-N-M-A1C6 .m-goods-list .u-yen:before { content: '¥'; font-size: 12px; } .YX-N-M-A1C6 .m-goods-list .u-btn { display: inline-block; width: 81px; height: 22px; color: #fff; margin-left: 10px; background-color: #f1586e; font-size: 13px; line-height: 22px; } .YX-N-M-A1C6 .u-btn { cursor: pointer; text-decoration: none; border: none; outline: 0; } .YX-N-M-A1C6 .f-hide { display: none; }
src/assets/components/page/modules/YX_N_M_A1C6/YX_N_M_A1C6.css
.YX-N-M-A1C6 { position: relative; padding: 40px 0 30px; background: #fff; overflow: hidden; } .YX-N-M-A1C6 .m-A1C6-title { width: 681px; height: 76px; margin: 0 auto; background-repeat: no-repeat; } .YX-N-M-A1C6 .m-A1C6-goods { width: 995px; margin: 0 auto; } .YX-N-M-A1C6 .u-A1C6-tip { width: 995px; margin: 50px auto 0; color: #cfcfcf; font-size: 12px; text-align: right; } .YX-N-M-A1C6 .m-goods-list { width: 100%; margin: 0; padding: 35px 0 0; overflow: hidden; } .YX-N-M-A1C6 .m-goods-list:before, .YX-N-M-A1C6 .m-goods-list:after { display: table; content: ''; line-height: 0; } .YX-N-M-A1C6 .m-goods-list li { display: inline-block; float: left; margin-left: 9px; list-style: none; } .YX-N-M-A1C6 .m-goods-list li:first-child .YX-N-M-A1C6 .m-goods-list li:nth-child(5) { margin-left: 0; } .YX-N-M-A1C6 .m-goods-list .u-item { width: 235px; margin-top: 10px; border-color: #f4f4f4; background-color: #f4f4f4; border: 2px solid transparent; } .YX-N-M-A1C6 .m-goods-list .u-item:hover { border-color: #f1586e; } .YX-N-M-A1C6 .m-goods-list .u-item-img { position: relative; width: 235px; height: 250px; border-bottom: 1px dotted #e2e1e1; overflow: hidden; } .YX-N-M-A1C6 .m-goods-list .u-icon { position: absolute; top: 8px; left: 8px; z-index: 3; } .YX-N-M-A1C6 .m-goods-list .u-tip-icon { display: block; display: table-cell; width: 55px; height: 55px; color: #f1677b; border-radius: 55px; border: 1px solid #f1677b; background-color: transparent; font-size: 14px; font-style: normal; line-height: 14px; text-align: center; vertical-align: middle; } .YX-N-M-A1C6 .m-goods-list .u-item-img img { display: block; position: absolute; width: 235px; height: 250px; top: 0; left: 0; border-style: none; z-index: 2; } .YX-N-M-A1C6 .m-goods-list .u-item-name { padding-top: 15px; text-align: center; } .YX-N-M-A1C6 .m-goods-list .u-item-name .f-fontSize-16 { display: block; color: #666; font-size: 16px; } .YX-N-M-A1C6 .m-goods-list .u-item-name .f-fontSize-14 { display: block; color: #999; font-size: 14px; } .YX-N-M-A1C6 .m-goods-list .u-item-prize { color: #333; padding-top: 5px; padding-bottom: 20px; font-size: 22px; text-align: center; } .YX-N-M-A1C6 .m-goods-list .u-yen { display: inline-block; font-style: normal; } .YX-N-M-A1C6 .m-goods-list .u-yen:before { content: '¥'; font-size: 12px; } .YX-N-M-A1C6 .m-goods-list .u-del { display: inline-block; color: #999; margin-left: 5px; font-size: 14px; font-style: normal; text-decoration: line-through; } .YX-N-M-A1C6 .m-goods-list .u-yen:before { content: '¥'; font-size: 12px; } .YX-N-M-A1C6 .m-goods-list .u-btn { display: inline-block; width: 81px; height: 22px; color: #fff; margin-left: 10px; background-color: #f1586e; font-size: 13px; line-height: 22px; } .YX-N-M-A1C6 .u-btn { cursor: pointer; text-decoration: none; border: none; outline: 0; } .YX-N-M-A1C6 .f-hide { display: none; }
0.383526
0.090013
body { font-family: Arial, Helvetica, sans-serif; color: white; background-image: url("../cards_png/slide-bg.png"); } .btn { padding: 20px 30px; cursor: pointer; background: #222; color: white !important; border-radius: 1px; } .btn:hover { background: dodgerblue; } .winsDisplay { display: grid; grid-template-columns: 1fr 1fr; width: 900px; } #totalWins1, #totalWins2 { width: 25%; border: solid 5px black; border-radius: 10px; padding: 10px; display: inherit; background: green; font-size: larger; } #totalWins1 { margin-left: -80px; } #totalWins2 { margin-left: 80px; } .game { width: 90%; margin: 10px auto; border-radius: 30px; background-image: url("../cards_png/red-cloth.png"); text-align: center; min-height: 400px; } .game .game-messages { border-radius: 30px; border: solid 5px goldenrod; color: goldenrod; font-size: larger; -webkit-text-stroke: 0.5px white; width: 90%; margin: 0 auto; background: green; } .game .game-body { padding: 20px; } .game .game-options { text-align: center; } .game .card { width: 50px; height: 80px; padding: 10px; border: solid 1px #808080; background-color: white; display: inline-block; border-radius: 10px; font-size: 10pt; text-align: center; margin: 3px; border: solid 3px; } .game .status { display: inline-block; background: goldenrod; border: solid 5px white; border-radius: 10px; padding: 5px 20px; margin: 0 auto; margin-top: 10px; display: none; } .players { display: grid; grid-template-columns: 1fr 1fr; grid-gap: 50px; width: 1000px; font-size: 20pt; font-weight: bold; text-align: center; margin-top: 20px; margin-right: 40px; } .player { width: 100%; border: solid 5px black; border-radius: 10px; padding: 10px; display: inherit; background: green; } .active { border: solid 5px goldenrod; } .points { text-align: center; font-size: 20pt; font-weight: bold; margin: 1px; } /*# sourceMappingURL=blackjack.css.map */
css/blackjack.css
body { font-family: Arial, Helvetica, sans-serif; color: white; background-image: url("../cards_png/slide-bg.png"); } .btn { padding: 20px 30px; cursor: pointer; background: #222; color: white !important; border-radius: 1px; } .btn:hover { background: dodgerblue; } .winsDisplay { display: grid; grid-template-columns: 1fr 1fr; width: 900px; } #totalWins1, #totalWins2 { width: 25%; border: solid 5px black; border-radius: 10px; padding: 10px; display: inherit; background: green; font-size: larger; } #totalWins1 { margin-left: -80px; } #totalWins2 { margin-left: 80px; } .game { width: 90%; margin: 10px auto; border-radius: 30px; background-image: url("../cards_png/red-cloth.png"); text-align: center; min-height: 400px; } .game .game-messages { border-radius: 30px; border: solid 5px goldenrod; color: goldenrod; font-size: larger; -webkit-text-stroke: 0.5px white; width: 90%; margin: 0 auto; background: green; } .game .game-body { padding: 20px; } .game .game-options { text-align: center; } .game .card { width: 50px; height: 80px; padding: 10px; border: solid 1px #808080; background-color: white; display: inline-block; border-radius: 10px; font-size: 10pt; text-align: center; margin: 3px; border: solid 3px; } .game .status { display: inline-block; background: goldenrod; border: solid 5px white; border-radius: 10px; padding: 5px 20px; margin: 0 auto; margin-top: 10px; display: none; } .players { display: grid; grid-template-columns: 1fr 1fr; grid-gap: 50px; width: 1000px; font-size: 20pt; font-weight: bold; text-align: center; margin-top: 20px; margin-right: 40px; } .player { width: 100%; border: solid 5px black; border-radius: 10px; padding: 10px; display: inherit; background: green; } .active { border: solid 5px goldenrod; } .points { text-align: center; font-size: 20pt; font-weight: bold; margin: 1px; } /*# sourceMappingURL=blackjack.css.map */
0.40157
0.089216
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.5; } 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; } /* Custom styling */ html, button, input, textarea { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-family: 'Roboto', sans-serif; } :root { --text: #333333; --headline: #7a7a7a; --sub-headline: #7a7a7a; --primary: #c6d4d2; --secondary: #d1dfdc; } body { margin: 0 auto; padding: 4rem 2rem; max-width: 800px; color: var(--text); /* DEBUG */ /* background-image: linear-gradient(#eee 1px, transparent 1px); background-size: 100% 1rem; */ } h1 { font-size: 3rem; font-weight: 700; font-family: 'Georama', sans-serif; line-height: 1em; margin-bottom: 0.5rem; } h2 { margin-top: 2rem; font-size: 1.4rem; font-weight: 700; color: var(--headline); font-family: 'Georama', sans-serif; } h3 { display: block; font-weight: 400; font-size: 1.1rem; margin-top: 0.5rem; font-family: 'Georama', sans-serif; } h4 { font-size: 1.0rem; color: var(--sub-headline); padding-top: 0.5rem; padding-bottom: 0.25rem; } p, li { margin-bottom: 0.25rem; font-size: 0.9rem; } strong { font-weight: bold; } a { transition: box-shadow 160ms ease 0s; box-shadow: var(--secondary) 0px -4px 0px inset; border-bottom: 2px solid var(--primary); text-decoration: none; color: var(--text); } a:hover { box-shadow: var(--primary) 0px -1.2em 0px inset; } ul { margin: 1.5rem 0 1.5rem 3.0rem; list-style: disc; } img.profile-image { width: 130px; height: 130px; border-radius: 50%; } .contact { padding: 1rem 0; } ul.inline-list { display: flex; flex-wrap: wrap; list-style: none; margin: 0; padding: 0; } ul.inline-list li { margin-bottom: 0; margin-right: 0.5rem; padding-right: 0.5rem; white-space: nowrap; border-right: 1px solid var(--sub-headline); } ul.inline-list li:first-of-type { padding-left: 0; } ul.inline-list li:last-of-type { border-right: none; } ul.pill { display: flex; flex-wrap: wrap; margin: 0; padding: 0; } ul.pill li { margin-bottom: 0.5rem; margin-right: 0.5rem; padding: 0.25rem 0.5rem; background-color: var(--secondary); white-space: nowrap; list-style: none; font-size: 0.6rem; } .summary a { transition: none; box-shadow: none; border-bottom: 1px dotted var(--primary); text-decoration: none; color: var(--text); } .summary a:hover { box-shadow: none; border-bottom: 1px dotted var(--text); } .overview { display: flex; flex-direction: row; flex-wrap: wrap; width: 100%; align-items: baseline; } .overview .title { flex: 3; } .overview .date { flex: 1; text-align: right; } .grey { color: var(--sub-headline); } .header { display: flex; justify-content: space-between; margin-bottom: 1rem; } .grid { display: grid; grid-template-columns: 1fr 1fr; grid-gap: .5em; } .pdf { color: var(--headline); transition: color ease 160ms; border: none; box-shadow: none; } .pdf:hover { box-shadow: none; color: var(--sub-headline); } @media print { html { font-size: 80%; } body { padding: 1rem 2rem; } section, div { page-break-inside: avoid; } .pdf { display: none; } } @media screen and (max-width: 480px) { h1 { font-size: 2rem; } img.profile-image { width: 80px; height: 80px; } .overview { display: block; } .overview .date { text-align: left; } .grid { grid-template-columns: 1fr; } }
style.css
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline; } /* HTML5 display-role reset for older browsers */ article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; } body { line-height: 1.5; } 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; } /* Custom styling */ html, button, input, textarea { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-family: 'Roboto', sans-serif; } :root { --text: #333333; --headline: #7a7a7a; --sub-headline: #7a7a7a; --primary: #c6d4d2; --secondary: #d1dfdc; } body { margin: 0 auto; padding: 4rem 2rem; max-width: 800px; color: var(--text); /* DEBUG */ /* background-image: linear-gradient(#eee 1px, transparent 1px); background-size: 100% 1rem; */ } h1 { font-size: 3rem; font-weight: 700; font-family: 'Georama', sans-serif; line-height: 1em; margin-bottom: 0.5rem; } h2 { margin-top: 2rem; font-size: 1.4rem; font-weight: 700; color: var(--headline); font-family: 'Georama', sans-serif; } h3 { display: block; font-weight: 400; font-size: 1.1rem; margin-top: 0.5rem; font-family: 'Georama', sans-serif; } h4 { font-size: 1.0rem; color: var(--sub-headline); padding-top: 0.5rem; padding-bottom: 0.25rem; } p, li { margin-bottom: 0.25rem; font-size: 0.9rem; } strong { font-weight: bold; } a { transition: box-shadow 160ms ease 0s; box-shadow: var(--secondary) 0px -4px 0px inset; border-bottom: 2px solid var(--primary); text-decoration: none; color: var(--text); } a:hover { box-shadow: var(--primary) 0px -1.2em 0px inset; } ul { margin: 1.5rem 0 1.5rem 3.0rem; list-style: disc; } img.profile-image { width: 130px; height: 130px; border-radius: 50%; } .contact { padding: 1rem 0; } ul.inline-list { display: flex; flex-wrap: wrap; list-style: none; margin: 0; padding: 0; } ul.inline-list li { margin-bottom: 0; margin-right: 0.5rem; padding-right: 0.5rem; white-space: nowrap; border-right: 1px solid var(--sub-headline); } ul.inline-list li:first-of-type { padding-left: 0; } ul.inline-list li:last-of-type { border-right: none; } ul.pill { display: flex; flex-wrap: wrap; margin: 0; padding: 0; } ul.pill li { margin-bottom: 0.5rem; margin-right: 0.5rem; padding: 0.25rem 0.5rem; background-color: var(--secondary); white-space: nowrap; list-style: none; font-size: 0.6rem; } .summary a { transition: none; box-shadow: none; border-bottom: 1px dotted var(--primary); text-decoration: none; color: var(--text); } .summary a:hover { box-shadow: none; border-bottom: 1px dotted var(--text); } .overview { display: flex; flex-direction: row; flex-wrap: wrap; width: 100%; align-items: baseline; } .overview .title { flex: 3; } .overview .date { flex: 1; text-align: right; } .grey { color: var(--sub-headline); } .header { display: flex; justify-content: space-between; margin-bottom: 1rem; } .grid { display: grid; grid-template-columns: 1fr 1fr; grid-gap: .5em; } .pdf { color: var(--headline); transition: color ease 160ms; border: none; box-shadow: none; } .pdf:hover { box-shadow: none; color: var(--sub-headline); } @media print { html { font-size: 80%; } body { padding: 1rem 2rem; } section, div { page-break-inside: avoid; } .pdf { display: none; } } @media screen and (max-width: 480px) { h1 { font-size: 2rem; } img.profile-image { width: 80px; height: 80px; } .overview { display: block; } .overview .date { text-align: left; } .grid { grid-template-columns: 1fr; } }
0.49292
0.068102
h1, h2, h3, h4, h5, h6 { font-family: "Shanti", sans-serif; } h3 { margin-top: 0.5rem; } header { text-align: center; opacity: 0.9; margin: 2rem auto 4rem; } li { font-family: "Fira Sans", sans-serif; } body { font-family: "Work Sans", sans-serif; font-size: 1.2rem; } ul { margin: 1rem 0; padding: 0; } li { list-style-type: none; display: inline; padding: 0 1rem; } a { color: inherit; text-decoration: none; } a:hover { color: inherit; } nav { display: flex; justify-content: space-between; } article { margin: 2rem 0 4rem; } section { margin: 0 auto 4rem; max-width: 800px; } pre { padding: 0.5rem 1rem !important; margin-bottom: 1rem !important; } .ui.container { padding-top: 2rem; } .mainContainer { min-height: 686px; padding: 2rem 1rem; animation: slide 0.5s ease; animation-fill-mode: both; } .navLinks, .navItem { transition: 0.3s ease-in-out; } .navLogo { align-self: center; font-size: 1.7rem; font-family: "Shanti", sans-serif; transition: 0.5s ease-in-out; } .navLogoSpan { font-weight: bold; color: #27ddce; } .navLinks { font-size: 1.3rem; display: flex; } .navItem { margin: 0 1.5rem; position: relative; } .navItem::before { content: ""; border-bottom: 3px solid #16afa0; width: 100%; height: 130%; z-index: -1; position: absolute; opacity: 0; transition: all 0.2s ease; } .navItem:hover::before { height: 115%; opacity: 1; } .navItem:hover { transform: scale(1.1); } .footerContainer { text-align: center; margin-top: 4rem !important; margin-bottom: 0 !important; min-height: 100px; display: flex; background-image: linear-gradient(to right, #16afa0, #09897a) !important; } .footerContent { align-self: center; margin: auto; color: white; min-width: 300px; } .footerContent > h3 { text-shadow: 1px 1px #111111; } .footerLink { cursor: pointer; } @media only screen and (max-width: 320px) { .navLogo { font-size: 1rem; } .navItem { font-size: 0.9rem; margin: 0 0.2rem !important; } } @media only screen and (max-width: 768px) { .navLogo { align-self: center; font-size: 1.4rem; padding-left: 1.5rem; font-family: "Shanti", sans-serif; } .navLinks { font-size: 1rem; } .navItem { margin: 0 0.5rem; } .ui.segment { padding: 1em 0.5em; } .ui.container { margin-left: 0 !important; margin-right: 0 !important; } } @media only screen and (min-width: 1200px) { .navLogo { font-size: 2.5rem; } .navLinks { font-size: 1.5rem; } .navItem { margin: 0 1rem; } } @keyframes slide { from { transform: translateX(50px); opacity: 0; } to { transform: translateX(0px); opacity: 1; } }
styles/styles.css
h1, h2, h3, h4, h5, h6 { font-family: "Shanti", sans-serif; } h3 { margin-top: 0.5rem; } header { text-align: center; opacity: 0.9; margin: 2rem auto 4rem; } li { font-family: "Fira Sans", sans-serif; } body { font-family: "Work Sans", sans-serif; font-size: 1.2rem; } ul { margin: 1rem 0; padding: 0; } li { list-style-type: none; display: inline; padding: 0 1rem; } a { color: inherit; text-decoration: none; } a:hover { color: inherit; } nav { display: flex; justify-content: space-between; } article { margin: 2rem 0 4rem; } section { margin: 0 auto 4rem; max-width: 800px; } pre { padding: 0.5rem 1rem !important; margin-bottom: 1rem !important; } .ui.container { padding-top: 2rem; } .mainContainer { min-height: 686px; padding: 2rem 1rem; animation: slide 0.5s ease; animation-fill-mode: both; } .navLinks, .navItem { transition: 0.3s ease-in-out; } .navLogo { align-self: center; font-size: 1.7rem; font-family: "Shanti", sans-serif; transition: 0.5s ease-in-out; } .navLogoSpan { font-weight: bold; color: #27ddce; } .navLinks { font-size: 1.3rem; display: flex; } .navItem { margin: 0 1.5rem; position: relative; } .navItem::before { content: ""; border-bottom: 3px solid #16afa0; width: 100%; height: 130%; z-index: -1; position: absolute; opacity: 0; transition: all 0.2s ease; } .navItem:hover::before { height: 115%; opacity: 1; } .navItem:hover { transform: scale(1.1); } .footerContainer { text-align: center; margin-top: 4rem !important; margin-bottom: 0 !important; min-height: 100px; display: flex; background-image: linear-gradient(to right, #16afa0, #09897a) !important; } .footerContent { align-self: center; margin: auto; color: white; min-width: 300px; } .footerContent > h3 { text-shadow: 1px 1px #111111; } .footerLink { cursor: pointer; } @media only screen and (max-width: 320px) { .navLogo { font-size: 1rem; } .navItem { font-size: 0.9rem; margin: 0 0.2rem !important; } } @media only screen and (max-width: 768px) { .navLogo { align-self: center; font-size: 1.4rem; padding-left: 1.5rem; font-family: "Shanti", sans-serif; } .navLinks { font-size: 1rem; } .navItem { margin: 0 0.5rem; } .ui.segment { padding: 1em 0.5em; } .ui.container { margin-left: 0 !important; margin-right: 0 !important; } } @media only screen and (min-width: 1200px) { .navLogo { font-size: 2.5rem; } .navLinks { font-size: 1.5rem; } .navItem { margin: 0 1rem; } } @keyframes slide { from { transform: translateX(50px); opacity: 0; } to { transform: translateX(0px); opacity: 1; } }
0.522933
0.089933
@charset "utf-8"; /* CSS Document */ *{ padding:0; margin:0;} table{ border-collapse:collapse; border-spacing:0;} fieldset,img{border:0;} img{ max-width:100%;} ol,ul,li{ list-style-type:none; list-style-position:outside;} caption,th{ text-align:left;} h2,h3,h4,h5,h6{ font-size:100%; font-weight:normal;} a{text-decoration:none; color:#434343;} a:hover{text-decoration:none; color:#fa424c;} body {margin:0;padding:0;min-width:1000px;width:100%; letter-spacing: 0.1px;} body,td,th {font-family:"SimHei"; font-size:12px; color:rgba(158,167,180,1);} a,p,ul,li{ text-decoration:none; margin:0; padding:0; list-style-type:none;} /*@media screen and (max-device-width: 320px){body{-webkit-text-size-adjust:none}} @media screen and (max-device-width: 480px){body{-webkit-text-size-adjust:none}} @media only screen and (-webkit-min-device-pixel-ratio: 2){body{-webkit-text-size-adjust:none}} @media only screen and (min-device-width: 768px) and (max-device-width: 1024px){body{-webkit-text-size-adjust:none}}*/ textarea,select{-webkit-appearance: none; -o-appearance: none; -moz-appearance: none; appearance: none; border-radius:0; box-sizing:border-box; } input{border-radius:0; box-sizing:border-box; font-family:"SimHei";} input[type="button"], input[type="submit"], input[type="radio"], input[type="datetime-local"]{-webkit-appearance: none; -o-appearance: none; -moz-appearance: none; appearance: none; border-radius:0; box-sizing:border-box; } /*登录*/ .login{ position:fixed; z-index:999; left:50%; margin-left:-230px; top:50%; margin-top:-210px;} .log_box{ float:left; width:460px; height:420px; background-color:#fff; /*border-radius:8px; -webkit-border-radius:8px; -moz-border-radius:8px; -o-border-radius:8px; -ms-border-radius:8px;*/} #logo{ float:left; width:460px; height:100px; line-height: 100px; background:rgba(49,67,99,1); text-align:center;} #logo img{ vertical-align:middle; margin-top:-3px;} .text_info{ float:left; width:390px; padding:0 35px; margin-top:9px;} .log_input{ float:left; width:388px; border:1px solid rgba(227,230,244,1); font-size:14px; height:28px; text-indent:10px;} .posin_img{ position:absolute; z-index:11; right:10px; top:0px; height: 28px; line-height: 28px;} .posin_img img{ vertical-align: middle;} .log_box button{ margin:0 auto; display:table; width:390px; height:30px; color:#fff; font-size:16px;font-family:"SimHei"; line-height:30px; cursor:pointer;background:rgba(80,171,241,1); border:0;} .log_box .left{ float:left} .log_box .right{ float:right;} .log_box .right a{ color:rgba(158,167,180,1); font-size:16px;} .log_box .right span{ color:rgba(158,167,180,1); font-size:16px;} .log_prompt,.log_pass,.log_code,.log_pass_new{ position:absolute; z-index:11; right:0; top:-20px; height:20px; line-height:20px; font-size:16px;} .user_prompt{ position:absolute; z-index:11; right:0; top:-20px; font-size:16px;} .log_pass span{ color:rgba(80,171,241,1)} @-moz-keyframes dothabottomcheck { 0% { height: 0; } 100% { height: 7px;}} @-webkit-keyframes dothabottomcheck { 0% { height: 0; } 100% { height: 7px;}} @keyframes dothabottomcheck { 0% { height: 0; } 100% { height: 7px;}} @keyframes dothatopcheck { 0% { height: 0; } 50% {height: 0; }100% { height: 20px;}} @-webkit-keyframes dothatopcheck { 0% { height: 0; } 50% { height: 0;} 100% { height: 20px;}} @-moz-keyframes dothatopcheck { 0% { height: 0;} 50% { height: 0; }100% {height: 20px;}} .log_box .left input[type=checkbox] { display: none;} .log_box .left .check-box { float:left; height: 18px; width: 18px; background-color: transparent; border: 1px solid rgba(227,230,244,1); position: relative; display: inline-block; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; -moz-transition: border-color ease 0.2s; -o-transition: border-color ease 0.2s; -webkit-transition: border-color ease 0.2s; transition: border-color ease 0.2s; cursor: pointer;} .log_box .left .check-box::before, .check-box::after { -moz-box-sizing: border-box;-webkit-box-sizing: border-box; box-sizing: border-box; position: absolute; height: 0;width: 3px; background-color: #50abf1; display: inline-block; -moz-transform-origin: left top; -ms-transform-origin: left top; -o-transform-origin: left top; -webkit-transform-origin: left top; transform-origin: left top; border-radius: 5px;content: ' '; -webkit-transition: opacity ease .5;-moz-transition: opacity ease .5; transition: opacity ease .5;} .log_box .left .check-box::before { top: 14px; left: 7px; -moz-transform: rotate(-135deg);-ms-transform: rotate(-135deg); -o-transform: rotate(-135deg); -webkit-transform: rotate(-135deg); transform: rotate(-135deg);} .log_box .left .check-box::after { top: 7px; left: 0px; -moz-transform: rotate(-45deg); -ms-transform: rotate(-45deg); -o-transform: rotate(-45deg); -webkit-transform: rotate(-45deg); transform: rotate(-45deg);} .log_box .left input[type=checkbox]:checked + .check-box,.log_box .left .check-box.checked { border-color: #50abf1;} .log_box .left input[type=checkbox]:checked + .check-box::after,.check-box.checked::after { height:5px; -moz-animation: dothabottomcheck 0.2s ease 0s forwards; -o-animation: dothabottomcheck 0.2s ease 0s forwards; -webkit-animation: dothabottomcheck 0.2s ease 0s forwards; animation: dothabottomcheck 0.2s ease 0s forwards;} .log_box .left input[type=checkbox]:checked + .check-box::before,.check-box.checked::before { height: 10px;-moz-animation: dothatopcheck 0.4s ease 0s forwards; -o-animation: dothatopcheck 0.4s ease 0s forwards; -webkit-animation: dothatopcheck 0.4s ease 0s forwards; animation: dothatopcheck 0.4s ease 0s forwards;} .log_box .left span{ float:left; margin-left:8px; height:18px; font-size:16px; line-height:18px; color:rgba(158,167,180,1);} /*忘记密码*/ input.code{ float:right; width:100px; height:28px; background:rgba(80,171,241,1); text-align:center; line-height:28px; font-size:16px; color:#fff; cursor:pointer; border:0;} button.code_sub{ width:170px; height:30px; font-size:16px;} /*主页*/ .back_box{ float:left; width:100%; height:100%;background-image:url(../images/log_back.png);background-attachment:fixed;background-repeat:no-repeat;background-size:cover;-moz-background-size:cover;-webkit-background-size:cover;} .wrapper{ float:left; width:100%; position: relative; overflow: hidden;} .sizing{box-sizing:border-box; -webkit-box-sizing:border-box; -o-box-sizing:border-box; -moz-box-sizing:border-box; -ms-box-sizing:border-box;} .main-header{ position:relative; float:left; width:100%; height:75px; padding-left:252px; padding-right:245px;} .l_logo{ float:left; width:230px; line-height:75px; height:75px; font-size:29px; color: #FFFFFF;letter-spacing: 0.1px;} .navbar{ float:left; width:100%; height:75px; position:relative; z-index:11; } .navbar a.sidebar-toggle{ float:left; width:30px; height:75px; line-height:75px; cursor:pointer;} .navbar a.sidebar-toggle img{ vertical-align:middle;} .navbar .home{ float:left; margin-left:20px; height:75px; line-height:75px; color:#fff; font-size:16px;letter-spacing: 0.1px;} .time{ position:absolute; z-index:11; left:50%; margin-left:-160px; top:19px; } .time .time_num{ float:left; width:380px; height:40px;background:rgba(0,0,0,.3); border-radius:100px; -webkit-border-radius:100px; -moz-border-radius:100px; -o-border-radius:100px; -ms-border-radius:100px; text-align:center; line-height:40px; color:#fff; font-size:16px;} .time .time_num img{ vertical-align:middle; margin-top:-3px;} .right_about{ position:absolute; z-index:11; right:0; top:0; height:75px; width:245px;} .right_about a{ float:left; margin-right:35px; height:75px; line-height:75px; font-size:16px; color:#fff; background:none;} .right_about a img{ vertical-align:middle; margin-top:-3px;} /*侧导航*/ .main-sidebar{ position:fixed; z-index:99999; left:0; top:0; min-height:100%; width:230px; margin-left:12px;} .sidebar-menu{ float:left; width:230px; overflow-y:scroll; overflow-x:hidden; scrollbar-arrow-color:yellow;scrollbar-base-color:lightsalmon;} #menu{ float:left;} #menu::-webkit-scrollbar {width:0px;height:0px;} #menu::-moz-scrollbar {width:0px;height:0px;} #menu::-ms-scrollbar {width:0px;height:0px;} #menu::-o-scrollbar {width:0px;height:0px;} #menu::-moz-scrollbar-face-color{filter:alpha(opacity=50); -moz-opacity:0.5; opacity:0.5;} .sidebar-menu ul{ float:left; width:230px;} .sidebar-menu ul li{ float:left; width:230px; height:44px;} .sidebar-menu ul li:nth-child(2),.sidebar-menu ul li:nth-child(8){ margin-top:10px;} .sidebar-menu ul li a{ float:left; width:192px; height:44px; background: rgba(0,0,0,.2); padding-left:38px;line-height:44px; color:#fff; font-size:16px;} .sidebar-menu ul li a:hover{ background:url(../images/nav1.png) no-repeat 0;} .sidebar-menu ul li a.on{background:url(../images/nav1.png) no-repeat 0;} .sidebar-menu > ul> li> .nav_sub{ float:left; width:100%; background:rgba(0,0,0,.5); display:none;} .sidebar-menu > ul> li> .nav_sub > li{ float:left; width:230px; margin:0;} .sidebar-menu > ul> li> .nav_sub > li > a{float:left; width:180px; padding-left:50px;} .content-wrapper{float:left; width:100%; padding-left:252px; display:block;} @media screen and (max-width:1000px) { .main-sidebar{ display:none;} .main-header{ padding-left:12px;} .content-wrapper{ padding-left:12px;} } .content-wrapper #title{ float:left; width:100%; height:60px; background-color:#F5F5F5;}
static/css/style.css
@charset "utf-8"; /* CSS Document */ *{ padding:0; margin:0;} table{ border-collapse:collapse; border-spacing:0;} fieldset,img{border:0;} img{ max-width:100%;} ol,ul,li{ list-style-type:none; list-style-position:outside;} caption,th{ text-align:left;} h2,h3,h4,h5,h6{ font-size:100%; font-weight:normal;} a{text-decoration:none; color:#434343;} a:hover{text-decoration:none; color:#fa424c;} body {margin:0;padding:0;min-width:1000px;width:100%; letter-spacing: 0.1px;} body,td,th {font-family:"SimHei"; font-size:12px; color:rgba(158,167,180,1);} a,p,ul,li{ text-decoration:none; margin:0; padding:0; list-style-type:none;} /*@media screen and (max-device-width: 320px){body{-webkit-text-size-adjust:none}} @media screen and (max-device-width: 480px){body{-webkit-text-size-adjust:none}} @media only screen and (-webkit-min-device-pixel-ratio: 2){body{-webkit-text-size-adjust:none}} @media only screen and (min-device-width: 768px) and (max-device-width: 1024px){body{-webkit-text-size-adjust:none}}*/ textarea,select{-webkit-appearance: none; -o-appearance: none; -moz-appearance: none; appearance: none; border-radius:0; box-sizing:border-box; } input{border-radius:0; box-sizing:border-box; font-family:"SimHei";} input[type="button"], input[type="submit"], input[type="radio"], input[type="datetime-local"]{-webkit-appearance: none; -o-appearance: none; -moz-appearance: none; appearance: none; border-radius:0; box-sizing:border-box; } /*登录*/ .login{ position:fixed; z-index:999; left:50%; margin-left:-230px; top:50%; margin-top:-210px;} .log_box{ float:left; width:460px; height:420px; background-color:#fff; /*border-radius:8px; -webkit-border-radius:8px; -moz-border-radius:8px; -o-border-radius:8px; -ms-border-radius:8px;*/} #logo{ float:left; width:460px; height:100px; line-height: 100px; background:rgba(49,67,99,1); text-align:center;} #logo img{ vertical-align:middle; margin-top:-3px;} .text_info{ float:left; width:390px; padding:0 35px; margin-top:9px;} .log_input{ float:left; width:388px; border:1px solid rgba(227,230,244,1); font-size:14px; height:28px; text-indent:10px;} .posin_img{ position:absolute; z-index:11; right:10px; top:0px; height: 28px; line-height: 28px;} .posin_img img{ vertical-align: middle;} .log_box button{ margin:0 auto; display:table; width:390px; height:30px; color:#fff; font-size:16px;font-family:"SimHei"; line-height:30px; cursor:pointer;background:rgba(80,171,241,1); border:0;} .log_box .left{ float:left} .log_box .right{ float:right;} .log_box .right a{ color:rgba(158,167,180,1); font-size:16px;} .log_box .right span{ color:rgba(158,167,180,1); font-size:16px;} .log_prompt,.log_pass,.log_code,.log_pass_new{ position:absolute; z-index:11; right:0; top:-20px; height:20px; line-height:20px; font-size:16px;} .user_prompt{ position:absolute; z-index:11; right:0; top:-20px; font-size:16px;} .log_pass span{ color:rgba(80,171,241,1)} @-moz-keyframes dothabottomcheck { 0% { height: 0; } 100% { height: 7px;}} @-webkit-keyframes dothabottomcheck { 0% { height: 0; } 100% { height: 7px;}} @keyframes dothabottomcheck { 0% { height: 0; } 100% { height: 7px;}} @keyframes dothatopcheck { 0% { height: 0; } 50% {height: 0; }100% { height: 20px;}} @-webkit-keyframes dothatopcheck { 0% { height: 0; } 50% { height: 0;} 100% { height: 20px;}} @-moz-keyframes dothatopcheck { 0% { height: 0;} 50% { height: 0; }100% {height: 20px;}} .log_box .left input[type=checkbox] { display: none;} .log_box .left .check-box { float:left; height: 18px; width: 18px; background-color: transparent; border: 1px solid rgba(227,230,244,1); position: relative; display: inline-block; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; -moz-transition: border-color ease 0.2s; -o-transition: border-color ease 0.2s; -webkit-transition: border-color ease 0.2s; transition: border-color ease 0.2s; cursor: pointer;} .log_box .left .check-box::before, .check-box::after { -moz-box-sizing: border-box;-webkit-box-sizing: border-box; box-sizing: border-box; position: absolute; height: 0;width: 3px; background-color: #50abf1; display: inline-block; -moz-transform-origin: left top; -ms-transform-origin: left top; -o-transform-origin: left top; -webkit-transform-origin: left top; transform-origin: left top; border-radius: 5px;content: ' '; -webkit-transition: opacity ease .5;-moz-transition: opacity ease .5; transition: opacity ease .5;} .log_box .left .check-box::before { top: 14px; left: 7px; -moz-transform: rotate(-135deg);-ms-transform: rotate(-135deg); -o-transform: rotate(-135deg); -webkit-transform: rotate(-135deg); transform: rotate(-135deg);} .log_box .left .check-box::after { top: 7px; left: 0px; -moz-transform: rotate(-45deg); -ms-transform: rotate(-45deg); -o-transform: rotate(-45deg); -webkit-transform: rotate(-45deg); transform: rotate(-45deg);} .log_box .left input[type=checkbox]:checked + .check-box,.log_box .left .check-box.checked { border-color: #50abf1;} .log_box .left input[type=checkbox]:checked + .check-box::after,.check-box.checked::after { height:5px; -moz-animation: dothabottomcheck 0.2s ease 0s forwards; -o-animation: dothabottomcheck 0.2s ease 0s forwards; -webkit-animation: dothabottomcheck 0.2s ease 0s forwards; animation: dothabottomcheck 0.2s ease 0s forwards;} .log_box .left input[type=checkbox]:checked + .check-box::before,.check-box.checked::before { height: 10px;-moz-animation: dothatopcheck 0.4s ease 0s forwards; -o-animation: dothatopcheck 0.4s ease 0s forwards; -webkit-animation: dothatopcheck 0.4s ease 0s forwards; animation: dothatopcheck 0.4s ease 0s forwards;} .log_box .left span{ float:left; margin-left:8px; height:18px; font-size:16px; line-height:18px; color:rgba(158,167,180,1);} /*忘记密码*/ input.code{ float:right; width:100px; height:28px; background:rgba(80,171,241,1); text-align:center; line-height:28px; font-size:16px; color:#fff; cursor:pointer; border:0;} button.code_sub{ width:170px; height:30px; font-size:16px;} /*主页*/ .back_box{ float:left; width:100%; height:100%;background-image:url(../images/log_back.png);background-attachment:fixed;background-repeat:no-repeat;background-size:cover;-moz-background-size:cover;-webkit-background-size:cover;} .wrapper{ float:left; width:100%; position: relative; overflow: hidden;} .sizing{box-sizing:border-box; -webkit-box-sizing:border-box; -o-box-sizing:border-box; -moz-box-sizing:border-box; -ms-box-sizing:border-box;} .main-header{ position:relative; float:left; width:100%; height:75px; padding-left:252px; padding-right:245px;} .l_logo{ float:left; width:230px; line-height:75px; height:75px; font-size:29px; color: #FFFFFF;letter-spacing: 0.1px;} .navbar{ float:left; width:100%; height:75px; position:relative; z-index:11; } .navbar a.sidebar-toggle{ float:left; width:30px; height:75px; line-height:75px; cursor:pointer;} .navbar a.sidebar-toggle img{ vertical-align:middle;} .navbar .home{ float:left; margin-left:20px; height:75px; line-height:75px; color:#fff; font-size:16px;letter-spacing: 0.1px;} .time{ position:absolute; z-index:11; left:50%; margin-left:-160px; top:19px; } .time .time_num{ float:left; width:380px; height:40px;background:rgba(0,0,0,.3); border-radius:100px; -webkit-border-radius:100px; -moz-border-radius:100px; -o-border-radius:100px; -ms-border-radius:100px; text-align:center; line-height:40px; color:#fff; font-size:16px;} .time .time_num img{ vertical-align:middle; margin-top:-3px;} .right_about{ position:absolute; z-index:11; right:0; top:0; height:75px; width:245px;} .right_about a{ float:left; margin-right:35px; height:75px; line-height:75px; font-size:16px; color:#fff; background:none;} .right_about a img{ vertical-align:middle; margin-top:-3px;} /*侧导航*/ .main-sidebar{ position:fixed; z-index:99999; left:0; top:0; min-height:100%; width:230px; margin-left:12px;} .sidebar-menu{ float:left; width:230px; overflow-y:scroll; overflow-x:hidden; scrollbar-arrow-color:yellow;scrollbar-base-color:lightsalmon;} #menu{ float:left;} #menu::-webkit-scrollbar {width:0px;height:0px;} #menu::-moz-scrollbar {width:0px;height:0px;} #menu::-ms-scrollbar {width:0px;height:0px;} #menu::-o-scrollbar {width:0px;height:0px;} #menu::-moz-scrollbar-face-color{filter:alpha(opacity=50); -moz-opacity:0.5; opacity:0.5;} .sidebar-menu ul{ float:left; width:230px;} .sidebar-menu ul li{ float:left; width:230px; height:44px;} .sidebar-menu ul li:nth-child(2),.sidebar-menu ul li:nth-child(8){ margin-top:10px;} .sidebar-menu ul li a{ float:left; width:192px; height:44px; background: rgba(0,0,0,.2); padding-left:38px;line-height:44px; color:#fff; font-size:16px;} .sidebar-menu ul li a:hover{ background:url(../images/nav1.png) no-repeat 0;} .sidebar-menu ul li a.on{background:url(../images/nav1.png) no-repeat 0;} .sidebar-menu > ul> li> .nav_sub{ float:left; width:100%; background:rgba(0,0,0,.5); display:none;} .sidebar-menu > ul> li> .nav_sub > li{ float:left; width:230px; margin:0;} .sidebar-menu > ul> li> .nav_sub > li > a{float:left; width:180px; padding-left:50px;} .content-wrapper{float:left; width:100%; padding-left:252px; display:block;} @media screen and (max-width:1000px) { .main-sidebar{ display:none;} .main-header{ padding-left:12px;} .content-wrapper{ padding-left:12px;} } .content-wrapper #title{ float:left; width:100%; height:60px; background-color:#F5F5F5;}
0.297572
0.045991
@import "https://fonts.googleapis.com/css?family=Space+Mono"; html { font-family: sans-serif; } body { font-family: "Space Mono", monospace; color: #65646A; margin: 0; } /*==== Atoms ====*/ h1 { text-align: center; margin: 0; } p { font-style: normal; font-weight: 300; font-size: 20px; line-height: 1.4em; } /*=== Layout ====*/ header { padding: 20px; } section { background-color: #fff; } .container { width: 100%; max-width: 1280px; /* padding: 0 40px; */ height: 227px; /* navLinks + slider container */ margin: 0px auto; overflow: hidden; } /*=== Slider ====*/ .slider-wrap { width: 60%; /* max-width: 776px; */ display: flex; align-items: center; margin: 0 auto; } .slider { position: relative; width: 576px; height: 180px; margin: 0 auto; display: flex; /* justify-content: center; */ flex-flow: row nowrap; overflow-x: hidden; transition: transform 100ms ease-in; } .slider.active { cursor: grabbing; cursor: -webkit-grabbing; transform: scale(1.04); } .slide { /* width: 172px; */ position: relative; margin: 0 10px; flex: 1 0 172px; white-space: normal; background-repeat: no-repeat; background-size: cover; background-position: center; /* transform: translate3d(0px, 0, 0); */ transition: transform .2s ease-in-out; } #item-1 { background-color: rgb(175, 192, 149); /* background-image: url("../images/benjamin-hung-340383-unsplash.jpg"); */ /* transform: translate3d(0, 0, 0); */ } #item-2 { background-color: rgb(112, 88, 79); /* background-image: url("../images/georgios-kaleadis-1081820-unsplash.jpg"); */ /* transform: translate3d(-100%, 0, 0); */ } #item-3 { background-color: #1E90FF; /* background-image: url("../images/oskar-krawczyk-172847-unsplash.jpg"); */ /* transform: translate3d(-200%, 0, 0); */ } #item-4 { background-color: #DC143C; /* background-image: url("../images/redd-angelo-100505-unsplash.jpg"); */ /* transform: translate3d(-300%, 0, 0); */ } #item-5 { background-color: #ffe600; /* background-image: url("../images/redd-angelo-100505-unsplash.jpg"); */ /* transform: translate3d(-300%, 0, 0); */ } #item-6 { background-color: #eb55eb; /* background-image: url("../images/redd-angelo-100505-unsplash.jpg"); */ /* transform: translate3d(-300%, 0, 0); */ } #item-7 { background-color: rgb(176, 233, 188); /* background-image: url("../images/redd-angelo-100505-unsplash.jpg"); */ /* transform: translate3d(-300%, 0, 0); */ } #item-8 { background-color: #ff7300; /* background-image: url("../images/redd-angelo-100505-unsplash.jpg"); */ /* transform: translate3d(-300%, 0, 0); */ } #item-9 { background-color: #447762; /* background-image: url("../images/redd-angelo-100505-unsplash.jpg"); */ /* transform: translate3d(-300%, 0, 0); */ } #item-10 { background-color: rgb(187, 102, 119); /* background-image: url("../images/redd-angelo-100505-unsplash.jpg"); */ /* transform: translate3d(-300%, 0, 0); */ } #item-11 { background-color: #585748; /* background-image: url("../images/redd-angelo-100505-unsplash.jpg"); */ /* transform: translate3d(-300%, 0, 0); */ } /* Nav Links */ /* #navLinks { */ /* float: right; */ /* display: flex; flex-flow: row nowrap; justify-content: flex-end; */ /* align-items: center; */ /* margin: 0px; padding: 0px; */ /* } */ .navLink { -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } .navLink span { display: inline-block; cursor: pointer; /* margin-bottom: 4px; */ /* padding: 0 4px; */ } .navLink span:hover { text-shadow: 1px 1px 0.5px #c6c6c7c7; } #r-arrow { margin-right: 8px; transition: transform .2s ease-out; } #r-arrow:hover { transform: translateX(2px); } #l-arrow { margin-left: 16px; transition: transform .2s ease-out; } #l-arrow:hover { transform: translateX(-2px); }
slider-drag/css/style.css
@import "https://fonts.googleapis.com/css?family=Space+Mono"; html { font-family: sans-serif; } body { font-family: "Space Mono", monospace; color: #65646A; margin: 0; } /*==== Atoms ====*/ h1 { text-align: center; margin: 0; } p { font-style: normal; font-weight: 300; font-size: 20px; line-height: 1.4em; } /*=== Layout ====*/ header { padding: 20px; } section { background-color: #fff; } .container { width: 100%; max-width: 1280px; /* padding: 0 40px; */ height: 227px; /* navLinks + slider container */ margin: 0px auto; overflow: hidden; } /*=== Slider ====*/ .slider-wrap { width: 60%; /* max-width: 776px; */ display: flex; align-items: center; margin: 0 auto; } .slider { position: relative; width: 576px; height: 180px; margin: 0 auto; display: flex; /* justify-content: center; */ flex-flow: row nowrap; overflow-x: hidden; transition: transform 100ms ease-in; } .slider.active { cursor: grabbing; cursor: -webkit-grabbing; transform: scale(1.04); } .slide { /* width: 172px; */ position: relative; margin: 0 10px; flex: 1 0 172px; white-space: normal; background-repeat: no-repeat; background-size: cover; background-position: center; /* transform: translate3d(0px, 0, 0); */ transition: transform .2s ease-in-out; } #item-1 { background-color: rgb(175, 192, 149); /* background-image: url("../images/benjamin-hung-340383-unsplash.jpg"); */ /* transform: translate3d(0, 0, 0); */ } #item-2 { background-color: rgb(112, 88, 79); /* background-image: url("../images/georgios-kaleadis-1081820-unsplash.jpg"); */ /* transform: translate3d(-100%, 0, 0); */ } #item-3 { background-color: #1E90FF; /* background-image: url("../images/oskar-krawczyk-172847-unsplash.jpg"); */ /* transform: translate3d(-200%, 0, 0); */ } #item-4 { background-color: #DC143C; /* background-image: url("../images/redd-angelo-100505-unsplash.jpg"); */ /* transform: translate3d(-300%, 0, 0); */ } #item-5 { background-color: #ffe600; /* background-image: url("../images/redd-angelo-100505-unsplash.jpg"); */ /* transform: translate3d(-300%, 0, 0); */ } #item-6 { background-color: #eb55eb; /* background-image: url("../images/redd-angelo-100505-unsplash.jpg"); */ /* transform: translate3d(-300%, 0, 0); */ } #item-7 { background-color: rgb(176, 233, 188); /* background-image: url("../images/redd-angelo-100505-unsplash.jpg"); */ /* transform: translate3d(-300%, 0, 0); */ } #item-8 { background-color: #ff7300; /* background-image: url("../images/redd-angelo-100505-unsplash.jpg"); */ /* transform: translate3d(-300%, 0, 0); */ } #item-9 { background-color: #447762; /* background-image: url("../images/redd-angelo-100505-unsplash.jpg"); */ /* transform: translate3d(-300%, 0, 0); */ } #item-10 { background-color: rgb(187, 102, 119); /* background-image: url("../images/redd-angelo-100505-unsplash.jpg"); */ /* transform: translate3d(-300%, 0, 0); */ } #item-11 { background-color: #585748; /* background-image: url("../images/redd-angelo-100505-unsplash.jpg"); */ /* transform: translate3d(-300%, 0, 0); */ } /* Nav Links */ /* #navLinks { */ /* float: right; */ /* display: flex; flex-flow: row nowrap; justify-content: flex-end; */ /* align-items: center; */ /* margin: 0px; padding: 0px; */ /* } */ .navLink { -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } .navLink span { display: inline-block; cursor: pointer; /* margin-bottom: 4px; */ /* padding: 0 4px; */ } .navLink span:hover { text-shadow: 1px 1px 0.5px #c6c6c7c7; } #r-arrow { margin-right: 8px; transition: transform .2s ease-out; } #r-arrow:hover { transform: translateX(2px); } #l-arrow { margin-left: 16px; transition: transform .2s ease-out; } #l-arrow:hover { transform: translateX(-2px); }
0.246624
0.081264
body { background: whitesmoke; } .no-shadow { outline: none!important; box-shadow: none!important; -webkit-box-shadow: none; -o-box-shadow: none; -moz-box-shadow: none; -ms-box-shadow: none; } #share { position: absolute; display: flex; top: 0; right: 8%; z-index: 999; transition: all 0.5s ease; } .jssocials-share-link { border-radius: 50%; } .page { /* the important one*/ background-attachment: fixed; background-size: auto 100%; background-position: 50% 0%; background-repeat: no-repeat; } .pp-scrollable { overflow-y: scroll; -webkit-overflow-scrolling: touch; } #section1>.pp-tableCell { vertical-align: top; } #parent-wide { /*display: block; transition: all 0.5s ease;*/ /*top: 0%;*/ /*left: 0%;*/ background: whitesmoke; /*max-width: 100%;*/ transition: all 0.5s ease; } #wide { width: 100%; height: auto; position: absolute; /*top: 10%;*/ } #wide>div { position: absolute; width: 100%; left: 0%; } h4 { margin: 0; } .title { padding-bottom: 0; padding-top: 66px; text-align: center; font-size: 3em; font-weight: bold; margin: 0; color: #212121; transition: all 0.5s ease; } @media screen and (min-width: 720px) { .title { padding-bottom: 0; padding-top: 66px; text-align: center; font-size: 5em !important; font-weight: bold; margin: 0; color: #212121; transition: all 0.5s ease; } } .title-2 { padding-top: 25px; text-align: center; font-size: 2em; font-weight: bold; margin: 0; color: #212121; transition: all 0.5s ease; } @media screen and (min-width: 720px) { .title-2 { padding-top: 33px; text-align: center; font-size: 4em !important; font-weight: bold; margin: 0; color: #212121; transition: all 0.5s ease; } } .title-3 { padding-top: 25px; text-align: center; font-size: 3em; font-weight: bold; margin: 0; color: #212121; transition: all 0.5s ease; } @media screen and (min-width: 720px) { .title-3 { padding-top: 33px; text-align: center; font-size: 5em !important; font-weight: bold; margin: 0; color: #212121; transition: all 0.5s ease; } } .title-4 { padding-top: 25px; text-align: center; font-size: 3em; font-weight: bold; margin: 0; color: #212121; transition: all 0.5s ease; } @media screen and (min-width: 720px) { .title-4 { padding-top: 33px; text-align: center; font-size: 5em !important; font-weight: bold; margin: 0; color: #212121; transition: all 0.5s ease; } } #info_sz { display: block!important; border-style: solid; border-color: #e0e0e0; border-width: 2px 0 0 0; margin-top: 33px; /*width: 100%; /*height: auto;*/ transition: all 0.5s ease; } #info_sz_narrow { width: 100%; /*padding-right: 10px;*/ padding-top: 15px; text-align: justify; /*flex: 1;*/ } #info_sz_wide { width: 100%; /*padding-left: 10px;*/ padding-top: 15px; text-align: justify; } @media screen and (min-width: 720px) { #info_sz_narrow { width: 50%; /*padding-right: 10px;*/ padding-top: 15px; text-align: justify; /*flex: 1;*/ } } @media screen and (min-width: 720px) { #info_sz_wide { width: 50%; /*padding-left: 10px;*/ padding-top: 15px; text-align: justify; } } @media screen and (min-width: 720px) { #info_sz { display: flex!important; border-style: solid; border-color: #e0e0e0; border-width: 2px 0 0 0; margin-top: 33px; /*width: 100%; /*height: auto;*/ transition: all 0.5s ease; } } .center { margin: 0; padding: 10px; } .bot { background: url("/assets/img/dom.png") no-repeat bottom; background-size: 50%; width: 100%; bottom: 8%; height: 250px; position: absolute; transition: all 0.5s ease; } @media screen and (min-width: 720px) { .bot { background: url("/assets/img/dom.png") no-repeat center; background-size: 33%; width: 100%; bottom: 8%; height: 250px; position: absolute; transition: all 0.5s ease; } } #header { top: 0%; left: 0%; /*position: absolute;*/ background: whitesmoke; max-width: 100%; transition: all 0.5s ease; } #header>#panel { position: relative; max-width: 100%; left: 0%; } @media screen and (min-width: 720px) { #header>#panel { position: relative; max-width: 80%; left: 10%; } } .gallery-wrap { position: relative; max-width: 100%; left: 0%; transition: all 0.5s ease; } @media screen and (min-width: 720px) { .gallery-wrap { position: relative; max-width: 80%; left: 10%; transition: all 0.5s ease; } } #infoMenu { display: block; position: absolute; left: 1%; } #infoMenu li { display: inline-block; } .copyleft { display: inline-block; transform: rotate(180deg); } .preloader-wrapper { position: absolute; top: 48%; left: 48%; width: 50%; }
assets/css/main.css
body { background: whitesmoke; } .no-shadow { outline: none!important; box-shadow: none!important; -webkit-box-shadow: none; -o-box-shadow: none; -moz-box-shadow: none; -ms-box-shadow: none; } #share { position: absolute; display: flex; top: 0; right: 8%; z-index: 999; transition: all 0.5s ease; } .jssocials-share-link { border-radius: 50%; } .page { /* the important one*/ background-attachment: fixed; background-size: auto 100%; background-position: 50% 0%; background-repeat: no-repeat; } .pp-scrollable { overflow-y: scroll; -webkit-overflow-scrolling: touch; } #section1>.pp-tableCell { vertical-align: top; } #parent-wide { /*display: block; transition: all 0.5s ease;*/ /*top: 0%;*/ /*left: 0%;*/ background: whitesmoke; /*max-width: 100%;*/ transition: all 0.5s ease; } #wide { width: 100%; height: auto; position: absolute; /*top: 10%;*/ } #wide>div { position: absolute; width: 100%; left: 0%; } h4 { margin: 0; } .title { padding-bottom: 0; padding-top: 66px; text-align: center; font-size: 3em; font-weight: bold; margin: 0; color: #212121; transition: all 0.5s ease; } @media screen and (min-width: 720px) { .title { padding-bottom: 0; padding-top: 66px; text-align: center; font-size: 5em !important; font-weight: bold; margin: 0; color: #212121; transition: all 0.5s ease; } } .title-2 { padding-top: 25px; text-align: center; font-size: 2em; font-weight: bold; margin: 0; color: #212121; transition: all 0.5s ease; } @media screen and (min-width: 720px) { .title-2 { padding-top: 33px; text-align: center; font-size: 4em !important; font-weight: bold; margin: 0; color: #212121; transition: all 0.5s ease; } } .title-3 { padding-top: 25px; text-align: center; font-size: 3em; font-weight: bold; margin: 0; color: #212121; transition: all 0.5s ease; } @media screen and (min-width: 720px) { .title-3 { padding-top: 33px; text-align: center; font-size: 5em !important; font-weight: bold; margin: 0; color: #212121; transition: all 0.5s ease; } } .title-4 { padding-top: 25px; text-align: center; font-size: 3em; font-weight: bold; margin: 0; color: #212121; transition: all 0.5s ease; } @media screen and (min-width: 720px) { .title-4 { padding-top: 33px; text-align: center; font-size: 5em !important; font-weight: bold; margin: 0; color: #212121; transition: all 0.5s ease; } } #info_sz { display: block!important; border-style: solid; border-color: #e0e0e0; border-width: 2px 0 0 0; margin-top: 33px; /*width: 100%; /*height: auto;*/ transition: all 0.5s ease; } #info_sz_narrow { width: 100%; /*padding-right: 10px;*/ padding-top: 15px; text-align: justify; /*flex: 1;*/ } #info_sz_wide { width: 100%; /*padding-left: 10px;*/ padding-top: 15px; text-align: justify; } @media screen and (min-width: 720px) { #info_sz_narrow { width: 50%; /*padding-right: 10px;*/ padding-top: 15px; text-align: justify; /*flex: 1;*/ } } @media screen and (min-width: 720px) { #info_sz_wide { width: 50%; /*padding-left: 10px;*/ padding-top: 15px; text-align: justify; } } @media screen and (min-width: 720px) { #info_sz { display: flex!important; border-style: solid; border-color: #e0e0e0; border-width: 2px 0 0 0; margin-top: 33px; /*width: 100%; /*height: auto;*/ transition: all 0.5s ease; } } .center { margin: 0; padding: 10px; } .bot { background: url("/assets/img/dom.png") no-repeat bottom; background-size: 50%; width: 100%; bottom: 8%; height: 250px; position: absolute; transition: all 0.5s ease; } @media screen and (min-width: 720px) { .bot { background: url("/assets/img/dom.png") no-repeat center; background-size: 33%; width: 100%; bottom: 8%; height: 250px; position: absolute; transition: all 0.5s ease; } } #header { top: 0%; left: 0%; /*position: absolute;*/ background: whitesmoke; max-width: 100%; transition: all 0.5s ease; } #header>#panel { position: relative; max-width: 100%; left: 0%; } @media screen and (min-width: 720px) { #header>#panel { position: relative; max-width: 80%; left: 10%; } } .gallery-wrap { position: relative; max-width: 100%; left: 0%; transition: all 0.5s ease; } @media screen and (min-width: 720px) { .gallery-wrap { position: relative; max-width: 80%; left: 10%; transition: all 0.5s ease; } } #infoMenu { display: block; position: absolute; left: 1%; } #infoMenu li { display: inline-block; } .copyleft { display: inline-block; transform: rotate(180deg); } .preloader-wrapper { position: absolute; top: 48%; left: 48%; width: 50%; }
0.395718
0.064418
display: -webkit-box !important; display: -ms-flexbox !important; display: flex !important; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-flow: column nowrap; flex-flow: column nowrap; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -ms-flex-line-pack: center; align-content: center; max-width: 100%; height: auto; } .r_list { position: relative; -ms-flex-item-align: center; -ms-grid-row-align: center; align-self: center; float: right; width: 400px; height: 300px; -o-object-position: 50% 50%; object-position: 50% 50%; -o-object-fit: cover; object-fit: cover; padding: 0 !important; margin: 0 !important; } #gallery_r > ul { 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; -ms-flex-line-pack: center; align-content: center; } #image_curosal { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -ms-flex-line-pack: center; align-content: center; width: 100%; margin: 3% 0 7% 0; } #image_curosal > div { max-width: calc(256px * 1.2) !important; width: calc(256px * 1.2); height: calc(256px * 1.2); padding: 0; margin: 0; overflow: hidden; -webkit-box-flex: unset !important; -ms-flex: unset !important; flex: unset !important; } #image_curosal > div > a { width: 100%; overflow: hidden; display: -webkit-box !important; display: -ms-flexbox !important; display: flex !important; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-flow: column nowrap; flex-flow: column nowrap; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -ms-flex-line-pack: center; align-content: center; max-width: 100%; height: 100%; } #image_curosal > div > a > img { position: relative; -ms-flex-item-align: center; -ms-grid-row-align: center; align-self: center; /* float: right; */ width: 100%; height: 100%; -o-object-position: 50% 50%; object-position: 50% 50%; -o-object-fit: cover; object-fit: cover; padding: 0 !important; margin: 0 !important; } #image_curosal > ul.next_button > li.prev, #image_curosal > ul.prev_button > li.next { display: none; } @media (min-width: 768px) and (max-width: 1024px) { .r_list { width: calc(400px / 1.2) !important; height: calc(300px / 1.2) !important; } #section-home > div.container > div > div > h2 { font-size: 1.5rem; } #section-home > div.container > div > div > p { padding: 0; font-size: 1.5rem; } #section-home > div.container > div > div > p > a { width: 25% !important; } p, #section-contact > div > div > div > div > div > p.lead, #section-menu > div > div > div.col-md-12.text-center.mb-5.site-animate.fadeInUp.site-animated > div > div > p, #section-gallery > div > div > div.col-md-12.text-center.mb-5.site-animate.fadeInUp.site-animated > div > div > p { font-size: 1.5rem; } #section-about > div > div > div.col-md-6.site-animate.img.fadeInRight.site-animated > img { height: auto !important; padding: 0 !important; } #section-home { height: 50vmax; } #image_curosal > div { max-width: calc(256px * 0.8) !important; width: calc(256px * 0.8); height: calc(256px * 0.8); } } @media (min-width: 1024px) and (max-width: 1024px) { #image_curosal > div { max-width: calc(256px * 1) !important; width: calc(256px * 1); height: calc(256px * 1); } } @media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) { .r_list { width: calc(400px / 1.2) !important; height: calc(300px / 1.2) !important; } #section-home > div.container > div > div > h1 { font-size: 3rem; } #section-home > div.container > div > div > h2 { font-size: 1.3rem; } #section-home > div.container > div > div > p { padding: 0; font-size: 1.3rem; } #section-home > div.container > div > div > p > a { width: 25% !important; } p, #section-contact > div > div > div > div > div > p.lead, #section-menu > div > div > div.col-md-12.text-center.mb-5.site-animate.fadeInUp.site-animated > div > div > p, #section-gallery > div > div > div.col-md-12.text-center.mb-5.site-animate.fadeInUp.site-animated > div > div > p { font-size: 1.3rem; } #image_curosal > div { max-width: calc(256px * 0.8) !important; width: calc(256px * 0.8); height: calc(256px * 0.8); } } @media (min-width: 1024px) and (max-width: 1024px) and (orientation: landscape) { .r_list { width: calc(400px / 1.2) !important; height: calc(300px / 1.2) !important; } #section-home > div.container > div > div > h1 { font-size: 4rem; } #section-home > div.container > div > div > h2 { font-size: 1.7rem; } #section-home > div.container > div > div > p { padding: 0; font-size: 1.7rem; } #section-home > div.container > div > div > p > a { width: 20% !important; } p, #section-contact > div > div > div > div > div > p.lead, #section-menu > div > div > div.col-md-12.text-center.mb-5.site-animate.fadeInUp.site-animated > div > div > p, #section-gallery > div > div > div.col-md-12.text-center.mb-5.site-animate.fadeInUp.site-animated > div > div > p { font-size: 1.7rem; } #image_curosal > div { max-width: calc(256px * 1) !important; width: calc(256px * 1); height: calc(256px * 1); } } @media (min-width: 481px) and (max-width: 767px) { .r_list { width: calc(400px / 1.5) !important; height: calc(300px / 1.5) !important; } #section-home > div.container > div > div > h1 { font-size: 4rem; } #section-home > div.container > div > div > h2 { font-size: 1.5rem; } #section-home > div.container > div > div > p { padding: 0; font-size: 1.5rem; } #section-home > div.container > div > div > p > a { width: 40% !important; } p, #section-contact > div > div > div > div > div > p.lead, #section-menu > div > div > div.col-md-12.text-center.mb-5.site-animate.fadeInUp.site-animated > div > div > p, #section-gallery > div > div > div.col-md-12.text-center.mb-5.site-animate.fadeInUp.site-animated > div > div > p { font-size: 1.5rem; } #section-about > div > div > div.col-md-6.site-animate.img.fadeInRight.site-animated > img { height: auto !important; padding: 0 !important; } #section-home { height: 100vh; } #image_curosal > div { max-width: calc(256px * 0.5) !important; width: calc(256px * 0.5); height: calc(256px * 0.5); } } @media (min-width: 320px) and (max-width: 480px) { .r_list { width: calc(400px / 1.7) !important; height: calc(300px / 1.7) !important; } #section-home > div.container > div > div > h2 { font-size: 2rem; } #section-home > div.container > div > div > p { padding: 0; font-size: 2rem; } #section-home > div.container > div > div > p > a { display: block; margin-top: 5%; width: 70% !important; } p, #section-contact > div > div > div > div > div > p.lead, #section-menu > div > div > div.col-md-12.text-center.mb-5.site-animate.fadeInUp.site-animated > div > div > p, #section-gallery > div > div > div.col-md-12.text-center.mb-5.site-animate.fadeInUp.site-animated > div > div > p { font-size: 2rem; } #image_curosal > div { max-width: calc(256px * 0.3) !important; width: calc(256px * 0.3); height: calc(256px * 0.3); } } @media (min-width: 375px) and (max-width: 480px) { #image_curosal > div { max-width: calc(256px * 0.4) !important; width: calc(256px * 0.4); height: calc(256px * 0.4); } } /*# sourceMappingURL=restrurent_details.css.map */
frontend/web/themes/chiefsrs/scss/restrurent_details.css
display: -webkit-box !important; display: -ms-flexbox !important; display: flex !important; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-flow: column nowrap; flex-flow: column nowrap; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -ms-flex-line-pack: center; align-content: center; max-width: 100%; height: auto; } .r_list { position: relative; -ms-flex-item-align: center; -ms-grid-row-align: center; align-self: center; float: right; width: 400px; height: 300px; -o-object-position: 50% 50%; object-position: 50% 50%; -o-object-fit: cover; object-fit: cover; padding: 0 !important; margin: 0 !important; } #gallery_r > ul { 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; -ms-flex-line-pack: center; align-content: center; } #image_curosal { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -ms-flex-line-pack: center; align-content: center; width: 100%; margin: 3% 0 7% 0; } #image_curosal > div { max-width: calc(256px * 1.2) !important; width: calc(256px * 1.2); height: calc(256px * 1.2); padding: 0; margin: 0; overflow: hidden; -webkit-box-flex: unset !important; -ms-flex: unset !important; flex: unset !important; } #image_curosal > div > a { width: 100%; overflow: hidden; display: -webkit-box !important; display: -ms-flexbox !important; display: flex !important; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-flow: column nowrap; flex-flow: column nowrap; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -ms-flex-line-pack: center; align-content: center; max-width: 100%; height: 100%; } #image_curosal > div > a > img { position: relative; -ms-flex-item-align: center; -ms-grid-row-align: center; align-self: center; /* float: right; */ width: 100%; height: 100%; -o-object-position: 50% 50%; object-position: 50% 50%; -o-object-fit: cover; object-fit: cover; padding: 0 !important; margin: 0 !important; } #image_curosal > ul.next_button > li.prev, #image_curosal > ul.prev_button > li.next { display: none; } @media (min-width: 768px) and (max-width: 1024px) { .r_list { width: calc(400px / 1.2) !important; height: calc(300px / 1.2) !important; } #section-home > div.container > div > div > h2 { font-size: 1.5rem; } #section-home > div.container > div > div > p { padding: 0; font-size: 1.5rem; } #section-home > div.container > div > div > p > a { width: 25% !important; } p, #section-contact > div > div > div > div > div > p.lead, #section-menu > div > div > div.col-md-12.text-center.mb-5.site-animate.fadeInUp.site-animated > div > div > p, #section-gallery > div > div > div.col-md-12.text-center.mb-5.site-animate.fadeInUp.site-animated > div > div > p { font-size: 1.5rem; } #section-about > div > div > div.col-md-6.site-animate.img.fadeInRight.site-animated > img { height: auto !important; padding: 0 !important; } #section-home { height: 50vmax; } #image_curosal > div { max-width: calc(256px * 0.8) !important; width: calc(256px * 0.8); height: calc(256px * 0.8); } } @media (min-width: 1024px) and (max-width: 1024px) { #image_curosal > div { max-width: calc(256px * 1) !important; width: calc(256px * 1); height: calc(256px * 1); } } @media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) { .r_list { width: calc(400px / 1.2) !important; height: calc(300px / 1.2) !important; } #section-home > div.container > div > div > h1 { font-size: 3rem; } #section-home > div.container > div > div > h2 { font-size: 1.3rem; } #section-home > div.container > div > div > p { padding: 0; font-size: 1.3rem; } #section-home > div.container > div > div > p > a { width: 25% !important; } p, #section-contact > div > div > div > div > div > p.lead, #section-menu > div > div > div.col-md-12.text-center.mb-5.site-animate.fadeInUp.site-animated > div > div > p, #section-gallery > div > div > div.col-md-12.text-center.mb-5.site-animate.fadeInUp.site-animated > div > div > p { font-size: 1.3rem; } #image_curosal > div { max-width: calc(256px * 0.8) !important; width: calc(256px * 0.8); height: calc(256px * 0.8); } } @media (min-width: 1024px) and (max-width: 1024px) and (orientation: landscape) { .r_list { width: calc(400px / 1.2) !important; height: calc(300px / 1.2) !important; } #section-home > div.container > div > div > h1 { font-size: 4rem; } #section-home > div.container > div > div > h2 { font-size: 1.7rem; } #section-home > div.container > div > div > p { padding: 0; font-size: 1.7rem; } #section-home > div.container > div > div > p > a { width: 20% !important; } p, #section-contact > div > div > div > div > div > p.lead, #section-menu > div > div > div.col-md-12.text-center.mb-5.site-animate.fadeInUp.site-animated > div > div > p, #section-gallery > div > div > div.col-md-12.text-center.mb-5.site-animate.fadeInUp.site-animated > div > div > p { font-size: 1.7rem; } #image_curosal > div { max-width: calc(256px * 1) !important; width: calc(256px * 1); height: calc(256px * 1); } } @media (min-width: 481px) and (max-width: 767px) { .r_list { width: calc(400px / 1.5) !important; height: calc(300px / 1.5) !important; } #section-home > div.container > div > div > h1 { font-size: 4rem; } #section-home > div.container > div > div > h2 { font-size: 1.5rem; } #section-home > div.container > div > div > p { padding: 0; font-size: 1.5rem; } #section-home > div.container > div > div > p > a { width: 40% !important; } p, #section-contact > div > div > div > div > div > p.lead, #section-menu > div > div > div.col-md-12.text-center.mb-5.site-animate.fadeInUp.site-animated > div > div > p, #section-gallery > div > div > div.col-md-12.text-center.mb-5.site-animate.fadeInUp.site-animated > div > div > p { font-size: 1.5rem; } #section-about > div > div > div.col-md-6.site-animate.img.fadeInRight.site-animated > img { height: auto !important; padding: 0 !important; } #section-home { height: 100vh; } #image_curosal > div { max-width: calc(256px * 0.5) !important; width: calc(256px * 0.5); height: calc(256px * 0.5); } } @media (min-width: 320px) and (max-width: 480px) { .r_list { width: calc(400px / 1.7) !important; height: calc(300px / 1.7) !important; } #section-home > div.container > div > div > h2 { font-size: 2rem; } #section-home > div.container > div > div > p { padding: 0; font-size: 2rem; } #section-home > div.container > div > div > p > a { display: block; margin-top: 5%; width: 70% !important; } p, #section-contact > div > div > div > div > div > p.lead, #section-menu > div > div > div.col-md-12.text-center.mb-5.site-animate.fadeInUp.site-animated > div > div > p, #section-gallery > div > div > div.col-md-12.text-center.mb-5.site-animate.fadeInUp.site-animated > div > div > p { font-size: 2rem; } #image_curosal > div { max-width: calc(256px * 0.3) !important; width: calc(256px * 0.3); height: calc(256px * 0.3); } } @media (min-width: 375px) and (max-width: 480px) { #image_curosal > div { max-width: calc(256px * 0.4) !important; width: calc(256px * 0.4); height: calc(256px * 0.4); } } /*# sourceMappingURL=restrurent_details.css.map */
0.218336
0.059102
::after { content: ""; display: table; clear: both; } .wrapper { width: 1110px; margin: 0 auto; padding-top: 0; box-sizing: border-box; } .header { padding-top: 37px; padding-bottom: 50px; } .logo { display: block; text-transform: uppercase; font-family: "Roboto", sans-serif; font-size: 30px; text-decoration: none; display: block; float: left; color: #555252; font-weight: 300; } .logo::first-letter { font-family: "Roboto", sans-serif; color: #1abc9c; font-weight: 900; } .ul_header { margin: 0; padding: 0; width: 500px; float: right; } .li_header { display: block; height: 30px; float: left; line-height: 30px; } .a_header { line-height: 30px; font-family: "Open Sans", sans-serif; font-size: 14px; text-transform: uppercase; padding: 0 15px; text-decoration: none; color: #0f0101; display: block; font-weight: bold; } .a_header:hover { color: #1abc9c; } /*image*/ main{ background-color: #ccfaf1; } .wrapper_img { width: 100%; height: 600px; background-size: cover; position: relative; background-repeat: no-repeat; background-position: center; background-image: url(../image/slide1.png) } .section_relative { position: absolute; width: 75%; height: 120px; left: 50%; top: 50%; transform: translate(-50%, -50%); } .container { position: absolute; } .left { width: 100px; height: 100px; background-color: #1abc9c; opacity: 0.8; left: 0; position: absolute; padding: 0; border: 0; bottom: 0; font-size: 90px; color: #ffffff; } .right { width: 100px; height: 100px; background-color: #1abc9c; opacity: 0.8; right: 0; position: absolute; padding: 0; border: 0; font-size: 90px; color: #ffffff; bottom: 0; line-height: 100px; } .h1_text { font-size: 60px; color: #ffffff; font-family: "Roboto"; font-weight: 900; margin: 0; margin-bottom: 20px; } .p_text { font-size: 18px; color: #ffffff; font-family: "Roboto"; font-weight: 300; margin: 0; } .div_absolute { position: absolute; z-index: 2; left: 50%; transform: translate(-50%); width: 78%; } .span_button { position: absolute; left: 36px; top: -9px; } .wrapper_main { margin: 0 auto; max-width: 100%; } /*product*/ .product { margin: 0 auto; width: 1110px; padding-bottom: 50px; padding-top: 50px; } h2 { margin: 0; letter-spacing: -1px; font-size: 48px; line-height: 48px; text-align: center; text-transform: uppercase; font-family: "Roboto"; margin-bottom: 50px; color: #515151; } h2::after { margin: auto; margin-top: 30px; display: block; content: ''; width: 164px; height: 7px; background-color: #19bb9b; } .ul_product { padding: 0; margin: 0; } .ul_product li { position: relative; float: left; list-style: none; width: 255px; height: 322px; background-color: #e9effd; } .ul_product li:not(:nth-child(4n)) { margin-right: 30px; } .ul_product a { text-decoration: none; } .div_product { margin: 0; position: absolute; bottom: 0; width: 255px; height: 40px; background-color: #323232; font-size: 18px; line-height: 40px; color: rgb(255, 255, 255); text-transform: uppercase; } .ul_product div:hover p { background-color: #1abc9c; } p { margin: 0; } .name { width: 200px; float: left; text-align: center; font-family: "Roboto"; } .price { width: 55px; float: right; background-color: rgb(81, 81, 81); text-align: center; font-family: "Roboto"; } .price:before { content: "\FF04"; } .box { width: 235px; height: 260px; background-color: rgba(0, 0, 0, 0.549); position: absolute; display: none; border: 10px solid rgba(255, 255, 255, 0.7) } .li_product:hover .box { display: block; } .mini_box { width: 158px; height: 108px; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); } .box_mini { padding: 0; } .box_mini:hover { background-color: #1abc9c; } .box1 { background: transparent; width: 50px; height: 50px; background-image: url(../image/arrow.png); background-repeat: no-repeat; background-position: center; border: 1px solid #fff; } .box2 { background: transparent; background-image: url(../image/clock.png); width: 50px; height: 50px; background-repeat: no-repeat; background-position: center; border: 1px solid #fff; } .box3 { background: transparent; background-image: url(../image/heart.png); width: 50px; height: 50px; background-repeat: no-repeat; background-position: center; border: 1px solid #fff; } .box4 { background: transparent; background-image: url(../image/market.png); width: 158px; height: 50px; background-repeat: no-repeat; background-position: 8px; border: 1px solid #fff; background-color: rgba(0, 0, 0, 0.8); bottom: 0; position: absolute; } .span_bottom { font-size: 12px; color: #ffffff; font-family: "Roboto"; text-transform: uppercase; } .footer { height: 50px; margin: 0 auto; padding-top: 0; box-sizing: border-box; background: #323232; position: relative; } .p_footer { position: absolute; font-size: 16px; line-height: 28px; color: #fefefe; font-family: "Open Sans"; left: 50%; top: 50%; transform: translate(-50%, -50%); } .span_footer { color: #1abc9c; }
html-css/module-05/css/style.css
::after { content: ""; display: table; clear: both; } .wrapper { width: 1110px; margin: 0 auto; padding-top: 0; box-sizing: border-box; } .header { padding-top: 37px; padding-bottom: 50px; } .logo { display: block; text-transform: uppercase; font-family: "Roboto", sans-serif; font-size: 30px; text-decoration: none; display: block; float: left; color: #555252; font-weight: 300; } .logo::first-letter { font-family: "Roboto", sans-serif; color: #1abc9c; font-weight: 900; } .ul_header { margin: 0; padding: 0; width: 500px; float: right; } .li_header { display: block; height: 30px; float: left; line-height: 30px; } .a_header { line-height: 30px; font-family: "Open Sans", sans-serif; font-size: 14px; text-transform: uppercase; padding: 0 15px; text-decoration: none; color: #0f0101; display: block; font-weight: bold; } .a_header:hover { color: #1abc9c; } /*image*/ main{ background-color: #ccfaf1; } .wrapper_img { width: 100%; height: 600px; background-size: cover; position: relative; background-repeat: no-repeat; background-position: center; background-image: url(../image/slide1.png) } .section_relative { position: absolute; width: 75%; height: 120px; left: 50%; top: 50%; transform: translate(-50%, -50%); } .container { position: absolute; } .left { width: 100px; height: 100px; background-color: #1abc9c; opacity: 0.8; left: 0; position: absolute; padding: 0; border: 0; bottom: 0; font-size: 90px; color: #ffffff; } .right { width: 100px; height: 100px; background-color: #1abc9c; opacity: 0.8; right: 0; position: absolute; padding: 0; border: 0; font-size: 90px; color: #ffffff; bottom: 0; line-height: 100px; } .h1_text { font-size: 60px; color: #ffffff; font-family: "Roboto"; font-weight: 900; margin: 0; margin-bottom: 20px; } .p_text { font-size: 18px; color: #ffffff; font-family: "Roboto"; font-weight: 300; margin: 0; } .div_absolute { position: absolute; z-index: 2; left: 50%; transform: translate(-50%); width: 78%; } .span_button { position: absolute; left: 36px; top: -9px; } .wrapper_main { margin: 0 auto; max-width: 100%; } /*product*/ .product { margin: 0 auto; width: 1110px; padding-bottom: 50px; padding-top: 50px; } h2 { margin: 0; letter-spacing: -1px; font-size: 48px; line-height: 48px; text-align: center; text-transform: uppercase; font-family: "Roboto"; margin-bottom: 50px; color: #515151; } h2::after { margin: auto; margin-top: 30px; display: block; content: ''; width: 164px; height: 7px; background-color: #19bb9b; } .ul_product { padding: 0; margin: 0; } .ul_product li { position: relative; float: left; list-style: none; width: 255px; height: 322px; background-color: #e9effd; } .ul_product li:not(:nth-child(4n)) { margin-right: 30px; } .ul_product a { text-decoration: none; } .div_product { margin: 0; position: absolute; bottom: 0; width: 255px; height: 40px; background-color: #323232; font-size: 18px; line-height: 40px; color: rgb(255, 255, 255); text-transform: uppercase; } .ul_product div:hover p { background-color: #1abc9c; } p { margin: 0; } .name { width: 200px; float: left; text-align: center; font-family: "Roboto"; } .price { width: 55px; float: right; background-color: rgb(81, 81, 81); text-align: center; font-family: "Roboto"; } .price:before { content: "\FF04"; } .box { width: 235px; height: 260px; background-color: rgba(0, 0, 0, 0.549); position: absolute; display: none; border: 10px solid rgba(255, 255, 255, 0.7) } .li_product:hover .box { display: block; } .mini_box { width: 158px; height: 108px; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); } .box_mini { padding: 0; } .box_mini:hover { background-color: #1abc9c; } .box1 { background: transparent; width: 50px; height: 50px; background-image: url(../image/arrow.png); background-repeat: no-repeat; background-position: center; border: 1px solid #fff; } .box2 { background: transparent; background-image: url(../image/clock.png); width: 50px; height: 50px; background-repeat: no-repeat; background-position: center; border: 1px solid #fff; } .box3 { background: transparent; background-image: url(../image/heart.png); width: 50px; height: 50px; background-repeat: no-repeat; background-position: center; border: 1px solid #fff; } .box4 { background: transparent; background-image: url(../image/market.png); width: 158px; height: 50px; background-repeat: no-repeat; background-position: 8px; border: 1px solid #fff; background-color: rgba(0, 0, 0, 0.8); bottom: 0; position: absolute; } .span_bottom { font-size: 12px; color: #ffffff; font-family: "Roboto"; text-transform: uppercase; } .footer { height: 50px; margin: 0 auto; padding-top: 0; box-sizing: border-box; background: #323232; position: relative; } .p_footer { position: absolute; font-size: 16px; line-height: 28px; color: #fefefe; font-family: "Open Sans"; left: 50%; top: 50%; transform: translate(-50%, -50%); } .span_footer { color: #1abc9c; }
0.255529
0.055031
html, body, .particles-js { width: 100%; height: 100%; } body { background: url('../img/footer_lodyas.png'); font-family: 'Merriweather', serif; margin: 0; overflow: hidden; z-index: 10; } #canvas2 { position: absolute; width: 600px; height: 188px; left: -303px; z-index: 1; pointer-events: none; } .particles-js { position: absolute; } #gold-block { font-family: 'Cinzel', serif; } .monster-action .options-holder > div { font-family: 'Cinzel'; } .no-select { -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } #top-block { text-align: center; width: 100%; position: absolute; top: 0; z-index: 50; } #mick-block { position: absolute; width: 600px; left: -300px; height: 193px; /*background: #314757;*/ } #mick-block-inner { position: absolute; width: 0; left: 50%; height: 176px; padding-top: 40px; } #click_zone { text-align: center; margin-top: 100px; } #mick { cursor: pointer; position: absolute; left: -48px; width: 96px; height: 96px; background: url('../img/mick96.png?v=2'); z-index: 10; } #mick-ground { position: absolute; width: 328px; left: -164px; height: 48px; background: url('../img/mick-ground96.png?v=2'); margin-top: 72px; z-index: 1; } #mick:hover { -webkit-filter: brightness(1.1); } #mick:active { -webkit-filter: brightness(1.1); background: url('../img/mick_active96.png?v=2'); } .ctm-button { width: 153px; height: 51px; background: url('../img/menus/clicktheminion.png'); background-position: 0px 0px; cursor: pointer; } .ctm-button:hover { background-position: 0px -51px; } .ctm-button:active { background-position: 0px 51px; } #ctm-button-top { position: absolute; top: 98px; left: -76px; } #ctm-button-top { } #gold-block, #options-button, #gold-left-button { position: absolute; height: 35px; top: 60px; z-index: 100; } #gold-block { color: #fdeca3; font-size: 24px; line-height: 29px; /*text-shadow: -1px 0 #7b3505, 0 1px #7b3505, 1px 0 #7b3505, 0 -1px #7B3505;*//*Too sharp*/ text-shadow: -2px 0 rgba(123, 53, 5, 0.5), 0 2px rgba(123, 53, 5, 0.5), 2px 0 rgba(123, 53, 5, 0.5), 0 -2px rgba(123, 53, 5, 0.5); width: 648px; left: -324px; background: url('../img/menus/goldbar.png?v=2') repeat-x; } #goldpersecond-text { position: absolute; right: 7px; top: 4px; font-size: 15px; } #goldpersecond-text small { font-size: 10px; } #goldpower-text { position: absolute; left: 7px; top: 4px; font-size: 15px; } #gold-text .e29, .e30{ font-size: 23px; } #gold-text .e31{ font-size: 22px; } #gold-text .e32, .e33{ font-size: 21px; } #options-button { width: 38px; left: 326px; cursor: pointer; background: url('../img/options.png?v=2') no-repeat; } #gold-left-button { width: 38px; right: 326px; cursor: pointer; background: url('../img/menus/left-button.gif?v=2') no-repeat; } #gold-sprite, #gold-text { margin-top: 4px; display: inline-block; height: 100%; vertical-align: middle; } #gold-sprite { } #main-block { /* position: absolute; */ text-align: center; height: 100%; /* padding-top: 176px; */ right: 0; bottom: 0; left: 0; z-index: 10; /* overflow-y: scroll; */ } #main-block > .middle-absolute { top: 60px; height: auto; bottom: 0; } #main-inner { position: relative; height: 100%; width: 600px; margin-left: -2304px; /*Can scroll on the whole width*/ overflow-y: scroll; padding-right: 2000px; padding-left: 2000px; } #middle-ctn { position: relative; /* display: inline-block; */ text-align: left; width: 100%; /* max-width: 622px; */ /* padding-right: 49px; */ right: 0; bottom: 0; left: 0; background: #06161c; border: solid 1px #2B505F; padding: 8px; padding-top: 40px; /* padding-right: 28px; */ margin-bottom: 200px; } .middle-title { text-align: center; /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#15424c+0,15424c+100&0+0,1+30,1+70,0+100 */ background: -moz-linear-gradient(left, rgba(21,66,76,0) 0%, rgba(21,66,76,1) 30%, rgba(21,66,76,1) 70%, rgba(21,66,76,0) 100%); /* FF3.6-15 */ background: -webkit-linear-gradient(left, rgba(21,66,76,0) 0%,rgba(21,66,76,1) 30%,rgba(21,66,76,1) 70%,rgba(21,66,76,0) 100%); /* Chrome10-25,Safari5.1-6 */ background: linear-gradient(to right, rgba(21,66,76,0) 0%,rgba(21,66,76,1) 30%,rgba(21,66,76,1) 70%,rgba(21,66,76,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0015424c', endColorstr='#0015424c',GradientType=1 ); /* IE6-9 */ } .middle-title { color: #F1D880; } .middle-title > h3 { font-weight: normal; font-size: 20px; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; border-bottom: solid 1px rgba(241, 216, 121, 0.09); border-top: solid 1px rgba(241, 216, 121, 0.09); } .tb-ctn { font-size: 0px; -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } .champ-tbn { font-size: 14px; color: white; text-align: center; line-height: 100px; text-shadow: -2px 0 black, 0 2px black, 2px 0 black, 0 -2px black; cursor: pointer; width: 60px; height: 60px; background-size: 60px 60px !important; display: inline-block; margin: 0; padding: 0; border: 1px double #1a2731; } .grey { -webkit-filter: grayscale(1); } .monster-action:hover .hover-glow, .hover-glow:hover { -webkit-filter: brightness(1.1); } .hover-glow.grey:hover { -webkit-filter: brightness(1.1) grayscale(0.8); } #mobs-ctn { font-size: 0; } .frame { display: inline-block; width: 48px; height: 48px; background: url('../img/frame.png'); background-size: 48px 48px; } .mob-ctn { margin: 6px; width: 36px; height: 36px; cursor: pointer; background-size: 36px 36px !important; } #monsters-ctn { text-align: center; padding-bottom: 5px; padding-top: 5px; } .monster-ctn { display: inline-block; width: 250px; height: 100px; border: solid white 1px; } .sprite-ctn { background: black; display: inline-block; height: 50px; width: 50px; cursor: pointer; -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } .monster-action .sprite-ctn { width: 120px; height: 100px; background-size: 120px 120px; } .monster-action .sprite-ctn.poro {background: url('../img/icons/monster-menu-poro.png');margin-top: -20px;} .monster-action .sprite-ctn.wolf {background: url('../img/icons/monster-menu-wolf.png');margin-top: -18px;} .monster-action .sprite-ctn.raptor {background: url('../img/icons/monster-menu-raptor.png');margin-top: -20px;} .monster-action .sprite-ctn.krug {background: url('../img/icons/monster-menu-krug.png');margin-top: -35px;} .monster-action .sprite-ctn.gromp {background: url('../img/icons/monster-menu-gromp.png');margin-top: -15px;} .monster-action .sprite-ctn.blue {background: url('../img/icons/monster-menu-blue.png');margin-top: -8px;} .monster-action .sprite-ctn.red {background: url('../img/icons/monster-menu-red.png');margin-top: -1px;} .monster-action .sprite-ctn.dragon {background: url('../img/icons/monster-menu-dragon.png');margin-top: -15px;} .monster-action .sprite-ctn.vilemaw {background: url('../img/icons/monster-menu-vilemaw.png');margin-top: -11px;} .monster-action .sprite-ctn.nashor {background: url('../img/icons/monster-menu-nashor.png');margin-top: -17px;} .monster-action.unaffordable .sprite-ctn.poro {background: url('../img/icons/monster-menu-poro-bw.png');} .monster-action.unaffordable .sprite-ctn.wolf {background: url('../img/icons/monster-menu-wolf-bw.png');} .monster-action.unaffordable .sprite-ctn.raptor {background: url('../img/icons/monster-menu-raptor-bw.png');} .monster-action.unaffordable .sprite-ctn.krug {background: url('../img/icons/monster-menu-krug-bw.png');} .monster-action.unaffordable .sprite-ctn.gromp {background: url('../img/icons/monster-menu-gromp-bw.png');} .monster-action.unaffordable .sprite-ctn.blue {background: url('../img/icons/monster-menu-blue-bw.png');} .monster-action.unaffordable .sprite-ctn.red {background: url('../img/icons/monster-menu-red-bw.png');} .monster-action.unaffordable .sprite-ctn.dragon {background: url('../img/icons/monster-menu-dragon-bw.png');} .monster-action.unaffordable .sprite-ctn.vilemaw {background: url('../img/icons/monster-menu-vilemaw-bw.png');} .monster-action.unaffordable .sprite-ctn.nashor {background: url('../img/icons/monster-menu-nashor-bw.png');} .monster-action:hover .sprite-ctn {margin-top: 0;} #monster-recap .sprite-ctn { width: 40px; height: 40px; /* margin-bottom: -17px; */ background-size: 40px 40px; } #monster-recap .sprite-ctn.poro { background: url('../img/icons/recap-icon-poro.png');} #monster-recap .sprite-ctn.blue { background: url('../img/icons/recap-icon-blue.png');} #monster-recap .sprite-ctn.wolf { background: url('../img/icons/recap-icon-wolf.png');} #monster-recap .sprite-ctn.raptor { background: url('../img/icons/recap-icon-raptor.png');} #monster-recap .sprite-ctn.krug { background: url('../img/icons/recap-icon-krug.png');} #monster-recap .sprite-ctn.red { background: url('../img/icons/recap-icon-red.png');} #monster-recap .sprite-ctn.gromp { background: url('../img/icons/recap-icon-gromp.png');} #monster-recap .sprite-ctn.dragon { background: url('../img/icons/recap-icon-dragon.png');} #monster-recap .sprite-ctn.vilemaw {background: url('../img/icons/recap-icon-vilemaw.png');} #monster-recap .sprite-ctn.nashor { background: url('../img/icons/recap-icon-nashor.png');} .monster-action { position: relative; height: 45px; width: 100%; text-align: left; cursor: pointer; line-height: 5px; margin-bottom: 9px; z-index: 0; } .monster-action .crop { position: relative; /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#15434d+0,042932+74,041d23+90,041d23+100 */ background: #15434d; /* Old browsers */ /*background: -moz-linear-gradient(top, #15434d 0%, #042932 74%, #041d23 90%, #041d23 100%); /* FF3.6-15 */ /*background: -webkit-linear-gradient(top, #15434d 0%,#042932 74%,#041d23 90%,#041d23 100%); /* Chrome10-25,Safari5.1-6 */ background: linear-gradient(-30deg, #15434d 0%,#042932 74%,#041d23 90%,#041d23 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#15434d', endColorstr='#041d23',GradientType=0 ); /* IE6-9 */ width: 100%; height: 100%; border: 2px solid #746744; border-radius: 10px 0px; overflow: hidden; z-index: 0; } .monster-action.unaffordable .crop{ border-color: #6a6760; background: -moz-linear-gradient(top, #2d3637 0%, #181e20 74%, #121718 90%, #121718 100%); /* FF3.6-15 */ background: -webkit-linear-gradient(top, #2d3637 0%,#181e20 74%,#121718 90%,#121718 100%); /* Chrome10-25,Safari5.1-6 */ background: linear-gradient(to bottom, #2d3637 0%,#181e20 74%,#121718 90%,#121718 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2d3637', endColorstr='#121718',GradientType=0 ); /* IE6-9 */ } .monster-action.unaffordable, .recap-holder .sprite-ctn.unaffordable { /*-webkit-filter: grayscale(0.8); filter: grayscale(0.8);*/ } .monster-action:hover { border-color: #B9A14D; height: 100px; margin-bottom: -21px; margin-top: -25px; z-index: 100; } .monster-action:hover .crop{ border-color: #B9A14D; border-radius: 10px 10px 30px 30px; } .image-holder { width: 20%; height: 100%; text-align: center; position: absolute; overflow: hidden; left: 0; background: rgba(0,0,0,0.1); border-right: 1px solid #1b2b36; } .description-holder { text-align: justify; position: absolute; width: 60%; height: 100%; top: 0px; left: 21%; padding-left: 1%; padding-right: 1%; background: rgba(0,0,0,0.1); } .monster-action:hover .description-holder { width: 56%; top: -5px; left: 21%; background: none; } .monster-action .action-name { color: #F1D880; font-size: 17px; line-height: 2px; margin-top: 12px; margin-bottom: 12px; display: inline-block; }.monster-action.unaffordable .action-name{ color: #dcd7c6; }.monster-action:hover .action-name { font-size: 18px; line-height: 19px; display: inline-block; } .monster-action .action-desc { display: inline; color: #5D8188; font-style: italic; font-size: 12px; line-height: 12px; height: 24px; margin-top: -9px; } .monster-action.unaffordable .action-desc { color: #697072; } .monster-action:hover .action-desc { display: block; color: #AAA; font-style: italic; font-size: 13px; line-height: 13px; height: 24px; margin-top: -9px; } .monster-action .action-qty { position: absolute; top: -4px; left: 103%; color: #808080; font-size: 14px; text-shadow: -2px 0 rgba(2, 46, 60, 0.5), 0 2px rgba(2, 46, 60, 0.5), 2px 0 rgba(2, 46, 60, 0.5), 0 -2px rgba(2, 46, 60, 0.5); font-family: 'Cinzel'; width: 200px; } .monster-action:hover .action-qty { position: relative; display: inline-block; left: auto; top: auto; width: auto; margin-left: 5px; top: -1px; } .monster-action .action-qty small { color: #54747D; } .monster-action.unaffordable .action-qty small { color: #676767; } .monster-action .action-price { position: absolute; left: 103%; top: 65px; color: #FFEEB6; font-size: 14px; margin-top: -37px; margin-right: -109px; text-shadow: -2px 0 rgba(2, 46, 60, 0.5), 0 2px rgba(2, 46, 60, 0.5), 2px 0 rgba(2, 46, 60, 0.5), 0 -2px rgba(2, 46, 60, 0.5); font-family: 'Cinzel'; } .monster-action.unaffordable .action-price, .action-price.unaffordable { color: #E05B44; } .monster-action:hover .action-price { text-align: right; top: 56px; font-size: 18px; margin-right: auto; right: 1%; left: auto; } .monster-action .action-price.refund { color: #32E081; } .monster-action:hover .action-buy { display: block; color: rgb(116, 103, 68); font-family: 'Cinzel',serif; position: absolute; left: 111px; bottom: -3px; font-weight: 700; font-size: 13px; text-shadow: 0px 0px 1px #3A3726; } .monster-action .action-buy { display: none; } .monster-action .action-benefit { color: lightgreen; font-size: 18px; } .position-relative { position: relative; top: -50%; } .monster-action .options-holder { position: absolute; width: 20%; height: 100%; right: 0; visibility: hidden; border-left: 1px solid #1b2b36; } .monster-action .options-holder > div { height: 25%; width: 100%; position: relative; background: rgba(0,0,0,0.2); color: #746744; text-align: center; vertical-align: middle; line-height: 25px; font-size: 14px; font-weight: bold; font-family: 'Cinzel'; } .monster-action .options-holder > div:hover { background: rgba(0,0,0,0.3); color: rgb(185, 161, 77); } .monster-action:hover .options-holder { visibility: visible; } .description-holder .opt { display: none; } /* Monster overlay */ .monster-overlay { pointer-events: none; display: none; position: absolute; background: #123c45; background: linear-gradient(to right, rgba(14, 48, 56, 0.75) 0%,rgb(14, 48, 56) 30%,rgba(14,48,56,1) 70%,rgba(14,48,56,0.75) 100%); border: 1px solid #746744; bottom: 110px; width: 300px; left: 150px; border-radius: 200px 200px 50px 50px; padding: 5px; z-index: 10; text-align: center; } .monster-overlay:after { content: ""; position: absolute; width: 28px; height: 19px; left: 141px; bottom: -16px; background: url('../img/sprites/spriteoverlay-cursor.png'); } .monster-action:hover .monster-overlay { display: block; } .monster-action.unaffordable .monster-overlay { /*display: none;*/ } .monster-overlay .title { color: #C18958; width: 80%; display: inline-block; font-size: 16px; border-bottom: 1px solid rgba(153, 191, 176, 0.12); line-height: 18px; padding-bottom: 2px; } .monster-overlay p { color: #808080; } .monster-overlay p .gold { color: #FFEEB6; } /* UTILS*/ .middle-absolute { position: absolute; height: 100%; width: 0; left: 50%; top: 0; } .middle-relative { position: relative; padding-top: 176px; height: 100%; width: 0; left: 50%; } /* MONSTER RECAP */ .right-panel-title { position: absolute; left: 307px; top: 220px; color: #fdeca3; font-family: 'Cinzel'; font-size: 19px; width: 200px; } #monster-recap { position: relative; display: block; font-size: 16px; top: 249px; left: 306px; z-index: 200; } #monster-recap .sprite-ctn{ display: inline-block; position: relative; } #monster-recap .recap-holder { margin-bottom: -24px; min-height: 36px; } .recap-holder.odd { margin-left: 17px; } #monster-recap .recap-holder.odd .sprite-ctn { margin-left: 20px; } #monster-recap .recap-quantity { position: relative; top: -11px; /* left: -35px; */ font-size: 16px; color: #EFE4B5; text-shadow: -2px 0 rgba(0, 0, 0, 0.5), 0 2px rgba(0, 0, 0, 0.5), 2px 0 rgba(0, 0, 0, 0.5), 0 -2px rgba(0, 0, 0, 0.5); } #monster-recap .recap-gps { position: absolute; top: 0px; left: -8px; margin: 0px; color: #6B8496; display: none; font-size: 12px; } #monster-recap .recap-info-holder { text-align: center; position: absolute; width: 100px; height: 0; top: 50%; left: -30px; /* display: none; */ } #monster-recap .recap-gold { color: #B1A060; font-size: 12px; } #enchants-ctn { text-align: center; min-height: 52px; } #enchants-ctn .enchant-holder { display: inline-block; width: 24px; height: 45px; } #enchants-ctn .enchant-holder:hover { cursor: pointer; width: 36px; height: 69px; margin-left: -6px; margin-right: -6px; margin-bottom: -12px; margin-top: -12px; position: relative; z-index: 50; } #enchants-ctn .enchant-holder .oval { border: 1px solid #746744; width: 100%; height: 100%; border-radius: 23px; overflow: hidden; position: relative; } #enchants-ctn .enchant-holder:hover .oval { border-color: #B9A14D; position: absolute; z-index: 5; } #enchants-ctn .enchant-holder.affordable .oval { border-color: #36B538; } #enchants-ctn .enchant-holder.locked .oval .sprite-bg:before { content: ""; position: absolute; background: rgba(0,0,0,0.6); width: 100%; height: 100%; z-index: 20; left: 0; top: 0; } #enchants-ctn .enchant-holder.affordable.locked .oval .sprite-bg:before { background: rgba(0,0,0,0.4); z-index: 12; } #enchants-ctn .enchant-holder.locked .oval .sprite-bg:after { content: ""; position: absolute; background: url('../img/sprites/upgrade-lock.png'); width: 24px; height: 28px; background-size: 24px 28px; z-index: 15; left: 17%; top: 40%; } #enchants-ctn .enchant-holder .sprite-bg { height: 100%; width: 100%; zoom: 67%; background: linear-gradient(#30204A,#171008); overflow: hidden; } #enchants-ctn .enchant-holder:hover .sprite-bg { zoom: 100%; } #enchants-ctn .enchant-holder .sprite-overlay { display: none; } #enchants-ctn .enchant-holder:hover .sprite-overlay { display: block; position: absolute; background: #123c45; background: linear-gradient(to right, rgba(14, 48, 56, 0.75) 0%,rgb(14, 48, 56) 30%,rgba(14,48,56,1) 70%,rgba(14,48,56,0.75) 100%); border: 1px solid #746744; bottom: 81px; width: 300px; left: -137px; border-radius: 5px 5px 80px 80px; padding-top: 18px; z-index: 10; } #enchants-ctn .enchant-holder:hover .sprite-overlay:after { content: ""; position: absolute; width: 28px; height: 19px; left: 141px; bottom: -16px; background: url('../img/sprites/spriteoverlay-cursor.png'); } #enchants-ctn .enchant-holder .sprite-overlay .title { position: absolute; display: block; height: 24px; width: 200px; border-radius: 5px; padding-top: 4px; left: 53px; top: -15px; border: 1px solid #746744; background: #081E23; color: #D5C484; font-size: 16px; } #enchants-ctn .enchant-holder .sprite-overlay .description { color: #88B9A1; margin-top: 5px; font-size: 16px; margin-bottom: 16px; } #enchants-ctn .enchant-holder.locked .sprite-overlay .description { margin-bottom: 0px; } #enchants-ctn .enchant-holder .sprite-overlay .description strong { color: #C0E8D5; } #enchants-ctn .enchant-holder .sprite-overlay .price { color: #E05B44; font-size: 16px; margin-top: 5px; margin-bottom: 2px; } #enchants-ctn .enchant-holder.affordable .sprite-overlay .price { color: #E9D880; } #enchants-ctn .enchant-holder .sprite-overlay .tip { color: #A27227; font-size: 12px; margin-top: 7px; } .middle-section { } #ctm-section { text-align: center; } #ctm-section .ctm-button { display: inline-block; } .middle-subtitle { text-align: center; color: #817F3C; font-weight: normal; font-size: 15px; font-style: italic; } .middle-tip { text-align: center; color: #A27227; font-weight: normal; font-size: 12px; } .display-none { display: none; }
lolipop/css/lolipop.css
html, body, .particles-js { width: 100%; height: 100%; } body { background: url('../img/footer_lodyas.png'); font-family: 'Merriweather', serif; margin: 0; overflow: hidden; z-index: 10; } #canvas2 { position: absolute; width: 600px; height: 188px; left: -303px; z-index: 1; pointer-events: none; } .particles-js { position: absolute; } #gold-block { font-family: 'Cinzel', serif; } .monster-action .options-holder > div { font-family: 'Cinzel'; } .no-select { -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } #top-block { text-align: center; width: 100%; position: absolute; top: 0; z-index: 50; } #mick-block { position: absolute; width: 600px; left: -300px; height: 193px; /*background: #314757;*/ } #mick-block-inner { position: absolute; width: 0; left: 50%; height: 176px; padding-top: 40px; } #click_zone { text-align: center; margin-top: 100px; } #mick { cursor: pointer; position: absolute; left: -48px; width: 96px; height: 96px; background: url('../img/mick96.png?v=2'); z-index: 10; } #mick-ground { position: absolute; width: 328px; left: -164px; height: 48px; background: url('../img/mick-ground96.png?v=2'); margin-top: 72px; z-index: 1; } #mick:hover { -webkit-filter: brightness(1.1); } #mick:active { -webkit-filter: brightness(1.1); background: url('../img/mick_active96.png?v=2'); } .ctm-button { width: 153px; height: 51px; background: url('../img/menus/clicktheminion.png'); background-position: 0px 0px; cursor: pointer; } .ctm-button:hover { background-position: 0px -51px; } .ctm-button:active { background-position: 0px 51px; } #ctm-button-top { position: absolute; top: 98px; left: -76px; } #ctm-button-top { } #gold-block, #options-button, #gold-left-button { position: absolute; height: 35px; top: 60px; z-index: 100; } #gold-block { color: #fdeca3; font-size: 24px; line-height: 29px; /*text-shadow: -1px 0 #7b3505, 0 1px #7b3505, 1px 0 #7b3505, 0 -1px #7B3505;*//*Too sharp*/ text-shadow: -2px 0 rgba(123, 53, 5, 0.5), 0 2px rgba(123, 53, 5, 0.5), 2px 0 rgba(123, 53, 5, 0.5), 0 -2px rgba(123, 53, 5, 0.5); width: 648px; left: -324px; background: url('../img/menus/goldbar.png?v=2') repeat-x; } #goldpersecond-text { position: absolute; right: 7px; top: 4px; font-size: 15px; } #goldpersecond-text small { font-size: 10px; } #goldpower-text { position: absolute; left: 7px; top: 4px; font-size: 15px; } #gold-text .e29, .e30{ font-size: 23px; } #gold-text .e31{ font-size: 22px; } #gold-text .e32, .e33{ font-size: 21px; } #options-button { width: 38px; left: 326px; cursor: pointer; background: url('../img/options.png?v=2') no-repeat; } #gold-left-button { width: 38px; right: 326px; cursor: pointer; background: url('../img/menus/left-button.gif?v=2') no-repeat; } #gold-sprite, #gold-text { margin-top: 4px; display: inline-block; height: 100%; vertical-align: middle; } #gold-sprite { } #main-block { /* position: absolute; */ text-align: center; height: 100%; /* padding-top: 176px; */ right: 0; bottom: 0; left: 0; z-index: 10; /* overflow-y: scroll; */ } #main-block > .middle-absolute { top: 60px; height: auto; bottom: 0; } #main-inner { position: relative; height: 100%; width: 600px; margin-left: -2304px; /*Can scroll on the whole width*/ overflow-y: scroll; padding-right: 2000px; padding-left: 2000px; } #middle-ctn { position: relative; /* display: inline-block; */ text-align: left; width: 100%; /* max-width: 622px; */ /* padding-right: 49px; */ right: 0; bottom: 0; left: 0; background: #06161c; border: solid 1px #2B505F; padding: 8px; padding-top: 40px; /* padding-right: 28px; */ margin-bottom: 200px; } .middle-title { text-align: center; /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#15424c+0,15424c+100&0+0,1+30,1+70,0+100 */ background: -moz-linear-gradient(left, rgba(21,66,76,0) 0%, rgba(21,66,76,1) 30%, rgba(21,66,76,1) 70%, rgba(21,66,76,0) 100%); /* FF3.6-15 */ background: -webkit-linear-gradient(left, rgba(21,66,76,0) 0%,rgba(21,66,76,1) 30%,rgba(21,66,76,1) 70%,rgba(21,66,76,0) 100%); /* Chrome10-25,Safari5.1-6 */ background: linear-gradient(to right, rgba(21,66,76,0) 0%,rgba(21,66,76,1) 30%,rgba(21,66,76,1) 70%,rgba(21,66,76,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0015424c', endColorstr='#0015424c',GradientType=1 ); /* IE6-9 */ } .middle-title { color: #F1D880; } .middle-title > h3 { font-weight: normal; font-size: 20px; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; border-bottom: solid 1px rgba(241, 216, 121, 0.09); border-top: solid 1px rgba(241, 216, 121, 0.09); } .tb-ctn { font-size: 0px; -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } .champ-tbn { font-size: 14px; color: white; text-align: center; line-height: 100px; text-shadow: -2px 0 black, 0 2px black, 2px 0 black, 0 -2px black; cursor: pointer; width: 60px; height: 60px; background-size: 60px 60px !important; display: inline-block; margin: 0; padding: 0; border: 1px double #1a2731; } .grey { -webkit-filter: grayscale(1); } .monster-action:hover .hover-glow, .hover-glow:hover { -webkit-filter: brightness(1.1); } .hover-glow.grey:hover { -webkit-filter: brightness(1.1) grayscale(0.8); } #mobs-ctn { font-size: 0; } .frame { display: inline-block; width: 48px; height: 48px; background: url('../img/frame.png'); background-size: 48px 48px; } .mob-ctn { margin: 6px; width: 36px; height: 36px; cursor: pointer; background-size: 36px 36px !important; } #monsters-ctn { text-align: center; padding-bottom: 5px; padding-top: 5px; } .monster-ctn { display: inline-block; width: 250px; height: 100px; border: solid white 1px; } .sprite-ctn { background: black; display: inline-block; height: 50px; width: 50px; cursor: pointer; -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } .monster-action .sprite-ctn { width: 120px; height: 100px; background-size: 120px 120px; } .monster-action .sprite-ctn.poro {background: url('../img/icons/monster-menu-poro.png');margin-top: -20px;} .monster-action .sprite-ctn.wolf {background: url('../img/icons/monster-menu-wolf.png');margin-top: -18px;} .monster-action .sprite-ctn.raptor {background: url('../img/icons/monster-menu-raptor.png');margin-top: -20px;} .monster-action .sprite-ctn.krug {background: url('../img/icons/monster-menu-krug.png');margin-top: -35px;} .monster-action .sprite-ctn.gromp {background: url('../img/icons/monster-menu-gromp.png');margin-top: -15px;} .monster-action .sprite-ctn.blue {background: url('../img/icons/monster-menu-blue.png');margin-top: -8px;} .monster-action .sprite-ctn.red {background: url('../img/icons/monster-menu-red.png');margin-top: -1px;} .monster-action .sprite-ctn.dragon {background: url('../img/icons/monster-menu-dragon.png');margin-top: -15px;} .monster-action .sprite-ctn.vilemaw {background: url('../img/icons/monster-menu-vilemaw.png');margin-top: -11px;} .monster-action .sprite-ctn.nashor {background: url('../img/icons/monster-menu-nashor.png');margin-top: -17px;} .monster-action.unaffordable .sprite-ctn.poro {background: url('../img/icons/monster-menu-poro-bw.png');} .monster-action.unaffordable .sprite-ctn.wolf {background: url('../img/icons/monster-menu-wolf-bw.png');} .monster-action.unaffordable .sprite-ctn.raptor {background: url('../img/icons/monster-menu-raptor-bw.png');} .monster-action.unaffordable .sprite-ctn.krug {background: url('../img/icons/monster-menu-krug-bw.png');} .monster-action.unaffordable .sprite-ctn.gromp {background: url('../img/icons/monster-menu-gromp-bw.png');} .monster-action.unaffordable .sprite-ctn.blue {background: url('../img/icons/monster-menu-blue-bw.png');} .monster-action.unaffordable .sprite-ctn.red {background: url('../img/icons/monster-menu-red-bw.png');} .monster-action.unaffordable .sprite-ctn.dragon {background: url('../img/icons/monster-menu-dragon-bw.png');} .monster-action.unaffordable .sprite-ctn.vilemaw {background: url('../img/icons/monster-menu-vilemaw-bw.png');} .monster-action.unaffordable .sprite-ctn.nashor {background: url('../img/icons/monster-menu-nashor-bw.png');} .monster-action:hover .sprite-ctn {margin-top: 0;} #monster-recap .sprite-ctn { width: 40px; height: 40px; /* margin-bottom: -17px; */ background-size: 40px 40px; } #monster-recap .sprite-ctn.poro { background: url('../img/icons/recap-icon-poro.png');} #monster-recap .sprite-ctn.blue { background: url('../img/icons/recap-icon-blue.png');} #monster-recap .sprite-ctn.wolf { background: url('../img/icons/recap-icon-wolf.png');} #monster-recap .sprite-ctn.raptor { background: url('../img/icons/recap-icon-raptor.png');} #monster-recap .sprite-ctn.krug { background: url('../img/icons/recap-icon-krug.png');} #monster-recap .sprite-ctn.red { background: url('../img/icons/recap-icon-red.png');} #monster-recap .sprite-ctn.gromp { background: url('../img/icons/recap-icon-gromp.png');} #monster-recap .sprite-ctn.dragon { background: url('../img/icons/recap-icon-dragon.png');} #monster-recap .sprite-ctn.vilemaw {background: url('../img/icons/recap-icon-vilemaw.png');} #monster-recap .sprite-ctn.nashor { background: url('../img/icons/recap-icon-nashor.png');} .monster-action { position: relative; height: 45px; width: 100%; text-align: left; cursor: pointer; line-height: 5px; margin-bottom: 9px; z-index: 0; } .monster-action .crop { position: relative; /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#15434d+0,042932+74,041d23+90,041d23+100 */ background: #15434d; /* Old browsers */ /*background: -moz-linear-gradient(top, #15434d 0%, #042932 74%, #041d23 90%, #041d23 100%); /* FF3.6-15 */ /*background: -webkit-linear-gradient(top, #15434d 0%,#042932 74%,#041d23 90%,#041d23 100%); /* Chrome10-25,Safari5.1-6 */ background: linear-gradient(-30deg, #15434d 0%,#042932 74%,#041d23 90%,#041d23 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#15434d', endColorstr='#041d23',GradientType=0 ); /* IE6-9 */ width: 100%; height: 100%; border: 2px solid #746744; border-radius: 10px 0px; overflow: hidden; z-index: 0; } .monster-action.unaffordable .crop{ border-color: #6a6760; background: -moz-linear-gradient(top, #2d3637 0%, #181e20 74%, #121718 90%, #121718 100%); /* FF3.6-15 */ background: -webkit-linear-gradient(top, #2d3637 0%,#181e20 74%,#121718 90%,#121718 100%); /* Chrome10-25,Safari5.1-6 */ background: linear-gradient(to bottom, #2d3637 0%,#181e20 74%,#121718 90%,#121718 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2d3637', endColorstr='#121718',GradientType=0 ); /* IE6-9 */ } .monster-action.unaffordable, .recap-holder .sprite-ctn.unaffordable { /*-webkit-filter: grayscale(0.8); filter: grayscale(0.8);*/ } .monster-action:hover { border-color: #B9A14D; height: 100px; margin-bottom: -21px; margin-top: -25px; z-index: 100; } .monster-action:hover .crop{ border-color: #B9A14D; border-radius: 10px 10px 30px 30px; } .image-holder { width: 20%; height: 100%; text-align: center; position: absolute; overflow: hidden; left: 0; background: rgba(0,0,0,0.1); border-right: 1px solid #1b2b36; } .description-holder { text-align: justify; position: absolute; width: 60%; height: 100%; top: 0px; left: 21%; padding-left: 1%; padding-right: 1%; background: rgba(0,0,0,0.1); } .monster-action:hover .description-holder { width: 56%; top: -5px; left: 21%; background: none; } .monster-action .action-name { color: #F1D880; font-size: 17px; line-height: 2px; margin-top: 12px; margin-bottom: 12px; display: inline-block; }.monster-action.unaffordable .action-name{ color: #dcd7c6; }.monster-action:hover .action-name { font-size: 18px; line-height: 19px; display: inline-block; } .monster-action .action-desc { display: inline; color: #5D8188; font-style: italic; font-size: 12px; line-height: 12px; height: 24px; margin-top: -9px; } .monster-action.unaffordable .action-desc { color: #697072; } .monster-action:hover .action-desc { display: block; color: #AAA; font-style: italic; font-size: 13px; line-height: 13px; height: 24px; margin-top: -9px; } .monster-action .action-qty { position: absolute; top: -4px; left: 103%; color: #808080; font-size: 14px; text-shadow: -2px 0 rgba(2, 46, 60, 0.5), 0 2px rgba(2, 46, 60, 0.5), 2px 0 rgba(2, 46, 60, 0.5), 0 -2px rgba(2, 46, 60, 0.5); font-family: 'Cinzel'; width: 200px; } .monster-action:hover .action-qty { position: relative; display: inline-block; left: auto; top: auto; width: auto; margin-left: 5px; top: -1px; } .monster-action .action-qty small { color: #54747D; } .monster-action.unaffordable .action-qty small { color: #676767; } .monster-action .action-price { position: absolute; left: 103%; top: 65px; color: #FFEEB6; font-size: 14px; margin-top: -37px; margin-right: -109px; text-shadow: -2px 0 rgba(2, 46, 60, 0.5), 0 2px rgba(2, 46, 60, 0.5), 2px 0 rgba(2, 46, 60, 0.5), 0 -2px rgba(2, 46, 60, 0.5); font-family: 'Cinzel'; } .monster-action.unaffordable .action-price, .action-price.unaffordable { color: #E05B44; } .monster-action:hover .action-price { text-align: right; top: 56px; font-size: 18px; margin-right: auto; right: 1%; left: auto; } .monster-action .action-price.refund { color: #32E081; } .monster-action:hover .action-buy { display: block; color: rgb(116, 103, 68); font-family: 'Cinzel',serif; position: absolute; left: 111px; bottom: -3px; font-weight: 700; font-size: 13px; text-shadow: 0px 0px 1px #3A3726; } .monster-action .action-buy { display: none; } .monster-action .action-benefit { color: lightgreen; font-size: 18px; } .position-relative { position: relative; top: -50%; } .monster-action .options-holder { position: absolute; width: 20%; height: 100%; right: 0; visibility: hidden; border-left: 1px solid #1b2b36; } .monster-action .options-holder > div { height: 25%; width: 100%; position: relative; background: rgba(0,0,0,0.2); color: #746744; text-align: center; vertical-align: middle; line-height: 25px; font-size: 14px; font-weight: bold; font-family: 'Cinzel'; } .monster-action .options-holder > div:hover { background: rgba(0,0,0,0.3); color: rgb(185, 161, 77); } .monster-action:hover .options-holder { visibility: visible; } .description-holder .opt { display: none; } /* Monster overlay */ .monster-overlay { pointer-events: none; display: none; position: absolute; background: #123c45; background: linear-gradient(to right, rgba(14, 48, 56, 0.75) 0%,rgb(14, 48, 56) 30%,rgba(14,48,56,1) 70%,rgba(14,48,56,0.75) 100%); border: 1px solid #746744; bottom: 110px; width: 300px; left: 150px; border-radius: 200px 200px 50px 50px; padding: 5px; z-index: 10; text-align: center; } .monster-overlay:after { content: ""; position: absolute; width: 28px; height: 19px; left: 141px; bottom: -16px; background: url('../img/sprites/spriteoverlay-cursor.png'); } .monster-action:hover .monster-overlay { display: block; } .monster-action.unaffordable .monster-overlay { /*display: none;*/ } .monster-overlay .title { color: #C18958; width: 80%; display: inline-block; font-size: 16px; border-bottom: 1px solid rgba(153, 191, 176, 0.12); line-height: 18px; padding-bottom: 2px; } .monster-overlay p { color: #808080; } .monster-overlay p .gold { color: #FFEEB6; } /* UTILS*/ .middle-absolute { position: absolute; height: 100%; width: 0; left: 50%; top: 0; } .middle-relative { position: relative; padding-top: 176px; height: 100%; width: 0; left: 50%; } /* MONSTER RECAP */ .right-panel-title { position: absolute; left: 307px; top: 220px; color: #fdeca3; font-family: 'Cinzel'; font-size: 19px; width: 200px; } #monster-recap { position: relative; display: block; font-size: 16px; top: 249px; left: 306px; z-index: 200; } #monster-recap .sprite-ctn{ display: inline-block; position: relative; } #monster-recap .recap-holder { margin-bottom: -24px; min-height: 36px; } .recap-holder.odd { margin-left: 17px; } #monster-recap .recap-holder.odd .sprite-ctn { margin-left: 20px; } #monster-recap .recap-quantity { position: relative; top: -11px; /* left: -35px; */ font-size: 16px; color: #EFE4B5; text-shadow: -2px 0 rgba(0, 0, 0, 0.5), 0 2px rgba(0, 0, 0, 0.5), 2px 0 rgba(0, 0, 0, 0.5), 0 -2px rgba(0, 0, 0, 0.5); } #monster-recap .recap-gps { position: absolute; top: 0px; left: -8px; margin: 0px; color: #6B8496; display: none; font-size: 12px; } #monster-recap .recap-info-holder { text-align: center; position: absolute; width: 100px; height: 0; top: 50%; left: -30px; /* display: none; */ } #monster-recap .recap-gold { color: #B1A060; font-size: 12px; } #enchants-ctn { text-align: center; min-height: 52px; } #enchants-ctn .enchant-holder { display: inline-block; width: 24px; height: 45px; } #enchants-ctn .enchant-holder:hover { cursor: pointer; width: 36px; height: 69px; margin-left: -6px; margin-right: -6px; margin-bottom: -12px; margin-top: -12px; position: relative; z-index: 50; } #enchants-ctn .enchant-holder .oval { border: 1px solid #746744; width: 100%; height: 100%; border-radius: 23px; overflow: hidden; position: relative; } #enchants-ctn .enchant-holder:hover .oval { border-color: #B9A14D; position: absolute; z-index: 5; } #enchants-ctn .enchant-holder.affordable .oval { border-color: #36B538; } #enchants-ctn .enchant-holder.locked .oval .sprite-bg:before { content: ""; position: absolute; background: rgba(0,0,0,0.6); width: 100%; height: 100%; z-index: 20; left: 0; top: 0; } #enchants-ctn .enchant-holder.affordable.locked .oval .sprite-bg:before { background: rgba(0,0,0,0.4); z-index: 12; } #enchants-ctn .enchant-holder.locked .oval .sprite-bg:after { content: ""; position: absolute; background: url('../img/sprites/upgrade-lock.png'); width: 24px; height: 28px; background-size: 24px 28px; z-index: 15; left: 17%; top: 40%; } #enchants-ctn .enchant-holder .sprite-bg { height: 100%; width: 100%; zoom: 67%; background: linear-gradient(#30204A,#171008); overflow: hidden; } #enchants-ctn .enchant-holder:hover .sprite-bg { zoom: 100%; } #enchants-ctn .enchant-holder .sprite-overlay { display: none; } #enchants-ctn .enchant-holder:hover .sprite-overlay { display: block; position: absolute; background: #123c45; background: linear-gradient(to right, rgba(14, 48, 56, 0.75) 0%,rgb(14, 48, 56) 30%,rgba(14,48,56,1) 70%,rgba(14,48,56,0.75) 100%); border: 1px solid #746744; bottom: 81px; width: 300px; left: -137px; border-radius: 5px 5px 80px 80px; padding-top: 18px; z-index: 10; } #enchants-ctn .enchant-holder:hover .sprite-overlay:after { content: ""; position: absolute; width: 28px; height: 19px; left: 141px; bottom: -16px; background: url('../img/sprites/spriteoverlay-cursor.png'); } #enchants-ctn .enchant-holder .sprite-overlay .title { position: absolute; display: block; height: 24px; width: 200px; border-radius: 5px; padding-top: 4px; left: 53px; top: -15px; border: 1px solid #746744; background: #081E23; color: #D5C484; font-size: 16px; } #enchants-ctn .enchant-holder .sprite-overlay .description { color: #88B9A1; margin-top: 5px; font-size: 16px; margin-bottom: 16px; } #enchants-ctn .enchant-holder.locked .sprite-overlay .description { margin-bottom: 0px; } #enchants-ctn .enchant-holder .sprite-overlay .description strong { color: #C0E8D5; } #enchants-ctn .enchant-holder .sprite-overlay .price { color: #E05B44; font-size: 16px; margin-top: 5px; margin-bottom: 2px; } #enchants-ctn .enchant-holder.affordable .sprite-overlay .price { color: #E9D880; } #enchants-ctn .enchant-holder .sprite-overlay .tip { color: #A27227; font-size: 12px; margin-top: 7px; } .middle-section { } #ctm-section { text-align: center; } #ctm-section .ctm-button { display: inline-block; } .middle-subtitle { text-align: center; color: #817F3C; font-weight: normal; font-size: 15px; font-style: italic; } .middle-tip { text-align: center; color: #A27227; font-weight: normal; font-size: 12px; } .display-none { display: none; }
0.35354
0.052328
html { width:100%; height: 100%; } body { height:100%; margin:0; padding:0; font-size: 80.01%; font-family: Verdana, Arial, Helvetica, sans-serif; } form { margin:0; padding:0;} form.main-form { display: block; margin:0; padding:0; width:100%; height:100%; } #page-wrapper { min-height:100%; margin: 0 auto -85px; min-width: 990px; } * html #page-wrapper { height: 100%; } #header { height: 77px; position: relative;} #header table { width: 80%; height: 77px;} #header td { padding: 0; vertical-align: middle; text-align: left;} td#logo { padding-left: 32px;} td#logo a { outline: none;} td#slogan { padding-left: 32px; width: 100%; font-size: 1.2em; font-style: italic; /*font-weight: bold;*/} #search { width: 23%; position: absolute; right:21px; top: 30px; } #search div.flat{height: 20px;} #search div.search-box { border: 1px solid; height: 20px; overflow:hidden; padding:0; position: absolute; left: 21px; right: 61px; float: left; } * html #search div.search-box { margin-right:-82px; } #search div.search-box input { border:1px solid; width:98%; height: 18px; padding:0; margin:0; } #search input { vertical-align: top;} #search-button { float: right; width:48px; border: 1px solid;} #search-button input::-moz-focus-inner { border: 0; padding: 0; }/*Remove button padding in FF*/ #search-button input { display: block; border: none; background: none; width:48px; padding:0; margin:0; font-family: Georgia, serif; font-size: 12px; height: 19px; cursor: pointer; cursor: hand; outline: none; } div.search-item h4 { margin-bottom: 0.4em;} #top-menu { margin: 0 0 0 32px; padding: 0; list-style-type: none; overflow: hidden; zoom:1;} #top-menu li { float: left; margin: 0 1.5em 0 0; } #top-menu a { display: block; border-bottom-width: 2px; border-bottom-style: solid; text-decoration: none; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 1.2em; outline: none; padding: 11px 0 7px; margin: 0 16px 3px; } #top-menu li.selected a { padding: 11px 16px 10px; margin: 0;} #top-menu li.selected .r1 { border-left: 1px solid; border-right: 1px solid; } #top-menu li.selected .r0 { border-left: 1px solid; border-right: 1px solid; } * html #top-menu .r1 { width: 2px;} * html #top-menu .r0 { width: 2px;} #top-menu li.selected .r1 { width: expression(runtimeStyle.width = parentNode.offsetWidth - 4 + 'px'); } #top-menu li.selected .r0 { width: expression(runtimeStyle.width = parentNode.offsetWidth - 2 + 'px'); } #breadcrumb { padding:0; margin: 0 41px 32px 32px;} #breadcrumb p { margin: 0 10px;} #breadcrumb span.bx-breadcrumbs-name { font-size: 0.85em; padding:0 0.4em;} #breadcrumb a {text-decoration: none;} #breadcrumb a:hover { text-decoration: underline;} #breadcrumb b { border-right: 1px solid; border-left: 1px solid;} #breadcrumb b.top { margin-bottom: 2px;} #breadcrumb b.bottom { margin-top: 2px;} #content-wrapper { overflow: hidden; margin: 21px 0 50px; zoom:1;} #content { float: left; width: 77%; overflow: hidden; } #sidebar { float: right; width: 23%; overflow: hidden; } #sidebar-inner { margin-right: 21px;} #workarea-wrapper { margin: 0 38px 0 25px;} #left-menu { float: left; width: 25%; } ul.left-menu { font-weight: bold; list-style-type: none; margin: 0; padding: 0 0 0 1.5em;} /* Root */ ul.left-menu a { font-size: 1.1em; outline: none;} ul.left-menu .selected a { text-decoration: none; } ul.left-menu ul a { font-size: 0.85em !important; text-decoration: underline !important; outline: none; vertical-align:top; } ul.left-menu li.current { overflow: hidden; zoom:1; display: block; margin-top: 0.3em;} ul.left-menu .current i { padding: 1px 10px 2px 13px; text-decoration: none !important; display: block; zoom:1; font-style:normal; font-size: 0.85em !important; vertical-align:top; } ul.left-menu .current b { border-left:1px solid; border-right:1px solid; } ul.left-menu ul { font-weight: normal; margin: 0.5em 0 0 -4px; padding: 0; list-style-type: none;} ul.left-menu ul ul { margin: 0.5em 0 0 1em; } ul.left-menu li li { margin-bottom: 0.7em; padding:0 13px 0; text-indent: 0; background: url(images/left-menu-arrow.gif) no-repeat 5px 3px; list-style-type: none; } ul.left-menu li { behavior:expression( !this.before ? this.before = this.innerHTML = '<span class="dash">&mdash;&nbsp;</span>' + this.innerHTML :'' ); text-indent:-1.35em; background: none; padding:0; margin-bottom: 1.5em; } ul.left-menu li li { behavior: '';} ul.left-menu li:before { content:'\2014\a0'; } ul.left-menu li li:before { content:'';} ul.left-menu li li li { margin-bottom: 0.3em; } #workarea { float: right; width: 75%; clear:right; } #workarea-inner { margin-left: 25px;} #banner { height: 175px; margin: 0 28px 40px 19px; overflow:hidden; position:relative; } #banner-image { height:175px; width: 425px; overflow:hidden; text-decoration: none; display: block; } #banner-text { padding: 0; font-family: Arial, Helvetica, sans-serif; font-size: 2em; position: absolute; left: 35%; top: 0; left:0; width: 100%; height: 175px; z-index:10; } #banner-text td {padding:0;} #banner-text a { text-decoration: none; display: block;} #banner-text small { font-size: 0.5em; padding-top: 1em; display: block; padding-left: 30px;} #banner-text big { font-size: 1.4em; display: block; } #banner-text span { padding-left: 30px; display:block;} #banner-overlay { z-index:5; height: 175px; width: 100%; position: absolute; top: 0; left: 0; outline: none; display: block; cursor: pointer; cursor: hand; } #footer, #space-for-footer { height: 85px; } #footer { position: relative;} #copyright { padding:21px 0 0 35px; font-size: 0.85em; width: 49%;} #copyright p { margin:0;} #footer-links { margin:0; padding:0; list-style: none;} #bottom-menu { width:50%; position:absolute; right:25px; top: 20px; text-align: right;} #footer-links li { display: inline; padding-left:1.5em;} /* Navigation */ div.navigation { font-size:100%; line-height:200%; } span.navigation-title { padding-right:0.65em; font-weight: bold;} div.navigation a { text-decoration:underline; padding:0.2em 0.3em;} span.nav-current-page { padding:0.2em 0.3em; } div.navigation span.arrow { font-size:100%; font-family:Times, serif; } div.navigation span.ctrl { font-size:85%; } /*Site Map */ table.map-columns { width: 100%;} table.map-columns td { vertical-align: top; padding: 0;} table.map-columns ul { padding:0 0 2em 0; font-weight: bold;} table.map-columns li { margin: 0 0 1.5em 0 !important;} table.map-columns li li { margin: 0 0 0.6em 0 !important;} table.map-columns ul ul { font-weight: normal; padding:0 0 0 1.5em; margin: 0.6em 0} /* Ask a question */ #support {position: relative; margin:0 0 3em; padding-top: 3px;} #support-question { position: absolute; width: 30px; height: 30px; top: 0; left:0;} #support-text { height: 20px; margin-left: 15px; padding-left: 22px; padding-top: 2px; overflow:hidden;} #support-text a { font-size: 14px; font-weight: bold; text-decoration: none;} #support b { border-right:1px solid; margin-left: 15px;} /* Schedule */ #schedule { margin: 0 0 3em; } #schedule div.schedule { font-size: 0.85em; } #schedule p { margin: 0 0 1em; } /* Telephone*/ #telephone { padding: 0 0 0 37px; margin: 0 0 1.5em; min-height: 30px; } * html #telephone { padding-top: 6px;} #telephone nobr { font-family: Georgia, serif; font-size: 1.6em;} /* Content Block List */ dl.block-list { margin: 0 0 3.2em 0; padding:0; } dl.block-list dt { margin: 0; padding: 0 0 0.3em; font-size: 1em;} dl.block-list dd { margin:0 0 1.8em; padding:0; font-size: 0.85em;} /* Information Box*/ div.information-box .r1 { border-left:1px solid; border-right:1px solid; } div.information-box .r0 { border-left:1px solid; border-right:1px solid; } div.information-box-content { font-size: 0.9em; padding: 12px 15px;} /* News List */ div.news-list { margin: 0 0 2em;} div.news-item { margin: 0 0 1.3em; } div.news-date { margin: 0 0 0.5em; } div.news-title { font-size: 1.2em; margin: 0 0 0.5em; } a.news-detail-link { display: block; margin: 1em 0 0; outline: none;} /* Forms */ div.content-form div.form-input input, div.content-form div.form-input textarea, div.content-form div.form-input select { border:1px solid; border-color: #777 #CCCCCC #CCCCCC #777 } div.content-form div.field label.field-title { font-size: 1.117em; }
bitrix/wizards/bitrix/corp_services/site/templates/corp_services/template_styles.css
html { width:100%; height: 100%; } body { height:100%; margin:0; padding:0; font-size: 80.01%; font-family: Verdana, Arial, Helvetica, sans-serif; } form { margin:0; padding:0;} form.main-form { display: block; margin:0; padding:0; width:100%; height:100%; } #page-wrapper { min-height:100%; margin: 0 auto -85px; min-width: 990px; } * html #page-wrapper { height: 100%; } #header { height: 77px; position: relative;} #header table { width: 80%; height: 77px;} #header td { padding: 0; vertical-align: middle; text-align: left;} td#logo { padding-left: 32px;} td#logo a { outline: none;} td#slogan { padding-left: 32px; width: 100%; font-size: 1.2em; font-style: italic; /*font-weight: bold;*/} #search { width: 23%; position: absolute; right:21px; top: 30px; } #search div.flat{height: 20px;} #search div.search-box { border: 1px solid; height: 20px; overflow:hidden; padding:0; position: absolute; left: 21px; right: 61px; float: left; } * html #search div.search-box { margin-right:-82px; } #search div.search-box input { border:1px solid; width:98%; height: 18px; padding:0; margin:0; } #search input { vertical-align: top;} #search-button { float: right; width:48px; border: 1px solid;} #search-button input::-moz-focus-inner { border: 0; padding: 0; }/*Remove button padding in FF*/ #search-button input { display: block; border: none; background: none; width:48px; padding:0; margin:0; font-family: Georgia, serif; font-size: 12px; height: 19px; cursor: pointer; cursor: hand; outline: none; } div.search-item h4 { margin-bottom: 0.4em;} #top-menu { margin: 0 0 0 32px; padding: 0; list-style-type: none; overflow: hidden; zoom:1;} #top-menu li { float: left; margin: 0 1.5em 0 0; } #top-menu a { display: block; border-bottom-width: 2px; border-bottom-style: solid; text-decoration: none; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 1.2em; outline: none; padding: 11px 0 7px; margin: 0 16px 3px; } #top-menu li.selected a { padding: 11px 16px 10px; margin: 0;} #top-menu li.selected .r1 { border-left: 1px solid; border-right: 1px solid; } #top-menu li.selected .r0 { border-left: 1px solid; border-right: 1px solid; } * html #top-menu .r1 { width: 2px;} * html #top-menu .r0 { width: 2px;} #top-menu li.selected .r1 { width: expression(runtimeStyle.width = parentNode.offsetWidth - 4 + 'px'); } #top-menu li.selected .r0 { width: expression(runtimeStyle.width = parentNode.offsetWidth - 2 + 'px'); } #breadcrumb { padding:0; margin: 0 41px 32px 32px;} #breadcrumb p { margin: 0 10px;} #breadcrumb span.bx-breadcrumbs-name { font-size: 0.85em; padding:0 0.4em;} #breadcrumb a {text-decoration: none;} #breadcrumb a:hover { text-decoration: underline;} #breadcrumb b { border-right: 1px solid; border-left: 1px solid;} #breadcrumb b.top { margin-bottom: 2px;} #breadcrumb b.bottom { margin-top: 2px;} #content-wrapper { overflow: hidden; margin: 21px 0 50px; zoom:1;} #content { float: left; width: 77%; overflow: hidden; } #sidebar { float: right; width: 23%; overflow: hidden; } #sidebar-inner { margin-right: 21px;} #workarea-wrapper { margin: 0 38px 0 25px;} #left-menu { float: left; width: 25%; } ul.left-menu { font-weight: bold; list-style-type: none; margin: 0; padding: 0 0 0 1.5em;} /* Root */ ul.left-menu a { font-size: 1.1em; outline: none;} ul.left-menu .selected a { text-decoration: none; } ul.left-menu ul a { font-size: 0.85em !important; text-decoration: underline !important; outline: none; vertical-align:top; } ul.left-menu li.current { overflow: hidden; zoom:1; display: block; margin-top: 0.3em;} ul.left-menu .current i { padding: 1px 10px 2px 13px; text-decoration: none !important; display: block; zoom:1; font-style:normal; font-size: 0.85em !important; vertical-align:top; } ul.left-menu .current b { border-left:1px solid; border-right:1px solid; } ul.left-menu ul { font-weight: normal; margin: 0.5em 0 0 -4px; padding: 0; list-style-type: none;} ul.left-menu ul ul { margin: 0.5em 0 0 1em; } ul.left-menu li li { margin-bottom: 0.7em; padding:0 13px 0; text-indent: 0; background: url(images/left-menu-arrow.gif) no-repeat 5px 3px; list-style-type: none; } ul.left-menu li { behavior:expression( !this.before ? this.before = this.innerHTML = '<span class="dash">&mdash;&nbsp;</span>' + this.innerHTML :'' ); text-indent:-1.35em; background: none; padding:0; margin-bottom: 1.5em; } ul.left-menu li li { behavior: '';} ul.left-menu li:before { content:'\2014\a0'; } ul.left-menu li li:before { content:'';} ul.left-menu li li li { margin-bottom: 0.3em; } #workarea { float: right; width: 75%; clear:right; } #workarea-inner { margin-left: 25px;} #banner { height: 175px; margin: 0 28px 40px 19px; overflow:hidden; position:relative; } #banner-image { height:175px; width: 425px; overflow:hidden; text-decoration: none; display: block; } #banner-text { padding: 0; font-family: Arial, Helvetica, sans-serif; font-size: 2em; position: absolute; left: 35%; top: 0; left:0; width: 100%; height: 175px; z-index:10; } #banner-text td {padding:0;} #banner-text a { text-decoration: none; display: block;} #banner-text small { font-size: 0.5em; padding-top: 1em; display: block; padding-left: 30px;} #banner-text big { font-size: 1.4em; display: block; } #banner-text span { padding-left: 30px; display:block;} #banner-overlay { z-index:5; height: 175px; width: 100%; position: absolute; top: 0; left: 0; outline: none; display: block; cursor: pointer; cursor: hand; } #footer, #space-for-footer { height: 85px; } #footer { position: relative;} #copyright { padding:21px 0 0 35px; font-size: 0.85em; width: 49%;} #copyright p { margin:0;} #footer-links { margin:0; padding:0; list-style: none;} #bottom-menu { width:50%; position:absolute; right:25px; top: 20px; text-align: right;} #footer-links li { display: inline; padding-left:1.5em;} /* Navigation */ div.navigation { font-size:100%; line-height:200%; } span.navigation-title { padding-right:0.65em; font-weight: bold;} div.navigation a { text-decoration:underline; padding:0.2em 0.3em;} span.nav-current-page { padding:0.2em 0.3em; } div.navigation span.arrow { font-size:100%; font-family:Times, serif; } div.navigation span.ctrl { font-size:85%; } /*Site Map */ table.map-columns { width: 100%;} table.map-columns td { vertical-align: top; padding: 0;} table.map-columns ul { padding:0 0 2em 0; font-weight: bold;} table.map-columns li { margin: 0 0 1.5em 0 !important;} table.map-columns li li { margin: 0 0 0.6em 0 !important;} table.map-columns ul ul { font-weight: normal; padding:0 0 0 1.5em; margin: 0.6em 0} /* Ask a question */ #support {position: relative; margin:0 0 3em; padding-top: 3px;} #support-question { position: absolute; width: 30px; height: 30px; top: 0; left:0;} #support-text { height: 20px; margin-left: 15px; padding-left: 22px; padding-top: 2px; overflow:hidden;} #support-text a { font-size: 14px; font-weight: bold; text-decoration: none;} #support b { border-right:1px solid; margin-left: 15px;} /* Schedule */ #schedule { margin: 0 0 3em; } #schedule div.schedule { font-size: 0.85em; } #schedule p { margin: 0 0 1em; } /* Telephone*/ #telephone { padding: 0 0 0 37px; margin: 0 0 1.5em; min-height: 30px; } * html #telephone { padding-top: 6px;} #telephone nobr { font-family: Georgia, serif; font-size: 1.6em;} /* Content Block List */ dl.block-list { margin: 0 0 3.2em 0; padding:0; } dl.block-list dt { margin: 0; padding: 0 0 0.3em; font-size: 1em;} dl.block-list dd { margin:0 0 1.8em; padding:0; font-size: 0.85em;} /* Information Box*/ div.information-box .r1 { border-left:1px solid; border-right:1px solid; } div.information-box .r0 { border-left:1px solid; border-right:1px solid; } div.information-box-content { font-size: 0.9em; padding: 12px 15px;} /* News List */ div.news-list { margin: 0 0 2em;} div.news-item { margin: 0 0 1.3em; } div.news-date { margin: 0 0 0.5em; } div.news-title { font-size: 1.2em; margin: 0 0 0.5em; } a.news-detail-link { display: block; margin: 1em 0 0; outline: none;} /* Forms */ div.content-form div.form-input input, div.content-form div.form-input textarea, div.content-form div.form-input select { border:1px solid; border-color: #777 #CCCCCC #CCCCCC #777 } div.content-form div.field label.field-title { font-size: 1.117em; }
0.371821
0.091626
.cards-main-container { padding-top: 33px; padding-left: 35px; padding-right: 35px; padding-bottom: 33px; width: 95%; border-radius: 8px; box-shadow: 0 2px 6px 0 rgba(69, 91, 99, 0.08); background-color: #ffffff; display: flex; flex-direction: column; justify-content: space-between; align-items: center; margin-top: 30px; } .cards-main-container-anchor { display: flex; flex-direction: column; justify-content: center; align-items: center; } .cards-container-title { width: 100%; height: 52px; font-family: Roboto; font-size: 36px; font-weight: 300; font-style: normal; font-stretch: normal; line-height: 1.61; letter-spacing: normal; text-align: left; color: #ed1d24; margin-bottom: 20px; display: flex; justify-content: flex-start; } .buttons-menu { width: 100%; display: flex; } .dropbox-category { width: 385px; height: 51px; border-radius: 14px; background-color: #ffffff; } .cards-container { width: 100%; display: flex; align-items: center; justify-content: center; flex-direction: column; } .character-card { width: 90%; height: 250px; border-radius: 8px; border: solid 1px #d8dde6; background-color: #ffffff; display: flex; flex-direction: column; justify-content: space-between; align-items: center; margin-top: 16px; } .character-img { margin-top: 15px; border-radius: 30px; width: 56px; height: 56px; } .character-name-text { width: 270px; height: 23px; font-family: Roboto; font-size: 16px; font-weight: 500; font-style: normal; font-stretch: normal; line-height: 1.44; letter-spacing: normal; text-align: center; color: #ed1d24; padding-bottom: 30px; } .card-divider { width: 40%; height: 0px; border: solid 1px #d8dde6; } .character-description-text { width: 90%; height: 30%; font-family: Roboto; font-size: 14px; font-weight: normal; font-style: normal; font-stretch: normal; line-height: 1.64; letter-spacing: normal; text-align: center; color: #4a4a4a; overflow: hidden; } .page-buttons-container { display: flex; justify-content: center; align-items: center; width: 20%; margin-top: 40px; } .red-line-divider { width: 100%; height: 0px; border: solid 7px #ed1d24; margin-top: 40px; margin-bottom: 160px; } .alphatical-button-container { display: flex; justify-content: space-between; align-items: center; width: 15%; margin-left: 20px; } .text-anchor { display: flex; justify-content: center; align-items: center; } .a-z-label { font-family: Roboto; font-size: 16px; font-weight: normal; font-style: normal; font-stretch: normal; line-height: normal; letter-spacing: normal; color: #4a4a4a; } .icon-button { font-size: 18px; } .icon-filter { width: 36px; height: 36px; font-size: 28px; display: flex; } .button { width: 50px; height: 30px; display: flex; justify-content: center; } .button-page { width: 50px; height: 24px; margin-left: 5px; margin-right: 5px; } .input-page { width: 40px; height: 26px; border-radius: 3px; background-color: #ffffff; margin-left: 10px; margin-right: 10px; } .page-total { font-family: AmilTypeface; font-size: 14px; font-weight: normal; font-style: normal; font-stretch: normal; line-height: normal; letter-spacing: normal; text-align: left; color: #c2cbd2; margin-left: 10px; margin-right: 10px; }
src/Components/MainContentContainer.css
.cards-main-container { padding-top: 33px; padding-left: 35px; padding-right: 35px; padding-bottom: 33px; width: 95%; border-radius: 8px; box-shadow: 0 2px 6px 0 rgba(69, 91, 99, 0.08); background-color: #ffffff; display: flex; flex-direction: column; justify-content: space-between; align-items: center; margin-top: 30px; } .cards-main-container-anchor { display: flex; flex-direction: column; justify-content: center; align-items: center; } .cards-container-title { width: 100%; height: 52px; font-family: Roboto; font-size: 36px; font-weight: 300; font-style: normal; font-stretch: normal; line-height: 1.61; letter-spacing: normal; text-align: left; color: #ed1d24; margin-bottom: 20px; display: flex; justify-content: flex-start; } .buttons-menu { width: 100%; display: flex; } .dropbox-category { width: 385px; height: 51px; border-radius: 14px; background-color: #ffffff; } .cards-container { width: 100%; display: flex; align-items: center; justify-content: center; flex-direction: column; } .character-card { width: 90%; height: 250px; border-radius: 8px; border: solid 1px #d8dde6; background-color: #ffffff; display: flex; flex-direction: column; justify-content: space-between; align-items: center; margin-top: 16px; } .character-img { margin-top: 15px; border-radius: 30px; width: 56px; height: 56px; } .character-name-text { width: 270px; height: 23px; font-family: Roboto; font-size: 16px; font-weight: 500; font-style: normal; font-stretch: normal; line-height: 1.44; letter-spacing: normal; text-align: center; color: #ed1d24; padding-bottom: 30px; } .card-divider { width: 40%; height: 0px; border: solid 1px #d8dde6; } .character-description-text { width: 90%; height: 30%; font-family: Roboto; font-size: 14px; font-weight: normal; font-style: normal; font-stretch: normal; line-height: 1.64; letter-spacing: normal; text-align: center; color: #4a4a4a; overflow: hidden; } .page-buttons-container { display: flex; justify-content: center; align-items: center; width: 20%; margin-top: 40px; } .red-line-divider { width: 100%; height: 0px; border: solid 7px #ed1d24; margin-top: 40px; margin-bottom: 160px; } .alphatical-button-container { display: flex; justify-content: space-between; align-items: center; width: 15%; margin-left: 20px; } .text-anchor { display: flex; justify-content: center; align-items: center; } .a-z-label { font-family: Roboto; font-size: 16px; font-weight: normal; font-style: normal; font-stretch: normal; line-height: normal; letter-spacing: normal; color: #4a4a4a; } .icon-button { font-size: 18px; } .icon-filter { width: 36px; height: 36px; font-size: 28px; display: flex; } .button { width: 50px; height: 30px; display: flex; justify-content: center; } .button-page { width: 50px; height: 24px; margin-left: 5px; margin-right: 5px; } .input-page { width: 40px; height: 26px; border-radius: 3px; background-color: #ffffff; margin-left: 10px; margin-right: 10px; } .page-total { font-family: AmilTypeface; font-size: 14px; font-weight: normal; font-style: normal; font-stretch: normal; line-height: normal; letter-spacing: normal; text-align: left; color: #c2cbd2; margin-left: 10px; margin-right: 10px; }
0.376852
0.07333
.glyphicon{ padding: 0 5px; } .showselfHead{ background: url(../img/fmbg9.jpg); background-repeat: no-repeat; background-size: cover; height: 300px; position: relative; } .footer{ margin-top: 30px; height: 100px; background-color: #ccc; text-align: center; line-height: 100px; color: #666; } .bodyContent{ background: url(../img/bodybg1.png); background-size: 45%; } .navbar-brand{ font-size: 24px; color: #BF6A54 !important; } .navbar-default{ background: none; border: none; font-size: 15px; } .navbar-nav>li>a{ display: inline-block; font-weight: 600; color: #833E34 !important; } .navbar-nav>li>a:hover{ color: #BF6A54 !important; } .loginbtn,.regbtn{ position: relative; padding: 15px 5px !important; } .container{ background: url(../img/bodybg.png); box-shadow: 0 0 30px #A3B98D !important; } .fmbg{ width: 100%; height: 360px; } .photoTit{ border-bottom: 1px solid #ccc; margin: 10px; height: 40px; } .titleT{ font-weight: bold; width: 100%; height: 100%; font-size: 18px; text-align: center; line-height: 40px; } .photoWall{ width: 90%; margin: 0 auto; } .photoWall img{ width: 30%; height: 30%; padding:5px; } .photoTxt{ padding-top: 10px; color: #666; } .photoLis { border-bottom: 1px solid #ccc; padding-bottom: 20px; } /*回到顶部按钮*/ .box{ position:fixed; right:10px; bottom: 10px; height:35px; width: 50px; text-align:center; padding-top:20px; background-color: #BF6A54; opacity: 0.3; border-radius: 5px; overflow: hidden; } .box:hover:before{ cursor: pointer; top:50% } .box:hover .box-in{ visibility: hidden; } .box:before{ position: absolute; top: -50%; left: 50%; transform: translate(-50%,-50%); content:'回到顶部'; width: 40px; color:white; } .box-in{ visibility: visible; display:inline-block; height:20px; width: 20px; border: 4px solid; border-color: white transparent transparent white; transform:rotate(45deg); } /*回到顶部按钮结束*/
practice/Youban/mainlost/css/photoInfo.css
.glyphicon{ padding: 0 5px; } .showselfHead{ background: url(../img/fmbg9.jpg); background-repeat: no-repeat; background-size: cover; height: 300px; position: relative; } .footer{ margin-top: 30px; height: 100px; background-color: #ccc; text-align: center; line-height: 100px; color: #666; } .bodyContent{ background: url(../img/bodybg1.png); background-size: 45%; } .navbar-brand{ font-size: 24px; color: #BF6A54 !important; } .navbar-default{ background: none; border: none; font-size: 15px; } .navbar-nav>li>a{ display: inline-block; font-weight: 600; color: #833E34 !important; } .navbar-nav>li>a:hover{ color: #BF6A54 !important; } .loginbtn,.regbtn{ position: relative; padding: 15px 5px !important; } .container{ background: url(../img/bodybg.png); box-shadow: 0 0 30px #A3B98D !important; } .fmbg{ width: 100%; height: 360px; } .photoTit{ border-bottom: 1px solid #ccc; margin: 10px; height: 40px; } .titleT{ font-weight: bold; width: 100%; height: 100%; font-size: 18px; text-align: center; line-height: 40px; } .photoWall{ width: 90%; margin: 0 auto; } .photoWall img{ width: 30%; height: 30%; padding:5px; } .photoTxt{ padding-top: 10px; color: #666; } .photoLis { border-bottom: 1px solid #ccc; padding-bottom: 20px; } /*回到顶部按钮*/ .box{ position:fixed; right:10px; bottom: 10px; height:35px; width: 50px; text-align:center; padding-top:20px; background-color: #BF6A54; opacity: 0.3; border-radius: 5px; overflow: hidden; } .box:hover:before{ cursor: pointer; top:50% } .box:hover .box-in{ visibility: hidden; } .box:before{ position: absolute; top: -50%; left: 50%; transform: translate(-50%,-50%); content:'回到顶部'; width: 40px; color:white; } .box-in{ visibility: visible; display:inline-block; height:20px; width: 20px; border: 4px solid; border-color: white transparent transparent white; transform:rotate(45deg); } /*回到顶部按钮结束*/
0.266262
0.052643
body{ font-family: 'Poppins', sans-serif; /*font-family: 'Montserrat', sans-serif;*/ } section{ padding-left: 4rem!important; padding-right: 4rem!important; } .event-h2{ color: #ffffff; } .about-us p{ font-family: 'Montserrat', sans-serif; font-weight: 400; } .H-line1{ background: #5DAEFF none repeat scroll 0 0; content: ""; display: block; height: 4px; width: 45px; /*top: 20vh;*/ /*left: 0%;*/ position: relative; /*transform: translateX(-5%);*/ } .H-line2{ background: #5DAEFF none repeat scroll 0 0; content: ""; display: block; height: 4px; width: 25px; top: 3px; /*left: 0%;*/ position: relative; /*transform: translateX(-5%);*/ } .carousel::after{ background: linear-gradient(108deg,#38C0F3,#FF7F53); content:""; top:0; left:0; background-size: cover; height:100%; width: 100%; position: absolute; opacity: .4; } .nav-item{ font-size: 1.125rem; margin-right: 1rem; } .div1{ height: 200px; background-color: red; } .div2{ height: 200px; background-color: green; } .member{ height: 40vh; } .member-img{ width: 100px; height: 100px; border-radius: 50%; background-color: red; object-fit: cover; } .member-name{ } .member-post{ color: #707070; } .quote{ height: 40vh; } .general-members{ height: 180vh; } .img-container{ clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%); height: 200px; min-width: 50px; max-width: 150px; margin-right: 5px; border: solid red; } .img-container>img{ height: 100%; width: 100%; object-fit: cover; } .footer{ color: #737373; position: relative; } .footer-items{ margin-top: 20vh; } .footer-link{ padding: 5px 0 5px 0px; } .footer-box{ height: 20vh; background: #6EAEDD 0% 0% no-repeat padding-box; box-shadow: 0px 3px 8px #00000029; border-radius: 14px; width: 90%; position: absolute; top: -10vh; } .footer-box .box{ margin-left: 10px; margin-right: 10px; } .subscribe-box{ height: 40%; border: 1px solid #FFFFFF; padding: 0!important; } .subscribe-box button{ height: 100%; padding: auto 35px; display: flex; align-items: center; justify-content: center; background-color: #6EAEDD; } .subscribe-box input{ height: 100%; display: flex; align-items: center; justify-content: flex-end; color: white; } /*.section-caption::after{ background: #38C0F3 none repeat scroll 0 0; bottom: 0; content: ""; display: block; height: 70px; left: 0; position: absolute; transform: translateX(-40%); width: 30px; }*/ /*.desc{ color: #9E9E9E; }*/ .btn-primary, .btn-primary:hover, .btn-primary:active, .btn-primary:visited { background-color: #5DAEFF !important; border: none } .btn-secondary, .btn-secondary:hover, .btn-secondary:active, .btn-secondary:visited { background-color: #056598 !important; } .img-container-rect{ width: 100%; height: 90%; position: relative; left: 20px; } .img-container-rect>img{ height: 100%; width: 100%; border-radius: 4px; object-fit: cover; } .about-img-text{ position: absolute; bottom: 10vh; background-color: #38C0F3; padding: 10px 30px; border-radius: 2px; } .events{ background: url(../assets/images/event-bg.svg); } /*.events>.heading{ color: white; }*/ .cards{ justify-content: space-evenly; } .event-text{ margin:15px; } .event-card-div{ /*padding: 0 50px; */ /*padding: 0 20px;*/ } .event-card{ background: white; /*padding: 0!important;*/ border-radius: 10px; object-fit: cover; } .event-card-img{ width: 100%; height: 50%; object-fit: cover; } .creativeHub{ background-color: #F6F6F6; } .creativeHub-card-img{ width: 100%; height: 100%; object-fit: cover; } .text-align-center{ text-align: center; } .team-card{ border-radius: 6px; box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12); } .team-img-area{ height: 40vh; } .team-card-text-area{ height: 20vh; position: relative; } .team-img-area img{ position: relative; } .team-img-area img:hover .overlay{ position: absolute; top: 0px; height: 100%; width: 100%; background: transparent linear-gradient(108deg, #38C0F3 0%, #FF7F53 100%) 0% 0% no-repeat padding-box; opacity: 0.59; z-index: 50; } .overlay-text{ display: none; } .team-img-area img:hover .overlay-text{ margin: 0 auto; vertical-align: middle; text-align: center; width: 60%; display: block; color: black; } .team-card-text-area{ z-index: 100; } .text-box{ top: -5vh; height: 20vh; width: 80%; position: absolute; background: white; border-radius: 6px; } .social-icons>i{ padding: 5px 8px; border-radius: 50%; border: 1px solid; margin: 8px; z-index: 8; } .team-name{ font-weight: bolder; font-size: 1.4rem; } .team-position{ color: #A9CFEB; } @media (min-width: 576px) {} /*// Medium devices (tablets, 768px and up)*/ @media (max-width: 768px) { } /*// Large devices (desktops, 992px and up)*/ @media (max-width: 992px) { .team-card,.event-card,.creativeHub-card{ margin-top: 20px!important; } } /* // Extra large devices (large desktops, 1200px and up)*/ @media (min-width: 1200px) {}
public/styles/style.css
body{ font-family: 'Poppins', sans-serif; /*font-family: 'Montserrat', sans-serif;*/ } section{ padding-left: 4rem!important; padding-right: 4rem!important; } .event-h2{ color: #ffffff; } .about-us p{ font-family: 'Montserrat', sans-serif; font-weight: 400; } .H-line1{ background: #5DAEFF none repeat scroll 0 0; content: ""; display: block; height: 4px; width: 45px; /*top: 20vh;*/ /*left: 0%;*/ position: relative; /*transform: translateX(-5%);*/ } .H-line2{ background: #5DAEFF none repeat scroll 0 0; content: ""; display: block; height: 4px; width: 25px; top: 3px; /*left: 0%;*/ position: relative; /*transform: translateX(-5%);*/ } .carousel::after{ background: linear-gradient(108deg,#38C0F3,#FF7F53); content:""; top:0; left:0; background-size: cover; height:100%; width: 100%; position: absolute; opacity: .4; } .nav-item{ font-size: 1.125rem; margin-right: 1rem; } .div1{ height: 200px; background-color: red; } .div2{ height: 200px; background-color: green; } .member{ height: 40vh; } .member-img{ width: 100px; height: 100px; border-radius: 50%; background-color: red; object-fit: cover; } .member-name{ } .member-post{ color: #707070; } .quote{ height: 40vh; } .general-members{ height: 180vh; } .img-container{ clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%); height: 200px; min-width: 50px; max-width: 150px; margin-right: 5px; border: solid red; } .img-container>img{ height: 100%; width: 100%; object-fit: cover; } .footer{ color: #737373; position: relative; } .footer-items{ margin-top: 20vh; } .footer-link{ padding: 5px 0 5px 0px; } .footer-box{ height: 20vh; background: #6EAEDD 0% 0% no-repeat padding-box; box-shadow: 0px 3px 8px #00000029; border-radius: 14px; width: 90%; position: absolute; top: -10vh; } .footer-box .box{ margin-left: 10px; margin-right: 10px; } .subscribe-box{ height: 40%; border: 1px solid #FFFFFF; padding: 0!important; } .subscribe-box button{ height: 100%; padding: auto 35px; display: flex; align-items: center; justify-content: center; background-color: #6EAEDD; } .subscribe-box input{ height: 100%; display: flex; align-items: center; justify-content: flex-end; color: white; } /*.section-caption::after{ background: #38C0F3 none repeat scroll 0 0; bottom: 0; content: ""; display: block; height: 70px; left: 0; position: absolute; transform: translateX(-40%); width: 30px; }*/ /*.desc{ color: #9E9E9E; }*/ .btn-primary, .btn-primary:hover, .btn-primary:active, .btn-primary:visited { background-color: #5DAEFF !important; border: none } .btn-secondary, .btn-secondary:hover, .btn-secondary:active, .btn-secondary:visited { background-color: #056598 !important; } .img-container-rect{ width: 100%; height: 90%; position: relative; left: 20px; } .img-container-rect>img{ height: 100%; width: 100%; border-radius: 4px; object-fit: cover; } .about-img-text{ position: absolute; bottom: 10vh; background-color: #38C0F3; padding: 10px 30px; border-radius: 2px; } .events{ background: url(../assets/images/event-bg.svg); } /*.events>.heading{ color: white; }*/ .cards{ justify-content: space-evenly; } .event-text{ margin:15px; } .event-card-div{ /*padding: 0 50px; */ /*padding: 0 20px;*/ } .event-card{ background: white; /*padding: 0!important;*/ border-radius: 10px; object-fit: cover; } .event-card-img{ width: 100%; height: 50%; object-fit: cover; } .creativeHub{ background-color: #F6F6F6; } .creativeHub-card-img{ width: 100%; height: 100%; object-fit: cover; } .text-align-center{ text-align: center; } .team-card{ border-radius: 6px; box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12); } .team-img-area{ height: 40vh; } .team-card-text-area{ height: 20vh; position: relative; } .team-img-area img{ position: relative; } .team-img-area img:hover .overlay{ position: absolute; top: 0px; height: 100%; width: 100%; background: transparent linear-gradient(108deg, #38C0F3 0%, #FF7F53 100%) 0% 0% no-repeat padding-box; opacity: 0.59; z-index: 50; } .overlay-text{ display: none; } .team-img-area img:hover .overlay-text{ margin: 0 auto; vertical-align: middle; text-align: center; width: 60%; display: block; color: black; } .team-card-text-area{ z-index: 100; } .text-box{ top: -5vh; height: 20vh; width: 80%; position: absolute; background: white; border-radius: 6px; } .social-icons>i{ padding: 5px 8px; border-radius: 50%; border: 1px solid; margin: 8px; z-index: 8; } .team-name{ font-weight: bolder; font-size: 1.4rem; } .team-position{ color: #A9CFEB; } @media (min-width: 576px) {} /*// Medium devices (tablets, 768px and up)*/ @media (max-width: 768px) { } /*// Large devices (desktops, 992px and up)*/ @media (max-width: 992px) { .team-card,.event-card,.creativeHub-card{ margin-top: 20px!important; } } /* // Extra large devices (large desktops, 1200px and up)*/ @media (min-width: 1200px) {}
0.268941
0.052207
.medium-editor-insert-plugin { outline: 0 solid transparent; } .medium-editor-insert-plugin:focus { outline: 0 solid transparent; } .medium-editor-insert-plugin .clearfix:before, .medium-editor-insert-plugin:before, .medium-editor-insert-plugin .clearfix:after, .medium-editor-insert-plugin:after { content: " "; display: table; clear: both; } .medium-editor-insert-plugin p { margin: 1em 0; } .medium-editor-insert-plugin progress { display: block; margin: 1em auto; } .medium-editor-insert-plugin .hide { display: none; } .medium-editor-insert-plugin.medium-editor-placeholder:after { padding: 1em 0; } .medium-editor-insert-plugin .medium-insert-buttons { position: absolute; color: #ddd; font-size: 0.9em; } .medium-editor-insert-plugin .medium-insert-buttons button { display: block; cursor: pointer; color: #ddd; background: #fff; width: 32px; height: 32px; box-sizing: border-box; border-radius: 20px; border: 1px solid #ddd; line-height: 30px; text-align: center; padding: 0; } .medium-editor-insert-plugin .medium-insert-buttons .medium-insert-buttons-show { font-size: 25px; transform: rotate(0); transition: transform 100ms; } .medium-editor-insert-plugin .medium-insert-buttons .medium-insert-buttons-show span { display: block; margin-top: -4px; } .medium-editor-insert-plugin .medium-insert-buttons .medium-insert-buttons-show.medium-insert-buttons-rotate { transition: transform 250ms; transform: rotate(45deg); } .medium-editor-insert-plugin .medium-insert-buttons .medium-insert-buttons-addons { margin: 0; padding: 0; list-style: none; display: none; position: relative; z-index: 2; left: 55px; top: -32px; } .medium-editor-insert-plugin .medium-insert-buttons .medium-insert-buttons-addons li { display: inline-block; margin: 0 5px; } .medium-editor-insert-plugin .medium-insert-buttons .medium-insert-buttons-addons li .fa { font-size: 15px; } .medium-insert-caption-placeholder { position: relative; } .medium-insert-caption-placeholder:after { position: absolute; top: 0; left: 0; width: 100%; text-align: center; content: attr(data-placeholder); } .dragging { cursor: move; } .medium-insert-image-active { outline: 2px solid #000; } .medium-insert-images-toolbar { display: none; } .medium-insert-images { margin: 1em 0; } .medium-insert-images .placeholder { position: relative; margin: 0; padding: 0; border: none; } .medium-insert-images .medium-insert-images-progress { position: absolute; width: 100%; height: 100%; top: 0; right: 0; background: rgba(255, 255, 255, 0.4); } .medium-insert-embeds-input { position: relative; color: #ccc; z-index: 1; text-align: left; } .medium-insert-embeds-placeholder { position: relative; } .medium-insert-embeds-placeholder:after { position: absolute; top: 0; left: 0; content: attr(data-placeholder); color: #ccc; } .medium-insert-embeds-selected .medium-insert-embed { outline: 2px solid #000; } .medium-insert-embeds-toolbar { display: none; } .medium-insert-embeds .medium-insert-embeds-overlay { position: absolute; width: 100%; height: 100%; top: 0; left: 0; }
medium-editor-insert-plugin/dist/css/medium-editor-insert-plugin.css
.medium-editor-insert-plugin { outline: 0 solid transparent; } .medium-editor-insert-plugin:focus { outline: 0 solid transparent; } .medium-editor-insert-plugin .clearfix:before, .medium-editor-insert-plugin:before, .medium-editor-insert-plugin .clearfix:after, .medium-editor-insert-plugin:after { content: " "; display: table; clear: both; } .medium-editor-insert-plugin p { margin: 1em 0; } .medium-editor-insert-plugin progress { display: block; margin: 1em auto; } .medium-editor-insert-plugin .hide { display: none; } .medium-editor-insert-plugin.medium-editor-placeholder:after { padding: 1em 0; } .medium-editor-insert-plugin .medium-insert-buttons { position: absolute; color: #ddd; font-size: 0.9em; } .medium-editor-insert-plugin .medium-insert-buttons button { display: block; cursor: pointer; color: #ddd; background: #fff; width: 32px; height: 32px; box-sizing: border-box; border-radius: 20px; border: 1px solid #ddd; line-height: 30px; text-align: center; padding: 0; } .medium-editor-insert-plugin .medium-insert-buttons .medium-insert-buttons-show { font-size: 25px; transform: rotate(0); transition: transform 100ms; } .medium-editor-insert-plugin .medium-insert-buttons .medium-insert-buttons-show span { display: block; margin-top: -4px; } .medium-editor-insert-plugin .medium-insert-buttons .medium-insert-buttons-show.medium-insert-buttons-rotate { transition: transform 250ms; transform: rotate(45deg); } .medium-editor-insert-plugin .medium-insert-buttons .medium-insert-buttons-addons { margin: 0; padding: 0; list-style: none; display: none; position: relative; z-index: 2; left: 55px; top: -32px; } .medium-editor-insert-plugin .medium-insert-buttons .medium-insert-buttons-addons li { display: inline-block; margin: 0 5px; } .medium-editor-insert-plugin .medium-insert-buttons .medium-insert-buttons-addons li .fa { font-size: 15px; } .medium-insert-caption-placeholder { position: relative; } .medium-insert-caption-placeholder:after { position: absolute; top: 0; left: 0; width: 100%; text-align: center; content: attr(data-placeholder); } .dragging { cursor: move; } .medium-insert-image-active { outline: 2px solid #000; } .medium-insert-images-toolbar { display: none; } .medium-insert-images { margin: 1em 0; } .medium-insert-images .placeholder { position: relative; margin: 0; padding: 0; border: none; } .medium-insert-images .medium-insert-images-progress { position: absolute; width: 100%; height: 100%; top: 0; right: 0; background: rgba(255, 255, 255, 0.4); } .medium-insert-embeds-input { position: relative; color: #ccc; z-index: 1; text-align: left; } .medium-insert-embeds-placeholder { position: relative; } .medium-insert-embeds-placeholder:after { position: absolute; top: 0; left: 0; content: attr(data-placeholder); color: #ccc; } .medium-insert-embeds-selected .medium-insert-embed { outline: 2px solid #000; } .medium-insert-embeds-toolbar { display: none; } .medium-insert-embeds .medium-insert-embeds-overlay { position: absolute; width: 100%; height: 100%; top: 0; left: 0; }
0.549157
0.092606
html,body { margin:0; padding:0; background-color:#fff; height:auto; text-align: left; font:10pt/14pt Helvetica, Arial, Tahoma, Verdana, sans-serif; } /* --- clearFix --- */ .clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; } .clearfix {display: block;} pre { padding:0; margin:0; } a:link, a:hover, a:visited { color: #003399; } a.button { background-color:#eaeaea; border:1px solid #666; padding-right:4px; padding-left:4px; text-decoration:none; color:#000; font-weight:bold; } a.bigButton { background-color:#eaeaea; border:1px solid #666; padding:2px 6px; text-decoration:none; color:#000; font-weight:bold; font-size:larger; margin-left:3px; /* border-bottom:2px solid #666; border-right:2px solid #666; */ } a.headerLink { text-decoration:none; color:#000; } .notImportaint { color:#a6a6a6; font-style: italic; } input.button { background-color:#eaeaea; border:1px solid #666; width:0; overflow:visible; margin-left:3px; padding:2px 6px; color:#000; font-weight:bold; font-size:larger; } input.button[class] { width: auto; } #container { width:1575px; margin:0 auto; } #header { text-align:right; width: 1550px; margin: 0 auto; } #hTitle { background-color:#0039E6; color:#fff; margin: 0; padding: 0; } #hTitle h1 { margin: 0 0 0 10px; padding: 5px; font-size:16px; } #hMenu { padding: 5px 5px; white-space: nowrap; background-color:#000099; color:#fff; } #hMenu ul, #hMenu li, #hMenu a { margin: 0; padding: 3px 5px; display:inline; list-style-type: none; font-size:14px; font-weight:bold; } #hMenu a, #hMenu a:hover, #hMenu a:visited { color: #fff; text-decoration:none; } #hMenu a:hover { background-color:#0039E6; } #main { width: 1550px; margin: 0 auto 5px auto; background-color:#eaeaea; } #nav { width:175px; float:left; margin: 0 5px 0 4px; background-color:#eaeaea; color:#000; } #nMenu { width: 100%; } #nMenu ul { margin: 0; padding: 0; list-style-type: none; } #nMenu a { display: block; padding: 3px 0px 3px 5px; background-color: #eaeaea; border-bottom: 1px solid #eee; font-weight:bold; text-decoration:none; color:#000; } #nMenu a:hover { background-color: #bbb; } .nSec { margin: 5px 0 3px 0px; padding-bottom:5px; border-bottom:3px double #eee; text-align:justify; } .nSec .title { padding: 1px 0 1px 3px; text-align:left; font-weight:bold; font-size:10pt; font-family: Helvetica, Arial, Tahoma, Verdana, sans-serif; } .nSec p { padding:0; margin:3px 0 0 0; } .nSec ul { padding: 2px; margin: 2px 5px; list-style-type:none; border-left:5px solid #000; } .nSec ul li { font-size:10pt; padding:1px 3px; color:#000; } .nSec ul li a { color:#000; } #content { width:1350px; float:right; text-align:justify; background-color:#fff; padding-left:7px; } .contentSection { margin:25px 0; } ul.menuIndex { list-style-type:none; font-weight:bold; font-size:20pt; } ul.menuIndex li { margin:14px; } ul.menuIndex li a { text-decoration:none; } ul.menuIndex li a:hover { text-decoration:underline; } h2.sectionTitle { margin:10px 0 5px 0; padding:5px; background-color:#000099; /*background-color:#0039E6;*/ color:#fff; } h2.sectionTitle a:hover { color:#fff; } h3.sectionTitle { margin:10px 0 5px 0; padding:3px; background-color:#000099; /*background-color:#0039E6;*/ color:#fff; } h4.sectionTitle { margin:2px 0; padding:2px; background-color:#646464; /*background-color:#0039E6;*/ color:#fff; } table { /* border:1px solid #ccc; */ } table tr th { background-color:#646464; color:#fff; text-align:left; padding-left:4px; } table tr td { border:1px solid #ccc; padding:3px 0px 3px 4px; } table tr.alt { background-color:#D5E6F7; } th.center, td.center { text-align:center; padding-right:0; padding-left:0; } th.monospace, td.monospace { font-family: "Courier New", Courier, monospace; font-weight:bold; } th.right, td.right { text-align:right; padding-right:5px; padding-left:0; } th.left, td.left { text-align:left; padding-right:0; padding-left:0; } a.coloredTDLink { color:#fff; text-decoration:none; font-weight:bold; } td.note { background-color:#ddd; } td.pass { background-color:#228653; color:#fff; font-weight:bold; } td.fail { background-color:#BF0D34; color:#fff; font-weight:bold; } td.oenhance { background-color:#062ba3; color:#fff; font-weight:bold; } td.completed { background-color:#062ba3; color:#fff; font-weight:bold; } td.rejected { background-color:#040404; color:#fff; font-weight:bold; } td.open { background-color:#228653; color:#fff; font-weight:bold; } td.date { text-align:center; } td.noBorder { border:none; } th.date { text-align:center; } #projectHeading { } #projectHeading h1 { padding:5px; font-size:18pt; } #projectHeading #statusStage { margin-left:5px; } #projectOverview { /*border:1px solid #ccc;*/ padding:0 4px; } #projectDescription { /*border:1px solid #ccc;*/ padding:0 4px; } #projectInformation { /*border:1px solid #ccc;*/ padding:0 4px; } #projectInformation table tr th { text-align:right; padding-right:4px; } #projectResources { /*border:1px solid #ccc;*/ padding:0 4px; } #projectEvents { /*border:1px solid #ccc;*/ padding:0 4px; } #projectIssues { /*border:1px solid #ccc;*/ padding:0 4px; } #projectTasks { /*border:1px solid #ccc;*/ padding:0 4px; } .ptDescription { margin:2px 0 2px 15px; } .ptHeader { border-bottom:1px solid #333; } .ptFooter { border-top:1px solid #333; font-size:smaller; } .ptAttributes table tr td { background-color:#fff; } .ptCycle { border-top:1px solid #333; border-left:1px solid #333; border-bottom:1px solid #333; margin-left:0px; margin-bottom:4px; } .ptCycle .ptHeader { background-color:#62D99C; color:#000; font-size:larger; padding:2px; } .ptCycle .ptFooter { background-color:#62D99C; } .ptCycle .ptTitle { margin:5px; font-weight:bold; } .ptDeliverable { border-top:1px solid #333; border-left:1px solid #333; border-bottom:1px solid #333; margin-bottom:4px; } .ptCycle .ptDeliverable { margin-left:25px; margin-top:4px; } .ptDeliverable .ptHeader { background-color:#6B90D4; color:#000; font-size:larger; padding:2px; } .ptDeliverable .ptFooter { background-color:#6B90D4; } .ptDeliverable .ptHeader .ptAttributes { /* border:1px solid #ccc; */ float:right; } .ptAttributes table { margin:0; } .ptAttributes table tr th { background-color:#ccc; color:#000; padding:1px 2px; } .ptAttributes table tr td { /*border-bottom:1px solid #ccc;*/ border:none; border-bottom:1px solid #ccc; border-right:1px solid #ccc; padding:0 3px; margin:0; } .ptDeliverable .ptFooter .ptAttributes { float:right; } .ptDeliverable .ptTitle { margin:5px; font-weight:bold; } .ptTask { border-top:1px solid #333; border-left:1px solid #333; margin-left:25px; margin-top:4px; margin-bottom:4px; border-bottom:1px solid #333; } .ptTask .ptHeader { background-color:#FFCE73; color:#000; } .ptTask .ptFooter { background-color:#FFCE73; } .ptTask .ptHeader .ptAttributes { float:right; } .ptTask .ptFooter .ptAttributes { float:right; } .ptTask .ptTitle { margin:5px; font-weight:bold; } .ptResolution { border-top:1px solid #333; border-left:1px solid #333; margin-left:25px; border-bottom:1px solid #333; } .ptResolution .ptHeader { background-color:#228653; } .ptResolution .ptTitle { margin:5px; font-weight:bold; } .ptResolution p { margin:5px; } .ptDiscussion { border-top:1px solid #333; border-left:1px solid #333; margin-left:50px; } .ptDiscussion .ptHeader { background-color:#ff9473; } .ptDiscussion .ptTitle { margin:5px; font-weight:bold; } .ptDiscussion table tr td { } .ptDiscussion p { margin:2px; } .ptDiscussion td.postInfo { width:100px; text-align:center; border-right:1px solid #ccc; border-bottom:1px solid #ccc; } .ptDiscussion td.alt { background-color:#D5E6F7; } #projectDiscussion { /*border:1px solid #ccc;*/ padding:0 4px; } #projectDiscussion td.postInfo { width:100px; text-align:center; border-right:1px solid #ccc; border-bottom:1px solid #ccc; } #projectDiscussion td.alt { background-color:#D5E6F7; } #projectAcceptance { /*border:1px solid #ccc;*/ padding:0 4px; } #projectAcceptance table tr th { text-align:center; padding-right:0; padding-left:0; } #projectTesting { /*border:1px solid #ccc;*/ padding:0 4px; } .testingSection { padding-bottom:10px; margin-bottom:5px; border-bottom:1px solid #ccc; } #lowerContainer { background-color:#003399; color:#fff; margin: 0px 0 0 0; } #footer { width: 750px; margin: 0 auto; text-align:justify; padding: 0px 0 0 0; } #notice { width:750px; margin: 0 auto; border-top:3px double #fff; margin-bottom: 5px; padding-bottom:5px; text-align:justify; } #notice a { color:#fff; } .notice { margin: 5px auto; border-top:3px double #ccc; border-bottom:3px double #ccc; margin-bottom: 2px; padding-bottom:2px; text-align:center; background-color:#eaeaea; }
inc/css/main.css
html,body { margin:0; padding:0; background-color:#fff; height:auto; text-align: left; font:10pt/14pt Helvetica, Arial, Tahoma, Verdana, sans-serif; } /* --- clearFix --- */ .clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; } .clearfix {display: block;} pre { padding:0; margin:0; } a:link, a:hover, a:visited { color: #003399; } a.button { background-color:#eaeaea; border:1px solid #666; padding-right:4px; padding-left:4px; text-decoration:none; color:#000; font-weight:bold; } a.bigButton { background-color:#eaeaea; border:1px solid #666; padding:2px 6px; text-decoration:none; color:#000; font-weight:bold; font-size:larger; margin-left:3px; /* border-bottom:2px solid #666; border-right:2px solid #666; */ } a.headerLink { text-decoration:none; color:#000; } .notImportaint { color:#a6a6a6; font-style: italic; } input.button { background-color:#eaeaea; border:1px solid #666; width:0; overflow:visible; margin-left:3px; padding:2px 6px; color:#000; font-weight:bold; font-size:larger; } input.button[class] { width: auto; } #container { width:1575px; margin:0 auto; } #header { text-align:right; width: 1550px; margin: 0 auto; } #hTitle { background-color:#0039E6; color:#fff; margin: 0; padding: 0; } #hTitle h1 { margin: 0 0 0 10px; padding: 5px; font-size:16px; } #hMenu { padding: 5px 5px; white-space: nowrap; background-color:#000099; color:#fff; } #hMenu ul, #hMenu li, #hMenu a { margin: 0; padding: 3px 5px; display:inline; list-style-type: none; font-size:14px; font-weight:bold; } #hMenu a, #hMenu a:hover, #hMenu a:visited { color: #fff; text-decoration:none; } #hMenu a:hover { background-color:#0039E6; } #main { width: 1550px; margin: 0 auto 5px auto; background-color:#eaeaea; } #nav { width:175px; float:left; margin: 0 5px 0 4px; background-color:#eaeaea; color:#000; } #nMenu { width: 100%; } #nMenu ul { margin: 0; padding: 0; list-style-type: none; } #nMenu a { display: block; padding: 3px 0px 3px 5px; background-color: #eaeaea; border-bottom: 1px solid #eee; font-weight:bold; text-decoration:none; color:#000; } #nMenu a:hover { background-color: #bbb; } .nSec { margin: 5px 0 3px 0px; padding-bottom:5px; border-bottom:3px double #eee; text-align:justify; } .nSec .title { padding: 1px 0 1px 3px; text-align:left; font-weight:bold; font-size:10pt; font-family: Helvetica, Arial, Tahoma, Verdana, sans-serif; } .nSec p { padding:0; margin:3px 0 0 0; } .nSec ul { padding: 2px; margin: 2px 5px; list-style-type:none; border-left:5px solid #000; } .nSec ul li { font-size:10pt; padding:1px 3px; color:#000; } .nSec ul li a { color:#000; } #content { width:1350px; float:right; text-align:justify; background-color:#fff; padding-left:7px; } .contentSection { margin:25px 0; } ul.menuIndex { list-style-type:none; font-weight:bold; font-size:20pt; } ul.menuIndex li { margin:14px; } ul.menuIndex li a { text-decoration:none; } ul.menuIndex li a:hover { text-decoration:underline; } h2.sectionTitle { margin:10px 0 5px 0; padding:5px; background-color:#000099; /*background-color:#0039E6;*/ color:#fff; } h2.sectionTitle a:hover { color:#fff; } h3.sectionTitle { margin:10px 0 5px 0; padding:3px; background-color:#000099; /*background-color:#0039E6;*/ color:#fff; } h4.sectionTitle { margin:2px 0; padding:2px; background-color:#646464; /*background-color:#0039E6;*/ color:#fff; } table { /* border:1px solid #ccc; */ } table tr th { background-color:#646464; color:#fff; text-align:left; padding-left:4px; } table tr td { border:1px solid #ccc; padding:3px 0px 3px 4px; } table tr.alt { background-color:#D5E6F7; } th.center, td.center { text-align:center; padding-right:0; padding-left:0; } th.monospace, td.monospace { font-family: "Courier New", Courier, monospace; font-weight:bold; } th.right, td.right { text-align:right; padding-right:5px; padding-left:0; } th.left, td.left { text-align:left; padding-right:0; padding-left:0; } a.coloredTDLink { color:#fff; text-decoration:none; font-weight:bold; } td.note { background-color:#ddd; } td.pass { background-color:#228653; color:#fff; font-weight:bold; } td.fail { background-color:#BF0D34; color:#fff; font-weight:bold; } td.oenhance { background-color:#062ba3; color:#fff; font-weight:bold; } td.completed { background-color:#062ba3; color:#fff; font-weight:bold; } td.rejected { background-color:#040404; color:#fff; font-weight:bold; } td.open { background-color:#228653; color:#fff; font-weight:bold; } td.date { text-align:center; } td.noBorder { border:none; } th.date { text-align:center; } #projectHeading { } #projectHeading h1 { padding:5px; font-size:18pt; } #projectHeading #statusStage { margin-left:5px; } #projectOverview { /*border:1px solid #ccc;*/ padding:0 4px; } #projectDescription { /*border:1px solid #ccc;*/ padding:0 4px; } #projectInformation { /*border:1px solid #ccc;*/ padding:0 4px; } #projectInformation table tr th { text-align:right; padding-right:4px; } #projectResources { /*border:1px solid #ccc;*/ padding:0 4px; } #projectEvents { /*border:1px solid #ccc;*/ padding:0 4px; } #projectIssues { /*border:1px solid #ccc;*/ padding:0 4px; } #projectTasks { /*border:1px solid #ccc;*/ padding:0 4px; } .ptDescription { margin:2px 0 2px 15px; } .ptHeader { border-bottom:1px solid #333; } .ptFooter { border-top:1px solid #333; font-size:smaller; } .ptAttributes table tr td { background-color:#fff; } .ptCycle { border-top:1px solid #333; border-left:1px solid #333; border-bottom:1px solid #333; margin-left:0px; margin-bottom:4px; } .ptCycle .ptHeader { background-color:#62D99C; color:#000; font-size:larger; padding:2px; } .ptCycle .ptFooter { background-color:#62D99C; } .ptCycle .ptTitle { margin:5px; font-weight:bold; } .ptDeliverable { border-top:1px solid #333; border-left:1px solid #333; border-bottom:1px solid #333; margin-bottom:4px; } .ptCycle .ptDeliverable { margin-left:25px; margin-top:4px; } .ptDeliverable .ptHeader { background-color:#6B90D4; color:#000; font-size:larger; padding:2px; } .ptDeliverable .ptFooter { background-color:#6B90D4; } .ptDeliverable .ptHeader .ptAttributes { /* border:1px solid #ccc; */ float:right; } .ptAttributes table { margin:0; } .ptAttributes table tr th { background-color:#ccc; color:#000; padding:1px 2px; } .ptAttributes table tr td { /*border-bottom:1px solid #ccc;*/ border:none; border-bottom:1px solid #ccc; border-right:1px solid #ccc; padding:0 3px; margin:0; } .ptDeliverable .ptFooter .ptAttributes { float:right; } .ptDeliverable .ptTitle { margin:5px; font-weight:bold; } .ptTask { border-top:1px solid #333; border-left:1px solid #333; margin-left:25px; margin-top:4px; margin-bottom:4px; border-bottom:1px solid #333; } .ptTask .ptHeader { background-color:#FFCE73; color:#000; } .ptTask .ptFooter { background-color:#FFCE73; } .ptTask .ptHeader .ptAttributes { float:right; } .ptTask .ptFooter .ptAttributes { float:right; } .ptTask .ptTitle { margin:5px; font-weight:bold; } .ptResolution { border-top:1px solid #333; border-left:1px solid #333; margin-left:25px; border-bottom:1px solid #333; } .ptResolution .ptHeader { background-color:#228653; } .ptResolution .ptTitle { margin:5px; font-weight:bold; } .ptResolution p { margin:5px; } .ptDiscussion { border-top:1px solid #333; border-left:1px solid #333; margin-left:50px; } .ptDiscussion .ptHeader { background-color:#ff9473; } .ptDiscussion .ptTitle { margin:5px; font-weight:bold; } .ptDiscussion table tr td { } .ptDiscussion p { margin:2px; } .ptDiscussion td.postInfo { width:100px; text-align:center; border-right:1px solid #ccc; border-bottom:1px solid #ccc; } .ptDiscussion td.alt { background-color:#D5E6F7; } #projectDiscussion { /*border:1px solid #ccc;*/ padding:0 4px; } #projectDiscussion td.postInfo { width:100px; text-align:center; border-right:1px solid #ccc; border-bottom:1px solid #ccc; } #projectDiscussion td.alt { background-color:#D5E6F7; } #projectAcceptance { /*border:1px solid #ccc;*/ padding:0 4px; } #projectAcceptance table tr th { text-align:center; padding-right:0; padding-left:0; } #projectTesting { /*border:1px solid #ccc;*/ padding:0 4px; } .testingSection { padding-bottom:10px; margin-bottom:5px; border-bottom:1px solid #ccc; } #lowerContainer { background-color:#003399; color:#fff; margin: 0px 0 0 0; } #footer { width: 750px; margin: 0 auto; text-align:justify; padding: 0px 0 0 0; } #notice { width:750px; margin: 0 auto; border-top:3px double #fff; margin-bottom: 5px; padding-bottom:5px; text-align:justify; } #notice a { color:#fff; } .notice { margin: 5px auto; border-top:3px double #ccc; border-bottom:3px double #ccc; margin-bottom: 2px; padding-bottom:2px; text-align:center; background-color:#eaeaea; }
0.196826
0.035511
@font-face { font-family: 'BerkshireSwash-Regular'; src: url('../fonts/BerkshireSwash-Regular.ttf') format('truetype'); } @font-face { font-family: 'LobsterTwo-Regular'; src: url('../fonts/LobsterTwo-Regular.ttf') format('truetype'); } @font-face { font-family: 'Ubuntu-Medium'; src: url('../fonts/Ubuntu-Medium.ttf') format('truetype'); } @font-face { font-family: 'Ubuntu-Light'; src: url('../fonts/Ubuntu-Light.ttf') format('truetype'); } .background{ width:100%; position:relative; } .background img{ width:100%; } .brand-text{ position:absolute; width: 45%; text-align:center; top: 20%; font-size: 70px; color: #232323; font-family: 'OpenSans-Light',calibri; } .learn{ color: #9cabb2; display: block; font-family: cursive; text-shadow: 5px 4px 1px rgba(0,0,0,0.5); } .practice{ color: #f9f9d9; display: block; font-family: 'Ubuntu-Medium', calibri; text-shadow: 6px 6px 1px rgba(0,0,0,0.5); } .program{ font-family:'BerkshireSwash-Regular', Calibri; display:block; color: #c3c3c3; text-shadow: 6px 6px 1px rgba(0,0,0,0.5); } .learn-html { width:100%; position:relative; } .learn-html img { width:100%; } .html-code-snip{ position:absolute; width:50%; margin-left:50%; top:0; height:100%; padding: 5% 5% 6% 1%; text-align: center; color:white; } .html-tags{ width:100%; height:80%; background: #f1f1f1; border-left:6px solid gray; font-family:Consolas, monospace; text-align: left; } .code{ padding: 20px; color:black; } .h-btn-start{ height:50px; font-size:22px; width:250px; border-radius:2px; outline:none; background: #7d7b7c; border:none; color: #fff; font-family:'Ubuntu-Light' ,calibri; transition:all 0.33s ease-in-out; box-shadow: 10px 12px 10px rgba(0,0,0,0.1); } .learn-html{ position:relative; width:100%; border-bottom: 20px solid #383e3e; } .html-text{ position:absolute; width:45%; color:white; bottom:7%; text-align:center; text-shadow:7px 7px 5px rgba(0,0,0,0.1); } .html-text p:first-child{ font-size:70px; color:#f46f4a; font-family:'Ubuntu-Medium', calibri; } .html-text p:last-child{ font-size: 30px; } .btn-learn-html{ margin-top: 20px; height: 50px; width: 210px; font-size: 20px; background: #f46f4a; border: none; border-radius: 2px; outline:none; transition:all 0.33s ease-in-out; box-shadow: 10px 12px 10px rgba(0,0,0,0.1); font-family: 'Ubuntu-Light', calibri; } .btn-learn-html:hover, .btn-learn-css:hover, .btn-learn-js:hover, .h-btn-start:hover{ box-shadow:0px 0px 5px rgba(0,0,0,0.2); } .html-output{ width:100%; height: 50px; background: rgba(244, 111, 74, 0.3); margin-top: 15px; border-left: 6px solid #f46f4a; text-align: left; } .h1-output{ padding-left:20px; font-size:32px; font-family: 'Ubuntu-Light'; line-height: 50px; } .learn-css{ width:100%; position:relative; border-bottom: 30px solid #6a6b70; } .learn-css img{ width:100%; } .css-code{ position:absolute; width:50%; height:100%; top:0; padding:6% 5%; text-align: center; } .code-snip{ height: 200px; width:100%; background:#f1f1f1; border-left:6px solid gray; padding:20px; font-family:Consolas,monospace; text-align: left; } .css-output{ height:50px; width:100%; background: rgba(53, 52, 57, 0.5); margin-top:20px; border-left: 6px solid #353439; padding: 0px 10px; text-align: left; } .css-output h1{ font-family:Garamond, Calibri; color: white; line-height: 50px; } .btn-learn-css, .btn-learn-js{ height:50px; width:220px; border:none; border-radius:2px; margin-top: 30px; background: #40aadd; color: #fff; outline:none; font-size:20px; transition:all 0.33s ease-in-out; box-shadow: 10px 12px 10px rgba(0,0,0,0.1); font-family: 'Ubuntu-Light', calibri; } .description{ position:absolute; width:50%; margin-left: 50%; bottom: 10px; padding-right:30px; text-align: center; color:white; text-shadow:6px 5px 5px rgba(0,0,0,0.2); } .description h1{ font-size:60px; font-family:'OpenSans-SemiBold', calibri; color: #272727; } .description span{ font-size:35px; } .learn-js{ width:100%; position:relative; } .learn-js img{ width:100%; } .about-js{ position:absolute; width: 50%; top: 20%; margin-left: 50%; text-align: center; color: white; font-family:'Ubuntu-Light', calibri; } .js-desc{ font-size: 35px; color: #ffd; } .js-desc span:first-child{ display:block; font-size:60px; margin-bottom:20px; color: #ffff88; font-family:'OpenSans-Light'; } .js-desc span:last-child{ display:block; } .btn-learn-js{ background: #ffff88; color: black; margin-top: 40px; } @media screen and (max-width:1270px){ .code{ font-size:13px; } } @media screen and (max-width:1180px){ .brand-text{ top:16%; } .brand-text{ font-size:65px; } .html-text p:first-child{ font-size:60px; } .html-text p:last-child{ font-size: 28px; } .html-output{ height:40px; } .h1-output{ line-height:40px; font-size:22px; } .description{ bottom:0; } } @media screen and (max-width:1150px){ .code{ padding:10px; font-size:12px; } .html-output{ height:30px; } .h1-output{ line-height:30px; font-size:14px; } .btn-learn-html{ height:40px; width:170px; font-size:16px; } .btn-learn-css{ margin-top:15px; } .about-js{ top:10%; } .js-desc{ font-size:30px; } } @media screen and (max-width:1050px){ .code{ font-size:11px; } .html-output{ display:none; } .code-snip{ height: 140px; } .description h1{ font-size:45px; } .description span{ font-size:25px; } .css-output{ height:50px; } .css-output h1{ line-height:50px; font-size:22px; } .btn-learn-css{ height:40px; width:190px; } } @media screen and (max-width:980px){ .brand-text{ top:15%; } .brand-text{ font-size:55px; } .html-text p:first-child{ font-size:50px; } .html-text p:last-child{ font-size: 24px; } } @media screen and (max-width:940px){ .html-tags{ height:90%; } .btn-learn-html{ margin-top:15px; } .btn-learn-js{ height:40px; width:190px; font-size:18px; margin-top:20px; } .js-desc span:first-child{ font-size:50px; } } @media screen and (max-width:850px){ .brand-text{ top:13%; } .brand-text{ font-size:45px; } .html-text p:first-child{ font-size:40px; } .html-text p:last-child{ font-size: 20px; } .css-output{ display:none; } } @media screen and (max-width:840px){ .html-tags{ display:none; } .btn-learn-html, .h-btn-start{ margin-top:30%; height:45px; width:200px; font-size:18px; } .h-btn-start{ margin-top:0px; } .description h1{ font-size:35px; } .description span{ font-size:20px; } .js-desc{ font-size:25px; } .js-desc span:first-child{ font-size:40px; } } @media screen and (max-width:710px){ .js-desc span:first-child{ font-size:35px; } .js-desc{ font-size:20px; } } @media screen and (max-width:680px){ .brand-text{ font-size:40px; } .h-btn-start, .btn-learn-html, .btn-learn-css, .btn-learn-js{ font-size:18px; width:180px; height:40px; } .html-text p:first-child{ font-size:30px; } .html-text p:last-child{ font-size: 18px; } .description h1{ margin-left:10px; font-size:25px; } .description span{ font-size:18px; } } @media screen and (max-width:610px){ .code-snip{ display:none; } .btn-learn-css{ margin-top:30%; } .btn-learn-js{ margin-top:10px; } .js-desc{ font-size:18px; } } @media screen and (max-width:580px){ .brand-text{ font-size:30px; } .program, .practice, .learn{ text-shadow:none; } .h-btn-start, .btn-learn-html, .btn-learn-css, .btn-learn-js{ font-size:16px; width:150px; height:35px; margin-top:10px; } .btn-learn-html, .btn-learn-css{ margin-top:30%; } .html-text p:first-child{ font-size:26px; } .html-text p:last-child{ font-size: 14px; } .js-desc span:first-child{ font-size:25px; } .js-desc{ font-size:16px; } } @media screen and (max-width:530px){ .description h1{ margin-left:20px; font-size:20px; } .description span{ font-size:16px; } } @media screen and (max-width:480px){ .brand-text{ top:18%; } .brand-text{ font-size:20px; } .h-btn-start, .btn-learn-html, .btn-learn-css, .btn-learn-js{ font-size:14px; width:120px; height:30px; margin-top:20px; } .btn-learn-html, .btn-learn-css{ margin-top:30%; } .html-text p:first-child{ font-size:19px; } .html-text p:last-child{ font-size: 12px; } .btn-learn-js{ margin-top:10px; } .js-desc span:first-child{ font-size:22px; margin-bottom:10px; } .js-desc{ font-size:14px; } } @media screen and (max-width:420px){ .description{ bottom:-10px; } .description h1{ font-size:20px; } .description span{ font-size:14px; } .js-desc{ font-size:12px; } } @media screen and (max-width:380px){ .h-btn-start, .btn-learn-html,.btn-learn-css, .btn-learn-js{ font-size:12px; width:100px; height:25px; margin-top:0px; } .btn-learn-js{ margin-top:5px; } .btn-learn-html, .btn-learn-css{ margin-top:30%; } .html-text p:first-child{ font-size:15px; } .html-text p:last-child{ font-size: 11px; } .description h1{ font-size:16px; } .description span{ font-size:12px; } .js-desc span:first-child{ font-size:18px; margin-bottom:0px; } } @media screen and (max-width:330px){ .description h1{ font-size:14px; } .description span{ font-size:10px; } .js-desc span:last-child{ display:none; } .js-desc span:first-child{ margin-bottom:5px; } } @media screen and (max-width:350px){ .brand-text{ font-size:13px; } .h-btn-start{ margin-top:15px; } .html-text p:first-child{ font-size:10px; } .html-text{ bottom:5%; } .html-text p:last-child{ font-size: 8px; } }
FrontCode/css/homepage.css
@font-face { font-family: 'BerkshireSwash-Regular'; src: url('../fonts/BerkshireSwash-Regular.ttf') format('truetype'); } @font-face { font-family: 'LobsterTwo-Regular'; src: url('../fonts/LobsterTwo-Regular.ttf') format('truetype'); } @font-face { font-family: 'Ubuntu-Medium'; src: url('../fonts/Ubuntu-Medium.ttf') format('truetype'); } @font-face { font-family: 'Ubuntu-Light'; src: url('../fonts/Ubuntu-Light.ttf') format('truetype'); } .background{ width:100%; position:relative; } .background img{ width:100%; } .brand-text{ position:absolute; width: 45%; text-align:center; top: 20%; font-size: 70px; color: #232323; font-family: 'OpenSans-Light',calibri; } .learn{ color: #9cabb2; display: block; font-family: cursive; text-shadow: 5px 4px 1px rgba(0,0,0,0.5); } .practice{ color: #f9f9d9; display: block; font-family: 'Ubuntu-Medium', calibri; text-shadow: 6px 6px 1px rgba(0,0,0,0.5); } .program{ font-family:'BerkshireSwash-Regular', Calibri; display:block; color: #c3c3c3; text-shadow: 6px 6px 1px rgba(0,0,0,0.5); } .learn-html { width:100%; position:relative; } .learn-html img { width:100%; } .html-code-snip{ position:absolute; width:50%; margin-left:50%; top:0; height:100%; padding: 5% 5% 6% 1%; text-align: center; color:white; } .html-tags{ width:100%; height:80%; background: #f1f1f1; border-left:6px solid gray; font-family:Consolas, monospace; text-align: left; } .code{ padding: 20px; color:black; } .h-btn-start{ height:50px; font-size:22px; width:250px; border-radius:2px; outline:none; background: #7d7b7c; border:none; color: #fff; font-family:'Ubuntu-Light' ,calibri; transition:all 0.33s ease-in-out; box-shadow: 10px 12px 10px rgba(0,0,0,0.1); } .learn-html{ position:relative; width:100%; border-bottom: 20px solid #383e3e; } .html-text{ position:absolute; width:45%; color:white; bottom:7%; text-align:center; text-shadow:7px 7px 5px rgba(0,0,0,0.1); } .html-text p:first-child{ font-size:70px; color:#f46f4a; font-family:'Ubuntu-Medium', calibri; } .html-text p:last-child{ font-size: 30px; } .btn-learn-html{ margin-top: 20px; height: 50px; width: 210px; font-size: 20px; background: #f46f4a; border: none; border-radius: 2px; outline:none; transition:all 0.33s ease-in-out; box-shadow: 10px 12px 10px rgba(0,0,0,0.1); font-family: 'Ubuntu-Light', calibri; } .btn-learn-html:hover, .btn-learn-css:hover, .btn-learn-js:hover, .h-btn-start:hover{ box-shadow:0px 0px 5px rgba(0,0,0,0.2); } .html-output{ width:100%; height: 50px; background: rgba(244, 111, 74, 0.3); margin-top: 15px; border-left: 6px solid #f46f4a; text-align: left; } .h1-output{ padding-left:20px; font-size:32px; font-family: 'Ubuntu-Light'; line-height: 50px; } .learn-css{ width:100%; position:relative; border-bottom: 30px solid #6a6b70; } .learn-css img{ width:100%; } .css-code{ position:absolute; width:50%; height:100%; top:0; padding:6% 5%; text-align: center; } .code-snip{ height: 200px; width:100%; background:#f1f1f1; border-left:6px solid gray; padding:20px; font-family:Consolas,monospace; text-align: left; } .css-output{ height:50px; width:100%; background: rgba(53, 52, 57, 0.5); margin-top:20px; border-left: 6px solid #353439; padding: 0px 10px; text-align: left; } .css-output h1{ font-family:Garamond, Calibri; color: white; line-height: 50px; } .btn-learn-css, .btn-learn-js{ height:50px; width:220px; border:none; border-radius:2px; margin-top: 30px; background: #40aadd; color: #fff; outline:none; font-size:20px; transition:all 0.33s ease-in-out; box-shadow: 10px 12px 10px rgba(0,0,0,0.1); font-family: 'Ubuntu-Light', calibri; } .description{ position:absolute; width:50%; margin-left: 50%; bottom: 10px; padding-right:30px; text-align: center; color:white; text-shadow:6px 5px 5px rgba(0,0,0,0.2); } .description h1{ font-size:60px; font-family:'OpenSans-SemiBold', calibri; color: #272727; } .description span{ font-size:35px; } .learn-js{ width:100%; position:relative; } .learn-js img{ width:100%; } .about-js{ position:absolute; width: 50%; top: 20%; margin-left: 50%; text-align: center; color: white; font-family:'Ubuntu-Light', calibri; } .js-desc{ font-size: 35px; color: #ffd; } .js-desc span:first-child{ display:block; font-size:60px; margin-bottom:20px; color: #ffff88; font-family:'OpenSans-Light'; } .js-desc span:last-child{ display:block; } .btn-learn-js{ background: #ffff88; color: black; margin-top: 40px; } @media screen and (max-width:1270px){ .code{ font-size:13px; } } @media screen and (max-width:1180px){ .brand-text{ top:16%; } .brand-text{ font-size:65px; } .html-text p:first-child{ font-size:60px; } .html-text p:last-child{ font-size: 28px; } .html-output{ height:40px; } .h1-output{ line-height:40px; font-size:22px; } .description{ bottom:0; } } @media screen and (max-width:1150px){ .code{ padding:10px; font-size:12px; } .html-output{ height:30px; } .h1-output{ line-height:30px; font-size:14px; } .btn-learn-html{ height:40px; width:170px; font-size:16px; } .btn-learn-css{ margin-top:15px; } .about-js{ top:10%; } .js-desc{ font-size:30px; } } @media screen and (max-width:1050px){ .code{ font-size:11px; } .html-output{ display:none; } .code-snip{ height: 140px; } .description h1{ font-size:45px; } .description span{ font-size:25px; } .css-output{ height:50px; } .css-output h1{ line-height:50px; font-size:22px; } .btn-learn-css{ height:40px; width:190px; } } @media screen and (max-width:980px){ .brand-text{ top:15%; } .brand-text{ font-size:55px; } .html-text p:first-child{ font-size:50px; } .html-text p:last-child{ font-size: 24px; } } @media screen and (max-width:940px){ .html-tags{ height:90%; } .btn-learn-html{ margin-top:15px; } .btn-learn-js{ height:40px; width:190px; font-size:18px; margin-top:20px; } .js-desc span:first-child{ font-size:50px; } } @media screen and (max-width:850px){ .brand-text{ top:13%; } .brand-text{ font-size:45px; } .html-text p:first-child{ font-size:40px; } .html-text p:last-child{ font-size: 20px; } .css-output{ display:none; } } @media screen and (max-width:840px){ .html-tags{ display:none; } .btn-learn-html, .h-btn-start{ margin-top:30%; height:45px; width:200px; font-size:18px; } .h-btn-start{ margin-top:0px; } .description h1{ font-size:35px; } .description span{ font-size:20px; } .js-desc{ font-size:25px; } .js-desc span:first-child{ font-size:40px; } } @media screen and (max-width:710px){ .js-desc span:first-child{ font-size:35px; } .js-desc{ font-size:20px; } } @media screen and (max-width:680px){ .brand-text{ font-size:40px; } .h-btn-start, .btn-learn-html, .btn-learn-css, .btn-learn-js{ font-size:18px; width:180px; height:40px; } .html-text p:first-child{ font-size:30px; } .html-text p:last-child{ font-size: 18px; } .description h1{ margin-left:10px; font-size:25px; } .description span{ font-size:18px; } } @media screen and (max-width:610px){ .code-snip{ display:none; } .btn-learn-css{ margin-top:30%; } .btn-learn-js{ margin-top:10px; } .js-desc{ font-size:18px; } } @media screen and (max-width:580px){ .brand-text{ font-size:30px; } .program, .practice, .learn{ text-shadow:none; } .h-btn-start, .btn-learn-html, .btn-learn-css, .btn-learn-js{ font-size:16px; width:150px; height:35px; margin-top:10px; } .btn-learn-html, .btn-learn-css{ margin-top:30%; } .html-text p:first-child{ font-size:26px; } .html-text p:last-child{ font-size: 14px; } .js-desc span:first-child{ font-size:25px; } .js-desc{ font-size:16px; } } @media screen and (max-width:530px){ .description h1{ margin-left:20px; font-size:20px; } .description span{ font-size:16px; } } @media screen and (max-width:480px){ .brand-text{ top:18%; } .brand-text{ font-size:20px; } .h-btn-start, .btn-learn-html, .btn-learn-css, .btn-learn-js{ font-size:14px; width:120px; height:30px; margin-top:20px; } .btn-learn-html, .btn-learn-css{ margin-top:30%; } .html-text p:first-child{ font-size:19px; } .html-text p:last-child{ font-size: 12px; } .btn-learn-js{ margin-top:10px; } .js-desc span:first-child{ font-size:22px; margin-bottom:10px; } .js-desc{ font-size:14px; } } @media screen and (max-width:420px){ .description{ bottom:-10px; } .description h1{ font-size:20px; } .description span{ font-size:14px; } .js-desc{ font-size:12px; } } @media screen and (max-width:380px){ .h-btn-start, .btn-learn-html,.btn-learn-css, .btn-learn-js{ font-size:12px; width:100px; height:25px; margin-top:0px; } .btn-learn-js{ margin-top:5px; } .btn-learn-html, .btn-learn-css{ margin-top:30%; } .html-text p:first-child{ font-size:15px; } .html-text p:last-child{ font-size: 11px; } .description h1{ font-size:16px; } .description span{ font-size:12px; } .js-desc span:first-child{ font-size:18px; margin-bottom:0px; } } @media screen and (max-width:330px){ .description h1{ font-size:14px; } .description span{ font-size:10px; } .js-desc span:last-child{ display:none; } .js-desc span:first-child{ margin-bottom:5px; } } @media screen and (max-width:350px){ .brand-text{ font-size:13px; } .h-btn-start{ margin-top:15px; } .html-text p:first-child{ font-size:10px; } .html-text{ bottom:5%; } .html-text p:last-child{ font-size: 8px; } }
0.373076
0.055056
@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700,800,900&display=swap'); @import url('https://fonts.googleapis.com/css2?family=Rancho&display=swap'); * { margin: 0; padding: 0; box-sizing: border-box; font-family: 'Poppins', sans-serif; } body { overflow-x: hidden; background: #fff; background: linear-gradient(#8b016a,#6f1159); min-height: 100vh; } #header { position: absolute; top: 0; left: 0; width: 100%; padding: 30px 100px; display: flex; justify-content: space-between; align-items: center; z-index: 10000; } #header .logo { color: #fff; font-weight: 700; font-size: 2em; text-decoration: none; } #header ul { display: flex; justify-content: center; align-items: center; } #header ul li { list-style: none; margin-left: 20px; } #header ul li a { text-decoration: none; padding: 6px 15px; color: #fff; border-radius: 20px; } #header ul li a:hover, #header ul li a.active { background: #fff; color: #111; } section { position: relative; width: 100%; height: 100vh; display: flex; justify-content: center; align-items: center; } section img { position: absolute; bottom: 0; left: 0; width: 100%; pointer-events: none; } section img#lamp { mix-blend-mode: screen; } section img#masjid { transform: translateY(-20px); } section img#stars2 { display: none; } section #text { position: absolute; top: 50%; right: -100%; transform: translateY(-50%); color: #fff; font-size: 10vw; text-shadow: 0 10px 15px rgb(0,0,0,0.25); white-space: nowrap; font-family: 'Rancho', cursive; } .sec { position: relative; padding: 100px; background: #96283a; } .sec h2 { font-size: 3em; color: #fff; margin-bottom: 10px; } .sec p { font-size: 1em; color: #fff; font-weight: 300; } @media (max-width: 992px) { #header { padding: 20px; } #header .logo { font-size: 1.5em; } #header ul { display: none; } #header ul.active { position: fixed; top: 0; left: 0; display: flex; justify-content: center; align-items: center; flex-direction: column; width: 100%; height: 100vh; background: #6f1159; } #header ul li { margin-left: 0; } #header ul li a { margin: 5px 0; font-size: 1.5em; border-radius: 30px; display: inline-block; } .toggle { position: relative; width: 30px; height: 30px; cursor: pointer; background: url(menu.png); background-size: 30px; background-position: center; background-repeat: no-repeat; z-index: 100; } .toggle.active { position: fixed; top: 20px; right: 20px; background: url(close.png); background-size: 25px; background-position: center; background-repeat: no-repeat; } /* section img { position: absolute; max-width: 100%; height: initial; object-fit: initial; }*/ section img#masjid { transform: translateY(-10px); } section #text { font-size: 15vw; } section img#stars2 { display: block; width: 100%; height: 100%; object-fit: cover; } .sec { padding: 20px; } .sec h2 { font-size: 1.5em; } }
210501/20-Eid2021/style.css
@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700,800,900&display=swap'); @import url('https://fonts.googleapis.com/css2?family=Rancho&display=swap'); * { margin: 0; padding: 0; box-sizing: border-box; font-family: 'Poppins', sans-serif; } body { overflow-x: hidden; background: #fff; background: linear-gradient(#8b016a,#6f1159); min-height: 100vh; } #header { position: absolute; top: 0; left: 0; width: 100%; padding: 30px 100px; display: flex; justify-content: space-between; align-items: center; z-index: 10000; } #header .logo { color: #fff; font-weight: 700; font-size: 2em; text-decoration: none; } #header ul { display: flex; justify-content: center; align-items: center; } #header ul li { list-style: none; margin-left: 20px; } #header ul li a { text-decoration: none; padding: 6px 15px; color: #fff; border-radius: 20px; } #header ul li a:hover, #header ul li a.active { background: #fff; color: #111; } section { position: relative; width: 100%; height: 100vh; display: flex; justify-content: center; align-items: center; } section img { position: absolute; bottom: 0; left: 0; width: 100%; pointer-events: none; } section img#lamp { mix-blend-mode: screen; } section img#masjid { transform: translateY(-20px); } section img#stars2 { display: none; } section #text { position: absolute; top: 50%; right: -100%; transform: translateY(-50%); color: #fff; font-size: 10vw; text-shadow: 0 10px 15px rgb(0,0,0,0.25); white-space: nowrap; font-family: 'Rancho', cursive; } .sec { position: relative; padding: 100px; background: #96283a; } .sec h2 { font-size: 3em; color: #fff; margin-bottom: 10px; } .sec p { font-size: 1em; color: #fff; font-weight: 300; } @media (max-width: 992px) { #header { padding: 20px; } #header .logo { font-size: 1.5em; } #header ul { display: none; } #header ul.active { position: fixed; top: 0; left: 0; display: flex; justify-content: center; align-items: center; flex-direction: column; width: 100%; height: 100vh; background: #6f1159; } #header ul li { margin-left: 0; } #header ul li a { margin: 5px 0; font-size: 1.5em; border-radius: 30px; display: inline-block; } .toggle { position: relative; width: 30px; height: 30px; cursor: pointer; background: url(menu.png); background-size: 30px; background-position: center; background-repeat: no-repeat; z-index: 100; } .toggle.active { position: fixed; top: 20px; right: 20px; background: url(close.png); background-size: 25px; background-position: center; background-repeat: no-repeat; } /* section img { position: absolute; max-width: 100%; height: initial; object-fit: initial; }*/ section img#masjid { transform: translateY(-10px); } section #text { font-size: 15vw; } section img#stars2 { display: block; width: 100%; height: 100%; object-fit: cover; } .sec { padding: 20px; } .sec h2 { font-size: 1.5em; } }
0.405449
0.05163
@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700,800,900|Niconne'); @import url('https://fonts.googleapis.com/css?family=Great+Vibes|Poppins:200,300,400,500,600,700,800,900'); /* font-family: 'Great Vibes', cursive; font-family: 'Poppins', sans-serif; */ body{ font-family: 'Montserrat', sans-serif; } a{ color: #3a3a3a; transition: all 200ms linear 0s; } a:hover, a:focus{ color: #b33236; text-decoration: none; } h1, h2, h3, h4, h5, h6{ font-family: 'Montserrat', sans-serif; letter-spacing: 0; font-weight: 700; color: #3a3a3a; } .product-details-inner h3{color:#b33236} p{ font-size: 14px; line-height: 20px; margin-bottom: 5px; color: #555; font-weight: 500; } .short-description p{ color:#333; } .btn-link:hover, .btn-link:focus { text-decoration: none; } .preloader { position: fixed; left: 0px; top: 0px; width: 100%; height: 100%; z-index: 9999; background-color: #ffffff; background-position: center center; background-repeat: no-repeat; background-image: url(../images/loader.gif); } .sect_pad { padding: 100px 0; } .sect_pad2 { padding: 100px 0 50px; } .sect_pad3 { padding: 100px 0 0; } .sect_title { margin-bottom: 30px; } .sect_title h1, .sect_title h2, .sect_title h3, .sect_title h4{ text-transform: uppercase; } .sect_title .curve_title, .main_slider .item_caption .curve_title { font-family: 'Great Vibes', cursive; font-size: 46px; font-weight: 400; text-transform: capitalize; } .sect_title .big_title{ color: #3a3a3a; font-size: 40px; font-weight: 700; } button:focus, .btn:focus, .form-control:focus{ outline: none; box-shadow: none; border: 1px solid #b33236; } select{ line-height: normal; border-radius: 0; -webkit-appearance: none; -moz-appearance: none; background-image: url(../../assets/images/arrow.html); -webkit-background-size: 9px 6px; background-size: 9px 6px; background-position: right 0rem center; -webkit-background-origin: content-box; background-origin: content-box; background-repeat: no-repeat; max-width: 100%; background-color: #fff; height: 36px; border: 1px solid #dedede; width: 100%; font-size: 14px; color: #999; padding: 6px 12px; } .sect_title h3 { color: #0b0b0b; font-size: 57px; text-transform: uppercase; font-weight: 900; letter-spacing: 0; font-family: 'Poppins', sans-serif; } .sect_title h4 { font-size: 15px; letter-spacing: 6px; position: relative; display: inline-block; line-height: 20px; color: #162334; font-family: 'Poppins', sans-serif; } .sect_title h4:before{ content: ''; position: absolute; top: 50%; left: -120px; transform: translateY(-50%); width: 95px; height: 3px; display: block; background: #162334; } .sect_title h4:after{ content: ''; position: absolute; top: 50%; right: -120px; transform: translateY(-50%); width: 95px; height: 3px; display: block; background: #162334; } .sect_title p{ max-width: 550px; margin: 0 auto; } .title_one{ font-size: 21px; font-weight: 400; line-height: 25px; display: block; margin-bottom: 6px; } .simple_btn{ position: relative; display: inline-block; font-size: 15px; margin-top: 30px; padding: 0 30px; text-transform: uppercase; line-height: 45px; border: 2px solid; font-weight: 600; cursor: pointer; background: transparent; } .simple_btn:before{ content: ''; display: block; position: absolute; background: #b33236; left: 0; bottom: 100%; width: 100%; height: 0; transition: all 0.3s; z-index: -1; } .simple_btn:hover, .simple_btn:focus{ color: #fff; border: 2px solid #b33236; } .simple_btn:hover:before{ height: 100%; bottom: 0; } .btn1{ border: 1px solid #ccc3c3; background: transparent; color: #0b0b0b; padding: 0 10px; line-height: 33px; } .btn:focus, btn1:focus{ outline: none; box-shadow: none; color: #fff; } .btn1:focus{ border: 1px solid #dad; } /*--------- Btn Top -----------*/ .cd-top { display: inline-block; position: fixed; bottom: 50px; right: 20px; box-shadow: 0 0 10px rgba(0, 0, 0, 0.05); overflow: hidden; white-space: nowrap; background: #b33236; visibility: hidden; 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; text-align: center; text-decoration: none; z-index: 999; } .cd-top:focus { text-decoration: none; } .cd-top i { color: #fff; line-height: 45px; display: block; font-size: 17px; } .cd-top.cd-is-visible { visibility: visible; opacity: 1; width: 45px; height: 45px; border-radius: 0; bottom: 70px; } .cd-top.cd-fade-out { opacity: 1; z-index: 9999; } .no-touch .cd-top:hover { background-color: #e86256; opacity: 1; } @media only screen and (min-width: 1024px) { .cd-top { height: 45px; width: 45px; border-radius: 0; right: 35px; bottom: 100px; transition: all 300ms linear 0s; } } .bg_two{ background: #f9f9f9; } .bg_img_area{ position: relative; } .bg_img_left{ position: absolute; top: 0; left: 0; width: 100%; height: 100%; display: block; background: url(../images/background/1.png) no-repeat; } .bg_img_left.img_2{ background: url(../images/background/3.png) no-repeat; } .bg_overlay{ opacity: 0.3; } .bg_img_right{ position: absolute; top: 0; right: 0; width: 100%; height: 100%; display: block; background: url(../images/background/2.png) no-repeat 100% 100% scroll; } .social-links a { width: 35px; height: 35px; line-height: 35px; color: #fff; background-color: #1b4e9b; margin: 0 2px; display: inline-block; text-align: center; font-size: 17px; } .social-links a.tw { background-color: #00aeef; } .social-links a.gp { background-color: #c00; } .social-links a.gp { background-color: #c00; } .social-links a.pr { background-color: #c8232c; } .search_box{ position: relative; top: -44px; z-index: 1; } .search_box_inner{ padding: 25px; background: #fff; -webkit-box-shadow: 0px 0px 17px 0px rgba(0,0,0,0.15); -moz-box-shadow: 0px 0px 17px 0px rgba(0,0,0,0.15); box-shadow: 0px 0px 17px 0px rgba(0,0,0,0.15); } .search_box_inner .btn{ border-radius: 0; font-size: 15px; display: block; line-height: 36px; padding: 0 14px; width: 100%; } .search_box_inner .form-control, .search_box_inner .input-group-text{ border-radius: 0; } .search_box_inner .input-group-text{ background: #b33236; border: 1px solid #b33236; } .search_box_inner .form-control::placeholder{ font-size: 14px; } .search_box_inner .form-control:focus{ outline: none; box-shadow: none; border: 1px solid #b33236; } .search_box_inner .input-group-text i{ color: #fff; } /*-------------------- Header ----------------------*/ .header_top_area{ position: relative; width: 100%; height: 100%; } .header_top { position: absolute; width: 100%; z-index: 999; text-transform: uppercase; border-bottom: 1px solid #a2a2a2; background: #fafafa; } .header_top .navbar-nav .nav-link { color: #777; font-size: 14px; font-weight: 600; padding: 0 15px; transition: auto; } .header_top .navbar-nav .nav-link:hover { color: #b33236; } .header_top .navbar-nav .nav-item.active .nav-link { color: #b33236; } .header_top.menu_fixed { width: 100%; display: block; position: fixed; font-weight: bold; background: #1d1d1d; -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.5); -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.5); box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.5); border-bottom: 1px solid #1d1d1d; transition: all 300ms linear 0s; height: auto; z-index: 9999; color: #fff !important; top: 0; } .header_top.menu_fixed .navbar-nav .nav-link:hover { color: #b33236; } .header_top.menu_fixed .navbar-nav .nav-item.active .nav-link { color: #b33236; } @media (min-width: 992px){ .navbar-expand-lg .navbar-nav .dropdown-menu.search_box{ position: absolute; top: 100%; right: 0; width: 100%; height: 0; margin: 0; padding: 0; } .navbar-expand-lg .navbar-nav .dropdown-menu.cart_box{ position: absolute; top: 101%; right: 0; width: 20%; margin: 0; margin-left: auto; padding: 10px 0; text-align: center; } .navbar-expand-lg .navbar-nav .dropdown-menu { position: absolute; top: 50px; margin: 0; } } .dropdown-menu{ font-size: 14px; text-transform: capitalize; background: #fff; } .dropdown-menu{ font-size: 14px; text-transform: capitalize; } .header_top.menu_fixed .dropdown-item:focus, .dropdown-item:hover { background: #b33236; } .search_box .card{ background: #272727; border-radius: 0; border: 0; } .search_box .card .form-control{ background: #444; font-size: 15px; border: 0; border-radius: 0; color: #ececec; } .search_box .card .form-control::placeholder{ color: #b3b3b3; } .search_box .card .btn{ background: #b33236; border-radius: 0; line-height: 30px; border: 1px solid #b33236; font-size: 15px; color: #ffffff; } .cart_box{ background: #444; padding: 15px; } .cart_box p{ color: #fff; } .navbar{ border-bottom: 0; padding: .5rem 0; } .main_slider .item { overflow: hidden; position: relative; } .main_slider .item:before { content: ''; position: absolute; top: 0; bottom: 0; left: 0; right: 0; display: block; background: rgba(0, 0, 0, 0.5); } .main_slider .item img { max-width: 100%; } .main_slider .item .item_caption { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 60%; z-index: 2; text-align: center; } .main_slider .item .item_caption h3 { color: #fff; letter-spacing: 0.5px; animation-duration: .9s; } .main_slider .item .item_caption h2 { color: #fff; font-size: 50px; margin: 20px 0 30px; font-weight: 800; text-transform: uppercase; animation-duration: .9s; animation-delay: .3s; } .main_slider .item .item_caption a { display: inline-block; font-size: 15px; line-height: 40px; border: 1px solid #fafafa; width: 135px; text-align: center; color: #fff; letter-spacing: 1px; animation-duration: .9s; animation-delay: .5s; text-transform: uppercase; } .main_slider .item .item_caption a:hover { background: #b33236; border: 1px solid #b33236; color: #fff; } .main_slider .owl-nav { position: absolute; top: 50%; left: 0; color: #fff; right: 0; } .main_slider .owl-nav .owl-next, .main_slider .owl-nav .owl-prev{ width: 45px; height: 70px; background: rgba(0,0,0,0.5); text-align: center; position: absolute; display: inline-block; -webkit-transition-duration: 0.5s; -webkit-transition-timing-function: linear; transition: all 0.5s ease 0s; opacity: 0; border: 0; } .main_slider .owl-nav .owl-next:hover, .main_slider .owl-nav .owl-prev:hover, .main_slider .owl-nav .owl-next:focus, .main_slider .owl-nav .owl-prev:focus{ background: rgba(0,0,0,1); } .main_slider .owl-nav .owl-prev{ left: 0; } .main_slider .owl-nav .owl-next{ right: 0; } .main_slider:hover .owl-nav .owl-prev{ left: 30px; opacity: 1; } .main_slider:hover .owl-nav .owl-next{ right: 30px; opacity: 1; } .main_slider .owl-nav .owl-next i, .main_slider .owl-nav .owl-prev i{ display: block; line-height: 70px; font-size: 21px; color: #bbb; } .main_slider .owl-nav .owl-next:hover{ -webkit-box-shadow: -100px 0 0 #b33236 inset; } .main_slider .owl-nav .owl-prev:hover{ -webkit-box-shadow: -100px 0 0 #b33236 inset } .main_slider .owl-nav .owl-next:hover i, .main_slider .owl-nav .owl-prev:hover i, .main_slider .owl-nav .owl-next:focus i, .main_slider .owl-nav .owl-prev:focus i{ color: #fff; } .main_slider .owl-nav .owl-next:hover, .main_slider .owl-nav .owl-prev:hover, .main_slider .owl-nav .owl-next:focus, .main_slider .owl-nav .owl-prev:focus{ border: 0; } .owl-nav { position: absolute; top: calc(50% - 25px); left: 0; color: #fff; right: 0; } .owl-nav .owl-next, .owl-nav .owl-prev{ width: 45px; height: 50px; text-align: center; position: absolute; display: inline-block; -webkit-transition-duration: 0.3s; -webkit-transition-timing-function: linear; transition: all 0.3s ease 0s; border: 1px solid #ddd; } .owl-nav .owl-prev{ left: -70px; transform: translatey(-50%); } .owl-nav .owl-next{ right: -70px; transform: translatey(-50%); } .owl-nav .owl-next i, .owl-nav .owl-prev i{ display: block; font-size: 21px; color: #ddd; line-height: 50px; } .owl-nav .owl-next:hover, .owl-nav .owl-prev:hover, .owl-nav .owl-next:focus, .owl-nav .owl-prev:focus{ background: #b33236; border: 1px solid #b33236; } .owl-nav .owl-next:hover i, .owl-nav .owl-prev:hover i, .owl-nav .owl-next:focus i, .owl-nav .owl-prev:focus i{ color: #fff; } /*---------------------------- Cart Box ------------------------------*/ .cart-header{ border-bottom: 1px solid #ddd; } .cart-box{ padding: 15px; list-style: none; border: 1px solid #ddd; } .cart-content{ padding: 15px; } .cart-content .img-box{ max-width: 60px; margin-right: 10px; } .cart-content .delete_box{ max-width: 20px; width: 100%; text-align: right; } .cart-content .content{ max-width: calc(100% - 90px); width: 100%; } /*---------------------------- Metis Menu ------------------------------*/ #sidebarCollapse { border-radius: 0; border: 0; background: #eefdf1; padding: 0 10px; } #sidebarCollapse i { font-size: 19px; margin-left: 0; color: #b33135; line-height: 35px; display: block; } @media(min-width: 992px){ .sidebar-toggle-btn{ display: none; } } .sidebar-nav { width: 260px; position: fixed; top: 0; left: -100%; height: 100%; z-index: 999; background: #212529; transition: all 0.3s; overflow-y: scroll; padding: 0 20px 20px; transition-duration: 0.5s; } .sidebar-nav.active { left: 0; } #dismiss { width: 0; height: 0; line-height: 35px; text-align: center; position: absolute; top: 5px; right: 30px; cursor: pointer; -webkit-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s; } .metismenu { margin-top: 20px; } .metismenu > li { border-bottom: 1px solid rgba(179, 49, 53, .3); padding: 12px 0; } .metismenu > li > a { font-size: 14px; display: block; padding-right: 20px; position: relative; -webkit-transition: none; transition: none; color: #fafafa; font-weight: 500; } .metismenu > li > a:hover, .metismenu > li.active > a, .metismenu > li > ul > li > a:hover, .metismenu > li > ul > li > ul > li > a:hover, .metismenu > li > ul > li > ul > li.active > a { color: #fff; } .metismenu > li > ul { padding-left: 15px; padding-top: 10px; list-style-type: none; } .metismenu > li > ul > li { padding: 6px 0; } .metismenu > li > ul > li > a { font-size: 14px; display: block; position: relative; color: #d8ffe8; font-weight: 500; } .metismenu > li > ul > li.active > a{ color: #000; } .metismenu > li > ul > li > ul { list-style-type: none; padding-left: 15px; padding-top: 10px; } .metismenu > li > ul > li > ul > li { padding: 6px 0; } .metismenu > li > ul > li > ul > li > a { font-size: 14px; display: block; color: #adbdbb; } .metismenu .arrow { font-size: 16px; position: absolute; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); right: 0; } .metismenu li.active .fa.arrow::before { content: "\f107"; } @media(min-width: 992px){ .sidebar-nav{ display: none; } } /*---------------------------- Page Banner ------------------------------*/ .page_header { padding-top: 83px; position: relative; } .page_header:before { content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: 0; display: block; background: rgba(0,0,0,0.5); } .page_header_content h1, .page_header_content a{ color: #fff; } .page_header_content a:hover{ color: #b33236; } .page_header_content li i{ color: #fff; font-size: 10px; margin: 0 12px; } /*---------------------------- ABOUT AREA ------------------------------*/ .about_us .area-title h2 { padding-bottom: 10px; } .about_us .area-title h2 span { color: #212324; font-family: lato; font-size: 48px; text-transform: uppercase; } .about_inner .img_part{ overflow: hidden; transition-duration: 0.6s; } .about_inner .img_part img{ transition-duration: 0.5s; } .about_inner .img_part:hover{ box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.5); } .about_inner .img_part:hover img{ transform: scale(1.1); } .aboutus_text { color: #4a4d4f; } .aboutus_text .simple_btn{ margin-top: 10px; } .read-more:hover { background: #d0963e; color: #fff; border-color: #d0963e; } /*----------------------------- Offer -------------------------------*/ .offer_slider .owl-stage-outer{ padding: 15px; } .offer_inner .item{ background: #fff; position: relative; overflow: hidden; border: 1px solid rgba(99, 96, 96, 0.1); transition-duration: 0.5s; } .offer_inner .item .top_side{ transform: rotate(-45deg); position: absolute; top: -14px; left: -62px; display: inline-block; width: 150px; padding-top: 28px; font-weight: 400; font-size: 14px; text-align: center; line-height: 30px; color: #ffffff; background: #b33236; } .offer_inner .item .img_area{ overflow: hidden; } .offer_inner .item img{ text-align: center; margin: 0 auto; transition-duration: 0.5s; } .offer_inner .item_content h6{ margin-bottom: 5px; font-weight: 400; font-size: 15px; } .offer_inner .item_content .item_name{ font-size: 19px; letter-spacing: 0.7px; margin: 15px 0 25px; display: block; position: relative; } .offer_inner .item_content .item_name:before{ content: ''; position: absolute; bottom: -10px; left: 50%; transform: translateX(-50%); display: block; width: 55px; height: 1px; background: #b33236; transition: all 200ms linear 0s; } .offer_inner .item:hover{ box-shadow: 0px 1px 20px 0px rgba(0,0,0,0.1); } .offer_inner .item:hover .item_content .item_name:before{ width: 105px } .offer_inner .item_content .simple_btn{ border: 1px solid #e4e4e4; background: transparent; padding: 0 15px; margin: 0; color: #c5c5c5; font-size: 13px; } .offer_inner .item:hover .item_content .simple_btn{ border: 1px solid #b33236; color: #b33236; } .offer_inner .item:hover .item_content .simple_btn:hover{ color: #fff; } .offer_inner .item:hover img{ transform: scale(1.1); } .offer_inner .item_content .simple_btn:before{ z-index: 0; } .offer_inner .item_content .simple_btn i, .offer_inner .item_content .simple_btn span{ position: relative; } .offer_inner .item_content p{ letter-spacing: 1.3px; font-size: 15px; margin: 15px 0; } .offer_inner .item_content .number{ max-width: 70px; display: inline-block; padding-left: 5px; height: 47px; border-radius: 0; border: 1px solid #e4e4e4; vertical-align: middle; } .number:focus{ outline: none; box-shadow: none; } .post_slider .item .img_area .hover_item{ position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); opacity: 0; transition-duration: 0.5s; display: block; z-index: 3; } .post_slider .item .img_area .hover_item i{ font-size: 30px; color: #fff; } .post_slider .item .img_area:hover .hover_item{ opacity: 1; } .post_slider .item .img_area:hover img{ filter: grayscale(100%); } .hover_shadow{ position: relative; display: block; } .hover_shadow:before{ content: ''; position: absolute; top: 0; bottom: 0; left: 0; right: 0; display: block; background: rgba(0,0,0,0.75); opacity: 0; transition-duration: 0.5s; z-index: 2; } .hover_shadow:hover:before{ opacity: 1; } /*-------------------------- RESERVATION AREA ---------------------------*/ .main-reservaton-form { background: #fff; padding: 35px; } .main-reservaton-form input { padding: 8px 40px 8px 15px; position: relative; width: 100%; margin-bottom: 0; -webkit-transition: 0.3s; transition: 0.3s; background: transparent; border: 1px solid #c3c3c3; } .main-reservaton-form input:focus { border-color: #b33236; box-shadow: 0 0 0; outline: none; } .main-reservaton-form label { position: absolute; right: 22px; line-height: 42px; text-align: center; top: 0; width: 30px; z-index: 9; margin: 0; cursor: pointer; font-size: 18px; } .main-reservaton-form .simple_btn { margin: 0; display: block; width: 100%; line-height: 38px; background: #b33236; border-color: #b33236; color: #fff; } .main-reservaton-form .simple_btn:hover { background: #be3438; border-color: #be3438; } .reservation-call-to-action, .reservation-private-text { color: #212324; line-height: 2; } .reservation-call-to-action h4, .reservation-private-text h4 { font-size: 20px; letter-spacing: 1px; text-transform: uppercase; } .reservation-call-to-action a { color: #c1934c; font-size: 20px; } /*----------------------------- Menu AREA -------------------------------*/ .rating_area .rate-container i{ color: #b33236; } .menu_area .sect_title h1{ padding-bottom: 30px; border-bottom: 1px solid #ddd; margin-bottom: 30px; } .menu_area .card-header{ padding: 10px 15px; } .menu_area .single_item{ padding: 15px 0; border: 1px solid #ddd; } .menu_area .item_details .simple_btn{ font-size: 13px; padding: 0 10px; line-height: 30px; border: 2px solid #b33236; color: #b33236; } .menu_area .item_details .simple_btn:hover, .menu_area .item_details .simple_btn:focus{ border: 2px solid #b33236; color: #fff; } .menu_area .item_details .item_title{ font-size: 15px; font-weight: 600; } .menu_area .item_info h6{ font-weight: 500; font-size: 14px; } .menu_area .sidebar .form-control{ width: calc(100% - 42px); border-radius: 0; } .menu_area .sidebar .form-control:focus{ border: 1px solid #b33236; } .menu_area .sidebar .btn-success{ border-radius: 0; } .cart_counter .qty{ width: 50px; border: 1px solid #ddd; text-align: center; height: 30px; vertical-align: top; margin: 0 -5px 0 -6px; } .cart_counter .qty:focus{ outline: none; } .cart_counter .items-count{ background: transparent; border: 1px solid #ddd; line-height: 28px; font-size: 10px; color: #9c9c9c; padding: 0 10px; transition-duration: 0.3s; } .cart_counter .items-count:hover { background: #b33236; color: #fff; border: 1px solid #b33236; } .cart_counter .items-count:focus, .cart_counter .items-count:focus{ outline: none; } .cart_image{ width: 120px; } .menu_info { height: auto; width: 70%; background: #162334; padding: 70px; } .menu_info .simple_btn{ border: 2px solid #fff; color: #fff; padding: 0 18px; } .menu_info .simple_btn:hover{ border: 2px solid #b33236; } .menu_info .simple_btn i{ margin-right: 5px; } .menu_info .simple_btn i, .menu_info .simple_btn span{ position: relative; z-index: 2; } .menu_info .simple_btn:before{ z-index: 1; } .menu_info .h1{ font-weight: 700; } .menu_info .h1, .menu_info p, .menu_info h2{ color: #fff; } .menu_info p{ max-width: 550px; margin-bottom: 16px; } .menu_info .simple_btn{ margin-top: 10px; } .menu_img { background: #fff; color: #1a1a1a; margin-top: -150px; padding: 15px; position: absolute; right: 0; top: 50%; width: 38%; z-index: 9; border: 1px solid #dedede; } .menu_img h3 { font-size: 30px; } .menu_img a.read-more { margin-top: 25px; } .menu_img a.read-more:hover { background: #c1934c none repeat scroll 0 0; border-color: #c1934c; color: #fff; } .menu-discount-offer { margin: auto; } .menu-discount-offer .owl-dots > div { background: #bcbfc1 none repeat scroll 0 0; border-radius: 50%; display: inline-block; height: 15px; margin: 0 5px; width: 15px; } .menu_slider .owl-nav{ top: 0; left: -20px; } .menu_slider .owl-nav .owl-prev{ left: -85px; transform: none; } .menu_slider .owl-nav .owl-next{ transform: none; left: -40px; } .menu_slider .owl-nav .owl-next, .menu_slider .owl-nav .owl-prev{ width: 40px; height: 40px; } .menu_slider .owl-nav .owl-next i, .menu_slider .owl-nav .owl-prev i{ font-size: 15px; line-height: 40px; } .menu-discount-offer .owl-dots > div.active { background: #1a1a1a none repeat scroll 0 0; } /*----------------------------- Details -------------------------------*/ .product-price del{ font-size: 34px; color: #ddd; margin-left: 10px; } .rating-block { background-color: #fff; border: 1px solid #dedede; padding: 15px 15px 20px 15px; } .rating-point { position: relative; } .rating-point i { font-size: 100px; line-height: 97px; color: #08be51; } .rating-count{ position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); margin: 0; color: #fff; } .rating-quantity, .rating-percent, .user-rating{ display: inline-block; } .rating-quantity{ width: 35px; text-align: right; margin-right: 5px; } .user-rating{ width: 45px; text-align: right; } .progress{ width: 180px; border-radius: 0; height: 6px; } .progress-bar{ background: #b33236; } .product_review_left, .product_review_right{ position: relative; } .product_review_left a{ font-weight: 600; } .product_review_left:before{ content: ''; position: absolute; right: -4px; top: 0; width: 4px; height: 100%; display: block; background: #b33236; z-index: 1; } .product_review_right:before{ content: ''; position: absolute; left: -30px; top: 0; width: 4px; height: 100%; display: block; background: #e4e4e4; } .review-content{ width: 60%; } .review-form{ font-size: 14px; line-height: 20px; margin-bottom: 5px; color: #424242; font-weight: 500; } .review-block{ width: 75%; } .review-block .btn-success{ border-radius: 0; } .review-block h6{ line-height: 30px; } .review-meta-inner i, .review-meta-inner span{ font-size: 13px; color: #8a8888; } .rating-area{ display: block; overflow: hidden; } .rating { float:left; } .rating:not(:checked) > input { position:absolute; top:-9999px; clip:rect(0,0,0,0); } .rating:not(:checked) > label { float:right; width:1em; padding:0 .1em; overflow:hidden; white-space:nowrap; cursor:pointer; font-size:200%; line-height:1.2; color: #b9b8b8; text-shadow: 0.1em 0.1em 0.2em rgba(0,0,0,.05); } .rating:not(:checked) > label:before { content: '★ '; } .rating > input:checked ~ label { color: #08be51; text-shadow: 1px 1px #04c752; } .rating:not(:checked) > label:hover, .rating:not(:checked) > label:hover ~ label { color: gold; text-shadow:1px 1px goldenrod, 2px 2px #B57340, .1em .1em .2em rgba(0,0,0,.5); } .rating > label:active { position:relative; top:2px; left:2px; } .page-link{ border: 1px solid #ddd; color: #3a3a3a; } .page-link:hover, .page-link.active{ border: 1px solid #b33236; color: #ffffff; background: #b33236; } .table_chart a:focus img{ filter: grayscale(100%); } .table_chart .modal-body label{ font-size: 12px; } .table_chart .modal-body .form-control::placeholder{ font-size: 12px; } .table_chart .modal-footer .btn{ font-size: 13px; } .table-bordered td, .table-bordered th { vertical-align: middle; } .modal-dialog { margin: 100px auto 20px; } .modal-open{ padding-right: 0 !important; } .category_choose, .sidebar_box{ background: #f1f1f1; } .category_choose h6{ color: #b33134; } .need_booking{ background: #b33134; } .need_booking p{ color: #ccc; } .need_booking h6{ color: #fafafa; } .need_booking a{ font-size: 14px; font-weight: 600; color: #b33236; } .popover.clockpicker-popover.bottom.clockpicker-align-left{ border: 2px solid #b33236; } .clockpicker-canvas-bg{ fill: #a5f7c7; } .clockpicker-canvas line{ stroke: #b33236; } .clockpicker-canvas-bearing, .clockpicker-canvas-fg{ fill: #b33236; } .clockpicker-tick.active, .clockpicker-tick:hover{ background-color: #a5f7c7; } .text-primary, .clockpicker-popover .popover-title span { color: #b33236 !important; } .datepicker table tr td.day.focused, .datepicker table tr td.day:hover { background: #b33236; color: #fff; } .datepicker table tr td.active.active{ background: #b33236; } .datepicker table{ margin: 10px; } .datepicker td, .datepicker th{ width: 25px; height: 25px; } .category_choose .panel-body a{ display: block; font-size: 15px; } .category_choose .panel-body{ margin-bottom: 10px; } .category_choose .panel-body a i{ font-size: 10px; } .category_choose .panel-body a span{ margin-left: 8px; float: right; font-size: 13px; font-weight: 600; } /*----------------------------- Contact Area -------------------------------*/ .contact_area .simple_btn{ border: 2px solid #ced4da; margin-top: 0; } .contact_area .btn{ font-size: 13px; } /*----------------------------- Team Area -------------------------------*/ .member-social-bookmark ul { list-style: outside none none; margin: 0; padding: 0; text-align: center; } .member-social-bookmark ul li a { color: #fff; display: inline-block; font-size: 18px; height: 100%; padding-top: 8px; width: 100%; } .member-social-bookmark ul li a:hover { color: #d0963e; } .team-member-img { position: relative; -webkit-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s; border-radius: 0; display: block; overflow: hidden; } .team-member-img:before, .team-member-img:after { content: ''; position: absolute; bottom: -18px; display: block; width: 100%; height: 48px; background: #fff; } .team-member-img:before { transform: rotate(15deg); left: -35%; } .team-member-img:after { right: -35%; transform: rotate(-15deg); } .team-member-img img { width: 100%; } .member-details{ background: #fff; width: 82%; margin: 0 auto; position: relative; top: -50px; padding: 25px 20px; -webkit-box-shadow: 0px 1px 1px 1px rgba(88, 88, 88, 0.15); -moz-box-shadow: 0px 1px 1px 1px rgba(88, 88, 88, 0.15); box-shadow: 0px 1px 1px 1px rgba(88, 88, 88, 0.15); } .member-details .member_title{ color: #b33236; } .member-details h5:before{ content: ''; position: absolute; top: 0; left: 50%; transform: translateX(-50%); width: 100%; height: 3px; display: block; background: #b33236; } /*-------------------- Newsletter ----------------------*/ .newsletter_area{ position: relative; background: url(../images/background/newsletter.jpg); background-size: cover; background-attachment: fixed; background-repeat: no-repeat; } .newsletter_area:before{ content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: 0; display: block; background: rgba(0, 0, 0, 0.85); } .newsletter_area h2, .newsletter_area p{ color: #fff; } .newsletter_area .newsletter-form{ display: -webkit-flex; display: -moz-flex; display: -ms-flex; display: -o-flex; display: flex; } .newsletter_area .form-control{ height: 50px; border-radius: 0; padding: 0 25px; margin: 0 auto; } .newsletter_area .btn{ background: #b33236; color: #fff; border-radius: 0; padding: 0 25px; text-transform: capitalize; } .newsletter_area .btn:hover{ background: #be3438; } .map_area{ position: relative; } .map_area .simple_btn:before{ z-index: 0; } .map_area .simple_btn span{ position: relative; } .map, .map iframe, .map img{ width: 100%; height: 500px; } .office_address{ position: absolute; right: 60px; width: 30%; height: 100%; background: #b33236; padding: 80px 50px; border: 20px solid rgba(255,255,255,0.05); } .office_address h2, .office_address a, .office_address address, .office_address .simple_btn, .office_address p{ color: #fafafa;; } .office_address .simple_btn:hover{ background: #952125; border: 2px solid #952125; } /*------------------------------ Cart AREA -------------------------------*/ .shopping_cart .table thead{ background: #f1f1f1; } .cart-totals h2, .shipping-form h2, .coupon-form h2 { font-size: 19px; color: #000; margin: 0 0 5px; font-weight: 700; } .shipping-form p, .coupon-form p { color: rgba(0, 0, 0, 0.74); margin-bottom: 20px; } .cart-totals .cart-totals-border { border: 1px solid #dedede; } .cart-totals .totals-item { clear: both; width: 100%; margin-bottom: 15px; border-bottom: 1px solid #ebebeb; font-size: 14px; } .cart-totals .totals-item:last-child { margin-bottom: 0; border-bottom: 0; } .cart-totals .totals-item label { width: 79%; } .cart-totals .totals-item .totals-value { float: right; width: 21%; text-align: right; } .checkout { text-align: center; border: 0; padding: 12px 25px; color: #fff !important; font-size: 13px; display: block; border-radius: 0; width: 100%; text-transform: uppercase; font-weight: 600; background: #b33236; } .checkout:hover{ background: #9d1b1f; color: #fff; } .calculate-content .form-control{ border-radius: 0; border: 1px solid #dedede; font-size: 14px; color: #999; } .calculate-content .btn{ font-size: 13px; color: #fff; background-color: #b33236; border-color: #b33236; } .calculate-content .btn:hover{ background-color: #0a9246; border-color: #0a9246; } .shipping-form .form-control::placeholder{ font-size: 14px; color: #999; } /*------------------------------ Checkout AREA -------------------------------*/ .total-cost tbody tr td:last-child{ text-align: right; } .checkout-box .simple_btn { display: block; text-align: center; } .checkout_area .panel-title a{ font-size: 13px; } .check_order{ background: #f1f1f1; padding: 25px; } .checkout_area .panel-heading{ border-bottom: 1px solid #ddd; } .checkout_area .panel-heading .panel-title{ margin: 0; padding: 10px; } .checkout_area .panel-heading .panel-title a{ color: #08be51; } .checkout_area .panel-collapse{ padding: 25px 10px; } .checkout_area label, .checkout_area .form-group span, .checkout_area .form-control{ font-size: 14px; } /*------------------------------ FOOTER AREA -------------------------------*/ .footer-area { background: #1d1d1d; color: #cacaca; letter-spacing: 1px; position: relative; } .footer-inner{ padding: 80px 0; } .footer_bottom{ border-top: 1px solid #383739; } .footer-area a { color: #fafafa; } .footer-area p { color: #fafafa; } .footer-area a:hover { color: #b33236; } .footer-logo, .footer-address { margin-bottom: 20px; } .footer-init{ max-width: 80%; margin-bottom: 25px; } .footer_widget h4{ color: #fff; margin: 20px 0 33px; } .footer-social-bookmark ul, .footer-menu ul { list-style: outside none none; margin: 0; padding: 0; } .footer-social-bookmark ul li, .footer-menu ul li { display: inline; } .footer-social-bookmark ul li a { display: inline-block; font-size: 18px; width: 35px; color: #c4c3c3; } .footer-social-bookmark a:hover { color: #b33236; } .footer-menu ul { text-align: right; } .footer-menu ul li a { display: inline-block; padding: 0 5px; font-size: 14px; } .footer-menu { padding: 20px 0; } .footer-copyright { letter-spacing: 1px; padding: 20px 0; } .footer-copyright p { margin-bottom: 0; } .header_top .navbar-nav .nav-link .badge { padding: 0; color: #fff; position: absolute; top: 15px; display: block; font-size: 11px; right: -6px; background: #b33236; border-radius: 50px; width: 22px; line-height: 22px; box-shadow: none; } .header_top .navbar-nav .nav-link:hover .badge{ color: #fff; }
public/Frontend/css/style.css
@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700,800,900|Niconne'); @import url('https://fonts.googleapis.com/css?family=Great+Vibes|Poppins:200,300,400,500,600,700,800,900'); /* font-family: 'Great Vibes', cursive; font-family: 'Poppins', sans-serif; */ body{ font-family: 'Montserrat', sans-serif; } a{ color: #3a3a3a; transition: all 200ms linear 0s; } a:hover, a:focus{ color: #b33236; text-decoration: none; } h1, h2, h3, h4, h5, h6{ font-family: 'Montserrat', sans-serif; letter-spacing: 0; font-weight: 700; color: #3a3a3a; } .product-details-inner h3{color:#b33236} p{ font-size: 14px; line-height: 20px; margin-bottom: 5px; color: #555; font-weight: 500; } .short-description p{ color:#333; } .btn-link:hover, .btn-link:focus { text-decoration: none; } .preloader { position: fixed; left: 0px; top: 0px; width: 100%; height: 100%; z-index: 9999; background-color: #ffffff; background-position: center center; background-repeat: no-repeat; background-image: url(../images/loader.gif); } .sect_pad { padding: 100px 0; } .sect_pad2 { padding: 100px 0 50px; } .sect_pad3 { padding: 100px 0 0; } .sect_title { margin-bottom: 30px; } .sect_title h1, .sect_title h2, .sect_title h3, .sect_title h4{ text-transform: uppercase; } .sect_title .curve_title, .main_slider .item_caption .curve_title { font-family: 'Great Vibes', cursive; font-size: 46px; font-weight: 400; text-transform: capitalize; } .sect_title .big_title{ color: #3a3a3a; font-size: 40px; font-weight: 700; } button:focus, .btn:focus, .form-control:focus{ outline: none; box-shadow: none; border: 1px solid #b33236; } select{ line-height: normal; border-radius: 0; -webkit-appearance: none; -moz-appearance: none; background-image: url(../../assets/images/arrow.html); -webkit-background-size: 9px 6px; background-size: 9px 6px; background-position: right 0rem center; -webkit-background-origin: content-box; background-origin: content-box; background-repeat: no-repeat; max-width: 100%; background-color: #fff; height: 36px; border: 1px solid #dedede; width: 100%; font-size: 14px; color: #999; padding: 6px 12px; } .sect_title h3 { color: #0b0b0b; font-size: 57px; text-transform: uppercase; font-weight: 900; letter-spacing: 0; font-family: 'Poppins', sans-serif; } .sect_title h4 { font-size: 15px; letter-spacing: 6px; position: relative; display: inline-block; line-height: 20px; color: #162334; font-family: 'Poppins', sans-serif; } .sect_title h4:before{ content: ''; position: absolute; top: 50%; left: -120px; transform: translateY(-50%); width: 95px; height: 3px; display: block; background: #162334; } .sect_title h4:after{ content: ''; position: absolute; top: 50%; right: -120px; transform: translateY(-50%); width: 95px; height: 3px; display: block; background: #162334; } .sect_title p{ max-width: 550px; margin: 0 auto; } .title_one{ font-size: 21px; font-weight: 400; line-height: 25px; display: block; margin-bottom: 6px; } .simple_btn{ position: relative; display: inline-block; font-size: 15px; margin-top: 30px; padding: 0 30px; text-transform: uppercase; line-height: 45px; border: 2px solid; font-weight: 600; cursor: pointer; background: transparent; } .simple_btn:before{ content: ''; display: block; position: absolute; background: #b33236; left: 0; bottom: 100%; width: 100%; height: 0; transition: all 0.3s; z-index: -1; } .simple_btn:hover, .simple_btn:focus{ color: #fff; border: 2px solid #b33236; } .simple_btn:hover:before{ height: 100%; bottom: 0; } .btn1{ border: 1px solid #ccc3c3; background: transparent; color: #0b0b0b; padding: 0 10px; line-height: 33px; } .btn:focus, btn1:focus{ outline: none; box-shadow: none; color: #fff; } .btn1:focus{ border: 1px solid #dad; } /*--------- Btn Top -----------*/ .cd-top { display: inline-block; position: fixed; bottom: 50px; right: 20px; box-shadow: 0 0 10px rgba(0, 0, 0, 0.05); overflow: hidden; white-space: nowrap; background: #b33236; visibility: hidden; 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; text-align: center; text-decoration: none; z-index: 999; } .cd-top:focus { text-decoration: none; } .cd-top i { color: #fff; line-height: 45px; display: block; font-size: 17px; } .cd-top.cd-is-visible { visibility: visible; opacity: 1; width: 45px; height: 45px; border-radius: 0; bottom: 70px; } .cd-top.cd-fade-out { opacity: 1; z-index: 9999; } .no-touch .cd-top:hover { background-color: #e86256; opacity: 1; } @media only screen and (min-width: 1024px) { .cd-top { height: 45px; width: 45px; border-radius: 0; right: 35px; bottom: 100px; transition: all 300ms linear 0s; } } .bg_two{ background: #f9f9f9; } .bg_img_area{ position: relative; } .bg_img_left{ position: absolute; top: 0; left: 0; width: 100%; height: 100%; display: block; background: url(../images/background/1.png) no-repeat; } .bg_img_left.img_2{ background: url(../images/background/3.png) no-repeat; } .bg_overlay{ opacity: 0.3; } .bg_img_right{ position: absolute; top: 0; right: 0; width: 100%; height: 100%; display: block; background: url(../images/background/2.png) no-repeat 100% 100% scroll; } .social-links a { width: 35px; height: 35px; line-height: 35px; color: #fff; background-color: #1b4e9b; margin: 0 2px; display: inline-block; text-align: center; font-size: 17px; } .social-links a.tw { background-color: #00aeef; } .social-links a.gp { background-color: #c00; } .social-links a.gp { background-color: #c00; } .social-links a.pr { background-color: #c8232c; } .search_box{ position: relative; top: -44px; z-index: 1; } .search_box_inner{ padding: 25px; background: #fff; -webkit-box-shadow: 0px 0px 17px 0px rgba(0,0,0,0.15); -moz-box-shadow: 0px 0px 17px 0px rgba(0,0,0,0.15); box-shadow: 0px 0px 17px 0px rgba(0,0,0,0.15); } .search_box_inner .btn{ border-radius: 0; font-size: 15px; display: block; line-height: 36px; padding: 0 14px; width: 100%; } .search_box_inner .form-control, .search_box_inner .input-group-text{ border-radius: 0; } .search_box_inner .input-group-text{ background: #b33236; border: 1px solid #b33236; } .search_box_inner .form-control::placeholder{ font-size: 14px; } .search_box_inner .form-control:focus{ outline: none; box-shadow: none; border: 1px solid #b33236; } .search_box_inner .input-group-text i{ color: #fff; } /*-------------------- Header ----------------------*/ .header_top_area{ position: relative; width: 100%; height: 100%; } .header_top { position: absolute; width: 100%; z-index: 999; text-transform: uppercase; border-bottom: 1px solid #a2a2a2; background: #fafafa; } .header_top .navbar-nav .nav-link { color: #777; font-size: 14px; font-weight: 600; padding: 0 15px; transition: auto; } .header_top .navbar-nav .nav-link:hover { color: #b33236; } .header_top .navbar-nav .nav-item.active .nav-link { color: #b33236; } .header_top.menu_fixed { width: 100%; display: block; position: fixed; font-weight: bold; background: #1d1d1d; -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.5); -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.5); box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.5); border-bottom: 1px solid #1d1d1d; transition: all 300ms linear 0s; height: auto; z-index: 9999; color: #fff !important; top: 0; } .header_top.menu_fixed .navbar-nav .nav-link:hover { color: #b33236; } .header_top.menu_fixed .navbar-nav .nav-item.active .nav-link { color: #b33236; } @media (min-width: 992px){ .navbar-expand-lg .navbar-nav .dropdown-menu.search_box{ position: absolute; top: 100%; right: 0; width: 100%; height: 0; margin: 0; padding: 0; } .navbar-expand-lg .navbar-nav .dropdown-menu.cart_box{ position: absolute; top: 101%; right: 0; width: 20%; margin: 0; margin-left: auto; padding: 10px 0; text-align: center; } .navbar-expand-lg .navbar-nav .dropdown-menu { position: absolute; top: 50px; margin: 0; } } .dropdown-menu{ font-size: 14px; text-transform: capitalize; background: #fff; } .dropdown-menu{ font-size: 14px; text-transform: capitalize; } .header_top.menu_fixed .dropdown-item:focus, .dropdown-item:hover { background: #b33236; } .search_box .card{ background: #272727; border-radius: 0; border: 0; } .search_box .card .form-control{ background: #444; font-size: 15px; border: 0; border-radius: 0; color: #ececec; } .search_box .card .form-control::placeholder{ color: #b3b3b3; } .search_box .card .btn{ background: #b33236; border-radius: 0; line-height: 30px; border: 1px solid #b33236; font-size: 15px; color: #ffffff; } .cart_box{ background: #444; padding: 15px; } .cart_box p{ color: #fff; } .navbar{ border-bottom: 0; padding: .5rem 0; } .main_slider .item { overflow: hidden; position: relative; } .main_slider .item:before { content: ''; position: absolute; top: 0; bottom: 0; left: 0; right: 0; display: block; background: rgba(0, 0, 0, 0.5); } .main_slider .item img { max-width: 100%; } .main_slider .item .item_caption { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 60%; z-index: 2; text-align: center; } .main_slider .item .item_caption h3 { color: #fff; letter-spacing: 0.5px; animation-duration: .9s; } .main_slider .item .item_caption h2 { color: #fff; font-size: 50px; margin: 20px 0 30px; font-weight: 800; text-transform: uppercase; animation-duration: .9s; animation-delay: .3s; } .main_slider .item .item_caption a { display: inline-block; font-size: 15px; line-height: 40px; border: 1px solid #fafafa; width: 135px; text-align: center; color: #fff; letter-spacing: 1px; animation-duration: .9s; animation-delay: .5s; text-transform: uppercase; } .main_slider .item .item_caption a:hover { background: #b33236; border: 1px solid #b33236; color: #fff; } .main_slider .owl-nav { position: absolute; top: 50%; left: 0; color: #fff; right: 0; } .main_slider .owl-nav .owl-next, .main_slider .owl-nav .owl-prev{ width: 45px; height: 70px; background: rgba(0,0,0,0.5); text-align: center; position: absolute; display: inline-block; -webkit-transition-duration: 0.5s; -webkit-transition-timing-function: linear; transition: all 0.5s ease 0s; opacity: 0; border: 0; } .main_slider .owl-nav .owl-next:hover, .main_slider .owl-nav .owl-prev:hover, .main_slider .owl-nav .owl-next:focus, .main_slider .owl-nav .owl-prev:focus{ background: rgba(0,0,0,1); } .main_slider .owl-nav .owl-prev{ left: 0; } .main_slider .owl-nav .owl-next{ right: 0; } .main_slider:hover .owl-nav .owl-prev{ left: 30px; opacity: 1; } .main_slider:hover .owl-nav .owl-next{ right: 30px; opacity: 1; } .main_slider .owl-nav .owl-next i, .main_slider .owl-nav .owl-prev i{ display: block; line-height: 70px; font-size: 21px; color: #bbb; } .main_slider .owl-nav .owl-next:hover{ -webkit-box-shadow: -100px 0 0 #b33236 inset; } .main_slider .owl-nav .owl-prev:hover{ -webkit-box-shadow: -100px 0 0 #b33236 inset } .main_slider .owl-nav .owl-next:hover i, .main_slider .owl-nav .owl-prev:hover i, .main_slider .owl-nav .owl-next:focus i, .main_slider .owl-nav .owl-prev:focus i{ color: #fff; } .main_slider .owl-nav .owl-next:hover, .main_slider .owl-nav .owl-prev:hover, .main_slider .owl-nav .owl-next:focus, .main_slider .owl-nav .owl-prev:focus{ border: 0; } .owl-nav { position: absolute; top: calc(50% - 25px); left: 0; color: #fff; right: 0; } .owl-nav .owl-next, .owl-nav .owl-prev{ width: 45px; height: 50px; text-align: center; position: absolute; display: inline-block; -webkit-transition-duration: 0.3s; -webkit-transition-timing-function: linear; transition: all 0.3s ease 0s; border: 1px solid #ddd; } .owl-nav .owl-prev{ left: -70px; transform: translatey(-50%); } .owl-nav .owl-next{ right: -70px; transform: translatey(-50%); } .owl-nav .owl-next i, .owl-nav .owl-prev i{ display: block; font-size: 21px; color: #ddd; line-height: 50px; } .owl-nav .owl-next:hover, .owl-nav .owl-prev:hover, .owl-nav .owl-next:focus, .owl-nav .owl-prev:focus{ background: #b33236; border: 1px solid #b33236; } .owl-nav .owl-next:hover i, .owl-nav .owl-prev:hover i, .owl-nav .owl-next:focus i, .owl-nav .owl-prev:focus i{ color: #fff; } /*---------------------------- Cart Box ------------------------------*/ .cart-header{ border-bottom: 1px solid #ddd; } .cart-box{ padding: 15px; list-style: none; border: 1px solid #ddd; } .cart-content{ padding: 15px; } .cart-content .img-box{ max-width: 60px; margin-right: 10px; } .cart-content .delete_box{ max-width: 20px; width: 100%; text-align: right; } .cart-content .content{ max-width: calc(100% - 90px); width: 100%; } /*---------------------------- Metis Menu ------------------------------*/ #sidebarCollapse { border-radius: 0; border: 0; background: #eefdf1; padding: 0 10px; } #sidebarCollapse i { font-size: 19px; margin-left: 0; color: #b33135; line-height: 35px; display: block; } @media(min-width: 992px){ .sidebar-toggle-btn{ display: none; } } .sidebar-nav { width: 260px; position: fixed; top: 0; left: -100%; height: 100%; z-index: 999; background: #212529; transition: all 0.3s; overflow-y: scroll; padding: 0 20px 20px; transition-duration: 0.5s; } .sidebar-nav.active { left: 0; } #dismiss { width: 0; height: 0; line-height: 35px; text-align: center; position: absolute; top: 5px; right: 30px; cursor: pointer; -webkit-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s; } .metismenu { margin-top: 20px; } .metismenu > li { border-bottom: 1px solid rgba(179, 49, 53, .3); padding: 12px 0; } .metismenu > li > a { font-size: 14px; display: block; padding-right: 20px; position: relative; -webkit-transition: none; transition: none; color: #fafafa; font-weight: 500; } .metismenu > li > a:hover, .metismenu > li.active > a, .metismenu > li > ul > li > a:hover, .metismenu > li > ul > li > ul > li > a:hover, .metismenu > li > ul > li > ul > li.active > a { color: #fff; } .metismenu > li > ul { padding-left: 15px; padding-top: 10px; list-style-type: none; } .metismenu > li > ul > li { padding: 6px 0; } .metismenu > li > ul > li > a { font-size: 14px; display: block; position: relative; color: #d8ffe8; font-weight: 500; } .metismenu > li > ul > li.active > a{ color: #000; } .metismenu > li > ul > li > ul { list-style-type: none; padding-left: 15px; padding-top: 10px; } .metismenu > li > ul > li > ul > li { padding: 6px 0; } .metismenu > li > ul > li > ul > li > a { font-size: 14px; display: block; color: #adbdbb; } .metismenu .arrow { font-size: 16px; position: absolute; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); right: 0; } .metismenu li.active .fa.arrow::before { content: "\f107"; } @media(min-width: 992px){ .sidebar-nav{ display: none; } } /*---------------------------- Page Banner ------------------------------*/ .page_header { padding-top: 83px; position: relative; } .page_header:before { content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: 0; display: block; background: rgba(0,0,0,0.5); } .page_header_content h1, .page_header_content a{ color: #fff; } .page_header_content a:hover{ color: #b33236; } .page_header_content li i{ color: #fff; font-size: 10px; margin: 0 12px; } /*---------------------------- ABOUT AREA ------------------------------*/ .about_us .area-title h2 { padding-bottom: 10px; } .about_us .area-title h2 span { color: #212324; font-family: lato; font-size: 48px; text-transform: uppercase; } .about_inner .img_part{ overflow: hidden; transition-duration: 0.6s; } .about_inner .img_part img{ transition-duration: 0.5s; } .about_inner .img_part:hover{ box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.5); } .about_inner .img_part:hover img{ transform: scale(1.1); } .aboutus_text { color: #4a4d4f; } .aboutus_text .simple_btn{ margin-top: 10px; } .read-more:hover { background: #d0963e; color: #fff; border-color: #d0963e; } /*----------------------------- Offer -------------------------------*/ .offer_slider .owl-stage-outer{ padding: 15px; } .offer_inner .item{ background: #fff; position: relative; overflow: hidden; border: 1px solid rgba(99, 96, 96, 0.1); transition-duration: 0.5s; } .offer_inner .item .top_side{ transform: rotate(-45deg); position: absolute; top: -14px; left: -62px; display: inline-block; width: 150px; padding-top: 28px; font-weight: 400; font-size: 14px; text-align: center; line-height: 30px; color: #ffffff; background: #b33236; } .offer_inner .item .img_area{ overflow: hidden; } .offer_inner .item img{ text-align: center; margin: 0 auto; transition-duration: 0.5s; } .offer_inner .item_content h6{ margin-bottom: 5px; font-weight: 400; font-size: 15px; } .offer_inner .item_content .item_name{ font-size: 19px; letter-spacing: 0.7px; margin: 15px 0 25px; display: block; position: relative; } .offer_inner .item_content .item_name:before{ content: ''; position: absolute; bottom: -10px; left: 50%; transform: translateX(-50%); display: block; width: 55px; height: 1px; background: #b33236; transition: all 200ms linear 0s; } .offer_inner .item:hover{ box-shadow: 0px 1px 20px 0px rgba(0,0,0,0.1); } .offer_inner .item:hover .item_content .item_name:before{ width: 105px } .offer_inner .item_content .simple_btn{ border: 1px solid #e4e4e4; background: transparent; padding: 0 15px; margin: 0; color: #c5c5c5; font-size: 13px; } .offer_inner .item:hover .item_content .simple_btn{ border: 1px solid #b33236; color: #b33236; } .offer_inner .item:hover .item_content .simple_btn:hover{ color: #fff; } .offer_inner .item:hover img{ transform: scale(1.1); } .offer_inner .item_content .simple_btn:before{ z-index: 0; } .offer_inner .item_content .simple_btn i, .offer_inner .item_content .simple_btn span{ position: relative; } .offer_inner .item_content p{ letter-spacing: 1.3px; font-size: 15px; margin: 15px 0; } .offer_inner .item_content .number{ max-width: 70px; display: inline-block; padding-left: 5px; height: 47px; border-radius: 0; border: 1px solid #e4e4e4; vertical-align: middle; } .number:focus{ outline: none; box-shadow: none; } .post_slider .item .img_area .hover_item{ position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); opacity: 0; transition-duration: 0.5s; display: block; z-index: 3; } .post_slider .item .img_area .hover_item i{ font-size: 30px; color: #fff; } .post_slider .item .img_area:hover .hover_item{ opacity: 1; } .post_slider .item .img_area:hover img{ filter: grayscale(100%); } .hover_shadow{ position: relative; display: block; } .hover_shadow:before{ content: ''; position: absolute; top: 0; bottom: 0; left: 0; right: 0; display: block; background: rgba(0,0,0,0.75); opacity: 0; transition-duration: 0.5s; z-index: 2; } .hover_shadow:hover:before{ opacity: 1; } /*-------------------------- RESERVATION AREA ---------------------------*/ .main-reservaton-form { background: #fff; padding: 35px; } .main-reservaton-form input { padding: 8px 40px 8px 15px; position: relative; width: 100%; margin-bottom: 0; -webkit-transition: 0.3s; transition: 0.3s; background: transparent; border: 1px solid #c3c3c3; } .main-reservaton-form input:focus { border-color: #b33236; box-shadow: 0 0 0; outline: none; } .main-reservaton-form label { position: absolute; right: 22px; line-height: 42px; text-align: center; top: 0; width: 30px; z-index: 9; margin: 0; cursor: pointer; font-size: 18px; } .main-reservaton-form .simple_btn { margin: 0; display: block; width: 100%; line-height: 38px; background: #b33236; border-color: #b33236; color: #fff; } .main-reservaton-form .simple_btn:hover { background: #be3438; border-color: #be3438; } .reservation-call-to-action, .reservation-private-text { color: #212324; line-height: 2; } .reservation-call-to-action h4, .reservation-private-text h4 { font-size: 20px; letter-spacing: 1px; text-transform: uppercase; } .reservation-call-to-action a { color: #c1934c; font-size: 20px; } /*----------------------------- Menu AREA -------------------------------*/ .rating_area .rate-container i{ color: #b33236; } .menu_area .sect_title h1{ padding-bottom: 30px; border-bottom: 1px solid #ddd; margin-bottom: 30px; } .menu_area .card-header{ padding: 10px 15px; } .menu_area .single_item{ padding: 15px 0; border: 1px solid #ddd; } .menu_area .item_details .simple_btn{ font-size: 13px; padding: 0 10px; line-height: 30px; border: 2px solid #b33236; color: #b33236; } .menu_area .item_details .simple_btn:hover, .menu_area .item_details .simple_btn:focus{ border: 2px solid #b33236; color: #fff; } .menu_area .item_details .item_title{ font-size: 15px; font-weight: 600; } .menu_area .item_info h6{ font-weight: 500; font-size: 14px; } .menu_area .sidebar .form-control{ width: calc(100% - 42px); border-radius: 0; } .menu_area .sidebar .form-control:focus{ border: 1px solid #b33236; } .menu_area .sidebar .btn-success{ border-radius: 0; } .cart_counter .qty{ width: 50px; border: 1px solid #ddd; text-align: center; height: 30px; vertical-align: top; margin: 0 -5px 0 -6px; } .cart_counter .qty:focus{ outline: none; } .cart_counter .items-count{ background: transparent; border: 1px solid #ddd; line-height: 28px; font-size: 10px; color: #9c9c9c; padding: 0 10px; transition-duration: 0.3s; } .cart_counter .items-count:hover { background: #b33236; color: #fff; border: 1px solid #b33236; } .cart_counter .items-count:focus, .cart_counter .items-count:focus{ outline: none; } .cart_image{ width: 120px; } .menu_info { height: auto; width: 70%; background: #162334; padding: 70px; } .menu_info .simple_btn{ border: 2px solid #fff; color: #fff; padding: 0 18px; } .menu_info .simple_btn:hover{ border: 2px solid #b33236; } .menu_info .simple_btn i{ margin-right: 5px; } .menu_info .simple_btn i, .menu_info .simple_btn span{ position: relative; z-index: 2; } .menu_info .simple_btn:before{ z-index: 1; } .menu_info .h1{ font-weight: 700; } .menu_info .h1, .menu_info p, .menu_info h2{ color: #fff; } .menu_info p{ max-width: 550px; margin-bottom: 16px; } .menu_info .simple_btn{ margin-top: 10px; } .menu_img { background: #fff; color: #1a1a1a; margin-top: -150px; padding: 15px; position: absolute; right: 0; top: 50%; width: 38%; z-index: 9; border: 1px solid #dedede; } .menu_img h3 { font-size: 30px; } .menu_img a.read-more { margin-top: 25px; } .menu_img a.read-more:hover { background: #c1934c none repeat scroll 0 0; border-color: #c1934c; color: #fff; } .menu-discount-offer { margin: auto; } .menu-discount-offer .owl-dots > div { background: #bcbfc1 none repeat scroll 0 0; border-radius: 50%; display: inline-block; height: 15px; margin: 0 5px; width: 15px; } .menu_slider .owl-nav{ top: 0; left: -20px; } .menu_slider .owl-nav .owl-prev{ left: -85px; transform: none; } .menu_slider .owl-nav .owl-next{ transform: none; left: -40px; } .menu_slider .owl-nav .owl-next, .menu_slider .owl-nav .owl-prev{ width: 40px; height: 40px; } .menu_slider .owl-nav .owl-next i, .menu_slider .owl-nav .owl-prev i{ font-size: 15px; line-height: 40px; } .menu-discount-offer .owl-dots > div.active { background: #1a1a1a none repeat scroll 0 0; } /*----------------------------- Details -------------------------------*/ .product-price del{ font-size: 34px; color: #ddd; margin-left: 10px; } .rating-block { background-color: #fff; border: 1px solid #dedede; padding: 15px 15px 20px 15px; } .rating-point { position: relative; } .rating-point i { font-size: 100px; line-height: 97px; color: #08be51; } .rating-count{ position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); margin: 0; color: #fff; } .rating-quantity, .rating-percent, .user-rating{ display: inline-block; } .rating-quantity{ width: 35px; text-align: right; margin-right: 5px; } .user-rating{ width: 45px; text-align: right; } .progress{ width: 180px; border-radius: 0; height: 6px; } .progress-bar{ background: #b33236; } .product_review_left, .product_review_right{ position: relative; } .product_review_left a{ font-weight: 600; } .product_review_left:before{ content: ''; position: absolute; right: -4px; top: 0; width: 4px; height: 100%; display: block; background: #b33236; z-index: 1; } .product_review_right:before{ content: ''; position: absolute; left: -30px; top: 0; width: 4px; height: 100%; display: block; background: #e4e4e4; } .review-content{ width: 60%; } .review-form{ font-size: 14px; line-height: 20px; margin-bottom: 5px; color: #424242; font-weight: 500; } .review-block{ width: 75%; } .review-block .btn-success{ border-radius: 0; } .review-block h6{ line-height: 30px; } .review-meta-inner i, .review-meta-inner span{ font-size: 13px; color: #8a8888; } .rating-area{ display: block; overflow: hidden; } .rating { float:left; } .rating:not(:checked) > input { position:absolute; top:-9999px; clip:rect(0,0,0,0); } .rating:not(:checked) > label { float:right; width:1em; padding:0 .1em; overflow:hidden; white-space:nowrap; cursor:pointer; font-size:200%; line-height:1.2; color: #b9b8b8; text-shadow: 0.1em 0.1em 0.2em rgba(0,0,0,.05); } .rating:not(:checked) > label:before { content: '★ '; } .rating > input:checked ~ label { color: #08be51; text-shadow: 1px 1px #04c752; } .rating:not(:checked) > label:hover, .rating:not(:checked) > label:hover ~ label { color: gold; text-shadow:1px 1px goldenrod, 2px 2px #B57340, .1em .1em .2em rgba(0,0,0,.5); } .rating > label:active { position:relative; top:2px; left:2px; } .page-link{ border: 1px solid #ddd; color: #3a3a3a; } .page-link:hover, .page-link.active{ border: 1px solid #b33236; color: #ffffff; background: #b33236; } .table_chart a:focus img{ filter: grayscale(100%); } .table_chart .modal-body label{ font-size: 12px; } .table_chart .modal-body .form-control::placeholder{ font-size: 12px; } .table_chart .modal-footer .btn{ font-size: 13px; } .table-bordered td, .table-bordered th { vertical-align: middle; } .modal-dialog { margin: 100px auto 20px; } .modal-open{ padding-right: 0 !important; } .category_choose, .sidebar_box{ background: #f1f1f1; } .category_choose h6{ color: #b33134; } .need_booking{ background: #b33134; } .need_booking p{ color: #ccc; } .need_booking h6{ color: #fafafa; } .need_booking a{ font-size: 14px; font-weight: 600; color: #b33236; } .popover.clockpicker-popover.bottom.clockpicker-align-left{ border: 2px solid #b33236; } .clockpicker-canvas-bg{ fill: #a5f7c7; } .clockpicker-canvas line{ stroke: #b33236; } .clockpicker-canvas-bearing, .clockpicker-canvas-fg{ fill: #b33236; } .clockpicker-tick.active, .clockpicker-tick:hover{ background-color: #a5f7c7; } .text-primary, .clockpicker-popover .popover-title span { color: #b33236 !important; } .datepicker table tr td.day.focused, .datepicker table tr td.day:hover { background: #b33236; color: #fff; } .datepicker table tr td.active.active{ background: #b33236; } .datepicker table{ margin: 10px; } .datepicker td, .datepicker th{ width: 25px; height: 25px; } .category_choose .panel-body a{ display: block; font-size: 15px; } .category_choose .panel-body{ margin-bottom: 10px; } .category_choose .panel-body a i{ font-size: 10px; } .category_choose .panel-body a span{ margin-left: 8px; float: right; font-size: 13px; font-weight: 600; } /*----------------------------- Contact Area -------------------------------*/ .contact_area .simple_btn{ border: 2px solid #ced4da; margin-top: 0; } .contact_area .btn{ font-size: 13px; } /*----------------------------- Team Area -------------------------------*/ .member-social-bookmark ul { list-style: outside none none; margin: 0; padding: 0; text-align: center; } .member-social-bookmark ul li a { color: #fff; display: inline-block; font-size: 18px; height: 100%; padding-top: 8px; width: 100%; } .member-social-bookmark ul li a:hover { color: #d0963e; } .team-member-img { position: relative; -webkit-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s; border-radius: 0; display: block; overflow: hidden; } .team-member-img:before, .team-member-img:after { content: ''; position: absolute; bottom: -18px; display: block; width: 100%; height: 48px; background: #fff; } .team-member-img:before { transform: rotate(15deg); left: -35%; } .team-member-img:after { right: -35%; transform: rotate(-15deg); } .team-member-img img { width: 100%; } .member-details{ background: #fff; width: 82%; margin: 0 auto; position: relative; top: -50px; padding: 25px 20px; -webkit-box-shadow: 0px 1px 1px 1px rgba(88, 88, 88, 0.15); -moz-box-shadow: 0px 1px 1px 1px rgba(88, 88, 88, 0.15); box-shadow: 0px 1px 1px 1px rgba(88, 88, 88, 0.15); } .member-details .member_title{ color: #b33236; } .member-details h5:before{ content: ''; position: absolute; top: 0; left: 50%; transform: translateX(-50%); width: 100%; height: 3px; display: block; background: #b33236; } /*-------------------- Newsletter ----------------------*/ .newsletter_area{ position: relative; background: url(../images/background/newsletter.jpg); background-size: cover; background-attachment: fixed; background-repeat: no-repeat; } .newsletter_area:before{ content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: 0; display: block; background: rgba(0, 0, 0, 0.85); } .newsletter_area h2, .newsletter_area p{ color: #fff; } .newsletter_area .newsletter-form{ display: -webkit-flex; display: -moz-flex; display: -ms-flex; display: -o-flex; display: flex; } .newsletter_area .form-control{ height: 50px; border-radius: 0; padding: 0 25px; margin: 0 auto; } .newsletter_area .btn{ background: #b33236; color: #fff; border-radius: 0; padding: 0 25px; text-transform: capitalize; } .newsletter_area .btn:hover{ background: #be3438; } .map_area{ position: relative; } .map_area .simple_btn:before{ z-index: 0; } .map_area .simple_btn span{ position: relative; } .map, .map iframe, .map img{ width: 100%; height: 500px; } .office_address{ position: absolute; right: 60px; width: 30%; height: 100%; background: #b33236; padding: 80px 50px; border: 20px solid rgba(255,255,255,0.05); } .office_address h2, .office_address a, .office_address address, .office_address .simple_btn, .office_address p{ color: #fafafa;; } .office_address .simple_btn:hover{ background: #952125; border: 2px solid #952125; } /*------------------------------ Cart AREA -------------------------------*/ .shopping_cart .table thead{ background: #f1f1f1; } .cart-totals h2, .shipping-form h2, .coupon-form h2 { font-size: 19px; color: #000; margin: 0 0 5px; font-weight: 700; } .shipping-form p, .coupon-form p { color: rgba(0, 0, 0, 0.74); margin-bottom: 20px; } .cart-totals .cart-totals-border { border: 1px solid #dedede; } .cart-totals .totals-item { clear: both; width: 100%; margin-bottom: 15px; border-bottom: 1px solid #ebebeb; font-size: 14px; } .cart-totals .totals-item:last-child { margin-bottom: 0; border-bottom: 0; } .cart-totals .totals-item label { width: 79%; } .cart-totals .totals-item .totals-value { float: right; width: 21%; text-align: right; } .checkout { text-align: center; border: 0; padding: 12px 25px; color: #fff !important; font-size: 13px; display: block; border-radius: 0; width: 100%; text-transform: uppercase; font-weight: 600; background: #b33236; } .checkout:hover{ background: #9d1b1f; color: #fff; } .calculate-content .form-control{ border-radius: 0; border: 1px solid #dedede; font-size: 14px; color: #999; } .calculate-content .btn{ font-size: 13px; color: #fff; background-color: #b33236; border-color: #b33236; } .calculate-content .btn:hover{ background-color: #0a9246; border-color: #0a9246; } .shipping-form .form-control::placeholder{ font-size: 14px; color: #999; } /*------------------------------ Checkout AREA -------------------------------*/ .total-cost tbody tr td:last-child{ text-align: right; } .checkout-box .simple_btn { display: block; text-align: center; } .checkout_area .panel-title a{ font-size: 13px; } .check_order{ background: #f1f1f1; padding: 25px; } .checkout_area .panel-heading{ border-bottom: 1px solid #ddd; } .checkout_area .panel-heading .panel-title{ margin: 0; padding: 10px; } .checkout_area .panel-heading .panel-title a{ color: #08be51; } .checkout_area .panel-collapse{ padding: 25px 10px; } .checkout_area label, .checkout_area .form-group span, .checkout_area .form-control{ font-size: 14px; } /*------------------------------ FOOTER AREA -------------------------------*/ .footer-area { background: #1d1d1d; color: #cacaca; letter-spacing: 1px; position: relative; } .footer-inner{ padding: 80px 0; } .footer_bottom{ border-top: 1px solid #383739; } .footer-area a { color: #fafafa; } .footer-area p { color: #fafafa; } .footer-area a:hover { color: #b33236; } .footer-logo, .footer-address { margin-bottom: 20px; } .footer-init{ max-width: 80%; margin-bottom: 25px; } .footer_widget h4{ color: #fff; margin: 20px 0 33px; } .footer-social-bookmark ul, .footer-menu ul { list-style: outside none none; margin: 0; padding: 0; } .footer-social-bookmark ul li, .footer-menu ul li { display: inline; } .footer-social-bookmark ul li a { display: inline-block; font-size: 18px; width: 35px; color: #c4c3c3; } .footer-social-bookmark a:hover { color: #b33236; } .footer-menu ul { text-align: right; } .footer-menu ul li a { display: inline-block; padding: 0 5px; font-size: 14px; } .footer-menu { padding: 20px 0; } .footer-copyright { letter-spacing: 1px; padding: 20px 0; } .footer-copyright p { margin-bottom: 0; } .header_top .navbar-nav .nav-link .badge { padding: 0; color: #fff; position: absolute; top: 15px; display: block; font-size: 11px; right: -6px; background: #b33236; border-radius: 50px; width: 22px; line-height: 22px; box-shadow: none; } .header_top .navbar-nav .nav-link:hover .badge{ color: #fff; }
0.376279
0.08196
@import url("//fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800%7CRaleway:100,300,600,700,800"); /* Scaffolding /* ------------------------- */ html { position: relative; min-height: 100%; } body { background-color: #f4f4f4;; margin-bottom: 44px; line-height: 1.57142857; font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif; min-height: 100vh; } h1, h2, h3, h4, h5, h6 { font-weight: 600; } a { color: #1d7cf4; } a:hover { text-decoration: none; } .viewport { padding-top: 75px; padding-bottom: 44px; } .container { height: 100%; } .footer { position: fixed; width: 100%; height: 44px; padding: 10px 30px; bottom: 0; background-color: #fff; border-top: 1px solid #e0e0e0; } .login-container { max-width: 555px; } /* Alerts /* ------------------------- */ .alert { border-width: 0 0 0 3px; } .alert-info { border-color: #31708f; } .alert-success { color: #fff; background-color: #29b35b; border-color: #1d8141; } .alert-danger { color: #b61b17; background-color: #ffcdd2; border-color: #b61b17; } /* Navbar /* ------------------------- */ .navbar-default { background-color: #fff; border-color: #e0e0e0; } .navbar-default .navbar-nav { color: #757575; } .navbar-default .navbar-nav > li > a { color: #262626; border-bottom: 3px solid transparent; padding-top: 17.5px; padding-bottom: 14.5px; transition: all 0.25s; } .navbar-default .navbar-nav > li > a:hover { background-color: transparent;; border-bottom-color: #bdbdbd; } .navbar-default .navbar-nav > li > a.navbar-avatar { padding-top: 13px; padding-bottom: 10px; } .navbar-default .navbar-nav > li > a.navbar-avatar img { border-radius: 50%; width: 30px; height: 30px; } .navbar-default .navbar-nav > li.active > a { border-bottom-color: #3f51b5; background-color: transparent; color: #262626; } /* Panels /* ------------------------- */ .panel { border: solid 1px rgba(160, 160, 160, 0.3); box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.1); } .panel-heading { padding: 20px 30px; } .panel-heading + .panel-body { padding-top: 0; } .panel-body { padding: 30px; } .panel-body h3 { margin-top: 0; } .panel-title { font-size: 18px; color: #424242; } /* Buttons /* ------------------------- */ .btn-toolbar > .btn { float: none; margin-bottom: 5px; } .btn { font-weight: 600; border-radius: 3px; } .btn:focus { outline: 0 !important; } .btn-default { border-color: #ccc; background: #f5f5f5 linear-gradient(to bottom, #fff, #f5f5f5); box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08), inset 0 -1px 4px rgba(151, 159, 175, 0.2); } .btn-default:active { background: #e6e6e6 linear-gradient(to bottom, #f0f0f0, #e6e6e6); } .btn-success { border-color: #208a46; background: #29b35b linear-gradient(to bottom, #2ec866, #29b35b); box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2), inset 0 1px 1px rgba(255, 255, 255, 0.1), inset 0 -1px 4px rgba(32, 138, 70, 0.3); } .btn-success:active { background: #239a4e linear-gradient(to bottom, #28af59, #239a4e); } .btn-danger { border-color: #8c1512; background: #b61b17 linear-gradient(to bottom, #cc1e1a, #b61b17); box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2), inset 0 1px 1px rgba(255, 255, 255, 0.1), inset 0 -1px 4px rgba(140, 21, 18, 0.3); } .btn-danger:active { background: #9b1714 linear-gradient(to bottom, #b11a17, #9b1714); } .btn-facebook { color: #fff; border-color: #335190; background: #3b5998 linear-gradient(to bottom, #4263a9, #3b5998); box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2), inset 0 1px 1px rgba(255, 255, 255, 0.1), inset 0 -1px 4px rgba(59, 89, 152, 0.3); } .btn-facebook:hover, .btn-facebook:focus { color: #fff; } .btn-twitter { color: #fff; border-color: #009fdb; background: #00aced linear-gradient(to bottom, #05baff, #00aced); box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2), inset 0 1px 1px rgba(255, 255, 255, 0.1), inset 0 -1px 4px rgba(0, 172, 237, 0.3); } .btn-twitter:hover, .btn-twitter:focus { color: #fff; } .btn-google { color: #fff; border-color: #d54331; background: #dd4b39 linear-gradient(to bottom, #e05d4d, #dd4b39); box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2), inset 0 1px 1px rgba(255, 255, 255, 0.1), inset 0 -1px 4px rgba(221, 75, 57, 0.3); } .btn-google:hover, .btn-google:focus { color: #fff; } .btn-vk { color: #fff; border-color: #4f7192; background: #587ea3 linear-gradient(to bottom, #678aad, #587ea3); box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2), inset 0 1px 1px rgba(255, 255, 255, 0.1), inset 0 -1px 4px rgba(79, 113, 146, 0.3); } .btn-vk:hover, .btn-vk:focus { color: #fff; } .btn-github { color: #fff; border-color: #444; background: #545454 linear-gradient(to bottom, #616161, #545454); box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2), inset 0 1px 1px rgba(255, 255, 255, 0.1), inset 0 -1px 4px rgba(68, 68, 68, 0.3); } .btn-github:hover, .btn-github:focus { color: #fff; } /* Forms */ /* ------------------------- */ textarea { resize: none; } .form-control { height: auto; padding: 8px 12px; border: 2px solid #ebebeb; border-radius: 0; box-shadow: inset 0 1px 2px rgba(150, 160, 175, 0.1), inset 0 1px 15px rgba(150, 160, 175, 0.05); } .form-group > label { text-transform: uppercase; font-size: 13px; } .hr-title { height: auto; margin-top: 20px; border-top: 1px solid; color: #bbb; font-size: 16px; text-align: center; line-height: 20px; } .hr-title span { position: relative; padding: 2px 10px; top: -10px; background-color: #fff; border-radius: 2px; letter-spacing: 0.2em; text-transform: uppercase; } /* Products Page */ /* ------------------------- */ .products-page { background-image: url(../images/plant.jpg); } /* Track Order Page */ /* ------------------------- */ /* Always set the map height explicitly to define the size of the div * element that contains the map. */ /* Always set the map height explicitly to define the size of the div * element that contains the map. */ #map { height: 500px; width: 100%; } /* Optional: Makes the sample page fill the window. */ html, body { height: 100%; margin: 0; padding: 0; } #floating-panel { position: absolute; top: 10px; left: 25%; z-index: 5; background-color: #fff; padding: 5px; border: 1px solid #999; text-align: center; font-family: 'Roboto','sans-serif'; line-height: 30px; padding-left: 10px; } .ng-invalid { color: red; } #plant-photo { width:100%; box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); margin: 20px 0px 0px 0px; } #drone-photo { width:80%; box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); margin: 20px 0px 0px 0px; } #home-text { background-color: rgba(255, 255, 255, 0.6); box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); /*box-shadow: 10px 10px 5px #222;*/ padding: 10px 25px; border-radius: 5px; margin: 50px 10px 0px 10px; } #empty-space { height: 63px; } .table-responsive{ overflow-y:visible; overflow-x:visible; } [ng-click], [data-ng-click], [x-ng-click] { cursor: pointer; } /*.image { width: 300px; height: 300px; padding-top: 50%; position: relative; }*/ .image{ display: inline-block; width: 200px; height: 200px; /*border: 3px solid #c99;*/ background-position: center center; background-size: cover; } .imageSize{ max-height: 200px; } .insideImageSpace { position: absolute; top: 0; left: 0; bottom: 0; right: 0; } #productDetailPictureSpace { max-width:300px; } #insideProductDetailImage { max-height: 300px; } .imageDisplaySize { max-height:230px; width:auto; } /*.row.display-flex { display: flex; flex-wrap: wrap; } .row.display-flex > [class*='col-'] { display: flex; flex-direction: column; }*/ h4.productTitle{ overflow: hidden; white-space: nowrap; text-overflow: ellipsis; padding-bottom: 2px; }
public/css/main.css
@import url("//fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800%7CRaleway:100,300,600,700,800"); /* Scaffolding /* ------------------------- */ html { position: relative; min-height: 100%; } body { background-color: #f4f4f4;; margin-bottom: 44px; line-height: 1.57142857; font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif; min-height: 100vh; } h1, h2, h3, h4, h5, h6 { font-weight: 600; } a { color: #1d7cf4; } a:hover { text-decoration: none; } .viewport { padding-top: 75px; padding-bottom: 44px; } .container { height: 100%; } .footer { position: fixed; width: 100%; height: 44px; padding: 10px 30px; bottom: 0; background-color: #fff; border-top: 1px solid #e0e0e0; } .login-container { max-width: 555px; } /* Alerts /* ------------------------- */ .alert { border-width: 0 0 0 3px; } .alert-info { border-color: #31708f; } .alert-success { color: #fff; background-color: #29b35b; border-color: #1d8141; } .alert-danger { color: #b61b17; background-color: #ffcdd2; border-color: #b61b17; } /* Navbar /* ------------------------- */ .navbar-default { background-color: #fff; border-color: #e0e0e0; } .navbar-default .navbar-nav { color: #757575; } .navbar-default .navbar-nav > li > a { color: #262626; border-bottom: 3px solid transparent; padding-top: 17.5px; padding-bottom: 14.5px; transition: all 0.25s; } .navbar-default .navbar-nav > li > a:hover { background-color: transparent;; border-bottom-color: #bdbdbd; } .navbar-default .navbar-nav > li > a.navbar-avatar { padding-top: 13px; padding-bottom: 10px; } .navbar-default .navbar-nav > li > a.navbar-avatar img { border-radius: 50%; width: 30px; height: 30px; } .navbar-default .navbar-nav > li.active > a { border-bottom-color: #3f51b5; background-color: transparent; color: #262626; } /* Panels /* ------------------------- */ .panel { border: solid 1px rgba(160, 160, 160, 0.3); box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.1); } .panel-heading { padding: 20px 30px; } .panel-heading + .panel-body { padding-top: 0; } .panel-body { padding: 30px; } .panel-body h3 { margin-top: 0; } .panel-title { font-size: 18px; color: #424242; } /* Buttons /* ------------------------- */ .btn-toolbar > .btn { float: none; margin-bottom: 5px; } .btn { font-weight: 600; border-radius: 3px; } .btn:focus { outline: 0 !important; } .btn-default { border-color: #ccc; background: #f5f5f5 linear-gradient(to bottom, #fff, #f5f5f5); box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08), inset 0 -1px 4px rgba(151, 159, 175, 0.2); } .btn-default:active { background: #e6e6e6 linear-gradient(to bottom, #f0f0f0, #e6e6e6); } .btn-success { border-color: #208a46; background: #29b35b linear-gradient(to bottom, #2ec866, #29b35b); box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2), inset 0 1px 1px rgba(255, 255, 255, 0.1), inset 0 -1px 4px rgba(32, 138, 70, 0.3); } .btn-success:active { background: #239a4e linear-gradient(to bottom, #28af59, #239a4e); } .btn-danger { border-color: #8c1512; background: #b61b17 linear-gradient(to bottom, #cc1e1a, #b61b17); box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2), inset 0 1px 1px rgba(255, 255, 255, 0.1), inset 0 -1px 4px rgba(140, 21, 18, 0.3); } .btn-danger:active { background: #9b1714 linear-gradient(to bottom, #b11a17, #9b1714); } .btn-facebook { color: #fff; border-color: #335190; background: #3b5998 linear-gradient(to bottom, #4263a9, #3b5998); box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2), inset 0 1px 1px rgba(255, 255, 255, 0.1), inset 0 -1px 4px rgba(59, 89, 152, 0.3); } .btn-facebook:hover, .btn-facebook:focus { color: #fff; } .btn-twitter { color: #fff; border-color: #009fdb; background: #00aced linear-gradient(to bottom, #05baff, #00aced); box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2), inset 0 1px 1px rgba(255, 255, 255, 0.1), inset 0 -1px 4px rgba(0, 172, 237, 0.3); } .btn-twitter:hover, .btn-twitter:focus { color: #fff; } .btn-google { color: #fff; border-color: #d54331; background: #dd4b39 linear-gradient(to bottom, #e05d4d, #dd4b39); box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2), inset 0 1px 1px rgba(255, 255, 255, 0.1), inset 0 -1px 4px rgba(221, 75, 57, 0.3); } .btn-google:hover, .btn-google:focus { color: #fff; } .btn-vk { color: #fff; border-color: #4f7192; background: #587ea3 linear-gradient(to bottom, #678aad, #587ea3); box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2), inset 0 1px 1px rgba(255, 255, 255, 0.1), inset 0 -1px 4px rgba(79, 113, 146, 0.3); } .btn-vk:hover, .btn-vk:focus { color: #fff; } .btn-github { color: #fff; border-color: #444; background: #545454 linear-gradient(to bottom, #616161, #545454); box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2), inset 0 1px 1px rgba(255, 255, 255, 0.1), inset 0 -1px 4px rgba(68, 68, 68, 0.3); } .btn-github:hover, .btn-github:focus { color: #fff; } /* Forms */ /* ------------------------- */ textarea { resize: none; } .form-control { height: auto; padding: 8px 12px; border: 2px solid #ebebeb; border-radius: 0; box-shadow: inset 0 1px 2px rgba(150, 160, 175, 0.1), inset 0 1px 15px rgba(150, 160, 175, 0.05); } .form-group > label { text-transform: uppercase; font-size: 13px; } .hr-title { height: auto; margin-top: 20px; border-top: 1px solid; color: #bbb; font-size: 16px; text-align: center; line-height: 20px; } .hr-title span { position: relative; padding: 2px 10px; top: -10px; background-color: #fff; border-radius: 2px; letter-spacing: 0.2em; text-transform: uppercase; } /* Products Page */ /* ------------------------- */ .products-page { background-image: url(../images/plant.jpg); } /* Track Order Page */ /* ------------------------- */ /* Always set the map height explicitly to define the size of the div * element that contains the map. */ /* Always set the map height explicitly to define the size of the div * element that contains the map. */ #map { height: 500px; width: 100%; } /* Optional: Makes the sample page fill the window. */ html, body { height: 100%; margin: 0; padding: 0; } #floating-panel { position: absolute; top: 10px; left: 25%; z-index: 5; background-color: #fff; padding: 5px; border: 1px solid #999; text-align: center; font-family: 'Roboto','sans-serif'; line-height: 30px; padding-left: 10px; } .ng-invalid { color: red; } #plant-photo { width:100%; box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); margin: 20px 0px 0px 0px; } #drone-photo { width:80%; box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); margin: 20px 0px 0px 0px; } #home-text { background-color: rgba(255, 255, 255, 0.6); box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); /*box-shadow: 10px 10px 5px #222;*/ padding: 10px 25px; border-radius: 5px; margin: 50px 10px 0px 10px; } #empty-space { height: 63px; } .table-responsive{ overflow-y:visible; overflow-x:visible; } [ng-click], [data-ng-click], [x-ng-click] { cursor: pointer; } /*.image { width: 300px; height: 300px; padding-top: 50%; position: relative; }*/ .image{ display: inline-block; width: 200px; height: 200px; /*border: 3px solid #c99;*/ background-position: center center; background-size: cover; } .imageSize{ max-height: 200px; } .insideImageSpace { position: absolute; top: 0; left: 0; bottom: 0; right: 0; } #productDetailPictureSpace { max-width:300px; } #insideProductDetailImage { max-height: 300px; } .imageDisplaySize { max-height:230px; width:auto; } /*.row.display-flex { display: flex; flex-wrap: wrap; } .row.display-flex > [class*='col-'] { display: flex; flex-direction: column; }*/ h4.productTitle{ overflow: hidden; white-space: nowrap; text-overflow: ellipsis; padding-bottom: 2px; }
0.330147
0.067393
* Please don't edit this file. You can lose all modifications if the theme is updated. * Please use a child theme. You can overwrite specific style rules in your child theme's 'style.css' file. * See here more about Child Themes: https://codex.wordpress.org/Child_Themes * This file is only loaded if 'SCRIPT_DEBUG' is set to 'TRUE' in your 'wp-config.php' file. Otherwise, * the 'style.min.css' file is loaded. ********************************************************************************************************/ /* 01: - Normalize 02: - Layout 03: - Typography 04: - Elements 05: - Navigation 06: - Header 07: - Content 08: - Post Formats 09: - Widgets 10: - Footer 11: - Comments 12: - Additional Styles 13: - Responsive */ /* 01: Normalize * normalize.css | MIT License | git.io/normalize */ html { font-family: sans-serif; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; } body { margin: 0; } article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary { display: block; } audio, canvas, progress, video { display: inline-block; vertical-align: baseline; } audio:not([controls]) { display: none; height: 0; } [hidden], template { display: none; } a { background-color: transparent; } a:active, a:hover { outline: 0; } abbr[title] { border-bottom: 1px dotted; } b, strong { font-weight: bold; } dfn { font-style: italic; } h1 { font-size: 2em; margin: 0.67em 0; } mark { background: #ff0; color: #000; } small { font-size: 80%; } sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; } sup { top: -0.5em; } sub { bottom: -0.25em; } img { border: 0; } svg:not(:root) { overflow: hidden; } figure { margin: 1em 40px; } hr { 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; box-sizing: content-box; } input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; } fieldset { border: 1px solid #ddd; 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; } /* * 02: Layout */ body { background: #f0f3f5; } #page { padding: 0 20px; margin: auto; } .content-area, .widget-area { float: none; width: 100%; margin: auto; padding: 0; } /* Grid */ .row { margin: 0 -10px; padding: 0; list-style-type: none; -webkit-box-sizing: border-box; box-sizing: border-box; } .col-3, .col-4, .col-6, .col-12, .col-xs-3, .col-xs-4, .col-xs-6, .col-xs-12, .col-sm-3, .col-sm-4, .col-sm-6, .col-sm-12 { position: relative; min-height: 1px; padding-left: 10px; padding-right: 10px; margin: 0; -webkit-box-sizing: border-box; box-sizing: border-box; } .col-xs-3, .col-xs-4, .col-xs-6, .col-xs-12 { float: left; } .col-xs-3 { width: 25%; } .col-xs-4 { width: 33.33333333%; } .col-xs-6 { width: 50%; } .col-xs-12 { width: 100%; } @media (min-width: 768px) { .col-sm-3, .col-sm-4, .col-sm-6, .col-sm-12 { float: left; } .col-sm-3 { width: 25%; } .col-sm-4 { width: 33.33333333%; } .col-sm-6 { width: 50%; } .col-sm-12 { width: 100%; } } @media (min-width: 1024px) { .col-3, .col-4, .col-6, .col-12 { float: left; } .col-3 { width: 25%; } .col-4 { width: 33.33333333%; } .col-6 { width: 50%; } .col-12 { width: 100%; } } /* * 03: Typography */ body, button, input, select, textarea { font-family: 'Oxygen', sans-serif; font-size: 14px; line-height: 1.65; color: #454545; } /* Headings */ h1 { font-size: 1.714em; /* 24px */ line-height: 1.4; margin: 1.5em 0 0.5em; } h2 { font-size: 1.571em; /* 22px */ line-height: 1.4; font-weight: 700; margin: 1.5em 0 0.5em; } h3 { font-size: 1.286em; /* 18px */ line-height: 1.4; font-weight: 700; margin: 0 0 0.5em; } h4 { font-size: 1.143em; /* 16px */ font-weight: 700; margin: 0 0 0.5em; } h5 { font-size: 1em; text-transform: uppercase; font-weight: 400; margin: 0 0 0.5em; } h1, h2, h3, h4, h5, h6 { clear: both; } .entry-content h1:first-child, .entry-content h2:first-child, .entry-content h3:first-child, .entry-content h4:first-child, .entry-content h5:first-child, .entry-content h6:first-child, .comment-content h1:first-child, .comment-content h2:first-child, .comment-content h3:first-child, .comment-content h4:first-child, .comment-content h5:first-child, .comment-content h6:first-child { margin-top: 0; } .site-title { font-family: 'Source Sans Pro', sans-serif; font-size: 2em; /* 28px */ font-weight: 700; line-height: 1.3; margin: 0; } .entry-title { margin: 0; font-weight: 400; color: #252525; font-size: 1.714em; /* 24px */ } .page-title { color: #959595; font-weight: 400; } .page-title span { color: #0fa5d9; font-weight: 700; } /* * 04: Elements */ .main-navigation, .site-footer, .widget-area, .entry-footer, .entry-meta { font-size: 0.929em /* 13px */ } hr { background-color: #eee; border: 0; height: 1px; margin: 1.5em 0; } p { margin: 0 0 1.5em 0; } img { height: auto; /* Make sure images are scaled correctly. */ max-width: 100%; /* Adhere to container width. */ } strong { font-weight: 700; } ul, ol { margin: 0 0 1.5em 3em; } ul { list-style: square; } ol { list-style: decimal; } ul ul, ol ol, ul ol, ol ul { margin-bottom: 0; margin-left: 1.5em; } dt { font-weight: bold; } dd { margin: 0 1.5em 1.5em; } b, strong { font-weight: 700; } dfn, cite, em, i { font-style: italic; } blockquote { font-style: italic; margin: 1.5em 0; padding: 0 1em; border-left: 4px solid #ddd; } address { margin: 0 0 1.5em; } pre { background: #eee; font-family: "Courier 10 Pitch", Courier, monospace; font-size: 15px; line-height: 1.6; margin-bottom: 1.5em; padding: 1.5em; overflow: auto; max-width: 100%; } code, kbd, tt, var { font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace; } abbr, acronym { border-bottom: 1px dotted #666; cursor: help; } mark, ins { background: #fff9c0; text-decoration: none; } sup, sub { font-size: 75%; height: 0; line-height: 0; position: relative; vertical-align: baseline; } sup { bottom: 1ex; } sub { top: .5ex; } small { font-size: 75%; } big { font-size: 125%; } figure { margin: 0; } table { margin: 1.5em 0; width: 100%; border-top: 1px solid #eee; border-left: 1px solid #eee; } th { font-weight: 700; } thead th { font-size: 1.143em; } th, td { border-bottom: 1px solid #eee; border-right: 1px solid #eee; padding: 10px; } button, input, select, textarea { font-size: 100%; /* Corrects font size not being inherited in all browsers */ margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */ vertical-align: baseline; /* Improves appearance and consistency in all browsers */ *vertical-align: middle; /* Improves appearance and consistency in all browsers */ } button, input { line-height: normal; /* Addresses FF3/4 setting line-height using !important in the UA stylesheet */ *overflow: visible; /* Corrects inner spacing displayed oddly in IE6/7 */ } button, input[type="button"], input[type="reset"], input[type="submit"] { background-color: #0fa5d9; color: #fff; cursor: pointer; /* Improves usability and consistency of cursor style between image-type 'input' and others */ -webkit-appearance: button; /* Corrects inability to style clickable 'input' types in iOS */ line-height: 1; padding: 0.75em 1.5em; border: none; } button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover { color: #fff; } button:focus, input[type="button"]:focus, input[type="reset"]:focus, input[type="submit"]:focus, button:active, input[type="button"]:active, input[type="reset"]:active, input[type="submit"]:active { } input[type="checkbox"], input[type="radio"] { box-sizing: border-box; /* Addresses box sizing set to content-box in IE8/9 */ padding: 0; /* Addresses excess padding in IE8/9 */ } input[type="search"] { -webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */ -moz-box-sizing: content-box; -webkit-box-sizing: content-box; /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */ box-sizing: content-box; } input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */ -webkit-appearance: none; } button::-moz-focus-inner, input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */ border: 0; padding: 0; } input[type=text], input[type=email], input[type=password], textarea { color: #454545; border: 1px solid rgba(0,0,0,0.07); margin: 0.5em 0; } input[type=text]:focus, input[type=email]:focus, input[type=password]:focus, textarea:focus { color: #252525; border-color: rgba(0,0,0,0.2); } input[type=text], input[type=email], input[type=password] { padding: 0.5em 1em; } textarea { overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */ padding: 10px; vertical-align: top; /* Improves readability and alignment in all browsers */ width: 100%; -webkit-box-sizing: border-box; box-sizing: border-box; } #submit { border: none; color: #fff; font-weight: 700; font-size: 0.929em; text-transform: uppercase; line-height: 1.4; } #submit:hover { color: #fff; } /* Search Form */ .search-form { position: relative; } .search-form label { display: block; } input#s { height: 40px; width: 100%; margin: 0; padding: 10px 50px 10px 10px; border: 0; line-height: 20px; border: 1px solid #eee; -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-border-radius: none; border-radius: none; -webkit-appearance: none; } .entry-content input#s { border: 1px solid #eee; } #search-submit { position: absolute; display: block; right: 0; top: 0; width: 50px; height: 40px; padding: 6px 0 4px; margin: 0; line-height: 1; text-align: center; box-sizing: border-box; -webkit-box-sizing: border-box; } #search-submit:hover { opacity: 0.9; } /* Make sure embeds and iframes fit their containers */ embed, object, iframe { max-width: 100%; max-height: 260px; } /* Links */ a { color: #0fa5d9; text-decoration: none; } a:hover { text-decoration: underline; } a:focus, a:active { outline: 0; } h1 a, h2 a, h3 a { color: #252525; } .site-title a { display: inline-block; color: #252525; } .site-title a:hover { text-decoration: none; color: #0fa5d9; } .entry-title a:hover { text-decoration: none; } .edit-link a { display: inline-block; padding: 2px 15px; text-decoration: none; font-size: 0.923em; font-weight: 700; line-height: 1.5; color: #0fa5d9; background-color: #fff; border: 1px solid #0fa5d9; -webkit-border-radius: 64px; border-radius: 64px; } .edit-link a:hover { opacity: .9; } .more-link { display: inline-block; margin: 0; padding: 0; text-decoration: none; } .more-link:hover { text-decoration: underline; } /* Alignment */ .alignleft { display: inline; float: left; margin: 0 1em 0.25em 0; } .alignright { display: inline; float: right; margin: 0 0 0.25em 1em; } .aligncenter { clear: both; display: block; margin: 1em auto; } /* Clearing */ .clearfix:after, .container:after, .main-navigation:after, .entry-header:after, .entry-content:after, .entry-summary:after, .widget:after, .gallery:after { clear: both; } .clearfix:before, .clearfix:after, .container:after, .container:before, .main-navigation:before, .main-navigation:after, .entry-header:before, .entry-header:after, .entry-content:before, .entry-content:after, .entry-summary:before, .entry-summary:after, .widget:before, .widget:after, .gallery:before, .gallery:after { display: table; content: ""; } /* * 05: Navigation */ /* Main Navigation */ .main-navigation { background-color: #0fa5d9; } .main-navigation ul { list-style: none; margin: 0; padding: 0; } .main-navigation li { float: left; position: relative; padding: 0; margin: 0; } .main-navigation a { color: #fff; text-decoration: none; display: inline-block; height: 48px; line-height: 48px; padding: 0 1em; } .main-navigation > div > ul > li > a:hover { color: #fff; } .main-navigation > div > ul > li.menu-item-has-children > a, .main-navigation > div > ul > li.page_item_has_children > a { padding-right: 18px; } .main-navigation > div > ul > li.menu-item-has-children > a:before, .main-navigation > div > ul > li.page_item_has_children > a:before { font-family: "icons-font" !important; font-style: normal !important; font-weight: normal !important; font-variant: normal !important; text-transform: none !important; speak: none; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; position: absolute; right: 2px; top: 18px; content: "\69"; font-size: 14px; width: 14px; text-align: left; display: inline-block; } .main-navigation li:hover a, .main-navigation li:focus a { background-color: rgba(255,255,255,0.2); } .main-navigation ul ul { visibility: hidden; opacity: 0; width: 180px; position: absolute; top: 48px; left: 0; z-index: 99999; background-color: #fff; -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.1); box-shadow: 0 1px 2px rgba(0,0,0,0.1); -webkit-transition: all 0.4s ease-in-out 0s; transition: all 0.4s ease-in-out 0s; } .main-navigation ul ul:after { border-bottom: 6px solid #fff; border-left: 6px solid rgba(0, 0, 0, 0); border-right: 6px solid rgba(0, 0, 0, 0); content: ""; height: 0; margin: 0 auto 0 -4px; position: absolute; text-align: center; width: 0; left: 1em; top: -6px; } .main-navigation > div > ul > li:hover > ul { visibility: visible; opacity: 1; } .main-navigation ul ul li { float: none; margin: 0; border-top: 1px dashed rgba(0,0,0,0.1); } .main-navigation ul ul li:first-child { border: 0; } .main-navigation ul ul a { color: #656565; display: block; height: auto; line-height: 1.5; padding: 0.75em 1em; background: #fff; } .main-navigation ul li:hover ul a, .main-navigation ul li:focus ul a { background: #fff; } .main-navigation ul ul a:hover, .main-navigation ul ul a:focus { color: #0fa5d9; } .main-navigation ul ul ul { display: none; visibility: visible; opacity: 1; left: 100%; top: 0; } .main-navigation ul ul ul:after { content: none; } .main-navigation div ul ul li:hover > ul { display: block; } .main-navigation div ul ul ul li:hover > ul { display: block; } /* Mobile Navigation */ button.menu-toggle { display: none; cursor: pointer; position: absolute; right: 0; top: 20px; width: 40px; height: 40px; padding: 0; margin: 0; background-color: transparent; border: 0; border-radius: 0; text-decoration: none; text-align: center; color: #252525; cursor: pointer; } button.menu-toggle:hover, button.menu-toggle:active{ background-color: transparent; } button.menu-toggle:focus { outline: none; } /* Button Toggle */ .button-toggle { display: block; background-color: #252525; height: 3px; opacity: 1; position: absolute; transition: opacity 0.3s ease 0s, background 0.3s ease 0s; width: 24px; z-index: 20; left: 8px; top: 20px; } .button-toggle:before { background-color: #252525; content: ""; height: 3px; left: 0; position: absolute; top: -7px; transform-origin: center center 0; transition: transform 0.3s ease 0s, background 0.3s ease 0s; width: 24px; } .button-toggle:after { background-color: #252525; bottom: -7px; content: ""; height: 3px; left: 0; position: absolute; transform-origin: center center 0; transition: transform 0.3s ease 0s, background 0.3s ease 0s; width: 24px; } .toggled .button-toggle { background-color: transparent !important; } .toggled .button-toggle:before { opacity: 1; transform: translate(0px, 7px) rotate(-45deg); } .toggled .button-toggle:after { opacity: 1; transform: translate(0px, -7px) rotate(45deg); } /* Footer Navigation */ .footer-navigation .menu li, .footer-navigation .menu li a { display: inline-block; } .footer-navigation .menu { margin: 0; padding: 0; } .footer-navigation .menu li { margin: 0 0 0 0.5em; } .footer-navigation .menu li:first-child { margin-left: 0; } /* Post Navigation */ .navigation { overflow: hidden; clear: both; } .post-navigation { margin: 0 0 20px; overflow: hidden; padding: 15px 20px; background-color: #fff; -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.06); box-shadow: 0 1px 1px rgba(0,0,0,0.06); } .post-navigation .nav-previous { float: left; width: 50%; } .post-navigation .nav-next { float: right; text-align: right; width: 50%; } .image-navigation { margin-bottom: 1em; } .image-attachment .post-navigation { -webkit-box-shadow: none; box-shadow: none; } /* Pagination */ .pagination { margin: 0 0 20px 0; padding: 0; } .pagination .nav-links { clear: both; list-style-type: none; margin: 0; padding: 0; } .pagination .nav-links a, .pagination .nav-links span { display: block; float: left; height: 30px; margin: 0 5px 5px 0; padding: 0 1em; text-align: center; font-size: 12px; line-height: 30px; background-color: #fff; color: #777; -webkit-box-sizing: border-box; box-sizing: border-box; border: 1px solid #ddd; } .pagination .nav-links .current, .pagination .nav-links .current:hover, .pagination .nav-links a:hover { border-color: transparent; text-decoration: none; color: #fff; background: #0fa5d9; } /* * 06: Header */ .site-header { position: relative; } .site-brand { position: relative; margin: 20px 0; } hgroup { float: left; width: 50%; padding: 0 20px 0 0; -webkit-box-sizing: border-box; box-sizing: border-box; } hgroup h1 a { text-decoration: none; outline: none; margin: auto } .site-description { color: #959595; color: rgba(0,0,0,0.5); display: inline-block; margin: 0; font-size: 1em; font-weight: 400; } .header-image { display: none; } .header-ads { margin: 0 auto 20px; text-align: center; } .header-ads img { display: block; margin: auto; } /* Social Links */ .social-navigation { float: left; padding: 0 0 0 20px; margin: 10px 0 0; width: 50%; -webkit-box-sizing: border-box; box-sizing: border-box; } .social-links { list-style-type: none; margin: 0; padding: 0; text-align: right; } .social-links li { display: inline-block; padding: 0; margin: 0; } .social-links a { width: 24px; height: 24px; display: inline-block; -webkit-border-radius: 14px; border-radius: 14px; background: #353535; text-align: center; text-decoration: none; margin: 0 0 0 0.5em; } .social-links li:first-child a { margin-left: 0; } .social-links [class^="icon-"] { font-size: 14px; } .social-links [class^="icon-"]:before, .social-links [class*=" icon-"]:before { display: inline-block; color: #fff; line-height: 24px; } .social-links a:hover { background: #252525; } .social-links .rss:hover { background: #F28A29; } .social-links .twitter:hover { background: #1db0ed; } .social-links .facebook:hover { background: #3B5998; } .social-links .googleplus:hover { background: #dd4b39; } .social-links .linkedin:hover { background: #007bb6; } .social-links .instagram:hover { background: #517fa4; } .social-links .youtube:hover { background: #bb0000; } .social-links .pinterest:hover { background: #cb2027; } .social-links .stumbleupon:hover { background: #ea4b24; } .social-links .flickr:hover { background: #ff0084; } .social-links .tumblr:hover { background: #32506d; } .social-links .medium:hover { background: #000; } .social-links .github:hover { background: #121111; } .social-links .xing:hover { background: #1A7576; } /* * 07: Content */ .site-main { margin: 20px 0; } .hentry { margin: 0 0 20px 0; padding: 0; background-color: #fff; -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.06); box-shadow: 0 1px 1px rgba(0,0,0,0.06); } .entry-header { position: relative; padding: 15px 20px; border-bottom: 1px solid rgba(0, 0, 0, 0.07); } .entry-title, .entry-meta { -webkit-box-sizing: border-box; box-sizing: border-box; } .entry-meta, .entry-meta a { color: #959595; } .entry-meta a:hover { color: #0fa5d9; } .entry-time { display: none; } .entry-content, .entry-summary { padding: 20px; } .entry-content p:last-child, .entry-summary p:last-child { margin-bottom: 0; } .entry-footer { padding: 15px 20px; border-top: 1px solid rgba(0, 0, 0, 0.07); color: #959595; } .entry-footer p:last-child { margin: 0; } .posted-on, .byline, .comments-link, .cat-links, .tags-links { padding-right: 0.5em; display: inline-block; } .posted-on, .byline, .comments-link { margin-top: 5px; } .sep { display: inline-block; padding: 0 0.5em; color: #b5b5b5; } .post-thumbnail img { display: block; margin: 0 auto 1em; max-width: 100%; height: auto; } /* Icons */ .icon-font { font-size: 14px; display: inline-block; vertical-align: -10%; } .entry-footer .icon-font { color: #0fa5d9; } /* Single Posts and Pages */ .page-header { background-color: #FFFFFF; margin: 0 0 20px 0; padding: 15px 20px; -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.06); box-shadow: 0 1px 1px rgba(0, 0, 0, 0.06); } .page-header h1 { font-size: 0.857em; /*12px*/ text-transform: uppercase; margin: 0; padding: 0; } .page-header .taxonomy-description p { margin: 5px 0 0; } .page-links { clear: both; margin: 0 0 1.5em; } .page-links > a, .page-links > .page-number { padding: 0 0.25em; display: inline-block; } /* Featured Image on Single Post */ .featured-image { margin-bottom: 20px; } .featured-image img { margin: auto; display: block; } /* Galleries */ .page-content img.wp-smiley, .entry-content img.wp-smiley, .comment-content img.wp-smiley { border: none; margin-bottom: 0; margin-top: 0; padding: 0; } .gallery-item { display: inline-block; padding: 0 10px; margin: 0 0 1.5em 0; text-align: center; vertical-align: top; width: 100%; -webkit-box-sizing: border-box; box-sizing: border-box; } .gallery-item img { display: block; max-width: 100%; height: auto; border: none; } #content .gallery-icon img { display: block; max-width: 100%; height: auto; margin: 0 auto; border: none; } .gallery-columns-2 .gallery-item { max-width: 50%; } .gallery-columns-3 .gallery-item { max-width: 33.33%; } .gallery-columns-4 .gallery-item { max-width: 25%; } .gallery-columns-5 .gallery-item { max-width: 20%; } .gallery-columns-6 .gallery-item { max-width: 16.66%; } .gallery-columns-7 .gallery-item { max-width: 14.28%; } .gallery-columns-8 .gallery-item { max-width: 12.5%; } .gallery-columns-9 .gallery-item { max-width: 11.11%; } /* Captions */ .wp-caption { border: 0; margin: 0 0 1.5em 0; max-width: 100%; } .wp-caption img[class*="wp-image-"] { display: block; margin: 0; } .wp-caption .wp-caption-text { color: #757575; font-size: 0.929em; margin-top: 0.5em; } .gallery-caption { color: #757575; display: block; font-size: 0.929em; margin: 0; padding-top: 0.5em; } /* Text meant only for screen readers */ .screen-reader-text { clip: rect(1px, 1px, 1px, 1px); position: absolute !important; margin: 0; line-height: 1; } .screen-reader-text:hover, .screen-reader-text:active, .screen-reader-text:focus { background-color: #f1f1f1; border-radius: 3px; box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6); clip: auto !important; color: #10c0cc; display: block; font-size: 14px; font-weight: bold; height: auto; left: 5px; line-height: normal; padding: 15px 23px 14px; text-decoration: none; top: 5px; width: auto; z-index: 100000; /* Above WP toolbar */ } /* Infinite Scroll */ /* Globally hidden elements when Infinite Scroll is supported and in use. */ .infinite-scroll .pagination, /* Older / Newer Posts Navigation (always hidden) */ .infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */ display: none; } /* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before */ .infinity-end.neverending .site-footer { display: block; } /* * 08: Posts Formats */ .format-quote .entry-summary blockquote { margin: 0; } .format-image .entry-summary img { margin: 0 } .format-status .entry-summary p { margin-bottom: 0.5em; } .entry-format-icon { display: none; } /* Posts Formats Icons */ .entry-format-icon { line-height: 48px; } .entry-format-icon:before { font-family: "icons-font" !important; font-style: normal !important; font-weight: normal !important; font-variant: normal !important; text-transform: none !important; speak: none; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-size: 21px; text-align: center; color: #fff; vertical-align: middle; } .sticky .entry-time-day, .sticky .entry-time-month, .format-image .entry-time-day, .format-image .entry-time-month, .format-gallery .entry-time-day, .format-gallery .entry-time-month, .format-link .entry-time-day, .format-link .entry-time-month, .format-quote .entry-time-day, .format-quote .entry-time-month, .format-video .entry-time-day, .format-video .entry-time-month { display: none; } .sticky .entry-format-icon, .format-image .entry-format-icon, .format-gallery .entry-format-icon, .format-link .entry-format-icon, .format-quote .entry-format-icon, .format-video .entry-format-icon, .format-status .entry-format-icon { display: block; } .sticky .entry-format-icon:before { content: "\73"; } .format-image .entry-format-icon:before { content: "\74"; } .format-gallery .entry-format-icon:before { content: "\55"; } .format-video .entry-format-icon:before { content: "\75"; } .format-link .entry-format-icon:before { content: "\51"; } .format-quote .entry-format-icon:before { content: "\61"; } .format-status .entry-format-icon:before { content: "\76"; } /* * 09: Widgets */ .widget { margin: 0 0 20px; padding: 15px 20px; color: #757575; background-color: #fff; -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.06); box-shadow: 0 1px 1px rgba(0,0,0,0.06); word-wrap: break-word; } .widget-title { color: #353535; font-size: 1.154em; margin-bottom: 10px; line-height: 1.4; } .widget ul { margin: 0; padding: 0; } .widget li { margin: 0; padding: 0.5em 0; list-style-type: none; } .widget p:last-child { margin-bottom: 0; } .widget_archive li a:before, .widget_links li a:before, .widget_categories li a:before, .widget_meta li a:before, .widget_recent_entries li a:before, .widget_recent_comments li .comment-author-link:before { font-family: "icons-font" !important; font-style: normal !important; font-weight: normal !important; font-variant: normal !important; text-transform: none !important; speak: none; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-size: 14px; width: 14px; text-align: left; display: inline-block; vertical-align: -15%; } .widget_archive li a:before, .widget_links li a:before, .widget_categories li a:before, .widget_meta li a:before, .widget_recent_entries li a:before { content: "\66"; } .widget_recent_comments li .comment-author-link:before { content: "\4a"; padding-right: 0.25em; } .widget select { max-width: 100%; } /* Calendar Widget */ .widget_calendar table { margin: 0; } .widget_calendar caption { color: #353535; font-size: 1.154em; margin-bottom: 15px; font-weight: 700; text-align: left; } /* Comments Widget */ .widget_recent_comments a { color: #999; } .widget_recent_comments li a.url:before { content: "J"; padding-right: 0.25em; } #secondary .widget_recent_comments a.url { color: #0FA5D9; } /* Footer Widgets */ #tertiary { border-bottom: 1px solid rgba(255,255,255,0.05); margin: 0 0 20px 0; } #tertiary .widget { width: 100%; padding: 0 10px; margin-bottom: 20px; border: none; background: transparent; color: #ccc; -webkit-box-shadow: none; box-shadow: none; -webkit-box-sizing: border-box; box-sizing: border-box; } #tertiary .widget-title { font-size: 0.923em; text-transform: uppercase; color: #fff; } #tertiary .widget ul { margin: 0; padding: 0; } #tertiary .widget li { list-style-type: none; display: block; padding: 0; margin: 0.5em 0; } #tertiary .widget_search input#s { width: 100%; } #tertiary table, #tertiary th, #tertiary td { border-color: #555; } #tertiary .widget_calendar caption { font-size: 0.923em; text-transform: uppercase; color: #fff; } #tertiary thead th { background: #252525; } /* * 10: Footer */ .site-footer { clear: both; color: rgba(255, 255, 255, 0.85); padding: 20px; background: #353535; } .site-footer a { color: #fff; } .credits, .footer-navigation { text-align: center; } .credits { margin-bottom: 10px; } /* * 11: Comments */ .comment-content a { word-wrap: break-word; } .bypostauthor {} input[type="text"], textarea { border-radius: 0; -webkit-border-radius: 0; box-shadow: none; -webkit-box-shadow: none; display: block } .comments-area { margin: 20px 0; padding: 15px 20px; background-color: #fff; -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.06); box-shadow: 0 1px 1px rgba(0,0,0,0.06); } .comments-area h2, .comments-area h3 { color: #353535; margin-bottom: 10px; } .comments-area label { display: inline-block; font-weight: 700; } .form-allowed-tags { display: none; } .commentlist { margin: 1.5em 0; padding: 0; } .commentlist li { list-style-type: none; margin: 0 0 1.5em 0; } .comment .avatar { float: left; margin-right: 20px; -webkit-border-radius: 64px; border-radius: 64px; } .comment-content { clear: both; padding: 0.5em 0 } .comment-content p:last-child { margin: 0; } .comment .fn { font-style: normal; font-weight: 700; } /* * 12: Additional Styles */ /* No Sidebar Template */ .page-template-no-sidebar .content-area, .page-template-no-sidebar-php .content-area { width: 100%; float: none; } /* Layout Options */ /* One Column Layout */ .one-column .content-area, .one-column.site-paged .content-area { width: 100%; float: none; } /* Two Columns Grid Layout */ .grid2-sidebar .posts-loop .entry-time { display: none; } .grid2-sidebar .post-thumbnail img { max-width: 100%; margin: 0 auto 5px; } .grid2-sidebar .posts-loop .entry-title { padding: 0; font-size: 1.429em; } .grid2-sidebar .posts-loop .entry-header { padding: 20px 20px 10px; } .grid2-sidebar .entry-summary { padding-top: 10px; padding-bottom: 10px; } .grid2-sidebar .posts-loop .entry-footer { padding-top: 10px; padding-bottom: 10px; } .grid2-sidebar.site-paged .posts-loop .entry-header, .grid2-sidebar.site-paged .posts-loop .entry-summary, .grid2-sidebar.site-paged .posts-loop .entry-footer { padding: 0; } .grid2-sidebar .posts-loop .hentry embed, .grid2-sidebar .posts-loop .hentry iframe, .grid2-sidebar .posts-loop .hentry object { max-height: 200px; } /* * 13: Responsive */ @media screen and (min-width: 480px) { /* Header */ .header-image { display: block; text-decoration: none; margin-top: 20px; } .header-image img { display: block; max-width: 100%; height: auto; } /* Elements */ embed, object, iframe { max-height: inherit; } } @media screen and (min-width: 640px) { /* Layout */ #page { padding: 0 30px; } /* Footer Widgets */ #tertiary .widget { width: 50%; float: left; } #tertiary > .row > .widget:nth-child(2n+1) { clear: left; } /* Layout Options */ .one-column .post-thumbnail .size-medium { max-width: 50%; } } @media screen and (min-width: 768px) { /* Layout */ #page { max-width: 740px; padding: 0 40px; } /* Content */ .entry-title, .entry-meta { padding-right: 60px; } .entry-header { min-height: 48px; } .entry-time { display: block; position: absolute; width: 48px; height: 48px; right: 20px; top: 15px; background-color: rgba(15,165,217,0.7); -webkit-border-radius: 24px; border-radius: 24px; color: #FFFFFF; font-size: 12px; font-weight: 700; letter-spacing: 1px; text-align: center; text-transform: uppercase; } .entry-time-day { display: block; line-height: 1; padding: 8px 0 3px; } .entry-time-month { border-top: 1px solid rgba(255, 255, 255, 0.2); display: inline-block; line-height: 1; padding: 3px 0 0; } /* Footer */ .credits { text-align: left; } .footer-navigation { text-align: right; } .credits, .footer-navigation { margin: 10px 0; } /* Layout Options */ .grid2-sidebar .row > div:nth-child(2n+1) { clear: left; } } @media screen and (min-width: 1024px) { /* Layout */ #page { margin: auto; padding: 0; max-width: 980px; } .content-area { width: 65.3062%; /* 640px */ float: left; } .widget-area { width: 30.6123%; /* 300px */ float: right; } /* Layout Options */ .sidebar-content .content-area { float: right; } .sidebar-content .widget-area { float: left; } .one-column .post-thumbnail .size-medium { max-width: 300px; } } @media (max-width: 768px), (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) { /* Header */ hgroup { width: 100%; float: none; padding-right: 60px; } .site-brand { margin-bottom: 0; } .social-navigation { width: 100%; float: none; padding: 0; } .social-links { text-align: left; } /* Mobile Navigation */ .main-navigation.toggled { margin-top: 10px; background-color: transparent; } .main-navigation ul { display: none; } button.menu-toggle, .main-navigation.toggled .nav-menu { display: block; float: none; } .main-navigation.toggled .nav-menu { margin: 0; padding: 0; position: relative; z-index: 999; background-color: #252525; } .main-navigation.toggled > div { margin: 0; } .main-navigation.toggled li { float: none; } .main-navigation.toggled ul { text-align: left; } .main-navigation.toggled ul li { display: block; } .main-navigation.toggled ul ul { visibility: visible; opacity: 1; position: static; display: block; left: auto; top: auto; border: none; -webkit-box-shadow: none; box-shadow: none; background: transparent; width: 100%; } .main-navigation.toggled ul ul:after, .main-navigation.toggled a:before { content: none !important; } .main-navigation.toggled ul a, .main-navigation.toggled ul ul a { display: block; width: auto; height: auto; padding: 12px 15px; line-height: 1.5; color: #ddd; border-bottom: 1px solid #353535; background: transparent; } .main-navigation.toggled a:hover, .main-navigation.toggled ul ul a:hover, .main-navigation.toggled a:active, .main-navigation.toggled ul ul a:active, .main-navigation.toggled li:hover a, .main-navigation.toggled li:focus a { background-color: #252525; } .site-header .main-navigation.toggled ul ul a:hover { color: #fff; } .main-navigation > div > ul > li > .sub-menu, .main-navigation > div > ul > li > .sub-menu > li > .sub-menu { visibility: visible; opacity: 1; } }
style.css
* Please don't edit this file. You can lose all modifications if the theme is updated. * Please use a child theme. You can overwrite specific style rules in your child theme's 'style.css' file. * See here more about Child Themes: https://codex.wordpress.org/Child_Themes * This file is only loaded if 'SCRIPT_DEBUG' is set to 'TRUE' in your 'wp-config.php' file. Otherwise, * the 'style.min.css' file is loaded. ********************************************************************************************************/ /* 01: - Normalize 02: - Layout 03: - Typography 04: - Elements 05: - Navigation 06: - Header 07: - Content 08: - Post Formats 09: - Widgets 10: - Footer 11: - Comments 12: - Additional Styles 13: - Responsive */ /* 01: Normalize * normalize.css | MIT License | git.io/normalize */ html { font-family: sans-serif; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; } body { margin: 0; } article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary { display: block; } audio, canvas, progress, video { display: inline-block; vertical-align: baseline; } audio:not([controls]) { display: none; height: 0; } [hidden], template { display: none; } a { background-color: transparent; } a:active, a:hover { outline: 0; } abbr[title] { border-bottom: 1px dotted; } b, strong { font-weight: bold; } dfn { font-style: italic; } h1 { font-size: 2em; margin: 0.67em 0; } mark { background: #ff0; color: #000; } small { font-size: 80%; } sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; } sup { top: -0.5em; } sub { bottom: -0.25em; } img { border: 0; } svg:not(:root) { overflow: hidden; } figure { margin: 1em 40px; } hr { 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; box-sizing: content-box; } input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; } fieldset { border: 1px solid #ddd; 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; } /* * 02: Layout */ body { background: #f0f3f5; } #page { padding: 0 20px; margin: auto; } .content-area, .widget-area { float: none; width: 100%; margin: auto; padding: 0; } /* Grid */ .row { margin: 0 -10px; padding: 0; list-style-type: none; -webkit-box-sizing: border-box; box-sizing: border-box; } .col-3, .col-4, .col-6, .col-12, .col-xs-3, .col-xs-4, .col-xs-6, .col-xs-12, .col-sm-3, .col-sm-4, .col-sm-6, .col-sm-12 { position: relative; min-height: 1px; padding-left: 10px; padding-right: 10px; margin: 0; -webkit-box-sizing: border-box; box-sizing: border-box; } .col-xs-3, .col-xs-4, .col-xs-6, .col-xs-12 { float: left; } .col-xs-3 { width: 25%; } .col-xs-4 { width: 33.33333333%; } .col-xs-6 { width: 50%; } .col-xs-12 { width: 100%; } @media (min-width: 768px) { .col-sm-3, .col-sm-4, .col-sm-6, .col-sm-12 { float: left; } .col-sm-3 { width: 25%; } .col-sm-4 { width: 33.33333333%; } .col-sm-6 { width: 50%; } .col-sm-12 { width: 100%; } } @media (min-width: 1024px) { .col-3, .col-4, .col-6, .col-12 { float: left; } .col-3 { width: 25%; } .col-4 { width: 33.33333333%; } .col-6 { width: 50%; } .col-12 { width: 100%; } } /* * 03: Typography */ body, button, input, select, textarea { font-family: 'Oxygen', sans-serif; font-size: 14px; line-height: 1.65; color: #454545; } /* Headings */ h1 { font-size: 1.714em; /* 24px */ line-height: 1.4; margin: 1.5em 0 0.5em; } h2 { font-size: 1.571em; /* 22px */ line-height: 1.4; font-weight: 700; margin: 1.5em 0 0.5em; } h3 { font-size: 1.286em; /* 18px */ line-height: 1.4; font-weight: 700; margin: 0 0 0.5em; } h4 { font-size: 1.143em; /* 16px */ font-weight: 700; margin: 0 0 0.5em; } h5 { font-size: 1em; text-transform: uppercase; font-weight: 400; margin: 0 0 0.5em; } h1, h2, h3, h4, h5, h6 { clear: both; } .entry-content h1:first-child, .entry-content h2:first-child, .entry-content h3:first-child, .entry-content h4:first-child, .entry-content h5:first-child, .entry-content h6:first-child, .comment-content h1:first-child, .comment-content h2:first-child, .comment-content h3:first-child, .comment-content h4:first-child, .comment-content h5:first-child, .comment-content h6:first-child { margin-top: 0; } .site-title { font-family: 'Source Sans Pro', sans-serif; font-size: 2em; /* 28px */ font-weight: 700; line-height: 1.3; margin: 0; } .entry-title { margin: 0; font-weight: 400; color: #252525; font-size: 1.714em; /* 24px */ } .page-title { color: #959595; font-weight: 400; } .page-title span { color: #0fa5d9; font-weight: 700; } /* * 04: Elements */ .main-navigation, .site-footer, .widget-area, .entry-footer, .entry-meta { font-size: 0.929em /* 13px */ } hr { background-color: #eee; border: 0; height: 1px; margin: 1.5em 0; } p { margin: 0 0 1.5em 0; } img { height: auto; /* Make sure images are scaled correctly. */ max-width: 100%; /* Adhere to container width. */ } strong { font-weight: 700; } ul, ol { margin: 0 0 1.5em 3em; } ul { list-style: square; } ol { list-style: decimal; } ul ul, ol ol, ul ol, ol ul { margin-bottom: 0; margin-left: 1.5em; } dt { font-weight: bold; } dd { margin: 0 1.5em 1.5em; } b, strong { font-weight: 700; } dfn, cite, em, i { font-style: italic; } blockquote { font-style: italic; margin: 1.5em 0; padding: 0 1em; border-left: 4px solid #ddd; } address { margin: 0 0 1.5em; } pre { background: #eee; font-family: "Courier 10 Pitch", Courier, monospace; font-size: 15px; line-height: 1.6; margin-bottom: 1.5em; padding: 1.5em; overflow: auto; max-width: 100%; } code, kbd, tt, var { font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace; } abbr, acronym { border-bottom: 1px dotted #666; cursor: help; } mark, ins { background: #fff9c0; text-decoration: none; } sup, sub { font-size: 75%; height: 0; line-height: 0; position: relative; vertical-align: baseline; } sup { bottom: 1ex; } sub { top: .5ex; } small { font-size: 75%; } big { font-size: 125%; } figure { margin: 0; } table { margin: 1.5em 0; width: 100%; border-top: 1px solid #eee; border-left: 1px solid #eee; } th { font-weight: 700; } thead th { font-size: 1.143em; } th, td { border-bottom: 1px solid #eee; border-right: 1px solid #eee; padding: 10px; } button, input, select, textarea { font-size: 100%; /* Corrects font size not being inherited in all browsers */ margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */ vertical-align: baseline; /* Improves appearance and consistency in all browsers */ *vertical-align: middle; /* Improves appearance and consistency in all browsers */ } button, input { line-height: normal; /* Addresses FF3/4 setting line-height using !important in the UA stylesheet */ *overflow: visible; /* Corrects inner spacing displayed oddly in IE6/7 */ } button, input[type="button"], input[type="reset"], input[type="submit"] { background-color: #0fa5d9; color: #fff; cursor: pointer; /* Improves usability and consistency of cursor style between image-type 'input' and others */ -webkit-appearance: button; /* Corrects inability to style clickable 'input' types in iOS */ line-height: 1; padding: 0.75em 1.5em; border: none; } button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover { color: #fff; } button:focus, input[type="button"]:focus, input[type="reset"]:focus, input[type="submit"]:focus, button:active, input[type="button"]:active, input[type="reset"]:active, input[type="submit"]:active { } input[type="checkbox"], input[type="radio"] { box-sizing: border-box; /* Addresses box sizing set to content-box in IE8/9 */ padding: 0; /* Addresses excess padding in IE8/9 */ } input[type="search"] { -webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */ -moz-box-sizing: content-box; -webkit-box-sizing: content-box; /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */ box-sizing: content-box; } input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */ -webkit-appearance: none; } button::-moz-focus-inner, input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */ border: 0; padding: 0; } input[type=text], input[type=email], input[type=password], textarea { color: #454545; border: 1px solid rgba(0,0,0,0.07); margin: 0.5em 0; } input[type=text]:focus, input[type=email]:focus, input[type=password]:focus, textarea:focus { color: #252525; border-color: rgba(0,0,0,0.2); } input[type=text], input[type=email], input[type=password] { padding: 0.5em 1em; } textarea { overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */ padding: 10px; vertical-align: top; /* Improves readability and alignment in all browsers */ width: 100%; -webkit-box-sizing: border-box; box-sizing: border-box; } #submit { border: none; color: #fff; font-weight: 700; font-size: 0.929em; text-transform: uppercase; line-height: 1.4; } #submit:hover { color: #fff; } /* Search Form */ .search-form { position: relative; } .search-form label { display: block; } input#s { height: 40px; width: 100%; margin: 0; padding: 10px 50px 10px 10px; border: 0; line-height: 20px; border: 1px solid #eee; -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-border-radius: none; border-radius: none; -webkit-appearance: none; } .entry-content input#s { border: 1px solid #eee; } #search-submit { position: absolute; display: block; right: 0; top: 0; width: 50px; height: 40px; padding: 6px 0 4px; margin: 0; line-height: 1; text-align: center; box-sizing: border-box; -webkit-box-sizing: border-box; } #search-submit:hover { opacity: 0.9; } /* Make sure embeds and iframes fit their containers */ embed, object, iframe { max-width: 100%; max-height: 260px; } /* Links */ a { color: #0fa5d9; text-decoration: none; } a:hover { text-decoration: underline; } a:focus, a:active { outline: 0; } h1 a, h2 a, h3 a { color: #252525; } .site-title a { display: inline-block; color: #252525; } .site-title a:hover { text-decoration: none; color: #0fa5d9; } .entry-title a:hover { text-decoration: none; } .edit-link a { display: inline-block; padding: 2px 15px; text-decoration: none; font-size: 0.923em; font-weight: 700; line-height: 1.5; color: #0fa5d9; background-color: #fff; border: 1px solid #0fa5d9; -webkit-border-radius: 64px; border-radius: 64px; } .edit-link a:hover { opacity: .9; } .more-link { display: inline-block; margin: 0; padding: 0; text-decoration: none; } .more-link:hover { text-decoration: underline; } /* Alignment */ .alignleft { display: inline; float: left; margin: 0 1em 0.25em 0; } .alignright { display: inline; float: right; margin: 0 0 0.25em 1em; } .aligncenter { clear: both; display: block; margin: 1em auto; } /* Clearing */ .clearfix:after, .container:after, .main-navigation:after, .entry-header:after, .entry-content:after, .entry-summary:after, .widget:after, .gallery:after { clear: both; } .clearfix:before, .clearfix:after, .container:after, .container:before, .main-navigation:before, .main-navigation:after, .entry-header:before, .entry-header:after, .entry-content:before, .entry-content:after, .entry-summary:before, .entry-summary:after, .widget:before, .widget:after, .gallery:before, .gallery:after { display: table; content: ""; } /* * 05: Navigation */ /* Main Navigation */ .main-navigation { background-color: #0fa5d9; } .main-navigation ul { list-style: none; margin: 0; padding: 0; } .main-navigation li { float: left; position: relative; padding: 0; margin: 0; } .main-navigation a { color: #fff; text-decoration: none; display: inline-block; height: 48px; line-height: 48px; padding: 0 1em; } .main-navigation > div > ul > li > a:hover { color: #fff; } .main-navigation > div > ul > li.menu-item-has-children > a, .main-navigation > div > ul > li.page_item_has_children > a { padding-right: 18px; } .main-navigation > div > ul > li.menu-item-has-children > a:before, .main-navigation > div > ul > li.page_item_has_children > a:before { font-family: "icons-font" !important; font-style: normal !important; font-weight: normal !important; font-variant: normal !important; text-transform: none !important; speak: none; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; position: absolute; right: 2px; top: 18px; content: "\69"; font-size: 14px; width: 14px; text-align: left; display: inline-block; } .main-navigation li:hover a, .main-navigation li:focus a { background-color: rgba(255,255,255,0.2); } .main-navigation ul ul { visibility: hidden; opacity: 0; width: 180px; position: absolute; top: 48px; left: 0; z-index: 99999; background-color: #fff; -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.1); box-shadow: 0 1px 2px rgba(0,0,0,0.1); -webkit-transition: all 0.4s ease-in-out 0s; transition: all 0.4s ease-in-out 0s; } .main-navigation ul ul:after { border-bottom: 6px solid #fff; border-left: 6px solid rgba(0, 0, 0, 0); border-right: 6px solid rgba(0, 0, 0, 0); content: ""; height: 0; margin: 0 auto 0 -4px; position: absolute; text-align: center; width: 0; left: 1em; top: -6px; } .main-navigation > div > ul > li:hover > ul { visibility: visible; opacity: 1; } .main-navigation ul ul li { float: none; margin: 0; border-top: 1px dashed rgba(0,0,0,0.1); } .main-navigation ul ul li:first-child { border: 0; } .main-navigation ul ul a { color: #656565; display: block; height: auto; line-height: 1.5; padding: 0.75em 1em; background: #fff; } .main-navigation ul li:hover ul a, .main-navigation ul li:focus ul a { background: #fff; } .main-navigation ul ul a:hover, .main-navigation ul ul a:focus { color: #0fa5d9; } .main-navigation ul ul ul { display: none; visibility: visible; opacity: 1; left: 100%; top: 0; } .main-navigation ul ul ul:after { content: none; } .main-navigation div ul ul li:hover > ul { display: block; } .main-navigation div ul ul ul li:hover > ul { display: block; } /* Mobile Navigation */ button.menu-toggle { display: none; cursor: pointer; position: absolute; right: 0; top: 20px; width: 40px; height: 40px; padding: 0; margin: 0; background-color: transparent; border: 0; border-radius: 0; text-decoration: none; text-align: center; color: #252525; cursor: pointer; } button.menu-toggle:hover, button.menu-toggle:active{ background-color: transparent; } button.menu-toggle:focus { outline: none; } /* Button Toggle */ .button-toggle { display: block; background-color: #252525; height: 3px; opacity: 1; position: absolute; transition: opacity 0.3s ease 0s, background 0.3s ease 0s; width: 24px; z-index: 20; left: 8px; top: 20px; } .button-toggle:before { background-color: #252525; content: ""; height: 3px; left: 0; position: absolute; top: -7px; transform-origin: center center 0; transition: transform 0.3s ease 0s, background 0.3s ease 0s; width: 24px; } .button-toggle:after { background-color: #252525; bottom: -7px; content: ""; height: 3px; left: 0; position: absolute; transform-origin: center center 0; transition: transform 0.3s ease 0s, background 0.3s ease 0s; width: 24px; } .toggled .button-toggle { background-color: transparent !important; } .toggled .button-toggle:before { opacity: 1; transform: translate(0px, 7px) rotate(-45deg); } .toggled .button-toggle:after { opacity: 1; transform: translate(0px, -7px) rotate(45deg); } /* Footer Navigation */ .footer-navigation .menu li, .footer-navigation .menu li a { display: inline-block; } .footer-navigation .menu { margin: 0; padding: 0; } .footer-navigation .menu li { margin: 0 0 0 0.5em; } .footer-navigation .menu li:first-child { margin-left: 0; } /* Post Navigation */ .navigation { overflow: hidden; clear: both; } .post-navigation { margin: 0 0 20px; overflow: hidden; padding: 15px 20px; background-color: #fff; -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.06); box-shadow: 0 1px 1px rgba(0,0,0,0.06); } .post-navigation .nav-previous { float: left; width: 50%; } .post-navigation .nav-next { float: right; text-align: right; width: 50%; } .image-navigation { margin-bottom: 1em; } .image-attachment .post-navigation { -webkit-box-shadow: none; box-shadow: none; } /* Pagination */ .pagination { margin: 0 0 20px 0; padding: 0; } .pagination .nav-links { clear: both; list-style-type: none; margin: 0; padding: 0; } .pagination .nav-links a, .pagination .nav-links span { display: block; float: left; height: 30px; margin: 0 5px 5px 0; padding: 0 1em; text-align: center; font-size: 12px; line-height: 30px; background-color: #fff; color: #777; -webkit-box-sizing: border-box; box-sizing: border-box; border: 1px solid #ddd; } .pagination .nav-links .current, .pagination .nav-links .current:hover, .pagination .nav-links a:hover { border-color: transparent; text-decoration: none; color: #fff; background: #0fa5d9; } /* * 06: Header */ .site-header { position: relative; } .site-brand { position: relative; margin: 20px 0; } hgroup { float: left; width: 50%; padding: 0 20px 0 0; -webkit-box-sizing: border-box; box-sizing: border-box; } hgroup h1 a { text-decoration: none; outline: none; margin: auto } .site-description { color: #959595; color: rgba(0,0,0,0.5); display: inline-block; margin: 0; font-size: 1em; font-weight: 400; } .header-image { display: none; } .header-ads { margin: 0 auto 20px; text-align: center; } .header-ads img { display: block; margin: auto; } /* Social Links */ .social-navigation { float: left; padding: 0 0 0 20px; margin: 10px 0 0; width: 50%; -webkit-box-sizing: border-box; box-sizing: border-box; } .social-links { list-style-type: none; margin: 0; padding: 0; text-align: right; } .social-links li { display: inline-block; padding: 0; margin: 0; } .social-links a { width: 24px; height: 24px; display: inline-block; -webkit-border-radius: 14px; border-radius: 14px; background: #353535; text-align: center; text-decoration: none; margin: 0 0 0 0.5em; } .social-links li:first-child a { margin-left: 0; } .social-links [class^="icon-"] { font-size: 14px; } .social-links [class^="icon-"]:before, .social-links [class*=" icon-"]:before { display: inline-block; color: #fff; line-height: 24px; } .social-links a:hover { background: #252525; } .social-links .rss:hover { background: #F28A29; } .social-links .twitter:hover { background: #1db0ed; } .social-links .facebook:hover { background: #3B5998; } .social-links .googleplus:hover { background: #dd4b39; } .social-links .linkedin:hover { background: #007bb6; } .social-links .instagram:hover { background: #517fa4; } .social-links .youtube:hover { background: #bb0000; } .social-links .pinterest:hover { background: #cb2027; } .social-links .stumbleupon:hover { background: #ea4b24; } .social-links .flickr:hover { background: #ff0084; } .social-links .tumblr:hover { background: #32506d; } .social-links .medium:hover { background: #000; } .social-links .github:hover { background: #121111; } .social-links .xing:hover { background: #1A7576; } /* * 07: Content */ .site-main { margin: 20px 0; } .hentry { margin: 0 0 20px 0; padding: 0; background-color: #fff; -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.06); box-shadow: 0 1px 1px rgba(0,0,0,0.06); } .entry-header { position: relative; padding: 15px 20px; border-bottom: 1px solid rgba(0, 0, 0, 0.07); } .entry-title, .entry-meta { -webkit-box-sizing: border-box; box-sizing: border-box; } .entry-meta, .entry-meta a { color: #959595; } .entry-meta a:hover { color: #0fa5d9; } .entry-time { display: none; } .entry-content, .entry-summary { padding: 20px; } .entry-content p:last-child, .entry-summary p:last-child { margin-bottom: 0; } .entry-footer { padding: 15px 20px; border-top: 1px solid rgba(0, 0, 0, 0.07); color: #959595; } .entry-footer p:last-child { margin: 0; } .posted-on, .byline, .comments-link, .cat-links, .tags-links { padding-right: 0.5em; display: inline-block; } .posted-on, .byline, .comments-link { margin-top: 5px; } .sep { display: inline-block; padding: 0 0.5em; color: #b5b5b5; } .post-thumbnail img { display: block; margin: 0 auto 1em; max-width: 100%; height: auto; } /* Icons */ .icon-font { font-size: 14px; display: inline-block; vertical-align: -10%; } .entry-footer .icon-font { color: #0fa5d9; } /* Single Posts and Pages */ .page-header { background-color: #FFFFFF; margin: 0 0 20px 0; padding: 15px 20px; -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.06); box-shadow: 0 1px 1px rgba(0, 0, 0, 0.06); } .page-header h1 { font-size: 0.857em; /*12px*/ text-transform: uppercase; margin: 0; padding: 0; } .page-header .taxonomy-description p { margin: 5px 0 0; } .page-links { clear: both; margin: 0 0 1.5em; } .page-links > a, .page-links > .page-number { padding: 0 0.25em; display: inline-block; } /* Featured Image on Single Post */ .featured-image { margin-bottom: 20px; } .featured-image img { margin: auto; display: block; } /* Galleries */ .page-content img.wp-smiley, .entry-content img.wp-smiley, .comment-content img.wp-smiley { border: none; margin-bottom: 0; margin-top: 0; padding: 0; } .gallery-item { display: inline-block; padding: 0 10px; margin: 0 0 1.5em 0; text-align: center; vertical-align: top; width: 100%; -webkit-box-sizing: border-box; box-sizing: border-box; } .gallery-item img { display: block; max-width: 100%; height: auto; border: none; } #content .gallery-icon img { display: block; max-width: 100%; height: auto; margin: 0 auto; border: none; } .gallery-columns-2 .gallery-item { max-width: 50%; } .gallery-columns-3 .gallery-item { max-width: 33.33%; } .gallery-columns-4 .gallery-item { max-width: 25%; } .gallery-columns-5 .gallery-item { max-width: 20%; } .gallery-columns-6 .gallery-item { max-width: 16.66%; } .gallery-columns-7 .gallery-item { max-width: 14.28%; } .gallery-columns-8 .gallery-item { max-width: 12.5%; } .gallery-columns-9 .gallery-item { max-width: 11.11%; } /* Captions */ .wp-caption { border: 0; margin: 0 0 1.5em 0; max-width: 100%; } .wp-caption img[class*="wp-image-"] { display: block; margin: 0; } .wp-caption .wp-caption-text { color: #757575; font-size: 0.929em; margin-top: 0.5em; } .gallery-caption { color: #757575; display: block; font-size: 0.929em; margin: 0; padding-top: 0.5em; } /* Text meant only for screen readers */ .screen-reader-text { clip: rect(1px, 1px, 1px, 1px); position: absolute !important; margin: 0; line-height: 1; } .screen-reader-text:hover, .screen-reader-text:active, .screen-reader-text:focus { background-color: #f1f1f1; border-radius: 3px; box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6); clip: auto !important; color: #10c0cc; display: block; font-size: 14px; font-weight: bold; height: auto; left: 5px; line-height: normal; padding: 15px 23px 14px; text-decoration: none; top: 5px; width: auto; z-index: 100000; /* Above WP toolbar */ } /* Infinite Scroll */ /* Globally hidden elements when Infinite Scroll is supported and in use. */ .infinite-scroll .pagination, /* Older / Newer Posts Navigation (always hidden) */ .infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */ display: none; } /* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before */ .infinity-end.neverending .site-footer { display: block; } /* * 08: Posts Formats */ .format-quote .entry-summary blockquote { margin: 0; } .format-image .entry-summary img { margin: 0 } .format-status .entry-summary p { margin-bottom: 0.5em; } .entry-format-icon { display: none; } /* Posts Formats Icons */ .entry-format-icon { line-height: 48px; } .entry-format-icon:before { font-family: "icons-font" !important; font-style: normal !important; font-weight: normal !important; font-variant: normal !important; text-transform: none !important; speak: none; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-size: 21px; text-align: center; color: #fff; vertical-align: middle; } .sticky .entry-time-day, .sticky .entry-time-month, .format-image .entry-time-day, .format-image .entry-time-month, .format-gallery .entry-time-day, .format-gallery .entry-time-month, .format-link .entry-time-day, .format-link .entry-time-month, .format-quote .entry-time-day, .format-quote .entry-time-month, .format-video .entry-time-day, .format-video .entry-time-month { display: none; } .sticky .entry-format-icon, .format-image .entry-format-icon, .format-gallery .entry-format-icon, .format-link .entry-format-icon, .format-quote .entry-format-icon, .format-video .entry-format-icon, .format-status .entry-format-icon { display: block; } .sticky .entry-format-icon:before { content: "\73"; } .format-image .entry-format-icon:before { content: "\74"; } .format-gallery .entry-format-icon:before { content: "\55"; } .format-video .entry-format-icon:before { content: "\75"; } .format-link .entry-format-icon:before { content: "\51"; } .format-quote .entry-format-icon:before { content: "\61"; } .format-status .entry-format-icon:before { content: "\76"; } /* * 09: Widgets */ .widget { margin: 0 0 20px; padding: 15px 20px; color: #757575; background-color: #fff; -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.06); box-shadow: 0 1px 1px rgba(0,0,0,0.06); word-wrap: break-word; } .widget-title { color: #353535; font-size: 1.154em; margin-bottom: 10px; line-height: 1.4; } .widget ul { margin: 0; padding: 0; } .widget li { margin: 0; padding: 0.5em 0; list-style-type: none; } .widget p:last-child { margin-bottom: 0; } .widget_archive li a:before, .widget_links li a:before, .widget_categories li a:before, .widget_meta li a:before, .widget_recent_entries li a:before, .widget_recent_comments li .comment-author-link:before { font-family: "icons-font" !important; font-style: normal !important; font-weight: normal !important; font-variant: normal !important; text-transform: none !important; speak: none; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-size: 14px; width: 14px; text-align: left; display: inline-block; vertical-align: -15%; } .widget_archive li a:before, .widget_links li a:before, .widget_categories li a:before, .widget_meta li a:before, .widget_recent_entries li a:before { content: "\66"; } .widget_recent_comments li .comment-author-link:before { content: "\4a"; padding-right: 0.25em; } .widget select { max-width: 100%; } /* Calendar Widget */ .widget_calendar table { margin: 0; } .widget_calendar caption { color: #353535; font-size: 1.154em; margin-bottom: 15px; font-weight: 700; text-align: left; } /* Comments Widget */ .widget_recent_comments a { color: #999; } .widget_recent_comments li a.url:before { content: "J"; padding-right: 0.25em; } #secondary .widget_recent_comments a.url { color: #0FA5D9; } /* Footer Widgets */ #tertiary { border-bottom: 1px solid rgba(255,255,255,0.05); margin: 0 0 20px 0; } #tertiary .widget { width: 100%; padding: 0 10px; margin-bottom: 20px; border: none; background: transparent; color: #ccc; -webkit-box-shadow: none; box-shadow: none; -webkit-box-sizing: border-box; box-sizing: border-box; } #tertiary .widget-title { font-size: 0.923em; text-transform: uppercase; color: #fff; } #tertiary .widget ul { margin: 0; padding: 0; } #tertiary .widget li { list-style-type: none; display: block; padding: 0; margin: 0.5em 0; } #tertiary .widget_search input#s { width: 100%; } #tertiary table, #tertiary th, #tertiary td { border-color: #555; } #tertiary .widget_calendar caption { font-size: 0.923em; text-transform: uppercase; color: #fff; } #tertiary thead th { background: #252525; } /* * 10: Footer */ .site-footer { clear: both; color: rgba(255, 255, 255, 0.85); padding: 20px; background: #353535; } .site-footer a { color: #fff; } .credits, .footer-navigation { text-align: center; } .credits { margin-bottom: 10px; } /* * 11: Comments */ .comment-content a { word-wrap: break-word; } .bypostauthor {} input[type="text"], textarea { border-radius: 0; -webkit-border-radius: 0; box-shadow: none; -webkit-box-shadow: none; display: block } .comments-area { margin: 20px 0; padding: 15px 20px; background-color: #fff; -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.06); box-shadow: 0 1px 1px rgba(0,0,0,0.06); } .comments-area h2, .comments-area h3 { color: #353535; margin-bottom: 10px; } .comments-area label { display: inline-block; font-weight: 700; } .form-allowed-tags { display: none; } .commentlist { margin: 1.5em 0; padding: 0; } .commentlist li { list-style-type: none; margin: 0 0 1.5em 0; } .comment .avatar { float: left; margin-right: 20px; -webkit-border-radius: 64px; border-radius: 64px; } .comment-content { clear: both; padding: 0.5em 0 } .comment-content p:last-child { margin: 0; } .comment .fn { font-style: normal; font-weight: 700; } /* * 12: Additional Styles */ /* No Sidebar Template */ .page-template-no-sidebar .content-area, .page-template-no-sidebar-php .content-area { width: 100%; float: none; } /* Layout Options */ /* One Column Layout */ .one-column .content-area, .one-column.site-paged .content-area { width: 100%; float: none; } /* Two Columns Grid Layout */ .grid2-sidebar .posts-loop .entry-time { display: none; } .grid2-sidebar .post-thumbnail img { max-width: 100%; margin: 0 auto 5px; } .grid2-sidebar .posts-loop .entry-title { padding: 0; font-size: 1.429em; } .grid2-sidebar .posts-loop .entry-header { padding: 20px 20px 10px; } .grid2-sidebar .entry-summary { padding-top: 10px; padding-bottom: 10px; } .grid2-sidebar .posts-loop .entry-footer { padding-top: 10px; padding-bottom: 10px; } .grid2-sidebar.site-paged .posts-loop .entry-header, .grid2-sidebar.site-paged .posts-loop .entry-summary, .grid2-sidebar.site-paged .posts-loop .entry-footer { padding: 0; } .grid2-sidebar .posts-loop .hentry embed, .grid2-sidebar .posts-loop .hentry iframe, .grid2-sidebar .posts-loop .hentry object { max-height: 200px; } /* * 13: Responsive */ @media screen and (min-width: 480px) { /* Header */ .header-image { display: block; text-decoration: none; margin-top: 20px; } .header-image img { display: block; max-width: 100%; height: auto; } /* Elements */ embed, object, iframe { max-height: inherit; } } @media screen and (min-width: 640px) { /* Layout */ #page { padding: 0 30px; } /* Footer Widgets */ #tertiary .widget { width: 50%; float: left; } #tertiary > .row > .widget:nth-child(2n+1) { clear: left; } /* Layout Options */ .one-column .post-thumbnail .size-medium { max-width: 50%; } } @media screen and (min-width: 768px) { /* Layout */ #page { max-width: 740px; padding: 0 40px; } /* Content */ .entry-title, .entry-meta { padding-right: 60px; } .entry-header { min-height: 48px; } .entry-time { display: block; position: absolute; width: 48px; height: 48px; right: 20px; top: 15px; background-color: rgba(15,165,217,0.7); -webkit-border-radius: 24px; border-radius: 24px; color: #FFFFFF; font-size: 12px; font-weight: 700; letter-spacing: 1px; text-align: center; text-transform: uppercase; } .entry-time-day { display: block; line-height: 1; padding: 8px 0 3px; } .entry-time-month { border-top: 1px solid rgba(255, 255, 255, 0.2); display: inline-block; line-height: 1; padding: 3px 0 0; } /* Footer */ .credits { text-align: left; } .footer-navigation { text-align: right; } .credits, .footer-navigation { margin: 10px 0; } /* Layout Options */ .grid2-sidebar .row > div:nth-child(2n+1) { clear: left; } } @media screen and (min-width: 1024px) { /* Layout */ #page { margin: auto; padding: 0; max-width: 980px; } .content-area { width: 65.3062%; /* 640px */ float: left; } .widget-area { width: 30.6123%; /* 300px */ float: right; } /* Layout Options */ .sidebar-content .content-area { float: right; } .sidebar-content .widget-area { float: left; } .one-column .post-thumbnail .size-medium { max-width: 300px; } } @media (max-width: 768px), (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) { /* Header */ hgroup { width: 100%; float: none; padding-right: 60px; } .site-brand { margin-bottom: 0; } .social-navigation { width: 100%; float: none; padding: 0; } .social-links { text-align: left; } /* Mobile Navigation */ .main-navigation.toggled { margin-top: 10px; background-color: transparent; } .main-navigation ul { display: none; } button.menu-toggle, .main-navigation.toggled .nav-menu { display: block; float: none; } .main-navigation.toggled .nav-menu { margin: 0; padding: 0; position: relative; z-index: 999; background-color: #252525; } .main-navigation.toggled > div { margin: 0; } .main-navigation.toggled li { float: none; } .main-navigation.toggled ul { text-align: left; } .main-navigation.toggled ul li { display: block; } .main-navigation.toggled ul ul { visibility: visible; opacity: 1; position: static; display: block; left: auto; top: auto; border: none; -webkit-box-shadow: none; box-shadow: none; background: transparent; width: 100%; } .main-navigation.toggled ul ul:after, .main-navigation.toggled a:before { content: none !important; } .main-navigation.toggled ul a, .main-navigation.toggled ul ul a { display: block; width: auto; height: auto; padding: 12px 15px; line-height: 1.5; color: #ddd; border-bottom: 1px solid #353535; background: transparent; } .main-navigation.toggled a:hover, .main-navigation.toggled ul ul a:hover, .main-navigation.toggled a:active, .main-navigation.toggled ul ul a:active, .main-navigation.toggled li:hover a, .main-navigation.toggled li:focus a { background-color: #252525; } .site-header .main-navigation.toggled ul ul a:hover { color: #fff; } .main-navigation > div > ul > li > .sub-menu, .main-navigation > div > ul > li > .sub-menu > li > .sub-menu { visibility: visible; opacity: 1; } }
0.356111
0.070017
body{ margin:0; padding:20px 40px; font-family:'Open Sans', Arial, sans-serif; font-size:16px; font-weight:400; background-color:#FFF; } /* Link */ a:link, a:visited{ font-family:'Open Sans', Arial, sans-serif; font-weight:700; color:#017EAC; text-decoration:none; cursor:pointer; } a:hover, a:visited{ color:#23527C; } /* Typography */ h1,h2,h3,h4,h5{ margin:0; padding:0; font-family:'Open Sans', Arial, sans-serif; color:#666; } h1#architectural-clash{ padding-top:30px; font-size:48px; font-weight:800; line-height:1.0em; color:#017EAC; text-transform:uppercase; text-align:center; word-wrap:break-word; border-top:1px solid #efefef; } h1#architectural-clash::before{ padding-right:10px; content:"\005C"; font-family:'Open Sans', Arial, sans-serif; font-size:48px; font-weight:700; color:#CDCC00; } h2#introducing-architectural-clash{ margin-bottom:10px; font-size:36px; font-weight:800; line-height:1.0em; text-align:center; text-transform:uppercase; } h2#why, h2#when, h2#what, h2#who, h2#how{ font-size:28px; font-weight:400; color:#017EA0; } h2#why::before, h2#when::before, h2#what::before, h2#who::before, h2#how::before{ padding-right:7px; content:"\005C"; font-family:'Open Sans', Arial, sans-serif; font-size:30px; font-weight:700; color:#CDCC00; } h2#license{ margin-top:50px; padding:5px 20px; font-size:14px; font-weight:400; text-transform:uppercase; border-top:1px solid #efefef; } h3#phase-0-choose-the-task, h3#phase-1-the-clash, h3#phase-2-the-outcome{ padding:0 20px; font-size:18px; font-weight:700; color:#CDCC00; } p{ margin:0; padding:0; font-family:'Open Sans', Arial, sans-serif; font-size:16px; font-weight:400; } p:nth-of-type(1), p:nth-of-type(2){ margin:0 15%; width:70%; font-weight:700; line-height:1.3em; color:#017EA0; text-align:center; } blockquote p{ margin:0 auto; font-size:14px; text-align:center; } blockquote p strong{ color:#666; } blockquote p strong a:link, blockquote p strong a:visited{ font-family:'Open Sans', Arial, sans-serif; font-weight:400; } blockquote p:nth-of-type(1), blockquote p:nth-of-type(2){ display:block; } blockquote p:nth-of-type(2){ font-size:14px; font-style:italic; font-weight:400; color:#666; } p:nth-of-type(3){ margin-bottom:30px; font-size:16px; color:#666; text-align:center; } p:nth-of-type(4), p:nth-of-type(5), p:nth-of-type(6), p:nth-of-type(7), p:nth-of-type(8){ margin-bottom:30px; padding:0 20px; } p:nth-of-type(8){ margin-bottom:10px; } p:nth-of-type(9){ margin-bottom:0; padding:0 20px; } p:nth-of-type(10), p:nth-of-type(11), p:nth-of-type(12), p:nth-of-type(13), p:nth-of-type(14){ margin-bottom:15px; padding:0 20px; } p:nth-of-type(13){ position:relative; margin:0 auto 20px; padding-left:100px; padding-bottom:10px; font-size:12px; /*border-bottom:1px solid #efefef;*/ } p:nth-of-type(13) br{ display:none; } p:nth-of-type(13) img{ position:absolute; top:0; left:20px; width:70px; display:inline-block; width:70px; } p:nth-of-type(14){ padding:0 20px; text-align:center; } ul{ margin:0 0 10px; } /* Elements */ hr{ margin:40px 0; border:none; border-bottom:1px solid #EFEFEF; }
style.css
body{ margin:0; padding:20px 40px; font-family:'Open Sans', Arial, sans-serif; font-size:16px; font-weight:400; background-color:#FFF; } /* Link */ a:link, a:visited{ font-family:'Open Sans', Arial, sans-serif; font-weight:700; color:#017EAC; text-decoration:none; cursor:pointer; } a:hover, a:visited{ color:#23527C; } /* Typography */ h1,h2,h3,h4,h5{ margin:0; padding:0; font-family:'Open Sans', Arial, sans-serif; color:#666; } h1#architectural-clash{ padding-top:30px; font-size:48px; font-weight:800; line-height:1.0em; color:#017EAC; text-transform:uppercase; text-align:center; word-wrap:break-word; border-top:1px solid #efefef; } h1#architectural-clash::before{ padding-right:10px; content:"\005C"; font-family:'Open Sans', Arial, sans-serif; font-size:48px; font-weight:700; color:#CDCC00; } h2#introducing-architectural-clash{ margin-bottom:10px; font-size:36px; font-weight:800; line-height:1.0em; text-align:center; text-transform:uppercase; } h2#why, h2#when, h2#what, h2#who, h2#how{ font-size:28px; font-weight:400; color:#017EA0; } h2#why::before, h2#when::before, h2#what::before, h2#who::before, h2#how::before{ padding-right:7px; content:"\005C"; font-family:'Open Sans', Arial, sans-serif; font-size:30px; font-weight:700; color:#CDCC00; } h2#license{ margin-top:50px; padding:5px 20px; font-size:14px; font-weight:400; text-transform:uppercase; border-top:1px solid #efefef; } h3#phase-0-choose-the-task, h3#phase-1-the-clash, h3#phase-2-the-outcome{ padding:0 20px; font-size:18px; font-weight:700; color:#CDCC00; } p{ margin:0; padding:0; font-family:'Open Sans', Arial, sans-serif; font-size:16px; font-weight:400; } p:nth-of-type(1), p:nth-of-type(2){ margin:0 15%; width:70%; font-weight:700; line-height:1.3em; color:#017EA0; text-align:center; } blockquote p{ margin:0 auto; font-size:14px; text-align:center; } blockquote p strong{ color:#666; } blockquote p strong a:link, blockquote p strong a:visited{ font-family:'Open Sans', Arial, sans-serif; font-weight:400; } blockquote p:nth-of-type(1), blockquote p:nth-of-type(2){ display:block; } blockquote p:nth-of-type(2){ font-size:14px; font-style:italic; font-weight:400; color:#666; } p:nth-of-type(3){ margin-bottom:30px; font-size:16px; color:#666; text-align:center; } p:nth-of-type(4), p:nth-of-type(5), p:nth-of-type(6), p:nth-of-type(7), p:nth-of-type(8){ margin-bottom:30px; padding:0 20px; } p:nth-of-type(8){ margin-bottom:10px; } p:nth-of-type(9){ margin-bottom:0; padding:0 20px; } p:nth-of-type(10), p:nth-of-type(11), p:nth-of-type(12), p:nth-of-type(13), p:nth-of-type(14){ margin-bottom:15px; padding:0 20px; } p:nth-of-type(13){ position:relative; margin:0 auto 20px; padding-left:100px; padding-bottom:10px; font-size:12px; /*border-bottom:1px solid #efefef;*/ } p:nth-of-type(13) br{ display:none; } p:nth-of-type(13) img{ position:absolute; top:0; left:20px; width:70px; display:inline-block; width:70px; } p:nth-of-type(14){ padding:0 20px; text-align:center; } ul{ margin:0 0 10px; } /* Elements */ hr{ margin:40px 0; border:none; border-bottom:1px solid #EFEFEF; }
0.110838
0.048903
@name FurAffinity - PlumeTweaks™ @namespace github.com/openstyles/stylus @version 0.9.0 @description A custom theme for FurAffinity, based on the Dark Beta stylesheet. @author Tiny Plume ==/UserStyle== */ /* ---------- CHANGELOG ---------- v0.9.0 • Fixed for the current version of FA. Oh god you have no ideas how much I struggled to fix it. • Tweaked random details such as the BBCode formatting icons, box shadows, etc... • Recreated the old Profile Comments section. • The theme will be transitionned to the UserCSS Format for v1.0.0, in order to make use of a preprocessor. That also means both userstyles.org and Stylish support will end after it comes out. I'll switch to Github/OpenUserCSS when the time comes. v0.8.0 • Actually didn't release this version, look at v0.9.0. v0.7.1 • Fixed Administrator Notice's background color. v0.7.0 • Added a custom scrollbar. You can disable it in the theme settings. • Changed the default font of the theme. • Minor code refactoring. v0.6.7 • Random minor fixes. v0.6.6 • Made a new banner for the profile of Tiny Plume. v0.6.5 • Fixed new shouts/comments. • Removed custom banner from Tiny Plume's profile. I sadly lost the file, and my host removed it. v0.6.1 • Themed the Shinies related stuff. v0.6.0 • Removed my other username from the theme's credits. • Themed the announcement thingy. v0.5.0 • Changed the default background colors. • Fixed some random stuff. • The tags now have a different look. • The search bar is now colored too. -- This introduces a small glitch where the search icon disappears during the transition to the search bar. Am looking into how to fix it. • The forums shouldn't be touched by this theme at all anymore. • Remade the banners, the new ones should work no matter if you're using a 4K monitor or if you're on mobile. v0.4.0 • Removed the temporary fix for centered text, which is no longer needed. • Reorganized the code a bit. • You can now enable an option to blur Mature / Adult content until hovered. It's disabled on mobile. • Added full background colors customization. There is however, no workaround for text colors yet. Be warned. • Added some custom theme thingies to the profiles of Tiny-Plume and Cuteness-Overlord. v0.3.2 • Removed the borders of the comment text areas. • Fixed the shadows of some sections. • Fixed the avatar borders not being very visible. • Disabled the custom profile themes, but not their banners. v0.3.1 • Fixed a little issue with the navbar dropdown menus. • Fixed centered text on profiles not working by... Forcing all profile descriptions to be centered. Might not please everyone, sadly... • Changed the footer's credits yet again... v0.3.0 • Changed the banner of the site. • You can now choose a custom font. • Overhauled how the theme works, advanced users can change the background colors to their likings using the variables at the start of the CSS. The main reason I didn't make that an option on userstyles.org is because it's not only hard to get decent results, but also need custom code on top of it to fix font colors. Asking the user for two text color settings would be weird, so I decided to leave things like they are for now. Might consider adding that as an option later, though. • Entirely themed the profiles of Tiny Plume and Cuteness-Overlord to try that "Advanced stuff". v0.2.1 • Made the theme work properly on mobile. (Stylus for Firefox / Chromium-based browsers on Android.) v0.2.0 • Added custom colors support, both through userstyles.org settings and through variables in the code. v0.1.4 • Fixed an issue with the "+ Fav" and "Note" buttons on submissions pages. v0.1.3 • Removed a thing in the theme's credits. • The theme now removes the mobile menu when you're on desktop. • Colored messages and SFW Toggle in the navbar. v0.1.2 • Tried adding a custom font. v0.1.1 • Fixed some bits here and there, styled the comission tab of the profiles. v0.1.0 • Initial Release, might've missed some bits, but it's functionnal. ---------------------------------- */ @-moz-document url-prefix("http://www.furaffinity.net/"), url-prefix("https://www.furaffinity.net/") { /* -------------------- VARIABLES -------------------- */ :root { --accent: /*[[accent]]*/ ; --accentLighter: /*[[accentLight]]*/ ; --bg: /*[[bg]]*/ ; --bgDark: /*[[bgDark]]*/ ; --bgDarker: /*[[bgDarker]]*/ ; --customFont: "/*[[customfnt]]*/"; } /* --------------------- GLOBAL ---------------------- */ /* Global font change */ * { font-family: var(--customFont), sans-serif !important; } /* Global background color */ html { background: var(--bgDarker); } /*[[scrollbar]]*/ /*[[scrl]]*/ /*[[noscrl]]*/ /*::-webkit-scrollbar { width: 8px; } ::-webkit-scrollbar-track { background: var(--bgDark); box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.5); } ::-webkit-scrollbar-thumb { background: var(--accent); } ::-webkit-scrollbar-thumb:hover { background: var(--accentLighter); }*/ /* Selection color */ ::selection { background: var(--accent); } /* Global button change */ .button, .section-button, button.standard, button.stop.remove, button.go { box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; background: var(--bg) !important; border: none !important; border-top: 3px solid var(--accent) !important; transition: all 0.12s ease-in; } .button:hover, .section-button:hover, button.standard:hover, button.stop.remove:hover, button.go:hover { box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; transform: skewY(-2deg); background: var(--accent) !important; border-top: 3px solid var(--accent) !important; color: var(--bg) !important; } .nuke { box-sizing: border-box !important; -moz-box-sizing: border-box !important; -webkit-box-sizing: border-box !important; background: var(--bg) !important; border: none !important; border-radius: 0px !important; border-top: 3px solid red !important; transition: all 0.12s ease-in !important; } .nuke:hover { box-sizing: border-box !important; -moz-box-sizing: border-box !important; -webkit-box-sizing: border-box !important; transform: skewY(-2deg) !important; background: rgb(70, 0, 0) !important; border-top: 3px solid red !important; color: var(--bg) !important; text-shadow: 0 0 5px red, 0 0 10px red, 0 0 15px red !important; } .buttons div { border: none !important; } .buttons a { border-top: 3px solid var(--accent) !important; background: var(--bgDark) !important; transition: all 0.12s ease-in !important; } .buttons a:hover { background: var(--accent) !important; color: var(--bgDarker); transition: all 0.12s ease-in !important; } /* Administrator Notice Thingy */ div#header { background-color: var(--bgDarker); } /* Announcement Thingy */ #news { margin: auto; margin-top: 10px; margin-bottom: 10px; max-width: 90%; border-top: 2px solid var(--accent); background: var(--bgDarker); color: var(--accent); box-shadow: 0 0 3px rgba(0, 0, 0, 0.8); text-shadow: 0 0 8px currentColor; font-size: 1.15rem; } /* Better Quotes */ .bbcode_quote { background-color: var(--bgDark); border: none !important; border-top: 2px solid var(--accent) !important; box-shadow: 0 0 3px rgba(0, 0, 0, 0.5); } /* Better Horizontal Lines */ hr, .comment_container .links { border-image-source: linear-gradient( to right, transparent, var(--accent), transparent ); border-image-slice: 1; border-image-width: 1; margin: 0; opacity: 0.6; } /* -------------------- TEXT COLORS -------------------- */ /* Recolor Titles and names, etc... */ h2, h2 a:hover, h3, h3 a, a h4:hover, .current, .table-cell strong { color: var(--accent) !important; } h2 a, h3 a:hover, h4, .highlight, .current:hover { color: var(--accentLighter) !important; } /* Recolor text */ /* ---------------------- NAVBAR ---------------------- */ /* Remove mobile menu on desktop */ @media (min-width: 768px) { #nav-mobile, .toggle_label, #mobile-notification-bar { opacity: 0; } } /* Navbar Style */ #ddmenu { border-bottom: 3px solid var(--accent) !important; background: var(--bgDarker) !important; box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.8); } #ddmenu .dropdown { border: none !important; border-bottom: 3px solid var(--accent) !important; box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.8); } .dd-inner { background: var(--bgDarker) !important; } /* Search bar Style */ #searchbox input[type="search"], #searchbox input[type="search"]:focus, #searchbox input[type="search"]:indeterminate { background: var(--bg) url("https://www.furaffinity.net/themes/beta/img/icons/search.png") no-repeat 9px center !important; } /* Remove avatar border */ img.menu-space-saver { border: none; } /* Color Messages */ .message-bar-desktop a { color: var(--accent) !important; } .message-bar-desktop a:hover { color: var(--accentLighter) !important; } /* SFW Toggled Color */ li.sfw-toggle.active { box-sizing: border-box; color: var(--bgDarker) !important; background-color: var(--accent); } /* --------------------- BANNER --------------------- */ /* New Banner & Inner Shadow */ .site-banner { background: url("https://puu.sh/D4aVL/1456c8e4b9.png") no-repeat; background-position: center !important; box-shadow: inset 0 -10px 10px -10px rgba(0, 0, 0, 0.8); background-size: cover; } /* --------------------- FOOTER --------------------- */ /* Footer style */ #footer { background-color: var(--bgDarker); padding: 10px 0px !important; box-shadow: inset 0 10px 10px -10px rgba(0, 0, 0, 0.4); border-top: none !important; } /* Theme Credits */ #footer:before { color: var(--accent); content: "FurAffinity - PlumeTweaks™ v 0.9.0\aTiny-Plume"; white-space: pre; font-weight: bold; } /* ------------------ RATING BORDERS ------------------ */ /* General Submission */ figure.r-general u > a { border-radius: 0px !important; border: none !important; box-shadow: none !important; } /* Mature Submission */ figure.r-mature u > a { border-radius: 0px !important; border: 2px solid var(--bgDarker) !important; box-shadow: 2px 2px 0px #26a4ad !important; } /* Adult Submission */ figure.r-adult u > a { border-radius: 0px !important; border: 2px solid var(--bgDarker) !important; box-shadow: 2px 2px 0px #c1604d !important; } /*[[blurNSFW]]*/ /*[[noblur]]*/ /*[[matureblur]]*/ /*figure.r-mature u>a img { filter: blur(12px); transition: all 0.2s ease-in-out; } figure.r-mature u>a img:hover { filter: none; } figure.r-adult u>a img { filter: blur(12px); transition: all 0.2s ease-in-out; } figure.r-adult u>a img:hover { filter: none; } */ /*[[adultblur]]*/ /* figure.r-adult u>a img { filter: blur(12px); transition: all 0.2s ease-in-out; } figure.r-adult u>a img:hover { filter: none; } */ /* --------------------- BAKCGROUND COLORS AND SHADOWS --------------------- */ /* Background color */ .section-body, .section-footer, .section-submission, .section-header, .userpage-info-container, .user-profile-options, .user-profile-main, .table-cell, table.p20b, .bg4 { background: var(--bgDarker) !important; } /* Section header & shadow */ section, .bg4 { border: none; border-top: 3px solid var(--accent); } /* Section Shadows */ #message, #MsgForm section, #messages-journals, .content section:not(.gallery), #standardpage section:not(.gallery), table.p20b, .bg4 { box-shadow: 0 0 3px rgba(0, 0, 0, 0.5) !important; } /* Fix section footers */ .section-footer { padding-bottom: 15px; } /* Content Background */ .content, #sitecontent, #site-content, .bg3 { background: var(--bgDark) !important; } /* Remove Check Submissions/Journals/Etc BG */ figcaption:hover, figure.checked figcaption, ul.message-stream li:hover, #pageid-messagecenter-other div#messagecenter-other ul.message-stream li.checked { background: var(--bgDark) !important; } /* --------------------- PROFILES --------------------- */ .userpage-layout { background-color: var(--bg); } /* User Header */ #user-profile { background: var(--bgDarker); padding-top: 30px; } .user-nav a:hover { color: var(--accent); } /* User Description */ .userpage-layout-profile { background: var(--bgDarker); padding-bottom: 20px !important; box-shadow: inset 0 -10px 10px -10px rgba(0, 0, 0, 0.5); } .userpage-profile { border: none !important; } /* Avatar Borders */ .iconusername img, .user-nav-avatar, .avatar, .comment_useravatar { border: 3px solid rgba(0, 0, 0, 0.3); } /* Section Styles + Global Sidebar */ #page-userpage .userpage-section-right, #page-userpage .userpage-section-left, .sidebar { border: none; border-top: 3px solid var(--accent); box-shadow: 0 0 3px rgba(0, 0, 0, 0.5); } /* --------------------- COMMENTS --------------------- */ /* Fix Section */ .userpage-section-right.no-border:before { padding-bottom: 10px !important; display: block; font-size: 22px; font-weight: 400; color: var(--accent); content: "Profile Comments"; } .userpage-section-right.no-border { border-top: 3px solid var(--accent) !important; padding: 10px; background: var(--bgDarker) !important; } /* Fix Avatar Position */ .comment_useravatar { position: relative; left: -3px; } .comment_username { color: var(--accent) !important; } /* Comment BG Color */ .comment_container .body, .comment_container .name, .comment_container .header { background-color: var(--bg) !important; } .comment_container:target > .base > .header, .comment_container:target > .base > .name, .comment_container:target > .base > .body { background-color: var(--bg) !important; } /* Top Border */ .comment_container .header, .comment_container:target > .base > .header { border-image: none; border-top: 2px solid var(--accent) !important; } .comment_container:target > .base > .body { border-image: none; } /* Pointy bit color */ .comment_container .header::after, .comment_container:target > .base > .header::after, a.comment_anchor:target ~ .base > .header::after { border-color: transparent var(--bg) !important; } /*Remove message boxes borders... */ #JSMessage, textarea { border: none !important; box-shadow: inset 0 0 15px rgba(0, 0, 0, 0.25); background: var(--bg) !important; } /* Anchored Comment */ a.comment_anchor:target ~ .base > .body, a.comment_anchor:target ~ .base > .header { background: var(--bg) !important; border: none; } a.comment_anchor:target ~ .base { text-shadow: 0px 0px 5px currentColor; } /*[[HCom]]*/ /*[[ShowHCom]]*/ /*[[HideHCom]]*/ /*.comment_container.collapsed_height { display: none !important; }*/ /* Custom Formatting Icons */ .bbcodeformat { background: url(https://puu.sh/Fgpl4/ce22bbee03.png) no-repeat; } /* --------------------- GALLERY FIXES --------------------- */ .bg5, .mobile-nav, #columnpage .submission-sidebar, #columnpage .sidebar, .user-profile-options, .browse-sidebar-container, .submission-content { background-color: var(--bgDarker); } .submission-content section { border: none; border-top: 3px solid var(--accent); box-shadow: 0 0 3px rgba(0, 0, 0, 0.5); } .browse-content { background: var(--bg); } .browse-content section, .browse-sidebar-container { border: none; box-shadow: 0 0 3px rgba(0, 0, 0, 0.5); } #gallery-browse { border: none; box-shadow: none !important; } .browse-content .section-body.aligncenter, .browse-sidebar-container { border-top: 3px solid var(--accent); } #gallery-favorites, #gallery-gallery, #columnpage .content { padding: 20px 0px !important; background: var(--bg); box-shadow: 0 0 3px rgba(0, 0, 0, 0.5); } /* Tags Style */ .tags a { background: var(--bg); color: white !important; border-left: 4px solid var(--accent); } .tags a:hover { font-weight: bold; background: var(--accent); color: var(--bgDarker) !important; } } @-moz-document url-prefix("https://www.furaffinity.net/user/cuteness-overlord/#shout-"), regexp("(https://www.furaffinity.net/)+(.)+(/cuteness-overlord/)"), regexp("(https://www.furaffinity.net/)+(.)+(/cuteness-overlord/)+(./)") { /* --------------------- CUSTOM ACCENT --------------------- */ :root { --accent: #26a4ad; --accentLighter: #954940; --bg: #212c31; --bgDark: #172026; --bgDarker: #121418; } /* Logo color change */ .nav-bar-logo { filter: hue-rotate(145deg) saturate(80%); } /* Theme Creator Thingy */ #user-profile:before { content: url("https://puu.sh/D4cFy/eb58e6fe9a.png"); white-space: pre; opacity: 0.5; padding-left: 12px; position: relative; top: -10px; } /* --------------------- CUSTOM BANNER --------------------- */ .site-banner { background: url("https://puu.sh/D4cA3/661430aa2d.png") !important; background-position: center !important; background-repeat: no-repeat !important; background-size: cover !important; } } @-moz-document url-prefix("https://www.furaffinity.net/user/tiny-plume/#shout-"), regexp("(https://www.furaffinity.net/)+(.)+(/tiny-plume/)"), regexp("(https://www.furaffinity.net/)+(.)+(/tiny-plume/)+(./)") { /* --------------------- CUSTOM ACCENT --------------------- */ :root { --accent: #26a4ad; --accentLighter: #954940; --bg: #212c31; --bgDark: #172026; --bgDarker: #121418; } /* Logo color change */ .nav-bar-logo { filter: hue-rotate(145deg) saturate(80%); } /* Theme Creator Thingy */ #user-profile:before { content: url("https://puu.sh/D4cFy/eb58e6fe9a.png"); white-space: pre; opacity: 0.5; padding-left: 12px; position: relative; top: -10px; } /* --------------------- CUSTOM BANNER --------------------- */ .site-banner { background: url("https://puu.sh/EmLpd/f6f7d08d5e.png") !important; background-position: center !important; background-repeat: no-repeat !important; background-size: cover !important; } }
data/usercss/170011.user.css
@name FurAffinity - PlumeTweaks™ @namespace github.com/openstyles/stylus @version 0.9.0 @description A custom theme for FurAffinity, based on the Dark Beta stylesheet. @author Tiny Plume ==/UserStyle== */ /* ---------- CHANGELOG ---------- v0.9.0 • Fixed for the current version of FA. Oh god you have no ideas how much I struggled to fix it. • Tweaked random details such as the BBCode formatting icons, box shadows, etc... • Recreated the old Profile Comments section. • The theme will be transitionned to the UserCSS Format for v1.0.0, in order to make use of a preprocessor. That also means both userstyles.org and Stylish support will end after it comes out. I'll switch to Github/OpenUserCSS when the time comes. v0.8.0 • Actually didn't release this version, look at v0.9.0. v0.7.1 • Fixed Administrator Notice's background color. v0.7.0 • Added a custom scrollbar. You can disable it in the theme settings. • Changed the default font of the theme. • Minor code refactoring. v0.6.7 • Random minor fixes. v0.6.6 • Made a new banner for the profile of Tiny Plume. v0.6.5 • Fixed new shouts/comments. • Removed custom banner from Tiny Plume's profile. I sadly lost the file, and my host removed it. v0.6.1 • Themed the Shinies related stuff. v0.6.0 • Removed my other username from the theme's credits. • Themed the announcement thingy. v0.5.0 • Changed the default background colors. • Fixed some random stuff. • The tags now have a different look. • The search bar is now colored too. -- This introduces a small glitch where the search icon disappears during the transition to the search bar. Am looking into how to fix it. • The forums shouldn't be touched by this theme at all anymore. • Remade the banners, the new ones should work no matter if you're using a 4K monitor or if you're on mobile. v0.4.0 • Removed the temporary fix for centered text, which is no longer needed. • Reorganized the code a bit. • You can now enable an option to blur Mature / Adult content until hovered. It's disabled on mobile. • Added full background colors customization. There is however, no workaround for text colors yet. Be warned. • Added some custom theme thingies to the profiles of Tiny-Plume and Cuteness-Overlord. v0.3.2 • Removed the borders of the comment text areas. • Fixed the shadows of some sections. • Fixed the avatar borders not being very visible. • Disabled the custom profile themes, but not their banners. v0.3.1 • Fixed a little issue with the navbar dropdown menus. • Fixed centered text on profiles not working by... Forcing all profile descriptions to be centered. Might not please everyone, sadly... • Changed the footer's credits yet again... v0.3.0 • Changed the banner of the site. • You can now choose a custom font. • Overhauled how the theme works, advanced users can change the background colors to their likings using the variables at the start of the CSS. The main reason I didn't make that an option on userstyles.org is because it's not only hard to get decent results, but also need custom code on top of it to fix font colors. Asking the user for two text color settings would be weird, so I decided to leave things like they are for now. Might consider adding that as an option later, though. • Entirely themed the profiles of Tiny Plume and Cuteness-Overlord to try that "Advanced stuff". v0.2.1 • Made the theme work properly on mobile. (Stylus for Firefox / Chromium-based browsers on Android.) v0.2.0 • Added custom colors support, both through userstyles.org settings and through variables in the code. v0.1.4 • Fixed an issue with the "+ Fav" and "Note" buttons on submissions pages. v0.1.3 • Removed a thing in the theme's credits. • The theme now removes the mobile menu when you're on desktop. • Colored messages and SFW Toggle in the navbar. v0.1.2 • Tried adding a custom font. v0.1.1 • Fixed some bits here and there, styled the comission tab of the profiles. v0.1.0 • Initial Release, might've missed some bits, but it's functionnal. ---------------------------------- */ @-moz-document url-prefix("http://www.furaffinity.net/"), url-prefix("https://www.furaffinity.net/") { /* -------------------- VARIABLES -------------------- */ :root { --accent: /*[[accent]]*/ ; --accentLighter: /*[[accentLight]]*/ ; --bg: /*[[bg]]*/ ; --bgDark: /*[[bgDark]]*/ ; --bgDarker: /*[[bgDarker]]*/ ; --customFont: "/*[[customfnt]]*/"; } /* --------------------- GLOBAL ---------------------- */ /* Global font change */ * { font-family: var(--customFont), sans-serif !important; } /* Global background color */ html { background: var(--bgDarker); } /*[[scrollbar]]*/ /*[[scrl]]*/ /*[[noscrl]]*/ /*::-webkit-scrollbar { width: 8px; } ::-webkit-scrollbar-track { background: var(--bgDark); box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.5); } ::-webkit-scrollbar-thumb { background: var(--accent); } ::-webkit-scrollbar-thumb:hover { background: var(--accentLighter); }*/ /* Selection color */ ::selection { background: var(--accent); } /* Global button change */ .button, .section-button, button.standard, button.stop.remove, button.go { box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; background: var(--bg) !important; border: none !important; border-top: 3px solid var(--accent) !important; transition: all 0.12s ease-in; } .button:hover, .section-button:hover, button.standard:hover, button.stop.remove:hover, button.go:hover { box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; transform: skewY(-2deg); background: var(--accent) !important; border-top: 3px solid var(--accent) !important; color: var(--bg) !important; } .nuke { box-sizing: border-box !important; -moz-box-sizing: border-box !important; -webkit-box-sizing: border-box !important; background: var(--bg) !important; border: none !important; border-radius: 0px !important; border-top: 3px solid red !important; transition: all 0.12s ease-in !important; } .nuke:hover { box-sizing: border-box !important; -moz-box-sizing: border-box !important; -webkit-box-sizing: border-box !important; transform: skewY(-2deg) !important; background: rgb(70, 0, 0) !important; border-top: 3px solid red !important; color: var(--bg) !important; text-shadow: 0 0 5px red, 0 0 10px red, 0 0 15px red !important; } .buttons div { border: none !important; } .buttons a { border-top: 3px solid var(--accent) !important; background: var(--bgDark) !important; transition: all 0.12s ease-in !important; } .buttons a:hover { background: var(--accent) !important; color: var(--bgDarker); transition: all 0.12s ease-in !important; } /* Administrator Notice Thingy */ div#header { background-color: var(--bgDarker); } /* Announcement Thingy */ #news { margin: auto; margin-top: 10px; margin-bottom: 10px; max-width: 90%; border-top: 2px solid var(--accent); background: var(--bgDarker); color: var(--accent); box-shadow: 0 0 3px rgba(0, 0, 0, 0.8); text-shadow: 0 0 8px currentColor; font-size: 1.15rem; } /* Better Quotes */ .bbcode_quote { background-color: var(--bgDark); border: none !important; border-top: 2px solid var(--accent) !important; box-shadow: 0 0 3px rgba(0, 0, 0, 0.5); } /* Better Horizontal Lines */ hr, .comment_container .links { border-image-source: linear-gradient( to right, transparent, var(--accent), transparent ); border-image-slice: 1; border-image-width: 1; margin: 0; opacity: 0.6; } /* -------------------- TEXT COLORS -------------------- */ /* Recolor Titles and names, etc... */ h2, h2 a:hover, h3, h3 a, a h4:hover, .current, .table-cell strong { color: var(--accent) !important; } h2 a, h3 a:hover, h4, .highlight, .current:hover { color: var(--accentLighter) !important; } /* Recolor text */ /* ---------------------- NAVBAR ---------------------- */ /* Remove mobile menu on desktop */ @media (min-width: 768px) { #nav-mobile, .toggle_label, #mobile-notification-bar { opacity: 0; } } /* Navbar Style */ #ddmenu { border-bottom: 3px solid var(--accent) !important; background: var(--bgDarker) !important; box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.8); } #ddmenu .dropdown { border: none !important; border-bottom: 3px solid var(--accent) !important; box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.8); } .dd-inner { background: var(--bgDarker) !important; } /* Search bar Style */ #searchbox input[type="search"], #searchbox input[type="search"]:focus, #searchbox input[type="search"]:indeterminate { background: var(--bg) url("https://www.furaffinity.net/themes/beta/img/icons/search.png") no-repeat 9px center !important; } /* Remove avatar border */ img.menu-space-saver { border: none; } /* Color Messages */ .message-bar-desktop a { color: var(--accent) !important; } .message-bar-desktop a:hover { color: var(--accentLighter) !important; } /* SFW Toggled Color */ li.sfw-toggle.active { box-sizing: border-box; color: var(--bgDarker) !important; background-color: var(--accent); } /* --------------------- BANNER --------------------- */ /* New Banner & Inner Shadow */ .site-banner { background: url("https://puu.sh/D4aVL/1456c8e4b9.png") no-repeat; background-position: center !important; box-shadow: inset 0 -10px 10px -10px rgba(0, 0, 0, 0.8); background-size: cover; } /* --------------------- FOOTER --------------------- */ /* Footer style */ #footer { background-color: var(--bgDarker); padding: 10px 0px !important; box-shadow: inset 0 10px 10px -10px rgba(0, 0, 0, 0.4); border-top: none !important; } /* Theme Credits */ #footer:before { color: var(--accent); content: "FurAffinity - PlumeTweaks™ v 0.9.0\aTiny-Plume"; white-space: pre; font-weight: bold; } /* ------------------ RATING BORDERS ------------------ */ /* General Submission */ figure.r-general u > a { border-radius: 0px !important; border: none !important; box-shadow: none !important; } /* Mature Submission */ figure.r-mature u > a { border-radius: 0px !important; border: 2px solid var(--bgDarker) !important; box-shadow: 2px 2px 0px #26a4ad !important; } /* Adult Submission */ figure.r-adult u > a { border-radius: 0px !important; border: 2px solid var(--bgDarker) !important; box-shadow: 2px 2px 0px #c1604d !important; } /*[[blurNSFW]]*/ /*[[noblur]]*/ /*[[matureblur]]*/ /*figure.r-mature u>a img { filter: blur(12px); transition: all 0.2s ease-in-out; } figure.r-mature u>a img:hover { filter: none; } figure.r-adult u>a img { filter: blur(12px); transition: all 0.2s ease-in-out; } figure.r-adult u>a img:hover { filter: none; } */ /*[[adultblur]]*/ /* figure.r-adult u>a img { filter: blur(12px); transition: all 0.2s ease-in-out; } figure.r-adult u>a img:hover { filter: none; } */ /* --------------------- BAKCGROUND COLORS AND SHADOWS --------------------- */ /* Background color */ .section-body, .section-footer, .section-submission, .section-header, .userpage-info-container, .user-profile-options, .user-profile-main, .table-cell, table.p20b, .bg4 { background: var(--bgDarker) !important; } /* Section header & shadow */ section, .bg4 { border: none; border-top: 3px solid var(--accent); } /* Section Shadows */ #message, #MsgForm section, #messages-journals, .content section:not(.gallery), #standardpage section:not(.gallery), table.p20b, .bg4 { box-shadow: 0 0 3px rgba(0, 0, 0, 0.5) !important; } /* Fix section footers */ .section-footer { padding-bottom: 15px; } /* Content Background */ .content, #sitecontent, #site-content, .bg3 { background: var(--bgDark) !important; } /* Remove Check Submissions/Journals/Etc BG */ figcaption:hover, figure.checked figcaption, ul.message-stream li:hover, #pageid-messagecenter-other div#messagecenter-other ul.message-stream li.checked { background: var(--bgDark) !important; } /* --------------------- PROFILES --------------------- */ .userpage-layout { background-color: var(--bg); } /* User Header */ #user-profile { background: var(--bgDarker); padding-top: 30px; } .user-nav a:hover { color: var(--accent); } /* User Description */ .userpage-layout-profile { background: var(--bgDarker); padding-bottom: 20px !important; box-shadow: inset 0 -10px 10px -10px rgba(0, 0, 0, 0.5); } .userpage-profile { border: none !important; } /* Avatar Borders */ .iconusername img, .user-nav-avatar, .avatar, .comment_useravatar { border: 3px solid rgba(0, 0, 0, 0.3); } /* Section Styles + Global Sidebar */ #page-userpage .userpage-section-right, #page-userpage .userpage-section-left, .sidebar { border: none; border-top: 3px solid var(--accent); box-shadow: 0 0 3px rgba(0, 0, 0, 0.5); } /* --------------------- COMMENTS --------------------- */ /* Fix Section */ .userpage-section-right.no-border:before { padding-bottom: 10px !important; display: block; font-size: 22px; font-weight: 400; color: var(--accent); content: "Profile Comments"; } .userpage-section-right.no-border { border-top: 3px solid var(--accent) !important; padding: 10px; background: var(--bgDarker) !important; } /* Fix Avatar Position */ .comment_useravatar { position: relative; left: -3px; } .comment_username { color: var(--accent) !important; } /* Comment BG Color */ .comment_container .body, .comment_container .name, .comment_container .header { background-color: var(--bg) !important; } .comment_container:target > .base > .header, .comment_container:target > .base > .name, .comment_container:target > .base > .body { background-color: var(--bg) !important; } /* Top Border */ .comment_container .header, .comment_container:target > .base > .header { border-image: none; border-top: 2px solid var(--accent) !important; } .comment_container:target > .base > .body { border-image: none; } /* Pointy bit color */ .comment_container .header::after, .comment_container:target > .base > .header::after, a.comment_anchor:target ~ .base > .header::after { border-color: transparent var(--bg) !important; } /*Remove message boxes borders... */ #JSMessage, textarea { border: none !important; box-shadow: inset 0 0 15px rgba(0, 0, 0, 0.25); background: var(--bg) !important; } /* Anchored Comment */ a.comment_anchor:target ~ .base > .body, a.comment_anchor:target ~ .base > .header { background: var(--bg) !important; border: none; } a.comment_anchor:target ~ .base { text-shadow: 0px 0px 5px currentColor; } /*[[HCom]]*/ /*[[ShowHCom]]*/ /*[[HideHCom]]*/ /*.comment_container.collapsed_height { display: none !important; }*/ /* Custom Formatting Icons */ .bbcodeformat { background: url(https://puu.sh/Fgpl4/ce22bbee03.png) no-repeat; } /* --------------------- GALLERY FIXES --------------------- */ .bg5, .mobile-nav, #columnpage .submission-sidebar, #columnpage .sidebar, .user-profile-options, .browse-sidebar-container, .submission-content { background-color: var(--bgDarker); } .submission-content section { border: none; border-top: 3px solid var(--accent); box-shadow: 0 0 3px rgba(0, 0, 0, 0.5); } .browse-content { background: var(--bg); } .browse-content section, .browse-sidebar-container { border: none; box-shadow: 0 0 3px rgba(0, 0, 0, 0.5); } #gallery-browse { border: none; box-shadow: none !important; } .browse-content .section-body.aligncenter, .browse-sidebar-container { border-top: 3px solid var(--accent); } #gallery-favorites, #gallery-gallery, #columnpage .content { padding: 20px 0px !important; background: var(--bg); box-shadow: 0 0 3px rgba(0, 0, 0, 0.5); } /* Tags Style */ .tags a { background: var(--bg); color: white !important; border-left: 4px solid var(--accent); } .tags a:hover { font-weight: bold; background: var(--accent); color: var(--bgDarker) !important; } } @-moz-document url-prefix("https://www.furaffinity.net/user/cuteness-overlord/#shout-"), regexp("(https://www.furaffinity.net/)+(.)+(/cuteness-overlord/)"), regexp("(https://www.furaffinity.net/)+(.)+(/cuteness-overlord/)+(./)") { /* --------------------- CUSTOM ACCENT --------------------- */ :root { --accent: #26a4ad; --accentLighter: #954940; --bg: #212c31; --bgDark: #172026; --bgDarker: #121418; } /* Logo color change */ .nav-bar-logo { filter: hue-rotate(145deg) saturate(80%); } /* Theme Creator Thingy */ #user-profile:before { content: url("https://puu.sh/D4cFy/eb58e6fe9a.png"); white-space: pre; opacity: 0.5; padding-left: 12px; position: relative; top: -10px; } /* --------------------- CUSTOM BANNER --------------------- */ .site-banner { background: url("https://puu.sh/D4cA3/661430aa2d.png") !important; background-position: center !important; background-repeat: no-repeat !important; background-size: cover !important; } } @-moz-document url-prefix("https://www.furaffinity.net/user/tiny-plume/#shout-"), regexp("(https://www.furaffinity.net/)+(.)+(/tiny-plume/)"), regexp("(https://www.furaffinity.net/)+(.)+(/tiny-plume/)+(./)") { /* --------------------- CUSTOM ACCENT --------------------- */ :root { --accent: #26a4ad; --accentLighter: #954940; --bg: #212c31; --bgDark: #172026; --bgDarker: #121418; } /* Logo color change */ .nav-bar-logo { filter: hue-rotate(145deg) saturate(80%); } /* Theme Creator Thingy */ #user-profile:before { content: url("https://puu.sh/D4cFy/eb58e6fe9a.png"); white-space: pre; opacity: 0.5; padding-left: 12px; position: relative; top: -10px; } /* --------------------- CUSTOM BANNER --------------------- */ .site-banner { background: url("https://puu.sh/EmLpd/f6f7d08d5e.png") !important; background-position: center !important; background-repeat: no-repeat !important; background-size: cover !important; } }
0.315209
0.161419
html, body { height: 100%; } .calendar { position: absolute; width: 100%; top: 60px; bottom: 0; overflow: hidden; font-family: MyriadProSemiBold; color: #F2F2F2; } .calendar .btn-box { display: flex; justify-content: space-between; margin: 0 auto; width: 1024px; height: 55px; } .calendar .btn-box #right, .calendar .btn-box #left { width: 55px; height: 55px; z-index: 999; transition: 0.1s; } .calendar .btn-box #right { background-image: url('/img/arrow-right.png'); background-repeat: no-repeat; background-size: contain; cursor: pointer; } .calendar .btn-box #left { background-image: url('/img/arrow-left.png'); background-repeat: no-repeat; background-size: contain; cursor: pointer; } .calendar .btn-box #right:hover{ background-image: url('/img/arrow-right-hover.png'); background-repeat: no-repeat; background-size: contain; } .calendar .btn-box #left:hover{ background-image: url('/img/arrow-left-hover.png'); background-repeat: no-repeat; background-size: contain; } .calendar .left-calendar, .calendar .middle-calendar, .calendar .right-calendar { position: absolute; display: flex; flex-direction: column; align-items: center; top: 0; width: 100%; height: auto; transition: all 0.3s ease-in-out; } .calendar .left-calendar { left: -100%; } .calendar .middle-calendar { left: 0; } .calendar .right-calendar { left: 100%; } .calendar .calendar-title { padding: 15px 0; font-size: 1.2vw; text-transform: uppercase; font-family: MyriadProBold; } .calendar table { width: 1024px; height: 650px; border-collapse: collapse; border-style: hidden; } .calendar table thead tr th { font-size: 1vw; text-transform: uppercase; } .calendar table tbody tr td { position: relative; width: 13%; font-size: 1.6vw; text-align: center; color: #313131; border: 1px solid #e2e2e2; background-color: #F2F2F2; } .calendar table tbody tr:first-child td { border-top: hidden; } .calendar table tbody tr .current-day, .calendar table tbody tr .incompleted-day, .calendar table tbody tr .completed-day { cursor: pointer; } .calendar table tbody tr .completed-day { background-color: #02B3C7; } .calendar table tbody tr .incompleted-day { color: #F2F2F2; background-color: #1B2940; } .calendar table tbody tr .current-day { background-color: #026873; } .calendar table tbody tr td .actions-container { display: inline-flex; justify-content: start; flex-wrap: wrap; margin: 0 auto; width: auto; max-width: 85px; } .calendar table tbody tr td .actions-container .action { position: relative; margin: 5px 2px; width: 13px; height: 13px; border-radius: 13px; cursor: pointer; transition: 0.1s; background-color: #9fa09b; } .calendar table tbody tr td .actions-container .action-done { background-color: #05B363; } .calendar table tbody tr .completed-day .actions-container .action-done { background-color: #0546B3; } .calendar table tbody tr td .actions-container .action-done:hover, .calendar table tbody tr td .actions-container .action-false:hover { box-shadow: 0px 0px 2px 1px #05B363 inset; } .calendar table tbody tr .completed-day .actions-container .action-done:hover { box-shadow: 0px 0px 2px 2px #067ABD inset; } .calendar table tbody tr td .actions-container .action .tooltip { position: absolute; display: grid; grid-template-columns: repeat(1, auto); grid-template-rows: repeat(1, 40px); grid-auto-flow: column; align-items: center; top: -40px; color: #fff; background-color: rgba(0, 0, 0, 0.89); z-index: 999; } .calendar table tbody tr td .actions-container .action .tooltip p { margin: 0; padding: 0 20px; font-size: 18px; white-space: nowrap; } .calendar table tbody tr td .actions-container .action .tooltip .triangle-down { position: absolute; width: 0; height: 0; bottom: -8px; left: 0; margin-left: auto; margin-right: auto; border-left: 7px solid transparent; border-right: 7px solid transparent; border-top: 8px solid rgba(0, 0, 0, 0.89); z-index: 998; } .calendar #modal-info-actions { display: none; position: absolute; top: 0; bottom: 0; left: 0; width: 100%; background-color: rgba(0, 0, 0, 0.788); z-index: 1000; overflow-y: auto; } .calendar #modal-info-actions .actions-container { padding: 20px 0; margin-left: 20px; width: 40%; } .calendar #modal-info-actions .actions-container #action-date { text-align: center; } .calendar #modal-info-actions .actions-container #action-box .action-item { display: flex; justify-content: space-between; padding: 10px 20px; margin-bottom: 10px; color: #313131; background-color: #F2F2F2; } .calendar #modal-info-actions .actions-container #action-box .action-item-done { color: #313131; background-color: #02B3C7; } .calendar #modal-info-actions .actions-container #action-box .action-item-debt { color: #F2F2F2; background-color: #7B14A6; } .calendar #modal-info-actions .actions-container #action-box .action-item button { width: 100px; font-size: 15px; color: #313131; border: 1px solid #313131; cursor: pointer; outline: none; } .calendar #modal-info-actions .actions-container #action-box .action-item .cancel-action { background-color: #02B3C7; } .calendar #modal-info-actions .actions-container #action-box .action-item .complete-debt { width: 110px; color: #F2F2F2; border: 1px solid #F2F2F2; background-color: #7B14A6; } .calendar #modal-info-actions .actions-container #action-box .action-item .debt-done { width: 110px; color: #F2F2F2; border: none; cursor: default; background-color: #02B3C7; } .calendar #modal-info-actions .actions-container #action-box .action-item .complete-action:hover { color: #04BFBF; border: 1px solid #04BFBF; } .calendar #modal-info-actions .actions-container #action-box .action-item .cancel-action:hover { color: #F2391D; border: 1px solid #F2391D; } .calendar #modal-info-actions .actions-container #action-box .action-item .complete-debt:hover { color: #04BFBF; border: 1px solid #04BFBF; } .modal-empty-calendar { position: absolute; top: 40px; left: 0; text-align: center; width: 100%; }
public/css/calendar.css
html, body { height: 100%; } .calendar { position: absolute; width: 100%; top: 60px; bottom: 0; overflow: hidden; font-family: MyriadProSemiBold; color: #F2F2F2; } .calendar .btn-box { display: flex; justify-content: space-between; margin: 0 auto; width: 1024px; height: 55px; } .calendar .btn-box #right, .calendar .btn-box #left { width: 55px; height: 55px; z-index: 999; transition: 0.1s; } .calendar .btn-box #right { background-image: url('/img/arrow-right.png'); background-repeat: no-repeat; background-size: contain; cursor: pointer; } .calendar .btn-box #left { background-image: url('/img/arrow-left.png'); background-repeat: no-repeat; background-size: contain; cursor: pointer; } .calendar .btn-box #right:hover{ background-image: url('/img/arrow-right-hover.png'); background-repeat: no-repeat; background-size: contain; } .calendar .btn-box #left:hover{ background-image: url('/img/arrow-left-hover.png'); background-repeat: no-repeat; background-size: contain; } .calendar .left-calendar, .calendar .middle-calendar, .calendar .right-calendar { position: absolute; display: flex; flex-direction: column; align-items: center; top: 0; width: 100%; height: auto; transition: all 0.3s ease-in-out; } .calendar .left-calendar { left: -100%; } .calendar .middle-calendar { left: 0; } .calendar .right-calendar { left: 100%; } .calendar .calendar-title { padding: 15px 0; font-size: 1.2vw; text-transform: uppercase; font-family: MyriadProBold; } .calendar table { width: 1024px; height: 650px; border-collapse: collapse; border-style: hidden; } .calendar table thead tr th { font-size: 1vw; text-transform: uppercase; } .calendar table tbody tr td { position: relative; width: 13%; font-size: 1.6vw; text-align: center; color: #313131; border: 1px solid #e2e2e2; background-color: #F2F2F2; } .calendar table tbody tr:first-child td { border-top: hidden; } .calendar table tbody tr .current-day, .calendar table tbody tr .incompleted-day, .calendar table tbody tr .completed-day { cursor: pointer; } .calendar table tbody tr .completed-day { background-color: #02B3C7; } .calendar table tbody tr .incompleted-day { color: #F2F2F2; background-color: #1B2940; } .calendar table tbody tr .current-day { background-color: #026873; } .calendar table tbody tr td .actions-container { display: inline-flex; justify-content: start; flex-wrap: wrap; margin: 0 auto; width: auto; max-width: 85px; } .calendar table tbody tr td .actions-container .action { position: relative; margin: 5px 2px; width: 13px; height: 13px; border-radius: 13px; cursor: pointer; transition: 0.1s; background-color: #9fa09b; } .calendar table tbody tr td .actions-container .action-done { background-color: #05B363; } .calendar table tbody tr .completed-day .actions-container .action-done { background-color: #0546B3; } .calendar table tbody tr td .actions-container .action-done:hover, .calendar table tbody tr td .actions-container .action-false:hover { box-shadow: 0px 0px 2px 1px #05B363 inset; } .calendar table tbody tr .completed-day .actions-container .action-done:hover { box-shadow: 0px 0px 2px 2px #067ABD inset; } .calendar table tbody tr td .actions-container .action .tooltip { position: absolute; display: grid; grid-template-columns: repeat(1, auto); grid-template-rows: repeat(1, 40px); grid-auto-flow: column; align-items: center; top: -40px; color: #fff; background-color: rgba(0, 0, 0, 0.89); z-index: 999; } .calendar table tbody tr td .actions-container .action .tooltip p { margin: 0; padding: 0 20px; font-size: 18px; white-space: nowrap; } .calendar table tbody tr td .actions-container .action .tooltip .triangle-down { position: absolute; width: 0; height: 0; bottom: -8px; left: 0; margin-left: auto; margin-right: auto; border-left: 7px solid transparent; border-right: 7px solid transparent; border-top: 8px solid rgba(0, 0, 0, 0.89); z-index: 998; } .calendar #modal-info-actions { display: none; position: absolute; top: 0; bottom: 0; left: 0; width: 100%; background-color: rgba(0, 0, 0, 0.788); z-index: 1000; overflow-y: auto; } .calendar #modal-info-actions .actions-container { padding: 20px 0; margin-left: 20px; width: 40%; } .calendar #modal-info-actions .actions-container #action-date { text-align: center; } .calendar #modal-info-actions .actions-container #action-box .action-item { display: flex; justify-content: space-between; padding: 10px 20px; margin-bottom: 10px; color: #313131; background-color: #F2F2F2; } .calendar #modal-info-actions .actions-container #action-box .action-item-done { color: #313131; background-color: #02B3C7; } .calendar #modal-info-actions .actions-container #action-box .action-item-debt { color: #F2F2F2; background-color: #7B14A6; } .calendar #modal-info-actions .actions-container #action-box .action-item button { width: 100px; font-size: 15px; color: #313131; border: 1px solid #313131; cursor: pointer; outline: none; } .calendar #modal-info-actions .actions-container #action-box .action-item .cancel-action { background-color: #02B3C7; } .calendar #modal-info-actions .actions-container #action-box .action-item .complete-debt { width: 110px; color: #F2F2F2; border: 1px solid #F2F2F2; background-color: #7B14A6; } .calendar #modal-info-actions .actions-container #action-box .action-item .debt-done { width: 110px; color: #F2F2F2; border: none; cursor: default; background-color: #02B3C7; } .calendar #modal-info-actions .actions-container #action-box .action-item .complete-action:hover { color: #04BFBF; border: 1px solid #04BFBF; } .calendar #modal-info-actions .actions-container #action-box .action-item .cancel-action:hover { color: #F2391D; border: 1px solid #F2391D; } .calendar #modal-info-actions .actions-container #action-box .action-item .complete-debt:hover { color: #04BFBF; border: 1px solid #04BFBF; } .modal-empty-calendar { position: absolute; top: 40px; left: 0; text-align: center; width: 100%; }
0.573559
0.049359
h1, h2, h3, h4, h5 { margin: 0; padding: 0; font-weight: normal; } /*h1 a, h2 a, h3 a, h4 a, h5 a { text-decoration: none; }*/ /*h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover { text-decoration: underline; }*/ /*h2 strong { color: #0d62e1; }*/ /*strong.blue { color: #105ac9; }*/ a, a:visited { color: #105ac9; text-decoration: none; } a:active, a:hover { text-decoration: underline; } /* =================================== ACTIVE SECTION COLORING =================================== */ body.homepage a, body.homepage a:visited { color: #105ac9; xtext-decoration: underline; } body.public a, body.public a:visited { color: #105ac9; xtext-decoration: underline; } body.club #sectionbar { background: #D7060C; } body.club a, body.club a:visited { color: #D7060C; xtext-decoration: underline; } body.admin #sectionbar { background: #CC00CC; } body.admin a, body.admin a:visited { color: #CC00CC; xtext-decoration: underline; } body.user #sectionbar { background: #F97A09; } body.user a, body.user a:visited { color: #F97A09; xtext-decoration: underline; } /* ============================ BREADCRUMB ============================ */ #content .breadcrumb-top { padding: 5px 0px 5px 0; font-size: 0.9em; color: #999; } /*.breadcrumb-bottom { clear: both; margin: 25px 0 10px 0; padding: 10px 10px 10px 5px; border-top: 1px solid #ccc; border-bottom: 1px solid #ccc; font-size: 0.9em; color: #555; }*/ /*.breadcrumb-bottom a, .breadcrumb-top a { padding: 0 5px; color: #555; }*/ .breadcrumb-bottom a.home, .breadcrumb-top a.home { margin-right: 8px; padding: 5px 7px 5px 10px; background: transparent url('../img/homeicon.png') no-repeat center left; text-decoration: none; } .breadcrumb-bottom a:hover.home, .breadcrumb-top a:hover.home { background: transparent url('../img/homeicon.png') no-repeat center right; text-decoration: none; } /*.breadcrumb-bottom span { float: right; }*/ /* =============== FOOTER =============== */ .footer h2 { color: #ccc; } .footer h2 strong { color: #3866FE; } .footer .wrapper { background: transparent; }
www/css/basic-elements.css
h1, h2, h3, h4, h5 { margin: 0; padding: 0; font-weight: normal; } /*h1 a, h2 a, h3 a, h4 a, h5 a { text-decoration: none; }*/ /*h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover { text-decoration: underline; }*/ /*h2 strong { color: #0d62e1; }*/ /*strong.blue { color: #105ac9; }*/ a, a:visited { color: #105ac9; text-decoration: none; } a:active, a:hover { text-decoration: underline; } /* =================================== ACTIVE SECTION COLORING =================================== */ body.homepage a, body.homepage a:visited { color: #105ac9; xtext-decoration: underline; } body.public a, body.public a:visited { color: #105ac9; xtext-decoration: underline; } body.club #sectionbar { background: #D7060C; } body.club a, body.club a:visited { color: #D7060C; xtext-decoration: underline; } body.admin #sectionbar { background: #CC00CC; } body.admin a, body.admin a:visited { color: #CC00CC; xtext-decoration: underline; } body.user #sectionbar { background: #F97A09; } body.user a, body.user a:visited { color: #F97A09; xtext-decoration: underline; } /* ============================ BREADCRUMB ============================ */ #content .breadcrumb-top { padding: 5px 0px 5px 0; font-size: 0.9em; color: #999; } /*.breadcrumb-bottom { clear: both; margin: 25px 0 10px 0; padding: 10px 10px 10px 5px; border-top: 1px solid #ccc; border-bottom: 1px solid #ccc; font-size: 0.9em; color: #555; }*/ /*.breadcrumb-bottom a, .breadcrumb-top a { padding: 0 5px; color: #555; }*/ .breadcrumb-bottom a.home, .breadcrumb-top a.home { margin-right: 8px; padding: 5px 7px 5px 10px; background: transparent url('../img/homeicon.png') no-repeat center left; text-decoration: none; } .breadcrumb-bottom a:hover.home, .breadcrumb-top a:hover.home { background: transparent url('../img/homeicon.png') no-repeat center right; text-decoration: none; } /*.breadcrumb-bottom span { float: right; }*/ /* =============== FOOTER =============== */ .footer h2 { color: #ccc; } .footer h2 strong { color: #3866FE; } .footer .wrapper { background: transparent; }
0.281109
0.084531
@font-face { font-family: 'jannaltregular'; src: url('../fonts/jannalt-regular/jannaltregular.eot'); src: url('../fonts/jannalt-regular/jannaltregular.eot') format('embedded-opentype'), url('../fonts/jannalt-regular/jannaltregular.woff2') format('woff2'), url('../fonts/jannalt-regular/jannaltregular.woff') format('woff'), url('../fonts/jannalt-regular/jannaltregular.ttf') format('truetype'), url('../fonts/jannalt-regular/jannaltregular.svg#jannaltregular') format('svg'); } @font-face { font-family: 'jannaltbold'; src: url('../fonts/jannalt-bold/jannaltbold.eot'); src: url('../fonts/jannalt-bold/jannaltbold.eot') format('embedded-opentype'), url('../fonts/jannalt-bold/jannaltbold.woff2') format('woff2'), url('../fonts/jannalt-bold/jannaltbold.woff') format('woff'), url('../fonts/jannalt-bold/jannaltbold.ttf') format('truetype'), url('../fonts/jannalt-bold/jannaltbold.svg#jannaltbold') format('svg'); } * { font-family: 'jannaltregular'; } h1,h2,h3,h4,h5,h6 { font-family: 'jannaltbold'; } .search { width: 50px; height: 30px; margin: 8px auto 0; background-color: #263238; position: relative; overflow: hidden; transition: all 0.5s ease; direction: rtl; border-radius: 5px; } .search:before { content: ''; display: block; width: 3px; height: 100%; position: relative; background-color: #26A69A; transition: all 0.5s ease; } .search.open { width: 420px; } .search.open:before { height: 60px; /* margin: 20px 0 20px 30px;*/ position: absolute; } .search-box { width: 200px; height: 30px; box-shadow: none; border: none; background: transparent; color: #fff; padding-right: 10px; } .search-box:focus { outline: none; } .search-button { display: block; position: absolute; left: 0; top: 0; padding-left: 4px; padding-top: 2px; cursor: pointer; } .search-icon { width: 17px; height: 17px; border-radius: 40px; border: 3px solid #FFF; display: block; position: relative; margin-left: 5px; transition: all 0.5s ease; } .search-icon:before { content: ''; width: 4px; height: 9px; position: absolute; right: 10px; top: 11px; display: block; background-color: #FFF; transform: rotate(38deg); transition: all 0.5s ease; } .search-icon:after { content: ''; width: 3px; height: 15px; position: absolute; right: -12px; top: 40px; display: block; background-color: #FFF; transform: rotate(-45deg); transition: all 0.5s ease; } .open .search-icon { margin: 0; width: 20px; height: 20px; border-radius: 50%; margin-top: 3px; } .open .search-icon:before { transform: rotate(52deg); right: 5px; top: 5px; height: 9px; } .open .search-icon:after { transform: rotate(-230deg); right: 5px; top: 0px; height: 9px; } /*main show of main page Start*/ .details { float: right; } .item-dach i { float: left; font-size: 50px; } /*main show of main page End*/ /*content*/ .text-muted { font-size: 19px; color: #28343a; } .all { margin-bottom: 20px; border: 1px dashed #28343a; box-shadow: 3px 2px 7px #CCC; padding: 20px 0 0; } .all li { width: 100%; padding-left: 0; margin-bottom: 15px; } /*list of users Start*/ .delete { margin-right: 20px; margin-bottom: 20px; } .pointer { cursor: pointer; } /*list of users End*/ /*Edite Error*/ .marge { margin-top: 20px; } /*Edit Error*/ .hea-lg { font-size: 18px; margin-left: 3px; } .sahh { padding-right: 20px; line-height: 2; } .help-block{ color: rgb(216, 67, 21); } table tr:nth-child(even){ background-color: #F1F8E9; } table thead tr th{ background-color: #28343a; color: #fff; } .icon-trash,.block{ color: red; } .table-responsive{ direction: rtl; } .message tbody > tr > td, .product tbody > tr > td{ word-break: break-all; } .chat-list .media-right { padding-left: 20px; } .chat-list .media-right span { position: relative; font-style: italic; font-size: 18px; } .chat-list .media-right span:before { content:''; position: absolute; bottom: 0; right: 0; left: 0; width:100%; height: 2px; background: #000; padding-right: 20px; padding-left: 20px; font-style: italic; font-size: 18px; }.chat-list .media-left span { position: relative; font-style: italic; font-size: 18px; } .chat-list .media-left span:before { content:''; position: absolute; bottom: 0; right: 0; left: 0; width:100%; height: 2px; background: #000; padding-right: 20px; padding-left: 20px; font-style: italic; font-size: 18px; } .noti_alert{ position: absolute; top: 0; right: 0; font-size: 12px; padding: 0 8px; background: #d9534f; display: inline-block; border-radius: 50%; color: #fff !important; } .col-md-2 .list-inline > li { padding-right: 0; padding-left: 0; } .text-golden-600, .text-golden-600:hover, .text-golden-600:focus { color: #ebc300 !important; }
public/admin-panel/assets/css/style.css
@font-face { font-family: 'jannaltregular'; src: url('../fonts/jannalt-regular/jannaltregular.eot'); src: url('../fonts/jannalt-regular/jannaltregular.eot') format('embedded-opentype'), url('../fonts/jannalt-regular/jannaltregular.woff2') format('woff2'), url('../fonts/jannalt-regular/jannaltregular.woff') format('woff'), url('../fonts/jannalt-regular/jannaltregular.ttf') format('truetype'), url('../fonts/jannalt-regular/jannaltregular.svg#jannaltregular') format('svg'); } @font-face { font-family: 'jannaltbold'; src: url('../fonts/jannalt-bold/jannaltbold.eot'); src: url('../fonts/jannalt-bold/jannaltbold.eot') format('embedded-opentype'), url('../fonts/jannalt-bold/jannaltbold.woff2') format('woff2'), url('../fonts/jannalt-bold/jannaltbold.woff') format('woff'), url('../fonts/jannalt-bold/jannaltbold.ttf') format('truetype'), url('../fonts/jannalt-bold/jannaltbold.svg#jannaltbold') format('svg'); } * { font-family: 'jannaltregular'; } h1,h2,h3,h4,h5,h6 { font-family: 'jannaltbold'; } .search { width: 50px; height: 30px; margin: 8px auto 0; background-color: #263238; position: relative; overflow: hidden; transition: all 0.5s ease; direction: rtl; border-radius: 5px; } .search:before { content: ''; display: block; width: 3px; height: 100%; position: relative; background-color: #26A69A; transition: all 0.5s ease; } .search.open { width: 420px; } .search.open:before { height: 60px; /* margin: 20px 0 20px 30px;*/ position: absolute; } .search-box { width: 200px; height: 30px; box-shadow: none; border: none; background: transparent; color: #fff; padding-right: 10px; } .search-box:focus { outline: none; } .search-button { display: block; position: absolute; left: 0; top: 0; padding-left: 4px; padding-top: 2px; cursor: pointer; } .search-icon { width: 17px; height: 17px; border-radius: 40px; border: 3px solid #FFF; display: block; position: relative; margin-left: 5px; transition: all 0.5s ease; } .search-icon:before { content: ''; width: 4px; height: 9px; position: absolute; right: 10px; top: 11px; display: block; background-color: #FFF; transform: rotate(38deg); transition: all 0.5s ease; } .search-icon:after { content: ''; width: 3px; height: 15px; position: absolute; right: -12px; top: 40px; display: block; background-color: #FFF; transform: rotate(-45deg); transition: all 0.5s ease; } .open .search-icon { margin: 0; width: 20px; height: 20px; border-radius: 50%; margin-top: 3px; } .open .search-icon:before { transform: rotate(52deg); right: 5px; top: 5px; height: 9px; } .open .search-icon:after { transform: rotate(-230deg); right: 5px; top: 0px; height: 9px; } /*main show of main page Start*/ .details { float: right; } .item-dach i { float: left; font-size: 50px; } /*main show of main page End*/ /*content*/ .text-muted { font-size: 19px; color: #28343a; } .all { margin-bottom: 20px; border: 1px dashed #28343a; box-shadow: 3px 2px 7px #CCC; padding: 20px 0 0; } .all li { width: 100%; padding-left: 0; margin-bottom: 15px; } /*list of users Start*/ .delete { margin-right: 20px; margin-bottom: 20px; } .pointer { cursor: pointer; } /*list of users End*/ /*Edite Error*/ .marge { margin-top: 20px; } /*Edit Error*/ .hea-lg { font-size: 18px; margin-left: 3px; } .sahh { padding-right: 20px; line-height: 2; } .help-block{ color: rgb(216, 67, 21); } table tr:nth-child(even){ background-color: #F1F8E9; } table thead tr th{ background-color: #28343a; color: #fff; } .icon-trash,.block{ color: red; } .table-responsive{ direction: rtl; } .message tbody > tr > td, .product tbody > tr > td{ word-break: break-all; } .chat-list .media-right { padding-left: 20px; } .chat-list .media-right span { position: relative; font-style: italic; font-size: 18px; } .chat-list .media-right span:before { content:''; position: absolute; bottom: 0; right: 0; left: 0; width:100%; height: 2px; background: #000; padding-right: 20px; padding-left: 20px; font-style: italic; font-size: 18px; }.chat-list .media-left span { position: relative; font-style: italic; font-size: 18px; } .chat-list .media-left span:before { content:''; position: absolute; bottom: 0; right: 0; left: 0; width:100%; height: 2px; background: #000; padding-right: 20px; padding-left: 20px; font-style: italic; font-size: 18px; } .noti_alert{ position: absolute; top: 0; right: 0; font-size: 12px; padding: 0 8px; background: #d9534f; display: inline-block; border-radius: 50%; color: #fff !important; } .col-md-2 .list-inline > li { padding-right: 0; padding-left: 0; } .text-golden-600, .text-golden-600:hover, .text-golden-600:focus { color: #ebc300 !important; }
0.423696
0.072472
* { margin: 0 0; } body { background-color: #81ABFF; } #header { width: 100%; } .slidecontent { display: -webkit-box; display: -ms-flexbox; display: flex; height: 100%; width: 100%; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-flow: column wrap; flex-flow: column wrap; text-align: center; } #navbar { width: 100%; background-color: #053BA7; } .tabs { list-style-type: none; display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; width: 100%; padding-left: 0; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-flow: row wrap; flex-flow: row wrap; } /* @media screen and (max-width: 480px) { .tabs { overflow-x: scroll; } } */ .tab { padding: 18px; } .tab a { font-size: 1.25rem; font-family: 'roboto', sans-serif; text-decoration: none; color: white; -webkit-transition: 0.25s ease-in-out; transition: 0.25s ease-in-out; } .tab a:hover { color: #81ABFF; } #copyright { font-family: Verdana, sans-serif; font-size: 12px; padding: 12px; } .toggle { display: block !important; } .rotate { -webkit-transform: rotate(180deg); transform: rotate(180deg); } .hide { display: none !important; } #hiddentabs { padding: 8px; } .hiddentabsclass { display: none; overflow-x: inherit; position: absolute; background-color: #053BA7; list-style-type: none; -webkit-box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2); box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2); z-index: 1; margin: 0 auto; } #main { height: 1200px; } .slidetitle { padding: 18px; text-align: center; color: white; font-size: 30px; font-family: "Roboto", "sans-serif"; } .githublink { text-decoration: none; color: white; font-weight: 700; font-family: "Roboto", "sans-serif"; text-align: center; padding: 12px; text-decoration: none; text-decoration: underline; } .sliderimg { margin: 0 auto; min-width: 30%; max-height: 65%; } .lang { padding: 8px; text-align: center; color: white; font-size: 24px; font-family: "Roboto", "sans-serif"; } .mainslider { width: 100%; } .aboutmetitle { text-align: center; font-family: "Roboto", "sans-serif"; padding: 12px; } .contacttitle { text-align: center; font-family: "Roboto", "sans-serif"; padding: 12px; } .aboutmebio { padding: 16px; text-align: center; background-color: #3750da; width: 90%; margin: 0 auto; border-radius: 12px; color: white; font-weight: 700; } .slidecontent { width: 100% !important; } .slide { height: 90vh !important; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; } .pong { background-image: url("webone.jpg"); background-size: cover; } .racecar { background-image: url("webtwo.jpg"); background-size: cover; } .passwordgen { background-image: url("webthree.jpg"); background-size: cover; } #footer { background-color: #053BA7; width: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: end; -ms-flex-align: end; align-items: flex-end; bottom: 0; -webkit-box-align: center; -ms-flex-align: center; align-items: center; text-decoration: none !important; } #footer i { text-decoration: none !important; color: white; font-size: 2em; padding: 8px; -webkit-transition: 0.25s ease-in-out; transition: 0.25s ease-in-out; } #footer i:hover { color: #81ABFF; } /*# sourceMappingURL=styles.css.map */
styles.css
* { margin: 0 0; } body { background-color: #81ABFF; } #header { width: 100%; } .slidecontent { display: -webkit-box; display: -ms-flexbox; display: flex; height: 100%; width: 100%; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-flow: column wrap; flex-flow: column wrap; text-align: center; } #navbar { width: 100%; background-color: #053BA7; } .tabs { list-style-type: none; display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; width: 100%; padding-left: 0; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-flow: row wrap; flex-flow: row wrap; } /* @media screen and (max-width: 480px) { .tabs { overflow-x: scroll; } } */ .tab { padding: 18px; } .tab a { font-size: 1.25rem; font-family: 'roboto', sans-serif; text-decoration: none; color: white; -webkit-transition: 0.25s ease-in-out; transition: 0.25s ease-in-out; } .tab a:hover { color: #81ABFF; } #copyright { font-family: Verdana, sans-serif; font-size: 12px; padding: 12px; } .toggle { display: block !important; } .rotate { -webkit-transform: rotate(180deg); transform: rotate(180deg); } .hide { display: none !important; } #hiddentabs { padding: 8px; } .hiddentabsclass { display: none; overflow-x: inherit; position: absolute; background-color: #053BA7; list-style-type: none; -webkit-box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2); box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2); z-index: 1; margin: 0 auto; } #main { height: 1200px; } .slidetitle { padding: 18px; text-align: center; color: white; font-size: 30px; font-family: "Roboto", "sans-serif"; } .githublink { text-decoration: none; color: white; font-weight: 700; font-family: "Roboto", "sans-serif"; text-align: center; padding: 12px; text-decoration: none; text-decoration: underline; } .sliderimg { margin: 0 auto; min-width: 30%; max-height: 65%; } .lang { padding: 8px; text-align: center; color: white; font-size: 24px; font-family: "Roboto", "sans-serif"; } .mainslider { width: 100%; } .aboutmetitle { text-align: center; font-family: "Roboto", "sans-serif"; padding: 12px; } .contacttitle { text-align: center; font-family: "Roboto", "sans-serif"; padding: 12px; } .aboutmebio { padding: 16px; text-align: center; background-color: #3750da; width: 90%; margin: 0 auto; border-radius: 12px; color: white; font-weight: 700; } .slidecontent { width: 100% !important; } .slide { height: 90vh !important; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; } .pong { background-image: url("webone.jpg"); background-size: cover; } .racecar { background-image: url("webtwo.jpg"); background-size: cover; } .passwordgen { background-image: url("webthree.jpg"); background-size: cover; } #footer { background-color: #053BA7; width: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: end; -ms-flex-align: end; align-items: flex-end; bottom: 0; -webkit-box-align: center; -ms-flex-align: center; align-items: center; text-decoration: none !important; } #footer i { text-decoration: none !important; color: white; font-size: 2em; padding: 8px; -webkit-transition: 0.25s ease-in-out; transition: 0.25s ease-in-out; } #footer i:hover { color: #81ABFF; } /*# sourceMappingURL=styles.css.map */
0.301054
0.051249
/*===================================================== * Classmate v1.0.0 (http://getcssmate.com) * Written & Maintained by <NAME>. * Copyright (c) 2017-2018 Fluid Art & Motion Ltd. * Licensed under MIT (https://github.com/famcss/classmate/blob/master/LICENSE) ======================================================*/ .clear-xs-left { clear: left !important } .clear-xs-right { clear: right !important } .clear-xs-none { clear: none !important } .clear-xs-both { clear: both !important } .clear-xs-block { clear: both !important; display: block !important; overflow: hidden !important } .float-xs-left { float: left !important } .float-xs-center { margin: 0 auto !important } .float-xs-right { float: right !important } .padding-xs-none { padding: 0px !important } .paddingTop-xs-none { padding-top: 0px !important } .paddingRight-xs-none { padding-right: 0px !important } .paddingBottom-xs-none { padding-bottom: 0px !important } .paddingLeft-xs-none { padding-left: 0px !important } .paddingLateral-xs-none { padding-top: 0 !important; padding-bottom: 0 !important } .paddingGutter-xs-none { padding-right: 0 !important; padding-left: 0 !important } .padding-xs-1 { padding: 1px !important } .paddingTop-xs-1 { padding-top: 1px !important } .paddingRight-xs-1 { padding-right: 1px !important } .paddingBottom-xs-1 { padding-bottom: 1px !important } .paddingLeft-xs-1 { padding-left: 1px !important } .paddingLateral-xs-1 { padding-top: 1px !important; padding-bottom: 1px !important } .paddingGutter-xs-1 { padding-right: 1px !important; padding-left: 1px !important } .padding-xs-1pct { padding: 1% !important } .paddingTop-xs-1pct { padding-top: 1% !important } .paddingRight-xs-1pct { padding-right: 1% !important } .paddingBottom-xs-1pct { padding-bottom: 1% !important } .paddingLeft-xs-1pct { padding-left: 1% !important } .paddingLateral-xs-1pct { padding-top: 1% !important; padding-bottom: 1% !important } .paddingGutter-xs-1pct { padding-right: 1% !important; padding-left: 1% !important } .padding-xs-2 { padding: 2px !important } .paddingTop-xs-2 { padding-top: 2px !important } .paddingRight-xs-2 { padding-right: 2px !important } .paddingBottom-xs-2 { padding-bottom: 2px !important } .paddingLeft-xs-2 { padding-left: 2px !important } .paddingLateral-xs-2 { padding-top: 2px !important; padding-bottom: 2px !important } .paddingGutter-xs-2 { padding-right: 2px !important; padding-left: 2px !important } .padding-xs-2pct { padding: 2% !important } .paddingTop-xs-2pct { padding-top: 2% !important } .paddingRight-xs-2pct { padding-right: 2% !important } .paddingBottom-xs-2pct { padding-bottom: 2% !important } .paddingLeft-xs-2pct { padding-left: 2% !important } .paddingLateral-xs-2pct { padding-top: 2% !important; padding-bottom: 2% !important } .paddingGutter-xs-2pct { padding-right: 2% !important; padding-left: 2% !important } .padding-xs-3 { padding: 3px !important } .paddingTop-xs-3 { padding-top: 3px !important } .paddingRight-xs-3 { padding-right: 3px !important } .paddingBottom-xs-3 { padding-bottom: 3px !important } .paddingLeft-xs-3 { padding-left: 3px !important } .paddingLateral-xs-3 { padding-top: 3px !important; padding-bottom: 3px !important } .paddingGutter-xs-3 { padding-right: 3px !important; padding-left: 3px !important } .padding-xs-3pct { padding: 3% !important } .paddingTop-xs-3pct { padding-top: 3% !important } .paddingRight-xs-3pct { padding-right: 3% !important } .paddingBottom-xs-3pct { padding-bottom: 3% !important } .paddingLeft-xs-3pct { padding-left: 3% !important } .paddingLateral-xs-3pct { padding-top: 3% !important; padding-bottom: 3% !important } .paddingGutter-xs-3pct { padding-right: 3% !important; padding-left: 3% !important } .padding-xs-5 { padding: 5px !important } .paddingTop-xs-5 { padding-top: 5px !important } .paddingRight-xs-5 { padding-right: 5px !important } .paddingBottom-xs-5 { padding-bottom: 5px !important } .paddingLeft-xs-5 { padding-left: 5px !important } .paddingLateral-xs-5 { padding-top: 5px !important; padding-bottom: 5px !important } .paddingGutter-xs-5 { padding-right: 5px !important; padding-left: 5px !important } .padding-xs-5pct { padding: 5% !important } .paddingTop-xs-5pct { padding-top: 5% !important } .paddingRight-xs-5pct { padding-right: 5% !important } .paddingBottom-xs-5pct { padding-bottom: 5% !important } .paddingLeft-xs-5pct { padding-left: 5% !important } .paddingLateral-xs-5pct { padding-top: 5% !important; padding-bottom: 5% !important } .paddingGutter-xs-5pct { padding-right: 5% !important; padding-left: 5% !important } .padding-xs-10 { padding: 10px !important } .paddingTop-xs-10 { padding-top: 10px !important } .paddingRight-xs-10 { padding-right: 10px !important } .paddingBottom-xs-10 { padding-bottom: 10px !important } .paddingLeft-xs-10 { padding-left: 10px !important } .paddingLateral-xs-10 { padding-top: 10px !important; padding-bottom: 10px !important } .paddingGutter-xs-10 { padding-right: 10px !important; padding-left: 10px !important } .padding-xs-10pct { padding: 10% !important } .paddingTop-xs-10pct { padding-top: 10% !important } .paddingRight-xs-10pct { padding-right: 10% !important } .paddingBottom-xs-10pct { padding-bottom: 10% !important } .paddingLeft-xs-10pct { padding-left: 10% !important } .paddingLateral-xs-10pct { padding-top: 10% !important; padding-bottom: 10% !important } .paddingGutter-xs-10pct { padding-right: 10% !important; padding-left: 10% !important } .padding-xs-15 { padding: 15px !important } .paddingTop-xs-15 { padding-top: 15px !important } .paddingRight-xs-15 { padding-right: 15px !important } .paddingBottom-xs-15 { padding-bottom: 15px !important } .paddingLeft-xs-15 { padding-left: 15px !important } .paddingLateral-xs-15 { padding-top: 15px !important; padding-bottom: 15px !important } .paddingGutter-xs-15 { padding-right: 15px !important; padding-left: 15px !important } .padding-xs-15pct { padding: 15% !important } .paddingTop-xs-15pct { padding-top: 15% !important } .paddingRight-xs-15pct { padding-right: 15% !important } .paddingBottom-xs-15pct { padding-bottom: 15% !important } .paddingLeft-xs-15pct { padding-left: 15% !important } .paddingLateral-xs-15pct { padding-top: 15% !important; padding-bottom: 15% !important } .paddingGutter-xs-15pct { padding-right: 15% !important; padding-left: 15% !important } .padding-xs-20 { padding: 20px !important } .paddingTop-xs-20 { padding-top: 20px !important } .paddingRight-xs-20 { padding-right: 20px !important } .paddingBottom-xs-20 { padding-bottom: 20px !important } .paddingLeft-xs-20 { padding-left: 20px !important } .paddingLateral-xs-20 { padding-top: 20px !important; padding-bottom: 20px !important } .paddingGutter-xs-20 { padding-right: 20px !important; padding-left: 20px !important } .padding-xs-20pct { padding: 20% !important } .paddingTop-xs-20pct { padding-top: 20% !important } .paddingRight-xs-20pct { padding-right: 20% !important } .paddingBottom-xs-20pct { padding-bottom: 20% !important } .paddingLeft-xs-20pct { padding-left: 20% !important } .paddingLateral-xs-20pct { padding-top: 20% !important; padding-bottom: 20% !important } .paddingGutter-xs-20pct { padding-right: 20% !important; padding-left: 20% !important } .padding-xs-25 { padding: 25px !important } .paddingTop-xs-25 { padding-top: 25px !important } .paddingRight-xs-25 { padding-right: 25px !important } .paddingBottom-xs-25 { padding-bottom: 25px !important } .paddingLeft-xs-25 { padding-left: 25px !important } .paddingLateral-xs-25 { padding-top: 25px !important; padding-bottom: 25px !important } .paddingGutter-xs-25 { padding-right: 25px !important; padding-left: 25px !important } .padding-xs-25pct { padding: 25% !important } .paddingTop-xs-25pct { padding-top: 25% !important } .paddingRight-xs-25pct { padding-right: 25% !important } .paddingBottom-xs-25pct { padding-bottom: 25% !important } .paddingLeft-xs-25pct { padding-left: 25% !important } .paddingLateral-xs-25pct { padding-top: 25% !important; padding-bottom: 25% !important } .paddingGutter-xs-25pct { padding-right: 25% !important; padding-left: 25% !important } .padding-xs-30 { padding: 30px !important } .paddingTop-xs-30 { padding-top: 30px !important } .paddingRight-xs-30 { padding-right: 30px !important } .paddingBottom-xs-30 { padding-bottom: 30px !important } .paddingLeft-xs-30 { padding-left: 30px !important } .paddingLateral-xs-30 { padding-top: 30px !important; padding-bottom: 30px !important } .paddingGutter-xs-30 { padding-right: 30px !important; padding-left: 30px !important } .padding-xs-35 { padding: 35px !important } .paddingTop-xs-35 { padding-top: 35px !important } .paddingRight-xs-35 { padding-right: 35px !important } .paddingBottom-xs-35 { padding-bottom: 35px !important } .paddingLeft-xs-35 { padding-left: 35px !important } .paddingLateral-xs-35 { padding-top: 35px !important; padding-bottom: 35px !important } .paddingGutter-xs-35 { padding-right: 35px !important; padding-left: 35px !important } .padding-xs-40 { padding: 40px !important } .paddingTop-xs-40 { padding-top: 40px !important } .paddingRight-xs-40 { padding-right: 40px !important } .paddingBottom-xs-40 { padding-bottom: 40px !important } .paddingLeft-xs-40 { padding-left: 40px !important } .paddingLateral-xs-40 { padding-top: 40px !important; padding-bottom: 40px !important } .paddingGutter-xs-40 { padding-right: 40px !important; padding-left: 40px !important } .padding-xs-45 { padding: 45px !important } .paddingTop-xs-45 { padding-top: 45px !important } .paddingRight-xs-45 { padding-right: 45px !important } .paddingBottom-xs-45 { padding-bottom: 45px !important } .paddingLeft-xs-45 { padding-left: 45px !important } .paddingLateral-xs-45 { padding-top: 45px !important; padding-bottom: 45px !important } .paddingGutter-xs-45 { padding-right: 45px !important; padding-left: 45px !important } .padding-xs-50 { padding: 50px !important } .paddingTop-xs-50 { padding-top: 50px !important } .paddingRight-xs-50 { padding-right: 50px !important } .paddingBottom-xs-50 { padding-bottom: 50px !important } .paddingLeft-xs-50 { padding-left: 50px !important } .paddingLateral-xs-50 { padding-top: 50px !important; padding-bottom: 50px !important } .paddingGutter-xs-50 { padding-right: 50px !important; padding-left: 50px !important } .padding-xs-55 { padding: 55px !important } .paddingTop-xs-55 { padding-top: 55px !important } .paddingRight-xs-55 { padding-right: 55px !important } .paddingBottom-xs-55 { padding-bottom: 55px !important } .paddingLeft-xs-55 { padding-left: 55px !important } .paddingLateral-xs-55 { padding-top: 55px !important; padding-bottom: 55px !important } .paddingGutter-xs-55 { padding-right: 55px !important; padding-left: 55px !important } .padding-xs-60 { padding: 60px !important } .paddingTop-xs-60 { padding-top: 60px !important } .paddingRight-xs-60 { padding-right: 60px !important } .paddingBottom-xs-60 { padding-bottom: 60px !important } .paddingLeft-xs-60 { padding-left: 60px !important } .paddingLateral-xs-60 { padding-top: 60px !important; padding-bottom: 60px !important } .paddingGutter-xs-60 { padding-right: 60px !important; padding-left: 60px !important } .padding-xs-65 { padding: 65px !important } .paddingTop-xs-65 { padding-top: 65px !important } .paddingRight-xs-65 { padding-right: 65px !important } .paddingBottom-xs-65 { padding-bottom: 65px !important } .paddingLeft-xs-65 { padding-left: 65px !important } .paddingLateral-xs-65 { padding-top: 65px !important; padding-bottom: 65px !important } .paddingGutter-xs-65 { padding-right: 65px !important; padding-left: 65px !important } .padding-xs-70 { padding: 70px !important } .paddingTop-xs-70 { padding-top: 70px !important } .paddingRight-xs-70 { padding-right: 70px !important } .paddingBottom-xs-70 { padding-bottom: 70px !important } .paddingLeft-xs-70 { padding-left: 70px !important } .paddingLateral-xs-70 { padding-top: 70px !important; padding-bottom: 70px !important } .paddingGutter-xs-70 { padding-right: 70px !important; padding-left: 70px !important } .padding-xs-75 { padding: 75px !important } .paddingTop-xs-75 { padding-top: 75px !important } .paddingRight-xs-75 { padding-right: 75px !important } .paddingBottom-xs-75 { padding-bottom: 75px !important } .paddingLeft-xs-75 { padding-left: 75px !important } .paddingLateral-xs-75 { padding-top: 75px !important; padding-bottom: 75px !important } .paddingGutter-xs-75 { padding-right: 75px !important; padding-left: 75px !important } .padding-xs-80 { padding: 80px !important } .paddingTop-xs-80 { padding-top: 80px !important } .paddingRight-xs-80 { padding-right: 80px !important } .paddingBottom-xs-80 { padding-bottom: 80px !important } .paddingLeft-xs-80 { padding-left: 80px !important } .paddingLateral-xs-80 { padding-top: 80px !important; padding-bottom: 80px !important } .paddingGutter-xs-80 { padding-right: 80px !important; padding-left: 80px !important } .padding-xs-85 { padding: 85px !important } .paddingTop-xs-85 { padding-top: 85px !important } .paddingRight-xs-85 { padding-right: 85px !important } .paddingBottom-xs-85 { padding-bottom: 85px !important } .paddingLeft-xs-85 { padding-left: 85px !important } .paddingLateral-xs-85 { padding-top: 85px !important; padding-bottom: 85px !important } .paddingGutter-xs-85 { padding-right: 85px !important; padding-left: 85px !important } .padding-xs-90 { padding: 90px !important } .paddingTop-xs-90 { padding-top: 90px !important } .paddingRight-xs-90 { padding-right: 90px !important } .paddingBottom-xs-90 { padding-bottom: 90px !important } .paddingLeft-xs-90 { padding-left: 90px !important } .paddingLateral-xs-90 { padding-top: 90px !important; padding-bottom: 90px !important } .paddingGutter-xs-90 { padding-right: 90px !important; padding-left: 90px !important } .padding-xs-95 { padding: 95px !important } .paddingTop-xs-95 { padding-top: 95px !important } .paddingRight-xs-95 { padding-right: 95px !important } .paddingBottom-xs-95 { padding-bottom: 95px !important } .paddingLeft-xs-95 { padding-left: 95px !important } .paddingLateral-xs-95 { padding-top: 95px !important; padding-bottom: 95px !important } .paddingGutter-xs-95 { padding-right: 95px !important; padding-left: 95px !important } .padding-xs-100 { padding: 100px !important } .paddingTop-xs-100 { padding-top: 100px !important } .paddingRight-xs-100 { padding-right: 100px !important } .paddingBottom-xs-100 { padding-bottom: 100px !important } .paddingLeft-xs-100 { padding-left: 100px !important } .paddingLateral-xs-100 { padding-top: 100px !important; padding-bottom: 100px !important } .paddingGutter-xs-100 { padding-right: 100px !important; padding-left: 100px !important } .margin-xs-none { margin: 0 !important } .marginTop-xs-none { margin-top: 0 !important } .marginRight-xs-none { margin-right: 0 !important } .marginBottom-xs-none { margin-bottom: 0 !important } .marginLeft-xs-none { margin-left: 0 !important } .marginLateral-xs-none { margin-top: 0 !important; margin-bottom: 0 !important } .marginGutter-xs-none { margin-right: 0 !important; margin-left: 0 !important } .margin-xs-1 { margin: 1px !important } .marginTop-xs-1 { margin-top: 1px !important } .marginTop-xs-pull-1 { margin-top: -1px !important } .marginRight-xs-1 { margin-right: 1px !important } .marginRight-xs-pull-1 { margin-right: -1px !important } .marginBottom-xs-1 { margin-bottom: 1px !important } .marginBottom-xs-pull-1 { margin-bottom: -1px !important } .marginLeft-xs-1 { margin-left: 1px !important } .marginLeft-xs-pull-1 { margin-left: -1px !important } .marginLateral-xs-1 { margin-top: 1px !important; margin-bottom: 1px !important } .marginLateral-xs-pull-1 { margin-top: -1px !important; margin-bottom: -1px !important } .marginGutter-xs-1 { margin-right: 1px !important; margin-left: 1px !important } .marginGutter-xs-pull-1 { margin-right: -1px !important; margin-left: -1px !important } .margin-xs-2 { margin: 2px !important } .marginTop-xs-2 { margin-top: 2px !important } .marginTop-xs-pull-2 { margin-top: -2px !important } .marginRight-xs-2 { margin-right: 2px !important } .marginRight-xs-pull-2 { margin-right: -2px !important } .marginBottom-xs-2 { margin-bottom: 2px !important } .marginBottom-xs-pull-2 { margin-bottom: -2px !important } .marginLeft-xs-2 { margin-left: 2px !important } .marginLeft-xs-pull-2 { margin-left: -2px !important } .marginLateral-xs-2 { margin-top: 2px !important; margin-bottom: 2px !important } .marginLateral-xs-pull-2 { margin-top: -2px !important; margin-bottom: -2px !important } .marginGutter-xs-2 { margin-right: 2px !important; margin-left: 2px !important } .marginGutter-xs-pull-2 { margin-right: -2px !important; margin-left: -2px !important } .margin-xs-3 { margin: 3px !important } .marginTop-xs-3 { margin-top: 3px !important } .marginTop-xs-pull-3 { margin-top: -3px !important } .marginRight-xs-3 { margin-right: 3px !important } .marginRight-xs-pull-3 { margin-right: -3px !important } .marginBottom-xs-3 { margin-bottom: 3px !important } .marginBottom-xs-pull-3 { margin-bottom: -3px !important } .marginLeft-xs-3 { margin-left: 3px !important } .marginLeft-xs-pull-3 { margin-left: -3px !important } .marginLateral-xs-3 { margin-top: 3px !important; margin-bottom: 3px !important } .marginLateral-xs-pull-3 { margin-top: -3px !important; margin-bottom: -3px !important } .marginGutter-xs-3 { margin-right: 3px !important; margin-left: 3px !important } .marginGutter-xs-pull-3 { margin-right: -3px !important; margin-left: -3px !important } .margin-xs-5 { margin: 5px !important } .marginTop-xs-5 { margin-top: 5px !important } .marginTop-xs-pull-5 { margin-top: -5px !important } .marginRight-xs-5 { margin-right: 5px !important } .marginRight-xs-pull-5 { margin-right: -5px !important } .marginBottom-xs-5 { margin-bottom: 5px !important } .marginBottom-xs-pull-5 { margin-bottom: -5px !important } .marginLeft-xs-5 { margin-left: 5px !important } .marginLeft-xs-pull-5 { margin-left: -5px !important } .marginLateral-xs-5 { margin-top: 5px !important; margin-bottom: 5px !important } .marginLateral-xs-pull-5 { margin-top: -5px !important; margin-bottom: -5px !important } .marginGutter-xs-5 { margin-right: 5px !important; margin-left: 5px !important } .marginGutter-xs-pull-5 { margin-right: -5px !important; margin-left: -5px !important } .margin-xs-10 { margin: 10px !important } .marginTop-xs-10 { margin-top: 10px !important } .marginTop-xs-pull-10 { margin-top: -10px !important } .marginRight-xs-10 { margin-right: 10px !important } .marginRight-xs-pull-10 { margin-right: -10px !important } .marginBottom-xs-10 { margin-bottom: 10px !important } .marginBottom-xs-pull-10 { margin-bottom: -10px !important } .marginLeft-xs-10 { margin-left: 10px !important } .marginLeft-xs-pull-10 { margin-left: -10px !important } .marginLateral-xs-10 { margin-top: 10px !important; margin-bottom: 10px !important } .marginLateral-xs-pull-10 { margin-top: -10px !important; margin-bottom: -10px !important } .marginGutter-xs-10 { margin-right: 10px !important; margin-left: 10px !important } .marginGutter-xs-pull-10 { margin-right: -10px !important; margin-left: -10px !important } .margin-xs-15 { margin: 15px !important } .marginTop-xs-15 { margin-top: 15px !important } .marginTop-xs-pull-15 { margin-top: -15px !important } .marginRight-xs-15 { margin-right: 15px !important } .marginRight-xs-pull-15 { margin-right: -15px !important } .marginBottom-xs-15 { margin-bottom: 15px !important } .marginBottom-xs-pull-15 { margin-bottom: -15px !important } .marginLeft-xs-15 { margin-left: 15px !important } .marginLeft-xs-pull-15 { margin-left: -15px !important } .marginLateral-xs-15 { margin-top: 15px !important; margin-bottom: 15px !important } .marginLateral-xs-pull-15 { margin-top: -15px !important; margin-bottom: -15px !important } .marginGutter-xs-15 { margin-right: 15px !important; margin-left: 15px !important } .marginGutter-xs-pull-15 { margin-right: -15px !important; margin-left: -15px !important } .margin-xs-20 { margin: 20px !important } .marginTop-xs-20 { margin-top: 20px !important } .marginTop-xs-pull-20 { margin-top: -20px !important } .marginRight-xs-20 { margin-right: 20px !important } .marginRight-xs-pull-20 { margin-right: -20px !important } .marginBottom-xs-20 { margin-bottom: 20px !important } .marginBottom-xs-pull-20 { margin-bottom: -20px !important } .marginLeft-xs-20 { margin-left: 20px !important } .marginLeft-xs-pull-20 { margin-left: -20px !important } .marginLateral-xs-20 { margin-top: 20px !important; margin-bottom: 20px !important } .marginLateral-xs-pull-20 { margin-top: -20px !important; margin-bottom: -20px !important } .marginGutter-xs-20 { margin-right: 20px !important; margin-left: 20px !important } .marginGutter-xs-pull-20 { margin-right: -20px !important; margin-left: -20px !important } .margin-xs-25 { margin: 25px !important } .marginTop-xs-25 { margin-top: 25px !important } .marginTop-xs-pull-25 { margin-top: -25px !important } .marginRight-xs-25 { margin-right: 25px !important } .marginRight-xs-pull-25 { margin-right: -25px !important } .marginBottom-xs-25 { margin-bottom: 25px !important } .marginBottom-xs-pull-25 { margin-bottom: -25px !important } .marginLeft-xs-25 { margin-left: 25px !important } .marginLeft-xs-pull-25 { margin-left: -25px !important } .marginLateral-xs-25 { margin-top: 25px !important; margin-bottom: 25px !important } .marginLateral-xs-pull-25 { margin-top: -25px !important; margin-bottom: -25px !important } .marginGutter-xs-25 { margin-right: 25px !important; margin-left: 25px !important } .marginGutter-xs-pull-25 { margin-right: -25px !important; margin-left: -25px !important } .margin-xs-30 { margin: 30px !important } .marginTop-xs-30 { margin-top: 30px !important } .marginTop-xs-pull-30 { margin-top: -30px !important } .marginRight-xs-30 { margin-right: 30px !important } .marginRight-xs-pull-30 { margin-right: -30px !important } .marginBottom-xs-30 { margin-bottom: 30px !important } .marginBottom-xs-pull-30 { margin-bottom: -30px !important } .marginLeft-xs-30 { margin-left: 30px !important } .marginLeft-xs-pull-30 { margin-left: -30px !important } .marginLateral-xs-30 { margin-top: 30px !important; margin-bottom: 30px !important } .marginLateral-xs-pull-30 { margin-top: -30px !important; margin-bottom: -30px !important } .marginGutter-xs-30 { margin-right: 30px !important; margin-left: 30px !important } .marginGutter-xs-pull-30 { margin-right: -30px !important; margin-left: -30px !important } .margin-xs-35 { margin: 35px !important } .marginTop-xs-35 { margin-top: 35px !important } .marginTop-xs-pull-35 { margin-top: -35px !important } .marginRight-xs-35 { margin-right: 35px !important } .marginRight-xs-pull-35 { margin-right: -35px !important } .marginBottom-xs-35 { margin-bottom: 35px !important } .marginBottom-xs-pull-35 { margin-bottom: -35px !important } .marginLeft-xs-35 { margin-left: 35px !important } .marginLeft-xs-pull-35 { margin-left: -35px !important } .marginLateral-xs-35 { margin-top: 35px !important; margin-bottom: 35px !important } .marginLateral-xs-pull-35 { margin-top: -35px !important; margin-bottom: -35px !important } .marginGutter-xs-35 { margin-right: 35px !important; margin-left: 35px !important } .marginGutter-xs-pull-35 { margin-right: -35px !important; margin-left: -35px !important } .margin-xs-40 { margin: 40px !important } .marginTop-xs-40 { margin-top: 40px !important } .marginTop-xs-pull-40 { margin-top: -40px !important } .marginRight-xs-40 { margin-right: 40px !important } .marginRight-xs-pull-40 { margin-right: -40px !important } .marginBottom-xs-40 { margin-bottom: 40px !important } .marginBottom-xs-pull-40 { margin-bottom: -40px !important } .marginLeft-xs-40 { margin-left: 40px !important } .marginLeft-xs-pull-40 { margin-left: -40px !important } .marginLateral-xs-40 { margin-top: 40px !important; margin-bottom: 40px !important } .marginLateral-xs-pull-40 { margin-top: -40px !important; margin-bottom: -40px !important } .marginGutter-xs-40 { margin-right: 40px !important; margin-left: 40px !important } .marginGutter-xs-pull-40 { margin-right: -40px !important; margin-left: -40px !important } .margin-xs-45 { margin: 45px !important } .marginTop-xs-45 { margin-top: 45px !important } .marginTop-xs-pull-45 { margin-top: -45px !important } .marginRight-xs-45 { margin-right: 45px !important } .marginRight-xs-pull-45 { margin-right: -45px !important } .marginBottom-xs-45 { margin-bottom: 45px !important } .marginBottom-xs-pull-45 { margin-bottom: -45px !important } .marginLeft-xs-45 { margin-left: 45px !important } .marginLeft-xs-pull-45 { margin-left: -45px !important } .marginLateral-xs-45 { margin-top: 45px !important; margin-bottom: 45px !important } .marginLateral-xs-pull-45 { margin-top: -45px !important; margin-bottom: -45px !important } .marginGutter-xs-45 { margin-right: 45px !important; margin-left: 45px !important } .marginGutter-xs-pull-45 { margin-right: -45px !important; margin-left: -45px !important } .margin-xs-50 { margin: 50px !important } .marginTop-xs-50 { margin-top: 50px !important } .marginTop-xs-pull-50 { margin-top: -50px !important } .marginRight-xs-50 { margin-right: 50px !important } .marginRight-xs-pull-50 { margin-right: -50px !important } .marginBottom-xs-50 { margin-bottom: 50px !important } .marginBottom-xs-pull-50 { margin-bottom: -50px !important } .marginLeft-xs-50 { margin-left: 50px !important } .marginLeft-xs-pull-50 { margin-left: -50px !important } .marginLateral-xs-50 { margin-top: 50px !important; margin-bottom: 50px !important } .marginLateral-xs-pull-50 { margin-top: -50px !important; margin-bottom: -50px !important } .marginGutter-xs-50 { margin-right: 50px !important; margin-left: 50px !important } .marginGutter-xs-pull-50 { margin-right: -50px !important; margin-left: -50px !important } .margin-xs-55 { margin: 55px !important } .marginTop-xs-55 { margin-top: 55px !important } .marginTop-xs-pull-55 { margin-top: -55px !important } .marginRight-xs-55 { margin-right: 55px !important } .marginRight-xs-pull-55 { margin-right: -55px !important } .marginBottom-xs-55 { margin-bottom: 55px !important } .marginBottom-xs-pull-55 { margin-bottom: -55px !important } .marginLeft-xs-55 { margin-left: 55px !important } .marginLeft-xs-pull-55 { margin-left: -55px !important } .marginLateral-xs-55 { margin-top: 55px !important; margin-bottom: 55px !important } .marginLateral-xs-pull-55 { margin-top: -55px !important; margin-bottom: -55px !important } .marginGutter-xs-55 { margin-right: 55px !important; margin-left: 55px !important } .marginGutter-xs-pull-55 { margin-right: -55px !important; margin-left: -55px !important } .margin-xs-60 { margin: 60px !important } .marginTop-xs-60 { margin-top: 60px !important } .marginTop-xs-pull-60 { margin-top: -60px !important } .marginRight-xs-60 { margin-right: 60px !important } .marginRight-xs-pull-60 { margin-right: -60px !important } .marginBottom-xs-60 { margin-bottom: 60px !important } .marginBottom-xs-pull-60 { margin-bottom: -60px !important } .marginLeft-xs-60 { margin-left: 60px !important } .marginLeft-xs-pull-60 { margin-left: -60px !important } .marginLateral-xs-60 { margin-top: 60px !important; margin-bottom: 60px !important } .marginLateral-xs-pull-60 { margin-top: -60px !important; margin-bottom: -60px !important } .marginGutter-xs-60 { margin-right: 60px !important; margin-left: 60px !important } .marginGutter-xs-pull-60 { margin-right: -60px !important; margin-left: -60px !important } .margin-xs-65 { margin: 65px !important } .marginTop-xs-65 { margin-top: 65px !important } .marginTop-xs-pull-65 { margin-top: -65px !important } .marginRight-xs-65 { margin-right: 65px !important } .marginRight-xs-pull-65 { margin-right: -65px !important } .marginBottom-xs-65 { margin-bottom: 65px !important } .marginBottom-xs-pull-65 { margin-bottom: -65px !important } .marginLeft-xs-65 { margin-left: 65px !important } .marginLeft-xs-pull-65 { margin-left: -65px !important } .marginLateral-xs-65 { margin-top: 65px !important; margin-bottom: 10px !important } .marginLateral-xs-pull-65 { margin-top: -65px !important; margin-bottom: -65px !important } .marginGutter-xs-65 { margin-right: 65px !important; margin-left: 65px !important } .marginGutter-xs-pull-65 { margin-right: -65px !important; margin-left: -65px !important } .margin-xs-70 { margin: 70px !important } .marginTop-xs-70 { margin-top: 70px !important } .marginTop-xs-pull-70 { margin-top: -70px !important } .marginRight-xs-70 { margin-right: 70px !important } .marginRight-xs-pull-70 { margin-right: -70px !important } .marginBottom-xs-70 { margin-bottom: 70px !important } .marginBottom-xs-pull-70 { margin-bottom: -70px !important } .marginLeft-xs-70 { margin-left: 70px !important } .marginLeft-xs-pull-70 { margin-left: -70px !important } .marginLateral-xs-70 { margin-top: 70px !important; margin-bottom: 70px !important } .marginLateral-xs-pull-70 { margin-top: -70px !important; margin-bottom: -70px !important } .marginGutter-xs-70 { margin-right: 70px !important; margin-left: 70px !important } .marginGutter-xs-pull-70 { margin-right: -70px !important; margin-left: -70px !important } .margin-xs-75 { margin: 75px !important } .marginTop-xs-75 { margin-top: 75px !important } .marginTop-xs-pull-75 { margin-top: -75px !important } .marginRight-xs-75 { margin-right: 75px !important } .marginRight-xs-pull-75 { margin-right: -75px !important } .marginBottom-xs-75 { margin-bottom: 75px !important } .marginBottom-xs-pull-75 { margin-bottom: -75px !important } .marginLeft-xs-75 { margin-left: 75px !important } .marginLeft-xs-pull-75 { margin-left: -75px !important } .marginLateral-xs-75 { margin-top: 75px !important; margin-bottom: 75px !important } .marginLateral-xs-pull-75 { margin-top: -75px !important; margin-bottom: -75px !important } .marginGutter-xs-75 { margin-right: 75px !important; margin-left: 75px !important } .marginGutter-xs-pull-75 { margin-right: -75px !important; margin-left: -75px !important } .margin-xs-80 { margin: 80px !important } .marginTop-xs-80 { margin-top: 80px !important } .marginTop-xs-pull-80 { margin-top: -80px !important } .marginRight-xs-80 { margin-right: 80px !important } .marginRight-xs-pull-80 { margin-right: -80px !important } .marginBottom-xs-80 { margin-bottom: 80px !important } .marginBottom-xs-pull-80 { margin-bottom: -80px !important } .marginLeft-xs-80 { margin-left: 80px !important } .marginLeft-xs-pull-80 { margin-left: -80px !important } .marginLateral-xs-80 { margin-top: 80px !important; margin-bottom: 80px !important } .marginLateral-xs-pull-80 { margin-top: -80px !important; margin-bottom: -80px !important } .marginGutter-xs-80 { margin-right: 80px !important; margin-left: 80px !important } .marginGutter-xs-pull-80 { margin-right: -80px !important; margin-left: -80px !important } .margin-xs-85 { margin: 85px !important } .marginTop-xs-85 { margin-top: 85px !important } .marginTop-xs-pull-85 { margin-top: -85px !important } .marginRight-xs-85 { margin-right: 85px !important } .marginRight-xs-pull-85 { margin-right: -85px !important } .marginBottom-xs-85 { margin-bottom: 85px !important } .marginBottom-xs-pull-85 { margin-bottom: -85px !important } .marginLeft-xs-85 { margin-left: 85px !important } .marginLeft-xs-pull-85 { margin-left: -85px !important } .marginLateral-xs-85 { margin-top: 85px !important; margin-bottom: 85px !important } .marginLateral-xs-pull-85 { margin-top: -85px !important; margin-bottom: -85px !important } .marginGutter-xs-85 { margin-right: 85px !important; margin-left: 85px !important } .marginGutter-xs-pull-85 { margin-right: -85px !important; margin-left: -85px !important } .margin-xs-90 { margin: 90px !important } .marginTop-xs-90 { margin-top: 90px !important } .marginTop-xs-pull-90 { margin-top: -90px !important } .marginRight-xs-90 { margin-right: 90px !important } .marginRight-xs-pull-90 { margin-right: -90px !important } .marginBottom-xs-90 { margin-bottom: 90px !important } .marginBottom-xs-pull-90 { margin-bottom: -90px !important } .marginLeft-xs-90 { margin-left: 90px !important } .marginLeft-xs-pull-90 { margin-left: -90px !important } .marginLateral-xs-90 { margin-top: 90px !important; margin-bottom: 90px !important } .marginLateral-xs-pull-90 { margin-top: -90px !important; margin-bottom: -90px !important } .marginGutter-xs-90 { margin-right: 90px !important; margin-left: 90px !important } .marginGutter-xs-pull-90 { margin-right: -90px !important; margin-left: -90px !important } .margin-xs-95 { margin: 95px !important } .marginTop-xs-95 { margin-top: 95px !important } .marginTop-xs-pull-95 { margin-top: -95px !important } .marginRight-xs-95 { margin-right: 95px !important } .marginRight-xs-pull-95 { margin-right: -95px !important } .marginBottom-xs-95 { margin-bottom: 95px !important } .marginBottom-xs-pull-95 { margin-bottom: -95px !important } .marginLeft-xs-95 { margin-left: 95px !important } .marginLeft-xs-pull-95 { margin-left: -95px !important } .marginLateral-xs-95 { margin-top: 95px !important; margin-bottom: 95px !important } .marginLateral-xs-pull-95 { margin-top: -95px !important; margin-bottom: -95px !important } .marginGutter-xs-95 { margin-right: 95px !important; margin-left: 95px !important } .marginGutter-xs-pull-95 { margin-right: -95px !important; margin-left: -95px !important } .margin-xs-100 { margin: 100px !important } .marginTop-xs-100 { margin-top: 100px !important } .marginTop-xs-pull-100 { margin-top: -100px !important } .marginRight-xs-100 { margin-right: 100px !important } .marginRight-xs-pull-100 { margin-right: -100px !important } .marginBottom-xs-100 { margin-bottom: 100px !important } .marginBottom-xs-pull-100 { margin-bottom: -100px !important } .marginLeft-xs-100 { margin-left: 100px !important } .marginLeft-xs-pull-100 { margin-left: -100px !important } .marginLateral-xs-100 { margin-top: 100px !important; margin-bottom: 100px !important } .marginLateral-xs-pull-100 { margin-top: -100px !important; margin-bottom: -100px !important } .marginGutter-xs-100 { margin-right: 100px !important; margin-left: 100px !important } .marginGutter-xs-pull-100 { margin-right: -100px !important; margin-left: -100px !important } .fontSize-xs-10pct { font-size:10% !important } .fontSize-xs-20pct { font-size:20% !important } .fontSize-xs-30pct { font-size:30% !important } .fontSize-xs-40pct { font-size:40% !important } .fontSize-xs-50pct { font-size:50% !important } .fontSize-xs-60pct { font-size:60% !important } .fontSize-xs-70pct { font-size:70% !important } .fontSize-xs-80pct { font-size:80% !important } .fontSize-xs-90pct { font-size:90% !important } .fontSize-xs-100pct { font-size:100% !important } .fontSize-xs-110pct { font-size:110% !important } .fontSize-xs-120pct { font-size:120% !important } .fontSize-xs-130pct { font-size:130% !important } .fontSize-xs-140pct { font-size:140% !important } .fontSize-xs-150pct { font-size:150% !important } .fontSize-xs-160pct { font-size:160% !important } .fontSize-xs-170pct { font-size:170% !important } .fontSize-xs-180pct { font-size:180% !important } .fontSize-xs-190pct { font-size:90% !important } .fontSize-xs-200pct { font-size:200% !important } .fontSize-xs-300pct { font-size:300% !important } .fontSize-xs-400pct { font-size:400% !important } .fontSize-xs-500pct { font-size:500% !important } .fontSize-xs-600pct { font-size:600% !important } .fontSize-xs-700pct { font-size:700% !important } .fontSize-xs-800pct { font-size:800% !important } .fontSize-xs-900pct { font-size:900% !important } .fontSize-xs-1000pct { font-size:1000% !important } .fontSize-xs-10px { font-size:10px !important } .fontSize-xs-11px { font-size:11px !important } .fontSize-xs-12px { font-size:12px !important } .fontSize-xs-14px { font-size:14px !important } .fontSize-xs-16px { font-size:16px !important } .fontSize-xs-18px { font-size:18px !important } .fontSize-xs-20px { font-size:20px !important } .fontSize-xs-22px { font-size:22px !important } .fontSize-xs-24px { font-size:24px !important } .fontSize-xs-26px { font-size:26px !important } .fontSize-xs-28px { font-size:28px !important } .fontSize-xs-30px { font-size:30px !important } .fontSize-xs-32px { font-size:32px !important } .fontSize-xs-34px { font-size:34px !important } .fontSize-xs-36px { font-size:36px !important } .fontSize-xs-38px { font-size:38px !important } .fontSize-xs-40px { font-size:40px !important } .fontSize-xs-42px { font-size:42px !important } .fontSize-xs-44px { font-size:44px !important } .fontSize-xs-46px { font-size:46px !important } .fontSize-xs-48px { font-size:48px !important } .fontSize-xs-50px { font-size:50px !important } .fontSize-xs-60px { font-size:60px !important } .fontSize-xs-70px { font-size:70px !important } .fontSize-xs-80px { font-size:80px !important } .fontSize-xs-90px { font-size:90px !important } .fontSize-xs-100px { font-size:100px !important } .fontSize-xs-06em { font-size:0.625em !important } .fontSize-xs-07em { font-size:0.75em !important } .fontSize-xs-08em { font-size:0.875em !important } .fontSize-xs-1em { font-size:1em !important } .fontSize-xs-11em { font-size:1.125em !important } .fontSize-xs-12em { font-size:1.25em !important } .fontSize-xs-13em { font-size:1.375em !important } .fontSize-xs-15em { font-size:1.5em !important } .fontSize-xs-16em { font-size:1.625em !important } .fontSize-xs-17em { font-size:1.75em !important } .fontSize-xs-18em { font-size:1.875em !important } .fontSize-xs-2em { font-size:2em !important } .fontSize-xs-25em { font-size:2.5em !important } .fontSize-xs-3em { font-size:3em !important } .fontSize-xs-35em { font-size:3.5em !important } .fontSize-xs-4em { font-size:4em !important } .fontSize-xs-45em { font-size:4.5em !important } .fontSize-xs-5em { font-size:5em !important } .fontWeight-xs-normal { font-weight:normal !important } .fontWeight-xs-bold { font-weight:bold !important } .fontWeight-xs-bolder { font-weight:bolder !important } .fontWeight-xs-lighter { font-weight:lighter !important } .fontWeight-xs-100 { font-weight:100 !important } .fontWeight-xs-200 { font-weight:200 !important } .fontWeight-xs-300 { font-weight:300 !important } .fontWeight-xs-400 { font-weight:400 !important } .fontWeight-xs-500 { font-weight:500 !important } .fontWeight-xs-600 { font-weight:600 !important } .fontWeight-xs-700 { font-weight:700 !important } .fontWeight-xs-800 { font-weight:800 !important } .fontWeight-xs-900 { font-weight:900 !important } .textAlign-xs-left,.text-xs-left { text-align:left !important } .textAlign-xs-right,.text-xs-right { text-align:right !important } .textAlign-xs-center,.text-xs-center { text-align:center !important } .textAlign-xs-justify,.text-xs-justify { text-align:justify !important } .textAlign-xs-start,.text-xs-start { text-align:start !important } .textAlign-xs-end,.text-xs-end { text-align:end !important } .positionTop-xs-none { top:0 !important } .positionRight-xs-none { right:0 !important } .positionBottom-xs-none { bottom:0 !important } .positionLeft-xs-none { left:0 !important } .positionTop-xs-1 { top:1px !important } .positionRight-xs-1 { right:1px !important } .positionBottom-xs-1 { bottom:1px !important } .positionLeft-xs-1 { left:1px !important } .positionTop-xs-2 { top:2px !important } .positionRight-xs-2 { right:2px !important } .positionBottom-xs-2 { bottom:2px !important } .positionLeft-xs-2 { left:2px !important } .positionTop-xs-3 { top:3px !important } .positionRight-xs-3 { right:3px !important } .positionBottom-xs-3 { bottom:3px !important } .positionLeft-xs-3 { left:3px !important } .positionTop-xs-5 { top:5px !important } .positionRight-xs-5 { right:5px !important } .positionBottom-xs-5 { bottom:5px !important } .positionLeft-xs-5 { left:5px !important } .positionTop-xs-10 { top:10px !important } .positionRight-xs-10 { right:10px !important } .positionBottom-xs-10 { bottom:10px !important } .positionLeft-xs-10 { left:10px !important } .positionTop-xs-15 { top:15px !important } .positionRight-xs-15 { right:15px !important } .positionBottom-xs-15 { bottom:15px !important } .positionLeft-xs-15 { left:15px !important } .positionTop-xs-20 { top:20px !important } .positionRight-xs-20 { right:20px !important } .positionBottom-xs-20 { bottom:20px !important } .positionLeft-xs-20 { left:20px !important } .positionTop-xs-25 { top:25px !important } .positionRight-xs-25 { right:25px !important } .positionBottom-xs-25 { bottom:25px !important } .positionLeft-xs-25 { left:25px !important } .positionTop-xs-30 { top:30px !important } .positionRight-xs-30 { right:30px !important } .positionBottom-xs-30 { bottom:30px !important } .positionLeft-xs-30 { left:30px !important } .positionTop-xs-35 { top:35px !important } .positionRight-xs-35 { right:35px !important } .positionBottom-xs-35 { bottom:35px !important } .positionLeft-xs-35 { left:35px !important } .positionTop-xs-40 { top:40px !important } .positionRight-xs-40 { right:40px !important } .positionBottom-xs-40 { bottom:40px !important } .positionLeft-xs-40 { left:40px !important } .positionTop-xs-45 { top:45px !important } .positionRight-xs-45 { right:45px !important } .positionBottom-xs-45 { bottom:45px !important } .positionLeft-xs-45 { left:45px !important } .positionTop-xs-50 { top:50px !important } .positionRight-xs-50 { right:50px !important } .positionBottom-xs-50 { bottom:50px !important } .positionLeft-xs-50 { left:50px !important } .positionTop-xs-55 { top:55px !important } .positionRight-xs-55 { right:55px !important } .positionBottom-xs-55 { bottom:55px !important } .positionLeft-xs-55 { left:55px !important } .positionTop-xs-60 { top:60px !important } .positionRight-xs-60 { right:60px !important } .positionBottom-xs-60 { bottom:60px !important } .positionLeft-xs-60 { left:60px !important } .positionTop-xs-65 { top:65px !important } .positionRight-xs-65 { right:65px !important } .positionBottom-xs-65 { bottom:65px !important } .positionLeft-xs-65 { left:65px !important } .positionTop-xs-70 { top:70px !important } .positionRight-xs-70 { right:70px !important } .positionBottom-xs-70 { bottom:70px !important } .positionLeft-xs-70 { left:70px !important } .positionTop-xs-75 { top:75px !important } .positionRight-xs-75 { right:75px !important } .positionBottom-xs-75 { bottom:75px !important } .positionLeft-xs-75 { left:75px !important } .positionTop-xs-80 { top:80px !important } .positionRight-xs-80 { right:80px !important } .positionBottom-xs-80 { bottom:80px !important } .positionLeft-xs-80 { left:80px !important } .positionTop-xs-85 { top:85px !important } .positionRight-xs-85 { right:85px !important } .positionBottom-xs-85 { bottom:85px !important } .positionLeft-xs-85 { left:85px !important } .positionTop-xs-90 { top:90px !important } .positionRight-xs-90 { right:90px !important } .positionBottom-xs-90 { bottom:90px !important } .positionLeft-xs-90 { left:90px !important } .positionTop-xs-95 { top:95px !important } .positionRight-xs-95 { right:95px !important } .positionBottom-xs-95 { bottom:95px !important } .positionLeft-xs-95 { left:95px !important } .positionTop-xs-100 { top:100px !important } .positionRight-xs-100 { right:100px !important } .positionBottom-xs-100 { bottom:100px !important } .positionLeft-xs-100 { left:100px !important } .positionTop-xs-110 { top:110px !important } .positionRight-xs-110 { right:110px !important } .positionBottom-xs-110 { bottom:110px !important } .positionLeft-xs-110 { left:110px !important } .positionTop-xs-120 { top:120px !important } .positionRight-xs-120 { right:120px !important } .positionBottom-xs-120 { bottom:120px !important } .positionLeft-xs-120 { left:120px !important } .positionTop-xs-130 { top:130px !important } .positionRight-xs-130 { right:130px !important } .positionBottom-xs-130 { bottom:130px !important } .positionLeft-xs-130 { left:130px !important } .positionTop-xs-140 { top:140px !important } .positionRight-xs-140 { right:140px !important } .positionBottom-xs-140 { bottom:140px !important } .positionLeft-xs-140 { left:140px !important } .positionTop-xs-150 { top:150px !important } .positionRight-xs-150 { right:150px !important } .positionBottom-xs-150 { bottom:150px !important } .positionLeft-xs-150 { left:150px !important } .positionTop-xs-160 { top:160px !important } .positionRight-xs-160 { right:160px !important } .positionBottom-xs-160 { bottom:160px !important } .positionLeft-xs-160 { left:160px !important } .positionTop-xs-170 { top:170px !important } .positionRight-xs-170 { right:170px !important } .positionBottom-xs-170 { bottom:170px !important } .positionLeft-xs-170 { left:170px !important } .positionTop-xs-180 { top:180px !important } .positionRight-xs-180 { right:180px !important } .positionBottom-xs-180 { bottom:180px !important } .positionLeft-xs-180 { left:180px !important } .positionTop-xs-190 { top:190px !important } .positionRight-xs-190 { right:190px !important } .positionBottom-xs-190 { bottom:190px !important } .positionLeft-xs-190 { left:190px !important } .positionTop-xs-200 { top:200px !important } .positionRight-xs-200 { right:200px !important } .positionBottom-xs-200 { bottom:200px !important } .positionLeft-xs-200 { left:200px !important } .positionTop-xs-250 { top:250px !important } .positionRight-xs-250 { right:250px !important } .positionBottom-xs-250 { bottom:250px !important } .positionLeft-xs-250 { left:250px !important } .positionTop-xs-300 { top:300px !important } .positionRight-xs-300 { right:300px !important } .positionBottom-xs-300 { bottom:300px !important } .positionLeft-xs-300 { left:300px !important } .positionTop-xs-350 { top:350px !important } .positionRight-xs-350 { right:350px !important } .positionBottom-xs-350 { bottom:350px !important } .positionLeft-xs-350 { left:350px !important } .positionTop-xs-400 { top:400px !important } .positionRight-xs-400 { right:400px !important } .positionBottom-xs-400 { bottom:400px !important } .positionLeft-xs-400 { left:400px !important } .positionTop-xs-450 { top:450px !important } .positionRight-xs-450 { right:450px !important } .positionBottom-xs-450 { bottom:450px !important } .positionLeft-xs-450 { left:450px !important } .positionTop-xs-500 { top:500px !important } .positionRight-xs-500 { right:500px !important } .positionBottom-xs-500 { bottom:500px !important } .positionLeft-xs-500 { left:500px !important } .positionTop-xs-1pct { top:1% !important } .positionRight-xs-1pct { right:1% !important } .positionBottom-xs-1pct { bottom:1% !important } .positionLeft-xs-1pct { left:1% !important } .positionTop-xs-2pct { top:2% !important } .positionRight-xs-2pct { right:2% !important } .positionBottom-xs-2pct { bottom:2% !important } .positionLeft-xs-2pct { left:2% !important } .positionTop-xs-3pct { top:3% !important } .positionRight-xs-3pct { right:3% !important } .positionBottom-xs-3pct { bottom:3% !important } .positionLeft-xs-3pct { left:3% !important } .positionTop-xs-5pct { top:5% !important } .positionRight-xs-5pct { right:5% !important } .positionBottom-xs-5pct { bottom:5% !important } .positionLeft-xs-5pct { left:5% !important } .positionTop-xs-10pct { top:10% !important } .positionRight-xs-10pct { right:10% !important } .positionBottom-xs-10pct { bottom:10% !important } .positionLeft-xs-10pct { left:10% !important } .positionTop-xs-15pct { top:15% !important } .positionRight-xs-15pct { right:15% !important } .positionBottom-xs-15pct { bottom:15% !important } .positionLeft-xs-15pct { left:15% !important } .positionTop-xs-20pct { top:20% !important } .positionRight-xs-20pct { right:20% !important } .positionBottom-xs-20pct { bottom:20% !important } .positionLeft-xs-20pct { left:20% !important } .positionTop-xs-25pct { top:25% !important } .positionRight-xs-25pct { right:25% !important } .positionBottom-xs-25pct { bottom:25% !important } .positionLeft-xs-25pct { left:25% !important } .positionTop-xs-30pct { top:30% !important } .positionRight-xs-30pct { right:30% !important } .positionBottom-xs-30pct { bottom:30% !important } .positionLeft-xs-30pct { left:30% !important } .positionTop-xs-35pct { top:35% !important } .positionRight-xs-35pct { right:35% !important } .positionBottom-xs-35pct { bottom:35% !important } .positionLeft-xs-35pct { left:35% !important } .positionTop-xs-40pct { top:40% !important } .positionRight-xs-40pct { right:40% !important } .positionBottom-xs-40pct { bottom:40% !important } .positionLeft-xs-40pct { left:40% !important } .positionTop-xs-45pct { top:45% !important } .positionRight-xs-45pct { right:45% !important } .positionBottom-xs-45pct { bottom:45% !important } .positionLeft-xs-45pct { left:45% !important } .positionTop-xs-50pct { top:50% !important } .positionRight-xs-50pct { right:50% !important } .positionBottom-xs-50pct { bottom:50% !important } .positionLeft-xs-50pct { left:50% !important } .border-xs-none { border:none 0px !important } .borderTop-xs-none { border-top:none 0px !important } .borderRight-xs-none { border-right:none 0px !important } .borderBottom-xs-none { border-bottom:none 0px !important } .borderLeft-xs-none { border-left:none 0px !important } .border-xs-transparent { border:transparent 1px solid !important } .borderTop-xs-transparent { border-top:transparent 1px solid !important } .borderRight-xs-transparent { border-right:transparent 1px solid !important } .borderBottom-xs-transparent { border-bottom:transparent 1px solid !important } .borderLeft-xs-transparent { border-left:transparent 1px solid !important } @media (min-width:768px) { .clear-sm-left { clear: left !important } .clear-sm-right { clear: right !important } .clear-sm-none { clear: none !important } .clear-sm-both { clear: both !important } .clear-sm-block { clear: both !important; display: block !important; overflow: hidden !important } .float-sm-left { float: left !important } .float-sm-center { margin: 0 auto !important } .float-sm-right { float: right !important } .padding-sm-none { padding: 0px !important } .paddingTop-sm-none { padding-top: 0px !important } .paddingRight-sm-none { padding-right: 0px !important } .paddingBottom-sm-none { padding-bottom: 0px !important } .paddingLeft-sm-none { padding-left: 0px !important } .paddingLateral-sm-none { padding-top: 0 !important; padding-bottom: 0 !important } .paddingGutter-sm-none { padding-right: 0 !important; padding-left: 0 !important } .padding-sm-1 { padding: 1px !important } .paddingTop-sm-1 { padding-top: 1px !important } .paddingRight-sm-1 { padding-right: 1px !important } .paddingBottom-sm-1 { padding-bottom: 1px !important } .paddingLeft-sm-1 { padding-left: 1px !important } .paddingLateral-sm-1 { padding-top: 1px !important; padding-bottom: 1px !important } .paddingGutter-sm-1 { padding-right: 1px !important; padding-left: 1px !important } .padding-sm-1pct { padding: 1% !important } .paddingTop-sm-1pct { padding-top: 1% !important } .paddingRight-sm-1pct { padding-right: 1% !important } .paddingBottom-sm-1pct { padding-bottom: 1% !important } .paddingLeft-sm-1pct { padding-left: 1% !important } .paddingLateral-sm-1pct { padding-top: 1% !important; padding-bottom: 1% !important } .paddingGutter-sm-1pct { padding-right: 1% !important; padding-left: 1% !important } .padding-sm-2 { padding: 2px !important } .paddingTop-sm-2 { padding-top: 2px !important } .paddingRight-sm-2 { padding-right: 2px !important } .paddingBottom-sm-2 { padding-bottom: 2px !important } .paddingLeft-sm-2 { padding-left: 2px !important } .paddingLateral-sm-2 { padding-top: 2px !important; padding-bottom: 2px !important } .paddingGutter-sm-2 { padding-right: 2px !important; padding-left: 2px !important } .padding-sm-2pct { padding: 2% !important } .paddingTop-sm-2pct { padding-top: 2% !important } .paddingRight-sm-2pct { padding-right: 2% !important } .paddingBottom-sm-2pct { padding-bottom: 2% !important } .paddingLeft-sm-2pct { padding-left: 2% !important } .paddingLateral-sm-2pct { padding-top: 2% !important; padding-bottom: 2% !important } .paddingGutter-sm-2pct { padding-right: 2% !important; padding-left: 2% !important } .padding-sm-3 { padding: 3px !important } .paddingTop-sm-3 { padding-top: 3px !important } .paddingRight-sm-3 { padding-right: 3px !important } .paddingBottom-sm-3 { padding-bottom: 3px !important } .paddingLeft-sm-3 { padding-left: 3px !important } .paddingLateral-sm-3 { padding-top: 3px !important; padding-bottom: 3px !important } .paddingGutter-sm-3 { padding-right: 3px !important; padding-left: 3px !important } .padding-sm-3pct { padding: 3% !important } .paddingTop-sm-3pct { padding-top: 3% !important } .paddingRight-sm-3pct { padding-right: 3% !important } .paddingBottom-sm-3pct { padding-bottom: 3% !important } .paddingLeft-sm-3pct { padding-left: 3% !important } .paddingLateral-sm-3pct { padding-top: 3% !important; padding-bottom: 3% !important } .paddingGutter-sm-3pct { padding-right: 3% !important; padding-left: 3% !important } .padding-sm-5 { padding: 5px !important } .paddingTop-sm-5 { padding-top: 5px !important } .paddingRight-sm-5 { padding-right: 5px !important } .paddingBottom-sm-5 { padding-bottom: 5px !important } .paddingLeft-sm-5 { padding-left: 5px !important } .paddingLateral-sm-5 { padding-top: 5px !important; padding-bottom: 5px !important } .paddingGutter-sm-5 { padding-right: 5px !important; padding-left: 5px !important } .padding-sm-5pct { padding: 5% !important } .paddingTop-sm-5pct { padding-top: 5% !important } .paddingRight-sm-5pct { padding-right: 5% !important } .paddingBottom-sm-5pct { padding-bottom: 5% !important } .paddingLeft-sm-5pct { padding-left: 5% !important } .paddingLateral-sm-5pct { padding-top: 5% !important; padding-bottom: 5% !important } .paddingGutter-sm-5pct { padding-right: 5% !important; padding-left: 5% !important } .padding-sm-10 { padding: 10px !important } .paddingTop-sm-10 { padding-top: 10px !important } .paddingRight-sm-10 { padding-right: 10px !important } .paddingBottom-sm-10 { padding-bottom: 10px !important } .paddingLeft-sm-10 { padding-left: 10px !important } .paddingLateral-sm-10 { padding-top: 10px !important; padding-bottom: 10px !important } .paddingGutter-sm-10 { padding-right: 10px !important; padding-left: 10px !important } .padding-sm-10pct { padding: 10% !important } .paddingTop-sm-10pct { padding-top: 10% !important } .paddingRight-sm-10pct { padding-right: 10% !important } .paddingBottom-sm-10pct { padding-bottom: 10% !important } .paddingLeft-sm-10pct { padding-left: 10% !important } .paddingLateral-sm-10pct { padding-top: 10% !important; padding-bottom: 10% !important } .paddingGutter-sm-10pct { padding-right: 10% !important; padding-left: 10% !important } .padding-sm-15 { padding: 15px !important } .paddingTop-sm-15 { padding-top: 15px !important } .paddingRight-sm-15 { padding-right: 15px !important } .paddingBottom-sm-15 { padding-bottom: 15px !important } .paddingLeft-sm-15 { padding-left: 15px !important } .paddingLateral-sm-15 { padding-top: 15px !important; padding-bottom: 15px !important } .paddingGutter-sm-15 { padding-right: 15px !important; padding-left: 15px !important } .padding-sm-15pct { padding: 15% !important } .paddingTop-sm-15pct { padding-top: 15% !important } .paddingRight-sm-15pct { padding-right: 15% !important } .paddingBottom-sm-15pct { padding-bottom: 15% !important } .paddingLeft-sm-15pct { padding-left: 15% !important } .paddingLateral-sm-15pct { padding-top: 15% !important; padding-bottom: 15% !important } .paddingGutter-sm-15pct { padding-right: 15% !important; padding-left: 15% !important } .padding-sm-20 { padding: 20px !important } .paddingTop-sm-20 { padding-top: 20px !important } .paddingRight-sm-20 { padding-right: 20px !important } .paddingBottom-sm-20 { padding-bottom: 20px !important } .paddingLeft-sm-20 { padding-left: 20px !important } .paddingLateral-sm-20 { padding-top: 20px !important; padding-bottom: 20px !important } .paddingGutter-sm-20 { padding-right: 20px !important; padding-left: 20px !important } .padding-sm-20pct { padding: 20% !important } .paddingTop-sm-20pct { padding-top: 20% !important } .paddingRight-sm-20pct { padding-right: 20% !important } .paddingBottom-sm-20pct { padding-bottom: 20% !important } .paddingLeft-sm-20pct { padding-left: 20% !important } .paddingLateral-sm-20pct { padding-top: 20% !important; padding-bottom: 20% !important } .paddingGutter-sm-20pct { padding-right: 20% !important; padding-left: 20% !important } .padding-sm-25 { padding: 25px !important } .paddingTop-sm-25 { padding-top: 25px !important } .paddingRight-sm-25 { padding-right: 25px !important } .paddingBottom-sm-25 { padding-bottom: 25px !important } .paddingLeft-sm-25 { padding-left: 25px !important } .paddingLateral-sm-25 { padding-top: 25px !important; padding-bottom: 25px !important } .paddingGutter-sm-25 { padding-right: 25px !important; padding-left: 25px !important } .padding-sm-25pct { padding: 25% !important } .paddingTop-sm-25pct { padding-top: 25% !important } .paddingRight-sm-25pct { padding-right: 25% !important } .paddingBottom-sm-25pct { padding-bottom: 25% !important } .paddingLeft-sm-25pct { padding-left: 25% !important } .paddingLateral-sm-25pct { padding-top: 25% !important; padding-bottom: 25% !important } .paddingGutter-sm-25pct { padding-right: 25% !important; padding-left: 25% !important } .padding-sm-30 { padding: 30px !important } .paddingTop-sm-30 { padding-top: 30px !important } .paddingRight-sm-30 { padding-right: 30px !important } .paddingBottom-sm-30 { padding-bottom: 30px !important } .paddingLeft-sm-30 { padding-left: 30px !important } .paddingLateral-sm-30 { padding-top: 30px !important; padding-bottom: 30px !important } .paddingGutter-sm-30 { padding-right: 30px !important; padding-left: 30px !important } .padding-sm-35 { padding: 35px !important } .paddingTop-sm-35 { padding-top: 35px !important } .paddingRight-sm-35 { padding-right: 35px !important } .paddingBottom-sm-35 { padding-bottom: 35px !important } .paddingLeft-sm-35 { padding-left: 35px !important } .paddingLateral-sm-35 { padding-top: 35px !important; padding-bottom: 35px !important } .paddingGutter-sm-35 { padding-right: 35px !important; padding-left: 35px !important } .padding-sm-40 { padding: 40px !important } .paddingTop-sm-40 { padding-top: 40px !important } .paddingRight-sm-40 { padding-right: 40px !important } .paddingBottom-sm-40 { padding-bottom: 40px !important } .paddingLeft-sm-40 { padding-left: 40px !important } .paddingLateral-sm-40 { padding-top: 40px !important; padding-bottom: 40px !important } .paddingGutter-sm-40 { padding-right: 40px !important; padding-left: 40px !important } .padding-sm-45 { padding: 45px !important } .paddingTop-sm-45 { padding-top: 45px !important } .paddingRight-sm-45 { padding-right: 45px !important } .paddingBottom-sm-45 { padding-bottom: 45px !important } .paddingLeft-sm-45 { padding-left: 45px !important } .paddingLateral-sm-45 { padding-top: 45px !important; padding-bottom: 45px !important } .paddingGutter-sm-45 { padding-right: 45px !important; padding-left: 45px !important } .padding-sm-50 { padding: 50px !important } .paddingTop-sm-50 { padding-top: 50px !important } .paddingRight-sm-50 { padding-right: 50px !important } .paddingBottom-sm-50 { padding-bottom: 50px !important } .paddingLeft-sm-50 { padding-left: 50px !important } .paddingLateral-sm-50 { padding-top: 50px !important; padding-bottom: 50px !important } .paddingGutter-sm-50 { padding-right: 50px !important; padding-left: 50px !important } .padding-sm-55 { padding: 55px !important } .paddingTop-sm-55 { padding-top: 55px !important } .paddingRight-sm-55 { padding-right: 55px !important } .paddingBottom-sm-55 { padding-bottom: 55px !important } .paddingLeft-sm-55 { padding-left: 55px !important } .paddingLateral-sm-55 { padding-top: 55px !important; padding-bottom: 55px !important } .paddingGutter-sm-55 { padding-right: 55px !important; padding-left: 55px !important } .padding-sm-60 { padding: 60px !important } .paddingTop-sm-60 { padding-top: 60px !important } .paddingRight-sm-60 { padding-right: 60px !important } .paddingBottom-sm-60 { padding-bottom: 60px !important } .paddingLeft-sm-60 { padding-left: 60px !important } .paddingLateral-sm-60 { padding-top: 60px !important; padding-bottom: 60px !important } .paddingGutter-sm-60 { padding-right: 60px !important; padding-left: 60px !important } .padding-sm-65 { padding: 65px !important } .paddingTop-sm-65 { padding-top: 65px !important } .paddingRight-sm-65 { padding-right: 65px !important } .paddingBottom-sm-65 { padding-bottom: 65px !important } .paddingLeft-sm-65 { padding-left: 65px !important } .paddingLateral-sm-65 { padding-top: 65px !important; padding-bottom: 65px !important } .paddingGutter-sm-65 { padding-right: 65px !important; padding-left: 65px !important } .padding-sm-70 { padding: 70px !important } .paddingTop-sm-70 { padding-top: 70px !important } .paddingRight-sm-70 { padding-right: 70px !important } .paddingBottom-sm-70 { padding-bottom: 70px !important } .paddingLeft-sm-70 { padding-left: 70px !important } .paddingLateral-sm-70 { padding-top: 70px !important; padding-bottom: 70px !important } .paddingGutter-sm-70 { padding-right: 70px !important; padding-left: 70px !important } .padding-sm-75 { padding: 75px !important } .paddingTop-sm-75 { padding-top: 75px !important } .paddingRight-sm-75 { padding-right: 75px !important } .paddingBottom-sm-75 { padding-bottom: 75px !important } .paddingLeft-sm-75 { padding-left: 75px !important } .paddingLateral-sm-75 { padding-top: 75px !important; padding-bottom: 75px !important } .paddingGutter-sm-75 { padding-right: 75px !important; padding-left: 75px !important } .padding-sm-80 { padding: 80px !important } .paddingTop-sm-80 { padding-top: 80px !important } .paddingRight-sm-80 { padding-right: 80px !important } .paddingBottom-sm-80 { padding-bottom: 80px !important } .paddingLeft-sm-80 { padding-left: 80px !important } .paddingLateral-sm-80 { padding-top: 80px !important; padding-bottom: 80px !important } .paddingGutter-sm-80 { padding-right: 80px !important; padding-left: 80px !important } .padding-sm-85 { padding: 85px !important } .paddingTop-sm-85 { padding-top: 85px !important } .paddingRight-sm-85 { padding-right: 85px !important } .paddingBottom-sm-85 { padding-bottom: 85px !important } .paddingLeft-sm-85 { padding-left: 85px !important } .paddingLateral-sm-85 { padding-top: 85px !important; padding-bottom: 85px !important } .paddingGutter-sm-85 { padding-right: 85px !important; padding-left: 85px !important } .padding-sm-90 { padding: 90px !important } .paddingTop-sm-90 { padding-top: 90px !important } .paddingRight-sm-90 { padding-right: 90px !important } .paddingBottom-sm-90 { padding-bottom: 90px !important } .paddingLeft-sm-90 { padding-left: 90px !important } .paddingLateral-sm-90 { padding-top: 90px !important; padding-bottom: 90px !important } .paddingGutter-sm-90 { padding-right: 90px !important; padding-left: 90px !important } .padding-sm-95 { padding: 95px !important } .paddingTop-sm-95 { padding-top: 95px !important } .paddingRight-sm-95 { padding-right: 95px !important } .paddingBottom-sm-95 { padding-bottom: 95px !important } .paddingLeft-sm-95 { padding-left: 95px !important } .paddingLateral-sm-95 { padding-top: 95px !important; padding-bottom: 95px !important } .paddingGutter-sm-95 { padding-right: 95px !important; padding-left: 95px !important } .padding-sm-100 { padding: 100px !important } .paddingTop-sm-100 { padding-top: 100px !important } .paddingRight-sm-100 { padding-right: 100px !important } .paddingBottom-sm-100 { padding-bottom: 100px !important } .paddingLeft-sm-100 { padding-left: 100px !important } .paddingLateral-sm-100 { padding-top: 100px !important; padding-bottom: 100px !important } .paddingGutter-sm-100 { padding-right: 100px !important; padding-left: 100px !important } .margin-sm-none { margin: 0 !important } .marginTop-sm-none { margin-top: 0 !important } .marginRight-sm-none { margin-right: 0 !important } .marginBottom-sm-none { margin-bottom: 0 !important } .marginLeft-sm-none { margin-left: 0 !important } .marginLateral-sm-none { margin-top: 0 !important; margin-bottom: 0 !important } .marginGutter-sm-none { margin-right: 0 !important; margin-left: 0 !important } .margin-sm-1 { margin: 1px !important } .marginTop-sm-1 { margin-top: 1px !important } .marginTop-sm-pull-1 { margin-top: -1px !important } .marginRight-sm-1 { margin-right: 1px !important } .marginRight-sm-pull-1 { margin-right: -1px !important } .marginBottom-sm-1 { margin-bottom: 1px !important } .marginBottom-sm-pull-1 { margin-bottom: -1px !important } .marginLeft-sm-1 { margin-left: 1px !important } .marginLeft-sm-pull-1 { margin-left: -1px !important } .marginLateral-sm-1 { margin-top: 1px !important; margin-bottom: 1px !important } .marginLateral-sm-pull-1 { margin-top: -1px !important; margin-bottom: -1px !important } .marginGutter-sm-1 { margin-right: 1px !important; margin-left: 1px !important } .marginGutter-sm-pull-1 { margin-right: -1px !important; margin-left: -1px !important } .margin-sm-2 { margin: 2px !important } .marginTop-sm-2 { margin-top: 2px !important } .marginTop-sm-pull-2 { margin-top: -2px !important } .marginRight-sm-2 { margin-right: 2px !important } .marginRight-sm-pull-2 { margin-right: -2px !important } .marginBottom-sm-2 { margin-bottom: 2px !important } .marginBottom-sm-pull-2 { margin-bottom: -2px !important } .marginLeft-sm-2 { margin-left: 2px !important } .marginLeft-sm-pull-2 { margin-left: -2px !important } .marginLateral-sm-2 { margin-top: 2px !important; margin-bottom: 2px !important } .marginLateral-sm-pull-2 { margin-top: -2px !important; margin-bottom: -2px !important } .marginGutter-sm-2 { margin-right: 2px !important; margin-left: 2px !important } .marginGutter-sm-pull-2 { margin-right: -2px !important; margin-left: -2px !important } .margin-sm-3 { margin: 3px !important } .marginTop-sm-3 { margin-top: 3px !important } .marginTop-sm-pull-3 { margin-top: -3px !important } .marginRight-sm-3 { margin-right: 3px !important } .marginRight-sm-pull-3 { margin-right: -3px !important } .marginBottom-sm-3 { margin-bottom: 3px !important } .marginBottom-sm-pull-3 { margin-bottom: -3px !important } .marginLeft-sm-3 { margin-left: 3px !important } .marginLeft-sm-pull-3 { margin-left: -3px !important } .marginLateral-sm-3 { margin-top: 3px !important; margin-bottom: 3px !important } .marginLateral-sm-pull-3 { margin-top: -3px !important; margin-bottom: -3px !important } .marginGutter-sm-3 { margin-right: 3px !important; margin-left: 3px !important } .marginGutter-sm-pull-3 { margin-right: -3px !important; margin-left: -3px !important } .margin-sm-5 { margin: 5px !important } .marginTop-sm-5 { margin-top: 5px !important } .marginTop-sm-pull-5 { margin-top: -5px !important } .marginRight-sm-5 { margin-right: 5px !important } .marginRight-sm-pull-5 { margin-right: -5px !important } .marginBottom-sm-5 { margin-bottom: 5px !important } .marginBottom-sm-pull-5 { margin-bottom: -5px !important } .marginLeft-sm-5 { margin-left: 5px !important } .marginLeft-sm-pull-5 { margin-left: -5px !important } .marginLateral-sm-5 { margin-top: 5px !important; margin-bottom: 5px !important } .marginLateral-sm-pull-5 { margin-top: -5px !important; margin-bottom: -5px !important } .marginGutter-sm-5 { margin-right: 5px !important; margin-left: 5px !important } .marginGutter-sm-pull-5 { margin-right: -5px !important; margin-left: -5px !important } .margin-sm-10 { margin: 10px !important } .marginTop-sm-10 { margin-top: 10px !important } .marginTop-sm-pull-10 { margin-top: -10px !important } .marginRight-sm-10 { margin-right: 10px !important } .marginRight-sm-pull-10 { margin-right: -10px !important } .marginBottom-sm-10 { margin-bottom: 10px !important } .marginBottom-sm-pull-10 { margin-bottom: -10px !important } .marginLeft-sm-10 { margin-left: 10px !important } .marginLeft-sm-pull-10 { margin-left: -10px !important } .marginLateral-sm-10 { margin-top: 10px !important; margin-bottom: 10px !important } .marginLateral-sm-pull-10 { margin-top: -10px !important; margin-bottom: -10px !important } .marginGutter-sm-10 { margin-right: 10px !important; margin-left: 10px !important } .marginGutter-sm-pull-10 { margin-right: -10px !important; margin-left: -10px !important } .margin-sm-15 { margin: 15px !important } .marginTop-sm-15 { margin-top: 15px !important } .marginTop-sm-pull-15 { margin-top: -15px !important } .marginRight-sm-15 { margin-right: 15px !important } .marginRight-sm-pull-15 { margin-right: -15px !important } .marginBottom-sm-15 { margin-bottom: 15px !important } .marginBottom-sm-pull-15 { margin-bottom: -15px !important } .marginLeft-sm-15 { margin-left: 15px !important } .marginLeft-sm-pull-15 { margin-left: -15px !important } .marginLateral-sm-15 { margin-top: 15px !important; margin-bottom: 15px !important } .marginLateral-sm-pull-15 { margin-top: -15px !important; margin-bottom: -15px !important } .marginGutter-sm-15 { margin-right: 15px !important; margin-left: 15px !important } .marginGutter-sm-pull-15 { margin-right: -15px !important; margin-left: -15px !important } .margin-sm-20 { margin: 20px !important } .marginTop-sm-20 { margin-top: 20px !important } .marginTop-sm-pull-20 { margin-top: -20px !important } .marginRight-sm-20 { margin-right: 20px !important } .marginRight-sm-pull-20 { margin-right: -20px !important } .marginBottom-sm-20 { margin-bottom: 20px !important } .marginBottom-sm-pull-20 { margin-bottom: -20px !important } .marginLeft-sm-20 { margin-left: 20px !important } .marginLeft-sm-pull-20 { margin-left: -20px !important } .marginLateral-sm-20 { margin-top: 20px !important; margin-bottom: 20px !important } .marginLateral-sm-pull-20 { margin-top: -20px !important; margin-bottom: -20px !important } .marginGutter-sm-20 { margin-right: 20px !important; margin-left: 20px !important } .marginGutter-sm-pull-20 { margin-right: -20px !important; margin-left: -20px !important } .margin-sm-25 { margin: 25px !important } .marginTop-sm-25 { margin-top: 25px !important } .marginTop-sm-pull-25 { margin-top: -25px !important } .marginRight-sm-25 { margin-right: 25px !important } .marginRight-sm-pull-25 { margin-right: -25px !important } .marginBottom-sm-25 { margin-bottom: 25px !important } .marginBottom-sm-pull-25 { margin-bottom: -25px !important } .marginLeft-sm-25 { margin-left: 25px !important } .marginLeft-sm-pull-25 { margin-left: -25px !important } .marginLateral-sm-25 { margin-top: 25px !important; margin-bottom: 25px !important } .marginLateral-sm-pull-25 { margin-top: -25px !important; margin-bottom: -25px !important } .marginGutter-sm-25 { margin-right: 25px !important; margin-left: 25px !important } .marginGutter-sm-pull-25 { margin-right: -25px !important; margin-left: -25px !important } .margin-sm-30 { margin: 30px !important } .marginTop-sm-30 { margin-top: 30px !important } .marginTop-sm-pull-30 { margin-top: -30px !important } .marginRight-sm-30 { margin-right: 30px !important } .marginRight-sm-pull-30 { margin-right: -30px !important } .marginBottom-sm-30 { margin-bottom: 30px !important } .marginBottom-sm-pull-30 { margin-bottom: -30px !important } .marginLeft-sm-30 { margin-left: 30px !important } .marginLeft-sm-pull-30 { margin-left: -30px !important } .marginLateral-sm-30 { margin-top: 30px !important; margin-bottom: 30px !important } .marginLateral-sm-pull-30 { margin-top: -30px !important; margin-bottom: -30px !important } .marginGutter-sm-30 { margin-right: 30px !important; margin-left: 30px !important } .marginGutter-sm-pull-30 { margin-right: -30px !important; margin-left: -30px !important } .margin-sm-35 { margin: 35px !important } .marginTop-sm-35 { margin-top: 35px !important } .marginTop-sm-pull-35 { margin-top: -35px !important } .marginRight-sm-35 { margin-right: 35px !important } .marginRight-sm-pull-35 { margin-right: -35px !important } .marginBottom-sm-35 { margin-bottom: 35px !important } .marginBottom-sm-pull-35 { margin-bottom: -35px !important } .marginLeft-sm-35 { margin-left: 35px !important } .marginLeft-sm-pull-35 { margin-left: -35px !important } .marginLateral-sm-35 { margin-top: 35px !important; margin-bottom: 35px !important } .marginLateral-sm-pull-35 { margin-top: -35px !important; margin-bottom: -35px !important } .marginGutter-sm-35 { margin-right: 35px !important; margin-left: 35px !important } .marginGutter-sm-pull-35 { margin-right: -35px !important; margin-left: -35px !important } .margin-sm-40 { margin: 40px !important } .marginTop-sm-40 { margin-top: 40px !important } .marginTop-sm-pull-40 { margin-top: -40px !important } .marginRight-sm-40 { margin-right: 40px !important } .marginRight-sm-pull-40 { margin-right: -40px !important } .marginBottom-sm-40 { margin-bottom: 40px !important } .marginBottom-sm-pull-40 { margin-bottom: -40px !important } .marginLeft-sm-40 { margin-left: 40px !important } .marginLeft-sm-pull-40 { margin-left: -40px !important } .marginLateral-sm-40 { margin-top: 40px !important; margin-bottom: 40px !important } .marginLateral-sm-pull-40 { margin-top: -40px !important; margin-bottom: -40px !important } .marginGutter-sm-40 { margin-right: 40px !important; margin-left: 40px !important } .marginGutter-sm-pull-40 { margin-right: -40px !important; margin-left: -40px !important } .margin-sm-45 { margin: 45px !important } .marginTop-sm-45 { margin-top: 45px !important } .marginTop-sm-pull-45 { margin-top: -45px !important } .marginRight-sm-45 { margin-right: 45px !important } .marginRight-sm-pull-45 { margin-right: -45px !important } .marginBottom-sm-45 { margin-bottom: 45px !important } .marginBottom-sm-pull-45 { margin-bottom: -45px !important } .marginLeft-sm-45 { margin-left: 45px !important } .marginLeft-sm-pull-45 { margin-left: -45px !important } .marginLateral-sm-45 { margin-top: 45px !important; margin-bottom: 45px !important } .marginLateral-sm-pull-45 { margin-top: -45px !important; margin-bottom: -45px !important } .marginGutter-sm-45 { margin-right: 45px !important; margin-left: 45px !important } .marginGutter-sm-pull-45 { margin-right: -45px !important; margin-left: -45px !important } .margin-sm-50 { margin: 50px !important } .marginTop-sm-50 { margin-top: 50px !important } .marginTop-sm-pull-50 { margin-top: -50px !important } .marginRight-sm-50 { margin-right: 50px !important } .marginRight-sm-pull-50 { margin-right: -50px !important } .marginBottom-sm-50 { margin-bottom: 50px !important } .marginBottom-sm-pull-50 { margin-bottom: -50px !important } .marginLeft-sm-50 { margin-left: 50px !important } .marginLeft-sm-pull-50 { margin-left: -50px !important } .marginLateral-sm-50 { margin-top: 50px !important; margin-bottom: 50px !important } .marginLateral-sm-pull-50 { margin-top: -50px !important; margin-bottom: -50px !important } .marginGutter-sm-50 { margin-right: 50px !important; margin-left: 50px !important } .marginGutter-sm-pull-50 { margin-right: -50px !important; margin-left: -50px !important } .margin-sm-55 { margin: 55px !important } .marginTop-sm-55 { margin-top: 55px !important } .marginTop-sm-pull-55 { margin-top: -55px !important } .marginRight-sm-55 { margin-right: 55px !important } .marginRight-sm-pull-55 { margin-right: -55px !important } .marginBottom-sm-55 { margin-bottom: 55px !important } .marginBottom-sm-pull-55 { margin-bottom: -55px !important } .marginLeft-sm-55 { margin-left: 55px !important } .marginLeft-sm-pull-55 { margin-left: -55px !important } .marginLateral-sm-55 { margin-top: 55px !important; margin-bottom: 55px !important } .marginLateral-sm-pull-55 { margin-top: -55px !important; margin-bottom: -55px !important } .marginGutter-sm-55 { margin-right: 55px !important; margin-left: 55px !important } .marginGutter-sm-pull-55 { margin-right: -55px !important; margin-left: -55px !important } .margin-sm-60 { margin: 60px !important } .marginTop-sm-60 { margin-top: 60px !important } .marginTop-sm-pull-60 { margin-top: -60px !important } .marginRight-sm-60 { margin-right: 60px !important } .marginRight-sm-pull-60 { margin-right: -60px !important } .marginBottom-sm-60 { margin-bottom: 60px !important } .marginBottom-sm-pull-60 { margin-bottom: -60px !important } .marginLeft-sm-60 { margin-left: 60px !important } .marginLeft-sm-pull-60 { margin-left: -60px !important } .marginLateral-sm-60 { margin-top: 60px !important; margin-bottom: 60px !important } .marginLateral-sm-pull-60 { margin-top: -60px !important; margin-bottom: -60px !important } .marginGutter-sm-60 { margin-right: 60px !important; margin-left: 60px !important } .marginGutter-sm-pull-60 { margin-right: -60px !important; margin-left: -60px !important } .margin-sm-65 { margin: 65px !important } .marginTop-sm-65 { margin-top: 65px !important } .marginTop-sm-pull-65 { margin-top: -65px !important } .marginRight-sm-65 { margin-right: 65px !important } .marginRight-sm-pull-65 { margin-right: -65px !important } .marginBottom-sm-65 { margin-bottom: 65px !important } .marginBottom-sm-pull-65 { margin-bottom: -65px !important } .marginLeft-sm-65 { margin-left: 65px !important } .marginLeft-sm-pull-65 { margin-left: -65px !important } .marginLateral-sm-65 { margin-top: 65px !important; margin-bottom: 10px !important } .marginLateral-sm-pull-65 { margin-top: -65px !important; margin-bottom: -65px !important } .marginGutter-sm-65 { margin-right: 65px !important; margin-left: 65px !important } .marginGutter-sm-pull-65 { margin-right: -65px !important; margin-left: -65px !important } .margin-sm-70 { margin: 70px !important } .marginTop-sm-70 { margin-top: 70px !important } .marginTop-sm-pull-70 { margin-top: -70px !important } .marginRight-sm-70 { margin-right: 70px !important } .marginRight-sm-pull-70 { margin-right: -70px !important } .marginBottom-sm-70 { margin-bottom: 70px !important } .marginBottom-sm-pull-70 { margin-bottom: -70px !important } .marginLeft-sm-70 { margin-left: 70px !important } .marginLeft-sm-pull-70 { margin-left: -70px !important } .marginLateral-sm-70 { margin-top: 70px !important; margin-bottom: 70px !important } .marginLateral-sm-pull-70 { margin-top: -70px !important; margin-bottom: -70px !important } .marginGutter-sm-70 { margin-right: 70px !important; margin-left: 70px !important } .marginGutter-sm-pull-70 { margin-right: -70px !important; margin-left: -70px !important } .margin-sm-75 { margin: 75px !important } .marginTop-sm-75 { margin-top: 75px !important } .marginTop-sm-pull-75 { margin-top: -75px !important } .marginRight-sm-75 { margin-right: 75px !important } .marginRight-sm-pull-75 { margin-right: -75px !important } .marginBottom-sm-75 { margin-bottom: 75px !important } .marginBottom-sm-pull-75 { margin-bottom: -75px !important } .marginLeft-sm-75 { margin-left: 75px !important } .marginLeft-sm-pull-75 { margin-left: -75px !important } .marginLateral-sm-75 { margin-top: 75px !important; margin-bottom: 75px !important } .marginLateral-sm-pull-75 { margin-top: -75px !important; margin-bottom: -75px !important } .marginGutter-sm-75 { margin-right: 75px !important; margin-left: 75px !important } .marginGutter-sm-pull-75 { margin-right: -75px !important; margin-left: -75px !important } .margin-sm-80 { margin: 80px !important } .marginTop-sm-80 { margin-top: 80px !important } .marginTop-sm-pull-80 { margin-top: -80px !important } .marginRight-sm-80 { margin-right: 80px !important } .marginRight-sm-pull-80 { margin-right: -80px !important } .marginBottom-sm-80 { margin-bottom: 80px !important } .marginBottom-sm-pull-80 { margin-bottom: -80px !important } .marginLeft-sm-80 { margin-left: 80px !important } .marginLeft-sm-pull-80 { margin-left: -80px !important } .marginLateral-sm-80 { margin-top: 80px !important; margin-bottom: 80px !important } .marginLateral-sm-pull-80 { margin-top: -80px !important; margin-bottom: -80px !important } .marginGutter-sm-80 { margin-right: 80px !important; margin-left: 80px !important } .marginGutter-sm-pull-80 { margin-right: -80px !important; margin-left: -80px !important } .margin-sm-85 { margin: 85px !important } .marginTop-sm-85 { margin-top: 85px !important } .marginTop-sm-pull-85 { margin-top: -85px !important } .marginRight-sm-85 { margin-right: 85px !important } .marginRight-sm-pull-85 { margin-right: -85px !important } .marginBottom-sm-85 { margin-bottom: 85px !important } .marginBottom-sm-pull-85 { margin-bottom: -85px !important } .marginLeft-sm-85 { margin-left: 85px !important } .marginLeft-sm-pull-85 { margin-left: -85px !important } .marginLateral-sm-85 { margin-top: 85px !important; margin-bottom: 85px !important } .marginLateral-sm-pull-85 { margin-top: -85px !important; margin-bottom: -85px !important } .marginGutter-sm-85 { margin-right: 85px !important; margin-left: 85px !important } .marginGutter-sm-pull-85 { margin-right: -85px !important; margin-left: -85px !important } .margin-sm-90 { margin: 90px !important } .marginTop-sm-90 { margin-top: 90px !important } .marginTop-sm-pull-90 { margin-top: -90px !important } .marginRight-sm-90 { margin-right: 90px !important } .marginRight-sm-pull-90 { margin-right: -90px !important } .marginBottom-sm-90 { margin-bottom: 90px !important } .marginBottom-sm-pull-90 { margin-bottom: -90px !important } .marginLeft-sm-90 { margin-left: 90px !important } .marginLeft-sm-pull-90 { margin-left: -90px !important } .marginLateral-sm-90 { margin-top: 90px !important; margin-bottom: 90px !important } .marginLateral-sm-pull-90 { margin-top: -90px !important; margin-bottom: -90px !important } .marginGutter-sm-90 { margin-right: 90px !important; margin-left: 90px !important } .marginGutter-sm-pull-90 { margin-right: -90px !important; margin-left: -90px !important } .margin-sm-95 { margin: 95px !important } .marginTop-sm-95 { margin-top: 95px !important } .marginTop-sm-pull-95 { margin-top: -95px !important } .marginRight-sm-95 { margin-right: 95px !important } .marginRight-sm-pull-95 { margin-right: -95px !important } .marginBottom-sm-95 { margin-bottom: 95px !important } .marginBottom-sm-pull-95 { margin-bottom: -95px !important } .marginLeft-sm-95 { margin-left: 95px !important } .marginLeft-sm-pull-95 { margin-left: -95px !important } .marginLateral-sm-95 { margin-top: 95px !important; margin-bottom: 95px !important } .marginLateral-sm-pull-95 { margin-top: -95px !important; margin-bottom: -95px !important } .marginGutter-sm-95 { margin-right: 95px !important; margin-left: 95px !important } .marginGutter-sm-pull-95 { margin-right: -95px !important; margin-left: -95px !important } .margin-sm-100 { margin: 100px !important } .marginTop-sm-100 { margin-top: 100px !important } .marginTop-sm-pull-100 { margin-top: -100px !important } .marginRight-sm-100 { margin-right: 100px !important } .marginRight-sm-pull-100 { margin-right: -100px !important } .marginBottom-sm-100 { margin-bottom: 100px !important } .marginBottom-sm-pull-100 { margin-bottom: -100px !important } .marginLeft-sm-100 { margin-left: 100px !important } .marginLeft-sm-pull-100 { margin-left: -100px !important } .marginLateral-sm-100 { margin-top: 100px !important; margin-bottom: 100px !important } .marginLateral-sm-pull-100 { margin-top: -100px !important; margin-bottom: -100px !important } .marginGutter-sm-100 { margin-right: 100px !important; margin-left: 100px !important } .marginGutter-sm-pull-100 { margin-right: -100px !important; margin-left: -100px !important } .fontSize-sm-10pct { font-size:10% !important } .fontSize-sm-20pct { font-size:20% !important } .fontSize-sm-30pct { font-size:30% !important } .fontSize-sm-40pct { font-size:40% !important } .fontSize-sm-50pct { font-size:50% !important } .fontSize-sm-60pct { font-size:60% !important } .fontSize-sm-70pct { font-size:70% !important } .fontSize-sm-80pct { font-size:80% !important } .fontSize-sm-90pct { font-size:90% !important } .fontSize-sm-100pct { font-size:100% !important } .fontSize-sm-110pct { font-size:110% !important } .fontSize-sm-120pct { font-size:120% !important } .fontSize-sm-130pct { font-size:130% !important } .fontSize-sm-140pct { font-size:140% !important } .fontSize-sm-150pct { font-size:150% !important } .fontSize-sm-160pct { font-size:160% !important } .fontSize-sm-170pct { font-size:170% !important } .fontSize-sm-180pct { font-size:180% !important } .fontSize-sm-190pct { font-size:90% !important } .fontSize-sm-200pct { font-size:200% !important } .fontSize-sm-300pct { font-size:300% !important } .fontSize-sm-400pct { font-size:400% !important } .fontSize-sm-500pct { font-size:500% !important } .fontSize-sm-600pct { font-size:600% !important } .fontSize-sm-700pct { font-size:700% !important } .fontSize-sm-800pct { font-size:800% !important } .fontSize-sm-900pct { font-size:900% !important } .fontSize-sm-1000pct { font-size:1000% !important } .fontSize-sm-10px { font-size:10px !important } .fontSize-sm-11px { font-size:11px !important } .fontSize-sm-12px { font-size:12px !important } .fontSize-sm-14px { font-size:14px !important } .fontSize-sm-16px { font-size:16px !important } .fontSize-sm-18px { font-size:18px !important } .fontSize-sm-20px { font-size:20px !important } .fontSize-sm-22px { font-size:22px !important } .fontSize-sm-24px { font-size:24px !important } .fontSize-sm-26px { font-size:26px !important } .fontSize-sm-28px { font-size:28px !important } .fontSize-sm-30px { font-size:30px !important } .fontSize-sm-32px { font-size:32px !important } .fontSize-sm-34px { font-size:34px !important } .fontSize-sm-36px { font-size:36px !important } .fontSize-sm-38px { font-size:38px !important } .fontSize-sm-40px { font-size:40px !important } .fontSize-sm-42px { font-size:42px !important } .fontSize-sm-44px { font-size:44px !important } .fontSize-sm-46px { font-size:46px !important } .fontSize-sm-48px { font-size:48px !important } .fontSize-sm-50px { font-size:50px !important } .fontSize-sm-60px { font-size:60px !important } .fontSize-sm-70px { font-size:70px !important } .fontSize-sm-80px { font-size:80px !important } .fontSize-sm-90px { font-size:90px !important } .fontSize-sm-100px { font-size:100px !important } .fontSize-sm-06em { font-size:0.625em !important } .fontSize-sm-07em { font-size:0.75em !important } .fontSize-sm-08em { font-size:0.875em !important } .fontSize-sm-1em { font-size:1em !important } .fontSize-sm-11em { font-size:1.125em !important } .fontSize-sm-12em { font-size:1.25em !important } .fontSize-sm-13em { font-size:1.375em !important } .fontSize-sm-15em { font-size:1.5em !important } .fontSize-sm-16em { font-size:1.625em !important } .fontSize-sm-17em { font-size:1.75em !important } .fontSize-sm-18em { font-size:1.875em !important } .fontSize-sm-2em { font-size:2em !important } .fontSize-sm-25em { font-size:2.5em !important } .fontSize-sm-3em { font-size:3em !important } .fontSize-sm-35em { font-size:3.5em !important } .fontSize-sm-4em { font-size:4em !important } .fontSize-sm-45em { font-size:4.5em !important } .fontSize-sm-5em { font-size:5em !important } .fontWeight-sm-normal { font-weight:normal !important } .fontWeight-sm-bold { font-weight:bold !important } .fontWeight-sm-bolder { font-weight:bolder !important } .fontWeight-sm-lighter { font-weight:lighter !important } .fontWeight-sm-100 { font-weight:100 !important } .fontWeight-sm-200 { font-weight:200 !important } .fontWeight-sm-300 { font-weight:300 !important } .fontWeight-sm-400 { font-weight:400 !important } .fontWeight-sm-500 { font-weight:500 !important } .fontWeight-sm-600 { font-weight:600 !important } .fontWeight-sm-700 { font-weight:700 !important } .fontWeight-sm-800 { font-weight:800 !important } .fontWeight-sm-900 { font-weight:900 !important } .textAlign-sm-left,.text-sm-left { text-align:left !important } .textAlign-sm-right,.text-sm-right { text-align:right !important } .textAlign-sm-center,.text-sm-center { text-align:center !important } .textAlign-sm-justify,.text-sm-justify { text-align:justify !important } .textAlign-sm-start,.text-sm-start { text-align:start !important } .textAlign-sm-end,.text-sm-end { text-align:end !important } .positionTop-sm-none { top:0 !important } .positionRight-sm-none { right:0 !important } .positionBottom-sm-none { bottom:0 !important } .positionLeft-sm-none { left:0 !important } .positionTop-sm-1 { top:1px !important } .positionRight-sm-1 { right:1px !important } .positionBottom-sm-1 { bottom:1px !important } .positionLeft-sm-1 { left:1px !important } .positionTop-sm-2 { top:2px !important } .positionRight-sm-2 { right:2px !important } .positionBottom-sm-2 { bottom:2px !important } .positionLeft-sm-2 { left:2px !important } .positionTop-sm-3 { top:3px !important } .positionRight-sm-3 { right:3px !important } .positionBottom-sm-3 { bottom:3px !important } .positionLeft-sm-3 { left:3px !important } .positionTop-sm-5 { top:5px !important } .positionRight-sm-5 { right:5px !important } .positionBottom-sm-5 { bottom:5px !important } .positionLeft-sm-5 { left:5px !important } .positionTop-sm-10 { top:10px !important } .positionRight-sm-10 { right:10px !important } .positionBottom-sm-10 { bottom:10px !important } .positionLeft-sm-10 { left:10px !important } .positionTop-sm-15 { top:15px !important } .positionRight-sm-15 { right:15px !important } .positionBottom-sm-15 { bottom:15px !important } .positionLeft-sm-15 { left:15px !important } .positionTop-sm-20 { top:20px !important } .positionRight-sm-20 { right:20px !important } .positionBottom-sm-20 { bottom:20px !important } .positionLeft-sm-20 { left:20px !important } .positionTop-sm-25 { top:25px !important } .positionRight-sm-25 { right:25px !important } .positionBottom-sm-25 { bottom:25px !important } .positionLeft-sm-25 { left:25px !important } .positionTop-sm-30 { top:30px !important } .positionRight-sm-30 { right:30px !important } .positionBottom-sm-30 { bottom:30px !important } .positionLeft-sm-30 { left:30px !important } .positionTop-sm-35 { top:35px !important } .positionRight-sm-35 { right:35px !important } .positionBottom-sm-35 { bottom:35px !important } .positionLeft-sm-35 { left:35px !important } .positionTop-sm-40 { top:40px !important } .positionRight-sm-40 { right:40px !important } .positionBottom-sm-40 { bottom:40px !important } .positionLeft-sm-40 { left:40px !important } .positionTop-sm-45 { top:45px !important } .positionRight-sm-45 { right:45px !important } .positionBottom-sm-45 { bottom:45px !important } .positionLeft-sm-45 { left:45px !important } .positionTop-sm-50 { top:50px !important } .positionRight-sm-50 { right:50px !important } .positionBottom-sm-50 { bottom:50px !important } .positionLeft-sm-50 { left:50px !important } .positionTop-sm-55 { top:55px !important } .positionRight-sm-55 { right:55px !important } .positionBottom-sm-55 { bottom:55px !important } .positionLeft-sm-55 { left:55px !important } .positionTop-sm-60 { top:60px !important } .positionRight-sm-60 { right:60px !important } .positionBottom-sm-60 { bottom:60px !important } .positionLeft-sm-60 { left:60px !important } .positionTop-sm-65 { top:65px !important } .positionRight-sm-65 { right:65px !important } .positionBottom-sm-65 { bottom:65px !important } .positionLeft-sm-65 { left:65px !important } .positionTop-sm-70 { top:70px !important } .positionRight-sm-70 { right:70px !important } .positionBottom-sm-70 { bottom:70px !important } .positionLeft-sm-70 { left:70px !important } .positionTop-sm-75 { top:75px !important } .positionRight-sm-75 { right:75px !important } .positionBottom-sm-75 { bottom:75px !important } .positionLeft-sm-75 { left:75px !important } .positionTop-sm-80 { top:80px !important } .positionRight-sm-80 { right:80px !important } .positionBottom-sm-80 { bottom:80px !important } .positionLeft-sm-80 { left:80px !important } .positionTop-sm-85 { top:85px !important } .positionRight-sm-85 { right:85px !important } .positionBottom-sm-85 { bottom:85px !important } .positionLeft-sm-85 { left:85px !important } .positionTop-sm-90 { top:90px !important } .positionRight-sm-90 { right:90px !important } .positionBottom-sm-90 { bottom:90px !important } .positionLeft-sm-90 { left:90px !important } .positionTop-sm-95 { top:95px !important } .positionRight-sm-95 { right:95px !important } .positionBottom-sm-95 { bottom:95px !important } .positionLeft-sm-95 { left:95px !important } .positionTop-sm-100 { top:100px !important } .positionRight-sm-100 { right:100px !important } .positionBottom-sm-100 { bottom:100px !important } .positionLeft-sm-100 { left:100px !important } .positionTop-sm-110 { top:110px !important } .positionRight-sm-110 { right:110px !important } .positionBottom-sm-110 { bottom:110px !important } .positionLeft-sm-110 { left:110px !important } .positionTop-sm-120 { top:120px !important } .positionRight-sm-120 { right:120px !important } .positionBottom-sm-120 { bottom:120px !important } .positionLeft-sm-120 { left:120px !important } .positionTop-sm-130 { top:130px !important } .positionRight-sm-130 { right:130px !important } .positionBottom-sm-130 { bottom:130px !important } .positionLeft-sm-130 { left:130px !important } .positionTop-sm-140 { top:140px !important } .positionRight-sm-140 { right:140px !important } .positionBottom-sm-140 { bottom:140px !important } .positionLeft-sm-140 { left:140px !important } .positionTop-sm-150 { top:150px !important } .positionRight-sm-150 { right:150px !important } .positionBottom-sm-150 { bottom:150px !important } .positionLeft-sm-150 { left:150px !important } .positionTop-sm-160 { top:160px !important } .positionRight-sm-160 { right:160px !important } .positionBottom-sm-160 { bottom:160px !important } .positionLeft-sm-160 { left:160px !important } .positionTop-sm-170 { top:170px !important } .positionRight-sm-170 { right:170px !important } .positionBottom-sm-170 { bottom:170px !important } .positionLeft-sm-170 { left:170px !important } .positionTop-sm-180 { top:180px !important } .positionRight-sm-180 { right:180px !important } .positionBottom-sm-180 { bottom:180px !important } .positionLeft-sm-180 { left:180px !important } .positionTop-sm-190 { top:190px !important } .positionRight-sm-190 { right:190px !important } .positionBottom-sm-190 { bottom:190px !important } .positionLeft-sm-190 { left:190px !important } .positionTop-sm-200 { top:200px !important } .positionRight-sm-200 { right:200px !important } .positionBottom-sm-200 { bottom:200px !important } .positionLeft-sm-200 { left:200px !important } .positionTop-sm-250 { top:250px !important } .positionRight-sm-250 { right:250px !important } .positionBottom-sm-250 { bottom:250px !important } .positionLeft-sm-250 { left:250px !important } .positionTop-sm-300 { top:300px !important } .positionRight-sm-300 { right:300px !important } .positionBottom-sm-300 { bottom:300px !important } .positionLeft-sm-300 { left:300px !important } .positionTop-sm-350 { top:350px !important } .positionRight-sm-350 { right:350px !important } .positionBottom-sm-350 { bottom:350px !important } .positionLeft-sm-350 { left:350px !important } .positionTop-sm-400 { top:400px !important } .positionRight-sm-400 { right:400px !important } .positionBottom-sm-400 { bottom:400px !important } .positionLeft-sm-400 { left:400px !important } .positionTop-sm-450 { top:450px !important } .positionRight-sm-450 { right:450px !important } .positionBottom-sm-450 { bottom:450px !important } .positionLeft-sm-450 { left:450px !important } .positionTop-sm-500 { top:500px !important } .positionRight-sm-500 { right:500px !important } .positionBottom-sm-500 { bottom:500px !important } .positionLeft-sm-500 { left:500px !important } .positionTop-sm-1pct { top:1% !important } .positionRight-sm-1pct { right:1% !important } .positionBottom-sm-1pct { bottom:1% !important } .positionLeft-sm-1pct { left:1% !important } .positionTop-sm-2pct { top:2% !important } .positionRight-sm-2pct { right:2% !important } .positionBottom-sm-2pct { bottom:2% !important } .positionLeft-sm-2pct { left:2% !important } .positionTop-sm-3pct { top:3% !important } .positionRight-sm-3pct { right:3% !important } .positionBottom-sm-3pct { bottom:3% !important } .positionLeft-sm-3pct { left:3% !important } .positionTop-sm-5pct { top:5% !important } .positionRight-sm-5pct { right:5% !important } .positionBottom-sm-5pct { bottom:5% !important } .positionLeft-sm-5pct { left:5% !important } .positionTop-sm-10pct { top:10% !important } .positionRight-sm-10pct { right:10% !important } .positionBottom-sm-10pct { bottom:10% !important } .positionLeft-sm-10pct { left:10% !important } .positionTop-sm-15pct { top:15% !important } .positionRight-sm-15pct { right:15% !important } .positionBottom-sm-15pct { bottom:15% !important } .positionLeft-sm-15pct { left:15% !important } .positionTop-sm-20pct { top:20% !important } .positionRight-sm-20pct { right:20% !important } .positionBottom-sm-20pct { bottom:20% !important } .positionLeft-sm-20pct { left:20% !important } .positionTop-sm-25pct { top:25% !important } .positionRight-sm-25pct { right:25% !important } .positionBottom-sm-25pct { bottom:25% !important } .positionLeft-sm-25pct { left:25% !important } .positionTop-sm-30pct { top:30% !important } .positionRight-sm-30pct { right:30% !important } .positionBottom-sm-30pct { bottom:30% !important } .positionLeft-sm-30pct { left:30% !important } .positionTop-sm-35pct { top:35% !important } .positionRight-sm-35pct { right:35% !important } .positionBottom-sm-35pct { bottom:35% !important } .positionLeft-sm-35pct { left:35% !important } .positionTop-sm-40pct { top:40% !important } .positionRight-sm-40pct { right:40% !important } .positionBottom-sm-40pct { bottom:40% !important } .positionLeft-sm-40pct { left:40% !important } .positionTop-sm-45pct { top:45% !important } .positionRight-sm-45pct { right:45% !important } .positionBottom-sm-45pct { bottom:45% !important } .positionLeft-sm-45pct { left:45% !important } .positionTop-sm-50pct { top:50% !important } .positionRight-sm-50pct { right:50% !important } .positionBottom-sm-50pct { bottom:50% !important } .positionLeft-sm-50pct { left:50% !important } .border-sm-none { border:none 0px } .borderTop-sm-none { border-top:none 0px } .borderRight-sm-none { border-right:none 0px } .borderBottom-sm-none { border-bottom:none 0px } .borderLeft-sm-none { border-left:none 0px } .border-sm-transparent { border:transparent 1px solid } .borderTop-sm-transparent { border-top:transparent 1px solid } .borderRight-sm-transparent { border-right:transparent 1px solid } .borderBottom-sm-transparent { border-bottom:transparent 1px solid } .borderLeft-sm-transparent { border-left:transparent 1px solid } } @media (min-width:992px) { .clear-md-left { clear: left !important } .clear-md-right { clear: right !important } .clear-md-none { clear: none !important } .clear-md-both { clear: both !important } .clear-md-block { clear: both !important; display: block !important; overflow: hidden !important } .float-md-left { float: left !important } .float-md-center { margin: 0 auto !important } .float-md-right { float: right !important } .padding-md-none { padding: 0px !important } .paddingTop-md-none { padding-top: 0px !important } .paddingRight-md-none { padding-right: 0px !important } .paddingBottom-md-none { padding-bottom: 0px !important } .paddingLeft-md-none { padding-left: 0px !important } .paddingLateral-md-none { padding-top: 0 !important; padding-bottom: 0 !important } .paddingGutter-md-none { padding-right: 0 !important; padding-left: 0 !important } .padding-md-1 { padding: 1px !important } .paddingTop-md-1 { padding-top: 1px !important } .paddingRight-md-1 { padding-right: 1px !important } .paddingBottom-md-1 { padding-bottom: 1px !important } .paddingLeft-md-1 { padding-left: 1px !important } .paddingLateral-md-1 { padding-top: 1px !important; padding-bottom: 1px !important } .paddingGutter-md-1 { padding-right: 1px !important; padding-left: 1px !important } .padding-md-1pct { padding: 1% !important } .paddingTop-md-1pct { padding-top: 1% !important } .paddingRight-md-1pct { padding-right: 1% !important } .paddingBottom-md-1pct { padding-bottom: 1% !important } .paddingLeft-md-1pct { padding-left: 1% !important } .paddingLateral-md-1pct { padding-top: 1% !important; padding-bottom: 1% !important } .paddingGutter-md-1pct { padding-right: 1% !important; padding-left: 1% !important } .padding-md-2 { padding: 2px !important } .paddingTop-md-2 { padding-top: 2px !important } .paddingRight-md-2 { padding-right: 2px !important } .paddingBottom-md-2 { padding-bottom: 2px !important } .paddingLeft-md-2 { padding-left: 2px !important } .paddingLateral-md-2 { padding-top: 2px !important; padding-bottom: 2px !important } .paddingGutter-md-2 { padding-right: 2px !important; padding-left: 2px !important } .padding-md-2pct { padding: 2% !important } .paddingTop-md-2pct { padding-top: 2% !important } .paddingRight-md-2pct { padding-right: 2% !important } .paddingBottom-md-2pct { padding-bottom: 2% !important } .paddingLeft-md-2pct { padding-left: 2% !important } .paddingLateral-md-2pct { padding-top: 2% !important; padding-bottom: 2% !important } .paddingGutter-md-2pct { padding-right: 2% !important; padding-left: 2% !important } .padding-md-3 { padding: 3px !important } .paddingTop-md-3 { padding-top: 3px !important } .paddingRight-md-3 { padding-right: 3px !important } .paddingBottom-md-3 { padding-bottom: 3px !important } .paddingLeft-md-3 { padding-left: 3px !important } .paddingLateral-md-3 { padding-top: 3px !important; padding-bottom: 3px !important } .paddingGutter-md-3 { padding-right: 3px !important; padding-left: 3px !important } .padding-md-3pct { padding: 3% !important } .paddingTop-md-3pct { padding-top: 3% !important } .paddingRight-md-3pct { padding-right: 3% !important } .paddingBottom-md-3pct { padding-bottom: 3% !important } .paddingLeft-md-3pct { padding-left: 3% !important } .paddingLateral-md-3pct { padding-top: 3% !important; padding-bottom: 3% !important } .paddingGutter-md-3pct { padding-right: 3% !important; padding-left: 3% !important } .padding-md-5 { padding: 5px !important } .paddingTop-md-5 { padding-top: 5px !important } .paddingRight-md-5 { padding-right: 5px !important } .paddingBottom-md-5 { padding-bottom: 5px !important } .paddingLeft-md-5 { padding-left: 5px !important } .paddingLateral-md-5 { padding-top: 5px !important; padding-bottom: 5px !important } .paddingGutter-md-5 { padding-right: 5px !important; padding-left: 5px !important } .padding-md-5pct { padding: 5% !important } .paddingTop-md-5pct { padding-top: 5% !important } .paddingRight-md-5pct { padding-right: 5% !important } .paddingBottom-md-5pct { padding-bottom: 5% !important } .paddingLeft-md-5pct { padding-left: 5% !important } .paddingLateral-md-5pct { padding-top: 5% !important; padding-bottom: 5% !important } .paddingGutter-md-5pct { padding-right: 5% !important; padding-left: 5% !important } .padding-md-10 { padding: 10px !important } .paddingTop-md-10 { padding-top: 10px !important } .paddingRight-md-10 { padding-right: 10px !important } .paddingBottom-md-10 { padding-bottom: 10px !important } .paddingLeft-md-10 { padding-left: 10px !important } .paddingLateral-md-10 { padding-top: 10px !important; padding-bottom: 10px !important } .paddingGutter-md-10 { padding-right: 10px !important; padding-left: 10px !important } .padding-md-10pct { padding: 10% !important } .paddingTop-md-10pct { padding-top: 10% !important } .paddingRight-md-10pct { padding-right: 10% !important } .paddingBottom-md-10pct { padding-bottom: 10% !important } .paddingLeft-md-10pct { padding-left: 10% !important } .paddingLateral-md-10pct { padding-top: 10% !important; padding-bottom: 10% !important } .paddingGutter-md-10pct { padding-right: 10% !important; padding-left: 10% !important } .padding-md-15 { padding: 15px !important } .paddingTop-md-15 { padding-top: 15px !important } .paddingRight-md-15 { padding-right: 15px !important } .paddingBottom-md-15 { padding-bottom: 15px !important } .paddingLeft-md-15 { padding-left: 15px !important } .paddingLateral-md-15 { padding-top: 15px !important; padding-bottom: 15px !important } .paddingGutter-md-15 { padding-right: 15px !important; padding-left: 15px !important } .padding-md-15pct { padding: 15% !important } .paddingTop-md-15pct { padding-top: 15% !important } .paddingRight-md-15pct { padding-right: 15% !important } .paddingBottom-md-15pct { padding-bottom: 15% !important } .paddingLeft-md-15pct { padding-left: 15% !important } .paddingLateral-md-15pct { padding-top: 15% !important; padding-bottom: 15% !important } .paddingGutter-md-15pct { padding-right: 15% !important; padding-left: 15% !important } .padding-md-20 { padding: 20px !important } .paddingTop-md-20 { padding-top: 20px !important } .paddingRight-md-20 { padding-right: 20px !important } .paddingBottom-md-20 { padding-bottom: 20px !important } .paddingLeft-md-20 { padding-left: 20px !important } .paddingLateral-md-20 { padding-top: 20px !important; padding-bottom: 20px !important } .paddingGutter-md-20 { padding-right: 20px !important; padding-left: 20px !important } .padding-md-20pct { padding: 20% !important } .paddingTop-md-20pct { padding-top: 20% !important } .paddingRight-md-20pct { padding-right: 20% !important } .paddingBottom-md-20pct { padding-bottom: 20% !important } .paddingLeft-md-20pct { padding-left: 20% !important } .paddingLateral-md-20pct { padding-top: 20% !important; padding-bottom: 20% !important } .paddingGutter-md-20pct { padding-right: 20% !important; padding-left: 20% !important } .padding-md-25 { padding: 25px !important } .paddingTop-md-25 { padding-top: 25px !important } .paddingRight-md-25 { padding-right: 25px !important } .paddingBottom-md-25 { padding-bottom: 25px !important } .paddingLeft-md-25 { padding-left: 25px !important } .paddingLateral-md-25 { padding-top: 25px !important; padding-bottom: 25px !important } .paddingGutter-md-25 { padding-right: 25px !important; padding-left: 25px !important } .padding-md-25pct { padding: 25% !important } .paddingTop-md-25pct { padding-top: 25% !important } .paddingRight-md-25pct { padding-right: 25% !important } .paddingBottom-md-25pct { padding-bottom: 25% !important } .paddingLeft-md-25pct { padding-left: 25% !important } .paddingLateral-md-25pct { padding-top: 25% !important; padding-bottom: 25% !important } .paddingGutter-md-25pct { padding-right: 25% !important; padding-left: 25% !important } .padding-md-30 { padding: 30px !important } .paddingTop-md-30 { padding-top: 30px !important } .paddingRight-md-30 { padding-right: 30px !important } .paddingBottom-md-30 { padding-bottom: 30px !important } .paddingLeft-md-30 { padding-left: 30px !important } .paddingLateral-md-30 { padding-top: 30px !important; padding-bottom: 30px !important } .paddingGutter-md-30 { padding-right: 30px !important; padding-left: 30px !important } .padding-md-35 { padding: 35px !important } .paddingTop-md-35 { padding-top: 35px !important } .paddingRight-md-35 { padding-right: 35px !important } .paddingBottom-md-35 { padding-bottom: 35px !important } .paddingLeft-md-35 { padding-left: 35px !important } .paddingLateral-md-35 { padding-top: 35px !important; padding-bottom: 35px !important } .paddingGutter-md-35 { padding-right: 35px !important; padding-left: 35px !important } .padding-md-40 { padding: 40px !important } .paddingTop-md-40 { padding-top: 40px !important } .paddingRight-md-40 { padding-right: 40px !important } .paddingBottom-md-40 { padding-bottom: 40px !important } .paddingLeft-md-40 { padding-left: 40px !important } .paddingLateral-md-40 { padding-top: 40px !important; padding-bottom: 40px !important } .paddingGutter-md-40 { padding-right: 40px !important; padding-left: 40px !important } .padding-md-45 { padding: 45px !important } .paddingTop-md-45 { padding-top: 45px !important } .paddingRight-md-45 { padding-right: 45px !important } .paddingBottom-md-45 { padding-bottom: 45px !important } .paddingLeft-md-45 { padding-left: 45px !important } .paddingLateral-md-45 { padding-top: 45px !important; padding-bottom: 45px !important } .paddingGutter-md-45 { padding-right: 45px !important; padding-left: 45px !important } .padding-md-50 { padding: 50px !important } .paddingTop-md-50 { padding-top: 50px !important } .paddingRight-md-50 { padding-right: 50px !important } .paddingBottom-md-50 { padding-bottom: 50px !important } .paddingLeft-md-50 { padding-left: 50px !important } .paddingLateral-md-50 { padding-top: 50px !important; padding-bottom: 50px !important } .paddingGutter-md-50 { padding-right: 50px !important; padding-left: 50px !important } .padding-md-55 { padding: 55px !important } .paddingTop-md-55 { padding-top: 55px !important } .paddingRight-md-55 { padding-right: 55px !important } .paddingBottom-md-55 { padding-bottom: 55px !important } .paddingLeft-md-55 { padding-left: 55px !important } .paddingLateral-md-55 { padding-top: 55px !important; padding-bottom: 55px !important } .paddingGutter-md-55 { padding-right: 55px !important; padding-left: 55px !important } .padding-md-60 { padding: 60px !important } .paddingTop-md-60 { padding-top: 60px !important } .paddingRight-md-60 { padding-right: 60px !important } .paddingBottom-md-60 { padding-bottom: 60px !important } .paddingLeft-md-60 { padding-left: 60px !important } .paddingLateral-md-60 { padding-top: 60px !important; padding-bottom: 60px !important } .paddingGutter-md-60 { padding-right: 60px !important; padding-left: 60px !important } .padding-md-65 { padding: 65px !important } .paddingTop-md-65 { padding-top: 65px !important } .paddingRight-md-65 { padding-right: 65px !important } .paddingBottom-md-65 { padding-bottom: 65px !important } .paddingLeft-md-65 { padding-left: 65px !important } .paddingLateral-md-65 { padding-top: 65px !important; padding-bottom: 65px !important } .paddingGutter-md-65 { padding-right: 65px !important; padding-left: 65px !important } .padding-md-70 { padding: 70px !important } .paddingTop-md-70 { padding-top: 70px !important } .paddingRight-md-70 { padding-right: 70px !important } .paddingBottom-md-70 { padding-bottom: 70px !important } .paddingLeft-md-70 { padding-left: 70px !important } .paddingLateral-md-70 { padding-top: 70px !important; padding-bottom: 70px !important } .paddingGutter-md-70 { padding-right: 70px !important; padding-left: 70px !important } .padding-md-75 { padding: 75px !important } .paddingTop-md-75 { padding-top: 75px !important } .paddingRight-md-75 { padding-right: 75px !important } .paddingBottom-md-75 { padding-bottom: 75px !important } .paddingLeft-md-75 { padding-left: 75px !important } .paddingLateral-md-75 { padding-top: 75px !important; padding-bottom: 75px !important } .paddingGutter-md-75 { padding-right: 75px !important; padding-left: 75px !important } .padding-md-80 { padding: 80px !important } .paddingTop-md-80 { padding-top: 80px !important } .paddingRight-md-80 { padding-right: 80px !important } .paddingBottom-md-80 { padding-bottom: 80px !important } .paddingLeft-md-80 { padding-left: 80px !important } .paddingLateral-md-80 { padding-top: 80px !important; padding-bottom: 80px !important } .paddingGutter-md-80 { padding-right: 80px !important; padding-left: 80px !important } .padding-md-85 { padding: 85px !important } .paddingTop-md-85 { padding-top: 85px !important } .paddingRight-md-85 { padding-right: 85px !important } .paddingBottom-md-85 { padding-bottom: 85px !important } .paddingLeft-md-85 { padding-left: 85px !important } .paddingLateral-md-85 { padding-top: 85px !important; padding-bottom: 85px !important } .paddingGutter-md-85 { padding-right: 85px !important; padding-left: 85px !important } .padding-md-90 { padding: 90px !important } .paddingTop-md-90 { padding-top: 90px !important } .paddingRight-md-90 { padding-right: 90px !important } .paddingBottom-md-90 { padding-bottom: 90px !important } .paddingLeft-md-90 { padding-left: 90px !important } .paddingLateral-md-90 { padding-top: 90px !important; padding-bottom: 90px !important } .paddingGutter-md-90 { padding-right: 90px !important; padding-left: 90px !important } .padding-md-95 { padding: 95px !important } .paddingTop-md-95 { padding-top: 95px !important } .paddingRight-md-95 { padding-right: 95px !important } .paddingBottom-md-95 { padding-bottom: 95px !important } .paddingLeft-md-95 { padding-left: 95px !important } .paddingLateral-md-95 { padding-top: 95px !important; padding-bottom: 95px !important } .paddingGutter-md-95 { padding-right: 95px !important; padding-left: 95px !important } .padding-md-100 { padding: 100px !important } .paddingTop-md-100 { padding-top: 100px !important } .paddingRight-md-100 { padding-right: 100px !important } .paddingBottom-md-100 { padding-bottom: 100px !important } .paddingLeft-md-100 { padding-left: 100px !important } .paddingLateral-md-100 { padding-top: 100px !important; padding-bottom: 100px !important } .paddingGutter-md-100 { padding-right: 100px !important; padding-left: 100px !important } .margin-md-none { margin: 0 !important } .marginTop-md-none { margin-top: 0 !important } .marginRight-md-none { margin-right: 0 !important } .marginBottom-md-none { margin-bottom: 0 !important } .marginLeft-md-none { margin-left: 0 !important } .marginLateral-md-none { margin-top: 0 !important; margin-bottom: 0 !important } .marginGutter-md-none { margin-right: 0 !important; margin-left: 0 !important } .margin-md-1 { margin: 1px !important } .marginTop-md-1 { margin-top: 1px !important } .marginTop-md-pull-1 { margin-top: -1px !important } .marginRight-md-1 { margin-right: 1px !important } .marginRight-md-pull-1 { margin-right: -1px !important } .marginBottom-md-1 { margin-bottom: 1px !important } .marginBottom-md-pull-1 { margin-bottom: -1px !important } .marginLeft-md-1 { margin-left: 1px !important } .marginLeft-md-pull-1 { margin-left: -1px !important } .marginLateral-md-1 { margin-top: 1px !important; margin-bottom: 1px !important } .marginLateral-md-pull-1 { margin-top: -1px !important; margin-bottom: -1px !important } .marginGutter-md-1 { margin-right: 1px !important; margin-left: 1px !important } .marginGutter-md-pull-1 { margin-right: -1px !important; margin-left: -1px !important } .margin-md-2 { margin: 2px !important } .marginTop-md-2 { margin-top: 2px !important } .marginTop-md-pull-2 { margin-top: -2px !important } .marginRight-md-2 { margin-right: 2px !important } .marginRight-md-pull-2 { margin-right: -2px !important } .marginBottom-md-2 { margin-bottom: 2px !important } .marginBottom-md-pull-2 { margin-bottom: -2px !important } .marginLeft-md-2 { margin-left: 2px !important } .marginLeft-md-pull-2 { margin-left: -2px !important } .marginLateral-md-2 { margin-top: 2px !important; margin-bottom: 2px !important } .marginLateral-md-pull-2 { margin-top: -2px !important; margin-bottom: -2px !important } .marginGutter-md-2 { margin-right: 2px !important; margin-left: 2px !important } .marginGutter-md-pull-2 { margin-right: -2px !important; margin-left: -2px !important } .margin-md-3 { margin: 3px !important } .marginTop-md-3 { margin-top: 3px !important } .marginTop-md-pull-3 { margin-top: -3px !important } .marginRight-md-3 { margin-right: 3px !important } .marginRight-md-pull-3 { margin-right: -3px !important } .marginBottom-md-3 { margin-bottom: 3px !important } .marginBottom-md-pull-3 { margin-bottom: -3px !important } .marginLeft-md-3 { margin-left: 3px !important } .marginLeft-md-pull-3 { margin-left: -3px !important } .marginLateral-md-3 { margin-top: 3px !important; margin-bottom: 3px !important } .marginLateral-md-pull-3 { margin-top: -3px !important; margin-bottom: -3px !important } .marginGutter-md-3 { margin-right: 3px !important; margin-left: 3px !important } .marginGutter-md-pull-3 { margin-right: -3px !important; margin-left: -3px !important } .margin-md-5 { margin: 5px !important } .marginTop-md-5 { margin-top: 5px !important } .marginTop-md-pull-5 { margin-top: -5px !important } .marginRight-md-5 { margin-right: 5px !important } .marginRight-md-pull-5 { margin-right: -5px !important } .marginBottom-md-5 { margin-bottom: 5px !important } .marginBottom-md-pull-5 { margin-bottom: -5px !important } .marginLeft-md-5 { margin-left: 5px !important } .marginLeft-md-pull-5 { margin-left: -5px !important } .marginLateral-md-5 { margin-top: 5px !important; margin-bottom: 5px !important } .marginLateral-md-pull-5 { margin-top: -5px !important; margin-bottom: -5px !important } .marginGutter-md-5 { margin-right: 5px !important; margin-left: 5px !important } .marginGutter-md-pull-5 { margin-right: -5px !important; margin-left: -5px !important } .margin-md-10 { margin: 10px !important } .marginTop-md-10 { margin-top: 10px !important } .marginTop-md-pull-10 { margin-top: -10px !important } .marginRight-md-10 { margin-right: 10px !important } .marginRight-md-pull-10 { margin-right: -10px !important } .marginBottom-md-10 { margin-bottom: 10px !important } .marginBottom-md-pull-10 { margin-bottom: -10px !important } .marginLeft-md-10 { margin-left: 10px !important } .marginLeft-md-pull-10 { margin-left: -10px !important } .marginLateral-md-10 { margin-top: 10px !important; margin-bottom: 10px !important } .marginLateral-md-pull-10 { margin-top: -10px !important; margin-bottom: -10px !important } .marginGutter-md-10 { margin-right: 10px !important; margin-left: 10px !important } .marginGutter-md-pull-10 { margin-right: -10px !important; margin-left: -10px !important } .margin-md-15 { margin: 15px !important } .marginTop-md-15 { margin-top: 15px !important } .marginTop-md-pull-15 { margin-top: -15px !important } .marginRight-md-15 { margin-right: 15px !important } .marginRight-md-pull-15 { margin-right: -15px !important } .marginBottom-md-15 { margin-bottom: 15px !important } .marginBottom-md-pull-15 { margin-bottom: -15px !important } .marginLeft-md-15 { margin-left: 15px !important } .marginLeft-md-pull-15 { margin-left: -15px !important } .marginLateral-md-15 { margin-top: 15px !important; margin-bottom: 15px !important } .marginLateral-md-pull-15 { margin-top: -15px !important; margin-bottom: -15px !important } .marginGutter-md-15 { margin-right: 15px !important; margin-left: 15px !important } .marginGutter-md-pull-15 { margin-right: -15px !important; margin-left: -15px !important } .margin-md-20 { margin: 20px !important } .marginTop-md-20 { margin-top: 20px !important } .marginTop-md-pull-20 { margin-top: -20px !important } .marginRight-md-20 { margin-right: 20px !important } .marginRight-md-pull-20 { margin-right: -20px !important } .marginBottom-md-20 { margin-bottom: 20px !important } .marginBottom-md-pull-20 { margin-bottom: -20px !important } .marginLeft-md-20 { margin-left: 20px !important } .marginLeft-md-pull-20 { margin-left: -20px !important } .marginLateral-md-20 { margin-top: 20px !important; margin-bottom: 20px !important } .marginLateral-md-pull-20 { margin-top: -20px !important; margin-bottom: -20px !important } .marginGutter-md-20 { margin-right: 20px !important; margin-left: 20px !important } .marginGutter-md-pull-20 { margin-right: -20px !important; margin-left: -20px !important } .margin-md-25 { margin: 25px !important } .marginTop-md-25 { margin-top: 25px !important } .marginTop-md-pull-25 { margin-top: -25px !important } .marginRight-md-25 { margin-right: 25px !important } .marginRight-md-pull-25 { margin-right: -25px !important } .marginBottom-md-25 { margin-bottom: 25px !important } .marginBottom-md-pull-25 { margin-bottom: -25px !important } .marginLeft-md-25 { margin-left: 25px !important } .marginLeft-md-pull-25 { margin-left: -25px !important } .marginLateral-md-25 { margin-top: 25px !important; margin-bottom: 25px !important } .marginLateral-md-pull-25 { margin-top: -25px !important; margin-bottom: -25px !important } .marginGutter-md-25 { margin-right: 25px !important; margin-left: 25px !important } .marginGutter-md-pull-25 { margin-right: -25px !important; margin-left: -25px !important } .margin-md-30 { margin: 30px !important } .marginTop-md-30 { margin-top: 30px !important } .marginTop-md-pull-30 { margin-top: -30px !important } .marginRight-md-30 { margin-right: 30px !important } .marginRight-md-pull-30 { margin-right: -30px !important } .marginBottom-md-30 { margin-bottom: 30px !important } .marginBottom-md-pull-30 { margin-bottom: -30px !important } .marginLeft-md-30 { margin-left: 30px !important } .marginLeft-md-pull-30 { margin-left: -30px !important } .marginLateral-md-30 { margin-top: 30px !important; margin-bottom: 30px !important } .marginLateral-md-pull-30 { margin-top: -30px !important; margin-bottom: -30px !important } .marginGutter-md-30 { margin-right: 30px !important; margin-left: 30px !important } .marginGutter-md-pull-30 { margin-right: -30px !important; margin-left: -30px !important } .margin-md-35 { margin: 35px !important } .marginTop-md-35 { margin-top: 35px !important } .marginTop-md-pull-35 { margin-top: -35px !important } .marginRight-md-35 { margin-right: 35px !important } .marginRight-md-pull-35 { margin-right: -35px !important } .marginBottom-md-35 { margin-bottom: 35px !important } .marginBottom-md-pull-35 { margin-bottom: -35px !important } .marginLeft-md-35 { margin-left: 35px !important } .marginLeft-md-pull-35 { margin-left: -35px !important } .marginLateral-md-35 { margin-top: 35px !important; margin-bottom: 35px !important } .marginLateral-md-pull-35 { margin-top: -35px !important; margin-bottom: -35px !important } .marginGutter-md-35 { margin-right: 35px !important; margin-left: 35px !important } .marginGutter-md-pull-35 { margin-right: -35px !important; margin-left: -35px !important } .margin-md-40 { margin: 40px !important } .marginTop-md-40 { margin-top: 40px !important } .marginTop-md-pull-40 { margin-top: -40px !important } .marginRight-md-40 { margin-right: 40px !important } .marginRight-md-pull-40 { margin-right: -40px !important } .marginBottom-md-40 { margin-bottom: 40px !important } .marginBottom-md-pull-40 { margin-bottom: -40px !important } .marginLeft-md-40 { margin-left: 40px !important } .marginLeft-md-pull-40 { margin-left: -40px !important } .marginLateral-md-40 { margin-top: 40px !important; margin-bottom: 40px !important } .marginLateral-md-pull-40 { margin-top: -40px !important; margin-bottom: -40px !important } .marginGutter-md-40 { margin-right: 40px !important; margin-left: 40px !important } .marginGutter-md-pull-40 { margin-right: -40px !important; margin-left: -40px !important } .margin-md-45 { margin: 45px !important } .marginTop-md-45 { margin-top: 45px !important } .marginTop-md-pull-45 { margin-top: -45px !important } .marginRight-md-45 { margin-right: 45px !important } .marginRight-md-pull-45 { margin-right: -45px !important } .marginBottom-md-45 { margin-bottom: 45px !important } .marginBottom-md-pull-45 { margin-bottom: -45px !important } .marginLeft-md-45 { margin-left: 45px !important } .marginLeft-md-pull-45 { margin-left: -45px !important } .marginLateral-md-45 { margin-top: 45px !important; margin-bottom: 45px !important } .marginLateral-md-pull-45 { margin-top: -45px !important; margin-bottom: -45px !important } .marginGutter-md-45 { margin-right: 45px !important; margin-left: 45px !important } .marginGutter-md-pull-45 { margin-right: -45px !important; margin-left: -45px !important } .margin-md-50 { margin: 50px !important } .marginTop-md-50 { margin-top: 50px !important } .marginTop-md-pull-50 { margin-top: -50px !important } .marginRight-md-50 { margin-right: 50px !important } .marginRight-md-pull-50 { margin-right: -50px !important } .marginBottom-md-50 { margin-bottom: 50px !important } .marginBottom-md-pull-50 { margin-bottom: -50px !important } .marginLeft-md-50 { margin-left: 50px !important } .marginLeft-md-pull-50 { margin-left: -50px !important } .marginLateral-md-50 { margin-top: 50px !important; margin-bottom: 50px !important } .marginLateral-md-pull-50 { margin-top: -50px !important; margin-bottom: -50px !important } .marginGutter-md-50 { margin-right: 50px !important; margin-left: 50px !important } .marginGutter-md-pull-50 { margin-right: -50px !important; margin-left: -50px !important } .margin-md-55 { margin: 55px !important } .marginTop-md-55 { margin-top: 55px !important } .marginTop-md-pull-55 { margin-top: -55px !important } .marginRight-md-55 { margin-right: 55px !important } .marginRight-md-pull-55 { margin-right: -55px !important } .marginBottom-md-55 { margin-bottom: 55px !important } .marginBottom-md-pull-55 { margin-bottom: -55px !important } .marginLeft-md-55 { margin-left: 55px !important } .marginLeft-md-pull-55 { margin-left: -55px !important } .marginLateral-md-55 { margin-top: 55px !important; margin-bottom: 55px !important } .marginLateral-md-pull-55 { margin-top: -55px !important; margin-bottom: -55px !important } .marginGutter-md-55 { margin-right: 55px !important; margin-left: 55px !important } .marginGutter-md-pull-55 { margin-right: -55px !important; margin-left: -55px !important } .margin-md-60 { margin: 60px !important } .marginTop-md-60 { margin-top: 60px !important } .marginTop-md-pull-60 { margin-top: -60px !important } .marginRight-md-60 { margin-right: 60px !important } .marginRight-md-pull-60 { margin-right: -60px !important } .marginBottom-md-60 { margin-bottom: 60px !important } .marginBottom-md-pull-60 { margin-bottom: -60px !important } .marginLeft-md-60 { margin-left: 60px !important } .marginLeft-md-pull-60 { margin-left: -60px !important } .marginLateral-md-60 { margin-top: 60px !important; margin-bottom: 60px !important } .marginLateral-md-pull-60 { margin-top: -60px !important; margin-bottom: -60px !important } .marginGutter-md-60 { margin-right: 60px !important; margin-left: 60px !important } .marginGutter-md-pull-60 { margin-right: -60px !important; margin-left: -60px !important } .margin-md-65 { margin: 65px !important } .marginTop-md-65 { margin-top: 65px !important } .marginTop-md-pull-65 { margin-top: -65px !important } .marginRight-md-65 { margin-right: 65px !important } .marginRight-md-pull-65 { margin-right: -65px !important } .marginBottom-md-65 { margin-bottom: 65px !important } .marginBottom-md-pull-65 { margin-bottom: -65px !important } .marginLeft-md-65 { margin-left: 65px !important } .marginLeft-md-pull-65 { margin-left: -65px !important } .marginLateral-md-65 { margin-top: 65px !important; margin-bottom: 10px !important } .marginLateral-md-pull-65 { margin-top: -65px !important; margin-bottom: -65px !important } .marginGutter-md-65 { margin-right: 65px !important; margin-left: 65px !important } .marginGutter-md-pull-65 { margin-right: -65px !important; margin-left: -65px !important } .margin-md-70 { margin: 70px !important } .marginTop-md-70 { margin-top: 70px !important } .marginTop-md-pull-70 { margin-top: -70px !important } .marginRight-md-70 { margin-right: 70px !important } .marginRight-md-pull-70 { margin-right: -70px !important } .marginBottom-md-70 { margin-bottom: 70px !important } .marginBottom-md-pull-70 { margin-bottom: -70px !important } .marginLeft-md-70 { margin-left: 70px !important } .marginLeft-md-pull-70 { margin-left: -70px !important } .marginLateral-md-70 { margin-top: 70px !important; margin-bottom: 70px !important } .marginLateral-md-pull-70 { margin-top: -70px !important; margin-bottom: -70px !important } .marginGutter-md-70 { margin-right: 70px !important; margin-left: 70px !important } .marginGutter-md-pull-70 { margin-right: -70px !important; margin-left: -70px !important } .margin-md-75 { margin: 75px !important } .marginTop-md-75 { margin-top: 75px !important } .marginTop-md-pull-75 { margin-top: -75px !important } .marginRight-md-75 { margin-right: 75px !important } .marginRight-md-pull-75 { margin-right: -75px !important } .marginBottom-md-75 { margin-bottom: 75px !important } .marginBottom-md-pull-75 { margin-bottom: -75px !important } .marginLeft-md-75 { margin-left: 75px !important } .marginLeft-md-pull-75 { margin-left: -75px !important } .marginLateral-md-75 { margin-top: 75px !important; margin-bottom: 75px !important } .marginLateral-md-pull-75 { margin-top: -75px !important; margin-bottom: -75px !important } .marginGutter-md-75 { margin-right: 75px !important; margin-left: 75px !important } .marginGutter-md-pull-75 { margin-right: -75px !important; margin-left: -75px !important } .margin-md-80 { margin: 80px !important } .marginTop-md-80 { margin-top: 80px !important } .marginTop-md-pull-80 { margin-top: -80px !important } .marginRight-md-80 { margin-right: 80px !important } .marginRight-md-pull-80 { margin-right: -80px !important } .marginBottom-md-80 { margin-bottom: 80px !important } .marginBottom-md-pull-80 { margin-bottom: -80px !important } .marginLeft-md-80 { margin-left: 80px !important } .marginLeft-md-pull-80 { margin-left: -80px !important } .marginLateral-md-80 { margin-top: 80px !important; margin-bottom: 80px !important } .marginLateral-md-pull-80 { margin-top: -80px !important; margin-bottom: -80px !important } .marginGutter-md-80 { margin-right: 80px !important; margin-left: 80px !important } .marginGutter-md-pull-80 { margin-right: -80px !important; margin-left: -80px !important } .margin-md-85 { margin: 85px !important } .marginTop-md-85 { margin-top: 85px !important } .marginTop-md-pull-85 { margin-top: -85px !important } .marginRight-md-85 { margin-right: 85px !important } .marginRight-md-pull-85 { margin-right: -85px !important } .marginBottom-md-85 { margin-bottom: 85px !important } .marginBottom-md-pull-85 { margin-bottom: -85px !important } .marginLeft-md-85 { margin-left: 85px !important } .marginLeft-md-pull-85 { margin-left: -85px !important } .marginLateral-md-85 { margin-top: 85px !important; margin-bottom: 85px !important } .marginLateral-md-pull-85 { margin-top: -85px !important; margin-bottom: -85px !important } .marginGutter-md-85 { margin-right: 85px !important; margin-left: 85px !important } .marginGutter-md-pull-85 { margin-right: -85px !important; margin-left: -85px !important } .margin-md-90 { margin: 90px !important } .marginTop-md-90 { margin-top: 90px !important } .marginTop-md-pull-90 { margin-top: -90px !important } .marginRight-md-90 { margin-right: 90px !important } .marginRight-md-pull-90 { margin-right: -90px !important } .marginBottom-md-90 { margin-bottom: 90px !important } .marginBottom-md-pull-90 { margin-bottom: -90px !important } .marginLeft-md-90 { margin-left: 90px !important } .marginLeft-md-pull-90 { margin-left: -90px !important } .marginLateral-md-90 { margin-top: 90px !important; margin-bottom: 90px !important } .marginLateral-md-pull-90 { margin-top: -90px !important; margin-bottom: -90px !important } .marginGutter-md-90 { margin-right: 90px !important; margin-left: 90px !important } .marginGutter-md-pull-90 { margin-right: -90px !important; margin-left: -90px !important } .margin-md-95 { margin: 95px !important } .marginTop-md-95 { margin-top: 95px !important } .marginTop-md-pull-95 { margin-top: -95px !important } .marginRight-md-95 { margin-right: 95px !important } .marginRight-md-pull-95 { margin-right: -95px !important } .marginBottom-md-95 { margin-bottom: 95px !important } .marginBottom-md-pull-95 { margin-bottom: -95px !important } .marginLeft-md-95 { margin-left: 95px !important } .marginLeft-md-pull-95 { margin-left: -95px !important } .marginLateral-md-95 { margin-top: 95px !important; margin-bottom: 95px !important } .marginLateral-md-pull-95 { margin-top: -95px !important; margin-bottom: -95px !important } .marginGutter-md-95 { margin-right: 95px !important; margin-left: 95px !important } .marginGutter-md-pull-95 { margin-right: -95px !important; margin-left: -95px !important } .margin-md-100 { margin: 100px !important } .marginTop-md-100 { margin-top: 100px !important } .marginTop-md-pull-100 { margin-top: -100px !important } .marginRight-md-100 { margin-right: 100px !important } .marginRight-md-pull-100 { margin-right: -100px !important } .marginBottom-md-100 { margin-bottom: 100px !important } .marginBottom-md-pull-100 { margin-bottom: -100px !important } .marginLeft-md-100 { margin-left: 100px !important } .marginLeft-md-pull-100 { margin-left: -100px !important } .marginLateral-md-100 { margin-top: 100px !important; margin-bottom: 100px !important } .marginLateral-md-pull-100 { margin-top: -100px !important; margin-bottom: -100px !important } .marginGutter-md-100 { margin-right: 100px !important; margin-left: 100px !important } .marginGutter-md-pull-100 { margin-right: -100px !important; margin-left: -100px !important } .fontSize-md-10pct { font-size:10% !important } .fontSize-md-20pct { font-size:20% !important } .fontSize-md-30pct { font-size:30% !important } .fontSize-md-40pct { font-size:40% !important } .fontSize-md-50pct { font-size:50% !important } .fontSize-md-60pct { font-size:60% !important } .fontSize-md-70pct { font-size:70% !important } .fontSize-md-80pct { font-size:80% !important } .fontSize-md-90pct { font-size:90% !important } .fontSize-md-100pct { font-size:100% !important } .fontSize-md-110pct { font-size:110% !important } .fontSize-md-120pct { font-size:120% !important } .fontSize-md-130pct { font-size:130% !important } .fontSize-md-140pct { font-size:140% !important } .fontSize-md-150pct { font-size:150% !important } .fontSize-md-160pct { font-size:160% !important } .fontSize-md-170pct { font-size:170% !important } .fontSize-md-180pct { font-size:180% !important } .fontSize-md-190pct { font-size:90% !important } .fontSize-md-200pct { font-size:200% !important } .fontSize-md-300pct { font-size:300% !important } .fontSize-md-400pct { font-size:400% !important } .fontSize-md-500pct { font-size:500% !important } .fontSize-md-600pct { font-size:600% !important } .fontSize-md-700pct { font-size:700% !important } .fontSize-md-800pct { font-size:800% !important } .fontSize-md-900pct { font-size:900% !important } .fontSize-md-1000pct { font-size:1000% !important } .fontSize-md-10px { font-size:10px !important } .fontSize-md-11px { font-size:11px !important } .fontSize-md-12px { font-size:12px !important } .fontSize-md-14px { font-size:14px !important } .fontSize-md-16px { font-size:16px !important } .fontSize-md-18px { font-size:18px !important } .fontSize-md-20px { font-size:20px !important } .fontSize-md-22px { font-size:22px !important } .fontSize-md-24px { font-size:24px !important } .fontSize-md-26px { font-size:26px !important } .fontSize-md-28px { font-size:28px !important } .fontSize-md-30px { font-size:30px !important } .fontSize-md-32px { font-size:32px !important } .fontSize-md-34px { font-size:34px !important } .fontSize-md-36px { font-size:36px !important } .fontSize-md-38px { font-size:38px !important } .fontSize-md-40px { font-size:40px !important } .fontSize-md-42px { font-size:42px !important } .fontSize-md-44px { font-size:44px !important } .fontSize-md-46px { font-size:46px !important } .fontSize-md-48px { font-size:48px !important } .fontSize-md-50px { font-size:50px !important } .fontSize-md-60px { font-size:60px !important } .fontSize-md-70px { font-size:70px !important } .fontSize-md-80px { font-size:80px !important } .fontSize-md-90px { font-size:90px !important } .fontSize-md-100px { font-size:100px !important } .fontSize-md-06em { font-size:0.625em !important } .fontSize-md-07em { font-size:0.75em !important } .fontSize-md-08em { font-size:0.875em !important } .fontSize-md-1em { font-size:1em !important } .fontSize-md-11em { font-size:1.125em !important } .fontSize-md-12em { font-size:1.25em !important } .fontSize-md-13em { font-size:1.375em !important } .fontSize-md-15em { font-size:1.5em !important } .fontSize-md-16em { font-size:1.625em !important } .fontSize-md-17em { font-size:1.75em !important } .fontSize-md-18em { font-size:1.875em !important } .fontSize-md-2em { font-size:2em !important } .fontSize-md-25em { font-size:2.5em !important } .fontSize-md-3em { font-size:3em !important } .fontSize-md-35em { font-size:3.5em !important } .fontSize-md-4em { font-size:4em !important } .fontSize-md-45em { font-size:4.5em !important } .fontSize-md-5em { font-size:5em !important } .fontWeight-md-normal { font-weight:normal !important } .fontWeight-md-bold { font-weight:bold !important } .fontWeight-md-bolder { font-weight:bolder !important } .fontWeight-md-lighter { font-weight:lighter !important } .fontWeight-md-100 { font-weight:100 !important } .fontWeight-md-200 { font-weight:200 !important } .fontWeight-md-300 { font-weight:300 !important } .fontWeight-md-400 { font-weight:400 !important } .fontWeight-md-500 { font-weight:500 !important } .fontWeight-md-600 { font-weight:600 !important } .fontWeight-md-700 { font-weight:700 !important } .fontWeight-md-800 { font-weight:800 !important } .fontWeight-md-900 { font-weight:900 !important } .textAlign-md-left,.text-md-left { text-align:left !important } .textAlign-md-right,.text-md-right { text-align:right !important } .textAlign-md-center,.text-md-center { text-align:center !important } .textAlign-md-justify,.text-md-justify { text-align:justify !important } .textAlign-md-start,.text-md-start { text-align:start !important } .textAlign-md-end,.text-md-end { text-align:end !important } .positionTop-md-none { top:0 !important } .positionRight-md-none { right:0 !important } .positionBottom-md-none { bottom:0 !important } .positionLeft-md-none { left:0 !important } .positionTop-md-1 { top:1px !important } .positionRight-md-1 { right:1px !important } .positionBottom-md-1 { bottom:1px !important } .positionLeft-md-1 { left:1px !important } .positionTop-md-2 { top:2px !important } .positionRight-md-2 { right:2px !important } .positionBottom-md-2 { bottom:2px !important } .positionLeft-md-2 { left:2px !important } .positionTop-md-3 { top:3px !important } .positionRight-md-3 { right:3px !important } .positionBottom-md-3 { bottom:3px !important } .positionLeft-md-3 { left:3px !important } .positionTop-md-5 { top:5px !important } .positionRight-md-5 { right:5px !important } .positionBottom-md-5 { bottom:5px !important } .positionLeft-md-5 { left:5px !important } .positionTop-md-10 { top:10px !important } .positionRight-md-10 { right:10px !important } .positionBottom-md-10 { bottom:10px !important } .positionLeft-md-10 { left:10px !important } .positionTop-md-15 { top:15px !important } .positionRight-md-15 { right:15px !important } .positionBottom-md-15 { bottom:15px !important } .positionLeft-md-15 { left:15px !important } .positionTop-md-20 { top:20px !important } .positionRight-md-20 { right:20px !important } .positionBottom-md-20 { bottom:20px !important } .positionLeft-md-20 { left:20px !important } .positionTop-md-25 { top:25px !important } .positionRight-md-25 { right:25px !important } .positionBottom-md-25 { bottom:25px !important } .positionLeft-md-25 { left:25px !important } .positionTop-md-30 { top:30px !important } .positionRight-md-30 { right:30px !important } .positionBottom-md-30 { bottom:30px !important } .positionLeft-md-30 { left:30px !important } .positionTop-md-35 { top:35px !important } .positionRight-md-35 { right:35px !important } .positionBottom-md-35 { bottom:35px !important } .positionLeft-md-35 { left:35px !important } .positionTop-md-40 { top:40px !important } .positionRight-md-40 { right:40px !important } .positionBottom-md-40 { bottom:40px !important } .positionLeft-md-40 { left:40px !important } .positionTop-md-45 { top:45px !important } .positionRight-md-45 { right:45px !important } .positionBottom-md-45 { bottom:45px !important } .positionLeft-md-45 { left:45px !important } .positionTop-md-50 { top:50px !important } .positionRight-md-50 { right:50px !important } .positionBottom-md-50 { bottom:50px !important } .positionLeft-md-50 { left:50px !important } .positionTop-md-55 { top:55px !important } .positionRight-md-55 { right:55px !important } .positionBottom-md-55 { bottom:55px !important } .positionLeft-md-55 { left:55px !important } .positionTop-md-60 { top:60px !important } .positionRight-md-60 { right:60px !important } .positionBottom-md-60 { bottom:60px !important } .positionLeft-md-60 { left:60px !important } .positionTop-md-65 { top:65px !important } .positionRight-md-65 { right:65px !important } .positionBottom-md-65 { bottom:65px !important } .positionLeft-md-65 { left:65px !important } .positionTop-md-70 { top:70px !important } .positionRight-md-70 { right:70px !important } .positionBottom-md-70 { bottom:70px !important } .positionLeft-md-70 { left:70px !important } .positionTop-md-75 { top:75px !important } .positionRight-md-75 { right:75px !important } .positionBottom-md-75 { bottom:75px !important } .positionLeft-md-75 { left:75px !important } .positionTop-md-80 { top:80px !important } .positionRight-md-80 { right:80px !important } .positionBottom-md-80 { bottom:80px !important } .positionLeft-md-80 { left:80px !important } .positionTop-md-85 { top:85px !important } .positionRight-md-85 { right:85px !important } .positionBottom-md-85 { bottom:85px !important } .positionLeft-md-85 { left:85px !important } .positionTop-md-90 { top:90px !important } .positionRight-md-90 { right:90px !important } .positionBottom-md-90 { bottom:90px !important } .positionLeft-md-90 { left:90px !important } .positionTop-md-95 { top:95px !important } .positionRight-md-95 { right:95px !important } .positionBottom-md-95 { bottom:95px !important } .positionLeft-md-95 { left:95px !important } .positionTop-md-100 { top:100px !important } .positionRight-md-100 { right:100px !important } .positionBottom-md-100 { bottom:100px !important } .positionLeft-md-100 { left:100px !important } .positionTop-md-110 { top:110px !important } .positionRight-md-110 { right:110px !important } .positionBottom-md-110 { bottom:110px !important } .positionLeft-md-110 { left:110px !important } .positionTop-md-120 { top:120px !important } .positionRight-md-120 { right:120px !important } .positionBottom-md-120 { bottom:120px !important } .positionLeft-md-120 { left:120px !important } .positionTop-md-130 { top:130px !important } .positionRight-md-130 { right:130px !important } .positionBottom-md-130 { bottom:130px !important } .positionLeft-md-130 { left:130px !important } .positionTop-md-140 { top:140px !important } .positionRight-md-140 { right:140px !important } .positionBottom-md-140 { bottom:140px !important } .positionLeft-md-140 { left:140px !important } .positionTop-md-150 { top:150px !important } .positionRight-md-150 { right:150px !important } .positionBottom-md-150 { bottom:150px !important } .positionLeft-md-150 { left:150px !important } .positionTop-md-160 { top:160px !important } .positionRight-md-160 { right:160px !important } .positionBottom-md-160 { bottom:160px !important } .positionLeft-md-160 { left:160px !important } .positionTop-md-170 { top:170px !important } .positionRight-md-170 { right:170px !important } .positionBottom-md-170 { bottom:170px !important } .positionLeft-md-170 { left:170px !important } .positionTop-md-180 { top:180px !important } .positionRight-md-180 { right:180px !important } .positionBottom-md-180 { bottom:180px !important } .positionLeft-md-180 { left:180px !important } .positionTop-md-190 { top:190px !important } .positionRight-md-190 { right:190px !important } .positionBottom-md-190 { bottom:190px !important } .positionLeft-md-190 { left:190px !important } .positionTop-md-200 { top:200px !important } .positionRight-md-200 { right:200px !important } .positionBottom-md-200 { bottom:200px !important } .positionLeft-md-200 { left:200px !important } .positionTop-md-250 { top:250px !important } .positionRight-md-250 { right:250px !important } .positionBottom-md-250 { bottom:250px !important } .positionLeft-md-250 { left:250px !important } .positionTop-md-300 { top:300px !important } .positionRight-md-300 { right:300px !important } .positionBottom-md-300 { bottom:300px !important } .positionLeft-md-300 { left:300px !important } .positionTop-md-350 { top:350px !important } .positionRight-md-350 { right:350px !important } .positionBottom-md-350 { bottom:350px !important } .positionLeft-md-350 { left:350px !important } .positionTop-md-400 { top:400px !important } .positionRight-md-400 { right:400px !important } .positionBottom-md-400 { bottom:400px !important } .positionLeft-md-400 { left:400px !important } .positionTop-md-450 { top:450px !important } .positionRight-md-450 { right:450px !important } .positionBottom-md-450 { bottom:450px !important } .positionLeft-md-450 { left:450px !important } .positionTop-md-500 { top:500px !important } .positionRight-md-500 { right:500px !important } .positionBottom-md-500 { bottom:500px !important } .positionLeft-md-500 { left:500px !important } .positionTop-md-1pct { top:1% !important } .positionRight-md-1pct { right:1% !important } .positionBottom-md-1pct { bottom:1% !important } .positionLeft-md-1pct { left:1% !important } .positionTop-md-2pct { top:2% !important } .positionRight-md-2pct { right:2% !important } .positionBottom-md-2pct { bottom:2% !important } .positionLeft-md-2pct { left:2% !important } .positionTop-md-3pct { top:3% !important } .positionRight-md-3pct { right:3% !important } .positionBottom-md-3pct { bottom:3% !important } .positionLeft-md-3pct { left:3% !important } .positionTop-md-5pct { top:5% !important } .positionRight-md-5pct { right:5% !important } .positionBottom-md-5pct { bottom:5% !important } .positionLeft-md-5pct { left:5% !important } .positionTop-md-10pct { top:10% !important } .positionRight-md-10pct { right:10% !important } .positionBottom-md-10pct { bottom:10% !important } .positionLeft-md-10pct { left:10% !important } .positionTop-md-15pct { top:15% !important } .positionRight-md-15pct { right:15% !important } .positionBottom-md-15pct { bottom:15% !important } .positionLeft-md-15pct { left:15% !important } .positionTop-md-20pct { top:20% !important } .positionRight-md-20pct { right:20% !important } .positionBottom-md-20pct { bottom:20% !important } .positionLeft-md-20pct { left:20% !important } .positionTop-md-25pct { top:25% !important } .positionRight-md-25pct { right:25% !important } .positionBottom-md-25pct { bottom:25% !important } .positionLeft-md-25pct { left:25% !important } .positionTop-md-30pct { top:30% !important } .positionRight-md-30pct { right:30% !important } .positionBottom-md-30pct { bottom:30% !important } .positionLeft-md-30pct { left:30% !important } .positionTop-md-35pct { top:35% !important } .positionRight-md-35pct { right:35% !important } .positionBottom-md-35pct { bottom:35% !important } .positionLeft-md-35pct { left:35% !important } .positionTop-md-40pct { top:40% !important } .positionRight-md-40pct { right:40% !important } .positionBottom-md-40pct { bottom:40% !important } .positionLeft-md-40pct { left:40% !important } .positionTop-md-45pct { top:45% !important } .positionRight-md-45pct { right:45% !important } .positionBottom-md-45pct { bottom:45% !important } .positionLeft-md-45pct { left:45% !important } .positionTop-md-50pct { top:50% !important } .positionRight-md-50pct { right:50% !important } .positionBottom-md-50pct { bottom:50% !important } .positionLeft-md-50pct { left:50% !important } .border-md-none { border:none 0px } .borderTop-md-none { border-top:none 0px } .borderRight-md-none { border-right:none 0px } .borderBottom-md-none { border-bottom:none 0px } .borderLeft-md-none { border-left:none 0px } .border-md-transparent { border:transparent 1px solid } .borderTop-md-transparent { border-top:transparent 1px solid } .borderRight-md-transparent { border-right:transparent 1px solid } .borderBottom-md-transparent { border-bottom:transparent 1px solid } .borderLeft-md-transparent { border-left:transparent 1px solid } } @media (min-width:1200px) { .clear-lg-left { clear: left !important } .clear-lg-right { clear: right !important } .clear-lg-none { clear: none !important } .clear-lg-both { clear: both !important } .clear-lg-block { clear: both !important; display: block !important; overflow: hidden !important } .float-lg-left { float: left !important } .float-lg-center { margin: 0 auto !important } .float-lg-right { float: right !important } .padding-lg-none { padding: 0px !important } .paddingTop-lg-none { padding-top: 0px !important } .paddingRight-lg-none { padding-right: 0px !important } .paddingBottom-lg-none { padding-bottom: 0px !important } .paddingLeft-lg-none { padding-left: 0px !important } .paddingLateral-lg-none { padding-top: 0 !important; padding-bottom: 0 !important } .paddingGutter-lg-none { padding-right: 0 !important; padding-left: 0 !important } .padding-lg-1 { padding: 1px !important } .paddingTop-lg-1 { padding-top: 1px !important } .paddingRight-lg-1 { padding-right: 1px !important } .paddingBottom-lg-1 { padding-bottom: 1px !important } .paddingLeft-lg-1 { padding-left: 1px !important } .paddingLateral-lg-1 { padding-top: 1px !important; padding-bottom: 1px !important } .paddingGutter-lg-1 { padding-right: 1px !important; padding-left: 1px !important } .padding-lg-1pct { padding: 1% !important } .paddingTop-lg-1pct { padding-top: 1% !important } .paddingRight-lg-1pct { padding-right: 1% !important } .paddingBottom-lg-1pct { padding-bottom: 1% !important } .paddingLeft-lg-1pct { padding-left: 1% !important } .paddingLateral-lg-1pct { padding-top: 1% !important; padding-bottom: 1% !important } .paddingGutter-lg-1pct { padding-right: 1% !important; padding-left: 1% !important } .padding-lg-2 { padding: 2px !important } .paddingTop-lg-2 { padding-top: 2px !important } .paddingRight-lg-2 { padding-right: 2px !important } .paddingBottom-lg-2 { padding-bottom: 2px !important } .paddingLeft-lg-2 { padding-left: 2px !important } .paddingLateral-lg-2 { padding-top: 2px !important; padding-bottom: 2px !important } .paddingGutter-lg-2 { padding-right: 2px !important; padding-left: 2px !important } .padding-lg-2pct { padding: 2% !important } .paddingTop-lg-2pct { padding-top: 2% !important } .paddingRight-lg-2pct { padding-right: 2% !important } .paddingBottom-lg-2pct { padding-bottom: 2% !important } .paddingLeft-lg-2pct { padding-left: 2% !important } .paddingLateral-lg-2pct { padding-top: 2% !important; padding-bottom: 2% !important } .paddingGutter-lg-2pct { padding-right: 2% !important; padding-left: 2% !important } .padding-lg-3 { padding: 3px !important } .paddingTop-lg-3 { padding-top: 3px !important } .paddingRight-lg-3 { padding-right: 3px !important } .paddingBottom-lg-3 { padding-bottom: 3px !important } .paddingLeft-lg-3 { padding-left: 3px !important } .paddingLateral-lg-3 { padding-top: 3px !important; padding-bottom: 3px !important } .paddingGutter-lg-3 { padding-right: 3px !important; padding-left: 3px !important } .padding-lg-3pct { padding: 3% !important } .paddingTop-lg-3pct { padding-top: 3% !important } .paddingRight-lg-3pct { padding-right: 3% !important } .paddingBottom-lg-3pct { padding-bottom: 3% !important } .paddingLeft-lg-3pct { padding-left: 3% !important } .paddingLateral-lg-3pct { padding-top: 3% !important; padding-bottom: 3% !important } .paddingGutter-lg-3pct { padding-right: 3% !important; padding-left: 3% !important } .padding-lg-5 { padding: 5px !important } .paddingTop-lg-5 { padding-top: 5px !important } .paddingRight-lg-5 { padding-right: 5px !important } .paddingBottom-lg-5 { padding-bottom: 5px !important } .paddingLeft-lg-5 { padding-left: 5px !important } .paddingLateral-lg-5 { padding-top: 5px !important; padding-bottom: 5px !important } .paddingGutter-lg-5 { padding-right: 5px !important; padding-left: 5px !important } .padding-lg-5pct { padding: 5% !important } .paddingTop-lg-5pct { padding-top: 5% !important } .paddingRight-lg-5pct { padding-right: 5% !important } .paddingBottom-lg-5pct { padding-bottom: 5% !important } .paddingLeft-lg-5pct { padding-left: 5% !important } .paddingLateral-lg-5pct { padding-top: 5% !important; padding-bottom: 5% !important } .paddingGutter-lg-5pct { padding-right: 5% !important; padding-left: 5% !important } .padding-lg-10 { padding: 10px !important } .paddingTop-lg-10 { padding-top: 10px !important } .paddingRight-lg-10 { padding-right: 10px !important } .paddingBottom-lg-10 { padding-bottom: 10px !important } .paddingLeft-lg-10 { padding-left: 10px !important } .paddingLateral-lg-10 { padding-top: 10px !important; padding-bottom: 10px !important } .paddingGutter-lg-10 { padding-right: 10px !important; padding-left: 10px !important } .padding-lg-10pct { padding: 10% !important } .paddingTop-lg-10pct { padding-top: 10% !important } .paddingRight-lg-10pct { padding-right: 10% !important } .paddingBottom-lg-10pct { padding-bottom: 10% !important } .paddingLeft-lg-10pct { padding-left: 10% !important } .paddingLateral-lg-10pct { padding-top: 10% !important; padding-bottom: 10% !important } .paddingGutter-lg-10pct { padding-right: 10% !important; padding-left: 10% !important } .padding-lg-15 { padding: 15px !important } .paddingTop-lg-15 { padding-top: 15px !important } .paddingRight-lg-15 { padding-right: 15px !important } .paddingBottom-lg-15 { padding-bottom: 15px !important } .paddingLeft-lg-15 { padding-left: 15px !important } .paddingLateral-lg-15 { padding-top: 15px !important; padding-bottom: 15px !important } .paddingGutter-lg-15 { padding-right: 15px !important; padding-left: 15px !important } .padding-lg-15pct { padding: 15% !important } .paddingTop-lg-15pct { padding-top: 15% !important } .paddingRight-lg-15pct { padding-right: 15% !important } .paddingBottom-lg-15pct { padding-bottom: 15% !important } .paddingLeft-lg-15pct { padding-left: 15% !important } .paddingLateral-lg-15pct { padding-top: 15% !important; padding-bottom: 15% !important } .paddingGutter-lg-15pct { padding-right: 15% !important; padding-left: 15% !important } .padding-lg-20 { padding: 20px !important } .paddingTop-lg-20 { padding-top: 20px !important } .paddingRight-lg-20 { padding-right: 20px !important } .paddingBottom-lg-20 { padding-bottom: 20px !important } .paddingLeft-lg-20 { padding-left: 20px !important } .paddingLateral-lg-20 { padding-top: 20px !important; padding-bottom: 20px !important } .paddingGutter-lg-20 { padding-right: 20px !important; padding-left: 20px !important } .padding-lg-20pct { padding: 20% !important } .paddingTop-lg-20pct { padding-top: 20% !important } .paddingRight-lg-20pct { padding-right: 20% !important } .paddingBottom-lg-20pct { padding-bottom: 20% !important } .paddingLeft-lg-20pct { padding-left: 20% !important } .paddingLateral-lg-20pct { padding-top: 20% !important; padding-bottom: 20% !important } .paddingGutter-lg-20pct { padding-right: 20% !important; padding-left: 20% !important } .padding-lg-25 { padding: 25px !important } .paddingTop-lg-25 { padding-top: 25px !important } .paddingRight-lg-25 { padding-right: 25px !important } .paddingBottom-lg-25 { padding-bottom: 25px !important } .paddingLeft-lg-25 { padding-left: 25px !important } .paddingLateral-lg-25 { padding-top: 25px !important; padding-bottom: 25px !important } .paddingGutter-lg-25 { padding-right: 25px !important; padding-left: 25px !important } .padding-lg-25pct { padding: 25% !important } .paddingTop-lg-25pct { padding-top: 25% !important } .paddingRight-lg-25pct { padding-right: 25% !important } .paddingBottom-lg-25pct { padding-bottom: 25% !important } .paddingLeft-lg-25pct { padding-left: 25% !important } .paddingLateral-lg-25pct { padding-top: 25% !important; padding-bottom: 25% !important } .paddingGutter-lg-25pct { padding-right: 25% !important; padding-left: 25% !important } .padding-lg-30 { padding: 30px !important } .paddingTop-lg-30 { padding-top: 30px !important } .paddingRight-lg-30 { padding-right: 30px !important } .paddingBottom-lg-30 { padding-bottom: 30px !important } .paddingLeft-lg-30 { padding-left: 30px !important } .paddingLateral-lg-30 { padding-top: 30px !important; padding-bottom: 30px !important } .paddingGutter-lg-30 { padding-right: 30px !important; padding-left: 30px !important } .padding-lg-35 { padding: 35px !important } .paddingTop-lg-35 { padding-top: 35px !important } .paddingRight-lg-35 { padding-right: 35px !important } .paddingBottom-lg-35 { padding-bottom: 35px !important } .paddingLeft-lg-35 { padding-left: 35px !important } .paddingLateral-lg-35 { padding-top: 35px !important; padding-bottom: 35px !important } .paddingGutter-lg-35 { padding-right: 35px !important; padding-left: 35px !important } .padding-lg-40 { padding: 40px !important } .paddingTop-lg-40 { padding-top: 40px !important } .paddingRight-lg-40 { padding-right: 40px !important } .paddingBottom-lg-40 { padding-bottom: 40px !important } .paddingLeft-lg-40 { padding-left: 40px !important } .paddingLateral-lg-40 { padding-top: 40px !important; padding-bottom: 40px !important } .paddingGutter-lg-40 { padding-right: 40px !important; padding-left: 40px !important } .padding-lg-45 { padding: 45px !important } .paddingTop-lg-45 { padding-top: 45px !important } .paddingRight-lg-45 { padding-right: 45px !important } .paddingBottom-lg-45 { padding-bottom: 45px !important } .paddingLeft-lg-45 { padding-left: 45px !important } .paddingLateral-lg-45 { padding-top: 45px !important; padding-bottom: 45px !important } .paddingGutter-lg-45 { padding-right: 45px !important; padding-left: 45px !important } .padding-lg-50 { padding: 50px !important } .paddingTop-lg-50 { padding-top: 50px !important } .paddingRight-lg-50 { padding-right: 50px !important } .paddingBottom-lg-50 { padding-bottom: 50px !important } .paddingLeft-lg-50 { padding-left: 50px !important } .paddingLateral-lg-50 { padding-top: 50px !important; padding-bottom: 50px !important } .paddingGutter-lg-50 { padding-right: 50px !important; padding-left: 50px !important } .padding-lg-55 { padding: 55px !important } .paddingTop-lg-55 { padding-top: 55px !important } .paddingRight-lg-55 { padding-right: 55px !important } .paddingBottom-lg-55 { padding-bottom: 55px !important } .paddingLeft-lg-55 { padding-left: 55px !important } .paddingLateral-lg-55 { padding-top: 55px !important; padding-bottom: 55px !important } .paddingGutter-lg-55 { padding-right: 55px !important; padding-left: 55px !important } .padding-lg-60 { padding: 60px !important } .paddingTop-lg-60 { padding-top: 60px !important } .paddingRight-lg-60 { padding-right: 60px !important } .paddingBottom-lg-60 { padding-bottom: 60px !important } .paddingLeft-lg-60 { padding-left: 60px !important } .paddingLateral-lg-60 { padding-top: 60px !important; padding-bottom: 60px !important } .paddingGutter-lg-60 { padding-right: 60px !important; padding-left: 60px !important } .padding-lg-65 { padding: 65px !important } .paddingTop-lg-65 { padding-top: 65px !important } .paddingRight-lg-65 { padding-right: 65px !important } .paddingBottom-lg-65 { padding-bottom: 65px !important } .paddingLeft-lg-65 { padding-left: 65px !important } .paddingLateral-lg-65 { padding-top: 65px !important; padding-bottom: 65px !important } .paddingGutter-lg-65 { padding-right: 65px !important; padding-left: 65px !important } .padding-lg-70 { padding: 70px !important } .paddingTop-lg-70 { padding-top: 70px !important } .paddingRight-lg-70 { padding-right: 70px !important } .paddingBottom-lg-70 { padding-bottom: 70px !important } .paddingLeft-lg-70 { padding-left: 70px !important } .paddingLateral-lg-70 { padding-top: 70px !important; padding-bottom: 70px !important } .paddingGutter-lg-70 { padding-right: 70px !important; padding-left: 70px !important } .padding-lg-75 { padding: 75px !important } .paddingTop-lg-75 { padding-top: 75px !important } .paddingRight-lg-75 { padding-right: 75px !important } .paddingBottom-lg-75 { padding-bottom: 75px !important } .paddingLeft-lg-75 { padding-left: 75px !important } .paddingLateral-lg-75 { padding-top: 75px !important; padding-bottom: 75px !important } .paddingGutter-lg-75 { padding-right: 75px !important; padding-left: 75px !important } .padding-lg-80 { padding: 80px !important } .paddingTop-lg-80 { padding-top: 80px !important } .paddingRight-lg-80 { padding-right: 80px !important } .paddingBottom-lg-80 { padding-bottom: 80px !important } .paddingLeft-lg-80 { padding-left: 80px !important } .paddingLateral-lg-80 { padding-top: 80px !important; padding-bottom: 80px !important } .paddingGutter-lg-80 { padding-right: 80px !important; padding-left: 80px !important } .padding-lg-85 { padding: 85px !important } .paddingTop-lg-85 { padding-top: 85px !important } .paddingRight-lg-85 { padding-right: 85px !important } .paddingBottom-lg-85 { padding-bottom: 85px !important } .paddingLeft-lg-85 { padding-left: 85px !important } .paddingLateral-lg-85 { padding-top: 85px !important; padding-bottom: 85px !important } .paddingGutter-lg-85 { padding-right: 85px !important; padding-left: 85px !important } .padding-lg-90 { padding: 90px !important } .paddingTop-lg-90 { padding-top: 90px !important } .paddingRight-lg-90 { padding-right: 90px !important } .paddingBottom-lg-90 { padding-bottom: 90px !important } .paddingLeft-lg-90 { padding-left: 90px !important } .paddingLateral-lg-90 { padding-top: 90px !important; padding-bottom: 90px !important } .paddingGutter-lg-90 { padding-right: 90px !important; padding-left: 90px !important } .padding-lg-95 { padding: 95px !important } .paddingTop-lg-95 { padding-top: 95px !important } .paddingRight-lg-95 { padding-right: 95px !important } .paddingBottom-lg-95 { padding-bottom: 95px !important } .paddingLeft-lg-95 { padding-left: 95px !important } .paddingLateral-lg-95 { padding-top: 95px !important; padding-bottom: 95px !important } .paddingGutter-lg-95 { padding-right: 95px !important; padding-left: 95px !important } .padding-lg-100 { padding: 100px !important } .paddingTop-lg-100 { padding-top: 100px !important } .paddingRight-lg-100 { padding-right: 100px !important } .paddingBottom-lg-100 { padding-bottom: 100px !important } .paddingLeft-lg-100 { padding-left: 100px !important } .paddingLateral-lg-100 { padding-top: 100px !important; padding-bottom: 100px !important } .paddingGutter-lg-100 { padding-right: 100px !important; padding-left: 100px !important } .margin-lg-none { margin: 0 !important } .marginTop-lg-none { margin-top: 0 !important } .marginRight-lg-none { margin-right: 0 !important } .marginBottom-lg-none { margin-bottom: 0 !important } .marginLeft-lg-none { margin-left: 0 !important } .marginLateral-lg-none { margin-top: 0 !important; margin-bottom: 0 !important } .marginGutter-lg-none { margin-right: 0 !important; margin-left: 0 !important } .margin-lg-1 { margin: 1px !important } .marginTop-lg-1 { margin-top: 1px !important } .marginTop-lg-pull-1 { margin-top: -1px !important } .marginRight-lg-1 { margin-right: 1px !important } .marginRight-lg-pull-1 { margin-right: -1px !important } .marginBottom-lg-1 { margin-bottom: 1px !important } .marginBottom-lg-pull-1 { margin-bottom: -1px !important } .marginLeft-lg-1 { margin-left: 1px !important } .marginLeft-lg-pull-1 { margin-left: -1px !important } .marginLateral-lg-1 { margin-top: 1px !important; margin-bottom: 1px !important } .marginLateral-lg-pull-1 { margin-top: -1px !important; margin-bottom: -1px !important } .marginGutter-lg-1 { margin-right: 1px !important; margin-left: 1px !important } .marginGutter-lg-pull-1 { margin-right: -1px !important; margin-left: -1px !important } .margin-lg-2 { margin: 2px !important } .marginTop-lg-2 { margin-top: 2px !important } .marginTop-lg-pull-2 { margin-top: -2px !important } .marginRight-lg-2 { margin-right: 2px !important } .marginRight-lg-pull-2 { margin-right: -2px !important } .marginBottom-lg-2 { margin-bottom: 2px !important } .marginBottom-lg-pull-2 { margin-bottom: -2px !important } .marginLeft-lg-2 { margin-left: 2px !important } .marginLeft-lg-pull-2 { margin-left: -2px !important } .marginLateral-lg-2 { margin-top: 2px !important; margin-bottom: 2px !important } .marginLateral-lg-pull-2 { margin-top: -2px !important; margin-bottom: -2px !important } .marginGutter-lg-2 { margin-right: 2px !important; margin-left: 2px !important } .marginGutter-lg-pull-2 { margin-right: -2px !important; margin-left: -2px !important } .margin-lg-3 { margin: 3px !important } .marginTop-lg-3 { margin-top: 3px !important } .marginTop-lg-pull-3 { margin-top: -3px !important } .marginRight-lg-3 { margin-right: 3px !important } .marginRight-lg-pull-3 { margin-right: -3px !important } .marginBottom-lg-3 { margin-bottom: 3px !important } .marginBottom-lg-pull-3 { margin-bottom: -3px !important } .marginLeft-lg-3 { margin-left: 3px !important } .marginLeft-lg-pull-3 { margin-left: -3px !important } .marginLateral-lg-3 { margin-top: 3px !important; margin-bottom: 3px !important } .marginLateral-lg-pull-3 { margin-top: -3px !important; margin-bottom: -3px !important } .marginGutter-lg-3 { margin-right: 3px !important; margin-left: 3px !important } .marginGutter-lg-pull-3 { margin-right: -3px !important; margin-left: -3px !important } .margin-lg-5 { margin: 5px !important } .marginTop-lg-5 { margin-top: 5px !important } .marginTop-lg-pull-5 { margin-top: -5px !important } .marginRight-lg-5 { margin-right: 5px !important } .marginRight-lg-pull-5 { margin-right: -5px !important } .marginBottom-lg-5 { margin-bottom: 5px !important } .marginBottom-lg-pull-5 { margin-bottom: -5px !important } .marginLeft-lg-5 { margin-left: 5px !important } .marginLeft-lg-pull-5 { margin-left: -5px !important } .marginLateral-lg-5 { margin-top: 5px !important; margin-bottom: 5px !important } .marginLateral-lg-pull-5 { margin-top: -5px !important; margin-bottom: -5px !important } .marginGutter-lg-5 { margin-right: 5px !important; margin-left: 5px !important } .marginGutter-lg-pull-5 { margin-right: -5px !important; margin-left: -5px !important } .margin-lg-10 { margin: 10px !important } .marginTop-lg-10 { margin-top: 10px !important } .marginTop-lg-pull-10 { margin-top: -10px !important } .marginRight-lg-10 { margin-right: 10px !important } .marginRight-lg-pull-10 { margin-right: -10px !important } .marginBottom-lg-10 { margin-bottom: 10px !important } .marginBottom-lg-pull-10 { margin-bottom: -10px !important } .marginLeft-lg-10 { margin-left: 10px !important } .marginLeft-lg-pull-10 { margin-left: -10px !important } .marginLateral-lg-10 { margin-top: 10px !important; margin-bottom: 10px !important } .marginLateral-lg-pull-10 { margin-top: -10px !important; margin-bottom: -10px !important } .marginGutter-lg-10 { margin-right: 10px !important; margin-left: 10px !important } .marginGutter-lg-pull-10 { margin-right: -10px !important; margin-left: -10px !important } .margin-lg-15 { margin: 15px !important } .marginTop-lg-15 { margin-top: 15px !important } .marginTop-lg-pull-15 { margin-top: -15px !important } .marginRight-lg-15 { margin-right: 15px !important } .marginRight-lg-pull-15 { margin-right: -15px !important } .marginBottom-lg-15 { margin-bottom: 15px !important } .marginBottom-lg-pull-15 { margin-bottom: -15px !important } .marginLeft-lg-15 { margin-left: 15px !important } .marginLeft-lg-pull-15 { margin-left: -15px !important } .marginLateral-lg-15 { margin-top: 15px !important; margin-bottom: 15px !important } .marginLateral-lg-pull-15 { margin-top: -15px !important; margin-bottom: -15px !important } .marginGutter-lg-15 { margin-right: 15px !important; margin-left: 15px !important } .marginGutter-lg-pull-15 { margin-right: -15px !important; margin-left: -15px !important } .margin-lg-20 { margin: 20px !important } .marginTop-lg-20 { margin-top: 20px !important } .marginTop-lg-pull-20 { margin-top: -20px !important } .marginRight-lg-20 { margin-right: 20px !important } .marginRight-lg-pull-20 { margin-right: -20px !important } .marginBottom-lg-20 { margin-bottom: 20px !important } .marginBottom-lg-pull-20 { margin-bottom: -20px !important } .marginLeft-lg-20 { margin-left: 20px !important } .marginLeft-lg-pull-20 { margin-left: -20px !important } .marginLateral-lg-20 { margin-top: 20px !important; margin-bottom: 20px !important } .marginLateral-lg-pull-20 { margin-top: -20px !important; margin-bottom: -20px !important } .marginGutter-lg-20 { margin-right: 20px !important; margin-left: 20px !important } .marginGutter-lg-pull-20 { margin-right: -20px !important; margin-left: -20px !important } .margin-lg-25 { margin: 25px !important } .marginTop-lg-25 { margin-top: 25px !important } .marginTop-lg-pull-25 { margin-top: -25px !important } .marginRight-lg-25 { margin-right: 25px !important } .marginRight-lg-pull-25 { margin-right: -25px !important } .marginBottom-lg-25 { margin-bottom: 25px !important } .marginBottom-lg-pull-25 { margin-bottom: -25px !important } .marginLeft-lg-25 { margin-left: 25px !important } .marginLeft-lg-pull-25 { margin-left: -25px !important } .marginLateral-lg-25 { margin-top: 25px !important; margin-bottom: 25px !important } .marginLateral-lg-pull-25 { margin-top: -25px !important; margin-bottom: -25px !important } .marginGutter-lg-25 { margin-right: 25px !important; margin-left: 25px !important } .marginGutter-lg-pull-25 { margin-right: -25px !important; margin-left: -25px !important } .margin-lg-30 { margin: 30px !important } .marginTop-lg-30 { margin-top: 30px !important } .marginTop-lg-pull-30 { margin-top: -30px !important } .marginRight-lg-30 { margin-right: 30px !important } .marginRight-lg-pull-30 { margin-right: -30px !important } .marginBottom-lg-30 { margin-bottom: 30px !important } .marginBottom-lg-pull-30 { margin-bottom: -30px !important } .marginLeft-lg-30 { margin-left: 30px !important } .marginLeft-lg-pull-30 { margin-left: -30px !important } .marginLateral-lg-30 { margin-top: 30px !important; margin-bottom: 30px !important } .marginLateral-lg-pull-30 { margin-top: -30px !important; margin-bottom: -30px !important } .marginGutter-lg-30 { margin-right: 30px !important; margin-left: 30px !important } .marginGutter-lg-pull-30 { margin-right: -30px !important; margin-left: -30px !important } .margin-lg-35 { margin: 35px !important } .marginTop-lg-35 { margin-top: 35px !important } .marginTop-lg-pull-35 { margin-top: -35px !important } .marginRight-lg-35 { margin-right: 35px !important } .marginRight-lg-pull-35 { margin-right: -35px !important } .marginBottom-lg-35 { margin-bottom: 35px !important } .marginBottom-lg-pull-35 { margin-bottom: -35px !important } .marginLeft-lg-35 { margin-left: 35px !important } .marginLeft-lg-pull-35 { margin-left: -35px !important } .marginLateral-lg-35 { margin-top: 35px !important; margin-bottom: 35px !important } .marginLateral-lg-pull-35 { margin-top: -35px !important; margin-bottom: -35px !important } .marginGutter-lg-35 { margin-right: 35px !important; margin-left: 35px !important } .marginGutter-lg-pull-35 { margin-right: -35px !important; margin-left: -35px !important } .margin-lg-40 { margin: 40px !important } .marginTop-lg-40 { margin-top: 40px !important } .marginTop-lg-pull-40 { margin-top: -40px !important } .marginRight-lg-40 { margin-right: 40px !important } .marginRight-lg-pull-40 { margin-right: -40px !important } .marginBottom-lg-40 { margin-bottom: 40px !important } .marginBottom-lg-pull-40 { margin-bottom: -40px !important } .marginLeft-lg-40 { margin-left: 40px !important } .marginLeft-lg-pull-40 { margin-left: -40px !important } .marginLateral-lg-40 { margin-top: 40px !important; margin-bottom: 40px !important } .marginLateral-lg-pull-40 { margin-top: -40px !important; margin-bottom: -40px !important } .marginGutter-lg-40 { margin-right: 40px !important; margin-left: 40px !important } .marginGutter-lg-pull-40 { margin-right: -40px !important; margin-left: -40px !important } .margin-lg-45 { margin: 45px !important } .marginTop-lg-45 { margin-top: 45px !important } .marginTop-lg-pull-45 { margin-top: -45px !important } .marginRight-lg-45 { margin-right: 45px !important } .marginRight-lg-pull-45 { margin-right: -45px !important } .marginBottom-lg-45 { margin-bottom: 45px !important } .marginBottom-lg-pull-45 { margin-bottom: -45px !important } .marginLeft-lg-45 { margin-left: 45px !important } .marginLeft-lg-pull-45 { margin-left: -45px !important } .marginLateral-lg-45 { margin-top: 45px !important; margin-bottom: 45px !important } .marginLateral-lg-pull-45 { margin-top: -45px !important; margin-bottom: -45px !important } .marginGutter-lg-45 { margin-right: 45px !important; margin-left: 45px !important } .marginGutter-lg-pull-45 { margin-right: -45px !important; margin-left: -45px !important } .margin-lg-50 { margin: 50px !important } .marginTop-lg-50 { margin-top: 50px !important } .marginTop-lg-pull-50 { margin-top: -50px !important } .marginRight-lg-50 { margin-right: 50px !important } .marginRight-lg-pull-50 { margin-right: -50px !important } .marginBottom-lg-50 { margin-bottom: 50px !important } .marginBottom-lg-pull-50 { margin-bottom: -50px !important } .marginLeft-lg-50 { margin-left: 50px !important } .marginLeft-lg-pull-50 { margin-left: -50px !important } .marginLateral-lg-50 { margin-top: 50px !important; margin-bottom: 50px !important } .marginLateral-lg-pull-50 { margin-top: -50px !important; margin-bottom: -50px !important } .marginGutter-lg-50 { margin-right: 50px !important; margin-left: 50px !important } .marginGutter-lg-pull-50 { margin-right: -50px !important; margin-left: -50px !important } .margin-lg-55 { margin: 55px !important } .marginTop-lg-55 { margin-top: 55px !important } .marginTop-lg-pull-55 { margin-top: -55px !important } .marginRight-lg-55 { margin-right: 55px !important } .marginRight-lg-pull-55 { margin-right: -55px !important } .marginBottom-lg-55 { margin-bottom: 55px !important } .marginBottom-lg-pull-55 { margin-bottom: -55px !important } .marginLeft-lg-55 { margin-left: 55px !important } .marginLeft-lg-pull-55 { margin-left: -55px !important } .marginLateral-lg-55 { margin-top: 55px !important; margin-bottom: 55px !important } .marginLateral-lg-pull-55 { margin-top: -55px !important; margin-bottom: -55px !important } .marginGutter-lg-55 { margin-right: 55px !important; margin-left: 55px !important } .marginGutter-lg-pull-55 { margin-right: -55px !important; margin-left: -55px !important } .margin-lg-60 { margin: 60px !important } .marginTop-lg-60 { margin-top: 60px !important } .marginTop-lg-pull-60 { margin-top: -60px !important } .marginRight-lg-60 { margin-right: 60px !important } .marginRight-lg-pull-60 { margin-right: -60px !important } .marginBottom-lg-60 { margin-bottom: 60px !important } .marginBottom-lg-pull-60 { margin-bottom: -60px !important } .marginLeft-lg-60 { margin-left: 60px !important } .marginLeft-lg-pull-60 { margin-left: -60px !important } .marginLateral-lg-60 { margin-top: 60px !important; margin-bottom: 60px !important } .marginLateral-lg-pull-60 { margin-top: -60px !important; margin-bottom: -60px !important } .marginGutter-lg-60 { margin-right: 60px !important; margin-left: 60px !important } .marginGutter-lg-pull-60 { margin-right: -60px !important; margin-left: -60px !important } .margin-lg-65 { margin: 65px !important } .marginTop-lg-65 { margin-top: 65px !important } .marginTop-lg-pull-65 { margin-top: -65px !important } .marginRight-lg-65 { margin-right: 65px !important } .marginRight-lg-pull-65 { margin-right: -65px !important } .marginBottom-lg-65 { margin-bottom: 65px !important } .marginBottom-lg-pull-65 { margin-bottom: -65px !important } .marginLeft-lg-65 { margin-left: 65px !important } .marginLeft-lg-pull-65 { margin-left: -65px !important } .marginLateral-lg-65 { margin-top: 65px !important; margin-bottom: 10px !important } .marginLateral-lg-pull-65 { margin-top: -65px !important; margin-bottom: -65px !important } .marginGutter-lg-65 { margin-right: 65px !important; margin-left: 65px !important } .marginGutter-lg-pull-65 { margin-right: -65px !important; margin-left: -65px !important } .margin-lg-70 { margin: 70px !important } .marginTop-lg-70 { margin-top: 70px !important } .marginTop-lg-pull-70 { margin-top: -70px !important } .marginRight-lg-70 { margin-right: 70px !important } .marginRight-lg-pull-70 { margin-right: -70px !important } .marginBottom-lg-70 { margin-bottom: 70px !important } .marginBottom-lg-pull-70 { margin-bottom: -70px !important } .marginLeft-lg-70 { margin-left: 70px !important } .marginLeft-lg-pull-70 { margin-left: -70px !important } .marginLateral-lg-70 { margin-top: 70px !important; margin-bottom: 70px !important } .marginLateral-lg-pull-70 { margin-top: -70px !important; margin-bottom: -70px !important } .marginGutter-lg-70 { margin-right: 70px !important; margin-left: 70px !important } .marginGutter-lg-pull-70 { margin-right: -70px !important; margin-left: -70px !important } .margin-lg-75 { margin: 75px !important } .marginTop-lg-75 { margin-top: 75px !important } .marginTop-lg-pull-75 { margin-top: -75px !important } .marginRight-lg-75 { margin-right: 75px !important } .marginRight-lg-pull-75 { margin-right: -75px !important } .marginBottom-lg-75 { margin-bottom: 75px !important } .marginBottom-lg-pull-75 { margin-bottom: -75px !important } .marginLeft-lg-75 { margin-left: 75px !important } .marginLeft-lg-pull-75 { margin-left: -75px !important } .marginLateral-lg-75 { margin-top: 75px !important; margin-bottom: 75px !important } .marginLateral-lg-pull-75 { margin-top: -75px !important; margin-bottom: -75px !important } .marginGutter-lg-75 { margin-right: 75px !important; margin-left: 75px !important } .marginGutter-lg-pull-75 { margin-right: -75px !important; margin-left: -75px !important } .margin-lg-80 { margin: 80px !important } .marginTop-lg-80 { margin-top: 80px !important } .marginTop-lg-pull-80 { margin-top: -80px !important } .marginRight-lg-80 { margin-right: 80px !important } .marginRight-lg-pull-80 { margin-right: -80px !important } .marginBottom-lg-80 { margin-bottom: 80px !important } .marginBottom-lg-pull-80 { margin-bottom: -80px !important } .marginLeft-lg-80 { margin-left: 80px !important } .marginLeft-lg-pull-80 { margin-left: -80px !important } .marginLateral-lg-80 { margin-top: 80px !important; margin-bottom: 80px !important } .marginLateral-lg-pull-80 { margin-top: -80px !important; margin-bottom: -80px !important } .marginGutter-lg-80 { margin-right: 80px !important; margin-left: 80px !important } .marginGutter-lg-pull-80 { margin-right: -80px !important; margin-left: -80px !important } .margin-lg-85 { margin: 85px !important } .marginTop-lg-85 { margin-top: 85px !important } .marginTop-lg-pull-85 { margin-top: -85px !important } .marginRight-lg-85 { margin-right: 85px !important } .marginRight-lg-pull-85 { margin-right: -85px !important } .marginBottom-lg-85 { margin-bottom: 85px !important } .marginBottom-lg-pull-85 { margin-bottom: -85px !important } .marginLeft-lg-85 { margin-left: 85px !important } .marginLeft-lg-pull-85 { margin-left: -85px !important } .marginLateral-lg-85 { margin-top: 85px !important; margin-bottom: 85px !important } .marginLateral-lg-pull-85 { margin-top: -85px !important; margin-bottom: -85px !important } .marginGutter-lg-85 { margin-right: 85px !important; margin-left: 85px !important } .marginGutter-lg-pull-85 { margin-right: -85px !important; margin-left: -85px !important } .margin-lg-90 { margin: 90px !important } .marginTop-lg-90 { margin-top: 90px !important } .marginTop-lg-pull-90 { margin-top: -90px !important } .marginRight-lg-90 { margin-right: 90px !important } .marginRight-lg-pull-90 { margin-right: -90px !important } .marginBottom-lg-90 { margin-bottom: 90px !important } .marginBottom-lg-pull-90 { margin-bottom: -90px !important } .marginLeft-lg-90 { margin-left: 90px !important } .marginLeft-lg-pull-90 { margin-left: -90px !important } .marginLateral-lg-90 { margin-top: 90px !important; margin-bottom: 90px !important } .marginLateral-lg-pull-90 { margin-top: -90px !important; margin-bottom: -90px !important } .marginGutter-lg-90 { margin-right: 90px !important; margin-left: 90px !important } .marginGutter-lg-pull-90 { margin-right: -90px !important; margin-left: -90px !important } .margin-lg-95 { margin: 95px !important } .marginTop-lg-95 { margin-top: 95px !important } .marginTop-lg-pull-95 { margin-top: -95px !important } .marginRight-lg-95 { margin-right: 95px !important } .marginRight-lg-pull-95 { margin-right: -95px !important } .marginBottom-lg-95 { margin-bottom: 95px !important } .marginBottom-lg-pull-95 { margin-bottom: -95px !important } .marginLeft-lg-95 { margin-left: 95px !important } .marginLeft-lg-pull-95 { margin-left: -95px !important } .marginLateral-lg-95 { margin-top: 95px !important; margin-bottom: 95px !important } .marginLateral-lg-pull-95 { margin-top: -95px !important; margin-bottom: -95px !important } .marginGutter-lg-95 { margin-right: 95px !important; margin-left: 95px !important } .marginGutter-lg-pull-95 { margin-right: -95px !important; margin-left: -95px !important } .margin-lg-100 { margin: 100px !important } .marginTop-lg-100 { margin-top: 100px !important } .marginTop-lg-pull-100 { margin-top: -100px !important } .marginRight-lg-100 { margin-right: 100px !important } .marginRight-lg-pull-100 { margin-right: -100px !important } .marginBottom-lg-100 { margin-bottom: 100px !important } .marginBottom-lg-pull-100 { margin-bottom: -100px !important } .marginLeft-lg-100 { margin-left: 100px !important } .marginLeft-lg-pull-100 { margin-left: -100px !important } .marginLateral-lg-100 { margin-top: 100px !important; margin-bottom: 100px !important } .marginLateral-lg-pull-100 { margin-top: -100px !important; margin-bottom: -100px !important } .marginGutter-lg-100 { margin-right: 100px !important; margin-left: 100px !important } .marginGutter-lg-pull-100 { margin-right: -100px !important; margin-left: -100px !important } .fontSize-lg-10pct { font-size:10% !important } .fontSize-lg-20pct { font-size:20% !important } .fontSize-lg-30pct { font-size:30% !important } .fontSize-lg-40pct { font-size:40% !important } .fontSize-lg-50pct { font-size:50% !important } .fontSize-lg-60pct { font-size:60% !important } .fontSize-lg-70pct { font-size:70% !important } .fontSize-lg-80pct { font-size:80% !important } .fontSize-lg-90pct { font-size:90% !important } .fontSize-lg-100pct { font-size:100% !important } .fontSize-lg-110pct { font-size:110% !important } .fontSize-lg-120pct { font-size:120% !important } .fontSize-lg-130pct { font-size:130% !important } .fontSize-lg-140pct { font-size:140% !important } .fontSize-lg-150pct { font-size:150% !important } .fontSize-lg-160pct { font-size:160% !important } .fontSize-lg-170pct { font-size:170% !important } .fontSize-lg-180pct { font-size:180% !important } .fontSize-lg-190pct { font-size:90% !important } .fontSize-lg-200pct { font-size:200% !important } .fontSize-lg-300pct { font-size:300% !important } .fontSize-lg-400pct { font-size:400% !important } .fontSize-lg-500pct { font-size:500% !important } .fontSize-lg-600pct { font-size:600% !important } .fontSize-lg-700pct { font-size:700% !important } .fontSize-lg-800pct { font-size:800% !important } .fontSize-lg-900pct { font-size:900% !important } .fontSize-lg-1000pct { font-size:1000% !important } .fontSize-lg-10px { font-size:10px !important } .fontSize-lg-11px { font-size:11px !important } .fontSize-lg-12px { font-size:12px !important } .fontSize-lg-14px { font-size:14px !important } .fontSize-lg-16px { font-size:16px !important } .fontSize-lg-18px { font-size:18px !important } .fontSize-lg-20px { font-size:20px !important } .fontSize-lg-22px { font-size:22px !important } .fontSize-lg-24px { font-size:24px !important } .fontSize-lg-26px { font-size:26px !important } .fontSize-lg-28px { font-size:28px !important } .fontSize-lg-30px { font-size:30px !important } .fontSize-lg-32px { font-size:32px !important } .fontSize-lg-34px { font-size:34px !important } .fontSize-lg-36px { font-size:36px !important } .fontSize-lg-38px { font-size:38px !important } .fontSize-lg-40px { font-size:40px !important } .fontSize-lg-42px { font-size:42px !important } .fontSize-lg-44px { font-size:44px !important } .fontSize-lg-46px { font-size:46px !important } .fontSize-lg-48px { font-size:48px !important } .fontSize-lg-50px { font-size:50px !important } .fontSize-lg-60px { font-size:60px !important } .fontSize-lg-70px { font-size:70px !important } .fontSize-lg-80px { font-size:80px !important } .fontSize-lg-90px { font-size:90px !important } .fontSize-lg-100px { font-size:100px !important } .fontSize-lg-06em { font-size:0.625em !important } .fontSize-lg-07em { font-size:0.75em !important } .fontSize-lg-08em { font-size:0.875em !important } .fontSize-lg-1em { font-size:1em !important } .fontSize-lg-11em { font-size:1.125em !important } .fontSize-lg-12em { font-size:1.25em !important } .fontSize-lg-13em { font-size:1.375em !important } .fontSize-lg-15em { font-size:1.5em !important } .fontSize-lg-16em { font-size:1.625em !important } .fontSize-lg-17em { font-size:1.75em !important } .fontSize-lg-18em { font-size:1.875em !important } .fontSize-lg-2em { font-size:2em !important } .fontSize-lg-25em { font-size:2.5em !important } .fontSize-lg-3em { font-size:3em !important } .fontSize-lg-35em { font-size:3.5em !important } .fontSize-lg-4em { font-size:4em !important } .fontSize-lg-45em { font-size:4.5em !important } .fontSize-lg-5em { font-size:5em !important } .fontWeight-lg-normal { font-weight:normal !important } .fontWeight-lg-bold { font-weight:bold !important } .fontWeight-lg-bolder { font-weight:bolder !important } .fontWeight-lg-lighter { font-weight:lighter !important } .fontWeight-lg-100 { font-weight:100 !important } .fontWeight-lg-200 { font-weight:200 !important } .fontWeight-lg-300 { font-weight:300 !important } .fontWeight-lg-400 { font-weight:400 !important } .fontWeight-lg-500 { font-weight:500 !important } .fontWeight-lg-600 { font-weight:600 !important } .fontWeight-lg-700 { font-weight:700 !important } .fontWeight-lg-800 { font-weight:800 !important } .fontWeight-lg-900 { font-weight:900 !important } .textAlign-lg-left,.text-lg-left { text-align:left !important } .textAlign-lg-right,.text-lg-right { text-align:right !important } .textAlign-lg-center,.text-lg-center { text-align:center !important } .textAlign-lg-justify,.text-lg-justify { text-align:justify !important } .textAlign-lg-start,.text-lg-start { text-align:start !important } .textAlign-lg-end,.text-lg-end { text-align:end !important } .positionTop-lg-none { top:0 !important } .positionRight-lg-none { right:0 !important } .positionBottom-lg-none { bottom:0 !important } .positionLeft-lg-none { left:0 !important } .positionTop-lg-1 { top:1px !important } .positionRight-lg-1 { right:1px !important } .positionBottom-lg-1 { bottom:1px !important } .positionLeft-lg-1 { left:1px !important } .positionTop-lg-2 { top:2px !important } .positionRight-lg-2 { right:2px !important } .positionBottom-lg-2 { bottom:2px !important } .positionLeft-lg-2 { left:2px !important } .positionTop-lg-3 { top:3px !important } .positionRight-lg-3 { right:3px !important } .positionBottom-lg-3 { bottom:3px !important } .positionLeft-lg-3 { left:3px !important } .positionTop-lg-5 { top:5px !important } .positionRight-lg-5 { right:5px !important } .positionBottom-lg-5 { bottom:5px !important } .positionLeft-lg-5 { left:5px !important } .positionTop-lg-10 { top:10px !important } .positionRight-lg-10 { right:10px !important } .positionBottom-lg-10 { bottom:10px !important } .positionLeft-lg-10 { left:10px !important } .positionTop-lg-15 { top:15px !important } .positionRight-lg-15 { right:15px !important } .positionBottom-lg-15 { bottom:15px !important } .positionLeft-lg-15 { left:15px !important } .positionTop-lg-20 { top:20px !important } .positionRight-lg-20 { right:20px !important } .positionBottom-lg-20 { bottom:20px !important } .positionLeft-lg-20 { left:20px !important } .positionTop-lg-25 { top:25px !important } .positionRight-lg-25 { right:25px !important } .positionBottom-lg-25 { bottom:25px !important } .positionLeft-lg-25 { left:25px !important } .positionTop-lg-30 { top:30px !important } .positionRight-lg-30 { right:30px !important } .positionBottom-lg-30 { bottom:30px !important } .positionLeft-lg-30 { left:30px !important } .positionTop-lg-35 { top:35px !important } .positionRight-lg-35 { right:35px !important } .positionBottom-lg-35 { bottom:35px !important } .positionLeft-lg-35 { left:35px !important } .positionTop-lg-40 { top:40px !important } .positionRight-lg-40 { right:40px !important } .positionBottom-lg-40 { bottom:40px !important } .positionLeft-lg-40 { left:40px !important } .positionTop-lg-45 { top:45px !important } .positionRight-lg-45 { right:45px !important } .positionBottom-lg-45 { bottom:45px !important } .positionLeft-lg-45 { left:45px !important } .positionTop-lg-50 { top:50px !important } .positionRight-lg-50 { right:50px !important } .positionBottom-lg-50 { bottom:50px !important } .positionLeft-lg-50 { left:50px !important } .positionTop-lg-55 { top:55px !important } .positionRight-lg-55 { right:55px !important } .positionBottom-lg-55 { bottom:55px !important } .positionLeft-lg-55 { left:55px !important } .positionTop-lg-60 { top:60px !important } .positionRight-lg-60 { right:60px !important } .positionBottom-lg-60 { bottom:60px !important } .positionLeft-lg-60 { left:60px !important } .positionTop-lg-65 { top:65px !important } .positionRight-lg-65 { right:65px !important } .positionBottom-lg-65 { bottom:65px !important } .positionLeft-lg-65 { left:65px !important } .positionTop-lg-70 { top:70px !important } .positionRight-lg-70 { right:70px !important } .positionBottom-lg-70 { bottom:70px !important } .positionLeft-lg-70 { left:70px !important } .positionTop-lg-75 { top:75px !important } .positionRight-lg-75 { right:75px !important } .positionBottom-lg-75 { bottom:75px !important } .positionLeft-lg-75 { left:75px !important } .positionTop-lg-80 { top:80px !important } .positionRight-lg-80 { right:80px !important } .positionBottom-lg-80 { bottom:80px !important } .positionLeft-lg-80 { left:80px !important } .positionTop-lg-85 { top:85px !important } .positionRight-lg-85 { right:85px !important } .positionBottom-lg-85 { bottom:85px !important } .positionLeft-lg-85 { left:85px !important } .positionTop-lg-90 { top:90px !important } .positionRight-lg-90 { right:90px !important } .positionBottom-lg-90 { bottom:90px !important } .positionLeft-lg-90 { left:90px !important } .positionTop-lg-95 { top:95px !important } .positionRight-lg-95 { right:95px !important } .positionBottom-lg-95 { bottom:95px !important } .positionLeft-lg-95 { left:95px !important } .positionTop-lg-100 { top:100px !important } .positionRight-lg-100 { right:100px !important } .positionBottom-lg-100 { bottom:100px !important } .positionLeft-lg-100 { left:100px !important } .positionTop-lg-110 { top:110px !important } .positionRight-lg-110 { right:110px !important } .positionBottom-lg-110 { bottom:110px !important } .positionLeft-lg-110 { left:110px !important } .positionTop-lg-120 { top:120px !important } .positionRight-lg-120 { right:120px !important } .positionBottom-lg-120 { bottom:120px !important } .positionLeft-lg-120 { left:120px !important } .positionTop-lg-130 { top:130px !important } .positionRight-lg-130 { right:130px !important } .positionBottom-lg-130 { bottom:130px !important } .positionLeft-lg-130 { left:130px !important } .positionTop-lg-140 { top:140px !important } .positionRight-lg-140 { right:140px !important } .positionBottom-lg-140 { bottom:140px !important } .positionLeft-lg-140 { left:140px !important } .positionTop-lg-150 { top:150px !important } .positionRight-lg-150 { right:150px !important } .positionBottom-lg-150 { bottom:150px !important } .positionLeft-lg-150 { left:150px !important } .positionTop-lg-160 { top:160px !important } .positionRight-lg-160 { right:160px !important } .positionBottom-lg-160 { bottom:160px !important } .positionLeft-lg-160 { left:160px !important } .positionTop-lg-170 { top:170px !important } .positionRight-lg-170 { right:170px !important } .positionBottom-lg-170 { bottom:170px !important } .positionLeft-lg-170 { left:170px !important } .positionTop-lg-180 { top:180px !important } .positionRight-lg-180 { right:180px !important } .positionBottom-lg-180 { bottom:180px !important } .positionLeft-lg-180 { left:180px !important } .positionTop-lg-190 { top:190px !important } .positionRight-lg-190 { right:190px !important } .positionBottom-lg-190 { bottom:190px !important } .positionLeft-lg-190 { left:190px !important } .positionTop-lg-200 { top:200px !important } .positionRight-lg-200 { right:200px !important } .positionBottom-lg-200 { bottom:200px !important } .positionLeft-lg-200 { left:200px !important } .positionTop-lg-250 { top:250px !important } .positionRight-lg-250 { right:250px !important } .positionBottom-lg-250 { bottom:250px !important } .positionLeft-lg-250 { left:250px !important } .positionTop-lg-300 { top:300px !important } .positionRight-lg-300 { right:300px !important } .positionBottom-lg-300 { bottom:300px !important } .positionLeft-lg-300 { left:300px !important } .positionTop-lg-350 { top:350px !important } .positionRight-lg-350 { right:350px !important } .positionBottom-lg-350 { bottom:350px !important } .positionLeft-lg-350 { left:350px !important } .positionTop-lg-400 { top:400px !important } .positionRight-lg-400 { right:400px !important } .positionBottom-lg-400 { bottom:400px !important } .positionLeft-lg-400 { left:400px !important } .positionTop-lg-450 { top:450px !important } .positionRight-lg-450 { right:450px !important } .positionBottom-lg-450 { bottom:450px !important } .positionLeft-lg-450 { left:450px !important } .positionTop-lg-500 { top:500px !important } .positionRight-lg-500 { right:500px !important } .positionBottom-lg-500 { bottom:500px !important } .positionLeft-lg-500 { left:500px !important } .positionTop-lg-1pct { top:1% !important } .positionRight-lg-1pct { right:1% !important } .positionBottom-lg-1pct { bottom:1% !important } .positionLeft-lg-1pct { left:1% !important } .positionTop-lg-2pct { top:2% !important } .positionRight-lg-2pct { right:2% !important } .positionBottom-lg-2pct { bottom:2% !important } .positionLeft-lg-2pct { left:2% !important } .positionTop-lg-3pct { top:3% !important } .positionRight-lg-3pct { right:3% !important } .positionBottom-lg-3pct { bottom:3% !important } .positionLeft-lg-3pct { left:3% !important } .positionTop-lg-5pct { top:5% !important } .positionRight-lg-5pct { right:5% !important } .positionBottom-lg-5pct { bottom:5% !important } .positionLeft-lg-5pct { left:5% !important } .positionTop-lg-10pct { top:10% !important } .positionRight-lg-10pct { right:10% !important } .positionBottom-lg-10pct { bottom:10% !important } .positionLeft-lg-10pct { left:10% !important } .positionTop-lg-15pct { top:15% !important } .positionRight-lg-15pct { right:15% !important } .positionBottom-lg-15pct { bottom:15% !important } .positionLeft-lg-15pct { left:15% !important } .positionTop-lg-20pct { top:20% !important } .positionRight-lg-20pct { right:20% !important } .positionBottom-lg-20pct { bottom:20% !important } .positionLeft-lg-20pct { left:20% !important } .positionTop-lg-25pct { top:25% !important } .positionRight-lg-25pct { right:25% !important } .positionBottom-lg-25pct { bottom:25% !important } .positionLeft-lg-25pct { left:25% !important } .positionTop-lg-30pct { top:30% !important } .positionRight-lg-30pct { right:30% !important } .positionBottom-lg-30pct { bottom:30% !important } .positionLeft-lg-30pct { left:30% !important } .positionTop-lg-35pct { top:35% !important } .positionRight-lg-35pct { right:35% !important } .positionBottom-lg-35pct { bottom:35% !important } .positionLeft-lg-35pct { left:35% !important } .positionTop-lg-40pct { top:40% !important } .positionRight-lg-40pct { right:40% !important } .positionBottom-lg-40pct { bottom:40% !important } .positionLeft-lg-40pct { left:40% !important } .positionTop-lg-45pct { top:45% !important } .positionRight-lg-45pct { right:45% !important } .positionBottom-lg-45pct { bottom:45% !important } .positionLeft-lg-45pct { left:45% !important } .positionTop-lg-50pct { top:50% !important } .positionRight-lg-50pct { right:50% !important } .positionBottom-lg-50pct { bottom:50% !important } .positionLeft-lg-50pct { left:50% !important } .border-lg-none { border:none 0px } .borderTop-lg-none { border-top:none 0px } .borderRight-lg-none { border-right:none 0px } .borderBottom-lg-none { border-bottom:none 0px } .borderLeft-lg-none { border-left:none 0px } .border-lg-transparent { border:transparent 1px solid } .borderTop-lg-transparent { border-top:transparent 1px solid } .borderRight-lg-transparent { border-right:transparent 1px solid } .borderBottom-lg-transparent { border-bottom:transparent 1px solid } .borderLeft-lg-transparent { border-left:transparent 1px solid } } .paddingNone { padding: 0px !important } .paddingTopNone { padding-top: 0px !important } .paddingRightNone { padding-right: 0px !important } .paddingBottomNone { padding-bottom: 0px !important } .paddingLeftNone { padding-left: 0px !important } .paddingLateralNone { padding-top: 0 !important; padding-bottom: 0 !important } .paddingGutterNone { padding-right: 0 !important; padding-left: 0 !important } .padding1 { padding: 1px !important } .paddingTop1 { padding-top: 1px !important } .paddingRight1 { padding-right: 1px !important } .paddingBottom1 { padding-bottom: 1px !important } .paddingLeft1 { padding-left: 1px !important } .paddingLateral1 { padding-top: 1px !important; padding-bottom: 1px !important } .paddingGutter1 { padding-right: 1px !important; padding-left: 1px !important } .padding1pct { padding: 1% !important } .paddingTop1pct { padding-top: 1% !important } .paddingRight1pct { padding-right: 1% !important } .paddingBottom1pct { padding-bottom: 1% !important } .paddingLeft1pct { padding-left: 1% !important } .paddingLateral1pct { padding-top: 1% !important; padding-bottom: 1% !important } .paddingGutter1pct { padding-right: 1% !important; padding-left: 1% !important } .padding2 { padding: 2px !important } .paddingTop2 { padding-top: 2px !important } .paddingRight2 { padding-right: 2px !important } .paddingBottom2 { padding-bottom: 2px !important } .paddingLeft2 { padding-left: 2px !important } .paddingLateral2 { padding-top: 2px !important; padding-bottom: 2px !important } .paddingGutter2 { padding-right: 2px !important; padding-left: 2px !important } .padding2pct { padding: 2% !important } .paddingTop2pct { padding-top: 2% !important } .paddingRight2pct { padding-right: 2% !important } .paddingBottom2pct { padding-bottom: 2% !important } .paddingLeft2pct { padding-left: 2% !important } .paddingLateral2pct { padding-top: 2% !important; padding-bottom: 2% !important } .paddingGutter2pct { padding-right: 2% !important; padding-left: 2% !important } .padding3 { padding: 3px !important } .paddingTop3 { padding-top: 3px !important } .paddingRight3 { padding-right: 3px !important } .paddingBottom3 { padding-bottom: 3px !important } .paddingLeft3 { padding-left: 3px !important } .paddingLateral3 { padding-top: 3px !important; padding-bottom: 3px !important } .paddingGutter3 { padding-right: 3px !important; padding-left: 3px !important } .padding3pct { padding: 3% !important } .paddingTop3pct { padding-top: 3% !important } .paddingRight3pct { padding-right: 3% !important } .paddingBottom3pct { padding-bottom: 3% !important } .paddingLeft3pct { padding-left: 3% !important } .paddingLateral3pct { padding-top: 3% !important; padding-bottom: 3% !important } .paddingGutter3pct { padding-right: 3% !important; padding-left: 3% !important } .padding-5 { padding: 5px !important } .paddingTop5 { padding-top: 5px !important } .paddingRight5 { padding-right: 5px !important } .paddingBottom5 { padding-bottom: 5px !important } .paddingLeft5 { padding-left: 5px !important } .paddingLateral5 { padding-top: 5px !important; padding-bottom: 5px !important } .paddingGutter5 { padding-right: 5px !important; padding-left: 5px !important } .padding5pct { padding: 5% !important } .paddingTop5pct { padding-top: 5% !important } .paddingRight5pct { padding-right: 5% !important } .paddingBottom5pct { padding-bottom: 5% !important } .paddingLeft5pct { padding-left: 5% !important } .paddingLateral5pct { padding-top: 5% !important; padding-bottom: 5% !important } .paddingGutter5pct { padding-right: 5% !important; padding-left: 5% !important } .padding10 { padding: 10px !important } .paddingTop10 { padding-top: 10px !important } .paddingRight10 { padding-right: 10px !important } .paddingBottom10 { padding-bottom: 10px !important } .paddingLeft10 { padding-left: 10px !important } .paddingLateral10 { padding-top: 10px !important; padding-bottom: 10px !important } .paddingGutter10 { padding-right: 10px !important; padding-left: 10px !important } .padding10pct { padding: 10% !important } .paddingTop10pct { padding-top: 10% !important } .paddingRight10pct { padding-right: 10% !important } .paddingBottom10pct { padding-bottom: 10% !important } .paddingLeft10pct { padding-left: 10% !important } .paddingLateral10pct { padding-top: 10% !important; padding-bottom: 10% !important } .paddingGutter10pct { padding-right: 10% !important; padding-left: 10% !important } .padding15 { padding: 15px !important } .paddingTop15 { padding-top: 15px !important } .paddingRight15 { padding-right: 15px !important } .paddingBottom15 { padding-bottom: 15px !important } .paddingLeft15 { padding-left: 15px !important } .paddingLateral15 { padding-top: 15px !important; padding-bottom: 15px !important } .paddingGutter15 { padding-right: 15px !important; padding-left: 15px !important } .padding15pct { padding: 15% !important } .paddingTop15pct { padding-top: 15% !important } .paddingRight15pct { padding-right: 15% !important } .paddingBottom15pct { padding-bottom: 15% !important } .paddingLeft15pct { padding-left: 15% !important } .paddingLateral15pct { padding-top: 15% !important; padding-bottom: 15% !important } .paddingGutter15pct { padding-right: 15% !important; padding-left: 15% !important } .padding20 { padding: 20px !important } .paddingTop20 { padding-top: 20px !important } .paddingRight20 { padding-right: 20px !important } .paddingBottom20 { padding-bottom: 20px !important } .paddingLeft20 { padding-left: 20px !important } .paddingLateral20 { padding-top: 20px !important; padding-bottom: 20px !important } .paddingGutter20 { padding-right: 20px !important; padding-left: 20px !important } .padding20pct { padding: 20% !important } .paddingTop20pct { padding-top: 20% !important } .paddingRight20pct { padding-right: 20% !important } .paddingBottom20pct { padding-bottom: 20% !important } .paddingLeft20pct { padding-left: 20% !important } .paddingLateral20pct { padding-top: 20% !important; padding-bottom: 20% !important } .paddingGutter20pct { padding-right: 20% !important; padding-left: 20% !important } .padding25 { padding: 25px !important } .paddingTop25 { padding-top: 25px !important } .paddingRight25 { padding-right: 25px !important } .paddingBottom25 { padding-bottom: 25px !important } .paddingLeft25 { padding-left: 25px !important } .paddingLateral25 { padding-top: 25px !important; padding-bottom: 25px !important } .paddingGutter25 { padding-right: 25px !important; padding-left: 25px !important } .padding25pct { padding: 25% !important } .paddingTop25pct { padding-top: 25% !important } .paddingRight25pct { padding-right: 25% !important } .paddingBottom25pct { padding-bottom: 25% !important } .paddingLeft25pct { padding-left: 25% !important } .paddingLateral25pct { padding-top: 25% !important; padding-bottom: 25% !important } .paddingGutter25pct { padding-right: 25% !important; padding-left: 25% !important } .padding30 { padding: 30px !important } .paddingTop30 { padding-top: 30px !important } .paddingRight30 { padding-right: 30px !important } .paddingBottom30 { padding-bottom: 30px !important } .paddingLeft30 { padding-left: 30px !important } .paddingLateral30 { padding-top: 30px !important; padding-bottom: 30px !important } .paddingGutter30 { padding-right: 30px !important; padding-left: 30px !important } .padding35 { padding: 35px !important } .paddingTop35 { padding-top: 35px !important } .paddingRight35 { padding-right: 35px !important } .paddingBottom35 { padding-bottom: 35px !important } .paddingLeft35 { padding-left: 35px !important } .paddingLateral35 { padding-top: 35px !important; padding-bottom: 35px !important } .paddingGutter35 { padding-right: 35px !important; padding-left: 35px !important } .padding40 { padding: 40px !important } .paddingTop40 { padding-top: 40px !important } .paddingRight40 { padding-right: 40px !important } .paddingBottom40 { padding-bottom: 40px !important } .paddingLeft40 { padding-left: 40px !important } .paddingLateral40 { padding-top: 40px !important; padding-bottom: 40px !important } .paddingGutter40 { padding-right: 40px !important; padding-left: 40px !important } .padding45 { padding: 45px !important } .paddingTop45 { padding-top: 45px !important } .paddingRight45 { padding-right: 45px !important } .paddingBottom45 { padding-bottom: 45px !important } .paddingLeft45 { padding-left: 45px !important } .paddingLateral45 { padding-top: 45px !important; padding-bottom: 45px !important } .paddingGutter45 { padding-right: 45px !important; padding-left: 45px !important } .padding50 { padding: 50px !important } .paddingTop50 { padding-top: 50px !important } .paddingRight50 { padding-right: 50px !important } .paddingBottom50 { padding-bottom: 50px !important } .paddingLeft50 { padding-left: 50px !important } .paddingLateral50 { padding-top: 50px !important; padding-bottom: 50px !important } .paddingGutter50 { padding-right: 50px !important; padding-left: 50px !important } .padding55 { padding: 55px !important } .paddingTop55 { padding-top: 55px !important } .paddingRight55 { padding-right: 55px !important } .paddingBottom55 { padding-bottom: 55px !important } .paddingLeft55 { padding-left: 55px !important } .paddingLateral55 { padding-top: 55px !important; padding-bottom: 55px !important } .paddingGutter55 { padding-right: 55px !important; padding-left: 55px !important } .padding60 { padding: 60px !important } .paddingTop60 { padding-top: 60px !important } .paddingRight60 { padding-right: 60px !important } .paddingBottom60 { padding-bottom: 60px !important } .paddingLeft60 { padding-left: 60px !important } .paddingLateral60 { padding-top: 60px !important; padding-bottom: 60px !important } .paddingGutter60 { padding-right: 60px !important; padding-left: 60px !important } .padding65 { padding: 65px !important } .paddingTop65 { padding-top: 65px !important } .paddingRight65 { padding-right: 65px !important } .paddingBottom65 { padding-bottom: 65px !important } .paddingLeft65 { padding-left: 65px !important } .paddingLateral65 { padding-top: 65px !important; padding-bottom: 65px !important } .paddingGutter65 { padding-right: 65px !important; padding-left: 65px !important } .padding70 { padding: 70px !important } .paddingTop70 { padding-top: 70px !important } .paddingRight70 { padding-right: 70px !important } .paddingBottom70 { padding-bottom: 70px !important } .paddingLeft70 { padding-left: 70px !important } .paddingLateral70 { padding-top: 70px !important; padding-bottom: 70px !important } .paddingGutter70 { padding-right: 70px !important; padding-left: 70px !important } .padding75 { padding: 75px !important } .paddingTop75 { padding-top: 75px !important } .paddingRight75 { padding-right: 75px !important } .paddingBottom75 { padding-bottom: 75px !important } .paddingLeft75 { padding-left: 75px !important } .paddingLateral75 { padding-top: 75px !important; padding-bottom: 75px !important } .paddingGutter75 { padding-right: 75px !important; padding-left: 75px !important } .padding80 { padding: 80px !important } .paddingTop80 { padding-top: 80px !important } .paddingRight80 { padding-right: 80px !important } .paddingBottom80 { padding-bottom: 80px !important } .paddingLeft80 { padding-left: 80px !important } .paddingLateral80 { padding-top: 80px !important; padding-bottom: 80px !important } .paddingGutter80 { padding-right: 80px !important; padding-left: 80px !important } .padding85 { padding: 85px !important } .paddingTop85 { padding-top: 85px !important } .paddingRight85 { padding-right: 85px !important } .paddingBottom85 { padding-bottom: 85px !important } .paddingLeft85 { padding-left: 85px !important } .paddingLateral85 { padding-top: 85px !important; padding-bottom: 85px !important } .paddingGutter85 { padding-right: 85px !important; padding-left: 85px !important } .padding90 { padding: 90px !important } .paddingTop90 { padding-top: 90px !important } .paddingRight90 { padding-right: 90px !important } .paddingBottom90 { padding-bottom: 90px !important } .paddingLeft90 { padding-left: 90px !important } .paddingLateral90 { padding-top: 90px !important; padding-bottom: 90px !important } .paddingGutter90 { padding-right: 90px !important; padding-left: 90px !important } .padding95 { padding: 95px !important } .paddingTop95 { padding-top: 95px !important } .paddingRight95 { padding-right: 95px !important } .paddingBottom95 { padding-bottom: 95px !important } .paddingLeft95 { padding-left: 95px !important } .paddingLateral95 { padding-top: 95px !important; padding-bottom: 95px !important } .paddingGutter95 { padding-right: 95px !important; padding-left: 95px !important } .padding100 { padding: 100px !important } .paddingTop100 { padding-top: 100px !important } .paddingRight100 { padding-right: 100px !important } .paddingBottom100 { padding-bottom: 100px !important } .paddingLeft100 { padding-left: 100px !important } .paddingLateral100 { padding-top: 100px !important; padding-bottom: 100px !important } .paddingGutter100 { padding-right: 100px !important; padding-left: 100px !important } .marginNone { margin: 0 !important } .marginTopNone { margin-top: 0 !important } .marginRightNone { margin-right: 0 !important } .marginBottomNone { margin-bottom: 0 !important } .marginLeftNone { margin-left: 0 !important } .marginLateralNone { margin-top: 0 !important; margin-bottom: 0 !important } .marginGutterNone { margin-right: 0 !important; margin-left: 0 !important } .margin1 { margin: 1px !important } .marginTop1 { margin-top: 1px !important } .marginTop-pull-1 { margin-top: -1px !important } .marginRight1 { margin-right: 1px !important } .marginRight-pull-1 { margin-right: -1px !important } .marginBottom1 { margin-bottom: 1px !important } .marginBottom-pull-1 { margin-bottom: -1px !important } .marginLeft1 { margin-left: 1px !important } .marginLeft-pull-1 { margin-left: -1px !important } .marginLateral1 { margin-top: 1px !important; margin-bottom: 1px !important } .marginLateral-pull-1 { margin-top: -1px !important; margin-bottom: -1px !important } .marginGutter1 { margin-right: 1px !important; margin-left: 1px !important } .marginGutter-pull-1 { margin-right: -1px !important; margin-left: -1px !important } .margin2 { margin: 2px !important } .marginTop2 { margin-top: 2px !important } .marginTop-pull-2 { margin-top: -2px !important } .marginRight2 { margin-right: 2px !important } .marginRight-pull-2 { margin-right: -2px !important } .marginBottom2 { margin-bottom: 2px !important } .marginBottom-pull-2 { margin-bottom: -2px !important } .marginLeft2 { margin-left: 2px !important } .marginLeft-pull-2 { margin-left: -2px !important } .marginLateral2 { margin-top: 2px !important; margin-bottom: 2px !important } .marginLateral-pull-2 { margin-top: -2px !important; margin-bottom: -2px !important } .marginGutter2 { margin-right: 2px !important; margin-left: 2px !important } .marginGutter-pull-2 { margin-right: -2px !important; margin-left: -2px !important } .margin3 { margin: 3px !important } .marginTop3 { margin-top: 3px !important } .marginTop-pull-3 { margin-top: -3px !important } .marginRight3 { margin-right: 3px !important } .marginRight-pull-3 { margin-right: -3px !important } .marginBottom3 { margin-bottom: 3px !important } .marginBottom-pull-3 { margin-bottom: -3px !important } .marginLeft3 { margin-left: 3px !important } .marginLeft-pull-3 { margin-left: -3px !important } .marginLateral3 { margin-top: 3px !important; margin-bottom: 3px !important } .marginLateral-pull-3 { margin-top: -3px !important; margin-bottom: -3px !important } .marginGutter3 { margin-right: 3px !important; margin-left: 3px !important } .marginGutter-pull-3 { margin-right: -3px !important; margin-left: -3px !important } .margin5 { margin: 5px !important } .marginTop5 { margin-top: 5px !important } .marginTop-pull-5 { margin-top: -5px !important } .marginRight5 { margin-right: 5px !important } .marginRight-pull-5 { margin-right: -5px !important } .marginBottom5 { margin-bottom: 5px !important } .marginBottom-pull-5 { margin-bottom: -5px !important } .marginLeft5 { margin-left: 5px !important } .marginLeft-pull-5 { margin-left: -5px !important } .marginLateral5 { margin-top: 5px !important; margin-bottom: 5px !important } .marginLateral-pull-5 { margin-top: -5px !important; margin-bottom: -5px !important } .marginGutter5 { margin-right: 5px !important; margin-left: 5px !important } .marginGutter-pull-5 { margin-right: -5px !important; margin-left: -5px !important } .margin10 { margin: 10px !important } .marginTop10 { margin-top: 10px !important } .marginTop-pull-10 { margin-top: -10px !important } .marginRight10 { margin-right: 10px !important } .marginRight-pull-10 { margin-right: -10px !important } .marginBottom10 { margin-bottom: 10px !important } .marginBottom-pull-10 { margin-bottom: -10px !important } .marginLeft10 { margin-left: 10px !important } .marginLeft-pull-10 { margin-left: -10px !important } .marginLateral10 { margin-top: 10px !important; margin-bottom: 10px !important } .marginLateral-pull-10 { margin-top: -10px !important; margin-bottom: -10px !important } .marginGutter10 { margin-right: 10px !important; margin-left: 10px !important } .marginGutter-pull-10 { margin-right: -10px !important; margin-left: -10px !important } .margin15 { margin: 15px !important } .marginTop15 { margin-top: 15px !important } .marginTop-pull-15 { margin-top: -15px !important } .marginRight15 { margin-right: 15px !important } .marginRight-pull-15 { margin-right: -15px !important } .marginBottom15 { margin-bottom: 15px !important } .marginBottom-pull-15 { margin-bottom: -15px !important } .marginLeft15 { margin-left: 15px !important } .marginLeft-pull-15 { margin-left: -15px !important } .marginLateral15 { margin-top: 15px !important; margin-bottom: 15px !important } .marginLateral-pull-15 { margin-top: -15px !important; margin-bottom: -15px !important } .marginGutter15 { margin-right: 15px !important; margin-left: 15px !important } .marginGutter-pull-15 { margin-right: -15px !important; margin-left: -15px !important } .margin20 { margin: 20px !important } .marginTop20 { margin-top: 20px !important } .marginTop-pull-20 { margin-top: -20px !important } .marginRight20 { margin-right: 20px !important } .marginRight-pull-20 { margin-right: -20px !important } .marginBottom20 { margin-bottom: 20px !important } .marginBottom-pull-20 { margin-bottom: -20px !important } .marginLeft20 { margin-left: 20px !important } .marginLeft-pull-20 { margin-left: -20px !important } .marginLateral20 { margin-top: 20px !important; margin-bottom: 20px !important } .marginLateral-pull-20 { margin-top: -20px !important; margin-bottom: -20px !important } .marginGutter20 { margin-right: 20px !important; margin-left: 20px !important } .marginGutter-pull-20 { margin-right: -20px !important; margin-left: -20px !important } .margin25 { margin: 25px !important } .marginTop25 { margin-top: 25px !important } .marginTop-pull-25 { margin-top: -25px !important } .marginRight25 { margin-right: 25px !important } .marginRight-pull-25 { margin-right: -25px !important } .marginBottom25 { margin-bottom: 25px !important } .marginBottom-pull-25 { margin-bottom: -25px !important } .marginLeft25 { margin-left: 25px !important } .marginLeft-pull-25 { margin-left: -25px !important } .marginLateral25 { margin-top: 25px !important; margin-bottom: 25px !important } .marginLateral-pull-25 { margin-top: -25px !important; margin-bottom: -25px !important } .marginGutter25 { margin-right: 25px !important; margin-left: 25px !important } .marginGutter-pull-25 { margin-right: -25px !important; margin-left: -25px !important } .margin30 { margin: 30px !important } .marginTop30 { margin-top: 30px !important } .marginTop-pull-30 { margin-top: -30px !important } .marginRight30 { margin-right: 30px !important } .marginRight-pull-30 { margin-right: -30px !important } .marginBottom30 { margin-bottom: 30px !important } .marginBottom-pull-30 { margin-bottom: -30px !important } .marginLeft30 { margin-left: 30px !important } .marginLeft-pull-30 { margin-left: -30px !important } .marginLateral30 { margin-top: 30px !important; margin-bottom: 30px !important } .marginLateral-pull-30 { margin-top: -30px !important; margin-bottom: -30px !important } .marginGutter30 { margin-right: 30px !important; margin-left: 30px !important } .marginGutter-pull-30 { margin-right: -30px !important; margin-left: -30px !important } .margin35 { margin: 35px !important } .marginTop35 { margin-top: 35px !important } .marginTop-pull-35 { margin-top: -35px !important } .marginRight35 { margin-right: 35px !important } .marginRight-pull-35 { margin-right: -35px !important } .marginBottom35 { margin-bottom: 35px !important } .marginBottom-pull-35 { margin-bottom: -35px !important } .marginLeft35 { margin-left: 35px !important } .marginLeft-pull-35 { margin-left: -35px !important } .marginLateral35 { margin-top: 35px !important; margin-bottom: 35px !important } .marginLateral-pull-35 { margin-top: -35px !important; margin-bottom: -35px !important } .marginGutter35 { margin-right: 35px !important; margin-left: 35px !important } .marginGutter-pull-35 { margin-right: -35px !important; margin-left: -35px !important } .margin40 { margin: 40px !important } .marginTop40 { margin-top: 40px !important } .marginTop-pull-40 { margin-top: -40px !important } .marginRight40 { margin-right: 40px !important } .marginRight-pull-40 { margin-right: -40px !important } .marginBottom40 { margin-bottom: 40px !important } .marginBottom-pull-40 { margin-bottom: -40px !important } .marginLeft40 { margin-left: 40px !important } .marginLeft-pull-40 { margin-left: -40px !important } .marginLateral40 { margin-top: 40px !important; margin-bottom: 40px !important } .marginLateral-pull-40 { margin-top: -40px !important; margin-bottom: -40px !important } .marginGutter40 { margin-right: 40px !important; margin-left: 40px !important } .marginGutter-pull-40 { margin-right: -40px !important; margin-left: -40px !important } .margin45 { margin: 45px !important } .marginTop45 { margin-top: 45px !important } .marginTop-pull-45 { margin-top: -45px !important } .marginRight45 { margin-right: 45px !important } .marginRight-pull-45 { margin-right: -45px !important } .marginBottom45 { margin-bottom: 45px !important } .marginBottom-pull-45 { margin-bottom: -45px !important } .marginLeft45 { margin-left: 45px !important } .marginLeft-pull-45 { margin-left: -45px !important } .marginLateral45 { margin-top: 45px !important; margin-bottom: 45px !important } .marginLateral-pull-45 { margin-top: -45px !important; margin-bottom: -45px !important } .marginGutter45 { margin-right: 45px !important; margin-left: 45px !important } .marginGutter-pull-45 { margin-right: -45px !important; margin-left: -45px !important } .margin50 { margin: 50px !important } .marginTop50 { margin-top: 50px !important } .marginTop-pull-50 { margin-top: -50px !important } .marginRight50 { margin-right: 50px !important } .marginRight-pull-50 { margin-right: -50px !important } .marginBottom50 { margin-bottom: 50px !important } .marginBottom-pull-50 { margin-bottom: -50px !important } .marginLeft50 { margin-left: 50px !important } .marginLeft-pull-50 { margin-left: -50px !important } .marginLateral50 { margin-top: 50px !important; margin-bottom: 50px !important } .marginLateral-pull-50 { margin-top: -50px !important; margin-bottom: -50px !important } .marginGutter50 { margin-right: 50px !important; margin-left: 50px !important } .marginGutter-pull-50 { margin-right: -50px !important; margin-left: -50px !important } .margin55 { margin: 55px !important } .marginTop55 { margin-top: 55px !important } .marginTop-pull-55 { margin-top: -55px !important } .marginRight55 { margin-right: 55px !important } .marginRight-pull-55 { margin-right: -55px !important } .marginBottom55 { margin-bottom: 55px !important } .marginBottom-pull-55 { margin-bottom: -55px !important } .marginLeft55 { margin-left: 55px !important } .marginLeft-pull-55 { margin-left: -55px !important } .marginLateral55 { margin-top: 55px !important; margin-bottom: 55px !important } .marginLateral-pull-55 { margin-top: -55px !important; margin-bottom: -55px !important } .marginGutter55 { margin-right: 55px !important; margin-left: 55px !important } .marginGutter-pull-55 { margin-right: -55px !important; margin-left: -55px !important } .margin60 { margin: 60px !important } .marginTop60 { margin-top: 60px !important } .marginTop-pull-60 { margin-top: -60px !important } .marginRight60 { margin-right: 60px !important } .marginRight-pull-60 { margin-right: -60px !important } .marginBottom60 { margin-bottom: 60px !important } .marginBottom-pull-60 { margin-bottom: -60px !important } .marginLeft60 { margin-left: 60px !important } .marginLeft-pull-60 { margin-left: -60px !important } .marginLateral60 { margin-top: 60px !important; margin-bottom: 60px !important } .marginLateral-pull-60 { margin-top: -60px !important; margin-bottom: -60px !important } .marginGutter60 { margin-right: 60px !important; margin-left: 60px !important } .marginGutter-pull-60 { margin-right: -60px !important; margin-left: -60px !important } .margin65 { margin: 65px !important } .marginTop65 { margin-top: 65px !important } .marginTop-pull-65 { margin-top: -65px !important } .marginRight65 { margin-right: 65px !important } .marginRight-pull-65 { margin-right: -65px !important } .marginBottom65 { margin-bottom: 65px !important } .marginBottom-pull-65 { margin-bottom: -65px !important } .marginLeft65 { margin-left: 65px !important } .marginLeft-pull-65 { margin-left: -65px !important } .marginLateral65 { margin-top: 65px !important; margin-bottom: 10px !important } .marginLateral-pull-65 { margin-top: -65px !important; margin-bottom: -65px !important } .marginGutter65 { margin-right: 65px !important; margin-left: 65px !important } .marginGutter-pull-65 { margin-right: -65px !important; margin-left: -65px !important } .margin70 { margin: 70px !important } .marginTop70 { margin-top: 70px !important } .marginTop-pull-70 { margin-top: -70px !important } .marginRight70 { margin-right: 70px !important } .marginRight-pull-70 { margin-right: -70px !important } .marginBottom70 { margin-bottom: 70px !important } .marginBottom-pull-70 { margin-bottom: -70px !important } .marginLeft70 { margin-left: 70px !important } .marginLeft-pull-70 { margin-left: -70px !important } .marginLateral70 { margin-top: 70px !important; margin-bottom: 70px !important } .marginLateral-pull-70 { margin-top: -70px !important; margin-bottom: -70px !important } .marginGutter70 { margin-right: 70px !important; margin-left: 70px !important } .marginGutter-pull-70 { margin-right: -70px !important; margin-left: -70px !important } .margin75 { margin: 75px !important } .marginTop75 { margin-top: 75px !important } .marginTop-pull-75 { margin-top: -75px !important } .marginRight75 { margin-right: 75px !important } .marginRight-pull-75 { margin-right: -75px !important } .marginBottom75 { margin-bottom: 75px !important } .marginBottom-pull-75 { margin-bottom: -75px !important } .marginLeft75 { margin-left: 75px !important } .marginLeft-pull-75 { margin-left: -75px !important } .marginLateral75 { margin-top: 75px !important; margin-bottom: 75px !important } .marginLateral-pull-75 { margin-top: -75px !important; margin-bottom: -75px !important } .marginGutter75 { margin-right: 75px !important; margin-left: 75px !important } .marginGutter-pull-75 { margin-right: -75px !important; margin-left: -75px !important } .margin80 { margin: 80px !important } .marginTop80 { margin-top: 80px !important } .marginTop-pull-80 { margin-top: -80px !important } .marginRight80 { margin-right: 80px !important } .marginRight-pull-80 { margin-right: -80px !important } .marginBottom80 { margin-bottom: 80px !important } .marginBottom-pull-80 { margin-bottom: -80px !important } .marginLeft80 { margin-left: 80px !important } .marginLeft-pull-80 { margin-left: -80px !important } .marginLateral80 { margin-top: 80px !important; margin-bottom: 80px !important } .marginLateral-pull-80 { margin-top: -80px !important; margin-bottom: -80px !important } .marginGutter80 { margin-right: 80px !important; margin-left: 80px !important } .marginGutter-pull-80 { margin-right: -80px !important; margin-left: -80px !important } .margin85 { margin: 85px !important } .marginTop85 { margin-top: 85px !important } .marginTop-pull-85 { margin-top: -85px !important } .marginRight85 { margin-right: 85px !important } .marginRight-pull-85 { margin-right: -85px !important } .marginBottom85 { margin-bottom: 85px !important } .marginBottom-pull-85 { margin-bottom: -85px !important } .marginLeft85 { margin-left: 85px !important } .marginLeft-pull-85 { margin-left: -85px !important } .marginLateral85 { margin-top: 85px !important; margin-bottom: 85px !important } .marginLateral-pull-85 { margin-top: -85px !important; margin-bottom: -85px !important } .marginGutter85 { margin-right: 85px !important; margin-left: 85px !important } .marginGutter-pull-85 { margin-right: -85px !important; margin-left: -85px !important } .margin90 { margin: 90px !important } .marginTop90 { margin-top: 90px !important } .marginTop-pull-90 { margin-top: -90px !important } .marginRight90 { margin-right: 90px !important } .marginRight-pull-90 { margin-right: -90px !important } .marginBottom90 { margin-bottom: 90px !important } .marginBottom-pull-90 { margin-bottom: -90px !important } .marginLeft90 { margin-left: 90px !important } .marginLeft-pull-90 { margin-left: -90px !important } .marginLateral90 { margin-top: 90px !important; margin-bottom: 90px !important } .marginLateral-pull-90 { margin-top: -90px !important; margin-bottom: -90px !important } .marginGutter90 { margin-right: 90px !important; margin-left: 90px !important } .marginGutter-pull-90 { margin-right: -90px !important; margin-left: -90px !important } .margin95 { margin: 95px !important } .marginTop95 { margin-top: 95px !important } .marginTop-pull-95 { margin-top: -95px !important } .marginRight95 { margin-right: 95px !important } .marginRight-pull-95 { margin-right: -95px !important } .marginBottom95 { margin-bottom: 95px !important } .marginBottom-pull-95 { margin-bottom: -95px !important } .marginLeft95 { margin-left: 95px !important } .marginLeft-pull-95 { margin-left: -95px !important } .marginLateral95 { margin-top: 95px !important; margin-bottom: 95px !important } .marginLateral-pull-95 { margin-top: -95px !important; margin-bottom: -95px !important } .marginGutter95 { margin-right: 95px !important; margin-left: 95px !important } .marginGutter-pull-95 { margin-right: -95px !important; margin-left: -95px !important } .margin100 { margin: 100px !important } .marginTop100 { margin-top: 100px !important } .marginTop-pull-100 { margin-top: -100px !important } .marginRight100 { margin-right: 100px !important } .marginRight-pull-100 { margin-right: -100px !important } .marginBottom100 { margin-bottom: 100px !important } .marginBottom-pull-100 { margin-bottom: -100px !important } .marginLeft100 { margin-left: 100px !important } .marginLeft-pull-100 { margin-left: -100px !important } .marginLateral100 { margin-top: 100px !important; margin-bottom: 100px !important } .marginLateral-pull-100 { margin-top: -100px !important; margin-bottom: -100px !important } .marginGutter100 { margin-right: 100px !important; margin-left: 100px !important } .marginGutter-pull-100 { margin-right: -100px !important; margin-left: -100px !important } .fontSize10pct { font-size:10% !important } .fontSize20pct { font-size:20% !important } .fontSize30pct { font-size:30% !important } .fontSize40pct { font-size:40% !important } .fontSize50pct { font-size:50% !important } .fontSize60pct { font-size:60% !important } .fontSize70pct { font-size:70% !important } .fontSize80pct { font-size:80% !important } .fontSize90pct { font-size:90% !important } .fontSize100pct { font-size:100% !important } .fontSize110pct { font-size:110% !important } .fontSize120pct { font-size:120% !important } .fontSize130pct { font-size:130% !important } .fontSize140pct { font-size:140% !important } .fontSize150pct { font-size:150% !important } .fontSize160pct { font-size:160% !important } .fontSize170pct { font-size:170% !important } .fontSize180pct { font-size:180% !important } .fontSize190pct { font-size:90% !important } .fontSize200pct { font-size:200% !important } .fontSize300pct { font-size:300% !important } .fontSize400pct { font-size:400% !important } .fontSize500pct { font-size:500% !important } .fontSize600pct { font-size:600% !important } .fontSize700pct { font-size:700% !important } .fontSize800pct { font-size:800% !important } .fontSize900pct { font-size:900% !important } .fontSize1000pct { font-size:1000% !important } .fontSize10px { font-size:10px !important } .fontSize11px { font-size:11px !important } .fontSize12px { font-size:12px !important } .fontSize14px { font-size:14px !important } .fontSize16px { font-size:16px !important } .fontSize18px { font-size:18px !important } .fontSize20px { font-size:20px !important } .fontSize22px { font-size:22px !important } .fontSize24px { font-size:24px !important } .fontSize26px { font-size:26px !important } .fontSize28px { font-size:28px !important } .fontSize30px { font-size:30px !important } .fontSize32px { font-size:32px !important } .fontSize34px { font-size:34px !important } .fontSize36px { font-size:36px !important } .fontSize38px { font-size:38px !important } .fontSize40px { font-size:40px !important } .fontSize42px { font-size:42px !important } .fontSize44px { font-size:44px !important } .fontSize46px { font-size:46px !important } .fontSize48px { font-size:48px !important } .fontSize50px { font-size:50px !important } .fontSize60px { font-size:60px !important } .fontSize70px { font-size:70px !important } .fontSize80px { font-size:80px !important } .fontSize90px { font-size:90px !important } .fontSize100px { font-size:100px !important } .fontSize06em { font-size:0.625em !important } .fontSize07em { font-size:0.75em !important } .fontSize08em { font-size:0.875em !important } .fontSize1em { font-size:1em !important } .fontSize11em { font-size:1.125em !important } .fontSize12em { font-size:1.25em !important } .fontSize13em { font-size:1.375em !important } .fontSize15em { font-size:1.5em !important } .fontSize16em { font-size:1.625em !important } .fontSize17em { font-size:1.75em !important } .fontSize18em { font-size:1.875em !important } .fontSize2em { font-size:2em !important } .fontSize25em { font-size:2.5em !important } .fontSize3em { font-size:3em !important } .fontSize35em { font-size:3.5em !important } .fontSize4em { font-size:4em !important } .fontSize45em { font-size:4.5em !important } .fontSize5em { font-size:5em !important } .fontWeightNormal { font-weight:normal !important } .fontWeightBold { font-weight:bold !important } .fontWeightBolder { font-weight:bolder !important } .fontWeightLighter { font-weight:lighter !important } .fontWeight100 { font-weight:100 !important } .fontWeight200 { font-weight:200 !important } .fontWeight300 { font-weight:300 !important } .fontWeight400 { font-weight:400 !important } .fontWeight500 { font-weight:500 !important } .fontWeight600 { font-weight:600 !important } .fontWeight700 { font-weight:700 !important } .fontWeight800 { font-weight:800 !important } .fontWeight900 { font-weight:900 !important } .textAlignLeft,.textLeft { text-align:left !important } .textAlignRight,.textRight { text-align:right !important } .textAlignCenter,.textCenter { text-align:center !important } .textAlignJustify,.textJustify { text-align:justify !important } .textAlignStart,.textStart { text-align:start !important } .textAlignEnd,.textEnd { text-align:end !important } .colorWhite { color: #ffffff !important } .colorBlack { color: #000000 !important } .colorBlack1 { color: #111111 !important } .colorBlack2 { color: #222222 !important } .colorBlack3 { color: #333333 !important } .colorBlack4 { color: #444444 !important } .colorBlack5 { color: #555555 !important } .colorGrey1,.colorGray1 { color: #666666 !important } .colorGrey2,.colorGray2 { color: #777777 !important } .colorGrey3,.colorGray3 { color: #888888 !important } .colorGrey4,.colorGray4 { color: #999999 !important } .colorGrey5,.colorGray5 { color: #aaaaaa !important } .colorGrey6,.colorGray6 { color: #bbbbbb !important } .colorGrey7,.colorGray7 { color: #cccccc !important } .colorGrey8,.colorGray8 { color: #dddddd !important } .colorGrey9,.colorGray9 { color: #eeeeee !important } .colorRed { color: #ff0000 !important } .colorRedLight { color: #ff6666 !important } .colorRedDark { color: #cc0000 !important } .colorOrange { color: #ff6a00 !important } .colorOrangeLight { color: #ff9933 !important } .colorOrangeDark { color: #ff4e00 !important } .colorYellow { color: #ffff00 !important } .colorYellowLight { color: #ffff99 !important } .colorYellowDark { color: #ffd800 !important } .colorGreen { color: #2bc93f !important } .colorGreenLight { color: #3edb52 !important } .colorGreenDark { color: #32b042 !important } .colorBlue { color: #0094ff !important } .colorBlueLight { color: #3cadfe !important } .colorBlueDark { color: #0078c9 !important } .colorPink { color: #ff4895 !important } .colorPinkLight { color: #fc7cb3 !important } .colorPinkDark { color: #e81e75 !important } .colorPurple { color: #ad67da !important } .colorPurpleLight { color: #c78cda !important } .colorPurpleDark { color: #8937b9 !important } .colorGrenadine { color: #de413a !important } .colorGrenadineLight { color: #fd4239 !important } .colorGrenadineDark { color: #c13832 !important } .colorPort { color: #5b2c36 !important } .colorPortLight { color: #7f414e !important } .colorPortDark { color: #4a1c25 !important } .colorPrimrose { color: #edd4da !important } .colorPrimroseLight { color: #fde3e9 !important } .colorPrimroseDark { color: #dfbdc5 !important } .colorButterum { color: #c58f69 !important } .colorButterumLight { color: #e4aa81 !important } .colorButterumDark { color: #ab7752 !important } .colorNavy { color: #233b5d !important } .colorNavyLight { color: #2e4a71 !important } .colorNavyDark { color: #142741 !important } .colorSpruce { color: #09585d !important } .colorSpruceLight { color: #10676d !important } .colorSpruceDark { color: #03474b !important } .colorMaple { color: #c26225 !important } .colorMapleLight { color: #d97536 !important } .colorMapleDark { color: #b25317 !important } .colorToast { color: #ca997b !important } .colorToastLight { color: #dcab8d !important } .colorToastDark { color: #b58466 !important } .colorLilac { color: #774f8d !important } .colorLilacLight { color: #8c61a4 !important } .colorLilacDark { color: #623d77 !important } .colorOtter { color: #806751 !important } .colorOtterLight { color: #977d65 !important } .colorOtterDark { color: #69513d !important } .colorCurry { color: #cca234 !important } .colorCurryLight { color: #deb240 !important } .colorCurryDark { color: #b99026 !important } .colorGolden { color: #ae9749 !important } .colorGoldenLight { color: #bfa54d !important } .colorGoldenDark { color: #a28a38 !important } .colorOlive { color: #cddc39 !important } .colorOliveLight { color: #daea41 !important } .colorOliveDark { color: #bac92b !important } .colorBrown { color: #795547 !important } .colorBrownLight { color: #8c6556 !important } .colorBrownDark { color: #654235 !important } .colorApricot { color: #feb75f !important } .colorApricotLight { color: #fdc47d !important } .colorApricotDark { color: #fdab44 !important } .colorCockatoo { color: #5ad0ba !important } .colorCockatooLight { color: #69e0ca !important } .colorCockatooDark { color: #46b8a3 !important } .colorImperial { color: #00599b !important } .colorImperialLight { color: #1171b9 !important } .colorImperialDark { color: #01477b !important } .colorBluestone { color: #517082 !important } .colorBluestoneLight { color: #648699 !important } .colorBluestoneDark { color: #3c5b6d !important } .colorCyan { color: #00bcd5 !important } .colorCyanLight { color: #0acce6 !important } .colorCyanDark { color: #02abc1 !important } .colorTeal { color: #009788 !important } .colorTealLight { color: #07ac9c !important } .colorTealDark { color: #017e72 !important } .colorIndigo { color: #3f51b5 !important } .colorIndigoLight { color: #4a5cc4 !important } .colorIndigoDark { color: #3243a4 !important } .colorOcean { color: #1296c7 !important } .colorOceanLight { color: #1fa2d2 !important } .colorOceanDark { color: #0c87b5 !important } .colorVibrantYellow { color: #fedd04 !important } .colorVibrantYellowLight { color: #fee32e !important } .colorVibrantYellowDark { color: #f2d40d !important } .colorPoppy { color: #f2672e !important } .colorPoppyLight { color: #fb743c !important } .colorPoppyDark { color: #e25b24 !important } a[class*="color"]:hover { opacity: .7 !important } .bgNone,.bgTransparent { background-color: transparent !important } .bgWhite { background-color: #ffffff !important } .bgBlack { background-color: #000000 !important } .bgBlack1 { background-color: #111111 !important } .bgBlack2 { background-color: #222222 !important } .bgBlack3 { background-color: #333333 !important } .bgBlack4 { background-color: #444444 !important } .bgBlack5 { background-color: #555555 !important } .bgGrey1,.bgGray1 { background-color: #666666 !important } .bgGrey2,.bgGray2 { background-color: #777777 !important } .bgGrey3,.bgGray3 { background-color: #888888 !important } .bgGrey4,.bgGray4 { background-color: #999999 !important } .bgGrey5,.bgGray5 { background-color: #aaaaaa !important } .bgGrey6,.bgGray6 { background-color: #bbbbbb !important } .bgGrey7,.bgGray7 { background-color: #cccccc !important } .bgGrey8,.bgGray8 { background-color: #dddddd !important } .bgGrey9,.bgGray9 { background-color: #eeeeee !important } .bgRed { background-color: #ff0000 !important } .bgRedLight { background-color: #ff6666 !important } .bgRedDark { background-color: #cc0000 !important } .bgOrange { background-color: #ff6a00 !important } .bgOrangeLight { background-color: #ff9933 !important } .bgOrangeDark { background-color: #ff4e00 !important } .bgYellow { background-color: #ffff00 !important } .bgYellowLight { background-color: #ffff99 !important } .bgYellowDark { background-color: #ffd800 !important } .bgGreen { background-color: #2bc93f !important } .bgGreenLight { background-color: #3edb52 !important } .bgGreenDark { background-color: #32b042 !important } .bgBlue { background-color: #0094ff !important } .bgBlueLight { background-color: #3cadfe !important } .bgBlueDark { background-color: #0078c9 !important } .bgPink { background-color: #ff4895 !important } .bgPinkLight { background-color: #fc7cb3 !important } .bgPinkDark { background-color: #e81e75 !important } .bgPurple { background-color: #ad67da !important } .bgPurpleLight { background-color: #c78cda !important } .bgPurpleDark { background-color: #8937b9 !important } .bgGrenadine { background-color: #de413a !important } .bgGrenadineLight { background-color: #fd4239 !important } .bgGrenadineDark { background-color: #c13832 !important } .bgPort { background-color: #5b2c36 !important } .bgPortLight { background-color: #7f414e !important } .bgPortDark { background-color: #4a1c25 !important } .bgPrimrose { background-color: #edd4da !important } .bgPrimroseLight { background-color: #fde3e9 !important } .bgPrimroseDark { background-color: #dfbdc5 !important } .bgButterum { background-color: #c58f69 !important } .bgButterumLight { background-color: #e4aa81 !important } .bgButterumDark { background-color: #ab7752 !important } .bgNavy { background-color: #233b5d !important } .bgNavyLight { background-color: #2e4a71 !important } .bgNavyDark { background-color: #142741 !important } .bgSpruce { background-color: #09585d !important } .bgSpruceLight { background-color: #10676d !important } .bgSpruceDark { background-color: #03474b !important } .bgMaple { background-color: #c26225 !important } .bgMapleLight { background-color: #d97536 !important } .bgMapleDark { background-color: #b25317 !important } .bgToast { background-color: #ca997b !important } .bgToastLight { background-color: #dcab8d !important } .bgToastDark { background-color: #b58466 !important } .bgLilac { background-color: #774f8d !important } .bgLilacLight { background-color: #8c61a4 !important } .bgLilacDark { background-color: #623d77 !important } .bgOtter { background-color: #806751 !important } .bgOtterLight { background-color: #977d65 !important } .bgOtterDark { background-color: #806751 !important } .bgCurry { background-color: #cca234 !important } .bgCurryLight { background-color: #deb240 !important } .bgCurryDark { background-color: #b99026 !important } .bgGolden { background-color: #ae9749 !important } .btn.bgGolden:hover { background-color: #bfa54d !important } .bgGoldenLight { background-color: #bfa54d !important } .bgGoldenDark { background-color: #a28a38 !important } .bgOlive { background-color: #cddc39 !important } .bgOliveLight { background-color: #daea41 !important } .bgOliveDark { background-color: #bac92b !important } .bgBrown { background-color: #795547 !important } .bgBrownLight { background-color: #8c6556 !important } .bgBrownDark { background-color: #654235 !important } .bgApricot { background-color: #feb75f !important } .bgApricotLight { background-color: #fdc47d !important } .bgApricotDark { background-color: #fdab44 !important } .bgCockatoo { background-color: #5ad0ba !important } .bgCockatooLight { background-color: #69e0ca !important } .bgCockatooDark { background-color: #46b8a3 !important } .bgImperial { background-color: #00599b !important } .bgImperialLight { background-color: #1171b9 !important } .bgImperialDark { background-color: #01477b !important } .bgBluestone { background-color: #517082 !important } .bgBluestoneLight { background-color: #648699 !important } .bgBluestoneDark { background-color: #3c5b6d !important } .bgCyan { background-color: #00bcd5 !important } .bgCyanLight { background-color: #0acce6 !important } .bgCyanDark { background-color: #02abc1 !important } .bgTeal { background-color: #009788 !important } .btn.bgTeal:hover { background-color: #07ac9c !important } .bgTealLight { background-color: #07ac9c !important } .bgTealDark { background-color: #017e72 !important } .bgIndigo { background-color: #3f51b5 !important } .bgIndigoLight { background-color: #4a5cc4 !important } .bgIndigoDark { background-color: #3243a4 !important } .bgOcean { background-color: #1296c7 !important } .bgOceanLight { background-color: #1fa2d2 !important } .bgOceanDark { background-color: #0c87b5 !important } .bgVibrantYellow { background-color: #fedd04 !important } .bgVibrantYellowLight { background-color: #fee32e !important } .bgVibrantYellowDark { background-color: #f2d40d !important } .bgPoppy { background-color: #f2672e !important } .bgPoppyLight { background-color: #fb743c !important } .bgPoppyDark { background-color: #e25b24 !important } .btn[class*="btn bg"]:hover { opacity: .7 !important } .fillWhite { fill: #ffffff !important } .fillBlack { fill: #000000 !important } .fillBlack1 { fill: #111111 !important } .fillBlack2 { fill: #222222 !important } .fillBlack3 { fill: #333333 !important } .fillBlack4 { fill: #444444 !important } .fillBlack5 { fill: #555555 !important } .fillGrey1,.fillGray1 { fill: #666666 !important } .fillGrey2,.fillGray2 { fill: #777777 !important } .fillGrey3,.fillGray3 { fill: #888888 !important } .fillGrey4,.fillGray4 { fill: #999999 !important } .fillGrey5,.fillGray5 { fill: #aaaaaa !important } .fillGrey6,.fillGray6 { fill: #bbbbbb !important } .fillGrey7,.fillGray7 { fill: #cccccc !important } .fillGrey8,.fillGray8 { fill: #dddddd !important } .fillGrey9,.fillGray9 { fill: #eeeeee !important } .fillRed { fill: #ff0000 !important } .fillRedLight { fill: #ff6666 !important } .fillRedDark { fill: #cc0000 !important } .fillOrange { fill: #ff6a00 !important } .fillOrangeLight { fill: #ff9933 !important } .fillOrangeDark { fill: #ff4e00 !important } .fillYellow { fill: #ffff00 !important } .fillYellowLight { fill: #ffff99 !important } .fillYellowDark { fill: #ffd800 !important } .fillGreen { fill: #2bc93f !important } .fillGreenLight { fill: #3edb52 !important } .fillGreenDark { fill: #32b042 !important } .fillBlue { fill: #0094ff !important } .fillBlueLight { fill: #3cadfe !important } .fillBlueDark { fill: #0078c9 !important } .fillPink { fill: #ff4895 !important } .fillPinkLight { fill: #fc7cb3 !important } .fillPinkDark { fill: #e81e75 !important } .fillPurple { fill: #ad67da !important } .fillPurpleLight { fill: #c78cda !important } .fillPurpleDark { fill: #8937b9 !important } .fillGrenadine { fill: #de413a !important } .fillGrenadineLight { fill: #fd4239 !important } .fillGrenadineDark { fill: #c13832 !important } .fillPort { fill: #5b2c36 !important } .fillPortLight { fill: #7f414e !important } .fillPortDark { fill: #4a1c25 !important } .fillPrimrose { fill: #edd4da !important } .fillPrimroseLight { fill: #fde3e9 !important } .fillPrimroseDark { fill: #dfbdc5 !important } .fillButterum { fill: #c58f69 !important } .fillButterumLight { fill: #e4aa81 !important } .fillButterumDark { fill: #ab7752 !important } .fillNavy { fill: #233b5d !important } .fillNavyLight { fill: #2e4a71 !important } .fillNavyDark { fill: #142741 !important } .fillSpruce { fill: #09585d !important } .fillSpruceLight { fill: #10676d !important } .fillSpruceDark { fill: #03474b !important } .fillMaple { fill: #c26225 !important } .fillMapleLight { fill: #d97536 !important } .fillMapleDark { fill: #b25317 !important } .fillToast { fill: #ca997b !important } .fillToastLight { fill: #dcab8d !important } .fillToastDark { fill: #b58466 !important } .fillLilac { fill: #774f8d !important } .fillLilacLight { fill: #8c61a4 !important } .fillLilacDark { fill: #623d77 !important } .fillOtter { fill: #806751 !important } .fillOtterLight { fill: #977d65 !important } .fillOtterDark { fill: #69513d !important } .fillCurry { fill: #cca234 !important } .fillCurryLight { fill: #deb240 !important } .fillCurryDark { fill: #b99026 !important } .fillGolden { fill: #ae9749 !important } .fillGoldenLight { fill: #bfa54d !important } .fillGoldenDark { fill: #a28a38 !important } .fillOlive { fill: #cddc39 !important } .fillOliveLight { fill: #daea41 !important } .fillOliveDark { fill: #bac92b !important } .fillBrown { fill: #795547 !important } .fillBrownLight { fill: #8c6556 !important } .fillBrownDark { fill: #654235 !important } .fillApricot { fill: #feb75f !important } .fillApricotLight { fill: #fdc47d !important } .fillApricotDark { fill: #fdab44 !important } .fillCockatoo { fill: #5ad0ba !important } .fillCockatooLight { fill: #69e0ca !important } .fillCockatooDark { fill: #46b8a3 !important } .fillImperial { fill: #00599b !important } .fillImperialLight { fill: #1171b9 !important } .fillImperialDark { fill: #01477b !important } .fillBluestone { fill: #517082 !important } .fillBluestoneLight { fill: #648699 !important } .fillBluestoneDark { fill: #3c5b6d !important } .fillCyan { fill: #00bcd5 !important } .fillCyanLight { fill: #0acce6 !important } .fillCyanDark { fill: #02abc1 !important } .fillTeal { fill: #009788 !important } .fillTealLight { fill: #07ac9c !important } .fillTealDark { fill: #017e72 !important } .fillIndigo { fill: #3f51b5 !important } .fillIndigoLight { fill: #4a5cc4 !important } .fillIndigoDark { fill: #3243a4 !important } .fillOcean { fill: #1296c7 !important } .fillOceanLight { fill: #1fa2d2 !important } .fillOceanDark { fill: #0c87b5 !important } .fillVibrantYellow { fill: #fedd04 !important } .fillVibrantYellowLight { fill: #fee32e !important } .fillVibrantYellowDark { fill: #f2d40d !important } .fillPoppy { fill: #f2672e !important } .fillPoppyLight { fill: #fb743c !important } .fillPoppyDark { fill: #e25b24 !important } .borderWhite { border: #ffffff 1px solid } .borderTopWhite { border-top: #ffffff 1px solid } .borderRightWhite { border-right: #ffffff 1px solid } .borderBottomWhite { border-bottom: #ffffff 1px solid } .borderLeftWhite { border-left: #ffffff 1px solid } .borderLateralWhite { border-top: #ffffff 1px solid; border-bottom: #ffffff 1px solid } .borderGutterWhite { border-right: #ffffff 1px solid; border-left: #ffffff 1px solid } .borderBlack { border: #000000 1px solid } .borderTopBlack { border-top: #000000 1px solid } .borderRightBlack { border-right: #000000 1px solid } .borderBottomBlack { border-bottom: #000000 1px solid } .borderLeftBlack { border-left: #000000 1px solid } .borderLateralBlack { border-top: #000000 1px solid; border-bottom: #000000 1px solid } .borderGutterBlack { border-right: #000000 1px solid; border-left: #000000 1px solid } .borderBlack1 { border: #111111 1px solid } .borderTopBlack1 { border-top: #111111 1px solid } .borderRightBlack1 { border-right: #111111 1px solid } .borderBottomBlack1 { border-bottom: #111111 1px solid } .borderLeftBlack1 { border-left: #111111 1px solid } .borderLateralBlack1 { border-top: #111111 1px solid; border-bottom: #111111 1px solid } .borderGutterBlack1 { border-right: #111111 1px solid; border-left: #111111 1px solid } .borderBlack2 { border: #222222 1px solid } .borderTopBlack2 { border-top: #222222 1px solid } .borderRightBlack2 { border-right: #222222 1px solid } .borderBottomBlack2 { border-bottom: #222222 1px solid } .borderLeftBlack2 { border-left: #222222 1px solid } .borderLateralBlack2 { border-top: #222222 1px solid; border-bottom: #222222 1px solid } .borderGutterBlack2 { border-right: #222222 1px solid; border-left: #222222 1px solid } .borderBlack3 { border: #333333 1px solid } .borderTopBlack3 { border-top: #333333 1px solid } .borderRightBlack3 { border-right: #333333 1px solid } .borderBottomBlack3 { border-bottom: #333333 1px solid } .borderLeftBlack3 { border-left: #333333 1px solid } .borderLateralBlack3 { border-top: #333333 1px solid; border-bottom: #333333 1px solid } .borderGutterBlack3 { border-right: #333333 1px solid; border-left: #333333 1px solid } .borderBlack4 { border: #444444 1px solid } .borderTopBlack4 { border-top: #444444 1px solid } .borderRightBlack4 { border-right: #444444 1px solid } .borderBottomBlack4 { border-bottom: #444444 1px solid } .borderLeftBlack4 { border-left: #444444 1px solid } .borderLateralBlack4 { border-top: #444444 1px solid; border-bottom: #444444 1px solid } .borderGutterBlack4 { border-right: #444444 1px solid; border-left: #444444 1px solid } .borderBlack5 { border: #555555 1px solid } .borderTopBlack5 { border-top: #555555 1px solid } .borderRightBlack5 { border-right: #555555 1px solid } .borderBottomBlack5 { border-bottom: #555555 1px solid } .borderLeftBlack5 { border-left: #555555 1px solid } .borderLateralBlack5 { border-top: #555555 1px solid; border-bottom: #555555 1px solid } .borderGutterBlack5 { border-right: #555555 1px solid; border-left: #555555 1px solid } .borderGrey1,.borderGray1 { border: #666666 1px solid } .borderTopGrey1,.borderTopGray1 { border-top: #666666 1px solid } .borderRightGrey1,.borderRightGray1 { border-right: #666666 1px solid } .borderBottomGrey1,.borderBottomGray1 { border-bottom: #666666 1px solid } .borderLeftGrey1,.borderLeftGray1 { border-left: #666666 1px solid } .borderLateralGrey1,.borderLateralGray1 { border-top: #666666 1px solid; border-bottom: #666666 1px solid } .borderGutterGrey1,.borderGutterGray1 { border-right: #666666 1px solid; border-left: #666666 1px solid } .borderGrey2,.borderGray2 { border: #777777 1px solid } .borderTopGrey2,.borderTopGray2 { border-top: #777777 1px solid } .borderRightGrey2,.borderRightGray2 { border-right: #777777 1px solid } .borderBottomGrey2,.borderBottomGray2 { border-bottom: #777777 1px solid } .borderLeftGrey2,.borderLeftGray2 { border-left: #777777 1px solid } .borderLateralGrey2,.borderLateralGray2 { border-top: #777777 1px solid; border-bottom: #777777 1px solid } .borderGutterGrey2,.borderGutterGray2 { border-right: #777777 1px solid; border-left: #777777 1px solid } .borderGrey3,.borderGray3 { border: #888888 1px solid } .borderTopGrey3,.borderTopGray3 { border-top: #888888 1px solid } .borderRightGrey3,.borderRightGray3 { border-right: #888888 1px solid } .borderBottomGrey3,.borderBottomGray3 { border-bottom: #888888 1px solid } .borderLeftGrey3,.borderLeftGray3 { border-left: #888888 1px solid } .borderLateralGrey3,.borderLateralGray3 { border-top: #888888 1px solid; border-bottom: #888888 1px solid } .borderGutterGrey3,.borderGutterGray3 { border-right: #888888 1px solid; border-left: #888888 1px solid } .borderGrey4,.borderGray4 { border: #999999 1px solid } .borderTopGrey4,.borderTopGray4 { border-top: #999999 1px solid } .borderRightGrey4,.borderRightGray4 { border-right: #999999 1px solid } .borderBottomGrey4,.borderBottomGray4 { border-bottom: #999999 1px solid } .borderLeftGrey4,.borderLeftGray4 { border-left: #999999 1px solid } .borderLateralGrey4,.borderLateralGray4 { border-top: #999999 1px solid; border-bottom: #999999 1px solid } .borderGutterGrey4,.borderGutterGray4 { border-right: #999999 1px solid; border-left: #999999 1px solid } .borderGrey5,.borderGray5 { border: #aaaaaa 1px solid } .borderTopGrey5,.borderTopGray5 { border-top: #aaaaaa 1px solid } .borderRightGrey5,.borderRightGray5 { border-right: #aaaaaa 1px solid } .borderBottomGrey5,.borderBottomGray5 { border-bottom: #aaaaaa 1px solid } .borderLeftGrey5,.borderLeftGray5 { border-left: #aaaaaa 1px solid } .borderLateralGrey5,.borderLateralGray5 { border-top: #aaaaaa 1px solid; border-bottom: #aaaaaa 1px solid } .borderGutterGrey5,.borderGutterGray5 { border-right: #aaaaaa 1px solid; border-left: #aaaaaa 1px solid } .borderGrey6,.borderGray6 { border: #bbbbbb 1px solid } .borderTopGrey6,.borderTopGray6 { border-top: #bbbbbb 1px solid } .borderRightGrey6,.borderRightGray6 { border-right: #bbbbbb 1px solid } .borderBottomGrey6,.borderBottomGray6 { border-bottom: #bbbbbb 1px solid } .borderLeftGrey6,.borderLeftGray6 { border-left: #bbbbbb 1px solid } .borderLateralGrey6,.borderLateralGray6 { border-top: #bbbbbb 1px solid; border-bottom: #bbbbbb 1px solid } .borderGutterGrey6,.borderGutterGray6 { border-right: #bbbbbb 1px solid; border-left: #bbbbbb 1px solid } .borderGrey7,.borderGray7 { border: #cccccc 1px solid } .borderTopGrey7,.borderTopGray7 { border-top: #cccccc 1px solid } .borderRightGrey7,.borderRightGray7 { border-right: #cccccc 1px solid } .borderBottomGrey7,.borderBottomGray7 { border-bottom: #cccccc 1px solid } .borderLeftGrey7,.borderLeftGray7 { border-left: #cccccc 1px solid } .borderLateralGrey7,.borderLateralGray7 { border-top: #cccccc 1px solid; border-bottom: #cccccc 1px solid } .borderGutterGrey7,.borderGutterGray7 { border-right: #cccccc 1px solid; border-left: #cccccc 1px solid } .borderGrey8,.borderGray8 { border: #dddddd 1px solid } .borderTopGrey8,.borderTopGray8 { border-top: #dddddd 1px solid } .bordeRightGrey8,.borderRightGray8 { border-right: #dddddd 1px solid } .borderBottomGrey8,.borderBottomGray8 { border-bottom: #dddddd 1px solid } .borderLeftGrey8,.borderLeftGray8 { border-left: #dddddd 1px solid } .borderLateralGrey8,.borderLateralGray8 { border-top: #dddddd 1px solid; border-bottom: #dddddd 1px solid } .borderGutterGrey8,.borderGutterGray8 { border-right: #dddddd 1px solid; border-left: #dddddd 1px solid } .borderGrey9,.borderGray9 { border: #eeeeee 1px solid } .borderTopGrey9,.borderTopGray9 { border-top: #eeeeee 1px solid } .borderRightGrey9,.borderRightGray9 { border-right: #eeeeee 1px solid } .borderBottomGrey9,.borderBottomGray9 { border-bottom: #eeeeee 1px solid } .borderLeftGrey9,.borderLeftGray9 { border-left: #eeeeee 1px solid } .borderLateralGrey9,.borderLateralGray9 { border-top: #eeeeee 1px solid; border-bottom: #eeeeee 1px solid } .borderGutterGrey9,.borderGutterGray9 { border-right: #eeeeee 1px solid; border-left: #eeeeee 1px solid } .borderRed { border: #ff0000 1px solid } .borderTopRed { border-top: #ff0000 1px solid } .borderRightRed { border-right: #ff0000 1px solid } .borderBottomRed { border-bottom: #ff0000 1px solid } .borderLeftRed { border-left: #ff0000 1px solid } .borderLateralRed { border-top: #ff0000 1px solid; border-bottom: #ff0000 1px solid } .borderGutterRed { border-right: #ff0000 1px solid; border-left: #ff0000 1px solid } .borderRedLight { border: #ff6666 1px solid } .borderTopRedLight { border-top: #ff6666 1px solid } .borderRightRedLight { border-right: #ff6666 1px solid } .borderBottomRedLight { border-bottom: #ff6666 1px solid } .borderLeftRedLight { border-left: #ff6666 1px solid } .borderLateralRedLight { border-top: #ff6666 1px solid; border-bottom: #ff6666 1px solid } .borderGutterRedLight { border-right: #ff6666 1px solid; border-left: #ff6666 1px solid } .borderRedDark { border: #cc0000 1px solid } .borderTopRedDark { border-top: #cc0000 1px solid } .borderRightRedDark { border-right: #cc0000 1px solid } .borderBottomRedDark { border-bottom: #cc0000 1px solid } .borderLeftRedDark { border-left: #cc0000 1px solid } .borderLateralRedDark { border-top: #cc0000 1px solid; border-bottom: #cc0000 1px solid } .borderGutterRedDark { border-right: #cc0000 1px solid; border-left: #cc0000 1px solid } .borderOrange { border: #ff6a00 1px solid } .borderTopOrange { border-top: #ff6a00 1px solid } .borderRightOrange { border-right: #ff6a00 1px solid } .borderBottomOrange { border-bottom: #ff6a00 1px solid } .borderLeftOrange { border-left: #ff6a00 1px solid } .borderLateralOrange { border-top: #ff6a00 1px solid; border-bottom: #ff6a00 1px solid } .borderGutterOrange { border-right: #ff6a00 1px solid; border-left: #ff6a00 1px solid } .borderOrangeLight { border: #ff9933 1px solid } .borderTopOrangeLight { border-top: #ff9933 1px solid } .borderRightOrangeLight { border-right: #ff9933 1px solid } .borderBottomOrangeLight { border-bottom: #ff9933 1px solid } .borderLeftOrangeLight { border-left: #ff9933 1px solid } .borderLateralOrangeLight { border-top: #ff9933 1px solid; border-bottom: #ff9933 1px solid } .borderGutterOrangeLight { border-right: #ff9933 1px solid; border-left: #ff9933 1px solid } .borderOrangeDark { border: #ff4e00 1px solid } .borderTopOrangeDark { border-top: #ff4e00 1px solid } .borderRightOrangeDark { border-right: #ff4e00 1px solid } .borderBottomOrangeDark { border-bottom: #ff4e00 1px solid } .borderLeftOrangeDark { border-left: #ff4e00 1px solid } .borderLateralOrangeDark { border-top: #ff4e00 1px solid; border-bottom: #ff4e00 1px solid } .borderGutterOrangeDark { border-right: #ff4e00 1px solid; border-left: #ff4e00 1px solid } .borderYellow { border: #ffff00 1px solid } .borderTopYellow { border-top: #ffff00 1px solid } .borderRightYellow { border-right: #ffff00 1px solid } .borderBottomYellow { border-bottom: #ffff00 1px solid } .borderLeftYellow { border-left: #ffff00 1px solid } .borderLateralYellow { border-top: #ffff00 1px solid; border-bottom: #ffff00 1px solid } .borderGutterYellow { border-right: #ffff00 1px solid; border-left: #ffff00 1px solid } .borderYellowLight { border: #ffff99 1px solid } .borderTopYellowLight { border-top: #ffff99 1px solid } .borderRightYellowLight { border-right: #ffff99 1px solid } .borderBottomYellowLight { border-bottom: #ffff99 1px solid } .borderLeftYellowLight { border-left: #ffff99 1px solid } .borderLateralYellowLight { border-top: #ffff99 1px solid; border-bottom: #ffff99 1px solid } .borderGutterYellowLight { border-right: #ffff99 1px solid; border-left: #ffff99 1px solid } .borderYellowDark { border: #ffd800 1px solid } .borderTopYellowDark { border-top: #ffd800 1px solid } .borderRightYellowDark { border-right: #ffd800 1px solid } .borderBottomYellowDark { border-bottom: #ffd800 1px solid } .borderLeftYellowDark { border-left: #ffd800 1px solid } .borderLateralYellowDark { border-top: #ffd800 1px solid; border-bottom: #ffd800 1px solid } .borderGutterYellowDark { border-right: #ffd800 1px solid; border-left: #ffd800 1px solid } .borderGreen { border: #2bc93f 1px solid } .borderTopGreen { border-bottom: #2bc93f 1px solid } .borderRightGreen { border-right: #2bc93f 1px solid } .borderBottomGreen { border-bottom: #2bc93f 1px solid } .borderLeftGreen { border-left: #2bc93f 1px solid } .borderLateralGreen { border-top: #2bc93f 1px solid; border-bottom: #2bc93f 1px solid } .borderGutterGreen { border-right: #2bc93f 1px solid; border-left: #2bc93f 1px solid } .borderGreenLight { border: #3edb52 1px solid } .borderTopGreenLight { border-top: #3edb52 1px solid } .borderRightGreenLight { border-right: #3edb52 1px solid } .borderBottomGreenLight { border-bottom: #3edb52 1px solid } .borderLeftGreenLight { border-left: #3edb52 1px solid } .borderLateralGreenLight { border-top: #3edb52 1px solid; border-bottom: #3edb52 1px solid } .borderGutterGreenLight { border-right: #3edb52 1px solid; border-left: #3edb52 1px solid } .borderGreenDark { border: #32b042 1px solid } .borderTopGreenDark { border-top: #32b042 1px solid } .borderRightGreenDark { border-right: #32b042 1px solid } .borderBottomGreenDark { border-bottom: #32b042 1px solid } .borderLeftGreenDark { border-left: #32b042 1px solid } .borderLateralGreenDark { border-top: #32b042 1px solid; border-bottom: #32b042 1px solid } .borderGutterGreenDark { border-right: #32b042 1px solid; border-left: #32b042 1px solid } .borderBlue { border: #0094ff 1px solid } .borderTopBlue { border-top: #0094ff 1px solid } .borderRightBlue { border-right: #0094ff 1px solid } .borderBottomBlue { border-bottom: #0094ff 1px solid } .borderLeftBlue { border-left: #0094ff 1px solid } .borderLateralBlue { border-top: #0094ff 1px solid; border-bottom: #0094ff 1px solid } .borderGutterBlue { border-right: #0094ff 1px solid; border-left: #0094ff 1px solid } .borderBlueLight { border: #3cadfe 1px solid } .borderTopBlueLight { border-top: #3cadfe 1px solid } .borderRightBlueLight { border-right: #3cadfe 1px solid } .borderBottomBlueLight { border-bottom: #3cadfe 1px solid } .borderLeftBlueLight { border-left: #3cadfe 1px solid } .borderLateralBlueLight { border-top: #3cadfe 1px solid; border-bottom: #3cadfe 1px solid } .borderGutterBlueLight { border-right: #3cadfe 1px solid; border-left: #3cadfe 1px solid } .borderBlueDark { border: #0078c9 1px solid } .borderTopBlueDark { border-top: #0078c9 1px solid } .borderRightBlueDark { border-right: #0078c9 1px solid } .borderBottomBlueDark { border-bottom: #0078c9 1px solid } .borderLeftBlueDark { border-left: #0078c9 1px solid } .borderLateralBlueDark { border-top: #0078c9 1px solid; border-bottom: #0078c9 1px solid } .borderGutterBlueDark { border-right: #0078c9 1px solid; border-left: #0078c9 1px solid } .borderPink { border: #ff4895 1px solid } .borderTopPink { border-top: #ff4895 1px solid } .borderRightPink { border-right: #ff4895 1px solid } .borderBottomPink { border-bottom: #ff4895 1px solid } .borderLeftPink { border-left: #ff4895 1px solid } .borderLateralPink { border-top: #ff4895 1px solid; border-bottom: #ff4895 1px solid } .borderGutterPink { border-right: #ff4895 1px solid; border-left: #ff4895 1px solid } .borderPinkLight { border: #fc7cb3 1px solid } .borderTopPinkLight { border-top: #fc7cb3 1px solid } .borderRightPinkLight { border-right: #fc7cb3 1px solid } .borderBottomPinkLight { border-bottom: #fc7cb3 1px solid } .borderLeftPinkLight { border-left: #fc7cb3 1px solid } .borderLateralPinkLight { border-top: #fc7cb3 1px solid; border-bottom: #fc7cb3 1px solid } .borderGutterPinkLight { border-right: #fc7cb3 1px solid; border-left: #fc7cb3 1px solid } .borderPinkDark { border: #e81e75 1px solid } .borderTopPinkDark { border-top: #e81e75 1px solid } .borderRightPinkDark { border-right: #e81e75 1px solid } .borderBottomPinkDark { border-bottom: #e81e75 1px solid } .borderLeftPinkDark { border-left: #e81e75 1px solid } .borderLateralPinkDark { border-top: #e81e75 1px solid; border-bottom: #e81e75 1px solid } .borderGutterPinkDark { border-right: #e81e75 1px solid; border-left: #e81e75 1px solid } .borderPurple { border: #ad67da 1px solid } .borderTopPurple { border-top: #ad67da 1px solid } .borderRightPurple { border-right: #ad67da 1px solid } .borderBottomPurple { border-bottom: #ad67da 1px solid } .borderLeftPurple { border-left: #ad67da 1px solid } .borderLateralPurple { border-top: #ad67da 1px solid; border-bottom: #ad67da 1px solid } .borderGutterPurple { border-right: #ad67da 1px solid; border-left: #ad67da 1px solid } .borderPurpleLight { border: #c78cda 1px solid } .borderTopPurpleLight { border-top: #c78cda 1px solid } .borderRightPurpleLight { border-right: #c78cda 1px solid } .borderBottomPurpleLight { border-bottom: #c78cda 1px solid } .borderLeftPurpleLight { border-left: #c78cda 1px solid } .borderLateralPurpleLight { border-top: #c78cda 1px solid; border-bottom: #c78cda 1px solid } .borderGutterPurpleLight { border-right: #c78cda 1px solid; border-left: #c78cda 1px solid } .borderPurpleDark { border: #8937b9 1px solid } .borderTopPurpleDark { border-top: #8937b9 1px solid } .borderRightPurpleDark { border-right: #8937b9 1px solid } .borderBottomPurpleDark { border-bottom: #8937b9 1px solid } .borderLeftPurpleDark { border-left: #8937b9 1px solid } .borderLateralPurpleDark { border-top: #8937b9 1px solid; border-bottom: #8937b9 1px solid } .borderGutterPurpleDark { border-right: #8937b9 1px solid; border-left: #8937b9 1px solid } .borderGrenadine { border: #de413a 1px solid } .borderTopGrenadine { border-top: #de413a 1px solid } .borderRightGrenadine { border-right: #de413a 1px solid } .borderBottomGrenadine { border-bottom: #de413a 1px solid } .borderLeftGrenadine { border-left: #de413a 1px solid } .borderLateralGrenadine { border-top: #de413a 1px solid; border-bottom: #de413a 1px solid } .borderGutterGrenadine { border-right: #de413a 1px solid; border-left: #de413a 1px solid } .borderGrenadineLight { border: #fd4239 1px solid } .borderTopGrenadineLight { border-top: #fd4239 1px solid } .borderRightGrenadineLight { border-right: #fd4239 1px solid } .borderBottomGrenadineLight { border-bottom: #fd4239 1px solid } .borderLeftGrenadineLight { border-left: #fd4239 1px solid } .borderLateralGrenadineLight { border-top: #fd4239 1px solid; border-bottom: #fd4239 1px solid } .borderGutterGrenadineLight { border-right: #fd4239 1px solid; border-left: #fd4239 1px solid } .borderGrenadineDark { border: #c13832 1px solid } .borderTopGrenadineDark { border-top: #c13832 1px solid } .borderRightGrenadineDark { border-right: #c13832 1px solid } .borderBottomGrenadineDark { border-bottom: #c13832 1px solid } .borderLeftGrenadineDark { border-left: #c13832 1px solid } .borderLateralGrenadineDark { border-top: #c13832 1px solid; border-bottom: #c13832 1px solid } .borderGutterGrenadineDark { border-right: #c13832 1px solid; border-left: #c13832 1px solid } .borderPort { border: #5b2c36 1px solid } .borderTopPort { border-top: #5b2c36 1px solid } .borderRightPort { border-right: #5b2c36 1px solid } .borderBottomPort { border-bottom: #5b2c36 1px solid } .borderLeftPort { border-left: #5b2c36 1px solid } .borderLateralPort { border-top: #5b2c36 1px solid; border-bottom: #5b2c36 1px solid } .borderGutterPort { border-right: #5b2c36 1px solid; border-left: #5b2c36 1px solid } .borderPortLight { border: #7f414e 1px solid } .borderTopPortLight { border-top: #7f414e 1px solid } .borderRightPortLight { border-right: #7f414e 1px solid } .borderBottomPortLight { border-bottom: #7f414e 1px solid } .borderLeftPortLight { border-left: #7f414e 1px solid } .borderLateralPortLight { border-top: #7f414e 1px solid; border-bottom: #7f414e 1px solid } .borderGutterPortLight { border-right: #7f414e 1px solid; border-left: #7f414e 1px solid } .borderPortDark { border: #4a1c25 1px solid } .borderTopPortDark { border-top: #4a1c25 1px solid } .borderRightPortDark { border-right: #4a1c25 1px solid } .borderBottomPortDark { border-bottom: #4a1c25 1px solid } .borderLeftPortDark { border-left: #4a1c25 1px solid } .borderLateralPortDark { border-top: #4a1c25 1px solid; border-bottom: #4a1c25 1px solid } .borderGutterPortDark { border-right: #4a1c25 1px solid; border-left: #4a1c25 1px solid } .borderPrimrose { border: #edd4da 1px solid } .borderTopPrimrose { border-top: #edd4da 1px solid } .borderRightPrimrose { border-right: #edd4da 1px solid } .borderBottomPrimrose { border-bottom: #edd4da 1px solid } .borderLeftPrimrose { border-left: #edd4da 1px solid } .borderLateralPrimrose { border-top: #edd4da 1px solid; border-bottom: #edd4da 1px solid } .borderGutterPrimrose { border-right: #edd4da 1px solid; border-left: #edd4da 1px solid } .borderPrimroseLight { border: #fde3e9 1px solid } .borderTopPrimroseLight { border-top: #fde3e9 1px solid } .borderRightPrimroseLight { border-right: #fde3e9 1px solid } .borderBottomPrimroseLight { border-bottom: #fde3e9 1px solid } .borderLeftPrimroseLight { border-left: #fde3e9 1px solid } .borderLateralPrimroseLight { border-top: #fde3e9 1px solid; border-bottom: #fde3e9 1px solid } .borderGutterPrimroseLight { border-right: #fde3e9 1px solid; border-left: #fde3e9 1px solid } .borderPrimroseDark { border: #dfbdc5 1px solid } .borderTopPrimroseDark { border-top: #dfbdc5 1px solid } .borderRightPrimroseDark { border-right: #dfbdc5 1px solid } .borderBottomPrimroseDark { border-bottom: #dfbdc5 1px solid } .borderLeftPrimroseDark { border-left: #dfbdc5 1px solid } .borderLateralPrimroseDark { border-top: #dfbdc5 1px solid; border-bottom: #dfbdc5 1px solid } .borderGutterPrimroseDark { border-right: #dfbdc5 1px solid; border-left: #dfbdc5 1px solid } .borderButterum { border: #c58f69 1px solid } .borderTopButterum { border-top: #c58f69 1px solid } .borderRightButterum { border-right: #c58f69 1px solid } .borderBottomButterum { border-bottom: #c58f69 1px solid } .borderLeftButterum { border-left: #c58f69 1px solid } .borderLateralButterum { border-top: #c58f69 1px solid; border-bottom: #c58f69 1px solid } .borderGutterButterum { border-right: #c58f69 1px solid; border-left: #c58f69 1px solid } .borderButterumLight { border: #e4aa81 1px solid } .borderTopButterumLight { border-top: #e4aa81 1px solid } .borderRightButterumLight { border-right: #e4aa81 1px solid } .borderBottomButterumLight { border-bottom: #e4aa81 1px solid } .borderLeftButterumLight { border-left: #e4aa81 1px solid } .borderLateralButterumLight { border-top: #e4aa81 1px solid; border-bottom: #e4aa81 1px solid } .borderGutterButterumLight { border-right: #e4aa81 1px solid; border-left: #e4aa81 1px solid } .borderButterumDark { border: #ab7752 1px solid } .borderTopButterumDark { border-top: #ab7752 1px solid } .borderRightButterumDark { border-right: #ab7752 1px solid } .borderBottomButterumDark { border-bottom: #ab7752 1px solid } .borderLeftButterumDark { border-left: #ab7752 1px solid } .borderLateralButterumDark { border-top: #ab7752 1px solid; border-bottom: #ab7752 1px solid } .borderGutterButterumDark { border-right: #ab7752 1px solid; border-left: #ab7752 1px solid } .borderNavy { border: #233b5d 1px solid } .borderTopNavy { border-top: #233b5d 1px solid } .borderRightNavy { border-right: #233b5d 1px solid } .borderBottomNavy { border-bottom: #233b5d 1px solid } .borderLeftNavy { border-left: #233b5d 1px solid } .borderLateralNavy { border-top: #233b5d 1px solid; border-bottom: #233b5d 1px solid } .borderGutterNavy { border-right: #233b5d 1px solid; border-left: #233b5d 1px solid } .borderNavyLight { border: #2e4a71 1px solid } .borderTopNavyLight { border-top: #2e4a71 1px solid } .borderRightNavyLight { border-right: #2e4a71 1px solid } .borderBottomNavyLight { border-bottom: #2e4a71 1px solid } .borderLeftNavyLight { border-left: #2e4a71 1px solid } .borderLateralNavyLight { border-top: #2e4a71 1px solid; border-bottom: #2e4a71 1px solid } .borderGutterNavyLight { border-right: #2e4a71 1px solid; border-left: #2e4a71 1px solid } .borderNavyDark { border: #142741 1px solid } .borderTopNavyDark { border-top: #142741 1px solid } .borderRightNavyDark { border-right: #142741 1px solid } .borderBottomNavyDark { border-bottom: #142741 1px solid } .borderLeftNavyDark { border-left: #142741 1px solid } .borderLateralNavyDark { border-top: #142741 1px solid; border-bottom: #142741 1px solid } .borderGutterNavyDark { border-right: #142741 1px solid; border-left: #142741 1px solid } .borderSpruce { border: #09585d 1px solid } .borderTopSpruce { border-top: #09585d 1px solid } .borderRightSpruce { border-right: #09585d 1px solid } .borderBottomSpruce { border-bottom: #09585d 1px solid } .borderLeftSpruce { border-left: #09585d 1px solid } .borderLateralSpruce { border-top: #09585d 1px solid; border-bottom: #09585d 1px solid } .borderGutterSpruce { border-right: #09585d 1px solid; border-left: #09585d 1px solid } .borderSpruceLight { border: #10676d 1px solid } .borderTopSpruceLight { border-top: #10676d 1px solid } .borderRightSpruceLight { border-right: #10676d 1px solid } .borderBottomSpruceLight { border-bottom: #10676d 1px solid } .borderLeftSpruceLight { border-left: #10676d 1px solid } .borderLateralSpruceLight { border-top: #10676d 1px solid; border-bottom: #10676d 1px solid } .borderGutterSpruceLight { border-right: #10676d 1px solid; border-left: #10676d 1px solid } .borderSpruceDark { border: #03474b 1px solid } .borderTopSpruceDark { border-top: #03474b 1px solid } .borderRightSpruceDark { border-right: #03474b 1px solid } .borderBottomSpruceDark { border-bottom: #03474b 1px solid } .borderLeftSpruceDark { border-left: #03474b 1px solid } .borderLateralSpruceDark { border-top: #03474b 1px solid; border-bottom: #03474b 1px solid } .borderGutterSpruceDark { border-right: #03474b 1px solid; border-left: #03474b 1px solid } .borderMaple { border: #c26225 1px solid } .borderTopMaple { border-top: #c26225 1px solid } .borderRightMaple { border-right: #c26225 1px solid } .borderBottomMaple { border-bottom: #c26225 1px solid } .borderLeftMaple { border-left: #c26225 1px solid } .borderLateralMaple { border-top: #c26225 1px solid; border-bottom: #c26225 1px solid } .borderGutterMaple { border-right: #c26225 1px solid; border-left: #c26225 1px solid } .borderMapleLight { border: #d97536 1px solid } .borderTopMapleLight { border-top: #d97536 1px solid } .borderRightMapleLight { border-right: #d97536 1px solid } .borderBottomMapleLight { border-bottom: #d97536 1px solid } .borderLeftMapleLight { border-left: #d97536 1px solid } .borderLateralMapleLight { border-top: #d97536 1px solid; border-bottom: #d97536 1px solid } .borderGutterMapleLight { border-right: #d97536 1px solid; border-left: #d97536 1px solid } .borderMapleDark { border: #b25317 1px solid } .borderTopMapleDark { border-top: #b25317 1px solid } .borderRightMapleDark { border-right: #b25317 1px solid } .borderBottomMapleDark { border-bottom: #b25317 1px solid } .borderLeftMapleDark { border-left: #b25317 1px solid } .borderLateralMapleDark { border-top: #b25317 1px solid; border-bottom: #b25317 1px solid } .borderGutterMapleDark { border-right: #b25317 1px solid; border-left: #b25317 1px solid } .borderToast { border: #ca997b 1px solid } .borderTopToast { border-top: #ca997b 1px solid } .borderRightToast { border-right: #ca997b 1px solid } .borderBottomToast { border-bottom: #ca997b 1px solid } .borderLeftToast { border-left: #ca997b 1px solid } .borderLateralToast { border-top: #ca997b 1px solid; border-bottom: #ca997b 1px solid } .borderGutterToast { border-right: #ca997b 1px solid; border-left: #ca997b 1px solid } .borderToastLight { border: #dcab8d 1px solid } .borderTopToastLight { border-top: #dcab8d 1px solid } .borderRightToastLight { border-right: #dcab8d 1px solid } .borderBottomToastLight { border-bottom: #dcab8d 1px solid } .borderLeftToastLight { border-left: #dcab8d 1px solid } .borderLateralToastLight { border-top: #dcab8d 1px solid; border-bottom: #dcab8d 1px solid } .borderGutterToastLight { border-right: #dcab8d 1px solid; border-left: #dcab8d 1px solid } .borderToastDark { border: #b58466 1px solid } .borderTopToastDark { border-top: #b58466 1px solid } .borderRightToastDark { border-right: #b58466 1px solid } .borderBottomToastDark { border-bottom: #b58466 1px solid } .borderLeftToastDark { border-left: #b58466 1px solid } .borderLateralToastDark { border-top: #b58466 1px solid; border-bottom: #b58466 1px solid } .borderGutterToastDark { border-right: #b58466 1px solid; border-left: #b58466 1px solid } .borderLilac { border: #774f8d 1px solid } .borderTopLilac { border-top: #774f8d 1px solid } .borderRightLilac { border-right: #774f8d 1px solid } .borderBottomLilac { border-bottom: #774f8d 1px solid } .borderLeftLilac { border-left: #774f8d 1px solid } .borderLateralLilac { border-top: #774f8d 1px solid; border-bottom: #774f8d 1px solid } .borderGutterLilac { border-right: #774f8d 1px solid; border-left: #774f8d 1px solid } .borderLilacLight { border: #8c61a4 1px solid } .borderTopLilacLight { border-top: #8c61a4 1px solid } .borderRightLilacLight { border-right: #8c61a4 1px solid } .borderBottomLilacLight { border-bottom: #8c61a4 1px solid } .borderLeftLilacLight { border-left: #8c61a4 1px solid } .borderLateralLilacLight { border-top: #8c61a4 1px solid; border-bottom: #8c61a4 1px solid } .borderGutterLilacLight { border-right: #8c61a4 1px solid; border-left: #8c61a4 1px solid } .borderLilacDark { border: #623d77 1px solid } .borderTopLilacDark { border-top: #623d77 1px solid } .borderRightLilacDark { border-right: #623d77 1px solid } .borderBottomLilacDark { border-bottom: #623d77 1px solid } .borderLeftLilacDark { border-left: #623d77 1px solid } .borderLateralLilacDark { border-top: #623d77 1px solid; border-bottom: #623d77 1px solid } .borderGutterLilacDark { border-right: #623d77 1px solid; border-left: #623d77 1px solid } .borderOtter { border: #806751 1px solid } .borderTopOtter { border-top: #806751 1px solid } .borderRightOtter { border-right: #806751 1px solid } .borderBottomOtter { border-bottom: #806751 1px solid } .borderLeftOtter { border-left: #806751 1px solid } .borderLateralOtter { border-top: #806751 1px solid; border-bottom: #806751 1px solid } .borderGutterOtter { border-right: #806751 1px solid; border-left: #806751 1px solid } .borderOtterLight { border: #977d65 1px solid } .borderTopOtterLight { border-top: #977d65 1px solid } .borderRightOtterLight { border-right: #977d65 1px solid } .borderBottomOtterLight { border-bottom: #977d65 1px solid } .borderLeftOtterLight { border-left: #977d65 1px solid } .borderLateralOtterLight { border-top: #977d65 1px solid; border-bottom: #977d65 1px solid } .borderGutterOtterLight { border-right: #977d65 1px solid; border-left: #977d65 1px solid } .borderOtterDark { border: #69513d 1px solid } .borderTopOtterDark { border-top: #69513d 1px solid } .borderRightOtterDark { border-right: #69513d 1px solid } .borderBottomOtterDark { border-bottom: #69513d 1px solid } .borderLeftOtterDark { border-left: #69513d 1px solid } .borderLateralOtterDark { border-top: #69513d 1px solid; border-bottom: #69513d 1px solid } .borderGutterOtterDark { border-right: #69513d 1px solid; border-left: #69513d 1px solid } .borderCurry { border: #cca234 1px solid } .borderTopCurry { border-top: #cca234 1px solid } .borderRightCurry { border-right: #cca234 1px solid } .borderBottomCurry { border-bottom: #cca234 1px solid } .borderLeftCurry { border-left: #cca234 1px solid } .borderLateralCurry { border-top: #cca234 1px solid; border-bottom: #cca234 1px solid } .borderGutterCurry { border-right: #cca234 1px solid; border-left: #cca234 1px solid } .borderCurryLight { border: #deb240 1px solid } .borderTopCurryLight { border-top: #deb240 1px solid } .borderRightCurryLight { border-right: #deb240 1px solid } .borderBottomCurryLight { border-bottom: #deb240 1px solid } .borderLeftCurryLight { border-left: #deb240 1px solid } .borderLateralCurryLight { border-top: #deb240 1px solid; border-bottom: #deb240 1px solid } .borderGutterCurryLight { border-right: #deb240 1px solid; border-left: #deb240 1px solid } .borderCurryDark { border: #b99026 1px solid } .borderTopCurryDark { border-top: #b99026 1px solid } .borderRightCurryDark { border-right: #b99026 1px solid } .borderBottomCurryDark { border-bottom: #b99026 1px solid } .borderLeftCurryDark { border-left: #b99026 1px solid } .borderLateralCurryDark { border-top: #b99026 1px solid; border-bottom: #b99026 1px solid } .borderGutterCurryDark { border-right: #b99026 1px solid; border-left: #b99026 1px solid } .borderGolden { border: #ae9749 1px solid } .borderTopGolden { border-top: #ae9749 1px solid } .borderRightGolden { border-right: #ae9749 1px solid } .borderBottomGolden { border-bottom: #ae9749 1px solid } .borderLeftGolden { border-left: #ae9749 1px solid } .borderLateralGolden { border-top: #ae9749 1px solid; border-bottom: #ae9749 1px solid } .borderGutterGolden { border-right: #ae9749 1px solid; border-left: #ae9749 1px solid } .borderGoldenLight { border: #bfa54d 1px solid } .borderTopGoldenLight { border-top: #bfa54d 1px solid } .borderRightGoldenLight { border-right: #bfa54d 1px solid } .borderBottomGoldenLight { border-bottom: #bfa54d 1px solid } .borderLeftGoldenLight { border-left: #bfa54d 1px solid } .borderLateralGoldenLight { border-top: #bfa54d 1px solid; border-bottom: #bfa54d 1px solid } .borderGutterGoldenLight { border-right: #bfa54d 1px solid; border-left: #bfa54d 1px solid } .borderGoldenDark { border: #a28a38 1px solid } .borderTopGoldenDark { border-top: #a28a38 1px solid } .borderRightGoldenDark { border-right: #a28a38 1px solid } .borderBottomGoldenDark { border-bottom: #a28a38 1px solid } .borderLeftGoldenDark { border-left: #a28a38 1px solid } .borderLateralGoldenDark { border-top: #a28a38 1px solid; border-bottom: #a28a38 1px solid } .borderGutterGoldenDark { border-right: #a28a38 1px solid; border-left: #a28a38 1px solid } .borderOlive { border: #cddc39 1px solid } .borderTopOlive { border-top: #cddc39 1px solid } .borderRightOlive { border-right: #cddc39 1px solid } .borderBottomOlive { border-bottom: #cddc39 1px solid } .borderLeftOlive { border-left: #cddc39 1px solid } .borderLateralOlive { border-top: #cddc39 1px solid; border-bottom: #cddc39 1px solid } .borderGutterOlive { border-right: #cddc39 1px solid; border-left: #cddc39 1px solid } .borderOliveLight { border: #daea41 1px solid } .borderTopOliveLight { border-top: #daea41 1px solid } .borderRightOliveLight { border-right: #daea41 1px solid } .borderBottomOliveLight { border-bottom: #daea41 1px solid } .borderLeftOliveLight { border-left: #daea41 1px solid } .borderLateralOliveLight { border-top: #daea41 1px solid; border-bottom: #daea41 1px solid } .borderGutterOliveLight { border-right: #daea41 1px solid; border-left: #daea41 1px solid } .borderOliveDark { border: #bac92b 1px solid } .borderTopOliveDark { border-top: #bac92b 1px solid } .borderRightOliveDark { border-right: #bac92b 1px solid } .borderBottomOliveDark { border-bottom: #bac92b 1px solid } .borderLeftOliveDark { border-left: #bac92b 1px solid } .borderLateralOliveDark { border-top: #bac92b 1px solid; border-bottom: #bac92b 1px solid } .borderGutterOliveDark { border-right: #bac92b 1px solid; border-left: #bac92b 1px solid } .borderBrown { border: #795547 1px solid } .borderTopBrown { border-top: #795547 1px solid } .borderRightBrown { border-right: #795547 1px solid } .borderBottomBrown { border-bottom: #795547 1px solid } .borderLeftBrown { border-left: #795547 1px solid } .borderLateralBrown { border-top: #795547 1px solid; border-bottom: #795547 1px solid } .borderGutterBrown { border-right: #795547 1px solid; border-left: #795547 1px solid } .borderBrownLight { border: #8c6556 1px solid } .borderTopBrownLight { border-top: #8c6556 1px solid } .borderRightBrownLight { border-right: #8c6556 1px solid } .borderBottomBrownLight { border-bottom: #8c6556 1px solid } .borderLeftBrownLight { border-left: #8c6556 1px solid } .borderLateralBrownLight { border-top: #8c6556 1px solid; border-bottom: #8c6556 1px solid } .borderGutterBrownLight { border-right: #8c6556 1px solid; border-left: #8c6556 1px solid } .borderBrownDark { border: #654235 1px solid } .borderTopBrownDark { border-top: #654235 1px solid } .borderRightBrownDark { border-right: #654235 1px solid } .borderBottomBrownDark { border-bottom: #654235 1px solid } .borderLeftBrownDark { border-left: #654235 1px solid } .borderLateralBrownDark { border-top: #654235 1px solid; border-bottom: #654235 1px solid } .borderGutterBrownDark { border-right: #654235 1px solid; border-left: #654235 1px solid } .borderApricot { border: #feb75f 1px solid } .borderTopApricot { border-top: #feb75f 1px solid } .borderRightApricot { border-right: #feb75f 1px solid } .borderBottomApricot { border-bottom: #feb75f 1px solid } .borderLeftApricot { border-left: #feb75f 1px solid } .borderLateralApricot { border-top: #feb75f 1px solid; border-bottom: #feb75f 1px solid } .borderGutterApricot { border-right: #feb75f 1px solid; border-left: #feb75f 1px solid } .borderApricotLight { border: #fdc47d 1px solid } .borderTopApricotLight { border-top: #fdc47d 1px solid } .borderRightApricotLight { border-right: #fdc47d 1px solid } .borderBottomApricotLight { border-bottom: #fdc47d 1px solid } .borderLeftApricotLight { border-left: #fdc47d 1px solid } .borderLateralApricotLight { border-top: #fdc47d 1px solid; border-bottom: #fdc47d 1px solid } .borderGutterApricotLight { border-right: #fdc47d 1px solid; border-left: #fdc47d 1px solid } .borderApricotDark { border: #fdab44 1px solid } .borderTopApricotDark { border-top: #fdab44 1px solid } .borderRightApricotDark { border-right: #fdab44 1px solid } .borderBottomApricotDark { border-bottom: #fdab44 1px solid } .borderLeftApricotDark { border-left: #fdab44 1px solid } .borderLateralApricotDark { border-top: #fdab44 1px solid; border-bottom: #fdab44 1px solid } .borderGutterApricotDark { border-right: #fdab44 1px solid; border-left: #fdab44 1px solid } .borderCockatoo { border: #5ad0ba 1px solid } .borderTopCockatoo { border-top: #5ad0ba 1px solid } .borderRightCockatoo { border-right: #5ad0ba 1px solid } .borderBottomCockatoo { border-bottom: #5ad0ba 1px solid } .borderLeftCockatoo { border-left: #5ad0ba 1px solid } .borderLateralCockatoo { border-top: #5ad0ba 1px solid; border-bottom: #5ad0ba 1px solid } .borderGutterCockatoo { border-right: #5ad0ba 1px solid; border-left: #5ad0ba 1px solid } .borderCockatooLight { border: #69e0ca 1px solid } .borderTopCockatooLight { border-top: #69e0ca 1px solid } .borderRightCockatooLight { border-right: #69e0ca 1px solid } .borderBottomCockatooLight { border-bottom: #69e0ca 1px solid } .borderLeftCockatooLight { border-left: #69e0ca 1px solid } .borderLateralCockatooLight { border-top: #69e0ca 1px solid; border-bottom: #69e0ca 1px solid } .borderGutterCockatooLight { border-right: #69e0ca 1px solid; border-left: #69e0ca 1px solid } .borderCockatooDark { border: #46b8a3 1px solid } .borderTopCockatooDark { border-top: #46b8a3 1px solid } .borderRightCockatooDark { border-right: #46b8a3 1px solid } .borderBottomCockatooDark { border-bottom: #46b8a3 1px solid } .borderLeftCockatooDark { border-left: #46b8a3 1px solid } .borderLateralCockatooDark { border-top: #46b8a3 1px solid; border-bottom: #46b8a3 1px solid } .borderGutterCockatooDark { border-right: #46b8a3 1px solid; border-left: #46b8a3 1px solid } .borderImperial { border: #00599b 1px solid } .borderTopImperial { border-top: #00599b 1px solid } .borderRightImperial { border-right: #00599b 1px solid } .borderBottomImperial { border-bottom: #00599b 1px solid } .borderLeftImperial { border-left: #00599b 1px solid } .borderLateralImperial { border-top: #00599b 1px solid; border-bottom: #00599b 1px solid } .borderGutterImperial { border-right: #00599b 1px solid; border-left: #00599b 1px solid } .borderImperialLight { border: #1171b9 1px solid } .borderTopImperialLight { border-top: #1171b9 1px solid } .borderRightImperialLight { border-right: #1171b9 1px solid } .borderBottomImperialLight { border-bottom: #1171b9 1px solid } .borderLeftImperialLight { border-left: #1171b9 1px solid } .borderLateralImperialLight { border-top: #1171b9 1px solid; border-bottom: #1171b9 1px solid } .borderGutterImperialLight { border-right: #1171b9 1px solid; border-left: #1171b9 1px solid } .borderImperialDark { border: #01477b 1px solid } .borderTopImperialDark { border-top: #01477b 1px solid } .borderRightImperialDark { border-right: #01477b 1px solid } .borderBottomImperialDark { border-bottom: #01477b 1px solid } .borderLeftImperialDark { border-left: #01477b 1px solid } .borderLateralImperialDark { border-top: #01477b 1px solid; border-bottom: #01477b 1px solid } .borderGutterImperialDark { border-right: #01477b 1px solid; border-left: #01477b 1px solid } .borderBluestone { border: #517082 1px solid } .borderTopBluestone { border-top: #517082 1px solid } .borderRightBluestone { border-right: #517082 1px solid } .borderBottomBluestone { border-bottom: #517082 1px solid } .borderLeftBluestone { border-left: #517082 1px solid } .borderLateralBluestone { border-top: #517082 1px solid; border-bottom: #517082 1px solid } .borderGutterBluestone { border-right: #517082 1px solid; border-left: #517082 1px solid } .borderBluestoneLight { border: #648699 1px solid } .borderTopBluestoneLight { border-top: #648699 1px solid } .borderRightBluestoneLight { border-right: #648699 1px solid } .borderBottomBluestoneLight { border-bottom: #648699 1px solid } .borderLeftBluestoneLight { border-left: #648699 1px solid } .borderLateralBluestoneLight { border-top: #648699 1px solid; border-bottom: #648699 1px solid } .borderGutterBluestoneLight { border-right: #648699 1px solid; border-left: #648699 1px solid } .borderBluestoneDark { border: #3c5b6d 1px solid } .borderTopBluestoneDark { border-top: #3c5b6d 1px solid } .borderRightBluestoneDark { border-right: #3c5b6d 1px solid } .borderBottomBluestoneDark { border-bottom: #3c5b6d 1px solid } .borderLeftBluestoneDark { border-left: #3c5b6d 1px solid } .borderLateralBluestoneDark { border-top: #3c5b6d 1px solid; border-bottom: #3c5b6d 1px solid } .borderGutterBluestoneDark { border-right: #3c5b6d 1px solid; border-left: #3c5b6d 1px solid } .borderCyan { border: #00bcd5 1px solid } .borderTopCyan { border-top: #00bcd5 1px solid } .borderRightCyan { border-right: #00bcd5 1px solid } .borderBottomCyan { border-bottom: #00bcd5 1px solid } .borderLeftCyan { border-left: #00bcd5 1px solid } .borderLateralCyan { border-top: #00bcd5 1px solid; border-bottom: #00bcd5 1px solid } .borderGutterCyan { border-right: #00bcd5 1px solid; border-left: #00bcd5 1px solid } .borderCyanLight { border: #0acce6 1px solid } .borderTopCyanLight { border-top: #0acce6 1px solid } .borderRightCyanLight { border-right: #0acce6 1px solid } .borderBottomCyanLight { border-bottom: #0acce6 1px solid } .borderLeftCyanLight { border-left: #0acce6 1px solid } .borderLateralCyanLight { border-top: #0acce6 1px solid; border-bottom: #0acce6 1px solid } .borderGutterCyanLight { border-right: #0acce6 1px solid; border-left: #0acce6 1px solid } .borderCyanDark { border: #02abc1 1px solid } .borderTopCyanDark { border-top: #02abc1 1px solid } .borderRightCyanDark { border-right: #02abc1 1px solid } .borderBottomCyanDark { border-bottom: #02abc1 1px solid } .borderLeftCyanDark { border-left: #02abc1 1px solid } .borderLateralCyanDark { border-top: #02abc1 1px solid; border-bottom: #02abc1 1px solid } .borderGutterCyanDark { border-right: #02abc1 1px solid; border-left: #02abc1 1px solid } .borderTeal { border: #009788 1px solid } .borderTopTeal { border-top: #009788 1px solid } .borderRightTeal { border-right: #009788 1px solid } .borderBottomTeal { border-bottom: #009788 1px solid } .borderLeftTeal { border-left: #009788 1px solid } .borderLateralTeal { border-top: #009788 1px solid; border-bottom: #009788 1px solid } .borderGutterTeal { border-right: #009788 1px solid; border-left: #009788 1px solid } .borderTealLight { border: #07ac9c 1px solid } .borderTopTealLight { border-top: #07ac9c 1px solid } .borderRightTealLight { border-right: #07ac9c 1px solid } .borderBottomTealLight { border-bottom: #07ac9c 1px solid } .borderLeftTealLight { border-left: #07ac9c 1px solid } .borderLateralTealLight { border-top: #07ac9c 1px solid; border-bottom: #07ac9c 1px solid } .borderGutterTealLight { border-right: #07ac9c 1px solid; border-left: #07ac9c 1px solid } .borderTealDark { border: #017e72 1px solid } .borderTopTealDark { border-top: #017e72 1px solid } .borderRightTealDark { border-right: #017e72 1px solid } .borderBottomTealDark { border-bottom: #017e72 1px solid } .borderLeftTealDark { border-left: #017e72 1px solid } .borderLateralTealDark { border-top: #017e72 1px solid; border-bottom: #017e72 1px solid } .borderGutterTealDark { border-right: #017e72 1px solid; border-left: #017e72 1px solid } .borderIndigo { border: #3f51b5 1px solid } .borderTopIndigo { border-top: #3f51b5 1px solid } .borderRightIndigo { border-right: #3f51b5 1px solid } .borderBottomIndigo { border-bottom: #3f51b5 1px solid } .borderLeftIndigo { border-left: #3f51b5 1px solid } .borderLateralIndigo { border-top: #3f51b5 1px solid; border-bottom: #3f51b5 1px solid } .borderGutterIndigo { border-right: #3f51b5 1px solid; border-left: #3f51b5 1px solid } .borderIndigoLight { border: #4a5cc4 1px solid } .borderTopIndigoLight { border-top: #4a5cc4 1px solid } .borderRightIndigoLight { border-right: #4a5cc4 1px solid } .borderBottomIndigoLight { border-bottom: #4a5cc4 1px solid } .borderLeftIndigoLight { border-left: #4a5cc4 1px solid } .borderLateralIndigoLight { border-top: #4a5cc4 1px solid; border-bottom: #4a5cc4 1px solid } .borderGutterIndigoLight { border-right: #4a5cc4 1px solid; border-left: #4a5cc4 1px solid } .borderIndigoDark { border: #3243a4 1px solid } .borderTopIndigoDark { border-top: #3243a4 1px solid } .borderRightIndigoDark { border-right: #3243a4 1px solid } .borderBottomIndigoDark { border-bottom: #3243a4 1px solid } .borderLeftIndigoDark { border-left: #3243a4 1px solid } .borderLateralIndigoDark { border-top: #3243a4 1px solid; border-bottom: #3243a4 1px solid } .borderGutterIndigoDark { border-right: #3243a4 1px solid; border-left: #3243a4 1px solid } .borderOcean { border: #1296c7 1px solid } .borderTopOcean { border-top: #1296c7 1px solid } .borderRightOcean { border-right: #1296c7 1px solid } .borderBottomOcean { border-bottom: #1296c7 1px solid } .borderLeftOcean { border-left: #1296c7 1px solid } .borderLateralOcean { border-top: #1296c7 1px solid; border-bottom: #1296c7 1px solid } .borderGutterOcean { border-right: #1296c7 1px solid; border-left: #1296c7 1px solid } .borderOceanLight { border: #1fa2d2 1px solid } .borderTopOceanLight { border-top: #1fa2d2 1px solid } .borderRightOceanLight { border-right: #1fa2d2 1px solid } .borderBottomOceanLight { border-bottom: #1fa2d2 1px solid } .borderLeftOceanLight { border-left: #1fa2d2 1px solid } .borderLateralOceanLight { border-top: #1fa2d2 1px solid; border-bottom: #1fa2d2 1px solid } .borderGutterOceanLight { border-right: #1fa2d2 1px solid; border-left: #1fa2d2 1px solid } .borderOceanDark { border: #0c87b5 1px solid } .borderTopOceanDark { border-top: #0c87b5 1px solid } .borderRightOceanDark { border-right: #0c87b5 1px solid } .borderBottomOceanDark { border-bottom: #0c87b5 1px solid } .borderLeftOceanDark { border-left: #0c87b5 1px solid } .borderLateralOceanDark { border-top: #0c87b5 1px solid; border-bottom: #0c87b5 1px solid } .borderGutterOceanDark { border-right: #0c87b5 1px solid; border-left: #0c87b5 1px solid } .borderVibrantYellow { border: #fedd04 1px solid } .borderTopVibrantYellow { border-top: #fedd04 1px solid } .borderRightVibrantYellow { border-right: #fedd04 1px solid } .borderBottomVibrantYellow { border-bottom: #fedd04 1px solid } .borderLeftVibrantYellow { border-left: #fedd04 1px solid } .borderLateralVibrantYellow { border-top: #fedd04 1px solid; border-bottom: #fedd04 1px solid } .borderGutterVibrantYellow { border-right: #fedd04 1px solid; border-left: #fedd04 1px solid } .borderVibrantYellowLight { border: #fee32e 1px solid } .borderTopVibrantYellowLight { border-top: #fee32e 1px solid } .borderRightVibrantYellowLight { border-right: #fee32e 1px solid } .borderBottomVibrantYellowLight { border-bottom: #fee32e 1px solid } .borderLeftVibrantYellowLight { border-left: #fee32e 1px solid } .borderLateralVibrantYellowLight { border-top: #fee32e 1px solid; border-bottom: #fee32e 1px solid } .borderGutterVibrantYellowLight { border-right: #fee32e 1px solid; border-left: #fee32e 1px solid } .borderVibrantYellowDark { border: #f2d40d 1px solid } .borderTopVibrantYellowDark { border-top: #f2d40d 1px solid } .borderRightVibrantYellowDark { border-right: #f2d40d 1px solid } .borderBottomVibrantYellowDark { border-bottom: #f2d40d 1px solid } .borderLeftVibrantYellowDark { border-left: #f2d40d 1px solid } .borderLateralVibrantYellowDark { border-top: #f2d40d 1px solid; border-bottom: #f2d40d 1px solid } .borderGutterVibrantYellowDark { border-right: #f2d40d 1px solid; border-left: #f2d40d 1px solid } .borderPoppy { border: #f2672e 1px solid } .borderTopPoppy { border-top: #f2672e 1px solid } .borderRightPoppy { border-right: #f2672e 1px solid } .borderBottomPoppy { border-bottom: #f2672e 1px solid } .borderLeftPoppy { border-left: #f2672e 1px solid } .borderLateralPoppy { border-top: #f2672e 1px solid; border-bottom: #f2672e 1px solid } .borderGutterPoppy { border-right: #f2672e 1px solid; border-left: #f2672e 1px solid } .borderPoppyLight { border: #fb743c 1px solid } .borderTopPoppyLight { border-top: #fb743c 1px solid } .borderRightPoppyLight { border-right: #fb743c 1px solid } .borderBottomPoppyLight { border-bottom: #fb743c 1px solid } .borderLeftPoppyLight { border-left: #fb743c 1px solid } .borderLateralPoppyLight { border-top: #fb743c 1px solid; border-bottom: #fb743c 1px solid } .borderGutterPoppyLight { border-right: #fb743c 1px solid; border-left: #fb743c 1px solid } .borderPoppyDark { border: #e25b24 1px solid } .borderTopPoppyDark { border-top: #e25b24 1px solid } .borderRightPoppyDark { border-right: #e25b24 1px solid } .borderBottomPoppyDark { border-bottom: #e25b24 1px solid } .borderLeftPoppyDark { border-left: #e25b24 1px solid } .borderLateralPoppyDark { border-top: #e25b24 1px solid; border-bottom: #e25b24 1px solid } .borderGutterPoppyDark { border-right: #e25b24 1px solid; border-left: #e25b24 1px solid } .borderDashedWhite { border: #ffffff 1px dashed } .borderDashedTopWhite { border-top: #ffffff 1px dashed } .borderDashedRightWhite { border-right: #ffffff 1px dashed } .borderDashedBottomWhite { border-bottom: #ffffff 1px dashed } .borderDashedLeftWhite { border-left: #ffffff 1px dashed } .borderDashedLateralWhite { border-top: #ffffff 1px dashed; border-bottom: #ffffff 1px dashed } .borderDashedGutterWhite { border-right: #ffffff 1px dashed; border-left: #ffffff 1px dashed } .borderDashedBlack { border: #000000 1px dashed } .borderDashedTopBlack { border-top: #000000 1px dashed } .borderDashedRightBlack { border-right: #000000 1px dashed } .borderDashedBottomBlack { border-bottom: #000000 1px dashed } .borderDashedLeftBlack { border-left: #000000 1px dashed } .borderDashedLateralBlack { border-top: #000000 1px dashed; border-bottom: #000000 1px dashed } .borderDashedGutterBlack { border-right: #000000 1px dashed; border-left: #000000 1px dashed } .borderDashedBlack1 { border: #111111 1px dashed } .borderDashedTopBlack1 { border-top: #111111 1px dashed } .borderDashedRightBlack1 { border-right: #111111 1px dashed } .borderDashedBottomBlack1 { border-bottom: #111111 1px dashed } .borderDashedLeftBlack1 { border-left: #111111 1px dashed } .borderDashedLateralBlack1 { border-top: #111111 1px dashed; border-bottom: #111111 1px dashed } .borderDashedGutterBlack1 { border-right: #111111 1px dashed; border-left: #111111 1px dashed } .borderDashedBlack2 { border: #222222 1px dashed } .borderDashedTopBlack2 { border-top: #222222 1px dashed } .borderDashedRightBlack2 { border-right: #222222 1px dashed } .borderDashedBottomBlack2 { border-bottom: #222222 1px dashed } .borderDashedLeftBlack2 { border-left: #222222 1px dashed } .borderDashedLateralBlack2 { border-top: #222222 1px dashed; border-bottom: #222222 1px dashed } .borderDashedGutterBlack2 { border-right: #222222 1px dashed; border-left: #222222 1px dashed } .borderDashedBlack3 { border: #333333 1px dashed } .borderDashedTopBlack3 { border-top: #333333 1px dashed } .borderDashedRightBlack3 { border-right: #333333 1px dashed } .borderDashedBottomBlack3 { border-bottom: #333333 1px dashed } .borderDashedLeftBlack3 { border-left: #333333 1px dashed } .borderDashedLateralBlack3 { border-top: #333333 1px dashed; border-bottom: #333333 1px dashed } .borderDashedGutterBlack3 { border-right: #333333 1px dashed; border-left: #333333 1px dashed } .borderDashedBlack4 { border: #444444 1px dashed } .borderDashedTopBlack4 { border-top: #444444 1px dashed } .borderDashedRightBlack4 { border-right: #444444 1px dashed } .borderDashedBottomBlack4 { border-bottom: #444444 1px dashed } .borderDashedLeftBlack4 { border-left: #444444 1px dashed } .borderDashedLateralBlack4 { border-top: #444444 1px dashed; border-bottom: #444444 1px dashed } .borderDashedGutterBlack4 { border-right: #444444 1px dashed; border-left: #444444 1px dashed } .borderDashedBlack5 { border: #555555 } .borderDashedTopBlack5 { border-top: #555555 1px dashed } .borderDashedRightBlack5 { border-right: #555555 1px dashed } .borderDashedBottomBlack5 { border-bottom: #555555 1px dashed } .borderDashedLeftBlack5 { border-left: #555555 1px dashed } .borderDashedLateralBlack5 { border-top: #555555 1px dashed; border-bottom: #555555 1px dashed } .borderDashedGutterBlack5 { border-right: #555555 1px dashed; border-left: #555555 1px dashed } .borderDashedGrey1,.borderDashedGray1 { border: #666666 1px dashed } .borderDashedTopGrey1,.borderDashedTopGray1 { border-top: #666666 1px dashed } .borderDashedRightGrey1,.borderDashedRightGray1 { border-right: #666666 1px dashed } .borderDashedBottomGrey1,.borderDashedBottomGray1 { border-bottom: #666666 1px dashed } .borderDashedLeftGrey1,.borderDashedLeftGray1 { border-left: #666666 1px dashed } .borderDashedLateralGrey1,.borderDashedLateralGray1 { border-top: #666666 1px dashed; border-bottom: #666666 1px dashed } .borderDashedGutterGrey1,.borderDashedGutterGray1 { border-right: #666666 1px dashed; border-left: #666666 1px dashed } .borderDashedGrey2,.borderDashedGray2 { border: #777777 1px dashed } .borderDashedTopGrey2,.borderDashedTopGray2 { border-top: #777777 1px dashed } .borderDashedRightGrey2,.borderDashedRightGray2 { border-right: #777777 1px dashed } .borderDashedBottomGrey2,.borderDashedBottomGray2 { border-bottom: #777777 1px dashed } .borderDashedLeftGrey2,.borderDashedLeftGray2 { border-left: #777777 1px dashed } .borderDashedLateralGrey2,.borderDashedLateralGray2 { border-top: #777777 1px dashed; border-bottom: #777777 1px dashed } .borderDashedGutterGrey2,.borderDashedGutterGray2 { border-right: #777777 1px dashed; border-left: #777777 1px dashed } .borderDashedGrey3,.borderDashedGray3 { border: #888888 1px dashed } .borderDashedTopGrey3,.borderDashedTopGray3 { border-top: #888888 1px dashed } .borderDashedRightGrey3,.borderDashedRightGray3 { border-right: #888888 1px dashed } .borderDashedBottomGrey3,.borderDashedBottomGray3 { border-bottom: #888888 1px dashed } .borderDashedLeftGrey3,.borderDashedLeftGray3 { border-left: #888888 1px dashed } .borderDashedLateralGrey3,.borderDashedLateralGray3 { border-top: #888888 1px dashed; border-bottom: #888888 1px dashed } .borderDashedGutterGrey3,.borderDashedGutterGray3 { border-right: #888888 1px dashed; border-left: #888888 1px dashed } .borderDashedGrey4,.borderDashedGray4 { border: #999999 1px dashed } .borderDashedTopGrey4,.borderDashedTopGray4 { border-top: #999999 1px dashed } .borderDashedRightGrey4,.borderDashedRightGray4 { border-right: #999999 1px dashed } .borderDashedBottomGrey4,.borderDashedBottomGray4 { border-bottom: #999999 1px dashed } .borderDashedLeftGrey4,.borderDashedLeftGray4 { border-left: #999999 1px dashed } .borderDashedLateralGrey4,.borderDashedLateralGray4 { border-top: #999999 1px dashed; border-bottom: #999999 1px dashed } .borderDashedGutterGrey4,.borderDashedGutterGray4 { border-right: #999999 1px dashed; border-left: #999999 1px dashed } .borderDashedGrey5,.borderDashedGray5 { border: #aaaaaa 1px dashed } .borderDashedTopGrey5,.borderDashedTopGray5 { border-top: #aaaaaa 1px dashed } .borderDashedRightGrey5,.borderDashedRightGray5 { border-right: #aaaaaa 1px dashed } .borderDashedBottomGrey5,.borderDashedBottomGray5 { border-bottom: #aaaaaa 1px dashed } .borderDashedLeftGrey5,.borderDashedLeftGray5 { border-left: #aaaaaa 1px dashed } .borderDashedLateralGrey5,.borderDashedLateralGray5 { border-top: #aaaaaa 1px dashed; border-bottom: #aaaaaa 1px dashed } .borderDashedGutterGrey5,.borderDashedGutterGray5 { border-right: #aaaaaa 1px dashed; border-left: #aaaaaa 1px dashed } .borderDashedGrey6,.borderDashedGray6 { border: #bbbbbb 1px dashed } .borderDashedTopGrey6,.borderDashedTopGray6 { border-top: #bbbbbb 1px dashed } .borderDashedRightGrey6,.borderDashedRightGray6 { border-right: #bbbbbb 1px dashed } .borderDashedBottomGrey6,.borderDashedBottomGray6 { border-bottom: #bbbbbb 1px dashed } .borderDashedLeftGrey6,.borderDashedLeftGray6 { border-left: #bbbbbb 1px dashed } .borderDashedLateralGrey6,.borderDashedLateralGray6 { border-top: #bbbbbb 1px dashed; border-bottom: #bbbbbb 1px dashed } .borderDashedGutterGrey6,.borderDashedGutterGray6 { border-right: #bbbbbb 1px dashed; border-left: #bbbbbb 1px dashed } .borderDashedGrey7,.borderDashedGray7 { border: #cccccc 1px dashed } .borderDashedTopGrey7,.borderDashedTopGray7 { border-top: #cccccc 1px dashed } .borderDashedRightGrey7,.borderDashedRightGray7 { border-right: #cccccc 1px dashed } .borderDashedBottomGrey7,.borderDashedBottomGray7 { border-bottom: #cccccc 1px dashed } .borderDashedLeftGrey7,.borderDashedLeftGray7 { border-left: #cccccc 1px dashed } .borderDashedLateralGrey7,.borderDashedLateralGray7 { border-top: #cccccc 1px dashed; border-bottom: #cccccc 1px dashed } .borderDashedGutterGrey7,.borderDashedGutterGray7 { border-right: #cccccc 1px dashed; border-left: #cccccc 1px dashed } .borderDashedGrey8,.borderDashedGray8 { border: #dddddd 1px dashed } .borderDashedTopGrey8,.borderDashedTopGray8 { border-top: #dddddd 1px dashed } .bordeRightGrey8,.borderDashedRightGray8 { border-right: #dddddd 1px dashed } .borderDashedBottomGrey8,.borderDashedBottomGray8 { border-bottom: #dddddd 1px dashed } .borderDashedLeftGrey8,.borderDashedLeftGray8 { border-left: #dddddd 1px dashed } .borderDashedLateralGrey8,.borderDashedLateralGray8 { border-top: #dddddd 1px dashed; border-bottom: #dddddd 1px dashed } .borderDashedGutterGrey8,.borderDashedGutterGray8 { border-right: #dddddd 1px dashed; border-left: #dddddd 1px dashed } .borderDashedGrey9,.borderDashedGray9 { border: #eeeeee 1px dashed } .borderDashedTopGrey9,.borderDashedTopGray9 { border-top: #eeeeee 1px dashed } .borderDashedRightGrey9,.borderDashedRightGray9 { border-right: #eeeeee 1px dashed } .borderDashedBottomGrey9,.borderDashedBottomGray9 { border-bottom: #eeeeee 1px dashed } .borderDashedLeftGrey9,.borderDashedLeftGray9 { border-left: #eeeeee 1px dashed } .borderDashedLateralGrey9,.borderDashedLateralGray9 { border-top: #eeeeee 1px dashed; border-bottom: #eeeeee 1px dashed } .borderDashedGutterGrey9,.borderDashedGutterGray9 { border-right: #eeeeee 1px dashed; border-left: #eeeeee 1px dashed } .borderDashedRed { border: #ff0000 1px dashed } .borderDashedTopRed { border-top: #ff0000 1px dashed } .borderDashedRightRed { border-right: #ff0000 1px dashed } .borderDashedBottomRed { border-bottom: #ff0000 1px dashed } .borderDashedLeftRed { border-left: #ff0000 1px dashed } .borderDashedLateralRed { border-top: #ff0000 1px dashed; border-bottom: #ff0000 1px dashed } .borderDashedGutterRed { border-right: #ff0000 1px dashed; border-left: #ff0000 1px dashed } .borderDashedRedLight { border: #ff6666 1px dashed } .borderDashedTopRedLight { border-top: #ff6666 1px dashed } .borderDashedRightRedLight { border-right: #ff6666 1px dashed } .borderDashedBottomRedLight { border-bottom: #ff6666 1px dashed } .borderDashedLeftRedLight { border-left: #ff6666 1px dashed } .borderDashedLateralRedLight { border-top: #ff6666 1px dashed; border-bottom: #ff6666 1px dashed } .borderDashedGutterRedLight { border-right: #ff6666 1px dashed; border-left: #ff6666 1px dashed } .borderDashedRedDark { border: #cc0000 1px dashed } .borderDashedTopRedDark { border-top: #cc0000 1px dashed } .borderDashedRightRedDark { border-right: #cc0000 1px dashed } .borderDashedBottomRedDark { border-bottom: #cc0000 1px dashed } .borderDashedLeftRedDark { border-left: #cc0000 1px dashed } .borderDashedLateralRedDark { border-top: #cc0000 1px dashed; border-bottom: #cc0000 1px dashed } .borderDashedGutterRedDark { border-right: #cc0000 1px dashed; border-left: #cc0000 1px dashed } .borderDashedOrange { border: #ff6a00 1px dashed } .borderDashedTopOrange { border-top: #ff6a00 1px dashed } .borderDashedRightOrange { border-right: #ff6a00 1px dashed } .borderDashedBottomOrange { border-bottom: #ff6a00 1px dashed } .borderDashedLeftOrange { border-left: #ff6a00 1px dashed } .borderDashedLateralOrange { border-top: #ff6a00 1px dashed; border-bottom: #ff6a00 1px dashed } .borderDashedGutterOrange { border-right: #ff6a00 1px dashed; border-left: #ff6a00 1px dashed } .borderDashedOrangeLight { border: #ff9933 1px dashed } .borderDashedTopOrangeLight { border-top: #ff9933 1px dashed } .borderDashedRightOrangeLight { border-right: #ff9933 1px dashed } .borderDashedBottomOrangeLight { border-bottom: #ff9933 1px dashed } .borderDashedLeftOrangeLight { border-left: #ff9933 1px dashed } .borderDashedLateralOrangeLight { border-top: #ff9933 1px dashed; border-bottom: #ff9933 1px dashed } .borderDashedGutterOrangeLight { border-right: #ff9933 1px dashed; border-left: #ff9933 1px dashed } .borderDashedOrangeDark { border: #ff4e00 1px dashed } .borderDashedTopOrangeDark { border-top: #ff4e00 1px dashed } .borderDashedRightOrangeDark { border-right: #ff4e00 1px dashed } .borderDashedBottomOrangeDark { border-bottom: #ff4e00 1px dashed } .borderDashedLeftOrangeDark { border-left: #ff4e00 1px dashed } .borderDashedLateralOrangeDark { border-top: #ff4e00 1px dashed; border-bottom: #ff4e00 1px dashed } .borderDashedGutterOrangeDark { border-right: #ff4e00 1px dashed; border-left: #ff4e00 1px dashed } .borderDashedYellow { border: #ffff00 1px dashed } .borderDashedTopYellow { border-top: #ffff00 1px dashed } .borderDashedRightYellow { border-right: #ffff00 1px dashed } .borderDashedBottomYellow { border-bottom: #ffff00 1px dashed } .borderDashedLeftYellow { border-left: #ffff00 1px dashed } .borderDashedLateralYellow { border-top: #ffff00 1px dashed; border-bottom: #ffff00 1px dashed } .borderDashedGutterYellow { border-right: #ffff00 1px dashed; border-left: #ffff00 1px dashed } .borderDashedYellowLight { border: #ffff99 1px dashed } .borderDashedTopYellowLight { border-top: #ffff99 1px dashed } .borderDashedRightYellowLight { border-right: #ffff99 1px dashed } .borderDashedBottomYellowLight { border-bottom: #ffff99 1px dashed } .borderDashedLeftYellowLight { border-left: #ffff99 1px dashed } .borderDashedLateralYellowLight { border-top: #ffff99 1px dashed; border-bottom: #ffff99 1px dashed } .borderDashedGutterYellowLight { border-right: #ffff99 1px dashed; border-left: #ffff99 1px dashed } .borderDashedYellowDark { border: #ffd800 1px dashed } .borderDashedTopYellowDark { border-top: #ffd800 1px dashed } .borderDashedRightYellowDark { border-right: #ffd800 1px dashed } .borderDashedBottomYellowDark { border-bottom: #ffd800 1px dashed } .borderDashedLeftYellowDark { border-left: #ffd800 1px dashed } .borderDashedLateralYellowDark { border-top: #ffd800 1px dashed; border-bottom: #ffd800 1px dashed } .borderDashedGutterYellowDark { border-right: #ffd800 1px dashed; border-left: #ffd800 1px dashed } .borderDashedGreen { border: #2bc93f 1px dashed } .borderDashedTopGreen { border-bottom: #2bc93f 1px dashed } .borderDashedRightGreen { border-right: #2bc93f 1px dashed } .borderDashedBottomGreen { border-bottom: #2bc93f 1px dashed } .borderDashedLeftGreen { border-left: #2bc93f 1px dashed } .borderDashedLateralGreen { border-top: #2bc93f 1px dashed; border-bottom: #2bc93f 1px dashed } .borderDashedGutterGreen { border-right: #2bc93f 1px dashed; border-left: #2bc93f 1px dashed } .borderDashedGreenLight { border: #3edb52 1px dashed } .borderDashedTopGreenLight { border-top: #3edb52 1px dashed } .borderDashedRightGreenLight { border-right: #3edb52 1px dashed } .borderDashedBottomGreenLight { border-bottom: #3edb52 1px dashed } .borderDashedLeftGreenLight { border-left: #3edb52 1px dashed } .borderDashedLateralGreenLight { border-top: #3edb52 1px dashed; border-bottom: #3edb52 1px dashed } .borderDashedGutterGreenLight { border-right: #3edb52 1px dashed; border-left: #3edb52 1px dashed } .borderDashedGreenDark { border: #32b042 1px dashed } .borderDashedTopGreenDark { border-top: #32b042 1px dashed } .borderDashedRightGreenDark { border-right: #32b042 1px dashed } .borderDashedBottomGreenDark { border-bottom: #32b042 1px dashed } .borderDashedLeftGreenDark { border-left: #32b042 1px dashed } .borderDashedLateralGreenDark { border-top: #32b042 1px dashed; border-bottom: #32b042 1px dashed } .borderDashedGutterGreenDark { border-right: #32b042 1px dashed; border-left: #32b042 1px dashed } .borderDashedBlue { border: #0094ff 1px dashed } .borderDashedTopBlue { border-top: #0094ff 1px dashed } .borderDashedRightBlue { border-right: #0094ff 1px dashed } .borderDashedBottomBlue { border-bottom: #0094ff 1px dashed } .borderDashedLeftBlue { border-left: #0094ff 1px dashed } .borderDashedLateralBlue { border-top: #0094ff 1px dashed; border-bottom: #0094ff 1px dashed } .borderDashedGutterBlue { border-right: #0094ff 1px dashed; border-left: #0094ff 1px dashed } .borderDashedBlueLight { border: #3cadfe 1px dashed } .borderDashedTopBlueLight { border-top: #3cadfe 1px dashed } .borderDashedRightBlueLight { border-right: #3cadfe 1px dashed } .borderDashedBottomBlueLight { border-bottom: #3cadfe 1px dashed } .borderDashedLeftBlueLight { border-left: #3cadfe 1px dashed } .borderDashedLateralBlueLight { border-top: #3cadfe 1px dashed; border-bottom: #3cadfe 1px dashed } .borderDashedGutterBlueLight { border-right: #3cadfe 1px dashed; border-left: #3cadfe 1px dashed } .borderDashedBlueDark { border: #0078c9 1px dashed } .borderDashedTopBlueDark { border-top: #0078c9 1px dashed } .borderDashedRightBlueDark { border-right: #0078c9 1px dashed } .borderDashedBottomBlueDark { border-bottom: #0078c9 1px dashed } .borderDashedLeftBlueDark { border-left: #0078c9 1px dashed } .borderDashedLateralBlueDark { border-top: #0078c9 1px dashed; border-bottom: #0078c9 1px dashed } .borderDashedGutterBlueDark { border-right: #0078c9 1px dashed; border-left: #0078c9 1px dashed } .borderDashedPink { border: #ff4895 1px dashed } .borderDashedTopPink { border-top: #ff4895 1px dashed } .borderDashedRightPink { border-right: #ff4895 1px dashed } .borderDashedBottomPink { border-bottom: #ff4895 1px dashed } .borderDashedLeftPink { border-left: #ff4895 1px dashed } .borderDashedLateralPink { border-top: #ff4895 1px dashed; border-bottom: #ff4895 1px dashed } .borderDashedGutterPink { border-right: #ff4895 1px dashed; border-left: #ff4895 1px dashed } .borderDashedPinkLight { border: #fc7cb3 1px dashed } .borderDashedTopPinkLight { border-top: #fc7cb3 1px dashed } .borderDashedRightPinkLight { border-right: #fc7cb3 1px dashed } .borderDashedBottomPinkLight { border-bottom: #fc7cb3 1px dashed } .borderDashedLeftPinkLight { border-left: #fc7cb3 1px dashed } .borderDashedLateralPinkLight { border-top: #fc7cb3 1px dashed; border-bottom: #fc7cb3 1px dashed } .borderDashedGutterPinkLight { border-right: #fc7cb3 1px dashed; border-left: #fc7cb3 1px dashed } .borderDashedPinkDark { border: #e81e75 1px dashed } .borderDashedTopPinkDark { border-top: #e81e75 1px dashed } .borderDashedRightPinkDark { border-right: #e81e75 1px dashed } .borderDashedBottomPinkDark { border-bottom: #e81e75 1px dashed } .borderDashedLeftPinkDark { border-left: #e81e75 1px dashed } .borderDashedLateralPinkDark { border-top: #e81e75 1px dashed; border-bottom: #e81e75 1px dashed } .borderDashedGutterPinkDark { border-right: #e81e75 1px dashed; border-left: #e81e75 1px dashed } .borderDashedPurple { border: #ad67da 1px dashed } .borderDashedTopPurple { border-top: #ad67da 1px dashed } .borderDashedRightPurple { border-right: #ad67da 1px dashed } .borderDashedBottomPurple { border-bottom: #ad67da 1px dashed } .borderDashedLeftPurple { border-left: #ad67da 1px dashed } .borderDashedLateralPurple { border-top: #ad67da 1px dashed; border-bottom: #ad67da 1px dashed } .borderDashedGutterPurple { border-right: #ad67da 1px dashed; border-left: #ad67da 1px dashed } .borderDashedPurpleLight { border: #c78cda 1px dashed } .borderDashedTopPurpleLight { border-top: #c78cda 1px dashed } .borderDashedRightPurpleLight { border-right: #c78cda 1px dashed } .borderDashedBottomPurpleLight { border-bottom: #c78cda 1px dashed } .borderDashedLeftPurpleLight { border-left: #c78cda 1px dashed } .borderDashedLateralPurpleLight { border-top: #c78cda 1px dashed; border-bottom: #c78cda 1px dashed } .borderDashedGutterPurpleLight { border-right: #c78cda 1px dashed; border-left: #c78cda 1px dashed } .borderDashedPurpleDark { border: #8937b9 1px dashed } .borderDashedTopPurpleDark { border-top: #8937b9 1px dashed } .borderDashedRightPurpleDark { border-right: #8937b9 1px dashed } .borderDashedBottomPurpleDark { border-bottom: #8937b9 1px dashed } .borderDashedLeftPurpleDark { border-left: #8937b9 1px dashed } .borderDashedLateralPurpleDark { border-top: #8937b9 1px dashed; border-bottom: #8937b9 1px dashed } .borderDashedGutterPurpleDark { border-right: #8937b9 1px dashed; border-left: #8937b9 1px dashed } .borderDashedGrenadine { border: #de413a 1px dashed } .borderDashedTopGrenadine { border-top: #de413a 1px dashed } .borderDashedRightGrenadine { border-right: #de413a 1px dashed } .borderDashedBottomGrenadine { border-bottom: #de413a 1px dashed } .borderDashedLeftGrenadine { border-left: #de413a 1px dashed } .borderDashedLateralGrenadine { border-top: #de413a 1px dashed; border-bottom: #de413a 1px dashed } .borderDashedGutterGrenadine { border-right: #de413a 1px dashed; border-left: #de413a 1px dashed } .borderDashedGrenadineLight { border: #fd4239 1px dashed } .borderDashedTopGrenadineLight { border-top: #fd4239 1px dashed } .borderDashedRightGrenadineLight { border-right: #fd4239 1px dashed } .borderDashedBottomGrenadineLight { border-bottom: #fd4239 1px dashed } .borderDashedLeftGrenadineLight { border-left: #fd4239 1px dashed } .borderDashedLateralGrenadineLight { border-top: #fd4239 1px dashed; border-bottom: #fd4239 1px dashed } .borderDashedGutterGrenadineLight { border-right: #fd4239 1px dashed; border-left: #fd4239 1px dashed } .borderDashedGrenadineDark { border: #c13832 1px dashed } .borderDashedTopGrenadineDark { border-top: #c13832 1px dashed } .borderDashedRightGrenadineDark { border-right: #c13832 1px dashed } .borderDashedBottomGrenadineDark { border-bottom: #c13832 1px dashed } .borderDashedLeftGrenadineDark { border-left: #c13832 1px dashed } .borderDashedLateralGrenadineDark { border-top: #c13832 1px dashed; border-bottom: #c13832 1px dashed } .borderDashedGutterGrenadineDark { border-right: #c13832 1px dashed; border-left: #c13832 1px dashed } .borderDashedPort { border: #5b2c36 1px dashed } .borderDashedTopPort { border-top: #5b2c36 1px dashed } .borderDashedRightPort { border-right: #5b2c36 1px dashed } .borderDashedBottomPort { border-bottom: #5b2c36 1px dashed } .borderDashedLeftPort { border-left: #5b2c36 1px dashed } .borderDashedLateralPort { border-top: #5b2c36 1px dashed; border-bottom: #5b2c36 1px dashed } .borderDashedGutterPort { border-right: #5b2c36 1px dashed; border-left: #5b2c36 1px dashed } .borderDashedPortLight { border: #7f414e 1px dashed } .borderDashedTopPortLight { border-top: #7f414e 1px dashed } .borderDashedRightPortLight { border-right: #7f414e 1px dashed } .borderDashedBottomPortLight { border-bottom: #7f414e 1px dashed } .borderDashedLeftPortLight { border-left: #7f414e 1px dashed } .borderDashedLateralPortLight { border-top: #7f414e 1px dashed; border-bottom: #7f414e 1px dashed } .borderDashedGutterPortLight { border-right: #7f414e 1px dashed; border-left: #7f414e 1px dashed } .borderDashedPortDark { border: #4a1c25 1px dashed } .borderDashedTopPortDark { border-top: #4a1c25 1px dashed } .borderDashedRightPortDark { border-right: #4a1c25 1px dashed } .borderDashedBottomPortDark { border-bottom: #4a1c25 1px dashed } .borderDashedLeftPortDark { border-left: #4a1c25 1px dashed } .borderDashedLateralPortDark { border-top: #4a1c25 1px dashed; border-bottom: #4a1c25 1px dashed } .borderDashedGutterPortDark { border-right: #4a1c25 1px dashed; border-left: #4a1c25 1px dashed } .borderDashedPrimrose { border: #edd4da 1px dashed } .borderDashedTopPrimrose { border-top: #edd4da 1px dashed } .borderDashedRightPrimrose { border-right: #edd4da 1px dashed } .borderDashedBottomPrimrose { border-bottom: #edd4da 1px dashed } .borderDashedLeftPrimrose { border-left: #edd4da 1px dashed } .borderDashedLateralPrimrose { border-top: #edd4da 1px dashed; border-bottom: #edd4da 1px dashed } .borderDashedGutterPrimrose { border-right: #edd4da 1px dashed; border-left: #edd4da 1px dashed } .borderDashedPrimroseLight { border: #fde3e9 1px dashed } .borderDashedTopPrimroseLight { border-top: #fde3e9 1px dashed } .borderDashedRightPrimroseLight { border-right: #fde3e9 1px dashed } .borderDashedBottomPrimroseLight { border-bottom: #fde3e9 1px dashed } .borderDashedLeftPrimroseLight { border-left: #fde3e9 1px dashed } .borderDashedLateralPrimroseLight { border-top: #fde3e9 1px dashed; border-bottom: #fde3e9 1px dashed } .borderDashedGutterPrimroseLight { border-right: #fde3e9 1px dashed; border-left: #fde3e9 1px dashed } .borderDashedPrimroseDark { border: #dfbdc5 1px dashed } .borderDashedTopPrimroseDark { border-top: #dfbdc5 1px dashed } .borderDashedRightPrimroseDark { border-right: #dfbdc5 1px dashed } .borderDashedBottomPrimroseDark { border-bottom: #dfbdc5 1px dashed } .borderDashedLeftPrimroseDark { border-left: #dfbdc5 1px dashed } .borderDashedLateralPrimroseDark { border-top: #dfbdc5 1px dashed; border-bottom: #dfbdc5 1px dashed } .borderDashedGutterPrimroseDark { border-right: #dfbdc5 1px dashed; border-left: #dfbdc5 1px dashed } .borderDashedButterum { border: #c58f69 1px dashed } .borderDashedTopButterum { border-top: #c58f69 1px dashed } .borderDashedRightButterum { border-right: #c58f69 1px dashed } .borderDashedBottomButterum { border-bottom: #c58f69 1px dashed } .borderDashedLeftButterum { border-left: #c58f69 1px dashed } .borderDashedLateralButterum { border-top: #c58f69 1px dashed; border-bottom: #c58f69 1px dashed } .borderDashedGutterButterum { border-right: #c58f69 1px dashed; border-left: #c58f69 1px dashed } .borderDashedButterumLight { border: #e4aa81 1px dashed } .borderDashedTopButterumLight { border-top: #e4aa81 1px dashed } .borderDashedRightButterumLight { border-right: #e4aa81 1px dashed } .borderDashedBottomButterumLight { border-bottom: #e4aa81 1px dashed } .borderDashedLeftButterumLight { border-left: #e4aa81 1px dashed } .borderDashedLateralButterumLight { border-top: #e4aa81 1px dashed; border-bottom: #e4aa81 1px dashed } .borderDashedGutterButterumLight { border-right: #e4aa81 1px dashed; border-left: #e4aa81 1px dashed } .borderDashedButterumDark { border: #ab7752 1px dashed } .borderDashedTopButterumDark { border-top: #ab7752 1px dashed } .borderDashedRightButterumDark { border-right: #ab7752 1px dashed } .borderDashedBottomButterumDark { border-bottom: #ab7752 1px dashed } .borderDashedLeftButterumDark { border-left: #ab7752 1px dashed } .borderDashedLateralButterumDark { border-top: #ab7752 1px dashed; border-bottom: #ab7752 1px dashed } .borderDashedGutterButterumDark { border-right: #ab7752 1px dashed; border-left: #ab7752 1px dashed } .borderDashedNavy { border: #233b5d 1px dashed } .borderDashedTopNavy { border-top: #233b5d 1px dashed } .borderDashedRightNavy { border-right: #233b5d 1px dashed } .borderDashedBottomNavy { border-bottom: #233b5d 1px dashed } .borderDashedLeftNavy { border-left: #233b5d 1px dashed } .borderDashedLateralNavy { border-top: #233b5d 1px dashed; border-bottom: #233b5d 1px dashed } .borderDashedGutterNavy { border-right: #233b5d 1px dashed; border-left: #233b5d 1px dashed } .borderDashedNavyLight { border: #2e4a71 1px dashed } .borderDashedTopNavyLight { border-top: #2e4a71 1px dashed } .borderDashedRightNavyLight { border-right: #2e4a71 1px dashed } .borderDashedBottomNavyLight { border-bottom: #2e4a71 1px dashed } .borderDashedLeftNavyLight { border-left: #2e4a71 1px dashed } .borderDashedLateralNavyLight { border-top: #2e4a71 1px dashed; border-bottom: #2e4a71 1px dashed } .borderDashedGutterNavyLight { border-right: #2e4a71 1px dashed; border-left: #2e4a71 1px dashed } .borderDashedNavyDark { border: #142741 1px dashed } .borderDashedTopNavyDark { border-top: #142741 1px dashed } .borderDashedRightNavyDark { border-right: #142741 1px dashed } .borderDashedBottomNavyDark { border-bottom: #142741 1px dashed } .borderDashedLeftNavyDark { border-left: #142741 1px dashed } .borderDashedLateralNavyDark { border-top: #142741 1px dashed; border-bottom: #142741 1px dashed } .borderDashedGutterNavyDark { border-right: #142741 1px dashed; border-left: #142741 1px dashed } .borderDashedSpruce { border: #09585d 1px dashed } .borderDashedTopSpruce { border-top: #09585d 1px dashed } .borderDashedRightSpruce { border-right: #09585d 1px dashed } .borderDashedBottomSpruce { border-bottom: #09585d 1px dashed } .borderDashedLeftSpruce { border-left: #09585d 1px dashed } .borderDashedLateralSpruce { border-top: #09585d 1px dashed; border-bottom: #09585d 1px dashed } .borderDashedGutterSpruce { border-right: #09585d 1px dashed; border-left: #09585d 1px dashed } .borderDashedSpruceLight { border: #10676d 1px dashed } .borderDashedTopSpruceLight { border-top: #10676d 1px dashed } .borderDashedRightSpruceLight { border-right: #10676d 1px dashed } .borderDashedBottomSpruceLight { border-bottom: #10676d 1px dashed } .borderDashedLeftSpruceLight { border-left: #10676d 1px dashed } .borderDashedLateralSpruceLight { border-top: #10676d 1px dashed; border-bottom: #10676d 1px dashed } .borderDashedGutterSpruceLight { border-right: #10676d 1px dashed; border-left: #10676d 1px dashed } .borderDashedSpruceDark { border: #03474b 1px dashed } .borderDashedTopSpruceDark { border-top: #03474b 1px dashed } .borderDashedRightSpruceDark { border-right: #03474b 1px dashed } .borderDashedBottomSpruceDark { border-bottom: #03474b 1px dashed } .borderDashedLeftSpruceDark { border-left: #03474b 1px dashed } .borderDashedLateralSpruceDark { border-top: #03474b 1px dashed; border-bottom: #03474b 1px dashed } .borderDashedGutterSpruceDark { border-right: #03474b 1px dashed; border-left: #03474b 1px dashed } .borderDashedMaple { border: #c26225 1px dashed } .borderDashedTopMaple { border-top: #c26225 1px dashed } .borderDashedRightMaple { border-right: #c26225 1px dashed } .borderDashedBottomMaple { border-bottom: #c26225 1px dashed } .borderDashedLeftMaple { border-left: #c26225 1px dashed } .borderDashedLateralMaple { border-top: #c26225 1px dashed; border-bottom: #c26225 1px dashed } .borderDashedGutterMaple { border-right: #c26225 1px dashed; border-left: #c26225 1px dashed } .borderDashedMapleLight { border: #d97536 1px dashed } .borderDashedTopMapleLight { border-top: #d97536 1px dashed } .borderDashedRightMapleLight { border-right: #d97536 1px dashed } .borderDashedBottomMapleLight { border-bottom: #d97536 1px dashed } .borderDashedLeftMapleLight { border-left: #d97536 1px dashed } .borderDashedLateralMapleLight { border-top: #d97536 1px dashed; border-bottom: #d97536 1px dashed } .borderDashedGutterMapleLight { border-right: #d97536 1px dashed; border-left: #d97536 1px dashed } .borderDashedMapleDark { border: #b25317 1px dashed } .borderDashedTopMapleDark { border-top: #b25317 1px dashed } .borderDashedRightMapleDark { border-right: #b25317 1px dashed } .borderDashedBottomMapleDark { border-bottom: #b25317 1px dashed } .borderDashedLeftMapleDark { border-left: #b25317 1px dashed } .borderDashedLateralMapleDark { border-top: #b25317 1px dashed; border-bottom: #b25317 1px dashed } .borderDashedGutterMapleDark { border-right: #b25317 1px dashed; border-left: #b25317 1px dashed } .borderDashedToast { border: #ca997b 1px dashed } .borderDashedTopToast { border-top: #ca997b 1px dashed } .borderDashedRightToast { border-right: #ca997b 1px dashed } .borderDashedBottomToast { border-bottom: #ca997b 1px dashed } .borderDashedLeftToast { border-left: #ca997b 1px dashed } .borderDashedLateralToast { border-top: #ca997b 1px dashed; border-bottom: #ca997b 1px dashed } .borderDashedGutterToast { border-right: #ca997b 1px dashed; border-left: #ca997b 1px dashed } .borderDashedToastLight { border: #dcab8d 1px dashed } .borderDashedTopToastLight { border-top: #dcab8d 1px dashed } .borderDashedRightToastLight { border-right: #dcab8d 1px dashed } .borderDashedBottomToastLight { border-bottom: #dcab8d 1px dashed } .borderDashedLeftToastLight { border-left: #dcab8d 1px dashed } .borderDashedLateralToastLight { border-top: #dcab8d 1px dashed; border-bottom: #dcab8d 1px dashed } .borderDashedGutterToastLight { border-right: #dcab8d 1px dashed; border-left: #dcab8d 1px dashed } .borderDashedToastDark { border: #b58466 1px dashed } .borderDashedTopToastDark { border-top: #b58466 1px dashed } .borderDashedRightToastDark { border-right: #b58466 1px dashed } .borderDashedBottomToastDark { border-bottom: #b58466 1px dashed } .borderDashedLeftToastDark { border-left: #b58466 1px dashed } .borderDashedLateralToastDark { border-top: #b58466 1px dashed; border-bottom: #b58466 1px dashed } .borderDashedGutterToastDark { border-right: #b58466 1px dashed; border-left: #b58466 1px dashed } .borderDashedLilac { border: #774f8d 1px dashed } .borderDashedTopLilac { border-top: #774f8d 1px dashed } .borderDashedRightLilac { border-right: #774f8d 1px dashed } .borderDashedBottomLilac { border-bottom: #774f8d 1px dashed } .borderDashedLeftLilac { border-left: #774f8d 1px dashed } .borderDashedLateralLilac { border-top: #774f8d 1px dashed; border-bottom: #774f8d 1px dashed } .borderDashedGutterLilac { border-right: #774f8d 1px dashed; border-left: #774f8d 1px dashed } .borderDashedLilacLight { border: #8c61a4 1px dashed } .borderDashedTopLilacLight { border-top: #8c61a4 1px dashed } .borderDashedRightLilacLight { border-right: #8c61a4 1px dashed } .borderDashedBottomLilacLight { border-bottom: #8c61a4 1px dashed } .borderDashedLeftLilacLight { border-left: #8c61a4 1px dashed } .borderDashedLateralLilacLight { border-top: #8c61a4 1px dashed; border-bottom: #8c61a4 1px dashed } .borderDashedGutterLilacLight { border-right: #8c61a4 1px dashed; border-left: #8c61a4 1px dashed } .borderDashedLilacDark { border: #623d77 1px dashed } .borderDashedTopLilacDark { border-top: #623d77 1px dashed } .borderDashedRightLilacDark { border-right: #623d77 1px dashed } .borderDashedBottomLilacDark { border-bottom: #623d77 1px dashed } .borderDashedLeftLilacDark { border-left: #623d77 1px dashed } .borderDashedLateralLilacDark { border-top: #623d77 1px dashed; border-bottom: #623d77 1px dashed } .borderDashedGutterLilacDark { border-right: #623d77 1px dashed; border-left: #623d77 1px dashed } .borderDashedOtter { border: #806751 1px dashed } .borderDashedTopOtter { border-top: #806751 1px dashed } .borderDashedRightOtter { border-right: #806751 1px dashed } .borderDashedBottomOtter { border-bottom: #806751 1px dashed } .borderDashedLeftOtter { border-left: #806751 1px dashed } .borderDashedLateralOtter { border-top: #806751 1px dashed; border-bottom: #806751 1px dashed } .borderDashedGutterOtter { border-right: #806751 1px dashed; border-left: #806751 1px dashed } .borderDashedOtterLight { border: #977d65 1px dashed } .borderDashedTopOtterLight { border-top: #977d65 1px dashed } .borderDashedRightOtterLight { border-right: #977d65 1px dashed } .borderDashedBottomOtterLight { border-bottom: #977d65 1px dashed } .borderDashedLeftOtterLight { border-left: #977d65 1px dashed } .borderDashedLateralOtterLight { border-top: #977d65 1px dashed; border-bottom: #977d65 1px dashed } .borderDashedGutterOtterLight { border-right: #977d65 1px dashed; border-left: #977d65 1px dashed } .borderDashedOtterDark { border: #69513d 1px dashed } .borderDashedTopOtterDark { border-top: #69513d 1px dashed } .borderDashedRightOtterDark { border-right: #69513d 1px dashed } .borderDashedBottomOtterDark { border-bottom: #69513d 1px dashed } .borderDashedLeftOtterDark { border-left: #69513d 1px dashed } .borderDashedLateralOtterDark { border-top: #69513d 1px dashed; border-bottom: #69513d 1px dashed } .borderDashedGutterOtterDark { border-right: #69513d 1px dashed; border-left: #69513d 1px dashed } .borderDashedCurry { border: #cca234 1px dashed } .borderDashedTopCurry { border-top: #cca234 1px dashed } .borderDashedRightCurry { border-right: #cca234 1px dashed } .borderDashedBottomCurry { border-bottom: #cca234 1px dashed } .borderDashedLeftCurry { border-left: #cca234 1px dashed } .borderDashedLateralCurry { border-top: #cca234 1px dashed; border-bottom: #cca234 1px dashed } .borderDashedGutterCurry { border-right: #cca234 1px dashed; border-left: #cca234 1px dashed } .borderDashedCurryLight { border: #deb240 1px dashed } .borderDashedTopCurryLight { border-top: #deb240 1px dashed } .borderDashedRightCurryLight { border-right: #deb240 1px dashed } .borderDashedBottomCurryLight { border-bottom: #deb240 1px dashed } .borderDashedLeftCurryLight { border-left: #deb240 1px dashed } .borderDashedLateralCurryLight { border-top: #deb240 1px dashed; border-bottom: #deb240 1px dashed } .borderDashedGutterCurryLight { border-right: #deb240 1px dashed; border-left: #deb240 1px dashed } .borderDashedCurryDark { border: #b99026 1px dashed } .borderDashedTopCurryDark { border-top: #b99026 1px dashed } .borderDashedRightCurryDark { border-right: #b99026 1px dashed } .borderDashedBottomCurryDark { border-bottom: #b99026 1px dashed } .borderDashedLeftCurryDark { border-left: #b99026 1px dashed } .borderDashedLateralCurryDark { border-top: #b99026 1px dashed; border-bottom: #b99026 1px dashed } .borderDashedGutterCurryDark { border-right: #b99026 1px dashed; border-left: #b99026 1px dashed } .borderDashedGolden { border: #ae9749 1px dashed } .borderDashedTopGolden { border-top: #ae9749 1px dashed } .borderDashedRightGolden { border-right: #ae9749 1px dashed } .borderDashedBottomGolden { border-bottom: #ae9749 1px dashed } .borderDashedLeftGolden { border-left: #ae9749 1px dashed } .borderDashedLateralGolden { border-top: #ae9749 1px dashed; border-bottom: #ae9749 1px dashed } .borderDashedGutterGolden { border-right: #ae9749 1px dashed; border-left: #ae9749 1px dashed } .borderDashedGoldenLight { border: #bfa54d 1px dashed } .borderDashedTopGoldenLight { border-top: #bfa54d 1px dashed } .borderDashedRightGoldenLight { border-right: #bfa54d 1px dashed } .borderDashedBottomGoldenLight { border-bottom: #bfa54d 1px dashed } .borderDashedLeftGoldenLight { border-left: #bfa54d 1px dashed } .borderDashedLateralGoldenLight { border-top: #bfa54d 1px dashed; border-bottom: #bfa54d 1px dashed } .borderDashedGutterGoldenLight { border-right: #bfa54d 1px dashed; border-left: #bfa54d 1px dashed } .borderDashedGoldenDark { border: #a28a38 1px dashed } .borderDashedTopGoldenDark { border-top: #a28a38 1px dashed } .borderDashedRightGoldenDark { border-right: #a28a38 1px dashed } .borderDashedBottomGoldenDark { border-bottom: #a28a38 1px dashed } .borderDashedLeftGoldenDark { border-left: #a28a38 1px dashed } .borderDashedLateralGoldenDark { border-top: #a28a38 1px dashed; border-bottom: #a28a38 1px dashed } .borderDashedGutterGoldenDark { border-right: #a28a38 1px dashed; border-left: #a28a38 1px dashed } .borderDashedOlive { border: #cddc39 1px dashed } .borderDashedTopOlive { border-top: #cddc39 1px dashed } .borderDashedRightOlive { border-right: #cddc39 1px dashed } .borderDashedBottomOlive { border-bottom: #cddc39 1px dashed } .borderDashedLeftOlive { border-left: #cddc39 1px dashed } .borderDashedLateralOlive { border-top: #cddc39 1px dashed; border-bottom: #cddc39 1px dashed } .borderDashedGutterOlive { border-right: #cddc39 1px dashed; border-left: #cddc39 1px dashed } .borderDashedOliveLight { border: #daea41 1px dashed } .borderDashedTopOliveLight { border-top: #daea41 1px dashed } .borderDashedRightOliveLight { border-right: #daea41 1px dashed } .borderDashedBottomOliveLight { border-bottom: #daea41 1px dashed } .borderDashedLeftOliveLight { border-left: #daea41 1px dashed } .borderDashedLateralOliveLight { border-top: #daea41 1px dashed; border-bottom: #daea41 1px dashed } .borderDashedGutterOliveLight { border-right: #daea41 1px dashed; border-left: #daea41 1px dashed } .borderDashedOliveDark { border: #bac92b 1px dashed } .borderDashedTopOliveDark { border-top: #bac92b 1px dashed } .borderDashedRightOliveDark { border-right: #bac92b 1px dashed } .borderDashedBottomOliveDark { border-bottom: #bac92b 1px dashed } .borderDashedLeftOliveDark { border-left: #bac92b 1px dashed } .borderDashedLateralOliveDark { border-top: #bac92b 1px dashed; border-bottom: #bac92b 1px dashed } .borderDashedGutterOliveDark { border-right: #bac92b 1px dashed; border-left: #bac92b 1px dashed } .borderDashedBrown { border: #795547 1px dashed } .borderDashedTopBrown { border-top: #795547 1px dashed } .borderDashedRightBrown { border-right: #795547 1px dashed } .borderDashedBottomBrown { border-bottom: #795547 1px dashed } .borderDashedLeftBrown { border-left: #795547 1px dashed } .borderDashedLateralBrown { border-top: #795547 1px dashed; border-bottom: #795547 1px dashed } .borderDashedGutterBrown { border-right: #795547 1px dashed; border-left: #795547 1px dashed } .borderDashedBrownLight { border: #8c6556 1px dashed } .borderDashedTopBrownLight { border-top: #8c6556 1px dashed } .borderDashedRightBrownLight { border-right: #8c6556 1px dashed } .borderDashedBottomBrownLight { border-bottom: #8c6556 1px dashed } .borderDashedLeftBrownLight { border-left: #8c6556 1px dashed } .borderDashedLateralBrownLight { border-top: #8c6556 1px dashed; border-bottom: #8c6556 1px dashed } .borderDashedGutterBrownLight { border-right: #8c6556 1px dashed; border-left: #8c6556 1px dashed } .borderDashedBrownDark { border: #654235 1px dashed } .borderDashedTopBrownDark { border-top: #654235 1px dashed } .borderDashedRightBrownDark { border-right: #654235 1px dashed } .borderDashedBottomBrownDark { border-bottom: #654235 1px dashed } .borderDashedLeftBrownDark { border-left: #654235 1px dashed } .borderDashedLateralBrownDark { border-top: #654235 1px dashed; border-bottom: #654235 1px dashed } .borderDashedGutterBrownDark { border-right: #654235 1px dashed; border-left: #654235 1px dashed } .borderDashedApricot { border: #feb75f 1px dashed } .borderDashedTopApricot { border-top: #feb75f 1px dashed } .borderDashedRightApricot { border-right: #feb75f 1px dashed } .borderDashedBottomApricot { border-bottom: #feb75f 1px dashed } .borderDashedLeftApricot { border-left: #feb75f 1px dashed } .borderDashedLateralApricot { border-top: #feb75f 1px dashed; border-bottom: #feb75f 1px dashed } .borderDashedGutterApricot { border-right: #feb75f 1px dashed; border-left: #feb75f 1px dashed } .borderDashedApricotLight { border: #fdc47d 1px dashed } .borderDashedTopApricotLight { border-top: #fdc47d 1px dashed } .borderDashedRightApricotLight { border-right: #fdc47d 1px dashed } .borderDashedBottomApricotLight { border-bottom: #fdc47d 1px dashed } .borderDashedLeftApricotLight { border-left: #fdc47d 1px dashed } .borderDashedLateralApricotLight { border-top: #fdc47d 1px dashed; border-bottom: #fdc47d 1px dashed } .borderDashedGutterApricotLight { border-right: #fdc47d 1px dashed; border-left: #fdc47d 1px dashed } .borderDashedApricotDark { border: #fdab44 1px dashed } .borderDashedTopApricotDark { border-top: #fdab44 1px dashed } .borderDashedRightApricotDark { border-right: #fdab44 1px dashed } .borderDashedBottomApricotDark { border-bottom: #fdab44 1px dashed } .borderDashedLeftApricotDark { border-left: #fdab44 1px dashed } .borderDashedLateralApricotDark { border-top: #fdab44 1px dashed; border-bottom: #fdab44 1px dashed } .borderDashedGutterApricotDark { border-right: #fdab44 1px dashed; border-left: #fdab44 1px dashed } .borderDashedCockatoo { border: #5ad0ba 1px dashed } .borderDashedTopCockatoo { border-top: #5ad0ba 1px dashed } .borderDashedRightCockatoo { border-right: #5ad0ba 1px dashed } .borderDashedBottomCockatoo { border-bottom: #5ad0ba 1px dashed } .borderDashedLeftCockatoo { border-left: #5ad0ba 1px dashed } .borderDashedLateralCockatoo { border-top: #5ad0ba 1px dashed; border-bottom: #5ad0ba 1px dashed } .borderDashedGutterCockatoo { border-right: #5ad0ba 1px dashed; border-left: #5ad0ba 1px dashed } .borderDashedCockatooLight { border: #69e0ca 1px dashed } .borderDashedTopCockatooLight { border-top: #69e0ca 1px dashed } .borderDashedRightCockatooLight { border-right: #69e0ca 1px dashed } .borderDashedBottomCockatooLight { border-bottom: #69e0ca 1px dashed } .borderDashedLeftCockatooLight { border-left: #69e0ca 1px dashed } .borderDashedLateralCockatooLight { border-top: #69e0ca 1px dashed; border-bottom: #69e0ca 1px dashed } .borderDashedGutterCockatooLight { border-right: #69e0ca 1px dashed; border-left: #69e0ca 1px dashed } .borderDashedCockatooDark { border: #46b8a3 1px dashed } .borderDashedTopCockatooDark { border-top: #46b8a3 1px dashed } .borderDashedRightCockatooDark { border-right: #46b8a3 1px dashed } .borderDashedBottomCockatooDark { border-bottom: #46b8a3 1px dashed } .borderDashedLeftCockatooDark { border-left: #46b8a3 1px dashed } .borderDashedLateralCockatooDark { border-top: #46b8a3 1px dashed; border-bottom: #46b8a3 1px dashed } .borderDashedGutterCockatooDark { border-right: #46b8a3 1px dashed; border-left: #46b8a3 1px dashed } .borderDashedImperial { border: #00599b 1px dashed } .borderDashedTopImperial { border-top: #00599b 1px dashed } .borderDashedRightImperial { border-right: #00599b 1px dashed } .borderDashedBottomImperial { border-bottom: #00599b 1px dashed } .borderDashedLeftImperial { border-left: #00599b 1px dashed } .borderDashedLateralImperial { border-top: #00599b 1px dashed; border-bottom: #00599b 1px dashed } .borderDashedGutterImperial { border-right: #00599b 1px dashed; border-left: #00599b 1px dashed } .borderDashedImperialLight { border: #1171b9 1px dashed } .borderDashedTopImperialLight { border-top: #1171b9 1px dashed } .borderDashedRightImperialLight { border-right: #1171b9 1px dashed } .borderDashedBottomImperialLight { border-bottom: #1171b9 1px dashed } .borderDashedLeftImperialLight { border-left: #1171b9 1px dashed } .borderDashedLateralImperialLight { border-top: #1171b9 1px dashed; border-bottom: #1171b9 1px dashed } .borderDashedGutterImperialLight { border-right: #1171b9 1px dashed; border-left: #1171b9 1px dashed } .borderDashedImperialDark { border: #01477b 1px dashed } .borderDashedTopImperialDark { border-top: #01477b 1px dashed } .borderDashedRightImperialDark { border-right: #01477b 1px dashed } .borderDashedBottomImperialDark { border-bottom: #01477b 1px dashed } .borderDashedLeftImperialDark { border-left: #01477b 1px dashed } .borderDashedLateralImperialDark { border-top: #01477b 1px dashed; border-bottom: #01477b 1px dashed } .borderDashedGutterImperialDark { border-right: #01477b 1px dashed; border-left: #01477b 1px dashed } .borderDashedBluestone { border: #517082 1px dashed } .borderDashedTopBluestone { border-top: #517082 1px dashed } .borderDashedRightBluestone { border-right: #517082 1px dashed } .borderDashedBottomBluestone { border-bottom: #517082 1px dashed } .borderDashedLeftBluestone { border-left: #517082 1px dashed } .borderDashedLateralBluestone { border-top: #517082 1px dashed; border-bottom: #517082 1px dashed } .borderDashedGutterBluestone { border-right: #517082 1px dashed; border-left: #517082 1px dashed } .borderDashedBluestoneLight { border: #648699 1px dashed } .borderDashedTopBluestoneLight { border-top: #648699 1px dashed } .borderDashedRightBluestoneLight { border-right: #648699 1px dashed } .borderDashedBottomBluestoneLight { border-bottom: #648699 1px dashed } .borderDashedLeftBluestoneLight { border-left: #648699 1px dashed } .borderDashedLateralBluestoneLight { border-top: #648699 1px dashed; border-bottom: #648699 1px dashed } .borderDashedGutterBluestoneLight { border-right: #648699 1px dashed; border-left: #648699 1px dashed } .borderDashedBluestoneDark { border: #3c5b6d 1px dashed } .borderDashedTopBluestoneDark { border-top: #3c5b6d 1px dashed } .borderDashedRightBluestoneDark { border-right: #3c5b6d 1px dashed } .borderDashedBottomBluestoneDark { border-bottom: #3c5b6d 1px dashed } .borderDashedLeftBluestoneDark { border-left: #3c5b6d 1px dashed } .borderDashedLateralBluestoneDark { border-top: #3c5b6d 1px dashed; border-bottom: #3c5b6d 1px dashed } .borderDashedGutterBluestoneDark { border-right: #3c5b6d 1px dashed; border-left: #3c5b6d 1px dashed } .borderDashedCyan { border: #00bcd5 1px dashed } .borderDashedTopCyan { border-top: #00bcd5 1px dashed } .borderDashedRightCyan { border-right: #00bcd5 1px dashed } .borderDashedBottomCyan { border-bottom: #00bcd5 1px dashed } .borderDashedLeftCyan { border-left: #00bcd5 1px dashed } .borderDashedLateralCyan { border-top: #00bcd5 1px dashed; border-bottom: #00bcd5 1px dashed } .borderDashedGutterCyan { border-right: #00bcd5 1px dashed; border-left: #00bcd5 1px dashed } .borderDashedCyanLight { border: #0acce6 1px dashed } .borderDashedTopCyanLight { border-top: #0acce6 1px dashed } .borderDashedRightCyanLight { border-right: #0acce6 1px dashed } .borderDashedBottomCyanLight { border-bottom: #0acce6 1px dashed } .borderDashedLeftCyanLight { border-left: #0acce6 1px dashed } .borderDashedLateralCyanLight { border-top: #0acce6 1px dashed; border-bottom: #0acce6 1px dashed } .borderDashedGutterCyanLight { border-right: #0acce6 1px dashed; border-left: #0acce6 1px dashed } .borderDashedCyanDark { border: #02abc1 1px dashed } .borderDashedTopCyanDark { border-top: #02abc1 1px dashed } .borderDashedRightCyanDark { border-right: #02abc1 1px dashed } .borderDashedBottomCyanDark { border-bottom: #02abc1 1px dashed } .borderDashedLeftCyanDark { border-left: #02abc1 1px dashed } .borderDashedLateralCyanDark { border-top: #02abc1 1px dashed; border-bottom: #02abc1 1px dashed } .borderDashedGutterCyanDark { border-right: #02abc1 1px dashed; border-left: #02abc1 1px dashed } .borderDashedTeal { border: #009788 1px dashed } .borderDashedTopTeal { border-top: #009788 1px dashed } .borderDashedRightTeal { border-right: #009788 1px dashed } .borderDashedBottomTeal { border-bottom: #009788 1px dashed } .borderDashedLeftTeal { border-left: #009788 1px dashed } .borderDashedLateralTeal { border-top: #009788 1px dashed; border-bottom: #009788 1px dashed } .borderDashedGutterTeal { border-right: #009788 1px dashed; border-left: #009788 1px dashed } .borderDashedTealLight { border: #07ac9c 1px dashed } .borderDashedTopTealLight { border-top: #07ac9c 1px dashed } .borderDashedRightTealLight { border-right: #07ac9c 1px dashed } .borderDashedBottomTealLight { border-bottom: #07ac9c 1px dashed } .borderDashedLeftTealLight { border-left: #07ac9c 1px dashed } .borderDashedLateralTealLight { border-top: #07ac9c 1px dashed; border-bottom: #07ac9c 1px dashed } .borderDashedGutterTealLight { border-right: #07ac9c 1px dashed; border-left: #07ac9c 1px dashed } .borderDashedTealDark { border: #017e72 1px dashed } .borderDashedTopTealDark { border-top: #017e72 1px dashed } .borderDashedRightTealDark { border-right: #017e72 1px dashed } .borderDashedBottomTealDark { border-bottom: #017e72 1px dashed } .borderDashedLeftTealDark { border-left: #017e72 1px dashed } .borderDashedLateralTealDark { border-top: #017e72 1px dashed; border-bottom: #017e72 1px dashed } .borderDashedGutterTealDark { border-right: #017e72 1px dashed; border-left: #017e72 1px dashed } .borderDashedIndigo { border: #3f51b5 1px dashed } .borderDashedTopIndigo { border-top: #3f51b5 1px dashed } .borderDashedRightIndigo { border-right: #3f51b5 1px dashed } .borderDashedBottomIndigo { border-bottom: #3f51b5 1px dashed } .borderDashedLeftIndigo { border-left: #3f51b5 1px dashed } .borderDashedLateralIndigo { border-top: #3f51b5 1px dashed; border-bottom: #3f51b5 1px dashed } .borderDashedGutterIndigo { border-right: #3f51b5 1px dashed; border-left: #3f51b5 1px dashed } .borderDashedIndigoLight { border: #4a5cc4 1px dashed } .borderDashedTopIndigoLight { border-top: #4a5cc4 1px dashed } .borderDashedRightIndigoLight { border-right: #4a5cc4 1px dashed } .borderDashedBottomIndigoLight { border-bottom: #4a5cc4 1px dashed } .borderDashedLeftIndigoLight { border-left: #4a5cc4 1px dashed } .borderDashedLateralIndigoLight { border-top: #4a5cc4 1px dashed; border-bottom: #4a5cc4 1px dashed } .borderDashedGutterIndigoLight { border-right: #4a5cc4 1px dashed; border-left: #4a5cc4 1px dashed } .borderDashedIndigoDark { border: #3243a4 1px dashed } .borderDashedTopIndigoDark { border-top: #3243a4 1px dashed } .borderDashedRightIndigoDark { border-right: #3243a4 1px dashed } .borderDashedBottomIndigoDark { border-bottom: #3243a4 1px dashed } .borderDashedLeftIndigoDark { border-left: #3243a4 1px dashed } .borderDashedLateralIndigoDark { border-top: #3243a4 1px dashed; border-bottom: #3243a4 1px dashed } .borderDashedGutterIndigoDark { border-right: #3243a4 1px dashed; border-left: #3243a4 1px dashed } .borderDashedOcean { border: #1296c7 1px dashed } .borderDashedTopOcean { border-top: #1296c7 1px dashed } .borderDashedRightOcean { border-right: #1296c7 1px dashed } .borderDashedBottomOcean { border-bottom: #1296c7 1px dashed } .borderDashedLeftOcean { border-left: #1296c7 1px dashed } .borderDashedLateralOcean { border-top: #1296c7 1px dashed; border-bottom: #1296c7 1px dashed } .borderDashedGutterOcean { border-right: #1296c7 1px dashed; border-left: #1296c7 1px dashed } .borderDashedOceanLight { border: #1fa2d2 1px dashed } .borderDashedTopOceanLight { border-top: #1fa2d2 1px dashed } .borderDashedRightOceanLight { border-right: #1fa2d2 1px dashed } .borderDashedBottomOceanLight { border-bottom: #1fa2d2 1px dashed } .borderDashedLeftOceanLight { border-left: #1fa2d2 1px dashed } .borderDashedLateralOceanLight { border-top: #1fa2d2 1px dashed; border-bottom: #1fa2d2 1px dashed } .borderDashedGutterOceanLight { border-right: #1fa2d2 1px dashed; border-left: #1fa2d2 1px dashed } .borderDashedOceanDark { border: #0c87b5 1px dashed } .borderDashedTopOceanDark { border-top: #0c87b5 1px dashed } .borderDashedRightOceanDark { border-right: #0c87b5 1px dashed } .borderDashedBottomOceanDark { border-bottom: #0c87b5 1px dashed } .borderDashedLeftOceanDark { border-left: #0c87b5 1px dashed } .borderDashedLateralOceanDark { border-top: #0c87b5 1px dashed; border-bottom: #0c87b5 1px dashed } .borderDashedGutterOceanDark { border-right: #0c87b5 1px dashed; border-left: #0c87b5 1px dashed } .borderDashedVibrantYellow { border: #fedd04 1px dashed } .borderDashedTopVibrantYellow { border-top: #fedd04 1px dashed } .borderDashedRightVibrantYellow { border-right: #fedd04 1px dashed } .borderDashedBottomVibrantYellow { border-bottom: #fedd04 1px dashed } .borderDashedLeftVibrantYellow { border-left: #fedd04 1px dashed } .borderDashedLateralVibrantYellow { border-top: #fedd04 1px dashed; border-bottom: #fedd04 1px dashed } .borderDashedGutterVibrantYellow { border-right: #fedd04 1px dashed; border-left: #fedd04 1px dashed } .borderDashedVibrantYellowLight { border: #fee32e 1px dashed } .borderDashedTopVibrantYellowLight { border-top: #fee32e 1px dashed } .borderDashedRightVibrantYellowLight { border-right: #fee32e 1px dashed } .borderDashedBottomVibrantYellowLight { border-bottom: #fee32e 1px dashed } .borderDashedLeftVibrantYellowLight { border-left: #fee32e 1px dashed } .borderDashedLateralVibrantYellowLight { border-top: #fee32e 1px dashed; border-bottom: #fee32e 1px dashed } .borderDashedGutterVibrantYellowLight { border-right: #fee32e 1px dashed; border-left: #fee32e 1px dashed } .borderDashedVibrantYellowDark { border: #f2d40d 1px dashed } .borderDashedTopVibrantYellowDark { border-top: #f2d40d 1px dashed } .borderDashedRightVibrantYellowDark { border-right: #f2d40d 1px dashed } .borderDashedBottomVibrantYellowDark { border-bottom: #f2d40d 1px dashed } .borderDashedLeftVibrantYellowDark { border-left: #f2d40d 1px dashed } .borderDashedLateralVibrantYellowDark { border-top: #f2d40d 1px dashed; border-bottom: #f2d40d 1px dashed } .borderDashedGutterVibrantYellowDark { border-right: #f2d40d 1px dashed; border-left: #f2d40d 1px dashed } .borderDashedPoppy { border: #f2672e 1px dashed } .borderDashedTopPoppy { border-top: #f2672e 1px dashed } .borderDashedRightPoppy { border-right: #f2672e 1px dashed } .borderDashedBottomPoppy { border-bottom: #f2672e 1px dashed } .borderDashedLeftPoppy { border-left: #f2672e 1px dashed } .borderDashedLateralPoppy { border-top: #f2672e 1px dashed; border-bottom: #f2672e 1px dashed } .borderDashedGutterPoppy { border-right: #f2672e 1px dashed; border-left: #f2672e 1px dashed } .borderDashedPoppyLight { border: #fb743c 1px dashed } .borderDashedTopPoppyLight { border-top: #fb743c 1px dashed } .borderDashedRightPoppyLight { border-right: #fb743c 1px dashed } .borderDashedBottomPoppyLight { border-bottom: #fb743c 1px dashed } .borderDashedLeftPoppyLight { border-left: #fb743c 1px dashed } .borderDashedLateralPoppyLight { border-top: #fb743c 1px dashed; border-bottom: #fb743c 1px dashed } .borderDashedGutterPoppyLight { border-right: #fb743c 1px dashed; border-left: #fb743c 1px dashed } .borderDashedPoppyDark { border: #e25b24 1px dashed } .borderDashedTopPoppyDark { border-top: #e25b24 1px dashed } .borderDashedRightPoppyDark { border-right: #e25b24 1px dashed } .borderDashedBottomPoppyDark { border-bottom: #e25b24 1px dashed } .borderDashedLeftPoppyDark { border-left: #e25b24 1px dashed } .borderDashedLateralPoppyDark { border-top: #e25b24 1px dashed; border-bottom: #e25b24 1px dashed } .borderDashedGutterPoppyDark { border-right: #e25b24 1px dashed; border-left: #e25b24 1px dashed } .borderDottedWhite { border: #ffffff 1px dotted } .borderDottedTopWhite { border-top: #ffffff 1px dotted } .borderDottedRightWhite { border-right: #ffffff 1px dotted } .borderDottedBottomWhite { border-bottom: #ffffff 1px dotted } .borderDottedLeftWhite { border-left: #ffffff 1px dotted } .borderDottedLateralWhite { border-top: #ffffff 1px dotted; border-bottom: #ffffff 1px dotted } .borderDottedGutterWhite { border-right: #ffffff 1px dotted; border-left: #ffffff 1px dotted } .borderDottedBlack { border: #000000 1px dotted } .borderDottedTopBlack { border-top: #000000 1px dotted } .borderDottedRightBlack { border-right: #000000 1px dotted } .borderDottedBottomBlack { border-bottom: #000000 1px dotted } .borderDottedLeftBlack { border-left: #000000 1px dotted } .borderDottedLateralBlack { border-top: #000000 1px dotted; border-bottom: #000000 1px dotted } .borderDottedGutterBlack { border-right: #000000 1px dotted; border-left: #000000 1px dotted } .borderDottedBlack1 { border: #111111 1px dotted } .borderDottedTopBlack1 { border-top: #111111 1px dotted } .borderDottedRightBlack1 { border-right: #111111 1px dotted } .borderDottedBottomBlack1 { border-bottom: #111111 1px dotted } .borderDottedLeftBlack1 { border-left: #111111 1px dotted } .borderDottedLateralBlack1 { border-top: #111111 1px dotted; border-bottom: #111111 1px dotted } .borderDottedGutterBlack1 { border-right: #111111 1px dotted; border-left: #111111 1px dotted } .borderDottedBlack2 { border: #222222 1px dotted } .borderDottedTopBlack2 { border-top: #222222 1px dotted } .borderDottedRightBlack2 { border-right: #222222 1px dotted } .borderDottedBottomBlack2 { border-bottom: #222222 1px dotted } .borderDottedLeftBlack2 { border-left: #222222 1px dotted } .borderDottedLateralBlack2 { border-top: #222222 1px dotted; border-bottom: #222222 1px dotted } .borderDottedGutterBlack2 { border-right: #222222 1px dotted; border-left: #222222 1px dotted } .borderDottedBlack3 { border: #333333 1px dotted } .borderDottedTopBlack3 { border-top: #333333 1px dotted } .borderDottedRightBlack3 { border-right: #333333 1px dotted } .borderDottedBottomBlack3 { border-bottom: #333333 1px dotted } .borderDottedLeftBlack3 { border-left: #333333 1px dotted } .borderDottedLateralBlack3 { border-top: #333333 1px dotted; border-bottom: #333333 1px dotted } .borderDottedGutterBlack3 { border-right: #333333 1px dotted; border-left: #333333 1px dotted } .borderDottedBlack4 { border: #444444 1px dotted } .borderDottedTopBlack4 { border-top: #444444 1px dotted } .borderDottedRightBlack4 { border-right: #444444 1px dotted } .borderDottedBottomBlack4 { border-bottom: #444444 1px dotted } .borderDottedLeftBlack4 { border-left: #444444 1px dotted } .borderDottedLateralBlack4 { border-top: #444444 1px dotted; border-bottom: #444444 1px dotted } .borderDottedGutterBlack4 { border-right: #444444 1px dotted; border-left: #444444 1px dotted } .borderDottedBlack5 { border: #555555 } .borderDottedTopBlack5 { border-top: #555555 1px dotted } .borderDottedRightBlack5 { border-right: #555555 1px dotted } .borderDottedBottomBlack5 { border-bottom: #555555 1px dotted } .borderDottedLeftBlack5 { border-left: #555555 1px dotted } .borderDottedLateralBlack5 { border-top: #555555 1px dotted; border-bottom: #555555 1px dotted } .borderDottedGutterBlack5 { border-right: #555555 1px dotted; border-left: #555555 1px dotted } .borderDottedGrey1,.borderDottedGray1 { border: #666666 1px dotted } .borderDottedTopGrey1,.borderDottedTopGray1 { border-top: #666666 1px dotted } .borderDottedRightGrey1,.borderDottedRightGray1 { border-right: #666666 1px dotted } .borderDottedBottomGrey1,.borderDottedBottomGray1 { border-bottom: #666666 1px dotted } .borderDottedLeftGrey1,.borderDottedLeftGray1 { border-left: #666666 1px dotted } .borderDottedLateralGrey1,.borderDottedLateralGray1 { border-top: #666666 1px dotted; border-bottom: #666666 1px dotted } .borderDottedGutterGrey1,.borderDottedGutterGray1 { border-right: #666666 1px dotted; border-left: #666666 1px dotted } .borderDottedGrey2,.borderDottedGray2 { border: #777777 1px dotted } .borderDottedTopGrey2,.borderDottedTopGray2 { border-top: #777777 1px dotted } .borderDottedRightGrey2,.borderDottedRightGray2 { border-right: #777777 1px dotted } .borderDottedBottomGrey2,.borderDottedBottomGray2 { border-bottom: #777777 1px dotted } .borderDottedLeftGrey2,.borderDottedLeftGray2 { border-left: #777777 1px dotted } .borderDottedLateralGrey2,.borderDottedLateralGray2 { border-top: #777777 1px dotted; border-bottom: #777777 1px dotted } .borderDottedGutterGrey2,.borderDottedGutterGray2 { border-right: #777777 1px dotted; border-left: #777777 1px dotted } .borderDottedGrey3,.borderDottedGray3 { border: #888888 1px dotted } .borderDottedTopGrey3,.borderDottedTopGray3 { border-top: #888888 1px dotted } .borderDottedRightGrey3,.borderDottedRightGray3 { border-right: #888888 1px dotted } .borderDottedBottomGrey3,.borderDottedBottomGray3 { border-bottom: #888888 1px dotted } .borderDottedLeftGrey3,.borderDottedLeftGray3 { border-left: #888888 1px dotted } .borderDottedLateralGrey3,.borderDottedLateralGray3 { border-top: #888888 1px dotted; border-bottom: #888888 1px dotted } .borderDottedGutterGrey3,.borderDottedGutterGray3 { border-right: #888888 1px dotted; border-left: #888888 1px dotted } .borderDottedGrey4,.borderDottedGray4 { border: #999999 1px dotted } .borderDottedTopGrey4,.borderDottedTopGray4 { border-top: #999999 1px dotted } .borderDottedRightGrey4,.borderDottedRightGray4 { border-right: #999999 1px dotted } .borderDottedBottomGrey4,.borderDottedBottomGray4 { border-bottom: #999999 1px dotted } .borderDottedLeftGrey4,.borderDottedLeftGray4 { border-left: #999999 1px dotted } .borderDottedLateralGrey4,.borderDottedLateralGray4 { border-top: #999999 1px dotted; border-bottom: #999999 1px dotted } .borderDottedGutterGrey4,.borderDottedGutterGray4 { border-right: #999999 1px dotted; border-left: #999999 1px dotted } .borderDottedGrey5,.borderDottedGray5 { border: #aaaaaa 1px dotted } .borderDottedTopGrey5,.borderDottedTopGray5 { border-top: #aaaaaa 1px dotted } .borderDottedRightGrey5,.borderDottedRightGray5 { border-right: #aaaaaa 1px dotted } .borderDottedBottomGrey5,.borderDottedBottomGray5 { border-bottom: #aaaaaa 1px dotted } .borderDottedLeftGrey5,.borderDottedLeftGray5 { border-left: #aaaaaa 1px dotted } .borderDottedLateralGrey5,.borderDottedLateralGray5 { border-top: #aaaaaa 1px dotted; border-bottom: #aaaaaa 1px dotted } .borderDottedGutterGrey5,.borderDottedGutterGray5 { border-right: #aaaaaa 1px dotted; border-left: #aaaaaa 1px dotted } .borderDottedGrey6,.borderDottedGray6 { border: #bbbbbb 1px dotted } .borderDottedTopGrey6,.borderDottedTopGray6 { border-top: #bbbbbb 1px dotted } .borderDottedRightGrey6,.borderDottedRightGray6 { border-right: #bbbbbb 1px dotted } .borderDottedBottomGrey6,.borderDottedBottomGray6 { border-bottom: #bbbbbb 1px dotted } .borderDottedLeftGrey6,.borderDottedLeftGray6 { border-left: #bbbbbb 1px dotted } .borderDottedLateralGrey6,.borderDottedLateralGray6 { border-top: #bbbbbb 1px dotted; border-bottom: #bbbbbb 1px dotted } .borderDottedGutterGrey6,.borderDottedGutterGray6 { border-right: #bbbbbb 1px dotted; border-left: #bbbbbb 1px dotted } .borderDottedGrey7,.borderDottedGray7 { border: #cccccc 1px dotted } .borderDottedTopGrey7,.borderDottedTopGray7 { border-top: #cccccc 1px dotted } .borderDottedRightGrey7,.borderDottedRightGray7 { border-right: #cccccc 1px dotted } .borderDottedBottomGrey7,.borderDottedBottomGray7 { border-bottom: #cccccc 1px dotted } .borderDottedLeftGrey7,.borderDottedLeftGray7 { border-left: #cccccc 1px dotted } .borderDottedLateralGrey7,.borderDottedLateralGray7 { border-top: #cccccc 1px dotted; border-bottom: #cccccc 1px dotted } .borderDottedGutterGrey7,.borderDottedGutterGray7 { border-right: #cccccc 1px dotted; border-left: #cccccc 1px dotted } .borderDottedGrey8,.borderDottedGray8 { border: #dddddd 1px dotted } .borderDottedTopGrey8,.borderDottedTopGray8 { border-top: #dddddd 1px dotted } .bordeRightGrey8,.borderDottedRightGray8 { border-right: #dddddd 1px dotted } .borderDottedBottomGrey8,.borderDottedBottomGray8 { border-bottom: #dddddd 1px dotted } .borderDottedLeftGrey8,.borderDottedLeftGray8 { border-left: #dddddd 1px dotted } .borderDottedLateralGrey8,.borderDottedLateralGray8 { border-top: #dddddd 1px dotted; border-bottom: #dddddd 1px dotted } .borderDottedGutterGrey8,.borderDottedGutterGray8 { border-right: #dddddd 1px dotted; border-left: #dddddd 1px dotted } .borderDottedGrey9,.borderDottedGray9 { border: #eeeeee 1px dotted } .borderDottedTopGrey9,.borderDottedTopGray9 { border-top: #eeeeee 1px dotted } .borderDottedRightGrey9,.borderDottedRightGray9 { border-right: #eeeeee 1px dotted } .borderDottedBottomGrey9,.borderDottedBottomGray9 { border-bottom: #eeeeee 1px dotted } .borderDottedLeftGrey9,.borderDottedLeftGray9 { border-left: #eeeeee 1px dotted } .borderDottedLateralGrey9,.borderDottedLateralGray9 { border-top: #eeeeee 1px dotted; border-bottom: #eeeeee 1px dotted } .borderDottedGutterGrey9,.borderDottedGutterGray9 { border-right: #eeeeee 1px dotted; border-left: #eeeeee 1px dotted } .borderDottedRed { border: #ff0000 1px dotted } .borderDottedTopRed { border-top: #ff0000 1px dotted } .borderDottedRightRed { border-right: #ff0000 1px dotted } .borderDottedBottomRed { border-bottom: #ff0000 1px dotted } .borderDottedLeftRed { border-left: #ff0000 1px dotted } .borderDottedLateralRed { border-top: #ff0000 1px dotted; border-bottom: #ff0000 1px dotted } .borderDottedGutterRed { border-right: #ff0000 1px dotted; border-left: #ff0000 1px dotted } .borderDottedRedLight { border: #ff6666 1px dotted } .borderDottedTopRedLight { border-top: #ff6666 1px dotted } .borderDottedRightRedLight { border-right: #ff6666 1px dotted } .borderDottedBottomRedLight { border-bottom: #ff6666 1px dotted } .borderDottedLeftRedLight { border-left: #ff6666 1px dotted } .borderDottedLateralRedLight { border-top: #ff6666 1px dotted; border-bottom: #ff6666 1px dotted } .borderDottedGutterRedLight { border-right: #ff6666 1px dotted; border-left: #ff6666 1px dotted } .borderDottedRedDark { border: #cc0000 1px dotted } .borderDottedTopRedDark { border-top: #cc0000 1px dotted } .borderDottedRightRedDark { border-right: #cc0000 1px dotted } .borderDottedBottomRedDark { border-bottom: #cc0000 1px dotted } .borderDottedLeftRedDark { border-left: #cc0000 1px dotted } .borderDottedLateralRedDark { border-top: #cc0000 1px dotted; border-bottom: #cc0000 1px dotted } .borderDottedGutterRedDark { border-right: #cc0000 1px dotted; border-left: #cc0000 1px dotted } .borderDottedOrange { border: #ff6a00 1px dotted } .borderDottedTopOrange { border-top: #ff6a00 1px dotted } .borderDottedRightOrange { border-right: #ff6a00 1px dotted } .borderDottedBottomOrange { border-bottom: #ff6a00 1px dotted } .borderDottedLeftOrange { border-left: #ff6a00 1px dotted } .borderDottedLateralOrange { border-top: #ff6a00 1px dotted; border-bottom: #ff6a00 1px dotted } .borderDottedGutterOrange { border-right: #ff6a00 1px dotted; border-left: #ff6a00 1px dotted } .borderDottedOrangeLight { border: #ff9933 1px dotted } .borderDottedTopOrangeLight { border-top: #ff9933 1px dotted } .borderDottedRightOrangeLight { border-right: #ff9933 1px dotted } .borderDottedBottomOrangeLight { border-bottom: #ff9933 1px dotted } .borderDottedLeftOrangeLight { border-left: #ff9933 1px dotted } .borderDottedLateralOrangeLight { border-top: #ff9933 1px dotted; border-bottom: #ff9933 1px dotted } .borderDottedGutterOrangeLight { border-right: #ff9933 1px dotted; border-left: #ff9933 1px dotted } .borderDottedOrangeDark { border: #ff4e00 1px dotted } .borderDottedTopOrangeDark { border-top: #ff4e00 1px dotted } .borderDottedRightOrangeDark { border-right: #ff4e00 1px dotted } .borderDottedBottomOrangeDark { border-bottom: #ff4e00 1px dotted } .borderDottedLeftOrangeDark { border-left: #ff4e00 1px dotted } .borderDottedLateralOrangeDark { border-top: #ff4e00 1px dotted; border-bottom: #ff4e00 1px dotted } .borderDottedGutterOrangeDark { border-right: #ff4e00 1px dotted; border-left: #ff4e00 1px dotted } .borderDottedYellow { border: #ffff00 1px dotted } .borderDottedTopYellow { border-top: #ffff00 1px dotted } .borderDottedRightYellow { border-right: #ffff00 1px dotted } .borderDottedBottomYellow { border-bottom: #ffff00 1px dotted } .borderDottedLeftYellow { border-left: #ffff00 1px dotted } .borderDottedLateralYellow { border-top: #ffff00 1px dotted; border-bottom: #ffff00 1px dotted } .borderDottedGutterYellow { border-right: #ffff00 1px dotted; border-left: #ffff00 1px dotted } .borderDottedYellowLight { border: #ffff99 1px dotted } .borderDottedTopYellowLight { border-top: #ffff99 1px dotted } .borderDottedRightYellowLight { border-right: #ffff99 1px dotted } .borderDottedBottomYellowLight { border-bottom: #ffff99 1px dotted } .borderDottedLeftYellowLight { border-left: #ffff99 1px dotted } .borderDottedLateralYellowLight { border-top: #ffff99 1px dotted; border-bottom: #ffff99 1px dotted } .borderDottedGutterYellowLight { border-right: #ffff99 1px dotted; border-left: #ffff99 1px dotted } .borderDottedYellowDark { border: #ffd800 1px dotted } .borderDottedTopYellowDark { border-top: #ffd800 1px dotted } .borderDottedRightYellowDark { border-right: #ffd800 1px dotted } .borderDottedBottomYellowDark { border-bottom: #ffd800 1px dotted } .borderDottedLeftYellowDark { border-left: #ffd800 1px dotted } .borderDottedLateralYellowDark { border-top: #ffd800 1px dotted; border-bottom: #ffd800 1px dotted } .borderDottedGutterYellowDark { border-right: #ffd800 1px dotted; border-left: #ffd800 1px dotted } .borderDottedGreen { border: #2bc93f 1px dotted } .borderDottedTopGreen { border-bottom: #2bc93f 1px dotted } .borderDottedRightGreen { border-right: #2bc93f 1px dotted } .borderDottedBottomGreen { border-bottom: #2bc93f 1px dotted } .borderDottedLeftGreen { border-left: #2bc93f 1px dotted } .borderDottedLateralGreen { border-top: #2bc93f 1px dotted; border-bottom: #2bc93f 1px dotted } .borderDottedGutterGreen { border-right: #2bc93f 1px dotted; border-left: #2bc93f 1px dotted } .borderDottedGreenLight { border: #3edb52 1px dotted } .borderDottedTopGreenLight { border-top: #3edb52 1px dotted } .borderDottedRightGreenLight { border-right: #3edb52 1px dotted } .borderDottedBottomGreenLight { border-bottom: #3edb52 1px dotted } .borderDottedLeftGreenLight { border-left: #3edb52 1px dotted } .borderDottedLateralGreenLight { border-top: #3edb52 1px dotted; border-bottom: #3edb52 1px dotted } .borderDottedGutterGreenLight { border-right: #3edb52 1px dotted; border-left: #3edb52 1px dotted } .borderDottedGreenDark { border: #32b042 1px dotted } .borderDottedTopGreenDark { border-top: #32b042 1px dotted } .borderDottedRightGreenDark { border-right: #32b042 1px dotted } .borderDottedBottomGreenDark { border-bottom: #32b042 1px dotted } .borderDottedLeftGreenDark { border-left: #32b042 1px dotted } .borderDottedLateralGreenDark { border-top: #32b042 1px dotted; border-bottom: #32b042 1px dotted } .borderDottedGutterGreenDark { border-right: #32b042 1px dotted; border-left: #32b042 1px dotted } .borderDottedBlue { border: #0094ff 1px dotted } .borderDottedTopBlue { border-top: #0094ff 1px dotted } .borderDottedRightBlue { border-right: #0094ff 1px dotted } .borderDottedBottomBlue { border-bottom: #0094ff 1px dotted } .borderDottedLeftBlue { border-left: #0094ff 1px dotted } .borderDottedLateralBlue { border-top: #0094ff 1px dotted; border-bottom: #0094ff 1px dotted } .borderDottedGutterBlue { border-right: #0094ff 1px dotted; border-left: #0094ff 1px dotted } .borderDottedBlueLight { border: #3cadfe 1px dotted } .borderDottedTopBlueLight { border-top: #3cadfe 1px dotted } .borderDottedRightBlueLight { border-right: #3cadfe 1px dotted } .borderDottedBottomBlueLight { border-bottom: #3cadfe 1px dotted } .borderDottedLeftBlueLight { border-left: #3cadfe 1px dotted } .borderDottedLateralBlueLight { border-top: #3cadfe 1px dotted; border-bottom: #3cadfe 1px dotted } .borderDottedGutterBlueLight { border-right: #3cadfe 1px dotted; border-left: #3cadfe 1px dotted } .borderDottedBlueDark { border: #0078c9 1px dotted } .borderDottedTopBlueDark { border-top: #0078c9 1px dotted } .borderDottedRightBlueDark { border-right: #0078c9 1px dotted } .borderDottedBottomBlueDark { border-bottom: #0078c9 1px dotted } .borderDottedLeftBlueDark { border-left: #0078c9 1px dotted } .borderDottedLateralBlueDark { border-top: #0078c9 1px dotted; border-bottom: #0078c9 1px dotted } .borderDottedGutterBlueDark { border-right: #0078c9 1px dotted; border-left: #0078c9 1px dotted } .borderDottedPink { border: #ff4895 1px dotted } .borderDottedTopPink { border-top: #ff4895 1px dotted } .borderDottedRightPink { border-right: #ff4895 1px dotted } .borderDottedBottomPink { border-bottom: #ff4895 1px dotted } .borderDottedLeftPink { border-left: #ff4895 1px dotted } .borderDottedLateralPink { border-top: #ff4895 1px dotted; border-bottom: #ff4895 1px dotted } .borderDottedGutterPink { border-right: #ff4895 1px dotted; border-left: #ff4895 1px dotted } .borderDottedPinkLight { border: #fc7cb3 1px dotted } .borderDottedTopPinkLight { border-top: #fc7cb3 1px dotted } .borderDottedRightPinkLight { border-right: #fc7cb3 1px dotted } .borderDottedBottomPinkLight { border-bottom: #fc7cb3 1px dotted } .borderDottedLeftPinkLight { border-left: #fc7cb3 1px dotted } .borderDottedLateralPinkLight { border-top: #fc7cb3 1px dotted; border-bottom: #fc7cb3 1px dotted } .borderDottedGutterPinkLight { border-right: #fc7cb3 1px dotted; border-left: #fc7cb3 1px dotted } .borderDottedPinkDark { border: #e81e75 1px dotted } .borderDottedTopPinkDark { border-top: #e81e75 1px dotted } .borderDottedRightPinkDark { border-right: #e81e75 1px dotted } .borderDottedBottomPinkDark { border-bottom: #e81e75 1px dotted } .borderDottedLeftPinkDark { border-left: #e81e75 1px dotted } .borderDottedLateralPinkDark { border-top: #e81e75 1px dotted; border-bottom: #e81e75 1px dotted } .borderDottedGutterPinkDark { border-right: #e81e75 1px dotted; border-left: #e81e75 1px dotted } .borderDottedPurple { border: #ad67da 1px dotted } .borderDottedTopPurple { border-top: #ad67da 1px dotted } .borderDottedRightPurple { border-right: #ad67da 1px dotted } .borderDottedBottomPurple { border-bottom: #ad67da 1px dotted } .borderDottedLeftPurple { border-left: #ad67da 1px dotted } .borderDottedLateralPurple { border-top: #ad67da 1px dotted; border-bottom: #ad67da 1px dotted } .borderDottedGutterPurple { border-right: #ad67da 1px dotted; border-left: #ad67da 1px dotted } .borderDottedPurpleLight { border: #c78cda 1px dotted } .borderDottedTopPurpleLight { border-top: #c78cda 1px dotted } .borderDottedRightPurpleLight { border-right: #c78cda 1px dotted } .borderDottedBottomPurpleLight { border-bottom: #c78cda 1px dotted } .borderDottedLeftPurpleLight { border-left: #c78cda 1px dotted } .borderDottedLateralPurpleLight { border-top: #c78cda 1px dotted; border-bottom: #c78cda 1px dotted } .borderDottedGutterPurpleLight { border-right: #c78cda 1px dotted; border-left: #c78cda 1px dotted } .borderDottedPurpleDark { border: #8937b9 1px dotted } .borderDottedTopPurpleDark { border-top: #8937b9 1px dotted } .borderDottedRightPurpleDark { border-right: #8937b9 1px dotted } .borderDottedBottomPurpleDark { border-bottom: #8937b9 1px dotted } .borderDottedLeftPurpleDark { border-left: #8937b9 1px dotted } .borderDottedLateralPurpleDark { border-top: #8937b9 1px dotted; border-bottom: #8937b9 1px dotted } .borderDottedGutterPurpleDark { border-right: #8937b9 1px dotted; border-left: #8937b9 1px dotted } .borderDottedGrenadine { border: #de413a 1px dotted } .borderDottedTopGrenadine { border-top: #de413a 1px dotted } .borderDottedRightGrenadine { border-right: #de413a 1px dotted } .borderDottedBottomGrenadine { border-bottom: #de413a 1px dotted } .borderDottedLeftGrenadine { border-left: #de413a 1px dotted } .borderDottedLateralGrenadine { border-top: #de413a 1px dotted; border-bottom: #de413a 1px dotted } .borderDottedGutterGrenadine { border-right: #de413a 1px dotted; border-left: #de413a 1px dotted } .borderDottedGrenadineLight { border: #fd4239 1px dotted } .borderDottedTopGrenadineLight { border-top: #fd4239 1px dotted } .borderDottedRightGrenadineLight { border-right: #fd4239 1px dotted } .borderDottedBottomGrenadineLight { border-bottom: #fd4239 1px dotted } .borderDottedLeftGrenadineLight { border-left: #fd4239 1px dotted } .borderDottedLateralGrenadineLight { border-top: #fd4239 1px dotted; border-bottom: #fd4239 1px dotted } .borderDottedGutterGrenadineLight { border-right: #fd4239 1px dotted; border-left: #fd4239 1px dotted } .borderDottedGrenadineDark { border: #c13832 1px dotted } .borderDottedTopGrenadineDark { border-top: #c13832 1px dotted } .borderDottedRightGrenadineDark { border-right: #c13832 1px dotted } .borderDottedBottomGrenadineDark { border-bottom: #c13832 1px dotted } .borderDottedLeftGrenadineDark { border-left: #c13832 1px dotted } .borderDottedLateralGrenadineDark { border-top: #c13832 1px dotted; border-bottom: #c13832 1px dotted } .borderDottedGutterGrenadineDark { border-right: #c13832 1px dotted; border-left: #c13832 1px dotted } .borderDottedPort { border: #5b2c36 1px dotted } .borderDottedTopPort { border-top: #5b2c36 1px dotted } .borderDottedRightPort { border-right: #5b2c36 1px dotted } .borderDottedBottomPort { border-bottom: #5b2c36 1px dotted } .borderDottedLeftPort { border-left: #5b2c36 1px dotted } .borderDottedLateralPort { border-top: #5b2c36 1px dotted; border-bottom: #5b2c36 1px dotted } .borderDottedGutterPort { border-right: #5b2c36 1px dotted; border-left: #5b2c36 1px dotted } .borderDottedPortLight { border: #7f414e 1px dotted } .borderDottedTopPortLight { border-top: #7f414e 1px dotted } .borderDottedRightPortLight { border-right: #7f414e 1px dotted } .borderDottedBottomPortLight { border-bottom: #7f414e 1px dotted } .borderDottedLeftPortLight { border-left: #7f414e 1px dotted } .borderDottedLateralPortLight { border-top: #7f414e 1px dotted; border-bottom: #7f414e 1px dotted } .borderDottedGutterPortLight { border-right: #7f414e 1px dotted; border-left: #7f414e 1px dotted } .borderDottedPortDark { border: #4a1c25 1px dotted } .borderDottedTopPortDark { border-top: #4a1c25 1px dotted } .borderDottedRightPortDark { border-right: #4a1c25 1px dotted } .borderDottedBottomPortDark { border-bottom: #4a1c25 1px dotted } .borderDottedLeftPortDark { border-left: #4a1c25 1px dotted } .borderDottedLateralPortDark { border-top: #4a1c25 1px dotted; border-bottom: #4a1c25 1px dotted } .borderDottedGutterPortDark { border-right: #4a1c25 1px dotted; border-left: #4a1c25 1px dotted } .borderDottedPrimrose { border: #edd4da 1px dotted } .borderDottedTopPrimrose { border-top: #edd4da 1px dotted } .borderDottedRightPrimrose { border-right: #edd4da 1px dotted } .borderDottedBottomPrimrose { border-bottom: #edd4da 1px dotted } .borderDottedLeftPrimrose { border-left: #edd4da 1px dotted } .borderDottedLateralPrimrose { border-top: #edd4da 1px dotted; border-bottom: #edd4da 1px dotted } .borderDottedGutterPrimrose { border-right: #edd4da 1px dotted; border-left: #edd4da 1px dotted } .borderDottedPrimroseLight { border: #fde3e9 1px dotted } .borderDottedTopPrimroseLight { border-top: #fde3e9 1px dotted } .borderDottedRightPrimroseLight { border-right: #fde3e9 1px dotted } .borderDottedBottomPrimroseLight { border-bottom: #fde3e9 1px dotted } .borderDottedLeftPrimroseLight { border-left: #fde3e9 1px dotted } .borderDottedLateralPrimroseLight { border-top: #fde3e9 1px dotted; border-bottom: #fde3e9 1px dotted } .borderDottedGutterPrimroseLight { border-right: #fde3e9 1px dotted; border-left: #fde3e9 1px dotted } .borderDottedPrimroseDark { border: #dfbdc5 1px dotted } .borderDottedTopPrimroseDark { border-top: #dfbdc5 1px dotted } .borderDottedRightPrimroseDark { border-right: #dfbdc5 1px dotted } .borderDottedBottomPrimroseDark { border-bottom: #dfbdc5 1px dotted } .borderDottedLeftPrimroseDark { border-left: #dfbdc5 1px dotted } .borderDottedLateralPrimroseDark { border-top: #dfbdc5 1px dotted; border-bottom: #dfbdc5 1px dotted } .borderDottedGutterPrimroseDark { border-right: #dfbdc5 1px dotted; border-left: #dfbdc5 1px dotted } .borderDottedButterum { border: #c58f69 1px dotted } .borderDottedTopButterum { border-top: #c58f69 1px dotted } .borderDottedRightButterum { border-right: #c58f69 1px dotted } .borderDottedBottomButterum { border-bottom: #c58f69 1px dotted } .borderDottedLeftButterum { border-left: #c58f69 1px dotted } .borderDottedLateralButterum { border-top: #c58f69 1px dotted; border-bottom: #c58f69 1px dotted } .borderDottedGutterButterum { border-right: #c58f69 1px dotted; border-left: #c58f69 1px dotted } .borderDottedButterumLight { border: #e4aa81 1px dotted } .borderDottedTopButterumLight { border-top: #e4aa81 1px dotted } .borderDottedRightButterumLight { border-right: #e4aa81 1px dotted } .borderDottedBottomButterumLight { border-bottom: #e4aa81 1px dotted } .borderDottedLeftButterumLight { border-left: #e4aa81 1px dotted } .borderDottedLateralButterumLight { border-top: #e4aa81 1px dotted; border-bottom: #e4aa81 1px dotted } .borderDottedGutterButterumLight { border-right: #e4aa81 1px dotted; border-left: #e4aa81 1px dotted } .borderDottedButterumDark { border: #ab7752 1px dotted } .borderDottedTopButterumDark { border-top: #ab7752 1px dotted } .borderDottedRightButterumDark { border-right: #ab7752 1px dotted } .borderDottedBottomButterumDark { border-bottom: #ab7752 1px dotted } .borderDottedLeftButterumDark { border-left: #ab7752 1px dotted } .borderDottedLateralButterumDark { border-top: #ab7752 1px dotted; border-bottom: #ab7752 1px dotted } .borderDottedGutterButterumDark { border-right: #ab7752 1px dotted; border-left: #ab7752 1px dotted } .borderDottedNavy { border: #233b5d 1px dotted } .borderDottedTopNavy { border-top: #233b5d 1px dotted } .borderDottedRightNavy { border-right: #233b5d 1px dotted } .borderDottedBottomNavy { border-bottom: #233b5d 1px dotted } .borderDottedLeftNavy { border-left: #233b5d 1px dotted } .borderDottedLateralNavy { border-top: #233b5d 1px dotted; border-bottom: #233b5d 1px dotted } .borderDottedGutterNavy { border-right: #233b5d 1px dotted; border-left: #233b5d 1px dotted } .borderDottedNavyLight { border: #2e4a71 1px dotted } .borderDottedTopNavyLight { border-top: #2e4a71 1px dotted } .borderDottedRightNavyLight { border-right: #2e4a71 1px dotted } .borderDottedBottomNavyLight { border-bottom: #2e4a71 1px dotted } .borderDottedLeftNavyLight { border-left: #2e4a71 1px dotted } .borderDottedLateralNavyLight { border-top: #2e4a71 1px dotted; border-bottom: #2e4a71 1px dotted } .borderDottedGutterNavyLight { border-right: #2e4a71 1px dotted; border-left: #2e4a71 1px dotted } .borderDottedNavyDark { border: #142741 1px dotted } .borderDottedTopNavyDark { border-top: #142741 1px dotted } .borderDottedRightNavyDark { border-right: #142741 1px dotted } .borderDottedBottomNavyDark { border-bottom: #142741 1px dotted } .borderDottedLeftNavyDark { border-left: #142741 1px dotted } .borderDottedLateralNavyDark { border-top: #142741 1px dotted; border-bottom: #142741 1px dotted } .borderDottedGutterNavyDark { border-right: #142741 1px dotted; border-left: #142741 1px dotted } .borderDottedSpruce { border: #09585d 1px dotted } .borderDottedTopSpruce { border-top: #09585d 1px dotted } .borderDottedRightSpruce { border-right: #09585d 1px dotted } .borderDottedBottomSpruce { border-bottom: #09585d 1px dotted } .borderDottedLeftSpruce { border-left: #09585d 1px dotted } .borderDottedLateralSpruce { border-top: #09585d 1px dotted; border-bottom: #09585d 1px dotted } .borderDottedGutterSpruce { border-right: #09585d 1px dotted; border-left: #09585d 1px dotted } .borderDottedSpruceLight { border: #10676d 1px dotted } .borderDottedTopSpruceLight { border-top: #10676d 1px dotted } .borderDottedRightSpruceLight { border-right: #10676d 1px dotted } .borderDottedBottomSpruceLight { border-bottom: #10676d 1px dotted } .borderDottedLeftSpruceLight { border-left: #10676d 1px dotted } .borderDottedLateralSpruceLight { border-top: #10676d 1px dotted; border-bottom: #10676d 1px dotted } .borderDottedGutterSpruceLight { border-right: #10676d 1px dotted; border-left: #10676d 1px dotted } .borderDottedSpruceDark { border: #03474b 1px dotted } .borderDottedTopSpruceDark { border-top: #03474b 1px dotted } .borderDottedRightSpruceDark { border-right: #03474b 1px dotted } .borderDottedBottomSpruceDark { border-bottom: #03474b 1px dotted } .borderDottedLeftSpruceDark { border-left: #03474b 1px dotted } .borderDottedLateralSpruceDark { border-top: #03474b 1px dotted; border-bottom: #03474b 1px dotted } .borderDottedGutterSpruceDark { border-right: #03474b 1px dotted; border-left: #03474b 1px dotted } .borderDottedMaple { border: #c26225 1px dotted } .borderDottedTopMaple { border-top: #c26225 1px dotted } .borderDottedRightMaple { border-right: #c26225 1px dotted } .borderDottedBottomMaple { border-bottom: #c26225 1px dotted } .borderDottedLeftMaple { border-left: #c26225 1px dotted } .borderDottedLateralMaple { border-top: #c26225 1px dotted; border-bottom: #c26225 1px dotted } .borderDottedGutterMaple { border-right: #c26225 1px dotted; border-left: #c26225 1px dotted } .borderDottedMapleLight { border: #d97536 1px dotted } .borderDottedTopMapleLight { border-top: #d97536 1px dotted } .borderDottedRightMapleLight { border-right: #d97536 1px dotted } .borderDottedBottomMapleLight { border-bottom: #d97536 1px dotted } .borderDottedLeftMapleLight { border-left: #d97536 1px dotted } .borderDottedLateralMapleLight { border-top: #d97536 1px dotted; border-bottom: #d97536 1px dotted } .borderDottedGutterMapleLight { border-right: #d97536 1px dotted; border-left: #d97536 1px dotted } .borderDottedMapleDark { border: #b25317 1px dotted } .borderDottedTopMapleDark { border-top: #b25317 1px dotted } .borderDottedRightMapleDark { border-right: #b25317 1px dotted } .borderDottedBottomMapleDark { border-bottom: #b25317 1px dotted } .borderDottedLeftMapleDark { border-left: #b25317 1px dotted } .borderDottedLateralMapleDark { border-top: #b25317 1px dotted; border-bottom: #b25317 1px dotted } .borderDottedGutterMapleDark { border-right: #b25317 1px dotted; border-left: #b25317 1px dotted } .borderDottedToast { border: #ca997b 1px dotted } .borderDottedTopToast { border-top: #ca997b 1px dotted } .borderDottedRightToast { border-right: #ca997b 1px dotted } .borderDottedBottomToast { border-bottom: #ca997b 1px dotted } .borderDottedLeftToast { border-left: #ca997b 1px dotted } .borderDottedLateralToast { border-top: #ca997b 1px dotted; border-bottom: #ca997b 1px dotted } .borderDottedGutterToast { border-right: #ca997b 1px dotted; border-left: #ca997b 1px dotted } .borderDottedToastLight { border: #dcab8d 1px dotted } .borderDottedTopToastLight { border-top: #dcab8d 1px dotted } .borderDottedRightToastLight { border-right: #dcab8d 1px dotted } .borderDottedBottomToastLight { border-bottom: #dcab8d 1px dotted } .borderDottedLeftToastLight { border-left: #dcab8d 1px dotted } .borderDottedLateralToastLight { border-top: #dcab8d 1px dotted; border-bottom: #dcab8d 1px dotted } .borderDottedGutterToastLight { border-right: #dcab8d 1px dotted; border-left: #dcab8d 1px dotted } .borderDottedToastDark { border: #b58466 1px dotted } .borderDottedTopToastDark { border-top: #b58466 1px dotted } .borderDottedRightToastDark { border-right: #b58466 1px dotted } .borderDottedBottomToastDark { border-bottom: #b58466 1px dotted } .borderDottedLeftToastDark { border-left: #b58466 1px dotted } .borderDottedLateralToastDark { border-top: #b58466 1px dotted; border-bottom: #b58466 1px dotted } .borderDottedGutterToastDark { border-right: #b58466 1px dotted; border-left: #b58466 1px dotted } .borderDottedLilac { border: #774f8d 1px dotted } .borderDottedTopLilac { border-top: #774f8d 1px dotted } .borderDottedRightLilac { border-right: #774f8d 1px dotted } .borderDottedBottomLilac { border-bottom: #774f8d 1px dotted } .borderDottedLeftLilac { border-left: #774f8d 1px dotted } .borderDottedLateralLilac { border-top: #774f8d 1px dotted; border-bottom: #774f8d 1px dotted } .borderDottedGutterLilac { border-right: #774f8d 1px dotted; border-left: #774f8d 1px dotted } .borderDottedLilacLight { border: #8c61a4 1px dotted } .borderDottedTopLilacLight { border-top: #8c61a4 1px dotted } .borderDottedRightLilacLight { border-right: #8c61a4 1px dotted } .borderDottedBottomLilacLight { border-bottom: #8c61a4 1px dotted } .borderDottedLeftLilacLight { border-left: #8c61a4 1px dotted } .borderDottedLateralLilacLight { border-top: #8c61a4 1px dotted; border-bottom: #8c61a4 1px dotted } .borderDottedGutterLilacLight { border-right: #8c61a4 1px dotted; border-left: #8c61a4 1px dotted } .borderDottedLilacDark { border: #623d77 1px dotted } .borderDottedTopLilacDark { border-top: #623d77 1px dotted } .borderDottedRightLilacDark { border-right: #623d77 1px dotted } .borderDottedBottomLilacDark { border-bottom: #623d77 1px dotted } .borderDottedLeftLilacDark { border-left: #623d77 1px dotted } .borderDottedLateralLilacDark { border-top: #623d77 1px dotted; border-bottom: #623d77 1px dotted } .borderDottedGutterLilacDark { border-right: #623d77 1px dotted; border-left: #623d77 1px dotted } .borderDottedOtter { border: #806751 1px dotted } .borderDottedTopOtter { border-top: #806751 1px dotted } .borderDottedRightOtter { border-right: #806751 1px dotted } .borderDottedBottomOtter { border-bottom: #806751 1px dotted } .borderDottedLeftOtter { border-left: #806751 1px dotted } .borderDottedLateralOtter { border-top: #806751 1px dotted; border-bottom: #806751 1px dotted } .borderDottedGutterOtter { border-right: #806751 1px dotted; border-left: #806751 1px dotted } .borderDottedOtterLight { border: #977d65 1px dotted } .borderDottedTopOtterLight { border-top: #977d65 1px dotted } .borderDottedRightOtterLight { border-right: #977d65 1px dotted } .borderDottedBottomOtterLight { border-bottom: #977d65 1px dotted } .borderDottedLeftOtterLight { border-left: #977d65 1px dotted } .borderDottedLateralOtterLight { border-top: #977d65 1px dotted; border-bottom: #977d65 1px dotted } .borderDottedGutterOtterLight { border-right: #977d65 1px dotted; border-left: #977d65 1px dotted } .borderDottedOtterDark { border: #69513d 1px dotted } .borderDottedTopOtterDark { border-top: #69513d 1px dotted } .borderDottedRightOtterDark { border-right: #69513d 1px dotted } .borderDottedBottomOtterDark { border-bottom: #69513d 1px dotted } .borderDottedLeftOtterDark { border-left: #69513d 1px dotted } .borderDottedLateralOtterDark { border-top: #69513d 1px dotted; border-bottom: #69513d 1px dotted } .borderDottedGutterOtterDark { border-right: #69513d 1px dotted; border-left: #69513d 1px dotted } .borderDottedCurry { border: #cca234 1px dotted } .borderDottedTopCurry { border-top: #cca234 1px dotted } .borderDottedRightCurry { border-right: #cca234 1px dotted } .borderDottedBottomCurry { border-bottom: #cca234 1px dotted } .borderDottedLeftCurry { border-left: #cca234 1px dotted } .borderDottedLateralCurry { border-top: #cca234 1px dotted; border-bottom: #cca234 1px dotted } .borderDottedGutterCurry { border-right: #cca234 1px dotted; border-left: #cca234 1px dotted } .borderDottedCurryLight { border: #deb240 1px dotted } .borderDottedTopCurryLight { border-top: #deb240 1px dotted } .borderDottedRightCurryLight { border-right: #deb240 1px dotted } .borderDottedBottomCurryLight { border-bottom: #deb240 1px dotted } .borderDottedLeftCurryLight { border-left: #deb240 1px dotted } .borderDottedLateralCurryLight { border-top: #deb240 1px dotted; border-bottom: #deb240 1px dotted } .borderDottedGutterCurryLight { border-right: #deb240 1px dotted; border-left: #deb240 1px dotted } .borderDottedCurryDark { border: #b99026 1px dotted } .borderDottedTopCurryDark { border-top: #b99026 1px dotted } .borderDottedRightCurryDark { border-right: #b99026 1px dotted } .borderDottedBottomCurryDark { border-bottom: #b99026 1px dotted } .borderDottedLeftCurryDark { border-left: #b99026 1px dotted } .borderDottedLateralCurryDark { border-top: #b99026 1px dotted; border-bottom: #b99026 1px dotted } .borderDottedGutterCurryDark { border-right: #b99026 1px dotted; border-left: #b99026 1px dotted } .borderDottedGolden { border: #ae9749 1px dotted } .borderDottedTopGolden { border-top: #ae9749 1px dotted } .borderDottedRightGolden { border-right: #ae9749 1px dotted } .borderDottedBottomGolden { border-bottom: #ae9749 1px dotted } .borderDottedLeftGolden { border-left: #ae9749 1px dotted } .borderDottedLateralGolden { border-top: #ae9749 1px dotted; border-bottom: #ae9749 1px dotted } .borderDottedGutterGolden { border-right: #ae9749 1px dotted; border-left: #ae9749 1px dotted } .borderDottedGoldenLight { border: #bfa54d 1px dotted } .borderDottedTopGoldenLight { border-top: #bfa54d 1px dotted } .borderDottedRightGoldenLight { border-right: #bfa54d 1px dotted } .borderDottedBottomGoldenLight { border-bottom: #bfa54d 1px dotted } .borderDottedLeftGoldenLight { border-left: #bfa54d 1px dotted } .borderDottedLateralGoldenLight { border-top: #bfa54d 1px dotted; border-bottom: #bfa54d 1px dotted } .borderDottedGutterGoldenLight { border-right: #bfa54d 1px dotted; border-left: #bfa54d 1px dotted } .borderDottedGoldenDark { border: #a28a38 1px dotted } .borderDottedTopGoldenDark { border-top: #a28a38 1px dotted } .borderDottedRightGoldenDark { border-right: #a28a38 1px dotted } .borderDottedBottomGoldenDark { border-bottom: #a28a38 1px dotted } .borderDottedLeftGoldenDark { border-left: #a28a38 1px dotted } .borderDottedLateralGoldenDark { border-top: #a28a38 1px dotted; border-bottom: #a28a38 1px dotted } .borderDottedGutterGoldenDark { border-right: #a28a38 1px dotted; border-left: #a28a38 1px dotted } .borderDottedOlive { border: #cddc39 1px dotted } .borderDottedTopOlive { border-top: #cddc39 1px dotted } .borderDottedRightOlive { border-right: #cddc39 1px dotted } .borderDottedBottomOlive { border-bottom: #cddc39 1px dotted } .borderDottedLeftOlive { border-left: #cddc39 1px dotted } .borderDottedLateralOlive { border-top: #cddc39 1px dotted; border-bottom: #cddc39 1px dotted } .borderDottedGutterOlive { border-right: #cddc39 1px dotted; border-left: #cddc39 1px dotted } .borderDottedOliveLight { border: #daea41 1px dotted } .borderDottedTopOliveLight { border-top: #daea41 1px dotted } .borderDottedRightOliveLight { border-right: #daea41 1px dotted } .borderDottedBottomOliveLight { border-bottom: #daea41 1px dotted } .borderDottedLeftOliveLight { border-left: #daea41 1px dotted } .borderDottedLateralOliveLight { border-top: #daea41 1px dotted; border-bottom: #daea41 1px dotted } .borderDottedGutterOliveLight { border-right: #daea41 1px dotted; border-left: #daea41 1px dotted } .borderDottedOliveDark { border: #bac92b 1px dotted } .borderDottedTopOliveDark { border-top: #bac92b 1px dotted } .borderDottedRightOliveDark { border-right: #bac92b 1px dotted } .borderDottedBottomOliveDark { border-bottom: #bac92b 1px dotted } .borderDottedLeftOliveDark { border-left: #bac92b 1px dotted } .borderDottedLateralOliveDark { border-top: #bac92b 1px dotted; border-bottom: #bac92b 1px dotted } .borderDottedGutterOliveDark { border-right: #bac92b 1px dotted; border-left: #bac92b 1px dotted } .borderDottedBrown { border: #795547 1px dotted } .borderDottedTopBrown { border-top: #795547 1px dotted } .borderDottedRightBrown { border-right: #795547 1px dotted } .borderDottedBottomBrown { border-bottom: #795547 1px dotted } .borderDottedLeftBrown { border-left: #795547 1px dotted } .borderDottedLateralBrown { border-top: #795547 1px dotted; border-bottom: #795547 1px dotted } .borderDottedGutterBrown { border-right: #795547 1px dotted; border-left: #795547 1px dotted } .borderDottedBrownLight { border: #8c6556 1px dotted } .borderDottedTopBrownLight { border-top: #8c6556 1px dotted } .borderDottedRightBrownLight { border-right: #8c6556 1px dotted } .borderDottedBottomBrownLight { border-bottom: #8c6556 1px dotted } .borderDottedLeftBrownLight { border-left: #8c6556 1px dotted } .borderDottedLateralBrownLight { border-top: #8c6556 1px dotted; border-bottom: #8c6556 1px dotted } .borderDottedGutterBrownLight { border-right: #8c6556 1px dotted; border-left: #8c6556 1px dotted } .borderDottedBrownDark { border: #654235 1px dotted } .borderDottedTopBrownDark { border-top: #654235 1px dotted } .borderDottedRightBrownDark { border-right: #654235 1px dotted } .borderDottedBottomBrownDark { border-bottom: #654235 1px dotted } .borderDottedLeftBrownDark { border-left: #654235 1px dotted } .borderDottedLateralBrownDark { border-top: #654235 1px dotted; border-bottom: #654235 1px dotted } .borderDottedGutterBrownDark { border-right: #654235 1px dotted; border-left: #654235 1px dotted } .borderDottedApricot { border: #feb75f 1px dotted } .borderDottedTopApricot { border-top: #feb75f 1px dotted } .borderDottedRightApricot { border-right: #feb75f 1px dotted } .borderDottedBottomApricot { border-bottom: #feb75f 1px dotted } .borderDottedLeftApricot { border-left: #feb75f 1px dotted } .borderDottedLateralApricot { border-top: #feb75f 1px dotted; border-bottom: #feb75f 1px dotted } .borderDottedGutterApricot { border-right: #feb75f 1px dotted; border-left: #feb75f 1px dotted } .borderDottedApricotLight { border: #fdc47d 1px dotted } .borderDottedTopApricotLight { border-top: #fdc47d 1px dotted } .borderDottedRightApricotLight { border-right: #fdc47d 1px dotted } .borderDottedBottomApricotLight { border-bottom: #fdc47d 1px dotted } .borderDottedLeftApricotLight { border-left: #fdc47d 1px dotted } .borderDottedLateralApricotLight { border-top: #fdc47d 1px dotted; border-bottom: #fdc47d 1px dotted } .borderDottedGutterApricotLight { border-right: #fdc47d 1px dotted; border-left: #fdc47d 1px dotted } .borderDottedApricotDark { border: #fdab44 1px dotted } .borderDottedTopApricotDark { border-top: #fdab44 1px dotted } .borderDottedRightApricotDark { border-right: #fdab44 1px dotted } .borderDottedBottomApricotDark { border-bottom: #fdab44 1px dotted } .borderDottedLeftApricotDark { border-left: #fdab44 1px dotted } .borderDottedLateralApricotDark { border-top: #fdab44 1px dotted; border-bottom: #fdab44 1px dotted } .borderDottedGutterApricotDark { border-right: #fdab44 1px dotted; border-left: #fdab44 1px dotted } .borderDottedCockatoo { border: #5ad0ba 1px dotted } .borderDottedTopCockatoo { border-top: #5ad0ba 1px dotted } .borderDottedRightCockatoo { border-right: #5ad0ba 1px dotted } .borderDottedBottomCockatoo { border-bottom: #5ad0ba 1px dotted } .borderDottedLeftCockatoo { border-left: #5ad0ba 1px dotted } .borderDottedLateralCockatoo { border-top: #5ad0ba 1px dotted; border-bottom: #5ad0ba 1px dotted } .borderDottedGutterCockatoo { border-right: #5ad0ba 1px dotted; border-left: #5ad0ba 1px dotted } .borderDottedCockatooLight { border: #69e0ca 1px dotted } .borderDottedTopCockatooLight { border-top: #69e0ca 1px dotted } .borderDottedRightCockatooLight { border-right: #69e0ca 1px dotted } .borderDottedBottomCockatooLight { border-bottom: #69e0ca 1px dotted } .borderDottedLeftCockatooLight { border-left: #69e0ca 1px dotted } .borderDottedLateralCockatooLight { border-top: #69e0ca 1px dotted; border-bottom: #69e0ca 1px dotted } .borderDottedGutterCockatooLight { border-right: #69e0ca 1px dotted; border-left: #69e0ca 1px dotted } .borderDottedCockatooDark { border: #46b8a3 1px dotted } .borderDottedTopCockatooDark { border-top: #46b8a3 1px dotted } .borderDottedRightCockatooDark { border-right: #46b8a3 1px dotted } .borderDottedBottomCockatooDark { border-bottom: #46b8a3 1px dotted } .borderDottedLeftCockatooDark { border-left: #46b8a3 1px dotted } .borderDottedLateralCockatooDark { border-top: #46b8a3 1px dotted; border-bottom: #46b8a3 1px dotted } .borderDottedGutterCockatooDark { border-right: #46b8a3 1px dotted; border-left: #46b8a3 1px dotted } .borderDottedImperial { border: #00599b 1px dotted } .borderDottedTopImperial { border-top: #00599b 1px dotted } .borderDottedRightImperial { border-right: #00599b 1px dotted } .borderDottedBottomImperial { border-bottom: #00599b 1px dotted } .borderDottedLeftImperial { border-left: #00599b 1px dotted } .borderDottedLateralImperial { border-top: #00599b 1px dotted; border-bottom: #00599b 1px dotted } .borderDottedGutterImperial { border-right: #00599b 1px dotted; border-left: #00599b 1px dotted } .borderDottedImperialLight { border: #1171b9 1px dotted } .borderDottedTopImperialLight { border-top: #1171b9 1px dotted } .borderDottedRightImperialLight { border-right: #1171b9 1px dotted } .borderDottedBottomImperialLight { border-bottom: #1171b9 1px dotted } .borderDottedLeftImperialLight { border-left: #1171b9 1px dotted } .borderDottedLateralImperialLight { border-top: #1171b9 1px dotted; border-bottom: #1171b9 1px dotted } .borderDottedGutterImperialLight { border-right: #1171b9 1px dotted; border-left: #1171b9 1px dotted } .borderDottedImperialDark { border: #01477b 1px dotted } .borderDottedTopImperialDark { border-top: #01477b 1px dotted } .borderDottedRightImperialDark { border-right: #01477b 1px dotted } .borderDottedBottomImperialDark { border-bottom: #01477b 1px dotted } .borderDottedLeftImperialDark { border-left: #01477b 1px dotted } .borderDottedLateralImperialDark { border-top: #01477b 1px dotted; border-bottom: #01477b 1px dotted } .borderDottedGutterImperialDark { border-right: #01477b 1px dotted; border-left: #01477b 1px dotted } .borderDottedBluestone { border: #517082 1px dotted } .borderDottedTopBluestone { border-top: #517082 1px dotted } .borderDottedRightBluestone { border-right: #517082 1px dotted } .borderDottedBottomBluestone { border-bottom: #517082 1px dotted } .borderDottedLeftBluestone { border-left: #517082 1px dotted } .borderDottedLateralBluestone { border-top: #517082 1px dotted; border-bottom: #517082 1px dotted } .borderDottedGutterBluestone { border-right: #517082 1px dotted; border-left: #517082 1px dotted } .borderDottedBluestoneLight { border: #648699 1px dotted } .borderDottedTopBluestoneLight { border-top: #648699 1px dotted } .borderDottedRightBluestoneLight { border-right: #648699 1px dotted } .borderDottedBottomBluestoneLight { border-bottom: #648699 1px dotted } .borderDottedLeftBluestoneLight { border-left: #648699 1px dotted } .borderDottedLateralBluestoneLight { border-top: #648699 1px dotted; border-bottom: #648699 1px dotted } .borderDottedGutterBluestoneLight { border-right: #648699 1px dotted; border-left: #648699 1px dotted } .borderDottedBluestoneDark { border: #3c5b6d 1px dotted } .borderDottedTopBluestoneDark { border-top: #3c5b6d 1px dotted } .borderDottedRightBluestoneDark { border-right: #3c5b6d 1px dotted } .borderDottedBottomBluestoneDark { border-bottom: #3c5b6d 1px dotted } .borderDottedLeftBluestoneDark { border-left: #3c5b6d 1px dotted } .borderDottedLateralBluestoneDark { border-top: #3c5b6d 1px dotted; border-bottom: #3c5b6d 1px dotted } .borderDottedGutterBluestoneDark { border-right: #3c5b6d 1px dotted; border-left: #3c5b6d 1px dotted } .borderDottedCyan { border: #00bcd5 1px dotted } .borderDottedTopCyan { border-top: #00bcd5 1px dotted } .borderDottedRightCyan { border-right: #00bcd5 1px dotted } .borderDottedBottomCyan { border-bottom: #00bcd5 1px dotted } .borderDottedLeftCyan { border-left: #00bcd5 1px dotted } .borderDottedLateralCyan { border-top: #00bcd5 1px dotted; border-bottom: #00bcd5 1px dotted } .borderDottedGutterCyan { border-right: #00bcd5 1px dotted; border-left: #00bcd5 1px dotted } .borderDottedCyanLight { border: #0acce6 1px dotted } .borderDottedTopCyanLight { border-top: #0acce6 1px dotted } .borderDottedRightCyanLight { border-right: #0acce6 1px dotted } .borderDottedBottomCyanLight { border-bottom: #0acce6 1px dotted } .borderDottedLeftCyanLight { border-left: #0acce6 1px dotted } .borderDottedLateralCyanLight { border-top: #0acce6 1px dotted; border-bottom: #0acce6 1px dotted } .borderDottedGutterCyanLight { border-right: #0acce6 1px dotted; border-left: #0acce6 1px dotted } .borderDottedCyanDark { border: #02abc1 1px dotted } .borderDottedTopCyanDark { border-top: #02abc1 1px dotted } .borderDottedRightCyanDark { border-right: #02abc1 1px dotted } .borderDottedBottomCyanDark { border-bottom: #02abc1 1px dotted } .borderDottedLeftCyanDark { border-left: #02abc1 1px dotted } .borderDottedLateralCyanDark { border-top: #02abc1 1px dotted; border-bottom: #02abc1 1px dotted } .borderDottedGutterCyanDark { border-right: #02abc1 1px dotted; border-left: #02abc1 1px dotted } .borderDottedTeal { border: #009788 1px dotted } .borderDottedTopTeal { border-top: #009788 1px dotted } .borderDottedRightTeal { border-right: #009788 1px dotted } .borderDottedBottomTeal { border-bottom: #009788 1px dotted } .borderDottedLeftTeal { border-left: #009788 1px dotted } .borderDottedLateralTeal { border-top: #009788 1px dotted; border-bottom: #009788 1px dotted } .borderDottedGutterTeal { border-right: #009788 1px dotted; border-left: #009788 1px dotted } .borderDottedTealLight { border: #07ac9c 1px dotted } .borderDottedTopTealLight { border-top: #07ac9c 1px dotted } .borderDottedRightTealLight { border-right: #07ac9c 1px dotted } .borderDottedBottomTealLight { border-bottom: #07ac9c 1px dotted } .borderDottedLeftTealLight { border-left: #07ac9c 1px dotted } .borderDottedLateralTealLight { border-top: #07ac9c 1px dotted; border-bottom: #07ac9c 1px dotted } .borderDottedGutterTealLight { border-right: #07ac9c 1px dotted; border-left: #07ac9c 1px dotted } .borderDottedTealDark { border: #017e72 1px dotted } .borderDottedTopTealDark { border-top: #017e72 1px dotted } .borderDottedRightTealDark { border-right: #017e72 1px dotted } .borderDottedBottomTealDark { border-bottom: #017e72 1px dotted } .borderDottedLeftTealDark { border-left: #017e72 1px dotted } .borderDottedLateralTealDark { border-top: #017e72 1px dotted; border-bottom: #017e72 1px dotted } .borderDottedGutterTealDark { border-right: #017e72 1px dotted; border-left: #017e72 1px dotted } .borderDottedIndigo { border: #3f51b5 1px dotted } .borderDottedTopIndigo { border-top: #3f51b5 1px dotted } .borderDottedRightIndigo { border-right: #3f51b5 1px dotted } .borderDottedBottomIndigo { border-bottom: #3f51b5 1px dotted } .borderDottedLeftIndigo { border-left: #3f51b5 1px dotted } .borderDottedLateralIndigo { border-top: #3f51b5 1px dotted; border-bottom: #3f51b5 1px dotted } .borderDottedGutterIndigo { border-right: #3f51b5 1px dotted; border-left: #3f51b5 1px dotted } .borderDottedIndigoLight { border: #4a5cc4 1px dotted } .borderDottedTopIndigoLight { border-top: #4a5cc4 1px dotted } .borderDottedRightIndigoLight { border-right: #4a5cc4 1px dotted } .borderDottedBottomIndigoLight { border-bottom: #4a5cc4 1px dotted } .borderDottedLeftIndigoLight { border-left: #4a5cc4 1px dotted } .borderDottedLateralIndigoLight { border-top: #4a5cc4 1px dotted; border-bottom: #4a5cc4 1px dotted } .borderDottedGutterIndigoLight { border-right: #4a5cc4 1px dotted; border-left: #4a5cc4 1px dotted } .borderDottedIndigoDark { border: #3243a4 1px dotted } .borderDottedTopIndigoDark { border-top: #3243a4 1px dotted } .borderDottedRightIndigoDark { border-right: #3243a4 1px dotted } .borderDottedBottomIndigoDark { border-bottom: #3243a4 1px dotted } .borderDottedLeftIndigoDark { border-left: #3243a4 1px dotted } .borderDottedLateralIndigoDark { border-top: #3243a4 1px dotted; border-bottom: #3243a4 1px dotted } .borderDottedGutterIndigoDark { border-right: #3243a4 1px dotted; border-left: #3243a4 1px dotted } .borderDottedOcean { border: #1296c7 1px dotted } .borderDottedTopOcean { border-top: #1296c7 1px dotted } .borderDottedRightOcean { border-right: #1296c7 1px dotted } .borderDottedBottomOcean { border-bottom: #1296c7 1px dotted } .borderDottedLeftOcean { border-left: #1296c7 1px dotted } .borderDottedLateralOcean { border-top: #1296c7 1px dotted; border-bottom: #1296c7 1px dotted } .borderDottedGutterOcean { border-right: #1296c7 1px dotted; border-left: #1296c7 1px dotted } .borderDottedOceanLight { border: #1fa2d2 1px dotted } .borderDottedTopOceanLight { border-top: #1fa2d2 1px dotted } .borderDottedRightOceanLight { border-right: #1fa2d2 1px dotted } .borderDottedBottomOceanLight { border-bottom: #1fa2d2 1px dotted } .borderDottedLeftOceanLight { border-left: #1fa2d2 1px dotted } .borderDottedLateralOceanLight { border-top: #1fa2d2 1px dotted; border-bottom: #1fa2d2 1px dotted } .borderDottedGutterOceanLight { border-right: #1fa2d2 1px dotted; border-left: #1fa2d2 1px dotted } .borderDottedOceanDark { border: #0c87b5 1px dotted } .borderDottedTopOceanDark { border-top: #0c87b5 1px dotted } .borderDottedRightOceanDark { border-right: #0c87b5 1px dotted } .borderDottedBottomOceanDark { border-bottom: #0c87b5 1px dotted } .borderDottedLeftOceanDark { border-left: #0c87b5 1px dotted } .borderDottedLateralOceanDark { border-top: #0c87b5 1px dotted; border-bottom: #0c87b5 1px dotted } .borderDottedGutterOceanDark { border-right: #0c87b5 1px dotted; border-left: #0c87b5 1px dotted } .borderDottedVibrantYellow { border: #fedd04 1px dotted } .borderDottedTopVibrantYellow { border-top: #fedd04 1px dotted } .borderDottedRightVibrantYellow { border-right: #fedd04 1px dotted } .borderDottedBottomVibrantYellow { border-bottom: #fedd04 1px dotted } .borderDottedLeftVibrantYellow { border-left: #fedd04 1px dotted } .borderDottedLateralVibrantYellow { border-top: #fedd04 1px dotted; border-bottom: #fedd04 1px dotted } .borderDottedGutterVibrantYellow { border-right: #fedd04 1px dotted; border-left: #fedd04 1px dotted } .borderDottedVibrantYellowLight { border: #fee32e 1px dotted } .borderDottedTopVibrantYellowLight { border-top: #fee32e 1px dotted } .borderDottedRightVibrantYellowLight { border-right: #fee32e 1px dotted } .borderDottedBottomVibrantYellowLight { border-bottom: #fee32e 1px dotted } .borderDottedLeftVibrantYellowLight { border-left: #fee32e 1px dotted } .borderDottedLateralVibrantYellowLight { border-top: #fee32e 1px dotted; border-bottom: #fee32e 1px dotted } .borderDottedGutterVibrantYellowLight { border-right: #fee32e 1px dotted; border-left: #fee32e 1px dotted } .borderDottedVibrantYellowDark { border: #f2d40d 1px dotted } .borderDottedTopVibrantYellowDark { border-top: #f2d40d 1px dotted } .borderDottedRightVibrantYellowDark { border-right: #f2d40d 1px dotted } .borderDottedBottomVibrantYellowDark { border-bottom: #f2d40d 1px dotted } .borderDottedLeftVibrantYellowDark { border-left: #f2d40d 1px dotted } .borderDottedLateralVibrantYellowDark { border-top: #f2d40d 1px dotted; border-bottom: #f2d40d 1px dotted } .borderDottedGutterVibrantYellowDark { border-right: #f2d40d 1px dotted; border-left: #f2d40d 1px dotted } .borderDottedPoppy { border: #f2672e 1px dotted } .borderDottedTopPoppy { border-top: #f2672e 1px dotted } .borderDottedRightPoppy { border-right: #f2672e 1px dotted } .borderDottedBottomPoppy { border-bottom: #f2672e 1px dotted } .borderDottedLeftPoppy { border-left: #f2672e 1px dotted } .borderDottedLateralPoppy { border-top: #f2672e 1px dotted; border-bottom: #f2672e 1px dotted } .borderDottedGutterPoppy { border-right: #f2672e 1px dotted; border-left: #f2672e 1px dotted } .borderDottedPoppyLight { border: #fb743c 1px dotted } .borderDottedTopPoppyLight { border-top: #fb743c 1px dotted } .borderDottedRightPoppyLight { border-right: #fb743c 1px dotted } .borderDottedBottomPoppyLight { border-bottom: #fb743c 1px dotted } .borderDottedLeftPoppyLight { border-left: #fb743c 1px dotted } .borderDottedLateralPoppyLight { border-top: #fb743c 1px dotted; border-bottom: #fb743c 1px dotted } .borderDottedGutterPoppyLight { border-right: #fb743c 1px dotted; border-left: #fb743c 1px dotted } .borderDottedPoppyDark { border: #e25b24 1px dotted } .borderDottedTopPoppyDark { border-top: #e25b24 1px dotted } .borderDottedRightPoppyDark { border-right: #e25b24 1px dotted } .borderDottedBottomPoppyDark { border-bottom: #e25b24 1px dotted } .borderDottedLeftPoppyDark { border-left: #e25b24 1px dotted } .borderDottedLateralPoppyDark { border-top: #e25b24 1px dotted; border-bottom: #e25b24 1px dotted } .borderDottedGutterPoppyDark { border-right: #e25b24 1px dotted; border-left: #e25b24 1px dotted } .borderNone { border:none 0px } .borderTopNone { border-top:none 0px } .borderRightNone { border-right:none 0px } .borderBottomNone { border-bottom:none 0px } .borderLeftNone { border-left:none 0px } .borderTransparent { border:transparent 1px solid } .borderTopTransparent { border-top:transparent 1px solid } .borderRightTransparent { border-right:transparent 1px solid } .borderBottomTransparent { border-bottom:transparent 1px solid } .borderLeftTransparent { border-left:transparent 1px solid } .borderRadiusNone { -webkit-border-radius: 0px !important; -moz-border-radius: 0px !important; border-radius: 0px !important } .borderRadius5 { -webkit-border-radius: 5px !important; -moz-border-radius: 5px !important; border-radius: 5px !important } .borderRadius-tl-5 { -webkit-border-radius: 5px 0 0 0 !important; -moz-border-radius: 5px 0 0 0 !important; border-radius: 5px 0 0 0 !important } .borderRadius-tltr-5 { -webkit-border-radius: 5px 5px 0 0 !important; -moz-border-radius: 5px 5px 0 0 !important; border-radius: 5px 5px 0 0 !important } .borderRadius-tlbr-5 { -webkit-border-radius: 5px 0 5px 0 !important; -moz-border-radius: 5px 0 5px 0 !important; border-radius: 5px 0 5px 0 !important } .borderRadius-tr-5 { -webkit-border-radius: 0 5px 0 0 !important; -moz-border-radius: 0 5px 0 0 !important; border-radius: 0 5px 0 0 !important } .borderRadius-trbr-5 { -webkit-border-radius: 0 5px 5px 0 !important; -moz-border-radius: 0 5px 5px 0 !important; border-radius: 0 5px 5px 0 !important } .borderRadius-trbl-5 { -webkit-border-radius: 0 5px 0 5px !important; -moz-border-radius: 0 5px 0 5px !important; border-radius: 0 5px 0 5px !important } .borderRadius-br-5 { -webkit-border-radius: 0 0 5px 0 !important; -moz-border-radius: 0 0 5px 0 !important; border-radius: 0 0 5px 0 !important } .borderRadius-brbl-5 { -webkit-border-radius: 0 0 5px 5px !important; -moz-border-radius: 0 0 5px 5px !important; border-radius: 0 0 5px 5px !important } .borderRadius-bl-5 { -webkit-border-radius: 0 0 0 5px !important; -moz-border-radius: 0 0 0 5px !important; border-radius: 0 0 0 5px !important } .borderRadius-bltl-5 { -webkit-border-radius: 5px 0 0 5px !important; -moz-border-radius: 5px 0 0 5px !important; border-radius: 5px 0 0 5px !important } .borderRadius6 { -webkit-border-radius: 6px !important; -moz-border-radius: 6px !important; border-radius: 5px !important } .borderRadius-tl-6 { -webkit-border-radius: 6px 0 0 0 !important; -moz-border-radius: 6px 0 0 0 !important; border-radius: 6px 0 0 0 !important } .borderRadius-tltr-6 { -webkit-border-radius: 6px 6px 0 0 !important; -moz-border-radius: 6px 6px 0 0 !important; border-radius: 6px 6px 0 0 !important } .borderRadius-tlbr-6 { -webkit-border-radius: 6px 0 6px 0 !important; -moz-border-radius: 6px 0 6px 0 !important; border-radius: 6px 0 6px 0 !important } .borderRadius-tr-6 { -webkit-border-radius: 0 6px 0 0 !important; -moz-border-radius: 0 6px 0 0 !important; border-radius: 0 6px 0 0 !important } .borderRadius-trbr-6 { -webkit-border-radius: 0 6px 6px 0 !important; -moz-border-radius: 0 6px 6px 0 !important; border-radius: 0 6px 6px 0 !important } .borderRadius-trbl-6 { -webkit-border-radius: 0 6px 0 6px !important; -moz-border-radius: 0 6px 0 6px !important; border-radius: 0 6px 0 6px !important } .borderRadius-br-6 { -webkit-border-radius: 0 0 6px 0 !important; -moz-border-radius: 0 0 6px 0 !important; border-radius: 0 0 6px 0 !important } .borderRadius-brbl-6 { -webkit-border-radius: 0 0 6px 6px !important; -moz-border-radius: 0 0 6px 6px !important; border-radius: 0 0 6px 6px !important } .borderRadius-bl-6 { -webkit-border-radius: 0 0 0 6px !important; -moz-border-radius: 0 0 0 6px !important; border-radius: 0 0 0 6px !important } .borderRadius-bltl-6 { -webkit-border-radius: 6px 0 0 6px !important; -moz-border-radius: 6px 0 0 6px !important; border-radius: 6px 0 0 6px !important } .borderRadius7 { -webkit-border-radius: 7px !important; -moz-border-radius: 7px !important; border-radius: 7px !important } .borderRadius-tl-7 { -webkit-border-radius: 7px 0 0 0 !important; -moz-border-radius: 7px 0 0 0 !important; border-radius: 7px 0 0 0 !important } .borderRadius-tltr-7 { -webkit-border-radius: 7px 7px 0 0 !important; -moz-border-radius: 7px 7px 0 0 !important; border-radius: 7px 7px 0 0 !important } .borderRadius-tlbr-7 { -webkit-border-radius: 7px 0 7px 0 !important; -moz-border-radius: 7px 0 7px 0 !important; border-radius: 7px 0 7px 0 !important } .borderRadius-tr-7 { -webkit-border-radius: 0 7px 0 0 !important; -moz-border-radius: 0 7px 0 0 !important; border-radius: 0 7px 0 0 !important } .borderRadius-trbr-7 { -webkit-border-radius: 0 7px 7px 0 !important; -moz-border-radius: 0 7px 7px 0 !important; border-radius: 0 7px 7px 0 !important } .borderRadius-trbl-7 { -webkit-border-radius: 0 7px 0 7px !important; -moz-border-radius: 0 7px 0 7px !important; border-radius: 0 7px 0 7px !important } .borderRadius-br-7 { -webkit-border-radius: 0 0 7px 0 !important; -moz-border-radius: 0 0 7px 0 !important; border-radius: 0 0 7px 0 !important } .borderRadius-brbl-7 { -webkit-border-radius: 0 0 7px 7px !important; -moz-border-radius: 0 0 7px 7px !important; border-radius: 0 0 7px 7px !important } .borderRadius-bl-7 { -webkit-border-radius: 0 0 0 7px !important; -moz-border-radius: 0 0 0 7px !important; border-radius: 0 0 0 7px !important } .borderRadius-bltl-7 { -webkit-border-radius: 7px 0 0 7px !important; -moz-border-radius: 7px 0 0 7px !important; border-radius: 7px 0 0 7px !important } .borderRadius8 { -webkit-border-radius: 8px !important; -moz-border-radius: 8px !important; border-radius: 8px !important } .borderRadius-tl-8 { -webkit-border-radius: 8px 0 0 0 !important; -moz-border-radius: 8px 0 0 0 !important; border-radius: 8px 0 0 0 !important } .borderRadius-tltr-8 { -webkit-border-radius: 8px 8px 0 0 !important; -moz-border-radius: 8px 8px 0 0 !important; border-radius: 8px 8px 0 0 !important } .borderRadius-tlbr-8 { -webkit-border-radius: 8px 0 8px 0 !important; -moz-border-radius: 8px 0 8px 0 !important; border-radius: 8px 0 8px 0 !important } .borderRadius-tr-8 { -webkit-border-radius: 0 8px 0 0 !important; -moz-border-radius: 0 8px 0 0 !important; border-radius: 0 8px 0 0 !important } .borderRadius-trbr-8 { -webkit-border-radius: 0 8px 8px 0 !important; -moz-border-radius: 0 8px 8px 0 !important; border-radius: 0 8px 8px 0 !important } .borderRadius-trbl-8 { -webkit-border-radius: 0 8px 0 8px !important; -moz-border-radius: 0 8px 0 8px !important; border-radius: 0 8px 0 8px !important } .borderRadius-br-8 { -webkit-border-radius: 0 0 8px 0 !important; -moz-border-radius: 0 0 8px 0 !important; border-radius: 0 0 8px 0 !important } .borderRadius-brbl-8 { -webkit-border-radius: 0 0 8px 8px !important; -moz-border-radius: 0 0 8px 8px !important; border-radius: 0 0 8px 8px !important } .borderRadius-bl-8 { -webkit-border-radius: 0 0 0 8px !important; -moz-border-radius: 0 0 0 8px !important; border-radius: 0 0 0 8px !important } .borderRadius-bltl-8 { -webkit-border-radius: 8px 0 0 8px !important; -moz-border-radius: 8px 0 0 8px !important; border-radius: 8px 0 0 8px !important } .borderRadius9 { -webkit-border-radius: 9px !important; -moz-border-radius: 9px !important; border-radius: 9px !important } .borderRadius-tl-9 { -webkit-border-radius: 9px 0 0 0 !important; -moz-border-radius: 9px 0 0 0 !important; border-radius: 9px 0 0 0 !important } .borderRadius-tltr-9 { -webkit-border-radius: 9px 9px 0 0 !important; -moz-border-radius: 9px 9px 0 0 !important; border-radius: 9px 9px 0 0 !important } .borderRadius-tlbr-9 { -webkit-border-radius: 9px 0 9px 0 !important; -moz-border-radius: 9px 0 9px 0 !important; border-radius: 9px 0 9px 0 !important } .borderRadius-tr-9 { -webkit-border-radius: 0 9px 0 0 !important; -moz-border-radius: 0 9px 0 0 !important; border-radius: 0 9px 0 0 !important } .borderRadius-trbr-9 { -webkit-border-radius: 0 9px 9px 0 !important; -moz-border-radius: 0 9px 9px 0 !important; border-radius: 0 9px 9px 0 !important } .borderRadius-trbl-9 { -webkit-border-radius: 0 9px 0 9px !important; -moz-border-radius: 0 9px 0 9px !important; border-radius: 0 9px 0 9px !important } .borderRadius-br-9 { -webkit-border-radius: 0 0 9px 0 !important; -moz-border-radius: 0 0 9px 0 !important; border-radius: 0 0 9px 0 !important } .borderRadius-brbl-9 { -webkit-border-radius: 0 0 9px 9px !important; -moz-border-radius: 0 0 9px 9px !important; border-radius: 0 0 9px 9px !important } .borderRadius-bl-9 { -webkit-border-radius: 0 0 0 9px !important; -moz-border-radius: 0 0 0 9px !important; border-radius: 0 0 0 9px !important } .borderRadius-bltl-9 { -webkit-border-radius: 9px 0 0 9px !important; -moz-border-radius: 9px 0 0 9px !important; border-radius: 9px 0 0 9px !important } .borderRadius10 { -webkit-border-radius: 10px !important; -moz-border-radius: 10px !important; border-radius: 10px !important } .borderRadius-tl-10 { -webkit-border-radius: 10px 0 0 0 !important; -moz-border-radius: 10px 0 0 0 !important; border-radius: 10px 0 0 0 !important } .borderRadius-tltr-10 { -webkit-border-radius: 10px 10px 0 0 !important; -moz-border-radius: 10px 10px 0 0 !important; border-radius: 10px 10px 0 0 !important } .borderRadius-tlbr-10 { -webkit-border-radius: 10px 0 10px 0 !important; -moz-border-radius: 10px 0 10px 0 !important; border-radius: 10px 0 10px 0 !important } .borderRadius-tr-10 { -webkit-border-radius: 0 10px 0 0 !important; -moz-border-radius: 0 10px 0 0 !important; border-radius: 0 10px 0 0 !important } .borderRadius-trbr-10 { -webkit-border-radius: 0 10px 10px 0 !important; -moz-border-radius: 0 10px 10px 0 !important; border-radius: 0 10px 10px 0 !important } .borderRadius-trbl-10 { -webkit-border-radius: 0 10px 0 10px !important; -moz-border-radius: 0 10px 0 10px !important; border-radius: 0 10px 0 10px !important } .borderRadius-br-10 { -webkit-border-radius: 0 0 10px 0 !important; -moz-border-radius: 0 0 10px 0 !important; border-radius: 0 0 10px 0 !important } .borderRadius-brbl-10 { -webkit-border-radius: 0 0 10px 10px !important; -moz-border-radius: 0 0 10px 10px !important; border-radius: 0 0 10px 10px !important } .borderRadius-bl-10 { -webkit-border-radius: 0 0 0 10px !important; -moz-border-radius: 0 0 0 10px !important; border-radius: 0 0 0 10px !important } .borderRadius-bltl-10 { -webkit-border-radius: 10px 0 0 10px !important; -moz-border-radius: 10px 0 0 10px !important; border-radius: 10px 0 0 10px !important } .borderRadius12 { -webkit-border-radius: 12px !important; -moz-border-radius: 12px !important; border-radius: 12px !important } .borderRadius-tl-12 { -webkit-border-radius: 12px 0 0 0 !important; -moz-border-radius: 12px 0 0 0 !important; border-radius: 12px 0 0 0 !important } .borderRadius-tltr-12 { -webkit-border-radius: 12px 12px 0 0 !important; -moz-border-radius: 12px 12px 0 0 !important; border-radius: 12px 12px 0 0 !important } .borderRadius-tlbr-12 { -webkit-border-radius: 12px 0 12px 0 !important; -moz-border-radius: 12px 0 12px 0 !important; border-radius: 12px 0 12px 0 !important } .borderRadius-tr-12 { -webkit-border-radius: 0 12px 0 0 !important; -moz-border-radius: 0 12px 0 0 !important; border-radius: 0 12px 0 0 !important } .borderRadius-trbr-12 { -webkit-border-radius: 0 12px 12px 0 !important; -moz-border-radius: 0 12px 12px 0 !important; border-radius: 0 12px 12px 0 !important } .borderRadius-trbl-12 { -webkit-border-radius: 0 12px 0 12px !important; -moz-border-radius: 0 12px 0 12px !important; border-radius: 0 12px 0 12px !important } .borderRadius-br-12 { -webkit-border-radius: 0 0 12px 0 !important; -moz-border-radius: 0 0 12px 0 !important; border-radius: 0 0 12px 0 !important } .borderRadius-brbl-12 { -webkit-border-radius: 0 0 12px 12px !important; -moz-border-radius: 0 0 12px 12px !important; border-radius: 0 0 12px 12px !important } .borderRadius-bl-12 { -webkit-border-radius: 0 0 0 12px !important; -moz-border-radius: 0 0 0 12px !important; border-radius: 0 0 0 12px !important } .borderRadius-bltl-12 { -webkit-border-radius: 12px 0 0 12px !important; -moz-border-radius: 12px 0 0 12px !important; border-radius: 12px 0 0 12px !important } .borderRadius15 { -webkit-border-radius: 15px !important; -moz-border-radius: 15px !important; border-radius: 15px !important } .borderRadius-tl-15 { -webkit-border-radius: 15px 0 0 0 !important; -moz-border-radius: 15px 0 0 0 !important; border-radius: 15px 0 0 0 !important } .borderRadius-tltr-15 { -webkit-border-radius: 15px 15px 0 0 !important; -moz-border-radius: 15px 15px 0 0 !important; border-radius: 15px 15px 0 0 !important } .borderRadius-tlbr-15 { -webkit-border-radius: 15px 0 15px 0 !important; -moz-border-radius: 15px 0 15px 0 !important; border-radius: 15px 0 15px 0 !important } .borderRadius-tr-15 { -webkit-border-radius: 0 15px 0 0 !important; -moz-border-radius: 0 15px 0 0 !important; border-radius: 0 15px 0 0 !important } .borderRadius-trbr-15 { -webkit-border-radius: 0 15px 15px 0 !important; -moz-border-radius: 0 15px 15px 0 !important; border-radius: 0 15px 15px 0 !important } .borderRadius-trbl-15 { -webkit-border-radius: 0 15px 0 15px !important; -moz-border-radius: 0 15px 0 15px !important; border-radius: 0 15px 0 15px !important } .borderRadius-br-15 { -webkit-border-radius: 0 0 15px 0 !important; -moz-border-radius: 0 0 15px 0 !important; border-radius: 0 0 15px 0 !important } .borderRadius-brbl-15 { -webkit-border-radius: 0 0 15px 15px !important; -moz-border-radius: 0 0 15px 15px !important; border-radius: 0 0 15px 15px !important } .borderRadius-bl-15 { -webkit-border-radius: 0 0 0 15px !important; -moz-border-radius: 0 0 0 15px !important; border-radius: 0 0 0 15px !important } .borderRadius-bltl-15 { -webkit-border-radius: 15px 0 0 15px !important; -moz-border-radius: 15px 0 0 15px !important; border-radius: 15px 0 0 15px !important } .borderRadius20 { -webkit-border-radius: 20px !important; -moz-border-radius: 20px !important; border-radius: 20px !important } .borderRadius-tl-20 { -webkit-border-radius: 20px 0 0 0 !important; -moz-border-radius: 20px 0 0 0 !important; border-radius: 20px 0 0 0 !important } .borderRadius-tltr-20 { -webkit-border-radius: 20px 20px 0 0 !important; -moz-border-radius: 20px 20px 0 0 !important; border-radius: 20px 20px 0 0 !important } .borderRadius-tlbr-20 { -webkit-border-radius: 20px 0 20px 0 !important; -moz-border-radius: 20px 0 20px 0 !important; border-radius: 20px 0 20px 0 !important } .borderRadius-tr-20 { -webkit-border-radius: 0 20px 0 0 !important; -moz-border-radius: 0 20px 0 0 !important; border-radius: 0 20px 0 0 !important } .borderRadius-trbr-20 { -webkit-border-radius: 0 20px 20px 0 !important; -moz-border-radius: 0 20px 20px 0 !important; border-radius: 0 20px 20px 0 !important } .borderRadius-trbl-20 { -webkit-border-radius: 0 20px 0 20px !important; -moz-border-radius: 0 20px 0 20px !important; border-radius: 0 20px 0 20px !important } .borderRadius-br-20 { -webkit-border-radius: 0 0 20px 0 !important; -moz-border-radius: 0 0 20px 0 !important; border-radius: 0 0 20px 0 !important } .borderRadius-brbl-20 { -webkit-border-radius: 0 0 20px 20px !important; -moz-border-radius: 0 0 20px 20px !important; border-radius: 0 0 20px 20px !important } .borderRadius-bl-20 { -webkit-border-radius: 0 0 0 20px !important; -moz-border-radius: 0 0 0 20px !important; border-radius: 0 0 0 20px !important } .borderRadius-bltl-20 { -webkit-border-radius: 20px 0 0 20px !important; -moz-border-radius: 20px 0 0 20px !important; border-radius: 20px 0 0 20px !important } .borderRadius25 { -webkit-border-radius: 25px !important; -moz-border-radius: 25px !important; border-radius: 25px !important } .borderRadius-tl-25 { -webkit-border-radius: 25px 0 0 0 !important; -moz-border-radius: 25px 0 0 0 !important; border-radius: 25px 0 0 0 !important } .borderRadius-tltr-25 { -webkit-border-radius: 25px 25px 0 0 !important; -moz-border-radius: 25px 25px 0 0 !important; border-radius: 25px 25px 0 0 !important } .borderRadius-tlbr-25 { -webkit-border-radius: 25px 0 25px 0 !important; -moz-border-radius: 25px 0 25px 0 !important; border-radius: 25px 0 25px 0 !important } .borderRadius-tr-25 { -webkit-border-radius: 0 25px 0 0 !important; -moz-border-radius: 0 25px 0 0 !important; border-radius: 0 25px 0 0 !important } .borderRadius-trbr-25 { -webkit-border-radius: 0 25px 25px 0 !important; -moz-border-radius: 0 25px 25px 0 !important; border-radius: 0 25px 25px 0 !important } .borderRadius-trbl-25 { -webkit-border-radius: 0 25px 0 25px !important; -moz-border-radius: 0 25px 0 25px !important; border-radius: 0 25px 0 25px !important } .borderRadius-br-25 { -webkit-border-radius: 0 0 25px 0 !important; -moz-border-radius: 0 0 25px 0 !important; border-radius: 0 0 25px 0 !important } .borderRadius-brbl-25 { -webkit-border-radius: 0 0 25px 25px !important; -moz-border-radius: 0 0 25px 25px !important; border-radius: 0 0 25px 25px !important } .borderRadius-bl-25 { -webkit-border-radius: 0 0 0 25px !important; -moz-border-radius: 0 0 0 25px !important; border-radius: 0 0 0 25px !important } .borderRadius-bltl-25 { -webkit-border-radius: 25px 0 0 25px !important; -moz-border-radius: 25px 0 0 25px !important; border-radius: 25px 0 0 25px !important } .borderRadius50,.circle { -webkit-border-radius: 50px !important; -moz-border-radius: 50px !important; border-radius: 50px !important } .borderRadius50pct,.circle { -webkit-border-radius: 50% !important; -moz-border-radius: 50% !important; border-radius: 50% !important } .box-5-5 { width:5px!important; height:5px!important } .box-10-10 { width:10px!important; height:10px!important } .box-15-15 { width:16px!important; height:16px!important } .box-20-20 { width:20px!important; height:20px!important } .box-25-25 { width:25px!important; height:25px!important } .box-30-30 { width:32px!important; height:32px!important } .box-35-35 { width:35px!important; height:35px!important } .box-40-40 { width:40px!important; height:40px!important } .box-45-45 { width:45px!important; height:45px!important } .box-50-50 { width:50px!important; height:50px!important } .box-55-55 { width:55px!important; height:55px!important } .box-60-60 { width:60px!important; height:60px!important } .box-65-65 { width:65px!important; height:65px!important } .box-70-70 { width:70px!important; height:70px!important } .box-75-75 { width:75px!important; height:75px!important } .box-80-80 { width:80px!important; height:80px!important } .box-85-85 { width:85px!important; height:85px!important } .box-90-90 { width:90px!important; height:90px!important } .box-95-95 { width:95px!important; height:95px!important } .box-100-100 { width:100px!important; height:100px!important } .box-125-125 { width:125px!important; height:125px!important } .box-150-150 { width:150px!important; height:150px!important } .box-175-175 { width:175px!important; height:175px!important } .box-200-200 { width:200px!important; height:200px!important } .box-225-225 { width:225px!important; height:225px!important } .box-250-250 { width:250px!important; height:250px!important } .box-275-275 { width:275px!important; height:275px!important } .box-300-300 { width:300px!important; height:300px!important } .box-325-325 { width:325px!important; height:325px!important } .box-350-350 { width:350px!important; height:350px!important } .clearLeft { clear: left !important } .clearRight { clear: right !important } .clearNone { clear: none !important } .clearBoth { clear: both !important } .clearBlock { clear: both !important; display: block !important; overflow: hidden !important } .floatLeft { float: left !important } .floatCenter { margin: 0 auto !important } .floatRight { float: right !important } .width10pct { width:10% } .width10pct-fluid { min-width:10% } .width12pct { width:12% } .width12pct-fluid { min-width:12% } .width15pct { width:15% } .width15pct-fluid { min-width:15% } .width17pct { width:17% } .width17pct-fluid { min-width:17% } .width20pct { width:20% } .width20pct-fluid { min-width:20% } .width25pct { width:25% } .width25pct-fluid { min-width:25% } .width30pct { width:30% } .width30pct-fluid { min-width:30% } .width33pct { width:33.3333333333% } .width33pct-fluid { min-width:33.333333333% } .width50pct { width:50% } .width50pct-fluid { min-width:50% } .width60pct { width:60% } .width60pct-fluid { min-width:60% } .width66pct { width:66.666666666% } .width66pct-fluid { min-width:66.666666666% } .width70pct { width:70% } .width70pct-fluid { min-width:70% } .width75pct { width:75% } .width75pct-fluid { min-width:75% } .width80pct { width:80% } .width80pct-fluid { min-width:80% } .width90pct { width:90% } .width90pct-fluid { min-width:90% } .width100pct { width:100% } .width10vh { width:10vh } .width10vh-fluid { min-width:10vh } .width15vh { width:15vh } .width15vh-fluid { min-width:15vh } .width20vh { width:20vh } .width20vh-fluid { min-width:20vh } .width25vh { width:25vh } .width25vh-fluid { min-width:25vh } .width30vh { width:30vh } .width30vh-fluid { min-width:30vh } .width33vh { width:33.333333333vh } .width33vh-fluid { min-width:33.333333333vh } .width40vh { width:40vh } .width40vh-fluid { min-width:40vh } .width50vh { width:50vh } .width50vh-fluid { min-width:50vh } .width60vh { width:60vh } .width60vh-fluid { min-width:60vh } .width66vh { width:66.666666666vh } .width66vh-fluid { min-width:66.666666666vh } .width70vh { width:70vh } .width70vh-fluid { min-width:70vh } .width75vh { width:75vh } .width75vh-fluid { min-width:75vh } .width80vh { width:80vh } .width80vh-fluid { min-width:80vh } .width90vh { width:90vh } .width90vh-fluid { min-width:90vh } .width100vh { width:100vh } .width5 { width:5px } .width5-fluid { min-width:5px } .width10 { width:10px } .width10-fluid { min-width:10px } .width15 { width:15px } .width15-fluid { min-width:15px } .width20 { width:20px } .width20-fluid { min-width:20px } .width25 { width:25px } .width25-fluid { min-width:25px } .width30 { width:30px } .width30-fluid { min-width:30px } .width40 { width:40px } .width40-fluid { min-width:40px } .width50 { width:50px } .width50-fluid { min-width:50px } .width60 { width:60px } .width60-fluid { min-width:60px } .width70 { width:70px } .width70-fluid { min-width:70px } .width75 { width:75px } .width75-fluid { min-width:75px } .width80 { width:80px } .width80-fluid { min-width:80px } .width90 { width:90px } .width90-fluid { min-width:90px } .width100 { width:100px } .width100-fluid { min-width:100px } .width125 { width:125px } .width125-fluid { min-width:125px } .width150 { width:150px } .width150-fluid { min-width:150px } .width175 { width:175px } .width175-fluid { min-width:175px } .width200 { width:200px } .width200-fluid { min-width:200px } .width225 { width:225px } .width225-fluid { min-width:225px } .width250 { width:250px } .width250-fluid { min-width:250px } .width275 { width:275px } .width275-fluid { min-width:275px } .width300 { width:300px } .width300-fluid { min-width:300px } .width325 { width:325px } .width325-fluid { min-width:325px } .width350 { width:350px } .width350-fluid { min-width:350px } .width375 { width:375px } .width375-fluid { min-width:375px } .width400 { width:400px } .width400-fluid { min-width:400px } .width425 { width:425px } .width425-fluid { min-width:425px } .width450 { width:450px } .width450-fluid { min-width:450px } .width475 { width:475px } .width475-fluid { min-width:475px } .width500 { width:500px } .width500-fluid { min-width:500px } .width525 { width:525px } .width525-fluid { min-width:525px } .width550 { width:550px } .width550-fluid { min-width:550px } .width575 { width:575px } .width575-fluid { min-width:575px } .width600 { width:600px } .width600-fluid { min-width:600px } .width650 { width:650px } .width650-fluid { min-width:650px } .width700 { width:700px } .width700-fluid { min-width:700px } .width750 { width:750px } .width750-fluid { min-width:750px } .width800 { width:800px } .width800-fluid { min-width:800px } .width850 { width:850px } .width850-fluid { min-width:850px } .width900 { width:900px } .width900-fluid { min-width:900px } .width950 { width:950px } .width950-fluid { min-width:950px } .width1000 { width:1000px } .width1000-fluid { min-width:1000px } .width1050 { width:1050px } .width1050-fluid { min-width:1050px } .height10pct { height:10% !important } .height10pct-fluid { min-height:10% !important } .height15pct { height:15% !important } .height15pct-fluid { min-height:15% !important } .height20pct { height:20% !important } .height20pct-fluid { min-height:20% !important } .height25pct { height:25% !important } .height25pct-fluid { min-height:25% !important } .height30pct { height:30% !important } .height30pct-fluid { min-height:30% !important } .height33pct { height:33.333333333% !important } .height33pct-fluid { min-height:33.333333333% !important } .height40pct { height:40% !important } .height40pct-fluid { min-height:40% !important } .height50pct { height:50% !important } .height50pct-fluid { min-height:50% !important } .height60pct-fluid { min-height:60% !important } .height60pct { height:60% !important } .height66pct-fluid { min-height:66.666666666% !important } .height66pct { height:66.666666666% !important } .height70pct { height:70% !important } .height70pct-fluid { min-height:70% !important } .height75pct { height:75% !important } .height75pct-fluid { min-height:75% !important } .height80pct { height:80% !important } .height80pct-fluid { min-height:80% !important } .height90pct { height:90% !important } .height90pct-fluid { min-height:90% !important } .height100pct { height:100% !important } .height100pct-fluid { min-height:100% !important } .height10vh { height:10vh !important } .height10vh-fluid { min-height:10vh !important } .height15vh { height:15vh !important } .height15vh-fluid { min-height:15vh !important } .height20vh { height:20vh !important } .height20vh-fluid { min-height:20vh !important } .height25vh { height:25vh !important } .height25vh-fluid { min-height:25vh !important } .height30vh { height:30vh !important } .height30vh-fluid { min-height:30vh !important } .height33vh { height:33.333333333vh !important } .height33vh-fluid { min-height:33.333333333vh !important } .height40vh { height:40vh !important } .height40vh-fluid { min-height:40vh !important } .height50vh { height:50vh !important } .height50vh-fluid { min-height:50vh !important } .height60vh { height:60vh !important } .height60vh-fluid { min-height:60vh !important } .height66vh { height:66.666666666vh !important } .height66vh-fluid { min-height:66.666666666vh !important } .height70vh { height:70vh !important } .height70vh-fluid { min-height:70vh !important } .height75vh { height:75vh !important } .height75vh-fluid { min-height:75vh !important } .height80vh { height:80vh !important } .height80vh-fluid { min-height:80vh !important } .height90vh { height:90vh !important } .height90vh-fluid { min-height:90vh !important } .height100vh { height:100vh !important } .height100vh-fluid { min-height:100vh !important } .height5 { height:5px !important; overflow:hidden !important } .height5-fluid { min-height:5px !important } .height10 { height:10px !important; overflow:hidden !important } .height10-fluid { min-height:10px !important } .height15 { height:15px !important; overflow:hidden !important } .height15-fluid { min-height:15px !important } .height20 { height:20px !important; overflow:hidden !important } .height20-fluid { min-height:20px !important } .height25 { height:25px !important; overflow:hidden !important } .height25-fluid { min-height:25px !important } .height30 { height:30px !important; overflow:hidden !important } .height30-fluid { min-height:30px !important } .height40 { height:40px !important; overflow:hidden !important } .height40-fluid { min-height:40px !important } .height50 { height:50px !important; overflow:hidden !important } .height50-fluid { min-height:50px !important } .height60 { height:60px !important; overflow:hidden !important } .height60-fluid { min-height:60px !important } .height70 { height:70px !important; overflow:hidden !important } .height70-fluid { min-height:70px !important } .height80 { height:80px !important; overflow:hidden !important } .height80-fluid { min-height:80px !important } .height90 { height:90px !important; overflow:hidden !important } .height90-fluid { min-height:90px !important } .height100 { height:100px !important; overflow:hidden !important } .height100-fluid { min-height:100px !important } .height125 { height:125px !important; overflow:hidden !important } .height125-fluid { min-height:125px !important } .height130 { height:130px !important; overflow:hidden !important } .height130-fluid { min-height:130px !important } .height150 { height:150px !important; overflow:hidden !important } .height150-fluid { min-height:150px !important } .height175 { height:175px !important; overflow:hidden !important } .height175-fluid { min-height:175px !important } .height200 { height:200px !important; overflow:hidden !important } .height200-fluid { min-height:200px !important } .height225 { height:225px !important; overflow:hidden !important } .height225-fluid { min-height:225px !important } .height250 { height:250px !important; overflow:hidden !important } .height250-fluid { min-height:250px !important } .height275 { height:275px !important; overflow:hidden !important } .height275-fluid { min-height:275px !important } .height300 { height:300px !important; overflow:hidden !important } .height300-fluid { min-height:300px !important } .height325 { height:325px !important; overflow:hidden !important } .height325-fluid { min-height:325px !important } .height350 { height:350px !important; overflow:hidden !important } .height350-fluid { min-height:350px !important } .height375 { height:375px !important; overflow:hidden !important } .height375-fluid { min-height:375px !important } .height400 { height:400px !important; overflow:hidden !important } .height400-fluid { min-height:400px !important } .height425 { height:425px !important; overflow:hidden !important } .height425-fluid { min-height:425px !important } .height450 { height:450px !important; overflow:hidden !important } .height450-fluid { min-height:450px !important } .height475 { height:475px !important; overflow:hidden !important } .height475-fluid { min-height:475px !important } .height500 { height:500px !important; overflow:hidden !important } .height500-fluid { min-height:500px !important } .height525 { height:525px !important; overflow:hidden !important } .height525-fluid { min-height:525px !important } .height550 { height:550px !important; overflow:hidden !important } .height550-fluid { min-height:550px !important } .height575 { height:575px !important; overflow:hidden !important } .height575-fluid { min-height:575px !important } .height600 { height:600px; overflow:hidden !important } .height600-fluid { min-height:600px !important } .verticalCenter,.verticalAlignCenter { display: flex !important; display: flexbox !important; align-items: center !important } .verticalCenter:before,.verticalAlignCenter:before { content: " " !important; display: inline-block !important; vertical-align: middle !important; height: 100% !important; } .verticalCenter > .container, .verticalCenter > .container-fluid, .verticalAlignCenter > .container, .verticalAlignCenter > .container-fluid { vertical-align: middle !important } .verticalTop,.verticalAlignTop { vertical-align:top !important } .verticalMiddle,.verticalAlignMiddle { vertical-align:middle !important } .verticalBottom,.verticalAlignBottom { vertical-align:bottom !important } .verticalBaseline,.verticalAlignBaseline { vertical-align:baseline !important } .verticalSub,.verticalAlignSub { vertical-align:sub !important } .verticalSuper,.verticalAlignSuper { vertical-align:super !important } .positionFixed { position: fixed !important } .positionAbsolute { position: absolute !important } .positionRelative { position: relative !important } .positionStatic { position: static !important } .positionTopNone { top:0 !important } .positionRightNone { right:0 !important } .positionBottomNone { bottom:0 !important } .positionLeftNone { left:0 !important } .positionTop1 { top:1px !important } .positionRight1 { right:1px !important } .positionBottom1 { bottom:1px !important } .positionLeft1 { left:1px !important } .positionTop2 { top:2px !important } .positionRight2 { right:2px !important } .positionBottom2 { bottom:2px !important } .positionLeft2 { left:2px !important } .positionTop3 { top:3px !important } .positionRight3 { right:3px !important } .positionBottom3 { bottom:3px !important } .positionLeft3 { left:3px !important } .positionTop5 { top:5px !important } .positionRight5 { right:5px !important } .positionBottom5 { bottom:5px !important } .positionLeft5 { left:5px !important } .positionTop10 { top:10px !important } .positionRight10 { right:10px !important } .positionBottom10 { bottom:10px !important } .positionLeft10 { left:10px !important } .positionTop15 { top:15px !important } .positionRight15 { right:15px !important } .positionBottom15 { bottom:15px !important } .positionLeft15 { left:15px !important } .positionTop20 { top:20px !important } .positionRight20 { right:20px !important } .positionBottom20 { bottom:20px !important } .positionLeft20 { left:20px !important } .positionTop25 { top:25px !important } .positionRight25 { right:25px !important } .positionBottom25 { bottom:25px !important } .positionLeft25 { left:25px !important } .positionTop30 { top:30px !important } .positionRight30 { right:30px !important } .positionBottom30 { bottom:30px !important } .positionLeft30 { left:30px !important } .positionTop35 { top:35px !important } .positionRight35 { right:35px !important } .positionBottom35 { bottom:35px !important } .positionLeft35 { left:35px !important } .positionTop40 { top:40px !important } .positionRight40 { right:40px !important } .positionBottom40 { bottom:40px !important } .positionLeft40 { left:40px !important } .positionTop45 { top:45px !important } .positionRight45 { right:45px !important } .positionBottom45 { bottom:45px !important } .positionLeft45 { left:45px !important } .positionTop50 { top:50px !important } .positionRight50 { right:50px !important } .positionBottom50 { bottom:50px !important } .positionLeft50 { left:50px !important } .positionTop55 { top:55px !important } .positionRight55 { right:55px !important } .positionBottom55 { bottom:55px !important } .positionLeft55 { left:55px !important } .positionTop60 { top:60px !important } .positionRight60 { right:60px !important } .positionBottom60 { bottom:60px !important } .positionLeft60 { left:60px !important } .positionTop65 { top:65px !important } .positionRight65 { right:65px !important } .positionBottom65 { bottom:65px !important } .positionLeft65 { left:65px !important } .positionTop70 { top:70px !important } .positionRight70 { right:70px !important } .positionBottom70 { bottom:70px !important } .positionLeft70 { left:70px !important } .positionTop75 { top:75px !important } .positionRight75 { right:75px !important } .positionBottom75 { bottom:75px !important } .positionLeft75 { left:75px !important } .positionTop80 { top:80px !important } .positionRight80 { right:80px !important } .positionBottom80 { bottom:80px !important } .positionLeft80 { left:80px !important } .positionTop85 { top:85px !important } .positionRight85 { right:85px !important } .positionBottom85 { bottom:85px !important } .positionLeft85 { left:85px !important } .positionTop90 { top:90px !important } .positionRight90 { right:90px !important } .positionBottom90 { bottom:90px !important } .positionLeft90 { left:90px !important } .positionTop95 { top:95px !important } .positionRight95 { right:95px !important } .positionBottom95 { bottom:95px !important } .positionLeft95 { left:95px !important } .positionTop100 { top:100px !important } .positionRight100 { right:100px !important } .positionBottom100 { bottom:100px !important } .positionLeft100 { left:100px !important } .positionTop110 { top:110px !important } .positionRight110 { right:110px !important } .positionBottom110 { bottom:110px !important } .positionLeft110 { left:110px !important } .positionTop120 { top:120px !important } .positionRight120 { right:120px !important } .positionBottom120 { bottom:120px !important } .positionLeft120 { left:120px !important } .positionTop130 { top:130px !important } .positionRight130 { right:130px !important } .positionBottom130 { bottom:130px !important } .positionLeft130 { left:130px !important } .positionTop140 { top:140px !important } .positionRight140 { right:140px !important } .positionBottom140 { bottom:140px !important } .positionLeft140 { left:140px !important } .positionTop150 { top:150px !important } .positionRight150 { right:150px !important } .positionBottom150 { bottom:150px !important } .positionLeft150 { left:150px !important } .positionTop160 { top:160px !important } .positionRight160 { right:160px !important } .positionBottom160 { bottom:160px !important } .positionLeft160 { left:160px !important } .positionTop170 { top:170px !important } .positionRight170 { right:170px !important } .positionBottom170 { bottom:170px !important } .positionLeft170 { left:170px !important } .positionTop180 { top:180px !important } .positionRight180 { right:180px !important } .positionBottom180 { bottom:180px !important } .positionLeft180 { left:180px !important } .positionTop190 { top:190px !important } .positionRight190 { right:190px !important } .positionBottom190 { bottom:190px !important } .positionLeft190 { left:190px !important } .positionTop200 { top:200px !important } .positionRight200 { right:200px !important } .positionBottom200 { bottom:200px !important } .positionLeft200 { left:200px !important } .positionTop250 { top:250px !important } .positionRight250 { right:250px !important } .positionBottom250 { bottom:250px !important } .positionLeft250 { left:250px !important } .positionTop300 { top:300px !important } .positionRight300 { right:300px !important } .positionBottom300 { bottom:300px !important } .positionLeft300 { left:300px !important } .positionTop350 { top:350px !important } .positionRight350 { right:350px !important } .positionBottom350 { bottom:350px !important } .positionLeft350 { left:350px !important } .positionTop400 { top:400px !important } .positionRight400 { right:400px !important } .positionBottom400 { bottom:400px !important } .positionLeft400 { left:400px !important } .positionTop450 { top:450px !important } .positionRight450 { right:450px !important } .positionBottom450 { bottom:450px !important } .positionLeft450 { left:450px !important } .positionTop500 { top:500px !important } .positionRight500 { right:500px !important } .positionBottom500 { bottom:500px !important } .positionLeft500 { left:500px !important } .positionTop1pct { top:1% !important } .positionRight1pct { right:1% !important } .positionBottom1pct { bottom:1% !important } .positionLeft1pct { left:1% !important } .positionTop2pct { top:2% !important } .positionRight2pct { right:2% !important } .positionBottom2pct { bottom:2% !important } .positionLeft2pct { left:2% !important } .positionTop3pct { top:3% !important } .positionRight3pct { right:3% !important } .positionBottom3pct { bottom:3% !important } .positionLeft3pct { left:3% !important } .positionTop5pct { top:5% !important } .positionRight5pct { right:5% !important } .positionBottom5pct { bottom:5% !important } .positionLeft5pct { left:5% !important } .positionTop10pct { top:10% !important } .positionRight10pct { right:10% !important } .positionBottom10pct { bottom:10% !important } .positionLeft10pct { left:10% !important } .positionTop15pct { top:15% !important } .positionRight15pct { right:15% !important } .positionBottom15pct { bottom:15% !important } .positionLeft15pct { left:15% !important } .positionTop20pct { top:20% !important } .positionRight20pct { right:20% !important } .positionBottom20pct { bottom:20% !important } .positionLeft20pct { left:20% !important } .positionTop25pct { top:25% !important } .positionRight25pct { right:25% !important } .positionBottom25pct { bottom:25% !important } .positionLeft25pct { left:25% !important } .positionTop30pct { top:30% !important } .positionRight30pct { right:30% !important } .positionBottom30pct { bottom:30% !important } .positionLeft30pct { left:30% !important } .positionTop35pct { top:35% !important } .positionRight35pct { right:35% !important } .positionBottom35pct { bottom:35% !important } .positionLeft35pct { left:35% !important } .positionTop40pct { top:40% !important } .positionRight40pct { right:40% !important } .positionBottom40pct { bottom:40% !important } .positionLeft40pct { left:40% !important } .positionTop45pct { top:45% !important } .positionRight45pct { right:45% !important } .positionBottom45pct { bottom:45% !important } .positionLeft45pct { left:45% !important } .positionTop50pct { top:50% !important } .positionRight50pct { right:50% !important } .positionBottom50pct { bottom:50% !important } .positionLeft50pct { left:50% !important } .displayBlock,.block { display: block !important; overflow: hidden !important } .displayInlineBlock,.inline-block { display: inline-block !important; overflow: hidden !important } .displayTable { display:table } .displayTableCell { display:table-cell } .displayFlexbox { display: flex; display: flexbox; } .displayNone { display: none !important } .overflowAuto { overflow:auto } .overflowHidden { overflow:hidden } .overflowScroll { overflow:scroll } .overflowVisible { overflow:visible } .overflowNoContent { overflow:no-content } .overflowNoDisplay { overflow:no-display } .overflowAuto-x { overflow-x:auto } .overflowHidden-x { overflow-x:hidden } .overflowScroll-x { overflow-x:scroll } .overflowVisible-x { overflow-x:visible } .overflowNoContent-x { overflow-x:no-content } .overflowNoDisplay-x { overflow-x:no-display } .overflowAuto-y { overflow-y:auto } .overflowHidden-y { overflow-y:hidden } .overflowScroll-y { overflow-y:scroll } .overflowVisible-y { overflow-y:visible } .overflowNoContent-y { overflow-y:no-content } .overflowNoDisplay-y { overflow-y:no-display } .overflowWrapNormal { overflow-wrap:normal } .overflowWrapBreak { overflow-wrap:break-word } .listStyleTypeLowerAlpha { list-style-type: lower-alpha !important } .listStyleTypeLowerAlphaBracketed { list-style-type: none !important; list-style-position: outside !important } .listStyleTypeLowerAlphaBracketed li:before { content: "(" counter(section, lower-alpha) ") " !important } .listStyleTypeLowerAlphaBracketed li { counter-increment: section !important } .listStyleNone { list-style: none !important } .listStyleTypeLowerRoman { list-style-type: lower-roman !important } .wordBreakAll { word-break:break-all !important } .wordKeepAll { word-break:keep-all !important } .wordBreakNormal { word-break:normal !important } .textWrapNone { text-wrap:none !important } .textWrapNormal { text-wrap:normal !important } .textUnderline { text-decoration:underline !important } .textOverline { text-decoration:overline !important } .textLineThrough { text-decoration:line-through !important }
classmate-1.0.0.css
/*===================================================== * Classmate v1.0.0 (http://getcssmate.com) * Written & Maintained by <NAME>. * Copyright (c) 2017-2018 Fluid Art & Motion Ltd. * Licensed under MIT (https://github.com/famcss/classmate/blob/master/LICENSE) ======================================================*/ .clear-xs-left { clear: left !important } .clear-xs-right { clear: right !important } .clear-xs-none { clear: none !important } .clear-xs-both { clear: both !important } .clear-xs-block { clear: both !important; display: block !important; overflow: hidden !important } .float-xs-left { float: left !important } .float-xs-center { margin: 0 auto !important } .float-xs-right { float: right !important } .padding-xs-none { padding: 0px !important } .paddingTop-xs-none { padding-top: 0px !important } .paddingRight-xs-none { padding-right: 0px !important } .paddingBottom-xs-none { padding-bottom: 0px !important } .paddingLeft-xs-none { padding-left: 0px !important } .paddingLateral-xs-none { padding-top: 0 !important; padding-bottom: 0 !important } .paddingGutter-xs-none { padding-right: 0 !important; padding-left: 0 !important } .padding-xs-1 { padding: 1px !important } .paddingTop-xs-1 { padding-top: 1px !important } .paddingRight-xs-1 { padding-right: 1px !important } .paddingBottom-xs-1 { padding-bottom: 1px !important } .paddingLeft-xs-1 { padding-left: 1px !important } .paddingLateral-xs-1 { padding-top: 1px !important; padding-bottom: 1px !important } .paddingGutter-xs-1 { padding-right: 1px !important; padding-left: 1px !important } .padding-xs-1pct { padding: 1% !important } .paddingTop-xs-1pct { padding-top: 1% !important } .paddingRight-xs-1pct { padding-right: 1% !important } .paddingBottom-xs-1pct { padding-bottom: 1% !important } .paddingLeft-xs-1pct { padding-left: 1% !important } .paddingLateral-xs-1pct { padding-top: 1% !important; padding-bottom: 1% !important } .paddingGutter-xs-1pct { padding-right: 1% !important; padding-left: 1% !important } .padding-xs-2 { padding: 2px !important } .paddingTop-xs-2 { padding-top: 2px !important } .paddingRight-xs-2 { padding-right: 2px !important } .paddingBottom-xs-2 { padding-bottom: 2px !important } .paddingLeft-xs-2 { padding-left: 2px !important } .paddingLateral-xs-2 { padding-top: 2px !important; padding-bottom: 2px !important } .paddingGutter-xs-2 { padding-right: 2px !important; padding-left: 2px !important } .padding-xs-2pct { padding: 2% !important } .paddingTop-xs-2pct { padding-top: 2% !important } .paddingRight-xs-2pct { padding-right: 2% !important } .paddingBottom-xs-2pct { padding-bottom: 2% !important } .paddingLeft-xs-2pct { padding-left: 2% !important } .paddingLateral-xs-2pct { padding-top: 2% !important; padding-bottom: 2% !important } .paddingGutter-xs-2pct { padding-right: 2% !important; padding-left: 2% !important } .padding-xs-3 { padding: 3px !important } .paddingTop-xs-3 { padding-top: 3px !important } .paddingRight-xs-3 { padding-right: 3px !important } .paddingBottom-xs-3 { padding-bottom: 3px !important } .paddingLeft-xs-3 { padding-left: 3px !important } .paddingLateral-xs-3 { padding-top: 3px !important; padding-bottom: 3px !important } .paddingGutter-xs-3 { padding-right: 3px !important; padding-left: 3px !important } .padding-xs-3pct { padding: 3% !important } .paddingTop-xs-3pct { padding-top: 3% !important } .paddingRight-xs-3pct { padding-right: 3% !important } .paddingBottom-xs-3pct { padding-bottom: 3% !important } .paddingLeft-xs-3pct { padding-left: 3% !important } .paddingLateral-xs-3pct { padding-top: 3% !important; padding-bottom: 3% !important } .paddingGutter-xs-3pct { padding-right: 3% !important; padding-left: 3% !important } .padding-xs-5 { padding: 5px !important } .paddingTop-xs-5 { padding-top: 5px !important } .paddingRight-xs-5 { padding-right: 5px !important } .paddingBottom-xs-5 { padding-bottom: 5px !important } .paddingLeft-xs-5 { padding-left: 5px !important } .paddingLateral-xs-5 { padding-top: 5px !important; padding-bottom: 5px !important } .paddingGutter-xs-5 { padding-right: 5px !important; padding-left: 5px !important } .padding-xs-5pct { padding: 5% !important } .paddingTop-xs-5pct { padding-top: 5% !important } .paddingRight-xs-5pct { padding-right: 5% !important } .paddingBottom-xs-5pct { padding-bottom: 5% !important } .paddingLeft-xs-5pct { padding-left: 5% !important } .paddingLateral-xs-5pct { padding-top: 5% !important; padding-bottom: 5% !important } .paddingGutter-xs-5pct { padding-right: 5% !important; padding-left: 5% !important } .padding-xs-10 { padding: 10px !important } .paddingTop-xs-10 { padding-top: 10px !important } .paddingRight-xs-10 { padding-right: 10px !important } .paddingBottom-xs-10 { padding-bottom: 10px !important } .paddingLeft-xs-10 { padding-left: 10px !important } .paddingLateral-xs-10 { padding-top: 10px !important; padding-bottom: 10px !important } .paddingGutter-xs-10 { padding-right: 10px !important; padding-left: 10px !important } .padding-xs-10pct { padding: 10% !important } .paddingTop-xs-10pct { padding-top: 10% !important } .paddingRight-xs-10pct { padding-right: 10% !important } .paddingBottom-xs-10pct { padding-bottom: 10% !important } .paddingLeft-xs-10pct { padding-left: 10% !important } .paddingLateral-xs-10pct { padding-top: 10% !important; padding-bottom: 10% !important } .paddingGutter-xs-10pct { padding-right: 10% !important; padding-left: 10% !important } .padding-xs-15 { padding: 15px !important } .paddingTop-xs-15 { padding-top: 15px !important } .paddingRight-xs-15 { padding-right: 15px !important } .paddingBottom-xs-15 { padding-bottom: 15px !important } .paddingLeft-xs-15 { padding-left: 15px !important } .paddingLateral-xs-15 { padding-top: 15px !important; padding-bottom: 15px !important } .paddingGutter-xs-15 { padding-right: 15px !important; padding-left: 15px !important } .padding-xs-15pct { padding: 15% !important } .paddingTop-xs-15pct { padding-top: 15% !important } .paddingRight-xs-15pct { padding-right: 15% !important } .paddingBottom-xs-15pct { padding-bottom: 15% !important } .paddingLeft-xs-15pct { padding-left: 15% !important } .paddingLateral-xs-15pct { padding-top: 15% !important; padding-bottom: 15% !important } .paddingGutter-xs-15pct { padding-right: 15% !important; padding-left: 15% !important } .padding-xs-20 { padding: 20px !important } .paddingTop-xs-20 { padding-top: 20px !important } .paddingRight-xs-20 { padding-right: 20px !important } .paddingBottom-xs-20 { padding-bottom: 20px !important } .paddingLeft-xs-20 { padding-left: 20px !important } .paddingLateral-xs-20 { padding-top: 20px !important; padding-bottom: 20px !important } .paddingGutter-xs-20 { padding-right: 20px !important; padding-left: 20px !important } .padding-xs-20pct { padding: 20% !important } .paddingTop-xs-20pct { padding-top: 20% !important } .paddingRight-xs-20pct { padding-right: 20% !important } .paddingBottom-xs-20pct { padding-bottom: 20% !important } .paddingLeft-xs-20pct { padding-left: 20% !important } .paddingLateral-xs-20pct { padding-top: 20% !important; padding-bottom: 20% !important } .paddingGutter-xs-20pct { padding-right: 20% !important; padding-left: 20% !important } .padding-xs-25 { padding: 25px !important } .paddingTop-xs-25 { padding-top: 25px !important } .paddingRight-xs-25 { padding-right: 25px !important } .paddingBottom-xs-25 { padding-bottom: 25px !important } .paddingLeft-xs-25 { padding-left: 25px !important } .paddingLateral-xs-25 { padding-top: 25px !important; padding-bottom: 25px !important } .paddingGutter-xs-25 { padding-right: 25px !important; padding-left: 25px !important } .padding-xs-25pct { padding: 25% !important } .paddingTop-xs-25pct { padding-top: 25% !important } .paddingRight-xs-25pct { padding-right: 25% !important } .paddingBottom-xs-25pct { padding-bottom: 25% !important } .paddingLeft-xs-25pct { padding-left: 25% !important } .paddingLateral-xs-25pct { padding-top: 25% !important; padding-bottom: 25% !important } .paddingGutter-xs-25pct { padding-right: 25% !important; padding-left: 25% !important } .padding-xs-30 { padding: 30px !important } .paddingTop-xs-30 { padding-top: 30px !important } .paddingRight-xs-30 { padding-right: 30px !important } .paddingBottom-xs-30 { padding-bottom: 30px !important } .paddingLeft-xs-30 { padding-left: 30px !important } .paddingLateral-xs-30 { padding-top: 30px !important; padding-bottom: 30px !important } .paddingGutter-xs-30 { padding-right: 30px !important; padding-left: 30px !important } .padding-xs-35 { padding: 35px !important } .paddingTop-xs-35 { padding-top: 35px !important } .paddingRight-xs-35 { padding-right: 35px !important } .paddingBottom-xs-35 { padding-bottom: 35px !important } .paddingLeft-xs-35 { padding-left: 35px !important } .paddingLateral-xs-35 { padding-top: 35px !important; padding-bottom: 35px !important } .paddingGutter-xs-35 { padding-right: 35px !important; padding-left: 35px !important } .padding-xs-40 { padding: 40px !important } .paddingTop-xs-40 { padding-top: 40px !important } .paddingRight-xs-40 { padding-right: 40px !important } .paddingBottom-xs-40 { padding-bottom: 40px !important } .paddingLeft-xs-40 { padding-left: 40px !important } .paddingLateral-xs-40 { padding-top: 40px !important; padding-bottom: 40px !important } .paddingGutter-xs-40 { padding-right: 40px !important; padding-left: 40px !important } .padding-xs-45 { padding: 45px !important } .paddingTop-xs-45 { padding-top: 45px !important } .paddingRight-xs-45 { padding-right: 45px !important } .paddingBottom-xs-45 { padding-bottom: 45px !important } .paddingLeft-xs-45 { padding-left: 45px !important } .paddingLateral-xs-45 { padding-top: 45px !important; padding-bottom: 45px !important } .paddingGutter-xs-45 { padding-right: 45px !important; padding-left: 45px !important } .padding-xs-50 { padding: 50px !important } .paddingTop-xs-50 { padding-top: 50px !important } .paddingRight-xs-50 { padding-right: 50px !important } .paddingBottom-xs-50 { padding-bottom: 50px !important } .paddingLeft-xs-50 { padding-left: 50px !important } .paddingLateral-xs-50 { padding-top: 50px !important; padding-bottom: 50px !important } .paddingGutter-xs-50 { padding-right: 50px !important; padding-left: 50px !important } .padding-xs-55 { padding: 55px !important } .paddingTop-xs-55 { padding-top: 55px !important } .paddingRight-xs-55 { padding-right: 55px !important } .paddingBottom-xs-55 { padding-bottom: 55px !important } .paddingLeft-xs-55 { padding-left: 55px !important } .paddingLateral-xs-55 { padding-top: 55px !important; padding-bottom: 55px !important } .paddingGutter-xs-55 { padding-right: 55px !important; padding-left: 55px !important } .padding-xs-60 { padding: 60px !important } .paddingTop-xs-60 { padding-top: 60px !important } .paddingRight-xs-60 { padding-right: 60px !important } .paddingBottom-xs-60 { padding-bottom: 60px !important } .paddingLeft-xs-60 { padding-left: 60px !important } .paddingLateral-xs-60 { padding-top: 60px !important; padding-bottom: 60px !important } .paddingGutter-xs-60 { padding-right: 60px !important; padding-left: 60px !important } .padding-xs-65 { padding: 65px !important } .paddingTop-xs-65 { padding-top: 65px !important } .paddingRight-xs-65 { padding-right: 65px !important } .paddingBottom-xs-65 { padding-bottom: 65px !important } .paddingLeft-xs-65 { padding-left: 65px !important } .paddingLateral-xs-65 { padding-top: 65px !important; padding-bottom: 65px !important } .paddingGutter-xs-65 { padding-right: 65px !important; padding-left: 65px !important } .padding-xs-70 { padding: 70px !important } .paddingTop-xs-70 { padding-top: 70px !important } .paddingRight-xs-70 { padding-right: 70px !important } .paddingBottom-xs-70 { padding-bottom: 70px !important } .paddingLeft-xs-70 { padding-left: 70px !important } .paddingLateral-xs-70 { padding-top: 70px !important; padding-bottom: 70px !important } .paddingGutter-xs-70 { padding-right: 70px !important; padding-left: 70px !important } .padding-xs-75 { padding: 75px !important } .paddingTop-xs-75 { padding-top: 75px !important } .paddingRight-xs-75 { padding-right: 75px !important } .paddingBottom-xs-75 { padding-bottom: 75px !important } .paddingLeft-xs-75 { padding-left: 75px !important } .paddingLateral-xs-75 { padding-top: 75px !important; padding-bottom: 75px !important } .paddingGutter-xs-75 { padding-right: 75px !important; padding-left: 75px !important } .padding-xs-80 { padding: 80px !important } .paddingTop-xs-80 { padding-top: 80px !important } .paddingRight-xs-80 { padding-right: 80px !important } .paddingBottom-xs-80 { padding-bottom: 80px !important } .paddingLeft-xs-80 { padding-left: 80px !important } .paddingLateral-xs-80 { padding-top: 80px !important; padding-bottom: 80px !important } .paddingGutter-xs-80 { padding-right: 80px !important; padding-left: 80px !important } .padding-xs-85 { padding: 85px !important } .paddingTop-xs-85 { padding-top: 85px !important } .paddingRight-xs-85 { padding-right: 85px !important } .paddingBottom-xs-85 { padding-bottom: 85px !important } .paddingLeft-xs-85 { padding-left: 85px !important } .paddingLateral-xs-85 { padding-top: 85px !important; padding-bottom: 85px !important } .paddingGutter-xs-85 { padding-right: 85px !important; padding-left: 85px !important } .padding-xs-90 { padding: 90px !important } .paddingTop-xs-90 { padding-top: 90px !important } .paddingRight-xs-90 { padding-right: 90px !important } .paddingBottom-xs-90 { padding-bottom: 90px !important } .paddingLeft-xs-90 { padding-left: 90px !important } .paddingLateral-xs-90 { padding-top: 90px !important; padding-bottom: 90px !important } .paddingGutter-xs-90 { padding-right: 90px !important; padding-left: 90px !important } .padding-xs-95 { padding: 95px !important } .paddingTop-xs-95 { padding-top: 95px !important } .paddingRight-xs-95 { padding-right: 95px !important } .paddingBottom-xs-95 { padding-bottom: 95px !important } .paddingLeft-xs-95 { padding-left: 95px !important } .paddingLateral-xs-95 { padding-top: 95px !important; padding-bottom: 95px !important } .paddingGutter-xs-95 { padding-right: 95px !important; padding-left: 95px !important } .padding-xs-100 { padding: 100px !important } .paddingTop-xs-100 { padding-top: 100px !important } .paddingRight-xs-100 { padding-right: 100px !important } .paddingBottom-xs-100 { padding-bottom: 100px !important } .paddingLeft-xs-100 { padding-left: 100px !important } .paddingLateral-xs-100 { padding-top: 100px !important; padding-bottom: 100px !important } .paddingGutter-xs-100 { padding-right: 100px !important; padding-left: 100px !important } .margin-xs-none { margin: 0 !important } .marginTop-xs-none { margin-top: 0 !important } .marginRight-xs-none { margin-right: 0 !important } .marginBottom-xs-none { margin-bottom: 0 !important } .marginLeft-xs-none { margin-left: 0 !important } .marginLateral-xs-none { margin-top: 0 !important; margin-bottom: 0 !important } .marginGutter-xs-none { margin-right: 0 !important; margin-left: 0 !important } .margin-xs-1 { margin: 1px !important } .marginTop-xs-1 { margin-top: 1px !important } .marginTop-xs-pull-1 { margin-top: -1px !important } .marginRight-xs-1 { margin-right: 1px !important } .marginRight-xs-pull-1 { margin-right: -1px !important } .marginBottom-xs-1 { margin-bottom: 1px !important } .marginBottom-xs-pull-1 { margin-bottom: -1px !important } .marginLeft-xs-1 { margin-left: 1px !important } .marginLeft-xs-pull-1 { margin-left: -1px !important } .marginLateral-xs-1 { margin-top: 1px !important; margin-bottom: 1px !important } .marginLateral-xs-pull-1 { margin-top: -1px !important; margin-bottom: -1px !important } .marginGutter-xs-1 { margin-right: 1px !important; margin-left: 1px !important } .marginGutter-xs-pull-1 { margin-right: -1px !important; margin-left: -1px !important } .margin-xs-2 { margin: 2px !important } .marginTop-xs-2 { margin-top: 2px !important } .marginTop-xs-pull-2 { margin-top: -2px !important } .marginRight-xs-2 { margin-right: 2px !important } .marginRight-xs-pull-2 { margin-right: -2px !important } .marginBottom-xs-2 { margin-bottom: 2px !important } .marginBottom-xs-pull-2 { margin-bottom: -2px !important } .marginLeft-xs-2 { margin-left: 2px !important } .marginLeft-xs-pull-2 { margin-left: -2px !important } .marginLateral-xs-2 { margin-top: 2px !important; margin-bottom: 2px !important } .marginLateral-xs-pull-2 { margin-top: -2px !important; margin-bottom: -2px !important } .marginGutter-xs-2 { margin-right: 2px !important; margin-left: 2px !important } .marginGutter-xs-pull-2 { margin-right: -2px !important; margin-left: -2px !important } .margin-xs-3 { margin: 3px !important } .marginTop-xs-3 { margin-top: 3px !important } .marginTop-xs-pull-3 { margin-top: -3px !important } .marginRight-xs-3 { margin-right: 3px !important } .marginRight-xs-pull-3 { margin-right: -3px !important } .marginBottom-xs-3 { margin-bottom: 3px !important } .marginBottom-xs-pull-3 { margin-bottom: -3px !important } .marginLeft-xs-3 { margin-left: 3px !important } .marginLeft-xs-pull-3 { margin-left: -3px !important } .marginLateral-xs-3 { margin-top: 3px !important; margin-bottom: 3px !important } .marginLateral-xs-pull-3 { margin-top: -3px !important; margin-bottom: -3px !important } .marginGutter-xs-3 { margin-right: 3px !important; margin-left: 3px !important } .marginGutter-xs-pull-3 { margin-right: -3px !important; margin-left: -3px !important } .margin-xs-5 { margin: 5px !important } .marginTop-xs-5 { margin-top: 5px !important } .marginTop-xs-pull-5 { margin-top: -5px !important } .marginRight-xs-5 { margin-right: 5px !important } .marginRight-xs-pull-5 { margin-right: -5px !important } .marginBottom-xs-5 { margin-bottom: 5px !important } .marginBottom-xs-pull-5 { margin-bottom: -5px !important } .marginLeft-xs-5 { margin-left: 5px !important } .marginLeft-xs-pull-5 { margin-left: -5px !important } .marginLateral-xs-5 { margin-top: 5px !important; margin-bottom: 5px !important } .marginLateral-xs-pull-5 { margin-top: -5px !important; margin-bottom: -5px !important } .marginGutter-xs-5 { margin-right: 5px !important; margin-left: 5px !important } .marginGutter-xs-pull-5 { margin-right: -5px !important; margin-left: -5px !important } .margin-xs-10 { margin: 10px !important } .marginTop-xs-10 { margin-top: 10px !important } .marginTop-xs-pull-10 { margin-top: -10px !important } .marginRight-xs-10 { margin-right: 10px !important } .marginRight-xs-pull-10 { margin-right: -10px !important } .marginBottom-xs-10 { margin-bottom: 10px !important } .marginBottom-xs-pull-10 { margin-bottom: -10px !important } .marginLeft-xs-10 { margin-left: 10px !important } .marginLeft-xs-pull-10 { margin-left: -10px !important } .marginLateral-xs-10 { margin-top: 10px !important; margin-bottom: 10px !important } .marginLateral-xs-pull-10 { margin-top: -10px !important; margin-bottom: -10px !important } .marginGutter-xs-10 { margin-right: 10px !important; margin-left: 10px !important } .marginGutter-xs-pull-10 { margin-right: -10px !important; margin-left: -10px !important } .margin-xs-15 { margin: 15px !important } .marginTop-xs-15 { margin-top: 15px !important } .marginTop-xs-pull-15 { margin-top: -15px !important } .marginRight-xs-15 { margin-right: 15px !important } .marginRight-xs-pull-15 { margin-right: -15px !important } .marginBottom-xs-15 { margin-bottom: 15px !important } .marginBottom-xs-pull-15 { margin-bottom: -15px !important } .marginLeft-xs-15 { margin-left: 15px !important } .marginLeft-xs-pull-15 { margin-left: -15px !important } .marginLateral-xs-15 { margin-top: 15px !important; margin-bottom: 15px !important } .marginLateral-xs-pull-15 { margin-top: -15px !important; margin-bottom: -15px !important } .marginGutter-xs-15 { margin-right: 15px !important; margin-left: 15px !important } .marginGutter-xs-pull-15 { margin-right: -15px !important; margin-left: -15px !important } .margin-xs-20 { margin: 20px !important } .marginTop-xs-20 { margin-top: 20px !important } .marginTop-xs-pull-20 { margin-top: -20px !important } .marginRight-xs-20 { margin-right: 20px !important } .marginRight-xs-pull-20 { margin-right: -20px !important } .marginBottom-xs-20 { margin-bottom: 20px !important } .marginBottom-xs-pull-20 { margin-bottom: -20px !important } .marginLeft-xs-20 { margin-left: 20px !important } .marginLeft-xs-pull-20 { margin-left: -20px !important } .marginLateral-xs-20 { margin-top: 20px !important; margin-bottom: 20px !important } .marginLateral-xs-pull-20 { margin-top: -20px !important; margin-bottom: -20px !important } .marginGutter-xs-20 { margin-right: 20px !important; margin-left: 20px !important } .marginGutter-xs-pull-20 { margin-right: -20px !important; margin-left: -20px !important } .margin-xs-25 { margin: 25px !important } .marginTop-xs-25 { margin-top: 25px !important } .marginTop-xs-pull-25 { margin-top: -25px !important } .marginRight-xs-25 { margin-right: 25px !important } .marginRight-xs-pull-25 { margin-right: -25px !important } .marginBottom-xs-25 { margin-bottom: 25px !important } .marginBottom-xs-pull-25 { margin-bottom: -25px !important } .marginLeft-xs-25 { margin-left: 25px !important } .marginLeft-xs-pull-25 { margin-left: -25px !important } .marginLateral-xs-25 { margin-top: 25px !important; margin-bottom: 25px !important } .marginLateral-xs-pull-25 { margin-top: -25px !important; margin-bottom: -25px !important } .marginGutter-xs-25 { margin-right: 25px !important; margin-left: 25px !important } .marginGutter-xs-pull-25 { margin-right: -25px !important; margin-left: -25px !important } .margin-xs-30 { margin: 30px !important } .marginTop-xs-30 { margin-top: 30px !important } .marginTop-xs-pull-30 { margin-top: -30px !important } .marginRight-xs-30 { margin-right: 30px !important } .marginRight-xs-pull-30 { margin-right: -30px !important } .marginBottom-xs-30 { margin-bottom: 30px !important } .marginBottom-xs-pull-30 { margin-bottom: -30px !important } .marginLeft-xs-30 { margin-left: 30px !important } .marginLeft-xs-pull-30 { margin-left: -30px !important } .marginLateral-xs-30 { margin-top: 30px !important; margin-bottom: 30px !important } .marginLateral-xs-pull-30 { margin-top: -30px !important; margin-bottom: -30px !important } .marginGutter-xs-30 { margin-right: 30px !important; margin-left: 30px !important } .marginGutter-xs-pull-30 { margin-right: -30px !important; margin-left: -30px !important } .margin-xs-35 { margin: 35px !important } .marginTop-xs-35 { margin-top: 35px !important } .marginTop-xs-pull-35 { margin-top: -35px !important } .marginRight-xs-35 { margin-right: 35px !important } .marginRight-xs-pull-35 { margin-right: -35px !important } .marginBottom-xs-35 { margin-bottom: 35px !important } .marginBottom-xs-pull-35 { margin-bottom: -35px !important } .marginLeft-xs-35 { margin-left: 35px !important } .marginLeft-xs-pull-35 { margin-left: -35px !important } .marginLateral-xs-35 { margin-top: 35px !important; margin-bottom: 35px !important } .marginLateral-xs-pull-35 { margin-top: -35px !important; margin-bottom: -35px !important } .marginGutter-xs-35 { margin-right: 35px !important; margin-left: 35px !important } .marginGutter-xs-pull-35 { margin-right: -35px !important; margin-left: -35px !important } .margin-xs-40 { margin: 40px !important } .marginTop-xs-40 { margin-top: 40px !important } .marginTop-xs-pull-40 { margin-top: -40px !important } .marginRight-xs-40 { margin-right: 40px !important } .marginRight-xs-pull-40 { margin-right: -40px !important } .marginBottom-xs-40 { margin-bottom: 40px !important } .marginBottom-xs-pull-40 { margin-bottom: -40px !important } .marginLeft-xs-40 { margin-left: 40px !important } .marginLeft-xs-pull-40 { margin-left: -40px !important } .marginLateral-xs-40 { margin-top: 40px !important; margin-bottom: 40px !important } .marginLateral-xs-pull-40 { margin-top: -40px !important; margin-bottom: -40px !important } .marginGutter-xs-40 { margin-right: 40px !important; margin-left: 40px !important } .marginGutter-xs-pull-40 { margin-right: -40px !important; margin-left: -40px !important } .margin-xs-45 { margin: 45px !important } .marginTop-xs-45 { margin-top: 45px !important } .marginTop-xs-pull-45 { margin-top: -45px !important } .marginRight-xs-45 { margin-right: 45px !important } .marginRight-xs-pull-45 { margin-right: -45px !important } .marginBottom-xs-45 { margin-bottom: 45px !important } .marginBottom-xs-pull-45 { margin-bottom: -45px !important } .marginLeft-xs-45 { margin-left: 45px !important } .marginLeft-xs-pull-45 { margin-left: -45px !important } .marginLateral-xs-45 { margin-top: 45px !important; margin-bottom: 45px !important } .marginLateral-xs-pull-45 { margin-top: -45px !important; margin-bottom: -45px !important } .marginGutter-xs-45 { margin-right: 45px !important; margin-left: 45px !important } .marginGutter-xs-pull-45 { margin-right: -45px !important; margin-left: -45px !important } .margin-xs-50 { margin: 50px !important } .marginTop-xs-50 { margin-top: 50px !important } .marginTop-xs-pull-50 { margin-top: -50px !important } .marginRight-xs-50 { margin-right: 50px !important } .marginRight-xs-pull-50 { margin-right: -50px !important } .marginBottom-xs-50 { margin-bottom: 50px !important } .marginBottom-xs-pull-50 { margin-bottom: -50px !important } .marginLeft-xs-50 { margin-left: 50px !important } .marginLeft-xs-pull-50 { margin-left: -50px !important } .marginLateral-xs-50 { margin-top: 50px !important; margin-bottom: 50px !important } .marginLateral-xs-pull-50 { margin-top: -50px !important; margin-bottom: -50px !important } .marginGutter-xs-50 { margin-right: 50px !important; margin-left: 50px !important } .marginGutter-xs-pull-50 { margin-right: -50px !important; margin-left: -50px !important } .margin-xs-55 { margin: 55px !important } .marginTop-xs-55 { margin-top: 55px !important } .marginTop-xs-pull-55 { margin-top: -55px !important } .marginRight-xs-55 { margin-right: 55px !important } .marginRight-xs-pull-55 { margin-right: -55px !important } .marginBottom-xs-55 { margin-bottom: 55px !important } .marginBottom-xs-pull-55 { margin-bottom: -55px !important } .marginLeft-xs-55 { margin-left: 55px !important } .marginLeft-xs-pull-55 { margin-left: -55px !important } .marginLateral-xs-55 { margin-top: 55px !important; margin-bottom: 55px !important } .marginLateral-xs-pull-55 { margin-top: -55px !important; margin-bottom: -55px !important } .marginGutter-xs-55 { margin-right: 55px !important; margin-left: 55px !important } .marginGutter-xs-pull-55 { margin-right: -55px !important; margin-left: -55px !important } .margin-xs-60 { margin: 60px !important } .marginTop-xs-60 { margin-top: 60px !important } .marginTop-xs-pull-60 { margin-top: -60px !important } .marginRight-xs-60 { margin-right: 60px !important } .marginRight-xs-pull-60 { margin-right: -60px !important } .marginBottom-xs-60 { margin-bottom: 60px !important } .marginBottom-xs-pull-60 { margin-bottom: -60px !important } .marginLeft-xs-60 { margin-left: 60px !important } .marginLeft-xs-pull-60 { margin-left: -60px !important } .marginLateral-xs-60 { margin-top: 60px !important; margin-bottom: 60px !important } .marginLateral-xs-pull-60 { margin-top: -60px !important; margin-bottom: -60px !important } .marginGutter-xs-60 { margin-right: 60px !important; margin-left: 60px !important } .marginGutter-xs-pull-60 { margin-right: -60px !important; margin-left: -60px !important } .margin-xs-65 { margin: 65px !important } .marginTop-xs-65 { margin-top: 65px !important } .marginTop-xs-pull-65 { margin-top: -65px !important } .marginRight-xs-65 { margin-right: 65px !important } .marginRight-xs-pull-65 { margin-right: -65px !important } .marginBottom-xs-65 { margin-bottom: 65px !important } .marginBottom-xs-pull-65 { margin-bottom: -65px !important } .marginLeft-xs-65 { margin-left: 65px !important } .marginLeft-xs-pull-65 { margin-left: -65px !important } .marginLateral-xs-65 { margin-top: 65px !important; margin-bottom: 10px !important } .marginLateral-xs-pull-65 { margin-top: -65px !important; margin-bottom: -65px !important } .marginGutter-xs-65 { margin-right: 65px !important; margin-left: 65px !important } .marginGutter-xs-pull-65 { margin-right: -65px !important; margin-left: -65px !important } .margin-xs-70 { margin: 70px !important } .marginTop-xs-70 { margin-top: 70px !important } .marginTop-xs-pull-70 { margin-top: -70px !important } .marginRight-xs-70 { margin-right: 70px !important } .marginRight-xs-pull-70 { margin-right: -70px !important } .marginBottom-xs-70 { margin-bottom: 70px !important } .marginBottom-xs-pull-70 { margin-bottom: -70px !important } .marginLeft-xs-70 { margin-left: 70px !important } .marginLeft-xs-pull-70 { margin-left: -70px !important } .marginLateral-xs-70 { margin-top: 70px !important; margin-bottom: 70px !important } .marginLateral-xs-pull-70 { margin-top: -70px !important; margin-bottom: -70px !important } .marginGutter-xs-70 { margin-right: 70px !important; margin-left: 70px !important } .marginGutter-xs-pull-70 { margin-right: -70px !important; margin-left: -70px !important } .margin-xs-75 { margin: 75px !important } .marginTop-xs-75 { margin-top: 75px !important } .marginTop-xs-pull-75 { margin-top: -75px !important } .marginRight-xs-75 { margin-right: 75px !important } .marginRight-xs-pull-75 { margin-right: -75px !important } .marginBottom-xs-75 { margin-bottom: 75px !important } .marginBottom-xs-pull-75 { margin-bottom: -75px !important } .marginLeft-xs-75 { margin-left: 75px !important } .marginLeft-xs-pull-75 { margin-left: -75px !important } .marginLateral-xs-75 { margin-top: 75px !important; margin-bottom: 75px !important } .marginLateral-xs-pull-75 { margin-top: -75px !important; margin-bottom: -75px !important } .marginGutter-xs-75 { margin-right: 75px !important; margin-left: 75px !important } .marginGutter-xs-pull-75 { margin-right: -75px !important; margin-left: -75px !important } .margin-xs-80 { margin: 80px !important } .marginTop-xs-80 { margin-top: 80px !important } .marginTop-xs-pull-80 { margin-top: -80px !important } .marginRight-xs-80 { margin-right: 80px !important } .marginRight-xs-pull-80 { margin-right: -80px !important } .marginBottom-xs-80 { margin-bottom: 80px !important } .marginBottom-xs-pull-80 { margin-bottom: -80px !important } .marginLeft-xs-80 { margin-left: 80px !important } .marginLeft-xs-pull-80 { margin-left: -80px !important } .marginLateral-xs-80 { margin-top: 80px !important; margin-bottom: 80px !important } .marginLateral-xs-pull-80 { margin-top: -80px !important; margin-bottom: -80px !important } .marginGutter-xs-80 { margin-right: 80px !important; margin-left: 80px !important } .marginGutter-xs-pull-80 { margin-right: -80px !important; margin-left: -80px !important } .margin-xs-85 { margin: 85px !important } .marginTop-xs-85 { margin-top: 85px !important } .marginTop-xs-pull-85 { margin-top: -85px !important } .marginRight-xs-85 { margin-right: 85px !important } .marginRight-xs-pull-85 { margin-right: -85px !important } .marginBottom-xs-85 { margin-bottom: 85px !important } .marginBottom-xs-pull-85 { margin-bottom: -85px !important } .marginLeft-xs-85 { margin-left: 85px !important } .marginLeft-xs-pull-85 { margin-left: -85px !important } .marginLateral-xs-85 { margin-top: 85px !important; margin-bottom: 85px !important } .marginLateral-xs-pull-85 { margin-top: -85px !important; margin-bottom: -85px !important } .marginGutter-xs-85 { margin-right: 85px !important; margin-left: 85px !important } .marginGutter-xs-pull-85 { margin-right: -85px !important; margin-left: -85px !important } .margin-xs-90 { margin: 90px !important } .marginTop-xs-90 { margin-top: 90px !important } .marginTop-xs-pull-90 { margin-top: -90px !important } .marginRight-xs-90 { margin-right: 90px !important } .marginRight-xs-pull-90 { margin-right: -90px !important } .marginBottom-xs-90 { margin-bottom: 90px !important } .marginBottom-xs-pull-90 { margin-bottom: -90px !important } .marginLeft-xs-90 { margin-left: 90px !important } .marginLeft-xs-pull-90 { margin-left: -90px !important } .marginLateral-xs-90 { margin-top: 90px !important; margin-bottom: 90px !important } .marginLateral-xs-pull-90 { margin-top: -90px !important; margin-bottom: -90px !important } .marginGutter-xs-90 { margin-right: 90px !important; margin-left: 90px !important } .marginGutter-xs-pull-90 { margin-right: -90px !important; margin-left: -90px !important } .margin-xs-95 { margin: 95px !important } .marginTop-xs-95 { margin-top: 95px !important } .marginTop-xs-pull-95 { margin-top: -95px !important } .marginRight-xs-95 { margin-right: 95px !important } .marginRight-xs-pull-95 { margin-right: -95px !important } .marginBottom-xs-95 { margin-bottom: 95px !important } .marginBottom-xs-pull-95 { margin-bottom: -95px !important } .marginLeft-xs-95 { margin-left: 95px !important } .marginLeft-xs-pull-95 { margin-left: -95px !important } .marginLateral-xs-95 { margin-top: 95px !important; margin-bottom: 95px !important } .marginLateral-xs-pull-95 { margin-top: -95px !important; margin-bottom: -95px !important } .marginGutter-xs-95 { margin-right: 95px !important; margin-left: 95px !important } .marginGutter-xs-pull-95 { margin-right: -95px !important; margin-left: -95px !important } .margin-xs-100 { margin: 100px !important } .marginTop-xs-100 { margin-top: 100px !important } .marginTop-xs-pull-100 { margin-top: -100px !important } .marginRight-xs-100 { margin-right: 100px !important } .marginRight-xs-pull-100 { margin-right: -100px !important } .marginBottom-xs-100 { margin-bottom: 100px !important } .marginBottom-xs-pull-100 { margin-bottom: -100px !important } .marginLeft-xs-100 { margin-left: 100px !important } .marginLeft-xs-pull-100 { margin-left: -100px !important } .marginLateral-xs-100 { margin-top: 100px !important; margin-bottom: 100px !important } .marginLateral-xs-pull-100 { margin-top: -100px !important; margin-bottom: -100px !important } .marginGutter-xs-100 { margin-right: 100px !important; margin-left: 100px !important } .marginGutter-xs-pull-100 { margin-right: -100px !important; margin-left: -100px !important } .fontSize-xs-10pct { font-size:10% !important } .fontSize-xs-20pct { font-size:20% !important } .fontSize-xs-30pct { font-size:30% !important } .fontSize-xs-40pct { font-size:40% !important } .fontSize-xs-50pct { font-size:50% !important } .fontSize-xs-60pct { font-size:60% !important } .fontSize-xs-70pct { font-size:70% !important } .fontSize-xs-80pct { font-size:80% !important } .fontSize-xs-90pct { font-size:90% !important } .fontSize-xs-100pct { font-size:100% !important } .fontSize-xs-110pct { font-size:110% !important } .fontSize-xs-120pct { font-size:120% !important } .fontSize-xs-130pct { font-size:130% !important } .fontSize-xs-140pct { font-size:140% !important } .fontSize-xs-150pct { font-size:150% !important } .fontSize-xs-160pct { font-size:160% !important } .fontSize-xs-170pct { font-size:170% !important } .fontSize-xs-180pct { font-size:180% !important } .fontSize-xs-190pct { font-size:90% !important } .fontSize-xs-200pct { font-size:200% !important } .fontSize-xs-300pct { font-size:300% !important } .fontSize-xs-400pct { font-size:400% !important } .fontSize-xs-500pct { font-size:500% !important } .fontSize-xs-600pct { font-size:600% !important } .fontSize-xs-700pct { font-size:700% !important } .fontSize-xs-800pct { font-size:800% !important } .fontSize-xs-900pct { font-size:900% !important } .fontSize-xs-1000pct { font-size:1000% !important } .fontSize-xs-10px { font-size:10px !important } .fontSize-xs-11px { font-size:11px !important } .fontSize-xs-12px { font-size:12px !important } .fontSize-xs-14px { font-size:14px !important } .fontSize-xs-16px { font-size:16px !important } .fontSize-xs-18px { font-size:18px !important } .fontSize-xs-20px { font-size:20px !important } .fontSize-xs-22px { font-size:22px !important } .fontSize-xs-24px { font-size:24px !important } .fontSize-xs-26px { font-size:26px !important } .fontSize-xs-28px { font-size:28px !important } .fontSize-xs-30px { font-size:30px !important } .fontSize-xs-32px { font-size:32px !important } .fontSize-xs-34px { font-size:34px !important } .fontSize-xs-36px { font-size:36px !important } .fontSize-xs-38px { font-size:38px !important } .fontSize-xs-40px { font-size:40px !important } .fontSize-xs-42px { font-size:42px !important } .fontSize-xs-44px { font-size:44px !important } .fontSize-xs-46px { font-size:46px !important } .fontSize-xs-48px { font-size:48px !important } .fontSize-xs-50px { font-size:50px !important } .fontSize-xs-60px { font-size:60px !important } .fontSize-xs-70px { font-size:70px !important } .fontSize-xs-80px { font-size:80px !important } .fontSize-xs-90px { font-size:90px !important } .fontSize-xs-100px { font-size:100px !important } .fontSize-xs-06em { font-size:0.625em !important } .fontSize-xs-07em { font-size:0.75em !important } .fontSize-xs-08em { font-size:0.875em !important } .fontSize-xs-1em { font-size:1em !important } .fontSize-xs-11em { font-size:1.125em !important } .fontSize-xs-12em { font-size:1.25em !important } .fontSize-xs-13em { font-size:1.375em !important } .fontSize-xs-15em { font-size:1.5em !important } .fontSize-xs-16em { font-size:1.625em !important } .fontSize-xs-17em { font-size:1.75em !important } .fontSize-xs-18em { font-size:1.875em !important } .fontSize-xs-2em { font-size:2em !important } .fontSize-xs-25em { font-size:2.5em !important } .fontSize-xs-3em { font-size:3em !important } .fontSize-xs-35em { font-size:3.5em !important } .fontSize-xs-4em { font-size:4em !important } .fontSize-xs-45em { font-size:4.5em !important } .fontSize-xs-5em { font-size:5em !important } .fontWeight-xs-normal { font-weight:normal !important } .fontWeight-xs-bold { font-weight:bold !important } .fontWeight-xs-bolder { font-weight:bolder !important } .fontWeight-xs-lighter { font-weight:lighter !important } .fontWeight-xs-100 { font-weight:100 !important } .fontWeight-xs-200 { font-weight:200 !important } .fontWeight-xs-300 { font-weight:300 !important } .fontWeight-xs-400 { font-weight:400 !important } .fontWeight-xs-500 { font-weight:500 !important } .fontWeight-xs-600 { font-weight:600 !important } .fontWeight-xs-700 { font-weight:700 !important } .fontWeight-xs-800 { font-weight:800 !important } .fontWeight-xs-900 { font-weight:900 !important } .textAlign-xs-left,.text-xs-left { text-align:left !important } .textAlign-xs-right,.text-xs-right { text-align:right !important } .textAlign-xs-center,.text-xs-center { text-align:center !important } .textAlign-xs-justify,.text-xs-justify { text-align:justify !important } .textAlign-xs-start,.text-xs-start { text-align:start !important } .textAlign-xs-end,.text-xs-end { text-align:end !important } .positionTop-xs-none { top:0 !important } .positionRight-xs-none { right:0 !important } .positionBottom-xs-none { bottom:0 !important } .positionLeft-xs-none { left:0 !important } .positionTop-xs-1 { top:1px !important } .positionRight-xs-1 { right:1px !important } .positionBottom-xs-1 { bottom:1px !important } .positionLeft-xs-1 { left:1px !important } .positionTop-xs-2 { top:2px !important } .positionRight-xs-2 { right:2px !important } .positionBottom-xs-2 { bottom:2px !important } .positionLeft-xs-2 { left:2px !important } .positionTop-xs-3 { top:3px !important } .positionRight-xs-3 { right:3px !important } .positionBottom-xs-3 { bottom:3px !important } .positionLeft-xs-3 { left:3px !important } .positionTop-xs-5 { top:5px !important } .positionRight-xs-5 { right:5px !important } .positionBottom-xs-5 { bottom:5px !important } .positionLeft-xs-5 { left:5px !important } .positionTop-xs-10 { top:10px !important } .positionRight-xs-10 { right:10px !important } .positionBottom-xs-10 { bottom:10px !important } .positionLeft-xs-10 { left:10px !important } .positionTop-xs-15 { top:15px !important } .positionRight-xs-15 { right:15px !important } .positionBottom-xs-15 { bottom:15px !important } .positionLeft-xs-15 { left:15px !important } .positionTop-xs-20 { top:20px !important } .positionRight-xs-20 { right:20px !important } .positionBottom-xs-20 { bottom:20px !important } .positionLeft-xs-20 { left:20px !important } .positionTop-xs-25 { top:25px !important } .positionRight-xs-25 { right:25px !important } .positionBottom-xs-25 { bottom:25px !important } .positionLeft-xs-25 { left:25px !important } .positionTop-xs-30 { top:30px !important } .positionRight-xs-30 { right:30px !important } .positionBottom-xs-30 { bottom:30px !important } .positionLeft-xs-30 { left:30px !important } .positionTop-xs-35 { top:35px !important } .positionRight-xs-35 { right:35px !important } .positionBottom-xs-35 { bottom:35px !important } .positionLeft-xs-35 { left:35px !important } .positionTop-xs-40 { top:40px !important } .positionRight-xs-40 { right:40px !important } .positionBottom-xs-40 { bottom:40px !important } .positionLeft-xs-40 { left:40px !important } .positionTop-xs-45 { top:45px !important } .positionRight-xs-45 { right:45px !important } .positionBottom-xs-45 { bottom:45px !important } .positionLeft-xs-45 { left:45px !important } .positionTop-xs-50 { top:50px !important } .positionRight-xs-50 { right:50px !important } .positionBottom-xs-50 { bottom:50px !important } .positionLeft-xs-50 { left:50px !important } .positionTop-xs-55 { top:55px !important } .positionRight-xs-55 { right:55px !important } .positionBottom-xs-55 { bottom:55px !important } .positionLeft-xs-55 { left:55px !important } .positionTop-xs-60 { top:60px !important } .positionRight-xs-60 { right:60px !important } .positionBottom-xs-60 { bottom:60px !important } .positionLeft-xs-60 { left:60px !important } .positionTop-xs-65 { top:65px !important } .positionRight-xs-65 { right:65px !important } .positionBottom-xs-65 { bottom:65px !important } .positionLeft-xs-65 { left:65px !important } .positionTop-xs-70 { top:70px !important } .positionRight-xs-70 { right:70px !important } .positionBottom-xs-70 { bottom:70px !important } .positionLeft-xs-70 { left:70px !important } .positionTop-xs-75 { top:75px !important } .positionRight-xs-75 { right:75px !important } .positionBottom-xs-75 { bottom:75px !important } .positionLeft-xs-75 { left:75px !important } .positionTop-xs-80 { top:80px !important } .positionRight-xs-80 { right:80px !important } .positionBottom-xs-80 { bottom:80px !important } .positionLeft-xs-80 { left:80px !important } .positionTop-xs-85 { top:85px !important } .positionRight-xs-85 { right:85px !important } .positionBottom-xs-85 { bottom:85px !important } .positionLeft-xs-85 { left:85px !important } .positionTop-xs-90 { top:90px !important } .positionRight-xs-90 { right:90px !important } .positionBottom-xs-90 { bottom:90px !important } .positionLeft-xs-90 { left:90px !important } .positionTop-xs-95 { top:95px !important } .positionRight-xs-95 { right:95px !important } .positionBottom-xs-95 { bottom:95px !important } .positionLeft-xs-95 { left:95px !important } .positionTop-xs-100 { top:100px !important } .positionRight-xs-100 { right:100px !important } .positionBottom-xs-100 { bottom:100px !important } .positionLeft-xs-100 { left:100px !important } .positionTop-xs-110 { top:110px !important } .positionRight-xs-110 { right:110px !important } .positionBottom-xs-110 { bottom:110px !important } .positionLeft-xs-110 { left:110px !important } .positionTop-xs-120 { top:120px !important } .positionRight-xs-120 { right:120px !important } .positionBottom-xs-120 { bottom:120px !important } .positionLeft-xs-120 { left:120px !important } .positionTop-xs-130 { top:130px !important } .positionRight-xs-130 { right:130px !important } .positionBottom-xs-130 { bottom:130px !important } .positionLeft-xs-130 { left:130px !important } .positionTop-xs-140 { top:140px !important } .positionRight-xs-140 { right:140px !important } .positionBottom-xs-140 { bottom:140px !important } .positionLeft-xs-140 { left:140px !important } .positionTop-xs-150 { top:150px !important } .positionRight-xs-150 { right:150px !important } .positionBottom-xs-150 { bottom:150px !important } .positionLeft-xs-150 { left:150px !important } .positionTop-xs-160 { top:160px !important } .positionRight-xs-160 { right:160px !important } .positionBottom-xs-160 { bottom:160px !important } .positionLeft-xs-160 { left:160px !important } .positionTop-xs-170 { top:170px !important } .positionRight-xs-170 { right:170px !important } .positionBottom-xs-170 { bottom:170px !important } .positionLeft-xs-170 { left:170px !important } .positionTop-xs-180 { top:180px !important } .positionRight-xs-180 { right:180px !important } .positionBottom-xs-180 { bottom:180px !important } .positionLeft-xs-180 { left:180px !important } .positionTop-xs-190 { top:190px !important } .positionRight-xs-190 { right:190px !important } .positionBottom-xs-190 { bottom:190px !important } .positionLeft-xs-190 { left:190px !important } .positionTop-xs-200 { top:200px !important } .positionRight-xs-200 { right:200px !important } .positionBottom-xs-200 { bottom:200px !important } .positionLeft-xs-200 { left:200px !important } .positionTop-xs-250 { top:250px !important } .positionRight-xs-250 { right:250px !important } .positionBottom-xs-250 { bottom:250px !important } .positionLeft-xs-250 { left:250px !important } .positionTop-xs-300 { top:300px !important } .positionRight-xs-300 { right:300px !important } .positionBottom-xs-300 { bottom:300px !important } .positionLeft-xs-300 { left:300px !important } .positionTop-xs-350 { top:350px !important } .positionRight-xs-350 { right:350px !important } .positionBottom-xs-350 { bottom:350px !important } .positionLeft-xs-350 { left:350px !important } .positionTop-xs-400 { top:400px !important } .positionRight-xs-400 { right:400px !important } .positionBottom-xs-400 { bottom:400px !important } .positionLeft-xs-400 { left:400px !important } .positionTop-xs-450 { top:450px !important } .positionRight-xs-450 { right:450px !important } .positionBottom-xs-450 { bottom:450px !important } .positionLeft-xs-450 { left:450px !important } .positionTop-xs-500 { top:500px !important } .positionRight-xs-500 { right:500px !important } .positionBottom-xs-500 { bottom:500px !important } .positionLeft-xs-500 { left:500px !important } .positionTop-xs-1pct { top:1% !important } .positionRight-xs-1pct { right:1% !important } .positionBottom-xs-1pct { bottom:1% !important } .positionLeft-xs-1pct { left:1% !important } .positionTop-xs-2pct { top:2% !important } .positionRight-xs-2pct { right:2% !important } .positionBottom-xs-2pct { bottom:2% !important } .positionLeft-xs-2pct { left:2% !important } .positionTop-xs-3pct { top:3% !important } .positionRight-xs-3pct { right:3% !important } .positionBottom-xs-3pct { bottom:3% !important } .positionLeft-xs-3pct { left:3% !important } .positionTop-xs-5pct { top:5% !important } .positionRight-xs-5pct { right:5% !important } .positionBottom-xs-5pct { bottom:5% !important } .positionLeft-xs-5pct { left:5% !important } .positionTop-xs-10pct { top:10% !important } .positionRight-xs-10pct { right:10% !important } .positionBottom-xs-10pct { bottom:10% !important } .positionLeft-xs-10pct { left:10% !important } .positionTop-xs-15pct { top:15% !important } .positionRight-xs-15pct { right:15% !important } .positionBottom-xs-15pct { bottom:15% !important } .positionLeft-xs-15pct { left:15% !important } .positionTop-xs-20pct { top:20% !important } .positionRight-xs-20pct { right:20% !important } .positionBottom-xs-20pct { bottom:20% !important } .positionLeft-xs-20pct { left:20% !important } .positionTop-xs-25pct { top:25% !important } .positionRight-xs-25pct { right:25% !important } .positionBottom-xs-25pct { bottom:25% !important } .positionLeft-xs-25pct { left:25% !important } .positionTop-xs-30pct { top:30% !important } .positionRight-xs-30pct { right:30% !important } .positionBottom-xs-30pct { bottom:30% !important } .positionLeft-xs-30pct { left:30% !important } .positionTop-xs-35pct { top:35% !important } .positionRight-xs-35pct { right:35% !important } .positionBottom-xs-35pct { bottom:35% !important } .positionLeft-xs-35pct { left:35% !important } .positionTop-xs-40pct { top:40% !important } .positionRight-xs-40pct { right:40% !important } .positionBottom-xs-40pct { bottom:40% !important } .positionLeft-xs-40pct { left:40% !important } .positionTop-xs-45pct { top:45% !important } .positionRight-xs-45pct { right:45% !important } .positionBottom-xs-45pct { bottom:45% !important } .positionLeft-xs-45pct { left:45% !important } .positionTop-xs-50pct { top:50% !important } .positionRight-xs-50pct { right:50% !important } .positionBottom-xs-50pct { bottom:50% !important } .positionLeft-xs-50pct { left:50% !important } .border-xs-none { border:none 0px !important } .borderTop-xs-none { border-top:none 0px !important } .borderRight-xs-none { border-right:none 0px !important } .borderBottom-xs-none { border-bottom:none 0px !important } .borderLeft-xs-none { border-left:none 0px !important } .border-xs-transparent { border:transparent 1px solid !important } .borderTop-xs-transparent { border-top:transparent 1px solid !important } .borderRight-xs-transparent { border-right:transparent 1px solid !important } .borderBottom-xs-transparent { border-bottom:transparent 1px solid !important } .borderLeft-xs-transparent { border-left:transparent 1px solid !important } @media (min-width:768px) { .clear-sm-left { clear: left !important } .clear-sm-right { clear: right !important } .clear-sm-none { clear: none !important } .clear-sm-both { clear: both !important } .clear-sm-block { clear: both !important; display: block !important; overflow: hidden !important } .float-sm-left { float: left !important } .float-sm-center { margin: 0 auto !important } .float-sm-right { float: right !important } .padding-sm-none { padding: 0px !important } .paddingTop-sm-none { padding-top: 0px !important } .paddingRight-sm-none { padding-right: 0px !important } .paddingBottom-sm-none { padding-bottom: 0px !important } .paddingLeft-sm-none { padding-left: 0px !important } .paddingLateral-sm-none { padding-top: 0 !important; padding-bottom: 0 !important } .paddingGutter-sm-none { padding-right: 0 !important; padding-left: 0 !important } .padding-sm-1 { padding: 1px !important } .paddingTop-sm-1 { padding-top: 1px !important } .paddingRight-sm-1 { padding-right: 1px !important } .paddingBottom-sm-1 { padding-bottom: 1px !important } .paddingLeft-sm-1 { padding-left: 1px !important } .paddingLateral-sm-1 { padding-top: 1px !important; padding-bottom: 1px !important } .paddingGutter-sm-1 { padding-right: 1px !important; padding-left: 1px !important } .padding-sm-1pct { padding: 1% !important } .paddingTop-sm-1pct { padding-top: 1% !important } .paddingRight-sm-1pct { padding-right: 1% !important } .paddingBottom-sm-1pct { padding-bottom: 1% !important } .paddingLeft-sm-1pct { padding-left: 1% !important } .paddingLateral-sm-1pct { padding-top: 1% !important; padding-bottom: 1% !important } .paddingGutter-sm-1pct { padding-right: 1% !important; padding-left: 1% !important } .padding-sm-2 { padding: 2px !important } .paddingTop-sm-2 { padding-top: 2px !important } .paddingRight-sm-2 { padding-right: 2px !important } .paddingBottom-sm-2 { padding-bottom: 2px !important } .paddingLeft-sm-2 { padding-left: 2px !important } .paddingLateral-sm-2 { padding-top: 2px !important; padding-bottom: 2px !important } .paddingGutter-sm-2 { padding-right: 2px !important; padding-left: 2px !important } .padding-sm-2pct { padding: 2% !important } .paddingTop-sm-2pct { padding-top: 2% !important } .paddingRight-sm-2pct { padding-right: 2% !important } .paddingBottom-sm-2pct { padding-bottom: 2% !important } .paddingLeft-sm-2pct { padding-left: 2% !important } .paddingLateral-sm-2pct { padding-top: 2% !important; padding-bottom: 2% !important } .paddingGutter-sm-2pct { padding-right: 2% !important; padding-left: 2% !important } .padding-sm-3 { padding: 3px !important } .paddingTop-sm-3 { padding-top: 3px !important } .paddingRight-sm-3 { padding-right: 3px !important } .paddingBottom-sm-3 { padding-bottom: 3px !important } .paddingLeft-sm-3 { padding-left: 3px !important } .paddingLateral-sm-3 { padding-top: 3px !important; padding-bottom: 3px !important } .paddingGutter-sm-3 { padding-right: 3px !important; padding-left: 3px !important } .padding-sm-3pct { padding: 3% !important } .paddingTop-sm-3pct { padding-top: 3% !important } .paddingRight-sm-3pct { padding-right: 3% !important } .paddingBottom-sm-3pct { padding-bottom: 3% !important } .paddingLeft-sm-3pct { padding-left: 3% !important } .paddingLateral-sm-3pct { padding-top: 3% !important; padding-bottom: 3% !important } .paddingGutter-sm-3pct { padding-right: 3% !important; padding-left: 3% !important } .padding-sm-5 { padding: 5px !important } .paddingTop-sm-5 { padding-top: 5px !important } .paddingRight-sm-5 { padding-right: 5px !important } .paddingBottom-sm-5 { padding-bottom: 5px !important } .paddingLeft-sm-5 { padding-left: 5px !important } .paddingLateral-sm-5 { padding-top: 5px !important; padding-bottom: 5px !important } .paddingGutter-sm-5 { padding-right: 5px !important; padding-left: 5px !important } .padding-sm-5pct { padding: 5% !important } .paddingTop-sm-5pct { padding-top: 5% !important } .paddingRight-sm-5pct { padding-right: 5% !important } .paddingBottom-sm-5pct { padding-bottom: 5% !important } .paddingLeft-sm-5pct { padding-left: 5% !important } .paddingLateral-sm-5pct { padding-top: 5% !important; padding-bottom: 5% !important } .paddingGutter-sm-5pct { padding-right: 5% !important; padding-left: 5% !important } .padding-sm-10 { padding: 10px !important } .paddingTop-sm-10 { padding-top: 10px !important } .paddingRight-sm-10 { padding-right: 10px !important } .paddingBottom-sm-10 { padding-bottom: 10px !important } .paddingLeft-sm-10 { padding-left: 10px !important } .paddingLateral-sm-10 { padding-top: 10px !important; padding-bottom: 10px !important } .paddingGutter-sm-10 { padding-right: 10px !important; padding-left: 10px !important } .padding-sm-10pct { padding: 10% !important } .paddingTop-sm-10pct { padding-top: 10% !important } .paddingRight-sm-10pct { padding-right: 10% !important } .paddingBottom-sm-10pct { padding-bottom: 10% !important } .paddingLeft-sm-10pct { padding-left: 10% !important } .paddingLateral-sm-10pct { padding-top: 10% !important; padding-bottom: 10% !important } .paddingGutter-sm-10pct { padding-right: 10% !important; padding-left: 10% !important } .padding-sm-15 { padding: 15px !important } .paddingTop-sm-15 { padding-top: 15px !important } .paddingRight-sm-15 { padding-right: 15px !important } .paddingBottom-sm-15 { padding-bottom: 15px !important } .paddingLeft-sm-15 { padding-left: 15px !important } .paddingLateral-sm-15 { padding-top: 15px !important; padding-bottom: 15px !important } .paddingGutter-sm-15 { padding-right: 15px !important; padding-left: 15px !important } .padding-sm-15pct { padding: 15% !important } .paddingTop-sm-15pct { padding-top: 15% !important } .paddingRight-sm-15pct { padding-right: 15% !important } .paddingBottom-sm-15pct { padding-bottom: 15% !important } .paddingLeft-sm-15pct { padding-left: 15% !important } .paddingLateral-sm-15pct { padding-top: 15% !important; padding-bottom: 15% !important } .paddingGutter-sm-15pct { padding-right: 15% !important; padding-left: 15% !important } .padding-sm-20 { padding: 20px !important } .paddingTop-sm-20 { padding-top: 20px !important } .paddingRight-sm-20 { padding-right: 20px !important } .paddingBottom-sm-20 { padding-bottom: 20px !important } .paddingLeft-sm-20 { padding-left: 20px !important } .paddingLateral-sm-20 { padding-top: 20px !important; padding-bottom: 20px !important } .paddingGutter-sm-20 { padding-right: 20px !important; padding-left: 20px !important } .padding-sm-20pct { padding: 20% !important } .paddingTop-sm-20pct { padding-top: 20% !important } .paddingRight-sm-20pct { padding-right: 20% !important } .paddingBottom-sm-20pct { padding-bottom: 20% !important } .paddingLeft-sm-20pct { padding-left: 20% !important } .paddingLateral-sm-20pct { padding-top: 20% !important; padding-bottom: 20% !important } .paddingGutter-sm-20pct { padding-right: 20% !important; padding-left: 20% !important } .padding-sm-25 { padding: 25px !important } .paddingTop-sm-25 { padding-top: 25px !important } .paddingRight-sm-25 { padding-right: 25px !important } .paddingBottom-sm-25 { padding-bottom: 25px !important } .paddingLeft-sm-25 { padding-left: 25px !important } .paddingLateral-sm-25 { padding-top: 25px !important; padding-bottom: 25px !important } .paddingGutter-sm-25 { padding-right: 25px !important; padding-left: 25px !important } .padding-sm-25pct { padding: 25% !important } .paddingTop-sm-25pct { padding-top: 25% !important } .paddingRight-sm-25pct { padding-right: 25% !important } .paddingBottom-sm-25pct { padding-bottom: 25% !important } .paddingLeft-sm-25pct { padding-left: 25% !important } .paddingLateral-sm-25pct { padding-top: 25% !important; padding-bottom: 25% !important } .paddingGutter-sm-25pct { padding-right: 25% !important; padding-left: 25% !important } .padding-sm-30 { padding: 30px !important } .paddingTop-sm-30 { padding-top: 30px !important } .paddingRight-sm-30 { padding-right: 30px !important } .paddingBottom-sm-30 { padding-bottom: 30px !important } .paddingLeft-sm-30 { padding-left: 30px !important } .paddingLateral-sm-30 { padding-top: 30px !important; padding-bottom: 30px !important } .paddingGutter-sm-30 { padding-right: 30px !important; padding-left: 30px !important } .padding-sm-35 { padding: 35px !important } .paddingTop-sm-35 { padding-top: 35px !important } .paddingRight-sm-35 { padding-right: 35px !important } .paddingBottom-sm-35 { padding-bottom: 35px !important } .paddingLeft-sm-35 { padding-left: 35px !important } .paddingLateral-sm-35 { padding-top: 35px !important; padding-bottom: 35px !important } .paddingGutter-sm-35 { padding-right: 35px !important; padding-left: 35px !important } .padding-sm-40 { padding: 40px !important } .paddingTop-sm-40 { padding-top: 40px !important } .paddingRight-sm-40 { padding-right: 40px !important } .paddingBottom-sm-40 { padding-bottom: 40px !important } .paddingLeft-sm-40 { padding-left: 40px !important } .paddingLateral-sm-40 { padding-top: 40px !important; padding-bottom: 40px !important } .paddingGutter-sm-40 { padding-right: 40px !important; padding-left: 40px !important } .padding-sm-45 { padding: 45px !important } .paddingTop-sm-45 { padding-top: 45px !important } .paddingRight-sm-45 { padding-right: 45px !important } .paddingBottom-sm-45 { padding-bottom: 45px !important } .paddingLeft-sm-45 { padding-left: 45px !important } .paddingLateral-sm-45 { padding-top: 45px !important; padding-bottom: 45px !important } .paddingGutter-sm-45 { padding-right: 45px !important; padding-left: 45px !important } .padding-sm-50 { padding: 50px !important } .paddingTop-sm-50 { padding-top: 50px !important } .paddingRight-sm-50 { padding-right: 50px !important } .paddingBottom-sm-50 { padding-bottom: 50px !important } .paddingLeft-sm-50 { padding-left: 50px !important } .paddingLateral-sm-50 { padding-top: 50px !important; padding-bottom: 50px !important } .paddingGutter-sm-50 { padding-right: 50px !important; padding-left: 50px !important } .padding-sm-55 { padding: 55px !important } .paddingTop-sm-55 { padding-top: 55px !important } .paddingRight-sm-55 { padding-right: 55px !important } .paddingBottom-sm-55 { padding-bottom: 55px !important } .paddingLeft-sm-55 { padding-left: 55px !important } .paddingLateral-sm-55 { padding-top: 55px !important; padding-bottom: 55px !important } .paddingGutter-sm-55 { padding-right: 55px !important; padding-left: 55px !important } .padding-sm-60 { padding: 60px !important } .paddingTop-sm-60 { padding-top: 60px !important } .paddingRight-sm-60 { padding-right: 60px !important } .paddingBottom-sm-60 { padding-bottom: 60px !important } .paddingLeft-sm-60 { padding-left: 60px !important } .paddingLateral-sm-60 { padding-top: 60px !important; padding-bottom: 60px !important } .paddingGutter-sm-60 { padding-right: 60px !important; padding-left: 60px !important } .padding-sm-65 { padding: 65px !important } .paddingTop-sm-65 { padding-top: 65px !important } .paddingRight-sm-65 { padding-right: 65px !important } .paddingBottom-sm-65 { padding-bottom: 65px !important } .paddingLeft-sm-65 { padding-left: 65px !important } .paddingLateral-sm-65 { padding-top: 65px !important; padding-bottom: 65px !important } .paddingGutter-sm-65 { padding-right: 65px !important; padding-left: 65px !important } .padding-sm-70 { padding: 70px !important } .paddingTop-sm-70 { padding-top: 70px !important } .paddingRight-sm-70 { padding-right: 70px !important } .paddingBottom-sm-70 { padding-bottom: 70px !important } .paddingLeft-sm-70 { padding-left: 70px !important } .paddingLateral-sm-70 { padding-top: 70px !important; padding-bottom: 70px !important } .paddingGutter-sm-70 { padding-right: 70px !important; padding-left: 70px !important } .padding-sm-75 { padding: 75px !important } .paddingTop-sm-75 { padding-top: 75px !important } .paddingRight-sm-75 { padding-right: 75px !important } .paddingBottom-sm-75 { padding-bottom: 75px !important } .paddingLeft-sm-75 { padding-left: 75px !important } .paddingLateral-sm-75 { padding-top: 75px !important; padding-bottom: 75px !important } .paddingGutter-sm-75 { padding-right: 75px !important; padding-left: 75px !important } .padding-sm-80 { padding: 80px !important } .paddingTop-sm-80 { padding-top: 80px !important } .paddingRight-sm-80 { padding-right: 80px !important } .paddingBottom-sm-80 { padding-bottom: 80px !important } .paddingLeft-sm-80 { padding-left: 80px !important } .paddingLateral-sm-80 { padding-top: 80px !important; padding-bottom: 80px !important } .paddingGutter-sm-80 { padding-right: 80px !important; padding-left: 80px !important } .padding-sm-85 { padding: 85px !important } .paddingTop-sm-85 { padding-top: 85px !important } .paddingRight-sm-85 { padding-right: 85px !important } .paddingBottom-sm-85 { padding-bottom: 85px !important } .paddingLeft-sm-85 { padding-left: 85px !important } .paddingLateral-sm-85 { padding-top: 85px !important; padding-bottom: 85px !important } .paddingGutter-sm-85 { padding-right: 85px !important; padding-left: 85px !important } .padding-sm-90 { padding: 90px !important } .paddingTop-sm-90 { padding-top: 90px !important } .paddingRight-sm-90 { padding-right: 90px !important } .paddingBottom-sm-90 { padding-bottom: 90px !important } .paddingLeft-sm-90 { padding-left: 90px !important } .paddingLateral-sm-90 { padding-top: 90px !important; padding-bottom: 90px !important } .paddingGutter-sm-90 { padding-right: 90px !important; padding-left: 90px !important } .padding-sm-95 { padding: 95px !important } .paddingTop-sm-95 { padding-top: 95px !important } .paddingRight-sm-95 { padding-right: 95px !important } .paddingBottom-sm-95 { padding-bottom: 95px !important } .paddingLeft-sm-95 { padding-left: 95px !important } .paddingLateral-sm-95 { padding-top: 95px !important; padding-bottom: 95px !important } .paddingGutter-sm-95 { padding-right: 95px !important; padding-left: 95px !important } .padding-sm-100 { padding: 100px !important } .paddingTop-sm-100 { padding-top: 100px !important } .paddingRight-sm-100 { padding-right: 100px !important } .paddingBottom-sm-100 { padding-bottom: 100px !important } .paddingLeft-sm-100 { padding-left: 100px !important } .paddingLateral-sm-100 { padding-top: 100px !important; padding-bottom: 100px !important } .paddingGutter-sm-100 { padding-right: 100px !important; padding-left: 100px !important } .margin-sm-none { margin: 0 !important } .marginTop-sm-none { margin-top: 0 !important } .marginRight-sm-none { margin-right: 0 !important } .marginBottom-sm-none { margin-bottom: 0 !important } .marginLeft-sm-none { margin-left: 0 !important } .marginLateral-sm-none { margin-top: 0 !important; margin-bottom: 0 !important } .marginGutter-sm-none { margin-right: 0 !important; margin-left: 0 !important } .margin-sm-1 { margin: 1px !important } .marginTop-sm-1 { margin-top: 1px !important } .marginTop-sm-pull-1 { margin-top: -1px !important } .marginRight-sm-1 { margin-right: 1px !important } .marginRight-sm-pull-1 { margin-right: -1px !important } .marginBottom-sm-1 { margin-bottom: 1px !important } .marginBottom-sm-pull-1 { margin-bottom: -1px !important } .marginLeft-sm-1 { margin-left: 1px !important } .marginLeft-sm-pull-1 { margin-left: -1px !important } .marginLateral-sm-1 { margin-top: 1px !important; margin-bottom: 1px !important } .marginLateral-sm-pull-1 { margin-top: -1px !important; margin-bottom: -1px !important } .marginGutter-sm-1 { margin-right: 1px !important; margin-left: 1px !important } .marginGutter-sm-pull-1 { margin-right: -1px !important; margin-left: -1px !important } .margin-sm-2 { margin: 2px !important } .marginTop-sm-2 { margin-top: 2px !important } .marginTop-sm-pull-2 { margin-top: -2px !important } .marginRight-sm-2 { margin-right: 2px !important } .marginRight-sm-pull-2 { margin-right: -2px !important } .marginBottom-sm-2 { margin-bottom: 2px !important } .marginBottom-sm-pull-2 { margin-bottom: -2px !important } .marginLeft-sm-2 { margin-left: 2px !important } .marginLeft-sm-pull-2 { margin-left: -2px !important } .marginLateral-sm-2 { margin-top: 2px !important; margin-bottom: 2px !important } .marginLateral-sm-pull-2 { margin-top: -2px !important; margin-bottom: -2px !important } .marginGutter-sm-2 { margin-right: 2px !important; margin-left: 2px !important } .marginGutter-sm-pull-2 { margin-right: -2px !important; margin-left: -2px !important } .margin-sm-3 { margin: 3px !important } .marginTop-sm-3 { margin-top: 3px !important } .marginTop-sm-pull-3 { margin-top: -3px !important } .marginRight-sm-3 { margin-right: 3px !important } .marginRight-sm-pull-3 { margin-right: -3px !important } .marginBottom-sm-3 { margin-bottom: 3px !important } .marginBottom-sm-pull-3 { margin-bottom: -3px !important } .marginLeft-sm-3 { margin-left: 3px !important } .marginLeft-sm-pull-3 { margin-left: -3px !important } .marginLateral-sm-3 { margin-top: 3px !important; margin-bottom: 3px !important } .marginLateral-sm-pull-3 { margin-top: -3px !important; margin-bottom: -3px !important } .marginGutter-sm-3 { margin-right: 3px !important; margin-left: 3px !important } .marginGutter-sm-pull-3 { margin-right: -3px !important; margin-left: -3px !important } .margin-sm-5 { margin: 5px !important } .marginTop-sm-5 { margin-top: 5px !important } .marginTop-sm-pull-5 { margin-top: -5px !important } .marginRight-sm-5 { margin-right: 5px !important } .marginRight-sm-pull-5 { margin-right: -5px !important } .marginBottom-sm-5 { margin-bottom: 5px !important } .marginBottom-sm-pull-5 { margin-bottom: -5px !important } .marginLeft-sm-5 { margin-left: 5px !important } .marginLeft-sm-pull-5 { margin-left: -5px !important } .marginLateral-sm-5 { margin-top: 5px !important; margin-bottom: 5px !important } .marginLateral-sm-pull-5 { margin-top: -5px !important; margin-bottom: -5px !important } .marginGutter-sm-5 { margin-right: 5px !important; margin-left: 5px !important } .marginGutter-sm-pull-5 { margin-right: -5px !important; margin-left: -5px !important } .margin-sm-10 { margin: 10px !important } .marginTop-sm-10 { margin-top: 10px !important } .marginTop-sm-pull-10 { margin-top: -10px !important } .marginRight-sm-10 { margin-right: 10px !important } .marginRight-sm-pull-10 { margin-right: -10px !important } .marginBottom-sm-10 { margin-bottom: 10px !important } .marginBottom-sm-pull-10 { margin-bottom: -10px !important } .marginLeft-sm-10 { margin-left: 10px !important } .marginLeft-sm-pull-10 { margin-left: -10px !important } .marginLateral-sm-10 { margin-top: 10px !important; margin-bottom: 10px !important } .marginLateral-sm-pull-10 { margin-top: -10px !important; margin-bottom: -10px !important } .marginGutter-sm-10 { margin-right: 10px !important; margin-left: 10px !important } .marginGutter-sm-pull-10 { margin-right: -10px !important; margin-left: -10px !important } .margin-sm-15 { margin: 15px !important } .marginTop-sm-15 { margin-top: 15px !important } .marginTop-sm-pull-15 { margin-top: -15px !important } .marginRight-sm-15 { margin-right: 15px !important } .marginRight-sm-pull-15 { margin-right: -15px !important } .marginBottom-sm-15 { margin-bottom: 15px !important } .marginBottom-sm-pull-15 { margin-bottom: -15px !important } .marginLeft-sm-15 { margin-left: 15px !important } .marginLeft-sm-pull-15 { margin-left: -15px !important } .marginLateral-sm-15 { margin-top: 15px !important; margin-bottom: 15px !important } .marginLateral-sm-pull-15 { margin-top: -15px !important; margin-bottom: -15px !important } .marginGutter-sm-15 { margin-right: 15px !important; margin-left: 15px !important } .marginGutter-sm-pull-15 { margin-right: -15px !important; margin-left: -15px !important } .margin-sm-20 { margin: 20px !important } .marginTop-sm-20 { margin-top: 20px !important } .marginTop-sm-pull-20 { margin-top: -20px !important } .marginRight-sm-20 { margin-right: 20px !important } .marginRight-sm-pull-20 { margin-right: -20px !important } .marginBottom-sm-20 { margin-bottom: 20px !important } .marginBottom-sm-pull-20 { margin-bottom: -20px !important } .marginLeft-sm-20 { margin-left: 20px !important } .marginLeft-sm-pull-20 { margin-left: -20px !important } .marginLateral-sm-20 { margin-top: 20px !important; margin-bottom: 20px !important } .marginLateral-sm-pull-20 { margin-top: -20px !important; margin-bottom: -20px !important } .marginGutter-sm-20 { margin-right: 20px !important; margin-left: 20px !important } .marginGutter-sm-pull-20 { margin-right: -20px !important; margin-left: -20px !important } .margin-sm-25 { margin: 25px !important } .marginTop-sm-25 { margin-top: 25px !important } .marginTop-sm-pull-25 { margin-top: -25px !important } .marginRight-sm-25 { margin-right: 25px !important } .marginRight-sm-pull-25 { margin-right: -25px !important } .marginBottom-sm-25 { margin-bottom: 25px !important } .marginBottom-sm-pull-25 { margin-bottom: -25px !important } .marginLeft-sm-25 { margin-left: 25px !important } .marginLeft-sm-pull-25 { margin-left: -25px !important } .marginLateral-sm-25 { margin-top: 25px !important; margin-bottom: 25px !important } .marginLateral-sm-pull-25 { margin-top: -25px !important; margin-bottom: -25px !important } .marginGutter-sm-25 { margin-right: 25px !important; margin-left: 25px !important } .marginGutter-sm-pull-25 { margin-right: -25px !important; margin-left: -25px !important } .margin-sm-30 { margin: 30px !important } .marginTop-sm-30 { margin-top: 30px !important } .marginTop-sm-pull-30 { margin-top: -30px !important } .marginRight-sm-30 { margin-right: 30px !important } .marginRight-sm-pull-30 { margin-right: -30px !important } .marginBottom-sm-30 { margin-bottom: 30px !important } .marginBottom-sm-pull-30 { margin-bottom: -30px !important } .marginLeft-sm-30 { margin-left: 30px !important } .marginLeft-sm-pull-30 { margin-left: -30px !important } .marginLateral-sm-30 { margin-top: 30px !important; margin-bottom: 30px !important } .marginLateral-sm-pull-30 { margin-top: -30px !important; margin-bottom: -30px !important } .marginGutter-sm-30 { margin-right: 30px !important; margin-left: 30px !important } .marginGutter-sm-pull-30 { margin-right: -30px !important; margin-left: -30px !important } .margin-sm-35 { margin: 35px !important } .marginTop-sm-35 { margin-top: 35px !important } .marginTop-sm-pull-35 { margin-top: -35px !important } .marginRight-sm-35 { margin-right: 35px !important } .marginRight-sm-pull-35 { margin-right: -35px !important } .marginBottom-sm-35 { margin-bottom: 35px !important } .marginBottom-sm-pull-35 { margin-bottom: -35px !important } .marginLeft-sm-35 { margin-left: 35px !important } .marginLeft-sm-pull-35 { margin-left: -35px !important } .marginLateral-sm-35 { margin-top: 35px !important; margin-bottom: 35px !important } .marginLateral-sm-pull-35 { margin-top: -35px !important; margin-bottom: -35px !important } .marginGutter-sm-35 { margin-right: 35px !important; margin-left: 35px !important } .marginGutter-sm-pull-35 { margin-right: -35px !important; margin-left: -35px !important } .margin-sm-40 { margin: 40px !important } .marginTop-sm-40 { margin-top: 40px !important } .marginTop-sm-pull-40 { margin-top: -40px !important } .marginRight-sm-40 { margin-right: 40px !important } .marginRight-sm-pull-40 { margin-right: -40px !important } .marginBottom-sm-40 { margin-bottom: 40px !important } .marginBottom-sm-pull-40 { margin-bottom: -40px !important } .marginLeft-sm-40 { margin-left: 40px !important } .marginLeft-sm-pull-40 { margin-left: -40px !important } .marginLateral-sm-40 { margin-top: 40px !important; margin-bottom: 40px !important } .marginLateral-sm-pull-40 { margin-top: -40px !important; margin-bottom: -40px !important } .marginGutter-sm-40 { margin-right: 40px !important; margin-left: 40px !important } .marginGutter-sm-pull-40 { margin-right: -40px !important; margin-left: -40px !important } .margin-sm-45 { margin: 45px !important } .marginTop-sm-45 { margin-top: 45px !important } .marginTop-sm-pull-45 { margin-top: -45px !important } .marginRight-sm-45 { margin-right: 45px !important } .marginRight-sm-pull-45 { margin-right: -45px !important } .marginBottom-sm-45 { margin-bottom: 45px !important } .marginBottom-sm-pull-45 { margin-bottom: -45px !important } .marginLeft-sm-45 { margin-left: 45px !important } .marginLeft-sm-pull-45 { margin-left: -45px !important } .marginLateral-sm-45 { margin-top: 45px !important; margin-bottom: 45px !important } .marginLateral-sm-pull-45 { margin-top: -45px !important; margin-bottom: -45px !important } .marginGutter-sm-45 { margin-right: 45px !important; margin-left: 45px !important } .marginGutter-sm-pull-45 { margin-right: -45px !important; margin-left: -45px !important } .margin-sm-50 { margin: 50px !important } .marginTop-sm-50 { margin-top: 50px !important } .marginTop-sm-pull-50 { margin-top: -50px !important } .marginRight-sm-50 { margin-right: 50px !important } .marginRight-sm-pull-50 { margin-right: -50px !important } .marginBottom-sm-50 { margin-bottom: 50px !important } .marginBottom-sm-pull-50 { margin-bottom: -50px !important } .marginLeft-sm-50 { margin-left: 50px !important } .marginLeft-sm-pull-50 { margin-left: -50px !important } .marginLateral-sm-50 { margin-top: 50px !important; margin-bottom: 50px !important } .marginLateral-sm-pull-50 { margin-top: -50px !important; margin-bottom: -50px !important } .marginGutter-sm-50 { margin-right: 50px !important; margin-left: 50px !important } .marginGutter-sm-pull-50 { margin-right: -50px !important; margin-left: -50px !important } .margin-sm-55 { margin: 55px !important } .marginTop-sm-55 { margin-top: 55px !important } .marginTop-sm-pull-55 { margin-top: -55px !important } .marginRight-sm-55 { margin-right: 55px !important } .marginRight-sm-pull-55 { margin-right: -55px !important } .marginBottom-sm-55 { margin-bottom: 55px !important } .marginBottom-sm-pull-55 { margin-bottom: -55px !important } .marginLeft-sm-55 { margin-left: 55px !important } .marginLeft-sm-pull-55 { margin-left: -55px !important } .marginLateral-sm-55 { margin-top: 55px !important; margin-bottom: 55px !important } .marginLateral-sm-pull-55 { margin-top: -55px !important; margin-bottom: -55px !important } .marginGutter-sm-55 { margin-right: 55px !important; margin-left: 55px !important } .marginGutter-sm-pull-55 { margin-right: -55px !important; margin-left: -55px !important } .margin-sm-60 { margin: 60px !important } .marginTop-sm-60 { margin-top: 60px !important } .marginTop-sm-pull-60 { margin-top: -60px !important } .marginRight-sm-60 { margin-right: 60px !important } .marginRight-sm-pull-60 { margin-right: -60px !important } .marginBottom-sm-60 { margin-bottom: 60px !important } .marginBottom-sm-pull-60 { margin-bottom: -60px !important } .marginLeft-sm-60 { margin-left: 60px !important } .marginLeft-sm-pull-60 { margin-left: -60px !important } .marginLateral-sm-60 { margin-top: 60px !important; margin-bottom: 60px !important } .marginLateral-sm-pull-60 { margin-top: -60px !important; margin-bottom: -60px !important } .marginGutter-sm-60 { margin-right: 60px !important; margin-left: 60px !important } .marginGutter-sm-pull-60 { margin-right: -60px !important; margin-left: -60px !important } .margin-sm-65 { margin: 65px !important } .marginTop-sm-65 { margin-top: 65px !important } .marginTop-sm-pull-65 { margin-top: -65px !important } .marginRight-sm-65 { margin-right: 65px !important } .marginRight-sm-pull-65 { margin-right: -65px !important } .marginBottom-sm-65 { margin-bottom: 65px !important } .marginBottom-sm-pull-65 { margin-bottom: -65px !important } .marginLeft-sm-65 { margin-left: 65px !important } .marginLeft-sm-pull-65 { margin-left: -65px !important } .marginLateral-sm-65 { margin-top: 65px !important; margin-bottom: 10px !important } .marginLateral-sm-pull-65 { margin-top: -65px !important; margin-bottom: -65px !important } .marginGutter-sm-65 { margin-right: 65px !important; margin-left: 65px !important } .marginGutter-sm-pull-65 { margin-right: -65px !important; margin-left: -65px !important } .margin-sm-70 { margin: 70px !important } .marginTop-sm-70 { margin-top: 70px !important } .marginTop-sm-pull-70 { margin-top: -70px !important } .marginRight-sm-70 { margin-right: 70px !important } .marginRight-sm-pull-70 { margin-right: -70px !important } .marginBottom-sm-70 { margin-bottom: 70px !important } .marginBottom-sm-pull-70 { margin-bottom: -70px !important } .marginLeft-sm-70 { margin-left: 70px !important } .marginLeft-sm-pull-70 { margin-left: -70px !important } .marginLateral-sm-70 { margin-top: 70px !important; margin-bottom: 70px !important } .marginLateral-sm-pull-70 { margin-top: -70px !important; margin-bottom: -70px !important } .marginGutter-sm-70 { margin-right: 70px !important; margin-left: 70px !important } .marginGutter-sm-pull-70 { margin-right: -70px !important; margin-left: -70px !important } .margin-sm-75 { margin: 75px !important } .marginTop-sm-75 { margin-top: 75px !important } .marginTop-sm-pull-75 { margin-top: -75px !important } .marginRight-sm-75 { margin-right: 75px !important } .marginRight-sm-pull-75 { margin-right: -75px !important } .marginBottom-sm-75 { margin-bottom: 75px !important } .marginBottom-sm-pull-75 { margin-bottom: -75px !important } .marginLeft-sm-75 { margin-left: 75px !important } .marginLeft-sm-pull-75 { margin-left: -75px !important } .marginLateral-sm-75 { margin-top: 75px !important; margin-bottom: 75px !important } .marginLateral-sm-pull-75 { margin-top: -75px !important; margin-bottom: -75px !important } .marginGutter-sm-75 { margin-right: 75px !important; margin-left: 75px !important } .marginGutter-sm-pull-75 { margin-right: -75px !important; margin-left: -75px !important } .margin-sm-80 { margin: 80px !important } .marginTop-sm-80 { margin-top: 80px !important } .marginTop-sm-pull-80 { margin-top: -80px !important } .marginRight-sm-80 { margin-right: 80px !important } .marginRight-sm-pull-80 { margin-right: -80px !important } .marginBottom-sm-80 { margin-bottom: 80px !important } .marginBottom-sm-pull-80 { margin-bottom: -80px !important } .marginLeft-sm-80 { margin-left: 80px !important } .marginLeft-sm-pull-80 { margin-left: -80px !important } .marginLateral-sm-80 { margin-top: 80px !important; margin-bottom: 80px !important } .marginLateral-sm-pull-80 { margin-top: -80px !important; margin-bottom: -80px !important } .marginGutter-sm-80 { margin-right: 80px !important; margin-left: 80px !important } .marginGutter-sm-pull-80 { margin-right: -80px !important; margin-left: -80px !important } .margin-sm-85 { margin: 85px !important } .marginTop-sm-85 { margin-top: 85px !important } .marginTop-sm-pull-85 { margin-top: -85px !important } .marginRight-sm-85 { margin-right: 85px !important } .marginRight-sm-pull-85 { margin-right: -85px !important } .marginBottom-sm-85 { margin-bottom: 85px !important } .marginBottom-sm-pull-85 { margin-bottom: -85px !important } .marginLeft-sm-85 { margin-left: 85px !important } .marginLeft-sm-pull-85 { margin-left: -85px !important } .marginLateral-sm-85 { margin-top: 85px !important; margin-bottom: 85px !important } .marginLateral-sm-pull-85 { margin-top: -85px !important; margin-bottom: -85px !important } .marginGutter-sm-85 { margin-right: 85px !important; margin-left: 85px !important } .marginGutter-sm-pull-85 { margin-right: -85px !important; margin-left: -85px !important } .margin-sm-90 { margin: 90px !important } .marginTop-sm-90 { margin-top: 90px !important } .marginTop-sm-pull-90 { margin-top: -90px !important } .marginRight-sm-90 { margin-right: 90px !important } .marginRight-sm-pull-90 { margin-right: -90px !important } .marginBottom-sm-90 { margin-bottom: 90px !important } .marginBottom-sm-pull-90 { margin-bottom: -90px !important } .marginLeft-sm-90 { margin-left: 90px !important } .marginLeft-sm-pull-90 { margin-left: -90px !important } .marginLateral-sm-90 { margin-top: 90px !important; margin-bottom: 90px !important } .marginLateral-sm-pull-90 { margin-top: -90px !important; margin-bottom: -90px !important } .marginGutter-sm-90 { margin-right: 90px !important; margin-left: 90px !important } .marginGutter-sm-pull-90 { margin-right: -90px !important; margin-left: -90px !important } .margin-sm-95 { margin: 95px !important } .marginTop-sm-95 { margin-top: 95px !important } .marginTop-sm-pull-95 { margin-top: -95px !important } .marginRight-sm-95 { margin-right: 95px !important } .marginRight-sm-pull-95 { margin-right: -95px !important } .marginBottom-sm-95 { margin-bottom: 95px !important } .marginBottom-sm-pull-95 { margin-bottom: -95px !important } .marginLeft-sm-95 { margin-left: 95px !important } .marginLeft-sm-pull-95 { margin-left: -95px !important } .marginLateral-sm-95 { margin-top: 95px !important; margin-bottom: 95px !important } .marginLateral-sm-pull-95 { margin-top: -95px !important; margin-bottom: -95px !important } .marginGutter-sm-95 { margin-right: 95px !important; margin-left: 95px !important } .marginGutter-sm-pull-95 { margin-right: -95px !important; margin-left: -95px !important } .margin-sm-100 { margin: 100px !important } .marginTop-sm-100 { margin-top: 100px !important } .marginTop-sm-pull-100 { margin-top: -100px !important } .marginRight-sm-100 { margin-right: 100px !important } .marginRight-sm-pull-100 { margin-right: -100px !important } .marginBottom-sm-100 { margin-bottom: 100px !important } .marginBottom-sm-pull-100 { margin-bottom: -100px !important } .marginLeft-sm-100 { margin-left: 100px !important } .marginLeft-sm-pull-100 { margin-left: -100px !important } .marginLateral-sm-100 { margin-top: 100px !important; margin-bottom: 100px !important } .marginLateral-sm-pull-100 { margin-top: -100px !important; margin-bottom: -100px !important } .marginGutter-sm-100 { margin-right: 100px !important; margin-left: 100px !important } .marginGutter-sm-pull-100 { margin-right: -100px !important; margin-left: -100px !important } .fontSize-sm-10pct { font-size:10% !important } .fontSize-sm-20pct { font-size:20% !important } .fontSize-sm-30pct { font-size:30% !important } .fontSize-sm-40pct { font-size:40% !important } .fontSize-sm-50pct { font-size:50% !important } .fontSize-sm-60pct { font-size:60% !important } .fontSize-sm-70pct { font-size:70% !important } .fontSize-sm-80pct { font-size:80% !important } .fontSize-sm-90pct { font-size:90% !important } .fontSize-sm-100pct { font-size:100% !important } .fontSize-sm-110pct { font-size:110% !important } .fontSize-sm-120pct { font-size:120% !important } .fontSize-sm-130pct { font-size:130% !important } .fontSize-sm-140pct { font-size:140% !important } .fontSize-sm-150pct { font-size:150% !important } .fontSize-sm-160pct { font-size:160% !important } .fontSize-sm-170pct { font-size:170% !important } .fontSize-sm-180pct { font-size:180% !important } .fontSize-sm-190pct { font-size:90% !important } .fontSize-sm-200pct { font-size:200% !important } .fontSize-sm-300pct { font-size:300% !important } .fontSize-sm-400pct { font-size:400% !important } .fontSize-sm-500pct { font-size:500% !important } .fontSize-sm-600pct { font-size:600% !important } .fontSize-sm-700pct { font-size:700% !important } .fontSize-sm-800pct { font-size:800% !important } .fontSize-sm-900pct { font-size:900% !important } .fontSize-sm-1000pct { font-size:1000% !important } .fontSize-sm-10px { font-size:10px !important } .fontSize-sm-11px { font-size:11px !important } .fontSize-sm-12px { font-size:12px !important } .fontSize-sm-14px { font-size:14px !important } .fontSize-sm-16px { font-size:16px !important } .fontSize-sm-18px { font-size:18px !important } .fontSize-sm-20px { font-size:20px !important } .fontSize-sm-22px { font-size:22px !important } .fontSize-sm-24px { font-size:24px !important } .fontSize-sm-26px { font-size:26px !important } .fontSize-sm-28px { font-size:28px !important } .fontSize-sm-30px { font-size:30px !important } .fontSize-sm-32px { font-size:32px !important } .fontSize-sm-34px { font-size:34px !important } .fontSize-sm-36px { font-size:36px !important } .fontSize-sm-38px { font-size:38px !important } .fontSize-sm-40px { font-size:40px !important } .fontSize-sm-42px { font-size:42px !important } .fontSize-sm-44px { font-size:44px !important } .fontSize-sm-46px { font-size:46px !important } .fontSize-sm-48px { font-size:48px !important } .fontSize-sm-50px { font-size:50px !important } .fontSize-sm-60px { font-size:60px !important } .fontSize-sm-70px { font-size:70px !important } .fontSize-sm-80px { font-size:80px !important } .fontSize-sm-90px { font-size:90px !important } .fontSize-sm-100px { font-size:100px !important } .fontSize-sm-06em { font-size:0.625em !important } .fontSize-sm-07em { font-size:0.75em !important } .fontSize-sm-08em { font-size:0.875em !important } .fontSize-sm-1em { font-size:1em !important } .fontSize-sm-11em { font-size:1.125em !important } .fontSize-sm-12em { font-size:1.25em !important } .fontSize-sm-13em { font-size:1.375em !important } .fontSize-sm-15em { font-size:1.5em !important } .fontSize-sm-16em { font-size:1.625em !important } .fontSize-sm-17em { font-size:1.75em !important } .fontSize-sm-18em { font-size:1.875em !important } .fontSize-sm-2em { font-size:2em !important } .fontSize-sm-25em { font-size:2.5em !important } .fontSize-sm-3em { font-size:3em !important } .fontSize-sm-35em { font-size:3.5em !important } .fontSize-sm-4em { font-size:4em !important } .fontSize-sm-45em { font-size:4.5em !important } .fontSize-sm-5em { font-size:5em !important } .fontWeight-sm-normal { font-weight:normal !important } .fontWeight-sm-bold { font-weight:bold !important } .fontWeight-sm-bolder { font-weight:bolder !important } .fontWeight-sm-lighter { font-weight:lighter !important } .fontWeight-sm-100 { font-weight:100 !important } .fontWeight-sm-200 { font-weight:200 !important } .fontWeight-sm-300 { font-weight:300 !important } .fontWeight-sm-400 { font-weight:400 !important } .fontWeight-sm-500 { font-weight:500 !important } .fontWeight-sm-600 { font-weight:600 !important } .fontWeight-sm-700 { font-weight:700 !important } .fontWeight-sm-800 { font-weight:800 !important } .fontWeight-sm-900 { font-weight:900 !important } .textAlign-sm-left,.text-sm-left { text-align:left !important } .textAlign-sm-right,.text-sm-right { text-align:right !important } .textAlign-sm-center,.text-sm-center { text-align:center !important } .textAlign-sm-justify,.text-sm-justify { text-align:justify !important } .textAlign-sm-start,.text-sm-start { text-align:start !important } .textAlign-sm-end,.text-sm-end { text-align:end !important } .positionTop-sm-none { top:0 !important } .positionRight-sm-none { right:0 !important } .positionBottom-sm-none { bottom:0 !important } .positionLeft-sm-none { left:0 !important } .positionTop-sm-1 { top:1px !important } .positionRight-sm-1 { right:1px !important } .positionBottom-sm-1 { bottom:1px !important } .positionLeft-sm-1 { left:1px !important } .positionTop-sm-2 { top:2px !important } .positionRight-sm-2 { right:2px !important } .positionBottom-sm-2 { bottom:2px !important } .positionLeft-sm-2 { left:2px !important } .positionTop-sm-3 { top:3px !important } .positionRight-sm-3 { right:3px !important } .positionBottom-sm-3 { bottom:3px !important } .positionLeft-sm-3 { left:3px !important } .positionTop-sm-5 { top:5px !important } .positionRight-sm-5 { right:5px !important } .positionBottom-sm-5 { bottom:5px !important } .positionLeft-sm-5 { left:5px !important } .positionTop-sm-10 { top:10px !important } .positionRight-sm-10 { right:10px !important } .positionBottom-sm-10 { bottom:10px !important } .positionLeft-sm-10 { left:10px !important } .positionTop-sm-15 { top:15px !important } .positionRight-sm-15 { right:15px !important } .positionBottom-sm-15 { bottom:15px !important } .positionLeft-sm-15 { left:15px !important } .positionTop-sm-20 { top:20px !important } .positionRight-sm-20 { right:20px !important } .positionBottom-sm-20 { bottom:20px !important } .positionLeft-sm-20 { left:20px !important } .positionTop-sm-25 { top:25px !important } .positionRight-sm-25 { right:25px !important } .positionBottom-sm-25 { bottom:25px !important } .positionLeft-sm-25 { left:25px !important } .positionTop-sm-30 { top:30px !important } .positionRight-sm-30 { right:30px !important } .positionBottom-sm-30 { bottom:30px !important } .positionLeft-sm-30 { left:30px !important } .positionTop-sm-35 { top:35px !important } .positionRight-sm-35 { right:35px !important } .positionBottom-sm-35 { bottom:35px !important } .positionLeft-sm-35 { left:35px !important } .positionTop-sm-40 { top:40px !important } .positionRight-sm-40 { right:40px !important } .positionBottom-sm-40 { bottom:40px !important } .positionLeft-sm-40 { left:40px !important } .positionTop-sm-45 { top:45px !important } .positionRight-sm-45 { right:45px !important } .positionBottom-sm-45 { bottom:45px !important } .positionLeft-sm-45 { left:45px !important } .positionTop-sm-50 { top:50px !important } .positionRight-sm-50 { right:50px !important } .positionBottom-sm-50 { bottom:50px !important } .positionLeft-sm-50 { left:50px !important } .positionTop-sm-55 { top:55px !important } .positionRight-sm-55 { right:55px !important } .positionBottom-sm-55 { bottom:55px !important } .positionLeft-sm-55 { left:55px !important } .positionTop-sm-60 { top:60px !important } .positionRight-sm-60 { right:60px !important } .positionBottom-sm-60 { bottom:60px !important } .positionLeft-sm-60 { left:60px !important } .positionTop-sm-65 { top:65px !important } .positionRight-sm-65 { right:65px !important } .positionBottom-sm-65 { bottom:65px !important } .positionLeft-sm-65 { left:65px !important } .positionTop-sm-70 { top:70px !important } .positionRight-sm-70 { right:70px !important } .positionBottom-sm-70 { bottom:70px !important } .positionLeft-sm-70 { left:70px !important } .positionTop-sm-75 { top:75px !important } .positionRight-sm-75 { right:75px !important } .positionBottom-sm-75 { bottom:75px !important } .positionLeft-sm-75 { left:75px !important } .positionTop-sm-80 { top:80px !important } .positionRight-sm-80 { right:80px !important } .positionBottom-sm-80 { bottom:80px !important } .positionLeft-sm-80 { left:80px !important } .positionTop-sm-85 { top:85px !important } .positionRight-sm-85 { right:85px !important } .positionBottom-sm-85 { bottom:85px !important } .positionLeft-sm-85 { left:85px !important } .positionTop-sm-90 { top:90px !important } .positionRight-sm-90 { right:90px !important } .positionBottom-sm-90 { bottom:90px !important } .positionLeft-sm-90 { left:90px !important } .positionTop-sm-95 { top:95px !important } .positionRight-sm-95 { right:95px !important } .positionBottom-sm-95 { bottom:95px !important } .positionLeft-sm-95 { left:95px !important } .positionTop-sm-100 { top:100px !important } .positionRight-sm-100 { right:100px !important } .positionBottom-sm-100 { bottom:100px !important } .positionLeft-sm-100 { left:100px !important } .positionTop-sm-110 { top:110px !important } .positionRight-sm-110 { right:110px !important } .positionBottom-sm-110 { bottom:110px !important } .positionLeft-sm-110 { left:110px !important } .positionTop-sm-120 { top:120px !important } .positionRight-sm-120 { right:120px !important } .positionBottom-sm-120 { bottom:120px !important } .positionLeft-sm-120 { left:120px !important } .positionTop-sm-130 { top:130px !important } .positionRight-sm-130 { right:130px !important } .positionBottom-sm-130 { bottom:130px !important } .positionLeft-sm-130 { left:130px !important } .positionTop-sm-140 { top:140px !important } .positionRight-sm-140 { right:140px !important } .positionBottom-sm-140 { bottom:140px !important } .positionLeft-sm-140 { left:140px !important } .positionTop-sm-150 { top:150px !important } .positionRight-sm-150 { right:150px !important } .positionBottom-sm-150 { bottom:150px !important } .positionLeft-sm-150 { left:150px !important } .positionTop-sm-160 { top:160px !important } .positionRight-sm-160 { right:160px !important } .positionBottom-sm-160 { bottom:160px !important } .positionLeft-sm-160 { left:160px !important } .positionTop-sm-170 { top:170px !important } .positionRight-sm-170 { right:170px !important } .positionBottom-sm-170 { bottom:170px !important } .positionLeft-sm-170 { left:170px !important } .positionTop-sm-180 { top:180px !important } .positionRight-sm-180 { right:180px !important } .positionBottom-sm-180 { bottom:180px !important } .positionLeft-sm-180 { left:180px !important } .positionTop-sm-190 { top:190px !important } .positionRight-sm-190 { right:190px !important } .positionBottom-sm-190 { bottom:190px !important } .positionLeft-sm-190 { left:190px !important } .positionTop-sm-200 { top:200px !important } .positionRight-sm-200 { right:200px !important } .positionBottom-sm-200 { bottom:200px !important } .positionLeft-sm-200 { left:200px !important } .positionTop-sm-250 { top:250px !important } .positionRight-sm-250 { right:250px !important } .positionBottom-sm-250 { bottom:250px !important } .positionLeft-sm-250 { left:250px !important } .positionTop-sm-300 { top:300px !important } .positionRight-sm-300 { right:300px !important } .positionBottom-sm-300 { bottom:300px !important } .positionLeft-sm-300 { left:300px !important } .positionTop-sm-350 { top:350px !important } .positionRight-sm-350 { right:350px !important } .positionBottom-sm-350 { bottom:350px !important } .positionLeft-sm-350 { left:350px !important } .positionTop-sm-400 { top:400px !important } .positionRight-sm-400 { right:400px !important } .positionBottom-sm-400 { bottom:400px !important } .positionLeft-sm-400 { left:400px !important } .positionTop-sm-450 { top:450px !important } .positionRight-sm-450 { right:450px !important } .positionBottom-sm-450 { bottom:450px !important } .positionLeft-sm-450 { left:450px !important } .positionTop-sm-500 { top:500px !important } .positionRight-sm-500 { right:500px !important } .positionBottom-sm-500 { bottom:500px !important } .positionLeft-sm-500 { left:500px !important } .positionTop-sm-1pct { top:1% !important } .positionRight-sm-1pct { right:1% !important } .positionBottom-sm-1pct { bottom:1% !important } .positionLeft-sm-1pct { left:1% !important } .positionTop-sm-2pct { top:2% !important } .positionRight-sm-2pct { right:2% !important } .positionBottom-sm-2pct { bottom:2% !important } .positionLeft-sm-2pct { left:2% !important } .positionTop-sm-3pct { top:3% !important } .positionRight-sm-3pct { right:3% !important } .positionBottom-sm-3pct { bottom:3% !important } .positionLeft-sm-3pct { left:3% !important } .positionTop-sm-5pct { top:5% !important } .positionRight-sm-5pct { right:5% !important } .positionBottom-sm-5pct { bottom:5% !important } .positionLeft-sm-5pct { left:5% !important } .positionTop-sm-10pct { top:10% !important } .positionRight-sm-10pct { right:10% !important } .positionBottom-sm-10pct { bottom:10% !important } .positionLeft-sm-10pct { left:10% !important } .positionTop-sm-15pct { top:15% !important } .positionRight-sm-15pct { right:15% !important } .positionBottom-sm-15pct { bottom:15% !important } .positionLeft-sm-15pct { left:15% !important } .positionTop-sm-20pct { top:20% !important } .positionRight-sm-20pct { right:20% !important } .positionBottom-sm-20pct { bottom:20% !important } .positionLeft-sm-20pct { left:20% !important } .positionTop-sm-25pct { top:25% !important } .positionRight-sm-25pct { right:25% !important } .positionBottom-sm-25pct { bottom:25% !important } .positionLeft-sm-25pct { left:25% !important } .positionTop-sm-30pct { top:30% !important } .positionRight-sm-30pct { right:30% !important } .positionBottom-sm-30pct { bottom:30% !important } .positionLeft-sm-30pct { left:30% !important } .positionTop-sm-35pct { top:35% !important } .positionRight-sm-35pct { right:35% !important } .positionBottom-sm-35pct { bottom:35% !important } .positionLeft-sm-35pct { left:35% !important } .positionTop-sm-40pct { top:40% !important } .positionRight-sm-40pct { right:40% !important } .positionBottom-sm-40pct { bottom:40% !important } .positionLeft-sm-40pct { left:40% !important } .positionTop-sm-45pct { top:45% !important } .positionRight-sm-45pct { right:45% !important } .positionBottom-sm-45pct { bottom:45% !important } .positionLeft-sm-45pct { left:45% !important } .positionTop-sm-50pct { top:50% !important } .positionRight-sm-50pct { right:50% !important } .positionBottom-sm-50pct { bottom:50% !important } .positionLeft-sm-50pct { left:50% !important } .border-sm-none { border:none 0px } .borderTop-sm-none { border-top:none 0px } .borderRight-sm-none { border-right:none 0px } .borderBottom-sm-none { border-bottom:none 0px } .borderLeft-sm-none { border-left:none 0px } .border-sm-transparent { border:transparent 1px solid } .borderTop-sm-transparent { border-top:transparent 1px solid } .borderRight-sm-transparent { border-right:transparent 1px solid } .borderBottom-sm-transparent { border-bottom:transparent 1px solid } .borderLeft-sm-transparent { border-left:transparent 1px solid } } @media (min-width:992px) { .clear-md-left { clear: left !important } .clear-md-right { clear: right !important } .clear-md-none { clear: none !important } .clear-md-both { clear: both !important } .clear-md-block { clear: both !important; display: block !important; overflow: hidden !important } .float-md-left { float: left !important } .float-md-center { margin: 0 auto !important } .float-md-right { float: right !important } .padding-md-none { padding: 0px !important } .paddingTop-md-none { padding-top: 0px !important } .paddingRight-md-none { padding-right: 0px !important } .paddingBottom-md-none { padding-bottom: 0px !important } .paddingLeft-md-none { padding-left: 0px !important } .paddingLateral-md-none { padding-top: 0 !important; padding-bottom: 0 !important } .paddingGutter-md-none { padding-right: 0 !important; padding-left: 0 !important } .padding-md-1 { padding: 1px !important } .paddingTop-md-1 { padding-top: 1px !important } .paddingRight-md-1 { padding-right: 1px !important } .paddingBottom-md-1 { padding-bottom: 1px !important } .paddingLeft-md-1 { padding-left: 1px !important } .paddingLateral-md-1 { padding-top: 1px !important; padding-bottom: 1px !important } .paddingGutter-md-1 { padding-right: 1px !important; padding-left: 1px !important } .padding-md-1pct { padding: 1% !important } .paddingTop-md-1pct { padding-top: 1% !important } .paddingRight-md-1pct { padding-right: 1% !important } .paddingBottom-md-1pct { padding-bottom: 1% !important } .paddingLeft-md-1pct { padding-left: 1% !important } .paddingLateral-md-1pct { padding-top: 1% !important; padding-bottom: 1% !important } .paddingGutter-md-1pct { padding-right: 1% !important; padding-left: 1% !important } .padding-md-2 { padding: 2px !important } .paddingTop-md-2 { padding-top: 2px !important } .paddingRight-md-2 { padding-right: 2px !important } .paddingBottom-md-2 { padding-bottom: 2px !important } .paddingLeft-md-2 { padding-left: 2px !important } .paddingLateral-md-2 { padding-top: 2px !important; padding-bottom: 2px !important } .paddingGutter-md-2 { padding-right: 2px !important; padding-left: 2px !important } .padding-md-2pct { padding: 2% !important } .paddingTop-md-2pct { padding-top: 2% !important } .paddingRight-md-2pct { padding-right: 2% !important } .paddingBottom-md-2pct { padding-bottom: 2% !important } .paddingLeft-md-2pct { padding-left: 2% !important } .paddingLateral-md-2pct { padding-top: 2% !important; padding-bottom: 2% !important } .paddingGutter-md-2pct { padding-right: 2% !important; padding-left: 2% !important } .padding-md-3 { padding: 3px !important } .paddingTop-md-3 { padding-top: 3px !important } .paddingRight-md-3 { padding-right: 3px !important } .paddingBottom-md-3 { padding-bottom: 3px !important } .paddingLeft-md-3 { padding-left: 3px !important } .paddingLateral-md-3 { padding-top: 3px !important; padding-bottom: 3px !important } .paddingGutter-md-3 { padding-right: 3px !important; padding-left: 3px !important } .padding-md-3pct { padding: 3% !important } .paddingTop-md-3pct { padding-top: 3% !important } .paddingRight-md-3pct { padding-right: 3% !important } .paddingBottom-md-3pct { padding-bottom: 3% !important } .paddingLeft-md-3pct { padding-left: 3% !important } .paddingLateral-md-3pct { padding-top: 3% !important; padding-bottom: 3% !important } .paddingGutter-md-3pct { padding-right: 3% !important; padding-left: 3% !important } .padding-md-5 { padding: 5px !important } .paddingTop-md-5 { padding-top: 5px !important } .paddingRight-md-5 { padding-right: 5px !important } .paddingBottom-md-5 { padding-bottom: 5px !important } .paddingLeft-md-5 { padding-left: 5px !important } .paddingLateral-md-5 { padding-top: 5px !important; padding-bottom: 5px !important } .paddingGutter-md-5 { padding-right: 5px !important; padding-left: 5px !important } .padding-md-5pct { padding: 5% !important } .paddingTop-md-5pct { padding-top: 5% !important } .paddingRight-md-5pct { padding-right: 5% !important } .paddingBottom-md-5pct { padding-bottom: 5% !important } .paddingLeft-md-5pct { padding-left: 5% !important } .paddingLateral-md-5pct { padding-top: 5% !important; padding-bottom: 5% !important } .paddingGutter-md-5pct { padding-right: 5% !important; padding-left: 5% !important } .padding-md-10 { padding: 10px !important } .paddingTop-md-10 { padding-top: 10px !important } .paddingRight-md-10 { padding-right: 10px !important } .paddingBottom-md-10 { padding-bottom: 10px !important } .paddingLeft-md-10 { padding-left: 10px !important } .paddingLateral-md-10 { padding-top: 10px !important; padding-bottom: 10px !important } .paddingGutter-md-10 { padding-right: 10px !important; padding-left: 10px !important } .padding-md-10pct { padding: 10% !important } .paddingTop-md-10pct { padding-top: 10% !important } .paddingRight-md-10pct { padding-right: 10% !important } .paddingBottom-md-10pct { padding-bottom: 10% !important } .paddingLeft-md-10pct { padding-left: 10% !important } .paddingLateral-md-10pct { padding-top: 10% !important; padding-bottom: 10% !important } .paddingGutter-md-10pct { padding-right: 10% !important; padding-left: 10% !important } .padding-md-15 { padding: 15px !important } .paddingTop-md-15 { padding-top: 15px !important } .paddingRight-md-15 { padding-right: 15px !important } .paddingBottom-md-15 { padding-bottom: 15px !important } .paddingLeft-md-15 { padding-left: 15px !important } .paddingLateral-md-15 { padding-top: 15px !important; padding-bottom: 15px !important } .paddingGutter-md-15 { padding-right: 15px !important; padding-left: 15px !important } .padding-md-15pct { padding: 15% !important } .paddingTop-md-15pct { padding-top: 15% !important } .paddingRight-md-15pct { padding-right: 15% !important } .paddingBottom-md-15pct { padding-bottom: 15% !important } .paddingLeft-md-15pct { padding-left: 15% !important } .paddingLateral-md-15pct { padding-top: 15% !important; padding-bottom: 15% !important } .paddingGutter-md-15pct { padding-right: 15% !important; padding-left: 15% !important } .padding-md-20 { padding: 20px !important } .paddingTop-md-20 { padding-top: 20px !important } .paddingRight-md-20 { padding-right: 20px !important } .paddingBottom-md-20 { padding-bottom: 20px !important } .paddingLeft-md-20 { padding-left: 20px !important } .paddingLateral-md-20 { padding-top: 20px !important; padding-bottom: 20px !important } .paddingGutter-md-20 { padding-right: 20px !important; padding-left: 20px !important } .padding-md-20pct { padding: 20% !important } .paddingTop-md-20pct { padding-top: 20% !important } .paddingRight-md-20pct { padding-right: 20% !important } .paddingBottom-md-20pct { padding-bottom: 20% !important } .paddingLeft-md-20pct { padding-left: 20% !important } .paddingLateral-md-20pct { padding-top: 20% !important; padding-bottom: 20% !important } .paddingGutter-md-20pct { padding-right: 20% !important; padding-left: 20% !important } .padding-md-25 { padding: 25px !important } .paddingTop-md-25 { padding-top: 25px !important } .paddingRight-md-25 { padding-right: 25px !important } .paddingBottom-md-25 { padding-bottom: 25px !important } .paddingLeft-md-25 { padding-left: 25px !important } .paddingLateral-md-25 { padding-top: 25px !important; padding-bottom: 25px !important } .paddingGutter-md-25 { padding-right: 25px !important; padding-left: 25px !important } .padding-md-25pct { padding: 25% !important } .paddingTop-md-25pct { padding-top: 25% !important } .paddingRight-md-25pct { padding-right: 25% !important } .paddingBottom-md-25pct { padding-bottom: 25% !important } .paddingLeft-md-25pct { padding-left: 25% !important } .paddingLateral-md-25pct { padding-top: 25% !important; padding-bottom: 25% !important } .paddingGutter-md-25pct { padding-right: 25% !important; padding-left: 25% !important } .padding-md-30 { padding: 30px !important } .paddingTop-md-30 { padding-top: 30px !important } .paddingRight-md-30 { padding-right: 30px !important } .paddingBottom-md-30 { padding-bottom: 30px !important } .paddingLeft-md-30 { padding-left: 30px !important } .paddingLateral-md-30 { padding-top: 30px !important; padding-bottom: 30px !important } .paddingGutter-md-30 { padding-right: 30px !important; padding-left: 30px !important } .padding-md-35 { padding: 35px !important } .paddingTop-md-35 { padding-top: 35px !important } .paddingRight-md-35 { padding-right: 35px !important } .paddingBottom-md-35 { padding-bottom: 35px !important } .paddingLeft-md-35 { padding-left: 35px !important } .paddingLateral-md-35 { padding-top: 35px !important; padding-bottom: 35px !important } .paddingGutter-md-35 { padding-right: 35px !important; padding-left: 35px !important } .padding-md-40 { padding: 40px !important } .paddingTop-md-40 { padding-top: 40px !important } .paddingRight-md-40 { padding-right: 40px !important } .paddingBottom-md-40 { padding-bottom: 40px !important } .paddingLeft-md-40 { padding-left: 40px !important } .paddingLateral-md-40 { padding-top: 40px !important; padding-bottom: 40px !important } .paddingGutter-md-40 { padding-right: 40px !important; padding-left: 40px !important } .padding-md-45 { padding: 45px !important } .paddingTop-md-45 { padding-top: 45px !important } .paddingRight-md-45 { padding-right: 45px !important } .paddingBottom-md-45 { padding-bottom: 45px !important } .paddingLeft-md-45 { padding-left: 45px !important } .paddingLateral-md-45 { padding-top: 45px !important; padding-bottom: 45px !important } .paddingGutter-md-45 { padding-right: 45px !important; padding-left: 45px !important } .padding-md-50 { padding: 50px !important } .paddingTop-md-50 { padding-top: 50px !important } .paddingRight-md-50 { padding-right: 50px !important } .paddingBottom-md-50 { padding-bottom: 50px !important } .paddingLeft-md-50 { padding-left: 50px !important } .paddingLateral-md-50 { padding-top: 50px !important; padding-bottom: 50px !important } .paddingGutter-md-50 { padding-right: 50px !important; padding-left: 50px !important } .padding-md-55 { padding: 55px !important } .paddingTop-md-55 { padding-top: 55px !important } .paddingRight-md-55 { padding-right: 55px !important } .paddingBottom-md-55 { padding-bottom: 55px !important } .paddingLeft-md-55 { padding-left: 55px !important } .paddingLateral-md-55 { padding-top: 55px !important; padding-bottom: 55px !important } .paddingGutter-md-55 { padding-right: 55px !important; padding-left: 55px !important } .padding-md-60 { padding: 60px !important } .paddingTop-md-60 { padding-top: 60px !important } .paddingRight-md-60 { padding-right: 60px !important } .paddingBottom-md-60 { padding-bottom: 60px !important } .paddingLeft-md-60 { padding-left: 60px !important } .paddingLateral-md-60 { padding-top: 60px !important; padding-bottom: 60px !important } .paddingGutter-md-60 { padding-right: 60px !important; padding-left: 60px !important } .padding-md-65 { padding: 65px !important } .paddingTop-md-65 { padding-top: 65px !important } .paddingRight-md-65 { padding-right: 65px !important } .paddingBottom-md-65 { padding-bottom: 65px !important } .paddingLeft-md-65 { padding-left: 65px !important } .paddingLateral-md-65 { padding-top: 65px !important; padding-bottom: 65px !important } .paddingGutter-md-65 { padding-right: 65px !important; padding-left: 65px !important } .padding-md-70 { padding: 70px !important } .paddingTop-md-70 { padding-top: 70px !important } .paddingRight-md-70 { padding-right: 70px !important } .paddingBottom-md-70 { padding-bottom: 70px !important } .paddingLeft-md-70 { padding-left: 70px !important } .paddingLateral-md-70 { padding-top: 70px !important; padding-bottom: 70px !important } .paddingGutter-md-70 { padding-right: 70px !important; padding-left: 70px !important } .padding-md-75 { padding: 75px !important } .paddingTop-md-75 { padding-top: 75px !important } .paddingRight-md-75 { padding-right: 75px !important } .paddingBottom-md-75 { padding-bottom: 75px !important } .paddingLeft-md-75 { padding-left: 75px !important } .paddingLateral-md-75 { padding-top: 75px !important; padding-bottom: 75px !important } .paddingGutter-md-75 { padding-right: 75px !important; padding-left: 75px !important } .padding-md-80 { padding: 80px !important } .paddingTop-md-80 { padding-top: 80px !important } .paddingRight-md-80 { padding-right: 80px !important } .paddingBottom-md-80 { padding-bottom: 80px !important } .paddingLeft-md-80 { padding-left: 80px !important } .paddingLateral-md-80 { padding-top: 80px !important; padding-bottom: 80px !important } .paddingGutter-md-80 { padding-right: 80px !important; padding-left: 80px !important } .padding-md-85 { padding: 85px !important } .paddingTop-md-85 { padding-top: 85px !important } .paddingRight-md-85 { padding-right: 85px !important } .paddingBottom-md-85 { padding-bottom: 85px !important } .paddingLeft-md-85 { padding-left: 85px !important } .paddingLateral-md-85 { padding-top: 85px !important; padding-bottom: 85px !important } .paddingGutter-md-85 { padding-right: 85px !important; padding-left: 85px !important } .padding-md-90 { padding: 90px !important } .paddingTop-md-90 { padding-top: 90px !important } .paddingRight-md-90 { padding-right: 90px !important } .paddingBottom-md-90 { padding-bottom: 90px !important } .paddingLeft-md-90 { padding-left: 90px !important } .paddingLateral-md-90 { padding-top: 90px !important; padding-bottom: 90px !important } .paddingGutter-md-90 { padding-right: 90px !important; padding-left: 90px !important } .padding-md-95 { padding: 95px !important } .paddingTop-md-95 { padding-top: 95px !important } .paddingRight-md-95 { padding-right: 95px !important } .paddingBottom-md-95 { padding-bottom: 95px !important } .paddingLeft-md-95 { padding-left: 95px !important } .paddingLateral-md-95 { padding-top: 95px !important; padding-bottom: 95px !important } .paddingGutter-md-95 { padding-right: 95px !important; padding-left: 95px !important } .padding-md-100 { padding: 100px !important } .paddingTop-md-100 { padding-top: 100px !important } .paddingRight-md-100 { padding-right: 100px !important } .paddingBottom-md-100 { padding-bottom: 100px !important } .paddingLeft-md-100 { padding-left: 100px !important } .paddingLateral-md-100 { padding-top: 100px !important; padding-bottom: 100px !important } .paddingGutter-md-100 { padding-right: 100px !important; padding-left: 100px !important } .margin-md-none { margin: 0 !important } .marginTop-md-none { margin-top: 0 !important } .marginRight-md-none { margin-right: 0 !important } .marginBottom-md-none { margin-bottom: 0 !important } .marginLeft-md-none { margin-left: 0 !important } .marginLateral-md-none { margin-top: 0 !important; margin-bottom: 0 !important } .marginGutter-md-none { margin-right: 0 !important; margin-left: 0 !important } .margin-md-1 { margin: 1px !important } .marginTop-md-1 { margin-top: 1px !important } .marginTop-md-pull-1 { margin-top: -1px !important } .marginRight-md-1 { margin-right: 1px !important } .marginRight-md-pull-1 { margin-right: -1px !important } .marginBottom-md-1 { margin-bottom: 1px !important } .marginBottom-md-pull-1 { margin-bottom: -1px !important } .marginLeft-md-1 { margin-left: 1px !important } .marginLeft-md-pull-1 { margin-left: -1px !important } .marginLateral-md-1 { margin-top: 1px !important; margin-bottom: 1px !important } .marginLateral-md-pull-1 { margin-top: -1px !important; margin-bottom: -1px !important } .marginGutter-md-1 { margin-right: 1px !important; margin-left: 1px !important } .marginGutter-md-pull-1 { margin-right: -1px !important; margin-left: -1px !important } .margin-md-2 { margin: 2px !important } .marginTop-md-2 { margin-top: 2px !important } .marginTop-md-pull-2 { margin-top: -2px !important } .marginRight-md-2 { margin-right: 2px !important } .marginRight-md-pull-2 { margin-right: -2px !important } .marginBottom-md-2 { margin-bottom: 2px !important } .marginBottom-md-pull-2 { margin-bottom: -2px !important } .marginLeft-md-2 { margin-left: 2px !important } .marginLeft-md-pull-2 { margin-left: -2px !important } .marginLateral-md-2 { margin-top: 2px !important; margin-bottom: 2px !important } .marginLateral-md-pull-2 { margin-top: -2px !important; margin-bottom: -2px !important } .marginGutter-md-2 { margin-right: 2px !important; margin-left: 2px !important } .marginGutter-md-pull-2 { margin-right: -2px !important; margin-left: -2px !important } .margin-md-3 { margin: 3px !important } .marginTop-md-3 { margin-top: 3px !important } .marginTop-md-pull-3 { margin-top: -3px !important } .marginRight-md-3 { margin-right: 3px !important } .marginRight-md-pull-3 { margin-right: -3px !important } .marginBottom-md-3 { margin-bottom: 3px !important } .marginBottom-md-pull-3 { margin-bottom: -3px !important } .marginLeft-md-3 { margin-left: 3px !important } .marginLeft-md-pull-3 { margin-left: -3px !important } .marginLateral-md-3 { margin-top: 3px !important; margin-bottom: 3px !important } .marginLateral-md-pull-3 { margin-top: -3px !important; margin-bottom: -3px !important } .marginGutter-md-3 { margin-right: 3px !important; margin-left: 3px !important } .marginGutter-md-pull-3 { margin-right: -3px !important; margin-left: -3px !important } .margin-md-5 { margin: 5px !important } .marginTop-md-5 { margin-top: 5px !important } .marginTop-md-pull-5 { margin-top: -5px !important } .marginRight-md-5 { margin-right: 5px !important } .marginRight-md-pull-5 { margin-right: -5px !important } .marginBottom-md-5 { margin-bottom: 5px !important } .marginBottom-md-pull-5 { margin-bottom: -5px !important } .marginLeft-md-5 { margin-left: 5px !important } .marginLeft-md-pull-5 { margin-left: -5px !important } .marginLateral-md-5 { margin-top: 5px !important; margin-bottom: 5px !important } .marginLateral-md-pull-5 { margin-top: -5px !important; margin-bottom: -5px !important } .marginGutter-md-5 { margin-right: 5px !important; margin-left: 5px !important } .marginGutter-md-pull-5 { margin-right: -5px !important; margin-left: -5px !important } .margin-md-10 { margin: 10px !important } .marginTop-md-10 { margin-top: 10px !important } .marginTop-md-pull-10 { margin-top: -10px !important } .marginRight-md-10 { margin-right: 10px !important } .marginRight-md-pull-10 { margin-right: -10px !important } .marginBottom-md-10 { margin-bottom: 10px !important } .marginBottom-md-pull-10 { margin-bottom: -10px !important } .marginLeft-md-10 { margin-left: 10px !important } .marginLeft-md-pull-10 { margin-left: -10px !important } .marginLateral-md-10 { margin-top: 10px !important; margin-bottom: 10px !important } .marginLateral-md-pull-10 { margin-top: -10px !important; margin-bottom: -10px !important } .marginGutter-md-10 { margin-right: 10px !important; margin-left: 10px !important } .marginGutter-md-pull-10 { margin-right: -10px !important; margin-left: -10px !important } .margin-md-15 { margin: 15px !important } .marginTop-md-15 { margin-top: 15px !important } .marginTop-md-pull-15 { margin-top: -15px !important } .marginRight-md-15 { margin-right: 15px !important } .marginRight-md-pull-15 { margin-right: -15px !important } .marginBottom-md-15 { margin-bottom: 15px !important } .marginBottom-md-pull-15 { margin-bottom: -15px !important } .marginLeft-md-15 { margin-left: 15px !important } .marginLeft-md-pull-15 { margin-left: -15px !important } .marginLateral-md-15 { margin-top: 15px !important; margin-bottom: 15px !important } .marginLateral-md-pull-15 { margin-top: -15px !important; margin-bottom: -15px !important } .marginGutter-md-15 { margin-right: 15px !important; margin-left: 15px !important } .marginGutter-md-pull-15 { margin-right: -15px !important; margin-left: -15px !important } .margin-md-20 { margin: 20px !important } .marginTop-md-20 { margin-top: 20px !important } .marginTop-md-pull-20 { margin-top: -20px !important } .marginRight-md-20 { margin-right: 20px !important } .marginRight-md-pull-20 { margin-right: -20px !important } .marginBottom-md-20 { margin-bottom: 20px !important } .marginBottom-md-pull-20 { margin-bottom: -20px !important } .marginLeft-md-20 { margin-left: 20px !important } .marginLeft-md-pull-20 { margin-left: -20px !important } .marginLateral-md-20 { margin-top: 20px !important; margin-bottom: 20px !important } .marginLateral-md-pull-20 { margin-top: -20px !important; margin-bottom: -20px !important } .marginGutter-md-20 { margin-right: 20px !important; margin-left: 20px !important } .marginGutter-md-pull-20 { margin-right: -20px !important; margin-left: -20px !important } .margin-md-25 { margin: 25px !important } .marginTop-md-25 { margin-top: 25px !important } .marginTop-md-pull-25 { margin-top: -25px !important } .marginRight-md-25 { margin-right: 25px !important } .marginRight-md-pull-25 { margin-right: -25px !important } .marginBottom-md-25 { margin-bottom: 25px !important } .marginBottom-md-pull-25 { margin-bottom: -25px !important } .marginLeft-md-25 { margin-left: 25px !important } .marginLeft-md-pull-25 { margin-left: -25px !important } .marginLateral-md-25 { margin-top: 25px !important; margin-bottom: 25px !important } .marginLateral-md-pull-25 { margin-top: -25px !important; margin-bottom: -25px !important } .marginGutter-md-25 { margin-right: 25px !important; margin-left: 25px !important } .marginGutter-md-pull-25 { margin-right: -25px !important; margin-left: -25px !important } .margin-md-30 { margin: 30px !important } .marginTop-md-30 { margin-top: 30px !important } .marginTop-md-pull-30 { margin-top: -30px !important } .marginRight-md-30 { margin-right: 30px !important } .marginRight-md-pull-30 { margin-right: -30px !important } .marginBottom-md-30 { margin-bottom: 30px !important } .marginBottom-md-pull-30 { margin-bottom: -30px !important } .marginLeft-md-30 { margin-left: 30px !important } .marginLeft-md-pull-30 { margin-left: -30px !important } .marginLateral-md-30 { margin-top: 30px !important; margin-bottom: 30px !important } .marginLateral-md-pull-30 { margin-top: -30px !important; margin-bottom: -30px !important } .marginGutter-md-30 { margin-right: 30px !important; margin-left: 30px !important } .marginGutter-md-pull-30 { margin-right: -30px !important; margin-left: -30px !important } .margin-md-35 { margin: 35px !important } .marginTop-md-35 { margin-top: 35px !important } .marginTop-md-pull-35 { margin-top: -35px !important } .marginRight-md-35 { margin-right: 35px !important } .marginRight-md-pull-35 { margin-right: -35px !important } .marginBottom-md-35 { margin-bottom: 35px !important } .marginBottom-md-pull-35 { margin-bottom: -35px !important } .marginLeft-md-35 { margin-left: 35px !important } .marginLeft-md-pull-35 { margin-left: -35px !important } .marginLateral-md-35 { margin-top: 35px !important; margin-bottom: 35px !important } .marginLateral-md-pull-35 { margin-top: -35px !important; margin-bottom: -35px !important } .marginGutter-md-35 { margin-right: 35px !important; margin-left: 35px !important } .marginGutter-md-pull-35 { margin-right: -35px !important; margin-left: -35px !important } .margin-md-40 { margin: 40px !important } .marginTop-md-40 { margin-top: 40px !important } .marginTop-md-pull-40 { margin-top: -40px !important } .marginRight-md-40 { margin-right: 40px !important } .marginRight-md-pull-40 { margin-right: -40px !important } .marginBottom-md-40 { margin-bottom: 40px !important } .marginBottom-md-pull-40 { margin-bottom: -40px !important } .marginLeft-md-40 { margin-left: 40px !important } .marginLeft-md-pull-40 { margin-left: -40px !important } .marginLateral-md-40 { margin-top: 40px !important; margin-bottom: 40px !important } .marginLateral-md-pull-40 { margin-top: -40px !important; margin-bottom: -40px !important } .marginGutter-md-40 { margin-right: 40px !important; margin-left: 40px !important } .marginGutter-md-pull-40 { margin-right: -40px !important; margin-left: -40px !important } .margin-md-45 { margin: 45px !important } .marginTop-md-45 { margin-top: 45px !important } .marginTop-md-pull-45 { margin-top: -45px !important } .marginRight-md-45 { margin-right: 45px !important } .marginRight-md-pull-45 { margin-right: -45px !important } .marginBottom-md-45 { margin-bottom: 45px !important } .marginBottom-md-pull-45 { margin-bottom: -45px !important } .marginLeft-md-45 { margin-left: 45px !important } .marginLeft-md-pull-45 { margin-left: -45px !important } .marginLateral-md-45 { margin-top: 45px !important; margin-bottom: 45px !important } .marginLateral-md-pull-45 { margin-top: -45px !important; margin-bottom: -45px !important } .marginGutter-md-45 { margin-right: 45px !important; margin-left: 45px !important } .marginGutter-md-pull-45 { margin-right: -45px !important; margin-left: -45px !important } .margin-md-50 { margin: 50px !important } .marginTop-md-50 { margin-top: 50px !important } .marginTop-md-pull-50 { margin-top: -50px !important } .marginRight-md-50 { margin-right: 50px !important } .marginRight-md-pull-50 { margin-right: -50px !important } .marginBottom-md-50 { margin-bottom: 50px !important } .marginBottom-md-pull-50 { margin-bottom: -50px !important } .marginLeft-md-50 { margin-left: 50px !important } .marginLeft-md-pull-50 { margin-left: -50px !important } .marginLateral-md-50 { margin-top: 50px !important; margin-bottom: 50px !important } .marginLateral-md-pull-50 { margin-top: -50px !important; margin-bottom: -50px !important } .marginGutter-md-50 { margin-right: 50px !important; margin-left: 50px !important } .marginGutter-md-pull-50 { margin-right: -50px !important; margin-left: -50px !important } .margin-md-55 { margin: 55px !important } .marginTop-md-55 { margin-top: 55px !important } .marginTop-md-pull-55 { margin-top: -55px !important } .marginRight-md-55 { margin-right: 55px !important } .marginRight-md-pull-55 { margin-right: -55px !important } .marginBottom-md-55 { margin-bottom: 55px !important } .marginBottom-md-pull-55 { margin-bottom: -55px !important } .marginLeft-md-55 { margin-left: 55px !important } .marginLeft-md-pull-55 { margin-left: -55px !important } .marginLateral-md-55 { margin-top: 55px !important; margin-bottom: 55px !important } .marginLateral-md-pull-55 { margin-top: -55px !important; margin-bottom: -55px !important } .marginGutter-md-55 { margin-right: 55px !important; margin-left: 55px !important } .marginGutter-md-pull-55 { margin-right: -55px !important; margin-left: -55px !important } .margin-md-60 { margin: 60px !important } .marginTop-md-60 { margin-top: 60px !important } .marginTop-md-pull-60 { margin-top: -60px !important } .marginRight-md-60 { margin-right: 60px !important } .marginRight-md-pull-60 { margin-right: -60px !important } .marginBottom-md-60 { margin-bottom: 60px !important } .marginBottom-md-pull-60 { margin-bottom: -60px !important } .marginLeft-md-60 { margin-left: 60px !important } .marginLeft-md-pull-60 { margin-left: -60px !important } .marginLateral-md-60 { margin-top: 60px !important; margin-bottom: 60px !important } .marginLateral-md-pull-60 { margin-top: -60px !important; margin-bottom: -60px !important } .marginGutter-md-60 { margin-right: 60px !important; margin-left: 60px !important } .marginGutter-md-pull-60 { margin-right: -60px !important; margin-left: -60px !important } .margin-md-65 { margin: 65px !important } .marginTop-md-65 { margin-top: 65px !important } .marginTop-md-pull-65 { margin-top: -65px !important } .marginRight-md-65 { margin-right: 65px !important } .marginRight-md-pull-65 { margin-right: -65px !important } .marginBottom-md-65 { margin-bottom: 65px !important } .marginBottom-md-pull-65 { margin-bottom: -65px !important } .marginLeft-md-65 { margin-left: 65px !important } .marginLeft-md-pull-65 { margin-left: -65px !important } .marginLateral-md-65 { margin-top: 65px !important; margin-bottom: 10px !important } .marginLateral-md-pull-65 { margin-top: -65px !important; margin-bottom: -65px !important } .marginGutter-md-65 { margin-right: 65px !important; margin-left: 65px !important } .marginGutter-md-pull-65 { margin-right: -65px !important; margin-left: -65px !important } .margin-md-70 { margin: 70px !important } .marginTop-md-70 { margin-top: 70px !important } .marginTop-md-pull-70 { margin-top: -70px !important } .marginRight-md-70 { margin-right: 70px !important } .marginRight-md-pull-70 { margin-right: -70px !important } .marginBottom-md-70 { margin-bottom: 70px !important } .marginBottom-md-pull-70 { margin-bottom: -70px !important } .marginLeft-md-70 { margin-left: 70px !important } .marginLeft-md-pull-70 { margin-left: -70px !important } .marginLateral-md-70 { margin-top: 70px !important; margin-bottom: 70px !important } .marginLateral-md-pull-70 { margin-top: -70px !important; margin-bottom: -70px !important } .marginGutter-md-70 { margin-right: 70px !important; margin-left: 70px !important } .marginGutter-md-pull-70 { margin-right: -70px !important; margin-left: -70px !important } .margin-md-75 { margin: 75px !important } .marginTop-md-75 { margin-top: 75px !important } .marginTop-md-pull-75 { margin-top: -75px !important } .marginRight-md-75 { margin-right: 75px !important } .marginRight-md-pull-75 { margin-right: -75px !important } .marginBottom-md-75 { margin-bottom: 75px !important } .marginBottom-md-pull-75 { margin-bottom: -75px !important } .marginLeft-md-75 { margin-left: 75px !important } .marginLeft-md-pull-75 { margin-left: -75px !important } .marginLateral-md-75 { margin-top: 75px !important; margin-bottom: 75px !important } .marginLateral-md-pull-75 { margin-top: -75px !important; margin-bottom: -75px !important } .marginGutter-md-75 { margin-right: 75px !important; margin-left: 75px !important } .marginGutter-md-pull-75 { margin-right: -75px !important; margin-left: -75px !important } .margin-md-80 { margin: 80px !important } .marginTop-md-80 { margin-top: 80px !important } .marginTop-md-pull-80 { margin-top: -80px !important } .marginRight-md-80 { margin-right: 80px !important } .marginRight-md-pull-80 { margin-right: -80px !important } .marginBottom-md-80 { margin-bottom: 80px !important } .marginBottom-md-pull-80 { margin-bottom: -80px !important } .marginLeft-md-80 { margin-left: 80px !important } .marginLeft-md-pull-80 { margin-left: -80px !important } .marginLateral-md-80 { margin-top: 80px !important; margin-bottom: 80px !important } .marginLateral-md-pull-80 { margin-top: -80px !important; margin-bottom: -80px !important } .marginGutter-md-80 { margin-right: 80px !important; margin-left: 80px !important } .marginGutter-md-pull-80 { margin-right: -80px !important; margin-left: -80px !important } .margin-md-85 { margin: 85px !important } .marginTop-md-85 { margin-top: 85px !important } .marginTop-md-pull-85 { margin-top: -85px !important } .marginRight-md-85 { margin-right: 85px !important } .marginRight-md-pull-85 { margin-right: -85px !important } .marginBottom-md-85 { margin-bottom: 85px !important } .marginBottom-md-pull-85 { margin-bottom: -85px !important } .marginLeft-md-85 { margin-left: 85px !important } .marginLeft-md-pull-85 { margin-left: -85px !important } .marginLateral-md-85 { margin-top: 85px !important; margin-bottom: 85px !important } .marginLateral-md-pull-85 { margin-top: -85px !important; margin-bottom: -85px !important } .marginGutter-md-85 { margin-right: 85px !important; margin-left: 85px !important } .marginGutter-md-pull-85 { margin-right: -85px !important; margin-left: -85px !important } .margin-md-90 { margin: 90px !important } .marginTop-md-90 { margin-top: 90px !important } .marginTop-md-pull-90 { margin-top: -90px !important } .marginRight-md-90 { margin-right: 90px !important } .marginRight-md-pull-90 { margin-right: -90px !important } .marginBottom-md-90 { margin-bottom: 90px !important } .marginBottom-md-pull-90 { margin-bottom: -90px !important } .marginLeft-md-90 { margin-left: 90px !important } .marginLeft-md-pull-90 { margin-left: -90px !important } .marginLateral-md-90 { margin-top: 90px !important; margin-bottom: 90px !important } .marginLateral-md-pull-90 { margin-top: -90px !important; margin-bottom: -90px !important } .marginGutter-md-90 { margin-right: 90px !important; margin-left: 90px !important } .marginGutter-md-pull-90 { margin-right: -90px !important; margin-left: -90px !important } .margin-md-95 { margin: 95px !important } .marginTop-md-95 { margin-top: 95px !important } .marginTop-md-pull-95 { margin-top: -95px !important } .marginRight-md-95 { margin-right: 95px !important } .marginRight-md-pull-95 { margin-right: -95px !important } .marginBottom-md-95 { margin-bottom: 95px !important } .marginBottom-md-pull-95 { margin-bottom: -95px !important } .marginLeft-md-95 { margin-left: 95px !important } .marginLeft-md-pull-95 { margin-left: -95px !important } .marginLateral-md-95 { margin-top: 95px !important; margin-bottom: 95px !important } .marginLateral-md-pull-95 { margin-top: -95px !important; margin-bottom: -95px !important } .marginGutter-md-95 { margin-right: 95px !important; margin-left: 95px !important } .marginGutter-md-pull-95 { margin-right: -95px !important; margin-left: -95px !important } .margin-md-100 { margin: 100px !important } .marginTop-md-100 { margin-top: 100px !important } .marginTop-md-pull-100 { margin-top: -100px !important } .marginRight-md-100 { margin-right: 100px !important } .marginRight-md-pull-100 { margin-right: -100px !important } .marginBottom-md-100 { margin-bottom: 100px !important } .marginBottom-md-pull-100 { margin-bottom: -100px !important } .marginLeft-md-100 { margin-left: 100px !important } .marginLeft-md-pull-100 { margin-left: -100px !important } .marginLateral-md-100 { margin-top: 100px !important; margin-bottom: 100px !important } .marginLateral-md-pull-100 { margin-top: -100px !important; margin-bottom: -100px !important } .marginGutter-md-100 { margin-right: 100px !important; margin-left: 100px !important } .marginGutter-md-pull-100 { margin-right: -100px !important; margin-left: -100px !important } .fontSize-md-10pct { font-size:10% !important } .fontSize-md-20pct { font-size:20% !important } .fontSize-md-30pct { font-size:30% !important } .fontSize-md-40pct { font-size:40% !important } .fontSize-md-50pct { font-size:50% !important } .fontSize-md-60pct { font-size:60% !important } .fontSize-md-70pct { font-size:70% !important } .fontSize-md-80pct { font-size:80% !important } .fontSize-md-90pct { font-size:90% !important } .fontSize-md-100pct { font-size:100% !important } .fontSize-md-110pct { font-size:110% !important } .fontSize-md-120pct { font-size:120% !important } .fontSize-md-130pct { font-size:130% !important } .fontSize-md-140pct { font-size:140% !important } .fontSize-md-150pct { font-size:150% !important } .fontSize-md-160pct { font-size:160% !important } .fontSize-md-170pct { font-size:170% !important } .fontSize-md-180pct { font-size:180% !important } .fontSize-md-190pct { font-size:90% !important } .fontSize-md-200pct { font-size:200% !important } .fontSize-md-300pct { font-size:300% !important } .fontSize-md-400pct { font-size:400% !important } .fontSize-md-500pct { font-size:500% !important } .fontSize-md-600pct { font-size:600% !important } .fontSize-md-700pct { font-size:700% !important } .fontSize-md-800pct { font-size:800% !important } .fontSize-md-900pct { font-size:900% !important } .fontSize-md-1000pct { font-size:1000% !important } .fontSize-md-10px { font-size:10px !important } .fontSize-md-11px { font-size:11px !important } .fontSize-md-12px { font-size:12px !important } .fontSize-md-14px { font-size:14px !important } .fontSize-md-16px { font-size:16px !important } .fontSize-md-18px { font-size:18px !important } .fontSize-md-20px { font-size:20px !important } .fontSize-md-22px { font-size:22px !important } .fontSize-md-24px { font-size:24px !important } .fontSize-md-26px { font-size:26px !important } .fontSize-md-28px { font-size:28px !important } .fontSize-md-30px { font-size:30px !important } .fontSize-md-32px { font-size:32px !important } .fontSize-md-34px { font-size:34px !important } .fontSize-md-36px { font-size:36px !important } .fontSize-md-38px { font-size:38px !important } .fontSize-md-40px { font-size:40px !important } .fontSize-md-42px { font-size:42px !important } .fontSize-md-44px { font-size:44px !important } .fontSize-md-46px { font-size:46px !important } .fontSize-md-48px { font-size:48px !important } .fontSize-md-50px { font-size:50px !important } .fontSize-md-60px { font-size:60px !important } .fontSize-md-70px { font-size:70px !important } .fontSize-md-80px { font-size:80px !important } .fontSize-md-90px { font-size:90px !important } .fontSize-md-100px { font-size:100px !important } .fontSize-md-06em { font-size:0.625em !important } .fontSize-md-07em { font-size:0.75em !important } .fontSize-md-08em { font-size:0.875em !important } .fontSize-md-1em { font-size:1em !important } .fontSize-md-11em { font-size:1.125em !important } .fontSize-md-12em { font-size:1.25em !important } .fontSize-md-13em { font-size:1.375em !important } .fontSize-md-15em { font-size:1.5em !important } .fontSize-md-16em { font-size:1.625em !important } .fontSize-md-17em { font-size:1.75em !important } .fontSize-md-18em { font-size:1.875em !important } .fontSize-md-2em { font-size:2em !important } .fontSize-md-25em { font-size:2.5em !important } .fontSize-md-3em { font-size:3em !important } .fontSize-md-35em { font-size:3.5em !important } .fontSize-md-4em { font-size:4em !important } .fontSize-md-45em { font-size:4.5em !important } .fontSize-md-5em { font-size:5em !important } .fontWeight-md-normal { font-weight:normal !important } .fontWeight-md-bold { font-weight:bold !important } .fontWeight-md-bolder { font-weight:bolder !important } .fontWeight-md-lighter { font-weight:lighter !important } .fontWeight-md-100 { font-weight:100 !important } .fontWeight-md-200 { font-weight:200 !important } .fontWeight-md-300 { font-weight:300 !important } .fontWeight-md-400 { font-weight:400 !important } .fontWeight-md-500 { font-weight:500 !important } .fontWeight-md-600 { font-weight:600 !important } .fontWeight-md-700 { font-weight:700 !important } .fontWeight-md-800 { font-weight:800 !important } .fontWeight-md-900 { font-weight:900 !important } .textAlign-md-left,.text-md-left { text-align:left !important } .textAlign-md-right,.text-md-right { text-align:right !important } .textAlign-md-center,.text-md-center { text-align:center !important } .textAlign-md-justify,.text-md-justify { text-align:justify !important } .textAlign-md-start,.text-md-start { text-align:start !important } .textAlign-md-end,.text-md-end { text-align:end !important } .positionTop-md-none { top:0 !important } .positionRight-md-none { right:0 !important } .positionBottom-md-none { bottom:0 !important } .positionLeft-md-none { left:0 !important } .positionTop-md-1 { top:1px !important } .positionRight-md-1 { right:1px !important } .positionBottom-md-1 { bottom:1px !important } .positionLeft-md-1 { left:1px !important } .positionTop-md-2 { top:2px !important } .positionRight-md-2 { right:2px !important } .positionBottom-md-2 { bottom:2px !important } .positionLeft-md-2 { left:2px !important } .positionTop-md-3 { top:3px !important } .positionRight-md-3 { right:3px !important } .positionBottom-md-3 { bottom:3px !important } .positionLeft-md-3 { left:3px !important } .positionTop-md-5 { top:5px !important } .positionRight-md-5 { right:5px !important } .positionBottom-md-5 { bottom:5px !important } .positionLeft-md-5 { left:5px !important } .positionTop-md-10 { top:10px !important } .positionRight-md-10 { right:10px !important } .positionBottom-md-10 { bottom:10px !important } .positionLeft-md-10 { left:10px !important } .positionTop-md-15 { top:15px !important } .positionRight-md-15 { right:15px !important } .positionBottom-md-15 { bottom:15px !important } .positionLeft-md-15 { left:15px !important } .positionTop-md-20 { top:20px !important } .positionRight-md-20 { right:20px !important } .positionBottom-md-20 { bottom:20px !important } .positionLeft-md-20 { left:20px !important } .positionTop-md-25 { top:25px !important } .positionRight-md-25 { right:25px !important } .positionBottom-md-25 { bottom:25px !important } .positionLeft-md-25 { left:25px !important } .positionTop-md-30 { top:30px !important } .positionRight-md-30 { right:30px !important } .positionBottom-md-30 { bottom:30px !important } .positionLeft-md-30 { left:30px !important } .positionTop-md-35 { top:35px !important } .positionRight-md-35 { right:35px !important } .positionBottom-md-35 { bottom:35px !important } .positionLeft-md-35 { left:35px !important } .positionTop-md-40 { top:40px !important } .positionRight-md-40 { right:40px !important } .positionBottom-md-40 { bottom:40px !important } .positionLeft-md-40 { left:40px !important } .positionTop-md-45 { top:45px !important } .positionRight-md-45 { right:45px !important } .positionBottom-md-45 { bottom:45px !important } .positionLeft-md-45 { left:45px !important } .positionTop-md-50 { top:50px !important } .positionRight-md-50 { right:50px !important } .positionBottom-md-50 { bottom:50px !important } .positionLeft-md-50 { left:50px !important } .positionTop-md-55 { top:55px !important } .positionRight-md-55 { right:55px !important } .positionBottom-md-55 { bottom:55px !important } .positionLeft-md-55 { left:55px !important } .positionTop-md-60 { top:60px !important } .positionRight-md-60 { right:60px !important } .positionBottom-md-60 { bottom:60px !important } .positionLeft-md-60 { left:60px !important } .positionTop-md-65 { top:65px !important } .positionRight-md-65 { right:65px !important } .positionBottom-md-65 { bottom:65px !important } .positionLeft-md-65 { left:65px !important } .positionTop-md-70 { top:70px !important } .positionRight-md-70 { right:70px !important } .positionBottom-md-70 { bottom:70px !important } .positionLeft-md-70 { left:70px !important } .positionTop-md-75 { top:75px !important } .positionRight-md-75 { right:75px !important } .positionBottom-md-75 { bottom:75px !important } .positionLeft-md-75 { left:75px !important } .positionTop-md-80 { top:80px !important } .positionRight-md-80 { right:80px !important } .positionBottom-md-80 { bottom:80px !important } .positionLeft-md-80 { left:80px !important } .positionTop-md-85 { top:85px !important } .positionRight-md-85 { right:85px !important } .positionBottom-md-85 { bottom:85px !important } .positionLeft-md-85 { left:85px !important } .positionTop-md-90 { top:90px !important } .positionRight-md-90 { right:90px !important } .positionBottom-md-90 { bottom:90px !important } .positionLeft-md-90 { left:90px !important } .positionTop-md-95 { top:95px !important } .positionRight-md-95 { right:95px !important } .positionBottom-md-95 { bottom:95px !important } .positionLeft-md-95 { left:95px !important } .positionTop-md-100 { top:100px !important } .positionRight-md-100 { right:100px !important } .positionBottom-md-100 { bottom:100px !important } .positionLeft-md-100 { left:100px !important } .positionTop-md-110 { top:110px !important } .positionRight-md-110 { right:110px !important } .positionBottom-md-110 { bottom:110px !important } .positionLeft-md-110 { left:110px !important } .positionTop-md-120 { top:120px !important } .positionRight-md-120 { right:120px !important } .positionBottom-md-120 { bottom:120px !important } .positionLeft-md-120 { left:120px !important } .positionTop-md-130 { top:130px !important } .positionRight-md-130 { right:130px !important } .positionBottom-md-130 { bottom:130px !important } .positionLeft-md-130 { left:130px !important } .positionTop-md-140 { top:140px !important } .positionRight-md-140 { right:140px !important } .positionBottom-md-140 { bottom:140px !important } .positionLeft-md-140 { left:140px !important } .positionTop-md-150 { top:150px !important } .positionRight-md-150 { right:150px !important } .positionBottom-md-150 { bottom:150px !important } .positionLeft-md-150 { left:150px !important } .positionTop-md-160 { top:160px !important } .positionRight-md-160 { right:160px !important } .positionBottom-md-160 { bottom:160px !important } .positionLeft-md-160 { left:160px !important } .positionTop-md-170 { top:170px !important } .positionRight-md-170 { right:170px !important } .positionBottom-md-170 { bottom:170px !important } .positionLeft-md-170 { left:170px !important } .positionTop-md-180 { top:180px !important } .positionRight-md-180 { right:180px !important } .positionBottom-md-180 { bottom:180px !important } .positionLeft-md-180 { left:180px !important } .positionTop-md-190 { top:190px !important } .positionRight-md-190 { right:190px !important } .positionBottom-md-190 { bottom:190px !important } .positionLeft-md-190 { left:190px !important } .positionTop-md-200 { top:200px !important } .positionRight-md-200 { right:200px !important } .positionBottom-md-200 { bottom:200px !important } .positionLeft-md-200 { left:200px !important } .positionTop-md-250 { top:250px !important } .positionRight-md-250 { right:250px !important } .positionBottom-md-250 { bottom:250px !important } .positionLeft-md-250 { left:250px !important } .positionTop-md-300 { top:300px !important } .positionRight-md-300 { right:300px !important } .positionBottom-md-300 { bottom:300px !important } .positionLeft-md-300 { left:300px !important } .positionTop-md-350 { top:350px !important } .positionRight-md-350 { right:350px !important } .positionBottom-md-350 { bottom:350px !important } .positionLeft-md-350 { left:350px !important } .positionTop-md-400 { top:400px !important } .positionRight-md-400 { right:400px !important } .positionBottom-md-400 { bottom:400px !important } .positionLeft-md-400 { left:400px !important } .positionTop-md-450 { top:450px !important } .positionRight-md-450 { right:450px !important } .positionBottom-md-450 { bottom:450px !important } .positionLeft-md-450 { left:450px !important } .positionTop-md-500 { top:500px !important } .positionRight-md-500 { right:500px !important } .positionBottom-md-500 { bottom:500px !important } .positionLeft-md-500 { left:500px !important } .positionTop-md-1pct { top:1% !important } .positionRight-md-1pct { right:1% !important } .positionBottom-md-1pct { bottom:1% !important } .positionLeft-md-1pct { left:1% !important } .positionTop-md-2pct { top:2% !important } .positionRight-md-2pct { right:2% !important } .positionBottom-md-2pct { bottom:2% !important } .positionLeft-md-2pct { left:2% !important } .positionTop-md-3pct { top:3% !important } .positionRight-md-3pct { right:3% !important } .positionBottom-md-3pct { bottom:3% !important } .positionLeft-md-3pct { left:3% !important } .positionTop-md-5pct { top:5% !important } .positionRight-md-5pct { right:5% !important } .positionBottom-md-5pct { bottom:5% !important } .positionLeft-md-5pct { left:5% !important } .positionTop-md-10pct { top:10% !important } .positionRight-md-10pct { right:10% !important } .positionBottom-md-10pct { bottom:10% !important } .positionLeft-md-10pct { left:10% !important } .positionTop-md-15pct { top:15% !important } .positionRight-md-15pct { right:15% !important } .positionBottom-md-15pct { bottom:15% !important } .positionLeft-md-15pct { left:15% !important } .positionTop-md-20pct { top:20% !important } .positionRight-md-20pct { right:20% !important } .positionBottom-md-20pct { bottom:20% !important } .positionLeft-md-20pct { left:20% !important } .positionTop-md-25pct { top:25% !important } .positionRight-md-25pct { right:25% !important } .positionBottom-md-25pct { bottom:25% !important } .positionLeft-md-25pct { left:25% !important } .positionTop-md-30pct { top:30% !important } .positionRight-md-30pct { right:30% !important } .positionBottom-md-30pct { bottom:30% !important } .positionLeft-md-30pct { left:30% !important } .positionTop-md-35pct { top:35% !important } .positionRight-md-35pct { right:35% !important } .positionBottom-md-35pct { bottom:35% !important } .positionLeft-md-35pct { left:35% !important } .positionTop-md-40pct { top:40% !important } .positionRight-md-40pct { right:40% !important } .positionBottom-md-40pct { bottom:40% !important } .positionLeft-md-40pct { left:40% !important } .positionTop-md-45pct { top:45% !important } .positionRight-md-45pct { right:45% !important } .positionBottom-md-45pct { bottom:45% !important } .positionLeft-md-45pct { left:45% !important } .positionTop-md-50pct { top:50% !important } .positionRight-md-50pct { right:50% !important } .positionBottom-md-50pct { bottom:50% !important } .positionLeft-md-50pct { left:50% !important } .border-md-none { border:none 0px } .borderTop-md-none { border-top:none 0px } .borderRight-md-none { border-right:none 0px } .borderBottom-md-none { border-bottom:none 0px } .borderLeft-md-none { border-left:none 0px } .border-md-transparent { border:transparent 1px solid } .borderTop-md-transparent { border-top:transparent 1px solid } .borderRight-md-transparent { border-right:transparent 1px solid } .borderBottom-md-transparent { border-bottom:transparent 1px solid } .borderLeft-md-transparent { border-left:transparent 1px solid } } @media (min-width:1200px) { .clear-lg-left { clear: left !important } .clear-lg-right { clear: right !important } .clear-lg-none { clear: none !important } .clear-lg-both { clear: both !important } .clear-lg-block { clear: both !important; display: block !important; overflow: hidden !important } .float-lg-left { float: left !important } .float-lg-center { margin: 0 auto !important } .float-lg-right { float: right !important } .padding-lg-none { padding: 0px !important } .paddingTop-lg-none { padding-top: 0px !important } .paddingRight-lg-none { padding-right: 0px !important } .paddingBottom-lg-none { padding-bottom: 0px !important } .paddingLeft-lg-none { padding-left: 0px !important } .paddingLateral-lg-none { padding-top: 0 !important; padding-bottom: 0 !important } .paddingGutter-lg-none { padding-right: 0 !important; padding-left: 0 !important } .padding-lg-1 { padding: 1px !important } .paddingTop-lg-1 { padding-top: 1px !important } .paddingRight-lg-1 { padding-right: 1px !important } .paddingBottom-lg-1 { padding-bottom: 1px !important } .paddingLeft-lg-1 { padding-left: 1px !important } .paddingLateral-lg-1 { padding-top: 1px !important; padding-bottom: 1px !important } .paddingGutter-lg-1 { padding-right: 1px !important; padding-left: 1px !important } .padding-lg-1pct { padding: 1% !important } .paddingTop-lg-1pct { padding-top: 1% !important } .paddingRight-lg-1pct { padding-right: 1% !important } .paddingBottom-lg-1pct { padding-bottom: 1% !important } .paddingLeft-lg-1pct { padding-left: 1% !important } .paddingLateral-lg-1pct { padding-top: 1% !important; padding-bottom: 1% !important } .paddingGutter-lg-1pct { padding-right: 1% !important; padding-left: 1% !important } .padding-lg-2 { padding: 2px !important } .paddingTop-lg-2 { padding-top: 2px !important } .paddingRight-lg-2 { padding-right: 2px !important } .paddingBottom-lg-2 { padding-bottom: 2px !important } .paddingLeft-lg-2 { padding-left: 2px !important } .paddingLateral-lg-2 { padding-top: 2px !important; padding-bottom: 2px !important } .paddingGutter-lg-2 { padding-right: 2px !important; padding-left: 2px !important } .padding-lg-2pct { padding: 2% !important } .paddingTop-lg-2pct { padding-top: 2% !important } .paddingRight-lg-2pct { padding-right: 2% !important } .paddingBottom-lg-2pct { padding-bottom: 2% !important } .paddingLeft-lg-2pct { padding-left: 2% !important } .paddingLateral-lg-2pct { padding-top: 2% !important; padding-bottom: 2% !important } .paddingGutter-lg-2pct { padding-right: 2% !important; padding-left: 2% !important } .padding-lg-3 { padding: 3px !important } .paddingTop-lg-3 { padding-top: 3px !important } .paddingRight-lg-3 { padding-right: 3px !important } .paddingBottom-lg-3 { padding-bottom: 3px !important } .paddingLeft-lg-3 { padding-left: 3px !important } .paddingLateral-lg-3 { padding-top: 3px !important; padding-bottom: 3px !important } .paddingGutter-lg-3 { padding-right: 3px !important; padding-left: 3px !important } .padding-lg-3pct { padding: 3% !important } .paddingTop-lg-3pct { padding-top: 3% !important } .paddingRight-lg-3pct { padding-right: 3% !important } .paddingBottom-lg-3pct { padding-bottom: 3% !important } .paddingLeft-lg-3pct { padding-left: 3% !important } .paddingLateral-lg-3pct { padding-top: 3% !important; padding-bottom: 3% !important } .paddingGutter-lg-3pct { padding-right: 3% !important; padding-left: 3% !important } .padding-lg-5 { padding: 5px !important } .paddingTop-lg-5 { padding-top: 5px !important } .paddingRight-lg-5 { padding-right: 5px !important } .paddingBottom-lg-5 { padding-bottom: 5px !important } .paddingLeft-lg-5 { padding-left: 5px !important } .paddingLateral-lg-5 { padding-top: 5px !important; padding-bottom: 5px !important } .paddingGutter-lg-5 { padding-right: 5px !important; padding-left: 5px !important } .padding-lg-5pct { padding: 5% !important } .paddingTop-lg-5pct { padding-top: 5% !important } .paddingRight-lg-5pct { padding-right: 5% !important } .paddingBottom-lg-5pct { padding-bottom: 5% !important } .paddingLeft-lg-5pct { padding-left: 5% !important } .paddingLateral-lg-5pct { padding-top: 5% !important; padding-bottom: 5% !important } .paddingGutter-lg-5pct { padding-right: 5% !important; padding-left: 5% !important } .padding-lg-10 { padding: 10px !important } .paddingTop-lg-10 { padding-top: 10px !important } .paddingRight-lg-10 { padding-right: 10px !important } .paddingBottom-lg-10 { padding-bottom: 10px !important } .paddingLeft-lg-10 { padding-left: 10px !important } .paddingLateral-lg-10 { padding-top: 10px !important; padding-bottom: 10px !important } .paddingGutter-lg-10 { padding-right: 10px !important; padding-left: 10px !important } .padding-lg-10pct { padding: 10% !important } .paddingTop-lg-10pct { padding-top: 10% !important } .paddingRight-lg-10pct { padding-right: 10% !important } .paddingBottom-lg-10pct { padding-bottom: 10% !important } .paddingLeft-lg-10pct { padding-left: 10% !important } .paddingLateral-lg-10pct { padding-top: 10% !important; padding-bottom: 10% !important } .paddingGutter-lg-10pct { padding-right: 10% !important; padding-left: 10% !important } .padding-lg-15 { padding: 15px !important } .paddingTop-lg-15 { padding-top: 15px !important } .paddingRight-lg-15 { padding-right: 15px !important } .paddingBottom-lg-15 { padding-bottom: 15px !important } .paddingLeft-lg-15 { padding-left: 15px !important } .paddingLateral-lg-15 { padding-top: 15px !important; padding-bottom: 15px !important } .paddingGutter-lg-15 { padding-right: 15px !important; padding-left: 15px !important } .padding-lg-15pct { padding: 15% !important } .paddingTop-lg-15pct { padding-top: 15% !important } .paddingRight-lg-15pct { padding-right: 15% !important } .paddingBottom-lg-15pct { padding-bottom: 15% !important } .paddingLeft-lg-15pct { padding-left: 15% !important } .paddingLateral-lg-15pct { padding-top: 15% !important; padding-bottom: 15% !important } .paddingGutter-lg-15pct { padding-right: 15% !important; padding-left: 15% !important } .padding-lg-20 { padding: 20px !important } .paddingTop-lg-20 { padding-top: 20px !important } .paddingRight-lg-20 { padding-right: 20px !important } .paddingBottom-lg-20 { padding-bottom: 20px !important } .paddingLeft-lg-20 { padding-left: 20px !important } .paddingLateral-lg-20 { padding-top: 20px !important; padding-bottom: 20px !important } .paddingGutter-lg-20 { padding-right: 20px !important; padding-left: 20px !important } .padding-lg-20pct { padding: 20% !important } .paddingTop-lg-20pct { padding-top: 20% !important } .paddingRight-lg-20pct { padding-right: 20% !important } .paddingBottom-lg-20pct { padding-bottom: 20% !important } .paddingLeft-lg-20pct { padding-left: 20% !important } .paddingLateral-lg-20pct { padding-top: 20% !important; padding-bottom: 20% !important } .paddingGutter-lg-20pct { padding-right: 20% !important; padding-left: 20% !important } .padding-lg-25 { padding: 25px !important } .paddingTop-lg-25 { padding-top: 25px !important } .paddingRight-lg-25 { padding-right: 25px !important } .paddingBottom-lg-25 { padding-bottom: 25px !important } .paddingLeft-lg-25 { padding-left: 25px !important } .paddingLateral-lg-25 { padding-top: 25px !important; padding-bottom: 25px !important } .paddingGutter-lg-25 { padding-right: 25px !important; padding-left: 25px !important } .padding-lg-25pct { padding: 25% !important } .paddingTop-lg-25pct { padding-top: 25% !important } .paddingRight-lg-25pct { padding-right: 25% !important } .paddingBottom-lg-25pct { padding-bottom: 25% !important } .paddingLeft-lg-25pct { padding-left: 25% !important } .paddingLateral-lg-25pct { padding-top: 25% !important; padding-bottom: 25% !important } .paddingGutter-lg-25pct { padding-right: 25% !important; padding-left: 25% !important } .padding-lg-30 { padding: 30px !important } .paddingTop-lg-30 { padding-top: 30px !important } .paddingRight-lg-30 { padding-right: 30px !important } .paddingBottom-lg-30 { padding-bottom: 30px !important } .paddingLeft-lg-30 { padding-left: 30px !important } .paddingLateral-lg-30 { padding-top: 30px !important; padding-bottom: 30px !important } .paddingGutter-lg-30 { padding-right: 30px !important; padding-left: 30px !important } .padding-lg-35 { padding: 35px !important } .paddingTop-lg-35 { padding-top: 35px !important } .paddingRight-lg-35 { padding-right: 35px !important } .paddingBottom-lg-35 { padding-bottom: 35px !important } .paddingLeft-lg-35 { padding-left: 35px !important } .paddingLateral-lg-35 { padding-top: 35px !important; padding-bottom: 35px !important } .paddingGutter-lg-35 { padding-right: 35px !important; padding-left: 35px !important } .padding-lg-40 { padding: 40px !important } .paddingTop-lg-40 { padding-top: 40px !important } .paddingRight-lg-40 { padding-right: 40px !important } .paddingBottom-lg-40 { padding-bottom: 40px !important } .paddingLeft-lg-40 { padding-left: 40px !important } .paddingLateral-lg-40 { padding-top: 40px !important; padding-bottom: 40px !important } .paddingGutter-lg-40 { padding-right: 40px !important; padding-left: 40px !important } .padding-lg-45 { padding: 45px !important } .paddingTop-lg-45 { padding-top: 45px !important } .paddingRight-lg-45 { padding-right: 45px !important } .paddingBottom-lg-45 { padding-bottom: 45px !important } .paddingLeft-lg-45 { padding-left: 45px !important } .paddingLateral-lg-45 { padding-top: 45px !important; padding-bottom: 45px !important } .paddingGutter-lg-45 { padding-right: 45px !important; padding-left: 45px !important } .padding-lg-50 { padding: 50px !important } .paddingTop-lg-50 { padding-top: 50px !important } .paddingRight-lg-50 { padding-right: 50px !important } .paddingBottom-lg-50 { padding-bottom: 50px !important } .paddingLeft-lg-50 { padding-left: 50px !important } .paddingLateral-lg-50 { padding-top: 50px !important; padding-bottom: 50px !important } .paddingGutter-lg-50 { padding-right: 50px !important; padding-left: 50px !important } .padding-lg-55 { padding: 55px !important } .paddingTop-lg-55 { padding-top: 55px !important } .paddingRight-lg-55 { padding-right: 55px !important } .paddingBottom-lg-55 { padding-bottom: 55px !important } .paddingLeft-lg-55 { padding-left: 55px !important } .paddingLateral-lg-55 { padding-top: 55px !important; padding-bottom: 55px !important } .paddingGutter-lg-55 { padding-right: 55px !important; padding-left: 55px !important } .padding-lg-60 { padding: 60px !important } .paddingTop-lg-60 { padding-top: 60px !important } .paddingRight-lg-60 { padding-right: 60px !important } .paddingBottom-lg-60 { padding-bottom: 60px !important } .paddingLeft-lg-60 { padding-left: 60px !important } .paddingLateral-lg-60 { padding-top: 60px !important; padding-bottom: 60px !important } .paddingGutter-lg-60 { padding-right: 60px !important; padding-left: 60px !important } .padding-lg-65 { padding: 65px !important } .paddingTop-lg-65 { padding-top: 65px !important } .paddingRight-lg-65 { padding-right: 65px !important } .paddingBottom-lg-65 { padding-bottom: 65px !important } .paddingLeft-lg-65 { padding-left: 65px !important } .paddingLateral-lg-65 { padding-top: 65px !important; padding-bottom: 65px !important } .paddingGutter-lg-65 { padding-right: 65px !important; padding-left: 65px !important } .padding-lg-70 { padding: 70px !important } .paddingTop-lg-70 { padding-top: 70px !important } .paddingRight-lg-70 { padding-right: 70px !important } .paddingBottom-lg-70 { padding-bottom: 70px !important } .paddingLeft-lg-70 { padding-left: 70px !important } .paddingLateral-lg-70 { padding-top: 70px !important; padding-bottom: 70px !important } .paddingGutter-lg-70 { padding-right: 70px !important; padding-left: 70px !important } .padding-lg-75 { padding: 75px !important } .paddingTop-lg-75 { padding-top: 75px !important } .paddingRight-lg-75 { padding-right: 75px !important } .paddingBottom-lg-75 { padding-bottom: 75px !important } .paddingLeft-lg-75 { padding-left: 75px !important } .paddingLateral-lg-75 { padding-top: 75px !important; padding-bottom: 75px !important } .paddingGutter-lg-75 { padding-right: 75px !important; padding-left: 75px !important } .padding-lg-80 { padding: 80px !important } .paddingTop-lg-80 { padding-top: 80px !important } .paddingRight-lg-80 { padding-right: 80px !important } .paddingBottom-lg-80 { padding-bottom: 80px !important } .paddingLeft-lg-80 { padding-left: 80px !important } .paddingLateral-lg-80 { padding-top: 80px !important; padding-bottom: 80px !important } .paddingGutter-lg-80 { padding-right: 80px !important; padding-left: 80px !important } .padding-lg-85 { padding: 85px !important } .paddingTop-lg-85 { padding-top: 85px !important } .paddingRight-lg-85 { padding-right: 85px !important } .paddingBottom-lg-85 { padding-bottom: 85px !important } .paddingLeft-lg-85 { padding-left: 85px !important } .paddingLateral-lg-85 { padding-top: 85px !important; padding-bottom: 85px !important } .paddingGutter-lg-85 { padding-right: 85px !important; padding-left: 85px !important } .padding-lg-90 { padding: 90px !important } .paddingTop-lg-90 { padding-top: 90px !important } .paddingRight-lg-90 { padding-right: 90px !important } .paddingBottom-lg-90 { padding-bottom: 90px !important } .paddingLeft-lg-90 { padding-left: 90px !important } .paddingLateral-lg-90 { padding-top: 90px !important; padding-bottom: 90px !important } .paddingGutter-lg-90 { padding-right: 90px !important; padding-left: 90px !important } .padding-lg-95 { padding: 95px !important } .paddingTop-lg-95 { padding-top: 95px !important } .paddingRight-lg-95 { padding-right: 95px !important } .paddingBottom-lg-95 { padding-bottom: 95px !important } .paddingLeft-lg-95 { padding-left: 95px !important } .paddingLateral-lg-95 { padding-top: 95px !important; padding-bottom: 95px !important } .paddingGutter-lg-95 { padding-right: 95px !important; padding-left: 95px !important } .padding-lg-100 { padding: 100px !important } .paddingTop-lg-100 { padding-top: 100px !important } .paddingRight-lg-100 { padding-right: 100px !important } .paddingBottom-lg-100 { padding-bottom: 100px !important } .paddingLeft-lg-100 { padding-left: 100px !important } .paddingLateral-lg-100 { padding-top: 100px !important; padding-bottom: 100px !important } .paddingGutter-lg-100 { padding-right: 100px !important; padding-left: 100px !important } .margin-lg-none { margin: 0 !important } .marginTop-lg-none { margin-top: 0 !important } .marginRight-lg-none { margin-right: 0 !important } .marginBottom-lg-none { margin-bottom: 0 !important } .marginLeft-lg-none { margin-left: 0 !important } .marginLateral-lg-none { margin-top: 0 !important; margin-bottom: 0 !important } .marginGutter-lg-none { margin-right: 0 !important; margin-left: 0 !important } .margin-lg-1 { margin: 1px !important } .marginTop-lg-1 { margin-top: 1px !important } .marginTop-lg-pull-1 { margin-top: -1px !important } .marginRight-lg-1 { margin-right: 1px !important } .marginRight-lg-pull-1 { margin-right: -1px !important } .marginBottom-lg-1 { margin-bottom: 1px !important } .marginBottom-lg-pull-1 { margin-bottom: -1px !important } .marginLeft-lg-1 { margin-left: 1px !important } .marginLeft-lg-pull-1 { margin-left: -1px !important } .marginLateral-lg-1 { margin-top: 1px !important; margin-bottom: 1px !important } .marginLateral-lg-pull-1 { margin-top: -1px !important; margin-bottom: -1px !important } .marginGutter-lg-1 { margin-right: 1px !important; margin-left: 1px !important } .marginGutter-lg-pull-1 { margin-right: -1px !important; margin-left: -1px !important } .margin-lg-2 { margin: 2px !important } .marginTop-lg-2 { margin-top: 2px !important } .marginTop-lg-pull-2 { margin-top: -2px !important } .marginRight-lg-2 { margin-right: 2px !important } .marginRight-lg-pull-2 { margin-right: -2px !important } .marginBottom-lg-2 { margin-bottom: 2px !important } .marginBottom-lg-pull-2 { margin-bottom: -2px !important } .marginLeft-lg-2 { margin-left: 2px !important } .marginLeft-lg-pull-2 { margin-left: -2px !important } .marginLateral-lg-2 { margin-top: 2px !important; margin-bottom: 2px !important } .marginLateral-lg-pull-2 { margin-top: -2px !important; margin-bottom: -2px !important } .marginGutter-lg-2 { margin-right: 2px !important; margin-left: 2px !important } .marginGutter-lg-pull-2 { margin-right: -2px !important; margin-left: -2px !important } .margin-lg-3 { margin: 3px !important } .marginTop-lg-3 { margin-top: 3px !important } .marginTop-lg-pull-3 { margin-top: -3px !important } .marginRight-lg-3 { margin-right: 3px !important } .marginRight-lg-pull-3 { margin-right: -3px !important } .marginBottom-lg-3 { margin-bottom: 3px !important } .marginBottom-lg-pull-3 { margin-bottom: -3px !important } .marginLeft-lg-3 { margin-left: 3px !important } .marginLeft-lg-pull-3 { margin-left: -3px !important } .marginLateral-lg-3 { margin-top: 3px !important; margin-bottom: 3px !important } .marginLateral-lg-pull-3 { margin-top: -3px !important; margin-bottom: -3px !important } .marginGutter-lg-3 { margin-right: 3px !important; margin-left: 3px !important } .marginGutter-lg-pull-3 { margin-right: -3px !important; margin-left: -3px !important } .margin-lg-5 { margin: 5px !important } .marginTop-lg-5 { margin-top: 5px !important } .marginTop-lg-pull-5 { margin-top: -5px !important } .marginRight-lg-5 { margin-right: 5px !important } .marginRight-lg-pull-5 { margin-right: -5px !important } .marginBottom-lg-5 { margin-bottom: 5px !important } .marginBottom-lg-pull-5 { margin-bottom: -5px !important } .marginLeft-lg-5 { margin-left: 5px !important } .marginLeft-lg-pull-5 { margin-left: -5px !important } .marginLateral-lg-5 { margin-top: 5px !important; margin-bottom: 5px !important } .marginLateral-lg-pull-5 { margin-top: -5px !important; margin-bottom: -5px !important } .marginGutter-lg-5 { margin-right: 5px !important; margin-left: 5px !important } .marginGutter-lg-pull-5 { margin-right: -5px !important; margin-left: -5px !important } .margin-lg-10 { margin: 10px !important } .marginTop-lg-10 { margin-top: 10px !important } .marginTop-lg-pull-10 { margin-top: -10px !important } .marginRight-lg-10 { margin-right: 10px !important } .marginRight-lg-pull-10 { margin-right: -10px !important } .marginBottom-lg-10 { margin-bottom: 10px !important } .marginBottom-lg-pull-10 { margin-bottom: -10px !important } .marginLeft-lg-10 { margin-left: 10px !important } .marginLeft-lg-pull-10 { margin-left: -10px !important } .marginLateral-lg-10 { margin-top: 10px !important; margin-bottom: 10px !important } .marginLateral-lg-pull-10 { margin-top: -10px !important; margin-bottom: -10px !important } .marginGutter-lg-10 { margin-right: 10px !important; margin-left: 10px !important } .marginGutter-lg-pull-10 { margin-right: -10px !important; margin-left: -10px !important } .margin-lg-15 { margin: 15px !important } .marginTop-lg-15 { margin-top: 15px !important } .marginTop-lg-pull-15 { margin-top: -15px !important } .marginRight-lg-15 { margin-right: 15px !important } .marginRight-lg-pull-15 { margin-right: -15px !important } .marginBottom-lg-15 { margin-bottom: 15px !important } .marginBottom-lg-pull-15 { margin-bottom: -15px !important } .marginLeft-lg-15 { margin-left: 15px !important } .marginLeft-lg-pull-15 { margin-left: -15px !important } .marginLateral-lg-15 { margin-top: 15px !important; margin-bottom: 15px !important } .marginLateral-lg-pull-15 { margin-top: -15px !important; margin-bottom: -15px !important } .marginGutter-lg-15 { margin-right: 15px !important; margin-left: 15px !important } .marginGutter-lg-pull-15 { margin-right: -15px !important; margin-left: -15px !important } .margin-lg-20 { margin: 20px !important } .marginTop-lg-20 { margin-top: 20px !important } .marginTop-lg-pull-20 { margin-top: -20px !important } .marginRight-lg-20 { margin-right: 20px !important } .marginRight-lg-pull-20 { margin-right: -20px !important } .marginBottom-lg-20 { margin-bottom: 20px !important } .marginBottom-lg-pull-20 { margin-bottom: -20px !important } .marginLeft-lg-20 { margin-left: 20px !important } .marginLeft-lg-pull-20 { margin-left: -20px !important } .marginLateral-lg-20 { margin-top: 20px !important; margin-bottom: 20px !important } .marginLateral-lg-pull-20 { margin-top: -20px !important; margin-bottom: -20px !important } .marginGutter-lg-20 { margin-right: 20px !important; margin-left: 20px !important } .marginGutter-lg-pull-20 { margin-right: -20px !important; margin-left: -20px !important } .margin-lg-25 { margin: 25px !important } .marginTop-lg-25 { margin-top: 25px !important } .marginTop-lg-pull-25 { margin-top: -25px !important } .marginRight-lg-25 { margin-right: 25px !important } .marginRight-lg-pull-25 { margin-right: -25px !important } .marginBottom-lg-25 { margin-bottom: 25px !important } .marginBottom-lg-pull-25 { margin-bottom: -25px !important } .marginLeft-lg-25 { margin-left: 25px !important } .marginLeft-lg-pull-25 { margin-left: -25px !important } .marginLateral-lg-25 { margin-top: 25px !important; margin-bottom: 25px !important } .marginLateral-lg-pull-25 { margin-top: -25px !important; margin-bottom: -25px !important } .marginGutter-lg-25 { margin-right: 25px !important; margin-left: 25px !important } .marginGutter-lg-pull-25 { margin-right: -25px !important; margin-left: -25px !important } .margin-lg-30 { margin: 30px !important } .marginTop-lg-30 { margin-top: 30px !important } .marginTop-lg-pull-30 { margin-top: -30px !important } .marginRight-lg-30 { margin-right: 30px !important } .marginRight-lg-pull-30 { margin-right: -30px !important } .marginBottom-lg-30 { margin-bottom: 30px !important } .marginBottom-lg-pull-30 { margin-bottom: -30px !important } .marginLeft-lg-30 { margin-left: 30px !important } .marginLeft-lg-pull-30 { margin-left: -30px !important } .marginLateral-lg-30 { margin-top: 30px !important; margin-bottom: 30px !important } .marginLateral-lg-pull-30 { margin-top: -30px !important; margin-bottom: -30px !important } .marginGutter-lg-30 { margin-right: 30px !important; margin-left: 30px !important } .marginGutter-lg-pull-30 { margin-right: -30px !important; margin-left: -30px !important } .margin-lg-35 { margin: 35px !important } .marginTop-lg-35 { margin-top: 35px !important } .marginTop-lg-pull-35 { margin-top: -35px !important } .marginRight-lg-35 { margin-right: 35px !important } .marginRight-lg-pull-35 { margin-right: -35px !important } .marginBottom-lg-35 { margin-bottom: 35px !important } .marginBottom-lg-pull-35 { margin-bottom: -35px !important } .marginLeft-lg-35 { margin-left: 35px !important } .marginLeft-lg-pull-35 { margin-left: -35px !important } .marginLateral-lg-35 { margin-top: 35px !important; margin-bottom: 35px !important } .marginLateral-lg-pull-35 { margin-top: -35px !important; margin-bottom: -35px !important } .marginGutter-lg-35 { margin-right: 35px !important; margin-left: 35px !important } .marginGutter-lg-pull-35 { margin-right: -35px !important; margin-left: -35px !important } .margin-lg-40 { margin: 40px !important } .marginTop-lg-40 { margin-top: 40px !important } .marginTop-lg-pull-40 { margin-top: -40px !important } .marginRight-lg-40 { margin-right: 40px !important } .marginRight-lg-pull-40 { margin-right: -40px !important } .marginBottom-lg-40 { margin-bottom: 40px !important } .marginBottom-lg-pull-40 { margin-bottom: -40px !important } .marginLeft-lg-40 { margin-left: 40px !important } .marginLeft-lg-pull-40 { margin-left: -40px !important } .marginLateral-lg-40 { margin-top: 40px !important; margin-bottom: 40px !important } .marginLateral-lg-pull-40 { margin-top: -40px !important; margin-bottom: -40px !important } .marginGutter-lg-40 { margin-right: 40px !important; margin-left: 40px !important } .marginGutter-lg-pull-40 { margin-right: -40px !important; margin-left: -40px !important } .margin-lg-45 { margin: 45px !important } .marginTop-lg-45 { margin-top: 45px !important } .marginTop-lg-pull-45 { margin-top: -45px !important } .marginRight-lg-45 { margin-right: 45px !important } .marginRight-lg-pull-45 { margin-right: -45px !important } .marginBottom-lg-45 { margin-bottom: 45px !important } .marginBottom-lg-pull-45 { margin-bottom: -45px !important } .marginLeft-lg-45 { margin-left: 45px !important } .marginLeft-lg-pull-45 { margin-left: -45px !important } .marginLateral-lg-45 { margin-top: 45px !important; margin-bottom: 45px !important } .marginLateral-lg-pull-45 { margin-top: -45px !important; margin-bottom: -45px !important } .marginGutter-lg-45 { margin-right: 45px !important; margin-left: 45px !important } .marginGutter-lg-pull-45 { margin-right: -45px !important; margin-left: -45px !important } .margin-lg-50 { margin: 50px !important } .marginTop-lg-50 { margin-top: 50px !important } .marginTop-lg-pull-50 { margin-top: -50px !important } .marginRight-lg-50 { margin-right: 50px !important } .marginRight-lg-pull-50 { margin-right: -50px !important } .marginBottom-lg-50 { margin-bottom: 50px !important } .marginBottom-lg-pull-50 { margin-bottom: -50px !important } .marginLeft-lg-50 { margin-left: 50px !important } .marginLeft-lg-pull-50 { margin-left: -50px !important } .marginLateral-lg-50 { margin-top: 50px !important; margin-bottom: 50px !important } .marginLateral-lg-pull-50 { margin-top: -50px !important; margin-bottom: -50px !important } .marginGutter-lg-50 { margin-right: 50px !important; margin-left: 50px !important } .marginGutter-lg-pull-50 { margin-right: -50px !important; margin-left: -50px !important } .margin-lg-55 { margin: 55px !important } .marginTop-lg-55 { margin-top: 55px !important } .marginTop-lg-pull-55 { margin-top: -55px !important } .marginRight-lg-55 { margin-right: 55px !important } .marginRight-lg-pull-55 { margin-right: -55px !important } .marginBottom-lg-55 { margin-bottom: 55px !important } .marginBottom-lg-pull-55 { margin-bottom: -55px !important } .marginLeft-lg-55 { margin-left: 55px !important } .marginLeft-lg-pull-55 { margin-left: -55px !important } .marginLateral-lg-55 { margin-top: 55px !important; margin-bottom: 55px !important } .marginLateral-lg-pull-55 { margin-top: -55px !important; margin-bottom: -55px !important } .marginGutter-lg-55 { margin-right: 55px !important; margin-left: 55px !important } .marginGutter-lg-pull-55 { margin-right: -55px !important; margin-left: -55px !important } .margin-lg-60 { margin: 60px !important } .marginTop-lg-60 { margin-top: 60px !important } .marginTop-lg-pull-60 { margin-top: -60px !important } .marginRight-lg-60 { margin-right: 60px !important } .marginRight-lg-pull-60 { margin-right: -60px !important } .marginBottom-lg-60 { margin-bottom: 60px !important } .marginBottom-lg-pull-60 { margin-bottom: -60px !important } .marginLeft-lg-60 { margin-left: 60px !important } .marginLeft-lg-pull-60 { margin-left: -60px !important } .marginLateral-lg-60 { margin-top: 60px !important; margin-bottom: 60px !important } .marginLateral-lg-pull-60 { margin-top: -60px !important; margin-bottom: -60px !important } .marginGutter-lg-60 { margin-right: 60px !important; margin-left: 60px !important } .marginGutter-lg-pull-60 { margin-right: -60px !important; margin-left: -60px !important } .margin-lg-65 { margin: 65px !important } .marginTop-lg-65 { margin-top: 65px !important } .marginTop-lg-pull-65 { margin-top: -65px !important } .marginRight-lg-65 { margin-right: 65px !important } .marginRight-lg-pull-65 { margin-right: -65px !important } .marginBottom-lg-65 { margin-bottom: 65px !important } .marginBottom-lg-pull-65 { margin-bottom: -65px !important } .marginLeft-lg-65 { margin-left: 65px !important } .marginLeft-lg-pull-65 { margin-left: -65px !important } .marginLateral-lg-65 { margin-top: 65px !important; margin-bottom: 10px !important } .marginLateral-lg-pull-65 { margin-top: -65px !important; margin-bottom: -65px !important } .marginGutter-lg-65 { margin-right: 65px !important; margin-left: 65px !important } .marginGutter-lg-pull-65 { margin-right: -65px !important; margin-left: -65px !important } .margin-lg-70 { margin: 70px !important } .marginTop-lg-70 { margin-top: 70px !important } .marginTop-lg-pull-70 { margin-top: -70px !important } .marginRight-lg-70 { margin-right: 70px !important } .marginRight-lg-pull-70 { margin-right: -70px !important } .marginBottom-lg-70 { margin-bottom: 70px !important } .marginBottom-lg-pull-70 { margin-bottom: -70px !important } .marginLeft-lg-70 { margin-left: 70px !important } .marginLeft-lg-pull-70 { margin-left: -70px !important } .marginLateral-lg-70 { margin-top: 70px !important; margin-bottom: 70px !important } .marginLateral-lg-pull-70 { margin-top: -70px !important; margin-bottom: -70px !important } .marginGutter-lg-70 { margin-right: 70px !important; margin-left: 70px !important } .marginGutter-lg-pull-70 { margin-right: -70px !important; margin-left: -70px !important } .margin-lg-75 { margin: 75px !important } .marginTop-lg-75 { margin-top: 75px !important } .marginTop-lg-pull-75 { margin-top: -75px !important } .marginRight-lg-75 { margin-right: 75px !important } .marginRight-lg-pull-75 { margin-right: -75px !important } .marginBottom-lg-75 { margin-bottom: 75px !important } .marginBottom-lg-pull-75 { margin-bottom: -75px !important } .marginLeft-lg-75 { margin-left: 75px !important } .marginLeft-lg-pull-75 { margin-left: -75px !important } .marginLateral-lg-75 { margin-top: 75px !important; margin-bottom: 75px !important } .marginLateral-lg-pull-75 { margin-top: -75px !important; margin-bottom: -75px !important } .marginGutter-lg-75 { margin-right: 75px !important; margin-left: 75px !important } .marginGutter-lg-pull-75 { margin-right: -75px !important; margin-left: -75px !important } .margin-lg-80 { margin: 80px !important } .marginTop-lg-80 { margin-top: 80px !important } .marginTop-lg-pull-80 { margin-top: -80px !important } .marginRight-lg-80 { margin-right: 80px !important } .marginRight-lg-pull-80 { margin-right: -80px !important } .marginBottom-lg-80 { margin-bottom: 80px !important } .marginBottom-lg-pull-80 { margin-bottom: -80px !important } .marginLeft-lg-80 { margin-left: 80px !important } .marginLeft-lg-pull-80 { margin-left: -80px !important } .marginLateral-lg-80 { margin-top: 80px !important; margin-bottom: 80px !important } .marginLateral-lg-pull-80 { margin-top: -80px !important; margin-bottom: -80px !important } .marginGutter-lg-80 { margin-right: 80px !important; margin-left: 80px !important } .marginGutter-lg-pull-80 { margin-right: -80px !important; margin-left: -80px !important } .margin-lg-85 { margin: 85px !important } .marginTop-lg-85 { margin-top: 85px !important } .marginTop-lg-pull-85 { margin-top: -85px !important } .marginRight-lg-85 { margin-right: 85px !important } .marginRight-lg-pull-85 { margin-right: -85px !important } .marginBottom-lg-85 { margin-bottom: 85px !important } .marginBottom-lg-pull-85 { margin-bottom: -85px !important } .marginLeft-lg-85 { margin-left: 85px !important } .marginLeft-lg-pull-85 { margin-left: -85px !important } .marginLateral-lg-85 { margin-top: 85px !important; margin-bottom: 85px !important } .marginLateral-lg-pull-85 { margin-top: -85px !important; margin-bottom: -85px !important } .marginGutter-lg-85 { margin-right: 85px !important; margin-left: 85px !important } .marginGutter-lg-pull-85 { margin-right: -85px !important; margin-left: -85px !important } .margin-lg-90 { margin: 90px !important } .marginTop-lg-90 { margin-top: 90px !important } .marginTop-lg-pull-90 { margin-top: -90px !important } .marginRight-lg-90 { margin-right: 90px !important } .marginRight-lg-pull-90 { margin-right: -90px !important } .marginBottom-lg-90 { margin-bottom: 90px !important } .marginBottom-lg-pull-90 { margin-bottom: -90px !important } .marginLeft-lg-90 { margin-left: 90px !important } .marginLeft-lg-pull-90 { margin-left: -90px !important } .marginLateral-lg-90 { margin-top: 90px !important; margin-bottom: 90px !important } .marginLateral-lg-pull-90 { margin-top: -90px !important; margin-bottom: -90px !important } .marginGutter-lg-90 { margin-right: 90px !important; margin-left: 90px !important } .marginGutter-lg-pull-90 { margin-right: -90px !important; margin-left: -90px !important } .margin-lg-95 { margin: 95px !important } .marginTop-lg-95 { margin-top: 95px !important } .marginTop-lg-pull-95 { margin-top: -95px !important } .marginRight-lg-95 { margin-right: 95px !important } .marginRight-lg-pull-95 { margin-right: -95px !important } .marginBottom-lg-95 { margin-bottom: 95px !important } .marginBottom-lg-pull-95 { margin-bottom: -95px !important } .marginLeft-lg-95 { margin-left: 95px !important } .marginLeft-lg-pull-95 { margin-left: -95px !important } .marginLateral-lg-95 { margin-top: 95px !important; margin-bottom: 95px !important } .marginLateral-lg-pull-95 { margin-top: -95px !important; margin-bottom: -95px !important } .marginGutter-lg-95 { margin-right: 95px !important; margin-left: 95px !important } .marginGutter-lg-pull-95 { margin-right: -95px !important; margin-left: -95px !important } .margin-lg-100 { margin: 100px !important } .marginTop-lg-100 { margin-top: 100px !important } .marginTop-lg-pull-100 { margin-top: -100px !important } .marginRight-lg-100 { margin-right: 100px !important } .marginRight-lg-pull-100 { margin-right: -100px !important } .marginBottom-lg-100 { margin-bottom: 100px !important } .marginBottom-lg-pull-100 { margin-bottom: -100px !important } .marginLeft-lg-100 { margin-left: 100px !important } .marginLeft-lg-pull-100 { margin-left: -100px !important } .marginLateral-lg-100 { margin-top: 100px !important; margin-bottom: 100px !important } .marginLateral-lg-pull-100 { margin-top: -100px !important; margin-bottom: -100px !important } .marginGutter-lg-100 { margin-right: 100px !important; margin-left: 100px !important } .marginGutter-lg-pull-100 { margin-right: -100px !important; margin-left: -100px !important } .fontSize-lg-10pct { font-size:10% !important } .fontSize-lg-20pct { font-size:20% !important } .fontSize-lg-30pct { font-size:30% !important } .fontSize-lg-40pct { font-size:40% !important } .fontSize-lg-50pct { font-size:50% !important } .fontSize-lg-60pct { font-size:60% !important } .fontSize-lg-70pct { font-size:70% !important } .fontSize-lg-80pct { font-size:80% !important } .fontSize-lg-90pct { font-size:90% !important } .fontSize-lg-100pct { font-size:100% !important } .fontSize-lg-110pct { font-size:110% !important } .fontSize-lg-120pct { font-size:120% !important } .fontSize-lg-130pct { font-size:130% !important } .fontSize-lg-140pct { font-size:140% !important } .fontSize-lg-150pct { font-size:150% !important } .fontSize-lg-160pct { font-size:160% !important } .fontSize-lg-170pct { font-size:170% !important } .fontSize-lg-180pct { font-size:180% !important } .fontSize-lg-190pct { font-size:90% !important } .fontSize-lg-200pct { font-size:200% !important } .fontSize-lg-300pct { font-size:300% !important } .fontSize-lg-400pct { font-size:400% !important } .fontSize-lg-500pct { font-size:500% !important } .fontSize-lg-600pct { font-size:600% !important } .fontSize-lg-700pct { font-size:700% !important } .fontSize-lg-800pct { font-size:800% !important } .fontSize-lg-900pct { font-size:900% !important } .fontSize-lg-1000pct { font-size:1000% !important } .fontSize-lg-10px { font-size:10px !important } .fontSize-lg-11px { font-size:11px !important } .fontSize-lg-12px { font-size:12px !important } .fontSize-lg-14px { font-size:14px !important } .fontSize-lg-16px { font-size:16px !important } .fontSize-lg-18px { font-size:18px !important } .fontSize-lg-20px { font-size:20px !important } .fontSize-lg-22px { font-size:22px !important } .fontSize-lg-24px { font-size:24px !important } .fontSize-lg-26px { font-size:26px !important } .fontSize-lg-28px { font-size:28px !important } .fontSize-lg-30px { font-size:30px !important } .fontSize-lg-32px { font-size:32px !important } .fontSize-lg-34px { font-size:34px !important } .fontSize-lg-36px { font-size:36px !important } .fontSize-lg-38px { font-size:38px !important } .fontSize-lg-40px { font-size:40px !important } .fontSize-lg-42px { font-size:42px !important } .fontSize-lg-44px { font-size:44px !important } .fontSize-lg-46px { font-size:46px !important } .fontSize-lg-48px { font-size:48px !important } .fontSize-lg-50px { font-size:50px !important } .fontSize-lg-60px { font-size:60px !important } .fontSize-lg-70px { font-size:70px !important } .fontSize-lg-80px { font-size:80px !important } .fontSize-lg-90px { font-size:90px !important } .fontSize-lg-100px { font-size:100px !important } .fontSize-lg-06em { font-size:0.625em !important } .fontSize-lg-07em { font-size:0.75em !important } .fontSize-lg-08em { font-size:0.875em !important } .fontSize-lg-1em { font-size:1em !important } .fontSize-lg-11em { font-size:1.125em !important } .fontSize-lg-12em { font-size:1.25em !important } .fontSize-lg-13em { font-size:1.375em !important } .fontSize-lg-15em { font-size:1.5em !important } .fontSize-lg-16em { font-size:1.625em !important } .fontSize-lg-17em { font-size:1.75em !important } .fontSize-lg-18em { font-size:1.875em !important } .fontSize-lg-2em { font-size:2em !important } .fontSize-lg-25em { font-size:2.5em !important } .fontSize-lg-3em { font-size:3em !important } .fontSize-lg-35em { font-size:3.5em !important } .fontSize-lg-4em { font-size:4em !important } .fontSize-lg-45em { font-size:4.5em !important } .fontSize-lg-5em { font-size:5em !important } .fontWeight-lg-normal { font-weight:normal !important } .fontWeight-lg-bold { font-weight:bold !important } .fontWeight-lg-bolder { font-weight:bolder !important } .fontWeight-lg-lighter { font-weight:lighter !important } .fontWeight-lg-100 { font-weight:100 !important } .fontWeight-lg-200 { font-weight:200 !important } .fontWeight-lg-300 { font-weight:300 !important } .fontWeight-lg-400 { font-weight:400 !important } .fontWeight-lg-500 { font-weight:500 !important } .fontWeight-lg-600 { font-weight:600 !important } .fontWeight-lg-700 { font-weight:700 !important } .fontWeight-lg-800 { font-weight:800 !important } .fontWeight-lg-900 { font-weight:900 !important } .textAlign-lg-left,.text-lg-left { text-align:left !important } .textAlign-lg-right,.text-lg-right { text-align:right !important } .textAlign-lg-center,.text-lg-center { text-align:center !important } .textAlign-lg-justify,.text-lg-justify { text-align:justify !important } .textAlign-lg-start,.text-lg-start { text-align:start !important } .textAlign-lg-end,.text-lg-end { text-align:end !important } .positionTop-lg-none { top:0 !important } .positionRight-lg-none { right:0 !important } .positionBottom-lg-none { bottom:0 !important } .positionLeft-lg-none { left:0 !important } .positionTop-lg-1 { top:1px !important } .positionRight-lg-1 { right:1px !important } .positionBottom-lg-1 { bottom:1px !important } .positionLeft-lg-1 { left:1px !important } .positionTop-lg-2 { top:2px !important } .positionRight-lg-2 { right:2px !important } .positionBottom-lg-2 { bottom:2px !important } .positionLeft-lg-2 { left:2px !important } .positionTop-lg-3 { top:3px !important } .positionRight-lg-3 { right:3px !important } .positionBottom-lg-3 { bottom:3px !important } .positionLeft-lg-3 { left:3px !important } .positionTop-lg-5 { top:5px !important } .positionRight-lg-5 { right:5px !important } .positionBottom-lg-5 { bottom:5px !important } .positionLeft-lg-5 { left:5px !important } .positionTop-lg-10 { top:10px !important } .positionRight-lg-10 { right:10px !important } .positionBottom-lg-10 { bottom:10px !important } .positionLeft-lg-10 { left:10px !important } .positionTop-lg-15 { top:15px !important } .positionRight-lg-15 { right:15px !important } .positionBottom-lg-15 { bottom:15px !important } .positionLeft-lg-15 { left:15px !important } .positionTop-lg-20 { top:20px !important } .positionRight-lg-20 { right:20px !important } .positionBottom-lg-20 { bottom:20px !important } .positionLeft-lg-20 { left:20px !important } .positionTop-lg-25 { top:25px !important } .positionRight-lg-25 { right:25px !important } .positionBottom-lg-25 { bottom:25px !important } .positionLeft-lg-25 { left:25px !important } .positionTop-lg-30 { top:30px !important } .positionRight-lg-30 { right:30px !important } .positionBottom-lg-30 { bottom:30px !important } .positionLeft-lg-30 { left:30px !important } .positionTop-lg-35 { top:35px !important } .positionRight-lg-35 { right:35px !important } .positionBottom-lg-35 { bottom:35px !important } .positionLeft-lg-35 { left:35px !important } .positionTop-lg-40 { top:40px !important } .positionRight-lg-40 { right:40px !important } .positionBottom-lg-40 { bottom:40px !important } .positionLeft-lg-40 { left:40px !important } .positionTop-lg-45 { top:45px !important } .positionRight-lg-45 { right:45px !important } .positionBottom-lg-45 { bottom:45px !important } .positionLeft-lg-45 { left:45px !important } .positionTop-lg-50 { top:50px !important } .positionRight-lg-50 { right:50px !important } .positionBottom-lg-50 { bottom:50px !important } .positionLeft-lg-50 { left:50px !important } .positionTop-lg-55 { top:55px !important } .positionRight-lg-55 { right:55px !important } .positionBottom-lg-55 { bottom:55px !important } .positionLeft-lg-55 { left:55px !important } .positionTop-lg-60 { top:60px !important } .positionRight-lg-60 { right:60px !important } .positionBottom-lg-60 { bottom:60px !important } .positionLeft-lg-60 { left:60px !important } .positionTop-lg-65 { top:65px !important } .positionRight-lg-65 { right:65px !important } .positionBottom-lg-65 { bottom:65px !important } .positionLeft-lg-65 { left:65px !important } .positionTop-lg-70 { top:70px !important } .positionRight-lg-70 { right:70px !important } .positionBottom-lg-70 { bottom:70px !important } .positionLeft-lg-70 { left:70px !important } .positionTop-lg-75 { top:75px !important } .positionRight-lg-75 { right:75px !important } .positionBottom-lg-75 { bottom:75px !important } .positionLeft-lg-75 { left:75px !important } .positionTop-lg-80 { top:80px !important } .positionRight-lg-80 { right:80px !important } .positionBottom-lg-80 { bottom:80px !important } .positionLeft-lg-80 { left:80px !important } .positionTop-lg-85 { top:85px !important } .positionRight-lg-85 { right:85px !important } .positionBottom-lg-85 { bottom:85px !important } .positionLeft-lg-85 { left:85px !important } .positionTop-lg-90 { top:90px !important } .positionRight-lg-90 { right:90px !important } .positionBottom-lg-90 { bottom:90px !important } .positionLeft-lg-90 { left:90px !important } .positionTop-lg-95 { top:95px !important } .positionRight-lg-95 { right:95px !important } .positionBottom-lg-95 { bottom:95px !important } .positionLeft-lg-95 { left:95px !important } .positionTop-lg-100 { top:100px !important } .positionRight-lg-100 { right:100px !important } .positionBottom-lg-100 { bottom:100px !important } .positionLeft-lg-100 { left:100px !important } .positionTop-lg-110 { top:110px !important } .positionRight-lg-110 { right:110px !important } .positionBottom-lg-110 { bottom:110px !important } .positionLeft-lg-110 { left:110px !important } .positionTop-lg-120 { top:120px !important } .positionRight-lg-120 { right:120px !important } .positionBottom-lg-120 { bottom:120px !important } .positionLeft-lg-120 { left:120px !important } .positionTop-lg-130 { top:130px !important } .positionRight-lg-130 { right:130px !important } .positionBottom-lg-130 { bottom:130px !important } .positionLeft-lg-130 { left:130px !important } .positionTop-lg-140 { top:140px !important } .positionRight-lg-140 { right:140px !important } .positionBottom-lg-140 { bottom:140px !important } .positionLeft-lg-140 { left:140px !important } .positionTop-lg-150 { top:150px !important } .positionRight-lg-150 { right:150px !important } .positionBottom-lg-150 { bottom:150px !important } .positionLeft-lg-150 { left:150px !important } .positionTop-lg-160 { top:160px !important } .positionRight-lg-160 { right:160px !important } .positionBottom-lg-160 { bottom:160px !important } .positionLeft-lg-160 { left:160px !important } .positionTop-lg-170 { top:170px !important } .positionRight-lg-170 { right:170px !important } .positionBottom-lg-170 { bottom:170px !important } .positionLeft-lg-170 { left:170px !important } .positionTop-lg-180 { top:180px !important } .positionRight-lg-180 { right:180px !important } .positionBottom-lg-180 { bottom:180px !important } .positionLeft-lg-180 { left:180px !important } .positionTop-lg-190 { top:190px !important } .positionRight-lg-190 { right:190px !important } .positionBottom-lg-190 { bottom:190px !important } .positionLeft-lg-190 { left:190px !important } .positionTop-lg-200 { top:200px !important } .positionRight-lg-200 { right:200px !important } .positionBottom-lg-200 { bottom:200px !important } .positionLeft-lg-200 { left:200px !important } .positionTop-lg-250 { top:250px !important } .positionRight-lg-250 { right:250px !important } .positionBottom-lg-250 { bottom:250px !important } .positionLeft-lg-250 { left:250px !important } .positionTop-lg-300 { top:300px !important } .positionRight-lg-300 { right:300px !important } .positionBottom-lg-300 { bottom:300px !important } .positionLeft-lg-300 { left:300px !important } .positionTop-lg-350 { top:350px !important } .positionRight-lg-350 { right:350px !important } .positionBottom-lg-350 { bottom:350px !important } .positionLeft-lg-350 { left:350px !important } .positionTop-lg-400 { top:400px !important } .positionRight-lg-400 { right:400px !important } .positionBottom-lg-400 { bottom:400px !important } .positionLeft-lg-400 { left:400px !important } .positionTop-lg-450 { top:450px !important } .positionRight-lg-450 { right:450px !important } .positionBottom-lg-450 { bottom:450px !important } .positionLeft-lg-450 { left:450px !important } .positionTop-lg-500 { top:500px !important } .positionRight-lg-500 { right:500px !important } .positionBottom-lg-500 { bottom:500px !important } .positionLeft-lg-500 { left:500px !important } .positionTop-lg-1pct { top:1% !important } .positionRight-lg-1pct { right:1% !important } .positionBottom-lg-1pct { bottom:1% !important } .positionLeft-lg-1pct { left:1% !important } .positionTop-lg-2pct { top:2% !important } .positionRight-lg-2pct { right:2% !important } .positionBottom-lg-2pct { bottom:2% !important } .positionLeft-lg-2pct { left:2% !important } .positionTop-lg-3pct { top:3% !important } .positionRight-lg-3pct { right:3% !important } .positionBottom-lg-3pct { bottom:3% !important } .positionLeft-lg-3pct { left:3% !important } .positionTop-lg-5pct { top:5% !important } .positionRight-lg-5pct { right:5% !important } .positionBottom-lg-5pct { bottom:5% !important } .positionLeft-lg-5pct { left:5% !important } .positionTop-lg-10pct { top:10% !important } .positionRight-lg-10pct { right:10% !important } .positionBottom-lg-10pct { bottom:10% !important } .positionLeft-lg-10pct { left:10% !important } .positionTop-lg-15pct { top:15% !important } .positionRight-lg-15pct { right:15% !important } .positionBottom-lg-15pct { bottom:15% !important } .positionLeft-lg-15pct { left:15% !important } .positionTop-lg-20pct { top:20% !important } .positionRight-lg-20pct { right:20% !important } .positionBottom-lg-20pct { bottom:20% !important } .positionLeft-lg-20pct { left:20% !important } .positionTop-lg-25pct { top:25% !important } .positionRight-lg-25pct { right:25% !important } .positionBottom-lg-25pct { bottom:25% !important } .positionLeft-lg-25pct { left:25% !important } .positionTop-lg-30pct { top:30% !important } .positionRight-lg-30pct { right:30% !important } .positionBottom-lg-30pct { bottom:30% !important } .positionLeft-lg-30pct { left:30% !important } .positionTop-lg-35pct { top:35% !important } .positionRight-lg-35pct { right:35% !important } .positionBottom-lg-35pct { bottom:35% !important } .positionLeft-lg-35pct { left:35% !important } .positionTop-lg-40pct { top:40% !important } .positionRight-lg-40pct { right:40% !important } .positionBottom-lg-40pct { bottom:40% !important } .positionLeft-lg-40pct { left:40% !important } .positionTop-lg-45pct { top:45% !important } .positionRight-lg-45pct { right:45% !important } .positionBottom-lg-45pct { bottom:45% !important } .positionLeft-lg-45pct { left:45% !important } .positionTop-lg-50pct { top:50% !important } .positionRight-lg-50pct { right:50% !important } .positionBottom-lg-50pct { bottom:50% !important } .positionLeft-lg-50pct { left:50% !important } .border-lg-none { border:none 0px } .borderTop-lg-none { border-top:none 0px } .borderRight-lg-none { border-right:none 0px } .borderBottom-lg-none { border-bottom:none 0px } .borderLeft-lg-none { border-left:none 0px } .border-lg-transparent { border:transparent 1px solid } .borderTop-lg-transparent { border-top:transparent 1px solid } .borderRight-lg-transparent { border-right:transparent 1px solid } .borderBottom-lg-transparent { border-bottom:transparent 1px solid } .borderLeft-lg-transparent { border-left:transparent 1px solid } } .paddingNone { padding: 0px !important } .paddingTopNone { padding-top: 0px !important } .paddingRightNone { padding-right: 0px !important } .paddingBottomNone { padding-bottom: 0px !important } .paddingLeftNone { padding-left: 0px !important } .paddingLateralNone { padding-top: 0 !important; padding-bottom: 0 !important } .paddingGutterNone { padding-right: 0 !important; padding-left: 0 !important } .padding1 { padding: 1px !important } .paddingTop1 { padding-top: 1px !important } .paddingRight1 { padding-right: 1px !important } .paddingBottom1 { padding-bottom: 1px !important } .paddingLeft1 { padding-left: 1px !important } .paddingLateral1 { padding-top: 1px !important; padding-bottom: 1px !important } .paddingGutter1 { padding-right: 1px !important; padding-left: 1px !important } .padding1pct { padding: 1% !important } .paddingTop1pct { padding-top: 1% !important } .paddingRight1pct { padding-right: 1% !important } .paddingBottom1pct { padding-bottom: 1% !important } .paddingLeft1pct { padding-left: 1% !important } .paddingLateral1pct { padding-top: 1% !important; padding-bottom: 1% !important } .paddingGutter1pct { padding-right: 1% !important; padding-left: 1% !important } .padding2 { padding: 2px !important } .paddingTop2 { padding-top: 2px !important } .paddingRight2 { padding-right: 2px !important } .paddingBottom2 { padding-bottom: 2px !important } .paddingLeft2 { padding-left: 2px !important } .paddingLateral2 { padding-top: 2px !important; padding-bottom: 2px !important } .paddingGutter2 { padding-right: 2px !important; padding-left: 2px !important } .padding2pct { padding: 2% !important } .paddingTop2pct { padding-top: 2% !important } .paddingRight2pct { padding-right: 2% !important } .paddingBottom2pct { padding-bottom: 2% !important } .paddingLeft2pct { padding-left: 2% !important } .paddingLateral2pct { padding-top: 2% !important; padding-bottom: 2% !important } .paddingGutter2pct { padding-right: 2% !important; padding-left: 2% !important } .padding3 { padding: 3px !important } .paddingTop3 { padding-top: 3px !important } .paddingRight3 { padding-right: 3px !important } .paddingBottom3 { padding-bottom: 3px !important } .paddingLeft3 { padding-left: 3px !important } .paddingLateral3 { padding-top: 3px !important; padding-bottom: 3px !important } .paddingGutter3 { padding-right: 3px !important; padding-left: 3px !important } .padding3pct { padding: 3% !important } .paddingTop3pct { padding-top: 3% !important } .paddingRight3pct { padding-right: 3% !important } .paddingBottom3pct { padding-bottom: 3% !important } .paddingLeft3pct { padding-left: 3% !important } .paddingLateral3pct { padding-top: 3% !important; padding-bottom: 3% !important } .paddingGutter3pct { padding-right: 3% !important; padding-left: 3% !important } .padding-5 { padding: 5px !important } .paddingTop5 { padding-top: 5px !important } .paddingRight5 { padding-right: 5px !important } .paddingBottom5 { padding-bottom: 5px !important } .paddingLeft5 { padding-left: 5px !important } .paddingLateral5 { padding-top: 5px !important; padding-bottom: 5px !important } .paddingGutter5 { padding-right: 5px !important; padding-left: 5px !important } .padding5pct { padding: 5% !important } .paddingTop5pct { padding-top: 5% !important } .paddingRight5pct { padding-right: 5% !important } .paddingBottom5pct { padding-bottom: 5% !important } .paddingLeft5pct { padding-left: 5% !important } .paddingLateral5pct { padding-top: 5% !important; padding-bottom: 5% !important } .paddingGutter5pct { padding-right: 5% !important; padding-left: 5% !important } .padding10 { padding: 10px !important } .paddingTop10 { padding-top: 10px !important } .paddingRight10 { padding-right: 10px !important } .paddingBottom10 { padding-bottom: 10px !important } .paddingLeft10 { padding-left: 10px !important } .paddingLateral10 { padding-top: 10px !important; padding-bottom: 10px !important } .paddingGutter10 { padding-right: 10px !important; padding-left: 10px !important } .padding10pct { padding: 10% !important } .paddingTop10pct { padding-top: 10% !important } .paddingRight10pct { padding-right: 10% !important } .paddingBottom10pct { padding-bottom: 10% !important } .paddingLeft10pct { padding-left: 10% !important } .paddingLateral10pct { padding-top: 10% !important; padding-bottom: 10% !important } .paddingGutter10pct { padding-right: 10% !important; padding-left: 10% !important } .padding15 { padding: 15px !important } .paddingTop15 { padding-top: 15px !important } .paddingRight15 { padding-right: 15px !important } .paddingBottom15 { padding-bottom: 15px !important } .paddingLeft15 { padding-left: 15px !important } .paddingLateral15 { padding-top: 15px !important; padding-bottom: 15px !important } .paddingGutter15 { padding-right: 15px !important; padding-left: 15px !important } .padding15pct { padding: 15% !important } .paddingTop15pct { padding-top: 15% !important } .paddingRight15pct { padding-right: 15% !important } .paddingBottom15pct { padding-bottom: 15% !important } .paddingLeft15pct { padding-left: 15% !important } .paddingLateral15pct { padding-top: 15% !important; padding-bottom: 15% !important } .paddingGutter15pct { padding-right: 15% !important; padding-left: 15% !important } .padding20 { padding: 20px !important } .paddingTop20 { padding-top: 20px !important } .paddingRight20 { padding-right: 20px !important } .paddingBottom20 { padding-bottom: 20px !important } .paddingLeft20 { padding-left: 20px !important } .paddingLateral20 { padding-top: 20px !important; padding-bottom: 20px !important } .paddingGutter20 { padding-right: 20px !important; padding-left: 20px !important } .padding20pct { padding: 20% !important } .paddingTop20pct { padding-top: 20% !important } .paddingRight20pct { padding-right: 20% !important } .paddingBottom20pct { padding-bottom: 20% !important } .paddingLeft20pct { padding-left: 20% !important } .paddingLateral20pct { padding-top: 20% !important; padding-bottom: 20% !important } .paddingGutter20pct { padding-right: 20% !important; padding-left: 20% !important } .padding25 { padding: 25px !important } .paddingTop25 { padding-top: 25px !important } .paddingRight25 { padding-right: 25px !important } .paddingBottom25 { padding-bottom: 25px !important } .paddingLeft25 { padding-left: 25px !important } .paddingLateral25 { padding-top: 25px !important; padding-bottom: 25px !important } .paddingGutter25 { padding-right: 25px !important; padding-left: 25px !important } .padding25pct { padding: 25% !important } .paddingTop25pct { padding-top: 25% !important } .paddingRight25pct { padding-right: 25% !important } .paddingBottom25pct { padding-bottom: 25% !important } .paddingLeft25pct { padding-left: 25% !important } .paddingLateral25pct { padding-top: 25% !important; padding-bottom: 25% !important } .paddingGutter25pct { padding-right: 25% !important; padding-left: 25% !important } .padding30 { padding: 30px !important } .paddingTop30 { padding-top: 30px !important } .paddingRight30 { padding-right: 30px !important } .paddingBottom30 { padding-bottom: 30px !important } .paddingLeft30 { padding-left: 30px !important } .paddingLateral30 { padding-top: 30px !important; padding-bottom: 30px !important } .paddingGutter30 { padding-right: 30px !important; padding-left: 30px !important } .padding35 { padding: 35px !important } .paddingTop35 { padding-top: 35px !important } .paddingRight35 { padding-right: 35px !important } .paddingBottom35 { padding-bottom: 35px !important } .paddingLeft35 { padding-left: 35px !important } .paddingLateral35 { padding-top: 35px !important; padding-bottom: 35px !important } .paddingGutter35 { padding-right: 35px !important; padding-left: 35px !important } .padding40 { padding: 40px !important } .paddingTop40 { padding-top: 40px !important } .paddingRight40 { padding-right: 40px !important } .paddingBottom40 { padding-bottom: 40px !important } .paddingLeft40 { padding-left: 40px !important } .paddingLateral40 { padding-top: 40px !important; padding-bottom: 40px !important } .paddingGutter40 { padding-right: 40px !important; padding-left: 40px !important } .padding45 { padding: 45px !important } .paddingTop45 { padding-top: 45px !important } .paddingRight45 { padding-right: 45px !important } .paddingBottom45 { padding-bottom: 45px !important } .paddingLeft45 { padding-left: 45px !important } .paddingLateral45 { padding-top: 45px !important; padding-bottom: 45px !important } .paddingGutter45 { padding-right: 45px !important; padding-left: 45px !important } .padding50 { padding: 50px !important } .paddingTop50 { padding-top: 50px !important } .paddingRight50 { padding-right: 50px !important } .paddingBottom50 { padding-bottom: 50px !important } .paddingLeft50 { padding-left: 50px !important } .paddingLateral50 { padding-top: 50px !important; padding-bottom: 50px !important } .paddingGutter50 { padding-right: 50px !important; padding-left: 50px !important } .padding55 { padding: 55px !important } .paddingTop55 { padding-top: 55px !important } .paddingRight55 { padding-right: 55px !important } .paddingBottom55 { padding-bottom: 55px !important } .paddingLeft55 { padding-left: 55px !important } .paddingLateral55 { padding-top: 55px !important; padding-bottom: 55px !important } .paddingGutter55 { padding-right: 55px !important; padding-left: 55px !important } .padding60 { padding: 60px !important } .paddingTop60 { padding-top: 60px !important } .paddingRight60 { padding-right: 60px !important } .paddingBottom60 { padding-bottom: 60px !important } .paddingLeft60 { padding-left: 60px !important } .paddingLateral60 { padding-top: 60px !important; padding-bottom: 60px !important } .paddingGutter60 { padding-right: 60px !important; padding-left: 60px !important } .padding65 { padding: 65px !important } .paddingTop65 { padding-top: 65px !important } .paddingRight65 { padding-right: 65px !important } .paddingBottom65 { padding-bottom: 65px !important } .paddingLeft65 { padding-left: 65px !important } .paddingLateral65 { padding-top: 65px !important; padding-bottom: 65px !important } .paddingGutter65 { padding-right: 65px !important; padding-left: 65px !important } .padding70 { padding: 70px !important } .paddingTop70 { padding-top: 70px !important } .paddingRight70 { padding-right: 70px !important } .paddingBottom70 { padding-bottom: 70px !important } .paddingLeft70 { padding-left: 70px !important } .paddingLateral70 { padding-top: 70px !important; padding-bottom: 70px !important } .paddingGutter70 { padding-right: 70px !important; padding-left: 70px !important } .padding75 { padding: 75px !important } .paddingTop75 { padding-top: 75px !important } .paddingRight75 { padding-right: 75px !important } .paddingBottom75 { padding-bottom: 75px !important } .paddingLeft75 { padding-left: 75px !important } .paddingLateral75 { padding-top: 75px !important; padding-bottom: 75px !important } .paddingGutter75 { padding-right: 75px !important; padding-left: 75px !important } .padding80 { padding: 80px !important } .paddingTop80 { padding-top: 80px !important } .paddingRight80 { padding-right: 80px !important } .paddingBottom80 { padding-bottom: 80px !important } .paddingLeft80 { padding-left: 80px !important } .paddingLateral80 { padding-top: 80px !important; padding-bottom: 80px !important } .paddingGutter80 { padding-right: 80px !important; padding-left: 80px !important } .padding85 { padding: 85px !important } .paddingTop85 { padding-top: 85px !important } .paddingRight85 { padding-right: 85px !important } .paddingBottom85 { padding-bottom: 85px !important } .paddingLeft85 { padding-left: 85px !important } .paddingLateral85 { padding-top: 85px !important; padding-bottom: 85px !important } .paddingGutter85 { padding-right: 85px !important; padding-left: 85px !important } .padding90 { padding: 90px !important } .paddingTop90 { padding-top: 90px !important } .paddingRight90 { padding-right: 90px !important } .paddingBottom90 { padding-bottom: 90px !important } .paddingLeft90 { padding-left: 90px !important } .paddingLateral90 { padding-top: 90px !important; padding-bottom: 90px !important } .paddingGutter90 { padding-right: 90px !important; padding-left: 90px !important } .padding95 { padding: 95px !important } .paddingTop95 { padding-top: 95px !important } .paddingRight95 { padding-right: 95px !important } .paddingBottom95 { padding-bottom: 95px !important } .paddingLeft95 { padding-left: 95px !important } .paddingLateral95 { padding-top: 95px !important; padding-bottom: 95px !important } .paddingGutter95 { padding-right: 95px !important; padding-left: 95px !important } .padding100 { padding: 100px !important } .paddingTop100 { padding-top: 100px !important } .paddingRight100 { padding-right: 100px !important } .paddingBottom100 { padding-bottom: 100px !important } .paddingLeft100 { padding-left: 100px !important } .paddingLateral100 { padding-top: 100px !important; padding-bottom: 100px !important } .paddingGutter100 { padding-right: 100px !important; padding-left: 100px !important } .marginNone { margin: 0 !important } .marginTopNone { margin-top: 0 !important } .marginRightNone { margin-right: 0 !important } .marginBottomNone { margin-bottom: 0 !important } .marginLeftNone { margin-left: 0 !important } .marginLateralNone { margin-top: 0 !important; margin-bottom: 0 !important } .marginGutterNone { margin-right: 0 !important; margin-left: 0 !important } .margin1 { margin: 1px !important } .marginTop1 { margin-top: 1px !important } .marginTop-pull-1 { margin-top: -1px !important } .marginRight1 { margin-right: 1px !important } .marginRight-pull-1 { margin-right: -1px !important } .marginBottom1 { margin-bottom: 1px !important } .marginBottom-pull-1 { margin-bottom: -1px !important } .marginLeft1 { margin-left: 1px !important } .marginLeft-pull-1 { margin-left: -1px !important } .marginLateral1 { margin-top: 1px !important; margin-bottom: 1px !important } .marginLateral-pull-1 { margin-top: -1px !important; margin-bottom: -1px !important } .marginGutter1 { margin-right: 1px !important; margin-left: 1px !important } .marginGutter-pull-1 { margin-right: -1px !important; margin-left: -1px !important } .margin2 { margin: 2px !important } .marginTop2 { margin-top: 2px !important } .marginTop-pull-2 { margin-top: -2px !important } .marginRight2 { margin-right: 2px !important } .marginRight-pull-2 { margin-right: -2px !important } .marginBottom2 { margin-bottom: 2px !important } .marginBottom-pull-2 { margin-bottom: -2px !important } .marginLeft2 { margin-left: 2px !important } .marginLeft-pull-2 { margin-left: -2px !important } .marginLateral2 { margin-top: 2px !important; margin-bottom: 2px !important } .marginLateral-pull-2 { margin-top: -2px !important; margin-bottom: -2px !important } .marginGutter2 { margin-right: 2px !important; margin-left: 2px !important } .marginGutter-pull-2 { margin-right: -2px !important; margin-left: -2px !important } .margin3 { margin: 3px !important } .marginTop3 { margin-top: 3px !important } .marginTop-pull-3 { margin-top: -3px !important } .marginRight3 { margin-right: 3px !important } .marginRight-pull-3 { margin-right: -3px !important } .marginBottom3 { margin-bottom: 3px !important } .marginBottom-pull-3 { margin-bottom: -3px !important } .marginLeft3 { margin-left: 3px !important } .marginLeft-pull-3 { margin-left: -3px !important } .marginLateral3 { margin-top: 3px !important; margin-bottom: 3px !important } .marginLateral-pull-3 { margin-top: -3px !important; margin-bottom: -3px !important } .marginGutter3 { margin-right: 3px !important; margin-left: 3px !important } .marginGutter-pull-3 { margin-right: -3px !important; margin-left: -3px !important } .margin5 { margin: 5px !important } .marginTop5 { margin-top: 5px !important } .marginTop-pull-5 { margin-top: -5px !important } .marginRight5 { margin-right: 5px !important } .marginRight-pull-5 { margin-right: -5px !important } .marginBottom5 { margin-bottom: 5px !important } .marginBottom-pull-5 { margin-bottom: -5px !important } .marginLeft5 { margin-left: 5px !important } .marginLeft-pull-5 { margin-left: -5px !important } .marginLateral5 { margin-top: 5px !important; margin-bottom: 5px !important } .marginLateral-pull-5 { margin-top: -5px !important; margin-bottom: -5px !important } .marginGutter5 { margin-right: 5px !important; margin-left: 5px !important } .marginGutter-pull-5 { margin-right: -5px !important; margin-left: -5px !important } .margin10 { margin: 10px !important } .marginTop10 { margin-top: 10px !important } .marginTop-pull-10 { margin-top: -10px !important } .marginRight10 { margin-right: 10px !important } .marginRight-pull-10 { margin-right: -10px !important } .marginBottom10 { margin-bottom: 10px !important } .marginBottom-pull-10 { margin-bottom: -10px !important } .marginLeft10 { margin-left: 10px !important } .marginLeft-pull-10 { margin-left: -10px !important } .marginLateral10 { margin-top: 10px !important; margin-bottom: 10px !important } .marginLateral-pull-10 { margin-top: -10px !important; margin-bottom: -10px !important } .marginGutter10 { margin-right: 10px !important; margin-left: 10px !important } .marginGutter-pull-10 { margin-right: -10px !important; margin-left: -10px !important } .margin15 { margin: 15px !important } .marginTop15 { margin-top: 15px !important } .marginTop-pull-15 { margin-top: -15px !important } .marginRight15 { margin-right: 15px !important } .marginRight-pull-15 { margin-right: -15px !important } .marginBottom15 { margin-bottom: 15px !important } .marginBottom-pull-15 { margin-bottom: -15px !important } .marginLeft15 { margin-left: 15px !important } .marginLeft-pull-15 { margin-left: -15px !important } .marginLateral15 { margin-top: 15px !important; margin-bottom: 15px !important } .marginLateral-pull-15 { margin-top: -15px !important; margin-bottom: -15px !important } .marginGutter15 { margin-right: 15px !important; margin-left: 15px !important } .marginGutter-pull-15 { margin-right: -15px !important; margin-left: -15px !important } .margin20 { margin: 20px !important } .marginTop20 { margin-top: 20px !important } .marginTop-pull-20 { margin-top: -20px !important } .marginRight20 { margin-right: 20px !important } .marginRight-pull-20 { margin-right: -20px !important } .marginBottom20 { margin-bottom: 20px !important } .marginBottom-pull-20 { margin-bottom: -20px !important } .marginLeft20 { margin-left: 20px !important } .marginLeft-pull-20 { margin-left: -20px !important } .marginLateral20 { margin-top: 20px !important; margin-bottom: 20px !important } .marginLateral-pull-20 { margin-top: -20px !important; margin-bottom: -20px !important } .marginGutter20 { margin-right: 20px !important; margin-left: 20px !important } .marginGutter-pull-20 { margin-right: -20px !important; margin-left: -20px !important } .margin25 { margin: 25px !important } .marginTop25 { margin-top: 25px !important } .marginTop-pull-25 { margin-top: -25px !important } .marginRight25 { margin-right: 25px !important } .marginRight-pull-25 { margin-right: -25px !important } .marginBottom25 { margin-bottom: 25px !important } .marginBottom-pull-25 { margin-bottom: -25px !important } .marginLeft25 { margin-left: 25px !important } .marginLeft-pull-25 { margin-left: -25px !important } .marginLateral25 { margin-top: 25px !important; margin-bottom: 25px !important } .marginLateral-pull-25 { margin-top: -25px !important; margin-bottom: -25px !important } .marginGutter25 { margin-right: 25px !important; margin-left: 25px !important } .marginGutter-pull-25 { margin-right: -25px !important; margin-left: -25px !important } .margin30 { margin: 30px !important } .marginTop30 { margin-top: 30px !important } .marginTop-pull-30 { margin-top: -30px !important } .marginRight30 { margin-right: 30px !important } .marginRight-pull-30 { margin-right: -30px !important } .marginBottom30 { margin-bottom: 30px !important } .marginBottom-pull-30 { margin-bottom: -30px !important } .marginLeft30 { margin-left: 30px !important } .marginLeft-pull-30 { margin-left: -30px !important } .marginLateral30 { margin-top: 30px !important; margin-bottom: 30px !important } .marginLateral-pull-30 { margin-top: -30px !important; margin-bottom: -30px !important } .marginGutter30 { margin-right: 30px !important; margin-left: 30px !important } .marginGutter-pull-30 { margin-right: -30px !important; margin-left: -30px !important } .margin35 { margin: 35px !important } .marginTop35 { margin-top: 35px !important } .marginTop-pull-35 { margin-top: -35px !important } .marginRight35 { margin-right: 35px !important } .marginRight-pull-35 { margin-right: -35px !important } .marginBottom35 { margin-bottom: 35px !important } .marginBottom-pull-35 { margin-bottom: -35px !important } .marginLeft35 { margin-left: 35px !important } .marginLeft-pull-35 { margin-left: -35px !important } .marginLateral35 { margin-top: 35px !important; margin-bottom: 35px !important } .marginLateral-pull-35 { margin-top: -35px !important; margin-bottom: -35px !important } .marginGutter35 { margin-right: 35px !important; margin-left: 35px !important } .marginGutter-pull-35 { margin-right: -35px !important; margin-left: -35px !important } .margin40 { margin: 40px !important } .marginTop40 { margin-top: 40px !important } .marginTop-pull-40 { margin-top: -40px !important } .marginRight40 { margin-right: 40px !important } .marginRight-pull-40 { margin-right: -40px !important } .marginBottom40 { margin-bottom: 40px !important } .marginBottom-pull-40 { margin-bottom: -40px !important } .marginLeft40 { margin-left: 40px !important } .marginLeft-pull-40 { margin-left: -40px !important } .marginLateral40 { margin-top: 40px !important; margin-bottom: 40px !important } .marginLateral-pull-40 { margin-top: -40px !important; margin-bottom: -40px !important } .marginGutter40 { margin-right: 40px !important; margin-left: 40px !important } .marginGutter-pull-40 { margin-right: -40px !important; margin-left: -40px !important } .margin45 { margin: 45px !important } .marginTop45 { margin-top: 45px !important } .marginTop-pull-45 { margin-top: -45px !important } .marginRight45 { margin-right: 45px !important } .marginRight-pull-45 { margin-right: -45px !important } .marginBottom45 { margin-bottom: 45px !important } .marginBottom-pull-45 { margin-bottom: -45px !important } .marginLeft45 { margin-left: 45px !important } .marginLeft-pull-45 { margin-left: -45px !important } .marginLateral45 { margin-top: 45px !important; margin-bottom: 45px !important } .marginLateral-pull-45 { margin-top: -45px !important; margin-bottom: -45px !important } .marginGutter45 { margin-right: 45px !important; margin-left: 45px !important } .marginGutter-pull-45 { margin-right: -45px !important; margin-left: -45px !important } .margin50 { margin: 50px !important } .marginTop50 { margin-top: 50px !important } .marginTop-pull-50 { margin-top: -50px !important } .marginRight50 { margin-right: 50px !important } .marginRight-pull-50 { margin-right: -50px !important } .marginBottom50 { margin-bottom: 50px !important } .marginBottom-pull-50 { margin-bottom: -50px !important } .marginLeft50 { margin-left: 50px !important } .marginLeft-pull-50 { margin-left: -50px !important } .marginLateral50 { margin-top: 50px !important; margin-bottom: 50px !important } .marginLateral-pull-50 { margin-top: -50px !important; margin-bottom: -50px !important } .marginGutter50 { margin-right: 50px !important; margin-left: 50px !important } .marginGutter-pull-50 { margin-right: -50px !important; margin-left: -50px !important } .margin55 { margin: 55px !important } .marginTop55 { margin-top: 55px !important } .marginTop-pull-55 { margin-top: -55px !important } .marginRight55 { margin-right: 55px !important } .marginRight-pull-55 { margin-right: -55px !important } .marginBottom55 { margin-bottom: 55px !important } .marginBottom-pull-55 { margin-bottom: -55px !important } .marginLeft55 { margin-left: 55px !important } .marginLeft-pull-55 { margin-left: -55px !important } .marginLateral55 { margin-top: 55px !important; margin-bottom: 55px !important } .marginLateral-pull-55 { margin-top: -55px !important; margin-bottom: -55px !important } .marginGutter55 { margin-right: 55px !important; margin-left: 55px !important } .marginGutter-pull-55 { margin-right: -55px !important; margin-left: -55px !important } .margin60 { margin: 60px !important } .marginTop60 { margin-top: 60px !important } .marginTop-pull-60 { margin-top: -60px !important } .marginRight60 { margin-right: 60px !important } .marginRight-pull-60 { margin-right: -60px !important } .marginBottom60 { margin-bottom: 60px !important } .marginBottom-pull-60 { margin-bottom: -60px !important } .marginLeft60 { margin-left: 60px !important } .marginLeft-pull-60 { margin-left: -60px !important } .marginLateral60 { margin-top: 60px !important; margin-bottom: 60px !important } .marginLateral-pull-60 { margin-top: -60px !important; margin-bottom: -60px !important } .marginGutter60 { margin-right: 60px !important; margin-left: 60px !important } .marginGutter-pull-60 { margin-right: -60px !important; margin-left: -60px !important } .margin65 { margin: 65px !important } .marginTop65 { margin-top: 65px !important } .marginTop-pull-65 { margin-top: -65px !important } .marginRight65 { margin-right: 65px !important } .marginRight-pull-65 { margin-right: -65px !important } .marginBottom65 { margin-bottom: 65px !important } .marginBottom-pull-65 { margin-bottom: -65px !important } .marginLeft65 { margin-left: 65px !important } .marginLeft-pull-65 { margin-left: -65px !important } .marginLateral65 { margin-top: 65px !important; margin-bottom: 10px !important } .marginLateral-pull-65 { margin-top: -65px !important; margin-bottom: -65px !important } .marginGutter65 { margin-right: 65px !important; margin-left: 65px !important } .marginGutter-pull-65 { margin-right: -65px !important; margin-left: -65px !important } .margin70 { margin: 70px !important } .marginTop70 { margin-top: 70px !important } .marginTop-pull-70 { margin-top: -70px !important } .marginRight70 { margin-right: 70px !important } .marginRight-pull-70 { margin-right: -70px !important } .marginBottom70 { margin-bottom: 70px !important } .marginBottom-pull-70 { margin-bottom: -70px !important } .marginLeft70 { margin-left: 70px !important } .marginLeft-pull-70 { margin-left: -70px !important } .marginLateral70 { margin-top: 70px !important; margin-bottom: 70px !important } .marginLateral-pull-70 { margin-top: -70px !important; margin-bottom: -70px !important } .marginGutter70 { margin-right: 70px !important; margin-left: 70px !important } .marginGutter-pull-70 { margin-right: -70px !important; margin-left: -70px !important } .margin75 { margin: 75px !important } .marginTop75 { margin-top: 75px !important } .marginTop-pull-75 { margin-top: -75px !important } .marginRight75 { margin-right: 75px !important } .marginRight-pull-75 { margin-right: -75px !important } .marginBottom75 { margin-bottom: 75px !important } .marginBottom-pull-75 { margin-bottom: -75px !important } .marginLeft75 { margin-left: 75px !important } .marginLeft-pull-75 { margin-left: -75px !important } .marginLateral75 { margin-top: 75px !important; margin-bottom: 75px !important } .marginLateral-pull-75 { margin-top: -75px !important; margin-bottom: -75px !important } .marginGutter75 { margin-right: 75px !important; margin-left: 75px !important } .marginGutter-pull-75 { margin-right: -75px !important; margin-left: -75px !important } .margin80 { margin: 80px !important } .marginTop80 { margin-top: 80px !important } .marginTop-pull-80 { margin-top: -80px !important } .marginRight80 { margin-right: 80px !important } .marginRight-pull-80 { margin-right: -80px !important } .marginBottom80 { margin-bottom: 80px !important } .marginBottom-pull-80 { margin-bottom: -80px !important } .marginLeft80 { margin-left: 80px !important } .marginLeft-pull-80 { margin-left: -80px !important } .marginLateral80 { margin-top: 80px !important; margin-bottom: 80px !important } .marginLateral-pull-80 { margin-top: -80px !important; margin-bottom: -80px !important } .marginGutter80 { margin-right: 80px !important; margin-left: 80px !important } .marginGutter-pull-80 { margin-right: -80px !important; margin-left: -80px !important } .margin85 { margin: 85px !important } .marginTop85 { margin-top: 85px !important } .marginTop-pull-85 { margin-top: -85px !important } .marginRight85 { margin-right: 85px !important } .marginRight-pull-85 { margin-right: -85px !important } .marginBottom85 { margin-bottom: 85px !important } .marginBottom-pull-85 { margin-bottom: -85px !important } .marginLeft85 { margin-left: 85px !important } .marginLeft-pull-85 { margin-left: -85px !important } .marginLateral85 { margin-top: 85px !important; margin-bottom: 85px !important } .marginLateral-pull-85 { margin-top: -85px !important; margin-bottom: -85px !important } .marginGutter85 { margin-right: 85px !important; margin-left: 85px !important } .marginGutter-pull-85 { margin-right: -85px !important; margin-left: -85px !important } .margin90 { margin: 90px !important } .marginTop90 { margin-top: 90px !important } .marginTop-pull-90 { margin-top: -90px !important } .marginRight90 { margin-right: 90px !important } .marginRight-pull-90 { margin-right: -90px !important } .marginBottom90 { margin-bottom: 90px !important } .marginBottom-pull-90 { margin-bottom: -90px !important } .marginLeft90 { margin-left: 90px !important } .marginLeft-pull-90 { margin-left: -90px !important } .marginLateral90 { margin-top: 90px !important; margin-bottom: 90px !important } .marginLateral-pull-90 { margin-top: -90px !important; margin-bottom: -90px !important } .marginGutter90 { margin-right: 90px !important; margin-left: 90px !important } .marginGutter-pull-90 { margin-right: -90px !important; margin-left: -90px !important } .margin95 { margin: 95px !important } .marginTop95 { margin-top: 95px !important } .marginTop-pull-95 { margin-top: -95px !important } .marginRight95 { margin-right: 95px !important } .marginRight-pull-95 { margin-right: -95px !important } .marginBottom95 { margin-bottom: 95px !important } .marginBottom-pull-95 { margin-bottom: -95px !important } .marginLeft95 { margin-left: 95px !important } .marginLeft-pull-95 { margin-left: -95px !important } .marginLateral95 { margin-top: 95px !important; margin-bottom: 95px !important } .marginLateral-pull-95 { margin-top: -95px !important; margin-bottom: -95px !important } .marginGutter95 { margin-right: 95px !important; margin-left: 95px !important } .marginGutter-pull-95 { margin-right: -95px !important; margin-left: -95px !important } .margin100 { margin: 100px !important } .marginTop100 { margin-top: 100px !important } .marginTop-pull-100 { margin-top: -100px !important } .marginRight100 { margin-right: 100px !important } .marginRight-pull-100 { margin-right: -100px !important } .marginBottom100 { margin-bottom: 100px !important } .marginBottom-pull-100 { margin-bottom: -100px !important } .marginLeft100 { margin-left: 100px !important } .marginLeft-pull-100 { margin-left: -100px !important } .marginLateral100 { margin-top: 100px !important; margin-bottom: 100px !important } .marginLateral-pull-100 { margin-top: -100px !important; margin-bottom: -100px !important } .marginGutter100 { margin-right: 100px !important; margin-left: 100px !important } .marginGutter-pull-100 { margin-right: -100px !important; margin-left: -100px !important } .fontSize10pct { font-size:10% !important } .fontSize20pct { font-size:20% !important } .fontSize30pct { font-size:30% !important } .fontSize40pct { font-size:40% !important } .fontSize50pct { font-size:50% !important } .fontSize60pct { font-size:60% !important } .fontSize70pct { font-size:70% !important } .fontSize80pct { font-size:80% !important } .fontSize90pct { font-size:90% !important } .fontSize100pct { font-size:100% !important } .fontSize110pct { font-size:110% !important } .fontSize120pct { font-size:120% !important } .fontSize130pct { font-size:130% !important } .fontSize140pct { font-size:140% !important } .fontSize150pct { font-size:150% !important } .fontSize160pct { font-size:160% !important } .fontSize170pct { font-size:170% !important } .fontSize180pct { font-size:180% !important } .fontSize190pct { font-size:90% !important } .fontSize200pct { font-size:200% !important } .fontSize300pct { font-size:300% !important } .fontSize400pct { font-size:400% !important } .fontSize500pct { font-size:500% !important } .fontSize600pct { font-size:600% !important } .fontSize700pct { font-size:700% !important } .fontSize800pct { font-size:800% !important } .fontSize900pct { font-size:900% !important } .fontSize1000pct { font-size:1000% !important } .fontSize10px { font-size:10px !important } .fontSize11px { font-size:11px !important } .fontSize12px { font-size:12px !important } .fontSize14px { font-size:14px !important } .fontSize16px { font-size:16px !important } .fontSize18px { font-size:18px !important } .fontSize20px { font-size:20px !important } .fontSize22px { font-size:22px !important } .fontSize24px { font-size:24px !important } .fontSize26px { font-size:26px !important } .fontSize28px { font-size:28px !important } .fontSize30px { font-size:30px !important } .fontSize32px { font-size:32px !important } .fontSize34px { font-size:34px !important } .fontSize36px { font-size:36px !important } .fontSize38px { font-size:38px !important } .fontSize40px { font-size:40px !important } .fontSize42px { font-size:42px !important } .fontSize44px { font-size:44px !important } .fontSize46px { font-size:46px !important } .fontSize48px { font-size:48px !important } .fontSize50px { font-size:50px !important } .fontSize60px { font-size:60px !important } .fontSize70px { font-size:70px !important } .fontSize80px { font-size:80px !important } .fontSize90px { font-size:90px !important } .fontSize100px { font-size:100px !important } .fontSize06em { font-size:0.625em !important } .fontSize07em { font-size:0.75em !important } .fontSize08em { font-size:0.875em !important } .fontSize1em { font-size:1em !important } .fontSize11em { font-size:1.125em !important } .fontSize12em { font-size:1.25em !important } .fontSize13em { font-size:1.375em !important } .fontSize15em { font-size:1.5em !important } .fontSize16em { font-size:1.625em !important } .fontSize17em { font-size:1.75em !important } .fontSize18em { font-size:1.875em !important } .fontSize2em { font-size:2em !important } .fontSize25em { font-size:2.5em !important } .fontSize3em { font-size:3em !important } .fontSize35em { font-size:3.5em !important } .fontSize4em { font-size:4em !important } .fontSize45em { font-size:4.5em !important } .fontSize5em { font-size:5em !important } .fontWeightNormal { font-weight:normal !important } .fontWeightBold { font-weight:bold !important } .fontWeightBolder { font-weight:bolder !important } .fontWeightLighter { font-weight:lighter !important } .fontWeight100 { font-weight:100 !important } .fontWeight200 { font-weight:200 !important } .fontWeight300 { font-weight:300 !important } .fontWeight400 { font-weight:400 !important } .fontWeight500 { font-weight:500 !important } .fontWeight600 { font-weight:600 !important } .fontWeight700 { font-weight:700 !important } .fontWeight800 { font-weight:800 !important } .fontWeight900 { font-weight:900 !important } .textAlignLeft,.textLeft { text-align:left !important } .textAlignRight,.textRight { text-align:right !important } .textAlignCenter,.textCenter { text-align:center !important } .textAlignJustify,.textJustify { text-align:justify !important } .textAlignStart,.textStart { text-align:start !important } .textAlignEnd,.textEnd { text-align:end !important } .colorWhite { color: #ffffff !important } .colorBlack { color: #000000 !important } .colorBlack1 { color: #111111 !important } .colorBlack2 { color: #222222 !important } .colorBlack3 { color: #333333 !important } .colorBlack4 { color: #444444 !important } .colorBlack5 { color: #555555 !important } .colorGrey1,.colorGray1 { color: #666666 !important } .colorGrey2,.colorGray2 { color: #777777 !important } .colorGrey3,.colorGray3 { color: #888888 !important } .colorGrey4,.colorGray4 { color: #999999 !important } .colorGrey5,.colorGray5 { color: #aaaaaa !important } .colorGrey6,.colorGray6 { color: #bbbbbb !important } .colorGrey7,.colorGray7 { color: #cccccc !important } .colorGrey8,.colorGray8 { color: #dddddd !important } .colorGrey9,.colorGray9 { color: #eeeeee !important } .colorRed { color: #ff0000 !important } .colorRedLight { color: #ff6666 !important } .colorRedDark { color: #cc0000 !important } .colorOrange { color: #ff6a00 !important } .colorOrangeLight { color: #ff9933 !important } .colorOrangeDark { color: #ff4e00 !important } .colorYellow { color: #ffff00 !important } .colorYellowLight { color: #ffff99 !important } .colorYellowDark { color: #ffd800 !important } .colorGreen { color: #2bc93f !important } .colorGreenLight { color: #3edb52 !important } .colorGreenDark { color: #32b042 !important } .colorBlue { color: #0094ff !important } .colorBlueLight { color: #3cadfe !important } .colorBlueDark { color: #0078c9 !important } .colorPink { color: #ff4895 !important } .colorPinkLight { color: #fc7cb3 !important } .colorPinkDark { color: #e81e75 !important } .colorPurple { color: #ad67da !important } .colorPurpleLight { color: #c78cda !important } .colorPurpleDark { color: #8937b9 !important } .colorGrenadine { color: #de413a !important } .colorGrenadineLight { color: #fd4239 !important } .colorGrenadineDark { color: #c13832 !important } .colorPort { color: #5b2c36 !important } .colorPortLight { color: #7f414e !important } .colorPortDark { color: #4a1c25 !important } .colorPrimrose { color: #edd4da !important } .colorPrimroseLight { color: #fde3e9 !important } .colorPrimroseDark { color: #dfbdc5 !important } .colorButterum { color: #c58f69 !important } .colorButterumLight { color: #e4aa81 !important } .colorButterumDark { color: #ab7752 !important } .colorNavy { color: #233b5d !important } .colorNavyLight { color: #2e4a71 !important } .colorNavyDark { color: #142741 !important } .colorSpruce { color: #09585d !important } .colorSpruceLight { color: #10676d !important } .colorSpruceDark { color: #03474b !important } .colorMaple { color: #c26225 !important } .colorMapleLight { color: #d97536 !important } .colorMapleDark { color: #b25317 !important } .colorToast { color: #ca997b !important } .colorToastLight { color: #dcab8d !important } .colorToastDark { color: #b58466 !important } .colorLilac { color: #774f8d !important } .colorLilacLight { color: #8c61a4 !important } .colorLilacDark { color: #623d77 !important } .colorOtter { color: #806751 !important } .colorOtterLight { color: #977d65 !important } .colorOtterDark { color: #69513d !important } .colorCurry { color: #cca234 !important } .colorCurryLight { color: #deb240 !important } .colorCurryDark { color: #b99026 !important } .colorGolden { color: #ae9749 !important } .colorGoldenLight { color: #bfa54d !important } .colorGoldenDark { color: #a28a38 !important } .colorOlive { color: #cddc39 !important } .colorOliveLight { color: #daea41 !important } .colorOliveDark { color: #bac92b !important } .colorBrown { color: #795547 !important } .colorBrownLight { color: #8c6556 !important } .colorBrownDark { color: #654235 !important } .colorApricot { color: #feb75f !important } .colorApricotLight { color: #fdc47d !important } .colorApricotDark { color: #fdab44 !important } .colorCockatoo { color: #5ad0ba !important } .colorCockatooLight { color: #69e0ca !important } .colorCockatooDark { color: #46b8a3 !important } .colorImperial { color: #00599b !important } .colorImperialLight { color: #1171b9 !important } .colorImperialDark { color: #01477b !important } .colorBluestone { color: #517082 !important } .colorBluestoneLight { color: #648699 !important } .colorBluestoneDark { color: #3c5b6d !important } .colorCyan { color: #00bcd5 !important } .colorCyanLight { color: #0acce6 !important } .colorCyanDark { color: #02abc1 !important } .colorTeal { color: #009788 !important } .colorTealLight { color: #07ac9c !important } .colorTealDark { color: #017e72 !important } .colorIndigo { color: #3f51b5 !important } .colorIndigoLight { color: #4a5cc4 !important } .colorIndigoDark { color: #3243a4 !important } .colorOcean { color: #1296c7 !important } .colorOceanLight { color: #1fa2d2 !important } .colorOceanDark { color: #0c87b5 !important } .colorVibrantYellow { color: #fedd04 !important } .colorVibrantYellowLight { color: #fee32e !important } .colorVibrantYellowDark { color: #f2d40d !important } .colorPoppy { color: #f2672e !important } .colorPoppyLight { color: #fb743c !important } .colorPoppyDark { color: #e25b24 !important } a[class*="color"]:hover { opacity: .7 !important } .bgNone,.bgTransparent { background-color: transparent !important } .bgWhite { background-color: #ffffff !important } .bgBlack { background-color: #000000 !important } .bgBlack1 { background-color: #111111 !important } .bgBlack2 { background-color: #222222 !important } .bgBlack3 { background-color: #333333 !important } .bgBlack4 { background-color: #444444 !important } .bgBlack5 { background-color: #555555 !important } .bgGrey1,.bgGray1 { background-color: #666666 !important } .bgGrey2,.bgGray2 { background-color: #777777 !important } .bgGrey3,.bgGray3 { background-color: #888888 !important } .bgGrey4,.bgGray4 { background-color: #999999 !important } .bgGrey5,.bgGray5 { background-color: #aaaaaa !important } .bgGrey6,.bgGray6 { background-color: #bbbbbb !important } .bgGrey7,.bgGray7 { background-color: #cccccc !important } .bgGrey8,.bgGray8 { background-color: #dddddd !important } .bgGrey9,.bgGray9 { background-color: #eeeeee !important } .bgRed { background-color: #ff0000 !important } .bgRedLight { background-color: #ff6666 !important } .bgRedDark { background-color: #cc0000 !important } .bgOrange { background-color: #ff6a00 !important } .bgOrangeLight { background-color: #ff9933 !important } .bgOrangeDark { background-color: #ff4e00 !important } .bgYellow { background-color: #ffff00 !important } .bgYellowLight { background-color: #ffff99 !important } .bgYellowDark { background-color: #ffd800 !important } .bgGreen { background-color: #2bc93f !important } .bgGreenLight { background-color: #3edb52 !important } .bgGreenDark { background-color: #32b042 !important } .bgBlue { background-color: #0094ff !important } .bgBlueLight { background-color: #3cadfe !important } .bgBlueDark { background-color: #0078c9 !important } .bgPink { background-color: #ff4895 !important } .bgPinkLight { background-color: #fc7cb3 !important } .bgPinkDark { background-color: #e81e75 !important } .bgPurple { background-color: #ad67da !important } .bgPurpleLight { background-color: #c78cda !important } .bgPurpleDark { background-color: #8937b9 !important } .bgGrenadine { background-color: #de413a !important } .bgGrenadineLight { background-color: #fd4239 !important } .bgGrenadineDark { background-color: #c13832 !important } .bgPort { background-color: #5b2c36 !important } .bgPortLight { background-color: #7f414e !important } .bgPortDark { background-color: #4a1c25 !important } .bgPrimrose { background-color: #edd4da !important } .bgPrimroseLight { background-color: #fde3e9 !important } .bgPrimroseDark { background-color: #dfbdc5 !important } .bgButterum { background-color: #c58f69 !important } .bgButterumLight { background-color: #e4aa81 !important } .bgButterumDark { background-color: #ab7752 !important } .bgNavy { background-color: #233b5d !important } .bgNavyLight { background-color: #2e4a71 !important } .bgNavyDark { background-color: #142741 !important } .bgSpruce { background-color: #09585d !important } .bgSpruceLight { background-color: #10676d !important } .bgSpruceDark { background-color: #03474b !important } .bgMaple { background-color: #c26225 !important } .bgMapleLight { background-color: #d97536 !important } .bgMapleDark { background-color: #b25317 !important } .bgToast { background-color: #ca997b !important } .bgToastLight { background-color: #dcab8d !important } .bgToastDark { background-color: #b58466 !important } .bgLilac { background-color: #774f8d !important } .bgLilacLight { background-color: #8c61a4 !important } .bgLilacDark { background-color: #623d77 !important } .bgOtter { background-color: #806751 !important } .bgOtterLight { background-color: #977d65 !important } .bgOtterDark { background-color: #806751 !important } .bgCurry { background-color: #cca234 !important } .bgCurryLight { background-color: #deb240 !important } .bgCurryDark { background-color: #b99026 !important } .bgGolden { background-color: #ae9749 !important } .btn.bgGolden:hover { background-color: #bfa54d !important } .bgGoldenLight { background-color: #bfa54d !important } .bgGoldenDark { background-color: #a28a38 !important } .bgOlive { background-color: #cddc39 !important } .bgOliveLight { background-color: #daea41 !important } .bgOliveDark { background-color: #bac92b !important } .bgBrown { background-color: #795547 !important } .bgBrownLight { background-color: #8c6556 !important } .bgBrownDark { background-color: #654235 !important } .bgApricot { background-color: #feb75f !important } .bgApricotLight { background-color: #fdc47d !important } .bgApricotDark { background-color: #fdab44 !important } .bgCockatoo { background-color: #5ad0ba !important } .bgCockatooLight { background-color: #69e0ca !important } .bgCockatooDark { background-color: #46b8a3 !important } .bgImperial { background-color: #00599b !important } .bgImperialLight { background-color: #1171b9 !important } .bgImperialDark { background-color: #01477b !important } .bgBluestone { background-color: #517082 !important } .bgBluestoneLight { background-color: #648699 !important } .bgBluestoneDark { background-color: #3c5b6d !important } .bgCyan { background-color: #00bcd5 !important } .bgCyanLight { background-color: #0acce6 !important } .bgCyanDark { background-color: #02abc1 !important } .bgTeal { background-color: #009788 !important } .btn.bgTeal:hover { background-color: #07ac9c !important } .bgTealLight { background-color: #07ac9c !important } .bgTealDark { background-color: #017e72 !important } .bgIndigo { background-color: #3f51b5 !important } .bgIndigoLight { background-color: #4a5cc4 !important } .bgIndigoDark { background-color: #3243a4 !important } .bgOcean { background-color: #1296c7 !important } .bgOceanLight { background-color: #1fa2d2 !important } .bgOceanDark { background-color: #0c87b5 !important } .bgVibrantYellow { background-color: #fedd04 !important } .bgVibrantYellowLight { background-color: #fee32e !important } .bgVibrantYellowDark { background-color: #f2d40d !important } .bgPoppy { background-color: #f2672e !important } .bgPoppyLight { background-color: #fb743c !important } .bgPoppyDark { background-color: #e25b24 !important } .btn[class*="btn bg"]:hover { opacity: .7 !important } .fillWhite { fill: #ffffff !important } .fillBlack { fill: #000000 !important } .fillBlack1 { fill: #111111 !important } .fillBlack2 { fill: #222222 !important } .fillBlack3 { fill: #333333 !important } .fillBlack4 { fill: #444444 !important } .fillBlack5 { fill: #555555 !important } .fillGrey1,.fillGray1 { fill: #666666 !important } .fillGrey2,.fillGray2 { fill: #777777 !important } .fillGrey3,.fillGray3 { fill: #888888 !important } .fillGrey4,.fillGray4 { fill: #999999 !important } .fillGrey5,.fillGray5 { fill: #aaaaaa !important } .fillGrey6,.fillGray6 { fill: #bbbbbb !important } .fillGrey7,.fillGray7 { fill: #cccccc !important } .fillGrey8,.fillGray8 { fill: #dddddd !important } .fillGrey9,.fillGray9 { fill: #eeeeee !important } .fillRed { fill: #ff0000 !important } .fillRedLight { fill: #ff6666 !important } .fillRedDark { fill: #cc0000 !important } .fillOrange { fill: #ff6a00 !important } .fillOrangeLight { fill: #ff9933 !important } .fillOrangeDark { fill: #ff4e00 !important } .fillYellow { fill: #ffff00 !important } .fillYellowLight { fill: #ffff99 !important } .fillYellowDark { fill: #ffd800 !important } .fillGreen { fill: #2bc93f !important } .fillGreenLight { fill: #3edb52 !important } .fillGreenDark { fill: #32b042 !important } .fillBlue { fill: #0094ff !important } .fillBlueLight { fill: #3cadfe !important } .fillBlueDark { fill: #0078c9 !important } .fillPink { fill: #ff4895 !important } .fillPinkLight { fill: #fc7cb3 !important } .fillPinkDark { fill: #e81e75 !important } .fillPurple { fill: #ad67da !important } .fillPurpleLight { fill: #c78cda !important } .fillPurpleDark { fill: #8937b9 !important } .fillGrenadine { fill: #de413a !important } .fillGrenadineLight { fill: #fd4239 !important } .fillGrenadineDark { fill: #c13832 !important } .fillPort { fill: #5b2c36 !important } .fillPortLight { fill: #7f414e !important } .fillPortDark { fill: #4a1c25 !important } .fillPrimrose { fill: #edd4da !important } .fillPrimroseLight { fill: #fde3e9 !important } .fillPrimroseDark { fill: #dfbdc5 !important } .fillButterum { fill: #c58f69 !important } .fillButterumLight { fill: #e4aa81 !important } .fillButterumDark { fill: #ab7752 !important } .fillNavy { fill: #233b5d !important } .fillNavyLight { fill: #2e4a71 !important } .fillNavyDark { fill: #142741 !important } .fillSpruce { fill: #09585d !important } .fillSpruceLight { fill: #10676d !important } .fillSpruceDark { fill: #03474b !important } .fillMaple { fill: #c26225 !important } .fillMapleLight { fill: #d97536 !important } .fillMapleDark { fill: #b25317 !important } .fillToast { fill: #ca997b !important } .fillToastLight { fill: #dcab8d !important } .fillToastDark { fill: #b58466 !important } .fillLilac { fill: #774f8d !important } .fillLilacLight { fill: #8c61a4 !important } .fillLilacDark { fill: #623d77 !important } .fillOtter { fill: #806751 !important } .fillOtterLight { fill: #977d65 !important } .fillOtterDark { fill: #69513d !important } .fillCurry { fill: #cca234 !important } .fillCurryLight { fill: #deb240 !important } .fillCurryDark { fill: #b99026 !important } .fillGolden { fill: #ae9749 !important } .fillGoldenLight { fill: #bfa54d !important } .fillGoldenDark { fill: #a28a38 !important } .fillOlive { fill: #cddc39 !important } .fillOliveLight { fill: #daea41 !important } .fillOliveDark { fill: #bac92b !important } .fillBrown { fill: #795547 !important } .fillBrownLight { fill: #8c6556 !important } .fillBrownDark { fill: #654235 !important } .fillApricot { fill: #feb75f !important } .fillApricotLight { fill: #fdc47d !important } .fillApricotDark { fill: #fdab44 !important } .fillCockatoo { fill: #5ad0ba !important } .fillCockatooLight { fill: #69e0ca !important } .fillCockatooDark { fill: #46b8a3 !important } .fillImperial { fill: #00599b !important } .fillImperialLight { fill: #1171b9 !important } .fillImperialDark { fill: #01477b !important } .fillBluestone { fill: #517082 !important } .fillBluestoneLight { fill: #648699 !important } .fillBluestoneDark { fill: #3c5b6d !important } .fillCyan { fill: #00bcd5 !important } .fillCyanLight { fill: #0acce6 !important } .fillCyanDark { fill: #02abc1 !important } .fillTeal { fill: #009788 !important } .fillTealLight { fill: #07ac9c !important } .fillTealDark { fill: #017e72 !important } .fillIndigo { fill: #3f51b5 !important } .fillIndigoLight { fill: #4a5cc4 !important } .fillIndigoDark { fill: #3243a4 !important } .fillOcean { fill: #1296c7 !important } .fillOceanLight { fill: #1fa2d2 !important } .fillOceanDark { fill: #0c87b5 !important } .fillVibrantYellow { fill: #fedd04 !important } .fillVibrantYellowLight { fill: #fee32e !important } .fillVibrantYellowDark { fill: #f2d40d !important } .fillPoppy { fill: #f2672e !important } .fillPoppyLight { fill: #fb743c !important } .fillPoppyDark { fill: #e25b24 !important } .borderWhite { border: #ffffff 1px solid } .borderTopWhite { border-top: #ffffff 1px solid } .borderRightWhite { border-right: #ffffff 1px solid } .borderBottomWhite { border-bottom: #ffffff 1px solid } .borderLeftWhite { border-left: #ffffff 1px solid } .borderLateralWhite { border-top: #ffffff 1px solid; border-bottom: #ffffff 1px solid } .borderGutterWhite { border-right: #ffffff 1px solid; border-left: #ffffff 1px solid } .borderBlack { border: #000000 1px solid } .borderTopBlack { border-top: #000000 1px solid } .borderRightBlack { border-right: #000000 1px solid } .borderBottomBlack { border-bottom: #000000 1px solid } .borderLeftBlack { border-left: #000000 1px solid } .borderLateralBlack { border-top: #000000 1px solid; border-bottom: #000000 1px solid } .borderGutterBlack { border-right: #000000 1px solid; border-left: #000000 1px solid } .borderBlack1 { border: #111111 1px solid } .borderTopBlack1 { border-top: #111111 1px solid } .borderRightBlack1 { border-right: #111111 1px solid } .borderBottomBlack1 { border-bottom: #111111 1px solid } .borderLeftBlack1 { border-left: #111111 1px solid } .borderLateralBlack1 { border-top: #111111 1px solid; border-bottom: #111111 1px solid } .borderGutterBlack1 { border-right: #111111 1px solid; border-left: #111111 1px solid } .borderBlack2 { border: #222222 1px solid } .borderTopBlack2 { border-top: #222222 1px solid } .borderRightBlack2 { border-right: #222222 1px solid } .borderBottomBlack2 { border-bottom: #222222 1px solid } .borderLeftBlack2 { border-left: #222222 1px solid } .borderLateralBlack2 { border-top: #222222 1px solid; border-bottom: #222222 1px solid } .borderGutterBlack2 { border-right: #222222 1px solid; border-left: #222222 1px solid } .borderBlack3 { border: #333333 1px solid } .borderTopBlack3 { border-top: #333333 1px solid } .borderRightBlack3 { border-right: #333333 1px solid } .borderBottomBlack3 { border-bottom: #333333 1px solid } .borderLeftBlack3 { border-left: #333333 1px solid } .borderLateralBlack3 { border-top: #333333 1px solid; border-bottom: #333333 1px solid } .borderGutterBlack3 { border-right: #333333 1px solid; border-left: #333333 1px solid } .borderBlack4 { border: #444444 1px solid } .borderTopBlack4 { border-top: #444444 1px solid } .borderRightBlack4 { border-right: #444444 1px solid } .borderBottomBlack4 { border-bottom: #444444 1px solid } .borderLeftBlack4 { border-left: #444444 1px solid } .borderLateralBlack4 { border-top: #444444 1px solid; border-bottom: #444444 1px solid } .borderGutterBlack4 { border-right: #444444 1px solid; border-left: #444444 1px solid } .borderBlack5 { border: #555555 1px solid } .borderTopBlack5 { border-top: #555555 1px solid } .borderRightBlack5 { border-right: #555555 1px solid } .borderBottomBlack5 { border-bottom: #555555 1px solid } .borderLeftBlack5 { border-left: #555555 1px solid } .borderLateralBlack5 { border-top: #555555 1px solid; border-bottom: #555555 1px solid } .borderGutterBlack5 { border-right: #555555 1px solid; border-left: #555555 1px solid } .borderGrey1,.borderGray1 { border: #666666 1px solid } .borderTopGrey1,.borderTopGray1 { border-top: #666666 1px solid } .borderRightGrey1,.borderRightGray1 { border-right: #666666 1px solid } .borderBottomGrey1,.borderBottomGray1 { border-bottom: #666666 1px solid } .borderLeftGrey1,.borderLeftGray1 { border-left: #666666 1px solid } .borderLateralGrey1,.borderLateralGray1 { border-top: #666666 1px solid; border-bottom: #666666 1px solid } .borderGutterGrey1,.borderGutterGray1 { border-right: #666666 1px solid; border-left: #666666 1px solid } .borderGrey2,.borderGray2 { border: #777777 1px solid } .borderTopGrey2,.borderTopGray2 { border-top: #777777 1px solid } .borderRightGrey2,.borderRightGray2 { border-right: #777777 1px solid } .borderBottomGrey2,.borderBottomGray2 { border-bottom: #777777 1px solid } .borderLeftGrey2,.borderLeftGray2 { border-left: #777777 1px solid } .borderLateralGrey2,.borderLateralGray2 { border-top: #777777 1px solid; border-bottom: #777777 1px solid } .borderGutterGrey2,.borderGutterGray2 { border-right: #777777 1px solid; border-left: #777777 1px solid } .borderGrey3,.borderGray3 { border: #888888 1px solid } .borderTopGrey3,.borderTopGray3 { border-top: #888888 1px solid } .borderRightGrey3,.borderRightGray3 { border-right: #888888 1px solid } .borderBottomGrey3,.borderBottomGray3 { border-bottom: #888888 1px solid } .borderLeftGrey3,.borderLeftGray3 { border-left: #888888 1px solid } .borderLateralGrey3,.borderLateralGray3 { border-top: #888888 1px solid; border-bottom: #888888 1px solid } .borderGutterGrey3,.borderGutterGray3 { border-right: #888888 1px solid; border-left: #888888 1px solid } .borderGrey4,.borderGray4 { border: #999999 1px solid } .borderTopGrey4,.borderTopGray4 { border-top: #999999 1px solid } .borderRightGrey4,.borderRightGray4 { border-right: #999999 1px solid } .borderBottomGrey4,.borderBottomGray4 { border-bottom: #999999 1px solid } .borderLeftGrey4,.borderLeftGray4 { border-left: #999999 1px solid } .borderLateralGrey4,.borderLateralGray4 { border-top: #999999 1px solid; border-bottom: #999999 1px solid } .borderGutterGrey4,.borderGutterGray4 { border-right: #999999 1px solid; border-left: #999999 1px solid } .borderGrey5,.borderGray5 { border: #aaaaaa 1px solid } .borderTopGrey5,.borderTopGray5 { border-top: #aaaaaa 1px solid } .borderRightGrey5,.borderRightGray5 { border-right: #aaaaaa 1px solid } .borderBottomGrey5,.borderBottomGray5 { border-bottom: #aaaaaa 1px solid } .borderLeftGrey5,.borderLeftGray5 { border-left: #aaaaaa 1px solid } .borderLateralGrey5,.borderLateralGray5 { border-top: #aaaaaa 1px solid; border-bottom: #aaaaaa 1px solid } .borderGutterGrey5,.borderGutterGray5 { border-right: #aaaaaa 1px solid; border-left: #aaaaaa 1px solid } .borderGrey6,.borderGray6 { border: #bbbbbb 1px solid } .borderTopGrey6,.borderTopGray6 { border-top: #bbbbbb 1px solid } .borderRightGrey6,.borderRightGray6 { border-right: #bbbbbb 1px solid } .borderBottomGrey6,.borderBottomGray6 { border-bottom: #bbbbbb 1px solid } .borderLeftGrey6,.borderLeftGray6 { border-left: #bbbbbb 1px solid } .borderLateralGrey6,.borderLateralGray6 { border-top: #bbbbbb 1px solid; border-bottom: #bbbbbb 1px solid } .borderGutterGrey6,.borderGutterGray6 { border-right: #bbbbbb 1px solid; border-left: #bbbbbb 1px solid } .borderGrey7,.borderGray7 { border: #cccccc 1px solid } .borderTopGrey7,.borderTopGray7 { border-top: #cccccc 1px solid } .borderRightGrey7,.borderRightGray7 { border-right: #cccccc 1px solid } .borderBottomGrey7,.borderBottomGray7 { border-bottom: #cccccc 1px solid } .borderLeftGrey7,.borderLeftGray7 { border-left: #cccccc 1px solid } .borderLateralGrey7,.borderLateralGray7 { border-top: #cccccc 1px solid; border-bottom: #cccccc 1px solid } .borderGutterGrey7,.borderGutterGray7 { border-right: #cccccc 1px solid; border-left: #cccccc 1px solid } .borderGrey8,.borderGray8 { border: #dddddd 1px solid } .borderTopGrey8,.borderTopGray8 { border-top: #dddddd 1px solid } .bordeRightGrey8,.borderRightGray8 { border-right: #dddddd 1px solid } .borderBottomGrey8,.borderBottomGray8 { border-bottom: #dddddd 1px solid } .borderLeftGrey8,.borderLeftGray8 { border-left: #dddddd 1px solid } .borderLateralGrey8,.borderLateralGray8 { border-top: #dddddd 1px solid; border-bottom: #dddddd 1px solid } .borderGutterGrey8,.borderGutterGray8 { border-right: #dddddd 1px solid; border-left: #dddddd 1px solid } .borderGrey9,.borderGray9 { border: #eeeeee 1px solid } .borderTopGrey9,.borderTopGray9 { border-top: #eeeeee 1px solid } .borderRightGrey9,.borderRightGray9 { border-right: #eeeeee 1px solid } .borderBottomGrey9,.borderBottomGray9 { border-bottom: #eeeeee 1px solid } .borderLeftGrey9,.borderLeftGray9 { border-left: #eeeeee 1px solid } .borderLateralGrey9,.borderLateralGray9 { border-top: #eeeeee 1px solid; border-bottom: #eeeeee 1px solid } .borderGutterGrey9,.borderGutterGray9 { border-right: #eeeeee 1px solid; border-left: #eeeeee 1px solid } .borderRed { border: #ff0000 1px solid } .borderTopRed { border-top: #ff0000 1px solid } .borderRightRed { border-right: #ff0000 1px solid } .borderBottomRed { border-bottom: #ff0000 1px solid } .borderLeftRed { border-left: #ff0000 1px solid } .borderLateralRed { border-top: #ff0000 1px solid; border-bottom: #ff0000 1px solid } .borderGutterRed { border-right: #ff0000 1px solid; border-left: #ff0000 1px solid } .borderRedLight { border: #ff6666 1px solid } .borderTopRedLight { border-top: #ff6666 1px solid } .borderRightRedLight { border-right: #ff6666 1px solid } .borderBottomRedLight { border-bottom: #ff6666 1px solid } .borderLeftRedLight { border-left: #ff6666 1px solid } .borderLateralRedLight { border-top: #ff6666 1px solid; border-bottom: #ff6666 1px solid } .borderGutterRedLight { border-right: #ff6666 1px solid; border-left: #ff6666 1px solid } .borderRedDark { border: #cc0000 1px solid } .borderTopRedDark { border-top: #cc0000 1px solid } .borderRightRedDark { border-right: #cc0000 1px solid } .borderBottomRedDark { border-bottom: #cc0000 1px solid } .borderLeftRedDark { border-left: #cc0000 1px solid } .borderLateralRedDark { border-top: #cc0000 1px solid; border-bottom: #cc0000 1px solid } .borderGutterRedDark { border-right: #cc0000 1px solid; border-left: #cc0000 1px solid } .borderOrange { border: #ff6a00 1px solid } .borderTopOrange { border-top: #ff6a00 1px solid } .borderRightOrange { border-right: #ff6a00 1px solid } .borderBottomOrange { border-bottom: #ff6a00 1px solid } .borderLeftOrange { border-left: #ff6a00 1px solid } .borderLateralOrange { border-top: #ff6a00 1px solid; border-bottom: #ff6a00 1px solid } .borderGutterOrange { border-right: #ff6a00 1px solid; border-left: #ff6a00 1px solid } .borderOrangeLight { border: #ff9933 1px solid } .borderTopOrangeLight { border-top: #ff9933 1px solid } .borderRightOrangeLight { border-right: #ff9933 1px solid } .borderBottomOrangeLight { border-bottom: #ff9933 1px solid } .borderLeftOrangeLight { border-left: #ff9933 1px solid } .borderLateralOrangeLight { border-top: #ff9933 1px solid; border-bottom: #ff9933 1px solid } .borderGutterOrangeLight { border-right: #ff9933 1px solid; border-left: #ff9933 1px solid } .borderOrangeDark { border: #ff4e00 1px solid } .borderTopOrangeDark { border-top: #ff4e00 1px solid } .borderRightOrangeDark { border-right: #ff4e00 1px solid } .borderBottomOrangeDark { border-bottom: #ff4e00 1px solid } .borderLeftOrangeDark { border-left: #ff4e00 1px solid } .borderLateralOrangeDark { border-top: #ff4e00 1px solid; border-bottom: #ff4e00 1px solid } .borderGutterOrangeDark { border-right: #ff4e00 1px solid; border-left: #ff4e00 1px solid } .borderYellow { border: #ffff00 1px solid } .borderTopYellow { border-top: #ffff00 1px solid } .borderRightYellow { border-right: #ffff00 1px solid } .borderBottomYellow { border-bottom: #ffff00 1px solid } .borderLeftYellow { border-left: #ffff00 1px solid } .borderLateralYellow { border-top: #ffff00 1px solid; border-bottom: #ffff00 1px solid } .borderGutterYellow { border-right: #ffff00 1px solid; border-left: #ffff00 1px solid } .borderYellowLight { border: #ffff99 1px solid } .borderTopYellowLight { border-top: #ffff99 1px solid } .borderRightYellowLight { border-right: #ffff99 1px solid } .borderBottomYellowLight { border-bottom: #ffff99 1px solid } .borderLeftYellowLight { border-left: #ffff99 1px solid } .borderLateralYellowLight { border-top: #ffff99 1px solid; border-bottom: #ffff99 1px solid } .borderGutterYellowLight { border-right: #ffff99 1px solid; border-left: #ffff99 1px solid } .borderYellowDark { border: #ffd800 1px solid } .borderTopYellowDark { border-top: #ffd800 1px solid } .borderRightYellowDark { border-right: #ffd800 1px solid } .borderBottomYellowDark { border-bottom: #ffd800 1px solid } .borderLeftYellowDark { border-left: #ffd800 1px solid } .borderLateralYellowDark { border-top: #ffd800 1px solid; border-bottom: #ffd800 1px solid } .borderGutterYellowDark { border-right: #ffd800 1px solid; border-left: #ffd800 1px solid } .borderGreen { border: #2bc93f 1px solid } .borderTopGreen { border-bottom: #2bc93f 1px solid } .borderRightGreen { border-right: #2bc93f 1px solid } .borderBottomGreen { border-bottom: #2bc93f 1px solid } .borderLeftGreen { border-left: #2bc93f 1px solid } .borderLateralGreen { border-top: #2bc93f 1px solid; border-bottom: #2bc93f 1px solid } .borderGutterGreen { border-right: #2bc93f 1px solid; border-left: #2bc93f 1px solid } .borderGreenLight { border: #3edb52 1px solid } .borderTopGreenLight { border-top: #3edb52 1px solid } .borderRightGreenLight { border-right: #3edb52 1px solid } .borderBottomGreenLight { border-bottom: #3edb52 1px solid } .borderLeftGreenLight { border-left: #3edb52 1px solid } .borderLateralGreenLight { border-top: #3edb52 1px solid; border-bottom: #3edb52 1px solid } .borderGutterGreenLight { border-right: #3edb52 1px solid; border-left: #3edb52 1px solid } .borderGreenDark { border: #32b042 1px solid } .borderTopGreenDark { border-top: #32b042 1px solid } .borderRightGreenDark { border-right: #32b042 1px solid } .borderBottomGreenDark { border-bottom: #32b042 1px solid } .borderLeftGreenDark { border-left: #32b042 1px solid } .borderLateralGreenDark { border-top: #32b042 1px solid; border-bottom: #32b042 1px solid } .borderGutterGreenDark { border-right: #32b042 1px solid; border-left: #32b042 1px solid } .borderBlue { border: #0094ff 1px solid } .borderTopBlue { border-top: #0094ff 1px solid } .borderRightBlue { border-right: #0094ff 1px solid } .borderBottomBlue { border-bottom: #0094ff 1px solid } .borderLeftBlue { border-left: #0094ff 1px solid } .borderLateralBlue { border-top: #0094ff 1px solid; border-bottom: #0094ff 1px solid } .borderGutterBlue { border-right: #0094ff 1px solid; border-left: #0094ff 1px solid } .borderBlueLight { border: #3cadfe 1px solid } .borderTopBlueLight { border-top: #3cadfe 1px solid } .borderRightBlueLight { border-right: #3cadfe 1px solid } .borderBottomBlueLight { border-bottom: #3cadfe 1px solid } .borderLeftBlueLight { border-left: #3cadfe 1px solid } .borderLateralBlueLight { border-top: #3cadfe 1px solid; border-bottom: #3cadfe 1px solid } .borderGutterBlueLight { border-right: #3cadfe 1px solid; border-left: #3cadfe 1px solid } .borderBlueDark { border: #0078c9 1px solid } .borderTopBlueDark { border-top: #0078c9 1px solid } .borderRightBlueDark { border-right: #0078c9 1px solid } .borderBottomBlueDark { border-bottom: #0078c9 1px solid } .borderLeftBlueDark { border-left: #0078c9 1px solid } .borderLateralBlueDark { border-top: #0078c9 1px solid; border-bottom: #0078c9 1px solid } .borderGutterBlueDark { border-right: #0078c9 1px solid; border-left: #0078c9 1px solid } .borderPink { border: #ff4895 1px solid } .borderTopPink { border-top: #ff4895 1px solid } .borderRightPink { border-right: #ff4895 1px solid } .borderBottomPink { border-bottom: #ff4895 1px solid } .borderLeftPink { border-left: #ff4895 1px solid } .borderLateralPink { border-top: #ff4895 1px solid; border-bottom: #ff4895 1px solid } .borderGutterPink { border-right: #ff4895 1px solid; border-left: #ff4895 1px solid } .borderPinkLight { border: #fc7cb3 1px solid } .borderTopPinkLight { border-top: #fc7cb3 1px solid } .borderRightPinkLight { border-right: #fc7cb3 1px solid } .borderBottomPinkLight { border-bottom: #fc7cb3 1px solid } .borderLeftPinkLight { border-left: #fc7cb3 1px solid } .borderLateralPinkLight { border-top: #fc7cb3 1px solid; border-bottom: #fc7cb3 1px solid } .borderGutterPinkLight { border-right: #fc7cb3 1px solid; border-left: #fc7cb3 1px solid } .borderPinkDark { border: #e81e75 1px solid } .borderTopPinkDark { border-top: #e81e75 1px solid } .borderRightPinkDark { border-right: #e81e75 1px solid } .borderBottomPinkDark { border-bottom: #e81e75 1px solid } .borderLeftPinkDark { border-left: #e81e75 1px solid } .borderLateralPinkDark { border-top: #e81e75 1px solid; border-bottom: #e81e75 1px solid } .borderGutterPinkDark { border-right: #e81e75 1px solid; border-left: #e81e75 1px solid } .borderPurple { border: #ad67da 1px solid } .borderTopPurple { border-top: #ad67da 1px solid } .borderRightPurple { border-right: #ad67da 1px solid } .borderBottomPurple { border-bottom: #ad67da 1px solid } .borderLeftPurple { border-left: #ad67da 1px solid } .borderLateralPurple { border-top: #ad67da 1px solid; border-bottom: #ad67da 1px solid } .borderGutterPurple { border-right: #ad67da 1px solid; border-left: #ad67da 1px solid } .borderPurpleLight { border: #c78cda 1px solid } .borderTopPurpleLight { border-top: #c78cda 1px solid } .borderRightPurpleLight { border-right: #c78cda 1px solid } .borderBottomPurpleLight { border-bottom: #c78cda 1px solid } .borderLeftPurpleLight { border-left: #c78cda 1px solid } .borderLateralPurpleLight { border-top: #c78cda 1px solid; border-bottom: #c78cda 1px solid } .borderGutterPurpleLight { border-right: #c78cda 1px solid; border-left: #c78cda 1px solid } .borderPurpleDark { border: #8937b9 1px solid } .borderTopPurpleDark { border-top: #8937b9 1px solid } .borderRightPurpleDark { border-right: #8937b9 1px solid } .borderBottomPurpleDark { border-bottom: #8937b9 1px solid } .borderLeftPurpleDark { border-left: #8937b9 1px solid } .borderLateralPurpleDark { border-top: #8937b9 1px solid; border-bottom: #8937b9 1px solid } .borderGutterPurpleDark { border-right: #8937b9 1px solid; border-left: #8937b9 1px solid } .borderGrenadine { border: #de413a 1px solid } .borderTopGrenadine { border-top: #de413a 1px solid } .borderRightGrenadine { border-right: #de413a 1px solid } .borderBottomGrenadine { border-bottom: #de413a 1px solid } .borderLeftGrenadine { border-left: #de413a 1px solid } .borderLateralGrenadine { border-top: #de413a 1px solid; border-bottom: #de413a 1px solid } .borderGutterGrenadine { border-right: #de413a 1px solid; border-left: #de413a 1px solid } .borderGrenadineLight { border: #fd4239 1px solid } .borderTopGrenadineLight { border-top: #fd4239 1px solid } .borderRightGrenadineLight { border-right: #fd4239 1px solid } .borderBottomGrenadineLight { border-bottom: #fd4239 1px solid } .borderLeftGrenadineLight { border-left: #fd4239 1px solid } .borderLateralGrenadineLight { border-top: #fd4239 1px solid; border-bottom: #fd4239 1px solid } .borderGutterGrenadineLight { border-right: #fd4239 1px solid; border-left: #fd4239 1px solid } .borderGrenadineDark { border: #c13832 1px solid } .borderTopGrenadineDark { border-top: #c13832 1px solid } .borderRightGrenadineDark { border-right: #c13832 1px solid } .borderBottomGrenadineDark { border-bottom: #c13832 1px solid } .borderLeftGrenadineDark { border-left: #c13832 1px solid } .borderLateralGrenadineDark { border-top: #c13832 1px solid; border-bottom: #c13832 1px solid } .borderGutterGrenadineDark { border-right: #c13832 1px solid; border-left: #c13832 1px solid } .borderPort { border: #5b2c36 1px solid } .borderTopPort { border-top: #5b2c36 1px solid } .borderRightPort { border-right: #5b2c36 1px solid } .borderBottomPort { border-bottom: #5b2c36 1px solid } .borderLeftPort { border-left: #5b2c36 1px solid } .borderLateralPort { border-top: #5b2c36 1px solid; border-bottom: #5b2c36 1px solid } .borderGutterPort { border-right: #5b2c36 1px solid; border-left: #5b2c36 1px solid } .borderPortLight { border: #7f414e 1px solid } .borderTopPortLight { border-top: #7f414e 1px solid } .borderRightPortLight { border-right: #7f414e 1px solid } .borderBottomPortLight { border-bottom: #7f414e 1px solid } .borderLeftPortLight { border-left: #7f414e 1px solid } .borderLateralPortLight { border-top: #7f414e 1px solid; border-bottom: #7f414e 1px solid } .borderGutterPortLight { border-right: #7f414e 1px solid; border-left: #7f414e 1px solid } .borderPortDark { border: #4a1c25 1px solid } .borderTopPortDark { border-top: #4a1c25 1px solid } .borderRightPortDark { border-right: #4a1c25 1px solid } .borderBottomPortDark { border-bottom: #4a1c25 1px solid } .borderLeftPortDark { border-left: #4a1c25 1px solid } .borderLateralPortDark { border-top: #4a1c25 1px solid; border-bottom: #4a1c25 1px solid } .borderGutterPortDark { border-right: #4a1c25 1px solid; border-left: #4a1c25 1px solid } .borderPrimrose { border: #edd4da 1px solid } .borderTopPrimrose { border-top: #edd4da 1px solid } .borderRightPrimrose { border-right: #edd4da 1px solid } .borderBottomPrimrose { border-bottom: #edd4da 1px solid } .borderLeftPrimrose { border-left: #edd4da 1px solid } .borderLateralPrimrose { border-top: #edd4da 1px solid; border-bottom: #edd4da 1px solid } .borderGutterPrimrose { border-right: #edd4da 1px solid; border-left: #edd4da 1px solid } .borderPrimroseLight { border: #fde3e9 1px solid } .borderTopPrimroseLight { border-top: #fde3e9 1px solid } .borderRightPrimroseLight { border-right: #fde3e9 1px solid } .borderBottomPrimroseLight { border-bottom: #fde3e9 1px solid } .borderLeftPrimroseLight { border-left: #fde3e9 1px solid } .borderLateralPrimroseLight { border-top: #fde3e9 1px solid; border-bottom: #fde3e9 1px solid } .borderGutterPrimroseLight { border-right: #fde3e9 1px solid; border-left: #fde3e9 1px solid } .borderPrimroseDark { border: #dfbdc5 1px solid } .borderTopPrimroseDark { border-top: #dfbdc5 1px solid } .borderRightPrimroseDark { border-right: #dfbdc5 1px solid } .borderBottomPrimroseDark { border-bottom: #dfbdc5 1px solid } .borderLeftPrimroseDark { border-left: #dfbdc5 1px solid } .borderLateralPrimroseDark { border-top: #dfbdc5 1px solid; border-bottom: #dfbdc5 1px solid } .borderGutterPrimroseDark { border-right: #dfbdc5 1px solid; border-left: #dfbdc5 1px solid } .borderButterum { border: #c58f69 1px solid } .borderTopButterum { border-top: #c58f69 1px solid } .borderRightButterum { border-right: #c58f69 1px solid } .borderBottomButterum { border-bottom: #c58f69 1px solid } .borderLeftButterum { border-left: #c58f69 1px solid } .borderLateralButterum { border-top: #c58f69 1px solid; border-bottom: #c58f69 1px solid } .borderGutterButterum { border-right: #c58f69 1px solid; border-left: #c58f69 1px solid } .borderButterumLight { border: #e4aa81 1px solid } .borderTopButterumLight { border-top: #e4aa81 1px solid } .borderRightButterumLight { border-right: #e4aa81 1px solid } .borderBottomButterumLight { border-bottom: #e4aa81 1px solid } .borderLeftButterumLight { border-left: #e4aa81 1px solid } .borderLateralButterumLight { border-top: #e4aa81 1px solid; border-bottom: #e4aa81 1px solid } .borderGutterButterumLight { border-right: #e4aa81 1px solid; border-left: #e4aa81 1px solid } .borderButterumDark { border: #ab7752 1px solid } .borderTopButterumDark { border-top: #ab7752 1px solid } .borderRightButterumDark { border-right: #ab7752 1px solid } .borderBottomButterumDark { border-bottom: #ab7752 1px solid } .borderLeftButterumDark { border-left: #ab7752 1px solid } .borderLateralButterumDark { border-top: #ab7752 1px solid; border-bottom: #ab7752 1px solid } .borderGutterButterumDark { border-right: #ab7752 1px solid; border-left: #ab7752 1px solid } .borderNavy { border: #233b5d 1px solid } .borderTopNavy { border-top: #233b5d 1px solid } .borderRightNavy { border-right: #233b5d 1px solid } .borderBottomNavy { border-bottom: #233b5d 1px solid } .borderLeftNavy { border-left: #233b5d 1px solid } .borderLateralNavy { border-top: #233b5d 1px solid; border-bottom: #233b5d 1px solid } .borderGutterNavy { border-right: #233b5d 1px solid; border-left: #233b5d 1px solid } .borderNavyLight { border: #2e4a71 1px solid } .borderTopNavyLight { border-top: #2e4a71 1px solid } .borderRightNavyLight { border-right: #2e4a71 1px solid } .borderBottomNavyLight { border-bottom: #2e4a71 1px solid } .borderLeftNavyLight { border-left: #2e4a71 1px solid } .borderLateralNavyLight { border-top: #2e4a71 1px solid; border-bottom: #2e4a71 1px solid } .borderGutterNavyLight { border-right: #2e4a71 1px solid; border-left: #2e4a71 1px solid } .borderNavyDark { border: #142741 1px solid } .borderTopNavyDark { border-top: #142741 1px solid } .borderRightNavyDark { border-right: #142741 1px solid } .borderBottomNavyDark { border-bottom: #142741 1px solid } .borderLeftNavyDark { border-left: #142741 1px solid } .borderLateralNavyDark { border-top: #142741 1px solid; border-bottom: #142741 1px solid } .borderGutterNavyDark { border-right: #142741 1px solid; border-left: #142741 1px solid } .borderSpruce { border: #09585d 1px solid } .borderTopSpruce { border-top: #09585d 1px solid } .borderRightSpruce { border-right: #09585d 1px solid } .borderBottomSpruce { border-bottom: #09585d 1px solid } .borderLeftSpruce { border-left: #09585d 1px solid } .borderLateralSpruce { border-top: #09585d 1px solid; border-bottom: #09585d 1px solid } .borderGutterSpruce { border-right: #09585d 1px solid; border-left: #09585d 1px solid } .borderSpruceLight { border: #10676d 1px solid } .borderTopSpruceLight { border-top: #10676d 1px solid } .borderRightSpruceLight { border-right: #10676d 1px solid } .borderBottomSpruceLight { border-bottom: #10676d 1px solid } .borderLeftSpruceLight { border-left: #10676d 1px solid } .borderLateralSpruceLight { border-top: #10676d 1px solid; border-bottom: #10676d 1px solid } .borderGutterSpruceLight { border-right: #10676d 1px solid; border-left: #10676d 1px solid } .borderSpruceDark { border: #03474b 1px solid } .borderTopSpruceDark { border-top: #03474b 1px solid } .borderRightSpruceDark { border-right: #03474b 1px solid } .borderBottomSpruceDark { border-bottom: #03474b 1px solid } .borderLeftSpruceDark { border-left: #03474b 1px solid } .borderLateralSpruceDark { border-top: #03474b 1px solid; border-bottom: #03474b 1px solid } .borderGutterSpruceDark { border-right: #03474b 1px solid; border-left: #03474b 1px solid } .borderMaple { border: #c26225 1px solid } .borderTopMaple { border-top: #c26225 1px solid } .borderRightMaple { border-right: #c26225 1px solid } .borderBottomMaple { border-bottom: #c26225 1px solid } .borderLeftMaple { border-left: #c26225 1px solid } .borderLateralMaple { border-top: #c26225 1px solid; border-bottom: #c26225 1px solid } .borderGutterMaple { border-right: #c26225 1px solid; border-left: #c26225 1px solid } .borderMapleLight { border: #d97536 1px solid } .borderTopMapleLight { border-top: #d97536 1px solid } .borderRightMapleLight { border-right: #d97536 1px solid } .borderBottomMapleLight { border-bottom: #d97536 1px solid } .borderLeftMapleLight { border-left: #d97536 1px solid } .borderLateralMapleLight { border-top: #d97536 1px solid; border-bottom: #d97536 1px solid } .borderGutterMapleLight { border-right: #d97536 1px solid; border-left: #d97536 1px solid } .borderMapleDark { border: #b25317 1px solid } .borderTopMapleDark { border-top: #b25317 1px solid } .borderRightMapleDark { border-right: #b25317 1px solid } .borderBottomMapleDark { border-bottom: #b25317 1px solid } .borderLeftMapleDark { border-left: #b25317 1px solid } .borderLateralMapleDark { border-top: #b25317 1px solid; border-bottom: #b25317 1px solid } .borderGutterMapleDark { border-right: #b25317 1px solid; border-left: #b25317 1px solid } .borderToast { border: #ca997b 1px solid } .borderTopToast { border-top: #ca997b 1px solid } .borderRightToast { border-right: #ca997b 1px solid } .borderBottomToast { border-bottom: #ca997b 1px solid } .borderLeftToast { border-left: #ca997b 1px solid } .borderLateralToast { border-top: #ca997b 1px solid; border-bottom: #ca997b 1px solid } .borderGutterToast { border-right: #ca997b 1px solid; border-left: #ca997b 1px solid } .borderToastLight { border: #dcab8d 1px solid } .borderTopToastLight { border-top: #dcab8d 1px solid } .borderRightToastLight { border-right: #dcab8d 1px solid } .borderBottomToastLight { border-bottom: #dcab8d 1px solid } .borderLeftToastLight { border-left: #dcab8d 1px solid } .borderLateralToastLight { border-top: #dcab8d 1px solid; border-bottom: #dcab8d 1px solid } .borderGutterToastLight { border-right: #dcab8d 1px solid; border-left: #dcab8d 1px solid } .borderToastDark { border: #b58466 1px solid } .borderTopToastDark { border-top: #b58466 1px solid } .borderRightToastDark { border-right: #b58466 1px solid } .borderBottomToastDark { border-bottom: #b58466 1px solid } .borderLeftToastDark { border-left: #b58466 1px solid } .borderLateralToastDark { border-top: #b58466 1px solid; border-bottom: #b58466 1px solid } .borderGutterToastDark { border-right: #b58466 1px solid; border-left: #b58466 1px solid } .borderLilac { border: #774f8d 1px solid } .borderTopLilac { border-top: #774f8d 1px solid } .borderRightLilac { border-right: #774f8d 1px solid } .borderBottomLilac { border-bottom: #774f8d 1px solid } .borderLeftLilac { border-left: #774f8d 1px solid } .borderLateralLilac { border-top: #774f8d 1px solid; border-bottom: #774f8d 1px solid } .borderGutterLilac { border-right: #774f8d 1px solid; border-left: #774f8d 1px solid } .borderLilacLight { border: #8c61a4 1px solid } .borderTopLilacLight { border-top: #8c61a4 1px solid } .borderRightLilacLight { border-right: #8c61a4 1px solid } .borderBottomLilacLight { border-bottom: #8c61a4 1px solid } .borderLeftLilacLight { border-left: #8c61a4 1px solid } .borderLateralLilacLight { border-top: #8c61a4 1px solid; border-bottom: #8c61a4 1px solid } .borderGutterLilacLight { border-right: #8c61a4 1px solid; border-left: #8c61a4 1px solid } .borderLilacDark { border: #623d77 1px solid } .borderTopLilacDark { border-top: #623d77 1px solid } .borderRightLilacDark { border-right: #623d77 1px solid } .borderBottomLilacDark { border-bottom: #623d77 1px solid } .borderLeftLilacDark { border-left: #623d77 1px solid } .borderLateralLilacDark { border-top: #623d77 1px solid; border-bottom: #623d77 1px solid } .borderGutterLilacDark { border-right: #623d77 1px solid; border-left: #623d77 1px solid } .borderOtter { border: #806751 1px solid } .borderTopOtter { border-top: #806751 1px solid } .borderRightOtter { border-right: #806751 1px solid } .borderBottomOtter { border-bottom: #806751 1px solid } .borderLeftOtter { border-left: #806751 1px solid } .borderLateralOtter { border-top: #806751 1px solid; border-bottom: #806751 1px solid } .borderGutterOtter { border-right: #806751 1px solid; border-left: #806751 1px solid } .borderOtterLight { border: #977d65 1px solid } .borderTopOtterLight { border-top: #977d65 1px solid } .borderRightOtterLight { border-right: #977d65 1px solid } .borderBottomOtterLight { border-bottom: #977d65 1px solid } .borderLeftOtterLight { border-left: #977d65 1px solid } .borderLateralOtterLight { border-top: #977d65 1px solid; border-bottom: #977d65 1px solid } .borderGutterOtterLight { border-right: #977d65 1px solid; border-left: #977d65 1px solid } .borderOtterDark { border: #69513d 1px solid } .borderTopOtterDark { border-top: #69513d 1px solid } .borderRightOtterDark { border-right: #69513d 1px solid } .borderBottomOtterDark { border-bottom: #69513d 1px solid } .borderLeftOtterDark { border-left: #69513d 1px solid } .borderLateralOtterDark { border-top: #69513d 1px solid; border-bottom: #69513d 1px solid } .borderGutterOtterDark { border-right: #69513d 1px solid; border-left: #69513d 1px solid } .borderCurry { border: #cca234 1px solid } .borderTopCurry { border-top: #cca234 1px solid } .borderRightCurry { border-right: #cca234 1px solid } .borderBottomCurry { border-bottom: #cca234 1px solid } .borderLeftCurry { border-left: #cca234 1px solid } .borderLateralCurry { border-top: #cca234 1px solid; border-bottom: #cca234 1px solid } .borderGutterCurry { border-right: #cca234 1px solid; border-left: #cca234 1px solid } .borderCurryLight { border: #deb240 1px solid } .borderTopCurryLight { border-top: #deb240 1px solid } .borderRightCurryLight { border-right: #deb240 1px solid } .borderBottomCurryLight { border-bottom: #deb240 1px solid } .borderLeftCurryLight { border-left: #deb240 1px solid } .borderLateralCurryLight { border-top: #deb240 1px solid; border-bottom: #deb240 1px solid } .borderGutterCurryLight { border-right: #deb240 1px solid; border-left: #deb240 1px solid } .borderCurryDark { border: #b99026 1px solid } .borderTopCurryDark { border-top: #b99026 1px solid } .borderRightCurryDark { border-right: #b99026 1px solid } .borderBottomCurryDark { border-bottom: #b99026 1px solid } .borderLeftCurryDark { border-left: #b99026 1px solid } .borderLateralCurryDark { border-top: #b99026 1px solid; border-bottom: #b99026 1px solid } .borderGutterCurryDark { border-right: #b99026 1px solid; border-left: #b99026 1px solid } .borderGolden { border: #ae9749 1px solid } .borderTopGolden { border-top: #ae9749 1px solid } .borderRightGolden { border-right: #ae9749 1px solid } .borderBottomGolden { border-bottom: #ae9749 1px solid } .borderLeftGolden { border-left: #ae9749 1px solid } .borderLateralGolden { border-top: #ae9749 1px solid; border-bottom: #ae9749 1px solid } .borderGutterGolden { border-right: #ae9749 1px solid; border-left: #ae9749 1px solid } .borderGoldenLight { border: #bfa54d 1px solid } .borderTopGoldenLight { border-top: #bfa54d 1px solid } .borderRightGoldenLight { border-right: #bfa54d 1px solid } .borderBottomGoldenLight { border-bottom: #bfa54d 1px solid } .borderLeftGoldenLight { border-left: #bfa54d 1px solid } .borderLateralGoldenLight { border-top: #bfa54d 1px solid; border-bottom: #bfa54d 1px solid } .borderGutterGoldenLight { border-right: #bfa54d 1px solid; border-left: #bfa54d 1px solid } .borderGoldenDark { border: #a28a38 1px solid } .borderTopGoldenDark { border-top: #a28a38 1px solid } .borderRightGoldenDark { border-right: #a28a38 1px solid } .borderBottomGoldenDark { border-bottom: #a28a38 1px solid } .borderLeftGoldenDark { border-left: #a28a38 1px solid } .borderLateralGoldenDark { border-top: #a28a38 1px solid; border-bottom: #a28a38 1px solid } .borderGutterGoldenDark { border-right: #a28a38 1px solid; border-left: #a28a38 1px solid } .borderOlive { border: #cddc39 1px solid } .borderTopOlive { border-top: #cddc39 1px solid } .borderRightOlive { border-right: #cddc39 1px solid } .borderBottomOlive { border-bottom: #cddc39 1px solid } .borderLeftOlive { border-left: #cddc39 1px solid } .borderLateralOlive { border-top: #cddc39 1px solid; border-bottom: #cddc39 1px solid } .borderGutterOlive { border-right: #cddc39 1px solid; border-left: #cddc39 1px solid } .borderOliveLight { border: #daea41 1px solid } .borderTopOliveLight { border-top: #daea41 1px solid } .borderRightOliveLight { border-right: #daea41 1px solid } .borderBottomOliveLight { border-bottom: #daea41 1px solid } .borderLeftOliveLight { border-left: #daea41 1px solid } .borderLateralOliveLight { border-top: #daea41 1px solid; border-bottom: #daea41 1px solid } .borderGutterOliveLight { border-right: #daea41 1px solid; border-left: #daea41 1px solid } .borderOliveDark { border: #bac92b 1px solid } .borderTopOliveDark { border-top: #bac92b 1px solid } .borderRightOliveDark { border-right: #bac92b 1px solid } .borderBottomOliveDark { border-bottom: #bac92b 1px solid } .borderLeftOliveDark { border-left: #bac92b 1px solid } .borderLateralOliveDark { border-top: #bac92b 1px solid; border-bottom: #bac92b 1px solid } .borderGutterOliveDark { border-right: #bac92b 1px solid; border-left: #bac92b 1px solid } .borderBrown { border: #795547 1px solid } .borderTopBrown { border-top: #795547 1px solid } .borderRightBrown { border-right: #795547 1px solid } .borderBottomBrown { border-bottom: #795547 1px solid } .borderLeftBrown { border-left: #795547 1px solid } .borderLateralBrown { border-top: #795547 1px solid; border-bottom: #795547 1px solid } .borderGutterBrown { border-right: #795547 1px solid; border-left: #795547 1px solid } .borderBrownLight { border: #8c6556 1px solid } .borderTopBrownLight { border-top: #8c6556 1px solid } .borderRightBrownLight { border-right: #8c6556 1px solid } .borderBottomBrownLight { border-bottom: #8c6556 1px solid } .borderLeftBrownLight { border-left: #8c6556 1px solid } .borderLateralBrownLight { border-top: #8c6556 1px solid; border-bottom: #8c6556 1px solid } .borderGutterBrownLight { border-right: #8c6556 1px solid; border-left: #8c6556 1px solid } .borderBrownDark { border: #654235 1px solid } .borderTopBrownDark { border-top: #654235 1px solid } .borderRightBrownDark { border-right: #654235 1px solid } .borderBottomBrownDark { border-bottom: #654235 1px solid } .borderLeftBrownDark { border-left: #654235 1px solid } .borderLateralBrownDark { border-top: #654235 1px solid; border-bottom: #654235 1px solid } .borderGutterBrownDark { border-right: #654235 1px solid; border-left: #654235 1px solid } .borderApricot { border: #feb75f 1px solid } .borderTopApricot { border-top: #feb75f 1px solid } .borderRightApricot { border-right: #feb75f 1px solid } .borderBottomApricot { border-bottom: #feb75f 1px solid } .borderLeftApricot { border-left: #feb75f 1px solid } .borderLateralApricot { border-top: #feb75f 1px solid; border-bottom: #feb75f 1px solid } .borderGutterApricot { border-right: #feb75f 1px solid; border-left: #feb75f 1px solid } .borderApricotLight { border: #fdc47d 1px solid } .borderTopApricotLight { border-top: #fdc47d 1px solid } .borderRightApricotLight { border-right: #fdc47d 1px solid } .borderBottomApricotLight { border-bottom: #fdc47d 1px solid } .borderLeftApricotLight { border-left: #fdc47d 1px solid } .borderLateralApricotLight { border-top: #fdc47d 1px solid; border-bottom: #fdc47d 1px solid } .borderGutterApricotLight { border-right: #fdc47d 1px solid; border-left: #fdc47d 1px solid } .borderApricotDark { border: #fdab44 1px solid } .borderTopApricotDark { border-top: #fdab44 1px solid } .borderRightApricotDark { border-right: #fdab44 1px solid } .borderBottomApricotDark { border-bottom: #fdab44 1px solid } .borderLeftApricotDark { border-left: #fdab44 1px solid } .borderLateralApricotDark { border-top: #fdab44 1px solid; border-bottom: #fdab44 1px solid } .borderGutterApricotDark { border-right: #fdab44 1px solid; border-left: #fdab44 1px solid } .borderCockatoo { border: #5ad0ba 1px solid } .borderTopCockatoo { border-top: #5ad0ba 1px solid } .borderRightCockatoo { border-right: #5ad0ba 1px solid } .borderBottomCockatoo { border-bottom: #5ad0ba 1px solid } .borderLeftCockatoo { border-left: #5ad0ba 1px solid } .borderLateralCockatoo { border-top: #5ad0ba 1px solid; border-bottom: #5ad0ba 1px solid } .borderGutterCockatoo { border-right: #5ad0ba 1px solid; border-left: #5ad0ba 1px solid } .borderCockatooLight { border: #69e0ca 1px solid } .borderTopCockatooLight { border-top: #69e0ca 1px solid } .borderRightCockatooLight { border-right: #69e0ca 1px solid } .borderBottomCockatooLight { border-bottom: #69e0ca 1px solid } .borderLeftCockatooLight { border-left: #69e0ca 1px solid } .borderLateralCockatooLight { border-top: #69e0ca 1px solid; border-bottom: #69e0ca 1px solid } .borderGutterCockatooLight { border-right: #69e0ca 1px solid; border-left: #69e0ca 1px solid } .borderCockatooDark { border: #46b8a3 1px solid } .borderTopCockatooDark { border-top: #46b8a3 1px solid } .borderRightCockatooDark { border-right: #46b8a3 1px solid } .borderBottomCockatooDark { border-bottom: #46b8a3 1px solid } .borderLeftCockatooDark { border-left: #46b8a3 1px solid } .borderLateralCockatooDark { border-top: #46b8a3 1px solid; border-bottom: #46b8a3 1px solid } .borderGutterCockatooDark { border-right: #46b8a3 1px solid; border-left: #46b8a3 1px solid } .borderImperial { border: #00599b 1px solid } .borderTopImperial { border-top: #00599b 1px solid } .borderRightImperial { border-right: #00599b 1px solid } .borderBottomImperial { border-bottom: #00599b 1px solid } .borderLeftImperial { border-left: #00599b 1px solid } .borderLateralImperial { border-top: #00599b 1px solid; border-bottom: #00599b 1px solid } .borderGutterImperial { border-right: #00599b 1px solid; border-left: #00599b 1px solid } .borderImperialLight { border: #1171b9 1px solid } .borderTopImperialLight { border-top: #1171b9 1px solid } .borderRightImperialLight { border-right: #1171b9 1px solid } .borderBottomImperialLight { border-bottom: #1171b9 1px solid } .borderLeftImperialLight { border-left: #1171b9 1px solid } .borderLateralImperialLight { border-top: #1171b9 1px solid; border-bottom: #1171b9 1px solid } .borderGutterImperialLight { border-right: #1171b9 1px solid; border-left: #1171b9 1px solid } .borderImperialDark { border: #01477b 1px solid } .borderTopImperialDark { border-top: #01477b 1px solid } .borderRightImperialDark { border-right: #01477b 1px solid } .borderBottomImperialDark { border-bottom: #01477b 1px solid } .borderLeftImperialDark { border-left: #01477b 1px solid } .borderLateralImperialDark { border-top: #01477b 1px solid; border-bottom: #01477b 1px solid } .borderGutterImperialDark { border-right: #01477b 1px solid; border-left: #01477b 1px solid } .borderBluestone { border: #517082 1px solid } .borderTopBluestone { border-top: #517082 1px solid } .borderRightBluestone { border-right: #517082 1px solid } .borderBottomBluestone { border-bottom: #517082 1px solid } .borderLeftBluestone { border-left: #517082 1px solid } .borderLateralBluestone { border-top: #517082 1px solid; border-bottom: #517082 1px solid } .borderGutterBluestone { border-right: #517082 1px solid; border-left: #517082 1px solid } .borderBluestoneLight { border: #648699 1px solid } .borderTopBluestoneLight { border-top: #648699 1px solid } .borderRightBluestoneLight { border-right: #648699 1px solid } .borderBottomBluestoneLight { border-bottom: #648699 1px solid } .borderLeftBluestoneLight { border-left: #648699 1px solid } .borderLateralBluestoneLight { border-top: #648699 1px solid; border-bottom: #648699 1px solid } .borderGutterBluestoneLight { border-right: #648699 1px solid; border-left: #648699 1px solid } .borderBluestoneDark { border: #3c5b6d 1px solid } .borderTopBluestoneDark { border-top: #3c5b6d 1px solid } .borderRightBluestoneDark { border-right: #3c5b6d 1px solid } .borderBottomBluestoneDark { border-bottom: #3c5b6d 1px solid } .borderLeftBluestoneDark { border-left: #3c5b6d 1px solid } .borderLateralBluestoneDark { border-top: #3c5b6d 1px solid; border-bottom: #3c5b6d 1px solid } .borderGutterBluestoneDark { border-right: #3c5b6d 1px solid; border-left: #3c5b6d 1px solid } .borderCyan { border: #00bcd5 1px solid } .borderTopCyan { border-top: #00bcd5 1px solid } .borderRightCyan { border-right: #00bcd5 1px solid } .borderBottomCyan { border-bottom: #00bcd5 1px solid } .borderLeftCyan { border-left: #00bcd5 1px solid } .borderLateralCyan { border-top: #00bcd5 1px solid; border-bottom: #00bcd5 1px solid } .borderGutterCyan { border-right: #00bcd5 1px solid; border-left: #00bcd5 1px solid } .borderCyanLight { border: #0acce6 1px solid } .borderTopCyanLight { border-top: #0acce6 1px solid } .borderRightCyanLight { border-right: #0acce6 1px solid } .borderBottomCyanLight { border-bottom: #0acce6 1px solid } .borderLeftCyanLight { border-left: #0acce6 1px solid } .borderLateralCyanLight { border-top: #0acce6 1px solid; border-bottom: #0acce6 1px solid } .borderGutterCyanLight { border-right: #0acce6 1px solid; border-left: #0acce6 1px solid } .borderCyanDark { border: #02abc1 1px solid } .borderTopCyanDark { border-top: #02abc1 1px solid } .borderRightCyanDark { border-right: #02abc1 1px solid } .borderBottomCyanDark { border-bottom: #02abc1 1px solid } .borderLeftCyanDark { border-left: #02abc1 1px solid } .borderLateralCyanDark { border-top: #02abc1 1px solid; border-bottom: #02abc1 1px solid } .borderGutterCyanDark { border-right: #02abc1 1px solid; border-left: #02abc1 1px solid } .borderTeal { border: #009788 1px solid } .borderTopTeal { border-top: #009788 1px solid } .borderRightTeal { border-right: #009788 1px solid } .borderBottomTeal { border-bottom: #009788 1px solid } .borderLeftTeal { border-left: #009788 1px solid } .borderLateralTeal { border-top: #009788 1px solid; border-bottom: #009788 1px solid } .borderGutterTeal { border-right: #009788 1px solid; border-left: #009788 1px solid } .borderTealLight { border: #07ac9c 1px solid } .borderTopTealLight { border-top: #07ac9c 1px solid } .borderRightTealLight { border-right: #07ac9c 1px solid } .borderBottomTealLight { border-bottom: #07ac9c 1px solid } .borderLeftTealLight { border-left: #07ac9c 1px solid } .borderLateralTealLight { border-top: #07ac9c 1px solid; border-bottom: #07ac9c 1px solid } .borderGutterTealLight { border-right: #07ac9c 1px solid; border-left: #07ac9c 1px solid } .borderTealDark { border: #017e72 1px solid } .borderTopTealDark { border-top: #017e72 1px solid } .borderRightTealDark { border-right: #017e72 1px solid } .borderBottomTealDark { border-bottom: #017e72 1px solid } .borderLeftTealDark { border-left: #017e72 1px solid } .borderLateralTealDark { border-top: #017e72 1px solid; border-bottom: #017e72 1px solid } .borderGutterTealDark { border-right: #017e72 1px solid; border-left: #017e72 1px solid } .borderIndigo { border: #3f51b5 1px solid } .borderTopIndigo { border-top: #3f51b5 1px solid } .borderRightIndigo { border-right: #3f51b5 1px solid } .borderBottomIndigo { border-bottom: #3f51b5 1px solid } .borderLeftIndigo { border-left: #3f51b5 1px solid } .borderLateralIndigo { border-top: #3f51b5 1px solid; border-bottom: #3f51b5 1px solid } .borderGutterIndigo { border-right: #3f51b5 1px solid; border-left: #3f51b5 1px solid } .borderIndigoLight { border: #4a5cc4 1px solid } .borderTopIndigoLight { border-top: #4a5cc4 1px solid } .borderRightIndigoLight { border-right: #4a5cc4 1px solid } .borderBottomIndigoLight { border-bottom: #4a5cc4 1px solid } .borderLeftIndigoLight { border-left: #4a5cc4 1px solid } .borderLateralIndigoLight { border-top: #4a5cc4 1px solid; border-bottom: #4a5cc4 1px solid } .borderGutterIndigoLight { border-right: #4a5cc4 1px solid; border-left: #4a5cc4 1px solid } .borderIndigoDark { border: #3243a4 1px solid } .borderTopIndigoDark { border-top: #3243a4 1px solid } .borderRightIndigoDark { border-right: #3243a4 1px solid } .borderBottomIndigoDark { border-bottom: #3243a4 1px solid } .borderLeftIndigoDark { border-left: #3243a4 1px solid } .borderLateralIndigoDark { border-top: #3243a4 1px solid; border-bottom: #3243a4 1px solid } .borderGutterIndigoDark { border-right: #3243a4 1px solid; border-left: #3243a4 1px solid } .borderOcean { border: #1296c7 1px solid } .borderTopOcean { border-top: #1296c7 1px solid } .borderRightOcean { border-right: #1296c7 1px solid } .borderBottomOcean { border-bottom: #1296c7 1px solid } .borderLeftOcean { border-left: #1296c7 1px solid } .borderLateralOcean { border-top: #1296c7 1px solid; border-bottom: #1296c7 1px solid } .borderGutterOcean { border-right: #1296c7 1px solid; border-left: #1296c7 1px solid } .borderOceanLight { border: #1fa2d2 1px solid } .borderTopOceanLight { border-top: #1fa2d2 1px solid } .borderRightOceanLight { border-right: #1fa2d2 1px solid } .borderBottomOceanLight { border-bottom: #1fa2d2 1px solid } .borderLeftOceanLight { border-left: #1fa2d2 1px solid } .borderLateralOceanLight { border-top: #1fa2d2 1px solid; border-bottom: #1fa2d2 1px solid } .borderGutterOceanLight { border-right: #1fa2d2 1px solid; border-left: #1fa2d2 1px solid } .borderOceanDark { border: #0c87b5 1px solid } .borderTopOceanDark { border-top: #0c87b5 1px solid } .borderRightOceanDark { border-right: #0c87b5 1px solid } .borderBottomOceanDark { border-bottom: #0c87b5 1px solid } .borderLeftOceanDark { border-left: #0c87b5 1px solid } .borderLateralOceanDark { border-top: #0c87b5 1px solid; border-bottom: #0c87b5 1px solid } .borderGutterOceanDark { border-right: #0c87b5 1px solid; border-left: #0c87b5 1px solid } .borderVibrantYellow { border: #fedd04 1px solid } .borderTopVibrantYellow { border-top: #fedd04 1px solid } .borderRightVibrantYellow { border-right: #fedd04 1px solid } .borderBottomVibrantYellow { border-bottom: #fedd04 1px solid } .borderLeftVibrantYellow { border-left: #fedd04 1px solid } .borderLateralVibrantYellow { border-top: #fedd04 1px solid; border-bottom: #fedd04 1px solid } .borderGutterVibrantYellow { border-right: #fedd04 1px solid; border-left: #fedd04 1px solid } .borderVibrantYellowLight { border: #fee32e 1px solid } .borderTopVibrantYellowLight { border-top: #fee32e 1px solid } .borderRightVibrantYellowLight { border-right: #fee32e 1px solid } .borderBottomVibrantYellowLight { border-bottom: #fee32e 1px solid } .borderLeftVibrantYellowLight { border-left: #fee32e 1px solid } .borderLateralVibrantYellowLight { border-top: #fee32e 1px solid; border-bottom: #fee32e 1px solid } .borderGutterVibrantYellowLight { border-right: #fee32e 1px solid; border-left: #fee32e 1px solid } .borderVibrantYellowDark { border: #f2d40d 1px solid } .borderTopVibrantYellowDark { border-top: #f2d40d 1px solid } .borderRightVibrantYellowDark { border-right: #f2d40d 1px solid } .borderBottomVibrantYellowDark { border-bottom: #f2d40d 1px solid } .borderLeftVibrantYellowDark { border-left: #f2d40d 1px solid } .borderLateralVibrantYellowDark { border-top: #f2d40d 1px solid; border-bottom: #f2d40d 1px solid } .borderGutterVibrantYellowDark { border-right: #f2d40d 1px solid; border-left: #f2d40d 1px solid } .borderPoppy { border: #f2672e 1px solid } .borderTopPoppy { border-top: #f2672e 1px solid } .borderRightPoppy { border-right: #f2672e 1px solid } .borderBottomPoppy { border-bottom: #f2672e 1px solid } .borderLeftPoppy { border-left: #f2672e 1px solid } .borderLateralPoppy { border-top: #f2672e 1px solid; border-bottom: #f2672e 1px solid } .borderGutterPoppy { border-right: #f2672e 1px solid; border-left: #f2672e 1px solid } .borderPoppyLight { border: #fb743c 1px solid } .borderTopPoppyLight { border-top: #fb743c 1px solid } .borderRightPoppyLight { border-right: #fb743c 1px solid } .borderBottomPoppyLight { border-bottom: #fb743c 1px solid } .borderLeftPoppyLight { border-left: #fb743c 1px solid } .borderLateralPoppyLight { border-top: #fb743c 1px solid; border-bottom: #fb743c 1px solid } .borderGutterPoppyLight { border-right: #fb743c 1px solid; border-left: #fb743c 1px solid } .borderPoppyDark { border: #e25b24 1px solid } .borderTopPoppyDark { border-top: #e25b24 1px solid } .borderRightPoppyDark { border-right: #e25b24 1px solid } .borderBottomPoppyDark { border-bottom: #e25b24 1px solid } .borderLeftPoppyDark { border-left: #e25b24 1px solid } .borderLateralPoppyDark { border-top: #e25b24 1px solid; border-bottom: #e25b24 1px solid } .borderGutterPoppyDark { border-right: #e25b24 1px solid; border-left: #e25b24 1px solid } .borderDashedWhite { border: #ffffff 1px dashed } .borderDashedTopWhite { border-top: #ffffff 1px dashed } .borderDashedRightWhite { border-right: #ffffff 1px dashed } .borderDashedBottomWhite { border-bottom: #ffffff 1px dashed } .borderDashedLeftWhite { border-left: #ffffff 1px dashed } .borderDashedLateralWhite { border-top: #ffffff 1px dashed; border-bottom: #ffffff 1px dashed } .borderDashedGutterWhite { border-right: #ffffff 1px dashed; border-left: #ffffff 1px dashed } .borderDashedBlack { border: #000000 1px dashed } .borderDashedTopBlack { border-top: #000000 1px dashed } .borderDashedRightBlack { border-right: #000000 1px dashed } .borderDashedBottomBlack { border-bottom: #000000 1px dashed } .borderDashedLeftBlack { border-left: #000000 1px dashed } .borderDashedLateralBlack { border-top: #000000 1px dashed; border-bottom: #000000 1px dashed } .borderDashedGutterBlack { border-right: #000000 1px dashed; border-left: #000000 1px dashed } .borderDashedBlack1 { border: #111111 1px dashed } .borderDashedTopBlack1 { border-top: #111111 1px dashed } .borderDashedRightBlack1 { border-right: #111111 1px dashed } .borderDashedBottomBlack1 { border-bottom: #111111 1px dashed } .borderDashedLeftBlack1 { border-left: #111111 1px dashed } .borderDashedLateralBlack1 { border-top: #111111 1px dashed; border-bottom: #111111 1px dashed } .borderDashedGutterBlack1 { border-right: #111111 1px dashed; border-left: #111111 1px dashed } .borderDashedBlack2 { border: #222222 1px dashed } .borderDashedTopBlack2 { border-top: #222222 1px dashed } .borderDashedRightBlack2 { border-right: #222222 1px dashed } .borderDashedBottomBlack2 { border-bottom: #222222 1px dashed } .borderDashedLeftBlack2 { border-left: #222222 1px dashed } .borderDashedLateralBlack2 { border-top: #222222 1px dashed; border-bottom: #222222 1px dashed } .borderDashedGutterBlack2 { border-right: #222222 1px dashed; border-left: #222222 1px dashed } .borderDashedBlack3 { border: #333333 1px dashed } .borderDashedTopBlack3 { border-top: #333333 1px dashed } .borderDashedRightBlack3 { border-right: #333333 1px dashed } .borderDashedBottomBlack3 { border-bottom: #333333 1px dashed } .borderDashedLeftBlack3 { border-left: #333333 1px dashed } .borderDashedLateralBlack3 { border-top: #333333 1px dashed; border-bottom: #333333 1px dashed } .borderDashedGutterBlack3 { border-right: #333333 1px dashed; border-left: #333333 1px dashed } .borderDashedBlack4 { border: #444444 1px dashed } .borderDashedTopBlack4 { border-top: #444444 1px dashed } .borderDashedRightBlack4 { border-right: #444444 1px dashed } .borderDashedBottomBlack4 { border-bottom: #444444 1px dashed } .borderDashedLeftBlack4 { border-left: #444444 1px dashed } .borderDashedLateralBlack4 { border-top: #444444 1px dashed; border-bottom: #444444 1px dashed } .borderDashedGutterBlack4 { border-right: #444444 1px dashed; border-left: #444444 1px dashed } .borderDashedBlack5 { border: #555555 } .borderDashedTopBlack5 { border-top: #555555 1px dashed } .borderDashedRightBlack5 { border-right: #555555 1px dashed } .borderDashedBottomBlack5 { border-bottom: #555555 1px dashed } .borderDashedLeftBlack5 { border-left: #555555 1px dashed } .borderDashedLateralBlack5 { border-top: #555555 1px dashed; border-bottom: #555555 1px dashed } .borderDashedGutterBlack5 { border-right: #555555 1px dashed; border-left: #555555 1px dashed } .borderDashedGrey1,.borderDashedGray1 { border: #666666 1px dashed } .borderDashedTopGrey1,.borderDashedTopGray1 { border-top: #666666 1px dashed } .borderDashedRightGrey1,.borderDashedRightGray1 { border-right: #666666 1px dashed } .borderDashedBottomGrey1,.borderDashedBottomGray1 { border-bottom: #666666 1px dashed } .borderDashedLeftGrey1,.borderDashedLeftGray1 { border-left: #666666 1px dashed } .borderDashedLateralGrey1,.borderDashedLateralGray1 { border-top: #666666 1px dashed; border-bottom: #666666 1px dashed } .borderDashedGutterGrey1,.borderDashedGutterGray1 { border-right: #666666 1px dashed; border-left: #666666 1px dashed } .borderDashedGrey2,.borderDashedGray2 { border: #777777 1px dashed } .borderDashedTopGrey2,.borderDashedTopGray2 { border-top: #777777 1px dashed } .borderDashedRightGrey2,.borderDashedRightGray2 { border-right: #777777 1px dashed } .borderDashedBottomGrey2,.borderDashedBottomGray2 { border-bottom: #777777 1px dashed } .borderDashedLeftGrey2,.borderDashedLeftGray2 { border-left: #777777 1px dashed } .borderDashedLateralGrey2,.borderDashedLateralGray2 { border-top: #777777 1px dashed; border-bottom: #777777 1px dashed } .borderDashedGutterGrey2,.borderDashedGutterGray2 { border-right: #777777 1px dashed; border-left: #777777 1px dashed } .borderDashedGrey3,.borderDashedGray3 { border: #888888 1px dashed } .borderDashedTopGrey3,.borderDashedTopGray3 { border-top: #888888 1px dashed } .borderDashedRightGrey3,.borderDashedRightGray3 { border-right: #888888 1px dashed } .borderDashedBottomGrey3,.borderDashedBottomGray3 { border-bottom: #888888 1px dashed } .borderDashedLeftGrey3,.borderDashedLeftGray3 { border-left: #888888 1px dashed } .borderDashedLateralGrey3,.borderDashedLateralGray3 { border-top: #888888 1px dashed; border-bottom: #888888 1px dashed } .borderDashedGutterGrey3,.borderDashedGutterGray3 { border-right: #888888 1px dashed; border-left: #888888 1px dashed } .borderDashedGrey4,.borderDashedGray4 { border: #999999 1px dashed } .borderDashedTopGrey4,.borderDashedTopGray4 { border-top: #999999 1px dashed } .borderDashedRightGrey4,.borderDashedRightGray4 { border-right: #999999 1px dashed } .borderDashedBottomGrey4,.borderDashedBottomGray4 { border-bottom: #999999 1px dashed } .borderDashedLeftGrey4,.borderDashedLeftGray4 { border-left: #999999 1px dashed } .borderDashedLateralGrey4,.borderDashedLateralGray4 { border-top: #999999 1px dashed; border-bottom: #999999 1px dashed } .borderDashedGutterGrey4,.borderDashedGutterGray4 { border-right: #999999 1px dashed; border-left: #999999 1px dashed } .borderDashedGrey5,.borderDashedGray5 { border: #aaaaaa 1px dashed } .borderDashedTopGrey5,.borderDashedTopGray5 { border-top: #aaaaaa 1px dashed } .borderDashedRightGrey5,.borderDashedRightGray5 { border-right: #aaaaaa 1px dashed } .borderDashedBottomGrey5,.borderDashedBottomGray5 { border-bottom: #aaaaaa 1px dashed } .borderDashedLeftGrey5,.borderDashedLeftGray5 { border-left: #aaaaaa 1px dashed } .borderDashedLateralGrey5,.borderDashedLateralGray5 { border-top: #aaaaaa 1px dashed; border-bottom: #aaaaaa 1px dashed } .borderDashedGutterGrey5,.borderDashedGutterGray5 { border-right: #aaaaaa 1px dashed; border-left: #aaaaaa 1px dashed } .borderDashedGrey6,.borderDashedGray6 { border: #bbbbbb 1px dashed } .borderDashedTopGrey6,.borderDashedTopGray6 { border-top: #bbbbbb 1px dashed } .borderDashedRightGrey6,.borderDashedRightGray6 { border-right: #bbbbbb 1px dashed } .borderDashedBottomGrey6,.borderDashedBottomGray6 { border-bottom: #bbbbbb 1px dashed } .borderDashedLeftGrey6,.borderDashedLeftGray6 { border-left: #bbbbbb 1px dashed } .borderDashedLateralGrey6,.borderDashedLateralGray6 { border-top: #bbbbbb 1px dashed; border-bottom: #bbbbbb 1px dashed } .borderDashedGutterGrey6,.borderDashedGutterGray6 { border-right: #bbbbbb 1px dashed; border-left: #bbbbbb 1px dashed } .borderDashedGrey7,.borderDashedGray7 { border: #cccccc 1px dashed } .borderDashedTopGrey7,.borderDashedTopGray7 { border-top: #cccccc 1px dashed } .borderDashedRightGrey7,.borderDashedRightGray7 { border-right: #cccccc 1px dashed } .borderDashedBottomGrey7,.borderDashedBottomGray7 { border-bottom: #cccccc 1px dashed } .borderDashedLeftGrey7,.borderDashedLeftGray7 { border-left: #cccccc 1px dashed } .borderDashedLateralGrey7,.borderDashedLateralGray7 { border-top: #cccccc 1px dashed; border-bottom: #cccccc 1px dashed } .borderDashedGutterGrey7,.borderDashedGutterGray7 { border-right: #cccccc 1px dashed; border-left: #cccccc 1px dashed } .borderDashedGrey8,.borderDashedGray8 { border: #dddddd 1px dashed } .borderDashedTopGrey8,.borderDashedTopGray8 { border-top: #dddddd 1px dashed } .bordeRightGrey8,.borderDashedRightGray8 { border-right: #dddddd 1px dashed } .borderDashedBottomGrey8,.borderDashedBottomGray8 { border-bottom: #dddddd 1px dashed } .borderDashedLeftGrey8,.borderDashedLeftGray8 { border-left: #dddddd 1px dashed } .borderDashedLateralGrey8,.borderDashedLateralGray8 { border-top: #dddddd 1px dashed; border-bottom: #dddddd 1px dashed } .borderDashedGutterGrey8,.borderDashedGutterGray8 { border-right: #dddddd 1px dashed; border-left: #dddddd 1px dashed } .borderDashedGrey9,.borderDashedGray9 { border: #eeeeee 1px dashed } .borderDashedTopGrey9,.borderDashedTopGray9 { border-top: #eeeeee 1px dashed } .borderDashedRightGrey9,.borderDashedRightGray9 { border-right: #eeeeee 1px dashed } .borderDashedBottomGrey9,.borderDashedBottomGray9 { border-bottom: #eeeeee 1px dashed } .borderDashedLeftGrey9,.borderDashedLeftGray9 { border-left: #eeeeee 1px dashed } .borderDashedLateralGrey9,.borderDashedLateralGray9 { border-top: #eeeeee 1px dashed; border-bottom: #eeeeee 1px dashed } .borderDashedGutterGrey9,.borderDashedGutterGray9 { border-right: #eeeeee 1px dashed; border-left: #eeeeee 1px dashed } .borderDashedRed { border: #ff0000 1px dashed } .borderDashedTopRed { border-top: #ff0000 1px dashed } .borderDashedRightRed { border-right: #ff0000 1px dashed } .borderDashedBottomRed { border-bottom: #ff0000 1px dashed } .borderDashedLeftRed { border-left: #ff0000 1px dashed } .borderDashedLateralRed { border-top: #ff0000 1px dashed; border-bottom: #ff0000 1px dashed } .borderDashedGutterRed { border-right: #ff0000 1px dashed; border-left: #ff0000 1px dashed } .borderDashedRedLight { border: #ff6666 1px dashed } .borderDashedTopRedLight { border-top: #ff6666 1px dashed } .borderDashedRightRedLight { border-right: #ff6666 1px dashed } .borderDashedBottomRedLight { border-bottom: #ff6666 1px dashed } .borderDashedLeftRedLight { border-left: #ff6666 1px dashed } .borderDashedLateralRedLight { border-top: #ff6666 1px dashed; border-bottom: #ff6666 1px dashed } .borderDashedGutterRedLight { border-right: #ff6666 1px dashed; border-left: #ff6666 1px dashed } .borderDashedRedDark { border: #cc0000 1px dashed } .borderDashedTopRedDark { border-top: #cc0000 1px dashed } .borderDashedRightRedDark { border-right: #cc0000 1px dashed } .borderDashedBottomRedDark { border-bottom: #cc0000 1px dashed } .borderDashedLeftRedDark { border-left: #cc0000 1px dashed } .borderDashedLateralRedDark { border-top: #cc0000 1px dashed; border-bottom: #cc0000 1px dashed } .borderDashedGutterRedDark { border-right: #cc0000 1px dashed; border-left: #cc0000 1px dashed } .borderDashedOrange { border: #ff6a00 1px dashed } .borderDashedTopOrange { border-top: #ff6a00 1px dashed } .borderDashedRightOrange { border-right: #ff6a00 1px dashed } .borderDashedBottomOrange { border-bottom: #ff6a00 1px dashed } .borderDashedLeftOrange { border-left: #ff6a00 1px dashed } .borderDashedLateralOrange { border-top: #ff6a00 1px dashed; border-bottom: #ff6a00 1px dashed } .borderDashedGutterOrange { border-right: #ff6a00 1px dashed; border-left: #ff6a00 1px dashed } .borderDashedOrangeLight { border: #ff9933 1px dashed } .borderDashedTopOrangeLight { border-top: #ff9933 1px dashed } .borderDashedRightOrangeLight { border-right: #ff9933 1px dashed } .borderDashedBottomOrangeLight { border-bottom: #ff9933 1px dashed } .borderDashedLeftOrangeLight { border-left: #ff9933 1px dashed } .borderDashedLateralOrangeLight { border-top: #ff9933 1px dashed; border-bottom: #ff9933 1px dashed } .borderDashedGutterOrangeLight { border-right: #ff9933 1px dashed; border-left: #ff9933 1px dashed } .borderDashedOrangeDark { border: #ff4e00 1px dashed } .borderDashedTopOrangeDark { border-top: #ff4e00 1px dashed } .borderDashedRightOrangeDark { border-right: #ff4e00 1px dashed } .borderDashedBottomOrangeDark { border-bottom: #ff4e00 1px dashed } .borderDashedLeftOrangeDark { border-left: #ff4e00 1px dashed } .borderDashedLateralOrangeDark { border-top: #ff4e00 1px dashed; border-bottom: #ff4e00 1px dashed } .borderDashedGutterOrangeDark { border-right: #ff4e00 1px dashed; border-left: #ff4e00 1px dashed } .borderDashedYellow { border: #ffff00 1px dashed } .borderDashedTopYellow { border-top: #ffff00 1px dashed } .borderDashedRightYellow { border-right: #ffff00 1px dashed } .borderDashedBottomYellow { border-bottom: #ffff00 1px dashed } .borderDashedLeftYellow { border-left: #ffff00 1px dashed } .borderDashedLateralYellow { border-top: #ffff00 1px dashed; border-bottom: #ffff00 1px dashed } .borderDashedGutterYellow { border-right: #ffff00 1px dashed; border-left: #ffff00 1px dashed } .borderDashedYellowLight { border: #ffff99 1px dashed } .borderDashedTopYellowLight { border-top: #ffff99 1px dashed } .borderDashedRightYellowLight { border-right: #ffff99 1px dashed } .borderDashedBottomYellowLight { border-bottom: #ffff99 1px dashed } .borderDashedLeftYellowLight { border-left: #ffff99 1px dashed } .borderDashedLateralYellowLight { border-top: #ffff99 1px dashed; border-bottom: #ffff99 1px dashed } .borderDashedGutterYellowLight { border-right: #ffff99 1px dashed; border-left: #ffff99 1px dashed } .borderDashedYellowDark { border: #ffd800 1px dashed } .borderDashedTopYellowDark { border-top: #ffd800 1px dashed } .borderDashedRightYellowDark { border-right: #ffd800 1px dashed } .borderDashedBottomYellowDark { border-bottom: #ffd800 1px dashed } .borderDashedLeftYellowDark { border-left: #ffd800 1px dashed } .borderDashedLateralYellowDark { border-top: #ffd800 1px dashed; border-bottom: #ffd800 1px dashed } .borderDashedGutterYellowDark { border-right: #ffd800 1px dashed; border-left: #ffd800 1px dashed } .borderDashedGreen { border: #2bc93f 1px dashed } .borderDashedTopGreen { border-bottom: #2bc93f 1px dashed } .borderDashedRightGreen { border-right: #2bc93f 1px dashed } .borderDashedBottomGreen { border-bottom: #2bc93f 1px dashed } .borderDashedLeftGreen { border-left: #2bc93f 1px dashed } .borderDashedLateralGreen { border-top: #2bc93f 1px dashed; border-bottom: #2bc93f 1px dashed } .borderDashedGutterGreen { border-right: #2bc93f 1px dashed; border-left: #2bc93f 1px dashed } .borderDashedGreenLight { border: #3edb52 1px dashed } .borderDashedTopGreenLight { border-top: #3edb52 1px dashed } .borderDashedRightGreenLight { border-right: #3edb52 1px dashed } .borderDashedBottomGreenLight { border-bottom: #3edb52 1px dashed } .borderDashedLeftGreenLight { border-left: #3edb52 1px dashed } .borderDashedLateralGreenLight { border-top: #3edb52 1px dashed; border-bottom: #3edb52 1px dashed } .borderDashedGutterGreenLight { border-right: #3edb52 1px dashed; border-left: #3edb52 1px dashed } .borderDashedGreenDark { border: #32b042 1px dashed } .borderDashedTopGreenDark { border-top: #32b042 1px dashed } .borderDashedRightGreenDark { border-right: #32b042 1px dashed } .borderDashedBottomGreenDark { border-bottom: #32b042 1px dashed } .borderDashedLeftGreenDark { border-left: #32b042 1px dashed } .borderDashedLateralGreenDark { border-top: #32b042 1px dashed; border-bottom: #32b042 1px dashed } .borderDashedGutterGreenDark { border-right: #32b042 1px dashed; border-left: #32b042 1px dashed } .borderDashedBlue { border: #0094ff 1px dashed } .borderDashedTopBlue { border-top: #0094ff 1px dashed } .borderDashedRightBlue { border-right: #0094ff 1px dashed } .borderDashedBottomBlue { border-bottom: #0094ff 1px dashed } .borderDashedLeftBlue { border-left: #0094ff 1px dashed } .borderDashedLateralBlue { border-top: #0094ff 1px dashed; border-bottom: #0094ff 1px dashed } .borderDashedGutterBlue { border-right: #0094ff 1px dashed; border-left: #0094ff 1px dashed } .borderDashedBlueLight { border: #3cadfe 1px dashed } .borderDashedTopBlueLight { border-top: #3cadfe 1px dashed } .borderDashedRightBlueLight { border-right: #3cadfe 1px dashed } .borderDashedBottomBlueLight { border-bottom: #3cadfe 1px dashed } .borderDashedLeftBlueLight { border-left: #3cadfe 1px dashed } .borderDashedLateralBlueLight { border-top: #3cadfe 1px dashed; border-bottom: #3cadfe 1px dashed } .borderDashedGutterBlueLight { border-right: #3cadfe 1px dashed; border-left: #3cadfe 1px dashed } .borderDashedBlueDark { border: #0078c9 1px dashed } .borderDashedTopBlueDark { border-top: #0078c9 1px dashed } .borderDashedRightBlueDark { border-right: #0078c9 1px dashed } .borderDashedBottomBlueDark { border-bottom: #0078c9 1px dashed } .borderDashedLeftBlueDark { border-left: #0078c9 1px dashed } .borderDashedLateralBlueDark { border-top: #0078c9 1px dashed; border-bottom: #0078c9 1px dashed } .borderDashedGutterBlueDark { border-right: #0078c9 1px dashed; border-left: #0078c9 1px dashed } .borderDashedPink { border: #ff4895 1px dashed } .borderDashedTopPink { border-top: #ff4895 1px dashed } .borderDashedRightPink { border-right: #ff4895 1px dashed } .borderDashedBottomPink { border-bottom: #ff4895 1px dashed } .borderDashedLeftPink { border-left: #ff4895 1px dashed } .borderDashedLateralPink { border-top: #ff4895 1px dashed; border-bottom: #ff4895 1px dashed } .borderDashedGutterPink { border-right: #ff4895 1px dashed; border-left: #ff4895 1px dashed } .borderDashedPinkLight { border: #fc7cb3 1px dashed } .borderDashedTopPinkLight { border-top: #fc7cb3 1px dashed } .borderDashedRightPinkLight { border-right: #fc7cb3 1px dashed } .borderDashedBottomPinkLight { border-bottom: #fc7cb3 1px dashed } .borderDashedLeftPinkLight { border-left: #fc7cb3 1px dashed } .borderDashedLateralPinkLight { border-top: #fc7cb3 1px dashed; border-bottom: #fc7cb3 1px dashed } .borderDashedGutterPinkLight { border-right: #fc7cb3 1px dashed; border-left: #fc7cb3 1px dashed } .borderDashedPinkDark { border: #e81e75 1px dashed } .borderDashedTopPinkDark { border-top: #e81e75 1px dashed } .borderDashedRightPinkDark { border-right: #e81e75 1px dashed } .borderDashedBottomPinkDark { border-bottom: #e81e75 1px dashed } .borderDashedLeftPinkDark { border-left: #e81e75 1px dashed } .borderDashedLateralPinkDark { border-top: #e81e75 1px dashed; border-bottom: #e81e75 1px dashed } .borderDashedGutterPinkDark { border-right: #e81e75 1px dashed; border-left: #e81e75 1px dashed } .borderDashedPurple { border: #ad67da 1px dashed } .borderDashedTopPurple { border-top: #ad67da 1px dashed } .borderDashedRightPurple { border-right: #ad67da 1px dashed } .borderDashedBottomPurple { border-bottom: #ad67da 1px dashed } .borderDashedLeftPurple { border-left: #ad67da 1px dashed } .borderDashedLateralPurple { border-top: #ad67da 1px dashed; border-bottom: #ad67da 1px dashed } .borderDashedGutterPurple { border-right: #ad67da 1px dashed; border-left: #ad67da 1px dashed } .borderDashedPurpleLight { border: #c78cda 1px dashed } .borderDashedTopPurpleLight { border-top: #c78cda 1px dashed } .borderDashedRightPurpleLight { border-right: #c78cda 1px dashed } .borderDashedBottomPurpleLight { border-bottom: #c78cda 1px dashed } .borderDashedLeftPurpleLight { border-left: #c78cda 1px dashed } .borderDashedLateralPurpleLight { border-top: #c78cda 1px dashed; border-bottom: #c78cda 1px dashed } .borderDashedGutterPurpleLight { border-right: #c78cda 1px dashed; border-left: #c78cda 1px dashed } .borderDashedPurpleDark { border: #8937b9 1px dashed } .borderDashedTopPurpleDark { border-top: #8937b9 1px dashed } .borderDashedRightPurpleDark { border-right: #8937b9 1px dashed } .borderDashedBottomPurpleDark { border-bottom: #8937b9 1px dashed } .borderDashedLeftPurpleDark { border-left: #8937b9 1px dashed } .borderDashedLateralPurpleDark { border-top: #8937b9 1px dashed; border-bottom: #8937b9 1px dashed } .borderDashedGutterPurpleDark { border-right: #8937b9 1px dashed; border-left: #8937b9 1px dashed } .borderDashedGrenadine { border: #de413a 1px dashed } .borderDashedTopGrenadine { border-top: #de413a 1px dashed } .borderDashedRightGrenadine { border-right: #de413a 1px dashed } .borderDashedBottomGrenadine { border-bottom: #de413a 1px dashed } .borderDashedLeftGrenadine { border-left: #de413a 1px dashed } .borderDashedLateralGrenadine { border-top: #de413a 1px dashed; border-bottom: #de413a 1px dashed } .borderDashedGutterGrenadine { border-right: #de413a 1px dashed; border-left: #de413a 1px dashed } .borderDashedGrenadineLight { border: #fd4239 1px dashed } .borderDashedTopGrenadineLight { border-top: #fd4239 1px dashed } .borderDashedRightGrenadineLight { border-right: #fd4239 1px dashed } .borderDashedBottomGrenadineLight { border-bottom: #fd4239 1px dashed } .borderDashedLeftGrenadineLight { border-left: #fd4239 1px dashed } .borderDashedLateralGrenadineLight { border-top: #fd4239 1px dashed; border-bottom: #fd4239 1px dashed } .borderDashedGutterGrenadineLight { border-right: #fd4239 1px dashed; border-left: #fd4239 1px dashed } .borderDashedGrenadineDark { border: #c13832 1px dashed } .borderDashedTopGrenadineDark { border-top: #c13832 1px dashed } .borderDashedRightGrenadineDark { border-right: #c13832 1px dashed } .borderDashedBottomGrenadineDark { border-bottom: #c13832 1px dashed } .borderDashedLeftGrenadineDark { border-left: #c13832 1px dashed } .borderDashedLateralGrenadineDark { border-top: #c13832 1px dashed; border-bottom: #c13832 1px dashed } .borderDashedGutterGrenadineDark { border-right: #c13832 1px dashed; border-left: #c13832 1px dashed } .borderDashedPort { border: #5b2c36 1px dashed } .borderDashedTopPort { border-top: #5b2c36 1px dashed } .borderDashedRightPort { border-right: #5b2c36 1px dashed } .borderDashedBottomPort { border-bottom: #5b2c36 1px dashed } .borderDashedLeftPort { border-left: #5b2c36 1px dashed } .borderDashedLateralPort { border-top: #5b2c36 1px dashed; border-bottom: #5b2c36 1px dashed } .borderDashedGutterPort { border-right: #5b2c36 1px dashed; border-left: #5b2c36 1px dashed } .borderDashedPortLight { border: #7f414e 1px dashed } .borderDashedTopPortLight { border-top: #7f414e 1px dashed } .borderDashedRightPortLight { border-right: #7f414e 1px dashed } .borderDashedBottomPortLight { border-bottom: #7f414e 1px dashed } .borderDashedLeftPortLight { border-left: #7f414e 1px dashed } .borderDashedLateralPortLight { border-top: #7f414e 1px dashed; border-bottom: #7f414e 1px dashed } .borderDashedGutterPortLight { border-right: #7f414e 1px dashed; border-left: #7f414e 1px dashed } .borderDashedPortDark { border: #4a1c25 1px dashed } .borderDashedTopPortDark { border-top: #4a1c25 1px dashed } .borderDashedRightPortDark { border-right: #4a1c25 1px dashed } .borderDashedBottomPortDark { border-bottom: #4a1c25 1px dashed } .borderDashedLeftPortDark { border-left: #4a1c25 1px dashed } .borderDashedLateralPortDark { border-top: #4a1c25 1px dashed; border-bottom: #4a1c25 1px dashed } .borderDashedGutterPortDark { border-right: #4a1c25 1px dashed; border-left: #4a1c25 1px dashed } .borderDashedPrimrose { border: #edd4da 1px dashed } .borderDashedTopPrimrose { border-top: #edd4da 1px dashed } .borderDashedRightPrimrose { border-right: #edd4da 1px dashed } .borderDashedBottomPrimrose { border-bottom: #edd4da 1px dashed } .borderDashedLeftPrimrose { border-left: #edd4da 1px dashed } .borderDashedLateralPrimrose { border-top: #edd4da 1px dashed; border-bottom: #edd4da 1px dashed } .borderDashedGutterPrimrose { border-right: #edd4da 1px dashed; border-left: #edd4da 1px dashed } .borderDashedPrimroseLight { border: #fde3e9 1px dashed } .borderDashedTopPrimroseLight { border-top: #fde3e9 1px dashed } .borderDashedRightPrimroseLight { border-right: #fde3e9 1px dashed } .borderDashedBottomPrimroseLight { border-bottom: #fde3e9 1px dashed } .borderDashedLeftPrimroseLight { border-left: #fde3e9 1px dashed } .borderDashedLateralPrimroseLight { border-top: #fde3e9 1px dashed; border-bottom: #fde3e9 1px dashed } .borderDashedGutterPrimroseLight { border-right: #fde3e9 1px dashed; border-left: #fde3e9 1px dashed } .borderDashedPrimroseDark { border: #dfbdc5 1px dashed } .borderDashedTopPrimroseDark { border-top: #dfbdc5 1px dashed } .borderDashedRightPrimroseDark { border-right: #dfbdc5 1px dashed } .borderDashedBottomPrimroseDark { border-bottom: #dfbdc5 1px dashed } .borderDashedLeftPrimroseDark { border-left: #dfbdc5 1px dashed } .borderDashedLateralPrimroseDark { border-top: #dfbdc5 1px dashed; border-bottom: #dfbdc5 1px dashed } .borderDashedGutterPrimroseDark { border-right: #dfbdc5 1px dashed; border-left: #dfbdc5 1px dashed } .borderDashedButterum { border: #c58f69 1px dashed } .borderDashedTopButterum { border-top: #c58f69 1px dashed } .borderDashedRightButterum { border-right: #c58f69 1px dashed } .borderDashedBottomButterum { border-bottom: #c58f69 1px dashed } .borderDashedLeftButterum { border-left: #c58f69 1px dashed } .borderDashedLateralButterum { border-top: #c58f69 1px dashed; border-bottom: #c58f69 1px dashed } .borderDashedGutterButterum { border-right: #c58f69 1px dashed; border-left: #c58f69 1px dashed } .borderDashedButterumLight { border: #e4aa81 1px dashed } .borderDashedTopButterumLight { border-top: #e4aa81 1px dashed } .borderDashedRightButterumLight { border-right: #e4aa81 1px dashed } .borderDashedBottomButterumLight { border-bottom: #e4aa81 1px dashed } .borderDashedLeftButterumLight { border-left: #e4aa81 1px dashed } .borderDashedLateralButterumLight { border-top: #e4aa81 1px dashed; border-bottom: #e4aa81 1px dashed } .borderDashedGutterButterumLight { border-right: #e4aa81 1px dashed; border-left: #e4aa81 1px dashed } .borderDashedButterumDark { border: #ab7752 1px dashed } .borderDashedTopButterumDark { border-top: #ab7752 1px dashed } .borderDashedRightButterumDark { border-right: #ab7752 1px dashed } .borderDashedBottomButterumDark { border-bottom: #ab7752 1px dashed } .borderDashedLeftButterumDark { border-left: #ab7752 1px dashed } .borderDashedLateralButterumDark { border-top: #ab7752 1px dashed; border-bottom: #ab7752 1px dashed } .borderDashedGutterButterumDark { border-right: #ab7752 1px dashed; border-left: #ab7752 1px dashed } .borderDashedNavy { border: #233b5d 1px dashed } .borderDashedTopNavy { border-top: #233b5d 1px dashed } .borderDashedRightNavy { border-right: #233b5d 1px dashed } .borderDashedBottomNavy { border-bottom: #233b5d 1px dashed } .borderDashedLeftNavy { border-left: #233b5d 1px dashed } .borderDashedLateralNavy { border-top: #233b5d 1px dashed; border-bottom: #233b5d 1px dashed } .borderDashedGutterNavy { border-right: #233b5d 1px dashed; border-left: #233b5d 1px dashed } .borderDashedNavyLight { border: #2e4a71 1px dashed } .borderDashedTopNavyLight { border-top: #2e4a71 1px dashed } .borderDashedRightNavyLight { border-right: #2e4a71 1px dashed } .borderDashedBottomNavyLight { border-bottom: #2e4a71 1px dashed } .borderDashedLeftNavyLight { border-left: #2e4a71 1px dashed } .borderDashedLateralNavyLight { border-top: #2e4a71 1px dashed; border-bottom: #2e4a71 1px dashed } .borderDashedGutterNavyLight { border-right: #2e4a71 1px dashed; border-left: #2e4a71 1px dashed } .borderDashedNavyDark { border: #142741 1px dashed } .borderDashedTopNavyDark { border-top: #142741 1px dashed } .borderDashedRightNavyDark { border-right: #142741 1px dashed } .borderDashedBottomNavyDark { border-bottom: #142741 1px dashed } .borderDashedLeftNavyDark { border-left: #142741 1px dashed } .borderDashedLateralNavyDark { border-top: #142741 1px dashed; border-bottom: #142741 1px dashed } .borderDashedGutterNavyDark { border-right: #142741 1px dashed; border-left: #142741 1px dashed } .borderDashedSpruce { border: #09585d 1px dashed } .borderDashedTopSpruce { border-top: #09585d 1px dashed } .borderDashedRightSpruce { border-right: #09585d 1px dashed } .borderDashedBottomSpruce { border-bottom: #09585d 1px dashed } .borderDashedLeftSpruce { border-left: #09585d 1px dashed } .borderDashedLateralSpruce { border-top: #09585d 1px dashed; border-bottom: #09585d 1px dashed } .borderDashedGutterSpruce { border-right: #09585d 1px dashed; border-left: #09585d 1px dashed } .borderDashedSpruceLight { border: #10676d 1px dashed } .borderDashedTopSpruceLight { border-top: #10676d 1px dashed } .borderDashedRightSpruceLight { border-right: #10676d 1px dashed } .borderDashedBottomSpruceLight { border-bottom: #10676d 1px dashed } .borderDashedLeftSpruceLight { border-left: #10676d 1px dashed } .borderDashedLateralSpruceLight { border-top: #10676d 1px dashed; border-bottom: #10676d 1px dashed } .borderDashedGutterSpruceLight { border-right: #10676d 1px dashed; border-left: #10676d 1px dashed } .borderDashedSpruceDark { border: #03474b 1px dashed } .borderDashedTopSpruceDark { border-top: #03474b 1px dashed } .borderDashedRightSpruceDark { border-right: #03474b 1px dashed } .borderDashedBottomSpruceDark { border-bottom: #03474b 1px dashed } .borderDashedLeftSpruceDark { border-left: #03474b 1px dashed } .borderDashedLateralSpruceDark { border-top: #03474b 1px dashed; border-bottom: #03474b 1px dashed } .borderDashedGutterSpruceDark { border-right: #03474b 1px dashed; border-left: #03474b 1px dashed } .borderDashedMaple { border: #c26225 1px dashed } .borderDashedTopMaple { border-top: #c26225 1px dashed } .borderDashedRightMaple { border-right: #c26225 1px dashed } .borderDashedBottomMaple { border-bottom: #c26225 1px dashed } .borderDashedLeftMaple { border-left: #c26225 1px dashed } .borderDashedLateralMaple { border-top: #c26225 1px dashed; border-bottom: #c26225 1px dashed } .borderDashedGutterMaple { border-right: #c26225 1px dashed; border-left: #c26225 1px dashed } .borderDashedMapleLight { border: #d97536 1px dashed } .borderDashedTopMapleLight { border-top: #d97536 1px dashed } .borderDashedRightMapleLight { border-right: #d97536 1px dashed } .borderDashedBottomMapleLight { border-bottom: #d97536 1px dashed } .borderDashedLeftMapleLight { border-left: #d97536 1px dashed } .borderDashedLateralMapleLight { border-top: #d97536 1px dashed; border-bottom: #d97536 1px dashed } .borderDashedGutterMapleLight { border-right: #d97536 1px dashed; border-left: #d97536 1px dashed } .borderDashedMapleDark { border: #b25317 1px dashed } .borderDashedTopMapleDark { border-top: #b25317 1px dashed } .borderDashedRightMapleDark { border-right: #b25317 1px dashed } .borderDashedBottomMapleDark { border-bottom: #b25317 1px dashed } .borderDashedLeftMapleDark { border-left: #b25317 1px dashed } .borderDashedLateralMapleDark { border-top: #b25317 1px dashed; border-bottom: #b25317 1px dashed } .borderDashedGutterMapleDark { border-right: #b25317 1px dashed; border-left: #b25317 1px dashed } .borderDashedToast { border: #ca997b 1px dashed } .borderDashedTopToast { border-top: #ca997b 1px dashed } .borderDashedRightToast { border-right: #ca997b 1px dashed } .borderDashedBottomToast { border-bottom: #ca997b 1px dashed } .borderDashedLeftToast { border-left: #ca997b 1px dashed } .borderDashedLateralToast { border-top: #ca997b 1px dashed; border-bottom: #ca997b 1px dashed } .borderDashedGutterToast { border-right: #ca997b 1px dashed; border-left: #ca997b 1px dashed } .borderDashedToastLight { border: #dcab8d 1px dashed } .borderDashedTopToastLight { border-top: #dcab8d 1px dashed } .borderDashedRightToastLight { border-right: #dcab8d 1px dashed } .borderDashedBottomToastLight { border-bottom: #dcab8d 1px dashed } .borderDashedLeftToastLight { border-left: #dcab8d 1px dashed } .borderDashedLateralToastLight { border-top: #dcab8d 1px dashed; border-bottom: #dcab8d 1px dashed } .borderDashedGutterToastLight { border-right: #dcab8d 1px dashed; border-left: #dcab8d 1px dashed } .borderDashedToastDark { border: #b58466 1px dashed } .borderDashedTopToastDark { border-top: #b58466 1px dashed } .borderDashedRightToastDark { border-right: #b58466 1px dashed } .borderDashedBottomToastDark { border-bottom: #b58466 1px dashed } .borderDashedLeftToastDark { border-left: #b58466 1px dashed } .borderDashedLateralToastDark { border-top: #b58466 1px dashed; border-bottom: #b58466 1px dashed } .borderDashedGutterToastDark { border-right: #b58466 1px dashed; border-left: #b58466 1px dashed } .borderDashedLilac { border: #774f8d 1px dashed } .borderDashedTopLilac { border-top: #774f8d 1px dashed } .borderDashedRightLilac { border-right: #774f8d 1px dashed } .borderDashedBottomLilac { border-bottom: #774f8d 1px dashed } .borderDashedLeftLilac { border-left: #774f8d 1px dashed } .borderDashedLateralLilac { border-top: #774f8d 1px dashed; border-bottom: #774f8d 1px dashed } .borderDashedGutterLilac { border-right: #774f8d 1px dashed; border-left: #774f8d 1px dashed } .borderDashedLilacLight { border: #8c61a4 1px dashed } .borderDashedTopLilacLight { border-top: #8c61a4 1px dashed } .borderDashedRightLilacLight { border-right: #8c61a4 1px dashed } .borderDashedBottomLilacLight { border-bottom: #8c61a4 1px dashed } .borderDashedLeftLilacLight { border-left: #8c61a4 1px dashed } .borderDashedLateralLilacLight { border-top: #8c61a4 1px dashed; border-bottom: #8c61a4 1px dashed } .borderDashedGutterLilacLight { border-right: #8c61a4 1px dashed; border-left: #8c61a4 1px dashed } .borderDashedLilacDark { border: #623d77 1px dashed } .borderDashedTopLilacDark { border-top: #623d77 1px dashed } .borderDashedRightLilacDark { border-right: #623d77 1px dashed } .borderDashedBottomLilacDark { border-bottom: #623d77 1px dashed } .borderDashedLeftLilacDark { border-left: #623d77 1px dashed } .borderDashedLateralLilacDark { border-top: #623d77 1px dashed; border-bottom: #623d77 1px dashed } .borderDashedGutterLilacDark { border-right: #623d77 1px dashed; border-left: #623d77 1px dashed } .borderDashedOtter { border: #806751 1px dashed } .borderDashedTopOtter { border-top: #806751 1px dashed } .borderDashedRightOtter { border-right: #806751 1px dashed } .borderDashedBottomOtter { border-bottom: #806751 1px dashed } .borderDashedLeftOtter { border-left: #806751 1px dashed } .borderDashedLateralOtter { border-top: #806751 1px dashed; border-bottom: #806751 1px dashed } .borderDashedGutterOtter { border-right: #806751 1px dashed; border-left: #806751 1px dashed } .borderDashedOtterLight { border: #977d65 1px dashed } .borderDashedTopOtterLight { border-top: #977d65 1px dashed } .borderDashedRightOtterLight { border-right: #977d65 1px dashed } .borderDashedBottomOtterLight { border-bottom: #977d65 1px dashed } .borderDashedLeftOtterLight { border-left: #977d65 1px dashed } .borderDashedLateralOtterLight { border-top: #977d65 1px dashed; border-bottom: #977d65 1px dashed } .borderDashedGutterOtterLight { border-right: #977d65 1px dashed; border-left: #977d65 1px dashed } .borderDashedOtterDark { border: #69513d 1px dashed } .borderDashedTopOtterDark { border-top: #69513d 1px dashed } .borderDashedRightOtterDark { border-right: #69513d 1px dashed } .borderDashedBottomOtterDark { border-bottom: #69513d 1px dashed } .borderDashedLeftOtterDark { border-left: #69513d 1px dashed } .borderDashedLateralOtterDark { border-top: #69513d 1px dashed; border-bottom: #69513d 1px dashed } .borderDashedGutterOtterDark { border-right: #69513d 1px dashed; border-left: #69513d 1px dashed } .borderDashedCurry { border: #cca234 1px dashed } .borderDashedTopCurry { border-top: #cca234 1px dashed } .borderDashedRightCurry { border-right: #cca234 1px dashed } .borderDashedBottomCurry { border-bottom: #cca234 1px dashed } .borderDashedLeftCurry { border-left: #cca234 1px dashed } .borderDashedLateralCurry { border-top: #cca234 1px dashed; border-bottom: #cca234 1px dashed } .borderDashedGutterCurry { border-right: #cca234 1px dashed; border-left: #cca234 1px dashed } .borderDashedCurryLight { border: #deb240 1px dashed } .borderDashedTopCurryLight { border-top: #deb240 1px dashed } .borderDashedRightCurryLight { border-right: #deb240 1px dashed } .borderDashedBottomCurryLight { border-bottom: #deb240 1px dashed } .borderDashedLeftCurryLight { border-left: #deb240 1px dashed } .borderDashedLateralCurryLight { border-top: #deb240 1px dashed; border-bottom: #deb240 1px dashed } .borderDashedGutterCurryLight { border-right: #deb240 1px dashed; border-left: #deb240 1px dashed } .borderDashedCurryDark { border: #b99026 1px dashed } .borderDashedTopCurryDark { border-top: #b99026 1px dashed } .borderDashedRightCurryDark { border-right: #b99026 1px dashed } .borderDashedBottomCurryDark { border-bottom: #b99026 1px dashed } .borderDashedLeftCurryDark { border-left: #b99026 1px dashed } .borderDashedLateralCurryDark { border-top: #b99026 1px dashed; border-bottom: #b99026 1px dashed } .borderDashedGutterCurryDark { border-right: #b99026 1px dashed; border-left: #b99026 1px dashed } .borderDashedGolden { border: #ae9749 1px dashed } .borderDashedTopGolden { border-top: #ae9749 1px dashed } .borderDashedRightGolden { border-right: #ae9749 1px dashed } .borderDashedBottomGolden { border-bottom: #ae9749 1px dashed } .borderDashedLeftGolden { border-left: #ae9749 1px dashed } .borderDashedLateralGolden { border-top: #ae9749 1px dashed; border-bottom: #ae9749 1px dashed } .borderDashedGutterGolden { border-right: #ae9749 1px dashed; border-left: #ae9749 1px dashed } .borderDashedGoldenLight { border: #bfa54d 1px dashed } .borderDashedTopGoldenLight { border-top: #bfa54d 1px dashed } .borderDashedRightGoldenLight { border-right: #bfa54d 1px dashed } .borderDashedBottomGoldenLight { border-bottom: #bfa54d 1px dashed } .borderDashedLeftGoldenLight { border-left: #bfa54d 1px dashed } .borderDashedLateralGoldenLight { border-top: #bfa54d 1px dashed; border-bottom: #bfa54d 1px dashed } .borderDashedGutterGoldenLight { border-right: #bfa54d 1px dashed; border-left: #bfa54d 1px dashed } .borderDashedGoldenDark { border: #a28a38 1px dashed } .borderDashedTopGoldenDark { border-top: #a28a38 1px dashed } .borderDashedRightGoldenDark { border-right: #a28a38 1px dashed } .borderDashedBottomGoldenDark { border-bottom: #a28a38 1px dashed } .borderDashedLeftGoldenDark { border-left: #a28a38 1px dashed } .borderDashedLateralGoldenDark { border-top: #a28a38 1px dashed; border-bottom: #a28a38 1px dashed } .borderDashedGutterGoldenDark { border-right: #a28a38 1px dashed; border-left: #a28a38 1px dashed } .borderDashedOlive { border: #cddc39 1px dashed } .borderDashedTopOlive { border-top: #cddc39 1px dashed } .borderDashedRightOlive { border-right: #cddc39 1px dashed } .borderDashedBottomOlive { border-bottom: #cddc39 1px dashed } .borderDashedLeftOlive { border-left: #cddc39 1px dashed } .borderDashedLateralOlive { border-top: #cddc39 1px dashed; border-bottom: #cddc39 1px dashed } .borderDashedGutterOlive { border-right: #cddc39 1px dashed; border-left: #cddc39 1px dashed } .borderDashedOliveLight { border: #daea41 1px dashed } .borderDashedTopOliveLight { border-top: #daea41 1px dashed } .borderDashedRightOliveLight { border-right: #daea41 1px dashed } .borderDashedBottomOliveLight { border-bottom: #daea41 1px dashed } .borderDashedLeftOliveLight { border-left: #daea41 1px dashed } .borderDashedLateralOliveLight { border-top: #daea41 1px dashed; border-bottom: #daea41 1px dashed } .borderDashedGutterOliveLight { border-right: #daea41 1px dashed; border-left: #daea41 1px dashed } .borderDashedOliveDark { border: #bac92b 1px dashed } .borderDashedTopOliveDark { border-top: #bac92b 1px dashed } .borderDashedRightOliveDark { border-right: #bac92b 1px dashed } .borderDashedBottomOliveDark { border-bottom: #bac92b 1px dashed } .borderDashedLeftOliveDark { border-left: #bac92b 1px dashed } .borderDashedLateralOliveDark { border-top: #bac92b 1px dashed; border-bottom: #bac92b 1px dashed } .borderDashedGutterOliveDark { border-right: #bac92b 1px dashed; border-left: #bac92b 1px dashed } .borderDashedBrown { border: #795547 1px dashed } .borderDashedTopBrown { border-top: #795547 1px dashed } .borderDashedRightBrown { border-right: #795547 1px dashed } .borderDashedBottomBrown { border-bottom: #795547 1px dashed } .borderDashedLeftBrown { border-left: #795547 1px dashed } .borderDashedLateralBrown { border-top: #795547 1px dashed; border-bottom: #795547 1px dashed } .borderDashedGutterBrown { border-right: #795547 1px dashed; border-left: #795547 1px dashed } .borderDashedBrownLight { border: #8c6556 1px dashed } .borderDashedTopBrownLight { border-top: #8c6556 1px dashed } .borderDashedRightBrownLight { border-right: #8c6556 1px dashed } .borderDashedBottomBrownLight { border-bottom: #8c6556 1px dashed } .borderDashedLeftBrownLight { border-left: #8c6556 1px dashed } .borderDashedLateralBrownLight { border-top: #8c6556 1px dashed; border-bottom: #8c6556 1px dashed } .borderDashedGutterBrownLight { border-right: #8c6556 1px dashed; border-left: #8c6556 1px dashed } .borderDashedBrownDark { border: #654235 1px dashed } .borderDashedTopBrownDark { border-top: #654235 1px dashed } .borderDashedRightBrownDark { border-right: #654235 1px dashed } .borderDashedBottomBrownDark { border-bottom: #654235 1px dashed } .borderDashedLeftBrownDark { border-left: #654235 1px dashed } .borderDashedLateralBrownDark { border-top: #654235 1px dashed; border-bottom: #654235 1px dashed } .borderDashedGutterBrownDark { border-right: #654235 1px dashed; border-left: #654235 1px dashed } .borderDashedApricot { border: #feb75f 1px dashed } .borderDashedTopApricot { border-top: #feb75f 1px dashed } .borderDashedRightApricot { border-right: #feb75f 1px dashed } .borderDashedBottomApricot { border-bottom: #feb75f 1px dashed } .borderDashedLeftApricot { border-left: #feb75f 1px dashed } .borderDashedLateralApricot { border-top: #feb75f 1px dashed; border-bottom: #feb75f 1px dashed } .borderDashedGutterApricot { border-right: #feb75f 1px dashed; border-left: #feb75f 1px dashed } .borderDashedApricotLight { border: #fdc47d 1px dashed } .borderDashedTopApricotLight { border-top: #fdc47d 1px dashed } .borderDashedRightApricotLight { border-right: #fdc47d 1px dashed } .borderDashedBottomApricotLight { border-bottom: #fdc47d 1px dashed } .borderDashedLeftApricotLight { border-left: #fdc47d 1px dashed } .borderDashedLateralApricotLight { border-top: #fdc47d 1px dashed; border-bottom: #fdc47d 1px dashed } .borderDashedGutterApricotLight { border-right: #fdc47d 1px dashed; border-left: #fdc47d 1px dashed } .borderDashedApricotDark { border: #fdab44 1px dashed } .borderDashedTopApricotDark { border-top: #fdab44 1px dashed } .borderDashedRightApricotDark { border-right: #fdab44 1px dashed } .borderDashedBottomApricotDark { border-bottom: #fdab44 1px dashed } .borderDashedLeftApricotDark { border-left: #fdab44 1px dashed } .borderDashedLateralApricotDark { border-top: #fdab44 1px dashed; border-bottom: #fdab44 1px dashed } .borderDashedGutterApricotDark { border-right: #fdab44 1px dashed; border-left: #fdab44 1px dashed } .borderDashedCockatoo { border: #5ad0ba 1px dashed } .borderDashedTopCockatoo { border-top: #5ad0ba 1px dashed } .borderDashedRightCockatoo { border-right: #5ad0ba 1px dashed } .borderDashedBottomCockatoo { border-bottom: #5ad0ba 1px dashed } .borderDashedLeftCockatoo { border-left: #5ad0ba 1px dashed } .borderDashedLateralCockatoo { border-top: #5ad0ba 1px dashed; border-bottom: #5ad0ba 1px dashed } .borderDashedGutterCockatoo { border-right: #5ad0ba 1px dashed; border-left: #5ad0ba 1px dashed } .borderDashedCockatooLight { border: #69e0ca 1px dashed } .borderDashedTopCockatooLight { border-top: #69e0ca 1px dashed } .borderDashedRightCockatooLight { border-right: #69e0ca 1px dashed } .borderDashedBottomCockatooLight { border-bottom: #69e0ca 1px dashed } .borderDashedLeftCockatooLight { border-left: #69e0ca 1px dashed } .borderDashedLateralCockatooLight { border-top: #69e0ca 1px dashed; border-bottom: #69e0ca 1px dashed } .borderDashedGutterCockatooLight { border-right: #69e0ca 1px dashed; border-left: #69e0ca 1px dashed } .borderDashedCockatooDark { border: #46b8a3 1px dashed } .borderDashedTopCockatooDark { border-top: #46b8a3 1px dashed } .borderDashedRightCockatooDark { border-right: #46b8a3 1px dashed } .borderDashedBottomCockatooDark { border-bottom: #46b8a3 1px dashed } .borderDashedLeftCockatooDark { border-left: #46b8a3 1px dashed } .borderDashedLateralCockatooDark { border-top: #46b8a3 1px dashed; border-bottom: #46b8a3 1px dashed } .borderDashedGutterCockatooDark { border-right: #46b8a3 1px dashed; border-left: #46b8a3 1px dashed } .borderDashedImperial { border: #00599b 1px dashed } .borderDashedTopImperial { border-top: #00599b 1px dashed } .borderDashedRightImperial { border-right: #00599b 1px dashed } .borderDashedBottomImperial { border-bottom: #00599b 1px dashed } .borderDashedLeftImperial { border-left: #00599b 1px dashed } .borderDashedLateralImperial { border-top: #00599b 1px dashed; border-bottom: #00599b 1px dashed } .borderDashedGutterImperial { border-right: #00599b 1px dashed; border-left: #00599b 1px dashed } .borderDashedImperialLight { border: #1171b9 1px dashed } .borderDashedTopImperialLight { border-top: #1171b9 1px dashed } .borderDashedRightImperialLight { border-right: #1171b9 1px dashed } .borderDashedBottomImperialLight { border-bottom: #1171b9 1px dashed } .borderDashedLeftImperialLight { border-left: #1171b9 1px dashed } .borderDashedLateralImperialLight { border-top: #1171b9 1px dashed; border-bottom: #1171b9 1px dashed } .borderDashedGutterImperialLight { border-right: #1171b9 1px dashed; border-left: #1171b9 1px dashed } .borderDashedImperialDark { border: #01477b 1px dashed } .borderDashedTopImperialDark { border-top: #01477b 1px dashed } .borderDashedRightImperialDark { border-right: #01477b 1px dashed } .borderDashedBottomImperialDark { border-bottom: #01477b 1px dashed } .borderDashedLeftImperialDark { border-left: #01477b 1px dashed } .borderDashedLateralImperialDark { border-top: #01477b 1px dashed; border-bottom: #01477b 1px dashed } .borderDashedGutterImperialDark { border-right: #01477b 1px dashed; border-left: #01477b 1px dashed } .borderDashedBluestone { border: #517082 1px dashed } .borderDashedTopBluestone { border-top: #517082 1px dashed } .borderDashedRightBluestone { border-right: #517082 1px dashed } .borderDashedBottomBluestone { border-bottom: #517082 1px dashed } .borderDashedLeftBluestone { border-left: #517082 1px dashed } .borderDashedLateralBluestone { border-top: #517082 1px dashed; border-bottom: #517082 1px dashed } .borderDashedGutterBluestone { border-right: #517082 1px dashed; border-left: #517082 1px dashed } .borderDashedBluestoneLight { border: #648699 1px dashed } .borderDashedTopBluestoneLight { border-top: #648699 1px dashed } .borderDashedRightBluestoneLight { border-right: #648699 1px dashed } .borderDashedBottomBluestoneLight { border-bottom: #648699 1px dashed } .borderDashedLeftBluestoneLight { border-left: #648699 1px dashed } .borderDashedLateralBluestoneLight { border-top: #648699 1px dashed; border-bottom: #648699 1px dashed } .borderDashedGutterBluestoneLight { border-right: #648699 1px dashed; border-left: #648699 1px dashed } .borderDashedBluestoneDark { border: #3c5b6d 1px dashed } .borderDashedTopBluestoneDark { border-top: #3c5b6d 1px dashed } .borderDashedRightBluestoneDark { border-right: #3c5b6d 1px dashed } .borderDashedBottomBluestoneDark { border-bottom: #3c5b6d 1px dashed } .borderDashedLeftBluestoneDark { border-left: #3c5b6d 1px dashed } .borderDashedLateralBluestoneDark { border-top: #3c5b6d 1px dashed; border-bottom: #3c5b6d 1px dashed } .borderDashedGutterBluestoneDark { border-right: #3c5b6d 1px dashed; border-left: #3c5b6d 1px dashed } .borderDashedCyan { border: #00bcd5 1px dashed } .borderDashedTopCyan { border-top: #00bcd5 1px dashed } .borderDashedRightCyan { border-right: #00bcd5 1px dashed } .borderDashedBottomCyan { border-bottom: #00bcd5 1px dashed } .borderDashedLeftCyan { border-left: #00bcd5 1px dashed } .borderDashedLateralCyan { border-top: #00bcd5 1px dashed; border-bottom: #00bcd5 1px dashed } .borderDashedGutterCyan { border-right: #00bcd5 1px dashed; border-left: #00bcd5 1px dashed } .borderDashedCyanLight { border: #0acce6 1px dashed } .borderDashedTopCyanLight { border-top: #0acce6 1px dashed } .borderDashedRightCyanLight { border-right: #0acce6 1px dashed } .borderDashedBottomCyanLight { border-bottom: #0acce6 1px dashed } .borderDashedLeftCyanLight { border-left: #0acce6 1px dashed } .borderDashedLateralCyanLight { border-top: #0acce6 1px dashed; border-bottom: #0acce6 1px dashed } .borderDashedGutterCyanLight { border-right: #0acce6 1px dashed; border-left: #0acce6 1px dashed } .borderDashedCyanDark { border: #02abc1 1px dashed } .borderDashedTopCyanDark { border-top: #02abc1 1px dashed } .borderDashedRightCyanDark { border-right: #02abc1 1px dashed } .borderDashedBottomCyanDark { border-bottom: #02abc1 1px dashed } .borderDashedLeftCyanDark { border-left: #02abc1 1px dashed } .borderDashedLateralCyanDark { border-top: #02abc1 1px dashed; border-bottom: #02abc1 1px dashed } .borderDashedGutterCyanDark { border-right: #02abc1 1px dashed; border-left: #02abc1 1px dashed } .borderDashedTeal { border: #009788 1px dashed } .borderDashedTopTeal { border-top: #009788 1px dashed } .borderDashedRightTeal { border-right: #009788 1px dashed } .borderDashedBottomTeal { border-bottom: #009788 1px dashed } .borderDashedLeftTeal { border-left: #009788 1px dashed } .borderDashedLateralTeal { border-top: #009788 1px dashed; border-bottom: #009788 1px dashed } .borderDashedGutterTeal { border-right: #009788 1px dashed; border-left: #009788 1px dashed } .borderDashedTealLight { border: #07ac9c 1px dashed } .borderDashedTopTealLight { border-top: #07ac9c 1px dashed } .borderDashedRightTealLight { border-right: #07ac9c 1px dashed } .borderDashedBottomTealLight { border-bottom: #07ac9c 1px dashed } .borderDashedLeftTealLight { border-left: #07ac9c 1px dashed } .borderDashedLateralTealLight { border-top: #07ac9c 1px dashed; border-bottom: #07ac9c 1px dashed } .borderDashedGutterTealLight { border-right: #07ac9c 1px dashed; border-left: #07ac9c 1px dashed } .borderDashedTealDark { border: #017e72 1px dashed } .borderDashedTopTealDark { border-top: #017e72 1px dashed } .borderDashedRightTealDark { border-right: #017e72 1px dashed } .borderDashedBottomTealDark { border-bottom: #017e72 1px dashed } .borderDashedLeftTealDark { border-left: #017e72 1px dashed } .borderDashedLateralTealDark { border-top: #017e72 1px dashed; border-bottom: #017e72 1px dashed } .borderDashedGutterTealDark { border-right: #017e72 1px dashed; border-left: #017e72 1px dashed } .borderDashedIndigo { border: #3f51b5 1px dashed } .borderDashedTopIndigo { border-top: #3f51b5 1px dashed } .borderDashedRightIndigo { border-right: #3f51b5 1px dashed } .borderDashedBottomIndigo { border-bottom: #3f51b5 1px dashed } .borderDashedLeftIndigo { border-left: #3f51b5 1px dashed } .borderDashedLateralIndigo { border-top: #3f51b5 1px dashed; border-bottom: #3f51b5 1px dashed } .borderDashedGutterIndigo { border-right: #3f51b5 1px dashed; border-left: #3f51b5 1px dashed } .borderDashedIndigoLight { border: #4a5cc4 1px dashed } .borderDashedTopIndigoLight { border-top: #4a5cc4 1px dashed } .borderDashedRightIndigoLight { border-right: #4a5cc4 1px dashed } .borderDashedBottomIndigoLight { border-bottom: #4a5cc4 1px dashed } .borderDashedLeftIndigoLight { border-left: #4a5cc4 1px dashed } .borderDashedLateralIndigoLight { border-top: #4a5cc4 1px dashed; border-bottom: #4a5cc4 1px dashed } .borderDashedGutterIndigoLight { border-right: #4a5cc4 1px dashed; border-left: #4a5cc4 1px dashed } .borderDashedIndigoDark { border: #3243a4 1px dashed } .borderDashedTopIndigoDark { border-top: #3243a4 1px dashed } .borderDashedRightIndigoDark { border-right: #3243a4 1px dashed } .borderDashedBottomIndigoDark { border-bottom: #3243a4 1px dashed } .borderDashedLeftIndigoDark { border-left: #3243a4 1px dashed } .borderDashedLateralIndigoDark { border-top: #3243a4 1px dashed; border-bottom: #3243a4 1px dashed } .borderDashedGutterIndigoDark { border-right: #3243a4 1px dashed; border-left: #3243a4 1px dashed } .borderDashedOcean { border: #1296c7 1px dashed } .borderDashedTopOcean { border-top: #1296c7 1px dashed } .borderDashedRightOcean { border-right: #1296c7 1px dashed } .borderDashedBottomOcean { border-bottom: #1296c7 1px dashed } .borderDashedLeftOcean { border-left: #1296c7 1px dashed } .borderDashedLateralOcean { border-top: #1296c7 1px dashed; border-bottom: #1296c7 1px dashed } .borderDashedGutterOcean { border-right: #1296c7 1px dashed; border-left: #1296c7 1px dashed } .borderDashedOceanLight { border: #1fa2d2 1px dashed } .borderDashedTopOceanLight { border-top: #1fa2d2 1px dashed } .borderDashedRightOceanLight { border-right: #1fa2d2 1px dashed } .borderDashedBottomOceanLight { border-bottom: #1fa2d2 1px dashed } .borderDashedLeftOceanLight { border-left: #1fa2d2 1px dashed } .borderDashedLateralOceanLight { border-top: #1fa2d2 1px dashed; border-bottom: #1fa2d2 1px dashed } .borderDashedGutterOceanLight { border-right: #1fa2d2 1px dashed; border-left: #1fa2d2 1px dashed } .borderDashedOceanDark { border: #0c87b5 1px dashed } .borderDashedTopOceanDark { border-top: #0c87b5 1px dashed } .borderDashedRightOceanDark { border-right: #0c87b5 1px dashed } .borderDashedBottomOceanDark { border-bottom: #0c87b5 1px dashed } .borderDashedLeftOceanDark { border-left: #0c87b5 1px dashed } .borderDashedLateralOceanDark { border-top: #0c87b5 1px dashed; border-bottom: #0c87b5 1px dashed } .borderDashedGutterOceanDark { border-right: #0c87b5 1px dashed; border-left: #0c87b5 1px dashed } .borderDashedVibrantYellow { border: #fedd04 1px dashed } .borderDashedTopVibrantYellow { border-top: #fedd04 1px dashed } .borderDashedRightVibrantYellow { border-right: #fedd04 1px dashed } .borderDashedBottomVibrantYellow { border-bottom: #fedd04 1px dashed } .borderDashedLeftVibrantYellow { border-left: #fedd04 1px dashed } .borderDashedLateralVibrantYellow { border-top: #fedd04 1px dashed; border-bottom: #fedd04 1px dashed } .borderDashedGutterVibrantYellow { border-right: #fedd04 1px dashed; border-left: #fedd04 1px dashed } .borderDashedVibrantYellowLight { border: #fee32e 1px dashed } .borderDashedTopVibrantYellowLight { border-top: #fee32e 1px dashed } .borderDashedRightVibrantYellowLight { border-right: #fee32e 1px dashed } .borderDashedBottomVibrantYellowLight { border-bottom: #fee32e 1px dashed } .borderDashedLeftVibrantYellowLight { border-left: #fee32e 1px dashed } .borderDashedLateralVibrantYellowLight { border-top: #fee32e 1px dashed; border-bottom: #fee32e 1px dashed } .borderDashedGutterVibrantYellowLight { border-right: #fee32e 1px dashed; border-left: #fee32e 1px dashed } .borderDashedVibrantYellowDark { border: #f2d40d 1px dashed } .borderDashedTopVibrantYellowDark { border-top: #f2d40d 1px dashed } .borderDashedRightVibrantYellowDark { border-right: #f2d40d 1px dashed } .borderDashedBottomVibrantYellowDark { border-bottom: #f2d40d 1px dashed } .borderDashedLeftVibrantYellowDark { border-left: #f2d40d 1px dashed } .borderDashedLateralVibrantYellowDark { border-top: #f2d40d 1px dashed; border-bottom: #f2d40d 1px dashed } .borderDashedGutterVibrantYellowDark { border-right: #f2d40d 1px dashed; border-left: #f2d40d 1px dashed } .borderDashedPoppy { border: #f2672e 1px dashed } .borderDashedTopPoppy { border-top: #f2672e 1px dashed } .borderDashedRightPoppy { border-right: #f2672e 1px dashed } .borderDashedBottomPoppy { border-bottom: #f2672e 1px dashed } .borderDashedLeftPoppy { border-left: #f2672e 1px dashed } .borderDashedLateralPoppy { border-top: #f2672e 1px dashed; border-bottom: #f2672e 1px dashed } .borderDashedGutterPoppy { border-right: #f2672e 1px dashed; border-left: #f2672e 1px dashed } .borderDashedPoppyLight { border: #fb743c 1px dashed } .borderDashedTopPoppyLight { border-top: #fb743c 1px dashed } .borderDashedRightPoppyLight { border-right: #fb743c 1px dashed } .borderDashedBottomPoppyLight { border-bottom: #fb743c 1px dashed } .borderDashedLeftPoppyLight { border-left: #fb743c 1px dashed } .borderDashedLateralPoppyLight { border-top: #fb743c 1px dashed; border-bottom: #fb743c 1px dashed } .borderDashedGutterPoppyLight { border-right: #fb743c 1px dashed; border-left: #fb743c 1px dashed } .borderDashedPoppyDark { border: #e25b24 1px dashed } .borderDashedTopPoppyDark { border-top: #e25b24 1px dashed } .borderDashedRightPoppyDark { border-right: #e25b24 1px dashed } .borderDashedBottomPoppyDark { border-bottom: #e25b24 1px dashed } .borderDashedLeftPoppyDark { border-left: #e25b24 1px dashed } .borderDashedLateralPoppyDark { border-top: #e25b24 1px dashed; border-bottom: #e25b24 1px dashed } .borderDashedGutterPoppyDark { border-right: #e25b24 1px dashed; border-left: #e25b24 1px dashed } .borderDottedWhite { border: #ffffff 1px dotted } .borderDottedTopWhite { border-top: #ffffff 1px dotted } .borderDottedRightWhite { border-right: #ffffff 1px dotted } .borderDottedBottomWhite { border-bottom: #ffffff 1px dotted } .borderDottedLeftWhite { border-left: #ffffff 1px dotted } .borderDottedLateralWhite { border-top: #ffffff 1px dotted; border-bottom: #ffffff 1px dotted } .borderDottedGutterWhite { border-right: #ffffff 1px dotted; border-left: #ffffff 1px dotted } .borderDottedBlack { border: #000000 1px dotted } .borderDottedTopBlack { border-top: #000000 1px dotted } .borderDottedRightBlack { border-right: #000000 1px dotted } .borderDottedBottomBlack { border-bottom: #000000 1px dotted } .borderDottedLeftBlack { border-left: #000000 1px dotted } .borderDottedLateralBlack { border-top: #000000 1px dotted; border-bottom: #000000 1px dotted } .borderDottedGutterBlack { border-right: #000000 1px dotted; border-left: #000000 1px dotted } .borderDottedBlack1 { border: #111111 1px dotted } .borderDottedTopBlack1 { border-top: #111111 1px dotted } .borderDottedRightBlack1 { border-right: #111111 1px dotted } .borderDottedBottomBlack1 { border-bottom: #111111 1px dotted } .borderDottedLeftBlack1 { border-left: #111111 1px dotted } .borderDottedLateralBlack1 { border-top: #111111 1px dotted; border-bottom: #111111 1px dotted } .borderDottedGutterBlack1 { border-right: #111111 1px dotted; border-left: #111111 1px dotted } .borderDottedBlack2 { border: #222222 1px dotted } .borderDottedTopBlack2 { border-top: #222222 1px dotted } .borderDottedRightBlack2 { border-right: #222222 1px dotted } .borderDottedBottomBlack2 { border-bottom: #222222 1px dotted } .borderDottedLeftBlack2 { border-left: #222222 1px dotted } .borderDottedLateralBlack2 { border-top: #222222 1px dotted; border-bottom: #222222 1px dotted } .borderDottedGutterBlack2 { border-right: #222222 1px dotted; border-left: #222222 1px dotted } .borderDottedBlack3 { border: #333333 1px dotted } .borderDottedTopBlack3 { border-top: #333333 1px dotted } .borderDottedRightBlack3 { border-right: #333333 1px dotted } .borderDottedBottomBlack3 { border-bottom: #333333 1px dotted } .borderDottedLeftBlack3 { border-left: #333333 1px dotted } .borderDottedLateralBlack3 { border-top: #333333 1px dotted; border-bottom: #333333 1px dotted } .borderDottedGutterBlack3 { border-right: #333333 1px dotted; border-left: #333333 1px dotted } .borderDottedBlack4 { border: #444444 1px dotted } .borderDottedTopBlack4 { border-top: #444444 1px dotted } .borderDottedRightBlack4 { border-right: #444444 1px dotted } .borderDottedBottomBlack4 { border-bottom: #444444 1px dotted } .borderDottedLeftBlack4 { border-left: #444444 1px dotted } .borderDottedLateralBlack4 { border-top: #444444 1px dotted; border-bottom: #444444 1px dotted } .borderDottedGutterBlack4 { border-right: #444444 1px dotted; border-left: #444444 1px dotted } .borderDottedBlack5 { border: #555555 } .borderDottedTopBlack5 { border-top: #555555 1px dotted } .borderDottedRightBlack5 { border-right: #555555 1px dotted } .borderDottedBottomBlack5 { border-bottom: #555555 1px dotted } .borderDottedLeftBlack5 { border-left: #555555 1px dotted } .borderDottedLateralBlack5 { border-top: #555555 1px dotted; border-bottom: #555555 1px dotted } .borderDottedGutterBlack5 { border-right: #555555 1px dotted; border-left: #555555 1px dotted } .borderDottedGrey1,.borderDottedGray1 { border: #666666 1px dotted } .borderDottedTopGrey1,.borderDottedTopGray1 { border-top: #666666 1px dotted } .borderDottedRightGrey1,.borderDottedRightGray1 { border-right: #666666 1px dotted } .borderDottedBottomGrey1,.borderDottedBottomGray1 { border-bottom: #666666 1px dotted } .borderDottedLeftGrey1,.borderDottedLeftGray1 { border-left: #666666 1px dotted } .borderDottedLateralGrey1,.borderDottedLateralGray1 { border-top: #666666 1px dotted; border-bottom: #666666 1px dotted } .borderDottedGutterGrey1,.borderDottedGutterGray1 { border-right: #666666 1px dotted; border-left: #666666 1px dotted } .borderDottedGrey2,.borderDottedGray2 { border: #777777 1px dotted } .borderDottedTopGrey2,.borderDottedTopGray2 { border-top: #777777 1px dotted } .borderDottedRightGrey2,.borderDottedRightGray2 { border-right: #777777 1px dotted } .borderDottedBottomGrey2,.borderDottedBottomGray2 { border-bottom: #777777 1px dotted } .borderDottedLeftGrey2,.borderDottedLeftGray2 { border-left: #777777 1px dotted } .borderDottedLateralGrey2,.borderDottedLateralGray2 { border-top: #777777 1px dotted; border-bottom: #777777 1px dotted } .borderDottedGutterGrey2,.borderDottedGutterGray2 { border-right: #777777 1px dotted; border-left: #777777 1px dotted } .borderDottedGrey3,.borderDottedGray3 { border: #888888 1px dotted } .borderDottedTopGrey3,.borderDottedTopGray3 { border-top: #888888 1px dotted } .borderDottedRightGrey3,.borderDottedRightGray3 { border-right: #888888 1px dotted } .borderDottedBottomGrey3,.borderDottedBottomGray3 { border-bottom: #888888 1px dotted } .borderDottedLeftGrey3,.borderDottedLeftGray3 { border-left: #888888 1px dotted } .borderDottedLateralGrey3,.borderDottedLateralGray3 { border-top: #888888 1px dotted; border-bottom: #888888 1px dotted } .borderDottedGutterGrey3,.borderDottedGutterGray3 { border-right: #888888 1px dotted; border-left: #888888 1px dotted } .borderDottedGrey4,.borderDottedGray4 { border: #999999 1px dotted } .borderDottedTopGrey4,.borderDottedTopGray4 { border-top: #999999 1px dotted } .borderDottedRightGrey4,.borderDottedRightGray4 { border-right: #999999 1px dotted } .borderDottedBottomGrey4,.borderDottedBottomGray4 { border-bottom: #999999 1px dotted } .borderDottedLeftGrey4,.borderDottedLeftGray4 { border-left: #999999 1px dotted } .borderDottedLateralGrey4,.borderDottedLateralGray4 { border-top: #999999 1px dotted; border-bottom: #999999 1px dotted } .borderDottedGutterGrey4,.borderDottedGutterGray4 { border-right: #999999 1px dotted; border-left: #999999 1px dotted } .borderDottedGrey5,.borderDottedGray5 { border: #aaaaaa 1px dotted } .borderDottedTopGrey5,.borderDottedTopGray5 { border-top: #aaaaaa 1px dotted } .borderDottedRightGrey5,.borderDottedRightGray5 { border-right: #aaaaaa 1px dotted } .borderDottedBottomGrey5,.borderDottedBottomGray5 { border-bottom: #aaaaaa 1px dotted } .borderDottedLeftGrey5,.borderDottedLeftGray5 { border-left: #aaaaaa 1px dotted } .borderDottedLateralGrey5,.borderDottedLateralGray5 { border-top: #aaaaaa 1px dotted; border-bottom: #aaaaaa 1px dotted } .borderDottedGutterGrey5,.borderDottedGutterGray5 { border-right: #aaaaaa 1px dotted; border-left: #aaaaaa 1px dotted } .borderDottedGrey6,.borderDottedGray6 { border: #bbbbbb 1px dotted } .borderDottedTopGrey6,.borderDottedTopGray6 { border-top: #bbbbbb 1px dotted } .borderDottedRightGrey6,.borderDottedRightGray6 { border-right: #bbbbbb 1px dotted } .borderDottedBottomGrey6,.borderDottedBottomGray6 { border-bottom: #bbbbbb 1px dotted } .borderDottedLeftGrey6,.borderDottedLeftGray6 { border-left: #bbbbbb 1px dotted } .borderDottedLateralGrey6,.borderDottedLateralGray6 { border-top: #bbbbbb 1px dotted; border-bottom: #bbbbbb 1px dotted } .borderDottedGutterGrey6,.borderDottedGutterGray6 { border-right: #bbbbbb 1px dotted; border-left: #bbbbbb 1px dotted } .borderDottedGrey7,.borderDottedGray7 { border: #cccccc 1px dotted } .borderDottedTopGrey7,.borderDottedTopGray7 { border-top: #cccccc 1px dotted } .borderDottedRightGrey7,.borderDottedRightGray7 { border-right: #cccccc 1px dotted } .borderDottedBottomGrey7,.borderDottedBottomGray7 { border-bottom: #cccccc 1px dotted } .borderDottedLeftGrey7,.borderDottedLeftGray7 { border-left: #cccccc 1px dotted } .borderDottedLateralGrey7,.borderDottedLateralGray7 { border-top: #cccccc 1px dotted; border-bottom: #cccccc 1px dotted } .borderDottedGutterGrey7,.borderDottedGutterGray7 { border-right: #cccccc 1px dotted; border-left: #cccccc 1px dotted } .borderDottedGrey8,.borderDottedGray8 { border: #dddddd 1px dotted } .borderDottedTopGrey8,.borderDottedTopGray8 { border-top: #dddddd 1px dotted } .bordeRightGrey8,.borderDottedRightGray8 { border-right: #dddddd 1px dotted } .borderDottedBottomGrey8,.borderDottedBottomGray8 { border-bottom: #dddddd 1px dotted } .borderDottedLeftGrey8,.borderDottedLeftGray8 { border-left: #dddddd 1px dotted } .borderDottedLateralGrey8,.borderDottedLateralGray8 { border-top: #dddddd 1px dotted; border-bottom: #dddddd 1px dotted } .borderDottedGutterGrey8,.borderDottedGutterGray8 { border-right: #dddddd 1px dotted; border-left: #dddddd 1px dotted } .borderDottedGrey9,.borderDottedGray9 { border: #eeeeee 1px dotted } .borderDottedTopGrey9,.borderDottedTopGray9 { border-top: #eeeeee 1px dotted } .borderDottedRightGrey9,.borderDottedRightGray9 { border-right: #eeeeee 1px dotted } .borderDottedBottomGrey9,.borderDottedBottomGray9 { border-bottom: #eeeeee 1px dotted } .borderDottedLeftGrey9,.borderDottedLeftGray9 { border-left: #eeeeee 1px dotted } .borderDottedLateralGrey9,.borderDottedLateralGray9 { border-top: #eeeeee 1px dotted; border-bottom: #eeeeee 1px dotted } .borderDottedGutterGrey9,.borderDottedGutterGray9 { border-right: #eeeeee 1px dotted; border-left: #eeeeee 1px dotted } .borderDottedRed { border: #ff0000 1px dotted } .borderDottedTopRed { border-top: #ff0000 1px dotted } .borderDottedRightRed { border-right: #ff0000 1px dotted } .borderDottedBottomRed { border-bottom: #ff0000 1px dotted } .borderDottedLeftRed { border-left: #ff0000 1px dotted } .borderDottedLateralRed { border-top: #ff0000 1px dotted; border-bottom: #ff0000 1px dotted } .borderDottedGutterRed { border-right: #ff0000 1px dotted; border-left: #ff0000 1px dotted } .borderDottedRedLight { border: #ff6666 1px dotted } .borderDottedTopRedLight { border-top: #ff6666 1px dotted } .borderDottedRightRedLight { border-right: #ff6666 1px dotted } .borderDottedBottomRedLight { border-bottom: #ff6666 1px dotted } .borderDottedLeftRedLight { border-left: #ff6666 1px dotted } .borderDottedLateralRedLight { border-top: #ff6666 1px dotted; border-bottom: #ff6666 1px dotted } .borderDottedGutterRedLight { border-right: #ff6666 1px dotted; border-left: #ff6666 1px dotted } .borderDottedRedDark { border: #cc0000 1px dotted } .borderDottedTopRedDark { border-top: #cc0000 1px dotted } .borderDottedRightRedDark { border-right: #cc0000 1px dotted } .borderDottedBottomRedDark { border-bottom: #cc0000 1px dotted } .borderDottedLeftRedDark { border-left: #cc0000 1px dotted } .borderDottedLateralRedDark { border-top: #cc0000 1px dotted; border-bottom: #cc0000 1px dotted } .borderDottedGutterRedDark { border-right: #cc0000 1px dotted; border-left: #cc0000 1px dotted } .borderDottedOrange { border: #ff6a00 1px dotted } .borderDottedTopOrange { border-top: #ff6a00 1px dotted } .borderDottedRightOrange { border-right: #ff6a00 1px dotted } .borderDottedBottomOrange { border-bottom: #ff6a00 1px dotted } .borderDottedLeftOrange { border-left: #ff6a00 1px dotted } .borderDottedLateralOrange { border-top: #ff6a00 1px dotted; border-bottom: #ff6a00 1px dotted } .borderDottedGutterOrange { border-right: #ff6a00 1px dotted; border-left: #ff6a00 1px dotted } .borderDottedOrangeLight { border: #ff9933 1px dotted } .borderDottedTopOrangeLight { border-top: #ff9933 1px dotted } .borderDottedRightOrangeLight { border-right: #ff9933 1px dotted } .borderDottedBottomOrangeLight { border-bottom: #ff9933 1px dotted } .borderDottedLeftOrangeLight { border-left: #ff9933 1px dotted } .borderDottedLateralOrangeLight { border-top: #ff9933 1px dotted; border-bottom: #ff9933 1px dotted } .borderDottedGutterOrangeLight { border-right: #ff9933 1px dotted; border-left: #ff9933 1px dotted } .borderDottedOrangeDark { border: #ff4e00 1px dotted } .borderDottedTopOrangeDark { border-top: #ff4e00 1px dotted } .borderDottedRightOrangeDark { border-right: #ff4e00 1px dotted } .borderDottedBottomOrangeDark { border-bottom: #ff4e00 1px dotted } .borderDottedLeftOrangeDark { border-left: #ff4e00 1px dotted } .borderDottedLateralOrangeDark { border-top: #ff4e00 1px dotted; border-bottom: #ff4e00 1px dotted } .borderDottedGutterOrangeDark { border-right: #ff4e00 1px dotted; border-left: #ff4e00 1px dotted } .borderDottedYellow { border: #ffff00 1px dotted } .borderDottedTopYellow { border-top: #ffff00 1px dotted } .borderDottedRightYellow { border-right: #ffff00 1px dotted } .borderDottedBottomYellow { border-bottom: #ffff00 1px dotted } .borderDottedLeftYellow { border-left: #ffff00 1px dotted } .borderDottedLateralYellow { border-top: #ffff00 1px dotted; border-bottom: #ffff00 1px dotted } .borderDottedGutterYellow { border-right: #ffff00 1px dotted; border-left: #ffff00 1px dotted } .borderDottedYellowLight { border: #ffff99 1px dotted } .borderDottedTopYellowLight { border-top: #ffff99 1px dotted } .borderDottedRightYellowLight { border-right: #ffff99 1px dotted } .borderDottedBottomYellowLight { border-bottom: #ffff99 1px dotted } .borderDottedLeftYellowLight { border-left: #ffff99 1px dotted } .borderDottedLateralYellowLight { border-top: #ffff99 1px dotted; border-bottom: #ffff99 1px dotted } .borderDottedGutterYellowLight { border-right: #ffff99 1px dotted; border-left: #ffff99 1px dotted } .borderDottedYellowDark { border: #ffd800 1px dotted } .borderDottedTopYellowDark { border-top: #ffd800 1px dotted } .borderDottedRightYellowDark { border-right: #ffd800 1px dotted } .borderDottedBottomYellowDark { border-bottom: #ffd800 1px dotted } .borderDottedLeftYellowDark { border-left: #ffd800 1px dotted } .borderDottedLateralYellowDark { border-top: #ffd800 1px dotted; border-bottom: #ffd800 1px dotted } .borderDottedGutterYellowDark { border-right: #ffd800 1px dotted; border-left: #ffd800 1px dotted } .borderDottedGreen { border: #2bc93f 1px dotted } .borderDottedTopGreen { border-bottom: #2bc93f 1px dotted } .borderDottedRightGreen { border-right: #2bc93f 1px dotted } .borderDottedBottomGreen { border-bottom: #2bc93f 1px dotted } .borderDottedLeftGreen { border-left: #2bc93f 1px dotted } .borderDottedLateralGreen { border-top: #2bc93f 1px dotted; border-bottom: #2bc93f 1px dotted } .borderDottedGutterGreen { border-right: #2bc93f 1px dotted; border-left: #2bc93f 1px dotted } .borderDottedGreenLight { border: #3edb52 1px dotted } .borderDottedTopGreenLight { border-top: #3edb52 1px dotted } .borderDottedRightGreenLight { border-right: #3edb52 1px dotted } .borderDottedBottomGreenLight { border-bottom: #3edb52 1px dotted } .borderDottedLeftGreenLight { border-left: #3edb52 1px dotted } .borderDottedLateralGreenLight { border-top: #3edb52 1px dotted; border-bottom: #3edb52 1px dotted } .borderDottedGutterGreenLight { border-right: #3edb52 1px dotted; border-left: #3edb52 1px dotted } .borderDottedGreenDark { border: #32b042 1px dotted } .borderDottedTopGreenDark { border-top: #32b042 1px dotted } .borderDottedRightGreenDark { border-right: #32b042 1px dotted } .borderDottedBottomGreenDark { border-bottom: #32b042 1px dotted } .borderDottedLeftGreenDark { border-left: #32b042 1px dotted } .borderDottedLateralGreenDark { border-top: #32b042 1px dotted; border-bottom: #32b042 1px dotted } .borderDottedGutterGreenDark { border-right: #32b042 1px dotted; border-left: #32b042 1px dotted } .borderDottedBlue { border: #0094ff 1px dotted } .borderDottedTopBlue { border-top: #0094ff 1px dotted } .borderDottedRightBlue { border-right: #0094ff 1px dotted } .borderDottedBottomBlue { border-bottom: #0094ff 1px dotted } .borderDottedLeftBlue { border-left: #0094ff 1px dotted } .borderDottedLateralBlue { border-top: #0094ff 1px dotted; border-bottom: #0094ff 1px dotted } .borderDottedGutterBlue { border-right: #0094ff 1px dotted; border-left: #0094ff 1px dotted } .borderDottedBlueLight { border: #3cadfe 1px dotted } .borderDottedTopBlueLight { border-top: #3cadfe 1px dotted } .borderDottedRightBlueLight { border-right: #3cadfe 1px dotted } .borderDottedBottomBlueLight { border-bottom: #3cadfe 1px dotted } .borderDottedLeftBlueLight { border-left: #3cadfe 1px dotted } .borderDottedLateralBlueLight { border-top: #3cadfe 1px dotted; border-bottom: #3cadfe 1px dotted } .borderDottedGutterBlueLight { border-right: #3cadfe 1px dotted; border-left: #3cadfe 1px dotted } .borderDottedBlueDark { border: #0078c9 1px dotted } .borderDottedTopBlueDark { border-top: #0078c9 1px dotted } .borderDottedRightBlueDark { border-right: #0078c9 1px dotted } .borderDottedBottomBlueDark { border-bottom: #0078c9 1px dotted } .borderDottedLeftBlueDark { border-left: #0078c9 1px dotted } .borderDottedLateralBlueDark { border-top: #0078c9 1px dotted; border-bottom: #0078c9 1px dotted } .borderDottedGutterBlueDark { border-right: #0078c9 1px dotted; border-left: #0078c9 1px dotted } .borderDottedPink { border: #ff4895 1px dotted } .borderDottedTopPink { border-top: #ff4895 1px dotted } .borderDottedRightPink { border-right: #ff4895 1px dotted } .borderDottedBottomPink { border-bottom: #ff4895 1px dotted } .borderDottedLeftPink { border-left: #ff4895 1px dotted } .borderDottedLateralPink { border-top: #ff4895 1px dotted; border-bottom: #ff4895 1px dotted } .borderDottedGutterPink { border-right: #ff4895 1px dotted; border-left: #ff4895 1px dotted } .borderDottedPinkLight { border: #fc7cb3 1px dotted } .borderDottedTopPinkLight { border-top: #fc7cb3 1px dotted } .borderDottedRightPinkLight { border-right: #fc7cb3 1px dotted } .borderDottedBottomPinkLight { border-bottom: #fc7cb3 1px dotted } .borderDottedLeftPinkLight { border-left: #fc7cb3 1px dotted } .borderDottedLateralPinkLight { border-top: #fc7cb3 1px dotted; border-bottom: #fc7cb3 1px dotted } .borderDottedGutterPinkLight { border-right: #fc7cb3 1px dotted; border-left: #fc7cb3 1px dotted } .borderDottedPinkDark { border: #e81e75 1px dotted } .borderDottedTopPinkDark { border-top: #e81e75 1px dotted } .borderDottedRightPinkDark { border-right: #e81e75 1px dotted } .borderDottedBottomPinkDark { border-bottom: #e81e75 1px dotted } .borderDottedLeftPinkDark { border-left: #e81e75 1px dotted } .borderDottedLateralPinkDark { border-top: #e81e75 1px dotted; border-bottom: #e81e75 1px dotted } .borderDottedGutterPinkDark { border-right: #e81e75 1px dotted; border-left: #e81e75 1px dotted } .borderDottedPurple { border: #ad67da 1px dotted } .borderDottedTopPurple { border-top: #ad67da 1px dotted } .borderDottedRightPurple { border-right: #ad67da 1px dotted } .borderDottedBottomPurple { border-bottom: #ad67da 1px dotted } .borderDottedLeftPurple { border-left: #ad67da 1px dotted } .borderDottedLateralPurple { border-top: #ad67da 1px dotted; border-bottom: #ad67da 1px dotted } .borderDottedGutterPurple { border-right: #ad67da 1px dotted; border-left: #ad67da 1px dotted } .borderDottedPurpleLight { border: #c78cda 1px dotted } .borderDottedTopPurpleLight { border-top: #c78cda 1px dotted } .borderDottedRightPurpleLight { border-right: #c78cda 1px dotted } .borderDottedBottomPurpleLight { border-bottom: #c78cda 1px dotted } .borderDottedLeftPurpleLight { border-left: #c78cda 1px dotted } .borderDottedLateralPurpleLight { border-top: #c78cda 1px dotted; border-bottom: #c78cda 1px dotted } .borderDottedGutterPurpleLight { border-right: #c78cda 1px dotted; border-left: #c78cda 1px dotted } .borderDottedPurpleDark { border: #8937b9 1px dotted } .borderDottedTopPurpleDark { border-top: #8937b9 1px dotted } .borderDottedRightPurpleDark { border-right: #8937b9 1px dotted } .borderDottedBottomPurpleDark { border-bottom: #8937b9 1px dotted } .borderDottedLeftPurpleDark { border-left: #8937b9 1px dotted } .borderDottedLateralPurpleDark { border-top: #8937b9 1px dotted; border-bottom: #8937b9 1px dotted } .borderDottedGutterPurpleDark { border-right: #8937b9 1px dotted; border-left: #8937b9 1px dotted } .borderDottedGrenadine { border: #de413a 1px dotted } .borderDottedTopGrenadine { border-top: #de413a 1px dotted } .borderDottedRightGrenadine { border-right: #de413a 1px dotted } .borderDottedBottomGrenadine { border-bottom: #de413a 1px dotted } .borderDottedLeftGrenadine { border-left: #de413a 1px dotted } .borderDottedLateralGrenadine { border-top: #de413a 1px dotted; border-bottom: #de413a 1px dotted } .borderDottedGutterGrenadine { border-right: #de413a 1px dotted; border-left: #de413a 1px dotted } .borderDottedGrenadineLight { border: #fd4239 1px dotted } .borderDottedTopGrenadineLight { border-top: #fd4239 1px dotted } .borderDottedRightGrenadineLight { border-right: #fd4239 1px dotted } .borderDottedBottomGrenadineLight { border-bottom: #fd4239 1px dotted } .borderDottedLeftGrenadineLight { border-left: #fd4239 1px dotted } .borderDottedLateralGrenadineLight { border-top: #fd4239 1px dotted; border-bottom: #fd4239 1px dotted } .borderDottedGutterGrenadineLight { border-right: #fd4239 1px dotted; border-left: #fd4239 1px dotted } .borderDottedGrenadineDark { border: #c13832 1px dotted } .borderDottedTopGrenadineDark { border-top: #c13832 1px dotted } .borderDottedRightGrenadineDark { border-right: #c13832 1px dotted } .borderDottedBottomGrenadineDark { border-bottom: #c13832 1px dotted } .borderDottedLeftGrenadineDark { border-left: #c13832 1px dotted } .borderDottedLateralGrenadineDark { border-top: #c13832 1px dotted; border-bottom: #c13832 1px dotted } .borderDottedGutterGrenadineDark { border-right: #c13832 1px dotted; border-left: #c13832 1px dotted } .borderDottedPort { border: #5b2c36 1px dotted } .borderDottedTopPort { border-top: #5b2c36 1px dotted } .borderDottedRightPort { border-right: #5b2c36 1px dotted } .borderDottedBottomPort { border-bottom: #5b2c36 1px dotted } .borderDottedLeftPort { border-left: #5b2c36 1px dotted } .borderDottedLateralPort { border-top: #5b2c36 1px dotted; border-bottom: #5b2c36 1px dotted } .borderDottedGutterPort { border-right: #5b2c36 1px dotted; border-left: #5b2c36 1px dotted } .borderDottedPortLight { border: #7f414e 1px dotted } .borderDottedTopPortLight { border-top: #7f414e 1px dotted } .borderDottedRightPortLight { border-right: #7f414e 1px dotted } .borderDottedBottomPortLight { border-bottom: #7f414e 1px dotted } .borderDottedLeftPortLight { border-left: #7f414e 1px dotted } .borderDottedLateralPortLight { border-top: #7f414e 1px dotted; border-bottom: #7f414e 1px dotted } .borderDottedGutterPortLight { border-right: #7f414e 1px dotted; border-left: #7f414e 1px dotted } .borderDottedPortDark { border: #4a1c25 1px dotted } .borderDottedTopPortDark { border-top: #4a1c25 1px dotted } .borderDottedRightPortDark { border-right: #4a1c25 1px dotted } .borderDottedBottomPortDark { border-bottom: #4a1c25 1px dotted } .borderDottedLeftPortDark { border-left: #4a1c25 1px dotted } .borderDottedLateralPortDark { border-top: #4a1c25 1px dotted; border-bottom: #4a1c25 1px dotted } .borderDottedGutterPortDark { border-right: #4a1c25 1px dotted; border-left: #4a1c25 1px dotted } .borderDottedPrimrose { border: #edd4da 1px dotted } .borderDottedTopPrimrose { border-top: #edd4da 1px dotted } .borderDottedRightPrimrose { border-right: #edd4da 1px dotted } .borderDottedBottomPrimrose { border-bottom: #edd4da 1px dotted } .borderDottedLeftPrimrose { border-left: #edd4da 1px dotted } .borderDottedLateralPrimrose { border-top: #edd4da 1px dotted; border-bottom: #edd4da 1px dotted } .borderDottedGutterPrimrose { border-right: #edd4da 1px dotted; border-left: #edd4da 1px dotted } .borderDottedPrimroseLight { border: #fde3e9 1px dotted } .borderDottedTopPrimroseLight { border-top: #fde3e9 1px dotted } .borderDottedRightPrimroseLight { border-right: #fde3e9 1px dotted } .borderDottedBottomPrimroseLight { border-bottom: #fde3e9 1px dotted } .borderDottedLeftPrimroseLight { border-left: #fde3e9 1px dotted } .borderDottedLateralPrimroseLight { border-top: #fde3e9 1px dotted; border-bottom: #fde3e9 1px dotted } .borderDottedGutterPrimroseLight { border-right: #fde3e9 1px dotted; border-left: #fde3e9 1px dotted } .borderDottedPrimroseDark { border: #dfbdc5 1px dotted } .borderDottedTopPrimroseDark { border-top: #dfbdc5 1px dotted } .borderDottedRightPrimroseDark { border-right: #dfbdc5 1px dotted } .borderDottedBottomPrimroseDark { border-bottom: #dfbdc5 1px dotted } .borderDottedLeftPrimroseDark { border-left: #dfbdc5 1px dotted } .borderDottedLateralPrimroseDark { border-top: #dfbdc5 1px dotted; border-bottom: #dfbdc5 1px dotted } .borderDottedGutterPrimroseDark { border-right: #dfbdc5 1px dotted; border-left: #dfbdc5 1px dotted } .borderDottedButterum { border: #c58f69 1px dotted } .borderDottedTopButterum { border-top: #c58f69 1px dotted } .borderDottedRightButterum { border-right: #c58f69 1px dotted } .borderDottedBottomButterum { border-bottom: #c58f69 1px dotted } .borderDottedLeftButterum { border-left: #c58f69 1px dotted } .borderDottedLateralButterum { border-top: #c58f69 1px dotted; border-bottom: #c58f69 1px dotted } .borderDottedGutterButterum { border-right: #c58f69 1px dotted; border-left: #c58f69 1px dotted } .borderDottedButterumLight { border: #e4aa81 1px dotted } .borderDottedTopButterumLight { border-top: #e4aa81 1px dotted } .borderDottedRightButterumLight { border-right: #e4aa81 1px dotted } .borderDottedBottomButterumLight { border-bottom: #e4aa81 1px dotted } .borderDottedLeftButterumLight { border-left: #e4aa81 1px dotted } .borderDottedLateralButterumLight { border-top: #e4aa81 1px dotted; border-bottom: #e4aa81 1px dotted } .borderDottedGutterButterumLight { border-right: #e4aa81 1px dotted; border-left: #e4aa81 1px dotted } .borderDottedButterumDark { border: #ab7752 1px dotted } .borderDottedTopButterumDark { border-top: #ab7752 1px dotted } .borderDottedRightButterumDark { border-right: #ab7752 1px dotted } .borderDottedBottomButterumDark { border-bottom: #ab7752 1px dotted } .borderDottedLeftButterumDark { border-left: #ab7752 1px dotted } .borderDottedLateralButterumDark { border-top: #ab7752 1px dotted; border-bottom: #ab7752 1px dotted } .borderDottedGutterButterumDark { border-right: #ab7752 1px dotted; border-left: #ab7752 1px dotted } .borderDottedNavy { border: #233b5d 1px dotted } .borderDottedTopNavy { border-top: #233b5d 1px dotted } .borderDottedRightNavy { border-right: #233b5d 1px dotted } .borderDottedBottomNavy { border-bottom: #233b5d 1px dotted } .borderDottedLeftNavy { border-left: #233b5d 1px dotted } .borderDottedLateralNavy { border-top: #233b5d 1px dotted; border-bottom: #233b5d 1px dotted } .borderDottedGutterNavy { border-right: #233b5d 1px dotted; border-left: #233b5d 1px dotted } .borderDottedNavyLight { border: #2e4a71 1px dotted } .borderDottedTopNavyLight { border-top: #2e4a71 1px dotted } .borderDottedRightNavyLight { border-right: #2e4a71 1px dotted } .borderDottedBottomNavyLight { border-bottom: #2e4a71 1px dotted } .borderDottedLeftNavyLight { border-left: #2e4a71 1px dotted } .borderDottedLateralNavyLight { border-top: #2e4a71 1px dotted; border-bottom: #2e4a71 1px dotted } .borderDottedGutterNavyLight { border-right: #2e4a71 1px dotted; border-left: #2e4a71 1px dotted } .borderDottedNavyDark { border: #142741 1px dotted } .borderDottedTopNavyDark { border-top: #142741 1px dotted } .borderDottedRightNavyDark { border-right: #142741 1px dotted } .borderDottedBottomNavyDark { border-bottom: #142741 1px dotted } .borderDottedLeftNavyDark { border-left: #142741 1px dotted } .borderDottedLateralNavyDark { border-top: #142741 1px dotted; border-bottom: #142741 1px dotted } .borderDottedGutterNavyDark { border-right: #142741 1px dotted; border-left: #142741 1px dotted } .borderDottedSpruce { border: #09585d 1px dotted } .borderDottedTopSpruce { border-top: #09585d 1px dotted } .borderDottedRightSpruce { border-right: #09585d 1px dotted } .borderDottedBottomSpruce { border-bottom: #09585d 1px dotted } .borderDottedLeftSpruce { border-left: #09585d 1px dotted } .borderDottedLateralSpruce { border-top: #09585d 1px dotted; border-bottom: #09585d 1px dotted } .borderDottedGutterSpruce { border-right: #09585d 1px dotted; border-left: #09585d 1px dotted } .borderDottedSpruceLight { border: #10676d 1px dotted } .borderDottedTopSpruceLight { border-top: #10676d 1px dotted } .borderDottedRightSpruceLight { border-right: #10676d 1px dotted } .borderDottedBottomSpruceLight { border-bottom: #10676d 1px dotted } .borderDottedLeftSpruceLight { border-left: #10676d 1px dotted } .borderDottedLateralSpruceLight { border-top: #10676d 1px dotted; border-bottom: #10676d 1px dotted } .borderDottedGutterSpruceLight { border-right: #10676d 1px dotted; border-left: #10676d 1px dotted } .borderDottedSpruceDark { border: #03474b 1px dotted } .borderDottedTopSpruceDark { border-top: #03474b 1px dotted } .borderDottedRightSpruceDark { border-right: #03474b 1px dotted } .borderDottedBottomSpruceDark { border-bottom: #03474b 1px dotted } .borderDottedLeftSpruceDark { border-left: #03474b 1px dotted } .borderDottedLateralSpruceDark { border-top: #03474b 1px dotted; border-bottom: #03474b 1px dotted } .borderDottedGutterSpruceDark { border-right: #03474b 1px dotted; border-left: #03474b 1px dotted } .borderDottedMaple { border: #c26225 1px dotted } .borderDottedTopMaple { border-top: #c26225 1px dotted } .borderDottedRightMaple { border-right: #c26225 1px dotted } .borderDottedBottomMaple { border-bottom: #c26225 1px dotted } .borderDottedLeftMaple { border-left: #c26225 1px dotted } .borderDottedLateralMaple { border-top: #c26225 1px dotted; border-bottom: #c26225 1px dotted } .borderDottedGutterMaple { border-right: #c26225 1px dotted; border-left: #c26225 1px dotted } .borderDottedMapleLight { border: #d97536 1px dotted } .borderDottedTopMapleLight { border-top: #d97536 1px dotted } .borderDottedRightMapleLight { border-right: #d97536 1px dotted } .borderDottedBottomMapleLight { border-bottom: #d97536 1px dotted } .borderDottedLeftMapleLight { border-left: #d97536 1px dotted } .borderDottedLateralMapleLight { border-top: #d97536 1px dotted; border-bottom: #d97536 1px dotted } .borderDottedGutterMapleLight { border-right: #d97536 1px dotted; border-left: #d97536 1px dotted } .borderDottedMapleDark { border: #b25317 1px dotted } .borderDottedTopMapleDark { border-top: #b25317 1px dotted } .borderDottedRightMapleDark { border-right: #b25317 1px dotted } .borderDottedBottomMapleDark { border-bottom: #b25317 1px dotted } .borderDottedLeftMapleDark { border-left: #b25317 1px dotted } .borderDottedLateralMapleDark { border-top: #b25317 1px dotted; border-bottom: #b25317 1px dotted } .borderDottedGutterMapleDark { border-right: #b25317 1px dotted; border-left: #b25317 1px dotted } .borderDottedToast { border: #ca997b 1px dotted } .borderDottedTopToast { border-top: #ca997b 1px dotted } .borderDottedRightToast { border-right: #ca997b 1px dotted } .borderDottedBottomToast { border-bottom: #ca997b 1px dotted } .borderDottedLeftToast { border-left: #ca997b 1px dotted } .borderDottedLateralToast { border-top: #ca997b 1px dotted; border-bottom: #ca997b 1px dotted } .borderDottedGutterToast { border-right: #ca997b 1px dotted; border-left: #ca997b 1px dotted } .borderDottedToastLight { border: #dcab8d 1px dotted } .borderDottedTopToastLight { border-top: #dcab8d 1px dotted } .borderDottedRightToastLight { border-right: #dcab8d 1px dotted } .borderDottedBottomToastLight { border-bottom: #dcab8d 1px dotted } .borderDottedLeftToastLight { border-left: #dcab8d 1px dotted } .borderDottedLateralToastLight { border-top: #dcab8d 1px dotted; border-bottom: #dcab8d 1px dotted } .borderDottedGutterToastLight { border-right: #dcab8d 1px dotted; border-left: #dcab8d 1px dotted } .borderDottedToastDark { border: #b58466 1px dotted } .borderDottedTopToastDark { border-top: #b58466 1px dotted } .borderDottedRightToastDark { border-right: #b58466 1px dotted } .borderDottedBottomToastDark { border-bottom: #b58466 1px dotted } .borderDottedLeftToastDark { border-left: #b58466 1px dotted } .borderDottedLateralToastDark { border-top: #b58466 1px dotted; border-bottom: #b58466 1px dotted } .borderDottedGutterToastDark { border-right: #b58466 1px dotted; border-left: #b58466 1px dotted } .borderDottedLilac { border: #774f8d 1px dotted } .borderDottedTopLilac { border-top: #774f8d 1px dotted } .borderDottedRightLilac { border-right: #774f8d 1px dotted } .borderDottedBottomLilac { border-bottom: #774f8d 1px dotted } .borderDottedLeftLilac { border-left: #774f8d 1px dotted } .borderDottedLateralLilac { border-top: #774f8d 1px dotted; border-bottom: #774f8d 1px dotted } .borderDottedGutterLilac { border-right: #774f8d 1px dotted; border-left: #774f8d 1px dotted } .borderDottedLilacLight { border: #8c61a4 1px dotted } .borderDottedTopLilacLight { border-top: #8c61a4 1px dotted } .borderDottedRightLilacLight { border-right: #8c61a4 1px dotted } .borderDottedBottomLilacLight { border-bottom: #8c61a4 1px dotted } .borderDottedLeftLilacLight { border-left: #8c61a4 1px dotted } .borderDottedLateralLilacLight { border-top: #8c61a4 1px dotted; border-bottom: #8c61a4 1px dotted } .borderDottedGutterLilacLight { border-right: #8c61a4 1px dotted; border-left: #8c61a4 1px dotted } .borderDottedLilacDark { border: #623d77 1px dotted } .borderDottedTopLilacDark { border-top: #623d77 1px dotted } .borderDottedRightLilacDark { border-right: #623d77 1px dotted } .borderDottedBottomLilacDark { border-bottom: #623d77 1px dotted } .borderDottedLeftLilacDark { border-left: #623d77 1px dotted } .borderDottedLateralLilacDark { border-top: #623d77 1px dotted; border-bottom: #623d77 1px dotted } .borderDottedGutterLilacDark { border-right: #623d77 1px dotted; border-left: #623d77 1px dotted } .borderDottedOtter { border: #806751 1px dotted } .borderDottedTopOtter { border-top: #806751 1px dotted } .borderDottedRightOtter { border-right: #806751 1px dotted } .borderDottedBottomOtter { border-bottom: #806751 1px dotted } .borderDottedLeftOtter { border-left: #806751 1px dotted } .borderDottedLateralOtter { border-top: #806751 1px dotted; border-bottom: #806751 1px dotted } .borderDottedGutterOtter { border-right: #806751 1px dotted; border-left: #806751 1px dotted } .borderDottedOtterLight { border: #977d65 1px dotted } .borderDottedTopOtterLight { border-top: #977d65 1px dotted } .borderDottedRightOtterLight { border-right: #977d65 1px dotted } .borderDottedBottomOtterLight { border-bottom: #977d65 1px dotted } .borderDottedLeftOtterLight { border-left: #977d65 1px dotted } .borderDottedLateralOtterLight { border-top: #977d65 1px dotted; border-bottom: #977d65 1px dotted } .borderDottedGutterOtterLight { border-right: #977d65 1px dotted; border-left: #977d65 1px dotted } .borderDottedOtterDark { border: #69513d 1px dotted } .borderDottedTopOtterDark { border-top: #69513d 1px dotted } .borderDottedRightOtterDark { border-right: #69513d 1px dotted } .borderDottedBottomOtterDark { border-bottom: #69513d 1px dotted } .borderDottedLeftOtterDark { border-left: #69513d 1px dotted } .borderDottedLateralOtterDark { border-top: #69513d 1px dotted; border-bottom: #69513d 1px dotted } .borderDottedGutterOtterDark { border-right: #69513d 1px dotted; border-left: #69513d 1px dotted } .borderDottedCurry { border: #cca234 1px dotted } .borderDottedTopCurry { border-top: #cca234 1px dotted } .borderDottedRightCurry { border-right: #cca234 1px dotted } .borderDottedBottomCurry { border-bottom: #cca234 1px dotted } .borderDottedLeftCurry { border-left: #cca234 1px dotted } .borderDottedLateralCurry { border-top: #cca234 1px dotted; border-bottom: #cca234 1px dotted } .borderDottedGutterCurry { border-right: #cca234 1px dotted; border-left: #cca234 1px dotted } .borderDottedCurryLight { border: #deb240 1px dotted } .borderDottedTopCurryLight { border-top: #deb240 1px dotted } .borderDottedRightCurryLight { border-right: #deb240 1px dotted } .borderDottedBottomCurryLight { border-bottom: #deb240 1px dotted } .borderDottedLeftCurryLight { border-left: #deb240 1px dotted } .borderDottedLateralCurryLight { border-top: #deb240 1px dotted; border-bottom: #deb240 1px dotted } .borderDottedGutterCurryLight { border-right: #deb240 1px dotted; border-left: #deb240 1px dotted } .borderDottedCurryDark { border: #b99026 1px dotted } .borderDottedTopCurryDark { border-top: #b99026 1px dotted } .borderDottedRightCurryDark { border-right: #b99026 1px dotted } .borderDottedBottomCurryDark { border-bottom: #b99026 1px dotted } .borderDottedLeftCurryDark { border-left: #b99026 1px dotted } .borderDottedLateralCurryDark { border-top: #b99026 1px dotted; border-bottom: #b99026 1px dotted } .borderDottedGutterCurryDark { border-right: #b99026 1px dotted; border-left: #b99026 1px dotted } .borderDottedGolden { border: #ae9749 1px dotted } .borderDottedTopGolden { border-top: #ae9749 1px dotted } .borderDottedRightGolden { border-right: #ae9749 1px dotted } .borderDottedBottomGolden { border-bottom: #ae9749 1px dotted } .borderDottedLeftGolden { border-left: #ae9749 1px dotted } .borderDottedLateralGolden { border-top: #ae9749 1px dotted; border-bottom: #ae9749 1px dotted } .borderDottedGutterGolden { border-right: #ae9749 1px dotted; border-left: #ae9749 1px dotted } .borderDottedGoldenLight { border: #bfa54d 1px dotted } .borderDottedTopGoldenLight { border-top: #bfa54d 1px dotted } .borderDottedRightGoldenLight { border-right: #bfa54d 1px dotted } .borderDottedBottomGoldenLight { border-bottom: #bfa54d 1px dotted } .borderDottedLeftGoldenLight { border-left: #bfa54d 1px dotted } .borderDottedLateralGoldenLight { border-top: #bfa54d 1px dotted; border-bottom: #bfa54d 1px dotted } .borderDottedGutterGoldenLight { border-right: #bfa54d 1px dotted; border-left: #bfa54d 1px dotted } .borderDottedGoldenDark { border: #a28a38 1px dotted } .borderDottedTopGoldenDark { border-top: #a28a38 1px dotted } .borderDottedRightGoldenDark { border-right: #a28a38 1px dotted } .borderDottedBottomGoldenDark { border-bottom: #a28a38 1px dotted } .borderDottedLeftGoldenDark { border-left: #a28a38 1px dotted } .borderDottedLateralGoldenDark { border-top: #a28a38 1px dotted; border-bottom: #a28a38 1px dotted } .borderDottedGutterGoldenDark { border-right: #a28a38 1px dotted; border-left: #a28a38 1px dotted } .borderDottedOlive { border: #cddc39 1px dotted } .borderDottedTopOlive { border-top: #cddc39 1px dotted } .borderDottedRightOlive { border-right: #cddc39 1px dotted } .borderDottedBottomOlive { border-bottom: #cddc39 1px dotted } .borderDottedLeftOlive { border-left: #cddc39 1px dotted } .borderDottedLateralOlive { border-top: #cddc39 1px dotted; border-bottom: #cddc39 1px dotted } .borderDottedGutterOlive { border-right: #cddc39 1px dotted; border-left: #cddc39 1px dotted } .borderDottedOliveLight { border: #daea41 1px dotted } .borderDottedTopOliveLight { border-top: #daea41 1px dotted } .borderDottedRightOliveLight { border-right: #daea41 1px dotted } .borderDottedBottomOliveLight { border-bottom: #daea41 1px dotted } .borderDottedLeftOliveLight { border-left: #daea41 1px dotted } .borderDottedLateralOliveLight { border-top: #daea41 1px dotted; border-bottom: #daea41 1px dotted } .borderDottedGutterOliveLight { border-right: #daea41 1px dotted; border-left: #daea41 1px dotted } .borderDottedOliveDark { border: #bac92b 1px dotted } .borderDottedTopOliveDark { border-top: #bac92b 1px dotted } .borderDottedRightOliveDark { border-right: #bac92b 1px dotted } .borderDottedBottomOliveDark { border-bottom: #bac92b 1px dotted } .borderDottedLeftOliveDark { border-left: #bac92b 1px dotted } .borderDottedLateralOliveDark { border-top: #bac92b 1px dotted; border-bottom: #bac92b 1px dotted } .borderDottedGutterOliveDark { border-right: #bac92b 1px dotted; border-left: #bac92b 1px dotted } .borderDottedBrown { border: #795547 1px dotted } .borderDottedTopBrown { border-top: #795547 1px dotted } .borderDottedRightBrown { border-right: #795547 1px dotted } .borderDottedBottomBrown { border-bottom: #795547 1px dotted } .borderDottedLeftBrown { border-left: #795547 1px dotted } .borderDottedLateralBrown { border-top: #795547 1px dotted; border-bottom: #795547 1px dotted } .borderDottedGutterBrown { border-right: #795547 1px dotted; border-left: #795547 1px dotted } .borderDottedBrownLight { border: #8c6556 1px dotted } .borderDottedTopBrownLight { border-top: #8c6556 1px dotted } .borderDottedRightBrownLight { border-right: #8c6556 1px dotted } .borderDottedBottomBrownLight { border-bottom: #8c6556 1px dotted } .borderDottedLeftBrownLight { border-left: #8c6556 1px dotted } .borderDottedLateralBrownLight { border-top: #8c6556 1px dotted; border-bottom: #8c6556 1px dotted } .borderDottedGutterBrownLight { border-right: #8c6556 1px dotted; border-left: #8c6556 1px dotted } .borderDottedBrownDark { border: #654235 1px dotted } .borderDottedTopBrownDark { border-top: #654235 1px dotted } .borderDottedRightBrownDark { border-right: #654235 1px dotted } .borderDottedBottomBrownDark { border-bottom: #654235 1px dotted } .borderDottedLeftBrownDark { border-left: #654235 1px dotted } .borderDottedLateralBrownDark { border-top: #654235 1px dotted; border-bottom: #654235 1px dotted } .borderDottedGutterBrownDark { border-right: #654235 1px dotted; border-left: #654235 1px dotted } .borderDottedApricot { border: #feb75f 1px dotted } .borderDottedTopApricot { border-top: #feb75f 1px dotted } .borderDottedRightApricot { border-right: #feb75f 1px dotted } .borderDottedBottomApricot { border-bottom: #feb75f 1px dotted } .borderDottedLeftApricot { border-left: #feb75f 1px dotted } .borderDottedLateralApricot { border-top: #feb75f 1px dotted; border-bottom: #feb75f 1px dotted } .borderDottedGutterApricot { border-right: #feb75f 1px dotted; border-left: #feb75f 1px dotted } .borderDottedApricotLight { border: #fdc47d 1px dotted } .borderDottedTopApricotLight { border-top: #fdc47d 1px dotted } .borderDottedRightApricotLight { border-right: #fdc47d 1px dotted } .borderDottedBottomApricotLight { border-bottom: #fdc47d 1px dotted } .borderDottedLeftApricotLight { border-left: #fdc47d 1px dotted } .borderDottedLateralApricotLight { border-top: #fdc47d 1px dotted; border-bottom: #fdc47d 1px dotted } .borderDottedGutterApricotLight { border-right: #fdc47d 1px dotted; border-left: #fdc47d 1px dotted } .borderDottedApricotDark { border: #fdab44 1px dotted } .borderDottedTopApricotDark { border-top: #fdab44 1px dotted } .borderDottedRightApricotDark { border-right: #fdab44 1px dotted } .borderDottedBottomApricotDark { border-bottom: #fdab44 1px dotted } .borderDottedLeftApricotDark { border-left: #fdab44 1px dotted } .borderDottedLateralApricotDark { border-top: #fdab44 1px dotted; border-bottom: #fdab44 1px dotted } .borderDottedGutterApricotDark { border-right: #fdab44 1px dotted; border-left: #fdab44 1px dotted } .borderDottedCockatoo { border: #5ad0ba 1px dotted } .borderDottedTopCockatoo { border-top: #5ad0ba 1px dotted } .borderDottedRightCockatoo { border-right: #5ad0ba 1px dotted } .borderDottedBottomCockatoo { border-bottom: #5ad0ba 1px dotted } .borderDottedLeftCockatoo { border-left: #5ad0ba 1px dotted } .borderDottedLateralCockatoo { border-top: #5ad0ba 1px dotted; border-bottom: #5ad0ba 1px dotted } .borderDottedGutterCockatoo { border-right: #5ad0ba 1px dotted; border-left: #5ad0ba 1px dotted } .borderDottedCockatooLight { border: #69e0ca 1px dotted } .borderDottedTopCockatooLight { border-top: #69e0ca 1px dotted } .borderDottedRightCockatooLight { border-right: #69e0ca 1px dotted } .borderDottedBottomCockatooLight { border-bottom: #69e0ca 1px dotted } .borderDottedLeftCockatooLight { border-left: #69e0ca 1px dotted } .borderDottedLateralCockatooLight { border-top: #69e0ca 1px dotted; border-bottom: #69e0ca 1px dotted } .borderDottedGutterCockatooLight { border-right: #69e0ca 1px dotted; border-left: #69e0ca 1px dotted } .borderDottedCockatooDark { border: #46b8a3 1px dotted } .borderDottedTopCockatooDark { border-top: #46b8a3 1px dotted } .borderDottedRightCockatooDark { border-right: #46b8a3 1px dotted } .borderDottedBottomCockatooDark { border-bottom: #46b8a3 1px dotted } .borderDottedLeftCockatooDark { border-left: #46b8a3 1px dotted } .borderDottedLateralCockatooDark { border-top: #46b8a3 1px dotted; border-bottom: #46b8a3 1px dotted } .borderDottedGutterCockatooDark { border-right: #46b8a3 1px dotted; border-left: #46b8a3 1px dotted } .borderDottedImperial { border: #00599b 1px dotted } .borderDottedTopImperial { border-top: #00599b 1px dotted } .borderDottedRightImperial { border-right: #00599b 1px dotted } .borderDottedBottomImperial { border-bottom: #00599b 1px dotted } .borderDottedLeftImperial { border-left: #00599b 1px dotted } .borderDottedLateralImperial { border-top: #00599b 1px dotted; border-bottom: #00599b 1px dotted } .borderDottedGutterImperial { border-right: #00599b 1px dotted; border-left: #00599b 1px dotted } .borderDottedImperialLight { border: #1171b9 1px dotted } .borderDottedTopImperialLight { border-top: #1171b9 1px dotted } .borderDottedRightImperialLight { border-right: #1171b9 1px dotted } .borderDottedBottomImperialLight { border-bottom: #1171b9 1px dotted } .borderDottedLeftImperialLight { border-left: #1171b9 1px dotted } .borderDottedLateralImperialLight { border-top: #1171b9 1px dotted; border-bottom: #1171b9 1px dotted } .borderDottedGutterImperialLight { border-right: #1171b9 1px dotted; border-left: #1171b9 1px dotted } .borderDottedImperialDark { border: #01477b 1px dotted } .borderDottedTopImperialDark { border-top: #01477b 1px dotted } .borderDottedRightImperialDark { border-right: #01477b 1px dotted } .borderDottedBottomImperialDark { border-bottom: #01477b 1px dotted } .borderDottedLeftImperialDark { border-left: #01477b 1px dotted } .borderDottedLateralImperialDark { border-top: #01477b 1px dotted; border-bottom: #01477b 1px dotted } .borderDottedGutterImperialDark { border-right: #01477b 1px dotted; border-left: #01477b 1px dotted } .borderDottedBluestone { border: #517082 1px dotted } .borderDottedTopBluestone { border-top: #517082 1px dotted } .borderDottedRightBluestone { border-right: #517082 1px dotted } .borderDottedBottomBluestone { border-bottom: #517082 1px dotted } .borderDottedLeftBluestone { border-left: #517082 1px dotted } .borderDottedLateralBluestone { border-top: #517082 1px dotted; border-bottom: #517082 1px dotted } .borderDottedGutterBluestone { border-right: #517082 1px dotted; border-left: #517082 1px dotted } .borderDottedBluestoneLight { border: #648699 1px dotted } .borderDottedTopBluestoneLight { border-top: #648699 1px dotted } .borderDottedRightBluestoneLight { border-right: #648699 1px dotted } .borderDottedBottomBluestoneLight { border-bottom: #648699 1px dotted } .borderDottedLeftBluestoneLight { border-left: #648699 1px dotted } .borderDottedLateralBluestoneLight { border-top: #648699 1px dotted; border-bottom: #648699 1px dotted } .borderDottedGutterBluestoneLight { border-right: #648699 1px dotted; border-left: #648699 1px dotted } .borderDottedBluestoneDark { border: #3c5b6d 1px dotted } .borderDottedTopBluestoneDark { border-top: #3c5b6d 1px dotted } .borderDottedRightBluestoneDark { border-right: #3c5b6d 1px dotted } .borderDottedBottomBluestoneDark { border-bottom: #3c5b6d 1px dotted } .borderDottedLeftBluestoneDark { border-left: #3c5b6d 1px dotted } .borderDottedLateralBluestoneDark { border-top: #3c5b6d 1px dotted; border-bottom: #3c5b6d 1px dotted } .borderDottedGutterBluestoneDark { border-right: #3c5b6d 1px dotted; border-left: #3c5b6d 1px dotted } .borderDottedCyan { border: #00bcd5 1px dotted } .borderDottedTopCyan { border-top: #00bcd5 1px dotted } .borderDottedRightCyan { border-right: #00bcd5 1px dotted } .borderDottedBottomCyan { border-bottom: #00bcd5 1px dotted } .borderDottedLeftCyan { border-left: #00bcd5 1px dotted } .borderDottedLateralCyan { border-top: #00bcd5 1px dotted; border-bottom: #00bcd5 1px dotted } .borderDottedGutterCyan { border-right: #00bcd5 1px dotted; border-left: #00bcd5 1px dotted } .borderDottedCyanLight { border: #0acce6 1px dotted } .borderDottedTopCyanLight { border-top: #0acce6 1px dotted } .borderDottedRightCyanLight { border-right: #0acce6 1px dotted } .borderDottedBottomCyanLight { border-bottom: #0acce6 1px dotted } .borderDottedLeftCyanLight { border-left: #0acce6 1px dotted } .borderDottedLateralCyanLight { border-top: #0acce6 1px dotted; border-bottom: #0acce6 1px dotted } .borderDottedGutterCyanLight { border-right: #0acce6 1px dotted; border-left: #0acce6 1px dotted } .borderDottedCyanDark { border: #02abc1 1px dotted } .borderDottedTopCyanDark { border-top: #02abc1 1px dotted } .borderDottedRightCyanDark { border-right: #02abc1 1px dotted } .borderDottedBottomCyanDark { border-bottom: #02abc1 1px dotted } .borderDottedLeftCyanDark { border-left: #02abc1 1px dotted } .borderDottedLateralCyanDark { border-top: #02abc1 1px dotted; border-bottom: #02abc1 1px dotted } .borderDottedGutterCyanDark { border-right: #02abc1 1px dotted; border-left: #02abc1 1px dotted } .borderDottedTeal { border: #009788 1px dotted } .borderDottedTopTeal { border-top: #009788 1px dotted } .borderDottedRightTeal { border-right: #009788 1px dotted } .borderDottedBottomTeal { border-bottom: #009788 1px dotted } .borderDottedLeftTeal { border-left: #009788 1px dotted } .borderDottedLateralTeal { border-top: #009788 1px dotted; border-bottom: #009788 1px dotted } .borderDottedGutterTeal { border-right: #009788 1px dotted; border-left: #009788 1px dotted } .borderDottedTealLight { border: #07ac9c 1px dotted } .borderDottedTopTealLight { border-top: #07ac9c 1px dotted } .borderDottedRightTealLight { border-right: #07ac9c 1px dotted } .borderDottedBottomTealLight { border-bottom: #07ac9c 1px dotted } .borderDottedLeftTealLight { border-left: #07ac9c 1px dotted } .borderDottedLateralTealLight { border-top: #07ac9c 1px dotted; border-bottom: #07ac9c 1px dotted } .borderDottedGutterTealLight { border-right: #07ac9c 1px dotted; border-left: #07ac9c 1px dotted } .borderDottedTealDark { border: #017e72 1px dotted } .borderDottedTopTealDark { border-top: #017e72 1px dotted } .borderDottedRightTealDark { border-right: #017e72 1px dotted } .borderDottedBottomTealDark { border-bottom: #017e72 1px dotted } .borderDottedLeftTealDark { border-left: #017e72 1px dotted } .borderDottedLateralTealDark { border-top: #017e72 1px dotted; border-bottom: #017e72 1px dotted } .borderDottedGutterTealDark { border-right: #017e72 1px dotted; border-left: #017e72 1px dotted } .borderDottedIndigo { border: #3f51b5 1px dotted } .borderDottedTopIndigo { border-top: #3f51b5 1px dotted } .borderDottedRightIndigo { border-right: #3f51b5 1px dotted } .borderDottedBottomIndigo { border-bottom: #3f51b5 1px dotted } .borderDottedLeftIndigo { border-left: #3f51b5 1px dotted } .borderDottedLateralIndigo { border-top: #3f51b5 1px dotted; border-bottom: #3f51b5 1px dotted } .borderDottedGutterIndigo { border-right: #3f51b5 1px dotted; border-left: #3f51b5 1px dotted } .borderDottedIndigoLight { border: #4a5cc4 1px dotted } .borderDottedTopIndigoLight { border-top: #4a5cc4 1px dotted } .borderDottedRightIndigoLight { border-right: #4a5cc4 1px dotted } .borderDottedBottomIndigoLight { border-bottom: #4a5cc4 1px dotted } .borderDottedLeftIndigoLight { border-left: #4a5cc4 1px dotted } .borderDottedLateralIndigoLight { border-top: #4a5cc4 1px dotted; border-bottom: #4a5cc4 1px dotted } .borderDottedGutterIndigoLight { border-right: #4a5cc4 1px dotted; border-left: #4a5cc4 1px dotted } .borderDottedIndigoDark { border: #3243a4 1px dotted } .borderDottedTopIndigoDark { border-top: #3243a4 1px dotted } .borderDottedRightIndigoDark { border-right: #3243a4 1px dotted } .borderDottedBottomIndigoDark { border-bottom: #3243a4 1px dotted } .borderDottedLeftIndigoDark { border-left: #3243a4 1px dotted } .borderDottedLateralIndigoDark { border-top: #3243a4 1px dotted; border-bottom: #3243a4 1px dotted } .borderDottedGutterIndigoDark { border-right: #3243a4 1px dotted; border-left: #3243a4 1px dotted } .borderDottedOcean { border: #1296c7 1px dotted } .borderDottedTopOcean { border-top: #1296c7 1px dotted } .borderDottedRightOcean { border-right: #1296c7 1px dotted } .borderDottedBottomOcean { border-bottom: #1296c7 1px dotted } .borderDottedLeftOcean { border-left: #1296c7 1px dotted } .borderDottedLateralOcean { border-top: #1296c7 1px dotted; border-bottom: #1296c7 1px dotted } .borderDottedGutterOcean { border-right: #1296c7 1px dotted; border-left: #1296c7 1px dotted } .borderDottedOceanLight { border: #1fa2d2 1px dotted } .borderDottedTopOceanLight { border-top: #1fa2d2 1px dotted } .borderDottedRightOceanLight { border-right: #1fa2d2 1px dotted } .borderDottedBottomOceanLight { border-bottom: #1fa2d2 1px dotted } .borderDottedLeftOceanLight { border-left: #1fa2d2 1px dotted } .borderDottedLateralOceanLight { border-top: #1fa2d2 1px dotted; border-bottom: #1fa2d2 1px dotted } .borderDottedGutterOceanLight { border-right: #1fa2d2 1px dotted; border-left: #1fa2d2 1px dotted } .borderDottedOceanDark { border: #0c87b5 1px dotted } .borderDottedTopOceanDark { border-top: #0c87b5 1px dotted } .borderDottedRightOceanDark { border-right: #0c87b5 1px dotted } .borderDottedBottomOceanDark { border-bottom: #0c87b5 1px dotted } .borderDottedLeftOceanDark { border-left: #0c87b5 1px dotted } .borderDottedLateralOceanDark { border-top: #0c87b5 1px dotted; border-bottom: #0c87b5 1px dotted } .borderDottedGutterOceanDark { border-right: #0c87b5 1px dotted; border-left: #0c87b5 1px dotted } .borderDottedVibrantYellow { border: #fedd04 1px dotted } .borderDottedTopVibrantYellow { border-top: #fedd04 1px dotted } .borderDottedRightVibrantYellow { border-right: #fedd04 1px dotted } .borderDottedBottomVibrantYellow { border-bottom: #fedd04 1px dotted } .borderDottedLeftVibrantYellow { border-left: #fedd04 1px dotted } .borderDottedLateralVibrantYellow { border-top: #fedd04 1px dotted; border-bottom: #fedd04 1px dotted } .borderDottedGutterVibrantYellow { border-right: #fedd04 1px dotted; border-left: #fedd04 1px dotted } .borderDottedVibrantYellowLight { border: #fee32e 1px dotted } .borderDottedTopVibrantYellowLight { border-top: #fee32e 1px dotted } .borderDottedRightVibrantYellowLight { border-right: #fee32e 1px dotted } .borderDottedBottomVibrantYellowLight { border-bottom: #fee32e 1px dotted } .borderDottedLeftVibrantYellowLight { border-left: #fee32e 1px dotted } .borderDottedLateralVibrantYellowLight { border-top: #fee32e 1px dotted; border-bottom: #fee32e 1px dotted } .borderDottedGutterVibrantYellowLight { border-right: #fee32e 1px dotted; border-left: #fee32e 1px dotted } .borderDottedVibrantYellowDark { border: #f2d40d 1px dotted } .borderDottedTopVibrantYellowDark { border-top: #f2d40d 1px dotted } .borderDottedRightVibrantYellowDark { border-right: #f2d40d 1px dotted } .borderDottedBottomVibrantYellowDark { border-bottom: #f2d40d 1px dotted } .borderDottedLeftVibrantYellowDark { border-left: #f2d40d 1px dotted } .borderDottedLateralVibrantYellowDark { border-top: #f2d40d 1px dotted; border-bottom: #f2d40d 1px dotted } .borderDottedGutterVibrantYellowDark { border-right: #f2d40d 1px dotted; border-left: #f2d40d 1px dotted } .borderDottedPoppy { border: #f2672e 1px dotted } .borderDottedTopPoppy { border-top: #f2672e 1px dotted } .borderDottedRightPoppy { border-right: #f2672e 1px dotted } .borderDottedBottomPoppy { border-bottom: #f2672e 1px dotted } .borderDottedLeftPoppy { border-left: #f2672e 1px dotted } .borderDottedLateralPoppy { border-top: #f2672e 1px dotted; border-bottom: #f2672e 1px dotted } .borderDottedGutterPoppy { border-right: #f2672e 1px dotted; border-left: #f2672e 1px dotted } .borderDottedPoppyLight { border: #fb743c 1px dotted } .borderDottedTopPoppyLight { border-top: #fb743c 1px dotted } .borderDottedRightPoppyLight { border-right: #fb743c 1px dotted } .borderDottedBottomPoppyLight { border-bottom: #fb743c 1px dotted } .borderDottedLeftPoppyLight { border-left: #fb743c 1px dotted } .borderDottedLateralPoppyLight { border-top: #fb743c 1px dotted; border-bottom: #fb743c 1px dotted } .borderDottedGutterPoppyLight { border-right: #fb743c 1px dotted; border-left: #fb743c 1px dotted } .borderDottedPoppyDark { border: #e25b24 1px dotted } .borderDottedTopPoppyDark { border-top: #e25b24 1px dotted } .borderDottedRightPoppyDark { border-right: #e25b24 1px dotted } .borderDottedBottomPoppyDark { border-bottom: #e25b24 1px dotted } .borderDottedLeftPoppyDark { border-left: #e25b24 1px dotted } .borderDottedLateralPoppyDark { border-top: #e25b24 1px dotted; border-bottom: #e25b24 1px dotted } .borderDottedGutterPoppyDark { border-right: #e25b24 1px dotted; border-left: #e25b24 1px dotted } .borderNone { border:none 0px } .borderTopNone { border-top:none 0px } .borderRightNone { border-right:none 0px } .borderBottomNone { border-bottom:none 0px } .borderLeftNone { border-left:none 0px } .borderTransparent { border:transparent 1px solid } .borderTopTransparent { border-top:transparent 1px solid } .borderRightTransparent { border-right:transparent 1px solid } .borderBottomTransparent { border-bottom:transparent 1px solid } .borderLeftTransparent { border-left:transparent 1px solid } .borderRadiusNone { -webkit-border-radius: 0px !important; -moz-border-radius: 0px !important; border-radius: 0px !important } .borderRadius5 { -webkit-border-radius: 5px !important; -moz-border-radius: 5px !important; border-radius: 5px !important } .borderRadius-tl-5 { -webkit-border-radius: 5px 0 0 0 !important; -moz-border-radius: 5px 0 0 0 !important; border-radius: 5px 0 0 0 !important } .borderRadius-tltr-5 { -webkit-border-radius: 5px 5px 0 0 !important; -moz-border-radius: 5px 5px 0 0 !important; border-radius: 5px 5px 0 0 !important } .borderRadius-tlbr-5 { -webkit-border-radius: 5px 0 5px 0 !important; -moz-border-radius: 5px 0 5px 0 !important; border-radius: 5px 0 5px 0 !important } .borderRadius-tr-5 { -webkit-border-radius: 0 5px 0 0 !important; -moz-border-radius: 0 5px 0 0 !important; border-radius: 0 5px 0 0 !important } .borderRadius-trbr-5 { -webkit-border-radius: 0 5px 5px 0 !important; -moz-border-radius: 0 5px 5px 0 !important; border-radius: 0 5px 5px 0 !important } .borderRadius-trbl-5 { -webkit-border-radius: 0 5px 0 5px !important; -moz-border-radius: 0 5px 0 5px !important; border-radius: 0 5px 0 5px !important } .borderRadius-br-5 { -webkit-border-radius: 0 0 5px 0 !important; -moz-border-radius: 0 0 5px 0 !important; border-radius: 0 0 5px 0 !important } .borderRadius-brbl-5 { -webkit-border-radius: 0 0 5px 5px !important; -moz-border-radius: 0 0 5px 5px !important; border-radius: 0 0 5px 5px !important } .borderRadius-bl-5 { -webkit-border-radius: 0 0 0 5px !important; -moz-border-radius: 0 0 0 5px !important; border-radius: 0 0 0 5px !important } .borderRadius-bltl-5 { -webkit-border-radius: 5px 0 0 5px !important; -moz-border-radius: 5px 0 0 5px !important; border-radius: 5px 0 0 5px !important } .borderRadius6 { -webkit-border-radius: 6px !important; -moz-border-radius: 6px !important; border-radius: 5px !important } .borderRadius-tl-6 { -webkit-border-radius: 6px 0 0 0 !important; -moz-border-radius: 6px 0 0 0 !important; border-radius: 6px 0 0 0 !important } .borderRadius-tltr-6 { -webkit-border-radius: 6px 6px 0 0 !important; -moz-border-radius: 6px 6px 0 0 !important; border-radius: 6px 6px 0 0 !important } .borderRadius-tlbr-6 { -webkit-border-radius: 6px 0 6px 0 !important; -moz-border-radius: 6px 0 6px 0 !important; border-radius: 6px 0 6px 0 !important } .borderRadius-tr-6 { -webkit-border-radius: 0 6px 0 0 !important; -moz-border-radius: 0 6px 0 0 !important; border-radius: 0 6px 0 0 !important } .borderRadius-trbr-6 { -webkit-border-radius: 0 6px 6px 0 !important; -moz-border-radius: 0 6px 6px 0 !important; border-radius: 0 6px 6px 0 !important } .borderRadius-trbl-6 { -webkit-border-radius: 0 6px 0 6px !important; -moz-border-radius: 0 6px 0 6px !important; border-radius: 0 6px 0 6px !important } .borderRadius-br-6 { -webkit-border-radius: 0 0 6px 0 !important; -moz-border-radius: 0 0 6px 0 !important; border-radius: 0 0 6px 0 !important } .borderRadius-brbl-6 { -webkit-border-radius: 0 0 6px 6px !important; -moz-border-radius: 0 0 6px 6px !important; border-radius: 0 0 6px 6px !important } .borderRadius-bl-6 { -webkit-border-radius: 0 0 0 6px !important; -moz-border-radius: 0 0 0 6px !important; border-radius: 0 0 0 6px !important } .borderRadius-bltl-6 { -webkit-border-radius: 6px 0 0 6px !important; -moz-border-radius: 6px 0 0 6px !important; border-radius: 6px 0 0 6px !important } .borderRadius7 { -webkit-border-radius: 7px !important; -moz-border-radius: 7px !important; border-radius: 7px !important } .borderRadius-tl-7 { -webkit-border-radius: 7px 0 0 0 !important; -moz-border-radius: 7px 0 0 0 !important; border-radius: 7px 0 0 0 !important } .borderRadius-tltr-7 { -webkit-border-radius: 7px 7px 0 0 !important; -moz-border-radius: 7px 7px 0 0 !important; border-radius: 7px 7px 0 0 !important } .borderRadius-tlbr-7 { -webkit-border-radius: 7px 0 7px 0 !important; -moz-border-radius: 7px 0 7px 0 !important; border-radius: 7px 0 7px 0 !important } .borderRadius-tr-7 { -webkit-border-radius: 0 7px 0 0 !important; -moz-border-radius: 0 7px 0 0 !important; border-radius: 0 7px 0 0 !important } .borderRadius-trbr-7 { -webkit-border-radius: 0 7px 7px 0 !important; -moz-border-radius: 0 7px 7px 0 !important; border-radius: 0 7px 7px 0 !important } .borderRadius-trbl-7 { -webkit-border-radius: 0 7px 0 7px !important; -moz-border-radius: 0 7px 0 7px !important; border-radius: 0 7px 0 7px !important } .borderRadius-br-7 { -webkit-border-radius: 0 0 7px 0 !important; -moz-border-radius: 0 0 7px 0 !important; border-radius: 0 0 7px 0 !important } .borderRadius-brbl-7 { -webkit-border-radius: 0 0 7px 7px !important; -moz-border-radius: 0 0 7px 7px !important; border-radius: 0 0 7px 7px !important } .borderRadius-bl-7 { -webkit-border-radius: 0 0 0 7px !important; -moz-border-radius: 0 0 0 7px !important; border-radius: 0 0 0 7px !important } .borderRadius-bltl-7 { -webkit-border-radius: 7px 0 0 7px !important; -moz-border-radius: 7px 0 0 7px !important; border-radius: 7px 0 0 7px !important } .borderRadius8 { -webkit-border-radius: 8px !important; -moz-border-radius: 8px !important; border-radius: 8px !important } .borderRadius-tl-8 { -webkit-border-radius: 8px 0 0 0 !important; -moz-border-radius: 8px 0 0 0 !important; border-radius: 8px 0 0 0 !important } .borderRadius-tltr-8 { -webkit-border-radius: 8px 8px 0 0 !important; -moz-border-radius: 8px 8px 0 0 !important; border-radius: 8px 8px 0 0 !important } .borderRadius-tlbr-8 { -webkit-border-radius: 8px 0 8px 0 !important; -moz-border-radius: 8px 0 8px 0 !important; border-radius: 8px 0 8px 0 !important } .borderRadius-tr-8 { -webkit-border-radius: 0 8px 0 0 !important; -moz-border-radius: 0 8px 0 0 !important; border-radius: 0 8px 0 0 !important } .borderRadius-trbr-8 { -webkit-border-radius: 0 8px 8px 0 !important; -moz-border-radius: 0 8px 8px 0 !important; border-radius: 0 8px 8px 0 !important } .borderRadius-trbl-8 { -webkit-border-radius: 0 8px 0 8px !important; -moz-border-radius: 0 8px 0 8px !important; border-radius: 0 8px 0 8px !important } .borderRadius-br-8 { -webkit-border-radius: 0 0 8px 0 !important; -moz-border-radius: 0 0 8px 0 !important; border-radius: 0 0 8px 0 !important } .borderRadius-brbl-8 { -webkit-border-radius: 0 0 8px 8px !important; -moz-border-radius: 0 0 8px 8px !important; border-radius: 0 0 8px 8px !important } .borderRadius-bl-8 { -webkit-border-radius: 0 0 0 8px !important; -moz-border-radius: 0 0 0 8px !important; border-radius: 0 0 0 8px !important } .borderRadius-bltl-8 { -webkit-border-radius: 8px 0 0 8px !important; -moz-border-radius: 8px 0 0 8px !important; border-radius: 8px 0 0 8px !important } .borderRadius9 { -webkit-border-radius: 9px !important; -moz-border-radius: 9px !important; border-radius: 9px !important } .borderRadius-tl-9 { -webkit-border-radius: 9px 0 0 0 !important; -moz-border-radius: 9px 0 0 0 !important; border-radius: 9px 0 0 0 !important } .borderRadius-tltr-9 { -webkit-border-radius: 9px 9px 0 0 !important; -moz-border-radius: 9px 9px 0 0 !important; border-radius: 9px 9px 0 0 !important } .borderRadius-tlbr-9 { -webkit-border-radius: 9px 0 9px 0 !important; -moz-border-radius: 9px 0 9px 0 !important; border-radius: 9px 0 9px 0 !important } .borderRadius-tr-9 { -webkit-border-radius: 0 9px 0 0 !important; -moz-border-radius: 0 9px 0 0 !important; border-radius: 0 9px 0 0 !important } .borderRadius-trbr-9 { -webkit-border-radius: 0 9px 9px 0 !important; -moz-border-radius: 0 9px 9px 0 !important; border-radius: 0 9px 9px 0 !important } .borderRadius-trbl-9 { -webkit-border-radius: 0 9px 0 9px !important; -moz-border-radius: 0 9px 0 9px !important; border-radius: 0 9px 0 9px !important } .borderRadius-br-9 { -webkit-border-radius: 0 0 9px 0 !important; -moz-border-radius: 0 0 9px 0 !important; border-radius: 0 0 9px 0 !important } .borderRadius-brbl-9 { -webkit-border-radius: 0 0 9px 9px !important; -moz-border-radius: 0 0 9px 9px !important; border-radius: 0 0 9px 9px !important } .borderRadius-bl-9 { -webkit-border-radius: 0 0 0 9px !important; -moz-border-radius: 0 0 0 9px !important; border-radius: 0 0 0 9px !important } .borderRadius-bltl-9 { -webkit-border-radius: 9px 0 0 9px !important; -moz-border-radius: 9px 0 0 9px !important; border-radius: 9px 0 0 9px !important } .borderRadius10 { -webkit-border-radius: 10px !important; -moz-border-radius: 10px !important; border-radius: 10px !important } .borderRadius-tl-10 { -webkit-border-radius: 10px 0 0 0 !important; -moz-border-radius: 10px 0 0 0 !important; border-radius: 10px 0 0 0 !important } .borderRadius-tltr-10 { -webkit-border-radius: 10px 10px 0 0 !important; -moz-border-radius: 10px 10px 0 0 !important; border-radius: 10px 10px 0 0 !important } .borderRadius-tlbr-10 { -webkit-border-radius: 10px 0 10px 0 !important; -moz-border-radius: 10px 0 10px 0 !important; border-radius: 10px 0 10px 0 !important } .borderRadius-tr-10 { -webkit-border-radius: 0 10px 0 0 !important; -moz-border-radius: 0 10px 0 0 !important; border-radius: 0 10px 0 0 !important } .borderRadius-trbr-10 { -webkit-border-radius: 0 10px 10px 0 !important; -moz-border-radius: 0 10px 10px 0 !important; border-radius: 0 10px 10px 0 !important } .borderRadius-trbl-10 { -webkit-border-radius: 0 10px 0 10px !important; -moz-border-radius: 0 10px 0 10px !important; border-radius: 0 10px 0 10px !important } .borderRadius-br-10 { -webkit-border-radius: 0 0 10px 0 !important; -moz-border-radius: 0 0 10px 0 !important; border-radius: 0 0 10px 0 !important } .borderRadius-brbl-10 { -webkit-border-radius: 0 0 10px 10px !important; -moz-border-radius: 0 0 10px 10px !important; border-radius: 0 0 10px 10px !important } .borderRadius-bl-10 { -webkit-border-radius: 0 0 0 10px !important; -moz-border-radius: 0 0 0 10px !important; border-radius: 0 0 0 10px !important } .borderRadius-bltl-10 { -webkit-border-radius: 10px 0 0 10px !important; -moz-border-radius: 10px 0 0 10px !important; border-radius: 10px 0 0 10px !important } .borderRadius12 { -webkit-border-radius: 12px !important; -moz-border-radius: 12px !important; border-radius: 12px !important } .borderRadius-tl-12 { -webkit-border-radius: 12px 0 0 0 !important; -moz-border-radius: 12px 0 0 0 !important; border-radius: 12px 0 0 0 !important } .borderRadius-tltr-12 { -webkit-border-radius: 12px 12px 0 0 !important; -moz-border-radius: 12px 12px 0 0 !important; border-radius: 12px 12px 0 0 !important } .borderRadius-tlbr-12 { -webkit-border-radius: 12px 0 12px 0 !important; -moz-border-radius: 12px 0 12px 0 !important; border-radius: 12px 0 12px 0 !important } .borderRadius-tr-12 { -webkit-border-radius: 0 12px 0 0 !important; -moz-border-radius: 0 12px 0 0 !important; border-radius: 0 12px 0 0 !important } .borderRadius-trbr-12 { -webkit-border-radius: 0 12px 12px 0 !important; -moz-border-radius: 0 12px 12px 0 !important; border-radius: 0 12px 12px 0 !important } .borderRadius-trbl-12 { -webkit-border-radius: 0 12px 0 12px !important; -moz-border-radius: 0 12px 0 12px !important; border-radius: 0 12px 0 12px !important } .borderRadius-br-12 { -webkit-border-radius: 0 0 12px 0 !important; -moz-border-radius: 0 0 12px 0 !important; border-radius: 0 0 12px 0 !important } .borderRadius-brbl-12 { -webkit-border-radius: 0 0 12px 12px !important; -moz-border-radius: 0 0 12px 12px !important; border-radius: 0 0 12px 12px !important } .borderRadius-bl-12 { -webkit-border-radius: 0 0 0 12px !important; -moz-border-radius: 0 0 0 12px !important; border-radius: 0 0 0 12px !important } .borderRadius-bltl-12 { -webkit-border-radius: 12px 0 0 12px !important; -moz-border-radius: 12px 0 0 12px !important; border-radius: 12px 0 0 12px !important } .borderRadius15 { -webkit-border-radius: 15px !important; -moz-border-radius: 15px !important; border-radius: 15px !important } .borderRadius-tl-15 { -webkit-border-radius: 15px 0 0 0 !important; -moz-border-radius: 15px 0 0 0 !important; border-radius: 15px 0 0 0 !important } .borderRadius-tltr-15 { -webkit-border-radius: 15px 15px 0 0 !important; -moz-border-radius: 15px 15px 0 0 !important; border-radius: 15px 15px 0 0 !important } .borderRadius-tlbr-15 { -webkit-border-radius: 15px 0 15px 0 !important; -moz-border-radius: 15px 0 15px 0 !important; border-radius: 15px 0 15px 0 !important } .borderRadius-tr-15 { -webkit-border-radius: 0 15px 0 0 !important; -moz-border-radius: 0 15px 0 0 !important; border-radius: 0 15px 0 0 !important } .borderRadius-trbr-15 { -webkit-border-radius: 0 15px 15px 0 !important; -moz-border-radius: 0 15px 15px 0 !important; border-radius: 0 15px 15px 0 !important } .borderRadius-trbl-15 { -webkit-border-radius: 0 15px 0 15px !important; -moz-border-radius: 0 15px 0 15px !important; border-radius: 0 15px 0 15px !important } .borderRadius-br-15 { -webkit-border-radius: 0 0 15px 0 !important; -moz-border-radius: 0 0 15px 0 !important; border-radius: 0 0 15px 0 !important } .borderRadius-brbl-15 { -webkit-border-radius: 0 0 15px 15px !important; -moz-border-radius: 0 0 15px 15px !important; border-radius: 0 0 15px 15px !important } .borderRadius-bl-15 { -webkit-border-radius: 0 0 0 15px !important; -moz-border-radius: 0 0 0 15px !important; border-radius: 0 0 0 15px !important } .borderRadius-bltl-15 { -webkit-border-radius: 15px 0 0 15px !important; -moz-border-radius: 15px 0 0 15px !important; border-radius: 15px 0 0 15px !important } .borderRadius20 { -webkit-border-radius: 20px !important; -moz-border-radius: 20px !important; border-radius: 20px !important } .borderRadius-tl-20 { -webkit-border-radius: 20px 0 0 0 !important; -moz-border-radius: 20px 0 0 0 !important; border-radius: 20px 0 0 0 !important } .borderRadius-tltr-20 { -webkit-border-radius: 20px 20px 0 0 !important; -moz-border-radius: 20px 20px 0 0 !important; border-radius: 20px 20px 0 0 !important } .borderRadius-tlbr-20 { -webkit-border-radius: 20px 0 20px 0 !important; -moz-border-radius: 20px 0 20px 0 !important; border-radius: 20px 0 20px 0 !important } .borderRadius-tr-20 { -webkit-border-radius: 0 20px 0 0 !important; -moz-border-radius: 0 20px 0 0 !important; border-radius: 0 20px 0 0 !important } .borderRadius-trbr-20 { -webkit-border-radius: 0 20px 20px 0 !important; -moz-border-radius: 0 20px 20px 0 !important; border-radius: 0 20px 20px 0 !important } .borderRadius-trbl-20 { -webkit-border-radius: 0 20px 0 20px !important; -moz-border-radius: 0 20px 0 20px !important; border-radius: 0 20px 0 20px !important } .borderRadius-br-20 { -webkit-border-radius: 0 0 20px 0 !important; -moz-border-radius: 0 0 20px 0 !important; border-radius: 0 0 20px 0 !important } .borderRadius-brbl-20 { -webkit-border-radius: 0 0 20px 20px !important; -moz-border-radius: 0 0 20px 20px !important; border-radius: 0 0 20px 20px !important } .borderRadius-bl-20 { -webkit-border-radius: 0 0 0 20px !important; -moz-border-radius: 0 0 0 20px !important; border-radius: 0 0 0 20px !important } .borderRadius-bltl-20 { -webkit-border-radius: 20px 0 0 20px !important; -moz-border-radius: 20px 0 0 20px !important; border-radius: 20px 0 0 20px !important } .borderRadius25 { -webkit-border-radius: 25px !important; -moz-border-radius: 25px !important; border-radius: 25px !important } .borderRadius-tl-25 { -webkit-border-radius: 25px 0 0 0 !important; -moz-border-radius: 25px 0 0 0 !important; border-radius: 25px 0 0 0 !important } .borderRadius-tltr-25 { -webkit-border-radius: 25px 25px 0 0 !important; -moz-border-radius: 25px 25px 0 0 !important; border-radius: 25px 25px 0 0 !important } .borderRadius-tlbr-25 { -webkit-border-radius: 25px 0 25px 0 !important; -moz-border-radius: 25px 0 25px 0 !important; border-radius: 25px 0 25px 0 !important } .borderRadius-tr-25 { -webkit-border-radius: 0 25px 0 0 !important; -moz-border-radius: 0 25px 0 0 !important; border-radius: 0 25px 0 0 !important } .borderRadius-trbr-25 { -webkit-border-radius: 0 25px 25px 0 !important; -moz-border-radius: 0 25px 25px 0 !important; border-radius: 0 25px 25px 0 !important } .borderRadius-trbl-25 { -webkit-border-radius: 0 25px 0 25px !important; -moz-border-radius: 0 25px 0 25px !important; border-radius: 0 25px 0 25px !important } .borderRadius-br-25 { -webkit-border-radius: 0 0 25px 0 !important; -moz-border-radius: 0 0 25px 0 !important; border-radius: 0 0 25px 0 !important } .borderRadius-brbl-25 { -webkit-border-radius: 0 0 25px 25px !important; -moz-border-radius: 0 0 25px 25px !important; border-radius: 0 0 25px 25px !important } .borderRadius-bl-25 { -webkit-border-radius: 0 0 0 25px !important; -moz-border-radius: 0 0 0 25px !important; border-radius: 0 0 0 25px !important } .borderRadius-bltl-25 { -webkit-border-radius: 25px 0 0 25px !important; -moz-border-radius: 25px 0 0 25px !important; border-radius: 25px 0 0 25px !important } .borderRadius50,.circle { -webkit-border-radius: 50px !important; -moz-border-radius: 50px !important; border-radius: 50px !important } .borderRadius50pct,.circle { -webkit-border-radius: 50% !important; -moz-border-radius: 50% !important; border-radius: 50% !important } .box-5-5 { width:5px!important; height:5px!important } .box-10-10 { width:10px!important; height:10px!important } .box-15-15 { width:16px!important; height:16px!important } .box-20-20 { width:20px!important; height:20px!important } .box-25-25 { width:25px!important; height:25px!important } .box-30-30 { width:32px!important; height:32px!important } .box-35-35 { width:35px!important; height:35px!important } .box-40-40 { width:40px!important; height:40px!important } .box-45-45 { width:45px!important; height:45px!important } .box-50-50 { width:50px!important; height:50px!important } .box-55-55 { width:55px!important; height:55px!important } .box-60-60 { width:60px!important; height:60px!important } .box-65-65 { width:65px!important; height:65px!important } .box-70-70 { width:70px!important; height:70px!important } .box-75-75 { width:75px!important; height:75px!important } .box-80-80 { width:80px!important; height:80px!important } .box-85-85 { width:85px!important; height:85px!important } .box-90-90 { width:90px!important; height:90px!important } .box-95-95 { width:95px!important; height:95px!important } .box-100-100 { width:100px!important; height:100px!important } .box-125-125 { width:125px!important; height:125px!important } .box-150-150 { width:150px!important; height:150px!important } .box-175-175 { width:175px!important; height:175px!important } .box-200-200 { width:200px!important; height:200px!important } .box-225-225 { width:225px!important; height:225px!important } .box-250-250 { width:250px!important; height:250px!important } .box-275-275 { width:275px!important; height:275px!important } .box-300-300 { width:300px!important; height:300px!important } .box-325-325 { width:325px!important; height:325px!important } .box-350-350 { width:350px!important; height:350px!important } .clearLeft { clear: left !important } .clearRight { clear: right !important } .clearNone { clear: none !important } .clearBoth { clear: both !important } .clearBlock { clear: both !important; display: block !important; overflow: hidden !important } .floatLeft { float: left !important } .floatCenter { margin: 0 auto !important } .floatRight { float: right !important } .width10pct { width:10% } .width10pct-fluid { min-width:10% } .width12pct { width:12% } .width12pct-fluid { min-width:12% } .width15pct { width:15% } .width15pct-fluid { min-width:15% } .width17pct { width:17% } .width17pct-fluid { min-width:17% } .width20pct { width:20% } .width20pct-fluid { min-width:20% } .width25pct { width:25% } .width25pct-fluid { min-width:25% } .width30pct { width:30% } .width30pct-fluid { min-width:30% } .width33pct { width:33.3333333333% } .width33pct-fluid { min-width:33.333333333% } .width50pct { width:50% } .width50pct-fluid { min-width:50% } .width60pct { width:60% } .width60pct-fluid { min-width:60% } .width66pct { width:66.666666666% } .width66pct-fluid { min-width:66.666666666% } .width70pct { width:70% } .width70pct-fluid { min-width:70% } .width75pct { width:75% } .width75pct-fluid { min-width:75% } .width80pct { width:80% } .width80pct-fluid { min-width:80% } .width90pct { width:90% } .width90pct-fluid { min-width:90% } .width100pct { width:100% } .width10vh { width:10vh } .width10vh-fluid { min-width:10vh } .width15vh { width:15vh } .width15vh-fluid { min-width:15vh } .width20vh { width:20vh } .width20vh-fluid { min-width:20vh } .width25vh { width:25vh } .width25vh-fluid { min-width:25vh } .width30vh { width:30vh } .width30vh-fluid { min-width:30vh } .width33vh { width:33.333333333vh } .width33vh-fluid { min-width:33.333333333vh } .width40vh { width:40vh } .width40vh-fluid { min-width:40vh } .width50vh { width:50vh } .width50vh-fluid { min-width:50vh } .width60vh { width:60vh } .width60vh-fluid { min-width:60vh } .width66vh { width:66.666666666vh } .width66vh-fluid { min-width:66.666666666vh } .width70vh { width:70vh } .width70vh-fluid { min-width:70vh } .width75vh { width:75vh } .width75vh-fluid { min-width:75vh } .width80vh { width:80vh } .width80vh-fluid { min-width:80vh } .width90vh { width:90vh } .width90vh-fluid { min-width:90vh } .width100vh { width:100vh } .width5 { width:5px } .width5-fluid { min-width:5px } .width10 { width:10px } .width10-fluid { min-width:10px } .width15 { width:15px } .width15-fluid { min-width:15px } .width20 { width:20px } .width20-fluid { min-width:20px } .width25 { width:25px } .width25-fluid { min-width:25px } .width30 { width:30px } .width30-fluid { min-width:30px } .width40 { width:40px } .width40-fluid { min-width:40px } .width50 { width:50px } .width50-fluid { min-width:50px } .width60 { width:60px } .width60-fluid { min-width:60px } .width70 { width:70px } .width70-fluid { min-width:70px } .width75 { width:75px } .width75-fluid { min-width:75px } .width80 { width:80px } .width80-fluid { min-width:80px } .width90 { width:90px } .width90-fluid { min-width:90px } .width100 { width:100px } .width100-fluid { min-width:100px } .width125 { width:125px } .width125-fluid { min-width:125px } .width150 { width:150px } .width150-fluid { min-width:150px } .width175 { width:175px } .width175-fluid { min-width:175px } .width200 { width:200px } .width200-fluid { min-width:200px } .width225 { width:225px } .width225-fluid { min-width:225px } .width250 { width:250px } .width250-fluid { min-width:250px } .width275 { width:275px } .width275-fluid { min-width:275px } .width300 { width:300px } .width300-fluid { min-width:300px } .width325 { width:325px } .width325-fluid { min-width:325px } .width350 { width:350px } .width350-fluid { min-width:350px } .width375 { width:375px } .width375-fluid { min-width:375px } .width400 { width:400px } .width400-fluid { min-width:400px } .width425 { width:425px } .width425-fluid { min-width:425px } .width450 { width:450px } .width450-fluid { min-width:450px } .width475 { width:475px } .width475-fluid { min-width:475px } .width500 { width:500px } .width500-fluid { min-width:500px } .width525 { width:525px } .width525-fluid { min-width:525px } .width550 { width:550px } .width550-fluid { min-width:550px } .width575 { width:575px } .width575-fluid { min-width:575px } .width600 { width:600px } .width600-fluid { min-width:600px } .width650 { width:650px } .width650-fluid { min-width:650px } .width700 { width:700px } .width700-fluid { min-width:700px } .width750 { width:750px } .width750-fluid { min-width:750px } .width800 { width:800px } .width800-fluid { min-width:800px } .width850 { width:850px } .width850-fluid { min-width:850px } .width900 { width:900px } .width900-fluid { min-width:900px } .width950 { width:950px } .width950-fluid { min-width:950px } .width1000 { width:1000px } .width1000-fluid { min-width:1000px } .width1050 { width:1050px } .width1050-fluid { min-width:1050px } .height10pct { height:10% !important } .height10pct-fluid { min-height:10% !important } .height15pct { height:15% !important } .height15pct-fluid { min-height:15% !important } .height20pct { height:20% !important } .height20pct-fluid { min-height:20% !important } .height25pct { height:25% !important } .height25pct-fluid { min-height:25% !important } .height30pct { height:30% !important } .height30pct-fluid { min-height:30% !important } .height33pct { height:33.333333333% !important } .height33pct-fluid { min-height:33.333333333% !important } .height40pct { height:40% !important } .height40pct-fluid { min-height:40% !important } .height50pct { height:50% !important } .height50pct-fluid { min-height:50% !important } .height60pct-fluid { min-height:60% !important } .height60pct { height:60% !important } .height66pct-fluid { min-height:66.666666666% !important } .height66pct { height:66.666666666% !important } .height70pct { height:70% !important } .height70pct-fluid { min-height:70% !important } .height75pct { height:75% !important } .height75pct-fluid { min-height:75% !important } .height80pct { height:80% !important } .height80pct-fluid { min-height:80% !important } .height90pct { height:90% !important } .height90pct-fluid { min-height:90% !important } .height100pct { height:100% !important } .height100pct-fluid { min-height:100% !important } .height10vh { height:10vh !important } .height10vh-fluid { min-height:10vh !important } .height15vh { height:15vh !important } .height15vh-fluid { min-height:15vh !important } .height20vh { height:20vh !important } .height20vh-fluid { min-height:20vh !important } .height25vh { height:25vh !important } .height25vh-fluid { min-height:25vh !important } .height30vh { height:30vh !important } .height30vh-fluid { min-height:30vh !important } .height33vh { height:33.333333333vh !important } .height33vh-fluid { min-height:33.333333333vh !important } .height40vh { height:40vh !important } .height40vh-fluid { min-height:40vh !important } .height50vh { height:50vh !important } .height50vh-fluid { min-height:50vh !important } .height60vh { height:60vh !important } .height60vh-fluid { min-height:60vh !important } .height66vh { height:66.666666666vh !important } .height66vh-fluid { min-height:66.666666666vh !important } .height70vh { height:70vh !important } .height70vh-fluid { min-height:70vh !important } .height75vh { height:75vh !important } .height75vh-fluid { min-height:75vh !important } .height80vh { height:80vh !important } .height80vh-fluid { min-height:80vh !important } .height90vh { height:90vh !important } .height90vh-fluid { min-height:90vh !important } .height100vh { height:100vh !important } .height100vh-fluid { min-height:100vh !important } .height5 { height:5px !important; overflow:hidden !important } .height5-fluid { min-height:5px !important } .height10 { height:10px !important; overflow:hidden !important } .height10-fluid { min-height:10px !important } .height15 { height:15px !important; overflow:hidden !important } .height15-fluid { min-height:15px !important } .height20 { height:20px !important; overflow:hidden !important } .height20-fluid { min-height:20px !important } .height25 { height:25px !important; overflow:hidden !important } .height25-fluid { min-height:25px !important } .height30 { height:30px !important; overflow:hidden !important } .height30-fluid { min-height:30px !important } .height40 { height:40px !important; overflow:hidden !important } .height40-fluid { min-height:40px !important } .height50 { height:50px !important; overflow:hidden !important } .height50-fluid { min-height:50px !important } .height60 { height:60px !important; overflow:hidden !important } .height60-fluid { min-height:60px !important } .height70 { height:70px !important; overflow:hidden !important } .height70-fluid { min-height:70px !important } .height80 { height:80px !important; overflow:hidden !important } .height80-fluid { min-height:80px !important } .height90 { height:90px !important; overflow:hidden !important } .height90-fluid { min-height:90px !important } .height100 { height:100px !important; overflow:hidden !important } .height100-fluid { min-height:100px !important } .height125 { height:125px !important; overflow:hidden !important } .height125-fluid { min-height:125px !important } .height130 { height:130px !important; overflow:hidden !important } .height130-fluid { min-height:130px !important } .height150 { height:150px !important; overflow:hidden !important } .height150-fluid { min-height:150px !important } .height175 { height:175px !important; overflow:hidden !important } .height175-fluid { min-height:175px !important } .height200 { height:200px !important; overflow:hidden !important } .height200-fluid { min-height:200px !important } .height225 { height:225px !important; overflow:hidden !important } .height225-fluid { min-height:225px !important } .height250 { height:250px !important; overflow:hidden !important } .height250-fluid { min-height:250px !important } .height275 { height:275px !important; overflow:hidden !important } .height275-fluid { min-height:275px !important } .height300 { height:300px !important; overflow:hidden !important } .height300-fluid { min-height:300px !important } .height325 { height:325px !important; overflow:hidden !important } .height325-fluid { min-height:325px !important } .height350 { height:350px !important; overflow:hidden !important } .height350-fluid { min-height:350px !important } .height375 { height:375px !important; overflow:hidden !important } .height375-fluid { min-height:375px !important } .height400 { height:400px !important; overflow:hidden !important } .height400-fluid { min-height:400px !important } .height425 { height:425px !important; overflow:hidden !important } .height425-fluid { min-height:425px !important } .height450 { height:450px !important; overflow:hidden !important } .height450-fluid { min-height:450px !important } .height475 { height:475px !important; overflow:hidden !important } .height475-fluid { min-height:475px !important } .height500 { height:500px !important; overflow:hidden !important } .height500-fluid { min-height:500px !important } .height525 { height:525px !important; overflow:hidden !important } .height525-fluid { min-height:525px !important } .height550 { height:550px !important; overflow:hidden !important } .height550-fluid { min-height:550px !important } .height575 { height:575px !important; overflow:hidden !important } .height575-fluid { min-height:575px !important } .height600 { height:600px; overflow:hidden !important } .height600-fluid { min-height:600px !important } .verticalCenter,.verticalAlignCenter { display: flex !important; display: flexbox !important; align-items: center !important } .verticalCenter:before,.verticalAlignCenter:before { content: " " !important; display: inline-block !important; vertical-align: middle !important; height: 100% !important; } .verticalCenter > .container, .verticalCenter > .container-fluid, .verticalAlignCenter > .container, .verticalAlignCenter > .container-fluid { vertical-align: middle !important } .verticalTop,.verticalAlignTop { vertical-align:top !important } .verticalMiddle,.verticalAlignMiddle { vertical-align:middle !important } .verticalBottom,.verticalAlignBottom { vertical-align:bottom !important } .verticalBaseline,.verticalAlignBaseline { vertical-align:baseline !important } .verticalSub,.verticalAlignSub { vertical-align:sub !important } .verticalSuper,.verticalAlignSuper { vertical-align:super !important } .positionFixed { position: fixed !important } .positionAbsolute { position: absolute !important } .positionRelative { position: relative !important } .positionStatic { position: static !important } .positionTopNone { top:0 !important } .positionRightNone { right:0 !important } .positionBottomNone { bottom:0 !important } .positionLeftNone { left:0 !important } .positionTop1 { top:1px !important } .positionRight1 { right:1px !important } .positionBottom1 { bottom:1px !important } .positionLeft1 { left:1px !important } .positionTop2 { top:2px !important } .positionRight2 { right:2px !important } .positionBottom2 { bottom:2px !important } .positionLeft2 { left:2px !important } .positionTop3 { top:3px !important } .positionRight3 { right:3px !important } .positionBottom3 { bottom:3px !important } .positionLeft3 { left:3px !important } .positionTop5 { top:5px !important } .positionRight5 { right:5px !important } .positionBottom5 { bottom:5px !important } .positionLeft5 { left:5px !important } .positionTop10 { top:10px !important } .positionRight10 { right:10px !important } .positionBottom10 { bottom:10px !important } .positionLeft10 { left:10px !important } .positionTop15 { top:15px !important } .positionRight15 { right:15px !important } .positionBottom15 { bottom:15px !important } .positionLeft15 { left:15px !important } .positionTop20 { top:20px !important } .positionRight20 { right:20px !important } .positionBottom20 { bottom:20px !important } .positionLeft20 { left:20px !important } .positionTop25 { top:25px !important } .positionRight25 { right:25px !important } .positionBottom25 { bottom:25px !important } .positionLeft25 { left:25px !important } .positionTop30 { top:30px !important } .positionRight30 { right:30px !important } .positionBottom30 { bottom:30px !important } .positionLeft30 { left:30px !important } .positionTop35 { top:35px !important } .positionRight35 { right:35px !important } .positionBottom35 { bottom:35px !important } .positionLeft35 { left:35px !important } .positionTop40 { top:40px !important } .positionRight40 { right:40px !important } .positionBottom40 { bottom:40px !important } .positionLeft40 { left:40px !important } .positionTop45 { top:45px !important } .positionRight45 { right:45px !important } .positionBottom45 { bottom:45px !important } .positionLeft45 { left:45px !important } .positionTop50 { top:50px !important } .positionRight50 { right:50px !important } .positionBottom50 { bottom:50px !important } .positionLeft50 { left:50px !important } .positionTop55 { top:55px !important } .positionRight55 { right:55px !important } .positionBottom55 { bottom:55px !important } .positionLeft55 { left:55px !important } .positionTop60 { top:60px !important } .positionRight60 { right:60px !important } .positionBottom60 { bottom:60px !important } .positionLeft60 { left:60px !important } .positionTop65 { top:65px !important } .positionRight65 { right:65px !important } .positionBottom65 { bottom:65px !important } .positionLeft65 { left:65px !important } .positionTop70 { top:70px !important } .positionRight70 { right:70px !important } .positionBottom70 { bottom:70px !important } .positionLeft70 { left:70px !important } .positionTop75 { top:75px !important } .positionRight75 { right:75px !important } .positionBottom75 { bottom:75px !important } .positionLeft75 { left:75px !important } .positionTop80 { top:80px !important } .positionRight80 { right:80px !important } .positionBottom80 { bottom:80px !important } .positionLeft80 { left:80px !important } .positionTop85 { top:85px !important } .positionRight85 { right:85px !important } .positionBottom85 { bottom:85px !important } .positionLeft85 { left:85px !important } .positionTop90 { top:90px !important } .positionRight90 { right:90px !important } .positionBottom90 { bottom:90px !important } .positionLeft90 { left:90px !important } .positionTop95 { top:95px !important } .positionRight95 { right:95px !important } .positionBottom95 { bottom:95px !important } .positionLeft95 { left:95px !important } .positionTop100 { top:100px !important } .positionRight100 { right:100px !important } .positionBottom100 { bottom:100px !important } .positionLeft100 { left:100px !important } .positionTop110 { top:110px !important } .positionRight110 { right:110px !important } .positionBottom110 { bottom:110px !important } .positionLeft110 { left:110px !important } .positionTop120 { top:120px !important } .positionRight120 { right:120px !important } .positionBottom120 { bottom:120px !important } .positionLeft120 { left:120px !important } .positionTop130 { top:130px !important } .positionRight130 { right:130px !important } .positionBottom130 { bottom:130px !important } .positionLeft130 { left:130px !important } .positionTop140 { top:140px !important } .positionRight140 { right:140px !important } .positionBottom140 { bottom:140px !important } .positionLeft140 { left:140px !important } .positionTop150 { top:150px !important } .positionRight150 { right:150px !important } .positionBottom150 { bottom:150px !important } .positionLeft150 { left:150px !important } .positionTop160 { top:160px !important } .positionRight160 { right:160px !important } .positionBottom160 { bottom:160px !important } .positionLeft160 { left:160px !important } .positionTop170 { top:170px !important } .positionRight170 { right:170px !important } .positionBottom170 { bottom:170px !important } .positionLeft170 { left:170px !important } .positionTop180 { top:180px !important } .positionRight180 { right:180px !important } .positionBottom180 { bottom:180px !important } .positionLeft180 { left:180px !important } .positionTop190 { top:190px !important } .positionRight190 { right:190px !important } .positionBottom190 { bottom:190px !important } .positionLeft190 { left:190px !important } .positionTop200 { top:200px !important } .positionRight200 { right:200px !important } .positionBottom200 { bottom:200px !important } .positionLeft200 { left:200px !important } .positionTop250 { top:250px !important } .positionRight250 { right:250px !important } .positionBottom250 { bottom:250px !important } .positionLeft250 { left:250px !important } .positionTop300 { top:300px !important } .positionRight300 { right:300px !important } .positionBottom300 { bottom:300px !important } .positionLeft300 { left:300px !important } .positionTop350 { top:350px !important } .positionRight350 { right:350px !important } .positionBottom350 { bottom:350px !important } .positionLeft350 { left:350px !important } .positionTop400 { top:400px !important } .positionRight400 { right:400px !important } .positionBottom400 { bottom:400px !important } .positionLeft400 { left:400px !important } .positionTop450 { top:450px !important } .positionRight450 { right:450px !important } .positionBottom450 { bottom:450px !important } .positionLeft450 { left:450px !important } .positionTop500 { top:500px !important } .positionRight500 { right:500px !important } .positionBottom500 { bottom:500px !important } .positionLeft500 { left:500px !important } .positionTop1pct { top:1% !important } .positionRight1pct { right:1% !important } .positionBottom1pct { bottom:1% !important } .positionLeft1pct { left:1% !important } .positionTop2pct { top:2% !important } .positionRight2pct { right:2% !important } .positionBottom2pct { bottom:2% !important } .positionLeft2pct { left:2% !important } .positionTop3pct { top:3% !important } .positionRight3pct { right:3% !important } .positionBottom3pct { bottom:3% !important } .positionLeft3pct { left:3% !important } .positionTop5pct { top:5% !important } .positionRight5pct { right:5% !important } .positionBottom5pct { bottom:5% !important } .positionLeft5pct { left:5% !important } .positionTop10pct { top:10% !important } .positionRight10pct { right:10% !important } .positionBottom10pct { bottom:10% !important } .positionLeft10pct { left:10% !important } .positionTop15pct { top:15% !important } .positionRight15pct { right:15% !important } .positionBottom15pct { bottom:15% !important } .positionLeft15pct { left:15% !important } .positionTop20pct { top:20% !important } .positionRight20pct { right:20% !important } .positionBottom20pct { bottom:20% !important } .positionLeft20pct { left:20% !important } .positionTop25pct { top:25% !important } .positionRight25pct { right:25% !important } .positionBottom25pct { bottom:25% !important } .positionLeft25pct { left:25% !important } .positionTop30pct { top:30% !important } .positionRight30pct { right:30% !important } .positionBottom30pct { bottom:30% !important } .positionLeft30pct { left:30% !important } .positionTop35pct { top:35% !important } .positionRight35pct { right:35% !important } .positionBottom35pct { bottom:35% !important } .positionLeft35pct { left:35% !important } .positionTop40pct { top:40% !important } .positionRight40pct { right:40% !important } .positionBottom40pct { bottom:40% !important } .positionLeft40pct { left:40% !important } .positionTop45pct { top:45% !important } .positionRight45pct { right:45% !important } .positionBottom45pct { bottom:45% !important } .positionLeft45pct { left:45% !important } .positionTop50pct { top:50% !important } .positionRight50pct { right:50% !important } .positionBottom50pct { bottom:50% !important } .positionLeft50pct { left:50% !important } .displayBlock,.block { display: block !important; overflow: hidden !important } .displayInlineBlock,.inline-block { display: inline-block !important; overflow: hidden !important } .displayTable { display:table } .displayTableCell { display:table-cell } .displayFlexbox { display: flex; display: flexbox; } .displayNone { display: none !important } .overflowAuto { overflow:auto } .overflowHidden { overflow:hidden } .overflowScroll { overflow:scroll } .overflowVisible { overflow:visible } .overflowNoContent { overflow:no-content } .overflowNoDisplay { overflow:no-display } .overflowAuto-x { overflow-x:auto } .overflowHidden-x { overflow-x:hidden } .overflowScroll-x { overflow-x:scroll } .overflowVisible-x { overflow-x:visible } .overflowNoContent-x { overflow-x:no-content } .overflowNoDisplay-x { overflow-x:no-display } .overflowAuto-y { overflow-y:auto } .overflowHidden-y { overflow-y:hidden } .overflowScroll-y { overflow-y:scroll } .overflowVisible-y { overflow-y:visible } .overflowNoContent-y { overflow-y:no-content } .overflowNoDisplay-y { overflow-y:no-display } .overflowWrapNormal { overflow-wrap:normal } .overflowWrapBreak { overflow-wrap:break-word } .listStyleTypeLowerAlpha { list-style-type: lower-alpha !important } .listStyleTypeLowerAlphaBracketed { list-style-type: none !important; list-style-position: outside !important } .listStyleTypeLowerAlphaBracketed li:before { content: "(" counter(section, lower-alpha) ") " !important } .listStyleTypeLowerAlphaBracketed li { counter-increment: section !important } .listStyleNone { list-style: none !important } .listStyleTypeLowerRoman { list-style-type: lower-roman !important } .wordBreakAll { word-break:break-all !important } .wordKeepAll { word-break:keep-all !important } .wordBreakNormal { word-break:normal !important } .textWrapNone { text-wrap:none !important } .textWrapNormal { text-wrap:normal !important } .textUnderline { text-decoration:underline !important } .textOverline { text-decoration:overline !important } .textLineThrough { text-decoration:line-through !important }
0.68721
0.10833
*{ margin : 0; } /* Navigation bar for the website */ nav { position : fixed; width : 100%; height : 90px; background-color : rgba(0,0,0,0.7); z-index : 99; font-size : 100%; } nav a { text-decoration: none; margin-left : 3%; color : orange; line-height : 90px; font-size : 100%; } .social { width : 4%; height : 14%; border : 2px solid yellow; border-radius : 10%; } .terms { color : green; } .imageHead { color : black; } .devs { margin-left : 5%; } .devsPara { color : yellow; } /* Webpage Body Attributes*/ body { font-family : "orange" ; font-size : 100%; animation : fader 15s cubic-bezier(0.8,0,0,0.8) infinite; } @keyframes fader { 0% { background : url("../resources/body/Bpizza1.jpg"); background-size : cover; background-attachment : fixed; background-repeat : no-repeat; background-position : center center; } 33.33% { background : url("../resources/body/Bpizza2.jpg"); background-size : cover; background-attachment : fixed; background-repeat : no-repeat; background-position : center center; } 66.67% { background : url("../resources/body/Bpizza3.jpg"); background-size : cover; background-attachment : fixed; background-repeat : no-repeat; background-position : center center; } 99.99%% { background : url("../resources/body/Bpizza1.jpg"); background-size : cover; background-attachment : fixed; background-repeat : no-repeat; background-position : center center; } 100% { background : url("../resources/body/Bpizza1.jpg"); background-size : cover; background-attachment : fixed; background-repeat : no-repeat; background-position : center center; } } /* Login and Registration Page Classes and ID's */ /* index.php and reg.php */ #mainLogin { width : 80%; background-color : rgba(255,255,255,0.9); margin : 0 auto; padding : 10%; border-radius : 5%; border : 10px solid #f1c40e; } .LoginImg { width : 35%; border-radius : 50%; } .lForm { width : 90%; margin : 0 auto; } .userPass { width : 100%; margin : 0 auto; padding : 2%; border-radius : 20px; border : 1px solid black; } .pMethodSelect { width : 100%; padding : 2%; border : 1px solid yellow; border-radius : 20px; } #lButton { background-color : #2ecc72; padding : 5%; color : white; width : 100%; text-align : center; font-size : 120%; font-weight : bold; padding-bottom : 1%; padding-top : 1%; border-radius : 20px; border : 1px solid black; } #rButton { background-color : #3498dc; padding : 5%; color : white; width : 100%; text-align : center; font-size : 120%; font-weight : bold; padding-bottom : 1%; padding-top : 1%; border-radius : 20px; border : 1px solid black; } .adminLoginButton { background-color : green; padding : 5%; color : white; width : 100%; text-align : center; font-size : 120%; font-weight : bold; padding-bottom : 1%; padding-top : 1%; border-radius : 20px; border : 1px solid black; } #backToLogin { background-color : #4e47ad; padding : 5%; color : white; width : 100%; text-align : center; font-size : 120%; font-weight : bold; padding-bottom : 1%; padding-top : 1%; border-radius : 20px; border : 1px solid black; } /* Menu Page Classes and ID's */ /* menu.php */ #menuHello { width : 70%; background : orange; margin : 0 auto; padding : 1%; border-radius : 20px; border : 5px solid grey; } .menuItem { height : 450px; width : 70%; background-color : rgba(0,0,0,0.8); color : white; margin : 0 auto; padding :1%; border-radius : 20px; border : 5px solid orange; } .pizzaImg { width : 40%; height : 70%; border : 3px solid red; border-radius : 10%; } .pForm { float : right; padding : 1%; width : 50%; } .menuSelect { width : 70%; padding : 1%; border-radius : 20px; } .addToCart { background-color : #27ae60; padding : 3%; color : white; width : 70%; text-align : center; font-size : 100%; font-weight : bold; padding-bottom : 1%; padding-top : 1%; border-radius : 20px; border : 1px solid black; } .myCart { margin-top : -60px; position : fixed; margin-left : 60%; background-color : #2980b9; color : white; width : 15%; text-align : center; font-size : 100%; font-weight : bold; padding-bottom : 0.5%; padding-top : 0.5%; border-radius : 20px; border : 1px solid black; } .logoutButton { margin-top : -60px; position : fixed; margin-left : 80%; background-color : #e74c3d; color : white; width : 15%; text-align : center; font-size : 100%; font-weight : bold; padding-bottom : 0.5%; padding-top : 0.5%; border-radius : 20px; border : 1px solid black; } /* Contact Us page ID */ #contactUs { width : 80%; background-color : rgba(0,0,0,0.8); color : white; margin : 0 auto; padding : 3%; border-radius : 20px; border : 10px solid #f1c40f; } /* How It Works Page ID */ #howItWorks { width : 80%; background-color : rgba(0,0,0,0.8); color : white; margin : 0 auto; padding : 3%; border-radius : 20px; border : 10px solid #f1c40f; } /* My Account Page classes and ID's */ .myAccount { width : 90%; background : rgba(0,0,0,0.8); color : white; border : 5px solid #e67e22; border-radius : 20px; margin : 0 auto; padding : 3%; } .editProfBut { background-color : green; width : 30%; text-align : center; font-size : 100%; font-weight : bold; padding-bottom : 0.5%; padding-top : 0.5%; border-radius : 20px; color : white; border : 1px solid black; } .adres { padding : 0.2%; border : 1px solid black; border-radius : 20px; width : 100%; } /* customerOffer page classes*/ .customerOffer { width : 70%; padding : 3%; border : 5px solid black; border-radius : 20px; margin : 0 auto; background-color : rgba(0,0,0,0.8); color : white; } /* My Cart Page ID's and Classes */ .myCartPage { width : 60%; background-color : rgba(0,0,0,0.8); color : white; padding : 3%; margin : 0 auto; border : 5px solid black; border-radius : 20px; } .orderPizza { width : 80%; background-color : rgba(255,165,0,0.8); padding : 3%; color : black; margin : 0 auto; border : 5px solid black; border-radius : 20px; } .remAllCart { background-color : red; width : 30%; text-align : center; font-size : 100%; font-weight : bold; padding-bottom : 0.5%; padding-top : 0.5%; border-radius : 20px; color : white; border : 1px solid black; } /* editInfo Page classes and ID's */ .editInfoDiv { width : 30%; background : rgba(0,0,0,0.8); color : white; border : 10px solid #e67e22; border-radius : 20px; margin : 0 auto; padding : 3%; } .editInfoText { width : 100%; margin : 0 auto; padding : 2%; border : 1px solid black; border-radius : 20px; } /* orderNow page ID's and classes*/ .orderNow { background-color : #27ae60; width : 30%; text-align : center; font-size : 100%; font-weight : bold; padding-bottom : 0.5%; padding-top : 0.5%; border-radius : 20px; border : 1px solid black; color : white; } .orderNowDiv { width : 30%; background-color : rgba(0,0,0,0.8); color : white; border : 10px solid #e67e22; border-radius : 20px; margin : 0 auto; padding : 3%; } .finishOrderBut { color : white; width : 50%; text-align : center; font-size : 100%; font-weight : bold; padding : 2%; border-radius : 20px; background-color : red; border : 1px solid black; } .orderType { width : 70%; padding : 2%; border : 1px solid black; border-radius : 20px; } .goBackCart { color : white; width : 50%; text-align : center; font-size : 100%; font-weight : bold; padding : 2%; border-radius : 20px; background-color : green; border : 1px solid black; } /* Admin Account ID's and Classes */ .adminHello { width : 100%; background-color : rgba(255,165,0,0.7); margin : 0 auto; } .custInfoDiv { width : 90%; margin : 0 auto; border : 2px solid black; background-color : rgba(0,0,0,0.8); color : white; border-radius : 20px; } .custSearchRes { padding : 5%; } .searchUser { padding : 0.7%; width : 30%; border-radius : 20px; border : 1px solid black; } .searchUserBut { padding : 0.7%; border-radius : 20px; width : 20%; background : #5CBBDC; border : 1px solid black; } .viewOrders { padding : 0.7%; border-radius : 20px; width : 20%; background : #3cb371; border : 1px solid black; } .recentCust { padding : 0.7%; border-radius : 20px; width : 20%; background : Slateblue; border : 1px solid black; } .pendingOrdersBut { padding : 0.7%; border-radius : 20px; width : 20%; background : grey; border : 1px solid black; } table { border : 2px solid black; border-collapse : collapse; width : 90%; margin : 0 auto; } th { background : #bf4040; color : white; } tr:nth-child(even) { background : #e6e698; color : black; } tr:nth-child(odd) { background : #99e699; color : black; } th,td { padding-top : 1%; padding-bottom : 1%; text-align : center; } /* pendingOrders page classes*/ .orderStatusSelect { width : 20%; padding : 0.5%; border : 1px solid black; border-radius : 20px; } .newOrderStatuts { width : 20%; border : 1px solid black; border-radius : 20px; padding : 0.5%; background-color : MediumSeaGreen; } .allPendingOrdersBut { padding : 0.7%; border-radius : 20px; width : 20%; background : #ffa500; border : 1px solid black; } /* AdminHome page Classes */ .adminHome { width :50%; margin : 0 auto; border : 5px solid orange; border-radius : 20px; background-color : rgba(0,0,0,0.8); color : white; padding : 3%; } /* adminPostOffer Page classes */ .postOfferDiv { width : 70%; margin : 0 auto; border : 5px solid black; border-radius : 20px; padding : 3%; background-color : rgba(0,0,0,0.8); color : white; } .postOfferHead { width : 40%; padding : 1%; border : 1px solid black; border-radius : 20px; } .postOfferDesc { width : 80%; padding : 1%; border : 1px solid black; border-radius : 20px; } .postOfferBut { background : orange; border : 1px solid black; border-radius : 20px; width : 30%; padding : 1%; font-weight : bold; } .viewOffers { background : yellow; border : 1px solid black; border-radius : 20px; width : 30%; padding : 1%; font-weight : bold; } .removeOffers { background : #3cb371; border : 1px solid black; border-radius : 20px; width : 30%; padding : 1%; font-weight : bold; } .removeAllOffers { background : red; border : 1px solid black; border-radius : 20px; width : 30%; padding : 1%; font-weight : bold; } .displayOfferWhile { width : 80%; border : 2px solid black; border-radius : 20px; padding : 3%; background-color : rgba(255,165,0,0.7); color : black; margin : 0 auto; } .reOffers { background : yellow; border : 1px solid black; border-radius : 20px; width : 30%; padding : 1%; font-weight : bold; } .editOffers { background : skyblue; border : 1px solid black; border-radius : 20px; width : 30%; padding : 1%; font-weight : bold; } .editOfferButton { background : grey; border : 1px solid black; border-radius : 20px; width : 30%; padding : 1%; font-weight : bold; } /* orderConfirmation page classes */ .ordConf { padding : 3%; margin : 0 auto; border : 5px solid black; border-radius : 20px; width : 60%; background-color : rgba(0,0,0,0.8); color : white; }
Retail Store/css/style.css
*{ margin : 0; } /* Navigation bar for the website */ nav { position : fixed; width : 100%; height : 90px; background-color : rgba(0,0,0,0.7); z-index : 99; font-size : 100%; } nav a { text-decoration: none; margin-left : 3%; color : orange; line-height : 90px; font-size : 100%; } .social { width : 4%; height : 14%; border : 2px solid yellow; border-radius : 10%; } .terms { color : green; } .imageHead { color : black; } .devs { margin-left : 5%; } .devsPara { color : yellow; } /* Webpage Body Attributes*/ body { font-family : "orange" ; font-size : 100%; animation : fader 15s cubic-bezier(0.8,0,0,0.8) infinite; } @keyframes fader { 0% { background : url("../resources/body/Bpizza1.jpg"); background-size : cover; background-attachment : fixed; background-repeat : no-repeat; background-position : center center; } 33.33% { background : url("../resources/body/Bpizza2.jpg"); background-size : cover; background-attachment : fixed; background-repeat : no-repeat; background-position : center center; } 66.67% { background : url("../resources/body/Bpizza3.jpg"); background-size : cover; background-attachment : fixed; background-repeat : no-repeat; background-position : center center; } 99.99%% { background : url("../resources/body/Bpizza1.jpg"); background-size : cover; background-attachment : fixed; background-repeat : no-repeat; background-position : center center; } 100% { background : url("../resources/body/Bpizza1.jpg"); background-size : cover; background-attachment : fixed; background-repeat : no-repeat; background-position : center center; } } /* Login and Registration Page Classes and ID's */ /* index.php and reg.php */ #mainLogin { width : 80%; background-color : rgba(255,255,255,0.9); margin : 0 auto; padding : 10%; border-radius : 5%; border : 10px solid #f1c40e; } .LoginImg { width : 35%; border-radius : 50%; } .lForm { width : 90%; margin : 0 auto; } .userPass { width : 100%; margin : 0 auto; padding : 2%; border-radius : 20px; border : 1px solid black; } .pMethodSelect { width : 100%; padding : 2%; border : 1px solid yellow; border-radius : 20px; } #lButton { background-color : #2ecc72; padding : 5%; color : white; width : 100%; text-align : center; font-size : 120%; font-weight : bold; padding-bottom : 1%; padding-top : 1%; border-radius : 20px; border : 1px solid black; } #rButton { background-color : #3498dc; padding : 5%; color : white; width : 100%; text-align : center; font-size : 120%; font-weight : bold; padding-bottom : 1%; padding-top : 1%; border-radius : 20px; border : 1px solid black; } .adminLoginButton { background-color : green; padding : 5%; color : white; width : 100%; text-align : center; font-size : 120%; font-weight : bold; padding-bottom : 1%; padding-top : 1%; border-radius : 20px; border : 1px solid black; } #backToLogin { background-color : #4e47ad; padding : 5%; color : white; width : 100%; text-align : center; font-size : 120%; font-weight : bold; padding-bottom : 1%; padding-top : 1%; border-radius : 20px; border : 1px solid black; } /* Menu Page Classes and ID's */ /* menu.php */ #menuHello { width : 70%; background : orange; margin : 0 auto; padding : 1%; border-radius : 20px; border : 5px solid grey; } .menuItem { height : 450px; width : 70%; background-color : rgba(0,0,0,0.8); color : white; margin : 0 auto; padding :1%; border-radius : 20px; border : 5px solid orange; } .pizzaImg { width : 40%; height : 70%; border : 3px solid red; border-radius : 10%; } .pForm { float : right; padding : 1%; width : 50%; } .menuSelect { width : 70%; padding : 1%; border-radius : 20px; } .addToCart { background-color : #27ae60; padding : 3%; color : white; width : 70%; text-align : center; font-size : 100%; font-weight : bold; padding-bottom : 1%; padding-top : 1%; border-radius : 20px; border : 1px solid black; } .myCart { margin-top : -60px; position : fixed; margin-left : 60%; background-color : #2980b9; color : white; width : 15%; text-align : center; font-size : 100%; font-weight : bold; padding-bottom : 0.5%; padding-top : 0.5%; border-radius : 20px; border : 1px solid black; } .logoutButton { margin-top : -60px; position : fixed; margin-left : 80%; background-color : #e74c3d; color : white; width : 15%; text-align : center; font-size : 100%; font-weight : bold; padding-bottom : 0.5%; padding-top : 0.5%; border-radius : 20px; border : 1px solid black; } /* Contact Us page ID */ #contactUs { width : 80%; background-color : rgba(0,0,0,0.8); color : white; margin : 0 auto; padding : 3%; border-radius : 20px; border : 10px solid #f1c40f; } /* How It Works Page ID */ #howItWorks { width : 80%; background-color : rgba(0,0,0,0.8); color : white; margin : 0 auto; padding : 3%; border-radius : 20px; border : 10px solid #f1c40f; } /* My Account Page classes and ID's */ .myAccount { width : 90%; background : rgba(0,0,0,0.8); color : white; border : 5px solid #e67e22; border-radius : 20px; margin : 0 auto; padding : 3%; } .editProfBut { background-color : green; width : 30%; text-align : center; font-size : 100%; font-weight : bold; padding-bottom : 0.5%; padding-top : 0.5%; border-radius : 20px; color : white; border : 1px solid black; } .adres { padding : 0.2%; border : 1px solid black; border-radius : 20px; width : 100%; } /* customerOffer page classes*/ .customerOffer { width : 70%; padding : 3%; border : 5px solid black; border-radius : 20px; margin : 0 auto; background-color : rgba(0,0,0,0.8); color : white; } /* My Cart Page ID's and Classes */ .myCartPage { width : 60%; background-color : rgba(0,0,0,0.8); color : white; padding : 3%; margin : 0 auto; border : 5px solid black; border-radius : 20px; } .orderPizza { width : 80%; background-color : rgba(255,165,0,0.8); padding : 3%; color : black; margin : 0 auto; border : 5px solid black; border-radius : 20px; } .remAllCart { background-color : red; width : 30%; text-align : center; font-size : 100%; font-weight : bold; padding-bottom : 0.5%; padding-top : 0.5%; border-radius : 20px; color : white; border : 1px solid black; } /* editInfo Page classes and ID's */ .editInfoDiv { width : 30%; background : rgba(0,0,0,0.8); color : white; border : 10px solid #e67e22; border-radius : 20px; margin : 0 auto; padding : 3%; } .editInfoText { width : 100%; margin : 0 auto; padding : 2%; border : 1px solid black; border-radius : 20px; } /* orderNow page ID's and classes*/ .orderNow { background-color : #27ae60; width : 30%; text-align : center; font-size : 100%; font-weight : bold; padding-bottom : 0.5%; padding-top : 0.5%; border-radius : 20px; border : 1px solid black; color : white; } .orderNowDiv { width : 30%; background-color : rgba(0,0,0,0.8); color : white; border : 10px solid #e67e22; border-radius : 20px; margin : 0 auto; padding : 3%; } .finishOrderBut { color : white; width : 50%; text-align : center; font-size : 100%; font-weight : bold; padding : 2%; border-radius : 20px; background-color : red; border : 1px solid black; } .orderType { width : 70%; padding : 2%; border : 1px solid black; border-radius : 20px; } .goBackCart { color : white; width : 50%; text-align : center; font-size : 100%; font-weight : bold; padding : 2%; border-radius : 20px; background-color : green; border : 1px solid black; } /* Admin Account ID's and Classes */ .adminHello { width : 100%; background-color : rgba(255,165,0,0.7); margin : 0 auto; } .custInfoDiv { width : 90%; margin : 0 auto; border : 2px solid black; background-color : rgba(0,0,0,0.8); color : white; border-radius : 20px; } .custSearchRes { padding : 5%; } .searchUser { padding : 0.7%; width : 30%; border-radius : 20px; border : 1px solid black; } .searchUserBut { padding : 0.7%; border-radius : 20px; width : 20%; background : #5CBBDC; border : 1px solid black; } .viewOrders { padding : 0.7%; border-radius : 20px; width : 20%; background : #3cb371; border : 1px solid black; } .recentCust { padding : 0.7%; border-radius : 20px; width : 20%; background : Slateblue; border : 1px solid black; } .pendingOrdersBut { padding : 0.7%; border-radius : 20px; width : 20%; background : grey; border : 1px solid black; } table { border : 2px solid black; border-collapse : collapse; width : 90%; margin : 0 auto; } th { background : #bf4040; color : white; } tr:nth-child(even) { background : #e6e698; color : black; } tr:nth-child(odd) { background : #99e699; color : black; } th,td { padding-top : 1%; padding-bottom : 1%; text-align : center; } /* pendingOrders page classes*/ .orderStatusSelect { width : 20%; padding : 0.5%; border : 1px solid black; border-radius : 20px; } .newOrderStatuts { width : 20%; border : 1px solid black; border-radius : 20px; padding : 0.5%; background-color : MediumSeaGreen; } .allPendingOrdersBut { padding : 0.7%; border-radius : 20px; width : 20%; background : #ffa500; border : 1px solid black; } /* AdminHome page Classes */ .adminHome { width :50%; margin : 0 auto; border : 5px solid orange; border-radius : 20px; background-color : rgba(0,0,0,0.8); color : white; padding : 3%; } /* adminPostOffer Page classes */ .postOfferDiv { width : 70%; margin : 0 auto; border : 5px solid black; border-radius : 20px; padding : 3%; background-color : rgba(0,0,0,0.8); color : white; } .postOfferHead { width : 40%; padding : 1%; border : 1px solid black; border-radius : 20px; } .postOfferDesc { width : 80%; padding : 1%; border : 1px solid black; border-radius : 20px; } .postOfferBut { background : orange; border : 1px solid black; border-radius : 20px; width : 30%; padding : 1%; font-weight : bold; } .viewOffers { background : yellow; border : 1px solid black; border-radius : 20px; width : 30%; padding : 1%; font-weight : bold; } .removeOffers { background : #3cb371; border : 1px solid black; border-radius : 20px; width : 30%; padding : 1%; font-weight : bold; } .removeAllOffers { background : red; border : 1px solid black; border-radius : 20px; width : 30%; padding : 1%; font-weight : bold; } .displayOfferWhile { width : 80%; border : 2px solid black; border-radius : 20px; padding : 3%; background-color : rgba(255,165,0,0.7); color : black; margin : 0 auto; } .reOffers { background : yellow; border : 1px solid black; border-radius : 20px; width : 30%; padding : 1%; font-weight : bold; } .editOffers { background : skyblue; border : 1px solid black; border-radius : 20px; width : 30%; padding : 1%; font-weight : bold; } .editOfferButton { background : grey; border : 1px solid black; border-radius : 20px; width : 30%; padding : 1%; font-weight : bold; } /* orderConfirmation page classes */ .ordConf { padding : 3%; margin : 0 auto; border : 5px solid black; border-radius : 20px; width : 60%; background-color : rgba(0,0,0,0.8); color : white; }
0.143608
0.117724
@charset "UTF-8"; /*My fonts*/ @import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400;500;600;700&display=swap'); @import url('https://fonts.googleapis.com/css2?family=Noto+Serif:ital,wght@0,400;0,700;1,400;1,700&display=swap'); @import url('https://fonts.googleapis.com/css2?family=Work+Sans:ital,wght@0,100;0,200;0,300;0,400;1,100;1,200&display=swap'); /*General Configuration*/ *{ padding: 0; margin: 0; box-sizing: border-box; } :root{ --main-font: 'Noto Serif', serif; --secondary-font: 'Dancing Script', cursive; --side-font: 'Work Sans', sans-serif; } /*My header configuration*/ header { max-width: 1000px; } header h1{ text-align: center; text-transform: capitalize; margin: 15px; font-family: Arial, Helvetica, sans-serif; } header p { font-family: var(--secondary-font); font-size: 1.5rem; font-weight: bolder; text-align: center; } /*Main Body Configuration*/ article{ max-width: 750px; margin-left: 20px; } main h2{ text-transform: uppercase; color: rgb(167, 167, 167); opacity: 0.4; margin: 30px 0 30px 70px; font-size: 2rem; } table#main-table{ border-top: 2px gray solid; border-collapse: collapse; } td.side, td.main-table{ padding: 12px; text-align: center; border-bottom: 2px gray solid; } td.side, td.side-info{ width: 150px; font-weight: 700; text-align: center; } td.main-table{ background-color: rgba(168, 168, 168, 0.089); text-align: justify; text-indent: 10px; } /*Configuration of aside*/ aside#info{ position: absolute; top: 160px; left: 900px; } /*Config the title*/ h2#h2-aside{ color: black; opacity: 1; font-family: Arial, Helvetica, sans-serif; text-align: left; } /*Config the image*/ img{ display: block; margin: 5px 70px 0px 70px; border: 1px solid black; box-shadow: 1px 1px 1px black; } /*Here we start the configuration of the table*/ #table-info{ max-width: 300px; } .main-info{ width: 250px; text-align: center; border-bottom: 2px gray solid; font-family: var(--side-font); padding-bottom: 10px; } /*Config of the more-info about steve jobs*/ aside#more-info{ width: 1000px; height: 300px; background-color: rgb(197, 197, 197); margin: 20px auto 20px auto; padding: 10px; box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.315); } aside#more-info p{ font-family: var(--secondary-font); text-align: center; font-size: 3rem; padding: 5px; font-weight: 600; } a{ text-decoration: none; color: rgb(46, 46, 253); } a:hover{ text-decoration: underline; border-radius: 2px; background-color: rgba(201, 201, 201, 0.473); transition-duration: 0.7s; } /*COnfig of the footer*/ footer{ width: 100%; height: 30px; background-color: black; color: white; } footer p{ text-align: center; font-size: 20px; } footer a { text-decoration: none; color: rgb(161, 143, 228); } @media all and (max-width: 600px) { aside#info{ position: absolute; top: 100rem; left: 6.2rem; } aside#more-info { width: 100%; height: 571px; background-color: rgb(197, 197, 197); margin: 1100px auto 20px auto; padding-bottom: 10rem; box-shadow: 2px 2px 2px rgb(0 0 0 / 32%); } }
HTML-CSS/Desafios/Desafio Tribute2/style.css
@charset "UTF-8"; /*My fonts*/ @import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400;500;600;700&display=swap'); @import url('https://fonts.googleapis.com/css2?family=Noto+Serif:ital,wght@0,400;0,700;1,400;1,700&display=swap'); @import url('https://fonts.googleapis.com/css2?family=Work+Sans:ital,wght@0,100;0,200;0,300;0,400;1,100;1,200&display=swap'); /*General Configuration*/ *{ padding: 0; margin: 0; box-sizing: border-box; } :root{ --main-font: 'Noto Serif', serif; --secondary-font: 'Dancing Script', cursive; --side-font: 'Work Sans', sans-serif; } /*My header configuration*/ header { max-width: 1000px; } header h1{ text-align: center; text-transform: capitalize; margin: 15px; font-family: Arial, Helvetica, sans-serif; } header p { font-family: var(--secondary-font); font-size: 1.5rem; font-weight: bolder; text-align: center; } /*Main Body Configuration*/ article{ max-width: 750px; margin-left: 20px; } main h2{ text-transform: uppercase; color: rgb(167, 167, 167); opacity: 0.4; margin: 30px 0 30px 70px; font-size: 2rem; } table#main-table{ border-top: 2px gray solid; border-collapse: collapse; } td.side, td.main-table{ padding: 12px; text-align: center; border-bottom: 2px gray solid; } td.side, td.side-info{ width: 150px; font-weight: 700; text-align: center; } td.main-table{ background-color: rgba(168, 168, 168, 0.089); text-align: justify; text-indent: 10px; } /*Configuration of aside*/ aside#info{ position: absolute; top: 160px; left: 900px; } /*Config the title*/ h2#h2-aside{ color: black; opacity: 1; font-family: Arial, Helvetica, sans-serif; text-align: left; } /*Config the image*/ img{ display: block; margin: 5px 70px 0px 70px; border: 1px solid black; box-shadow: 1px 1px 1px black; } /*Here we start the configuration of the table*/ #table-info{ max-width: 300px; } .main-info{ width: 250px; text-align: center; border-bottom: 2px gray solid; font-family: var(--side-font); padding-bottom: 10px; } /*Config of the more-info about steve jobs*/ aside#more-info{ width: 1000px; height: 300px; background-color: rgb(197, 197, 197); margin: 20px auto 20px auto; padding: 10px; box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.315); } aside#more-info p{ font-family: var(--secondary-font); text-align: center; font-size: 3rem; padding: 5px; font-weight: 600; } a{ text-decoration: none; color: rgb(46, 46, 253); } a:hover{ text-decoration: underline; border-radius: 2px; background-color: rgba(201, 201, 201, 0.473); transition-duration: 0.7s; } /*COnfig of the footer*/ footer{ width: 100%; height: 30px; background-color: black; color: white; } footer p{ text-align: center; font-size: 20px; } footer a { text-decoration: none; color: rgb(161, 143, 228); } @media all and (max-width: 600px) { aside#info{ position: absolute; top: 100rem; left: 6.2rem; } aside#more-info { width: 100%; height: 571px; background-color: rgb(197, 197, 197); margin: 1100px auto 20px auto; padding-bottom: 10rem; box-shadow: 2px 2px 2px rgb(0 0 0 / 32%); } }
0.387343
0.064949
background: #fff; border-radius: 4px; box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), 0 0 0 1px rgba(63, 63, 68, 0.1); padding: 15px; } @media only screen and (min-width: 320px) and (max-width: 767px){ .filter_category input{ margin-bottom: 10px; } .filter_category select{ margin-bottom: 10px; } .form_padd_left{ clear: both; } } @media only screen and (min-width: 1025px) and (max-width: 3000px){ .form_padd_left{ padding-left: 0px; } } @media only screen and (min-width: 768px) and (max-width: 1024px){ .form_padd_left{ padding-left: 0px; } } @media only screen and (min-width: 320px) and (max-width: 767px){ .form_padd_left{ padding: 0px; } } @media only screen and (min-width: 320px) and (max-width: 1024px){ #example_wrapper{ width: 100%; overflow-y: scroll; } } .checkbox { padding-left: 20px; } .checkbox label { display: inline-block; position: relative; padding-left: 5px; } .checkbox label::before { content: ""; display: inline-block; position: absolute; width: 17px; height: 17px; left: 0; margin-left: -20px; border: 1px solid #cccccc; border-radius: 3px; background-color: #fff; -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out; -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out; transition: border 0.15s ease-in-out, color 0.15s ease-in-out; } .checkbox label::after { display: inline-block; position: absolute; width: 16px; height: 16px; left: 0; top: 0; margin-left: -20px; padding-left: 3px; padding-top: 1px; font-size: 11px; color: #555555; } .checkbox input[type="checkbox"] { opacity: 0; } .checkbox input[type="checkbox"]:focus + label::before { outline: thin dotted; outline: 5px auto -webkit-focus-ring-color; outline-offset: -2px; } .checkbox input[type="checkbox"]:checked + label::after { font-family: 'FontAwesome'; content: "\f00c"; } .checkbox input[type="checkbox"]:disabled + label { opacity: 0.65; } .checkbox input[type="checkbox"]:disabled + label::before { background-color: #eeeeee; cursor: not-allowed; } .checkbox.checkbox-circle label::before { border-radius: 50%; } .checkbox.checkbox-inline { margin-left:0px !important; margin-top: 0; } .checkbox label::before { content: ""; display: inline-block; position: absolute; width: 15px; height: 16px; left: 0; margin-left: -20px; border: 1px solid #3F5765; border-radius: 0px; } .checkbox label::after { color: #87C508; } .search_time .checkbox label::before { content: ""; display: inline-block; position: absolute; width: 23px; height: 23px; left: 0; margin-left: -20px; border: 1px solid #D5D5D5; border-radius: 1px; background-color: #fff; -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out; -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out; transition: border 0.15s ease-in-out, color 0.15s ease-in-out; } .search_time .checkbox label::after { display: inline-block; position: absolute; width: 16px; height: 16px; left: 0px; top: 0px; margin-left: -20px; padding-left: 3px; padding-top: 1px; font-size: 18px; color: #41DF7C; } .search_time .checkbox label::before { content: ""; display: inline-block; position: absolute; width: 18px; height: 18px; left: 0; margin-left: -20px; border: 1px solid #D5D5D5; border-radius: 1px; background-color: #fff; -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out; -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out; transition: border 0.15s ease-in-out, color 0.15s ease-in-out; } .search_time .checkbox label::after { display: inline-block; position: absolute; width: 16px; height: 16px; left: 2px; top: -1px; margin-left: -23px; padding-left: 3px; padding-top: 1px; font-size: 14px; color: #42C500; } .league_category h3{ font-size: 24px; font-weight: bold; color: #5c5c5c; margin: 10px 0px; } .league_ul{ margin:0px; padding:0px; list-style-type:none; } .league_ul li{ float:left; padding-right:70px; } .league_ul label{ color:#000000; font-size:14px; line-height: 18px; } .league_time_ul{ margin:0px; padding:0px; list-style-type:none; } .league_time_ul li{ float:left; padding-right:10px; } .league_time_ul label{ color:#000000; font-size:14px; line-height: 23px; } .price_box input[type=text] { width: 100%; box-sizing: border-box; border: 1px solid #E3E3E3; border-radius: 0px; font-size: 16px; background-color: white; background-position: 10px 10px; background-repeat: no-repeat; padding: 10px 20px 10px 10px; -webkit-transition: width 0.4s ease-in-out; transition: width 0.4s ease-in-out; color: #000; height: 36px; } .listing_search{ background: #3F4A59; border: 1px solid #3F4A59; color: #fff; font-size: 17px; width: 120px; height: 36px; border-radius: 4px; line-height: 0px; } .listing_search:hover{ background:#fff; border:1px solid #3F4A59; color:#3F4A59; transition:0.7s; } .picks_value { height: 36px; float: right; border: 1px solid #E3E3E3; box-shadow: none; padding: 0px 8px; color: #4c4c4c; font-size: 16px; width: 100%; background: url(../img/dropdown_arrow.png) no-repeat; background-color: transparent !Important; background-position: right center; -moz-appearance: none; -webkit-appearance: none; appearance: none; border-radius: 0px !important; } .filter_category{ background: #fff; border-radius: 4px; box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), 0 0 0 1px rgba(63, 63, 68, 0.1); } #Agency_profile_detail h3{ margin: 0px; font-size: 20px; font-weight: 600; } #Agency_profile_detail p{ margin: 0px; } #Agency_profile_detail .close { font-size: 40px; opacity: 1; color: #fff; font-weight: 100; margin-top: -4px; height: 40px; outline: none !important; position: relative; } #Agency_profile_detail .modal-header h2 { color: #fff; font-size: 24px; } #Agency_profile_detail .modal-header { padding: 10px 15px; background: #768292; } .autocomplete { /*the container must be positioned relative:*/ position: relative; display: inline-block; } #datepicker { width: 308px; height: 48px; border-radius: 0px; border: none; max-width: 100%; background: white; padding-left: 15px; font-size: 17px; font-weight: 600; } .gj-datepicker-md [role=right-icon]{ top: 6px; right: 5px; color: #861433; font-size: 40px; } .autocomplete-items { position: absolute; border: 1px solid #d4d4d4; border-bottom: none; border-top: none; z-index: 99; /*position the autocomplete items to be the same width as the container:*/ top: 100%; left: 0; right: 0; } .autocomplete-items div { padding: 10px; cursor: pointer; background-color: #fff; border-bottom: 1px solid #d4d4d4; } .autocomplete-items div:hover { /*when hovering an item:*/ background-color: #e9e9e9; } .autocomplete-active { /*when navigating through the items using the arrow keys:*/ background-color: DodgerBlue !important; color: #ffffff; } #example .btn-danger{ border: none; box-shadow: none; outline: none; color: #fff; } #example .btn-success .fa-check{ color: #fff; } #example .fa-check:before { color: #fff !important; } #example .btn-success{ border: none; box-shadow: none; outline: none; color: #fff; } #myModal_hire_delete .modal-footer .btn-danger{ background: red; border: 1px solid red; box-shadow: none; color: #fff !important; } #myModal_hire_delete .modal-header { padding: 10px 15px; background: red; } #myModal_hire_delete .modal-header h2 { color: #fff; font-size: 24px; } #myModal_hire_delete .close { font-size: 40px; opacity: 1; color: #fff; font-weight: 100; margin-top: -4px; height: 40px; outline: none !important; position: relative; } .modal { overflow-y: auto !important; }
public/css/system_admin.css
background: #fff; border-radius: 4px; box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), 0 0 0 1px rgba(63, 63, 68, 0.1); padding: 15px; } @media only screen and (min-width: 320px) and (max-width: 767px){ .filter_category input{ margin-bottom: 10px; } .filter_category select{ margin-bottom: 10px; } .form_padd_left{ clear: both; } } @media only screen and (min-width: 1025px) and (max-width: 3000px){ .form_padd_left{ padding-left: 0px; } } @media only screen and (min-width: 768px) and (max-width: 1024px){ .form_padd_left{ padding-left: 0px; } } @media only screen and (min-width: 320px) and (max-width: 767px){ .form_padd_left{ padding: 0px; } } @media only screen and (min-width: 320px) and (max-width: 1024px){ #example_wrapper{ width: 100%; overflow-y: scroll; } } .checkbox { padding-left: 20px; } .checkbox label { display: inline-block; position: relative; padding-left: 5px; } .checkbox label::before { content: ""; display: inline-block; position: absolute; width: 17px; height: 17px; left: 0; margin-left: -20px; border: 1px solid #cccccc; border-radius: 3px; background-color: #fff; -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out; -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out; transition: border 0.15s ease-in-out, color 0.15s ease-in-out; } .checkbox label::after { display: inline-block; position: absolute; width: 16px; height: 16px; left: 0; top: 0; margin-left: -20px; padding-left: 3px; padding-top: 1px; font-size: 11px; color: #555555; } .checkbox input[type="checkbox"] { opacity: 0; } .checkbox input[type="checkbox"]:focus + label::before { outline: thin dotted; outline: 5px auto -webkit-focus-ring-color; outline-offset: -2px; } .checkbox input[type="checkbox"]:checked + label::after { font-family: 'FontAwesome'; content: "\f00c"; } .checkbox input[type="checkbox"]:disabled + label { opacity: 0.65; } .checkbox input[type="checkbox"]:disabled + label::before { background-color: #eeeeee; cursor: not-allowed; } .checkbox.checkbox-circle label::before { border-radius: 50%; } .checkbox.checkbox-inline { margin-left:0px !important; margin-top: 0; } .checkbox label::before { content: ""; display: inline-block; position: absolute; width: 15px; height: 16px; left: 0; margin-left: -20px; border: 1px solid #3F5765; border-radius: 0px; } .checkbox label::after { color: #87C508; } .search_time .checkbox label::before { content: ""; display: inline-block; position: absolute; width: 23px; height: 23px; left: 0; margin-left: -20px; border: 1px solid #D5D5D5; border-radius: 1px; background-color: #fff; -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out; -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out; transition: border 0.15s ease-in-out, color 0.15s ease-in-out; } .search_time .checkbox label::after { display: inline-block; position: absolute; width: 16px; height: 16px; left: 0px; top: 0px; margin-left: -20px; padding-left: 3px; padding-top: 1px; font-size: 18px; color: #41DF7C; } .search_time .checkbox label::before { content: ""; display: inline-block; position: absolute; width: 18px; height: 18px; left: 0; margin-left: -20px; border: 1px solid #D5D5D5; border-radius: 1px; background-color: #fff; -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out; -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out; transition: border 0.15s ease-in-out, color 0.15s ease-in-out; } .search_time .checkbox label::after { display: inline-block; position: absolute; width: 16px; height: 16px; left: 2px; top: -1px; margin-left: -23px; padding-left: 3px; padding-top: 1px; font-size: 14px; color: #42C500; } .league_category h3{ font-size: 24px; font-weight: bold; color: #5c5c5c; margin: 10px 0px; } .league_ul{ margin:0px; padding:0px; list-style-type:none; } .league_ul li{ float:left; padding-right:70px; } .league_ul label{ color:#000000; font-size:14px; line-height: 18px; } .league_time_ul{ margin:0px; padding:0px; list-style-type:none; } .league_time_ul li{ float:left; padding-right:10px; } .league_time_ul label{ color:#000000; font-size:14px; line-height: 23px; } .price_box input[type=text] { width: 100%; box-sizing: border-box; border: 1px solid #E3E3E3; border-radius: 0px; font-size: 16px; background-color: white; background-position: 10px 10px; background-repeat: no-repeat; padding: 10px 20px 10px 10px; -webkit-transition: width 0.4s ease-in-out; transition: width 0.4s ease-in-out; color: #000; height: 36px; } .listing_search{ background: #3F4A59; border: 1px solid #3F4A59; color: #fff; font-size: 17px; width: 120px; height: 36px; border-radius: 4px; line-height: 0px; } .listing_search:hover{ background:#fff; border:1px solid #3F4A59; color:#3F4A59; transition:0.7s; } .picks_value { height: 36px; float: right; border: 1px solid #E3E3E3; box-shadow: none; padding: 0px 8px; color: #4c4c4c; font-size: 16px; width: 100%; background: url(../img/dropdown_arrow.png) no-repeat; background-color: transparent !Important; background-position: right center; -moz-appearance: none; -webkit-appearance: none; appearance: none; border-radius: 0px !important; } .filter_category{ background: #fff; border-radius: 4px; box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), 0 0 0 1px rgba(63, 63, 68, 0.1); } #Agency_profile_detail h3{ margin: 0px; font-size: 20px; font-weight: 600; } #Agency_profile_detail p{ margin: 0px; } #Agency_profile_detail .close { font-size: 40px; opacity: 1; color: #fff; font-weight: 100; margin-top: -4px; height: 40px; outline: none !important; position: relative; } #Agency_profile_detail .modal-header h2 { color: #fff; font-size: 24px; } #Agency_profile_detail .modal-header { padding: 10px 15px; background: #768292; } .autocomplete { /*the container must be positioned relative:*/ position: relative; display: inline-block; } #datepicker { width: 308px; height: 48px; border-radius: 0px; border: none; max-width: 100%; background: white; padding-left: 15px; font-size: 17px; font-weight: 600; } .gj-datepicker-md [role=right-icon]{ top: 6px; right: 5px; color: #861433; font-size: 40px; } .autocomplete-items { position: absolute; border: 1px solid #d4d4d4; border-bottom: none; border-top: none; z-index: 99; /*position the autocomplete items to be the same width as the container:*/ top: 100%; left: 0; right: 0; } .autocomplete-items div { padding: 10px; cursor: pointer; background-color: #fff; border-bottom: 1px solid #d4d4d4; } .autocomplete-items div:hover { /*when hovering an item:*/ background-color: #e9e9e9; } .autocomplete-active { /*when navigating through the items using the arrow keys:*/ background-color: DodgerBlue !important; color: #ffffff; } #example .btn-danger{ border: none; box-shadow: none; outline: none; color: #fff; } #example .btn-success .fa-check{ color: #fff; } #example .fa-check:before { color: #fff !important; } #example .btn-success{ border: none; box-shadow: none; outline: none; color: #fff; } #myModal_hire_delete .modal-footer .btn-danger{ background: red; border: 1px solid red; box-shadow: none; color: #fff !important; } #myModal_hire_delete .modal-header { padding: 10px 15px; background: red; } #myModal_hire_delete .modal-header h2 { color: #fff; font-size: 24px; } #myModal_hire_delete .close { font-size: 40px; opacity: 1; color: #fff; font-weight: 100; margin-top: -4px; height: 40px; outline: none !important; position: relative; } .modal { overflow-y: auto !important; }
0.182207
0.105948
* { -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box; } *:before, *:after { -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box; } /* body default fontsize 16px, default line-height 20px */ html, body { height:100%; } body { font-family:"Helvetica Neue", Helvetica, Arial, sans-serif; font-size:1em; line-height:1.250em; } /* classes */ .fluid { float:left; width:100%; } .pull-left { float: left !important; } .pull-right { float: right !important; } .clearfix { zoom:1; } .center-block { display:block; margin-left:auto; margin-right:auto; } .hide { display:none; } /* page-rols */ .page-header, .page-content, .page-footer, .block{ float:left; width:100%; } .page-header:before, .page-content:before, .page-footer:before, .block:before, .clearfix:before, .page-header:after, .page-content:after, .page-footer:after, .block:after, .clearfix:after{ content:""; display:table; line-height:0; } .page-header:after, .page-content:after, .page-footer:after, .block:after, .clearfix:after{ clear:both; } .page-body { float:left; width:100%; } /* page-aside */ .page-aside { position:fixed; top:0; bottom:0; left:200px; margin-left:-200px; width:200px; /* aside width 200px */ overflow-y:auto; -webkit-overflow-scrolling:touch; z-index:100; } .page-body.aside { padding-left:200px; } /* aside width 200px */ /* page-header-fixed */ .page-header.header-fixed { position:fixed; top:0; right:0; left:0; height:100px; /* height header 100px */ } .page-content.header-fixed { padding-top:100px; /* height header 100px */ } /* sticky-footer */ .page-content.sticky-footer { min-height:100%; height:auto !important; height:100%; margin-bottom:-100px; /* hoogte footer 100px */ } .page-footer.sticky-footer { clear:both; height:100px; /* height footer 100px */ } /* text */ h1, h2, h3, h4, h5, h6 { font-family:inherit; font-weight:500; line-height:1.25em; color: inherit; text-rendering:optimizelegibility; } h1 small, h2 small ,h3 small, h4 small, h5 small, h6 small { font-weight:400; } h1 strong, h2 strong ,h3 strong, h4 strong, h5 strong, h6 strong { font-weight:600; } /* text-elements */ small { font-size: 80%; } mark { padding:0.1em 0.2em; } time { } meter { } progress { } /* quote */ blockquote p:before, q:before { content:'\201C'; } blockquote p:after, q:after { content:'\201D'; } blockquote { float:left; width:auto; } blockquote footer, blockquote p { display:block; width:100%; } blockquote footer { float:left; } blockquote footer cite { float:right; padding-right:0.2em; font-size:0.875em; color:#999999; } /* text alignment */ .text-left { text-align:left; } .text-right { text-align:right; } .text-center { text-align:center; } /* text transformation */ .text-lowercase { text-transform:lowercase; } .text-uppercase { text-transform:uppercase; } .text-capitalize { text-transform:capitalize; } /* text-ellipsis */ .text-ellipsis { overflow:hidden; white-space:normal; text-overflow:ellipsis; } .text-fit { -ms-word-break:break-all; word-break:break-all; word-break:break-word; -webkit-hyphens:auto; -moz-hyphens:auto; -ms-hyphens:auto; hyphens:auto; } /* text-color */ .text-success { } .text-danger { } /* code */ code { margin:5px 0; width:auto; padding:5px; } /* --------- ** nav ** --------- */ nav > ul li { float:left; padding:5px 10px; } nav > ul li a { float:left; display:block; text-decoration:none; } nav.nav-stacked, nav.nav-stacked ul, nav.nav-stacked li { float:left; width:100%; } nav.nav-stacked a { float:left; display:block; width:100%; padding:5px 10px; } /* ---------- ** form ** ---------- */ fieldset { border-width:1px; border-style:solid; border-color:inherit; margin:5px 0; padding:5px; } /* lg screen - 1200px */ @media screen and (min-width: 75em) { /* visible */ .visible-lg { display:block; } .visible-md { display:none; } .visible-sm { display:none; } .visible-xs { display:none; } /* hide */ .hide-lg { display:none; } .hide-md { display:block; } .hide-sm { display:block; } .hide-xs { display:block; } } /* md screen - 1024px */ @media screen and (max-width: 64em) { .visible-lg { display:none; } .visible-md { display:block; } .visible-sm { display:none; } .visible-xs { display:none; } /* hide */ .hide-lg { display:block; } .hide-md { display:none; } .hide-sm { display:block; } .hide-xs { display:block; } } /* sm screen - 800px */ @media screen and (max-width: 50em) { .visible-lg { display:none; } .visible-md { display:none; } .visible-sm { display:block; } .visible-xs { display:none; } /* hide */ .hide-lg { display:block; } .hide-md { display:block; } .hide-sm { display:none; } .hide-xs { display:block; } } /* xs screen - 512px */ @media screen and (max-width: 32em) { .visible-lg { display:none; } .visible-md { display:none; } .visible-sm { display:none; } .visible-xs { display:block; } /* hide */ .hide-lg { display:block; } .hide-md { display:block; } .hide-sm { display:block; } .hide-xs { display:none; } }
files/framework-v1/base.css
* { -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box; } *:before, *:after { -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box; } /* body default fontsize 16px, default line-height 20px */ html, body { height:100%; } body { font-family:"Helvetica Neue", Helvetica, Arial, sans-serif; font-size:1em; line-height:1.250em; } /* classes */ .fluid { float:left; width:100%; } .pull-left { float: left !important; } .pull-right { float: right !important; } .clearfix { zoom:1; } .center-block { display:block; margin-left:auto; margin-right:auto; } .hide { display:none; } /* page-rols */ .page-header, .page-content, .page-footer, .block{ float:left; width:100%; } .page-header:before, .page-content:before, .page-footer:before, .block:before, .clearfix:before, .page-header:after, .page-content:after, .page-footer:after, .block:after, .clearfix:after{ content:""; display:table; line-height:0; } .page-header:after, .page-content:after, .page-footer:after, .block:after, .clearfix:after{ clear:both; } .page-body { float:left; width:100%; } /* page-aside */ .page-aside { position:fixed; top:0; bottom:0; left:200px; margin-left:-200px; width:200px; /* aside width 200px */ overflow-y:auto; -webkit-overflow-scrolling:touch; z-index:100; } .page-body.aside { padding-left:200px; } /* aside width 200px */ /* page-header-fixed */ .page-header.header-fixed { position:fixed; top:0; right:0; left:0; height:100px; /* height header 100px */ } .page-content.header-fixed { padding-top:100px; /* height header 100px */ } /* sticky-footer */ .page-content.sticky-footer { min-height:100%; height:auto !important; height:100%; margin-bottom:-100px; /* hoogte footer 100px */ } .page-footer.sticky-footer { clear:both; height:100px; /* height footer 100px */ } /* text */ h1, h2, h3, h4, h5, h6 { font-family:inherit; font-weight:500; line-height:1.25em; color: inherit; text-rendering:optimizelegibility; } h1 small, h2 small ,h3 small, h4 small, h5 small, h6 small { font-weight:400; } h1 strong, h2 strong ,h3 strong, h4 strong, h5 strong, h6 strong { font-weight:600; } /* text-elements */ small { font-size: 80%; } mark { padding:0.1em 0.2em; } time { } meter { } progress { } /* quote */ blockquote p:before, q:before { content:'\201C'; } blockquote p:after, q:after { content:'\201D'; } blockquote { float:left; width:auto; } blockquote footer, blockquote p { display:block; width:100%; } blockquote footer { float:left; } blockquote footer cite { float:right; padding-right:0.2em; font-size:0.875em; color:#999999; } /* text alignment */ .text-left { text-align:left; } .text-right { text-align:right; } .text-center { text-align:center; } /* text transformation */ .text-lowercase { text-transform:lowercase; } .text-uppercase { text-transform:uppercase; } .text-capitalize { text-transform:capitalize; } /* text-ellipsis */ .text-ellipsis { overflow:hidden; white-space:normal; text-overflow:ellipsis; } .text-fit { -ms-word-break:break-all; word-break:break-all; word-break:break-word; -webkit-hyphens:auto; -moz-hyphens:auto; -ms-hyphens:auto; hyphens:auto; } /* text-color */ .text-success { } .text-danger { } /* code */ code { margin:5px 0; width:auto; padding:5px; } /* --------- ** nav ** --------- */ nav > ul li { float:left; padding:5px 10px; } nav > ul li a { float:left; display:block; text-decoration:none; } nav.nav-stacked, nav.nav-stacked ul, nav.nav-stacked li { float:left; width:100%; } nav.nav-stacked a { float:left; display:block; width:100%; padding:5px 10px; } /* ---------- ** form ** ---------- */ fieldset { border-width:1px; border-style:solid; border-color:inherit; margin:5px 0; padding:5px; } /* lg screen - 1200px */ @media screen and (min-width: 75em) { /* visible */ .visible-lg { display:block; } .visible-md { display:none; } .visible-sm { display:none; } .visible-xs { display:none; } /* hide */ .hide-lg { display:none; } .hide-md { display:block; } .hide-sm { display:block; } .hide-xs { display:block; } } /* md screen - 1024px */ @media screen and (max-width: 64em) { .visible-lg { display:none; } .visible-md { display:block; } .visible-sm { display:none; } .visible-xs { display:none; } /* hide */ .hide-lg { display:block; } .hide-md { display:none; } .hide-sm { display:block; } .hide-xs { display:block; } } /* sm screen - 800px */ @media screen and (max-width: 50em) { .visible-lg { display:none; } .visible-md { display:none; } .visible-sm { display:block; } .visible-xs { display:none; } /* hide */ .hide-lg { display:block; } .hide-md { display:block; } .hide-sm { display:none; } .hide-xs { display:block; } } /* xs screen - 512px */ @media screen and (max-width: 32em) { .visible-lg { display:none; } .visible-md { display:none; } .visible-sm { display:none; } .visible-xs { display:block; } /* hide */ .hide-lg { display:block; } .hide-md { display:block; } .hide-sm { display:block; } .hide-xs { display:none; } }
0.411466
0.08882
@-webkit-keyframes spinner-border { to { -webkit-transform: rotate(360deg); transform: rotate(360deg); } } @keyframes spinner-border { to { -webkit-transform: rotate(360deg); transform: rotate(360deg); } } .spinner-border { display: inline-block; width: 25px; height: 25px; vertical-align: text-bottom; border: 1px solid currentColor; border-right-color: transparent; border-radius: 50%; -webkit-animation: spinner-border 0.75s linear infinite; animation: spinner-border 0.75s linear infinite; } .spinner-border-sm { width: 25px; height: 25px; border-width: 1px; } @-webkit-keyframes spinner-grow { 0% { -webkit-transform: scale(0); transform: scale(0); } 50% { opacity: 1; } } @keyframes spinner-grow { 0% { -webkit-transform: scale(0); transform: scale(0); } 50% { opacity: 1; } } .spinner-grow { display: inline-block; width: 25px; height: 25px; vertical-align: text-bottom; background-color: currentColor; border-radius: 50%; opacity: 0; -webkit-animation: spinner-grow 0.75s linear infinite; animation: spinner-grow 0.75s linear infinite; } .spinner-grow-sm { width: 25px; height: 25px; } body { background-color: #f5f5f5; } #btnIni { color: white; cursor: pointer; margin-right: 1rem; } @media (max-width: 768px) { #btnIni { margin-top: 1rem; padding-top: 1rem; margin-bottom: 1rem; } } .jumbotron { background-color: #f5f5f5; border-radius: 0px; } #contenedor_principal { background-color: white; -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); } #anounce { background-color: white; } .linVer { height: 40px; width: 3px; background-color: #00b93e; } .flecha { cursor: pointer; } .imgP { height: 45px; width: 45px; background-size: cover; border-radius: 50%; border: 1px solid #dee2e6; } @media (max-width: 768px) { .imgP { background-image: none; padding-top: 8px; border-radius: 0px; border: 0px; } .imgP ::before { content: "Cuenta"; text-decoration: none; color: white; cursor: pointer; } } #dropBtn { color: white; cursor: pointer; padding: 0px; } @media (max-width: 768px) { .text-lg { display: none; } } @media (max-width: 768px) { #Izq, #Der { display: none; } } @media (min-width: 768px) { .dropdown-menu { margin-right: 40px; } } @media (min-width: 768px) { .card-body { display: none; -webkit-transition: all 1s ease-out; transition: all 1s ease-out; } } .card:hover .card-body { display: block; } .titForm { color: white; } /*Estilos formulario login*/ .forms { background-color: #deaaa4; } .form { width: 40%; background-color: white; } @media (max-width: 992px) { .form { width: 50%; } } @media (max-width: 768px) { .form { width: 80%; } } @media (max-width: 576px) { .form { width: 90%; } } @media (max-width: 360px) { .form { width: 95%; } } .opcionLogin { background-color: #bdbdbd; cursor: pointer; } .opcionLogin.activo { background-color: white; } .opcionLogin.desactivo:hover { background-color: #700c0c; color: white; } .form-control.errIpt { border: 1px solid red; } .form-control.errIpt:focus { -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 0, 0, 0.432); box-shadow: 0 0 0 0.2rem rgba(255, 0, 0, 0.432); } .errForm { color: red; } .imgSF { width: 20px; height: 20px; } .imgTF { height: 80px; } .spacePreF { width: 15px; } .bluec { background-color: blue; } /*Fin*/ .photoP { height: 45px; width: 45px; -o-object-fit: cover; object-fit: cover; } .linHor { height: 1px; width: 20px; margin: 3px auto 3px auto; padding: 1px; background-color: white; display: -webkit-box; display: -ms-flexbox; display: flex; } #btnD { width: 35px; height: 35px; } #login { background-color: #002349; margin: 15px; padding-top: 5px; padding-bottom: 20px; } nav { z-index: 3; } .myNav { background-color: #00b93e; -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.4), 0 6px 20px 0 rgba(0, 0, 0, 0.4); box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.4), 0 6px 20px 0 rgba(0, 0, 0, 0.4); margin-bottom: 2px; padding-right: 5px; z-index: 2; } .myNav a { color: white; } .myNav a:hover { color: black; } .myNav a strong:hover { color: black; } .my-card { cursor: pointer; } .navbar-toggler { padding: 0px; } .MyBrand { color: white; font: bold; font-size: 1.5rem; cursor: pointer; } .linebar { width: 5px; height: 3px; margin-bottom: 2px; background-color: white; } .myLinks { color: white; font: bold; cursor: pointer; font: bold; text-decoration: none; list-style: none; display: inline; } footer { background-color: #042512; color: white; position: static; display: block; } .link { color: white; cursor: pointer; } .link:hover { color: black; font-weight: bold; } .btnToogle { border: 0px; } .error { color: red; } #carMain { margin: 60px 0px 0px 0px; width: 100%; } .caroItem { height: 260px; } .card { cursor: pointer; -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.4), 0 6px 20px 0 rgba(0, 0, 0, 0.4); box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.4), 0 6px 20px 0 rgba(0, 0, 0, 0.4); } .mylist { margin-left: 7px; position: absolute; list-style: none; padding: 10px; } @media (max-width: 768px) { .mylist { position: static; } } .mylist li { padding: 3px 5px; } .mylist li a { color: black; text-decoration: none; } .mylist li a:hover { color: #233c72; } #carrito { height: 80px; width: 80px; padding: 0px; z-index: 4; border-radius: 50%; background-color: #00b93e; margin-bottom: 10px; position: fixed; right: 25px; bottom: 10px; } #carrito div .centro { -webkit-box-shadow: 0 7px 11px 0 rgba(0, 0, 0, 0.4), 0 7px 20px 0 rgba(0, 0, 0, 0.4); box-shadow: 0 7px 11px 0 rgba(0, 0, 0, 0.4), 0 7px 20px 0 rgba(0, 0, 0, 0.4); height: 60px; width: 60px; margin: auto; padding: 0px; border-radius: 50%; background-color: yellowgreen; } #carrito div .centro:active { -webkit-box-shadow: none; box-shadow: none; } #carrito div .centro img { height: 30px; width: 30px; margin: 15px; margin-top: 0px; } #carrito div .centro .numart { margin: 0px; padding: 0px; height: 20px; width: 20px; text-align: center; border-radius: 50%; color: white; background-color: #002349; z-index: 4; margin-left: 20px; } .base { border-radius: 90%; background-color: rgba(0, 0, 0, 0.356); height: 5px; width: 40px; margin-bottom: 30px; margin-left: 19px; margin-top: 3px; } .migajas { color: #4c4c9b; font-size: 1.1rem; } .list-carro { background-color: rgba(0, 0, 0, 0.85); position: absolute; right: 40px; bottom: 40px; width: 240px; height: 280px; padding: 0px; margin-right: 40px; } .list-carro ul { list-style: none; padding: 10px; height: 240px; overflow: auto; color: white; } .list-carro ul li a { color: red; margin-bottom: 5px; } .imgMini { height: 75px; width: 75px; } #prodContainer { background-color: white; -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.3); box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.3); } @media (min-width: 768px) { .hold-det-prod { position: fixed; top: 61.86px; right: 2; } } .textito { text-align: justify; word-break: break-all; } .romper-texto { word-break: break-all; } .header-producto-carro { font-size: 1.3rem; margin: 7px 0px 7px 0px; } .dropm { position: fixed; top: auto; right: 0px; left: auto; width: 200px; } .dropm a { color: black; } @media (max-width: 768px) { .dropm { top: auto; right: auto; left: 15px; } } .price { font-weight: 300; font-size: 37px; } #detallesProd { border-left: 1px solid; border-color: rgba(0, 0, 0, 0.075); background-color: white; z-index: 2; } .img-card-prod { height: 130px; width: 100%; } .pad15 { -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.3); box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.3); } .imgPer { height: 100px; } .card-user { width: 250px; height: 400px; margin: 10px; padding: 5px; -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.3); box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.3); } .img-log-plus { height: 50px; } .shadow-box { -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.3); box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.3); } .card-producto { height: 375px; width: 250px; } .card-producto .img-producto { height: 35%; } .card-producto .body-producto p:nth-child(1) { height: 10%; } .card-producto .body-producto p:nth-child(2) { height: 20%; } .card-producto .body-producto p:nth-child(3) { height: 10%; } .img-producto-det { height: 170px; width: 170px; -o-object-fit: contain; object-fit: contain; } .img-producto-mod { height: 125px; width: 125px; -o-object-fit: contain; object-fit: contain; } .botron { padding: 0px; height: 250px; background-image: url("../media/img/la.jpg"); } .botron div { background-color: rgba(0, 0, 0, 0.527); width: 100%; height: 50px; 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; } .botron div span { color: white; font-size: 1.3rem; } #Cprincipa { display: block; } #NotFound { height: 400px; } .img-carr-prod { height: 120px; width: 120px; } .option-account { cursor: pointer; text-align: center; font-size: 1.3rem; font: bolder; padding: 20px; margin: 2px; } .option-account.selected { background: rgba(39, 212, 224, 0.247); -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.3); box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.3); } .option-account:hover { -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.3); box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.3); } @media (min-width: 768px) { .options-account { border-right: 1px solid; border-color: rgba(0, 0, 0, 0.171); } } @media (max-width: 768px) { .options-account { border-bottom: 1px solid; border-color: rgba(0, 0, 0, 0.171); } } .container-dir { cursor: pointer; } .container-dir:hover { -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.3); box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.3); } .scroll-content { overflow: auto; } .img-perfil-user { height: 150px; width: 150px; padding: 0px; -o-object-fit: contain; object-fit: contain; } #btnAddDir { position: absolute; right: 40px; top: 5px; height: 60px; width: 60px; cursor: pointer; } #btnChangeF { cursor: pointer; color: #002349; } #btnChangeF:active { font-size: 0.9rem; } .toast { width: 170px; height: 70px; position: absolute; bottom: 0px; right: auto; left: auto; margin: 15px; } .toast.error { background-color: rgba(255, 9, 9, 0.589); } .toast.success { background-color: rgba(12, 112, 79, 0.589); } .type-pointer { cursor: pointer; } /* .nav-material{ position: relative; }*/ /*# sourceMappingURL=style.css.map */
public/css/style.css
@-webkit-keyframes spinner-border { to { -webkit-transform: rotate(360deg); transform: rotate(360deg); } } @keyframes spinner-border { to { -webkit-transform: rotate(360deg); transform: rotate(360deg); } } .spinner-border { display: inline-block; width: 25px; height: 25px; vertical-align: text-bottom; border: 1px solid currentColor; border-right-color: transparent; border-radius: 50%; -webkit-animation: spinner-border 0.75s linear infinite; animation: spinner-border 0.75s linear infinite; } .spinner-border-sm { width: 25px; height: 25px; border-width: 1px; } @-webkit-keyframes spinner-grow { 0% { -webkit-transform: scale(0); transform: scale(0); } 50% { opacity: 1; } } @keyframes spinner-grow { 0% { -webkit-transform: scale(0); transform: scale(0); } 50% { opacity: 1; } } .spinner-grow { display: inline-block; width: 25px; height: 25px; vertical-align: text-bottom; background-color: currentColor; border-radius: 50%; opacity: 0; -webkit-animation: spinner-grow 0.75s linear infinite; animation: spinner-grow 0.75s linear infinite; } .spinner-grow-sm { width: 25px; height: 25px; } body { background-color: #f5f5f5; } #btnIni { color: white; cursor: pointer; margin-right: 1rem; } @media (max-width: 768px) { #btnIni { margin-top: 1rem; padding-top: 1rem; margin-bottom: 1rem; } } .jumbotron { background-color: #f5f5f5; border-radius: 0px; } #contenedor_principal { background-color: white; -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); } #anounce { background-color: white; } .linVer { height: 40px; width: 3px; background-color: #00b93e; } .flecha { cursor: pointer; } .imgP { height: 45px; width: 45px; background-size: cover; border-radius: 50%; border: 1px solid #dee2e6; } @media (max-width: 768px) { .imgP { background-image: none; padding-top: 8px; border-radius: 0px; border: 0px; } .imgP ::before { content: "Cuenta"; text-decoration: none; color: white; cursor: pointer; } } #dropBtn { color: white; cursor: pointer; padding: 0px; } @media (max-width: 768px) { .text-lg { display: none; } } @media (max-width: 768px) { #Izq, #Der { display: none; } } @media (min-width: 768px) { .dropdown-menu { margin-right: 40px; } } @media (min-width: 768px) { .card-body { display: none; -webkit-transition: all 1s ease-out; transition: all 1s ease-out; } } .card:hover .card-body { display: block; } .titForm { color: white; } /*Estilos formulario login*/ .forms { background-color: #deaaa4; } .form { width: 40%; background-color: white; } @media (max-width: 992px) { .form { width: 50%; } } @media (max-width: 768px) { .form { width: 80%; } } @media (max-width: 576px) { .form { width: 90%; } } @media (max-width: 360px) { .form { width: 95%; } } .opcionLogin { background-color: #bdbdbd; cursor: pointer; } .opcionLogin.activo { background-color: white; } .opcionLogin.desactivo:hover { background-color: #700c0c; color: white; } .form-control.errIpt { border: 1px solid red; } .form-control.errIpt:focus { -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 0, 0, 0.432); box-shadow: 0 0 0 0.2rem rgba(255, 0, 0, 0.432); } .errForm { color: red; } .imgSF { width: 20px; height: 20px; } .imgTF { height: 80px; } .spacePreF { width: 15px; } .bluec { background-color: blue; } /*Fin*/ .photoP { height: 45px; width: 45px; -o-object-fit: cover; object-fit: cover; } .linHor { height: 1px; width: 20px; margin: 3px auto 3px auto; padding: 1px; background-color: white; display: -webkit-box; display: -ms-flexbox; display: flex; } #btnD { width: 35px; height: 35px; } #login { background-color: #002349; margin: 15px; padding-top: 5px; padding-bottom: 20px; } nav { z-index: 3; } .myNav { background-color: #00b93e; -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.4), 0 6px 20px 0 rgba(0, 0, 0, 0.4); box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.4), 0 6px 20px 0 rgba(0, 0, 0, 0.4); margin-bottom: 2px; padding-right: 5px; z-index: 2; } .myNav a { color: white; } .myNav a:hover { color: black; } .myNav a strong:hover { color: black; } .my-card { cursor: pointer; } .navbar-toggler { padding: 0px; } .MyBrand { color: white; font: bold; font-size: 1.5rem; cursor: pointer; } .linebar { width: 5px; height: 3px; margin-bottom: 2px; background-color: white; } .myLinks { color: white; font: bold; cursor: pointer; font: bold; text-decoration: none; list-style: none; display: inline; } footer { background-color: #042512; color: white; position: static; display: block; } .link { color: white; cursor: pointer; } .link:hover { color: black; font-weight: bold; } .btnToogle { border: 0px; } .error { color: red; } #carMain { margin: 60px 0px 0px 0px; width: 100%; } .caroItem { height: 260px; } .card { cursor: pointer; -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.4), 0 6px 20px 0 rgba(0, 0, 0, 0.4); box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.4), 0 6px 20px 0 rgba(0, 0, 0, 0.4); } .mylist { margin-left: 7px; position: absolute; list-style: none; padding: 10px; } @media (max-width: 768px) { .mylist { position: static; } } .mylist li { padding: 3px 5px; } .mylist li a { color: black; text-decoration: none; } .mylist li a:hover { color: #233c72; } #carrito { height: 80px; width: 80px; padding: 0px; z-index: 4; border-radius: 50%; background-color: #00b93e; margin-bottom: 10px; position: fixed; right: 25px; bottom: 10px; } #carrito div .centro { -webkit-box-shadow: 0 7px 11px 0 rgba(0, 0, 0, 0.4), 0 7px 20px 0 rgba(0, 0, 0, 0.4); box-shadow: 0 7px 11px 0 rgba(0, 0, 0, 0.4), 0 7px 20px 0 rgba(0, 0, 0, 0.4); height: 60px; width: 60px; margin: auto; padding: 0px; border-radius: 50%; background-color: yellowgreen; } #carrito div .centro:active { -webkit-box-shadow: none; box-shadow: none; } #carrito div .centro img { height: 30px; width: 30px; margin: 15px; margin-top: 0px; } #carrito div .centro .numart { margin: 0px; padding: 0px; height: 20px; width: 20px; text-align: center; border-radius: 50%; color: white; background-color: #002349; z-index: 4; margin-left: 20px; } .base { border-radius: 90%; background-color: rgba(0, 0, 0, 0.356); height: 5px; width: 40px; margin-bottom: 30px; margin-left: 19px; margin-top: 3px; } .migajas { color: #4c4c9b; font-size: 1.1rem; } .list-carro { background-color: rgba(0, 0, 0, 0.85); position: absolute; right: 40px; bottom: 40px; width: 240px; height: 280px; padding: 0px; margin-right: 40px; } .list-carro ul { list-style: none; padding: 10px; height: 240px; overflow: auto; color: white; } .list-carro ul li a { color: red; margin-bottom: 5px; } .imgMini { height: 75px; width: 75px; } #prodContainer { background-color: white; -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.3); box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.3); } @media (min-width: 768px) { .hold-det-prod { position: fixed; top: 61.86px; right: 2; } } .textito { text-align: justify; word-break: break-all; } .romper-texto { word-break: break-all; } .header-producto-carro { font-size: 1.3rem; margin: 7px 0px 7px 0px; } .dropm { position: fixed; top: auto; right: 0px; left: auto; width: 200px; } .dropm a { color: black; } @media (max-width: 768px) { .dropm { top: auto; right: auto; left: 15px; } } .price { font-weight: 300; font-size: 37px; } #detallesProd { border-left: 1px solid; border-color: rgba(0, 0, 0, 0.075); background-color: white; z-index: 2; } .img-card-prod { height: 130px; width: 100%; } .pad15 { -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.3); box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.3); } .imgPer { height: 100px; } .card-user { width: 250px; height: 400px; margin: 10px; padding: 5px; -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.3); box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.3); } .img-log-plus { height: 50px; } .shadow-box { -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.3); box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.3); } .card-producto { height: 375px; width: 250px; } .card-producto .img-producto { height: 35%; } .card-producto .body-producto p:nth-child(1) { height: 10%; } .card-producto .body-producto p:nth-child(2) { height: 20%; } .card-producto .body-producto p:nth-child(3) { height: 10%; } .img-producto-det { height: 170px; width: 170px; -o-object-fit: contain; object-fit: contain; } .img-producto-mod { height: 125px; width: 125px; -o-object-fit: contain; object-fit: contain; } .botron { padding: 0px; height: 250px; background-image: url("../media/img/la.jpg"); } .botron div { background-color: rgba(0, 0, 0, 0.527); width: 100%; height: 50px; 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; } .botron div span { color: white; font-size: 1.3rem; } #Cprincipa { display: block; } #NotFound { height: 400px; } .img-carr-prod { height: 120px; width: 120px; } .option-account { cursor: pointer; text-align: center; font-size: 1.3rem; font: bolder; padding: 20px; margin: 2px; } .option-account.selected { background: rgba(39, 212, 224, 0.247); -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.3); box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.3); } .option-account:hover { -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.3); box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.3); } @media (min-width: 768px) { .options-account { border-right: 1px solid; border-color: rgba(0, 0, 0, 0.171); } } @media (max-width: 768px) { .options-account { border-bottom: 1px solid; border-color: rgba(0, 0, 0, 0.171); } } .container-dir { cursor: pointer; } .container-dir:hover { -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.3); box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.3); } .scroll-content { overflow: auto; } .img-perfil-user { height: 150px; width: 150px; padding: 0px; -o-object-fit: contain; object-fit: contain; } #btnAddDir { position: absolute; right: 40px; top: 5px; height: 60px; width: 60px; cursor: pointer; } #btnChangeF { cursor: pointer; color: #002349; } #btnChangeF:active { font-size: 0.9rem; } .toast { width: 170px; height: 70px; position: absolute; bottom: 0px; right: auto; left: auto; margin: 15px; } .toast.error { background-color: rgba(255, 9, 9, 0.589); } .toast.success { background-color: rgba(12, 112, 79, 0.589); } .type-pointer { cursor: pointer; } /* .nav-material{ position: relative; }*/ /*# sourceMappingURL=style.css.map */
0.356223
0.085061
@keyframes w3-spin { 0% { transform: rotate(0deg); } 100% { transform: rotate(359deg); } } @keyframes fading { 0% { opacity: 0; } 50% { opacity: 1; } 100% { opacity: 0; } } @keyframes opac { from { opacity: 0; } to { opacity: 1; } } @keyframes animatetop { from { top: -300px; opacity: 0; } to { top: 0; opacity: 1; } } @keyframes animateleft { from { left: -300px; opacity: 0; } to { left: 0; opacity: 1; } } @keyframes animateright { from { right: -300px; opacity: 0; } to { right: 0; opacity: 1; } } @keyframes animatebottom { from { bottom: -300px; opacity: 0; } to { bottom: 0; opacity: 1; } } @keyframes animatezoom { from { transform: scale(0); } to { transform: scale(1); } } /* http://meyerweb.com/eric/tools/css/reset/ v2.0 | 20110126 License: none (public domain) */ 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; } * { box-sizing: border-box; margin: 0; padding: 0; } html { font-size: 62.5%; } html, body { font-family: 'Roboto', sans-serif; } h1, h2, h3, h4, h5 { font-family: 'Indie Flower', cursive; } h1 { font-size: 4rem; } h2 { font-size: 3.2rem; padding-bottom: 10px; } h4 { font-size: 2.5rem; padding-bottom: 10px; } p { line-height: 1.5; font-size: 1.6rem; padding-bottom: 10px; } img { max-width: 100%; height: auto; } .container { max-width: 800px; width: 100%; margin: 0 auto; } .contact header { background-color: #34495e; border-radius: 0 30%; } .contact header nav { padding: 2% 2%; display: flex; justify-content: center; } .contact header nav a { text-decoration: none; font-size: 1.8rem; color: aliceblue; } .contact header nav a:hover { color: crimson; background-color: aliceblue; border-radius: 30% 0; } footer { display: flex; justify-content: space-around; align-items: center; padding: 2%; background-color: #34495e; border-radius: 30% 0; } footer p { font-size: 1.8rem; color: aliceblue; } .contact { width: 100%; background-color: #a29bfe; margin: 2% auto; animation: opac 5s; } .contact .form .contact-form { animation: w3-spin 5s; } .contact .form .contact-form form { display: flex; justify-content: center; flex-wrap: wrap; padding: 2% 0; background-color: #00b894; border-radius: 0 20%; } .contact .form .contact-form form div { font-size: 1.6rem; } .contact .form .contact-form form div #fn { padding: 1%; font-size: 1.6rem; } .contact .form .contact-form form div #ln { padding: 1%; font-size: 1.6rem; } .contact .form .contact-form form div #email { padding: 1%; font-size: 1.6rem; } .contact .form .contact-form form #msg-area { width: 100%; padding: 2%; } .contact .form .contact-form form #msg-area #msg { width: 100%; resize: none; padding: 2%; font-size: 1.8rem; } .contact .form .contact-form form #btns { width: 30%; padding: 2%; display: flex; justify-content: space-around; background-color: #a29bfe; border-radius: 10% 30%; } .contact .form .contact-form form #btns #submit { padding: 5px 10px; border-radius: 8px; font-size: 1.6rem; background-color: blue; color: antiquewhite; display: none; } .contact .form .contact-form form #btns #submit:hover { background-color: crimson; color: royalblue; } .contact .form .contact-form form #btns #reset { padding: 5px 15px; border-radius: 8px; font-size: 1.6rem; background-color: blue; color: antiquewhite; } .contact .form .contact-form form #btns #reset:hover { background-color: crimson; color: royalblue; }
contact/css/contact.css
@keyframes w3-spin { 0% { transform: rotate(0deg); } 100% { transform: rotate(359deg); } } @keyframes fading { 0% { opacity: 0; } 50% { opacity: 1; } 100% { opacity: 0; } } @keyframes opac { from { opacity: 0; } to { opacity: 1; } } @keyframes animatetop { from { top: -300px; opacity: 0; } to { top: 0; opacity: 1; } } @keyframes animateleft { from { left: -300px; opacity: 0; } to { left: 0; opacity: 1; } } @keyframes animateright { from { right: -300px; opacity: 0; } to { right: 0; opacity: 1; } } @keyframes animatebottom { from { bottom: -300px; opacity: 0; } to { bottom: 0; opacity: 1; } } @keyframes animatezoom { from { transform: scale(0); } to { transform: scale(1); } } /* http://meyerweb.com/eric/tools/css/reset/ v2.0 | 20110126 License: none (public domain) */ 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; } * { box-sizing: border-box; margin: 0; padding: 0; } html { font-size: 62.5%; } html, body { font-family: 'Roboto', sans-serif; } h1, h2, h3, h4, h5 { font-family: 'Indie Flower', cursive; } h1 { font-size: 4rem; } h2 { font-size: 3.2rem; padding-bottom: 10px; } h4 { font-size: 2.5rem; padding-bottom: 10px; } p { line-height: 1.5; font-size: 1.6rem; padding-bottom: 10px; } img { max-width: 100%; height: auto; } .container { max-width: 800px; width: 100%; margin: 0 auto; } .contact header { background-color: #34495e; border-radius: 0 30%; } .contact header nav { padding: 2% 2%; display: flex; justify-content: center; } .contact header nav a { text-decoration: none; font-size: 1.8rem; color: aliceblue; } .contact header nav a:hover { color: crimson; background-color: aliceblue; border-radius: 30% 0; } footer { display: flex; justify-content: space-around; align-items: center; padding: 2%; background-color: #34495e; border-radius: 30% 0; } footer p { font-size: 1.8rem; color: aliceblue; } .contact { width: 100%; background-color: #a29bfe; margin: 2% auto; animation: opac 5s; } .contact .form .contact-form { animation: w3-spin 5s; } .contact .form .contact-form form { display: flex; justify-content: center; flex-wrap: wrap; padding: 2% 0; background-color: #00b894; border-radius: 0 20%; } .contact .form .contact-form form div { font-size: 1.6rem; } .contact .form .contact-form form div #fn { padding: 1%; font-size: 1.6rem; } .contact .form .contact-form form div #ln { padding: 1%; font-size: 1.6rem; } .contact .form .contact-form form div #email { padding: 1%; font-size: 1.6rem; } .contact .form .contact-form form #msg-area { width: 100%; padding: 2%; } .contact .form .contact-form form #msg-area #msg { width: 100%; resize: none; padding: 2%; font-size: 1.8rem; } .contact .form .contact-form form #btns { width: 30%; padding: 2%; display: flex; justify-content: space-around; background-color: #a29bfe; border-radius: 10% 30%; } .contact .form .contact-form form #btns #submit { padding: 5px 10px; border-radius: 8px; font-size: 1.6rem; background-color: blue; color: antiquewhite; display: none; } .contact .form .contact-form form #btns #submit:hover { background-color: crimson; color: royalblue; } .contact .form .contact-form form #btns #reset { padding: 5px 15px; border-radius: 8px; font-size: 1.6rem; background-color: blue; color: antiquewhite; } .contact .form .contact-form form #btns #reset:hover { background-color: crimson; color: royalblue; }
0.643665
0.184768
@media print { @page { size: A4; margin-left: 0cm; margin-top: 0px !important; } body { background: none; font-size: 16px !important; margin-left: 0cm !important; padding: 0; } h1 { font-size: 22px; } div#date { padding-top: 10em; } input#date { padding-top: 10em; } input#subject { padding-top: 16em; } .nav, button, .demo-box:before, #pdf-path, header p, #checkbox-1, #foldingMarks, ui-dialog ui-corner-all ui-widget ui-widget-content ui-front ui-draggable ui-resizable{ display: none; } header { padding: 0 0 10px 0; } .heading { display: none; } div#content { border: none; margin-left: 2.5cm; } #sender { border-bottom: 1px solid; border-radius: 0px; width: 8cm; } div#address { padding-top: 2cm; } .ui-datepicker-inline .ui-datepicker .ui-widget .ui-widget-content .ui-helper-clearfix .ui-corner-all { display: none; } .falzmarken { left: 0px !important; } div#hr1 { top: 77mm; border-bottom: 0px; border-top: 0.5px; height: 0px; border-style: dotted; } div#hr2 { top: 138.5mm; height: 0px; border-bottom: 0px; border-top: 0.5px; border-style: solid; } div#hr3 { top: 182mm; height: 0px; border-bottom: 0px; border-top: 0.5px; border-width: 0.41px; border-style: dotted; border-width: 0.5px; } div#footer { display: none; } div#messageBox { display: none; } div#historyPreview, .ui-dialog-content .ui-widget-content { display: none; } button.ui-button, .ui-dialog-titlebar .ui-corner-all .ui-widget-header .ui-helper-clearfix .ui-draggable-handle, .ui-dialog-title, div.ui-resizable-handle, #content > div.ui-dialog.ui-corner-all.ui-widget.ui-widget-content.ui-front.ui-draggable.ui-resizable{ display: none; } body > div:nth-child(16) { display: none } }
app/css/print.css
@media print { @page { size: A4; margin-left: 0cm; margin-top: 0px !important; } body { background: none; font-size: 16px !important; margin-left: 0cm !important; padding: 0; } h1 { font-size: 22px; } div#date { padding-top: 10em; } input#date { padding-top: 10em; } input#subject { padding-top: 16em; } .nav, button, .demo-box:before, #pdf-path, header p, #checkbox-1, #foldingMarks, ui-dialog ui-corner-all ui-widget ui-widget-content ui-front ui-draggable ui-resizable{ display: none; } header { padding: 0 0 10px 0; } .heading { display: none; } div#content { border: none; margin-left: 2.5cm; } #sender { border-bottom: 1px solid; border-radius: 0px; width: 8cm; } div#address { padding-top: 2cm; } .ui-datepicker-inline .ui-datepicker .ui-widget .ui-widget-content .ui-helper-clearfix .ui-corner-all { display: none; } .falzmarken { left: 0px !important; } div#hr1 { top: 77mm; border-bottom: 0px; border-top: 0.5px; height: 0px; border-style: dotted; } div#hr2 { top: 138.5mm; height: 0px; border-bottom: 0px; border-top: 0.5px; border-style: solid; } div#hr3 { top: 182mm; height: 0px; border-bottom: 0px; border-top: 0.5px; border-width: 0.41px; border-style: dotted; border-width: 0.5px; } div#footer { display: none; } div#messageBox { display: none; } div#historyPreview, .ui-dialog-content .ui-widget-content { display: none; } button.ui-button, .ui-dialog-titlebar .ui-corner-all .ui-widget-header .ui-helper-clearfix .ui-draggable-handle, .ui-dialog-title, div.ui-resizable-handle, #content > div.ui-dialog.ui-corner-all.ui-widget.ui-widget-content.ui-front.ui-draggable.ui-resizable{ display: none; } body > div:nth-child(16) { display: none } }
0.341363
0.068631
html, body { height: 95%; } h1 { /* font-size: xx-small; */ text-align: center; margin-bottom: 0; } h2 { margin-top: .5em; margin-bottom: .5em; } form { display: flex; } fieldset { display: flex; border-radius: 6px; flex-grow: 2; height: 93%; } img { margin: 10px; } .center { display: flex; align-items: center; justify-content: center; } input { flex-grow: 1; margin: 0 5px; } .grow-half { flex-grow: 1; } .play { width: 100%; height: 80%; } .left { width: 70%; } .right { width: 30%; } .player { width: 100%; height: 50%; } .top { width: 100%; height: 50%; display: flex; } .count { position: relative; top: -70px; left: 105px; } .modal { position: fixed; left: 25%; top: 28%; width: 50%; height: 34%; z-index: 1; border: 5px black solid; border-radius: 6px; background-color: white; opacity: .8; display: flex; flex-flow: column; align-items: center; justify-content: center; } .reset-btn { flex-grow: 0; } .invisible { display: none; } .info { border: 1px gray solid; border-radius: 5px; padding: 0 10px; margin-right: 10px; text-align: center; } .result { display: flex; justify-content: space-around; } .help p { margin: 5px 20px; } .img-mini { margin: 2px -7px; width: 30px; } .fiew { display: flex; } /* The flip card container - set the width and height to whatever you want. We have added the border property to demonstrate that the flip itself goes out of the box on hover (remove perspective if you don't want the 3D effect */ .flip-card { background-color: transparent; width: 71px; height: 96px; /* border: 1px solid #f1f1f1; */ perspective: 1000px; /* Remove this if you don't want the 3D effect */ } /* This container is needed to position the front and back side */ .flip-card-inner { position: relative; width: 100%; height: 100%; text-align: center; transition: transform 0.8s; transform-style: preserve-3d; } /* Do an horizontal flip when you move the mouse over the flip box container */ .flip-card:hover .flip-card-inner { transform: rotateY(180deg); } /* Position the front and back side */ .flip-card-front, .flip-card-back { position: absolute; width: 100%; height: 100%; -webkit-backface-visibility: hidden; /* Safari */ backface-visibility: hidden; } /* Style the front side (fallback if image is missing) */ .flip-card-front { background-color: #bbb; color: black; } /* Style the back side */ .flip-card-back { background-color: dodgerblue; color: white; transform: rotateY(180deg); } .flip-card-img { margin: 0; }
style.css
html, body { height: 95%; } h1 { /* font-size: xx-small; */ text-align: center; margin-bottom: 0; } h2 { margin-top: .5em; margin-bottom: .5em; } form { display: flex; } fieldset { display: flex; border-radius: 6px; flex-grow: 2; height: 93%; } img { margin: 10px; } .center { display: flex; align-items: center; justify-content: center; } input { flex-grow: 1; margin: 0 5px; } .grow-half { flex-grow: 1; } .play { width: 100%; height: 80%; } .left { width: 70%; } .right { width: 30%; } .player { width: 100%; height: 50%; } .top { width: 100%; height: 50%; display: flex; } .count { position: relative; top: -70px; left: 105px; } .modal { position: fixed; left: 25%; top: 28%; width: 50%; height: 34%; z-index: 1; border: 5px black solid; border-radius: 6px; background-color: white; opacity: .8; display: flex; flex-flow: column; align-items: center; justify-content: center; } .reset-btn { flex-grow: 0; } .invisible { display: none; } .info { border: 1px gray solid; border-radius: 5px; padding: 0 10px; margin-right: 10px; text-align: center; } .result { display: flex; justify-content: space-around; } .help p { margin: 5px 20px; } .img-mini { margin: 2px -7px; width: 30px; } .fiew { display: flex; } /* The flip card container - set the width and height to whatever you want. We have added the border property to demonstrate that the flip itself goes out of the box on hover (remove perspective if you don't want the 3D effect */ .flip-card { background-color: transparent; width: 71px; height: 96px; /* border: 1px solid #f1f1f1; */ perspective: 1000px; /* Remove this if you don't want the 3D effect */ } /* This container is needed to position the front and back side */ .flip-card-inner { position: relative; width: 100%; height: 100%; text-align: center; transition: transform 0.8s; transform-style: preserve-3d; } /* Do an horizontal flip when you move the mouse over the flip box container */ .flip-card:hover .flip-card-inner { transform: rotateY(180deg); } /* Position the front and back side */ .flip-card-front, .flip-card-back { position: absolute; width: 100%; height: 100%; -webkit-backface-visibility: hidden; /* Safari */ backface-visibility: hidden; } /* Style the front side (fallback if image is missing) */ .flip-card-front { background-color: #bbb; color: black; } /* Style the back side */ .flip-card-back { background-color: dodgerblue; color: white; transform: rotateY(180deg); } .flip-card-img { margin: 0; }
0.549399
0.084417