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 |
|---|---|---|---|---|
* Font generate by Icomoon<icomoon.io>
*/
/*
* Common Styles
*/
@import url("fonts.css?v=3");
@import url("pure-min.css?v=1");
:root {
/** general **/
--primary: #5e72e4;
--dark-primary: #483d8b;
--background-color: #f4f5f7;
--font-color: #525f7f;
/** login form **/
--login-form-background-color: #ffffff;
--darker: black;
--default: #525461;
--warning: #fb6340;
--footer-color: #aaa;
--menubar-background: #fff;
--menubar-scrollbar-thumb: #f6f9fc;
--menubar-text-color: #4c4c4c;
--blue: #5e72e4;
--indigo: #5603ad;
--purple: #8965e0;
--pink: #f3a4b5;
--red: #f5365c;
--orange: #fb6340;
--yellow: #ffd600;
--green: #2dce89;
--teal: #11cdef;
--cyan: #2bffc6;
--white: #fff;
--gray: #8898aa;
--gray-dark: #32325d;
--light: #ced4da;
--lighter: #e9ecef;
--secondary: #f7fafc;
--success: #2dce89;
--info: #11cdef;
--danger: #f5365c;
--light: #adb5bd;
--dark: #212529;
--neutral: #fff;
--login-form-bg-color: rgba(244, 245, 247, 0.8);
--blur-radius: 10px;
--blur-opacity: 0.5;
--blur-radius-dark: 10px;
--blur-opacity-dark: 0.5;
--font-family-sans-serif: "Google Sans", "Microsoft Yahei", "WenQuanYi Micro Hei", "sans-serif", "Helvetica Neue", "Helvetica", "Hiragino Sans GB";
--font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New', monospace;
--font-family-normal: Open Sans, PingFangSC-Regular, Microsoft Yahei, WenQuanYi Micro Hei, "Helvetica Neue", Helvetica, Hiragino Sans GB, sans-serif;
}
[data-theme="dark"] {
--primary: #483d8b;
--dark-primary: #483d8b;
--background-color: #1e1e1e;
--font-color: #cccccc;
--darker: black;
--default: #525461;
--warning: #fb6340;
--footer-color: #aaa;
--menubar-background: #fff;
--menubar-scrollbar-thumb: #f6f9fc;
--menubar-text-color: #4c4c4c;
--blue: #5e72e4;
--indigo: #5603ad;
--purple: #8965e0;
--pink: #f3a4b5;
--red: #f5365c;
--orange: #fb6340;
--yellow: #ffd600;
--green: #2dce89;
--teal: #11cdef;
--cyan: #2bffc6;
--white: #fff;
--gray: #8898aa;
--gray-dark: #32325d;
--light: #ced4da;
--lighter: #e9ecef;
--secondary: #f7fafc;
--success: #2dce89;
--info: #11cdef;
--danger: #f5365c;
--light: #adb5bd;
--dark: #212529;
--neutral: #fff;
--login-form-bg-color: rgba(244, 245, 247, 0.8);
--blur-radius: 10px;
--blur-opacity: 0.5;
--blur-radius-dark: 10px;
--blur-opacity-dark: 0.5;
--font-family-sans-serif: "Google Sans", "Microsoft Yahei", "WenQuanYi Micro Hei", "sans-serif", "Helvetica Neue", "Helvetica", "Hiragino Sans GB";
--font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New', monospace;
--font-family-normal: Open Sans, PingFangSC-Regular, Microsoft Yahei, WenQuanYi Micro Hei, "Helvetica Neue", Helvetica, Hiragino Sans GB, sans-serif;
}
html,
body {
margin: 0px;
padding: 0px;
height: 100%;
font-size: 16px;
font-family: "Google Sans", "Microsoft Yahei", "WenQuanYi Micro Hei", "sans-serif", "Helvetica Neue", "Helvetica", "Hiragino Sans GB";
font-family: var(--font-family-sans-serif);
}
html {
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
}
body {
font-size: 0.875rem;
background-color: #f4f5f7;
background-color: var(--background-color);
color: #525f7f;
color: var(--font-color);
}
* {
margin: 0;
padding: 0;
box-sizing: border-box;
-webkit-tap-highlight-color: transparent;
}
::selection {
background-color: #5e72e4;
background-color: var(--primary);
color: #ffffff;
color: var(--white);
}
a:link,
a:visited,
a:active {
color: #5e72e4;
color: var(--primary);
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
li {
list-style-type: none;
}
@-webkit-keyframes sparkle {
from {
background-position: 0 0;
}
to {
background-position: 0 -64px;
}
}
@-moz-keyframes sparkle {
from {
background-position: 0 0;
}
to {
background-position: 0 -64px;
}
}
@-o-keyframes sparkle {
from {
background-position: 0 0;
}
to {
background-position: 0 -64px;
}
}
@keyframes sparkle {
from {
background-position: 0 0;
}
to {
background-position: 0 -64px;
}
}
/***********************
*
* Login Page
*
***************************/
.login-page {
height: 100%;
}
.login-page .video {
position: absolute;
width: 100%;
height: 100%;
display: flex;
align-items: center;
justify-content: center;
background-color: #000;
background-color: var(--darker);
overflow: hidden;
}
.login-page .video video {
width: 100%;
height: auto;
}
.login-page .volume-control {
position: fixed;
right: 1rem;
top: 1rem;
width: 1.5rem;
height: 1.5rem;
z-index: 5000;
cursor: pointer;
background-size: contain;
background-image: url(../img/volume_high.svg);
}
.login-page .volume-control.mute {
background-image: url(../img/volume_off.svg);
}
.login-page .main-bg {
position: fixed;
width: 100%;
height: 100%;
left: 0;
top: 0;
background-image: url(../img/blank.png);
background-repeat: no-repeat;
background-position: center;
background-size: cover;
transition: all 0.5s;
}
.login-page .login-container {
height: 100%;
margin-left: 4.5rem;
position: absolute;
top: 0px;
display: flex;
flex-direction: column;
-webkit-box-pack: center;
justify-content: center;
align-items: flex-start;
min-height: 100%;
z-index: 2;
width: 420px;
box-shadow: rgba(0, 0, 0, 0.75) 0px 0px 35px -5px;
margin-left: 5%;
background: transparent;
}
.login-page .login-container .login-form {
display: flex;
flex-direction: column;
-webkit-box-align: center;
align-items: center;
position: absolute;
top: 0px;
width: 100%;
min-height: 100%;
max-width: 420px;
background-color: #fff;
background-color: var(--white);
}
.login-page .login-container .login-form .brand {
display: flex;
-webkit-box-align: center;
align-items: center;
margin: 50px auto 100px 50px;
color: #525461;
color: var(--default);
}
.login-page .login-container .login-form .brand .icon {
width: 50px;
height: auto;
margin-right: 25px;
}
.login-page .login-container .login-form .brand .brand-text {
font-size: 1.25rem;
font-weight: 700;
font-family: "TypoGraphica";
}
.login-page .login-container .login-form .brand:hover {
text-decoration: none;
}
.login-page .login-container .login-form .form-login {
width: 100%;
padding: 20px 50px;
box-sizing: border-box;
}
.login-page .login-container .login-form .form-login .errorbox {
text-align: center;
color: #fb6340;
color: var(--warning);
}
.login-page .login-container .login-form .form-login .input-group {
margin-bottom: 1.25rem;
position: relative;
}
.login-page .login-container .login-form .form-login .input-group::before {
font-family: 'argon' !important;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
color: #525461;
color: var(--default);
font-size: 1.5rem;
position: absolute;
z-index: 100;
left: 10px;
top: 10px;
}
.login-page .login-container .login-form .form-login .input-group .border {
position: absolute;
width: 100%;
height: 1px;
bottom: 0;
border-bottom: 1px #5e72e4 solid;
border-bottom: 1px var(--primary) solid;
transform: scaleX(0);
transition: transform 0.3s;
}
.login-page .login-container .login-form .form-login .input-group input {
font-size: 1rem;
line-height: 1.5em;
display: block;
width: 100%;
padding: 0.5rem 0.75rem 0.5rem 3rem;
margin: 0.825rem 0;
box-sizing: border-box;
transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
color: #525461;
color: var(--default);
border: 0;
border-radius: 0;
border-bottom: 1px solid #fff;
border-bottom: 1px solid var(--white);
background-color: transparent;
background-clip: padding-box;
box-shadow: 0 3px 2px rgba(233, 236, 239, 0.05);
outline: none;
}
.login-page .login-container .login-form .form-login .input-group input:focus + .border {
transform: scaleX(1);
}
.login-page .login-container .login-form .form-login .input-group .cbi-input-password {
margin-bottom: 2rem;
position: relative;
}
.login-page .login-container .login-form .form-login .user-icon::before {
content: "\e971";
}
.login-page .login-container .login-form .form-login .pass-icon::before {
content: "\e910";
}
.login-page .login-container .login-form .cbi-button-apply {
width: 100% !important;
box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 50px 0px;
font-weight: 600;
font-size: 15px;
color: #fff;
color: var(--white);
text-align: center;
width: 100%;
cursor: pointer;
min-height: 50px;
background-color: #5e72e4 !important;
background-color: var(--primary) !important;
border-radius: 6px;
outline: none;
border-width: initial;
border-style: none;
border-color: initial;
border-image: initial;
padding: 10px 0px;
margin: 30px 0px 100px;
transition: all 0.3s !important;
letter-spacing: 0.8rem;
}
.login-page .login-container .login-form .cbi-button-apply:hover,
.login-page .login-container .login-form .cbi-button-apply :focus {
opacity: 0.9;
}
.login-page .login-container footer {
box-sizing: border-box;
width: 100%;
text-align: center;
line-height: 1.6rem;
display: flex;
justify-content: space-evenly;
margin-top: auto;
padding: 0px 0px 30px;
z-index: 10;
color: #525461;
color: var(--default);
position: absolute;
bottom: 0;
}
.login-page .login-container footer .ftc {
position: absolute;
bottom: 30px;
width: 100%;
}
.login-page .login-container footer .luci-link {
display: block;
}
.pull-right {
float: right;
}
.pull-left {
float: left;
}
@supports (-webkit-backdrop-filter: none) or (backdrop-filter: none) {
.login-page .login-container .login-form {
-webkit-backdrop-filter: blur(var(--blur-radius));
backdrop-filter: blur(var(--blur-radius));
background-color: rgba(244, 245, 247, var(--blur-opacity));
}
}
/***********************
*
* Header
*
***************************/
header {
width: 100%;
padding: 0 0 0 0;
position: relative;
}
header .container {
margin-top: rem;
padding: 0.5rem 1rem 0 1rem;
}
header .container .pull-right > * {
position: relative;
top: 0.45rem;
cursor: pointer;
}
header::after {
content: "";
position: absolute;
height: 2rem;
width: 100%;
background-color: #5e72e4 !important;
background-color: var(--primary) !important;
}
header.bg-primary {
background-color: #5e72e4 !important;
background-color: var(--primary) !important;
}
header .fill {
padding: 0.8rem 0;
border-bottom: 0px solid rgba(255, 255, 255, 0.08) !important;
}
header .fill .container {
height: 2rem;
padding: 0 1.25rem;
}
header .fill .container .brand {
font-size: 1.5rem;
color: #fff;
color: var(--white);
font-family: "TypoGraphica";
text-decoration: none;
padding-left: 1rem;
cursor: default;
vertical-align: text-bottom;
display: none;
}
/***********************
*
* Footer
*
***************************/
footer {
text-align: right;
padding: 1rem;
color: #aaa;
color: var(--footer-color);
font-size: 0.8rem;
}
footer a {
color: #aaa;
color: var(--footer-color);
text-decoration: none;
}
/***********************
*
* Main
*
***************************/
@keyframes anim-rotate {
0% {
-webkit-transform: rotate(0);
-ms-transform: rotate(0);
transform: rotate(0);
}
100% {
-webkit-transform: rotate(360deg);
-ms-transform: rotate(360deg);
transform: rotate(360deg);
}
}
.main {
top: 0rem;
bottom: 0rem;
position: relative;
height: 100%;
width: 100%;
height: calc(100% - 4rem);
}
.main .main-left {
float: left;
width: 15%;
width: calc(0% + 15rem);
height: 100%;
background-color: #fff !important;
background-color: var(--menubar-background) !important;
box-shadow: rgba(0, 0, 0, 0.75) 0px 0px 15px -5px;
overflow-x: auto;
position: fixed;
z-index: 100;
transition: width 0.2s ease-in-out;
}
.main .main-left::-webkit-scrollbar {
width: 5px;
height: 1px;
}
.main .main-left::-webkit-scrollbar-thumb {
background-color: #f6f9fc;
background-color: var(--menubar-scrollbar-thumb);
}
.main .main-left::-webkit-scrollbar-track {
background-color: #fff;
background-color: var(--menubar-background);
}
.main .main-left .sidenav-header {
padding: 1.5rem;
text-align: center;
}
.main .main-left .sidenav-header .brand {
font-size: 1.8rem;
color: #5e72e4;
color: var(--primary);
font-family: "TypoGraphica", sans-serif;
text-decoration: none;
padding-left: 0;
cursor: default;
vertical-align: text-bottom;
white-space: nowrap;
}
.main .main-left .nav {
margin-top: 0.5rem;
}
.main .main-left .nav li {
padding: 0rem;
cursor: pointer;
}
.main .main-left .nav li a {
color: #525f7f;
color: var(--default);
display: block;
}
.main .main-left .nav li:nth-last-child(1) {
font-size: 1.2rem;
}
.main .main-left .nav li:nth-last-child(1) .menu:after {
content: "";
}
.main .main-left .nav li.slide {
padding: 0;
}
.main .main-left .nav li.slide ul {
display: none;
}
.main .main-left .nav li.slide ul li a {
position: relative;
margin: 0.1rem 1rem 0.1rem 3rem;
padding: 0.5rem 0rem 0.5rem 0;
text-decoration: none;
white-space: nowrap;
color: #4c4c4c;
color: var(--menubar-text-color);
transition: all 0.2s;
font-size: 0.875rem;
}
.main .main-left .nav li.slide ul li a::after {
content: "";
position: absolute;
width: 00%;
height: 2px;
left: 0;
bottom: 0;
background-color: #5e72e4;
background-color: var(--primary);
transition: all 0.2s;
}
.main .main-left .nav li.slide ul li a:hover::after {
color: #000;
color: var(--darker);
width: 100%;
}
.main .main-left .nav li.slide .menu {
display: block;
margin: 0.1rem 0.5rem 0.1rem 0.5rem;
padding: 0.675rem 0 0.675rem 2.5rem;
border-radius: 0.375rem;
text-decoration: none;
cursor: default;
font-size: 1rem;
transition: all 0.2s;
position: relative;
}
.main .main-left .nav li.slide .menu::before {
font-family: 'argon' !important;
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;
position: absolute;
left: 0.8rem;
content: "\e915";
color: #5e72e4;
color: var(--primary);
}
.main .main-left .nav li.slide .menu::after {
position: absolute;
right: 0.5rem;
top: 0.8rem;
font-family: 'argon' !important;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
/* Better Font Rendering =========== */
-moz-osx-font-smoothing: grayscale;
content: '\e90f';
transition: all 0.15s ease;
color: #ced4da;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
transition: all 0.3s;
}
.main .main-left .nav li.slide .menu:hover,
.main .main-left .nav li.slide .menu.active {
cursor: pointer;
color: #fff;
background: #5e72e4;
background: var(--primary);
}
.main .main-left .nav li.slide .menu:hover a,
.main .main-left .nav li.slide .menu.active a {
color: #000;
}
.main .main-left .nav li.slide .menu:hover a::after,
.main .main-left .nav li.slide .menu.active a::after {
color: #000;
width: 100%;
}
.main .main-left .nav li.slide .menu:hover::before,
.main .main-left .nav li.slide .menu.active::before {
color: #fff !important;
}
.main .main-left .nav li.slide .menu:hover::after,
.main .main-left .nav li.slide .menu.active::after {
color: #fff;
}
.main .main-left .nav li.slide .menu.active::after {
transform: rotate(90deg);
}
.main .main-left .nav li.slide .menu[data-title=Status]:before {
content: "\e906";
color: #5e72e4;
color: var(--primary);
}
.main .main-left .nav li.slide .menu[data-title=System]:before {
content: "\e90a";
color: #fb6340;
}
.main .main-left .nav li.slide .menu[data-title=Services]:before {
content: "\e909";
color: #11cdef;
}
.main .main-left .nav li.slide .menu[data-title=NAS]:before {
content: "\e90c";
color: #f3a4b5;
}
.main .main-left .nav li.slide .menu[data-title=VPN]:before {
content: "\e90b";
color: #aaad03;
}
.main .main-left .nav li.slide .menu[data-title=Network]:before {
content: "\e908";
color: #8965e0;
}
.main .main-left .nav li.slide .menu[data-title=Bandwidth_Monitor]:before {
content: "\e90d";
color: #2dce89;
}
.main .main-left .nav li.slide .menu[data-title=Docker]:before {
content: "\e911";
color: #6699ff;
}
.main .main-left .nav li.slide .menu[data-title=Statistics]:before {
content: "\e913";
color: #5603ad;
}
.main .main-left .nav li.slide .menu[data-title=Control]:before {
content: "\e912";
color: #5e72e4;
color: var(--primary);
}
.main .main-left .nav li.slide .menu[data-title=Asterisk]:before {
content: "\e914";
color: #fb6340;
}
.main .main-left .nav li.slide .menu[data-title=Logout]:before {
content: "\e907";
color: #adb5bd;
}
.main .main-left .nav li.slide .slide-menu li a {
position: relative;
margin: 0.1rem 1rem 0.1rem 3rem;
padding: 0.5rem 0rem 0.5rem 0;
text-decoration: none;
white-space: nowrap;
color: rgba(0, 0, 0, 0.6);
transition: all 0.2s;
font-size: 0.875rem;
}
.main .main-left .nav li.slide .slide-menu li a::after {
content: "";
position: absolute;
width: 00%;
height: 2px;
left: 0;
bottom: 0;
background-color: #5e72e4;
background-color: var(--primary);
transition: all 0.2s;
}
.main .main-left .nav li.slide .slide-menu li a:hover::after {
color: #000;
width: 100%;
}
.main .main-left .nav li.slide .slide-menu .active a {
color: #000;
}
.main .main-left .nav li.slide .slide-menu .active a::after {
color: #000;
width: 100%;
}
.main .main-left .nav li.slide:last-child > .menu::after {
content: "";
}
.main .main-right {
width: 85%;
width: calc(100% - 15rem);
float: right;
height: auto;
transition: width 0.3s ease-in-out;
}
.main .main-right #maincontent {
position: relative;
z-index: 50;
}
.main .main-right #maincontent .container {
margin: 0 1.25rem 1rem 1.25rem;
}
.main .main-right #maincontent .container p {
color: #32325d;
line-height: 1.5em;
}
.main .main-right #maincontent .container > div:nth-child(1).alert-message.warning > a {
font: inherit;
overflow: visible;
text-transform: none;
display: inline-block;
margin-bottom: 0;
font-weight: 400;
text-align: center;
white-space: nowrap;
vertical-align: middle;
touch-action: manipulation;
cursor: pointer;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
background-image: none;
min-width: 6rem;
padding: 0.5rem 1rem;
font-size: 0.9rem;
line-height: 1.42857143;
color: #fff;
background-color: #5bc0de;
border-color: #46b8da;
margin-top: 2rem;
text-decoration: inherit;
}
.main .loading {
position: fixed;
width: 100%;
height: 100%;
z-index: 2000;
display: flex;
align-items: center;
justify-content: center;
background-color: #f8f9fe;
top: 0;
}
.main .loading span {
display: block;
text-align: center;
margin-top: 2rem;
color: #5e72e4;
color: var(--primary);
font-size: 2rem;
}
.main .loading span .loading-img {
animation: anim-rotate 2s infinite linear;
margin-right: 0.4rem;
display: inline-block;
}
.main .loading span .loading-img::before {
content: "\e603";
}
/* button style */
.cbi-button {
-webkit-appearance: none;
text-transform: uppercase;
height: auto;
color: rgba(0, 0, 0, 0.87);
background-color: #F0F0F0;
transition: all 0.2s ease-in-out;
display: inline-block;
padding: 0.75rem 0.8rem;
border: none;
border-radius: 0.2rem;
cursor: pointer;
-ms-touch-action: manipulation;
touch-action: manipulation;
background-image: none;
text-align: center;
vertical-align: middle;
white-space: nowrap;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
font-size: 0.875rem;
width: auto !important;
line-height: 1em;
}
.cbi-button:hover,
.cbi-button:focus,
.cbi-button:active {
outline: 0;
text-decoration: none;
}
.cbi-button:hover,
.cbi-button:focus {
box-shadow: 0 0px 2px rgba(0, 0, 0, 0.12), 0 2px 2px rgba(0, 0, 0, 0.2);
}
.cbi-button:active {
box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}
.cbi-button:disabled {
cursor: not-allowed;
pointer-events: none;
opacity: 0.6;
box-shadow: none;
}
.cbi-button-check {
margin-top: 0.25rem !important;
}
form.inline + form.inline,
.cbi-button + .cbi-button {
margin-left: 0rem;
}
.cbi-button-reset,
.cbi-input-remove {
color: #fff !important;
background-color: #f0ad4e !important;
border-color: #eea236 !important;
}
.cbi-input-find,
.cbi-input-save,
.cbi-button-add,
.cbi-button-save,
.cbi-button-find,
.cbi-input-reload,
.cbi-button-reload {
color: #fff !important;
background-color: #337ab7 !important;
border-color: #2e6da4 !important;
}
.cbi-value-field .cbi-input-apply,
.cbi-button-apply,
.cbi-button-edit {
color: #fff !important;
background-color: #5e72e4 !important;
background-color: var(--primary) !important;
border-color: #5e72e4 !important;
border-color: var(--primary) !important;
}
.cbi-button-add {
margin-left: 1.5rem;
}
.node-services-vssr .ssr-button {
margin-left: 0.3rem;
}
.cbi-section-remove > .cbi-button,
.cbi-button-remove {
color: #fff !important;
background-color: #fb6340 !important;
border-color: #fb6340 !important;
}
.cbi-value-field .cbi-button-add,
.cbi-value-field .cbi-button-remove,
.cbi-value-field .cbi-button-neutral {
min-width: 2.5rem !important;
}
/* input */
.cbi-value input[type="password"],
.cbi-value input[type="text"] {
min-width: 15rem;
}
/* select */
.cbi-value-field .cbi-dropdown {
min-width: 15rem;
}
select {
min-width: 20rem;
appearance: none;
-webkit-appearance: none;
background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBzdGFuZGFsb25lPSJubyI/PjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+PHN2ZyB0PSIxNTY1MzQ4MDM3OTIyI<KEY>iMCAwIDEwMjQgMTAyNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHAtaWQ9IjI1ODMiIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iMjAwIiBoZWlnaHQ9IjIwMCI+PGRlZnM+PHN0eWxlIHR5cGU9InRleHQvY3NzIj4qIHsgdGV4dC1zaGFkb3c6IHRyYW5zcGFyZW50IDBweCAwcHggMHB4LCByZ2JhKDAsIDAsIDAsIDAuNSkgMHB4IDBweCAwcHggIWltcG9ydGFudDsgfQo8L3N0eWxlPjwvZGVmcz48cGF0aCBkPSJNMjAuNDggMjQ1Ljc2aDk4My4wNEw1MTIgNzc4LjI0eiIgcC1pZD0iMjU4NCIgZmlsbD0iIzcwNzA3MCI+PC9wYXRoPjwvc3ZnPg==') !important;
background-position: 96%;
background-size: 8px;
background-repeat: no-repeat;
}
.th[data-type="button"],
.td[data-type="button"],
.th[data-type="fvalue"],
.td[data-type="fvalue"] {
flex: 1 1 2em;
text-align: center;
}
/*textarea*/
.cbi-input-textarea {
width: 100%;
min-height: 14rem;
padding: 0.8rem;
font-size: 0.8rem;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
color: black;
}
/* change */
.uci-change-list {
font-family: monospace;
}
.uci-change-list ins,
.uci-change-legend-label ins {
text-decoration: none;
border: 1px solid #00FF00;
background-color: #CCFFCC;
display: block;
padding: 2px;
}
.uci-change-list del,
.uci-change-legend-label del {
text-decoration: none;
border: 1px solid #FF0000;
background-color: #FFCCCC;
display: block;
font-style: normal;
padding: 2px;
}
.uci-change-list var,
.uci-change-legend-label var {
text-decoration: none;
border: 1px solid #CCCCCC;
background-color: #EEEEEE;
display: block;
font-style: normal;
padding: 2px;
}
.uci-change-list var ins,
.uci-change-list var del {
border: none;
white-space: pre;
font-style: normal;
padding: 0px;
}
.uci-change-list ins strong {
display: inline;
}
.uci-change-legend {
padding: 5px;
}
.uci-change-legend-label {
display: flex;
align-items: center;
width: auto;
float: left;
margin-right: 2rem;
}
.uci-change-legend-label > ins,
.uci-change-legend-label > del,
.uci-change-legend-label > var {
float: left;
margin-right: 4px;
width: 10px;
height: 10px;
display: block;
}
.uci-change-legend-label var ins,
.uci-change-legend-label var del {
line-height: 0;
border: none;
}
.uci-change-list var,
.uci-change-list del,
.uci-change-list ins {
padding: 0.5rem;
}
/* other fix */
input[type="checkbox"] {
appearance: none !important;
-webkit-appearance: none !important;
border: 1px solid #dee2e6;
width: 16px !important;
height: 16px !important;
padding: 0;
cursor: pointer;
transition: all 0.2s;
margin: 0.9rem 0.25rem 0 0.25rem;
}
input[type="checkbox"]:checked {
border: 1px solid #5e72e4;
border: 1px solid var(--primary);
background-image: url('data:image/svg+xml,%3csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 8 8\'%3e%3cpath fill=\'%23fff\' d=\'M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z\'/%3e%3c/svg%3e') !important;
background-color: #5e72e4;
background-color: var(--primary);
background-size: 70%;
background-repeat: no-repeat;
background-position: center;
}
ul li .cbi-input-checkbox {
margin: 0.5rem 0.25rem !important;
}
.cbi-input-radio {
appearance: none !important;
-webkit-appearance: none !important;
border: 1px solid #dee2e6;
width: 16px !important;
height: 16px !important;
padding: 0;
border-radius: 50%;
cursor: pointer;
transition: all 0.2s;
margin: 0.25rem 0;
}
.cbi-input-radio:checked {
border: 1px solid #5e72e4;
border: 1px solid var(--primary);
background-image: url('data:image/svg+xml,%3csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'-4 -4 8 8\'%3e%3ccircle r=\'3\' fill=\'%23fff\'/%3e%3c/svg%3e') !important;
background-color: #5e72e4;
background-color: var(--primary);
background-size: 70%;
background-repeat: no-repeat;
background-position: center;
}
.toggle {
position: relative;
display: block;
width: 40px;
height: 20px;
cursor: pointer;
-webkit-tap-highlight-color: transparent;
transform: translate3d(0, 0, 0);
margin: 1em 0;
}
.toggle:before {
content: "";
position: relative;
top: 3px;
left: 3px;
width: 34px;
height: 14px;
display: block;
background: #9A9999;
border-radius: 8px;
transition: background 0.2s ease;
}
.toggle span {
position: absolute;
top: 0;
left: 0;
width: 20px;
height: 20px;
display: block;
background: white;
border-radius: 10px;
box-shadow: 0 3px 8px rgba(154, 153, 153, 0.5);
transition: all 0.2s ease;
}
.toggle span:before {
content: "";
position: absolute;
display: block;
margin: -18px;
width: 56px;
height: 56px;
background: rgba(79, 46, 220, 0.5);
border-radius: 50%;
transform: scale(0);
opacity: 1;
pointer-events: none;
}
.cbi-input-checkbox:checked + .toggle:before {
background: #947ADA;
}
.cbi-input-checkbox:checked + .toggle span {
background: #4F2EDC;
transform: translateX(20px);
transition: all 0.2s cubic-bezier(0.8, 0.4, 0.3, 1.25), background 0.15s ease;
box-shadow: 0 3px 8px rgba(79, 46, 220, 0.2);
}
.cbi-input-checkbox:checked + .toggle span:before {
transform: scale(1);
opacity: 0;
transition: all 0.4s ease;
}
.cbi-value-field .cbi-input-checkbox,
.cbi-value-field .cbi-input-radio {
margin-top: 0.5rem;
height: 1rem;
}
.td .cbi-input-checkbox,
.td .cbi-input-radio {
margin-top: 0;
}
.cbi-value-field > input + .cbi-value-description {
padding: 0;
}
.cbi-value-field > ul > li {
display: flex;
}
.cbi-value-field > ul > li > label {
margin-top: 0rem;
}
.cbi-value-field > ul > li .ifacebadge {
background-color: #eee;
margin-left: 0.4rem;
margin-top: -0.5rem;
}
.cbi-section-table-row > .cbi-value-field .cbi-dropdown {
min-width: 7rem;
}
.cbi-section-create {
margin: 0;
padding-left: 1rem;
align-items: center;
}
.cbi-section-create > * {
margin: 0.25rem;
}
.cbi-section-remove {
padding: 0.5rem;
}
div.cbi-value var,
td.cbi-value-field var,
.td.cbi-value-field var {
font-style: italic;
color: #0069D6;
}
small {
font-size: 90%;
white-space: normal;
line-height: 1.42857143;
}
.cbi-button-up,
.cbi-button-down {
display: inline-block;
min-width: 0;
padding: 0.2rem 0.6rem;
font-size: 1.2rem;
color: #5e72e4 !important;
color: var(--primary) !important;
}
.cbi-optionals {
padding: 1rem 1rem 0 1rem;
border-top: 1px solid #CCC;
}
.cbi-dropdown-container {
position: relative;
}
.cbi-tooltip-container {
cursor: help;
}
.cbi-tooltip {
position: absolute;
z-index: 1000;
left: -1000px;
opacity: 0;
transition: opacity 0.25s ease-out;
pointer-events: none;
box-shadow: 0 0 2px #444;
}
.cbi-tooltip-container:hover .cbi-tooltip {
left: auto;
opacity: 1;
transition: opacity 0.25s ease-in;
}
.cbi-map-descr + fieldset {
margin-top: 1rem;
}
.cbi-section > legend {
display: none !important;
}
.cbi-section-error {
padding: 1.5rem;
color: #fb6340;
font-weight: 600;
}
fieldset > fieldset {
margin: 0;
padding: 0;
border: none;
box-shadow: none;
}
.zonebadge .cbi-tooltip {
padding: 0.25rem;
background: inherit;
margin: -1.5rem 0 0 -0.5rem;
}
.zonebadge-empty {
background: repeating-linear-gradient(45deg, rgba(204, 204, 204, 0.5), rgba(204, 204, 204, 0.5) 5px, rgba(255, 255, 255, 0.5) 5px, rgba(255, 255, 255, 0.5) 10px);
color: #404040;
}
.zone-forwards {
display: flex;
min-width: 10rem;
}
.zone-forwards > * {
flex: 1 1 45%;
}
.zone-forwards > span {
flex-basis: 10%;
text-align: center;
padding: 0 0.25rem;
}
.zone-forwards .zone-src,
.zone-forwards .zone-dest {
display: flex;
flex-direction: column;
}
#diag-rc-output > pre {
background-color: #fff;
display: block;
padding: 8.5px;
margin: 0 0 18px;
line-height: 1.5rem;
white-space: pre-wrap;
word-wrap: break-word;
font-size: 1.4rem;
color: #404040;
}
input[name="ping"],
input[name="traceroute"],
input[name="nslookup"] {
width: 80%;
}
/* fix progress bar */
#swaptotal > div,
#swapfree > div,
#memfree > div,
#membuff > div,
#conns > div,
#memtotal > div {
width: 100% !important;
height: 1.6rem !important;
line-height: 1.6rem;
border-radius: 0.25rem;
}
#swaptotal > div > div,
#swapfree > div > div,
#memfree > div > div,
#membuff > div > div,
#conns > div > div,
#memtotal > div > div {
height: 100% !important;
background-color: #5e72e4 !important;
background-color: var(--primary) !important;
background-image: url(../img/trafficbar.png);
background-position: left top;
animation: sparkle 1500ms linear infinite;
}
/* fix multiple table */
table table,
.table .table {
border: none;
}
.cbi-value-field table,
.cbi-value-field .table {
border: none;
}
td > table > tbody > tr > td,
.td > .table > .tbody > .tr > .td {
border: none;
}
.cbi-value-field > table > tbody > tr > td,
.cbi-value-field > .table > .tbody > .tr > .td {
border: none;
}
/* button style */
.cbi-page-actions .cbi-button-apply,
.cbi-section-actions .cbi-button-edit,
.cbi-button-edit.important,
.cbi-button-apply.important,
.cbi-button-reload.important,
.cbi-button-action.important {
color: #fff;
background-color: #337ab7;
}
.cbi-page-actions .cbi-button-save,
.cbi-button-add.important,
.cbi-button-save.important,
.cbi-button-positive.important {
color: #fff;
background-color: #5bc0de;
}
.cbi-button-remove.important,
.cbi-button-reset.important,
.cbi-button-negative.important {
color: #fff;
background-color: #d9534f;
}
.cbi-button-find,
.cbi-button-link,
.cbi-button-neutral {
color: #fff !important;
border: 1px solid #f0ad4e !important;
background-color: #f0ad4e !important;
}
.cbi-button-edit,
.cbi-button-apply,
.cbi-button-reload,
.cbi-button-action {
color: #2e6da4;
border: 1px solid #2e6da4;
background-color: transparent;
}
.cbi-page-actions .cbi-button-apply + .cbi-button-save,
.cbi-button-add,
.cbi-button-save,
.cbi-button-positive {
color: #46b8da;
border: 1px solid #46b8da;
background-color: transparent;
}
.cbi-section-remove > .cbi-button,
.cbi-button-remove,
.cbi-button-reset,
.cbi-button-negative {
color: #fff !important;
border: 1px solid #d43f3a !important;
background-color: #fb6340 !important;
}
.cbi-page-actions .cbi-button-link:first-child {
float: left;
}
.a-to-btn {
text-decoration: none;
}
/* table */
.cbi-section-table .cbi-section-table-titles .cbi-section-table-cell {
width: auto !important;
background-color: #e9ecef;
background-color: var(--lighter);
}
.td.cbi-section-actions {
text-align: right;
vertical-align: middle;
}
.td.cbi-section-actions > * {
display: flex;
}
.td.cbi-section-actions > * > *,
.td.cbi-section-actions > * > form > * {
flex: 1 1 4em;
margin: 0 1px;
}
.td.cbi-section-actions > * > form {
display: inline-flex;
margin: 0;
}
/* desc */
/* luci */
.hidden {
display: none;
}
.left,
.left::before {
text-align: left !important;
}
.right,
.right::before {
text-align: right !important;
}
.center,
.center::before {
text-align: center !important;
}
.top {
align-self: flex-start !important;
vertical-align: top !important;
}
.bottom {
align-self: flex-end !important;
vertical-align: bottom !important;
}
.inline {
display: inline;
}
.cbi-page-actions {
border-top: 0px solid #eee;
padding-top: 0rem;
text-align: right;
}
#xhr_poll_status {
cursor: pointer;
display: inline-block;
}
#xhr_poll_status > .label.success {
background-color: #fff !important;
color: #32325d !important;
}
.label {
padding: 0.3rem 0.8rem;
font-size: 0.8rem;
font-weight: bold;
color: #ffffff !important;
text-transform: uppercase;
white-space: nowrap;
background-color: #bfbfbf;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
text-shadow: none;
text-decoration: none;
}
.notice {
background-color: #5BC0DE;
}
.showSide {
display: none;
color: #fff;
font-size: 1.4rem;
}
.darkMask {
width: 100%;
height: 100%;
position: fixed;
background-color: rgba(0, 0, 0, 0.56);
z-index: 99;
left: 0;
top: 0;
display: none;
}
#cbi-firewall-redirect table *,
#cbi-network-switch_vlan table *,
#cbi-firewall-zone table * {
font-size: small;
}
#cbi-firewall-redirect table input[type="text"],
#cbi-network-switch_vlan table input[type="text"],
#cbi-firewall-zone table input[type="text"] {
width: 5rem;
}
#cbi-firewall-redirect table select,
#cbi-network-switch_vlan table select,
#cbi-firewall-zone table select {
min-width: 3.5rem;
}
#cbi-network-switch_vlan .th,
#cbi-network-switch_vlan .td {
flex-basis: 12%;
}
/* language fix */
body.lang_pl.node-main-login .cbi-value-title {
width: 12rem;
}
/* applyreboot fix */
#applyreboot-container {
margin: 2rem;
}
#applyreboot-section {
margin: 2rem;
line-height: 300%;
}
.table {
display: table;
position: relative;
color: #525f7f;
border-collapse: collapse;
}
.tr {
display: table-row;
border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.thead {
display: table-header-group;
}
.tbody {
display: table-row-group;
}
.tfoot {
display: table-footer-group;
}
.td,
.th {
vertical-align: middle;
text-align: center;
display: table-cell;
padding: 1rem;
white-space: nowrap;
}
.th {
font-weight: bold;
}
.tr.placeholder {
height: 4em;
}
.tr.placeholder > .td {
position: absolute;
left: 0;
right: 0;
bottom: 0;
text-align: center;
background: inherit;
}
.table[width="33%"],
.th[width="33%"],
.td[width="33%"] {
width: 33%;
padding-left: 1.5rem;
padding-right: 1.5rem;
}
.table[width="100%"],
.th[width="100%"],
.td[width="100%"] {
width: 100%;
}
.table-titles .th {
padding: 0.75rem 1rem;
color: #8898aa;
background-color: #f6f9fc;
}
.col-1 {
flex: 1 1 30px !important;
-webkit-flex: 1 1 30px !important;
}
.col-2 {
flex: 2 2 60px !important;
-webkit-flex: 2 2 60px !important;
}
.col-3 {
flex: 3 3 90px !important;
-webkit-flex: 3 3 90px !important;
}
.col-4 {
flex: 4 4 120px !important;
-webkit-flex: 4 4 120px !important;
}
.col-5 {
flex: 5 5 150px !important;
-webkit-flex: 5 5 150px !important;
}
.col-6 {
flex: 6 6 180px !important;
-webkit-flex: 6 6 180px !important;
}
.col-7 {
flex: 7 7 210px !important;
-webkit-flex: 7 7 210px !important;
}
.col-8 {
flex: 8 8 240px !important;
-webkit-flex: 8 8 240px !important;
}
.col-9 {
flex: 9 9 270px !important;
-webkit-flex: 9 9 270px !important;
}
.col-10 {
flex: 10 10 300px !important;
-webkit-flex: 10 10 300px !important;
white-space: inherit;
}
.cbi-rowstyle-2 .cbi-button-up,
.cbi-rowstyle-2 .cbi-button-down {
background-color: #FFF !important;
}
.cbi-button-up,
.cbi-button-down,
.cbi-value-helpicon,
.showSide,
.main > .loading > span {
font-family: 'argon' !important;
font-style: normal !important;
font-weight: normal !important;
font-variant: normal !important;
text-transform: none !important;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.cbi-button-up {
transform: rotate(180deg);
}
select {
padding: 0.36rem 0.8rem;
color: #555;
background-color: #fff;
background-image: none;
border: 1px solid #ccc;
}
select,
input {
font-size: 0.875rem;
transition: all 0.15s ease-in-out;
line-height: 1.5;
padding: 0.625rem 0.75rem;
color: #8898aa;
border: 1px solid #dee2e6;
border-radius: 0.25rem;
background-color: #fff;
background-clip: padding-box;
box-shadow: 0 3px 2px rgba(233, 236, 239, 0.05);
outline: none;
transition: box-shadow 0.15s ease;
margin: 0.25rem;
}
select:not([multiple="multiple"]):focus,
input:focus {
border-color: #5e72e4;
border-color: var(--primary);
outline: 0;
background-color: #fff;
box-shadow: 0 3px 9px rgba(50, 50, 9, 0), 3px 4px 8px rgba(94, 114, 228, 0.1);
}
select[multiple="multiple"] {
height: auto;
}
code {
color: #0099CC;
}
abbr {
color: #005470;
text-decoration: underline;
cursor: help;
}
hr {
margin: 1rem 0;
border-color: #EEE;
opacity: 0.1;
}
.kpi {
font-size: 0.875rem;
}
fieldset[id^="cbi-apply-"] {
position: fixed;
z-index: 200;
width: 20rem;
margin-left: -10rem;
margin-top: -5rem;
height: 10rem;
left: 50%;
top: 50%;
padding: 1rem;
box-sizing: border-box;
font-size: 1.2rem;
text-align: center;
box-shadow: rgba(0, 0, 0, 0.75) 0px 0px 15px -5px;
transition: all 0.3s;
}
[id^="cbi-apply-"] > .panel-title {
border-bottom: none;
}
[id^="cbi-apply-"] > [id^="cbi-apply-"] {
position: initial;
width: auto;
height: auto;
font-size: 0.875rem;
margin-left: 0rem;
margin-top: 0.8rem;
display: block;
}
.cbi-section > h3:first-child,
.panel-title {
font-size: 1.125rem;
width: 100%;
display: block;
margin: 0;
padding: 0.8755rem 1.5rem;
border-bottom: 1px solid #ddd;
letter-spacing: 0.1rem;
color: #32325d;
font-weight: normal;
border-bottom-left-radius: 0;
border-bottom-right-radius: 0;
}
table {
border-spacing: 0;
border-collapse: collapse;
}
table,
.table {
width: 100%;
}
table > tbody > tr > td,
table > tbody > tr > th,
table > tfoot > tr > td,
table > tfoot > tr > th,
table > thead > tr > td,
table > thead > tr > th,
.table > .tbody > .tr > .td,
.table > .tbody > .tr > .th,
.table > .tfoot > .tr > .td,
.table > .tfoot > .tr > .th,
.table > .thead > .tr > .td,
.table > .thead > .tr > .th {
padding: 0.5rem;
border-top: 1px solid #ddd;
}
.cbi-section-table-cell {
white-space: nowrap;
align-self: flex-end;
flex: 1 1 auto;
}
.cbi-section-table {
font-size: 0.875rem;
border: none;
margin: 0 !important;
}
.status-bar {
font-size: 0.875rem;
}
.cbi-section-table-row:last-child {
margin-bottom: 0;
}
.cbi-section-table-row > .cbi-value-field .cbi-input-select,
.cbi-section-table-row > .cbi-value-field .cbi-input-text,
.cbi-section-table-row > .cbi-value-field .cbi-input-password,
.cbi-section-table-row > .cbi-value-field .cbi-dropdown {
width: 100%;
}
.cbi-section-table-row > .cbi-value-field [data-dynlist] > input,
.cbi-section-table-row > .cbi-value-field input.cbi-input-password {
width: calc(100% - 1.5rem);
}
div > table > tbody > tr:nth-of-type(2n),
div > .table > .tbody > .tr:nth-of-type(2n) {
background-color: #f9f9f9;
}
div > table > tbody > tr:nth-of-type(2n),
div > .table > .tbody > .tr:nth-of-type(2n) {
background-color: #f9f9f9;
}
.danger {
background-color: #f5365c !important;
background-color: var(--danger) !important;
color: #fff !important;
}
.warning {
background-color: #fb6340 !important;
background-color: var(--warning) !important;
color: #fff !important;
}
.notice {
background-color: #5e72e4 !important;
background-color: var(--primary) !important;
color: #fff !important;
}
.success {
background-color: #2dce89 !important;
background-color: var(--success) !important;
color: #fff !important;
}
.errorbox,
.alert-message {
margin: 0 0 0 0;
padding: 1rem 2rem;
border: 0;
font-weight: normal;
font-style: normal;
line-height: 1.5em;
font-family: inherit;
min-width: inherit;
overflow: auto;
border-radius: 0.3rem;
background-color: #FFF;
box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16), 0 0 2px 0 rgba(0, 0, 0, 0.12);
}
.errorbox {
color: #fff;
background-color: #f0ad4e;
border-color: #eea236;
}
.alert-message.warning {
margin-bottom: 1rem;
}
.error {
color: red;
}
h1 {
font-size: 2rem;
padding-bottom: 10px;
border-bottom: 1px solid #eee;
}
h2 {
margin: 0 0 1rem 0;
font-size: 1.25rem;
letter-spacing: 0.1rem;
padding: 1rem 1.5rem;
color: #32325d;
border-radius: 0.375rem;
background: #fff;
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.03);
}
#cbi-dropbear h2,
#cbi-dropbear .cbi-map-descr,
#cbi-dropbear .cbi-map-descr abbr,
#cbi-rc h2,
#cbi-rc .cbi-map-descr,
#cbi-distfeedconf h2,
#cbi-distfeedconf .cbi-map-descr,
#cbi-customfeedconf h2,
#cbi-customfeedconf .cbi-map-descr,
#cbi-download h2,
#cbi-filelist h2 {
color: #32325d !important;
}
h3 {
font-size: 1.15rem;
width: 100%;
display: block;
margin: 1rem 0;
color: #32325d;
font-weight: bold;
letter-spacing: 0.1rem;
padding: 1rem 1.5rem;
border-radius: 0.375rem;
background: #fff;
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.03);
}
fieldset {
margin: 1.25rem 0 0 0;
padding: 0;
font-weight: normal;
font-style: normal;
line-height: 1;
font-family: inherit;
min-width: inherit;
overflow-x: auto;
overflow-y: hidden;
border: 1px solid rgba(0, 0, 0, 0.05);
border-radius: 0.375rem;
background-color: #fff;
box-shadow: 0 0 2rem 0 rgba(136, 152, 170, 0.15);
-webkit-overflow-scrolling: touch;
}
fieldset > legend {
display: none !important;
}
fieldset > fieldset {
margin: 0;
padding: 0;
border: none;
box-shadow: none;
}
fieldset.cbi-section p {
padding: 1em;
}
.panel-title {
width: 100%;
display: block;
margin-bottom: 0;
padding: 0.8755rem 1.5rem;
background-color: #fff;
border-bottom: 1px solid #ddd;
margin-bottom: 0rem;
letter-spacing: 0.1rem;
color: #32325d;
font-weight: 600;
}
table {
border-spacing: 0;
border-collapse: collapse;
width: 100%;
}
table > tbody > tr > td,
table > tfoot > tr > td,
table > thead > tr > td {
font-size: 0.875rem;
color: #525f7f;
line-height: 1.4em;
vertical-align: middle !important;
padding: 0.8rem 1.5rem;
border-top: 1px solid #ddd;
}
table > tbody > tr > th,
table > tfoot > tr > th,
table > thead > tr > th {
padding-right: 1.5rem;
padding-left: 1.5rem;
color: #8898aa;
background-color: #f6f9fc;
font-size: 0.65rem;
padding-top: 0.75rem;
padding-bottom: 0.75rem;
letter-spacing: 1px;
text-transform: uppercase;
border-bottom: 1px solid #e9ecef;
}
table > tbody > tr:first-child > td,
table > tfoot > tr:first-child > td,
table > thead > tr:first-child > td {
border-top: 0px;
}
.cbi-section-table-cell {
text-align: center;
}
.cbi-section-table-row {
text-align: center;
}
fieldset > table > tbody > tr:nth-of-type(2n) {
background-color: #f9f9f9;
}
/* fix multiple table */
table table {
border: none;
}
.cbi-value-field table {
border: none;
}
td > table > tbody > tr > td {
border: none;
}
.cbi-value-field > table > tbody > tr > td {
border: none;
}
/* table */
.tabs {
margin: 0 0 1rem 0;
padding: 0 1rem;
background-color: #FFFFFF;
border-radius: 0.375rem;
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.03);
white-space: nowrap;
overflow-x: auto;
}
.tabs::-webkit-scrollbar {
width: 1px;
height: 5px;
}
.tabs::-webkit-scrollbar-thumb {
background-color: #f6f9fc;
}
.tabs::-webkit-scrollbar-track {
background-color: #fff;
}
.tabs li[class~="active"],
.tabs li:hover {
cursor: pointer;
border-bottom: 0.18751rem solid #5e72e4;
border-bottom: 0.18751rem solid var(--primary);
color: #5e72e4;
color: var(--primary);
background-color: #dce1fe;
margin-bottom: 0;
border-radius: 0;
}
.tabs li[class~="active"] a,
.tabs li:hover a {
color: #5e72e4;
color: var(--primary);
}
.tabs li {
font-size: 0.875rem;
display: inline-block;
padding: 0.875rem 0rem;
border-bottom: 0.18751rem solid rgba(0, 0, 0, 0);
}
.tabs li a {
text-decoration: none;
color: #404040;
padding: 0.5rem 0.8rem;
}
.tabs li:hover {
border-bottom: 0.18751rem solid #5e72e4;
border-bottom: 0.18751rem solid var(--primary);
}
.cbi-tabmenu {
color: white;
padding: 0.5rem 1rem 0 1rem;
white-space: nowrap;
overflow-x: auto;
border-bottom: 1px solid #ddd !important;
}
.cbi-tabmenu::-webkit-scrollbar {
width: 1px;
height: 5px;
}
.cbi-tabmenu::-webkit-scrollbar-thumb {
background-color: #f6f9fc;
}
.cbi-tabmenu::-webkit-scrollbar-track {
background-color: #fff;
}
.cbi-tabmenu li {
background: #dce3e9;
display: inline-block;
font-size: 0.875rem;
border-top-left-radius: 0.25rem;
border-top-right-radius: 0.25rem;
padding: 0.5rem 0rem;
border-bottom: 0.18751rem solid rgba(0, 0, 0, 0);
}
.cbi-tabmenu li a {
text-decoration: none;
color: #404040;
padding: 0.5rem 0.8rem;
}
.cbi-tabmenu li:hover {
cursor: pointer;
border-bottom: 0.18751rem solid #5e72e4;
border-bottom: 0.18751rem solid var(--primary);
color: #5e72e4;
color: var(--primary);
background-color: #dce1fe;
margin-bottom: 0;
}
.cbi-tabmenu li:hover a {
color: #525f7f;
}
.cbi-tabmenu li[class~="cbi-tab"] {
border-bottom: 0.18751rem solid #5e72e4;
border-bottom: 0.18751rem solid var(--primary);
color: var(--primary);
background-color: #dce1fe;
margin-bottom: 0;
}
.cbi-tabmenu li[class~="cbi-tab"] a {
color: #5e72e4;
color: var(--primary);
}
.cbi-tab-descr {
margin: 1rem 1.5rem;
color: #32325d;
font-size: small;
line-height: 1.5em;
}
.cbi-dropdown {
display: inline-flex;
cursor: pointer;
position: relative;
padding: 0;
height: auto;
}
.cbi-dropdown:focus {
outline: 2px solid #4b6e9b;
}
.cbi-dropdown > ul {
margin: 0 !important;
padding: 0;
list-style: none;
overflow-x: hidden;
overflow-y: auto;
display: flex;
width: 100%;
}
.cbi-dropdown > ul.preview {
display: none;
}
.cbi-dropdown > .open {
border: 0px outset #eee;
flex-basis: 15px;
background: #fff;
}
.cbi-dropdown > .open,
.cbi-dropdown > .more {
flex-grow: 0;
flex-shrink: 0;
display: flex;
flex-direction: column;
justify-content: center;
text-align: center;
line-height: 2em;
padding: 0 0.25em;
}
.cbi-dropdown > .more,
.cbi-dropdown > ul > li[placeholder] {
color: #777;
font-weight: bold;
text-shadow: 1px 1px 0px #fff;
display: none;
}
.cbi-dropdown > ul > li {
display: none;
padding: 0.25em;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
flex-shrink: 1;
flex-grow: 1;
align-items: center;
align-self: center;
min-height: 20px;
}
.cbi-dropdown > ul > li .hide-open {
display: initial;
}
.cbi-dropdown > ul > li .hide-close {
display: none;
}
.cbi-dropdown > ul > li[display]:not([display="0"]) {
border-left: 1px solid #ccc;
}
.cbi-dropdown[empty] > ul {
max-width: 1px;
}
.cbi-dropdown > ul > li > form {
display: none;
margin: 0;
padding: 0;
pointer-events: none;
}
.cbi-dropdown > ul > li img {
vertical-align: middle;
margin-right: 0.25em;
}
.cbi-dropdown > ul > li > form > input[type="checkbox"] {
margin: 0;
height: auto;
}
.cbi-dropdown > ul > li input[type="text"] {
height: 20px;
}
.cbi-dropdown[open] {
position: relative;
border-color: #5e72e4;
border-color: var(--primary);
}
.cbi-dropdown[open] > ul.dropdown {
display: block;
background: #fff;
border-color: #5e72e4;
border-color: var(--primary);
position: absolute;
z-index: 1000;
max-width: none;
min-width: 100%;
width: auto;
box-shadow: 0 1px 3px rgba(50, 50, 93, 0.15), 0 1px 0 rgba(0, 0, 0, 0.05);
}
.cbi-dropdown > ul > li[display],
.cbi-dropdown[open] > ul.preview,
.cbi-dropdown[open] > ul.dropdown > li,
.cbi-dropdown[multiple] > ul > li > label,
.cbi-dropdown[multiple][open] > ul.dropdown > li,
.cbi-dropdown[multiple][more] > .more,
.cbi-dropdown[multiple][empty] > .more {
flex-grow: 1;
display: flex;
align-items: center;
}
.cbi-dropdown[empty] > ul > li,
.cbi-dropdown[optional][open] > ul.dropdown > li[placeholder],
.cbi-dropdown[multiple][open] > ul.dropdown > li > form {
display: block;
}
.cbi-dropdown[open] > ul.dropdown > li .hide-open {
display: none;
}
.cbi-dropdown[open] > ul.dropdown > li .hide-close {
display: initial;
}
.cbi-dropdown[open] > ul.dropdown > li {
border-bottom: 1px solid #ccc;
}
.cbi-dropdown[open] > ul.dropdown > li[selected] {
background: #b0d0f0;
}
.cbi-dropdown[open] > ul.dropdown > li.focus {
background: linear-gradient(90deg, #a3c2e8 0%, #84aad9 100%);
}
.cbi-dropdown[open] > ul.dropdown > li:last-child {
margin-bottom: 0;
border-bottom: none;
}
.cbi-dropdown[disabled] {
pointer-events: none;
opacity: 0.6;
}
.cbi-dropdown .zonebadge {
width: 100%;
}
.cbi-dropdown[open] .zonebadge {
width: 100%;
}
.cbi-dropdown {
font-size: 0.875rem;
transition: all 0.15s ease-in-out;
line-height: 1.5;
height: calc(2.75rem + 2px);
padding: 0m;
color: #8898aa;
border: 1px solid #dee2e6;
border-radius: 0.25rem;
background-color: #fff;
background-clip: padding-box;
box-shadow: 0 3px 2px rgba(233, 236, 239, 0.05);
margin: 0.25rem;
}
.cbi-value-field .cbi-dropdown {
min-width: 20rem;
}
.cbi-value-field .cbi-dropdown .zonebadge > .ifacebadge {
padding: 0rem 1rem;
margin: 0rem 0.3rem;
border: 1px solid #6C6C6C;
}
select[multiple="multiple"] {
height: auto;
}
.cbi-dropdown > ul {
margin: 0 !important;
padding: 0;
list-style: none;
overflow-x: hidden;
overflow-y: hidden;
display: flex;
width: 100%;
}
.cbi-section > legend {
display: none !important;
}
.cbi-section-remove:nth-of-type(2n),
.cbi-section-node:nth-of-type(2n) {
background-color: #f9f9f9;
}
.cbi-section-node-tabbed {
padding: 0;
margin-top: 0;
}
.cbi-section-node {
background: #fff;
border: 0;
border-radius: 0.375rem;
margin-bottom: 0px;
box-shadow: 0 0 0rem 0 rgba(136, 152, 170, 0.15);
overflow-x: auto;
overflow-y: hidden;
padding: 0rem 0;
}
#cbi-network-lan.cbi-section-node {
overflow-x: visible;
overflow-y: visible;
}
.cbi-section-node .cbi-value {
padding: 0.3rem 1rem 0.3rem 1rem;
}
.cbi-tabcontainer > .cbi-value:nth-of-type(2n) {
background-color: #f9f9f9;
}
.cbi-value-field,
.cbi-value-description {
display: table-cell;
line-height: 1.6;
font-size: 0.875rem;
}
.cbi-value-helpicon > img {
display: none;
}
.cbi-value-helpicon:before {
content: "\f059";
}
.cbi-value-description {
font-size: small;
opacity: 0.5;
padding: 0.5rem;
}
.cbi-value-title {
word-wrap: break-word;
font-size: 0.875rem;
line-height: 1.6;
color: #525f7f;
padding: 0.7rem;
padding-left: 0;
width: 23rem;
float: left;
text-align: right;
display: table-cell;
}
.cbi-value {
padding: 0.3rem 1rem;
display: inline-block;
width: 100%;
}
.cbi-section-table-descr > .cbi-section-table-cell,
.cbi-section-table-titles > .cbi-section-table-cell {
border: none;
}
.cbi-rowstyle-1 {
background-color: #fff;
}
.cbi-rowstyle-2 {
background-color: #fefefe;
}
.cbi-section-table .cbi-section-table-titles .cbi-section-table-cell {
width: auto !important;
}
/* desc */
.cbi-section-descr {
padding: 1rem 1.5rem;
font-size: 0.7rem;
font-weight: 600;
line-height: 1.5em;
color: #525f7f;
}
.cbi-map-descr {
margin: 0rem 1.5rem 1rem 1.5rem;
color: #32325d;
font-size: small;
line-height: 1.5em;
}
/* input */
.cbi-value input[type="password"],
.cbi-value input[type="text"] {
min-width: 20rem;
}
input[type="checkbox"] {
height: auto;
}
/* select */
.cbi-value-field .ifacebadge {
display: inline-flex;
border-bottom: 0px solid #CCCCCC;
padding: 0.5rem 1rem;
box-shadow: none;
}
td > .ifacebadge {
background-color: #F0F0F0;
font-size: 0.9rem;
}
.ifacebadge > img {
float: right;
margin: 0 0.3rem;
}
/*textarea*/
.cbi-input-textarea {
width: 100%;
border: 0;
outline: none;
min-height: 14rem;
padding: 0.8rem;
font-size: 0.8rem;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
color: black;
}
#syslog {
width: 100%;
min-height: 15rem;
padding: 1rem;
line-height: 1.4em;
font-size: small;
color: #1e1e1e;
border-radius: 0;
background-color: #fff;
border: none;
outline: none;
}
.ifacebadge {
display: inline-flex;
border-bottom: 0px solid #CCCCCC;
padding: 0.5rem 1rem;
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
background: #fff;
}
td > .ifacebadge,
.td > .ifacebadge {
background-color: #e9ecef;
font-size: 0.9rem;
border-radius: 0.2rem;
}
.ifacebadge > em,
.ifacebadge > img {
display: inline-block;
margin: 0 0.3rem;
align-self: flex-start;
}
.ifacebadge span {
line-height: 1.6em;
}
.network-status-table {
display: flex;
flex-wrap: wrap;
}
.network-status-table .ifacebox {
margin: 1rem;
flex-grow: 1;
}
.network-status-table .ifacebox-body {
display: flex;
flex-direction: column;
height: 100%;
}
.network-status-table .ifacebox-body > span {
flex: 10 10 auto;
height: 100%;
line-height: 1.7em;
padding-left: 2rem;
padding-top: 0.5rem;
padding-bottom: 0.5rem;
}
.network-status-table .ifacebox-body > div {
display: flex;
flex-wrap: wrap;
}
.network-status-table .ifacebox-body .ifacebadge {
flex: 1 1 auto;
margin: 0;
padding: 0.5em;
min-width: 220px;
background-color: #fff;
align-items: center;
}
.ifacebox {
border: 1px solid #ccc;
border-radius: 0.375rem;
background-color: #f9f9f9;
display: inline-flex;
flex-direction: column;
line-height: 1.2em;
min-width: 100px;
overflow: hidden;
}
.ifacebox-head {
padding: 1rem;
background: #eee;
}
.ifacebox-head.active {
background: #5e72e4;
background: var(--primary);
color: #fff;
}
.ifacebox-body {
padding: 0.5em;
}
.cbi-image-button {
margin-left: 0.5rem;
}
#iwsvg,
#iwsvg2,
#bwsvg {
border: none !important;
border-radius: 0.375rem;
box-shadow: 0 0 2rem 0 rgba(136, 152, 170, 0.15);
overflow: hidden;
}
.cbi-image-button {
margin-left: 0.5rem;
}
.zonebadge {
padding: 0.2rem 0.5rem;
display: inline-block;
cursor: pointer;
}
.zonebadge > .ifacebadge {
padding: 0.2rem 1rem;
margin: 0.3rem;
border: 1px solid #6C6C6C;
}
.zonebadge > input[type="text"] {
padding: 0.16rem 1rem;
min-width: 10rem;
margin-top: 0.3rem;
}
.cbi-value-field .cbi-input-checkbox,
.cbi-value-field .cbi-input-radio {
margin: 0.9rem 0.25rem 0 0.25rem;
height: 1rem;
line-height: 1.6;
}
.cbi-input-checkbox {
margin: 0.9rem 0.25rem 0 0.25rem;
}
.cbi-value-field .cbi-input-radio {
margin: 0rem 0.25rem;
}
.cbi-value-field > input + .cbi-value-description {
padding: 0;
}
.cbi-value-field > ul > li {
display: flex;
align-items: center;
font-size: 0.875rem;
}
.cbi-value-field > ul > li .ifacebadge {
font-size: 0.875rem;
background-color: #eee;
display: flex;
align-items: center;
margin-left: 0rem;
margin-top: 0rem;
}
.cbi-section-table-row > .cbi-value-field .cbi-input-select {
min-width: 7rem;
}
.cbi-section-create > .cbi-button-add {
margin: 0.5rem 0.5rem 0.5rem 0.5rem;
}
.cbi-section-remove {
padding: 0.5rem;
}
div.cbi-value var,
td.cbi-value-field var {
font-style: italic;
color: #0069D6;
}
small {
font-size: 90%;
white-space: normal;
line-height: 1.42857143;
}
.cbi-optionals {
padding: 1rem 1rem 0 1rem;
border-top: 1px solid #CCC;
}
input[name="ping"],
input[name="traceroute"],
input[name="nslookup"] {
width: 80%;
}
.label {
padding: 0.3rem 0.8rem;
font-size: 0.8rem;
font-weight: bold;
color: #fff !important;
text-transform: uppercase;
white-space: nowrap;
background-color: #32325d;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
text-shadow: none;
text-decoration: none;
}
/* fix status overview */
.node-status-overview > .main fieldset:nth-child(4) td:nth-child(2) {
white-space: normal;
}
.node-status-overview > .main #wan4_i,
.node-status-overview > .main #wan6_i {
width: 80px !important;
}
/* fix status processes */
.node-status-processes > .main table tr td:nth-child(3) {
white-space: normal;
}
/* fix system reboot */
.node-system-reboot > .main > .main-right p,
.node-system-reboot > .main > .main-right h3 {
padding-left: 2rem;
color: #fff;
}
/* fix Services Network Shares*/
.node-services-samba > .main .cbi-tabcontainer:nth-child(3) .cbi-value-title {
margin-bottom: 1rem;
width: auto;
}
.node-services-samba > .main .cbi-tabcontainer:nth-child(3) .cbi-value-field {
display: list-item;
}
.node-services-samba > .main .cbi-tabcontainer:nth-child(3) .cbi-value-description {
padding-top: 1rem;
}
/* fix System Software*/
.node-system-packages > .main table tr td:nth-child(1) {
width: auto !important;
}
.node-system-packages > .main table tr td:nth-last-child(1) {
white-space: normal;
font-size: small;
color: #404040;
}
.node-system-packages > .main .cbi-tabmenu > li > a,
.tabs > li > a {
padding: 0.5rem 0.8rem;
}
.node-system-packages > .main .cbi-value > pre {
background-color: #eee;
padding: 0.5rem;
overflow: auto;
}
.node-system-packages > .main .cbi-page-actions {
padding: 1rem 0;
}
.node-system-packages > .main .cbi-section-node:first-child .cbi-value-last {
line-height: 1.8em;
}
.node-system-packages > .main .cbi-section-node:first-child .cbi-value-last div[style="margin:3px 0; width:300px; height:10px; border:1px solid #000000; background-color:#80C080"] {
border: 1px solid #999999 !important;
width: 100% !important;
background-color: #fff !important;
height: 1.4rem !important;
border-radius: 0.25rem;
margin: 0.5rem 0;
overflow: hidden;
}
.node-system-packages > .main .cbi-section-node:first-child .cbi-value-last div[style="margin:3px 0; width:300px; height:10px; border:1px solid #000000; background-color:#80C080"] div {
border-right: 0 !important;
background-color: #5e72e4 !important;
background-color: var(--primary) !important;
}
.node-system-leds .cbi-section em {
display: block;
}
.cbi-tabmenu + .cbi-section {
margin-top: 0;
}
.cbi-section {
background: #fff;
border: 0;
border-radius: 0.375rem;
box-shadow: 0 0 2rem 0 rgba(136, 152, 170, 0.15);
overflow-x: auto;
overflow-y: hidden;
}
.cbi-section em {
padding: 0.75rem 1.5rem;
font-size: 0.7rem;
font-weight: 600;
color: #525f7f;
text-align: center;
}
.cbi-section h4 {
padding: 0.75rem 1.5rem;
font-size: 0.7rem;
font-weight: 600;
color: #525f7f;
}
#content_syslog {
border-radius: 0.375rem;
box-shadow: 0 0 2rem 0 rgba(136, 152, 170, 0.15);
overflow: hidden;
}
.node-system-packages .cbi-section-node .cbi-value {
padding: 0.5rem 1rem;
font-size: 0.875rem;
}
.node-system-packages br {
display: none;
}
/* fix network firewall*/
.node-network-firewall > .main .cbi-section-table-row > .cbi-value-field .cbi-input-select {
min-width: 4rem;
}
.node-network-firewall .cbi-section-table {
width: 100% !important;
}
.node-status-iptables fieldset,
.node-system-packages fieldset,
.node-system-flashops fieldset {
margin-top: 0;
}
.node-status-iptables .cbi-tabmenu,
.node-system-packages .cbi-tabmenu,
.node-system-flashops .cbi-tabmenu {
border: none;
}
.node-system-flashops form.inline + form.inline {
margin-left: 0;
}
.Changes .cbi-section {
font-size: 0.875rem;
padding: 1rem;
}
.node-network-diagnostics {
font-size: 0.875rem;
}
.node-network-diagnostics #diag-rc-output {
display: block;
padding: 1rem;
}
.node-network-diagnostics #diag-rc-output pre {
font-size: 0.875rem;
}
.node-network-diagnostics .cbi-section div {
padding: 0 1.5rem;
}
.node-network-diagnostics input {
margin: 0.25rem !important;
}
/* fix nlbw/display*/
#detail-bubble.in {
z-index: 500;
}
.node-nlbw-display .cbi-section ul {
padding: 0.875rem 1.5rem;
}
.node-nlbw-backup form {
margin-left: 1.5rem;
}
.node-nas-usb_printer em {
display: block;
}
@media screen and (max-width: 1600px) {
.main .main-left {
width: calc(0% + 13rem);
}
.main .main-right {
width: calc(100% - 13rem);
}
.cbi-button {
/*padding: 0.3rem 1.5rem;*/
font-size: 0.8rem;
}
header > .container > .pull-right > * {
top: 0.35rem;
}
.label {
padding: 0.2rem 0.6rem;
}
.cbi-value-title {
width: 15rem;
padding-right: 0.6rem;
}
fieldset {
padding: 0;
}
.cbi-input-textarea {
font-size: small;
}
.node-status-iptables > .main fieldset li > a {
padding: 0.3rem 0.6rem;
}
}
@media screen and (max-width: 1280px) {
header > .container {
margin-top: 0.25rem;
}
.main .main-left {
width: calc(0% + 13rem);
}
.main .main-right {
width: calc(100% - 13rem);
}
.cbi-tabmenu > li > a,
.tabs > li > a {
padding: 0.2rem 0.5rem;
}
.panel-title {
font-size: 1.1rem;
padding-bottom: 1rem;
}
table {
font-size: 0.7rem !important;
width: 100% !important;
}
.main > .main-left > .nav > li,
.main > .main-left > .nav > li a,
.main > .main-left > .nav > .slide > .menu {
font-size: 0.9rem;
}
.main > .main-left > .nav > .slide > .slide-menu > li > a {
font-size: 0.7rem;
}
}
@media screen and (min-width: 600px) {
::-webkit-scrollbar {
width: 10px;
height: 10px;
}
::-webkit-scrollbar,
::-webkit-scrollbar-corner {
background: transparent;
}
::-webkit-scrollbar-thumb {
background: #9e9e9e;
}
::-webkit-scrollbar-thumb:hover {
background: #757575;
}
::-webkit-scrollbar-thumb:active {
background: #424242;
}
}
@media screen and (max-width: 992px) {
.main .main-left {
width: 0;
position: fixed;
z-index: 100;
}
.main .main-right {
width: 100%;
}
.showSide {
padding: 0.1rem;
position: relative;
display: inline-block;
}
.showSide:hover {
text-decoration: none;
}
.showSide:before {
content: "\e20e";
font-size: 1.7rem;
}
header > .fill > .container > .brand {
display: inline-block;
}
.cbi-value-title {
width: 9rem;
padding-right: 1rem;
}
.node-network-diagnostics > .main .cbi-map fieldset > div * {
width: 100% !important;
}
.node-network-diagnostics > .main .cbi-map fieldset > div input[type="text"] {
margin: 3rem 0 0 0 !important;
}
.node-network-diagnostics > .main .cbi-map fieldset > div:nth-child(4) input[type="text"] {
margin: 0 !important;
}
.node-network-diagnostics > .main .cbi-map fieldset > div select,
.node-network-diagnostics > .main .cbi-map fieldset > div input[type="button"] {
margin: 1rem 0 0 0 !important;
}
.node-network-diagnostics > .main .cbi-map fieldset > div {
width: 100% !important;
}
#diag-rc-output > pre {
font-size: 1rem;
}
}
@media screen and (max-width: 480px) {
body {
font-size: 0.8rem;
}
.pull-right {
float: right;
margin-top: 0rem !important;
}
.login-page .video video {
width: auto !important;
height: 100% !important;
}
.login-page .login-container {
margin-left: 0rem !important;
width: 100%;
}
.login-page .login-container .login-form {
max-width: 480px;
}
.login-page .login-container .login-form .form-login .input-group::before {
color: #525461;
}
.login-page .login-container .login-form .form-login .input-group input {
color: #525461;
border-bottom: white 1px solid;
border-bottom: var(--white) 1px solid;
border-radius: 0;
}
fieldset {
padding: 0;
margin: 1rem 0 0 0;
}
.toggle {
margin: 0;
}
h2 {
font-size: 1.125rem;
}
.panel-title {
font-size: 1rem;
padding-bottom: 1rem;
}
#maincontent > .container {
margin: 0 1rem 1.5rem 1rem;
}
.main > .main-left > .nav > .slide > .menu {
font-size: 1rem;
}
.main > .main-left > .nav > .slide > .slide-menu > li > a {
font-size: 0.9rem;
}
.main > .main-left > .nav > .slide > .menu:after {
top: 0.9rem;
}
#ethinfo td {
padding: 0.75rem 0.2rem !important;
}
.cbi-value-title {
width: 100%;
min-width: 0rem !important;
display: block;
margin-top: 0.5rem;
margin-bottom: 0.5rem;
text-align: left;
padding: 0 0.25rem;
}
.cbi-value input[type="password"],
.cbi-value input[type="text"] {
min-width: 15rem;
}
select,
input {
width: 100% !important;
min-width: auto;
margin: 0.25rem 0;
}
input {
box-sizing: border-box;
}
.cbi-value > .cbi-value-field > div > input {
width: calc(100% - 1.5rem) !important;
}
.cbi-value > .cbi-value-field {
display: inline-block;
width: 100%;
position: relative;
}
.cbi-value-field .cbi-input-checkbox,
.cbi-value-field .cbi-input-radio {
margin: 0rem 0.25rem 0 0.25rem;
height: 1rem;
line-height: 1.6;
}
.cbi-page-actions > div > input {
display: none;
}
.tabs::-webkit-scrollbar,
.cbi-tabmenu::-webkit-scrollbar {
width: 0px;
height: 0px;
}
.tabs > li > a {
font-size: 0.9rem;
}
select,
input {
font-size: 0.9rem;
}
.mobile-hide {
display: none !important;
}
.node-status-realtime table > tbody > tr > td,
.node-status-realtime table > tfoot > tr > td,
.node-status-realtime table > thead > tr > td {
font-size: 0.8125rem;
color: #525f7f;
line-height: 1.4em;
vertical-align: middle !important;
padding: 0.8rem 0rem;
border-top: 1px solid #ddd;
width: auto;
text-align: center;
}
.node-system-packages > .main .cbi-value.cbi-value-last > div {
width: 100% !important;
}
.node-system-packages .cbi-section-node .cbi-value {
padding: 0.3rem 1rem;
}
.node-system-packages > .main .cbi-value .cbi-value-field input {
width: 100%;
}
.node-system-leds .cbi-section em {
display: block;
}
.node-status-iptables > .main div > .cbi-map > form {
position: static !important;
margin: 0 0 2rem 0;
padding: 2rem;
border: 0;
font-weight: normal;
font-style: normal;
line-height: 1;
font-family: inherit;
min-width: inherit;
overflow-x: auto;
overflow-y: hidden;
border-radius: 0.375rem;
background-color: #FFF;
box-shadow: 0 0 2rem 0 rgba(136, 152, 170, 0.15);
-webkit-overflow-scrolling: touch;
}
.node-status-iptables > .main div > .cbi-map > form input[type="submit"] {
width: 100% !important;
margin: 0;
}
.node-status-iptables > .main div > .cbi-map > form input[type="submit"] + input[type="submit"] {
margin-top: 1rem;
}
.cbi-value input[type="text"]:has(+ img) {
width: 10rem !important;
}
.cbi-button-add {
margin-left: 0.5rem;
}
.node-network-network .cbi-section-table tr,
.node-network-network .cbi-section-table td {
display: block;
}
.node-network-network .cbi-section-table td {
width: 100% !important;
text-align: center !important;
padding: 0.8rem 1.5rem !important;
}
.node-network-network .cbi-section-table .cbi-section-table-titles {
display: flex;
}
.node-network-network .cbi-section-table .cbi-section-table-titles .cbi-section-table-cell {
flex: 1 !important;
}
.node-services-vssr .status-info {
font-size: 0.75rem;
}
.node-services-vssr .icon-con {
margin-top: 0.4rem;
}
.node-services-vssr .icon-con img {
width: 2.3rem !important;
height: auto;
}
} | htdocs/luci-static/argon/css/cascade.css | * Font generate by Icomoon<icomoon.io>
*/
/*
* Common Styles
*/
@import url("fonts.css?v=3");
@import url("pure-min.css?v=1");
:root {
/** general **/
--primary: #5e72e4;
--dark-primary: #483d8b;
--background-color: #f4f5f7;
--font-color: #525f7f;
/** login form **/
--login-form-background-color: #ffffff;
--darker: black;
--default: #525461;
--warning: #fb6340;
--footer-color: #aaa;
--menubar-background: #fff;
--menubar-scrollbar-thumb: #f6f9fc;
--menubar-text-color: #4c4c4c;
--blue: #5e72e4;
--indigo: #5603ad;
--purple: #8965e0;
--pink: #f3a4b5;
--red: #f5365c;
--orange: #fb6340;
--yellow: #ffd600;
--green: #2dce89;
--teal: #11cdef;
--cyan: #2bffc6;
--white: #fff;
--gray: #8898aa;
--gray-dark: #32325d;
--light: #ced4da;
--lighter: #e9ecef;
--secondary: #f7fafc;
--success: #2dce89;
--info: #11cdef;
--danger: #f5365c;
--light: #adb5bd;
--dark: #212529;
--neutral: #fff;
--login-form-bg-color: rgba(244, 245, 247, 0.8);
--blur-radius: 10px;
--blur-opacity: 0.5;
--blur-radius-dark: 10px;
--blur-opacity-dark: 0.5;
--font-family-sans-serif: "Google Sans", "Microsoft Yahei", "WenQuanYi Micro Hei", "sans-serif", "Helvetica Neue", "Helvetica", "Hiragino Sans GB";
--font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New', monospace;
--font-family-normal: Open Sans, PingFangSC-Regular, Microsoft Yahei, WenQuanYi Micro Hei, "Helvetica Neue", Helvetica, Hiragino Sans GB, sans-serif;
}
[data-theme="dark"] {
--primary: #483d8b;
--dark-primary: #483d8b;
--background-color: #1e1e1e;
--font-color: #cccccc;
--darker: black;
--default: #525461;
--warning: #fb6340;
--footer-color: #aaa;
--menubar-background: #fff;
--menubar-scrollbar-thumb: #f6f9fc;
--menubar-text-color: #4c4c4c;
--blue: #5e72e4;
--indigo: #5603ad;
--purple: #8965e0;
--pink: #f3a4b5;
--red: #f5365c;
--orange: #fb6340;
--yellow: #ffd600;
--green: #2dce89;
--teal: #11cdef;
--cyan: #2bffc6;
--white: #fff;
--gray: #8898aa;
--gray-dark: #32325d;
--light: #ced4da;
--lighter: #e9ecef;
--secondary: #f7fafc;
--success: #2dce89;
--info: #11cdef;
--danger: #f5365c;
--light: #adb5bd;
--dark: #212529;
--neutral: #fff;
--login-form-bg-color: rgba(244, 245, 247, 0.8);
--blur-radius: 10px;
--blur-opacity: 0.5;
--blur-radius-dark: 10px;
--blur-opacity-dark: 0.5;
--font-family-sans-serif: "Google Sans", "Microsoft Yahei", "WenQuanYi Micro Hei", "sans-serif", "Helvetica Neue", "Helvetica", "Hiragino Sans GB";
--font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New', monospace;
--font-family-normal: Open Sans, PingFangSC-Regular, Microsoft Yahei, WenQuanYi Micro Hei, "Helvetica Neue", Helvetica, Hiragino Sans GB, sans-serif;
}
html,
body {
margin: 0px;
padding: 0px;
height: 100%;
font-size: 16px;
font-family: "Google Sans", "Microsoft Yahei", "WenQuanYi Micro Hei", "sans-serif", "Helvetica Neue", "Helvetica", "Hiragino Sans GB";
font-family: var(--font-family-sans-serif);
}
html {
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
}
body {
font-size: 0.875rem;
background-color: #f4f5f7;
background-color: var(--background-color);
color: #525f7f;
color: var(--font-color);
}
* {
margin: 0;
padding: 0;
box-sizing: border-box;
-webkit-tap-highlight-color: transparent;
}
::selection {
background-color: #5e72e4;
background-color: var(--primary);
color: #ffffff;
color: var(--white);
}
a:link,
a:visited,
a:active {
color: #5e72e4;
color: var(--primary);
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
li {
list-style-type: none;
}
@-webkit-keyframes sparkle {
from {
background-position: 0 0;
}
to {
background-position: 0 -64px;
}
}
@-moz-keyframes sparkle {
from {
background-position: 0 0;
}
to {
background-position: 0 -64px;
}
}
@-o-keyframes sparkle {
from {
background-position: 0 0;
}
to {
background-position: 0 -64px;
}
}
@keyframes sparkle {
from {
background-position: 0 0;
}
to {
background-position: 0 -64px;
}
}
/***********************
*
* Login Page
*
***************************/
.login-page {
height: 100%;
}
.login-page .video {
position: absolute;
width: 100%;
height: 100%;
display: flex;
align-items: center;
justify-content: center;
background-color: #000;
background-color: var(--darker);
overflow: hidden;
}
.login-page .video video {
width: 100%;
height: auto;
}
.login-page .volume-control {
position: fixed;
right: 1rem;
top: 1rem;
width: 1.5rem;
height: 1.5rem;
z-index: 5000;
cursor: pointer;
background-size: contain;
background-image: url(../img/volume_high.svg);
}
.login-page .volume-control.mute {
background-image: url(../img/volume_off.svg);
}
.login-page .main-bg {
position: fixed;
width: 100%;
height: 100%;
left: 0;
top: 0;
background-image: url(../img/blank.png);
background-repeat: no-repeat;
background-position: center;
background-size: cover;
transition: all 0.5s;
}
.login-page .login-container {
height: 100%;
margin-left: 4.5rem;
position: absolute;
top: 0px;
display: flex;
flex-direction: column;
-webkit-box-pack: center;
justify-content: center;
align-items: flex-start;
min-height: 100%;
z-index: 2;
width: 420px;
box-shadow: rgba(0, 0, 0, 0.75) 0px 0px 35px -5px;
margin-left: 5%;
background: transparent;
}
.login-page .login-container .login-form {
display: flex;
flex-direction: column;
-webkit-box-align: center;
align-items: center;
position: absolute;
top: 0px;
width: 100%;
min-height: 100%;
max-width: 420px;
background-color: #fff;
background-color: var(--white);
}
.login-page .login-container .login-form .brand {
display: flex;
-webkit-box-align: center;
align-items: center;
margin: 50px auto 100px 50px;
color: #525461;
color: var(--default);
}
.login-page .login-container .login-form .brand .icon {
width: 50px;
height: auto;
margin-right: 25px;
}
.login-page .login-container .login-form .brand .brand-text {
font-size: 1.25rem;
font-weight: 700;
font-family: "TypoGraphica";
}
.login-page .login-container .login-form .brand:hover {
text-decoration: none;
}
.login-page .login-container .login-form .form-login {
width: 100%;
padding: 20px 50px;
box-sizing: border-box;
}
.login-page .login-container .login-form .form-login .errorbox {
text-align: center;
color: #fb6340;
color: var(--warning);
}
.login-page .login-container .login-form .form-login .input-group {
margin-bottom: 1.25rem;
position: relative;
}
.login-page .login-container .login-form .form-login .input-group::before {
font-family: 'argon' !important;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
color: #525461;
color: var(--default);
font-size: 1.5rem;
position: absolute;
z-index: 100;
left: 10px;
top: 10px;
}
.login-page .login-container .login-form .form-login .input-group .border {
position: absolute;
width: 100%;
height: 1px;
bottom: 0;
border-bottom: 1px #5e72e4 solid;
border-bottom: 1px var(--primary) solid;
transform: scaleX(0);
transition: transform 0.3s;
}
.login-page .login-container .login-form .form-login .input-group input {
font-size: 1rem;
line-height: 1.5em;
display: block;
width: 100%;
padding: 0.5rem 0.75rem 0.5rem 3rem;
margin: 0.825rem 0;
box-sizing: border-box;
transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
color: #525461;
color: var(--default);
border: 0;
border-radius: 0;
border-bottom: 1px solid #fff;
border-bottom: 1px solid var(--white);
background-color: transparent;
background-clip: padding-box;
box-shadow: 0 3px 2px rgba(233, 236, 239, 0.05);
outline: none;
}
.login-page .login-container .login-form .form-login .input-group input:focus + .border {
transform: scaleX(1);
}
.login-page .login-container .login-form .form-login .input-group .cbi-input-password {
margin-bottom: 2rem;
position: relative;
}
.login-page .login-container .login-form .form-login .user-icon::before {
content: "\e971";
}
.login-page .login-container .login-form .form-login .pass-icon::before {
content: "\e910";
}
.login-page .login-container .login-form .cbi-button-apply {
width: 100% !important;
box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 50px 0px;
font-weight: 600;
font-size: 15px;
color: #fff;
color: var(--white);
text-align: center;
width: 100%;
cursor: pointer;
min-height: 50px;
background-color: #5e72e4 !important;
background-color: var(--primary) !important;
border-radius: 6px;
outline: none;
border-width: initial;
border-style: none;
border-color: initial;
border-image: initial;
padding: 10px 0px;
margin: 30px 0px 100px;
transition: all 0.3s !important;
letter-spacing: 0.8rem;
}
.login-page .login-container .login-form .cbi-button-apply:hover,
.login-page .login-container .login-form .cbi-button-apply :focus {
opacity: 0.9;
}
.login-page .login-container footer {
box-sizing: border-box;
width: 100%;
text-align: center;
line-height: 1.6rem;
display: flex;
justify-content: space-evenly;
margin-top: auto;
padding: 0px 0px 30px;
z-index: 10;
color: #525461;
color: var(--default);
position: absolute;
bottom: 0;
}
.login-page .login-container footer .ftc {
position: absolute;
bottom: 30px;
width: 100%;
}
.login-page .login-container footer .luci-link {
display: block;
}
.pull-right {
float: right;
}
.pull-left {
float: left;
}
@supports (-webkit-backdrop-filter: none) or (backdrop-filter: none) {
.login-page .login-container .login-form {
-webkit-backdrop-filter: blur(var(--blur-radius));
backdrop-filter: blur(var(--blur-radius));
background-color: rgba(244, 245, 247, var(--blur-opacity));
}
}
/***********************
*
* Header
*
***************************/
header {
width: 100%;
padding: 0 0 0 0;
position: relative;
}
header .container {
margin-top: rem;
padding: 0.5rem 1rem 0 1rem;
}
header .container .pull-right > * {
position: relative;
top: 0.45rem;
cursor: pointer;
}
header::after {
content: "";
position: absolute;
height: 2rem;
width: 100%;
background-color: #5e72e4 !important;
background-color: var(--primary) !important;
}
header.bg-primary {
background-color: #5e72e4 !important;
background-color: var(--primary) !important;
}
header .fill {
padding: 0.8rem 0;
border-bottom: 0px solid rgba(255, 255, 255, 0.08) !important;
}
header .fill .container {
height: 2rem;
padding: 0 1.25rem;
}
header .fill .container .brand {
font-size: 1.5rem;
color: #fff;
color: var(--white);
font-family: "TypoGraphica";
text-decoration: none;
padding-left: 1rem;
cursor: default;
vertical-align: text-bottom;
display: none;
}
/***********************
*
* Footer
*
***************************/
footer {
text-align: right;
padding: 1rem;
color: #aaa;
color: var(--footer-color);
font-size: 0.8rem;
}
footer a {
color: #aaa;
color: var(--footer-color);
text-decoration: none;
}
/***********************
*
* Main
*
***************************/
@keyframes anim-rotate {
0% {
-webkit-transform: rotate(0);
-ms-transform: rotate(0);
transform: rotate(0);
}
100% {
-webkit-transform: rotate(360deg);
-ms-transform: rotate(360deg);
transform: rotate(360deg);
}
}
.main {
top: 0rem;
bottom: 0rem;
position: relative;
height: 100%;
width: 100%;
height: calc(100% - 4rem);
}
.main .main-left {
float: left;
width: 15%;
width: calc(0% + 15rem);
height: 100%;
background-color: #fff !important;
background-color: var(--menubar-background) !important;
box-shadow: rgba(0, 0, 0, 0.75) 0px 0px 15px -5px;
overflow-x: auto;
position: fixed;
z-index: 100;
transition: width 0.2s ease-in-out;
}
.main .main-left::-webkit-scrollbar {
width: 5px;
height: 1px;
}
.main .main-left::-webkit-scrollbar-thumb {
background-color: #f6f9fc;
background-color: var(--menubar-scrollbar-thumb);
}
.main .main-left::-webkit-scrollbar-track {
background-color: #fff;
background-color: var(--menubar-background);
}
.main .main-left .sidenav-header {
padding: 1.5rem;
text-align: center;
}
.main .main-left .sidenav-header .brand {
font-size: 1.8rem;
color: #5e72e4;
color: var(--primary);
font-family: "TypoGraphica", sans-serif;
text-decoration: none;
padding-left: 0;
cursor: default;
vertical-align: text-bottom;
white-space: nowrap;
}
.main .main-left .nav {
margin-top: 0.5rem;
}
.main .main-left .nav li {
padding: 0rem;
cursor: pointer;
}
.main .main-left .nav li a {
color: #525f7f;
color: var(--default);
display: block;
}
.main .main-left .nav li:nth-last-child(1) {
font-size: 1.2rem;
}
.main .main-left .nav li:nth-last-child(1) .menu:after {
content: "";
}
.main .main-left .nav li.slide {
padding: 0;
}
.main .main-left .nav li.slide ul {
display: none;
}
.main .main-left .nav li.slide ul li a {
position: relative;
margin: 0.1rem 1rem 0.1rem 3rem;
padding: 0.5rem 0rem 0.5rem 0;
text-decoration: none;
white-space: nowrap;
color: #4c4c4c;
color: var(--menubar-text-color);
transition: all 0.2s;
font-size: 0.875rem;
}
.main .main-left .nav li.slide ul li a::after {
content: "";
position: absolute;
width: 00%;
height: 2px;
left: 0;
bottom: 0;
background-color: #5e72e4;
background-color: var(--primary);
transition: all 0.2s;
}
.main .main-left .nav li.slide ul li a:hover::after {
color: #000;
color: var(--darker);
width: 100%;
}
.main .main-left .nav li.slide .menu {
display: block;
margin: 0.1rem 0.5rem 0.1rem 0.5rem;
padding: 0.675rem 0 0.675rem 2.5rem;
border-radius: 0.375rem;
text-decoration: none;
cursor: default;
font-size: 1rem;
transition: all 0.2s;
position: relative;
}
.main .main-left .nav li.slide .menu::before {
font-family: 'argon' !important;
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;
position: absolute;
left: 0.8rem;
content: "\e915";
color: #5e72e4;
color: var(--primary);
}
.main .main-left .nav li.slide .menu::after {
position: absolute;
right: 0.5rem;
top: 0.8rem;
font-family: 'argon' !important;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
/* Better Font Rendering =========== */
-moz-osx-font-smoothing: grayscale;
content: '\e90f';
transition: all 0.15s ease;
color: #ced4da;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
transition: all 0.3s;
}
.main .main-left .nav li.slide .menu:hover,
.main .main-left .nav li.slide .menu.active {
cursor: pointer;
color: #fff;
background: #5e72e4;
background: var(--primary);
}
.main .main-left .nav li.slide .menu:hover a,
.main .main-left .nav li.slide .menu.active a {
color: #000;
}
.main .main-left .nav li.slide .menu:hover a::after,
.main .main-left .nav li.slide .menu.active a::after {
color: #000;
width: 100%;
}
.main .main-left .nav li.slide .menu:hover::before,
.main .main-left .nav li.slide .menu.active::before {
color: #fff !important;
}
.main .main-left .nav li.slide .menu:hover::after,
.main .main-left .nav li.slide .menu.active::after {
color: #fff;
}
.main .main-left .nav li.slide .menu.active::after {
transform: rotate(90deg);
}
.main .main-left .nav li.slide .menu[data-title=Status]:before {
content: "\e906";
color: #5e72e4;
color: var(--primary);
}
.main .main-left .nav li.slide .menu[data-title=System]:before {
content: "\e90a";
color: #fb6340;
}
.main .main-left .nav li.slide .menu[data-title=Services]:before {
content: "\e909";
color: #11cdef;
}
.main .main-left .nav li.slide .menu[data-title=NAS]:before {
content: "\e90c";
color: #f3a4b5;
}
.main .main-left .nav li.slide .menu[data-title=VPN]:before {
content: "\e90b";
color: #aaad03;
}
.main .main-left .nav li.slide .menu[data-title=Network]:before {
content: "\e908";
color: #8965e0;
}
.main .main-left .nav li.slide .menu[data-title=Bandwidth_Monitor]:before {
content: "\e90d";
color: #2dce89;
}
.main .main-left .nav li.slide .menu[data-title=Docker]:before {
content: "\e911";
color: #6699ff;
}
.main .main-left .nav li.slide .menu[data-title=Statistics]:before {
content: "\e913";
color: #5603ad;
}
.main .main-left .nav li.slide .menu[data-title=Control]:before {
content: "\e912";
color: #5e72e4;
color: var(--primary);
}
.main .main-left .nav li.slide .menu[data-title=Asterisk]:before {
content: "\e914";
color: #fb6340;
}
.main .main-left .nav li.slide .menu[data-title=Logout]:before {
content: "\e907";
color: #adb5bd;
}
.main .main-left .nav li.slide .slide-menu li a {
position: relative;
margin: 0.1rem 1rem 0.1rem 3rem;
padding: 0.5rem 0rem 0.5rem 0;
text-decoration: none;
white-space: nowrap;
color: rgba(0, 0, 0, 0.6);
transition: all 0.2s;
font-size: 0.875rem;
}
.main .main-left .nav li.slide .slide-menu li a::after {
content: "";
position: absolute;
width: 00%;
height: 2px;
left: 0;
bottom: 0;
background-color: #5e72e4;
background-color: var(--primary);
transition: all 0.2s;
}
.main .main-left .nav li.slide .slide-menu li a:hover::after {
color: #000;
width: 100%;
}
.main .main-left .nav li.slide .slide-menu .active a {
color: #000;
}
.main .main-left .nav li.slide .slide-menu .active a::after {
color: #000;
width: 100%;
}
.main .main-left .nav li.slide:last-child > .menu::after {
content: "";
}
.main .main-right {
width: 85%;
width: calc(100% - 15rem);
float: right;
height: auto;
transition: width 0.3s ease-in-out;
}
.main .main-right #maincontent {
position: relative;
z-index: 50;
}
.main .main-right #maincontent .container {
margin: 0 1.25rem 1rem 1.25rem;
}
.main .main-right #maincontent .container p {
color: #32325d;
line-height: 1.5em;
}
.main .main-right #maincontent .container > div:nth-child(1).alert-message.warning > a {
font: inherit;
overflow: visible;
text-transform: none;
display: inline-block;
margin-bottom: 0;
font-weight: 400;
text-align: center;
white-space: nowrap;
vertical-align: middle;
touch-action: manipulation;
cursor: pointer;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
background-image: none;
min-width: 6rem;
padding: 0.5rem 1rem;
font-size: 0.9rem;
line-height: 1.42857143;
color: #fff;
background-color: #5bc0de;
border-color: #46b8da;
margin-top: 2rem;
text-decoration: inherit;
}
.main .loading {
position: fixed;
width: 100%;
height: 100%;
z-index: 2000;
display: flex;
align-items: center;
justify-content: center;
background-color: #f8f9fe;
top: 0;
}
.main .loading span {
display: block;
text-align: center;
margin-top: 2rem;
color: #5e72e4;
color: var(--primary);
font-size: 2rem;
}
.main .loading span .loading-img {
animation: anim-rotate 2s infinite linear;
margin-right: 0.4rem;
display: inline-block;
}
.main .loading span .loading-img::before {
content: "\e603";
}
/* button style */
.cbi-button {
-webkit-appearance: none;
text-transform: uppercase;
height: auto;
color: rgba(0, 0, 0, 0.87);
background-color: #F0F0F0;
transition: all 0.2s ease-in-out;
display: inline-block;
padding: 0.75rem 0.8rem;
border: none;
border-radius: 0.2rem;
cursor: pointer;
-ms-touch-action: manipulation;
touch-action: manipulation;
background-image: none;
text-align: center;
vertical-align: middle;
white-space: nowrap;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
font-size: 0.875rem;
width: auto !important;
line-height: 1em;
}
.cbi-button:hover,
.cbi-button:focus,
.cbi-button:active {
outline: 0;
text-decoration: none;
}
.cbi-button:hover,
.cbi-button:focus {
box-shadow: 0 0px 2px rgba(0, 0, 0, 0.12), 0 2px 2px rgba(0, 0, 0, 0.2);
}
.cbi-button:active {
box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}
.cbi-button:disabled {
cursor: not-allowed;
pointer-events: none;
opacity: 0.6;
box-shadow: none;
}
.cbi-button-check {
margin-top: 0.25rem !important;
}
form.inline + form.inline,
.cbi-button + .cbi-button {
margin-left: 0rem;
}
.cbi-button-reset,
.cbi-input-remove {
color: #fff !important;
background-color: #f0ad4e !important;
border-color: #eea236 !important;
}
.cbi-input-find,
.cbi-input-save,
.cbi-button-add,
.cbi-button-save,
.cbi-button-find,
.cbi-input-reload,
.cbi-button-reload {
color: #fff !important;
background-color: #337ab7 !important;
border-color: #2e6da4 !important;
}
.cbi-value-field .cbi-input-apply,
.cbi-button-apply,
.cbi-button-edit {
color: #fff !important;
background-color: #5e72e4 !important;
background-color: var(--primary) !important;
border-color: #5e72e4 !important;
border-color: var(--primary) !important;
}
.cbi-button-add {
margin-left: 1.5rem;
}
.node-services-vssr .ssr-button {
margin-left: 0.3rem;
}
.cbi-section-remove > .cbi-button,
.cbi-button-remove {
color: #fff !important;
background-color: #fb6340 !important;
border-color: #fb6340 !important;
}
.cbi-value-field .cbi-button-add,
.cbi-value-field .cbi-button-remove,
.cbi-value-field .cbi-button-neutral {
min-width: 2.5rem !important;
}
/* input */
.cbi-value input[type="password"],
.cbi-value input[type="text"] {
min-width: 15rem;
}
/* select */
.cbi-value-field .cbi-dropdown {
min-width: 15rem;
}
select {
min-width: 20rem;
appearance: none;
-webkit-appearance: none;
background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBzdGFuZGFsb25lPSJubyI/PjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+PHN2ZyB0PSIxNTY1MzQ4MDM3OTIyI<KEY>iMCAwIDEwMjQgMTAyNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHAtaWQ9IjI1ODMiIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iMjAwIiBoZWlnaHQ9IjIwMCI+PGRlZnM+PHN0eWxlIHR5cGU9InRleHQvY3NzIj4qIHsgdGV4dC1zaGFkb3c6IHRyYW5zcGFyZW50IDBweCAwcHggMHB4LCByZ2JhKDAsIDAsIDAsIDAuNSkgMHB4IDBweCAwcHggIWltcG9ydGFudDsgfQo8L3N0eWxlPjwvZGVmcz48cGF0aCBkPSJNMjAuNDggMjQ1Ljc2aDk4My4wNEw1MTIgNzc4LjI0eiIgcC1pZD0iMjU4NCIgZmlsbD0iIzcwNzA3MCI+PC9wYXRoPjwvc3ZnPg==') !important;
background-position: 96%;
background-size: 8px;
background-repeat: no-repeat;
}
.th[data-type="button"],
.td[data-type="button"],
.th[data-type="fvalue"],
.td[data-type="fvalue"] {
flex: 1 1 2em;
text-align: center;
}
/*textarea*/
.cbi-input-textarea {
width: 100%;
min-height: 14rem;
padding: 0.8rem;
font-size: 0.8rem;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
color: black;
}
/* change */
.uci-change-list {
font-family: monospace;
}
.uci-change-list ins,
.uci-change-legend-label ins {
text-decoration: none;
border: 1px solid #00FF00;
background-color: #CCFFCC;
display: block;
padding: 2px;
}
.uci-change-list del,
.uci-change-legend-label del {
text-decoration: none;
border: 1px solid #FF0000;
background-color: #FFCCCC;
display: block;
font-style: normal;
padding: 2px;
}
.uci-change-list var,
.uci-change-legend-label var {
text-decoration: none;
border: 1px solid #CCCCCC;
background-color: #EEEEEE;
display: block;
font-style: normal;
padding: 2px;
}
.uci-change-list var ins,
.uci-change-list var del {
border: none;
white-space: pre;
font-style: normal;
padding: 0px;
}
.uci-change-list ins strong {
display: inline;
}
.uci-change-legend {
padding: 5px;
}
.uci-change-legend-label {
display: flex;
align-items: center;
width: auto;
float: left;
margin-right: 2rem;
}
.uci-change-legend-label > ins,
.uci-change-legend-label > del,
.uci-change-legend-label > var {
float: left;
margin-right: 4px;
width: 10px;
height: 10px;
display: block;
}
.uci-change-legend-label var ins,
.uci-change-legend-label var del {
line-height: 0;
border: none;
}
.uci-change-list var,
.uci-change-list del,
.uci-change-list ins {
padding: 0.5rem;
}
/* other fix */
input[type="checkbox"] {
appearance: none !important;
-webkit-appearance: none !important;
border: 1px solid #dee2e6;
width: 16px !important;
height: 16px !important;
padding: 0;
cursor: pointer;
transition: all 0.2s;
margin: 0.9rem 0.25rem 0 0.25rem;
}
input[type="checkbox"]:checked {
border: 1px solid #5e72e4;
border: 1px solid var(--primary);
background-image: url('data:image/svg+xml,%3csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 8 8\'%3e%3cpath fill=\'%23fff\' d=\'M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z\'/%3e%3c/svg%3e') !important;
background-color: #5e72e4;
background-color: var(--primary);
background-size: 70%;
background-repeat: no-repeat;
background-position: center;
}
ul li .cbi-input-checkbox {
margin: 0.5rem 0.25rem !important;
}
.cbi-input-radio {
appearance: none !important;
-webkit-appearance: none !important;
border: 1px solid #dee2e6;
width: 16px !important;
height: 16px !important;
padding: 0;
border-radius: 50%;
cursor: pointer;
transition: all 0.2s;
margin: 0.25rem 0;
}
.cbi-input-radio:checked {
border: 1px solid #5e72e4;
border: 1px solid var(--primary);
background-image: url('data:image/svg+xml,%3csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'-4 -4 8 8\'%3e%3ccircle r=\'3\' fill=\'%23fff\'/%3e%3c/svg%3e') !important;
background-color: #5e72e4;
background-color: var(--primary);
background-size: 70%;
background-repeat: no-repeat;
background-position: center;
}
.toggle {
position: relative;
display: block;
width: 40px;
height: 20px;
cursor: pointer;
-webkit-tap-highlight-color: transparent;
transform: translate3d(0, 0, 0);
margin: 1em 0;
}
.toggle:before {
content: "";
position: relative;
top: 3px;
left: 3px;
width: 34px;
height: 14px;
display: block;
background: #9A9999;
border-radius: 8px;
transition: background 0.2s ease;
}
.toggle span {
position: absolute;
top: 0;
left: 0;
width: 20px;
height: 20px;
display: block;
background: white;
border-radius: 10px;
box-shadow: 0 3px 8px rgba(154, 153, 153, 0.5);
transition: all 0.2s ease;
}
.toggle span:before {
content: "";
position: absolute;
display: block;
margin: -18px;
width: 56px;
height: 56px;
background: rgba(79, 46, 220, 0.5);
border-radius: 50%;
transform: scale(0);
opacity: 1;
pointer-events: none;
}
.cbi-input-checkbox:checked + .toggle:before {
background: #947ADA;
}
.cbi-input-checkbox:checked + .toggle span {
background: #4F2EDC;
transform: translateX(20px);
transition: all 0.2s cubic-bezier(0.8, 0.4, 0.3, 1.25), background 0.15s ease;
box-shadow: 0 3px 8px rgba(79, 46, 220, 0.2);
}
.cbi-input-checkbox:checked + .toggle span:before {
transform: scale(1);
opacity: 0;
transition: all 0.4s ease;
}
.cbi-value-field .cbi-input-checkbox,
.cbi-value-field .cbi-input-radio {
margin-top: 0.5rem;
height: 1rem;
}
.td .cbi-input-checkbox,
.td .cbi-input-radio {
margin-top: 0;
}
.cbi-value-field > input + .cbi-value-description {
padding: 0;
}
.cbi-value-field > ul > li {
display: flex;
}
.cbi-value-field > ul > li > label {
margin-top: 0rem;
}
.cbi-value-field > ul > li .ifacebadge {
background-color: #eee;
margin-left: 0.4rem;
margin-top: -0.5rem;
}
.cbi-section-table-row > .cbi-value-field .cbi-dropdown {
min-width: 7rem;
}
.cbi-section-create {
margin: 0;
padding-left: 1rem;
align-items: center;
}
.cbi-section-create > * {
margin: 0.25rem;
}
.cbi-section-remove {
padding: 0.5rem;
}
div.cbi-value var,
td.cbi-value-field var,
.td.cbi-value-field var {
font-style: italic;
color: #0069D6;
}
small {
font-size: 90%;
white-space: normal;
line-height: 1.42857143;
}
.cbi-button-up,
.cbi-button-down {
display: inline-block;
min-width: 0;
padding: 0.2rem 0.6rem;
font-size: 1.2rem;
color: #5e72e4 !important;
color: var(--primary) !important;
}
.cbi-optionals {
padding: 1rem 1rem 0 1rem;
border-top: 1px solid #CCC;
}
.cbi-dropdown-container {
position: relative;
}
.cbi-tooltip-container {
cursor: help;
}
.cbi-tooltip {
position: absolute;
z-index: 1000;
left: -1000px;
opacity: 0;
transition: opacity 0.25s ease-out;
pointer-events: none;
box-shadow: 0 0 2px #444;
}
.cbi-tooltip-container:hover .cbi-tooltip {
left: auto;
opacity: 1;
transition: opacity 0.25s ease-in;
}
.cbi-map-descr + fieldset {
margin-top: 1rem;
}
.cbi-section > legend {
display: none !important;
}
.cbi-section-error {
padding: 1.5rem;
color: #fb6340;
font-weight: 600;
}
fieldset > fieldset {
margin: 0;
padding: 0;
border: none;
box-shadow: none;
}
.zonebadge .cbi-tooltip {
padding: 0.25rem;
background: inherit;
margin: -1.5rem 0 0 -0.5rem;
}
.zonebadge-empty {
background: repeating-linear-gradient(45deg, rgba(204, 204, 204, 0.5), rgba(204, 204, 204, 0.5) 5px, rgba(255, 255, 255, 0.5) 5px, rgba(255, 255, 255, 0.5) 10px);
color: #404040;
}
.zone-forwards {
display: flex;
min-width: 10rem;
}
.zone-forwards > * {
flex: 1 1 45%;
}
.zone-forwards > span {
flex-basis: 10%;
text-align: center;
padding: 0 0.25rem;
}
.zone-forwards .zone-src,
.zone-forwards .zone-dest {
display: flex;
flex-direction: column;
}
#diag-rc-output > pre {
background-color: #fff;
display: block;
padding: 8.5px;
margin: 0 0 18px;
line-height: 1.5rem;
white-space: pre-wrap;
word-wrap: break-word;
font-size: 1.4rem;
color: #404040;
}
input[name="ping"],
input[name="traceroute"],
input[name="nslookup"] {
width: 80%;
}
/* fix progress bar */
#swaptotal > div,
#swapfree > div,
#memfree > div,
#membuff > div,
#conns > div,
#memtotal > div {
width: 100% !important;
height: 1.6rem !important;
line-height: 1.6rem;
border-radius: 0.25rem;
}
#swaptotal > div > div,
#swapfree > div > div,
#memfree > div > div,
#membuff > div > div,
#conns > div > div,
#memtotal > div > div {
height: 100% !important;
background-color: #5e72e4 !important;
background-color: var(--primary) !important;
background-image: url(../img/trafficbar.png);
background-position: left top;
animation: sparkle 1500ms linear infinite;
}
/* fix multiple table */
table table,
.table .table {
border: none;
}
.cbi-value-field table,
.cbi-value-field .table {
border: none;
}
td > table > tbody > tr > td,
.td > .table > .tbody > .tr > .td {
border: none;
}
.cbi-value-field > table > tbody > tr > td,
.cbi-value-field > .table > .tbody > .tr > .td {
border: none;
}
/* button style */
.cbi-page-actions .cbi-button-apply,
.cbi-section-actions .cbi-button-edit,
.cbi-button-edit.important,
.cbi-button-apply.important,
.cbi-button-reload.important,
.cbi-button-action.important {
color: #fff;
background-color: #337ab7;
}
.cbi-page-actions .cbi-button-save,
.cbi-button-add.important,
.cbi-button-save.important,
.cbi-button-positive.important {
color: #fff;
background-color: #5bc0de;
}
.cbi-button-remove.important,
.cbi-button-reset.important,
.cbi-button-negative.important {
color: #fff;
background-color: #d9534f;
}
.cbi-button-find,
.cbi-button-link,
.cbi-button-neutral {
color: #fff !important;
border: 1px solid #f0ad4e !important;
background-color: #f0ad4e !important;
}
.cbi-button-edit,
.cbi-button-apply,
.cbi-button-reload,
.cbi-button-action {
color: #2e6da4;
border: 1px solid #2e6da4;
background-color: transparent;
}
.cbi-page-actions .cbi-button-apply + .cbi-button-save,
.cbi-button-add,
.cbi-button-save,
.cbi-button-positive {
color: #46b8da;
border: 1px solid #46b8da;
background-color: transparent;
}
.cbi-section-remove > .cbi-button,
.cbi-button-remove,
.cbi-button-reset,
.cbi-button-negative {
color: #fff !important;
border: 1px solid #d43f3a !important;
background-color: #fb6340 !important;
}
.cbi-page-actions .cbi-button-link:first-child {
float: left;
}
.a-to-btn {
text-decoration: none;
}
/* table */
.cbi-section-table .cbi-section-table-titles .cbi-section-table-cell {
width: auto !important;
background-color: #e9ecef;
background-color: var(--lighter);
}
.td.cbi-section-actions {
text-align: right;
vertical-align: middle;
}
.td.cbi-section-actions > * {
display: flex;
}
.td.cbi-section-actions > * > *,
.td.cbi-section-actions > * > form > * {
flex: 1 1 4em;
margin: 0 1px;
}
.td.cbi-section-actions > * > form {
display: inline-flex;
margin: 0;
}
/* desc */
/* luci */
.hidden {
display: none;
}
.left,
.left::before {
text-align: left !important;
}
.right,
.right::before {
text-align: right !important;
}
.center,
.center::before {
text-align: center !important;
}
.top {
align-self: flex-start !important;
vertical-align: top !important;
}
.bottom {
align-self: flex-end !important;
vertical-align: bottom !important;
}
.inline {
display: inline;
}
.cbi-page-actions {
border-top: 0px solid #eee;
padding-top: 0rem;
text-align: right;
}
#xhr_poll_status {
cursor: pointer;
display: inline-block;
}
#xhr_poll_status > .label.success {
background-color: #fff !important;
color: #32325d !important;
}
.label {
padding: 0.3rem 0.8rem;
font-size: 0.8rem;
font-weight: bold;
color: #ffffff !important;
text-transform: uppercase;
white-space: nowrap;
background-color: #bfbfbf;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
text-shadow: none;
text-decoration: none;
}
.notice {
background-color: #5BC0DE;
}
.showSide {
display: none;
color: #fff;
font-size: 1.4rem;
}
.darkMask {
width: 100%;
height: 100%;
position: fixed;
background-color: rgba(0, 0, 0, 0.56);
z-index: 99;
left: 0;
top: 0;
display: none;
}
#cbi-firewall-redirect table *,
#cbi-network-switch_vlan table *,
#cbi-firewall-zone table * {
font-size: small;
}
#cbi-firewall-redirect table input[type="text"],
#cbi-network-switch_vlan table input[type="text"],
#cbi-firewall-zone table input[type="text"] {
width: 5rem;
}
#cbi-firewall-redirect table select,
#cbi-network-switch_vlan table select,
#cbi-firewall-zone table select {
min-width: 3.5rem;
}
#cbi-network-switch_vlan .th,
#cbi-network-switch_vlan .td {
flex-basis: 12%;
}
/* language fix */
body.lang_pl.node-main-login .cbi-value-title {
width: 12rem;
}
/* applyreboot fix */
#applyreboot-container {
margin: 2rem;
}
#applyreboot-section {
margin: 2rem;
line-height: 300%;
}
.table {
display: table;
position: relative;
color: #525f7f;
border-collapse: collapse;
}
.tr {
display: table-row;
border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.thead {
display: table-header-group;
}
.tbody {
display: table-row-group;
}
.tfoot {
display: table-footer-group;
}
.td,
.th {
vertical-align: middle;
text-align: center;
display: table-cell;
padding: 1rem;
white-space: nowrap;
}
.th {
font-weight: bold;
}
.tr.placeholder {
height: 4em;
}
.tr.placeholder > .td {
position: absolute;
left: 0;
right: 0;
bottom: 0;
text-align: center;
background: inherit;
}
.table[width="33%"],
.th[width="33%"],
.td[width="33%"] {
width: 33%;
padding-left: 1.5rem;
padding-right: 1.5rem;
}
.table[width="100%"],
.th[width="100%"],
.td[width="100%"] {
width: 100%;
}
.table-titles .th {
padding: 0.75rem 1rem;
color: #8898aa;
background-color: #f6f9fc;
}
.col-1 {
flex: 1 1 30px !important;
-webkit-flex: 1 1 30px !important;
}
.col-2 {
flex: 2 2 60px !important;
-webkit-flex: 2 2 60px !important;
}
.col-3 {
flex: 3 3 90px !important;
-webkit-flex: 3 3 90px !important;
}
.col-4 {
flex: 4 4 120px !important;
-webkit-flex: 4 4 120px !important;
}
.col-5 {
flex: 5 5 150px !important;
-webkit-flex: 5 5 150px !important;
}
.col-6 {
flex: 6 6 180px !important;
-webkit-flex: 6 6 180px !important;
}
.col-7 {
flex: 7 7 210px !important;
-webkit-flex: 7 7 210px !important;
}
.col-8 {
flex: 8 8 240px !important;
-webkit-flex: 8 8 240px !important;
}
.col-9 {
flex: 9 9 270px !important;
-webkit-flex: 9 9 270px !important;
}
.col-10 {
flex: 10 10 300px !important;
-webkit-flex: 10 10 300px !important;
white-space: inherit;
}
.cbi-rowstyle-2 .cbi-button-up,
.cbi-rowstyle-2 .cbi-button-down {
background-color: #FFF !important;
}
.cbi-button-up,
.cbi-button-down,
.cbi-value-helpicon,
.showSide,
.main > .loading > span {
font-family: 'argon' !important;
font-style: normal !important;
font-weight: normal !important;
font-variant: normal !important;
text-transform: none !important;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.cbi-button-up {
transform: rotate(180deg);
}
select {
padding: 0.36rem 0.8rem;
color: #555;
background-color: #fff;
background-image: none;
border: 1px solid #ccc;
}
select,
input {
font-size: 0.875rem;
transition: all 0.15s ease-in-out;
line-height: 1.5;
padding: 0.625rem 0.75rem;
color: #8898aa;
border: 1px solid #dee2e6;
border-radius: 0.25rem;
background-color: #fff;
background-clip: padding-box;
box-shadow: 0 3px 2px rgba(233, 236, 239, 0.05);
outline: none;
transition: box-shadow 0.15s ease;
margin: 0.25rem;
}
select:not([multiple="multiple"]):focus,
input:focus {
border-color: #5e72e4;
border-color: var(--primary);
outline: 0;
background-color: #fff;
box-shadow: 0 3px 9px rgba(50, 50, 9, 0), 3px 4px 8px rgba(94, 114, 228, 0.1);
}
select[multiple="multiple"] {
height: auto;
}
code {
color: #0099CC;
}
abbr {
color: #005470;
text-decoration: underline;
cursor: help;
}
hr {
margin: 1rem 0;
border-color: #EEE;
opacity: 0.1;
}
.kpi {
font-size: 0.875rem;
}
fieldset[id^="cbi-apply-"] {
position: fixed;
z-index: 200;
width: 20rem;
margin-left: -10rem;
margin-top: -5rem;
height: 10rem;
left: 50%;
top: 50%;
padding: 1rem;
box-sizing: border-box;
font-size: 1.2rem;
text-align: center;
box-shadow: rgba(0, 0, 0, 0.75) 0px 0px 15px -5px;
transition: all 0.3s;
}
[id^="cbi-apply-"] > .panel-title {
border-bottom: none;
}
[id^="cbi-apply-"] > [id^="cbi-apply-"] {
position: initial;
width: auto;
height: auto;
font-size: 0.875rem;
margin-left: 0rem;
margin-top: 0.8rem;
display: block;
}
.cbi-section > h3:first-child,
.panel-title {
font-size: 1.125rem;
width: 100%;
display: block;
margin: 0;
padding: 0.8755rem 1.5rem;
border-bottom: 1px solid #ddd;
letter-spacing: 0.1rem;
color: #32325d;
font-weight: normal;
border-bottom-left-radius: 0;
border-bottom-right-radius: 0;
}
table {
border-spacing: 0;
border-collapse: collapse;
}
table,
.table {
width: 100%;
}
table > tbody > tr > td,
table > tbody > tr > th,
table > tfoot > tr > td,
table > tfoot > tr > th,
table > thead > tr > td,
table > thead > tr > th,
.table > .tbody > .tr > .td,
.table > .tbody > .tr > .th,
.table > .tfoot > .tr > .td,
.table > .tfoot > .tr > .th,
.table > .thead > .tr > .td,
.table > .thead > .tr > .th {
padding: 0.5rem;
border-top: 1px solid #ddd;
}
.cbi-section-table-cell {
white-space: nowrap;
align-self: flex-end;
flex: 1 1 auto;
}
.cbi-section-table {
font-size: 0.875rem;
border: none;
margin: 0 !important;
}
.status-bar {
font-size: 0.875rem;
}
.cbi-section-table-row:last-child {
margin-bottom: 0;
}
.cbi-section-table-row > .cbi-value-field .cbi-input-select,
.cbi-section-table-row > .cbi-value-field .cbi-input-text,
.cbi-section-table-row > .cbi-value-field .cbi-input-password,
.cbi-section-table-row > .cbi-value-field .cbi-dropdown {
width: 100%;
}
.cbi-section-table-row > .cbi-value-field [data-dynlist] > input,
.cbi-section-table-row > .cbi-value-field input.cbi-input-password {
width: calc(100% - 1.5rem);
}
div > table > tbody > tr:nth-of-type(2n),
div > .table > .tbody > .tr:nth-of-type(2n) {
background-color: #f9f9f9;
}
div > table > tbody > tr:nth-of-type(2n),
div > .table > .tbody > .tr:nth-of-type(2n) {
background-color: #f9f9f9;
}
.danger {
background-color: #f5365c !important;
background-color: var(--danger) !important;
color: #fff !important;
}
.warning {
background-color: #fb6340 !important;
background-color: var(--warning) !important;
color: #fff !important;
}
.notice {
background-color: #5e72e4 !important;
background-color: var(--primary) !important;
color: #fff !important;
}
.success {
background-color: #2dce89 !important;
background-color: var(--success) !important;
color: #fff !important;
}
.errorbox,
.alert-message {
margin: 0 0 0 0;
padding: 1rem 2rem;
border: 0;
font-weight: normal;
font-style: normal;
line-height: 1.5em;
font-family: inherit;
min-width: inherit;
overflow: auto;
border-radius: 0.3rem;
background-color: #FFF;
box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16), 0 0 2px 0 rgba(0, 0, 0, 0.12);
}
.errorbox {
color: #fff;
background-color: #f0ad4e;
border-color: #eea236;
}
.alert-message.warning {
margin-bottom: 1rem;
}
.error {
color: red;
}
h1 {
font-size: 2rem;
padding-bottom: 10px;
border-bottom: 1px solid #eee;
}
h2 {
margin: 0 0 1rem 0;
font-size: 1.25rem;
letter-spacing: 0.1rem;
padding: 1rem 1.5rem;
color: #32325d;
border-radius: 0.375rem;
background: #fff;
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.03);
}
#cbi-dropbear h2,
#cbi-dropbear .cbi-map-descr,
#cbi-dropbear .cbi-map-descr abbr,
#cbi-rc h2,
#cbi-rc .cbi-map-descr,
#cbi-distfeedconf h2,
#cbi-distfeedconf .cbi-map-descr,
#cbi-customfeedconf h2,
#cbi-customfeedconf .cbi-map-descr,
#cbi-download h2,
#cbi-filelist h2 {
color: #32325d !important;
}
h3 {
font-size: 1.15rem;
width: 100%;
display: block;
margin: 1rem 0;
color: #32325d;
font-weight: bold;
letter-spacing: 0.1rem;
padding: 1rem 1.5rem;
border-radius: 0.375rem;
background: #fff;
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.03);
}
fieldset {
margin: 1.25rem 0 0 0;
padding: 0;
font-weight: normal;
font-style: normal;
line-height: 1;
font-family: inherit;
min-width: inherit;
overflow-x: auto;
overflow-y: hidden;
border: 1px solid rgba(0, 0, 0, 0.05);
border-radius: 0.375rem;
background-color: #fff;
box-shadow: 0 0 2rem 0 rgba(136, 152, 170, 0.15);
-webkit-overflow-scrolling: touch;
}
fieldset > legend {
display: none !important;
}
fieldset > fieldset {
margin: 0;
padding: 0;
border: none;
box-shadow: none;
}
fieldset.cbi-section p {
padding: 1em;
}
.panel-title {
width: 100%;
display: block;
margin-bottom: 0;
padding: 0.8755rem 1.5rem;
background-color: #fff;
border-bottom: 1px solid #ddd;
margin-bottom: 0rem;
letter-spacing: 0.1rem;
color: #32325d;
font-weight: 600;
}
table {
border-spacing: 0;
border-collapse: collapse;
width: 100%;
}
table > tbody > tr > td,
table > tfoot > tr > td,
table > thead > tr > td {
font-size: 0.875rem;
color: #525f7f;
line-height: 1.4em;
vertical-align: middle !important;
padding: 0.8rem 1.5rem;
border-top: 1px solid #ddd;
}
table > tbody > tr > th,
table > tfoot > tr > th,
table > thead > tr > th {
padding-right: 1.5rem;
padding-left: 1.5rem;
color: #8898aa;
background-color: #f6f9fc;
font-size: 0.65rem;
padding-top: 0.75rem;
padding-bottom: 0.75rem;
letter-spacing: 1px;
text-transform: uppercase;
border-bottom: 1px solid #e9ecef;
}
table > tbody > tr:first-child > td,
table > tfoot > tr:first-child > td,
table > thead > tr:first-child > td {
border-top: 0px;
}
.cbi-section-table-cell {
text-align: center;
}
.cbi-section-table-row {
text-align: center;
}
fieldset > table > tbody > tr:nth-of-type(2n) {
background-color: #f9f9f9;
}
/* fix multiple table */
table table {
border: none;
}
.cbi-value-field table {
border: none;
}
td > table > tbody > tr > td {
border: none;
}
.cbi-value-field > table > tbody > tr > td {
border: none;
}
/* table */
.tabs {
margin: 0 0 1rem 0;
padding: 0 1rem;
background-color: #FFFFFF;
border-radius: 0.375rem;
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.03);
white-space: nowrap;
overflow-x: auto;
}
.tabs::-webkit-scrollbar {
width: 1px;
height: 5px;
}
.tabs::-webkit-scrollbar-thumb {
background-color: #f6f9fc;
}
.tabs::-webkit-scrollbar-track {
background-color: #fff;
}
.tabs li[class~="active"],
.tabs li:hover {
cursor: pointer;
border-bottom: 0.18751rem solid #5e72e4;
border-bottom: 0.18751rem solid var(--primary);
color: #5e72e4;
color: var(--primary);
background-color: #dce1fe;
margin-bottom: 0;
border-radius: 0;
}
.tabs li[class~="active"] a,
.tabs li:hover a {
color: #5e72e4;
color: var(--primary);
}
.tabs li {
font-size: 0.875rem;
display: inline-block;
padding: 0.875rem 0rem;
border-bottom: 0.18751rem solid rgba(0, 0, 0, 0);
}
.tabs li a {
text-decoration: none;
color: #404040;
padding: 0.5rem 0.8rem;
}
.tabs li:hover {
border-bottom: 0.18751rem solid #5e72e4;
border-bottom: 0.18751rem solid var(--primary);
}
.cbi-tabmenu {
color: white;
padding: 0.5rem 1rem 0 1rem;
white-space: nowrap;
overflow-x: auto;
border-bottom: 1px solid #ddd !important;
}
.cbi-tabmenu::-webkit-scrollbar {
width: 1px;
height: 5px;
}
.cbi-tabmenu::-webkit-scrollbar-thumb {
background-color: #f6f9fc;
}
.cbi-tabmenu::-webkit-scrollbar-track {
background-color: #fff;
}
.cbi-tabmenu li {
background: #dce3e9;
display: inline-block;
font-size: 0.875rem;
border-top-left-radius: 0.25rem;
border-top-right-radius: 0.25rem;
padding: 0.5rem 0rem;
border-bottom: 0.18751rem solid rgba(0, 0, 0, 0);
}
.cbi-tabmenu li a {
text-decoration: none;
color: #404040;
padding: 0.5rem 0.8rem;
}
.cbi-tabmenu li:hover {
cursor: pointer;
border-bottom: 0.18751rem solid #5e72e4;
border-bottom: 0.18751rem solid var(--primary);
color: #5e72e4;
color: var(--primary);
background-color: #dce1fe;
margin-bottom: 0;
}
.cbi-tabmenu li:hover a {
color: #525f7f;
}
.cbi-tabmenu li[class~="cbi-tab"] {
border-bottom: 0.18751rem solid #5e72e4;
border-bottom: 0.18751rem solid var(--primary);
color: var(--primary);
background-color: #dce1fe;
margin-bottom: 0;
}
.cbi-tabmenu li[class~="cbi-tab"] a {
color: #5e72e4;
color: var(--primary);
}
.cbi-tab-descr {
margin: 1rem 1.5rem;
color: #32325d;
font-size: small;
line-height: 1.5em;
}
.cbi-dropdown {
display: inline-flex;
cursor: pointer;
position: relative;
padding: 0;
height: auto;
}
.cbi-dropdown:focus {
outline: 2px solid #4b6e9b;
}
.cbi-dropdown > ul {
margin: 0 !important;
padding: 0;
list-style: none;
overflow-x: hidden;
overflow-y: auto;
display: flex;
width: 100%;
}
.cbi-dropdown > ul.preview {
display: none;
}
.cbi-dropdown > .open {
border: 0px outset #eee;
flex-basis: 15px;
background: #fff;
}
.cbi-dropdown > .open,
.cbi-dropdown > .more {
flex-grow: 0;
flex-shrink: 0;
display: flex;
flex-direction: column;
justify-content: center;
text-align: center;
line-height: 2em;
padding: 0 0.25em;
}
.cbi-dropdown > .more,
.cbi-dropdown > ul > li[placeholder] {
color: #777;
font-weight: bold;
text-shadow: 1px 1px 0px #fff;
display: none;
}
.cbi-dropdown > ul > li {
display: none;
padding: 0.25em;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
flex-shrink: 1;
flex-grow: 1;
align-items: center;
align-self: center;
min-height: 20px;
}
.cbi-dropdown > ul > li .hide-open {
display: initial;
}
.cbi-dropdown > ul > li .hide-close {
display: none;
}
.cbi-dropdown > ul > li[display]:not([display="0"]) {
border-left: 1px solid #ccc;
}
.cbi-dropdown[empty] > ul {
max-width: 1px;
}
.cbi-dropdown > ul > li > form {
display: none;
margin: 0;
padding: 0;
pointer-events: none;
}
.cbi-dropdown > ul > li img {
vertical-align: middle;
margin-right: 0.25em;
}
.cbi-dropdown > ul > li > form > input[type="checkbox"] {
margin: 0;
height: auto;
}
.cbi-dropdown > ul > li input[type="text"] {
height: 20px;
}
.cbi-dropdown[open] {
position: relative;
border-color: #5e72e4;
border-color: var(--primary);
}
.cbi-dropdown[open] > ul.dropdown {
display: block;
background: #fff;
border-color: #5e72e4;
border-color: var(--primary);
position: absolute;
z-index: 1000;
max-width: none;
min-width: 100%;
width: auto;
box-shadow: 0 1px 3px rgba(50, 50, 93, 0.15), 0 1px 0 rgba(0, 0, 0, 0.05);
}
.cbi-dropdown > ul > li[display],
.cbi-dropdown[open] > ul.preview,
.cbi-dropdown[open] > ul.dropdown > li,
.cbi-dropdown[multiple] > ul > li > label,
.cbi-dropdown[multiple][open] > ul.dropdown > li,
.cbi-dropdown[multiple][more] > .more,
.cbi-dropdown[multiple][empty] > .more {
flex-grow: 1;
display: flex;
align-items: center;
}
.cbi-dropdown[empty] > ul > li,
.cbi-dropdown[optional][open] > ul.dropdown > li[placeholder],
.cbi-dropdown[multiple][open] > ul.dropdown > li > form {
display: block;
}
.cbi-dropdown[open] > ul.dropdown > li .hide-open {
display: none;
}
.cbi-dropdown[open] > ul.dropdown > li .hide-close {
display: initial;
}
.cbi-dropdown[open] > ul.dropdown > li {
border-bottom: 1px solid #ccc;
}
.cbi-dropdown[open] > ul.dropdown > li[selected] {
background: #b0d0f0;
}
.cbi-dropdown[open] > ul.dropdown > li.focus {
background: linear-gradient(90deg, #a3c2e8 0%, #84aad9 100%);
}
.cbi-dropdown[open] > ul.dropdown > li:last-child {
margin-bottom: 0;
border-bottom: none;
}
.cbi-dropdown[disabled] {
pointer-events: none;
opacity: 0.6;
}
.cbi-dropdown .zonebadge {
width: 100%;
}
.cbi-dropdown[open] .zonebadge {
width: 100%;
}
.cbi-dropdown {
font-size: 0.875rem;
transition: all 0.15s ease-in-out;
line-height: 1.5;
height: calc(2.75rem + 2px);
padding: 0m;
color: #8898aa;
border: 1px solid #dee2e6;
border-radius: 0.25rem;
background-color: #fff;
background-clip: padding-box;
box-shadow: 0 3px 2px rgba(233, 236, 239, 0.05);
margin: 0.25rem;
}
.cbi-value-field .cbi-dropdown {
min-width: 20rem;
}
.cbi-value-field .cbi-dropdown .zonebadge > .ifacebadge {
padding: 0rem 1rem;
margin: 0rem 0.3rem;
border: 1px solid #6C6C6C;
}
select[multiple="multiple"] {
height: auto;
}
.cbi-dropdown > ul {
margin: 0 !important;
padding: 0;
list-style: none;
overflow-x: hidden;
overflow-y: hidden;
display: flex;
width: 100%;
}
.cbi-section > legend {
display: none !important;
}
.cbi-section-remove:nth-of-type(2n),
.cbi-section-node:nth-of-type(2n) {
background-color: #f9f9f9;
}
.cbi-section-node-tabbed {
padding: 0;
margin-top: 0;
}
.cbi-section-node {
background: #fff;
border: 0;
border-radius: 0.375rem;
margin-bottom: 0px;
box-shadow: 0 0 0rem 0 rgba(136, 152, 170, 0.15);
overflow-x: auto;
overflow-y: hidden;
padding: 0rem 0;
}
#cbi-network-lan.cbi-section-node {
overflow-x: visible;
overflow-y: visible;
}
.cbi-section-node .cbi-value {
padding: 0.3rem 1rem 0.3rem 1rem;
}
.cbi-tabcontainer > .cbi-value:nth-of-type(2n) {
background-color: #f9f9f9;
}
.cbi-value-field,
.cbi-value-description {
display: table-cell;
line-height: 1.6;
font-size: 0.875rem;
}
.cbi-value-helpicon > img {
display: none;
}
.cbi-value-helpicon:before {
content: "\f059";
}
.cbi-value-description {
font-size: small;
opacity: 0.5;
padding: 0.5rem;
}
.cbi-value-title {
word-wrap: break-word;
font-size: 0.875rem;
line-height: 1.6;
color: #525f7f;
padding: 0.7rem;
padding-left: 0;
width: 23rem;
float: left;
text-align: right;
display: table-cell;
}
.cbi-value {
padding: 0.3rem 1rem;
display: inline-block;
width: 100%;
}
.cbi-section-table-descr > .cbi-section-table-cell,
.cbi-section-table-titles > .cbi-section-table-cell {
border: none;
}
.cbi-rowstyle-1 {
background-color: #fff;
}
.cbi-rowstyle-2 {
background-color: #fefefe;
}
.cbi-section-table .cbi-section-table-titles .cbi-section-table-cell {
width: auto !important;
}
/* desc */
.cbi-section-descr {
padding: 1rem 1.5rem;
font-size: 0.7rem;
font-weight: 600;
line-height: 1.5em;
color: #525f7f;
}
.cbi-map-descr {
margin: 0rem 1.5rem 1rem 1.5rem;
color: #32325d;
font-size: small;
line-height: 1.5em;
}
/* input */
.cbi-value input[type="password"],
.cbi-value input[type="text"] {
min-width: 20rem;
}
input[type="checkbox"] {
height: auto;
}
/* select */
.cbi-value-field .ifacebadge {
display: inline-flex;
border-bottom: 0px solid #CCCCCC;
padding: 0.5rem 1rem;
box-shadow: none;
}
td > .ifacebadge {
background-color: #F0F0F0;
font-size: 0.9rem;
}
.ifacebadge > img {
float: right;
margin: 0 0.3rem;
}
/*textarea*/
.cbi-input-textarea {
width: 100%;
border: 0;
outline: none;
min-height: 14rem;
padding: 0.8rem;
font-size: 0.8rem;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
color: black;
}
#syslog {
width: 100%;
min-height: 15rem;
padding: 1rem;
line-height: 1.4em;
font-size: small;
color: #1e1e1e;
border-radius: 0;
background-color: #fff;
border: none;
outline: none;
}
.ifacebadge {
display: inline-flex;
border-bottom: 0px solid #CCCCCC;
padding: 0.5rem 1rem;
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
background: #fff;
}
td > .ifacebadge,
.td > .ifacebadge {
background-color: #e9ecef;
font-size: 0.9rem;
border-radius: 0.2rem;
}
.ifacebadge > em,
.ifacebadge > img {
display: inline-block;
margin: 0 0.3rem;
align-self: flex-start;
}
.ifacebadge span {
line-height: 1.6em;
}
.network-status-table {
display: flex;
flex-wrap: wrap;
}
.network-status-table .ifacebox {
margin: 1rem;
flex-grow: 1;
}
.network-status-table .ifacebox-body {
display: flex;
flex-direction: column;
height: 100%;
}
.network-status-table .ifacebox-body > span {
flex: 10 10 auto;
height: 100%;
line-height: 1.7em;
padding-left: 2rem;
padding-top: 0.5rem;
padding-bottom: 0.5rem;
}
.network-status-table .ifacebox-body > div {
display: flex;
flex-wrap: wrap;
}
.network-status-table .ifacebox-body .ifacebadge {
flex: 1 1 auto;
margin: 0;
padding: 0.5em;
min-width: 220px;
background-color: #fff;
align-items: center;
}
.ifacebox {
border: 1px solid #ccc;
border-radius: 0.375rem;
background-color: #f9f9f9;
display: inline-flex;
flex-direction: column;
line-height: 1.2em;
min-width: 100px;
overflow: hidden;
}
.ifacebox-head {
padding: 1rem;
background: #eee;
}
.ifacebox-head.active {
background: #5e72e4;
background: var(--primary);
color: #fff;
}
.ifacebox-body {
padding: 0.5em;
}
.cbi-image-button {
margin-left: 0.5rem;
}
#iwsvg,
#iwsvg2,
#bwsvg {
border: none !important;
border-radius: 0.375rem;
box-shadow: 0 0 2rem 0 rgba(136, 152, 170, 0.15);
overflow: hidden;
}
.cbi-image-button {
margin-left: 0.5rem;
}
.zonebadge {
padding: 0.2rem 0.5rem;
display: inline-block;
cursor: pointer;
}
.zonebadge > .ifacebadge {
padding: 0.2rem 1rem;
margin: 0.3rem;
border: 1px solid #6C6C6C;
}
.zonebadge > input[type="text"] {
padding: 0.16rem 1rem;
min-width: 10rem;
margin-top: 0.3rem;
}
.cbi-value-field .cbi-input-checkbox,
.cbi-value-field .cbi-input-radio {
margin: 0.9rem 0.25rem 0 0.25rem;
height: 1rem;
line-height: 1.6;
}
.cbi-input-checkbox {
margin: 0.9rem 0.25rem 0 0.25rem;
}
.cbi-value-field .cbi-input-radio {
margin: 0rem 0.25rem;
}
.cbi-value-field > input + .cbi-value-description {
padding: 0;
}
.cbi-value-field > ul > li {
display: flex;
align-items: center;
font-size: 0.875rem;
}
.cbi-value-field > ul > li .ifacebadge {
font-size: 0.875rem;
background-color: #eee;
display: flex;
align-items: center;
margin-left: 0rem;
margin-top: 0rem;
}
.cbi-section-table-row > .cbi-value-field .cbi-input-select {
min-width: 7rem;
}
.cbi-section-create > .cbi-button-add {
margin: 0.5rem 0.5rem 0.5rem 0.5rem;
}
.cbi-section-remove {
padding: 0.5rem;
}
div.cbi-value var,
td.cbi-value-field var {
font-style: italic;
color: #0069D6;
}
small {
font-size: 90%;
white-space: normal;
line-height: 1.42857143;
}
.cbi-optionals {
padding: 1rem 1rem 0 1rem;
border-top: 1px solid #CCC;
}
input[name="ping"],
input[name="traceroute"],
input[name="nslookup"] {
width: 80%;
}
.label {
padding: 0.3rem 0.8rem;
font-size: 0.8rem;
font-weight: bold;
color: #fff !important;
text-transform: uppercase;
white-space: nowrap;
background-color: #32325d;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
text-shadow: none;
text-decoration: none;
}
/* fix status overview */
.node-status-overview > .main fieldset:nth-child(4) td:nth-child(2) {
white-space: normal;
}
.node-status-overview > .main #wan4_i,
.node-status-overview > .main #wan6_i {
width: 80px !important;
}
/* fix status processes */
.node-status-processes > .main table tr td:nth-child(3) {
white-space: normal;
}
/* fix system reboot */
.node-system-reboot > .main > .main-right p,
.node-system-reboot > .main > .main-right h3 {
padding-left: 2rem;
color: #fff;
}
/* fix Services Network Shares*/
.node-services-samba > .main .cbi-tabcontainer:nth-child(3) .cbi-value-title {
margin-bottom: 1rem;
width: auto;
}
.node-services-samba > .main .cbi-tabcontainer:nth-child(3) .cbi-value-field {
display: list-item;
}
.node-services-samba > .main .cbi-tabcontainer:nth-child(3) .cbi-value-description {
padding-top: 1rem;
}
/* fix System Software*/
.node-system-packages > .main table tr td:nth-child(1) {
width: auto !important;
}
.node-system-packages > .main table tr td:nth-last-child(1) {
white-space: normal;
font-size: small;
color: #404040;
}
.node-system-packages > .main .cbi-tabmenu > li > a,
.tabs > li > a {
padding: 0.5rem 0.8rem;
}
.node-system-packages > .main .cbi-value > pre {
background-color: #eee;
padding: 0.5rem;
overflow: auto;
}
.node-system-packages > .main .cbi-page-actions {
padding: 1rem 0;
}
.node-system-packages > .main .cbi-section-node:first-child .cbi-value-last {
line-height: 1.8em;
}
.node-system-packages > .main .cbi-section-node:first-child .cbi-value-last div[style="margin:3px 0; width:300px; height:10px; border:1px solid #000000; background-color:#80C080"] {
border: 1px solid #999999 !important;
width: 100% !important;
background-color: #fff !important;
height: 1.4rem !important;
border-radius: 0.25rem;
margin: 0.5rem 0;
overflow: hidden;
}
.node-system-packages > .main .cbi-section-node:first-child .cbi-value-last div[style="margin:3px 0; width:300px; height:10px; border:1px solid #000000; background-color:#80C080"] div {
border-right: 0 !important;
background-color: #5e72e4 !important;
background-color: var(--primary) !important;
}
.node-system-leds .cbi-section em {
display: block;
}
.cbi-tabmenu + .cbi-section {
margin-top: 0;
}
.cbi-section {
background: #fff;
border: 0;
border-radius: 0.375rem;
box-shadow: 0 0 2rem 0 rgba(136, 152, 170, 0.15);
overflow-x: auto;
overflow-y: hidden;
}
.cbi-section em {
padding: 0.75rem 1.5rem;
font-size: 0.7rem;
font-weight: 600;
color: #525f7f;
text-align: center;
}
.cbi-section h4 {
padding: 0.75rem 1.5rem;
font-size: 0.7rem;
font-weight: 600;
color: #525f7f;
}
#content_syslog {
border-radius: 0.375rem;
box-shadow: 0 0 2rem 0 rgba(136, 152, 170, 0.15);
overflow: hidden;
}
.node-system-packages .cbi-section-node .cbi-value {
padding: 0.5rem 1rem;
font-size: 0.875rem;
}
.node-system-packages br {
display: none;
}
/* fix network firewall*/
.node-network-firewall > .main .cbi-section-table-row > .cbi-value-field .cbi-input-select {
min-width: 4rem;
}
.node-network-firewall .cbi-section-table {
width: 100% !important;
}
.node-status-iptables fieldset,
.node-system-packages fieldset,
.node-system-flashops fieldset {
margin-top: 0;
}
.node-status-iptables .cbi-tabmenu,
.node-system-packages .cbi-tabmenu,
.node-system-flashops .cbi-tabmenu {
border: none;
}
.node-system-flashops form.inline + form.inline {
margin-left: 0;
}
.Changes .cbi-section {
font-size: 0.875rem;
padding: 1rem;
}
.node-network-diagnostics {
font-size: 0.875rem;
}
.node-network-diagnostics #diag-rc-output {
display: block;
padding: 1rem;
}
.node-network-diagnostics #diag-rc-output pre {
font-size: 0.875rem;
}
.node-network-diagnostics .cbi-section div {
padding: 0 1.5rem;
}
.node-network-diagnostics input {
margin: 0.25rem !important;
}
/* fix nlbw/display*/
#detail-bubble.in {
z-index: 500;
}
.node-nlbw-display .cbi-section ul {
padding: 0.875rem 1.5rem;
}
.node-nlbw-backup form {
margin-left: 1.5rem;
}
.node-nas-usb_printer em {
display: block;
}
@media screen and (max-width: 1600px) {
.main .main-left {
width: calc(0% + 13rem);
}
.main .main-right {
width: calc(100% - 13rem);
}
.cbi-button {
/*padding: 0.3rem 1.5rem;*/
font-size: 0.8rem;
}
header > .container > .pull-right > * {
top: 0.35rem;
}
.label {
padding: 0.2rem 0.6rem;
}
.cbi-value-title {
width: 15rem;
padding-right: 0.6rem;
}
fieldset {
padding: 0;
}
.cbi-input-textarea {
font-size: small;
}
.node-status-iptables > .main fieldset li > a {
padding: 0.3rem 0.6rem;
}
}
@media screen and (max-width: 1280px) {
header > .container {
margin-top: 0.25rem;
}
.main .main-left {
width: calc(0% + 13rem);
}
.main .main-right {
width: calc(100% - 13rem);
}
.cbi-tabmenu > li > a,
.tabs > li > a {
padding: 0.2rem 0.5rem;
}
.panel-title {
font-size: 1.1rem;
padding-bottom: 1rem;
}
table {
font-size: 0.7rem !important;
width: 100% !important;
}
.main > .main-left > .nav > li,
.main > .main-left > .nav > li a,
.main > .main-left > .nav > .slide > .menu {
font-size: 0.9rem;
}
.main > .main-left > .nav > .slide > .slide-menu > li > a {
font-size: 0.7rem;
}
}
@media screen and (min-width: 600px) {
::-webkit-scrollbar {
width: 10px;
height: 10px;
}
::-webkit-scrollbar,
::-webkit-scrollbar-corner {
background: transparent;
}
::-webkit-scrollbar-thumb {
background: #9e9e9e;
}
::-webkit-scrollbar-thumb:hover {
background: #757575;
}
::-webkit-scrollbar-thumb:active {
background: #424242;
}
}
@media screen and (max-width: 992px) {
.main .main-left {
width: 0;
position: fixed;
z-index: 100;
}
.main .main-right {
width: 100%;
}
.showSide {
padding: 0.1rem;
position: relative;
display: inline-block;
}
.showSide:hover {
text-decoration: none;
}
.showSide:before {
content: "\e20e";
font-size: 1.7rem;
}
header > .fill > .container > .brand {
display: inline-block;
}
.cbi-value-title {
width: 9rem;
padding-right: 1rem;
}
.node-network-diagnostics > .main .cbi-map fieldset > div * {
width: 100% !important;
}
.node-network-diagnostics > .main .cbi-map fieldset > div input[type="text"] {
margin: 3rem 0 0 0 !important;
}
.node-network-diagnostics > .main .cbi-map fieldset > div:nth-child(4) input[type="text"] {
margin: 0 !important;
}
.node-network-diagnostics > .main .cbi-map fieldset > div select,
.node-network-diagnostics > .main .cbi-map fieldset > div input[type="button"] {
margin: 1rem 0 0 0 !important;
}
.node-network-diagnostics > .main .cbi-map fieldset > div {
width: 100% !important;
}
#diag-rc-output > pre {
font-size: 1rem;
}
}
@media screen and (max-width: 480px) {
body {
font-size: 0.8rem;
}
.pull-right {
float: right;
margin-top: 0rem !important;
}
.login-page .video video {
width: auto !important;
height: 100% !important;
}
.login-page .login-container {
margin-left: 0rem !important;
width: 100%;
}
.login-page .login-container .login-form {
max-width: 480px;
}
.login-page .login-container .login-form .form-login .input-group::before {
color: #525461;
}
.login-page .login-container .login-form .form-login .input-group input {
color: #525461;
border-bottom: white 1px solid;
border-bottom: var(--white) 1px solid;
border-radius: 0;
}
fieldset {
padding: 0;
margin: 1rem 0 0 0;
}
.toggle {
margin: 0;
}
h2 {
font-size: 1.125rem;
}
.panel-title {
font-size: 1rem;
padding-bottom: 1rem;
}
#maincontent > .container {
margin: 0 1rem 1.5rem 1rem;
}
.main > .main-left > .nav > .slide > .menu {
font-size: 1rem;
}
.main > .main-left > .nav > .slide > .slide-menu > li > a {
font-size: 0.9rem;
}
.main > .main-left > .nav > .slide > .menu:after {
top: 0.9rem;
}
#ethinfo td {
padding: 0.75rem 0.2rem !important;
}
.cbi-value-title {
width: 100%;
min-width: 0rem !important;
display: block;
margin-top: 0.5rem;
margin-bottom: 0.5rem;
text-align: left;
padding: 0 0.25rem;
}
.cbi-value input[type="password"],
.cbi-value input[type="text"] {
min-width: 15rem;
}
select,
input {
width: 100% !important;
min-width: auto;
margin: 0.25rem 0;
}
input {
box-sizing: border-box;
}
.cbi-value > .cbi-value-field > div > input {
width: calc(100% - 1.5rem) !important;
}
.cbi-value > .cbi-value-field {
display: inline-block;
width: 100%;
position: relative;
}
.cbi-value-field .cbi-input-checkbox,
.cbi-value-field .cbi-input-radio {
margin: 0rem 0.25rem 0 0.25rem;
height: 1rem;
line-height: 1.6;
}
.cbi-page-actions > div > input {
display: none;
}
.tabs::-webkit-scrollbar,
.cbi-tabmenu::-webkit-scrollbar {
width: 0px;
height: 0px;
}
.tabs > li > a {
font-size: 0.9rem;
}
select,
input {
font-size: 0.9rem;
}
.mobile-hide {
display: none !important;
}
.node-status-realtime table > tbody > tr > td,
.node-status-realtime table > tfoot > tr > td,
.node-status-realtime table > thead > tr > td {
font-size: 0.8125rem;
color: #525f7f;
line-height: 1.4em;
vertical-align: middle !important;
padding: 0.8rem 0rem;
border-top: 1px solid #ddd;
width: auto;
text-align: center;
}
.node-system-packages > .main .cbi-value.cbi-value-last > div {
width: 100% !important;
}
.node-system-packages .cbi-section-node .cbi-value {
padding: 0.3rem 1rem;
}
.node-system-packages > .main .cbi-value .cbi-value-field input {
width: 100%;
}
.node-system-leds .cbi-section em {
display: block;
}
.node-status-iptables > .main div > .cbi-map > form {
position: static !important;
margin: 0 0 2rem 0;
padding: 2rem;
border: 0;
font-weight: normal;
font-style: normal;
line-height: 1;
font-family: inherit;
min-width: inherit;
overflow-x: auto;
overflow-y: hidden;
border-radius: 0.375rem;
background-color: #FFF;
box-shadow: 0 0 2rem 0 rgba(136, 152, 170, 0.15);
-webkit-overflow-scrolling: touch;
}
.node-status-iptables > .main div > .cbi-map > form input[type="submit"] {
width: 100% !important;
margin: 0;
}
.node-status-iptables > .main div > .cbi-map > form input[type="submit"] + input[type="submit"] {
margin-top: 1rem;
}
.cbi-value input[type="text"]:has(+ img) {
width: 10rem !important;
}
.cbi-button-add {
margin-left: 0.5rem;
}
.node-network-network .cbi-section-table tr,
.node-network-network .cbi-section-table td {
display: block;
}
.node-network-network .cbi-section-table td {
width: 100% !important;
text-align: center !important;
padding: 0.8rem 1.5rem !important;
}
.node-network-network .cbi-section-table .cbi-section-table-titles {
display: flex;
}
.node-network-network .cbi-section-table .cbi-section-table-titles .cbi-section-table-cell {
flex: 1 !important;
}
.node-services-vssr .status-info {
font-size: 0.75rem;
}
.node-services-vssr .icon-con {
margin-top: 0.4rem;
}
.node-services-vssr .icon-con img {
width: 2.3rem !important;
height: auto;
}
} | 0.290679 | 0.057679 |
Dimmer
*******************************/
.dimmable:not(body) {
position: relative;
}
.ui.dimmer {
display: none;
position: absolute;
top: 0em !important;
left: 0em !important;
width: 100%;
height: 100%;
text-align: center;
vertical-align: middle;
padding: 1em;
background-color: rgba(0, 0, 0, 0.85);
opacity: 0;
line-height: 1;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
-webkit-animation-duration: 0.5s;
animation-duration: 0.5s;
-webkit-transition: background-color 0.5s linear;
transition: background-color 0.5s linear;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
will-change: opacity;
z-index: 1000;
}
/* Dimmer Content */
.ui.dimmer > .content {
-webkit-user-select: text;
-moz-user-select: text;
-ms-user-select: text;
user-select: text;
color: #FFFFFF;
}
/* Loose Coupling */
.ui.segment > .ui.dimmer {
border-radius: inherit !important;
}
/* Scrollbars */
.ui.dimmer:not(.inverted)::-webkit-scrollbar-track {
background: rgba(255, 255, 255, 0.1);
}
.ui.dimmer:not(.inverted)::-webkit-scrollbar-thumb {
background: rgba(255, 255, 255, 0.25);
}
.ui.dimmer:not(.inverted)::-webkit-scrollbar-thumb:window-inactive {
background: rgba(255, 255, 255, 0.15);
}
.ui.dimmer:not(.inverted)::-webkit-scrollbar-thumb:hover {
background: rgba(255, 255, 255, 0.35);
}
/*******************************
States
*******************************/
/* Animating */
.animating.dimmable:not(body),
.dimmed.dimmable:not(body) {
overflow: hidden;
}
/* Animating / Active / Visible */
.dimmed.dimmable > .ui.animating.dimmer,
.dimmed.dimmable > .ui.visible.dimmer,
.ui.active.dimmer {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
opacity: 1;
}
/* Disabled */
.ui.disabled.dimmer {
width: 0 !important;
height: 0 !important;
}
/*******************************
Variations
*******************************/
/*--------------
Legacy
---------------*/
/* Animating / Active / Visible */
.dimmed.dimmable > .ui.animating.legacy.dimmer,
.dimmed.dimmable > .ui.visible.legacy.dimmer,
.ui.active.legacy.dimmer {
display: block;
}
/*--------------
Alignment
---------------*/
.ui[class*="top aligned"].dimmer {
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
}
.ui[class*="bottom aligned"].dimmer {
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
}
/*--------------
Page
---------------*/
.ui.page.dimmer {
position: fixed;
-webkit-transform-style: '';
transform-style: '';
-webkit-perspective: 2000px;
perspective: 2000px;
-webkit-transform-origin: center center;
transform-origin: center center;
}
body.animating.in.dimmable,
body.dimmed.dimmable {
overflow: hidden;
}
body.dimmable > .dimmer {
position: fixed;
}
/*--------------
Blurring
---------------*/
.blurring.dimmable > :not(.dimmer) {
-webkit-filter: blur(0px) grayscale(0);
filter: blur(0px) grayscale(0);
-webkit-transition: 800ms -webkit-filter ease;
transition: 800ms -webkit-filter ease;
transition: 800ms filter ease;
transition: 800ms filter ease, 800ms -webkit-filter ease;
}
.blurring.dimmed.dimmable > :not(.dimmer) {
-webkit-filter: blur(5px) grayscale(0.7);
filter: blur(5px) grayscale(0.7);
}
/* Dimmer Color */
.blurring.dimmable > .dimmer {
background-color: rgba(0, 0, 0, 0.6);
}
.blurring.dimmable > .inverted.dimmer {
background-color: rgba(255, 255, 255, 0.6);
}
/*--------------
Aligned
---------------*/
.ui.dimmer > .top.aligned.content > * {
vertical-align: top;
}
.ui.dimmer > .bottom.aligned.content > * {
vertical-align: bottom;
}
/*--------------
Shades
---------------*/
.medium.medium.medium.medium.medium.dimmer {
background-color: rgba(0, 0, 0, 0.65);
}
.light.light.light.light.light.dimmer {
background-color: rgba(0, 0, 0, 0.45);
}
.very.light.light.light.light.dimmer {
background-color: rgba(0, 0, 0, 0.25);
}
/*--------------
Inverted
---------------*/
.ui.inverted.dimmer {
background-color: rgba(255, 255, 255, 0.85);
}
.ui.inverted.dimmer > .content > * {
color: #FFFFFF;
}
/*--------------
Inverted Shades
---------------*/
.medium.medium.medium.medium.medium.inverted.dimmer {
background-color: rgba(255, 255, 255, 0.65);
}
.light.light.light.light.light.inverted.dimmer {
background-color: rgba(255, 255, 255, 0.45);
}
.very.light.light.light.light.inverted.dimmer {
background-color: rgba(255, 255, 255, 0.25);
}
/*--------------
Simple
---------------*/
/* Displays without javascript */
.ui.simple.dimmer {
display: block;
overflow: hidden;
opacity: 1;
width: 0%;
height: 0%;
z-index: -100;
background-color: rgba(0, 0, 0, 0);
}
.dimmed.dimmable > .ui.simple.dimmer {
overflow: visible;
opacity: 1;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.85);
z-index: 1;
}
.ui.simple.inverted.dimmer {
background-color: rgba(255, 255, 255, 0);
}
.dimmed.dimmable > .ui.simple.inverted.dimmer {
background-color: rgba(255, 255, 255, 0.85);
}
/*******************************
Theme Overrides
*******************************/
/*******************************
User Overrides
*******************************/ | public/lib/semantic/components/dimmer.css | Dimmer
*******************************/
.dimmable:not(body) {
position: relative;
}
.ui.dimmer {
display: none;
position: absolute;
top: 0em !important;
left: 0em !important;
width: 100%;
height: 100%;
text-align: center;
vertical-align: middle;
padding: 1em;
background-color: rgba(0, 0, 0, 0.85);
opacity: 0;
line-height: 1;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
-webkit-animation-duration: 0.5s;
animation-duration: 0.5s;
-webkit-transition: background-color 0.5s linear;
transition: background-color 0.5s linear;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
will-change: opacity;
z-index: 1000;
}
/* Dimmer Content */
.ui.dimmer > .content {
-webkit-user-select: text;
-moz-user-select: text;
-ms-user-select: text;
user-select: text;
color: #FFFFFF;
}
/* Loose Coupling */
.ui.segment > .ui.dimmer {
border-radius: inherit !important;
}
/* Scrollbars */
.ui.dimmer:not(.inverted)::-webkit-scrollbar-track {
background: rgba(255, 255, 255, 0.1);
}
.ui.dimmer:not(.inverted)::-webkit-scrollbar-thumb {
background: rgba(255, 255, 255, 0.25);
}
.ui.dimmer:not(.inverted)::-webkit-scrollbar-thumb:window-inactive {
background: rgba(255, 255, 255, 0.15);
}
.ui.dimmer:not(.inverted)::-webkit-scrollbar-thumb:hover {
background: rgba(255, 255, 255, 0.35);
}
/*******************************
States
*******************************/
/* Animating */
.animating.dimmable:not(body),
.dimmed.dimmable:not(body) {
overflow: hidden;
}
/* Animating / Active / Visible */
.dimmed.dimmable > .ui.animating.dimmer,
.dimmed.dimmable > .ui.visible.dimmer,
.ui.active.dimmer {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
opacity: 1;
}
/* Disabled */
.ui.disabled.dimmer {
width: 0 !important;
height: 0 !important;
}
/*******************************
Variations
*******************************/
/*--------------
Legacy
---------------*/
/* Animating / Active / Visible */
.dimmed.dimmable > .ui.animating.legacy.dimmer,
.dimmed.dimmable > .ui.visible.legacy.dimmer,
.ui.active.legacy.dimmer {
display: block;
}
/*--------------
Alignment
---------------*/
.ui[class*="top aligned"].dimmer {
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
}
.ui[class*="bottom aligned"].dimmer {
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
}
/*--------------
Page
---------------*/
.ui.page.dimmer {
position: fixed;
-webkit-transform-style: '';
transform-style: '';
-webkit-perspective: 2000px;
perspective: 2000px;
-webkit-transform-origin: center center;
transform-origin: center center;
}
body.animating.in.dimmable,
body.dimmed.dimmable {
overflow: hidden;
}
body.dimmable > .dimmer {
position: fixed;
}
/*--------------
Blurring
---------------*/
.blurring.dimmable > :not(.dimmer) {
-webkit-filter: blur(0px) grayscale(0);
filter: blur(0px) grayscale(0);
-webkit-transition: 800ms -webkit-filter ease;
transition: 800ms -webkit-filter ease;
transition: 800ms filter ease;
transition: 800ms filter ease, 800ms -webkit-filter ease;
}
.blurring.dimmed.dimmable > :not(.dimmer) {
-webkit-filter: blur(5px) grayscale(0.7);
filter: blur(5px) grayscale(0.7);
}
/* Dimmer Color */
.blurring.dimmable > .dimmer {
background-color: rgba(0, 0, 0, 0.6);
}
.blurring.dimmable > .inverted.dimmer {
background-color: rgba(255, 255, 255, 0.6);
}
/*--------------
Aligned
---------------*/
.ui.dimmer > .top.aligned.content > * {
vertical-align: top;
}
.ui.dimmer > .bottom.aligned.content > * {
vertical-align: bottom;
}
/*--------------
Shades
---------------*/
.medium.medium.medium.medium.medium.dimmer {
background-color: rgba(0, 0, 0, 0.65);
}
.light.light.light.light.light.dimmer {
background-color: rgba(0, 0, 0, 0.45);
}
.very.light.light.light.light.dimmer {
background-color: rgba(0, 0, 0, 0.25);
}
/*--------------
Inverted
---------------*/
.ui.inverted.dimmer {
background-color: rgba(255, 255, 255, 0.85);
}
.ui.inverted.dimmer > .content > * {
color: #FFFFFF;
}
/*--------------
Inverted Shades
---------------*/
.medium.medium.medium.medium.medium.inverted.dimmer {
background-color: rgba(255, 255, 255, 0.65);
}
.light.light.light.light.light.inverted.dimmer {
background-color: rgba(255, 255, 255, 0.45);
}
.very.light.light.light.light.inverted.dimmer {
background-color: rgba(255, 255, 255, 0.25);
}
/*--------------
Simple
---------------*/
/* Displays without javascript */
.ui.simple.dimmer {
display: block;
overflow: hidden;
opacity: 1;
width: 0%;
height: 0%;
z-index: -100;
background-color: rgba(0, 0, 0, 0);
}
.dimmed.dimmable > .ui.simple.dimmer {
overflow: visible;
opacity: 1;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.85);
z-index: 1;
}
.ui.simple.inverted.dimmer {
background-color: rgba(255, 255, 255, 0);
}
.dimmed.dimmable > .ui.simple.inverted.dimmer {
background-color: rgba(255, 255, 255, 0.85);
}
/*******************************
Theme Overrides
*******************************/
/*******************************
User Overrides
*******************************/ | 0.410993 | 0.059374 |
* { margin:0; padding:0;}
body {
font-family:"Bodoni MT Poster Compressed";
background-color:#000000;
padding:0px;
}
.Center {
margin: auto;
width:75%;
//border: 1px solid #000000;
background-color:#000000;
height:auto;
min-height:600px;
display:block;
}
.Center img {
max-width:100%;
height:auto;
margin:auto;
display:block;
}
.LoginWindow {
background-color:silver;
width:300px;
height:285px;
margin:0;
display:block;
border-color:#000000;
}
.button {
border-top: 1px solid #96d1f8;
background: #65a9d7;
background: -webkit-gradient(linear, left top, left bottom, from(#800000), to(#800000));
background: -webkit-linear-gradient(top, #800000, #800000);
background: -moz-linear-gradient(top, #800000, #800000);
background: -ms-linear-gradient(top, #800000, #800000);
background: -o-linear-gradient(top, #800000, #800000);
padding: 5.5px 11px;
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px;
-webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
-moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
box-shadow: rgba(0,0,0,1) 0 1px 0;
text-shadow: rgba(0,0,0,.4) 0 1px 0;
color: white;
font-size: 10px;
font-family: Helvetica, Arial, Sans-Serif;
text-decoration: none;
vertical-align: middle;
}
.button:hover {
cursor:pointer;
background: #800000;
color: #cccccc;
}
.button:active {
border-top-color: #1b435e;
background: #1b435e;
}
.BodyContent {
position:relative;
background-color:#C0C0C0;
height:auto;
width: 100%;
font-size:12px;
display:block;
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px;
border:1px solid #800000;
}
.BodyContentShow {
background-color:#C0C0C0;
height:auto;
width: auto;
font-size:12px;
font-family:"Times New Roman", Times, serif;
padding: 10px;
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px;
}
.Menu {
font-size:12px;
color:#FFF;
font-family:Georgia, "Times New Roman", Times, serif;
text-align:center;
text-decoration: none;
background-color:#800000;
padding:10px;
-webkit-border-radius: 18px;
-moz-border-radius: 18px;
border-radius: 18px;
width:500px;
border:1px solid aqua;
border-color:#CCCCCC;
}
.Menu a {
font-size:12px;
color:#FFF;
font-family:"Bodoni MT Poster Compressed";
text-align:center;
text-decoration: none;
}
.Menu a:hover {
color:#FFFF00;
}
input[type=text], select, input[type=password]{
border: 1px solid #800000;
font-size:12px;
width:100px;
}
.RequestLabel {
background-color:#800000;
color:white;
}
.ResultLabel {
background-color:#FFF;
color:#800000;
}
.ToolTip {
background-color:#FFFF99;
}
.ToolTip:hover {
background-color:black;
}
.Actions {
color:#800000;
text-decoration:none;
}
.Actions a {
background-color:black;
color:#FFFFFF;
}
.trSelection {
background-color:#FFFFFF;
color:#800000
}
.trSelection:hover {
background-color:#CCFF99;
color:#000000;
} | payrollfortesting/rankandfile/css/MirStyle.css | * { margin:0; padding:0;}
body {
font-family:"Bodoni MT Poster Compressed";
background-color:#000000;
padding:0px;
}
.Center {
margin: auto;
width:75%;
//border: 1px solid #000000;
background-color:#000000;
height:auto;
min-height:600px;
display:block;
}
.Center img {
max-width:100%;
height:auto;
margin:auto;
display:block;
}
.LoginWindow {
background-color:silver;
width:300px;
height:285px;
margin:0;
display:block;
border-color:#000000;
}
.button {
border-top: 1px solid #96d1f8;
background: #65a9d7;
background: -webkit-gradient(linear, left top, left bottom, from(#800000), to(#800000));
background: -webkit-linear-gradient(top, #800000, #800000);
background: -moz-linear-gradient(top, #800000, #800000);
background: -ms-linear-gradient(top, #800000, #800000);
background: -o-linear-gradient(top, #800000, #800000);
padding: 5.5px 11px;
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px;
-webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
-moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
box-shadow: rgba(0,0,0,1) 0 1px 0;
text-shadow: rgba(0,0,0,.4) 0 1px 0;
color: white;
font-size: 10px;
font-family: Helvetica, Arial, Sans-Serif;
text-decoration: none;
vertical-align: middle;
}
.button:hover {
cursor:pointer;
background: #800000;
color: #cccccc;
}
.button:active {
border-top-color: #1b435e;
background: #1b435e;
}
.BodyContent {
position:relative;
background-color:#C0C0C0;
height:auto;
width: 100%;
font-size:12px;
display:block;
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px;
border:1px solid #800000;
}
.BodyContentShow {
background-color:#C0C0C0;
height:auto;
width: auto;
font-size:12px;
font-family:"Times New Roman", Times, serif;
padding: 10px;
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px;
}
.Menu {
font-size:12px;
color:#FFF;
font-family:Georgia, "Times New Roman", Times, serif;
text-align:center;
text-decoration: none;
background-color:#800000;
padding:10px;
-webkit-border-radius: 18px;
-moz-border-radius: 18px;
border-radius: 18px;
width:500px;
border:1px solid aqua;
border-color:#CCCCCC;
}
.Menu a {
font-size:12px;
color:#FFF;
font-family:"Bodoni MT Poster Compressed";
text-align:center;
text-decoration: none;
}
.Menu a:hover {
color:#FFFF00;
}
input[type=text], select, input[type=password]{
border: 1px solid #800000;
font-size:12px;
width:100px;
}
.RequestLabel {
background-color:#800000;
color:white;
}
.ResultLabel {
background-color:#FFF;
color:#800000;
}
.ToolTip {
background-color:#FFFF99;
}
.ToolTip:hover {
background-color:black;
}
.Actions {
color:#800000;
text-decoration:none;
}
.Actions a {
background-color:black;
color:#FFFFFF;
}
.trSelection {
background-color:#FFFFFF;
color:#800000
}
.trSelection:hover {
background-color:#CCFF99;
color:#000000;
} | 0.300951 | 0.077553 |
* {
box-sizing: border-box;
padding: 0;
margin: 0;
}
body {
min-height: 100vh;
background-image: linear-gradient(rgb(233, 203, 221), #514A9D);
font-family: Roboto, sans-serif;
}
.wrapper {
max-width: 600px;
;
margin: auto;
}
.menu {
list-style: none;
padding: 10px;
border: 10px solid #191555;
font-size: 16px;
text-transform: uppercase;
text-align: center;
}
.menu-item {
position: relative;
display: inline-block;
}
.menu-item>a,
.submenu-item>a {
display: inline-block;
padding: 15px 30px;
color: #054b1c;
background-color: #fff;
text-decoration: none;
}
.menu-item>a:hover,
.submenu-item>a:hover {
background: rgb(94, 4, 34);
color: #ffffff;
}
.submenu {
display: none;
position: absolute;
top: 100%;
left: 0;
list-style: none;
background-color: rgb(17, 91, 121);
box-shadow: 0 2px 2px 2px rgba(0, 0, 0, 0.3);
}
.menu-item:hover>.submenu {
display: block;
}
.submenu-item {
white-space: nowrap;
}
.box {
display: inline-block;
width: 400px;
height: 400px;
background-color: #424242;
position: relative;
list-style: none;
}
.box-b {
list-style: none;
}
.first {
display: inline-block;
width: 100px;
height: 100px;
background-color: aquamarine;
position: absolute;
top: 0;
left: 0;
}
.second {
display: inline-block;
width: 100px;
height: 100px;
background-color: violet;
position: absolute;
top: 0;
left: 150px;
}
.third {
display: inline-block;
width: 100px;
height: 100px;
background-color: lawngreen;
position: absolute;
top: 0;
right: 0;
}
.fourth {
display: inline-block;
width: 100px;
height: 100px;
background-color: lemonchiffon;
position: absolute;
top: 150px;
left: 0;
}
.fifth {
display: inline-block;
width: 100px;
height: 100px;
background-color: rgb(0, 118, 252);
position: absolute;
top: 150px;
left: 150px;
}
.six {
display: inline-block;
width: 100px;
height: 100px;
background-color: rgb(231, 42, 105);
position: absolute;
top: 150px;
right: 0;
}
.seventh {
display: inline-block;
width: 100px;
height: 100px;
background-color: rgb(32, 189, 236);
position: absolute;
bottom: 0;
left: 0;
}
.eighth {
display: inline-block;
width: 100px;
height: 100px;
background-color: rgb(223, 39, 39);
position: absolute;
bottom: 0;
left: 150px;
}
.nineth {
display: inline-block;
width: 100px;
height: 100px;
background-color: rgb(24, 114, 28);
position: absolute;
bottom: 0;
right: 0;
} | style5.css | * {
box-sizing: border-box;
padding: 0;
margin: 0;
}
body {
min-height: 100vh;
background-image: linear-gradient(rgb(233, 203, 221), #514A9D);
font-family: Roboto, sans-serif;
}
.wrapper {
max-width: 600px;
;
margin: auto;
}
.menu {
list-style: none;
padding: 10px;
border: 10px solid #191555;
font-size: 16px;
text-transform: uppercase;
text-align: center;
}
.menu-item {
position: relative;
display: inline-block;
}
.menu-item>a,
.submenu-item>a {
display: inline-block;
padding: 15px 30px;
color: #054b1c;
background-color: #fff;
text-decoration: none;
}
.menu-item>a:hover,
.submenu-item>a:hover {
background: rgb(94, 4, 34);
color: #ffffff;
}
.submenu {
display: none;
position: absolute;
top: 100%;
left: 0;
list-style: none;
background-color: rgb(17, 91, 121);
box-shadow: 0 2px 2px 2px rgba(0, 0, 0, 0.3);
}
.menu-item:hover>.submenu {
display: block;
}
.submenu-item {
white-space: nowrap;
}
.box {
display: inline-block;
width: 400px;
height: 400px;
background-color: #424242;
position: relative;
list-style: none;
}
.box-b {
list-style: none;
}
.first {
display: inline-block;
width: 100px;
height: 100px;
background-color: aquamarine;
position: absolute;
top: 0;
left: 0;
}
.second {
display: inline-block;
width: 100px;
height: 100px;
background-color: violet;
position: absolute;
top: 0;
left: 150px;
}
.third {
display: inline-block;
width: 100px;
height: 100px;
background-color: lawngreen;
position: absolute;
top: 0;
right: 0;
}
.fourth {
display: inline-block;
width: 100px;
height: 100px;
background-color: lemonchiffon;
position: absolute;
top: 150px;
left: 0;
}
.fifth {
display: inline-block;
width: 100px;
height: 100px;
background-color: rgb(0, 118, 252);
position: absolute;
top: 150px;
left: 150px;
}
.six {
display: inline-block;
width: 100px;
height: 100px;
background-color: rgb(231, 42, 105);
position: absolute;
top: 150px;
right: 0;
}
.seventh {
display: inline-block;
width: 100px;
height: 100px;
background-color: rgb(32, 189, 236);
position: absolute;
bottom: 0;
left: 0;
}
.eighth {
display: inline-block;
width: 100px;
height: 100px;
background-color: rgb(223, 39, 39);
position: absolute;
bottom: 0;
left: 150px;
}
.nineth {
display: inline-block;
width: 100px;
height: 100px;
background-color: rgb(24, 114, 28);
position: absolute;
bottom: 0;
right: 0;
} | 0.634656 | 0.137706 |
.form-control {
border-radius: 0;
box-shadow: none;
border-color: #d2d6de
}
.form-control:focus {
border-color: #3c8dbc;
box-shadow: none
}
.form-control::-moz-placeholder, .form-control:-ms-input-placeholder,
.form-control::-webkit-input-placeholder {
color: #bbb;
opacity: 1
}
.form-control:not(select) {
-webkit-appearance: none;
-moz-appearance: none;
}
/***************** form group **************/
.form-group.has-success label {
color: #00a65a
}
.form-group.has-success .form-control, .form-group.has-success .input-group-addon
{
border-color: #00a65a;
box-shadow: none
}
.form-group.has-success .help-block {
color: #00a65a
}
.form-group.has-warning label {
color: #f39c12
}
.form-group.has-warning .form-control, .form-group.has-warning .input-group-addon
{
border-color: #f39c12;
box-shadow: none
}
.form-group.has-warning .help-block {
color: #f39c12
}
.form-group.has-error label {
color: #dd4b39
}
.form-group.has-error .form-control, .form-group.has-error .input-group-addon
{
border-color: #dd4b39;
box-shadow: none
}
.form-group.has-error .help-block {
color: #dd4b39
}
/***************** icons **************/
.input-icon>i {
color: #ccc;
display: block;
position: absolute;
margin: 11px 16px 4px 10px;
z-index: 3;
width: 16px;
font-size: 16px;
text-align: center;
left: 0
}
.input-icon.right>i {
left: auto;
right: 8px;
float: right;
}
.has-success .input-icon>i {
color: #36c6d3
}
.has-warning .input-icon>i {
color: #F1C40F
}
.has-info .input-icon>i {
color: #659be0
}
.has-error .input-icon>i {
color: #ed6b75
}
.input-group .input-group-addon {
border-radius: 0;
border-color: #d2d6de;
background-color: #fff
}
.input-group-addon {
padding: 6px 12px;
}
.btn-group-vertical .btn.btn-flat:first-of-type, .btn-group-vertical .btn.btn-flat:last-of-type
{
border-radius: 0
}
.input-group-sm>.form-control, .input-group-sm>.input-group-addon, .input-group-sm>.input-group-btn>.btn {
height: 30px;
padding: 5px 10px;
font-size: 12px;
line-height: 1.5;
border-radius: 3px;
}
.icheck>label {
padding-left: 0
}
.form-control-feedback.fa {
line-height: 34px
}
.input-lg+.form-control-feedback.fa, .input-group-lg+.form-control-feedback.fa,
.form-group-lg .form-control+.form-control-feedback.fa {
line-height: 46px
}
.input-sm+.form-control-feedback.fa, .input-group-sm+.form-control-feedback.fa,
.form-group-sm .form-control+.form-control-feedback.fa {
line-height: 30px
}
/*************************************************
advance form
****************************************************/
/*************** Toggle Button ***************/
.switchToggle {
position: relative;
display: inline-block;
width: 60px;
height: 34px;
}
.switchToggle input {display:none;}
.switchToggle .slider {
position: absolute;
cursor: pointer;
top: 0;
left: 0;
right: 0;
bottom: 0;
margin:0;
background-color: #ccc;
-webkit-transition: .4s;
transition: .4s;
}
.switchToggle .slider:before {
position: absolute;
content: "";
height: 26px;
width: 26px;
left: 4px;
bottom: 4px;
background-color: white;
-webkit-transition: .4s;
transition: .4s;
}
.switchToggle input:checked + .red{
background-color: #dc5754;
}
.switchToggle input:focus + .red{
box-shadow: 0 0 1px #dc5754;
}
.switchToggle input:checked + .green{
background-color: #64bd63;
}
.switchToggle input:focus + .green{
box-shadow: 0 0 1px #64bd63;
}
.switchToggle input:checked + .aqua{
background-color: #00C0EF;
}
.switchToggle input:focus + .aqua{
box-shadow: 0 0 1px #00C0EF;
}
.switchToggle input:checked + .yellow{
background-color: #F39C12;
}
.switchToggle input:focus + .yellow{
box-shadow: 0 0 1px #F39C12;
}
.switchToggle input:checked + .slider:before {
-webkit-transform: translateX(26px);
-ms-transform: translateX(26px);
transform: translateX(26px);
}
/*************** Rounded sliders ***************/
.switchToggle .slider.round {
border-radius: 34px;
}
.switchToggle .slider.round:before {
border-radius: 50%;
}
/*************** checkbox ***************/
.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;
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"]: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;
color: #eeeeef;
cursor: not-allowed;
}
.checkbox.checkbox-inline {
margin-top: 0;
}
/********************** checkbox with backgound color ************************/
.checkbox-aqua input[type="checkbox"]:checked+label::before {
background-color: #00C0EF;
border-color: #00C0EE;
}
.checkbox-aqua input[type="checkbox"]:checked+label::after {
color: #fff;
}
.checkbox-aqua input[type="checkbox"]:hover+label::before {
border: 2px solid #00C0EF;
}
/* checkbox with icon color */
.checkbox-icon-aqua input[type="checkbox"]:checked+label::after {
color: #00C0EF;
}
.checkbox-icon-aqua input[type="checkbox"]:hover+label::before {
border: 1px solid #00C0EF;
}
/* checkbox with backgound color */
.checkbox-yellow input[type="checkbox"]:checked+label::before {
background-color: #F39C12;
border-color: #F39C11;
}
.checkbox-yellow input[type="checkbox"]:checked+label::after {
color: #fff;
}
.checkbox-yellow input[type="checkbox"]:hover+label::before {
border: 2px solid #F39C12;
}
/* checkbox with icon color */
.checkbox-icon-yellow input[type="checkbox"]:checked+label::after {
color: #F39C12;
}
.checkbox-icon-yellow input[type="checkbox"]:hover+label::before {
border: 1px solid #F39C12;
}
/******************** checkbox with backgound color ************************/
.checkbox-black input[type="checkbox"]:checked+label::before {
background-color: #000000;
border-color: #000009;
}
.checkbox-black input[type="checkbox"]:checked+label::after {
color: #fff;
}
.checkbox-black input[type="checkbox"]:hover+label::before {
border: 2px solid #000000;
}
/********************* checkbox with icon color ************************/
.checkbox-icon-black input[type="checkbox"]:checked+label::after {
color: #000000;
}
.checkbox-icon-black input[type="checkbox"]:hover+label::before {
border: 1px solid #000000;
}
/********************* checkbox with backgound color **********************/
.checkbox-red input[type="checkbox"]:checked+label::before {
background-color: #dc5754;
border-color: #dc5755;
}
.checkbox-red input[type="checkbox"]:checked+label::after {
color: #fff;
}
.checkbox-red input[type="checkbox"]:hover+label::before {
border: 2px solid #dc5754;
}
/****************** checkbox with icon color ***************************/
.checkbox-icon-red input[type="checkbox"]:checked+label::after {
color: #dc5754;
}
.checkbox-icon-red input[type="checkbox"]:hover+label::before {
border: 1px solid #dc5754;
}
/*************** Radio button ***************/
.radio {
padding-left: 20px;
}
.radio label {
display: inline-block;
position: relative;
padding-left: 5px;
}
.radio label::before {
content: "";
display: inline-block;
position: absolute;
width: 17px;
height: 17px;
left: 0;
margin-left: -20px;
border: 1px solid #cccccc;
border-radius: 50%;
background-color: #fff;
-webkit-transition: border 0.15s ease-in-out;
-o-transition: border 0.15s ease-in-out;
transition: border 0.15s ease-in-out;
}
.radio label::after {
display: inline-block;
position: absolute;
content: " ";
width: 11px;
height: 11px;
left: 3px;
top: 3px;
margin-left: -20px;
border-radius: 50%;
background-color: #555555;
-webkit-transform: scale(0, 0);
-ms-transform: scale(0, 0);
-o-transform: scale(0, 0);
transform: scale(0, 0);
-webkit-transition: -webkit-transform 0.1s
cubic-bezier(0.8, -0.33, 0.2, 1.33);
-moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
-o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
}
.radio input[type="radio"] {
opacity: 0;
}
.radio input[type="radio"]:checked+label::after {
-webkit-transform: scale(1, 1);
-ms-transform: scale(1, 1);
-o-transform: scale(1, 1);
transform: scale(1, 1);
}
.radio input[type="radio"]:disabled+label {
opacity: 0.65;
}
.radio input[type="radio"]:disabled+label::before {
cursor: not-allowed;
}
.radio.radio-inline {
margin-top: 0;
}
.radio-black input[type="radio"]+label::after {
background-color: #000000;
}
.radio-black input[type="radio"]:checked+label::before {
border-color: #000000;
}
.radio-black input[type="radio"]:checked+label::after {
background-color: #000000;
}
.radio-yellow input[type="radio"]+label::after {
background-color: #F39C12;
}
.radio-yellow input[type="radio"]:checked+label::before {
border-color: #F39C12;
}
.radio-yellow input[type="radio"]:checked+label::after {
background-color: #F39C12;
}
.radio-red input[type="radio"]+label::after {
background-color: #dc5754;
}
.radio-red input[type="radio"]:checked+label::before {
border-color: #dc5754;
}
.radio-red input[type="radio"]:checked+label::after {
background-color: #dc5754;
}
.radio-aqua input[type="radio"]+label::after {
background-color: #00C0EF;
}
.radio-aqua input[type="radio"]:checked+label::before {
border-color: #00C0EF;
}
.radio-aqua input[type="radio"]:checked+label::after {
background-color: #00C0EF;
}
.radioicon-group
{
margin-top: 10px;
}
.radioicon label{
font-weight:normal;
font-size: 14px;
color: black;
margin: 0px;
height:25px;
}
.radioicon span{
font-size: 19px;
height:25px;
width:20px;
}
/* Hidding the radiobuttons & checkboxes */
.radioicon input[type="radio"]{
display: none;
}
/* Hidding the "check" status of inputs */
.radioicon input[type="radio"] + label .fa-circle {
display: block;
color:#cccccc;
}
/* Styling the "check" status */
.radioicon-aqua input[type="radio"]:checked + label .fa-circle {
display: block;
color: #00C0EF;
}
.radioicon-red input[type="radio"]:checked + label .fa-circle {
display: block;
color: #dc5754;
}
.radioicon-yellow input[type="radio"]:checked + label .fa-circle {
display: block;
color: #F39C12;
}
.radioicon-black input[type="radio"]:checked + label .fa-circle {
display: block;
color: #000000;
}
/* Spinner control */
.input-group-btn-vertical {
position: relative;
white-space: nowrap;
width: 2%;
vertical-align: middle;
display: table-cell;
}
.input-group-btn-vertical > .btn {
display: block;
float: none;
width: 30px;
padding: 8px;
margin-left: -1px;
position: relative;
border-radius: 0;
}
.input-group-btn-vertical > .btn:first-child {
border-top-right-radius: 0px;
}
.input-group-btn-vertical > .btn:last-child {
margin-top: -12px;
border-bottom-right-radius: 0px;
}
.input-group-btn-vertical i {
position: absolute;
top: 0;
left: 10px;
} | assets/vendor/css/formlayout.css | .form-control {
border-radius: 0;
box-shadow: none;
border-color: #d2d6de
}
.form-control:focus {
border-color: #3c8dbc;
box-shadow: none
}
.form-control::-moz-placeholder, .form-control:-ms-input-placeholder,
.form-control::-webkit-input-placeholder {
color: #bbb;
opacity: 1
}
.form-control:not(select) {
-webkit-appearance: none;
-moz-appearance: none;
}
/***************** form group **************/
.form-group.has-success label {
color: #00a65a
}
.form-group.has-success .form-control, .form-group.has-success .input-group-addon
{
border-color: #00a65a;
box-shadow: none
}
.form-group.has-success .help-block {
color: #00a65a
}
.form-group.has-warning label {
color: #f39c12
}
.form-group.has-warning .form-control, .form-group.has-warning .input-group-addon
{
border-color: #f39c12;
box-shadow: none
}
.form-group.has-warning .help-block {
color: #f39c12
}
.form-group.has-error label {
color: #dd4b39
}
.form-group.has-error .form-control, .form-group.has-error .input-group-addon
{
border-color: #dd4b39;
box-shadow: none
}
.form-group.has-error .help-block {
color: #dd4b39
}
/***************** icons **************/
.input-icon>i {
color: #ccc;
display: block;
position: absolute;
margin: 11px 16px 4px 10px;
z-index: 3;
width: 16px;
font-size: 16px;
text-align: center;
left: 0
}
.input-icon.right>i {
left: auto;
right: 8px;
float: right;
}
.has-success .input-icon>i {
color: #36c6d3
}
.has-warning .input-icon>i {
color: #F1C40F
}
.has-info .input-icon>i {
color: #659be0
}
.has-error .input-icon>i {
color: #ed6b75
}
.input-group .input-group-addon {
border-radius: 0;
border-color: #d2d6de;
background-color: #fff
}
.input-group-addon {
padding: 6px 12px;
}
.btn-group-vertical .btn.btn-flat:first-of-type, .btn-group-vertical .btn.btn-flat:last-of-type
{
border-radius: 0
}
.input-group-sm>.form-control, .input-group-sm>.input-group-addon, .input-group-sm>.input-group-btn>.btn {
height: 30px;
padding: 5px 10px;
font-size: 12px;
line-height: 1.5;
border-radius: 3px;
}
.icheck>label {
padding-left: 0
}
.form-control-feedback.fa {
line-height: 34px
}
.input-lg+.form-control-feedback.fa, .input-group-lg+.form-control-feedback.fa,
.form-group-lg .form-control+.form-control-feedback.fa {
line-height: 46px
}
.input-sm+.form-control-feedback.fa, .input-group-sm+.form-control-feedback.fa,
.form-group-sm .form-control+.form-control-feedback.fa {
line-height: 30px
}
/*************************************************
advance form
****************************************************/
/*************** Toggle Button ***************/
.switchToggle {
position: relative;
display: inline-block;
width: 60px;
height: 34px;
}
.switchToggle input {display:none;}
.switchToggle .slider {
position: absolute;
cursor: pointer;
top: 0;
left: 0;
right: 0;
bottom: 0;
margin:0;
background-color: #ccc;
-webkit-transition: .4s;
transition: .4s;
}
.switchToggle .slider:before {
position: absolute;
content: "";
height: 26px;
width: 26px;
left: 4px;
bottom: 4px;
background-color: white;
-webkit-transition: .4s;
transition: .4s;
}
.switchToggle input:checked + .red{
background-color: #dc5754;
}
.switchToggle input:focus + .red{
box-shadow: 0 0 1px #dc5754;
}
.switchToggle input:checked + .green{
background-color: #64bd63;
}
.switchToggle input:focus + .green{
box-shadow: 0 0 1px #64bd63;
}
.switchToggle input:checked + .aqua{
background-color: #00C0EF;
}
.switchToggle input:focus + .aqua{
box-shadow: 0 0 1px #00C0EF;
}
.switchToggle input:checked + .yellow{
background-color: #F39C12;
}
.switchToggle input:focus + .yellow{
box-shadow: 0 0 1px #F39C12;
}
.switchToggle input:checked + .slider:before {
-webkit-transform: translateX(26px);
-ms-transform: translateX(26px);
transform: translateX(26px);
}
/*************** Rounded sliders ***************/
.switchToggle .slider.round {
border-radius: 34px;
}
.switchToggle .slider.round:before {
border-radius: 50%;
}
/*************** checkbox ***************/
.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;
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"]: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;
color: #eeeeef;
cursor: not-allowed;
}
.checkbox.checkbox-inline {
margin-top: 0;
}
/********************** checkbox with backgound color ************************/
.checkbox-aqua input[type="checkbox"]:checked+label::before {
background-color: #00C0EF;
border-color: #00C0EE;
}
.checkbox-aqua input[type="checkbox"]:checked+label::after {
color: #fff;
}
.checkbox-aqua input[type="checkbox"]:hover+label::before {
border: 2px solid #00C0EF;
}
/* checkbox with icon color */
.checkbox-icon-aqua input[type="checkbox"]:checked+label::after {
color: #00C0EF;
}
.checkbox-icon-aqua input[type="checkbox"]:hover+label::before {
border: 1px solid #00C0EF;
}
/* checkbox with backgound color */
.checkbox-yellow input[type="checkbox"]:checked+label::before {
background-color: #F39C12;
border-color: #F39C11;
}
.checkbox-yellow input[type="checkbox"]:checked+label::after {
color: #fff;
}
.checkbox-yellow input[type="checkbox"]:hover+label::before {
border: 2px solid #F39C12;
}
/* checkbox with icon color */
.checkbox-icon-yellow input[type="checkbox"]:checked+label::after {
color: #F39C12;
}
.checkbox-icon-yellow input[type="checkbox"]:hover+label::before {
border: 1px solid #F39C12;
}
/******************** checkbox with backgound color ************************/
.checkbox-black input[type="checkbox"]:checked+label::before {
background-color: #000000;
border-color: #000009;
}
.checkbox-black input[type="checkbox"]:checked+label::after {
color: #fff;
}
.checkbox-black input[type="checkbox"]:hover+label::before {
border: 2px solid #000000;
}
/********************* checkbox with icon color ************************/
.checkbox-icon-black input[type="checkbox"]:checked+label::after {
color: #000000;
}
.checkbox-icon-black input[type="checkbox"]:hover+label::before {
border: 1px solid #000000;
}
/********************* checkbox with backgound color **********************/
.checkbox-red input[type="checkbox"]:checked+label::before {
background-color: #dc5754;
border-color: #dc5755;
}
.checkbox-red input[type="checkbox"]:checked+label::after {
color: #fff;
}
.checkbox-red input[type="checkbox"]:hover+label::before {
border: 2px solid #dc5754;
}
/****************** checkbox with icon color ***************************/
.checkbox-icon-red input[type="checkbox"]:checked+label::after {
color: #dc5754;
}
.checkbox-icon-red input[type="checkbox"]:hover+label::before {
border: 1px solid #dc5754;
}
/*************** Radio button ***************/
.radio {
padding-left: 20px;
}
.radio label {
display: inline-block;
position: relative;
padding-left: 5px;
}
.radio label::before {
content: "";
display: inline-block;
position: absolute;
width: 17px;
height: 17px;
left: 0;
margin-left: -20px;
border: 1px solid #cccccc;
border-radius: 50%;
background-color: #fff;
-webkit-transition: border 0.15s ease-in-out;
-o-transition: border 0.15s ease-in-out;
transition: border 0.15s ease-in-out;
}
.radio label::after {
display: inline-block;
position: absolute;
content: " ";
width: 11px;
height: 11px;
left: 3px;
top: 3px;
margin-left: -20px;
border-radius: 50%;
background-color: #555555;
-webkit-transform: scale(0, 0);
-ms-transform: scale(0, 0);
-o-transform: scale(0, 0);
transform: scale(0, 0);
-webkit-transition: -webkit-transform 0.1s
cubic-bezier(0.8, -0.33, 0.2, 1.33);
-moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
-o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
}
.radio input[type="radio"] {
opacity: 0;
}
.radio input[type="radio"]:checked+label::after {
-webkit-transform: scale(1, 1);
-ms-transform: scale(1, 1);
-o-transform: scale(1, 1);
transform: scale(1, 1);
}
.radio input[type="radio"]:disabled+label {
opacity: 0.65;
}
.radio input[type="radio"]:disabled+label::before {
cursor: not-allowed;
}
.radio.radio-inline {
margin-top: 0;
}
.radio-black input[type="radio"]+label::after {
background-color: #000000;
}
.radio-black input[type="radio"]:checked+label::before {
border-color: #000000;
}
.radio-black input[type="radio"]:checked+label::after {
background-color: #000000;
}
.radio-yellow input[type="radio"]+label::after {
background-color: #F39C12;
}
.radio-yellow input[type="radio"]:checked+label::before {
border-color: #F39C12;
}
.radio-yellow input[type="radio"]:checked+label::after {
background-color: #F39C12;
}
.radio-red input[type="radio"]+label::after {
background-color: #dc5754;
}
.radio-red input[type="radio"]:checked+label::before {
border-color: #dc5754;
}
.radio-red input[type="radio"]:checked+label::after {
background-color: #dc5754;
}
.radio-aqua input[type="radio"]+label::after {
background-color: #00C0EF;
}
.radio-aqua input[type="radio"]:checked+label::before {
border-color: #00C0EF;
}
.radio-aqua input[type="radio"]:checked+label::after {
background-color: #00C0EF;
}
.radioicon-group
{
margin-top: 10px;
}
.radioicon label{
font-weight:normal;
font-size: 14px;
color: black;
margin: 0px;
height:25px;
}
.radioicon span{
font-size: 19px;
height:25px;
width:20px;
}
/* Hidding the radiobuttons & checkboxes */
.radioicon input[type="radio"]{
display: none;
}
/* Hidding the "check" status of inputs */
.radioicon input[type="radio"] + label .fa-circle {
display: block;
color:#cccccc;
}
/* Styling the "check" status */
.radioicon-aqua input[type="radio"]:checked + label .fa-circle {
display: block;
color: #00C0EF;
}
.radioicon-red input[type="radio"]:checked + label .fa-circle {
display: block;
color: #dc5754;
}
.radioicon-yellow input[type="radio"]:checked + label .fa-circle {
display: block;
color: #F39C12;
}
.radioicon-black input[type="radio"]:checked + label .fa-circle {
display: block;
color: #000000;
}
/* Spinner control */
.input-group-btn-vertical {
position: relative;
white-space: nowrap;
width: 2%;
vertical-align: middle;
display: table-cell;
}
.input-group-btn-vertical > .btn {
display: block;
float: none;
width: 30px;
padding: 8px;
margin-left: -1px;
position: relative;
border-radius: 0;
}
.input-group-btn-vertical > .btn:first-child {
border-top-right-radius: 0px;
}
.input-group-btn-vertical > .btn:last-child {
margin-top: -12px;
border-bottom-right-radius: 0px;
}
.input-group-btn-vertical i {
position: absolute;
top: 0;
left: 10px;
} | 0.283484 | 0.055952 |
------------------------------------*/
.pricing-table-v7 .no-space-pricing [class^="col-"],
.pricing-table-v7 .no-space-pricing [class*=" col-"] {
padding: 0;
}
.pricing-table-v7 .no-row-space {
margin-right: 0;
margin-left: 0;
}
.pricing-table-v7 .service-block {
margin-bottom: 0;
}
.pricing-table-v7 .pricing-inner-1,
.pricing-table-v7 .pricing-inner-2 {
border: 1px solid #eee;
}
.pricing-table-v7 .pricing-inner-1 {
border-right: 0;
}
.pricing-table-v7 .pricing-inner-1,
.pricing-table-v7 .pricing-inner-2 {
border-top: 0;
padding: 20px 0;
}
.pricing-table-v7 .service-block h2 {
margin-bottom: 0;
}
.pricing-table-v7 .service-block > span {
color: #fff;
font-size: 50px;
margin-left: 25px;
position: relative;
display: inline-block;
}
.pricing-table-v7 .service-block > span .dollar {
top: 7px;
left: -13px;
position: absolute;
}
.pricing-table-v7 .service-block > span i {
font-size: 15px;
margin-left: 3px;
margin-right: 2px;
font-style: normal;
}
.pricing-table-v7 .service-block p {
padding-bottom: 7px;
}
.pricing-table-v7 .pricing-body {
background-color: #fff;
}
.pricing-table-v7 i {
font-size: 40px;
border: medium none;
}
.pricing-table-v7 .pricing-body span {
display: block;
color: #959494;
font-size: 13px;
}
.pricing-table-v7 .btn-u.btn-brd {
color: #fff;
border-color: #fff;
}
.pricing-table-v7 .btn-u.btn-brd:hover {
color: #555;
background: #fff;
border-color: transparent;
}
.pricing-table-v7.service-block-u {
background-color: #e67e22 !important;
}
.pricing-table-v7.service-block-u .pricing-body i{
color: #e67e22;
}
.pricing-table-v7.service-block-dark-red .service-block{
background: #b61332
}
.pricing-table-v7.service-block-dark-red .pricing-body i{
color: #b61332;
}
.pricing-table-v7.service-block-teal .service-block{
background: #2cd5b6
}
.pricing-table-v7.service-block-teal .pricing-body i{
color: #2cd5b6;
}
.pricing-table-v7.service-block-sea .pricing-body i {
color: #1abc9c;
}
.pricing-table-v7.service-block-grey .pricing-body i {
color: #95a5a6;
}
.pricing-table-v7.service-block-yellow .pricing-body i {
color: #f1c40f;
}
.pricing-table-v7.service-block-purple .pricing-body i {
color: #9b6bcc;
}
.pricing-table-v7.service-block-aqua .pricing-body i {
color: #27d7e7;
}
.pricing-table-v7.service-block-brown .pricing-body i {
color: #9c8061;
}
.pricing-table-v7.service-block-light-green .pricing-body i {
color: #79d5b3;
}
.pricing-table-v7.service-block-purple .pricing-body i {
color: #9b6bcc;
}
.pricing-table-v7.service-block-blue .pricing-body i {
color: #3498db;
}
.pricing-table-v7.service-block-dark-blue .pricing-body i {
color: #4765a0;
}
.pricing-table-v7.service-block-red .pricing-body i {
color: #e74c3c;
}
.pricing-table-v7.service-block-dark .pricing-body i {
color: #555;
}
.pricing-table-v7.service-block-orange i.icon-color-light {
color: #e67e22;
}
.pricing-table-v7.service-block-light .pricing-body span,
.pricing-table-v7.service-block-light .pricing-body i.icon-color-light {
color: #555;
}
.pricing-table-v7.service-block-light .btn-u.btn-brd {
color: #555;
border-color: #888;
}
.pricing-table-v7.service-block-light .btn-u.btn-brd:hover {
border-color: #ddd;
}
/* Devices (Large Screen Mode, 1200px more) */
@media (min-width: 1200px) {
}
/* Devices (Desktop Mode, 992px and 1200px) */
@media (min-width: 992px) and (max-width: 1200px) {
.pricing-table-v7 .no-space-pricing [class^="col-"],
.pricing-table-v7 .no-space-pricing [class*=" col-"] {
padding: 0;
}
}
/* Devices (Tablet Mode, 768px and 991px) */
@media (min-width: 767px) and (max-width: 991px) {
}
/* Medium Devices (Phone Mode, 768px and less) */
@media (max-width: 767px) {
}
/* Medium Devices (Phone Mode, 768px and less) */
@media (max-width: 550px) {
.col-width-full {
width: 100%;
}
} | www/front/css/pages/pricing/pricing_v7.css | ------------------------------------*/
.pricing-table-v7 .no-space-pricing [class^="col-"],
.pricing-table-v7 .no-space-pricing [class*=" col-"] {
padding: 0;
}
.pricing-table-v7 .no-row-space {
margin-right: 0;
margin-left: 0;
}
.pricing-table-v7 .service-block {
margin-bottom: 0;
}
.pricing-table-v7 .pricing-inner-1,
.pricing-table-v7 .pricing-inner-2 {
border: 1px solid #eee;
}
.pricing-table-v7 .pricing-inner-1 {
border-right: 0;
}
.pricing-table-v7 .pricing-inner-1,
.pricing-table-v7 .pricing-inner-2 {
border-top: 0;
padding: 20px 0;
}
.pricing-table-v7 .service-block h2 {
margin-bottom: 0;
}
.pricing-table-v7 .service-block > span {
color: #fff;
font-size: 50px;
margin-left: 25px;
position: relative;
display: inline-block;
}
.pricing-table-v7 .service-block > span .dollar {
top: 7px;
left: -13px;
position: absolute;
}
.pricing-table-v7 .service-block > span i {
font-size: 15px;
margin-left: 3px;
margin-right: 2px;
font-style: normal;
}
.pricing-table-v7 .service-block p {
padding-bottom: 7px;
}
.pricing-table-v7 .pricing-body {
background-color: #fff;
}
.pricing-table-v7 i {
font-size: 40px;
border: medium none;
}
.pricing-table-v7 .pricing-body span {
display: block;
color: #959494;
font-size: 13px;
}
.pricing-table-v7 .btn-u.btn-brd {
color: #fff;
border-color: #fff;
}
.pricing-table-v7 .btn-u.btn-brd:hover {
color: #555;
background: #fff;
border-color: transparent;
}
.pricing-table-v7.service-block-u {
background-color: #e67e22 !important;
}
.pricing-table-v7.service-block-u .pricing-body i{
color: #e67e22;
}
.pricing-table-v7.service-block-dark-red .service-block{
background: #b61332
}
.pricing-table-v7.service-block-dark-red .pricing-body i{
color: #b61332;
}
.pricing-table-v7.service-block-teal .service-block{
background: #2cd5b6
}
.pricing-table-v7.service-block-teal .pricing-body i{
color: #2cd5b6;
}
.pricing-table-v7.service-block-sea .pricing-body i {
color: #1abc9c;
}
.pricing-table-v7.service-block-grey .pricing-body i {
color: #95a5a6;
}
.pricing-table-v7.service-block-yellow .pricing-body i {
color: #f1c40f;
}
.pricing-table-v7.service-block-purple .pricing-body i {
color: #9b6bcc;
}
.pricing-table-v7.service-block-aqua .pricing-body i {
color: #27d7e7;
}
.pricing-table-v7.service-block-brown .pricing-body i {
color: #9c8061;
}
.pricing-table-v7.service-block-light-green .pricing-body i {
color: #79d5b3;
}
.pricing-table-v7.service-block-purple .pricing-body i {
color: #9b6bcc;
}
.pricing-table-v7.service-block-blue .pricing-body i {
color: #3498db;
}
.pricing-table-v7.service-block-dark-blue .pricing-body i {
color: #4765a0;
}
.pricing-table-v7.service-block-red .pricing-body i {
color: #e74c3c;
}
.pricing-table-v7.service-block-dark .pricing-body i {
color: #555;
}
.pricing-table-v7.service-block-orange i.icon-color-light {
color: #e67e22;
}
.pricing-table-v7.service-block-light .pricing-body span,
.pricing-table-v7.service-block-light .pricing-body i.icon-color-light {
color: #555;
}
.pricing-table-v7.service-block-light .btn-u.btn-brd {
color: #555;
border-color: #888;
}
.pricing-table-v7.service-block-light .btn-u.btn-brd:hover {
border-color: #ddd;
}
/* Devices (Large Screen Mode, 1200px more) */
@media (min-width: 1200px) {
}
/* Devices (Desktop Mode, 992px and 1200px) */
@media (min-width: 992px) and (max-width: 1200px) {
.pricing-table-v7 .no-space-pricing [class^="col-"],
.pricing-table-v7 .no-space-pricing [class*=" col-"] {
padding: 0;
}
}
/* Devices (Tablet Mode, 768px and 991px) */
@media (min-width: 767px) and (max-width: 991px) {
}
/* Medium Devices (Phone Mode, 768px and less) */
@media (max-width: 767px) {
}
/* Medium Devices (Phone Mode, 768px and less) */
@media (max-width: 550px) {
.col-width-full {
width: 100%;
}
} | 0.338077 | 0.120905 |
* Breakpoints & Media Queries
*/
/**
* SCSS Variables.
*
* Please use variables from this sheet to ensure consistency across the UI.
* Don't add to this sheet unless you're pretty sure the value will be reused in many places.
* For example, don't add rules to this sheet that affect block visuals. It's purely for UI.
*/
/**
* Colors
*/
/**
* Fonts & basic variables.
*/
/**
* Grid System.
* https://make.wordpress.org/design/2019/10/31/proposal-a-consistent-spacing-system-for-wordpress/
*/
/**
* Dimensions.
*/
/**
* Shadows.
*/
/**
* Editor widths.
*/
/**
* Block & Editor UI.
*/
/**
* Block paddings.
*/
/**
* React Native specific.
* These variables do not appear to be used anywhere else.
*/
/**
* Converts a hex value into the rgb equivalent.
*
* @param {string} hex - the hexadecimal value to convert
* @return {string} comma separated rgb values
*/
/**
* Breakpoint mixins
*/
/**
* Long content fade mixin
*
* Creates a fading overlay to signify that the content is longer
* than the space allows.
*/
/**
* Focus styles.
*/
/**
* Applies editor left position to the selector passed as argument
*/
/**
* Styles that are reused verbatim in a few places
*/
/**
* Allows users to opt-out of animations via OS-level preferences.
*/
/**
* Reset default styles for JavaScript UI based pages.
* This is a WP-admin agnostic reset
*/
/**
* Reset the WP Admin page styles for Gutenberg-like pages.
*/
.wp-block-gallery,
.blocks-gallery-grid {
display: flex;
flex-wrap: wrap;
list-style-type: none;
padding: 0;
margin: 0;
}
.wp-block-gallery .blocks-gallery-image,
.wp-block-gallery .blocks-gallery-item,
.blocks-gallery-grid .blocks-gallery-image,
.blocks-gallery-grid .blocks-gallery-item {
margin: 0 0 1em 1em;
display: flex;
flex-grow: 1;
flex-direction: column;
justify-content: center;
position: relative;
width: calc(50% - 1em);
}
.wp-block-gallery .blocks-gallery-image:nth-of-type(even),
.wp-block-gallery .blocks-gallery-item:nth-of-type(even),
.blocks-gallery-grid .blocks-gallery-image:nth-of-type(even),
.blocks-gallery-grid .blocks-gallery-item:nth-of-type(even) {
margin-left: 0;
}
.wp-block-gallery .blocks-gallery-image figure,
.wp-block-gallery .blocks-gallery-item figure,
.blocks-gallery-grid .blocks-gallery-image figure,
.blocks-gallery-grid .blocks-gallery-item figure {
margin: 0;
height: 100%;
display: flex;
align-items: flex-end;
justify-content: flex-start;
}
.wp-block-gallery .blocks-gallery-image img,
.wp-block-gallery .blocks-gallery-item img,
.blocks-gallery-grid .blocks-gallery-image img,
.blocks-gallery-grid .blocks-gallery-item img {
display: block;
max-width: 100%;
height: auto;
width: auto;
}
.wp-block-gallery .blocks-gallery-image figcaption,
.wp-block-gallery .blocks-gallery-item figcaption,
.blocks-gallery-grid .blocks-gallery-image figcaption,
.blocks-gallery-grid .blocks-gallery-item figcaption {
position: absolute;
bottom: 0;
width: 100%;
max-height: 100%;
overflow: auto;
padding: 3em 0.77em 0.7em;
color: #fff;
text-align: center;
font-size: 0.8em;
background: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 0, rgba(0, 0, 0, 0.3) 70%, transparent);
box-sizing: border-box;
margin: 0;
z-index: 2;
}
.wp-block-gallery .blocks-gallery-image figcaption img,
.wp-block-gallery .blocks-gallery-item figcaption img,
.blocks-gallery-grid .blocks-gallery-image figcaption img,
.blocks-gallery-grid .blocks-gallery-item figcaption img {
display: inline;
}
.wp-block-gallery figcaption,
.blocks-gallery-grid figcaption {
flex-grow: 1;
}
.wp-block-gallery.is-cropped .blocks-gallery-image a,
.wp-block-gallery.is-cropped .blocks-gallery-image img, .wp-block-gallery.is-cropped .blocks-gallery-item a,
.wp-block-gallery.is-cropped .blocks-gallery-item img,
.blocks-gallery-grid.is-cropped .blocks-gallery-image a,
.blocks-gallery-grid.is-cropped .blocks-gallery-image img,
.blocks-gallery-grid.is-cropped .blocks-gallery-item a,
.blocks-gallery-grid.is-cropped .blocks-gallery-item img {
width: 100%;
height: 100%;
flex: 1;
-o-object-fit: cover;
object-fit: cover;
}
.wp-block-gallery.columns-1 .blocks-gallery-image, .wp-block-gallery.columns-1 .blocks-gallery-item,
.blocks-gallery-grid.columns-1 .blocks-gallery-image,
.blocks-gallery-grid.columns-1 .blocks-gallery-item {
width: 100%;
margin-left: 0;
}
@media (min-width: 600px) {
.wp-block-gallery.columns-3 .blocks-gallery-image, .wp-block-gallery.columns-3 .blocks-gallery-item,
.blocks-gallery-grid.columns-3 .blocks-gallery-image,
.blocks-gallery-grid.columns-3 .blocks-gallery-item {
width: calc(33.3333333333% - 0.6666666667em);
margin-left: 1em;
}
.wp-block-gallery.columns-4 .blocks-gallery-image, .wp-block-gallery.columns-4 .blocks-gallery-item,
.blocks-gallery-grid.columns-4 .blocks-gallery-image,
.blocks-gallery-grid.columns-4 .blocks-gallery-item {
width: calc(25% - 0.75em);
margin-left: 1em;
}
.wp-block-gallery.columns-5 .blocks-gallery-image, .wp-block-gallery.columns-5 .blocks-gallery-item,
.blocks-gallery-grid.columns-5 .blocks-gallery-image,
.blocks-gallery-grid.columns-5 .blocks-gallery-item {
width: calc(20% - 0.8em);
margin-left: 1em;
}
.wp-block-gallery.columns-6 .blocks-gallery-image, .wp-block-gallery.columns-6 .blocks-gallery-item,
.blocks-gallery-grid.columns-6 .blocks-gallery-image,
.blocks-gallery-grid.columns-6 .blocks-gallery-item {
width: calc(16.6666666667% - 0.8333333333em);
margin-left: 1em;
}
.wp-block-gallery.columns-7 .blocks-gallery-image, .wp-block-gallery.columns-7 .blocks-gallery-item,
.blocks-gallery-grid.columns-7 .blocks-gallery-image,
.blocks-gallery-grid.columns-7 .blocks-gallery-item {
width: calc(14.2857142857% - 0.8571428571em);
margin-left: 1em;
}
.wp-block-gallery.columns-8 .blocks-gallery-image, .wp-block-gallery.columns-8 .blocks-gallery-item,
.blocks-gallery-grid.columns-8 .blocks-gallery-image,
.blocks-gallery-grid.columns-8 .blocks-gallery-item {
width: calc(12.5% - 0.875em);
margin-left: 1em;
}
.wp-block-gallery.columns-1 .blocks-gallery-image:nth-of-type(1n), .wp-block-gallery.columns-1 .blocks-gallery-item:nth-of-type(1n),
.blocks-gallery-grid.columns-1 .blocks-gallery-image:nth-of-type(1n),
.blocks-gallery-grid.columns-1 .blocks-gallery-item:nth-of-type(1n) {
margin-left: 0;
}
.wp-block-gallery.columns-2 .blocks-gallery-image:nth-of-type(2n), .wp-block-gallery.columns-2 .blocks-gallery-item:nth-of-type(2n),
.blocks-gallery-grid.columns-2 .blocks-gallery-image:nth-of-type(2n),
.blocks-gallery-grid.columns-2 .blocks-gallery-item:nth-of-type(2n) {
margin-left: 0;
}
.wp-block-gallery.columns-3 .blocks-gallery-image:nth-of-type(3n), .wp-block-gallery.columns-3 .blocks-gallery-item:nth-of-type(3n),
.blocks-gallery-grid.columns-3 .blocks-gallery-image:nth-of-type(3n),
.blocks-gallery-grid.columns-3 .blocks-gallery-item:nth-of-type(3n) {
margin-left: 0;
}
.wp-block-gallery.columns-4 .blocks-gallery-image:nth-of-type(4n), .wp-block-gallery.columns-4 .blocks-gallery-item:nth-of-type(4n),
.blocks-gallery-grid.columns-4 .blocks-gallery-image:nth-of-type(4n),
.blocks-gallery-grid.columns-4 .blocks-gallery-item:nth-of-type(4n) {
margin-left: 0;
}
.wp-block-gallery.columns-5 .blocks-gallery-image:nth-of-type(5n), .wp-block-gallery.columns-5 .blocks-gallery-item:nth-of-type(5n),
.blocks-gallery-grid.columns-5 .blocks-gallery-image:nth-of-type(5n),
.blocks-gallery-grid.columns-5 .blocks-gallery-item:nth-of-type(5n) {
margin-left: 0;
}
.wp-block-gallery.columns-6 .blocks-gallery-image:nth-of-type(6n), .wp-block-gallery.columns-6 .blocks-gallery-item:nth-of-type(6n),
.blocks-gallery-grid.columns-6 .blocks-gallery-image:nth-of-type(6n),
.blocks-gallery-grid.columns-6 .blocks-gallery-item:nth-of-type(6n) {
margin-left: 0;
}
.wp-block-gallery.columns-7 .blocks-gallery-image:nth-of-type(7n), .wp-block-gallery.columns-7 .blocks-gallery-item:nth-of-type(7n),
.blocks-gallery-grid.columns-7 .blocks-gallery-image:nth-of-type(7n),
.blocks-gallery-grid.columns-7 .blocks-gallery-item:nth-of-type(7n) {
margin-left: 0;
}
.wp-block-gallery.columns-8 .blocks-gallery-image:nth-of-type(8n), .wp-block-gallery.columns-8 .blocks-gallery-item:nth-of-type(8n),
.blocks-gallery-grid.columns-8 .blocks-gallery-image:nth-of-type(8n),
.blocks-gallery-grid.columns-8 .blocks-gallery-item:nth-of-type(8n) {
margin-left: 0;
}
}
.wp-block-gallery .blocks-gallery-image:last-child,
.wp-block-gallery .blocks-gallery-item:last-child,
.blocks-gallery-grid .blocks-gallery-image:last-child,
.blocks-gallery-grid .blocks-gallery-item:last-child {
margin-left: 0;
}
.wp-block-gallery.alignleft, .wp-block-gallery.alignright,
.blocks-gallery-grid.alignleft,
.blocks-gallery-grid.alignright {
max-width: 420px;
width: 100%;
}
.wp-block-gallery.aligncenter .blocks-gallery-item figure,
.blocks-gallery-grid.aligncenter .blocks-gallery-item figure {
justify-content: center;
}
.wp-block-gallery:not(.is-cropped) .blocks-gallery-item {
align-self: flex-start;
}
.wp-block-gallery.has-nested-images {
display: flex;
flex-wrap: wrap;
}
.wp-block-gallery.has-nested-images figure.wp-block-image:not(#individual-image) {
margin: 0 0 var(--gallery-block--gutter-size, 16px) var(--gallery-block--gutter-size, 16px);
width: calc(50% - (var(--gallery-block--gutter-size, 16px) / 2));
}
.wp-block-gallery.has-nested-images figure.wp-block-image:not(#individual-image):last-of-type:not(#individual-image) {
margin-left: 0;
}
.wp-block-gallery.has-nested-images figure.wp-block-image:not(#individual-image):nth-of-type(even) {
margin-left: 0;
}
.wp-block-gallery.has-nested-images figure.wp-block-image {
display: flex;
flex-grow: 1;
justify-content: center;
position: relative;
margin-top: auto;
margin-bottom: auto;
flex-direction: column;
max-width: 100%;
}
.wp-block-gallery.has-nested-images figure.wp-block-image > div,
.wp-block-gallery.has-nested-images figure.wp-block-image > a {
margin: 0;
flex-direction: column;
flex-grow: 1;
}
.wp-block-gallery.has-nested-images figure.wp-block-image img {
display: block;
height: auto;
max-width: 100% !important;
width: auto;
}
.wp-block-gallery.has-nested-images figure.wp-block-image figcaption {
background: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 0, rgba(0, 0, 0, 0.3) 70%, transparent);
bottom: 0;
color: #fff;
font-size: 13px;
right: 0;
margin-bottom: 0;
max-height: 60%;
overflow: auto;
padding: 0 8px 8px;
position: absolute;
text-align: center;
width: 100%;
box-sizing: border-box;
}
.wp-block-gallery.has-nested-images figure.wp-block-image figcaption img {
display: inline;
}
.wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded > div,
.wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded > a {
flex: 1 1 auto;
}
.wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded figcaption {
flex: initial;
background: none;
color: inherit;
margin: 0;
padding: 10px 10px 9px;
position: relative;
}
.wp-block-gallery.has-nested-images figcaption {
flex-grow: 1;
flex-basis: 100%;
text-align: center;
}
.wp-block-gallery.has-nested-images:not(.is-cropped) figure.wp-block-image:not(#individual-image) {
margin-top: 0;
margin-bottom: auto;
}
.wp-block-gallery.has-nested-images:not(.is-cropped) figure.wp-block-image:not(#individual-image) img {
margin-bottom: var(--gallery-block--gutter-size, 16px);
}
.wp-block-gallery.has-nested-images:not(.is-cropped) figure.wp-block-image:not(#individual-image) figcaption {
bottom: var(--gallery-block--gutter-size, 16px);
}
.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) {
align-self: inherit;
}
.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) > div:not(.components-drop-zone),
.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) > a {
display: flex;
}
.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) a,
.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) img {
width: 100%;
flex: 1 0 0%;
height: 100%;
-o-object-fit: cover;
object-fit: cover;
}
.wp-block-gallery.has-nested-images.columns-1 figure.wp-block-image:not(#individual-image) {
margin-left: 0;
width: 100%;
}
@media (min-width: 600px) {
.wp-block-gallery.has-nested-images.columns-3 figure.wp-block-image:not(#individual-image) {
margin-left: var(--gallery-block--gutter-size, 16px);
width: calc(33.3333333333% - (var(--gallery-block--gutter-size, 16px) * 0.6666666667));
}
.wp-block-gallery.has-nested-images.columns-3 figure.wp-block-image:not(#individual-image).is-dragging ~ figure.wp-block-image:not(#individual-image) {
margin-left: var(--gallery-block--gutter-size, 16px);
}
.wp-block-gallery.has-nested-images.columns-4 figure.wp-block-image:not(#individual-image) {
margin-left: var(--gallery-block--gutter-size, 16px);
width: calc(25% - (var(--gallery-block--gutter-size, 16px) * 0.75));
}
.wp-block-gallery.has-nested-images.columns-4 figure.wp-block-image:not(#individual-image).is-dragging ~ figure.wp-block-image:not(#individual-image) {
margin-left: var(--gallery-block--gutter-size, 16px);
}
.wp-block-gallery.has-nested-images.columns-5 figure.wp-block-image:not(#individual-image) {
margin-left: var(--gallery-block--gutter-size, 16px);
width: calc(20% - (var(--gallery-block--gutter-size, 16px) * 0.8));
}
.wp-block-gallery.has-nested-images.columns-5 figure.wp-block-image:not(#individual-image).is-dragging ~ figure.wp-block-image:not(#individual-image) {
margin-left: var(--gallery-block--gutter-size, 16px);
}
.wp-block-gallery.has-nested-images.columns-6 figure.wp-block-image:not(#individual-image) {
margin-left: var(--gallery-block--gutter-size, 16px);
width: calc(16.6666666667% - (var(--gallery-block--gutter-size, 16px) * 0.8333333333));
}
.wp-block-gallery.has-nested-images.columns-6 figure.wp-block-image:not(#individual-image).is-dragging ~ figure.wp-block-image:not(#individual-image) {
margin-left: var(--gallery-block--gutter-size, 16px);
}
.wp-block-gallery.has-nested-images.columns-7 figure.wp-block-image:not(#individual-image) {
margin-left: var(--gallery-block--gutter-size, 16px);
width: calc(14.2857142857% - (var(--gallery-block--gutter-size, 16px) * 0.8571428571));
}
.wp-block-gallery.has-nested-images.columns-7 figure.wp-block-image:not(#individual-image).is-dragging ~ figure.wp-block-image:not(#individual-image) {
margin-left: var(--gallery-block--gutter-size, 16px);
}
.wp-block-gallery.has-nested-images.columns-8 figure.wp-block-image:not(#individual-image) {
margin-left: var(--gallery-block--gutter-size, 16px);
width: calc(12.5% - (var(--gallery-block--gutter-size, 16px) * 0.875));
}
.wp-block-gallery.has-nested-images.columns-8 figure.wp-block-image:not(#individual-image).is-dragging ~ figure.wp-block-image:not(#individual-image) {
margin-left: var(--gallery-block--gutter-size, 16px);
}
.wp-block-gallery.has-nested-images.columns-1 figure.wp-block-image:not(#individual-image):nth-of-type(1n) {
margin-left: 0;
}
.wp-block-gallery.has-nested-images.columns-2 figure.wp-block-image:not(#individual-image):nth-of-type(2n) {
margin-left: 0;
}
.wp-block-gallery.has-nested-images.columns-3 figure.wp-block-image:not(#individual-image):nth-of-type(3n) {
margin-left: 0;
}
.wp-block-gallery.has-nested-images.columns-4 figure.wp-block-image:not(#individual-image):nth-of-type(4n) {
margin-left: 0;
}
.wp-block-gallery.has-nested-images.columns-5 figure.wp-block-image:not(#individual-image):nth-of-type(5n) {
margin-left: 0;
}
.wp-block-gallery.has-nested-images.columns-6 figure.wp-block-image:not(#individual-image):nth-of-type(6n) {
margin-left: 0;
}
.wp-block-gallery.has-nested-images.columns-7 figure.wp-block-image:not(#individual-image):nth-of-type(7n) {
margin-left: 0;
}
.wp-block-gallery.has-nested-images.columns-8 figure.wp-block-image:not(#individual-image):nth-of-type(8n) {
margin-left: 0;
}
.wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image) {
margin-left: var(--gallery-block--gutter-size, 16px);
width: calc(33.33% - (var(--gallery-block--gutter-size, 16px) * 0.6666666667));
}
.wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):nth-of-type(3n+3) {
margin-left: 0;
}
.wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:nth-last-child(2),
.wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:nth-last-child(2) ~ figure.wp-block-image:not(#individual-image) {
width: calc(50% - (var(--gallery-block--gutter-size, 16px) * 0.5));
}
.wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:nth-last-child(1) {
width: 100%;
}
}
.wp-block-gallery.has-nested-images.alignleft, .wp-block-gallery.has-nested-images.alignright {
max-width: 420px;
width: 100%;
}
.wp-block-gallery.has-nested-images.aligncenter {
justify-content: center;
} | wp-app/wp-includes/blocks/gallery/style-rtl.css | * Breakpoints & Media Queries
*/
/**
* SCSS Variables.
*
* Please use variables from this sheet to ensure consistency across the UI.
* Don't add to this sheet unless you're pretty sure the value will be reused in many places.
* For example, don't add rules to this sheet that affect block visuals. It's purely for UI.
*/
/**
* Colors
*/
/**
* Fonts & basic variables.
*/
/**
* Grid System.
* https://make.wordpress.org/design/2019/10/31/proposal-a-consistent-spacing-system-for-wordpress/
*/
/**
* Dimensions.
*/
/**
* Shadows.
*/
/**
* Editor widths.
*/
/**
* Block & Editor UI.
*/
/**
* Block paddings.
*/
/**
* React Native specific.
* These variables do not appear to be used anywhere else.
*/
/**
* Converts a hex value into the rgb equivalent.
*
* @param {string} hex - the hexadecimal value to convert
* @return {string} comma separated rgb values
*/
/**
* Breakpoint mixins
*/
/**
* Long content fade mixin
*
* Creates a fading overlay to signify that the content is longer
* than the space allows.
*/
/**
* Focus styles.
*/
/**
* Applies editor left position to the selector passed as argument
*/
/**
* Styles that are reused verbatim in a few places
*/
/**
* Allows users to opt-out of animations via OS-level preferences.
*/
/**
* Reset default styles for JavaScript UI based pages.
* This is a WP-admin agnostic reset
*/
/**
* Reset the WP Admin page styles for Gutenberg-like pages.
*/
.wp-block-gallery,
.blocks-gallery-grid {
display: flex;
flex-wrap: wrap;
list-style-type: none;
padding: 0;
margin: 0;
}
.wp-block-gallery .blocks-gallery-image,
.wp-block-gallery .blocks-gallery-item,
.blocks-gallery-grid .blocks-gallery-image,
.blocks-gallery-grid .blocks-gallery-item {
margin: 0 0 1em 1em;
display: flex;
flex-grow: 1;
flex-direction: column;
justify-content: center;
position: relative;
width: calc(50% - 1em);
}
.wp-block-gallery .blocks-gallery-image:nth-of-type(even),
.wp-block-gallery .blocks-gallery-item:nth-of-type(even),
.blocks-gallery-grid .blocks-gallery-image:nth-of-type(even),
.blocks-gallery-grid .blocks-gallery-item:nth-of-type(even) {
margin-left: 0;
}
.wp-block-gallery .blocks-gallery-image figure,
.wp-block-gallery .blocks-gallery-item figure,
.blocks-gallery-grid .blocks-gallery-image figure,
.blocks-gallery-grid .blocks-gallery-item figure {
margin: 0;
height: 100%;
display: flex;
align-items: flex-end;
justify-content: flex-start;
}
.wp-block-gallery .blocks-gallery-image img,
.wp-block-gallery .blocks-gallery-item img,
.blocks-gallery-grid .blocks-gallery-image img,
.blocks-gallery-grid .blocks-gallery-item img {
display: block;
max-width: 100%;
height: auto;
width: auto;
}
.wp-block-gallery .blocks-gallery-image figcaption,
.wp-block-gallery .blocks-gallery-item figcaption,
.blocks-gallery-grid .blocks-gallery-image figcaption,
.blocks-gallery-grid .blocks-gallery-item figcaption {
position: absolute;
bottom: 0;
width: 100%;
max-height: 100%;
overflow: auto;
padding: 3em 0.77em 0.7em;
color: #fff;
text-align: center;
font-size: 0.8em;
background: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 0, rgba(0, 0, 0, 0.3) 70%, transparent);
box-sizing: border-box;
margin: 0;
z-index: 2;
}
.wp-block-gallery .blocks-gallery-image figcaption img,
.wp-block-gallery .blocks-gallery-item figcaption img,
.blocks-gallery-grid .blocks-gallery-image figcaption img,
.blocks-gallery-grid .blocks-gallery-item figcaption img {
display: inline;
}
.wp-block-gallery figcaption,
.blocks-gallery-grid figcaption {
flex-grow: 1;
}
.wp-block-gallery.is-cropped .blocks-gallery-image a,
.wp-block-gallery.is-cropped .blocks-gallery-image img, .wp-block-gallery.is-cropped .blocks-gallery-item a,
.wp-block-gallery.is-cropped .blocks-gallery-item img,
.blocks-gallery-grid.is-cropped .blocks-gallery-image a,
.blocks-gallery-grid.is-cropped .blocks-gallery-image img,
.blocks-gallery-grid.is-cropped .blocks-gallery-item a,
.blocks-gallery-grid.is-cropped .blocks-gallery-item img {
width: 100%;
height: 100%;
flex: 1;
-o-object-fit: cover;
object-fit: cover;
}
.wp-block-gallery.columns-1 .blocks-gallery-image, .wp-block-gallery.columns-1 .blocks-gallery-item,
.blocks-gallery-grid.columns-1 .blocks-gallery-image,
.blocks-gallery-grid.columns-1 .blocks-gallery-item {
width: 100%;
margin-left: 0;
}
@media (min-width: 600px) {
.wp-block-gallery.columns-3 .blocks-gallery-image, .wp-block-gallery.columns-3 .blocks-gallery-item,
.blocks-gallery-grid.columns-3 .blocks-gallery-image,
.blocks-gallery-grid.columns-3 .blocks-gallery-item {
width: calc(33.3333333333% - 0.6666666667em);
margin-left: 1em;
}
.wp-block-gallery.columns-4 .blocks-gallery-image, .wp-block-gallery.columns-4 .blocks-gallery-item,
.blocks-gallery-grid.columns-4 .blocks-gallery-image,
.blocks-gallery-grid.columns-4 .blocks-gallery-item {
width: calc(25% - 0.75em);
margin-left: 1em;
}
.wp-block-gallery.columns-5 .blocks-gallery-image, .wp-block-gallery.columns-5 .blocks-gallery-item,
.blocks-gallery-grid.columns-5 .blocks-gallery-image,
.blocks-gallery-grid.columns-5 .blocks-gallery-item {
width: calc(20% - 0.8em);
margin-left: 1em;
}
.wp-block-gallery.columns-6 .blocks-gallery-image, .wp-block-gallery.columns-6 .blocks-gallery-item,
.blocks-gallery-grid.columns-6 .blocks-gallery-image,
.blocks-gallery-grid.columns-6 .blocks-gallery-item {
width: calc(16.6666666667% - 0.8333333333em);
margin-left: 1em;
}
.wp-block-gallery.columns-7 .blocks-gallery-image, .wp-block-gallery.columns-7 .blocks-gallery-item,
.blocks-gallery-grid.columns-7 .blocks-gallery-image,
.blocks-gallery-grid.columns-7 .blocks-gallery-item {
width: calc(14.2857142857% - 0.8571428571em);
margin-left: 1em;
}
.wp-block-gallery.columns-8 .blocks-gallery-image, .wp-block-gallery.columns-8 .blocks-gallery-item,
.blocks-gallery-grid.columns-8 .blocks-gallery-image,
.blocks-gallery-grid.columns-8 .blocks-gallery-item {
width: calc(12.5% - 0.875em);
margin-left: 1em;
}
.wp-block-gallery.columns-1 .blocks-gallery-image:nth-of-type(1n), .wp-block-gallery.columns-1 .blocks-gallery-item:nth-of-type(1n),
.blocks-gallery-grid.columns-1 .blocks-gallery-image:nth-of-type(1n),
.blocks-gallery-grid.columns-1 .blocks-gallery-item:nth-of-type(1n) {
margin-left: 0;
}
.wp-block-gallery.columns-2 .blocks-gallery-image:nth-of-type(2n), .wp-block-gallery.columns-2 .blocks-gallery-item:nth-of-type(2n),
.blocks-gallery-grid.columns-2 .blocks-gallery-image:nth-of-type(2n),
.blocks-gallery-grid.columns-2 .blocks-gallery-item:nth-of-type(2n) {
margin-left: 0;
}
.wp-block-gallery.columns-3 .blocks-gallery-image:nth-of-type(3n), .wp-block-gallery.columns-3 .blocks-gallery-item:nth-of-type(3n),
.blocks-gallery-grid.columns-3 .blocks-gallery-image:nth-of-type(3n),
.blocks-gallery-grid.columns-3 .blocks-gallery-item:nth-of-type(3n) {
margin-left: 0;
}
.wp-block-gallery.columns-4 .blocks-gallery-image:nth-of-type(4n), .wp-block-gallery.columns-4 .blocks-gallery-item:nth-of-type(4n),
.blocks-gallery-grid.columns-4 .blocks-gallery-image:nth-of-type(4n),
.blocks-gallery-grid.columns-4 .blocks-gallery-item:nth-of-type(4n) {
margin-left: 0;
}
.wp-block-gallery.columns-5 .blocks-gallery-image:nth-of-type(5n), .wp-block-gallery.columns-5 .blocks-gallery-item:nth-of-type(5n),
.blocks-gallery-grid.columns-5 .blocks-gallery-image:nth-of-type(5n),
.blocks-gallery-grid.columns-5 .blocks-gallery-item:nth-of-type(5n) {
margin-left: 0;
}
.wp-block-gallery.columns-6 .blocks-gallery-image:nth-of-type(6n), .wp-block-gallery.columns-6 .blocks-gallery-item:nth-of-type(6n),
.blocks-gallery-grid.columns-6 .blocks-gallery-image:nth-of-type(6n),
.blocks-gallery-grid.columns-6 .blocks-gallery-item:nth-of-type(6n) {
margin-left: 0;
}
.wp-block-gallery.columns-7 .blocks-gallery-image:nth-of-type(7n), .wp-block-gallery.columns-7 .blocks-gallery-item:nth-of-type(7n),
.blocks-gallery-grid.columns-7 .blocks-gallery-image:nth-of-type(7n),
.blocks-gallery-grid.columns-7 .blocks-gallery-item:nth-of-type(7n) {
margin-left: 0;
}
.wp-block-gallery.columns-8 .blocks-gallery-image:nth-of-type(8n), .wp-block-gallery.columns-8 .blocks-gallery-item:nth-of-type(8n),
.blocks-gallery-grid.columns-8 .blocks-gallery-image:nth-of-type(8n),
.blocks-gallery-grid.columns-8 .blocks-gallery-item:nth-of-type(8n) {
margin-left: 0;
}
}
.wp-block-gallery .blocks-gallery-image:last-child,
.wp-block-gallery .blocks-gallery-item:last-child,
.blocks-gallery-grid .blocks-gallery-image:last-child,
.blocks-gallery-grid .blocks-gallery-item:last-child {
margin-left: 0;
}
.wp-block-gallery.alignleft, .wp-block-gallery.alignright,
.blocks-gallery-grid.alignleft,
.blocks-gallery-grid.alignright {
max-width: 420px;
width: 100%;
}
.wp-block-gallery.aligncenter .blocks-gallery-item figure,
.blocks-gallery-grid.aligncenter .blocks-gallery-item figure {
justify-content: center;
}
.wp-block-gallery:not(.is-cropped) .blocks-gallery-item {
align-self: flex-start;
}
.wp-block-gallery.has-nested-images {
display: flex;
flex-wrap: wrap;
}
.wp-block-gallery.has-nested-images figure.wp-block-image:not(#individual-image) {
margin: 0 0 var(--gallery-block--gutter-size, 16px) var(--gallery-block--gutter-size, 16px);
width: calc(50% - (var(--gallery-block--gutter-size, 16px) / 2));
}
.wp-block-gallery.has-nested-images figure.wp-block-image:not(#individual-image):last-of-type:not(#individual-image) {
margin-left: 0;
}
.wp-block-gallery.has-nested-images figure.wp-block-image:not(#individual-image):nth-of-type(even) {
margin-left: 0;
}
.wp-block-gallery.has-nested-images figure.wp-block-image {
display: flex;
flex-grow: 1;
justify-content: center;
position: relative;
margin-top: auto;
margin-bottom: auto;
flex-direction: column;
max-width: 100%;
}
.wp-block-gallery.has-nested-images figure.wp-block-image > div,
.wp-block-gallery.has-nested-images figure.wp-block-image > a {
margin: 0;
flex-direction: column;
flex-grow: 1;
}
.wp-block-gallery.has-nested-images figure.wp-block-image img {
display: block;
height: auto;
max-width: 100% !important;
width: auto;
}
.wp-block-gallery.has-nested-images figure.wp-block-image figcaption {
background: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 0, rgba(0, 0, 0, 0.3) 70%, transparent);
bottom: 0;
color: #fff;
font-size: 13px;
right: 0;
margin-bottom: 0;
max-height: 60%;
overflow: auto;
padding: 0 8px 8px;
position: absolute;
text-align: center;
width: 100%;
box-sizing: border-box;
}
.wp-block-gallery.has-nested-images figure.wp-block-image figcaption img {
display: inline;
}
.wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded > div,
.wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded > a {
flex: 1 1 auto;
}
.wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded figcaption {
flex: initial;
background: none;
color: inherit;
margin: 0;
padding: 10px 10px 9px;
position: relative;
}
.wp-block-gallery.has-nested-images figcaption {
flex-grow: 1;
flex-basis: 100%;
text-align: center;
}
.wp-block-gallery.has-nested-images:not(.is-cropped) figure.wp-block-image:not(#individual-image) {
margin-top: 0;
margin-bottom: auto;
}
.wp-block-gallery.has-nested-images:not(.is-cropped) figure.wp-block-image:not(#individual-image) img {
margin-bottom: var(--gallery-block--gutter-size, 16px);
}
.wp-block-gallery.has-nested-images:not(.is-cropped) figure.wp-block-image:not(#individual-image) figcaption {
bottom: var(--gallery-block--gutter-size, 16px);
}
.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) {
align-self: inherit;
}
.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) > div:not(.components-drop-zone),
.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) > a {
display: flex;
}
.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) a,
.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) img {
width: 100%;
flex: 1 0 0%;
height: 100%;
-o-object-fit: cover;
object-fit: cover;
}
.wp-block-gallery.has-nested-images.columns-1 figure.wp-block-image:not(#individual-image) {
margin-left: 0;
width: 100%;
}
@media (min-width: 600px) {
.wp-block-gallery.has-nested-images.columns-3 figure.wp-block-image:not(#individual-image) {
margin-left: var(--gallery-block--gutter-size, 16px);
width: calc(33.3333333333% - (var(--gallery-block--gutter-size, 16px) * 0.6666666667));
}
.wp-block-gallery.has-nested-images.columns-3 figure.wp-block-image:not(#individual-image).is-dragging ~ figure.wp-block-image:not(#individual-image) {
margin-left: var(--gallery-block--gutter-size, 16px);
}
.wp-block-gallery.has-nested-images.columns-4 figure.wp-block-image:not(#individual-image) {
margin-left: var(--gallery-block--gutter-size, 16px);
width: calc(25% - (var(--gallery-block--gutter-size, 16px) * 0.75));
}
.wp-block-gallery.has-nested-images.columns-4 figure.wp-block-image:not(#individual-image).is-dragging ~ figure.wp-block-image:not(#individual-image) {
margin-left: var(--gallery-block--gutter-size, 16px);
}
.wp-block-gallery.has-nested-images.columns-5 figure.wp-block-image:not(#individual-image) {
margin-left: var(--gallery-block--gutter-size, 16px);
width: calc(20% - (var(--gallery-block--gutter-size, 16px) * 0.8));
}
.wp-block-gallery.has-nested-images.columns-5 figure.wp-block-image:not(#individual-image).is-dragging ~ figure.wp-block-image:not(#individual-image) {
margin-left: var(--gallery-block--gutter-size, 16px);
}
.wp-block-gallery.has-nested-images.columns-6 figure.wp-block-image:not(#individual-image) {
margin-left: var(--gallery-block--gutter-size, 16px);
width: calc(16.6666666667% - (var(--gallery-block--gutter-size, 16px) * 0.8333333333));
}
.wp-block-gallery.has-nested-images.columns-6 figure.wp-block-image:not(#individual-image).is-dragging ~ figure.wp-block-image:not(#individual-image) {
margin-left: var(--gallery-block--gutter-size, 16px);
}
.wp-block-gallery.has-nested-images.columns-7 figure.wp-block-image:not(#individual-image) {
margin-left: var(--gallery-block--gutter-size, 16px);
width: calc(14.2857142857% - (var(--gallery-block--gutter-size, 16px) * 0.8571428571));
}
.wp-block-gallery.has-nested-images.columns-7 figure.wp-block-image:not(#individual-image).is-dragging ~ figure.wp-block-image:not(#individual-image) {
margin-left: var(--gallery-block--gutter-size, 16px);
}
.wp-block-gallery.has-nested-images.columns-8 figure.wp-block-image:not(#individual-image) {
margin-left: var(--gallery-block--gutter-size, 16px);
width: calc(12.5% - (var(--gallery-block--gutter-size, 16px) * 0.875));
}
.wp-block-gallery.has-nested-images.columns-8 figure.wp-block-image:not(#individual-image).is-dragging ~ figure.wp-block-image:not(#individual-image) {
margin-left: var(--gallery-block--gutter-size, 16px);
}
.wp-block-gallery.has-nested-images.columns-1 figure.wp-block-image:not(#individual-image):nth-of-type(1n) {
margin-left: 0;
}
.wp-block-gallery.has-nested-images.columns-2 figure.wp-block-image:not(#individual-image):nth-of-type(2n) {
margin-left: 0;
}
.wp-block-gallery.has-nested-images.columns-3 figure.wp-block-image:not(#individual-image):nth-of-type(3n) {
margin-left: 0;
}
.wp-block-gallery.has-nested-images.columns-4 figure.wp-block-image:not(#individual-image):nth-of-type(4n) {
margin-left: 0;
}
.wp-block-gallery.has-nested-images.columns-5 figure.wp-block-image:not(#individual-image):nth-of-type(5n) {
margin-left: 0;
}
.wp-block-gallery.has-nested-images.columns-6 figure.wp-block-image:not(#individual-image):nth-of-type(6n) {
margin-left: 0;
}
.wp-block-gallery.has-nested-images.columns-7 figure.wp-block-image:not(#individual-image):nth-of-type(7n) {
margin-left: 0;
}
.wp-block-gallery.has-nested-images.columns-8 figure.wp-block-image:not(#individual-image):nth-of-type(8n) {
margin-left: 0;
}
.wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image) {
margin-left: var(--gallery-block--gutter-size, 16px);
width: calc(33.33% - (var(--gallery-block--gutter-size, 16px) * 0.6666666667));
}
.wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):nth-of-type(3n+3) {
margin-left: 0;
}
.wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:nth-last-child(2),
.wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:nth-last-child(2) ~ figure.wp-block-image:not(#individual-image) {
width: calc(50% - (var(--gallery-block--gutter-size, 16px) * 0.5));
}
.wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:nth-last-child(1) {
width: 100%;
}
}
.wp-block-gallery.has-nested-images.alignleft, .wp-block-gallery.has-nested-images.alignright {
max-width: 420px;
width: 100%;
}
.wp-block-gallery.has-nested-images.aligncenter {
justify-content: center;
} | 0.870046 | 0.072047 |
body {
color: #999;
text-shadow: 1px 1px 0px #666;
font-family: Verdana,sans-serif;
font-size: 14px;
background: url('http://fc04.deviantart.net/fs71/f/2012/223/4/0/doctor_whooves_and_the_tardis_by_theevilflashanimator-d5ap4na.png') no-repeat bottom right fixed, url('http://upload.wikimedia.org/wikipedia/commons/8/80/NGC_2818_by_the_Hubble_Space_Telescope.jpg') no-repeat center center fixed;
background-size: auto 90%, auto;
}
a, a:visited, p.intro a.email , div.post.reply div.body a, h1, h1 a, div.boardlist a, a.post_no {
color: #007AAD;
text-decoration: none;
font-weight: bold;
text-shadow: none;
}
a:hover, p.intro a.post_no:hover , div.post.reply div.body a:hover {
color: #007AAD;
text-decoration: underline;
}
div.post.reply , form[name="post"], #navigation, #settingsPopup {
color: black;
background: rgba(190, 161, 101, 0.8)!important;
border: solid 3px #917534;
padding: 2px 10px 3px 10px;
margin: 5px;
border-spacing: 2px;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
text-shadow: none;
}
div.post.reply {
background: rgba(190, 161, 101, 0.8) url('img/whooves_cutie_mark.png') no-repeat bottom right;
}
form[name="post"] {
padding: 2px!important;
}
#navigation {
bottom: -5px!important;
}
div.post.reply.highlighted {
background: #CCCCCC;
border-color: #BBBBBB;
}
p.intro span.subject {
font-size: 1.2em;
color: #002244;
font-weight: bold;
}
p.intro span.name {
color: #333333;
font-weight: normal;
}
p.intro span.trip {
color: #228854;
}
form table tr th {
background: #DDDDDD;
}
div.ban h2 {
background: #FCA;
color: inherit;
}
div.ban {
border-color: #800;
}
div.ban p {
color: black;
}
div.pages {
background: #F0E0D6;
border-color: #D9BFB7;
}
div.pages a.selected {
color: #800;
}
hr {
border-color: #CCCCCC;
}
h1 {
color: #FF6600;
letter-spacing: 0px;
font-size: 2em;
}
div.boardlist {
color: #B86;
}
table.modlog tr th {
background: #СССССС;
}
span.spoiler {
background: #BBBBBB;
color: #BBBBBB;
}
span.spoiler:hover {
background: #BBBBBB;
color: #333333;
}
span.quote {
color:green;
}
p.markup>a {
background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #DDDDDD), color-stop(1, #CCCCCC) );
background:-moz-linear-gradient( center top, #DDDDDD 5%, #CCCCCC 100% );
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#DDDDDD', endColorstr='#CCCCCC');
color: #FF6600;
border:1px solid #CCCCCC;
text-shadow:1px 1px 0px #DDDDDD;
}
p.markup>a:hover {
background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #CCCCCC), color-stop(1, #DDDDDD) );background: -moz-linear-gradient( center top, #CCCCCC 5%, #DDDDDD 100% );
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#CCCCCC', endColorstr='#DDDDDD');
color: #0066FF;
} | stylesheets/whooves.css | body {
color: #999;
text-shadow: 1px 1px 0px #666;
font-family: Verdana,sans-serif;
font-size: 14px;
background: url('http://fc04.deviantart.net/fs71/f/2012/223/4/0/doctor_whooves_and_the_tardis_by_theevilflashanimator-d5ap4na.png') no-repeat bottom right fixed, url('http://upload.wikimedia.org/wikipedia/commons/8/80/NGC_2818_by_the_Hubble_Space_Telescope.jpg') no-repeat center center fixed;
background-size: auto 90%, auto;
}
a, a:visited, p.intro a.email , div.post.reply div.body a, h1, h1 a, div.boardlist a, a.post_no {
color: #007AAD;
text-decoration: none;
font-weight: bold;
text-shadow: none;
}
a:hover, p.intro a.post_no:hover , div.post.reply div.body a:hover {
color: #007AAD;
text-decoration: underline;
}
div.post.reply , form[name="post"], #navigation, #settingsPopup {
color: black;
background: rgba(190, 161, 101, 0.8)!important;
border: solid 3px #917534;
padding: 2px 10px 3px 10px;
margin: 5px;
border-spacing: 2px;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
text-shadow: none;
}
div.post.reply {
background: rgba(190, 161, 101, 0.8) url('img/whooves_cutie_mark.png') no-repeat bottom right;
}
form[name="post"] {
padding: 2px!important;
}
#navigation {
bottom: -5px!important;
}
div.post.reply.highlighted {
background: #CCCCCC;
border-color: #BBBBBB;
}
p.intro span.subject {
font-size: 1.2em;
color: #002244;
font-weight: bold;
}
p.intro span.name {
color: #333333;
font-weight: normal;
}
p.intro span.trip {
color: #228854;
}
form table tr th {
background: #DDDDDD;
}
div.ban h2 {
background: #FCA;
color: inherit;
}
div.ban {
border-color: #800;
}
div.ban p {
color: black;
}
div.pages {
background: #F0E0D6;
border-color: #D9BFB7;
}
div.pages a.selected {
color: #800;
}
hr {
border-color: #CCCCCC;
}
h1 {
color: #FF6600;
letter-spacing: 0px;
font-size: 2em;
}
div.boardlist {
color: #B86;
}
table.modlog tr th {
background: #СССССС;
}
span.spoiler {
background: #BBBBBB;
color: #BBBBBB;
}
span.spoiler:hover {
background: #BBBBBB;
color: #333333;
}
span.quote {
color:green;
}
p.markup>a {
background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #DDDDDD), color-stop(1, #CCCCCC) );
background:-moz-linear-gradient( center top, #DDDDDD 5%, #CCCCCC 100% );
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#DDDDDD', endColorstr='#CCCCCC');
color: #FF6600;
border:1px solid #CCCCCC;
text-shadow:1px 1px 0px #DDDDDD;
}
p.markup>a:hover {
background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #CCCCCC), color-stop(1, #DDDDDD) );background: -moz-linear-gradient( center top, #CCCCCC 5%, #DDDDDD 100% );
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#CCCCCC', endColorstr='#DDDDDD');
color: #0066FF;
} | 0.423339 | 0.120879 |
.hairline-remove-right-bottom {
border-bottom: 0;
}
.hairline-remove-right-bottom:after {
display: none;
}
.hairline-remove-right-bottom-bak:after {
display: none;
}
.hairline-remove-left-top:before {
display: none;
}
.am-modal {
position: relative;
}
.am-modal-mask {
position: fixed;
top: 0;
right: 0;
left: 0;
bottom: 0;
height: 100%;
z-index: 999;
background-color: rgba(0, 0, 0, 0.4);
}
.am-modal-mask-hidden {
display: none;
}
.am-modal-wrap {
position: fixed;
overflow: auto;
top: 0;
right: 0;
bottom: 0;
left: 0;
height: 100%;
z-index: 999;
-webkit-overflow-scrolling: touch;
outline: 0;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.am-modal.am-modal-transparent .am-modal-content {
border-radius: 14px;
height: auto;
padding-top: 30px;
}
.am-modal.am-modal-transparent .am-modal-content .am-modal-body {
padding: 0 30px 30px;
}
.am-modal-title {
margin: 0;
font-size: 36px;
line-height: 1;
color: #000;
text-align: center;
}
.am-modal-header {
padding: 12px 30px 30px;
}
.am-modal-content {
position: relative;
background-color: #fff;
border: 0;
background-clip: padding-box;
text-align: center;
height: 100%;
overflow: hidden;
}
.am-modal-close {
border: 0;
padding: 0;
background-color: transparent;
outline: none;
position: absolute;
right: 30px;
z-index: 999;
height: 42px;
width: 42px;
}
.am-modal-close-x {
display: inline-block;
width: 30px;
height: 30px;
background-repeat: no-repeat;
background-size: cover;
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D'30'%20height%3D'30'%20viewBox%3D'0%200%2030%2030'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%3E%20%3Cdefs%3E%3C%2Fdefs%3E%20%3Cg%20id%3D'ALL-ICON'%20stroke%3D'none'%20stroke-width%3D'1'%20fill%3D'none'%20fill-rule%3D'evenodd'%3E%20%3Cg%20id%3D'Rectangle-283-%2B-Rectangle-283'%20fill%3D'%23888888'%3E%20%3Crect%20id%3D'Rectangle-283'%20transform%3D'translate(14.849242%2C%2014.849242)%20rotate(-315.000000)%20translate(-14.849242%2C%20-14.849242)%20'%20x%3D'-5.1507576'%20y%3D'13.8492424'%20width%3D'40'%20height%3D'2'%3E%3C%2Frect%3E%20%3Crect%20id%3D'Rectangle-283'%20transform%3D'translate(14.849242%2C%2014.849242)%20scale(-1%2C%201)%20rotate(-315.000000)%20translate(-14.849242%2C%20-14.849242)%20'%20x%3D'-5.1507576'%20y%3D'13.8492424'%20width%3D'40'%20height%3D'2'%3E%3C%2Frect%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3C%2Fsvg%3E");
}
.am-modal-body {
font-size: 28px;
color: #888;
height: 100%;
overflow: auto;
}
.am-modal.am-modal-operation .am-modal-content {
border-radius: 14px;
height: auto;
padding-top: 0;
}
.am-modal.am-modal-operation .am-modal-content .am-modal-body {
padding: 0;
}
.am-modal.am-modal-operation .am-modal-content .am-modal-button {
color: #000;
text-align: start;
padding-left: 30px;
}
.am-modal-button-group-h {
border-top: 1PX solid #ddd;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.am-modal-button-group-h .am-modal-button {
-webkit-touch-callout: none;
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
box-sizing: border-box;
text-align: center;
text-decoration: none;
outline: none;
color: #108ee9;
font-size: 32px;
height: 100px;
line-height: 100px;
display: block;
width: auto;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.am-modal-button-group-h .am-modal-button:first-child {
color: #000;
border-right: 1PX solid #ddd;
}
.am-modal-button-group-v .am-modal-button {
-webkit-touch-callout: none;
border-top: 1PX solid #ddd;
box-sizing: border-box;
text-align: center;
text-decoration: none;
outline: none;
color: #108ee9;
font-size: 32px;
height: 100px;
line-height: 100px;
display: block;
width: auto;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.am-modal-button-active {
background-color: #ddd;
}
.am-modal-input {
border-left: 1PX solid #ddd;
border-right: 1PX solid #ddd;
border-bottom: 1PX solid #ddd;
}
.am-modal-input:first-child {
margin-top: 18px;
border-top: 1PX solid #ddd;
border-top-left-radius: 6px;
border-top-right-radius: 6px;
}
.am-modal-input:last-child {
border-bottom-left-radius: 6px;
border-bottom-right-radius: 6px;
}
.am-modal-input input {
border: 0;
width: 98%;
box-sizing: border-box;
margin: 0;
padding: 6px 0;
}
.am-modal.am-modal-transparent.am-modal-android .am-modal-content {
border-radius: 0;
}
.am-modal.am-modal-transparent.am-modal-android .am-modal-content .am-modal-header {
padding: 18px 48px 24px;
}
.am-modal.am-modal-transparent.am-modal-android .am-modal-content .am-modal-header .am-modal-title {
text-align: left;
font-size: 42px;
color: #000;
}
.am-modal.am-modal-transparent.am-modal-android .am-modal-content .am-modal-body {
font-size: 32px;
color: #000;
text-align: left;
padding: 0 48px 30px;
line-height: 1.5;
}
.am-modal.am-modal-transparent.am-modal-android .am-modal-content .am-modal-body .am-modal-input {
border-left: 0;
border-right: 0;
border-radius: 0;
}
.am-modal.am-modal-transparent.am-modal-android .am-modal-content .am-modal-body .am-modal-input:first-child {
border-top: 0;
}
.am-modal.am-modal-transparent.am-modal-android .am-modal-content .am-modal-footer {
padding-bottom: 24px;
}
.am-modal.am-modal-transparent.am-modal-android .am-modal-content .am-modal-footer .am-modal-button-group-h {
overflow: hidden;
border-top: 0;
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
padding: 0 24px;
}
.am-modal.am-modal-transparent.am-modal-android .am-modal-content .am-modal-footer .am-modal-button-group-h .am-modal-button {
-webkit-box-flex: initial;
-ms-flex: initial;
flex: initial;
margin-left: 6px;
padding: 0 30px;
height: 96px;
box-sizing: border-box;
}
.am-modal.am-modal-transparent.am-modal-android .am-modal-content .am-modal-footer .am-modal-button-group-h .am-modal-button:first-child {
border-right: 0;
color: #777;
}
.am-modal.am-modal-transparent.am-modal-android .am-modal-content .am-modal-footer .am-modal-button-group-v {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
overflow: hidden;
padding: 0 24px;
}
.am-modal.am-modal-transparent.am-modal-android .am-modal-content .am-modal-footer .am-modal-button-group-v .am-modal-button {
border-top: 0;
padding: 0 30px;
margin-left: 6px;
height: 96px;
box-sizing: border-box;
} | node_modules/antd-mobile/lib/modal/style/index.css | .hairline-remove-right-bottom {
border-bottom: 0;
}
.hairline-remove-right-bottom:after {
display: none;
}
.hairline-remove-right-bottom-bak:after {
display: none;
}
.hairline-remove-left-top:before {
display: none;
}
.am-modal {
position: relative;
}
.am-modal-mask {
position: fixed;
top: 0;
right: 0;
left: 0;
bottom: 0;
height: 100%;
z-index: 999;
background-color: rgba(0, 0, 0, 0.4);
}
.am-modal-mask-hidden {
display: none;
}
.am-modal-wrap {
position: fixed;
overflow: auto;
top: 0;
right: 0;
bottom: 0;
left: 0;
height: 100%;
z-index: 999;
-webkit-overflow-scrolling: touch;
outline: 0;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.am-modal.am-modal-transparent .am-modal-content {
border-radius: 14px;
height: auto;
padding-top: 30px;
}
.am-modal.am-modal-transparent .am-modal-content .am-modal-body {
padding: 0 30px 30px;
}
.am-modal-title {
margin: 0;
font-size: 36px;
line-height: 1;
color: #000;
text-align: center;
}
.am-modal-header {
padding: 12px 30px 30px;
}
.am-modal-content {
position: relative;
background-color: #fff;
border: 0;
background-clip: padding-box;
text-align: center;
height: 100%;
overflow: hidden;
}
.am-modal-close {
border: 0;
padding: 0;
background-color: transparent;
outline: none;
position: absolute;
right: 30px;
z-index: 999;
height: 42px;
width: 42px;
}
.am-modal-close-x {
display: inline-block;
width: 30px;
height: 30px;
background-repeat: no-repeat;
background-size: cover;
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D'30'%20height%3D'30'%20viewBox%3D'0%200%2030%2030'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%3E%20%3Cdefs%3E%3C%2Fdefs%3E%20%3Cg%20id%3D'ALL-ICON'%20stroke%3D'none'%20stroke-width%3D'1'%20fill%3D'none'%20fill-rule%3D'evenodd'%3E%20%3Cg%20id%3D'Rectangle-283-%2B-Rectangle-283'%20fill%3D'%23888888'%3E%20%3Crect%20id%3D'Rectangle-283'%20transform%3D'translate(14.849242%2C%2014.849242)%20rotate(-315.000000)%20translate(-14.849242%2C%20-14.849242)%20'%20x%3D'-5.1507576'%20y%3D'13.8492424'%20width%3D'40'%20height%3D'2'%3E%3C%2Frect%3E%20%3Crect%20id%3D'Rectangle-283'%20transform%3D'translate(14.849242%2C%2014.849242)%20scale(-1%2C%201)%20rotate(-315.000000)%20translate(-14.849242%2C%20-14.849242)%20'%20x%3D'-5.1507576'%20y%3D'13.8492424'%20width%3D'40'%20height%3D'2'%3E%3C%2Frect%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3C%2Fsvg%3E");
}
.am-modal-body {
font-size: 28px;
color: #888;
height: 100%;
overflow: auto;
}
.am-modal.am-modal-operation .am-modal-content {
border-radius: 14px;
height: auto;
padding-top: 0;
}
.am-modal.am-modal-operation .am-modal-content .am-modal-body {
padding: 0;
}
.am-modal.am-modal-operation .am-modal-content .am-modal-button {
color: #000;
text-align: start;
padding-left: 30px;
}
.am-modal-button-group-h {
border-top: 1PX solid #ddd;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.am-modal-button-group-h .am-modal-button {
-webkit-touch-callout: none;
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
box-sizing: border-box;
text-align: center;
text-decoration: none;
outline: none;
color: #108ee9;
font-size: 32px;
height: 100px;
line-height: 100px;
display: block;
width: auto;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.am-modal-button-group-h .am-modal-button:first-child {
color: #000;
border-right: 1PX solid #ddd;
}
.am-modal-button-group-v .am-modal-button {
-webkit-touch-callout: none;
border-top: 1PX solid #ddd;
box-sizing: border-box;
text-align: center;
text-decoration: none;
outline: none;
color: #108ee9;
font-size: 32px;
height: 100px;
line-height: 100px;
display: block;
width: auto;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.am-modal-button-active {
background-color: #ddd;
}
.am-modal-input {
border-left: 1PX solid #ddd;
border-right: 1PX solid #ddd;
border-bottom: 1PX solid #ddd;
}
.am-modal-input:first-child {
margin-top: 18px;
border-top: 1PX solid #ddd;
border-top-left-radius: 6px;
border-top-right-radius: 6px;
}
.am-modal-input:last-child {
border-bottom-left-radius: 6px;
border-bottom-right-radius: 6px;
}
.am-modal-input input {
border: 0;
width: 98%;
box-sizing: border-box;
margin: 0;
padding: 6px 0;
}
.am-modal.am-modal-transparent.am-modal-android .am-modal-content {
border-radius: 0;
}
.am-modal.am-modal-transparent.am-modal-android .am-modal-content .am-modal-header {
padding: 18px 48px 24px;
}
.am-modal.am-modal-transparent.am-modal-android .am-modal-content .am-modal-header .am-modal-title {
text-align: left;
font-size: 42px;
color: #000;
}
.am-modal.am-modal-transparent.am-modal-android .am-modal-content .am-modal-body {
font-size: 32px;
color: #000;
text-align: left;
padding: 0 48px 30px;
line-height: 1.5;
}
.am-modal.am-modal-transparent.am-modal-android .am-modal-content .am-modal-body .am-modal-input {
border-left: 0;
border-right: 0;
border-radius: 0;
}
.am-modal.am-modal-transparent.am-modal-android .am-modal-content .am-modal-body .am-modal-input:first-child {
border-top: 0;
}
.am-modal.am-modal-transparent.am-modal-android .am-modal-content .am-modal-footer {
padding-bottom: 24px;
}
.am-modal.am-modal-transparent.am-modal-android .am-modal-content .am-modal-footer .am-modal-button-group-h {
overflow: hidden;
border-top: 0;
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
padding: 0 24px;
}
.am-modal.am-modal-transparent.am-modal-android .am-modal-content .am-modal-footer .am-modal-button-group-h .am-modal-button {
-webkit-box-flex: initial;
-ms-flex: initial;
flex: initial;
margin-left: 6px;
padding: 0 30px;
height: 96px;
box-sizing: border-box;
}
.am-modal.am-modal-transparent.am-modal-android .am-modal-content .am-modal-footer .am-modal-button-group-h .am-modal-button:first-child {
border-right: 0;
color: #777;
}
.am-modal.am-modal-transparent.am-modal-android .am-modal-content .am-modal-footer .am-modal-button-group-v {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
overflow: hidden;
padding: 0 24px;
}
.am-modal.am-modal-transparent.am-modal-android .am-modal-content .am-modal-footer .am-modal-button-group-v .am-modal-button {
border-top: 0;
padding: 0 30px;
margin-left: 6px;
height: 96px;
box-sizing: border-box;
} | 0.311846 | 0.062789 |
.cff-wrapper:after{
content: "";
display: table;
clear: both;
}
/* Posts container */
#cff {
float: left;
width: 100%;
margin: 0 auto;
padding: 0;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
/* Individual post item */
#cff .cff-item{
float: left;
width: 100%;
clear: both;
padding: 20px 0 15px 0;
margin: 0;
border-bottom: 1px solid #ddd;
}
#cff .cff-item:first-child{
padding-top: 0;
}
#cff .cff-item.cff-box,
#cff .cff-item.cff-box:first-child{
padding: 15px;
margin: 8px 0;
background: rgba(255,255,255,0.5);
border: none;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
#cff .cff-item.cff-box:first-child{
margin-top: 0;
}
#cff .cff-item.cff-box:last-child{
margin-bottom: 0;
}
#cff .cff-item.cff-shadow{
box-shadow: 0 0 10px 0 rgba(0,0,0,0.15);
-moz-box-shadow: 0 0 10px 0 rgba(0,0,0,0.15);
-webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0.15);
}
/* Feed Header */
.cff-header{
width: 100%;
margin: 0 0 15px 0;
padding: 0;
line-height: 1;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.cff-header .fa,
.cff-header svg{
margin: 0 10px 0 0;
padding: 0;
}
/******************/
/*** TYPOGRAPHY ***/
/******************/
/*See more/less links*/
#cff .cff-less{
display: none;
}
/* Links */
#cff.cff-default-styles a {
text-decoration: none;
}
#cff.cff-default-styles a:hover,
#cff.cff-default-styles a:focus {
text-decoration: underline;
}
#cff .cff-post-text-link{
display: block;
}
/* Post titles and body text */
#cff h3, #cff h4, #cff h5, #cff h6, #cff p, #cff .cff-post-desc{
float: left;
width: 100%;
clear: both;
padding: 0;
margin: 5px 0;
white-space: pre;
white-space: pre-wrap;
white-space: pre-line;
white-space: -pre-wrap;
white-space: -o-pre-wrap;
white-space: -moz-pre-wrap;
white-space: -hp-pre-wrap;
word-wrap: break-word;
}
#cff.cff-default-styles h3, #cff.cff-default-styles h4, #cff.cff-default-styles h5, #cff.cff-default-styles h6, #cff.cff-default-styles p, #cff.cff-default-styles .cff-post-desc{
line-height: 1.4;
}
/* Date */
#cff .cff-date{
float: left;
min-width: 50px;
width: auto;
}
#cff.cff-default-styles .cff-date{
font-size: 11px;
}
/************/
/***AUTHOR***/
/************/
#cff .cff-author{
float: left;
clear: both;
margin: 0 0 15px 0;
padding: 0;
line-height: 1.2;
width: 100%;
}
#cff .cff-author a{
text-decoration: none;
border: none;
}
#cff .cff-author-img{
float: left;
width: 40px;
height: 40px;
margin: 0 0 0 -100% !important;
font-size: 0;
background: #eee;
background: url('../img/cff-avatar.png') no-repeat;
border-radius: 50%;
}
#cff .cff-author img{
float: left;
margin: 0 !important;
padding: 0 !important;
border: none !important;
font-size: 0;
border-radius: 50%;
}
#cff .cff-author .cff-author-text span.cff-page-name{
display: table-cell;
vertical-align: middle;
height: 40px;
margin: 0;
font-weight: bold;
/* For when there's no date immediately under author: */
padding-left: 50px;
float: none;
}
#cff .cff-author .cff-story{
font-weight: normal;
}
#cff.cff-default-styles .cff-author a{
text-decoration: none;
}
#cff .cff-author.cff-no-author-info .cff-date{
margin-top: 12px !important;
}
#cff .cff-author.cff-no-author-info .cff-author-img{
width: 40px;
height: 40px;
background: url('../img/cff-avatar.png') no-repeat;
}
/* Author Date */
#cff .cff-author .cff-author-text{
float: left;
width: 100%;
}
#cff .cff-author .cff-page-name,
#cff .cff-author .cff-date{
float: left;
clear: both;
width: auto;
margin: 0 0 0 50px !important;
}
#cff.cff-default-styles .cff-author .cff-author-text *{
font-weight: bold;
line-height: 1.2;
}
#cff .cff-author .cff-date{
color: #9197a3;
font-size: 11px;
margin-top: 0px !important;
margin-bottom: 0px !important;
}
#cff.cff-default-styles .cff-author .cff-date{
font-weight: normal;
}
#cff .cff-author .cff-page-name.cff-author-date{
float: left;
padding: 2px 0 0 0;
font-size: 14px;
}
/*************/
/*** MEDIA ***/
/*************/
.cff-media-link .fa,
/*#cff .cff-media-link a,*/
#cff .cff-cta-link a {
display: inline-block;
width: auto;
padding: 5px 7px 5px 6px;
/*padding: 5px 10px;*/
margin-right: 6px;
border: 1px solid #eee;
border: 1px solid rgba(0,0,0,0.1);
border-radius: 3px;
background: rgba(0,0,0,0.02);
}
.cff-media-link .fa:hover,
/*#cff .cff-media-link a:hover,*/
#cff .cff-cta-link a:hover {
background: #f9f9f9;
background: rgba(0,0,0,0.03);
text-decoration: none;
}
/* Call to action button */
#cff .cff-cta-link a {
padding: 5px 15px;
}
#cff .cff-break-word{
word-break: break-all;
}
/* Link */
#cff .cff-expand{
display: none;
}
#cff.cff-default-styles .cff-expand a{
font-size: 11px;
font-weight: normal;
}
/*Link image*/
#cff .cff-shared-link{
float: left;
clear: both;
width: 100%;
padding: 5px 10px;
margin: 10px 0 5px 0;
/* IE8 */
background: #f9f9f9;
border: 1px solid #d9d9d9;
background: rgba(0,0,0,0.02);
border: 1px solid rgba(0,0,0,0.07);
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
#cff .cff-no-styles{
background: none;
border: none;
padding: 0;
}
#cff .cff-link{
float: left;
clear: both;
max-width: 20%;
margin: 10px 0 0 0;
}
#cff .cff-link img{
max-width: 100%;
}
/*Link text*/
#cff .cff-link-title{
float: left;
clear: both;
width: 100%;
display: block;
}
#cff.cff-default-styles .cff-link-title{
font-weight: bold;
}
#cff p.cff-link-title{
margin: 5px 0 0 0;
}
#cff .cff-text-link{
float: left;
clear: none;
width: 72%;
margin-left: 3%;
padding: 0 0 5px 0;
}
#cff .cff-link-caption{
margin: 0;
}
#cff.cff-default-styles .cff-link-caption{
font-size: 12px;
}
#cff .cff-text-link.cff-no-image{
width: 100%;
margin-left: 0;
}
#cff .cff-post-desc{
margin: 5px 0 0 0;
}
/* Feed events */
#cff .cff-details{
float: left;
clear: none;
width: 100%;
margin: 0;
padding: 0;
}
#cff .cff-details h5{
margin: 0 0 5px 0;
}
#cff.cff-default-styles .cff-details h5{
padding: 0;
font-size: 16px;
}
#cff.cff-default-styles .cff-details p{
font-size: 14px;
}
#cff .cff-timeline-event .cff-timeline-event-title,
#cff .cff-timeline-event .cff-date,
#cff .cff-timeline-event .cff-where,
#cff .cff-timeline-event .cff-info{
display: block;
width: 100%;
clear: both;
}
#cff .cff-details .cff-info{
padding: 10px 0 0 0;
}
#cff.cff-default-styles .cff-details .cff-info{
line-height: 1.2;
}
/* Video */
#cff .cff-desc-wrap{
float: left;
width: 100%;
}
/* Note */
#cff .cff-note-title{
display: block;
font-weight: bold;
padding-bottom: 5px;
}
/* View on Facebook / View Link text */
#cff .cff-post-links{
float: left;
clear: none;
padding: 5px 0 0 0;
margin: 0;
}
#cff.cff-default-styles .cff-post-links{
font-size: 11px;
}
#cff .cff-post-links.cff-left{
float: left;
margin: 8px 0;
}
#cff.cff-default-styles .cff-post-links a{
font-size: 11px;
}
#cff .cff-post-links a:first-child{
padding-left: 0;
margin: 0;
}
#cff .cff-dot{
padding: 0 5px;
}
/* Share tooltip*/
#cff .cff-share-container{
position: relative;
display: inline;
}
#cff .cff-share-tooltip{
display: none;
position: absolute;
z-index: 1000;
bottom: 22px;
right: -40px;
width: 110px;
padding: 5px 5px 4px 5px;
margin: 0;
background: #333;
color: #eee;
font-size: 12px;
line-height: 1.3;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius: 4px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
#cff .cff-share-tooltip .fa-play{
position: absolute;
font-size: 8px;
bottom: -6px;
left: 50%;
margin-left: -3px;
color: #333;
}
#cff .cff-share-tooltip a .fa,
#cff .cff-share-tooltip a svg{
font-size: 16px;
margin: 0;
padding: 5px;
}
#cff .cff-share-tooltip a{
display: block;
float: left;
margin: 0 !important;
padding: 0 !important;
color: #eee !important;
opacity: 0;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius: 4px;
}
#cff .cff-share-tooltip a:hover{
color: #fff !important;
}
#cff .cff-share-tooltip .cff-facebook-icon:hover{ background: #3b5998; }
#cff .cff-share-tooltip .cff-twitter-icon:hover{ background: #00aced; }
#cff .cff-share-tooltip .cff-google-icon:hover{ background: #dd4b39; }
#cff .cff-share-tooltip .cff-linkedin-icon:hover{ background: #007bb6; }
#cff .cff-share-tooltip .cff-pinterest-icon:hover{ background: #cb2027; }
#cff .cff-share-tooltip .cff-email-icon:hover{ background: #dd4b39; }
/* Fade in icons */
#cff .cff-share-tooltip a.cff-show{
opacity: 1;
transition: opacity 0.2s ease;
}
/* Like box */
.cff-likebox{
float: left;
width: 100%;
position: relative;
margin: 20px 0 0 0;
}
.cff-likebox .fb_iframe_widget{
width: 100%;
}
.cff-likebox .fb_iframe_widget span{
width: 100% !important;
}
.cff-likebox .fb_iframe_widget iframe{
margin: 0;
position: relative;
top: 0;
left: 0;
width: 100% !important;
height: 100%;
}
/*Like box is not inside of #cff*/
.cff-likebox.cff-top.cff-outside{
margin-bottom: 10px;
}
.cff-likebox.cff-bottom.cff-outside{
margin-top: 10px;
}
/*********************/
/*** STYLE OPTIONS ***/
/*********************/
#cff.cff-fixed-height{
overflow: hidden;
overflow-y: auto;
padding: 5px 10px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
#cff .cff-error-msg{
display: none;
font-size: 12px;
font-family: sans-serif;
}
#cff #cff-error-reason{
display: none;
padding: 5px 0 0 0;
clear: both;
}
/* Credit link */
#cff.cff-default-styles .cff-credit{
font-size: 11px;
}
#cff.cff-default-styles .cff-credit a{
text-decoration: none;
}
#cff .cff-credit img{
float: left;
margin: -2px 5px 0 0;
}
#cff .cff-credit .fa{
padding-right: 5px;
font-size: 13px;
}
/* Accessibility */
.cff-screenreader{
text-indent: -9999px !important;
display: block !important;
width: 0 !important;
height: 0 !important;
line-height: 0 !important;
}
/* On mobile make the min-width 100% */
@media all and (max-width: 640px){
#cff.cff-width-resp{
width: 100% !important;
}
}
/* Stops emojis from floating to the left of sentences */
#cff .cff-comment .cff-comment-text img,
#cff img.emoji,
#cff-lightbox-wrapper .cff-comment .cff-comment-text img,
#cff-lightbox-wrapper img.emoji{
float: none;
max-width: 100%;
}
#cff .cff-linebreak{
display: block;
height: 5px;
}
/* Masonry */
#cff.cff-masonry .cff-item.cff-box{
margin-left: 1.5%;
margin-right: 1.5%;
}
#cff.cff-masonry {
box-sizing: border-box;
}
#cff.cff-masonry .cff-item:first-child,
#cff.cff-masonry .cff-item {
padding-top: 20px;
margin-top: 0;
}
#cff.cff-masonry .cff-item,
#cff.cff-masonry .cff-likebox{
float: none;
display: inline-block;
width: 30.3%;
margin: 0 1.5%;
margin-bottom: 20px;
}
#cff.cff-masonry.cff-opaque-comments .cff-item{
z-index: 1;
}
#cff.cff-masonry.masonry-2-desktop .cff-item{
width: 47%;
margin: 0 1.5%;
}
#cff.cff-masonry.masonry-4-desktop .cff-item{
width: 22%;
margin: 0 1.5%;
}
#cff.cff-masonry.masonry-5-desktop .cff-item{
width: 17%;
margin: 0 1.5%;
}
#cff.cff-masonry.masonry-6-desktop .cff-item{
width: 13.516%;
margin: 0 1.5%;
}
#cff.cff-masonry .cff-comments-box {
position: relative;
z-index: 999;
}
#cff.cff-masonry .cff-comment-attachment,
#cff.cff-masonry .cff-comment-replies-box {
max-width: 100%;
}
/* Load more button */
#cff.cff-masonry .cff-load-more{
display: block;
float: left;
clear: both;
/*position: absolute;
bottom: -40px;*/
}
@media (max-width: 780px){
#cff.cff-masonry .cff-item, /* 3 cols */
#cff.cff-masonry.masonry-2-desktop .cff-item,
#cff.cff-masonry.masonry-4-desktop .cff-item,
#cff.cff-masonry.masonry-5-desktop .cff-item,
#cff.cff-masonry.masonry-6-desktop .cff-item,
#cff.cff-masonry .cff-likebox{
width: 100%;
margin: 0;
}
#cff.cff-masonry.masonry-2-mobile .cff-item{
width: 47%;
margin-left: 1.5%;
margin-right: 1.5%;
}
}
/* --- Begin Pure CSS Masonry Columns Layout --- */
#cff.cff-masonry.cff-masonry-css {
width: 100%;
overflow: hidden;
margin-bottom: 20px;
}
#cff.cff-masonry.cff-masonry-css {
-webkit-column-gap: 20px;
-moz-column-gap: 20px;
column-gap: 20px;
-webkit-column-fill: auto;
column-fill: unset;
-webkit-column-count: 3;
-moz-column-count: 3;
column-count: 3;
margin: 0;
}
/* --- Widths & Media --- */
#cff.cff-masonry.cff-masonry-css.masonry-2-desktop {
-webkit-column-count: 2;
-moz-column-count: 2;
column-count: 2;
margin: 0;
}
#cff.cff-masonry.cff-masonry-css.masonry-4-desktop {
-webkit-column-count: 4;
-moz-column-count: 4;
column-count: 4;
margin: 0;
}
#cff.cff-masonry.cff-masonry-css.masonry-5-desktop {
-webkit-column-count: 5;
-moz-column-count: 5;
column-count: 5;
margin: 0;
}
#cff.cff-masonry.cff-masonry-css.masonry-6-desktop {
-webkit-column-count: 6;
-moz-column-count: 6;
column-count: 6;
margin: 0;
}
#cff.cff-masonry.cff-masonry-css .cff-item,
#cff.cff-masonry.cff-masonry-css.masonry-2-desktop .cff-item,
#cff.cff-masonry.cff-masonry-css.masonry-4-desktop .cff-item,
#cff.cff-masonry.cff-masonry-css.masonry-5-desktop .cff-item,
#cff.cff-masonry.cff-masonry-css.masonry-6-desktop .cff-item,
#cff.cff-masonry.cff-masonry-css .cff-likebox {
float: none;
display: inline-block;
width: 100%;
margin: 0 0 12px 0;
}
#cff.cff-masonry.cff-masonry-css .cff-likebox {
width: 99.5%;
}
/* Load more button */
#cff.cff-masonry.cff-masonry-css .cff-load-more{
margin: 0 0 10px 0;
position: relative;
bottom: 0;
}
@media only screen and ( max-width: 780px ) {
#cff.cff-masonry.cff-masonry-css,
#cff.cff-masonry.cff-masonry-css.masonry-2-desktop,
#cff.cff-masonry.cff-masonry-css.masonry-4-desktop,
#cff.cff-masonry.cff-masonry-css.masonry-5-desktop,
#cff.cff-masonry.cff-masonry-css.masonry-6-desktop {
-webkit-column-count: 1;
-moz-column-count: 1;
column-count: 1;
}
#cff.cff-masonry.cff-masonry-css.masonry-2-mobile {
-webkit-column-count: 2;
-moz-column-count: 2;
column-count: 2;
margin: 0;
}
#cff.cff-masonry.cff-masonry-css.masonry-2-mobile .cff-item,
#cff.cff-masonry.cff-masonry-css.masonry-2-mobile {
width: 100%;
}
}
/* --- End Pure CSS Masonry Columns Layout --- */
/* Disable masonry layout in 1 col mobile */
#cff.cff-disable-masonry{
height: auto !important;
}
#cff.cff-disable-masonry .cff-item,
#cff.cff-disable-masonry .cff-likebox{
position: relative !important;
top: auto !important;
} | ricky/custom-facebook-feed/css/cff-style.css | .cff-wrapper:after{
content: "";
display: table;
clear: both;
}
/* Posts container */
#cff {
float: left;
width: 100%;
margin: 0 auto;
padding: 0;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
/* Individual post item */
#cff .cff-item{
float: left;
width: 100%;
clear: both;
padding: 20px 0 15px 0;
margin: 0;
border-bottom: 1px solid #ddd;
}
#cff .cff-item:first-child{
padding-top: 0;
}
#cff .cff-item.cff-box,
#cff .cff-item.cff-box:first-child{
padding: 15px;
margin: 8px 0;
background: rgba(255,255,255,0.5);
border: none;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
#cff .cff-item.cff-box:first-child{
margin-top: 0;
}
#cff .cff-item.cff-box:last-child{
margin-bottom: 0;
}
#cff .cff-item.cff-shadow{
box-shadow: 0 0 10px 0 rgba(0,0,0,0.15);
-moz-box-shadow: 0 0 10px 0 rgba(0,0,0,0.15);
-webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0.15);
}
/* Feed Header */
.cff-header{
width: 100%;
margin: 0 0 15px 0;
padding: 0;
line-height: 1;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.cff-header .fa,
.cff-header svg{
margin: 0 10px 0 0;
padding: 0;
}
/******************/
/*** TYPOGRAPHY ***/
/******************/
/*See more/less links*/
#cff .cff-less{
display: none;
}
/* Links */
#cff.cff-default-styles a {
text-decoration: none;
}
#cff.cff-default-styles a:hover,
#cff.cff-default-styles a:focus {
text-decoration: underline;
}
#cff .cff-post-text-link{
display: block;
}
/* Post titles and body text */
#cff h3, #cff h4, #cff h5, #cff h6, #cff p, #cff .cff-post-desc{
float: left;
width: 100%;
clear: both;
padding: 0;
margin: 5px 0;
white-space: pre;
white-space: pre-wrap;
white-space: pre-line;
white-space: -pre-wrap;
white-space: -o-pre-wrap;
white-space: -moz-pre-wrap;
white-space: -hp-pre-wrap;
word-wrap: break-word;
}
#cff.cff-default-styles h3, #cff.cff-default-styles h4, #cff.cff-default-styles h5, #cff.cff-default-styles h6, #cff.cff-default-styles p, #cff.cff-default-styles .cff-post-desc{
line-height: 1.4;
}
/* Date */
#cff .cff-date{
float: left;
min-width: 50px;
width: auto;
}
#cff.cff-default-styles .cff-date{
font-size: 11px;
}
/************/
/***AUTHOR***/
/************/
#cff .cff-author{
float: left;
clear: both;
margin: 0 0 15px 0;
padding: 0;
line-height: 1.2;
width: 100%;
}
#cff .cff-author a{
text-decoration: none;
border: none;
}
#cff .cff-author-img{
float: left;
width: 40px;
height: 40px;
margin: 0 0 0 -100% !important;
font-size: 0;
background: #eee;
background: url('../img/cff-avatar.png') no-repeat;
border-radius: 50%;
}
#cff .cff-author img{
float: left;
margin: 0 !important;
padding: 0 !important;
border: none !important;
font-size: 0;
border-radius: 50%;
}
#cff .cff-author .cff-author-text span.cff-page-name{
display: table-cell;
vertical-align: middle;
height: 40px;
margin: 0;
font-weight: bold;
/* For when there's no date immediately under author: */
padding-left: 50px;
float: none;
}
#cff .cff-author .cff-story{
font-weight: normal;
}
#cff.cff-default-styles .cff-author a{
text-decoration: none;
}
#cff .cff-author.cff-no-author-info .cff-date{
margin-top: 12px !important;
}
#cff .cff-author.cff-no-author-info .cff-author-img{
width: 40px;
height: 40px;
background: url('../img/cff-avatar.png') no-repeat;
}
/* Author Date */
#cff .cff-author .cff-author-text{
float: left;
width: 100%;
}
#cff .cff-author .cff-page-name,
#cff .cff-author .cff-date{
float: left;
clear: both;
width: auto;
margin: 0 0 0 50px !important;
}
#cff.cff-default-styles .cff-author .cff-author-text *{
font-weight: bold;
line-height: 1.2;
}
#cff .cff-author .cff-date{
color: #9197a3;
font-size: 11px;
margin-top: 0px !important;
margin-bottom: 0px !important;
}
#cff.cff-default-styles .cff-author .cff-date{
font-weight: normal;
}
#cff .cff-author .cff-page-name.cff-author-date{
float: left;
padding: 2px 0 0 0;
font-size: 14px;
}
/*************/
/*** MEDIA ***/
/*************/
.cff-media-link .fa,
/*#cff .cff-media-link a,*/
#cff .cff-cta-link a {
display: inline-block;
width: auto;
padding: 5px 7px 5px 6px;
/*padding: 5px 10px;*/
margin-right: 6px;
border: 1px solid #eee;
border: 1px solid rgba(0,0,0,0.1);
border-radius: 3px;
background: rgba(0,0,0,0.02);
}
.cff-media-link .fa:hover,
/*#cff .cff-media-link a:hover,*/
#cff .cff-cta-link a:hover {
background: #f9f9f9;
background: rgba(0,0,0,0.03);
text-decoration: none;
}
/* Call to action button */
#cff .cff-cta-link a {
padding: 5px 15px;
}
#cff .cff-break-word{
word-break: break-all;
}
/* Link */
#cff .cff-expand{
display: none;
}
#cff.cff-default-styles .cff-expand a{
font-size: 11px;
font-weight: normal;
}
/*Link image*/
#cff .cff-shared-link{
float: left;
clear: both;
width: 100%;
padding: 5px 10px;
margin: 10px 0 5px 0;
/* IE8 */
background: #f9f9f9;
border: 1px solid #d9d9d9;
background: rgba(0,0,0,0.02);
border: 1px solid rgba(0,0,0,0.07);
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
#cff .cff-no-styles{
background: none;
border: none;
padding: 0;
}
#cff .cff-link{
float: left;
clear: both;
max-width: 20%;
margin: 10px 0 0 0;
}
#cff .cff-link img{
max-width: 100%;
}
/*Link text*/
#cff .cff-link-title{
float: left;
clear: both;
width: 100%;
display: block;
}
#cff.cff-default-styles .cff-link-title{
font-weight: bold;
}
#cff p.cff-link-title{
margin: 5px 0 0 0;
}
#cff .cff-text-link{
float: left;
clear: none;
width: 72%;
margin-left: 3%;
padding: 0 0 5px 0;
}
#cff .cff-link-caption{
margin: 0;
}
#cff.cff-default-styles .cff-link-caption{
font-size: 12px;
}
#cff .cff-text-link.cff-no-image{
width: 100%;
margin-left: 0;
}
#cff .cff-post-desc{
margin: 5px 0 0 0;
}
/* Feed events */
#cff .cff-details{
float: left;
clear: none;
width: 100%;
margin: 0;
padding: 0;
}
#cff .cff-details h5{
margin: 0 0 5px 0;
}
#cff.cff-default-styles .cff-details h5{
padding: 0;
font-size: 16px;
}
#cff.cff-default-styles .cff-details p{
font-size: 14px;
}
#cff .cff-timeline-event .cff-timeline-event-title,
#cff .cff-timeline-event .cff-date,
#cff .cff-timeline-event .cff-where,
#cff .cff-timeline-event .cff-info{
display: block;
width: 100%;
clear: both;
}
#cff .cff-details .cff-info{
padding: 10px 0 0 0;
}
#cff.cff-default-styles .cff-details .cff-info{
line-height: 1.2;
}
/* Video */
#cff .cff-desc-wrap{
float: left;
width: 100%;
}
/* Note */
#cff .cff-note-title{
display: block;
font-weight: bold;
padding-bottom: 5px;
}
/* View on Facebook / View Link text */
#cff .cff-post-links{
float: left;
clear: none;
padding: 5px 0 0 0;
margin: 0;
}
#cff.cff-default-styles .cff-post-links{
font-size: 11px;
}
#cff .cff-post-links.cff-left{
float: left;
margin: 8px 0;
}
#cff.cff-default-styles .cff-post-links a{
font-size: 11px;
}
#cff .cff-post-links a:first-child{
padding-left: 0;
margin: 0;
}
#cff .cff-dot{
padding: 0 5px;
}
/* Share tooltip*/
#cff .cff-share-container{
position: relative;
display: inline;
}
#cff .cff-share-tooltip{
display: none;
position: absolute;
z-index: 1000;
bottom: 22px;
right: -40px;
width: 110px;
padding: 5px 5px 4px 5px;
margin: 0;
background: #333;
color: #eee;
font-size: 12px;
line-height: 1.3;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius: 4px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
#cff .cff-share-tooltip .fa-play{
position: absolute;
font-size: 8px;
bottom: -6px;
left: 50%;
margin-left: -3px;
color: #333;
}
#cff .cff-share-tooltip a .fa,
#cff .cff-share-tooltip a svg{
font-size: 16px;
margin: 0;
padding: 5px;
}
#cff .cff-share-tooltip a{
display: block;
float: left;
margin: 0 !important;
padding: 0 !important;
color: #eee !important;
opacity: 0;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius: 4px;
}
#cff .cff-share-tooltip a:hover{
color: #fff !important;
}
#cff .cff-share-tooltip .cff-facebook-icon:hover{ background: #3b5998; }
#cff .cff-share-tooltip .cff-twitter-icon:hover{ background: #00aced; }
#cff .cff-share-tooltip .cff-google-icon:hover{ background: #dd4b39; }
#cff .cff-share-tooltip .cff-linkedin-icon:hover{ background: #007bb6; }
#cff .cff-share-tooltip .cff-pinterest-icon:hover{ background: #cb2027; }
#cff .cff-share-tooltip .cff-email-icon:hover{ background: #dd4b39; }
/* Fade in icons */
#cff .cff-share-tooltip a.cff-show{
opacity: 1;
transition: opacity 0.2s ease;
}
/* Like box */
.cff-likebox{
float: left;
width: 100%;
position: relative;
margin: 20px 0 0 0;
}
.cff-likebox .fb_iframe_widget{
width: 100%;
}
.cff-likebox .fb_iframe_widget span{
width: 100% !important;
}
.cff-likebox .fb_iframe_widget iframe{
margin: 0;
position: relative;
top: 0;
left: 0;
width: 100% !important;
height: 100%;
}
/*Like box is not inside of #cff*/
.cff-likebox.cff-top.cff-outside{
margin-bottom: 10px;
}
.cff-likebox.cff-bottom.cff-outside{
margin-top: 10px;
}
/*********************/
/*** STYLE OPTIONS ***/
/*********************/
#cff.cff-fixed-height{
overflow: hidden;
overflow-y: auto;
padding: 5px 10px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
#cff .cff-error-msg{
display: none;
font-size: 12px;
font-family: sans-serif;
}
#cff #cff-error-reason{
display: none;
padding: 5px 0 0 0;
clear: both;
}
/* Credit link */
#cff.cff-default-styles .cff-credit{
font-size: 11px;
}
#cff.cff-default-styles .cff-credit a{
text-decoration: none;
}
#cff .cff-credit img{
float: left;
margin: -2px 5px 0 0;
}
#cff .cff-credit .fa{
padding-right: 5px;
font-size: 13px;
}
/* Accessibility */
.cff-screenreader{
text-indent: -9999px !important;
display: block !important;
width: 0 !important;
height: 0 !important;
line-height: 0 !important;
}
/* On mobile make the min-width 100% */
@media all and (max-width: 640px){
#cff.cff-width-resp{
width: 100% !important;
}
}
/* Stops emojis from floating to the left of sentences */
#cff .cff-comment .cff-comment-text img,
#cff img.emoji,
#cff-lightbox-wrapper .cff-comment .cff-comment-text img,
#cff-lightbox-wrapper img.emoji{
float: none;
max-width: 100%;
}
#cff .cff-linebreak{
display: block;
height: 5px;
}
/* Masonry */
#cff.cff-masonry .cff-item.cff-box{
margin-left: 1.5%;
margin-right: 1.5%;
}
#cff.cff-masonry {
box-sizing: border-box;
}
#cff.cff-masonry .cff-item:first-child,
#cff.cff-masonry .cff-item {
padding-top: 20px;
margin-top: 0;
}
#cff.cff-masonry .cff-item,
#cff.cff-masonry .cff-likebox{
float: none;
display: inline-block;
width: 30.3%;
margin: 0 1.5%;
margin-bottom: 20px;
}
#cff.cff-masonry.cff-opaque-comments .cff-item{
z-index: 1;
}
#cff.cff-masonry.masonry-2-desktop .cff-item{
width: 47%;
margin: 0 1.5%;
}
#cff.cff-masonry.masonry-4-desktop .cff-item{
width: 22%;
margin: 0 1.5%;
}
#cff.cff-masonry.masonry-5-desktop .cff-item{
width: 17%;
margin: 0 1.5%;
}
#cff.cff-masonry.masonry-6-desktop .cff-item{
width: 13.516%;
margin: 0 1.5%;
}
#cff.cff-masonry .cff-comments-box {
position: relative;
z-index: 999;
}
#cff.cff-masonry .cff-comment-attachment,
#cff.cff-masonry .cff-comment-replies-box {
max-width: 100%;
}
/* Load more button */
#cff.cff-masonry .cff-load-more{
display: block;
float: left;
clear: both;
/*position: absolute;
bottom: -40px;*/
}
@media (max-width: 780px){
#cff.cff-masonry .cff-item, /* 3 cols */
#cff.cff-masonry.masonry-2-desktop .cff-item,
#cff.cff-masonry.masonry-4-desktop .cff-item,
#cff.cff-masonry.masonry-5-desktop .cff-item,
#cff.cff-masonry.masonry-6-desktop .cff-item,
#cff.cff-masonry .cff-likebox{
width: 100%;
margin: 0;
}
#cff.cff-masonry.masonry-2-mobile .cff-item{
width: 47%;
margin-left: 1.5%;
margin-right: 1.5%;
}
}
/* --- Begin Pure CSS Masonry Columns Layout --- */
#cff.cff-masonry.cff-masonry-css {
width: 100%;
overflow: hidden;
margin-bottom: 20px;
}
#cff.cff-masonry.cff-masonry-css {
-webkit-column-gap: 20px;
-moz-column-gap: 20px;
column-gap: 20px;
-webkit-column-fill: auto;
column-fill: unset;
-webkit-column-count: 3;
-moz-column-count: 3;
column-count: 3;
margin: 0;
}
/* --- Widths & Media --- */
#cff.cff-masonry.cff-masonry-css.masonry-2-desktop {
-webkit-column-count: 2;
-moz-column-count: 2;
column-count: 2;
margin: 0;
}
#cff.cff-masonry.cff-masonry-css.masonry-4-desktop {
-webkit-column-count: 4;
-moz-column-count: 4;
column-count: 4;
margin: 0;
}
#cff.cff-masonry.cff-masonry-css.masonry-5-desktop {
-webkit-column-count: 5;
-moz-column-count: 5;
column-count: 5;
margin: 0;
}
#cff.cff-masonry.cff-masonry-css.masonry-6-desktop {
-webkit-column-count: 6;
-moz-column-count: 6;
column-count: 6;
margin: 0;
}
#cff.cff-masonry.cff-masonry-css .cff-item,
#cff.cff-masonry.cff-masonry-css.masonry-2-desktop .cff-item,
#cff.cff-masonry.cff-masonry-css.masonry-4-desktop .cff-item,
#cff.cff-masonry.cff-masonry-css.masonry-5-desktop .cff-item,
#cff.cff-masonry.cff-masonry-css.masonry-6-desktop .cff-item,
#cff.cff-masonry.cff-masonry-css .cff-likebox {
float: none;
display: inline-block;
width: 100%;
margin: 0 0 12px 0;
}
#cff.cff-masonry.cff-masonry-css .cff-likebox {
width: 99.5%;
}
/* Load more button */
#cff.cff-masonry.cff-masonry-css .cff-load-more{
margin: 0 0 10px 0;
position: relative;
bottom: 0;
}
@media only screen and ( max-width: 780px ) {
#cff.cff-masonry.cff-masonry-css,
#cff.cff-masonry.cff-masonry-css.masonry-2-desktop,
#cff.cff-masonry.cff-masonry-css.masonry-4-desktop,
#cff.cff-masonry.cff-masonry-css.masonry-5-desktop,
#cff.cff-masonry.cff-masonry-css.masonry-6-desktop {
-webkit-column-count: 1;
-moz-column-count: 1;
column-count: 1;
}
#cff.cff-masonry.cff-masonry-css.masonry-2-mobile {
-webkit-column-count: 2;
-moz-column-count: 2;
column-count: 2;
margin: 0;
}
#cff.cff-masonry.cff-masonry-css.masonry-2-mobile .cff-item,
#cff.cff-masonry.cff-masonry-css.masonry-2-mobile {
width: 100%;
}
}
/* --- End Pure CSS Masonry Columns Layout --- */
/* Disable masonry layout in 1 col mobile */
#cff.cff-disable-masonry{
height: auto !important;
}
#cff.cff-disable-masonry .cff-item,
#cff.cff-disable-masonry .cff-likebox{
position: relative !important;
top: auto !important;
} | 0.285571 | 0.039122 |
@font-face {
font-family: SourceSans;
src: url(SourceSansPro-Regular.ttf);
}
body {
background-color:white;
font-family: SourceSans;
}
.page {
display: flex;
flex-direction: column;
align-items: center;
padding: 20px;
}
.header {
width: 200px;
height: 200px;
display: flex;
justify-content: center;
align-items: center;
background-color: #6200EE;
color: white;
font-size: 20pt;
text-align: center;
-webkit-box-shadow: -4px 10px 18px -9px rgba(0,0,0,0.75);
-moz-box-shadow: -4px 10px 18px -9px rgba(0,0,0,0.75);
box-shadow: -4px 10px 18px -9px rgba(0,0,0,0.75);
}
.content {
width: 100%;
display: flex;
flex-direction: column;
padding: 50px;
}
.section {
width: 50%;
margin-left: 25%;
margin-bottom: 50px;
display: flex;
justify-content: center;
align-items: top;
}
.numberContainer {
width: 10%;
font-size: 25pt;
color: #6200EE;
}
.contentContainer {
width: 90%;
display: flex;
flex-direction: column;
}
.label {
color: rgb(26, 5, 56);
}
.textField {
border: 0;
border-bottom: 2px solid #6200EE;
border-radius: 4px 4px 0px 0px;
background-color: rgba(99, 0, 238, 0.205);
font-size: 12pt;
padding: 10px;
width: 80%;
color: #3700B3;
}
.sectionContent {
display: flex;
align-items: center;
margin-top: 10px;
width: 100%;
}
.textFieldButton {
background: #6200EE;
color: white;
padding: 10px;
border-radius: 4px;
height: 40px;
width: 60px;
margin-left: 10px;
font-size: 12pt;
}
.addedWordsContainer {
margin-top: 10px;
width: 100%;
display: flex;
justify-content: center;
flex-wrap: wrap;
}
.addedWord {
background-color: rgba(99, 0, 238, 0.205);
color: #3700B3;
border-radius: 4px;
height: 20px;
padding: 5px;
display: flex;
justify-content: center;
align-items: center;
margin: 5px;
}
.icon {
margin-left: 5px;
}
.clickable:hover {
cursor: pointer;
}
.slider {
-webkit-appearance: none;
appearance: none;
width: 90%;
height: 10px;
background: rgba(99, 0, 238, 0.205);
outline: none;
border-radius: 4px;
opacity: 0.8;
-webkit-transition: .2s;
transition: opacity .2s;
}
.slider:hover {
opacity: 1;
}
.slider::-webkit-slider-thumb {
-webkit-appearance: none;
appearance: none;
width: 20px;
height: 20px;
border-radius: 10px;
background: #6200EE;
cursor: pointer;
}
.slider::-moz-range-thumb {
width: 20px;
height: 20px;
border-radius: 10px;
background: #6200EE;
cursor: pointer;
}
.column {
flex-direction: column;
}
.sizeDisplay {
font-size: 18pt;
margin-bottom: 10px;
color: #3700B3;
}
.generateButton {
background: #6200EE;
color: white;
font-size: 15pt;
border-radius: 4px;
height: 40px;
width: 120px;
}
.btnHover:hover {
cursor: pointer;
background: #3700B3;
color: white;
transition: ease-in-out 0.5s background;
}
.wordsearchContainer {
display: flex;
flex-direction: row;
}
.word {
color: #3700B3;
font-size: 15pt;
margin-top: 5px;
margin-bottom: 5px;
margin-left: 6px;
margin-right: 6px;
display: flex;
justify-content: center;
align-items: center;
}
.errorText {
color: #3700B3;
font-size: 14pt;
text-align: center;
}
.recommendedSize {
color: #3700B3;
font-size: 10pt;
margin-top: 10px;
margin-bottom: 10px;
}
.languageButton {
background: rgba(99, 0, 238, 0.205);
color: #3700B3;
font-size: 12pt;
padding: 10px;
border-radius: 4px;
height: 40px;
width: 100px;
margin-right: 10px;
}
.selected {
background-color: #6200EE;
color: white;
}
.centerFlex {
align-items: center;
}
.wordsearchTitleContainer {
color: #3700B3;
font-size: 20pt;
margin-bottom: 15px;
margin-left: 10px;
}
.revealBtn {
background-color: #6200EE;
color: white;
font-size: 12pt;
padding: 5px;
border-radius: 4px;
height: 30px;
width: 120px;
margin-top: 20px;
}
.printBtn {
background-color: #6200EE;
color: white;
font-size: 12pt;
padding: 5px;
border-radius: 4px;
height: 30px;
width: 120px;
margin-top: 20px;
margin-left: 10px;
}
.revealed {
color: rgb(255, 109, 223);
}
.wordsearchTitleContainer {
text-align: center;
}
.wordsearchTitle {
font-size: 24pt;
color: rgb(255, 109, 223);
}
.titleContainer {
display: flex;
flex-direction: column;
}
.wordList {
display: flex;
flex-direction: column;
}
.searchWord {
font-size: 12pt;
color: #3700B3;
margin-top: 10px;
margin-right: 20px;
}
.wordsearchContents {
display: flex;
}
@media only screen and (max-width: 700px) {
.section {
width: 90%;
margin-left: 5%
}
}
@media only screen and (min-width: 1000px) {
.section {
width: 500px;
margin-left: 0px;
}
.content {
align-items: center;
}
} | styles.css | @font-face {
font-family: SourceSans;
src: url(SourceSansPro-Regular.ttf);
}
body {
background-color:white;
font-family: SourceSans;
}
.page {
display: flex;
flex-direction: column;
align-items: center;
padding: 20px;
}
.header {
width: 200px;
height: 200px;
display: flex;
justify-content: center;
align-items: center;
background-color: #6200EE;
color: white;
font-size: 20pt;
text-align: center;
-webkit-box-shadow: -4px 10px 18px -9px rgba(0,0,0,0.75);
-moz-box-shadow: -4px 10px 18px -9px rgba(0,0,0,0.75);
box-shadow: -4px 10px 18px -9px rgba(0,0,0,0.75);
}
.content {
width: 100%;
display: flex;
flex-direction: column;
padding: 50px;
}
.section {
width: 50%;
margin-left: 25%;
margin-bottom: 50px;
display: flex;
justify-content: center;
align-items: top;
}
.numberContainer {
width: 10%;
font-size: 25pt;
color: #6200EE;
}
.contentContainer {
width: 90%;
display: flex;
flex-direction: column;
}
.label {
color: rgb(26, 5, 56);
}
.textField {
border: 0;
border-bottom: 2px solid #6200EE;
border-radius: 4px 4px 0px 0px;
background-color: rgba(99, 0, 238, 0.205);
font-size: 12pt;
padding: 10px;
width: 80%;
color: #3700B3;
}
.sectionContent {
display: flex;
align-items: center;
margin-top: 10px;
width: 100%;
}
.textFieldButton {
background: #6200EE;
color: white;
padding: 10px;
border-radius: 4px;
height: 40px;
width: 60px;
margin-left: 10px;
font-size: 12pt;
}
.addedWordsContainer {
margin-top: 10px;
width: 100%;
display: flex;
justify-content: center;
flex-wrap: wrap;
}
.addedWord {
background-color: rgba(99, 0, 238, 0.205);
color: #3700B3;
border-radius: 4px;
height: 20px;
padding: 5px;
display: flex;
justify-content: center;
align-items: center;
margin: 5px;
}
.icon {
margin-left: 5px;
}
.clickable:hover {
cursor: pointer;
}
.slider {
-webkit-appearance: none;
appearance: none;
width: 90%;
height: 10px;
background: rgba(99, 0, 238, 0.205);
outline: none;
border-radius: 4px;
opacity: 0.8;
-webkit-transition: .2s;
transition: opacity .2s;
}
.slider:hover {
opacity: 1;
}
.slider::-webkit-slider-thumb {
-webkit-appearance: none;
appearance: none;
width: 20px;
height: 20px;
border-radius: 10px;
background: #6200EE;
cursor: pointer;
}
.slider::-moz-range-thumb {
width: 20px;
height: 20px;
border-radius: 10px;
background: #6200EE;
cursor: pointer;
}
.column {
flex-direction: column;
}
.sizeDisplay {
font-size: 18pt;
margin-bottom: 10px;
color: #3700B3;
}
.generateButton {
background: #6200EE;
color: white;
font-size: 15pt;
border-radius: 4px;
height: 40px;
width: 120px;
}
.btnHover:hover {
cursor: pointer;
background: #3700B3;
color: white;
transition: ease-in-out 0.5s background;
}
.wordsearchContainer {
display: flex;
flex-direction: row;
}
.word {
color: #3700B3;
font-size: 15pt;
margin-top: 5px;
margin-bottom: 5px;
margin-left: 6px;
margin-right: 6px;
display: flex;
justify-content: center;
align-items: center;
}
.errorText {
color: #3700B3;
font-size: 14pt;
text-align: center;
}
.recommendedSize {
color: #3700B3;
font-size: 10pt;
margin-top: 10px;
margin-bottom: 10px;
}
.languageButton {
background: rgba(99, 0, 238, 0.205);
color: #3700B3;
font-size: 12pt;
padding: 10px;
border-radius: 4px;
height: 40px;
width: 100px;
margin-right: 10px;
}
.selected {
background-color: #6200EE;
color: white;
}
.centerFlex {
align-items: center;
}
.wordsearchTitleContainer {
color: #3700B3;
font-size: 20pt;
margin-bottom: 15px;
margin-left: 10px;
}
.revealBtn {
background-color: #6200EE;
color: white;
font-size: 12pt;
padding: 5px;
border-radius: 4px;
height: 30px;
width: 120px;
margin-top: 20px;
}
.printBtn {
background-color: #6200EE;
color: white;
font-size: 12pt;
padding: 5px;
border-radius: 4px;
height: 30px;
width: 120px;
margin-top: 20px;
margin-left: 10px;
}
.revealed {
color: rgb(255, 109, 223);
}
.wordsearchTitleContainer {
text-align: center;
}
.wordsearchTitle {
font-size: 24pt;
color: rgb(255, 109, 223);
}
.titleContainer {
display: flex;
flex-direction: column;
}
.wordList {
display: flex;
flex-direction: column;
}
.searchWord {
font-size: 12pt;
color: #3700B3;
margin-top: 10px;
margin-right: 20px;
}
.wordsearchContents {
display: flex;
}
@media only screen and (max-width: 700px) {
.section {
width: 90%;
margin-left: 5%
}
}
@media only screen and (min-width: 1000px) {
.section {
width: 500px;
margin-left: 0px;
}
.content {
align-items: center;
}
} | 0.414069 | 0.094427 |
@font-face {
font-family: 'icofont';
src: url('../../fonts/icofont7858.eot?v=1.0.0-beta');
src: url('../../fonts/icofont7858.eot?v=1.0.0-beta#iefix') format('embedded-opentype'),
url('../../fonts/icofont7858.ttf?v=1.0.0-beta') format('truetype'),
url('../../fonts/icofont7858.woff?v=1.0.0-beta') format('woff'),
url('../../fonts/icofont7858.html?v=1.0.0-beta#icofont') format('svg');
font-weight: normal;
font-style: normal;
}
.icofont {
font-family: 'IcoFont' !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;
}
.icofont-angry-monster:before {
content: "\e901";
}
.icofont-bathtub:before {
content: "\e902";
}
.icofont-bird-wings:before {
content: "\e903";
}
.icofont-bow:before {
content: "\e904";
}
.icofont-brain-alt:before {
content: "\e905";
}
.icofont-butterfly-alt:before {
content: "\e906";
}
.icofont-castle:before {
content: "\e907";
}
.icofont-circuit:before {
content: "\e908";
}
.icofont-dart:before {
content: "\e909";
}
.icofont-dice-alt:before {
content: "\e90a";
}
.icofont-disability-race:before {
content: "\e90b";
}
.icofont-diving-goggle:before {
content: "\e90c";
}
.icofont-fire-alt:before {
content: "\e90d";
}
.icofont-flame-torch:before {
content: "\e90e";
}
.icofont-flora-flower:before {
content: "\e90f";
}
.icofont-flora:before {
content: "\e910";
}
.icofont-gift-box:before {
content: "\e911";
}
.icofont-halloween-pumpkin:before {
content: "\e912";
}
.icofont-hand-power:before {
content: "\e913";
}
.icofont-hand-thunder:before {
content: "\e914";
}
.icofont-king-crown:before {
content: "\e915";
}
.icofont-king-monster:before {
content: "\e916";
}
.icofont-love:before {
content: "\e917";
}
.icofont-magician-hat:before {
content: "\e918";
}
.icofont-native-american:before {
content: "\e919";
}
.icofont-open-eye:before {
content: "\e91a";
}
.icofont-owl-look:before {
content: "\e91b";
}
.icofont-phoenix:before {
content: "\e91c";
}
.icofont-queen-crown:before {
content: "\e91d";
}
.icofont-robot-face:before {
content: "\e91e";
}
.icofont-sand-clock:before {
content: "\e91f";
}
.icofont-shield-alt:before {
content: "\e920";
}
.icofont-ship-wheel:before {
content: "\e921";
}
.icofont-skull-danger:before {
content: "\e922";
}
.icofont-skull-face:before {
content: "\e923";
}
.icofont-snail:before {
content: "\e924";
}
.icofont-snow-alt:before {
content: "\e925";
}
.icofont-snow-flake:before {
content: "\e926";
}
.icofont-snowmobile:before {
content: "\e927";
}
.icofont-space-shuttle:before {
content: "\e928";
}
.icofont-star-shape:before {
content: "\e929";
}
.icofont-swirl:before {
content: "\e92a";
}
.icofont-tattoo-wing:before {
content: "\e92b";
}
.icofont-throne:before {
content: "\e92c";
}
.icofont-touch:before {
content: "\e92d";
}
.icofont-tree-alt:before {
content: "\e92e";
}
.icofont-triangle:before {
content: "\e92f";
}
.icofont-unity-hand:before {
content: "\e930";
}
.icofont-weed:before {
content: "\e931";
}
.icofont-woman-bird:before {
content: "\e932";
}
.icofont-animal-bat:before {
content: "\e933";
}
.icofont-animal-bear-tracks:before {
content: "\e934";
}
.icofont-animal-bear:before {
content: "\e935";
}
.icofont-animal-bird-alt:before {
content: "\e936";
}
.icofont-animal-bird:before {
content: "\e937";
}
.icofont-animal-bone:before {
content: "\e938";
}
.icofont-animal-bull:before {
content: "\e939";
}
.icofont-animal-camel-alt:before {
content: "\e93a";
}
.icofont-animal-camel-head:before {
content: "\e93b";
}
.icofont-animal-camel:before {
content: "\e93c";
}
.icofont-animal-cat-alt-1:before {
content: "\e93d";
}
.icofont-animal-cat-alt-2:before {
content: "\e93e";
}
.icofont-animal-cat-alt-3:before {
content: "\e93f";
}
.icofont-animal-cat-alt-4:before {
content: "\e940";
}
.icofont-animal-cat-with-dog:before {
content: "\e941";
}
.icofont-animal-cat:before {
content: "\e942";
}
.icofont-animal-cow-head:before {
content: "\e943";
}
.icofont-animal-cow:before {
content: "\e944";
}
.icofont-animal-crab:before {
content: "\e945";
}
.icofont-animal-crocodile:before {
content: "\e946";
}
.icofont-animal-deer-head:before {
content: "\e947";
}
.icofont-animal-dog-alt:before {
content: "\e948";
}
.icofont-animal-dog-barking:before {
content: "\e949";
}
.icofont-animal-dog:before {
content: "\e94a";
}
.icofont-animal-dolphin:before {
content: "\e94b";
}
.icofont-animal-duck-tracks:before {
content: "\e94c";
}
.icofont-animal-eagle-head:before {
content: "\e94d";
}
.icofont-animal-eaten-fish:before {
content: "\e94e";
}
.icofont-animal-elephant-alt:before {
content: "\e94f";
}
.icofont-animal-elephant-head-alt:before {
content: "\e950";
}
.icofont-animal-elephant-head:before {
content: "\e951";
}
.icofont-animal-elephant:before {
content: "\e952";
}
.icofont-animal-elk:before {
content: "\e953";
}
.icofont-animal-fish-alt-1:before {
content: "\e954";
}
.icofont-animal-fish-alt-2:before {
content: "\e955";
}
.icofont-animal-fish-alt-3:before {
content: "\e956";
}
.icofont-animal-fish-alt-4:before {
content: "\e957";
}
.icofont-animal-fish:before {
content: "\e958";
}
.icofont-animal-fox-alt:before {
content: "\e959";
}
.icofont-animal-fox:before {
content: "\e95a";
}
.icofont-animal-frog-tracks:before {
content: "\e95b";
}
.icofont-animal-frog:before {
content: "\e95c";
}
.icofont-animal-froggy:before {
content: "\e95d";
}
.icofont-animal-giraffe-alt:before {
content: "\e95e";
}
.icofont-animal-giraffe:before {
content: "\e95f";
}
.icofont-animal-goat-head-alt-1:before {
content: "\e960";
}
.icofont-animal-goat-head-alt-2:before {
content: "\e961";
}
.icofont-animal-goat-head:before {
content: "\e962";
}
.icofont-animal-gorilla:before {
content: "\e963";
}
.icofont-animal-hen-tracks:before {
content: "\e964";
}
.icofont-animal-horse-head-alt-1:before {
content: "\e965";
}
.icofont-animal-horse-head-alt-2:before {
content: "\e966";
}
.icofont-animal-horse-head:before {
content: "\e967";
}
.icofont-animal-horse-tracks:before {
content: "\e968";
}
.icofont-animal-jellyfish:before {
content: "\e969";
}
.icofont-animal-kangaroo:before {
content: "\e96a";
}
.icofont-animal-lemur:before {
content: "\e96b";
}
.icofont-animal-lion-alt:before {
content: "\e96c";
}
.icofont-animal-lion-head-alt:before {
content: "\e96d";
}
.icofont-animal-lion-head:before {
content: "\e96e";
}
.icofont-animal-lion:before {
content: "\e96f";
}
.icofont-animal-monkey-alt-1:before {
content: "\e970";
}
.icofont-animal-monkey-alt-2:before {
content: "\e971";
}
.icofont-animal-monkey-alt-3:before {
content: "\e972";
}
.icofont-animal-monkey:before {
content: "\e973";
}
.icofont-animal-octopus-alt:before {
content: "\e974";
}
.icofont-animal-octopus:before {
content: "\e975";
}
.icofont-animal-owl:before {
content: "\e976";
}
.icofont-animal-panda-alt:before {
content: "\e977";
}
.icofont-animal-panda:before {
content: "\e978";
}
.icofont-animal-panther:before {
content: "\e979";
}
.icofont-animal-parrot-lip:before {
content: "\e97a";
}
.icofont-animal-parrot:before {
content: "\e97b";
}
.icofont-animal-paw:before {
content: "\e97c";
}
.icofont-animal-pelican:before {
content: "\e97d";
}
.icofont-animal-penguin:before {
content: "\e97e";
}
.icofont-animal-pig-alt:before {
content: "\e97f";
}
.icofont-animal-pig:before {
content: "\e980";
}
.icofont-animal-pigeon-alt:before {
content: "\e981";
}
.icofont-animal-pigeon:before {
content: "\e982";
}
.icofont-animal-pigeons:before {
content: "\e983";
}
.icofont-animal-rabbit-running:before {
content: "\e984";
}
.icofont-animal-rat-alt:before {
content: "\e985";
}
.icofont-animal-rhino-head:before {
content: "\e986";
}
.icofont-animal-rhino:before {
content: "\e987";
}
.icofont-animal-rooster:before {
content: "\e988";
}
.icofont-animal-seahorse:before {
content: "\e989";
}
.icofont-animal-seal:before {
content: "\e98a";
}
.icofont-animal-shrimp:before {
content: "\e98b";
}
.icofont-animal-snail-alt-1:before {
content: "\e98c";
}
.icofont-animal-snail-alt-2:before {
content: "\e98d";
}
.icofont-animal-snail:before {
content: "\e98e";
}
.icofont-animal-snake:before {
content: "\e98f";
}
.icofont-animal-squid:before {
content: "\e990";
}
.icofont-animal-squirrel:before {
content: "\e991";
}
.icofont-animal-tiger-alt:before {
content: "\e992";
}
.icofont-animal-tiger:before {
content: "\e993";
}
.icofont-animal-turtle:before {
content: "\e994";
}
.icofont-animal-whale:before {
content: "\e995";
}
.icofont-animal-woodpecker:before {
content: "\e996";
}
.icofont-animal-zebra:before {
content: "\e997";
}
.icofont-brand-acer:before {
content: "\e998";
}
.icofont-brand-adidas:before {
content: "\e999";
}
.icofont-brand-adobe:before {
content: "\e99a";
}
.icofont-brand-air-new-zealand:before {
content: "\e99b";
}
.icofont-brand-airbnb:before {
content: "\e99c";
}
.icofont-brand-aircell:before {
content: "\e99d";
}
.icofont-brand-airtel:before {
content: "\e99e";
}
.icofont-brand-alcatel:before {
content: "\e99f";
}
.icofont-brand-alibaba:before {
content: "\e9a0";
}
.icofont-brand-aliexpress:before {
content: "\e9a1";
}
.icofont-brand-alipay:before {
content: "\e9a2";
}
.icofont-brand-amazon:before {
content: "\e9a3";
}
.icofont-brand-amd:before {
content: "\e9a4";
}
.icofont-brand-american-airlines:before {
content: "\e9a5";
}
.icofont-brand-android-robot:before {
content: "\e9a6";
}
.icofont-brand-android:before {
content: "\e9a7";
}
.icofont-brand-aol:before {
content: "\e9a8";
}
.icofont-brand-apple:before {
content: "\e9a9";
}
.icofont-brand-appstore:before {
content: "\e9aa";
}
.icofont-brand-asus:before {
content: "\e9ab";
}
.icofont-brand-ati:before {
content: "\e9ac";
}
.icofont-brand-att:before {
content: "\e9ad";
}
.icofont-brand-audi:before {
content: "\e9ae";
}
.icofont-brand-axiata:before {
content: "\e9af";
}
.icofont-brand-bada:before {
content: "\e9b0";
}
.icofont-brand-bbc:before {
content: "\e9b1";
}
.icofont-brand-bing:before {
content: "\e9b2";
}
.icofont-brand-blackberry:before {
content: "\e9b3";
}
.icofont-brand-bmw:before {
content: "\e9b4";
}
.icofont-brand-box:before {
content: "\e9b5";
}
.icofont-brand-burger-king:before {
content: "\e9b6";
}
.icofont-brand-business-insider:before {
content: "\e9b7";
}
.icofont-brand-buzzfeed:before {
content: "\e9b8";
}
.icofont-brand-cannon:before {
content: "\e9b9";
}
.icofont-brand-casio:before {
content: "\e9ba";
}
.icofont-brand-china-mobile:before {
content: "\e9bb";
}
.icofont-brand-china-telecom:before {
content: "\e9bc";
}
.icofont-brand-china-unicom:before {
content: "\e9bd";
}
.icofont-brand-cisco:before {
content: "\e9be";
}
.icofont-brand-citibank:before {
content: "\e9bf";
}
.icofont-brand-cnet:before {
content: "\e9c0";
}
.icofont-brand-cnn:before {
content: "\e9c1";
}
.icofont-brand-cocal-cola:before {
content: "\e9c2";
}
.icofont-brand-compaq:before {
content: "\e9c3";
}
.icofont-brand-copy:before {
content: "\e9c4";
}
.icofont-brand-debian:before {
content: "\e9c5";
}
.icofont-brand-delicious:before {
content: "\e9c6";
}
.icofont-brand-dell:before {
content: "\e9c7";
}
.icofont-brand-designbump:before {
content: "\e9c8";
}
.icofont-brand-designfloat:before {
content: "\e9c9";
}
.icofont-brand-disney:before {
content: "\e9ca";
}
.icofont-brand-dodge:before {
content: "\e9cb";
}
.icofont-brand-dove:before {
content: "\e9cc";
}
.icofont-brand-ebay:before {
content: "\e9cd";
}
.icofont-brand-eleven:before {
content: "\e9ce";
}
.icofont-brand-emirates:before {
content: "\e9cf";
}
.icofont-brand-espn:before {
content: "\e9d0";
}
.icofont-brand-etihad-airways:before {
content: "\e9d1";
}
.icofont-brand-etisalat:before {
content: "\e9d2";
}
.icofont-brand-etsy:before {
content: "\e9d3";
}
.icofont-brand-facebook:before {
content: "\e9d4";
}
.icofont-brand-fastrack:before {
content: "\e9d5";
}
.icofont-brand-fedex:before {
content: "\e9d6";
}
.icofont-brand-ferrari:before {
content: "\e9d7";
}
.icofont-brand-fitbit:before {
content: "\e9d8";
}
.icofont-brand-flikr:before {
content: "\e9d9";
}
.icofont-brand-forbes:before {
content: "\e9da";
}
.icofont-brand-foursquare:before {
content: "\e9db";
}
.icofont-brand-fox:before {
content: "\e9dc";
}
.icofont-brand-foxconn:before {
content: "\e9dd";
}
.icofont-brand-fujitsu:before {
content: "\e9de";
}
.icofont-brand-general-electric:before {
content: "\e9df";
}
.icofont-brand-gillette:before {
content: "\e9e0";
}
.icofont-brand-gizmodo:before {
content: "\e9e1";
}
.icofont-brand-gnome:before {
content: "\e9e2";
}
.icofont-brand-google:before {
content: "\e9e3";
}
.icofont-brand-gopro:before {
content: "\e9e4";
}
.icofont-brand-gucci:before {
content: "\e9e5";
}
.icofont-brand-hallmark:before {
content: "\e9e6";
}
.icofont-brand-hi5:before {
content: "\e9e7";
}
.icofont-brand-honda:before {
content: "\e9e8";
}
.icofont-brand-hp:before {
content: "\e9e9";
}
.icofont-brand-hsbc:before {
content: "\e9ea";
}
.icofont-brand-htc:before {
content: "\e9eb";
}
.icofont-brand-huawei:before {
content: "\e9ec";
}
.icofont-brand-hulu:before {
content: "\e9ed";
}
.icofont-brand-hyundai:before {
content: "\e9ee";
}
.icofont-brand-ibm:before {
content: "\e9ef";
}
.icofont-brand-icofont:before {
content: "\e9f0";
}
.icofont-brand-icq:before {
content: "\e9f1";
}
.icofont-brand-ikea:before {
content: "\e9f2";
}
.icofont-brand-imdb:before {
content: "\e9f3";
}
.icofont-brand-indiegogo:before {
content: "\e9f4";
}
.icofont-brand-intel:before {
content: "\e9f5";
}
.icofont-brand-ipair:before {
content: "\e9f6";
}
.icofont-brand-jaguar:before {
content: "\e9f7";
}
.icofont-brand-java:before {
content: "\e9f8";
}
.icofont-brand-joomshaper:before {
content: "\e9f9";
}
.icofont-brand-kickstarter:before {
content: "\e9fa";
}
.icofont-brand-kik:before {
content: "\e9fb";
}
.icofont-brand-lastfm:before {
content: "\e9fc";
}
.icofont-brand-lego:before {
content: "\e9fd";
}
.icofont-brand-lenovo:before {
content: "\e9fe";
}
.icofont-brand-levis:before {
content: "\e9ff";
}
.icofont-brand-lexus:before {
content: "\ea00";
}
.icofont-brand-lg:before {
content: "\ea01";
}
.icofont-brand-life-hacker:before {
content: "\ea02";
}
.icofont-brand-line-messenger:before {
content: "\ea03";
}
.icofont-brand-linkedin:before {
content: "\ea04";
}
.icofont-brand-linux-mint:before {
content: "\ea05";
}
.icofont-brand-linux:before {
content: "\ea06";
}
.icofont-brand-lionix:before {
content: "\ea07";
}
.icofont-brand-live-messenger:before {
content: "\ea08";
}
.icofont-brand-loreal:before {
content: "\ea09";
}
.icofont-brand-louis-vuitton:before {
content: "\ea0a";
}
.icofont-brand-mac-os:before {
content: "\ea0b";
}
.icofont-brand-marvel-app:before {
content: "\ea0c";
}
.icofont-brand-mashable:before {
content: "\ea0d";
}
.icofont-brand-mazda:before {
content: "\ea0e";
}
.icofont-brand-mcdonals:before {
content: "\ea0f";
}
.icofont-brand-mercedes:before {
content: "\ea10";
}
.icofont-brand-micromax:before {
content: "\ea11";
}
.icofont-brand-microsoft:before {
content: "\ea12";
}
.icofont-brand-mobileme:before {
content: "\ea13";
}
.icofont-brand-mobily:before {
content: "\ea14";
}
.icofont-brand-motorola:before {
content: "\ea15";
}
.icofont-brand-msi:before {
content: "\ea16";
}
.icofont-brand-mts:before {
content: "\ea17";
}
.icofont-brand-myspace:before {
content: "\ea18";
}
.icofont-brand-mytv:before {
content: "\ea19";
}
.icofont-brand-nasa:before {
content: "\ea1a";
}
.icofont-brand-natgeo:before {
content: "\ea1b";
}
.icofont-brand-nbc:before {
content: "\ea1c";
}
.icofont-brand-nescafe:before {
content: "\ea1d";
}
.icofont-brand-nestle:before {
content: "\ea1e";
}
.icofont-brand-netflix:before {
content: "\ea1f";
}
.icofont-brand-nexus:before {
content: "\ea20";
}
.icofont-brand-nike:before {
content: "\ea21";
}
.icofont-brand-nokia:before {
content: "\ea22";
}
.icofont-brand-nvidia:before {
content: "\ea23";
}
.icofont-brand-omega:before {
content: "\ea24";
}
.icofont-brand-opensuse:before {
content: "\ea25";
}
.icofont-brand-oracle:before {
content: "\ea26";
}
.icofont-brand-panasonic:before {
content: "\ea27";
}
.icofont-brand-paypal:before {
content: "\ea28";
}
.icofont-brand-pepsi:before {
content: "\ea29";
}
.icofont-brand-philips:before {
content: "\ea2a";
}
.icofont-brand-pizza-hut:before {
content: "\ea2b";
}
.icofont-brand-playstation:before {
content: "\ea2c";
}
.icofont-brand-puma:before {
content: "\ea2d";
}
.icofont-brand-qatar-air:before {
content: "\ea2e";
}
.icofont-brand-qvc:before {
content: "\ea2f";
}
.icofont-brand-readernaut:before {
content: "\ea30";
}
.icofont-brand-redbull:before {
content: "\ea31";
}
.icofont-brand-reebok:before {
content: "\ea32";
}
.icofont-brand-reuters:before {
content: "\ea33";
}
.icofont-brand-samsung:before {
content: "\ea34";
}
.icofont-brand-sap:before {
content: "\ea35";
}
.icofont-brand-saudia-airlines:before {
content: "\ea36";
}
.icofont-brand-scribd:before {
content: "\ea37";
}
.icofont-brand-shell:before {
content: "\ea38";
}
.icofont-brand-siemens:before {
content: "\ea39";
}
.icofont-brand-sk-telecom:before {
content: "\ea3a";
}
.icofont-brand-slideshare:before {
content: "\ea3b";
}
.icofont-brand-smashing-magazine:before {
content: "\ea3c";
}
.icofont-brand-snapchat:before {
content: "\ea3d";
}
.icofont-brand-sony-ericsson:before {
content: "\ea3e";
}
.icofont-brand-sony:before {
content: "\ea3f";
}
.icofont-brand-soundcloud:before {
content: "\ea40";
}
.icofont-brand-sprint:before {
content: "\ea41";
}
.icofont-brand-squidoo:before {
content: "\ea42";
}
.icofont-brand-starbucks:before {
content: "\ea43";
}
.icofont-brand-stc:before {
content: "\ea44";
}
.icofont-brand-steam:before {
content: "\ea45";
}
.icofont-brand-suzuki:before {
content: "\ea46";
}
.icofont-brand-symbian:before {
content: "\ea47";
}
.icofont-brand-t-mobile:before {
content: "\ea48";
}
.icofont-brand-tango:before {
content: "\ea49";
}
.icofont-brand-target:before {
content: "\ea4a";
}
.icofont-brand-tata-indicom:before {
content: "\ea4b";
}
.icofont-brand-techcrunch:before {
content: "\ea4c";
}
.icofont-brand-telenor:before {
content: "\ea4d";
}
.icofont-brand-teliasonera:before {
content: "\ea4e";
}
.icofont-brand-tesla:before {
content: "\ea4f";
}
.icofont-brand-the-verge:before {
content: "\ea50";
}
.icofont-brand-thenextweb:before {
content: "\ea51";
}
.icofont-brand-toshiba:before {
content: "\ea52";
}
.icofont-brand-toyota:before {
content: "\ea53";
}
.icofont-brand-tribenet:before {
content: "\ea54";
}
.icofont-brand-ubuntu:before {
content: "\ea55";
}
.icofont-brand-unilever:before {
content: "\ea56";
}
.icofont-brand-vaio:before {
content: "\ea57";
}
.icofont-brand-verizon:before {
content: "\ea58";
}
.icofont-brand-viber:before {
content: "\ea59";
}
.icofont-brand-vodafone:before {
content: "\ea5a";
}
.icofont-brand-volkswagen:before {
content: "\ea5b";
}
.icofont-brand-walmart:before {
content: "\ea5c";
}
.icofont-brand-warnerbros:before {
content: "\ea5d";
}
.icofont-brand-whatsapp:before {
content: "\ea5e";
}
.icofont-brand-wikipedia:before {
content: "\ea5f";
}
.icofont-brand-windows:before {
content: "\ea60";
}
.icofont-brand-wire:before {
content: "\ea61";
}
.icofont-brand-yahoobuzz:before {
content: "\ea62";
}
.icofont-brand-yamaha:before {
content: "\ea63";
}
.icofont-brand-youtube:before {
content: "\ea64";
}
.icofont-brand-zain:before {
content: "\ea65";
}
.icofont-bank-alt:before {
content: "\ea66";
}
.icofont-barcode:before {
content: "\ea67";
}
.icofont-basket:before {
content: "\ea68";
}
.icofont-bill-alt:before {
content: "\ea69";
}
.icofont-billboard:before {
content: "\ea6a";
}
.icofont-briefcase-alt-1:before {
content: "\ea6b";
}
.icofont-briefcase-alt-2:before {
content: "\ea6c";
}
.icofont-building-alt:before {
content: "\ea6d";
}
.icofont-businessman:before {
content: "\ea6e";
}
.icofont-businesswoman:before {
content: "\ea6f";
}
.icofont-cart-alt:before {
content: "\ea70";
}
.icofont-chair:before {
content: "\ea71";
}
.icofont-clip:before {
content: "\ea72";
}
.icofont-coins:before {
content: "\ea73";
}
.icofont-company:before {
content: "\ea74";
}
.icofont-contact-add:before {
content: "\ea75";
}
.icofont-deal:before {
content: "\ea76";
}
.icofont-files:before {
content: "\ea77";
}
.icofont-growth:before {
content: "\ea78";
}
.icofont-id-card:before {
content: "\ea79";
}
.icofont-idea:before {
content: "\ea7a";
}
.icofont-list:before {
content: "\ea7b";
}
.icofont-meeting-add:before {
content: "\ea7c";
}
.icofont-money-bag:before {
content: "\ea7d";
}
.icofont-people:before {
content: "\ea7e";
}
.icofont-pie-chart:before {
content: "\ea7f";
}
.icofont-presentation-alt:before {
content: "\ea80";
}
.icofont-stamp:before {
content: "\ea81";
}
.icofont-stock-mobile:before {
content: "\ea82";
}
.icofont-support:before {
content: "\ea83";
}
.icofont-tasks-alt:before {
content: "\ea84";
}
.icofont-wheel:before {
content: "\ea85";
}
.icofont-chart-arrows-axis:before {
content: "\ea86";
}
.icofont-chart-bar-graph:before {
content: "\ea87";
}
.icofont-chart-flow-alt-1:before {
content: "\ea88";
}
.icofont-chart-flow-alt-2:before {
content: "\ea89";
}
.icofont-chart-flow:before {
content: "\ea8a";
}
.icofont-chart-histogram-alt:before {
content: "\ea8b";
}
.icofont-chart-histogram:before {
content: "\ea8c";
}
.icofont-chart-line-alt:before {
content: "\ea8d";
}
.icofont-chart-line:before {
content: "\ea8e";
}
.icofont-chart-pie-alt:before {
content: "\ea8f";
}
.icofont-chart-pie:before {
content: "\ea90";
}
.icofont-chart-radar-graph:before {
content: "\ea91";
}
.icofont-cur-afghani-false:before {
content: "\ea92";
}
.icofont-cur-afghani-minus:before {
content: "\ea93";
}
.icofont-cur-afghani-plus:before {
content: "\ea94";
}
.icofont-cur-afghani-true:before {
content: "\ea95";
}
.icofont-cur-afghani:before {
content: "\ea96";
}
.icofont-cur-baht-false:before {
content: "\ea97";
}
.icofont-cur-baht-minus:before {
content: "\ea98";
}
.icofont-cur-baht-plus:before {
content: "\ea99";
}
.icofont-cur-baht-true:before {
content: "\ea9a";
}
.icofont-cur-baht:before {
content: "\ea9b";
}
.icofont-cur-bitcoin-false:before {
content: "\ea9c";
}
.icofont-cur-bitcoin-minus:before {
content: "\ea9d";
}
.icofont-cur-bitcoin-plus:before {
content: "\ea9e";
}
.icofont-cur-bitcoin-true:before {
content: "\ea9f";
}
.icofont-cur-bitcoin:before {
content: "\eaa0";
}
.icofont-cur-dollar-flase:before {
content: "\eaa1";
}
.icofont-cur-dollar-minus:before {
content: "\eaa2";
}
.icofont-cur-dollar-plus:before {
content: "\eaa3";
}
.icofont-cur-dollar-true:before {
content: "\eaa4";
}
.icofont-cur-dollar:before {
content: "\eaa5";
}
.icofont-cur-dong-false:before {
content: "\eaa6";
}
.icofont-cur-dong-minus:before {
content: "\eaa7";
}
.icofont-cur-dong-plus:before {
content: "\eaa8";
}
.icofont-cur-dong-true:before {
content: "\eaa9";
}
.icofont-cur-dong:before {
content: "\eaaa";
}
.icofont-cur-euro-false:before {
content: "\eaab";
}
.icofont-cur-euro-minus:before {
content: "\eaac";
}
.icofont-cur-euro-plus:before {
content: "\eaad";
}
.icofont-cur-euro-true:before {
content: "\eaae";
}
.icofont-cur-euro:before {
content: "\eaaf";
}
.icofont-cur-frank-false:before {
content: "\eab0";
}
.icofont-cur-frank-minus:before {
content: "\eab1";
}
.icofont-cur-frank-plus:before {
content: "\eab2";
}
.icofont-cur-frank-true:before {
content: "\eab3";
}
.icofont-cur-frank:before {
content: "\eab4";
}
.icofont-cur-hryvnia-false:before {
content: "\eab5";
}
.icofont-cur-hryvnia-minus:before {
content: "\eab6";
}
.icofont-cur-hryvnia-plus:before {
content: "\eab7";
}
.icofont-cur-hryvnia-true:before {
content: "\eab8";
}
.icofont-cur-hryvnia:before {
content: "\eab9";
}
.icofont-cur-lira-false:before {
content: "\eaba";
}
.icofont-cur-lira-minus:before {
content: "\eabb";
}
.icofont-cur-lira-plus:before {
content: "\eabc";
}
.icofont-cur-lira-true:before {
content: "\eabd";
}
.icofont-cur-lira:before {
content: "\eabe";
}
.icofont-cur-peseta-false:before {
content: "\eabf";
}
.icofont-cur-peseta-minus:before {
content: "\eac0";
}
.icofont-cur-peseta-plus:before {
content: "\eac1";
}
.icofont-cur-peseta-true:before {
content: "\eac2";
}
.icofont-cur-peseta:before {
content: "\eac3";
}
.icofont-cur-peso-false:before {
content: "\eac4";
}
.icofont-cur-peso-minus:before {
content: "\eac5";
}
.icofont-cur-peso-plus:before {
content: "\eac6";
}
.icofont-cur-peso-true:before {
content: "\eac7";
}
.icofont-cur-peso:before {
content: "\eac8";
}
.icofont-cur-pound-false:before {
content: "\eac9";
}
.icofont-cur-pound-minus:before {
content: "\eaca";
}
.icofont-cur-pound-plus:before {
content: "\eacb";
}
.icofont-cur-pound-true:before {
content: "\eacc";
}
.icofont-cur-pound:before {
content: "\eacd";
}
.icofont-cur-renminbi-false:before {
content: "\eace";
}
.icofont-cur-renminbi-minus:before {
content: "\eacf";
}
.icofont-cur-renminbi-plus:before {
content: "\ead0";
}
.icofont-cur-renminbi-true:before {
content: "\ead1";
}
.icofont-cur-renminbi:before {
content: "\ead2";
}
.icofont-cur-riyal-false:before {
content: "\ead3";
}
.icofont-cur-riyal-minus:before {
content: "\ead4";
}
.icofont-cur-riyal-plus:before {
content: "\ead5";
}
.icofont-cur-riyal-true:before {
content: "\ead6";
}
.icofont-cur-riyal:before {
content: "\ead7";
}
.icofont-cur-rouble-false:before {
content: "\ead8";
}
.icofont-cur-rouble-minus:before {
content: "\ead9";
}
.icofont-cur-rouble-plus:before {
content: "\eada";
}
.icofont-cur-rouble-true:before {
content: "\eadb";
}
.icofont-cur-rouble:before {
content: "\eadc";
}
.icofont-cur-rupee-false:before {
content: "\eadd";
}
.icofont-cur-rupee-minus:before {
content: "\eade";
}
.icofont-cur-rupee-plus:before {
content: "\eadf";
}
.icofont-cur-rupee-true:before {
content: "\eae0";
}
.icofont-cur-rupee:before {
content: "\eae1";
}
.icofont-cur-taka-false:before {
content: "\eae2";
}
.icofont-cur-taka-minus:before {
content: "\eae3";
}
.icofont-cur-taka-plus:before {
content: "\eae4";
}
.icofont-cur-taka-true:before {
content: "\eae5";
}
.icofont-cur-taka:before {
content: "\eae6";
}
.icofont-cur-turkish-lira-false:before {
content: "\eae7";
}
.icofont-cur-turkish-lira-minus:before {
content: "\eae8";
}
.icofont-cur-turkish-lira-plus:before {
content: "\eae9";
}
.icofont-cur-turkish-lira-true:before {
content: "\eaea";
}
.icofont-cur-turkish-lira:before {
content: "\eaeb";
}
.icofont-cur-won-false:before {
content: "\eaec";
}
.icofont-cur-won-minus:before {
content: "\eaed";
}
.icofont-cur-won-plus:before {
content: "\eaee";
}
.icofont-cur-won-true:before {
content: "\eaef";
}
.icofont-cur-won:before {
content: "\eaf0";
}
.icofont-cur-yen-false:before {
content: "\eaf1";
}
.icofont-cur-yen-minus:before {
content: "\eaf2";
}
.icofont-cur-yen-plus:before {
content: "\eaf3";
}
.icofont-cur-yen-true:before {
content: "\eaf4";
}
.icofont-cur-yen:before {
content: "\eaf5";
}
.icofont-android-nexus:before {
content: "\eaf6";
}
.icofont-android-tablet:before {
content: "\eaf7";
}
.icofont-apple-watch:before {
content: "\eaf8";
}
.icofont-drwaing-tablet:before {
content: "\eaf9";
}
.icofont-earphone:before {
content: "\eafa";
}
.icofont-flash-drive:before {
content: "\eafb";
}
.icofont-game-control:before {
content: "\eafc";
}
.icofont-headphone-alt:before {
content: "\eafd";
}
.icofont-htc-one:before {
content: "\eafe";
}
.icofont-imac:before {
content: "\eaff";
}
.icofont-ipad-touch:before {
content: "\eb00";
}
.icofont-iphone:before {
content: "\eb01";
}
.icofont-ipod-nano:before {
content: "\eb02";
}
.icofont-ipod-touch:before {
content: "\eb03";
}
.icofont-keyboard-alt:before {
content: "\eb04";
}
.icofont-keyboard-wireless:before {
content: "\eb05";
}
.icofont-laptop-alt:before {
content: "\eb06";
}
.icofont-macbook:before {
content: "\eb07";
}
.icofont-magic-mouse:before {
content: "\eb08";
}
.icofont-microphone-alt:before {
content: "\eb09";
}
.icofont-monitor:before {
content: "\eb0a";
}
.icofont-mouse:before {
content: "\eb0b";
}
.icofont-nintendo:before {
content: "\eb0c";
}
.icofont-playstation:before {
content: "\eb0d";
}
.icofont-psvita:before {
content: "\eb0e";
}
.icofont-radio-mic:before {
content: "\eb0f";
}
.icofont-refrigerator:before {
content: "\eb10";
}
.icofont-samsung-galaxy:before {
content: "\eb11";
}
.icofont-surface-tablet:before {
content: "\eb12";
}
.icofont-washing-machine:before {
content: "\eb13";
}
.icofont-wifi-router:before {
content: "\eb14";
}
.icofont-wii-u:before {
content: "\eb15";
}
.icofont-windows-lumia:before {
content: "\eb16";
}
.icofont-wireless-mouse:before {
content: "\eb17";
}
.icofont-xbox-360:before {
content: "\eb18";
}
.icofont-arrow-down:before {
content: "\eb19";
}
.icofont-arrow-left:before {
content: "\eb1a";
}
.icofont-arrow-right:before {
content: "\eb1b";
}
.icofont-arrow-up:before {
content: "\eb1c";
}
.icofont-block-down:before {
content: "\eb1d";
}
.icofont-block-left:before {
content: "\eb1e";
}
.icofont-block-right:before {
content: "\eb1f";
}
.icofont-block-up:before {
content: "\eb20";
}
.icofont-bubble-down:before {
content: "\eb21";
}
.icofont-bubble-left:before {
content: "\eb22";
}
.icofont-bubble-right:before {
content: "\eb23";
}
.icofont-bubble-up:before {
content: "\eb24";
}
.icofont-caret-down:before {
content: "\eb25";
}
.icofont-caret-left:before {
content: "\eb26";
}
.icofont-caret-right:before {
content: "\eb27";
}
.icofont-caret-up:before {
content: "\eb28";
}
.icofont-circled-down:before {
content: "\eb29";
}
.icofont-circled-left:before {
content: "\eb2a";
}
.icofont-circled-right:before {
content: "\eb2b";
}
.icofont-circled-up:before {
content: "\eb2c";
}
.icofont-collapse:before {
content: "\eb2d";
}
.icofont-cursor-drag:before {
content: "\eb2e";
}
.icofont-curved-double-left:before {
content: "\eb2f";
}
.icofont-curved-double-right:before {
content: "\eb30";
}
.icofont-curved-down:before {
content: "\eb31";
}
.icofont-curved-left:before {
content: "\eb32";
}
.icofont-curved-right:before {
content: "\eb33";
}
.icofont-curved-up:before {
content: "\eb34";
}
.icofont-dotted-down:before {
content: "\eb35";
}
.icofont-dotted-left:before {
content: "\eb36";
}
.icofont-dotted-right:before {
content: "\eb37";
}
.icofont-dotted-up:before {
content: "\eb38";
}
.icofont-double-left:before {
content: "\eb39";
}
.icofont-double-right:before {
content: "\eb3a";
}
.icofont-drag:before {
content: "\eb3b";
}
.icofont-drag1:before {
content: "\eb3c";
}
.icofont-drag2:before {
content: "\eb3d";
}
.icofont-drag3:before {
content: "\eb3e";
}
.icofont-expand-alt:before {
content: "\eb3f";
}
.icofont-hand-down:before {
content: "\eb40";
}
.icofont-hand-drag:before {
content: "\eb41";
}
.icofont-hand-drag1:before {
content: "\eb42";
}
.icofont-hand-drag2:before {
content: "\eb43";
}
.icofont-hand-drawn-alt-down:before {
content: "\eb44";
}
.icofont-hand-drawn-alt-left:before {
content: "\eb45";
}
.icofont-hand-drawn-alt-right:before {
content: "\eb46";
}
.icofont-hand-drawn-alt-up:before {
content: "\eb47";
}
.icofont-hand-drawn-down:before {
content: "\eb48";
}
.icofont-hand-drawn-left:before {
content: "\eb49";
}
.icofont-hand-drawn-right:before {
content: "\eb4a";
}
.icofont-hand-drawn-up:before {
content: "\eb4b";
}
.icofont-hand-left:before {
content: "\eb4c";
}
.icofont-hand-right:before {
content: "\eb4d";
}
.icofont-hand-up:before {
content: "\eb4e";
}
.icofont-line-block-down:before {
content: "\eb4f";
}
.icofont-line-block-left:before {
content: "\eb50";
}
.icofont-line-block-right:before {
content: "\eb51";
}
.icofont-line-block-up:before {
content: "\eb52";
}
.icofont-long-arrow-down:before {
content: "\eb53";
}
.icofont-long-arrow-left:before {
content: "\eb54";
}
.icofont-long-arrow-right:before {
content: "\eb55";
}
.icofont-long-arrow-up:before {
content: "\eb56";
}
.icofont-rounded-collapse:before {
content: "\eb57";
}
.icofont-rounded-double-left:before {
content: "\eb58";
}
.icofont-rounded-double-right:before {
content: "\eb59";
}
.icofont-rounded-down:before {
content: "\eb5a";
}
.icofont-rounded-expand:before {
content: "\eb5b";
}
.icofont-rounded-left-down:before {
content: "\eb5c";
}
.icofont-rounded-left-up:before {
content: "\eb5d";
}
.icofont-rounded-left:before {
content: "\eb5e";
}
.icofont-rounded-right-down:before {
content: "\eb5f";
}
.icofont-rounded-right-up:before {
content: "\eb60";
}
.icofont-rounded-right:before {
content: "\eb61";
}
.icofont-rounded-up:before {
content: "\eb62";
}
.icofont-scroll-bubble-down:before {
content: "\eb63";
}
.icofont-scroll-bubble-left:before {
content: "\eb64";
}
.icofont-scroll-bubble-right:before {
content: "\eb65";
}
.icofont-scroll-bubble-up:before {
content: "\eb66";
}
.icofont-scroll-double-down:before {
content: "\eb67";
}
.icofont-scroll-double-left:before {
content: "\eb68";
}
.icofont-scroll-double-right:before {
content: "\eb69";
}
.icofont-scroll-double-up:before {
content: "\eb6a";
}
.icofont-scroll-down:before {
content: "\eb6b";
}
.icofont-scroll-left:before {
content: "\eb6c";
}
.icofont-scroll-long-down:before {
content: "\eb6d";
}
.icofont-scroll-long-left:before {
content: "\eb6e";
}
.icofont-scroll-long-right:before {
content: "\eb6f";
}
.icofont-scroll-long-up:before {
content: "\eb70";
}
.icofont-scroll-right:before {
content: "\eb71";
}
.icofont-scroll-up:before {
content: "\eb72";
}
.icofont-simple-down:before {
content: "\eb73";
}
.icofont-simple-left-down:before {
content: "\eb74";
}
.icofont-simple-left-up:before {
content: "\eb75";
}
.icofont-simple-left:before {
content: "\eb76";
}
.icofont-simple-right-down:before {
content: "\eb77";
}
.icofont-simple-right-up:before {
content: "\eb78";
}
.icofont-simple-right:before {
content: "\eb79";
}
.icofont-simple-up:before {
content: "\eb7a";
}
.icofont-square-down:before {
content: "\eb7b";
}
.icofont-square-left:before {
content: "\eb7c";
}
.icofont-square-right:before {
content: "\eb7d";
}
.icofont-square-up:before {
content: "\eb7e";
}
.icofont-stylish-down:before {
content: "\eb7f";
}
.icofont-stylish-left:before {
content: "\eb80";
}
.icofont-stylish-right:before {
content: "\eb81";
}
.icofont-stylish-up:before {
content: "\eb82";
}
.icofont-swoosh-down:before {
content: "\eb83";
}
.icofont-swoosh-left:before {
content: "\eb84";
}
.icofont-swoosh-right:before {
content: "\eb85";
}
.icofont-swoosh-up:before {
content: "\eb86";
}
.icofont-thin-double-left:before {
content: "\eb87";
}
.icofont-thin-double-right:before {
content: "\eb88";
}
.icofont-thin-down:before {
content: "\eb89";
}
.icofont-thin-left:before {
content: "\eb8a";
}
.icofont-thin-right:before {
content: "\eb8b";
}
.icofont-thin-up:before {
content: "\eb8c";
}
.icofont-atom:before {
content: "\eb8d";
}
.icofont-award:before {
content: "\eb8e";
}
.icofont-bell-alt:before {
content: "\eb8f";
}
.icofont-book-alt:before {
content: "\eb90";
}
.icofont-brainstorming:before {
content: "\eb91";
}
.icofont-certificate-alt-1:before {
content: "\eb92";
}
.icofont-certificate-alt-2:before {
content: "\eb93";
}
.icofont-dna-alt-2:before {
content: "\eb94";
}
.icofont-education:before {
content: "\eb95";
}
.icofont-electron:before {
content: "\eb96";
}
.icofont-fountain-pen:before {
content: "\eb97";
}
.icofont-globe-alt:before {
content: "\eb98";
}
.icofont-graduate-alt:before {
content: "\eb99";
}
.icofont-group-students:before {
content: "\eb9a";
}
.icofont-hat-alt:before {
content: "\eb9b";
}
.icofont-hat:before {
content: "\eb9c";
}
.icofont-instrument:before {
content: "\eb9d";
}
.icofont-lamp-light:before {
content: "\eb9e";
}
.icofont-microscope-alt:before {
content: "\eb9f";
}
.icofont-paper:before {
content: "\eba0";
}
.icofont-pen-alt-4:before {
content: "\eba1";
}
.icofont-pen-nib:before {
content: "\eba2";
}
.icofont-pencil-alt-5:before {
content: "\eba3";
}
.icofont-quill-pen:before {
content: "\eba4";
}
.icofont-read-book-alt:before {
content: "\eba5";
}
.icofont-read-book:before {
content: "\eba6";
}
.icofont-school-bag:before {
content: "\eba7";
}
.icofont-school-bus:before {
content: "\eba8";
}
.icofont-student-alt:before {
content: "\eba9";
}
.icofont-student:before {
content: "\ebaa";
}
.icofont-teacher:before {
content: "\ebab";
}
.icofont-test-bulb:before {
content: "\ebac";
}
.icofont-test-tube-alt:before {
content: "\ebad";
}
.icofont-university:before {
content: "\ebae";
}
.icofont-emo-angry:before {
content: "\ebaf";
}
.icofont-emo-astonished:before {
content: "\ebb0";
}
.icofont-emo-confounded:before {
content: "\ebb1";
}
.icofont-emo-confused:before {
content: "\ebb2";
}
.icofont-emo-crying:before {
content: "\ebb3";
}
.icofont-emo-dizzy:before {
content: "\ebb4";
}
.icofont-emo-expressionless:before {
content: "\ebb5";
}
.icofont-emo-heart-eyes:before {
content: "\ebb6";
}
.icofont-emo-laughing:before {
content: "\ebb7";
}
.icofont-emo-nerd-smile:before {
content: "\ebb8";
}
.icofont-emo-open-mouth:before {
content: "\ebb9";
}
.icofont-emo-rage:before {
content: "\ebba";
}
.icofont-emo-rolling-eyes:before {
content: "\ebbb";
}
.icofont-emo-sad:before {
content: "\ebbc";
}
.icofont-emo-simple-smile:before {
content: "\ebbd";
}
.icofont-emo-slightly-smile:before {
content: "\ebbe";
}
.icofont-emo-smirk:before {
content: "\ebbf";
}
.icofont-emo-stuck-out-tongue:before {
content: "\ebc0";
}
.icofont-emo-wink-smile:before {
content: "\ebc1";
}
.icofont-emo-worried:before {
content: "\ebc2";
}
.icofont-architecture-alt:before {
content: "\ebc3";
}
.icofont-architecture:before {
content: "\ebc4";
}
.icofont-barricade:before {
content: "\ebc5";
}
.icofont-bricks:before {
content: "\ebc6";
}
.icofont-calculations:before {
content: "\ebc7";
}
.icofont-cement-mix:before {
content: "\ebc8";
}
.icofont-cement-mixer:before {
content: "\ebc9";
}
.icofont-danger-zone:before {
content: "\ebca";
}
.icofont-drill:before {
content: "\ebcb";
}
.icofont-eco-energy:before {
content: "\ebcc";
}
.icofont-eco-environmen:before {
content: "\ebcd";
}
.icofont-energy-air:before {
content: "\ebce";
}
.icofont-energy-oil:before {
content: "\ebcf";
}
.icofont-energy-savings:before {
content: "\ebd0";
}
.icofont-energy-solar:before {
content: "\ebd1";
}
.icofont-energy-water:before {
content: "\ebd2";
}
.icofont-engineer:before {
content: "\ebd3";
}
.icofont-fire-extinguisher-alt:before {
content: "\ebd4";
}
.icofont-fix-tools:before {
content: "\ebd5";
}
.icofont-glue-oil:before {
content: "\ebd6";
}
.icofont-hammer-alt:before {
content: "\ebd7";
}
.icofont-help-robot:before {
content: "\ebd8";
}
.icofont-industries-alt-1:before {
content: "\ebd9";
}
.icofont-industries-alt-2:before {
content: "\ebda";
}
.icofont-industries-alt-3:before {
content: "\ebdb";
}
.icofont-industries-alt-4:before {
content: "\ebdc";
}
.icofont-industries-alt-5:before {
content: "\ebdd";
}
.icofont-industries:before {
content: "\ebde";
}
.icofont-labour:before {
content: "\ebdf";
}
.icofont-mining:before {
content: "\ebe0";
}
.icofont-paint-brush:before {
content: "\ebe1";
}
.icofont-pollution:before {
content: "\ebe2";
}
.icofont-power-zone:before {
content: "\ebe3";
}
.icofont-radio-active:before {
content: "\ebe4";
}
.icofont-recycle-alt:before {
content: "\ebe5";
}
.icofont-recycling-man:before {
content: "\ebe6";
}
.icofont-safety-hat-light:before {
content: "\ebe7";
}
.icofont-safety-hat:before {
content: "\ebe8";
}
.icofont-saw:before {
content: "\ebe9";
}
.icofont-screw-driver:before {
content: "\ebea";
}
.icofont-settings-alt:before {
content: "\ebeb";
}
.icofont-tools-alt-1:before {
content: "\ebec";
}
.icofont-tools-alt-2:before {
content: "\ebed";
}
.icofont-tools-bag:before {
content: "\ebee";
}
.icofont-trolley:before {
content: "\ebef";
}
.icofont-trowel:before {
content: "\ebf0";
}
.icofont-under-construction-alt:before {
content: "\ebf1";
}
.icofont-under-construction:before {
content: "\ebf2";
}
.icofont-vehicle-cement:before {
content: "\ebf3";
}
.icofont-vehicle-crane:before {
content: "\ebf4";
}
.icofont-vehicle-delivery-van:before {
content: "\ebf5";
}
.icofont-vehicle-dozer:before {
content: "\ebf6";
}
.icofont-vehicle-excavator:before {
content: "\ebf7";
}
.icofont-vehicle-trucktor:before {
content: "\ebf8";
}
.icofont-vehicle-wrecking:before {
content: "\ebf9";
}
.icofont-worker-group:before {
content: "\ebfa";
}
.icofont-worker:before {
content: "\ebfb";
}
.icofont-wrench:before {
content: "\ebfc";
}
.icofont-file-audio:before {
content: "\ebfd";
}
.icofont-file-avi-mp4:before {
content: "\ebfe";
}
.icofont-file-bmp:before {
content: "\ebff";
}
.icofont-file-code:before {
content: "\ec00";
}
.icofont-file-css:before {
content: "\ec01";
}
.icofont-file-document:before {
content: "\ec02";
}
.icofont-file-eps:before {
content: "\ec03";
}
.icofont-file-excel:before {
content: "\ec04";
}
.icofont-file-exe:before {
content: "\ec05";
}
.icofont-file-file:before {
content: "\ec06";
}
.icofont-file-flv:before {
content: "\ec07";
}
.icofont-file-gif:before {
content: "\ec08";
}
.icofont-file-html5:before {
content: "\ec09";
}
.icofont-file-image:before {
content: "\ec0a";
}
.icofont-file-iso:before {
content: "\ec0b";
}
.icofont-file-java:before {
content: "\ec0c";
}
.icofont-file-javascript:before {
content: "\ec0d";
}
.icofont-file-jpg:before {
content: "\ec0e";
}
.icofont-file-midi:before {
content: "\ec0f";
}
.icofont-file-mov:before {
content: "\ec10";
}
.icofont-file-mp3:before {
content: "\ec11";
}
.icofont-file-pdf:before {
content: "\ec12";
}
.icofont-file-php:before {
content: "\ec13";
}
.icofont-file-png:before {
content: "\ec14";
}
.icofont-file-powerpoint:before {
content: "\ec15";
}
.icofont-file-presentation:before {
content: "\ec16";
}
.icofont-file-psb:before {
content: "\ec17";
}
.icofont-file-psd:before {
content: "\ec18";
}
.icofont-file-python:before {
content: "\ec19";
}
.icofont-file-ruby:before {
content: "\ec1a";
}
.icofont-file-spreadsheet:before {
content: "\ec1b";
}
.icofont-file-sql:before {
content: "\ec1c";
}
.icofont-file-svg:before {
content: "\ec1d";
}
.icofont-file-text:before {
content: "\ec1e";
}
.icofont-file-tiff:before {
content: "\ec1f";
}
.icofont-file-video:before {
content: "\ec20";
}
.icofont-file-wave:before {
content: "\ec21";
}
.icofont-file-wmv:before {
content: "\ec22";
}
.icofont-file-word:before {
content: "\ec23";
}
.icofont-file-zip:before {
content: "\ec24";
}
.icofont-apple:before {
content: "\ec25";
}
.icofont-arabian-coffee:before {
content: "\ec26";
}
.icofont-artichoke:before {
content: "\ec27";
}
.icofont-asparagus:before {
content: "\ec28";
}
.icofont-avocado:before {
content: "\ec29";
}
.icofont-baby-food:before {
content: "\ec2a";
}
.icofont-banana:before {
content: "\ec2b";
}
.icofont-bbq:before {
content: "\ec2c";
}
.icofont-beans:before {
content: "\ec2d";
}
.icofont-beer:before {
content: "\ec2e";
}
.icofont-bell-pepper-capsicum:before {
content: "\ec2f";
}
.icofont-birthday-cake:before {
content: "\ec30";
}
.icofont-bread:before {
content: "\ec31";
}
.icofont-broccoli:before {
content: "\ec32";
}
.icofont-burger:before {
content: "\ec33";
}
.icofont-cabbage:before {
content: "\ec34";
}
.icofont-carrot:before {
content: "\ec35";
}
.icofont-cauli-flower:before {
content: "\ec36";
}
.icofont-cheese:before {
content: "\ec37";
}
.icofont-chef:before {
content: "\ec38";
}
.icofont-cherry:before {
content: "\ec39";
}
.icofont-chicken-fry:before {
content: "\ec3a";
}
.icofont-chicken:before {
content: "\ec3b";
}
.icofont-cocktail:before {
content: "\ec3c";
}
.icofont-coconut:before {
content: "\ec3d";
}
.icofont-coffee-alt:before {
content: "\ec3e";
}
.icofont-coffee-mug:before {
content: "\ec3f";
}
.icofont-coffee-pot:before {
content: "\ec40";
}
.icofont-cola:before {
content: "\ec41";
}
.icofont-corn:before {
content: "\ec42";
}
.icofont-croissant:before {
content: "\ec43";
}
.icofont-crop-plant:before {
content: "\ec44";
}
.icofont-cucumber:before {
content: "\ec45";
}
.icofont-cup-cake:before {
content: "\ec46";
}
.icofont-dining-table:before {
content: "\ec47";
}
.icofont-donut:before {
content: "\ec48";
}
.icofont-egg-plant:before {
content: "\ec49";
}
.icofont-egg-poached:before {
content: "\ec4a";
}
.icofont-farmer:before {
content: "\ec4b";
}
.icofont-farmer1:before {
content: "\ec4c";
}
.icofont-fast-food:before {
content: "\ec4d";
}
.icofont-fish:before {
content: "\ec4e";
}
.icofont-food-basket:before {
content: "\ec4f";
}
.icofont-food-cart:before {
content: "\ec50";
}
.icofont-fork-and-knife:before {
content: "\ec51";
}
.icofont-french-fries:before {
content: "\ec52";
}
.icofont-fresh-juice:before {
content: "\ec53";
}
.icofont-fruits:before {
content: "\ec54";
}
.icofont-grapes:before {
content: "\ec55";
}
.icofont-honey:before {
content: "\ec56";
}
.icofont-hot-dog:before {
content: "\ec57";
}
.icofont-hotel-alt:before {
content: "\ec58";
}
.icofont-ice-cream-alt:before {
content: "\ec59";
}
.icofont-ice-cream:before {
content: "\ec5a";
}
.icofont-ketchup:before {
content: "\ec5b";
}
.icofont-kiwi:before {
content: "\ec5c";
}
.icofont-layered-cake:before {
content: "\ec5d";
}
.icofont-lemon-alt:before {
content: "\ec5e";
}
.icofont-lobster:before {
content: "\ec5f";
}
.icofont-mango:before {
content: "\ec60";
}
.icofont-milk:before {
content: "\ec61";
}
.icofont-mushroom:before {
content: "\ec62";
}
.icofont-noodles:before {
content: "\ec63";
}
.icofont-onion:before {
content: "\ec64";
}
.icofont-orange:before {
content: "\ec65";
}
.icofont-pear:before {
content: "\ec66";
}
.icofont-peas:before {
content: "\ec67";
}
.icofont-pepper:before {
content: "\ec68";
}
.icofont-pie-alt:before {
content: "\ec69";
}
.icofont-pineapple:before {
content: "\ec6a";
}
.icofont-pizza-slice:before {
content: "\ec6b";
}
.icofont-pizza:before {
content: "\ec6c";
}
.icofont-plant:before {
content: "\ec6d";
}
.icofont-popcorn:before {
content: "\ec6e";
}
.icofont-potato:before {
content: "\ec6f";
}
.icofont-pumpkin:before {
content: "\ec70";
}
.icofont-raddish:before {
content: "\ec71";
}
.icofont-restaurant-menu:before {
content: "\ec72";
}
.icofont-restaurant:before {
content: "\ec73";
}
.icofont-salt-and-pepper:before {
content: "\ec74";
}
.icofont-sandwich:before {
content: "\ec75";
}
.icofont-sausage:before {
content: "\ec76";
}
.icofont-shrimp:before {
content: "\ec77";
}
.icofont-sof-drinks:before {
content: "\ec78";
}
.icofont-soup-bowl:before {
content: "\ec79";
}
.icofont-spoon-and-fork:before {
content: "\ec7a";
}
.icofont-steak:before {
content: "\ec7b";
}
.icofont-strawberry:before {
content: "\ec7c";
}
.icofont-sub-sandwich:before {
content: "\ec7d";
}
.icofont-sushi:before {
content: "\ec7e";
}
.icofont-taco:before {
content: "\ec7f";
}
.icofont-tea-pot:before {
content: "\ec80";
}
.icofont-tea:before {
content: "\ec81";
}
.icofont-tomato:before {
content: "\ec82";
}
.icofont-waiter-alt:before {
content: "\ec83";
}
.icofont-watermelon:before {
content: "\ec84";
}
.icofont-wheat:before {
content: "\ec85";
}
.icofont-abc:before {
content: "\ec86";
}
.icofont-baby-cloth:before {
content: "\ec87";
}
.icofont-baby-milk-bottle:before {
content: "\ec88";
}
.icofont-baby-trolley:before {
content: "\ec89";
}
.icofont-back-pack:before {
content: "\ec8a";
}
.icofont-candy:before {
content: "\ec8b";
}
.icofont-cycling:before {
content: "\ec8c";
}
.icofont-holding-hands:before {
content: "\ec8d";
}
.icofont-infant-nipple:before {
content: "\ec8e";
}
.icofont-kids-scooter:before {
content: "\ec8f";
}
.icofont-safety-pin:before {
content: "\ec90";
}
.icofont-teddy-bear:before {
content: "\ec91";
}
.icofont-toy-ball:before {
content: "\ec92";
}
.icofont-toy-cat:before {
content: "\ec93";
}
.icofont-toy-duck:before {
content: "\ec94";
}
.icofont-toy-elephant:before {
content: "\ec95";
}
.icofont-toy-hand:before {
content: "\ec96";
}
.icofont-toy-horse:before {
content: "\ec97";
}
.icofont-toy-lattu:before {
content: "\ec98";
}
.icofont-toy-train:before {
content: "\ec99";
}
.icofont-unique-idea:before {
content: "\ec9a";
}
.icofont-bag-alt:before {
content: "\ec9b";
}
.icofont-burglar:before {
content: "\ec9c";
}
.icofont-cannon-firing:before {
content: "\ec9d";
}
.icofont-cc-camera:before {
content: "\ec9e";
}
.icofont-cop-badge:before {
content: "\ec9f";
}
.icofont-cop:before {
content: "\eca0";
}
.icofont-court-hammer:before {
content: "\eca1";
}
.icofont-court:before {
content: "\eca2";
}
.icofont-finger-print:before {
content: "\eca3";
}
.icofont-handcuff-alt:before {
content: "\eca4";
}
.icofont-handcuff:before {
content: "\eca5";
}
.icofont-investigation:before {
content: "\eca6";
}
.icofont-investigator:before {
content: "\eca7";
}
.icofont-jail:before {
content: "\eca8";
}
.icofont-judge:before {
content: "\eca9";
}
.icofont-law-alt-1:before {
content: "\ecaa";
}
.icofont-law-alt-2:before {
content: "\ecab";
}
.icofont-law-alt-3:before {
content: "\ecac";
}
.icofont-law-book:before {
content: "\ecad";
}
.icofont-law-document:before {
content: "\ecae";
}
.icofont-law:before {
content: "\ecaf";
}
.icofont-lawyer-alt-1:before {
content: "\ecb0";
}
.icofont-lawyer-alt-2:before {
content: "\ecb1";
}
.icofont-lawyer:before {
content: "\ecb2";
}
.icofont-order:before {
content: "\ecb3";
}
.icofont-pistol:before {
content: "\ecb4";
}
.icofont-police-badge:before {
content: "\ecb5";
}
.icofont-police-cap:before {
content: "\ecb6";
}
.icofont-police-car-alt-1:before {
content: "\ecb7";
}
.icofont-police-car-alt-2:before {
content: "\ecb8";
}
.icofont-police-hat:before {
content: "\ecb9";
}
.icofont-police-van:before {
content: "\ecba";
}
.icofont-police:before {
content: "\ecbb";
}
.icofont-protect:before {
content: "\ecbc";
}
.icofont-scales:before {
content: "\ecbd";
}
.icofont-thief-alt:before {
content: "\ecbe";
}
.icofont-thief:before {
content: "\ecbf";
}
.icofont-abacus-alt:before {
content: "\ecc0";
}
.icofont-abacus:before {
content: "\ecc1";
}
.icofont-angle:before {
content: "\ecc2";
}
.icofont-calculator-alt-1:before {
content: "\ecc3";
}
.icofont-calculator-alt-2:before {
content: "\ecc4";
}
.icofont-circle-ruler-alt:before {
content: "\ecc5";
}
.icofont-circle-ruler:before {
content: "\ecc6";
}
.icofont-compass-alt-1:before {
content: "\ecc7";
}
.icofont-compass-alt-2:before {
content: "\ecc8";
}
.icofont-compass-alt-3:before {
content: "\ecc9";
}
.icofont-compass-alt-4:before {
content: "\ecca";
}
.icofont-degrees-alt-1:before {
content: "\eccb";
}
.icofont-degrees-alt-2:before {
content: "\eccc";
}
.icofont-degrees:before {
content: "\eccd";
}
.icofont-golden-ratio:before {
content: "\ecce";
}
.icofont-marker-alt-1:before {
content: "\eccf";
}
.icofont-marker-alt-2:before {
content: "\ecd0";
}
.icofont-marker-alt-3:before {
content: "\ecd1";
}
.icofont-mathematical-alt-1:before {
content: "\ecd2";
}
.icofont-mathematical-alt-2:before {
content: "\ecd3";
}
.icofont-mathematical:before {
content: "\ecd4";
}
.icofont-pen-alt-1:before {
content: "\ecd5";
}
.icofont-pen-alt-2:before {
content: "\ecd6";
}
.icofont-pen-alt-3:before {
content: "\ecd7";
}
.icofont-pen-holder-alt-1:before {
content: "\ecd8";
}
.icofont-pen-holder:before {
content: "\ecd9";
}
.icofont-pencil-alt-1:before {
content: "\ecda";
}
.icofont-pencil-alt-2:before {
content: "\ecdb";
}
.icofont-pencil-alt-3:before {
content: "\ecdc";
}
.icofont-pencil-alt-4:before {
content: "\ecdd";
}
.icofont-ruler-alt-1:before {
content: "\ecde";
}
.icofont-ruler-alt-2:before {
content: "\ecdf";
}
.icofont-ruler-compass-alt:before {
content: "\ece0";
}
.icofont-ruler-compass:before {
content: "\ece1";
}
.icofont-ruler-pencil-alt-1:before {
content: "\ece2";
}
.icofont-ruler-pencil-alt-2:before {
content: "\ece3";
}
.icofont-ruler-pencil:before {
content: "\ece4";
}
.icofont-ruler:before {
content: "\ece5";
}
.icofont-rulers-alt:before {
content: "\ece6";
}
.icofont-rulers:before {
content: "\ece7";
}
.icofont-square-root:before {
content: "\ece8";
}
.icofont-aids:before {
content: "\ece9";
}
.icofont-ambulance:before {
content: "\ecea";
}
.icofont-autism:before {
content: "\eceb";
}
.icofont-bandage:before {
content: "\ecec";
}
.icofont-bed-patient:before {
content: "\eced";
}
.icofont-blind:before {
content: "\ecee";
}
.icofont-blood-drop:before {
content: "\ecef";
}
.icofont-blood-test:before {
content: "\ecf0";
}
.icofont-blood:before {
content: "\ecf1";
}
.icofont-capsule:before {
content: "\ecf2";
}
.icofont-crutches:before {
content: "\ecf3";
}
.icofont-dna-alt-1:before {
content: "\ecf4";
}
.icofont-dna:before {
content: "\ecf5";
}
.icofont-doctor-alt:before {
content: "\ecf6";
}
.icofont-doctor:before {
content: "\ecf7";
}
.icofont-drug-pack:before {
content: "\ecf8";
}
.icofont-drug:before {
content: "\ecf9";
}
.icofont-eye-alt:before {
content: "\ecfa";
}
.icofont-first-aid-alt:before {
content: "\ecfb";
}
.icofont-garbage:before {
content: "\ecfc";
}
.icofont-heart-alt:before {
content: "\ecfd";
}
.icofont-heartbeat:before {
content: "\ecfe";
}
.icofont-herbal:before {
content: "\ecff";
}
.icofont-hospital:before {
content: "\ed00";
}
.icofont-icu:before {
content: "\ed01";
}
.icofont-injection-syringe:before {
content: "\ed02";
}
.icofont-laboratory:before {
content: "\ed03";
}
.icofont-medical-sign-alt:before {
content: "\ed04";
}
.icofont-medical-sign:before {
content: "\ed05";
}
.icofont-nurse-alt:before {
content: "\ed06";
}
.icofont-nurse:before {
content: "\ed07";
}
.icofont-nursing-home:before {
content: "\ed08";
}
.icofont-operation-theater:before {
content: "\ed09";
}
.icofont-paralysis-disability:before {
content: "\ed0a";
}
.icofont-pills:before {
content: "\ed0b";
}
.icofont-prescription:before {
content: "\ed0c";
}
.icofont-pulse:before {
content: "\ed0d";
}
.icofont-stethoscope-alt:before {
content: "\ed0e";
}
.icofont-stethoscope:before {
content: "\ed0f";
}
.icofont-stretcher:before {
content: "\ed10";
}
.icofont-surgeon-alt:before {
content: "\ed11";
}
.icofont-surgeon:before {
content: "\ed12";
}
.icofont-tablets:before {
content: "\ed13";
}
.icofont-test-bottle:before {
content: "\ed14";
}
.icofont-test-tube:before {
content: "\ed15";
}
.icofont-thermometer-alt:before {
content: "\ed16";
}
.icofont-tooth:before {
content: "\ed17";
}
.icofont-xray:before {
content: "\ed18";
}
.icofont-ui-add:before {
content: "\ed19";
}
.icofont-ui-alarm:before {
content: "\ed1a";
}
.icofont-ui-battery:before {
content: "\ed1b";
}
.icofont-ui-block:before {
content: "\ed1c";
}
.icofont-ui-bluetooth:before {
content: "\ed1d";
}
.icofont-ui-brightness:before {
content: "\ed1e";
}
.icofont-ui-browser:before {
content: "\ed1f";
}
.icofont-ui-calculator:before {
content: "\ed20";
}
.icofont-ui-calendar:before {
content: "\ed21";
}
.icofont-ui-call:before {
content: "\ed22";
}
.icofont-ui-camera:before {
content: "\ed23";
}
.icofont-ui-cart:before {
content: "\ed24";
}
.icofont-ui-cell-phone:before {
content: "\ed25";
}
.icofont-ui-chat:before {
content: "\ed26";
}
.icofont-ui-check:before {
content: "\ed27";
}
.icofont-ui-clip-board:before {
content: "\ed28";
}
.icofont-ui-clip:before {
content: "\ed29";
}
.icofont-ui-clock:before {
content: "\ed2a";
}
.icofont-ui-close:before {
content: "\ed2b";
}
.icofont-ui-contact-list:before {
content: "\ed2c";
}
.icofont-ui-copy:before {
content: "\ed2d";
}
.icofont-ui-cut:before {
content: "\ed2e";
}
.icofont-ui-delete:before {
content: "\ed2f";
}
.icofont-ui-dial-phone:before {
content: "\ed30";
}
.icofont-ui-edit:before {
content: "\ed31";
}
.icofont-ui-email:before {
content: "\ed32";
}
.icofont-ui-file:before {
content: "\ed33";
}
.icofont-ui-fire-wall:before {
content: "\ed34";
}
.icofont-ui-flash-light:before {
content: "\ed35";
}
.icofont-ui-flight:before {
content: "\ed36";
}
.icofont-ui-folder:before {
content: "\ed37";
}
.icofont-ui-game:before {
content: "\ed38";
}
.icofont-ui-handicapped:before {
content: "\ed39";
}
.icofont-ui-head-phone:before {
content: "\ed3a";
}
.icofont-ui-home:before {
content: "\ed3b";
}
.icofont-ui-image:before {
content: "\ed3c";
}
.icofont-ui-keyboard:before {
content: "\ed3d";
}
.icofont-ui-laoding:before {
content: "\ed3e";
}
.icofont-ui-lock:before {
content: "\ed3f";
}
.icofont-ui-love-add:before {
content: "\ed40";
}
.icofont-ui-love-broken:before {
content: "\ed41";
}
.icofont-ui-love-remove:before {
content: "\ed42";
}
.icofont-ui-love:before {
content: "\ed43";
}
.icofont-ui-map:before {
content: "\ed44";
}
.icofont-ui-message:before {
content: "\ed45";
}
.icofont-ui-messaging:before {
content: "\ed46";
}
.icofont-ui-movie:before {
content: "\ed47";
}
.icofont-ui-music-player:before {
content: "\ed48";
}
.icofont-ui-music:before {
content: "\ed49";
}
.icofont-ui-mute:before {
content: "\ed4a";
}
.icofont-ui-network:before {
content: "\ed4b";
}
.icofont-ui-next:before {
content: "\ed4c";
}
.icofont-ui-note:before {
content: "\ed4d";
}
.icofont-ui-office:before {
content: "\ed4e";
}
.icofont-ui-password:before {
content: "\ed4f";
}
.icofont-ui-pause:before {
content: "\ed50";
}
.icofont-ui-play-stop:before {
content: "\ed51";
}
.icofont-ui-play:before {
content: "\ed52";
}
.icofont-ui-pointer:before {
content: "\ed53";
}
.icofont-ui-power:before {
content: "\ed54";
}
.icofont-ui-press:before {
content: "\ed55";
}
.icofont-ui-previous:before {
content: "\ed56";
}
.icofont-ui-rate-add:before {
content: "\ed57";
}
.icofont-ui-rate-blank:before {
content: "\ed58";
}
.icofont-ui-rate-remove:before {
content: "\ed59";
}
.icofont-ui-rating:before {
content: "\ed5a";
}
.icofont-ui-record:before {
content: "\ed5b";
}
.icofont-ui-remove:before {
content: "\ed5c";
}
.icofont-ui-reply:before {
content: "\ed5d";
}
.icofont-ui-rotation:before {
content: "\ed5e";
}
.icofont-ui-rss:before {
content: "\ed5f";
}
.icofont-ui-search:before {
content: "\ed60";
}
.icofont-ui-settings:before {
content: "\ed61";
}
.icofont-ui-social-link:before {
content: "\ed62";
}
.icofont-ui-tag:before {
content: "\ed63";
}
.icofont-ui-text-chat:before {
content: "\ed64";
}
.icofont-ui-text-loading:before {
content: "\ed65";
}
.icofont-ui-theme:before {
content: "\ed66";
}
.icofont-ui-timer:before {
content: "\ed67";
}
.icofont-ui-touch-phone:before {
content: "\ed68";
}
.icofont-ui-travel:before {
content: "\ed69";
}
.icofont-ui-unlock:before {
content: "\ed6a";
}
.icofont-ui-user-group:before {
content: "\ed6b";
}
.icofont-ui-user:before {
content: "\ed6c";
}
.icofont-ui-v-card:before {
content: "\ed6d";
}
.icofont-ui-video-chat:before {
content: "\ed6e";
}
.icofont-ui-video-message:before {
content: "\ed6f";
}
.icofont-ui-video-play:before {
content: "\ed70";
}
.icofont-ui-video:before {
content: "\ed71";
}
.icofont-ui-volume:before {
content: "\ed72";
}
.icofont-ui-weather:before {
content: "\ed73";
}
.icofont-ui-wifi:before {
content: "\ed74";
}
.icofont-ui-zoom-in:before {
content: "\ed75";
}
.icofont-ui-zoom-out:before {
content: "\ed76";
}
.icofont-cassette-player:before {
content: "\ed77";
}
.icofont-cassette:before {
content: "\ed78";
}
.icofont-forward:before {
content: "\ed79";
}
.icofont-game:before {
content: "\ed7a";
}
.icofont-guiter:before {
content: "\ed7b";
}
.icofont-headphone-alt-1:before {
content: "\ed7c";
}
.icofont-headphone-alt-2:before {
content: "\ed7d";
}
.icofont-headphone-alt-3:before {
content: "\ed7e";
}
.icofont-listening:before {
content: "\ed7f";
}
.icofont-megaphone-alt:before {
content: "\ed80";
}
.icofont-megaphone:before {
content: "\ed81";
}
.icofont-movie:before {
content: "\ed82";
}
.icofont-mp3-player:before {
content: "\ed83";
}
.icofont-multimedia:before {
content: "\ed84";
}
.icofont-music-disk:before {
content: "\ed85";
}
.icofont-music-note:before {
content: "\ed86";
}
.icofont-pause:before {
content: "\ed87";
}
.icofont-play-alt-1:before {
content: "\ed88";
}
.icofont-play-alt-2:before {
content: "\ed89";
}
.icofont-play-alt-3:before {
content: "\ed8a";
}
.icofont-play-pause:before {
content: "\ed8b";
}
.icofont-record:before {
content: "\ed8c";
}
.icofont-retro-music-disk:before {
content: "\ed8d";
}
.icofont-rewind:before {
content: "\ed8e";
}
.icofont-song-notes:before {
content: "\ed8f";
}
.icofont-sound-wave-alt:before {
content: "\ed90";
}
.icofont-sound-wave:before {
content: "\ed91";
}
.icofont-stop:before {
content: "\ed92";
}
.icofont-video-alt:before {
content: "\ed93";
}
.icofont-video-cam:before {
content: "\ed94";
}
.icofont-volume-bar:before {
content: "\ed95";
}
.icofont-volume-mute:before {
content: "\ed96";
}
.icofont-youtube-play:before {
content: "\ed97";
}
.icofont-amazon-alt:before {
content: "\ed98";
}
.icofont-amazon:before {
content: "\ed99";
}
.icofont-american-express-alt:before {
content: "\ed9a";
}
.icofont-american-express:before {
content: "\ed9b";
}
.icofont-apple-pay-alt:before {
content: "\ed9c";
}
.icofont-apple-pay:before {
content: "\ed9d";
}
.icofont-bank-transfer-alt:before {
content: "\ed9e";
}
.icofont-bank-transfer:before {
content: "\ed9f";
}
.icofont-braintree-alt:before {
content: "\eda0";
}
.icofont-braintree:before {
content: "\eda1";
}
.icofont-cash-on-delivery-alt:before {
content: "\eda2";
}
.icofont-cash-on-delivery:before {
content: "\eda3";
}
.icofont-checkout-alt:before {
content: "\eda4";
}
.icofont-checkout:before {
content: "\eda5";
}
.icofont-diners-club-alt-1:before {
content: "\eda6";
}
.icofont-diners-club-alt-2:before {
content: "\eda7";
}
.icofont-diners-club-alt-3:before {
content: "\eda8";
}
.icofont-diners-club:before {
content: "\eda9";
}
.icofont-discover-alt:before {
content: "\edaa";
}
.icofont-discover:before {
content: "\edab";
}
.icofont-eway-alt:before {
content: "\edac";
}
.icofont-eway:before {
content: "\edad";
}
.icofont-google-wallet-alt-1:before {
content: "\edae";
}
.icofont-google-wallet-alt-2:before {
content: "\edaf";
}
.icofont-google-wallet-alt-3:before {
content: "\edb0";
}
.icofont-google-wallet:before {
content: "\edb1";
}
.icofont-jcb-alt:before {
content: "\edb2";
}
.icofont-jcb:before {
content: "\edb3";
}
.icofont-maestro-alt:before {
content: "\edb4";
}
.icofont-maestro:before {
content: "\edb5";
}
.icofont-mastercard-alt:before {
content: "\edb6";
}
.icofont-mastercard:before {
content: "\edb7";
}
.icofont-payoneer-alt:before {
content: "\edb8";
}
.icofont-payoneer:before {
content: "\edb9";
}
.icofont-paypal-alt:before {
content: "\edba";
}
.icofont-paypal:before {
content: "\edbb";
}
.icofont-sage-alt:before {
content: "\edbc";
}
.icofont-sage:before {
content: "\edbd";
}
.icofont-skrill-alt:before {
content: "\edbe";
}
.icofont-skrill:before {
content: "\edbf";
}
.icofont-stripe-alt:before {
content: "\edc0";
}
.icofont-stripe:before {
content: "\edc1";
}
.icofont-visa-alt:before {
content: "\edc2";
}
.icofont-visa-electron:before {
content: "\edc3";
}
.icofont-visa:before {
content: "\edc4";
}
.icofont-western-union-alt:before {
content: "\edc5";
}
.icofont-western-union:before {
content: "\edc6";
}
.icofont-boy:before {
content: "\edc7";
}
.icofont-business-man-alt-1:before {
content: "\edc8";
}
.icofont-business-man-alt-2:before {
content: "\edc9";
}
.icofont-business-man-alt-3:before {
content: "\edca";
}
.icofont-business-man:before {
content: "\edcb";
}
.icofont-funky-man:before {
content: "\edcc";
}
.icofont-girl-alt:before {
content: "\edcd";
}
.icofont-girl:before {
content: "\edce";
}
.icofont-hotel-boy-alt:before {
content: "\edcf";
}
.icofont-hotel-boy:before {
content: "\edd0";
}
.icofont-man-in-glasses:before {
content: "\edd1";
}
.icofont-user-alt-1:before {
content: "\edd2";
}
.icofont-user-alt-2:before {
content: "\edd3";
}
.icofont-user-alt-3:before {
content: "\edd4";
}
.icofont-user-alt-4:before {
content: "\edd5";
}
.icofont-user-alt-5:before {
content: "\edd6";
}
.icofont-user-alt-6:before {
content: "\edd7";
}
.icofont-user-alt-7:before {
content: "\edd8";
}
.icofont-user-female:before {
content: "\edd9";
}
.icofont-user-male:before {
content: "\edda";
}
.icofont-user-suited:before {
content: "\eddb";
}
.icofont-user:before {
content: "\eddc";
}
.icofont-users-alt-1:before {
content: "\eddd";
}
.icofont-users-alt-2:before {
content: "\edde";
}
.icofont-users-alt-3:before {
content: "\eddf";
}
.icofont-users-alt-4:before {
content: "\ede0";
}
.icofont-users-alt-5:before {
content: "\ede1";
}
.icofont-users-alt-6:before {
content: "\ede2";
}
.icofont-users-social:before {
content: "\ede3";
}
.icofont-users:before {
content: "\ede4";
}
.icofont-waiter:before {
content: "\ede5";
}
.icofont-woman-in-glasses:before {
content: "\ede6";
}
.icofont-document-search:before {
content: "\ede7";
}
.icofont-folder-search:before {
content: "\ede8";
}
.icofont-home-search:before {
content: "\ede9";
}
.icofont-job-search:before {
content: "\edea";
}
.icofont-map-search:before {
content: "\edeb";
}
.icofont-restaurant-search:before {
content: "\edec";
}
.icofont-search-alt-1:before {
content: "\eded";
}
.icofont-search-alt-2:before {
content: "\edee";
}
.icofont-search:before {
content: "\edef";
}
.icofont-stock-search:before {
content: "\edf0";
}
.icofont-user-search:before {
content: "\edf1";
}
.icofont-social-aim:before {
content: "\edf2";
}
.icofont-social-badoo:before {
content: "\edf3";
}
.icofont-social-bebo:before {
content: "\edf4";
}
.icofont-social-behance:before {
content: "\edf5";
}
.icofont-social-blogger:before {
content: "\edf6";
}
.icofont-social-bootstrap:before {
content: "\edf7";
}
.icofont-social-brightkite:before {
content: "\edf8";
}
.icofont-social-cloudapp:before {
content: "\edf9";
}
.icofont-social-concrete5:before {
content: "\edfa";
}
.icofont-social-designbump:before {
content: "\edfb";
}
.icofont-social-designfloat:before {
content: "\edfc";
}
.icofont-social-deviantart:before {
content: "\edfd";
}
.icofont-social-digg:before {
content: "\edfe";
}
.icofont-social-dotcms:before {
content: "\edff";
}
.icofont-social-dribble:before {
content: "\ee00";
}
.icofont-social-dropbox:before {
content: "\ee01";
}
.icofont-brand-drupal:before {
content: "\ee02";
}
.icofont-social-ebuddy:before {
content: "\ee03";
}
.icofont-social-ello:before {
content: "\ee04";
}
.icofont-social-ember:before {
content: "\ee05";
}
.icofont-social-envato:before {
content: "\ee06";
}
.icofont-social-evernote:before {
content: "\ee07";
}
.icofont-social-facebook:before {
content: "\ee08";
}
.icofont-social-feedburner:before {
content: "\ee09";
}
.icofont-social-folkd:before {
content: "\ee0a";
}
.icofont-social-friendfeed:before {
content: "\ee0b";
}
.icofont-social-ghost:before {
content: "\ee0c";
}
.icofont-social-github:before {
content: "\ee0d";
}
.icofont-social-gnome:before {
content: "\ee0e";
}
.icofont-social-google-buzz:before {
content: "\ee0f";
}
.icofont-social-google-map:before {
content: "\ee10";
}
.icofont-social-google-plus:before {
content: "\ee11";
}
.icofont-social-google-talk:before {
content: "\ee12";
}
.icofont-social-hype-machine:before {
content: "\ee13";
}
.icofont-social-instagram:before {
content: "\ee14";
}
.icofont-brand-joomla:before {
content: "\ee15";
}
.icofont-social-kickstarter:before {
content: "\ee16";
}
.icofont-social-line:before {
content: "\ee17";
}
.icofont-social-linux-mint:before {
content: "\ee18";
}
.icofont-social-livejournal:before {
content: "\ee19";
}
.icofont-social-magento:before {
content: "\ee1a";
}
.icofont-social-meetup:before {
content: "\ee1b";
}
.icofont-social-mixx:before {
content: "\ee1c";
}
.icofont-social-newsvine:before {
content: "\ee1d";
}
.icofont-social-nimbuss:before {
content: "\ee1e";
}
.icofont-social-opencart:before {
content: "\ee1f";
}
.icofont-social-oscommerce:before {
content: "\ee20";
}
.icofont-social-pandora:before {
content: "\ee21";
}
.icofont-social-picasa:before {
content: "\ee22";
}
.icofont-social-pinterest:before {
content: "\ee23";
}
.icofont-social-prestashop:before {
content: "\ee24";
}
.icofont-social-qik:before {
content: "\ee25";
}
.icofont-social-readernaut:before {
content: "\ee26";
}
.icofont-social-reddit:before {
content: "\ee27";
}
.icofont-social-rss:before {
content: "\ee28";
}
.icofont-social-shopify:before {
content: "\ee29";
}
.icofont-social-silverstripe:before {
content: "\ee2a";
}
.icofont-social-skype:before {
content: "\ee2b";
}
.icofont-social-slashdot:before {
content: "\ee2c";
}
.icofont-social-smugmug:before {
content: "\ee2d";
}
.icofont-social-steam:before {
content: "\ee2e";
}
.icofont-social-stumbleupon:before {
content: "\ee2f";
}
.icofont-social-technorati:before {
content: "\ee30";
}
.icofont-social-telegram:before {
content: "\ee31";
}
.icofont-social-tinder:before {
content: "\ee32";
}
.icofont-social-tumblr:before {
content: "\ee33";
}
.icofont-social-twitter:before {
content: "\ee34";
}
.icofont-social-typo3:before {
content: "\ee35";
}
.icofont-social-ubercart:before {
content: "\ee36";
}
.icofont-social-viber:before {
content: "\ee37";
}
.icofont-social-viddler:before {
content: "\ee38";
}
.icofont-social-vimeo:before {
content: "\ee39";
}
.icofont-social-vine:before {
content: "\ee3a";
}
.icofont-social-virb:before {
content: "\ee3b";
}
.icofont-social-virtuemart:before {
content: "\ee3c";
}
.icofont-social-wechat:before {
content: "\ee3d";
}
.icofont-brand-wordpress:before {
content: "\ee3e";
}
.icofont-social-xing:before {
content: "\ee3f";
}
.icofont-social-yahoo:before {
content: "\ee40";
}
.icofont-social-yelp:before {
content: "\ee41";
}
.icofont-social-zencart:before {
content: "\ee42";
}
.icofont-badminton-birdie:before {
content: "\ee43";
}
.icofont-baseball:before {
content: "\ee44";
}
.icofont-baseballer:before {
content: "\ee45";
}
.icofont-basketball-hoop:before {
content: "\ee46";
}
.icofont-basketball:before {
content: "\ee47";
}
.icofont-billiard-ball:before {
content: "\ee48";
}
.icofont-boot-alt-1:before {
content: "\ee49";
}
.icofont-boot-alt-2:before {
content: "\ee4a";
}
.icofont-bowling-alt:before {
content: "\ee4b";
}
.icofont-bowling:before {
content: "\ee4c";
}
.icofont-canoe:before {
content: "\ee4d";
}
.icofont-cheer-leader:before {
content: "\ee4e";
}
.icofont-climbing:before {
content: "\ee4f";
}
.icofont-corner:before {
content: "\ee50";
}
.icofont-cyclist:before {
content: "\ee51";
}
.icofont-dumbbell-alt:before {
content: "\ee52";
}
.icofont-dumbbell:before {
content: "\ee53";
}
.icofont-field-alt:before {
content: "\ee54";
}
.icofont-field:before {
content: "\ee55";
}
.icofont-football-alt:before {
content: "\ee56";
}
.icofont-foul:before {
content: "\ee57";
}
.icofont-goal-keeper:before {
content: "\ee58";
}
.icofont-goal:before {
content: "\ee59";
}
.icofont-golf-alt:before {
content: "\ee5a";
}
.icofont-golf-bag:before {
content: "\ee5b";
}
.icofont-golf-field:before {
content: "\ee5c";
}
.icofont-golf:before {
content: "\ee5d";
}
.icofont-golfer:before {
content: "\ee5e";
}
.icofont-gym-alt-1:before {
content: "\ee5f";
}
.icofont-gym-alt-2:before {
content: "\ee60";
}
.icofont-gym-alt-3:before {
content: "\ee61";
}
.icofont-gym:before {
content: "\ee62";
}
.icofont-hand-grippers:before {
content: "\ee63";
}
.icofont-heart-beat-alt:before {
content: "\ee64";
}
.icofont-helmet:before {
content: "\ee65";
}
.icofont-hockey-alt:before {
content: "\ee66";
}
.icofont-hockey:before {
content: "\ee67";
}
.icofont-ice-skate:before {
content: "\ee68";
}
.icofont-jersey-alt:before {
content: "\ee69";
}
.icofont-jersey:before {
content: "\ee6a";
}
.icofont-jumping:before {
content: "\ee6b";
}
.icofont-kick:before {
content: "\ee6c";
}
.icofont-leg:before {
content: "\ee6d";
}
.icofont-match-review:before {
content: "\ee6e";
}
.icofont-medal-alt:before {
content: "\ee6f";
}
.icofont-muscle-alt:before {
content: "\ee70";
}
.icofont-muscle:before {
content: "\ee71";
}
.icofont-offside:before {
content: "\ee72";
}
.icofont-olympic-logo:before {
content: "\ee73";
}
.icofont-olympic:before {
content: "\ee74";
}
.icofont-padding:before {
content: "\ee75";
}
.icofont-penalty-card:before {
content: "\ee76";
}
.icofont-racer:before {
content: "\ee77";
}
.icofont-racing-car:before {
content: "\ee78";
}
.icofont-racing-flag-alt:before {
content: "\ee79";
}
.icofont-racing-flag:before {
content: "\ee7a";
}
.icofont-racings-wheel:before {
content: "\ee7b";
}
.icofont-referee:before {
content: "\ee7c";
}
.icofont-refree-jersey:before {
content: "\ee7d";
}
.icofont-result:before {
content: "\ee7e";
}
.icofont-rugby-ball:before {
content: "\ee7f";
}
.icofont-rugby-player:before {
content: "\ee80";
}
.icofont-rugby:before {
content: "\ee81";
}
.icofont-runner-alt-1:before {
content: "\ee82";
}
.icofont-runner-alt-2:before {
content: "\ee83";
}
.icofont-runner:before {
content: "\ee84";
}
.icofont-score-board:before {
content: "\ee85";
}
.icofont-skiing-man:before {
content: "\ee86";
}
.icofont-skydiving-goggles:before {
content: "\ee87";
}
.icofont-snow-mobile:before {
content: "\ee88";
}
.icofont-steering:before {
content: "\ee89";
}
.icofont-substitute:before {
content: "\ee8a";
}
.icofont-swimmer:before {
content: "\ee8b";
}
.icofont-table-tennis:before {
content: "\ee8c";
}
.icofont-team-alt:before {
content: "\ee8d";
}
.icofont-team:before {
content: "\ee8e";
}
.icofont-tennis-player:before {
content: "\ee8f";
}
.icofont-tennis:before {
content: "\ee90";
}
.icofont-time:before {
content: "\ee91";
}
.icofont-track:before {
content: "\ee92";
}
.icofont-tracking:before {
content: "\ee93";
}
.icofont-trophy-alt:before {
content: "\ee94";
}
.icofont-trophy:before {
content: "\ee95";
}
.icofont-volleyball-alt:before {
content: "\ee96";
}
.icofont-volleyball-fire:before {
content: "\ee97";
}
.icofont-volleyball:before {
content: "\ee98";
}
.icofont-water-bottle:before {
content: "\ee99";
}
.icofont-whisle:before {
content: "\ee9a";
}
.icofont-win-trophy:before {
content: "\ee9b";
}
.icofont-align-center:before {
content: "\ee9c";
}
.icofont-align-left:before {
content: "\ee9d";
}
.icofont-align-right:before {
content: "\ee9e";
}
.icofont-all-caps:before {
content: "\ee9f";
}
.icofont-bold:before {
content: "\eea0";
}
.icofont-brush:before {
content: "\eea1";
}
.icofont-clip-board:before {
content: "\eea2";
}
.icofont-code-alt:before {
content: "\eea3";
}
.icofont-color-bucket:before {
content: "\eea4";
}
.icofont-color-picker:before {
content: "\eea5";
}
.icofont-copy-alt:before {
content: "\eea6";
}
.icofont-copy-black:before {
content: "\eea7";
}
.icofont-cut:before {
content: "\eea8";
}
.icofont-delete-alt:before {
content: "\eea9";
}
.icofont-edit-alt:before {
content: "\eeaa";
}
.icofont-eraser-alt:before {
content: "\eeab";
}
.icofont-file-alt:before {
content: "\eeac";
}
.icofont-font:before {
content: "\eead";
}
.icofont-header:before {
content: "\eeae";
}
.icofont-indent:before {
content: "\eeaf";
}
.icofont-italic-alt:before {
content: "\eeb0";
}
.icofont-justify-all:before {
content: "\eeb1";
}
.icofont-justify-center:before {
content: "\eeb2";
}
.icofont-justify-left:before {
content: "\eeb3";
}
.icofont-justify-right:before {
content: "\eeb4";
}
.icofont-line-height:before {
content: "\eeb5";
}
.icofont-link-alt:before {
content: "\eeb6";
}
.icofont-listine-dots:before {
content: "\eeb7";
}
.icofont-listing-box:before {
content: "\eeb8";
}
.icofont-listing-number:before {
content: "\eeb9";
}
.icofont-marker:before {
content: "\eeba";
}
.icofont-outdent:before {
content: "\eebb";
}
.icofont-paper-clip:before {
content: "\eebc";
}
.icofont-paragraph:before {
content: "\eebd";
}
.icofont-pin:before {
content: "\eebe";
}
.icofont-printer:before {
content: "\eebf";
}
.icofont-redo:before {
content: "\eec0";
}
.icofont-rotation:before {
content: "\eec1";
}
.icofont-save:before {
content: "\eec2";
}
.icofont-small-cap:before {
content: "\eec3";
}
.icofont-strike-through:before {
content: "\eec4";
}
.icofont-sub-listing:before {
content: "\eec5";
}
.icofont-subscript:before {
content: "\eec6";
}
.icofont-superscript:before {
content: "\eec7";
}
.icofont-table:before {
content: "\eec8";
}
.icofont-text-height:before {
content: "\eec9";
}
.icofont-text-width:before {
content: "\eeca";
}
.icofont-trash:before {
content: "\eecb";
}
.icofont-underline:before {
content: "\eecc";
}
.icofont-undo:before {
content: "\eecd";
}
.icofont-unlink:before {
content: "\eece";
}
.icofont-air-balloon:before {
content: "\eecf";
}
.icofont-airplane-alt:before {
content: "\eed0";
}
.icofont-airplane:before {
content: "\eed1";
}
.icofont-ambulance-crescent:before {
content: "\eed2";
}
.icofont-ambulance-cross:before {
content: "\eed3";
}
.icofont-articulated-truck:before {
content: "\eed4";
}
.icofont-auto-rickshaw:before {
content: "\eed5";
}
.icofont-bicycle-alt-1:before {
content: "\eed6";
}
.icofont-bicycle-alt-2:before {
content: "\eed7";
}
.icofont-bull-dozer:before {
content: "\eed8";
}
.icofont-bus-alt-1:before {
content: "\eed9";
}
.icofont-bus-alt-2:before {
content: "\eeda";
}
.icofont-bus-alt-3:before {
content: "\eedb";
}
.icofont-cable-car:before {
content: "\eedc";
}
.icofont-car-alt-1:before {
content: "\eedd";
}
.icofont-car-alt-2:before {
content: "\eede";
}
.icofont-car-alt-3:before {
content: "\eedf";
}
.icofont-car-alt-4:before {
content: "\eee0";
}
.icofont-concrete-mixer:before {
content: "\eee1";
}
.icofont-delivery-time:before {
content: "\eee2";
}
.icofont-excavator:before {
content: "\eee3";
}
.icofont-fast-delivery:before {
content: "\eee4";
}
.icofont-fire-truck-alt:before {
content: "\eee5";
}
.icofont-fire-truck:before {
content: "\eee6";
}
.icofont-fork-lift:before {
content: "\eee7";
}
.icofont-free-delivery:before {
content: "\eee8";
}
.icofont-golf-cart:before {
content: "\eee9";
}
.icofont-helicopter:before {
content: "\eeea";
}
.icofont-motor-bike-alt:before {
content: "\eeeb";
}
.icofont-motor-bike:before {
content: "\eeec";
}
.icofont-motor-biker:before {
content: "\eeed";
}
.icofont-oil-truck:before {
content: "\eeee";
}
.icofont-police-car:before {
content: "\eeef";
}
.icofont-rickshaw:before {
content: "\eef0";
}
.icofont-rocket-alt-1:before {
content: "\eef1";
}
.icofont-rocket-alt-2:before {
content: "\eef2";
}
.icofont-sail-boat:before {
content: "\eef3";
}
.icofont-scooter:before {
content: "\eef4";
}
.icofont-sea-plane:before {
content: "\eef5";
}
.icofont-ship-alt:before {
content: "\eef6";
}
.icofont-speed-boat:before {
content: "\eef7";
}
.icofont-taxi:before {
content: "\eef8";
}
.icofont-tow-truck:before {
content: "\eef9";
}
.icofont-tractor:before {
content: "\eefa";
}
.icofont-traffic-light:before {
content: "\eefb";
}
.icofont-train-line:before {
content: "\eefc";
}
.icofont-train-steam:before {
content: "\eefd";
}
.icofont-tram:before {
content: "\eefe";
}
.icofont-truck-alt:before {
content: "\eeff";
}
.icofont-truck-loaded:before {
content: "\ef00";
}
.icofont-truck:before {
content: "\ef01";
}
.icofont-van-alt:before {
content: "\ef02";
}
.icofont-van:before {
content: "\ef03";
}
.icofont-yacht:before {
content: "\ef04";
}
.icofont-5-star-hotel:before {
content: "\ef05";
}
.icofont-anchor-alt:before {
content: "\ef06";
}
.icofont-beach-bed:before {
content: "\ef07";
}
.icofont-camping-vest:before {
content: "\ef08";
}
.icofont-coconut-alt:before {
content: "\ef09";
}
.icofont-direction-sign:before {
content: "\ef0a";
}
.icofont-hill-side:before {
content: "\ef0b";
}
.icofont-island-alt:before {
content: "\ef0c";
}
.icofont-long-drive:before {
content: "\ef0d";
}
.icofont-map-pins:before {
content: "\ef0e";
}
.icofont-plane-ticket:before {
content: "\ef0f";
}
.icofont-sail-boat-alt-1:before {
content: "\ef10";
}
.icofont-sail-boat-alt-2:before {
content: "\ef11";
}
.icofont-sandals-female:before {
content: "\ef12";
}
.icofont-sandals-male:before {
content: "\ef13";
}
.icofont-travelling:before {
content: "\ef14";
}
.icofont-breakdown:before {
content: "\ef15";
}
.icofont-celsius:before {
content: "\ef16";
}
.icofont-clouds:before {
content: "\ef17";
}
.icofont-cloudy:before {
content: "\ef18";
}
.icofont-compass-alt:before {
content: "\ef19";
}
.icofont-dust:before {
content: "\ef1a";
}
.icofont-eclipse:before {
content: "\ef1b";
}
.icofont-fahrenheit:before {
content: "\ef1c";
}
.icofont-forest-fire:before {
content: "\ef1d";
}
.icofont-full-night:before {
content: "\ef1e";
}
.icofont-full-sunny:before {
content: "\ef1f";
}
.icofont-hail-night:before {
content: "\ef20";
}
.icofont-hail-rainy-night:before {
content: "\ef21";
}
.icofont-hail-rainy-sunny:before {
content: "\ef22";
}
.icofont-hail-rainy:before {
content: "\ef23";
}
.icofont-hail-sunny:before {
content: "\ef24";
}
.icofont-hail-thunder-night:before {
content: "\ef25";
}
.icofont-hail-thunder-sunny:before {
content: "\ef26";
}
.icofont-hail-thunder:before {
content: "\ef27";
}
.icofont-hail:before {
content: "\ef28";
}
.icofont-hill-night:before {
content: "\ef29";
}
.icofont-hill-sunny:before {
content: "\ef2a";
}
.icofont-hill:before {
content: "\ef2b";
}
.icofont-hurricane:before {
content: "\ef2c";
}
.icofont-island:before {
content: "\ef2d";
}
.icofont-meteor:before {
content: "\ef2e";
}
.icofont-night:before {
content: "\ef2f";
}
.icofont-rainy-night:before {
content: "\ef30";
}
.icofont-rainy-sunny:before {
content: "\ef31";
}
.icofont-rainy-thunder:before {
content: "\ef32";
}
.icofont-rainy:before {
content: "\ef33";
}
.icofont-showy-night-hail:before {
content: "\ef34";
}
.icofont-snow-temp:before {
content: "\ef35";
}
.icofont-snow:before {
content: "\ef36";
}
.icofont-snowy-hail:before {
content: "\ef37";
}
.icofont-snowy-night-rainy:before {
content: "\ef38";
}
.icofont-snowy-night:before {
content: "\ef39";
}
.icofont-snowy-rainy:before {
content: "\ef3a";
}
.icofont-snowy-sunny-hail:before {
content: "\ef3b";
}
.icofont-snowy-sunny-rainy:before {
content: "\ef3c";
}
.icofont-snowy-sunny:before {
content: "\ef3d";
}
.icofont-snowy-thunder-night:before {
content: "\ef3e";
}
.icofont-snowy-thunder-sunny:before {
content: "\ef3f";
}
.icofont-snowy-thunder:before {
content: "\ef40";
}
.icofont-snowy-windy-night:before {
content: "\ef41";
}
.icofont-snowy-windy-sunny:before {
content: "\ef42";
}
.icofont-snowy-windy:before {
content: "\ef43";
}
.icofont-snowy:before {
content: "\ef44";
}
.icofont-sun-alt:before {
content: "\ef45";
}
.icofont-sun-rise:before {
content: "\ef46";
}
.icofont-sun-set:before {
content: "\ef47";
}
.icofont-sunny-day-temp:before {
content: "\ef48";
}
.icofont-sunny:before {
content: "\ef49";
}
.icofont-thermometer:before {
content: "\ef4a";
}
.icofont-thinder-light:before {
content: "\ef4b";
}
.icofont-tornado:before {
content: "\ef4c";
}
.icofont-umbrella-alt:before {
content: "\ef4d";
}
.icofont-volcano:before {
content: "\ef4e";
}
.icofont-wave:before {
content: "\ef4f";
}
.icofont-wind-scale-0:before {
content: "\ef50";
}
.icofont-wind-scale-1:before {
content: "\ef51";
}
.icofont-wind-scale-2:before {
content: "\ef52";
}
.icofont-wind-scale-3:before {
content: "\ef53";
}
.icofont-wind-scale-4:before {
content: "\ef54";
}
.icofont-wind-scale-5:before {
content: "\ef55";
}
.icofont-wind-scale-6:before {
content: "\ef56";
}
.icofont-wind-scale-7:before {
content: "\ef57";
}
.icofont-wind-scale-8:before {
content: "\ef58";
}
.icofont-wind-scale-9:before {
content: "\ef59";
}
.icofont-wind-scale-10:before {
content: "\ef5a";
}
.icofont-wind-scale-11:before {
content: "\ef5b";
}
.icofont-wind-scale-12:before {
content: "\ef5c";
}
.icofont-wind-waves:before {
content: "\ef5d";
}
.icofont-wind:before {
content: "\ef5e";
}
.icofont-windy-hail:before {
content: "\ef5f";
}
.icofont-windy-night:before {
content: "\ef60";
}
.icofont-windy-raining:before {
content: "\ef61";
}
.icofont-windy-sunny:before {
content: "\ef62";
}
.icofont-windy-thunder-raining:before {
content: "\ef63";
}
.icofont-windy-thunder:before {
content: "\ef64";
}
.icofont-windy:before {
content: "\ef65";
}
.icofont-addons:before {
content: "\ef66";
}
.icofont-address-book:before {
content: "\ef67";
}
.icofont-adjust:before {
content: "\ef68";
}
.icofont-alarm:before {
content: "\ef69";
}
.icofont-anchor:before {
content: "\ef6a";
}
.icofont-archive:before {
content: "\ef6b";
}
.icofont-at:before {
content: "\ef6c";
}
.icofont-attachment:before {
content: "\ef6d";
}
.icofont-audio:before {
content: "\ef6e";
}
.icofont-auto-mobile:before {
content: "\ef6f";
}
.icofont-automation:before {
content: "\ef70";
}
.icofont-baby:before {
content: "\ef71";
}
.icofont-badge:before {
content: "\ef72";
}
.icofont-bag:before {
content: "\ef73";
}
.icofont-ban:before {
content: "\ef74";
}
.icofont-bank:before {
content: "\ef75";
}
.icofont-bar-code:before {
content: "\ef76";
}
.icofont-bars:before {
content: "\ef77";
}
.icofont-battery-empty:before {
content: "\ef78";
}
.icofont-battery-full:before {
content: "\ef79";
}
.icofont-battery-half:before {
content: "\ef7a";
}
.icofont-battery-low:before {
content: "\ef7b";
}
.icofont-beach:before {
content: "\ef7c";
}
.icofont-beaker:before {
content: "\ef7d";
}
.icofont-bear:before {
content: "\ef7e";
}
.icofont-beard:before {
content: "\ef7f";
}
.icofont-bed:before {
content: "\ef80";
}
.icofont-bell:before {
content: "\ef81";
}
.icofont-beverage:before {
content: "\ef82";
}
.icofont-bicycle:before {
content: "\ef83";
}
.icofont-bill:before {
content: "\ef84";
}
.icofont-bin:before {
content: "\ef85";
}
.icofont-binary:before {
content: "\ef86";
}
.icofont-binoculars:before {
content: "\ef87";
}
.icofont-bird:before {
content: "\ef88";
}
.icofont-birds:before {
content: "\ef89";
}
.icofont-black-board:before {
content: "\ef8a";
}
.icofont-bluetooth:before {
content: "\ef8b";
}
.icofont-bolt:before {
content: "\ef8c";
}
.icofont-bomb:before {
content: "\ef8d";
}
.icofont-book-mark:before {
content: "\ef8e";
}
.icofont-book:before {
content: "\ef8f";
}
.icofont-boot:before {
content: "\ef90";
}
.icofont-box:before {
content: "\ef91";
}
.icofont-brain:before {
content: "\ef92";
}
.icofont-briefcase:before {
content: "\ef93";
}
.icofont-broken:before {
content: "\ef94";
}
.icofont-bucket:before {
content: "\ef95";
}
.icofont-bucket1:before {
content: "\ef96";
}
.icofont-bucket2:before {
content: "\ef97";
}
.icofont-bug:before {
content: "\ef98";
}
.icofont-building:before {
content: "\ef99";
}
.icofont-bullet:before {
content: "\ef9a";
}
.icofont-bullhorn:before {
content: "\ef9b";
}
.icofont-bullseye:before {
content: "\ef9c";
}
.icofont-bus:before {
content: "\ef9d";
}
.icofont-butterfly:before {
content: "\ef9e";
}
.icofont-cab:before {
content: "\ef9f";
}
.icofont-calculator:before {
content: "\efa0";
}
.icofont-calendar:before {
content: "\efa1";
}
.icofont-camera-alt:before {
content: "\efa2";
}
.icofont-camera:before {
content: "\efa3";
}
.icofont-car:before {
content: "\efa4";
}
.icofont-card:before {
content: "\efa5";
}
.icofont-cart:before {
content: "\efa6";
}
.icofont-cc:before {
content: "\efa7";
}
.icofont-certificate:before {
content: "\efa8";
}
.icofont-charging:before {
content: "\efa9";
}
.icofont-chat:before {
content: "\efaa";
}
.icofont-check-alt:before {
content: "\efab";
}
.icofont-check-circled:before {
content: "\efac";
}
.icofont-check:before {
content: "\efad";
}
.icofont-checked:before {
content: "\efae";
}
.icofont-children-care:before {
content: "\efaf";
}
.icofont-clock-time:before {
content: "\efb0";
}
.icofont-close-circled:before {
content: "\efb1";
}
.icofont-close-line-circled:before {
content: "\efb2";
}
.icofont-close-line-squared-alt:before {
content: "\efb3";
}
.icofont-close-line-squared:before {
content: "\efb4";
}
.icofont-close-line:before {
content: "\efb5";
}
.icofont-close-squared-alt:before {
content: "\efb6";
}
.icofont-close-squared:before {
content: "\efb7";
}
.icofont-close:before {
content: "\efb8";
}
.icofont-cloud-download:before {
content: "\efb9";
}
.icofont-cloud-refresh:before {
content: "\efba";
}
.icofont-cloud-upload:before {
content: "\efbb";
}
.icofont-cloud:before {
content: "\efbc";
}
.icofont-code-not-allowed:before {
content: "\efbd";
}
.icofont-code:before {
content: "\efbe";
}
.icofont-coffee-cup:before {
content: "\efbf";
}
.icofont-comment:before {
content: "\efc0";
}
.icofont-compass:before {
content: "\efc1";
}
.icofont-computer:before {
content: "\efc2";
}
.icofont-connection:before {
content: "\efc3";
}
.icofont-console:before {
content: "\efc4";
}
.icofont-contacts:before {
content: "\efc5";
}
.icofont-contrast:before {
content: "\efc6";
}
.icofont-copy:before {
content: "\efc7";
}
.icofont-copyright:before {
content: "\efc8";
}
.icofont-credit-card:before {
content: "\efc9";
}
.icofont-crop:before {
content: "\efca";
}
.icofont-crown:before {
content: "\efcb";
}
.icofont-cube:before {
content: "\efcc";
}
.icofont-cubes:before {
content: "\efcd";
}
.icofont-culinary:before {
content: "\efce";
}
.icofont-dashboard-web:before {
content: "\efcf";
}
.icofont-dashboard:before {
content: "\efd0";
}
.icofont-data:before {
content: "\efd1";
}
.icofont-database-add:before {
content: "\efd2";
}
.icofont-database-locked:before {
content: "\efd3";
}
.icofont-database-remove:before {
content: "\efd4";
}
.icofont-database:before {
content: "\efd5";
}
.icofont-delete:before {
content: "\efd6";
}
.icofont-diamond:before {
content: "\efd7";
}
.icofont-dice:before {
content: "\efd8";
}
.icofont-disabled:before {
content: "\efd9";
}
.icofont-disc:before {
content: "\efda";
}
.icofont-diskette:before {
content: "\efdb";
}
.icofont-document-folder:before {
content: "\efdc";
}
.icofont-download-alt:before {
content: "\efdd";
}
.icofont-download:before {
content: "\efde";
}
.icofont-downloaded:before {
content: "\efdf";
}
.icofont-earth:before {
content: "\efe0";
}
.icofont-ebook:before {
content: "\efe1";
}
.icofont-edit:before {
content: "\efe2";
}
.icofont-eject:before {
content: "\efe3";
}
.icofont-email:before {
content: "\efe4";
}
.icofont-envelope-open:before {
content: "\efe5";
}
.icofont-envelope:before {
content: "\efe6";
}
.icofont-eraser:before {
content: "\efe7";
}
.icofont-error:before {
content: "\efe8";
}
.icofont-exchange:before {
content: "\efe9";
}
.icofont-exclamation-circle:before {
content: "\efea";
}
.icofont-exclamation-square:before {
content: "\efeb";
}
.icofont-exclamation-tringle:before {
content: "\efec";
}
.icofont-exclamation:before {
content: "\efed";
}
.icofont-exit:before {
content: "\efee";
}
.icofont-expand:before {
content: "\efef";
}
.icofont-external-link:before {
content: "\eff0";
}
.icofont-external:before {
content: "\eff1";
}
.icofont-eye-blocked:before {
content: "\eff2";
}
.icofont-eye-dropper:before {
content: "\eff3";
}
.icofont-eye:before {
content: "\eff4";
}
.icofont-favourite:before {
content: "\eff5";
}
.icofont-fax:before {
content: "\eff6";
}
.icofont-female:before {
content: "\eff7";
}
.icofont-file:before {
content: "\eff8";
}
.icofont-film:before {
content: "\eff9";
}
.icofont-filter:before {
content: "\effa";
}
.icofont-fire-burn:before {
content: "\effb";
}
.icofont-fire-extinguisher:before {
content: "\effc";
}
.icofont-fire:before {
content: "\effd";
}
.icofont-first-aid:before {
content: "\effe";
}
.icofont-flag-alt-1:before {
content: "\efff";
}
.icofont-flag-alt-2:before {
content: "\f000";
}
.icofont-flag:before {
content: "\f001";
}
.icofont-flash-light:before {
content: "\f002";
}
.icofont-flash:before {
content: "\f003";
}
.icofont-flask:before {
content: "\f004";
}
.icofont-focus:before {
content: "\f005";
}
.icofont-folder-open:before {
content: "\f006";
}
.icofont-folder:before {
content: "\f007";
}
.icofont-foot-print:before {
content: "\f008";
}
.icofont-football-american:before {
content: "\f009";
}
.icofont-football:before {
content: "\f00a";
}
.icofont-game-console:before {
content: "\f00b";
}
.icofont-game-pad:before {
content: "\f00c";
}
.icofont-gavel:before {
content: "\f00d";
}
.icofont-gear:before {
content: "\f00e";
}
.icofont-gears:before {
content: "\f00f";
}
.icofont-gift:before {
content: "\f010";
}
.icofont-glass:before {
content: "\f011";
}
.icofont-globe:before {
content: "\f012";
}
.icofont-graduate:before {
content: "\f013";
}
.icofont-graffiti:before {
content: "\f014";
}
.icofont-grocery:before {
content: "\f015";
}
.icofont-group:before {
content: "\f016";
}
.icofont-hammer:before {
content: "\f017";
}
.icofont-hand:before {
content: "\f018";
}
.icofont-hanger:before {
content: "\f019";
}
.icofont-hard-disk:before {
content: "\f01a";
}
.icofont-headphone:before {
content: "\f01b";
}
.icofont-heart-beat:before {
content: "\f01c";
}
.icofont-heart:before {
content: "\f01d";
}
.icofont-history:before {
content: "\f01e";
}
.icofont-home:before {
content: "\f01f";
}
.icofont-horn:before {
content: "\f020";
}
.icofont-hotel:before {
content: "\f021";
}
.icofont-hour-glass:before {
content: "\f022";
}
.icofont-id:before {
content: "\f023";
}
.icofont-image:before {
content: "\f024";
}
.icofont-inbox:before {
content: "\f025";
}
.icofont-infinite:before {
content: "\f026";
}
.icofont-info-circle:before {
content: "\f027";
}
.icofont-info-square:before {
content: "\f028";
}
.icofont-info:before {
content: "\f029";
}
.icofont-institution:before {
content: "\f02a";
}
.icofont-interface:before {
content: "\f02b";
}
.icofont-invisible:before {
content: "\f02c";
}
.icofont-italic:before {
content: "\f02d";
}
.icofont-jacket:before {
content: "\f02e";
}
.icofont-jar:before {
content: "\f02f";
}
.icofont-jewlery:before {
content: "\f030";
}
.icofont-karate:before {
content: "\f031";
}
.icofont-key-hole:before {
content: "\f032";
}
.icofont-key:before {
content: "\f033";
}
.icofont-keyboard:before {
content: "\f034";
}
.icofont-kid:before {
content: "\f035";
}
.icofont-label:before {
content: "\f036";
}
.icofont-lamp:before {
content: "\f037";
}
.icofont-laptop:before {
content: "\f038";
}
.icofont-layers:before {
content: "\f039";
}
.icofont-layout:before {
content: "\f03a";
}
.icofont-leaf:before {
content: "\f03b";
}
.icofont-leaflet:before {
content: "\f03c";
}
.icofont-learn:before {
content: "\f03d";
}
.icofont-legal:before {
content: "\f03e";
}
.icofont-lego:before {
content: "\f03f";
}
.icofont-lemon:before {
content: "\f040";
}
.icofont-lens:before {
content: "\f041";
}
.icofont-letter:before {
content: "\f042";
}
.icofont-letterbox:before {
content: "\f043";
}
.icofont-library:before {
content: "\f044";
}
.icofont-license:before {
content: "\f045";
}
.icofont-life-bouy:before {
content: "\f046";
}
.icofont-life-buoy:before {
content: "\f047";
}
.icofont-life-jacket:before {
content: "\f048";
}
.icofont-life-ring:before {
content: "\f049";
}
.icofont-light-bulb:before {
content: "\f04a";
}
.icofont-lighter:before {
content: "\f04b";
}
.icofont-lightning-ray:before {
content: "\f04c";
}
.icofont-like:before {
content: "\f04d";
}
.icofont-link:before {
content: "\f04e";
}
.icofont-live-support:before {
content: "\f04f";
}
.icofont-location-arrow:before {
content: "\f050";
}
.icofont-location-pin:before {
content: "\f051";
}
.icofont-lock:before {
content: "\f052";
}
.icofont-login:before {
content: "\f053";
}
.icofont-logout:before {
content: "\f054";
}
.icofont-lollipop:before {
content: "\f055";
}
.icofont-look:before {
content: "\f056";
}
.icofont-loop:before {
content: "\f057";
}
.icofont-luggage:before {
content: "\f058";
}
.icofont-lunch:before {
content: "\f059";
}
.icofont-lungs:before {
content: "\f05a";
}
.icofont-magic-alt:before {
content: "\f05b";
}
.icofont-magic:before {
content: "\f05c";
}
.icofont-magnet:before {
content: "\f05d";
}
.icofont-mail-box:before {
content: "\f05e";
}
.icofont-mail:before {
content: "\f05f";
}
.icofont-male:before {
content: "\f060";
}
.icofont-map:before {
content: "\f061";
}
.icofont-math:before {
content: "\f062";
}
.icofont-maximize:before {
content: "\f063";
}
.icofont-measure:before {
content: "\f064";
}
.icofont-medal:before {
content: "\f065";
}
.icofont-medical:before {
content: "\f066";
}
.icofont-medicine:before {
content: "\f067";
}
.icofont-mega-phone:before {
content: "\f068";
}
.icofont-memorial:before {
content: "\f069";
}
.icofont-memory-card:before {
content: "\f06a";
}
.icofont-mic-mute:before {
content: "\f06b";
}
.icofont-mic:before {
content: "\f06c";
}
.icofont-micro-chip:before {
content: "\f06d";
}
.icofont-microphone:before {
content: "\f06e";
}
.icofont-microscope:before {
content: "\f06f";
}
.icofont-military:before {
content: "\f070";
}
.icofont-mill:before {
content: "\f071";
}
.icofont-minus-circle:before {
content: "\f072";
}
.icofont-minus-square:before {
content: "\f073";
}
.icofont-minus:before {
content: "\f074";
}
.icofont-mobile-phone:before {
content: "\f075";
}
.icofont-molecule:before {
content: "\f076";
}
.icofont-money:before {
content: "\f077";
}
.icofont-moon:before {
content: "\f078";
}
.icofont-mop:before {
content: "\f079";
}
.icofont-muffin:before {
content: "\f07a";
}
.icofont-music-alt:before {
content: "\f07b";
}
.icofont-music-notes:before {
content: "\f07c";
}
.icofont-music:before {
content: "\f07d";
}
.icofont-mustache:before {
content: "\f07e";
}
.icofont-mute-volume:before {
content: "\f07f";
}
.icofont-navigation-menu:before {
content: "\f080";
}
.icofont-navigation:before {
content: "\f081";
}
.icofont-network-tower:before {
content: "\f082";
}
.icofont-network:before {
content: "\f083";
}
.icofont-news:before {
content: "\f084";
}
.icofont-newspaper:before {
content: "\f085";
}
.icofont-no-smoking:before {
content: "\f086";
}
.icofont-not-allowed:before {
content: "\f087";
}
.icofont-notebook:before {
content: "\f088";
}
.icofont-notepad:before {
content: "\f089";
}
.icofont-notification:before {
content: "\f08a";
}
.icofont-numbered:before {
content: "\f08b";
}
.icofont-opposite:before {
content: "\f08c";
}
.icofont-optic:before {
content: "\f08d";
}
.icofont-options:before {
content: "\f08e";
}
.icofont-package:before {
content: "\f08f";
}
.icofont-page:before {
content: "\f090";
}
.icofont-paint:before {
content: "\f091";
}
.icofont-paper-plane:before {
content: "\f092";
}
.icofont-paperclip:before {
content: "\f093";
}
.icofont-papers:before {
content: "\f094";
}
.icofont-paw:before {
content: "\f095";
}
.icofont-pay:before {
content: "\f096";
}
.icofont-pen:before {
content: "\f097";
}
.icofont-pencil:before {
content: "\f098";
}
.icofont-penguin-linux:before {
content: "\f099";
}
.icofont-pestle:before {
content: "\f09a";
}
.icofont-phone-circle:before {
content: "\f09b";
}
.icofont-phone:before {
content: "\f09c";
}
.icofont-picture:before {
content: "\f09d";
}
.icofont-pie:before {
content: "\f09e";
}
.icofont-pine:before {
content: "\f09f";
}
.icofont-pixels:before {
content: "\f0a0";
}
.icofont-play:before {
content: "\f0a1";
}
.icofont-plugin:before {
content: "\f0a2";
}
.icofont-plus-circle:before {
content: "\f0a3";
}
.icofont-plus-square:before {
content: "\f0a4";
}
.icofont-plus:before {
content: "\f0a5";
}
.icofont-polygonal:before {
content: "\f0a6";
}
.icofont-power:before {
content: "\f0a7";
}
.icofont-presentation:before {
content: "\f0a8";
}
.icofont-price:before {
content: "\f0a9";
}
.icofont-print:before {
content: "\f0aa";
}
.icofont-puzzle:before {
content: "\f0ab";
}
.icofont-qr-code:before {
content: "\f0ac";
}
.icofont-queen:before {
content: "\f0ad";
}
.icofont-question-circle:before {
content: "\f0ae";
}
.icofont-question-square:before {
content: "\f0af";
}
.icofont-question:before {
content: "\f0b0";
}
.icofont-quote-left:before {
content: "\f0b1";
}
.icofont-quote-right:before {
content: "\f0b2";
}
.icofont-radio:before {
content: "\f0b3";
}
.icofont-random:before {
content: "\f0b4";
}
.icofont-recycle:before {
content: "\f0b5";
}
.icofont-refresh:before {
content: "\f0b6";
}
.icofont-repair:before {
content: "\f0b7";
}
.icofont-reply-all:before {
content: "\f0b8";
}
.icofont-reply:before {
content: "\f0b9";
}
.icofont-resize:before {
content: "\f0ba";
}
.icofont-responsive:before {
content: "\f0bb";
}
.icofont-retweet:before {
content: "\f0bc";
}
.icofont-road:before {
content: "\f0bd";
}
.icofont-robot:before {
content: "\f0be";
}
.icofont-rocket:before {
content: "\f0bf";
}
.icofont-royal:before {
content: "\f0c0";
}
.icofont-rss-feed:before {
content: "\f0c1";
}
.icofont-safety:before {
content: "\f0c2";
}
.icofont-sale-discount:before {
content: "\f0c3";
}
.icofont-satellite:before {
content: "\f0c4";
}
.icofont-send-mail:before {
content: "\f0c5";
}
.icofont-server:before {
content: "\f0c6";
}
.icofont-settings:before {
content: "\f0c7";
}
.icofont-share-alt:before {
content: "\f0c8";
}
.icofont-share-boxed:before {
content: "\f0c9";
}
.icofont-share:before {
content: "\f0ca";
}
.icofont-shield:before {
content: "\f0cb";
}
.icofont-ship:before {
content: "\f0cc";
}
.icofont-shopping-cart:before {
content: "\f0cd";
}
.icofont-sign-in:before {
content: "\f0ce";
}
.icofont-sign-out:before {
content: "\f0cf";
}
.icofont-signal:before {
content: "\f0d0";
}
.icofont-site-map:before {
content: "\f0d1";
}
.icofont-smart-phone:before {
content: "\f0d2";
}
.icofont-soccer:before {
content: "\f0d3";
}
.icofont-sort-alt:before {
content: "\f0d4";
}
.icofont-sort:before {
content: "\f0d5";
}
.icofont-space:before {
content: "\f0d6";
}
.icofont-spanner:before {
content: "\f0d7";
}
.icofont-speech-comments:before {
content: "\f0d8";
}
.icofont-speed-meter:before {
content: "\f0d9";
}
.icofont-spinner-alt-1:before {
content: "\f0da";
}
.icofont-spinner-alt-2:before {
content: "\f0db";
}
.icofont-spinner-alt-3:before {
content: "\f0dc";
}
.icofont-spinner-alt-4:before {
content: "\f0dd";
}
.icofont-spinner-alt-5:before {
content: "\f0de";
}
.icofont-spinner-alt-6:before {
content: "\f0df";
}
.icofont-spinner:before {
content: "\f0e0";
}
.icofont-spreadsheet:before {
content: "\f0e1";
}
.icofont-square:before {
content: "\f0e2";
}
.icofont-ssl-security:before {
content: "\f0e3";
}
.icofont-star-alt-1:before {
content: "\f0e4";
}
.icofont-star-alt-2:before {
content: "\f0e5";
}
.icofont-star:before {
content: "\f0e6";
}
.icofont-street-view:before {
content: "\f0e7";
}
.icofont-sun:before {
content: "\f0e8";
}
.icofont-support-faq:before {
content: "\f0e9";
}
.icofont-tack-pin:before {
content: "\f0ea";
}
.icofont-tag:before {
content: "\f0eb";
}
.icofont-tags:before {
content: "\f0ec";
}
.icofont-tasks:before {
content: "\f0ed";
}
.icofont-telephone:before {
content: "\f0ee";
}
.icofont-telescope:before {
content: "\f0ef";
}
.icofont-terminal:before {
content: "\f0f0";
}
.icofont-thumbs-down:before {
content: "\f0f1";
}
.icofont-thumbs-up:before {
content: "\f0f2";
}
.icofont-tick-boxed:before {
content: "\f0f3";
}
.icofont-tick-mark:before {
content: "\f0f4";
}
.icofont-ticket:before {
content: "\f0f5";
}
.icofont-tie:before {
content: "\f0f6";
}
.icofont-toggle-off:before {
content: "\f0f7";
}
.icofont-toggle-on:before {
content: "\f0f8";
}
.icofont-tools:before {
content: "\f0f9";
}
.icofont-transparent:before {
content: "\f0fa";
}
.icofont-tree:before {
content: "\f0fb";
}
.icofont-umbrella:before {
content: "\f0fc";
}
.icofont-unlock:before {
content: "\f0fd";
}
.icofont-unlocked:before {
content: "\f0fe";
}
.icofont-upload-alt:before {
content: "\f0ff";
}
.icofont-upload:before {
content: "\f100";
}
.icofont-usb-drive:before {
content: "\f101";
}
.icofont-usb:before {
content: "\f102";
}
.icofont-vector-path:before {
content: "\f103";
}
.icofont-verification-check:before {
content: "\f104";
}
.icofont-video-clapper:before {
content: "\f105";
}
.icofont-video:before {
content: "\f106";
}
.icofont-volume-down:before {
content: "\f107";
}
.icofont-volume-off:before {
content: "\f108";
}
.icofont-volume-up:before {
content: "\f109";
}
.icofont-wall-clock:before {
content: "\f10a";
}
.icofont-wall:before {
content: "\f10b";
}
.icofont-wallet:before {
content: "\f10c";
}
.icofont-warning-alt:before {
content: "\f10d";
}
.icofont-warning:before {
content: "\f10e";
}
.icofont-water-drop:before {
content: "\f10f";
}
.icofont-web:before {
content: "\f110";
}
.icofont-wheelchair:before {
content: "\f111";
}
.icofont-wifi-alt:before {
content: "\f112";
}
.icofont-wifi:before {
content: "\f113";
}
.icofont-world:before {
content: "\f114";
}
.icofont-zigzag:before {
content: "\f115";
}
.icofont-zipped:before {
content: "\f116";
}
.icofont-social-500px:before {
content: "\f117";
}
.icofont-social-baidu-tieba:before {
content: "\f118";
}
.icofont-social-bbm-messenger:before {
content: "\f119";
}
.icofont-social-delicious:before {
content: "\f11a";
}
.icofont-social-dribbble:before {
content: "\f11b";
}
.icofont-social-facebook-messenger:before {
content: "\f11c";
}
.icofont-social-flikr:before {
content: "\f11d";
}
.icofont-social-foursquare:before {
content: "\f11e";
}
.icofont-social-google-hangouts:before {
content: "\f11f";
}
.icofont-social-kakaotalk:before {
content: "\f120";
}
.icofont-social-kik:before {
content: "\f121";
}
.icofont-social-kiwibox:before {
content: "\f122";
}
.icofont-social-linkedin:before {
content: "\f123";
}
.icofont-social-meetme:before {
content: "\f124";
}
.icofont-social-odnoklassniki:before {
content: "\f125";
}
.icofont-social-photobucket:before {
content: "\f126";
}
.icofont-social-qq:before {
content: "\f127";
}
.icofont-social-renren:before {
content: "\f128";
}
.icofont-social-slack:before {
content: "\f129";
}
.icofont-social-slidshare:before {
content: "\f12a";
}
.icofont-social-snapchat:before {
content: "\f12b";
}
.icofont-social-soundcloud:before {
content: "\f12c";
}
.icofont-social-spotify:before {
content: "\f12d";
}
.icofont-social-stack-exchange:before {
content: "\f12e";
}
.icofont-social-stack-overflow:before {
content: "\f12f";
}
.icofont-social-tagged:before {
content: "\f130";
}
.icofont-social-trello:before {
content: "\f131";
}
.icofont-social-twitch:before {
content: "\f132";
}
.icofont-social-vk:before {
content: "\f133";
}
.icofont-social-weibo:before {
content: "\f134";
}
.icofont-social-whatsapp:before {
content: "\f135";
}
.icofont-social-youku:before {
content: "\f136";
}
.icofont-social-youtube-play:before {
content: "\f137";
}
.icofont-social-youtube:before {
content: "\f138";
}
.icofont-brand-xiaomi:before {
content: "\f139";
}
/*Font size*/
.icofont-lg {
font-size: 1.33333333em;
line-height: .75em;
vertical-align: -15%
}
.icofont-2x {
font-size: 2em
}
.icofont-3x {
font-size: 3em
}
.icofont-4x {
font-size: 4em
}
.icofont-5x {
font-size: 5em
}
.icofont-fw {
display: inline-block;
width: 1.28571429em;
text-align: center
}
/*Fixed Width Icons*/
.icofont-fw {
width: 1.28571429em;
text-align: center;
}
/*Custom list icons*/
.icofont-ul {
padding-left: 0;
margin-left: 2.14285714em;
list-style-type: none;
}
.icofont-ul>li {
position: relative;
}
.icofont-li {
position: absolute;
left: -2.14285714em;
width: 2.14285714em;
top: .14285714em;
text-align: center;
}
/*Animation*/
.icofont-rotate {
display: inline-block;
-webkit-animation: icofont-rotate 2s infinite linear;
animation: icofont-rotate 2s infinite linear
}
@-webkit-keyframes icofont-rotate {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg)
}
100% {
-webkit-transform: rotate(359deg);
transform: rotate(359deg)
}
}
@keyframes icofont-rotate {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg)
}
100% {
-webkit-transform: rotate(359deg);
transform: rotate(359deg)
}
} | public/particles/css/plugins/icofont.css | @font-face {
font-family: 'icofont';
src: url('../../fonts/icofont7858.eot?v=1.0.0-beta');
src: url('../../fonts/icofont7858.eot?v=1.0.0-beta#iefix') format('embedded-opentype'),
url('../../fonts/icofont7858.ttf?v=1.0.0-beta') format('truetype'),
url('../../fonts/icofont7858.woff?v=1.0.0-beta') format('woff'),
url('../../fonts/icofont7858.html?v=1.0.0-beta#icofont') format('svg');
font-weight: normal;
font-style: normal;
}
.icofont {
font-family: 'IcoFont' !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;
}
.icofont-angry-monster:before {
content: "\e901";
}
.icofont-bathtub:before {
content: "\e902";
}
.icofont-bird-wings:before {
content: "\e903";
}
.icofont-bow:before {
content: "\e904";
}
.icofont-brain-alt:before {
content: "\e905";
}
.icofont-butterfly-alt:before {
content: "\e906";
}
.icofont-castle:before {
content: "\e907";
}
.icofont-circuit:before {
content: "\e908";
}
.icofont-dart:before {
content: "\e909";
}
.icofont-dice-alt:before {
content: "\e90a";
}
.icofont-disability-race:before {
content: "\e90b";
}
.icofont-diving-goggle:before {
content: "\e90c";
}
.icofont-fire-alt:before {
content: "\e90d";
}
.icofont-flame-torch:before {
content: "\e90e";
}
.icofont-flora-flower:before {
content: "\e90f";
}
.icofont-flora:before {
content: "\e910";
}
.icofont-gift-box:before {
content: "\e911";
}
.icofont-halloween-pumpkin:before {
content: "\e912";
}
.icofont-hand-power:before {
content: "\e913";
}
.icofont-hand-thunder:before {
content: "\e914";
}
.icofont-king-crown:before {
content: "\e915";
}
.icofont-king-monster:before {
content: "\e916";
}
.icofont-love:before {
content: "\e917";
}
.icofont-magician-hat:before {
content: "\e918";
}
.icofont-native-american:before {
content: "\e919";
}
.icofont-open-eye:before {
content: "\e91a";
}
.icofont-owl-look:before {
content: "\e91b";
}
.icofont-phoenix:before {
content: "\e91c";
}
.icofont-queen-crown:before {
content: "\e91d";
}
.icofont-robot-face:before {
content: "\e91e";
}
.icofont-sand-clock:before {
content: "\e91f";
}
.icofont-shield-alt:before {
content: "\e920";
}
.icofont-ship-wheel:before {
content: "\e921";
}
.icofont-skull-danger:before {
content: "\e922";
}
.icofont-skull-face:before {
content: "\e923";
}
.icofont-snail:before {
content: "\e924";
}
.icofont-snow-alt:before {
content: "\e925";
}
.icofont-snow-flake:before {
content: "\e926";
}
.icofont-snowmobile:before {
content: "\e927";
}
.icofont-space-shuttle:before {
content: "\e928";
}
.icofont-star-shape:before {
content: "\e929";
}
.icofont-swirl:before {
content: "\e92a";
}
.icofont-tattoo-wing:before {
content: "\e92b";
}
.icofont-throne:before {
content: "\e92c";
}
.icofont-touch:before {
content: "\e92d";
}
.icofont-tree-alt:before {
content: "\e92e";
}
.icofont-triangle:before {
content: "\e92f";
}
.icofont-unity-hand:before {
content: "\e930";
}
.icofont-weed:before {
content: "\e931";
}
.icofont-woman-bird:before {
content: "\e932";
}
.icofont-animal-bat:before {
content: "\e933";
}
.icofont-animal-bear-tracks:before {
content: "\e934";
}
.icofont-animal-bear:before {
content: "\e935";
}
.icofont-animal-bird-alt:before {
content: "\e936";
}
.icofont-animal-bird:before {
content: "\e937";
}
.icofont-animal-bone:before {
content: "\e938";
}
.icofont-animal-bull:before {
content: "\e939";
}
.icofont-animal-camel-alt:before {
content: "\e93a";
}
.icofont-animal-camel-head:before {
content: "\e93b";
}
.icofont-animal-camel:before {
content: "\e93c";
}
.icofont-animal-cat-alt-1:before {
content: "\e93d";
}
.icofont-animal-cat-alt-2:before {
content: "\e93e";
}
.icofont-animal-cat-alt-3:before {
content: "\e93f";
}
.icofont-animal-cat-alt-4:before {
content: "\e940";
}
.icofont-animal-cat-with-dog:before {
content: "\e941";
}
.icofont-animal-cat:before {
content: "\e942";
}
.icofont-animal-cow-head:before {
content: "\e943";
}
.icofont-animal-cow:before {
content: "\e944";
}
.icofont-animal-crab:before {
content: "\e945";
}
.icofont-animal-crocodile:before {
content: "\e946";
}
.icofont-animal-deer-head:before {
content: "\e947";
}
.icofont-animal-dog-alt:before {
content: "\e948";
}
.icofont-animal-dog-barking:before {
content: "\e949";
}
.icofont-animal-dog:before {
content: "\e94a";
}
.icofont-animal-dolphin:before {
content: "\e94b";
}
.icofont-animal-duck-tracks:before {
content: "\e94c";
}
.icofont-animal-eagle-head:before {
content: "\e94d";
}
.icofont-animal-eaten-fish:before {
content: "\e94e";
}
.icofont-animal-elephant-alt:before {
content: "\e94f";
}
.icofont-animal-elephant-head-alt:before {
content: "\e950";
}
.icofont-animal-elephant-head:before {
content: "\e951";
}
.icofont-animal-elephant:before {
content: "\e952";
}
.icofont-animal-elk:before {
content: "\e953";
}
.icofont-animal-fish-alt-1:before {
content: "\e954";
}
.icofont-animal-fish-alt-2:before {
content: "\e955";
}
.icofont-animal-fish-alt-3:before {
content: "\e956";
}
.icofont-animal-fish-alt-4:before {
content: "\e957";
}
.icofont-animal-fish:before {
content: "\e958";
}
.icofont-animal-fox-alt:before {
content: "\e959";
}
.icofont-animal-fox:before {
content: "\e95a";
}
.icofont-animal-frog-tracks:before {
content: "\e95b";
}
.icofont-animal-frog:before {
content: "\e95c";
}
.icofont-animal-froggy:before {
content: "\e95d";
}
.icofont-animal-giraffe-alt:before {
content: "\e95e";
}
.icofont-animal-giraffe:before {
content: "\e95f";
}
.icofont-animal-goat-head-alt-1:before {
content: "\e960";
}
.icofont-animal-goat-head-alt-2:before {
content: "\e961";
}
.icofont-animal-goat-head:before {
content: "\e962";
}
.icofont-animal-gorilla:before {
content: "\e963";
}
.icofont-animal-hen-tracks:before {
content: "\e964";
}
.icofont-animal-horse-head-alt-1:before {
content: "\e965";
}
.icofont-animal-horse-head-alt-2:before {
content: "\e966";
}
.icofont-animal-horse-head:before {
content: "\e967";
}
.icofont-animal-horse-tracks:before {
content: "\e968";
}
.icofont-animal-jellyfish:before {
content: "\e969";
}
.icofont-animal-kangaroo:before {
content: "\e96a";
}
.icofont-animal-lemur:before {
content: "\e96b";
}
.icofont-animal-lion-alt:before {
content: "\e96c";
}
.icofont-animal-lion-head-alt:before {
content: "\e96d";
}
.icofont-animal-lion-head:before {
content: "\e96e";
}
.icofont-animal-lion:before {
content: "\e96f";
}
.icofont-animal-monkey-alt-1:before {
content: "\e970";
}
.icofont-animal-monkey-alt-2:before {
content: "\e971";
}
.icofont-animal-monkey-alt-3:before {
content: "\e972";
}
.icofont-animal-monkey:before {
content: "\e973";
}
.icofont-animal-octopus-alt:before {
content: "\e974";
}
.icofont-animal-octopus:before {
content: "\e975";
}
.icofont-animal-owl:before {
content: "\e976";
}
.icofont-animal-panda-alt:before {
content: "\e977";
}
.icofont-animal-panda:before {
content: "\e978";
}
.icofont-animal-panther:before {
content: "\e979";
}
.icofont-animal-parrot-lip:before {
content: "\e97a";
}
.icofont-animal-parrot:before {
content: "\e97b";
}
.icofont-animal-paw:before {
content: "\e97c";
}
.icofont-animal-pelican:before {
content: "\e97d";
}
.icofont-animal-penguin:before {
content: "\e97e";
}
.icofont-animal-pig-alt:before {
content: "\e97f";
}
.icofont-animal-pig:before {
content: "\e980";
}
.icofont-animal-pigeon-alt:before {
content: "\e981";
}
.icofont-animal-pigeon:before {
content: "\e982";
}
.icofont-animal-pigeons:before {
content: "\e983";
}
.icofont-animal-rabbit-running:before {
content: "\e984";
}
.icofont-animal-rat-alt:before {
content: "\e985";
}
.icofont-animal-rhino-head:before {
content: "\e986";
}
.icofont-animal-rhino:before {
content: "\e987";
}
.icofont-animal-rooster:before {
content: "\e988";
}
.icofont-animal-seahorse:before {
content: "\e989";
}
.icofont-animal-seal:before {
content: "\e98a";
}
.icofont-animal-shrimp:before {
content: "\e98b";
}
.icofont-animal-snail-alt-1:before {
content: "\e98c";
}
.icofont-animal-snail-alt-2:before {
content: "\e98d";
}
.icofont-animal-snail:before {
content: "\e98e";
}
.icofont-animal-snake:before {
content: "\e98f";
}
.icofont-animal-squid:before {
content: "\e990";
}
.icofont-animal-squirrel:before {
content: "\e991";
}
.icofont-animal-tiger-alt:before {
content: "\e992";
}
.icofont-animal-tiger:before {
content: "\e993";
}
.icofont-animal-turtle:before {
content: "\e994";
}
.icofont-animal-whale:before {
content: "\e995";
}
.icofont-animal-woodpecker:before {
content: "\e996";
}
.icofont-animal-zebra:before {
content: "\e997";
}
.icofont-brand-acer:before {
content: "\e998";
}
.icofont-brand-adidas:before {
content: "\e999";
}
.icofont-brand-adobe:before {
content: "\e99a";
}
.icofont-brand-air-new-zealand:before {
content: "\e99b";
}
.icofont-brand-airbnb:before {
content: "\e99c";
}
.icofont-brand-aircell:before {
content: "\e99d";
}
.icofont-brand-airtel:before {
content: "\e99e";
}
.icofont-brand-alcatel:before {
content: "\e99f";
}
.icofont-brand-alibaba:before {
content: "\e9a0";
}
.icofont-brand-aliexpress:before {
content: "\e9a1";
}
.icofont-brand-alipay:before {
content: "\e9a2";
}
.icofont-brand-amazon:before {
content: "\e9a3";
}
.icofont-brand-amd:before {
content: "\e9a4";
}
.icofont-brand-american-airlines:before {
content: "\e9a5";
}
.icofont-brand-android-robot:before {
content: "\e9a6";
}
.icofont-brand-android:before {
content: "\e9a7";
}
.icofont-brand-aol:before {
content: "\e9a8";
}
.icofont-brand-apple:before {
content: "\e9a9";
}
.icofont-brand-appstore:before {
content: "\e9aa";
}
.icofont-brand-asus:before {
content: "\e9ab";
}
.icofont-brand-ati:before {
content: "\e9ac";
}
.icofont-brand-att:before {
content: "\e9ad";
}
.icofont-brand-audi:before {
content: "\e9ae";
}
.icofont-brand-axiata:before {
content: "\e9af";
}
.icofont-brand-bada:before {
content: "\e9b0";
}
.icofont-brand-bbc:before {
content: "\e9b1";
}
.icofont-brand-bing:before {
content: "\e9b2";
}
.icofont-brand-blackberry:before {
content: "\e9b3";
}
.icofont-brand-bmw:before {
content: "\e9b4";
}
.icofont-brand-box:before {
content: "\e9b5";
}
.icofont-brand-burger-king:before {
content: "\e9b6";
}
.icofont-brand-business-insider:before {
content: "\e9b7";
}
.icofont-brand-buzzfeed:before {
content: "\e9b8";
}
.icofont-brand-cannon:before {
content: "\e9b9";
}
.icofont-brand-casio:before {
content: "\e9ba";
}
.icofont-brand-china-mobile:before {
content: "\e9bb";
}
.icofont-brand-china-telecom:before {
content: "\e9bc";
}
.icofont-brand-china-unicom:before {
content: "\e9bd";
}
.icofont-brand-cisco:before {
content: "\e9be";
}
.icofont-brand-citibank:before {
content: "\e9bf";
}
.icofont-brand-cnet:before {
content: "\e9c0";
}
.icofont-brand-cnn:before {
content: "\e9c1";
}
.icofont-brand-cocal-cola:before {
content: "\e9c2";
}
.icofont-brand-compaq:before {
content: "\e9c3";
}
.icofont-brand-copy:before {
content: "\e9c4";
}
.icofont-brand-debian:before {
content: "\e9c5";
}
.icofont-brand-delicious:before {
content: "\e9c6";
}
.icofont-brand-dell:before {
content: "\e9c7";
}
.icofont-brand-designbump:before {
content: "\e9c8";
}
.icofont-brand-designfloat:before {
content: "\e9c9";
}
.icofont-brand-disney:before {
content: "\e9ca";
}
.icofont-brand-dodge:before {
content: "\e9cb";
}
.icofont-brand-dove:before {
content: "\e9cc";
}
.icofont-brand-ebay:before {
content: "\e9cd";
}
.icofont-brand-eleven:before {
content: "\e9ce";
}
.icofont-brand-emirates:before {
content: "\e9cf";
}
.icofont-brand-espn:before {
content: "\e9d0";
}
.icofont-brand-etihad-airways:before {
content: "\e9d1";
}
.icofont-brand-etisalat:before {
content: "\e9d2";
}
.icofont-brand-etsy:before {
content: "\e9d3";
}
.icofont-brand-facebook:before {
content: "\e9d4";
}
.icofont-brand-fastrack:before {
content: "\e9d5";
}
.icofont-brand-fedex:before {
content: "\e9d6";
}
.icofont-brand-ferrari:before {
content: "\e9d7";
}
.icofont-brand-fitbit:before {
content: "\e9d8";
}
.icofont-brand-flikr:before {
content: "\e9d9";
}
.icofont-brand-forbes:before {
content: "\e9da";
}
.icofont-brand-foursquare:before {
content: "\e9db";
}
.icofont-brand-fox:before {
content: "\e9dc";
}
.icofont-brand-foxconn:before {
content: "\e9dd";
}
.icofont-brand-fujitsu:before {
content: "\e9de";
}
.icofont-brand-general-electric:before {
content: "\e9df";
}
.icofont-brand-gillette:before {
content: "\e9e0";
}
.icofont-brand-gizmodo:before {
content: "\e9e1";
}
.icofont-brand-gnome:before {
content: "\e9e2";
}
.icofont-brand-google:before {
content: "\e9e3";
}
.icofont-brand-gopro:before {
content: "\e9e4";
}
.icofont-brand-gucci:before {
content: "\e9e5";
}
.icofont-brand-hallmark:before {
content: "\e9e6";
}
.icofont-brand-hi5:before {
content: "\e9e7";
}
.icofont-brand-honda:before {
content: "\e9e8";
}
.icofont-brand-hp:before {
content: "\e9e9";
}
.icofont-brand-hsbc:before {
content: "\e9ea";
}
.icofont-brand-htc:before {
content: "\e9eb";
}
.icofont-brand-huawei:before {
content: "\e9ec";
}
.icofont-brand-hulu:before {
content: "\e9ed";
}
.icofont-brand-hyundai:before {
content: "\e9ee";
}
.icofont-brand-ibm:before {
content: "\e9ef";
}
.icofont-brand-icofont:before {
content: "\e9f0";
}
.icofont-brand-icq:before {
content: "\e9f1";
}
.icofont-brand-ikea:before {
content: "\e9f2";
}
.icofont-brand-imdb:before {
content: "\e9f3";
}
.icofont-brand-indiegogo:before {
content: "\e9f4";
}
.icofont-brand-intel:before {
content: "\e9f5";
}
.icofont-brand-ipair:before {
content: "\e9f6";
}
.icofont-brand-jaguar:before {
content: "\e9f7";
}
.icofont-brand-java:before {
content: "\e9f8";
}
.icofont-brand-joomshaper:before {
content: "\e9f9";
}
.icofont-brand-kickstarter:before {
content: "\e9fa";
}
.icofont-brand-kik:before {
content: "\e9fb";
}
.icofont-brand-lastfm:before {
content: "\e9fc";
}
.icofont-brand-lego:before {
content: "\e9fd";
}
.icofont-brand-lenovo:before {
content: "\e9fe";
}
.icofont-brand-levis:before {
content: "\e9ff";
}
.icofont-brand-lexus:before {
content: "\ea00";
}
.icofont-brand-lg:before {
content: "\ea01";
}
.icofont-brand-life-hacker:before {
content: "\ea02";
}
.icofont-brand-line-messenger:before {
content: "\ea03";
}
.icofont-brand-linkedin:before {
content: "\ea04";
}
.icofont-brand-linux-mint:before {
content: "\ea05";
}
.icofont-brand-linux:before {
content: "\ea06";
}
.icofont-brand-lionix:before {
content: "\ea07";
}
.icofont-brand-live-messenger:before {
content: "\ea08";
}
.icofont-brand-loreal:before {
content: "\ea09";
}
.icofont-brand-louis-vuitton:before {
content: "\ea0a";
}
.icofont-brand-mac-os:before {
content: "\ea0b";
}
.icofont-brand-marvel-app:before {
content: "\ea0c";
}
.icofont-brand-mashable:before {
content: "\ea0d";
}
.icofont-brand-mazda:before {
content: "\ea0e";
}
.icofont-brand-mcdonals:before {
content: "\ea0f";
}
.icofont-brand-mercedes:before {
content: "\ea10";
}
.icofont-brand-micromax:before {
content: "\ea11";
}
.icofont-brand-microsoft:before {
content: "\ea12";
}
.icofont-brand-mobileme:before {
content: "\ea13";
}
.icofont-brand-mobily:before {
content: "\ea14";
}
.icofont-brand-motorola:before {
content: "\ea15";
}
.icofont-brand-msi:before {
content: "\ea16";
}
.icofont-brand-mts:before {
content: "\ea17";
}
.icofont-brand-myspace:before {
content: "\ea18";
}
.icofont-brand-mytv:before {
content: "\ea19";
}
.icofont-brand-nasa:before {
content: "\ea1a";
}
.icofont-brand-natgeo:before {
content: "\ea1b";
}
.icofont-brand-nbc:before {
content: "\ea1c";
}
.icofont-brand-nescafe:before {
content: "\ea1d";
}
.icofont-brand-nestle:before {
content: "\ea1e";
}
.icofont-brand-netflix:before {
content: "\ea1f";
}
.icofont-brand-nexus:before {
content: "\ea20";
}
.icofont-brand-nike:before {
content: "\ea21";
}
.icofont-brand-nokia:before {
content: "\ea22";
}
.icofont-brand-nvidia:before {
content: "\ea23";
}
.icofont-brand-omega:before {
content: "\ea24";
}
.icofont-brand-opensuse:before {
content: "\ea25";
}
.icofont-brand-oracle:before {
content: "\ea26";
}
.icofont-brand-panasonic:before {
content: "\ea27";
}
.icofont-brand-paypal:before {
content: "\ea28";
}
.icofont-brand-pepsi:before {
content: "\ea29";
}
.icofont-brand-philips:before {
content: "\ea2a";
}
.icofont-brand-pizza-hut:before {
content: "\ea2b";
}
.icofont-brand-playstation:before {
content: "\ea2c";
}
.icofont-brand-puma:before {
content: "\ea2d";
}
.icofont-brand-qatar-air:before {
content: "\ea2e";
}
.icofont-brand-qvc:before {
content: "\ea2f";
}
.icofont-brand-readernaut:before {
content: "\ea30";
}
.icofont-brand-redbull:before {
content: "\ea31";
}
.icofont-brand-reebok:before {
content: "\ea32";
}
.icofont-brand-reuters:before {
content: "\ea33";
}
.icofont-brand-samsung:before {
content: "\ea34";
}
.icofont-brand-sap:before {
content: "\ea35";
}
.icofont-brand-saudia-airlines:before {
content: "\ea36";
}
.icofont-brand-scribd:before {
content: "\ea37";
}
.icofont-brand-shell:before {
content: "\ea38";
}
.icofont-brand-siemens:before {
content: "\ea39";
}
.icofont-brand-sk-telecom:before {
content: "\ea3a";
}
.icofont-brand-slideshare:before {
content: "\ea3b";
}
.icofont-brand-smashing-magazine:before {
content: "\ea3c";
}
.icofont-brand-snapchat:before {
content: "\ea3d";
}
.icofont-brand-sony-ericsson:before {
content: "\ea3e";
}
.icofont-brand-sony:before {
content: "\ea3f";
}
.icofont-brand-soundcloud:before {
content: "\ea40";
}
.icofont-brand-sprint:before {
content: "\ea41";
}
.icofont-brand-squidoo:before {
content: "\ea42";
}
.icofont-brand-starbucks:before {
content: "\ea43";
}
.icofont-brand-stc:before {
content: "\ea44";
}
.icofont-brand-steam:before {
content: "\ea45";
}
.icofont-brand-suzuki:before {
content: "\ea46";
}
.icofont-brand-symbian:before {
content: "\ea47";
}
.icofont-brand-t-mobile:before {
content: "\ea48";
}
.icofont-brand-tango:before {
content: "\ea49";
}
.icofont-brand-target:before {
content: "\ea4a";
}
.icofont-brand-tata-indicom:before {
content: "\ea4b";
}
.icofont-brand-techcrunch:before {
content: "\ea4c";
}
.icofont-brand-telenor:before {
content: "\ea4d";
}
.icofont-brand-teliasonera:before {
content: "\ea4e";
}
.icofont-brand-tesla:before {
content: "\ea4f";
}
.icofont-brand-the-verge:before {
content: "\ea50";
}
.icofont-brand-thenextweb:before {
content: "\ea51";
}
.icofont-brand-toshiba:before {
content: "\ea52";
}
.icofont-brand-toyota:before {
content: "\ea53";
}
.icofont-brand-tribenet:before {
content: "\ea54";
}
.icofont-brand-ubuntu:before {
content: "\ea55";
}
.icofont-brand-unilever:before {
content: "\ea56";
}
.icofont-brand-vaio:before {
content: "\ea57";
}
.icofont-brand-verizon:before {
content: "\ea58";
}
.icofont-brand-viber:before {
content: "\ea59";
}
.icofont-brand-vodafone:before {
content: "\ea5a";
}
.icofont-brand-volkswagen:before {
content: "\ea5b";
}
.icofont-brand-walmart:before {
content: "\ea5c";
}
.icofont-brand-warnerbros:before {
content: "\ea5d";
}
.icofont-brand-whatsapp:before {
content: "\ea5e";
}
.icofont-brand-wikipedia:before {
content: "\ea5f";
}
.icofont-brand-windows:before {
content: "\ea60";
}
.icofont-brand-wire:before {
content: "\ea61";
}
.icofont-brand-yahoobuzz:before {
content: "\ea62";
}
.icofont-brand-yamaha:before {
content: "\ea63";
}
.icofont-brand-youtube:before {
content: "\ea64";
}
.icofont-brand-zain:before {
content: "\ea65";
}
.icofont-bank-alt:before {
content: "\ea66";
}
.icofont-barcode:before {
content: "\ea67";
}
.icofont-basket:before {
content: "\ea68";
}
.icofont-bill-alt:before {
content: "\ea69";
}
.icofont-billboard:before {
content: "\ea6a";
}
.icofont-briefcase-alt-1:before {
content: "\ea6b";
}
.icofont-briefcase-alt-2:before {
content: "\ea6c";
}
.icofont-building-alt:before {
content: "\ea6d";
}
.icofont-businessman:before {
content: "\ea6e";
}
.icofont-businesswoman:before {
content: "\ea6f";
}
.icofont-cart-alt:before {
content: "\ea70";
}
.icofont-chair:before {
content: "\ea71";
}
.icofont-clip:before {
content: "\ea72";
}
.icofont-coins:before {
content: "\ea73";
}
.icofont-company:before {
content: "\ea74";
}
.icofont-contact-add:before {
content: "\ea75";
}
.icofont-deal:before {
content: "\ea76";
}
.icofont-files:before {
content: "\ea77";
}
.icofont-growth:before {
content: "\ea78";
}
.icofont-id-card:before {
content: "\ea79";
}
.icofont-idea:before {
content: "\ea7a";
}
.icofont-list:before {
content: "\ea7b";
}
.icofont-meeting-add:before {
content: "\ea7c";
}
.icofont-money-bag:before {
content: "\ea7d";
}
.icofont-people:before {
content: "\ea7e";
}
.icofont-pie-chart:before {
content: "\ea7f";
}
.icofont-presentation-alt:before {
content: "\ea80";
}
.icofont-stamp:before {
content: "\ea81";
}
.icofont-stock-mobile:before {
content: "\ea82";
}
.icofont-support:before {
content: "\ea83";
}
.icofont-tasks-alt:before {
content: "\ea84";
}
.icofont-wheel:before {
content: "\ea85";
}
.icofont-chart-arrows-axis:before {
content: "\ea86";
}
.icofont-chart-bar-graph:before {
content: "\ea87";
}
.icofont-chart-flow-alt-1:before {
content: "\ea88";
}
.icofont-chart-flow-alt-2:before {
content: "\ea89";
}
.icofont-chart-flow:before {
content: "\ea8a";
}
.icofont-chart-histogram-alt:before {
content: "\ea8b";
}
.icofont-chart-histogram:before {
content: "\ea8c";
}
.icofont-chart-line-alt:before {
content: "\ea8d";
}
.icofont-chart-line:before {
content: "\ea8e";
}
.icofont-chart-pie-alt:before {
content: "\ea8f";
}
.icofont-chart-pie:before {
content: "\ea90";
}
.icofont-chart-radar-graph:before {
content: "\ea91";
}
.icofont-cur-afghani-false:before {
content: "\ea92";
}
.icofont-cur-afghani-minus:before {
content: "\ea93";
}
.icofont-cur-afghani-plus:before {
content: "\ea94";
}
.icofont-cur-afghani-true:before {
content: "\ea95";
}
.icofont-cur-afghani:before {
content: "\ea96";
}
.icofont-cur-baht-false:before {
content: "\ea97";
}
.icofont-cur-baht-minus:before {
content: "\ea98";
}
.icofont-cur-baht-plus:before {
content: "\ea99";
}
.icofont-cur-baht-true:before {
content: "\ea9a";
}
.icofont-cur-baht:before {
content: "\ea9b";
}
.icofont-cur-bitcoin-false:before {
content: "\ea9c";
}
.icofont-cur-bitcoin-minus:before {
content: "\ea9d";
}
.icofont-cur-bitcoin-plus:before {
content: "\ea9e";
}
.icofont-cur-bitcoin-true:before {
content: "\ea9f";
}
.icofont-cur-bitcoin:before {
content: "\eaa0";
}
.icofont-cur-dollar-flase:before {
content: "\eaa1";
}
.icofont-cur-dollar-minus:before {
content: "\eaa2";
}
.icofont-cur-dollar-plus:before {
content: "\eaa3";
}
.icofont-cur-dollar-true:before {
content: "\eaa4";
}
.icofont-cur-dollar:before {
content: "\eaa5";
}
.icofont-cur-dong-false:before {
content: "\eaa6";
}
.icofont-cur-dong-minus:before {
content: "\eaa7";
}
.icofont-cur-dong-plus:before {
content: "\eaa8";
}
.icofont-cur-dong-true:before {
content: "\eaa9";
}
.icofont-cur-dong:before {
content: "\eaaa";
}
.icofont-cur-euro-false:before {
content: "\eaab";
}
.icofont-cur-euro-minus:before {
content: "\eaac";
}
.icofont-cur-euro-plus:before {
content: "\eaad";
}
.icofont-cur-euro-true:before {
content: "\eaae";
}
.icofont-cur-euro:before {
content: "\eaaf";
}
.icofont-cur-frank-false:before {
content: "\eab0";
}
.icofont-cur-frank-minus:before {
content: "\eab1";
}
.icofont-cur-frank-plus:before {
content: "\eab2";
}
.icofont-cur-frank-true:before {
content: "\eab3";
}
.icofont-cur-frank:before {
content: "\eab4";
}
.icofont-cur-hryvnia-false:before {
content: "\eab5";
}
.icofont-cur-hryvnia-minus:before {
content: "\eab6";
}
.icofont-cur-hryvnia-plus:before {
content: "\eab7";
}
.icofont-cur-hryvnia-true:before {
content: "\eab8";
}
.icofont-cur-hryvnia:before {
content: "\eab9";
}
.icofont-cur-lira-false:before {
content: "\eaba";
}
.icofont-cur-lira-minus:before {
content: "\eabb";
}
.icofont-cur-lira-plus:before {
content: "\eabc";
}
.icofont-cur-lira-true:before {
content: "\eabd";
}
.icofont-cur-lira:before {
content: "\eabe";
}
.icofont-cur-peseta-false:before {
content: "\eabf";
}
.icofont-cur-peseta-minus:before {
content: "\eac0";
}
.icofont-cur-peseta-plus:before {
content: "\eac1";
}
.icofont-cur-peseta-true:before {
content: "\eac2";
}
.icofont-cur-peseta:before {
content: "\eac3";
}
.icofont-cur-peso-false:before {
content: "\eac4";
}
.icofont-cur-peso-minus:before {
content: "\eac5";
}
.icofont-cur-peso-plus:before {
content: "\eac6";
}
.icofont-cur-peso-true:before {
content: "\eac7";
}
.icofont-cur-peso:before {
content: "\eac8";
}
.icofont-cur-pound-false:before {
content: "\eac9";
}
.icofont-cur-pound-minus:before {
content: "\eaca";
}
.icofont-cur-pound-plus:before {
content: "\eacb";
}
.icofont-cur-pound-true:before {
content: "\eacc";
}
.icofont-cur-pound:before {
content: "\eacd";
}
.icofont-cur-renminbi-false:before {
content: "\eace";
}
.icofont-cur-renminbi-minus:before {
content: "\eacf";
}
.icofont-cur-renminbi-plus:before {
content: "\ead0";
}
.icofont-cur-renminbi-true:before {
content: "\ead1";
}
.icofont-cur-renminbi:before {
content: "\ead2";
}
.icofont-cur-riyal-false:before {
content: "\ead3";
}
.icofont-cur-riyal-minus:before {
content: "\ead4";
}
.icofont-cur-riyal-plus:before {
content: "\ead5";
}
.icofont-cur-riyal-true:before {
content: "\ead6";
}
.icofont-cur-riyal:before {
content: "\ead7";
}
.icofont-cur-rouble-false:before {
content: "\ead8";
}
.icofont-cur-rouble-minus:before {
content: "\ead9";
}
.icofont-cur-rouble-plus:before {
content: "\eada";
}
.icofont-cur-rouble-true:before {
content: "\eadb";
}
.icofont-cur-rouble:before {
content: "\eadc";
}
.icofont-cur-rupee-false:before {
content: "\eadd";
}
.icofont-cur-rupee-minus:before {
content: "\eade";
}
.icofont-cur-rupee-plus:before {
content: "\eadf";
}
.icofont-cur-rupee-true:before {
content: "\eae0";
}
.icofont-cur-rupee:before {
content: "\eae1";
}
.icofont-cur-taka-false:before {
content: "\eae2";
}
.icofont-cur-taka-minus:before {
content: "\eae3";
}
.icofont-cur-taka-plus:before {
content: "\eae4";
}
.icofont-cur-taka-true:before {
content: "\eae5";
}
.icofont-cur-taka:before {
content: "\eae6";
}
.icofont-cur-turkish-lira-false:before {
content: "\eae7";
}
.icofont-cur-turkish-lira-minus:before {
content: "\eae8";
}
.icofont-cur-turkish-lira-plus:before {
content: "\eae9";
}
.icofont-cur-turkish-lira-true:before {
content: "\eaea";
}
.icofont-cur-turkish-lira:before {
content: "\eaeb";
}
.icofont-cur-won-false:before {
content: "\eaec";
}
.icofont-cur-won-minus:before {
content: "\eaed";
}
.icofont-cur-won-plus:before {
content: "\eaee";
}
.icofont-cur-won-true:before {
content: "\eaef";
}
.icofont-cur-won:before {
content: "\eaf0";
}
.icofont-cur-yen-false:before {
content: "\eaf1";
}
.icofont-cur-yen-minus:before {
content: "\eaf2";
}
.icofont-cur-yen-plus:before {
content: "\eaf3";
}
.icofont-cur-yen-true:before {
content: "\eaf4";
}
.icofont-cur-yen:before {
content: "\eaf5";
}
.icofont-android-nexus:before {
content: "\eaf6";
}
.icofont-android-tablet:before {
content: "\eaf7";
}
.icofont-apple-watch:before {
content: "\eaf8";
}
.icofont-drwaing-tablet:before {
content: "\eaf9";
}
.icofont-earphone:before {
content: "\eafa";
}
.icofont-flash-drive:before {
content: "\eafb";
}
.icofont-game-control:before {
content: "\eafc";
}
.icofont-headphone-alt:before {
content: "\eafd";
}
.icofont-htc-one:before {
content: "\eafe";
}
.icofont-imac:before {
content: "\eaff";
}
.icofont-ipad-touch:before {
content: "\eb00";
}
.icofont-iphone:before {
content: "\eb01";
}
.icofont-ipod-nano:before {
content: "\eb02";
}
.icofont-ipod-touch:before {
content: "\eb03";
}
.icofont-keyboard-alt:before {
content: "\eb04";
}
.icofont-keyboard-wireless:before {
content: "\eb05";
}
.icofont-laptop-alt:before {
content: "\eb06";
}
.icofont-macbook:before {
content: "\eb07";
}
.icofont-magic-mouse:before {
content: "\eb08";
}
.icofont-microphone-alt:before {
content: "\eb09";
}
.icofont-monitor:before {
content: "\eb0a";
}
.icofont-mouse:before {
content: "\eb0b";
}
.icofont-nintendo:before {
content: "\eb0c";
}
.icofont-playstation:before {
content: "\eb0d";
}
.icofont-psvita:before {
content: "\eb0e";
}
.icofont-radio-mic:before {
content: "\eb0f";
}
.icofont-refrigerator:before {
content: "\eb10";
}
.icofont-samsung-galaxy:before {
content: "\eb11";
}
.icofont-surface-tablet:before {
content: "\eb12";
}
.icofont-washing-machine:before {
content: "\eb13";
}
.icofont-wifi-router:before {
content: "\eb14";
}
.icofont-wii-u:before {
content: "\eb15";
}
.icofont-windows-lumia:before {
content: "\eb16";
}
.icofont-wireless-mouse:before {
content: "\eb17";
}
.icofont-xbox-360:before {
content: "\eb18";
}
.icofont-arrow-down:before {
content: "\eb19";
}
.icofont-arrow-left:before {
content: "\eb1a";
}
.icofont-arrow-right:before {
content: "\eb1b";
}
.icofont-arrow-up:before {
content: "\eb1c";
}
.icofont-block-down:before {
content: "\eb1d";
}
.icofont-block-left:before {
content: "\eb1e";
}
.icofont-block-right:before {
content: "\eb1f";
}
.icofont-block-up:before {
content: "\eb20";
}
.icofont-bubble-down:before {
content: "\eb21";
}
.icofont-bubble-left:before {
content: "\eb22";
}
.icofont-bubble-right:before {
content: "\eb23";
}
.icofont-bubble-up:before {
content: "\eb24";
}
.icofont-caret-down:before {
content: "\eb25";
}
.icofont-caret-left:before {
content: "\eb26";
}
.icofont-caret-right:before {
content: "\eb27";
}
.icofont-caret-up:before {
content: "\eb28";
}
.icofont-circled-down:before {
content: "\eb29";
}
.icofont-circled-left:before {
content: "\eb2a";
}
.icofont-circled-right:before {
content: "\eb2b";
}
.icofont-circled-up:before {
content: "\eb2c";
}
.icofont-collapse:before {
content: "\eb2d";
}
.icofont-cursor-drag:before {
content: "\eb2e";
}
.icofont-curved-double-left:before {
content: "\eb2f";
}
.icofont-curved-double-right:before {
content: "\eb30";
}
.icofont-curved-down:before {
content: "\eb31";
}
.icofont-curved-left:before {
content: "\eb32";
}
.icofont-curved-right:before {
content: "\eb33";
}
.icofont-curved-up:before {
content: "\eb34";
}
.icofont-dotted-down:before {
content: "\eb35";
}
.icofont-dotted-left:before {
content: "\eb36";
}
.icofont-dotted-right:before {
content: "\eb37";
}
.icofont-dotted-up:before {
content: "\eb38";
}
.icofont-double-left:before {
content: "\eb39";
}
.icofont-double-right:before {
content: "\eb3a";
}
.icofont-drag:before {
content: "\eb3b";
}
.icofont-drag1:before {
content: "\eb3c";
}
.icofont-drag2:before {
content: "\eb3d";
}
.icofont-drag3:before {
content: "\eb3e";
}
.icofont-expand-alt:before {
content: "\eb3f";
}
.icofont-hand-down:before {
content: "\eb40";
}
.icofont-hand-drag:before {
content: "\eb41";
}
.icofont-hand-drag1:before {
content: "\eb42";
}
.icofont-hand-drag2:before {
content: "\eb43";
}
.icofont-hand-drawn-alt-down:before {
content: "\eb44";
}
.icofont-hand-drawn-alt-left:before {
content: "\eb45";
}
.icofont-hand-drawn-alt-right:before {
content: "\eb46";
}
.icofont-hand-drawn-alt-up:before {
content: "\eb47";
}
.icofont-hand-drawn-down:before {
content: "\eb48";
}
.icofont-hand-drawn-left:before {
content: "\eb49";
}
.icofont-hand-drawn-right:before {
content: "\eb4a";
}
.icofont-hand-drawn-up:before {
content: "\eb4b";
}
.icofont-hand-left:before {
content: "\eb4c";
}
.icofont-hand-right:before {
content: "\eb4d";
}
.icofont-hand-up:before {
content: "\eb4e";
}
.icofont-line-block-down:before {
content: "\eb4f";
}
.icofont-line-block-left:before {
content: "\eb50";
}
.icofont-line-block-right:before {
content: "\eb51";
}
.icofont-line-block-up:before {
content: "\eb52";
}
.icofont-long-arrow-down:before {
content: "\eb53";
}
.icofont-long-arrow-left:before {
content: "\eb54";
}
.icofont-long-arrow-right:before {
content: "\eb55";
}
.icofont-long-arrow-up:before {
content: "\eb56";
}
.icofont-rounded-collapse:before {
content: "\eb57";
}
.icofont-rounded-double-left:before {
content: "\eb58";
}
.icofont-rounded-double-right:before {
content: "\eb59";
}
.icofont-rounded-down:before {
content: "\eb5a";
}
.icofont-rounded-expand:before {
content: "\eb5b";
}
.icofont-rounded-left-down:before {
content: "\eb5c";
}
.icofont-rounded-left-up:before {
content: "\eb5d";
}
.icofont-rounded-left:before {
content: "\eb5e";
}
.icofont-rounded-right-down:before {
content: "\eb5f";
}
.icofont-rounded-right-up:before {
content: "\eb60";
}
.icofont-rounded-right:before {
content: "\eb61";
}
.icofont-rounded-up:before {
content: "\eb62";
}
.icofont-scroll-bubble-down:before {
content: "\eb63";
}
.icofont-scroll-bubble-left:before {
content: "\eb64";
}
.icofont-scroll-bubble-right:before {
content: "\eb65";
}
.icofont-scroll-bubble-up:before {
content: "\eb66";
}
.icofont-scroll-double-down:before {
content: "\eb67";
}
.icofont-scroll-double-left:before {
content: "\eb68";
}
.icofont-scroll-double-right:before {
content: "\eb69";
}
.icofont-scroll-double-up:before {
content: "\eb6a";
}
.icofont-scroll-down:before {
content: "\eb6b";
}
.icofont-scroll-left:before {
content: "\eb6c";
}
.icofont-scroll-long-down:before {
content: "\eb6d";
}
.icofont-scroll-long-left:before {
content: "\eb6e";
}
.icofont-scroll-long-right:before {
content: "\eb6f";
}
.icofont-scroll-long-up:before {
content: "\eb70";
}
.icofont-scroll-right:before {
content: "\eb71";
}
.icofont-scroll-up:before {
content: "\eb72";
}
.icofont-simple-down:before {
content: "\eb73";
}
.icofont-simple-left-down:before {
content: "\eb74";
}
.icofont-simple-left-up:before {
content: "\eb75";
}
.icofont-simple-left:before {
content: "\eb76";
}
.icofont-simple-right-down:before {
content: "\eb77";
}
.icofont-simple-right-up:before {
content: "\eb78";
}
.icofont-simple-right:before {
content: "\eb79";
}
.icofont-simple-up:before {
content: "\eb7a";
}
.icofont-square-down:before {
content: "\eb7b";
}
.icofont-square-left:before {
content: "\eb7c";
}
.icofont-square-right:before {
content: "\eb7d";
}
.icofont-square-up:before {
content: "\eb7e";
}
.icofont-stylish-down:before {
content: "\eb7f";
}
.icofont-stylish-left:before {
content: "\eb80";
}
.icofont-stylish-right:before {
content: "\eb81";
}
.icofont-stylish-up:before {
content: "\eb82";
}
.icofont-swoosh-down:before {
content: "\eb83";
}
.icofont-swoosh-left:before {
content: "\eb84";
}
.icofont-swoosh-right:before {
content: "\eb85";
}
.icofont-swoosh-up:before {
content: "\eb86";
}
.icofont-thin-double-left:before {
content: "\eb87";
}
.icofont-thin-double-right:before {
content: "\eb88";
}
.icofont-thin-down:before {
content: "\eb89";
}
.icofont-thin-left:before {
content: "\eb8a";
}
.icofont-thin-right:before {
content: "\eb8b";
}
.icofont-thin-up:before {
content: "\eb8c";
}
.icofont-atom:before {
content: "\eb8d";
}
.icofont-award:before {
content: "\eb8e";
}
.icofont-bell-alt:before {
content: "\eb8f";
}
.icofont-book-alt:before {
content: "\eb90";
}
.icofont-brainstorming:before {
content: "\eb91";
}
.icofont-certificate-alt-1:before {
content: "\eb92";
}
.icofont-certificate-alt-2:before {
content: "\eb93";
}
.icofont-dna-alt-2:before {
content: "\eb94";
}
.icofont-education:before {
content: "\eb95";
}
.icofont-electron:before {
content: "\eb96";
}
.icofont-fountain-pen:before {
content: "\eb97";
}
.icofont-globe-alt:before {
content: "\eb98";
}
.icofont-graduate-alt:before {
content: "\eb99";
}
.icofont-group-students:before {
content: "\eb9a";
}
.icofont-hat-alt:before {
content: "\eb9b";
}
.icofont-hat:before {
content: "\eb9c";
}
.icofont-instrument:before {
content: "\eb9d";
}
.icofont-lamp-light:before {
content: "\eb9e";
}
.icofont-microscope-alt:before {
content: "\eb9f";
}
.icofont-paper:before {
content: "\eba0";
}
.icofont-pen-alt-4:before {
content: "\eba1";
}
.icofont-pen-nib:before {
content: "\eba2";
}
.icofont-pencil-alt-5:before {
content: "\eba3";
}
.icofont-quill-pen:before {
content: "\eba4";
}
.icofont-read-book-alt:before {
content: "\eba5";
}
.icofont-read-book:before {
content: "\eba6";
}
.icofont-school-bag:before {
content: "\eba7";
}
.icofont-school-bus:before {
content: "\eba8";
}
.icofont-student-alt:before {
content: "\eba9";
}
.icofont-student:before {
content: "\ebaa";
}
.icofont-teacher:before {
content: "\ebab";
}
.icofont-test-bulb:before {
content: "\ebac";
}
.icofont-test-tube-alt:before {
content: "\ebad";
}
.icofont-university:before {
content: "\ebae";
}
.icofont-emo-angry:before {
content: "\ebaf";
}
.icofont-emo-astonished:before {
content: "\ebb0";
}
.icofont-emo-confounded:before {
content: "\ebb1";
}
.icofont-emo-confused:before {
content: "\ebb2";
}
.icofont-emo-crying:before {
content: "\ebb3";
}
.icofont-emo-dizzy:before {
content: "\ebb4";
}
.icofont-emo-expressionless:before {
content: "\ebb5";
}
.icofont-emo-heart-eyes:before {
content: "\ebb6";
}
.icofont-emo-laughing:before {
content: "\ebb7";
}
.icofont-emo-nerd-smile:before {
content: "\ebb8";
}
.icofont-emo-open-mouth:before {
content: "\ebb9";
}
.icofont-emo-rage:before {
content: "\ebba";
}
.icofont-emo-rolling-eyes:before {
content: "\ebbb";
}
.icofont-emo-sad:before {
content: "\ebbc";
}
.icofont-emo-simple-smile:before {
content: "\ebbd";
}
.icofont-emo-slightly-smile:before {
content: "\ebbe";
}
.icofont-emo-smirk:before {
content: "\ebbf";
}
.icofont-emo-stuck-out-tongue:before {
content: "\ebc0";
}
.icofont-emo-wink-smile:before {
content: "\ebc1";
}
.icofont-emo-worried:before {
content: "\ebc2";
}
.icofont-architecture-alt:before {
content: "\ebc3";
}
.icofont-architecture:before {
content: "\ebc4";
}
.icofont-barricade:before {
content: "\ebc5";
}
.icofont-bricks:before {
content: "\ebc6";
}
.icofont-calculations:before {
content: "\ebc7";
}
.icofont-cement-mix:before {
content: "\ebc8";
}
.icofont-cement-mixer:before {
content: "\ebc9";
}
.icofont-danger-zone:before {
content: "\ebca";
}
.icofont-drill:before {
content: "\ebcb";
}
.icofont-eco-energy:before {
content: "\ebcc";
}
.icofont-eco-environmen:before {
content: "\ebcd";
}
.icofont-energy-air:before {
content: "\ebce";
}
.icofont-energy-oil:before {
content: "\ebcf";
}
.icofont-energy-savings:before {
content: "\ebd0";
}
.icofont-energy-solar:before {
content: "\ebd1";
}
.icofont-energy-water:before {
content: "\ebd2";
}
.icofont-engineer:before {
content: "\ebd3";
}
.icofont-fire-extinguisher-alt:before {
content: "\ebd4";
}
.icofont-fix-tools:before {
content: "\ebd5";
}
.icofont-glue-oil:before {
content: "\ebd6";
}
.icofont-hammer-alt:before {
content: "\ebd7";
}
.icofont-help-robot:before {
content: "\ebd8";
}
.icofont-industries-alt-1:before {
content: "\ebd9";
}
.icofont-industries-alt-2:before {
content: "\ebda";
}
.icofont-industries-alt-3:before {
content: "\ebdb";
}
.icofont-industries-alt-4:before {
content: "\ebdc";
}
.icofont-industries-alt-5:before {
content: "\ebdd";
}
.icofont-industries:before {
content: "\ebde";
}
.icofont-labour:before {
content: "\ebdf";
}
.icofont-mining:before {
content: "\ebe0";
}
.icofont-paint-brush:before {
content: "\ebe1";
}
.icofont-pollution:before {
content: "\ebe2";
}
.icofont-power-zone:before {
content: "\ebe3";
}
.icofont-radio-active:before {
content: "\ebe4";
}
.icofont-recycle-alt:before {
content: "\ebe5";
}
.icofont-recycling-man:before {
content: "\ebe6";
}
.icofont-safety-hat-light:before {
content: "\ebe7";
}
.icofont-safety-hat:before {
content: "\ebe8";
}
.icofont-saw:before {
content: "\ebe9";
}
.icofont-screw-driver:before {
content: "\ebea";
}
.icofont-settings-alt:before {
content: "\ebeb";
}
.icofont-tools-alt-1:before {
content: "\ebec";
}
.icofont-tools-alt-2:before {
content: "\ebed";
}
.icofont-tools-bag:before {
content: "\ebee";
}
.icofont-trolley:before {
content: "\ebef";
}
.icofont-trowel:before {
content: "\ebf0";
}
.icofont-under-construction-alt:before {
content: "\ebf1";
}
.icofont-under-construction:before {
content: "\ebf2";
}
.icofont-vehicle-cement:before {
content: "\ebf3";
}
.icofont-vehicle-crane:before {
content: "\ebf4";
}
.icofont-vehicle-delivery-van:before {
content: "\ebf5";
}
.icofont-vehicle-dozer:before {
content: "\ebf6";
}
.icofont-vehicle-excavator:before {
content: "\ebf7";
}
.icofont-vehicle-trucktor:before {
content: "\ebf8";
}
.icofont-vehicle-wrecking:before {
content: "\ebf9";
}
.icofont-worker-group:before {
content: "\ebfa";
}
.icofont-worker:before {
content: "\ebfb";
}
.icofont-wrench:before {
content: "\ebfc";
}
.icofont-file-audio:before {
content: "\ebfd";
}
.icofont-file-avi-mp4:before {
content: "\ebfe";
}
.icofont-file-bmp:before {
content: "\ebff";
}
.icofont-file-code:before {
content: "\ec00";
}
.icofont-file-css:before {
content: "\ec01";
}
.icofont-file-document:before {
content: "\ec02";
}
.icofont-file-eps:before {
content: "\ec03";
}
.icofont-file-excel:before {
content: "\ec04";
}
.icofont-file-exe:before {
content: "\ec05";
}
.icofont-file-file:before {
content: "\ec06";
}
.icofont-file-flv:before {
content: "\ec07";
}
.icofont-file-gif:before {
content: "\ec08";
}
.icofont-file-html5:before {
content: "\ec09";
}
.icofont-file-image:before {
content: "\ec0a";
}
.icofont-file-iso:before {
content: "\ec0b";
}
.icofont-file-java:before {
content: "\ec0c";
}
.icofont-file-javascript:before {
content: "\ec0d";
}
.icofont-file-jpg:before {
content: "\ec0e";
}
.icofont-file-midi:before {
content: "\ec0f";
}
.icofont-file-mov:before {
content: "\ec10";
}
.icofont-file-mp3:before {
content: "\ec11";
}
.icofont-file-pdf:before {
content: "\ec12";
}
.icofont-file-php:before {
content: "\ec13";
}
.icofont-file-png:before {
content: "\ec14";
}
.icofont-file-powerpoint:before {
content: "\ec15";
}
.icofont-file-presentation:before {
content: "\ec16";
}
.icofont-file-psb:before {
content: "\ec17";
}
.icofont-file-psd:before {
content: "\ec18";
}
.icofont-file-python:before {
content: "\ec19";
}
.icofont-file-ruby:before {
content: "\ec1a";
}
.icofont-file-spreadsheet:before {
content: "\ec1b";
}
.icofont-file-sql:before {
content: "\ec1c";
}
.icofont-file-svg:before {
content: "\ec1d";
}
.icofont-file-text:before {
content: "\ec1e";
}
.icofont-file-tiff:before {
content: "\ec1f";
}
.icofont-file-video:before {
content: "\ec20";
}
.icofont-file-wave:before {
content: "\ec21";
}
.icofont-file-wmv:before {
content: "\ec22";
}
.icofont-file-word:before {
content: "\ec23";
}
.icofont-file-zip:before {
content: "\ec24";
}
.icofont-apple:before {
content: "\ec25";
}
.icofont-arabian-coffee:before {
content: "\ec26";
}
.icofont-artichoke:before {
content: "\ec27";
}
.icofont-asparagus:before {
content: "\ec28";
}
.icofont-avocado:before {
content: "\ec29";
}
.icofont-baby-food:before {
content: "\ec2a";
}
.icofont-banana:before {
content: "\ec2b";
}
.icofont-bbq:before {
content: "\ec2c";
}
.icofont-beans:before {
content: "\ec2d";
}
.icofont-beer:before {
content: "\ec2e";
}
.icofont-bell-pepper-capsicum:before {
content: "\ec2f";
}
.icofont-birthday-cake:before {
content: "\ec30";
}
.icofont-bread:before {
content: "\ec31";
}
.icofont-broccoli:before {
content: "\ec32";
}
.icofont-burger:before {
content: "\ec33";
}
.icofont-cabbage:before {
content: "\ec34";
}
.icofont-carrot:before {
content: "\ec35";
}
.icofont-cauli-flower:before {
content: "\ec36";
}
.icofont-cheese:before {
content: "\ec37";
}
.icofont-chef:before {
content: "\ec38";
}
.icofont-cherry:before {
content: "\ec39";
}
.icofont-chicken-fry:before {
content: "\ec3a";
}
.icofont-chicken:before {
content: "\ec3b";
}
.icofont-cocktail:before {
content: "\ec3c";
}
.icofont-coconut:before {
content: "\ec3d";
}
.icofont-coffee-alt:before {
content: "\ec3e";
}
.icofont-coffee-mug:before {
content: "\ec3f";
}
.icofont-coffee-pot:before {
content: "\ec40";
}
.icofont-cola:before {
content: "\ec41";
}
.icofont-corn:before {
content: "\ec42";
}
.icofont-croissant:before {
content: "\ec43";
}
.icofont-crop-plant:before {
content: "\ec44";
}
.icofont-cucumber:before {
content: "\ec45";
}
.icofont-cup-cake:before {
content: "\ec46";
}
.icofont-dining-table:before {
content: "\ec47";
}
.icofont-donut:before {
content: "\ec48";
}
.icofont-egg-plant:before {
content: "\ec49";
}
.icofont-egg-poached:before {
content: "\ec4a";
}
.icofont-farmer:before {
content: "\ec4b";
}
.icofont-farmer1:before {
content: "\ec4c";
}
.icofont-fast-food:before {
content: "\ec4d";
}
.icofont-fish:before {
content: "\ec4e";
}
.icofont-food-basket:before {
content: "\ec4f";
}
.icofont-food-cart:before {
content: "\ec50";
}
.icofont-fork-and-knife:before {
content: "\ec51";
}
.icofont-french-fries:before {
content: "\ec52";
}
.icofont-fresh-juice:before {
content: "\ec53";
}
.icofont-fruits:before {
content: "\ec54";
}
.icofont-grapes:before {
content: "\ec55";
}
.icofont-honey:before {
content: "\ec56";
}
.icofont-hot-dog:before {
content: "\ec57";
}
.icofont-hotel-alt:before {
content: "\ec58";
}
.icofont-ice-cream-alt:before {
content: "\ec59";
}
.icofont-ice-cream:before {
content: "\ec5a";
}
.icofont-ketchup:before {
content: "\ec5b";
}
.icofont-kiwi:before {
content: "\ec5c";
}
.icofont-layered-cake:before {
content: "\ec5d";
}
.icofont-lemon-alt:before {
content: "\ec5e";
}
.icofont-lobster:before {
content: "\ec5f";
}
.icofont-mango:before {
content: "\ec60";
}
.icofont-milk:before {
content: "\ec61";
}
.icofont-mushroom:before {
content: "\ec62";
}
.icofont-noodles:before {
content: "\ec63";
}
.icofont-onion:before {
content: "\ec64";
}
.icofont-orange:before {
content: "\ec65";
}
.icofont-pear:before {
content: "\ec66";
}
.icofont-peas:before {
content: "\ec67";
}
.icofont-pepper:before {
content: "\ec68";
}
.icofont-pie-alt:before {
content: "\ec69";
}
.icofont-pineapple:before {
content: "\ec6a";
}
.icofont-pizza-slice:before {
content: "\ec6b";
}
.icofont-pizza:before {
content: "\ec6c";
}
.icofont-plant:before {
content: "\ec6d";
}
.icofont-popcorn:before {
content: "\ec6e";
}
.icofont-potato:before {
content: "\ec6f";
}
.icofont-pumpkin:before {
content: "\ec70";
}
.icofont-raddish:before {
content: "\ec71";
}
.icofont-restaurant-menu:before {
content: "\ec72";
}
.icofont-restaurant:before {
content: "\ec73";
}
.icofont-salt-and-pepper:before {
content: "\ec74";
}
.icofont-sandwich:before {
content: "\ec75";
}
.icofont-sausage:before {
content: "\ec76";
}
.icofont-shrimp:before {
content: "\ec77";
}
.icofont-sof-drinks:before {
content: "\ec78";
}
.icofont-soup-bowl:before {
content: "\ec79";
}
.icofont-spoon-and-fork:before {
content: "\ec7a";
}
.icofont-steak:before {
content: "\ec7b";
}
.icofont-strawberry:before {
content: "\ec7c";
}
.icofont-sub-sandwich:before {
content: "\ec7d";
}
.icofont-sushi:before {
content: "\ec7e";
}
.icofont-taco:before {
content: "\ec7f";
}
.icofont-tea-pot:before {
content: "\ec80";
}
.icofont-tea:before {
content: "\ec81";
}
.icofont-tomato:before {
content: "\ec82";
}
.icofont-waiter-alt:before {
content: "\ec83";
}
.icofont-watermelon:before {
content: "\ec84";
}
.icofont-wheat:before {
content: "\ec85";
}
.icofont-abc:before {
content: "\ec86";
}
.icofont-baby-cloth:before {
content: "\ec87";
}
.icofont-baby-milk-bottle:before {
content: "\ec88";
}
.icofont-baby-trolley:before {
content: "\ec89";
}
.icofont-back-pack:before {
content: "\ec8a";
}
.icofont-candy:before {
content: "\ec8b";
}
.icofont-cycling:before {
content: "\ec8c";
}
.icofont-holding-hands:before {
content: "\ec8d";
}
.icofont-infant-nipple:before {
content: "\ec8e";
}
.icofont-kids-scooter:before {
content: "\ec8f";
}
.icofont-safety-pin:before {
content: "\ec90";
}
.icofont-teddy-bear:before {
content: "\ec91";
}
.icofont-toy-ball:before {
content: "\ec92";
}
.icofont-toy-cat:before {
content: "\ec93";
}
.icofont-toy-duck:before {
content: "\ec94";
}
.icofont-toy-elephant:before {
content: "\ec95";
}
.icofont-toy-hand:before {
content: "\ec96";
}
.icofont-toy-horse:before {
content: "\ec97";
}
.icofont-toy-lattu:before {
content: "\ec98";
}
.icofont-toy-train:before {
content: "\ec99";
}
.icofont-unique-idea:before {
content: "\ec9a";
}
.icofont-bag-alt:before {
content: "\ec9b";
}
.icofont-burglar:before {
content: "\ec9c";
}
.icofont-cannon-firing:before {
content: "\ec9d";
}
.icofont-cc-camera:before {
content: "\ec9e";
}
.icofont-cop-badge:before {
content: "\ec9f";
}
.icofont-cop:before {
content: "\eca0";
}
.icofont-court-hammer:before {
content: "\eca1";
}
.icofont-court:before {
content: "\eca2";
}
.icofont-finger-print:before {
content: "\eca3";
}
.icofont-handcuff-alt:before {
content: "\eca4";
}
.icofont-handcuff:before {
content: "\eca5";
}
.icofont-investigation:before {
content: "\eca6";
}
.icofont-investigator:before {
content: "\eca7";
}
.icofont-jail:before {
content: "\eca8";
}
.icofont-judge:before {
content: "\eca9";
}
.icofont-law-alt-1:before {
content: "\ecaa";
}
.icofont-law-alt-2:before {
content: "\ecab";
}
.icofont-law-alt-3:before {
content: "\ecac";
}
.icofont-law-book:before {
content: "\ecad";
}
.icofont-law-document:before {
content: "\ecae";
}
.icofont-law:before {
content: "\ecaf";
}
.icofont-lawyer-alt-1:before {
content: "\ecb0";
}
.icofont-lawyer-alt-2:before {
content: "\ecb1";
}
.icofont-lawyer:before {
content: "\ecb2";
}
.icofont-order:before {
content: "\ecb3";
}
.icofont-pistol:before {
content: "\ecb4";
}
.icofont-police-badge:before {
content: "\ecb5";
}
.icofont-police-cap:before {
content: "\ecb6";
}
.icofont-police-car-alt-1:before {
content: "\ecb7";
}
.icofont-police-car-alt-2:before {
content: "\ecb8";
}
.icofont-police-hat:before {
content: "\ecb9";
}
.icofont-police-van:before {
content: "\ecba";
}
.icofont-police:before {
content: "\ecbb";
}
.icofont-protect:before {
content: "\ecbc";
}
.icofont-scales:before {
content: "\ecbd";
}
.icofont-thief-alt:before {
content: "\ecbe";
}
.icofont-thief:before {
content: "\ecbf";
}
.icofont-abacus-alt:before {
content: "\ecc0";
}
.icofont-abacus:before {
content: "\ecc1";
}
.icofont-angle:before {
content: "\ecc2";
}
.icofont-calculator-alt-1:before {
content: "\ecc3";
}
.icofont-calculator-alt-2:before {
content: "\ecc4";
}
.icofont-circle-ruler-alt:before {
content: "\ecc5";
}
.icofont-circle-ruler:before {
content: "\ecc6";
}
.icofont-compass-alt-1:before {
content: "\ecc7";
}
.icofont-compass-alt-2:before {
content: "\ecc8";
}
.icofont-compass-alt-3:before {
content: "\ecc9";
}
.icofont-compass-alt-4:before {
content: "\ecca";
}
.icofont-degrees-alt-1:before {
content: "\eccb";
}
.icofont-degrees-alt-2:before {
content: "\eccc";
}
.icofont-degrees:before {
content: "\eccd";
}
.icofont-golden-ratio:before {
content: "\ecce";
}
.icofont-marker-alt-1:before {
content: "\eccf";
}
.icofont-marker-alt-2:before {
content: "\ecd0";
}
.icofont-marker-alt-3:before {
content: "\ecd1";
}
.icofont-mathematical-alt-1:before {
content: "\ecd2";
}
.icofont-mathematical-alt-2:before {
content: "\ecd3";
}
.icofont-mathematical:before {
content: "\ecd4";
}
.icofont-pen-alt-1:before {
content: "\ecd5";
}
.icofont-pen-alt-2:before {
content: "\ecd6";
}
.icofont-pen-alt-3:before {
content: "\ecd7";
}
.icofont-pen-holder-alt-1:before {
content: "\ecd8";
}
.icofont-pen-holder:before {
content: "\ecd9";
}
.icofont-pencil-alt-1:before {
content: "\ecda";
}
.icofont-pencil-alt-2:before {
content: "\ecdb";
}
.icofont-pencil-alt-3:before {
content: "\ecdc";
}
.icofont-pencil-alt-4:before {
content: "\ecdd";
}
.icofont-ruler-alt-1:before {
content: "\ecde";
}
.icofont-ruler-alt-2:before {
content: "\ecdf";
}
.icofont-ruler-compass-alt:before {
content: "\ece0";
}
.icofont-ruler-compass:before {
content: "\ece1";
}
.icofont-ruler-pencil-alt-1:before {
content: "\ece2";
}
.icofont-ruler-pencil-alt-2:before {
content: "\ece3";
}
.icofont-ruler-pencil:before {
content: "\ece4";
}
.icofont-ruler:before {
content: "\ece5";
}
.icofont-rulers-alt:before {
content: "\ece6";
}
.icofont-rulers:before {
content: "\ece7";
}
.icofont-square-root:before {
content: "\ece8";
}
.icofont-aids:before {
content: "\ece9";
}
.icofont-ambulance:before {
content: "\ecea";
}
.icofont-autism:before {
content: "\eceb";
}
.icofont-bandage:before {
content: "\ecec";
}
.icofont-bed-patient:before {
content: "\eced";
}
.icofont-blind:before {
content: "\ecee";
}
.icofont-blood-drop:before {
content: "\ecef";
}
.icofont-blood-test:before {
content: "\ecf0";
}
.icofont-blood:before {
content: "\ecf1";
}
.icofont-capsule:before {
content: "\ecf2";
}
.icofont-crutches:before {
content: "\ecf3";
}
.icofont-dna-alt-1:before {
content: "\ecf4";
}
.icofont-dna:before {
content: "\ecf5";
}
.icofont-doctor-alt:before {
content: "\ecf6";
}
.icofont-doctor:before {
content: "\ecf7";
}
.icofont-drug-pack:before {
content: "\ecf8";
}
.icofont-drug:before {
content: "\ecf9";
}
.icofont-eye-alt:before {
content: "\ecfa";
}
.icofont-first-aid-alt:before {
content: "\ecfb";
}
.icofont-garbage:before {
content: "\ecfc";
}
.icofont-heart-alt:before {
content: "\ecfd";
}
.icofont-heartbeat:before {
content: "\ecfe";
}
.icofont-herbal:before {
content: "\ecff";
}
.icofont-hospital:before {
content: "\ed00";
}
.icofont-icu:before {
content: "\ed01";
}
.icofont-injection-syringe:before {
content: "\ed02";
}
.icofont-laboratory:before {
content: "\ed03";
}
.icofont-medical-sign-alt:before {
content: "\ed04";
}
.icofont-medical-sign:before {
content: "\ed05";
}
.icofont-nurse-alt:before {
content: "\ed06";
}
.icofont-nurse:before {
content: "\ed07";
}
.icofont-nursing-home:before {
content: "\ed08";
}
.icofont-operation-theater:before {
content: "\ed09";
}
.icofont-paralysis-disability:before {
content: "\ed0a";
}
.icofont-pills:before {
content: "\ed0b";
}
.icofont-prescription:before {
content: "\ed0c";
}
.icofont-pulse:before {
content: "\ed0d";
}
.icofont-stethoscope-alt:before {
content: "\ed0e";
}
.icofont-stethoscope:before {
content: "\ed0f";
}
.icofont-stretcher:before {
content: "\ed10";
}
.icofont-surgeon-alt:before {
content: "\ed11";
}
.icofont-surgeon:before {
content: "\ed12";
}
.icofont-tablets:before {
content: "\ed13";
}
.icofont-test-bottle:before {
content: "\ed14";
}
.icofont-test-tube:before {
content: "\ed15";
}
.icofont-thermometer-alt:before {
content: "\ed16";
}
.icofont-tooth:before {
content: "\ed17";
}
.icofont-xray:before {
content: "\ed18";
}
.icofont-ui-add:before {
content: "\ed19";
}
.icofont-ui-alarm:before {
content: "\ed1a";
}
.icofont-ui-battery:before {
content: "\ed1b";
}
.icofont-ui-block:before {
content: "\ed1c";
}
.icofont-ui-bluetooth:before {
content: "\ed1d";
}
.icofont-ui-brightness:before {
content: "\ed1e";
}
.icofont-ui-browser:before {
content: "\ed1f";
}
.icofont-ui-calculator:before {
content: "\ed20";
}
.icofont-ui-calendar:before {
content: "\ed21";
}
.icofont-ui-call:before {
content: "\ed22";
}
.icofont-ui-camera:before {
content: "\ed23";
}
.icofont-ui-cart:before {
content: "\ed24";
}
.icofont-ui-cell-phone:before {
content: "\ed25";
}
.icofont-ui-chat:before {
content: "\ed26";
}
.icofont-ui-check:before {
content: "\ed27";
}
.icofont-ui-clip-board:before {
content: "\ed28";
}
.icofont-ui-clip:before {
content: "\ed29";
}
.icofont-ui-clock:before {
content: "\ed2a";
}
.icofont-ui-close:before {
content: "\ed2b";
}
.icofont-ui-contact-list:before {
content: "\ed2c";
}
.icofont-ui-copy:before {
content: "\ed2d";
}
.icofont-ui-cut:before {
content: "\ed2e";
}
.icofont-ui-delete:before {
content: "\ed2f";
}
.icofont-ui-dial-phone:before {
content: "\ed30";
}
.icofont-ui-edit:before {
content: "\ed31";
}
.icofont-ui-email:before {
content: "\ed32";
}
.icofont-ui-file:before {
content: "\ed33";
}
.icofont-ui-fire-wall:before {
content: "\ed34";
}
.icofont-ui-flash-light:before {
content: "\ed35";
}
.icofont-ui-flight:before {
content: "\ed36";
}
.icofont-ui-folder:before {
content: "\ed37";
}
.icofont-ui-game:before {
content: "\ed38";
}
.icofont-ui-handicapped:before {
content: "\ed39";
}
.icofont-ui-head-phone:before {
content: "\ed3a";
}
.icofont-ui-home:before {
content: "\ed3b";
}
.icofont-ui-image:before {
content: "\ed3c";
}
.icofont-ui-keyboard:before {
content: "\ed3d";
}
.icofont-ui-laoding:before {
content: "\ed3e";
}
.icofont-ui-lock:before {
content: "\ed3f";
}
.icofont-ui-love-add:before {
content: "\ed40";
}
.icofont-ui-love-broken:before {
content: "\ed41";
}
.icofont-ui-love-remove:before {
content: "\ed42";
}
.icofont-ui-love:before {
content: "\ed43";
}
.icofont-ui-map:before {
content: "\ed44";
}
.icofont-ui-message:before {
content: "\ed45";
}
.icofont-ui-messaging:before {
content: "\ed46";
}
.icofont-ui-movie:before {
content: "\ed47";
}
.icofont-ui-music-player:before {
content: "\ed48";
}
.icofont-ui-music:before {
content: "\ed49";
}
.icofont-ui-mute:before {
content: "\ed4a";
}
.icofont-ui-network:before {
content: "\ed4b";
}
.icofont-ui-next:before {
content: "\ed4c";
}
.icofont-ui-note:before {
content: "\ed4d";
}
.icofont-ui-office:before {
content: "\ed4e";
}
.icofont-ui-password:before {
content: "\ed4f";
}
.icofont-ui-pause:before {
content: "\ed50";
}
.icofont-ui-play-stop:before {
content: "\ed51";
}
.icofont-ui-play:before {
content: "\ed52";
}
.icofont-ui-pointer:before {
content: "\ed53";
}
.icofont-ui-power:before {
content: "\ed54";
}
.icofont-ui-press:before {
content: "\ed55";
}
.icofont-ui-previous:before {
content: "\ed56";
}
.icofont-ui-rate-add:before {
content: "\ed57";
}
.icofont-ui-rate-blank:before {
content: "\ed58";
}
.icofont-ui-rate-remove:before {
content: "\ed59";
}
.icofont-ui-rating:before {
content: "\ed5a";
}
.icofont-ui-record:before {
content: "\ed5b";
}
.icofont-ui-remove:before {
content: "\ed5c";
}
.icofont-ui-reply:before {
content: "\ed5d";
}
.icofont-ui-rotation:before {
content: "\ed5e";
}
.icofont-ui-rss:before {
content: "\ed5f";
}
.icofont-ui-search:before {
content: "\ed60";
}
.icofont-ui-settings:before {
content: "\ed61";
}
.icofont-ui-social-link:before {
content: "\ed62";
}
.icofont-ui-tag:before {
content: "\ed63";
}
.icofont-ui-text-chat:before {
content: "\ed64";
}
.icofont-ui-text-loading:before {
content: "\ed65";
}
.icofont-ui-theme:before {
content: "\ed66";
}
.icofont-ui-timer:before {
content: "\ed67";
}
.icofont-ui-touch-phone:before {
content: "\ed68";
}
.icofont-ui-travel:before {
content: "\ed69";
}
.icofont-ui-unlock:before {
content: "\ed6a";
}
.icofont-ui-user-group:before {
content: "\ed6b";
}
.icofont-ui-user:before {
content: "\ed6c";
}
.icofont-ui-v-card:before {
content: "\ed6d";
}
.icofont-ui-video-chat:before {
content: "\ed6e";
}
.icofont-ui-video-message:before {
content: "\ed6f";
}
.icofont-ui-video-play:before {
content: "\ed70";
}
.icofont-ui-video:before {
content: "\ed71";
}
.icofont-ui-volume:before {
content: "\ed72";
}
.icofont-ui-weather:before {
content: "\ed73";
}
.icofont-ui-wifi:before {
content: "\ed74";
}
.icofont-ui-zoom-in:before {
content: "\ed75";
}
.icofont-ui-zoom-out:before {
content: "\ed76";
}
.icofont-cassette-player:before {
content: "\ed77";
}
.icofont-cassette:before {
content: "\ed78";
}
.icofont-forward:before {
content: "\ed79";
}
.icofont-game:before {
content: "\ed7a";
}
.icofont-guiter:before {
content: "\ed7b";
}
.icofont-headphone-alt-1:before {
content: "\ed7c";
}
.icofont-headphone-alt-2:before {
content: "\ed7d";
}
.icofont-headphone-alt-3:before {
content: "\ed7e";
}
.icofont-listening:before {
content: "\ed7f";
}
.icofont-megaphone-alt:before {
content: "\ed80";
}
.icofont-megaphone:before {
content: "\ed81";
}
.icofont-movie:before {
content: "\ed82";
}
.icofont-mp3-player:before {
content: "\ed83";
}
.icofont-multimedia:before {
content: "\ed84";
}
.icofont-music-disk:before {
content: "\ed85";
}
.icofont-music-note:before {
content: "\ed86";
}
.icofont-pause:before {
content: "\ed87";
}
.icofont-play-alt-1:before {
content: "\ed88";
}
.icofont-play-alt-2:before {
content: "\ed89";
}
.icofont-play-alt-3:before {
content: "\ed8a";
}
.icofont-play-pause:before {
content: "\ed8b";
}
.icofont-record:before {
content: "\ed8c";
}
.icofont-retro-music-disk:before {
content: "\ed8d";
}
.icofont-rewind:before {
content: "\ed8e";
}
.icofont-song-notes:before {
content: "\ed8f";
}
.icofont-sound-wave-alt:before {
content: "\ed90";
}
.icofont-sound-wave:before {
content: "\ed91";
}
.icofont-stop:before {
content: "\ed92";
}
.icofont-video-alt:before {
content: "\ed93";
}
.icofont-video-cam:before {
content: "\ed94";
}
.icofont-volume-bar:before {
content: "\ed95";
}
.icofont-volume-mute:before {
content: "\ed96";
}
.icofont-youtube-play:before {
content: "\ed97";
}
.icofont-amazon-alt:before {
content: "\ed98";
}
.icofont-amazon:before {
content: "\ed99";
}
.icofont-american-express-alt:before {
content: "\ed9a";
}
.icofont-american-express:before {
content: "\ed9b";
}
.icofont-apple-pay-alt:before {
content: "\ed9c";
}
.icofont-apple-pay:before {
content: "\ed9d";
}
.icofont-bank-transfer-alt:before {
content: "\ed9e";
}
.icofont-bank-transfer:before {
content: "\ed9f";
}
.icofont-braintree-alt:before {
content: "\eda0";
}
.icofont-braintree:before {
content: "\eda1";
}
.icofont-cash-on-delivery-alt:before {
content: "\eda2";
}
.icofont-cash-on-delivery:before {
content: "\eda3";
}
.icofont-checkout-alt:before {
content: "\eda4";
}
.icofont-checkout:before {
content: "\eda5";
}
.icofont-diners-club-alt-1:before {
content: "\eda6";
}
.icofont-diners-club-alt-2:before {
content: "\eda7";
}
.icofont-diners-club-alt-3:before {
content: "\eda8";
}
.icofont-diners-club:before {
content: "\eda9";
}
.icofont-discover-alt:before {
content: "\edaa";
}
.icofont-discover:before {
content: "\edab";
}
.icofont-eway-alt:before {
content: "\edac";
}
.icofont-eway:before {
content: "\edad";
}
.icofont-google-wallet-alt-1:before {
content: "\edae";
}
.icofont-google-wallet-alt-2:before {
content: "\edaf";
}
.icofont-google-wallet-alt-3:before {
content: "\edb0";
}
.icofont-google-wallet:before {
content: "\edb1";
}
.icofont-jcb-alt:before {
content: "\edb2";
}
.icofont-jcb:before {
content: "\edb3";
}
.icofont-maestro-alt:before {
content: "\edb4";
}
.icofont-maestro:before {
content: "\edb5";
}
.icofont-mastercard-alt:before {
content: "\edb6";
}
.icofont-mastercard:before {
content: "\edb7";
}
.icofont-payoneer-alt:before {
content: "\edb8";
}
.icofont-payoneer:before {
content: "\edb9";
}
.icofont-paypal-alt:before {
content: "\edba";
}
.icofont-paypal:before {
content: "\edbb";
}
.icofont-sage-alt:before {
content: "\edbc";
}
.icofont-sage:before {
content: "\edbd";
}
.icofont-skrill-alt:before {
content: "\edbe";
}
.icofont-skrill:before {
content: "\edbf";
}
.icofont-stripe-alt:before {
content: "\edc0";
}
.icofont-stripe:before {
content: "\edc1";
}
.icofont-visa-alt:before {
content: "\edc2";
}
.icofont-visa-electron:before {
content: "\edc3";
}
.icofont-visa:before {
content: "\edc4";
}
.icofont-western-union-alt:before {
content: "\edc5";
}
.icofont-western-union:before {
content: "\edc6";
}
.icofont-boy:before {
content: "\edc7";
}
.icofont-business-man-alt-1:before {
content: "\edc8";
}
.icofont-business-man-alt-2:before {
content: "\edc9";
}
.icofont-business-man-alt-3:before {
content: "\edca";
}
.icofont-business-man:before {
content: "\edcb";
}
.icofont-funky-man:before {
content: "\edcc";
}
.icofont-girl-alt:before {
content: "\edcd";
}
.icofont-girl:before {
content: "\edce";
}
.icofont-hotel-boy-alt:before {
content: "\edcf";
}
.icofont-hotel-boy:before {
content: "\edd0";
}
.icofont-man-in-glasses:before {
content: "\edd1";
}
.icofont-user-alt-1:before {
content: "\edd2";
}
.icofont-user-alt-2:before {
content: "\edd3";
}
.icofont-user-alt-3:before {
content: "\edd4";
}
.icofont-user-alt-4:before {
content: "\edd5";
}
.icofont-user-alt-5:before {
content: "\edd6";
}
.icofont-user-alt-6:before {
content: "\edd7";
}
.icofont-user-alt-7:before {
content: "\edd8";
}
.icofont-user-female:before {
content: "\edd9";
}
.icofont-user-male:before {
content: "\edda";
}
.icofont-user-suited:before {
content: "\eddb";
}
.icofont-user:before {
content: "\eddc";
}
.icofont-users-alt-1:before {
content: "\eddd";
}
.icofont-users-alt-2:before {
content: "\edde";
}
.icofont-users-alt-3:before {
content: "\eddf";
}
.icofont-users-alt-4:before {
content: "\ede0";
}
.icofont-users-alt-5:before {
content: "\ede1";
}
.icofont-users-alt-6:before {
content: "\ede2";
}
.icofont-users-social:before {
content: "\ede3";
}
.icofont-users:before {
content: "\ede4";
}
.icofont-waiter:before {
content: "\ede5";
}
.icofont-woman-in-glasses:before {
content: "\ede6";
}
.icofont-document-search:before {
content: "\ede7";
}
.icofont-folder-search:before {
content: "\ede8";
}
.icofont-home-search:before {
content: "\ede9";
}
.icofont-job-search:before {
content: "\edea";
}
.icofont-map-search:before {
content: "\edeb";
}
.icofont-restaurant-search:before {
content: "\edec";
}
.icofont-search-alt-1:before {
content: "\eded";
}
.icofont-search-alt-2:before {
content: "\edee";
}
.icofont-search:before {
content: "\edef";
}
.icofont-stock-search:before {
content: "\edf0";
}
.icofont-user-search:before {
content: "\edf1";
}
.icofont-social-aim:before {
content: "\edf2";
}
.icofont-social-badoo:before {
content: "\edf3";
}
.icofont-social-bebo:before {
content: "\edf4";
}
.icofont-social-behance:before {
content: "\edf5";
}
.icofont-social-blogger:before {
content: "\edf6";
}
.icofont-social-bootstrap:before {
content: "\edf7";
}
.icofont-social-brightkite:before {
content: "\edf8";
}
.icofont-social-cloudapp:before {
content: "\edf9";
}
.icofont-social-concrete5:before {
content: "\edfa";
}
.icofont-social-designbump:before {
content: "\edfb";
}
.icofont-social-designfloat:before {
content: "\edfc";
}
.icofont-social-deviantart:before {
content: "\edfd";
}
.icofont-social-digg:before {
content: "\edfe";
}
.icofont-social-dotcms:before {
content: "\edff";
}
.icofont-social-dribble:before {
content: "\ee00";
}
.icofont-social-dropbox:before {
content: "\ee01";
}
.icofont-brand-drupal:before {
content: "\ee02";
}
.icofont-social-ebuddy:before {
content: "\ee03";
}
.icofont-social-ello:before {
content: "\ee04";
}
.icofont-social-ember:before {
content: "\ee05";
}
.icofont-social-envato:before {
content: "\ee06";
}
.icofont-social-evernote:before {
content: "\ee07";
}
.icofont-social-facebook:before {
content: "\ee08";
}
.icofont-social-feedburner:before {
content: "\ee09";
}
.icofont-social-folkd:before {
content: "\ee0a";
}
.icofont-social-friendfeed:before {
content: "\ee0b";
}
.icofont-social-ghost:before {
content: "\ee0c";
}
.icofont-social-github:before {
content: "\ee0d";
}
.icofont-social-gnome:before {
content: "\ee0e";
}
.icofont-social-google-buzz:before {
content: "\ee0f";
}
.icofont-social-google-map:before {
content: "\ee10";
}
.icofont-social-google-plus:before {
content: "\ee11";
}
.icofont-social-google-talk:before {
content: "\ee12";
}
.icofont-social-hype-machine:before {
content: "\ee13";
}
.icofont-social-instagram:before {
content: "\ee14";
}
.icofont-brand-joomla:before {
content: "\ee15";
}
.icofont-social-kickstarter:before {
content: "\ee16";
}
.icofont-social-line:before {
content: "\ee17";
}
.icofont-social-linux-mint:before {
content: "\ee18";
}
.icofont-social-livejournal:before {
content: "\ee19";
}
.icofont-social-magento:before {
content: "\ee1a";
}
.icofont-social-meetup:before {
content: "\ee1b";
}
.icofont-social-mixx:before {
content: "\ee1c";
}
.icofont-social-newsvine:before {
content: "\ee1d";
}
.icofont-social-nimbuss:before {
content: "\ee1e";
}
.icofont-social-opencart:before {
content: "\ee1f";
}
.icofont-social-oscommerce:before {
content: "\ee20";
}
.icofont-social-pandora:before {
content: "\ee21";
}
.icofont-social-picasa:before {
content: "\ee22";
}
.icofont-social-pinterest:before {
content: "\ee23";
}
.icofont-social-prestashop:before {
content: "\ee24";
}
.icofont-social-qik:before {
content: "\ee25";
}
.icofont-social-readernaut:before {
content: "\ee26";
}
.icofont-social-reddit:before {
content: "\ee27";
}
.icofont-social-rss:before {
content: "\ee28";
}
.icofont-social-shopify:before {
content: "\ee29";
}
.icofont-social-silverstripe:before {
content: "\ee2a";
}
.icofont-social-skype:before {
content: "\ee2b";
}
.icofont-social-slashdot:before {
content: "\ee2c";
}
.icofont-social-smugmug:before {
content: "\ee2d";
}
.icofont-social-steam:before {
content: "\ee2e";
}
.icofont-social-stumbleupon:before {
content: "\ee2f";
}
.icofont-social-technorati:before {
content: "\ee30";
}
.icofont-social-telegram:before {
content: "\ee31";
}
.icofont-social-tinder:before {
content: "\ee32";
}
.icofont-social-tumblr:before {
content: "\ee33";
}
.icofont-social-twitter:before {
content: "\ee34";
}
.icofont-social-typo3:before {
content: "\ee35";
}
.icofont-social-ubercart:before {
content: "\ee36";
}
.icofont-social-viber:before {
content: "\ee37";
}
.icofont-social-viddler:before {
content: "\ee38";
}
.icofont-social-vimeo:before {
content: "\ee39";
}
.icofont-social-vine:before {
content: "\ee3a";
}
.icofont-social-virb:before {
content: "\ee3b";
}
.icofont-social-virtuemart:before {
content: "\ee3c";
}
.icofont-social-wechat:before {
content: "\ee3d";
}
.icofont-brand-wordpress:before {
content: "\ee3e";
}
.icofont-social-xing:before {
content: "\ee3f";
}
.icofont-social-yahoo:before {
content: "\ee40";
}
.icofont-social-yelp:before {
content: "\ee41";
}
.icofont-social-zencart:before {
content: "\ee42";
}
.icofont-badminton-birdie:before {
content: "\ee43";
}
.icofont-baseball:before {
content: "\ee44";
}
.icofont-baseballer:before {
content: "\ee45";
}
.icofont-basketball-hoop:before {
content: "\ee46";
}
.icofont-basketball:before {
content: "\ee47";
}
.icofont-billiard-ball:before {
content: "\ee48";
}
.icofont-boot-alt-1:before {
content: "\ee49";
}
.icofont-boot-alt-2:before {
content: "\ee4a";
}
.icofont-bowling-alt:before {
content: "\ee4b";
}
.icofont-bowling:before {
content: "\ee4c";
}
.icofont-canoe:before {
content: "\ee4d";
}
.icofont-cheer-leader:before {
content: "\ee4e";
}
.icofont-climbing:before {
content: "\ee4f";
}
.icofont-corner:before {
content: "\ee50";
}
.icofont-cyclist:before {
content: "\ee51";
}
.icofont-dumbbell-alt:before {
content: "\ee52";
}
.icofont-dumbbell:before {
content: "\ee53";
}
.icofont-field-alt:before {
content: "\ee54";
}
.icofont-field:before {
content: "\ee55";
}
.icofont-football-alt:before {
content: "\ee56";
}
.icofont-foul:before {
content: "\ee57";
}
.icofont-goal-keeper:before {
content: "\ee58";
}
.icofont-goal:before {
content: "\ee59";
}
.icofont-golf-alt:before {
content: "\ee5a";
}
.icofont-golf-bag:before {
content: "\ee5b";
}
.icofont-golf-field:before {
content: "\ee5c";
}
.icofont-golf:before {
content: "\ee5d";
}
.icofont-golfer:before {
content: "\ee5e";
}
.icofont-gym-alt-1:before {
content: "\ee5f";
}
.icofont-gym-alt-2:before {
content: "\ee60";
}
.icofont-gym-alt-3:before {
content: "\ee61";
}
.icofont-gym:before {
content: "\ee62";
}
.icofont-hand-grippers:before {
content: "\ee63";
}
.icofont-heart-beat-alt:before {
content: "\ee64";
}
.icofont-helmet:before {
content: "\ee65";
}
.icofont-hockey-alt:before {
content: "\ee66";
}
.icofont-hockey:before {
content: "\ee67";
}
.icofont-ice-skate:before {
content: "\ee68";
}
.icofont-jersey-alt:before {
content: "\ee69";
}
.icofont-jersey:before {
content: "\ee6a";
}
.icofont-jumping:before {
content: "\ee6b";
}
.icofont-kick:before {
content: "\ee6c";
}
.icofont-leg:before {
content: "\ee6d";
}
.icofont-match-review:before {
content: "\ee6e";
}
.icofont-medal-alt:before {
content: "\ee6f";
}
.icofont-muscle-alt:before {
content: "\ee70";
}
.icofont-muscle:before {
content: "\ee71";
}
.icofont-offside:before {
content: "\ee72";
}
.icofont-olympic-logo:before {
content: "\ee73";
}
.icofont-olympic:before {
content: "\ee74";
}
.icofont-padding:before {
content: "\ee75";
}
.icofont-penalty-card:before {
content: "\ee76";
}
.icofont-racer:before {
content: "\ee77";
}
.icofont-racing-car:before {
content: "\ee78";
}
.icofont-racing-flag-alt:before {
content: "\ee79";
}
.icofont-racing-flag:before {
content: "\ee7a";
}
.icofont-racings-wheel:before {
content: "\ee7b";
}
.icofont-referee:before {
content: "\ee7c";
}
.icofont-refree-jersey:before {
content: "\ee7d";
}
.icofont-result:before {
content: "\ee7e";
}
.icofont-rugby-ball:before {
content: "\ee7f";
}
.icofont-rugby-player:before {
content: "\ee80";
}
.icofont-rugby:before {
content: "\ee81";
}
.icofont-runner-alt-1:before {
content: "\ee82";
}
.icofont-runner-alt-2:before {
content: "\ee83";
}
.icofont-runner:before {
content: "\ee84";
}
.icofont-score-board:before {
content: "\ee85";
}
.icofont-skiing-man:before {
content: "\ee86";
}
.icofont-skydiving-goggles:before {
content: "\ee87";
}
.icofont-snow-mobile:before {
content: "\ee88";
}
.icofont-steering:before {
content: "\ee89";
}
.icofont-substitute:before {
content: "\ee8a";
}
.icofont-swimmer:before {
content: "\ee8b";
}
.icofont-table-tennis:before {
content: "\ee8c";
}
.icofont-team-alt:before {
content: "\ee8d";
}
.icofont-team:before {
content: "\ee8e";
}
.icofont-tennis-player:before {
content: "\ee8f";
}
.icofont-tennis:before {
content: "\ee90";
}
.icofont-time:before {
content: "\ee91";
}
.icofont-track:before {
content: "\ee92";
}
.icofont-tracking:before {
content: "\ee93";
}
.icofont-trophy-alt:before {
content: "\ee94";
}
.icofont-trophy:before {
content: "\ee95";
}
.icofont-volleyball-alt:before {
content: "\ee96";
}
.icofont-volleyball-fire:before {
content: "\ee97";
}
.icofont-volleyball:before {
content: "\ee98";
}
.icofont-water-bottle:before {
content: "\ee99";
}
.icofont-whisle:before {
content: "\ee9a";
}
.icofont-win-trophy:before {
content: "\ee9b";
}
.icofont-align-center:before {
content: "\ee9c";
}
.icofont-align-left:before {
content: "\ee9d";
}
.icofont-align-right:before {
content: "\ee9e";
}
.icofont-all-caps:before {
content: "\ee9f";
}
.icofont-bold:before {
content: "\eea0";
}
.icofont-brush:before {
content: "\eea1";
}
.icofont-clip-board:before {
content: "\eea2";
}
.icofont-code-alt:before {
content: "\eea3";
}
.icofont-color-bucket:before {
content: "\eea4";
}
.icofont-color-picker:before {
content: "\eea5";
}
.icofont-copy-alt:before {
content: "\eea6";
}
.icofont-copy-black:before {
content: "\eea7";
}
.icofont-cut:before {
content: "\eea8";
}
.icofont-delete-alt:before {
content: "\eea9";
}
.icofont-edit-alt:before {
content: "\eeaa";
}
.icofont-eraser-alt:before {
content: "\eeab";
}
.icofont-file-alt:before {
content: "\eeac";
}
.icofont-font:before {
content: "\eead";
}
.icofont-header:before {
content: "\eeae";
}
.icofont-indent:before {
content: "\eeaf";
}
.icofont-italic-alt:before {
content: "\eeb0";
}
.icofont-justify-all:before {
content: "\eeb1";
}
.icofont-justify-center:before {
content: "\eeb2";
}
.icofont-justify-left:before {
content: "\eeb3";
}
.icofont-justify-right:before {
content: "\eeb4";
}
.icofont-line-height:before {
content: "\eeb5";
}
.icofont-link-alt:before {
content: "\eeb6";
}
.icofont-listine-dots:before {
content: "\eeb7";
}
.icofont-listing-box:before {
content: "\eeb8";
}
.icofont-listing-number:before {
content: "\eeb9";
}
.icofont-marker:before {
content: "\eeba";
}
.icofont-outdent:before {
content: "\eebb";
}
.icofont-paper-clip:before {
content: "\eebc";
}
.icofont-paragraph:before {
content: "\eebd";
}
.icofont-pin:before {
content: "\eebe";
}
.icofont-printer:before {
content: "\eebf";
}
.icofont-redo:before {
content: "\eec0";
}
.icofont-rotation:before {
content: "\eec1";
}
.icofont-save:before {
content: "\eec2";
}
.icofont-small-cap:before {
content: "\eec3";
}
.icofont-strike-through:before {
content: "\eec4";
}
.icofont-sub-listing:before {
content: "\eec5";
}
.icofont-subscript:before {
content: "\eec6";
}
.icofont-superscript:before {
content: "\eec7";
}
.icofont-table:before {
content: "\eec8";
}
.icofont-text-height:before {
content: "\eec9";
}
.icofont-text-width:before {
content: "\eeca";
}
.icofont-trash:before {
content: "\eecb";
}
.icofont-underline:before {
content: "\eecc";
}
.icofont-undo:before {
content: "\eecd";
}
.icofont-unlink:before {
content: "\eece";
}
.icofont-air-balloon:before {
content: "\eecf";
}
.icofont-airplane-alt:before {
content: "\eed0";
}
.icofont-airplane:before {
content: "\eed1";
}
.icofont-ambulance-crescent:before {
content: "\eed2";
}
.icofont-ambulance-cross:before {
content: "\eed3";
}
.icofont-articulated-truck:before {
content: "\eed4";
}
.icofont-auto-rickshaw:before {
content: "\eed5";
}
.icofont-bicycle-alt-1:before {
content: "\eed6";
}
.icofont-bicycle-alt-2:before {
content: "\eed7";
}
.icofont-bull-dozer:before {
content: "\eed8";
}
.icofont-bus-alt-1:before {
content: "\eed9";
}
.icofont-bus-alt-2:before {
content: "\eeda";
}
.icofont-bus-alt-3:before {
content: "\eedb";
}
.icofont-cable-car:before {
content: "\eedc";
}
.icofont-car-alt-1:before {
content: "\eedd";
}
.icofont-car-alt-2:before {
content: "\eede";
}
.icofont-car-alt-3:before {
content: "\eedf";
}
.icofont-car-alt-4:before {
content: "\eee0";
}
.icofont-concrete-mixer:before {
content: "\eee1";
}
.icofont-delivery-time:before {
content: "\eee2";
}
.icofont-excavator:before {
content: "\eee3";
}
.icofont-fast-delivery:before {
content: "\eee4";
}
.icofont-fire-truck-alt:before {
content: "\eee5";
}
.icofont-fire-truck:before {
content: "\eee6";
}
.icofont-fork-lift:before {
content: "\eee7";
}
.icofont-free-delivery:before {
content: "\eee8";
}
.icofont-golf-cart:before {
content: "\eee9";
}
.icofont-helicopter:before {
content: "\eeea";
}
.icofont-motor-bike-alt:before {
content: "\eeeb";
}
.icofont-motor-bike:before {
content: "\eeec";
}
.icofont-motor-biker:before {
content: "\eeed";
}
.icofont-oil-truck:before {
content: "\eeee";
}
.icofont-police-car:before {
content: "\eeef";
}
.icofont-rickshaw:before {
content: "\eef0";
}
.icofont-rocket-alt-1:before {
content: "\eef1";
}
.icofont-rocket-alt-2:before {
content: "\eef2";
}
.icofont-sail-boat:before {
content: "\eef3";
}
.icofont-scooter:before {
content: "\eef4";
}
.icofont-sea-plane:before {
content: "\eef5";
}
.icofont-ship-alt:before {
content: "\eef6";
}
.icofont-speed-boat:before {
content: "\eef7";
}
.icofont-taxi:before {
content: "\eef8";
}
.icofont-tow-truck:before {
content: "\eef9";
}
.icofont-tractor:before {
content: "\eefa";
}
.icofont-traffic-light:before {
content: "\eefb";
}
.icofont-train-line:before {
content: "\eefc";
}
.icofont-train-steam:before {
content: "\eefd";
}
.icofont-tram:before {
content: "\eefe";
}
.icofont-truck-alt:before {
content: "\eeff";
}
.icofont-truck-loaded:before {
content: "\ef00";
}
.icofont-truck:before {
content: "\ef01";
}
.icofont-van-alt:before {
content: "\ef02";
}
.icofont-van:before {
content: "\ef03";
}
.icofont-yacht:before {
content: "\ef04";
}
.icofont-5-star-hotel:before {
content: "\ef05";
}
.icofont-anchor-alt:before {
content: "\ef06";
}
.icofont-beach-bed:before {
content: "\ef07";
}
.icofont-camping-vest:before {
content: "\ef08";
}
.icofont-coconut-alt:before {
content: "\ef09";
}
.icofont-direction-sign:before {
content: "\ef0a";
}
.icofont-hill-side:before {
content: "\ef0b";
}
.icofont-island-alt:before {
content: "\ef0c";
}
.icofont-long-drive:before {
content: "\ef0d";
}
.icofont-map-pins:before {
content: "\ef0e";
}
.icofont-plane-ticket:before {
content: "\ef0f";
}
.icofont-sail-boat-alt-1:before {
content: "\ef10";
}
.icofont-sail-boat-alt-2:before {
content: "\ef11";
}
.icofont-sandals-female:before {
content: "\ef12";
}
.icofont-sandals-male:before {
content: "\ef13";
}
.icofont-travelling:before {
content: "\ef14";
}
.icofont-breakdown:before {
content: "\ef15";
}
.icofont-celsius:before {
content: "\ef16";
}
.icofont-clouds:before {
content: "\ef17";
}
.icofont-cloudy:before {
content: "\ef18";
}
.icofont-compass-alt:before {
content: "\ef19";
}
.icofont-dust:before {
content: "\ef1a";
}
.icofont-eclipse:before {
content: "\ef1b";
}
.icofont-fahrenheit:before {
content: "\ef1c";
}
.icofont-forest-fire:before {
content: "\ef1d";
}
.icofont-full-night:before {
content: "\ef1e";
}
.icofont-full-sunny:before {
content: "\ef1f";
}
.icofont-hail-night:before {
content: "\ef20";
}
.icofont-hail-rainy-night:before {
content: "\ef21";
}
.icofont-hail-rainy-sunny:before {
content: "\ef22";
}
.icofont-hail-rainy:before {
content: "\ef23";
}
.icofont-hail-sunny:before {
content: "\ef24";
}
.icofont-hail-thunder-night:before {
content: "\ef25";
}
.icofont-hail-thunder-sunny:before {
content: "\ef26";
}
.icofont-hail-thunder:before {
content: "\ef27";
}
.icofont-hail:before {
content: "\ef28";
}
.icofont-hill-night:before {
content: "\ef29";
}
.icofont-hill-sunny:before {
content: "\ef2a";
}
.icofont-hill:before {
content: "\ef2b";
}
.icofont-hurricane:before {
content: "\ef2c";
}
.icofont-island:before {
content: "\ef2d";
}
.icofont-meteor:before {
content: "\ef2e";
}
.icofont-night:before {
content: "\ef2f";
}
.icofont-rainy-night:before {
content: "\ef30";
}
.icofont-rainy-sunny:before {
content: "\ef31";
}
.icofont-rainy-thunder:before {
content: "\ef32";
}
.icofont-rainy:before {
content: "\ef33";
}
.icofont-showy-night-hail:before {
content: "\ef34";
}
.icofont-snow-temp:before {
content: "\ef35";
}
.icofont-snow:before {
content: "\ef36";
}
.icofont-snowy-hail:before {
content: "\ef37";
}
.icofont-snowy-night-rainy:before {
content: "\ef38";
}
.icofont-snowy-night:before {
content: "\ef39";
}
.icofont-snowy-rainy:before {
content: "\ef3a";
}
.icofont-snowy-sunny-hail:before {
content: "\ef3b";
}
.icofont-snowy-sunny-rainy:before {
content: "\ef3c";
}
.icofont-snowy-sunny:before {
content: "\ef3d";
}
.icofont-snowy-thunder-night:before {
content: "\ef3e";
}
.icofont-snowy-thunder-sunny:before {
content: "\ef3f";
}
.icofont-snowy-thunder:before {
content: "\ef40";
}
.icofont-snowy-windy-night:before {
content: "\ef41";
}
.icofont-snowy-windy-sunny:before {
content: "\ef42";
}
.icofont-snowy-windy:before {
content: "\ef43";
}
.icofont-snowy:before {
content: "\ef44";
}
.icofont-sun-alt:before {
content: "\ef45";
}
.icofont-sun-rise:before {
content: "\ef46";
}
.icofont-sun-set:before {
content: "\ef47";
}
.icofont-sunny-day-temp:before {
content: "\ef48";
}
.icofont-sunny:before {
content: "\ef49";
}
.icofont-thermometer:before {
content: "\ef4a";
}
.icofont-thinder-light:before {
content: "\ef4b";
}
.icofont-tornado:before {
content: "\ef4c";
}
.icofont-umbrella-alt:before {
content: "\ef4d";
}
.icofont-volcano:before {
content: "\ef4e";
}
.icofont-wave:before {
content: "\ef4f";
}
.icofont-wind-scale-0:before {
content: "\ef50";
}
.icofont-wind-scale-1:before {
content: "\ef51";
}
.icofont-wind-scale-2:before {
content: "\ef52";
}
.icofont-wind-scale-3:before {
content: "\ef53";
}
.icofont-wind-scale-4:before {
content: "\ef54";
}
.icofont-wind-scale-5:before {
content: "\ef55";
}
.icofont-wind-scale-6:before {
content: "\ef56";
}
.icofont-wind-scale-7:before {
content: "\ef57";
}
.icofont-wind-scale-8:before {
content: "\ef58";
}
.icofont-wind-scale-9:before {
content: "\ef59";
}
.icofont-wind-scale-10:before {
content: "\ef5a";
}
.icofont-wind-scale-11:before {
content: "\ef5b";
}
.icofont-wind-scale-12:before {
content: "\ef5c";
}
.icofont-wind-waves:before {
content: "\ef5d";
}
.icofont-wind:before {
content: "\ef5e";
}
.icofont-windy-hail:before {
content: "\ef5f";
}
.icofont-windy-night:before {
content: "\ef60";
}
.icofont-windy-raining:before {
content: "\ef61";
}
.icofont-windy-sunny:before {
content: "\ef62";
}
.icofont-windy-thunder-raining:before {
content: "\ef63";
}
.icofont-windy-thunder:before {
content: "\ef64";
}
.icofont-windy:before {
content: "\ef65";
}
.icofont-addons:before {
content: "\ef66";
}
.icofont-address-book:before {
content: "\ef67";
}
.icofont-adjust:before {
content: "\ef68";
}
.icofont-alarm:before {
content: "\ef69";
}
.icofont-anchor:before {
content: "\ef6a";
}
.icofont-archive:before {
content: "\ef6b";
}
.icofont-at:before {
content: "\ef6c";
}
.icofont-attachment:before {
content: "\ef6d";
}
.icofont-audio:before {
content: "\ef6e";
}
.icofont-auto-mobile:before {
content: "\ef6f";
}
.icofont-automation:before {
content: "\ef70";
}
.icofont-baby:before {
content: "\ef71";
}
.icofont-badge:before {
content: "\ef72";
}
.icofont-bag:before {
content: "\ef73";
}
.icofont-ban:before {
content: "\ef74";
}
.icofont-bank:before {
content: "\ef75";
}
.icofont-bar-code:before {
content: "\ef76";
}
.icofont-bars:before {
content: "\ef77";
}
.icofont-battery-empty:before {
content: "\ef78";
}
.icofont-battery-full:before {
content: "\ef79";
}
.icofont-battery-half:before {
content: "\ef7a";
}
.icofont-battery-low:before {
content: "\ef7b";
}
.icofont-beach:before {
content: "\ef7c";
}
.icofont-beaker:before {
content: "\ef7d";
}
.icofont-bear:before {
content: "\ef7e";
}
.icofont-beard:before {
content: "\ef7f";
}
.icofont-bed:before {
content: "\ef80";
}
.icofont-bell:before {
content: "\ef81";
}
.icofont-beverage:before {
content: "\ef82";
}
.icofont-bicycle:before {
content: "\ef83";
}
.icofont-bill:before {
content: "\ef84";
}
.icofont-bin:before {
content: "\ef85";
}
.icofont-binary:before {
content: "\ef86";
}
.icofont-binoculars:before {
content: "\ef87";
}
.icofont-bird:before {
content: "\ef88";
}
.icofont-birds:before {
content: "\ef89";
}
.icofont-black-board:before {
content: "\ef8a";
}
.icofont-bluetooth:before {
content: "\ef8b";
}
.icofont-bolt:before {
content: "\ef8c";
}
.icofont-bomb:before {
content: "\ef8d";
}
.icofont-book-mark:before {
content: "\ef8e";
}
.icofont-book:before {
content: "\ef8f";
}
.icofont-boot:before {
content: "\ef90";
}
.icofont-box:before {
content: "\ef91";
}
.icofont-brain:before {
content: "\ef92";
}
.icofont-briefcase:before {
content: "\ef93";
}
.icofont-broken:before {
content: "\ef94";
}
.icofont-bucket:before {
content: "\ef95";
}
.icofont-bucket1:before {
content: "\ef96";
}
.icofont-bucket2:before {
content: "\ef97";
}
.icofont-bug:before {
content: "\ef98";
}
.icofont-building:before {
content: "\ef99";
}
.icofont-bullet:before {
content: "\ef9a";
}
.icofont-bullhorn:before {
content: "\ef9b";
}
.icofont-bullseye:before {
content: "\ef9c";
}
.icofont-bus:before {
content: "\ef9d";
}
.icofont-butterfly:before {
content: "\ef9e";
}
.icofont-cab:before {
content: "\ef9f";
}
.icofont-calculator:before {
content: "\efa0";
}
.icofont-calendar:before {
content: "\efa1";
}
.icofont-camera-alt:before {
content: "\efa2";
}
.icofont-camera:before {
content: "\efa3";
}
.icofont-car:before {
content: "\efa4";
}
.icofont-card:before {
content: "\efa5";
}
.icofont-cart:before {
content: "\efa6";
}
.icofont-cc:before {
content: "\efa7";
}
.icofont-certificate:before {
content: "\efa8";
}
.icofont-charging:before {
content: "\efa9";
}
.icofont-chat:before {
content: "\efaa";
}
.icofont-check-alt:before {
content: "\efab";
}
.icofont-check-circled:before {
content: "\efac";
}
.icofont-check:before {
content: "\efad";
}
.icofont-checked:before {
content: "\efae";
}
.icofont-children-care:before {
content: "\efaf";
}
.icofont-clock-time:before {
content: "\efb0";
}
.icofont-close-circled:before {
content: "\efb1";
}
.icofont-close-line-circled:before {
content: "\efb2";
}
.icofont-close-line-squared-alt:before {
content: "\efb3";
}
.icofont-close-line-squared:before {
content: "\efb4";
}
.icofont-close-line:before {
content: "\efb5";
}
.icofont-close-squared-alt:before {
content: "\efb6";
}
.icofont-close-squared:before {
content: "\efb7";
}
.icofont-close:before {
content: "\efb8";
}
.icofont-cloud-download:before {
content: "\efb9";
}
.icofont-cloud-refresh:before {
content: "\efba";
}
.icofont-cloud-upload:before {
content: "\efbb";
}
.icofont-cloud:before {
content: "\efbc";
}
.icofont-code-not-allowed:before {
content: "\efbd";
}
.icofont-code:before {
content: "\efbe";
}
.icofont-coffee-cup:before {
content: "\efbf";
}
.icofont-comment:before {
content: "\efc0";
}
.icofont-compass:before {
content: "\efc1";
}
.icofont-computer:before {
content: "\efc2";
}
.icofont-connection:before {
content: "\efc3";
}
.icofont-console:before {
content: "\efc4";
}
.icofont-contacts:before {
content: "\efc5";
}
.icofont-contrast:before {
content: "\efc6";
}
.icofont-copy:before {
content: "\efc7";
}
.icofont-copyright:before {
content: "\efc8";
}
.icofont-credit-card:before {
content: "\efc9";
}
.icofont-crop:before {
content: "\efca";
}
.icofont-crown:before {
content: "\efcb";
}
.icofont-cube:before {
content: "\efcc";
}
.icofont-cubes:before {
content: "\efcd";
}
.icofont-culinary:before {
content: "\efce";
}
.icofont-dashboard-web:before {
content: "\efcf";
}
.icofont-dashboard:before {
content: "\efd0";
}
.icofont-data:before {
content: "\efd1";
}
.icofont-database-add:before {
content: "\efd2";
}
.icofont-database-locked:before {
content: "\efd3";
}
.icofont-database-remove:before {
content: "\efd4";
}
.icofont-database:before {
content: "\efd5";
}
.icofont-delete:before {
content: "\efd6";
}
.icofont-diamond:before {
content: "\efd7";
}
.icofont-dice:before {
content: "\efd8";
}
.icofont-disabled:before {
content: "\efd9";
}
.icofont-disc:before {
content: "\efda";
}
.icofont-diskette:before {
content: "\efdb";
}
.icofont-document-folder:before {
content: "\efdc";
}
.icofont-download-alt:before {
content: "\efdd";
}
.icofont-download:before {
content: "\efde";
}
.icofont-downloaded:before {
content: "\efdf";
}
.icofont-earth:before {
content: "\efe0";
}
.icofont-ebook:before {
content: "\efe1";
}
.icofont-edit:before {
content: "\efe2";
}
.icofont-eject:before {
content: "\efe3";
}
.icofont-email:before {
content: "\efe4";
}
.icofont-envelope-open:before {
content: "\efe5";
}
.icofont-envelope:before {
content: "\efe6";
}
.icofont-eraser:before {
content: "\efe7";
}
.icofont-error:before {
content: "\efe8";
}
.icofont-exchange:before {
content: "\efe9";
}
.icofont-exclamation-circle:before {
content: "\efea";
}
.icofont-exclamation-square:before {
content: "\efeb";
}
.icofont-exclamation-tringle:before {
content: "\efec";
}
.icofont-exclamation:before {
content: "\efed";
}
.icofont-exit:before {
content: "\efee";
}
.icofont-expand:before {
content: "\efef";
}
.icofont-external-link:before {
content: "\eff0";
}
.icofont-external:before {
content: "\eff1";
}
.icofont-eye-blocked:before {
content: "\eff2";
}
.icofont-eye-dropper:before {
content: "\eff3";
}
.icofont-eye:before {
content: "\eff4";
}
.icofont-favourite:before {
content: "\eff5";
}
.icofont-fax:before {
content: "\eff6";
}
.icofont-female:before {
content: "\eff7";
}
.icofont-file:before {
content: "\eff8";
}
.icofont-film:before {
content: "\eff9";
}
.icofont-filter:before {
content: "\effa";
}
.icofont-fire-burn:before {
content: "\effb";
}
.icofont-fire-extinguisher:before {
content: "\effc";
}
.icofont-fire:before {
content: "\effd";
}
.icofont-first-aid:before {
content: "\effe";
}
.icofont-flag-alt-1:before {
content: "\efff";
}
.icofont-flag-alt-2:before {
content: "\f000";
}
.icofont-flag:before {
content: "\f001";
}
.icofont-flash-light:before {
content: "\f002";
}
.icofont-flash:before {
content: "\f003";
}
.icofont-flask:before {
content: "\f004";
}
.icofont-focus:before {
content: "\f005";
}
.icofont-folder-open:before {
content: "\f006";
}
.icofont-folder:before {
content: "\f007";
}
.icofont-foot-print:before {
content: "\f008";
}
.icofont-football-american:before {
content: "\f009";
}
.icofont-football:before {
content: "\f00a";
}
.icofont-game-console:before {
content: "\f00b";
}
.icofont-game-pad:before {
content: "\f00c";
}
.icofont-gavel:before {
content: "\f00d";
}
.icofont-gear:before {
content: "\f00e";
}
.icofont-gears:before {
content: "\f00f";
}
.icofont-gift:before {
content: "\f010";
}
.icofont-glass:before {
content: "\f011";
}
.icofont-globe:before {
content: "\f012";
}
.icofont-graduate:before {
content: "\f013";
}
.icofont-graffiti:before {
content: "\f014";
}
.icofont-grocery:before {
content: "\f015";
}
.icofont-group:before {
content: "\f016";
}
.icofont-hammer:before {
content: "\f017";
}
.icofont-hand:before {
content: "\f018";
}
.icofont-hanger:before {
content: "\f019";
}
.icofont-hard-disk:before {
content: "\f01a";
}
.icofont-headphone:before {
content: "\f01b";
}
.icofont-heart-beat:before {
content: "\f01c";
}
.icofont-heart:before {
content: "\f01d";
}
.icofont-history:before {
content: "\f01e";
}
.icofont-home:before {
content: "\f01f";
}
.icofont-horn:before {
content: "\f020";
}
.icofont-hotel:before {
content: "\f021";
}
.icofont-hour-glass:before {
content: "\f022";
}
.icofont-id:before {
content: "\f023";
}
.icofont-image:before {
content: "\f024";
}
.icofont-inbox:before {
content: "\f025";
}
.icofont-infinite:before {
content: "\f026";
}
.icofont-info-circle:before {
content: "\f027";
}
.icofont-info-square:before {
content: "\f028";
}
.icofont-info:before {
content: "\f029";
}
.icofont-institution:before {
content: "\f02a";
}
.icofont-interface:before {
content: "\f02b";
}
.icofont-invisible:before {
content: "\f02c";
}
.icofont-italic:before {
content: "\f02d";
}
.icofont-jacket:before {
content: "\f02e";
}
.icofont-jar:before {
content: "\f02f";
}
.icofont-jewlery:before {
content: "\f030";
}
.icofont-karate:before {
content: "\f031";
}
.icofont-key-hole:before {
content: "\f032";
}
.icofont-key:before {
content: "\f033";
}
.icofont-keyboard:before {
content: "\f034";
}
.icofont-kid:before {
content: "\f035";
}
.icofont-label:before {
content: "\f036";
}
.icofont-lamp:before {
content: "\f037";
}
.icofont-laptop:before {
content: "\f038";
}
.icofont-layers:before {
content: "\f039";
}
.icofont-layout:before {
content: "\f03a";
}
.icofont-leaf:before {
content: "\f03b";
}
.icofont-leaflet:before {
content: "\f03c";
}
.icofont-learn:before {
content: "\f03d";
}
.icofont-legal:before {
content: "\f03e";
}
.icofont-lego:before {
content: "\f03f";
}
.icofont-lemon:before {
content: "\f040";
}
.icofont-lens:before {
content: "\f041";
}
.icofont-letter:before {
content: "\f042";
}
.icofont-letterbox:before {
content: "\f043";
}
.icofont-library:before {
content: "\f044";
}
.icofont-license:before {
content: "\f045";
}
.icofont-life-bouy:before {
content: "\f046";
}
.icofont-life-buoy:before {
content: "\f047";
}
.icofont-life-jacket:before {
content: "\f048";
}
.icofont-life-ring:before {
content: "\f049";
}
.icofont-light-bulb:before {
content: "\f04a";
}
.icofont-lighter:before {
content: "\f04b";
}
.icofont-lightning-ray:before {
content: "\f04c";
}
.icofont-like:before {
content: "\f04d";
}
.icofont-link:before {
content: "\f04e";
}
.icofont-live-support:before {
content: "\f04f";
}
.icofont-location-arrow:before {
content: "\f050";
}
.icofont-location-pin:before {
content: "\f051";
}
.icofont-lock:before {
content: "\f052";
}
.icofont-login:before {
content: "\f053";
}
.icofont-logout:before {
content: "\f054";
}
.icofont-lollipop:before {
content: "\f055";
}
.icofont-look:before {
content: "\f056";
}
.icofont-loop:before {
content: "\f057";
}
.icofont-luggage:before {
content: "\f058";
}
.icofont-lunch:before {
content: "\f059";
}
.icofont-lungs:before {
content: "\f05a";
}
.icofont-magic-alt:before {
content: "\f05b";
}
.icofont-magic:before {
content: "\f05c";
}
.icofont-magnet:before {
content: "\f05d";
}
.icofont-mail-box:before {
content: "\f05e";
}
.icofont-mail:before {
content: "\f05f";
}
.icofont-male:before {
content: "\f060";
}
.icofont-map:before {
content: "\f061";
}
.icofont-math:before {
content: "\f062";
}
.icofont-maximize:before {
content: "\f063";
}
.icofont-measure:before {
content: "\f064";
}
.icofont-medal:before {
content: "\f065";
}
.icofont-medical:before {
content: "\f066";
}
.icofont-medicine:before {
content: "\f067";
}
.icofont-mega-phone:before {
content: "\f068";
}
.icofont-memorial:before {
content: "\f069";
}
.icofont-memory-card:before {
content: "\f06a";
}
.icofont-mic-mute:before {
content: "\f06b";
}
.icofont-mic:before {
content: "\f06c";
}
.icofont-micro-chip:before {
content: "\f06d";
}
.icofont-microphone:before {
content: "\f06e";
}
.icofont-microscope:before {
content: "\f06f";
}
.icofont-military:before {
content: "\f070";
}
.icofont-mill:before {
content: "\f071";
}
.icofont-minus-circle:before {
content: "\f072";
}
.icofont-minus-square:before {
content: "\f073";
}
.icofont-minus:before {
content: "\f074";
}
.icofont-mobile-phone:before {
content: "\f075";
}
.icofont-molecule:before {
content: "\f076";
}
.icofont-money:before {
content: "\f077";
}
.icofont-moon:before {
content: "\f078";
}
.icofont-mop:before {
content: "\f079";
}
.icofont-muffin:before {
content: "\f07a";
}
.icofont-music-alt:before {
content: "\f07b";
}
.icofont-music-notes:before {
content: "\f07c";
}
.icofont-music:before {
content: "\f07d";
}
.icofont-mustache:before {
content: "\f07e";
}
.icofont-mute-volume:before {
content: "\f07f";
}
.icofont-navigation-menu:before {
content: "\f080";
}
.icofont-navigation:before {
content: "\f081";
}
.icofont-network-tower:before {
content: "\f082";
}
.icofont-network:before {
content: "\f083";
}
.icofont-news:before {
content: "\f084";
}
.icofont-newspaper:before {
content: "\f085";
}
.icofont-no-smoking:before {
content: "\f086";
}
.icofont-not-allowed:before {
content: "\f087";
}
.icofont-notebook:before {
content: "\f088";
}
.icofont-notepad:before {
content: "\f089";
}
.icofont-notification:before {
content: "\f08a";
}
.icofont-numbered:before {
content: "\f08b";
}
.icofont-opposite:before {
content: "\f08c";
}
.icofont-optic:before {
content: "\f08d";
}
.icofont-options:before {
content: "\f08e";
}
.icofont-package:before {
content: "\f08f";
}
.icofont-page:before {
content: "\f090";
}
.icofont-paint:before {
content: "\f091";
}
.icofont-paper-plane:before {
content: "\f092";
}
.icofont-paperclip:before {
content: "\f093";
}
.icofont-papers:before {
content: "\f094";
}
.icofont-paw:before {
content: "\f095";
}
.icofont-pay:before {
content: "\f096";
}
.icofont-pen:before {
content: "\f097";
}
.icofont-pencil:before {
content: "\f098";
}
.icofont-penguin-linux:before {
content: "\f099";
}
.icofont-pestle:before {
content: "\f09a";
}
.icofont-phone-circle:before {
content: "\f09b";
}
.icofont-phone:before {
content: "\f09c";
}
.icofont-picture:before {
content: "\f09d";
}
.icofont-pie:before {
content: "\f09e";
}
.icofont-pine:before {
content: "\f09f";
}
.icofont-pixels:before {
content: "\f0a0";
}
.icofont-play:before {
content: "\f0a1";
}
.icofont-plugin:before {
content: "\f0a2";
}
.icofont-plus-circle:before {
content: "\f0a3";
}
.icofont-plus-square:before {
content: "\f0a4";
}
.icofont-plus:before {
content: "\f0a5";
}
.icofont-polygonal:before {
content: "\f0a6";
}
.icofont-power:before {
content: "\f0a7";
}
.icofont-presentation:before {
content: "\f0a8";
}
.icofont-price:before {
content: "\f0a9";
}
.icofont-print:before {
content: "\f0aa";
}
.icofont-puzzle:before {
content: "\f0ab";
}
.icofont-qr-code:before {
content: "\f0ac";
}
.icofont-queen:before {
content: "\f0ad";
}
.icofont-question-circle:before {
content: "\f0ae";
}
.icofont-question-square:before {
content: "\f0af";
}
.icofont-question:before {
content: "\f0b0";
}
.icofont-quote-left:before {
content: "\f0b1";
}
.icofont-quote-right:before {
content: "\f0b2";
}
.icofont-radio:before {
content: "\f0b3";
}
.icofont-random:before {
content: "\f0b4";
}
.icofont-recycle:before {
content: "\f0b5";
}
.icofont-refresh:before {
content: "\f0b6";
}
.icofont-repair:before {
content: "\f0b7";
}
.icofont-reply-all:before {
content: "\f0b8";
}
.icofont-reply:before {
content: "\f0b9";
}
.icofont-resize:before {
content: "\f0ba";
}
.icofont-responsive:before {
content: "\f0bb";
}
.icofont-retweet:before {
content: "\f0bc";
}
.icofont-road:before {
content: "\f0bd";
}
.icofont-robot:before {
content: "\f0be";
}
.icofont-rocket:before {
content: "\f0bf";
}
.icofont-royal:before {
content: "\f0c0";
}
.icofont-rss-feed:before {
content: "\f0c1";
}
.icofont-safety:before {
content: "\f0c2";
}
.icofont-sale-discount:before {
content: "\f0c3";
}
.icofont-satellite:before {
content: "\f0c4";
}
.icofont-send-mail:before {
content: "\f0c5";
}
.icofont-server:before {
content: "\f0c6";
}
.icofont-settings:before {
content: "\f0c7";
}
.icofont-share-alt:before {
content: "\f0c8";
}
.icofont-share-boxed:before {
content: "\f0c9";
}
.icofont-share:before {
content: "\f0ca";
}
.icofont-shield:before {
content: "\f0cb";
}
.icofont-ship:before {
content: "\f0cc";
}
.icofont-shopping-cart:before {
content: "\f0cd";
}
.icofont-sign-in:before {
content: "\f0ce";
}
.icofont-sign-out:before {
content: "\f0cf";
}
.icofont-signal:before {
content: "\f0d0";
}
.icofont-site-map:before {
content: "\f0d1";
}
.icofont-smart-phone:before {
content: "\f0d2";
}
.icofont-soccer:before {
content: "\f0d3";
}
.icofont-sort-alt:before {
content: "\f0d4";
}
.icofont-sort:before {
content: "\f0d5";
}
.icofont-space:before {
content: "\f0d6";
}
.icofont-spanner:before {
content: "\f0d7";
}
.icofont-speech-comments:before {
content: "\f0d8";
}
.icofont-speed-meter:before {
content: "\f0d9";
}
.icofont-spinner-alt-1:before {
content: "\f0da";
}
.icofont-spinner-alt-2:before {
content: "\f0db";
}
.icofont-spinner-alt-3:before {
content: "\f0dc";
}
.icofont-spinner-alt-4:before {
content: "\f0dd";
}
.icofont-spinner-alt-5:before {
content: "\f0de";
}
.icofont-spinner-alt-6:before {
content: "\f0df";
}
.icofont-spinner:before {
content: "\f0e0";
}
.icofont-spreadsheet:before {
content: "\f0e1";
}
.icofont-square:before {
content: "\f0e2";
}
.icofont-ssl-security:before {
content: "\f0e3";
}
.icofont-star-alt-1:before {
content: "\f0e4";
}
.icofont-star-alt-2:before {
content: "\f0e5";
}
.icofont-star:before {
content: "\f0e6";
}
.icofont-street-view:before {
content: "\f0e7";
}
.icofont-sun:before {
content: "\f0e8";
}
.icofont-support-faq:before {
content: "\f0e9";
}
.icofont-tack-pin:before {
content: "\f0ea";
}
.icofont-tag:before {
content: "\f0eb";
}
.icofont-tags:before {
content: "\f0ec";
}
.icofont-tasks:before {
content: "\f0ed";
}
.icofont-telephone:before {
content: "\f0ee";
}
.icofont-telescope:before {
content: "\f0ef";
}
.icofont-terminal:before {
content: "\f0f0";
}
.icofont-thumbs-down:before {
content: "\f0f1";
}
.icofont-thumbs-up:before {
content: "\f0f2";
}
.icofont-tick-boxed:before {
content: "\f0f3";
}
.icofont-tick-mark:before {
content: "\f0f4";
}
.icofont-ticket:before {
content: "\f0f5";
}
.icofont-tie:before {
content: "\f0f6";
}
.icofont-toggle-off:before {
content: "\f0f7";
}
.icofont-toggle-on:before {
content: "\f0f8";
}
.icofont-tools:before {
content: "\f0f9";
}
.icofont-transparent:before {
content: "\f0fa";
}
.icofont-tree:before {
content: "\f0fb";
}
.icofont-umbrella:before {
content: "\f0fc";
}
.icofont-unlock:before {
content: "\f0fd";
}
.icofont-unlocked:before {
content: "\f0fe";
}
.icofont-upload-alt:before {
content: "\f0ff";
}
.icofont-upload:before {
content: "\f100";
}
.icofont-usb-drive:before {
content: "\f101";
}
.icofont-usb:before {
content: "\f102";
}
.icofont-vector-path:before {
content: "\f103";
}
.icofont-verification-check:before {
content: "\f104";
}
.icofont-video-clapper:before {
content: "\f105";
}
.icofont-video:before {
content: "\f106";
}
.icofont-volume-down:before {
content: "\f107";
}
.icofont-volume-off:before {
content: "\f108";
}
.icofont-volume-up:before {
content: "\f109";
}
.icofont-wall-clock:before {
content: "\f10a";
}
.icofont-wall:before {
content: "\f10b";
}
.icofont-wallet:before {
content: "\f10c";
}
.icofont-warning-alt:before {
content: "\f10d";
}
.icofont-warning:before {
content: "\f10e";
}
.icofont-water-drop:before {
content: "\f10f";
}
.icofont-web:before {
content: "\f110";
}
.icofont-wheelchair:before {
content: "\f111";
}
.icofont-wifi-alt:before {
content: "\f112";
}
.icofont-wifi:before {
content: "\f113";
}
.icofont-world:before {
content: "\f114";
}
.icofont-zigzag:before {
content: "\f115";
}
.icofont-zipped:before {
content: "\f116";
}
.icofont-social-500px:before {
content: "\f117";
}
.icofont-social-baidu-tieba:before {
content: "\f118";
}
.icofont-social-bbm-messenger:before {
content: "\f119";
}
.icofont-social-delicious:before {
content: "\f11a";
}
.icofont-social-dribbble:before {
content: "\f11b";
}
.icofont-social-facebook-messenger:before {
content: "\f11c";
}
.icofont-social-flikr:before {
content: "\f11d";
}
.icofont-social-foursquare:before {
content: "\f11e";
}
.icofont-social-google-hangouts:before {
content: "\f11f";
}
.icofont-social-kakaotalk:before {
content: "\f120";
}
.icofont-social-kik:before {
content: "\f121";
}
.icofont-social-kiwibox:before {
content: "\f122";
}
.icofont-social-linkedin:before {
content: "\f123";
}
.icofont-social-meetme:before {
content: "\f124";
}
.icofont-social-odnoklassniki:before {
content: "\f125";
}
.icofont-social-photobucket:before {
content: "\f126";
}
.icofont-social-qq:before {
content: "\f127";
}
.icofont-social-renren:before {
content: "\f128";
}
.icofont-social-slack:before {
content: "\f129";
}
.icofont-social-slidshare:before {
content: "\f12a";
}
.icofont-social-snapchat:before {
content: "\f12b";
}
.icofont-social-soundcloud:before {
content: "\f12c";
}
.icofont-social-spotify:before {
content: "\f12d";
}
.icofont-social-stack-exchange:before {
content: "\f12e";
}
.icofont-social-stack-overflow:before {
content: "\f12f";
}
.icofont-social-tagged:before {
content: "\f130";
}
.icofont-social-trello:before {
content: "\f131";
}
.icofont-social-twitch:before {
content: "\f132";
}
.icofont-social-vk:before {
content: "\f133";
}
.icofont-social-weibo:before {
content: "\f134";
}
.icofont-social-whatsapp:before {
content: "\f135";
}
.icofont-social-youku:before {
content: "\f136";
}
.icofont-social-youtube-play:before {
content: "\f137";
}
.icofont-social-youtube:before {
content: "\f138";
}
.icofont-brand-xiaomi:before {
content: "\f139";
}
/*Font size*/
.icofont-lg {
font-size: 1.33333333em;
line-height: .75em;
vertical-align: -15%
}
.icofont-2x {
font-size: 2em
}
.icofont-3x {
font-size: 3em
}
.icofont-4x {
font-size: 4em
}
.icofont-5x {
font-size: 5em
}
.icofont-fw {
display: inline-block;
width: 1.28571429em;
text-align: center
}
/*Fixed Width Icons*/
.icofont-fw {
width: 1.28571429em;
text-align: center;
}
/*Custom list icons*/
.icofont-ul {
padding-left: 0;
margin-left: 2.14285714em;
list-style-type: none;
}
.icofont-ul>li {
position: relative;
}
.icofont-li {
position: absolute;
left: -2.14285714em;
width: 2.14285714em;
top: .14285714em;
text-align: center;
}
/*Animation*/
.icofont-rotate {
display: inline-block;
-webkit-animation: icofont-rotate 2s infinite linear;
animation: icofont-rotate 2s infinite linear
}
@-webkit-keyframes icofont-rotate {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg)
}
100% {
-webkit-transform: rotate(359deg);
transform: rotate(359deg)
}
}
@keyframes icofont-rotate {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg)
}
100% {
-webkit-transform: rotate(359deg);
transform: rotate(359deg)
}
} | 0.297878 | 0.151592 |
.email-application .email-app-menu
{
height: 100%;
border-left: 1px solid #e4e7ed;
}
.email-application .email-app-menu .form-group-compose
{
border-bottom: 1px solid #e4e7ed;
}
.email-application .email-app-menu .list-group-messages
{
border-bottom: 1px solid #e4e7ed;
}
.email-application .email-app-menu .list-group-messages a
{
font-size: 1.1rem;
padding: .85rem 1rem;
}
.email-application .email-app-list #users-list
{
position: fixed;
overflow: scroll;
width: 291px;
height: 100%;
background: #fff;
}
.email-application .email-app-details
{
overflow-y: scroll;
height: -webkit-calc(100% - 30px);
height: -moz-calc(100% - 30px);
height: calc(100% - 30px);
}
.email-application .email-app-details .email-app-options,
.email-application .email-app-details .email-app-title
{
border-bottom: 1px solid #e4e7ed;
}
.email-application .sidebar
{
display: table;
width: 499px;
height: 100%;
}
.email-application .sidebar .email-app-sidebar
{
display: table;
height: 100%;
}
.email-application .content-right
{
width: -webkit-calc(100% - 500px);
width: -moz-calc(100% - 500px);
width: calc(100% - 500px);
}
.email-application .app-content,
.email-application .content-right,
.email-application .content-wrapper,
.email-application .content-body
{
height: 100%;
}
.email-application .content-wrapper
{
padding: 0 !important;
}
.email-application .sidebar-left
{
z-index: 999;
display: table;
height: 100%;
border-left: 1px solid #e4e7ed;
}
.email-application .chat-fixed-search
{
position: fixed;
z-index: 999;
width: 291px;
padding: 1rem;
background: #fff;
}
.email-application .chat-fixed-search fieldset
{
border-bottom: 1px solid #e4e7ed;
}
.email-application .users-list-padding
{
padding-top: 83px;
padding-bottom: 60px;
}
@media (max-width: 991.98px)
{
.email-application .chat-fixed-search,
.email-application .email-app-list #users-list
{
width: -webkit-calc(100% - 60px);
width: -moz-calc(100% - 60px);
width: calc(100% - 60px);
}
}
@media (max-width: 767.98px)
{
.email-application .chat-fixed-search,
.email-application .email-app-list #users-list
{
width: 100%;
}
}
.horizontal-layout.email-application .app-content
{
height: -webkit-calc(100% - 144px) !important;
height: -moz-calc(100% - 144px) !important;
height: calc(100% - 144px) !important;
min-height: -webkit-calc(100% - 144px) !important;
min-height: -moz-calc(100% - 144px) !important;
min-height: calc(100% - 144px) !important;
margin-top: 0 !important;
} | public/admin_ui/css-rtl/pages/email-application.css | .email-application .email-app-menu
{
height: 100%;
border-left: 1px solid #e4e7ed;
}
.email-application .email-app-menu .form-group-compose
{
border-bottom: 1px solid #e4e7ed;
}
.email-application .email-app-menu .list-group-messages
{
border-bottom: 1px solid #e4e7ed;
}
.email-application .email-app-menu .list-group-messages a
{
font-size: 1.1rem;
padding: .85rem 1rem;
}
.email-application .email-app-list #users-list
{
position: fixed;
overflow: scroll;
width: 291px;
height: 100%;
background: #fff;
}
.email-application .email-app-details
{
overflow-y: scroll;
height: -webkit-calc(100% - 30px);
height: -moz-calc(100% - 30px);
height: calc(100% - 30px);
}
.email-application .email-app-details .email-app-options,
.email-application .email-app-details .email-app-title
{
border-bottom: 1px solid #e4e7ed;
}
.email-application .sidebar
{
display: table;
width: 499px;
height: 100%;
}
.email-application .sidebar .email-app-sidebar
{
display: table;
height: 100%;
}
.email-application .content-right
{
width: -webkit-calc(100% - 500px);
width: -moz-calc(100% - 500px);
width: calc(100% - 500px);
}
.email-application .app-content,
.email-application .content-right,
.email-application .content-wrapper,
.email-application .content-body
{
height: 100%;
}
.email-application .content-wrapper
{
padding: 0 !important;
}
.email-application .sidebar-left
{
z-index: 999;
display: table;
height: 100%;
border-left: 1px solid #e4e7ed;
}
.email-application .chat-fixed-search
{
position: fixed;
z-index: 999;
width: 291px;
padding: 1rem;
background: #fff;
}
.email-application .chat-fixed-search fieldset
{
border-bottom: 1px solid #e4e7ed;
}
.email-application .users-list-padding
{
padding-top: 83px;
padding-bottom: 60px;
}
@media (max-width: 991.98px)
{
.email-application .chat-fixed-search,
.email-application .email-app-list #users-list
{
width: -webkit-calc(100% - 60px);
width: -moz-calc(100% - 60px);
width: calc(100% - 60px);
}
}
@media (max-width: 767.98px)
{
.email-application .chat-fixed-search,
.email-application .email-app-list #users-list
{
width: 100%;
}
}
.horizontal-layout.email-application .app-content
{
height: -webkit-calc(100% - 144px) !important;
height: -moz-calc(100% - 144px) !important;
height: calc(100% - 144px) !important;
min-height: -webkit-calc(100% - 144px) !important;
min-height: -moz-calc(100% - 144px) !important;
min-height: calc(100% - 144px) !important;
margin-top: 0 !important;
} | 0.145025 | 0.042942 |
body{
padding:0;
margin:0;
font-family: 'Lato-Regular';
background:#fff;
}
body a{
transition:0.5s all;
-webkit-transition:0.5s all;
-moz-transition:0.5s all;
-o-transition:0.5s all;
-ms-transition:0.5s all;
}
@font-face {
font-family: 'Lato-Regular';
src: url(../fonts/Lato-Regular.ttf)format('truetype');
}
@font-face {
font-family: 'PlayfairDisplay-Regular';
src: url(../fonts/PlayfairDisplay-Regular.ttf)format('truetype');
}
input[type="button"],input[type="submit"]{
transition:0.5s all;
-webkit-transition:0.5s all;
-moz-transition:0.5s all;
-o-transition:0.5s all;
-ms-transition:0.5s all;
}
h1,h2,h3,h4,h5,h6{
margin:0;
font-family: 'PlayfairDisplay-Regular';
}
p{
margin:0;
}
ul{
margin:0;
padding:0;
}
label{
margin:0;
}
/*-----start-header----*/
.header-top-strip{
padding:8px 0 14px 0;
background-color:#816263;
}
.header-top-strip-kurir{
padding:8px 0 14px 0;
background-color:#009933;
}
.header-top-strip-admin{
padding:8px 0 14px 0;
background-color:#003399;
}
.header-top-left ul li {
display: inline-block;
margin-right:15px;
}
.header-top-left ul li a {
color:#fff;
text-decoration:none;
font-size:13px;
}
span.glyphicon.glyphicon-user,span.glyphicon.glyphicon-lock {
font-size: 10px;
vertical-align: initial;
margin-right: 6px;
}
.header-top-left {
float: left;
margin-top:5px;
}
.header-right {
float: right;
margin-top: 5px;
}
.box_1 h3 {
color: #fff;
font-size: 15px;
margin-bottom: 0;
float: left;
font-weight: 400;
padding: 0;
}
.box_1 h3 img {
margin-left: 3px;
}
a.simpleCart_empty {
font-size: 14px;
color: #FFC6CF;
}
.box_1 p {
margin-left: 8px;
float: left;
}
.banner {
background:url("../images/banner_img.jpg") no-repeat 0px 0px;
background-size:cover;
-moz-background-size:cover;
-o-background-size:cover;
-ms-background-size:cover;
-webkit-background-size:cover;
min-height:705px;
}
.logo h1 a {
color: #000;
text-decoration: none;
font-size: 30px;
letter-spacing: 2px;
}
.logo a span {
color: #816263;
font-size: 25px;
border: 2px solid #816263;
border-radius: 50%;
width: 70px;
display: block;
text-align: center;
float: left;
padding: 2px 0 0 4px;
height: 50px;
vertical-align: middle;
margin-right: 3px;
}
.banner-top {
padding-top: 25px;
background-color: #f8f8f8;
}
.inner-head {
background-color:#fff;
}
.navbar-default {
background-color: transparent;
border-color: transparent;
}
.navbar-default .navbar-nav > li > a {
color: #000;
text-transform: uppercase;
border: 1px solid #f8f8f8;
margin:0 10px;
padding-top: 10px;
padding-bottom: 10px;
}
.navbar-nav {
float: right;
margin: 0;
}
.navbar-collapse.collapse {
padding: 0;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
background-color: transparent;
border: 1px solid #816263;
color: #816263;
}
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
color: #000;
background-color: transparent;
}
.navbar {
position: relative;
min-height: 50px;
margin-bottom: 0px;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
color: #555;
background-color: #fff;
}
.navbar-header {
float: left;
width: 35%;
}
ul.multi-column-dropdown h6 {
font-size: 14px;
font-weight: 600;
margin-bottom: 10px;
color: #816263;
padding: 0;
}
.multi-column-dropdown li {
list-style-type:none;
margin: 5px 0;
}
.multi-column-dropdown li a {
display: block;
clear: both;
line-height: 1.428571429;
color: #000;
white-space: normal;
font-weight: 300;
}
.multi-column-dropdown li a.list {
font-weight: 600;
margin-bottom: 7px;
}
.dropdown-menu .divider {
height: 0px;
margin: 1px 0;
overflow: hidden;
background-color: #e5e5e5;
}
.multi-column-dropdown li a:hover {
text-decoration: none;
color: #816263;
background-color: #fff!important;
}
.dropdown-menu.columns-2 {
min-width: 400px;
padding: 15px 20px;
}
.dropdown-menu.columns-3 {
min-width: 550px;
padding: 15px 20px;
}
.banner-bottom-left{
float:Left;
margin: 110px 0px 0px 30px;
}
.banner-bottom-right{
float:right;
width: 50%;
}
.banner-bottom-left h2 {
font-size: 90px;
font-weight: 600;
line-height: 120px;
color: #816263;
transform: rotate(-15deg);
-webkit-transform: rotate(-15deg);
-o-transform: rotate(-15deg);
-ms-transform: rotate(-15deg);
-moz-transform: rotate(-15deg);
margin: 0 0 0 100px;
padding: 0;
}
/*--header--*/
#slider2,
#slider3 {
box-shadow: none;
-moz-box-shadow: none;
-webkit-box-shadow: none;
margin: 0 auto;
}
.rslides_tabs li:first-child {
margin-left: 0;
}
.rslides_tabs .rslides_here a {
background: rgba(255,255,255,.1);
color: #fff;
font-weight: bold;
}
.events {
list-style: none;
}
.callbacks_container {
position: relative;
float: left;
width: 100%;
}
.callbacks {
position: relative;
list-style: none;
overflow: hidden;
width: 100%;
padding: 0;
margin: 0;
}
.callbacks li {
position: absolute;
width: 100%;
}
.callbacks img {
position: relative;
z-index: 1;
height: auto;
border: 0;
}
.callbacks .caption {
display: block;
position: absolute;
z-index: 2;
font-size: 20px;
text-shadow: none;
color: #fff;
left: 0;
right: 0;
padding: 10px 20px;
margin: 0;
max-width: none;
top: 10%;
text-align: center;
}
.callbacks_nav {
position: absolute;
-webkit-tap-highlight-color: rgba(0,0,0,0);
top: 56%;
left: 0;
opacity: 0.7;
z-index: 3;
text-indent: -9999px;
overflow: hidden;
text-decoration: none;
height: 70px;
width: 40px;
background: transparent url("../images/arrows2.png") no-repeat left top;
margin-top: 1%;
}
.callbacks_nav:hover{
opacity: 0.5;
}
.callbacks_nav.next {
left: auto;
background-position: right top;
right:0px;
}
.callbacks_nav.prev {
right: auto;
background-position:left top;
left: 0px;
}
#slider3-pager a {
display: inline-block;
}
#slider3-pager span{
float: left;
}
#slider3-pager span{
width:100px;
height:15px;
background:#fff;
display:inline-block;
border-radius:30em;
opacity:0.6;
}
#slider3-pager .rslides_here a {
background: #FFF;
border-radius:30em;
opacity:1;
}
#slider3-pager a {
padding: 0;
}
#slider3-pager li{
display:inline-block;
}
.rslides {
position: relative;
list-style: none;
overflow: hidden;
width: 100%;
padding: 0;
}
.rslides li {
-webkit-backface-visibility: hidden;
position: absolute;
display:none;
width: 100%;
left: 0;
top: 0;
}
.rslides li{
position: relative;
display: block;
float: left;
}
.rslides img {
height: auto;
border: 0;
}
.callbacks_tabs{
list-style: none;
position: absolute;
bottom: -21%;
z-index: 999;
left: 38%;
padding: 0;
margin: 0;
display: block;
}
.slider-top span{
font-weight:600;
}
.callbacks_tabs li{
display: inline-block;
margin: 0 .3em;
}
@media screen and (max-width: 600px) {
.callbacks_nav {
top: 47%;
}
}
/*----*/
.callbacks_tabs a{
visibility: hidden;
}
.callbacks_tabs a:after {
content: "\f111";
font-size: 0;
font-family: FontAwesome;
visibility: visible;
display: block;
width: 40px;
height: 5px;
display: block;
background: #898989;
display: inline-block;
border: none;
}
.callbacks_here a:after{
background:#816263;
}
.banner-info {
margin-top: 150px;
text-align: center;
}
.banner-info h3 {
font-size: 70px;
font-weight: 400;
color: #ffffff;
padding: 0;
}
.banner-info p {
font-size: 20px;
font-weight:300;
color:#ffffff;
margin: 10px 0;
}
.shop {
float: right;
}
.shop a {
text-decoration:none;
padding:12px 40px;
border:1px solid #000;
color:#000;
font-size:18px;
letter-spacing:2px;
}
.shop a:hover {
color:#fff;
background-color:#816263;
border:1px solid #816263;
}
/*-- online-strip --*/
.online-strip {
border-top: 1px solid #C8C8C8;
border-bottom: 1px solid #C8C8C8;
padding: 20px 0;
text-align:center;
margin: 40px 0 30px;
}
.shipping-grid {
border-left: 1px solid #C8C8C8;
border-right: 1px solid #C8C8C8;
}
.shipping {
float:left;
width:13%;
margin-right:3%;
margin-left:20%;
}
.shipping img {
width:100%;
margin-top:10%;
}
.shipping-text {
float: left;
}
.online-strip h3 {
color: #816263;
font-size: 1.5em;
padding: 0;
}
.follow-us h3 {
margin-top:0.4em;
}
.online-strip p {
font-size:0.95em;
}
a.twitter {
width: 25px;
height: 25px;
background: url(../images/follow.png) no-repeat 0px 0px;
display: inline-block;
margin:0 1em;
vertical-align: text-bottom;
}
a.twitter:hover,a.facebook:hover {
opacity:0.5;
}
a.facebook {
width: 25px;
height: 25px;
background: url(../images/follow.png) no-repeat -25px 0px;
display: inline-block;
vertical-align: text-bottom;
}
/*-- online-strip --*/
h3.head.text-center {
font-size: 35px;
color: #816263;
font-weight: 500;
padding: 0;
}
.products-grid {
padding: 30px 0;
}
.product {
position:relative;
margin-top: 50px;
}
.product:hover .mask{
display:block;
}
.products-grid img {
width:100%;
}
.products-grid a {
display:block;
color:#000;
text-transform:uppercase;
font-size:14px;
letter-spacing:2px;
text-decoration:none;
}
a.product_name {
margin: 15px 0;
}
.product-left:hover .p-one{
border: 1px solid #8c2830;
transition: 0.5s all ease;
-webkit-transition: 0.5s all ease;
-moz-transition: 0.5s all ease;
-o-transition: 0.5s all ease;
-ms-transition: 0.5s all ease;
}
.product-left:hover .p-one p a{
color: #8c2830;
}
.product-left:hover .mask{
display:block;
}
.mask {
display: none;
position: absolute;
top: 44%;
left: 33%;
}
.mask a{
background: rgba(255, 255, 255, 0.74);
color: #000;
font-size: 15px;
font-weight: 400;
padding: 6px 12px;
text-decoration: none;
}
.product-left{
position:relative;
text-align:center;
}
.mask a:hover{
text-decoration:none;
background:#816263;
color:#fff;
transition: 0.7s all;
-webkit-transition: 0.7s all;
-o-transition: 0.7s all;
-moz-transition: 0.7s all;
-ms-transition: 0.7s all;
}
.product-one {
margin-top: 4%;
}
.product-one:nth-child(1){
margin-top:0;
}
.product p {
color: #999;
font-family: 'Lato-Regular';
font-weight: 700;
display: inline-block;
vertical-align: middle;
}
.product p a {
text-decoration: none;
color: #999;
}
.product p i {
background: url(../images/cart.png) no-repeat;
width: 20px;
height: 14px;
display: inline-block;
margin-right: 4px;
vertical-align: middle;
}
.product-left:hover .product p i{
background: url(../images/cart-2.png) no-repeat;
}
/*--end-product--*/
h3.like{
font-size: 30px;
color: #816263;
font-weight: 500;
padding: 0;
}
a.like_name {
line-height: 40px;
display: block;
color: #000;
text-transform: uppercase;
font-size: 14px;
letter-spacing: 2px;
text-decoration: none;
}
#flexiselDemo1, #flexiselDemo3 {
display: none;
}
.nbs-flexisel-container {
position: relative;
max-width: 100%;
margin-top: 3em;
}
.nbs-flexisel-ul {
position: relative;
width: 9999px;
margin: 0px;
padding: 0px;
list-style-type: none;
text-align: center;
}
.nbs-flexisel-inner {
overflow: hidden;
margin: 0 auto;
}
.nbs-flexisel-item {
float: left;
margin:0px;
padding:0px;
cursor: pointer;
position: relative;
line-height: 0px;
}
.nbs-flexisel-item > img {
cursor: pointer;
position: relative;
margin-top:10px;
margin-bottom: 10px;
max-width:350px;
max-height:500px;
display:inline-block;
}
.grid-flex{
margin:20px 0 20px 0;
}
.nbs-flexisel-item > img {
cursor: pointer;
position: relative;
width: 90%;
}
/*** Navigation ***/
.nbs-flexisel-nav-left, .nbs-flexisel-nav-right {
width: 45px;
height: 45px;
position: absolute;
cursor: pointer;
z-index: 100;
margin-top:-2em;
}
.nbs-flexisel-nav-left {
left: 0px;
background: url(../images/arrows.png) no-repeat -8px -7px;
}
.nbs-flexisel-nav-right {
right: 0px;
background: url(../images/arrows.png) no-repeat -61px -7px;
}
.other-products {
padding: 60px 0;
}
.liked-product{
margin-top:0;
}
/*-- news-letter-starts-here --*/
.news-letter {
background-color: #F7F7F7;
padding: 35px 0;
}
.join h6 {
font-size: 22px;
font-weight: 400;
color: #000;
float: left;
margin-right: 5%;
margin-top:10px;
letter-spacing: 1px;
font-family: 'Lato-Regular';
padding: 0;
}
.join input[type="text"] {
width: 48%;
color: #C3C3C3;
letter-spacing: 1px;
font-weight: 300;
font-size: 15px;
padding: 10px 10px;
border: 1px solid #E4E4E4;
outline: none;
font-family: 'Lato-Regular';
text-align: left;
}
.join input[type="submit"]{
outline: none;
cursor: pointer;
width: 22%;
padding: 6px 0 10px;
background: #816263;
color: #fff;
font-size: 19px;
font-weight: 400;
margin: 0px 0 0 -3px;
border: none;
-webkit-apperance: none;
}
.join input[type="submit"]:hover {
background-color:#000;
}
/*-- news-letter-ends-here --*/
/*-- footer-starts-here --*/
.span1_of_4 h4 {
margin: 0 0 15px 0;
font-size: 23px;
color: #816263;
text-transform: capitalize;
font-weight: 500;
padding: 0;
}
.footer {
padding: 50px 0;
}
ul.f_nav li{
list-style-type: none;
margin: 5px 0;
}
ul.f_nav li a{
list-style-type: none;
font-size: 14px;
color: #B3B3B3;
text-transform:capitalize;
}
.cards.text-center {
border-top: 1px solid #E7E7E7;
border-bottom: 1px solid #E7E7E7;
margin: 40px 0;
padding: 25px 0;
}
.copyright p {
font-size: 15px;
font-weight: 400;
color: #929292;
letter-spacing: 1px;
}
.copyright p a {
color:#816263;
}
/*-- footer-ends-here --*/
/*-- products-page-starts-here --*/
.products{
width:20%;
margin-right:2%;
float:left;
}
.product-listy{
background:#91b900;
}
ul.product-list{
padding:0em 0 0.5em 0;
margin:0.5em 0;
}
ul.product-list li{
display: block;
margin:5px 0;
}
ul.product-list li a{
color:#FFF;
text-transform:uppercase;
font-size:0.85em;
text-decoration:none;
padding:5px 2em;
font-family: 'Doppio One', sans-serif;
font-weight:400;
display: block;
}
ul.product-list li a:hover{
background:#000;
color:#fff;
padding:5px 2em;
transition:0.5s all;
-webkit-transition:0.5s all;
-o-transition:0.5s all;
-moz-transition:0.5s all;
-ms-transition:0.5s all;
}
.product-listy h2{
color: #fff;
background: #816263;
font-size: 15px;
padding: 23px;
font-weight: 600;
text-transform: uppercase;
}
.latest-bis {
margin: 1.5em 0;
position:relative;
}
.offer{
position:absolute;
bottom: 13%;
right: 2%;
}
.offer p{
font-size:30px;
color:#fff;
background:rgba(129, 98, 99, 0.73);
padding: 15px 8px;
border-radius:50%;
-webkit-border-radius:50%;
-o-border-radius:50%;
-moz-border-radius:50%;
-ms-border-radius:50%;
font-weight:400;
}
.offer small{
color: #7C7C7C;
font-size: 18px;
}
.tags{
list-style:none;
background:#FCFCFC;
margin-top:2em;
padding:1em;
font-weight:400;
}
h4.tag_head{
color: #333;
font-weight: 600;
font-size: 20px;
margin-bottom: 20px;
padding: 0;
}
ul.tags_links{
padding:0;
list-style:none;
}
ul.tags_links li {
display: inline-block;
margin: 8px 3px;
}
ul.tags_links li a {
color: #333;
font-size: 1em;
background: #e9e9e9;
padding: 5px 10px;
}
ul.tags_links li a:hover{
text-decoration:none;
background:#816263;
color:#fff;
}
.link1 {
font-size: 0.85em;
line-height: 18px;
color: #333;
font-weight: bold;
background: url(../images/tag_arrow.png) right 4px no-repeat;
padding-right: 20px;
margin-top:1.5em;
display: inline-block;
}
.link1:hover{
color:#fb4d01;
text-decoration:none;
}
.new-product{
width:78%;
float:right;
background:rgba(245, 243, 243, 0.27);
min-height:800px;
padding:2em;
}
ul.product-top-list{
padding:0;
float: left;
}
ul.product-top-list li{
display: inline-block;
font-size:0.82em;
color:#777;
}
ul.product-top-list li a{
color: #816263;
font-size: 16px;
}
ul.product-top-list li span.act{
background: yellow;
font-size: 14px;
padding: 3px;
}
p.back{
float: right;
font-size:0.82em;
}
p.back a {
font-size: 14px;
color: #B9B4B5;
}
.labout {
display: block;
float: left;
margin: 0 3.6% 0 0;
}
.span_2_of_al{
width:40%;
width: 46%;
float: left;
}
.span_2_of_al h3 {
color: #333;
text-transform: uppercase;
font-size: 1.7em;
font-weight: bold;
}
ul.ratings{
padding: 0;
margin-top:1em;
}
ul.ratings li{
display: inline-block;
}
ul.ratings li a{
font-size: 0.87em;
color: #000;
text-decoration: none;
font-weight: 600;
}
i.rating-ed{
background: url(../images/stars.png)no-repeat -9px;
}
.price_single {
font-size: 1.3em;
margin: 0.5em 0 1.5em;
font-family: 'Doppio One', sans-serif;
font-weight:400;
}
span.reducedfrom {
text-decoration: line-through;
margin-right: 3%;
color: #555;
}
span.actual {
color: #ee4a02;
font-size: 1em;
margin-right: 5%;
}
.price_single a {
color: #999;
font-size: 13px;
}
h2.quick {
color: #555;
font-size: 0.85em;
text-transform: uppercase;
}
p.quick_desc {
color: #999;
font-size: 0.8125em;
line-height: 1.8em;
}
ul.product-qty {
padding: 0;
list-style: none;
}
.product-qty span {
color: #555;
font-size: 0.85em;
padding-bottom: 0.5em;
display: block;
text-transform: uppercase;
margin-top: 2em;
}
.product-qty select {
border: 1px solid #eee;
padding: 0.5em;
font-size: 1em;
outline: none;
}
.btn_form form input[type="submit"] {
cursor: pointer;
border: none;
outline: none;
display: inline-block;
font-size: 1em;
padding: 13px 20px;
color: #fff;
text-transform: uppercase;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
margin-top: 2em;
}
.btn_form form input[type="submit"]:hover{
}
.abt-ft{
margin-top:2em;
}
.singel_right {
margin-bottom: 2em;
}
h3.new-models {
font-size: 1.2em;
background: #ee4a02;
padding: 5px;
font-weight: 600;
color:#fff;
}
.view-first:hover .mask {
opacity: 1;
}
.view .mask, .view .content {
position: absolute;
overflow: hidden;
top: 10em;
left: 6.2em;
}
.view-first .mask {
opacity: 0;
background-color: rgba(219,127,8, 0.7);
-webkit-transition: all 0.4s ease-in-out;
-moz-transition: all 0.4s ease-in-out;
-o-transition: all 0.4s ease-in-out;
-ms-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;
padding: 10px 15px;
background: rgba(255, 255, 255, 0.82);
-moz-box-shadow: rgba(0, 0, 0, 0.16) 0 2px 8px;
-webkit-box-shadow: rgba(0, 0, 0, 0.16) 0 2px 8px;
box-shadow: rgba(0, 0, 0, 0.16) 0 2px 8px;
color: #000;
font-size: 0.85em;
font-weight: bold;
}
p.title {
color: #000;
font-size: 0.95em;
font-weight: bold;
}
.cart-left {
float: left;
margin-right: 2.6%;
}
p.title {
color: #000;
font-size: 0.95em;
font-weight: 700;
margin:0;
}
.pricey {
float: right;
font-weight: bold;
font-size: 0.95em;
}
.view .mask, .view .content {
position: absolute;
overflow: hidden;
top: 11.5em;
left: 8.2em;
}
.view-first:hover .mask {
opacity: 1;
}
.view .mask, .view .content {
position: absolute;
overflow: hidden;
top: 11.5em;
left: 8.2em;
}
.product_image {
position: relative;
}
.product_container {
padding: 1em;
}
.products-page {
padding: 4em 0;
}
.sort-by select {
outline: none;
}
.pages {
float: right;
}
.pages .limiter {
color: #747474;
font-size: 12px;
text-transform: uppercase;
}
.pages .limiter label {
vertical-align: middle;
}
.pages .limiter select {
padding: 0;
margin: 0 0 1px;
vertical-align: middle;
}
.limiter.visible-desktop label {
font-weight: normal;
margin: 0;
}
.mens-toolbar {
margin: 23px 0;
font-size: 20px;
}
.mens-toolbar .sort {
float: left;
width: 20.5%;
}
.sort-by {
color: #000;
font-size: 0.9em;
text-transform: uppercase;
}
.sort-by label {
font-weight: normal;
float: left;
margin: 2px 5px 0 0;
}
ul.women_pagenation.dc_paginationA.dc_paginationA06 {
float: right;
padding: 0;
list-style: none;
}
ul.women_pagenation li {
float: left;
margin: 0px;
margin-left: 5px;
padding: 0px;
list-style: none;
font-size: 14px;
}
ul.women_pagenation li a {
color: #000;
display: block;
padding: 4px 8px;
text-decoration: none;
font-size: 0.7125em;
text-transform: uppercase;
}
ul.women_pagenation li.active a, ul.women_pagenation li a:hover {
background: #3C3038;
color: #fff;
transition:0.5s all;
-webkit-transition:0.5s all;
-o-transition:0.5s all;
-moz-transition:0.5s all;
-ms-transition:0.5s all;
}
.product-listy{
background:#9E9C9C;
}
ul.product-list{
padding:0em 0 0.5em 0;
margin:0.5em 0;
}
ul.product-list li{
display: block;
margin:5px 0;
}
ul.product-list li a{
color:#FFF;
text-transform:uppercase;
font-size:0.85em;
text-decoration:none;
padding:5px 2em;
font-family: 'Doppio One', sans-serif;
font-weight:400;
display: block;
}
ul.product-list li a:hover{
background:#816263;
color:#fff;
padding:5px 2em;
transition:0.5s all;
-webkit-transition:0.5s all;
-o-transition:0.5s all;
-moz-transition:0.5s all;
-ms-transition:0.5s all;
}
.latest-bis {
margin: 1.5em 0;
position:relative;
}
.offer{
position:absolute;
bottom: 13%;
right: 2%;
}
ul.tags_links{
padding:0;
list-style:none;
}
ul.tags_links li {
display: inline-block;
margin: 8px 3px;
}
ul.tags_links li a {
color: #333;
font-size: 1em;
background: #e9e9e9;
padding: 5px 10px;
}
ul.tags_links li a:hover{
text-decoration:none;
}
.link1 {
font-size: 0.85em;
line-height: 18px;
color: #333;
font-weight: bold;
background: url(../images/tag_arrow.png) right 4px no-repeat;
padding-right: 20px;
margin-top:1.5em;
display: inline-block;
}
.link1:hover{
color:#fb4d01;
text-decoration:none;
}
ul.product-top-list{
padding:0;
float: left;
}
ul.product-top-list li{
display: inline-block;
font-size:0.82em;
color:#777;
}
p.back{
float: right;
font-size:0.82em;
}
.labout {
display: block;
float: left;
margin: 0 3.6% 0 0;
}
.span_2_of_al{
width:40%;
width: 46%;
float: left;
}
.span_2_of_al h3 {
color: #333;
text-transform: uppercase;
font-size: 1.7em;
font-weight: bold;
}
ul.ratings{
padding: 0;
margin-top:1em;
}
ul.ratings li{
display: inline-block;
}
ul.ratings li a{
font-size: 0.87em;
color: #000;
text-decoration: none;
font-weight: 600;
}
i.rating-ed{
background: url(../images/stars.png)no-repeat -9px;
}
.price_single {
font-size: 1.3em;
margin: 0.5em 0 1.5em;
font-family: 'Doppio One', sans-serif;
font-weight:400;
}
span.reducedfrom {
text-decoration: line-through;
margin-right: 3%;
color: #555;
}
span.actual {
color: #ee4a02;
font-size: 1em;
margin-right: 5%;
}
.price_single a {
color: #999;
font-size: 13px;
}
h2.quick {
color: #555;
font-size: 0.85em;
text-transform: uppercase;
}
p.quick_desc {
color: #999;
font-size: 0.8125em;
line-height: 1.8em;
}
ul.product-qty {
padding: 0;
list-style: none;
}
.product-qty span {
color: #555;
font-size: 0.85em;
padding-bottom: 0.5em;
display: block;
text-transform: uppercase;
margin-top: 2em;
}
.product-qty select {
border: 1px solid #eee;
padding: 0.5em;
font-size: 1em;
outline: none;
}
.btn_form form input[type="submit"] {
cursor: pointer;
border: none;
outline: none;
display: inline-block;
font-size: 1em;
padding: 13px 20px;
color: #fff;
text-transform: uppercase;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
margin-top: 2em;
}
.btn_form form input[type="submit"]:hover{
}
.abt-ft{
margin-top:2em;
}
.singel_right {
margin-bottom: 2em;
}
h3.new-models {
font-size: 1.2em;
background: #ee4a02;
padding: 5px;
font-weight: 600;
color:#fff;
}
.view .mask, .view .content {
position: absolute;
overflow: hidden;
top: 12em;
left: 6.2em;
}
p.title {
color: #000;
font-size: 0.95em;
font-weight: bold;
}
.cart-left {
float: left;
margin-right: 2.6%;
}
p.title {
color: #000;
font-size: 0.95em;
font-weight: 700;
margin:0;
}
.pricey {
float: right;
font-weight: bold;
font-size: 0.95em;
}
.product_container {
padding: 1em;
border-top: 10px solid #f8f8f8;
}
.products-page {
padding: 60px 0;
}
/*---- Best Buy Starts Here ---*/
.mens-toolbar .sort {
float: left;
width: 20.5%;
}
.sort-by {
color: #828282;
font-size: 13px;
text-transform: uppercase;
}
ul.women_pagenation {
float: right;
padding: 0;
list-style: none;
}
ul.women_pagenation li.active a, ul.women_pagenation li a:hover {
background: #3C3038;
color: #fff;
transition:0.5s all;
-webkit-transition:0.5s all;
-o-transition:0.5s all;
-moz-transition:0.5s all;
-ms-transition:0.5s all;
}
.sort-by select {
outline: none;
}
.pages {
float: right;
}
.pages .limiter label {
vertical-align: middle;
}
.limiter.visible-desktop label {
font-weight: normal;
margin: 0;
}
.product_image:hover .mask {
display: block;
transition:0.5s all;
-webkit-transition:0.5s all;
-moz-transition:0.5s all;
-o-transition:0.5s all;
-ms-transition:0.5s all;
}
/*-- products-page-ends-here --*/
/*-- login-starts-here --*/
.login-left {
padding: 0;
}
.login-left h2 {
color: #000;
font-size: 20px;
padding-bottom: 18px;
font-weight: 600;
}.login-right h3 {
color: #000;
font-size: 20px;
padding-bottom: 18px;
font-weight: 600;
}
li.home a {
color: #816263;
font-size: 16px;
}
.login-left p, .login-right p {
color: #CAC9C9;
display: block;
font-size: 1.1em;
margin: 0 0 2em 0;
line-height: 1.5em;
}
.acount-btn {
background: #816263;
color: #FFF;
font-size: 15px;
padding: 0.7em 1.2em;
transition: 0.5s all;
-webkit-transition: 0.5s all;
-moz-transition: 0.5s all;
-o-transition: 0.5s all;
display: inline-block;
text-transform: uppercase;
}
.acount-btn:hover, .login-right input[type="submit"]:hover{
background:#000;
text-decoration:none;
color:#fff;
}
.login-right form {
padding: 1em 0;
}
.login-right form div {
padding: 0 0 2em 0;
}
.login-right span {
color: #555;
font-size:1em;
padding-bottom: 0.2em;
display: block;
text-transform: uppercase;
}
.login-right input[type="text"] {
border: 1px solid #EEE;
outline-color:#CACACA;
width: 96%;
font-size:13px;
padding: 8px;
}
.login-right input[type="password"] {
border: 1px solid #EEE;
outline-color:#CACACA;
width: 96%;
font-size:13px;
padding: 8px;
}
.login-right input[type="submit"] {
background: #816263;
color: #FFF;
font-size: 1em;
padding: 0.7em 1.2em;
transition: 0.5s all;
-webkit-transition: 0.5s all;
-moz-transition: 0.5s all;
-o-transition: 0.5s all;
display: inline-block;
text-transform: uppercase;
border:none;
outline:none;
}
a.forgot {
font-size: 1em;
margin-right: 11px;
}
ul.breadcrumbs{
padding:0;
list-style:none;
float:left;
}
ul.breadcrumbs li{
display:inline-block;
color:#000;
}
ul.breadcrumbs li.women{
background: yellow;
font-size: 14px;
padding: 3px;
}
ul.previous{
padding:0;
list-style:none;
float:right;
margin-top: 3px;
}
ul.previous li a{
font-size: 14px;
color: #B9B4B5;
}
.dreamcrub{
margin: 15px 0 60px 0;
background-color: #FDFDFD;
padding: 10px 20px;
}
.mens-toolbar .sort {
float: left;
width: 20.5%;
}
.sort-by label{
font-weight:normal;
}
.mens-toolbar .pages {
float: right;
margin: 0;
}
ul.women_pagenation.dc_paginationA.dc_paginationA06 {
float:right;
padding:0;
list-style:none;
}
.pages{
float:right;
}
.pages .limiter {
color: #000;
font-size: 0.8125em;
text-transform: uppercase;
}
.pages .limiter select {
padding: 0;
margin: 0 0 1px;
vertical-align: middle;
}
ul.women_pagenation li {
float: left;
margin: 0px;
margin-left: 5px;
padding: 0px;
list-style:none;
}
ul.women_pagenation li a {
color:#000;
display: block;
padding:4px 8px;
text-decoration: none;
font-size: 0.8125em;
text-transform:uppercase;
}
ul.women_pagenation li.active a{
background:#7C7C7C;
color:#fff;
}
ul.women_pagenation li a:hover{
background:#816263;
color:#fff;
}
.login-page {
padding: 60px 0;
}
/*-- login-ends-here --*/
/*-- register-starts-here --*/
/*-- registration-form --*/
.registration-form {
padding: 60px 0;
}
.registration-form h2 {
font-weight: 600;
text-transform: uppercase;
color: #000;
font-size: 20px;
padding-bottom: 18px;
}
.reg p{
color: #CAC9C9;
margin: 0px 0 0 0;
font-size: 14px;
line-height: 1.8em;
}
.col-md-6.reg-form {
padding: 0;
}
.reg p:nth-child(2) {
margin:0;
}
.reg form {
margin-top: 32px;
}
.reg p a{
text-decoration:none;
color:#816263;
}
.reg p a:hover{
color: #000;
transition: .5s all;
-webkit-transition: .5s all;
-o-transition: .5s all;
-ms-transition: .5s all;
-moz-transition: .5s all;
}
.reg ul {
padding:0;
margin:0 0 22px 0;
}
.reg ul li {
display: inline-block;
width: 58%;
}
.reg ul li.text-info{
width: 38%;
color: #816263;
font-size: 16px;
text-transform: uppercase;
margin: 0 0 0px 0;
font-weight: bold;
}
.reg form input[type="text"],.reg form input[type="password"] {
width: 100%;
padding: 8px;
font-size: 14px;
font-weight: 400;
border: 1px solid #e6e6e6;
outline: none;
color: #000;
}
.reg-form{
float:left;
width:50%
}
.reg-right{
float:right;
width:47%
}
p.click a{
display: inline-block;
color:#816263;
}
p.click a:hover{
color: #000;
transition: .5s all;
-webkit-transition: .5s all;
-o-transition: .5s all;
-ms-transition: .5s all;
-moz-transition: .5s all;
}
.reg form input[type=submit]{
border:none;
color: #ffffff;
padding: 9px 35px;
font-size: 14px;
cursor: pointer;
font-weight: 500;
margin: 0 0 32px 0;
background: #816263;
border-top: none;
border-left: none;
border-right: none;
}
.reg form input[type=submit]:hover {
background:#000;
transition: .5s all;
-webkit-transition: .5s all;
-o-transition: .5s all;
-ms-transition: .5s all;
-moz-transition: .5s all;
}
.reg ul:nth-child(6) {
margin: 0 0 32px 0;
}
.reg ul li:nth-child(2){
margin-left: 3%;
}
.reg-right p{
color: #CAC9C9;
margin: 0 0 30px 0;
font-size: 14px;
line-height: 1.8em;
}
/*-- //registration-form --*/
/*-- register-ends-here --*/
/*-- contact-page-starts-here --*/
.contact {
padding: 60px 0;
}
.contact-info {
margin-bottom: 40px;
}
.contact-left{
width:30%;
float:left;
}
.contact-right{
width:68%;
float:right;
}
.contact-left input[type="text"]{
width: 100%;
color: #000;
margin: 0 23px 23px 0;
font-size:14px;
padding: 12px 10px;
outline: none;
border: 1px solid #e8e8e8;
}
.contact-right textarea{
width: 100%;
color: #000;
font-size:14px;
resize: none;
height: 185px;
padding: 12px;
outline: none;
border: 1px solid #e8e8e8;
}
.contact-form input[type=submit] {
border:none;
color: #ffffff;
padding: 13px 43px;
font-size: 14px;
cursor: pointer;
font-weight: 500;
background:#816263;
}
.contact-form input[type=submit]:hover {
background:#000;
transition: .5s all;
-webkit-transition: .5s all;
-o-transition: .5s all;
-ms-transition: .5s all;
-moz-transition: .5s all;
}
.contact-info h2{
text-align: center;
margin: 0 0 20px 0;
font-size: 24px;
color: #000000;
font-weight: 600;
text-transform: uppercase;
padding: 0;
}
.contact-info h3{
text-align: center;
margin: 0 0 20px 0;
font-size: 24px;
color: #000000;
font-weight: 600;
text-transform: uppercase;
padding: 0;
}
.contact-map{
width:100%;
margin-bottom: 52px;
}
.contact-map iframe{
width:100%;
height:330px;
}
/*-- //contact-page-ends-here --*/
/*-- typography-page-ends-here --*/
h2.heading {
margin: 0 0px 0.3em 0;
color: #000;
font-size: 40px;
letter-spacing: 1px;
padding: 0;
}
.typrography {
padding: 60px 0;
}
.grid_3 h3 {
padding-bottom: 15px;
font-size: 28px;
letter-spacing: 1px;
color: #3382C9;
}
.grid_4 h3 {
color: #666161;
padding-bottom:0;
font-size: 28px;
letter-spacing: 0;
}
.grid_4 h3 {
padding: 12px 0;
}
.grid_5 h1, h2, h3, h4, h5, h6 {
padding: 12px 0;
}
h3.first {
padding-bottom: 15px;
font-size: 30px;
letter-spacing: 1px;
color: #3382C9;
}
.input-group {
margin-bottom: 20px;
}
h3.bars {
padding-bottom: 15px;
font-size: 28px;
letter-spacing: 1px;
color: #3382C9;
}
.badge {
background-color: #3382D3;
}
.page-header h1 {
padding-bottom: 15px;
font-size: 18px;
letter-spacing: 1px;
color: #3382C9;
}
section#tables h2 {
padding-bottom: 15px;
font-size: 28px;
letter-spacing: 1px;
color: #3382C9;
}
div#myTabContent {
margin-top: 0.5em;
}
/*-- typography-page-ends-here --*/
/*--checkout--*/
/*-- cart-page --*/
.cart-gd{
margin-top:50px;
}
.cart-items {
padding: 60px 0;
}
.cart-items h2 {
margin: 0 0 20px 0;
text-align: center;
font-size: 28px;
color: #816263;
font-weight: 600;
padding:0;
}
.cart-item {
width: 20%;
float: left;
margin-right: 4%;
}
.cart-item img {
width: 100%;
}
.close1, .close2,.close3 {
background: url('../images/close_1.png') no-repeat 0px 0px;
cursor: pointer;
width: 28px;
height: 28px;
position: absolute;
right: 0px;
top: 25px;
-webkit-transition: color 0.2s ease-in-out;
-moz-transition: color 0.2s ease-in-out;
-o-transition: color 0.2s ease-in-out;
transition: color 0.2s ease-in-out;
}
.cart-item-info {
width: 75%;
float: left;
margin-top: 3%;
}
.cart-item-info h3 {
color:#000;
font-size: 14px;
font-weight: 600;
}
.cart-item-info h3 a {
color:#816263;
font-size: 18px;
}
.cart-item-info h3 span {
display: block;
font-weight: 400;
font-size: 0.85em;
margin: 0.7em 0;
}
ul.qty {
padding: 0;
margin: 0;
list-style: none;
}
ul.qty li {
display: inline-block;
margin-right: 10%;
}
ul.qty li p {
font-size: 14px;
color: #000;
}
.delivery {
margin-top: 3em;
}
.delivery p {
color: #000;
font-size: 16px;
font-weight: 400;
float: left;
}
.delivery span {
color: #000;
font-size: 16px;
font-weight: 400;
float: right;
}
.cart-sec {
margin: 25px 0;
}
.cart-header,.cart-header2,.cart-header3 {
position: relative;
background-color: #FDFDFD;
}
/*-- //check --*/
/*-- single-page --*/
.col-md-5.zoom-grid {
padding: 0;
}
.reviews-tabs {
margin-top: 60px;
}
.response-text-right p {
font-size: 13px;
margin: 0 0 1em;
line-height: 20px;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
color: #816263;
cursor: default;
font-size: 1.2em;
font-weight: 600;
border: none;
background-color: transparent;
border-right: 1px solid #E7E7E7;
border-radius: 0;
padding: 0 10px;
cursor: pointer;
}
.nav-tabs > li > a {
margin-right: 0px;
line-height: 1.42857143;
border-radius: 0;
color: #000000;
cursor: default;
font-size: 1.2em;
font-weight: 600;
border: none;
background-color: transparent;
border-right: 1px solid #E7E7E7;
border-radius: 0;
padding: 0 10px;
cursor: pointer;
font-family: 'PlayfairDisplay-Regular';
}
ul.nav.nav-tabs {
border-bottom: 1px solid #ddd;
margin-bottom: 15px;
padding-bottom: 18px;
}
.nav > li > a:hover, .nav > li > a:focus {
background-color: #FCFCFC;
}
.media-left.response-text-left {
width: 10%;
float: left;
margin-right: 2%;
}
.response-text-right ul li {
display: inline-block;
color: #B6B8B5;
font-size: 1em;
font-weight: 600;
margin-right: 16px;
font-family: 'PlayfairDisplay-Regular';
}
.response-text-right ul li a {
color: #887f66;
font-size: 12px;
font-weight: 600;
}
.media, .media .media {
margin-top: 25px;
}
p.tab-text {
line-height: 26px;
color: #B9B9B9;
font-size: 14px;
}
.media-left.response-text-left h5 {
font-size: 14px;
text-align: Center;
margin-top: 3px;
}
.media-left.response-text-left h5 a {
color: #000;
}
.media-left.response-text-left h5 a:hover {
color: #816263;
}
.media-left.response-text-left img {
width: 100%;
}
.dress-name {
margin:30px 0;
}
.dress-name h3 {
float: left;
font-size: 19px;
color: #000;
font-weight: 500;
padding: 0;
}
.dress-name p {
margin-top: 16px;
font-size: 13px;
line-height: 23px;
color: #CAC9C9;
}
.dress-name span {
float: right;
color: #000000;
font-size: 20px;
letter-spacing: 1px;
font-weight: 400;
}
p.left {
float: left;
font-size: 13px;
color: #000;
letter-spacing: 2px;
margin-right:5%;
width:40%;
}
p.right {
float: left;
font-size: 13px;
color: #000;
letter-spacing: 2px;
}
.span1 {
margin: 18px 0;
padding: 15px 0;
border-top: 1px solid #eee;
border-bottom: 1px solid #eee;
}
.span3 {
margin: 18px 0;
padding: 15px 0;
border-top: 1px solid #eee;
border-bottom: 1px solid #eee;
}
.span4 {
border-bottom: 1px solid #Eee;
padding-bottom: 18px;
}
.purchase {
margin-top: 50px;
}
.purchase a{
float: left;
width: 50%;
font-size: 14px;
color: #000;
text-decoration: underline;
letter-spacing: 1px;
margin-top: 1px;
}
.purchase a:hover {
color:#816263;
}
.social-icons {
float:left;
width: 40%;
}
.social-icons ul li {
display:inline-block;
}
.social-icons ul li a {
width:18px;
height:18px;
background:url('../images/s-icons.png') no-repeat 0px 0px;
display:inline-block;
margin: 0 5px;
}
.social-icons ul li a:hover {
opacity:0.5;
}
.social-icons ul li a.facebook1 {
background-position: 0px 0px;
}
.social-icons ul li a.twitter1 {
background-position: -18px 0px;
}
.social-icons ul li a.googleplus1 {
background-position: -36px 0px;
}
/*-- //single-page --*/
/*-- responsine-design --*/
@media screen and (max-width: 1366px) {
.banner {
min-height: 650px;
}
.dropdown-menu.columns-3 {
min-width: 530px;
}
.footer {
padding: 50px 0 35px;
}
.cards.text-center {
margin: 35px 0;
padding: 20px 0;
}
.banner-bottom-left h2 {
font-size: 85px;
font-weight: 600;
line-height: 115px;
}
.dreamcrub {
margin: 0px 0 60px 0;
}
}
@media screen and (max-width: 1280px) {
.banner {
min-height: 608px;
}
.banner-bottom-left h2 {
font-size: 82px;
line-height: 100px;
margin: 0 0 0 120px;
}
.banner-bottom-left {
margin: 100px 0px 0px 30px;
}
.navbar-nav {
margin-right: 30px;
}
.dropdown-menu.columns-3 {
min-width: 520px;
}
.banner-info h3 {
font-size: 40px;
}
.banner-info p {
font-size: 16px;
}
h2.heading {
font-size: 35px;
}
}
@media screen and (max-width: 1024px) {
.navbar-header {
width: 17%;
}
.banner {
min-height: 491px;
}
.header-top-strip {
padding: 6px 0 12px 0;
}
.banner-bottom-left h2 {
font-size: 70px;
line-height: 85px;
margin: 0 0 0 135px;
}
.banner-info h3 {
font-size: 35px;
}
.banner-info p {
margin: 15px 0;
}
.callbacks_tabs {
bottom: -16%;
}
.callbacks_tabs a:after {
width: 35px;
height: 4px;
}
.shop a {
padding: 10px 18px;
font-size: 16px;
}
.navbar-default .navbar-nav > li > a {
margin: 0 5px;
padding-top: 8px;
padding-bottom: 8px;
}
.navbar-nav {
margin-right: 60px;
margin-top: 6px;
}
.dropdown-menu.columns-3 {
min-width: 475px;
}
.dropdown-menu.columns-2 {
min-width: 360px;
}
.online-strip {
padding: 15px 0;
margin: 35px 0 20px;
}
h3.head.text-center {
font-size: 30px;
}
.product {
margin-top: 40px;
}
.mask {
top: 39%;
left: 30%;
}
.nbs-flexisel-item img {
width:95%;
}
.liked-product {
margin-top: 0;
}
h3.like {
font-size: 29px;
}
.join input[type="submit"] {
width: 18%;
}
.footer {
padding: 40px 0 35px;
}
.news-letter {
padding: 30px 0;
}
.typrography,.products-page,.registration-form,.login-page,.contact,.cart-items {
padding: 30px 0 40px;
}
.mens-toolbar .sort {
width: 22.5%;
}
.new-product {
padding: 1.5em;
}
.offer p {
font-size: 26px;
padding: 21px 11px;
}
.view .mask, .view .content {
top: 10em;
left: 5.2em;
}
.dress-name {
margin: 20px 0;
}
.purchase {
margin-top: 35px;
}
.dreamcrub {
margin: 0px 0 50px 0;
}
}
@media screen and (max-width: 800px) {
.logo a span {
font-size: 28px;
width: 45px;
height: 46px;
padding: 4px 0 0 3px;
margin-top: 3px;
}
.logo h1 a {
font-size: 24px;
letter-spacing: 1px;
}
.navbar-default .navbar-nav > li > a {
margin: 0 5px;
padding: 6px 10px;
font-size: 13px;
}
.navbar-nav {
margin-top: 8px;
}
.caret {
margin-bottom: 3px;
}
.banner {
min-height: 350px;
}
.banner-info h3 {
font-size: 30px;
}
.banner-info {
margin-top: 90px;
}
.banner-bottom-left h2 {
font-size: 50px;
line-height: 65px;
margin: 0 0 0 130px;
}
.banner-bottom-left {
margin: 75px 0px 0px 30px;
}
.shop a {
padding: 8px 15px;
font-size: 14px;
letter-spacing: 1px;
}
.callbacks_tabs a:after {
width: 30px;
height: 4px;
}
.product {
margin-top: 30px;
float: left;
width: 33.333%;
padding:0 10px;
}
a.product_name {
margin: 10px 0;
}
.mask a {
font-size: 14px;
padding: 5px 10px;
}
.join h6 {
font-size: 18px;
}
.liked-product {
width:100%;
margin-top:0;
}
.mask {
left: 28%;
}
.join input[type="submit"] {
width: 17%;
font-size: 16px;
padding: 7px 0 9px;
}
.join input[type="text"] {
width: 47%;
font-size: 13px;
}
.news-letter {
padding: 25px 0;
}
.other-products {
padding: 35px 0 60px 0;
}
.span1_of_4 {
width: 25%;
float: left;
padding: 0 5px;
}
ul.f_nav li a {
font-size: 13px;
}
.span1_of_4 h4 {
margin: 0 0 12px 0;
font-size: 20px;
}
.cards.text-center img {
width: 55%;
}
.copyright p {
font-size: 14px;
}
.follow-us,.shipping-grid,.online-order {
width: 33.333%;
float: left;
}
.shipping {
width: 18%;
margin-left: 11%;
}
.cards.text-center {
margin: 25px 0;
padding: 18px 0;
}
.footer {
padding: 40px 0 30px;
}
.dropdown-menu.columns-3 {
min-width: 416px;
}
.multi-column-dropdown li a {
font-size: 13px;
}
.dropdown-menu.columns-2 {
min-width: 317px;
}
.login-left {
float: left;
width: 47%;
margin-right:3%
}
.login-right {
float: left;
width: 50%;
}
.login-right p {
margin: 0 0 1.3em 0;
}
.dreamcrub {
margin: 0px 0 45px 0;
}
.login-left h2,.login-right h3 {
font-size: 18px;
}
.reg-form {
width:100%;
margin-bottom:5%;
}
.reg-right {
width:100%;
margin:0;
}
.reg ul li.text-info {
width: 30%;
}
.cart-items h2 {
margin: 0 0 15px 0;
font-size: 22px;
}
.cart-item {
width: 21%;
margin-right: 3%;
}
.contact-info {
margin-bottom: 30px;
}
.contact-map iframe {
height: 300px;
}
.new-product {
width: 72%;
}
.products {
width: 26%;
}
.mens-toolbar .sort {
width: 33.5%;
}
.new-product {
padding: 1em;
}
.media-left.response-text-left {
width: 16%;
}
}
@media screen and (max-width: 768px) {
.banner-info {
margin-top: 75px;
}
.banner-bottom-left {
margin: 65px 0px 0px 30px;
}
.dropdown-menu.columns-3 {
min-width: 406px;
}
.dropdown-menu.columns-2 {
min-width: 290px;
padding-right: 0;
padding-left:10px;
}
.reg ul li.text-info {
font-size: 14px;
}
h2.heading {
font-size: 32px;
}
.contact-form input[type=submit] {
padding: 8px 30px;
}
.contact-map iframe {
height: 250px;
}
.contact-info h2,.contact-info h3 {
margin: 0 0 15px 0;
font-size: 22px;
}
}
@media screen and (max-width: 640px) {
.navbar-header {
width: 100%;
}
.navbar {
border: none;
}
.navbar-nav {
margin: 10px 0;
width: 100%;
text-align: center;
margin-right:0;
}
.navbar-default .navbar-nav > li > a {
margin: 5px 0px;
}
.navbar-header {
float: none;
}
.navbar-collapse.collapse {
margin-top: 10px;
}
.banner-info h3 {
font-size: 25px;
}
.banner-info p {
margin: 10px 0;
font-size: 13px;
}
.callbacks_tabs a:after {
width: 26px;
height: 3px;
}
.banner {
min-height: 304px;
}
.banner-bottom-left h2 {
font-size: 35px;
line-height: 50px;
margin: 0 0 0 100px;
}
.shop a {
padding: 8px 12px;
font-size: 13px;
letter-spacing: 1px;
}
.follow-us, .shipping-grid, .online-order {
padding: 0 4px;
}
a.twitter {
margin: 0 0.5em;
}
.online-strip h3 {
font-size: 1.3em;
}
.shipping {
margin-left: 7%;
}
h3.head.text-center {
font-size: 28px;
}
.product {
padding: 0 5px;
}
.products-grid a {
font-size: 13px;
letter-spacing: 1px;
}
.nbs-flexisel-item img {
width: 85%;
margin-left: 7.5%;
}
.span1_of_4 {
width: 50%;
padding: 0 15px;
min-height: 290px;
}
.mask {
left: 26%;
}
.join h6 {
font-size: 16px;
margin-right: 3%;
}
.join input[type="text"] {
width: 44%;
}
.join input[type="submit"] {
width: 19%;
}
.col-sm-4 {
width: 33.33%;
float: left;
}
.multi-column-dropdown li a:hover {
background-color: #fff!important;
}
.navbar-nav .open .dropdown-menu {
background-color: #fff;
}
.col-sm-6 {
width:50%;
float:left;
}
.login-left h2, .login-right h3 {
font-size: 17px;
}
.login-left p, .login-right p {
font-size: 1em;
}
.dreamcrub {
margin: 0px 0 35px 0;
}
.login-right span {
font-size: 0.9em;
}
.product-listy h2 {
padding: 18px;
}
.offer p {
font-size: 21px;
padding: 22px 17px;
}
.mens-toolbar .sort {
width: 37.5%;
}
.view .mask, .view .content {
top: 8em;
left: 4.2em;
}
.cart-item-info h3 a {
font-size: 15px;
}
.cart-items h2 {
margin: 0;
font-size: 20px;
}
.cart-item-info {
margin-top: 1%;
}
.cart-gd {
margin-top: 30px;
}
.delivery p,.delivery span {
font-size: 14px;
}
h2.heading {
font-size: 30px;
}
.panel-title {
padding: 0;
}
.media-left.response-text-left {
width: 20%;
margin-right: 2%;
}
}
@media screen and (max-width: 480px) {
.product {
padding: 0 10px;
width: 50%;
}
.nbs-flexisel-item img {
width: 70%;
margin-left: 15%;
}
.liked-product,.contact-right {
width:100%;
}
.contact-left {
width: 100%;
}
.contact-left input[type="text"] {
margin: 0 0px 23px 0;
}
.cards.text-center img {
width: 75%;
}
.join h6 {
font-size: 18px;
margin-right: 0;
width: 100%;
float: none;
text-align: center;
margin-bottom: 15px;
}
.contact-form input[type=submit] {
margin-top: 15px;
}
.join input[type="text"] {
width: 70%;
}
.join input[type="submit"] {
width: 30%;
}
.contact-info h2, .contact-info h3 {
margin: 0 0 12px 0;
font-size: 20px;
}
.banner-top {
padding-top: 20px;
}
.banner {
min-height: 227px;
}
.banner-bottom-left h2 {
font-size: 23px;
line-height: 34px;
margin: 0 0 0 67px;
}
.banner-info h3 {
font-size: 20px;
}
.banner-info {
margin-top: 40px;
}
.callbacks_tabs {
left: 21%;
}
.shop a {
padding: 7px 10px;
font-size: 12px;
letter-spacing: 0px;
}
.header-top-strip {
padding: 5px 0 10px 0;
}
a.twitter {
margin: 0 0.3em;
width: 20px;
height: 20px;
background: url(../images/follow.png) no-repeat 0px 3px;
background-size: 35px;
}
a.facebook {
width: 20px;
height: 20px;
background: url(../images/follow.png) no-repeat -18px 2px;
background-size: 35px;
}
.online-strip h3 {
font-size: 1.2em;
}
.shipping {
margin-left: 38%;
width: 20%;
margin-bottom: 6px;
}
.follow-us, .online-order {
margin-top: 15px;
}
.products {
width: 100%;
margin-bottom:15px;
margin-right: 0;
}
.new-product {
width: 100%;
}
.latest-bis img {
width: 100%;
}
.latest-bis {
width: 50%;
margin: 30px auto;
}
.login-left,.login-right {
width: 100%;
margin-right: 0%;
padding:0;
}
.login-right {
margin-top:20px;
}
.acount-btn {
font-size: 13px;
padding: 0.7em 1em;
}
.login-right p {
margin: 0 0 1em 0;
}
.login-left h2 {
font-size: 20px;
padding-bottom: 10px;
}
.reg ul li.text-info {
width: 36%;
}
.cart-item {
width: 26%;
margin-right: 3%;
}
.cart-item-info {
width: 71%;
}
.delivery p, .delivery span {
font-size: 13px;
}
.delivery {
margin-top: 2em;
}
.panel-title {
padding: 0;
}
.media-left.response-text-left {
width: 20%;
margin-right: 2%;
}
}
@media screen and (max-width: 320px) {
.header-top-left {
width: 100%;
text-align: center;
}
.header-right {
margin-right:22%;
margin-top:3%;
}
.header-top-left ul li {
margin: 0 10px;
}
.logo a span {
font-size: 25px;
width: 40px;
height: 40px;
padding: 2px 0 0 1px;
margin-top: 6px;
}
.logo h1 a {
font-size: 21px;
}
.navbar-toggle {
padding: 7px 7px;
margin-top: 8px;
margin-right: 0px;
margin-bottom: 8px;
}
.banner-top {
padding-top: 15px;
}
.banner-bottom-left h2 {
font-size: 18px;
line-height: 26px;
margin: 0 0 0 15px;
}
.banner {
min-height: 170px;
}
.banner-info h3 {
font-size: 18px;
}
.banner-info p {
margin: 8px 0;
font-size: 13px;
}
.banner-bottom-right {
width: 57%;
}
.callbacks_tabs a:after {
width: 21px;
height: 3px;
}
.banner-bottom-left {
margin: 55px 0px 0px 30px;
}
.follow-us, .shipping-grid, .online-order {
padding: 0 15px;
width: 100%;
}
.shipping {
margin-left: 14%;
width: 16%;
margin-bottom: 0;
margin-top:0;
}
.shipping-grid{
padding: 0 15px;
width: 100%;
margin: 15px 0;
border-top: 1px solid #C8C8C8;
border-bottom: 1px solid #C8C8C8;
border-left: none;
border-right: none;
padding:10px 0;
}
.online-strip h3 {
font-size: 1.4em;
}
.online-order {
margin-top:0;
}
.follow-us, .online-order {
margin-top: 0;
}
.product {
padding: 0 15px;
width: 100%;
}
.nbs-flexisel-item img {
width: 80%;
margin-left: 10%;
}
.cards.text-center img {
width: 95%;
}
.copyright p {
font-size: 13px;
letter-spacing: 0px;
line-height: 20px;
}
.mask {
left: 32%;
}
.join input[type="text"] {
width: 65%;
}
.join input[type="submit"] {
width: 35%;
font-size: 15px;
}
.span1_of_4 {
width: 100%;
min-height: 230px;
text-align: center;
}
ul.f_nav li a {
font-size: 14px;
}
.span1_of_4 h4 {
font-size: 22px;
margin-top:10px;
}
.dreamcrub {
margin: 0px 0 25px 0;
background-color: #FDFDFD;
padding: 8px 5px;
}
.login-right input[type="submit"] {
padding: 0.5em 1em;
}
.login-left h2 {
font-size: 18px;
}
.reg ul li.text-info {
width: 100%;
margin-bottom: 7px;
}
.reg ul li:nth-child(2) {
margin-left: 0;
width: 100%;
}
.cart-item {
width: 60%;
margin-right: 0;
}
.cart-item-info {
width: 100%;
}
.delivery p, .delivery span {
font-size: 13px;
width: 100%;
margin: 5px 0px;
}
.delivery {
margin-top: 1em;
}
.col-sm-4,.col-sm-6 {
width:100%;
}
.dropdown-menu.columns-3 {
min-width: 270px;
}
ul.multi-column-dropdown h6 {
margin-top: 15px;
}
.dropdown-menu.columns-1 {
min-width: 266px;
}
ul.breadcrumbs li.women {
font-size: 12px;
padding: 3px;
}
ul.previous li a {
font-size: 13px;
}
.latest-bis {
width: 75%;
margin: 25px auto;
}
.mens-toolbar .sort {
width: 60.5%;
}
.view .mask, .view .content {
top: 12em;
left: 6.8em;
}
.social-icons {
width: 45%;
}
p.left {
width: 62%;
}
.col-md-7.dress-info {
padding: 0;
}
.dress-name h3 {
width: 100%;
}
.dress-name span {
float: left;
margin-top: 10px;
}
.view .mask, .view .content {
top: 7em;
left: 1.8em;
font-size: 12px;
padding: 5px;
display:none;
}
.product_image:hover .mask {
display: none;
}
p.tab-text {
font-size: 13px;
}
} | assets/css/style.css | body{
padding:0;
margin:0;
font-family: 'Lato-Regular';
background:#fff;
}
body a{
transition:0.5s all;
-webkit-transition:0.5s all;
-moz-transition:0.5s all;
-o-transition:0.5s all;
-ms-transition:0.5s all;
}
@font-face {
font-family: 'Lato-Regular';
src: url(../fonts/Lato-Regular.ttf)format('truetype');
}
@font-face {
font-family: 'PlayfairDisplay-Regular';
src: url(../fonts/PlayfairDisplay-Regular.ttf)format('truetype');
}
input[type="button"],input[type="submit"]{
transition:0.5s all;
-webkit-transition:0.5s all;
-moz-transition:0.5s all;
-o-transition:0.5s all;
-ms-transition:0.5s all;
}
h1,h2,h3,h4,h5,h6{
margin:0;
font-family: 'PlayfairDisplay-Regular';
}
p{
margin:0;
}
ul{
margin:0;
padding:0;
}
label{
margin:0;
}
/*-----start-header----*/
.header-top-strip{
padding:8px 0 14px 0;
background-color:#816263;
}
.header-top-strip-kurir{
padding:8px 0 14px 0;
background-color:#009933;
}
.header-top-strip-admin{
padding:8px 0 14px 0;
background-color:#003399;
}
.header-top-left ul li {
display: inline-block;
margin-right:15px;
}
.header-top-left ul li a {
color:#fff;
text-decoration:none;
font-size:13px;
}
span.glyphicon.glyphicon-user,span.glyphicon.glyphicon-lock {
font-size: 10px;
vertical-align: initial;
margin-right: 6px;
}
.header-top-left {
float: left;
margin-top:5px;
}
.header-right {
float: right;
margin-top: 5px;
}
.box_1 h3 {
color: #fff;
font-size: 15px;
margin-bottom: 0;
float: left;
font-weight: 400;
padding: 0;
}
.box_1 h3 img {
margin-left: 3px;
}
a.simpleCart_empty {
font-size: 14px;
color: #FFC6CF;
}
.box_1 p {
margin-left: 8px;
float: left;
}
.banner {
background:url("../images/banner_img.jpg") no-repeat 0px 0px;
background-size:cover;
-moz-background-size:cover;
-o-background-size:cover;
-ms-background-size:cover;
-webkit-background-size:cover;
min-height:705px;
}
.logo h1 a {
color: #000;
text-decoration: none;
font-size: 30px;
letter-spacing: 2px;
}
.logo a span {
color: #816263;
font-size: 25px;
border: 2px solid #816263;
border-radius: 50%;
width: 70px;
display: block;
text-align: center;
float: left;
padding: 2px 0 0 4px;
height: 50px;
vertical-align: middle;
margin-right: 3px;
}
.banner-top {
padding-top: 25px;
background-color: #f8f8f8;
}
.inner-head {
background-color:#fff;
}
.navbar-default {
background-color: transparent;
border-color: transparent;
}
.navbar-default .navbar-nav > li > a {
color: #000;
text-transform: uppercase;
border: 1px solid #f8f8f8;
margin:0 10px;
padding-top: 10px;
padding-bottom: 10px;
}
.navbar-nav {
float: right;
margin: 0;
}
.navbar-collapse.collapse {
padding: 0;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
background-color: transparent;
border: 1px solid #816263;
color: #816263;
}
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
color: #000;
background-color: transparent;
}
.navbar {
position: relative;
min-height: 50px;
margin-bottom: 0px;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
color: #555;
background-color: #fff;
}
.navbar-header {
float: left;
width: 35%;
}
ul.multi-column-dropdown h6 {
font-size: 14px;
font-weight: 600;
margin-bottom: 10px;
color: #816263;
padding: 0;
}
.multi-column-dropdown li {
list-style-type:none;
margin: 5px 0;
}
.multi-column-dropdown li a {
display: block;
clear: both;
line-height: 1.428571429;
color: #000;
white-space: normal;
font-weight: 300;
}
.multi-column-dropdown li a.list {
font-weight: 600;
margin-bottom: 7px;
}
.dropdown-menu .divider {
height: 0px;
margin: 1px 0;
overflow: hidden;
background-color: #e5e5e5;
}
.multi-column-dropdown li a:hover {
text-decoration: none;
color: #816263;
background-color: #fff!important;
}
.dropdown-menu.columns-2 {
min-width: 400px;
padding: 15px 20px;
}
.dropdown-menu.columns-3 {
min-width: 550px;
padding: 15px 20px;
}
.banner-bottom-left{
float:Left;
margin: 110px 0px 0px 30px;
}
.banner-bottom-right{
float:right;
width: 50%;
}
.banner-bottom-left h2 {
font-size: 90px;
font-weight: 600;
line-height: 120px;
color: #816263;
transform: rotate(-15deg);
-webkit-transform: rotate(-15deg);
-o-transform: rotate(-15deg);
-ms-transform: rotate(-15deg);
-moz-transform: rotate(-15deg);
margin: 0 0 0 100px;
padding: 0;
}
/*--header--*/
#slider2,
#slider3 {
box-shadow: none;
-moz-box-shadow: none;
-webkit-box-shadow: none;
margin: 0 auto;
}
.rslides_tabs li:first-child {
margin-left: 0;
}
.rslides_tabs .rslides_here a {
background: rgba(255,255,255,.1);
color: #fff;
font-weight: bold;
}
.events {
list-style: none;
}
.callbacks_container {
position: relative;
float: left;
width: 100%;
}
.callbacks {
position: relative;
list-style: none;
overflow: hidden;
width: 100%;
padding: 0;
margin: 0;
}
.callbacks li {
position: absolute;
width: 100%;
}
.callbacks img {
position: relative;
z-index: 1;
height: auto;
border: 0;
}
.callbacks .caption {
display: block;
position: absolute;
z-index: 2;
font-size: 20px;
text-shadow: none;
color: #fff;
left: 0;
right: 0;
padding: 10px 20px;
margin: 0;
max-width: none;
top: 10%;
text-align: center;
}
.callbacks_nav {
position: absolute;
-webkit-tap-highlight-color: rgba(0,0,0,0);
top: 56%;
left: 0;
opacity: 0.7;
z-index: 3;
text-indent: -9999px;
overflow: hidden;
text-decoration: none;
height: 70px;
width: 40px;
background: transparent url("../images/arrows2.png") no-repeat left top;
margin-top: 1%;
}
.callbacks_nav:hover{
opacity: 0.5;
}
.callbacks_nav.next {
left: auto;
background-position: right top;
right:0px;
}
.callbacks_nav.prev {
right: auto;
background-position:left top;
left: 0px;
}
#slider3-pager a {
display: inline-block;
}
#slider3-pager span{
float: left;
}
#slider3-pager span{
width:100px;
height:15px;
background:#fff;
display:inline-block;
border-radius:30em;
opacity:0.6;
}
#slider3-pager .rslides_here a {
background: #FFF;
border-radius:30em;
opacity:1;
}
#slider3-pager a {
padding: 0;
}
#slider3-pager li{
display:inline-block;
}
.rslides {
position: relative;
list-style: none;
overflow: hidden;
width: 100%;
padding: 0;
}
.rslides li {
-webkit-backface-visibility: hidden;
position: absolute;
display:none;
width: 100%;
left: 0;
top: 0;
}
.rslides li{
position: relative;
display: block;
float: left;
}
.rslides img {
height: auto;
border: 0;
}
.callbacks_tabs{
list-style: none;
position: absolute;
bottom: -21%;
z-index: 999;
left: 38%;
padding: 0;
margin: 0;
display: block;
}
.slider-top span{
font-weight:600;
}
.callbacks_tabs li{
display: inline-block;
margin: 0 .3em;
}
@media screen and (max-width: 600px) {
.callbacks_nav {
top: 47%;
}
}
/*----*/
.callbacks_tabs a{
visibility: hidden;
}
.callbacks_tabs a:after {
content: "\f111";
font-size: 0;
font-family: FontAwesome;
visibility: visible;
display: block;
width: 40px;
height: 5px;
display: block;
background: #898989;
display: inline-block;
border: none;
}
.callbacks_here a:after{
background:#816263;
}
.banner-info {
margin-top: 150px;
text-align: center;
}
.banner-info h3 {
font-size: 70px;
font-weight: 400;
color: #ffffff;
padding: 0;
}
.banner-info p {
font-size: 20px;
font-weight:300;
color:#ffffff;
margin: 10px 0;
}
.shop {
float: right;
}
.shop a {
text-decoration:none;
padding:12px 40px;
border:1px solid #000;
color:#000;
font-size:18px;
letter-spacing:2px;
}
.shop a:hover {
color:#fff;
background-color:#816263;
border:1px solid #816263;
}
/*-- online-strip --*/
.online-strip {
border-top: 1px solid #C8C8C8;
border-bottom: 1px solid #C8C8C8;
padding: 20px 0;
text-align:center;
margin: 40px 0 30px;
}
.shipping-grid {
border-left: 1px solid #C8C8C8;
border-right: 1px solid #C8C8C8;
}
.shipping {
float:left;
width:13%;
margin-right:3%;
margin-left:20%;
}
.shipping img {
width:100%;
margin-top:10%;
}
.shipping-text {
float: left;
}
.online-strip h3 {
color: #816263;
font-size: 1.5em;
padding: 0;
}
.follow-us h3 {
margin-top:0.4em;
}
.online-strip p {
font-size:0.95em;
}
a.twitter {
width: 25px;
height: 25px;
background: url(../images/follow.png) no-repeat 0px 0px;
display: inline-block;
margin:0 1em;
vertical-align: text-bottom;
}
a.twitter:hover,a.facebook:hover {
opacity:0.5;
}
a.facebook {
width: 25px;
height: 25px;
background: url(../images/follow.png) no-repeat -25px 0px;
display: inline-block;
vertical-align: text-bottom;
}
/*-- online-strip --*/
h3.head.text-center {
font-size: 35px;
color: #816263;
font-weight: 500;
padding: 0;
}
.products-grid {
padding: 30px 0;
}
.product {
position:relative;
margin-top: 50px;
}
.product:hover .mask{
display:block;
}
.products-grid img {
width:100%;
}
.products-grid a {
display:block;
color:#000;
text-transform:uppercase;
font-size:14px;
letter-spacing:2px;
text-decoration:none;
}
a.product_name {
margin: 15px 0;
}
.product-left:hover .p-one{
border: 1px solid #8c2830;
transition: 0.5s all ease;
-webkit-transition: 0.5s all ease;
-moz-transition: 0.5s all ease;
-o-transition: 0.5s all ease;
-ms-transition: 0.5s all ease;
}
.product-left:hover .p-one p a{
color: #8c2830;
}
.product-left:hover .mask{
display:block;
}
.mask {
display: none;
position: absolute;
top: 44%;
left: 33%;
}
.mask a{
background: rgba(255, 255, 255, 0.74);
color: #000;
font-size: 15px;
font-weight: 400;
padding: 6px 12px;
text-decoration: none;
}
.product-left{
position:relative;
text-align:center;
}
.mask a:hover{
text-decoration:none;
background:#816263;
color:#fff;
transition: 0.7s all;
-webkit-transition: 0.7s all;
-o-transition: 0.7s all;
-moz-transition: 0.7s all;
-ms-transition: 0.7s all;
}
.product-one {
margin-top: 4%;
}
.product-one:nth-child(1){
margin-top:0;
}
.product p {
color: #999;
font-family: 'Lato-Regular';
font-weight: 700;
display: inline-block;
vertical-align: middle;
}
.product p a {
text-decoration: none;
color: #999;
}
.product p i {
background: url(../images/cart.png) no-repeat;
width: 20px;
height: 14px;
display: inline-block;
margin-right: 4px;
vertical-align: middle;
}
.product-left:hover .product p i{
background: url(../images/cart-2.png) no-repeat;
}
/*--end-product--*/
h3.like{
font-size: 30px;
color: #816263;
font-weight: 500;
padding: 0;
}
a.like_name {
line-height: 40px;
display: block;
color: #000;
text-transform: uppercase;
font-size: 14px;
letter-spacing: 2px;
text-decoration: none;
}
#flexiselDemo1, #flexiselDemo3 {
display: none;
}
.nbs-flexisel-container {
position: relative;
max-width: 100%;
margin-top: 3em;
}
.nbs-flexisel-ul {
position: relative;
width: 9999px;
margin: 0px;
padding: 0px;
list-style-type: none;
text-align: center;
}
.nbs-flexisel-inner {
overflow: hidden;
margin: 0 auto;
}
.nbs-flexisel-item {
float: left;
margin:0px;
padding:0px;
cursor: pointer;
position: relative;
line-height: 0px;
}
.nbs-flexisel-item > img {
cursor: pointer;
position: relative;
margin-top:10px;
margin-bottom: 10px;
max-width:350px;
max-height:500px;
display:inline-block;
}
.grid-flex{
margin:20px 0 20px 0;
}
.nbs-flexisel-item > img {
cursor: pointer;
position: relative;
width: 90%;
}
/*** Navigation ***/
.nbs-flexisel-nav-left, .nbs-flexisel-nav-right {
width: 45px;
height: 45px;
position: absolute;
cursor: pointer;
z-index: 100;
margin-top:-2em;
}
.nbs-flexisel-nav-left {
left: 0px;
background: url(../images/arrows.png) no-repeat -8px -7px;
}
.nbs-flexisel-nav-right {
right: 0px;
background: url(../images/arrows.png) no-repeat -61px -7px;
}
.other-products {
padding: 60px 0;
}
.liked-product{
margin-top:0;
}
/*-- news-letter-starts-here --*/
.news-letter {
background-color: #F7F7F7;
padding: 35px 0;
}
.join h6 {
font-size: 22px;
font-weight: 400;
color: #000;
float: left;
margin-right: 5%;
margin-top:10px;
letter-spacing: 1px;
font-family: 'Lato-Regular';
padding: 0;
}
.join input[type="text"] {
width: 48%;
color: #C3C3C3;
letter-spacing: 1px;
font-weight: 300;
font-size: 15px;
padding: 10px 10px;
border: 1px solid #E4E4E4;
outline: none;
font-family: 'Lato-Regular';
text-align: left;
}
.join input[type="submit"]{
outline: none;
cursor: pointer;
width: 22%;
padding: 6px 0 10px;
background: #816263;
color: #fff;
font-size: 19px;
font-weight: 400;
margin: 0px 0 0 -3px;
border: none;
-webkit-apperance: none;
}
.join input[type="submit"]:hover {
background-color:#000;
}
/*-- news-letter-ends-here --*/
/*-- footer-starts-here --*/
.span1_of_4 h4 {
margin: 0 0 15px 0;
font-size: 23px;
color: #816263;
text-transform: capitalize;
font-weight: 500;
padding: 0;
}
.footer {
padding: 50px 0;
}
ul.f_nav li{
list-style-type: none;
margin: 5px 0;
}
ul.f_nav li a{
list-style-type: none;
font-size: 14px;
color: #B3B3B3;
text-transform:capitalize;
}
.cards.text-center {
border-top: 1px solid #E7E7E7;
border-bottom: 1px solid #E7E7E7;
margin: 40px 0;
padding: 25px 0;
}
.copyright p {
font-size: 15px;
font-weight: 400;
color: #929292;
letter-spacing: 1px;
}
.copyright p a {
color:#816263;
}
/*-- footer-ends-here --*/
/*-- products-page-starts-here --*/
.products{
width:20%;
margin-right:2%;
float:left;
}
.product-listy{
background:#91b900;
}
ul.product-list{
padding:0em 0 0.5em 0;
margin:0.5em 0;
}
ul.product-list li{
display: block;
margin:5px 0;
}
ul.product-list li a{
color:#FFF;
text-transform:uppercase;
font-size:0.85em;
text-decoration:none;
padding:5px 2em;
font-family: 'Doppio One', sans-serif;
font-weight:400;
display: block;
}
ul.product-list li a:hover{
background:#000;
color:#fff;
padding:5px 2em;
transition:0.5s all;
-webkit-transition:0.5s all;
-o-transition:0.5s all;
-moz-transition:0.5s all;
-ms-transition:0.5s all;
}
.product-listy h2{
color: #fff;
background: #816263;
font-size: 15px;
padding: 23px;
font-weight: 600;
text-transform: uppercase;
}
.latest-bis {
margin: 1.5em 0;
position:relative;
}
.offer{
position:absolute;
bottom: 13%;
right: 2%;
}
.offer p{
font-size:30px;
color:#fff;
background:rgba(129, 98, 99, 0.73);
padding: 15px 8px;
border-radius:50%;
-webkit-border-radius:50%;
-o-border-radius:50%;
-moz-border-radius:50%;
-ms-border-radius:50%;
font-weight:400;
}
.offer small{
color: #7C7C7C;
font-size: 18px;
}
.tags{
list-style:none;
background:#FCFCFC;
margin-top:2em;
padding:1em;
font-weight:400;
}
h4.tag_head{
color: #333;
font-weight: 600;
font-size: 20px;
margin-bottom: 20px;
padding: 0;
}
ul.tags_links{
padding:0;
list-style:none;
}
ul.tags_links li {
display: inline-block;
margin: 8px 3px;
}
ul.tags_links li a {
color: #333;
font-size: 1em;
background: #e9e9e9;
padding: 5px 10px;
}
ul.tags_links li a:hover{
text-decoration:none;
background:#816263;
color:#fff;
}
.link1 {
font-size: 0.85em;
line-height: 18px;
color: #333;
font-weight: bold;
background: url(../images/tag_arrow.png) right 4px no-repeat;
padding-right: 20px;
margin-top:1.5em;
display: inline-block;
}
.link1:hover{
color:#fb4d01;
text-decoration:none;
}
.new-product{
width:78%;
float:right;
background:rgba(245, 243, 243, 0.27);
min-height:800px;
padding:2em;
}
ul.product-top-list{
padding:0;
float: left;
}
ul.product-top-list li{
display: inline-block;
font-size:0.82em;
color:#777;
}
ul.product-top-list li a{
color: #816263;
font-size: 16px;
}
ul.product-top-list li span.act{
background: yellow;
font-size: 14px;
padding: 3px;
}
p.back{
float: right;
font-size:0.82em;
}
p.back a {
font-size: 14px;
color: #B9B4B5;
}
.labout {
display: block;
float: left;
margin: 0 3.6% 0 0;
}
.span_2_of_al{
width:40%;
width: 46%;
float: left;
}
.span_2_of_al h3 {
color: #333;
text-transform: uppercase;
font-size: 1.7em;
font-weight: bold;
}
ul.ratings{
padding: 0;
margin-top:1em;
}
ul.ratings li{
display: inline-block;
}
ul.ratings li a{
font-size: 0.87em;
color: #000;
text-decoration: none;
font-weight: 600;
}
i.rating-ed{
background: url(../images/stars.png)no-repeat -9px;
}
.price_single {
font-size: 1.3em;
margin: 0.5em 0 1.5em;
font-family: 'Doppio One', sans-serif;
font-weight:400;
}
span.reducedfrom {
text-decoration: line-through;
margin-right: 3%;
color: #555;
}
span.actual {
color: #ee4a02;
font-size: 1em;
margin-right: 5%;
}
.price_single a {
color: #999;
font-size: 13px;
}
h2.quick {
color: #555;
font-size: 0.85em;
text-transform: uppercase;
}
p.quick_desc {
color: #999;
font-size: 0.8125em;
line-height: 1.8em;
}
ul.product-qty {
padding: 0;
list-style: none;
}
.product-qty span {
color: #555;
font-size: 0.85em;
padding-bottom: 0.5em;
display: block;
text-transform: uppercase;
margin-top: 2em;
}
.product-qty select {
border: 1px solid #eee;
padding: 0.5em;
font-size: 1em;
outline: none;
}
.btn_form form input[type="submit"] {
cursor: pointer;
border: none;
outline: none;
display: inline-block;
font-size: 1em;
padding: 13px 20px;
color: #fff;
text-transform: uppercase;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
margin-top: 2em;
}
.btn_form form input[type="submit"]:hover{
}
.abt-ft{
margin-top:2em;
}
.singel_right {
margin-bottom: 2em;
}
h3.new-models {
font-size: 1.2em;
background: #ee4a02;
padding: 5px;
font-weight: 600;
color:#fff;
}
.view-first:hover .mask {
opacity: 1;
}
.view .mask, .view .content {
position: absolute;
overflow: hidden;
top: 10em;
left: 6.2em;
}
.view-first .mask {
opacity: 0;
background-color: rgba(219,127,8, 0.7);
-webkit-transition: all 0.4s ease-in-out;
-moz-transition: all 0.4s ease-in-out;
-o-transition: all 0.4s ease-in-out;
-ms-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;
padding: 10px 15px;
background: rgba(255, 255, 255, 0.82);
-moz-box-shadow: rgba(0, 0, 0, 0.16) 0 2px 8px;
-webkit-box-shadow: rgba(0, 0, 0, 0.16) 0 2px 8px;
box-shadow: rgba(0, 0, 0, 0.16) 0 2px 8px;
color: #000;
font-size: 0.85em;
font-weight: bold;
}
p.title {
color: #000;
font-size: 0.95em;
font-weight: bold;
}
.cart-left {
float: left;
margin-right: 2.6%;
}
p.title {
color: #000;
font-size: 0.95em;
font-weight: 700;
margin:0;
}
.pricey {
float: right;
font-weight: bold;
font-size: 0.95em;
}
.view .mask, .view .content {
position: absolute;
overflow: hidden;
top: 11.5em;
left: 8.2em;
}
.view-first:hover .mask {
opacity: 1;
}
.view .mask, .view .content {
position: absolute;
overflow: hidden;
top: 11.5em;
left: 8.2em;
}
.product_image {
position: relative;
}
.product_container {
padding: 1em;
}
.products-page {
padding: 4em 0;
}
.sort-by select {
outline: none;
}
.pages {
float: right;
}
.pages .limiter {
color: #747474;
font-size: 12px;
text-transform: uppercase;
}
.pages .limiter label {
vertical-align: middle;
}
.pages .limiter select {
padding: 0;
margin: 0 0 1px;
vertical-align: middle;
}
.limiter.visible-desktop label {
font-weight: normal;
margin: 0;
}
.mens-toolbar {
margin: 23px 0;
font-size: 20px;
}
.mens-toolbar .sort {
float: left;
width: 20.5%;
}
.sort-by {
color: #000;
font-size: 0.9em;
text-transform: uppercase;
}
.sort-by label {
font-weight: normal;
float: left;
margin: 2px 5px 0 0;
}
ul.women_pagenation.dc_paginationA.dc_paginationA06 {
float: right;
padding: 0;
list-style: none;
}
ul.women_pagenation li {
float: left;
margin: 0px;
margin-left: 5px;
padding: 0px;
list-style: none;
font-size: 14px;
}
ul.women_pagenation li a {
color: #000;
display: block;
padding: 4px 8px;
text-decoration: none;
font-size: 0.7125em;
text-transform: uppercase;
}
ul.women_pagenation li.active a, ul.women_pagenation li a:hover {
background: #3C3038;
color: #fff;
transition:0.5s all;
-webkit-transition:0.5s all;
-o-transition:0.5s all;
-moz-transition:0.5s all;
-ms-transition:0.5s all;
}
.product-listy{
background:#9E9C9C;
}
ul.product-list{
padding:0em 0 0.5em 0;
margin:0.5em 0;
}
ul.product-list li{
display: block;
margin:5px 0;
}
ul.product-list li a{
color:#FFF;
text-transform:uppercase;
font-size:0.85em;
text-decoration:none;
padding:5px 2em;
font-family: 'Doppio One', sans-serif;
font-weight:400;
display: block;
}
ul.product-list li a:hover{
background:#816263;
color:#fff;
padding:5px 2em;
transition:0.5s all;
-webkit-transition:0.5s all;
-o-transition:0.5s all;
-moz-transition:0.5s all;
-ms-transition:0.5s all;
}
.latest-bis {
margin: 1.5em 0;
position:relative;
}
.offer{
position:absolute;
bottom: 13%;
right: 2%;
}
ul.tags_links{
padding:0;
list-style:none;
}
ul.tags_links li {
display: inline-block;
margin: 8px 3px;
}
ul.tags_links li a {
color: #333;
font-size: 1em;
background: #e9e9e9;
padding: 5px 10px;
}
ul.tags_links li a:hover{
text-decoration:none;
}
.link1 {
font-size: 0.85em;
line-height: 18px;
color: #333;
font-weight: bold;
background: url(../images/tag_arrow.png) right 4px no-repeat;
padding-right: 20px;
margin-top:1.5em;
display: inline-block;
}
.link1:hover{
color:#fb4d01;
text-decoration:none;
}
ul.product-top-list{
padding:0;
float: left;
}
ul.product-top-list li{
display: inline-block;
font-size:0.82em;
color:#777;
}
p.back{
float: right;
font-size:0.82em;
}
.labout {
display: block;
float: left;
margin: 0 3.6% 0 0;
}
.span_2_of_al{
width:40%;
width: 46%;
float: left;
}
.span_2_of_al h3 {
color: #333;
text-transform: uppercase;
font-size: 1.7em;
font-weight: bold;
}
ul.ratings{
padding: 0;
margin-top:1em;
}
ul.ratings li{
display: inline-block;
}
ul.ratings li a{
font-size: 0.87em;
color: #000;
text-decoration: none;
font-weight: 600;
}
i.rating-ed{
background: url(../images/stars.png)no-repeat -9px;
}
.price_single {
font-size: 1.3em;
margin: 0.5em 0 1.5em;
font-family: 'Doppio One', sans-serif;
font-weight:400;
}
span.reducedfrom {
text-decoration: line-through;
margin-right: 3%;
color: #555;
}
span.actual {
color: #ee4a02;
font-size: 1em;
margin-right: 5%;
}
.price_single a {
color: #999;
font-size: 13px;
}
h2.quick {
color: #555;
font-size: 0.85em;
text-transform: uppercase;
}
p.quick_desc {
color: #999;
font-size: 0.8125em;
line-height: 1.8em;
}
ul.product-qty {
padding: 0;
list-style: none;
}
.product-qty span {
color: #555;
font-size: 0.85em;
padding-bottom: 0.5em;
display: block;
text-transform: uppercase;
margin-top: 2em;
}
.product-qty select {
border: 1px solid #eee;
padding: 0.5em;
font-size: 1em;
outline: none;
}
.btn_form form input[type="submit"] {
cursor: pointer;
border: none;
outline: none;
display: inline-block;
font-size: 1em;
padding: 13px 20px;
color: #fff;
text-transform: uppercase;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
margin-top: 2em;
}
.btn_form form input[type="submit"]:hover{
}
.abt-ft{
margin-top:2em;
}
.singel_right {
margin-bottom: 2em;
}
h3.new-models {
font-size: 1.2em;
background: #ee4a02;
padding: 5px;
font-weight: 600;
color:#fff;
}
.view .mask, .view .content {
position: absolute;
overflow: hidden;
top: 12em;
left: 6.2em;
}
p.title {
color: #000;
font-size: 0.95em;
font-weight: bold;
}
.cart-left {
float: left;
margin-right: 2.6%;
}
p.title {
color: #000;
font-size: 0.95em;
font-weight: 700;
margin:0;
}
.pricey {
float: right;
font-weight: bold;
font-size: 0.95em;
}
.product_container {
padding: 1em;
border-top: 10px solid #f8f8f8;
}
.products-page {
padding: 60px 0;
}
/*---- Best Buy Starts Here ---*/
.mens-toolbar .sort {
float: left;
width: 20.5%;
}
.sort-by {
color: #828282;
font-size: 13px;
text-transform: uppercase;
}
ul.women_pagenation {
float: right;
padding: 0;
list-style: none;
}
ul.women_pagenation li.active a, ul.women_pagenation li a:hover {
background: #3C3038;
color: #fff;
transition:0.5s all;
-webkit-transition:0.5s all;
-o-transition:0.5s all;
-moz-transition:0.5s all;
-ms-transition:0.5s all;
}
.sort-by select {
outline: none;
}
.pages {
float: right;
}
.pages .limiter label {
vertical-align: middle;
}
.limiter.visible-desktop label {
font-weight: normal;
margin: 0;
}
.product_image:hover .mask {
display: block;
transition:0.5s all;
-webkit-transition:0.5s all;
-moz-transition:0.5s all;
-o-transition:0.5s all;
-ms-transition:0.5s all;
}
/*-- products-page-ends-here --*/
/*-- login-starts-here --*/
.login-left {
padding: 0;
}
.login-left h2 {
color: #000;
font-size: 20px;
padding-bottom: 18px;
font-weight: 600;
}.login-right h3 {
color: #000;
font-size: 20px;
padding-bottom: 18px;
font-weight: 600;
}
li.home a {
color: #816263;
font-size: 16px;
}
.login-left p, .login-right p {
color: #CAC9C9;
display: block;
font-size: 1.1em;
margin: 0 0 2em 0;
line-height: 1.5em;
}
.acount-btn {
background: #816263;
color: #FFF;
font-size: 15px;
padding: 0.7em 1.2em;
transition: 0.5s all;
-webkit-transition: 0.5s all;
-moz-transition: 0.5s all;
-o-transition: 0.5s all;
display: inline-block;
text-transform: uppercase;
}
.acount-btn:hover, .login-right input[type="submit"]:hover{
background:#000;
text-decoration:none;
color:#fff;
}
.login-right form {
padding: 1em 0;
}
.login-right form div {
padding: 0 0 2em 0;
}
.login-right span {
color: #555;
font-size:1em;
padding-bottom: 0.2em;
display: block;
text-transform: uppercase;
}
.login-right input[type="text"] {
border: 1px solid #EEE;
outline-color:#CACACA;
width: 96%;
font-size:13px;
padding: 8px;
}
.login-right input[type="password"] {
border: 1px solid #EEE;
outline-color:#CACACA;
width: 96%;
font-size:13px;
padding: 8px;
}
.login-right input[type="submit"] {
background: #816263;
color: #FFF;
font-size: 1em;
padding: 0.7em 1.2em;
transition: 0.5s all;
-webkit-transition: 0.5s all;
-moz-transition: 0.5s all;
-o-transition: 0.5s all;
display: inline-block;
text-transform: uppercase;
border:none;
outline:none;
}
a.forgot {
font-size: 1em;
margin-right: 11px;
}
ul.breadcrumbs{
padding:0;
list-style:none;
float:left;
}
ul.breadcrumbs li{
display:inline-block;
color:#000;
}
ul.breadcrumbs li.women{
background: yellow;
font-size: 14px;
padding: 3px;
}
ul.previous{
padding:0;
list-style:none;
float:right;
margin-top: 3px;
}
ul.previous li a{
font-size: 14px;
color: #B9B4B5;
}
.dreamcrub{
margin: 15px 0 60px 0;
background-color: #FDFDFD;
padding: 10px 20px;
}
.mens-toolbar .sort {
float: left;
width: 20.5%;
}
.sort-by label{
font-weight:normal;
}
.mens-toolbar .pages {
float: right;
margin: 0;
}
ul.women_pagenation.dc_paginationA.dc_paginationA06 {
float:right;
padding:0;
list-style:none;
}
.pages{
float:right;
}
.pages .limiter {
color: #000;
font-size: 0.8125em;
text-transform: uppercase;
}
.pages .limiter select {
padding: 0;
margin: 0 0 1px;
vertical-align: middle;
}
ul.women_pagenation li {
float: left;
margin: 0px;
margin-left: 5px;
padding: 0px;
list-style:none;
}
ul.women_pagenation li a {
color:#000;
display: block;
padding:4px 8px;
text-decoration: none;
font-size: 0.8125em;
text-transform:uppercase;
}
ul.women_pagenation li.active a{
background:#7C7C7C;
color:#fff;
}
ul.women_pagenation li a:hover{
background:#816263;
color:#fff;
}
.login-page {
padding: 60px 0;
}
/*-- login-ends-here --*/
/*-- register-starts-here --*/
/*-- registration-form --*/
.registration-form {
padding: 60px 0;
}
.registration-form h2 {
font-weight: 600;
text-transform: uppercase;
color: #000;
font-size: 20px;
padding-bottom: 18px;
}
.reg p{
color: #CAC9C9;
margin: 0px 0 0 0;
font-size: 14px;
line-height: 1.8em;
}
.col-md-6.reg-form {
padding: 0;
}
.reg p:nth-child(2) {
margin:0;
}
.reg form {
margin-top: 32px;
}
.reg p a{
text-decoration:none;
color:#816263;
}
.reg p a:hover{
color: #000;
transition: .5s all;
-webkit-transition: .5s all;
-o-transition: .5s all;
-ms-transition: .5s all;
-moz-transition: .5s all;
}
.reg ul {
padding:0;
margin:0 0 22px 0;
}
.reg ul li {
display: inline-block;
width: 58%;
}
.reg ul li.text-info{
width: 38%;
color: #816263;
font-size: 16px;
text-transform: uppercase;
margin: 0 0 0px 0;
font-weight: bold;
}
.reg form input[type="text"],.reg form input[type="password"] {
width: 100%;
padding: 8px;
font-size: 14px;
font-weight: 400;
border: 1px solid #e6e6e6;
outline: none;
color: #000;
}
.reg-form{
float:left;
width:50%
}
.reg-right{
float:right;
width:47%
}
p.click a{
display: inline-block;
color:#816263;
}
p.click a:hover{
color: #000;
transition: .5s all;
-webkit-transition: .5s all;
-o-transition: .5s all;
-ms-transition: .5s all;
-moz-transition: .5s all;
}
.reg form input[type=submit]{
border:none;
color: #ffffff;
padding: 9px 35px;
font-size: 14px;
cursor: pointer;
font-weight: 500;
margin: 0 0 32px 0;
background: #816263;
border-top: none;
border-left: none;
border-right: none;
}
.reg form input[type=submit]:hover {
background:#000;
transition: .5s all;
-webkit-transition: .5s all;
-o-transition: .5s all;
-ms-transition: .5s all;
-moz-transition: .5s all;
}
.reg ul:nth-child(6) {
margin: 0 0 32px 0;
}
.reg ul li:nth-child(2){
margin-left: 3%;
}
.reg-right p{
color: #CAC9C9;
margin: 0 0 30px 0;
font-size: 14px;
line-height: 1.8em;
}
/*-- //registration-form --*/
/*-- register-ends-here --*/
/*-- contact-page-starts-here --*/
.contact {
padding: 60px 0;
}
.contact-info {
margin-bottom: 40px;
}
.contact-left{
width:30%;
float:left;
}
.contact-right{
width:68%;
float:right;
}
.contact-left input[type="text"]{
width: 100%;
color: #000;
margin: 0 23px 23px 0;
font-size:14px;
padding: 12px 10px;
outline: none;
border: 1px solid #e8e8e8;
}
.contact-right textarea{
width: 100%;
color: #000;
font-size:14px;
resize: none;
height: 185px;
padding: 12px;
outline: none;
border: 1px solid #e8e8e8;
}
.contact-form input[type=submit] {
border:none;
color: #ffffff;
padding: 13px 43px;
font-size: 14px;
cursor: pointer;
font-weight: 500;
background:#816263;
}
.contact-form input[type=submit]:hover {
background:#000;
transition: .5s all;
-webkit-transition: .5s all;
-o-transition: .5s all;
-ms-transition: .5s all;
-moz-transition: .5s all;
}
.contact-info h2{
text-align: center;
margin: 0 0 20px 0;
font-size: 24px;
color: #000000;
font-weight: 600;
text-transform: uppercase;
padding: 0;
}
.contact-info h3{
text-align: center;
margin: 0 0 20px 0;
font-size: 24px;
color: #000000;
font-weight: 600;
text-transform: uppercase;
padding: 0;
}
.contact-map{
width:100%;
margin-bottom: 52px;
}
.contact-map iframe{
width:100%;
height:330px;
}
/*-- //contact-page-ends-here --*/
/*-- typography-page-ends-here --*/
h2.heading {
margin: 0 0px 0.3em 0;
color: #000;
font-size: 40px;
letter-spacing: 1px;
padding: 0;
}
.typrography {
padding: 60px 0;
}
.grid_3 h3 {
padding-bottom: 15px;
font-size: 28px;
letter-spacing: 1px;
color: #3382C9;
}
.grid_4 h3 {
color: #666161;
padding-bottom:0;
font-size: 28px;
letter-spacing: 0;
}
.grid_4 h3 {
padding: 12px 0;
}
.grid_5 h1, h2, h3, h4, h5, h6 {
padding: 12px 0;
}
h3.first {
padding-bottom: 15px;
font-size: 30px;
letter-spacing: 1px;
color: #3382C9;
}
.input-group {
margin-bottom: 20px;
}
h3.bars {
padding-bottom: 15px;
font-size: 28px;
letter-spacing: 1px;
color: #3382C9;
}
.badge {
background-color: #3382D3;
}
.page-header h1 {
padding-bottom: 15px;
font-size: 18px;
letter-spacing: 1px;
color: #3382C9;
}
section#tables h2 {
padding-bottom: 15px;
font-size: 28px;
letter-spacing: 1px;
color: #3382C9;
}
div#myTabContent {
margin-top: 0.5em;
}
/*-- typography-page-ends-here --*/
/*--checkout--*/
/*-- cart-page --*/
.cart-gd{
margin-top:50px;
}
.cart-items {
padding: 60px 0;
}
.cart-items h2 {
margin: 0 0 20px 0;
text-align: center;
font-size: 28px;
color: #816263;
font-weight: 600;
padding:0;
}
.cart-item {
width: 20%;
float: left;
margin-right: 4%;
}
.cart-item img {
width: 100%;
}
.close1, .close2,.close3 {
background: url('../images/close_1.png') no-repeat 0px 0px;
cursor: pointer;
width: 28px;
height: 28px;
position: absolute;
right: 0px;
top: 25px;
-webkit-transition: color 0.2s ease-in-out;
-moz-transition: color 0.2s ease-in-out;
-o-transition: color 0.2s ease-in-out;
transition: color 0.2s ease-in-out;
}
.cart-item-info {
width: 75%;
float: left;
margin-top: 3%;
}
.cart-item-info h3 {
color:#000;
font-size: 14px;
font-weight: 600;
}
.cart-item-info h3 a {
color:#816263;
font-size: 18px;
}
.cart-item-info h3 span {
display: block;
font-weight: 400;
font-size: 0.85em;
margin: 0.7em 0;
}
ul.qty {
padding: 0;
margin: 0;
list-style: none;
}
ul.qty li {
display: inline-block;
margin-right: 10%;
}
ul.qty li p {
font-size: 14px;
color: #000;
}
.delivery {
margin-top: 3em;
}
.delivery p {
color: #000;
font-size: 16px;
font-weight: 400;
float: left;
}
.delivery span {
color: #000;
font-size: 16px;
font-weight: 400;
float: right;
}
.cart-sec {
margin: 25px 0;
}
.cart-header,.cart-header2,.cart-header3 {
position: relative;
background-color: #FDFDFD;
}
/*-- //check --*/
/*-- single-page --*/
.col-md-5.zoom-grid {
padding: 0;
}
.reviews-tabs {
margin-top: 60px;
}
.response-text-right p {
font-size: 13px;
margin: 0 0 1em;
line-height: 20px;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
color: #816263;
cursor: default;
font-size: 1.2em;
font-weight: 600;
border: none;
background-color: transparent;
border-right: 1px solid #E7E7E7;
border-radius: 0;
padding: 0 10px;
cursor: pointer;
}
.nav-tabs > li > a {
margin-right: 0px;
line-height: 1.42857143;
border-radius: 0;
color: #000000;
cursor: default;
font-size: 1.2em;
font-weight: 600;
border: none;
background-color: transparent;
border-right: 1px solid #E7E7E7;
border-radius: 0;
padding: 0 10px;
cursor: pointer;
font-family: 'PlayfairDisplay-Regular';
}
ul.nav.nav-tabs {
border-bottom: 1px solid #ddd;
margin-bottom: 15px;
padding-bottom: 18px;
}
.nav > li > a:hover, .nav > li > a:focus {
background-color: #FCFCFC;
}
.media-left.response-text-left {
width: 10%;
float: left;
margin-right: 2%;
}
.response-text-right ul li {
display: inline-block;
color: #B6B8B5;
font-size: 1em;
font-weight: 600;
margin-right: 16px;
font-family: 'PlayfairDisplay-Regular';
}
.response-text-right ul li a {
color: #887f66;
font-size: 12px;
font-weight: 600;
}
.media, .media .media {
margin-top: 25px;
}
p.tab-text {
line-height: 26px;
color: #B9B9B9;
font-size: 14px;
}
.media-left.response-text-left h5 {
font-size: 14px;
text-align: Center;
margin-top: 3px;
}
.media-left.response-text-left h5 a {
color: #000;
}
.media-left.response-text-left h5 a:hover {
color: #816263;
}
.media-left.response-text-left img {
width: 100%;
}
.dress-name {
margin:30px 0;
}
.dress-name h3 {
float: left;
font-size: 19px;
color: #000;
font-weight: 500;
padding: 0;
}
.dress-name p {
margin-top: 16px;
font-size: 13px;
line-height: 23px;
color: #CAC9C9;
}
.dress-name span {
float: right;
color: #000000;
font-size: 20px;
letter-spacing: 1px;
font-weight: 400;
}
p.left {
float: left;
font-size: 13px;
color: #000;
letter-spacing: 2px;
margin-right:5%;
width:40%;
}
p.right {
float: left;
font-size: 13px;
color: #000;
letter-spacing: 2px;
}
.span1 {
margin: 18px 0;
padding: 15px 0;
border-top: 1px solid #eee;
border-bottom: 1px solid #eee;
}
.span3 {
margin: 18px 0;
padding: 15px 0;
border-top: 1px solid #eee;
border-bottom: 1px solid #eee;
}
.span4 {
border-bottom: 1px solid #Eee;
padding-bottom: 18px;
}
.purchase {
margin-top: 50px;
}
.purchase a{
float: left;
width: 50%;
font-size: 14px;
color: #000;
text-decoration: underline;
letter-spacing: 1px;
margin-top: 1px;
}
.purchase a:hover {
color:#816263;
}
.social-icons {
float:left;
width: 40%;
}
.social-icons ul li {
display:inline-block;
}
.social-icons ul li a {
width:18px;
height:18px;
background:url('../images/s-icons.png') no-repeat 0px 0px;
display:inline-block;
margin: 0 5px;
}
.social-icons ul li a:hover {
opacity:0.5;
}
.social-icons ul li a.facebook1 {
background-position: 0px 0px;
}
.social-icons ul li a.twitter1 {
background-position: -18px 0px;
}
.social-icons ul li a.googleplus1 {
background-position: -36px 0px;
}
/*-- //single-page --*/
/*-- responsine-design --*/
@media screen and (max-width: 1366px) {
.banner {
min-height: 650px;
}
.dropdown-menu.columns-3 {
min-width: 530px;
}
.footer {
padding: 50px 0 35px;
}
.cards.text-center {
margin: 35px 0;
padding: 20px 0;
}
.banner-bottom-left h2 {
font-size: 85px;
font-weight: 600;
line-height: 115px;
}
.dreamcrub {
margin: 0px 0 60px 0;
}
}
@media screen and (max-width: 1280px) {
.banner {
min-height: 608px;
}
.banner-bottom-left h2 {
font-size: 82px;
line-height: 100px;
margin: 0 0 0 120px;
}
.banner-bottom-left {
margin: 100px 0px 0px 30px;
}
.navbar-nav {
margin-right: 30px;
}
.dropdown-menu.columns-3 {
min-width: 520px;
}
.banner-info h3 {
font-size: 40px;
}
.banner-info p {
font-size: 16px;
}
h2.heading {
font-size: 35px;
}
}
@media screen and (max-width: 1024px) {
.navbar-header {
width: 17%;
}
.banner {
min-height: 491px;
}
.header-top-strip {
padding: 6px 0 12px 0;
}
.banner-bottom-left h2 {
font-size: 70px;
line-height: 85px;
margin: 0 0 0 135px;
}
.banner-info h3 {
font-size: 35px;
}
.banner-info p {
margin: 15px 0;
}
.callbacks_tabs {
bottom: -16%;
}
.callbacks_tabs a:after {
width: 35px;
height: 4px;
}
.shop a {
padding: 10px 18px;
font-size: 16px;
}
.navbar-default .navbar-nav > li > a {
margin: 0 5px;
padding-top: 8px;
padding-bottom: 8px;
}
.navbar-nav {
margin-right: 60px;
margin-top: 6px;
}
.dropdown-menu.columns-3 {
min-width: 475px;
}
.dropdown-menu.columns-2 {
min-width: 360px;
}
.online-strip {
padding: 15px 0;
margin: 35px 0 20px;
}
h3.head.text-center {
font-size: 30px;
}
.product {
margin-top: 40px;
}
.mask {
top: 39%;
left: 30%;
}
.nbs-flexisel-item img {
width:95%;
}
.liked-product {
margin-top: 0;
}
h3.like {
font-size: 29px;
}
.join input[type="submit"] {
width: 18%;
}
.footer {
padding: 40px 0 35px;
}
.news-letter {
padding: 30px 0;
}
.typrography,.products-page,.registration-form,.login-page,.contact,.cart-items {
padding: 30px 0 40px;
}
.mens-toolbar .sort {
width: 22.5%;
}
.new-product {
padding: 1.5em;
}
.offer p {
font-size: 26px;
padding: 21px 11px;
}
.view .mask, .view .content {
top: 10em;
left: 5.2em;
}
.dress-name {
margin: 20px 0;
}
.purchase {
margin-top: 35px;
}
.dreamcrub {
margin: 0px 0 50px 0;
}
}
@media screen and (max-width: 800px) {
.logo a span {
font-size: 28px;
width: 45px;
height: 46px;
padding: 4px 0 0 3px;
margin-top: 3px;
}
.logo h1 a {
font-size: 24px;
letter-spacing: 1px;
}
.navbar-default .navbar-nav > li > a {
margin: 0 5px;
padding: 6px 10px;
font-size: 13px;
}
.navbar-nav {
margin-top: 8px;
}
.caret {
margin-bottom: 3px;
}
.banner {
min-height: 350px;
}
.banner-info h3 {
font-size: 30px;
}
.banner-info {
margin-top: 90px;
}
.banner-bottom-left h2 {
font-size: 50px;
line-height: 65px;
margin: 0 0 0 130px;
}
.banner-bottom-left {
margin: 75px 0px 0px 30px;
}
.shop a {
padding: 8px 15px;
font-size: 14px;
letter-spacing: 1px;
}
.callbacks_tabs a:after {
width: 30px;
height: 4px;
}
.product {
margin-top: 30px;
float: left;
width: 33.333%;
padding:0 10px;
}
a.product_name {
margin: 10px 0;
}
.mask a {
font-size: 14px;
padding: 5px 10px;
}
.join h6 {
font-size: 18px;
}
.liked-product {
width:100%;
margin-top:0;
}
.mask {
left: 28%;
}
.join input[type="submit"] {
width: 17%;
font-size: 16px;
padding: 7px 0 9px;
}
.join input[type="text"] {
width: 47%;
font-size: 13px;
}
.news-letter {
padding: 25px 0;
}
.other-products {
padding: 35px 0 60px 0;
}
.span1_of_4 {
width: 25%;
float: left;
padding: 0 5px;
}
ul.f_nav li a {
font-size: 13px;
}
.span1_of_4 h4 {
margin: 0 0 12px 0;
font-size: 20px;
}
.cards.text-center img {
width: 55%;
}
.copyright p {
font-size: 14px;
}
.follow-us,.shipping-grid,.online-order {
width: 33.333%;
float: left;
}
.shipping {
width: 18%;
margin-left: 11%;
}
.cards.text-center {
margin: 25px 0;
padding: 18px 0;
}
.footer {
padding: 40px 0 30px;
}
.dropdown-menu.columns-3 {
min-width: 416px;
}
.multi-column-dropdown li a {
font-size: 13px;
}
.dropdown-menu.columns-2 {
min-width: 317px;
}
.login-left {
float: left;
width: 47%;
margin-right:3%
}
.login-right {
float: left;
width: 50%;
}
.login-right p {
margin: 0 0 1.3em 0;
}
.dreamcrub {
margin: 0px 0 45px 0;
}
.login-left h2,.login-right h3 {
font-size: 18px;
}
.reg-form {
width:100%;
margin-bottom:5%;
}
.reg-right {
width:100%;
margin:0;
}
.reg ul li.text-info {
width: 30%;
}
.cart-items h2 {
margin: 0 0 15px 0;
font-size: 22px;
}
.cart-item {
width: 21%;
margin-right: 3%;
}
.contact-info {
margin-bottom: 30px;
}
.contact-map iframe {
height: 300px;
}
.new-product {
width: 72%;
}
.products {
width: 26%;
}
.mens-toolbar .sort {
width: 33.5%;
}
.new-product {
padding: 1em;
}
.media-left.response-text-left {
width: 16%;
}
}
@media screen and (max-width: 768px) {
.banner-info {
margin-top: 75px;
}
.banner-bottom-left {
margin: 65px 0px 0px 30px;
}
.dropdown-menu.columns-3 {
min-width: 406px;
}
.dropdown-menu.columns-2 {
min-width: 290px;
padding-right: 0;
padding-left:10px;
}
.reg ul li.text-info {
font-size: 14px;
}
h2.heading {
font-size: 32px;
}
.contact-form input[type=submit] {
padding: 8px 30px;
}
.contact-map iframe {
height: 250px;
}
.contact-info h2,.contact-info h3 {
margin: 0 0 15px 0;
font-size: 22px;
}
}
@media screen and (max-width: 640px) {
.navbar-header {
width: 100%;
}
.navbar {
border: none;
}
.navbar-nav {
margin: 10px 0;
width: 100%;
text-align: center;
margin-right:0;
}
.navbar-default .navbar-nav > li > a {
margin: 5px 0px;
}
.navbar-header {
float: none;
}
.navbar-collapse.collapse {
margin-top: 10px;
}
.banner-info h3 {
font-size: 25px;
}
.banner-info p {
margin: 10px 0;
font-size: 13px;
}
.callbacks_tabs a:after {
width: 26px;
height: 3px;
}
.banner {
min-height: 304px;
}
.banner-bottom-left h2 {
font-size: 35px;
line-height: 50px;
margin: 0 0 0 100px;
}
.shop a {
padding: 8px 12px;
font-size: 13px;
letter-spacing: 1px;
}
.follow-us, .shipping-grid, .online-order {
padding: 0 4px;
}
a.twitter {
margin: 0 0.5em;
}
.online-strip h3 {
font-size: 1.3em;
}
.shipping {
margin-left: 7%;
}
h3.head.text-center {
font-size: 28px;
}
.product {
padding: 0 5px;
}
.products-grid a {
font-size: 13px;
letter-spacing: 1px;
}
.nbs-flexisel-item img {
width: 85%;
margin-left: 7.5%;
}
.span1_of_4 {
width: 50%;
padding: 0 15px;
min-height: 290px;
}
.mask {
left: 26%;
}
.join h6 {
font-size: 16px;
margin-right: 3%;
}
.join input[type="text"] {
width: 44%;
}
.join input[type="submit"] {
width: 19%;
}
.col-sm-4 {
width: 33.33%;
float: left;
}
.multi-column-dropdown li a:hover {
background-color: #fff!important;
}
.navbar-nav .open .dropdown-menu {
background-color: #fff;
}
.col-sm-6 {
width:50%;
float:left;
}
.login-left h2, .login-right h3 {
font-size: 17px;
}
.login-left p, .login-right p {
font-size: 1em;
}
.dreamcrub {
margin: 0px 0 35px 0;
}
.login-right span {
font-size: 0.9em;
}
.product-listy h2 {
padding: 18px;
}
.offer p {
font-size: 21px;
padding: 22px 17px;
}
.mens-toolbar .sort {
width: 37.5%;
}
.view .mask, .view .content {
top: 8em;
left: 4.2em;
}
.cart-item-info h3 a {
font-size: 15px;
}
.cart-items h2 {
margin: 0;
font-size: 20px;
}
.cart-item-info {
margin-top: 1%;
}
.cart-gd {
margin-top: 30px;
}
.delivery p,.delivery span {
font-size: 14px;
}
h2.heading {
font-size: 30px;
}
.panel-title {
padding: 0;
}
.media-left.response-text-left {
width: 20%;
margin-right: 2%;
}
}
@media screen and (max-width: 480px) {
.product {
padding: 0 10px;
width: 50%;
}
.nbs-flexisel-item img {
width: 70%;
margin-left: 15%;
}
.liked-product,.contact-right {
width:100%;
}
.contact-left {
width: 100%;
}
.contact-left input[type="text"] {
margin: 0 0px 23px 0;
}
.cards.text-center img {
width: 75%;
}
.join h6 {
font-size: 18px;
margin-right: 0;
width: 100%;
float: none;
text-align: center;
margin-bottom: 15px;
}
.contact-form input[type=submit] {
margin-top: 15px;
}
.join input[type="text"] {
width: 70%;
}
.join input[type="submit"] {
width: 30%;
}
.contact-info h2, .contact-info h3 {
margin: 0 0 12px 0;
font-size: 20px;
}
.banner-top {
padding-top: 20px;
}
.banner {
min-height: 227px;
}
.banner-bottom-left h2 {
font-size: 23px;
line-height: 34px;
margin: 0 0 0 67px;
}
.banner-info h3 {
font-size: 20px;
}
.banner-info {
margin-top: 40px;
}
.callbacks_tabs {
left: 21%;
}
.shop a {
padding: 7px 10px;
font-size: 12px;
letter-spacing: 0px;
}
.header-top-strip {
padding: 5px 0 10px 0;
}
a.twitter {
margin: 0 0.3em;
width: 20px;
height: 20px;
background: url(../images/follow.png) no-repeat 0px 3px;
background-size: 35px;
}
a.facebook {
width: 20px;
height: 20px;
background: url(../images/follow.png) no-repeat -18px 2px;
background-size: 35px;
}
.online-strip h3 {
font-size: 1.2em;
}
.shipping {
margin-left: 38%;
width: 20%;
margin-bottom: 6px;
}
.follow-us, .online-order {
margin-top: 15px;
}
.products {
width: 100%;
margin-bottom:15px;
margin-right: 0;
}
.new-product {
width: 100%;
}
.latest-bis img {
width: 100%;
}
.latest-bis {
width: 50%;
margin: 30px auto;
}
.login-left,.login-right {
width: 100%;
margin-right: 0%;
padding:0;
}
.login-right {
margin-top:20px;
}
.acount-btn {
font-size: 13px;
padding: 0.7em 1em;
}
.login-right p {
margin: 0 0 1em 0;
}
.login-left h2 {
font-size: 20px;
padding-bottom: 10px;
}
.reg ul li.text-info {
width: 36%;
}
.cart-item {
width: 26%;
margin-right: 3%;
}
.cart-item-info {
width: 71%;
}
.delivery p, .delivery span {
font-size: 13px;
}
.delivery {
margin-top: 2em;
}
.panel-title {
padding: 0;
}
.media-left.response-text-left {
width: 20%;
margin-right: 2%;
}
}
@media screen and (max-width: 320px) {
.header-top-left {
width: 100%;
text-align: center;
}
.header-right {
margin-right:22%;
margin-top:3%;
}
.header-top-left ul li {
margin: 0 10px;
}
.logo a span {
font-size: 25px;
width: 40px;
height: 40px;
padding: 2px 0 0 1px;
margin-top: 6px;
}
.logo h1 a {
font-size: 21px;
}
.navbar-toggle {
padding: 7px 7px;
margin-top: 8px;
margin-right: 0px;
margin-bottom: 8px;
}
.banner-top {
padding-top: 15px;
}
.banner-bottom-left h2 {
font-size: 18px;
line-height: 26px;
margin: 0 0 0 15px;
}
.banner {
min-height: 170px;
}
.banner-info h3 {
font-size: 18px;
}
.banner-info p {
margin: 8px 0;
font-size: 13px;
}
.banner-bottom-right {
width: 57%;
}
.callbacks_tabs a:after {
width: 21px;
height: 3px;
}
.banner-bottom-left {
margin: 55px 0px 0px 30px;
}
.follow-us, .shipping-grid, .online-order {
padding: 0 15px;
width: 100%;
}
.shipping {
margin-left: 14%;
width: 16%;
margin-bottom: 0;
margin-top:0;
}
.shipping-grid{
padding: 0 15px;
width: 100%;
margin: 15px 0;
border-top: 1px solid #C8C8C8;
border-bottom: 1px solid #C8C8C8;
border-left: none;
border-right: none;
padding:10px 0;
}
.online-strip h3 {
font-size: 1.4em;
}
.online-order {
margin-top:0;
}
.follow-us, .online-order {
margin-top: 0;
}
.product {
padding: 0 15px;
width: 100%;
}
.nbs-flexisel-item img {
width: 80%;
margin-left: 10%;
}
.cards.text-center img {
width: 95%;
}
.copyright p {
font-size: 13px;
letter-spacing: 0px;
line-height: 20px;
}
.mask {
left: 32%;
}
.join input[type="text"] {
width: 65%;
}
.join input[type="submit"] {
width: 35%;
font-size: 15px;
}
.span1_of_4 {
width: 100%;
min-height: 230px;
text-align: center;
}
ul.f_nav li a {
font-size: 14px;
}
.span1_of_4 h4 {
font-size: 22px;
margin-top:10px;
}
.dreamcrub {
margin: 0px 0 25px 0;
background-color: #FDFDFD;
padding: 8px 5px;
}
.login-right input[type="submit"] {
padding: 0.5em 1em;
}
.login-left h2 {
font-size: 18px;
}
.reg ul li.text-info {
width: 100%;
margin-bottom: 7px;
}
.reg ul li:nth-child(2) {
margin-left: 0;
width: 100%;
}
.cart-item {
width: 60%;
margin-right: 0;
}
.cart-item-info {
width: 100%;
}
.delivery p, .delivery span {
font-size: 13px;
width: 100%;
margin: 5px 0px;
}
.delivery {
margin-top: 1em;
}
.col-sm-4,.col-sm-6 {
width:100%;
}
.dropdown-menu.columns-3 {
min-width: 270px;
}
ul.multi-column-dropdown h6 {
margin-top: 15px;
}
.dropdown-menu.columns-1 {
min-width: 266px;
}
ul.breadcrumbs li.women {
font-size: 12px;
padding: 3px;
}
ul.previous li a {
font-size: 13px;
}
.latest-bis {
width: 75%;
margin: 25px auto;
}
.mens-toolbar .sort {
width: 60.5%;
}
.view .mask, .view .content {
top: 12em;
left: 6.8em;
}
.social-icons {
width: 45%;
}
p.left {
width: 62%;
}
.col-md-7.dress-info {
padding: 0;
}
.dress-name h3 {
width: 100%;
}
.dress-name span {
float: left;
margin-top: 10px;
}
.view .mask, .view .content {
top: 7em;
left: 1.8em;
font-size: 12px;
padding: 5px;
display:none;
}
.product_image:hover .mask {
display: none;
}
p.tab-text {
font-size: 13px;
}
} | 0.336876 | 0.062331 |
.menu {
list-style: none;
border-bottom: 0.1em solid black;
margin-bottom: 2em;
padding: 0 0 0.5em;
}
.menu:before {
content: "[";
}
.menu:after {
content: "]";
}
.menu > li {
display: inline;
}
.menu > li + li:before {
content: "|";
padding-right: 0.3em;
}
/* Exams Styles */
.dirExam .form .form-group {
position: relative;
margin-bottom: 25px;
}
.dirExam .form .form-group .sel-title {
color: #00aec7;
font-family: 'Roboto', sans-serif;
font-size: 14px;
font-weight: 400;
position: absolute;
top: -10px;
background-color: #ffffff;
padding: 1px 4px;
left: 10px;
}
.dirExam .form .form-group select {
border: 1px solid #DDDDDD;
height: 50px;
border-radius: 3px;
margin-bottom: 15px;
width: 100%;
}
.dirExam .form .form-group.error .sel-title {
color: #ff6d6d;
}
.dirExam .form .form-group.error select {
border-color: #ff6d6d;
}
.dirExam .form .form-group.success select {
border-color: #00aec7;
}
.dirExam .form .form-group.error p {
opacity: 1;
}
.dirExam .form .form-group.error p.surablue {
opacity: 1;
}
.dirExam .form .form-group p {
opacity: 0;
-webkit-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
position: absolute;
bottom: -15px;
font-size: 12px;
color: #ff6d6d;
}
/*
new styles
*/
.bg-sura {
background: #0033A0;
}
.table-details .t-head,
.table-details .t-body {
display: flex;
padding: 8px;
border-radius: 10px;
}
.table-details .t-head .items,
.table-details .t-body .items {
width: 100%;
text-align: center;
border-right: rgba(255, 255, 255, 0.2) solid 1px;
font-size: 12px;
}
.table-details .t-head .items:last-child,
.table-details .t-body .items:last-child {
border: none;
}
.table-details .t-head .items p,
.table-details .t-body .items p {
color: #fff;
margin: 5px 0px;
font-weight: bold;
}
.table-details .t-head .items .icon svg,
.table-details .t-body .items .icon svg {
fill: #e3e829;
width: 16px;
height: 14px;
vertical-align: bottom;
}
.table-details .t-body {
background: #ededed;
border: #ededed solid 1px;
margin-top: 8px;
}
.table-details .t-body .items {
background: #ededed;
border-right-color: #fff;
font-size: 14px;
display: flex;
align-items: center;
justify-content: center;
}
.enbloque{
flex-direction: column;
}
.table-details .t-body .items p {
color: #8a8a8a;
font-weight: normal;
margin: 0;
word-break: break-word;
}
p.blue {
color: #0033A0 !important;
}
.medium {
width: 50% !important;
}
.table-details .t-body .items p.status {
padding: 10px;
color: #fff;
display: inline-block;
max-width: 70px;
border-radius: 20px;
}
.table-details .t-body .items p.status.sts-exped {
background: #62ba46;
}
.table-details .t-body .items p.status.sts-process {
background: #00aec7;
}
.table-details .t-body .items p.status.sts-decline {
background: #f80;
}
.table-details .t-body .items p.status.sts-pendient {
background: #ee533f;
}
@media (min-width: 992px){
.flex-container {
display: flex;
flex-wrap: wrap;
}
}
@media (min-width: 992px){
.flex-container > .tres {
width: 25%;
padding: 10px;
}
}
.flex-container > .seis {
width: 50%;
}
.flex-container > .doce {
width: 100%;
}
.flex-container-center {
display: flex;
justify-content: center;
align-items: center;
} | app/app.css |
.menu {
list-style: none;
border-bottom: 0.1em solid black;
margin-bottom: 2em;
padding: 0 0 0.5em;
}
.menu:before {
content: "[";
}
.menu:after {
content: "]";
}
.menu > li {
display: inline;
}
.menu > li + li:before {
content: "|";
padding-right: 0.3em;
}
/* Exams Styles */
.dirExam .form .form-group {
position: relative;
margin-bottom: 25px;
}
.dirExam .form .form-group .sel-title {
color: #00aec7;
font-family: 'Roboto', sans-serif;
font-size: 14px;
font-weight: 400;
position: absolute;
top: -10px;
background-color: #ffffff;
padding: 1px 4px;
left: 10px;
}
.dirExam .form .form-group select {
border: 1px solid #DDDDDD;
height: 50px;
border-radius: 3px;
margin-bottom: 15px;
width: 100%;
}
.dirExam .form .form-group.error .sel-title {
color: #ff6d6d;
}
.dirExam .form .form-group.error select {
border-color: #ff6d6d;
}
.dirExam .form .form-group.success select {
border-color: #00aec7;
}
.dirExam .form .form-group.error p {
opacity: 1;
}
.dirExam .form .form-group.error p.surablue {
opacity: 1;
}
.dirExam .form .form-group p {
opacity: 0;
-webkit-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
position: absolute;
bottom: -15px;
font-size: 12px;
color: #ff6d6d;
}
/*
new styles
*/
.bg-sura {
background: #0033A0;
}
.table-details .t-head,
.table-details .t-body {
display: flex;
padding: 8px;
border-radius: 10px;
}
.table-details .t-head .items,
.table-details .t-body .items {
width: 100%;
text-align: center;
border-right: rgba(255, 255, 255, 0.2) solid 1px;
font-size: 12px;
}
.table-details .t-head .items:last-child,
.table-details .t-body .items:last-child {
border: none;
}
.table-details .t-head .items p,
.table-details .t-body .items p {
color: #fff;
margin: 5px 0px;
font-weight: bold;
}
.table-details .t-head .items .icon svg,
.table-details .t-body .items .icon svg {
fill: #e3e829;
width: 16px;
height: 14px;
vertical-align: bottom;
}
.table-details .t-body {
background: #ededed;
border: #ededed solid 1px;
margin-top: 8px;
}
.table-details .t-body .items {
background: #ededed;
border-right-color: #fff;
font-size: 14px;
display: flex;
align-items: center;
justify-content: center;
}
.enbloque{
flex-direction: column;
}
.table-details .t-body .items p {
color: #8a8a8a;
font-weight: normal;
margin: 0;
word-break: break-word;
}
p.blue {
color: #0033A0 !important;
}
.medium {
width: 50% !important;
}
.table-details .t-body .items p.status {
padding: 10px;
color: #fff;
display: inline-block;
max-width: 70px;
border-radius: 20px;
}
.table-details .t-body .items p.status.sts-exped {
background: #62ba46;
}
.table-details .t-body .items p.status.sts-process {
background: #00aec7;
}
.table-details .t-body .items p.status.sts-decline {
background: #f80;
}
.table-details .t-body .items p.status.sts-pendient {
background: #ee533f;
}
@media (min-width: 992px){
.flex-container {
display: flex;
flex-wrap: wrap;
}
}
@media (min-width: 992px){
.flex-container > .tres {
width: 25%;
padding: 10px;
}
}
.flex-container > .seis {
width: 50%;
}
.flex-container > .doce {
width: 100%;
}
.flex-container-center {
display: flex;
justify-content: center;
align-items: center;
} | 0.280814 | 0.107437 |
html, body{
font-size: 100%;
font-family: 'Open Sans', sans-serif;
background:#ffffff;
margin: 0;
}
p,ul li,ol li{
margin:0;
font-size:14px;
letter-spacing: 1px;
}
h1,h2,h3,h4,h5,h6{
font-family: 'Raleway', sans-serif;
margin:0;
}
ul,label{
margin:0;
padding:0;
}
body a:hover{
text-decoration:none;
}
input[type="submit"],input[type="reset"],a,.agileinfo_services_grid1_pos,.agileinfo_services_grid1 h4,.simplefilter li{
-webkit-transition: 0.5s ease-in;
-moz-transition: 0.5s ease-in;
-ms-transition: 0.5s ease-in;
-o-transition: 0.5s ease-in;
transition:0.5s ease-in;
}
/*-- banner --*/
.w3_agile_banner_top{
background: #000;
}
.agile_phone_mail{
text-align:right;
}
.agile_phone_mail ul li{
display: inline-block;
padding: 6px 20px;
border-left: 1px solid #353b3e;
color: #fff;
letter-spacing: 1px;
}
.agile_phone_mail ul li a {
text-decoration: none;
color: #efeaea;
}
.agile_phone_mail ul li a:hover{
color:#fff;
}
.agile_phone_mail ul li i{
padding-right:1em;
}
.agileits_w3layouts_banner_nav{
padding:1em;
border-bottom:1px solid #fff;
}
.navbar-default {
background: none;
border: none;
}
.navbar {
border-radius: 0;
margin-bottom:0;
}
.navbar-default .navbar-brand,.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
color: #fff;
}
.navbar-default .navbar-nav > li > a:hover{
color: #eb5424;
}
.agile_short_dropdown {
background: #33cc99;
border: none;
box-shadow: none;
border-radius: 0;
text-align: center;
padding:0;
min-width: 130px;
}
.agile_short_dropdown li a {
color: #fff;
font-weight: 600;
padding: 10px 0;
}
.navbar-brand {
padding: 0;
font-size: .8em;
line-height: 45px;
height: 45px;
letter-spacing: 2px;
}
.navbar-brand span {
color: #fff;
background: #33cc99;
padding: 0 9px 2px 9px;
letter-spacing: 0px;
font-family: 'Open Sans', sans-serif;
font-weight: 100;
}
.navbar-brand i{
font-style: normal;
font-size: 2em;
display: inline-block;
color: #ef5734;
vertical-align: top;
font-weight:800;
}
.w3_agileits_search {
float: right;
width: 35%;
padding: 10px;
background: rgb(0, 0, 0);
border: 1px solid #1a1c1d;
}
.w3_agileits_search input[type="search"]{
outline:none;
color:#fff;
background:none;
border:none;
letter-spacing:1px;
padding:0;
font-size:14px;
width:88%;
}
.w3_agileits_search input[type="submit"]{
outline: none;
background: url(../images/search.png) no-repeat 6px 1px;
border: none;
padding: 0;
width: 10%;
}
.w3_agileits_search input[type="search"]::-webkit-input-placeholder{
color:#fff !important;
}
.navbar-collapse {
padding: 0;
}
.navbar-nav > li > a {
text-transform: uppercase;
padding:5px 15px;
font-weight: 700;
font-size: 13px;
}
.navbar-right {
width: 58%;
margin-right: 0;
}
.navbar-default .navbar-nav > li > a {
color: #212121;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
color: #212121;
background-color: transparent;
}
.navbar-default .navbar-nav > .menu__item--current.open > a,.navbar-default .navbar-nav > .menu__item--current.open > a:focus {
color:#eb5424;
}
.navbar {
min-height: 45px;
}
.navbar-nav {
margin: 0.2em 0 0;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
color: #fff;
background-color: #33cc99;
}
.navbar-nav > li {
margin: 0 2px;
}
.wthree_banner_info{
width: 60%;
margin: 0em auto 0;
text-align: center;
padding-top: 13em;
}
.wthree_banner_info h2{
font-size: 3em;
color: #fff;
font-weight: 600;
text-transform: uppercase;
line-height:1.5em;
margin-bottom:2em;
}
.wthree_banner_info h2 span{
display: block;
font-size: .4em;
line-height: 1.4em;
width: 15%;
margin: 0 auto;
background: #eb5424;
}
ul.agile_forms {
float: left;
}
/*-- //banner --*/
/*-- banner-top --*/
.w3layouts-banner-top{
background: url(../images/banner.jpg) no-repeat 0px 0px;
background-size: cover;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
-moz-background-size: cover;
min-height:700px;
}
.w3layouts-banner-top1{
background: url(../images/banner1.jpg) no-repeat 0px 0px;
background-size: cover;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
-moz-background-size: cover;
min-height:700px;
}
.w3layouts-banner-top2{
background: url(../images/banner2.jpg) no-repeat 0px 0px;
background-size: cover;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
-moz-background-size: cover;
min-height:700px;
}
.agileits-banner-info h3 {
color: #fff;
font-size: 5.5em;
margin: 0.3em 0 0.2em 0;
letter-spacing: 2px;
text-transform: uppercase;
font-weight:800;
text-shadow: 1px 1px 2px rgb(12, 12, 12);
-webkit-text-shadow: 1px 1px 2px rgb(12, 12, 12);
-o-text-shadow: 1px 1px 2px rgb(12, 12, 12);
-moz-text-shadow: 1px 1px 2px rgb(12, 12, 12);
}
.agileits-banner-info h3 span{
background: #2529d8;
padding: 0 15px;
}
.agileits-banner-info {
text-align:center;
padding: 18em 0 0em;
}
.agileits-banner-info p {
color: #e2dfdf;
font-size: 1.1em;
line-height: 1.9em;
letter-spacing: 9px;
font-weight: 600;
text-align:center;
}
.agileits_w3layouts_more{
position:relative;
}
.agileits_w3layouts_more a{
font-size: 17px;
color: #fff;
text-decoration: none;
text-transform: uppercase;
letter-spacing: 4px;
position: relative;
}
.agileits-banner-info span {
background:#ef5734;
padding: 0.5em 2em;
color: #fff;
font-size: 1.1em;
padding: 5px 2em;
text-transform: uppercase;
letter-spacing: 2px;
}
/*-- //banner-top --*/
/*--about--*/
.about-left_w3ls_img {
background: url(../images/ab.jpg)no-repeat center;
min-height: 642px;
background-size: cover;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
-moz-background-size: cover;
background-position:fixed;
}
.about-top_agile_its h2 {
font-size:3em;
font-weight:600;
color: #000;
text-transform: uppercase;
}
.about-top_agile_its {
padding: 7em 0em 0em 3em;
}
.about-top_agile_its h5 {
font-size: 11px;
font-weight: 400;
color: #33cc99;
text-transform: uppercase;
padding: 0px 0px 10px 0px;
border-bottom: 1px solid #cec8c8;
margin: 0px 0px 15px 0px;
letter-spacing: 4px;
}
.about-top_agile_its span {
font-weight: 600;
font-style: italic;
color: #ef5734;
font-size: 1em;
letter-spacing: 1px;
line-height: 2em;
}
.about-top_agile_its p {
font-size:1em;
font-weight: 400;
color: #838383;
line-height: 2em;
letter-spacing:1px;
margin-bottom:1em;
}
p.w3l_sub_para_agile {
color: #33cc99;
letter-spacing: 5px;
font-size: 0.9em;
text-align: center;
font-weight: 400;
}
/*--about end here--*/
/*-- banner-bottom --*/
.banner-bottom,.services,.service-bottom,.contact,#blog{
padding:5em 0;
}
.banner-bottom h3{
text-align: center;
color: #262c38;
font-size: 2em;
text-transform: capitalize;
width: 82%;
font-weight: 700;
margin: 0 auto;
line-height: 1.5em;
letter-spacing: 1px;
}
.banner-bottom h3 span{
color:#33cc99;
}
.banner-bottom h3 span.fixed_w3{
color:#eb5424;
}
.agileits_banner_bottom_grids,.w3layouts_work_grids,.wthree_testimonial_grids,.wthree_services_grids,.w3layouts_mail_grid{
margin:3em 0 0;
}
.w3ls_banner_bottom_grid{
position:relative;
}
.w3ls_banner_bottom_grid_pos{
position:absolute;
top:0%;
left:0%;
width:100%;
text-align:center;
}
/*-- image-effect --*/
.hovereffect {
overflow: hidden;
position: relative;
text-align: center;
}
.hovereffect .overlay {
width: 100%;
height: 100%;
position: absolute;
overflow: hidden;
top: 0;
left: 0;
-webkit-transition: all 0.4s cubic-bezier(0.88,-0.99, 0, 1.81);
transition: all 0.4s cubic-bezier(0.88,-0.99, 0, 1.81);
}
.hovereffect:hover .overlay {
background-color:rgba(23, 24, 24, 0.49);
}
.hovereffect img {
display: block;
position: relative;
}
.hovereffect h4 {
text-transform: uppercase;
color: #fff;
text-align: center;
position: relative;
font-size: 1.2em;
padding: 10px 0;
width: 80%;
margin: 0 auto;
background: rgba(34, 206, 148, 0.51);
-webkit-transform:translateY(60px);
-ms-transform:translateY(60px);
transform:translateY(60px);
-webkit-transition: all 0.4s cubic-bezier(0.88,-0.99, 0, 1.81);
transition: all 0.4s cubic-bezier(0.88,-0.99, 0, 1.81);
letter-spacing:1px;
}
.hovereffect:hover h4 {
-webkit-transform: translateY(20px);
-ms-transform: translateY(20px);
transform: translateY(20px);
-moz-transform: translateY(20px);
-o-transform: translateY(20px);
}
.hovereffect p{
text-transform: uppercase;
color: #fff;
background-color: transparent;
opacity: 0;
filter: alpha(opacity=0);
-webkit-transform: scale(0);
-ms-transform: scale(0);
transform: scale(0);
-webkit-transition: all 0.4s cubic-bezier(0.88,-0.99, 0, 1.81);
transition: all 0.4s cubic-bezier(0.88,-0.99, 0, 1.81);
font-weight: normal;
margin: 0;
padding: 3em 2em 0em;
letter-spacing: 2px;
}
.hovereffect:hover p{
opacity: 1;
filter: alpha(opacity=100);
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
}
.w3l_header {
font-size:2.1em;
color: #262c38;
letter-spacing: 1px;
text-transform: uppercase;
position: relative;
font-weight: 800;
text-align: center;
}
.w3l_header:after {
border-top: 5px solid #eb5424;
display: block;
width: 81px;
content: "";
margin: 8px auto 0;
}
.w3l_header span {
color: #00ba66;
}
/*-- //banner-bottom --*/
/*-- team --*/
.team-grids{
position:relative;
overflow:hidden;
}
.team-grids img {
width: 100%;
}
.team-grids h4 {
font-size: 1.4em;
color: #fff;
font-weight: 800;
letter-spacing: 1px;
}
.team-grids.img-agileinfo-text p {
color: #fff;
margin:.5em 0 .8em;
}
.img-agileinfo-text {
position: absolute;
top: -50%;
padding: 1.5em 2em 0;
text-align: center;
width: 90%;
-webkit-transition: .5s all;
transition: .5s all;
-moz-transition: .5s all;
}
.img-caption::before {
content: '';
position: absolute;
z-index: 0;
top: inherit;
width: 0;
background: rgba(235, 84, 36, 0.8);
-webkit-transition: .5s all;
transition: .5s all;
-moz-transition: .5s all;
}
.team-grids:hover div.img-agileinfo-text {
top: 52%;
}
.team-grids:hover div.img-caption::before {
bottom: 0;
width: 90%;
height: 50%;
}
.w3social-icons ul li {
display: inline-block;
margin: 0 .5em;
}
.w3social-icons ul li a{
color:#fff;
}
.w3social-icons ul li a:hover{
color: #00ba66;
}
.team-w3ls-row {
margin-top: 4em;
}
.img-agileinfo-text p {
color: #fff;
margin: 1em 0;
letter-spacing: 1px;
}
.team-grids img {
width: 100%;
}
/*-- //team --*/
/*-- services --*/
.services{
background: #192138;
}
.specialty-grids-top,.agileits-team-grids,.events-info,.newsletter-grids,.w3layouts-contact-grids,.contact-form{
margin: 4em 0 0 0;
}
.service-box {
background: none;
border: none;
box-shadow: none;
border-radius: 0;
padding: 0;
overflow: visible;
text-align: center;
}
.service-box .icon {
width: 80px;
height: 80px;
border-radius: 50%;
-webkit-border-radius: 50%;
-o-border-radius: 50%;
-moz-border-radius: 50%;
background: #eb5424;
margin: 0 auto;
text-align: center;
position: relative;
}
.icon i.fa{
color:#fff;
font-size:1.5em;
}
.service-box .icon img {
position: relative;
z-index: 100;
transition: all 0.3s ease 0s;
}
.service-box span {
color: rgba(255, 255, 255, 0.55);
line-height: 77px;
font-size: 1.8em;
z-index: 9999;
}
.service-box span:before{
color: rgba(255, 255, 255, 0.55);
line-height: 77px;
font-size: 1.8em;
z-index: 9999;
}
.service-box .icon:before {
content: '';
width: 102%;
height: 102%;
border-radius: 50%;
-webkit-border-radius: 50%;
-o-border-radius: 50%;
-moz-border-radius: 50%;
background: rgba(0, 186, 102, 0.65);
position: absolute;
top: -1px;
left: -1px;
z-index: 10;
-webkit-transform: scale(0);
-moz-transform: scale(0);
-ms-transform: scale(0);
-o-transform: scale(0);
transform: scale(0);
transition: all 0.3s ease 0s;
}
.agile_inner_w3ls-grids.two {
margin-top: 4em;
}
.service-box:hover .icon img {
-webkit-transform: scale(0.9);
-moz-transform: scale(0.9);
-ms-transform: scale(0.9);
-o-transform: scale(0.9);
transform: scale(0.9);
}
.service-box:hover .icon:before {
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
}
.service-box h5 {
font-size: 1em;
color: #fff;
margin: 1.2em 0 0.8em 0;
font-weight: 800;
text-transform: uppercase;
letter-spacing: 1px;
}
.service-box p {
color: #747884;
font-size: .9em;
line-height: 1.9em;
margin: 0;
}
.icon i.fa{
position: absolute;
display: block;
color: #fff;
font-size: 3em;
font-style: normal;
text-align: center;
line-height: 1;
padding:.6em 0 0 0;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
z-index: 999;
top: -22px;
left: 53px;
}
.specialty-button{
margin-top:3em;
}
h3.w3l_header.w3_agileits_header.two {
color: #fff;
}
/*-- //services --*/
/*-- stats --*/
.w3layouts_stats_left{
padding: 5em 0 4em 0;
text-align:center;
}
.w3layouts_stats_left p{
font-size: 2em;
font-weight: 700;
letter-spacing: 2px;
color: #fff;
margin: 0.5em 0;
}
.w3layouts_stats_left h3 {
font-size: 1em;
color: #eb5424;
font-style: italic;
font-family: 'Open Sans', sans-serif;
letter-spacing: 1px;
font-weight: 600;
}
.w3layouts_stats_left i {
font-size: 2.5em;
color: #fff;
}
.w3l_stats_bottom_grid_left img{
margin:0 auto;
}
.stats{
background: url(../images/banner.jpg) no-repeat 0px -212px;
background-size: cover;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
-moz-background-size: cover;
min-height: 300px;
text-align: center;
}
/*-- //stats --*/
/*-- blog --*/
.agile_inner_w3ls-grids {
margin-top: 3em;
}
.w3-agile-post-img a {
background: url(../images/1.jpg) no-repeat 0px 0px;
background-size: cover;
min-height:350px;
display: block;
text-decoration: none;
}
.w3-agile-post-img1 a {
background: url(../images/2.jpg) no-repeat 0px 0px;
background-size: cover;
}
.w3-agile-post-img2 a {
background: url(../images/4.jpg) no-repeat 0px 0px;
background-size: cover;
}
.w3-agile-post-img1 a:focus{
outline:none;
}
.w3-agile-post-img a ul {
padding: 7em 2em 0 2em;
text-align: center;
vertical-align: bottom;
}
.w3-agile-post-img a ul li {
display: block;
color: #FFFFFF;
font-size: 0.8em;
text-decoration: none;
padding: .5em 0em;
border-radius: 20px;
width:18%;
}
.w3-agile-post-img a ul li:nth-child(1){
background: #03A9F4;
}
.w3-agile-post-img a ul li:nth-child(2) {
margin: 1em 0em;
background: #F44336;
}
.w3-agile-post-img a ul li:nth-child(3){
background: #33cc99;
}
.w3-agile-post-info h4 {
margin: 1em 0 0.5em 0;
}
.w3-agile-post-info h4 a {
color: #262c38;
font-size: .9em;
font-weight: 800;
text-transform: uppercase;
letter-spacing: 3px;
text-decoration: none;
margin-top: 1em;
}
.w3-agile-post-info h4 a:hover{
color: #eb5424;
}
.w3-agile-post-info h4 a:focus{
outline:none;
}
.w3-agile-post-info p {
color: #545454;
font-size: 1em;
margin: 1em 0;
line-height: 1.9em;
letter-spacing: 1px;
}
.w3-agile-post-info ul{
padding:0;
margin:0;
}
.w3-agile-post-info ul li{
display: inline-block;
color: #000000;
font-size: 0.9em;
font-style: italic;
letter-spacing: 1px;
}
.w3-agile-post-info ul li:nth-child(2) {
margin: 0 0 0 25em;
}
.w3-agile-post-info ul li a{
color:#999999;
text-decoration:none;
}
.w3-agile-post-info ul li a:hover{
color:#4CAF50;
}
/*-- //blog --*/
/*-- //banner-bottom --*/
/*-- testimonials --*/
.w3layouts_event_left{
padding:0;
}
.w3layouts_event_right{
padding:5em;
}
.w3layouts_event_right h3{
font-size: 1.8em;
color: #262c38;
text-transform: uppercase;
letter-spacing: 5px;
font-weight: 800;
}
.w3layouts_event_right_para{
position: relative;
z-index: 1;
margin:3em 0;
}
.w3layouts_event_right_para p{
font-size: 1.1em;
color: #545454;
width: 80%;
line-height: 2em;
}
.w3layouts_event_right_para_pos{
position:absolute;
top:0%;
left:0%;
z-index: -1;
}
.w3layouts_event_right_para_pos i{
font-size: 3em;
color: #33cc99;
}
.w3_agile_event_right_grid_left img{
border:5px solid #ff464f;
border-radius: 50%;
-webkit-border-radius: 50%;
-o-border-radius: 50%;
-moz-border-radius: 50%;
box-shadow: 0 0px 24px 0 rgba(0, 0, 0, 0.06), 0 1px 0px 0 rgba(0, 0, 0, 0.02);
-webkit-box-shadow: 0 0px 24px 0 rgba(0, 0, 0, 0.06), 0 1px 0px 0 rgba(0, 0, 0, 0.02);
-moz-box-shadow: 0 0px 24px 0 rgba(0, 0, 0, 0.06), 0 1px 0px 0 rgba(0, 0, 0, 0.02);
-o-box-shadow: 0 0px 24px 0 rgba(0, 0, 0, 0.06), 0 1px 0px 0 rgba(0, 0, 0, 0.02);
border: 1px solid #ddd;
margin:0 auto;
}
.w3_agile_event_right_grid_right h4{
font-size: 1.2em;
color: #494c52;
letter-spacing: 2px;
margin: 2em 0 .5em;
color: #262c38;
font-weight: 800;
}
.w3_agile_event_right_grid_right p{
color: #eb5424;
font-size: 13px;
letter-spacing: 2px;
}
/*-- //testimonials --*/
/*-- footer --*/
.footer{
background: url(../images/banner2.jpg) no-repeat 0px 0px;
background-size: cover;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
-ms-background-size: cover;
min-height: 400px;
background-attachment:fixed;
}
.f-bg-w3l {
background: rgba(0, 0, 0, 0.58);
padding: 7em 0 7em 0;
}
.w3layouts_footer_grid h2{
font-size: 1.4em;
color: #fff;
position: relative;
margin-bottom: 1em;
font-weight: 800;
letter-spacing: 1px;
text-transform: uppercase;
}
.w3layouts_footer_grid h2 span{
color:#33cc99;
}
.social_agileinfo li{
display:inline-block;
}
.social_agileinfo li a{
width:40px;
height:40px;
display:block;
border:1px solid #fff;
text-align:center;
color:#fff;
}
.social_agileinfo li a i{
font-size:1em;
line-height:2.8em;
}
.w3_facebook:hover{
border:1px solid #3b5998;
background:#3b5998;
}
.w3_twitter:hover{
border:1px solid #1da1f2;
background:#1da1f2;
}
.w3_instagram:hover{
border:1px solid #833ab4;
background:#833ab4;
}
.w3_google:hover{
border:1px solid #dd4b39;
background:#dd4b39;
}
.w3l_footer_nav{
margin: 3em 0 3em;
}
.w3l_footer_nav li{
display:inline-block;
margin-right:4em;
text-transform:uppercase;
}
.w3l_footer_nav li a{
color:#fff;
font-weight:bold;
text-decoration:none;
}
.w3l_footer_nav li a:hover,.w3l_footer_nav li a.active{
color:#33cc99;
}
.w3layouts_footer_grid p{
color: #fff;
line-height: 1.8em;
letter-spacing: 2px;
}
.w3layouts_footer_grid p a{
color:#fff;
text-decoration:underline;
}
.w3layouts_footer_grid p a:hover{
color:#33cc99;
}
.w3layouts_footer_grid form{
border: 1px solid #fff;
width: 70%;
}
.w3layouts_footer_grid input[type="email"]{
outline: none;
padding: 12px 15px;
color: #fff;
font-size: 14px;
width: 88%;
border: none;
background: rgba(0, 0, 0, 0.22);
letter-spacing:1px;
}
.w3layouts_footer_grid input[type="submit"] {
outline: none;
padding: 11px 0px;
width: 12%;
background: #33cc99 url(../images/arrow.png) no-repeat 15px 11px;
border: none;
float: right;
}
/*-- //footer --*/
/*-- menu --*/
.menu__list {
position: relative;
list-style: none;
}
.menu__link {
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-touch-callout: none;
-khtml-user-select: none;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
/* Iris */
.menu--iris .menu__item {
margin: 0 0.9em 0 0;
}
.menu--iris .menu__link {
position: relative;
text-align: center;
color: #b5b5b5;
-webkit-transition: color 0.3s;
transition: color 0.3s;
}
.menu--iris .menu__link:hover,
.menu--iris .menu__link:focus {
color: #eb5424;
}
.menu--iris .menu__item--current .menu__link {
color: #eb5424;
}
.menu--iris .menu__link::before,
.menu--iris .menu__link::after {
content: '';
position: absolute;
width: 10px;
height: 10px;
opacity: 0;
border: 2px solid #eb5424;
-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
transition: transform 0.3s, opacity 0.3s;
-webkit-transition-timing-function: cubic-bezier(0.17, 0.67, 0.05, 1.29);
transition-timing-function: cubic-bezier(0.17, 0.67, 0.05, 1.29);
}
.menu--iris .menu__link::before {
top: 0;
left: 0;
border-width: 2px 0 0 2px;
-webkit-transform: translate3d(10px, 10px, 0);
transform: translate3d(10px, 10px, 0);
}
.menu--iris .menu__link::after {
right: 0;
bottom: 0;
border-width: 0 2px 2px 0;
-webkit-transform: translate3d(-10px, -10px, 0);
transform: translate3d(-10px, -10px, 0);
}
.menu--iris .menu__item--current .menu__link::before,
.menu--iris .menu__item--current .menu__link::after,.menu__link:hover::before,.menu__link:hover::after{
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
/*-- //menu --*/
/*-- bootstrap-pop-up --*/
.close {
opacity: 1;
}
.modal-header {
border-bottom: none!important;
}
.modal-body p {
color: #383535;
text-align: left;
padding: 2em 1em 1em;
margin: 0 !important;
line-height: 2em;
}
.modal-body p i {
display: block;
margin: 2em 0 0;
color: #33cc99;
}
.modal-content {
border-radius: 0;
}
button.close {
font-size: 1em;
color:#014727;
outline: none;
}
.modal-body h5 {
font-weight: 700;
margin: 0 0 1em 0;
text-transform: uppercase;
letter-spacing: 1px;
text-align: center;
font-size: 1.4em;
color: #262c38;
}
/*-- //bootstrap-pop-up --*/
/*-- to-top --*/
#toTop {
display: none;
text-decoration: none;
position: fixed;
bottom: 20px;
right: 2%;
overflow: hidden;
z-index: 999;
width: 32px;
height: 32px;
border: none;
text-indent: 100%;
background: url(../images/arrow-top.png) no-repeat 0px 0px;
}
#toTopHover {
width: 32px;
height: 32px;
display: block;
overflow: hidden;
float: right;
opacity: 0;
-moz-opacity: 0;
filter: alpha(opacity=0);
}
/*-- //to-top --*/
/*-- services --*/
.banner1 {
background: url(../images/banner2.jpg) no-repeat 0px 0px;
background-size: cover;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
-ms-background-size: cover;
min-height: 261px;
}
.w3_agileits_service_banner_info h2 {
text-align: center;
font-size: 2.3em;
color: #fff;
padding-top: 3em;
text-transform: uppercase;
letter-spacing: 5px;
font-weight: 800;
}
.services.two {
background: #fff;
}
.wthree_services_grid_left h3{
font-size: 1.4em;
color: #212121;
line-height: 1.5em;
letter-spacing: 1px;
font-weight: 700;
}
.wthree_services_grid_left h4 {
font-size: 0.9em;
letter-spacing: 8px;
color: #a8abb1;
}
.wthree_services_grid_left h3 span{
color:#eb5424;
}
.wthree_services_grid_left p{
color: #545454;
line-height:2em;
margin:2em 0;
}
.w3_agileits_more a {
border-color: #eb5424;
}
.w3_agileits_more a.link.link--kumya{
color:#eb5424;
}
.w3_agileits_more a:hover {
border-color: #212121;
}
.agileits_w3layouts_service_grid{
text-align:center;
}
.agile_service_grd{
width: 80px;
height: 80px;
text-align: center;
margin: 0 auto;
position: relative;
z-index: 1;
background: #212121;
}
.agileits_w3layouts_service_grid:nth-child(4),.agileits_w3layouts_service_grid:nth-child(5),.agileits_w3layouts_service_grid:nth-child(6){
margin-top:2em;
}
.agile_service_grd i{
font-size: 2em;
color: #fff;
line-height: 2.5em;
}
.agileits_w3layouts_service_grid h4{
font-size: 1.2em;
color: #33cc99;
margin: 1em 0 .6em;
padding: .3em 0;
font-weight: 600;
letter-spacing: 1px;
}
.agileits_w3layouts_service_grid p{
color: #545454;
line-height:1.9em;
}
.agileits_w3layouts_service_grid:hover .agile_service_grd{
-webkit-animation: fa-spin 3s infinite linear;
animation: fa-spin 3s infinite linear;
background:#33cc99;
border-color:#33cc99;
}
.agileits_w3layouts_service_grid:hover .agile_service_grd i{
color:#fff;
}
/*-- //services --*/
/*-- stats-bottom --*/
.agileinfo_services_grid1{
padding:2em;
background:#f5f5f5;
position:relative;
border: 1px solid #e4e5e6;
}
.agileinfo_services_grid1_pos{
position: absolute;
width: 50px;
height: 50px;
background: #eb5424;
border-radius: 40px;
bottom: -11%;
right: 13%;
text-align: center;
}
.agileinfo_services_grid1_pos span{
color: #fff;
font-size: 1em;
top: 15px;
}
.agileinfo_services_grid1 h4{
font-size:1.1em;
color:#212121;
text-transform:capitalize;
line-height:1.5em;
position:relative;
padding-bottom:.5em;
letter-spacing: 2px;
}
.agileinfo_services_grid1 p{
color: #545454;
line-height:2em;
margin:1em 0 0;
}
.agileinfo_services_grids{
margin:5em 0 4em;
}
.agileinfo_services_grid:hover .agileinfo_services_grid1 h4:after,.agileinfo_services_grid:hover .agileinfo_services_grid1_pos{
background: #33cc99;
}
.agileinfo_services_grid:hover .agileinfo_services_grid1_pos span{
color: #fff;
}
/*-- //stats-bottom --*/
/*-- gallery --*/
#gallery {
padding:6em 0 0 0;
}
#portfolio p {
line-height: 1.8em;
margin: 25px 0 0 0;
font-size:1.1
color: #ffffff;
font-weight: 300;
}
.gallery-section h3{
margin: 0;
color: #ffffff;
font-size: 36px;
font-weight: 500;
letter-spacing: 18px;
}
.gallery-grid {
padding: 0;
}
.gallery1 {
position:relative;
}
.gallery1 .textbox {
width:100%;
height:100%;
position:absolute;
top:0;
left:0;
-webkit-transform: scale(0);
transform: scale(0);
background-color: rgba(51, 204, 153, 0.92);
}
.gallery1:hover .textbox {
-webkit-transform: scale(1);
transform: scale(1);
}
.gallery-grid img{
width:100%;
}
.textbox {
-webkit-transition: all 0.7s ease;
transition: all 0.7s ease;
text-align:center;
}
.textbox h4 {
font-size: 2em;
color: #FFF;
margin-top: 2.5em;
text-transform: uppercase;
font-weight: 800;
letter-spacing: 1px;
}
.textbox p {
font-size: 26px !important;
color: #fff;
background: rgba(0, 0, 0, 0.83);
margin: 6px 0 0 0!important;
padding: 3px 0;
}
.inner_w3l_agile_grids-gal {
margin-top: 3em;
}
/*--//gallery--*/
/*-- icons --*/
ul.bs-glyphicons-list li:hover {
background: #000;
transition: 0.5s all;
-webkit-transition: 0.5s all;
-o-transition: 0.5s all;
-ms-transition: 0.5s all;
-moz-transition: 0.5s all;
}
ul.bs-glyphicons-list li:hover span {
color: #fff;
}
.codes a {
color: #999;
}
.row.fontawesome-icon-list {
margin: 0;
}
.icon-box {
padding: 8px 15px;
background:rgba(149, 149, 149, 0.18);
margin: 1em 0 1em 0;
border: 5px solid #ffffff;
text-align: left;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
font-size: 13px;
transition: 0.5s all;
-webkit-transition: 0.5s all;
-o-transition: 0.5s all;
-ms-transition: 0.5s all;
-moz-transition: 0.5s all;
cursor: pointer;
}
.icon-box:hover {
background: #000;
transition:0.5s all;
-webkit-transition:0.5s all;
-o-transition:0.5s all;
-ms-transition:0.5s all;
-moz-transition:0.5s all;
}
.icon-box:hover i.fa {
color:#fff !important;
}
.icon-box:hover a.agile-icon {
color:#fff !important;
}
.codes .bs-glyphicons li {
float: left;
width: 12.5%;
height: 115px;
padding: 10px;
line-height: 1.4;
text-align: center;
font-size: 12px;
list-style-type: none;
}
.codes .bs-glyphicons .glyphicon {
margin-top: 5px;
margin-bottom: 10px;
font-size: 24px;
}
.codes .glyphicon {
position: relative;
top: 1px;
display: inline-block;
font-family: 'Glyphicons Halflings';
font-style: normal;
font-weight: 400;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
color: #777;
}
.codes .bs-glyphicons .glyphicon-class {
display: block;
text-align: center;
word-wrap: break-word;
}
h3.icon-subheading {
font-size: 25px;
color:#eb5424 !important;
margin: 30px 0 15px;
}
h3.agileits-icons-title {
text-align: center;
font-size: 30px;
color: #000;
}
.icons a {
color: #999;
}
.icon-box i {
margin-right: 10px !important;
font-size: 20px !important;
color: #282a2b !important;
}
.bs-glyphicons li {
float: left;
width: 18%;
height: 115px;
padding: 10px;
line-height: 1.4;
text-align: center;
font-size: 12px;
list-style-type: none;
background:rgba(149, 149, 149, 0.18);
margin: 1%;
cursor: pointer;
}
.bs-glyphicons .glyphicon {
margin-top: 5px;
margin-bottom: 10px;
font-size: 24px;
color: #282a2b;
}
.glyphicon {
position: relative;
top: 1px;
display: inline-block;
font-family: 'Glyphicons Halflings';
font-style: normal;
font-weight: 400;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
color: #777;
}
.bs-glyphicons .glyphicon-class {
display: block;
text-align: center;
word-wrap: break-word;
}
@media (max-width:1080px){
.icon-box {
width:33.33%;
}
}
@media (max-width:991px){
h3.agileits-icons-title {
font-size: 28px;
}
h3.icon-subheading {
font-size: 22px;
}
.icon-box {
width: 50%;
}
}
@media (max-width:768px){
h3.agileits-icons-title {
font-size: 28px;
}
h3.icon-subheading {
font-size: 25px;
}
.row {
margin-right: 0;
margin-left: 0;
}
.icon-box {
margin: 0;
}
.agileits_w3layouts_service_grid h4 {
font-size: 0.9em;
letter-spacing: 4px;
}
}
@media (max-width:767px){
.team-grids:hover div.img-caption::before, .img-agileinfo-text {
width: 93.5%;
}
}
@media (max-width:667px){
.team-grids:hover div.img-caption::before, .img-agileinfo-text {
width: 100%!important;
}
}
@media (max-width: 640px){
.icon-box {
float: left;
width: 50%;
}
h3.icon-subheading {
font-size: 22px;
}
.grid_3.grid_4.w3_agileits_icons_page {
margin-top: 25px;
}
}
@media (max-width: 480px){
.bs-glyphicons li {
width: 31%;
}
}
@media (max-width: 414px){
h3.agileits-icons-title {
font-size: 23px;
}
h3.icon-subheading {
font-size: 18px;
}
.bs-glyphicons li {
width: 31.33%;
}
}
@media (max-width: 384px){
.icon-box {
float: none;
width: 100%;
}
}
@media (max-width: 375px){
.w3_agileits_icons_page {
margin: 25px 0 0 !important;
}
}
/*-- //icons --*/
/*--Typography--*/
.well {
font-weight: 300;
font-size: 14px;
}
.list-group-item {
font-weight: 300;
font-size: 14px;
}
li.list-group-item1 {
font-size: 14px;
font-weight: 300;
}
.typo p {
margin: 0;
font-size: 14px;
font-weight: 300;
}
.show-grid [class^=col-] {
background: #fff;
text-align: center;
margin-bottom: 10px;
line-height: 2em;
border: 10px solid #f0f0f0;
}
.show-grid [class*="col-"]:hover {
background: #e0e0e0;
}
.grid_3{
margin-bottom:2em;
}
.xs h3, h3.m_1{
color:#000;
font-size:1.7em;
font-weight:300;
margin-bottom: 1em;
}
.grid_3 p{
color: #999;
font-size: 0.85em;
margin-bottom: 1em;
font-weight: 300;
}
.grid_4{
background:none;
margin-top:50px;
}
.label {
font-weight: 300 !important;
border-radius:4px;
}
.grid_5{
background:none;
padding:2em 0;
}
.grid_5 h3, .grid_5 h2, .grid_5 h1, .grid_5 h4, .grid_5 h5, h3.hdg, h3.bars {
margin-bottom: 1em;
color:#eb5424;
}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
border-top: none !important;
}
.tab-content > .active {
display: block;
visibility: visible;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
z-index: 0;
}
.badge-primary {
background-color: #03a9f4;
}
.badge-success {
background-color: #8bc34a;
}
.badge-warning {
background-color: #ffc107;
}
.badge-danger {
background-color: #e51c23;
}
.grid_3 p{
line-height: 2em;
color: #888;
font-size: 0.9em;
margin-bottom: 1em;
font-weight: 300;
}
.bs-docs-example {
margin: 1em 0;
}
section#tables p {
margin-top: 1em;
}
.tab-container .tab-content {
border-radius: 0 2px 2px 2px;
border: 1px solid #e0e0e0;
padding: 16px;
background-color: #ffffff;
}
.table td, .table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
padding: 15px!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 {
font-size: 0.9em;
color: #999;
border-top: none !important;
}
.tab-content > .active {
display: block;
visibility: visible;
}
.label {
font-weight: 300 !important;
}
.label {
padding: 4px 6px;
border: none;
text-shadow: none;
}
.alert {
font-size: 0.85em;
}
h1.t-button,h2.t-button,h3.t-button,h4.t-button,h5.t-button {
line-height:2em;
margin-top:0.5em;
margin-bottom: 0.5em;
}
li.list-group-item1 {
line-height: 2.5em;
}
.input-group {
margin-bottom: 20px;
}
.in-gp-tl{
padding:0;
}
.in-gp-tb{
padding-right:0;
}
.list-group {
margin-bottom: 48px;
}
ol {
margin-bottom: 44px;
}
h2.typoh2{
margin: 0 0 10px;
}
@media (max-width:768px){
.grid_5 {
padding: 0 0 1em;
}
.grid_3 {
margin-bottom: 0em;
}
.grid_3.grid_5.w3l {
margin-top: 1.5em;
}
}
@media (max-width:640px){
h1, .h1, h2, .h2, h3, .h3 {
margin-top: 0px;
margin-bottom: 0px;
}
.grid_5 h3, .grid_5 h2, .grid_5 h1, .grid_5 h4, .grid_5 h5, h3.hdg, h3.bars {
margin-bottom: .5em;
}
.progress {
height: 10px;
margin-bottom: 10px;
}
ol.breadcrumb li,.grid_3 p,ul.list-group li,li.list-group-item1 {
font-size: 14px;
}
.breadcrumb {
margin-bottom: 25px;
}
.well {
font-size: 14px;
margin-bottom: 10px;
}
h2.typoh2 {
font-size: 1.5em;
}
.label {
font-size: 60%;
}
.in-gp-tl {
padding: 0 1em;
}
.in-gp-tb {
padding-right: 1em;
}
.list-group {
margin-bottom: 20px;
}
}
@media (max-width:480px){
.grid_5 h3, .grid_5 h2, .grid_5 h1, .grid_5 h4, .grid_5 h5, h3.hdg, h3.bars {
font-size: 1.2em;
}
.table h1 {
font-size: 26px;
}
.table h2 {
font-size: 23px;
}
.table h3 {
font-size: 20px;
}
.label {
font-size: 53%;
}
.alert,p {
font-size: 14px;
}
.pagination {
margin: 20px 0 0px;
}
.grid_3.grid_4.w3layouts {
margin-top: 0;
}
}
@media (max-width: 320px){
.grid_4 {
margin-top: 18px;
}
h3.title {
font-size: 1.6em;
}
.alert, p,ol.breadcrumb li, .grid_3 p,.well, ul.list-group li, li.list-group-item1,a.list-group-item {
font-size: 13px;
}
.alert {
padding: 10px;
margin-bottom: 10px;
}
ul.pagination li a {
font-size: 14px;
padding: 5px 11px;
}
.list-group {
margin-bottom: 10px;
}
.well {
padding: 10px;
}
.nav > li > a {
font-size: 14px;
}
table.table.table-striped,.table-bordered,.bs-docs-example {
display: none;
}
}
/*-- //typography --*/
/*-- mail --*/
.w3layouts_mail_grid_left1{
float: left;
width: 70px;
height: 70px;
text-align: center;
border-radius:50px;
}
.w3layouts_mail_grid_left1 span{
font-size: 1.3em;
color: #fff;
line-height: 3.2em;
}
.w3layouts_mail_grid_left2{
float:right;
width:70%;
text-align: left;
}
.w3layouts_mail_grid_left2 h3{
font-size: 1.1em;
color: #eb5424;
margin: 1em 0 0.3em;
text-transform: uppercase;
letter-spacing: 4px;
}
.w3layouts_mail_grid_left2 a{
text-decoration:none;
color:#999;
font-size:14px;
}
.w3layouts_mail_grid_left2 a:hover{
color:#212121;
}
.w3layouts_mail_grid_left2 p{
color: #545454;
}
/* Radial Out */
.hvr-radial-out {
display: inline-block;
vertical-align: middle;
-webkit-transform: perspective(1px) translateZ(0);
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
position: relative;
overflow: hidden;
background: #404040;
-webkit-transition-property: color;
transition-property: color;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
}
.hvr-radial-out:before {
content: "";
position: absolute;
z-index: -1;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: #33cc99;
border-radius: 100%;
-webkit-transform: scale(0);
transform: scale(0);
-webkit-transition-property: transform;
transition-property: transform;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-timing-function: ease-out;
transition-timing-function: ease-out;
}
.hvr-radial-out:hover, .hvr-radial-out:focus, .hvr-radial-out:active {
color: white;
}
.hvr-radial-out:hover:before, .hvr-radial-out:focus:before, .hvr-radial-out:active:before,.w3layouts_mail_grid_left:hover .hvr-radial-out:before{
-webkit-transform: scale(2);
transform: scale(2);
}
.w3_agile_map iframe{
width:100%;
min-height:350px;
}
.agileits_mail_grid_left h4{
font-size: 1.4em;
color: #262c38;
letter-spacing: 1px;
font-weight: 800;
margin-bottom: 1.5em;
}
.agileits_mail_grid_lft_grid1.w3_agileits_mail_grid_lft_grid1 h4{
font-size:1.4em;
color: #262c38;
letter-spacing: 1px;
font-weight: 800;
margin-bottom: 1.5em;
}
.agileits_mail_grid_lft_grid ul li{
list-style-type:none;
color:#212121;
margin-bottom:1.5em;
}
.agileits_mail_grid_lft_grid ul li i{
padding-right:1em;
color:#33cc99;
}
.agileits_mail_grid_lft_grid1 h4 span{
color:#eb5424;
}
.agileits_mail_grid_lft_grid1 ul li{
list-style-type: none;
color: #999;
line-height: 1.8em;
margin-bottom:1.5em;
position:relative;
padding-left: 2em;
}
.agileits_mail_grid_lft_grid1 ul li:last-child{
margin-bottom:0;
}
.agileits_mail_grid_lft_grid1 ul li:before{
content:"\f099";
position:absolute;
top:0%;
left:0%;
font-family: FontAwesome;
color:#1da1f2;
}
.agileits_mail_grid_lft_grid1 ul li a{
color:#212121;
text-decoration:none;
font-weight: 600;
}
.agileits_mail_grid_lft_grid1 ul li a:hover{
color:#999;
}
.agileits_mail_grid_right1{
padding:3em;
background:#f5f5f5;
}
.agileits_mail_grid_right1 span i{
color: #fff;
font-size: 15px;
text-transform: uppercase;
font-style: normal;
float: left;
width: 15%;
background: #eb5424;
padding: 10px 10px;
text-align: center;
}
.agileits_mail_grid_right1 input[type="text"],.agileits_mail_grid_right1 input[type="email"],.agileits_mail_grid_right1 textarea{
outline: none;
width: 85%;
background: #fff;
color: #212121;
padding: 10px;
font-size: 14px;
border: 1px solid #E7E7E7;
}
.agileits_mail_grid_right1 span {
padding: .5em 0;
display: block;
}
.agileits_mail_grid_right1 textarea{
min-height:200px;
}
.agileits_mail_grid_right1 input[type="submit"] {
outline: none;
width: 17%;
background: #33cc99;
color: #fff;
padding: 15px 0;
font-size: 1em;
border: none;
margin: .5em 0 0 9.8em;
}
.agileits_mail_grid_right1 input[type="submit"]:hover{
background:#eb5424;
}
.agileits_mail_grid_right.agileits_w3layouts_mail_grid_right {
margin-bottom: 3em;
}
/*-- //mail --*/
/*-- registration --*/
.signin-form {
padding: 0em 1em 1em 1em;
text-align: center;
}
.signin-form h3,h3.agileinfo_sign {
font-size: 1.5em;
color: #212121;
font-weight: 700;
margin: 1em 0 0.8em 0;
text-transform: uppercase;
letter-spacing: 1px;
}
h3.agileinfo_sign {
text-align:center;
}
.signin-form h3 span {
color: #67e1ff;
}
.signin-form img {
border-radius: 50%;
}
.login-form {
margin: 1em 0 2.5em;
}
.signin-form input[type="email"],.signin-form input[type="text"], .signin-form input[type="password"] {
width: 100%;
padding: 1em 1em 1em 1em;
font-size: 0.8em;
margin: 0.5em 0;
outline: none;
color: #212121;
border: none;
border: 1px solid #ccc;
letter-spacing: 1px;
text-align: center;
}
.signin-form input[type="email"] {
background: none;
display: block;
}
.signin-form input[type="text"] {
background: none;
display: block;
}
.signin-form input[type="password"] {
background: none;
display: block;
}
.signin-form ::-webkit-input-placeholder{
color:#212121 !important;
}
.signin-form input[type="submit"] {
outline: none;
padding: 0.8em 0;
width: 100%;
text-align: center;
font-size: 1em;
margin-top: 1em;
border: none;
color: #FFFFFF;
text-transform:uppercase;
cursor: pointer;
background: #33cc99;
box-shadow: 0px 2px 1px rgba(28, 28, 29, 0.42);
}
.signin-form input[type="submit"]:hover {
color: #fff;
background: #000;
transition: .5s all;
-webkit-transition: .5s all;
-moz-transition: .5s all;
-o-transition: .5s all;
-ms-transition: .5s all;
}
.signin-form p a {
font-size: 0.875em;
color: #212121;
letter-spacing: 1px;
}
.login-social-grids{
margin: 1em 0;
}
.login-social-grids ul {
padding: 0;
margin: 0;
}
.login-social-grids ul li {
display: inline-block;
margin: 0 .5em 0 0;
}
.login-social-grids ul li a {
color: #FFFFFF;
text-align: center;
}
.login-social-grids ul li a i.fa.fa-facebook, .login-social-grids ul li a i.fa.fa-twitter, .login-social-grids ul li a i.fa.fa-rss{
height: 30px;
width: 30px;
border: solid 2px #212121;
line-height: 29px;
background: none;
color: #212121;
transition: 0.5s all;
-webkit-transition: 0.5s all;
-moz-transition: 0.5s all;
-o-transition: 0.5s all;
-ms-transition: 0.5s all;
}
.login-social-grids ul li a i.fa.fa-facebook:hover {
border: solid 2px #3b5998;
background:#3b5998;
color: #FFFFFF;
}
.login-social-grids ul li a i.fa.fa-twitter:hover{
border: solid 2px #55acee;
background:#55acee;
color: #FFFFFF;
}
.login-social-grids ul li a i.fa.fa-rss:hover{
border: solid 2px #f26522;
background:#f26522;
color: #FFFFFF;
}
.modal-header .close{
float:right!important;
}
.form-control:focus {
border: 1px solid #ccc;
outline: 0;
box-shadow:none!important;
}
/*-- //registration --*/
/*-- start-responsive-design --*/
@media (max-width:1440px){
.navbar-right {
width: 64%;
}
.wthree_banner_info {
width: 67%;
}
.w3layouts-banner-top,.w3layouts-banner-top1,.w3layouts-banner-top2 {
min-height: 630px;
}
.agileits-banner-info {
padding: 15em 0 0em;
}
.w3layouts_event_right {
padding: 3em 5em 2em 5em;
}
.banner-bottom, .services, .service-bottom, .contact,#blog {
padding: 4em 0;
}
}
@media (max-width: 1366px){
.navbar-right {
width: 70%;
}
.banner {
min-height: 645px;
}
.wthree_banner_info {
margin: 9em auto 0;
}
.wthree_banner_info h2 {
font-size: 2.6em;
}
.w3layouts_work_grid_right {
padding: 5em 13em 5em 5em;
}
.team {
min-height: 450px;
}
.w3layouts_event_right_para p {
font-size: 1.1em;
color: #545454;
width: 100%;
line-height: 2em;
}
.w3l_header {
font-size:2em;
}
}
@media (max-width: 1280px){
.navbar-right {
width: 73%;
}
.banner-bottom h3 {
font-size: 2.2em;
}
.w3layouts_work_grid_right h5 {
font-size: 1.85em;
}
.w3layouts_work_grid_left {
width: 45%;
}
.w3layouts_work_grid_left_pos {
top: 19%;
right: -15%;
}
.w3layouts-banner-top, .w3layouts-banner-top1, .w3layouts-banner-top2 {
min-height: 530px;
}
.agileits-banner-info {
padding: 11em 0 0em;
}
.w3layouts_event_right {
padding: 2em 4em 2em 4em;
}
.agileits-banner-info h3 {
font-size: 4.5em;
}
.agileinfo_services_grids {
margin: 2em 0 4em;
}
.team-grids h4 {
font-size: 1.2em;
}
}
@media (max-width: 1080px){
.navbar-right {
width: 80%;
}
.w3_agileits_search {
width:34%;
}
.menu--iris .menu__item {
margin: 0 1em 0 0;
}
.wthree_banner_info {
width: 80%;
}
.banner {
min-height: 565px;
background-position:-75px 0px;
}
.wthree_banner_info h2 {
font-size: 2.4em;
margin-bottom: 1.5em;
}
.banner-bottom h3 {
font-size: 1.7em;
}
.hovereffect h4 {
font-size: 1.2em;
padding: 7px 0;
width: 75%;
-webkit-transform: translateY(50px);
-ms-transform: translateY(50px);
transform: translateY(50px);
}
.hovereffect p {
padding: 2.5em 1em 0em;
letter-spacing: 1px;
}
.w3layouts_work_grid_right {
padding:3em 7em 4em 3em;
}
.w3l_header:after {
left: 17%;
}
.w3_agile_team_grid {
width: 50%;
margin: 5em 0 0 6em;
}
.team {
min-height: 410px;
}
.w3_agileits_header:after {
left:30% !important;
}
.agileits_testimonials_right_grid:before {
left: -4%;
}
.w3_testimonials_right_grid:before {
right: -4% !important;
}
.wthree_testimonial_grid_right h3 {
font-size: 1.8em;
}
.w3layouts_footer_grid h2:after {
left: 45%;
}
.w3l_footer_nav li:last-child{
margin-right:0;
}
.agileits_w3layouts_service_grid h4 {
font-size: 0.9em;
letter-spacing: 2px;
}
.w3_agileits_service_banner_info h2 {
font-size: 2.5em;
}
.banner1 {
min-height: 160px;
}
.agile_service_grd {
width: 80px;
height: 80px;
}
.agile_service_grd i {
font-size: 1.7em;
line-height: 2.8em;
}
.wthree_services_grid_left h3 {
font-size: 1.3em;
}
.agileinfo_services_grid1 h4 {
letter-spacing: 0px;
}
.w3_agileits_header1:after {
left: 24% !important;
}
.w3_textbox h4 {
font-size: 1.5em;
margin: 1.5em 0 .5em;
}
.agileits_mail_grid_right1 {
padding: 2em;
}
.agileits_mail_grid_right1 span i {
font-size: 13px;
}
.navbar-brand i {
font-size: 1.8em;
}
.navbar-brand span {
padding: 0 9px 2px 9px;
font-size: 0.9em;
}
.w3_agileits_search {
width: 30%;
}
.service-box p {
font-size: .85em;
margin: 0;
}
.icon i.fa {
top: -29px;
left: 53px;
font-size: 2.5em;
}
.w3-agile-post-img a {
min-height: 290px;
}
.w3-agile-post-info ul li:nth-child(2) {
margin: 0 0 0 18em;
}
.w3-agile-post-img a ul li {
font-size: 0.8em;
padding: .5em 0em;
width: 21%;
}
.w3layouts_event_right {
width: 100%;
padding: 3em 5em 3em 5em;
}
.w3layouts_event_left {
padding: 0;
float: none;
margin: 0 auto;
}
.stats {
min-height: 254px;
text-align: center;
}
.w3layouts_stats_left {
padding: 4em 0 4em 0;
}
.textbox h4 {
font-size: 2em;
margin-top: 1.9em;
}
.w3_agileits_service_banner_info h2 {
font-size: 2em;
padding-top: 2em;
}
.agileits-banner-info p {
font-size: 1em;
}
.f-bg-w3l {
padding: 5em 0 5em 0;
}
.f-bg-w3l {
padding: 5em 0 5em 0;
}
.footer {
min-height: 348px;
}
.w3layouts_mail_grid_left2 h3 {
font-size: 1em;
margin: 1em 0 0.3em;
letter-spacing: 4px;
}
.agileits_mail_grid_right1 input[type="submit"] {
width: 17%;
margin: .5em 0 0 8.2em;
}
.agileits_mail_grid_left h4 {
font-size: 1.2em;
margin-bottom: 1.5em;
}
.agileits_mail_grid_left h4 {
font-size: 1.2em;
margin-bottom: 1.5em;
}
.agile_inner_w3ls-grids {
margin-top: 2em;
}
.team-grids h4 {
font-size: 1.2em;
}
.team-grids:hover div.img-caption::before,.img-agileinfo-text {
width: 87.5%;
}
.team-grids:hover div.img-caption::before {
height: 57%;
}
.team-grids:hover div.img-agileinfo-text {
top: 46%;
}
.team-w3ls-row {
margin-top:3em;
}
}
@media (max-width: 1024px){
.w3_agileits_search {
width: 30%;
}
.w3layouts_work_grid_right h5 {
font-size: 1.8em;
}
.w3layouts_work_grid_right {
padding: 2em 7em 0em 3em;
}
.w3_agileits_search input[type="submit"] {
background-position:2px 1px;
}
.navbar-nav > li > a {
padding: 5px 14px;
font-size:12px;
}
.agileits-banner-info h3 {
font-size: 4em;
}
.w3layouts_stats_left {
padding: 3em 0 0em 0;
}
.stats {
min-height: 235px;
text-align: center;
}
}
@media (max-width: 991px){
.navbar-nav > li > a {
padding: 3px 10px;
}
.menu--iris .menu__item:last-child{
margin-right:0;
}
.w3_agileits_search {
width: 35%;
}
.navbar-nav {
margin: 0.5em 0 0;
}
.wthree_banner_info h2 {
font-size: 2.2em;
}
.link--kumya {
padding: 12px 25px;
}
.banner-bottom h3 {
width: 100%;
}
.agileits_banner_bottom_grid {
float: left;
width: 50%;
}
.agileits_banner_bottom_grid:nth-child(2){
margin-bottom:2em;
}
.hovereffect h4 {
-webkit-transform: translateY(83px);
-ms-transform: translateY(83px);
transform: translateY(83px);
}
.hovereffect:hover h4 {
-webkit-transform: translateY(55px);
-ms-transform: translateY(55px);
transform: translateY(55px);
-moz-transform: translateY(55px);
-o-transform: translateY(55px);
}
.hovereffect p {
padding: 5.5em 1em 0em;
}
.w3l_header:after {
left: 21%;
}
.w3layouts_work_grid_right {
padding: 2em 5em 0em 3em;
}
.w3_agile_team_grid {
width: 55%;
margin: 5em 0 0 4em;
}
.w3layouts_footer_grid:first-child {
float: left;
width: 35%;
}
.w3layouts_footer_grid:nth-child(2) {
float: right;
width: 65%;
}
.w3layouts_footer_grid form {
width: 100%;
}
.w3layouts_footer_grid h2:after {
left: 56%;
width: 40%;
}
.w3l_footer_nav li {
margin-right: 1.7em;
}
.agileits_w3layouts_service_grid {
float: left;
width: 33.33%;
}
.wthree_services_grid_right {
margin-top: 2em;
}
.agileits_w3layouts_service_grid h4 {
font-size: 1.1em;
letter-spacing: 7px;
}
.w3layouts_service_bottom_grid {
float: left;
width: 25%;
}
.agileits_w3layouts_stats_grid {
width: 65px;
height: 65px;
}
.agileits_w3layouts_stats_grid i {
font-size: 1.5em;
line-height: 2.5em;
}
.w3layouts_service_bottom_grid p {
font-size: 1.7em;
width: 80%;
}
.w3layouts_service_bottom_grid h3 {
font-size: 1.2em;
letter-spacing: 1px;
}
.agileinfo_services_grid {
padding-top: 3em;
}
.agileinfo_services_grids {
margin: 1em 0 0em;
}
.agileinfo_services_grid1 h4 {
letter-spacing: 2px;
font-size: 1.2em;
}
.agileinfo_services_grid1_pos {
top: -22%;
}
.agileinfo_services_grid1 h4:after {
right: 50%;
}
.w3_agileits_header1:after {
left: 31% !important;
}
.agileits_portfolio_grid .w3_textbox {
padding: 0 1em;
}
.w3_textbox h4 {
font-size: 1em;
letter-spacing: 3px;
}
.simplefilter li {
padding: 0.6em 1.5em;
font-size: 13px;
}
.w3layouts_mail_grid_left {
float: left;
width: 100%;
text-align: center;
margin-bottom: 1em;
padding:0;
}
.w3layouts_mail_grid_left1 {
float: none;
margin-left: 3.5em;
}
.w3layouts_mail_grid_left2 p {
line-height: 1.8em;
}
.agileits_w3layouts_mail_grid_right {
margin-top: 2em;
}
.agileits_mail_grid_right1 input[type="submit"] {
margin: .5em 0 0 6em;
}
.gallery-grid {
padding: 0;
float: left;
width: 33%;
}
.textbox h4 {
font-size: 1.5em;
margin-top: 1.9em;
}
.banner-bottom, .services, .service-bottom, .contact,#blog {
padding: 3em 0;
}
.navbar-nav > li > a {
font-size: 11px;
}
.inner_w3l_agile_grids-gal {
margin-top: 2em;
}
.w3l_header {
font-size: 1.8em;
}
.banner-bottom h3 {
font-size: 1.6em;
}
.service-box {
float: left;
width: 50%;
}
.service-box:nth-child(3),.service-box:nth-child(4) {
margin-top:2em;
}
.w3-agile-post-img a ul {
padding: 4em 1em 0 1em;
}
.w3-agile-post-img a {
min-height: 207px;
}
.w3-agile-post-info p {
font-size: 0.9em;
margin: 1em 0;
letter-spacing: 1px;
}
.w3-agile-post-info ul li:nth-child(2) {
margin: 0 0 0 10em;
}
.stats {
min-height: 430px;
text-align: center;
background: url(../images/banner.jpg) no-repeat 0px 0px;
}
.w3layouts_stats_left {
padding: 3.5em 0 0em 0;
float: left;
width: 50%;
}
.wthree_services_grid_right {
margin-top: 2em;
padding: 0;
}
.agileits_mail_grid_right1 input[type="submit"] {
margin: .5em 0 0 6.3em;
}
.team-w3ls-row {
width: 67%;
margin: 2em auto 0;
}
.team-grids:nth-child(3),.team-grids:nth-child(4){
margin-top:1em;
}
}
@media (max-width: 800px){
.menu--iris .menu__item {
margin: 0 0.6em 0 0;
}
.navbar-brand {
font-size: .7em;
letter-spacing: 1px;
}
.navbar-nav > li > a {
padding: 3px 7px;
font-size: 12px;
}
.w3_agileits_search {
width: 32%;
}
.w3_agileits_search input[type="search"] {
width: 86%;
}
.w3_agileits_search input[type="submit"] {
background-position: 1px 1px;
width: 11%;
}
.wthree_banner_info h2 {
font-size: 1.8em;
}
.banner {
min-height: 495px;
background-position: -130px 0px;
}
.agileinfo_more a {
font-size: 13px;
}
.wthree_banner_info {
margin: 8em auto 0;
}
.w3layouts_work_grid_right h5 {
font-size: 1.5em;
}
.w3layouts_work_grid_right {
padding: 0em 3em 0em 2em;
margin-top: 2em;
}
.w3layouts_work_grid_right p {
margin: 1em 0 0;
}
.w3_agileits_service_banner_info h2 {
font-size: 2.3em;
}
.agileits-banner-info h3 {
font-size: 3.3em;
}
.w3layouts-banner-top, .w3layouts-banner-top1, .w3layouts-banner-top2 {
min-height: 480px;
}
.navbar-nav {
margin: 0.5em 0 15px 110px;
}
.w3-agile-post-img a ul {
padding: 2em 1em 0 1em;
}
.w3-agile-post-img a ul li {
font-size: 0.8em;
padding: .5em 0em;
width: 27%;
}
.menu--iris .menu__item {
margin: 0 1.6em 0 0;
}
.w3l_footer_nav li {
margin-right: 0.7em;
}
.navbar-nav {
margin: 0.5em 0 15px 85px;
}
}
@media (max-width: 768px){
.w3_agileits_search {
width: 29%;
}
.w3_agileits_search input[type="submit"] {
background-position: 0px 1px;
}
.w3_agile_map iframe {
min-height: 300px;
}
.w3-agile-post-img a ul {
padding: 3em 1em 0 1em;
}
.w3layouts_stats_left {
padding: 3em 0 0em 0;
float: left;
width: 50%;
}
}
@media (max-width: 767px){
.navbar-brand {
font-size: .8em;
}
.navbar-toggle {
margin: 0.5em 0 0;
}
.navbar-default .navbar-toggle {
border: none;
background: #33cc99;
border-radius: 0;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
position: absolute;
width: 100%;
z-index: 999;
background:#f3f3f3;
padding:0;
}
.w3_agileits_search {
width: 45%;
float: none;
margin: 0 auto 10px;
}
.w3_agileits_search input[type="submit"] {
width: 7%;
background-position: 0px 5px;
}
.w3_agileits_search input[type="search"] {
width: 91%;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
background: #33cc99;
}
.navbar-default .navbar-toggle .icon-bar {
background-color: #fff;
}
.agileits_w3layouts_banner_nav {
padding: 0.5em 1em;
}
.navbar-right {
width: 100%;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
border: none;
}
.navbar-nav {
margin: 0;
text-align:center;
}
.navbar-nav > li > a {
padding: 5px 25px;
font-size: 13px;
display: inline-block;
}
.menu--iris .menu__item {
margin:14px 0;
}
.navbar-nav .open .dropdown-menu {
background-color: #33cc99;
padding:10px 0;
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a {
color: #fff;
}
.w3layouts-banner-top, .w3layouts-banner-top1, .w3layouts-banner-top2 {
min-height: 450px;
}
.agileits-banner-info p {
font-size: 0.9em;
letter-spacing: 9px;
}
.agileits-banner-info {
padding: 10em 0 0em;
}
.banner-bottom h3 {
font-size: 1.5em;
}
.w3-agile-post-img a ul {
padding:7em 1em 0 2em;
}
.w3-agile-post-img a {
min-height: 350px;
}
.w3-agile-post-img a ul li {
font-size: 0.8em;
padding: .5em 0em;
width: 17%;
}
.w3-agile-post-info ul li:nth-child(2) {
margin: 0 0 0 35em;
}
ul.agile_forms,.agile_phone_mail ul {
float: none;
width: 100%;
text-align: center;
}
.agileits_banner_bottom_grids, .w3layouts_work_grids, .wthree_testimonial_grids, .wthree_services_grids, .w3layouts_mail_grid {
margin: 2em 0 0;
}
}
@media (max-width: 736px){
.w3layouts-banner-top, .w3layouts-banner-top1, .w3layouts-banner-top2 {
min-height: 430px;
}
.w3l_footer_nav li {
margin-right: 1.4em;
}
.textbox h4 {
font-size: 1.3em;
margin-top: 1.9em;
}
.agileits_mail_grid_right1 input[type="submit"] {
margin: .5em 0 0 6em;
width: 28%;
}
.team-w3ls-row {
width: 40%;
}
.team-grids:hover div.img-caption::before, .img-agileinfo-text {
width: 89%;
}
.team-grids:hover div.img-agileinfo-text {
top: 49%;
}
.team-grids:nth-child(2) {
margin-top: 2em;
}
}
@media (max-width: 667px){
.w3layouts_work_grid_left {
width: 40%;
}
.w3layouts_work_grid_right {
margin-top: 0em;
width: 53%;
padding: 0em 3em 0em 1em;
}
.w3layouts_work_grid_right h5 {
font-size: 1.4em;
}
.banner-bottom h3 {
font-size: 1.3em;
}
.w3l_footer_nav li {
margin-right: 0.6em;
}
.w3layouts_footer_grid h2:after {
left: 68%;
width: 31%;
}
.banner-bottom, .services, .service-bottom, .contact, #blog {
padding: 2.5em 0;
}
.w3-agile-post-info ul li:nth-child(2) {
margin: 0 0 0 28em;
}
.gallery-grid {
padding: 0;
float: left;
width: 50%;
}
.textbox h4 {
font-size: 1.3em;
margin-top: 2.9em;
}
.team-w3ls-row {
width: 45%;
}
.team-w3ls-row {
margin-top:2em;
}
.team-grids:nth-child(3),.team-grids:nth-child(4){
margin-top:0em;
}
.team-grids:nth-child(2) {
margin-top: 0em;
}
.team-grids {
padding: 0;
margin-bottom: 1em;
}
.team-grids:nth-child(4) {
margin-bottom: 0;
}
.agileits_w3layouts_service_grid h4 {
font-size:0.9em;
letter-spacing:4px;
}
}
@media (max-width: 640px){
.hovereffect h4 {
-webkit-transform: translateY(70px);
-ms-transform: translateY(70px);
transform: translateY(70px);
}
.hovereffect:hover h4 {
-webkit-transform: translateY(40px);
-ms-transform: translateY(40px);
transform: translateY(40px);
-moz-transform: translateY(40px);
-o-transform: translateY(40px);
}
.hovereffect p {
padding: 4em 1em 0em;
}
.w3layouts_work_grid_left {
width: 85%;
float: none;
}
.w3layouts_work_grid_right {
width: 90%;
padding: 2em 2em 3em;
float: none;
}
.w3layouts_work_grid_right h5 {
font-size: 1.6em;
}
.w3l_header:after {
left: 26%;
}
.agileits_banner_bottom_grids, .w3layouts_work_grids, .wthree_testimonial_grids, .wthree_services_grids, .w3layouts_mail_grid {
margin: 2em 0 0;
}
.agileits_w3layouts_quotes h3 {
font-size: 1.2em;
}
.agileits_w3layouts_quotes:after {
font-size: 1.6em;
right: -8%;
}
.agileits_w3layouts_quotes {
margin: 1em 0 0;
}
.w3_agileits_header:after {
left: 45% !important;
}
.agileits_testimonials_right_grid:before {
left: -3%;
}
.w3_testimonials_right_grid:before {
right: -3% !important;
}
.wthree_testimonial_grid_right h3 {
font-size: 1.6em;
}
.wthree_testimonial_grid_right p {
margin: 1em 0 0;
}
.w3layouts_footer_grid:first-child,.w3layouts_footer_grid:nth-child(2) {
float: none;
width: 80%;
text-align: center;
margin: 0 auto;
}
.w3layouts_footer_grid:nth-child(2) {
margin: 2em auto 0;
}
.wthree_testimonial_grid_right {
margin-top: 2em;
}
.w3layouts_footer_grid h2:after {
left: 65%;
width: 20%;
}
.w3l_footer_nav {
margin: 2em 0 1em;
}
.w3l_footer_nav li {
margin-right: 1.5em;
}
.agileits_w3layouts_service_grid h4 {
font-size: 1em;
letter-spacing: 3px;
}
.w3layouts_service_bottom_grid h3 {
font-size: 1.1em;
}
.w3_agileits_header1:after {
left: 35% !important;
}
.w3layouts_mail_grid_left2 h3 {
font-size: 1em;
letter-spacing: 2px;
}
.agileits_mail_grid_lft_grid1 {
margin: 2em 0 0;
}
.w3layouts_mail_grid_left1 {
width: 50px;
height: 50px;
}
.w3layouts_mail_grid_left1 span {
font-size: 1em;
line-height: 3.1em;
}
.w3_agile_map iframe {
min-height: 250px;
}
.agileits_mail_grid_right1 input[type="submit"] {
margin: .5em 0 0 5em;
}
.w3_agileits_service_banner_info h2 {
font-size: 2em;
}
.w3layouts-banner-top, .w3layouts-banner-top1, .w3layouts-banner-top2 {
min-height: 400px;
}
.agileits-banner-info h3 {
font-size: 2.5em;
}
.agileits-banner-info {
padding: 9em 0 0em;
}
.team-w3ls-row {
margin-top:2em;
}
.team-grids:nth-child(3),.team-grids:nth-child(4){
margin-top:0em;
}
.team-grids:nth-child(2) {
margin-top: 0em;
}
.team-grids {
padding: 0;
margin-bottom: 1em;
}
.team-grids:nth-child(4) {
margin-bottom: 0;
}
}
@media (max-width: 600px){
.wthree_banner_info h2 {
font-size: 1.5em;
}
.wthree_banner_info h2 span {
font-size: .5em;
}
.banner {
min-height: 400px;
background-position: -135px 0px;
}
.w3_agileits_search {
width: 60%;
}
.hovereffect h4 {
-webkit-transform: translateY(65px);
-ms-transform: translateY(65px);
transform: translateY(65px);
}
.w3_agile_team_grid {
width: 70%;
}
.w3layouts_footer_grid h2 {
margin-bottom: .5em;
}
.w3layouts_footer_grid:first-child, .w3layouts_footer_grid:nth-child(2) {
width: 85%;
}
.agile_phone_mail ul li {
display: inline-block;
padding: 6px 14px;
}
.w3layouts_event_right h3 {
font-size: 1.5em;
}
.w3layouts_footer_grid {
padding: 0;
}
.wthree_services_grid_left h3 {
font-size: 1.3em;
letter-spacing: 0;
}
.agileits_w3layouts_service_grid {
float: left;
width: 50%;
margin-bottom: 1em;
}
.agileits_w3layouts_service_grid:nth-child(4), .agileits_w3layouts_service_grid:nth-child(5), .agileits_w3layouts_service_grid:nth-child(6) {
margin-top: 0em;
}
.f-bg-w3l {
padding: 3em 0 3em 0;
}
.agile_inner_w3ls-grids.two {
margin-top: 2em;
}
.agileits_mail_grid_right1 span i {
width: 25%;
padding: 10px 10px;
}
.agileits_mail_grid_right1 input[type="submit"] {
margin: .5em 0 0 0em;
}
.agileits_mail_grid_right1 input[type="text"], .agileits_mail_grid_right1 input[type="email"], .agileits_mail_grid_right1 textarea {
outline: none;
width: 100%;
margin-top: .5em;
}
.agileits_mail_grid_right1 textarea {
min-height: 120px;
}
.team-w3ls-row {
width: 50%;
}
}
@media (max-width: 568px){
.hovereffect h4 {
-webkit-transform: translateY(65px);
-ms-transform: translateY(65px);
transform: translateY(60px);
}
.hovereffect p {
padding: 3.5em 1em 0em;
}
.hovereffect:hover h4 {
-webkit-transform: translateY(30px);
-ms-transform: translateY(30px);
transform: translateY(30px);
-moz-transform: translateY(30px);
-o-transform: translateY(30px);
}
.w3_agile_team_grid {
width: 73%;
}
.w3_agileits_header:after {
left: 48% !important;
}
.w3layouts_footer_grid:first-child, .w3layouts_footer_grid:nth-child(2) {
width: 90%;
}
.agileits-banner-info p {
font-size: 0.9em;
letter-spacing: 5px;
}
.w3layouts-banner-top, .w3layouts-banner-top1, .w3layouts-banner-top2 {
min-height: 340px;
}
.agileits-banner-info {
padding: 7em 0 0em;
}
.agileits_banner_bottom_grid {
float: left;
width: 100%;
}
.hovereffect p {
padding: 8em 1em 0em;
}
.service-box {
float: left;
width: 100%;
margin-bottom: 2em;
}
.service-box:nth-child(3), .service-box:nth-child(4) {
margin-top: 0em;
}
.w3-agile-post-img a {
min-height: 300px;
}
.w3-agile-post-info ul li:nth-child(2) {
margin: 0 0 0 16em;
}
.w3-agile-post-img a ul li {
font-size: 0.8em;
padding: .5em 0em;
width: 22%;
}
.w3layouts_event_right {
width: 100%;
padding: 3em 2em 3em 2em;
}
.w3l_header {
font-size: 1.6em;
letter-spacing: 2px;
}
.banner1 {
min-height: 135px;
}
.agileits_mail_grid_lft_grid1 {
margin: 2em 0 0;
padding: 0;
}
.team-w3ls-row {
width: 54%;
}
}
@media (max-width: 480px){
.agileinfo_more a {
border: 1px solid;
}
.wthree_banner_info {
padding: 0 1em;
}
.wthree_banner_info h2 {
font-size: 1.3em;
}
.banner-bottom h3 {
font-size: 1.4em;
}
.hovereffect h4 {
-webkit-transform: translateY(82px);
-ms-transform: translateY(82px);
transform: translateY(82px);
}
.hovereffect:hover h4 {
-webkit-transform: translateY(55px);
-ms-transform: translateY(55px);
transform: translateY(55px);
-moz-transform: translateY(55px);
-o-transform: translateY(55px);
}
.hovereffect p {
padding: 5em 1em 0em;
}
.agileits_banner_bottom_grid:nth-child(2) {
margin-bottom: 0;
}
.w3l_header:after {
width: 20%;
left: 32%;
}
.w3layouts_work_grid_right {
padding: 2em 1em;
}
.w3layouts_footer_grid h2 {
font-size: 1.6em;
}
.w3layouts_footer_grid:first-child, .w3layouts_footer_grid:nth-child(2) {
width: 100%;
}
.w3l_footer_nav li {
margin-right: 1.1em;
}
.w3_agileits_service_banner_info h2 {
font-size: 1.8em;
}
.wthree_services_grid_left h3 {
font-size: 1.2em;
letter-spacing: 0;
}
.wthree_services_grid_left {
padding: 0;
}
.wthree_services_grid_left p {
margin: 1em 0 2em;
}
.agileits_w3layouts_service_grid h4 {
font-size: .9em;
letter-spacing: 1px;
}
.w3layouts_service_bottom_grid {
width: 50%;
}
.w3layouts_service_bottom_grid:nth-child(2){
margin-bottom:2em;
}
.agileinfo_services_grid1 h4:after {
right: 35%;
}
.agileinfo_services_grid1_pos {
top: -15%;
}
.agileinfo_services_grid {
padding-top: 2.5em;
}
.w3_agileits_header1:after {
left: 45% !important;
}
.w3layouts_mail_grid_left {
float: none;
width: 100%;
text-align: left;
}
.w3layouts_mail_grid_left1 {
margin-left: 0;
}
.w3layouts_mail_grid_left:nth-child(2){
margin:1em 0;
}
.w3layouts_mail_grid_left2 h3 {
font-size: .9em;
letter-spacing: 1px;
margin: 0.5em 0 0.3em;
}
.w3layouts_mail_grid_left2 {
width: 80%;
}
.agileits_mail_grid_right1 {
padding: 1em;
}
.agileits_mail_grid_right1 span i {
font-size: 12px;
}
.agileits_mail_grid_right1 input[type="submit"] {
font-size: 14px;
width: 40%;
}
.navbar-brand i {
font-size: 1.8em;
}
.hovereffect p {
padding: 8em 1em 0em;
}
.w3-agile-post-info ul li:nth-child(2) {
margin: 0 0 0 15em;
}
.textbox h4 {
font-size: 1.3em;
margin-top: 1.9em;
}
.team-w3ls-row {
width: 62%;
}
}
@media (max-width: 414px){
.w3_agileits_search {
width: 80%;
}
.agile_phone_mail ul li {
padding: 8px 6px;
font-size: 13px;
}
.navbar-brand {
font-size: .7em;
}
.banner-bottom h3 {
font-size: 1.3em;
}
.agileits_banner_bottom_grid {
width: 100%;
padding: .5em 1em;
}
.w3l_header {
font-size: 1.3em;
}
.w3layouts_work_grid_left_pos img {
border: 2px solid #eb5424;
}
.agileits_w3layouts_quotes:after {
right: -10%;
}
.w3l_footer_nav li {
margin-right: 0.4em;
font-size: 13px;
}
.w3_agileits_service_banner_info h2 {
font-size: 1.6em;
letter-spacing: 3px;
}
.agileits_w3layouts_service_grid {
float: none;
width: 60%;
margin: 0 auto 1.5em;
}
.agileits_w3layouts_service_grid:nth-child(2){
margin:2em auto;
}
.agileits_w3layouts_service_grid p {
line-height: 2em;
}
.agileits_w3layouts_service_grid h4 {
letter-spacing: 5px;
}
.w3_agileits_header:after {
left: 62% !important;
}
.agileinfo_services_grid1 h4:after {
right: 10%;
width: 45%;
}
.agileinfo_services_grid1 h4 {
letter-spacing: 1px;
}
.w3_textbox h4 {
margin: 3.3em 0 .5em;
}
.w3_agileits_header1:after {
left: 48% !important;
}
.agileits_mail_grid_right1 input[type="text"], .agileits_mail_grid_right1 input[type="email"], .agileits_mail_grid_right1 textarea {
width: 100%;
margin-top: .5em;
}
.agileits_mail_grid_right1 input[type="submit"] {
margin: .5em 0 0 0em;
width: 100%;
}
.agileits_w3layouts_mail_grid_right,.agileinfo_mail_grid_left {
padding: 0;
}
.agileits-banner-info h3 {
font-size: 2em;
}
.w3layouts-banner-top, .w3layouts-banner-top1, .w3layouts-banner-top2 {
min-height: 300px;
}
.agileits-banner-info {
padding:5.5em 0 0em;
}
.service-box h5 {
font-size: 0.86em;
}
.services{
padding:2em 0 1em 0;
}
.w3-agile-post-img a ul li {
font-size: 0.8em;
padding: .5em 0em;
width: 27%;
}
.w3-agile-post-img a ul {
padding: 6em 1em 0 2em;
}
.w3-agile-post-info ul li:nth-child(2) {
margin: 0 0 0 11em;
}
.textbox h4 {
font-size: 1em;
margin-top: 1.9em;
}
.banner1 {
min-height: 116px;
}
.w3_agileits_service_banner_info h2 {
font-size: 1.6em;
letter-spacing: 3px;
padding-top: 1.8em;
}
.agileits-banner-info p {
font-size: 0.85em;
letter-spacing: 5px;
}
.agileits_banner_bottom_grids, .w3layouts_work_grids, .wthree_testimonial_grids, .wthree_services_grids, .w3layouts_mail_grid {
margin: 1em 0 0;
}
.hovereffect p {
padding: 6em 1em 0em;
}
.banner-bottom, .services, .service-bottom, .contact, #blog {
padding: 2em 0;
}
.w3layouts_event_right h3 {
font-size: 1.4em;
letter-spacing: 2px;
}
.w3layouts_footer_grid input[type="email"] {
padding: 12px 15px;
font-size: 14px;
width: 77%;
}
.w3layouts_footer_grid input[type="submit"] {
outline: none;
padding: 11px 0px;
width: 22%;
background: #33cc99 url(../images/arrow.png) no-repeat 30px 10px;
border: none;
float: right;
}
.w3layouts_footer_grid h2 {
font-size: 1.4em;
}
.team-w3ls-row {
width: 85%;
}
}
@media (max-width: 384px){
.wthree_banner_info h2 {
font-size: 1.1em;
}
.agileits_banner_bottom_grid {
width: 100%;
}
.w3l_header:after {
left: 35%;
}
.w3layouts_footer_grid h2:after {
left: 68%;
}
.w3l_footer_nav li {
margin-right: 0.8em;
}
.wthree_services_grid_left h3 {
font-size: 0.9em;
}
.agileits_w3layouts_service_grid {
width: 75%;
}
.w3_agileits_header:after {
left: 68% !important;
}
.agileinfo_services_grid {
padding: 2.5em 0 0;
}
.w3_textbox h4 {
margin: 2.6em 0 .5em;
}
.w3_agileits_header1:after {
left: 52% !important;
}
.w3_agileits_service_banner_info h2 {
font-size: 1.4em;
}
.w3_agile_map iframe {
min-height: 200px;
}
.banner1 {
min-height: 100px;
}
.agileits-banner-info p {
font-size: 0.85em;
letter-spacing: 2px;
}
.w3layouts-banner-top, .w3layouts-banner-top1, .w3layouts-banner-top2 {
min-height: 270px;
}
.agileits-banner-info {
padding: 5em 0 0em;
}
.agileits-banner-info h3 {
font-size: 1.8em;
}
.banner-bottom h3 {
font-size: 1.2em;
}
.w3-agile-post-info ul li:nth-child(2) {
margin: 0 0 0 9em;
}
.w3-agile-post-img a {
min-height: 200px;
}
.w3-agile-post-img a ul li {
font-size: 0.8em;
padding: .5em 0em;
width: 33%;
}
.w3-agile-post-img a ul {
padding: 2.6em 1em 0 1em;
}
.w3layouts_event_right_para p {
font-size: 0.9em;
line-height: 2em;
}
.w3layouts_event_right_para {
position: relative;
z-index: 1;
margin: 1em 0;
}
.w3_agile_event_right_grid_right p {
font-size: 12px;
letter-spacing:1px;
}
.w3layouts_event_right {
width: 100%;
padding: 2em 1em 2em 1em;
}
.wthree_services_grid_left h4 {
font-size: 0.85em;
letter-spacing: 5px;
}
.agileits_w3layouts_service_grid:nth-child(2) {
margin: 1em auto;
}
.w3-agile-post-info p {
font-size: 0.85em;
margin: 1em 0 0 0;
letter-spacing: 1px;
}
.agileits_mail_grid_right1 span i {
width: 30%;
padding: 10px 10px;
}
.agileits_mail_grid_right.agileits_w3layouts_mail_grid_right {
margin-bottom: 2em;
}
.agileits_mail_grid_lft_grid1.w3_agileits_mail_grid_lft_grid1 h4 {
font-size: 1.4em;
margin-bottom: 1em;
}
.inner_w3l_agile_grids-gal {
margin-top: 1.2em;
}
}
@media (max-width: 375px){
.w3_agileits_search {
width: 90%;
}
.w3l_header:after {
left: 37%;
}
.w3layouts-banner-top, .w3layouts-banner-top1, .w3layouts-banner-top2 {
min-height: 250px;
}
.w3-agile-post-info ul li:nth-child(2) {
margin: 0 0 0 8em;
}
.textbox p {
font-size: 16px !important;
margin: 6px 0 0 0!important;
padding: 1px 0;
}
.agileits_mail_grid_right1 span i {
width: 35%;
padding: 10px 10px;
}
.agileits_mail_grid_left h4 {
font-size: 1em;
margin-bottom: 1em;
line-height: 1.6em;
}
.agileits_mail_grid_lft_grid1.w3_agileits_mail_grid_lft_grid1 h4 {
font-size: 1.2em;
margin-bottom: 1em;
}
.f-bg-w3l {
padding: 2em 0 2em 0;
}
.footer {
min-height: 333px;
}
.team-grids {
padding: 0;
}
.team-grids:hover div.img-caption::before, .img-agileinfo-text {
width: 100%;
}
.team-w3ls-row {
margin-top:1.5em;
}
}
@media (max-width: 320px){
.agile_phone_mail ul li {
padding: 2px;
border: none;
display: block;
}
.agile_phone_mail {
text-align: center;
padding: .5em 0;
}
.navbar-brand {
font-size: .65em;
}
.wthree_banner_info h2 {
font-size: 0.94em;
}
.wthree_banner_info h2 span {
font-size: .7em;
width: 30%;
}
p, ul li, ol li,.w3layouts_footer_grid input[type="email"],.w3_agileits_search input[type="search"],.agileits_mail_grid_right1 input[type="text"], .agileits_mail_grid_right1 input[type="email"], .agileits_mail_grid_right1 textarea {
font-size: 13px;
}
.w3l_footer_nav li {
font-size: 12px;
}
.w3l_footer_nav {
margin: 1em 0;
}
.modal-body p i {
margin: 0.5em 0;
}
.banner-bottom h3 {
font-size: 1.01em;
}
.hovereffect h4 {
font-size: 1em;
}
.hovereffect h4 {
-webkit-transform: translateY(65px);
-ms-transform: translateY(65px);
transform: translateY(65px);
}
.hovereffect:hover h4 {
-webkit-transform: translateY(35px);
-ms-transform: translateY(35px);
transform: translateY(35px);
-moz-transform: translateY(35px);
-o-transform: translateY(35px);
}
.hovereffect p {
padding: 4em 1em 0em;
}
.w3l_header:after {
left: 45%;
}
.w3layouts_work_grid_right h5 {
font-size: 1.39em;
}
.agile_team_text p {
font-size: 11px;
}
.agile_team_text {
padding: 1em;
}
.agileits_w3layouts_quotes h3 {
font-size: 1.1em;
}
.agileits_w3layouts_quotes:after {
right: -13%;
font-size: 1.4em;
}
.w3_agileits_header:after {
left: 82% !important;
}
.w3layouts_footer_grid h2 {
font-size: 1.2em;
}
.w3_agileits_service_banner_info h2 {
font-size: 1.2em;
}
.agileits_w3layouts_service_grid {
width: 85%;
}
.w3layouts_service_bottom_grid p {
font-size: 1.5em;
}
.w3layouts_service_bottom_grid h3 {
font-size: .9em;
}
.agileinfo_services_grid1 {
padding: 2em 1em 1.5em;
}
.agileinfo_services_grid1 h4 {
font-size: 1.1em;
}
.w3_agileits_header1:after {
left: 63% !important;
}
.agileits_mail_grid_right1 {
padding: .5em 1em;
}
.agileits_w3layouts_mail_grid_right {
margin-top: 1em;
}
.w3_agileits_search {
padding: 5px 10px 10px;
}
.w3layouts-banner-top, .w3layouts-banner-top1, .w3layouts-banner-top2 {
min-height: 200px;
}
.agileits-banner-info {
padding: 3em 0 0em;
}
.w3-agile-post-grids {
padding: 0;
}
.w3-agile-post-info ul li:nth-child(2) {
margin: 0 0 0 6em;
}
.w3layouts_stats_left {
padding: 2em 0 0em 0;
float: left;
width: 50%;
}
.stats {
min-height: 368px;
}
.w3layouts_footer_grid input[type="submit"] {
outline: none;
padding: 10px 0px;
width: 22%;
background: #33cc99 url(../images/arrow.png) no-repeat 21px 10px;
border: none;
float: right;
}
.banner1 {
min-height: 84px;
}
.gallery-grid {
padding: 0;
float: left;
width: 100%;
}
.textbox h4 {
font-size: 1.25em;
margin-top: 2.3em;
}
.textbox p {
font-size: 21px !important;
margin: 9px 0 0 0!important;
padding: 3px 0;
}
} | css/style.css | html, body{
font-size: 100%;
font-family: 'Open Sans', sans-serif;
background:#ffffff;
margin: 0;
}
p,ul li,ol li{
margin:0;
font-size:14px;
letter-spacing: 1px;
}
h1,h2,h3,h4,h5,h6{
font-family: 'Raleway', sans-serif;
margin:0;
}
ul,label{
margin:0;
padding:0;
}
body a:hover{
text-decoration:none;
}
input[type="submit"],input[type="reset"],a,.agileinfo_services_grid1_pos,.agileinfo_services_grid1 h4,.simplefilter li{
-webkit-transition: 0.5s ease-in;
-moz-transition: 0.5s ease-in;
-ms-transition: 0.5s ease-in;
-o-transition: 0.5s ease-in;
transition:0.5s ease-in;
}
/*-- banner --*/
.w3_agile_banner_top{
background: #000;
}
.agile_phone_mail{
text-align:right;
}
.agile_phone_mail ul li{
display: inline-block;
padding: 6px 20px;
border-left: 1px solid #353b3e;
color: #fff;
letter-spacing: 1px;
}
.agile_phone_mail ul li a {
text-decoration: none;
color: #efeaea;
}
.agile_phone_mail ul li a:hover{
color:#fff;
}
.agile_phone_mail ul li i{
padding-right:1em;
}
.agileits_w3layouts_banner_nav{
padding:1em;
border-bottom:1px solid #fff;
}
.navbar-default {
background: none;
border: none;
}
.navbar {
border-radius: 0;
margin-bottom:0;
}
.navbar-default .navbar-brand,.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
color: #fff;
}
.navbar-default .navbar-nav > li > a:hover{
color: #eb5424;
}
.agile_short_dropdown {
background: #33cc99;
border: none;
box-shadow: none;
border-radius: 0;
text-align: center;
padding:0;
min-width: 130px;
}
.agile_short_dropdown li a {
color: #fff;
font-weight: 600;
padding: 10px 0;
}
.navbar-brand {
padding: 0;
font-size: .8em;
line-height: 45px;
height: 45px;
letter-spacing: 2px;
}
.navbar-brand span {
color: #fff;
background: #33cc99;
padding: 0 9px 2px 9px;
letter-spacing: 0px;
font-family: 'Open Sans', sans-serif;
font-weight: 100;
}
.navbar-brand i{
font-style: normal;
font-size: 2em;
display: inline-block;
color: #ef5734;
vertical-align: top;
font-weight:800;
}
.w3_agileits_search {
float: right;
width: 35%;
padding: 10px;
background: rgb(0, 0, 0);
border: 1px solid #1a1c1d;
}
.w3_agileits_search input[type="search"]{
outline:none;
color:#fff;
background:none;
border:none;
letter-spacing:1px;
padding:0;
font-size:14px;
width:88%;
}
.w3_agileits_search input[type="submit"]{
outline: none;
background: url(../images/search.png) no-repeat 6px 1px;
border: none;
padding: 0;
width: 10%;
}
.w3_agileits_search input[type="search"]::-webkit-input-placeholder{
color:#fff !important;
}
.navbar-collapse {
padding: 0;
}
.navbar-nav > li > a {
text-transform: uppercase;
padding:5px 15px;
font-weight: 700;
font-size: 13px;
}
.navbar-right {
width: 58%;
margin-right: 0;
}
.navbar-default .navbar-nav > li > a {
color: #212121;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
color: #212121;
background-color: transparent;
}
.navbar-default .navbar-nav > .menu__item--current.open > a,.navbar-default .navbar-nav > .menu__item--current.open > a:focus {
color:#eb5424;
}
.navbar {
min-height: 45px;
}
.navbar-nav {
margin: 0.2em 0 0;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
color: #fff;
background-color: #33cc99;
}
.navbar-nav > li {
margin: 0 2px;
}
.wthree_banner_info{
width: 60%;
margin: 0em auto 0;
text-align: center;
padding-top: 13em;
}
.wthree_banner_info h2{
font-size: 3em;
color: #fff;
font-weight: 600;
text-transform: uppercase;
line-height:1.5em;
margin-bottom:2em;
}
.wthree_banner_info h2 span{
display: block;
font-size: .4em;
line-height: 1.4em;
width: 15%;
margin: 0 auto;
background: #eb5424;
}
ul.agile_forms {
float: left;
}
/*-- //banner --*/
/*-- banner-top --*/
.w3layouts-banner-top{
background: url(../images/banner.jpg) no-repeat 0px 0px;
background-size: cover;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
-moz-background-size: cover;
min-height:700px;
}
.w3layouts-banner-top1{
background: url(../images/banner1.jpg) no-repeat 0px 0px;
background-size: cover;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
-moz-background-size: cover;
min-height:700px;
}
.w3layouts-banner-top2{
background: url(../images/banner2.jpg) no-repeat 0px 0px;
background-size: cover;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
-moz-background-size: cover;
min-height:700px;
}
.agileits-banner-info h3 {
color: #fff;
font-size: 5.5em;
margin: 0.3em 0 0.2em 0;
letter-spacing: 2px;
text-transform: uppercase;
font-weight:800;
text-shadow: 1px 1px 2px rgb(12, 12, 12);
-webkit-text-shadow: 1px 1px 2px rgb(12, 12, 12);
-o-text-shadow: 1px 1px 2px rgb(12, 12, 12);
-moz-text-shadow: 1px 1px 2px rgb(12, 12, 12);
}
.agileits-banner-info h3 span{
background: #2529d8;
padding: 0 15px;
}
.agileits-banner-info {
text-align:center;
padding: 18em 0 0em;
}
.agileits-banner-info p {
color: #e2dfdf;
font-size: 1.1em;
line-height: 1.9em;
letter-spacing: 9px;
font-weight: 600;
text-align:center;
}
.agileits_w3layouts_more{
position:relative;
}
.agileits_w3layouts_more a{
font-size: 17px;
color: #fff;
text-decoration: none;
text-transform: uppercase;
letter-spacing: 4px;
position: relative;
}
.agileits-banner-info span {
background:#ef5734;
padding: 0.5em 2em;
color: #fff;
font-size: 1.1em;
padding: 5px 2em;
text-transform: uppercase;
letter-spacing: 2px;
}
/*-- //banner-top --*/
/*--about--*/
.about-left_w3ls_img {
background: url(../images/ab.jpg)no-repeat center;
min-height: 642px;
background-size: cover;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
-moz-background-size: cover;
background-position:fixed;
}
.about-top_agile_its h2 {
font-size:3em;
font-weight:600;
color: #000;
text-transform: uppercase;
}
.about-top_agile_its {
padding: 7em 0em 0em 3em;
}
.about-top_agile_its h5 {
font-size: 11px;
font-weight: 400;
color: #33cc99;
text-transform: uppercase;
padding: 0px 0px 10px 0px;
border-bottom: 1px solid #cec8c8;
margin: 0px 0px 15px 0px;
letter-spacing: 4px;
}
.about-top_agile_its span {
font-weight: 600;
font-style: italic;
color: #ef5734;
font-size: 1em;
letter-spacing: 1px;
line-height: 2em;
}
.about-top_agile_its p {
font-size:1em;
font-weight: 400;
color: #838383;
line-height: 2em;
letter-spacing:1px;
margin-bottom:1em;
}
p.w3l_sub_para_agile {
color: #33cc99;
letter-spacing: 5px;
font-size: 0.9em;
text-align: center;
font-weight: 400;
}
/*--about end here--*/
/*-- banner-bottom --*/
.banner-bottom,.services,.service-bottom,.contact,#blog{
padding:5em 0;
}
.banner-bottom h3{
text-align: center;
color: #262c38;
font-size: 2em;
text-transform: capitalize;
width: 82%;
font-weight: 700;
margin: 0 auto;
line-height: 1.5em;
letter-spacing: 1px;
}
.banner-bottom h3 span{
color:#33cc99;
}
.banner-bottom h3 span.fixed_w3{
color:#eb5424;
}
.agileits_banner_bottom_grids,.w3layouts_work_grids,.wthree_testimonial_grids,.wthree_services_grids,.w3layouts_mail_grid{
margin:3em 0 0;
}
.w3ls_banner_bottom_grid{
position:relative;
}
.w3ls_banner_bottom_grid_pos{
position:absolute;
top:0%;
left:0%;
width:100%;
text-align:center;
}
/*-- image-effect --*/
.hovereffect {
overflow: hidden;
position: relative;
text-align: center;
}
.hovereffect .overlay {
width: 100%;
height: 100%;
position: absolute;
overflow: hidden;
top: 0;
left: 0;
-webkit-transition: all 0.4s cubic-bezier(0.88,-0.99, 0, 1.81);
transition: all 0.4s cubic-bezier(0.88,-0.99, 0, 1.81);
}
.hovereffect:hover .overlay {
background-color:rgba(23, 24, 24, 0.49);
}
.hovereffect img {
display: block;
position: relative;
}
.hovereffect h4 {
text-transform: uppercase;
color: #fff;
text-align: center;
position: relative;
font-size: 1.2em;
padding: 10px 0;
width: 80%;
margin: 0 auto;
background: rgba(34, 206, 148, 0.51);
-webkit-transform:translateY(60px);
-ms-transform:translateY(60px);
transform:translateY(60px);
-webkit-transition: all 0.4s cubic-bezier(0.88,-0.99, 0, 1.81);
transition: all 0.4s cubic-bezier(0.88,-0.99, 0, 1.81);
letter-spacing:1px;
}
.hovereffect:hover h4 {
-webkit-transform: translateY(20px);
-ms-transform: translateY(20px);
transform: translateY(20px);
-moz-transform: translateY(20px);
-o-transform: translateY(20px);
}
.hovereffect p{
text-transform: uppercase;
color: #fff;
background-color: transparent;
opacity: 0;
filter: alpha(opacity=0);
-webkit-transform: scale(0);
-ms-transform: scale(0);
transform: scale(0);
-webkit-transition: all 0.4s cubic-bezier(0.88,-0.99, 0, 1.81);
transition: all 0.4s cubic-bezier(0.88,-0.99, 0, 1.81);
font-weight: normal;
margin: 0;
padding: 3em 2em 0em;
letter-spacing: 2px;
}
.hovereffect:hover p{
opacity: 1;
filter: alpha(opacity=100);
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
}
.w3l_header {
font-size:2.1em;
color: #262c38;
letter-spacing: 1px;
text-transform: uppercase;
position: relative;
font-weight: 800;
text-align: center;
}
.w3l_header:after {
border-top: 5px solid #eb5424;
display: block;
width: 81px;
content: "";
margin: 8px auto 0;
}
.w3l_header span {
color: #00ba66;
}
/*-- //banner-bottom --*/
/*-- team --*/
.team-grids{
position:relative;
overflow:hidden;
}
.team-grids img {
width: 100%;
}
.team-grids h4 {
font-size: 1.4em;
color: #fff;
font-weight: 800;
letter-spacing: 1px;
}
.team-grids.img-agileinfo-text p {
color: #fff;
margin:.5em 0 .8em;
}
.img-agileinfo-text {
position: absolute;
top: -50%;
padding: 1.5em 2em 0;
text-align: center;
width: 90%;
-webkit-transition: .5s all;
transition: .5s all;
-moz-transition: .5s all;
}
.img-caption::before {
content: '';
position: absolute;
z-index: 0;
top: inherit;
width: 0;
background: rgba(235, 84, 36, 0.8);
-webkit-transition: .5s all;
transition: .5s all;
-moz-transition: .5s all;
}
.team-grids:hover div.img-agileinfo-text {
top: 52%;
}
.team-grids:hover div.img-caption::before {
bottom: 0;
width: 90%;
height: 50%;
}
.w3social-icons ul li {
display: inline-block;
margin: 0 .5em;
}
.w3social-icons ul li a{
color:#fff;
}
.w3social-icons ul li a:hover{
color: #00ba66;
}
.team-w3ls-row {
margin-top: 4em;
}
.img-agileinfo-text p {
color: #fff;
margin: 1em 0;
letter-spacing: 1px;
}
.team-grids img {
width: 100%;
}
/*-- //team --*/
/*-- services --*/
.services{
background: #192138;
}
.specialty-grids-top,.agileits-team-grids,.events-info,.newsletter-grids,.w3layouts-contact-grids,.contact-form{
margin: 4em 0 0 0;
}
.service-box {
background: none;
border: none;
box-shadow: none;
border-radius: 0;
padding: 0;
overflow: visible;
text-align: center;
}
.service-box .icon {
width: 80px;
height: 80px;
border-radius: 50%;
-webkit-border-radius: 50%;
-o-border-radius: 50%;
-moz-border-radius: 50%;
background: #eb5424;
margin: 0 auto;
text-align: center;
position: relative;
}
.icon i.fa{
color:#fff;
font-size:1.5em;
}
.service-box .icon img {
position: relative;
z-index: 100;
transition: all 0.3s ease 0s;
}
.service-box span {
color: rgba(255, 255, 255, 0.55);
line-height: 77px;
font-size: 1.8em;
z-index: 9999;
}
.service-box span:before{
color: rgba(255, 255, 255, 0.55);
line-height: 77px;
font-size: 1.8em;
z-index: 9999;
}
.service-box .icon:before {
content: '';
width: 102%;
height: 102%;
border-radius: 50%;
-webkit-border-radius: 50%;
-o-border-radius: 50%;
-moz-border-radius: 50%;
background: rgba(0, 186, 102, 0.65);
position: absolute;
top: -1px;
left: -1px;
z-index: 10;
-webkit-transform: scale(0);
-moz-transform: scale(0);
-ms-transform: scale(0);
-o-transform: scale(0);
transform: scale(0);
transition: all 0.3s ease 0s;
}
.agile_inner_w3ls-grids.two {
margin-top: 4em;
}
.service-box:hover .icon img {
-webkit-transform: scale(0.9);
-moz-transform: scale(0.9);
-ms-transform: scale(0.9);
-o-transform: scale(0.9);
transform: scale(0.9);
}
.service-box:hover .icon:before {
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
}
.service-box h5 {
font-size: 1em;
color: #fff;
margin: 1.2em 0 0.8em 0;
font-weight: 800;
text-transform: uppercase;
letter-spacing: 1px;
}
.service-box p {
color: #747884;
font-size: .9em;
line-height: 1.9em;
margin: 0;
}
.icon i.fa{
position: absolute;
display: block;
color: #fff;
font-size: 3em;
font-style: normal;
text-align: center;
line-height: 1;
padding:.6em 0 0 0;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
z-index: 999;
top: -22px;
left: 53px;
}
.specialty-button{
margin-top:3em;
}
h3.w3l_header.w3_agileits_header.two {
color: #fff;
}
/*-- //services --*/
/*-- stats --*/
.w3layouts_stats_left{
padding: 5em 0 4em 0;
text-align:center;
}
.w3layouts_stats_left p{
font-size: 2em;
font-weight: 700;
letter-spacing: 2px;
color: #fff;
margin: 0.5em 0;
}
.w3layouts_stats_left h3 {
font-size: 1em;
color: #eb5424;
font-style: italic;
font-family: 'Open Sans', sans-serif;
letter-spacing: 1px;
font-weight: 600;
}
.w3layouts_stats_left i {
font-size: 2.5em;
color: #fff;
}
.w3l_stats_bottom_grid_left img{
margin:0 auto;
}
.stats{
background: url(../images/banner.jpg) no-repeat 0px -212px;
background-size: cover;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
-moz-background-size: cover;
min-height: 300px;
text-align: center;
}
/*-- //stats --*/
/*-- blog --*/
.agile_inner_w3ls-grids {
margin-top: 3em;
}
.w3-agile-post-img a {
background: url(../images/1.jpg) no-repeat 0px 0px;
background-size: cover;
min-height:350px;
display: block;
text-decoration: none;
}
.w3-agile-post-img1 a {
background: url(../images/2.jpg) no-repeat 0px 0px;
background-size: cover;
}
.w3-agile-post-img2 a {
background: url(../images/4.jpg) no-repeat 0px 0px;
background-size: cover;
}
.w3-agile-post-img1 a:focus{
outline:none;
}
.w3-agile-post-img a ul {
padding: 7em 2em 0 2em;
text-align: center;
vertical-align: bottom;
}
.w3-agile-post-img a ul li {
display: block;
color: #FFFFFF;
font-size: 0.8em;
text-decoration: none;
padding: .5em 0em;
border-radius: 20px;
width:18%;
}
.w3-agile-post-img a ul li:nth-child(1){
background: #03A9F4;
}
.w3-agile-post-img a ul li:nth-child(2) {
margin: 1em 0em;
background: #F44336;
}
.w3-agile-post-img a ul li:nth-child(3){
background: #33cc99;
}
.w3-agile-post-info h4 {
margin: 1em 0 0.5em 0;
}
.w3-agile-post-info h4 a {
color: #262c38;
font-size: .9em;
font-weight: 800;
text-transform: uppercase;
letter-spacing: 3px;
text-decoration: none;
margin-top: 1em;
}
.w3-agile-post-info h4 a:hover{
color: #eb5424;
}
.w3-agile-post-info h4 a:focus{
outline:none;
}
.w3-agile-post-info p {
color: #545454;
font-size: 1em;
margin: 1em 0;
line-height: 1.9em;
letter-spacing: 1px;
}
.w3-agile-post-info ul{
padding:0;
margin:0;
}
.w3-agile-post-info ul li{
display: inline-block;
color: #000000;
font-size: 0.9em;
font-style: italic;
letter-spacing: 1px;
}
.w3-agile-post-info ul li:nth-child(2) {
margin: 0 0 0 25em;
}
.w3-agile-post-info ul li a{
color:#999999;
text-decoration:none;
}
.w3-agile-post-info ul li a:hover{
color:#4CAF50;
}
/*-- //blog --*/
/*-- //banner-bottom --*/
/*-- testimonials --*/
.w3layouts_event_left{
padding:0;
}
.w3layouts_event_right{
padding:5em;
}
.w3layouts_event_right h3{
font-size: 1.8em;
color: #262c38;
text-transform: uppercase;
letter-spacing: 5px;
font-weight: 800;
}
.w3layouts_event_right_para{
position: relative;
z-index: 1;
margin:3em 0;
}
.w3layouts_event_right_para p{
font-size: 1.1em;
color: #545454;
width: 80%;
line-height: 2em;
}
.w3layouts_event_right_para_pos{
position:absolute;
top:0%;
left:0%;
z-index: -1;
}
.w3layouts_event_right_para_pos i{
font-size: 3em;
color: #33cc99;
}
.w3_agile_event_right_grid_left img{
border:5px solid #ff464f;
border-radius: 50%;
-webkit-border-radius: 50%;
-o-border-radius: 50%;
-moz-border-radius: 50%;
box-shadow: 0 0px 24px 0 rgba(0, 0, 0, 0.06), 0 1px 0px 0 rgba(0, 0, 0, 0.02);
-webkit-box-shadow: 0 0px 24px 0 rgba(0, 0, 0, 0.06), 0 1px 0px 0 rgba(0, 0, 0, 0.02);
-moz-box-shadow: 0 0px 24px 0 rgba(0, 0, 0, 0.06), 0 1px 0px 0 rgba(0, 0, 0, 0.02);
-o-box-shadow: 0 0px 24px 0 rgba(0, 0, 0, 0.06), 0 1px 0px 0 rgba(0, 0, 0, 0.02);
border: 1px solid #ddd;
margin:0 auto;
}
.w3_agile_event_right_grid_right h4{
font-size: 1.2em;
color: #494c52;
letter-spacing: 2px;
margin: 2em 0 .5em;
color: #262c38;
font-weight: 800;
}
.w3_agile_event_right_grid_right p{
color: #eb5424;
font-size: 13px;
letter-spacing: 2px;
}
/*-- //testimonials --*/
/*-- footer --*/
.footer{
background: url(../images/banner2.jpg) no-repeat 0px 0px;
background-size: cover;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
-ms-background-size: cover;
min-height: 400px;
background-attachment:fixed;
}
.f-bg-w3l {
background: rgba(0, 0, 0, 0.58);
padding: 7em 0 7em 0;
}
.w3layouts_footer_grid h2{
font-size: 1.4em;
color: #fff;
position: relative;
margin-bottom: 1em;
font-weight: 800;
letter-spacing: 1px;
text-transform: uppercase;
}
.w3layouts_footer_grid h2 span{
color:#33cc99;
}
.social_agileinfo li{
display:inline-block;
}
.social_agileinfo li a{
width:40px;
height:40px;
display:block;
border:1px solid #fff;
text-align:center;
color:#fff;
}
.social_agileinfo li a i{
font-size:1em;
line-height:2.8em;
}
.w3_facebook:hover{
border:1px solid #3b5998;
background:#3b5998;
}
.w3_twitter:hover{
border:1px solid #1da1f2;
background:#1da1f2;
}
.w3_instagram:hover{
border:1px solid #833ab4;
background:#833ab4;
}
.w3_google:hover{
border:1px solid #dd4b39;
background:#dd4b39;
}
.w3l_footer_nav{
margin: 3em 0 3em;
}
.w3l_footer_nav li{
display:inline-block;
margin-right:4em;
text-transform:uppercase;
}
.w3l_footer_nav li a{
color:#fff;
font-weight:bold;
text-decoration:none;
}
.w3l_footer_nav li a:hover,.w3l_footer_nav li a.active{
color:#33cc99;
}
.w3layouts_footer_grid p{
color: #fff;
line-height: 1.8em;
letter-spacing: 2px;
}
.w3layouts_footer_grid p a{
color:#fff;
text-decoration:underline;
}
.w3layouts_footer_grid p a:hover{
color:#33cc99;
}
.w3layouts_footer_grid form{
border: 1px solid #fff;
width: 70%;
}
.w3layouts_footer_grid input[type="email"]{
outline: none;
padding: 12px 15px;
color: #fff;
font-size: 14px;
width: 88%;
border: none;
background: rgba(0, 0, 0, 0.22);
letter-spacing:1px;
}
.w3layouts_footer_grid input[type="submit"] {
outline: none;
padding: 11px 0px;
width: 12%;
background: #33cc99 url(../images/arrow.png) no-repeat 15px 11px;
border: none;
float: right;
}
/*-- //footer --*/
/*-- menu --*/
.menu__list {
position: relative;
list-style: none;
}
.menu__link {
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-touch-callout: none;
-khtml-user-select: none;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
/* Iris */
.menu--iris .menu__item {
margin: 0 0.9em 0 0;
}
.menu--iris .menu__link {
position: relative;
text-align: center;
color: #b5b5b5;
-webkit-transition: color 0.3s;
transition: color 0.3s;
}
.menu--iris .menu__link:hover,
.menu--iris .menu__link:focus {
color: #eb5424;
}
.menu--iris .menu__item--current .menu__link {
color: #eb5424;
}
.menu--iris .menu__link::before,
.menu--iris .menu__link::after {
content: '';
position: absolute;
width: 10px;
height: 10px;
opacity: 0;
border: 2px solid #eb5424;
-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
transition: transform 0.3s, opacity 0.3s;
-webkit-transition-timing-function: cubic-bezier(0.17, 0.67, 0.05, 1.29);
transition-timing-function: cubic-bezier(0.17, 0.67, 0.05, 1.29);
}
.menu--iris .menu__link::before {
top: 0;
left: 0;
border-width: 2px 0 0 2px;
-webkit-transform: translate3d(10px, 10px, 0);
transform: translate3d(10px, 10px, 0);
}
.menu--iris .menu__link::after {
right: 0;
bottom: 0;
border-width: 0 2px 2px 0;
-webkit-transform: translate3d(-10px, -10px, 0);
transform: translate3d(-10px, -10px, 0);
}
.menu--iris .menu__item--current .menu__link::before,
.menu--iris .menu__item--current .menu__link::after,.menu__link:hover::before,.menu__link:hover::after{
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
/*-- //menu --*/
/*-- bootstrap-pop-up --*/
.close {
opacity: 1;
}
.modal-header {
border-bottom: none!important;
}
.modal-body p {
color: #383535;
text-align: left;
padding: 2em 1em 1em;
margin: 0 !important;
line-height: 2em;
}
.modal-body p i {
display: block;
margin: 2em 0 0;
color: #33cc99;
}
.modal-content {
border-radius: 0;
}
button.close {
font-size: 1em;
color:#014727;
outline: none;
}
.modal-body h5 {
font-weight: 700;
margin: 0 0 1em 0;
text-transform: uppercase;
letter-spacing: 1px;
text-align: center;
font-size: 1.4em;
color: #262c38;
}
/*-- //bootstrap-pop-up --*/
/*-- to-top --*/
#toTop {
display: none;
text-decoration: none;
position: fixed;
bottom: 20px;
right: 2%;
overflow: hidden;
z-index: 999;
width: 32px;
height: 32px;
border: none;
text-indent: 100%;
background: url(../images/arrow-top.png) no-repeat 0px 0px;
}
#toTopHover {
width: 32px;
height: 32px;
display: block;
overflow: hidden;
float: right;
opacity: 0;
-moz-opacity: 0;
filter: alpha(opacity=0);
}
/*-- //to-top --*/
/*-- services --*/
.banner1 {
background: url(../images/banner2.jpg) no-repeat 0px 0px;
background-size: cover;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
-ms-background-size: cover;
min-height: 261px;
}
.w3_agileits_service_banner_info h2 {
text-align: center;
font-size: 2.3em;
color: #fff;
padding-top: 3em;
text-transform: uppercase;
letter-spacing: 5px;
font-weight: 800;
}
.services.two {
background: #fff;
}
.wthree_services_grid_left h3{
font-size: 1.4em;
color: #212121;
line-height: 1.5em;
letter-spacing: 1px;
font-weight: 700;
}
.wthree_services_grid_left h4 {
font-size: 0.9em;
letter-spacing: 8px;
color: #a8abb1;
}
.wthree_services_grid_left h3 span{
color:#eb5424;
}
.wthree_services_grid_left p{
color: #545454;
line-height:2em;
margin:2em 0;
}
.w3_agileits_more a {
border-color: #eb5424;
}
.w3_agileits_more a.link.link--kumya{
color:#eb5424;
}
.w3_agileits_more a:hover {
border-color: #212121;
}
.agileits_w3layouts_service_grid{
text-align:center;
}
.agile_service_grd{
width: 80px;
height: 80px;
text-align: center;
margin: 0 auto;
position: relative;
z-index: 1;
background: #212121;
}
.agileits_w3layouts_service_grid:nth-child(4),.agileits_w3layouts_service_grid:nth-child(5),.agileits_w3layouts_service_grid:nth-child(6){
margin-top:2em;
}
.agile_service_grd i{
font-size: 2em;
color: #fff;
line-height: 2.5em;
}
.agileits_w3layouts_service_grid h4{
font-size: 1.2em;
color: #33cc99;
margin: 1em 0 .6em;
padding: .3em 0;
font-weight: 600;
letter-spacing: 1px;
}
.agileits_w3layouts_service_grid p{
color: #545454;
line-height:1.9em;
}
.agileits_w3layouts_service_grid:hover .agile_service_grd{
-webkit-animation: fa-spin 3s infinite linear;
animation: fa-spin 3s infinite linear;
background:#33cc99;
border-color:#33cc99;
}
.agileits_w3layouts_service_grid:hover .agile_service_grd i{
color:#fff;
}
/*-- //services --*/
/*-- stats-bottom --*/
.agileinfo_services_grid1{
padding:2em;
background:#f5f5f5;
position:relative;
border: 1px solid #e4e5e6;
}
.agileinfo_services_grid1_pos{
position: absolute;
width: 50px;
height: 50px;
background: #eb5424;
border-radius: 40px;
bottom: -11%;
right: 13%;
text-align: center;
}
.agileinfo_services_grid1_pos span{
color: #fff;
font-size: 1em;
top: 15px;
}
.agileinfo_services_grid1 h4{
font-size:1.1em;
color:#212121;
text-transform:capitalize;
line-height:1.5em;
position:relative;
padding-bottom:.5em;
letter-spacing: 2px;
}
.agileinfo_services_grid1 p{
color: #545454;
line-height:2em;
margin:1em 0 0;
}
.agileinfo_services_grids{
margin:5em 0 4em;
}
.agileinfo_services_grid:hover .agileinfo_services_grid1 h4:after,.agileinfo_services_grid:hover .agileinfo_services_grid1_pos{
background: #33cc99;
}
.agileinfo_services_grid:hover .agileinfo_services_grid1_pos span{
color: #fff;
}
/*-- //stats-bottom --*/
/*-- gallery --*/
#gallery {
padding:6em 0 0 0;
}
#portfolio p {
line-height: 1.8em;
margin: 25px 0 0 0;
font-size:1.1
color: #ffffff;
font-weight: 300;
}
.gallery-section h3{
margin: 0;
color: #ffffff;
font-size: 36px;
font-weight: 500;
letter-spacing: 18px;
}
.gallery-grid {
padding: 0;
}
.gallery1 {
position:relative;
}
.gallery1 .textbox {
width:100%;
height:100%;
position:absolute;
top:0;
left:0;
-webkit-transform: scale(0);
transform: scale(0);
background-color: rgba(51, 204, 153, 0.92);
}
.gallery1:hover .textbox {
-webkit-transform: scale(1);
transform: scale(1);
}
.gallery-grid img{
width:100%;
}
.textbox {
-webkit-transition: all 0.7s ease;
transition: all 0.7s ease;
text-align:center;
}
.textbox h4 {
font-size: 2em;
color: #FFF;
margin-top: 2.5em;
text-transform: uppercase;
font-weight: 800;
letter-spacing: 1px;
}
.textbox p {
font-size: 26px !important;
color: #fff;
background: rgba(0, 0, 0, 0.83);
margin: 6px 0 0 0!important;
padding: 3px 0;
}
.inner_w3l_agile_grids-gal {
margin-top: 3em;
}
/*--//gallery--*/
/*-- icons --*/
ul.bs-glyphicons-list li:hover {
background: #000;
transition: 0.5s all;
-webkit-transition: 0.5s all;
-o-transition: 0.5s all;
-ms-transition: 0.5s all;
-moz-transition: 0.5s all;
}
ul.bs-glyphicons-list li:hover span {
color: #fff;
}
.codes a {
color: #999;
}
.row.fontawesome-icon-list {
margin: 0;
}
.icon-box {
padding: 8px 15px;
background:rgba(149, 149, 149, 0.18);
margin: 1em 0 1em 0;
border: 5px solid #ffffff;
text-align: left;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
font-size: 13px;
transition: 0.5s all;
-webkit-transition: 0.5s all;
-o-transition: 0.5s all;
-ms-transition: 0.5s all;
-moz-transition: 0.5s all;
cursor: pointer;
}
.icon-box:hover {
background: #000;
transition:0.5s all;
-webkit-transition:0.5s all;
-o-transition:0.5s all;
-ms-transition:0.5s all;
-moz-transition:0.5s all;
}
.icon-box:hover i.fa {
color:#fff !important;
}
.icon-box:hover a.agile-icon {
color:#fff !important;
}
.codes .bs-glyphicons li {
float: left;
width: 12.5%;
height: 115px;
padding: 10px;
line-height: 1.4;
text-align: center;
font-size: 12px;
list-style-type: none;
}
.codes .bs-glyphicons .glyphicon {
margin-top: 5px;
margin-bottom: 10px;
font-size: 24px;
}
.codes .glyphicon {
position: relative;
top: 1px;
display: inline-block;
font-family: 'Glyphicons Halflings';
font-style: normal;
font-weight: 400;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
color: #777;
}
.codes .bs-glyphicons .glyphicon-class {
display: block;
text-align: center;
word-wrap: break-word;
}
h3.icon-subheading {
font-size: 25px;
color:#eb5424 !important;
margin: 30px 0 15px;
}
h3.agileits-icons-title {
text-align: center;
font-size: 30px;
color: #000;
}
.icons a {
color: #999;
}
.icon-box i {
margin-right: 10px !important;
font-size: 20px !important;
color: #282a2b !important;
}
.bs-glyphicons li {
float: left;
width: 18%;
height: 115px;
padding: 10px;
line-height: 1.4;
text-align: center;
font-size: 12px;
list-style-type: none;
background:rgba(149, 149, 149, 0.18);
margin: 1%;
cursor: pointer;
}
.bs-glyphicons .glyphicon {
margin-top: 5px;
margin-bottom: 10px;
font-size: 24px;
color: #282a2b;
}
.glyphicon {
position: relative;
top: 1px;
display: inline-block;
font-family: 'Glyphicons Halflings';
font-style: normal;
font-weight: 400;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
color: #777;
}
.bs-glyphicons .glyphicon-class {
display: block;
text-align: center;
word-wrap: break-word;
}
@media (max-width:1080px){
.icon-box {
width:33.33%;
}
}
@media (max-width:991px){
h3.agileits-icons-title {
font-size: 28px;
}
h3.icon-subheading {
font-size: 22px;
}
.icon-box {
width: 50%;
}
}
@media (max-width:768px){
h3.agileits-icons-title {
font-size: 28px;
}
h3.icon-subheading {
font-size: 25px;
}
.row {
margin-right: 0;
margin-left: 0;
}
.icon-box {
margin: 0;
}
.agileits_w3layouts_service_grid h4 {
font-size: 0.9em;
letter-spacing: 4px;
}
}
@media (max-width:767px){
.team-grids:hover div.img-caption::before, .img-agileinfo-text {
width: 93.5%;
}
}
@media (max-width:667px){
.team-grids:hover div.img-caption::before, .img-agileinfo-text {
width: 100%!important;
}
}
@media (max-width: 640px){
.icon-box {
float: left;
width: 50%;
}
h3.icon-subheading {
font-size: 22px;
}
.grid_3.grid_4.w3_agileits_icons_page {
margin-top: 25px;
}
}
@media (max-width: 480px){
.bs-glyphicons li {
width: 31%;
}
}
@media (max-width: 414px){
h3.agileits-icons-title {
font-size: 23px;
}
h3.icon-subheading {
font-size: 18px;
}
.bs-glyphicons li {
width: 31.33%;
}
}
@media (max-width: 384px){
.icon-box {
float: none;
width: 100%;
}
}
@media (max-width: 375px){
.w3_agileits_icons_page {
margin: 25px 0 0 !important;
}
}
/*-- //icons --*/
/*--Typography--*/
.well {
font-weight: 300;
font-size: 14px;
}
.list-group-item {
font-weight: 300;
font-size: 14px;
}
li.list-group-item1 {
font-size: 14px;
font-weight: 300;
}
.typo p {
margin: 0;
font-size: 14px;
font-weight: 300;
}
.show-grid [class^=col-] {
background: #fff;
text-align: center;
margin-bottom: 10px;
line-height: 2em;
border: 10px solid #f0f0f0;
}
.show-grid [class*="col-"]:hover {
background: #e0e0e0;
}
.grid_3{
margin-bottom:2em;
}
.xs h3, h3.m_1{
color:#000;
font-size:1.7em;
font-weight:300;
margin-bottom: 1em;
}
.grid_3 p{
color: #999;
font-size: 0.85em;
margin-bottom: 1em;
font-weight: 300;
}
.grid_4{
background:none;
margin-top:50px;
}
.label {
font-weight: 300 !important;
border-radius:4px;
}
.grid_5{
background:none;
padding:2em 0;
}
.grid_5 h3, .grid_5 h2, .grid_5 h1, .grid_5 h4, .grid_5 h5, h3.hdg, h3.bars {
margin-bottom: 1em;
color:#eb5424;
}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
border-top: none !important;
}
.tab-content > .active {
display: block;
visibility: visible;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
z-index: 0;
}
.badge-primary {
background-color: #03a9f4;
}
.badge-success {
background-color: #8bc34a;
}
.badge-warning {
background-color: #ffc107;
}
.badge-danger {
background-color: #e51c23;
}
.grid_3 p{
line-height: 2em;
color: #888;
font-size: 0.9em;
margin-bottom: 1em;
font-weight: 300;
}
.bs-docs-example {
margin: 1em 0;
}
section#tables p {
margin-top: 1em;
}
.tab-container .tab-content {
border-radius: 0 2px 2px 2px;
border: 1px solid #e0e0e0;
padding: 16px;
background-color: #ffffff;
}
.table td, .table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
padding: 15px!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 {
font-size: 0.9em;
color: #999;
border-top: none !important;
}
.tab-content > .active {
display: block;
visibility: visible;
}
.label {
font-weight: 300 !important;
}
.label {
padding: 4px 6px;
border: none;
text-shadow: none;
}
.alert {
font-size: 0.85em;
}
h1.t-button,h2.t-button,h3.t-button,h4.t-button,h5.t-button {
line-height:2em;
margin-top:0.5em;
margin-bottom: 0.5em;
}
li.list-group-item1 {
line-height: 2.5em;
}
.input-group {
margin-bottom: 20px;
}
.in-gp-tl{
padding:0;
}
.in-gp-tb{
padding-right:0;
}
.list-group {
margin-bottom: 48px;
}
ol {
margin-bottom: 44px;
}
h2.typoh2{
margin: 0 0 10px;
}
@media (max-width:768px){
.grid_5 {
padding: 0 0 1em;
}
.grid_3 {
margin-bottom: 0em;
}
.grid_3.grid_5.w3l {
margin-top: 1.5em;
}
}
@media (max-width:640px){
h1, .h1, h2, .h2, h3, .h3 {
margin-top: 0px;
margin-bottom: 0px;
}
.grid_5 h3, .grid_5 h2, .grid_5 h1, .grid_5 h4, .grid_5 h5, h3.hdg, h3.bars {
margin-bottom: .5em;
}
.progress {
height: 10px;
margin-bottom: 10px;
}
ol.breadcrumb li,.grid_3 p,ul.list-group li,li.list-group-item1 {
font-size: 14px;
}
.breadcrumb {
margin-bottom: 25px;
}
.well {
font-size: 14px;
margin-bottom: 10px;
}
h2.typoh2 {
font-size: 1.5em;
}
.label {
font-size: 60%;
}
.in-gp-tl {
padding: 0 1em;
}
.in-gp-tb {
padding-right: 1em;
}
.list-group {
margin-bottom: 20px;
}
}
@media (max-width:480px){
.grid_5 h3, .grid_5 h2, .grid_5 h1, .grid_5 h4, .grid_5 h5, h3.hdg, h3.bars {
font-size: 1.2em;
}
.table h1 {
font-size: 26px;
}
.table h2 {
font-size: 23px;
}
.table h3 {
font-size: 20px;
}
.label {
font-size: 53%;
}
.alert,p {
font-size: 14px;
}
.pagination {
margin: 20px 0 0px;
}
.grid_3.grid_4.w3layouts {
margin-top: 0;
}
}
@media (max-width: 320px){
.grid_4 {
margin-top: 18px;
}
h3.title {
font-size: 1.6em;
}
.alert, p,ol.breadcrumb li, .grid_3 p,.well, ul.list-group li, li.list-group-item1,a.list-group-item {
font-size: 13px;
}
.alert {
padding: 10px;
margin-bottom: 10px;
}
ul.pagination li a {
font-size: 14px;
padding: 5px 11px;
}
.list-group {
margin-bottom: 10px;
}
.well {
padding: 10px;
}
.nav > li > a {
font-size: 14px;
}
table.table.table-striped,.table-bordered,.bs-docs-example {
display: none;
}
}
/*-- //typography --*/
/*-- mail --*/
.w3layouts_mail_grid_left1{
float: left;
width: 70px;
height: 70px;
text-align: center;
border-radius:50px;
}
.w3layouts_mail_grid_left1 span{
font-size: 1.3em;
color: #fff;
line-height: 3.2em;
}
.w3layouts_mail_grid_left2{
float:right;
width:70%;
text-align: left;
}
.w3layouts_mail_grid_left2 h3{
font-size: 1.1em;
color: #eb5424;
margin: 1em 0 0.3em;
text-transform: uppercase;
letter-spacing: 4px;
}
.w3layouts_mail_grid_left2 a{
text-decoration:none;
color:#999;
font-size:14px;
}
.w3layouts_mail_grid_left2 a:hover{
color:#212121;
}
.w3layouts_mail_grid_left2 p{
color: #545454;
}
/* Radial Out */
.hvr-radial-out {
display: inline-block;
vertical-align: middle;
-webkit-transform: perspective(1px) translateZ(0);
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
position: relative;
overflow: hidden;
background: #404040;
-webkit-transition-property: color;
transition-property: color;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
}
.hvr-radial-out:before {
content: "";
position: absolute;
z-index: -1;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: #33cc99;
border-radius: 100%;
-webkit-transform: scale(0);
transform: scale(0);
-webkit-transition-property: transform;
transition-property: transform;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-timing-function: ease-out;
transition-timing-function: ease-out;
}
.hvr-radial-out:hover, .hvr-radial-out:focus, .hvr-radial-out:active {
color: white;
}
.hvr-radial-out:hover:before, .hvr-radial-out:focus:before, .hvr-radial-out:active:before,.w3layouts_mail_grid_left:hover .hvr-radial-out:before{
-webkit-transform: scale(2);
transform: scale(2);
}
.w3_agile_map iframe{
width:100%;
min-height:350px;
}
.agileits_mail_grid_left h4{
font-size: 1.4em;
color: #262c38;
letter-spacing: 1px;
font-weight: 800;
margin-bottom: 1.5em;
}
.agileits_mail_grid_lft_grid1.w3_agileits_mail_grid_lft_grid1 h4{
font-size:1.4em;
color: #262c38;
letter-spacing: 1px;
font-weight: 800;
margin-bottom: 1.5em;
}
.agileits_mail_grid_lft_grid ul li{
list-style-type:none;
color:#212121;
margin-bottom:1.5em;
}
.agileits_mail_grid_lft_grid ul li i{
padding-right:1em;
color:#33cc99;
}
.agileits_mail_grid_lft_grid1 h4 span{
color:#eb5424;
}
.agileits_mail_grid_lft_grid1 ul li{
list-style-type: none;
color: #999;
line-height: 1.8em;
margin-bottom:1.5em;
position:relative;
padding-left: 2em;
}
.agileits_mail_grid_lft_grid1 ul li:last-child{
margin-bottom:0;
}
.agileits_mail_grid_lft_grid1 ul li:before{
content:"\f099";
position:absolute;
top:0%;
left:0%;
font-family: FontAwesome;
color:#1da1f2;
}
.agileits_mail_grid_lft_grid1 ul li a{
color:#212121;
text-decoration:none;
font-weight: 600;
}
.agileits_mail_grid_lft_grid1 ul li a:hover{
color:#999;
}
.agileits_mail_grid_right1{
padding:3em;
background:#f5f5f5;
}
.agileits_mail_grid_right1 span i{
color: #fff;
font-size: 15px;
text-transform: uppercase;
font-style: normal;
float: left;
width: 15%;
background: #eb5424;
padding: 10px 10px;
text-align: center;
}
.agileits_mail_grid_right1 input[type="text"],.agileits_mail_grid_right1 input[type="email"],.agileits_mail_grid_right1 textarea{
outline: none;
width: 85%;
background: #fff;
color: #212121;
padding: 10px;
font-size: 14px;
border: 1px solid #E7E7E7;
}
.agileits_mail_grid_right1 span {
padding: .5em 0;
display: block;
}
.agileits_mail_grid_right1 textarea{
min-height:200px;
}
.agileits_mail_grid_right1 input[type="submit"] {
outline: none;
width: 17%;
background: #33cc99;
color: #fff;
padding: 15px 0;
font-size: 1em;
border: none;
margin: .5em 0 0 9.8em;
}
.agileits_mail_grid_right1 input[type="submit"]:hover{
background:#eb5424;
}
.agileits_mail_grid_right.agileits_w3layouts_mail_grid_right {
margin-bottom: 3em;
}
/*-- //mail --*/
/*-- registration --*/
.signin-form {
padding: 0em 1em 1em 1em;
text-align: center;
}
.signin-form h3,h3.agileinfo_sign {
font-size: 1.5em;
color: #212121;
font-weight: 700;
margin: 1em 0 0.8em 0;
text-transform: uppercase;
letter-spacing: 1px;
}
h3.agileinfo_sign {
text-align:center;
}
.signin-form h3 span {
color: #67e1ff;
}
.signin-form img {
border-radius: 50%;
}
.login-form {
margin: 1em 0 2.5em;
}
.signin-form input[type="email"],.signin-form input[type="text"], .signin-form input[type="password"] {
width: 100%;
padding: 1em 1em 1em 1em;
font-size: 0.8em;
margin: 0.5em 0;
outline: none;
color: #212121;
border: none;
border: 1px solid #ccc;
letter-spacing: 1px;
text-align: center;
}
.signin-form input[type="email"] {
background: none;
display: block;
}
.signin-form input[type="text"] {
background: none;
display: block;
}
.signin-form input[type="password"] {
background: none;
display: block;
}
.signin-form ::-webkit-input-placeholder{
color:#212121 !important;
}
.signin-form input[type="submit"] {
outline: none;
padding: 0.8em 0;
width: 100%;
text-align: center;
font-size: 1em;
margin-top: 1em;
border: none;
color: #FFFFFF;
text-transform:uppercase;
cursor: pointer;
background: #33cc99;
box-shadow: 0px 2px 1px rgba(28, 28, 29, 0.42);
}
.signin-form input[type="submit"]:hover {
color: #fff;
background: #000;
transition: .5s all;
-webkit-transition: .5s all;
-moz-transition: .5s all;
-o-transition: .5s all;
-ms-transition: .5s all;
}
.signin-form p a {
font-size: 0.875em;
color: #212121;
letter-spacing: 1px;
}
.login-social-grids{
margin: 1em 0;
}
.login-social-grids ul {
padding: 0;
margin: 0;
}
.login-social-grids ul li {
display: inline-block;
margin: 0 .5em 0 0;
}
.login-social-grids ul li a {
color: #FFFFFF;
text-align: center;
}
.login-social-grids ul li a i.fa.fa-facebook, .login-social-grids ul li a i.fa.fa-twitter, .login-social-grids ul li a i.fa.fa-rss{
height: 30px;
width: 30px;
border: solid 2px #212121;
line-height: 29px;
background: none;
color: #212121;
transition: 0.5s all;
-webkit-transition: 0.5s all;
-moz-transition: 0.5s all;
-o-transition: 0.5s all;
-ms-transition: 0.5s all;
}
.login-social-grids ul li a i.fa.fa-facebook:hover {
border: solid 2px #3b5998;
background:#3b5998;
color: #FFFFFF;
}
.login-social-grids ul li a i.fa.fa-twitter:hover{
border: solid 2px #55acee;
background:#55acee;
color: #FFFFFF;
}
.login-social-grids ul li a i.fa.fa-rss:hover{
border: solid 2px #f26522;
background:#f26522;
color: #FFFFFF;
}
.modal-header .close{
float:right!important;
}
.form-control:focus {
border: 1px solid #ccc;
outline: 0;
box-shadow:none!important;
}
/*-- //registration --*/
/*-- start-responsive-design --*/
@media (max-width:1440px){
.navbar-right {
width: 64%;
}
.wthree_banner_info {
width: 67%;
}
.w3layouts-banner-top,.w3layouts-banner-top1,.w3layouts-banner-top2 {
min-height: 630px;
}
.agileits-banner-info {
padding: 15em 0 0em;
}
.w3layouts_event_right {
padding: 3em 5em 2em 5em;
}
.banner-bottom, .services, .service-bottom, .contact,#blog {
padding: 4em 0;
}
}
@media (max-width: 1366px){
.navbar-right {
width: 70%;
}
.banner {
min-height: 645px;
}
.wthree_banner_info {
margin: 9em auto 0;
}
.wthree_banner_info h2 {
font-size: 2.6em;
}
.w3layouts_work_grid_right {
padding: 5em 13em 5em 5em;
}
.team {
min-height: 450px;
}
.w3layouts_event_right_para p {
font-size: 1.1em;
color: #545454;
width: 100%;
line-height: 2em;
}
.w3l_header {
font-size:2em;
}
}
@media (max-width: 1280px){
.navbar-right {
width: 73%;
}
.banner-bottom h3 {
font-size: 2.2em;
}
.w3layouts_work_grid_right h5 {
font-size: 1.85em;
}
.w3layouts_work_grid_left {
width: 45%;
}
.w3layouts_work_grid_left_pos {
top: 19%;
right: -15%;
}
.w3layouts-banner-top, .w3layouts-banner-top1, .w3layouts-banner-top2 {
min-height: 530px;
}
.agileits-banner-info {
padding: 11em 0 0em;
}
.w3layouts_event_right {
padding: 2em 4em 2em 4em;
}
.agileits-banner-info h3 {
font-size: 4.5em;
}
.agileinfo_services_grids {
margin: 2em 0 4em;
}
.team-grids h4 {
font-size: 1.2em;
}
}
@media (max-width: 1080px){
.navbar-right {
width: 80%;
}
.w3_agileits_search {
width:34%;
}
.menu--iris .menu__item {
margin: 0 1em 0 0;
}
.wthree_banner_info {
width: 80%;
}
.banner {
min-height: 565px;
background-position:-75px 0px;
}
.wthree_banner_info h2 {
font-size: 2.4em;
margin-bottom: 1.5em;
}
.banner-bottom h3 {
font-size: 1.7em;
}
.hovereffect h4 {
font-size: 1.2em;
padding: 7px 0;
width: 75%;
-webkit-transform: translateY(50px);
-ms-transform: translateY(50px);
transform: translateY(50px);
}
.hovereffect p {
padding: 2.5em 1em 0em;
letter-spacing: 1px;
}
.w3layouts_work_grid_right {
padding:3em 7em 4em 3em;
}
.w3l_header:after {
left: 17%;
}
.w3_agile_team_grid {
width: 50%;
margin: 5em 0 0 6em;
}
.team {
min-height: 410px;
}
.w3_agileits_header:after {
left:30% !important;
}
.agileits_testimonials_right_grid:before {
left: -4%;
}
.w3_testimonials_right_grid:before {
right: -4% !important;
}
.wthree_testimonial_grid_right h3 {
font-size: 1.8em;
}
.w3layouts_footer_grid h2:after {
left: 45%;
}
.w3l_footer_nav li:last-child{
margin-right:0;
}
.agileits_w3layouts_service_grid h4 {
font-size: 0.9em;
letter-spacing: 2px;
}
.w3_agileits_service_banner_info h2 {
font-size: 2.5em;
}
.banner1 {
min-height: 160px;
}
.agile_service_grd {
width: 80px;
height: 80px;
}
.agile_service_grd i {
font-size: 1.7em;
line-height: 2.8em;
}
.wthree_services_grid_left h3 {
font-size: 1.3em;
}
.agileinfo_services_grid1 h4 {
letter-spacing: 0px;
}
.w3_agileits_header1:after {
left: 24% !important;
}
.w3_textbox h4 {
font-size: 1.5em;
margin: 1.5em 0 .5em;
}
.agileits_mail_grid_right1 {
padding: 2em;
}
.agileits_mail_grid_right1 span i {
font-size: 13px;
}
.navbar-brand i {
font-size: 1.8em;
}
.navbar-brand span {
padding: 0 9px 2px 9px;
font-size: 0.9em;
}
.w3_agileits_search {
width: 30%;
}
.service-box p {
font-size: .85em;
margin: 0;
}
.icon i.fa {
top: -29px;
left: 53px;
font-size: 2.5em;
}
.w3-agile-post-img a {
min-height: 290px;
}
.w3-agile-post-info ul li:nth-child(2) {
margin: 0 0 0 18em;
}
.w3-agile-post-img a ul li {
font-size: 0.8em;
padding: .5em 0em;
width: 21%;
}
.w3layouts_event_right {
width: 100%;
padding: 3em 5em 3em 5em;
}
.w3layouts_event_left {
padding: 0;
float: none;
margin: 0 auto;
}
.stats {
min-height: 254px;
text-align: center;
}
.w3layouts_stats_left {
padding: 4em 0 4em 0;
}
.textbox h4 {
font-size: 2em;
margin-top: 1.9em;
}
.w3_agileits_service_banner_info h2 {
font-size: 2em;
padding-top: 2em;
}
.agileits-banner-info p {
font-size: 1em;
}
.f-bg-w3l {
padding: 5em 0 5em 0;
}
.f-bg-w3l {
padding: 5em 0 5em 0;
}
.footer {
min-height: 348px;
}
.w3layouts_mail_grid_left2 h3 {
font-size: 1em;
margin: 1em 0 0.3em;
letter-spacing: 4px;
}
.agileits_mail_grid_right1 input[type="submit"] {
width: 17%;
margin: .5em 0 0 8.2em;
}
.agileits_mail_grid_left h4 {
font-size: 1.2em;
margin-bottom: 1.5em;
}
.agileits_mail_grid_left h4 {
font-size: 1.2em;
margin-bottom: 1.5em;
}
.agile_inner_w3ls-grids {
margin-top: 2em;
}
.team-grids h4 {
font-size: 1.2em;
}
.team-grids:hover div.img-caption::before,.img-agileinfo-text {
width: 87.5%;
}
.team-grids:hover div.img-caption::before {
height: 57%;
}
.team-grids:hover div.img-agileinfo-text {
top: 46%;
}
.team-w3ls-row {
margin-top:3em;
}
}
@media (max-width: 1024px){
.w3_agileits_search {
width: 30%;
}
.w3layouts_work_grid_right h5 {
font-size: 1.8em;
}
.w3layouts_work_grid_right {
padding: 2em 7em 0em 3em;
}
.w3_agileits_search input[type="submit"] {
background-position:2px 1px;
}
.navbar-nav > li > a {
padding: 5px 14px;
font-size:12px;
}
.agileits-banner-info h3 {
font-size: 4em;
}
.w3layouts_stats_left {
padding: 3em 0 0em 0;
}
.stats {
min-height: 235px;
text-align: center;
}
}
@media (max-width: 991px){
.navbar-nav > li > a {
padding: 3px 10px;
}
.menu--iris .menu__item:last-child{
margin-right:0;
}
.w3_agileits_search {
width: 35%;
}
.navbar-nav {
margin: 0.5em 0 0;
}
.wthree_banner_info h2 {
font-size: 2.2em;
}
.link--kumya {
padding: 12px 25px;
}
.banner-bottom h3 {
width: 100%;
}
.agileits_banner_bottom_grid {
float: left;
width: 50%;
}
.agileits_banner_bottom_grid:nth-child(2){
margin-bottom:2em;
}
.hovereffect h4 {
-webkit-transform: translateY(83px);
-ms-transform: translateY(83px);
transform: translateY(83px);
}
.hovereffect:hover h4 {
-webkit-transform: translateY(55px);
-ms-transform: translateY(55px);
transform: translateY(55px);
-moz-transform: translateY(55px);
-o-transform: translateY(55px);
}
.hovereffect p {
padding: 5.5em 1em 0em;
}
.w3l_header:after {
left: 21%;
}
.w3layouts_work_grid_right {
padding: 2em 5em 0em 3em;
}
.w3_agile_team_grid {
width: 55%;
margin: 5em 0 0 4em;
}
.w3layouts_footer_grid:first-child {
float: left;
width: 35%;
}
.w3layouts_footer_grid:nth-child(2) {
float: right;
width: 65%;
}
.w3layouts_footer_grid form {
width: 100%;
}
.w3layouts_footer_grid h2:after {
left: 56%;
width: 40%;
}
.w3l_footer_nav li {
margin-right: 1.7em;
}
.agileits_w3layouts_service_grid {
float: left;
width: 33.33%;
}
.wthree_services_grid_right {
margin-top: 2em;
}
.agileits_w3layouts_service_grid h4 {
font-size: 1.1em;
letter-spacing: 7px;
}
.w3layouts_service_bottom_grid {
float: left;
width: 25%;
}
.agileits_w3layouts_stats_grid {
width: 65px;
height: 65px;
}
.agileits_w3layouts_stats_grid i {
font-size: 1.5em;
line-height: 2.5em;
}
.w3layouts_service_bottom_grid p {
font-size: 1.7em;
width: 80%;
}
.w3layouts_service_bottom_grid h3 {
font-size: 1.2em;
letter-spacing: 1px;
}
.agileinfo_services_grid {
padding-top: 3em;
}
.agileinfo_services_grids {
margin: 1em 0 0em;
}
.agileinfo_services_grid1 h4 {
letter-spacing: 2px;
font-size: 1.2em;
}
.agileinfo_services_grid1_pos {
top: -22%;
}
.agileinfo_services_grid1 h4:after {
right: 50%;
}
.w3_agileits_header1:after {
left: 31% !important;
}
.agileits_portfolio_grid .w3_textbox {
padding: 0 1em;
}
.w3_textbox h4 {
font-size: 1em;
letter-spacing: 3px;
}
.simplefilter li {
padding: 0.6em 1.5em;
font-size: 13px;
}
.w3layouts_mail_grid_left {
float: left;
width: 100%;
text-align: center;
margin-bottom: 1em;
padding:0;
}
.w3layouts_mail_grid_left1 {
float: none;
margin-left: 3.5em;
}
.w3layouts_mail_grid_left2 p {
line-height: 1.8em;
}
.agileits_w3layouts_mail_grid_right {
margin-top: 2em;
}
.agileits_mail_grid_right1 input[type="submit"] {
margin: .5em 0 0 6em;
}
.gallery-grid {
padding: 0;
float: left;
width: 33%;
}
.textbox h4 {
font-size: 1.5em;
margin-top: 1.9em;
}
.banner-bottom, .services, .service-bottom, .contact,#blog {
padding: 3em 0;
}
.navbar-nav > li > a {
font-size: 11px;
}
.inner_w3l_agile_grids-gal {
margin-top: 2em;
}
.w3l_header {
font-size: 1.8em;
}
.banner-bottom h3 {
font-size: 1.6em;
}
.service-box {
float: left;
width: 50%;
}
.service-box:nth-child(3),.service-box:nth-child(4) {
margin-top:2em;
}
.w3-agile-post-img a ul {
padding: 4em 1em 0 1em;
}
.w3-agile-post-img a {
min-height: 207px;
}
.w3-agile-post-info p {
font-size: 0.9em;
margin: 1em 0;
letter-spacing: 1px;
}
.w3-agile-post-info ul li:nth-child(2) {
margin: 0 0 0 10em;
}
.stats {
min-height: 430px;
text-align: center;
background: url(../images/banner.jpg) no-repeat 0px 0px;
}
.w3layouts_stats_left {
padding: 3.5em 0 0em 0;
float: left;
width: 50%;
}
.wthree_services_grid_right {
margin-top: 2em;
padding: 0;
}
.agileits_mail_grid_right1 input[type="submit"] {
margin: .5em 0 0 6.3em;
}
.team-w3ls-row {
width: 67%;
margin: 2em auto 0;
}
.team-grids:nth-child(3),.team-grids:nth-child(4){
margin-top:1em;
}
}
@media (max-width: 800px){
.menu--iris .menu__item {
margin: 0 0.6em 0 0;
}
.navbar-brand {
font-size: .7em;
letter-spacing: 1px;
}
.navbar-nav > li > a {
padding: 3px 7px;
font-size: 12px;
}
.w3_agileits_search {
width: 32%;
}
.w3_agileits_search input[type="search"] {
width: 86%;
}
.w3_agileits_search input[type="submit"] {
background-position: 1px 1px;
width: 11%;
}
.wthree_banner_info h2 {
font-size: 1.8em;
}
.banner {
min-height: 495px;
background-position: -130px 0px;
}
.agileinfo_more a {
font-size: 13px;
}
.wthree_banner_info {
margin: 8em auto 0;
}
.w3layouts_work_grid_right h5 {
font-size: 1.5em;
}
.w3layouts_work_grid_right {
padding: 0em 3em 0em 2em;
margin-top: 2em;
}
.w3layouts_work_grid_right p {
margin: 1em 0 0;
}
.w3_agileits_service_banner_info h2 {
font-size: 2.3em;
}
.agileits-banner-info h3 {
font-size: 3.3em;
}
.w3layouts-banner-top, .w3layouts-banner-top1, .w3layouts-banner-top2 {
min-height: 480px;
}
.navbar-nav {
margin: 0.5em 0 15px 110px;
}
.w3-agile-post-img a ul {
padding: 2em 1em 0 1em;
}
.w3-agile-post-img a ul li {
font-size: 0.8em;
padding: .5em 0em;
width: 27%;
}
.menu--iris .menu__item {
margin: 0 1.6em 0 0;
}
.w3l_footer_nav li {
margin-right: 0.7em;
}
.navbar-nav {
margin: 0.5em 0 15px 85px;
}
}
@media (max-width: 768px){
.w3_agileits_search {
width: 29%;
}
.w3_agileits_search input[type="submit"] {
background-position: 0px 1px;
}
.w3_agile_map iframe {
min-height: 300px;
}
.w3-agile-post-img a ul {
padding: 3em 1em 0 1em;
}
.w3layouts_stats_left {
padding: 3em 0 0em 0;
float: left;
width: 50%;
}
}
@media (max-width: 767px){
.navbar-brand {
font-size: .8em;
}
.navbar-toggle {
margin: 0.5em 0 0;
}
.navbar-default .navbar-toggle {
border: none;
background: #33cc99;
border-radius: 0;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
position: absolute;
width: 100%;
z-index: 999;
background:#f3f3f3;
padding:0;
}
.w3_agileits_search {
width: 45%;
float: none;
margin: 0 auto 10px;
}
.w3_agileits_search input[type="submit"] {
width: 7%;
background-position: 0px 5px;
}
.w3_agileits_search input[type="search"] {
width: 91%;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
background: #33cc99;
}
.navbar-default .navbar-toggle .icon-bar {
background-color: #fff;
}
.agileits_w3layouts_banner_nav {
padding: 0.5em 1em;
}
.navbar-right {
width: 100%;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
border: none;
}
.navbar-nav {
margin: 0;
text-align:center;
}
.navbar-nav > li > a {
padding: 5px 25px;
font-size: 13px;
display: inline-block;
}
.menu--iris .menu__item {
margin:14px 0;
}
.navbar-nav .open .dropdown-menu {
background-color: #33cc99;
padding:10px 0;
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a {
color: #fff;
}
.w3layouts-banner-top, .w3layouts-banner-top1, .w3layouts-banner-top2 {
min-height: 450px;
}
.agileits-banner-info p {
font-size: 0.9em;
letter-spacing: 9px;
}
.agileits-banner-info {
padding: 10em 0 0em;
}
.banner-bottom h3 {
font-size: 1.5em;
}
.w3-agile-post-img a ul {
padding:7em 1em 0 2em;
}
.w3-agile-post-img a {
min-height: 350px;
}
.w3-agile-post-img a ul li {
font-size: 0.8em;
padding: .5em 0em;
width: 17%;
}
.w3-agile-post-info ul li:nth-child(2) {
margin: 0 0 0 35em;
}
ul.agile_forms,.agile_phone_mail ul {
float: none;
width: 100%;
text-align: center;
}
.agileits_banner_bottom_grids, .w3layouts_work_grids, .wthree_testimonial_grids, .wthree_services_grids, .w3layouts_mail_grid {
margin: 2em 0 0;
}
}
@media (max-width: 736px){
.w3layouts-banner-top, .w3layouts-banner-top1, .w3layouts-banner-top2 {
min-height: 430px;
}
.w3l_footer_nav li {
margin-right: 1.4em;
}
.textbox h4 {
font-size: 1.3em;
margin-top: 1.9em;
}
.agileits_mail_grid_right1 input[type="submit"] {
margin: .5em 0 0 6em;
width: 28%;
}
.team-w3ls-row {
width: 40%;
}
.team-grids:hover div.img-caption::before, .img-agileinfo-text {
width: 89%;
}
.team-grids:hover div.img-agileinfo-text {
top: 49%;
}
.team-grids:nth-child(2) {
margin-top: 2em;
}
}
@media (max-width: 667px){
.w3layouts_work_grid_left {
width: 40%;
}
.w3layouts_work_grid_right {
margin-top: 0em;
width: 53%;
padding: 0em 3em 0em 1em;
}
.w3layouts_work_grid_right h5 {
font-size: 1.4em;
}
.banner-bottom h3 {
font-size: 1.3em;
}
.w3l_footer_nav li {
margin-right: 0.6em;
}
.w3layouts_footer_grid h2:after {
left: 68%;
width: 31%;
}
.banner-bottom, .services, .service-bottom, .contact, #blog {
padding: 2.5em 0;
}
.w3-agile-post-info ul li:nth-child(2) {
margin: 0 0 0 28em;
}
.gallery-grid {
padding: 0;
float: left;
width: 50%;
}
.textbox h4 {
font-size: 1.3em;
margin-top: 2.9em;
}
.team-w3ls-row {
width: 45%;
}
.team-w3ls-row {
margin-top:2em;
}
.team-grids:nth-child(3),.team-grids:nth-child(4){
margin-top:0em;
}
.team-grids:nth-child(2) {
margin-top: 0em;
}
.team-grids {
padding: 0;
margin-bottom: 1em;
}
.team-grids:nth-child(4) {
margin-bottom: 0;
}
.agileits_w3layouts_service_grid h4 {
font-size:0.9em;
letter-spacing:4px;
}
}
@media (max-width: 640px){
.hovereffect h4 {
-webkit-transform: translateY(70px);
-ms-transform: translateY(70px);
transform: translateY(70px);
}
.hovereffect:hover h4 {
-webkit-transform: translateY(40px);
-ms-transform: translateY(40px);
transform: translateY(40px);
-moz-transform: translateY(40px);
-o-transform: translateY(40px);
}
.hovereffect p {
padding: 4em 1em 0em;
}
.w3layouts_work_grid_left {
width: 85%;
float: none;
}
.w3layouts_work_grid_right {
width: 90%;
padding: 2em 2em 3em;
float: none;
}
.w3layouts_work_grid_right h5 {
font-size: 1.6em;
}
.w3l_header:after {
left: 26%;
}
.agileits_banner_bottom_grids, .w3layouts_work_grids, .wthree_testimonial_grids, .wthree_services_grids, .w3layouts_mail_grid {
margin: 2em 0 0;
}
.agileits_w3layouts_quotes h3 {
font-size: 1.2em;
}
.agileits_w3layouts_quotes:after {
font-size: 1.6em;
right: -8%;
}
.agileits_w3layouts_quotes {
margin: 1em 0 0;
}
.w3_agileits_header:after {
left: 45% !important;
}
.agileits_testimonials_right_grid:before {
left: -3%;
}
.w3_testimonials_right_grid:before {
right: -3% !important;
}
.wthree_testimonial_grid_right h3 {
font-size: 1.6em;
}
.wthree_testimonial_grid_right p {
margin: 1em 0 0;
}
.w3layouts_footer_grid:first-child,.w3layouts_footer_grid:nth-child(2) {
float: none;
width: 80%;
text-align: center;
margin: 0 auto;
}
.w3layouts_footer_grid:nth-child(2) {
margin: 2em auto 0;
}
.wthree_testimonial_grid_right {
margin-top: 2em;
}
.w3layouts_footer_grid h2:after {
left: 65%;
width: 20%;
}
.w3l_footer_nav {
margin: 2em 0 1em;
}
.w3l_footer_nav li {
margin-right: 1.5em;
}
.agileits_w3layouts_service_grid h4 {
font-size: 1em;
letter-spacing: 3px;
}
.w3layouts_service_bottom_grid h3 {
font-size: 1.1em;
}
.w3_agileits_header1:after {
left: 35% !important;
}
.w3layouts_mail_grid_left2 h3 {
font-size: 1em;
letter-spacing: 2px;
}
.agileits_mail_grid_lft_grid1 {
margin: 2em 0 0;
}
.w3layouts_mail_grid_left1 {
width: 50px;
height: 50px;
}
.w3layouts_mail_grid_left1 span {
font-size: 1em;
line-height: 3.1em;
}
.w3_agile_map iframe {
min-height: 250px;
}
.agileits_mail_grid_right1 input[type="submit"] {
margin: .5em 0 0 5em;
}
.w3_agileits_service_banner_info h2 {
font-size: 2em;
}
.w3layouts-banner-top, .w3layouts-banner-top1, .w3layouts-banner-top2 {
min-height: 400px;
}
.agileits-banner-info h3 {
font-size: 2.5em;
}
.agileits-banner-info {
padding: 9em 0 0em;
}
.team-w3ls-row {
margin-top:2em;
}
.team-grids:nth-child(3),.team-grids:nth-child(4){
margin-top:0em;
}
.team-grids:nth-child(2) {
margin-top: 0em;
}
.team-grids {
padding: 0;
margin-bottom: 1em;
}
.team-grids:nth-child(4) {
margin-bottom: 0;
}
}
@media (max-width: 600px){
.wthree_banner_info h2 {
font-size: 1.5em;
}
.wthree_banner_info h2 span {
font-size: .5em;
}
.banner {
min-height: 400px;
background-position: -135px 0px;
}
.w3_agileits_search {
width: 60%;
}
.hovereffect h4 {
-webkit-transform: translateY(65px);
-ms-transform: translateY(65px);
transform: translateY(65px);
}
.w3_agile_team_grid {
width: 70%;
}
.w3layouts_footer_grid h2 {
margin-bottom: .5em;
}
.w3layouts_footer_grid:first-child, .w3layouts_footer_grid:nth-child(2) {
width: 85%;
}
.agile_phone_mail ul li {
display: inline-block;
padding: 6px 14px;
}
.w3layouts_event_right h3 {
font-size: 1.5em;
}
.w3layouts_footer_grid {
padding: 0;
}
.wthree_services_grid_left h3 {
font-size: 1.3em;
letter-spacing: 0;
}
.agileits_w3layouts_service_grid {
float: left;
width: 50%;
margin-bottom: 1em;
}
.agileits_w3layouts_service_grid:nth-child(4), .agileits_w3layouts_service_grid:nth-child(5), .agileits_w3layouts_service_grid:nth-child(6) {
margin-top: 0em;
}
.f-bg-w3l {
padding: 3em 0 3em 0;
}
.agile_inner_w3ls-grids.two {
margin-top: 2em;
}
.agileits_mail_grid_right1 span i {
width: 25%;
padding: 10px 10px;
}
.agileits_mail_grid_right1 input[type="submit"] {
margin: .5em 0 0 0em;
}
.agileits_mail_grid_right1 input[type="text"], .agileits_mail_grid_right1 input[type="email"], .agileits_mail_grid_right1 textarea {
outline: none;
width: 100%;
margin-top: .5em;
}
.agileits_mail_grid_right1 textarea {
min-height: 120px;
}
.team-w3ls-row {
width: 50%;
}
}
@media (max-width: 568px){
.hovereffect h4 {
-webkit-transform: translateY(65px);
-ms-transform: translateY(65px);
transform: translateY(60px);
}
.hovereffect p {
padding: 3.5em 1em 0em;
}
.hovereffect:hover h4 {
-webkit-transform: translateY(30px);
-ms-transform: translateY(30px);
transform: translateY(30px);
-moz-transform: translateY(30px);
-o-transform: translateY(30px);
}
.w3_agile_team_grid {
width: 73%;
}
.w3_agileits_header:after {
left: 48% !important;
}
.w3layouts_footer_grid:first-child, .w3layouts_footer_grid:nth-child(2) {
width: 90%;
}
.agileits-banner-info p {
font-size: 0.9em;
letter-spacing: 5px;
}
.w3layouts-banner-top, .w3layouts-banner-top1, .w3layouts-banner-top2 {
min-height: 340px;
}
.agileits-banner-info {
padding: 7em 0 0em;
}
.agileits_banner_bottom_grid {
float: left;
width: 100%;
}
.hovereffect p {
padding: 8em 1em 0em;
}
.service-box {
float: left;
width: 100%;
margin-bottom: 2em;
}
.service-box:nth-child(3), .service-box:nth-child(4) {
margin-top: 0em;
}
.w3-agile-post-img a {
min-height: 300px;
}
.w3-agile-post-info ul li:nth-child(2) {
margin: 0 0 0 16em;
}
.w3-agile-post-img a ul li {
font-size: 0.8em;
padding: .5em 0em;
width: 22%;
}
.w3layouts_event_right {
width: 100%;
padding: 3em 2em 3em 2em;
}
.w3l_header {
font-size: 1.6em;
letter-spacing: 2px;
}
.banner1 {
min-height: 135px;
}
.agileits_mail_grid_lft_grid1 {
margin: 2em 0 0;
padding: 0;
}
.team-w3ls-row {
width: 54%;
}
}
@media (max-width: 480px){
.agileinfo_more a {
border: 1px solid;
}
.wthree_banner_info {
padding: 0 1em;
}
.wthree_banner_info h2 {
font-size: 1.3em;
}
.banner-bottom h3 {
font-size: 1.4em;
}
.hovereffect h4 {
-webkit-transform: translateY(82px);
-ms-transform: translateY(82px);
transform: translateY(82px);
}
.hovereffect:hover h4 {
-webkit-transform: translateY(55px);
-ms-transform: translateY(55px);
transform: translateY(55px);
-moz-transform: translateY(55px);
-o-transform: translateY(55px);
}
.hovereffect p {
padding: 5em 1em 0em;
}
.agileits_banner_bottom_grid:nth-child(2) {
margin-bottom: 0;
}
.w3l_header:after {
width: 20%;
left: 32%;
}
.w3layouts_work_grid_right {
padding: 2em 1em;
}
.w3layouts_footer_grid h2 {
font-size: 1.6em;
}
.w3layouts_footer_grid:first-child, .w3layouts_footer_grid:nth-child(2) {
width: 100%;
}
.w3l_footer_nav li {
margin-right: 1.1em;
}
.w3_agileits_service_banner_info h2 {
font-size: 1.8em;
}
.wthree_services_grid_left h3 {
font-size: 1.2em;
letter-spacing: 0;
}
.wthree_services_grid_left {
padding: 0;
}
.wthree_services_grid_left p {
margin: 1em 0 2em;
}
.agileits_w3layouts_service_grid h4 {
font-size: .9em;
letter-spacing: 1px;
}
.w3layouts_service_bottom_grid {
width: 50%;
}
.w3layouts_service_bottom_grid:nth-child(2){
margin-bottom:2em;
}
.agileinfo_services_grid1 h4:after {
right: 35%;
}
.agileinfo_services_grid1_pos {
top: -15%;
}
.agileinfo_services_grid {
padding-top: 2.5em;
}
.w3_agileits_header1:after {
left: 45% !important;
}
.w3layouts_mail_grid_left {
float: none;
width: 100%;
text-align: left;
}
.w3layouts_mail_grid_left1 {
margin-left: 0;
}
.w3layouts_mail_grid_left:nth-child(2){
margin:1em 0;
}
.w3layouts_mail_grid_left2 h3 {
font-size: .9em;
letter-spacing: 1px;
margin: 0.5em 0 0.3em;
}
.w3layouts_mail_grid_left2 {
width: 80%;
}
.agileits_mail_grid_right1 {
padding: 1em;
}
.agileits_mail_grid_right1 span i {
font-size: 12px;
}
.agileits_mail_grid_right1 input[type="submit"] {
font-size: 14px;
width: 40%;
}
.navbar-brand i {
font-size: 1.8em;
}
.hovereffect p {
padding: 8em 1em 0em;
}
.w3-agile-post-info ul li:nth-child(2) {
margin: 0 0 0 15em;
}
.textbox h4 {
font-size: 1.3em;
margin-top: 1.9em;
}
.team-w3ls-row {
width: 62%;
}
}
@media (max-width: 414px){
.w3_agileits_search {
width: 80%;
}
.agile_phone_mail ul li {
padding: 8px 6px;
font-size: 13px;
}
.navbar-brand {
font-size: .7em;
}
.banner-bottom h3 {
font-size: 1.3em;
}
.agileits_banner_bottom_grid {
width: 100%;
padding: .5em 1em;
}
.w3l_header {
font-size: 1.3em;
}
.w3layouts_work_grid_left_pos img {
border: 2px solid #eb5424;
}
.agileits_w3layouts_quotes:after {
right: -10%;
}
.w3l_footer_nav li {
margin-right: 0.4em;
font-size: 13px;
}
.w3_agileits_service_banner_info h2 {
font-size: 1.6em;
letter-spacing: 3px;
}
.agileits_w3layouts_service_grid {
float: none;
width: 60%;
margin: 0 auto 1.5em;
}
.agileits_w3layouts_service_grid:nth-child(2){
margin:2em auto;
}
.agileits_w3layouts_service_grid p {
line-height: 2em;
}
.agileits_w3layouts_service_grid h4 {
letter-spacing: 5px;
}
.w3_agileits_header:after {
left: 62% !important;
}
.agileinfo_services_grid1 h4:after {
right: 10%;
width: 45%;
}
.agileinfo_services_grid1 h4 {
letter-spacing: 1px;
}
.w3_textbox h4 {
margin: 3.3em 0 .5em;
}
.w3_agileits_header1:after {
left: 48% !important;
}
.agileits_mail_grid_right1 input[type="text"], .agileits_mail_grid_right1 input[type="email"], .agileits_mail_grid_right1 textarea {
width: 100%;
margin-top: .5em;
}
.agileits_mail_grid_right1 input[type="submit"] {
margin: .5em 0 0 0em;
width: 100%;
}
.agileits_w3layouts_mail_grid_right,.agileinfo_mail_grid_left {
padding: 0;
}
.agileits-banner-info h3 {
font-size: 2em;
}
.w3layouts-banner-top, .w3layouts-banner-top1, .w3layouts-banner-top2 {
min-height: 300px;
}
.agileits-banner-info {
padding:5.5em 0 0em;
}
.service-box h5 {
font-size: 0.86em;
}
.services{
padding:2em 0 1em 0;
}
.w3-agile-post-img a ul li {
font-size: 0.8em;
padding: .5em 0em;
width: 27%;
}
.w3-agile-post-img a ul {
padding: 6em 1em 0 2em;
}
.w3-agile-post-info ul li:nth-child(2) {
margin: 0 0 0 11em;
}
.textbox h4 {
font-size: 1em;
margin-top: 1.9em;
}
.banner1 {
min-height: 116px;
}
.w3_agileits_service_banner_info h2 {
font-size: 1.6em;
letter-spacing: 3px;
padding-top: 1.8em;
}
.agileits-banner-info p {
font-size: 0.85em;
letter-spacing: 5px;
}
.agileits_banner_bottom_grids, .w3layouts_work_grids, .wthree_testimonial_grids, .wthree_services_grids, .w3layouts_mail_grid {
margin: 1em 0 0;
}
.hovereffect p {
padding: 6em 1em 0em;
}
.banner-bottom, .services, .service-bottom, .contact, #blog {
padding: 2em 0;
}
.w3layouts_event_right h3 {
font-size: 1.4em;
letter-spacing: 2px;
}
.w3layouts_footer_grid input[type="email"] {
padding: 12px 15px;
font-size: 14px;
width: 77%;
}
.w3layouts_footer_grid input[type="submit"] {
outline: none;
padding: 11px 0px;
width: 22%;
background: #33cc99 url(../images/arrow.png) no-repeat 30px 10px;
border: none;
float: right;
}
.w3layouts_footer_grid h2 {
font-size: 1.4em;
}
.team-w3ls-row {
width: 85%;
}
}
@media (max-width: 384px){
.wthree_banner_info h2 {
font-size: 1.1em;
}
.agileits_banner_bottom_grid {
width: 100%;
}
.w3l_header:after {
left: 35%;
}
.w3layouts_footer_grid h2:after {
left: 68%;
}
.w3l_footer_nav li {
margin-right: 0.8em;
}
.wthree_services_grid_left h3 {
font-size: 0.9em;
}
.agileits_w3layouts_service_grid {
width: 75%;
}
.w3_agileits_header:after {
left: 68% !important;
}
.agileinfo_services_grid {
padding: 2.5em 0 0;
}
.w3_textbox h4 {
margin: 2.6em 0 .5em;
}
.w3_agileits_header1:after {
left: 52% !important;
}
.w3_agileits_service_banner_info h2 {
font-size: 1.4em;
}
.w3_agile_map iframe {
min-height: 200px;
}
.banner1 {
min-height: 100px;
}
.agileits-banner-info p {
font-size: 0.85em;
letter-spacing: 2px;
}
.w3layouts-banner-top, .w3layouts-banner-top1, .w3layouts-banner-top2 {
min-height: 270px;
}
.agileits-banner-info {
padding: 5em 0 0em;
}
.agileits-banner-info h3 {
font-size: 1.8em;
}
.banner-bottom h3 {
font-size: 1.2em;
}
.w3-agile-post-info ul li:nth-child(2) {
margin: 0 0 0 9em;
}
.w3-agile-post-img a {
min-height: 200px;
}
.w3-agile-post-img a ul li {
font-size: 0.8em;
padding: .5em 0em;
width: 33%;
}
.w3-agile-post-img a ul {
padding: 2.6em 1em 0 1em;
}
.w3layouts_event_right_para p {
font-size: 0.9em;
line-height: 2em;
}
.w3layouts_event_right_para {
position: relative;
z-index: 1;
margin: 1em 0;
}
.w3_agile_event_right_grid_right p {
font-size: 12px;
letter-spacing:1px;
}
.w3layouts_event_right {
width: 100%;
padding: 2em 1em 2em 1em;
}
.wthree_services_grid_left h4 {
font-size: 0.85em;
letter-spacing: 5px;
}
.agileits_w3layouts_service_grid:nth-child(2) {
margin: 1em auto;
}
.w3-agile-post-info p {
font-size: 0.85em;
margin: 1em 0 0 0;
letter-spacing: 1px;
}
.agileits_mail_grid_right1 span i {
width: 30%;
padding: 10px 10px;
}
.agileits_mail_grid_right.agileits_w3layouts_mail_grid_right {
margin-bottom: 2em;
}
.agileits_mail_grid_lft_grid1.w3_agileits_mail_grid_lft_grid1 h4 {
font-size: 1.4em;
margin-bottom: 1em;
}
.inner_w3l_agile_grids-gal {
margin-top: 1.2em;
}
}
@media (max-width: 375px){
.w3_agileits_search {
width: 90%;
}
.w3l_header:after {
left: 37%;
}
.w3layouts-banner-top, .w3layouts-banner-top1, .w3layouts-banner-top2 {
min-height: 250px;
}
.w3-agile-post-info ul li:nth-child(2) {
margin: 0 0 0 8em;
}
.textbox p {
font-size: 16px !important;
margin: 6px 0 0 0!important;
padding: 1px 0;
}
.agileits_mail_grid_right1 span i {
width: 35%;
padding: 10px 10px;
}
.agileits_mail_grid_left h4 {
font-size: 1em;
margin-bottom: 1em;
line-height: 1.6em;
}
.agileits_mail_grid_lft_grid1.w3_agileits_mail_grid_lft_grid1 h4 {
font-size: 1.2em;
margin-bottom: 1em;
}
.f-bg-w3l {
padding: 2em 0 2em 0;
}
.footer {
min-height: 333px;
}
.team-grids {
padding: 0;
}
.team-grids:hover div.img-caption::before, .img-agileinfo-text {
width: 100%;
}
.team-w3ls-row {
margin-top:1.5em;
}
}
@media (max-width: 320px){
.agile_phone_mail ul li {
padding: 2px;
border: none;
display: block;
}
.agile_phone_mail {
text-align: center;
padding: .5em 0;
}
.navbar-brand {
font-size: .65em;
}
.wthree_banner_info h2 {
font-size: 0.94em;
}
.wthree_banner_info h2 span {
font-size: .7em;
width: 30%;
}
p, ul li, ol li,.w3layouts_footer_grid input[type="email"],.w3_agileits_search input[type="search"],.agileits_mail_grid_right1 input[type="text"], .agileits_mail_grid_right1 input[type="email"], .agileits_mail_grid_right1 textarea {
font-size: 13px;
}
.w3l_footer_nav li {
font-size: 12px;
}
.w3l_footer_nav {
margin: 1em 0;
}
.modal-body p i {
margin: 0.5em 0;
}
.banner-bottom h3 {
font-size: 1.01em;
}
.hovereffect h4 {
font-size: 1em;
}
.hovereffect h4 {
-webkit-transform: translateY(65px);
-ms-transform: translateY(65px);
transform: translateY(65px);
}
.hovereffect:hover h4 {
-webkit-transform: translateY(35px);
-ms-transform: translateY(35px);
transform: translateY(35px);
-moz-transform: translateY(35px);
-o-transform: translateY(35px);
}
.hovereffect p {
padding: 4em 1em 0em;
}
.w3l_header:after {
left: 45%;
}
.w3layouts_work_grid_right h5 {
font-size: 1.39em;
}
.agile_team_text p {
font-size: 11px;
}
.agile_team_text {
padding: 1em;
}
.agileits_w3layouts_quotes h3 {
font-size: 1.1em;
}
.agileits_w3layouts_quotes:after {
right: -13%;
font-size: 1.4em;
}
.w3_agileits_header:after {
left: 82% !important;
}
.w3layouts_footer_grid h2 {
font-size: 1.2em;
}
.w3_agileits_service_banner_info h2 {
font-size: 1.2em;
}
.agileits_w3layouts_service_grid {
width: 85%;
}
.w3layouts_service_bottom_grid p {
font-size: 1.5em;
}
.w3layouts_service_bottom_grid h3 {
font-size: .9em;
}
.agileinfo_services_grid1 {
padding: 2em 1em 1.5em;
}
.agileinfo_services_grid1 h4 {
font-size: 1.1em;
}
.w3_agileits_header1:after {
left: 63% !important;
}
.agileits_mail_grid_right1 {
padding: .5em 1em;
}
.agileits_w3layouts_mail_grid_right {
margin-top: 1em;
}
.w3_agileits_search {
padding: 5px 10px 10px;
}
.w3layouts-banner-top, .w3layouts-banner-top1, .w3layouts-banner-top2 {
min-height: 200px;
}
.agileits-banner-info {
padding: 3em 0 0em;
}
.w3-agile-post-grids {
padding: 0;
}
.w3-agile-post-info ul li:nth-child(2) {
margin: 0 0 0 6em;
}
.w3layouts_stats_left {
padding: 2em 0 0em 0;
float: left;
width: 50%;
}
.stats {
min-height: 368px;
}
.w3layouts_footer_grid input[type="submit"] {
outline: none;
padding: 10px 0px;
width: 22%;
background: #33cc99 url(../images/arrow.png) no-repeat 21px 10px;
border: none;
float: right;
}
.banner1 {
min-height: 84px;
}
.gallery-grid {
padding: 0;
float: left;
width: 100%;
}
.textbox h4 {
font-size: 1.25em;
margin-top: 2.3em;
}
.textbox p {
font-size: 21px !important;
margin: 9px 0 0 0!important;
padding: 3px 0;
}
} | 0.321247 | 0.061933 |
body {
background-color: rgba(128,228,129,0.7);
}
nav ul a,
nav .brand-logo {
color: #fff;
}
a, a:link, a:visited {
list-style: none !important;
text-decoration: none !important;
}
nav ul li ul {
position: absolute;
display: none;
z-index: 200;
background-color: rgba(44, 95, 7,0.8);
}
nav ul li ul li {
display: contents;
color: #fff;
font-weight: bold;
}
nav ul li ul li a {
list-style: none !important;
color: #fff !important;
}
nav ul li:hover > ul {
display: block;
}
#login-page {
max-width: 50%;
margin-bottom: 0px;
}
.antesDelForm {
z-index: 200;
position: fixed;
max-width: 50%;
}
p {
line-height: 2rem;
}
/* GENERALES */
.mh-80 {
min-height: 80vh;
}
.wi-100 {
width: 100%;
}
.sidenav-trigger {
color: #26a69a;
}
.parallax-container {
min-height: 100vh;
line-height: 0;
height: auto;
color: rgba(255,255,255,.9);
}
.parallax-container .section {
width: 100%;
}
.home {
background-color: rgba(0,0,0,0.5);
}
.icon-block {
padding: 0 15px;
}
.icon-block .material-icons {
font-size: inherit;
}
footer.page-footer {
margin: 0;
}
.logo {
max-width: 250px !important;
}
.logoHome {
z-index: 5000 !important;
}
.card {
transition: width 2s;
}
.fondo-trans {
background-color: rgba(27,94,32, 0.03);
}
.cardTitulo {
display: flex;
align-items: center;
justify-content: center;
font-size: 1.4rem !important;
padding-top: 15px;
padding-bottom: 15px;
}
.cardTituloCategoria {
display: flex !important;
align-items: center;
justify-content: center;
font-size: 1.4rem !important;
}
.card-reveal {
background-color: rgba(51,105,30,1) !important;
color: #fff;
}
.card-reveal p {
max-height: 40%;
}
.cartaProductos a {
color: #000 !important;
}
.cartaProductos img {
width: 100%;
height: 155px;
}
.masProductos {
margin-top: 5px;
}
.masProductos a, a:hover, {
text-decoration: none;
color: #082b04;
}
.fondo-invisible {
background-color: rgba(1,1,1,0);
}
.btnProductos {
background-color: rgba(27,94,32, 0.4);
}
#carta .btn-large:hover, .btn-large:hover {
background-color: rgba(27,94,32, 0.8) !important;
}
@media only screen and (max-width : 992px) {
.parallax-container .section {
position: absolute;
top: 40%;
}
#index-banner .section {
top: 10%;
}
.logo {
max-width: 150px !important;
}
}
@media only screen and (max-width : 600px) {
#index-banner .section {
top: 0;
}
}
@media only screen and (min-width: : 993px){
}
/* FORMULARIO DE REGISTRO */
#formRegistro {
max-width: 70%;
background-color: #fff;
margin-top: 15px;
}
.col.s6 > .btn {
width: 100%;
}
.gender-male,.gender-female {
display: inline-block;
}
.gender-female {
margin-left: 35px;
}
radio:required {
border-color: red;
}
.container {
animation: showUp 0.5s cubic-bezier(0.18, 1.3, 1, 1) forwards;
}
@keyframes showUp {
0% {
transform: scale(0);
}
100% {
transoform: scale(1);
}
}
.row {margin-bottom: 10px;}
.ngl {
position: absolute;
top: -20px;
right: -20px;
}
.boton-guardar {
background-color: #4caf50;
border: 0;
border-radius: 3px;
color: #fff;
padding: 7px;
}
.boton-guardar:hover {
background-color: #377b39;
}
/* PRODUCTOS */
/*(VER)*/
.descripcion {
text-align: justify;
text-justify: inter-word;
} | assets/css/style.css | body {
background-color: rgba(128,228,129,0.7);
}
nav ul a,
nav .brand-logo {
color: #fff;
}
a, a:link, a:visited {
list-style: none !important;
text-decoration: none !important;
}
nav ul li ul {
position: absolute;
display: none;
z-index: 200;
background-color: rgba(44, 95, 7,0.8);
}
nav ul li ul li {
display: contents;
color: #fff;
font-weight: bold;
}
nav ul li ul li a {
list-style: none !important;
color: #fff !important;
}
nav ul li:hover > ul {
display: block;
}
#login-page {
max-width: 50%;
margin-bottom: 0px;
}
.antesDelForm {
z-index: 200;
position: fixed;
max-width: 50%;
}
p {
line-height: 2rem;
}
/* GENERALES */
.mh-80 {
min-height: 80vh;
}
.wi-100 {
width: 100%;
}
.sidenav-trigger {
color: #26a69a;
}
.parallax-container {
min-height: 100vh;
line-height: 0;
height: auto;
color: rgba(255,255,255,.9);
}
.parallax-container .section {
width: 100%;
}
.home {
background-color: rgba(0,0,0,0.5);
}
.icon-block {
padding: 0 15px;
}
.icon-block .material-icons {
font-size: inherit;
}
footer.page-footer {
margin: 0;
}
.logo {
max-width: 250px !important;
}
.logoHome {
z-index: 5000 !important;
}
.card {
transition: width 2s;
}
.fondo-trans {
background-color: rgba(27,94,32, 0.03);
}
.cardTitulo {
display: flex;
align-items: center;
justify-content: center;
font-size: 1.4rem !important;
padding-top: 15px;
padding-bottom: 15px;
}
.cardTituloCategoria {
display: flex !important;
align-items: center;
justify-content: center;
font-size: 1.4rem !important;
}
.card-reveal {
background-color: rgba(51,105,30,1) !important;
color: #fff;
}
.card-reveal p {
max-height: 40%;
}
.cartaProductos a {
color: #000 !important;
}
.cartaProductos img {
width: 100%;
height: 155px;
}
.masProductos {
margin-top: 5px;
}
.masProductos a, a:hover, {
text-decoration: none;
color: #082b04;
}
.fondo-invisible {
background-color: rgba(1,1,1,0);
}
.btnProductos {
background-color: rgba(27,94,32, 0.4);
}
#carta .btn-large:hover, .btn-large:hover {
background-color: rgba(27,94,32, 0.8) !important;
}
@media only screen and (max-width : 992px) {
.parallax-container .section {
position: absolute;
top: 40%;
}
#index-banner .section {
top: 10%;
}
.logo {
max-width: 150px !important;
}
}
@media only screen and (max-width : 600px) {
#index-banner .section {
top: 0;
}
}
@media only screen and (min-width: : 993px){
}
/* FORMULARIO DE REGISTRO */
#formRegistro {
max-width: 70%;
background-color: #fff;
margin-top: 15px;
}
.col.s6 > .btn {
width: 100%;
}
.gender-male,.gender-female {
display: inline-block;
}
.gender-female {
margin-left: 35px;
}
radio:required {
border-color: red;
}
.container {
animation: showUp 0.5s cubic-bezier(0.18, 1.3, 1, 1) forwards;
}
@keyframes showUp {
0% {
transform: scale(0);
}
100% {
transoform: scale(1);
}
}
.row {margin-bottom: 10px;}
.ngl {
position: absolute;
top: -20px;
right: -20px;
}
.boton-guardar {
background-color: #4caf50;
border: 0;
border-radius: 3px;
color: #fff;
padding: 7px;
}
.boton-guardar:hover {
background-color: #377b39;
}
/* PRODUCTOS */
/*(VER)*/
.descripcion {
text-align: justify;
text-justify: inter-word;
} | 0.353317 | 0.081119 |
body
{
background-image: url(/img/bg_01.png);
background-attachment: fixed;
background-repeat: no-repeat;
background-size: cover;
font-family: sans-serif;
margin: 0;
padding: 0;
overflow: hidden;
}
/* Navigation bar */
header
{
position: relative;
max-width: 1430px;
margin: 20px 30px;
padding: 16px;
box-sizing: border-box;
}
.logo
{
color: black;
height: 50px;
font-size: 28px;
line-height: 65px;
padding: 7px 30px;
box-sizing: border-box;
text-align: center;
float: left;
font-weight: 450;
text-decoration: none;
font-family: sans-serif;
}
nav
{
float: right;
}
nav ul
{
margin: 0;
padding: 0;
display: flex;
}
nav ul li
{
list-style: none;
}
nav ul li a
{
font-size: 18px;
display: block;
margin: 19px 25px;
padding: 6px 15px;
text-decoration: none;
color: black;
font-family: sans-serif;
font-weight: bold;
}
nav ul li a.active,
nav ul li a:hover
{
background: linear-gradient(to right,#eb6825,#f17a28,#fa962b);
color: #fff;
border-radius: 10px;
}
/* Title */
#title
{
height: 100px;
width: 800px;
position: relative;
text-align: left;
padding-left: 75px;
padding-top: 65px;
color: #294944;
font-family: Arial black;
}
#desc
{
font-size: 22px;
text-decoration: none;
padding-top: 35px;
padding-left: 75px;
color: black;
font-family: sans-serif;
font-weight: bold;
text-align: start;
}
.button
{
margin-left: 150px;
padding: 13px 20px;
display: inline-block;
text-decoration: none;
background: linear-gradient(to right,#eb6825,#f17a28,#fa962b);
color: #fff;
border-radius: 15px;
text-transform: uppercase;
font-size: 20px;
letter-spacing: 2px;
font-family: sans-serif;
transition: 0.4s;
}
.center
{
position:absolute;
top:50%;
left:50%;
transform:translate(-50%,-50%);
}
.popup
{
width:700px;
height:500px;
padding:30px 20px;
background:white;
border-radius:10px;
box-sizing:border-box;
background: url(/img/bg_01.png);
z-index:2;
text-align:center;
opacity:0;
top:-200%;
transform:translate(-50%,-50%) scale(0.5);
transition: opacity 300ms ease-in-out,
top 1000ms ease-in-out,
transform 1000ms ease-in-out;
}
.popup.active
{
opacity:1;
top:50%;
transform:translate(-50%,-50%) scale(1);
transition: transform 300ms cubic-bezier(0.18,0.89,0.43,1.19);
}
.popup .dismiss-btn
{
margin-top:15px;
}
.popup .dismiss-btn .button
{
cursor:pointer;
transition: all 300ms ease-in-out;
}
.popup .dismiss-btn button:hover
{
color:#111;
background:#f5f5f5;
}
.popup .dismiss-btn
{
position: absolute;
top: -50px;
right: -30px;
cursor: pointer;
}
.popup > div
{
position:relative;
top:10px;
opacity:0;
}
.popup.active > div
{
top:0px;
opacity:1;
}
.popup.active .icon
{
transition: all 300ms ease-in-out 250ms;
}
.popup.active .dismiss-btn
{
transition: all 300ms ease-in-out 400ms;
}
img
{
position: relative;
height: 600px;
width: auto;
float: right;
top: -150px;
right: 100px;
} | .history/css/style_20210219145256.css | body
{
background-image: url(/img/bg_01.png);
background-attachment: fixed;
background-repeat: no-repeat;
background-size: cover;
font-family: sans-serif;
margin: 0;
padding: 0;
overflow: hidden;
}
/* Navigation bar */
header
{
position: relative;
max-width: 1430px;
margin: 20px 30px;
padding: 16px;
box-sizing: border-box;
}
.logo
{
color: black;
height: 50px;
font-size: 28px;
line-height: 65px;
padding: 7px 30px;
box-sizing: border-box;
text-align: center;
float: left;
font-weight: 450;
text-decoration: none;
font-family: sans-serif;
}
nav
{
float: right;
}
nav ul
{
margin: 0;
padding: 0;
display: flex;
}
nav ul li
{
list-style: none;
}
nav ul li a
{
font-size: 18px;
display: block;
margin: 19px 25px;
padding: 6px 15px;
text-decoration: none;
color: black;
font-family: sans-serif;
font-weight: bold;
}
nav ul li a.active,
nav ul li a:hover
{
background: linear-gradient(to right,#eb6825,#f17a28,#fa962b);
color: #fff;
border-radius: 10px;
}
/* Title */
#title
{
height: 100px;
width: 800px;
position: relative;
text-align: left;
padding-left: 75px;
padding-top: 65px;
color: #294944;
font-family: Arial black;
}
#desc
{
font-size: 22px;
text-decoration: none;
padding-top: 35px;
padding-left: 75px;
color: black;
font-family: sans-serif;
font-weight: bold;
text-align: start;
}
.button
{
margin-left: 150px;
padding: 13px 20px;
display: inline-block;
text-decoration: none;
background: linear-gradient(to right,#eb6825,#f17a28,#fa962b);
color: #fff;
border-radius: 15px;
text-transform: uppercase;
font-size: 20px;
letter-spacing: 2px;
font-family: sans-serif;
transition: 0.4s;
}
.center
{
position:absolute;
top:50%;
left:50%;
transform:translate(-50%,-50%);
}
.popup
{
width:700px;
height:500px;
padding:30px 20px;
background:white;
border-radius:10px;
box-sizing:border-box;
background: url(/img/bg_01.png);
z-index:2;
text-align:center;
opacity:0;
top:-200%;
transform:translate(-50%,-50%) scale(0.5);
transition: opacity 300ms ease-in-out,
top 1000ms ease-in-out,
transform 1000ms ease-in-out;
}
.popup.active
{
opacity:1;
top:50%;
transform:translate(-50%,-50%) scale(1);
transition: transform 300ms cubic-bezier(0.18,0.89,0.43,1.19);
}
.popup .dismiss-btn
{
margin-top:15px;
}
.popup .dismiss-btn .button
{
cursor:pointer;
transition: all 300ms ease-in-out;
}
.popup .dismiss-btn button:hover
{
color:#111;
background:#f5f5f5;
}
.popup .dismiss-btn
{
position: absolute;
top: -50px;
right: -30px;
cursor: pointer;
}
.popup > div
{
position:relative;
top:10px;
opacity:0;
}
.popup.active > div
{
top:0px;
opacity:1;
}
.popup.active .icon
{
transition: all 300ms ease-in-out 250ms;
}
.popup.active .dismiss-btn
{
transition: all 300ms ease-in-out 400ms;
}
img
{
position: relative;
height: 600px;
width: auto;
float: right;
top: -150px;
right: 100px;
} | 0.334916 | 0.062646 |
.tooltipster-base {
/* this ensures that a constrained height set by functionPosition,
if greater that the natural height of the tooltip, will be enforced
in browsers that support display:flex */
display: flex;
pointer-events: none;
/* this may be overriden in JS for fixed position origins */
position: absolute;
}
.tooltipster-box {
/* see .tooltipster-base. flex-shrink 1 is only necessary for IE10-
and flex-basis auto for IE11- (at least) */
flex: 1 1 auto;
}
.tooltipster-content {
/* prevents an overflow if the user adds padding to the div */
box-sizing: border-box;
/* these make sure we'll be able to detect any overflow */
max-height: 100%;
max-width: 100%;
overflow: auto;
}
.tooltipster-ruler {
/* these let us test the size of the tooltip without overflowing the window */
bottom: 0;
left: 0;
overflow: hidden;
position: fixed;
right: 0;
top: 0;
visibility: hidden;
}
/* ANIMATIONS */
/* Open/close animations */
/* fade */
.tooltipster-fade {
opacity: 0;
-webkit-transition-property: opacity;
-moz-transition-property: opacity;
-o-transition-property: opacity;
-ms-transition-property: opacity;
transition-property: opacity;
}
.tooltipster-fade.tooltipster-show {
opacity: 1;
}
/* grow */
.tooltipster-grow {
-webkit-transform: scale(0, 0);
-moz-transform: scale(0, 0);
-o-transform: scale(0, 0);
-ms-transform: scale(0, 0);
transform: scale(0, 0);
-webkit-transition-property: -webkit-transform;
-moz-transition-property: -moz-transform;
-o-transition-property: -o-transform;
-ms-transition-property: -ms-transform;
transition-property: transform;
-webkit-backface-visibility: hidden;
}
.tooltipster-grow.tooltipster-show {
-webkit-transform: scale(1, 1);
-moz-transform: scale(1, 1);
-o-transform: scale(1, 1);
-ms-transform: scale(1, 1);
transform: scale(1, 1);
-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
-moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
-ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
-o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
}
/* swing */
.tooltipster-swing {
opacity: 0;
-webkit-transform: rotateZ(4deg);
-moz-transform: rotateZ(4deg);
-o-transform: rotateZ(4deg);
-ms-transform: rotateZ(4deg);
transform: rotateZ(4deg);
-webkit-transition-property: -webkit-transform, opacity;
-moz-transition-property: -moz-transform;
-o-transition-property: -o-transform;
-ms-transition-property: -ms-transform;
transition-property: transform;
}
.tooltipster-swing.tooltipster-show {
opacity: 1;
-webkit-transform: rotateZ(0deg);
-moz-transform: rotateZ(0deg);
-o-transform: rotateZ(0deg);
-ms-transform: rotateZ(0deg);
transform: rotateZ(0deg);
-webkit-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 1);
-webkit-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4);
-moz-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4);
-ms-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4);
-o-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4);
transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4);
}
/* fall */
.tooltipster-fall {
-webkit-transition-property: top;
-moz-transition-property: top;
-o-transition-property: top;
-ms-transition-property: top;
transition-property: top;
-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
-moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
-ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
-o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
}
.tooltipster-fall.tooltipster-initial {
top: 0 !important;
}
.tooltipster-fall.tooltipster-show {}
.tooltipster-fall.tooltipster-dying {
-webkit-transition-property: all;
-moz-transition-property: all;
-o-transition-property: all;
-ms-transition-property: all;
transition-property: all;
top: 0 !important;
opacity: 0;
}
/* slide */
.tooltipster-slide {
-webkit-transition-property: left;
-moz-transition-property: left;
-o-transition-property: left;
-ms-transition-property: left;
transition-property: left;
-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
-moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
-ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
-o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
}
.tooltipster-slide.tooltipster-initial {
left: -40px !important;
}
.tooltipster-slide.tooltipster-show {}
.tooltipster-slide.tooltipster-dying {
-webkit-transition-property: all;
-moz-transition-property: all;
-o-transition-property: all;
-ms-transition-property: all;
transition-property: all;
left: 0 !important;
opacity: 0;
}
/* Update animations */
/* We use animations rather than transitions here because
transition durations may be specified in the style tag due to
animationDuration, and we try to avoid collisions and the use
of !important */
/* fade */
@keyframes tooltipster-fading {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
.tooltipster-update-fade {
animation: tooltipster-fading 400ms;
}
/* rotate */
@keyframes tooltipster-rotating {
25% {
transform: rotate(-2deg);
}
75% {
transform: rotate(2deg);
}
100% {
transform: rotate(0);
}
}
.tooltipster-update-rotate {
animation: tooltipster-rotating 600ms;
}
/* scale */
@keyframes tooltipster-scaling {
50% {
transform: scale(1.1);
}
100% {
transform: scale(1);
}
}
.tooltipster-update-scale {
animation: tooltipster-scaling 600ms;
} | dist/css/tooltipster.main.css | .tooltipster-base {
/* this ensures that a constrained height set by functionPosition,
if greater that the natural height of the tooltip, will be enforced
in browsers that support display:flex */
display: flex;
pointer-events: none;
/* this may be overriden in JS for fixed position origins */
position: absolute;
}
.tooltipster-box {
/* see .tooltipster-base. flex-shrink 1 is only necessary for IE10-
and flex-basis auto for IE11- (at least) */
flex: 1 1 auto;
}
.tooltipster-content {
/* prevents an overflow if the user adds padding to the div */
box-sizing: border-box;
/* these make sure we'll be able to detect any overflow */
max-height: 100%;
max-width: 100%;
overflow: auto;
}
.tooltipster-ruler {
/* these let us test the size of the tooltip without overflowing the window */
bottom: 0;
left: 0;
overflow: hidden;
position: fixed;
right: 0;
top: 0;
visibility: hidden;
}
/* ANIMATIONS */
/* Open/close animations */
/* fade */
.tooltipster-fade {
opacity: 0;
-webkit-transition-property: opacity;
-moz-transition-property: opacity;
-o-transition-property: opacity;
-ms-transition-property: opacity;
transition-property: opacity;
}
.tooltipster-fade.tooltipster-show {
opacity: 1;
}
/* grow */
.tooltipster-grow {
-webkit-transform: scale(0, 0);
-moz-transform: scale(0, 0);
-o-transform: scale(0, 0);
-ms-transform: scale(0, 0);
transform: scale(0, 0);
-webkit-transition-property: -webkit-transform;
-moz-transition-property: -moz-transform;
-o-transition-property: -o-transform;
-ms-transition-property: -ms-transform;
transition-property: transform;
-webkit-backface-visibility: hidden;
}
.tooltipster-grow.tooltipster-show {
-webkit-transform: scale(1, 1);
-moz-transform: scale(1, 1);
-o-transform: scale(1, 1);
-ms-transform: scale(1, 1);
transform: scale(1, 1);
-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
-moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
-ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
-o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
}
/* swing */
.tooltipster-swing {
opacity: 0;
-webkit-transform: rotateZ(4deg);
-moz-transform: rotateZ(4deg);
-o-transform: rotateZ(4deg);
-ms-transform: rotateZ(4deg);
transform: rotateZ(4deg);
-webkit-transition-property: -webkit-transform, opacity;
-moz-transition-property: -moz-transform;
-o-transition-property: -o-transform;
-ms-transition-property: -ms-transform;
transition-property: transform;
}
.tooltipster-swing.tooltipster-show {
opacity: 1;
-webkit-transform: rotateZ(0deg);
-moz-transform: rotateZ(0deg);
-o-transform: rotateZ(0deg);
-ms-transform: rotateZ(0deg);
transform: rotateZ(0deg);
-webkit-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 1);
-webkit-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4);
-moz-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4);
-ms-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4);
-o-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4);
transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4);
}
/* fall */
.tooltipster-fall {
-webkit-transition-property: top;
-moz-transition-property: top;
-o-transition-property: top;
-ms-transition-property: top;
transition-property: top;
-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
-moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
-ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
-o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
}
.tooltipster-fall.tooltipster-initial {
top: 0 !important;
}
.tooltipster-fall.tooltipster-show {}
.tooltipster-fall.tooltipster-dying {
-webkit-transition-property: all;
-moz-transition-property: all;
-o-transition-property: all;
-ms-transition-property: all;
transition-property: all;
top: 0 !important;
opacity: 0;
}
/* slide */
.tooltipster-slide {
-webkit-transition-property: left;
-moz-transition-property: left;
-o-transition-property: left;
-ms-transition-property: left;
transition-property: left;
-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
-moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
-ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
-o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
}
.tooltipster-slide.tooltipster-initial {
left: -40px !important;
}
.tooltipster-slide.tooltipster-show {}
.tooltipster-slide.tooltipster-dying {
-webkit-transition-property: all;
-moz-transition-property: all;
-o-transition-property: all;
-ms-transition-property: all;
transition-property: all;
left: 0 !important;
opacity: 0;
}
/* Update animations */
/* We use animations rather than transitions here because
transition durations may be specified in the style tag due to
animationDuration, and we try to avoid collisions and the use
of !important */
/* fade */
@keyframes tooltipster-fading {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
.tooltipster-update-fade {
animation: tooltipster-fading 400ms;
}
/* rotate */
@keyframes tooltipster-rotating {
25% {
transform: rotate(-2deg);
}
75% {
transform: rotate(2deg);
}
100% {
transform: rotate(0);
}
}
.tooltipster-update-rotate {
animation: tooltipster-rotating 600ms;
}
/* scale */
@keyframes tooltipster-scaling {
50% {
transform: scale(1.1);
}
100% {
transform: scale(1);
}
}
.tooltipster-update-scale {
animation: tooltipster-scaling 600ms;
} | 0.342352 | 0.072966 |
.configurations-box, .box-especificacoes {
display: flex;
}
.configurations-box div, .box-especificacoes div {
display: flex;
flex-direction: row;
}
.configurations-box input, .configurations-box select, .configurations-box option, .configurations-box textarea, .box-especificacoes input, .box-especificacoes select, .box-especificacoes option, .box-especificacoes textarea {
width: 100%;
}
.configurations-box div label, .box-especificacoes div label {
width: 30%;
font-size: 0.95rem;
margin: 0 !important;
height: 100%;
}
@media only screen and (max-width: 768px) {
.configurations-box, .box-especificacoes {
display: block;
}
.configurations-box div label, .box-especificacoes div label {
width: 100%;
}
.configurations-box div, .box-especificacoes div {
display: block;
margin-top: .75rem;
}
}
.admin-content label {
font-size: 0.9rem !important;
}
.admin-content input:not([type='file']):not([type='submit']), select, option, textarea {
border: 1px solid #d1d1d1;
border-radius: .25rem;
background-color: transparent;
color: #515257 !important;
}
.admin-content input:not([type='file']):disabled, select:disabled, textarea:disabled {
background-color: #cfd1dd;
}
input:not([type='file']), select, option {
height: calc(1.3125rem + 1.2rem + 2px);
padding: 0.6rem 1rem;
font-size: 0.875rem !important;
}
.admin-content.dark input:not([type='file']), .admin-content.dark select {
border: 1px solid #3c3c3c;
}
input:hover, input:focus, input:link, input:visited, select:hover, select:focus, select:link, select:visited, textarea:hover, textarea:focus, textarea:link, textarea:visited a:hover, a:focus, a:link, a:visited {
outline: none !important;
box-shadow: none !important;
}
input:hover, select:hover, textarea:hover {
border-color: rgb(23, 175, 130) !important;
}
.btn-salvar {
float: right;
padding-top: 10px;
padding-left: 3rem !important;
padding-right: 3rem !important;
height: 38px;
font-weight: bold;
background-color: #19c880 !important;
color: white !important;
border: none !important;
box-shadow: inset 0 1px 0 rgb(255 255 255 / 15%), 0 1px 1px rgb(0 0 0 / 8%) !important;
-webkit-transition: all 0.3s !important;
transition: all 0.3s !important;
}
.btn-salvar:hover {
background-color: #118454 !important;
} | public/css/pages/admin/configuracoes/empresa.css | .configurations-box, .box-especificacoes {
display: flex;
}
.configurations-box div, .box-especificacoes div {
display: flex;
flex-direction: row;
}
.configurations-box input, .configurations-box select, .configurations-box option, .configurations-box textarea, .box-especificacoes input, .box-especificacoes select, .box-especificacoes option, .box-especificacoes textarea {
width: 100%;
}
.configurations-box div label, .box-especificacoes div label {
width: 30%;
font-size: 0.95rem;
margin: 0 !important;
height: 100%;
}
@media only screen and (max-width: 768px) {
.configurations-box, .box-especificacoes {
display: block;
}
.configurations-box div label, .box-especificacoes div label {
width: 100%;
}
.configurations-box div, .box-especificacoes div {
display: block;
margin-top: .75rem;
}
}
.admin-content label {
font-size: 0.9rem !important;
}
.admin-content input:not([type='file']):not([type='submit']), select, option, textarea {
border: 1px solid #d1d1d1;
border-radius: .25rem;
background-color: transparent;
color: #515257 !important;
}
.admin-content input:not([type='file']):disabled, select:disabled, textarea:disabled {
background-color: #cfd1dd;
}
input:not([type='file']), select, option {
height: calc(1.3125rem + 1.2rem + 2px);
padding: 0.6rem 1rem;
font-size: 0.875rem !important;
}
.admin-content.dark input:not([type='file']), .admin-content.dark select {
border: 1px solid #3c3c3c;
}
input:hover, input:focus, input:link, input:visited, select:hover, select:focus, select:link, select:visited, textarea:hover, textarea:focus, textarea:link, textarea:visited a:hover, a:focus, a:link, a:visited {
outline: none !important;
box-shadow: none !important;
}
input:hover, select:hover, textarea:hover {
border-color: rgb(23, 175, 130) !important;
}
.btn-salvar {
float: right;
padding-top: 10px;
padding-left: 3rem !important;
padding-right: 3rem !important;
height: 38px;
font-weight: bold;
background-color: #19c880 !important;
color: white !important;
border: none !important;
box-shadow: inset 0 1px 0 rgb(255 255 255 / 15%), 0 1px 1px rgb(0 0 0 / 8%) !important;
-webkit-transition: all 0.3s !important;
transition: all 0.3s !important;
}
.btn-salvar:hover {
background-color: #118454 !important;
} | 0.421314 | 0.087058 |
@CHARSET "UTF-8";
.float_left{float:left}
.float_right{float:right}
.clear_left{clear:left}
.clear_right{clear:right}
.clear_both{clear:both}
.bold{font-weight:bold}
.italic{font-style:italic}
.no-border{border: none}
.no-decor{text-decoration: none}
.align_left{text-align:left}
.align_center{text-align:center}
.align_right{text-align:right}
.align_top{vertical-align:top}
.align_middle{vertical-align:middle}
.align_bottom{vertical-align:bottom}
.block{display:block}
.inline_block{display:inline-block}
.none{display:none}
.inline{display:inline}
.overflow{overflow:hidden}
.hidden{visibility:hidden}
.pointer{cursor:pointer}
.upper{text-transform: uppercase}
.lower{text-transform: lowercase}
.nowrap{white-space:nowrap}
/* Margins, Width, Height */
.t5{margin-top: 5px}.t6{margin-top: 6px}.t10{margin-top: 10px}.t15{margin-top: 15px}.t20{margin-top: 20px}
.b3{margin-bottom: 3px}.b5{margin-bottom: 5px}.b10{margin-bottom: 10px}.b15{margin-bottom: 15px}.b20{margin-bottom: 20px}
.l5{margin-left: 5px}.l10{margin-left: 10px}.l15{margin-left: 15px}.l20{margin-left: 20px}
.r1{margin-right: 1px}.r2{margin-right: 2px}.r3{margin-right: 3px}.r4{margin-right: 4px}.r5{margin-right: 5px}.r10{margin-right: 10px}
.r15{margin-right: 15px}.r20{margin-right: 20px}.r25{margin-right: 25px}.r30{margin-right: 30px}
.m5{margin: 5px}.m10{margin: 10px}.m15{margin: 15px}.m20{margin: 20px}
.p0{padding: 0}.p1{padding: 1px}.p2{padding: 2px}.p3{padding: 3px}.p4{padding: 4px}.p5{padding: 5px}
.pl0{padding: 0}.pr0{padding: 0}.pt0{padding: 0}.pb0{padding: 0}.pi{padding: inherit}
.pt5{padding-top: 5px}.pt10{padding-top: 10px}.pt15{padding-top: 15px}.pt20{padding-top: 20px}
.w10{width: 10px}.w20{width: 20px}.w30{width: 30px}.w40{width: 40px}.w45{width: 45px}.w50{width: 50px}
.w60{width: 60px}.w70{width: 70px}.w80{width: 80px}.w90{width: 90px}.w100{width: 100px}
.w110{width: 110px}.w120{width: 120px}.w130{width: 130px}.w150{width: 150px}.w160{width: 160px}.w170{width: 170px}.w180{width: 180px}.w186{width: 186px}.w190{width: 190px}
.w200{width: 200px}.w240{width: 240px}.w250{width: 250px}.w260{width: 260px}.w270{width: 270px}.w280{width: 280px}.w290{width: 290px}
.w300{width: 300px}.w330{width: 330px}.w350{width: 350px}.w360{width: 360px}.w370{width: 370px}.w380{width: 380px}.w390{width: 390px}
.w400{width: 400px}.w420{width: 420px}.w430{width: 430px}.w440{width: 440px}.w450{width: 450px}.w460{width: 460px}.w470{width: 470px}.w480{width: 480px}
.w500{width: 500px}.w520{width: 520px}.w530{width: 530px}.w550{width: 550px}.w580{width: 580px}
.w600{width: 600px}
.w650{width: 650px}.w700{width: 700px}
.h10{height: 10px}.h20{height: 20px}.h25{height: 25px}.h30{height: 30px}.h40{height: 40px}.h50{height: 50px}
.h60{height: 60px}.h70{height: 70px}.h80{height: 80px}.h90{height: 90px}.h100{height: 100px}
.h120{height: 120px}.h150{height: 150px}.h170{height: 170px}.h180{height: 180px}
.h200{height: 200px}.h210{height: 210px}.h220{height: 220px}.h230{height: 230px}.h300{height: 300px}.h400{height: 400px}.h500{height: 500px}
/* colors */
.red{color: red !important}
.gray{color: gray !important}
.blue{color: blue !important}
.light-blue{color: #1d659f !important}
/* font */
.fs11{font-size: 11px}.fs12{font-size: 12px}.fs13{font-size: 13px}.fs14{font-size: 14px}.fs15{font-size: 15px}.fs16{font-size: 16px}.fs17{font-size: 17px}.fs18{font-size: 18px}.fs19{font-size: 19px}.fs20{font-size: 20px}
.lh11{line-height: 11px}.lh12{line-height: 12px}.lh13{line-height: 13px}.lh14{line-height: 14px}.lh15{line-height: 15px}.lh16{line-height: 16px}.lh17{line-height: 17px}.lh18{line-height: 18px}.lh19{line-height: 19px}.lh20{line-height: 20px}
.arial{font-family: Arial, sans-serif}
.verdana{font-family: Verdana, sans-serif} | app/web/css/lib.css | @CHARSET "UTF-8";
.float_left{float:left}
.float_right{float:right}
.clear_left{clear:left}
.clear_right{clear:right}
.clear_both{clear:both}
.bold{font-weight:bold}
.italic{font-style:italic}
.no-border{border: none}
.no-decor{text-decoration: none}
.align_left{text-align:left}
.align_center{text-align:center}
.align_right{text-align:right}
.align_top{vertical-align:top}
.align_middle{vertical-align:middle}
.align_bottom{vertical-align:bottom}
.block{display:block}
.inline_block{display:inline-block}
.none{display:none}
.inline{display:inline}
.overflow{overflow:hidden}
.hidden{visibility:hidden}
.pointer{cursor:pointer}
.upper{text-transform: uppercase}
.lower{text-transform: lowercase}
.nowrap{white-space:nowrap}
/* Margins, Width, Height */
.t5{margin-top: 5px}.t6{margin-top: 6px}.t10{margin-top: 10px}.t15{margin-top: 15px}.t20{margin-top: 20px}
.b3{margin-bottom: 3px}.b5{margin-bottom: 5px}.b10{margin-bottom: 10px}.b15{margin-bottom: 15px}.b20{margin-bottom: 20px}
.l5{margin-left: 5px}.l10{margin-left: 10px}.l15{margin-left: 15px}.l20{margin-left: 20px}
.r1{margin-right: 1px}.r2{margin-right: 2px}.r3{margin-right: 3px}.r4{margin-right: 4px}.r5{margin-right: 5px}.r10{margin-right: 10px}
.r15{margin-right: 15px}.r20{margin-right: 20px}.r25{margin-right: 25px}.r30{margin-right: 30px}
.m5{margin: 5px}.m10{margin: 10px}.m15{margin: 15px}.m20{margin: 20px}
.p0{padding: 0}.p1{padding: 1px}.p2{padding: 2px}.p3{padding: 3px}.p4{padding: 4px}.p5{padding: 5px}
.pl0{padding: 0}.pr0{padding: 0}.pt0{padding: 0}.pb0{padding: 0}.pi{padding: inherit}
.pt5{padding-top: 5px}.pt10{padding-top: 10px}.pt15{padding-top: 15px}.pt20{padding-top: 20px}
.w10{width: 10px}.w20{width: 20px}.w30{width: 30px}.w40{width: 40px}.w45{width: 45px}.w50{width: 50px}
.w60{width: 60px}.w70{width: 70px}.w80{width: 80px}.w90{width: 90px}.w100{width: 100px}
.w110{width: 110px}.w120{width: 120px}.w130{width: 130px}.w150{width: 150px}.w160{width: 160px}.w170{width: 170px}.w180{width: 180px}.w186{width: 186px}.w190{width: 190px}
.w200{width: 200px}.w240{width: 240px}.w250{width: 250px}.w260{width: 260px}.w270{width: 270px}.w280{width: 280px}.w290{width: 290px}
.w300{width: 300px}.w330{width: 330px}.w350{width: 350px}.w360{width: 360px}.w370{width: 370px}.w380{width: 380px}.w390{width: 390px}
.w400{width: 400px}.w420{width: 420px}.w430{width: 430px}.w440{width: 440px}.w450{width: 450px}.w460{width: 460px}.w470{width: 470px}.w480{width: 480px}
.w500{width: 500px}.w520{width: 520px}.w530{width: 530px}.w550{width: 550px}.w580{width: 580px}
.w600{width: 600px}
.w650{width: 650px}.w700{width: 700px}
.h10{height: 10px}.h20{height: 20px}.h25{height: 25px}.h30{height: 30px}.h40{height: 40px}.h50{height: 50px}
.h60{height: 60px}.h70{height: 70px}.h80{height: 80px}.h90{height: 90px}.h100{height: 100px}
.h120{height: 120px}.h150{height: 150px}.h170{height: 170px}.h180{height: 180px}
.h200{height: 200px}.h210{height: 210px}.h220{height: 220px}.h230{height: 230px}.h300{height: 300px}.h400{height: 400px}.h500{height: 500px}
/* colors */
.red{color: red !important}
.gray{color: gray !important}
.blue{color: blue !important}
.light-blue{color: #1d659f !important}
/* font */
.fs11{font-size: 11px}.fs12{font-size: 12px}.fs13{font-size: 13px}.fs14{font-size: 14px}.fs15{font-size: 15px}.fs16{font-size: 16px}.fs17{font-size: 17px}.fs18{font-size: 18px}.fs19{font-size: 19px}.fs20{font-size: 20px}
.lh11{line-height: 11px}.lh12{line-height: 12px}.lh13{line-height: 13px}.lh14{line-height: 14px}.lh15{line-height: 15px}.lh16{line-height: 16px}.lh17{line-height: 17px}.lh18{line-height: 18px}.lh19{line-height: 19px}.lh20{line-height: 20px}
.arial{font-family: Arial, sans-serif}
.verdana{font-family: Verdana, sans-serif} | 0.300746 | 0.2126 |
@font-face {
font-family: 'Teko';
font-weight: normal;
font-style: normal;
font-display: swap;
src: url('/static/fonts/Teko-Regular.woff') format('woff');
}
@font-face {
font-family: 'Teko';
font-weight: bold;
font-style: normal;
font-display: swap;
src: url('/static/fonts/Teko-Bold.woff') format('woff');
}
@font-face {
font-family: 'Open Sans';
font-weight: normal;
font-style: normal;
font-display: swap;
src: url('/static/fonts/OpenSans-Regular.woff') format('woff');
}
@font-face {
font-family: 'Open Sans';
font-weight: bold;
font-style: normal;
font-display: swap;
src: url('/static/fonts/OpenSans-Bold.woff') format('woff');
}
:root {
--background: #0f0e17;
--background-light: #242629;
--background-dark: #010101;
--highlight: #f25f4c;
--secondary: #f25f4c;
--tertiary: #2cb67d;
--paragraph: #a7a9be;
--headline: #fffffe;
--font-teko: 'Teko', serif;
--font-open: 'Open Sans', sans-serif;
--reading-width: 60rem;
--max-content-width: 1480px;
--min-content-width: 320px;
}
*,
::after,
::before {
box-sizing: border-box;
}
::selection {
background: var(--highlight);
color: white;
}
html,
body,
#__next {
height: 100% !important;
}
html {
-webkit-font-smoothing: antialiased;
font-size: 16px;
overflow-y: scroll;
scroll-behavior: smooth;
}
main {
position: relative;
min-height: 100vh;
z-index: 3;
}
body {
margin: 0;
font-family: var(--font-open);
font-size: clamp(1rem, 1rem, 2rem);
color: var(--paragraph);
background: var(--background);
}
h1 {
font-size: clamp(2rem, 4vw, 3rem);
}
h2 {
font-size: clamp(2rem, 3vw, 3rem);
}
h3 {
font-size: clamp(2rem, 2vw, 2rem);
}
h1,
h2,
h3 {
position: relative;
display: block;
color: var(--highlight);
font-family: var(--font-teko);
line-height: clamp(1, 1.2, 1.5);
margin: 0 0 1rem 0;
font-weight: normal;
background: none;
}
@media screen and (min-width: 768px) {
h2 {
position: relative;
background-image: linear-gradient(
90deg,
rgba(0, 0, 0, 1),
rgba(0, 0, 0, 1)
);
background-position: 100% 50%;
background-size: 100% 15%;
background-repeat: no-repeat;
padding: 0 1rem;
left: -1rem;
width: calc(100% + 1rem);
text-transform: uppercase;
}
h2::before {
content: '';
width: 10px;
height: 10px;
opacity: 0.25;
background: var(--highlight);
display: block;
position: absolute;
top: 0;
left: 0;
}
}
p,
li {
font-size: clamp(14px, 1.125rem, 20px);
line-height: 1.7;
}
p strong {
color: white;
font-weight: normal;
}
a {
color: var(--secondary);
text-decoration: none;
transition: color 200ms ease-out;
}
a:hover {
color: var(--highlight);
}
p a[href],
h1 a[href],
h2 a[href] {
text-decoration: none;
color: var(--secondary);
text-underline-offset: 4px;
text-decoration-skip-ink: auto;
text-decoration-thickness: 2px;
transition: all 0.1s ease-out;
text-decoration-color: var(--highlight);
}
img {
display: block;
width: 100%;
}
canvas {
display: block;
}
.page-transition-enter {
opacity: 0;
}
.page-transition-enter-active {
opacity: 1;
transition: all 500ms;
}
.page-transition-exit {
opacity: 1;
}
.page-transition-exit-active {
opacity: 0;
transition: opacity 500ms;
}
.aspectContainer {
height: 0;
overflow: hidden;
padding-top: calc(9 / 16 * 100%); /* 16:9 */
position: relative;
}
.aspectContainer__inner {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
transform: scale(1, 1);
transform-origin: center center;
transition: all 0.2s ease-in-out;
}
.aspectContainer__inner:hover {
transform: scale(1.05, 1.05);
}
.aspectContainer::before {
content: '';
display: block;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.1);
opacity: 1;
transition: opacity 100ms ease;
z-index: 2;
}
.aspectContainer:hover::before {
opacity: 0;
}
.button {
position: relative;
display: inline-block;
padding: 0.5rem 1rem;
color: #ffffff;
background-color: var(--highlight);
transition: background-color 0.25s, color 0.25s;
outline: 0;
-webkit-appearance: none;
border: none;
font-size: 1rem;
font-weight: 600;
cursor: pointer;
border: 3px solid #000;
}
.button::before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
border: 2px solid var(--highlight);
opacity: 0;
transform: scale3d(0.6, 0.6, 1);
transition: transform 0.25s, opacity 0.25s;
transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}
.button:hover,
.button[href]:hover {
color: var(--highlight);
background: #000000;
}
.button:hover::before {
transform: scale3d(1, 1, 1);
opacity: 1;
}
.columnarList {
column-count: 2;
} | styles/main.css | @font-face {
font-family: 'Teko';
font-weight: normal;
font-style: normal;
font-display: swap;
src: url('/static/fonts/Teko-Regular.woff') format('woff');
}
@font-face {
font-family: 'Teko';
font-weight: bold;
font-style: normal;
font-display: swap;
src: url('/static/fonts/Teko-Bold.woff') format('woff');
}
@font-face {
font-family: 'Open Sans';
font-weight: normal;
font-style: normal;
font-display: swap;
src: url('/static/fonts/OpenSans-Regular.woff') format('woff');
}
@font-face {
font-family: 'Open Sans';
font-weight: bold;
font-style: normal;
font-display: swap;
src: url('/static/fonts/OpenSans-Bold.woff') format('woff');
}
:root {
--background: #0f0e17;
--background-light: #242629;
--background-dark: #010101;
--highlight: #f25f4c;
--secondary: #f25f4c;
--tertiary: #2cb67d;
--paragraph: #a7a9be;
--headline: #fffffe;
--font-teko: 'Teko', serif;
--font-open: 'Open Sans', sans-serif;
--reading-width: 60rem;
--max-content-width: 1480px;
--min-content-width: 320px;
}
*,
::after,
::before {
box-sizing: border-box;
}
::selection {
background: var(--highlight);
color: white;
}
html,
body,
#__next {
height: 100% !important;
}
html {
-webkit-font-smoothing: antialiased;
font-size: 16px;
overflow-y: scroll;
scroll-behavior: smooth;
}
main {
position: relative;
min-height: 100vh;
z-index: 3;
}
body {
margin: 0;
font-family: var(--font-open);
font-size: clamp(1rem, 1rem, 2rem);
color: var(--paragraph);
background: var(--background);
}
h1 {
font-size: clamp(2rem, 4vw, 3rem);
}
h2 {
font-size: clamp(2rem, 3vw, 3rem);
}
h3 {
font-size: clamp(2rem, 2vw, 2rem);
}
h1,
h2,
h3 {
position: relative;
display: block;
color: var(--highlight);
font-family: var(--font-teko);
line-height: clamp(1, 1.2, 1.5);
margin: 0 0 1rem 0;
font-weight: normal;
background: none;
}
@media screen and (min-width: 768px) {
h2 {
position: relative;
background-image: linear-gradient(
90deg,
rgba(0, 0, 0, 1),
rgba(0, 0, 0, 1)
);
background-position: 100% 50%;
background-size: 100% 15%;
background-repeat: no-repeat;
padding: 0 1rem;
left: -1rem;
width: calc(100% + 1rem);
text-transform: uppercase;
}
h2::before {
content: '';
width: 10px;
height: 10px;
opacity: 0.25;
background: var(--highlight);
display: block;
position: absolute;
top: 0;
left: 0;
}
}
p,
li {
font-size: clamp(14px, 1.125rem, 20px);
line-height: 1.7;
}
p strong {
color: white;
font-weight: normal;
}
a {
color: var(--secondary);
text-decoration: none;
transition: color 200ms ease-out;
}
a:hover {
color: var(--highlight);
}
p a[href],
h1 a[href],
h2 a[href] {
text-decoration: none;
color: var(--secondary);
text-underline-offset: 4px;
text-decoration-skip-ink: auto;
text-decoration-thickness: 2px;
transition: all 0.1s ease-out;
text-decoration-color: var(--highlight);
}
img {
display: block;
width: 100%;
}
canvas {
display: block;
}
.page-transition-enter {
opacity: 0;
}
.page-transition-enter-active {
opacity: 1;
transition: all 500ms;
}
.page-transition-exit {
opacity: 1;
}
.page-transition-exit-active {
opacity: 0;
transition: opacity 500ms;
}
.aspectContainer {
height: 0;
overflow: hidden;
padding-top: calc(9 / 16 * 100%); /* 16:9 */
position: relative;
}
.aspectContainer__inner {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
transform: scale(1, 1);
transform-origin: center center;
transition: all 0.2s ease-in-out;
}
.aspectContainer__inner:hover {
transform: scale(1.05, 1.05);
}
.aspectContainer::before {
content: '';
display: block;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.1);
opacity: 1;
transition: opacity 100ms ease;
z-index: 2;
}
.aspectContainer:hover::before {
opacity: 0;
}
.button {
position: relative;
display: inline-block;
padding: 0.5rem 1rem;
color: #ffffff;
background-color: var(--highlight);
transition: background-color 0.25s, color 0.25s;
outline: 0;
-webkit-appearance: none;
border: none;
font-size: 1rem;
font-weight: 600;
cursor: pointer;
border: 3px solid #000;
}
.button::before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
border: 2px solid var(--highlight);
opacity: 0;
transform: scale3d(0.6, 0.6, 1);
transition: transform 0.25s, opacity 0.25s;
transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}
.button:hover,
.button[href]:hover {
color: var(--highlight);
background: #000000;
}
.button:hover::before {
transform: scale3d(1, 1, 1);
opacity: 1;
}
.columnarList {
column-count: 2;
} | 0.407333 | 0.059949 |
.button {
display: inline-flex;
align-items: center;
gap: var(--spacing-s);
background-color: var(--white);
border: 1px solid var(--gray-medium);
color: var(--black);
font-weight: 600;
padding: var(--spacing-s) var(--spacing-m);
cursor: pointer;
font-size: var(--font-size);
font-family: var(--font-family);
white-space: nowrap;
}
.wrapper {
align-self: center;
}
.button [data-icon] {
flex-shrink: 0;
}
.composite {
padding-left: var(--spacing-s);
}
.button:hover {
color: var(--blue-medium);
border-color: var(--blue-medium);
background-color: var(--gray-highlight);
}
.button:active {
transform: translate3D(1px, 1px, 0);
}
.button:disabled {
opacity: 0.5;
cursor: auto;
pointer-events: none;
}
/* variant primary */
.primary {
color: var(--white);
background-color: var(--blue-medium);
border-color: var(--blue-medium);
}
.primary:hover {
color: var(--white);
background-color: var(--blue-dark);
}
/* variant secondary */
.secondary {
color: var(--black);
background-color: var(--gray-light);
border-color: var(--gray-medium);
}
.secondary:hover {
color: var(--blue-dark);
border-color: var(--blue-dark);
}
/* variant success */
.success {
color: var(--green-dark);
background-color: var(--green-light);
border-color: var(--green-medium);
}
.success:hover {
color: var(--white);
background-color: var(--green-dark);
border-color: var(--green-dark);
}
/* variant warning */
.warning {
color: var(--orange-dark);
background-color: var(--orange-light);
border-color: var(--orange-medium);
}
.warning:hover {
color: var(--white);
background-color: var(--orange-dark);
border-color: var(--orange-dark);
}
/* variant danger */
.danger {
color: var(--red-dark);
background-color: var(--red-light);
border-color: var(--red-medium);
}
.danger:hover {
color: var(--white);
background-color: var(--red-dark);
border-color: var(--red-dark);
}
/* variant text */
.text {
border: none;
background-color: transparent;
color: var(--black);
}
.text:hover {
background-color: transparent;
color: var(--blue-dark);
}
.text[data-disabled] {
color: var(--gray-medium);
}
/* variant link */
.link {
padding: 0;
text-decoration: underline;
color: var(--blue-dark);
background-color: transparent;
border: none;
font-weight: normal;
}
.link:hover {
background-color: transparent;
}
/* variant icon */
.icon {
padding: 0;
border: none;
background-color: transparent;
}
.icon:hover {
background-color: transparent;
color: var(--blue-dark);
}
.external {
display: inline-flex;
align-items: center;
gap: var(--spacing-s);
}
.external:hover {
text-decoration: underline;
}
.center span {
flex: 1;
text-align: center;
}
.mailto {
align-items: center;
} | front/src/common-v2/components/button.module.css | .button {
display: inline-flex;
align-items: center;
gap: var(--spacing-s);
background-color: var(--white);
border: 1px solid var(--gray-medium);
color: var(--black);
font-weight: 600;
padding: var(--spacing-s) var(--spacing-m);
cursor: pointer;
font-size: var(--font-size);
font-family: var(--font-family);
white-space: nowrap;
}
.wrapper {
align-self: center;
}
.button [data-icon] {
flex-shrink: 0;
}
.composite {
padding-left: var(--spacing-s);
}
.button:hover {
color: var(--blue-medium);
border-color: var(--blue-medium);
background-color: var(--gray-highlight);
}
.button:active {
transform: translate3D(1px, 1px, 0);
}
.button:disabled {
opacity: 0.5;
cursor: auto;
pointer-events: none;
}
/* variant primary */
.primary {
color: var(--white);
background-color: var(--blue-medium);
border-color: var(--blue-medium);
}
.primary:hover {
color: var(--white);
background-color: var(--blue-dark);
}
/* variant secondary */
.secondary {
color: var(--black);
background-color: var(--gray-light);
border-color: var(--gray-medium);
}
.secondary:hover {
color: var(--blue-dark);
border-color: var(--blue-dark);
}
/* variant success */
.success {
color: var(--green-dark);
background-color: var(--green-light);
border-color: var(--green-medium);
}
.success:hover {
color: var(--white);
background-color: var(--green-dark);
border-color: var(--green-dark);
}
/* variant warning */
.warning {
color: var(--orange-dark);
background-color: var(--orange-light);
border-color: var(--orange-medium);
}
.warning:hover {
color: var(--white);
background-color: var(--orange-dark);
border-color: var(--orange-dark);
}
/* variant danger */
.danger {
color: var(--red-dark);
background-color: var(--red-light);
border-color: var(--red-medium);
}
.danger:hover {
color: var(--white);
background-color: var(--red-dark);
border-color: var(--red-dark);
}
/* variant text */
.text {
border: none;
background-color: transparent;
color: var(--black);
}
.text:hover {
background-color: transparent;
color: var(--blue-dark);
}
.text[data-disabled] {
color: var(--gray-medium);
}
/* variant link */
.link {
padding: 0;
text-decoration: underline;
color: var(--blue-dark);
background-color: transparent;
border: none;
font-weight: normal;
}
.link:hover {
background-color: transparent;
}
/* variant icon */
.icon {
padding: 0;
border: none;
background-color: transparent;
}
.icon:hover {
background-color: transparent;
color: var(--blue-dark);
}
.external {
display: inline-flex;
align-items: center;
gap: var(--spacing-s);
}
.external:hover {
text-decoration: underline;
}
.center span {
flex: 1;
text-align: center;
}
.mailto {
align-items: center;
} | 0.518302 | 0.107625 |
@charset "UTF-8";
#global-nav ul {
margin: 0;
position: absolute;
z-index: 10;
}
#global-nav ul li {
float: left;
}
#global-nav ul li li {
float: none;
}
#global-nav a {
display: block;
width: 190px;
height: 52px;
text-indent: -9999px;
outline: 0;
}
#global-nav li ul {
display: none;
}
/*
#global-nav #menu-item-home {
background-image: url(../images/nav/menu_home.png);
width: 194px;
}
#global-nav #menu-item-about {
background-image: url(../images/nav/menu_about.png);
}
#global-nav #menu-item-mall {
background-image: url(../images/nav/menu_mall.png);
}
#global-nav #menu-item-column {
background-image: url(../images/nav/menu_column.png);
}
#global-nav #menu-item-inquiry {
background-image: url(../images/nav/menu_inquiry.png);
width: 194px;
}
*/
#global-nav #menu-item-109 {
background-image: url(../images/nav/menu_home.png);
width: 194px;
}
#global-nav #menu-item-110 {
background-image: url(../images/nav/menu_about.png);
}
#global-nav #menu-item-114 {
background-image: url(../images/nav/menu_mall.png);
}
#global-nav #menu-item-120 {
background-image: url(../images/nav/menu_column.png);
}
#global-nav #menu-item-119 {
background-image: url(../images/nav/menu_inquiry.png);
width: 194px;
}
#global-nav .current-menu-item,
#global-nav .current-post-ancestor,
#global-nav .current-page-ancestor,
#global-nav .menu-item:hover {
background-position: 0 -52px;
}
#global-nav ul ul {
border-bottom: 3px solid #fff;
border-radius: 0 0 3px 3px;
display: none;
position: absolute;
top: 41px;
z-index: 100;
width: auto;
}
#global-nav ul .menu-item ul a {
width: 170px;
color: #333;
background: none;
text-indent: 0;
height: 22px;
padding: 10px 5px;
border-top: dotted 1px #ddd;
}
#global-nav ul .menu-item ul a:hover {
color: #f00;
}
#global-nav ul .menu-item ul li {
background: #fff;
float: none;
padding: 0 5px;
}
#global-nav ul .menu-item ul li:first-child a {
border-top: none;
}
#global-nav ul li:hover > ul, div.menu ul li:hover > ul {
display: block;
} | public_html/wp-content/themes/pacific/css/nav.css | @charset "UTF-8";
#global-nav ul {
margin: 0;
position: absolute;
z-index: 10;
}
#global-nav ul li {
float: left;
}
#global-nav ul li li {
float: none;
}
#global-nav a {
display: block;
width: 190px;
height: 52px;
text-indent: -9999px;
outline: 0;
}
#global-nav li ul {
display: none;
}
/*
#global-nav #menu-item-home {
background-image: url(../images/nav/menu_home.png);
width: 194px;
}
#global-nav #menu-item-about {
background-image: url(../images/nav/menu_about.png);
}
#global-nav #menu-item-mall {
background-image: url(../images/nav/menu_mall.png);
}
#global-nav #menu-item-column {
background-image: url(../images/nav/menu_column.png);
}
#global-nav #menu-item-inquiry {
background-image: url(../images/nav/menu_inquiry.png);
width: 194px;
}
*/
#global-nav #menu-item-109 {
background-image: url(../images/nav/menu_home.png);
width: 194px;
}
#global-nav #menu-item-110 {
background-image: url(../images/nav/menu_about.png);
}
#global-nav #menu-item-114 {
background-image: url(../images/nav/menu_mall.png);
}
#global-nav #menu-item-120 {
background-image: url(../images/nav/menu_column.png);
}
#global-nav #menu-item-119 {
background-image: url(../images/nav/menu_inquiry.png);
width: 194px;
}
#global-nav .current-menu-item,
#global-nav .current-post-ancestor,
#global-nav .current-page-ancestor,
#global-nav .menu-item:hover {
background-position: 0 -52px;
}
#global-nav ul ul {
border-bottom: 3px solid #fff;
border-radius: 0 0 3px 3px;
display: none;
position: absolute;
top: 41px;
z-index: 100;
width: auto;
}
#global-nav ul .menu-item ul a {
width: 170px;
color: #333;
background: none;
text-indent: 0;
height: 22px;
padding: 10px 5px;
border-top: dotted 1px #ddd;
}
#global-nav ul .menu-item ul a:hover {
color: #f00;
}
#global-nav ul .menu-item ul li {
background: #fff;
float: none;
padding: 0 5px;
}
#global-nav ul .menu-item ul li:first-child a {
border-top: none;
}
#global-nav ul li:hover > ul, div.menu ul li:hover > ul {
display: block;
} | 0.143368 | 0.04365 |
QToolTip
{
border: 1px solid #76797C;
background-color: rgb(90, 102, 117);;
color: #D3DAE3;
padding: 5px;
opacity: 200;
}
QWidget {
background-color: #444a58;
}
QWidget:disabled
{
color: #888888;
background-color: #3d424e;
}
QWidget:item:hover
{
background-color: #5294e2;
color: #D3DAE3;
}
QWidget:item:selected
{
background-color: #5294e2;
}
QCheckBox
{
spacing: 5px;
outline: none;
color: #D3DAE3;
}
QGroupBox::indicator
{
margin-left: 2px;
}
QCheckBox::indicator:checked,
QGroupBox::indicator:checked {
image: url("assets/dark-assets/checkbox/checkbox-checked-dark.png");
}
QCheckBox::indicator:unchecked,
QGroupBox::indicator:unchecked {
image: url("assets/dark-assets/checkbox/checkbox-unchecked-dark.png");
}
QCalendarWidget QAbstractItemView {
background-color: #444a58;
color: #D3DAE3;
}
QCalendarWidget::HorizontalHeader {
background-color: #444a58;
}
QFrame {
background-color: #444a58;
border: none;
}
QComboBox QAbstractItemView {
background-color: #495364;
selection-background-color: #5294e2;
color: #D3DAE3;
padding: 3px 3px;
}
QComboBox::drop-down {
border: 1px solid #495364;
}
QComboBox::down-arrow {
image: url("assets/common-assets/misc/ws-switch-arrow-down.png");
}
QComboBox::up-arrow {
image: url("assets/common-assets/misc/ws-switch-arrow-up.png");
}
QHeaderView::section {
background-color: #3d424e;
border: 0.5px solid #3d424e;
padding: 3px 3px;
}
QProgressBar {
color: #D3DAE3;
}
QProgressBar:horizontal {
border: 1px solid #495364;
border-radius: 3px;
background: #444a58;
padding: 1px;
}
QProgressBar::chunk:horizontal {
background-color: #5294e2;
/* background: qlineargradient(x1: 0, y1: 0.5, x2: 1, y2: 0.5, stop: 0 #5294e2, stop: 1 #444a58 ); */
}
QPushButton {
font-family: Futura Bk bt, sans, Sans-Serif;
font-size: 9pt;
background-color: #495364;
color: #D3DAE3;
padding: 5px 32px;
text-shadow: 0 1px rgba(64, 69, 82, 0);
border: 0.5px solid rgba(102, 109, 132, 0.35);
border-radius: 3px;
box-shadow: inset 0 2px 4px rgba(68, 74, 88, 0.05);
}
QPushButton:disabled {
background-color: #495364;
color: rgb(133, 133, 133);
}
QPushButton:hover {
background-color: #525d70;
}
QRadioButton::indicator:checked {
border: none;
outline: none;
image: url("assets/dark-assets/radio/radio-checked-dark.png");
}
QRadioButton::indicator:unchecked {
border: none;
outline: none;
image: url("assets/dark-assets/radio/radio-unchecked-dark.png");
}
QScrollBar {
background-color: #444a58;
}
QScrollBar:horizontal {
height: 12px;
min-width: 20px;
}
QScrollBar:vertical {
width: 12px;
min-height:20px;
padding-top: 11px;
padding-bottom: 11px;
}
QScrollBar::handle:vertical, QScrollBar::handle:horizontal {
background-color: #5294e2;
}
QScrollBar::add-line:vertical, QScrollBar::sub-line:vertical {
background-color: none;
}
QScrollBar:down-arrow:vertical {
image: url("assets/common-assets/misc/ws-switch-arrow-down.png");
}
QScrollBar::up-arrow:vertical {
image: url("assets/common-assets/misc/ws-switch-arrow-up.png");
}
QScrollBar::add-page:vertical, QScrollBar::sub-page:vertical {
background-color: none;
}
QSlider::handle:horizontal {
background-color: #5294e2;
width: 18px;
border: 1px solid #5294e2;
border-radius: 3px;
}
QSpinBox::up-button {
image: url("assets/common-assets/misc/ws-switch-arrow-up.png");
}
QSpinBox::down-button {
image: url("assets/common-assets/misc/ws-switch-arrow-down.png");
}
/* Shared Style */
QCheckBox, QLabel, QRadioButton{
color: #D3DAE3;
}
QDialog, QDockWidget, QMainWindow, QToolTip {
background-color: #444a58;
color: #D3DAE3;
border: 1px solid #3d424e;
}
QComboBox, QLineEdit, QSpinBox, QTextEdit {
background-color: #495364;
color: #D3DAE3;
padding: 3px 3px;
border: 0.5px solid #495364;
border-radius:3px;
}
QListWidget, QTableWidget, QTreeWidget, QHeaderView {
background-color: #495364;
color: #D3DAE3;
alternate-background-color: #444a58;
border: 0.5px solid #495364;
border-radius:3px;
} | qarc-dark.css | QToolTip
{
border: 1px solid #76797C;
background-color: rgb(90, 102, 117);;
color: #D3DAE3;
padding: 5px;
opacity: 200;
}
QWidget {
background-color: #444a58;
}
QWidget:disabled
{
color: #888888;
background-color: #3d424e;
}
QWidget:item:hover
{
background-color: #5294e2;
color: #D3DAE3;
}
QWidget:item:selected
{
background-color: #5294e2;
}
QCheckBox
{
spacing: 5px;
outline: none;
color: #D3DAE3;
}
QGroupBox::indicator
{
margin-left: 2px;
}
QCheckBox::indicator:checked,
QGroupBox::indicator:checked {
image: url("assets/dark-assets/checkbox/checkbox-checked-dark.png");
}
QCheckBox::indicator:unchecked,
QGroupBox::indicator:unchecked {
image: url("assets/dark-assets/checkbox/checkbox-unchecked-dark.png");
}
QCalendarWidget QAbstractItemView {
background-color: #444a58;
color: #D3DAE3;
}
QCalendarWidget::HorizontalHeader {
background-color: #444a58;
}
QFrame {
background-color: #444a58;
border: none;
}
QComboBox QAbstractItemView {
background-color: #495364;
selection-background-color: #5294e2;
color: #D3DAE3;
padding: 3px 3px;
}
QComboBox::drop-down {
border: 1px solid #495364;
}
QComboBox::down-arrow {
image: url("assets/common-assets/misc/ws-switch-arrow-down.png");
}
QComboBox::up-arrow {
image: url("assets/common-assets/misc/ws-switch-arrow-up.png");
}
QHeaderView::section {
background-color: #3d424e;
border: 0.5px solid #3d424e;
padding: 3px 3px;
}
QProgressBar {
color: #D3DAE3;
}
QProgressBar:horizontal {
border: 1px solid #495364;
border-radius: 3px;
background: #444a58;
padding: 1px;
}
QProgressBar::chunk:horizontal {
background-color: #5294e2;
/* background: qlineargradient(x1: 0, y1: 0.5, x2: 1, y2: 0.5, stop: 0 #5294e2, stop: 1 #444a58 ); */
}
QPushButton {
font-family: Futura Bk bt, sans, Sans-Serif;
font-size: 9pt;
background-color: #495364;
color: #D3DAE3;
padding: 5px 32px;
text-shadow: 0 1px rgba(64, 69, 82, 0);
border: 0.5px solid rgba(102, 109, 132, 0.35);
border-radius: 3px;
box-shadow: inset 0 2px 4px rgba(68, 74, 88, 0.05);
}
QPushButton:disabled {
background-color: #495364;
color: rgb(133, 133, 133);
}
QPushButton:hover {
background-color: #525d70;
}
QRadioButton::indicator:checked {
border: none;
outline: none;
image: url("assets/dark-assets/radio/radio-checked-dark.png");
}
QRadioButton::indicator:unchecked {
border: none;
outline: none;
image: url("assets/dark-assets/radio/radio-unchecked-dark.png");
}
QScrollBar {
background-color: #444a58;
}
QScrollBar:horizontal {
height: 12px;
min-width: 20px;
}
QScrollBar:vertical {
width: 12px;
min-height:20px;
padding-top: 11px;
padding-bottom: 11px;
}
QScrollBar::handle:vertical, QScrollBar::handle:horizontal {
background-color: #5294e2;
}
QScrollBar::add-line:vertical, QScrollBar::sub-line:vertical {
background-color: none;
}
QScrollBar:down-arrow:vertical {
image: url("assets/common-assets/misc/ws-switch-arrow-down.png");
}
QScrollBar::up-arrow:vertical {
image: url("assets/common-assets/misc/ws-switch-arrow-up.png");
}
QScrollBar::add-page:vertical, QScrollBar::sub-page:vertical {
background-color: none;
}
QSlider::handle:horizontal {
background-color: #5294e2;
width: 18px;
border: 1px solid #5294e2;
border-radius: 3px;
}
QSpinBox::up-button {
image: url("assets/common-assets/misc/ws-switch-arrow-up.png");
}
QSpinBox::down-button {
image: url("assets/common-assets/misc/ws-switch-arrow-down.png");
}
/* Shared Style */
QCheckBox, QLabel, QRadioButton{
color: #D3DAE3;
}
QDialog, QDockWidget, QMainWindow, QToolTip {
background-color: #444a58;
color: #D3DAE3;
border: 1px solid #3d424e;
}
QComboBox, QLineEdit, QSpinBox, QTextEdit {
background-color: #495364;
color: #D3DAE3;
padding: 3px 3px;
border: 0.5px solid #495364;
border-radius:3px;
}
QListWidget, QTableWidget, QTreeWidget, QHeaderView {
background-color: #495364;
color: #D3DAE3;
alternate-background-color: #444a58;
border: 0.5px solid #495364;
border-radius:3px;
} | 0.501221 | 0.116613 |
@-webkit-keyframes ball-grid-pulse
{
0%
{
-webkit-transform: scale(1);
transform: scale(1);
}
50%
{
-webkit-transform: scale(.5);
transform: scale(.5);
opacity: .7;
}
100%
{
-webkit-transform: scale(1);
transform: scale(1);
opacity: 1;
}
}
@-moz-keyframes ball-grid-pulse
{
0%
{
-moz-transform: scale(1);
transform: scale(1);
}
50%
{
-moz-transform: scale(.5);
transform: scale(.5);
opacity: .7;
}
100%
{
-moz-transform: scale(1);
transform: scale(1);
opacity: 1;
}
}
@-o-keyframes ball-grid-pulse
{
0%
{
-o-transform: scale(1);
transform: scale(1);
}
50%
{
-o-transform: scale(.5);
transform: scale(.5);
opacity: .7;
}
100%
{
-o-transform: scale(1);
transform: scale(1);
opacity: 1;
}
}
@keyframes ball-grid-pulse
{
0%
{
-webkit-transform: scale(1);
-moz-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
}
50%
{
-webkit-transform: scale(.5);
-moz-transform: scale(.5);
-o-transform: scale(.5);
transform: scale(.5);
opacity: .7;
}
100%
{
-webkit-transform: scale(1);
-moz-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
opacity: 1;
}
}
.ball-grid-pulse
{
width: 57px;
}
.ball-grid-pulse > div:nth-child(1)
{
-webkit-animation-duration: 1.12s;
-moz-animation-duration: 1.12s;
-o-animation-duration: 1.12s;
animation-duration: 1.12s;
-webkit-animation-delay: .34s;
-moz-animation-delay: .34s;
-o-animation-delay: .34s;
animation-delay: .34s;
}
.ball-grid-pulse > div:nth-child(2)
{
-webkit-animation-duration: 1.42s;
-moz-animation-duration: 1.42s;
-o-animation-duration: 1.42s;
animation-duration: 1.42s;
-webkit-animation-delay: .59s;
-moz-animation-delay: .59s;
-o-animation-delay: .59s;
animation-delay: .59s;
}
.ball-grid-pulse > div:nth-child(3)
{
-webkit-animation-duration: 1.17s;
-moz-animation-duration: 1.17s;
-o-animation-duration: 1.17s;
animation-duration: 1.17s;
-webkit-animation-delay: .3s;
-moz-animation-delay: .3s;
-o-animation-delay: .3s;
animation-delay: .3s;
}
.ball-grid-pulse > div:nth-child(4)
{
-webkit-animation-duration: 1.49s;
-moz-animation-duration: 1.49s;
-o-animation-duration: 1.49s;
animation-duration: 1.49s;
-webkit-animation-delay: .07s;
-moz-animation-delay: .07s;
-o-animation-delay: .07s;
animation-delay: .07s;
}
.ball-grid-pulse > div:nth-child(5)
{
-webkit-animation-duration: .79s;
-moz-animation-duration: .79s;
-o-animation-duration: .79s;
animation-duration: .79s;
-webkit-animation-delay: .6s;
-moz-animation-delay: .6s;
-o-animation-delay: .6s;
animation-delay: .6s;
}
.ball-grid-pulse > div:nth-child(6)
{
-webkit-animation-duration: 1.12s;
-moz-animation-duration: 1.12s;
-o-animation-duration: 1.12s;
animation-duration: 1.12s;
-webkit-animation-delay: -.01s;
-moz-animation-delay: -.01s;
-o-animation-delay: -.01s;
animation-delay: -.01s;
}
.ball-grid-pulse > div:nth-child(7)
{
-webkit-animation-duration: 1.39s;
-moz-animation-duration: 1.39s;
-o-animation-duration: 1.39s;
animation-duration: 1.39s;
-webkit-animation-delay: .46s;
-moz-animation-delay: .46s;
-o-animation-delay: .46s;
animation-delay: .46s;
}
.ball-grid-pulse > div:nth-child(8)
{
-webkit-animation-duration: 1.21s;
-moz-animation-duration: 1.21s;
-o-animation-duration: 1.21s;
animation-duration: 1.21s;
-webkit-animation-delay: -.09s;
-moz-animation-delay: -.09s;
-o-animation-delay: -.09s;
animation-delay: -.09s;
}
.ball-grid-pulse > div:nth-child(9)
{
-webkit-animation-duration: 1.45s;
-moz-animation-duration: 1.45s;
-o-animation-duration: 1.45s;
animation-duration: 1.45s;
-webkit-animation-delay: .31s;
-moz-animation-delay: .31s;
-o-animation-delay: .31s;
animation-delay: .31s;
}
.ball-grid-pulse > div
{
display: inline-block;
float: left;
width: 15px;
height: 15px;
margin: 2px;
-webkit-animation-name: ball-grid-pulse;
-moz-animation-name: ball-grid-pulse;
-o-animation-name: ball-grid-pulse;
animation-name: ball-grid-pulse;
-webkit-animation-delay: 0;
-moz-animation-delay: 0;
-o-animation-delay: 0;
animation-delay: 0;
-webkit-animation-iteration-count: infinite;
-moz-animation-iteration-count: infinite;
-o-animation-iteration-count: infinite;
animation-iteration-count: infinite;
border-radius: 100%;
background-color: #b8c2cc;
-webkit-animation-fill-mode: both;
-moz-animation-fill-mode: both;
-o-animation-fill-mode: both;
animation-fill-mode: both;
} | assets/css/plugins/loaders/animations/ball-grid-pulse.css | @-webkit-keyframes ball-grid-pulse
{
0%
{
-webkit-transform: scale(1);
transform: scale(1);
}
50%
{
-webkit-transform: scale(.5);
transform: scale(.5);
opacity: .7;
}
100%
{
-webkit-transform: scale(1);
transform: scale(1);
opacity: 1;
}
}
@-moz-keyframes ball-grid-pulse
{
0%
{
-moz-transform: scale(1);
transform: scale(1);
}
50%
{
-moz-transform: scale(.5);
transform: scale(.5);
opacity: .7;
}
100%
{
-moz-transform: scale(1);
transform: scale(1);
opacity: 1;
}
}
@-o-keyframes ball-grid-pulse
{
0%
{
-o-transform: scale(1);
transform: scale(1);
}
50%
{
-o-transform: scale(.5);
transform: scale(.5);
opacity: .7;
}
100%
{
-o-transform: scale(1);
transform: scale(1);
opacity: 1;
}
}
@keyframes ball-grid-pulse
{
0%
{
-webkit-transform: scale(1);
-moz-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
}
50%
{
-webkit-transform: scale(.5);
-moz-transform: scale(.5);
-o-transform: scale(.5);
transform: scale(.5);
opacity: .7;
}
100%
{
-webkit-transform: scale(1);
-moz-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
opacity: 1;
}
}
.ball-grid-pulse
{
width: 57px;
}
.ball-grid-pulse > div:nth-child(1)
{
-webkit-animation-duration: 1.12s;
-moz-animation-duration: 1.12s;
-o-animation-duration: 1.12s;
animation-duration: 1.12s;
-webkit-animation-delay: .34s;
-moz-animation-delay: .34s;
-o-animation-delay: .34s;
animation-delay: .34s;
}
.ball-grid-pulse > div:nth-child(2)
{
-webkit-animation-duration: 1.42s;
-moz-animation-duration: 1.42s;
-o-animation-duration: 1.42s;
animation-duration: 1.42s;
-webkit-animation-delay: .59s;
-moz-animation-delay: .59s;
-o-animation-delay: .59s;
animation-delay: .59s;
}
.ball-grid-pulse > div:nth-child(3)
{
-webkit-animation-duration: 1.17s;
-moz-animation-duration: 1.17s;
-o-animation-duration: 1.17s;
animation-duration: 1.17s;
-webkit-animation-delay: .3s;
-moz-animation-delay: .3s;
-o-animation-delay: .3s;
animation-delay: .3s;
}
.ball-grid-pulse > div:nth-child(4)
{
-webkit-animation-duration: 1.49s;
-moz-animation-duration: 1.49s;
-o-animation-duration: 1.49s;
animation-duration: 1.49s;
-webkit-animation-delay: .07s;
-moz-animation-delay: .07s;
-o-animation-delay: .07s;
animation-delay: .07s;
}
.ball-grid-pulse > div:nth-child(5)
{
-webkit-animation-duration: .79s;
-moz-animation-duration: .79s;
-o-animation-duration: .79s;
animation-duration: .79s;
-webkit-animation-delay: .6s;
-moz-animation-delay: .6s;
-o-animation-delay: .6s;
animation-delay: .6s;
}
.ball-grid-pulse > div:nth-child(6)
{
-webkit-animation-duration: 1.12s;
-moz-animation-duration: 1.12s;
-o-animation-duration: 1.12s;
animation-duration: 1.12s;
-webkit-animation-delay: -.01s;
-moz-animation-delay: -.01s;
-o-animation-delay: -.01s;
animation-delay: -.01s;
}
.ball-grid-pulse > div:nth-child(7)
{
-webkit-animation-duration: 1.39s;
-moz-animation-duration: 1.39s;
-o-animation-duration: 1.39s;
animation-duration: 1.39s;
-webkit-animation-delay: .46s;
-moz-animation-delay: .46s;
-o-animation-delay: .46s;
animation-delay: .46s;
}
.ball-grid-pulse > div:nth-child(8)
{
-webkit-animation-duration: 1.21s;
-moz-animation-duration: 1.21s;
-o-animation-duration: 1.21s;
animation-duration: 1.21s;
-webkit-animation-delay: -.09s;
-moz-animation-delay: -.09s;
-o-animation-delay: -.09s;
animation-delay: -.09s;
}
.ball-grid-pulse > div:nth-child(9)
{
-webkit-animation-duration: 1.45s;
-moz-animation-duration: 1.45s;
-o-animation-duration: 1.45s;
animation-duration: 1.45s;
-webkit-animation-delay: .31s;
-moz-animation-delay: .31s;
-o-animation-delay: .31s;
animation-delay: .31s;
}
.ball-grid-pulse > div
{
display: inline-block;
float: left;
width: 15px;
height: 15px;
margin: 2px;
-webkit-animation-name: ball-grid-pulse;
-moz-animation-name: ball-grid-pulse;
-o-animation-name: ball-grid-pulse;
animation-name: ball-grid-pulse;
-webkit-animation-delay: 0;
-moz-animation-delay: 0;
-o-animation-delay: 0;
animation-delay: 0;
-webkit-animation-iteration-count: infinite;
-moz-animation-iteration-count: infinite;
-o-animation-iteration-count: infinite;
animation-iteration-count: infinite;
border-radius: 100%;
background-color: #b8c2cc;
-webkit-animation-fill-mode: both;
-moz-animation-fill-mode: both;
-o-animation-fill-mode: both;
animation-fill-mode: both;
} | 0.425725 | 0.076511 |
@media only screen and (max-width: 600px) {
.logo, .menuPinsArea, .title, .slider {
display: none !important
}
.name{
margin-left: 10px;
}
.name span{
cursor: pointer;
}
.menu-hamburger{
display: flex !important;
flex-direction: row;
justify-content: flex-end;
}
.side-menu{
flex-direction: column;
margin-top: 0;
}
.footer-text{
font-size: 0.7rem
}
}
body {
background-color: #323232 !important;
margin: 0;
z-index: -1;
}
.menu{
width: 100%;
height: 75px;
background-color: #fbff01;
display: flex;
position: -webkit-sticky;
left: 0;
top: 0
}
.title{
margin-left: 20px;
margin-top: 35px;
font-family: Helvetica,Arial, sans-serif;
font-size: 1.5rem;
width: 20%;
opacity: 0;
}
.name{
cursor: pointer;
}
.shape-menu{
width: 0;
height: 0;
border-top: 50px solid #fbff01;
border-right: 100vw solid transparent;
}
.menuPinsArea{
display: flex;
margin: 10px 0 0 10px;
}
.logo{
margin: 15px 0 0 10px;
width: 90px;
height: 90px;
}
.name{
margin-top: 25px
}
.name span{
font-family: 'Lobster', cursive;
font-size: 4rem;
margin-top: 20px
}
.logo:hover{
cursor:pointer;
}
.pin{
height: 70px;
width: 70px;
background-color:#eee !important
}
.gigant{
height: 200px;
width: 200px
}
.pin:hover>i{
color: #eeff00;
}
.pin:hover{
background-color: #434343 !important
}
i{
position: relative;
right: 11px;
top: 3px;
font-size: 36px !important;
transition: 0.6s ease-in-out !important
}
.main{
height: auto;
margin-bottom: 100px;
}
.footer{
width: 100%;
height: 50px;
background-color: #fbff01;
position: fixed;
display: flex;
justify-content: space-between;
right: 0;
left: 0;
bottom: 0;
}
.social-media{
display: flex;
flex-direction: row;
align-self: flex-end;
padding-bottom: 30px
}
.social-media a{
color: #212100
}
.social-media i:before{
font-size: 3rem;
cursor: pointer;
}
.social-media i:hover{
color: #666;
}
.footer-text{
margin: 15px 0 0 10px;
}
.shape-footer{
position: fixed;
right: 0;
left: 0;
bottom: 50px;
width: 0;
height: 0;
border-bottom: 50px solid #fbff01;
border-left: 100vw solid transparent;
}
.menu-hamburger{
width: 100%;
margin-top: 15px;
display: none;
transition: ease-in-out 0.5 all
}
.side-menu{
display: none;
flex-direction: column;
height: 100vh;
position: relative;
bottom: 15px;
background-color: #434343;
z-index: 100;
opacity: .99;
}
.side-menu span{
font-size: 2rem;
color: #fbff01;
margin-top: 15px;
margin-left:auto;
margin-right:auto;
}
.side{
width: 140px;
margin: 15px 0 0 15px;
padding:5px 0 5px 10px;
color: #fbff01;
background-color: transparent;
border-bottom: 2px solid #fbff01;
font-family: Helvetica, sans-serif;
font-size: 1.5rem;
cursor: pointer;
transition: 0.5s ease-in-out all
}
.side:hover{
background-color: #fbff01;
color: #000;
border-color: #000;
font-size: 1.7rem
}
#close{
font-size: 2.5rem;
margin-top: 10px;
margin-left: 15px;
color: #fbff01;
align-self: flex-start;
cursor: pointer;
transition: 0.5s ease-in-out all;
}
#close:hover{
color: #000
}
.menu-logo{
border-radius: 50%;
width: 100px;
margin-left: 50px;
transition: all 0.5s ease-in-out;
}
.menu-logo:hover{
transform: scale(1.1)
} | bussinesSite3/styles/style.css | @media only screen and (max-width: 600px) {
.logo, .menuPinsArea, .title, .slider {
display: none !important
}
.name{
margin-left: 10px;
}
.name span{
cursor: pointer;
}
.menu-hamburger{
display: flex !important;
flex-direction: row;
justify-content: flex-end;
}
.side-menu{
flex-direction: column;
margin-top: 0;
}
.footer-text{
font-size: 0.7rem
}
}
body {
background-color: #323232 !important;
margin: 0;
z-index: -1;
}
.menu{
width: 100%;
height: 75px;
background-color: #fbff01;
display: flex;
position: -webkit-sticky;
left: 0;
top: 0
}
.title{
margin-left: 20px;
margin-top: 35px;
font-family: Helvetica,Arial, sans-serif;
font-size: 1.5rem;
width: 20%;
opacity: 0;
}
.name{
cursor: pointer;
}
.shape-menu{
width: 0;
height: 0;
border-top: 50px solid #fbff01;
border-right: 100vw solid transparent;
}
.menuPinsArea{
display: flex;
margin: 10px 0 0 10px;
}
.logo{
margin: 15px 0 0 10px;
width: 90px;
height: 90px;
}
.name{
margin-top: 25px
}
.name span{
font-family: 'Lobster', cursive;
font-size: 4rem;
margin-top: 20px
}
.logo:hover{
cursor:pointer;
}
.pin{
height: 70px;
width: 70px;
background-color:#eee !important
}
.gigant{
height: 200px;
width: 200px
}
.pin:hover>i{
color: #eeff00;
}
.pin:hover{
background-color: #434343 !important
}
i{
position: relative;
right: 11px;
top: 3px;
font-size: 36px !important;
transition: 0.6s ease-in-out !important
}
.main{
height: auto;
margin-bottom: 100px;
}
.footer{
width: 100%;
height: 50px;
background-color: #fbff01;
position: fixed;
display: flex;
justify-content: space-between;
right: 0;
left: 0;
bottom: 0;
}
.social-media{
display: flex;
flex-direction: row;
align-self: flex-end;
padding-bottom: 30px
}
.social-media a{
color: #212100
}
.social-media i:before{
font-size: 3rem;
cursor: pointer;
}
.social-media i:hover{
color: #666;
}
.footer-text{
margin: 15px 0 0 10px;
}
.shape-footer{
position: fixed;
right: 0;
left: 0;
bottom: 50px;
width: 0;
height: 0;
border-bottom: 50px solid #fbff01;
border-left: 100vw solid transparent;
}
.menu-hamburger{
width: 100%;
margin-top: 15px;
display: none;
transition: ease-in-out 0.5 all
}
.side-menu{
display: none;
flex-direction: column;
height: 100vh;
position: relative;
bottom: 15px;
background-color: #434343;
z-index: 100;
opacity: .99;
}
.side-menu span{
font-size: 2rem;
color: #fbff01;
margin-top: 15px;
margin-left:auto;
margin-right:auto;
}
.side{
width: 140px;
margin: 15px 0 0 15px;
padding:5px 0 5px 10px;
color: #fbff01;
background-color: transparent;
border-bottom: 2px solid #fbff01;
font-family: Helvetica, sans-serif;
font-size: 1.5rem;
cursor: pointer;
transition: 0.5s ease-in-out all
}
.side:hover{
background-color: #fbff01;
color: #000;
border-color: #000;
font-size: 1.7rem
}
#close{
font-size: 2.5rem;
margin-top: 10px;
margin-left: 15px;
color: #fbff01;
align-self: flex-start;
cursor: pointer;
transition: 0.5s ease-in-out all;
}
#close:hover{
color: #000
}
.menu-logo{
border-radius: 50%;
width: 100px;
margin-left: 50px;
transition: all 0.5s ease-in-out;
}
.menu-logo:hover{
transform: scale(1.1)
} | 0.269133 | 0.062018 |
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you may not use this file except in compliance
* with the License. You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is distributed on an
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
* KIND, either express or implied. See the License for the
* specific language governing permissions and limitations
* under the License.
*/
body {
min-width: 1224px;
background: #ede8e8;
font-family: sans-serif;
overflow: auto;
}
table {
position: relative;
width: 955px;
max-width: 977px;
margin: 15px 15px 12px 12px;
border-bottom: 1px solid #c4c5c5;
font-size: 13px;
text-align: left;
text-indent: 10px;
border-collapse: collapse;
}
table thead {
background: url("../images/bg-table-head.png") repeat-x;
cursor: default;
}
table thead th {
border: 1px solid #c6c3c3;
border-top: 0;
border-bottom: 1px solid #cfc9c9;
font-weight: bold;
white-space: nowrap;
/*+text-shadow:0px 1px 1px #FFFFFF;*/
color: #525252;
text-align: left;
text-shadow: 0 1px 1px #ffffff;
cursor: pointer;
-moz-text-shadow: 0 1px 1px #ffffff;
-webkit-text-shadow: 0 1px 1px #ffffff;
-o-text-shadow: 0 1px 1px #ffffff;
}
table thead th.sorted {
color: #312f2f;
/*+text-shadow:0px 1px 1px #BFBFBF;*/
text-shadow: 0 1px 1px #bfbfbf;
-moz-text-shadow: 0 1px 1px #bfbfbf;
-webkit-text-shadow: 0 1px 1px #bfbfbf;
-o-text-shadow: 0 1px 1px #bfbfbf;
}
table thead th.sorted.desc {
background-position: 102% -111px;
}
table thead th.sorted.asc {
background-position: 102% -157px;
}
table tbody td,
table th {
clear: none;
vertical-align: middle;
min-width: 88px;
padding: 10px 5px 6px;
border-right: 1px solid #bfbfbf;
font-size: 11px;
color: #282828;
overflow: hidden;
}
table tbody td.loading {
border-top: 1px solid #fbfbfb;
background: #dbe2e9;
text-align: center;
}
table tbody td.truncated {
max-width: 120px;
overflow: visible;
}
table tbody td.truncated > span {
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
}
.list-view-select table th.name,
.list-view-select table td.name {
width: 170px;
min-width: 170px;
max-width: 170px;
}
.list-view-select table th.availableHostSuitability,
.list-view-select table td.availableHostSuitability {
max-width: 250px;
}
/** Multiselect*/
table thead th.multiselect,
table tbody td.multiselect {
width: 20px;
min-width: 20px;
max-width: 20px;
}
table thead th.multiselect input,
table tbody td.multiselect input {
position: relative;
/*+placement:shift -8px 0px;*/
top: 0;
left: -8px;
margin: 0;
}
table thead th.multiselect input {
margin-left: 2px;
}
/** Actions table cell*/
table tbody td.actions {
vertical-align: middle;
width: 130px;
min-width: 130px !important;
max-width: 130px !important;
}
table tbody td.actions input {
/*+placement:shift 10px -6px;*/
position: relative;
top: -6px;
left: 10px;
margin: 11px 0 0;
}
.list-view-select table tbody td.actions {
width: 40px !important;
min-width: 40px !important;
max-width: 40px !important;
}
.list-view-select table tbody td.actions input {
margin: 0 0 0 -7px;
}
.list-view-select table thead th.actions {
width: 40px !important;
min-width: 40px !important;
max-width: 40px !important;
text-indent: 5px;
}
/** Quick view table cell*/
table tbody td.quick-view,
table thead th.quick-view {
width: 58px !important;
min-width: 58px;
max-width: 58px !important;
height: 14px !important;
white-space: nowrap;
text-indent: 2px;
cursor: default;
}
table tbody td.quick-view .icon {
margin-top: 3px;
margin-left: 22px;
padding: 0 0 6px 12px;
background: url("../images/sprites.png") no-repeat -44px -62px;
}
table tbody td.quick-view:hover .icon {
background-position: -44px -644px;
}
table tbody tr.loading td.quick-view .icon {
display: none;
}
table tbody tr.loading td.quick-view {
cursor: default;
}
table tbody tr.loading td.quick-view .loading {
background-position: center center;
}
/** Row styling*/
table tbody tr {
border-top: 1px solid transparent;
border-right: 1px solid #c4c5c5;
border-left: 1px solid #c4c5c5;
}
table tbody tr.even {
background: #ffffff;
}
table tbody tr.odd {
background: #f2f0f0;
}
table tbody tr.selected {
border-top: 1px solid #edf0f7 !important;
border-bottom: 1px solid #babfd9;
background: #cbddf3;
text-shadow: 0 1px 1px #fcfbf7;
}
table tbody tr.to-remove {
border-top: 1px solid #edf0f7 !important;
border-bottom: 1px solid #babfd9;
background: #e05959;
text-shadow: 0 1px 1px #fcfbf7;
}
table tbody tr.loading {
background: #e2e9f0;
}
table tbody tr.loading td {
/*+opacity:50%;*/
opacity: 0.5;
filter: alpha(opacity=50);
-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
-moz-opacity: 0.5;
}
table tbody tr.loading td.loading.icon {
height: 35px;
padding: 0;
background: url("../images/ajax-loader.gif") no-repeat center;
}
table tbody tr div.loading {
display: block;
width: 50px;
height: 14px;
margin: auto;
background: transparent url("../images/ajax-loader-small.gif") no-repeat center;
}
table th.resizable {
position: relative;
cursor: col-resize;
}
table th div.ui-resizable-handle {
position: relative;
float: right;
top: -30px;
}
div.list-view table tbody td span {
display: block;
float: left;
max-width: 89%;
margin-left: 12px;
line-height: 15px;
word-break: break-all;
word-wrap: break-word;
text-indent: 0;
}
td.alert-notification-threshold {
background-color: rgba(255, 231, 175, 0.75);
color: #e87900;
}
td.alert-disable-threshold {
background-color: rgba(255, 190, 190, 0.75);
color: #f50000;
}
span.compact {
height: 16px;
}
.horizontal-overflow tbody td,
.horizontal-overflow thead th {
min-width: 40px;
padding: 10px 10px 5px 0;
}
.horizontal-overflow th.quick-view {
padding-left: 5px;
}
.groupable-header {
border-right: 1px solid #c6c3c3;
border-left: 1px solid #c6c3c3;
background: url("../images/bg-table-head.png");
}
.groupable-header-columns th {
border: 0;
}
table.horizontal-overflow td.state {
width: 55px;
min-width: 55px;
max-width: 55px;
}
table.no-split td.first {
min-width: 150px;
}
.groupable-header-border {
border-right: 1px solid #c6c3c3;
border-left: 1px solid #c6c3c3;
}
a {
color: #0b84dc;
text-decoration: none;
}
a:hover {
color: #000000;
text-decoration: underline;
}
input.error {
background: #fee5e5;
}
label.error {
color: #ff0000;
}
.label-hovered {
color: #0000ff !important;
cursor: pointer;
}
.button {
float: left;
background: url("../images/buttons.png") no-repeat;
cursor: pointer;
}
#main-area {
width: 1224px;
height: 729px;
margin: auto;
border: 1px solid #d4d4d4;
/*+box-shadow:0px -5px 11px #B7B7B7;*/
border: 1px solid #e8e8e8;
box-shadow: 0 -5px 11px #b7b7b7;
-moz-box-shadow: 0 -5px 11px #b7b7b7;
-webkit-box-shadow: 0 -5px 11px #b7b7b7;
-o-box-shadow: 0 -5px 11px #b7b7b7;
}
#container {
/*[empty]width:;*/
position: relative;
height: 100%;
margin: auto;
}
#sections {
display: none;
}
#template {
display: none;
}
body.login {
background: url("../images/overlay-pattern.png") repeat center, #106ca9 url("../images/bg-login.jpg") no-repeat center;
background-size: auto, cover;
overflow: hidden;
}
.login {
display: block;
position: relative;
top: 80px;
/*+placement:shift 0 80px;*/
left: 0;
width: 100%;
height: 350px;
background: #053663;
}
.login .select-language {
float: left;
margin-top: 10px;
}
.login .select-language select {
width: 260px;
margin-top: 20px;
border: 1px solid #808080;
/*+border-radius:4px;*/
border-radius: 4px;
border-radius: 4px 4px 4px 4px;
box-shadow: inset 0 1px 1px #838383;
font-size: 12px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
/*+box-shadow:inset 0px 1px 1px #838383;*/
-khtml-border-radius: 4px;
-moz-box-shadow: inset 0 1px 1px #838383;
-webkit-box-shadow: inset 0 1px 1px #838383;
-o-box-shadow: inset 0 1px 1px #838383;
}
.login .fields {
float: left;
width: 409px;
margin: 72px 0 0 88px;
}
.login .fields .field {
position: relative;
}
.login .fields .field label {
position: absolute;
margin-top: 14px;
/*+placement:displace 9px 14px;*/
margin-left: 9px;
font-size: 12px;
color: #4e4f53;
}
.login .fields .field label.error {
float: right;
top: 0;
left: 264px;
color: #ff0000;
}
.login .fields input {
width: 248px;
height: 20px;
margin: 5px 0 0;
padding: 5px;
border: 0;
border-radius: 3px;
box-shadow: inset 0 1px 1px #4e4e4e;
/*+border-radius:3px;*/
background: #ececec;
font-size: 13px;
text-indent: 1px;
-moz-border-radius: 3px;
/*+box-shadow:inset 0px 1px 1px #4E4E4E;*/
-webkit-border-radius: 3px;
-khtml-border-radius: 3px;
-moz-box-shadow: inset 0 1px 1px #4e4e4e;
-webkit-box-shadow: inset 0 1px 1px #4e4e4e;
-o-box-shadow: inset 0 1px 1px #4e4e4e;
}
.login .fields input.error {
border-color: #ff8080;
background: #ffeaea;
}
.login .fields input[type='submit'] {
display: block;
float: left;
width: 69px;
height: 25px;
margin: 7px 120px 0 -1px;
border: 0;
background: transparent url("../images/sprites.png") -563px -747px;
font-weight: bold;
color: #ffffff;
text-align: center;
text-indent: -1px;
text-shadow: 0 1px 2px #000000;
/*+text-shadow:0px 1px 2px #000000;*/
cursor: pointer;
-moz-text-shadow: 0 1px 2px #000000;
-webkit-text-shadow: 0 1px 2px #000000;
-o-text-shadow: 0 1px 2px #000000;
}
.login .fields input[type='samlsubmit'] {
display: block;
width: 60px;
height: 15px;
border: 0;
background: transparent url("../images/sprites.png") -563px -747px;
font-size: 10px;
font-weight: bold;
color: #ffffff;
text-align: center;
text-indent: -1px;
/*+text-shadow:0px 1px 2px #000000;*/
text-shadow: 0 1px 2px #000000;
cursor: pointer;
-moz-text-shadow: 0 1px 2px #000000;
-webkit-text-shadow: 0 1px 2px #000000;
-o-text-shadow: 0 1px 2px #000000;
}
.login .fields input[type='submit']:hover {
background-position: -563px -772px;
}
.login .logo {
float: left;
width: 290px;
height: 40px;
margin: 72px 0 0 209px;
background: url("../images/logo-login.png") no-repeat 0 0;
}
.login.nologo .logo {
background-image: url("../images/logo-login-oss.png");
}
.login form {
display: block;
width: 1000px;
height: 100%;
margin: auto;
background: #053663;
}
.dialog-about .ui-widget-content {
width: 100% !important;
padding-right: 0;
padding-left: 0;
}
.dialog-about .logo {
padding-top: 20px;
font-size: 26px;
color: #636363;
}
.dialog-about .version {
padding-top: 10px;
font-size: 12px;
}
.dialog-about .ui-button {
float: none;
margin: 0 auto;
}
.blocking-overlay {
opacity: 0.7;
position: absolute;
z-index: 500;
top: 0;
left: 0;
width: 100%;
/*+opacity:70%;*/
height: 100%;
background: #f2f2f2;
filter: alpha(opacity=70);
-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
-moz-opacity: 0.7;
}
.loading-overlay {
opacity: 0.7;
position: absolute;
z-index: 500;
top: 0;
left: 0;
width: 100%;
height: 100%;
/*+opacity:70%;*/
background: #f2f2f2 url("../images/ajax-loader.gif") no-repeat center;
filter: alpha(opacity=70);
-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
-moz-opacity: 0.7;
}
.loading-overlay span {
display: block;
margin: 155px 0 0 5px;
color: #4b4b4b;
text-align: center;
}
.detail-view .ui-tabs-panel .loading-overlay {
background-position: 50% 250px;
}
.install-wizard {
position: relative;
width: 1024px;
height: 768px;
margin: auto;
border-top: 0;
}
body.install-wizard {
height: 769px !important;
background: #ffffff url("../images/bg-login.png");
font-family: sans-serif;
overflow: auto;
overflow-x: hidden;
}
.install-wizard .header {
z-index: 9;
height: 365px;
padding: 32px 0 89px;
background: url("../images/bg-login.png");
color: #626e82;
/*+text-shadow:0px 1px 2px #FFFFFF;*/
text-align: center;
text-shadow: 0 1px 2px #ffffff;
-moz-text-shadow: 0 1px 2px #ffffff;
-webkit-text-shadow: 0 1px 2px #ffffff;
-o-text-shadow: 0 1px 2px #ffffff;
}
.install-wizard .header h3 {
font-size: 20px;
}
.install-wizard .step {
max-width: 691px;
margin: auto;
padding: 56px 0 0;
}
.install-wizard .step .title {
clear: both;
width: 303px;
margin: auto auto 30px;
font-size: 22px;
color: #626e82;
}
.install-wizard .step .subtitle {
font-size: 12px;
font-weight: bold;
color: #4b5e69;
}
.install-wizard .step p {
background: url("../images/bg-gradient-white-transparent.png") repeat-x -114px -270px;
font-size: 15px;
line-height: 23px;
color: #4a4a4a;
}
.install-wizard .step ul li {
width: 465px;
margin: 14px 0 0 18px;
font-size: 13px;
list-style: disc;
}
.install-wizard .step .field {
margin: 0 0 12px;
text-align: left;
}
.install-wizard .step .field label {
display: block;
clear: both;
font-size: 11px;
color: #4d4d4d;
}
.install-wizard .step .field label.error {
font-size: 11px;
color: #ff2424;
}
.install-wizard .body {
z-index: 10;
width: 1012px;
height: 762px;
margin: -352px auto auto;
box-shadow: 0 -3px 4px #cfcfcf;
/*+box-shadow:0px -3px 4px #CFCFCF;*/
background: url("../images/bg-gradient-white-transparent.png") repeat-x -114px -141px;
-moz-box-shadow: 0 -3px 4px #cfcfcf;
-webkit-box-shadow: 0 -3px 4px #cfcfcf;
-o-box-shadow: 0 -3px 4px #cfcfcf;
}
.install-wizard h2 {
margin: 0 0 19px;
font-size: 28px;
}
.install-wizard input[type='text'],
.install-wizard input[type='password'],
.install-wizard input[type='text'],
.install-wizard select {
width: 288px;
/*+border-radius:4px;*/
padding: 6px;
border: 1px solid #cdcdcd;
border-radius: 4px;
border-radius: 4px 4px 4px 4px;
box-shadow: inset 0 1px #aeaeae;
background: #f7f7f7;
/*+box-shadow:inset 0px 1px #AEAEAE;*/
font-size: 14px;
color: #232323;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
-khtml-border-radius: 4px;
-moz-box-shadow: inset 0 1px #aeaeae;
-webkit-box-shadow: inset 0 1px #aeaeae;
-o-box-shadow: inset 0 1px #aeaeae;
-moz-box-shadow: inset 0 1px 0 #aeaeae;
-webkit-box-shadow: inset 0 1px 0 #aeaeae;
-o-box-shadow: inset 0 1px 0 #aeaeae;
}
.install-wizard .button {
float: right;
margin-top: 15px;
/*+border-radius:4px;*/
padding: 7px 16px 7px 18px;
border: 1px solid #505050;
border-radius: 4px;
border-radius: 4px 4px 4px 4px;
background: url("../images/bg-gradients.png") 0 -221px;
font-size: 12px;
font-weight: bold;
color: #ffffff;
text-shadow: 0 -1px 3px #3f4351;
/*+text-shadow:0px -1px 3px #3F4351;*/
cursor: pointer;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
-khtml-border-radius: 4px;
-moz-text-shadow: 0 -1px 3px #3f4351;
-webkit-text-shadow: 0 -1px 3px #3f4351;
-o-text-shadow: 0 -1px 3px #3f4351;
}
.install-wizard .button.advanced-installation,
.install-wizard .button.go-back {
float: left;
border: 1px solid #c7c2c2;
background: #e0dede;
/*+text-shadow:0px 0px #FFFFFF;*/
color: #3b3b3b;
text-shadow: 0 0 #ffffff;
-moz-text-shadow: 0 0 #ffffff;
-webkit-text-shadow: 0 0 #ffffff;
-o-text-shadow: 0 0 #ffffff;
}
.install-wizard .button.go-back {
padding: 9px 16px 10px 18px;
font-size: 12px;
}
.install-wizard .setup-form .button.go-back {
/*+placement:shift 15px -14px;*/
position: relative;
top: -14px;
left: 15px;
}
.install-wizard .step {
position: relative;
z-index: 11;
}
.install-wizard .step .tooltip-info {
/*+placement:shift 547px 50px;*/
position: relative;
position: absolute;
top: 50px;
left: 547px;
}
/*** Intro*/
.install-wizard .step.intro.what-is-cloudstack p {
height: 540px;
background: url("../images/bg-what-is-cloudstack.png") no-repeat 50% 237px;
}
/*** Diagram*/
.install-wizard .diagram {
position: relative;
position: absolute;
/*+placement:shift 65px 496px;*/
z-index: 10;
top: 496px;
left: 65px;
width: 910px;
height: 385px;
}
.install-wizard .diagram .part {
display: none;
background: url("../images/install-wizard-parts.png") no-repeat;
}
.install-wizard .diagram .part.zone {
position: relative;
position: absolute;
top: 222px;
/*+placement:shift 77px 222px;*/
left: 77px;
width: 742px;
height: 135px;
background-position: -267px -580px;
}
.install-wizard .diagram .part.loading {
position: relative;
position: absolute;
top: -67px;
/*+placement:shift 105px -67px;*/
left: 105px;
width: 742px;
height: 432px;
background-position: -1264px -487px;
}
.install-wizard .diagram .part.loading .icon {
position: relative;
top: 130px;
left: 322px;
/*+placement:shift 322px 130px;*/
width: 61px;
height: 76px;
background: url("../images/ajax-loader.gif") no-repeat;
}
.install-wizard .diagram .part.pod {
position: relative;
position: absolute;
top: -76px;
/*+placement:shift 313px -76px;*/
left: 313px;
width: 266px;
height: 396px;
background-position: -47px -3px;
}
.install-wizard .diagram .part.cluster {
position: relative;
position: absolute;
top: -76px;
/*+placement:shift 313px -76px;*/
left: 313px;
width: 266px;
height: 396px;
background-position: -364px 1px;
}
.install-wizard .diagram .part.host {
position: relative;
position: absolute;
top: -76px;
/*+placement:shift 313px -76px;*/
left: 313px;
width: 266px;
height: 396px;
background-position: -688px 1px;
}
.install-wizard .diagram .part.primaryStorage {
position: relative;
position: absolute;
top: -76px;
/*+placement:shift 306px -76px;*/
left: 306px;
width: 275px;
height: 396px;
background-position: -1046px 1px;
}
.install-wizard .diagram .part.secondaryStorage {
position: relative;
position: absolute;
top: -76px;
/*+placement:shift 306px -76px;*/
left: 306px;
width: 385px;
height: 396px;
background-position: -1469px 1px;
}
/*** Setup form*/
.install-wizard .step .setup-form {
display: inline-block;
width: 469px;
border: 1px solid #dfdfdf;
box-shadow: 0 5px 9px #9f9f9f;
/*+text-shadow:0px 1px #FFFFFF;*/
background: url("../images/bg-transparent-white.png");
text-shadow: 0 1px #ffffff;
-moz-text-shadow: 0 1px #ffffff;
-webkit-text-shadow: 0 1px #ffffff;
-o-text-shadow: 0 1px #ffffff;
-moz-text-shadow: 0 1px 0 #ffffff;
-webkit-text-shadow: 0 1px 0 #ffffff;
/*+box-shadow:0px 5px 9px #9F9F9F;*/
-o-text-shadow: 0 1px 0 #ffffff;
-moz-box-shadow: 0 5px 9px #9f9f9f;
-webkit-box-shadow: 0 5px 9px #9f9f9f;
-o-box-shadow: 0 5px 9px #9f9f9f;
}
.install-wizard .step .setup-form .title {
float: left;
margin: 17px 0 0 29px;
color: #626f7c;
}
.install-wizard .step .setup-form .field {
display: inline-block;
width: 389px;
margin: 6px 0 1px 31px;
padding: 9px;
color: #57646d;
}
.install-wizard .step .setup-form .field .name {
float: left;
width: 98px;
padding: 10px 0 0 0;
font-size: 13px;
text-align: right;
}
.install-wizard .step .setup-form .field .value {
float: right;
}
.install-wizard .step .setup-form input[type='text'],
.install-wizard .step .setup-form input[type='password'] {
width: 278px;
margin: 6px 4px 0 0;
padding: 2px 2px 1px;
border: 1px solid #8d8d8d;
}
.install-wizard .step .setup-form .range-item {
float: left;
width: 142px;
}
.install-wizard .step .setup-form .range-item input {
width: 131px;
}
.install-wizard .step .setup-form .multi-range input[type='text'] {
width: 128px;
}
.install-wizard .step .setup-form input.button {
margin: 0 30px 14px 15px;
}
/*** Step: Change user*/
.install-wizard .step.change-user {
width: 316px;
margin: auto;
padding-top: 95px;
text-align: center;
}
.install-wizard .step.intro iframe {
width: 99%;
height: 99%;
margin: 4px;
}
.install-wizard .step.intro .title {
margin-bottom: 21px;
margin-left: 0;
font-size: 25px;
color: #565454;
}
.install-wizard .step.intro .subtitle {
margin-bottom: 9px;
}
.install-wizard .step.intro .subtitle li {
position: relative;
width: 45%;
height: 24px;
padding: 1px 0 1px 30px;
background: url("../images/ajax-loader-small.gif") no-repeat 3px 0;
list-style: none;
}
.install-wizard .step.intro .subtitle li.complete {
background: url("../images/icons.png") -1px -224px;
}
.install-wizard .step.intro .subtitle li.error {
background: url("../images/icons.png") -1px -190px;
}
.install-wizard .step.intro .subtitle li img {
float: right;
}
div.notification-box {
width: 323px;
height: 354px;
background: url("../images/bg-notifications.png") no-repeat 0 0;
}
div.notification-box h3 {
position: relative;
/*+placement:shift 0px 35px;*/
top: 35px;
left: 0;
font-size: 21px;
letter-spacing: 1px;
color: #ffffff;
text-align: center;
/*+text-shadow:0px 1px 2px #000000;*/
text-shadow: 0 1px 2px #000000;
-moz-text-shadow: 0 1px 2px #000000;
-webkit-text-shadow: 0 1px 2px #000000;
-o-text-shadow: 0 1px 2px #000000;
}
div.notification-box .container {
position: relative;
top: 46px;
left: 3px;
width: 296px;
/*+placement:shift 3px 46px;*/
height: 241px;
margin: auto;
border: 1px solid #8198ae;
/*+box-shadow:inset 0px 3px 7px #656565;*/
border-radius: 4px;
border-radius: 4px 4px 4px 4px;
box-shadow: inset 0 3px 7px #656565;
background: #ffffff;
/*+border-radius:4px;*/
-moz-box-shadow: inset 0 3px 7px #656565;
-webkit-box-shadow: inset 0 3px 7px #656565;
-o-box-shadow: inset 0 3px 7px #656565;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
-khtml-border-radius: 4px;
}
div.notification-box .container ul {
width: 294px;
height: 229px;
margin-top: 8px;
overflow: auto;
overflow-x: hidden;
}
div.notification-box .container ul li {
width: 100%;
height: 41px;
border-bottom: 1px solid #cecece;
background: url("../images/icons.png") no-repeat 10px -213px;
font-size: 12px;
color: #4d5e6e;
text-indent: 0;
cursor: pointer;
overflow-x: hidden;
}
div.notification-box .container ul li.error {
height: 53px;
background: url("../images/icons.png") no-repeat 10px -171px;
}
div.notification-box .container ul li.error .subtitle {
display: block;
position: relative;
float: left;
top: 17px;
left: 48px;
width: 213px;
height: 10px;
margin: 0;
padding: 0;
white-space: nowrap;
color: #808080;
/*+placement:shift 48px 17px;*/
text-indent: 0;
text-overflow: ellipsis;
overflow: hidden;
}
div.notification-box .container ul li span {
position: relative;
/*+placement:shift 48px 15px;*/
float: left;
top: 15px;
left: 48px;
max-width: 202px;
font-size: 14px;
font-weight: 100;
overflow: hidden;
}
div.notification-box .container ul li span:hover {
color: #5faaf7;
text-decoration: underline;
}
div.notification-box .container ul div.remove {
position: relative;
float: right;
top: 16px;
left: 0;
width: 17px;
height: 21px;
/*+placement:shift 0px 16px;*/
margin: -4px 8px 0 0;
background: url("../images/buttons.png") no-repeat -623px -8px;
cursor: pointer;
}
div.notification-box .container ul div.remove:hover {
background-position: -606px -8px;
}
div.notification-box .container ul li.pending {
background: url("../images/ajax-loader.gif") no-repeat 8px 6px;
color: #7e96ac;
}
div.notification-box .container ul li.first {
border-top: 0;
}
div.notification-box .button {
position: relative;
float: left;
top: 51px;
/*+placement:shift 0px 51px;*/
left: 0;
padding: 5px 10px 6px;
border-bottom: 1px solid #2b2b2b;
/*+border-radius:4px;*/
border-radius: 4px;
border-radius: 4px 4px 4px 4px;
box-shadow: 0 0 2px #272727;
background: url("../images/buttons.png") no-repeat;
cursor: pointer;
-moz-border-radius: 4px;
/*+box-shadow:0px 0px 2px #272727;*/
-webkit-border-radius: 4px;
-khtml-border-radius: 4px;
-moz-box-shadow: 0 0 2px #272727;
-webkit-box-shadow: 0 0 2px #272727;
-o-box-shadow: 0 0 2px #272727;
}
div.notification-box .button span {
font-size: 11px;
font-weight: bold;
letter-spacing: 1px;
color: #ffffff;
/*+text-shadow:0px -1px 2px #171717;*/
text-shadow: 0 -1px 2px #171717;
-moz-text-shadow: 0 -1px 2px #171717;
-webkit-text-shadow: 0 -1px 2px #171717;
-o-text-shadow: 0 -1px 2px #171717;
}
div.notification-box .button.clear-list {
margin-left: 16px;
background: url("../images/gradients.png") 0 -10px;
}
div.notification-box .button.clear-list:hover {
background-position: 0 -51px;
}
div.notification-box .button.close {
float: right;
margin-right: 10px;
border-bottom: 1px solid #232323;
background: url("../images/gradients.png") 0 -317px;
}
div.notification-box .button.close:hover {
background-position: -4px -368px;
}
/*** Corner alert*/
div.notification.corner-alert {
opacity: 0.7;
position: absolute;
/*+box-shadow:0px 2px 10px #000000;*/
z-index: 100;
width: 300px;
height: 75px;
margin: 38px 0 0 -56px;
padding: 7px 7px 0;
border-radius: 3px;
/*+border-radius:3px;*/
box-shadow: 0 2px 10px #000000;
background: #ffffff;
background: rgba(255, 255, 255, 0.95);
font-size: 12px;
text-indent: 10px;
-moz-box-shadow: 0 2px 10px #000000;
-webkit-box-shadow: 0 2px 10px #000000;
-o-box-shadow: 0 2px 10px #000000;
/*+opacity:70%;*/
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
-khtml-border-radius: 3px;
filter: alpha(opacity=70);
-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
-moz-opacity: 0.7;
}
div.notification.corner-alert .top-arrow {
position: absolute;
top: -15px;
left: 50px;
width: 36px;
height: 15px;
background: url("../images/sprites.png") no-repeat -580px -1353px;
}
div.notification.corner-alert div.title {
width: 100%;
height: 33px;
color: #ffffff;
}
div.notification.corner-alert div.title span {
/*+placement:shift 0px 10px;*/
position: relative;
top: 10px;
left: 0;
padding: 3px 0 12px 24px;
padding-left: 33px;
background: url("../images/icons.png") no-repeat 3px -223px;
font-size: 14px;
font-weight: 100;
color: #6d6d6d;
}
div.notification.corner-alert.error div.title span {
background: url("../images/icons.png") no-repeat -2px -190px;
}
div.notification.corner-alert div.message span {
display: block;
position: relative;
position: relative;
top: -2px;
left: 17px;
/*+placement:shift 17px -2px;*/
padding-top: 6px;
font-size: 14px;
color: #000000;
}
.tooltip-info {
display: inline-block;
position: absolute;
z-index: 1000;
width: 239px;
min-height: 83px;
border: 1px solid #beb8b8;
border-radius: 22px;
/*+border-radius:22px;*/
border-radius: 22px 22px 22px 22px;
background: #ffffff;
-moz-border-radius: 22px;
-webkit-border-radius: 22px;
-khtml-border-radius: 22px;
}
.tooltip-info .arrow {
position: absolute;
top: 17px;
left: -18px;
width: 27px;
height: 47px;
background: url("../images/sprites.png") -583px -939px;
}
.tooltip-info .title {
margin: 12px;
font-size: 19px;
color: #485766;
}
.tooltip-info .content {
width: 182px;
margin: auto;
padding-bottom: 13px;
font-size: 11px;
line-height: 19px;
overflow: auto;
overflow-x: hidden;
}
div.panel div.list-view {
height: 632px;
margin-top: 30px;
overflow: auto;
overflow-x: hidden;
}
.detail-view div.list-view {
width: 930px;
height: 536px !important;
margin: 41px auto auto !important;
border: 1px solid #dad4d4;
background: #f7f7f7;
}
div.panel div.list-view div.data-table table {
width: 955px;
}
.detail-view div.list-view div.data-table table {
width: 903px !important;
}
.detail-view div.list-view div.data-table table td {
border-left: 1px solid #cacaca;
}
div.panel div.list-view div.fixed-header {
display: table;
position: absolute;
z-index: 1;
top: 29px;
left: 12px;
width: 960px;
height: 47px;
margin: 0;
background-color: #f7f7f7;
}
.detail-view div.list-view div.fixed-header {
top: 49px !important;
left: 29px !important;
width: 903px !important;
background: #ffffff;
}
.detail-view div#details-tab-zones div.fixed-header {
left: 25px !important;
}
.detail-view div.list-view div.fixed-header table {
width: 100% !important;
}
.project-view div.panel div.list-view div.fixed-header {
background: #6d747d;
}
div.panel div.list-view div.fixed-header table {
position: relative;
/*+placement:shift 0px 18px;*/
top: 18px;
left: 0;
width: 955px;
margin: 0;
/*+box-shadow:0px 4px 10px #DFE1E3;*/
box-shadow: 0 4px 10px #dfe1e3;
-moz-box-shadow: 0 4px 10px #dfe1e3;
-webkit-box-shadow: 0 4px 10px #dfe1e3;
-o-box-shadow: 0 4px 10px #dfe1e3;
}
.project-view div.panel div.list-view div.fixed-header table {
/*+box-shadow:0px 2px 2px #CACDD1;*/
box-shadow: 0 2px 2px #cacdd1;
-moz-box-shadow: 0 2px 2px #cacdd1;
-webkit-box-shadow: 0 2px 2px #cacdd1;
-o-box-shadow: 0 2px 2px #cacdd1;
}
div.list-view td.state {
width: 120px;
min-width: 120px;
max-width: 120px;
}
div.list-view td.first {
cursor: pointer;
}
div.list-view tr:not(.multi-edit-selected) td.first:hover {
color: #3a82cd;
}
div.list-view td.state span {
width: 80px;
padding: 1px 0 0 18px;
background: url("../images/sprites.png") 1px -526px;
/*+text-shadow:0px 1px 1px #FFFFFF;*/
text-align: center;
text-shadow: 0 1px 1px #ffffff;
-moz-text-shadow: 0 1px 1px #ffffff;
-webkit-text-shadow: 0 1px 1px #ffffff;
-o-text-shadow: 0 1px 1px #ffffff;
}
div.list-view td.state.on span {
background-image: url("../images/sprites.png");
background-repeat: no-repeat;
background-position: 1px -460px;
color: #008000;
}
div.list-view td.state.off span {
background-image: url("../images/sprites.png");
background-repeat: no-repeat;
background-position: 1px -492px;
color: #b90606;
}
div.list-view td.state.warning span {
background-image: url("../images/sprites.png");
background-repeat: no-repeat;
background-position: 1px -558px;
color: #b90606;
}
div.list-view td.state.transition span {
background-image: url("../images/sprites.png");
background-repeat: no-repeat;
background-position: 1px -432px;
color: #b90606;
}
div.list-view td.state.suitable span {
height: 18px;
background: url("../images/icons.png") no-repeat scroll 1px -224px;
color: #008000;
}
div.list-view td.state.suitable-storage-migration-required span {
width: 200px;
}
div.list-view td.state.notsuitable span {
width: 100px;
height: 19px;
background: url("../images/icons.png") no-repeat scroll 1px -190px;
color: #b90606;
}
div.list-view td.state.notsuitable-storage-migration-required span {
width: 220px !important;
}
.quick-view-tooltip {
display: inline-block;
width: 470px;
margin-left: 0;
padding-top: 0;
}
.quick-view-tooltip > div.title {
position: absolute;
top: 20px;
left: 10px;
width: 444px;
font-weight: 100;
color: #808080;
}
.quick-view-tooltip > div.title .icon {
position: relative;
float: right;
top: -2px;
left: -7px;
padding: 0 13px 0 0;
background: url("../images/sprites.png") no-repeat -42px -67px;
}
.quick-view-tooltip .loading-overlay {
opacity: 0.35;
/*+opacity:35%;*/
filter: alpha(opacity=35);
-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=35);
-moz-opacity: 0.35;
}
.quick-view-tooltip .container {
display: inline-block;
position: relative;
width: 471px;
height: auto;
min-height: 100px;
border: 1px solid #9ea2a5;
box-shadow: 0 7px 9px #676f76;
background: #ffffff;
/*+box-shadow:0px 7px 9px #676F76;*/
overflow: hidden;
-moz-box-shadow: 0 7px 9px #676f76;
-webkit-box-shadow: 0 7px 9px #676f76;
-o-box-shadow: 0 7px 9px #676f76;
}
/*** Quick view detail view*/
.quick-view-tooltip .detail-view .main-groups {
position: absolute;
top: 55px;
width: 456px;
height: 170px;
padding-top: 7px;
border: 1px solid #808080;
border-right: 0;
border-left: 0;
box-shadow: 0 1px #e6e6e6;
/*+box-shadow:0px 1px #E6E6E6;*/
overflow: hidden;
-moz-box-shadow: 0 1px #e6e6e6;
-webkit-box-shadow: 0 1px #e6e6e6;
-o-box-shadow: 0 1px #e6e6e6;
}
.quick-view-tooltip .detail-view .tagger {
display: none;
}
.quick-view-tooltip .detail-view ul {
display: none !important;
}
.quick-view-tooltip .detail-view.ui-tabs div.ui-tabs-panel {
display: inline-block;
float: left;
width: 100% !important;
height: auto;
background-color: inherit;
overflow: hidden;
}
.quick-view-tooltip .detail-view .details {
display: inline-block;
height: auto;
padding-bottom: 224px;
}
.quick-view-tooltip .detail-view .detail-group {
left: -9px;
width: 365px;
margin: 0;
padding: 0;
border: 0;
background: none;
}
.quick-view-tooltip .detail-view .detail-group table {
margin: 0;
border: 0;
background: none;
}
.quick-view-tooltip .detail-view .detail-group table tr {
background: none;
}
.quick-view-tooltip .detail-view .detail-group table td.name {
padding: 0 29px 0 5px !important;
font-size: 13px;
color: #000000 !important;
}
.quick-view-tooltip .detail-view .detail-group table td.value {
font-size: 12px;
/*+text-shadow:0px 1px #EAEAEA;*/
text-shadow: 0 1px #eaeaea;
overflow: hidden;
-moz-text-shadow: 0 1px #eaeaea;
-webkit-text-shadow: 0 1px #eaeaea;
-o-text-shadow: 0 1px #eaeaea;
}
.quick-view-tooltip .detail-view .detail-group table td.value input[type='text'] {
width: 258px;
height: 10px;
margin-left: 0;
}
.quick-view-tooltip .detail-view .detail-group .main-groups table td.value span {
top: 7px;
height: 25px;
}
.quick-view-tooltip .detail-view .detail-group.actions {
position: relative;
float: left;
top: 202px;
width: 100%;
height: auto;
}
.quick-view-tooltip .detail-view .detail-group.actions .button {
top: 160px;
}
.quick-view-tooltip .detail-view .detail-group.actions .action.text {
display: inline-block;
float: left;
width: 112px;
height: 41px;
margin-left: 5px;
border: 0;
background: none;
}
.quick-view-tooltip .detail-view .detail-group.actions .action.text:hover {
/*+box-shadow:none;*/
box-shadow: none;
-moz-box-shadow: none;
-webkit-box-shadow: none;
-o-box-shadow: none;
}
.quick-view-tooltip .detail-view .detail-group.actions .action.text .icon {
display: block;
float: left;
width: 4px;
}
.quick-view-tooltip .detail-view .detail-group.actions .action.text .label {
display: block;
float: right;
width: 81px;
font-size: 11px;
color: #454c53;
/*+text-shadow:0px 1px #FFFFFF;*/
text-indent: 0;
text-shadow: 0 1px #ffffff;
-moz-text-shadow: 0 1px #ffffff;
-webkit-text-shadow: 0 1px #ffffff;
-o-text-shadow: 0 1px #ffffff;
}
.quick-view-tooltip .detail-view .detail-group.actions .action.text:hover .label {
color: #000000;
}
.quick-view-tooltip .detail-view .detail-group.actions .detail-actions {
position: relative;
float: left;
top: 27px;
vertical-align: top;
width: 460px;
height: auto;
background: none;
}
.quick-view-tooltip .detail-view .detail-group.actions td.view-all {
position: relative;
float: left;
top: 26px;
left: 0;
height: 26px;
/*+box-shadow:inset 0px 1px #FFFFFF;*/
box-shadow: inset 0 1px #ffffff;
-moz-box-shadow: inset 0 1px #ffffff;
-webkit-box-shadow: inset 0 1px #ffffff;
-o-box-shadow: inset 0 1px #ffffff;
}
.quick-view-tooltip .detail-view .detail-actions a {
width: 30px;
background: none;
}
.detail-view {
padding: 0 0 0 14px;
}
.ui-tabs .info {
display: inline-block;
width: 91%;
height: auto;
margin: 10px;
padding: 14px 14px 0;
border: 1px dashed #d7d7d7;
/*+box-shadow:inset 0px 1px 2px #FFFFFF;*/
box-shadow: inset 0 1px 2px #ffffff;
background: #efefef;
overflow: visible;
-moz-box-shadow: inset 0 1px 2px #ffffff;
-webkit-box-shadow: inset 0 1px 2px #ffffff;
-o-box-shadow: inset 0 1px 2px #ffffff;
}
.ui-tabs .info li {
margin: 0 0 18px;
font-size: 12px;
color: #3e4c59;
}
.ui-tabs .info li strong {
font-weight: bold;
color: #506273;
}
.project-view .ui-tabs ul li.ui-state-default a {
box-shadow: inset -1px -2px 12px #596066;
/*+box-shadow:inset -1px -2px 12px #596066;*/
background: #6d747d;
font-weight: bold;
color: #ffffff;
text-shadow: 0 -1px 1px #3a3e42;
-moz-box-shadow: inset -1px -2px 12px #596066;
-webkit-box-shadow: inset -1px -2px 12px #596066;
/*+text-shadow:0px -1px 1px #3A3E42;*/
-o-box-shadow: inset -1px -2px 12px #596066;
-moz-text-shadow: 0 -1px 1px #3a3e42;
-webkit-text-shadow: 0 -1px 1px #3a3e42;
-o-text-shadow: 0 -1px 1px #3a3e42;
}
.project-view .ui-tabs ul li.ui-state-hover a {
background: #878e97 0 8px;
}
.project-view .ui-tabs ul li.ui-state-active a {
box-shadow: 0 0;
background: #dbdddf;
font-weight: bold;
/*+text-shadow:0px 0px #FFFFFF;*/
color: #4f6270;
text-shadow: 0 0 #ffffff;
-moz-text-shadow: 0 0 #ffffff;
-webkit-text-shadow: 0 0 #ffffff;
/*+box-shadow:0px 0px;*/
-o-text-shadow: 0 0 #ffffff;
-moz-box-shadow: 0 0;
-webkit-box-shadow: 0 0;
-o-box-shadow: 0 0;
-moz-box-shadow: 0 0 none;
-webkit-box-shadow: 0 0 none;
-o-box-shadow: 0 0 none;
}
.ui-tabs li.ui-state-active.first.last a,
.ui-tabs li.ui-state-default.first.last a {
/*+border-radius:4px 4px 0 0;*/
border-radius: 4px 4px 0 0;
-moz-border-radius: 4px 4px 0 0;
-webkit-border-radius: 4px 4px 0 0;
-khtml-border-radius: 4px 4px 0 0;
}
.ui-tabs .ui-tabs-hide {
display: none !important;
}
.ui-tabs .ui-tabs-panel {
clear: both;
width: 97%;
height: 591px;
padding: 7px 0 0 0;
border: 1px solid #d9d9d9;
overflow: auto;
overflow-x: hidden;
}
.detail-view .main-groups {
width: 100%;
max-height: 407px;
margin-right: 12px;
overflow: auto;
/*[empty]padding:;*/
overflow-x: hidden;
}
.detail-view.edit-mode .main-groups {
max-height: 360px;
}
.detail-group table {
width: 98%;
margin-top: 10px;
border-bottom: 1px solid #dfdfdf;
font-size: 12px;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7f7f7', endColorstr='#eaeaea', GradientType=0);
}
.detail-group table tbody {
border: 0;
}
.detail-group table tr,
.detail-group table td {
vertical-align: middle;
border: 0;
cursor: default;
}
.detail-group table tr.odd {
background: none;
}
.details.group-multiple table {
border: 0;
border-top: 0;
}
.details.group-multiple table.header {
width: 94%;
margin-bottom: 1px;
}
.details.group-multiple table tbody {
border-top: 1px solid #f2f0f0;
}
.detail-group .main-groups table td.name {
width: 113px;
padding: 14px 12px 13px 13px;
border: 0;
font-weight: bold;
color: #6d6d6d;
text-indent: 0;
}
.detail-group .main-groups table td.value {
text-indent: 0;
}
.detail-group .main-groups table td.value > span {
display: block;
position: relative;
float: left;
top: 9px;
width: 245px;
height: 30px;
overflow: auto;
}
.detail-group .main-groups table td.value > span.copypasteenabledvalue {
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
-o-text-overflow: ellipsis;
}
.detail-group .main-groups table td.value > .copypasteactive {
display: auto;
white-space: nowrap;
overflow: none;
}
div.copypasteicon {
float: left;
width: 18px;
height: 21px;
margin-top: 0;
margin-left: 6px;
background: url("../images/sprites.png") no-repeat -271px -65px;
}
div.copypasteicon:hover {
background: url("../images/sprites.png") no-repeat -271px -646px;
}
.detail-group .main-groups table td.value > span.copypasteenabledvalue {
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
-o-text-overflow: ellipsis;
}
.detail-group .main-groups table td.value > .copypasteactive {
display: auto;
white-space: nowrap;
overflow: none;
}
div.copypasteicon {
float: left;
width: 18px;
height: 21px;
margin-top: 0;
margin-left: 6px;
background: url("../images/sprites.png") no-repeat -271px -65px;
}
div.copypasteicon:hover {
background: url("../images/sprites.png") no-repeat -271px -646px;
}
.detail-group .main-groups table td.value > span select {
width: 100% !important;
}
.detail-group .main-groups table td.value .view-all {
float: right;
/*[empty]height:;*/
/*+border-radius:4px 0 0 4px;*/
margin: 7px 0 0;
padding: 0;
border-radius: 4px 0 0 4px;
cursor: pointer;
-moz-border-radius: 4px 0 0 4px;
-webkit-border-radius: 4px 0 0 4px;
-khtml-border-radius: 4px 0 0 4px;
}
.detail-group .main-groups table td.value .view-all span {
display: block;
float: left;
margin-top: -5px;
padding: 5px 2px 8px 4px;
border-left: 1px solid #9fa2a6;
/*+border-radius:4px 0 0 4px;*/
border-radius: 4px 0 0 4px;
background: url("../images/gradients.png") repeat-x 0 -529px;
-moz-border-radius: 4px 0 0 4px;
-webkit-border-radius: 4px 0 0 4px;
-khtml-border-radius: 4px 0 0 4px;
}
.detail-group .main-groups table td.value .view-all .end {
float: right;
width: 22px;
height: 25px;
margin: -6px 0 0;
padding: 0;
background: url("../images/sprites.png") no-repeat 100% -397px;
}
.detail-group .main-groups table td.value .view-all:hover {
background-position: 100% -431px;
}
.detail-group .main-groups table td.value .view-all:hover span {
background-position: 0 -566px;
}
.detail-group .main-groups table td.value .view-all:hover div.end {
background-position: -618px -430px;
}
.detail-view .detail-group .button.add {
clear: both;
margin: 0 21px 13px 0 !important;
}
.detail-view .details.group-multiple {
float: left;
width: 100%;
height: 600px;
margin-bottom: 30px;
}
.detail-view .details.group-multiple .main-groups {
width: 98%;
margin-bottom: 35px;
overflow: visible;
}
.detail-group .main-groups table td.value .view-all:hover {
background-position: 100% -431px;
}
.panel.always-maximized .detail-group .main-groups table td.value span {
width: 565px;
}
.detail-group.head table td.name {
padding: 20px 0 17px;
}
.detail-view .button.done,
.detail-view .button.cancel {
display: inline-block;
position: relative;
position: absolute;
top: 550px;
/*+border-radius:4px;*/
left: -1px;
margin: 0 0 0 12px;
padding: 9px 20px;
border-radius: 4px;
border-radius: 4px 4px 4px 4px;
/*+text-shadow:0px -1px 2px #000000;*/
box-shadow: 0 1px 4px #adadad;
background: url("../images/bg-gradients.png") 0 -221px;
font-size: 12px;
font-weight: bold;
/*+box-shadow:0px 1px 4px #ADADAD;*/
color: #ffffff;
text-shadow: 0 -1px 2px #000000;
cursor: pointer;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
-khtml-border-radius: 4px;
-moz-text-shadow: 0 -1px 2px #000000;
-webkit-text-shadow: 0 -1px 2px #000000;
/*+placement:shift -1px 550px;*/
-o-text-shadow: 0 -1px 2px #000000;
-moz-box-shadow: 0 1px 4px #adadad;
-webkit-box-shadow: 0 1px 4px #adadad;
-o-box-shadow: 0 1px 4px #adadad;
}
.detail-view .button.cancel {
left: 85px;
background-position: 0 -795px;
color: #808080;
/*+text-shadow:0px -1px 2px #000000;*/
text-shadow: 0 -1px 2px #000000;
text-shadow: 0 -1px 2px #cccccc;
-moz-text-shadow: 0 -1px 2px #000000;
-webkit-text-shadow: 0 -1px 2px #000000;
-o-text-shadow: 0 -1px 2px #000000;
-moz-text-shadow: 0 -1px 2px #cccccc;
-webkit-text-shadow: 0 -1px 2px #cccccc;
-o-text-shadow: 0 -1px 2px #cccccc;
}
.detail-view .button.done:hover {
box-shadow: inset 0 1px 3px #000000;
/*+box-shadow:inset 0px 1px 3px #000000;*/
background-position: 0 -950px;
-moz-box-shadow: inset 0 1px 3px #000000;
-webkit-box-shadow: inset 0 1px 3px #000000;
-o-box-shadow: inset 0 1px 3px #000000;
}
.detail-view .button.cancel:hover {
background-position: 0 -834px;
}
div.group-multiple div.detail-group table {
margin-top: -1px;
}
div.group-multiple div.detail-group table.header {
margin-top: 11px;
border: 0;
}
div.group-multiple div.detail-group table.header thead th {
border: 0;
background: transparent;
}
div.ui-tabs-panel table span.none {
color: #9d9d9d;
}
div.detail-group td.view-all div.view-all {
float: right;
width: auto;
}
div.detail-group td.view-all a {
display: block;
float: left;
font-size: 13px;
font-weight: 100;
/*+text-shadow:0px 1px 2px #FFFFFF;*/
color: #0373b7;
text-decoration: none;
text-shadow: 0 1px 2px #ffffff;
-moz-text-shadow: 0 1px 2px #ffffff;
-webkit-text-shadow: 0 1px 2px #ffffff;
-o-text-shadow: 0 1px 2px #ffffff;
}
div.detail-group td.view-all:hover a {
background-position: 0 -566px;
}
div.detail-group td.view-all a span {
/*+placement:shift -4px -1px;*/
position: relative;
top: -1px;
left: -4px;
}
div.detail-group td.view-all:hover a span {
color: #000000;
text-decoration: underline;
}
div.detail-group td.view-all div.view-all div.end {
display: none;
float: left;
width: 15px;
height: 25px;
background: url("../images/sprites.png") -617px -398px;
}
div.detail-group td.view-all:hover div.view-all div.end {
background-position: -617px -431px;
}
div.details div.detail-group td.value input,
div.details div.detail-group td.value select {
width: 282px;
}
div.details div.detail-group td.value input,
div.details div.detail-group td.value input[type='checkbox'] {
float: left;
width: 15px;
margin-left: 10px;
}
div.details div.detail-group td.value input,
div.details div.detail-group td.value input[type='text'] {
width: 93%;
}
div.details .main-groups label.error {
position: absolute;
top: 6px;
right: 10%;
}
.detail-view td.view-all.multiple {
display: block;
float: left;
max-width: 145px;
height: 28px;
margin-left: 0;
text-align: left;
}
div.detail-group.actions {
margin: 0;
padding: 0;
}
div.detail-group.actions table {
padding: 0;
}
div.detail-group.actions tr {
margin: 0;
}
div.detail-group.actions td {
vertical-align: middle;
height: 50px;
}
.details.group-multiple div.detail-group.actions {
position: relative;
float: right;
max-width: 75%;
height: 23px;
margin: -15px 0 -5px;
}
.details.group-multiple div.detail-group.actions table {
background: none;
}
.details.group-multiple div.detail-group.actions td.detail-actions {
display: block;
float: right;
min-width: 120px;
height: 35px;
padding: 0;
background: none;
}
.details.group-multiple div.detail-group.actions .detail-actions .action {
position: relative;
float: left;
/*+placement:shift 11px 7px;*/
top: 7px;
left: 11px;
width: 32px;
}
.details.group-multiple div.detail-group.actions .detail-actions .action a {
width: 31px;
background: none;
}
.detail-group table td.detail-actions {
height: 26px;
}
.detail-group table td.detail-actions.full-length {
display: block;
float: left;
width: 99%;
}
.detail-group table td.detail-actions .action.text {
display: inline-block;
float: right;
margin-right: 8px;
padding: 0 6px 0 0;
border: 1px solid #c2c2c2;
border-radius: 4px;
/*+border-radius:4px;*/
background: url("../images/bg-gradients.png") repeat-x 0 -83px;
cursor: pointer;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
-khtml-border-radius: 4px;
}
.detail-group table td.detail-actions .action.text .label {
position: relative;
/*+placement:shift -1px 8px;*/
top: 8px;
left: -1px;
font-size: 12px;
}
.detail-group table td.detail-actions .action.text:hover {
/*+box-shadow:inset 0px 1px 3px #171717;*/
box-shadow: inset 0 1px 3px #171717;
-moz-box-shadow: inset 0 1px 3px #171717;
-webkit-box-shadow: inset 0 1px 3px #171717;
-o-box-shadow: inset 0 1px 3px #171717;
}
.detail-group table td.detail-actions a {
display: block;
float: left;
width: 30px;
height: 25px;
margin: 0;
text-indent: -9999px;
}
.detail-group table td.detail-actions a:hover {
background-position: -417px -43px;
}
.detail-group table td.detail-actions div.action.first a {
width: 32px;
background-position: -385px -11px;
}
.detail-group table td.detail-actions div.action.first a:hover {
background-position: -385px -43px;
}
.detail-group table td.detail-actions div.action.last a {
width: 30px;
background-position: -596px -11px;
}
.detail-group table td.detail-actions div.action.last a:hover {
background-position: -596px -43px;
}
.detail-group table td.detail-actions div.action.single a {
width: 31px;
height: 26px;
background-position: -414px -625px;
}
.detail-group table td.detail-actions div.action.text a {
background: none;
}
.detail-group table td.detail-actions div.action.single a:hover {
background-position: -414px -587px;
}
.detail-group table td.detail-actions a span.icon {
display: block;
padding: 10px;
background-image: url("../images/sprites.png");
}
#header {
position: relative;
width: 100%;
height: 135px;
background: url("../images/overlay-pattern.png") repeat 0, #1b5070 url("../images/header-gradient.png") no-repeat center;
background-size: auto, cover;
}
#header div.button {
font-size: 12px;
color: #ffffff;
cursor: pointer;
}
#header.nologo div.logo {
position: relative;
top: 15px;
left: 0;
width: 1224px;
/*+placement:shift 0px 15px;*/
height: 47px;
margin: auto;
background: url("../images/logo.png") no-repeat 0 center;
}
#header div.controls {
position: relative;
width: 1226px;
height: 48px;
margin: 27px auto 0;
padding-top: 13px;
/*+border-radius:4px 4px 0 0;*/
border-radius: 4px 4px 0 0;
-moz-border-radius: 4px 4px 0 0;
-webkit-border-radius: 4px 4px 0 0;
-khtml-border-radius: 4px 4px 0 0;
}
#header div.controls.nologo {
box-shadow: 0 -1px 6px #0e3955;
background: #666666;
background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzY2NjY2NiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzZDNkM2QiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+");
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #666666), color-stop(100%, #3d3d3d));
background: -webkit-linear-gradient(top, #666666 0%, #3d3d3d 100%);
background: linear-gradient(to bottom, #666666 0%, #3d3d3d 100%);
/*+box-shadow:0px -1px 6px #0E3955;*/
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#666666', endColorstr='#3d3d3d', GradientType=0);
-moz-box-shadow: 0 -1px 6px #0e3955;
-webkit-box-shadow: 0 -1px 6px #0e3955;
-o-box-shadow: 0 -1px 6px #0e3955;
}
#header div.notifications {
position: relative;
float: right;
top: -57px;
left: -239px;
/*+placement:shift -174px -57px;*/
height: 18px;
padding: 1px 0 0;
background: transparent;
}
#header div.notifications:after {
content: '|';
/*+placement:shift 28px 7px;*/
position: relative;
top: 7px;
left: 28px;
}
#header div.notifications span {
position: relative;
top: 5px;
left: 7px;
/*+text-shadow:0px -1px 1px #464646;*/
text-shadow: 0 -1px 1px #464646;
-moz-text-shadow: 0 -1px 1px #464646;
-webkit-text-shadow: 0 -1px 1px #464646;
-o-text-shadow: 0 -1px 1px #464646;
}
#header div.notifications:hover {
color: #5faaf7;
}
#header div.notifications div.total {
float: left;
width: 22px;
height: 19px;
margin: 3px;
background: url("../images/sprites.png") no-repeat -593px -870px;
font-size: 11px;
color: #ffffff;
/*+text-shadow:0px -1px #6C7283;*/
text-shadow: 0 -1px #6c7283;
-moz-text-shadow: 0 -1px #6c7283;
-webkit-text-shadow: 0 -1px #6c7283;
-o-text-shadow: 0 -1px #6c7283;
-moz-text-shadow: 0 -1px 0 #6c7283;
-webkit-text-shadow: 0 -1px 0 #6c7283;
-o-text-shadow: 0 -1px 0 #6c7283;
}
#header div.notifications div.total.pending {
background-position: -593px -846px;
font-weight: bold;
}
#header div.notifications div.total span {
/*+placement:shift 0px 3px;*/
display: block;
position: relative;
top: 3px;
left: 0;
width: 21px;
font-size: 12px;
text-align: center;
}
#user {
display: inline-block;
position: absolute;
float: left;
top: -47px;
left: 1025px;
height: 30px;
margin: 0;
background: transparent;
cursor: default !important;
}
#user div.name {
display: inline-block;
float: left;
min-width: 110px;
max-width: 220px;
/*[empty]border-top:;*/
height: 12px;
margin: 0;
padding: 9px 18px 7px 12px;
border-right: 0;
text-align: center;
/*+text-shadow:0px -1px 1px #464646;*/
text-shadow: 0 -1px 1px #464646;
overflow: hidden;
-moz-text-shadow: 0 -1px 1px #464646;
-webkit-text-shadow: 0 -1px 1px #464646;
-o-text-shadow: 0 -1px 1px #464646;
}
#user div.options {
position: relative;
float: left;
top: 0;
/*+placement:shift 0px 0px;*/
left: 0;
width: 31px;
height: 28px;
background-position: 0 -867px;
cursor: pointer;
}
#user div.options .arrow {
position: relative;
top: 11px;
left: 8px;
/*+placement:shift 8px 11px;*/
width: 11px;
height: 8px;
background: url("../images/buttons.png") -402px -23px;
}
#user-options {
position: absolute;
z-index: 10000;
top: 30px;
width: 150px;
padding: 15px;
border-radius: 0 0 3px 3px;
/*+border-radius:0 0 3px 3px;*/
box-shadow: 0 1px 7px #000000;
background: #ffffff;
-moz-border-radius: 0 0 3px 3px;
-webkit-border-radius: 0 0 3px 3px;
/*+box-shadow:0px 1px 7px #000000;*/
-khtml-border-radius: 0 0 3px 3px;
-moz-box-shadow: 0 1px 7px #000000;
-webkit-box-shadow: 0 1px 7px #000000;
-o-box-shadow: 0 1px 7px #000000;
}
#user-options a {
float: left;
width: 100%;
padding: 10px 0;
}
#header .zone-filter {
float: left;
width: 111px;
margin: 9px 20px 0 2px;
}
#header .zone-filter label {
position: absolute;
top: -3px;
font-size: 11px;
color: #ffffff;
}
#header .zone-filter select {
width: 100%;
margin-top: 2px;
border: 1px solid #000000;
border-bottom: #ffffff;
/*+border-radius:4px;*/
border-radius: 4px;
background: #ececec;
font-size: 12px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
-khtml-border-radius: 4px;
}
#navigation {
position: relative;
float: left;
width: 230px;
/*+box-shadow:inset -1px 4px 7px #DDDDDD;*/
box-shadow: inset -1px 4px 7px #dddddd;
background: #ede8e8;
background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJ<KEY>);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(6%, #ede8e8));
background: -webkit-linear-gradient(top, #ffffff 0%, #ede8e8 6%);
background: linear-gradient(to bottom, #ffffff 0%, #ede8e8 6%);
-moz-box-shadow: inset -1px 4px 7px #dddddd;
-webkit-box-shadow: inset -1px 4px 7px #dddddd;
-o-box-shadow: inset -1px 4px 7px #dddddd;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ede8e8', GradientType=0);
}
.project-view #navigation {
background: #6d747d;
}
#navigation ul {
height: 700px;
padding-top: 29px;
}
.project-view #navigation ul {
border-right: 1px solid #464c53;
background: #6d747d;
}
#navigation ul li {
height: 42px;
border-bottom: 1px solid #d2d2d2;
cursor: pointer;
}
.project-view #navigation ul li {
border: 0;
background-image: url("../images/bg-nav-item-project-view.png");
background-position: 0 0;
}
.project-view #navigation ul li span {
color: #ffffff;
/*+text-shadow:0px 1px 1px #000000;*/
text-shadow: 0 1px 1px #000000;
-moz-text-shadow: 0 1px 1px #000000;
-webkit-text-shadow: 0 1px 1px #000000;
-o-text-shadow: 0 1px 1px #000000;
}
#navigation ul li:hover,
#navigation ul li.active {
width: 230px;
box-shadow: inset 0 0 7px #000000;
/*+box-shadow:inset 0px 0px 7px #000000;*/
background: #2c5d7b;
-moz-box-shadow: inset 0 0 7px #000000;
-webkit-box-shadow: inset 0 0 7px #000000;
-o-box-shadow: inset 0 0 7px #000000;
}
#navigation ul li.disabled {
/*+opacity:60%;*/
opacity: 0.6;
filter: alpha(opacity=60);
-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
-moz-opacity: 0.6;
}
.project-view #navigation ul li:hover,
.project-view #navigation ul li.active {
width: 230px;
background: url("../images/bg-nav-item-active-project-view.png");
background-position: 0 0;
}
.project-view #navigation ul li.disabled:hover {
background: #d5d5d5;
color: #596d7f;
cursor: default;
}
#navigation ul li:hover span,
#navigation ul li.active span {
color: #ffffff;
/*+text-shadow:0px 1px #000000;*/
text-shadow: 0 1px #000000;
-moz-text-shadow: 0 1px #000000;
-webkit-text-shadow: 0 1px #000000;
-o-text-shadow: 0 1px #000000;
}
#navigation ul li.disabled:hover {
cursor: not-allowed !important;
}
#navigation ul li.disabled:hover span {
color: #596d7f;
/*+text-shadow:0px 0px;*/
text-shadow: 0 0;
-moz-text-shadow: 0 0;
-webkit-text-shadow: 0 0;
-o-text-shadow: 0 0;
-moz-text-shadow: 0 0 none;
-webkit-text-shadow: 0 0 none;
-o-text-shadow: 0 0 none;
-moz-text-shadow: none;
-webkit-text-shadow: none;
-o-text-shadow: none;
}
#navigation ul li.last {
background-repeat: repeat;
background-position: 0 0;
/*[empty]color:;*/
}
#navigation ul li span {
/*+placement:shift 14px 13px;*/
position: relative;
top: 13px;
left: 14px;
padding-left: 19px;
font-size: 12px;
color: #515151;
/*+text-shadow:0px 1px #FFFFFF;*/
text-shadow: 0 1px #ffffff;
-moz-text-shadow: 0 1px #ffffff;
-webkit-text-shadow: 0 1px #ffffff;
-o-text-shadow: 0 1px #ffffff;
}
#navigation ul li span.icon {
position: relative;
top: 10px;
/*+placement:shift 17px 10px;*/
left: 17px;
padding: 16px 16px 13px;
background: url("../images/icons.png") no-repeat 0 0;
}
#navigation ul li.custom-icon span.icon {
display: block;
position: relative;
float: left;
width: 50px;
height: 50px;
margin-right: -47px;
background: none;
}
#navigation ul li.custom-icon span.icon img {
position: relative;
position: absolute;
float: left;
/*+placement:shift -6px -17px;*/
top: -17px;
left: -6px;
width: 50px;
height: 50px;
margin-right: -14px;
}
/*Navigation icons*/
#navigation ul li.dashboard span.icon,
#navigation ul li.dashboard-user span.icon {
background-position: -14px -18px;
}
#navigation ul li.dashboard:hover span.icon,
#navigation ul li.dashboard-user:hover span.icon span.icon,
#navigation ul li.dashboard.active span.icon,
#navigation ul li.dashboard-user.active span.icon span.icon {
background-position: -23px -687px;
}
#navigation ul li.instances span.icon {
background-position: -73px -18px;
}
#navigation ul li.instances.active span.icon,
#navigation ul li.instances:hover span.icon {
background-position: -82px -686px;
}
#navigation ul li.vmsnapshots span.icon {
background: url("../images/sprites.png") no-repeat -34px -666px;
}
#navigation ul li.affinityGroups span.icon {
background-position: -73px -87px;
}
#navigation ul li.affinityGroups.active span.icon,
#navigation ul li.affinityGroups:hover span.icon {
background-position: -82px -755px;
}
#navigation ul li.storage span.icon {
background-position: -127px -19px;
}
#navigation ul li.storage.active span.icon,
#navigation ul li.storage:hover span.icon {
background-position: -137px -687px;
}
#navigation ul li.network span.icon {
background-position: -180px -20px;
}
#navigation ul li.network.active span.icon,
#navigation ul li.network:hover span.icon {
background-position: -189px -690px;
}
#navigation ul li.templates span.icon {
background-position: -233px -21px;
}
#navigation ul li.templates.active span.icon,
#navigation ul li.templates:hover span.icon {
background-position: -242px -690px;
}
#navigation ul li.projects span.icon {
background-position: -294px -21px;
}
#navigation ul li.projects.active span.icon,
#navigation ul li.projects:hover span.icon {
background-position: -303px -690px;
}
#navigation ul li.events span.icon {
background-position: -351px -23px;
}
#navigation ul li.events.active span.icon,
#navigation ul li.events:hover span.icon {
background-position: -359px -692px;
}
#navigation ul li.configuration span.icon {
background-position: -401px -21px;
}
#navigation ul li.configuration.active span.icon,
#navigation ul li.configuration:hover span.icon {
background-position: -410px -690px;
}
#navigation ul li.global-settings span.icon {
background-image: url("../images/sprites.png");
background-position: -143px -240px;
}
#navigation ul li.global-settings.active span.icon,
#navigation ul li.global-settings:hover span.icon {
background-image: url("../images/sprites.png");
background-position: -366px -239px;
}
#navigation ul li.roles span.icon {
background-position: -460px -80px;
}
#navigation ul li.roles.active span.icon,
#navigation ul li.roles:hover span.icon {
background-position: -469px -750px;
}
#navigation ul li.accounts span.icon {
background-position: -458px -19px;
}
#navigation ul li.accounts.active span.icon,
#navigation ul li.accounts:hover span.icon {
background-position: -467px -688px;
}
#navigation ul li.system span.icon {
background-position: -569px -24px;
}
#navigation ul li.system.active span.icon,
#navigation ul li.system:hover span.icon {
background-position: -578px -692px;
}
#navigation ul li.domains span.icon {
background-position: -520px -21px;
}
#navigation ul li.domains.active span.icon,
#navigation ul li.domains:hover span.icon {
background-position: -529px -690px;
}
#navigation ul li.plugins span.icon {
background: url("../images/sprites.png") no-repeat -140px -291px;
}
#navigation ul li.regions span.icon {
background: url("../images/sprites.png") no-repeat -141px -379px;
}
#navigation ul li.regions.active span.icon,
#navigation ul li.regions:hover span.icon {
background: url("../images/sprites.png") no-repeat -365px -377px;
}
#browser {
position: relative;
float: left;
width: 994px;
max-width: 994px;
height: 100%;
overflow: hidden;
}
#browser.panel-highlight {
overflow: visible;
}
#browser div.panel {
height: 100%;
border-right: 1px solid #a5a5a5;
background-color: #f7f7f7;
overflow: visible;
}
#browser div.panel.panel-highlight-wrapper {
display: inline-block;
position: absolute;
/*+border-radius:9px;*/
z-index: 10000;
height: 542px;
margin-top: 7px;
padding: 78px 0 67px 51px;
border: 3px solid #ffffff;
/*+box-shadow:0px 0px 12px #000000;*/
border-radius: 9px;
box-shadow: 0 0 12px #000000;
background: none;
overflow: hidden;
-moz-border-radius: 9px;
-webkit-border-radius: 9px;
-khtml-border-radius: 9px;
-moz-box-shadow: 0 0 12px #000000;
-webkit-box-shadow: 0 0 12px #000000;
-o-box-shadow: 0 0 12px #000000;
}
#browser div.panel.panel-highlight-wrapper .panel {
top: 3px;
left: 20px !important;
height: 631px;
overflow: hidden;
}
.project-view #browser div.panel {
background: #6d747d;
}
.ui-tabs div.ui-tabs-panel {
position: relative;
}
.project-view .ui-tabs div.ui-tabs-panel {
background: #dbdddf;
}
#browser div.panel .shadow {
position: absolute;
top: 0;
left: -10px;
width: 10px;
height: 100%;
background: url("../images/bg-panel-shadow.png") repeat-y 0 0;
}
#browser.panel-highlight {
overflow: visible;
}
#browser.panel-highlight .panel.highlighted {
/*+box-shadow:0px 10px 11px #5C5C5C;*/
margin-top: 21px;
border: 5px solid #ffffff;
border-radius: 6px;
box-shadow: 0 10px 11px #5c5c5c;
-moz-box-shadow: 0 10px 11px #5c5c5c;
/*+border-radius:6px;*/
-webkit-box-shadow: 0 10px 11px #5c5c5c;
-o-box-shadow: 0 10px 11px #5c5c5c;
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
-khtml-border-radius: 6px;
}
#browser.panel-highlight .panel > .shadow {
display: none;
}
#browser .highlight-arrow {
position: absolute;
top: -22px;
left: 80px;
width: 24px;
height: 19px;
background: url("../images/sprites.png") -590px -1295px;
}
div.toolbar {
position: relative;
position: absolute;
/*+box-shadow:0px 1px 4px #CFCFCF;*/
z-index: 6;
top: -1px;
top: 0;
left: 0;
/*+placement:shift 0px -1px;*/
width: 100%;
height: 32px;
box-shadow: 0 1px 4px #cfcfcf;
background: #ececec 0 -6px;
-moz-box-shadow: 0 1px 4px #cfcfcf;
-webkit-box-shadow: 0 1px 4px #cfcfcf;
-o-box-shadow: 0 1px 4px #cfcfcf;
}
.detail-view .ui-tabs-panel div.toolbar {
width: 968px;
margin-top: 8px;
border: 0;
background: transparent;
}
.project-view div.toolbar {
background: #808080 url("../images/bg-nav-item-active-project-view.png") 0 -210px;
}
div.toolbar div.filters {
margin: 5px 0 0 12px;
}
div.toolbar div.filters label {
display: block;
float: left;
padding: 5px 11px 0 0;
font-size: 12px;
font-weight: 100;
color: #3f3b3b;
}
.project-view div.toolbar div.filters label {
color: #ffffff;
/*+text-shadow:0px 1px 1px #000000;*/
text-shadow: 0 1px 1px #000000;
-moz-text-shadow: 0 1px 1px #000000;
-webkit-text-shadow: 0 1px 1px #000000;
-o-text-shadow: 0 1px 1px #000000;
}
div.toolbar div.filters select {
width: 142px;
border: 1px solid #808080;
}
div.toolbar div.text-search {
position: relative;
float: right;
}
div.toolbar div.text-search div.search-bar {
position: relative;
z-index: 4;
float: left;
width: 141px;
height: 20px;
margin: 5px 0 0 12px;
border: 1px solid #8b7e7e;
border-right: 1px solid #8b8989;
border-radius: 4px 0 0 4px;
/*+border-radius:4px 0 0 4px;*/
background: #ffffff;
-moz-border-radius: 4px 0 0 4px;
-webkit-border-radius: 4px 0 0 4px;
-khtml-border-radius: 4px 0 0 4px;
}
div.toolbar div.text-search div.search-bar input {
float: left;
width: 90%;
height: 68%;
margin: 1px 0 0;
border: 0;
}
div.toolbar div.text-search div.search-bar div.filter {
float: left;
width: 74px;
height: 15px;
margin: 2px 0 0;
padding: 1px;
border-left: 1px solid #6d6d6d;
background: #ffffff;
font-size: 12px;
text-align: center;
}
div.toolbar div.button.search {
position: relative;
z-index: 3;
top: 5px;
/*+placement:shift -10px 5px;*/
left: -10px;
width: 33px;
height: 22px;
background: url("../images/sprites.png") no-repeat -592px -328px;
cursor: pointer;
}
div.toolbar div.button.search:hover {
background-position: -592px -359px;
}
div.toolbar div.button.add,
div.toolbar div.button.refresh,
div.toolbar div.button.add,
div.toolbar div.button.main-action,
.toolbar div.button.header-action,
.detail-group .button.add {
/*+placement:shift 0px 5px;*/
position: relative;
float: right;
top: 5px;
left: 0;
height: 12px;
margin: 0 10px 0 0;
padding: 5px 5px 5px 5px;
border: 1px solid #b7b7b7;
border-radius: 4px;
/*+text-shadow:0px 1px 1px #DEE5EA;*/
border-radius: 4px 4px 4px 4px;
background: #eaeaea;
background: #f7f7f7;
background: #f7f7f7;
background: url("data:image/svg+xml;base64,<KEY>");
background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #f7f7f7), color-stop(100%, #eaeaea));
background: -webkit-linear-gradient(top, #f7f7f7 1%, #eaeaea 100%);
background: linear-gradient(to bottom, #f7f7f7 1%, #eaeaea 100%);
font-size: 12px;
font-weight: 100;
color: #000000;
text-shadow: 0 1px 1px #dee5ea;
cursor: pointer;
-moz-text-shadow: 0 1px 1px #dee5ea;
/*+border-radius:4px;*/
-webkit-text-shadow: 0 1px 1px #dee5ea;
-o-text-shadow: 0 1px 1px #dee5ea;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7f7f7', endColorstr='#eaeaea', GradientType=0);
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
-khtml-border-radius: 4px;
}
div.toolbar div.button.export:hover,
div.toolbar div.button.add:hover,
div.toolbar div.button.refresh:hover,
div.toolbar div.button.main-action:hover,
.toolbar div.button.header-action:hover,
.detail-group .button.add:hover {
box-shadow: inset 0 0 5px #c3c3c3;
/*+box-shadow:inset 0px 0px 5px #C3C3C3;*/
background: #e5e5e5;
-moz-box-shadow: inset 0 0 5px #c3c3c3;
-webkit-box-shadow: inset 0 0 5px #c3c3c3;
-o-box-shadow: inset 0 0 5px #c3c3c3;
}
div.toolbar div.button.main-action span.icon {
display: block;
position: relative;
float: left;
top: -7px;
left: 0;
width: 34px;
/*+placement:shift 0px -7px;*/
height: 20px;
background-image: url("../images/sprites.png");
cursor: pointer;
}
div.toolbar div.button.refresh {
float: right;
margin: 0 20px 0 0;
}
div.toolbar div.button.refresh span {
padding: 1px 1px 1px 16px;
background-image: url("../images/icons.png");
background-repeat: no-repeat;
background-position: -629px -232px;
}
div.toolbar div.button.add span,
.detail-group .button.add span.icon {
position: relative;
top: 0;
/*+placement:shift 0px 0px;*/
left: 0;
padding: 0 0 3px 18px;
background: url("../images/icons.png") no-repeat -626px -209px;
}
#browser div.panel.selected div.toolbar {
border-right: 1px solid #43586b;
}
#browser div.panel div.detail-view .toolbar {
width: 100%;
}
#advanced_search {
position: absolute;
z-index: 4;
top: 4px;
left: 139px;
width: 15px;
background: none;
}
#advanced_search .icon {
/*+opacity:56%;*/
opacity: 0.56;
position: absolute;
z-index: 10;
top: 1px;
left: -1px;
padding: 10px;
background: url("../images/sprites.png") no-repeat -62px -162px;
filter: alpha(opacity=56);
-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=56);
-moz-opacity: 0.56;
}
#advanced_search:hover .icon {
/*+opacity:100%;*/
opacity: 1;
filter: alpha(opacity=100);
-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
-moz-opacity: 1;
}
#advanced_search .form-container {
/*+opacity:91%;*/
opacity: 0.91;
display: inline-block;
position: absolute;
top: 2px;
/*+box-shadow:0px 5px 9px #B6B0B0;*/
left: -290px;
padding: 18px;
border: 1px solid #808080;
border-radius: 0 0 4px 4px;
box-shadow: 0 5px 9px #b6b0b0;
/*+border-radius:0 0 4px 4px;*/
background: #ffffff;
cursor: default;
filter: alpha(opacity=91);
-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=91);
-moz-opacity: 0.91;
-moz-box-shadow: 0 5px 9px #b6b0b0;
-webkit-box-shadow: 0 5px 9px #b6b0b0;
-o-box-shadow: 0 5px 9px #b6b0b0;
-moz-border-radius: 0 0 4px 4px;
-webkit-border-radius: 0 0 4px 4px;
-khtml-border-radius: 0 0 4px 4px;
}
#advanced_search .form-container .name {
float: left;
width: 66px;
}
#advanced_search .form-container .value {
float: left;
width: 186px;
}
#advanced_search .form-container .form-item {
width: 268px;
height: 40px;
margin-bottom: 15px;
}
#advanced_search .form-container .form-item input,
#advanced_search .form-container .form-item select {
width: 97%;
padding: 3px;
}
#advanced_search input[type='submit'] {
float: right;
padding: 8px 20px;
/*+box-shadow:0px 2px 5px #858585;*/
border: 1px solid #606060;
border-top: 0;
border-radius: 4px;
box-shadow: 0 2px 5px #858585;
background: url("../images/bg-gradients.png") 0 -220px;
font-size: 12px;
font-weight: bold;
color: #ffffff;
text-shadow: 0 1px 1px #000000;
/*+text-shadow:0px 1px 1px #000000;*/
cursor: pointer;
-moz-box-shadow: 0 2px 5px #858585;
-webkit-box-shadow: 0 2px 5px #858585;
-o-box-shadow: 0 2px 5px #858585;
/*+border-radius:4px;*/
-moz-text-shadow: 0 1px 1px #000000;
-webkit-text-shadow: 0 1px 1px #000000;
-o-text-shadow: 0 1px 1px #000000;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
-khtml-border-radius: 4px;
}
#advanced_search input[type='submit']:hover {
/*+box-shadow:inset 0px 2px 3px #000000;*/
box-shadow: inset 0 2px 3px #000000;
-moz-box-shadow: inset 0 2px 3px #000000;
-webkit-box-shadow: inset 0 2px 3px #000000;
-o-box-shadow: inset 0 2px 3px #000000;
}
#advanced_search .button.cancel {
position: relative;
float: right;
top: 13px;
left: -32px;
/*+placement:shift -32px 13px;*/
background: url("noen");
font-size: 12px;
font-weight: bold;
color: #9a9a9a;
}
#advanced_search .button.cancel:hover {
color: #494949;
}
#browser div.panel div.toolbar div.panel-controls {
display: none;
float: right;
width: 42px;
height: 23px;
}
#browser div.panel.reduced div.toolbar div.panel-controls {
display: block;
float: left;
width: 194px;
}
#browser div.panel.maximized div.toolbar div.panel-controls {
display: block;
}
#browser div.panel div.toolbar div.panel-controls div.control {
float: right;
width: 25px;
height: 26px;
margin-right: 6px;
background: url("../images/buttons.png") no-repeat -599px -335px;
cursor: pointer;
}
#browser div.panel.maximized.single div.toolbar div.panel-controls div.control {
display: none;
}
#browser div.panel div.toolbar div.panel-controls div.control:hover {
background-position: -593px -309px;
}
#browser div.panel.maximized div.toolbar div.panel-controls div.control {
background-position: -621px -334px;
}
#browser div.panel.maximized div.toolbar div.panel-controls div.control:hover {
background-position: -617px -308px;
}
div.panel div.toolbar div.section-switcher {
float: left;
margin-top: 6px;
margin-left: 10px;
}
#browser div.panel.maximize-if-selected.selected div.toolbar div.panel-controls div.control {
display: none;
}
div.toolbar div.section-switcher div.section-select {
float: right;
font-size: 12px;
font-weight: 100;
}
div.list-view div.toolbar div.section-switcher div.section-select label {
margin: 0 9px 0 0;
}
div.toolbar div.section-switcher div.section {
float: left;
border-radius: 10px;
border-radius: 10px 10px 10px 10px;
/*+border-radius:10px;*/
font-size: 11px;
font-weight: bold;
text-shadow: 0 1px 1px #ededed;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
/*+text-shadow:0px 1px 1px #EDEDED;*/
-khtml-border-radius: 10px;
-moz-text-shadow: 0 1px 1px #ededed;
-webkit-text-shadow: 0 1px 1px #ededed;
-o-text-shadow: 0 1px 1px #ededed;
}
div.toolbar div.section-switcher div.section a {
display: block;
padding: 5px 10px 3px;
border: 1px solid #979fa4;
background: url("../images/bg-section-switcher.png") repeat-x 0 -22px;
color: #516374;
text-decoration: none;
}
div.toolbar div.section-switcher div.section a.active {
padding-top: 6px;
padding-bottom: 2px;
border: 0;
border-bottom: 1px solid #ccd1d4;
box-shadow: inset 0 1px 5px #546874;
background: url("../images/bg-section-switcher.png") repeat-x 0 -21px;
/*+box-shadow:inset 0px 1px 5px #546874;*/
background-position: 0 0;
-moz-box-shadow: inset 0 1px 5px #546874;
-webkit-box-shadow: inset 0 1px 5px #546874;
-o-box-shadow: inset 0 1px 5px #546874;
}
div.toolbar div.section-switcher div.section.first a {
/*+border-radius:4px 0 0 5px;*/
border-radius: 4px 0 0 5px;
-moz-border-radius: 4px 0 0 5px;
-webkit-border-radius: 4px 0 0 5px;
-khtml-border-radius: 4px 0 0 5px;
}
div.toolbar div.section-switcher div.section.last a {
/*+border-radius:0 4px 4px 0px;*/
border-radius: 0 4px 4px 0;
-moz-border-radius: 0 4px 4px 0;
-webkit-border-radius: 0 4px 4px 0;
-khtml-border-radius: 0 4px 4px 0;
}
div.toolbar div.section-switcher div.section.first.last a {
/*+border-radius:5px;*/
border-radius: 5px;
border-radius: 5px 5px 5px 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
-khtml-border-radius: 5px;
}
div.toolbar div.section-switcher div.section-select {
float: left;
height: 26px;
}
.project-view div.toolbar div.section-switcher div.section-select {
background: transparent;
}
div.toolbar div.section-switcher div.section-select select {
height: 21px;
margin-right: 13px;
border: 1px solid #808080;
border-radius: 4px;
/*+border-radius:4px;*/
border-radius: 4px 4px 4px 4px;
font-size: 12px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
-khtml-border-radius: 4px;
}
div.toolbar div.section-switcher div.section-select label {
margin: 0 9px 0 0;
}
.project-view div.list-view div.toolbar div.section-switcher div.section-select label {
color: #ffffff;
/*+text-shadow:0px 1px 1px #000000;*/
text-shadow: 0 1px 1px #000000;
-moz-text-shadow: 0 1px 1px #000000;
-webkit-text-shadow: 0 1px 1px #000000;
-o-text-shadow: 0 1px 1px #000000;
}
div.toolbar div.filters {
float: left;
width: 200px;
margin: 5px 0 0 12px;
}
div.toolbar div.filters select {
width: 104px;
height: 21px;
margin: 1px 0 0;
padding: 0 0 0;
/*+border-radius:4px;*/
border: 1px solid #808080;
border-radius: 4px;
border-radius: 4px 4px 4px 4px;
font-size: 12px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
-khtml-border-radius: 4px;
}
#breadcrumbs {
width: 100%;
height: 29px;
max-height: 29px;
background: #ffffff;
overflow: hidden;
}
.project-view #breadcrumbs {
background-color: #828282;
background-image: url("../images/bg-breadcrumbs-project-view.png");
background-position: 0 1px;
}
#breadcrumbs div.home {
position: relative;
z-index: 5;
float: left;
/*+placement:shift -1px 0px;*/
top: 0;
left: -1px;
width: auto;
height: 23px;
cursor: pointer;
}
.project-view #breadcrumbs div.home {
background-position: -63px -98px;
}
.project-view #breadcrumbs div.end {
background-position: -89px -98px;
}
#breadcrumbs ul li,
#breadcrumbs div.active-project,
#breadcrumbs .home {
position: relative;
position: relative;
float: left;
top: 0;
left: -13px;
height: 21px;
/*+placement:shift -13px 0px;*/
margin: 0 0 0 2px;
padding: 9px 5px 0 0;
font-size: 13px;
color: #ffffff;
cursor: pointer;
}
#breadcrumbs ul li:after,
#breadcrumbs .home:after {
content: '>';
position: relative;
/*+placement:shift 7px -1px;*/
top: -1px;
left: 7px;
font-size: 11px;
color: #c4c4c4;
}
.project-view #breadcrumbs ul li {
color: #ffffff !important;
}
#breadcrumbs ul li,
#breadcrumbs div.active-project,
#breadcrumbs .home {
/*+placement:shift 0px 0px;*/
position: relative;
top: 0;
left: 0;
padding: 9px 5px 0 8px;
color: #63a9f1;
}
#breadcrumbs ul li:hover,
#breadcrumbs ul li.active,
#breadcrumbs ul li.maximized {
color: #000000;
}
/*NOTE: End divs are not displayed per UI changes*/
#breadcrumbs ul div.end {
/*+placement:shift -37px -1px;*/
display: none;
position: relative;
top: -1px;
left: -37px;
/*Disabled*/
margin-right: 0;
}
#breadcrumbs ul li {
position: relative;
/*+placement:shift -36px 0px;*/
top: 0;
font-size: 13px;
}
#breadcrumbs div.active-project {
display: none;
z-index: 2;
text-indent: 9px;
}
div.panel div.view.group-thumbnail ul.groups li {
position: relative;
float: left;
width: 142px;
height: 80px;
margin: 16px -1px -5px 16px;
background: url("../images/buttons.png") no-repeat -1px -399px;
cursor: pointer;
}
div.panel div.view.group-thumbnail ul.groups li.active {
background-position: -1px -489px;
}
div.panel div.view.group-thumbnail ul.groups li.drop-hover {
background-position: -1px -310px !important;
}
div.panel div.view.group-thumbnail ul.groups li.new {
background-position: -147px -401px;
}
div.panel div.view.group-thumbnail ul.groups li.new.drop-hover {
background-position: -148px -312px !important;
}
div.panel div.view.group-thumbnail ul.groups li span.name {
position: relative;
position: absolute;
/*+placement:shift 9px 7px;*/
top: 7px;
left: 9px;
font-size: 12px;
font-weight: bold;
/*+text-shadow:0px 1px 1px #FFFFFF;*/
color: #49596b;
text-shadow: 0 1px 1px #ffffff;
-moz-text-shadow: 0 1px 1px #ffffff;
-webkit-text-shadow: 0 1px 1px #ffffff;
-o-text-shadow: 0 1px 1px #ffffff;
}
div.panel div.view.group-thumbnail ul.groups li span.vm-count {
position: absolute;
/*+placement:displace 54px 27px;*/
position: absolute;
margin-top: 27px;
margin-left: 54px;
font-size: 21px;
color: #3a4857;
}
#browser div.panel.reduced .reduced-hide {
color: #bbb8b8;
}
#browser div.panel.reduced div.toolbar .reduced-hide {
display: none;
}
/*List view -- edit field*/
div.view table td.editable div.edit {
position: relative;
top: 0;
/*+placement:shift 6px 0px;*/
left: 6px;
width: 106%;
height: 20px;
}
div.view table td.truncated.editable div.edit {
top: 1px;
left: 1px;
width: 285px;
}
div.view table td.editable div.edit input {
position: relative;
z-index: 1;
float: left;
width: 66%;
height: 17px;
border: 0;
}
.detail-view div.view table td.editable div.edit {
width: 116px;
}
div.view table td.editable div.action {
position: relative;
float: left;
top: 0;
left: -2px;
width: 16px;
/*+placement:shift -2px 0px;*/
height: 19px;
padding-left: 2px;
background: #ffffff url("../images/buttons.png") -614px -684px;
cursor: pointer;
}
div.view table td.editable div.action.save {
margin-left: 2px;
}
div.view table td.editable div.action.cancel {
background-position: -628px -684px;
}
table td.actions {
width: 200px;
/*Make fixed*/
min-width: 200px;
max-width: 200px;
cursor: default;
}
table td.actions span {
margin: 0 0 0 2px !important;
}
table td.actions .action span.icon {
float: left;
width: 23px;
height: 21px;
background-image: url("../images/sprites.png");
cursor: pointer;
}
table td.actions .action.disabled .icon {
opacity: 0.2;
/*+opacity:20%;*/
cursor: not-allowed;
filter: alpha(opacity=20);
-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=20);
-moz-opacity: 0.2;
}
table tr.odd td.actions .action.disabled .icon {
background-color: #f2f0f0;
}
table tr.even td.actions .action.disabled .icon {
background-color: #dfe1e3;
}
table tr td.actions .action.text {
display: inline-block;
border: 1px solid #c2c2c2;
border-radius: 4px;
/*+border-radius:4px;*/
background: url("../images/bg-gradients.png") repeat-x 0 -83px;
cursor: pointer;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
-khtml-border-radius: 4px;
}
table tr td.actions .action.text:hover {
/*+box-shadow:inset 0px 1px 3px #171717;*/
box-shadow: inset 0 1px 3px #171717;
-moz-box-shadow: inset 0 1px 3px #171717;
-webkit-box-shadow: inset 0 1px 3px #171717;
-o-box-shadow: inset 0 1px 3px #171717;
}
table tr td.actions .action.text .label {
padding: 4px 0 0 4px;
}
table tr td.actions .action.text .icon {
padding-bottom: 4px;
}
table tr.selected td.actions .action.disabled .icon {
background-color: #cbddf3;
}
.ui-dialog {
position: absolute;
padding: 15px;
/*+box-shadow:0px -4px 15px #4C4A4A;*/
box-shadow: 0 -4px 15px #4c4a4a;
background: #ffffff;
text-align: left;
-moz-box-shadow: 0 -4px 15px #4c4a4a;
-webkit-box-shadow: 0 -4px 15px #4c4a4a;
-o-box-shadow: 0 -4px 15px #4c4a4a;
}
.ui-dialog.ui-corner-all {
border-radius: 0;
}
.ui-dialog .ui-widget-content {
display: inline-block;
padding: 8px 0 8px 8px;
text-align: center;
}
.ui-dialog .ui-widget-content .nothing-to-select {
width: 386px;
margin: 57px 0 0;
padding: 4px 25px 180px 28px;
border-radius: 10px;
border-radius: 10px 10px 10px 10px;
background: #ffffff;
/*+text-shadow:0px 1px 1px #FFFFFF;*/
font-size: 16px;
line-height: 21px;
color: #3d3d3d;
text-align: left;
text-shadow: 0 1px 1px #ffffff;
-moz-text-shadow: 0 1px 1px #ffffff;
/*+border-radius:10px;*/
-webkit-text-shadow: 0 1px 1px #ffffff;
-o-text-shadow: 0 1px 1px #ffffff;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
-khtml-border-radius: 10px;
}
.ui-dialog .ui-widget-content .nothing-to-select p {
margin: 18px 0 0;
}
.ui-dialog .ui-widget-content .nothing-to-select .specify-ip {
margin-top: 28px;
padding-top: 21px;
border-top: 1px solid #dfdfdf;
font-size: 12px;
}
.ui-dialog-buttonset {
width: 285px;
margin: 0;
}
.ui-dialog .ui-button {
display: block;
float: left;
width: 110px;
height: 31px;
border: 0;
border: 1px solid #bfbcbc;
border-radius: 4px;
border-radius: 4px 4px 4px 4px;
/*+border-radius:4px;*/
background: url("../images/gradients.png") -2px -481px;
cursor: pointer;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
-khtml-border-radius: 4px;
}
.ui-dialog .ui-button:hover {
background-position: -4px -426px;
}
.ui-dialog.notice .close.ui-button {
display: inline;
float: right;
padding: 0;
background: transparent;
color: #516374;
/*+text-shadow:0px -1px 1px #FFFFFF;*/
text-shadow: 0 -1px 1px #ffffff;
-moz-text-shadow: 0 -1px 1px #ffffff;
-webkit-text-shadow: 0 -1px 1px #ffffff;
-o-text-shadow: 0 -1px 1px #ffffff;
}
.ui-dialog .ui-button.ok {
border: 1px solid #0065c5;
border-radius: 4px;
border-radius: 4px 4px 4px 4px;
/*+text-shadow:0px -1px 1px #011238;*/
background-position: 0 -317px;
color: #ffffff;
text-shadow: 0 -1px 1px #011238;
-moz-text-shadow: 0 -1px 1px #011238;
/*+border-radius:4px;*/
-webkit-text-shadow: 0 -1px 1px #011238;
-o-text-shadow: 0 -1px 1px #011238;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
-khtml-border-radius: 4px;
}
.ui-dialog .ui-button.ok:hover {
border: 1px solid #004ff7;
background-position: -3px -368px;
}
.ui-dialog.confirm .ui-button {
margin-top: 0;
margin-left: 11px;
}
.ui-dialog.confirm .ui-button.cancel {
margin-left: 50px;
}
.ui-dialog span.message {
display: block;
padding-bottom: 40px;
font-size: 14px;
color: #445361;
/*+text-shadow:0px 1px 1px #FFFFFF;*/
text-align: center;
text-shadow: 0 1px 1px #ffffff;
-moz-text-shadow: 0 1px 1px #ffffff;
-webkit-text-shadow: 0 1px 1px #ffffff;
-o-text-shadow: 0 1px 1px #ffffff;
}
.ui-dialog span.message ul {
margin-top: 14px;
margin-left: 30px;
text-align: left;
list-style: disc;
}
.ui-dialog span.message ul li {
margin-top: 3px;
}
.ui-dialog span.message p {
margin-top: 20px;
text-align: left;
}
.ui-dialog-titlebar {
height: 33px;
margin: auto;
border-radius: 7px 7px 0 0;
/*+border-radius:7px 7px 0 0;*/
background: #ffffff;
color: #000000;
-moz-border-radius: 7px 7px 0 0;
-webkit-border-radius: 7px 7px 0 0;
-khtml-border-radius: 7px 7px 0 0;
}
.ui-dialog-titlebar.ui-widget-header {
border: 0;
font-weight: inherit;
}
.ui-dialog-titlebar .ui-icon-closethick {
display: none;
}
.ui-dialog-title {
/*+placement:shift 8px 9px;*/
position: relative;
top: 9px;
left: 8px;
padding: 2px 0 5px 30px;
background: url("../images/icons.png") no-repeat 0 -255px;
font-size: 14px;
}
.notice .ui-dialog-title {
background-position: 0 -288px;
}
.ui-dialog.confirm .ui-dialog-title {
background: url("../images/icons.png") no-repeat 0 -224px;
}
.ui-dialog.create-form .ui-dialog-title {
background: url("../images/icons.png") no-repeat 0 -255px;
}
.ui-dialog.warning .ui-dialog-title {
background: url("../images/icons.png") no-repeat 0 -286px;
}
.ui-dialog.confirm .ui-button {
/*+placement:shift 0px -8px;*/
position: relative;
top: -8px;
left: 0;
}
.ui-dialog div.form-container {
display: inline-block;
width: 94% !important;
height: 106px;
text-align: left;
}
.ui-dialog div.form-container span.message {
padding: 0 0 23px 5px;
font-size: 15px;
text-align: left;
}
.ui-dialog div.form-container span.message br {
margin-bottom: 13px;
}
.ui-dialog div.form-container div.form-item {
display: inline-block;
width: 100%;
margin: 0 0 12px;
}
.ui-dialog div.form-container div.name {
float: left;
clear: both;
width: 115px;
margin: 3px 0 0;
font-size: 15px;
/*+text-shadow:0px 2px 1px #FFFFFF;*/
color: #485867;
text-shadow: 0 2px 1px #ffffff;
-moz-text-shadow: 0 2px 1px #ffffff;
-webkit-text-shadow: 0 2px 1px #ffffff;
-o-text-shadow: 0 2px 1px #ffffff;
}
.ui-dialog div.form-container div.name label {
display: block;
width: 119px;
margin-top: 2px;
font-size: 13px;
text-align: right;
}
.field-required {
padding: 0 3px 0 0;
font-size: 14px;
font-weight: bold;
color: #ee7b7b;
}
.ui-dialog div.form-container div.value {
display: inline-block;
float: left;
width: 61%;
margin: 0 0 0 15px;
}
.ui-dialog div.form-container div.value input,
textarea {
float: left;
width: 98%;
padding: 4px;
border: 1px solid #afafaf;
background: #f6f6f6;
font-size: 14px;
}
#label_delete_volumes label {
display: block;
width: 119px;
margin-top: 2px;
margin-left: -10px;
font-size: 13px;
text-align: left;
}
.ui-dialog div.form-container div.value input.hasDatepicker {
font-size: 13px;
color: #2f5d86;
text-indent: 3px;
cursor: pointer;
}
.ui-dialog div.form-container div.value input.hasDatepicker:hover {
/*+box-shadow:inset 0px 0px 3px;*/
box-shadow: inset 0 0 3px;
-moz-box-shadow: inset 0 0 3px;
-webkit-box-shadow: inset 0 0 3px;
-o-box-shadow: inset 0 0 3px;
}
.ui-dialog div.form-container div.value .range-edit {
width: 249px;
height: 33px;
margin: 2px 0 0;
}
.ui-dialog div.form-container div.value .range-edit .range-item {
position: relative;
float: left;
width: 124px;
height: 32px;
}
.ui-dialog div.form-container div.value .range-edit input {
width: 105px;
margin: 0 9px 0 0;
}
.ui-dialog div.form-container div.value .range-edit label.error {
position: absolute;
top: 25px;
left: 3px;
}
.ui-dialog div.form-container div.value select {
float: right;
width: 100%;
}
.ui-dialog div.form-container div.value input[type='checkbox'] {
width: 14px;
}
.ui-dialog div.form-container div.value label.error {
display: block;
display: none;
clear: both;
font-size: 10px;
color: #fa0000;
}
.ui-dialog div.form-container div.multi-array {
display: inline-block;
padding: 4px;
border: 1px solid #808080;
/*+border-radius:10px;*/
border-radius: 10px;
border-radius: 10px 10px 10px 10px;
box-shadow: inset 0 1px 1px #929292;
background: #ffffff;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
/*+box-shadow:inset 0px 1px 1px #929292;*/
-khtml-border-radius: 10px;
-moz-box-shadow: inset 0 1px 1px #929292;
-webkit-box-shadow: inset 0 1px 1px #929292;
-o-box-shadow: inset 0 1px 1px #929292;
}
.ui-dialog div.form-container div.multi-array .item {
float: left;
width: 111px;
margin: 0 0 13px;
}
.ui-dialog div.form-container div.multi-array .item .name {
float: left;
width: 61px;
font-size: 11px;
}
.ui-dialog div.form-container div.multi-array .item .value {
float: left;
width: 13px;
}
.ui-dialog div.form-container div.multi-array .item .value input {
float: left;
margin: 0;
padding: 0;
}
.ui-dialog.create-form .ui-dialog-buttonpane {
margin-left: 25px;
}
.ui-dialog.create-form .ui-button.ok {
float: right;
margin-left: 0;
}
.ui-dialog.create-form .ui-button.cancel {
float: right;
margin-right: 13px;
border: 1px solid #aaaaaa;
border-radius: 4px;
/*+border-radius:4px;*/
border-radius: 4px 4px 4px 4px;
background: #b6b6b6 url("../images/gradients.png") 0 -480px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
-khtml-border-radius: 4px;
}
.ui-dialog.create-form .ui-button.cancel:hover {
border-color: #878787;
background-position: -4px -426px;
}
.ui-dialog div.form-container div.value .dynamic-input {
clear: both;
width: calc(100% + 4px);
min-height: 50px;
max-height: 211px;
border: 1px solid #cdcdcd;
border-radius: 4px;
border-radius: 4px 4px 4px 4px;
background: #ffffff;
/*+border-radius:4px;*/
overflow: auto;
overflow-x: hidden;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
-khtml-border-radius: 4px;
}
.ui-dialog div.form-container div.value .dynamic-input .form-item {
width: 97%;
margin: 4px 0 0 5px;
}
.ui-dialog div.form-container div.value .dynamic-input .name {
width: 99px;
}
.ui-dialog div.form-container div.value .dynamic-input .name label {
width: inherit;
margin-left: 0;
font-size: 12px;
}
.ui-dialog div.form-container div.value .dynamic-input .value {
width: 40%;
}
.dashboard.admin {
height: 100%;
padding: 10px;
background: #f2f0f0;
font-size: 13px;
color: #3d5873;
}
.dashboard.admin .dashboard-container {
/*+border-radius:3px;*/
border: 1px solid #c8c2c2;
border-radius: 3px;
background: #ffffff;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
-khtml-border-radius: 3px;
}
.dashboard.admin .dashboard-container.sub {
width: 49.5%;
}
.dashboard.admin .dashboard-container.sub .button.view-all,
.dashboard.admin .dashboard-container .button.fetch-latest {
float: right;
clear: none;
padding: 3px 8px 3px 10px;
/*+text-shadow:none;*/
border: 1px solid #9d9d9d;
border-radius: 3px;
box-shadow: 0 1px #cacaca;
background: #eaeaea;
background: url("data:image/svg+xml;base64,<KEY>");
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #eaeaea), color-stop(100%, #d6d6d6));
background: -webkit-linear-gradient(top, #eaeaea 0%, #d6d6d6 100%);
background: linear-gradient(to bottom, #eaeaea 0%, #d6d6d6 100%);
font-size: 13px;
font-weight: 100;
color: #000000;
text-shadow: none;
cursor: pointer;
-moz-text-shadow: none;
-webkit-text-shadow: none;
/*+border-radius:3px;*/
-o-text-shadow: none;
-moz-text-shadow: 0 1px 0 #333e49;
-webkit-text-shadow: 0 1px 0 #333e49;
-o-text-shadow: 0 1px 0 #333e49;
/*+box-shadow:0px 1px #CACACA;*/
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eaeaea', endColorstr='#d6d6d6', GradientType=0);
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
-khtml-border-radius: 3px;
-moz-box-shadow: 0 1px #cacaca;
-webkit-box-shadow: 0 1px #cacaca;
-o-box-shadow: 0 1px #cacaca;
}
.dashboard.admin .dashboard-container.sub .button.view-all:hover,
.dashboard.admin .dashboard-container .button.fetch-latest:hover {
box-shadow: inset 0 0 6px #636363;
/*+box-shadow:inset 0px 0px 6px #636363;*/
background: #e8e8e8;
-moz-box-shadow: inset 0 0 6px #636363;
-webkit-box-shadow: inset 0 0 6px #636363;
-o-box-shadow: inset 0 0 6px #636363;
}
.dashboard.admin .dashboard-container.sub .title {
float: left;
}
/**** Head*/
.dashboard.admin .dashboard-container.head {
float: left;
box-sizing: border-box;
width: 100%;
margin: 9px 0 0;
padding: 0 0;
}
.dashboard.admin .dashboard-container .top {
float: left;
box-sizing: border-box;
width: 100%;
margin: 0;
padding: 4px 4px 8px;
background: #efefef 0 -4px;
color: #ffffff;
}
.dashboard.admin .dashboard-container .title {
float: left;
padding: 5px 0 0 4px;
font-size: 13px;
/*+text-shadow:0px 1px 1px #9A9A9A;*/
font-weight: 100;
text-shadow: 0 1px 1px #9a9a9a;
-moz-text-shadow: 0 1px 1px #9a9a9a;
-webkit-text-shadow: 0 1px 1px #9a9a9a;
-o-text-shadow: 0 1px 1px #9a9a9a;
}
.dashboard.admin .dashboard-container .title span {
color: #000000;
/*+text-shadow:none;*/
text-shadow: none;
-moz-text-shadow: none;
-webkit-text-shadow: none;
-o-text-shadow: none;
}
.dashboard.admin .dashboard-container.head .selects {
float: right;
}
.dashboard.admin .dashboard-container.head .selects .select {
float: left;
margin: 0 0 0 21px;
padding: 0;
}
.dashboard.admin .dashboard-container.head .selects .select label {
display: block;
float: left;
padding: 5px 0 0;
}
.dashboard.admin .dashboard-container.head .selects .select select {
width: 124px;
margin: 3px 0 0 10px;
padding: 0;
}
/**** Charts / stats*/
.dashboard.admin .zone-stats {
position: relative;
width: 100%;
padding: 11px 0;
overflow: auto;
overflow-x: hidden;
}
.dashboard.admin .zone-stats ul {
position: relative;
width: 100%;
}
.dashboard.admin .zone-stats ul li {
position: relative;
z-index: 1;
float: left;
width: 50%;
height: 79px;
font-size: 14px;
cursor: pointer;
}
.dashboard.admin .zone-stats ul li canvas {
position: relative;
z-index: -1;
}
.dashboard.admin .zone-stats ul li:hover {
background: #fff2da;
}
.dashboard.admin .zone-stats ul li .label {
float: left;
width: 161px;
margin: 5px 0 0 22px;
padding: 22px 0 7px;
border-bottom: 1px solid #e2e2e2;
font-weight: 100;
}
.dashboard.admin .zone-stats ul li .info {
float: left;
width: 151px;
margin: 12px 0 0;
white-space: nowrap;
color: #636363;
}
.dashboard.admin .zone-stats ul li .info .name {
margin-top: 8px;
margin-bottom: 9px;
font-size: 12px;
font-weight: bold;
font-weight: 100;
/*[empty]color:;*/
}
.dashboard.admin .zone-stats ul li .pie-chart-container {
position: relative;
position: relative;
float: left;
top: 7px;
left: -8px;
/*+placement:shift -8px 7px;*/
width: 91px;
height: 69px;
overflow: hidden;
}
.dashboard.admin .zone-stats ul li .pie-chart-container .percent-label {
position: relative;
position: absolute;
/*+placement:shift 28px 31px;*/
top: 31px;
left: 28px;
width: 52px;
font-weight: bold;
color: #c98200;
text-align: center;
}
.dashboard.admin .zone-stats ul li .pie-chart {
position: relative;
z-index: -1;
float: left;
width: 70px;
height: 66px;
margin: 3px 27px 0 16px;
}
.dashboard.admin .dashboard-container .stats ul li {
display: block;
clear: both;
width: 97%;
height: 40px;
margin: 0 0 10px;
padding: 0 12px 0;
/*+border-radius:10px;*/
border: 1px solid #c8c2c2;
border-radius: 10px;
border-radius: 10px 10px 10px 10px;
background: url("../images/bg-gradients.png") 0 -29px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
-khtml-border-radius: 10px;
}
.dashboard.admin .dashboard-container .stats ul li .name {
float: left;
width: 178px;
margin: 15px 15px 0 0;
font-size: 11px;
font-weight: bold;
}
.dashboard.admin .dashboard-container .stats ul li div.value {
float: left;
width: 295px;
height: 100%;
margin: 0 9px 0 0;
border-right: 1px solid #c8c2c2;
border-left: 1px solid #c8c2c2;
background: url("../images/bg-gradients.png") 0 -51px;
}
.dashboard.admin .dashboard-container .stats ul li .value .content {
margin: 6px 9px 9px;
padding: 9px;
border-right: 1px solid #6a6a6a;
border-bottom: 1px solid #ffffff;
/*Adjusting the font size for proper display*/
border-left: 1px solid #6a6a6a;
border-radius: 4px;
border-radius: 4px 4px 4px 4px;
background: url("../images/bg-gradients.png") repeat-x 0 0;
/*+border-radius:4px;*/
font-size: 10px;
color: #ffffff;
text-shadow: 0 -1px 1px #6f6f6f;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
/*+text-shadow:0px -1px 1px #6F6F6F;*/
-khtml-border-radius: 4px;
-moz-text-shadow: 0 -1px 1px #6f6f6f;
-webkit-text-shadow: 0 -1px 1px #6f6f6f;
-o-text-shadow: 0 -1px 1px #6f6f6f;
}
.dashboard.admin .dashboard-container .stats ul li .chart {
float: left;
width: 290px;
height: 17px;
margin: 12px 23px 0 0;
padding: 0 1px;
border-top: 1px solid #727272;
/*+border-radius:7px;*/
border-bottom: 1px solid #ffffff;
border-radius: 7px;
border-radius: 7px 7px 7px 7px;
background: url("../images/bg-gradients.png") 0 -130px;
-moz-border-radius: 7px;
-webkit-border-radius: 7px;
-khtml-border-radius: 7px;
}
.dashboard.admin .dashboard-container .stats ul li .chart .chart-line {
height: 15px;
margin: 1px 0 0;
/*+border-radius:10px;*/
border-radius: 10px;
border-radius: 10px 10px 10px 10px;
background: url("../images/bg-gradients.png") 0 -149px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
-khtml-border-radius: 10px;
}
.dashboard.admin .dashboard-container .stats ul li .percentage {
float: left;
margin: 13px 0 0;
font-size: 20px;
font-weight: bold;
/*+text-shadow:0px -2px 1px #FFFFFF;*/
text-shadow: 0 -2px 1px #ffffff;
-moz-text-shadow: 0 -2px 1px #ffffff;
-webkit-text-shadow: 0 -2px 1px #ffffff;
-o-text-shadow: 0 -2px 1px #ffffff;
}
/**** Alerts*/
.dashboard.admin .dashboard-container.sub.alerts {
position: relative;
float: left;
box-sizing: border-box;
height: 190px;
overflow: hidden;
}
.dashboard.admin .dashboard-container.sub.alerts.first {
margin-right: 1%;
}
.dashboard.admin .dashboard-container.sub.alerts .top {
height: 18%;
}
.dashboard.admin .dashboard-container.sub.alerts ul {
position: relative;
width: 100%;
height: 82%;
overflow-y: scroll;
}
.dashboard.admin .dashboard-container.sub.alerts ul li {
float: left;
margin: 9px;
padding: 8px;
/*+border-radius:3px;*/
border: 1px solid #d4d0d0;
border-radius: 3px;
background: #f0f0f0;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
-khtml-border-radius: 3px;
}
.dashboard.admin .dashboard-container.sub.alerts ul li {
border: 1px solid #ff7070;
background: #ffefef;
}
.dashboard.admin .dashboard-container.sub.alerts ul li span.title {
width: 100%;
margin: 3px 0 5px;
padding: 0;
font-size: 14px;
font-weight: bold;
font-weight: 100;
/*+text-shadow:0px 1px #FFFFFF;*/
color: #266e9a;
text-shadow: 0 1px #ffffff;
-moz-text-shadow: 0 1px #ffffff;
-webkit-text-shadow: 0 1px #ffffff;
-o-text-shadow: 0 1px #ffffff;
}
.dashboard.admin .dashboard-container.sub.alerts ul li p {
float: left;
margin: 4px 0 0;
color: #252525;
}
.dashboard.admin .dashboard-container.sub.alerts ul li p br {
display: none;
}
/*** User*/
#browser div.panel .dashboard.user .toolbar {
position: relative;
height: 60px;
}
.dashboard.user .button.view-all {
float: right;
margin: -4px 4px -4px 0;
/*+border-radius:4px;*/
padding: 2px 3px 3px;
border: 1px solid #4b5b6b;
border-radius: 4px;
border-radius: 4px 4px 4px 4px;
background: url("../images/bg-gradients.png") 0 -147px;
color: #ffffff;
/*+text-shadow:0px -1px 2px #13293E;*/
text-indent: 0;
text-shadow: 0 -1px 2px #13293e;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
-khtml-border-radius: 4px;
-moz-text-shadow: 0 -1px 2px #13293e;
-webkit-text-shadow: 0 -1px 2px #13293e;
-o-text-shadow: 0 -1px 2px #13293e;
}
.dashboard.user .button.view-all:hover {
background-position: 0 0;
/*+text-shadow:0px 1px 1px #000000;*/
text-shadow: 0 1px 1px #000000;
-moz-text-shadow: 0 1px 1px #000000;
-webkit-text-shadow: 0 1px 1px #000000;
-o-text-shadow: 0 1px 1px #000000;
}
/**** Actions*/
.dashboard.user .dashboard-actions ul {
padding: 11px;
}
.dashboard.user .dashboard-actions ul li {
float: left;
width: 123px;
height: 40px;
margin: 0 9px 0 0;
border: 1px solid #395268;
/*+border-radius:4px;*/
border-right: 1px solid #556778;
border-radius: 4px;
border-radius: 4px 4px 4px 4px;
box-shadow: inset 0 0 1px #dde3ec;
background: url("../images/bg-gradients.png") repeat-x 0 -181px;
/*+box-shadow:inset 0px 0px 1px #DDE3EC;*/
cursor: pointer;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
-khtml-border-radius: 4px;
-moz-box-shadow: inset 0 0 1px #dde3ec;
-webkit-box-shadow: inset 0 0 1px #dde3ec;
-o-box-shadow: inset 0 0 1px #dde3ec;
}
.dashboard.user .dashboard-actions ul li span {
position: relative;
top: 10px;
/*+text-shadow:0px 1px 2px #444444;*/
left: 4px;
padding: 8px 12px 11px 34px;
background: url("../images/icons.png") no-repeat -613px -309px;
font-size: 11px;
color: #ffffff;
text-shadow: 0 1px 2px #444444;
/*+placement:shift 4px 10px;*/
-moz-text-shadow: 0 1px 2px #444444;
-webkit-text-shadow: 0 1px 2px #444444;
-o-text-shadow: 0 1px 2px #444444;
}
.dashboard.user .dashboard-actions ul li.add-iso span {
background-position: -613px -352px;
}
.dashboard.user .dashboard-actions ul li.add-volume span {
background-position: -613px -264px;
}
.dashboard.user .dashboard-actions ul li.acquire-ip span {
background-position: -613px -389px;
}
/**** VM Status*/
.dashboard.user .vm-status {
width: 98%;
margin: 19px auto auto;
border: 1px solid #d2cdcd;
/*+border-radius:9px;*/
border-radius: 9px;
border-radius: 9px 9px 9px 9px;
-moz-border-radius: 9px;
-webkit-border-radius: 9px;
-khtml-border-radius: 9px;
}
.dashboard.user .vm-status .title {
width: 100%;
padding: 13px 0 12px;
/*+border-radius:10px 10px 0 0;*/
border-bottom: 1px solid #c8c2c2;
border-radius: 10px 10px 0 0;
background: url("../images/bg-gradients.png") 0 -53px;
font-size: 13px;
color: #4a5967;
text-shadow: 0 1px 1px #ffffff;
-moz-border-radius: 10px 10px 0 0;
-webkit-border-radius: 10px 10px 0 0;
/*+text-shadow:0px 1px 1px #FFFFFF;*/
-khtml-border-radius: 10px 10px 0 0;
-moz-text-shadow: 0 1px 1px #ffffff;
-webkit-text-shadow: 0 1px 1px #ffffff;
-o-text-shadow: 0 1px 1px #ffffff;
}
.dashboard.user .vm-status .title span {
padding: 0 0 0 8px;
}
.dashboard.user .vm-status .content {
padding: 9px 0;
}
.dashboard.user .vm-status .content ul {
display: inline-block;
margin: auto;
}
.dashboard.user .vm-status .content ul li {
float: left;
width: 243px;
height: 237px;
margin: 0 0 0 11px;
border: 1px solid #e6ebee;
/*+border-radius:10px;*/
border-top: 2px solid #d3d9de;
border-radius: 10px;
border-radius: 10px 10px 10px 10px;
background: #ebedf1;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
-khtml-border-radius: 10px;
}
.dashboard.user .vm-status .content ul li .name {
margin: 14px 0 0;
padding: 0 0 0 35px;
background: url("../images/icons.png") -617px -488px;
font-size: 28px;
/*+text-shadow:0px 2px 2px #FFFFFF;*/
color: #5c7082;
text-shadow: 0 2px 2px #ffffff;
-moz-text-shadow: 0 2px 2px #ffffff;
-webkit-text-shadow: 0 2px 2px #ffffff;
-o-text-shadow: 0 2px 2px #ffffff;
}
.dashboard.user .vm-status .content ul li .value {
width: 229px;
margin: 12px auto auto;
padding: 59px 0;
/*+text-shadow:0px 1px 2px #FFFFFF;*/
background: #dfe9cc;
font-size: 58px;
color: #5d7c98;
text-align: center;
text-shadow: 0 1px 2px #ffffff;
-moz-text-shadow: 0 1px 2px #ffffff;
-webkit-text-shadow: 0 1px 2px #ffffff;
-o-text-shadow: 0 1px 2px #ffffff;
}
.dashboard.user .vm-status .content ul li.stopped .name {
background-position: -617px -524px;
}
.dashboard.user .vm-status .content ul li.stopped .value {
background: #edcbce;
}
.dashboard.user .vm-status .content ul li.total .name {
background-position: -617px -559px;
}
.dashboard.user .vm-status .content ul li.total .value {
background: #dfe4e9;
}
/***** Tables / status list*/
.dashboard.user .status-lists {
margin: 15px 0 0 8px;
}
.dashboard.user .status-lists ul li.events {
width: 512px;
}
.dashboard.user .status-lists ul li.events .content li {
width: 97%;
margin: 6px 11px 0 0;
padding: 13px 0 12px 16px;
border: 1px solid #dbdbdb;
border-radius: 4px;
border-radius: 4px 4px 4px 4px;
/*+text-shadow:0px 1px #FFFFFF;*/
box-shadow: 0 2px 4px #c0c0c0;
background: #efefef url("../images/bg-gradients.png") repeat-x 0 -29px;
font-size: 11px;
color: #495a76;
text-shadow: 0 1px #ffffff;
/*+box-shadow:0px 2px 4px #C0C0C0;*/
cursor: default;
-moz-text-shadow: 0 1px #ffffff;
-webkit-text-shadow: 0 1px #ffffff;
-o-text-shadow: 0 1px #ffffff;
-moz-box-shadow: 0 2px 4px #c0c0c0;
/*+border-radius:4px;*/
-webkit-box-shadow: 0 2px 4px #c0c0c0;
-o-box-shadow: 0 2px 4px #c0c0c0;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
-khtml-border-radius: 4px;
}
.dashboard.user .status-lists ul li.events .content li .title {
margin-bottom: 9px;
font-weight: bold;
color: #4a5a6a;
}
.dashboard.user .status-lists ul li {
float: left;
margin: 0 10px 0 0;
}
.dashboard.user .status-lists table {
width: 252px;
margin: 0;
cursor: default;
}
.dashboard.user .status-lists table th {
padding: 8px 0 6px;
}
.dashboard.user .status-lists .events table {
width: 515px;
}
.dashboard.user .status-lists table tbody {
display: block;
height: 256px;
padding: 0 0;
overflow: auto;
overflow-x: hidden;
}
.dashboard.user .status-lists table td.value {
cursor: default;
}
.dashboard.user .status-lists table td.desc {
width: 151px;
cursor: default;
overflow: hidden;
}
.dashboard.user .status-lists .my-account table tbody tr td {
padding-top: 19px;
padding-bottom: 19px;
}
.dashboard.user .status-lists table thead {
border-top: 1px solid #c4c5c5;
background: url("../images/bg-gradients.png") 0 -351px;
}
.dashboard.user .status-lists table tr.odd {
background: #dfe1e3;
}
.dashboard.user .status-lists table td {
vertical-align: middle;
}
/****** IP addresses*/
.dashboard.user .status-lists li.ip-addresses td {
width: 250px;
padding: 28px 0 51px;
}
.dashboard.user .status-lists li.ip-addresses .desc {
color: #3f5468;
}
.dashboard.user .status-lists li.ip-addresses .value {
margin: 7px 0 0;
font-size: 29px;
/*+text-shadow:0px 1px 2px #FFFFFF;*/
text-shadow: 0 1px 2px #ffffff;
-moz-text-shadow: 0 1px 2px #ffffff;
-webkit-text-shadow: 0 1px 2px #ffffff;
-o-text-shadow: 0 1px 2px #ffffff;
}
.system-chart {
width: 100%;
height: 100%;
overflow: auto;
overflow-x: hidden;
}
.system-chart ul.resources li {
position: absolute;
width: 100px;
height: 60px;
border: 1px solid #99a0a5;
border-radius: 4px;
border-radius: 4px 4px 4px 4px;
/*+border-radius:4px;*/
box-shadow: 0 0 2px #a6a6a6;
background: transparent url("../images/bg-gradients.png") repeat-x 0 -1340px;
text-align: left;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
/*+box-shadow:0px 0px 2px #A6A6A6;*/
-khtml-border-radius: 4px;
-moz-box-shadow: 0 0 2px #a6a6a6;
-webkit-box-shadow: 0 0 2px #a6a6a6;
-o-box-shadow: 0 0 2px #a6a6a6;
}
.system-chart ul.resources li .button.view-all {
position: relative;
position: absolute;
top: 34px;
/*+placement:shift 32px 34px;*/
left: 32px;
width: 65px;
height: 25px;
background: url("../images/buttons.png") no-repeat -458px -504px;
}
.system-chart ul.resources li .button.view-all:hover {
background-position: -537px -504px;
}
.system-chart ul.resources li .button.view-all .view-all-label {
position: relative;
top: 0;
/*+text-shadow:0px -1px 1px #000000;*/
left: 9px;
font-size: 11px;
color: #ffffff;
text-shadow: 0 -1px 1px #000000;
/*+placement:shift 9px 0px;*/
-moz-text-shadow: 0 -1px 1px #000000;
-webkit-text-shadow: 0 -1px 1px #000000;
-o-text-shadow: 0 -1px 1px #000000;
}
.system-chart ul.resources li .label {
position: relative;
position: absolute;
top: 3px;
/*+text-shadow:0px 1px #FFFFFF;*/
left: 3px;
font-size: 12px;
font-weight: bold;
color: #5c7485;
/*+placement:shift 3px 3px;*/
text-shadow: 0 1px #ffffff;
-moz-text-shadow: 0 1px #ffffff;
-webkit-text-shadow: 0 1px #ffffff;
-o-text-shadow: 0 1px #ffffff;
}
/** Resources*/
.system-chart.dashboard.admin {
width: 97%;
height: 96%;
background: transparent;
}
.system-chart.dashboard.admin .dashboard-container {
width: 930px;
border: 0;
}
.system-chart.dashboard.admin .dashboard-container .top {
background: transparent;
}
.system-chart.dashboard.admin .dashboard-container .top .title {
color: #55687a;
}
.system-chart.dashboard.admin .dashboard-container .top .title span {
/*+text-shadow:0px 0px #FFFFFF;*/
text-shadow: 0 0 #ffffff;
-moz-text-shadow: 0 0 #ffffff;
-webkit-text-shadow: 0 0 #ffffff;
-o-text-shadow: 0 0 #ffffff;
}
.system-chart.dashboard.admin .dashboard-container .stats .chart {
width: 300px;
}
/** Compute*/
.system-chart.compute {
background: url("../images/bg-system-chart-compute.png") no-repeat center;
}
/*** Compute resources*/
.system-chart.compute ul.resources {
position: relative;
width: 98%;
height: 97%;
margin: 0;
}
.system-chart.compute ul.resources li.zone {
left: 196px;
}
.system-chart.compute ul.resources li.zone .label {
top: 20px;
left: 0;
width: 100%;
font-size: 14px;
text-align: center;
}
.system-chart.compute ul.resources li.pods {
top: 112px;
left: 299px;
}
.system-chart.compute ul.resources li.clusters {
top: 189px;
left: 396px;
}
.system-chart.compute ul.resources li.hosts {
top: 265px;
left: 507px;
}
.system-chart.compute ul.resources li.primaryStorage {
top: 375px;
left: 507px;
}
.system-chart.compute ul.resources li.secondaryStorage {
top: 497px;
left: 299px;
}
.system-chart.compute ul.resources li.ucs {
top: 406px;
left: 299px;
}
/** Network*/
.system-chart.network .network-switch-icon {
position: relative;
position: absolute;
z-index: 3;
top: 76px;
left: 187px;
/*+box-shadow:0px 0px 2px #A4A4A4;*/
padding: 8px 7px;
border: 1px solid #cdcdcd;
border-top: 2px solid #ffffff;
border-radius: 2px;
/*+border-radius:2px;*/
border-radius: 2px 2px 2px 2px;
box-shadow: 0 0 2px #a4a4a4;
background: url("../images/bg-gradients.png") repeat-x 0 -38px;
font-weight: bold;
color: #506980;
-moz-box-shadow: 0 0 2px #a4a4a4;
/*+placement:shift 187px 76px;*/
-webkit-box-shadow: 0 0 2px #a4a4a4;
-o-box-shadow: 0 0 2px #a4a4a4;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
-khtml-border-radius: 2px;
}
.system-chart.network .base-circle-icon {
position: relative;
position: absolute;
z-index: 5;
/*+placement:shift 227px 557px;*/
top: 557px;
left: 227px;
width: 35px;
height: 34px;
background: url("../images/bg-system-network-traffic.png") 0 -853px;
}
.system-chart.network ul.resources {
position: absolute;
z-index: 2;
width: 100%;
height: 98%;
}
.system-chart.network ul.resources li {
border: 0;
/*+box-shadow:0px 0px;*/
border-radius: 0;
border-radius: 0 0 0 0;
box-shadow: 0 0;
background: transparent;
-moz-box-shadow: 0 0;
-webkit-box-shadow: 0 0;
-o-box-shadow: 0 0;
-moz-box-shadow: 0 0 none;
-webkit-box-shadow: 0 0 none;
-o-box-shadow: 0 0 none;
-moz-box-shadow: none;
/*+border-radius:0px;*/
-webkit-box-shadow: none;
-o-box-shadow: none;
-moz-border-radius: 0;
-webkit-border-radius: 0;
-khtml-border-radius: 0;
}
.system-chart.network ul.resources li .view-all {
/*+placement:shift 19px 21px;*/
position: relative;
top: 21px;
left: 19px;
}
.system-chart.network ul.resources li.public {
/*+placement:shift 356px 23px;*/
position: relative;
position: absolute;
top: 23px;
left: 356px;
}
.system-chart.network ul.resources li.guest {
/*+placement:shift 356px 155px;*/
position: relative;
position: absolute;
top: 155px;
left: 356px;
}
.system-chart.network ul.resources li.management {
/*+placement:shift 356px 242px;*/
position: relative;
position: absolute;
top: 242px;
left: 356px;
}
.system-chart.network ul.resources li.storage {
/*+placement:shift 356px 333px;*/
position: relative;
position: absolute;
top: 333px;
left: 356px;
}
.system-chart.network ul.resources li.providers {
/*+placement:shift 248px 427px;*/
position: relative;
position: absolute;
top: 427px;
left: 248px;
width: 258px;
height: 77px;
background: url("../images/bg-system-network-traffic.png") no-repeat -50px -848px;
}
.system-chart.network ul.resources li.providers span {
/*+placement:shift 99px 5px;*/
position: relative;
position: absolute;
top: 5px;
left: 99px;
font-size: 12px;
}
.system-chart.network ul.resources li.providers .view-all {
/*+placement:shift 186px 48px;*/
position: relative;
position: absolute;
top: 48px;
left: 186px;
}
.system-chart.network .system-network-chart {
position: relative;
z-index: 1;
width: 100%;
height: 100%;
}
.system-chart.network .system-network-chart .network-chart-item {
width: 213px;
height: 539px;
background: url("../images/bg-system-network-traffic.png") no-repeat;
}
.system-chart.network .system-network-chart .network-chart-item.public {
position: relative;
/*+placement:shift 245px 20px;*/
position: absolute;
top: 20px;
left: 245px;
background-position: -793px -1px;
}
.system-chart.network .system-network-chart .network-chart-item.management {
position: relative;
/*+placement:shift 239px 20px;*/
position: absolute;
top: 20px;
left: 239px;
background-position: -273px 12px;
}
.system-chart.network .system-network-chart .network-chart-item.storage {
position: relative;
/*+placement:shift 231px 20px;*/
position: absolute;
top: 20px;
left: 231px;
background-position: -523px 12px;
}
.system-chart.network .system-network-chart .network-chart-item.guest {
position: relative;
/*+placement:shift 251px 20px;*/
position: absolute;
top: 20px;
left: 251px;
background-position: -43px 12px;
}
.panel .add-first-network-resource {
margin: 37px;
padding: 19px 19px 79px;
border: 1px solid #ececec;
border-radius: 12px;
/*+border-radius:12px;*/
border-radius: 12px 12px 12px 12px;
background: #ffffff;
font-size: 14px;
-moz-border-radius: 12px;
-webkit-border-radius: 12px;
-khtml-border-radius: 12px;
}
.panel .add-first-network-resource form {
display: inline-block;
height: 442px;
overflow: auto;
overflow-x: hidden;
}
.panel .add-first-network-resource .title {
margin: 0 0 17px;
font-size: 26px;
/*+text-shadow:0px 1px 2px #BCBCBC;*/
color: #3984d1;
text-shadow: 0 1px 2px #bcbcbc;
-moz-text-shadow: 0 1px 2px #bcbcbc;
-webkit-text-shadow: 0 1px 2px #bcbcbc;
-o-text-shadow: 0 1px 2px #bcbcbc;
}
.panel .add-first-network-resource .message {
display: block;
margin: 0 0 30px;
color: #545151;
}
.panel .add-first-network-resource .form-item {
display: inline-block;
position: relative;
width: 409px;
margin: 0 0 2px;
padding: 5px;
}
.panel .add-first-network-resource .form-item label {
float: left;
width: 109px;
text-align: right;
}
.panel .add-first-network-resource .form-item label.error {
display: none;
position: absolute;
top: 30px;
left: 137px;
font-size: 10px;
}
.panel .add-first-network-resource .form-item input {
float: right;
/*+border-radius:6px;*/
border: 1px solid #b7b7b7;
border-radius: 6px;
border-radius: 6px 6px 6px 6px;
font-size: 16px;
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
-khtml-border-radius: 6px;
}
.panel .add-first-network-resource .form-item input[type='checkbox'] {
float: right;
margin: 0 266px 0 0;
}
.panel .add-first-network-resource .form-item input[type='text'],
.panel .add-first-network-resource .form-item input[type='password'],
.panel .add-first-network-resource .form-item input[type='text'],
.panel .add-first-network-resource .form-item select {
width: 276px;
}
.panel .add-first-network-resource .form-item select {
width: 280px;
margin: 0 0 0 20px;
}
.panel .add-first-network-resource .button {
clear: both;
margin: 29px 0 0;
padding: 11px 23px 11px 21px;
border: 1px solid #858585;
/*+border-radius:10px;*/
border-radius: 10px;
border-radius: 10px 10px 10px 10px;
background: url("../images/bg-gradients.png") repeat-x 0 -221px;
color: #ffffff;
cursor: pointer;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
-khtml-border-radius: 10px;
/*[empty]position:;*/
}
.panel .add-first-network-resource .multi-array {
display: inline-block;
float: left;
clear: both;
width: 383px;
margin: 3px 0 10px;
padding: 12px;
border: 1px solid #dcdcdc;
border-radius: 7px;
/*+border-radius:7px;*/
border-radius: 7px 7px 7px 7px;
background: #ffffff;
-moz-border-radius: 7px;
-webkit-border-radius: 7px;
-khtml-border-radius: 7px;
}
.panel .add-first-network-resource .multi-array .item {
float: left;
max-width: 155px;
margin: 6px 0 0 24px;
}
.panel .add-first-network-resource .multi-array .item .name {
float: left;
}
.panel .add-first-network-resource .multi-array .item .value {
float: right;
margin: 0 0 0 13px;
}
.panel .add-first-network-resource .multi-array .item .value input {
margin: 0;
}
.multi-wizard {
display: inline-block;
width: 500px;
height: 550px;
}
/*** Progress bar*/
.multi-wizard .progress {
font-size: 11px;
color: #ffffff;
}
.multi-wizard .progress ul {
float: left;
clear: both;
height: 40px;
}
/*[clearfix]*/
.multi-wizard .progress ul li {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
position: relative;
float: left;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
width: 128px;
height: 40px;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.multi-wizard.instance-wizard .progress ul li {
width: 102px;
margin-left: 8px;
}
.multi-wizard .progress ul li.active {
border-radius: 5px;
background: url("../images/bg-gradients.png") 0 -221px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
-khtml-border-radius: 5px;
}
.multi-wizard .progress ul li span {
position: relative;
width: 62px;
color: #000000;
text-align: center;
text-shadow: 0 1px 1px #ffffff;
-moz-text-shadow: 0 1px 1px #ffffff;
-webkit-text-shadow: 0 1px 1px #ffffff;
-o-text-shadow: 0 1px 1px #ffffff;
}
.multi-wizard .progress ul li span.arrow {
display: none;
position: absolute;
/*+placement:displace 74px -3px;*/
z-index: 1000;
width: 17px;
height: 15px;
margin-top: -3px;
margin-left: 74px;
background: url("../images/icons.png") no-repeat 0 -422px;
}
.multi-wizard.instance-wizard .progress ul li span.arrow {
left: 19px;
}
.multi-wizard .progress ul li.active span.arrow {
background-position: -1px -396px;
}
.multi-wizard .progress ul li span.number {
width: auto;
background: transparent;
font-size: 27px;
font-weight: bold;
color: #bbbbbb;
}
.multi-wizard .progress ul li.active span {
/*+text-shadow:0px -1px 1px #004AFF;*/
color: #ffffff;
text-shadow: 0 -1px 1px #004aff;
-moz-text-shadow: 0 -1px 1px #004aff;
-webkit-text-shadow: 0 -1px 1px #004aff;
-o-text-shadow: 0 -1px 1px #004aff;
}
/*** Content*/
.multi-wizard .main-desc {
position: relative;
top: 25px;
left: 3px;
/*+placement:shift 3px 25px;*/
width: 437px;
font-size: 11px;
line-height: 17px;
text-align: left;
}
.multi-wizard .review .main-desc,
.multi-wizard .select-template .main-desc {
left: 0;
margin-left: 10px;
}
.multi-wizard .content {
display: inline-block;
float: left;
width: 440px;
min-height: 366px;
margin: 24px 0 0;
/*+border-radius:4px;*/
padding-bottom: 8px;
border-radius: 4px;
border-radius: 4px 4px 4px 4px;
background: #ffffff;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
-khtml-border-radius: 4px;
}
.multi-wizard .select-security-group .content {
height: 366px;
}
.multi-wizard .content .section {
width: 416px;
margin: 16px auto auto;
border: 1px solid #e0dfdf;
background: #e9e9e9;
font-size: 12px;
color: #505a62;
text-align: left;
overflow: hidden;
}
.multi-wizard.instance-wizard .service-offering .content {
width: 463px;
max-height: 365px;
overflow: auto;
overflow-x: hidden;
}
.multi-wizard .content .section .select-area {
width: 334px;
height: 45px;
margin: 9px auto auto;
background: #d6d6d6;
}
.multi-wizard .content .section .select-area .desc {
float: right;
width: 155px;
padding: 9px 0 0;
font-size: 12px;
color: #989898;
text-align: left;
}
.multi-wizard .content .section .select-area input {
float: left;
margin: 0;
padding: 9px;
}
.multi-wizard .content .section .select-area select {
float: left;
width: 158px;
/*+border-radius:4px;*/
margin: 11px 0 0 14px;
padding: 0;
border-radius: 4px;
border-radius: 4px 4px 4px 4px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
-khtml-border-radius: 4px;
}
.multi-wizard .content .section .select-area input[type='radio'],
.multi-wizard.instance-wizard .content .section.select-template input[type='radio'] {
margin: 14px 16px 0;
}
.multi-wizard .content .section .select-area label {
float: left;
margin: 12px 12px 12px 2px;
font-size: 18px;
color: #62798e;
/*+text-shadow:0px 2px 2px #EFEFEF;*/
text-align: left;
text-shadow: 0 2px 2px #efefef;
-moz-text-shadow: 0 2px 2px #efefef;
-webkit-text-shadow: 0 2px 2px #efefef;
-o-text-shadow: 0 2px 2px #efefef;
}
.multi-wizard .content .section .select-area label.error {
margin: 2px 0 0 14px;
font-size: 10px;
color: #ff0000;
}
.multi-wizard .content .section p {
padding: 0 0 0 40px;
font-size: 11px;
color: #808080;
text-align: left;
}
.multi-wizard .content .section h3 {
margin: 0;
padding: 14px 14px 3px 39px;
font-weight: bold;
color: #62798e;
/*+text-shadow:0px 1px 1px #EFEFEF;*/
text-align: left;
text-shadow: 0 1px 1px #efefef;
-moz-text-shadow: 0 1px 1px #efefef;
-webkit-text-shadow: 0 1px 1px #efefef;
-o-text-shadow: 0 1px 1px #efefef;
}
.multi-wizard .content .section.select-zone {
height: 117px;
}
.multi-wizard .content .section.select-template {
height: 206px;
}
.multi-wizard .content.tab-view {
margin: 31px 0 0;
padding: 0 8px;
background: transparent;
}
.multi-wizard .content.tab-view div.ui-tabs-panel {
clear: both;
width: 98%;
height: 72% !important;
height: 591px;
border: 1px solid #e2dddd;
border-radius: 0 3px 10px 10px;
background: #ffffff;
/*+border-radius:0 3px 10px 10px;*/
overflow: auto;
overflow-x: hidden;
-moz-border-radius: 0 3px 10px 10px;
-webkit-border-radius: 0 3px 10px 10px;
-khtml-border-radius: 0 3px 10px 10px;
}
.multi-wizard .content.tab-view div.ui-tabs-panel.ui-tabs-hide {
display: none;
}
.multi-wizard.instance-wizard .select-iso .content .select .hypervisor {
display: block;
position: relative;
float: left;
clear: both;
/*+placement:shift 0px -6px;*/
top: -6px;
left: 0;
margin: 12px 0 0 58px;
}
.multi-wizard.instance-wizard .select-iso .content .select .hypervisor select {
width: 160px;
}
.multi-wizard.instance-wizard .select-iso .content .select .hypervisor label {
position: relative;
top: 0;
left: 0;
margin-right: 9px;
/*+placement:shift;*/
margin-left: 2px;
font-size: 11px;
color: #000000;
}
.multi-wizard.instance-wizard .select-iso .wizard-step-conditional.select-iso .content .select.selected {
height: 90px;
}
/*** UI widgets*/
.multi-wizard .ui-tabs ul.ui-tabs-nav {
display: block;
display: inline-block;
position: relative;
z-index: 10;
top: 5px;
/*+placement:shift -6px 5px;*/
left: -6px;
height: 41px;
margin-top: 7px;
border: 0;
background: transparent;
overflow: hidden;
}
.multi-wizard .select-iso .ui-tabs ul {
float: left;
top: 1px;
left: 0;
}
.multi-wizard .ui-tabs li.ui-state-active {
background: #ffffff;
}
.multi-wizard .ui-tabs li.ui-state-default a {
padding-right: 0;
padding-left: 0;
}
.multi-wizard .ui-slider {
float: left;
width: 136px;
margin: 8px -2px 3px;
padding: 0;
background: url("../images/bg-gradients.png") 0 -307px !important;
}
.multi-wizard.instance-wizard .ui-slider {
margin: 8px 0 0 2px;
padding: 7px 0 0 8px;
}
.multi-wizard .ui-slider .ui-slider-handle {
display: block;
position: relative;
top: -0.5rem;
width: 18px;
height: 18px;
margin-left: -0.9rem;
border: 0;
outline: none;
background: url("../images/buttons.png") -622px -274px;
}
/*** Select container*/
.multi-wizard .select-container {
height: 352px;
margin: 10px 10px 0;
border: 1px solid #d9dfe1;
border-radius: 4px;
/*+border-radius:4px;*/
border-radius: 4px 4px 4px 4px;
overflow: auto;
overflow-x: hidden;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
-khtml-border-radius: 4px;
}
.multi-wizard .select-container p {
padding: 11px;
background: #dfdfdf;
color: #424242;
}
.multi-wizard .select-container .select {
display: inline-block;
float: left;
width: 100%;
min-height: 35px;
margin: -1px 0 0;
padding: 0 0 14px;
border: 0;
background: #ffffff;
font-size: 13px;
text-align: left;
}
.multi-wizard .select-container .select.odd {
background: #ebeff4;
}
.multi-wizard .select-container .select input {
float: left;
margin: 21px 24px 0;
}
.multi-wizard .select-container .select .select-desc {
display: inline-block;
float: left;
clear: none;
max-width: 335px;
min-height: 28px;
margin: 21px 0 0;
overflow: hidden;
}
.multi-wizard .select-container .select .select-desc .name {
margin: 0 0 5px;
font-weight: bold;
}
.multi-wizard .select-container .select .select-desc .desc {
display: inline-block;
font-size: 11px;
color: #808080;
/*[empty]height:;*/
}
/*** Buttons*/
.multi-wizard .buttons {
position: absolute;
bottom: 10px;
left: 0;
width: 100%;
}
.multi-wizard .buttons .button {
width: 88px;
height: 16px;
padding: 11px 0 8px;
/*+box-shadow:0px 1px 1px #FFFFFF;*/
border: 1px solid #78818f;
border-radius: 4px;
border-radius: 4px 4px 4px 4px;
box-shadow: 0 1px 1px #ffffff;
font-size: 12px;
font-weight: bold;
cursor: pointer;
-moz-box-shadow: 0 1px 1px #ffffff;
/*+border-radius:4px;*/
-webkit-box-shadow: 0 1px 1px #ffffff;
-o-box-shadow: 0 1px 1px #ffffff;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
-khtml-border-radius: 4px;
}
.multi-wizard .buttons .button.next {
/*+placement:float-right 77px 0px;*/
position: relative;
float: right;
top: 0;
left: 77px;
border: 1px solid #0069cf;
/*+text-shadow:0px -1px 1px #465259;*/
border-top: 1px solid #0070fc;
background: #0049ff url("../images/gradients.png") 0 -317px;
font-weight: bold;
color: #ffffff;
text-shadow: 0 -1px 1px #465259;
-moz-text-shadow: 0 -1px 1px #465259;
-webkit-text-shadow: 0 -1px 1px #465259;
-o-text-shadow: 0 -1px 1px #465259;
}
.multi-wizard .buttons .button.next:hover {
border: 1px solid #0035b8;
border-bottom: 1px solid #0062fa;
background-position: -3px -368px;
}
.multi-wizard .buttons .button.next.final {
width: 115px;
margin: 3px 0 0;
padding: 4px 0 9px;
}
.multi-wizard .buttons .button.next.final span {
position: relative;
/*+placement:shift 0px 5px;*/
top: 5px;
left: 0;
padding: 5px 0 5px 30px;
background: url("../images/icons.png") 0 -349px;
}
.multi-wizard .buttons .button.cancel {
position: relative;
/*+placement:float-right -127px 0px;*/
float: right;
top: 0;
left: -127px;
padding: 14px 0 0 0;
border: 0;
/*+border-radius:0;*/
border-radius: 0;
border-radius: 0 0 0 0;
box-shadow: 0 0;
background: transparent;
color: #808080;
text-shadow: 0 1px 1px #ffffff;
/*+box-shadow:0px 0px;*/
-moz-border-radius: 0;
-webkit-border-radius: 0;
-khtml-border-radius: 0;
-moz-box-shadow: 0 0;
-webkit-box-shadow: 0 0;
-o-box-shadow: 0 0;
-moz-box-shadow: 0 0 inherit;
-webkit-box-shadow: 0 0 inherit;
-o-box-shadow: 0 0 inherit;
-moz-box-shadow: inherit;
/*+text-shadow:0px 1px 1px #FFFFFF;*/
-webkit-box-shadow: inherit;
-o-box-shadow: inherit;
-moz-text-shadow: 0 1px 1px #ffffff;
-webkit-text-shadow: 0 1px 1px #ffffff;
-o-text-shadow: 0 1px 1px #ffffff;
}
.multi-wizard .buttons .button.cancel:hover {
color: #5e5e5e;
}
.multi-wizard .buttons .button.previous {
margin-left: 27px;
background: #d6d6d6;
color: #62798e;
}
.multi-wizard .buttons .button.previous:hover {
background: #c6c6c6;
}
/** Instance wizard
** Select ISO*/
.multi-wizard.instance-wizard .select-iso .select-container {
height: 260px;
margin: 0;
/*+border-radius:0 0 5px 5px;*/
border-radius: 0 0 5px 5px;
-moz-border-radius: 0 0 5px 5px;
-webkit-border-radius: 0 0 5px 5px;
-khtml-border-radius: 0 0 5px 5px;
}
/*** Data disk offering*/
.multi-wizard.instance-wizard .content .section {
margin: 12px 0 15px 8px;
padding: 9px 0 16px;
}
.multi-wizard.instance-wizard .content .section.no-thanks {
box-sizing: border-box;
width: 426px;
}
.multi-wizard.instance-wizard .data-disk-offering .select-container,
.multi-wizard.instance-wizard .sshkeyPairs .select-container {
height: 300px;
margin: -7px 6px 0 8px;
/*+border-radius:6px;*/
border-radius: 6px;
border-radius: 6px 6px 6px 6px;
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
-khtml-border-radius: 6px;
}
.multi-wizard.instance-wizard .data-disk-offering .disk-select-group {
float: left;
width: 100%;
margin-top: 12px;
}
.multi-wizard.instance-wizard .data-disk-offering .disk-select-header {
height: 17px;
/*+border-radius:4px;*/
padding: 6px;
border-bottom: 1px solid #d4d4d4;
border-radius: 4px;
background: #c2c2c2 0 4px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
-khtml-border-radius: 4px;
}
.multi-wizard.instance-wizard .disk-select-group.selected .disk-select-header {
border-radius: 4px 4px 0 0;
/*+border-radius:4px 4px 0 0;*/
background: #505050;
-moz-border-radius: 4px 4px 0 0;
-webkit-border-radius: 4px 4px 0 0;
-khtml-border-radius: 4px 4px 0 0;
}
.multi-wizard.instance-wizard .data-disk-offering .disk-select-header input {
float: left;
}
.multi-wizard.instance-wizard .data-disk-offering .disk-select-header .title {
float: left;
padding: 2px;
font-size: 14px;
}
.multi-wizard.instance-wizard .disk-select-group.selected .disk-select-header .title {
color: #ffffff;
/*+text-shadow:0px -1px #000000;*/
text-shadow: 0 -1px #000000;
-moz-text-shadow: 0 -1px #000000;
-webkit-text-shadow: 0 -1px #000000;
-o-text-shadow: 0 -1px #000000;
}
.multi-wizard.instance-wizard .data-disk-offering .multi-disk-select-container {
max-height: 257px;
padding: 13px;
border: 1px solid #dddbdb;
background: #e4e4e4;
overflow: auto;
}
.multi-wizard.instance-wizard .data-disk-offering .disk-select-group .select-container {
display: none;
float: left;
max-height: 114px;
margin: 0;
/*+border-radius:0;*/
border: 0;
border-radius: 0;
-moz-border-radius: 0;
-webkit-border-radius: 0;
-khtml-border-radius: 0;
}
.multi-wizard.instance-wizard .data-disk-offering .disk-select-group.selected .select-container {
display: block;
}
.multi-wizard.instance-wizard .data-disk-offering .disk-select-group .select {
height: 0;
padding: 0 0 17px;
}
.multi-wizard.instance-wizard .data-disk-offering .disk-select-group.custom-size .section.custom-size {
display: block !important;
}
.multi-wizard.instance-wizard .data-disk-offering .disk-select-group .select input {
margin: 13px 12px 12px;
}
.multi-wizard.instance-wizard .data-disk-offering .disk-select-group .select-desc {
margin: 13px 0 0;
}
.multi-wizard.instance-wizard .data-disk-offering.required .select-container {
position: relative;
height: 344px;
margin-top: 9px !important;
}
.multi-wizard.instance-wizard .custom-slider-container .select-container {
height: 279px;
}
.multi-wizard.instance-wizard .custom-slider-container .select-container {
height: 213px;
margin: -7px 6px 0 8px;
/*+border-radius:6px;*/
border-radius: 6px;
border-radius: 6px 6px 6px 6px;
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
-khtml-border-radius: 6px;
}
.multi-wizard.instance-wizard .content .section input {
float: left;
}
.multi-wizard.instance-wizard .content .section input[type='radio'] {
margin: 8px 2px 0 17px;
}
.multi-wizard.instance-wizard .content .section label {
display: block;
float: left;
margin: 10px 7px 7px;
}
.multi-wizard.instance-wizard .content .section .select-area label {
margin: 12px 0 0;
}
.multi-wizard.instance-wizard .content .section label.size {
font-weight: bold;
color: #647a8e;
/*+text-shadow:0px 1px 1px #FFFFFF;*/
text-shadow: 0 1px 1px #ffffff;
-moz-text-shadow: 0 1px 1px #ffffff;
-webkit-text-shadow: 0 1px 1px #ffffff;
-o-text-shadow: 0 1px 1px #ffffff;
}
.multi-wizard.instance-wizard .section.custom-size {
position: relative;
box-sizing: border-box;
width: 100%;
margin: 12px 0;
padding: 7px;
border-radius: 4px;
background: #f4f4f4;
}
.multi-wizard.instance-wizard .section.custom-size.custom-disk-size {
width: 426px;
margin-left: 8px;
}
.multi-wizard.instance-wizard .section.custom-iops {
position: relative;
padding: 7px;
border-radius: 4px;
background: #f4f4f4;
}
.multi-wizard.instance-wizard .section.custom-iops-do {
position: relative;
box-sizing: border-box;
width: 426px;
padding: 7px;
border-radius: 4px;
background: #f4f4f4;
}
.multi-wizard.instance-wizard .section.custom-size input[type='radio'] {
float: left;
}
.multi-wizard.instance-wizard .section.custom-size input[type='text'] {
float: left;
width: 28px;
margin: 6px -1px 0 8px;
}
.multi-wizard.instance-wizard .section.custom-iops input[type='text'] {
float: left;
width: 28px;
margin: 6px -1px 0 8px;
}
.multi-wizard.instance-wizard .section.custom-iops-do input[type='text'] {
float: left;
width: 28px;
margin: 6px -1px 0 8px;
}
.multi-wizard.instance-wizard .section.custom-size label.error {
position: absolute;
top: 29px;
left: 242px;
font-size: 10px;
}
.instance-wizard .step.data-disk-offering.custom-slider-container .select-container {
height: 272px;
}
.instance-wizard .step.service-offering.custom-slider-container .select-container {
height: 272px;
}
.instance-wizard .step.data-disk-offering.custom-iops-do .select-container {
height: 240px;
}
.instance-wizard .step.data-disk-offering.custom-slider-container.custom-iops-do .select-container {
height: 176px;
}
.instance-wizard .step.service-offering.required.custom-slider-container .select-container {
height: 315px;
}
.instance-wizard .step.data-disk-offering.required.custom-slider-container .select-container {
height: 315px;
}
.instance-wizard .step.data-disk-offering.required.custom-iops-do .select-container {
height: 295px;
}
.instance-wizard .step.data-disk-offering.required.custom-slider-container.custom-iops-do .select-container {
height: 223px;
}
.instance-wizard .step.data-disk-offering .custom-iops-do {
display: none;
}
.instance-wizard .step.data-disk-offering.custom-iops-do .custom-iops-do {
display: block;
}
.instance-wizard .step.data-disk-offering .custom-iops-do .field {
float: left;
width: 30%;
margin-bottom: 5px;
}
.instance-wizard .step.data-disk-offering .custom-iops-do .field label {
text-indent: 20px;
}
.instance-wizard .step.data-disk-offering .custom-iops-do .field input {
width: 88%;
margin-left: 26px;
}
/*** Compute offering*/
.instance-wizard .step.service-offering.custom-size .select-container {
height: 235px;
}
.instance-wizard .step.service-offering.custom-iops .select-container {
height: 235px;
}
.instance-wizard .step.service-offering .custom-size {
display: none;
}
.instance-wizard .step.service-offering .custom-iops {
display: none;
}
.instance-wizard .step.service-offering.custom-size .custom-size {
display: block;
}
.instance-wizard .step.service-offering.custom-iops .custom-iops {
display: block;
}
.instance-wizard .step.service-offering .custom-size .field {
float: left;
width: 30%;
margin-bottom: 13px;
}
.instance-wizard .step.service-offering .custom-iops .field {
float: left;
width: 30%;
margin-bottom: 13px;
}
.instance-wizard .step.service-offering .custom-size .field label {
text-indent: 20px;
}
.instance-wizard .step.service-offering .custom-iops .field label {
text-indent: 20px;
}
.instance-wizard .step.service-offering .custom-size .field input {
width: 88%;
margin-left: 26px;
}
.instance-wizard .step.service-offering .custom-size .field label.error {
position: relative;
top: 0;
left: 0;
}
.instance-wizard .step.service-offering .custom-iops .field input {
width: 88%;
margin-left: 26px;
}
/*** Network*/
.multi-wizard.instance-wizard .no-network {
position: absolute;
z-index: 1;
top: 98px;
left: 11px;
width: 773px;
height: 52px;
/*+border-radius:5px;*/
padding: 162px 0 194px;
border-radius: 5px;
border-radius: 5px 5px 5px 5px;
background: #ffffff;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
-khtml-border-radius: 5px;
}
.multi-wizard.instance-wizard .no-network p {
font-size: 22px;
line-height: 25px;
}
.multi-wizard.instance-wizard .select-network .select table {
float: left;
width: 405px;
margin: 4px 12px 0;
}
.multi-wizard.instance-wizard .select-network .select table thead {
margin: 0;
padding: 0;
}
.multi-wizard.instance-wizard .select-network .select table td {
vertical-align: top;
margin: 0;
padding: 0;
}
.multi-wizard.instance-wizard .select-network .select table .select-container {
height: 223px;
margin: 0;
border: 0;
}
.multi-wizard.instance-wizard .select-network.no-add-network .select table .select-container {
height: 282px;
}
.multi-wizard.instance-wizard .select-network .select.new-network table .select-container {
height: 29px;
overflow: visible;
}
.multi-wizard.instance-wizard .select-network .select.new-network table .select-container .select {
position: relative;
margin: -12px 0 0;
text-align: right;
}
.multi-wizard.instance-wizard .select-network .select.new-network table .select-container .select select {
position: relative;
top: 0;
/*+placement:shift;*/
left: 0;
width: 145px;
margin: 4px 0 0;
}
.multi-wizard.instance-wizard .select-network .select.new-network {
margin: -17px 0 0;
}
.multi-wizard.instance-wizard .select-network.no-add-network .select.new-network {
display: none !important;
}
.multi-wizard.instance-wizard .select-network .main-desc {
float: left;
top: 12px;
left: 12px;
width: 252px;
}
.multi-wizard.instance-wizard .select-network .select .secondary-input {
float: right;
width: 80px;
height: 48px;
border-left: 1px solid #d7d7d7;
font-size: 11px;
color: #000000;
}
.multi-wizard.instance-wizard .select-network .select.advanced .secondary-input {
height: 73px;
}
.multi-wizard.instance-wizard .select-network .select .secondary-input input {
position: relative;
top: 21px;
/*+placement:shift 9px 21px;*/
left: 9px;
margin: 0 !important;
padding: 0 !important;
}
.multi-wizard.instance-wizard .select-network .select .secondary-input .name {
position: relative;
/*+placement:shift -16px 22px;*/
float: right;
top: 22px;
left: -16px;
}
.multi-wizard.instance-wizard .select-network .select-container .select {
position: relative;
float: left;
width: 100%;
padding: 0;
}
.multi-wizard.instance-wizard .select-network .select-container .select.advanced {
height: 74px;
}
.multi-wizard.instance-wizard .select-network .select .advanced-options {
float: right;
width: 20px;
height: 20px;
margin-top: 15px;
margin-right: 13px;
background: url("../images/sprites.png") -7px -795px;
cursor: pointer;
}
.multi-wizard.instance-wizard .select-network .select .advanced-options:hover,
.multi-wizard.instance-wizard .select-network .select.advanced .advanced-options {
background: url("../images/sprites.png") -32px -795px;
}
.multi-wizard.instance-wizard .select-network .select .specify-ip {
display: none;
position: absolute;
top: 45px;
left: 0;
width: 100%;
}
.multi-wizard.instance-wizard .select-network .select.advanced .specify-ip {
display: block;
}
.multi-wizard.instance-wizard .select-network .select.advanced .specify-ip input {
width: 138px;
margin: 0 0 0 15px;
}
.multi-wizard.instance-wizard .select-network .select-container .select input {
float: left;
margin: 21px 15px 0;
}
.multi-wizard.instance-wizard .select-network .select-container .select label {
float: left;
margin: 4px 0 0 42px;
font-size: 11px;
color: #4e6b82;
}
.multi-wizard.instance-wizard .select-network .select-vpc {
float: left;
margin: 7px 0 7px 7px;
padding: 3px;
}
.multi-wizard.instance-wizard .select-network.no-add-network .select-vpc {
visibility: hidden !important;
}
.multi-wizard.instance-wizard .select-network .select-vpc select {
width: 124px;
}
.multi-wizard.instance-wizard .select-network .select-vpc label {
font-size: 10px;
}
/**** New networ*/
.multi-wizard.instance-wizard .select-network .select.new-network .advanced-options {
/*+placement:shift 379px 15px;*/
position: relative;
position: absolute;
top: 15px;
left: 379px;
}
.multi-wizard.instance-wizard .select-network .select.new-network .select.advanced {
position: relative;
height: 106px;
}
.multi-wizard.instance-wizard .select-network .select.new-network.unselected .select.advanced {
height: auto;
}
.multi-wizard.instance-wizard .select-network .select.new-network .select.advanced .specify-ip {
top: 74px;
left: 29px;
}
.multi-wizard.instance-wizard .select-network .select.new-network .hide-if-selected {
display: none;
}
.multi-wizard.instance-wizard .select-network .select.new-network.unselected .hide-if-unselected {
display: none;
}
.multi-wizard.instance-wizard .select-network .select.new-network.unselected .hide-if-selected {
display: block;
}
.multi-wizard.instance-wizard .select-network .select.new-network input {
margin-top: 24px;
}
.multi-wizard.instance-wizard .select-network .select.new-network .field {
/*+placement:shift 41px 21px;*/
position: relative;
position: absolute;
top: 21px;
left: 41px;
font-size: 11px;
color: #000000;
}
.multi-wizard.instance-wizard .select-network .select.new-network .field .name {
float: left;
width: 99px;
padding: 3px 0 0;
/*[empty]display:;*/
}
.multi-wizard.instance-wizard .select-network .select.new-network .field .value {
float: left;
}
.multi-wizard.instance-wizard .select-network .select.new-network .field .value input {
width: 138px;
margin: 0 0 0 11px;
}
.multi-wizard.instance-wizard .select-network .select.new-network label.error {
display: none !important;
}
.multi-wizard.instance-wizard .select-network .select.new-network .secondary-input {
width: 97px;
padding: 13px 0 17px;
}
.multi-wizard.instance-wizard .select-network .select.new-network .secondary-input .name {
margin: 0 17px 0 0;
}
.multi-wizard.instance-wizard .select-network .select.new-network .select-desc {
width: 255px;
}
.multi-wizard.instance-wizard .select-network .select-container .select .select-desc .desc {
float: left;
max-width: 113px;
font-size: 11px;
color: #808080;
}
.multi-wizard.instance-wizard .select-network .select-container .select .select-desc .name {
float: left;
width: 116px;
margin: 0 16px 0 0;
font-size: 11px;
font-weight: normal;
color: #000000;
}
.multi-wizard.instance-wizard .select-network .select.new-network .select-desc .name {
width: 99px;
margin: 4px 0 0;
}
.multi-wizard.instance-wizard .select-network .select.new-network.unselected .select-desc .name {
color: #808080;
}
/*** Confirmation*/
.multi-wizard .review .select-container .select {
height: 35px;
padding: 0;
}
.multi-wizard .review .select-container .select .name {
float: left;
width: 127px;
margin: 13px 22px 0 14px;
font-size: 11px;
}
.multi-wizard .review .select-container .select .value {
float: left;
width: 136px;
margin: 9px 21px 0;
}
.multi-wizard .review .select-container .select .value span {
font-size: 10px;
}
.multi-wizard .review .select-container .select .edit {
float: right;
height: 18px;
margin: 11px 20px 0 0;
padding: 0 0 0 20px;
background: url("../images/icons.png") -10px -452px;
cursor: pointer;
}
.multi-wizard .review .select-container .select.odd .edit a {
background: #ebeff4;
}
.multi-wizard .review .select-container .select .edit a {
padding: 5px 0 8px;
background: #ffffff;
font-size: 10px;
color: #0000ff;
text-decoration: none;
}
.multi-wizard .review .select-container .select input,
.multi-wizard .review .select-container .select select {
float: left;
width: 151px;
margin: 0;
}
/*** Diagram*/
.multi-wizard.instance-wizard .diagram {
position: absolute;
top: 109px;
left: 465px;
width: 1px;
height: 502px;
}
.multi-wizard.instance-wizard .diagram .part {
background: url("../images/instance-wizard-parts.png") no-repeat 0 0;
}
.multi-wizard.instance-wizard .diagram .part.zone-plane {
position: absolute;
width: 354px;
height: 117px;
/*+placement:displace -38px 259px;*/
margin-top: 259px;
background-position: -38px -55px;
}
.multi-wizard.instance-wizard .diagram .part.computer-tower-front {
position: absolute;
width: 95px;
height: 254px;
/*+placement:displace 44px 92px;*/
margin-top: 92px;
margin-left: 44px;
background-position: -54px -210px;
}
.multi-wizard.instance-wizard .diagram .part.computer-tower-back {
position: absolute;
width: 194px;
height: 271px;
/*+placement:displace 138px 74px;*/
margin-top: 74px;
margin-left: 138px;
background-position: -148px -192px;
}
.multi-wizard.instance-wizard .diagram .part.os-drive {
position: absolute;
width: 194px;
height: 86px;
/*+placement:displace 138px 74px;*/
margin-top: 74px;
margin-left: 138px;
background-position: -348px -192px;
}
.multi-wizard.instance-wizard .diagram .part.cpu {
position: absolute;
width: 194px;
height: 49px;
/*+placement:displace 138px 156px;*/
margin-top: 156px;
margin-left: 138px;
background-position: -344px -278px;
}
.multi-wizard.instance-wizard .diagram .part.hd {
position: absolute;
width: 194px;
height: 44px;
/*+placement:displace 138px 208px;*/
margin-top: 208px;
margin-left: 138px;
background-position: -344px -331px;
}
.multi-wizard.instance-wizard .diagram .part.network-card {
position: absolute;
width: 194px;
height: 44px;
/*+placement:displace 138px 260px;*/
margin-top: 260px;
margin-left: 138px;
background-position: -344px -380px;
}
/** Add zone wizard*/
.multi-wizard.zone-wizard {
display: block;
height: 675px;
}
.multi-wizard.zone-wizard ul.subnav {
position: relative;
/*+placement:shift 30px 104px;*/
position: absolute;
top: 104px;
left: 30px;
text-align: left;
list-style: disc inside;
}
.multi-wizard.zone-wizard ul.subnav li {
float: left;
height: 20px;
margin-right: 34px;
padding: 0;
font-size: 12px;
white-space: nowrap;
color: #9a9a9a;
text-transform: uppercase;
list-style: none;
}
.multi-wizard.zone-wizard ul.subnav li:after {
content: '>';
position: relative;
/*+placement:shift 4px -1px;*/
top: -1px;
left: 4px;
font-size: 13px;
}
.multi-wizard.zone-wizard ul.subnav li.active {
color: #0000ff;
}
.multi-wizard.zone-wizard .ui-tabs-panel {
height: 422px;
overflow: auto;
overflow-x: hidden;
}
.multi-wizard.zone-wizard ul.ui-tabs-nav {
/*+placement:shift 0px 0px;*/
position: relative;
float: left;
top: 0;
left: 0;
margin: 6px 0 3px 3px;
}
.multi-wizard.zone-wizard .select-container {
height: 333px;
overflow: auto;
}
.multi-wizard.zone-wizard .setup-guest-traffic .select-container {
background: #e9eaeb;
overflow: hidden;
}
.multi-wizard.zone-wizard .setup-guest-traffic.basic .select-container {
background: #ffffff;
}
.multi-wizard.zone-wizard .main-desc {
position: relative;
float: left;
/*+placement:shift 0;*/
top: 0;
left: 0;
width: 516px;
margin: 23px 0 0 6px;
font-size: 14px;
font-weight: 100;
color: #424242;
}
.multi-wizard.zone-wizard .review .main-desc.pre-setup {
position: relative;
top: 153px;
left: 0;
left: -10px;
width: 90%;
margin-left: 50px;
padding: 1px 0 1px 20px;
background: url("../images/icons.png") no-repeat 74px -224px;
/*+placement:shift 0px 153px;*/
font-size: 18px;
font-weight: 100;
color: #2c4159;
text-align: center;
/*+text-shadow:0px 1px #FFFFFF;*/
text-shadow: 0 1px #ffffff;
-moz-text-shadow: 0 1px #ffffff;
-webkit-text-shadow: 0 1px #ffffff;
-o-text-shadow: 0 1px #ffffff;
}
.multi-wizard.zone-wizard .info-desc {
float: left;
width: 698px;
margin: 29px 0 68px 5px;
padding: 11px;
border: 1px solid #c7c7c7;
border-radius: 4px;
border-radius: 4px 4px 4px 4px;
background: #ffffff;
font-size: 11px;
text-align: left;
/*+border-radius:4px;*/
overflow: auto;
overflow-x: hidden;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
-khtml-border-radius: 4px;
}
.multi-wizard.zone-wizard .setup-storage-traffic .info-desc {
margin-bottom: 10px;
}
.multi-wizard.zone-wizard .setup-public-traffic .info-desc,
.multi-wizard.zone-wizard .setup-guest-traffic .info-desc,
.multi-wizard.zone-wizard .setup-physical-network .info-desc {
margin-bottom: 12px;
}
.multi-wizard.zone-wizard .info-desc strong {
font-weight: bold;
}
.multi-wizard.zone-wizard .main-desc em {
font-weight: bold;
text-decoration: underline;
}
.multi-wizard.zone-wizard .progress ul li {
width: 107px;
margin-left: 7px;
padding: 0 32px 0 0;
}
.multi-wizard.zone-wizard .progress ul li span {
width: 102px;
}
.multi-wizard.zone-wizard .progress ul li span.arrow {
margin: -4px 0 0 109px;
}
.multi-wizard.zone-wizard .select-network .content .section {
position: relative;
top: 14px;
/*+placement:shift 0px 14px;*/
left: 0;
width: 665px;
height: 430px;
}
.multi-wizard.zone-wizard .select-network .content {
float: none;
width: 100%;
height: 461px;
margin: 7px auto auto;
padding-bottom: 28px;
}
.multi-wizard.zone-wizard .select-network-model .select-area {
position: relative;
width: 586px;
height: 181px;
}
.multi-wizard.zone-wizard .select-network-model .select-area.basic-zone {
height: 105px;
}
.multi-wizard.zone-wizard .select-network-model .select-area.advanced-zone {
height: 233px;
}
.multi-wizard.zone-wizard .select-network-model .select-area .isolation-mode {
position: absolute;
float: left;
top: 114px;
left: 9px;
height: 98px;
margin: 5px 0 0;
overflow: hidden;
}
.multi-wizard.zone-wizard .select-network-model .select-area.disabled .isolation-mode {
/*+opacity:50%;*/
opacity: 0.5;
filter: alpha(opacity=50);
-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
-moz-opacity: 0.5;
}
.multi-wizard.zone-wizard .select-network-model .select-area .isolation-mode .title {
position: relative;
top: 2px;
/*+placement:shift 36px 2px;*/
left: 36px;
font-size: 15px;
color: #5d7387;
}
.multi-wizard.zone-wizard .select-network-model .select-area .desc {
position: relative;
top: 12px;
left: -27px;
width: 373px;
height: 70px;
/*+placement:shift -27px 12px;*/
padding: 12px 18px 25px;
border-radius: 7px;
border-radius: 7px 7px 7px 7px;
/*+border-radius:7px;*/
background: #efefef;
line-height: 19px;
color: #727272;
-moz-border-radius: 7px;
-webkit-border-radius: 7px;
-khtml-border-radius: 7px;
}
.multi-wizard.zone-wizard .select-network-model .select-area.basic-zone .desc {
padding-bottom: 4px;
}
.multi-wizard.zone-wizard .select-network-model .select-area .desc em {
font-weight: bold;
text-decoration: underline;
}
.multi-wizard.zone-wizard .select-network-model .select-area .isolation-mode .select-area {
width: 586px;
height: 61px;
margin: 0;
padding: 0 0 9px;
background: none;
overflow: hidden;
}
.multi-wizard.zone-wizard .select-network-model .select-area .isolation-mode .select-area label {
margin: 24px 0 0 2px;
font-size: 11px;
}
.multi-wizard.zone-wizard .select-network-model .select-area .isolation-mode .select-area input {
margin: 26px 0 11px;
}
.multi-wizard.zone-wizard .select-network-model .select-area .isolation-mode .select-area input {
margin: 24px 8px 0 12px !important;
padding: 0 !important;
}
.multi-wizard.zone-wizard .select-network-model .select-area .isolation-mode .select-area .desc {
position: relative;
float: right;
top: 12px;
left: -27px;
width: 388px;
height: 29px;
margin-right: 9px;
/*+placement:shift -27px 12px;*/
padding: 6px 7px 11px;
background: #efefef;
font-size: 11px;
}
.multi-wizard.zone-wizard .content.input-area {
width: 721px;
min-height: inherit;
margin: -50px auto auto 4px;
overflow: auto;
overflow-x: hidden;
}
/*** Add physical network -- network form items*/
.multi-wizard.zone-wizard .setup-physical-network .content.input-area {
position: relative;
width: 627px;
height: 396px;
background: transparent;
}
.multi-wizard.zone-wizard .setup-physical-network .drag-helper-icon {
position: relative;
position: absolute;
top: 303px;
/*+placement:shift 134px 303px;*/
left: 134px;
width: 80px;
height: 84px;
background: url("../images/sprites.png") no-repeat 0 -1365px;
}
.multi-wizard.zone-wizard .select-container.multi {
display: inline-block;
float: right;
width: 490px;
height: auto;
margin: 6px auto auto;
border: 1px solid #bfbfbf;
border-radius: 4px;
/*+border-radius:4px;*/
border-radius: 4px 4px 4px 4px;
box-shadow: inset 0 1px 2px #cbcaca;
background: #f8f6f6;
overflow: visible;
-moz-border-radius: 4px;
/*+box-shadow:inset 0px 1px 2px #CBCACA;*/
-webkit-border-radius: 4px;
-khtml-border-radius: 4px;
-moz-box-shadow: inset 0 1px 2px #cbcaca;
-webkit-box-shadow: inset 0 1px 2px #cbcaca;
-o-box-shadow: inset 0 1px 2px #cbcaca;
/*[empty]display:;*/
}
.multi-wizard.zone-wizard .select-container.multi.disabled {
opacity: 0.4;
/*+opacity:40%;*/
border: 1px dotted #a7a7a7;
filter: alpha(opacity=40);
-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
-moz-opacity: 0.4;
}
.multi-wizard.zone-wizard .select-container.multi .physical-network-icon {
float: left;
width: 61px;
height: 53px;
border-right: 1px solid #cdcdcd;
background: url("../images/sprites.png") -109px -1393px;
}
.multi-wizard.zone-wizard .select-container.multi input {
width: 195px !important;
margin: 2px 0 0 17px !important;
}
.multi-wizard.zone-wizard .select-container.multi .field {
width: 425px;
height: 46px;
margin-top: -6px;
}
.multi-wizard.zone-wizard .select-container.multi .field .name {
width: 93%;
margin-left: 17px;
}
.multi-wizard.zone-wizard .select-container.multi .drop-container {
position: relative;
clear: both;
width: 484px;
height: 114px;
border: 3px dashed #bbbfc4;
/*+border-radius:4px;*/
border-radius: 4px;
border-radius: 4px 4px 4px 4px;
background: #dae2ec;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
-khtml-border-radius: 4px;
}
.multi-wizard.zone-wizard .select-container.multi .drop-container ul {
position: absolute;
/*+border-radius:5px;*/
top: 4px;
left: 2px;
width: 99%;
height: 94%;
border-radius: 5px;
border-radius: 5px 5px 5px 5px;
background: #dae2ec;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
-khtml-border-radius: 5px;
}
.multi-wizard.zone-wizard .select-container.multi .drop-container ul.active {
background: #dfeaff;
}
.multi-wizard.zone-wizard .select-container.multi .drop-container ul li {
float: left;
margin: 2px 17px 0 29px;
}
.multi-wizard.zone-wizard .select-container.multi .drop-container span.empty-message {
position: relative;
top: 45px;
left: 0;
/*+placement:shift 0px 45px;*/
font-size: 13px;
color: #959ba0;
text-align: center;
}
/*** Add physical network -- traffic type drag area*/
.multi-wizard.zone-wizard .traffic-types-drag-area {
position: relative;
float: left;
top: 0;
left: 3px;
/*+border-radius:4px;*/
width: 96px;
height: 370px;
margin: 8px 0 0;
padding: 0;
border: 1px solid #dccaca;
border-radius: 4px;
border-radius: 4px 4px 4px 4px;
background: #f0f1f2;
text-align: left;
/*+placement:shift 3px 0px;*/
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
-khtml-border-radius: 4px;
}
.multi-wizard.zone-wizard .traffic-types-drag-area .header {
margin: 0;
padding: 8px 0 7px;
border-bottom: 1px solid #dccaca;
border-radius: 4px 4px 0 0;
/*+text-shadow:0px 1px 1px #FFFFFF;*/
background: #f8f8f8;
font-size: 13px;
font-weight: bold;
color: #5c5c5c;
text-align: center;
text-shadow: 0 1px 1px #ffffff;
-moz-text-shadow: 0 1px 1px #ffffff;
/*+border-radius:4px 4px 0 0;*/
-webkit-text-shadow: 0 1px 1px #ffffff;
-o-text-shadow: 0 1px 1px #ffffff;
-moz-border-radius: 4px 4px 0 0;
-webkit-border-radius: 4px 4px 0 0;
-khtml-border-radius: 4px 4px 0 0;
}
.multi-wizard.zone-wizard .traffic-types-drag-area > ul {
width: 100%;
}
.multi-wizard.zone-wizard .traffic-types-drag-area > ul > li {
float: left;
width: 100%;
height: 83px;
margin: 16px 13px 0 0;
background: transparent;
font-size: 11px;
}
.multi-wizard.zone-wizard .traffic-types-drag-area > ul > li.required {
display: none;
}
.multi-wizard.zone-wizard .traffic-types-drag-area > ul > li.required.clone {
display: block;
}
.multi-wizard.zone-wizard .traffic-types-drag-area > ul > li ul.container {
width: 60px;
height: 54px;
margin-left: 16px;
border-bottom: 1px solid #ffffff;
/*+border-radius:5px;*/
border-radius: 5px;
border-radius: 5px 5px 5px 5px;
box-shadow: inset 0 2px 4px #999696;
background: #e4e4e4;
-moz-border-radius: 5px;
/*+box-shadow:inset 0px 2px 4px #999696;*/
-webkit-border-radius: 5px;
-khtml-border-radius: 5px;
-moz-box-shadow: inset 0 2px 4px #999696;
-webkit-box-shadow: inset 0 2px 4px #999696;
-o-box-shadow: inset 0 2px 4px #999696;
}
.multi-wizard.zone-wizard .traffic-types-drag-area > ul > li ul.container li {
/*+placement:shift 1px 2px;*/
position: relative;
top: 2px;
left: 1px;
}
.multi-wizard.zone-wizard li.traffic-type-draggable {
display: block;
z-index: 5000;
width: 51px;
height: 51px;
margin: auto;
background: transparent url("../images/sprites.png") no-repeat 0 -1161px;
cursor: move;
}
.multi-wizard.zone-wizard .traffic-types-drag-area li.traffic-type-draggable:hover,
.multi-wizard.zone-wizard .select-container.multi li.traffic-type-draggable:hover {
width: 69px !important;
height: 66px !important;
}
.multi-wizard.zone-wizard .traffic-types-drag-area li.traffic-type-draggable:hover,
.multi-wizard.zone-wizard .select-container.multi li.traffic-type-draggable:hover {
/*+placement:shift -2px -4px;*/
position: relative;
top: -4px;
left: -2px;
}
.multi-wizard.zone-wizard .select-container.multi li.traffic-type-draggable:hover {
/*+placement:shift -8px -6px;*/
position: relative;
top: -6px;
left: -8px;
width: 70px !important;
margin-right: 0;
}
.multi-wizard.zone-wizard li.traffic-type-draggable.disabled {
/*+opacity:50%;*/
opacity: 0.5;
cursor: not-allowed;
filter: alpha(opacity=50);
-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
-moz-opacity: 0.5;
}
.multi-wizard.zone-wizard .traffic-types-drag-area ul > li.disabled {
display: none;
}
.multi-wizard.zone-wizard li.traffic-type-draggable.disabled {
/*+opacity:50%;*/
opacity: 0.5;
cursor: not-allowed;
filter: alpha(opacity=50);
-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
-moz-opacity: 0.5;
}
.multi-wizard.zone-wizard li.traffic-type-draggable.management {
height: 52px;
background-position: 0 -1161px;
}
.multi-wizard.zone-wizard .traffic-types-drag-area li.traffic-type-draggable.management:hover,
.multi-wizard.zone-wizard .select-container.multi li.traffic-type-draggable.management:hover {
background-position: -11px -1225px;
}
.multi-wizard.zone-wizard .select-container.multi li.traffic-type-draggable.management:hover {
margin-right: -1px;
}
.multi-wizard.zone-wizard li.traffic-type-draggable.public {
width: 53px;
height: 53px;
background-position: -54px -1160px;
}
.multi-wizard.zone-wizard .traffic-types-drag-area li.traffic-type-draggable.public:hover,
.multi-wizard.zone-wizard .select-container.multi li.traffic-type-draggable.public:hover {
background-position: -87px -1225px;
}
.multi-wizard.zone-wizard li.traffic-type-draggable.guest {
background-position: -113px -1161px;
}
.multi-wizard.zone-wizard .traffic-types-drag-area li.traffic-type-draggable.guest:hover,
.multi-wizard.zone-wizard .select-container.multi li.traffic-type-draggable.guest:hover {
background-position: -166px -1227px;
}
.multi-wizard.zone-wizard li.traffic-type-draggable.storage {
background-position: -170px -1160px;
}
.multi-wizard.zone-wizard .traffic-types-drag-area li.traffic-type-draggable.storage:hover,
.multi-wizard.zone-wizard .select-container.multi li.traffic-type-draggable.storage:hover {
background-position: -244px -1224px;
}
.multi-wizard.zone-wizard .traffic-types-drag-area > ul > li .info {
float: left;
width: 100%;
margin: 5px 0 0 -2px;
line-height: 14px;
}
.multi-wizard.zone-wizard .traffic-types-drag-area > ul > li .info .title {
font-weight: bold;
color: #787879;
text-align: center;
}
.multi-wizard.zone-wizard .traffic-types-drag-area > ul > li .info .desc {
display: none;
}
/*** Traffic type icon -- edit button*/
.multi-wizard.zone-wizard .traffic-type-draggable .edit-traffic-type {
display: none;
}
.multi-wizard.zone-wizard .drop-container .traffic-type-draggable > .edit-traffic-type {
display: block;
position: relative;
top: 70px;
left: -16px;
width: 59px;
height: 23px;
padding: 2px 9px 0 12px;
/*+border-radius:4px;*/
border: 1px solid #c4c4c4;
border-top: 1px solid #ffffff;
border-radius: 4px;
border-radius: 4px 4px 4px 4px;
background: url("../images/bg-gradients.png") 0 -1342px;
cursor: pointer;
/*+placement:shift -16px 70px;*/
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
-khtml-border-radius: 4px;
}
.multi-wizard.zone-wizard .drop-container .traffic-type-draggable > .edit-traffic-type:hover {
box-shadow: inset 0 -1px 1px #727272;
background-position: 0 -105px;
/*+box-shadow:inset 0px -1px 1px #727272;*/
color: #ffffff;
-moz-box-shadow: inset 0 -1px 1px #727272;
-webkit-box-shadow: inset 0 -1px 1px #727272;
-o-box-shadow: inset 0 -1px 1px #727272;
}
.multi-wizard.zone-wizard .drop-container .traffic-type-draggable > .edit-traffic-type:hover span {
color: #ffffff;
/*+text-shadow:0px 1px 1px #000000;*/
text-shadow: 0 1px 1px #000000;
-moz-text-shadow: 0 1px 1px #000000;
-webkit-text-shadow: 0 1px 1px #000000;
-o-text-shadow: 0 1px 1px #000000;
}
.multi-wizard.zone-wizard .drop-container .traffic-type-draggable:hover > .edit-traffic-type {
/*+placement:shift -7px 76px;*/
position: relative;
top: 76px;
left: -7px;
}
.multi-wizard.zone-wizard .drop-container .traffic-type-draggable .edit-traffic-type span {
font-size: 11px;
font-weight: bold;
color: #4e73a6;
text-align: center;
/*+text-shadow:0px 1px #FFFFFF;*/
text-shadow: 0 1px #ffffff;
-moz-text-shadow: 0 1px #ffffff;
-webkit-text-shadow: 0 1px #ffffff;
-o-text-shadow: 0 1px #ffffff;
}
.multi-wizard.zone-wizard .drop-container .traffic-type-draggable .edit-traffic-type span.icon {
float: left;
padding: 7px 11px 0 7px;
background: url("../images/sprites.png") -7px -4px;
}
.multi-wizard.zone-wizard .traffic-type-draggable .edit-traffic-type span.name {
position: relative;
float: left;
top: -16px;
left: -13px;
width: 76px;
margin-bottom: -13px;
/*+border-radius:4px 4px 0 0;*/
padding: 2px;
border: 1px solid #c3bcbc;
border-bottom: 1px solid #d1cdcd;
border-radius: 4px 4px 0 0;
/*+placement:shift -13px -16px;*/
box-shadow: inset 0 1px 1px #f5f4f4;
background: #dbe1e9;
font-size: 10px;
color: #4e5f6f;
-moz-border-radius: 4px 4px 0 0;
-webkit-border-radius: 4px 4px 0 0;
/*+box-shadow:inset 0px 1px 1px #F5F4F4;*/
-khtml-border-radius: 4px 4px 0 0;
-moz-box-shadow: inset 0 1px 1px #f5f4f4;
-webkit-box-shadow: inset 0 1px 1px #f5f4f4;
-o-box-shadow: inset 0 1px 1px #f5f4f4;
}
.multi-wizard.zone-wizard .traffic-type-draggable .edit-traffic-type:hover span.name {
background: #c4c3c3;
}
/*** Configure guest network -- tabs*/
.multi-wizard.zone-wizard .setup-guest-traffic .ui-widget-content {
position: relative;
top: -7px;
left: -1px;
width: 682px;
/*+placement:shift -1px -7px;*/
height: 281px;
border-right: 0;
border-bottom: 0;
}
.multi-wizard.zone-wizard .setup-guest-traffic ul.ui-tabs-nav {
position: relative;
/*+placement:shift -4px -8px;*/
top: -8px;
left: -4px;
width: 456px;
}
.multi-wizard.zone-wizard .setup-guest-traffic .main-desc {
margin-top: 27px;
margin-left: -3px;
}
.multi-wizard.zone-wizard .setup-guest-traffic .content {
margin-top: 2px;
margin-left: -4px;
}
/*** Multi-edit*/
.multi-wizard.zone-wizard .multi-edit {
float: left;
width: 732px;
margin-left: 0;
}
.multi-wizard.zone-wizard .multi-edit table {
float: left;
width: 98%;
}
.multi-wizard.zone-wizard .multi-edit table td,
.multi-wizard.zone-wizard .multi-edit table th {
padding: 4px;
}
.multi-wizard.zone-wizard .multi-edit table th {
padding-top: 11px;
padding-bottom: 8px;
}
.multi-wizard.zone-wizard .multi-edit table input {
margin: 2px 0 2px -5px;
padding: 2px 0;
}
.multi-wizard.zone-wizard .multi-edit .data {
float: left;
overflow: visible;
}
.multi-wizard.zone-wizard .multi-edit .data-body {
margin: 0;
}
.multi-wizard.zone-wizard .multi-edit .data-body .data-item {
float: left;
}
.multi-wizard.zone-wizard .multi-edit .data-body .data-item td {
padding-top: 8px;
padding-bottom: 8px;
}
.multi-wizard.zone-wizard .multi-edit .data-body .data-item td span {
max-width: 91px;
font-size: 10px;
text-overflow: ellipsis;
}
/*** Select container fields*/
.multi-wizard.zone-wizard .select-container .field {
float: left;
width: 100%;
padding-bottom: 13px;
}
.multi-wizard.zone-wizard .select-container .field.odd {
background: #ebeff5;
}
.multi-wizard.zone-wizard .select-container .field .name {
float: left;
width: 95px;
margin: 18px 0 0 12px;
font-size: 11px;
line-height: 13px;
text-align: left;
}
.multi-wizard.zone-wizard .select-container .field .value {
position: relative;
float: left;
}
.multi-wizard.zone-wizard .select-container .field .value span {
display: block;
margin: 20px 0 0;
font-size: 11px;
color: #052060;
}
.multi-wizard.zone-wizard .select-container .field .value label.error {
display: block;
position: absolute;
position: relative;
position: absolute;
float: right;
top: 31px;
left: 1px;
/*+placement:shift 1px 31px;*/
margin: 2px 0 0 16px;
font-size: 10px;
color: #ff0000;
text-align: left;
}
.multi-wizard.zone-wizard .select-container .field .value input,
.multi-wizard.zone-wizard .select-container .field .value select {
float: left;
width: 316px;
height: 20px;
margin: 13px 13px 0 18px;
}
.multi-wizard.zone-wizard .select-container .field .range-edit .range-item {
float: left;
width: 106px;
}
.multi-wizard.zone-wizard .select-container .field .range-edit .range-item input[type='text'] {
width: 93px;
margin: 16px 0 0 17px;
}
.multi-wizard.zone-wizard .select-container .field .value select {
width: 327px;
height: 21px;
}
.multi-wizard.zone-wizard .select-container .field .value input[type='checkbox'] {
display: block;
float: left;
width: 13px;
}
.multi-wizard.zone-wizard .select-container .field .value.multi-range input {
float: left;
width: 137px;
}
.multi-wizard.zone-wizard .select-container .field .value.multi-range span {
float: left;
margin: 13px 0 0;
}
.multi-wizard.zone-wizard .select-container .field .select-array {
display: inline-block;
width: 360px;
}
/*[clearfix]*/
.multi-wizard.zone-wizard .select-container .field .select-array-item {
float: left;
width: 175px;
height: 34px;
}
div.toolbar,
.multi-wizard.zone-wizard .select-container .field .select-array-item {
display: block;
}
div.toolbar:after,
.multi-wizard.zone-wizard .select-container .field .select-array-item:after {
visibility: hidden;
content: '.';
display: block;
clear: both;
height: 0;
font-size: 0;
}
.multi-wizard.zone-wizard .select-container .field .select-array-item .name {
float: right;
width: 127px;
margin: 11px 0 0;
padding: 0;
}
.multi-wizard.zone-wizard .select-container .field .select-array-item .value {
float: right;
width: 41px;
margin: 0;
padding: 0;
}
.multi-wizard.zone-wizard .select-container .field .select-array-item .value input {
width: inherit;
margin: 12px 0 0 11px;
}
.multi-wizard.zone-wizard .setup-physical-network .button.add.new-physical-network {
visibility: hidden;
float: right;
margin: 14px 6px 0 0;
padding: 6px 20px 6px 11px;
border: 1px solid #ada7a7;
border-radius: 4px;
border-radius: 4px 4px 4px 4px;
/*+border-radius:4px;*/
background: #808080 url("../images/bg-gradients.png") 0 -264px;
font-size: 12px;
color: #475765;
text-shadow: 0 1px 1px #ffffff;
cursor: pointer;
-moz-border-radius: 4px;
/*+text-shadow:0px 1px 1px #FFFFFF;*/
-webkit-border-radius: 4px;
-khtml-border-radius: 4px;
-moz-text-shadow: 0 1px 1px #ffffff;
-webkit-text-shadow: 0 1px 1px #ffffff;
-o-text-shadow: 0 1px 1px #ffffff;
}
.multi-wizard.zone-wizard .setup-physical-network .button.remove.physical-network {
position: relative;
float: right;
top: 27px;
margin: -26px 0 0;
padding: 10px 10px 0;
background: url("../images/sprites.png") -6px -93px;
cursor: pointer;
}
.multi-wizard.zone-wizard .setup-physical-network .select-container.disabled .button.remove.physical-network {
display: none;
}
.multi-wizard.zone-wizard .setup-physical-network .button.remove.physical-network:hover {
background-position: -6px -675px;
}
.multi-wizard.zone-wizard .setup-physical-network .button.add.new-physical-network:hover {
background-position: 0 -349px;
color: #000000;
/*+text-shadow:0px 1px 2px #FFFFFF;*/
text-shadow: 0 1px 2px #ffffff;
-moz-text-shadow: 0 1px 2px #ffffff;
-webkit-text-shadow: 0 1px 2px #ffffff;
-o-text-shadow: 0 1px 2px #ffffff;
}
.multi-wizard.zone-wizard .setup-physical-network .button.add.new-physical-network .icon {
padding: 10px;
background: url("../images/sprites.png") -44px -58px;
}
/*** Review / launch*/
.multi-wizard.zone-wizard .review .launch-container {
float: left;
width: 98%;
max-height: 438px;
margin: 11px 0 0 7px;
border: 1px solid #cacaca;
border-radius: 4px;
border-radius: 4px 4px 4px 4px;
background: #ececec 0 -12px;
background: #f7f7f7;
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f7f7f7), color-stop(100%, #eaeaea));
background: -webkit-linear-gradient(top, #f7f7f7 0%, #eaeaea 100%);
background: linear-gradient(to bottom, #f7f7f7 0%, #eaeaea 100%);
/*+border-radius:4px;*/
overflow: auto;
overflow-x: hidden;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7f7f7', endColorstr='#eaeaea', GradientType=0);
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
-khtml-border-radius: 4px;
}
.multi-wizard.zone-wizard .review .launch-container li {
width: 100%;
padding: 15px 0 15px 12px;
font-size: 12px;
font-weight: bold;
text-align: left;
}
.multi-wizard.zone-wizard .review .launch-container li .icon {
/*[empty]display:;*/
padding: 10px 21px 10px 10px;
background: url("../images/icons.png") -2px -217px;
}
.multi-wizard.zone-wizard .review .launch-container li.loading .icon {
background: url("../images/ajax-loader-small.gif") no-repeat 2px 9px;
}
.multi-wizard.zone-wizard .review .launch-container li.error .icon {
background-position: -2px -185px;
}
.multi-wizard.zone-wizard .review .launch-container li.info .icon {
display: none;
}
.tree-view {
width: 24%;
height: 98%;
overflow: auto;
}
.tree-view.overflowScroll {
overflow: scroll;
}
.tree-view ul {
display: block;
width: 85px;
}
.tree-view ul li {
display: block;
position: relative;
clear: both;
left: 21px;
width: 100%;
margin: 7px 0 0;
font-size: 12px;
}
.tree-view > ul {
/*+placement:shift 3px 40px;*/
position: relative;
top: 40px;
left: 3px;
}
.tree-view > ul > li {
left: 5px;
}
.tree-view ul li .name {
float: left;
margin: 1px 0 13px 17px;
padding: 6px 9px 6px 4px;
cursor: pointer;
}
.tree-view ul li .name:hover {
text-decoration: underline;
}
.tree-view ul li .name.selected {
border-radius: 5px;
/*+border-radius:5px;*/
border-radius: 5px 5px 5px 5px;
background: #dddcdd;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
-khtml-border-radius: 5px;
}
.tree-view ul li .expand {
position: absolute;
float: left;
float: left;
width: 10px;
height: 10px;
margin: 4px 5px 0 0;
background: url("../images/buttons.png") -630px -245px;
cursor: pointer;
}
.tree-view ul li.expanded > .expand {
background-position: -631px -228px;
}
#browser .tree-view div.toolbar div.text-search {
float: left;
}
.ui-dialog .list-view {
height: 515px !important;
overflow: auto;
overflow-x: hidden;
}
.ui-dialog .list-view .toolbar {
top: 50px;
width: 100%;
}
div.panel.ui-dialog div.list-view div.fixed-header {
z-index: 1;
top: 55px;
left: 35px;
width: 759px;
height: 49px;
margin: 0;
background-color: #ffffff;
}
.ui-dialog .list-view table {
top: 9px !important;
}
.ui-dialog.panel div.list-view div.data-table table {
width: 778px;
margin-top: 39px;
}
.ui-dialog.panel div.list-view div.data-table table tbody tr.multi-edit-selected {
background: #c3e0fc;
}
/*List-view: subselect dropdown*/
.list-view .subselect {
display: block;
float: left;
clear: both;
width: 173px;
margin: 0 0 0 -3px;
padding: 0;
border: 1px solid #a8a7a7;
border-radius: 2px;
background: #e8e8e8;
/*+border-radius:2px;*/
cursor: default;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
-khtml-border-radius: 2px;
}
.list-view .subselect:hover span {
color: initial;
}
.list-view .subselect span {
margin: 4px 0 0 12px;
cursor: default;
}
.list-view .subselect span.info {
background: none;
font-size: 10px;
white-space: nowrap;
}
.list-view .subselect span:hover {
color: initial;
}
.list-view .subselect select {
width: 175px;
margin: 0 0 0 -11px;
font-size: 10px;
}
div.container div.panel div#details-tab-addloadBalancer.detail-group div.loadBalancer div.multi-edit form table.multi-edit thead tr th,
div.container div.panel div#details-tab-addloadBalancer.detail-group div.loadBalancer div.multi-edit form table.multi-edit tbody tr td {
min-width: 100px;
}
.multi-edit {
overflow: auto;
}
.multi-edit > form {
position: relative;
clear: both;
}
.multi-edit table.multi-edit {
border-top: 0;
}
.multi-edit table th {
min-width: 88px;
white-space: nowrap;
text-align: center;
text-indent: 0;
}
.detail-group .multi-edit table td {
border-left: 1px solid #cdcccc;
}
.detail-view .multi-edit input {
width: 70%;
}
.detail-view .multi-edit select {
width: 93%;
min-width: 80px;
font-size: 10px;
}
.multi-edit input {
width: 85%;
}
.multi-edit .range {
position: relative;
}
.multi-edit .range .range-item {
float: left;
}
.multi-edit .range input {
position: relative;
width: 35px;
margin-right: 2px;
}
.multi-edit .range label {
display: block;
position: relative;
/*+placement:shift 3px 2px;*/
clear: both;
top: 2px;
left: 3px;
}
.multi-edit label.error {
float: left;
margin: 3px 0 0;
font-size: 10px;
}
.multi-edit .data-table td span {
float: left;
}
.multi-edit .data-table td.add-vm {
cursor: pointer;
}
.multi-edit th.add-rule,
.multi-edit td.add-rule {
border-right: 1px solid #cdcccc;
}
.multi-edit .data-table td.add-vm:hover {
color: #5faaf7;
}
.multi-edit .data-table .fixed-header {
display: none;
}
.multi-edit .button.add-vm {
position: relative;
top: 0;
left: 4px;
width: 74px;
/*+text-shadow:0px 1px 1px #000000;*/
padding: 6px 0 4px;
border: 1px solid #858585;
border-top: 0;
border-radius: 5px;
/*+box-shadow:0px 1px 1px #FFFFFF;*/
border-radius: 5px 5px 5px 5px;
box-shadow: 0 1px 1px #ffffff;
background: url("../images/bg-gradients.png") repeat-x 0 -220px;
font-size: 10px;
font-weight: bold;
color: #ffffff;
/*+border-radius:5px;*/
text-align: center;
text-indent: 0;
text-shadow: 0 1px 1px #000000;
cursor: pointer;
-moz-text-shadow: 0 1px 1px #000000;
-webkit-text-shadow: 0 1px 1px #000000;
-o-text-shadow: 0 1px 1px #000000;
-moz-box-shadow: 0 1px 1px #ffffff;
-webkit-box-shadow: 0 1px 1px #ffffff;
-o-box-shadow: 0 1px 1px #ffffff;
/*+placement:shift 4px 0px;*/
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
-khtml-border-radius: 5px;
}
.multi-edit .button.add-vm:hover {
box-shadow: inset 0 1px 1px #000000;
/*+box-shadow:inset 0px 1px 1px #000000;*/
background-position: 0 -241px;
-moz-box-shadow: inset 0 1px 1px #000000;
-webkit-box-shadow: inset 0 1px 1px #000000;
-o-box-shadow: inset 0 1px 1px #000000;
}
.multi-edit .button.custom-action {
border: 1px solid #b7b7b7;
background: url("../images/bg-gradients.png") 0 -271px;
font-size: 10px;
color: #485867;
/*+text-shadow:0px 1px #FFFFFF;*/
text-shadow: 0 1px #ffffff;
-moz-text-shadow: 0 1px #ffffff;
-webkit-text-shadow: 0 1px #ffffff;
-o-text-shadow: 0 1px #ffffff;
}
.multi-edit td.disabled .button.add-vm.custom-action {
/*+opacity:50%;*/
opacity: 0.5;
cursor: not-allowed;
filter: alpha(opacity=50);
-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
-moz-opacity: 0.5;
}
.multi-edit .button.custom-action:hover {
background: #808080 url("../images/bg-gradients.png");
color: #ffffff;
/*+text-shadow:0px 1px 1px #000000;*/
text-shadow: 0 1px 1px #000000;
-moz-text-shadow: 0 1px 1px #000000;
-webkit-text-shadow: 0 1px 1px #000000;
-o-text-shadow: 0 1px 1px #000000;
}
.ui-dialog.multi-edit-add-list {
width: initial !important;
}
.ui-dialog.multi-edit-add-list .ui-dialog-buttonpane {
display: block;
}
.ui-dialog.multi-edit-add-list .ui-dialog-buttonpane .ui-dialog-buttonset {
width: initial;
padding-right: 15px;
}
.ui-dialog.multi-edit-add-list .ui-dialog-buttonpane .ui-dialog-buttonset button {
top: 0;
left: 0;
}
.multi-edit-add-list .ui-button.ok,
.multi-edit-add-list .ui-button.cancel {
position: relative;
/*+placement:shift 506px -18px;*/
float: right;
top: -18px;
left: 506px;
}
.multi-edit-add-list .ui-button.cancel {
/*+placement:shift 492px -18px;*/
position: relative;
left: 492px;
border: 0;
background: transparent;
font-weight: bold;
color: #808b95;
}
.multi-edit-add-list div.form-container {
width: auto !important;
height: auto;
text-align: center;
}
.multi-edit-add-list div.form-container div.name label {
display: inline;
}
.multi-edit .data .data-body {
margin: auto auto auto 11px;
overflow: hidden;
}
.panel.always-maximized .multi-edit .data .data-body {
width: 96%;
margin: 0 0 0 12px;
}
.multi-edit .data .data-body .data-item {
position: relative;
margin-bottom: 14px;
border: 1px solid #cdcccc;
}
.multi-edit .data .data-body .data-item .loading-overlay {
background-position: 50% 50%;
}
.multi-edit .data .data-body .data-item.loading {
height: 28px;
border: 1px solid #dddddd;
background: #ffffff url("../images/ajax-loader.gif") no-repeat center;
}
.multi-edit .data .data-body .data-item.loading .label {
margin: 12px 0 0;
font-size: 12px;
color: #808080;
text-align: center;
text-indent: 19%;
}
.multi-edit .data .data-body .data-item table {
width: 100%;
margin: 0;
border: 0;
background: #f0f1f2;
overflow: hidden;
}
.multi-edit .data .data-body .data-item tr {
border: 0;
background: #efefef;
}
.multi-edit .data .data-body .data-item table tbody tr td {
height: 15px;
border-right: 1px solid #cfc9c9;
border-left: 0;
background: #f0f1f2;
overflow: auto;
}
.multi-edit .data .data-body .data-item > table tbody tr td span {
display: block;
float: left;
max-width: 90%;
text-overflow: ellipsis;
overflow: hidden;
}
.multi-edit .data .data-body .data-item table tbody tr td.name {
padding-top: 9px;
}
.multi-edit .data .data-body .data-item table tbody tr td.name span {
width: 53px;
font-weight: bold;
color: #4c5d78;
}
.multi-edit .data .data-body .data-item .expandable-listing table tbody tr td.name span {
font-weight: normal;
color: #4c5d78;
cursor: pointer;
}
.multi-edit .data .data-body .data-item .expandable-listing table tbody tr td.name span:hover {
color: #0000ff;
}
div#details-tab-aclRules table.multi-edit tr th.number,
div#details-tab-aclRules div.data-item table tr td.number {
width: 45px !important;
min-width: 45px !important;
max-width: 45px !important;
}
div#details-tab-aclRules div.multi-edit table tr th.action,
div#details-tab-aclRules div.multi-edit table tr td.action {
width: 40px !important;
min-width: 40px !important;
max-width: 40px !important;
}
div#details-tab-aclRules div.multi-edit table tr th.protocol,
div#details-tab-aclRules div.multi-edit table tr td.protocol {
width: 50px !important;
min-width: 50px !important;
max-width: 50px !important;
}
div#details-tab-aclRules div.multi-edit table tr th.protocolnumber,
div#details-tab-aclRules div.multi-edit table tr td.protocolnumber {
width: 60px !important;
min-width: 60px !important;
max-width: 60px !important;
}
div#details-tab-aclRules div.multi-edit table tr th.traffictype,
div#details-tab-aclRules div.multi-edit table tr td.traffictype {
width: 60px !important;
min-width: 60px !important;
max-width: 60px !important;
}
div#details-tab-aclRules div.multi-edit table tr th.reason,
div#details-tab-aclRules div.multi-edit table tr td.reason {
width: 60px !important;
min-width: 60px !important;
max-width: 60px !important;
}
div#details-tab-aclRules div.multi-edit table tr th.icmptype,
div#details-tab-aclRules div.multi-edit table tr td.icmptype,
div#details-tab-aclRules div.multi-edit table tr th.icmpcode,
div#details-tab-aclRules div.multi-edit table tr td.icmpcode {
width: 60px !important;
min-width: 60px !important;
max-width: 60px !important;
}
div#details-tab-aclRules div.multi-edit table tr th.startport,
div#details-tab-aclRules div.multi-edit table tr td.startport,
div#details-tab-aclRules div.multi-edit table tr th.endport,
div#details-tab-aclRules div.multi-edit table tr td.endport {
width: 60px !important;
min-width: 60px !important;
max-width: 60px !important;
}
div#details-tab-aclRules td.cidrlist span {
width: 100%;
text-align: center;
}
.multi-edit .data .data-body .data-item table tbody tr td.multi-actions .action {
float: left;
width: 28px;
height: 21px;
cursor: pointer;
}
.multi-edit .data .data-body .data-item table tbody tr td.multi-actions .action span.icon {
float: left;
width: 28px;
height: 21px;
background-image: url("../images/sprites.png");
cursor: pointer;
}
.multi-edit .data .data-body .data-item tr td .expand {
display: block;
float: left;
width: 14px;
height: 15px;
margin: -3px 0 0 11px;
border: 1px solid #d0d0d0;
/*+border-radius:9px;*/
border-radius: 9px;
border-radius: 9px 9px 9px 9px;
background: #ffffff url("../images/sprites.png") -541px -499px;
cursor: pointer;
-moz-border-radius: 9px;
-webkit-border-radius: 9px;
-khtml-border-radius: 9px;
}
.multi-edit .data .data-body .data-item tr td.add-vm,
.multi-edit tr th.add-vm {
cursor: pointer;
}
.multi-edit .data .data-body .data-item tr td .custom-action {
margin: -2px 0 0 0;
}
.multi-edit .data .data-body .data-item tr td.add-vm:hover {
font-weight: bold;
color: #0060ff;
}
.multi-edit .data .data-body .data-item tr td.add-vm p {
margin-top: 3px;
margin-bottom: 6px;
padding-left: 9px;
text-indent: 0;
}
.multi-edit .data .data-body .data-item tr td.multi-actions .icon {
/*+placement:shift -3px -2px;*/
position: relative;
top: -2px;
left: -3px;
}
.multi-edit .data .data-body .data-item .expandable-listing {
width: 99.8%;
max-height: 161px;
border: 1px solid #cfc9c9;
overflow: auto;
overflow-x: hidden;
}
.multi-edit .data .data-body .data-item .expandable-listing tr {
width: 100%;
margin: 0;
padding: 0;
border: 0;
}
.multi-edit .data .data-body .data-item .expandable-listing tr td {
margin: 0;
border: 0;
background: #dde0e2;
text-indent: 37px;
}
.multi-edit .data .data-body .data-item .expandable-listing tr.odd td {
background: #f2f0f0;
}
.ui-tabs-panel .add-by {
width: 94%;
margin: 13px 0 0 14px;
font-size: 12px;
color: #536474;
}
.ui-tabs-panel .add-by .selection {
width: 236px;
margin: 8px 0 0;
}
.ui-tabs-panel .add-by .selection input {
margin: 0 6px 0 0;
}
.ui-tabs-panel .add-by .selection label {
margin: 0 22px 0 0;
}
/** Fix long table overflow*/
.detail-view .multi-edit {
width: 100%;
}
.detail-view .multi-edit table {
width: 97%;
max-width: inherit;
}
.detail-view .multi-edit table tr th,
.detail-view .multi-edit table tr td {
width: 84px !important;
min-width: 84px !important;
max-width: 84px !important;
font-size: 10px;
}
/* special case for 'Source CIDR' column - make it wide enough to fit a CIDR without ellipsizing*/
.detail-view .multi-edit table tr th.cidrlist,
.detail-view .multi-edit table tr td.cidrlist {
min-width: 118px !important;
max-width: 118px !important;
padding: 0 0 0 0;
}
.detail-view .multi-edit td.cidrlist input {
width: 85%;
}
/** Header fields*/
.multi-edit .header-fields {
position: relative;
/*+placement:shift 14px 11px;*/
position: relative;
top: 11px;
left: 14px;
}
.multi-edit .header-fields .form-container {
width: 96%;
height: 32px;
border: 1px solid #d4cfcf;
/*+border-radius:4px;*/
border-radius: 4px;
background: #e4e4e4;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
-khtml-border-radius: 4px;
}
.multi-edit .header-fields .form-item {
float: left;
margin-right: 0;
margin-bottom: 32px;
padding: 4px 15px 3px 9px;
}
.multi-edit .header-fields .form-item input,
.multi-edit .header-fields .form-item select {
margin-top: 4px;
}
.multi-edit .header-fields .form-item .name,
.multi-edit .header-fields .form-item .value {
float: left;
}
.multi-edit .header-fields .form-item .name {
padding: 5px;
font-size: 14px;
color: #55687a;
}
/*Sortable*/
.multi-edit table tbody tr td.reorder,
.multi-edit table thead tr th.reorder {
width: 16px !important;
min-width: 16px !important;
max-width: 16px !important;
}
/*Security Rules*/
.security-rules .multi-edit input {
width: 69px;
margin: 0 0 0 9px;
}
.security-rules .multi-edit .range input {
width: 44px;
margin: 0;
}
.recurring-snapshots {
display: inline-block;
}
.recurring-snapshots .schedule .forms .formContainer {
min-height: 250px;
}
.recurring-snapshots .schedule .add-snapshot-actions {
float: left;
clear: both;
width: 581px;
margin-bottom: 13px;
border-top: 1px solid #ffffff;
font-size: 13px;
}
.recurring-snapshots .schedule .add-snapshot-action {
/*+placement:shift -7px -34px;*/
position: relative;
float: right;
top: -34px;
left: -7px;
padding: 10px;
cursor: pointer;
}
.recurring-snapshots .schedule .add-snapshot-action.add {
font-weight: bold;
/*+text-shadow:0px 1px 1px #FFFFFF;*/
color: #0000ff;
text-shadow: 0 1px 1px #ffffff;
-moz-text-shadow: 0 1px 1px #ffffff;
-webkit-text-shadow: 0 1px 1px #ffffff;
-o-text-shadow: 0 1px 1px #ffffff;
}
.recurring-snapshots .schedule .add-snapshot-action.add:hover {
color: #1a85f4;
}
.recurring-snapshots .schedule p {
margin: 0;
font-size: 13px;
}
.recurring-snapshots .schedule .forms form {
font-size: 12px;
color: #4f6171;
}
.recurring-snapshots .schedule .forms form select {
float: left;
max-width: 100%;
margin: 3px 10px 3px 3px;
}
.recurring-snapshots .schedule .forms form input {
/*+placement:shift 1px 4px;*/
position: relative;
top: 4px;
left: 1px;
}
.recurring-snapshots .schedule .forms form label {
/*+placement:shift 5px 4px;*/
position: relative;
top: 4px;
left: 5px;
}
.recurring-snapshots .schedule .forms .tagger form div.value label {
width: 25px;
top: 10px;
}
.recurring-snapshots .schedule .forms form label.error {
float: left;
width: 100%;
font-size: 10px;
}
.recurring-snapshots .schedule .forms form .field {
float: left;
width: 100%;
margin: 8px 0 0;
}
.recurring-snapshots .schedule .forms .tagger form .field {
margin: 0;
}
.recurring-snapshots .schedule .forms form .name {
float: left;
width: 72px;
margin: 3px 14px 0 0;
padding: 4px 0 0;
text-align: right;
}
.recurring-snapshots .schedule .forms form .value {
float: left;
width: 470px;
text-align: left;
}
.ui-dialog .recurring-snapshots .ui-widget-content {
margin: 0;
padding: 0;
}
.recurring-snapshots .ui-button {
/*+placement:anchor-bottom-right 9px 9px;*/
position: absolute;
right: 9px;
bottom: 9px;
}
.recurring-snapshots .scheduled-snapshots {
position: relative;
clear: both;
top: -26px;
}
.recurring-snapshots .scheduled-snapshots p {
font-size: 12px;
font-weight: bold;
/*+text-shadow:0px 2px 2px #FFFFFF;*/
text-shadow: 0 2px 2px #ffffff;
-moz-text-shadow: 0 2px 2px #ffffff;
-webkit-text-shadow: 0 2px 2px #ffffff;
-o-text-shadow: 0 2px 2px #ffffff;
}
.recurring-snapshots .scheduled-snapshots table {
position: relative;
/*+placement:shift 0px -14px;*/
top: -14px;
width: 100%;
margin: 0;
border: 0;
}
.recurring-snapshots .scheduled-snapshots table td.actions div.action span.icon {
/*+placement:shift -3px -4px;*/
position: relative;
top: -4px;
left: -3px;
}
.recurring-snapshots .scheduled-snapshots tr {
display: block;
display: none;
width: 100%;
height: 38px;
margin: 22px 0 0;
padding: 0;
border: 0;
}
.recurring-snapshots .scheduled-snapshots tr td {
padding: 5px 0 0 14px;
border: 0;
font-size: 12px;
word-break: keep-all;
word-wrap: normal;
text-indent: 0;
}
.recurring-snapshots .scheduled-snapshots tr td.keep {
min-width: 60px;
}
.recurring-snapshots .scheduled-snapshots tr td.timezone {
min-width: 168px;
font-size: 12px;
}
.recurring-snapshots .scheduled-snapshots tr td.timezone span {
font-size: 10px;
}
.recurring-snapshots .scheduled-snapshots table tbody tr td.actions {
min-width: 22px !important;
max-width: 22px !important;
}
.recurring-snapshots .scheduled-snapshots tr td.time {
min-width: 144px;
background: url("../images/sprites.png") no-repeat -536px -533px;
text-indent: 0.7em;
}
.recurring-snapshots .scheduled-snapshots tr.daily td.time {
background-position: -537px -569px;
}
.recurring-snapshots .scheduled-snapshots tr.weekly td.time {
background-position: -537px -605px;
}
.recurring-snapshots .scheduled-snapshots tr.monthly td.time {
background-position: -537px -648px;
}
.recurring-snapshots p {
display: block;
max-width: 550px;
margin-bottom: 16px;
padding: 0 47px 0 0;
font-size: 14px;
line-height: 18px;
/*+text-shadow:0px 3px 3px #FFFFFF;*/
color: #475765;
text-align: left;
text-shadow: 0 3px 3px #ffffff;
-moz-text-shadow: 0 3px 3px #ffffff;
-webkit-text-shadow: 0 3px 3px #ffffff;
-o-text-shadow: 0 3px 3px #ffffff;
}
.recurring-snapshots .ui-tabs ul {
display: block;
position: relative;
width: 100%;
margin: 0;
margin: 0;
padding: 0;
}
.recurring-snapshots .ui-tabs .tagger ul {
margin: 16px auto auto;
padding-bottom: 10px;
}
.recurring-snapshots .ui-tabs ul li a {
width: 76px;
background: url("../images/sprites.png") no-repeat -521px -533px;
}
.recurring-snapshots .ui-tabs ul li.disabled a {
/*+opacity:50%;*/
opacity: 0.5;
filter: alpha(opacity=50);
-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
-moz-opacity: 0.5;
}
.recurring-snapshots .ui-tabs ul li.disabled:hover a {
border: 0;
border: 0;
box-shadow: 0 0;
/*+box-shadow:0px 0px;*/
background-color: transparent;
cursor: default;
-moz-box-shadow: 0 0;
-webkit-box-shadow: 0 0;
-o-box-shadow: 0 0;
-moz-box-shadow: 0 0 none;
-webkit-box-shadow: 0 0 none;
-o-box-shadow: 0 0 none;
-moz-box-shadow: none;
-webkit-box-shadow: none;
-o-box-shadow: none;
}
.recurring-snapshots .ui-tabs ul li.daily a {
background-position: -522px -570px;
}
.recurring-snapshots .ui-tabs ul li.weekly a {
background-position: -526px -605px;
}
.recurring-snapshots .ui-tabs ul li.monthly a {
background-position: -528px -649px;
}
.recurring-snapshots .ui-tabs div.ui-tabs-panel {
width: 100%;
height: 144px;
border: 0;
background: #e9e9e9;
}
.recurring-snapshots .ui-tabs div.ui-tabs-panel.ui-tabs-hide {
display: none;
}
.upload-volume .list-view {
margin-top: 5px !important;
}
.upload-volume .listView-container {
width: 823px;
margin: 71px 0 20px 28px;
border: 1px solid #dadada;
border-radius: 4px;
/*+border-radius:4px;*/
border-radius: 4px 4px 4px 4px;
background: #ffffff;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
-khtml-border-radius: 4px;
}
.upload-volume div.list-view .data-table div.fixed-header {
top: 115px !important;
left: 56px !important;
background: #ffffff !important;
}
.upload-volume .data-table table.body {
margin-top: 66px !important;
margin-left: 19px;
}
.upload-volume .list-view .toolbar {
top: 118px;
left: 43px;
width: 801px;
border: 0;
background: transparent;
}
.upload-volume .top-fields {
float: left;
clear: none;
margin-left: 24px;
}
.upload-volume .top-fields .field {
float: left;
margin-right: 50px;
}
.upload-volume .top-fields input {
float: right;
/*+border-radius:3px;*/
width: 186px;
padding: 2px;
border-radius: 3px;
border-radius: 3px 3px 3px 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
-khtml-border-radius: 3px;
}
.upload-volume .top-fields label,
.upload-volume .desc {
display: block;
float: left;
padding: 6px;
font-size: 12px;
color: #4c5d6c;
/*+text-shadow:0px 0px #FFFFFF;*/
text-shadow: 0 0 #ffffff;
-moz-text-shadow: 0 0 #ffffff;
-webkit-text-shadow: 0 0 #ffffff;
-o-text-shadow: 0 0 #ffffff;
}
.upload-volume .desc {
position: absolute;
top: 79px;
left: 32px;
width: 825px;
border-top: 1px solid #cfcfcf;
text-align: left;
}
.network-chart {
position: relative;
width: 100%;
height: 100%;
background: url("../images/bg-network.png") no-repeat 38% 70px;
}
.network-chart.static-nat {
background: url("../images/bg-network-nat.png") no-repeat 31% 62px;
}
.network-chart ul {
position: absolute;
top: 0;
left: 0;
width: 536px;
height: 421px;
}
.network-chart li {
display: block;
width: 147px;
height: 86px;
background: url("../images/buttons.png") no-repeat 0 -399px;
}
.network-chart li.static-nat-enabled {
/*+placement:shift 31px 44px;*/
position: relative;
top: 44px;
left: 31px;
}
.network-chart li.static-nat-enabled .vmname {
/*+placement:shift 16px 41px;*/
position: relative;
position: absolute;
top: 41px;
left: 16px;
max-width: 98px;
max-height: 21px;
padding: 7px;
border-radius: 9px;
border-radius: 9px 9px 9px 9px;
background: url("../images/bg-gradients.png") repeat-x 2px -221px;
font-size: 10px;
font-weight: bold;
/*+text-shadow:0px 1px 1px #000000;*/
color: #485563;
color: #ffffff;
text-shadow: 0 1px 1px #000000;
cursor: pointer;
overflow: hidden;
-moz-text-shadow: 0 1px 1px #000000;
/*+border-radius:9px;*/
-webkit-text-shadow: 0 1px 1px #000000;
-o-text-shadow: 0 1px 1px #000000;
-moz-border-radius: 9px;
-webkit-border-radius: 9px;
-khtml-border-radius: 9px;
}
.network-chart li.static-nat-enabled .vmname:hover {
background-position: 0 -946px;
}
.network-chart li.static-nat-enabled .name {
background: url("../images/sprites.png") no-repeat -6px -460px;
}
.network-chart li.static-nat-enabled .name span {
padding: 0 0 0 25px;
font-size: 11px;
}
.network-chart li.disabled {
/*+opacity:100%;*/
opacity: 1;
filter: alpha(opacity=100);
-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
-moz-opacity: 1;
}
.network-chart li.firewall {
/*+placement:shift 282px 188px;*/
position: relative;
position: absolute;
top: 188px;
left: 356px;
}
.network-chart li.loadBalancing {
/*+placement:shift 167px 342px;*/
position: relative;
position: absolute;
top: 342px;
left: 237px;
}
.network-chart li.portForwarding {
/*+placement:shift 401px 342px;*/
position: relative;
position: absolute;
top: 342px;
left: 480px;
}
.network-chart li .name {
position: relative;
top: 11px;
/*+text-shadow:0px 1px 1px #FCFCFC;*/
left: 10px;
width: 130px;
color: #4e5f6f;
text-shadow: 0 1px 1px #fcfcfc;
/*+placement:shift 10px 11px;*/
-moz-text-shadow: 0 1px 1px #fcfcfc;
-webkit-text-shadow: 0 1px 1px #fcfcfc;
-o-text-shadow: 0 1px 1px #fcfcfc;
}
.network-chart li.disabled .name {
position: relative;
/*+placement:shift 5px 32px;*/
top: 32px;
left: 5px;
color: #8695a5;
text-align: center;
text-decoration: line-through;
}
.network-chart li .view-details {
/*+placement:anchor-bottom-right 34px 19px;*/
position: absolute;
right: 34px;
bottom: 19px;
padding: 8px 20px;
border: 1px solid #a2a2a2;
border-radius: 4px;
background: #f7f7f7;
background: #f7f7f7;
background: url("data:image/svg+xml;base64,<KEY>");
background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #f7f7f7), color-stop(100%, #eaeaea));
background: -webkit-linear-gradient(top, #f7f7f7 1%, #eaeaea 100%);
background: linear-gradient(to bottom, #f7f7f7 1%, #eaeaea 100%);
font-size: 11px;
color: #000000;
cursor: pointer;
/*+border-radius:4px;*/
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7f7f7', endColorstr='#eaeaea', GradientType=0);
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
-khtml-border-radius: 4px;
}
.network-chart li .view-details:hover {
box-shadow: inset 0 0 4px #000000;
/*+text-shadow:0px 1px 1px #FFFFFF;*/
background: #d5d5d5;
text-shadow: 0 1px 1px #ffffff;
-moz-text-shadow: 0 1px 1px #ffffff;
-webkit-text-shadow: 0 1px 1px #ffffff;
/*+box-shadow:inset 0px 0px 4px #000000;*/
-o-text-shadow: 0 1px 1px #ffffff;
-moz-box-shadow: inset 0 0 4px #000000;
-webkit-box-shadow: inset 0 0 4px #000000;
-o-box-shadow: inset 0 0 4px #000000;
}
.network-chart li.disabled .view-details {
display: none;
}
.system-dashboard {
display: block;
position: relative;
width: 962px;
/*+border-radius:3px;*/
height: 258px;
margin: 18px 0 0 15px;
border-radius: 3px;
box-shadow: inset 0 0 1px #ffffff;
/*+box-shadow:inset 0px 0px 1px #FFFFFF;*/
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
-khtml-border-radius: 3px;
-moz-box-shadow: inset 0 0 1px #ffffff;
-webkit-box-shadow: inset 0 0 1px #ffffff;
-o-box-shadow: inset 0 0 1px #ffffff;
}
.system-dashboard.zone {
height: 609px;
background-position: 0 -1423px;
}
.system-dashboard-view .toolbar {
position: relative;
}
.system-dashboard .head {
padding: 0 0 12px;
/*+text-shadow:0px 1px 1px #FFFFFF;*/
box-shadow: 0 0 1px #ffffff;
color: #000000;
text-indent: 11px;
text-shadow: 0 1px 1px #ffffff;
-moz-text-shadow: 0 1px 1px #ffffff;
-webkit-text-shadow: 0 1px 1px #ffffff;
/*+box-shadow:0px 0px 1px #FFFFFF;*/
-o-text-shadow: 0 1px 1px #ffffff;
-moz-box-shadow: 0 0 1px #ffffff;
-webkit-box-shadow: 0 0 1px #ffffff;
-o-box-shadow: 0 0 1px #ffffff;
}
.project-view .system-dashboard .head {
padding-top: 14px;
/*+text-shadow:0px -1px #000000;*/
box-shadow: none;
color: #ffffff;
text-shadow: 0 -1px #000000;
-moz-text-shadow: 0 -1px #000000;
/*+box-shadow:none;*/
-webkit-text-shadow: 0 -1px #000000;
-o-text-shadow: 0 -1px #000000;
-moz-box-shadow: none;
-webkit-box-shadow: none;
-o-box-shadow: none;
}
.system-dashboard .view-more,
.system-dashboard .view-all {
float: right;
margin: -4px 19px 0 0;
border: 1px solid #b5b5b5;
border-radius: 3px;
border-radius: 3px 3px 3px 3px;
background: #dadada repeat-x 0 -735px;
background: #eaeaea;
background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VhZWFlYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkNmQ2ZDYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+");
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #eaeaea), color-stop(100%, #d6d6d6));
background: -webkit-linear-gradient(top, #eaeaea 0%, #d6d6d6 100%);
background: linear-gradient(to bottom, #eaeaea 0%, #d6d6d6 100%);
font-size: 13px;
/*+border-radius:3px;*/
font-weight: 100;
cursor: pointer;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eaeaea', endColorstr='#d6d6d6', GradientType=0);
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
-khtml-border-radius: 3px;
}
.system-dashboard .view-more:hover,
.system-dashboard .view-all:hover {
box-shadow: inset 0 1px 1px #000000;
/*+box-shadow:inset 0px 1px 1px #000000;*/
background: #c1c1c1;
background-position: 0 -763px;
-moz-box-shadow: inset 0 1px 1px #000000;
-webkit-box-shadow: inset 0 1px 1px #000000;
-o-box-shadow: inset 0 1px 1px #000000;
}
.system-dashboard .status_box .view-all {
/*+placement:shift 18px 110px;*/
position: relative;
position: absolute;
top: 110px;
left: 18px;
width: 83%;
padding: 8px 0;
text-align: center;
}
.system-dashboard .status_box {
margin: 10px 0 0;
border: 0;
background: transparent;
font-size: 14px;
}
.system-dashboard .status_box li {
position: relative;
float: left;
width: 228px;
height: 178px;
/*+border-radius:3px;*/
margin: 0 0 0 8px;
padding: 0;
border: 1px solid #c6c6c6;
border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
-khtml-border-radius: 3px;
}
.system-dashboard.zone .status_box li {
height: 152px;
margin-bottom: 8px;
background-color: #f4f4f4;
}
.system-dashboard.zone .status_box li .icon {
opacity: 0.56;
position: relative;
/*+placement:shift 31px 19px;*/
position: absolute;
top: 19px;
left: 51px;
padding: 65px 80px 5px;
/*+opacity:56%;*/
background: url("../images/infrastructure-icons.png") no-repeat 0 0;
filter: alpha(opacity=56);
-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=56);
-moz-opacity: 0.56;
}
.system-dashboard .status_box li span.label {
font-size: 12px;
color: #cccfd4;
}
.system-dashboard .status_box li span.total {
font-size: 25px;
}
.system-dashboard .status_box li span.label {
font-size: 12px;
color: #cccfd4;
}
.system-dashboard .status_box li span.unit {
font-size: 13px;
color: #c1c4c9;
}
.system-dashboard .status_box li span.header {
position: relative;
/*+placement:shift 13px 5px;*/
top: 13px;
left: 13px;
margin: 1px 0 0;
font-weight: 100;
}
.system-dashboard.zone .status_box li span.header {
font-size: 14px;
color: #4f4f4f;
}
.system-dashboard .status_box li span.status {
position: relative;
/*+placement:shift 13px 141px;*/
position: absolute;
top: 141px;
left: 13px;
font-size: 27px;
color: #25ff25;
/*+text-shadow:0px 1px 1px #000000;*/
text-shadow: 0 1px 1px #000000;
-moz-text-shadow: 0 1px 1px #000000;
-webkit-text-shadow: 0 1px 1px #000000;
-o-text-shadow: 0 1px 1px #000000;
}
.system-dashboard .status_box li span.instance.total {
/*+placement:shift 12px 32px;*/
position: relative;
position: absolute;
top: 32px;
left: 12px;
}
.system-dashboard .status_box li span.instance.label {
/*+placement:shift 15px 53px;*/
position: relative;
position: absolute;
top: 53px;
left: 15px;
}
.system-dashboard .status_box li span.vcpu-hours.total {
/*+placement:shift 13px 76px;*/
position: relative;
position: absolute;
top: 76px;
left: 13px;
}
.system-dashboard .status_box li span.vcpu-hours.label {
/*+placement:shift 14px 95px;*/
position: relative;
position: absolute;
top: 95px;
left: 14px;
}
.system-dashboard .status_box li span.gb-hours.total {
/*+placement:shift 106px 77px;*/
position: relative;
position: absolute;
top: 77px;
left: 106px;
}
.system-dashboard .status_box li span.gb-hours.label {
/*+placement:shift 106px 95px;*/
position: relative;
position: absolute;
top: 95px;
left: 106px;
}
.system-dashboard .status_box li span.overview.total {
position: relative;
/*+placement:shift 9px 29px;*/
position: absolute;
top: 29px;
left: 9px;
font-size: 56px;
font-weight: 100;
color: #2b7daf;
/*+text-shadow:0px -1px 2px #FFFFFF;*/
text-shadow: 0 -1px 2px #ffffff;
-moz-text-shadow: 0 -1px 2px #ffffff;
-webkit-text-shadow: 0 -1px 2px #ffffff;
-o-text-shadow: 0 -1px 2px #ffffff;
}
.system-dashboard .status_box li.capacity span.overview.total {
font-size: 32px;
}
.system-dashboard .status_box li span.overview.label {
/*+placement:shift 52px 79px;*/
position: relative;
position: absolute;
top: 79px;
left: 52px;
}
.system-dashboard .status_box li span.used.total {
/*+placement:shift 14px 130px;*/
position: relative;
position: absolute;
top: 130px;
left: 14px;
font-size: 30px;
}
.system-dashboard .status_box li span.used.label {
/*+placement:shift 14px 153px;*/
position: relative;
position: absolute;
top: 153px;
left: 14px;
}
.system-dashboard .status_box li span.used.unit {
/*+placement:shift 67px 135px;*/
position: relative;
position: absolute;
top: 135px;
left: 67px;
}
.system-dashboard .status_box li span.available.unit {
/*+placement:shift 159px 135px;*/
position: relative;
position: absolute;
top: 135px;
left: 159px;
}
.system-dashboard .status_box li span.available.total {
/*+placement:shift 97px 130px;*/
position: relative;
position: absolute;
top: 130px;
left: 97px;
font-size: 30px;
}
.system-dashboard .status_box li span.available.label {
/*+placement:shift 97px 153px;*/
position: relative;
position: absolute;
top: 153px;
left: 97px;
}
.system-dashboard-view .socket-info {
float: left;
width: 100%;
height: 239px;
padding: 0;
overflow: auto;
}
.system-dashboard-view .socket-info > .title {
padding: 8px;
font-size: 13px;
}
.system-dashboard-view .socket-info li {
float: left;
width: 139px;
/*+border-radius:3px;*/
margin: 7px;
padding: 13px;
border: 1px solid #cccccc;
border-radius: 3px;
background: #efefef;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
-khtml-border-radius: 3px;
}
.system-dashboard-view .socket-info li > div {
float: left;
text-decoration: none;
}
.system-dashboard-view .socket-info li .name {
width: 100%;
margin-bottom: 13px;
font-weight: 100;
}
.system-dashboard-view .socket-info li .hosts,
.system-dashboard-view .socket-info li .sockets {
width: 54px;
/*[empty]color:;*/
}
.system-dashboard-view .socket-info li div .title {
padding-bottom: 3px;
border: 0;
font-size: 13px;
color: #424242;
}
.add-zone-resource .form-container {
display: inline-block;
height: auto !important;
overflow: visible;
}
.add-zone-resource .form-container form {
display: inline-block;
height: auto;
}
.add-zone-resource .head {
display: inline-block;
width: 100%;
margin-bottom: 7px;
border-bottom: 1px solid #afbdca;
/*+box-shadow:0px 1px #FFFFFF;*/
box-shadow: 0 1px #ffffff;
-moz-box-shadow: 0 1px #ffffff;
-webkit-box-shadow: 0 1px #ffffff;
-o-box-shadow: 0 1px #ffffff;
}
.add-zone-resource .head span {
float: left;
padding: 10px 0 18px;
font-size: 14px;
text-indent: 5px;
}
.add-zone-resource .head select {
float: left;
margin: -3px 0 6px 13px;
margin: 8px 0 0 9px;
}
/** Infrastructure icons*/
.system-dashboard.zone .status_box li.zones .icon {
background-position: -36px -105px;
}
.system-dashboard.zone .status_box li.pods .icon {
background-position: -229px -105px;
}
.system-dashboard.zone .status_box li.clusters .icon {
background-position: -411px -96px;
}
.system-dashboard.zone .status_box li.hosts .icon {
background-position: -601px -102px;
}
.system-dashboard.zone .status_box li.primary-storage .icon {
position: relative;
/*+placement:shift 37px 68px;*/
top: 68px;
left: 37px;
background-position: -32px -404px;
}
.system-dashboard.zone .status_box li.sockets .icon {
background-position: -14px -581px;
}
.system-dashboard.zone .status_box li.secondary-storage .icon {
position: relative;
/*+placement:shift 37px 68px;*/
top: 68px;
left: 37px;
background-position: -216px -404px;
}
.system-dashboard.zone .status_box li.system-vms .icon,
.system-dashboard.zone .status_box li.management-servers .icon {
background-position: -408px -399px;
}
.system-dashboard.zone .status_box li.virtual-routers .icon {
background-position: -601px -400px;
}
#header .view-switcher {
float: left;
margin: 11px 0 0 18px;
font-size: 12px;
color: #55687b;
}
#header div.view-switcher {
display: none;
position: relative;
/*+placement:shift 0px -10px;*/
top: -10px;
left: 0;
height: 39px;
margin-right: 9px;
background-position: 0 -5px;
}
#header div.view-switcher.alt {
background-position: 0 -41px;
}
#header div.view-switcher div {
position: relative;
/*[empty]display:;*/
float: left;
width: 126px;
margin: 0;
padding: 13px 0 0;
text-indent: 17px;
/*+text-shadow:0px -1px 1px #2D2D2D;*/
text-shadow: 0 -1px 1px #2d2d2d;
-moz-text-shadow: 0 -1px 1px #2d2d2d;
-webkit-text-shadow: 0 -1px 1px #2d2d2d;
-o-text-shadow: 0 -1px 1px #2d2d2d;
}
#header div.view-switcher .select.active {
font-weight: bold;
color: #ffffff;
/*+text-shadow:0px -1px 1px #5B5B5B;*/
text-shadow: 0 -1px 1px #5b5b5b;
-moz-text-shadow: 0 -1px 1px #5b5b5b;
-webkit-text-shadow: 0 -1px 1px #5b5b5b;
-o-text-shadow: 0 -1px 1px #5b5b5b;
}
#header div.view-switcher div span.icon {
position: relative;
top: 0;
top: 0;
left: -4px;
width: 10px;
/*+placement:shift -4px 0px;*/
height: 10px;
padding: 0 19px 0 0;
background: url("../images/icons.png") no-repeat;
}
#header div.view-switcher div.default-view span.icon {
background-position: -23px 0;
}
#header div.view-switcher div.project-view span.icon {
background-position: -24px 0 !important;
}
#header div.view-switcher div.select span.icon {
background-position: -47px 0;
}
#header .view-switcher span {
padding: 0 13px 0 0;
background-repeat: repeat-x;
}
#header .view-switcher select {
max-width: 120px;
margin: 6px 3px 0 -21px;
padding: 3px 0 4px;
}
/*** View switcher (drop-down)*/
.project-switcher,
.domain-switcher {
float: left;
width: 223px;
padding: 9px 17px 0 19px;
/*+border-radius:4px;*/
border-radius: 4px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
-khtml-border-radius: 4px;
}
.project-switcher label,
.domain-switcher label {
float: left;
top: 29px;
margin-top: 5px;
margin-right: 7px;
font-size: 13px;
color: #ffffff;
}
.project-switcher select,
.domain-switcher select {
float: left;
width: 70%;
margin-top: 0;
border: 1px solid #393939;
/*+text-shadow:0px -1px 1px #373737;*/
background: #515151;
font-size: 13px;
font-weight: 100;
color: #ffffff;
text-shadow: 0 -1px 1px #373737;
-moz-text-shadow: 0 -1px 1px #373737;
-webkit-text-shadow: 0 -1px 1px #373737;
-o-text-shadow: 0 -1px 1px #373737;
}
.project-selector {
display: inline-block;
}
.project-selector-dialog .ui-widget-content {
padding: 0 !important;
}
.project-selector .toolbar {
position: relative;
width: 420px;
border: 0;
border-bottom: 1px solid #93a4b4;
box-shadow: 0 2px #ffffff;
/*+box-shadow:0px 2px #FFFFFF;*/
background: transparent;
-moz-box-shadow: 0 2px #ffffff;
-webkit-box-shadow: 0 2px #ffffff;
-o-box-shadow: 0 2px #ffffff;
-moz-box-shadow: 0 2px 0 #ffffff;
-webkit-box-shadow: 0 2px 0 #ffffff;
-o-box-shadow: 0 2px 0 #ffffff;
}
.project-selector .search input[type='text'] {
/*+border-radius:3px;*/
float: left;
width: 192px;
height: 18px;
margin: 6px 0 0 105px;
border: 1px solid #9dadbb;
border-radius: 3px;
border-radius: 3px 3px 3px 3px;
box-shadow: 0 1px 1px #ffffff;
/*+box-shadow:0px 1px 1px #FFFFFF;*/
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
-khtml-border-radius: 3px;
-moz-box-shadow: 0 1px 1px #ffffff;
-webkit-box-shadow: 0 1px 1px #ffffff;
-o-box-shadow: 0 1px 1px #ffffff;
}
.project-selector .search input[type='submit'] {
display: block;
position: relative;
float: left;
top: 0;
left: -2px;
width: 25px;
height: 22px;
margin: 6px 0 0;
border: 0;
/*+placement:shift -2px 0px;*/
border-left: 1px solid #283979;
background: url("../images/sprites.png") no-repeat -601px -328px;
cursor: pointer;
cursor: pointer;
}
.project-selector .listing {
position: relative;
margin: 15px;
border: 1px solid #d0d0d0;
}
.project-selector .listing .data {
width: 100%;
height: 275px;
margin: 18px 0 0;
background: #f2f0f0;
overflow: auto;
overflow-x: hidden;
}
.project-selector .listing .data ul {
font-size: 11px;
text-align: left;
}
.project-selector .listing .data ul li {
padding: 10px 0 10px 7px;
font-size: 12px;
cursor: pointer;
}
.project-selector .listing .data ul li.odd {
background: #dfe1e3;
}
.project-selector .listing .data ul li:hover {
padding: 9px 0 9px 7px;
border-top: 1px solid #ffffff;
border-bottom: 1px solid #babfd9;
background: #cbddf3;
}
.project-selector .listing .header {
position: absolute;
left: 0;
/*+text-shadow:0px 1px 1px #FFFFFF;*/
width: 379px;
padding: 3px 2px 3px 7px;
border-bottom: 1px solid #ffffff;
background: url("../images/bg-gradients.png") repeat-x 0 -164px;
font-size: 11px;
color: #4f6171;
text-align: left;
text-shadow: 0 1px 1px #ffffff;
-moz-text-shadow: 0 1px 1px #ffffff;
-webkit-text-shadow: 0 1px 1px #ffffff;
-o-text-shadow: 0 1px 1px #ffffff;
}
.project-selector .button.cancel {
float: none;
top: -8px;
left: 170px;
width: 54px;
margin: auto auto 17px;
padding: 8px 20px;
border: 1px solid #aaaaaa;
border-radius: 4px 4px 4px 4px;
background: #b6b6b6 url("../images/gradients.png") repeat 0 -480px;
font-size: 13px;
font-weight: bold;
color: #808080;
color: #838181;
cursor: pointer;
}
.project-selector .button.cancel:hover {
color: #3a3a3a;
}
.project-dashboard .resources form {
display: inline-block;
width: 87%;
/*+border-radius:11px;*/
margin-top: 17px;
margin-left: 22px;
padding: 26px;
border-radius: 11px;
border-radius: 11px 11px 11px 11px;
box-shadow: inset 0 3px 4px #979797;
background: #ffffff;
-moz-border-radius: 11px;
/*+box-shadow:inset 0px 3px 4px #979797;*/
-webkit-border-radius: 11px;
-khtml-border-radius: 11px;
-moz-box-shadow: inset 0 3px 4px #979797;
-webkit-box-shadow: inset 0 3px 4px #979797;
-o-box-shadow: inset 0 3px 4px #979797;
}
.project-dashboard .resources form .field {
float: left;
clear: both;
width: 100%;
margin: auto auto 30px;
}
.project-dashboard .resources form label {
float: left;
}
.project-dashboard .resources form input[type='text'] {
float: right;
width: 176px;
margin: 0 287px 0 0;
padding: 6px;
/*+border-radius:4px;*/
border: 1px solid #c6c6c6;
border-radius: 4px;
border-radius: 4px 4px 4px 4px;
font-size: 16px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
-khtml-border-radius: 4px;
}
.project-dashboard .resources form input[type='submit'] {
display: block;
float: left;
clear: both;
padding: 9px 20px;
border: 0;
border-radius: 4px;
border-radius: 4px 4px 4px 4px;
/*+border-radius:4px;*/
background: transparent url("../images/bg-gradients.png") 0 -220px;
color: #ffffff;
cursor: pointer;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
-khtml-border-radius: 4px;
}
.detail-view .project-dashboard .resources form {
width: 83%;
border-bottom: 1px solid #dbdbdb;
}
.detail-view .project-dashboard .resources form .field input {
margin-right: 105px;
}
/*** Dashboard*/
.project-dashboard .toolbar {
position: relative;
}
.project-dashboard .ui-tabs {
/*+placement:shift 10px -31px;*/
position: relative;
top: -31px;
left: 10px;
}
.project-view .project-dashboard .ui-tabs .multi-edit table td {
background: #eaeaea;
}
.project-dashboard-view .overview-area {
float: left;
}
.project-dashboard-view .compute-and-storage .system-dashboard,
.project-dashboard-view .users .system-dashboard {
float: left;
width: 510px;
height: 230px;
background: #777e88;
}
.project-dashboard-view .compute-and-storage .system-dashboard ul,
.project-dashboard-view .users .system-dashboard ul {
height: 162px;
margin: 14px 0 0;
}
.project-dashboard-view .compute-and-storage .system-dashboard li,
.project-dashboard-view .users .system-dashboard li {
width: 156px;
height: 161px;
background: #3d4045;
color: #ffffff;
}
.project-dashboard-view .compute-and-storage .system-dashboard li .icon,
.project-dashboard-view .users li .icon {
position: relative;
position: absolute;
/*+placement:shift 27px 20px;*/
top: 20px;
left: 27px;
width: 100px;
height: 76px;
background: url("../images/sprites.png") no-repeat 2px -1039px;
}
.project-dashboard-view .compute-and-storage .system-dashboard li.storage .icon {
background-position: -89px -1036px;
}
.project-dashboard-view .compute-and-storage .system-dashboard li.bandwidth .icon {
background-position: -184px -1036px;
}
.project-dashboard-view .compute-and-storage .system-dashboard li .overview {
position: relative;
width: 100%;
height: 53px;
margin: 81px 0 0;
color: #ffffff;
/*+text-shadow:0px 1px 1px #000000;*/
text-shadow: 0 1px 1px #000000;
-moz-text-shadow: 0 1px 1px #000000;
-webkit-text-shadow: 0 1px 1px #000000;
-o-text-shadow: 0 1px 1px #000000;
}
.project-dashboard-view .compute-and-storage .system-dashboard li.storage .overview .total {
position: relative;
/*+placement:shift 30px 21px;*/
position: absolute;
top: 21px;
left: 30px;
font-size: 28px;
}
.project-dashboard-view .compute-and-storage .system-dashboard li.storage .overview .label {
position: relative;
position: absolute;
/*+placement:shift 91px 33px;*/
top: 33px;
left: 91px;
font-size: 13px;
color: #c3c1c1;
}
.project-dashboard-view .compute-and-storage .system-dashboard li .overview .overview-item {
float: left;
margin: 12px 0 0 20px;
}
.project-dashboard-view .compute-and-storage .system-dashboard li .overview .overview-item .total {
font-size: 24px;
font-weight: bold;
}
.project-dashboard-view .compute-and-storage .system-dashboard li .overview .overview-item .label {
margin: 4px 0 0;
font-size: 11px;
color: #c7c7c7;
}
.project-dashboard-view .compute-and-storage .system-dashboard li .overview .overview-item.running .label {
color: #2bff2b;
/*[empty]background-position:;*/
}
.project-dashboard-view .users .system-dashboard {
clear: both;
width: 509px;
height: 100%;
}
.project-dashboard-view .users .system-dashboard ul {
overflow-y: auto;
}
.project-dashboard-view .users .system-dashboard li {
width: 86px;
height: 138px;
margin-bottom: 24px;
margin-left: 6px;
}
.project-dashboard-view .users .system-dashboard li .icon {
left: 16px;
background-position: -306px -1044px;
}
.project-dashboard-view .users .system-dashboard li .header {
position: relative;
position: absolute;
/*+placement:shift 7px 110px;*/
top: 110px;
left: 7px;
width: 77px;
max-width: 77px;
white-space: nowrap;
text-align: center;
text-overflow: ellipsis;
overflow: hidden;
}
.info-boxes {
float: right;
width: 233px;
height: 551px;
margin: 21px 5px 0 0;
}
.info-boxes .info-box {
display: inline-block;
border: 1px solid #b3c3d0;
/*+box-shadow:inset 0px -1px 7px #A7A7A7;*/
border-radius: 4px;
border-radius: 4px 4px 4px 4px;
box-shadow: inset 0 -1px 7px #a7a7a7;
background: #ffffff;
-moz-box-shadow: inset 0 -1px 7px #a7a7a7;
/*+border-radius:4px;*/
-webkit-box-shadow: inset 0 -1px 7px #a7a7a7;
-o-box-shadow: inset 0 -1px 7px #a7a7a7;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
-khtml-border-radius: 4px;
}
.info-boxes .info-box.events {
width: 228px;
height: 323px;
margin-top: 4px;
}
.info-boxes .info-box.events ul {
max-height: 295px;
overflow: auto;
overflow-x: hidden;
}
.info-boxes .info-box ul {
display: inline-block;
height: auto;
margin: 0 0 3px 2px;
}
.info-boxes .info-box ul li {
display: inline-block;
width: 224px;
margin: 0 2px 0 0;
border-top: 1px solid #ffffff;
border-bottom: 1px solid #bdd2df;
}
.info-boxes .info-box ul li.odd {
background: #ececec;
}
.info-boxes .info-box .button {
float: right;
margin: 0 14px 0 0;
padding: 2px 6px 3px 3px;
/*+text-shadow:0px 1px 1px #000000;*/
border: 1px solid #82a3c7;
border-radius: 4px;
border-radius: 4px 4px 4px 4px;
box-shadow: inset 0 1px 1px #85acc4;
/*+border-radius:4px;*/
background: url("../images/bg-gradients.png") 0 -734px;
font-size: 10px;
font-weight: bold;
color: #ffffff;
text-shadow: 0 1px 1px #000000;
/*+box-shadow:inset 0px 1px 1px #85ACC4;*/
cursor: pointer;
-moz-text-shadow: 0 1px 1px #000000;
-webkit-text-shadow: 0 1px 1px #000000;
-o-text-shadow: 0 1px 1px #000000;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
-khtml-border-radius: 4px;
-moz-box-shadow: inset 0 1px 1px #85acc4;
-webkit-box-shadow: inset 0 1px 1px #85acc4;
-o-box-shadow: inset 0 1px 1px #85acc4;
}
.info-boxes .info-box .button span {
/*+placement:shift 0px 2px;*/
position: relative;
float: left;
top: 2px;
left: 0;
}
.info-boxes .info-box .title .button {
margin: 4px 6px 0 3px;
}
.info-boxes .info-box .title .button span {
position: relative;
top: 1px;
left: 1px;
margin: 0;
/*+placement:shift 1px 1px;*/
padding: 0;
font-size: 10px;
color: #ffffff;
}
.info-boxes .info-box .button:hover {
background-position: 0 -766px;
}
.info-boxes .info-box .button .arrow {
position: relative;
float: right;
top: 0;
/*+placement:shift 0px 0px;*/
left: 0;
width: 16px;
height: 13px;
background: url("../images/sprites.png") no-repeat -455px -84px;
}
.info-boxes .info-box ul li .total,
.info-boxes .info-box ul li .date {
position: relative;
float: left;
top: 0;
left: 0;
width: 52px;
height: 36px;
/*+placement:shift;*/
border-right: 1px solid #bdd2df;
font-size: 24px;
color: #647c91;
text-align: right;
}
.info-boxes .info-box ul li .date {
margin: 1px 0 0;
font-size: 11px;
text-align: center;
}
.info-boxes .info-box ul li .date span {
/*+placement:shift 0px 11px;*/
position: relative;
top: 11px;
left: 0;
}
.info-boxes .info-box ul li .desc {
display: inline-block;
position: relative;
/*+placement:shift 5px 8px;*/
top: 8px;
left: 5px;
max-width: 153px;
padding-bottom: 13px;
font-size: 12px;
white-space: nowrap;
color: #606060;
text-overflow: ellipsis;
overflow: hidden;
}
.info-boxes .info-box ul li .total span {
/*+placement:shift -5px 7px;*/
position: relative;
top: 7px;
left: -5px;
}
.info-boxes .info-box .title {
height: 27px;
border-bottom: 1px solid #bdd2df;
}
.info-boxes .info-box .title span {
/*+placement:shift 8px 6px;*/
position: relative;
top: 6px;
left: 8px;
font-size: 12px;
font-weight: bold;
color: #4e748c;
}
.new-project {
display: inline-block;
margin: 0 0 20px 30px;
}
.new-project form {
margin: 0;
}
.ui-dialog .new-project {
text-align: left;
}
.ui-dialog .new-project .add-by {
margin-left: 11px;
font-size: 12px;
color: #5e6d7d;
}
.ui-dialog .new-project .add-by input {
margin-right: 8px;
}
.ui-dialog .new-project .add-by label {
margin-right: 12px;
}
.new-project .title {
margin: 10px 0 32px;
font-size: 26px;
/*+text-shadow:0px 1px 2px #D6D6D6;*/
letter-spacing: 0;
color: #3497e6;
text-shadow: 0 1px 2px #d6d6d6;
-moz-text-shadow: 0 1px 2px #d6d6d6;
-webkit-text-shadow: 0 1px 2px #d6d6d6;
-o-text-shadow: 0 1px 2px #d6d6d6;
}
.new-project .field {
/*+text-shadow:0px 1px 1px #FFFFFF;*/
display: inline-block;
width: 686px;
margin: -2px 0 -4px auto;
background: #dfdfdf;
text-shadow: 0 1px 1px #ffffff;
-moz-text-shadow: 0 1px 1px #ffffff;
-webkit-text-shadow: 0 1px 1px #ffffff;
-o-text-shadow: 0 1px 1px #ffffff;
}
#new-project-review-tabs-resouces {
height: 225px;
background: #d2d2d2;
}
.new-project .resources .ui-widget-content {
background: #ffffff;
}
.new-project .resources .field {
height: 39px;
padding: 0;
}
.new-project .field span.value {
position: relative;
/*+placement:shift 21px 20px;*/
top: 20px;
left: 21px;
color: #475765;
}
.new-project .field label {
display: block;
float: left;
width: 104px;
height: 59px;
padding: 20px 24px 0 0;
background: #d2d2d2;
color: #5b5b5b;
text-align: right;
}
.new-project .resources .field label {
height: auto;
padding: 10px 14px 14px 40px;
font-size: 14px;
}
.new-project .field label.error {
position: absolute;
width: auto;
/*+placement:displace 154px 29px;*/
height: auto;
margin-top: 29px;
margin-left: 154px;
background: transparent;
font-size: 9px;
color: #ff0000;
}
.new-project .field input[type='text'] {
float: right;
/*+border-radius:5px;*/
width: 506px;
height: 20px;
margin: 17px 25px 0 0;
border: 1px solid #e2e1df;
border: 1px solid #c7c7c7;
border-radius: 5px;
border-radius: 5px 5px 5px 5px;
/*+box-shadow:inset 0px 1px #A1A1A1;*/
box-shadow: inset 0 1px #a1a1a1;
background: #ffffff 0 7px;
font-size: 14px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
-khtml-border-radius: 5px;
-moz-box-shadow: inset 0 1px #a1a1a1;
-webkit-box-shadow: inset 0 1px #a1a1a1;
-o-box-shadow: inset 0 1px #a1a1a1;
-moz-box-shadow: inset 0 1px 0 #a1a1a1;
-webkit-box-shadow: inset 0 1px 0 #a1a1a1;
-o-box-shadow: inset 0 1px 0 #a1a1a1;
}
.new-project .resources .field input[type='text'] {
margin: 6px 9px 0 0;
}
.new-project .button.cancel {
position: relative;
float: left;
top: 9px;
left: 488px;
left: 480px;
margin: 19px 0 0 40px;
background: transparent;
/*+placement:shift 488px 9px;*/
font-size: 12px;
font-weight: bold;
color: #808080;
color: #838181;
cursor: pointer;
}
.new-project .button.cancel:hover {
color: #3a3a3a;
}
.new-project input[type='submit'],
.new-project .button.confirm {
display: inline-block;
position: relative;
float: right;
/*+placement:float-right 63px 18px;*/
top: 18px;
left: 63px;
height: 31px;
margin: 0 63px 0 0;
border: 0;
/*+text-shadow:0px -1px 1px #465259;*/
border: 1px solid #0069cf;
border-top: 1px solid #0070fc;
border-radius: 9px;
border-radius: 9px 9px 9px 9px;
background: #0049ff url("../images/gradients.png") 0 -317px;
font-size: 13px;
font-weight: bold;
color: #ffffff;
text-shadow: 0 -1px 1px #465259;
/*+border-radius:9px;*/
cursor: pointer;
-moz-text-shadow: 0 -1px 1px #465259;
-webkit-text-shadow: 0 -1px 1px #465259;
-o-text-shadow: 0 -1px 1px #465259;
-moz-border-radius: 9px;
-webkit-border-radius: 9px;
-khtml-border-radius: 9px;
}
.new-project input[type='submit']:hover,
.new-project .button.confirm:hover {
background-position: -3px -369px;
}
.new-project .button {
cursor: pointer;
}
.new-project .button.confirm {
display: block;
height: 27px;
padding: 13px 10px 0 12px;
}
.new-project .button.confirm.next {
padding: 10px 34px 0 29px;
}
.new-project .review .button.confirm.next {
/*+placement:shift 25px 11px;*/
position: relative;
top: 11px;
left: 25px;
}
.new-project .review .ui-tabs {
/*+placement:shift -29px -31px;*/
position: relative;
top: -31px;
left: -29px;
}
.new-project .review .ui-tabs .ui-widget-content {
width: 695px;
height: 185px;
}
.new-project .review .ui-tabs .ui-widget-content.ui-tabs-hide {
display: none;
}
.new-project .review .ui-tabs ul {
position: relative;
/*+placement:shift 0px -2px;*/
top: -2px;
left: 0;
text-align: left;
}
.new-project .review .ui-tabs .list-view {
width: 688px;
height: 185px !important;
}
.new-project .review .ui-tabs .list-view .fixed-header {
position: absolute;
z-index: 1000;
top: -22px;
height: 58px;
background: #ffffff;
}
.new-project .review .ui-tabs .list-view .data-table table {
width: 669px;
margin: 31px 0 -1px;
}
.new-project .review .ui-tabs .list-view .data-table table .edit {
position: relative;
top: 0;
/*+placement:shift 14px 0px;*/
left: 14px;
width: 132px;
background: #ffffff;
}
.new-project .review .ui-tabs .list-view .data-table table .edit select {
float: left;
width: 95px;
height: 20px;
border: 1px solid #b2b2b2;
background: #ffffff;
}
.new-project .review .ui-tabs .list-view .data-table table .edit .action {
position: relative;
float: left;
top: 0;
/*+placement:shift 14px 0px;*/
left: 14px;
height: 20px;
margin: 0;
padding: 0;
}
.new-project .review .ui-tabs .list-view .toolbar {
display: none;
}
.new-project .review .project-data {
position: relative;
top: -13px;
left: -19px;
/*+placement:shift -19px -13px;*/
margin: 0;
padding: 16px;
background: #f4f4f4;
}
.new-project .review .project-data .field {
width: 677px;
margin: auto;
}
.new-project .button.later {
float: right;
margin: 19px -40px 0 0;
padding: 13px 7px 14px 8px;
/*+box-shadow:inset 0px 2px 2px #FFFFFF;*/
border: 1px solid #b1b1b1;
border-radius: 10px;
border-radius: 10px 10px 10px 10px;
box-shadow: inset 0 2px 2px #ffffff;
background: url("../images/bg-gradients.png") 0 -261px;
font-size: 13px;
color: #808080;
-moz-box-shadow: inset 0 2px 2px #ffffff;
/*+border-radius:10px;*/
-webkit-box-shadow: inset 0 2px 2px #ffffff;
-o-box-shadow: inset 0 2px 2px #ffffff;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
-khtml-border-radius: 10px;
}
.new-project .button.later:hover {
box-shadow: inset 0 1px 1px #a1a1a1;
/*+box-shadow:inset 0px 1px 1px #A1A1A1;*/
background-position: 0 -86px;
color: #000000;
-moz-box-shadow: inset 0 1px 1px #a1a1a1;
-webkit-box-shadow: inset 0 1px 1px #a1a1a1;
-o-box-shadow: inset 0 1px 1px #a1a1a1;
}
.new-project input[type='submit']:hover {
background-position: -3px -369px;
}
.new-project .resources input[type='submit'] {
display: none;
}
.new-project .multi-edit {
width: 671px;
}
.new-project .multi-edit .data {
width: 700px;
}
.new-project .multi-edit .data .data-item {
margin: 0;
border: 0;
border: 1px solid #d2d2d2;
}
.new-project .multi-edit .data .data-item.even td {
background: #dfe1e3;
}
.tooltip-box {
display: inline-block;
width: 15%;
height: auto;
margin-left: 23px;
padding: 4px;
padding: 10px;
border: 1px solid #beb8b8;
/*+border-radius:4px;*/
border-radius: 4px;
box-shadow: 0 1px 12px #353535;
background: #ffffff;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
/*+box-shadow:0px 1px 12px #353535;*/
-khtml-border-radius: 4px;
-moz-box-shadow: 0 1px 12px #353535;
-webkit-box-shadow: 0 1px 12px #353535;
-o-box-shadow: 0 1px 12px #353535;
}
.tooltip-box .arrow {
position: relative;
position: absolute;
top: 3px;
/*+placement:shift -16px 3px;*/
left: -16px;
width: 19px;
height: 30px;
background: url("../images/sprites.png") -585px -947px;
}
.tagger {
position: relative;
top: 0;
left: -4px;
width: 94%;
margin: auto;
/*+placement:shift -4px 0px;*/
padding-bottom: 12px;
border: 1px solid #cfc9c9;
background: #f2f0f0;
}
.tagger .field {
position: relative;
float: left;
width: 35%;
}
.tagger .tag-info {
margin-top: 12px;
margin-left: 8px;
font-size: 11px;
color: #757575;
}
.tagger .tag-info.title {
margin-bottom: 5px;
font-size: 11px;
color: #6f9bf0;
}
.tagger form {
margin: 12px 9px 0;
}
.tagger.readonly form {
display: none;
}
.tagger form label {
display: block;
position: relative;
float: left;
top: 8px;
left: 5px;
width: 25px;
margin-right: 9px;
/*+placement:shift 5px 8px;*/
font-size: 10px;
color: #394552;
text-align: right;
}
.tagger form label.error {
position: absolute;
top: 28px !important;
left: 44px;
color: #ff0000;
/*[empty]background-color:;*/
}
.tagger form input {
padding: 4px;
border: 1px solid #808080;
border-radius: 4px;
/*+border-radius:4px;*/
background: #ffffff;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
-khtml-border-radius: 4px;
}
.tagger form input {
width: 45%;
margin-left: 9px;
}
.tagger form input[type='submit'] {
width: auto;
margin-left: 16px;
padding: 7px 25px 7px 26px;
/*+text-shadow:0px -1px 2px #000000;*/
border: 0;
border-radius: 4px;
background: url("../images/bg-gradients.png") repeat-x 0 -220px;
color: #ffffff;
text-shadow: 0 -1px 2px #000000;
/*+border-radius:4px;*/
cursor: pointer;
-moz-text-shadow: 0 -1px 2px #000000;
-webkit-text-shadow: 0 -1px 2px #000000;
-o-text-shadow: 0 -1px 2px #000000;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
-khtml-border-radius: 4px;
}
.tagger form input[type='submit']:hover {
background-position: 0 -946px;
}
.tagger ul {
display: block;
width: 96%;
margin: 16px auto auto;
/*+border-radius:2px;*/
padding-bottom: 10px;
border: 1px solid #d2d2d2;
border-radius: 2px;
box-shadow: inset 0 0 10px #dcdcdc;
background: #ffffff;
overflow: auto;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
/*+box-shadow:inset 0px 0px 10px #DCDCDC;*/
-khtml-border-radius: 2px;
-moz-box-shadow: inset 0 0 10px #dcdcdc;
-webkit-box-shadow: inset 0 0 10px #dcdcdc;
-o-box-shadow: inset 0 0 10px #dcdcdc;
}
.tagger ul li {
display: inline-block;
position: relative;
float: left;
top: 2px;
left: 0;
height: 15px;
margin-top: 5px;
margin-right: 2px;
/*+border-radius:4px;*/
margin-left: 7px;
padding: 0 18px 0 7px;
border-radius: 4px;
background: #dfdfdf 0 4px;
/*+placement:shift 0px 2px;*/
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
-khtml-border-radius: 4px;
}
.tagger ul li span {
color: #000000;
}
.tagger ul li span.label span.value {
max-width: 100px;
overflow: hidden;
}
.tagger ul li span.label {
position: relative;
top: -2px;
left: 15px;
font-size: 10px;
}
.tagger.readonly ul li span.label {
left: 6px;
}
.tagger ul li span.label > span {
display: block;
float: left;
margin-top: 2px;
}
.tagger ul li span.label > span.key {
max-width: 134px;
margin-right: 5px;
margin-left: 15px;
font-weight: bold;
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
}
.tagger ul li span.label > span.value {
max-width: 160px;
margin-left: 6px;
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
}
.tagger ul li span.remove {
display: block;
position: absolute !important;
top: 0 !important;
left: -3px !important;
width: 15px !important;
height: 11px !important;
padding: 4px 0 0 8px;
background: #dfdfdf;
font-size: 8px;
font-weight: bold;
color: #5b5b5b;
text-indent: 4px;
cursor: pointer;
overflow: hidden !important;
}
.tagger.readonly ul li span.remove {
display: none;
}
.tagger ul li span.remove:hover {
color: #000000;
}
/** Dialog tagger*/
.ui-dialog .tagger {
width: 375px;
}
.ui-dialog .tagger .tag-info {
display: none;
}
.ui-dialog .tagger .tag-info.inside-form {
display: block;
text-align: left;
}
.ui-dialog.editTags .ui-button {
float: right;
}
.ui-dialog.editTags .ui-dialog-buttonpane {
float: right;
}
.ui-dialog .tagger .field {
width: 119px !important;
}
.ui-dialog .tagger input.key,
.ui-dialog .tagger input.value {
width: 66px !important;
height: 15px;
font-size: 11px !important;
}
.ui-dialog .tagger input[type='submit'] {
padding: 6px 15px;
}
.vpc-chart {
position: relative;
width: 100%;
height: 94%;
margin: 30px 0 0;
background: #ffffff 0 24px;
overflow: auto;
}
.vpc-chart .vpc-title {
position: relative;
position: absolute;
/*+placement:shift 11px 41px;*/
top: 41px;
left: 11px;
width: 210px;
font-size: 22px;
color: #5f768a;
}
.vpc-chart .vpc-title > span {
display: block;
float: left;
max-width: 160px;
overflow-x: auto;
overflow-y: hidden;
}
.vpc-chart .vpc-title .icon {
position: relative;
float: left;
top: -8px;
left: 6px;
/*+placement:shift 6px -8px;*/
margin-left: 10px;
padding: 7px 15px;
background: url("../images/sprites.png") no-repeat -145px -195px;
cursor: pointer;
}
.vpc-chart .vpc-title .vpc-configure-tooltip {
display: none;
position: absolute;
z-index: 2000;
width: 129px;
padding: 35px 10px 10px;
font-size: 14px;
}
.vpc-chart .vpc-title .vpc-configure-tooltip .arrow {
position: relative;
position: absolute;
z-index: 1;
/*+placement:shift 13px 26px;*/
top: 26px;
left: 13px;
width: 30px;
height: 20px;
background: #ffffff url("../images/sprites.png") no-repeat -589px -997px;
}
.vpc-chart .vpc-title .vpc-configure-tooltip ul {
position: relative;
top: -6px;
/*+border-radius:4px;*/
left: 0;
margin: 10px 0;
padding: 9px;
border: 1px solid #c2c2c2;
/*+placement:shift 0px -6px;*/
border-radius: 4px;
box-shadow: 0 1px 8px #cbcbcb;
background: #ffffff;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
/*+box-shadow:0px 1px 8px #CBCBCB;*/
-khtml-border-radius: 4px;
-moz-box-shadow: 0 1px 8px #cbcbcb;
-webkit-box-shadow: 0 1px 8px #cbcbcb;
-o-box-shadow: 0 1px 8px #cbcbcb;
}
.vpc-chart .vpc-title .vpc-configure-tooltip li {
padding: 3px 0 5px;
font-size: 12px;
cursor: pointer;
}
.vpc-chart .vpc-title .vpc-configure-tooltip li:hover {
font-weight: bold;
}
.vpc-chart ul.tiers {
margin: 79px 0 0 232px;
padding: 0 0 0 26px;
border-left: 3px solid #cccccc;
}
.vpc-chart li.tier {
display: block;
position: relative;
position: relative;
top: 58px;
/*+border-radius:4px;*/
left: 0;
width: 258px;
height: 107px;
margin: -55px 0 90px;
border: 1px solid #50545a;
border-radius: 4px;
/*+placement:shift 0px 58px;*/
box-shadow: 0 5px 7px #dadada;
background: url("../images/bg-gradients.png") 0 -2637px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
/*+box-shadow:0px 5px 7px #DADADA;*/
-khtml-border-radius: 4px;
-moz-box-shadow: 0 5px 7px #dadada;
-webkit-box-shadow: 0 5px 7px #dadada;
-o-box-shadow: 0 5px 7px #dadada;
}
.vpc-chart li.tier .loading-overlay {
/*+border-radius:4px;*/
border-radius: 4px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
-khtml-border-radius: 4px;
}
.vpc-chart li.tier .connect-line {
position: absolute;
position: relative;
position: absolute;
top: 49px;
/*+placement:shift -29px 49px;*/
left: -29px;
width: 28px;
height: 3px;
background: #cccccc 0 -8px;
}
.vpc-chart li.tier span.title {
position: relative;
/*+placement:shift 8px 7px;*/
position: absolute;
top: 7px;
left: 8px;
padding: 3px;
font-size: 24px;
color: #ffffff;
text-decoration: underline;
/*+text-shadow:1px 2px 2px #000000;*/
text-shadow: 1px 2px 2px #000000;
cursor: pointer;
-moz-text-shadow: 1px 2px 2px #000000;
-webkit-text-shadow: 1px 2px 2px #000000;
-o-text-shadow: 1px 2px 2px #000000;
}
.vpc-chart li.tier span.cidr {
/*+placement:shift 12px 46px;*/
position: relative;
position: absolute;
top: 46px;
left: 12px;
font-size: 14px;
/*+text-shadow:0px -1px 1px #343E4C;*/
color: #ffffff;
text-shadow: 0 -1px 1px #343e4c;
-moz-text-shadow: 0 -1px 1px #343e4c;
-webkit-text-shadow: 0 -1px 1px #343e4c;
-o-text-shadow: 0 -1px 1px #343e4c;
}
.vpc-chart li.tier .actions {
position: relative;
position: absolute;
position: absolute;
/*+border-radius:0 0 4px 4px;*/
top: 71px;
left: -1px;
width: 258px;
height: 35px;
/*+placement:shift -1px 71px;*/
border: 1px solid #808080;
border-top: 1px solid #4c545e;
border-radius: 0 0 4px 4px;
box-shadow: inset 0 1px #ffffff;
/*+box-shadow:inset 0px 1px #FFFFFF;*/
background: #cccccc;
-moz-border-radius: 0 0 4px 4px;
-webkit-border-radius: 0 0 4px 4px;
-khtml-border-radius: 0 0 4px 4px;
-moz-box-shadow: inset 0 1px #ffffff;
-webkit-box-shadow: inset 0 1px #ffffff;
-o-box-shadow: inset 0 1px #ffffff;
}
.vpc-chart li.tier .actions .action {
float: left;
width: 50px;
height: 24px;
margin: 4px 0 4px 4px;
border: 1px solid #909090;
/*+border-radius:4px;*/
border-radius: 4px;
background: url("../images/bg-gradients.png") 0 -2533px;
font-weight: bold;
color: #4b637a;
text-align: center;
text-shadow: 0 1px 1px #ffffff;
cursor: pointer;
-moz-border-radius: 4px;
/*+text-shadow:0px 1px 1px #FFFFFF;*/
-webkit-border-radius: 4px;
-khtml-border-radius: 4px;
-moz-text-shadow: 0 1px 1px #ffffff;
-webkit-text-shadow: 0 1px 1px #ffffff;
-o-text-shadow: 0 1px 1px #ffffff;
}
.vpc-chart li.tier .actions .action.disabled,
.vpc-chart li.tier .actions .action.disabled:hover {
border-color: #b5b5b5;
box-shadow: none;
/*+text-shadow:none;*/
background: #cfcfcf;
color: #9d9d9d;
text-shadow: none;
cursor: not-allowed;
-moz-text-shadow: none;
-webkit-text-shadow: none;
/*+box-shadow:none;*/
-o-text-shadow: none;
-moz-box-shadow: none;
-webkit-box-shadow: none;
-o-box-shadow: none;
}
.vpc-chart li.tier .actions .action:hover {
border: 1px solid #7a8b9a;
box-shadow: inset 1px 2px 4px #808080;
background-position: 0 -106px;
/*+box-shadow:inset 1px 2px 4px #808080;*/
color: #5b7a96;
-moz-box-shadow: inset 1px 2px 4px #808080;
-webkit-box-shadow: inset 1px 2px 4px #808080;
-o-box-shadow: inset 1px 2px 4px #808080;
}
.vpc-chart li.tier .actions .action span.label {
/*+placement:shift 1px 3px;*/
position: relative;
top: 3px;
left: 1px;
font-size: 11px;
}
.vpc-chart li.tier .actions .action.remove,
.vpc-chart li.tier .actions .action.remove:hover {
position: relative;
float: right;
top: -2px;
left: -3px;
width: 30px;
/*+placement:shift -3px -2px;*/
padding: 0;
border: 0;
box-shadow: none;
/*+box-shadow:none;*/
background: none;
-moz-box-shadow: none;
-webkit-box-shadow: none;
-o-box-shadow: none;
}
.vpc-chart li.tier .action span.icon {
position: relative;
float: left;
top: 3px;
left: 1px;
width: 37px;
/*+placement:shift 1px 3px;*/
height: 23px;
background-image: url("../images/sprites.png");
cursor: pointer;
}
.vpc-chart li.tier .vm-count {
display: block;
position: absolute;
top: 3px;
left: 134px;
width: 100px;
/*+text-shadow:1px 2px 2px #000000;*/
margin: 4px;
padding: 5px;
border: 1px solid transparent;
font-size: 23px;
color: #ffffff;
text-align: center;
text-decoration: underline;
text-shadow: 1px 2px 2px #000000;
cursor: pointer;
-moz-text-shadow: 1px 2px 2px #000000;
-webkit-text-shadow: 1px 2px 2px #000000;
-o-text-shadow: 1px 2px 2px #000000;
}
.vpc-chart li.tier.loading .vm-count {
padding-right: 10px;
}
.vpc-chart li.tier .vm-count .loading-overlay {
opacity: 1;
display: none;
position: absolute;
top: 7px;
left: 15px;
width: 24px;
/*+border-radius:12px;*/
height: 24px;
border-radius: 12px;
background-image: url("../images/ajax-loader-small.gif");
-moz-border-radius: 12px;
-webkit-border-radius: 12px;
/*+opacity:100%;*/
-khtml-border-radius: 12px;
filter: alpha(opacity=100);
-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
-moz-opacity: 1;
}
.vpc-chart li.tier.loading .vm-count .loading-overlay {
display: block;
}
.vpc-chart li.tier .vm-count:hover,
.vpc-chart li.tier .title:hover {
border: 1px solid #4c545e;
border-radius: 4px;
background: url("../images/bg-gradients.png") 0 -2751px;
}
.vpc-chart li.tier .vm-count .total {
padding-right: 4px;
font-size: 24px;
}
.vpc-chart li.tier.placeholder {
border: dotted #acacac;
border-radius: 4px;
/*+border-radius:4px;*/
box-shadow: none;
background: #ececec;
cursor: pointer;
-moz-border-radius: 4px;
/*+box-shadow:none;*/
-webkit-border-radius: 4px;
-khtml-border-radius: 4px;
-moz-box-shadow: none;
-webkit-box-shadow: none;
-o-box-shadow: none;
}
.vpc-chart li.tier.placeholder:hover {
box-shadow: 0 2px 8px #a7a7a7;
/*+box-shadow:0px 2px 8px #A7A7A7;*/
background: #d3d3d3;
-moz-box-shadow: 0 2px 8px #a7a7a7;
-webkit-box-shadow: 0 2px 8px #a7a7a7;
-o-box-shadow: 0 2px 8px #a7a7a7;
}
.vpc-chart li.tier.placeholder span {
top: 40px;
left: 66px;
color: #9f9f9f;
/*+text-shadow:none;*/
text-decoration: none;
text-shadow: none;
-moz-text-shadow: none;
-webkit-text-shadow: none;
-o-text-shadow: none;
}
.vpc-chart li.tier.placeholder:hover span {
border: 0;
/*+text-shadow:0px 0px 7px #FFFFFF;*/
background: none;
color: #000000;
text-shadow: 0 0 7px #ffffff;
-moz-text-shadow: 0 0 7px #ffffff;
-webkit-text-shadow: 0 0 7px #ffffff;
-o-text-shadow: 0 0 7px #ffffff;
}
.vpc-chart li.tier.virtual-router {
position: relative;
top: -36px;
left: 17px;
/*+placement:shift 17px -36px;*/
width: 222px;
height: 65px;
margin: 0;
border: 1px solid #adadad;
background-position: 0 -2519px;
cursor: pointer;
}
.vpc-chart li.tier.virtual-router:hover {
text-decoration: underline;
}
.vpc-chart li.tier.virtual-router.disabled:hover {
text-decoration: none;
}
.vpc-chart li.tier.virtual-router.disabled,
.vpc-chart li.tier.virtual-router.disabled span {
cursor: default;
}
.vpc-chart li.tier.virtual-router span {
position: relative;
top: 22px;
/*+text-shadow:0px 1px 3px #FFFFFF;*/
left: 53px;
font-size: 18px;
color: #586e82;
text-decoration: none;
/*+placement:shift 53px 22px;*/
text-shadow: 0 1px 3px #ffffff;
-moz-text-shadow: 0 1px 3px #ffffff;
-webkit-text-shadow: 0 1px 3px #ffffff;
-o-text-shadow: 0 1px 3px #ffffff;
}
.vpc-chart li.tier.virtual-router span:hover {
border: 0;
background: none;
}
.vpc-chart li.tier.virtual-router .connect-line {
/*+placement:shift -47px 14px;*/
position: relative;
top: 14px;
left: -47px;
width: 46px;
}
/*VPC: Enable Static NAT fields*/
.list-view.instances .filters.tier-select {
width: 246px;
margin: 1px 120px 0 19px;
padding: 2px 20px 2px 13px;
}
.list-view.instances .filters.tier-select label {
color: #ffffff;
/*+text-shadow:0px 1px 3px #000000;*/
text-shadow: 0 1px 3px #000000;
-moz-text-shadow: 0 1px 3px #000000;
-webkit-text-shadow: 0 1px 3px #000000;
-o-text-shadow: 0 1px 3px #000000;
}
.list-view.instances .filters.tier-select select {
float: left;
width: 166px;
}
.ui-dialog.configure-acl .multi-edit {
width: 866px;
}
.ui-dialog.configure-acl .multi-edit table {
max-width: none;
}
.ui-dialog.configure-acl .multi-edit table select,
.detail-view .acl .multi-edit select {
width: 76px;
}
.ui-dialog.configure-acl .ui-dialog-buttonpane {
/*+placement:shift 722px -2px;*/
position: relative;
top: -2px;
left: 722px;
}
.ui-dialog.configure-acl div.view.list-view {
max-height: 474px;
}
.ui-dialog.configure-acl .multi-edit .data {
width: 901px;
height: 370px;
margin: 0;
padding: 0;
overflow: auto;
overflow-x: hidden;
}
.ui-dialog.configure-acl .multi-edit .data .multi-actions {
min-width: none !important;
max-width: none !important;
}
.ui-dialog.configure-acl .view.list-view table.body tr td.actions {
width: 184px !important;
max-width: 184px !important;
}
div.ui-dialog div.acl div.multi-edit table.multi-edit thead tr th,
div.ui-dialog div.acl div.multi-edit table.multi-edit tbody tr td {
min-width: 75px;
}
div.ui-dialog div.acl div.multi-edit div.data div.data-body div.data-item table tbody tr td {
width: 100%;
min-width: 77px;
}
.detail-view .acl .multi-edit th,
.detail-view .acl .multi-edit td {
min-width: 25px !important;
padding-right: 0 !important;
}
.detail-view .acl .multi-edit th {
font-size: 10px;
}
.detail-view .acl .multi-edit input {
width: 50px;
}
.detail-view .acl .multi-edit .add-vm {
width: 51px;
padding-right: 0;
text-indent: 0;
}
.detail-view .acl .multi-edit td.multi-actions {
width: 65px;
}
.ui-dialog .health-check {
height: 295px !important;
padding-bottom: 93px;
}
div.ui-dialog div.health-check div.health-check-description {
color: #808080;
}
div.ui-dialog div.health-check div.form-container form div.form-item {
width: 58%;
margin-top: -16px;
margin-bottom: 30px;
margin-left: 116px;
}
div.ui-dialog div.health-check div.health-check-config-title {
float: left;
margin-left: 15px;
font-size: 17px;
color: #808080;
}
div.ui-dialog div.health-check div.health-check-advanced-title {
float: left;
margin-top: -70px;
margin-left: 15px;
font-size: 17px;
color: #808080;
}
.ui-dialog div.autoscaler {
max-height: 600px;
overflow: auto;
}
div.container div.panel div#details-tab-network.detail-group div div.multi-edit table.multi-edit tbody tr td,
div.container div.panel div#details-tab-network.detail-group div div.multi-edit table.multi-edit thead tr th {
min-width: 80px;
max-width: 80px;
font-size: 10px;
}
.ui-dialog div.autoscaler .detail-actions .buttons {
float: right;
margin-right: 6px;
}
.ui-dialog div.autoscaler .detail-actions .buttons .action {
float: left;
width: 32px;
}
.ui-dialog div.autoscaler div.form-container div.form-item[rel='securityGroups'] {
display: block;
float: left;
width: 370px;
}
.ui-dialog div.autoscaler div.form-container div.form-item[rel='diskOfferingId'] {
display: inline-block;
position: relative;
float: left;
width: 370px;
margin-top: 1px;
}
.ui-dialog div.autoscaler div.form-container div.form-item[rel='minInstance'] {
display: block;
float: left;
width: 50%;
}
.ui-dialog div.autoscaler div.form-container div.form-item[rel='maxInstance'] {
display: inline-block;
position: relative;
float: left;
left: -30px;
width: 50%;
}
.ui-dialog div.autoscaler div.form-container div.form-item[rel='interval'] {
display: block;
float: left;
width: 50%;
}
.ui-dialog div.autoscaler div.form-container div.form-item[rel='quietTime'] {
display: inline-block;
position: relative;
float: left;
left: -15px;
width: 50%;
}
.ui-dialog div.autoscaler div.form-container div.form-item[rel='snmpCommunity'] {
display: block;
float: left;
width: 50%;
}
.ui-dialog div.autoscaler div.form-container div.form-item[rel='snmpPort'] {
display: inline-block;
position: relative;
float: left;
left: -15px;
width: 50%;
}
.ui-dialog div.autoscaler div.form-container div.value select {
float: left;
width: 88%;
}
div.ui-dialog div.autoscaler div.scale-up-policy-title div.form-container {
height: 55px;
}
div.ui-dialog div.autoscaler div.scale-down-policy-title div.form-container {
height: 55px;
}
div.ui-dialog div.autoscaler div.scale-up-policy div.multi-edit {
margin-top: 0;
}
div.ui-dialog div.autoscaler div.scale-down-policy div.multi-edit {
margin-top: 0;
}
div.ui-dialog div.autoscaler div.scale-up-policy-title {
margin-top: 40px;
margin-left: -650px;
color: #0055bb;
}
div.ui-dialog div.autoscaler div.scale-up-policy-title label {
margin-right: 10px;
margin-left: 200px;
font-size: 13px;
}
div.ui-dialog div.autoscaler div.scale-up-policy-title hr.policy-divider {
margin-bottom: 12px;
border-top: 1px none #38546d;
border-right: 1px none #16222c;
border-left: 1px none #38546d;
}
div.ui-dialog div.autoscaler div.scale-down-policy-title hr.policy-divider {
margin-bottom: 12px;
border-top: 1px none #38546d;
border-right: 1px none #16222c;
border-left: 1px none #38546d;
}
div.ui-dialog div.autoscaler div.field-group.bottom-fields hr.policy-divider {
margin-top: 15px;
margin-bottom: -1px;
border-top: 1px none #38546d;
border-right: 1px none #16222c;
border-left: 1px none #38546d;
}
div.ui-dialog div.autoscaler div.scale-down-policy-title label {
margin-right: 10px;
margin-left: 170px;
font-size: 13px;
}
div.ui-dialog div.autoscaler div.scale-down-policy-title {
margin-top: 10px;
margin-left: -620px;
color: #0055bb;
}
div.ui-dialog div.autoscaler div.scale-up-policy-title div.form-container div.form-item div.value input[type='text'] {
width: 30%;
margin-top: -17px;
margin-left: 729px;
}
div.ui-dialog div.autoscaler div.scale-up-policy-title div.form-container div.form-item div.name {
margin-left: 420px;
}
div.ui-dialog div.autoscaler div.scale-down-policy-title div.form-container div.form-item div.value input[type='text'] {
width: 30%;
margin-top: -16px;
margin-left: 698px;
}
div.ui-dialog div.autoscaler div.scale-down-policy-title div.form-container div.form-item div.name {
margin-left: 420px;
}
div.ui-dialog div.autoscaler div.scale-up-policy div.multi-edit div.data div.data-body div.data-item {
margin-right: 22px;
margin-bottom: 0;
}
div.ui-dialog div.autoscaler div.scale-down-policy div.multi-edit div.data div.data-body div.data-item {
margin-right: 22px;
margin-bottom: 0;
}
div.ui-dialog div.autoscaler div.scale-up-policy div.slide-label {
width: 12px;
margin-bottom: 3px;
margin-left: 755px;
font-size: 14px;
color: #a5a3a7;
}
div.ui-dialog div.autoscaler div.scale-down-policy div.slide-label {
width: 12px;
margin-bottom: 3px;
margin-left: 755px;
font-size: 14px;
color: #a5a3a7;
}
div.ui-dialog div.autoscaler div.scale-up-policy div.hide {
float: right;
width: 14px;
height: 15px;
margin: -20px 45px 0 11px;
border: 1px solid #d0d0d0;
border-radius: 9px 9px 9px 9px;
background: #ffffff url("../images/minus.png") no-repeat 38% 59%;
cursor: pointer;
}
div.ui-dialog div.autoscaler div.scale-down-policy div.hide {
float: right;
width: 14px;
height: 15px;
margin: -20px 45px 0 11px;
border: 1px solid #d0d0d0;
border-radius: 9px 9px 9px 9px;
background: #ffffff url("../images/minus.png") no-repeat 31% 54%;
cursor: pointer;
}
div.ui-dialog div.autoscaler div.scale-up-policy div.expand {
float: right;
width: 14px;
height: 15px;
margin: -20px 45px 0 11px;
border: 1px solid #d0d0d0;
border-radius: 9px 9px 9px 9px;
background: #ffffff url("../images/sprites.png") repeat -541px -499px;
cursor: pointer;
}
div.ui-dialog div.autoscaler div.scale-down-policy div.expand {
float: right;
width: 14px;
height: 15px;
margin: -20px 45px 0 11px;
border: 1px solid #d0d0d0;
border-radius: 9px 9px 9px 9px;
background: #ffffff url("../images/sprites.png") repeat -541px -499px;
cursor: pointer;
}
div.ui-dialog div.autoscaler div.field-group div.form-container form div.form-item div.name label {
font-size: 11px;
}
/*List state BG colors*/
.list-view .body td.item-state-on {
border-bottom: 1px solid #09bc09;
background: #c0ffc0;
}
.list-view .body td.item-state-off {
border-bottom: 1px solid #ff9f9f;
background: #ffd8cf;
}
.list-view .body tr.selected td.item-state-on,
.list-view .body tr.selected td.item-state-off {
border-color: inherit;
background-color: inherit;
}
/*Autoscaler*/
.ui-dialog div.autoscaler {
max-height: 600px;
overflow: auto;
}
div.container div.panel div#details-tab-network.detail-group div div.multi-edit table.multi-edit tbody tr td,
div.container div.panel div#details-tab-network.detail-group div div.multi-edit table.multi-edit thead tr th {
min-width: 72px;
font-size: 10px;
}
.ui-dialog div.autoscaler .detail-actions .buttons {
float: right;
margin-right: 6px;
}
.ui-dialog div.autoscaler .detail-actions .buttons .action {
float: left;
width: 32px;
}
.ui-dialog div.autoscaler div.form-container div.form-item[rel='securityGroups'] {
display: block;
float: left;
width: 370px;
}
.ui-dialog div.autoscaler div.form-container div.form-item[rel='diskOfferingId'] {
display: inline-block;
position: relative;
float: left;
width: 370px;
margin-top: 1px;
}
.ui-dialog div.autoscaler div.form-container div.form-item[rel='minInstance'] {
display: block;
float: left;
width: 50%;
}
.ui-dialog div.autoscaler div.form-container div.form-item[rel='maxInstance'] {
display: inline-block;
position: relative;
float: left;
left: -30px;
width: 50%;
}
.ui-dialog div.autoscaler div.form-container div.form-item[rel='interval'] {
display: block;
float: left;
width: 50%;
}
.ui-dialog div.autoscaler div.form-container div.form-item[rel='quietTime'] {
display: inline-block;
position: relative;
float: left;
left: -15px;
width: 50%;
}
.ui-dialog div.autoscaler div.form-container div.form-item[rel='snmpCommunity'] {
display: block;
float: left;
width: 50%;
}
.ui-dialog div.autoscaler div.form-container div.form-item[rel='snmpPort'] {
display: inline-block;
position: relative;
float: left;
left: -15px;
width: 50%;
}
.ui-dialog div.autoscaler div.form-container div.value select {
float: left;
width: 88%;
}
div.ui-dialog div.autoscaler div.scale-up-policy-title div.form-container {
height: 55px;
}
div.ui-dialog div.autoscaler div.scale-down-policy-title div.form-container {
height: 55px;
}
div.ui-dialog div.autoscaler div.scale-up-policy div.multi-edit {
margin-top: 0;
}
div.ui-dialog div.autoscaler div.scale-down-policy div.multi-edit {
margin-top: 0;
}
div.ui-dialog div.autoscaler div.scale-up-policy-title {
margin-top: 40px;
margin-left: -650px;
color: #0055bb;
}
div.ui-dialog div.autoscaler div.scale-up-policy-title label {
margin-right: 10px;
margin-left: 200px;
font-size: 13px;
}
div.ui-dialog div.autoscaler div.scale-up-policy-title hr.policy-divider {
margin-bottom: 12px;
border-top: 1px none #38546d;
border-right: 1px none #16222c;
border-left: 1px none #38546d;
}
div.ui-dialog div.autoscaler div.scale-down-policy-title hr.policy-divider {
margin-bottom: 12px;
border-top: 1px none #38546d;
border-right: 1px none #16222c;
border-left: 1px none #38546d;
}
div.ui-dialog div.autoscaler div.field-group.bottom-fields hr.policy-divider {
margin-top: 15px;
margin-bottom: -1px;
border-top: 1px none #38546d;
border-right: 1px none #16222c;
border-left: 1px none #38546d;
}
div.ui-dialog div.autoscaler div.scale-down-policy-title label {
margin-right: 10px;
margin-left: 170px;
font-size: 13px;
}
div.ui-dialog div.autoscaler div.scale-down-policy-title {
margin-top: 10px;
margin-left: -620px;
color: #0055bb;
}
div.ui-dialog div.autoscaler div.scale-up-policy-title div.form-container div.form-item div.value input[type='text'] {
width: 30%;
margin-top: 1px;
margin-left: 195px;
}
div.ui-dialog div.autoscaler div.scale-up-policy-title div.form-container div.form-item div.name {
margin-left: 390px;
}
div.ui-dialog div.autoscaler div.scale-down-policy-title div.form-container div.form-item div.value input[type='text'] {
width: 30%;
margin-top: -16px;
margin-left: 670px;
}
div.ui-dialog div.autoscaler div.scale-down-policy-title div.form-container div.form-item div.name {
margin-left: 390px;
}
div.ui-dialog div.autoscaler div.scale-up-policy div.multi-edit div.data div.data-body div.data-item {
margin-right: 22px;
margin-bottom: 0;
}
div.ui-dialog div.autoscaler div.scale-down-policy div.multi-edit div.data div.data-body div.data-item {
margin-right: 22px;
margin-bottom: 0;
}
div.ui-dialog div.autoscaler div.scale-up-policy div.slide-label {
width: 12px;
margin-bottom: 3px;
margin-left: 755px;
font-size: 14px;
color: #a5a3a7;
}
div.ui-dialog div.autoscaler div.scale-down-policy div.slide-label {
width: 12px;
margin-bottom: 3px;
margin-left: 755px;
font-size: 14px;
color: #a5a3a7;
}
div.ui-dialog div.autoscaler div.scale-up-policy div.hide {
float: right;
width: 14px;
height: 15px;
margin: -20px 45px 0 11px;
border: 1px solid #d0d0d0;
border-radius: 9px 9px 9px 9px;
background: #ffffff url("../images/minus.png") no-repeat 38% 59%;
cursor: pointer;
}
div.ui-dialog div.autoscaler div.scale-down-policy div.hide {
float: right;
width: 14px;
height: 15px;
margin: -20px 45px 0 11px;
border: 1px solid #d0d0d0;
border-radius: 9px 9px 9px 9px;
background: #ffffff url("../images/minus.png") no-repeat 31% 54%;
cursor: pointer;
}
div.ui-dialog div.autoscaler div.scale-up-policy div.expand {
float: right;
width: 14px;
height: 15px;
margin: -20px 45px 0 11px;
border: 1px solid #d0d0d0;
border-radius: 9px 9px 9px 9px;
background: #ffffff url("../images/sprites.png") repeat -541px -499px;
cursor: pointer;
}
div.ui-dialog div.autoscaler div.scale-down-policy div.expand {
float: right;
width: 14px;
height: 15px;
margin: -20px 45px 0 11px;
border: 1px solid #d0d0d0;
border-radius: 9px 9px 9px 9px;
background: #ffffff url("../images/sprites.png") repeat -541px -499px;
cursor: pointer;
}
div.ui-dialog div.autoscaler div.field-group div.form-container form div.form-item div.name label {
font-size: 11px;
}
.ui-datepicker {
display: none;
width: 300px;
height: auto;
padding: 4px 0 0;
border-radius: 4px;
/*+border-radius:4px;*/
box-shadow: 0 3px 8px #000000;
background: #ffffff 0 -2470px;
overflow: hidden;
-moz-border-radius: 4px;
/*+box-shadow:0px 3px 8px #000000;*/
-webkit-border-radius: 4px;
-khtml-border-radius: 4px;
-moz-box-shadow: 0 3px 8px #000000;
-webkit-box-shadow: 0 3px 8px #000000;
-o-box-shadow: 0 3px 8px #000000;
}
.ui-datepicker .ui-datepicker-title {
width: 100%;
margin: auto;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
margin: 6px 13px 6px 14px;
padding: 6px;
/*+box-shadow:0px 1px 5px #444444;*/
border-radius: 4px;
box-shadow: 0 1px 5px #444444;
background: url("../images/bg-gradients.png") 0 -182px;
font-size: 13px;
/*+text-shadow:0px -1px 1px #050505;*/
font-size: 12px;
color: #ffffff;
text-shadow: 0 -1px 1px #050505;
cursor: pointer;
-moz-box-shadow: 0 1px 5px #444444;
-webkit-box-shadow: 0 1px 5px #444444;
-o-box-shadow: 0 1px 5px #444444;
-moz-text-shadow: 0 -1px 1px #050505;
-webkit-text-shadow: 0 -1px 1px #050505;
/*+border-radius:4px;*/
-o-text-shadow: 0 -1px 1px #050505;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
-khtml-border-radius: 4px;
}
.ui-datepicker .ui-datepicker-prev:hover,
.ui-datepicker .ui-datepicker-next:hover {
/*+box-shadow:inset 0px 0px 10px #000000;*/
box-shadow: inset 0 0 10px #000000;
-moz-box-shadow: inset 0 0 10px #000000;
-webkit-box-shadow: inset 0 0 10px #000000;
-o-box-shadow: inset 0 0 10px #000000;
}
.ui-datepicker .ui-datepicker-prev {
float: left;
}
.ui-datepicker .ui-datepicker-next {
float: right;
}
.ui-datepicker .ui-datepicker-title .ui-datepicker-month {
width: 85px;
font-size: 16px;
color: #2c363f;
}
.ui-datepicker .ui-datepicker-title {
position: relative;
top: 6px;
left: 0;
width: 188px;
/*+placement:shift 0px 6px;*/
height: 19px;
padding: 3px 0 0;
text-align: center;
}
.ui-datepicker table {
width: 277px;
height: 9px;
}
.ui-datepicker table th,
.ui-datepicker table td {
min-width: 24px;
padding: 7px 0;
border: 1px solid #b9b6b6;
text-align: center;
text-indent: 0;
/*[empty]+placement:;*/
}
.ui-datepicker table td {
cursor: pointer;
}
.ui-datepicker table td.ui-state-disabled,
.ui-datepicker table td.ui-state-disabled:hover {
box-shadow: none;
/*+box-shadow:none;*/
background-color: #dcdcdc;
cursor: default;
-moz-box-shadow: none;
-webkit-box-shadow: none;
-o-box-shadow: none;
}
.ui-datepicker table td a {
font-size: 12px;
color: #485867;
text-decoration: none;
}
.ui-datepicker table td:hover {
box-shadow: inset 0 0 4px #6b6b6b;
/*+box-shadow:inset 0px 0px 4px #6B6B6B;*/
background-color: #6a839a;
-moz-box-shadow: inset 0 0 4px #6b6b6b;
-webkit-box-shadow: inset 0 0 4px #6b6b6b;
-o-box-shadow: inset 0 0 4px #6b6b6b;
}
.ui-datepicker table td:hover a {
color: #ffffff;
text-shadow: 0 -1px #000000;
}
.plugins-listing ul {
width: 100%;
}
.plugins-listing ul li {
/*+border-radius:4px;*/
width: 98%;
height: 66px;
margin: 9px auto 12px;
border: 1px solid #a8a3a3;
/*+box-shadow:0px 2px 6px #D3D3D3;*/
border-radius: 4px;
box-shadow: 0 2px 6px #d3d3d3;
background: url("../images/bg-gradients.png") 0 -29px;
cursor: pointer;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
-khtml-border-radius: 4px;
-moz-box-shadow: 0 2px 6px #d3d3d3;
-webkit-box-shadow: 0 2px 6px #d3d3d3;
-o-box-shadow: 0 2px 6px #d3d3d3;
}
.plugins-listing ul li:hover {
/*+box-shadow:inset 0px 2px 4px #B9B9B9;*/
box-shadow: inset 0 2px 4px #b9b9b9;
-moz-box-shadow: inset 0 2px 4px #b9b9b9;
-webkit-box-shadow: inset 0 2px 4px #b9b9b9;
-o-box-shadow: inset 0 2px 4px #b9b9b9;
}
.plugins-listing ul li .title {
display: block;
float: left;
width: 90%;
margin: 13px 0 7px;
/*+text-shadow:0px 1px 1px #FFFFFF;*/
font-weight: bold;
color: #4a5a6a;
text-shadow: 0 1px 1px #ffffff;
-moz-text-shadow: 0 1px 1px #ffffff;
-webkit-text-shadow: 0 1px 1px #ffffff;
-o-text-shadow: 0 1px 1px #ffffff;
}
.plugins-listing ul li .desc {
font-size: 13px;
color: #524e4e;
}
.plugins-listing ul li .icon {
display: block;
float: left;
width: 50px;
height: 50px;
margin: 8px 13px 13px 11px;
}
.plugins-listing ul li .icon img {
width: 100%;
height: 100%;
}
.region-switcher {
display: inline-block;
position: relative;
/*+border-radius:4px;*/
position: relative;
float: left;
top: 1px;
left: 27px;
height: 28px;
margin: 5px 13px 0 0;
border-radius: 4px;
cursor: pointer;
/*+placement:shift 27px 1px;*/
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
-khtml-border-radius: 4px;
}
.region-selector {
/*+border-radius:4px;*/
position: relative;
position: absolute;
z-index: 5500;
top: 49px;
left: 185px;
width: 318px;
height: 372px;
/*+placement:shift 185px 49px;*/
border-radius: 4px;
background: url("../images/bg-notifications.png") center;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
-khtml-border-radius: 4px;
}
.region-selector h2 {
margin: 31px 0 14px;
font-size: 21px;
letter-spacing: 1px;
color: #ffffff;
/*+text-shadow:0px 1px 2px #000000;*/
text-align: center;
text-shadow: 0 1px 2px #000000;
-moz-text-shadow: 0 1px 2px #000000;
-webkit-text-shadow: 0 1px 2px #000000;
-o-text-shadow: 0 1px 2px #000000;
}
.region-selector .buttons {
width: 95%;
height: 33px;
margin: 5px auto 0;
}
.region-selector .buttons .button.close {
float: right;
margin-right: 10px;
padding: 8px;
border-bottom: 1px solid #232323;
/*+border-radius:4px;*/
border-radius: 4px;
background: url("../images/gradients.png") 0 -317px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
-khtml-border-radius: 4px;
}
.region-selector .buttons .button.close:hover {
/*+box-shadow:inset 0px 2px 4px #525252;*/
box-shadow: inset 0 2px 4px #525252;
-moz-box-shadow: inset 0 2px 4px #525252;
-webkit-box-shadow: inset 0 2px 4px #525252;
-o-box-shadow: inset 0 2px 4px #525252;
}
.region-selector .buttons .button.close span {
font-weight: bold;
letter-spacing: 1px;
color: #ffffff;
/*+text-shadow:0px 1px 2px #000000;*/
text-shadow: 0 1px 2px #000000;
-moz-text-shadow: 0 1px 2px #000000;
-webkit-text-shadow: 0 1px 2px #000000;
-o-text-shadow: 0 1px 2px #000000;
}
.region-selector ul {
width: 94%;
height: 237px;
/*+border-radius:4px;*/
margin: auto;
border: 1px solid #b7b7b7;
border-radius: 4px;
box-shadow: inset 0 0 8px #a3a3a3;
background: #ffffff;
overflow: auto;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
/*+box-shadow:inset 0px 0px 8px #A3A3A3;*/
-khtml-border-radius: 4px;
-moz-box-shadow: inset 0 0 8px #a3a3a3;
-webkit-box-shadow: inset 0 0 8px #a3a3a3;
-o-box-shadow: inset 0 0 8px #a3a3a3;
}
.region-selector ul li {
width: 100%;
padding: 15px 0;
border-bottom: 1px solid #cacaca;
/*+text-shadow:none;*/
background: none;
font-size: 13px;
color: #415c72;
text-indent: 14px;
text-shadow: none;
cursor: pointer;
-moz-text-shadow: none;
-webkit-text-shadow: none;
-o-text-shadow: none;
}
.region-selector ul li:hover,
.region-selector ul li.active {
background: #e9e9e9 url("../images/bg-gradients.png") repeat-x 0 -31px;
/*+text-shadow:0px 1px #FFFFFF;*/
text-shadow: 0 1px #ffffff;
-moz-text-shadow: 0 1px #ffffff;
-webkit-text-shadow: 0 1px #ffffff;
-o-text-shadow: 0 1px #ffffff;
}
.region-switcher .icon {
display: inline-block;
display: block;
position: absolute;
float: left;
width: 26px;
height: 26px;
background: url("../images/sprites.png") -15px -1313px;
}
.region-switcher .title {
display: inline-block;
position: relative;
float: right;
top: 0;
left: -1px;
max-width: 285px;
padding: 9px 9px 0 34px;
font-size: 13px;
font-weight: 100;
/*+placement:shift -1px 0px;*/
white-space: nowrap;
color: #ffffff;
overflow: hidden;
}
.region-switcher:hover,
.region-switcher.active {
/*+box-shadow:inset 0px 1px 5px #000000;*/
box-shadow: inset 0 1px 5px #000000;
-moz-box-shadow: inset 0 1px 5px #000000;
-webkit-box-shadow: inset 0 1px 5px #000000;
-o-box-shadow: inset 0 1px 5px #000000;
}
.region-switcher:hover .icon,
.region-switcher.active .icon {
background-position: -70px -1311px;
}
.cacert-download {
display: inline-block;
position: relative;
position: absolute;
float: right;
top: 20px;
left: 1175px;
height: 30px;
cursor: pointer;
}
.cacert-download .icon {
display: inline-block;
display: block;
position: absolute;
float: left;
width: 32px;
height: 30px;
background: url("../images/sprites.png") -142px -348px;
}
.cacert-download:hover .icon,
.cacert-download.active .icon {
background-position: -368px -348px;
}
.action.edit .icon {
background-position: 1px -1px;
}
.action.edit:hover .icon {
background-position: 1px -583px;
}
.start .icon,
.startByAdmin .icon {
background-position: -169px -1px;
}
.start:hover .icon,
.startByAdmin:hover .icon {
background-position: -169px -583px;
}
.updateVmwareDc .icon {
background-position: -265px -148px;
}
.updateVmwareDc:hover .icon {
background-position: -265px -728px;
}
.stop .icon,
.removeVmwareDc .icon,
.release .icon {
background-position: 0 -31px;
}
.stop:hover .icon,
.removeVmwareDc:hover .icon,
.release:hover .icon {
background-position: 0 -613px;
}
.restart .icon,
.releaseDedicatedZone .icon {
background-position: 0 -63px;
}
.restart:hover .icon,
.releaseDedicatedZone:hover .icon {
background-position: 0 -645px;
}
.destroy .icon,
.expunge .icon,
.remove .icon,
.removeMulti .icon,
.delete .icon,
.decline .icon,
.deleteacllist .icon {
background-position: 1px -92px;
}
.destroy:hover .icon,
.expunge:hover .icon,
.remove:hover .icon,
.delete:hover .icon,
.deleteacllist:hover .icon {
background-position: 1px -674px;
}
.migrate .icon,
.migrateToAnotherStorage .icon {
background-position: 0 -125px;
}
.migrate:hover .icon,
.migrateToAnotherStorage:hover .icon {
background-position: 0 -707px;
}
.migrate .icon,
.migrateVolume .icon {
background-position: 0 -125px;
}
.migrate:hover .icon,
.migrateVolume:hover .icon {
background-position: 0 -707px;
}
.viewMetrics .icon {
background-position: -40px -32px;
}
.viewMetrics:hover .icon {
background-position: -40px -32px;
}
.refreshMetrics .icon {
background-position: 0 -62px;
}
.refreshMetrics:hover .icon {
background-position: 0 -62px;
}
.attach .icon,
.attachISO .icon,
.attachDisk .icon,
.associateProfileToBlade .icon {
background-position: -104px -3px;
}
.attach:hover .icon,
.attachISO:hover .icon,
.attachDisk:hover .icon {
background-position: -101px -585px;
}
.detach .icon,
.detachISO .icon,
.detachDisk .icon,
.disassociateProfileFromBlade .icon {
background-position: -101px -65px;
}
.detach:hover .icon,
.detachISO:hover .icon,
.detachDisk:hover .icon,
.disassociateProfileFromBlade:hover .icon {
background-position: -101px -647px;
}
.secureKVMHost .icon,
.resetPassword .icon,
.changePassword .icon {
background-position: -68px -30px;
}
.secureKVMHost:hover .icon,
.resetPassword:hover .icon,
.changePassword:hover .icon {
background-position: -68px -612px;
}
.resetSSHKeyForVirtualMachine .icon {
background-position: -196px -3px;
}
.resetSSHKeyForVirtualMachine:hover .icon {
background-position: -195px -586px;
}
.changeService .icon {
background-position: -38px -33px;
}
.changeService:hover .icon {
background-position: -38px -615px;
}
.snapshot .icon,
.takeSnapshot .icon,
.storageSnapshot .icon {
background-position: -36px -91px;
}
.snapshot:hover .icon,
.takeSnapshot:hover .icon,
.storageSnapshot:hover .icon {
background-position: -36px -673px;
}
.recurringSnapshot .icon {
background-position: -69px -95px;
}
.recurringSnapshot:hover .icon {
background-position: -69px -677px;
}
.downloadVolume .icon,
.downloadTemplate .icon,
.downloadISO .icon {
background-position: -35px -125px;
}
.downloadVolume:hover .icon,
.downloadTemplate:hover .icon,
.downloadISO:hover .icon {
background-position: -35px -707px;
}
.createVolume .icon {
background-position: -70px -124px;
}
.createVolume:hover .icon {
background-position: -70px -706px;
}
.enable .icon,
.enableStaticNAT .icon {
background-position: -102px -92px;
}
.enable:hover .icon,
.enableStaticNAT:hover .icon {
background-position: -102px -676px;
}
.disable .icon,
.disableStaticNAT .icon {
background-position: -136px -93px;
}
.disable:hover .icon,
.disableStaticNAT:hover .icon {
background-position: -136px -677px;
}
.add .icon,
.addNew .icon,
.addLdapAccount .icon,
.assignVm .icon,
.rootAdminAddGuestNetwork .icon {
background-position: -37px -61px;
}
.add:hover .icon,
.addNew:hover .icon,
.addLdapAccount:hover .icon,
.assignVm:hover .icon,
.rootAdminAddGuestNetwork:hover .icon {
background-position: -37px -643px;
}
.assignVmToAnotherAccount .icon {
background-position: -232px -97px;
}
.assignVmToAnotherAccount:hover .icon {
background-position: -231px -678px;
}
.create .icon,
.createTemplate .icon,
.enableSwift .icon,
.addVM .icon,
.dedicateZone .icon,
.dedicate .icon {
background-position: -69px -63px;
}
.create:hover .icon,
.createTemplate:hover .icon,
.enableSwift:hover .icon,
.addVM:hover .icon,
.dedicateZone:hover .icon {
background-position: -69px -645px;
}
.copyTemplate .icon,
.copyISO .icon {
background-position: -138px -2px;
}
.copyTemplate:hover .icon,
.copyISO:hover .icon {
background-position: -138px -584px;
}
.createVM .icon {
background-position: -137px -32px;
}
.createVM:hover .icon {
background-position: -137px -614px;
}
.blankHAForHost .icon {
background-position: -266px -31px;
}
.blankHAForHost:hover .icon {
background-position: -266px -31px;
}
.configureHAForHost .icon {
background-position: -270px -148px;
}
.configureHAForHost:hover .icon {
background-position: -270px -728px;
}
.enableHA .icon {
background-position: -265px -93px;
}
.enableHA:hover .icon {
background-position: -265px -673px;
}
.disableHA .icon {
background-position: -265px -120px;
}
.disableHA:hover .icon {
background-position: -265px -700px;
}
.blankOutOfBandManagement .icon {
background-position: -266px -31px;
}
.blankOutOfBandManagement:hover .icon {
background-position: -266px -31px;
}
.configureOutOfBandManagement .icon {
background-position: -168px -31px;
}
.configureOutOfBandManagement:hover .icon {
background-position: -168px -613px;
}
.diagnostics .icon {
background-position: -165px -122px;
}
.diagnostics:hover .icon {
background-position: -165px -704px;
}
.enableOutOfBandManagement .icon {
background-position: -138px -65px;
}
.enableOutOfBandManagement:hover .icon {
background-position: -138px -647px;
}
.disableOutOfBandManagement .icon {
background-position: -138px -123px;
}
.disableOutOfBandManagement:hover .icon {
background-position: -138px -705px;
}
.issueOutOfBandManagementPowerAction .icon {
background-position: -266px -3px;
}
.issueOutOfBandManagementPowerAction:hover .icon {
background-position: -265px -584px;
}
.changeOutOfBandManagementPassword .icon {
background-position: -68px -30px;
}
.changeOutOfBandManagementPassword:hover .icon {
background-position: -68px -612px;
}
.enableMaintenanceMode .icon {
background-position: -138px -65px;
}
.enableMaintenanceMode:hover .icon {
background-position: -138px -647px;
}
.cancelMaintenanceMode .icon {
background-position: -138px -123px;
}
.cancelMaintenanceMode:hover .icon {
background-position: -138px -705px;
}
.lock .icon {
background-position: -104px -124px;
}
.lock:hover .icon {
background-position: -104px -706px;
}
.updateResourceLimits .icon {
background-position: -100px -32px;
}
.updateResourceLimits:hover .icon {
background-position: -100px -614px;
}
.addVlanRange .icon,
.addVmwareDc .icon {
background-position: -37px -62px;
}
.addVlanRange:hover .icon,
.addVmwareDc:hover .icon {
background-position: -37px -62px;
}
.removeVlanRange .icon {
background-position: 1px -92px;
}
.removeVlanRange:hover .icon {
background-position: 1px -92px;
}
.resize .icon,
.updateResourceCount .icon {
background-position: -167px -66px;
}
.resize:hover .icon,
.updateResourceCount:hover .icon {
background-position: -167px -648px;
}
.generateKeys .icon,
.networkACL .icon {
background-position: -167px -95px;
}
.generateKeys:hover .icon,
.networkACL:hover .icon {
background-position: -167px -677px;
}
.revertSnapshot .icon,
.revertToVMSnapshot .icon,
.restoreVM .icon,
.restore .icon,
.recover .icon {
background-position: -168px -31px;
}
.reset .icon,
.reinstall .icon {
background-position: -168px -31px;
}
.scaleUp .icon {
background-position: -167px -66px;
}
.revertSnapshot:hover .icon,
.revertToVMSnapshot:hover .icon,
.restoreVM:hover .icon,
.restore:hover .icon {
background-position: -168px -613px;
}
.reset:hover .icon {
background-position: -168px -613px;
}
.enableVPN .icon {
background-position: -198px -3px;
}
.enableVPN:hover .icon {
background-position: -197px -586px;
}
.disableVPN .icon {
background-position: -198px -32px;
}
.disableVPN:hover .icon {
background-position: -197px -615px;
}
.addIpRange .icon {
background-position: -197px -65px;
}
.addIpRange:hover .icon {
background-position: -197px -647px;
}
.forceReconnect .icon {
background-position: -196px -95px;
}
.forceReconnect:hover .icon {
background-position: -196px -677px;
}
.manage .icon {
background-position: -165px -122px;
}
.manage:hover .icon {
background-position: -165px -704px;
}
.unmanage .icon {
background-position: -196px -122px;
}
.unmanage:hover .icon {
background-position: -196px -704px;
}
.configureSamlAuthorization .icon {
background-position: -165px -122px;
}
.configureSamlAuthorization:hover .icon {
background-position: -165px -704px;
}
.viewConsole .icon {
background-position: -231px -2px;
}
.viewConsole:hover .icon {
background-position: -229px -586px;
}
.moveTop .icon {
background-position: -24px -161px;
}
.moveTop:hover .icon {
background-position: -24px -734px;
}
.moveBottom .icon {
background-position: -98px -161px;
}
.moveBottom:hover .icon {
background-position: -98px -734px;
}
.moveUp .icon {
background-position: -2px -161px;
}
.moveUp:hover .icon {
background-position: -2px -734px;
}
.moveDown .icon {
background-position: -55px -161px;
}
.moveDown:hover .icon {
background-position: -55px -734px;
}
.moveDrag .icon {
border-radius: 10px;
/*+border-radius:10px;*/
border-radius: 10px 10px 10px 10px;
background-position: -82px -162px;
cursor: move;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
-khtml-border-radius: 10px;
}
.moveDrag:hover .icon {
background-color: #ffffff;
cursor: move !important;
}
.uploadVolume .icon {
background-position: -232px -34px;
}
.uploadVolume:hover .icon {
background-position: -230px -615px;
}
.editTags .icon {
background-position: -228px -65px;
}
.editTags:hover .icon {
background-position: -228px -646px;
}
.replaceacllist .icon,
.replaceACL .icon,
.updateIpaddr .icon,
.changeAffinity .icon {
background-position: -264px -2px;
}
.replaceacllist:hover .icon,
.replaceACL:hover .icon,
.updateIpaddr:hover .icon,
.changeAffinity:hover .icon {
background-position: -263px -583px;
}
.releaseFromAccount .icon {
background-position: -230px -123px;
}
.releaseFromAccount:hover .icon {
background-position: -229px -704px;
}
.addAccount .icon {
background-position: -231px -96px;
}
.addAccount:hover .icon {
background-position: -230px -677px;
}
.linktoldap .icon {
background-position: -197px -65px;
}
.linktoldap:hover .icon {
background-position: -197px -647px;
}
.accounts-wizard table {
width: 100%;
margin: 0;
table-layout: fixed;
}
.accounts-wizard .ui-button {
display: inline-block !important;
float: none !important;
}
.accounts-wizard td:last-child {
border: 0;
}
.accounts-wizard tbody tr:nth-child(even) {
background: #dfe1e3;
}
.accounts-wizard tbody tr:nth-child(odd) {
background: #f2f0f0;
}
.accounts-wizard .content {
display: inline-block;
}
.accounts-wizard .content td {
white-space: nowrap;
text-overflow: ellipsis;
}
.accounts-wizard .content td.select,
.accounts-wizard .content th.select {
width: 60px !important;
min-width: 60px !important;
max-width: 60px !important;
border-right: 1px solid #bfbfbf;
background: none;
}
.accounts-wizard .content .select input {
width: auto;
height: auto;
margin: 18px 0 0 24px;
padding: 0;
}
.accounts-wizard .content:last-child {
margin-left: 14px;
}
.accounts-wizard table thead th:first-child {
width: 50px;
min-width: 50px;
max-width: 50px;
}
.accounts-wizard .input-area {
width: 320px;
font-size: 13px;
color: #485867;
text-shadow: 0 2px 1px #ffffff;
}
.ldap-account-choice {
border: 0;
border-radius: 0 0 0 0 !important;
}
.manual-account-details .name {
float: left;
width: 100px;
margin-top: 2px;
padding-bottom: 10px;
}
.manual-account-details {
height: auto !important;
overflow: visible !important;
overflow-x: visible !important;
}
.manual-account-details label.error {
display: block;
font-size: 10px;
}
.manual-account-details .value {
float: left;
}
.manual-account-details .form-item:after {
visibility: hidden;
content: '.';
display: block;
clear: both;
height: 0;
line-height: 0;
}
.manual-account-details .form-item {
box-sizing: border-box;
width: 100%;
padding: 5px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
}
.manual-account-details select,
.manual-account-details input {
width: 150px;
}
.manual-account-details input {
border: 1px solid #afafaf;
border-radius: 4px;
border-radius: 4px 4px 4px 4px;
background: #f6f6f6;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
-khtml-border-radius: 4px;
}
.manual-account-details > *:nth-child(even) {
background: #dfe1e3;
}
.manual-account-details > *:nth-child(odd) {
background: #f2f0f0;
}
.manual-account-details .value {
display: inline-block;
}
div.gpugroups div.list-view div.fixed-header {
position: relative;
top: 0 !important;
left: 12px !important;
}
div.gpugroups div.list-view div.fixed-header table {
width: auto;
}
div.gpugroups div.list-view div.data-table table {
margin-top: 0;
}
div.gpugroups div.list-view {
position: relative;
height: auto !important;
margin-top: 0 !important;
border: 0;
}
.gpugroups {
float: left;
width: 100%;
height: 100%;
overflow-x: hidden;
overflow-y: auto;
}
.gpugroups .gpugroup-container {
position: relative;
float: left;
width: auto;
height: auto !important;
margin: 12px;
padding: 0;
border: 1px solid #c8c2c2;
border-radius: 3px;
}
.gpugroups .gpugroup-container .title {
padding: 12px 12px 5px;
font-size: 13px;
font-weight: 100;
}
.ui-dialog .ui-button.add {
width: auto;
height: 12px;
margin: 0 0 12px;
padding: 5px 7px 5px 6px;
background: transparent -webkit-linear-gradient(top, #f7f7f7 1%, #eaeaea 100%) repeat 0 0;
background: transparent linear-gradient(to bottom, #f7f7f7 1%, #eaeaea 100%) repeat 0 0;
font-size: 12px;
}
.ui-dialog .ui-button.add:hover {
box-shadow: inset 0 0 5px #c3c3c3;
background: #e5e5e5 repeat 0 0;
}
.ui-dialog .ui-button.add span {
padding: 0 0 3px 18px;
background: transparent url("../images/icons.png") no-repeat -626px -209px;
}
ul.ui-autocomplete.ui-menu {
width: 250px;
max-height: 100px;
background: #eee;
padding: 5px;
text-align: left;
overflow-y: auto;
overflow-x: hidden;
z-index: 100;
}
.ui-menu .ui-menu-item {
cursor: pointer;
}
.ui-menu .ui-menu-item .ui-state-active {
background: #CBDDF3;
}
.ui-helper-hidden-accessible {
display: none;
}
.copy-template-destination-list div.text-search {
right: 5px;
}
.copy-template-destination-list div.ui-widget-content {
display: block !important;
}
div.panel.copy-template-destination-list div.list-view div.fixed-header {
width: 500px;
}
.copy-template-destination-list.panel div.list-view div.data-table table {
width: 595px;
}
.copy-template-destination-list .list-view .toolbar {
width: 654px;
}
.multi-edit-add-list .ui-button.copytemplateok {
left: 330px;
}
.multi-edit-add-list .ui-button.copytemplatecancel {
left: 310px;
}
div.button.export {
position: relative;
float: right;
top: 5px;
left: 0;
height: 12px;
margin: 0 10px 0 0;
padding: 5px 5px 5px 5px;
border: 1px solid #b7b7b7;
border-radius: 4px 4px 4px 4px;
background: -webkit-linear-gradient(top, #f7f7f7 1%, #eaeaea 100%);
background: linear-gradient(to bottom, #f7f7f7 1%, #eaeaea 100%);
font-size: 12px;
font-weight: 100;
color: #000000;
text-shadow: 0 1px 1px #dee5ea;
cursor: pointer;
}
div.button.export a {
position: relative;
top: 0;
left: 0;
padding: 0 0 3px 20px;
background: url("../images/exportCsvIcon.png") no-repeat;
background-size: 15.5px;
color: #000000;
text-decoration: none;
}
.ui-widget {
font-family: inherit;
}
.ui-widget-content,
.ui-widget.ui-widget-content {
border: 0;
background: inherit;
}
.ui-dialog.ui-widget-content {
background: #ffffff;
}
.ui-tabs .ui-tabs-nav {
display: block;
position: relative;
z-index: 2;
float: left;
width: 100%;
height: 41px;
margin-top: 42px;
padding: 0;
border: 0;
background-color: inherit;
overflow: hidden;
}
.ui-tabs .ui-tabs-nav.ui-corner-all {
border-bottom-left-radius: 0;
}
.ui-tabs .ui-tabs-nav .ui-tab {
margin-right: 1px;
}
.ui-tabs .ui-tab .ui-tabs-anchor {
position: relative;
float: left;
min-width: 91px;
padding: 15px 10px;
font-size: 11px;
color: #4e6070;
text-align: center;
text-decoration: none;
}
.ui-tabs .ui-tab.ui-state-default {
border: 1px solid #d9d9d9;
background: #f0f0f0;
}
.ui-tabs .ui-tab.ui-state-active {
background: #ffffff;
}
.ui-tabs .ui-tab.ui-state-hover a {
text-decoration: underline;
/*color: #000000;*/
cursor: pointer;
}
ul.ui-autocomplete.ui-menu {
width: 250px;
max-height: 400px;
padding: 5px;
background: #dddddd;
font-size: 13px;
overflow-x: hidden;
overflow-y: auto;
}
ul.token-input-list-facebook {
z-index: 2147483647;
clear: left;
width: 233px;
height: auto !important;
height: 1%;
min-height: 1px;
margin: 0;
padding: 0;
border: 1px solid #afafaf;
background-color: #f6f6f6;
font-family: Verdana;
font-size: 12px;
list-style-type: none;
cursor: text;
overflow: hidden;
}
ul.token-input-list-facebook li input {
width: 100px;
margin: 2px 0;
padding: 3px 8px;
border: 0;
background-color: #ffffff;
-webkit-appearance: caret;
}
li.token-input-token-facebook {
float: left;
height: auto !important;
height: 15px;
margin: 3px;
padding: 1px 3px;
border: 1px solid #ccd5e4;
border-radius: 5px;
background-color: #eff2f7;
font-size: 11px;
white-space: nowrap;
color: #000000;
cursor: default;
overflow: hidden;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
}
li.token-input-token-facebook p {
display: inline;
margin: 0;
padding: 0;
}
li.token-input-token-facebook span {
margin-left: 5px;
font-weight: bold;
color: #a6b3cf;
cursor: pointer;
}
li.token-input-selected-token-facebook {
border: 1px solid #3b5998;
background-color: #5670a6;
color: #ffffff;
}
li.token-input-input-token-facebook {
float: left;
margin: 0;
padding: 0;
list-style-type: none;
}
div.token-input-dropdown-facebook {
position: absolute;
z-index: 2147483647;
width: 233px;
border-right: 1px solid #cccccc;
border-bottom: 1px solid #cccccc;
border-left: 1px solid #cccccc;
background-color: #ffffff;
font-family: Verdana;
font-size: 11px;
cursor: default;
overflow: hidden;
}
div.token-input-dropdown-facebook p {
width: 233px;
margin: 0;
padding: 5px;
font-weight: bold;
color: #777777;
}
div.token-input-dropdown-facebook ul {
margin: 0;
padding: 0;
}
div.token-input-dropdown-facebook ul li {
margin: 0;
padding: 3px;
background-color: #ffffff;
list-style-type: none;
}
div.token-input-dropdown-facebook ul li.token-input-dropdown-item-facebook {
background-color: #ffffff;
}
div.token-input-dropdown-facebook ul li.token-input-dropdown-item2-facebook {
background-color: #ffffff;
}
div.token-input-dropdown-facebook ul li em {
font-weight: bold;
font-style: normal;
}
div.token-input-dropdown-facebook ul li.token-input-selected-dropdown-item-facebook {
background-color: #3b5998;
color: #ffffff;
}
/*# sourceMappingURL=src/sourcemaps/cloudstack3.css.map */ | ui/css/cloudstack3.css | * Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you may not use this file except in compliance
* with the License. You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is distributed on an
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
* KIND, either express or implied. See the License for the
* specific language governing permissions and limitations
* under the License.
*/
body {
min-width: 1224px;
background: #ede8e8;
font-family: sans-serif;
overflow: auto;
}
table {
position: relative;
width: 955px;
max-width: 977px;
margin: 15px 15px 12px 12px;
border-bottom: 1px solid #c4c5c5;
font-size: 13px;
text-align: left;
text-indent: 10px;
border-collapse: collapse;
}
table thead {
background: url("../images/bg-table-head.png") repeat-x;
cursor: default;
}
table thead th {
border: 1px solid #c6c3c3;
border-top: 0;
border-bottom: 1px solid #cfc9c9;
font-weight: bold;
white-space: nowrap;
/*+text-shadow:0px 1px 1px #FFFFFF;*/
color: #525252;
text-align: left;
text-shadow: 0 1px 1px #ffffff;
cursor: pointer;
-moz-text-shadow: 0 1px 1px #ffffff;
-webkit-text-shadow: 0 1px 1px #ffffff;
-o-text-shadow: 0 1px 1px #ffffff;
}
table thead th.sorted {
color: #312f2f;
/*+text-shadow:0px 1px 1px #BFBFBF;*/
text-shadow: 0 1px 1px #bfbfbf;
-moz-text-shadow: 0 1px 1px #bfbfbf;
-webkit-text-shadow: 0 1px 1px #bfbfbf;
-o-text-shadow: 0 1px 1px #bfbfbf;
}
table thead th.sorted.desc {
background-position: 102% -111px;
}
table thead th.sorted.asc {
background-position: 102% -157px;
}
table tbody td,
table th {
clear: none;
vertical-align: middle;
min-width: 88px;
padding: 10px 5px 6px;
border-right: 1px solid #bfbfbf;
font-size: 11px;
color: #282828;
overflow: hidden;
}
table tbody td.loading {
border-top: 1px solid #fbfbfb;
background: #dbe2e9;
text-align: center;
}
table tbody td.truncated {
max-width: 120px;
overflow: visible;
}
table tbody td.truncated > span {
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
}
.list-view-select table th.name,
.list-view-select table td.name {
width: 170px;
min-width: 170px;
max-width: 170px;
}
.list-view-select table th.availableHostSuitability,
.list-view-select table td.availableHostSuitability {
max-width: 250px;
}
/** Multiselect*/
table thead th.multiselect,
table tbody td.multiselect {
width: 20px;
min-width: 20px;
max-width: 20px;
}
table thead th.multiselect input,
table tbody td.multiselect input {
position: relative;
/*+placement:shift -8px 0px;*/
top: 0;
left: -8px;
margin: 0;
}
table thead th.multiselect input {
margin-left: 2px;
}
/** Actions table cell*/
table tbody td.actions {
vertical-align: middle;
width: 130px;
min-width: 130px !important;
max-width: 130px !important;
}
table tbody td.actions input {
/*+placement:shift 10px -6px;*/
position: relative;
top: -6px;
left: 10px;
margin: 11px 0 0;
}
.list-view-select table tbody td.actions {
width: 40px !important;
min-width: 40px !important;
max-width: 40px !important;
}
.list-view-select table tbody td.actions input {
margin: 0 0 0 -7px;
}
.list-view-select table thead th.actions {
width: 40px !important;
min-width: 40px !important;
max-width: 40px !important;
text-indent: 5px;
}
/** Quick view table cell*/
table tbody td.quick-view,
table thead th.quick-view {
width: 58px !important;
min-width: 58px;
max-width: 58px !important;
height: 14px !important;
white-space: nowrap;
text-indent: 2px;
cursor: default;
}
table tbody td.quick-view .icon {
margin-top: 3px;
margin-left: 22px;
padding: 0 0 6px 12px;
background: url("../images/sprites.png") no-repeat -44px -62px;
}
table tbody td.quick-view:hover .icon {
background-position: -44px -644px;
}
table tbody tr.loading td.quick-view .icon {
display: none;
}
table tbody tr.loading td.quick-view {
cursor: default;
}
table tbody tr.loading td.quick-view .loading {
background-position: center center;
}
/** Row styling*/
table tbody tr {
border-top: 1px solid transparent;
border-right: 1px solid #c4c5c5;
border-left: 1px solid #c4c5c5;
}
table tbody tr.even {
background: #ffffff;
}
table tbody tr.odd {
background: #f2f0f0;
}
table tbody tr.selected {
border-top: 1px solid #edf0f7 !important;
border-bottom: 1px solid #babfd9;
background: #cbddf3;
text-shadow: 0 1px 1px #fcfbf7;
}
table tbody tr.to-remove {
border-top: 1px solid #edf0f7 !important;
border-bottom: 1px solid #babfd9;
background: #e05959;
text-shadow: 0 1px 1px #fcfbf7;
}
table tbody tr.loading {
background: #e2e9f0;
}
table tbody tr.loading td {
/*+opacity:50%;*/
opacity: 0.5;
filter: alpha(opacity=50);
-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
-moz-opacity: 0.5;
}
table tbody tr.loading td.loading.icon {
height: 35px;
padding: 0;
background: url("../images/ajax-loader.gif") no-repeat center;
}
table tbody tr div.loading {
display: block;
width: 50px;
height: 14px;
margin: auto;
background: transparent url("../images/ajax-loader-small.gif") no-repeat center;
}
table th.resizable {
position: relative;
cursor: col-resize;
}
table th div.ui-resizable-handle {
position: relative;
float: right;
top: -30px;
}
div.list-view table tbody td span {
display: block;
float: left;
max-width: 89%;
margin-left: 12px;
line-height: 15px;
word-break: break-all;
word-wrap: break-word;
text-indent: 0;
}
td.alert-notification-threshold {
background-color: rgba(255, 231, 175, 0.75);
color: #e87900;
}
td.alert-disable-threshold {
background-color: rgba(255, 190, 190, 0.75);
color: #f50000;
}
span.compact {
height: 16px;
}
.horizontal-overflow tbody td,
.horizontal-overflow thead th {
min-width: 40px;
padding: 10px 10px 5px 0;
}
.horizontal-overflow th.quick-view {
padding-left: 5px;
}
.groupable-header {
border-right: 1px solid #c6c3c3;
border-left: 1px solid #c6c3c3;
background: url("../images/bg-table-head.png");
}
.groupable-header-columns th {
border: 0;
}
table.horizontal-overflow td.state {
width: 55px;
min-width: 55px;
max-width: 55px;
}
table.no-split td.first {
min-width: 150px;
}
.groupable-header-border {
border-right: 1px solid #c6c3c3;
border-left: 1px solid #c6c3c3;
}
a {
color: #0b84dc;
text-decoration: none;
}
a:hover {
color: #000000;
text-decoration: underline;
}
input.error {
background: #fee5e5;
}
label.error {
color: #ff0000;
}
.label-hovered {
color: #0000ff !important;
cursor: pointer;
}
.button {
float: left;
background: url("../images/buttons.png") no-repeat;
cursor: pointer;
}
#main-area {
width: 1224px;
height: 729px;
margin: auto;
border: 1px solid #d4d4d4;
/*+box-shadow:0px -5px 11px #B7B7B7;*/
border: 1px solid #e8e8e8;
box-shadow: 0 -5px 11px #b7b7b7;
-moz-box-shadow: 0 -5px 11px #b7b7b7;
-webkit-box-shadow: 0 -5px 11px #b7b7b7;
-o-box-shadow: 0 -5px 11px #b7b7b7;
}
#container {
/*[empty]width:;*/
position: relative;
height: 100%;
margin: auto;
}
#sections {
display: none;
}
#template {
display: none;
}
body.login {
background: url("../images/overlay-pattern.png") repeat center, #106ca9 url("../images/bg-login.jpg") no-repeat center;
background-size: auto, cover;
overflow: hidden;
}
.login {
display: block;
position: relative;
top: 80px;
/*+placement:shift 0 80px;*/
left: 0;
width: 100%;
height: 350px;
background: #053663;
}
.login .select-language {
float: left;
margin-top: 10px;
}
.login .select-language select {
width: 260px;
margin-top: 20px;
border: 1px solid #808080;
/*+border-radius:4px;*/
border-radius: 4px;
border-radius: 4px 4px 4px 4px;
box-shadow: inset 0 1px 1px #838383;
font-size: 12px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
/*+box-shadow:inset 0px 1px 1px #838383;*/
-khtml-border-radius: 4px;
-moz-box-shadow: inset 0 1px 1px #838383;
-webkit-box-shadow: inset 0 1px 1px #838383;
-o-box-shadow: inset 0 1px 1px #838383;
}
.login .fields {
float: left;
width: 409px;
margin: 72px 0 0 88px;
}
.login .fields .field {
position: relative;
}
.login .fields .field label {
position: absolute;
margin-top: 14px;
/*+placement:displace 9px 14px;*/
margin-left: 9px;
font-size: 12px;
color: #4e4f53;
}
.login .fields .field label.error {
float: right;
top: 0;
left: 264px;
color: #ff0000;
}
.login .fields input {
width: 248px;
height: 20px;
margin: 5px 0 0;
padding: 5px;
border: 0;
border-radius: 3px;
box-shadow: inset 0 1px 1px #4e4e4e;
/*+border-radius:3px;*/
background: #ececec;
font-size: 13px;
text-indent: 1px;
-moz-border-radius: 3px;
/*+box-shadow:inset 0px 1px 1px #4E4E4E;*/
-webkit-border-radius: 3px;
-khtml-border-radius: 3px;
-moz-box-shadow: inset 0 1px 1px #4e4e4e;
-webkit-box-shadow: inset 0 1px 1px #4e4e4e;
-o-box-shadow: inset 0 1px 1px #4e4e4e;
}
.login .fields input.error {
border-color: #ff8080;
background: #ffeaea;
}
.login .fields input[type='submit'] {
display: block;
float: left;
width: 69px;
height: 25px;
margin: 7px 120px 0 -1px;
border: 0;
background: transparent url("../images/sprites.png") -563px -747px;
font-weight: bold;
color: #ffffff;
text-align: center;
text-indent: -1px;
text-shadow: 0 1px 2px #000000;
/*+text-shadow:0px 1px 2px #000000;*/
cursor: pointer;
-moz-text-shadow: 0 1px 2px #000000;
-webkit-text-shadow: 0 1px 2px #000000;
-o-text-shadow: 0 1px 2px #000000;
}
.login .fields input[type='samlsubmit'] {
display: block;
width: 60px;
height: 15px;
border: 0;
background: transparent url("../images/sprites.png") -563px -747px;
font-size: 10px;
font-weight: bold;
color: #ffffff;
text-align: center;
text-indent: -1px;
/*+text-shadow:0px 1px 2px #000000;*/
text-shadow: 0 1px 2px #000000;
cursor: pointer;
-moz-text-shadow: 0 1px 2px #000000;
-webkit-text-shadow: 0 1px 2px #000000;
-o-text-shadow: 0 1px 2px #000000;
}
.login .fields input[type='submit']:hover {
background-position: -563px -772px;
}
.login .logo {
float: left;
width: 290px;
height: 40px;
margin: 72px 0 0 209px;
background: url("../images/logo-login.png") no-repeat 0 0;
}
.login.nologo .logo {
background-image: url("../images/logo-login-oss.png");
}
.login form {
display: block;
width: 1000px;
height: 100%;
margin: auto;
background: #053663;
}
.dialog-about .ui-widget-content {
width: 100% !important;
padding-right: 0;
padding-left: 0;
}
.dialog-about .logo {
padding-top: 20px;
font-size: 26px;
color: #636363;
}
.dialog-about .version {
padding-top: 10px;
font-size: 12px;
}
.dialog-about .ui-button {
float: none;
margin: 0 auto;
}
.blocking-overlay {
opacity: 0.7;
position: absolute;
z-index: 500;
top: 0;
left: 0;
width: 100%;
/*+opacity:70%;*/
height: 100%;
background: #f2f2f2;
filter: alpha(opacity=70);
-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
-moz-opacity: 0.7;
}
.loading-overlay {
opacity: 0.7;
position: absolute;
z-index: 500;
top: 0;
left: 0;
width: 100%;
height: 100%;
/*+opacity:70%;*/
background: #f2f2f2 url("../images/ajax-loader.gif") no-repeat center;
filter: alpha(opacity=70);
-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
-moz-opacity: 0.7;
}
.loading-overlay span {
display: block;
margin: 155px 0 0 5px;
color: #4b4b4b;
text-align: center;
}
.detail-view .ui-tabs-panel .loading-overlay {
background-position: 50% 250px;
}
.install-wizard {
position: relative;
width: 1024px;
height: 768px;
margin: auto;
border-top: 0;
}
body.install-wizard {
height: 769px !important;
background: #ffffff url("../images/bg-login.png");
font-family: sans-serif;
overflow: auto;
overflow-x: hidden;
}
.install-wizard .header {
z-index: 9;
height: 365px;
padding: 32px 0 89px;
background: url("../images/bg-login.png");
color: #626e82;
/*+text-shadow:0px 1px 2px #FFFFFF;*/
text-align: center;
text-shadow: 0 1px 2px #ffffff;
-moz-text-shadow: 0 1px 2px #ffffff;
-webkit-text-shadow: 0 1px 2px #ffffff;
-o-text-shadow: 0 1px 2px #ffffff;
}
.install-wizard .header h3 {
font-size: 20px;
}
.install-wizard .step {
max-width: 691px;
margin: auto;
padding: 56px 0 0;
}
.install-wizard .step .title {
clear: both;
width: 303px;
margin: auto auto 30px;
font-size: 22px;
color: #626e82;
}
.install-wizard .step .subtitle {
font-size: 12px;
font-weight: bold;
color: #4b5e69;
}
.install-wizard .step p {
background: url("../images/bg-gradient-white-transparent.png") repeat-x -114px -270px;
font-size: 15px;
line-height: 23px;
color: #4a4a4a;
}
.install-wizard .step ul li {
width: 465px;
margin: 14px 0 0 18px;
font-size: 13px;
list-style: disc;
}
.install-wizard .step .field {
margin: 0 0 12px;
text-align: left;
}
.install-wizard .step .field label {
display: block;
clear: both;
font-size: 11px;
color: #4d4d4d;
}
.install-wizard .step .field label.error {
font-size: 11px;
color: #ff2424;
}
.install-wizard .body {
z-index: 10;
width: 1012px;
height: 762px;
margin: -352px auto auto;
box-shadow: 0 -3px 4px #cfcfcf;
/*+box-shadow:0px -3px 4px #CFCFCF;*/
background: url("../images/bg-gradient-white-transparent.png") repeat-x -114px -141px;
-moz-box-shadow: 0 -3px 4px #cfcfcf;
-webkit-box-shadow: 0 -3px 4px #cfcfcf;
-o-box-shadow: 0 -3px 4px #cfcfcf;
}
.install-wizard h2 {
margin: 0 0 19px;
font-size: 28px;
}
.install-wizard input[type='text'],
.install-wizard input[type='password'],
.install-wizard input[type='text'],
.install-wizard select {
width: 288px;
/*+border-radius:4px;*/
padding: 6px;
border: 1px solid #cdcdcd;
border-radius: 4px;
border-radius: 4px 4px 4px 4px;
box-shadow: inset 0 1px #aeaeae;
background: #f7f7f7;
/*+box-shadow:inset 0px 1px #AEAEAE;*/
font-size: 14px;
color: #232323;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
-khtml-border-radius: 4px;
-moz-box-shadow: inset 0 1px #aeaeae;
-webkit-box-shadow: inset 0 1px #aeaeae;
-o-box-shadow: inset 0 1px #aeaeae;
-moz-box-shadow: inset 0 1px 0 #aeaeae;
-webkit-box-shadow: inset 0 1px 0 #aeaeae;
-o-box-shadow: inset 0 1px 0 #aeaeae;
}
.install-wizard .button {
float: right;
margin-top: 15px;
/*+border-radius:4px;*/
padding: 7px 16px 7px 18px;
border: 1px solid #505050;
border-radius: 4px;
border-radius: 4px 4px 4px 4px;
background: url("../images/bg-gradients.png") 0 -221px;
font-size: 12px;
font-weight: bold;
color: #ffffff;
text-shadow: 0 -1px 3px #3f4351;
/*+text-shadow:0px -1px 3px #3F4351;*/
cursor: pointer;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
-khtml-border-radius: 4px;
-moz-text-shadow: 0 -1px 3px #3f4351;
-webkit-text-shadow: 0 -1px 3px #3f4351;
-o-text-shadow: 0 -1px 3px #3f4351;
}
.install-wizard .button.advanced-installation,
.install-wizard .button.go-back {
float: left;
border: 1px solid #c7c2c2;
background: #e0dede;
/*+text-shadow:0px 0px #FFFFFF;*/
color: #3b3b3b;
text-shadow: 0 0 #ffffff;
-moz-text-shadow: 0 0 #ffffff;
-webkit-text-shadow: 0 0 #ffffff;
-o-text-shadow: 0 0 #ffffff;
}
.install-wizard .button.go-back {
padding: 9px 16px 10px 18px;
font-size: 12px;
}
.install-wizard .setup-form .button.go-back {
/*+placement:shift 15px -14px;*/
position: relative;
top: -14px;
left: 15px;
}
.install-wizard .step {
position: relative;
z-index: 11;
}
.install-wizard .step .tooltip-info {
/*+placement:shift 547px 50px;*/
position: relative;
position: absolute;
top: 50px;
left: 547px;
}
/*** Intro*/
.install-wizard .step.intro.what-is-cloudstack p {
height: 540px;
background: url("../images/bg-what-is-cloudstack.png") no-repeat 50% 237px;
}
/*** Diagram*/
.install-wizard .diagram {
position: relative;
position: absolute;
/*+placement:shift 65px 496px;*/
z-index: 10;
top: 496px;
left: 65px;
width: 910px;
height: 385px;
}
.install-wizard .diagram .part {
display: none;
background: url("../images/install-wizard-parts.png") no-repeat;
}
.install-wizard .diagram .part.zone {
position: relative;
position: absolute;
top: 222px;
/*+placement:shift 77px 222px;*/
left: 77px;
width: 742px;
height: 135px;
background-position: -267px -580px;
}
.install-wizard .diagram .part.loading {
position: relative;
position: absolute;
top: -67px;
/*+placement:shift 105px -67px;*/
left: 105px;
width: 742px;
height: 432px;
background-position: -1264px -487px;
}
.install-wizard .diagram .part.loading .icon {
position: relative;
top: 130px;
left: 322px;
/*+placement:shift 322px 130px;*/
width: 61px;
height: 76px;
background: url("../images/ajax-loader.gif") no-repeat;
}
.install-wizard .diagram .part.pod {
position: relative;
position: absolute;
top: -76px;
/*+placement:shift 313px -76px;*/
left: 313px;
width: 266px;
height: 396px;
background-position: -47px -3px;
}
.install-wizard .diagram .part.cluster {
position: relative;
position: absolute;
top: -76px;
/*+placement:shift 313px -76px;*/
left: 313px;
width: 266px;
height: 396px;
background-position: -364px 1px;
}
.install-wizard .diagram .part.host {
position: relative;
position: absolute;
top: -76px;
/*+placement:shift 313px -76px;*/
left: 313px;
width: 266px;
height: 396px;
background-position: -688px 1px;
}
.install-wizard .diagram .part.primaryStorage {
position: relative;
position: absolute;
top: -76px;
/*+placement:shift 306px -76px;*/
left: 306px;
width: 275px;
height: 396px;
background-position: -1046px 1px;
}
.install-wizard .diagram .part.secondaryStorage {
position: relative;
position: absolute;
top: -76px;
/*+placement:shift 306px -76px;*/
left: 306px;
width: 385px;
height: 396px;
background-position: -1469px 1px;
}
/*** Setup form*/
.install-wizard .step .setup-form {
display: inline-block;
width: 469px;
border: 1px solid #dfdfdf;
box-shadow: 0 5px 9px #9f9f9f;
/*+text-shadow:0px 1px #FFFFFF;*/
background: url("../images/bg-transparent-white.png");
text-shadow: 0 1px #ffffff;
-moz-text-shadow: 0 1px #ffffff;
-webkit-text-shadow: 0 1px #ffffff;
-o-text-shadow: 0 1px #ffffff;
-moz-text-shadow: 0 1px 0 #ffffff;
-webkit-text-shadow: 0 1px 0 #ffffff;
/*+box-shadow:0px 5px 9px #9F9F9F;*/
-o-text-shadow: 0 1px 0 #ffffff;
-moz-box-shadow: 0 5px 9px #9f9f9f;
-webkit-box-shadow: 0 5px 9px #9f9f9f;
-o-box-shadow: 0 5px 9px #9f9f9f;
}
.install-wizard .step .setup-form .title {
float: left;
margin: 17px 0 0 29px;
color: #626f7c;
}
.install-wizard .step .setup-form .field {
display: inline-block;
width: 389px;
margin: 6px 0 1px 31px;
padding: 9px;
color: #57646d;
}
.install-wizard .step .setup-form .field .name {
float: left;
width: 98px;
padding: 10px 0 0 0;
font-size: 13px;
text-align: right;
}
.install-wizard .step .setup-form .field .value {
float: right;
}
.install-wizard .step .setup-form input[type='text'],
.install-wizard .step .setup-form input[type='password'] {
width: 278px;
margin: 6px 4px 0 0;
padding: 2px 2px 1px;
border: 1px solid #8d8d8d;
}
.install-wizard .step .setup-form .range-item {
float: left;
width: 142px;
}
.install-wizard .step .setup-form .range-item input {
width: 131px;
}
.install-wizard .step .setup-form .multi-range input[type='text'] {
width: 128px;
}
.install-wizard .step .setup-form input.button {
margin: 0 30px 14px 15px;
}
/*** Step: Change user*/
.install-wizard .step.change-user {
width: 316px;
margin: auto;
padding-top: 95px;
text-align: center;
}
.install-wizard .step.intro iframe {
width: 99%;
height: 99%;
margin: 4px;
}
.install-wizard .step.intro .title {
margin-bottom: 21px;
margin-left: 0;
font-size: 25px;
color: #565454;
}
.install-wizard .step.intro .subtitle {
margin-bottom: 9px;
}
.install-wizard .step.intro .subtitle li {
position: relative;
width: 45%;
height: 24px;
padding: 1px 0 1px 30px;
background: url("../images/ajax-loader-small.gif") no-repeat 3px 0;
list-style: none;
}
.install-wizard .step.intro .subtitle li.complete {
background: url("../images/icons.png") -1px -224px;
}
.install-wizard .step.intro .subtitle li.error {
background: url("../images/icons.png") -1px -190px;
}
.install-wizard .step.intro .subtitle li img {
float: right;
}
div.notification-box {
width: 323px;
height: 354px;
background: url("../images/bg-notifications.png") no-repeat 0 0;
}
div.notification-box h3 {
position: relative;
/*+placement:shift 0px 35px;*/
top: 35px;
left: 0;
font-size: 21px;
letter-spacing: 1px;
color: #ffffff;
text-align: center;
/*+text-shadow:0px 1px 2px #000000;*/
text-shadow: 0 1px 2px #000000;
-moz-text-shadow: 0 1px 2px #000000;
-webkit-text-shadow: 0 1px 2px #000000;
-o-text-shadow: 0 1px 2px #000000;
}
div.notification-box .container {
position: relative;
top: 46px;
left: 3px;
width: 296px;
/*+placement:shift 3px 46px;*/
height: 241px;
margin: auto;
border: 1px solid #8198ae;
/*+box-shadow:inset 0px 3px 7px #656565;*/
border-radius: 4px;
border-radius: 4px 4px 4px 4px;
box-shadow: inset 0 3px 7px #656565;
background: #ffffff;
/*+border-radius:4px;*/
-moz-box-shadow: inset 0 3px 7px #656565;
-webkit-box-shadow: inset 0 3px 7px #656565;
-o-box-shadow: inset 0 3px 7px #656565;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
-khtml-border-radius: 4px;
}
div.notification-box .container ul {
width: 294px;
height: 229px;
margin-top: 8px;
overflow: auto;
overflow-x: hidden;
}
div.notification-box .container ul li {
width: 100%;
height: 41px;
border-bottom: 1px solid #cecece;
background: url("../images/icons.png") no-repeat 10px -213px;
font-size: 12px;
color: #4d5e6e;
text-indent: 0;
cursor: pointer;
overflow-x: hidden;
}
div.notification-box .container ul li.error {
height: 53px;
background: url("../images/icons.png") no-repeat 10px -171px;
}
div.notification-box .container ul li.error .subtitle {
display: block;
position: relative;
float: left;
top: 17px;
left: 48px;
width: 213px;
height: 10px;
margin: 0;
padding: 0;
white-space: nowrap;
color: #808080;
/*+placement:shift 48px 17px;*/
text-indent: 0;
text-overflow: ellipsis;
overflow: hidden;
}
div.notification-box .container ul li span {
position: relative;
/*+placement:shift 48px 15px;*/
float: left;
top: 15px;
left: 48px;
max-width: 202px;
font-size: 14px;
font-weight: 100;
overflow: hidden;
}
div.notification-box .container ul li span:hover {
color: #5faaf7;
text-decoration: underline;
}
div.notification-box .container ul div.remove {
position: relative;
float: right;
top: 16px;
left: 0;
width: 17px;
height: 21px;
/*+placement:shift 0px 16px;*/
margin: -4px 8px 0 0;
background: url("../images/buttons.png") no-repeat -623px -8px;
cursor: pointer;
}
div.notification-box .container ul div.remove:hover {
background-position: -606px -8px;
}
div.notification-box .container ul li.pending {
background: url("../images/ajax-loader.gif") no-repeat 8px 6px;
color: #7e96ac;
}
div.notification-box .container ul li.first {
border-top: 0;
}
div.notification-box .button {
position: relative;
float: left;
top: 51px;
/*+placement:shift 0px 51px;*/
left: 0;
padding: 5px 10px 6px;
border-bottom: 1px solid #2b2b2b;
/*+border-radius:4px;*/
border-radius: 4px;
border-radius: 4px 4px 4px 4px;
box-shadow: 0 0 2px #272727;
background: url("../images/buttons.png") no-repeat;
cursor: pointer;
-moz-border-radius: 4px;
/*+box-shadow:0px 0px 2px #272727;*/
-webkit-border-radius: 4px;
-khtml-border-radius: 4px;
-moz-box-shadow: 0 0 2px #272727;
-webkit-box-shadow: 0 0 2px #272727;
-o-box-shadow: 0 0 2px #272727;
}
div.notification-box .button span {
font-size: 11px;
font-weight: bold;
letter-spacing: 1px;
color: #ffffff;
/*+text-shadow:0px -1px 2px #171717;*/
text-shadow: 0 -1px 2px #171717;
-moz-text-shadow: 0 -1px 2px #171717;
-webkit-text-shadow: 0 -1px 2px #171717;
-o-text-shadow: 0 -1px 2px #171717;
}
div.notification-box .button.clear-list {
margin-left: 16px;
background: url("../images/gradients.png") 0 -10px;
}
div.notification-box .button.clear-list:hover {
background-position: 0 -51px;
}
div.notification-box .button.close {
float: right;
margin-right: 10px;
border-bottom: 1px solid #232323;
background: url("../images/gradients.png") 0 -317px;
}
div.notification-box .button.close:hover {
background-position: -4px -368px;
}
/*** Corner alert*/
div.notification.corner-alert {
opacity: 0.7;
position: absolute;
/*+box-shadow:0px 2px 10px #000000;*/
z-index: 100;
width: 300px;
height: 75px;
margin: 38px 0 0 -56px;
padding: 7px 7px 0;
border-radius: 3px;
/*+border-radius:3px;*/
box-shadow: 0 2px 10px #000000;
background: #ffffff;
background: rgba(255, 255, 255, 0.95);
font-size: 12px;
text-indent: 10px;
-moz-box-shadow: 0 2px 10px #000000;
-webkit-box-shadow: 0 2px 10px #000000;
-o-box-shadow: 0 2px 10px #000000;
/*+opacity:70%;*/
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
-khtml-border-radius: 3px;
filter: alpha(opacity=70);
-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
-moz-opacity: 0.7;
}
div.notification.corner-alert .top-arrow {
position: absolute;
top: -15px;
left: 50px;
width: 36px;
height: 15px;
background: url("../images/sprites.png") no-repeat -580px -1353px;
}
div.notification.corner-alert div.title {
width: 100%;
height: 33px;
color: #ffffff;
}
div.notification.corner-alert div.title span {
/*+placement:shift 0px 10px;*/
position: relative;
top: 10px;
left: 0;
padding: 3px 0 12px 24px;
padding-left: 33px;
background: url("../images/icons.png") no-repeat 3px -223px;
font-size: 14px;
font-weight: 100;
color: #6d6d6d;
}
div.notification.corner-alert.error div.title span {
background: url("../images/icons.png") no-repeat -2px -190px;
}
div.notification.corner-alert div.message span {
display: block;
position: relative;
position: relative;
top: -2px;
left: 17px;
/*+placement:shift 17px -2px;*/
padding-top: 6px;
font-size: 14px;
color: #000000;
}
.tooltip-info {
display: inline-block;
position: absolute;
z-index: 1000;
width: 239px;
min-height: 83px;
border: 1px solid #beb8b8;
border-radius: 22px;
/*+border-radius:22px;*/
border-radius: 22px 22px 22px 22px;
background: #ffffff;
-moz-border-radius: 22px;
-webkit-border-radius: 22px;
-khtml-border-radius: 22px;
}
.tooltip-info .arrow {
position: absolute;
top: 17px;
left: -18px;
width: 27px;
height: 47px;
background: url("../images/sprites.png") -583px -939px;
}
.tooltip-info .title {
margin: 12px;
font-size: 19px;
color: #485766;
}
.tooltip-info .content {
width: 182px;
margin: auto;
padding-bottom: 13px;
font-size: 11px;
line-height: 19px;
overflow: auto;
overflow-x: hidden;
}
div.panel div.list-view {
height: 632px;
margin-top: 30px;
overflow: auto;
overflow-x: hidden;
}
.detail-view div.list-view {
width: 930px;
height: 536px !important;
margin: 41px auto auto !important;
border: 1px solid #dad4d4;
background: #f7f7f7;
}
div.panel div.list-view div.data-table table {
width: 955px;
}
.detail-view div.list-view div.data-table table {
width: 903px !important;
}
.detail-view div.list-view div.data-table table td {
border-left: 1px solid #cacaca;
}
div.panel div.list-view div.fixed-header {
display: table;
position: absolute;
z-index: 1;
top: 29px;
left: 12px;
width: 960px;
height: 47px;
margin: 0;
background-color: #f7f7f7;
}
.detail-view div.list-view div.fixed-header {
top: 49px !important;
left: 29px !important;
width: 903px !important;
background: #ffffff;
}
.detail-view div#details-tab-zones div.fixed-header {
left: 25px !important;
}
.detail-view div.list-view div.fixed-header table {
width: 100% !important;
}
.project-view div.panel div.list-view div.fixed-header {
background: #6d747d;
}
div.panel div.list-view div.fixed-header table {
position: relative;
/*+placement:shift 0px 18px;*/
top: 18px;
left: 0;
width: 955px;
margin: 0;
/*+box-shadow:0px 4px 10px #DFE1E3;*/
box-shadow: 0 4px 10px #dfe1e3;
-moz-box-shadow: 0 4px 10px #dfe1e3;
-webkit-box-shadow: 0 4px 10px #dfe1e3;
-o-box-shadow: 0 4px 10px #dfe1e3;
}
.project-view div.panel div.list-view div.fixed-header table {
/*+box-shadow:0px 2px 2px #CACDD1;*/
box-shadow: 0 2px 2px #cacdd1;
-moz-box-shadow: 0 2px 2px #cacdd1;
-webkit-box-shadow: 0 2px 2px #cacdd1;
-o-box-shadow: 0 2px 2px #cacdd1;
}
div.list-view td.state {
width: 120px;
min-width: 120px;
max-width: 120px;
}
div.list-view td.first {
cursor: pointer;
}
div.list-view tr:not(.multi-edit-selected) td.first:hover {
color: #3a82cd;
}
div.list-view td.state span {
width: 80px;
padding: 1px 0 0 18px;
background: url("../images/sprites.png") 1px -526px;
/*+text-shadow:0px 1px 1px #FFFFFF;*/
text-align: center;
text-shadow: 0 1px 1px #ffffff;
-moz-text-shadow: 0 1px 1px #ffffff;
-webkit-text-shadow: 0 1px 1px #ffffff;
-o-text-shadow: 0 1px 1px #ffffff;
}
div.list-view td.state.on span {
background-image: url("../images/sprites.png");
background-repeat: no-repeat;
background-position: 1px -460px;
color: #008000;
}
div.list-view td.state.off span {
background-image: url("../images/sprites.png");
background-repeat: no-repeat;
background-position: 1px -492px;
color: #b90606;
}
div.list-view td.state.warning span {
background-image: url("../images/sprites.png");
background-repeat: no-repeat;
background-position: 1px -558px;
color: #b90606;
}
div.list-view td.state.transition span {
background-image: url("../images/sprites.png");
background-repeat: no-repeat;
background-position: 1px -432px;
color: #b90606;
}
div.list-view td.state.suitable span {
height: 18px;
background: url("../images/icons.png") no-repeat scroll 1px -224px;
color: #008000;
}
div.list-view td.state.suitable-storage-migration-required span {
width: 200px;
}
div.list-view td.state.notsuitable span {
width: 100px;
height: 19px;
background: url("../images/icons.png") no-repeat scroll 1px -190px;
color: #b90606;
}
div.list-view td.state.notsuitable-storage-migration-required span {
width: 220px !important;
}
.quick-view-tooltip {
display: inline-block;
width: 470px;
margin-left: 0;
padding-top: 0;
}
.quick-view-tooltip > div.title {
position: absolute;
top: 20px;
left: 10px;
width: 444px;
font-weight: 100;
color: #808080;
}
.quick-view-tooltip > div.title .icon {
position: relative;
float: right;
top: -2px;
left: -7px;
padding: 0 13px 0 0;
background: url("../images/sprites.png") no-repeat -42px -67px;
}
.quick-view-tooltip .loading-overlay {
opacity: 0.35;
/*+opacity:35%;*/
filter: alpha(opacity=35);
-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=35);
-moz-opacity: 0.35;
}
.quick-view-tooltip .container {
display: inline-block;
position: relative;
width: 471px;
height: auto;
min-height: 100px;
border: 1px solid #9ea2a5;
box-shadow: 0 7px 9px #676f76;
background: #ffffff;
/*+box-shadow:0px 7px 9px #676F76;*/
overflow: hidden;
-moz-box-shadow: 0 7px 9px #676f76;
-webkit-box-shadow: 0 7px 9px #676f76;
-o-box-shadow: 0 7px 9px #676f76;
}
/*** Quick view detail view*/
.quick-view-tooltip .detail-view .main-groups {
position: absolute;
top: 55px;
width: 456px;
height: 170px;
padding-top: 7px;
border: 1px solid #808080;
border-right: 0;
border-left: 0;
box-shadow: 0 1px #e6e6e6;
/*+box-shadow:0px 1px #E6E6E6;*/
overflow: hidden;
-moz-box-shadow: 0 1px #e6e6e6;
-webkit-box-shadow: 0 1px #e6e6e6;
-o-box-shadow: 0 1px #e6e6e6;
}
.quick-view-tooltip .detail-view .tagger {
display: none;
}
.quick-view-tooltip .detail-view ul {
display: none !important;
}
.quick-view-tooltip .detail-view.ui-tabs div.ui-tabs-panel {
display: inline-block;
float: left;
width: 100% !important;
height: auto;
background-color: inherit;
overflow: hidden;
}
.quick-view-tooltip .detail-view .details {
display: inline-block;
height: auto;
padding-bottom: 224px;
}
.quick-view-tooltip .detail-view .detail-group {
left: -9px;
width: 365px;
margin: 0;
padding: 0;
border: 0;
background: none;
}
.quick-view-tooltip .detail-view .detail-group table {
margin: 0;
border: 0;
background: none;
}
.quick-view-tooltip .detail-view .detail-group table tr {
background: none;
}
.quick-view-tooltip .detail-view .detail-group table td.name {
padding: 0 29px 0 5px !important;
font-size: 13px;
color: #000000 !important;
}
.quick-view-tooltip .detail-view .detail-group table td.value {
font-size: 12px;
/*+text-shadow:0px 1px #EAEAEA;*/
text-shadow: 0 1px #eaeaea;
overflow: hidden;
-moz-text-shadow: 0 1px #eaeaea;
-webkit-text-shadow: 0 1px #eaeaea;
-o-text-shadow: 0 1px #eaeaea;
}
.quick-view-tooltip .detail-view .detail-group table td.value input[type='text'] {
width: 258px;
height: 10px;
margin-left: 0;
}
.quick-view-tooltip .detail-view .detail-group .main-groups table td.value span {
top: 7px;
height: 25px;
}
.quick-view-tooltip .detail-view .detail-group.actions {
position: relative;
float: left;
top: 202px;
width: 100%;
height: auto;
}
.quick-view-tooltip .detail-view .detail-group.actions .button {
top: 160px;
}
.quick-view-tooltip .detail-view .detail-group.actions .action.text {
display: inline-block;
float: left;
width: 112px;
height: 41px;
margin-left: 5px;
border: 0;
background: none;
}
.quick-view-tooltip .detail-view .detail-group.actions .action.text:hover {
/*+box-shadow:none;*/
box-shadow: none;
-moz-box-shadow: none;
-webkit-box-shadow: none;
-o-box-shadow: none;
}
.quick-view-tooltip .detail-view .detail-group.actions .action.text .icon {
display: block;
float: left;
width: 4px;
}
.quick-view-tooltip .detail-view .detail-group.actions .action.text .label {
display: block;
float: right;
width: 81px;
font-size: 11px;
color: #454c53;
/*+text-shadow:0px 1px #FFFFFF;*/
text-indent: 0;
text-shadow: 0 1px #ffffff;
-moz-text-shadow: 0 1px #ffffff;
-webkit-text-shadow: 0 1px #ffffff;
-o-text-shadow: 0 1px #ffffff;
}
.quick-view-tooltip .detail-view .detail-group.actions .action.text:hover .label {
color: #000000;
}
.quick-view-tooltip .detail-view .detail-group.actions .detail-actions {
position: relative;
float: left;
top: 27px;
vertical-align: top;
width: 460px;
height: auto;
background: none;
}
.quick-view-tooltip .detail-view .detail-group.actions td.view-all {
position: relative;
float: left;
top: 26px;
left: 0;
height: 26px;
/*+box-shadow:inset 0px 1px #FFFFFF;*/
box-shadow: inset 0 1px #ffffff;
-moz-box-shadow: inset 0 1px #ffffff;
-webkit-box-shadow: inset 0 1px #ffffff;
-o-box-shadow: inset 0 1px #ffffff;
}
.quick-view-tooltip .detail-view .detail-actions a {
width: 30px;
background: none;
}
.detail-view {
padding: 0 0 0 14px;
}
.ui-tabs .info {
display: inline-block;
width: 91%;
height: auto;
margin: 10px;
padding: 14px 14px 0;
border: 1px dashed #d7d7d7;
/*+box-shadow:inset 0px 1px 2px #FFFFFF;*/
box-shadow: inset 0 1px 2px #ffffff;
background: #efefef;
overflow: visible;
-moz-box-shadow: inset 0 1px 2px #ffffff;
-webkit-box-shadow: inset 0 1px 2px #ffffff;
-o-box-shadow: inset 0 1px 2px #ffffff;
}
.ui-tabs .info li {
margin: 0 0 18px;
font-size: 12px;
color: #3e4c59;
}
.ui-tabs .info li strong {
font-weight: bold;
color: #506273;
}
.project-view .ui-tabs ul li.ui-state-default a {
box-shadow: inset -1px -2px 12px #596066;
/*+box-shadow:inset -1px -2px 12px #596066;*/
background: #6d747d;
font-weight: bold;
color: #ffffff;
text-shadow: 0 -1px 1px #3a3e42;
-moz-box-shadow: inset -1px -2px 12px #596066;
-webkit-box-shadow: inset -1px -2px 12px #596066;
/*+text-shadow:0px -1px 1px #3A3E42;*/
-o-box-shadow: inset -1px -2px 12px #596066;
-moz-text-shadow: 0 -1px 1px #3a3e42;
-webkit-text-shadow: 0 -1px 1px #3a3e42;
-o-text-shadow: 0 -1px 1px #3a3e42;
}
.project-view .ui-tabs ul li.ui-state-hover a {
background: #878e97 0 8px;
}
.project-view .ui-tabs ul li.ui-state-active a {
box-shadow: 0 0;
background: #dbdddf;
font-weight: bold;
/*+text-shadow:0px 0px #FFFFFF;*/
color: #4f6270;
text-shadow: 0 0 #ffffff;
-moz-text-shadow: 0 0 #ffffff;
-webkit-text-shadow: 0 0 #ffffff;
/*+box-shadow:0px 0px;*/
-o-text-shadow: 0 0 #ffffff;
-moz-box-shadow: 0 0;
-webkit-box-shadow: 0 0;
-o-box-shadow: 0 0;
-moz-box-shadow: 0 0 none;
-webkit-box-shadow: 0 0 none;
-o-box-shadow: 0 0 none;
}
.ui-tabs li.ui-state-active.first.last a,
.ui-tabs li.ui-state-default.first.last a {
/*+border-radius:4px 4px 0 0;*/
border-radius: 4px 4px 0 0;
-moz-border-radius: 4px 4px 0 0;
-webkit-border-radius: 4px 4px 0 0;
-khtml-border-radius: 4px 4px 0 0;
}
.ui-tabs .ui-tabs-hide {
display: none !important;
}
.ui-tabs .ui-tabs-panel {
clear: both;
width: 97%;
height: 591px;
padding: 7px 0 0 0;
border: 1px solid #d9d9d9;
overflow: auto;
overflow-x: hidden;
}
.detail-view .main-groups {
width: 100%;
max-height: 407px;
margin-right: 12px;
overflow: auto;
/*[empty]padding:;*/
overflow-x: hidden;
}
.detail-view.edit-mode .main-groups {
max-height: 360px;
}
.detail-group table {
width: 98%;
margin-top: 10px;
border-bottom: 1px solid #dfdfdf;
font-size: 12px;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7f7f7', endColorstr='#eaeaea', GradientType=0);
}
.detail-group table tbody {
border: 0;
}
.detail-group table tr,
.detail-group table td {
vertical-align: middle;
border: 0;
cursor: default;
}
.detail-group table tr.odd {
background: none;
}
.details.group-multiple table {
border: 0;
border-top: 0;
}
.details.group-multiple table.header {
width: 94%;
margin-bottom: 1px;
}
.details.group-multiple table tbody {
border-top: 1px solid #f2f0f0;
}
.detail-group .main-groups table td.name {
width: 113px;
padding: 14px 12px 13px 13px;
border: 0;
font-weight: bold;
color: #6d6d6d;
text-indent: 0;
}
.detail-group .main-groups table td.value {
text-indent: 0;
}
.detail-group .main-groups table td.value > span {
display: block;
position: relative;
float: left;
top: 9px;
width: 245px;
height: 30px;
overflow: auto;
}
.detail-group .main-groups table td.value > span.copypasteenabledvalue {
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
-o-text-overflow: ellipsis;
}
.detail-group .main-groups table td.value > .copypasteactive {
display: auto;
white-space: nowrap;
overflow: none;
}
div.copypasteicon {
float: left;
width: 18px;
height: 21px;
margin-top: 0;
margin-left: 6px;
background: url("../images/sprites.png") no-repeat -271px -65px;
}
div.copypasteicon:hover {
background: url("../images/sprites.png") no-repeat -271px -646px;
}
.detail-group .main-groups table td.value > span.copypasteenabledvalue {
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
-o-text-overflow: ellipsis;
}
.detail-group .main-groups table td.value > .copypasteactive {
display: auto;
white-space: nowrap;
overflow: none;
}
div.copypasteicon {
float: left;
width: 18px;
height: 21px;
margin-top: 0;
margin-left: 6px;
background: url("../images/sprites.png") no-repeat -271px -65px;
}
div.copypasteicon:hover {
background: url("../images/sprites.png") no-repeat -271px -646px;
}
.detail-group .main-groups table td.value > span select {
width: 100% !important;
}
.detail-group .main-groups table td.value .view-all {
float: right;
/*[empty]height:;*/
/*+border-radius:4px 0 0 4px;*/
margin: 7px 0 0;
padding: 0;
border-radius: 4px 0 0 4px;
cursor: pointer;
-moz-border-radius: 4px 0 0 4px;
-webkit-border-radius: 4px 0 0 4px;
-khtml-border-radius: 4px 0 0 4px;
}
.detail-group .main-groups table td.value .view-all span {
display: block;
float: left;
margin-top: -5px;
padding: 5px 2px 8px 4px;
border-left: 1px solid #9fa2a6;
/*+border-radius:4px 0 0 4px;*/
border-radius: 4px 0 0 4px;
background: url("../images/gradients.png") repeat-x 0 -529px;
-moz-border-radius: 4px 0 0 4px;
-webkit-border-radius: 4px 0 0 4px;
-khtml-border-radius: 4px 0 0 4px;
}
.detail-group .main-groups table td.value .view-all .end {
float: right;
width: 22px;
height: 25px;
margin: -6px 0 0;
padding: 0;
background: url("../images/sprites.png") no-repeat 100% -397px;
}
.detail-group .main-groups table td.value .view-all:hover {
background-position: 100% -431px;
}
.detail-group .main-groups table td.value .view-all:hover span {
background-position: 0 -566px;
}
.detail-group .main-groups table td.value .view-all:hover div.end {
background-position: -618px -430px;
}
.detail-view .detail-group .button.add {
clear: both;
margin: 0 21px 13px 0 !important;
}
.detail-view .details.group-multiple {
float: left;
width: 100%;
height: 600px;
margin-bottom: 30px;
}
.detail-view .details.group-multiple .main-groups {
width: 98%;
margin-bottom: 35px;
overflow: visible;
}
.detail-group .main-groups table td.value .view-all:hover {
background-position: 100% -431px;
}
.panel.always-maximized .detail-group .main-groups table td.value span {
width: 565px;
}
.detail-group.head table td.name {
padding: 20px 0 17px;
}
.detail-view .button.done,
.detail-view .button.cancel {
display: inline-block;
position: relative;
position: absolute;
top: 550px;
/*+border-radius:4px;*/
left: -1px;
margin: 0 0 0 12px;
padding: 9px 20px;
border-radius: 4px;
border-radius: 4px 4px 4px 4px;
/*+text-shadow:0px -1px 2px #000000;*/
box-shadow: 0 1px 4px #adadad;
background: url("../images/bg-gradients.png") 0 -221px;
font-size: 12px;
font-weight: bold;
/*+box-shadow:0px 1px 4px #ADADAD;*/
color: #ffffff;
text-shadow: 0 -1px 2px #000000;
cursor: pointer;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
-khtml-border-radius: 4px;
-moz-text-shadow: 0 -1px 2px #000000;
-webkit-text-shadow: 0 -1px 2px #000000;
/*+placement:shift -1px 550px;*/
-o-text-shadow: 0 -1px 2px #000000;
-moz-box-shadow: 0 1px 4px #adadad;
-webkit-box-shadow: 0 1px 4px #adadad;
-o-box-shadow: 0 1px 4px #adadad;
}
.detail-view .button.cancel {
left: 85px;
background-position: 0 -795px;
color: #808080;
/*+text-shadow:0px -1px 2px #000000;*/
text-shadow: 0 -1px 2px #000000;
text-shadow: 0 -1px 2px #cccccc;
-moz-text-shadow: 0 -1px 2px #000000;
-webkit-text-shadow: 0 -1px 2px #000000;
-o-text-shadow: 0 -1px 2px #000000;
-moz-text-shadow: 0 -1px 2px #cccccc;
-webkit-text-shadow: 0 -1px 2px #cccccc;
-o-text-shadow: 0 -1px 2px #cccccc;
}
.detail-view .button.done:hover {
box-shadow: inset 0 1px 3px #000000;
/*+box-shadow:inset 0px 1px 3px #000000;*/
background-position: 0 -950px;
-moz-box-shadow: inset 0 1px 3px #000000;
-webkit-box-shadow: inset 0 1px 3px #000000;
-o-box-shadow: inset 0 1px 3px #000000;
}
.detail-view .button.cancel:hover {
background-position: 0 -834px;
}
div.group-multiple div.detail-group table {
margin-top: -1px;
}
div.group-multiple div.detail-group table.header {
margin-top: 11px;
border: 0;
}
div.group-multiple div.detail-group table.header thead th {
border: 0;
background: transparent;
}
div.ui-tabs-panel table span.none {
color: #9d9d9d;
}
div.detail-group td.view-all div.view-all {
float: right;
width: auto;
}
div.detail-group td.view-all a {
display: block;
float: left;
font-size: 13px;
font-weight: 100;
/*+text-shadow:0px 1px 2px #FFFFFF;*/
color: #0373b7;
text-decoration: none;
text-shadow: 0 1px 2px #ffffff;
-moz-text-shadow: 0 1px 2px #ffffff;
-webkit-text-shadow: 0 1px 2px #ffffff;
-o-text-shadow: 0 1px 2px #ffffff;
}
div.detail-group td.view-all:hover a {
background-position: 0 -566px;
}
div.detail-group td.view-all a span {
/*+placement:shift -4px -1px;*/
position: relative;
top: -1px;
left: -4px;
}
div.detail-group td.view-all:hover a span {
color: #000000;
text-decoration: underline;
}
div.detail-group td.view-all div.view-all div.end {
display: none;
float: left;
width: 15px;
height: 25px;
background: url("../images/sprites.png") -617px -398px;
}
div.detail-group td.view-all:hover div.view-all div.end {
background-position: -617px -431px;
}
div.details div.detail-group td.value input,
div.details div.detail-group td.value select {
width: 282px;
}
div.details div.detail-group td.value input,
div.details div.detail-group td.value input[type='checkbox'] {
float: left;
width: 15px;
margin-left: 10px;
}
div.details div.detail-group td.value input,
div.details div.detail-group td.value input[type='text'] {
width: 93%;
}
div.details .main-groups label.error {
position: absolute;
top: 6px;
right: 10%;
}
.detail-view td.view-all.multiple {
display: block;
float: left;
max-width: 145px;
height: 28px;
margin-left: 0;
text-align: left;
}
div.detail-group.actions {
margin: 0;
padding: 0;
}
div.detail-group.actions table {
padding: 0;
}
div.detail-group.actions tr {
margin: 0;
}
div.detail-group.actions td {
vertical-align: middle;
height: 50px;
}
.details.group-multiple div.detail-group.actions {
position: relative;
float: right;
max-width: 75%;
height: 23px;
margin: -15px 0 -5px;
}
.details.group-multiple div.detail-group.actions table {
background: none;
}
.details.group-multiple div.detail-group.actions td.detail-actions {
display: block;
float: right;
min-width: 120px;
height: 35px;
padding: 0;
background: none;
}
.details.group-multiple div.detail-group.actions .detail-actions .action {
position: relative;
float: left;
/*+placement:shift 11px 7px;*/
top: 7px;
left: 11px;
width: 32px;
}
.details.group-multiple div.detail-group.actions .detail-actions .action a {
width: 31px;
background: none;
}
.detail-group table td.detail-actions {
height: 26px;
}
.detail-group table td.detail-actions.full-length {
display: block;
float: left;
width: 99%;
}
.detail-group table td.detail-actions .action.text {
display: inline-block;
float: right;
margin-right: 8px;
padding: 0 6px 0 0;
border: 1px solid #c2c2c2;
border-radius: 4px;
/*+border-radius:4px;*/
background: url("../images/bg-gradients.png") repeat-x 0 -83px;
cursor: pointer;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
-khtml-border-radius: 4px;
}
.detail-group table td.detail-actions .action.text .label {
position: relative;
/*+placement:shift -1px 8px;*/
top: 8px;
left: -1px;
font-size: 12px;
}
.detail-group table td.detail-actions .action.text:hover {
/*+box-shadow:inset 0px 1px 3px #171717;*/
box-shadow: inset 0 1px 3px #171717;
-moz-box-shadow: inset 0 1px 3px #171717;
-webkit-box-shadow: inset 0 1px 3px #171717;
-o-box-shadow: inset 0 1px 3px #171717;
}
.detail-group table td.detail-actions a {
display: block;
float: left;
width: 30px;
height: 25px;
margin: 0;
text-indent: -9999px;
}
.detail-group table td.detail-actions a:hover {
background-position: -417px -43px;
}
.detail-group table td.detail-actions div.action.first a {
width: 32px;
background-position: -385px -11px;
}
.detail-group table td.detail-actions div.action.first a:hover {
background-position: -385px -43px;
}
.detail-group table td.detail-actions div.action.last a {
width: 30px;
background-position: -596px -11px;
}
.detail-group table td.detail-actions div.action.last a:hover {
background-position: -596px -43px;
}
.detail-group table td.detail-actions div.action.single a {
width: 31px;
height: 26px;
background-position: -414px -625px;
}
.detail-group table td.detail-actions div.action.text a {
background: none;
}
.detail-group table td.detail-actions div.action.single a:hover {
background-position: -414px -587px;
}
.detail-group table td.detail-actions a span.icon {
display: block;
padding: 10px;
background-image: url("../images/sprites.png");
}
#header {
position: relative;
width: 100%;
height: 135px;
background: url("../images/overlay-pattern.png") repeat 0, #1b5070 url("../images/header-gradient.png") no-repeat center;
background-size: auto, cover;
}
#header div.button {
font-size: 12px;
color: #ffffff;
cursor: pointer;
}
#header.nologo div.logo {
position: relative;
top: 15px;
left: 0;
width: 1224px;
/*+placement:shift 0px 15px;*/
height: 47px;
margin: auto;
background: url("../images/logo.png") no-repeat 0 center;
}
#header div.controls {
position: relative;
width: 1226px;
height: 48px;
margin: 27px auto 0;
padding-top: 13px;
/*+border-radius:4px 4px 0 0;*/
border-radius: 4px 4px 0 0;
-moz-border-radius: 4px 4px 0 0;
-webkit-border-radius: 4px 4px 0 0;
-khtml-border-radius: 4px 4px 0 0;
}
#header div.controls.nologo {
box-shadow: 0 -1px 6px #0e3955;
background: #666666;
background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzY2NjY2NiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzZDNkM2QiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+");
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #666666), color-stop(100%, #3d3d3d));
background: -webkit-linear-gradient(top, #666666 0%, #3d3d3d 100%);
background: linear-gradient(to bottom, #666666 0%, #3d3d3d 100%);
/*+box-shadow:0px -1px 6px #0E3955;*/
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#666666', endColorstr='#3d3d3d', GradientType=0);
-moz-box-shadow: 0 -1px 6px #0e3955;
-webkit-box-shadow: 0 -1px 6px #0e3955;
-o-box-shadow: 0 -1px 6px #0e3955;
}
#header div.notifications {
position: relative;
float: right;
top: -57px;
left: -239px;
/*+placement:shift -174px -57px;*/
height: 18px;
padding: 1px 0 0;
background: transparent;
}
#header div.notifications:after {
content: '|';
/*+placement:shift 28px 7px;*/
position: relative;
top: 7px;
left: 28px;
}
#header div.notifications span {
position: relative;
top: 5px;
left: 7px;
/*+text-shadow:0px -1px 1px #464646;*/
text-shadow: 0 -1px 1px #464646;
-moz-text-shadow: 0 -1px 1px #464646;
-webkit-text-shadow: 0 -1px 1px #464646;
-o-text-shadow: 0 -1px 1px #464646;
}
#header div.notifications:hover {
color: #5faaf7;
}
#header div.notifications div.total {
float: left;
width: 22px;
height: 19px;
margin: 3px;
background: url("../images/sprites.png") no-repeat -593px -870px;
font-size: 11px;
color: #ffffff;
/*+text-shadow:0px -1px #6C7283;*/
text-shadow: 0 -1px #6c7283;
-moz-text-shadow: 0 -1px #6c7283;
-webkit-text-shadow: 0 -1px #6c7283;
-o-text-shadow: 0 -1px #6c7283;
-moz-text-shadow: 0 -1px 0 #6c7283;
-webkit-text-shadow: 0 -1px 0 #6c7283;
-o-text-shadow: 0 -1px 0 #6c7283;
}
#header div.notifications div.total.pending {
background-position: -593px -846px;
font-weight: bold;
}
#header div.notifications div.total span {
/*+placement:shift 0px 3px;*/
display: block;
position: relative;
top: 3px;
left: 0;
width: 21px;
font-size: 12px;
text-align: center;
}
#user {
display: inline-block;
position: absolute;
float: left;
top: -47px;
left: 1025px;
height: 30px;
margin: 0;
background: transparent;
cursor: default !important;
}
#user div.name {
display: inline-block;
float: left;
min-width: 110px;
max-width: 220px;
/*[empty]border-top:;*/
height: 12px;
margin: 0;
padding: 9px 18px 7px 12px;
border-right: 0;
text-align: center;
/*+text-shadow:0px -1px 1px #464646;*/
text-shadow: 0 -1px 1px #464646;
overflow: hidden;
-moz-text-shadow: 0 -1px 1px #464646;
-webkit-text-shadow: 0 -1px 1px #464646;
-o-text-shadow: 0 -1px 1px #464646;
}
#user div.options {
position: relative;
float: left;
top: 0;
/*+placement:shift 0px 0px;*/
left: 0;
width: 31px;
height: 28px;
background-position: 0 -867px;
cursor: pointer;
}
#user div.options .arrow {
position: relative;
top: 11px;
left: 8px;
/*+placement:shift 8px 11px;*/
width: 11px;
height: 8px;
background: url("../images/buttons.png") -402px -23px;
}
#user-options {
position: absolute;
z-index: 10000;
top: 30px;
width: 150px;
padding: 15px;
border-radius: 0 0 3px 3px;
/*+border-radius:0 0 3px 3px;*/
box-shadow: 0 1px 7px #000000;
background: #ffffff;
-moz-border-radius: 0 0 3px 3px;
-webkit-border-radius: 0 0 3px 3px;
/*+box-shadow:0px 1px 7px #000000;*/
-khtml-border-radius: 0 0 3px 3px;
-moz-box-shadow: 0 1px 7px #000000;
-webkit-box-shadow: 0 1px 7px #000000;
-o-box-shadow: 0 1px 7px #000000;
}
#user-options a {
float: left;
width: 100%;
padding: 10px 0;
}
#header .zone-filter {
float: left;
width: 111px;
margin: 9px 20px 0 2px;
}
#header .zone-filter label {
position: absolute;
top: -3px;
font-size: 11px;
color: #ffffff;
}
#header .zone-filter select {
width: 100%;
margin-top: 2px;
border: 1px solid #000000;
border-bottom: #ffffff;
/*+border-radius:4px;*/
border-radius: 4px;
background: #ececec;
font-size: 12px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
-khtml-border-radius: 4px;
}
#navigation {
position: relative;
float: left;
width: 230px;
/*+box-shadow:inset -1px 4px 7px #DDDDDD;*/
box-shadow: inset -1px 4px 7px #dddddd;
background: #ede8e8;
background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJ<KEY>);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(6%, #ede8e8));
background: -webkit-linear-gradient(top, #ffffff 0%, #ede8e8 6%);
background: linear-gradient(to bottom, #ffffff 0%, #ede8e8 6%);
-moz-box-shadow: inset -1px 4px 7px #dddddd;
-webkit-box-shadow: inset -1px 4px 7px #dddddd;
-o-box-shadow: inset -1px 4px 7px #dddddd;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ede8e8', GradientType=0);
}
.project-view #navigation {
background: #6d747d;
}
#navigation ul {
height: 700px;
padding-top: 29px;
}
.project-view #navigation ul {
border-right: 1px solid #464c53;
background: #6d747d;
}
#navigation ul li {
height: 42px;
border-bottom: 1px solid #d2d2d2;
cursor: pointer;
}
.project-view #navigation ul li {
border: 0;
background-image: url("../images/bg-nav-item-project-view.png");
background-position: 0 0;
}
.project-view #navigation ul li span {
color: #ffffff;
/*+text-shadow:0px 1px 1px #000000;*/
text-shadow: 0 1px 1px #000000;
-moz-text-shadow: 0 1px 1px #000000;
-webkit-text-shadow: 0 1px 1px #000000;
-o-text-shadow: 0 1px 1px #000000;
}
#navigation ul li:hover,
#navigation ul li.active {
width: 230px;
box-shadow: inset 0 0 7px #000000;
/*+box-shadow:inset 0px 0px 7px #000000;*/
background: #2c5d7b;
-moz-box-shadow: inset 0 0 7px #000000;
-webkit-box-shadow: inset 0 0 7px #000000;
-o-box-shadow: inset 0 0 7px #000000;
}
#navigation ul li.disabled {
/*+opacity:60%;*/
opacity: 0.6;
filter: alpha(opacity=60);
-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
-moz-opacity: 0.6;
}
.project-view #navigation ul li:hover,
.project-view #navigation ul li.active {
width: 230px;
background: url("../images/bg-nav-item-active-project-view.png");
background-position: 0 0;
}
.project-view #navigation ul li.disabled:hover {
background: #d5d5d5;
color: #596d7f;
cursor: default;
}
#navigation ul li:hover span,
#navigation ul li.active span {
color: #ffffff;
/*+text-shadow:0px 1px #000000;*/
text-shadow: 0 1px #000000;
-moz-text-shadow: 0 1px #000000;
-webkit-text-shadow: 0 1px #000000;
-o-text-shadow: 0 1px #000000;
}
#navigation ul li.disabled:hover {
cursor: not-allowed !important;
}
#navigation ul li.disabled:hover span {
color: #596d7f;
/*+text-shadow:0px 0px;*/
text-shadow: 0 0;
-moz-text-shadow: 0 0;
-webkit-text-shadow: 0 0;
-o-text-shadow: 0 0;
-moz-text-shadow: 0 0 none;
-webkit-text-shadow: 0 0 none;
-o-text-shadow: 0 0 none;
-moz-text-shadow: none;
-webkit-text-shadow: none;
-o-text-shadow: none;
}
#navigation ul li.last {
background-repeat: repeat;
background-position: 0 0;
/*[empty]color:;*/
}
#navigation ul li span {
/*+placement:shift 14px 13px;*/
position: relative;
top: 13px;
left: 14px;
padding-left: 19px;
font-size: 12px;
color: #515151;
/*+text-shadow:0px 1px #FFFFFF;*/
text-shadow: 0 1px #ffffff;
-moz-text-shadow: 0 1px #ffffff;
-webkit-text-shadow: 0 1px #ffffff;
-o-text-shadow: 0 1px #ffffff;
}
#navigation ul li span.icon {
position: relative;
top: 10px;
/*+placement:shift 17px 10px;*/
left: 17px;
padding: 16px 16px 13px;
background: url("../images/icons.png") no-repeat 0 0;
}
#navigation ul li.custom-icon span.icon {
display: block;
position: relative;
float: left;
width: 50px;
height: 50px;
margin-right: -47px;
background: none;
}
#navigation ul li.custom-icon span.icon img {
position: relative;
position: absolute;
float: left;
/*+placement:shift -6px -17px;*/
top: -17px;
left: -6px;
width: 50px;
height: 50px;
margin-right: -14px;
}
/*Navigation icons*/
#navigation ul li.dashboard span.icon,
#navigation ul li.dashboard-user span.icon {
background-position: -14px -18px;
}
#navigation ul li.dashboard:hover span.icon,
#navigation ul li.dashboard-user:hover span.icon span.icon,
#navigation ul li.dashboard.active span.icon,
#navigation ul li.dashboard-user.active span.icon span.icon {
background-position: -23px -687px;
}
#navigation ul li.instances span.icon {
background-position: -73px -18px;
}
#navigation ul li.instances.active span.icon,
#navigation ul li.instances:hover span.icon {
background-position: -82px -686px;
}
#navigation ul li.vmsnapshots span.icon {
background: url("../images/sprites.png") no-repeat -34px -666px;
}
#navigation ul li.affinityGroups span.icon {
background-position: -73px -87px;
}
#navigation ul li.affinityGroups.active span.icon,
#navigation ul li.affinityGroups:hover span.icon {
background-position: -82px -755px;
}
#navigation ul li.storage span.icon {
background-position: -127px -19px;
}
#navigation ul li.storage.active span.icon,
#navigation ul li.storage:hover span.icon {
background-position: -137px -687px;
}
#navigation ul li.network span.icon {
background-position: -180px -20px;
}
#navigation ul li.network.active span.icon,
#navigation ul li.network:hover span.icon {
background-position: -189px -690px;
}
#navigation ul li.templates span.icon {
background-position: -233px -21px;
}
#navigation ul li.templates.active span.icon,
#navigation ul li.templates:hover span.icon {
background-position: -242px -690px;
}
#navigation ul li.projects span.icon {
background-position: -294px -21px;
}
#navigation ul li.projects.active span.icon,
#navigation ul li.projects:hover span.icon {
background-position: -303px -690px;
}
#navigation ul li.events span.icon {
background-position: -351px -23px;
}
#navigation ul li.events.active span.icon,
#navigation ul li.events:hover span.icon {
background-position: -359px -692px;
}
#navigation ul li.configuration span.icon {
background-position: -401px -21px;
}
#navigation ul li.configuration.active span.icon,
#navigation ul li.configuration:hover span.icon {
background-position: -410px -690px;
}
#navigation ul li.global-settings span.icon {
background-image: url("../images/sprites.png");
background-position: -143px -240px;
}
#navigation ul li.global-settings.active span.icon,
#navigation ul li.global-settings:hover span.icon {
background-image: url("../images/sprites.png");
background-position: -366px -239px;
}
#navigation ul li.roles span.icon {
background-position: -460px -80px;
}
#navigation ul li.roles.active span.icon,
#navigation ul li.roles:hover span.icon {
background-position: -469px -750px;
}
#navigation ul li.accounts span.icon {
background-position: -458px -19px;
}
#navigation ul li.accounts.active span.icon,
#navigation ul li.accounts:hover span.icon {
background-position: -467px -688px;
}
#navigation ul li.system span.icon {
background-position: -569px -24px;
}
#navigation ul li.system.active span.icon,
#navigation ul li.system:hover span.icon {
background-position: -578px -692px;
}
#navigation ul li.domains span.icon {
background-position: -520px -21px;
}
#navigation ul li.domains.active span.icon,
#navigation ul li.domains:hover span.icon {
background-position: -529px -690px;
}
#navigation ul li.plugins span.icon {
background: url("../images/sprites.png") no-repeat -140px -291px;
}
#navigation ul li.regions span.icon {
background: url("../images/sprites.png") no-repeat -141px -379px;
}
#navigation ul li.regions.active span.icon,
#navigation ul li.regions:hover span.icon {
background: url("../images/sprites.png") no-repeat -365px -377px;
}
#browser {
position: relative;
float: left;
width: 994px;
max-width: 994px;
height: 100%;
overflow: hidden;
}
#browser.panel-highlight {
overflow: visible;
}
#browser div.panel {
height: 100%;
border-right: 1px solid #a5a5a5;
background-color: #f7f7f7;
overflow: visible;
}
#browser div.panel.panel-highlight-wrapper {
display: inline-block;
position: absolute;
/*+border-radius:9px;*/
z-index: 10000;
height: 542px;
margin-top: 7px;
padding: 78px 0 67px 51px;
border: 3px solid #ffffff;
/*+box-shadow:0px 0px 12px #000000;*/
border-radius: 9px;
box-shadow: 0 0 12px #000000;
background: none;
overflow: hidden;
-moz-border-radius: 9px;
-webkit-border-radius: 9px;
-khtml-border-radius: 9px;
-moz-box-shadow: 0 0 12px #000000;
-webkit-box-shadow: 0 0 12px #000000;
-o-box-shadow: 0 0 12px #000000;
}
#browser div.panel.panel-highlight-wrapper .panel {
top: 3px;
left: 20px !important;
height: 631px;
overflow: hidden;
}
.project-view #browser div.panel {
background: #6d747d;
}
.ui-tabs div.ui-tabs-panel {
position: relative;
}
.project-view .ui-tabs div.ui-tabs-panel {
background: #dbdddf;
}
#browser div.panel .shadow {
position: absolute;
top: 0;
left: -10px;
width: 10px;
height: 100%;
background: url("../images/bg-panel-shadow.png") repeat-y 0 0;
}
#browser.panel-highlight {
overflow: visible;
}
#browser.panel-highlight .panel.highlighted {
/*+box-shadow:0px 10px 11px #5C5C5C;*/
margin-top: 21px;
border: 5px solid #ffffff;
border-radius: 6px;
box-shadow: 0 10px 11px #5c5c5c;
-moz-box-shadow: 0 10px 11px #5c5c5c;
/*+border-radius:6px;*/
-webkit-box-shadow: 0 10px 11px #5c5c5c;
-o-box-shadow: 0 10px 11px #5c5c5c;
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
-khtml-border-radius: 6px;
}
#browser.panel-highlight .panel > .shadow {
display: none;
}
#browser .highlight-arrow {
position: absolute;
top: -22px;
left: 80px;
width: 24px;
height: 19px;
background: url("../images/sprites.png") -590px -1295px;
}
div.toolbar {
position: relative;
position: absolute;
/*+box-shadow:0px 1px 4px #CFCFCF;*/
z-index: 6;
top: -1px;
top: 0;
left: 0;
/*+placement:shift 0px -1px;*/
width: 100%;
height: 32px;
box-shadow: 0 1px 4px #cfcfcf;
background: #ececec 0 -6px;
-moz-box-shadow: 0 1px 4px #cfcfcf;
-webkit-box-shadow: 0 1px 4px #cfcfcf;
-o-box-shadow: 0 1px 4px #cfcfcf;
}
.detail-view .ui-tabs-panel div.toolbar {
width: 968px;
margin-top: 8px;
border: 0;
background: transparent;
}
.project-view div.toolbar {
background: #808080 url("../images/bg-nav-item-active-project-view.png") 0 -210px;
}
div.toolbar div.filters {
margin: 5px 0 0 12px;
}
div.toolbar div.filters label {
display: block;
float: left;
padding: 5px 11px 0 0;
font-size: 12px;
font-weight: 100;
color: #3f3b3b;
}
.project-view div.toolbar div.filters label {
color: #ffffff;
/*+text-shadow:0px 1px 1px #000000;*/
text-shadow: 0 1px 1px #000000;
-moz-text-shadow: 0 1px 1px #000000;
-webkit-text-shadow: 0 1px 1px #000000;
-o-text-shadow: 0 1px 1px #000000;
}
div.toolbar div.filters select {
width: 142px;
border: 1px solid #808080;
}
div.toolbar div.text-search {
position: relative;
float: right;
}
div.toolbar div.text-search div.search-bar {
position: relative;
z-index: 4;
float: left;
width: 141px;
height: 20px;
margin: 5px 0 0 12px;
border: 1px solid #8b7e7e;
border-right: 1px solid #8b8989;
border-radius: 4px 0 0 4px;
/*+border-radius:4px 0 0 4px;*/
background: #ffffff;
-moz-border-radius: 4px 0 0 4px;
-webkit-border-radius: 4px 0 0 4px;
-khtml-border-radius: 4px 0 0 4px;
}
div.toolbar div.text-search div.search-bar input {
float: left;
width: 90%;
height: 68%;
margin: 1px 0 0;
border: 0;
}
div.toolbar div.text-search div.search-bar div.filter {
float: left;
width: 74px;
height: 15px;
margin: 2px 0 0;
padding: 1px;
border-left: 1px solid #6d6d6d;
background: #ffffff;
font-size: 12px;
text-align: center;
}
div.toolbar div.button.search {
position: relative;
z-index: 3;
top: 5px;
/*+placement:shift -10px 5px;*/
left: -10px;
width: 33px;
height: 22px;
background: url("../images/sprites.png") no-repeat -592px -328px;
cursor: pointer;
}
div.toolbar div.button.search:hover {
background-position: -592px -359px;
}
div.toolbar div.button.add,
div.toolbar div.button.refresh,
div.toolbar div.button.add,
div.toolbar div.button.main-action,
.toolbar div.button.header-action,
.detail-group .button.add {
/*+placement:shift 0px 5px;*/
position: relative;
float: right;
top: 5px;
left: 0;
height: 12px;
margin: 0 10px 0 0;
padding: 5px 5px 5px 5px;
border: 1px solid #b7b7b7;
border-radius: 4px;
/*+text-shadow:0px 1px 1px #DEE5EA;*/
border-radius: 4px 4px 4px 4px;
background: #eaeaea;
background: #f7f7f7;
background: #f7f7f7;
background: url("data:image/svg+xml;base64,<KEY>");
background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #f7f7f7), color-stop(100%, #eaeaea));
background: -webkit-linear-gradient(top, #f7f7f7 1%, #eaeaea 100%);
background: linear-gradient(to bottom, #f7f7f7 1%, #eaeaea 100%);
font-size: 12px;
font-weight: 100;
color: #000000;
text-shadow: 0 1px 1px #dee5ea;
cursor: pointer;
-moz-text-shadow: 0 1px 1px #dee5ea;
/*+border-radius:4px;*/
-webkit-text-shadow: 0 1px 1px #dee5ea;
-o-text-shadow: 0 1px 1px #dee5ea;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7f7f7', endColorstr='#eaeaea', GradientType=0);
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
-khtml-border-radius: 4px;
}
div.toolbar div.button.export:hover,
div.toolbar div.button.add:hover,
div.toolbar div.button.refresh:hover,
div.toolbar div.button.main-action:hover,
.toolbar div.button.header-action:hover,
.detail-group .button.add:hover {
box-shadow: inset 0 0 5px #c3c3c3;
/*+box-shadow:inset 0px 0px 5px #C3C3C3;*/
background: #e5e5e5;
-moz-box-shadow: inset 0 0 5px #c3c3c3;
-webkit-box-shadow: inset 0 0 5px #c3c3c3;
-o-box-shadow: inset 0 0 5px #c3c3c3;
}
div.toolbar div.button.main-action span.icon {
display: block;
position: relative;
float: left;
top: -7px;
left: 0;
width: 34px;
/*+placement:shift 0px -7px;*/
height: 20px;
background-image: url("../images/sprites.png");
cursor: pointer;
}
div.toolbar div.button.refresh {
float: right;
margin: 0 20px 0 0;
}
div.toolbar div.button.refresh span {
padding: 1px 1px 1px 16px;
background-image: url("../images/icons.png");
background-repeat: no-repeat;
background-position: -629px -232px;
}
div.toolbar div.button.add span,
.detail-group .button.add span.icon {
position: relative;
top: 0;
/*+placement:shift 0px 0px;*/
left: 0;
padding: 0 0 3px 18px;
background: url("../images/icons.png") no-repeat -626px -209px;
}
#browser div.panel.selected div.toolbar {
border-right: 1px solid #43586b;
}
#browser div.panel div.detail-view .toolbar {
width: 100%;
}
#advanced_search {
position: absolute;
z-index: 4;
top: 4px;
left: 139px;
width: 15px;
background: none;
}
#advanced_search .icon {
/*+opacity:56%;*/
opacity: 0.56;
position: absolute;
z-index: 10;
top: 1px;
left: -1px;
padding: 10px;
background: url("../images/sprites.png") no-repeat -62px -162px;
filter: alpha(opacity=56);
-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=56);
-moz-opacity: 0.56;
}
#advanced_search:hover .icon {
/*+opacity:100%;*/
opacity: 1;
filter: alpha(opacity=100);
-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
-moz-opacity: 1;
}
#advanced_search .form-container {
/*+opacity:91%;*/
opacity: 0.91;
display: inline-block;
position: absolute;
top: 2px;
/*+box-shadow:0px 5px 9px #B6B0B0;*/
left: -290px;
padding: 18px;
border: 1px solid #808080;
border-radius: 0 0 4px 4px;
box-shadow: 0 5px 9px #b6b0b0;
/*+border-radius:0 0 4px 4px;*/
background: #ffffff;
cursor: default;
filter: alpha(opacity=91);
-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=91);
-moz-opacity: 0.91;
-moz-box-shadow: 0 5px 9px #b6b0b0;
-webkit-box-shadow: 0 5px 9px #b6b0b0;
-o-box-shadow: 0 5px 9px #b6b0b0;
-moz-border-radius: 0 0 4px 4px;
-webkit-border-radius: 0 0 4px 4px;
-khtml-border-radius: 0 0 4px 4px;
}
#advanced_search .form-container .name {
float: left;
width: 66px;
}
#advanced_search .form-container .value {
float: left;
width: 186px;
}
#advanced_search .form-container .form-item {
width: 268px;
height: 40px;
margin-bottom: 15px;
}
#advanced_search .form-container .form-item input,
#advanced_search .form-container .form-item select {
width: 97%;
padding: 3px;
}
#advanced_search input[type='submit'] {
float: right;
padding: 8px 20px;
/*+box-shadow:0px 2px 5px #858585;*/
border: 1px solid #606060;
border-top: 0;
border-radius: 4px;
box-shadow: 0 2px 5px #858585;
background: url("../images/bg-gradients.png") 0 -220px;
font-size: 12px;
font-weight: bold;
color: #ffffff;
text-shadow: 0 1px 1px #000000;
/*+text-shadow:0px 1px 1px #000000;*/
cursor: pointer;
-moz-box-shadow: 0 2px 5px #858585;
-webkit-box-shadow: 0 2px 5px #858585;
-o-box-shadow: 0 2px 5px #858585;
/*+border-radius:4px;*/
-moz-text-shadow: 0 1px 1px #000000;
-webkit-text-shadow: 0 1px 1px #000000;
-o-text-shadow: 0 1px 1px #000000;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
-khtml-border-radius: 4px;
}
#advanced_search input[type='submit']:hover {
/*+box-shadow:inset 0px 2px 3px #000000;*/
box-shadow: inset 0 2px 3px #000000;
-moz-box-shadow: inset 0 2px 3px #000000;
-webkit-box-shadow: inset 0 2px 3px #000000;
-o-box-shadow: inset 0 2px 3px #000000;
}
#advanced_search .button.cancel {
position: relative;
float: right;
top: 13px;
left: -32px;
/*+placement:shift -32px 13px;*/
background: url("noen");
font-size: 12px;
font-weight: bold;
color: #9a9a9a;
}
#advanced_search .button.cancel:hover {
color: #494949;
}
#browser div.panel div.toolbar div.panel-controls {
display: none;
float: right;
width: 42px;
height: 23px;
}
#browser div.panel.reduced div.toolbar div.panel-controls {
display: block;
float: left;
width: 194px;
}
#browser div.panel.maximized div.toolbar div.panel-controls {
display: block;
}
#browser div.panel div.toolbar div.panel-controls div.control {
float: right;
width: 25px;
height: 26px;
margin-right: 6px;
background: url("../images/buttons.png") no-repeat -599px -335px;
cursor: pointer;
}
#browser div.panel.maximized.single div.toolbar div.panel-controls div.control {
display: none;
}
#browser div.panel div.toolbar div.panel-controls div.control:hover {
background-position: -593px -309px;
}
#browser div.panel.maximized div.toolbar div.panel-controls div.control {
background-position: -621px -334px;
}
#browser div.panel.maximized div.toolbar div.panel-controls div.control:hover {
background-position: -617px -308px;
}
div.panel div.toolbar div.section-switcher {
float: left;
margin-top: 6px;
margin-left: 10px;
}
#browser div.panel.maximize-if-selected.selected div.toolbar div.panel-controls div.control {
display: none;
}
div.toolbar div.section-switcher div.section-select {
float: right;
font-size: 12px;
font-weight: 100;
}
div.list-view div.toolbar div.section-switcher div.section-select label {
margin: 0 9px 0 0;
}
div.toolbar div.section-switcher div.section {
float: left;
border-radius: 10px;
border-radius: 10px 10px 10px 10px;
/*+border-radius:10px;*/
font-size: 11px;
font-weight: bold;
text-shadow: 0 1px 1px #ededed;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
/*+text-shadow:0px 1px 1px #EDEDED;*/
-khtml-border-radius: 10px;
-moz-text-shadow: 0 1px 1px #ededed;
-webkit-text-shadow: 0 1px 1px #ededed;
-o-text-shadow: 0 1px 1px #ededed;
}
div.toolbar div.section-switcher div.section a {
display: block;
padding: 5px 10px 3px;
border: 1px solid #979fa4;
background: url("../images/bg-section-switcher.png") repeat-x 0 -22px;
color: #516374;
text-decoration: none;
}
div.toolbar div.section-switcher div.section a.active {
padding-top: 6px;
padding-bottom: 2px;
border: 0;
border-bottom: 1px solid #ccd1d4;
box-shadow: inset 0 1px 5px #546874;
background: url("../images/bg-section-switcher.png") repeat-x 0 -21px;
/*+box-shadow:inset 0px 1px 5px #546874;*/
background-position: 0 0;
-moz-box-shadow: inset 0 1px 5px #546874;
-webkit-box-shadow: inset 0 1px 5px #546874;
-o-box-shadow: inset 0 1px 5px #546874;
}
div.toolbar div.section-switcher div.section.first a {
/*+border-radius:4px 0 0 5px;*/
border-radius: 4px 0 0 5px;
-moz-border-radius: 4px 0 0 5px;
-webkit-border-radius: 4px 0 0 5px;
-khtml-border-radius: 4px 0 0 5px;
}
div.toolbar div.section-switcher div.section.last a {
/*+border-radius:0 4px 4px 0px;*/
border-radius: 0 4px 4px 0;
-moz-border-radius: 0 4px 4px 0;
-webkit-border-radius: 0 4px 4px 0;
-khtml-border-radius: 0 4px 4px 0;
}
div.toolbar div.section-switcher div.section.first.last a {
/*+border-radius:5px;*/
border-radius: 5px;
border-radius: 5px 5px 5px 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
-khtml-border-radius: 5px;
}
div.toolbar div.section-switcher div.section-select {
float: left;
height: 26px;
}
.project-view div.toolbar div.section-switcher div.section-select {
background: transparent;
}
div.toolbar div.section-switcher div.section-select select {
height: 21px;
margin-right: 13px;
border: 1px solid #808080;
border-radius: 4px;
/*+border-radius:4px;*/
border-radius: 4px 4px 4px 4px;
font-size: 12px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
-khtml-border-radius: 4px;
}
div.toolbar div.section-switcher div.section-select label {
margin: 0 9px 0 0;
}
.project-view div.list-view div.toolbar div.section-switcher div.section-select label {
color: #ffffff;
/*+text-shadow:0px 1px 1px #000000;*/
text-shadow: 0 1px 1px #000000;
-moz-text-shadow: 0 1px 1px #000000;
-webkit-text-shadow: 0 1px 1px #000000;
-o-text-shadow: 0 1px 1px #000000;
}
div.toolbar div.filters {
float: left;
width: 200px;
margin: 5px 0 0 12px;
}
div.toolbar div.filters select {
width: 104px;
height: 21px;
margin: 1px 0 0;
padding: 0 0 0;
/*+border-radius:4px;*/
border: 1px solid #808080;
border-radius: 4px;
border-radius: 4px 4px 4px 4px;
font-size: 12px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
-khtml-border-radius: 4px;
}
#breadcrumbs {
width: 100%;
height: 29px;
max-height: 29px;
background: #ffffff;
overflow: hidden;
}
.project-view #breadcrumbs {
background-color: #828282;
background-image: url("../images/bg-breadcrumbs-project-view.png");
background-position: 0 1px;
}
#breadcrumbs div.home {
position: relative;
z-index: 5;
float: left;
/*+placement:shift -1px 0px;*/
top: 0;
left: -1px;
width: auto;
height: 23px;
cursor: pointer;
}
.project-view #breadcrumbs div.home {
background-position: -63px -98px;
}
.project-view #breadcrumbs div.end {
background-position: -89px -98px;
}
#breadcrumbs ul li,
#breadcrumbs div.active-project,
#breadcrumbs .home {
position: relative;
position: relative;
float: left;
top: 0;
left: -13px;
height: 21px;
/*+placement:shift -13px 0px;*/
margin: 0 0 0 2px;
padding: 9px 5px 0 0;
font-size: 13px;
color: #ffffff;
cursor: pointer;
}
#breadcrumbs ul li:after,
#breadcrumbs .home:after {
content: '>';
position: relative;
/*+placement:shift 7px -1px;*/
top: -1px;
left: 7px;
font-size: 11px;
color: #c4c4c4;
}
.project-view #breadcrumbs ul li {
color: #ffffff !important;
}
#breadcrumbs ul li,
#breadcrumbs div.active-project,
#breadcrumbs .home {
/*+placement:shift 0px 0px;*/
position: relative;
top: 0;
left: 0;
padding: 9px 5px 0 8px;
color: #63a9f1;
}
#breadcrumbs ul li:hover,
#breadcrumbs ul li.active,
#breadcrumbs ul li.maximized {
color: #000000;
}
/*NOTE: End divs are not displayed per UI changes*/
#breadcrumbs ul div.end {
/*+placement:shift -37px -1px;*/
display: none;
position: relative;
top: -1px;
left: -37px;
/*Disabled*/
margin-right: 0;
}
#breadcrumbs ul li {
position: relative;
/*+placement:shift -36px 0px;*/
top: 0;
font-size: 13px;
}
#breadcrumbs div.active-project {
display: none;
z-index: 2;
text-indent: 9px;
}
div.panel div.view.group-thumbnail ul.groups li {
position: relative;
float: left;
width: 142px;
height: 80px;
margin: 16px -1px -5px 16px;
background: url("../images/buttons.png") no-repeat -1px -399px;
cursor: pointer;
}
div.panel div.view.group-thumbnail ul.groups li.active {
background-position: -1px -489px;
}
div.panel div.view.group-thumbnail ul.groups li.drop-hover {
background-position: -1px -310px !important;
}
div.panel div.view.group-thumbnail ul.groups li.new {
background-position: -147px -401px;
}
div.panel div.view.group-thumbnail ul.groups li.new.drop-hover {
background-position: -148px -312px !important;
}
div.panel div.view.group-thumbnail ul.groups li span.name {
position: relative;
position: absolute;
/*+placement:shift 9px 7px;*/
top: 7px;
left: 9px;
font-size: 12px;
font-weight: bold;
/*+text-shadow:0px 1px 1px #FFFFFF;*/
color: #49596b;
text-shadow: 0 1px 1px #ffffff;
-moz-text-shadow: 0 1px 1px #ffffff;
-webkit-text-shadow: 0 1px 1px #ffffff;
-o-text-shadow: 0 1px 1px #ffffff;
}
div.panel div.view.group-thumbnail ul.groups li span.vm-count {
position: absolute;
/*+placement:displace 54px 27px;*/
position: absolute;
margin-top: 27px;
margin-left: 54px;
font-size: 21px;
color: #3a4857;
}
#browser div.panel.reduced .reduced-hide {
color: #bbb8b8;
}
#browser div.panel.reduced div.toolbar .reduced-hide {
display: none;
}
/*List view -- edit field*/
div.view table td.editable div.edit {
position: relative;
top: 0;
/*+placement:shift 6px 0px;*/
left: 6px;
width: 106%;
height: 20px;
}
div.view table td.truncated.editable div.edit {
top: 1px;
left: 1px;
width: 285px;
}
div.view table td.editable div.edit input {
position: relative;
z-index: 1;
float: left;
width: 66%;
height: 17px;
border: 0;
}
.detail-view div.view table td.editable div.edit {
width: 116px;
}
div.view table td.editable div.action {
position: relative;
float: left;
top: 0;
left: -2px;
width: 16px;
/*+placement:shift -2px 0px;*/
height: 19px;
padding-left: 2px;
background: #ffffff url("../images/buttons.png") -614px -684px;
cursor: pointer;
}
div.view table td.editable div.action.save {
margin-left: 2px;
}
div.view table td.editable div.action.cancel {
background-position: -628px -684px;
}
table td.actions {
width: 200px;
/*Make fixed*/
min-width: 200px;
max-width: 200px;
cursor: default;
}
table td.actions span {
margin: 0 0 0 2px !important;
}
table td.actions .action span.icon {
float: left;
width: 23px;
height: 21px;
background-image: url("../images/sprites.png");
cursor: pointer;
}
table td.actions .action.disabled .icon {
opacity: 0.2;
/*+opacity:20%;*/
cursor: not-allowed;
filter: alpha(opacity=20);
-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=20);
-moz-opacity: 0.2;
}
table tr.odd td.actions .action.disabled .icon {
background-color: #f2f0f0;
}
table tr.even td.actions .action.disabled .icon {
background-color: #dfe1e3;
}
table tr td.actions .action.text {
display: inline-block;
border: 1px solid #c2c2c2;
border-radius: 4px;
/*+border-radius:4px;*/
background: url("../images/bg-gradients.png") repeat-x 0 -83px;
cursor: pointer;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
-khtml-border-radius: 4px;
}
table tr td.actions .action.text:hover {
/*+box-shadow:inset 0px 1px 3px #171717;*/
box-shadow: inset 0 1px 3px #171717;
-moz-box-shadow: inset 0 1px 3px #171717;
-webkit-box-shadow: inset 0 1px 3px #171717;
-o-box-shadow: inset 0 1px 3px #171717;
}
table tr td.actions .action.text .label {
padding: 4px 0 0 4px;
}
table tr td.actions .action.text .icon {
padding-bottom: 4px;
}
table tr.selected td.actions .action.disabled .icon {
background-color: #cbddf3;
}
.ui-dialog {
position: absolute;
padding: 15px;
/*+box-shadow:0px -4px 15px #4C4A4A;*/
box-shadow: 0 -4px 15px #4c4a4a;
background: #ffffff;
text-align: left;
-moz-box-shadow: 0 -4px 15px #4c4a4a;
-webkit-box-shadow: 0 -4px 15px #4c4a4a;
-o-box-shadow: 0 -4px 15px #4c4a4a;
}
.ui-dialog.ui-corner-all {
border-radius: 0;
}
.ui-dialog .ui-widget-content {
display: inline-block;
padding: 8px 0 8px 8px;
text-align: center;
}
.ui-dialog .ui-widget-content .nothing-to-select {
width: 386px;
margin: 57px 0 0;
padding: 4px 25px 180px 28px;
border-radius: 10px;
border-radius: 10px 10px 10px 10px;
background: #ffffff;
/*+text-shadow:0px 1px 1px #FFFFFF;*/
font-size: 16px;
line-height: 21px;
color: #3d3d3d;
text-align: left;
text-shadow: 0 1px 1px #ffffff;
-moz-text-shadow: 0 1px 1px #ffffff;
/*+border-radius:10px;*/
-webkit-text-shadow: 0 1px 1px #ffffff;
-o-text-shadow: 0 1px 1px #ffffff;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
-khtml-border-radius: 10px;
}
.ui-dialog .ui-widget-content .nothing-to-select p {
margin: 18px 0 0;
}
.ui-dialog .ui-widget-content .nothing-to-select .specify-ip {
margin-top: 28px;
padding-top: 21px;
border-top: 1px solid #dfdfdf;
font-size: 12px;
}
.ui-dialog-buttonset {
width: 285px;
margin: 0;
}
.ui-dialog .ui-button {
display: block;
float: left;
width: 110px;
height: 31px;
border: 0;
border: 1px solid #bfbcbc;
border-radius: 4px;
border-radius: 4px 4px 4px 4px;
/*+border-radius:4px;*/
background: url("../images/gradients.png") -2px -481px;
cursor: pointer;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
-khtml-border-radius: 4px;
}
.ui-dialog .ui-button:hover {
background-position: -4px -426px;
}
.ui-dialog.notice .close.ui-button {
display: inline;
float: right;
padding: 0;
background: transparent;
color: #516374;
/*+text-shadow:0px -1px 1px #FFFFFF;*/
text-shadow: 0 -1px 1px #ffffff;
-moz-text-shadow: 0 -1px 1px #ffffff;
-webkit-text-shadow: 0 -1px 1px #ffffff;
-o-text-shadow: 0 -1px 1px #ffffff;
}
.ui-dialog .ui-button.ok {
border: 1px solid #0065c5;
border-radius: 4px;
border-radius: 4px 4px 4px 4px;
/*+text-shadow:0px -1px 1px #011238;*/
background-position: 0 -317px;
color: #ffffff;
text-shadow: 0 -1px 1px #011238;
-moz-text-shadow: 0 -1px 1px #011238;
/*+border-radius:4px;*/
-webkit-text-shadow: 0 -1px 1px #011238;
-o-text-shadow: 0 -1px 1px #011238;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
-khtml-border-radius: 4px;
}
.ui-dialog .ui-button.ok:hover {
border: 1px solid #004ff7;
background-position: -3px -368px;
}
.ui-dialog.confirm .ui-button {
margin-top: 0;
margin-left: 11px;
}
.ui-dialog.confirm .ui-button.cancel {
margin-left: 50px;
}
.ui-dialog span.message {
display: block;
padding-bottom: 40px;
font-size: 14px;
color: #445361;
/*+text-shadow:0px 1px 1px #FFFFFF;*/
text-align: center;
text-shadow: 0 1px 1px #ffffff;
-moz-text-shadow: 0 1px 1px #ffffff;
-webkit-text-shadow: 0 1px 1px #ffffff;
-o-text-shadow: 0 1px 1px #ffffff;
}
.ui-dialog span.message ul {
margin-top: 14px;
margin-left: 30px;
text-align: left;
list-style: disc;
}
.ui-dialog span.message ul li {
margin-top: 3px;
}
.ui-dialog span.message p {
margin-top: 20px;
text-align: left;
}
.ui-dialog-titlebar {
height: 33px;
margin: auto;
border-radius: 7px 7px 0 0;
/*+border-radius:7px 7px 0 0;*/
background: #ffffff;
color: #000000;
-moz-border-radius: 7px 7px 0 0;
-webkit-border-radius: 7px 7px 0 0;
-khtml-border-radius: 7px 7px 0 0;
}
.ui-dialog-titlebar.ui-widget-header {
border: 0;
font-weight: inherit;
}
.ui-dialog-titlebar .ui-icon-closethick {
display: none;
}
.ui-dialog-title {
/*+placement:shift 8px 9px;*/
position: relative;
top: 9px;
left: 8px;
padding: 2px 0 5px 30px;
background: url("../images/icons.png") no-repeat 0 -255px;
font-size: 14px;
}
.notice .ui-dialog-title {
background-position: 0 -288px;
}
.ui-dialog.confirm .ui-dialog-title {
background: url("../images/icons.png") no-repeat 0 -224px;
}
.ui-dialog.create-form .ui-dialog-title {
background: url("../images/icons.png") no-repeat 0 -255px;
}
.ui-dialog.warning .ui-dialog-title {
background: url("../images/icons.png") no-repeat 0 -286px;
}
.ui-dialog.confirm .ui-button {
/*+placement:shift 0px -8px;*/
position: relative;
top: -8px;
left: 0;
}
.ui-dialog div.form-container {
display: inline-block;
width: 94% !important;
height: 106px;
text-align: left;
}
.ui-dialog div.form-container span.message {
padding: 0 0 23px 5px;
font-size: 15px;
text-align: left;
}
.ui-dialog div.form-container span.message br {
margin-bottom: 13px;
}
.ui-dialog div.form-container div.form-item {
display: inline-block;
width: 100%;
margin: 0 0 12px;
}
.ui-dialog div.form-container div.name {
float: left;
clear: both;
width: 115px;
margin: 3px 0 0;
font-size: 15px;
/*+text-shadow:0px 2px 1px #FFFFFF;*/
color: #485867;
text-shadow: 0 2px 1px #ffffff;
-moz-text-shadow: 0 2px 1px #ffffff;
-webkit-text-shadow: 0 2px 1px #ffffff;
-o-text-shadow: 0 2px 1px #ffffff;
}
.ui-dialog div.form-container div.name label {
display: block;
width: 119px;
margin-top: 2px;
font-size: 13px;
text-align: right;
}
.field-required {
padding: 0 3px 0 0;
font-size: 14px;
font-weight: bold;
color: #ee7b7b;
}
.ui-dialog div.form-container div.value {
display: inline-block;
float: left;
width: 61%;
margin: 0 0 0 15px;
}
.ui-dialog div.form-container div.value input,
textarea {
float: left;
width: 98%;
padding: 4px;
border: 1px solid #afafaf;
background: #f6f6f6;
font-size: 14px;
}
#label_delete_volumes label {
display: block;
width: 119px;
margin-top: 2px;
margin-left: -10px;
font-size: 13px;
text-align: left;
}
.ui-dialog div.form-container div.value input.hasDatepicker {
font-size: 13px;
color: #2f5d86;
text-indent: 3px;
cursor: pointer;
}
.ui-dialog div.form-container div.value input.hasDatepicker:hover {
/*+box-shadow:inset 0px 0px 3px;*/
box-shadow: inset 0 0 3px;
-moz-box-shadow: inset 0 0 3px;
-webkit-box-shadow: inset 0 0 3px;
-o-box-shadow: inset 0 0 3px;
}
.ui-dialog div.form-container div.value .range-edit {
width: 249px;
height: 33px;
margin: 2px 0 0;
}
.ui-dialog div.form-container div.value .range-edit .range-item {
position: relative;
float: left;
width: 124px;
height: 32px;
}
.ui-dialog div.form-container div.value .range-edit input {
width: 105px;
margin: 0 9px 0 0;
}
.ui-dialog div.form-container div.value .range-edit label.error {
position: absolute;
top: 25px;
left: 3px;
}
.ui-dialog div.form-container div.value select {
float: right;
width: 100%;
}
.ui-dialog div.form-container div.value input[type='checkbox'] {
width: 14px;
}
.ui-dialog div.form-container div.value label.error {
display: block;
display: none;
clear: both;
font-size: 10px;
color: #fa0000;
}
.ui-dialog div.form-container div.multi-array {
display: inline-block;
padding: 4px;
border: 1px solid #808080;
/*+border-radius:10px;*/
border-radius: 10px;
border-radius: 10px 10px 10px 10px;
box-shadow: inset 0 1px 1px #929292;
background: #ffffff;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
/*+box-shadow:inset 0px 1px 1px #929292;*/
-khtml-border-radius: 10px;
-moz-box-shadow: inset 0 1px 1px #929292;
-webkit-box-shadow: inset 0 1px 1px #929292;
-o-box-shadow: inset 0 1px 1px #929292;
}
.ui-dialog div.form-container div.multi-array .item {
float: left;
width: 111px;
margin: 0 0 13px;
}
.ui-dialog div.form-container div.multi-array .item .name {
float: left;
width: 61px;
font-size: 11px;
}
.ui-dialog div.form-container div.multi-array .item .value {
float: left;
width: 13px;
}
.ui-dialog div.form-container div.multi-array .item .value input {
float: left;
margin: 0;
padding: 0;
}
.ui-dialog.create-form .ui-dialog-buttonpane {
margin-left: 25px;
}
.ui-dialog.create-form .ui-button.ok {
float: right;
margin-left: 0;
}
.ui-dialog.create-form .ui-button.cancel {
float: right;
margin-right: 13px;
border: 1px solid #aaaaaa;
border-radius: 4px;
/*+border-radius:4px;*/
border-radius: 4px 4px 4px 4px;
background: #b6b6b6 url("../images/gradients.png") 0 -480px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
-khtml-border-radius: 4px;
}
.ui-dialog.create-form .ui-button.cancel:hover {
border-color: #878787;
background-position: -4px -426px;
}
.ui-dialog div.form-container div.value .dynamic-input {
clear: both;
width: calc(100% + 4px);
min-height: 50px;
max-height: 211px;
border: 1px solid #cdcdcd;
border-radius: 4px;
border-radius: 4px 4px 4px 4px;
background: #ffffff;
/*+border-radius:4px;*/
overflow: auto;
overflow-x: hidden;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
-khtml-border-radius: 4px;
}
.ui-dialog div.form-container div.value .dynamic-input .form-item {
width: 97%;
margin: 4px 0 0 5px;
}
.ui-dialog div.form-container div.value .dynamic-input .name {
width: 99px;
}
.ui-dialog div.form-container div.value .dynamic-input .name label {
width: inherit;
margin-left: 0;
font-size: 12px;
}
.ui-dialog div.form-container div.value .dynamic-input .value {
width: 40%;
}
.dashboard.admin {
height: 100%;
padding: 10px;
background: #f2f0f0;
font-size: 13px;
color: #3d5873;
}
.dashboard.admin .dashboard-container {
/*+border-radius:3px;*/
border: 1px solid #c8c2c2;
border-radius: 3px;
background: #ffffff;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
-khtml-border-radius: 3px;
}
.dashboard.admin .dashboard-container.sub {
width: 49.5%;
}
.dashboard.admin .dashboard-container.sub .button.view-all,
.dashboard.admin .dashboard-container .button.fetch-latest {
float: right;
clear: none;
padding: 3px 8px 3px 10px;
/*+text-shadow:none;*/
border: 1px solid #9d9d9d;
border-radius: 3px;
box-shadow: 0 1px #cacaca;
background: #eaeaea;
background: url("data:image/svg+xml;base64,<KEY>");
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #eaeaea), color-stop(100%, #d6d6d6));
background: -webkit-linear-gradient(top, #eaeaea 0%, #d6d6d6 100%);
background: linear-gradient(to bottom, #eaeaea 0%, #d6d6d6 100%);
font-size: 13px;
font-weight: 100;
color: #000000;
text-shadow: none;
cursor: pointer;
-moz-text-shadow: none;
-webkit-text-shadow: none;
/*+border-radius:3px;*/
-o-text-shadow: none;
-moz-text-shadow: 0 1px 0 #333e49;
-webkit-text-shadow: 0 1px 0 #333e49;
-o-text-shadow: 0 1px 0 #333e49;
/*+box-shadow:0px 1px #CACACA;*/
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eaeaea', endColorstr='#d6d6d6', GradientType=0);
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
-khtml-border-radius: 3px;
-moz-box-shadow: 0 1px #cacaca;
-webkit-box-shadow: 0 1px #cacaca;
-o-box-shadow: 0 1px #cacaca;
}
.dashboard.admin .dashboard-container.sub .button.view-all:hover,
.dashboard.admin .dashboard-container .button.fetch-latest:hover {
box-shadow: inset 0 0 6px #636363;
/*+box-shadow:inset 0px 0px 6px #636363;*/
background: #e8e8e8;
-moz-box-shadow: inset 0 0 6px #636363;
-webkit-box-shadow: inset 0 0 6px #636363;
-o-box-shadow: inset 0 0 6px #636363;
}
.dashboard.admin .dashboard-container.sub .title {
float: left;
}
/**** Head*/
.dashboard.admin .dashboard-container.head {
float: left;
box-sizing: border-box;
width: 100%;
margin: 9px 0 0;
padding: 0 0;
}
.dashboard.admin .dashboard-container .top {
float: left;
box-sizing: border-box;
width: 100%;
margin: 0;
padding: 4px 4px 8px;
background: #efefef 0 -4px;
color: #ffffff;
}
.dashboard.admin .dashboard-container .title {
float: left;
padding: 5px 0 0 4px;
font-size: 13px;
/*+text-shadow:0px 1px 1px #9A9A9A;*/
font-weight: 100;
text-shadow: 0 1px 1px #9a9a9a;
-moz-text-shadow: 0 1px 1px #9a9a9a;
-webkit-text-shadow: 0 1px 1px #9a9a9a;
-o-text-shadow: 0 1px 1px #9a9a9a;
}
.dashboard.admin .dashboard-container .title span {
color: #000000;
/*+text-shadow:none;*/
text-shadow: none;
-moz-text-shadow: none;
-webkit-text-shadow: none;
-o-text-shadow: none;
}
.dashboard.admin .dashboard-container.head .selects {
float: right;
}
.dashboard.admin .dashboard-container.head .selects .select {
float: left;
margin: 0 0 0 21px;
padding: 0;
}
.dashboard.admin .dashboard-container.head .selects .select label {
display: block;
float: left;
padding: 5px 0 0;
}
.dashboard.admin .dashboard-container.head .selects .select select {
width: 124px;
margin: 3px 0 0 10px;
padding: 0;
}
/**** Charts / stats*/
.dashboard.admin .zone-stats {
position: relative;
width: 100%;
padding: 11px 0;
overflow: auto;
overflow-x: hidden;
}
.dashboard.admin .zone-stats ul {
position: relative;
width: 100%;
}
.dashboard.admin .zone-stats ul li {
position: relative;
z-index: 1;
float: left;
width: 50%;
height: 79px;
font-size: 14px;
cursor: pointer;
}
.dashboard.admin .zone-stats ul li canvas {
position: relative;
z-index: -1;
}
.dashboard.admin .zone-stats ul li:hover {
background: #fff2da;
}
.dashboard.admin .zone-stats ul li .label {
float: left;
width: 161px;
margin: 5px 0 0 22px;
padding: 22px 0 7px;
border-bottom: 1px solid #e2e2e2;
font-weight: 100;
}
.dashboard.admin .zone-stats ul li .info {
float: left;
width: 151px;
margin: 12px 0 0;
white-space: nowrap;
color: #636363;
}
.dashboard.admin .zone-stats ul li .info .name {
margin-top: 8px;
margin-bottom: 9px;
font-size: 12px;
font-weight: bold;
font-weight: 100;
/*[empty]color:;*/
}
.dashboard.admin .zone-stats ul li .pie-chart-container {
position: relative;
position: relative;
float: left;
top: 7px;
left: -8px;
/*+placement:shift -8px 7px;*/
width: 91px;
height: 69px;
overflow: hidden;
}
.dashboard.admin .zone-stats ul li .pie-chart-container .percent-label {
position: relative;
position: absolute;
/*+placement:shift 28px 31px;*/
top: 31px;
left: 28px;
width: 52px;
font-weight: bold;
color: #c98200;
text-align: center;
}
.dashboard.admin .zone-stats ul li .pie-chart {
position: relative;
z-index: -1;
float: left;
width: 70px;
height: 66px;
margin: 3px 27px 0 16px;
}
.dashboard.admin .dashboard-container .stats ul li {
display: block;
clear: both;
width: 97%;
height: 40px;
margin: 0 0 10px;
padding: 0 12px 0;
/*+border-radius:10px;*/
border: 1px solid #c8c2c2;
border-radius: 10px;
border-radius: 10px 10px 10px 10px;
background: url("../images/bg-gradients.png") 0 -29px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
-khtml-border-radius: 10px;
}
.dashboard.admin .dashboard-container .stats ul li .name {
float: left;
width: 178px;
margin: 15px 15px 0 0;
font-size: 11px;
font-weight: bold;
}
.dashboard.admin .dashboard-container .stats ul li div.value {
float: left;
width: 295px;
height: 100%;
margin: 0 9px 0 0;
border-right: 1px solid #c8c2c2;
border-left: 1px solid #c8c2c2;
background: url("../images/bg-gradients.png") 0 -51px;
}
.dashboard.admin .dashboard-container .stats ul li .value .content {
margin: 6px 9px 9px;
padding: 9px;
border-right: 1px solid #6a6a6a;
border-bottom: 1px solid #ffffff;
/*Adjusting the font size for proper display*/
border-left: 1px solid #6a6a6a;
border-radius: 4px;
border-radius: 4px 4px 4px 4px;
background: url("../images/bg-gradients.png") repeat-x 0 0;
/*+border-radius:4px;*/
font-size: 10px;
color: #ffffff;
text-shadow: 0 -1px 1px #6f6f6f;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
/*+text-shadow:0px -1px 1px #6F6F6F;*/
-khtml-border-radius: 4px;
-moz-text-shadow: 0 -1px 1px #6f6f6f;
-webkit-text-shadow: 0 -1px 1px #6f6f6f;
-o-text-shadow: 0 -1px 1px #6f6f6f;
}
.dashboard.admin .dashboard-container .stats ul li .chart {
float: left;
width: 290px;
height: 17px;
margin: 12px 23px 0 0;
padding: 0 1px;
border-top: 1px solid #727272;
/*+border-radius:7px;*/
border-bottom: 1px solid #ffffff;
border-radius: 7px;
border-radius: 7px 7px 7px 7px;
background: url("../images/bg-gradients.png") 0 -130px;
-moz-border-radius: 7px;
-webkit-border-radius: 7px;
-khtml-border-radius: 7px;
}
.dashboard.admin .dashboard-container .stats ul li .chart .chart-line {
height: 15px;
margin: 1px 0 0;
/*+border-radius:10px;*/
border-radius: 10px;
border-radius: 10px 10px 10px 10px;
background: url("../images/bg-gradients.png") 0 -149px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
-khtml-border-radius: 10px;
}
.dashboard.admin .dashboard-container .stats ul li .percentage {
float: left;
margin: 13px 0 0;
font-size: 20px;
font-weight: bold;
/*+text-shadow:0px -2px 1px #FFFFFF;*/
text-shadow: 0 -2px 1px #ffffff;
-moz-text-shadow: 0 -2px 1px #ffffff;
-webkit-text-shadow: 0 -2px 1px #ffffff;
-o-text-shadow: 0 -2px 1px #ffffff;
}
/**** Alerts*/
.dashboard.admin .dashboard-container.sub.alerts {
position: relative;
float: left;
box-sizing: border-box;
height: 190px;
overflow: hidden;
}
.dashboard.admin .dashboard-container.sub.alerts.first {
margin-right: 1%;
}
.dashboard.admin .dashboard-container.sub.alerts .top {
height: 18%;
}
.dashboard.admin .dashboard-container.sub.alerts ul {
position: relative;
width: 100%;
height: 82%;
overflow-y: scroll;
}
.dashboard.admin .dashboard-container.sub.alerts ul li {
float: left;
margin: 9px;
padding: 8px;
/*+border-radius:3px;*/
border: 1px solid #d4d0d0;
border-radius: 3px;
background: #f0f0f0;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
-khtml-border-radius: 3px;
}
.dashboard.admin .dashboard-container.sub.alerts ul li {
border: 1px solid #ff7070;
background: #ffefef;
}
.dashboard.admin .dashboard-container.sub.alerts ul li span.title {
width: 100%;
margin: 3px 0 5px;
padding: 0;
font-size: 14px;
font-weight: bold;
font-weight: 100;
/*+text-shadow:0px 1px #FFFFFF;*/
color: #266e9a;
text-shadow: 0 1px #ffffff;
-moz-text-shadow: 0 1px #ffffff;
-webkit-text-shadow: 0 1px #ffffff;
-o-text-shadow: 0 1px #ffffff;
}
.dashboard.admin .dashboard-container.sub.alerts ul li p {
float: left;
margin: 4px 0 0;
color: #252525;
}
.dashboard.admin .dashboard-container.sub.alerts ul li p br {
display: none;
}
/*** User*/
#browser div.panel .dashboard.user .toolbar {
position: relative;
height: 60px;
}
.dashboard.user .button.view-all {
float: right;
margin: -4px 4px -4px 0;
/*+border-radius:4px;*/
padding: 2px 3px 3px;
border: 1px solid #4b5b6b;
border-radius: 4px;
border-radius: 4px 4px 4px 4px;
background: url("../images/bg-gradients.png") 0 -147px;
color: #ffffff;
/*+text-shadow:0px -1px 2px #13293E;*/
text-indent: 0;
text-shadow: 0 -1px 2px #13293e;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
-khtml-border-radius: 4px;
-moz-text-shadow: 0 -1px 2px #13293e;
-webkit-text-shadow: 0 -1px 2px #13293e;
-o-text-shadow: 0 -1px 2px #13293e;
}
.dashboard.user .button.view-all:hover {
background-position: 0 0;
/*+text-shadow:0px 1px 1px #000000;*/
text-shadow: 0 1px 1px #000000;
-moz-text-shadow: 0 1px 1px #000000;
-webkit-text-shadow: 0 1px 1px #000000;
-o-text-shadow: 0 1px 1px #000000;
}
/**** Actions*/
.dashboard.user .dashboard-actions ul {
padding: 11px;
}
.dashboard.user .dashboard-actions ul li {
float: left;
width: 123px;
height: 40px;
margin: 0 9px 0 0;
border: 1px solid #395268;
/*+border-radius:4px;*/
border-right: 1px solid #556778;
border-radius: 4px;
border-radius: 4px 4px 4px 4px;
box-shadow: inset 0 0 1px #dde3ec;
background: url("../images/bg-gradients.png") repeat-x 0 -181px;
/*+box-shadow:inset 0px 0px 1px #DDE3EC;*/
cursor: pointer;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
-khtml-border-radius: 4px;
-moz-box-shadow: inset 0 0 1px #dde3ec;
-webkit-box-shadow: inset 0 0 1px #dde3ec;
-o-box-shadow: inset 0 0 1px #dde3ec;
}
.dashboard.user .dashboard-actions ul li span {
position: relative;
top: 10px;
/*+text-shadow:0px 1px 2px #444444;*/
left: 4px;
padding: 8px 12px 11px 34px;
background: url("../images/icons.png") no-repeat -613px -309px;
font-size: 11px;
color: #ffffff;
text-shadow: 0 1px 2px #444444;
/*+placement:shift 4px 10px;*/
-moz-text-shadow: 0 1px 2px #444444;
-webkit-text-shadow: 0 1px 2px #444444;
-o-text-shadow: 0 1px 2px #444444;
}
.dashboard.user .dashboard-actions ul li.add-iso span {
background-position: -613px -352px;
}
.dashboard.user .dashboard-actions ul li.add-volume span {
background-position: -613px -264px;
}
.dashboard.user .dashboard-actions ul li.acquire-ip span {
background-position: -613px -389px;
}
/**** VM Status*/
.dashboard.user .vm-status {
width: 98%;
margin: 19px auto auto;
border: 1px solid #d2cdcd;
/*+border-radius:9px;*/
border-radius: 9px;
border-radius: 9px 9px 9px 9px;
-moz-border-radius: 9px;
-webkit-border-radius: 9px;
-khtml-border-radius: 9px;
}
.dashboard.user .vm-status .title {
width: 100%;
padding: 13px 0 12px;
/*+border-radius:10px 10px 0 0;*/
border-bottom: 1px solid #c8c2c2;
border-radius: 10px 10px 0 0;
background: url("../images/bg-gradients.png") 0 -53px;
font-size: 13px;
color: #4a5967;
text-shadow: 0 1px 1px #ffffff;
-moz-border-radius: 10px 10px 0 0;
-webkit-border-radius: 10px 10px 0 0;
/*+text-shadow:0px 1px 1px #FFFFFF;*/
-khtml-border-radius: 10px 10px 0 0;
-moz-text-shadow: 0 1px 1px #ffffff;
-webkit-text-shadow: 0 1px 1px #ffffff;
-o-text-shadow: 0 1px 1px #ffffff;
}
.dashboard.user .vm-status .title span {
padding: 0 0 0 8px;
}
.dashboard.user .vm-status .content {
padding: 9px 0;
}
.dashboard.user .vm-status .content ul {
display: inline-block;
margin: auto;
}
.dashboard.user .vm-status .content ul li {
float: left;
width: 243px;
height: 237px;
margin: 0 0 0 11px;
border: 1px solid #e6ebee;
/*+border-radius:10px;*/
border-top: 2px solid #d3d9de;
border-radius: 10px;
border-radius: 10px 10px 10px 10px;
background: #ebedf1;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
-khtml-border-radius: 10px;
}
.dashboard.user .vm-status .content ul li .name {
margin: 14px 0 0;
padding: 0 0 0 35px;
background: url("../images/icons.png") -617px -488px;
font-size: 28px;
/*+text-shadow:0px 2px 2px #FFFFFF;*/
color: #5c7082;
text-shadow: 0 2px 2px #ffffff;
-moz-text-shadow: 0 2px 2px #ffffff;
-webkit-text-shadow: 0 2px 2px #ffffff;
-o-text-shadow: 0 2px 2px #ffffff;
}
.dashboard.user .vm-status .content ul li .value {
width: 229px;
margin: 12px auto auto;
padding: 59px 0;
/*+text-shadow:0px 1px 2px #FFFFFF;*/
background: #dfe9cc;
font-size: 58px;
color: #5d7c98;
text-align: center;
text-shadow: 0 1px 2px #ffffff;
-moz-text-shadow: 0 1px 2px #ffffff;
-webkit-text-shadow: 0 1px 2px #ffffff;
-o-text-shadow: 0 1px 2px #ffffff;
}
.dashboard.user .vm-status .content ul li.stopped .name {
background-position: -617px -524px;
}
.dashboard.user .vm-status .content ul li.stopped .value {
background: #edcbce;
}
.dashboard.user .vm-status .content ul li.total .name {
background-position: -617px -559px;
}
.dashboard.user .vm-status .content ul li.total .value {
background: #dfe4e9;
}
/***** Tables / status list*/
.dashboard.user .status-lists {
margin: 15px 0 0 8px;
}
.dashboard.user .status-lists ul li.events {
width: 512px;
}
.dashboard.user .status-lists ul li.events .content li {
width: 97%;
margin: 6px 11px 0 0;
padding: 13px 0 12px 16px;
border: 1px solid #dbdbdb;
border-radius: 4px;
border-radius: 4px 4px 4px 4px;
/*+text-shadow:0px 1px #FFFFFF;*/
box-shadow: 0 2px 4px #c0c0c0;
background: #efefef url("../images/bg-gradients.png") repeat-x 0 -29px;
font-size: 11px;
color: #495a76;
text-shadow: 0 1px #ffffff;
/*+box-shadow:0px 2px 4px #C0C0C0;*/
cursor: default;
-moz-text-shadow: 0 1px #ffffff;
-webkit-text-shadow: 0 1px #ffffff;
-o-text-shadow: 0 1px #ffffff;
-moz-box-shadow: 0 2px 4px #c0c0c0;
/*+border-radius:4px;*/
-webkit-box-shadow: 0 2px 4px #c0c0c0;
-o-box-shadow: 0 2px 4px #c0c0c0;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
-khtml-border-radius: 4px;
}
.dashboard.user .status-lists ul li.events .content li .title {
margin-bottom: 9px;
font-weight: bold;
color: #4a5a6a;
}
.dashboard.user .status-lists ul li {
float: left;
margin: 0 10px 0 0;
}
.dashboard.user .status-lists table {
width: 252px;
margin: 0;
cursor: default;
}
.dashboard.user .status-lists table th {
padding: 8px 0 6px;
}
.dashboard.user .status-lists .events table {
width: 515px;
}
.dashboard.user .status-lists table tbody {
display: block;
height: 256px;
padding: 0 0;
overflow: auto;
overflow-x: hidden;
}
.dashboard.user .status-lists table td.value {
cursor: default;
}
.dashboard.user .status-lists table td.desc {
width: 151px;
cursor: default;
overflow: hidden;
}
.dashboard.user .status-lists .my-account table tbody tr td {
padding-top: 19px;
padding-bottom: 19px;
}
.dashboard.user .status-lists table thead {
border-top: 1px solid #c4c5c5;
background: url("../images/bg-gradients.png") 0 -351px;
}
.dashboard.user .status-lists table tr.odd {
background: #dfe1e3;
}
.dashboard.user .status-lists table td {
vertical-align: middle;
}
/****** IP addresses*/
.dashboard.user .status-lists li.ip-addresses td {
width: 250px;
padding: 28px 0 51px;
}
.dashboard.user .status-lists li.ip-addresses .desc {
color: #3f5468;
}
.dashboard.user .status-lists li.ip-addresses .value {
margin: 7px 0 0;
font-size: 29px;
/*+text-shadow:0px 1px 2px #FFFFFF;*/
text-shadow: 0 1px 2px #ffffff;
-moz-text-shadow: 0 1px 2px #ffffff;
-webkit-text-shadow: 0 1px 2px #ffffff;
-o-text-shadow: 0 1px 2px #ffffff;
}
.system-chart {
width: 100%;
height: 100%;
overflow: auto;
overflow-x: hidden;
}
.system-chart ul.resources li {
position: absolute;
width: 100px;
height: 60px;
border: 1px solid #99a0a5;
border-radius: 4px;
border-radius: 4px 4px 4px 4px;
/*+border-radius:4px;*/
box-shadow: 0 0 2px #a6a6a6;
background: transparent url("../images/bg-gradients.png") repeat-x 0 -1340px;
text-align: left;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
/*+box-shadow:0px 0px 2px #A6A6A6;*/
-khtml-border-radius: 4px;
-moz-box-shadow: 0 0 2px #a6a6a6;
-webkit-box-shadow: 0 0 2px #a6a6a6;
-o-box-shadow: 0 0 2px #a6a6a6;
}
.system-chart ul.resources li .button.view-all {
position: relative;
position: absolute;
top: 34px;
/*+placement:shift 32px 34px;*/
left: 32px;
width: 65px;
height: 25px;
background: url("../images/buttons.png") no-repeat -458px -504px;
}
.system-chart ul.resources li .button.view-all:hover {
background-position: -537px -504px;
}
.system-chart ul.resources li .button.view-all .view-all-label {
position: relative;
top: 0;
/*+text-shadow:0px -1px 1px #000000;*/
left: 9px;
font-size: 11px;
color: #ffffff;
text-shadow: 0 -1px 1px #000000;
/*+placement:shift 9px 0px;*/
-moz-text-shadow: 0 -1px 1px #000000;
-webkit-text-shadow: 0 -1px 1px #000000;
-o-text-shadow: 0 -1px 1px #000000;
}
.system-chart ul.resources li .label {
position: relative;
position: absolute;
top: 3px;
/*+text-shadow:0px 1px #FFFFFF;*/
left: 3px;
font-size: 12px;
font-weight: bold;
color: #5c7485;
/*+placement:shift 3px 3px;*/
text-shadow: 0 1px #ffffff;
-moz-text-shadow: 0 1px #ffffff;
-webkit-text-shadow: 0 1px #ffffff;
-o-text-shadow: 0 1px #ffffff;
}
/** Resources*/
.system-chart.dashboard.admin {
width: 97%;
height: 96%;
background: transparent;
}
.system-chart.dashboard.admin .dashboard-container {
width: 930px;
border: 0;
}
.system-chart.dashboard.admin .dashboard-container .top {
background: transparent;
}
.system-chart.dashboard.admin .dashboard-container .top .title {
color: #55687a;
}
.system-chart.dashboard.admin .dashboard-container .top .title span {
/*+text-shadow:0px 0px #FFFFFF;*/
text-shadow: 0 0 #ffffff;
-moz-text-shadow: 0 0 #ffffff;
-webkit-text-shadow: 0 0 #ffffff;
-o-text-shadow: 0 0 #ffffff;
}
.system-chart.dashboard.admin .dashboard-container .stats .chart {
width: 300px;
}
/** Compute*/
.system-chart.compute {
background: url("../images/bg-system-chart-compute.png") no-repeat center;
}
/*** Compute resources*/
.system-chart.compute ul.resources {
position: relative;
width: 98%;
height: 97%;
margin: 0;
}
.system-chart.compute ul.resources li.zone {
left: 196px;
}
.system-chart.compute ul.resources li.zone .label {
top: 20px;
left: 0;
width: 100%;
font-size: 14px;
text-align: center;
}
.system-chart.compute ul.resources li.pods {
top: 112px;
left: 299px;
}
.system-chart.compute ul.resources li.clusters {
top: 189px;
left: 396px;
}
.system-chart.compute ul.resources li.hosts {
top: 265px;
left: 507px;
}
.system-chart.compute ul.resources li.primaryStorage {
top: 375px;
left: 507px;
}
.system-chart.compute ul.resources li.secondaryStorage {
top: 497px;
left: 299px;
}
.system-chart.compute ul.resources li.ucs {
top: 406px;
left: 299px;
}
/** Network*/
.system-chart.network .network-switch-icon {
position: relative;
position: absolute;
z-index: 3;
top: 76px;
left: 187px;
/*+box-shadow:0px 0px 2px #A4A4A4;*/
padding: 8px 7px;
border: 1px solid #cdcdcd;
border-top: 2px solid #ffffff;
border-radius: 2px;
/*+border-radius:2px;*/
border-radius: 2px 2px 2px 2px;
box-shadow: 0 0 2px #a4a4a4;
background: url("../images/bg-gradients.png") repeat-x 0 -38px;
font-weight: bold;
color: #506980;
-moz-box-shadow: 0 0 2px #a4a4a4;
/*+placement:shift 187px 76px;*/
-webkit-box-shadow: 0 0 2px #a4a4a4;
-o-box-shadow: 0 0 2px #a4a4a4;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
-khtml-border-radius: 2px;
}
.system-chart.network .base-circle-icon {
position: relative;
position: absolute;
z-index: 5;
/*+placement:shift 227px 557px;*/
top: 557px;
left: 227px;
width: 35px;
height: 34px;
background: url("../images/bg-system-network-traffic.png") 0 -853px;
}
.system-chart.network ul.resources {
position: absolute;
z-index: 2;
width: 100%;
height: 98%;
}
.system-chart.network ul.resources li {
border: 0;
/*+box-shadow:0px 0px;*/
border-radius: 0;
border-radius: 0 0 0 0;
box-shadow: 0 0;
background: transparent;
-moz-box-shadow: 0 0;
-webkit-box-shadow: 0 0;
-o-box-shadow: 0 0;
-moz-box-shadow: 0 0 none;
-webkit-box-shadow: 0 0 none;
-o-box-shadow: 0 0 none;
-moz-box-shadow: none;
/*+border-radius:0px;*/
-webkit-box-shadow: none;
-o-box-shadow: none;
-moz-border-radius: 0;
-webkit-border-radius: 0;
-khtml-border-radius: 0;
}
.system-chart.network ul.resources li .view-all {
/*+placement:shift 19px 21px;*/
position: relative;
top: 21px;
left: 19px;
}
.system-chart.network ul.resources li.public {
/*+placement:shift 356px 23px;*/
position: relative;
position: absolute;
top: 23px;
left: 356px;
}
.system-chart.network ul.resources li.guest {
/*+placement:shift 356px 155px;*/
position: relative;
position: absolute;
top: 155px;
left: 356px;
}
.system-chart.network ul.resources li.management {
/*+placement:shift 356px 242px;*/
position: relative;
position: absolute;
top: 242px;
left: 356px;
}
.system-chart.network ul.resources li.storage {
/*+placement:shift 356px 333px;*/
position: relative;
position: absolute;
top: 333px;
left: 356px;
}
.system-chart.network ul.resources li.providers {
/*+placement:shift 248px 427px;*/
position: relative;
position: absolute;
top: 427px;
left: 248px;
width: 258px;
height: 77px;
background: url("../images/bg-system-network-traffic.png") no-repeat -50px -848px;
}
.system-chart.network ul.resources li.providers span {
/*+placement:shift 99px 5px;*/
position: relative;
position: absolute;
top: 5px;
left: 99px;
font-size: 12px;
}
.system-chart.network ul.resources li.providers .view-all {
/*+placement:shift 186px 48px;*/
position: relative;
position: absolute;
top: 48px;
left: 186px;
}
.system-chart.network .system-network-chart {
position: relative;
z-index: 1;
width: 100%;
height: 100%;
}
.system-chart.network .system-network-chart .network-chart-item {
width: 213px;
height: 539px;
background: url("../images/bg-system-network-traffic.png") no-repeat;
}
.system-chart.network .system-network-chart .network-chart-item.public {
position: relative;
/*+placement:shift 245px 20px;*/
position: absolute;
top: 20px;
left: 245px;
background-position: -793px -1px;
}
.system-chart.network .system-network-chart .network-chart-item.management {
position: relative;
/*+placement:shift 239px 20px;*/
position: absolute;
top: 20px;
left: 239px;
background-position: -273px 12px;
}
.system-chart.network .system-network-chart .network-chart-item.storage {
position: relative;
/*+placement:shift 231px 20px;*/
position: absolute;
top: 20px;
left: 231px;
background-position: -523px 12px;
}
.system-chart.network .system-network-chart .network-chart-item.guest {
position: relative;
/*+placement:shift 251px 20px;*/
position: absolute;
top: 20px;
left: 251px;
background-position: -43px 12px;
}
.panel .add-first-network-resource {
margin: 37px;
padding: 19px 19px 79px;
border: 1px solid #ececec;
border-radius: 12px;
/*+border-radius:12px;*/
border-radius: 12px 12px 12px 12px;
background: #ffffff;
font-size: 14px;
-moz-border-radius: 12px;
-webkit-border-radius: 12px;
-khtml-border-radius: 12px;
}
.panel .add-first-network-resource form {
display: inline-block;
height: 442px;
overflow: auto;
overflow-x: hidden;
}
.panel .add-first-network-resource .title {
margin: 0 0 17px;
font-size: 26px;
/*+text-shadow:0px 1px 2px #BCBCBC;*/
color: #3984d1;
text-shadow: 0 1px 2px #bcbcbc;
-moz-text-shadow: 0 1px 2px #bcbcbc;
-webkit-text-shadow: 0 1px 2px #bcbcbc;
-o-text-shadow: 0 1px 2px #bcbcbc;
}
.panel .add-first-network-resource .message {
display: block;
margin: 0 0 30px;
color: #545151;
}
.panel .add-first-network-resource .form-item {
display: inline-block;
position: relative;
width: 409px;
margin: 0 0 2px;
padding: 5px;
}
.panel .add-first-network-resource .form-item label {
float: left;
width: 109px;
text-align: right;
}
.panel .add-first-network-resource .form-item label.error {
display: none;
position: absolute;
top: 30px;
left: 137px;
font-size: 10px;
}
.panel .add-first-network-resource .form-item input {
float: right;
/*+border-radius:6px;*/
border: 1px solid #b7b7b7;
border-radius: 6px;
border-radius: 6px 6px 6px 6px;
font-size: 16px;
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
-khtml-border-radius: 6px;
}
.panel .add-first-network-resource .form-item input[type='checkbox'] {
float: right;
margin: 0 266px 0 0;
}
.panel .add-first-network-resource .form-item input[type='text'],
.panel .add-first-network-resource .form-item input[type='password'],
.panel .add-first-network-resource .form-item input[type='text'],
.panel .add-first-network-resource .form-item select {
width: 276px;
}
.panel .add-first-network-resource .form-item select {
width: 280px;
margin: 0 0 0 20px;
}
.panel .add-first-network-resource .button {
clear: both;
margin: 29px 0 0;
padding: 11px 23px 11px 21px;
border: 1px solid #858585;
/*+border-radius:10px;*/
border-radius: 10px;
border-radius: 10px 10px 10px 10px;
background: url("../images/bg-gradients.png") repeat-x 0 -221px;
color: #ffffff;
cursor: pointer;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
-khtml-border-radius: 10px;
/*[empty]position:;*/
}
.panel .add-first-network-resource .multi-array {
display: inline-block;
float: left;
clear: both;
width: 383px;
margin: 3px 0 10px;
padding: 12px;
border: 1px solid #dcdcdc;
border-radius: 7px;
/*+border-radius:7px;*/
border-radius: 7px 7px 7px 7px;
background: #ffffff;
-moz-border-radius: 7px;
-webkit-border-radius: 7px;
-khtml-border-radius: 7px;
}
.panel .add-first-network-resource .multi-array .item {
float: left;
max-width: 155px;
margin: 6px 0 0 24px;
}
.panel .add-first-network-resource .multi-array .item .name {
float: left;
}
.panel .add-first-network-resource .multi-array .item .value {
float: right;
margin: 0 0 0 13px;
}
.panel .add-first-network-resource .multi-array .item .value input {
margin: 0;
}
.multi-wizard {
display: inline-block;
width: 500px;
height: 550px;
}
/*** Progress bar*/
.multi-wizard .progress {
font-size: 11px;
color: #ffffff;
}
.multi-wizard .progress ul {
float: left;
clear: both;
height: 40px;
}
/*[clearfix]*/
.multi-wizard .progress ul li {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
position: relative;
float: left;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
width: 128px;
height: 40px;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.multi-wizard.instance-wizard .progress ul li {
width: 102px;
margin-left: 8px;
}
.multi-wizard .progress ul li.active {
border-radius: 5px;
background: url("../images/bg-gradients.png") 0 -221px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
-khtml-border-radius: 5px;
}
.multi-wizard .progress ul li span {
position: relative;
width: 62px;
color: #000000;
text-align: center;
text-shadow: 0 1px 1px #ffffff;
-moz-text-shadow: 0 1px 1px #ffffff;
-webkit-text-shadow: 0 1px 1px #ffffff;
-o-text-shadow: 0 1px 1px #ffffff;
}
.multi-wizard .progress ul li span.arrow {
display: none;
position: absolute;
/*+placement:displace 74px -3px;*/
z-index: 1000;
width: 17px;
height: 15px;
margin-top: -3px;
margin-left: 74px;
background: url("../images/icons.png") no-repeat 0 -422px;
}
.multi-wizard.instance-wizard .progress ul li span.arrow {
left: 19px;
}
.multi-wizard .progress ul li.active span.arrow {
background-position: -1px -396px;
}
.multi-wizard .progress ul li span.number {
width: auto;
background: transparent;
font-size: 27px;
font-weight: bold;
color: #bbbbbb;
}
.multi-wizard .progress ul li.active span {
/*+text-shadow:0px -1px 1px #004AFF;*/
color: #ffffff;
text-shadow: 0 -1px 1px #004aff;
-moz-text-shadow: 0 -1px 1px #004aff;
-webkit-text-shadow: 0 -1px 1px #004aff;
-o-text-shadow: 0 -1px 1px #004aff;
}
/*** Content*/
.multi-wizard .main-desc {
position: relative;
top: 25px;
left: 3px;
/*+placement:shift 3px 25px;*/
width: 437px;
font-size: 11px;
line-height: 17px;
text-align: left;
}
.multi-wizard .review .main-desc,
.multi-wizard .select-template .main-desc {
left: 0;
margin-left: 10px;
}
.multi-wizard .content {
display: inline-block;
float: left;
width: 440px;
min-height: 366px;
margin: 24px 0 0;
/*+border-radius:4px;*/
padding-bottom: 8px;
border-radius: 4px;
border-radius: 4px 4px 4px 4px;
background: #ffffff;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
-khtml-border-radius: 4px;
}
.multi-wizard .select-security-group .content {
height: 366px;
}
.multi-wizard .content .section {
width: 416px;
margin: 16px auto auto;
border: 1px solid #e0dfdf;
background: #e9e9e9;
font-size: 12px;
color: #505a62;
text-align: left;
overflow: hidden;
}
.multi-wizard.instance-wizard .service-offering .content {
width: 463px;
max-height: 365px;
overflow: auto;
overflow-x: hidden;
}
.multi-wizard .content .section .select-area {
width: 334px;
height: 45px;
margin: 9px auto auto;
background: #d6d6d6;
}
.multi-wizard .content .section .select-area .desc {
float: right;
width: 155px;
padding: 9px 0 0;
font-size: 12px;
color: #989898;
text-align: left;
}
.multi-wizard .content .section .select-area input {
float: left;
margin: 0;
padding: 9px;
}
.multi-wizard .content .section .select-area select {
float: left;
width: 158px;
/*+border-radius:4px;*/
margin: 11px 0 0 14px;
padding: 0;
border-radius: 4px;
border-radius: 4px 4px 4px 4px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
-khtml-border-radius: 4px;
}
.multi-wizard .content .section .select-area input[type='radio'],
.multi-wizard.instance-wizard .content .section.select-template input[type='radio'] {
margin: 14px 16px 0;
}
.multi-wizard .content .section .select-area label {
float: left;
margin: 12px 12px 12px 2px;
font-size: 18px;
color: #62798e;
/*+text-shadow:0px 2px 2px #EFEFEF;*/
text-align: left;
text-shadow: 0 2px 2px #efefef;
-moz-text-shadow: 0 2px 2px #efefef;
-webkit-text-shadow: 0 2px 2px #efefef;
-o-text-shadow: 0 2px 2px #efefef;
}
.multi-wizard .content .section .select-area label.error {
margin: 2px 0 0 14px;
font-size: 10px;
color: #ff0000;
}
.multi-wizard .content .section p {
padding: 0 0 0 40px;
font-size: 11px;
color: #808080;
text-align: left;
}
.multi-wizard .content .section h3 {
margin: 0;
padding: 14px 14px 3px 39px;
font-weight: bold;
color: #62798e;
/*+text-shadow:0px 1px 1px #EFEFEF;*/
text-align: left;
text-shadow: 0 1px 1px #efefef;
-moz-text-shadow: 0 1px 1px #efefef;
-webkit-text-shadow: 0 1px 1px #efefef;
-o-text-shadow: 0 1px 1px #efefef;
}
.multi-wizard .content .section.select-zone {
height: 117px;
}
.multi-wizard .content .section.select-template {
height: 206px;
}
.multi-wizard .content.tab-view {
margin: 31px 0 0;
padding: 0 8px;
background: transparent;
}
.multi-wizard .content.tab-view div.ui-tabs-panel {
clear: both;
width: 98%;
height: 72% !important;
height: 591px;
border: 1px solid #e2dddd;
border-radius: 0 3px 10px 10px;
background: #ffffff;
/*+border-radius:0 3px 10px 10px;*/
overflow: auto;
overflow-x: hidden;
-moz-border-radius: 0 3px 10px 10px;
-webkit-border-radius: 0 3px 10px 10px;
-khtml-border-radius: 0 3px 10px 10px;
}
.multi-wizard .content.tab-view div.ui-tabs-panel.ui-tabs-hide {
display: none;
}
.multi-wizard.instance-wizard .select-iso .content .select .hypervisor {
display: block;
position: relative;
float: left;
clear: both;
/*+placement:shift 0px -6px;*/
top: -6px;
left: 0;
margin: 12px 0 0 58px;
}
.multi-wizard.instance-wizard .select-iso .content .select .hypervisor select {
width: 160px;
}
.multi-wizard.instance-wizard .select-iso .content .select .hypervisor label {
position: relative;
top: 0;
left: 0;
margin-right: 9px;
/*+placement:shift;*/
margin-left: 2px;
font-size: 11px;
color: #000000;
}
.multi-wizard.instance-wizard .select-iso .wizard-step-conditional.select-iso .content .select.selected {
height: 90px;
}
/*** UI widgets*/
.multi-wizard .ui-tabs ul.ui-tabs-nav {
display: block;
display: inline-block;
position: relative;
z-index: 10;
top: 5px;
/*+placement:shift -6px 5px;*/
left: -6px;
height: 41px;
margin-top: 7px;
border: 0;
background: transparent;
overflow: hidden;
}
.multi-wizard .select-iso .ui-tabs ul {
float: left;
top: 1px;
left: 0;
}
.multi-wizard .ui-tabs li.ui-state-active {
background: #ffffff;
}
.multi-wizard .ui-tabs li.ui-state-default a {
padding-right: 0;
padding-left: 0;
}
.multi-wizard .ui-slider {
float: left;
width: 136px;
margin: 8px -2px 3px;
padding: 0;
background: url("../images/bg-gradients.png") 0 -307px !important;
}
.multi-wizard.instance-wizard .ui-slider {
margin: 8px 0 0 2px;
padding: 7px 0 0 8px;
}
.multi-wizard .ui-slider .ui-slider-handle {
display: block;
position: relative;
top: -0.5rem;
width: 18px;
height: 18px;
margin-left: -0.9rem;
border: 0;
outline: none;
background: url("../images/buttons.png") -622px -274px;
}
/*** Select container*/
.multi-wizard .select-container {
height: 352px;
margin: 10px 10px 0;
border: 1px solid #d9dfe1;
border-radius: 4px;
/*+border-radius:4px;*/
border-radius: 4px 4px 4px 4px;
overflow: auto;
overflow-x: hidden;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
-khtml-border-radius: 4px;
}
.multi-wizard .select-container p {
padding: 11px;
background: #dfdfdf;
color: #424242;
}
.multi-wizard .select-container .select {
display: inline-block;
float: left;
width: 100%;
min-height: 35px;
margin: -1px 0 0;
padding: 0 0 14px;
border: 0;
background: #ffffff;
font-size: 13px;
text-align: left;
}
.multi-wizard .select-container .select.odd {
background: #ebeff4;
}
.multi-wizard .select-container .select input {
float: left;
margin: 21px 24px 0;
}
.multi-wizard .select-container .select .select-desc {
display: inline-block;
float: left;
clear: none;
max-width: 335px;
min-height: 28px;
margin: 21px 0 0;
overflow: hidden;
}
.multi-wizard .select-container .select .select-desc .name {
margin: 0 0 5px;
font-weight: bold;
}
.multi-wizard .select-container .select .select-desc .desc {
display: inline-block;
font-size: 11px;
color: #808080;
/*[empty]height:;*/
}
/*** Buttons*/
.multi-wizard .buttons {
position: absolute;
bottom: 10px;
left: 0;
width: 100%;
}
.multi-wizard .buttons .button {
width: 88px;
height: 16px;
padding: 11px 0 8px;
/*+box-shadow:0px 1px 1px #FFFFFF;*/
border: 1px solid #78818f;
border-radius: 4px;
border-radius: 4px 4px 4px 4px;
box-shadow: 0 1px 1px #ffffff;
font-size: 12px;
font-weight: bold;
cursor: pointer;
-moz-box-shadow: 0 1px 1px #ffffff;
/*+border-radius:4px;*/
-webkit-box-shadow: 0 1px 1px #ffffff;
-o-box-shadow: 0 1px 1px #ffffff;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
-khtml-border-radius: 4px;
}
.multi-wizard .buttons .button.next {
/*+placement:float-right 77px 0px;*/
position: relative;
float: right;
top: 0;
left: 77px;
border: 1px solid #0069cf;
/*+text-shadow:0px -1px 1px #465259;*/
border-top: 1px solid #0070fc;
background: #0049ff url("../images/gradients.png") 0 -317px;
font-weight: bold;
color: #ffffff;
text-shadow: 0 -1px 1px #465259;
-moz-text-shadow: 0 -1px 1px #465259;
-webkit-text-shadow: 0 -1px 1px #465259;
-o-text-shadow: 0 -1px 1px #465259;
}
.multi-wizard .buttons .button.next:hover {
border: 1px solid #0035b8;
border-bottom: 1px solid #0062fa;
background-position: -3px -368px;
}
.multi-wizard .buttons .button.next.final {
width: 115px;
margin: 3px 0 0;
padding: 4px 0 9px;
}
.multi-wizard .buttons .button.next.final span {
position: relative;
/*+placement:shift 0px 5px;*/
top: 5px;
left: 0;
padding: 5px 0 5px 30px;
background: url("../images/icons.png") 0 -349px;
}
.multi-wizard .buttons .button.cancel {
position: relative;
/*+placement:float-right -127px 0px;*/
float: right;
top: 0;
left: -127px;
padding: 14px 0 0 0;
border: 0;
/*+border-radius:0;*/
border-radius: 0;
border-radius: 0 0 0 0;
box-shadow: 0 0;
background: transparent;
color: #808080;
text-shadow: 0 1px 1px #ffffff;
/*+box-shadow:0px 0px;*/
-moz-border-radius: 0;
-webkit-border-radius: 0;
-khtml-border-radius: 0;
-moz-box-shadow: 0 0;
-webkit-box-shadow: 0 0;
-o-box-shadow: 0 0;
-moz-box-shadow: 0 0 inherit;
-webkit-box-shadow: 0 0 inherit;
-o-box-shadow: 0 0 inherit;
-moz-box-shadow: inherit;
/*+text-shadow:0px 1px 1px #FFFFFF;*/
-webkit-box-shadow: inherit;
-o-box-shadow: inherit;
-moz-text-shadow: 0 1px 1px #ffffff;
-webkit-text-shadow: 0 1px 1px #ffffff;
-o-text-shadow: 0 1px 1px #ffffff;
}
.multi-wizard .buttons .button.cancel:hover {
color: #5e5e5e;
}
.multi-wizard .buttons .button.previous {
margin-left: 27px;
background: #d6d6d6;
color: #62798e;
}
.multi-wizard .buttons .button.previous:hover {
background: #c6c6c6;
}
/** Instance wizard
** Select ISO*/
.multi-wizard.instance-wizard .select-iso .select-container {
height: 260px;
margin: 0;
/*+border-radius:0 0 5px 5px;*/
border-radius: 0 0 5px 5px;
-moz-border-radius: 0 0 5px 5px;
-webkit-border-radius: 0 0 5px 5px;
-khtml-border-radius: 0 0 5px 5px;
}
/*** Data disk offering*/
.multi-wizard.instance-wizard .content .section {
margin: 12px 0 15px 8px;
padding: 9px 0 16px;
}
.multi-wizard.instance-wizard .content .section.no-thanks {
box-sizing: border-box;
width: 426px;
}
.multi-wizard.instance-wizard .data-disk-offering .select-container,
.multi-wizard.instance-wizard .sshkeyPairs .select-container {
height: 300px;
margin: -7px 6px 0 8px;
/*+border-radius:6px;*/
border-radius: 6px;
border-radius: 6px 6px 6px 6px;
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
-khtml-border-radius: 6px;
}
.multi-wizard.instance-wizard .data-disk-offering .disk-select-group {
float: left;
width: 100%;
margin-top: 12px;
}
.multi-wizard.instance-wizard .data-disk-offering .disk-select-header {
height: 17px;
/*+border-radius:4px;*/
padding: 6px;
border-bottom: 1px solid #d4d4d4;
border-radius: 4px;
background: #c2c2c2 0 4px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
-khtml-border-radius: 4px;
}
.multi-wizard.instance-wizard .disk-select-group.selected .disk-select-header {
border-radius: 4px 4px 0 0;
/*+border-radius:4px 4px 0 0;*/
background: #505050;
-moz-border-radius: 4px 4px 0 0;
-webkit-border-radius: 4px 4px 0 0;
-khtml-border-radius: 4px 4px 0 0;
}
.multi-wizard.instance-wizard .data-disk-offering .disk-select-header input {
float: left;
}
.multi-wizard.instance-wizard .data-disk-offering .disk-select-header .title {
float: left;
padding: 2px;
font-size: 14px;
}
.multi-wizard.instance-wizard .disk-select-group.selected .disk-select-header .title {
color: #ffffff;
/*+text-shadow:0px -1px #000000;*/
text-shadow: 0 -1px #000000;
-moz-text-shadow: 0 -1px #000000;
-webkit-text-shadow: 0 -1px #000000;
-o-text-shadow: 0 -1px #000000;
}
.multi-wizard.instance-wizard .data-disk-offering .multi-disk-select-container {
max-height: 257px;
padding: 13px;
border: 1px solid #dddbdb;
background: #e4e4e4;
overflow: auto;
}
.multi-wizard.instance-wizard .data-disk-offering .disk-select-group .select-container {
display: none;
float: left;
max-height: 114px;
margin: 0;
/*+border-radius:0;*/
border: 0;
border-radius: 0;
-moz-border-radius: 0;
-webkit-border-radius: 0;
-khtml-border-radius: 0;
}
.multi-wizard.instance-wizard .data-disk-offering .disk-select-group.selected .select-container {
display: block;
}
.multi-wizard.instance-wizard .data-disk-offering .disk-select-group .select {
height: 0;
padding: 0 0 17px;
}
.multi-wizard.instance-wizard .data-disk-offering .disk-select-group.custom-size .section.custom-size {
display: block !important;
}
.multi-wizard.instance-wizard .data-disk-offering .disk-select-group .select input {
margin: 13px 12px 12px;
}
.multi-wizard.instance-wizard .data-disk-offering .disk-select-group .select-desc {
margin: 13px 0 0;
}
.multi-wizard.instance-wizard .data-disk-offering.required .select-container {
position: relative;
height: 344px;
margin-top: 9px !important;
}
.multi-wizard.instance-wizard .custom-slider-container .select-container {
height: 279px;
}
.multi-wizard.instance-wizard .custom-slider-container .select-container {
height: 213px;
margin: -7px 6px 0 8px;
/*+border-radius:6px;*/
border-radius: 6px;
border-radius: 6px 6px 6px 6px;
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
-khtml-border-radius: 6px;
}
.multi-wizard.instance-wizard .content .section input {
float: left;
}
.multi-wizard.instance-wizard .content .section input[type='radio'] {
margin: 8px 2px 0 17px;
}
.multi-wizard.instance-wizard .content .section label {
display: block;
float: left;
margin: 10px 7px 7px;
}
.multi-wizard.instance-wizard .content .section .select-area label {
margin: 12px 0 0;
}
.multi-wizard.instance-wizard .content .section label.size {
font-weight: bold;
color: #647a8e;
/*+text-shadow:0px 1px 1px #FFFFFF;*/
text-shadow: 0 1px 1px #ffffff;
-moz-text-shadow: 0 1px 1px #ffffff;
-webkit-text-shadow: 0 1px 1px #ffffff;
-o-text-shadow: 0 1px 1px #ffffff;
}
.multi-wizard.instance-wizard .section.custom-size {
position: relative;
box-sizing: border-box;
width: 100%;
margin: 12px 0;
padding: 7px;
border-radius: 4px;
background: #f4f4f4;
}
.multi-wizard.instance-wizard .section.custom-size.custom-disk-size {
width: 426px;
margin-left: 8px;
}
.multi-wizard.instance-wizard .section.custom-iops {
position: relative;
padding: 7px;
border-radius: 4px;
background: #f4f4f4;
}
.multi-wizard.instance-wizard .section.custom-iops-do {
position: relative;
box-sizing: border-box;
width: 426px;
padding: 7px;
border-radius: 4px;
background: #f4f4f4;
}
.multi-wizard.instance-wizard .section.custom-size input[type='radio'] {
float: left;
}
.multi-wizard.instance-wizard .section.custom-size input[type='text'] {
float: left;
width: 28px;
margin: 6px -1px 0 8px;
}
.multi-wizard.instance-wizard .section.custom-iops input[type='text'] {
float: left;
width: 28px;
margin: 6px -1px 0 8px;
}
.multi-wizard.instance-wizard .section.custom-iops-do input[type='text'] {
float: left;
width: 28px;
margin: 6px -1px 0 8px;
}
.multi-wizard.instance-wizard .section.custom-size label.error {
position: absolute;
top: 29px;
left: 242px;
font-size: 10px;
}
.instance-wizard .step.data-disk-offering.custom-slider-container .select-container {
height: 272px;
}
.instance-wizard .step.service-offering.custom-slider-container .select-container {
height: 272px;
}
.instance-wizard .step.data-disk-offering.custom-iops-do .select-container {
height: 240px;
}
.instance-wizard .step.data-disk-offering.custom-slider-container.custom-iops-do .select-container {
height: 176px;
}
.instance-wizard .step.service-offering.required.custom-slider-container .select-container {
height: 315px;
}
.instance-wizard .step.data-disk-offering.required.custom-slider-container .select-container {
height: 315px;
}
.instance-wizard .step.data-disk-offering.required.custom-iops-do .select-container {
height: 295px;
}
.instance-wizard .step.data-disk-offering.required.custom-slider-container.custom-iops-do .select-container {
height: 223px;
}
.instance-wizard .step.data-disk-offering .custom-iops-do {
display: none;
}
.instance-wizard .step.data-disk-offering.custom-iops-do .custom-iops-do {
display: block;
}
.instance-wizard .step.data-disk-offering .custom-iops-do .field {
float: left;
width: 30%;
margin-bottom: 5px;
}
.instance-wizard .step.data-disk-offering .custom-iops-do .field label {
text-indent: 20px;
}
.instance-wizard .step.data-disk-offering .custom-iops-do .field input {
width: 88%;
margin-left: 26px;
}
/*** Compute offering*/
.instance-wizard .step.service-offering.custom-size .select-container {
height: 235px;
}
.instance-wizard .step.service-offering.custom-iops .select-container {
height: 235px;
}
.instance-wizard .step.service-offering .custom-size {
display: none;
}
.instance-wizard .step.service-offering .custom-iops {
display: none;
}
.instance-wizard .step.service-offering.custom-size .custom-size {
display: block;
}
.instance-wizard .step.service-offering.custom-iops .custom-iops {
display: block;
}
.instance-wizard .step.service-offering .custom-size .field {
float: left;
width: 30%;
margin-bottom: 13px;
}
.instance-wizard .step.service-offering .custom-iops .field {
float: left;
width: 30%;
margin-bottom: 13px;
}
.instance-wizard .step.service-offering .custom-size .field label {
text-indent: 20px;
}
.instance-wizard .step.service-offering .custom-iops .field label {
text-indent: 20px;
}
.instance-wizard .step.service-offering .custom-size .field input {
width: 88%;
margin-left: 26px;
}
.instance-wizard .step.service-offering .custom-size .field label.error {
position: relative;
top: 0;
left: 0;
}
.instance-wizard .step.service-offering .custom-iops .field input {
width: 88%;
margin-left: 26px;
}
/*** Network*/
.multi-wizard.instance-wizard .no-network {
position: absolute;
z-index: 1;
top: 98px;
left: 11px;
width: 773px;
height: 52px;
/*+border-radius:5px;*/
padding: 162px 0 194px;
border-radius: 5px;
border-radius: 5px 5px 5px 5px;
background: #ffffff;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
-khtml-border-radius: 5px;
}
.multi-wizard.instance-wizard .no-network p {
font-size: 22px;
line-height: 25px;
}
.multi-wizard.instance-wizard .select-network .select table {
float: left;
width: 405px;
margin: 4px 12px 0;
}
.multi-wizard.instance-wizard .select-network .select table thead {
margin: 0;
padding: 0;
}
.multi-wizard.instance-wizard .select-network .select table td {
vertical-align: top;
margin: 0;
padding: 0;
}
.multi-wizard.instance-wizard .select-network .select table .select-container {
height: 223px;
margin: 0;
border: 0;
}
.multi-wizard.instance-wizard .select-network.no-add-network .select table .select-container {
height: 282px;
}
.multi-wizard.instance-wizard .select-network .select.new-network table .select-container {
height: 29px;
overflow: visible;
}
.multi-wizard.instance-wizard .select-network .select.new-network table .select-container .select {
position: relative;
margin: -12px 0 0;
text-align: right;
}
.multi-wizard.instance-wizard .select-network .select.new-network table .select-container .select select {
position: relative;
top: 0;
/*+placement:shift;*/
left: 0;
width: 145px;
margin: 4px 0 0;
}
.multi-wizard.instance-wizard .select-network .select.new-network {
margin: -17px 0 0;
}
.multi-wizard.instance-wizard .select-network.no-add-network .select.new-network {
display: none !important;
}
.multi-wizard.instance-wizard .select-network .main-desc {
float: left;
top: 12px;
left: 12px;
width: 252px;
}
.multi-wizard.instance-wizard .select-network .select .secondary-input {
float: right;
width: 80px;
height: 48px;
border-left: 1px solid #d7d7d7;
font-size: 11px;
color: #000000;
}
.multi-wizard.instance-wizard .select-network .select.advanced .secondary-input {
height: 73px;
}
.multi-wizard.instance-wizard .select-network .select .secondary-input input {
position: relative;
top: 21px;
/*+placement:shift 9px 21px;*/
left: 9px;
margin: 0 !important;
padding: 0 !important;
}
.multi-wizard.instance-wizard .select-network .select .secondary-input .name {
position: relative;
/*+placement:shift -16px 22px;*/
float: right;
top: 22px;
left: -16px;
}
.multi-wizard.instance-wizard .select-network .select-container .select {
position: relative;
float: left;
width: 100%;
padding: 0;
}
.multi-wizard.instance-wizard .select-network .select-container .select.advanced {
height: 74px;
}
.multi-wizard.instance-wizard .select-network .select .advanced-options {
float: right;
width: 20px;
height: 20px;
margin-top: 15px;
margin-right: 13px;
background: url("../images/sprites.png") -7px -795px;
cursor: pointer;
}
.multi-wizard.instance-wizard .select-network .select .advanced-options:hover,
.multi-wizard.instance-wizard .select-network .select.advanced .advanced-options {
background: url("../images/sprites.png") -32px -795px;
}
.multi-wizard.instance-wizard .select-network .select .specify-ip {
display: none;
position: absolute;
top: 45px;
left: 0;
width: 100%;
}
.multi-wizard.instance-wizard .select-network .select.advanced .specify-ip {
display: block;
}
.multi-wizard.instance-wizard .select-network .select.advanced .specify-ip input {
width: 138px;
margin: 0 0 0 15px;
}
.multi-wizard.instance-wizard .select-network .select-container .select input {
float: left;
margin: 21px 15px 0;
}
.multi-wizard.instance-wizard .select-network .select-container .select label {
float: left;
margin: 4px 0 0 42px;
font-size: 11px;
color: #4e6b82;
}
.multi-wizard.instance-wizard .select-network .select-vpc {
float: left;
margin: 7px 0 7px 7px;
padding: 3px;
}
.multi-wizard.instance-wizard .select-network.no-add-network .select-vpc {
visibility: hidden !important;
}
.multi-wizard.instance-wizard .select-network .select-vpc select {
width: 124px;
}
.multi-wizard.instance-wizard .select-network .select-vpc label {
font-size: 10px;
}
/**** New networ*/
.multi-wizard.instance-wizard .select-network .select.new-network .advanced-options {
/*+placement:shift 379px 15px;*/
position: relative;
position: absolute;
top: 15px;
left: 379px;
}
.multi-wizard.instance-wizard .select-network .select.new-network .select.advanced {
position: relative;
height: 106px;
}
.multi-wizard.instance-wizard .select-network .select.new-network.unselected .select.advanced {
height: auto;
}
.multi-wizard.instance-wizard .select-network .select.new-network .select.advanced .specify-ip {
top: 74px;
left: 29px;
}
.multi-wizard.instance-wizard .select-network .select.new-network .hide-if-selected {
display: none;
}
.multi-wizard.instance-wizard .select-network .select.new-network.unselected .hide-if-unselected {
display: none;
}
.multi-wizard.instance-wizard .select-network .select.new-network.unselected .hide-if-selected {
display: block;
}
.multi-wizard.instance-wizard .select-network .select.new-network input {
margin-top: 24px;
}
.multi-wizard.instance-wizard .select-network .select.new-network .field {
/*+placement:shift 41px 21px;*/
position: relative;
position: absolute;
top: 21px;
left: 41px;
font-size: 11px;
color: #000000;
}
.multi-wizard.instance-wizard .select-network .select.new-network .field .name {
float: left;
width: 99px;
padding: 3px 0 0;
/*[empty]display:;*/
}
.multi-wizard.instance-wizard .select-network .select.new-network .field .value {
float: left;
}
.multi-wizard.instance-wizard .select-network .select.new-network .field .value input {
width: 138px;
margin: 0 0 0 11px;
}
.multi-wizard.instance-wizard .select-network .select.new-network label.error {
display: none !important;
}
.multi-wizard.instance-wizard .select-network .select.new-network .secondary-input {
width: 97px;
padding: 13px 0 17px;
}
.multi-wizard.instance-wizard .select-network .select.new-network .secondary-input .name {
margin: 0 17px 0 0;
}
.multi-wizard.instance-wizard .select-network .select.new-network .select-desc {
width: 255px;
}
.multi-wizard.instance-wizard .select-network .select-container .select .select-desc .desc {
float: left;
max-width: 113px;
font-size: 11px;
color: #808080;
}
.multi-wizard.instance-wizard .select-network .select-container .select .select-desc .name {
float: left;
width: 116px;
margin: 0 16px 0 0;
font-size: 11px;
font-weight: normal;
color: #000000;
}
.multi-wizard.instance-wizard .select-network .select.new-network .select-desc .name {
width: 99px;
margin: 4px 0 0;
}
.multi-wizard.instance-wizard .select-network .select.new-network.unselected .select-desc .name {
color: #808080;
}
/*** Confirmation*/
.multi-wizard .review .select-container .select {
height: 35px;
padding: 0;
}
.multi-wizard .review .select-container .select .name {
float: left;
width: 127px;
margin: 13px 22px 0 14px;
font-size: 11px;
}
.multi-wizard .review .select-container .select .value {
float: left;
width: 136px;
margin: 9px 21px 0;
}
.multi-wizard .review .select-container .select .value span {
font-size: 10px;
}
.multi-wizard .review .select-container .select .edit {
float: right;
height: 18px;
margin: 11px 20px 0 0;
padding: 0 0 0 20px;
background: url("../images/icons.png") -10px -452px;
cursor: pointer;
}
.multi-wizard .review .select-container .select.odd .edit a {
background: #ebeff4;
}
.multi-wizard .review .select-container .select .edit a {
padding: 5px 0 8px;
background: #ffffff;
font-size: 10px;
color: #0000ff;
text-decoration: none;
}
.multi-wizard .review .select-container .select input,
.multi-wizard .review .select-container .select select {
float: left;
width: 151px;
margin: 0;
}
/*** Diagram*/
.multi-wizard.instance-wizard .diagram {
position: absolute;
top: 109px;
left: 465px;
width: 1px;
height: 502px;
}
.multi-wizard.instance-wizard .diagram .part {
background: url("../images/instance-wizard-parts.png") no-repeat 0 0;
}
.multi-wizard.instance-wizard .diagram .part.zone-plane {
position: absolute;
width: 354px;
height: 117px;
/*+placement:displace -38px 259px;*/
margin-top: 259px;
background-position: -38px -55px;
}
.multi-wizard.instance-wizard .diagram .part.computer-tower-front {
position: absolute;
width: 95px;
height: 254px;
/*+placement:displace 44px 92px;*/
margin-top: 92px;
margin-left: 44px;
background-position: -54px -210px;
}
.multi-wizard.instance-wizard .diagram .part.computer-tower-back {
position: absolute;
width: 194px;
height: 271px;
/*+placement:displace 138px 74px;*/
margin-top: 74px;
margin-left: 138px;
background-position: -148px -192px;
}
.multi-wizard.instance-wizard .diagram .part.os-drive {
position: absolute;
width: 194px;
height: 86px;
/*+placement:displace 138px 74px;*/
margin-top: 74px;
margin-left: 138px;
background-position: -348px -192px;
}
.multi-wizard.instance-wizard .diagram .part.cpu {
position: absolute;
width: 194px;
height: 49px;
/*+placement:displace 138px 156px;*/
margin-top: 156px;
margin-left: 138px;
background-position: -344px -278px;
}
.multi-wizard.instance-wizard .diagram .part.hd {
position: absolute;
width: 194px;
height: 44px;
/*+placement:displace 138px 208px;*/
margin-top: 208px;
margin-left: 138px;
background-position: -344px -331px;
}
.multi-wizard.instance-wizard .diagram .part.network-card {
position: absolute;
width: 194px;
height: 44px;
/*+placement:displace 138px 260px;*/
margin-top: 260px;
margin-left: 138px;
background-position: -344px -380px;
}
/** Add zone wizard*/
.multi-wizard.zone-wizard {
display: block;
height: 675px;
}
.multi-wizard.zone-wizard ul.subnav {
position: relative;
/*+placement:shift 30px 104px;*/
position: absolute;
top: 104px;
left: 30px;
text-align: left;
list-style: disc inside;
}
.multi-wizard.zone-wizard ul.subnav li {
float: left;
height: 20px;
margin-right: 34px;
padding: 0;
font-size: 12px;
white-space: nowrap;
color: #9a9a9a;
text-transform: uppercase;
list-style: none;
}
.multi-wizard.zone-wizard ul.subnav li:after {
content: '>';
position: relative;
/*+placement:shift 4px -1px;*/
top: -1px;
left: 4px;
font-size: 13px;
}
.multi-wizard.zone-wizard ul.subnav li.active {
color: #0000ff;
}
.multi-wizard.zone-wizard .ui-tabs-panel {
height: 422px;
overflow: auto;
overflow-x: hidden;
}
.multi-wizard.zone-wizard ul.ui-tabs-nav {
/*+placement:shift 0px 0px;*/
position: relative;
float: left;
top: 0;
left: 0;
margin: 6px 0 3px 3px;
}
.multi-wizard.zone-wizard .select-container {
height: 333px;
overflow: auto;
}
.multi-wizard.zone-wizard .setup-guest-traffic .select-container {
background: #e9eaeb;
overflow: hidden;
}
.multi-wizard.zone-wizard .setup-guest-traffic.basic .select-container {
background: #ffffff;
}
.multi-wizard.zone-wizard .main-desc {
position: relative;
float: left;
/*+placement:shift 0;*/
top: 0;
left: 0;
width: 516px;
margin: 23px 0 0 6px;
font-size: 14px;
font-weight: 100;
color: #424242;
}
.multi-wizard.zone-wizard .review .main-desc.pre-setup {
position: relative;
top: 153px;
left: 0;
left: -10px;
width: 90%;
margin-left: 50px;
padding: 1px 0 1px 20px;
background: url("../images/icons.png") no-repeat 74px -224px;
/*+placement:shift 0px 153px;*/
font-size: 18px;
font-weight: 100;
color: #2c4159;
text-align: center;
/*+text-shadow:0px 1px #FFFFFF;*/
text-shadow: 0 1px #ffffff;
-moz-text-shadow: 0 1px #ffffff;
-webkit-text-shadow: 0 1px #ffffff;
-o-text-shadow: 0 1px #ffffff;
}
.multi-wizard.zone-wizard .info-desc {
float: left;
width: 698px;
margin: 29px 0 68px 5px;
padding: 11px;
border: 1px solid #c7c7c7;
border-radius: 4px;
border-radius: 4px 4px 4px 4px;
background: #ffffff;
font-size: 11px;
text-align: left;
/*+border-radius:4px;*/
overflow: auto;
overflow-x: hidden;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
-khtml-border-radius: 4px;
}
.multi-wizard.zone-wizard .setup-storage-traffic .info-desc {
margin-bottom: 10px;
}
.multi-wizard.zone-wizard .setup-public-traffic .info-desc,
.multi-wizard.zone-wizard .setup-guest-traffic .info-desc,
.multi-wizard.zone-wizard .setup-physical-network .info-desc {
margin-bottom: 12px;
}
.multi-wizard.zone-wizard .info-desc strong {
font-weight: bold;
}
.multi-wizard.zone-wizard .main-desc em {
font-weight: bold;
text-decoration: underline;
}
.multi-wizard.zone-wizard .progress ul li {
width: 107px;
margin-left: 7px;
padding: 0 32px 0 0;
}
.multi-wizard.zone-wizard .progress ul li span {
width: 102px;
}
.multi-wizard.zone-wizard .progress ul li span.arrow {
margin: -4px 0 0 109px;
}
.multi-wizard.zone-wizard .select-network .content .section {
position: relative;
top: 14px;
/*+placement:shift 0px 14px;*/
left: 0;
width: 665px;
height: 430px;
}
.multi-wizard.zone-wizard .select-network .content {
float: none;
width: 100%;
height: 461px;
margin: 7px auto auto;
padding-bottom: 28px;
}
.multi-wizard.zone-wizard .select-network-model .select-area {
position: relative;
width: 586px;
height: 181px;
}
.multi-wizard.zone-wizard .select-network-model .select-area.basic-zone {
height: 105px;
}
.multi-wizard.zone-wizard .select-network-model .select-area.advanced-zone {
height: 233px;
}
.multi-wizard.zone-wizard .select-network-model .select-area .isolation-mode {
position: absolute;
float: left;
top: 114px;
left: 9px;
height: 98px;
margin: 5px 0 0;
overflow: hidden;
}
.multi-wizard.zone-wizard .select-network-model .select-area.disabled .isolation-mode {
/*+opacity:50%;*/
opacity: 0.5;
filter: alpha(opacity=50);
-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
-moz-opacity: 0.5;
}
.multi-wizard.zone-wizard .select-network-model .select-area .isolation-mode .title {
position: relative;
top: 2px;
/*+placement:shift 36px 2px;*/
left: 36px;
font-size: 15px;
color: #5d7387;
}
.multi-wizard.zone-wizard .select-network-model .select-area .desc {
position: relative;
top: 12px;
left: -27px;
width: 373px;
height: 70px;
/*+placement:shift -27px 12px;*/
padding: 12px 18px 25px;
border-radius: 7px;
border-radius: 7px 7px 7px 7px;
/*+border-radius:7px;*/
background: #efefef;
line-height: 19px;
color: #727272;
-moz-border-radius: 7px;
-webkit-border-radius: 7px;
-khtml-border-radius: 7px;
}
.multi-wizard.zone-wizard .select-network-model .select-area.basic-zone .desc {
padding-bottom: 4px;
}
.multi-wizard.zone-wizard .select-network-model .select-area .desc em {
font-weight: bold;
text-decoration: underline;
}
.multi-wizard.zone-wizard .select-network-model .select-area .isolation-mode .select-area {
width: 586px;
height: 61px;
margin: 0;
padding: 0 0 9px;
background: none;
overflow: hidden;
}
.multi-wizard.zone-wizard .select-network-model .select-area .isolation-mode .select-area label {
margin: 24px 0 0 2px;
font-size: 11px;
}
.multi-wizard.zone-wizard .select-network-model .select-area .isolation-mode .select-area input {
margin: 26px 0 11px;
}
.multi-wizard.zone-wizard .select-network-model .select-area .isolation-mode .select-area input {
margin: 24px 8px 0 12px !important;
padding: 0 !important;
}
.multi-wizard.zone-wizard .select-network-model .select-area .isolation-mode .select-area .desc {
position: relative;
float: right;
top: 12px;
left: -27px;
width: 388px;
height: 29px;
margin-right: 9px;
/*+placement:shift -27px 12px;*/
padding: 6px 7px 11px;
background: #efefef;
font-size: 11px;
}
.multi-wizard.zone-wizard .content.input-area {
width: 721px;
min-height: inherit;
margin: -50px auto auto 4px;
overflow: auto;
overflow-x: hidden;
}
/*** Add physical network -- network form items*/
.multi-wizard.zone-wizard .setup-physical-network .content.input-area {
position: relative;
width: 627px;
height: 396px;
background: transparent;
}
.multi-wizard.zone-wizard .setup-physical-network .drag-helper-icon {
position: relative;
position: absolute;
top: 303px;
/*+placement:shift 134px 303px;*/
left: 134px;
width: 80px;
height: 84px;
background: url("../images/sprites.png") no-repeat 0 -1365px;
}
.multi-wizard.zone-wizard .select-container.multi {
display: inline-block;
float: right;
width: 490px;
height: auto;
margin: 6px auto auto;
border: 1px solid #bfbfbf;
border-radius: 4px;
/*+border-radius:4px;*/
border-radius: 4px 4px 4px 4px;
box-shadow: inset 0 1px 2px #cbcaca;
background: #f8f6f6;
overflow: visible;
-moz-border-radius: 4px;
/*+box-shadow:inset 0px 1px 2px #CBCACA;*/
-webkit-border-radius: 4px;
-khtml-border-radius: 4px;
-moz-box-shadow: inset 0 1px 2px #cbcaca;
-webkit-box-shadow: inset 0 1px 2px #cbcaca;
-o-box-shadow: inset 0 1px 2px #cbcaca;
/*[empty]display:;*/
}
.multi-wizard.zone-wizard .select-container.multi.disabled {
opacity: 0.4;
/*+opacity:40%;*/
border: 1px dotted #a7a7a7;
filter: alpha(opacity=40);
-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
-moz-opacity: 0.4;
}
.multi-wizard.zone-wizard .select-container.multi .physical-network-icon {
float: left;
width: 61px;
height: 53px;
border-right: 1px solid #cdcdcd;
background: url("../images/sprites.png") -109px -1393px;
}
.multi-wizard.zone-wizard .select-container.multi input {
width: 195px !important;
margin: 2px 0 0 17px !important;
}
.multi-wizard.zone-wizard .select-container.multi .field {
width: 425px;
height: 46px;
margin-top: -6px;
}
.multi-wizard.zone-wizard .select-container.multi .field .name {
width: 93%;
margin-left: 17px;
}
.multi-wizard.zone-wizard .select-container.multi .drop-container {
position: relative;
clear: both;
width: 484px;
height: 114px;
border: 3px dashed #bbbfc4;
/*+border-radius:4px;*/
border-radius: 4px;
border-radius: 4px 4px 4px 4px;
background: #dae2ec;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
-khtml-border-radius: 4px;
}
.multi-wizard.zone-wizard .select-container.multi .drop-container ul {
position: absolute;
/*+border-radius:5px;*/
top: 4px;
left: 2px;
width: 99%;
height: 94%;
border-radius: 5px;
border-radius: 5px 5px 5px 5px;
background: #dae2ec;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
-khtml-border-radius: 5px;
}
.multi-wizard.zone-wizard .select-container.multi .drop-container ul.active {
background: #dfeaff;
}
.multi-wizard.zone-wizard .select-container.multi .drop-container ul li {
float: left;
margin: 2px 17px 0 29px;
}
.multi-wizard.zone-wizard .select-container.multi .drop-container span.empty-message {
position: relative;
top: 45px;
left: 0;
/*+placement:shift 0px 45px;*/
font-size: 13px;
color: #959ba0;
text-align: center;
}
/*** Add physical network -- traffic type drag area*/
.multi-wizard.zone-wizard .traffic-types-drag-area {
position: relative;
float: left;
top: 0;
left: 3px;
/*+border-radius:4px;*/
width: 96px;
height: 370px;
margin: 8px 0 0;
padding: 0;
border: 1px solid #dccaca;
border-radius: 4px;
border-radius: 4px 4px 4px 4px;
background: #f0f1f2;
text-align: left;
/*+placement:shift 3px 0px;*/
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
-khtml-border-radius: 4px;
}
.multi-wizard.zone-wizard .traffic-types-drag-area .header {
margin: 0;
padding: 8px 0 7px;
border-bottom: 1px solid #dccaca;
border-radius: 4px 4px 0 0;
/*+text-shadow:0px 1px 1px #FFFFFF;*/
background: #f8f8f8;
font-size: 13px;
font-weight: bold;
color: #5c5c5c;
text-align: center;
text-shadow: 0 1px 1px #ffffff;
-moz-text-shadow: 0 1px 1px #ffffff;
/*+border-radius:4px 4px 0 0;*/
-webkit-text-shadow: 0 1px 1px #ffffff;
-o-text-shadow: 0 1px 1px #ffffff;
-moz-border-radius: 4px 4px 0 0;
-webkit-border-radius: 4px 4px 0 0;
-khtml-border-radius: 4px 4px 0 0;
}
.multi-wizard.zone-wizard .traffic-types-drag-area > ul {
width: 100%;
}
.multi-wizard.zone-wizard .traffic-types-drag-area > ul > li {
float: left;
width: 100%;
height: 83px;
margin: 16px 13px 0 0;
background: transparent;
font-size: 11px;
}
.multi-wizard.zone-wizard .traffic-types-drag-area > ul > li.required {
display: none;
}
.multi-wizard.zone-wizard .traffic-types-drag-area > ul > li.required.clone {
display: block;
}
.multi-wizard.zone-wizard .traffic-types-drag-area > ul > li ul.container {
width: 60px;
height: 54px;
margin-left: 16px;
border-bottom: 1px solid #ffffff;
/*+border-radius:5px;*/
border-radius: 5px;
border-radius: 5px 5px 5px 5px;
box-shadow: inset 0 2px 4px #999696;
background: #e4e4e4;
-moz-border-radius: 5px;
/*+box-shadow:inset 0px 2px 4px #999696;*/
-webkit-border-radius: 5px;
-khtml-border-radius: 5px;
-moz-box-shadow: inset 0 2px 4px #999696;
-webkit-box-shadow: inset 0 2px 4px #999696;
-o-box-shadow: inset 0 2px 4px #999696;
}
.multi-wizard.zone-wizard .traffic-types-drag-area > ul > li ul.container li {
/*+placement:shift 1px 2px;*/
position: relative;
top: 2px;
left: 1px;
}
.multi-wizard.zone-wizard li.traffic-type-draggable {
display: block;
z-index: 5000;
width: 51px;
height: 51px;
margin: auto;
background: transparent url("../images/sprites.png") no-repeat 0 -1161px;
cursor: move;
}
.multi-wizard.zone-wizard .traffic-types-drag-area li.traffic-type-draggable:hover,
.multi-wizard.zone-wizard .select-container.multi li.traffic-type-draggable:hover {
width: 69px !important;
height: 66px !important;
}
.multi-wizard.zone-wizard .traffic-types-drag-area li.traffic-type-draggable:hover,
.multi-wizard.zone-wizard .select-container.multi li.traffic-type-draggable:hover {
/*+placement:shift -2px -4px;*/
position: relative;
top: -4px;
left: -2px;
}
.multi-wizard.zone-wizard .select-container.multi li.traffic-type-draggable:hover {
/*+placement:shift -8px -6px;*/
position: relative;
top: -6px;
left: -8px;
width: 70px !important;
margin-right: 0;
}
.multi-wizard.zone-wizard li.traffic-type-draggable.disabled {
/*+opacity:50%;*/
opacity: 0.5;
cursor: not-allowed;
filter: alpha(opacity=50);
-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
-moz-opacity: 0.5;
}
.multi-wizard.zone-wizard .traffic-types-drag-area ul > li.disabled {
display: none;
}
.multi-wizard.zone-wizard li.traffic-type-draggable.disabled {
/*+opacity:50%;*/
opacity: 0.5;
cursor: not-allowed;
filter: alpha(opacity=50);
-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
-moz-opacity: 0.5;
}
.multi-wizard.zone-wizard li.traffic-type-draggable.management {
height: 52px;
background-position: 0 -1161px;
}
.multi-wizard.zone-wizard .traffic-types-drag-area li.traffic-type-draggable.management:hover,
.multi-wizard.zone-wizard .select-container.multi li.traffic-type-draggable.management:hover {
background-position: -11px -1225px;
}
.multi-wizard.zone-wizard .select-container.multi li.traffic-type-draggable.management:hover {
margin-right: -1px;
}
.multi-wizard.zone-wizard li.traffic-type-draggable.public {
width: 53px;
height: 53px;
background-position: -54px -1160px;
}
.multi-wizard.zone-wizard .traffic-types-drag-area li.traffic-type-draggable.public:hover,
.multi-wizard.zone-wizard .select-container.multi li.traffic-type-draggable.public:hover {
background-position: -87px -1225px;
}
.multi-wizard.zone-wizard li.traffic-type-draggable.guest {
background-position: -113px -1161px;
}
.multi-wizard.zone-wizard .traffic-types-drag-area li.traffic-type-draggable.guest:hover,
.multi-wizard.zone-wizard .select-container.multi li.traffic-type-draggable.guest:hover {
background-position: -166px -1227px;
}
.multi-wizard.zone-wizard li.traffic-type-draggable.storage {
background-position: -170px -1160px;
}
.multi-wizard.zone-wizard .traffic-types-drag-area li.traffic-type-draggable.storage:hover,
.multi-wizard.zone-wizard .select-container.multi li.traffic-type-draggable.storage:hover {
background-position: -244px -1224px;
}
.multi-wizard.zone-wizard .traffic-types-drag-area > ul > li .info {
float: left;
width: 100%;
margin: 5px 0 0 -2px;
line-height: 14px;
}
.multi-wizard.zone-wizard .traffic-types-drag-area > ul > li .info .title {
font-weight: bold;
color: #787879;
text-align: center;
}
.multi-wizard.zone-wizard .traffic-types-drag-area > ul > li .info .desc {
display: none;
}
/*** Traffic type icon -- edit button*/
.multi-wizard.zone-wizard .traffic-type-draggable .edit-traffic-type {
display: none;
}
.multi-wizard.zone-wizard .drop-container .traffic-type-draggable > .edit-traffic-type {
display: block;
position: relative;
top: 70px;
left: -16px;
width: 59px;
height: 23px;
padding: 2px 9px 0 12px;
/*+border-radius:4px;*/
border: 1px solid #c4c4c4;
border-top: 1px solid #ffffff;
border-radius: 4px;
border-radius: 4px 4px 4px 4px;
background: url("../images/bg-gradients.png") 0 -1342px;
cursor: pointer;
/*+placement:shift -16px 70px;*/
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
-khtml-border-radius: 4px;
}
.multi-wizard.zone-wizard .drop-container .traffic-type-draggable > .edit-traffic-type:hover {
box-shadow: inset 0 -1px 1px #727272;
background-position: 0 -105px;
/*+box-shadow:inset 0px -1px 1px #727272;*/
color: #ffffff;
-moz-box-shadow: inset 0 -1px 1px #727272;
-webkit-box-shadow: inset 0 -1px 1px #727272;
-o-box-shadow: inset 0 -1px 1px #727272;
}
.multi-wizard.zone-wizard .drop-container .traffic-type-draggable > .edit-traffic-type:hover span {
color: #ffffff;
/*+text-shadow:0px 1px 1px #000000;*/
text-shadow: 0 1px 1px #000000;
-moz-text-shadow: 0 1px 1px #000000;
-webkit-text-shadow: 0 1px 1px #000000;
-o-text-shadow: 0 1px 1px #000000;
}
.multi-wizard.zone-wizard .drop-container .traffic-type-draggable:hover > .edit-traffic-type {
/*+placement:shift -7px 76px;*/
position: relative;
top: 76px;
left: -7px;
}
.multi-wizard.zone-wizard .drop-container .traffic-type-draggable .edit-traffic-type span {
font-size: 11px;
font-weight: bold;
color: #4e73a6;
text-align: center;
/*+text-shadow:0px 1px #FFFFFF;*/
text-shadow: 0 1px #ffffff;
-moz-text-shadow: 0 1px #ffffff;
-webkit-text-shadow: 0 1px #ffffff;
-o-text-shadow: 0 1px #ffffff;
}
.multi-wizard.zone-wizard .drop-container .traffic-type-draggable .edit-traffic-type span.icon {
float: left;
padding: 7px 11px 0 7px;
background: url("../images/sprites.png") -7px -4px;
}
.multi-wizard.zone-wizard .traffic-type-draggable .edit-traffic-type span.name {
position: relative;
float: left;
top: -16px;
left: -13px;
width: 76px;
margin-bottom: -13px;
/*+border-radius:4px 4px 0 0;*/
padding: 2px;
border: 1px solid #c3bcbc;
border-bottom: 1px solid #d1cdcd;
border-radius: 4px 4px 0 0;
/*+placement:shift -13px -16px;*/
box-shadow: inset 0 1px 1px #f5f4f4;
background: #dbe1e9;
font-size: 10px;
color: #4e5f6f;
-moz-border-radius: 4px 4px 0 0;
-webkit-border-radius: 4px 4px 0 0;
/*+box-shadow:inset 0px 1px 1px #F5F4F4;*/
-khtml-border-radius: 4px 4px 0 0;
-moz-box-shadow: inset 0 1px 1px #f5f4f4;
-webkit-box-shadow: inset 0 1px 1px #f5f4f4;
-o-box-shadow: inset 0 1px 1px #f5f4f4;
}
.multi-wizard.zone-wizard .traffic-type-draggable .edit-traffic-type:hover span.name {
background: #c4c3c3;
}
/*** Configure guest network -- tabs*/
.multi-wizard.zone-wizard .setup-guest-traffic .ui-widget-content {
position: relative;
top: -7px;
left: -1px;
width: 682px;
/*+placement:shift -1px -7px;*/
height: 281px;
border-right: 0;
border-bottom: 0;
}
.multi-wizard.zone-wizard .setup-guest-traffic ul.ui-tabs-nav {
position: relative;
/*+placement:shift -4px -8px;*/
top: -8px;
left: -4px;
width: 456px;
}
.multi-wizard.zone-wizard .setup-guest-traffic .main-desc {
margin-top: 27px;
margin-left: -3px;
}
.multi-wizard.zone-wizard .setup-guest-traffic .content {
margin-top: 2px;
margin-left: -4px;
}
/*** Multi-edit*/
.multi-wizard.zone-wizard .multi-edit {
float: left;
width: 732px;
margin-left: 0;
}
.multi-wizard.zone-wizard .multi-edit table {
float: left;
width: 98%;
}
.multi-wizard.zone-wizard .multi-edit table td,
.multi-wizard.zone-wizard .multi-edit table th {
padding: 4px;
}
.multi-wizard.zone-wizard .multi-edit table th {
padding-top: 11px;
padding-bottom: 8px;
}
.multi-wizard.zone-wizard .multi-edit table input {
margin: 2px 0 2px -5px;
padding: 2px 0;
}
.multi-wizard.zone-wizard .multi-edit .data {
float: left;
overflow: visible;
}
.multi-wizard.zone-wizard .multi-edit .data-body {
margin: 0;
}
.multi-wizard.zone-wizard .multi-edit .data-body .data-item {
float: left;
}
.multi-wizard.zone-wizard .multi-edit .data-body .data-item td {
padding-top: 8px;
padding-bottom: 8px;
}
.multi-wizard.zone-wizard .multi-edit .data-body .data-item td span {
max-width: 91px;
font-size: 10px;
text-overflow: ellipsis;
}
/*** Select container fields*/
.multi-wizard.zone-wizard .select-container .field {
float: left;
width: 100%;
padding-bottom: 13px;
}
.multi-wizard.zone-wizard .select-container .field.odd {
background: #ebeff5;
}
.multi-wizard.zone-wizard .select-container .field .name {
float: left;
width: 95px;
margin: 18px 0 0 12px;
font-size: 11px;
line-height: 13px;
text-align: left;
}
.multi-wizard.zone-wizard .select-container .field .value {
position: relative;
float: left;
}
.multi-wizard.zone-wizard .select-container .field .value span {
display: block;
margin: 20px 0 0;
font-size: 11px;
color: #052060;
}
.multi-wizard.zone-wizard .select-container .field .value label.error {
display: block;
position: absolute;
position: relative;
position: absolute;
float: right;
top: 31px;
left: 1px;
/*+placement:shift 1px 31px;*/
margin: 2px 0 0 16px;
font-size: 10px;
color: #ff0000;
text-align: left;
}
.multi-wizard.zone-wizard .select-container .field .value input,
.multi-wizard.zone-wizard .select-container .field .value select {
float: left;
width: 316px;
height: 20px;
margin: 13px 13px 0 18px;
}
.multi-wizard.zone-wizard .select-container .field .range-edit .range-item {
float: left;
width: 106px;
}
.multi-wizard.zone-wizard .select-container .field .range-edit .range-item input[type='text'] {
width: 93px;
margin: 16px 0 0 17px;
}
.multi-wizard.zone-wizard .select-container .field .value select {
width: 327px;
height: 21px;
}
.multi-wizard.zone-wizard .select-container .field .value input[type='checkbox'] {
display: block;
float: left;
width: 13px;
}
.multi-wizard.zone-wizard .select-container .field .value.multi-range input {
float: left;
width: 137px;
}
.multi-wizard.zone-wizard .select-container .field .value.multi-range span {
float: left;
margin: 13px 0 0;
}
.multi-wizard.zone-wizard .select-container .field .select-array {
display: inline-block;
width: 360px;
}
/*[clearfix]*/
.multi-wizard.zone-wizard .select-container .field .select-array-item {
float: left;
width: 175px;
height: 34px;
}
div.toolbar,
.multi-wizard.zone-wizard .select-container .field .select-array-item {
display: block;
}
div.toolbar:after,
.multi-wizard.zone-wizard .select-container .field .select-array-item:after {
visibility: hidden;
content: '.';
display: block;
clear: both;
height: 0;
font-size: 0;
}
.multi-wizard.zone-wizard .select-container .field .select-array-item .name {
float: right;
width: 127px;
margin: 11px 0 0;
padding: 0;
}
.multi-wizard.zone-wizard .select-container .field .select-array-item .value {
float: right;
width: 41px;
margin: 0;
padding: 0;
}
.multi-wizard.zone-wizard .select-container .field .select-array-item .value input {
width: inherit;
margin: 12px 0 0 11px;
}
.multi-wizard.zone-wizard .setup-physical-network .button.add.new-physical-network {
visibility: hidden;
float: right;
margin: 14px 6px 0 0;
padding: 6px 20px 6px 11px;
border: 1px solid #ada7a7;
border-radius: 4px;
border-radius: 4px 4px 4px 4px;
/*+border-radius:4px;*/
background: #808080 url("../images/bg-gradients.png") 0 -264px;
font-size: 12px;
color: #475765;
text-shadow: 0 1px 1px #ffffff;
cursor: pointer;
-moz-border-radius: 4px;
/*+text-shadow:0px 1px 1px #FFFFFF;*/
-webkit-border-radius: 4px;
-khtml-border-radius: 4px;
-moz-text-shadow: 0 1px 1px #ffffff;
-webkit-text-shadow: 0 1px 1px #ffffff;
-o-text-shadow: 0 1px 1px #ffffff;
}
.multi-wizard.zone-wizard .setup-physical-network .button.remove.physical-network {
position: relative;
float: right;
top: 27px;
margin: -26px 0 0;
padding: 10px 10px 0;
background: url("../images/sprites.png") -6px -93px;
cursor: pointer;
}
.multi-wizard.zone-wizard .setup-physical-network .select-container.disabled .button.remove.physical-network {
display: none;
}
.multi-wizard.zone-wizard .setup-physical-network .button.remove.physical-network:hover {
background-position: -6px -675px;
}
.multi-wizard.zone-wizard .setup-physical-network .button.add.new-physical-network:hover {
background-position: 0 -349px;
color: #000000;
/*+text-shadow:0px 1px 2px #FFFFFF;*/
text-shadow: 0 1px 2px #ffffff;
-moz-text-shadow: 0 1px 2px #ffffff;
-webkit-text-shadow: 0 1px 2px #ffffff;
-o-text-shadow: 0 1px 2px #ffffff;
}
.multi-wizard.zone-wizard .setup-physical-network .button.add.new-physical-network .icon {
padding: 10px;
background: url("../images/sprites.png") -44px -58px;
}
/*** Review / launch*/
.multi-wizard.zone-wizard .review .launch-container {
float: left;
width: 98%;
max-height: 438px;
margin: 11px 0 0 7px;
border: 1px solid #cacaca;
border-radius: 4px;
border-radius: 4px 4px 4px 4px;
background: #ececec 0 -12px;
background: #f7f7f7;
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f7f7f7), color-stop(100%, #eaeaea));
background: -webkit-linear-gradient(top, #f7f7f7 0%, #eaeaea 100%);
background: linear-gradient(to bottom, #f7f7f7 0%, #eaeaea 100%);
/*+border-radius:4px;*/
overflow: auto;
overflow-x: hidden;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7f7f7', endColorstr='#eaeaea', GradientType=0);
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
-khtml-border-radius: 4px;
}
.multi-wizard.zone-wizard .review .launch-container li {
width: 100%;
padding: 15px 0 15px 12px;
font-size: 12px;
font-weight: bold;
text-align: left;
}
.multi-wizard.zone-wizard .review .launch-container li .icon {
/*[empty]display:;*/
padding: 10px 21px 10px 10px;
background: url("../images/icons.png") -2px -217px;
}
.multi-wizard.zone-wizard .review .launch-container li.loading .icon {
background: url("../images/ajax-loader-small.gif") no-repeat 2px 9px;
}
.multi-wizard.zone-wizard .review .launch-container li.error .icon {
background-position: -2px -185px;
}
.multi-wizard.zone-wizard .review .launch-container li.info .icon {
display: none;
}
.tree-view {
width: 24%;
height: 98%;
overflow: auto;
}
.tree-view.overflowScroll {
overflow: scroll;
}
.tree-view ul {
display: block;
width: 85px;
}
.tree-view ul li {
display: block;
position: relative;
clear: both;
left: 21px;
width: 100%;
margin: 7px 0 0;
font-size: 12px;
}
.tree-view > ul {
/*+placement:shift 3px 40px;*/
position: relative;
top: 40px;
left: 3px;
}
.tree-view > ul > li {
left: 5px;
}
.tree-view ul li .name {
float: left;
margin: 1px 0 13px 17px;
padding: 6px 9px 6px 4px;
cursor: pointer;
}
.tree-view ul li .name:hover {
text-decoration: underline;
}
.tree-view ul li .name.selected {
border-radius: 5px;
/*+border-radius:5px;*/
border-radius: 5px 5px 5px 5px;
background: #dddcdd;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
-khtml-border-radius: 5px;
}
.tree-view ul li .expand {
position: absolute;
float: left;
float: left;
width: 10px;
height: 10px;
margin: 4px 5px 0 0;
background: url("../images/buttons.png") -630px -245px;
cursor: pointer;
}
.tree-view ul li.expanded > .expand {
background-position: -631px -228px;
}
#browser .tree-view div.toolbar div.text-search {
float: left;
}
.ui-dialog .list-view {
height: 515px !important;
overflow: auto;
overflow-x: hidden;
}
.ui-dialog .list-view .toolbar {
top: 50px;
width: 100%;
}
div.panel.ui-dialog div.list-view div.fixed-header {
z-index: 1;
top: 55px;
left: 35px;
width: 759px;
height: 49px;
margin: 0;
background-color: #ffffff;
}
.ui-dialog .list-view table {
top: 9px !important;
}
.ui-dialog.panel div.list-view div.data-table table {
width: 778px;
margin-top: 39px;
}
.ui-dialog.panel div.list-view div.data-table table tbody tr.multi-edit-selected {
background: #c3e0fc;
}
/*List-view: subselect dropdown*/
.list-view .subselect {
display: block;
float: left;
clear: both;
width: 173px;
margin: 0 0 0 -3px;
padding: 0;
border: 1px solid #a8a7a7;
border-radius: 2px;
background: #e8e8e8;
/*+border-radius:2px;*/
cursor: default;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
-khtml-border-radius: 2px;
}
.list-view .subselect:hover span {
color: initial;
}
.list-view .subselect span {
margin: 4px 0 0 12px;
cursor: default;
}
.list-view .subselect span.info {
background: none;
font-size: 10px;
white-space: nowrap;
}
.list-view .subselect span:hover {
color: initial;
}
.list-view .subselect select {
width: 175px;
margin: 0 0 0 -11px;
font-size: 10px;
}
div.container div.panel div#details-tab-addloadBalancer.detail-group div.loadBalancer div.multi-edit form table.multi-edit thead tr th,
div.container div.panel div#details-tab-addloadBalancer.detail-group div.loadBalancer div.multi-edit form table.multi-edit tbody tr td {
min-width: 100px;
}
.multi-edit {
overflow: auto;
}
.multi-edit > form {
position: relative;
clear: both;
}
.multi-edit table.multi-edit {
border-top: 0;
}
.multi-edit table th {
min-width: 88px;
white-space: nowrap;
text-align: center;
text-indent: 0;
}
.detail-group .multi-edit table td {
border-left: 1px solid #cdcccc;
}
.detail-view .multi-edit input {
width: 70%;
}
.detail-view .multi-edit select {
width: 93%;
min-width: 80px;
font-size: 10px;
}
.multi-edit input {
width: 85%;
}
.multi-edit .range {
position: relative;
}
.multi-edit .range .range-item {
float: left;
}
.multi-edit .range input {
position: relative;
width: 35px;
margin-right: 2px;
}
.multi-edit .range label {
display: block;
position: relative;
/*+placement:shift 3px 2px;*/
clear: both;
top: 2px;
left: 3px;
}
.multi-edit label.error {
float: left;
margin: 3px 0 0;
font-size: 10px;
}
.multi-edit .data-table td span {
float: left;
}
.multi-edit .data-table td.add-vm {
cursor: pointer;
}
.multi-edit th.add-rule,
.multi-edit td.add-rule {
border-right: 1px solid #cdcccc;
}
.multi-edit .data-table td.add-vm:hover {
color: #5faaf7;
}
.multi-edit .data-table .fixed-header {
display: none;
}
.multi-edit .button.add-vm {
position: relative;
top: 0;
left: 4px;
width: 74px;
/*+text-shadow:0px 1px 1px #000000;*/
padding: 6px 0 4px;
border: 1px solid #858585;
border-top: 0;
border-radius: 5px;
/*+box-shadow:0px 1px 1px #FFFFFF;*/
border-radius: 5px 5px 5px 5px;
box-shadow: 0 1px 1px #ffffff;
background: url("../images/bg-gradients.png") repeat-x 0 -220px;
font-size: 10px;
font-weight: bold;
color: #ffffff;
/*+border-radius:5px;*/
text-align: center;
text-indent: 0;
text-shadow: 0 1px 1px #000000;
cursor: pointer;
-moz-text-shadow: 0 1px 1px #000000;
-webkit-text-shadow: 0 1px 1px #000000;
-o-text-shadow: 0 1px 1px #000000;
-moz-box-shadow: 0 1px 1px #ffffff;
-webkit-box-shadow: 0 1px 1px #ffffff;
-o-box-shadow: 0 1px 1px #ffffff;
/*+placement:shift 4px 0px;*/
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
-khtml-border-radius: 5px;
}
.multi-edit .button.add-vm:hover {
box-shadow: inset 0 1px 1px #000000;
/*+box-shadow:inset 0px 1px 1px #000000;*/
background-position: 0 -241px;
-moz-box-shadow: inset 0 1px 1px #000000;
-webkit-box-shadow: inset 0 1px 1px #000000;
-o-box-shadow: inset 0 1px 1px #000000;
}
.multi-edit .button.custom-action {
border: 1px solid #b7b7b7;
background: url("../images/bg-gradients.png") 0 -271px;
font-size: 10px;
color: #485867;
/*+text-shadow:0px 1px #FFFFFF;*/
text-shadow: 0 1px #ffffff;
-moz-text-shadow: 0 1px #ffffff;
-webkit-text-shadow: 0 1px #ffffff;
-o-text-shadow: 0 1px #ffffff;
}
.multi-edit td.disabled .button.add-vm.custom-action {
/*+opacity:50%;*/
opacity: 0.5;
cursor: not-allowed;
filter: alpha(opacity=50);
-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
-moz-opacity: 0.5;
}
.multi-edit .button.custom-action:hover {
background: #808080 url("../images/bg-gradients.png");
color: #ffffff;
/*+text-shadow:0px 1px 1px #000000;*/
text-shadow: 0 1px 1px #000000;
-moz-text-shadow: 0 1px 1px #000000;
-webkit-text-shadow: 0 1px 1px #000000;
-o-text-shadow: 0 1px 1px #000000;
}
.ui-dialog.multi-edit-add-list {
width: initial !important;
}
.ui-dialog.multi-edit-add-list .ui-dialog-buttonpane {
display: block;
}
.ui-dialog.multi-edit-add-list .ui-dialog-buttonpane .ui-dialog-buttonset {
width: initial;
padding-right: 15px;
}
.ui-dialog.multi-edit-add-list .ui-dialog-buttonpane .ui-dialog-buttonset button {
top: 0;
left: 0;
}
.multi-edit-add-list .ui-button.ok,
.multi-edit-add-list .ui-button.cancel {
position: relative;
/*+placement:shift 506px -18px;*/
float: right;
top: -18px;
left: 506px;
}
.multi-edit-add-list .ui-button.cancel {
/*+placement:shift 492px -18px;*/
position: relative;
left: 492px;
border: 0;
background: transparent;
font-weight: bold;
color: #808b95;
}
.multi-edit-add-list div.form-container {
width: auto !important;
height: auto;
text-align: center;
}
.multi-edit-add-list div.form-container div.name label {
display: inline;
}
.multi-edit .data .data-body {
margin: auto auto auto 11px;
overflow: hidden;
}
.panel.always-maximized .multi-edit .data .data-body {
width: 96%;
margin: 0 0 0 12px;
}
.multi-edit .data .data-body .data-item {
position: relative;
margin-bottom: 14px;
border: 1px solid #cdcccc;
}
.multi-edit .data .data-body .data-item .loading-overlay {
background-position: 50% 50%;
}
.multi-edit .data .data-body .data-item.loading {
height: 28px;
border: 1px solid #dddddd;
background: #ffffff url("../images/ajax-loader.gif") no-repeat center;
}
.multi-edit .data .data-body .data-item.loading .label {
margin: 12px 0 0;
font-size: 12px;
color: #808080;
text-align: center;
text-indent: 19%;
}
.multi-edit .data .data-body .data-item table {
width: 100%;
margin: 0;
border: 0;
background: #f0f1f2;
overflow: hidden;
}
.multi-edit .data .data-body .data-item tr {
border: 0;
background: #efefef;
}
.multi-edit .data .data-body .data-item table tbody tr td {
height: 15px;
border-right: 1px solid #cfc9c9;
border-left: 0;
background: #f0f1f2;
overflow: auto;
}
.multi-edit .data .data-body .data-item > table tbody tr td span {
display: block;
float: left;
max-width: 90%;
text-overflow: ellipsis;
overflow: hidden;
}
.multi-edit .data .data-body .data-item table tbody tr td.name {
padding-top: 9px;
}
.multi-edit .data .data-body .data-item table tbody tr td.name span {
width: 53px;
font-weight: bold;
color: #4c5d78;
}
.multi-edit .data .data-body .data-item .expandable-listing table tbody tr td.name span {
font-weight: normal;
color: #4c5d78;
cursor: pointer;
}
.multi-edit .data .data-body .data-item .expandable-listing table tbody tr td.name span:hover {
color: #0000ff;
}
div#details-tab-aclRules table.multi-edit tr th.number,
div#details-tab-aclRules div.data-item table tr td.number {
width: 45px !important;
min-width: 45px !important;
max-width: 45px !important;
}
div#details-tab-aclRules div.multi-edit table tr th.action,
div#details-tab-aclRules div.multi-edit table tr td.action {
width: 40px !important;
min-width: 40px !important;
max-width: 40px !important;
}
div#details-tab-aclRules div.multi-edit table tr th.protocol,
div#details-tab-aclRules div.multi-edit table tr td.protocol {
width: 50px !important;
min-width: 50px !important;
max-width: 50px !important;
}
div#details-tab-aclRules div.multi-edit table tr th.protocolnumber,
div#details-tab-aclRules div.multi-edit table tr td.protocolnumber {
width: 60px !important;
min-width: 60px !important;
max-width: 60px !important;
}
div#details-tab-aclRules div.multi-edit table tr th.traffictype,
div#details-tab-aclRules div.multi-edit table tr td.traffictype {
width: 60px !important;
min-width: 60px !important;
max-width: 60px !important;
}
div#details-tab-aclRules div.multi-edit table tr th.reason,
div#details-tab-aclRules div.multi-edit table tr td.reason {
width: 60px !important;
min-width: 60px !important;
max-width: 60px !important;
}
div#details-tab-aclRules div.multi-edit table tr th.icmptype,
div#details-tab-aclRules div.multi-edit table tr td.icmptype,
div#details-tab-aclRules div.multi-edit table tr th.icmpcode,
div#details-tab-aclRules div.multi-edit table tr td.icmpcode {
width: 60px !important;
min-width: 60px !important;
max-width: 60px !important;
}
div#details-tab-aclRules div.multi-edit table tr th.startport,
div#details-tab-aclRules div.multi-edit table tr td.startport,
div#details-tab-aclRules div.multi-edit table tr th.endport,
div#details-tab-aclRules div.multi-edit table tr td.endport {
width: 60px !important;
min-width: 60px !important;
max-width: 60px !important;
}
div#details-tab-aclRules td.cidrlist span {
width: 100%;
text-align: center;
}
.multi-edit .data .data-body .data-item table tbody tr td.multi-actions .action {
float: left;
width: 28px;
height: 21px;
cursor: pointer;
}
.multi-edit .data .data-body .data-item table tbody tr td.multi-actions .action span.icon {
float: left;
width: 28px;
height: 21px;
background-image: url("../images/sprites.png");
cursor: pointer;
}
.multi-edit .data .data-body .data-item tr td .expand {
display: block;
float: left;
width: 14px;
height: 15px;
margin: -3px 0 0 11px;
border: 1px solid #d0d0d0;
/*+border-radius:9px;*/
border-radius: 9px;
border-radius: 9px 9px 9px 9px;
background: #ffffff url("../images/sprites.png") -541px -499px;
cursor: pointer;
-moz-border-radius: 9px;
-webkit-border-radius: 9px;
-khtml-border-radius: 9px;
}
.multi-edit .data .data-body .data-item tr td.add-vm,
.multi-edit tr th.add-vm {
cursor: pointer;
}
.multi-edit .data .data-body .data-item tr td .custom-action {
margin: -2px 0 0 0;
}
.multi-edit .data .data-body .data-item tr td.add-vm:hover {
font-weight: bold;
color: #0060ff;
}
.multi-edit .data .data-body .data-item tr td.add-vm p {
margin-top: 3px;
margin-bottom: 6px;
padding-left: 9px;
text-indent: 0;
}
.multi-edit .data .data-body .data-item tr td.multi-actions .icon {
/*+placement:shift -3px -2px;*/
position: relative;
top: -2px;
left: -3px;
}
.multi-edit .data .data-body .data-item .expandable-listing {
width: 99.8%;
max-height: 161px;
border: 1px solid #cfc9c9;
overflow: auto;
overflow-x: hidden;
}
.multi-edit .data .data-body .data-item .expandable-listing tr {
width: 100%;
margin: 0;
padding: 0;
border: 0;
}
.multi-edit .data .data-body .data-item .expandable-listing tr td {
margin: 0;
border: 0;
background: #dde0e2;
text-indent: 37px;
}
.multi-edit .data .data-body .data-item .expandable-listing tr.odd td {
background: #f2f0f0;
}
.ui-tabs-panel .add-by {
width: 94%;
margin: 13px 0 0 14px;
font-size: 12px;
color: #536474;
}
.ui-tabs-panel .add-by .selection {
width: 236px;
margin: 8px 0 0;
}
.ui-tabs-panel .add-by .selection input {
margin: 0 6px 0 0;
}
.ui-tabs-panel .add-by .selection label {
margin: 0 22px 0 0;
}
/** Fix long table overflow*/
.detail-view .multi-edit {
width: 100%;
}
.detail-view .multi-edit table {
width: 97%;
max-width: inherit;
}
.detail-view .multi-edit table tr th,
.detail-view .multi-edit table tr td {
width: 84px !important;
min-width: 84px !important;
max-width: 84px !important;
font-size: 10px;
}
/* special case for 'Source CIDR' column - make it wide enough to fit a CIDR without ellipsizing*/
.detail-view .multi-edit table tr th.cidrlist,
.detail-view .multi-edit table tr td.cidrlist {
min-width: 118px !important;
max-width: 118px !important;
padding: 0 0 0 0;
}
.detail-view .multi-edit td.cidrlist input {
width: 85%;
}
/** Header fields*/
.multi-edit .header-fields {
position: relative;
/*+placement:shift 14px 11px;*/
position: relative;
top: 11px;
left: 14px;
}
.multi-edit .header-fields .form-container {
width: 96%;
height: 32px;
border: 1px solid #d4cfcf;
/*+border-radius:4px;*/
border-radius: 4px;
background: #e4e4e4;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
-khtml-border-radius: 4px;
}
.multi-edit .header-fields .form-item {
float: left;
margin-right: 0;
margin-bottom: 32px;
padding: 4px 15px 3px 9px;
}
.multi-edit .header-fields .form-item input,
.multi-edit .header-fields .form-item select {
margin-top: 4px;
}
.multi-edit .header-fields .form-item .name,
.multi-edit .header-fields .form-item .value {
float: left;
}
.multi-edit .header-fields .form-item .name {
padding: 5px;
font-size: 14px;
color: #55687a;
}
/*Sortable*/
.multi-edit table tbody tr td.reorder,
.multi-edit table thead tr th.reorder {
width: 16px !important;
min-width: 16px !important;
max-width: 16px !important;
}
/*Security Rules*/
.security-rules .multi-edit input {
width: 69px;
margin: 0 0 0 9px;
}
.security-rules .multi-edit .range input {
width: 44px;
margin: 0;
}
.recurring-snapshots {
display: inline-block;
}
.recurring-snapshots .schedule .forms .formContainer {
min-height: 250px;
}
.recurring-snapshots .schedule .add-snapshot-actions {
float: left;
clear: both;
width: 581px;
margin-bottom: 13px;
border-top: 1px solid #ffffff;
font-size: 13px;
}
.recurring-snapshots .schedule .add-snapshot-action {
/*+placement:shift -7px -34px;*/
position: relative;
float: right;
top: -34px;
left: -7px;
padding: 10px;
cursor: pointer;
}
.recurring-snapshots .schedule .add-snapshot-action.add {
font-weight: bold;
/*+text-shadow:0px 1px 1px #FFFFFF;*/
color: #0000ff;
text-shadow: 0 1px 1px #ffffff;
-moz-text-shadow: 0 1px 1px #ffffff;
-webkit-text-shadow: 0 1px 1px #ffffff;
-o-text-shadow: 0 1px 1px #ffffff;
}
.recurring-snapshots .schedule .add-snapshot-action.add:hover {
color: #1a85f4;
}
.recurring-snapshots .schedule p {
margin: 0;
font-size: 13px;
}
.recurring-snapshots .schedule .forms form {
font-size: 12px;
color: #4f6171;
}
.recurring-snapshots .schedule .forms form select {
float: left;
max-width: 100%;
margin: 3px 10px 3px 3px;
}
.recurring-snapshots .schedule .forms form input {
/*+placement:shift 1px 4px;*/
position: relative;
top: 4px;
left: 1px;
}
.recurring-snapshots .schedule .forms form label {
/*+placement:shift 5px 4px;*/
position: relative;
top: 4px;
left: 5px;
}
.recurring-snapshots .schedule .forms .tagger form div.value label {
width: 25px;
top: 10px;
}
.recurring-snapshots .schedule .forms form label.error {
float: left;
width: 100%;
font-size: 10px;
}
.recurring-snapshots .schedule .forms form .field {
float: left;
width: 100%;
margin: 8px 0 0;
}
.recurring-snapshots .schedule .forms .tagger form .field {
margin: 0;
}
.recurring-snapshots .schedule .forms form .name {
float: left;
width: 72px;
margin: 3px 14px 0 0;
padding: 4px 0 0;
text-align: right;
}
.recurring-snapshots .schedule .forms form .value {
float: left;
width: 470px;
text-align: left;
}
.ui-dialog .recurring-snapshots .ui-widget-content {
margin: 0;
padding: 0;
}
.recurring-snapshots .ui-button {
/*+placement:anchor-bottom-right 9px 9px;*/
position: absolute;
right: 9px;
bottom: 9px;
}
.recurring-snapshots .scheduled-snapshots {
position: relative;
clear: both;
top: -26px;
}
.recurring-snapshots .scheduled-snapshots p {
font-size: 12px;
font-weight: bold;
/*+text-shadow:0px 2px 2px #FFFFFF;*/
text-shadow: 0 2px 2px #ffffff;
-moz-text-shadow: 0 2px 2px #ffffff;
-webkit-text-shadow: 0 2px 2px #ffffff;
-o-text-shadow: 0 2px 2px #ffffff;
}
.recurring-snapshots .scheduled-snapshots table {
position: relative;
/*+placement:shift 0px -14px;*/
top: -14px;
width: 100%;
margin: 0;
border: 0;
}
.recurring-snapshots .scheduled-snapshots table td.actions div.action span.icon {
/*+placement:shift -3px -4px;*/
position: relative;
top: -4px;
left: -3px;
}
.recurring-snapshots .scheduled-snapshots tr {
display: block;
display: none;
width: 100%;
height: 38px;
margin: 22px 0 0;
padding: 0;
border: 0;
}
.recurring-snapshots .scheduled-snapshots tr td {
padding: 5px 0 0 14px;
border: 0;
font-size: 12px;
word-break: keep-all;
word-wrap: normal;
text-indent: 0;
}
.recurring-snapshots .scheduled-snapshots tr td.keep {
min-width: 60px;
}
.recurring-snapshots .scheduled-snapshots tr td.timezone {
min-width: 168px;
font-size: 12px;
}
.recurring-snapshots .scheduled-snapshots tr td.timezone span {
font-size: 10px;
}
.recurring-snapshots .scheduled-snapshots table tbody tr td.actions {
min-width: 22px !important;
max-width: 22px !important;
}
.recurring-snapshots .scheduled-snapshots tr td.time {
min-width: 144px;
background: url("../images/sprites.png") no-repeat -536px -533px;
text-indent: 0.7em;
}
.recurring-snapshots .scheduled-snapshots tr.daily td.time {
background-position: -537px -569px;
}
.recurring-snapshots .scheduled-snapshots tr.weekly td.time {
background-position: -537px -605px;
}
.recurring-snapshots .scheduled-snapshots tr.monthly td.time {
background-position: -537px -648px;
}
.recurring-snapshots p {
display: block;
max-width: 550px;
margin-bottom: 16px;
padding: 0 47px 0 0;
font-size: 14px;
line-height: 18px;
/*+text-shadow:0px 3px 3px #FFFFFF;*/
color: #475765;
text-align: left;
text-shadow: 0 3px 3px #ffffff;
-moz-text-shadow: 0 3px 3px #ffffff;
-webkit-text-shadow: 0 3px 3px #ffffff;
-o-text-shadow: 0 3px 3px #ffffff;
}
.recurring-snapshots .ui-tabs ul {
display: block;
position: relative;
width: 100%;
margin: 0;
margin: 0;
padding: 0;
}
.recurring-snapshots .ui-tabs .tagger ul {
margin: 16px auto auto;
padding-bottom: 10px;
}
.recurring-snapshots .ui-tabs ul li a {
width: 76px;
background: url("../images/sprites.png") no-repeat -521px -533px;
}
.recurring-snapshots .ui-tabs ul li.disabled a {
/*+opacity:50%;*/
opacity: 0.5;
filter: alpha(opacity=50);
-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
-moz-opacity: 0.5;
}
.recurring-snapshots .ui-tabs ul li.disabled:hover a {
border: 0;
border: 0;
box-shadow: 0 0;
/*+box-shadow:0px 0px;*/
background-color: transparent;
cursor: default;
-moz-box-shadow: 0 0;
-webkit-box-shadow: 0 0;
-o-box-shadow: 0 0;
-moz-box-shadow: 0 0 none;
-webkit-box-shadow: 0 0 none;
-o-box-shadow: 0 0 none;
-moz-box-shadow: none;
-webkit-box-shadow: none;
-o-box-shadow: none;
}
.recurring-snapshots .ui-tabs ul li.daily a {
background-position: -522px -570px;
}
.recurring-snapshots .ui-tabs ul li.weekly a {
background-position: -526px -605px;
}
.recurring-snapshots .ui-tabs ul li.monthly a {
background-position: -528px -649px;
}
.recurring-snapshots .ui-tabs div.ui-tabs-panel {
width: 100%;
height: 144px;
border: 0;
background: #e9e9e9;
}
.recurring-snapshots .ui-tabs div.ui-tabs-panel.ui-tabs-hide {
display: none;
}
.upload-volume .list-view {
margin-top: 5px !important;
}
.upload-volume .listView-container {
width: 823px;
margin: 71px 0 20px 28px;
border: 1px solid #dadada;
border-radius: 4px;
/*+border-radius:4px;*/
border-radius: 4px 4px 4px 4px;
background: #ffffff;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
-khtml-border-radius: 4px;
}
.upload-volume div.list-view .data-table div.fixed-header {
top: 115px !important;
left: 56px !important;
background: #ffffff !important;
}
.upload-volume .data-table table.body {
margin-top: 66px !important;
margin-left: 19px;
}
.upload-volume .list-view .toolbar {
top: 118px;
left: 43px;
width: 801px;
border: 0;
background: transparent;
}
.upload-volume .top-fields {
float: left;
clear: none;
margin-left: 24px;
}
.upload-volume .top-fields .field {
float: left;
margin-right: 50px;
}
.upload-volume .top-fields input {
float: right;
/*+border-radius:3px;*/
width: 186px;
padding: 2px;
border-radius: 3px;
border-radius: 3px 3px 3px 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
-khtml-border-radius: 3px;
}
.upload-volume .top-fields label,
.upload-volume .desc {
display: block;
float: left;
padding: 6px;
font-size: 12px;
color: #4c5d6c;
/*+text-shadow:0px 0px #FFFFFF;*/
text-shadow: 0 0 #ffffff;
-moz-text-shadow: 0 0 #ffffff;
-webkit-text-shadow: 0 0 #ffffff;
-o-text-shadow: 0 0 #ffffff;
}
.upload-volume .desc {
position: absolute;
top: 79px;
left: 32px;
width: 825px;
border-top: 1px solid #cfcfcf;
text-align: left;
}
.network-chart {
position: relative;
width: 100%;
height: 100%;
background: url("../images/bg-network.png") no-repeat 38% 70px;
}
.network-chart.static-nat {
background: url("../images/bg-network-nat.png") no-repeat 31% 62px;
}
.network-chart ul {
position: absolute;
top: 0;
left: 0;
width: 536px;
height: 421px;
}
.network-chart li {
display: block;
width: 147px;
height: 86px;
background: url("../images/buttons.png") no-repeat 0 -399px;
}
.network-chart li.static-nat-enabled {
/*+placement:shift 31px 44px;*/
position: relative;
top: 44px;
left: 31px;
}
.network-chart li.static-nat-enabled .vmname {
/*+placement:shift 16px 41px;*/
position: relative;
position: absolute;
top: 41px;
left: 16px;
max-width: 98px;
max-height: 21px;
padding: 7px;
border-radius: 9px;
border-radius: 9px 9px 9px 9px;
background: url("../images/bg-gradients.png") repeat-x 2px -221px;
font-size: 10px;
font-weight: bold;
/*+text-shadow:0px 1px 1px #000000;*/
color: #485563;
color: #ffffff;
text-shadow: 0 1px 1px #000000;
cursor: pointer;
overflow: hidden;
-moz-text-shadow: 0 1px 1px #000000;
/*+border-radius:9px;*/
-webkit-text-shadow: 0 1px 1px #000000;
-o-text-shadow: 0 1px 1px #000000;
-moz-border-radius: 9px;
-webkit-border-radius: 9px;
-khtml-border-radius: 9px;
}
.network-chart li.static-nat-enabled .vmname:hover {
background-position: 0 -946px;
}
.network-chart li.static-nat-enabled .name {
background: url("../images/sprites.png") no-repeat -6px -460px;
}
.network-chart li.static-nat-enabled .name span {
padding: 0 0 0 25px;
font-size: 11px;
}
.network-chart li.disabled {
/*+opacity:100%;*/
opacity: 1;
filter: alpha(opacity=100);
-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
-moz-opacity: 1;
}
.network-chart li.firewall {
/*+placement:shift 282px 188px;*/
position: relative;
position: absolute;
top: 188px;
left: 356px;
}
.network-chart li.loadBalancing {
/*+placement:shift 167px 342px;*/
position: relative;
position: absolute;
top: 342px;
left: 237px;
}
.network-chart li.portForwarding {
/*+placement:shift 401px 342px;*/
position: relative;
position: absolute;
top: 342px;
left: 480px;
}
.network-chart li .name {
position: relative;
top: 11px;
/*+text-shadow:0px 1px 1px #FCFCFC;*/
left: 10px;
width: 130px;
color: #4e5f6f;
text-shadow: 0 1px 1px #fcfcfc;
/*+placement:shift 10px 11px;*/
-moz-text-shadow: 0 1px 1px #fcfcfc;
-webkit-text-shadow: 0 1px 1px #fcfcfc;
-o-text-shadow: 0 1px 1px #fcfcfc;
}
.network-chart li.disabled .name {
position: relative;
/*+placement:shift 5px 32px;*/
top: 32px;
left: 5px;
color: #8695a5;
text-align: center;
text-decoration: line-through;
}
.network-chart li .view-details {
/*+placement:anchor-bottom-right 34px 19px;*/
position: absolute;
right: 34px;
bottom: 19px;
padding: 8px 20px;
border: 1px solid #a2a2a2;
border-radius: 4px;
background: #f7f7f7;
background: #f7f7f7;
background: url("data:image/svg+xml;base64,<KEY>");
background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #f7f7f7), color-stop(100%, #eaeaea));
background: -webkit-linear-gradient(top, #f7f7f7 1%, #eaeaea 100%);
background: linear-gradient(to bottom, #f7f7f7 1%, #eaeaea 100%);
font-size: 11px;
color: #000000;
cursor: pointer;
/*+border-radius:4px;*/
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7f7f7', endColorstr='#eaeaea', GradientType=0);
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
-khtml-border-radius: 4px;
}
.network-chart li .view-details:hover {
box-shadow: inset 0 0 4px #000000;
/*+text-shadow:0px 1px 1px #FFFFFF;*/
background: #d5d5d5;
text-shadow: 0 1px 1px #ffffff;
-moz-text-shadow: 0 1px 1px #ffffff;
-webkit-text-shadow: 0 1px 1px #ffffff;
/*+box-shadow:inset 0px 0px 4px #000000;*/
-o-text-shadow: 0 1px 1px #ffffff;
-moz-box-shadow: inset 0 0 4px #000000;
-webkit-box-shadow: inset 0 0 4px #000000;
-o-box-shadow: inset 0 0 4px #000000;
}
.network-chart li.disabled .view-details {
display: none;
}
.system-dashboard {
display: block;
position: relative;
width: 962px;
/*+border-radius:3px;*/
height: 258px;
margin: 18px 0 0 15px;
border-radius: 3px;
box-shadow: inset 0 0 1px #ffffff;
/*+box-shadow:inset 0px 0px 1px #FFFFFF;*/
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
-khtml-border-radius: 3px;
-moz-box-shadow: inset 0 0 1px #ffffff;
-webkit-box-shadow: inset 0 0 1px #ffffff;
-o-box-shadow: inset 0 0 1px #ffffff;
}
.system-dashboard.zone {
height: 609px;
background-position: 0 -1423px;
}
.system-dashboard-view .toolbar {
position: relative;
}
.system-dashboard .head {
padding: 0 0 12px;
/*+text-shadow:0px 1px 1px #FFFFFF;*/
box-shadow: 0 0 1px #ffffff;
color: #000000;
text-indent: 11px;
text-shadow: 0 1px 1px #ffffff;
-moz-text-shadow: 0 1px 1px #ffffff;
-webkit-text-shadow: 0 1px 1px #ffffff;
/*+box-shadow:0px 0px 1px #FFFFFF;*/
-o-text-shadow: 0 1px 1px #ffffff;
-moz-box-shadow: 0 0 1px #ffffff;
-webkit-box-shadow: 0 0 1px #ffffff;
-o-box-shadow: 0 0 1px #ffffff;
}
.project-view .system-dashboard .head {
padding-top: 14px;
/*+text-shadow:0px -1px #000000;*/
box-shadow: none;
color: #ffffff;
text-shadow: 0 -1px #000000;
-moz-text-shadow: 0 -1px #000000;
/*+box-shadow:none;*/
-webkit-text-shadow: 0 -1px #000000;
-o-text-shadow: 0 -1px #000000;
-moz-box-shadow: none;
-webkit-box-shadow: none;
-o-box-shadow: none;
}
.system-dashboard .view-more,
.system-dashboard .view-all {
float: right;
margin: -4px 19px 0 0;
border: 1px solid #b5b5b5;
border-radius: 3px;
border-radius: 3px 3px 3px 3px;
background: #dadada repeat-x 0 -735px;
background: #eaeaea;
background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VhZWFlYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkNmQ2ZDYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+");
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #eaeaea), color-stop(100%, #d6d6d6));
background: -webkit-linear-gradient(top, #eaeaea 0%, #d6d6d6 100%);
background: linear-gradient(to bottom, #eaeaea 0%, #d6d6d6 100%);
font-size: 13px;
/*+border-radius:3px;*/
font-weight: 100;
cursor: pointer;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eaeaea', endColorstr='#d6d6d6', GradientType=0);
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
-khtml-border-radius: 3px;
}
.system-dashboard .view-more:hover,
.system-dashboard .view-all:hover {
box-shadow: inset 0 1px 1px #000000;
/*+box-shadow:inset 0px 1px 1px #000000;*/
background: #c1c1c1;
background-position: 0 -763px;
-moz-box-shadow: inset 0 1px 1px #000000;
-webkit-box-shadow: inset 0 1px 1px #000000;
-o-box-shadow: inset 0 1px 1px #000000;
}
.system-dashboard .status_box .view-all {
/*+placement:shift 18px 110px;*/
position: relative;
position: absolute;
top: 110px;
left: 18px;
width: 83%;
padding: 8px 0;
text-align: center;
}
.system-dashboard .status_box {
margin: 10px 0 0;
border: 0;
background: transparent;
font-size: 14px;
}
.system-dashboard .status_box li {
position: relative;
float: left;
width: 228px;
height: 178px;
/*+border-radius:3px;*/
margin: 0 0 0 8px;
padding: 0;
border: 1px solid #c6c6c6;
border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
-khtml-border-radius: 3px;
}
.system-dashboard.zone .status_box li {
height: 152px;
margin-bottom: 8px;
background-color: #f4f4f4;
}
.system-dashboard.zone .status_box li .icon {
opacity: 0.56;
position: relative;
/*+placement:shift 31px 19px;*/
position: absolute;
top: 19px;
left: 51px;
padding: 65px 80px 5px;
/*+opacity:56%;*/
background: url("../images/infrastructure-icons.png") no-repeat 0 0;
filter: alpha(opacity=56);
-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=56);
-moz-opacity: 0.56;
}
.system-dashboard .status_box li span.label {
font-size: 12px;
color: #cccfd4;
}
.system-dashboard .status_box li span.total {
font-size: 25px;
}
.system-dashboard .status_box li span.label {
font-size: 12px;
color: #cccfd4;
}
.system-dashboard .status_box li span.unit {
font-size: 13px;
color: #c1c4c9;
}
.system-dashboard .status_box li span.header {
position: relative;
/*+placement:shift 13px 5px;*/
top: 13px;
left: 13px;
margin: 1px 0 0;
font-weight: 100;
}
.system-dashboard.zone .status_box li span.header {
font-size: 14px;
color: #4f4f4f;
}
.system-dashboard .status_box li span.status {
position: relative;
/*+placement:shift 13px 141px;*/
position: absolute;
top: 141px;
left: 13px;
font-size: 27px;
color: #25ff25;
/*+text-shadow:0px 1px 1px #000000;*/
text-shadow: 0 1px 1px #000000;
-moz-text-shadow: 0 1px 1px #000000;
-webkit-text-shadow: 0 1px 1px #000000;
-o-text-shadow: 0 1px 1px #000000;
}
.system-dashboard .status_box li span.instance.total {
/*+placement:shift 12px 32px;*/
position: relative;
position: absolute;
top: 32px;
left: 12px;
}
.system-dashboard .status_box li span.instance.label {
/*+placement:shift 15px 53px;*/
position: relative;
position: absolute;
top: 53px;
left: 15px;
}
.system-dashboard .status_box li span.vcpu-hours.total {
/*+placement:shift 13px 76px;*/
position: relative;
position: absolute;
top: 76px;
left: 13px;
}
.system-dashboard .status_box li span.vcpu-hours.label {
/*+placement:shift 14px 95px;*/
position: relative;
position: absolute;
top: 95px;
left: 14px;
}
.system-dashboard .status_box li span.gb-hours.total {
/*+placement:shift 106px 77px;*/
position: relative;
position: absolute;
top: 77px;
left: 106px;
}
.system-dashboard .status_box li span.gb-hours.label {
/*+placement:shift 106px 95px;*/
position: relative;
position: absolute;
top: 95px;
left: 106px;
}
.system-dashboard .status_box li span.overview.total {
position: relative;
/*+placement:shift 9px 29px;*/
position: absolute;
top: 29px;
left: 9px;
font-size: 56px;
font-weight: 100;
color: #2b7daf;
/*+text-shadow:0px -1px 2px #FFFFFF;*/
text-shadow: 0 -1px 2px #ffffff;
-moz-text-shadow: 0 -1px 2px #ffffff;
-webkit-text-shadow: 0 -1px 2px #ffffff;
-o-text-shadow: 0 -1px 2px #ffffff;
}
.system-dashboard .status_box li.capacity span.overview.total {
font-size: 32px;
}
.system-dashboard .status_box li span.overview.label {
/*+placement:shift 52px 79px;*/
position: relative;
position: absolute;
top: 79px;
left: 52px;
}
.system-dashboard .status_box li span.used.total {
/*+placement:shift 14px 130px;*/
position: relative;
position: absolute;
top: 130px;
left: 14px;
font-size: 30px;
}
.system-dashboard .status_box li span.used.label {
/*+placement:shift 14px 153px;*/
position: relative;
position: absolute;
top: 153px;
left: 14px;
}
.system-dashboard .status_box li span.used.unit {
/*+placement:shift 67px 135px;*/
position: relative;
position: absolute;
top: 135px;
left: 67px;
}
.system-dashboard .status_box li span.available.unit {
/*+placement:shift 159px 135px;*/
position: relative;
position: absolute;
top: 135px;
left: 159px;
}
.system-dashboard .status_box li span.available.total {
/*+placement:shift 97px 130px;*/
position: relative;
position: absolute;
top: 130px;
left: 97px;
font-size: 30px;
}
.system-dashboard .status_box li span.available.label {
/*+placement:shift 97px 153px;*/
position: relative;
position: absolute;
top: 153px;
left: 97px;
}
.system-dashboard-view .socket-info {
float: left;
width: 100%;
height: 239px;
padding: 0;
overflow: auto;
}
.system-dashboard-view .socket-info > .title {
padding: 8px;
font-size: 13px;
}
.system-dashboard-view .socket-info li {
float: left;
width: 139px;
/*+border-radius:3px;*/
margin: 7px;
padding: 13px;
border: 1px solid #cccccc;
border-radius: 3px;
background: #efefef;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
-khtml-border-radius: 3px;
}
.system-dashboard-view .socket-info li > div {
float: left;
text-decoration: none;
}
.system-dashboard-view .socket-info li .name {
width: 100%;
margin-bottom: 13px;
font-weight: 100;
}
.system-dashboard-view .socket-info li .hosts,
.system-dashboard-view .socket-info li .sockets {
width: 54px;
/*[empty]color:;*/
}
.system-dashboard-view .socket-info li div .title {
padding-bottom: 3px;
border: 0;
font-size: 13px;
color: #424242;
}
.add-zone-resource .form-container {
display: inline-block;
height: auto !important;
overflow: visible;
}
.add-zone-resource .form-container form {
display: inline-block;
height: auto;
}
.add-zone-resource .head {
display: inline-block;
width: 100%;
margin-bottom: 7px;
border-bottom: 1px solid #afbdca;
/*+box-shadow:0px 1px #FFFFFF;*/
box-shadow: 0 1px #ffffff;
-moz-box-shadow: 0 1px #ffffff;
-webkit-box-shadow: 0 1px #ffffff;
-o-box-shadow: 0 1px #ffffff;
}
.add-zone-resource .head span {
float: left;
padding: 10px 0 18px;
font-size: 14px;
text-indent: 5px;
}
.add-zone-resource .head select {
float: left;
margin: -3px 0 6px 13px;
margin: 8px 0 0 9px;
}
/** Infrastructure icons*/
.system-dashboard.zone .status_box li.zones .icon {
background-position: -36px -105px;
}
.system-dashboard.zone .status_box li.pods .icon {
background-position: -229px -105px;
}
.system-dashboard.zone .status_box li.clusters .icon {
background-position: -411px -96px;
}
.system-dashboard.zone .status_box li.hosts .icon {
background-position: -601px -102px;
}
.system-dashboard.zone .status_box li.primary-storage .icon {
position: relative;
/*+placement:shift 37px 68px;*/
top: 68px;
left: 37px;
background-position: -32px -404px;
}
.system-dashboard.zone .status_box li.sockets .icon {
background-position: -14px -581px;
}
.system-dashboard.zone .status_box li.secondary-storage .icon {
position: relative;
/*+placement:shift 37px 68px;*/
top: 68px;
left: 37px;
background-position: -216px -404px;
}
.system-dashboard.zone .status_box li.system-vms .icon,
.system-dashboard.zone .status_box li.management-servers .icon {
background-position: -408px -399px;
}
.system-dashboard.zone .status_box li.virtual-routers .icon {
background-position: -601px -400px;
}
#header .view-switcher {
float: left;
margin: 11px 0 0 18px;
font-size: 12px;
color: #55687b;
}
#header div.view-switcher {
display: none;
position: relative;
/*+placement:shift 0px -10px;*/
top: -10px;
left: 0;
height: 39px;
margin-right: 9px;
background-position: 0 -5px;
}
#header div.view-switcher.alt {
background-position: 0 -41px;
}
#header div.view-switcher div {
position: relative;
/*[empty]display:;*/
float: left;
width: 126px;
margin: 0;
padding: 13px 0 0;
text-indent: 17px;
/*+text-shadow:0px -1px 1px #2D2D2D;*/
text-shadow: 0 -1px 1px #2d2d2d;
-moz-text-shadow: 0 -1px 1px #2d2d2d;
-webkit-text-shadow: 0 -1px 1px #2d2d2d;
-o-text-shadow: 0 -1px 1px #2d2d2d;
}
#header div.view-switcher .select.active {
font-weight: bold;
color: #ffffff;
/*+text-shadow:0px -1px 1px #5B5B5B;*/
text-shadow: 0 -1px 1px #5b5b5b;
-moz-text-shadow: 0 -1px 1px #5b5b5b;
-webkit-text-shadow: 0 -1px 1px #5b5b5b;
-o-text-shadow: 0 -1px 1px #5b5b5b;
}
#header div.view-switcher div span.icon {
position: relative;
top: 0;
top: 0;
left: -4px;
width: 10px;
/*+placement:shift -4px 0px;*/
height: 10px;
padding: 0 19px 0 0;
background: url("../images/icons.png") no-repeat;
}
#header div.view-switcher div.default-view span.icon {
background-position: -23px 0;
}
#header div.view-switcher div.project-view span.icon {
background-position: -24px 0 !important;
}
#header div.view-switcher div.select span.icon {
background-position: -47px 0;
}
#header .view-switcher span {
padding: 0 13px 0 0;
background-repeat: repeat-x;
}
#header .view-switcher select {
max-width: 120px;
margin: 6px 3px 0 -21px;
padding: 3px 0 4px;
}
/*** View switcher (drop-down)*/
.project-switcher,
.domain-switcher {
float: left;
width: 223px;
padding: 9px 17px 0 19px;
/*+border-radius:4px;*/
border-radius: 4px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
-khtml-border-radius: 4px;
}
.project-switcher label,
.domain-switcher label {
float: left;
top: 29px;
margin-top: 5px;
margin-right: 7px;
font-size: 13px;
color: #ffffff;
}
.project-switcher select,
.domain-switcher select {
float: left;
width: 70%;
margin-top: 0;
border: 1px solid #393939;
/*+text-shadow:0px -1px 1px #373737;*/
background: #515151;
font-size: 13px;
font-weight: 100;
color: #ffffff;
text-shadow: 0 -1px 1px #373737;
-moz-text-shadow: 0 -1px 1px #373737;
-webkit-text-shadow: 0 -1px 1px #373737;
-o-text-shadow: 0 -1px 1px #373737;
}
.project-selector {
display: inline-block;
}
.project-selector-dialog .ui-widget-content {
padding: 0 !important;
}
.project-selector .toolbar {
position: relative;
width: 420px;
border: 0;
border-bottom: 1px solid #93a4b4;
box-shadow: 0 2px #ffffff;
/*+box-shadow:0px 2px #FFFFFF;*/
background: transparent;
-moz-box-shadow: 0 2px #ffffff;
-webkit-box-shadow: 0 2px #ffffff;
-o-box-shadow: 0 2px #ffffff;
-moz-box-shadow: 0 2px 0 #ffffff;
-webkit-box-shadow: 0 2px 0 #ffffff;
-o-box-shadow: 0 2px 0 #ffffff;
}
.project-selector .search input[type='text'] {
/*+border-radius:3px;*/
float: left;
width: 192px;
height: 18px;
margin: 6px 0 0 105px;
border: 1px solid #9dadbb;
border-radius: 3px;
border-radius: 3px 3px 3px 3px;
box-shadow: 0 1px 1px #ffffff;
/*+box-shadow:0px 1px 1px #FFFFFF;*/
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
-khtml-border-radius: 3px;
-moz-box-shadow: 0 1px 1px #ffffff;
-webkit-box-shadow: 0 1px 1px #ffffff;
-o-box-shadow: 0 1px 1px #ffffff;
}
.project-selector .search input[type='submit'] {
display: block;
position: relative;
float: left;
top: 0;
left: -2px;
width: 25px;
height: 22px;
margin: 6px 0 0;
border: 0;
/*+placement:shift -2px 0px;*/
border-left: 1px solid #283979;
background: url("../images/sprites.png") no-repeat -601px -328px;
cursor: pointer;
cursor: pointer;
}
.project-selector .listing {
position: relative;
margin: 15px;
border: 1px solid #d0d0d0;
}
.project-selector .listing .data {
width: 100%;
height: 275px;
margin: 18px 0 0;
background: #f2f0f0;
overflow: auto;
overflow-x: hidden;
}
.project-selector .listing .data ul {
font-size: 11px;
text-align: left;
}
.project-selector .listing .data ul li {
padding: 10px 0 10px 7px;
font-size: 12px;
cursor: pointer;
}
.project-selector .listing .data ul li.odd {
background: #dfe1e3;
}
.project-selector .listing .data ul li:hover {
padding: 9px 0 9px 7px;
border-top: 1px solid #ffffff;
border-bottom: 1px solid #babfd9;
background: #cbddf3;
}
.project-selector .listing .header {
position: absolute;
left: 0;
/*+text-shadow:0px 1px 1px #FFFFFF;*/
width: 379px;
padding: 3px 2px 3px 7px;
border-bottom: 1px solid #ffffff;
background: url("../images/bg-gradients.png") repeat-x 0 -164px;
font-size: 11px;
color: #4f6171;
text-align: left;
text-shadow: 0 1px 1px #ffffff;
-moz-text-shadow: 0 1px 1px #ffffff;
-webkit-text-shadow: 0 1px 1px #ffffff;
-o-text-shadow: 0 1px 1px #ffffff;
}
.project-selector .button.cancel {
float: none;
top: -8px;
left: 170px;
width: 54px;
margin: auto auto 17px;
padding: 8px 20px;
border: 1px solid #aaaaaa;
border-radius: 4px 4px 4px 4px;
background: #b6b6b6 url("../images/gradients.png") repeat 0 -480px;
font-size: 13px;
font-weight: bold;
color: #808080;
color: #838181;
cursor: pointer;
}
.project-selector .button.cancel:hover {
color: #3a3a3a;
}
.project-dashboard .resources form {
display: inline-block;
width: 87%;
/*+border-radius:11px;*/
margin-top: 17px;
margin-left: 22px;
padding: 26px;
border-radius: 11px;
border-radius: 11px 11px 11px 11px;
box-shadow: inset 0 3px 4px #979797;
background: #ffffff;
-moz-border-radius: 11px;
/*+box-shadow:inset 0px 3px 4px #979797;*/
-webkit-border-radius: 11px;
-khtml-border-radius: 11px;
-moz-box-shadow: inset 0 3px 4px #979797;
-webkit-box-shadow: inset 0 3px 4px #979797;
-o-box-shadow: inset 0 3px 4px #979797;
}
.project-dashboard .resources form .field {
float: left;
clear: both;
width: 100%;
margin: auto auto 30px;
}
.project-dashboard .resources form label {
float: left;
}
.project-dashboard .resources form input[type='text'] {
float: right;
width: 176px;
margin: 0 287px 0 0;
padding: 6px;
/*+border-radius:4px;*/
border: 1px solid #c6c6c6;
border-radius: 4px;
border-radius: 4px 4px 4px 4px;
font-size: 16px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
-khtml-border-radius: 4px;
}
.project-dashboard .resources form input[type='submit'] {
display: block;
float: left;
clear: both;
padding: 9px 20px;
border: 0;
border-radius: 4px;
border-radius: 4px 4px 4px 4px;
/*+border-radius:4px;*/
background: transparent url("../images/bg-gradients.png") 0 -220px;
color: #ffffff;
cursor: pointer;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
-khtml-border-radius: 4px;
}
.detail-view .project-dashboard .resources form {
width: 83%;
border-bottom: 1px solid #dbdbdb;
}
.detail-view .project-dashboard .resources form .field input {
margin-right: 105px;
}
/*** Dashboard*/
.project-dashboard .toolbar {
position: relative;
}
.project-dashboard .ui-tabs {
/*+placement:shift 10px -31px;*/
position: relative;
top: -31px;
left: 10px;
}
.project-view .project-dashboard .ui-tabs .multi-edit table td {
background: #eaeaea;
}
.project-dashboard-view .overview-area {
float: left;
}
.project-dashboard-view .compute-and-storage .system-dashboard,
.project-dashboard-view .users .system-dashboard {
float: left;
width: 510px;
height: 230px;
background: #777e88;
}
.project-dashboard-view .compute-and-storage .system-dashboard ul,
.project-dashboard-view .users .system-dashboard ul {
height: 162px;
margin: 14px 0 0;
}
.project-dashboard-view .compute-and-storage .system-dashboard li,
.project-dashboard-view .users .system-dashboard li {
width: 156px;
height: 161px;
background: #3d4045;
color: #ffffff;
}
.project-dashboard-view .compute-and-storage .system-dashboard li .icon,
.project-dashboard-view .users li .icon {
position: relative;
position: absolute;
/*+placement:shift 27px 20px;*/
top: 20px;
left: 27px;
width: 100px;
height: 76px;
background: url("../images/sprites.png") no-repeat 2px -1039px;
}
.project-dashboard-view .compute-and-storage .system-dashboard li.storage .icon {
background-position: -89px -1036px;
}
.project-dashboard-view .compute-and-storage .system-dashboard li.bandwidth .icon {
background-position: -184px -1036px;
}
.project-dashboard-view .compute-and-storage .system-dashboard li .overview {
position: relative;
width: 100%;
height: 53px;
margin: 81px 0 0;
color: #ffffff;
/*+text-shadow:0px 1px 1px #000000;*/
text-shadow: 0 1px 1px #000000;
-moz-text-shadow: 0 1px 1px #000000;
-webkit-text-shadow: 0 1px 1px #000000;
-o-text-shadow: 0 1px 1px #000000;
}
.project-dashboard-view .compute-and-storage .system-dashboard li.storage .overview .total {
position: relative;
/*+placement:shift 30px 21px;*/
position: absolute;
top: 21px;
left: 30px;
font-size: 28px;
}
.project-dashboard-view .compute-and-storage .system-dashboard li.storage .overview .label {
position: relative;
position: absolute;
/*+placement:shift 91px 33px;*/
top: 33px;
left: 91px;
font-size: 13px;
color: #c3c1c1;
}
.project-dashboard-view .compute-and-storage .system-dashboard li .overview .overview-item {
float: left;
margin: 12px 0 0 20px;
}
.project-dashboard-view .compute-and-storage .system-dashboard li .overview .overview-item .total {
font-size: 24px;
font-weight: bold;
}
.project-dashboard-view .compute-and-storage .system-dashboard li .overview .overview-item .label {
margin: 4px 0 0;
font-size: 11px;
color: #c7c7c7;
}
.project-dashboard-view .compute-and-storage .system-dashboard li .overview .overview-item.running .label {
color: #2bff2b;
/*[empty]background-position:;*/
}
.project-dashboard-view .users .system-dashboard {
clear: both;
width: 509px;
height: 100%;
}
.project-dashboard-view .users .system-dashboard ul {
overflow-y: auto;
}
.project-dashboard-view .users .system-dashboard li {
width: 86px;
height: 138px;
margin-bottom: 24px;
margin-left: 6px;
}
.project-dashboard-view .users .system-dashboard li .icon {
left: 16px;
background-position: -306px -1044px;
}
.project-dashboard-view .users .system-dashboard li .header {
position: relative;
position: absolute;
/*+placement:shift 7px 110px;*/
top: 110px;
left: 7px;
width: 77px;
max-width: 77px;
white-space: nowrap;
text-align: center;
text-overflow: ellipsis;
overflow: hidden;
}
.info-boxes {
float: right;
width: 233px;
height: 551px;
margin: 21px 5px 0 0;
}
.info-boxes .info-box {
display: inline-block;
border: 1px solid #b3c3d0;
/*+box-shadow:inset 0px -1px 7px #A7A7A7;*/
border-radius: 4px;
border-radius: 4px 4px 4px 4px;
box-shadow: inset 0 -1px 7px #a7a7a7;
background: #ffffff;
-moz-box-shadow: inset 0 -1px 7px #a7a7a7;
/*+border-radius:4px;*/
-webkit-box-shadow: inset 0 -1px 7px #a7a7a7;
-o-box-shadow: inset 0 -1px 7px #a7a7a7;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
-khtml-border-radius: 4px;
}
.info-boxes .info-box.events {
width: 228px;
height: 323px;
margin-top: 4px;
}
.info-boxes .info-box.events ul {
max-height: 295px;
overflow: auto;
overflow-x: hidden;
}
.info-boxes .info-box ul {
display: inline-block;
height: auto;
margin: 0 0 3px 2px;
}
.info-boxes .info-box ul li {
display: inline-block;
width: 224px;
margin: 0 2px 0 0;
border-top: 1px solid #ffffff;
border-bottom: 1px solid #bdd2df;
}
.info-boxes .info-box ul li.odd {
background: #ececec;
}
.info-boxes .info-box .button {
float: right;
margin: 0 14px 0 0;
padding: 2px 6px 3px 3px;
/*+text-shadow:0px 1px 1px #000000;*/
border: 1px solid #82a3c7;
border-radius: 4px;
border-radius: 4px 4px 4px 4px;
box-shadow: inset 0 1px 1px #85acc4;
/*+border-radius:4px;*/
background: url("../images/bg-gradients.png") 0 -734px;
font-size: 10px;
font-weight: bold;
color: #ffffff;
text-shadow: 0 1px 1px #000000;
/*+box-shadow:inset 0px 1px 1px #85ACC4;*/
cursor: pointer;
-moz-text-shadow: 0 1px 1px #000000;
-webkit-text-shadow: 0 1px 1px #000000;
-o-text-shadow: 0 1px 1px #000000;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
-khtml-border-radius: 4px;
-moz-box-shadow: inset 0 1px 1px #85acc4;
-webkit-box-shadow: inset 0 1px 1px #85acc4;
-o-box-shadow: inset 0 1px 1px #85acc4;
}
.info-boxes .info-box .button span {
/*+placement:shift 0px 2px;*/
position: relative;
float: left;
top: 2px;
left: 0;
}
.info-boxes .info-box .title .button {
margin: 4px 6px 0 3px;
}
.info-boxes .info-box .title .button span {
position: relative;
top: 1px;
left: 1px;
margin: 0;
/*+placement:shift 1px 1px;*/
padding: 0;
font-size: 10px;
color: #ffffff;
}
.info-boxes .info-box .button:hover {
background-position: 0 -766px;
}
.info-boxes .info-box .button .arrow {
position: relative;
float: right;
top: 0;
/*+placement:shift 0px 0px;*/
left: 0;
width: 16px;
height: 13px;
background: url("../images/sprites.png") no-repeat -455px -84px;
}
.info-boxes .info-box ul li .total,
.info-boxes .info-box ul li .date {
position: relative;
float: left;
top: 0;
left: 0;
width: 52px;
height: 36px;
/*+placement:shift;*/
border-right: 1px solid #bdd2df;
font-size: 24px;
color: #647c91;
text-align: right;
}
.info-boxes .info-box ul li .date {
margin: 1px 0 0;
font-size: 11px;
text-align: center;
}
.info-boxes .info-box ul li .date span {
/*+placement:shift 0px 11px;*/
position: relative;
top: 11px;
left: 0;
}
.info-boxes .info-box ul li .desc {
display: inline-block;
position: relative;
/*+placement:shift 5px 8px;*/
top: 8px;
left: 5px;
max-width: 153px;
padding-bottom: 13px;
font-size: 12px;
white-space: nowrap;
color: #606060;
text-overflow: ellipsis;
overflow: hidden;
}
.info-boxes .info-box ul li .total span {
/*+placement:shift -5px 7px;*/
position: relative;
top: 7px;
left: -5px;
}
.info-boxes .info-box .title {
height: 27px;
border-bottom: 1px solid #bdd2df;
}
.info-boxes .info-box .title span {
/*+placement:shift 8px 6px;*/
position: relative;
top: 6px;
left: 8px;
font-size: 12px;
font-weight: bold;
color: #4e748c;
}
.new-project {
display: inline-block;
margin: 0 0 20px 30px;
}
.new-project form {
margin: 0;
}
.ui-dialog .new-project {
text-align: left;
}
.ui-dialog .new-project .add-by {
margin-left: 11px;
font-size: 12px;
color: #5e6d7d;
}
.ui-dialog .new-project .add-by input {
margin-right: 8px;
}
.ui-dialog .new-project .add-by label {
margin-right: 12px;
}
.new-project .title {
margin: 10px 0 32px;
font-size: 26px;
/*+text-shadow:0px 1px 2px #D6D6D6;*/
letter-spacing: 0;
color: #3497e6;
text-shadow: 0 1px 2px #d6d6d6;
-moz-text-shadow: 0 1px 2px #d6d6d6;
-webkit-text-shadow: 0 1px 2px #d6d6d6;
-o-text-shadow: 0 1px 2px #d6d6d6;
}
.new-project .field {
/*+text-shadow:0px 1px 1px #FFFFFF;*/
display: inline-block;
width: 686px;
margin: -2px 0 -4px auto;
background: #dfdfdf;
text-shadow: 0 1px 1px #ffffff;
-moz-text-shadow: 0 1px 1px #ffffff;
-webkit-text-shadow: 0 1px 1px #ffffff;
-o-text-shadow: 0 1px 1px #ffffff;
}
#new-project-review-tabs-resouces {
height: 225px;
background: #d2d2d2;
}
.new-project .resources .ui-widget-content {
background: #ffffff;
}
.new-project .resources .field {
height: 39px;
padding: 0;
}
.new-project .field span.value {
position: relative;
/*+placement:shift 21px 20px;*/
top: 20px;
left: 21px;
color: #475765;
}
.new-project .field label {
display: block;
float: left;
width: 104px;
height: 59px;
padding: 20px 24px 0 0;
background: #d2d2d2;
color: #5b5b5b;
text-align: right;
}
.new-project .resources .field label {
height: auto;
padding: 10px 14px 14px 40px;
font-size: 14px;
}
.new-project .field label.error {
position: absolute;
width: auto;
/*+placement:displace 154px 29px;*/
height: auto;
margin-top: 29px;
margin-left: 154px;
background: transparent;
font-size: 9px;
color: #ff0000;
}
.new-project .field input[type='text'] {
float: right;
/*+border-radius:5px;*/
width: 506px;
height: 20px;
margin: 17px 25px 0 0;
border: 1px solid #e2e1df;
border: 1px solid #c7c7c7;
border-radius: 5px;
border-radius: 5px 5px 5px 5px;
/*+box-shadow:inset 0px 1px #A1A1A1;*/
box-shadow: inset 0 1px #a1a1a1;
background: #ffffff 0 7px;
font-size: 14px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
-khtml-border-radius: 5px;
-moz-box-shadow: inset 0 1px #a1a1a1;
-webkit-box-shadow: inset 0 1px #a1a1a1;
-o-box-shadow: inset 0 1px #a1a1a1;
-moz-box-shadow: inset 0 1px 0 #a1a1a1;
-webkit-box-shadow: inset 0 1px 0 #a1a1a1;
-o-box-shadow: inset 0 1px 0 #a1a1a1;
}
.new-project .resources .field input[type='text'] {
margin: 6px 9px 0 0;
}
.new-project .button.cancel {
position: relative;
float: left;
top: 9px;
left: 488px;
left: 480px;
margin: 19px 0 0 40px;
background: transparent;
/*+placement:shift 488px 9px;*/
font-size: 12px;
font-weight: bold;
color: #808080;
color: #838181;
cursor: pointer;
}
.new-project .button.cancel:hover {
color: #3a3a3a;
}
.new-project input[type='submit'],
.new-project .button.confirm {
display: inline-block;
position: relative;
float: right;
/*+placement:float-right 63px 18px;*/
top: 18px;
left: 63px;
height: 31px;
margin: 0 63px 0 0;
border: 0;
/*+text-shadow:0px -1px 1px #465259;*/
border: 1px solid #0069cf;
border-top: 1px solid #0070fc;
border-radius: 9px;
border-radius: 9px 9px 9px 9px;
background: #0049ff url("../images/gradients.png") 0 -317px;
font-size: 13px;
font-weight: bold;
color: #ffffff;
text-shadow: 0 -1px 1px #465259;
/*+border-radius:9px;*/
cursor: pointer;
-moz-text-shadow: 0 -1px 1px #465259;
-webkit-text-shadow: 0 -1px 1px #465259;
-o-text-shadow: 0 -1px 1px #465259;
-moz-border-radius: 9px;
-webkit-border-radius: 9px;
-khtml-border-radius: 9px;
}
.new-project input[type='submit']:hover,
.new-project .button.confirm:hover {
background-position: -3px -369px;
}
.new-project .button {
cursor: pointer;
}
.new-project .button.confirm {
display: block;
height: 27px;
padding: 13px 10px 0 12px;
}
.new-project .button.confirm.next {
padding: 10px 34px 0 29px;
}
.new-project .review .button.confirm.next {
/*+placement:shift 25px 11px;*/
position: relative;
top: 11px;
left: 25px;
}
.new-project .review .ui-tabs {
/*+placement:shift -29px -31px;*/
position: relative;
top: -31px;
left: -29px;
}
.new-project .review .ui-tabs .ui-widget-content {
width: 695px;
height: 185px;
}
.new-project .review .ui-tabs .ui-widget-content.ui-tabs-hide {
display: none;
}
.new-project .review .ui-tabs ul {
position: relative;
/*+placement:shift 0px -2px;*/
top: -2px;
left: 0;
text-align: left;
}
.new-project .review .ui-tabs .list-view {
width: 688px;
height: 185px !important;
}
.new-project .review .ui-tabs .list-view .fixed-header {
position: absolute;
z-index: 1000;
top: -22px;
height: 58px;
background: #ffffff;
}
.new-project .review .ui-tabs .list-view .data-table table {
width: 669px;
margin: 31px 0 -1px;
}
.new-project .review .ui-tabs .list-view .data-table table .edit {
position: relative;
top: 0;
/*+placement:shift 14px 0px;*/
left: 14px;
width: 132px;
background: #ffffff;
}
.new-project .review .ui-tabs .list-view .data-table table .edit select {
float: left;
width: 95px;
height: 20px;
border: 1px solid #b2b2b2;
background: #ffffff;
}
.new-project .review .ui-tabs .list-view .data-table table .edit .action {
position: relative;
float: left;
top: 0;
/*+placement:shift 14px 0px;*/
left: 14px;
height: 20px;
margin: 0;
padding: 0;
}
.new-project .review .ui-tabs .list-view .toolbar {
display: none;
}
.new-project .review .project-data {
position: relative;
top: -13px;
left: -19px;
/*+placement:shift -19px -13px;*/
margin: 0;
padding: 16px;
background: #f4f4f4;
}
.new-project .review .project-data .field {
width: 677px;
margin: auto;
}
.new-project .button.later {
float: right;
margin: 19px -40px 0 0;
padding: 13px 7px 14px 8px;
/*+box-shadow:inset 0px 2px 2px #FFFFFF;*/
border: 1px solid #b1b1b1;
border-radius: 10px;
border-radius: 10px 10px 10px 10px;
box-shadow: inset 0 2px 2px #ffffff;
background: url("../images/bg-gradients.png") 0 -261px;
font-size: 13px;
color: #808080;
-moz-box-shadow: inset 0 2px 2px #ffffff;
/*+border-radius:10px;*/
-webkit-box-shadow: inset 0 2px 2px #ffffff;
-o-box-shadow: inset 0 2px 2px #ffffff;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
-khtml-border-radius: 10px;
}
.new-project .button.later:hover {
box-shadow: inset 0 1px 1px #a1a1a1;
/*+box-shadow:inset 0px 1px 1px #A1A1A1;*/
background-position: 0 -86px;
color: #000000;
-moz-box-shadow: inset 0 1px 1px #a1a1a1;
-webkit-box-shadow: inset 0 1px 1px #a1a1a1;
-o-box-shadow: inset 0 1px 1px #a1a1a1;
}
.new-project input[type='submit']:hover {
background-position: -3px -369px;
}
.new-project .resources input[type='submit'] {
display: none;
}
.new-project .multi-edit {
width: 671px;
}
.new-project .multi-edit .data {
width: 700px;
}
.new-project .multi-edit .data .data-item {
margin: 0;
border: 0;
border: 1px solid #d2d2d2;
}
.new-project .multi-edit .data .data-item.even td {
background: #dfe1e3;
}
.tooltip-box {
display: inline-block;
width: 15%;
height: auto;
margin-left: 23px;
padding: 4px;
padding: 10px;
border: 1px solid #beb8b8;
/*+border-radius:4px;*/
border-radius: 4px;
box-shadow: 0 1px 12px #353535;
background: #ffffff;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
/*+box-shadow:0px 1px 12px #353535;*/
-khtml-border-radius: 4px;
-moz-box-shadow: 0 1px 12px #353535;
-webkit-box-shadow: 0 1px 12px #353535;
-o-box-shadow: 0 1px 12px #353535;
}
.tooltip-box .arrow {
position: relative;
position: absolute;
top: 3px;
/*+placement:shift -16px 3px;*/
left: -16px;
width: 19px;
height: 30px;
background: url("../images/sprites.png") -585px -947px;
}
.tagger {
position: relative;
top: 0;
left: -4px;
width: 94%;
margin: auto;
/*+placement:shift -4px 0px;*/
padding-bottom: 12px;
border: 1px solid #cfc9c9;
background: #f2f0f0;
}
.tagger .field {
position: relative;
float: left;
width: 35%;
}
.tagger .tag-info {
margin-top: 12px;
margin-left: 8px;
font-size: 11px;
color: #757575;
}
.tagger .tag-info.title {
margin-bottom: 5px;
font-size: 11px;
color: #6f9bf0;
}
.tagger form {
margin: 12px 9px 0;
}
.tagger.readonly form {
display: none;
}
.tagger form label {
display: block;
position: relative;
float: left;
top: 8px;
left: 5px;
width: 25px;
margin-right: 9px;
/*+placement:shift 5px 8px;*/
font-size: 10px;
color: #394552;
text-align: right;
}
.tagger form label.error {
position: absolute;
top: 28px !important;
left: 44px;
color: #ff0000;
/*[empty]background-color:;*/
}
.tagger form input {
padding: 4px;
border: 1px solid #808080;
border-radius: 4px;
/*+border-radius:4px;*/
background: #ffffff;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
-khtml-border-radius: 4px;
}
.tagger form input {
width: 45%;
margin-left: 9px;
}
.tagger form input[type='submit'] {
width: auto;
margin-left: 16px;
padding: 7px 25px 7px 26px;
/*+text-shadow:0px -1px 2px #000000;*/
border: 0;
border-radius: 4px;
background: url("../images/bg-gradients.png") repeat-x 0 -220px;
color: #ffffff;
text-shadow: 0 -1px 2px #000000;
/*+border-radius:4px;*/
cursor: pointer;
-moz-text-shadow: 0 -1px 2px #000000;
-webkit-text-shadow: 0 -1px 2px #000000;
-o-text-shadow: 0 -1px 2px #000000;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
-khtml-border-radius: 4px;
}
.tagger form input[type='submit']:hover {
background-position: 0 -946px;
}
.tagger ul {
display: block;
width: 96%;
margin: 16px auto auto;
/*+border-radius:2px;*/
padding-bottom: 10px;
border: 1px solid #d2d2d2;
border-radius: 2px;
box-shadow: inset 0 0 10px #dcdcdc;
background: #ffffff;
overflow: auto;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
/*+box-shadow:inset 0px 0px 10px #DCDCDC;*/
-khtml-border-radius: 2px;
-moz-box-shadow: inset 0 0 10px #dcdcdc;
-webkit-box-shadow: inset 0 0 10px #dcdcdc;
-o-box-shadow: inset 0 0 10px #dcdcdc;
}
.tagger ul li {
display: inline-block;
position: relative;
float: left;
top: 2px;
left: 0;
height: 15px;
margin-top: 5px;
margin-right: 2px;
/*+border-radius:4px;*/
margin-left: 7px;
padding: 0 18px 0 7px;
border-radius: 4px;
background: #dfdfdf 0 4px;
/*+placement:shift 0px 2px;*/
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
-khtml-border-radius: 4px;
}
.tagger ul li span {
color: #000000;
}
.tagger ul li span.label span.value {
max-width: 100px;
overflow: hidden;
}
.tagger ul li span.label {
position: relative;
top: -2px;
left: 15px;
font-size: 10px;
}
.tagger.readonly ul li span.label {
left: 6px;
}
.tagger ul li span.label > span {
display: block;
float: left;
margin-top: 2px;
}
.tagger ul li span.label > span.key {
max-width: 134px;
margin-right: 5px;
margin-left: 15px;
font-weight: bold;
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
}
.tagger ul li span.label > span.value {
max-width: 160px;
margin-left: 6px;
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
}
.tagger ul li span.remove {
display: block;
position: absolute !important;
top: 0 !important;
left: -3px !important;
width: 15px !important;
height: 11px !important;
padding: 4px 0 0 8px;
background: #dfdfdf;
font-size: 8px;
font-weight: bold;
color: #5b5b5b;
text-indent: 4px;
cursor: pointer;
overflow: hidden !important;
}
.tagger.readonly ul li span.remove {
display: none;
}
.tagger ul li span.remove:hover {
color: #000000;
}
/** Dialog tagger*/
.ui-dialog .tagger {
width: 375px;
}
.ui-dialog .tagger .tag-info {
display: none;
}
.ui-dialog .tagger .tag-info.inside-form {
display: block;
text-align: left;
}
.ui-dialog.editTags .ui-button {
float: right;
}
.ui-dialog.editTags .ui-dialog-buttonpane {
float: right;
}
.ui-dialog .tagger .field {
width: 119px !important;
}
.ui-dialog .tagger input.key,
.ui-dialog .tagger input.value {
width: 66px !important;
height: 15px;
font-size: 11px !important;
}
.ui-dialog .tagger input[type='submit'] {
padding: 6px 15px;
}
.vpc-chart {
position: relative;
width: 100%;
height: 94%;
margin: 30px 0 0;
background: #ffffff 0 24px;
overflow: auto;
}
.vpc-chart .vpc-title {
position: relative;
position: absolute;
/*+placement:shift 11px 41px;*/
top: 41px;
left: 11px;
width: 210px;
font-size: 22px;
color: #5f768a;
}
.vpc-chart .vpc-title > span {
display: block;
float: left;
max-width: 160px;
overflow-x: auto;
overflow-y: hidden;
}
.vpc-chart .vpc-title .icon {
position: relative;
float: left;
top: -8px;
left: 6px;
/*+placement:shift 6px -8px;*/
margin-left: 10px;
padding: 7px 15px;
background: url("../images/sprites.png") no-repeat -145px -195px;
cursor: pointer;
}
.vpc-chart .vpc-title .vpc-configure-tooltip {
display: none;
position: absolute;
z-index: 2000;
width: 129px;
padding: 35px 10px 10px;
font-size: 14px;
}
.vpc-chart .vpc-title .vpc-configure-tooltip .arrow {
position: relative;
position: absolute;
z-index: 1;
/*+placement:shift 13px 26px;*/
top: 26px;
left: 13px;
width: 30px;
height: 20px;
background: #ffffff url("../images/sprites.png") no-repeat -589px -997px;
}
.vpc-chart .vpc-title .vpc-configure-tooltip ul {
position: relative;
top: -6px;
/*+border-radius:4px;*/
left: 0;
margin: 10px 0;
padding: 9px;
border: 1px solid #c2c2c2;
/*+placement:shift 0px -6px;*/
border-radius: 4px;
box-shadow: 0 1px 8px #cbcbcb;
background: #ffffff;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
/*+box-shadow:0px 1px 8px #CBCBCB;*/
-khtml-border-radius: 4px;
-moz-box-shadow: 0 1px 8px #cbcbcb;
-webkit-box-shadow: 0 1px 8px #cbcbcb;
-o-box-shadow: 0 1px 8px #cbcbcb;
}
.vpc-chart .vpc-title .vpc-configure-tooltip li {
padding: 3px 0 5px;
font-size: 12px;
cursor: pointer;
}
.vpc-chart .vpc-title .vpc-configure-tooltip li:hover {
font-weight: bold;
}
.vpc-chart ul.tiers {
margin: 79px 0 0 232px;
padding: 0 0 0 26px;
border-left: 3px solid #cccccc;
}
.vpc-chart li.tier {
display: block;
position: relative;
position: relative;
top: 58px;
/*+border-radius:4px;*/
left: 0;
width: 258px;
height: 107px;
margin: -55px 0 90px;
border: 1px solid #50545a;
border-radius: 4px;
/*+placement:shift 0px 58px;*/
box-shadow: 0 5px 7px #dadada;
background: url("../images/bg-gradients.png") 0 -2637px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
/*+box-shadow:0px 5px 7px #DADADA;*/
-khtml-border-radius: 4px;
-moz-box-shadow: 0 5px 7px #dadada;
-webkit-box-shadow: 0 5px 7px #dadada;
-o-box-shadow: 0 5px 7px #dadada;
}
.vpc-chart li.tier .loading-overlay {
/*+border-radius:4px;*/
border-radius: 4px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
-khtml-border-radius: 4px;
}
.vpc-chart li.tier .connect-line {
position: absolute;
position: relative;
position: absolute;
top: 49px;
/*+placement:shift -29px 49px;*/
left: -29px;
width: 28px;
height: 3px;
background: #cccccc 0 -8px;
}
.vpc-chart li.tier span.title {
position: relative;
/*+placement:shift 8px 7px;*/
position: absolute;
top: 7px;
left: 8px;
padding: 3px;
font-size: 24px;
color: #ffffff;
text-decoration: underline;
/*+text-shadow:1px 2px 2px #000000;*/
text-shadow: 1px 2px 2px #000000;
cursor: pointer;
-moz-text-shadow: 1px 2px 2px #000000;
-webkit-text-shadow: 1px 2px 2px #000000;
-o-text-shadow: 1px 2px 2px #000000;
}
.vpc-chart li.tier span.cidr {
/*+placement:shift 12px 46px;*/
position: relative;
position: absolute;
top: 46px;
left: 12px;
font-size: 14px;
/*+text-shadow:0px -1px 1px #343E4C;*/
color: #ffffff;
text-shadow: 0 -1px 1px #343e4c;
-moz-text-shadow: 0 -1px 1px #343e4c;
-webkit-text-shadow: 0 -1px 1px #343e4c;
-o-text-shadow: 0 -1px 1px #343e4c;
}
.vpc-chart li.tier .actions {
position: relative;
position: absolute;
position: absolute;
/*+border-radius:0 0 4px 4px;*/
top: 71px;
left: -1px;
width: 258px;
height: 35px;
/*+placement:shift -1px 71px;*/
border: 1px solid #808080;
border-top: 1px solid #4c545e;
border-radius: 0 0 4px 4px;
box-shadow: inset 0 1px #ffffff;
/*+box-shadow:inset 0px 1px #FFFFFF;*/
background: #cccccc;
-moz-border-radius: 0 0 4px 4px;
-webkit-border-radius: 0 0 4px 4px;
-khtml-border-radius: 0 0 4px 4px;
-moz-box-shadow: inset 0 1px #ffffff;
-webkit-box-shadow: inset 0 1px #ffffff;
-o-box-shadow: inset 0 1px #ffffff;
}
.vpc-chart li.tier .actions .action {
float: left;
width: 50px;
height: 24px;
margin: 4px 0 4px 4px;
border: 1px solid #909090;
/*+border-radius:4px;*/
border-radius: 4px;
background: url("../images/bg-gradients.png") 0 -2533px;
font-weight: bold;
color: #4b637a;
text-align: center;
text-shadow: 0 1px 1px #ffffff;
cursor: pointer;
-moz-border-radius: 4px;
/*+text-shadow:0px 1px 1px #FFFFFF;*/
-webkit-border-radius: 4px;
-khtml-border-radius: 4px;
-moz-text-shadow: 0 1px 1px #ffffff;
-webkit-text-shadow: 0 1px 1px #ffffff;
-o-text-shadow: 0 1px 1px #ffffff;
}
.vpc-chart li.tier .actions .action.disabled,
.vpc-chart li.tier .actions .action.disabled:hover {
border-color: #b5b5b5;
box-shadow: none;
/*+text-shadow:none;*/
background: #cfcfcf;
color: #9d9d9d;
text-shadow: none;
cursor: not-allowed;
-moz-text-shadow: none;
-webkit-text-shadow: none;
/*+box-shadow:none;*/
-o-text-shadow: none;
-moz-box-shadow: none;
-webkit-box-shadow: none;
-o-box-shadow: none;
}
.vpc-chart li.tier .actions .action:hover {
border: 1px solid #7a8b9a;
box-shadow: inset 1px 2px 4px #808080;
background-position: 0 -106px;
/*+box-shadow:inset 1px 2px 4px #808080;*/
color: #5b7a96;
-moz-box-shadow: inset 1px 2px 4px #808080;
-webkit-box-shadow: inset 1px 2px 4px #808080;
-o-box-shadow: inset 1px 2px 4px #808080;
}
.vpc-chart li.tier .actions .action span.label {
/*+placement:shift 1px 3px;*/
position: relative;
top: 3px;
left: 1px;
font-size: 11px;
}
.vpc-chart li.tier .actions .action.remove,
.vpc-chart li.tier .actions .action.remove:hover {
position: relative;
float: right;
top: -2px;
left: -3px;
width: 30px;
/*+placement:shift -3px -2px;*/
padding: 0;
border: 0;
box-shadow: none;
/*+box-shadow:none;*/
background: none;
-moz-box-shadow: none;
-webkit-box-shadow: none;
-o-box-shadow: none;
}
.vpc-chart li.tier .action span.icon {
position: relative;
float: left;
top: 3px;
left: 1px;
width: 37px;
/*+placement:shift 1px 3px;*/
height: 23px;
background-image: url("../images/sprites.png");
cursor: pointer;
}
.vpc-chart li.tier .vm-count {
display: block;
position: absolute;
top: 3px;
left: 134px;
width: 100px;
/*+text-shadow:1px 2px 2px #000000;*/
margin: 4px;
padding: 5px;
border: 1px solid transparent;
font-size: 23px;
color: #ffffff;
text-align: center;
text-decoration: underline;
text-shadow: 1px 2px 2px #000000;
cursor: pointer;
-moz-text-shadow: 1px 2px 2px #000000;
-webkit-text-shadow: 1px 2px 2px #000000;
-o-text-shadow: 1px 2px 2px #000000;
}
.vpc-chart li.tier.loading .vm-count {
padding-right: 10px;
}
.vpc-chart li.tier .vm-count .loading-overlay {
opacity: 1;
display: none;
position: absolute;
top: 7px;
left: 15px;
width: 24px;
/*+border-radius:12px;*/
height: 24px;
border-radius: 12px;
background-image: url("../images/ajax-loader-small.gif");
-moz-border-radius: 12px;
-webkit-border-radius: 12px;
/*+opacity:100%;*/
-khtml-border-radius: 12px;
filter: alpha(opacity=100);
-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
-moz-opacity: 1;
}
.vpc-chart li.tier.loading .vm-count .loading-overlay {
display: block;
}
.vpc-chart li.tier .vm-count:hover,
.vpc-chart li.tier .title:hover {
border: 1px solid #4c545e;
border-radius: 4px;
background: url("../images/bg-gradients.png") 0 -2751px;
}
.vpc-chart li.tier .vm-count .total {
padding-right: 4px;
font-size: 24px;
}
.vpc-chart li.tier.placeholder {
border: dotted #acacac;
border-radius: 4px;
/*+border-radius:4px;*/
box-shadow: none;
background: #ececec;
cursor: pointer;
-moz-border-radius: 4px;
/*+box-shadow:none;*/
-webkit-border-radius: 4px;
-khtml-border-radius: 4px;
-moz-box-shadow: none;
-webkit-box-shadow: none;
-o-box-shadow: none;
}
.vpc-chart li.tier.placeholder:hover {
box-shadow: 0 2px 8px #a7a7a7;
/*+box-shadow:0px 2px 8px #A7A7A7;*/
background: #d3d3d3;
-moz-box-shadow: 0 2px 8px #a7a7a7;
-webkit-box-shadow: 0 2px 8px #a7a7a7;
-o-box-shadow: 0 2px 8px #a7a7a7;
}
.vpc-chart li.tier.placeholder span {
top: 40px;
left: 66px;
color: #9f9f9f;
/*+text-shadow:none;*/
text-decoration: none;
text-shadow: none;
-moz-text-shadow: none;
-webkit-text-shadow: none;
-o-text-shadow: none;
}
.vpc-chart li.tier.placeholder:hover span {
border: 0;
/*+text-shadow:0px 0px 7px #FFFFFF;*/
background: none;
color: #000000;
text-shadow: 0 0 7px #ffffff;
-moz-text-shadow: 0 0 7px #ffffff;
-webkit-text-shadow: 0 0 7px #ffffff;
-o-text-shadow: 0 0 7px #ffffff;
}
.vpc-chart li.tier.virtual-router {
position: relative;
top: -36px;
left: 17px;
/*+placement:shift 17px -36px;*/
width: 222px;
height: 65px;
margin: 0;
border: 1px solid #adadad;
background-position: 0 -2519px;
cursor: pointer;
}
.vpc-chart li.tier.virtual-router:hover {
text-decoration: underline;
}
.vpc-chart li.tier.virtual-router.disabled:hover {
text-decoration: none;
}
.vpc-chart li.tier.virtual-router.disabled,
.vpc-chart li.tier.virtual-router.disabled span {
cursor: default;
}
.vpc-chart li.tier.virtual-router span {
position: relative;
top: 22px;
/*+text-shadow:0px 1px 3px #FFFFFF;*/
left: 53px;
font-size: 18px;
color: #586e82;
text-decoration: none;
/*+placement:shift 53px 22px;*/
text-shadow: 0 1px 3px #ffffff;
-moz-text-shadow: 0 1px 3px #ffffff;
-webkit-text-shadow: 0 1px 3px #ffffff;
-o-text-shadow: 0 1px 3px #ffffff;
}
.vpc-chart li.tier.virtual-router span:hover {
border: 0;
background: none;
}
.vpc-chart li.tier.virtual-router .connect-line {
/*+placement:shift -47px 14px;*/
position: relative;
top: 14px;
left: -47px;
width: 46px;
}
/*VPC: Enable Static NAT fields*/
.list-view.instances .filters.tier-select {
width: 246px;
margin: 1px 120px 0 19px;
padding: 2px 20px 2px 13px;
}
.list-view.instances .filters.tier-select label {
color: #ffffff;
/*+text-shadow:0px 1px 3px #000000;*/
text-shadow: 0 1px 3px #000000;
-moz-text-shadow: 0 1px 3px #000000;
-webkit-text-shadow: 0 1px 3px #000000;
-o-text-shadow: 0 1px 3px #000000;
}
.list-view.instances .filters.tier-select select {
float: left;
width: 166px;
}
.ui-dialog.configure-acl .multi-edit {
width: 866px;
}
.ui-dialog.configure-acl .multi-edit table {
max-width: none;
}
.ui-dialog.configure-acl .multi-edit table select,
.detail-view .acl .multi-edit select {
width: 76px;
}
.ui-dialog.configure-acl .ui-dialog-buttonpane {
/*+placement:shift 722px -2px;*/
position: relative;
top: -2px;
left: 722px;
}
.ui-dialog.configure-acl div.view.list-view {
max-height: 474px;
}
.ui-dialog.configure-acl .multi-edit .data {
width: 901px;
height: 370px;
margin: 0;
padding: 0;
overflow: auto;
overflow-x: hidden;
}
.ui-dialog.configure-acl .multi-edit .data .multi-actions {
min-width: none !important;
max-width: none !important;
}
.ui-dialog.configure-acl .view.list-view table.body tr td.actions {
width: 184px !important;
max-width: 184px !important;
}
div.ui-dialog div.acl div.multi-edit table.multi-edit thead tr th,
div.ui-dialog div.acl div.multi-edit table.multi-edit tbody tr td {
min-width: 75px;
}
div.ui-dialog div.acl div.multi-edit div.data div.data-body div.data-item table tbody tr td {
width: 100%;
min-width: 77px;
}
.detail-view .acl .multi-edit th,
.detail-view .acl .multi-edit td {
min-width: 25px !important;
padding-right: 0 !important;
}
.detail-view .acl .multi-edit th {
font-size: 10px;
}
.detail-view .acl .multi-edit input {
width: 50px;
}
.detail-view .acl .multi-edit .add-vm {
width: 51px;
padding-right: 0;
text-indent: 0;
}
.detail-view .acl .multi-edit td.multi-actions {
width: 65px;
}
.ui-dialog .health-check {
height: 295px !important;
padding-bottom: 93px;
}
div.ui-dialog div.health-check div.health-check-description {
color: #808080;
}
div.ui-dialog div.health-check div.form-container form div.form-item {
width: 58%;
margin-top: -16px;
margin-bottom: 30px;
margin-left: 116px;
}
div.ui-dialog div.health-check div.health-check-config-title {
float: left;
margin-left: 15px;
font-size: 17px;
color: #808080;
}
div.ui-dialog div.health-check div.health-check-advanced-title {
float: left;
margin-top: -70px;
margin-left: 15px;
font-size: 17px;
color: #808080;
}
.ui-dialog div.autoscaler {
max-height: 600px;
overflow: auto;
}
div.container div.panel div#details-tab-network.detail-group div div.multi-edit table.multi-edit tbody tr td,
div.container div.panel div#details-tab-network.detail-group div div.multi-edit table.multi-edit thead tr th {
min-width: 80px;
max-width: 80px;
font-size: 10px;
}
.ui-dialog div.autoscaler .detail-actions .buttons {
float: right;
margin-right: 6px;
}
.ui-dialog div.autoscaler .detail-actions .buttons .action {
float: left;
width: 32px;
}
.ui-dialog div.autoscaler div.form-container div.form-item[rel='securityGroups'] {
display: block;
float: left;
width: 370px;
}
.ui-dialog div.autoscaler div.form-container div.form-item[rel='diskOfferingId'] {
display: inline-block;
position: relative;
float: left;
width: 370px;
margin-top: 1px;
}
.ui-dialog div.autoscaler div.form-container div.form-item[rel='minInstance'] {
display: block;
float: left;
width: 50%;
}
.ui-dialog div.autoscaler div.form-container div.form-item[rel='maxInstance'] {
display: inline-block;
position: relative;
float: left;
left: -30px;
width: 50%;
}
.ui-dialog div.autoscaler div.form-container div.form-item[rel='interval'] {
display: block;
float: left;
width: 50%;
}
.ui-dialog div.autoscaler div.form-container div.form-item[rel='quietTime'] {
display: inline-block;
position: relative;
float: left;
left: -15px;
width: 50%;
}
.ui-dialog div.autoscaler div.form-container div.form-item[rel='snmpCommunity'] {
display: block;
float: left;
width: 50%;
}
.ui-dialog div.autoscaler div.form-container div.form-item[rel='snmpPort'] {
display: inline-block;
position: relative;
float: left;
left: -15px;
width: 50%;
}
.ui-dialog div.autoscaler div.form-container div.value select {
float: left;
width: 88%;
}
div.ui-dialog div.autoscaler div.scale-up-policy-title div.form-container {
height: 55px;
}
div.ui-dialog div.autoscaler div.scale-down-policy-title div.form-container {
height: 55px;
}
div.ui-dialog div.autoscaler div.scale-up-policy div.multi-edit {
margin-top: 0;
}
div.ui-dialog div.autoscaler div.scale-down-policy div.multi-edit {
margin-top: 0;
}
div.ui-dialog div.autoscaler div.scale-up-policy-title {
margin-top: 40px;
margin-left: -650px;
color: #0055bb;
}
div.ui-dialog div.autoscaler div.scale-up-policy-title label {
margin-right: 10px;
margin-left: 200px;
font-size: 13px;
}
div.ui-dialog div.autoscaler div.scale-up-policy-title hr.policy-divider {
margin-bottom: 12px;
border-top: 1px none #38546d;
border-right: 1px none #16222c;
border-left: 1px none #38546d;
}
div.ui-dialog div.autoscaler div.scale-down-policy-title hr.policy-divider {
margin-bottom: 12px;
border-top: 1px none #38546d;
border-right: 1px none #16222c;
border-left: 1px none #38546d;
}
div.ui-dialog div.autoscaler div.field-group.bottom-fields hr.policy-divider {
margin-top: 15px;
margin-bottom: -1px;
border-top: 1px none #38546d;
border-right: 1px none #16222c;
border-left: 1px none #38546d;
}
div.ui-dialog div.autoscaler div.scale-down-policy-title label {
margin-right: 10px;
margin-left: 170px;
font-size: 13px;
}
div.ui-dialog div.autoscaler div.scale-down-policy-title {
margin-top: 10px;
margin-left: -620px;
color: #0055bb;
}
div.ui-dialog div.autoscaler div.scale-up-policy-title div.form-container div.form-item div.value input[type='text'] {
width: 30%;
margin-top: -17px;
margin-left: 729px;
}
div.ui-dialog div.autoscaler div.scale-up-policy-title div.form-container div.form-item div.name {
margin-left: 420px;
}
div.ui-dialog div.autoscaler div.scale-down-policy-title div.form-container div.form-item div.value input[type='text'] {
width: 30%;
margin-top: -16px;
margin-left: 698px;
}
div.ui-dialog div.autoscaler div.scale-down-policy-title div.form-container div.form-item div.name {
margin-left: 420px;
}
div.ui-dialog div.autoscaler div.scale-up-policy div.multi-edit div.data div.data-body div.data-item {
margin-right: 22px;
margin-bottom: 0;
}
div.ui-dialog div.autoscaler div.scale-down-policy div.multi-edit div.data div.data-body div.data-item {
margin-right: 22px;
margin-bottom: 0;
}
div.ui-dialog div.autoscaler div.scale-up-policy div.slide-label {
width: 12px;
margin-bottom: 3px;
margin-left: 755px;
font-size: 14px;
color: #a5a3a7;
}
div.ui-dialog div.autoscaler div.scale-down-policy div.slide-label {
width: 12px;
margin-bottom: 3px;
margin-left: 755px;
font-size: 14px;
color: #a5a3a7;
}
div.ui-dialog div.autoscaler div.scale-up-policy div.hide {
float: right;
width: 14px;
height: 15px;
margin: -20px 45px 0 11px;
border: 1px solid #d0d0d0;
border-radius: 9px 9px 9px 9px;
background: #ffffff url("../images/minus.png") no-repeat 38% 59%;
cursor: pointer;
}
div.ui-dialog div.autoscaler div.scale-down-policy div.hide {
float: right;
width: 14px;
height: 15px;
margin: -20px 45px 0 11px;
border: 1px solid #d0d0d0;
border-radius: 9px 9px 9px 9px;
background: #ffffff url("../images/minus.png") no-repeat 31% 54%;
cursor: pointer;
}
div.ui-dialog div.autoscaler div.scale-up-policy div.expand {
float: right;
width: 14px;
height: 15px;
margin: -20px 45px 0 11px;
border: 1px solid #d0d0d0;
border-radius: 9px 9px 9px 9px;
background: #ffffff url("../images/sprites.png") repeat -541px -499px;
cursor: pointer;
}
div.ui-dialog div.autoscaler div.scale-down-policy div.expand {
float: right;
width: 14px;
height: 15px;
margin: -20px 45px 0 11px;
border: 1px solid #d0d0d0;
border-radius: 9px 9px 9px 9px;
background: #ffffff url("../images/sprites.png") repeat -541px -499px;
cursor: pointer;
}
div.ui-dialog div.autoscaler div.field-group div.form-container form div.form-item div.name label {
font-size: 11px;
}
/*List state BG colors*/
.list-view .body td.item-state-on {
border-bottom: 1px solid #09bc09;
background: #c0ffc0;
}
.list-view .body td.item-state-off {
border-bottom: 1px solid #ff9f9f;
background: #ffd8cf;
}
.list-view .body tr.selected td.item-state-on,
.list-view .body tr.selected td.item-state-off {
border-color: inherit;
background-color: inherit;
}
/*Autoscaler*/
.ui-dialog div.autoscaler {
max-height: 600px;
overflow: auto;
}
div.container div.panel div#details-tab-network.detail-group div div.multi-edit table.multi-edit tbody tr td,
div.container div.panel div#details-tab-network.detail-group div div.multi-edit table.multi-edit thead tr th {
min-width: 72px;
font-size: 10px;
}
.ui-dialog div.autoscaler .detail-actions .buttons {
float: right;
margin-right: 6px;
}
.ui-dialog div.autoscaler .detail-actions .buttons .action {
float: left;
width: 32px;
}
.ui-dialog div.autoscaler div.form-container div.form-item[rel='securityGroups'] {
display: block;
float: left;
width: 370px;
}
.ui-dialog div.autoscaler div.form-container div.form-item[rel='diskOfferingId'] {
display: inline-block;
position: relative;
float: left;
width: 370px;
margin-top: 1px;
}
.ui-dialog div.autoscaler div.form-container div.form-item[rel='minInstance'] {
display: block;
float: left;
width: 50%;
}
.ui-dialog div.autoscaler div.form-container div.form-item[rel='maxInstance'] {
display: inline-block;
position: relative;
float: left;
left: -30px;
width: 50%;
}
.ui-dialog div.autoscaler div.form-container div.form-item[rel='interval'] {
display: block;
float: left;
width: 50%;
}
.ui-dialog div.autoscaler div.form-container div.form-item[rel='quietTime'] {
display: inline-block;
position: relative;
float: left;
left: -15px;
width: 50%;
}
.ui-dialog div.autoscaler div.form-container div.form-item[rel='snmpCommunity'] {
display: block;
float: left;
width: 50%;
}
.ui-dialog div.autoscaler div.form-container div.form-item[rel='snmpPort'] {
display: inline-block;
position: relative;
float: left;
left: -15px;
width: 50%;
}
.ui-dialog div.autoscaler div.form-container div.value select {
float: left;
width: 88%;
}
div.ui-dialog div.autoscaler div.scale-up-policy-title div.form-container {
height: 55px;
}
div.ui-dialog div.autoscaler div.scale-down-policy-title div.form-container {
height: 55px;
}
div.ui-dialog div.autoscaler div.scale-up-policy div.multi-edit {
margin-top: 0;
}
div.ui-dialog div.autoscaler div.scale-down-policy div.multi-edit {
margin-top: 0;
}
div.ui-dialog div.autoscaler div.scale-up-policy-title {
margin-top: 40px;
margin-left: -650px;
color: #0055bb;
}
div.ui-dialog div.autoscaler div.scale-up-policy-title label {
margin-right: 10px;
margin-left: 200px;
font-size: 13px;
}
div.ui-dialog div.autoscaler div.scale-up-policy-title hr.policy-divider {
margin-bottom: 12px;
border-top: 1px none #38546d;
border-right: 1px none #16222c;
border-left: 1px none #38546d;
}
div.ui-dialog div.autoscaler div.scale-down-policy-title hr.policy-divider {
margin-bottom: 12px;
border-top: 1px none #38546d;
border-right: 1px none #16222c;
border-left: 1px none #38546d;
}
div.ui-dialog div.autoscaler div.field-group.bottom-fields hr.policy-divider {
margin-top: 15px;
margin-bottom: -1px;
border-top: 1px none #38546d;
border-right: 1px none #16222c;
border-left: 1px none #38546d;
}
div.ui-dialog div.autoscaler div.scale-down-policy-title label {
margin-right: 10px;
margin-left: 170px;
font-size: 13px;
}
div.ui-dialog div.autoscaler div.scale-down-policy-title {
margin-top: 10px;
margin-left: -620px;
color: #0055bb;
}
div.ui-dialog div.autoscaler div.scale-up-policy-title div.form-container div.form-item div.value input[type='text'] {
width: 30%;
margin-top: 1px;
margin-left: 195px;
}
div.ui-dialog div.autoscaler div.scale-up-policy-title div.form-container div.form-item div.name {
margin-left: 390px;
}
div.ui-dialog div.autoscaler div.scale-down-policy-title div.form-container div.form-item div.value input[type='text'] {
width: 30%;
margin-top: -16px;
margin-left: 670px;
}
div.ui-dialog div.autoscaler div.scale-down-policy-title div.form-container div.form-item div.name {
margin-left: 390px;
}
div.ui-dialog div.autoscaler div.scale-up-policy div.multi-edit div.data div.data-body div.data-item {
margin-right: 22px;
margin-bottom: 0;
}
div.ui-dialog div.autoscaler div.scale-down-policy div.multi-edit div.data div.data-body div.data-item {
margin-right: 22px;
margin-bottom: 0;
}
div.ui-dialog div.autoscaler div.scale-up-policy div.slide-label {
width: 12px;
margin-bottom: 3px;
margin-left: 755px;
font-size: 14px;
color: #a5a3a7;
}
div.ui-dialog div.autoscaler div.scale-down-policy div.slide-label {
width: 12px;
margin-bottom: 3px;
margin-left: 755px;
font-size: 14px;
color: #a5a3a7;
}
div.ui-dialog div.autoscaler div.scale-up-policy div.hide {
float: right;
width: 14px;
height: 15px;
margin: -20px 45px 0 11px;
border: 1px solid #d0d0d0;
border-radius: 9px 9px 9px 9px;
background: #ffffff url("../images/minus.png") no-repeat 38% 59%;
cursor: pointer;
}
div.ui-dialog div.autoscaler div.scale-down-policy div.hide {
float: right;
width: 14px;
height: 15px;
margin: -20px 45px 0 11px;
border: 1px solid #d0d0d0;
border-radius: 9px 9px 9px 9px;
background: #ffffff url("../images/minus.png") no-repeat 31% 54%;
cursor: pointer;
}
div.ui-dialog div.autoscaler div.scale-up-policy div.expand {
float: right;
width: 14px;
height: 15px;
margin: -20px 45px 0 11px;
border: 1px solid #d0d0d0;
border-radius: 9px 9px 9px 9px;
background: #ffffff url("../images/sprites.png") repeat -541px -499px;
cursor: pointer;
}
div.ui-dialog div.autoscaler div.scale-down-policy div.expand {
float: right;
width: 14px;
height: 15px;
margin: -20px 45px 0 11px;
border: 1px solid #d0d0d0;
border-radius: 9px 9px 9px 9px;
background: #ffffff url("../images/sprites.png") repeat -541px -499px;
cursor: pointer;
}
div.ui-dialog div.autoscaler div.field-group div.form-container form div.form-item div.name label {
font-size: 11px;
}
.ui-datepicker {
display: none;
width: 300px;
height: auto;
padding: 4px 0 0;
border-radius: 4px;
/*+border-radius:4px;*/
box-shadow: 0 3px 8px #000000;
background: #ffffff 0 -2470px;
overflow: hidden;
-moz-border-radius: 4px;
/*+box-shadow:0px 3px 8px #000000;*/
-webkit-border-radius: 4px;
-khtml-border-radius: 4px;
-moz-box-shadow: 0 3px 8px #000000;
-webkit-box-shadow: 0 3px 8px #000000;
-o-box-shadow: 0 3px 8px #000000;
}
.ui-datepicker .ui-datepicker-title {
width: 100%;
margin: auto;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
margin: 6px 13px 6px 14px;
padding: 6px;
/*+box-shadow:0px 1px 5px #444444;*/
border-radius: 4px;
box-shadow: 0 1px 5px #444444;
background: url("../images/bg-gradients.png") 0 -182px;
font-size: 13px;
/*+text-shadow:0px -1px 1px #050505;*/
font-size: 12px;
color: #ffffff;
text-shadow: 0 -1px 1px #050505;
cursor: pointer;
-moz-box-shadow: 0 1px 5px #444444;
-webkit-box-shadow: 0 1px 5px #444444;
-o-box-shadow: 0 1px 5px #444444;
-moz-text-shadow: 0 -1px 1px #050505;
-webkit-text-shadow: 0 -1px 1px #050505;
/*+border-radius:4px;*/
-o-text-shadow: 0 -1px 1px #050505;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
-khtml-border-radius: 4px;
}
.ui-datepicker .ui-datepicker-prev:hover,
.ui-datepicker .ui-datepicker-next:hover {
/*+box-shadow:inset 0px 0px 10px #000000;*/
box-shadow: inset 0 0 10px #000000;
-moz-box-shadow: inset 0 0 10px #000000;
-webkit-box-shadow: inset 0 0 10px #000000;
-o-box-shadow: inset 0 0 10px #000000;
}
.ui-datepicker .ui-datepicker-prev {
float: left;
}
.ui-datepicker .ui-datepicker-next {
float: right;
}
.ui-datepicker .ui-datepicker-title .ui-datepicker-month {
width: 85px;
font-size: 16px;
color: #2c363f;
}
.ui-datepicker .ui-datepicker-title {
position: relative;
top: 6px;
left: 0;
width: 188px;
/*+placement:shift 0px 6px;*/
height: 19px;
padding: 3px 0 0;
text-align: center;
}
.ui-datepicker table {
width: 277px;
height: 9px;
}
.ui-datepicker table th,
.ui-datepicker table td {
min-width: 24px;
padding: 7px 0;
border: 1px solid #b9b6b6;
text-align: center;
text-indent: 0;
/*[empty]+placement:;*/
}
.ui-datepicker table td {
cursor: pointer;
}
.ui-datepicker table td.ui-state-disabled,
.ui-datepicker table td.ui-state-disabled:hover {
box-shadow: none;
/*+box-shadow:none;*/
background-color: #dcdcdc;
cursor: default;
-moz-box-shadow: none;
-webkit-box-shadow: none;
-o-box-shadow: none;
}
.ui-datepicker table td a {
font-size: 12px;
color: #485867;
text-decoration: none;
}
.ui-datepicker table td:hover {
box-shadow: inset 0 0 4px #6b6b6b;
/*+box-shadow:inset 0px 0px 4px #6B6B6B;*/
background-color: #6a839a;
-moz-box-shadow: inset 0 0 4px #6b6b6b;
-webkit-box-shadow: inset 0 0 4px #6b6b6b;
-o-box-shadow: inset 0 0 4px #6b6b6b;
}
.ui-datepicker table td:hover a {
color: #ffffff;
text-shadow: 0 -1px #000000;
}
.plugins-listing ul {
width: 100%;
}
.plugins-listing ul li {
/*+border-radius:4px;*/
width: 98%;
height: 66px;
margin: 9px auto 12px;
border: 1px solid #a8a3a3;
/*+box-shadow:0px 2px 6px #D3D3D3;*/
border-radius: 4px;
box-shadow: 0 2px 6px #d3d3d3;
background: url("../images/bg-gradients.png") 0 -29px;
cursor: pointer;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
-khtml-border-radius: 4px;
-moz-box-shadow: 0 2px 6px #d3d3d3;
-webkit-box-shadow: 0 2px 6px #d3d3d3;
-o-box-shadow: 0 2px 6px #d3d3d3;
}
.plugins-listing ul li:hover {
/*+box-shadow:inset 0px 2px 4px #B9B9B9;*/
box-shadow: inset 0 2px 4px #b9b9b9;
-moz-box-shadow: inset 0 2px 4px #b9b9b9;
-webkit-box-shadow: inset 0 2px 4px #b9b9b9;
-o-box-shadow: inset 0 2px 4px #b9b9b9;
}
.plugins-listing ul li .title {
display: block;
float: left;
width: 90%;
margin: 13px 0 7px;
/*+text-shadow:0px 1px 1px #FFFFFF;*/
font-weight: bold;
color: #4a5a6a;
text-shadow: 0 1px 1px #ffffff;
-moz-text-shadow: 0 1px 1px #ffffff;
-webkit-text-shadow: 0 1px 1px #ffffff;
-o-text-shadow: 0 1px 1px #ffffff;
}
.plugins-listing ul li .desc {
font-size: 13px;
color: #524e4e;
}
.plugins-listing ul li .icon {
display: block;
float: left;
width: 50px;
height: 50px;
margin: 8px 13px 13px 11px;
}
.plugins-listing ul li .icon img {
width: 100%;
height: 100%;
}
.region-switcher {
display: inline-block;
position: relative;
/*+border-radius:4px;*/
position: relative;
float: left;
top: 1px;
left: 27px;
height: 28px;
margin: 5px 13px 0 0;
border-radius: 4px;
cursor: pointer;
/*+placement:shift 27px 1px;*/
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
-khtml-border-radius: 4px;
}
.region-selector {
/*+border-radius:4px;*/
position: relative;
position: absolute;
z-index: 5500;
top: 49px;
left: 185px;
width: 318px;
height: 372px;
/*+placement:shift 185px 49px;*/
border-radius: 4px;
background: url("../images/bg-notifications.png") center;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
-khtml-border-radius: 4px;
}
.region-selector h2 {
margin: 31px 0 14px;
font-size: 21px;
letter-spacing: 1px;
color: #ffffff;
/*+text-shadow:0px 1px 2px #000000;*/
text-align: center;
text-shadow: 0 1px 2px #000000;
-moz-text-shadow: 0 1px 2px #000000;
-webkit-text-shadow: 0 1px 2px #000000;
-o-text-shadow: 0 1px 2px #000000;
}
.region-selector .buttons {
width: 95%;
height: 33px;
margin: 5px auto 0;
}
.region-selector .buttons .button.close {
float: right;
margin-right: 10px;
padding: 8px;
border-bottom: 1px solid #232323;
/*+border-radius:4px;*/
border-radius: 4px;
background: url("../images/gradients.png") 0 -317px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
-khtml-border-radius: 4px;
}
.region-selector .buttons .button.close:hover {
/*+box-shadow:inset 0px 2px 4px #525252;*/
box-shadow: inset 0 2px 4px #525252;
-moz-box-shadow: inset 0 2px 4px #525252;
-webkit-box-shadow: inset 0 2px 4px #525252;
-o-box-shadow: inset 0 2px 4px #525252;
}
.region-selector .buttons .button.close span {
font-weight: bold;
letter-spacing: 1px;
color: #ffffff;
/*+text-shadow:0px 1px 2px #000000;*/
text-shadow: 0 1px 2px #000000;
-moz-text-shadow: 0 1px 2px #000000;
-webkit-text-shadow: 0 1px 2px #000000;
-o-text-shadow: 0 1px 2px #000000;
}
.region-selector ul {
width: 94%;
height: 237px;
/*+border-radius:4px;*/
margin: auto;
border: 1px solid #b7b7b7;
border-radius: 4px;
box-shadow: inset 0 0 8px #a3a3a3;
background: #ffffff;
overflow: auto;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
/*+box-shadow:inset 0px 0px 8px #A3A3A3;*/
-khtml-border-radius: 4px;
-moz-box-shadow: inset 0 0 8px #a3a3a3;
-webkit-box-shadow: inset 0 0 8px #a3a3a3;
-o-box-shadow: inset 0 0 8px #a3a3a3;
}
.region-selector ul li {
width: 100%;
padding: 15px 0;
border-bottom: 1px solid #cacaca;
/*+text-shadow:none;*/
background: none;
font-size: 13px;
color: #415c72;
text-indent: 14px;
text-shadow: none;
cursor: pointer;
-moz-text-shadow: none;
-webkit-text-shadow: none;
-o-text-shadow: none;
}
.region-selector ul li:hover,
.region-selector ul li.active {
background: #e9e9e9 url("../images/bg-gradients.png") repeat-x 0 -31px;
/*+text-shadow:0px 1px #FFFFFF;*/
text-shadow: 0 1px #ffffff;
-moz-text-shadow: 0 1px #ffffff;
-webkit-text-shadow: 0 1px #ffffff;
-o-text-shadow: 0 1px #ffffff;
}
.region-switcher .icon {
display: inline-block;
display: block;
position: absolute;
float: left;
width: 26px;
height: 26px;
background: url("../images/sprites.png") -15px -1313px;
}
.region-switcher .title {
display: inline-block;
position: relative;
float: right;
top: 0;
left: -1px;
max-width: 285px;
padding: 9px 9px 0 34px;
font-size: 13px;
font-weight: 100;
/*+placement:shift -1px 0px;*/
white-space: nowrap;
color: #ffffff;
overflow: hidden;
}
.region-switcher:hover,
.region-switcher.active {
/*+box-shadow:inset 0px 1px 5px #000000;*/
box-shadow: inset 0 1px 5px #000000;
-moz-box-shadow: inset 0 1px 5px #000000;
-webkit-box-shadow: inset 0 1px 5px #000000;
-o-box-shadow: inset 0 1px 5px #000000;
}
.region-switcher:hover .icon,
.region-switcher.active .icon {
background-position: -70px -1311px;
}
.cacert-download {
display: inline-block;
position: relative;
position: absolute;
float: right;
top: 20px;
left: 1175px;
height: 30px;
cursor: pointer;
}
.cacert-download .icon {
display: inline-block;
display: block;
position: absolute;
float: left;
width: 32px;
height: 30px;
background: url("../images/sprites.png") -142px -348px;
}
.cacert-download:hover .icon,
.cacert-download.active .icon {
background-position: -368px -348px;
}
.action.edit .icon {
background-position: 1px -1px;
}
.action.edit:hover .icon {
background-position: 1px -583px;
}
.start .icon,
.startByAdmin .icon {
background-position: -169px -1px;
}
.start:hover .icon,
.startByAdmin:hover .icon {
background-position: -169px -583px;
}
.updateVmwareDc .icon {
background-position: -265px -148px;
}
.updateVmwareDc:hover .icon {
background-position: -265px -728px;
}
.stop .icon,
.removeVmwareDc .icon,
.release .icon {
background-position: 0 -31px;
}
.stop:hover .icon,
.removeVmwareDc:hover .icon,
.release:hover .icon {
background-position: 0 -613px;
}
.restart .icon,
.releaseDedicatedZone .icon {
background-position: 0 -63px;
}
.restart:hover .icon,
.releaseDedicatedZone:hover .icon {
background-position: 0 -645px;
}
.destroy .icon,
.expunge .icon,
.remove .icon,
.removeMulti .icon,
.delete .icon,
.decline .icon,
.deleteacllist .icon {
background-position: 1px -92px;
}
.destroy:hover .icon,
.expunge:hover .icon,
.remove:hover .icon,
.delete:hover .icon,
.deleteacllist:hover .icon {
background-position: 1px -674px;
}
.migrate .icon,
.migrateToAnotherStorage .icon {
background-position: 0 -125px;
}
.migrate:hover .icon,
.migrateToAnotherStorage:hover .icon {
background-position: 0 -707px;
}
.migrate .icon,
.migrateVolume .icon {
background-position: 0 -125px;
}
.migrate:hover .icon,
.migrateVolume:hover .icon {
background-position: 0 -707px;
}
.viewMetrics .icon {
background-position: -40px -32px;
}
.viewMetrics:hover .icon {
background-position: -40px -32px;
}
.refreshMetrics .icon {
background-position: 0 -62px;
}
.refreshMetrics:hover .icon {
background-position: 0 -62px;
}
.attach .icon,
.attachISO .icon,
.attachDisk .icon,
.associateProfileToBlade .icon {
background-position: -104px -3px;
}
.attach:hover .icon,
.attachISO:hover .icon,
.attachDisk:hover .icon {
background-position: -101px -585px;
}
.detach .icon,
.detachISO .icon,
.detachDisk .icon,
.disassociateProfileFromBlade .icon {
background-position: -101px -65px;
}
.detach:hover .icon,
.detachISO:hover .icon,
.detachDisk:hover .icon,
.disassociateProfileFromBlade:hover .icon {
background-position: -101px -647px;
}
.secureKVMHost .icon,
.resetPassword .icon,
.changePassword .icon {
background-position: -68px -30px;
}
.secureKVMHost:hover .icon,
.resetPassword:hover .icon,
.changePassword:hover .icon {
background-position: -68px -612px;
}
.resetSSHKeyForVirtualMachine .icon {
background-position: -196px -3px;
}
.resetSSHKeyForVirtualMachine:hover .icon {
background-position: -195px -586px;
}
.changeService .icon {
background-position: -38px -33px;
}
.changeService:hover .icon {
background-position: -38px -615px;
}
.snapshot .icon,
.takeSnapshot .icon,
.storageSnapshot .icon {
background-position: -36px -91px;
}
.snapshot:hover .icon,
.takeSnapshot:hover .icon,
.storageSnapshot:hover .icon {
background-position: -36px -673px;
}
.recurringSnapshot .icon {
background-position: -69px -95px;
}
.recurringSnapshot:hover .icon {
background-position: -69px -677px;
}
.downloadVolume .icon,
.downloadTemplate .icon,
.downloadISO .icon {
background-position: -35px -125px;
}
.downloadVolume:hover .icon,
.downloadTemplate:hover .icon,
.downloadISO:hover .icon {
background-position: -35px -707px;
}
.createVolume .icon {
background-position: -70px -124px;
}
.createVolume:hover .icon {
background-position: -70px -706px;
}
.enable .icon,
.enableStaticNAT .icon {
background-position: -102px -92px;
}
.enable:hover .icon,
.enableStaticNAT:hover .icon {
background-position: -102px -676px;
}
.disable .icon,
.disableStaticNAT .icon {
background-position: -136px -93px;
}
.disable:hover .icon,
.disableStaticNAT:hover .icon {
background-position: -136px -677px;
}
.add .icon,
.addNew .icon,
.addLdapAccount .icon,
.assignVm .icon,
.rootAdminAddGuestNetwork .icon {
background-position: -37px -61px;
}
.add:hover .icon,
.addNew:hover .icon,
.addLdapAccount:hover .icon,
.assignVm:hover .icon,
.rootAdminAddGuestNetwork:hover .icon {
background-position: -37px -643px;
}
.assignVmToAnotherAccount .icon {
background-position: -232px -97px;
}
.assignVmToAnotherAccount:hover .icon {
background-position: -231px -678px;
}
.create .icon,
.createTemplate .icon,
.enableSwift .icon,
.addVM .icon,
.dedicateZone .icon,
.dedicate .icon {
background-position: -69px -63px;
}
.create:hover .icon,
.createTemplate:hover .icon,
.enableSwift:hover .icon,
.addVM:hover .icon,
.dedicateZone:hover .icon {
background-position: -69px -645px;
}
.copyTemplate .icon,
.copyISO .icon {
background-position: -138px -2px;
}
.copyTemplate:hover .icon,
.copyISO:hover .icon {
background-position: -138px -584px;
}
.createVM .icon {
background-position: -137px -32px;
}
.createVM:hover .icon {
background-position: -137px -614px;
}
.blankHAForHost .icon {
background-position: -266px -31px;
}
.blankHAForHost:hover .icon {
background-position: -266px -31px;
}
.configureHAForHost .icon {
background-position: -270px -148px;
}
.configureHAForHost:hover .icon {
background-position: -270px -728px;
}
.enableHA .icon {
background-position: -265px -93px;
}
.enableHA:hover .icon {
background-position: -265px -673px;
}
.disableHA .icon {
background-position: -265px -120px;
}
.disableHA:hover .icon {
background-position: -265px -700px;
}
.blankOutOfBandManagement .icon {
background-position: -266px -31px;
}
.blankOutOfBandManagement:hover .icon {
background-position: -266px -31px;
}
.configureOutOfBandManagement .icon {
background-position: -168px -31px;
}
.configureOutOfBandManagement:hover .icon {
background-position: -168px -613px;
}
.diagnostics .icon {
background-position: -165px -122px;
}
.diagnostics:hover .icon {
background-position: -165px -704px;
}
.enableOutOfBandManagement .icon {
background-position: -138px -65px;
}
.enableOutOfBandManagement:hover .icon {
background-position: -138px -647px;
}
.disableOutOfBandManagement .icon {
background-position: -138px -123px;
}
.disableOutOfBandManagement:hover .icon {
background-position: -138px -705px;
}
.issueOutOfBandManagementPowerAction .icon {
background-position: -266px -3px;
}
.issueOutOfBandManagementPowerAction:hover .icon {
background-position: -265px -584px;
}
.changeOutOfBandManagementPassword .icon {
background-position: -68px -30px;
}
.changeOutOfBandManagementPassword:hover .icon {
background-position: -68px -612px;
}
.enableMaintenanceMode .icon {
background-position: -138px -65px;
}
.enableMaintenanceMode:hover .icon {
background-position: -138px -647px;
}
.cancelMaintenanceMode .icon {
background-position: -138px -123px;
}
.cancelMaintenanceMode:hover .icon {
background-position: -138px -705px;
}
.lock .icon {
background-position: -104px -124px;
}
.lock:hover .icon {
background-position: -104px -706px;
}
.updateResourceLimits .icon {
background-position: -100px -32px;
}
.updateResourceLimits:hover .icon {
background-position: -100px -614px;
}
.addVlanRange .icon,
.addVmwareDc .icon {
background-position: -37px -62px;
}
.addVlanRange:hover .icon,
.addVmwareDc:hover .icon {
background-position: -37px -62px;
}
.removeVlanRange .icon {
background-position: 1px -92px;
}
.removeVlanRange:hover .icon {
background-position: 1px -92px;
}
.resize .icon,
.updateResourceCount .icon {
background-position: -167px -66px;
}
.resize:hover .icon,
.updateResourceCount:hover .icon {
background-position: -167px -648px;
}
.generateKeys .icon,
.networkACL .icon {
background-position: -167px -95px;
}
.generateKeys:hover .icon,
.networkACL:hover .icon {
background-position: -167px -677px;
}
.revertSnapshot .icon,
.revertToVMSnapshot .icon,
.restoreVM .icon,
.restore .icon,
.recover .icon {
background-position: -168px -31px;
}
.reset .icon,
.reinstall .icon {
background-position: -168px -31px;
}
.scaleUp .icon {
background-position: -167px -66px;
}
.revertSnapshot:hover .icon,
.revertToVMSnapshot:hover .icon,
.restoreVM:hover .icon,
.restore:hover .icon {
background-position: -168px -613px;
}
.reset:hover .icon {
background-position: -168px -613px;
}
.enableVPN .icon {
background-position: -198px -3px;
}
.enableVPN:hover .icon {
background-position: -197px -586px;
}
.disableVPN .icon {
background-position: -198px -32px;
}
.disableVPN:hover .icon {
background-position: -197px -615px;
}
.addIpRange .icon {
background-position: -197px -65px;
}
.addIpRange:hover .icon {
background-position: -197px -647px;
}
.forceReconnect .icon {
background-position: -196px -95px;
}
.forceReconnect:hover .icon {
background-position: -196px -677px;
}
.manage .icon {
background-position: -165px -122px;
}
.manage:hover .icon {
background-position: -165px -704px;
}
.unmanage .icon {
background-position: -196px -122px;
}
.unmanage:hover .icon {
background-position: -196px -704px;
}
.configureSamlAuthorization .icon {
background-position: -165px -122px;
}
.configureSamlAuthorization:hover .icon {
background-position: -165px -704px;
}
.viewConsole .icon {
background-position: -231px -2px;
}
.viewConsole:hover .icon {
background-position: -229px -586px;
}
.moveTop .icon {
background-position: -24px -161px;
}
.moveTop:hover .icon {
background-position: -24px -734px;
}
.moveBottom .icon {
background-position: -98px -161px;
}
.moveBottom:hover .icon {
background-position: -98px -734px;
}
.moveUp .icon {
background-position: -2px -161px;
}
.moveUp:hover .icon {
background-position: -2px -734px;
}
.moveDown .icon {
background-position: -55px -161px;
}
.moveDown:hover .icon {
background-position: -55px -734px;
}
.moveDrag .icon {
border-radius: 10px;
/*+border-radius:10px;*/
border-radius: 10px 10px 10px 10px;
background-position: -82px -162px;
cursor: move;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
-khtml-border-radius: 10px;
}
.moveDrag:hover .icon {
background-color: #ffffff;
cursor: move !important;
}
.uploadVolume .icon {
background-position: -232px -34px;
}
.uploadVolume:hover .icon {
background-position: -230px -615px;
}
.editTags .icon {
background-position: -228px -65px;
}
.editTags:hover .icon {
background-position: -228px -646px;
}
.replaceacllist .icon,
.replaceACL .icon,
.updateIpaddr .icon,
.changeAffinity .icon {
background-position: -264px -2px;
}
.replaceacllist:hover .icon,
.replaceACL:hover .icon,
.updateIpaddr:hover .icon,
.changeAffinity:hover .icon {
background-position: -263px -583px;
}
.releaseFromAccount .icon {
background-position: -230px -123px;
}
.releaseFromAccount:hover .icon {
background-position: -229px -704px;
}
.addAccount .icon {
background-position: -231px -96px;
}
.addAccount:hover .icon {
background-position: -230px -677px;
}
.linktoldap .icon {
background-position: -197px -65px;
}
.linktoldap:hover .icon {
background-position: -197px -647px;
}
.accounts-wizard table {
width: 100%;
margin: 0;
table-layout: fixed;
}
.accounts-wizard .ui-button {
display: inline-block !important;
float: none !important;
}
.accounts-wizard td:last-child {
border: 0;
}
.accounts-wizard tbody tr:nth-child(even) {
background: #dfe1e3;
}
.accounts-wizard tbody tr:nth-child(odd) {
background: #f2f0f0;
}
.accounts-wizard .content {
display: inline-block;
}
.accounts-wizard .content td {
white-space: nowrap;
text-overflow: ellipsis;
}
.accounts-wizard .content td.select,
.accounts-wizard .content th.select {
width: 60px !important;
min-width: 60px !important;
max-width: 60px !important;
border-right: 1px solid #bfbfbf;
background: none;
}
.accounts-wizard .content .select input {
width: auto;
height: auto;
margin: 18px 0 0 24px;
padding: 0;
}
.accounts-wizard .content:last-child {
margin-left: 14px;
}
.accounts-wizard table thead th:first-child {
width: 50px;
min-width: 50px;
max-width: 50px;
}
.accounts-wizard .input-area {
width: 320px;
font-size: 13px;
color: #485867;
text-shadow: 0 2px 1px #ffffff;
}
.ldap-account-choice {
border: 0;
border-radius: 0 0 0 0 !important;
}
.manual-account-details .name {
float: left;
width: 100px;
margin-top: 2px;
padding-bottom: 10px;
}
.manual-account-details {
height: auto !important;
overflow: visible !important;
overflow-x: visible !important;
}
.manual-account-details label.error {
display: block;
font-size: 10px;
}
.manual-account-details .value {
float: left;
}
.manual-account-details .form-item:after {
visibility: hidden;
content: '.';
display: block;
clear: both;
height: 0;
line-height: 0;
}
.manual-account-details .form-item {
box-sizing: border-box;
width: 100%;
padding: 5px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
}
.manual-account-details select,
.manual-account-details input {
width: 150px;
}
.manual-account-details input {
border: 1px solid #afafaf;
border-radius: 4px;
border-radius: 4px 4px 4px 4px;
background: #f6f6f6;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
-khtml-border-radius: 4px;
}
.manual-account-details > *:nth-child(even) {
background: #dfe1e3;
}
.manual-account-details > *:nth-child(odd) {
background: #f2f0f0;
}
.manual-account-details .value {
display: inline-block;
}
div.gpugroups div.list-view div.fixed-header {
position: relative;
top: 0 !important;
left: 12px !important;
}
div.gpugroups div.list-view div.fixed-header table {
width: auto;
}
div.gpugroups div.list-view div.data-table table {
margin-top: 0;
}
div.gpugroups div.list-view {
position: relative;
height: auto !important;
margin-top: 0 !important;
border: 0;
}
.gpugroups {
float: left;
width: 100%;
height: 100%;
overflow-x: hidden;
overflow-y: auto;
}
.gpugroups .gpugroup-container {
position: relative;
float: left;
width: auto;
height: auto !important;
margin: 12px;
padding: 0;
border: 1px solid #c8c2c2;
border-radius: 3px;
}
.gpugroups .gpugroup-container .title {
padding: 12px 12px 5px;
font-size: 13px;
font-weight: 100;
}
.ui-dialog .ui-button.add {
width: auto;
height: 12px;
margin: 0 0 12px;
padding: 5px 7px 5px 6px;
background: transparent -webkit-linear-gradient(top, #f7f7f7 1%, #eaeaea 100%) repeat 0 0;
background: transparent linear-gradient(to bottom, #f7f7f7 1%, #eaeaea 100%) repeat 0 0;
font-size: 12px;
}
.ui-dialog .ui-button.add:hover {
box-shadow: inset 0 0 5px #c3c3c3;
background: #e5e5e5 repeat 0 0;
}
.ui-dialog .ui-button.add span {
padding: 0 0 3px 18px;
background: transparent url("../images/icons.png") no-repeat -626px -209px;
}
ul.ui-autocomplete.ui-menu {
width: 250px;
max-height: 100px;
background: #eee;
padding: 5px;
text-align: left;
overflow-y: auto;
overflow-x: hidden;
z-index: 100;
}
.ui-menu .ui-menu-item {
cursor: pointer;
}
.ui-menu .ui-menu-item .ui-state-active {
background: #CBDDF3;
}
.ui-helper-hidden-accessible {
display: none;
}
.copy-template-destination-list div.text-search {
right: 5px;
}
.copy-template-destination-list div.ui-widget-content {
display: block !important;
}
div.panel.copy-template-destination-list div.list-view div.fixed-header {
width: 500px;
}
.copy-template-destination-list.panel div.list-view div.data-table table {
width: 595px;
}
.copy-template-destination-list .list-view .toolbar {
width: 654px;
}
.multi-edit-add-list .ui-button.copytemplateok {
left: 330px;
}
.multi-edit-add-list .ui-button.copytemplatecancel {
left: 310px;
}
div.button.export {
position: relative;
float: right;
top: 5px;
left: 0;
height: 12px;
margin: 0 10px 0 0;
padding: 5px 5px 5px 5px;
border: 1px solid #b7b7b7;
border-radius: 4px 4px 4px 4px;
background: -webkit-linear-gradient(top, #f7f7f7 1%, #eaeaea 100%);
background: linear-gradient(to bottom, #f7f7f7 1%, #eaeaea 100%);
font-size: 12px;
font-weight: 100;
color: #000000;
text-shadow: 0 1px 1px #dee5ea;
cursor: pointer;
}
div.button.export a {
position: relative;
top: 0;
left: 0;
padding: 0 0 3px 20px;
background: url("../images/exportCsvIcon.png") no-repeat;
background-size: 15.5px;
color: #000000;
text-decoration: none;
}
.ui-widget {
font-family: inherit;
}
.ui-widget-content,
.ui-widget.ui-widget-content {
border: 0;
background: inherit;
}
.ui-dialog.ui-widget-content {
background: #ffffff;
}
.ui-tabs .ui-tabs-nav {
display: block;
position: relative;
z-index: 2;
float: left;
width: 100%;
height: 41px;
margin-top: 42px;
padding: 0;
border: 0;
background-color: inherit;
overflow: hidden;
}
.ui-tabs .ui-tabs-nav.ui-corner-all {
border-bottom-left-radius: 0;
}
.ui-tabs .ui-tabs-nav .ui-tab {
margin-right: 1px;
}
.ui-tabs .ui-tab .ui-tabs-anchor {
position: relative;
float: left;
min-width: 91px;
padding: 15px 10px;
font-size: 11px;
color: #4e6070;
text-align: center;
text-decoration: none;
}
.ui-tabs .ui-tab.ui-state-default {
border: 1px solid #d9d9d9;
background: #f0f0f0;
}
.ui-tabs .ui-tab.ui-state-active {
background: #ffffff;
}
.ui-tabs .ui-tab.ui-state-hover a {
text-decoration: underline;
/*color: #000000;*/
cursor: pointer;
}
ul.ui-autocomplete.ui-menu {
width: 250px;
max-height: 400px;
padding: 5px;
background: #dddddd;
font-size: 13px;
overflow-x: hidden;
overflow-y: auto;
}
ul.token-input-list-facebook {
z-index: 2147483647;
clear: left;
width: 233px;
height: auto !important;
height: 1%;
min-height: 1px;
margin: 0;
padding: 0;
border: 1px solid #afafaf;
background-color: #f6f6f6;
font-family: Verdana;
font-size: 12px;
list-style-type: none;
cursor: text;
overflow: hidden;
}
ul.token-input-list-facebook li input {
width: 100px;
margin: 2px 0;
padding: 3px 8px;
border: 0;
background-color: #ffffff;
-webkit-appearance: caret;
}
li.token-input-token-facebook {
float: left;
height: auto !important;
height: 15px;
margin: 3px;
padding: 1px 3px;
border: 1px solid #ccd5e4;
border-radius: 5px;
background-color: #eff2f7;
font-size: 11px;
white-space: nowrap;
color: #000000;
cursor: default;
overflow: hidden;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
}
li.token-input-token-facebook p {
display: inline;
margin: 0;
padding: 0;
}
li.token-input-token-facebook span {
margin-left: 5px;
font-weight: bold;
color: #a6b3cf;
cursor: pointer;
}
li.token-input-selected-token-facebook {
border: 1px solid #3b5998;
background-color: #5670a6;
color: #ffffff;
}
li.token-input-input-token-facebook {
float: left;
margin: 0;
padding: 0;
list-style-type: none;
}
div.token-input-dropdown-facebook {
position: absolute;
z-index: 2147483647;
width: 233px;
border-right: 1px solid #cccccc;
border-bottom: 1px solid #cccccc;
border-left: 1px solid #cccccc;
background-color: #ffffff;
font-family: Verdana;
font-size: 11px;
cursor: default;
overflow: hidden;
}
div.token-input-dropdown-facebook p {
width: 233px;
margin: 0;
padding: 5px;
font-weight: bold;
color: #777777;
}
div.token-input-dropdown-facebook ul {
margin: 0;
padding: 0;
}
div.token-input-dropdown-facebook ul li {
margin: 0;
padding: 3px;
background-color: #ffffff;
list-style-type: none;
}
div.token-input-dropdown-facebook ul li.token-input-dropdown-item-facebook {
background-color: #ffffff;
}
div.token-input-dropdown-facebook ul li.token-input-dropdown-item2-facebook {
background-color: #ffffff;
}
div.token-input-dropdown-facebook ul li em {
font-weight: bold;
font-style: normal;
}
div.token-input-dropdown-facebook ul li.token-input-selected-dropdown-item-facebook {
background-color: #3b5998;
color: #ffffff;
}
/*# sourceMappingURL=src/sourcemaps/cloudstack3.css.map */ | 0.562657 | 0.084041 |
.section {
padding: 8rem 0 7rem;
text-align: center;
}
.section-heading,
.section-description {
margin-bottom: 1.2rem;
}
.new-game{
background-color: #25b28c;
}
.new-game label, .new-game h3, .new-game input{
color:white;
}
.submit-button{
position: relative;
top: 28px;
}
.center {
margin: auto;
width: 50%;
padding: 10px;
}
.success-row{
font-size: 3.2rem;
}
.success-row span{
font-size: 2.2rem;
}
.success-row span.win{
color:green;
}
.success-row span.lose{
color:red;
}
/*.rankings-select{
font-size: 2.4rem;
-webkit-appearance: none;
}*/
/* Bigger than 550 */
@media (min-width: 550px) {
.section {
padding: 12rem 0 11rem;
}
.hero {
padding-bottom: 12rem;
text-align: left;
height: 165px;
}
.phone {
position: absolute;
top: -7rem;
right: 3rem;
max-height: 362px;
z-index: 3;
}
.phone + .phone {
top: -6rem;
display: block;
max-width: 73.8%;
right: 0;
z-index: 2;
max-height: 338px;
}
.hero-heading {
font-size: 2.4rem;
}
}
.ad-space{
background-color: #d3d3d3;
}
.ad{
background-color: #d3d3d3;
text-align: center;
font-size: 3.4rem;
}
.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; }
}
/* Bigger than 750 */
@media (min-width: 750px) {
.hero {
height: 190px;
}
.hero-heading {
font-size: 2.6rem;
}
.section {
padding: 14rem 0 15rem;
}
.hero {
padding: 16rem 0 14rem;
}
.section-description {
max-width: 60%;
margin-left: auto;
margin-right: auto;
}
.phone {
top: -14rem;
right: 5rem;
max-height: 510px;
}
.phone + .phone {
top: -12rem;
max-height: 472px;
}
.categories {
padding: 15rem 0 8rem;
}
}
/* Bigger than 1000 */
@media (min-width: 1000px) {
.section {
padding: 20rem 0 19rem;
}
.hero {
padding: 22rem 0;
}
.hero-heading {
font-size: 3.0rem;
}
.phone {
top: -16rem;
max-height: 615px;
}
.phone + .phone {
top: -14rem;
max-height: 570px;
}
} | boards/static/boards/custom.css | .section {
padding: 8rem 0 7rem;
text-align: center;
}
.section-heading,
.section-description {
margin-bottom: 1.2rem;
}
.new-game{
background-color: #25b28c;
}
.new-game label, .new-game h3, .new-game input{
color:white;
}
.submit-button{
position: relative;
top: 28px;
}
.center {
margin: auto;
width: 50%;
padding: 10px;
}
.success-row{
font-size: 3.2rem;
}
.success-row span{
font-size: 2.2rem;
}
.success-row span.win{
color:green;
}
.success-row span.lose{
color:red;
}
/*.rankings-select{
font-size: 2.4rem;
-webkit-appearance: none;
}*/
/* Bigger than 550 */
@media (min-width: 550px) {
.section {
padding: 12rem 0 11rem;
}
.hero {
padding-bottom: 12rem;
text-align: left;
height: 165px;
}
.phone {
position: absolute;
top: -7rem;
right: 3rem;
max-height: 362px;
z-index: 3;
}
.phone + .phone {
top: -6rem;
display: block;
max-width: 73.8%;
right: 0;
z-index: 2;
max-height: 338px;
}
.hero-heading {
font-size: 2.4rem;
}
}
.ad-space{
background-color: #d3d3d3;
}
.ad{
background-color: #d3d3d3;
text-align: center;
font-size: 3.4rem;
}
.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; }
}
/* Bigger than 750 */
@media (min-width: 750px) {
.hero {
height: 190px;
}
.hero-heading {
font-size: 2.6rem;
}
.section {
padding: 14rem 0 15rem;
}
.hero {
padding: 16rem 0 14rem;
}
.section-description {
max-width: 60%;
margin-left: auto;
margin-right: auto;
}
.phone {
top: -14rem;
right: 5rem;
max-height: 510px;
}
.phone + .phone {
top: -12rem;
max-height: 472px;
}
.categories {
padding: 15rem 0 8rem;
}
}
/* Bigger than 1000 */
@media (min-width: 1000px) {
.section {
padding: 20rem 0 19rem;
}
.hero {
padding: 22rem 0;
}
.hero-heading {
font-size: 3.0rem;
}
.phone {
top: -16rem;
max-height: 615px;
}
.phone + .phone {
top: -14rem;
max-height: 570px;
}
} | 0.366136 | 0.086942 |
.kt-pricing-3 {
padding: 5.71rem 0 5.71rem 0; }
.kt-pricing-3.kt-pricing-3--fixed {
width: 75%;
margin: 0 auto; }
.kt-pricing-3 .kt-pricing-3__items {
width: 100%;
text-align: center;
-webkit-box-shadow: 0px 1px 15px 1px rgba(69, 65, 78, 0.08);
box-shadow: 0px 1px 15px 1px rgba(69, 65, 78, 0.08); }
.kt-pricing-3 .kt-pricing-3__items .kt-pricing-3__item .kt-pricing-3__wrapper {
padding: 4.2rem 1rem;
text-align: center; }
.kt-pricing-3 .kt-pricing-3__items .kt-pricing-3__item .kt-pricing-3__wrapper .kt-pricing-3__title {
font-size: 1.3rem; }
.kt-pricing-3 .kt-pricing-3__items .kt-pricing-3__item .kt-pricing-3__wrapper .kt-pricing-3__price {
border-radius: 1.07rem;
margin-top: 2.83rem;
display: inline-block;
font-size: 1.8rem;
font-weight: 500;
padding: 0.83rem 1.43rem 0.83rem 1.43rem; }
.kt-pricing-3 .kt-pricing-3__items .kt-pricing-3__item .kt-pricing-3__wrapper .kt-pricing-3__price.kt-pricing-3__price--padding {
padding: 1.4rem 1.43rem 1.4rem 1.43rem; }
.kt-pricing-3 .kt-pricing-3__items .kt-pricing-3__item .kt-pricing-3__wrapper .kt-pricing-3__price .kt-pricing-3__label {
font-size: 1.5rem;
vertical-align: 33%; }
.kt-pricing-3 .kt-pricing-3__items .kt-pricing-3__item .kt-pricing-3__wrapper .kt-pricing-3__price .kt-pricing-3__number {
font-size: 2.64rem; }
.kt-pricing-3 .kt-pricing-3__items .kt-pricing-3__item .kt-pricing-3__wrapper .kt-pricing-3__price .kt-pricing-3__text {
font-size: 1.07rem;
vertical-align: 40%; }
.kt-pricing-3 .kt-pricing-3__items .kt-pricing-3__item .kt-pricing-3__wrapper .kt-pricing-3__description {
text-align: center;
font-size: 0.96rem;
display: inline-block;
margin-top: 2.85rem; }
.kt-pricing-3 .kt-pricing-3__items .kt-pricing-3__item .kt-pricing-3__wrapper .kt-pricing-3__description > span {
display: block; }
.kt-pricing-3 .kt-pricing-3__items .kt-pricing-3__item .kt-pricing-3__wrapper .kt-pricing-3__description > span:nth-child(1) {
letter-spacing: 0.01rem; }
.kt-pricing-3 .kt-pricing-3__items .kt-pricing-3__item .kt-pricing-3__wrapper .kt-pricing-3__btn {
margin: 2.83rem auto 0 auto; }
.kt-pricing-3 .kt-pricing-3__items .kt-pricing-3__item .kt-pricing-3__wrapper .kt-pricing-3__btn > .btn {
padding: 0.8rem 3.6rem 0.8rem 3.6rem; }
.kt-pricing-3 .kt-pricing-3__items .kt-pricing-3__item.kt-pricing-3__item--focus {
margin-top: -3rem;
margin-bottom: -3rem; }
.kt-pricing-3 .kt-pricing-3__items .kt-pricing-3__item.kt-pricing-3__item--focus .kt-pricing-3__wrapper {
padding: 7rem 1rem; }
.kt-pricing-3 .kt-pricing-3__items .kt-pricing-3__item.kt-pricing-3__item--focus .kt-pricing-3__wrapper .kt-pricing-3__price {
background-color: #627cff; }
@media (min-width: 1025px) and (max-width: 1399px) {
.kt-pricing-3.kt-pricing-3--fixed {
width: 90%;
margin: 0 auto; } }
@media (max-width: 1024px) {
.kt-pricing-3 {
padding: 2.14rem 0 2.14rem 0; }
.kt-pricing-3.kt-pricing-3--fixed {
width: 100%;
margin: 0 auto; }
.kt-pricing-3.kt-pricing-3--fixed .kt-pricing-3__items .kt-pricing-3__item .kt-pricing-3__wrapper {
padding: 3rem 1rem; }
.kt-pricing-3.kt-pricing-3--fixed .kt-pricing-3__items .kt-pricing-3__item.kt-pricing-3__item--focus {
margin-top: 0;
margin-bottom: 0; }
.kt-pricing-3.kt-pricing-3--fixed .kt-pricing-3__items .kt-pricing-3__item.kt-pricing-3__item--focus .kt-pricing-3__wrapper {
padding: 3rem 1rem; } }
.kt-pricing-3 .kt-pricing-3__items .kt-pricing-3__item .kt-pricing-3__wrapper .kt-pricing-3__title {
color: #a7abc3; }
.kt-pricing-3 .kt-pricing-3__items .kt-pricing-3__item .kt-pricing-3__wrapper .kt-pricing-3__price {
background-color: #FCFCFE;
color: #a7abc3; }
.kt-pricing-3 .kt-pricing-3__items .kt-pricing-3__item .kt-pricing-3__wrapper .kt-pricing-3__price .kt-pricing-3__label {
color: #a7abc3; }
.kt-pricing-3 .kt-pricing-3__items .kt-pricing-3__item .kt-pricing-3__wrapper .kt-pricing-3__price .kt-pricing-3__text {
color: #a7abc3; }
.kt-pricing-3 .kt-pricing-3__items .kt-pricing-3__item .kt-pricing-3__wrapper .kt-pricing-3__description {
color: #a7abc3; }
.kt-pricing-3 .kt-pricing-3__items .kt-pricing-3__item.kt-pricing-3__item--focus .kt-pricing-3__wrapper .kt-pricing-3__btn > .btn:hover {
color: #fff;
background-color: #5874ff;
border: 1px solid #5874ff; }
.kt-pricing-3 .kt-pricing-3__items .kt-pricing-3__item.kt-pricing-3__item--focus .kt-pricing-3__price {
background-color: #756ECD; }
.kt-pricing-3 .kt-pricing-3__items .kt-pricing-3__item.kt-pricing-3__item--focus .kt-pricing-3__price .kt-pricing-3__label {
color: #C4C2FF; }
.kt-pricing-3 .kt-pricing-3__items .kt-pricing-3__item.kt-pricing-3__item--focus .kt-pricing-3__price .kt-pricing-3__text {
color: #C4C2FF; }
.kt-pricing-3 .kt-pricing-3__items .kt-pricing-3__item.kt-pricing-3__item--focus .kt-pricing-3__description {
color: #C4C2FF; } | public/assets/app/custom/pricing/pricing-v3.demo11.css | .kt-pricing-3 {
padding: 5.71rem 0 5.71rem 0; }
.kt-pricing-3.kt-pricing-3--fixed {
width: 75%;
margin: 0 auto; }
.kt-pricing-3 .kt-pricing-3__items {
width: 100%;
text-align: center;
-webkit-box-shadow: 0px 1px 15px 1px rgba(69, 65, 78, 0.08);
box-shadow: 0px 1px 15px 1px rgba(69, 65, 78, 0.08); }
.kt-pricing-3 .kt-pricing-3__items .kt-pricing-3__item .kt-pricing-3__wrapper {
padding: 4.2rem 1rem;
text-align: center; }
.kt-pricing-3 .kt-pricing-3__items .kt-pricing-3__item .kt-pricing-3__wrapper .kt-pricing-3__title {
font-size: 1.3rem; }
.kt-pricing-3 .kt-pricing-3__items .kt-pricing-3__item .kt-pricing-3__wrapper .kt-pricing-3__price {
border-radius: 1.07rem;
margin-top: 2.83rem;
display: inline-block;
font-size: 1.8rem;
font-weight: 500;
padding: 0.83rem 1.43rem 0.83rem 1.43rem; }
.kt-pricing-3 .kt-pricing-3__items .kt-pricing-3__item .kt-pricing-3__wrapper .kt-pricing-3__price.kt-pricing-3__price--padding {
padding: 1.4rem 1.43rem 1.4rem 1.43rem; }
.kt-pricing-3 .kt-pricing-3__items .kt-pricing-3__item .kt-pricing-3__wrapper .kt-pricing-3__price .kt-pricing-3__label {
font-size: 1.5rem;
vertical-align: 33%; }
.kt-pricing-3 .kt-pricing-3__items .kt-pricing-3__item .kt-pricing-3__wrapper .kt-pricing-3__price .kt-pricing-3__number {
font-size: 2.64rem; }
.kt-pricing-3 .kt-pricing-3__items .kt-pricing-3__item .kt-pricing-3__wrapper .kt-pricing-3__price .kt-pricing-3__text {
font-size: 1.07rem;
vertical-align: 40%; }
.kt-pricing-3 .kt-pricing-3__items .kt-pricing-3__item .kt-pricing-3__wrapper .kt-pricing-3__description {
text-align: center;
font-size: 0.96rem;
display: inline-block;
margin-top: 2.85rem; }
.kt-pricing-3 .kt-pricing-3__items .kt-pricing-3__item .kt-pricing-3__wrapper .kt-pricing-3__description > span {
display: block; }
.kt-pricing-3 .kt-pricing-3__items .kt-pricing-3__item .kt-pricing-3__wrapper .kt-pricing-3__description > span:nth-child(1) {
letter-spacing: 0.01rem; }
.kt-pricing-3 .kt-pricing-3__items .kt-pricing-3__item .kt-pricing-3__wrapper .kt-pricing-3__btn {
margin: 2.83rem auto 0 auto; }
.kt-pricing-3 .kt-pricing-3__items .kt-pricing-3__item .kt-pricing-3__wrapper .kt-pricing-3__btn > .btn {
padding: 0.8rem 3.6rem 0.8rem 3.6rem; }
.kt-pricing-3 .kt-pricing-3__items .kt-pricing-3__item.kt-pricing-3__item--focus {
margin-top: -3rem;
margin-bottom: -3rem; }
.kt-pricing-3 .kt-pricing-3__items .kt-pricing-3__item.kt-pricing-3__item--focus .kt-pricing-3__wrapper {
padding: 7rem 1rem; }
.kt-pricing-3 .kt-pricing-3__items .kt-pricing-3__item.kt-pricing-3__item--focus .kt-pricing-3__wrapper .kt-pricing-3__price {
background-color: #627cff; }
@media (min-width: 1025px) and (max-width: 1399px) {
.kt-pricing-3.kt-pricing-3--fixed {
width: 90%;
margin: 0 auto; } }
@media (max-width: 1024px) {
.kt-pricing-3 {
padding: 2.14rem 0 2.14rem 0; }
.kt-pricing-3.kt-pricing-3--fixed {
width: 100%;
margin: 0 auto; }
.kt-pricing-3.kt-pricing-3--fixed .kt-pricing-3__items .kt-pricing-3__item .kt-pricing-3__wrapper {
padding: 3rem 1rem; }
.kt-pricing-3.kt-pricing-3--fixed .kt-pricing-3__items .kt-pricing-3__item.kt-pricing-3__item--focus {
margin-top: 0;
margin-bottom: 0; }
.kt-pricing-3.kt-pricing-3--fixed .kt-pricing-3__items .kt-pricing-3__item.kt-pricing-3__item--focus .kt-pricing-3__wrapper {
padding: 3rem 1rem; } }
.kt-pricing-3 .kt-pricing-3__items .kt-pricing-3__item .kt-pricing-3__wrapper .kt-pricing-3__title {
color: #a7abc3; }
.kt-pricing-3 .kt-pricing-3__items .kt-pricing-3__item .kt-pricing-3__wrapper .kt-pricing-3__price {
background-color: #FCFCFE;
color: #a7abc3; }
.kt-pricing-3 .kt-pricing-3__items .kt-pricing-3__item .kt-pricing-3__wrapper .kt-pricing-3__price .kt-pricing-3__label {
color: #a7abc3; }
.kt-pricing-3 .kt-pricing-3__items .kt-pricing-3__item .kt-pricing-3__wrapper .kt-pricing-3__price .kt-pricing-3__text {
color: #a7abc3; }
.kt-pricing-3 .kt-pricing-3__items .kt-pricing-3__item .kt-pricing-3__wrapper .kt-pricing-3__description {
color: #a7abc3; }
.kt-pricing-3 .kt-pricing-3__items .kt-pricing-3__item.kt-pricing-3__item--focus .kt-pricing-3__wrapper .kt-pricing-3__btn > .btn:hover {
color: #fff;
background-color: #5874ff;
border: 1px solid #5874ff; }
.kt-pricing-3 .kt-pricing-3__items .kt-pricing-3__item.kt-pricing-3__item--focus .kt-pricing-3__price {
background-color: #756ECD; }
.kt-pricing-3 .kt-pricing-3__items .kt-pricing-3__item.kt-pricing-3__item--focus .kt-pricing-3__price .kt-pricing-3__label {
color: #C4C2FF; }
.kt-pricing-3 .kt-pricing-3__items .kt-pricing-3__item.kt-pricing-3__item--focus .kt-pricing-3__price .kt-pricing-3__text {
color: #C4C2FF; }
.kt-pricing-3 .kt-pricing-3__items .kt-pricing-3__item.kt-pricing-3__item--focus .kt-pricing-3__description {
color: #C4C2FF; } | 0.41561 | 0.117597 |
@import url(http://fonts.googleapis.com/css?family=Raleway);
@import url('font-awesome.min.css');
* {margin: 0; padding: 0;}
body {
background: url(../img/bg.jpg) no-repeat center center fixed;
/* background-size: cover
scale the background image to be as large as possible so that the
background area is completely covered by background image */
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
padding-top: 150px;
font: normal 18px Raleway; color: white; text-align: center;
}
/*general styles*/
h1 {font-weight: normal; font-size: 36px; margin-bottom: 75px;}
/* scale the icon to 10 time its normal size and transparent */
.envelope i {-webkit-transform: scale(10);-ms-transform: scale(10);transform: scale(10); opacity: 0.1;}
/* The perspective property defines how many pixels a 3D element is placed from the view.
This property allows you to change the perspective on how 3D elements are viewed.
When defining the perspective property for an element, it is the CHILD elements that
get the perspective view, NOT the element itself. */
/* To get an idea of how the perspective changes the view, try playing with values: 10, 100, and 1000px */
#cuboid {
width: 400px; margin: 0 auto;
/*this also makes #cuboid a container for absolutely positioned descendants*/
-webkit-perspective: 1000px;
perspective: 1000px;
}
#cuboid form {
/*counter translate - push form a little back */
-webkit-transform: translateZ(-20px);
-ms-transform: translateZ(-20px);
transform: translateZ(-20px);
/*propogate 3d space for children, if you turn this off, all cuboid > form > div will be laid on top of each other with their respective rotations*/
-webkit-transform-style: preserve-3d;
transform-style: preserve-3d;
/*prevent height collapse as children are absolutely positioned*/
height: 40px;
/*for smooth animations, without set transitions happens instantly*/
-webkit-transition: all 0.35s;
transition: all 0.35s;
}
/* faces */
.cuboid-text {
/*each face will be 40px high, set text height to match*/
line-height: 40px; height: 40px;
background: hsl(200, 40%, 20%);
/* don't allow text to cover icon */
padding-right: 25px;
}
.loader {
background: hsl(200, 40%, 30%);
-webkit-animation: phase 1s infinite;
animation: phase 1s infinite;
}
/* Lets create a pulsating animation for the loader face*/
@-webkit-keyframes phase {
50% {background: hsl(200, 90%, 30%);}
}
@keyframes phase {
50% {background: hsl(200, 90%, 30%);}
}
#email {
background: white; outline: none; border: 0 none;
font: inherit; text-align: left; color: hsl(200, 40%, 30%);
width: 100%; padding: 0 10px;
/* forces the browser to render the box with the specified width and height, and place the border and padding inside the box */
/* if you don't have this the input area will bleed over right edge */
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
/* don't allow text to cover icon */
padding-right: 25px;
}
/* hide the display button */
#submit {display: none;}
.submit-icon, .reset-icon {
/* set icons to top right */
position: absolute; top: 0; right: 0;
color: hsla(30, 50%, 30%, 0.20);
line-height: 40px; padding: 0 10px;
/*smooth transitions when user activates input and types something*/
-webkit-transition: all 0.5s;
transition: all 0.5s;
/*to make the icons feel like buttons*/
cursor: pointer;
}
/* .active = when the user is typing something*/
.submit-icon.active {color: hsl(30, 70%, 70%);}
.reset-icon {color: hsla(0, 100%, 100%, 0.25); font-size: 14px;}
#cuboid div {position: absolute; top: 0; left: 0; width: 100%;}
/* 3D transforms. Each face will be rotated in multiples of -90deg and moved 20px(half of their 40px height) out so that they don't overlay the screen'*/
/* this rotates each sub div and creates the 'cube' */
/* to experiment, try changing just the first child's translateZ to 120px */
/* NOTE, STILL NOT WORKING ON IE, follow up with link here: http://css-tricks.com/forums/topic/preserve-3d-workaround-for-ie10/ */
#cuboid div:nth-child(1) {-webkit-transform: rotateX(0deg) translateZ(20px);-ms-transform: rotateX(0deg) translateZ(20px);transform: rotateX(0deg) translateZ(20px);}
#cuboid div:nth-child(2) {-webkit-transform: rotateX(-90deg) translateZ(20px);-ms-transform: rotateX(-90deg) translateZ(20px);transform: rotateX(-90deg) translateZ(20px);}
#cuboid div:nth-child(3) {-webkit-transform: rotateX(-180deg) translateZ(20px);-ms-transform: rotateX(-180deg) translateZ(20px);transform: rotateX(-180deg) translateZ(20px);}
#cuboid div:nth-child(4) {-webkit-transform: rotateX(-270deg) translateZ(20px);-ms-transform: rotateX(-270deg) translateZ(20px);transform: rotateX(-270deg) translateZ(20px);}
/* the form will have 4 states/classes(default+3) for rotation*/
/* this rotates the whole form, change the face of the cube that is visible */
#cuboid form:hover,
#cuboid form.ready {-webkit-transform: translateZ(-20px) rotateX(90deg);-ms-transform: translateZ(-20px) rotateX(90deg);transform: translateZ(-20px) rotateX(90deg);}
#cuboid form.loading {-webkit-transform: translateZ(-20px) rotateX(180deg);-ms-transform: translateZ(-20px) rotateX(180deg);transform: translateZ(-20px) rotateX(180deg);}
#cuboid form.complete {-webkit-transform: translateZ(-20px) rotateX(270deg);-ms-transform: translateZ(-20px) rotateX(270deg);transform: translateZ(-20px) rotateX(270deg);} | css/screen.css | @import url(http://fonts.googleapis.com/css?family=Raleway);
@import url('font-awesome.min.css');
* {margin: 0; padding: 0;}
body {
background: url(../img/bg.jpg) no-repeat center center fixed;
/* background-size: cover
scale the background image to be as large as possible so that the
background area is completely covered by background image */
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
padding-top: 150px;
font: normal 18px Raleway; color: white; text-align: center;
}
/*general styles*/
h1 {font-weight: normal; font-size: 36px; margin-bottom: 75px;}
/* scale the icon to 10 time its normal size and transparent */
.envelope i {-webkit-transform: scale(10);-ms-transform: scale(10);transform: scale(10); opacity: 0.1;}
/* The perspective property defines how many pixels a 3D element is placed from the view.
This property allows you to change the perspective on how 3D elements are viewed.
When defining the perspective property for an element, it is the CHILD elements that
get the perspective view, NOT the element itself. */
/* To get an idea of how the perspective changes the view, try playing with values: 10, 100, and 1000px */
#cuboid {
width: 400px; margin: 0 auto;
/*this also makes #cuboid a container for absolutely positioned descendants*/
-webkit-perspective: 1000px;
perspective: 1000px;
}
#cuboid form {
/*counter translate - push form a little back */
-webkit-transform: translateZ(-20px);
-ms-transform: translateZ(-20px);
transform: translateZ(-20px);
/*propogate 3d space for children, if you turn this off, all cuboid > form > div will be laid on top of each other with their respective rotations*/
-webkit-transform-style: preserve-3d;
transform-style: preserve-3d;
/*prevent height collapse as children are absolutely positioned*/
height: 40px;
/*for smooth animations, without set transitions happens instantly*/
-webkit-transition: all 0.35s;
transition: all 0.35s;
}
/* faces */
.cuboid-text {
/*each face will be 40px high, set text height to match*/
line-height: 40px; height: 40px;
background: hsl(200, 40%, 20%);
/* don't allow text to cover icon */
padding-right: 25px;
}
.loader {
background: hsl(200, 40%, 30%);
-webkit-animation: phase 1s infinite;
animation: phase 1s infinite;
}
/* Lets create a pulsating animation for the loader face*/
@-webkit-keyframes phase {
50% {background: hsl(200, 90%, 30%);}
}
@keyframes phase {
50% {background: hsl(200, 90%, 30%);}
}
#email {
background: white; outline: none; border: 0 none;
font: inherit; text-align: left; color: hsl(200, 40%, 30%);
width: 100%; padding: 0 10px;
/* forces the browser to render the box with the specified width and height, and place the border and padding inside the box */
/* if you don't have this the input area will bleed over right edge */
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
/* don't allow text to cover icon */
padding-right: 25px;
}
/* hide the display button */
#submit {display: none;}
.submit-icon, .reset-icon {
/* set icons to top right */
position: absolute; top: 0; right: 0;
color: hsla(30, 50%, 30%, 0.20);
line-height: 40px; padding: 0 10px;
/*smooth transitions when user activates input and types something*/
-webkit-transition: all 0.5s;
transition: all 0.5s;
/*to make the icons feel like buttons*/
cursor: pointer;
}
/* .active = when the user is typing something*/
.submit-icon.active {color: hsl(30, 70%, 70%);}
.reset-icon {color: hsla(0, 100%, 100%, 0.25); font-size: 14px;}
#cuboid div {position: absolute; top: 0; left: 0; width: 100%;}
/* 3D transforms. Each face will be rotated in multiples of -90deg and moved 20px(half of their 40px height) out so that they don't overlay the screen'*/
/* this rotates each sub div and creates the 'cube' */
/* to experiment, try changing just the first child's translateZ to 120px */
/* NOTE, STILL NOT WORKING ON IE, follow up with link here: http://css-tricks.com/forums/topic/preserve-3d-workaround-for-ie10/ */
#cuboid div:nth-child(1) {-webkit-transform: rotateX(0deg) translateZ(20px);-ms-transform: rotateX(0deg) translateZ(20px);transform: rotateX(0deg) translateZ(20px);}
#cuboid div:nth-child(2) {-webkit-transform: rotateX(-90deg) translateZ(20px);-ms-transform: rotateX(-90deg) translateZ(20px);transform: rotateX(-90deg) translateZ(20px);}
#cuboid div:nth-child(3) {-webkit-transform: rotateX(-180deg) translateZ(20px);-ms-transform: rotateX(-180deg) translateZ(20px);transform: rotateX(-180deg) translateZ(20px);}
#cuboid div:nth-child(4) {-webkit-transform: rotateX(-270deg) translateZ(20px);-ms-transform: rotateX(-270deg) translateZ(20px);transform: rotateX(-270deg) translateZ(20px);}
/* the form will have 4 states/classes(default+3) for rotation*/
/* this rotates the whole form, change the face of the cube that is visible */
#cuboid form:hover,
#cuboid form.ready {-webkit-transform: translateZ(-20px) rotateX(90deg);-ms-transform: translateZ(-20px) rotateX(90deg);transform: translateZ(-20px) rotateX(90deg);}
#cuboid form.loading {-webkit-transform: translateZ(-20px) rotateX(180deg);-ms-transform: translateZ(-20px) rotateX(180deg);transform: translateZ(-20px) rotateX(180deg);}
#cuboid form.complete {-webkit-transform: translateZ(-20px) rotateX(270deg);-ms-transform: translateZ(-20px) rotateX(270deg);transform: translateZ(-20px) rotateX(270deg);} | 0.355887 | 0.168515 |
* bootstrap-slider.js
*
* Maintainers:
* <NAME>
* - Twitter: @seiyria
* - Github: seiyria
* <NAME>
* - Twitter: @Rovolutionary
* - Github: rovolution
*
* =========================================================
*
* bootstrap-slider is released under the MIT License
* Copyright (c) 2017 <NAME>, <NAME>, and contributors
*
* Permission is hereby granted, free of charge, to any person
* obtaining a copy of this software and associated documentation
* files (the "Software"), to deal in the Software without
* restriction, including without limitation the rights to use,
* copy, modify, merge, publish, distribute, sublicense, and/or sell
* copies of the Software, and to permit persons to whom the
* Software is furnished to do so, subject to the following
* conditions:
*
* The above copyright notice and this permission notice shall be
* included in all copies or substantial portions of the Software.
*
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
* EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
* OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
* NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
* HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
* WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
* FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
* OTHER DEALINGS IN THE SOFTWARE.
*
* ========================================================= */
.slider {
display: inline-block;
vertical-align: middle;
position: relative;
}
.slider.slider-horizontal {
width: 100%;
height: 20px;
}
.slider.slider-horizontal .slider-track {
height: 10px;
width: 100%;
margin-top: -5px;
top: 50%;
left: 0;
}
.slider.slider-horizontal .slider-selection,
.slider.slider-horizontal .slider-track-low,
.slider.slider-horizontal .slider-track-high {
height: 100%;
top: 0;
bottom: 0;
}
.slider.slider-horizontal .slider-tick,
.slider.slider-horizontal .slider-handle {
margin-left: -10px;
}
.slider.slider-horizontal .slider-tick.triangle,
.slider.slider-horizontal .slider-handle.triangle {
position: relative;
top: 50%;
transform: translateY(-50%);
border-width: 0 10px 10px 10px;
width: 0;
height: 0;
border-bottom-color: #2e6da4;
margin-top: 0;
}
.slider.slider-horizontal .slider-tick-container {
white-space: nowrap;
position: absolute;
top: 0;
left: 0;
width: 100%;
}
.slider.slider-horizontal .slider-tick-label-container {
white-space: nowrap;
margin-top: 20px;
}
.slider.slider-horizontal .slider-tick-label-container .slider-tick-label {
padding-top: 4px;
display: inline-block;
text-align: center;
}
.slider.slider-horizontal.slider-rtl .slider-track {
left: initial;
right: 0;
}
.slider.slider-horizontal.slider-rtl .slider-tick,
.slider.slider-horizontal.slider-rtl .slider-handle {
margin-left: initial;
margin-right: -10px;
}
.slider.slider-horizontal.slider-rtl .slider-tick-container {
left: initial;
right: 0;
}
.slider.slider-vertical {
height: 210px;
width: 20px;
}
.slider.slider-vertical .slider-track {
width: 10px;
height: 100%;
left: 25%;
top: 0;
}
.slider.slider-vertical .slider-selection {
width: 100%;
left: 0;
top: 0;
bottom: 0;
}
.slider.slider-vertical .slider-track-low,
.slider.slider-vertical .slider-track-high {
width: 100%;
left: 0;
right: 0;
}
.slider.slider-vertical .slider-tick,
.slider.slider-vertical .slider-handle {
margin-top: -10px;
}
.slider.slider-vertical .slider-tick.triangle,
.slider.slider-vertical .slider-handle.triangle {
border-width: 10px 0 10px 10px;
width: 1px;
height: 1px;
border-left-color: #2e6da4;
border-right-color: #2e6da4;
margin-left: 0;
margin-right: 0;
}
.slider.slider-vertical .slider-tick-label-container {
white-space: nowrap;
}
.slider.slider-vertical .slider-tick-label-container .slider-tick-label {
padding-left: 4px;
}
.slider.slider-vertical.slider-rtl .slider-track {
left: initial;
right: 25%;
}
.slider.slider-vertical.slider-rtl .slider-selection {
left: initial;
right: 0;
}
.slider.slider-vertical.slider-rtl .slider-tick.triangle,
.slider.slider-vertical.slider-rtl .slider-handle.triangle {
border-width: 10px 10px 10px 0;
}
.slider.slider-vertical.slider-rtl .slider-tick-label-container .slider-tick-label {
padding-left: initial;
padding-right: 4px;
}
.slider.slider-disabled .slider-handle {
background-image: -webkit-linear-gradient(top, #dfdfdf 0%, #bebebe 100%);
background-image: -o-linear-gradient(top, #dfdfdf 0%, #bebebe 100%);
background-image: linear-gradient(to bottom, #dfdfdf 0%, #bebebe 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdfdfdf', endColorstr='#ffbebebe', GradientType=0);
}
.slider.slider-disabled .slider-track {
background-image: -webkit-linear-gradient(top, #e5e5e5 0%, #e9e9e9 100%);
background-image: -o-linear-gradient(top, #e5e5e5 0%, #e9e9e9 100%);
background-image: linear-gradient(to bottom, #e5e5e5 0%, #e9e9e9 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe5e5e5', endColorstr='#ffe9e9e9', GradientType=0);
cursor: not-allowed;
}
.slider input {
display: none;
}
.slider .tooltip.top {
margin-top: -36px;
}
.slider .tooltip-inner {
white-space: nowrap;
max-width: none;
}
.slider .hide {
display: none;
}
.slider-track {
position: absolute;
cursor: pointer;
background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #f9f9f9 100%);
background-image: -o-linear-gradient(top, #f5f5f5 0%, #f9f9f9 100%);
background-image: linear-gradient(to bottom, #f5f5f5 0%, #f9f9f9 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#fff9f9f9', GradientType=0);
-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
border-radius: 4px;
}
.slider-selection {
position: absolute;
background-image: -webkit-linear-gradient(top, #f9f9f9 0%, #f5f5f5 100%);
background-image: -o-linear-gradient(top, #f9f9f9 0%, #f5f5f5 100%);
background-image: linear-gradient(to bottom, #f9f9f9 0%, #f5f5f5 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff9f9f9', endColorstr='#fff5f5f5', GradientType=0);
-webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
border-radius: 4px;
}
.slider-selection.tick-slider-selection {
background-image: -webkit-linear-gradient(top, #8ac1ef 0%, #82b3de 100%);
background-image: -o-linear-gradient(top, #8ac1ef 0%, #82b3de 100%);
background-image: linear-gradient(to bottom, #8ac1ef 0%, #82b3de 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff8ac1ef', endColorstr='#ff82b3de', GradientType=0);
}
.slider-track-low,
.slider-track-high {
position: absolute;
background: transparent;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
border-radius: 4px;
}
.slider-handle {
position: absolute;
top: 0;
width: 20px;
height: 20px;
background-color: #337ab7;
background-image: -webkit-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
background-image: -o-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
background-image: linear-gradient(to bottom, #337ab7 0%, #2e6da4 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2e6da4', GradientType=0);
filter: none;
-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
border: 0px solid transparent;
}
.slider-handle.round {
border-radius: 50%;
}
.slider-handle.triangle {
background: transparent none;
}
.slider-handle.custom {
background: transparent none;
}
.slider-handle.custom::before {
line-height: 20px;
font-size: 20px;
content: '\2605';
color: #726204;
}
.slider-tick {
position: absolute;
width: 20px;
height: 20px;
background-image: -webkit-linear-gradient(top, #f9f9f9 0%, #f5f5f5 100%);
background-image: -o-linear-gradient(top, #f9f9f9 0%, #f5f5f5 100%);
background-image: linear-gradient(to bottom, #f9f9f9 0%, #f5f5f5 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff9f9f9', endColorstr='#fff5f5f5', GradientType=0);
-webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
filter: none;
opacity: 0.8;
border: 0px solid transparent;
}
.slider-tick.round {
border-radius: 50%;
}
.slider-tick.triangle {
background: transparent none;
}
.slider-tick.custom {
background: transparent none;
}
.slider-tick.custom::before {
line-height: 20px;
font-size: 20px;
content: '\2605';
color: #726204;
}
.slider-tick.in-selection {
background-image: -webkit-linear-gradient(top, #8ac1ef 0%, #82b3de 100%);
background-image: -o-linear-gradient(top, #8ac1ef 0%, #82b3de 100%);
background-image: linear-gradient(to bottom, #8ac1ef 0%, #82b3de 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff8ac1ef', endColorstr='#ff82b3de', GradientType=0);
opacity: 1;
} | src/css/bootstrap-slider.css | * bootstrap-slider.js
*
* Maintainers:
* <NAME>
* - Twitter: @seiyria
* - Github: seiyria
* <NAME>
* - Twitter: @Rovolutionary
* - Github: rovolution
*
* =========================================================
*
* bootstrap-slider is released under the MIT License
* Copyright (c) 2017 <NAME>, <NAME>, and contributors
*
* Permission is hereby granted, free of charge, to any person
* obtaining a copy of this software and associated documentation
* files (the "Software"), to deal in the Software without
* restriction, including without limitation the rights to use,
* copy, modify, merge, publish, distribute, sublicense, and/or sell
* copies of the Software, and to permit persons to whom the
* Software is furnished to do so, subject to the following
* conditions:
*
* The above copyright notice and this permission notice shall be
* included in all copies or substantial portions of the Software.
*
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
* EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
* OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
* NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
* HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
* WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
* FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
* OTHER DEALINGS IN THE SOFTWARE.
*
* ========================================================= */
.slider {
display: inline-block;
vertical-align: middle;
position: relative;
}
.slider.slider-horizontal {
width: 100%;
height: 20px;
}
.slider.slider-horizontal .slider-track {
height: 10px;
width: 100%;
margin-top: -5px;
top: 50%;
left: 0;
}
.slider.slider-horizontal .slider-selection,
.slider.slider-horizontal .slider-track-low,
.slider.slider-horizontal .slider-track-high {
height: 100%;
top: 0;
bottom: 0;
}
.slider.slider-horizontal .slider-tick,
.slider.slider-horizontal .slider-handle {
margin-left: -10px;
}
.slider.slider-horizontal .slider-tick.triangle,
.slider.slider-horizontal .slider-handle.triangle {
position: relative;
top: 50%;
transform: translateY(-50%);
border-width: 0 10px 10px 10px;
width: 0;
height: 0;
border-bottom-color: #2e6da4;
margin-top: 0;
}
.slider.slider-horizontal .slider-tick-container {
white-space: nowrap;
position: absolute;
top: 0;
left: 0;
width: 100%;
}
.slider.slider-horizontal .slider-tick-label-container {
white-space: nowrap;
margin-top: 20px;
}
.slider.slider-horizontal .slider-tick-label-container .slider-tick-label {
padding-top: 4px;
display: inline-block;
text-align: center;
}
.slider.slider-horizontal.slider-rtl .slider-track {
left: initial;
right: 0;
}
.slider.slider-horizontal.slider-rtl .slider-tick,
.slider.slider-horizontal.slider-rtl .slider-handle {
margin-left: initial;
margin-right: -10px;
}
.slider.slider-horizontal.slider-rtl .slider-tick-container {
left: initial;
right: 0;
}
.slider.slider-vertical {
height: 210px;
width: 20px;
}
.slider.slider-vertical .slider-track {
width: 10px;
height: 100%;
left: 25%;
top: 0;
}
.slider.slider-vertical .slider-selection {
width: 100%;
left: 0;
top: 0;
bottom: 0;
}
.slider.slider-vertical .slider-track-low,
.slider.slider-vertical .slider-track-high {
width: 100%;
left: 0;
right: 0;
}
.slider.slider-vertical .slider-tick,
.slider.slider-vertical .slider-handle {
margin-top: -10px;
}
.slider.slider-vertical .slider-tick.triangle,
.slider.slider-vertical .slider-handle.triangle {
border-width: 10px 0 10px 10px;
width: 1px;
height: 1px;
border-left-color: #2e6da4;
border-right-color: #2e6da4;
margin-left: 0;
margin-right: 0;
}
.slider.slider-vertical .slider-tick-label-container {
white-space: nowrap;
}
.slider.slider-vertical .slider-tick-label-container .slider-tick-label {
padding-left: 4px;
}
.slider.slider-vertical.slider-rtl .slider-track {
left: initial;
right: 25%;
}
.slider.slider-vertical.slider-rtl .slider-selection {
left: initial;
right: 0;
}
.slider.slider-vertical.slider-rtl .slider-tick.triangle,
.slider.slider-vertical.slider-rtl .slider-handle.triangle {
border-width: 10px 10px 10px 0;
}
.slider.slider-vertical.slider-rtl .slider-tick-label-container .slider-tick-label {
padding-left: initial;
padding-right: 4px;
}
.slider.slider-disabled .slider-handle {
background-image: -webkit-linear-gradient(top, #dfdfdf 0%, #bebebe 100%);
background-image: -o-linear-gradient(top, #dfdfdf 0%, #bebebe 100%);
background-image: linear-gradient(to bottom, #dfdfdf 0%, #bebebe 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdfdfdf', endColorstr='#ffbebebe', GradientType=0);
}
.slider.slider-disabled .slider-track {
background-image: -webkit-linear-gradient(top, #e5e5e5 0%, #e9e9e9 100%);
background-image: -o-linear-gradient(top, #e5e5e5 0%, #e9e9e9 100%);
background-image: linear-gradient(to bottom, #e5e5e5 0%, #e9e9e9 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe5e5e5', endColorstr='#ffe9e9e9', GradientType=0);
cursor: not-allowed;
}
.slider input {
display: none;
}
.slider .tooltip.top {
margin-top: -36px;
}
.slider .tooltip-inner {
white-space: nowrap;
max-width: none;
}
.slider .hide {
display: none;
}
.slider-track {
position: absolute;
cursor: pointer;
background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #f9f9f9 100%);
background-image: -o-linear-gradient(top, #f5f5f5 0%, #f9f9f9 100%);
background-image: linear-gradient(to bottom, #f5f5f5 0%, #f9f9f9 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#fff9f9f9', GradientType=0);
-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
border-radius: 4px;
}
.slider-selection {
position: absolute;
background-image: -webkit-linear-gradient(top, #f9f9f9 0%, #f5f5f5 100%);
background-image: -o-linear-gradient(top, #f9f9f9 0%, #f5f5f5 100%);
background-image: linear-gradient(to bottom, #f9f9f9 0%, #f5f5f5 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff9f9f9', endColorstr='#fff5f5f5', GradientType=0);
-webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
border-radius: 4px;
}
.slider-selection.tick-slider-selection {
background-image: -webkit-linear-gradient(top, #8ac1ef 0%, #82b3de 100%);
background-image: -o-linear-gradient(top, #8ac1ef 0%, #82b3de 100%);
background-image: linear-gradient(to bottom, #8ac1ef 0%, #82b3de 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff8ac1ef', endColorstr='#ff82b3de', GradientType=0);
}
.slider-track-low,
.slider-track-high {
position: absolute;
background: transparent;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
border-radius: 4px;
}
.slider-handle {
position: absolute;
top: 0;
width: 20px;
height: 20px;
background-color: #337ab7;
background-image: -webkit-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
background-image: -o-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
background-image: linear-gradient(to bottom, #337ab7 0%, #2e6da4 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2e6da4', GradientType=0);
filter: none;
-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
border: 0px solid transparent;
}
.slider-handle.round {
border-radius: 50%;
}
.slider-handle.triangle {
background: transparent none;
}
.slider-handle.custom {
background: transparent none;
}
.slider-handle.custom::before {
line-height: 20px;
font-size: 20px;
content: '\2605';
color: #726204;
}
.slider-tick {
position: absolute;
width: 20px;
height: 20px;
background-image: -webkit-linear-gradient(top, #f9f9f9 0%, #f5f5f5 100%);
background-image: -o-linear-gradient(top, #f9f9f9 0%, #f5f5f5 100%);
background-image: linear-gradient(to bottom, #f9f9f9 0%, #f5f5f5 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff9f9f9', endColorstr='#fff5f5f5', GradientType=0);
-webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
filter: none;
opacity: 0.8;
border: 0px solid transparent;
}
.slider-tick.round {
border-radius: 50%;
}
.slider-tick.triangle {
background: transparent none;
}
.slider-tick.custom {
background: transparent none;
}
.slider-tick.custom::before {
line-height: 20px;
font-size: 20px;
content: '\2605';
color: #726204;
}
.slider-tick.in-selection {
background-image: -webkit-linear-gradient(top, #8ac1ef 0%, #82b3de 100%);
background-image: -o-linear-gradient(top, #8ac1ef 0%, #82b3de 100%);
background-image: linear-gradient(to bottom, #8ac1ef 0%, #82b3de 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff8ac1ef', endColorstr='#ff82b3de', GradientType=0);
opacity: 1;
} | 0.521471 | 0.078078 |
.mainArea {
display: flex;
flex-direction: column;
justify-content: center;
padding: 0 20%;
overflow-y: auto;
}
.grid {
grid-row-gap: initial;
}
.formContainer {
width: 100%
}
.headerWrapper {
display: flex;
align-items: flex-end;
}
.header {
font-size: 1.8em;
padding: initial;
}
.messageWrapper {
display: flex;
align-items: flex-end;
height: initial;
margin-bottom: 1em;
}
.message {
width: 100%;
font-size: 1.3em;
font-weight: 300;
text-align: left;
margin-top: 1em;
}
.dataTypes {
display: flex;
flex-flow: column wrap;
justify-content: space-between;
align-items: flex-start;
width: 100%;
}
.dataType {
display: flex;
justify-content: flex-start;
align-items: center;
width: 100%;
border: solid #c4c4c4 1px;
border-radius: 20px;
padding: 1em;
margin-top: .5em;
}
.dataType:nth-child(0) {
margin-top: 0;
}
.dataTypeName {
font-size: 1.3em;
font-weight: 300;
margin-left: 2em;
}
.dataTypeIcon {
height: 2.5em;
}
.dataTypeDescription {
height: 66%;
font-size: 1.3em;
font-weight: 300;
}
.resources {
display: flex;
flex-direction: column;
justify-content: flex-start;
align-items: flex-start;
width: 100%;
height: 100%;
overflow-y: auto;
}
.resource {
border: solid #c4c4c4 1px;
border-radius: 20px;
padding: 1em 1.5em;
display: flex;
align-items: center;
justify-content: space-between;
width: 100%;
margin-top: 1em;
}
.resource:nth-child(1) {
margin-top: 0;
}
.resourceDescription {
display: flex;
}
.resourceIconWrapper {
max-width: 1.5em;
}
.resourceIcon {
margin: 2px 0 0;
width: 100%;
}
.resourceName {
margin-left: 1em;
font-size: 1.3em;
}
.accessModes {
display: flex;
align-items: center;
}
.accessMode {
display: flex;
}
.accessMode {
display: flex;
}
.accessOption {
height: 1.3em;
width: 1.3em;
}
.accessOptionName {
font-size: 1.3em;
padding: 0 1em;
}
.submit {
margin-top: 1em;
display: flex;
align-items: flex-end;
justify-content: flex-end;
}
@media(max-width: 768px) {
.mainArea {
padding: 0 1em;
justify-content: flex-start;
}
.resources {
height: initial;
}
.resource {
flex-flow: row wrap;
}
} | common/css/sharing.css | .mainArea {
display: flex;
flex-direction: column;
justify-content: center;
padding: 0 20%;
overflow-y: auto;
}
.grid {
grid-row-gap: initial;
}
.formContainer {
width: 100%
}
.headerWrapper {
display: flex;
align-items: flex-end;
}
.header {
font-size: 1.8em;
padding: initial;
}
.messageWrapper {
display: flex;
align-items: flex-end;
height: initial;
margin-bottom: 1em;
}
.message {
width: 100%;
font-size: 1.3em;
font-weight: 300;
text-align: left;
margin-top: 1em;
}
.dataTypes {
display: flex;
flex-flow: column wrap;
justify-content: space-between;
align-items: flex-start;
width: 100%;
}
.dataType {
display: flex;
justify-content: flex-start;
align-items: center;
width: 100%;
border: solid #c4c4c4 1px;
border-radius: 20px;
padding: 1em;
margin-top: .5em;
}
.dataType:nth-child(0) {
margin-top: 0;
}
.dataTypeName {
font-size: 1.3em;
font-weight: 300;
margin-left: 2em;
}
.dataTypeIcon {
height: 2.5em;
}
.dataTypeDescription {
height: 66%;
font-size: 1.3em;
font-weight: 300;
}
.resources {
display: flex;
flex-direction: column;
justify-content: flex-start;
align-items: flex-start;
width: 100%;
height: 100%;
overflow-y: auto;
}
.resource {
border: solid #c4c4c4 1px;
border-radius: 20px;
padding: 1em 1.5em;
display: flex;
align-items: center;
justify-content: space-between;
width: 100%;
margin-top: 1em;
}
.resource:nth-child(1) {
margin-top: 0;
}
.resourceDescription {
display: flex;
}
.resourceIconWrapper {
max-width: 1.5em;
}
.resourceIcon {
margin: 2px 0 0;
width: 100%;
}
.resourceName {
margin-left: 1em;
font-size: 1.3em;
}
.accessModes {
display: flex;
align-items: center;
}
.accessMode {
display: flex;
}
.accessMode {
display: flex;
}
.accessOption {
height: 1.3em;
width: 1.3em;
}
.accessOptionName {
font-size: 1.3em;
padding: 0 1em;
}
.submit {
margin-top: 1em;
display: flex;
align-items: flex-end;
justify-content: flex-end;
}
@media(max-width: 768px) {
.mainArea {
padding: 0 1em;
justify-content: flex-start;
}
.resources {
height: initial;
}
.resource {
flex-flow: row wrap;
}
} | 0.586049 | 0.129155 |
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600&display=swap");
@tailwind base;
@tailwind components;
@tailwind utilities;
@layer components {
.overlay {
@apply absolute;
}
.overlay * {
@apply transition-all duration-200;
}
.overlay.hoverable > * {
@apply opacity-0;
}
.overlay.hoverable:hover > * {
@apply opacity-100;
}
.overlay .video {
@apply absolute transform bg-blue-200 bg-no-repeat bg-center rounded-full flex items-center justify-center;
background-image: url("../images/design/icon-play.svg");
top: 50%;
left: 50%;
}
.hero .hero-image,
.hero .hero-caption {
min-height: 90vh;
}
.hero .hero-cta {
@apply w-12 h-12;
transform: translateX(-75px) translateY(-50%);
background-size: 37.5%;
}
/* card */
.card .card-shadow {
@apply transition duration-300 shadow-none h-full;
}
.card:hover .card-shadow {
@apply shadow-lg;
}
/* breadcrumb */
ul.breadcrumb {
@apply flex flex-row items-center text-lg;
}
ul.breadcrumb li:not(:last-child):after {
content: "/";
@apply px-4;
}
ul.breadcrumb li:not(:last-child) a {
@apply font-light;
}
ul.breadcrumb li:last-child a {
@apply font-semibold;
}
/* slider */
.slider {
@apply flex my-4 flex-col;
}
.slider .thumbnail {
@apply w-screen order-last -mx-2 overflow-auto flex pl-4;
}
.slider .thumbnail .item {
@apply bg-gray-100 relative rounded-lg mb-4 cursor-pointer;
width: 106px;
height: 106px;
}
.slider .thumbnail .item:after {
content: "";
@apply transition duration-200 absolute inset-0 bg-black bg-opacity-0 border-2 border-black border-opacity-0 rounded-lg;
}
.slider .thumbnail .item.selected:after {
@apply bg-opacity-35 border-opacity-100;
}
.slider .preview {
@apply mb-4 px-4;
height: 320px;
}
}
@screen md {
.hero .hero-image,
.hero .hero-caption {
min-height: auto;
}
.hero .hero-cta {
@apply w-20 h-20 -translate-x-1/2 -translate-y-1/2;
background-size: auto;
}
.slider {
@apply flex-row;
}
.slider .thumbnail {
@apply w-auto order-first block overflow-visible pl-0;
}
.slider .preview {
height: 609px;
width: 560px;
}
}
@layer utilities {
.stretched-link {
@apply absolute inset-0 z-10 cursor-pointer;
}
.grid {
grid-auto-flow: dense;
grid-auto-rows: minmax(180px, auto);
}
}
a.cart svg g circle.dot {
@apply hidden;
}
a.cart.cart-filled svg g circle.dot {
@apply block;
}
button[disabled] {
@apply bg-gray-300 hover:bg-gray-300 text-gray-400 hover:text-gray-400 cursor-not-allowed;
} | src/css/app.css | @import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600&display=swap");
@tailwind base;
@tailwind components;
@tailwind utilities;
@layer components {
.overlay {
@apply absolute;
}
.overlay * {
@apply transition-all duration-200;
}
.overlay.hoverable > * {
@apply opacity-0;
}
.overlay.hoverable:hover > * {
@apply opacity-100;
}
.overlay .video {
@apply absolute transform bg-blue-200 bg-no-repeat bg-center rounded-full flex items-center justify-center;
background-image: url("../images/design/icon-play.svg");
top: 50%;
left: 50%;
}
.hero .hero-image,
.hero .hero-caption {
min-height: 90vh;
}
.hero .hero-cta {
@apply w-12 h-12;
transform: translateX(-75px) translateY(-50%);
background-size: 37.5%;
}
/* card */
.card .card-shadow {
@apply transition duration-300 shadow-none h-full;
}
.card:hover .card-shadow {
@apply shadow-lg;
}
/* breadcrumb */
ul.breadcrumb {
@apply flex flex-row items-center text-lg;
}
ul.breadcrumb li:not(:last-child):after {
content: "/";
@apply px-4;
}
ul.breadcrumb li:not(:last-child) a {
@apply font-light;
}
ul.breadcrumb li:last-child a {
@apply font-semibold;
}
/* slider */
.slider {
@apply flex my-4 flex-col;
}
.slider .thumbnail {
@apply w-screen order-last -mx-2 overflow-auto flex pl-4;
}
.slider .thumbnail .item {
@apply bg-gray-100 relative rounded-lg mb-4 cursor-pointer;
width: 106px;
height: 106px;
}
.slider .thumbnail .item:after {
content: "";
@apply transition duration-200 absolute inset-0 bg-black bg-opacity-0 border-2 border-black border-opacity-0 rounded-lg;
}
.slider .thumbnail .item.selected:after {
@apply bg-opacity-35 border-opacity-100;
}
.slider .preview {
@apply mb-4 px-4;
height: 320px;
}
}
@screen md {
.hero .hero-image,
.hero .hero-caption {
min-height: auto;
}
.hero .hero-cta {
@apply w-20 h-20 -translate-x-1/2 -translate-y-1/2;
background-size: auto;
}
.slider {
@apply flex-row;
}
.slider .thumbnail {
@apply w-auto order-first block overflow-visible pl-0;
}
.slider .preview {
height: 609px;
width: 560px;
}
}
@layer utilities {
.stretched-link {
@apply absolute inset-0 z-10 cursor-pointer;
}
.grid {
grid-auto-flow: dense;
grid-auto-rows: minmax(180px, auto);
}
}
a.cart svg g circle.dot {
@apply hidden;
}
a.cart.cart-filled svg g circle.dot {
@apply block;
}
button[disabled] {
@apply bg-gray-300 hover:bg-gray-300 text-gray-400 hover:text-gray-400 cursor-not-allowed;
} | 0.519278 | 0.094177 |
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;
padding: 0;
margin: 0;
}
html {
font-size: 62.5%;
}
html,
body {
font-family: "Source Sans Pro", sans-serif;
}
h1 {
font-style: normal;
font-weight: bold;
font-size: 7.2rem;
line-height: 9.1rem;
}
h2 {
font-style: normal;
font-weight: bold;
font-size: 6rem;
line-height: 7.5rem;
}
h3 {
font-style: normal;
font-weight: bold;
font-size: 5rem;
line-height: 6.25rem;
}
h4 {
font-style: normal;
font-weight: bold;
font-size: 3rem;
line-height: 3.8rem;
}
h5 {
font-style: normal;
font-weight: 600;
font-size: 2.4rem;
line-height: 3rem;
}
h6 {
font-style: normal;
font-weight: 600;
font-size: 2.1rem;
line-height: 2.6rem;
}
.container {
width: 100%;
margin: 0 auto;
display: flex;
justify-content: space-between;
align-items: center;
flex-direction: column;
}
header {
width: 100%;
min-height: 10vh;
background: #d32323;
color: #fff;
padding: 0 1.67%;
display: flex;
justify-content: space-between;
align-items: center;
}
@media (max-width: 375px) {
header {
padding: 5%;
}
}
@media (min-width: 376px) and (max-width: 768px) {
header {
flex-direction: column;
}
}
@media (max-width: 375px) {
header .logo-container {
display: flex;
justify-content: space-between;
align-items: center;
width: 40%;
}
}
@media (max-width: 375px) {
header .logo-container h4 {
font-size: 2.1rem;
line-height: 2.6rem;
}
}
header .logo-container a {
color: #fff;
font-size: 3rem;
line-height: 3.8rem;
font-weight: bold;
font-style: normal;
text-decoration: none;
}
@media (max-width: 375px) {
header .logo-container a {
font-size: 2.1rem;
line-height: 2.6rem;
}
}
header nav {
min-width: 306px;
width: 20%;
display: flex;
justify-content: space-between;
align-items: center;
}
@media (max-width: 375px) {
header nav {
min-width: 0;
}
}
header nav a {
text-decoration: none;
color: #fff;
}
header nav a:hover {
font-weight: 700;
}
@media (max-width: 375px) {
header nav a {
font-size: 2.1rem;
line-height: 2.6rem;
}
}
@media (max-width: 375px) {
header nav .about-link {
display: inline;
}
}
header nav .home-link {
display: none;
}
@media (max-width: 375px) {
header nav .home-link {
display: inline;
}
}
@media (max-width: 375px) {
header nav .hide {
display: none;
}
}
.main-landing-page {
width: 100%;
height: 90vh;
display: flex;
justify-content: space-between;
align-items: stretch;
/*
===========================================================================
===============MOBILE STYLES FOR CONTENT AREA==============================
===========================================================================
*/
}
@media (max-width: 375px) {
.main-landing-page {
justify-content: flex-end;
flex-direction: column-reverse;
align-items: center;
padding: 24px;
}
}
@media (min-width: 376px) and (max-width: 768px) {
.main-landing-page {
flex-direction: column;
height: auto;
}
}
@media (max-width: 375px) {
.main-landing-page .desktop {
display: none;
}
}
.main-landing-page .hero-area {
width: 60%;
}
@media (min-width: 376px) and (max-width: 768px) {
.main-landing-page .hero-area {
width: 100%;
}
}
.main-landing-page .hero-area .hero-img-container {
background: url("../assets/hero-img.jpg") no-repeat center center;
background-size: cover;
height: 100%;
}
@media (min-width: 376px) and (max-width: 768px) {
.main-landing-page .hero-area .hero-img-container {
height: 551px;
display: flex;
justify-content: center;
align-items: stretch;
}
}
.main-landing-page .hero-area .hero-img-container h2 {
display: none;
}
@media (min-width: 376px) and (max-width: 768px) {
.main-landing-page .hero-area .hero-img-container h2 {
display: inline-block;
width: 65%;
color: #d32323;
margin-top: 12%;
min-width: 280px;
}
}
.main-landing-page .cta-area {
width: 40%;
padding: 3%;
overflow-y: scroll;
}
@media (min-width: 376px) and (max-width: 768px) {
.main-landing-page .cta-area {
width: 100%;
padding: 3% 15%;
}
}
.main-landing-page .cta-area .banner-header {
margin-top: 10%;
color: #d32323;
}
@media (min-width: 376px) and (max-width: 768px) {
.main-landing-page .cta-area .banner-header {
display: none;
}
}
.main-landing-page .cta-area .banner-desc {
margin-bottom: 10%;
}
@media (min-width: 376px) and (max-width: 768px) {
.main-landing-page .cta-area .banner-desc {
margin-bottom: 5%;
}
}
.main-landing-page .cta-area .cta-btn-container {
line-height: 2rem;
font-size: 1.6rem;
color: #d32323;
}
.main-landing-page .cta-area .cta-btn-container button {
width: 100%;
background-color: #d32323;
font-size: 2.4rem;
color: #fff;
text-align: center;
line-height: 3rem;
font-weight: bold;
border-radius: 10px;
padding: 10px 0;
margin: 16px 0;
outline: none;
}
.main-landing-page .cta-area .cta-btn-container .learn {
background: #fff;
border: 0.5px solid #d32323;
margin-top: 40px;
}
.main-landing-page .cta-area .cta-btn-container .login {
color: #d32323;
font-size: 1.6rem;
}
.main-landing-page .cta-area .cta-btn-container .learn-link {
color: #d32323;
font-size: 2.4rem;
text-decoration: none;
font-weight: normal;
}
.main-landing-page .mobile-content {
display: none;
}
@media (max-width: 375px) {
.main-landing-page .mobile-content {
display: flex;
justify-content: space-between;
align-items: center;
flex-direction: column;
width: 100%;
height: 100%;
}
}
.main-landing-page .mobile-content .mobile-header h5 {
color: #d32323;
margin-bottom: 8px;
font-weight: bold;
}
.main-landing-page .mobile-content .mobile-banner {
width: 100%;
height: 320px;
}
.main-landing-page .mobile-content .mobile-banner .mobile-banner-img {
height: 100%;
background: url("../assets/hero-img.jpg") no-repeat center;
background-size: cover;
}
.main-landing-page .mobile-content .mobile-cta-container {
width: 100%;
line-height: 2rem;
font-size: 1.6rem;
color: #d32323;
margin-bottom: 30px;
}
.main-landing-page .mobile-content .mobile-cta-container button {
width: 100%;
background-color: #d32323;
font-size: 2.4rem;
color: #fff;
text-align: center;
line-height: 3rem;
font-weight: bold;
border-radius: 10px;
padding: 10px 0;
margin: 16px 0;
outline: none;
}
.main-landing-page .mobile-content .mobile-cta-container .learn {
background: #fff;
border: 0.5px solid #d32323;
}
.main-landing-page .mobile-content .mobile-cta-container .login {
color: #d32323;
font-size: 1.6rem;
line-height: 2rem;
}
.main-landing-page .mobile-content .mobile-cta-container .learn-link {
color: #d32323;
font-size: 2.4rem;
text-decoration: none;
font-weight: normal;
}
/*
===========================================================================
==========================ABOUT PAGE STYLES================================
===========================================================================
*/
.main-about-page {
width: 100%;
display: flex;
justify-content: space-between;
align-items: stretch;
}
@media (max-width: 375px) {
.main-about-page {
flex-direction: column-reverse;
}
}
.main-about-page .team {
width: 62%;
background: url("../assets/abt-bg.png") no-repeat center center;
background-size: cover;
padding: 1.22% 2.68% 4.07%;
}
@media (max-width: 375px) {
.main-about-page .team {
width: 100%;
background: none;
padding: 0 24px 15px;
}
}
@media (min-width: 376px) and (max-width: 768px) {
.main-about-page .team {
width: 100%;
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
padding: 7.5% 15%;
}
}
.main-about-page .team .about-banner {
display: flex;
justify-content: flex-end;
align-items: stretch;
}
.main-about-page .team .about-banner h1 {
text-align: right;
color: #d32323;
width: 100%;
}
@media (max-width: 375px) {
.main-about-page .team .about-banner h1 {
display: none;
}
}
@media (min-width: 376px) and (max-width: 768px) {
.main-about-page .team .about-banner h1 {
font-size: 6rem;
line-height: 7.5rem;
margin-bottom: 32px;
}
}
.main-about-page .team-members {
width: 76%;
}
@media (max-width: 375px) {
.main-about-page .team-members {
width: 100%;
}
}
@media (min-width: 376px) and (max-width: 768px) {
.main-about-page .team-members {
width: 100%;
background: #fff;
padding: 4.5%;
}
}
@media (min-width:769px) and (max-width: 1024px) {
.main-about-page .team-members {
width: 100%;
}
}
.main-about-page .team-members .team-members-title h2 {
color: #d32323;
margin: 1.52% 0 2.85%;
}
@media (max-width: 375px) {
.main-about-page .team-members .team-members-title h2 {
margin: 0 0 16px;
font-size: 3rem;
line-height: 3.8rem;
}
}
@media (min-width: 376px) and (max-width: 768px) {
.main-about-page .team-members .team-members-title h2 {
font-size: 3rem;
line-height: 3.8rem;
}
}
.main-about-page .team-members .gallery {
display: flex;
justify-content: space-between;
align-items: stretch;
flex-wrap: wrap;
}
@media (min-width:769px) and (max-width: 1024px) {
.main-about-page .team-members .gallery {
width: 100%;
}
}
.main-about-page .team-members .gallery .team-members-info {
width: 49%;
min-width: 210px;
background: #fff;
margin-bottom: 6%;
max-width: 400px;
height: 330px;
}
@media (max-width: 375px) {
.main-about-page .team-members .gallery .team-members-info {
width: 100%;
border: 0.5px solid #c4c4c4;
height: 343px;
}
}
@media (min-width: 376px) and (max-width: 768px) {
.main-about-page .team-members .gallery .team-members-info {
width: 100%;
max-width: 100%;
height: 255px;
border: 0.5px solid #c4c4c4;
}
}
.main-about-page .team-members .icons-container {
margin: 18.4px 0 28px;
}
@media (min-width: 376px) and (max-width: 768px) {
.main-about-page .team-members .icons-container {
width: 25%;
display: flex;
justify-content: space-between;
align-items: flex-end;
margin: 0;
}
}
.main-about-page .team-members .icons-container a {
font-size: 3em;
color: #000;
margin-right: 2%;
}
@media (max-width: 375px) {
.main-about-page .team-members .icons-container a {
font-size: 2.4rem;
}
}
@media (min-width: 376px) and (max-width: 768px) {
.main-about-page .team-members .icons-container a {
font-size: 2.4rem;
}
}
.main-about-page .team-members .icons-container i {
z-index: 1;
}
.main-about-page .team-members .icons-container i:hover {
cursor: pointer;
color: #d32323;
}
.main-about-page .team-members .img-container {
background: #c4c4c4;
height: 60%;
width: 100%;
}
.main-about-page .team-members .img-container img {
width: 100%;
height: 100%;
object-fit: cover;
object-position: 50% 60%;
}
.main-about-page .team-members .team-members-info-container {
padding: 2%;
display: flex;
justify-content: space-between;
align-items: stretch;
flex-direction: column;
}
@media (min-width: 376px) and (max-width: 768px) {
.main-about-page .team-members .team-members-info-container {
flex-direction: row;
align-items: flex-start;
padding-bottom: 0;
margin-top: 20px;
}
}
.main-about-page .team-members .team-members-info-container h5 {
color: #d32323;
font-weight: bold;
}
@media (max-width: 375px) {
.main-about-page .team-members .team-members-info-container h5 {
font-size: 2.1rem;
line-height: 2.6rem;
}
}
@media (min-width: 376px) and (max-width: 768px) {
.main-about-page .team-members .team-members-info-container h5 {
width: 25%;
font-size: 2.1rem;
line-height: 2.6rem;
}
}
.main-about-page .team-members .team-members-info-container h6 {
color: #353131;
margin: 1% 0 2% 0;
font-weight: normal;
}
@media (max-width: 375px) {
.main-about-page .team-members .team-members-info-container h6 {
font-size: 1.6rem;
line-height: 2rem;
}
}
@media (min-width: 376px) and (max-width: 768px) {
.main-about-page .team-members .team-members-info-container h6 {
width: 45%;
font-size: 1.6rem;
line-height: 2rem;
text-align: center;
}
}
.main-about-page .team-members .tablet-about-foodie {
display: none;
}
@media (min-width: 376px) and (max-width: 768px) {
.main-about-page .team-members .tablet-about-foodie {
display: inline-block;
width: 100%;
}
}
.main-about-page .about-foodie {
width: 38%;
padding: 1.22% 1.5% 4.07%;
overflow: hidden;
}
@media (min-width: 376px) and (max-width: 768px) {
.main-about-page .about-foodie {
display: none;
}
}
.main-about-page .about-foodie .mobile-title {
display: none;
}
@media (max-width: 375px) {
.main-about-page .about-foodie .mobile-title {
display: block;
text-align: center;
margin: 32px 0;
color: #d32323;
font-size: 4.8rem;
line-height: 6rem;
}
}
@media (max-width: 375px) {
.main-about-page .about-foodie {
width: 100%;
padding: 0 24px 16px 24px;
}
}
.main-about-page .about-foodie .pseudo {
height: 5%;
}
@media (max-width: 375px) {
.main-about-page .about-foodie .pseudo {
display: none;
}
}
@media (min-width: 376px) and (max-width: 768px) {
.main-about-page .about-foodie .pseudo {
display: none;
}
}
.main-about-page .about-foodie .about-foodie-title {
margin: 2.52% 0 5.87%;
color: #d32323;
width: 80%;
height: 9.71%;
}
@media (max-width: 375px) {
.main-about-page .about-foodie .about-foodie-title {
width: 100%;
}
}
.main-about-page .about-foodie .about-foodie-title h2 {
margin-bottom: 9.17%;
}
@media (max-width: 375px) {
.main-about-page .about-foodie .about-foodie-title h2 {
font-size: 3rem;
line-height: 3.8rem;
}
}
@media (min-width: 376px) and (max-width: 768px) {
.main-about-page .about-foodie .about-foodie-title h2 {
font-size: 3rem;
line-height: 3.8rem;
}
}
.main-about-page .about-foodie .about-foodie-title h4 {
min-width: 320px;
}
@media (max-width: 375px) {
.main-about-page .about-foodie .about-foodie-title h4 {
font-size: 2.1rem;
line-height: 2.6rem;
}
}
@media (min-width: 376px) and (max-width: 768px) {
.main-about-page .about-foodie .about-foodie-title h4 {
font-size: 2.1rem;
line-height: 2.6rem;
}
}
@media (max-width: 375px) {
.main-about-page .about-foodie .about-foodie-container {
margin-bottom: 5%;
}
}
@media (min-width: 376px) and (max-width: 768px) {
.main-about-page .about-foodie .about-foodie-container {
margin-bottom: 5%;
}
}
@media (min-width:769px) and (max-width: 1024px) {
.main-about-page .about-foodie .about-foodie-container {
margin-bottom: 10%;
height: auto;
}
}
@media (max-width: 375px) {
.main-about-page .about-foodie .about-foodie-container h6 {
font-size: 1.8rem;
line-height: 2.3rem;
}
}
.main-about-page .about-foodie .about-foodie-img-container {
width: 100%;
height: 75.38%;
margin-bottom: 5.03%;
}
@media (max-width: 375px) {
.main-about-page .about-foodie .about-foodie-img-container {
height: 340px;
}
}
@media (min-width: 376px) and (max-width: 768px) {
.main-about-page .about-foodie .about-foodie-img-container {
height: 340px;
}
}
.main-about-page .about-foodie .about-foodie-img-container img {
width: 100%;
height: 100%;
object-fit: cover;
}
.main-about-page .about-foodie .smaller-container {
height: 33.28%;
display: flex;
justify-content: space-evenly;
align-items: stretch;
flex-direction: column-reverse;
margin-bottom: 0;
padding-top: 5%;
}
@media (max-width: 375px) {
.main-about-page .about-foodie .smaller-container {
flex-direction: column;
}
}
@media (min-width: 376px) and (max-width: 768px) {
.main-about-page .about-foodie .smaller-container {
flex-direction: column;
}
}
.main-about-page .about-foodie .smaller-container .about-foodie-img-container {
height: 58.17%;
margin-top: 6.11%;
}
@media (max-width: 375px) {
.main-about-page .about-foodie .smaller-container .about-foodie-img-container {
height: 340px;
margin-top: 0;
}
}
@media (min-width: 376px) and (max-width: 768px) {
.main-about-page .about-foodie .smaller-container .about-foodie-img-container {
height: 340px;
margin-top: 0;
}
} | css/index.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;
}
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;
padding: 0;
margin: 0;
}
html {
font-size: 62.5%;
}
html,
body {
font-family: "Source Sans Pro", sans-serif;
}
h1 {
font-style: normal;
font-weight: bold;
font-size: 7.2rem;
line-height: 9.1rem;
}
h2 {
font-style: normal;
font-weight: bold;
font-size: 6rem;
line-height: 7.5rem;
}
h3 {
font-style: normal;
font-weight: bold;
font-size: 5rem;
line-height: 6.25rem;
}
h4 {
font-style: normal;
font-weight: bold;
font-size: 3rem;
line-height: 3.8rem;
}
h5 {
font-style: normal;
font-weight: 600;
font-size: 2.4rem;
line-height: 3rem;
}
h6 {
font-style: normal;
font-weight: 600;
font-size: 2.1rem;
line-height: 2.6rem;
}
.container {
width: 100%;
margin: 0 auto;
display: flex;
justify-content: space-between;
align-items: center;
flex-direction: column;
}
header {
width: 100%;
min-height: 10vh;
background: #d32323;
color: #fff;
padding: 0 1.67%;
display: flex;
justify-content: space-between;
align-items: center;
}
@media (max-width: 375px) {
header {
padding: 5%;
}
}
@media (min-width: 376px) and (max-width: 768px) {
header {
flex-direction: column;
}
}
@media (max-width: 375px) {
header .logo-container {
display: flex;
justify-content: space-between;
align-items: center;
width: 40%;
}
}
@media (max-width: 375px) {
header .logo-container h4 {
font-size: 2.1rem;
line-height: 2.6rem;
}
}
header .logo-container a {
color: #fff;
font-size: 3rem;
line-height: 3.8rem;
font-weight: bold;
font-style: normal;
text-decoration: none;
}
@media (max-width: 375px) {
header .logo-container a {
font-size: 2.1rem;
line-height: 2.6rem;
}
}
header nav {
min-width: 306px;
width: 20%;
display: flex;
justify-content: space-between;
align-items: center;
}
@media (max-width: 375px) {
header nav {
min-width: 0;
}
}
header nav a {
text-decoration: none;
color: #fff;
}
header nav a:hover {
font-weight: 700;
}
@media (max-width: 375px) {
header nav a {
font-size: 2.1rem;
line-height: 2.6rem;
}
}
@media (max-width: 375px) {
header nav .about-link {
display: inline;
}
}
header nav .home-link {
display: none;
}
@media (max-width: 375px) {
header nav .home-link {
display: inline;
}
}
@media (max-width: 375px) {
header nav .hide {
display: none;
}
}
.main-landing-page {
width: 100%;
height: 90vh;
display: flex;
justify-content: space-between;
align-items: stretch;
/*
===========================================================================
===============MOBILE STYLES FOR CONTENT AREA==============================
===========================================================================
*/
}
@media (max-width: 375px) {
.main-landing-page {
justify-content: flex-end;
flex-direction: column-reverse;
align-items: center;
padding: 24px;
}
}
@media (min-width: 376px) and (max-width: 768px) {
.main-landing-page {
flex-direction: column;
height: auto;
}
}
@media (max-width: 375px) {
.main-landing-page .desktop {
display: none;
}
}
.main-landing-page .hero-area {
width: 60%;
}
@media (min-width: 376px) and (max-width: 768px) {
.main-landing-page .hero-area {
width: 100%;
}
}
.main-landing-page .hero-area .hero-img-container {
background: url("../assets/hero-img.jpg") no-repeat center center;
background-size: cover;
height: 100%;
}
@media (min-width: 376px) and (max-width: 768px) {
.main-landing-page .hero-area .hero-img-container {
height: 551px;
display: flex;
justify-content: center;
align-items: stretch;
}
}
.main-landing-page .hero-area .hero-img-container h2 {
display: none;
}
@media (min-width: 376px) and (max-width: 768px) {
.main-landing-page .hero-area .hero-img-container h2 {
display: inline-block;
width: 65%;
color: #d32323;
margin-top: 12%;
min-width: 280px;
}
}
.main-landing-page .cta-area {
width: 40%;
padding: 3%;
overflow-y: scroll;
}
@media (min-width: 376px) and (max-width: 768px) {
.main-landing-page .cta-area {
width: 100%;
padding: 3% 15%;
}
}
.main-landing-page .cta-area .banner-header {
margin-top: 10%;
color: #d32323;
}
@media (min-width: 376px) and (max-width: 768px) {
.main-landing-page .cta-area .banner-header {
display: none;
}
}
.main-landing-page .cta-area .banner-desc {
margin-bottom: 10%;
}
@media (min-width: 376px) and (max-width: 768px) {
.main-landing-page .cta-area .banner-desc {
margin-bottom: 5%;
}
}
.main-landing-page .cta-area .cta-btn-container {
line-height: 2rem;
font-size: 1.6rem;
color: #d32323;
}
.main-landing-page .cta-area .cta-btn-container button {
width: 100%;
background-color: #d32323;
font-size: 2.4rem;
color: #fff;
text-align: center;
line-height: 3rem;
font-weight: bold;
border-radius: 10px;
padding: 10px 0;
margin: 16px 0;
outline: none;
}
.main-landing-page .cta-area .cta-btn-container .learn {
background: #fff;
border: 0.5px solid #d32323;
margin-top: 40px;
}
.main-landing-page .cta-area .cta-btn-container .login {
color: #d32323;
font-size: 1.6rem;
}
.main-landing-page .cta-area .cta-btn-container .learn-link {
color: #d32323;
font-size: 2.4rem;
text-decoration: none;
font-weight: normal;
}
.main-landing-page .mobile-content {
display: none;
}
@media (max-width: 375px) {
.main-landing-page .mobile-content {
display: flex;
justify-content: space-between;
align-items: center;
flex-direction: column;
width: 100%;
height: 100%;
}
}
.main-landing-page .mobile-content .mobile-header h5 {
color: #d32323;
margin-bottom: 8px;
font-weight: bold;
}
.main-landing-page .mobile-content .mobile-banner {
width: 100%;
height: 320px;
}
.main-landing-page .mobile-content .mobile-banner .mobile-banner-img {
height: 100%;
background: url("../assets/hero-img.jpg") no-repeat center;
background-size: cover;
}
.main-landing-page .mobile-content .mobile-cta-container {
width: 100%;
line-height: 2rem;
font-size: 1.6rem;
color: #d32323;
margin-bottom: 30px;
}
.main-landing-page .mobile-content .mobile-cta-container button {
width: 100%;
background-color: #d32323;
font-size: 2.4rem;
color: #fff;
text-align: center;
line-height: 3rem;
font-weight: bold;
border-radius: 10px;
padding: 10px 0;
margin: 16px 0;
outline: none;
}
.main-landing-page .mobile-content .mobile-cta-container .learn {
background: #fff;
border: 0.5px solid #d32323;
}
.main-landing-page .mobile-content .mobile-cta-container .login {
color: #d32323;
font-size: 1.6rem;
line-height: 2rem;
}
.main-landing-page .mobile-content .mobile-cta-container .learn-link {
color: #d32323;
font-size: 2.4rem;
text-decoration: none;
font-weight: normal;
}
/*
===========================================================================
==========================ABOUT PAGE STYLES================================
===========================================================================
*/
.main-about-page {
width: 100%;
display: flex;
justify-content: space-between;
align-items: stretch;
}
@media (max-width: 375px) {
.main-about-page {
flex-direction: column-reverse;
}
}
.main-about-page .team {
width: 62%;
background: url("../assets/abt-bg.png") no-repeat center center;
background-size: cover;
padding: 1.22% 2.68% 4.07%;
}
@media (max-width: 375px) {
.main-about-page .team {
width: 100%;
background: none;
padding: 0 24px 15px;
}
}
@media (min-width: 376px) and (max-width: 768px) {
.main-about-page .team {
width: 100%;
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
padding: 7.5% 15%;
}
}
.main-about-page .team .about-banner {
display: flex;
justify-content: flex-end;
align-items: stretch;
}
.main-about-page .team .about-banner h1 {
text-align: right;
color: #d32323;
width: 100%;
}
@media (max-width: 375px) {
.main-about-page .team .about-banner h1 {
display: none;
}
}
@media (min-width: 376px) and (max-width: 768px) {
.main-about-page .team .about-banner h1 {
font-size: 6rem;
line-height: 7.5rem;
margin-bottom: 32px;
}
}
.main-about-page .team-members {
width: 76%;
}
@media (max-width: 375px) {
.main-about-page .team-members {
width: 100%;
}
}
@media (min-width: 376px) and (max-width: 768px) {
.main-about-page .team-members {
width: 100%;
background: #fff;
padding: 4.5%;
}
}
@media (min-width:769px) and (max-width: 1024px) {
.main-about-page .team-members {
width: 100%;
}
}
.main-about-page .team-members .team-members-title h2 {
color: #d32323;
margin: 1.52% 0 2.85%;
}
@media (max-width: 375px) {
.main-about-page .team-members .team-members-title h2 {
margin: 0 0 16px;
font-size: 3rem;
line-height: 3.8rem;
}
}
@media (min-width: 376px) and (max-width: 768px) {
.main-about-page .team-members .team-members-title h2 {
font-size: 3rem;
line-height: 3.8rem;
}
}
.main-about-page .team-members .gallery {
display: flex;
justify-content: space-between;
align-items: stretch;
flex-wrap: wrap;
}
@media (min-width:769px) and (max-width: 1024px) {
.main-about-page .team-members .gallery {
width: 100%;
}
}
.main-about-page .team-members .gallery .team-members-info {
width: 49%;
min-width: 210px;
background: #fff;
margin-bottom: 6%;
max-width: 400px;
height: 330px;
}
@media (max-width: 375px) {
.main-about-page .team-members .gallery .team-members-info {
width: 100%;
border: 0.5px solid #c4c4c4;
height: 343px;
}
}
@media (min-width: 376px) and (max-width: 768px) {
.main-about-page .team-members .gallery .team-members-info {
width: 100%;
max-width: 100%;
height: 255px;
border: 0.5px solid #c4c4c4;
}
}
.main-about-page .team-members .icons-container {
margin: 18.4px 0 28px;
}
@media (min-width: 376px) and (max-width: 768px) {
.main-about-page .team-members .icons-container {
width: 25%;
display: flex;
justify-content: space-between;
align-items: flex-end;
margin: 0;
}
}
.main-about-page .team-members .icons-container a {
font-size: 3em;
color: #000;
margin-right: 2%;
}
@media (max-width: 375px) {
.main-about-page .team-members .icons-container a {
font-size: 2.4rem;
}
}
@media (min-width: 376px) and (max-width: 768px) {
.main-about-page .team-members .icons-container a {
font-size: 2.4rem;
}
}
.main-about-page .team-members .icons-container i {
z-index: 1;
}
.main-about-page .team-members .icons-container i:hover {
cursor: pointer;
color: #d32323;
}
.main-about-page .team-members .img-container {
background: #c4c4c4;
height: 60%;
width: 100%;
}
.main-about-page .team-members .img-container img {
width: 100%;
height: 100%;
object-fit: cover;
object-position: 50% 60%;
}
.main-about-page .team-members .team-members-info-container {
padding: 2%;
display: flex;
justify-content: space-between;
align-items: stretch;
flex-direction: column;
}
@media (min-width: 376px) and (max-width: 768px) {
.main-about-page .team-members .team-members-info-container {
flex-direction: row;
align-items: flex-start;
padding-bottom: 0;
margin-top: 20px;
}
}
.main-about-page .team-members .team-members-info-container h5 {
color: #d32323;
font-weight: bold;
}
@media (max-width: 375px) {
.main-about-page .team-members .team-members-info-container h5 {
font-size: 2.1rem;
line-height: 2.6rem;
}
}
@media (min-width: 376px) and (max-width: 768px) {
.main-about-page .team-members .team-members-info-container h5 {
width: 25%;
font-size: 2.1rem;
line-height: 2.6rem;
}
}
.main-about-page .team-members .team-members-info-container h6 {
color: #353131;
margin: 1% 0 2% 0;
font-weight: normal;
}
@media (max-width: 375px) {
.main-about-page .team-members .team-members-info-container h6 {
font-size: 1.6rem;
line-height: 2rem;
}
}
@media (min-width: 376px) and (max-width: 768px) {
.main-about-page .team-members .team-members-info-container h6 {
width: 45%;
font-size: 1.6rem;
line-height: 2rem;
text-align: center;
}
}
.main-about-page .team-members .tablet-about-foodie {
display: none;
}
@media (min-width: 376px) and (max-width: 768px) {
.main-about-page .team-members .tablet-about-foodie {
display: inline-block;
width: 100%;
}
}
.main-about-page .about-foodie {
width: 38%;
padding: 1.22% 1.5% 4.07%;
overflow: hidden;
}
@media (min-width: 376px) and (max-width: 768px) {
.main-about-page .about-foodie {
display: none;
}
}
.main-about-page .about-foodie .mobile-title {
display: none;
}
@media (max-width: 375px) {
.main-about-page .about-foodie .mobile-title {
display: block;
text-align: center;
margin: 32px 0;
color: #d32323;
font-size: 4.8rem;
line-height: 6rem;
}
}
@media (max-width: 375px) {
.main-about-page .about-foodie {
width: 100%;
padding: 0 24px 16px 24px;
}
}
.main-about-page .about-foodie .pseudo {
height: 5%;
}
@media (max-width: 375px) {
.main-about-page .about-foodie .pseudo {
display: none;
}
}
@media (min-width: 376px) and (max-width: 768px) {
.main-about-page .about-foodie .pseudo {
display: none;
}
}
.main-about-page .about-foodie .about-foodie-title {
margin: 2.52% 0 5.87%;
color: #d32323;
width: 80%;
height: 9.71%;
}
@media (max-width: 375px) {
.main-about-page .about-foodie .about-foodie-title {
width: 100%;
}
}
.main-about-page .about-foodie .about-foodie-title h2 {
margin-bottom: 9.17%;
}
@media (max-width: 375px) {
.main-about-page .about-foodie .about-foodie-title h2 {
font-size: 3rem;
line-height: 3.8rem;
}
}
@media (min-width: 376px) and (max-width: 768px) {
.main-about-page .about-foodie .about-foodie-title h2 {
font-size: 3rem;
line-height: 3.8rem;
}
}
.main-about-page .about-foodie .about-foodie-title h4 {
min-width: 320px;
}
@media (max-width: 375px) {
.main-about-page .about-foodie .about-foodie-title h4 {
font-size: 2.1rem;
line-height: 2.6rem;
}
}
@media (min-width: 376px) and (max-width: 768px) {
.main-about-page .about-foodie .about-foodie-title h4 {
font-size: 2.1rem;
line-height: 2.6rem;
}
}
@media (max-width: 375px) {
.main-about-page .about-foodie .about-foodie-container {
margin-bottom: 5%;
}
}
@media (min-width: 376px) and (max-width: 768px) {
.main-about-page .about-foodie .about-foodie-container {
margin-bottom: 5%;
}
}
@media (min-width:769px) and (max-width: 1024px) {
.main-about-page .about-foodie .about-foodie-container {
margin-bottom: 10%;
height: auto;
}
}
@media (max-width: 375px) {
.main-about-page .about-foodie .about-foodie-container h6 {
font-size: 1.8rem;
line-height: 2.3rem;
}
}
.main-about-page .about-foodie .about-foodie-img-container {
width: 100%;
height: 75.38%;
margin-bottom: 5.03%;
}
@media (max-width: 375px) {
.main-about-page .about-foodie .about-foodie-img-container {
height: 340px;
}
}
@media (min-width: 376px) and (max-width: 768px) {
.main-about-page .about-foodie .about-foodie-img-container {
height: 340px;
}
}
.main-about-page .about-foodie .about-foodie-img-container img {
width: 100%;
height: 100%;
object-fit: cover;
}
.main-about-page .about-foodie .smaller-container {
height: 33.28%;
display: flex;
justify-content: space-evenly;
align-items: stretch;
flex-direction: column-reverse;
margin-bottom: 0;
padding-top: 5%;
}
@media (max-width: 375px) {
.main-about-page .about-foodie .smaller-container {
flex-direction: column;
}
}
@media (min-width: 376px) and (max-width: 768px) {
.main-about-page .about-foodie .smaller-container {
flex-direction: column;
}
}
.main-about-page .about-foodie .smaller-container .about-foodie-img-container {
height: 58.17%;
margin-top: 6.11%;
}
@media (max-width: 375px) {
.main-about-page .about-foodie .smaller-container .about-foodie-img-container {
height: 340px;
margin-top: 0;
}
}
@media (min-width: 376px) and (max-width: 768px) {
.main-about-page .about-foodie .smaller-container .about-foodie-img-container {
height: 340px;
margin-top: 0;
}
} | 0.39222 | 0.067886 |
* {
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
}
article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section {
display: block;
}
a img {
border: none;
}
blockquote {
quotes: none;
}
blockquote:before,blockquote:after {
content: '';
content: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
caption,th,td {
text-align: left;
font-weight: normal;
vertical-align: middle;
}
.hide-accessible {
width: 1px;
height: 1px;
overflow: hidden;
position: absolute;
}
.hide-invisible {
visibility: hidden;
}
.hide-display {
display: none;
}
.skip-to-main {
border: none;
width: 1px;
height: 1px;
overflow: hidden;
position: absolute;
}
.skip-to-main:focus {
width: auto;
height: auto;
background-color: #efefef;
padding: 0.5em;
z-index: 1;
}
.prose {
max-width: 40rem;
margin: 0 auto;
padding: 0 1rem;
}
.prose__hed {
font-weight: 500;
}
.graphic__hed {
font-weight: 700;
}
.graphic__dek {
margin: 0;
margin-bottom: 1.5rem;
}
.graphic__chart {
width: 100%;
}
.graphic__key {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-bottom: 0.5rem;
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
}
.graphic__key li {
padding: 0;
margin-left: 0.75em;
letter-spacing: 0.05em;
text-transform: uppercase;
font-weight: 500;
line-height: 1;
}
.graphic__key li:before {
content: '';
display: inline-block;
width: 0.8em;
height: 0.8em;
background-color: #666;
margin-right: 0.25em;
}
.tk-canela {
font-family: 'Publico Text Web', Georgia, Times, serif;
}
.loaded-canela .tk-canela {
font-family: 'Canela Web', 'Publico Text Web', Georgia, Times, serif;
}
.tk-publico {
font-family: 'Publico Text Web', Georgia, Times, serif;
}
.loaded-publico .tk-publico {
font-family: 'Publico Text Web', 'Publico Text Web', Georgia, Times, serif;
}
.tk-atlas {
font-family: 'Atlas Grotesk Web', Helvetica, Arial, sans-serif;
}
.loaded-atlas .tk-atlas {
font-family: 'Atlas Grotesk Web', 'Atlas Grotesk Web', Helvetica, Arial, sans-serif;
}
.xxx-small {
font-size: 10px;
line-height: 1.5;
}
.xx-small {
font-size: 11px;
line-height: 1.5;
}
.x-small {
font-size: 12px;
line-height: 1.5;
}
.small {
font-size: 14px;
line-height: 1.5;
}
.root {
font-size: 16px;
line-height: 1.7;
}
.medium {
font-size: 17px;
line-height: 1.7;
}
.large {
font-size: 24px;
line-height: 1.5;
}
.x-large {
font-size: 32px;
line-height: 1.5;
}
.xx-large {
font-size: 40px;
line-height: 1.2;
}
.xxx-large {
font-size: 48px;
line-height: 1.2;
}
.xxxx-large {
font-size: 64px;
line-height: 1.2;
}
body {
-webkit-font-feature-settings: 'kern' 1, 'onum' 1, 'liga' 0, 'tnum' 1;
font-feature-settings: 'kern' 1, 'onum' 1, 'liga' 0, 'tnum' 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
-webkit-tap-highlight-color: rgba(0,0,0,0);
background-color: #fff;
color: #2a2a2a;
font-size: 16px;
}
h1 {
font-size: 48px;
line-height: 1.2;
margin-top: 1.5rem;
}
h2 {
font-size: 40px;
line-height: 1.2;
margin-top: 1.5rem;
}
h3 {
font-size: 32px;
line-height: 1.5;
margin-top: 1.5rem;
}
h4 {
font-size: 24px;
line-height: 1.5;
margin-top: 1.5rem;
}
h5 {
font-size: 17px;
line-height: 1.7;
margin-top: 1.5rem;
}
h6 {
font-size: 16px;
line-height: 1.7;
margin-top: 1.5rem;
}
p {
margin: 1.5rem 0;
font-size: 16px;
line-height: 1.7;
}
a {
text-decoration: none;
border-bottom: 1px solid #2a2a2a;
color: #2a2a2a;
}
a:visited,a:hover {
color: #2a2a2a;
}
strong,b {
font-weight: bold;
}
em,i {
font-style: italic;
}
ul {
list-style-type: none;
}
li {
font-size: 16px;
}
img,video {
display: block;
width: 100%;
}
button {
cursor: pointer;
border: none;
outline: none;
margin: 0;
padding: 0;
font-size: 1rem;
font-size: 16px;
}
sub,sup {
font-size: 0.75rem;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sup {
top: -0.5em;
}
sub {
bottom: -0.25em;
}
header {
z-index: 1000;
position: absolute;
top: 0;
left: 0;
width: 100%;
}
header a.logo {
display: block;
border: none;
max-width: 9rem;
margin: 1rem auto;
}
header a.logo svg {
fill: #2a2a2a;
display: block;
width: 100%;
}
.intro {
margin: 0 auto;
padding: 5rem 1rem 2.5rem 1rem;
background-color: #e2e2e2;
}
.intro__hed {
font-weight: bold;
max-width: 60rem;
margin: 0 auto;
padding-top: 5rem;
text-align: center;
font-size: 40px;
line-height: 1.2;
}
.intro__byline {
font-size: 14px;
line-height: 1.5;
text-align: center;
padding-top: 5rem;
}
.intro__dek {
max-width: 40rem;
margin: 0 auto;
padding-top: 1rem;
font-size: 17px;
line-height: 1.7;
text-align: center;
}
.line-scatter {
margin-left: 50px;
position: relative;
}
.year-container {
margin-top: 100px;
}
.line {
height: 20px;
position: absolute;
width: 2px;
background: #f00;
opacity: 0.1;
z-index: 0;
}
.line-half {
background: #000;
width: 2px;
height: 30px;
opacity: 1;
z-index: 1;
margin-top: -5px;
}
.line-average {
background: #00f;
width: 2px;
height: 30px;
opacity: 1;
z-index: 1;
margin-top: -5px;
}
.region-container {
margin-bottom: 20px;
height: 20px;
}
#newsroom {
font-family: 'Roboto';
font-weight: 400;
padding: 50px;
display: none;
}
#newsroom svg {
margin: 20px 0px;
}
.table-rows {
height: auto;
}
.table-rows-row {
height: 30px;
position: relative;
}
.table-rows-row-dot {
width: 10px;
height: 10px;
position: absolute;
top: 0px;
}
.table-rows-row-dot-text {
font-size: 10px;
font-family: sans-serif;
position: absolute;
margin: 0;
width: 100px;
font-weight: 500;
top: 10px;
text-transform: capitalize;
}
.table-rows-row-name {
font-family: sans-serif;
font-weight: 500;
font-size: 12px;
text-transform: capitalize;
}
@media only screen and (min-width: 40em) {
body {
font-size: 17px;
}
p {
font-size: 17px;
line-height: 1.7;
}
li {
font-size: 17px;
}
button {
font-size: 17px;
}
.intro__hed {
font-size: 48px;
line-height: 1.2;
}
}
@media only screen and (min-width: 50em) {
.intro__hed {
font-size: 64px;
line-height: 1.2;
}
}
/*# sourceMappingURL=bundle.css.map */ | dev/bundle.css | * {
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
}
article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section {
display: block;
}
a img {
border: none;
}
blockquote {
quotes: none;
}
blockquote:before,blockquote:after {
content: '';
content: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
caption,th,td {
text-align: left;
font-weight: normal;
vertical-align: middle;
}
.hide-accessible {
width: 1px;
height: 1px;
overflow: hidden;
position: absolute;
}
.hide-invisible {
visibility: hidden;
}
.hide-display {
display: none;
}
.skip-to-main {
border: none;
width: 1px;
height: 1px;
overflow: hidden;
position: absolute;
}
.skip-to-main:focus {
width: auto;
height: auto;
background-color: #efefef;
padding: 0.5em;
z-index: 1;
}
.prose {
max-width: 40rem;
margin: 0 auto;
padding: 0 1rem;
}
.prose__hed {
font-weight: 500;
}
.graphic__hed {
font-weight: 700;
}
.graphic__dek {
margin: 0;
margin-bottom: 1.5rem;
}
.graphic__chart {
width: 100%;
}
.graphic__key {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-bottom: 0.5rem;
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
}
.graphic__key li {
padding: 0;
margin-left: 0.75em;
letter-spacing: 0.05em;
text-transform: uppercase;
font-weight: 500;
line-height: 1;
}
.graphic__key li:before {
content: '';
display: inline-block;
width: 0.8em;
height: 0.8em;
background-color: #666;
margin-right: 0.25em;
}
.tk-canela {
font-family: 'Publico Text Web', Georgia, Times, serif;
}
.loaded-canela .tk-canela {
font-family: 'Canela Web', 'Publico Text Web', Georgia, Times, serif;
}
.tk-publico {
font-family: 'Publico Text Web', Georgia, Times, serif;
}
.loaded-publico .tk-publico {
font-family: 'Publico Text Web', 'Publico Text Web', Georgia, Times, serif;
}
.tk-atlas {
font-family: 'Atlas Grotesk Web', Helvetica, Arial, sans-serif;
}
.loaded-atlas .tk-atlas {
font-family: 'Atlas Grotesk Web', 'Atlas Grotesk Web', Helvetica, Arial, sans-serif;
}
.xxx-small {
font-size: 10px;
line-height: 1.5;
}
.xx-small {
font-size: 11px;
line-height: 1.5;
}
.x-small {
font-size: 12px;
line-height: 1.5;
}
.small {
font-size: 14px;
line-height: 1.5;
}
.root {
font-size: 16px;
line-height: 1.7;
}
.medium {
font-size: 17px;
line-height: 1.7;
}
.large {
font-size: 24px;
line-height: 1.5;
}
.x-large {
font-size: 32px;
line-height: 1.5;
}
.xx-large {
font-size: 40px;
line-height: 1.2;
}
.xxx-large {
font-size: 48px;
line-height: 1.2;
}
.xxxx-large {
font-size: 64px;
line-height: 1.2;
}
body {
-webkit-font-feature-settings: 'kern' 1, 'onum' 1, 'liga' 0, 'tnum' 1;
font-feature-settings: 'kern' 1, 'onum' 1, 'liga' 0, 'tnum' 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
-webkit-tap-highlight-color: rgba(0,0,0,0);
background-color: #fff;
color: #2a2a2a;
font-size: 16px;
}
h1 {
font-size: 48px;
line-height: 1.2;
margin-top: 1.5rem;
}
h2 {
font-size: 40px;
line-height: 1.2;
margin-top: 1.5rem;
}
h3 {
font-size: 32px;
line-height: 1.5;
margin-top: 1.5rem;
}
h4 {
font-size: 24px;
line-height: 1.5;
margin-top: 1.5rem;
}
h5 {
font-size: 17px;
line-height: 1.7;
margin-top: 1.5rem;
}
h6 {
font-size: 16px;
line-height: 1.7;
margin-top: 1.5rem;
}
p {
margin: 1.5rem 0;
font-size: 16px;
line-height: 1.7;
}
a {
text-decoration: none;
border-bottom: 1px solid #2a2a2a;
color: #2a2a2a;
}
a:visited,a:hover {
color: #2a2a2a;
}
strong,b {
font-weight: bold;
}
em,i {
font-style: italic;
}
ul {
list-style-type: none;
}
li {
font-size: 16px;
}
img,video {
display: block;
width: 100%;
}
button {
cursor: pointer;
border: none;
outline: none;
margin: 0;
padding: 0;
font-size: 1rem;
font-size: 16px;
}
sub,sup {
font-size: 0.75rem;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sup {
top: -0.5em;
}
sub {
bottom: -0.25em;
}
header {
z-index: 1000;
position: absolute;
top: 0;
left: 0;
width: 100%;
}
header a.logo {
display: block;
border: none;
max-width: 9rem;
margin: 1rem auto;
}
header a.logo svg {
fill: #2a2a2a;
display: block;
width: 100%;
}
.intro {
margin: 0 auto;
padding: 5rem 1rem 2.5rem 1rem;
background-color: #e2e2e2;
}
.intro__hed {
font-weight: bold;
max-width: 60rem;
margin: 0 auto;
padding-top: 5rem;
text-align: center;
font-size: 40px;
line-height: 1.2;
}
.intro__byline {
font-size: 14px;
line-height: 1.5;
text-align: center;
padding-top: 5rem;
}
.intro__dek {
max-width: 40rem;
margin: 0 auto;
padding-top: 1rem;
font-size: 17px;
line-height: 1.7;
text-align: center;
}
.line-scatter {
margin-left: 50px;
position: relative;
}
.year-container {
margin-top: 100px;
}
.line {
height: 20px;
position: absolute;
width: 2px;
background: #f00;
opacity: 0.1;
z-index: 0;
}
.line-half {
background: #000;
width: 2px;
height: 30px;
opacity: 1;
z-index: 1;
margin-top: -5px;
}
.line-average {
background: #00f;
width: 2px;
height: 30px;
opacity: 1;
z-index: 1;
margin-top: -5px;
}
.region-container {
margin-bottom: 20px;
height: 20px;
}
#newsroom {
font-family: 'Roboto';
font-weight: 400;
padding: 50px;
display: none;
}
#newsroom svg {
margin: 20px 0px;
}
.table-rows {
height: auto;
}
.table-rows-row {
height: 30px;
position: relative;
}
.table-rows-row-dot {
width: 10px;
height: 10px;
position: absolute;
top: 0px;
}
.table-rows-row-dot-text {
font-size: 10px;
font-family: sans-serif;
position: absolute;
margin: 0;
width: 100px;
font-weight: 500;
top: 10px;
text-transform: capitalize;
}
.table-rows-row-name {
font-family: sans-serif;
font-weight: 500;
font-size: 12px;
text-transform: capitalize;
}
@media only screen and (min-width: 40em) {
body {
font-size: 17px;
}
p {
font-size: 17px;
line-height: 1.7;
}
li {
font-size: 17px;
}
button {
font-size: 17px;
}
.intro__hed {
font-size: 48px;
line-height: 1.2;
}
}
@media only screen and (min-width: 50em) {
.intro__hed {
font-size: 64px;
line-height: 1.2;
}
}
/*# sourceMappingURL=bundle.css.map */ | 0.413004 | 0.08472 |
@font-face {
font-family: 'fontello';
src: url('../font/fontello.eot?65738335');
src: url('../font/fontello.eot?65738335#iefix') format('embedded-opentype'),
url('../font/fontello.woff2?65738335') format('woff2'),
url('../font/fontello.woff?65738335') format('woff'),
url('../font/fontello.ttf?65738335') format('truetype'),
url('../font/fontello.svg?65738335#fontello') format('svg');
font-weight: normal;
font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
@font-face {
font-family: 'fontello';
src: url('../font/fontello.svg?65738335#fontello') format('svg');
}
}
*/
[class^="icon-"]:before, [class*=" icon-"]:before {
font-family: "fontello";
font-style: normal;
font-weight: normal;
speak: never;
display: inline-block;
text-decoration: inherit;
width: 1em;
margin-right: .2em;
text-align: center;
/* opacity: .8; */
/* For safety - reset parent styles, that can break glyph codes*/
font-variant: normal;
text-transform: none;
/* fix buttons height, for twitter bootstrap */
line-height: 1em;
/* Animation center compensation - margins should be symmetric */
/* remove if not needed */
margin-left: .2em;
/* you can be more comfortable with increased icons size */
/* font-size: 120%; */
/* Font smoothing. That was taken from TWBS */
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
/* Uncomment for 3D effect */
/* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
.icon-emo-happy:before { content: '\e800'; } /* '' */
.icon-emo-wink:before { content: '\e801'; } /* '' */
.icon-emo-unhappy:before { content: '\e802'; } /* '' */
.icon-emo-sleep:before { content: '\e803'; } /* '' */
.icon-emo-thumbsup:before { content: '\e804'; } /* '' */
.icon-emo-devil:before { content: '\e805'; } /* '' */
.icon-emo-surprised:before { content: '\e806'; } /* '' */
.icon-emo-tongue:before { content: '\e807'; } /* '' */
.icon-emo-coffee:before { content: '\e808'; } /* '' */
.icon-emo-sunglasses:before { content: '\e809'; } /* '' */
.icon-emo-displeased:before { content: '\e80a'; } /* '' */
.icon-emo-beer:before { content: '\e80b'; } /* '' */
.icon-emo-grin:before { content: '\e80c'; } /* '' */
.icon-emo-angry:before { content: '\e80d'; } /* '' */
.icon-emo-saint:before { content: '\e80e'; } /* '' */
.icon-emo-cry:before { content: '\e80f'; } /* '' */
.icon-emo-shoot:before { content: '\e810'; } /* '' */
.icon-emo-squint:before { content: '\e811'; } /* '' */
.icon-emo-laugh:before { content: '\e812'; } /* '' */
.icon-emo-wink2:before { content: '\e813'; } /* '' */
.icon-glass:before { content: '\e814'; } /* '' */
.icon-music:before { content: '\e815'; } /* '' */
.icon-search:before { content: '\e816'; } /* '' */
.icon-mail:before { content: '\e817'; } /* '' */
.icon-heart:before { content: '\e818'; } /* '' */
.icon-heart-empty:before { content: '\e819'; } /* '' */
.icon-star:before { content: '\e81a'; } /* '' */
.icon-star-empty:before { content: '\e81b'; } /* '' */
.icon-star-half:before { content: '\e81c'; } /* '' */
.icon-user:before { content: '\e81d'; } /* '' */
.icon-users:before { content: '\e81e'; } /* '' */
.icon-video:before { content: '\e81f'; } /* '' */
.icon-videocam:before { content: '\e820'; } /* '' */
.icon-picture:before { content: '\e821'; } /* '' */
.icon-camera:before { content: '\e822'; } /* '' */
.icon-camera-alt:before { content: '\e823'; } /* '' */
.icon-th-large:before { content: '\e824'; } /* '' */
.icon-th:before { content: '\e825'; } /* '' */
.icon-th-list:before { content: '\e826'; } /* '' */
.icon-ok:before { content: '\e827'; } /* '' */
.icon-ok-circled:before { content: '\e828'; } /* '' */
.icon-ok-circled2:before { content: '\e829'; } /* '' */
.icon-cancel:before { content: '\e82a'; } /* '' */
.icon-cancel-circled:before { content: '\e82b'; } /* '' */
.icon-cancel-circled2:before { content: '\e82c'; } /* '' */
.icon-plus:before { content: '\e82d'; } /* '' */
.icon-plus-circled:before { content: '\e82e'; } /* '' */
.icon-minus:before { content: '\e82f'; } /* '' */
.icon-spin1:before { content: '\e830'; } /* '' */
.icon-spin2:before { content: '\e831'; } /* '' */
.icon-spin3:before { content: '\e832'; } /* '' */
.icon-minus-circled:before { content: '\e833'; } /* '' */
.icon-spin4:before { content: '\e834'; } /* '' */
.icon-help-circled:before { content: '\e835'; } /* '' */
.icon-info-circled:before { content: '\e836'; } /* '' */
.icon-home:before { content: '\e837'; } /* '' */
.icon-spin5:before { content: '\e838'; } /* '' */
.icon-spin6:before { content: '\e839'; } /* '' */
.icon-link:before { content: '\e83a'; } /* '' */
.icon-attach:before { content: '\e83b'; } /* '' */
.icon-lock:before { content: '\e83c'; } /* '' */
.icon-lock-open:before { content: '\e83d'; } /* '' */
.icon-pin:before { content: '\e83e'; } /* '' */
.icon-eye:before { content: '\e83f'; } /* '' */
.icon-firefox:before { content: '\e840'; } /* '' */
.icon-chrome:before { content: '\e841'; } /* '' */
.icon-opera:before { content: '\e842'; } /* '' */
.icon-ie:before { content: '\e843'; } /* '' */
.icon-crown:before { content: '\e844'; } /* '' */
.icon-crown-plus:before { content: '\e845'; } /* '' */
.icon-crown-minus:before { content: '\e846'; } /* '' */
.icon-marquee:before { content: '\e847'; } /* '' */
.icon-eye-off:before { content: '\e848'; } /* '' */
.icon-tag:before { content: '\e849'; } /* '' */
.icon-tags:before { content: '\e84a'; } /* '' */
.icon-bookmark:before { content: '\e84b'; } /* '' */
.icon-flag:before { content: '\e84c'; } /* '' */
.icon-thumbs-up:before { content: '\e84d'; } /* '' */
.icon-thumbs-down:before { content: '\e84e'; } /* '' */
.icon-download:before { content: '\e84f'; } /* '' */
.icon-upload:before { content: '\e850'; } /* '' */
.icon-forward:before { content: '\e851'; } /* '' */
.icon-export:before { content: '\e852'; } /* '' */
.icon-pencil:before { content: '\e853'; } /* '' */
.icon-edit:before { content: '\e854'; } /* '' */
.icon-print:before { content: '\e855'; } /* '' */
.icon-retweet:before { content: '\e856'; } /* '' */
.icon-comment:before { content: '\e857'; } /* '' */
.icon-chat:before { content: '\e858'; } /* '' */
.icon-bell:before { content: '\e859'; } /* '' */
.icon-attention:before { content: '\e85a'; } /* '' */
.icon-attention-circled:before { content: '\e85b'; } /* '' */
.icon-location:before { content: '\e85c'; } /* '' */
.icon-trash-empty:before { content: '\e85d'; } /* '' */
.icon-doc:before { content: '\e85e'; } /* '' */
.icon-folder:before { content: '\e85f'; } /* '' */
.icon-folder-open:before { content: '\e860'; } /* '' */
.icon-phone:before { content: '\e861'; } /* '' */
.icon-cog:before { content: '\e862'; } /* '' */
.icon-cog-alt:before { content: '\e863'; } /* '' */
.icon-wrench:before { content: '\e864'; } /* '' */
.icon-basket:before { content: '\e865'; } /* '' */
.icon-calendar:before { content: '\e866'; } /* '' */
.icon-login:before { content: '\e867'; } /* '' */
.icon-logout:before { content: '\e868'; } /* '' */
.icon-volume-off:before { content: '\e869'; } /* '' */
.icon-volume-down:before { content: '\e86a'; } /* '' */
.icon-volume-up:before { content: '\e86b'; } /* '' */
.icon-headphones:before { content: '\e86c'; } /* '' */
.icon-clock:before { content: '\e86d'; } /* '' */
.icon-block:before { content: '\e86e'; } /* '' */
.icon-resize-full:before { content: '\e86f'; } /* '' */
.icon-resize-small:before { content: '\e870'; } /* '' */
.icon-resize-vertical:before { content: '\e871'; } /* '' */
.icon-resize-horizontal:before { content: '\e872'; } /* '' */
.icon-zoom-in:before { content: '\e873'; } /* '' */
.icon-zoom-out:before { content: '\e874'; } /* '' */
.icon-down-circled2:before { content: '\e875'; } /* '' */
.icon-up-circled2:before { content: '\e876'; } /* '' */
.icon-down-dir:before { content: '\e877'; } /* '' */
.icon-up-dir:before { content: '\e878'; } /* '' */
.icon-left-dir:before { content: '\e879'; } /* '' */
.icon-right-dir:before { content: '\e87a'; } /* '' */
.icon-down-open:before { content: '\e87b'; } /* '' */
.icon-left-open:before { content: '\e87c'; } /* '' */
.icon-right-open:before { content: '\e87d'; } /* '' */
.icon-up-open:before { content: '\e87e'; } /* '' */
.icon-down-big:before { content: '\e87f'; } /* '' */
.icon-left-big:before { content: '\e880'; } /* '' */
.icon-right-big:before { content: '\e881'; } /* '' */
.icon-up-big:before { content: '\e882'; } /* '' */
.icon-right-hand:before { content: '\e883'; } /* '' */
.icon-left-hand:before { content: '\e884'; } /* '' */
.icon-up-hand:before { content: '\e885'; } /* '' */
.icon-down-hand:before { content: '\e886'; } /* '' */
.icon-cw:before { content: '\e887'; } /* '' */
.icon-ccw:before { content: '\e888'; } /* '' */
.icon-arrows-cw:before { content: '\e889'; } /* '' */
.icon-shuffle:before { content: '\e88a'; } /* '' */
.icon-play:before { content: '\e88b'; } /* '' */
.icon-play-circled2:before { content: '\e88c'; } /* '' */
.icon-stop:before { content: '\e88d'; } /* '' */
.icon-pause:before { content: '\e88e'; } /* '' */
.icon-to-end:before { content: '\e88f'; } /* '' */
.icon-to-end-alt:before { content: '\e890'; } /* '' */
.icon-to-start:before { content: '\e891'; } /* '' */
.icon-to-start-alt:before { content: '\e892'; } /* '' */
.icon-fast-fw:before { content: '\e893'; } /* '' */
.icon-fast-bw:before { content: '\e894'; } /* '' */
.icon-eject:before { content: '\e895'; } /* '' */
.icon-target:before { content: '\e896'; } /* '' */
.icon-signal:before { content: '\e897'; } /* '' */
.icon-award:before { content: '\e898'; } /* '' */
.icon-inbox:before { content: '\e899'; } /* '' */
.icon-globe:before { content: '\e89a'; } /* '' */
.icon-cloud:before { content: '\e89b'; } /* '' */
.icon-flash:before { content: '\e89c'; } /* '' */
.icon-umbrella:before { content: '\e89d'; } /* '' */
.icon-flight:before { content: '\e89e'; } /* '' */
.icon-leaf:before { content: '\e89f'; } /* '' */
.icon-font:before { content: '\e8a0'; } /* '' */
.icon-bold:before { content: '\e8a1'; } /* '' */
.icon-italic:before { content: '\e8a2'; } /* '' */
.icon-text-height:before { content: '\e8a3'; } /* '' */
.icon-text-width:before { content: '\e8a4'; } /* '' */
.icon-align-left:before { content: '\e8a5'; } /* '' */
.icon-align-center:before { content: '\e8a6'; } /* '' */
.icon-align-right:before { content: '\e8a7'; } /* '' */
.icon-align-justify:before { content: '\e8a8'; } /* '' */
.icon-list:before { content: '\e8a9'; } /* '' */
.icon-indent-left:before { content: '\e8aa'; } /* '' */
.icon-indent-right:before { content: '\e8ab'; } /* '' */
.icon-scissors:before { content: '\e8ac'; } /* '' */
.icon-briefcase:before { content: '\e8ad'; } /* '' */
.icon-off:before { content: '\e8ae'; } /* '' */
.icon-road:before { content: '\e8af'; } /* '' */
.icon-list-alt:before { content: '\e8b0'; } /* '' */
.icon-qrcode:before { content: '\e8b1'; } /* '' */
.icon-barcode:before { content: '\e8b2'; } /* '' */
.icon-book:before { content: '\e8b3'; } /* '' */
.icon-adjust:before { content: '\e8b4'; } /* '' */
.icon-tint:before { content: '\e8b5'; } /* '' */
.icon-check:before { content: '\e8b6'; } /* '' */
.icon-asterisk:before { content: '\e8b7'; } /* '' */
.icon-gift:before { content: '\e8b8'; } /* '' */
.icon-fire:before { content: '\e8b9'; } /* '' */
.icon-magnet:before { content: '\e8ba'; } /* '' */
.icon-chart-bar:before { content: '\e8bb'; } /* '' */
.icon-credit-card:before { content: '\e8bc'; } /* '' */
.icon-floppy:before { content: '\e8bd'; } /* '' */
.icon-megaphone:before { content: '\e8be'; } /* '' */
.icon-key:before { content: '\e8bf'; } /* '' */
.icon-truck:before { content: '\e8c0'; } /* '' */
.icon-hammer:before { content: '\e8c1'; } /* '' */
.icon-lemon:before { content: '\e8c2'; } /* '' */
.icon-move:before { content: '\f047'; } /* '' */
.icon-link-ext:before { content: '\f08e'; } /* '' */
.icon-check-empty:before { content: '\f096'; } /* '' */
.icon-bookmark-empty:before { content: '\f097'; } /* '' */
.icon-phone-squared:before { content: '\f098'; } /* '' */
.icon-twitter:before { content: '\f099'; } /* '' */
.icon-facebook:before { content: '\f09a'; } /* '' */
.icon-github-circled:before { content: '\f09b'; } /* '' */
.icon-rss:before { content: '\f09e'; } /* '' */
.icon-hdd:before { content: '\f0a0'; } /* '' */
.icon-certificate:before { content: '\f0a3'; } /* '' */
.icon-left-circled:before { content: '\f0a8'; } /* '' */
.icon-right-circled:before { content: '\f0a9'; } /* '' */
.icon-up-circled:before { content: '\f0aa'; } /* '' */
.icon-down-circled:before { content: '\f0ab'; } /* '' */
.icon-tasks:before { content: '\f0ae'; } /* '' */
.icon-filter:before { content: '\f0b0'; } /* '' */
.icon-resize-full-alt:before { content: '\f0b2'; } /* '' */
.icon-beaker:before { content: '\f0c3'; } /* '' */
.icon-docs:before { content: '\f0c5'; } /* '' */
.icon-blank:before { content: '\f0c8'; } /* '' */
.icon-menu:before { content: '\f0c9'; } /* '' */
.icon-list-bullet:before { content: '\f0ca'; } /* '' */
.icon-list-numbered:before { content: '\f0cb'; } /* '' */
.icon-strike:before { content: '\f0cc'; } /* '' */
.icon-underline:before { content: '\f0cd'; } /* '' */
.icon-table:before { content: '\f0ce'; } /* '' */
.icon-magic:before { content: '\f0d0'; } /* '' */
.icon-pinterest-circled:before { content: '\f0d2'; } /* '' */
.icon-pinterest-squared:before { content: '\f0d3'; } /* '' */
.icon-gplus-squared:before { content: '\f0d4'; } /* '' */
.icon-gplus:before { content: '\f0d5'; } /* '' */
.icon-money:before { content: '\f0d6'; } /* '' */
.icon-columns:before { content: '\f0db'; } /* '' */
.icon-sort:before { content: '\f0dc'; } /* '' */
.icon-sort-down:before { content: '\f0dd'; } /* '' */
.icon-sort-up:before { content: '\f0de'; } /* '' */
.icon-mail-alt:before { content: '\f0e0'; } /* '' */
.icon-linkedin:before { content: '\f0e1'; } /* '' */
.icon-gauge:before { content: '\f0e4'; } /* '' */
.icon-comment-empty:before { content: '\f0e5'; } /* '' */
.icon-chat-empty:before { content: '\f0e6'; } /* '' */
.icon-sitemap:before { content: '\f0e8'; } /* '' */
.icon-paste:before { content: '\f0ea'; } /* '' */
.icon-lightbulb:before { content: '\f0eb'; } /* '' */
.icon-exchange:before { content: '\f0ec'; } /* '' */
.icon-download-cloud:before { content: '\f0ed'; } /* '' */
.icon-upload-cloud:before { content: '\f0ee'; } /* '' */
.icon-user-md:before { content: '\f0f0'; } /* '' */
.icon-stethoscope:before { content: '\f0f1'; } /* '' */
.icon-suitcase:before { content: '\f0f2'; } /* '' */
.icon-bell-alt:before { content: '\f0f3'; } /* '' */
.icon-coffee:before { content: '\f0f4'; } /* '' */
.icon-food:before { content: '\f0f5'; } /* '' */
.icon-doc-text:before { content: '\f0f6'; } /* '' */
.icon-building:before { content: '\f0f7'; } /* '' */
.icon-hospital:before { content: '\f0f8'; } /* '' */
.icon-ambulance:before { content: '\f0f9'; } /* '' */
.icon-medkit:before { content: '\f0fa'; } /* '' */
.icon-fighter-jet:before { content: '\f0fb'; } /* '' */
.icon-beer:before { content: '\f0fc'; } /* '' */
.icon-h-sigh:before { content: '\f0fd'; } /* '' */
.icon-plus-squared:before { content: '\f0fe'; } /* '' */
.icon-angle-double-left:before { content: '\f100'; } /* '' */
.icon-angle-double-right:before { content: '\f101'; } /* '' */
.icon-angle-double-up:before { content: '\f102'; } /* '' */
.icon-angle-double-down:before { content: '\f103'; } /* '' */
.icon-angle-left:before { content: '\f104'; } /* '' */
.icon-angle-right:before { content: '\f105'; } /* '' */
.icon-angle-up:before { content: '\f106'; } /* '' */
.icon-angle-down:before { content: '\f107'; } /* '' */
.icon-desktop:before { content: '\f108'; } /* '' */
.icon-laptop:before { content: '\f109'; } /* '' */
.icon-tablet:before { content: '\f10a'; } /* '' */
.icon-mobile:before { content: '\f10b'; } /* '' */
.icon-circle-empty:before { content: '\f10c'; } /* '' */
.icon-quote-left:before { content: '\f10d'; } /* '' */
.icon-quote-right:before { content: '\f10e'; } /* '' */
.icon-spinner:before { content: '\f110'; } /* '' */
.icon-circle:before { content: '\f111'; } /* '' */
.icon-reply:before { content: '\f112'; } /* '' */
.icon-github:before { content: '\f113'; } /* '' */
.icon-folder-empty:before { content: '\f114'; } /* '' */
.icon-folder-open-empty:before { content: '\f115'; } /* '' */
.icon-smile:before { content: '\f118'; } /* '' */
.icon-frown:before { content: '\f119'; } /* '' */
.icon-meh:before { content: '\f11a'; } /* '' */
.icon-gamepad:before { content: '\f11b'; } /* '' */
.icon-keyboard:before { content: '\f11c'; } /* '' */
.icon-flag-empty:before { content: '\f11d'; } /* '' */
.icon-flag-checkered:before { content: '\f11e'; } /* '' */
.icon-terminal:before { content: '\f120'; } /* '' */
.icon-code:before { content: '\f121'; } /* '' */
.icon-reply-all:before { content: '\f122'; } /* '' */
.icon-star-half-alt:before { content: '\f123'; } /* '' */
.icon-direction:before { content: '\f124'; } /* '' */
.icon-crop:before { content: '\f125'; } /* '' */
.icon-fork:before { content: '\f126'; } /* '' */
.icon-unlink:before { content: '\f127'; } /* '' */
.icon-help:before { content: '\f128'; } /* '' */
.icon-info:before { content: '\f129'; } /* '' */
.icon-attention-alt:before { content: '\f12a'; } /* '' */
.icon-superscript:before { content: '\f12b'; } /* '' */
.icon-subscript:before { content: '\f12c'; } /* '' */
.icon-eraser:before { content: '\f12d'; } /* '' */
.icon-puzzle:before { content: '\f12e'; } /* '' */
.icon-mic:before { content: '\f130'; } /* '' */
.icon-mute:before { content: '\f131'; } /* '' */
.icon-shield:before { content: '\f132'; } /* '' */
.icon-calendar-empty:before { content: '\f133'; } /* '' */
.icon-extinguisher:before { content: '\f134'; } /* '' */
.icon-rocket:before { content: '\f135'; } /* '' */
.icon-maxcdn:before { content: '\f136'; } /* '' */
.icon-angle-circled-left:before { content: '\f137'; } /* '' */
.icon-angle-circled-right:before { content: '\f138'; } /* '' */
.icon-angle-circled-up:before { content: '\f139'; } /* '' */
.icon-angle-circled-down:before { content: '\f13a'; } /* '' */
.icon-html5:before { content: '\f13b'; } /* '' */
.icon-css3:before { content: '\f13c'; } /* '' */
.icon-anchor:before { content: '\f13d'; } /* '' */
.icon-lock-open-alt:before { content: '\f13e'; } /* '' */
.icon-bullseye:before { content: '\f140'; } /* '' */
.icon-ellipsis:before { content: '\f141'; } /* '' */
.icon-ellipsis-vert:before { content: '\f142'; } /* '' */
.icon-rss-squared:before { content: '\f143'; } /* '' */
.icon-play-circled:before { content: '\f144'; } /* '' */
.icon-ticket:before { content: '\f145'; } /* '' */
.icon-minus-squared:before { content: '\f146'; } /* '' */
.icon-minus-squared-alt:before { content: '\f147'; } /* '' */
.icon-level-up:before { content: '\f148'; } /* '' */
.icon-level-down:before { content: '\f149'; } /* '' */
.icon-ok-squared:before { content: '\f14a'; } /* '' */
.icon-pencil-squared:before { content: '\f14b'; } /* '' */
.icon-link-ext-alt:before { content: '\f14c'; } /* '' */
.icon-export-alt:before { content: '\f14d'; } /* '' */
.icon-compass:before { content: '\f14e'; } /* '' */
.icon-expand:before { content: '\f150'; } /* '' */
.icon-collapse:before { content: '\f151'; } /* '' */
.icon-expand-right:before { content: '\f152'; } /* '' */
.icon-euro:before { content: '\f153'; } /* '' */
.icon-pound:before { content: '\f154'; } /* '' */
.icon-dollar:before { content: '\f155'; } /* '' */
.icon-rupee:before { content: '\f156'; } /* '' */
.icon-yen:before { content: '\f157'; } /* '' */
.icon-rouble:before { content: '\f158'; } /* '' */
.icon-won:before { content: '\f159'; } /* '' */
.icon-bitcoin:before { content: '\f15a'; } /* '' */
.icon-doc-inv:before { content: '\f15b'; } /* '' */
.icon-doc-text-inv:before { content: '\f15c'; } /* '' */
.icon-sort-name-up:before { content: '\f15d'; } /* '' */
.icon-sort-name-down:before { content: '\f15e'; } /* '' */
.icon-sort-alt-up:before { content: '\f160'; } /* '' */
.icon-sort-alt-down:before { content: '\f161'; } /* '' */
.icon-sort-number-up:before { content: '\f162'; } /* '' */
.icon-sort-number-down:before { content: '\f163'; } /* '' */
.icon-thumbs-up-alt:before { content: '\f164'; } /* '' */
.icon-thumbs-down-alt:before { content: '\f165'; } /* '' */
.icon-youtube-squared:before { content: '\f166'; } /* '' */
.icon-youtube:before { content: '\f167'; } /* '' */
.icon-xing:before { content: '\f168'; } /* '' */
.icon-xing-squared:before { content: '\f169'; } /* '' */
.icon-youtube-play:before { content: '\f16a'; } /* '' */
.icon-dropbox:before { content: '\f16b'; } /* '' */
.icon-stackoverflow:before { content: '\f16c'; } /* '' */
.icon-instagram:before { content: '\f16d'; } /* '' */
.icon-flickr:before { content: '\f16e'; } /* '' */
.icon-adn:before { content: '\f170'; } /* '' */
.icon-bitbucket:before { content: '\f171'; } /* '' */
.icon-bitbucket-squared:before { content: '\f172'; } /* '' */
.icon-tumblr:before { content: '\f173'; } /* '' */
.icon-tumblr-squared:before { content: '\f174'; } /* '' */
.icon-down:before { content: '\f175'; } /* '' */
.icon-up:before { content: '\f176'; } /* '' */
.icon-left:before { content: '\f177'; } /* '' */
.icon-right:before { content: '\f178'; } /* '' */
.icon-apple:before { content: '\f179'; } /* '' */
.icon-windows:before { content: '\f17a'; } /* '' */
.icon-android:before { content: '\f17b'; } /* '' */
.icon-linux:before { content: '\f17c'; } /* '' */
.icon-dribbble:before { content: '\f17d'; } /* '' */
.icon-skype:before { content: '\f17e'; } /* '' */
.icon-foursquare:before { content: '\f180'; } /* '' */
.icon-trello:before { content: '\f181'; } /* '' */
.icon-female:before { content: '\f182'; } /* '' */
.icon-male:before { content: '\f183'; } /* '' */
.icon-gittip:before { content: '\f184'; } /* '' */
.icon-sun:before { content: '\f185'; } /* '' */
.icon-moon:before { content: '\f186'; } /* '' */
.icon-box:before { content: '\f187'; } /* '' */
.icon-bug:before { content: '\f188'; } /* '' */
.icon-vkontakte:before { content: '\f189'; } /* '' */
.icon-weibo:before { content: '\f18a'; } /* '' */
.icon-renren:before { content: '\f18b'; } /* '' */
.icon-pagelines:before { content: '\f18c'; } /* '' */
.icon-stackexchange:before { content: '\f18d'; } /* '' */
.icon-right-circled2:before { content: '\f18e'; } /* '' */
.icon-left-circled2:before { content: '\f190'; } /* '' */
.icon-collapse-left:before { content: '\f191'; } /* '' */
.icon-dot-circled:before { content: '\f192'; } /* '' */
.icon-wheelchair:before { content: '\f193'; } /* '' */
.icon-vimeo-squared:before { content: '\f194'; } /* '' */
.icon-try:before { content: '\f195'; } /* '' */
.icon-plus-squared-alt:before { content: '\f196'; } /* '' */
.icon-space-shuttle:before { content: '\f197'; } /* '' */
.icon-slack:before { content: '\f198'; } /* '' */
.icon-mail-squared:before { content: '\f199'; } /* '' */
.icon-wordpress:before { content: '\f19a'; } /* '' */
.icon-openid:before { content: '\f19b'; } /* '' */
.icon-bank:before { content: '\f19c'; } /* '' */
.icon-graduation-cap:before { content: '\f19d'; } /* '' */
.icon-yahoo:before { content: '\f19e'; } /* '' */
.icon-google:before { content: '\f1a0'; } /* '' */
.icon-reddit:before { content: '\f1a1'; } /* '' */
.icon-reddit-squared:before { content: '\f1a2'; } /* '' */
.icon-stumbleupon-circled:before { content: '\f1a3'; } /* '' */
.icon-stumbleupon:before { content: '\f1a4'; } /* '' */
.icon-delicious:before { content: '\f1a5'; } /* '' */
.icon-digg:before { content: '\f1a6'; } /* '' */
.icon-pied-piper-squared:before { content: '\f1a7'; } /* '' */
.icon-pied-piper-alt:before { content: '\f1a8'; } /* '' */
.icon-drupal:before { content: '\f1a9'; } /* '' */
.icon-joomla:before { content: '\f1aa'; } /* '' */
.icon-language:before { content: '\f1ab'; } /* '' */
.icon-fax:before { content: '\f1ac'; } /* '' */
.icon-building-filled:before { content: '\f1ad'; } /* '' */
.icon-child:before { content: '\f1ae'; } /* '' */
.icon-paw:before { content: '\f1b0'; } /* '' */
.icon-spoon:before { content: '\f1b1'; } /* '' */
.icon-cube:before { content: '\f1b2'; } /* '' */
.icon-cubes:before { content: '\f1b3'; } /* '' */
.icon-behance:before { content: '\f1b4'; } /* '' */
.icon-behance-squared:before { content: '\f1b5'; } /* '' */
.icon-steam:before { content: '\f1b6'; } /* '' */
.icon-steam-squared:before { content: '\f1b7'; } /* '' */
.icon-recycle:before { content: '\f1b8'; } /* '' */
.icon-cab:before { content: '\f1b9'; } /* '' */
.icon-taxi:before { content: '\f1ba'; } /* '' */
.icon-tree:before { content: '\f1bb'; } /* '' */
.icon-spotify:before { content: '\f1bc'; } /* '' */
.icon-deviantart:before { content: '\f1bd'; } /* '' */
.icon-soundcloud:before { content: '\f1be'; } /* '' */
.icon-database:before { content: '\f1c0'; } /* '' */
.icon-file-pdf:before { content: '\f1c1'; } /* '' */
.icon-file-word:before { content: '\f1c2'; } /* '' */
.icon-file-excel:before { content: '\f1c3'; } /* '' */
.icon-file-powerpoint:before { content: '\f1c4'; } /* '' */
.icon-file-image:before { content: '\f1c5'; } /* '' */
.icon-file-archive:before { content: '\f1c6'; } /* '' */
.icon-file-audio:before { content: '\f1c7'; } /* '' */
.icon-file-video:before { content: '\f1c8'; } /* '' */
.icon-file-code:before { content: '\f1c9'; } /* '' */
.icon-vine:before { content: '\f1ca'; } /* '' */
.icon-codeopen:before { content: '\f1cb'; } /* '' */
.icon-jsfiddle:before { content: '\f1cc'; } /* '' */
.icon-lifebuoy:before { content: '\f1cd'; } /* '' */
.icon-circle-notch:before { content: '\f1ce'; } /* '' */
.icon-rebel:before { content: '\f1d0'; } /* '' */
.icon-empire:before { content: '\f1d1'; } /* '' */
.icon-git-squared:before { content: '\f1d2'; } /* '' */
.icon-git:before { content: '\f1d3'; } /* '' */
.icon-hacker-news:before { content: '\f1d4'; } /* '' */
.icon-tencent-weibo:before { content: '\f1d5'; } /* '' */
.icon-qq:before { content: '\f1d6'; } /* '' */
.icon-wechat:before { content: '\f1d7'; } /* '' */
.icon-paper-plane:before { content: '\f1d8'; } /* '' */
.icon-paper-plane-empty:before { content: '\f1d9'; } /* '' */
.icon-history:before { content: '\f1da'; } /* '' */
.icon-circle-thin:before { content: '\f1db'; } /* '' */
.icon-header:before { content: '\f1dc'; } /* '' */
.icon-paragraph:before { content: '\f1dd'; } /* '' */
.icon-sliders:before { content: '\f1de'; } /* '' */
.icon-share:before { content: '\f1e0'; } /* '' */
.icon-share-squared:before { content: '\f1e1'; } /* '' */
.icon-bomb:before { content: '\f1e2'; } /* '' */
.icon-soccer-ball:before { content: '\f1e3'; } /* '' */
.icon-tty:before { content: '\f1e4'; } /* '' */
.icon-binoculars:before { content: '\f1e5'; } /* '' */
.icon-plug:before { content: '\f1e6'; } /* '' */
.icon-slideshare:before { content: '\f1e7'; } /* '' */
.icon-twitch:before { content: '\f1e8'; } /* '' */
.icon-yelp:before { content: '\f1e9'; } /* '' */
.icon-newspaper:before { content: '\f1ea'; } /* '' */
.icon-wifi:before { content: '\f1eb'; } /* '' */
.icon-calc:before { content: '\f1ec'; } /* '' */
.icon-paypal:before { content: '\f1ed'; } /* '' */
.icon-gwallet:before { content: '\f1ee'; } /* '' */
.icon-cc-visa:before { content: '\f1f0'; } /* '' */
.icon-cc-mastercard:before { content: '\f1f1'; } /* '' */
.icon-cc-discover:before { content: '\f1f2'; } /* '' */
.icon-cc-amex:before { content: '\f1f3'; } /* '' */
.icon-cc-paypal:before { content: '\f1f4'; } /* '' */
.icon-cc-stripe:before { content: '\f1f5'; } /* '' */
.icon-bell-off:before { content: '\f1f6'; } /* '' */
.icon-bell-off-empty:before { content: '\f1f7'; } /* '' */
.icon-trash:before { content: '\f1f8'; } /* '' */
.icon-copyright:before { content: '\f1f9'; } /* '' */
.icon-at:before { content: '\f1fa'; } /* '' */
.icon-eyedropper:before { content: '\f1fb'; } /* '' */
.icon-brush:before { content: '\f1fc'; } /* '' */
.icon-birthday:before { content: '\f1fd'; } /* '' */
.icon-chart-area:before { content: '\f1fe'; } /* '' */
.icon-chart-pie:before { content: '\f200'; } /* '' */
.icon-chart-line:before { content: '\f201'; } /* '' */
.icon-lastfm:before { content: '\f202'; } /* '' */
.icon-lastfm-squared:before { content: '\f203'; } /* '' */
.icon-toggle-off:before { content: '\f204'; } /* '' */
.icon-toggle-on:before { content: '\f205'; } /* '' */
.icon-bicycle:before { content: '\f206'; } /* '' */
.icon-bus:before { content: '\f207'; } /* '' */
.icon-ioxhost:before { content: '\f208'; } /* '' */
.icon-angellist:before { content: '\f209'; } /* '' */
.icon-cc:before { content: '\f20a'; } /* '' */
.icon-shekel:before { content: '\f20b'; } /* '' */
.icon-meanpath:before { content: '\f20c'; } /* '' */
.icon-buysellads:before { content: '\f20d'; } /* '' */
.icon-connectdevelop:before { content: '\f20e'; } /* '' */
.icon-dashcube:before { content: '\f210'; } /* '' */
.icon-forumbee:before { content: '\f211'; } /* '' */
.icon-leanpub:before { content: '\f212'; } /* '' */
.icon-sellsy:before { content: '\f213'; } /* '' */
.icon-shirtsinbulk:before { content: '\f214'; } /* '' */
.icon-simplybuilt:before { content: '\f215'; } /* '' */
.icon-skyatlas:before { content: '\f216'; } /* '' */
.icon-cart-plus:before { content: '\f217'; } /* '' */
.icon-cart-arrow-down:before { content: '\f218'; } /* '' */
.icon-diamond:before { content: '\f219'; } /* '' */
.icon-ship:before { content: '\f21a'; } /* '' */
.icon-user-secret:before { content: '\f21b'; } /* '' */
.icon-motorcycle:before { content: '\f21c'; } /* '' */
.icon-street-view:before { content: '\f21d'; } /* '' */
.icon-heartbeat:before { content: '\f21e'; } /* '' */
.icon-venus:before { content: '\f221'; } /* '' */
.icon-mars:before { content: '\f222'; } /* '' */
.icon-mercury:before { content: '\f223'; } /* '' */
.icon-transgender:before { content: '\f224'; } /* '' */
.icon-transgender-alt:before { content: '\f225'; } /* '' */
.icon-venus-double:before { content: '\f226'; } /* '' */
.icon-mars-double:before { content: '\f227'; } /* '' */
.icon-venus-mars:before { content: '\f228'; } /* '' */
.icon-mars-stroke:before { content: '\f229'; } /* '' */
.icon-mars-stroke-v:before { content: '\f22a'; } /* '' */
.icon-mars-stroke-h:before { content: '\f22b'; } /* '' */
.icon-neuter:before { content: '\f22c'; } /* '' */
.icon-genderless:before { content: '\f22d'; } /* '' */
.icon-facebook-official:before { content: '\f230'; } /* '' */
.icon-pinterest:before { content: '\f231'; } /* '' */
.icon-whatsapp:before { content: '\f232'; } /* '' */
.icon-server:before { content: '\f233'; } /* '' */
.icon-user-plus:before { content: '\f234'; } /* '' */
.icon-user-times:before { content: '\f235'; } /* '' */
.icon-bed:before { content: '\f236'; } /* '' */
.icon-viacoin:before { content: '\f237'; } /* '' */
.icon-train:before { content: '\f238'; } /* '' */
.icon-subway:before { content: '\f239'; } /* '' */
.icon-medium:before { content: '\f23a'; } /* '' */
.icon-y-combinator:before { content: '\f23b'; } /* '' */
.icon-optin-monster:before { content: '\f23c'; } /* '' */
.icon-opencart:before { content: '\f23d'; } /* '' */
.icon-expeditedssl:before { content: '\f23e'; } /* '' */
.icon-battery-4:before { content: '\f240'; } /* '' */
.icon-battery-3:before { content: '\f241'; } /* '' */
.icon-battery-2:before { content: '\f242'; } /* '' */
.icon-battery-1:before { content: '\f243'; } /* '' */
.icon-battery-0:before { content: '\f244'; } /* '' */
.icon-mouse-pointer:before { content: '\f245'; } /* '' */
.icon-i-cursor:before { content: '\f246'; } /* '' */
.icon-object-group:before { content: '\f247'; } /* '' */
.icon-object-ungroup:before { content: '\f248'; } /* '' */
.icon-sticky-note:before { content: '\f249'; } /* '' */
.icon-sticky-note-o:before { content: '\f24a'; } /* '' */
.icon-cc-jcb:before { content: '\f24b'; } /* '' */
.icon-cc-diners-club:before { content: '\f24c'; } /* '' */
.icon-clone:before { content: '\f24d'; } /* '' */
.icon-balance-scale:before { content: '\f24e'; } /* '' */
.icon-hourglass-o:before { content: '\f250'; } /* '' */
.icon-hourglass-1:before { content: '\f251'; } /* '' */
.icon-hourglass-2:before { content: '\f252'; } /* '' */
.icon-hourglass-3:before { content: '\f253'; } /* '' */
.icon-hourglass:before { content: '\f254'; } /* '' */
.icon-hand-grab-o:before { content: '\f255'; } /* '' */
.icon-hand-paper-o:before { content: '\f256'; } /* '' */
.icon-hand-scissors-o:before { content: '\f257'; } /* '' */
.icon-hand-lizard-o:before { content: '\f258'; } /* '' */
.icon-hand-spock-o:before { content: '\f259'; } /* '' */
.icon-hand-pointer-o:before { content: '\f25a'; } /* '' */
.icon-hand-peace-o:before { content: '\f25b'; } /* '' */
.icon-trademark:before { content: '\f25c'; } /* '' */
.icon-registered:before { content: '\f25d'; } /* '' */
.icon-creative-commons:before { content: '\f25e'; } /* '' */
.icon-gg:before { content: '\f260'; } /* '' */
.icon-gg-circle:before { content: '\f261'; } /* '' */
.icon-tripadvisor:before { content: '\f262'; } /* '' */
.icon-odnoklassniki:before { content: '\f263'; } /* '' */
.icon-odnoklassniki-square:before { content: '\f264'; } /* '' */
.icon-get-pocket:before { content: '\f265'; } /* '' */
.icon-wikipedia-w:before { content: '\f266'; } /* '' */
.icon-safari:before { content: '\f267'; } /* '' */
.icon-chrome-1:before { content: '\f268'; } /* '' */
.icon-firefox-1:before { content: '\f269'; } /* '' */
.icon-opera-1:before { content: '\f26a'; } /* '' */
.icon-internet-explorer:before { content: '\f26b'; } /* '' */
.icon-television:before { content: '\f26c'; } /* '' */
.icon-contao:before { content: '\f26d'; } /* '' */
.icon-500px:before { content: '\f26e'; } /* '' */
.icon-amazon:before { content: '\f270'; } /* '' */
.icon-calendar-plus-o:before { content: '\f271'; } /* '' */
.icon-calendar-minus-o:before { content: '\f272'; } /* '' */
.icon-calendar-times-o:before { content: '\f273'; } /* '' */
.icon-calendar-check-o:before { content: '\f274'; } /* '' */
.icon-industry:before { content: '\f275'; } /* '' */
.icon-map-pin:before { content: '\f276'; } /* '' */
.icon-map-signs:before { content: '\f277'; } /* '' */
.icon-map-o:before { content: '\f278'; } /* '' */
.icon-map:before { content: '\f279'; } /* '' */
.icon-commenting:before { content: '\f27a'; } /* '' */
.icon-commenting-o:before { content: '\f27b'; } /* '' */
.icon-houzz:before { content: '\f27c'; } /* '' */
.icon-vimeo:before { content: '\f27d'; } /* '' */
.icon-black-tie:before { content: '\f27e'; } /* '' */
.icon-fonticons:before { content: '\f280'; } /* '' */
.icon-reddit-alien:before { content: '\f281'; } /* '' */
.icon-edge:before { content: '\f282'; } /* '' */
.icon-credit-card-alt:before { content: '\f283'; } /* '' */
.icon-codiepie:before { content: '\f284'; } /* '' */
.icon-modx:before { content: '\f285'; } /* '' */
.icon-fort-awesome:before { content: '\f286'; } /* '' */
.icon-usb:before { content: '\f287'; } /* '' */
.icon-product-hunt:before { content: '\f288'; } /* '' */
.icon-mixcloud:before { content: '\f289'; } /* '' */
.icon-scribd:before { content: '\f28a'; } /* '' */
.icon-pause-circle:before { content: '\f28b'; } /* '' */
.icon-pause-circle-o:before { content: '\f28c'; } /* '' */
.icon-stop-circle:before { content: '\f28d'; } /* '' */
.icon-stop-circle-o:before { content: '\f28e'; } /* '' */
.icon-shopping-bag:before { content: '\f290'; } /* '' */
.icon-shopping-basket:before { content: '\f291'; } /* '' */
.icon-hashtag:before { content: '\f292'; } /* '' */
.icon-bluetooth:before { content: '\f293'; } /* '' */
.icon-bluetooth-b:before { content: '\f294'; } /* '' */
.icon-percent:before { content: '\f295'; } /* '' */
.icon-gitlab:before { content: '\f296'; } /* '' */
.icon-wpbeginner:before { content: '\f297'; } /* '' */
.icon-wpforms:before { content: '\f298'; } /* '' */
.icon-envira:before { content: '\f299'; } /* '' */
.icon-universal-access:before { content: '\f29a'; } /* '' */
.icon-wheelchair-alt:before { content: '\f29b'; } /* '' */
.icon-question-circle-o:before { content: '\f29c'; } /* '' */
.icon-blind:before { content: '\f29d'; } /* '' */
.icon-audio-description:before { content: '\f29e'; } /* '' */
.icon-volume-control-phone:before { content: '\f2a0'; } /* '' */
.icon-braille:before { content: '\f2a1'; } /* '' */
.icon-assistive-listening-systems:before { content: '\f2a2'; } /* '' */
.icon-american-sign-language-interpreting:before { content: '\f2a3'; } /* '' */
.icon-asl-interpreting:before { content: '\f2a4'; } /* '' */
.icon-glide:before { content: '\f2a5'; } /* '' */
.icon-glide-g:before { content: '\f2a6'; } /* '' */
.icon-sign-language:before { content: '\f2a7'; } /* '' */
.icon-low-vision:before { content: '\f2a8'; } /* '' */
.icon-viadeo:before { content: '\f2a9'; } /* '' */
.icon-viadeo-square:before { content: '\f2aa'; } /* '' */
.icon-snapchat:before { content: '\f2ab'; } /* '' */
.icon-snapchat-ghost:before { content: '\f2ac'; } /* '' */
.icon-snapchat-square:before { content: '\f2ad'; } /* '' */
.icon-pied-piper:before { content: '\f2ae'; } /* '' */
.icon-first-order:before { content: '\f2b0'; } /* '' */
.icon-yoast:before { content: '\f2b1'; } /* '' */
.icon-themeisle:before { content: '\f2b2'; } /* '' */
.icon-google-plus-circle:before { content: '\f2b3'; } /* '' */
.icon-font-awesome:before { content: '\f2b4'; } /* '' */
.icon-handshake-o:before { content: '\f2b5'; } /* '' */
.icon-envelope-open:before { content: '\f2b6'; } /* '' */
.icon-envelope-open-o:before { content: '\f2b7'; } /* '' */
.icon-linode:before { content: '\f2b8'; } /* '' */
.icon-address-book:before { content: '\f2b9'; } /* '' */
.icon-address-book-o:before { content: '\f2ba'; } /* '' */
.icon-address-card:before { content: '\f2bb'; } /* '' */
.icon-address-card-o:before { content: '\f2bc'; } /* '' */
.icon-user-circle:before { content: '\f2bd'; } /* '' */
.icon-user-circle-o:before { content: '\f2be'; } /* '' */
.icon-user-o:before { content: '\f2c0'; } /* '' */
.icon-id-badge:before { content: '\f2c1'; } /* '' */
.icon-id-card:before { content: '\f2c2'; } /* '' */
.icon-id-card-o:before { content: '\f2c3'; } /* '' */
.icon-quora:before { content: '\f2c4'; } /* '' */
.icon-free-code-camp:before { content: '\f2c5'; } /* '' */
.icon-telegram:before { content: '\f2c6'; } /* '' */
.icon-thermometer:before { content: '\f2c7'; } /* '' */
.icon-thermometer-3:before { content: '\f2c8'; } /* '' */
.icon-thermometer-2:before { content: '\f2c9'; } /* '' */
.icon-thermometer-quarter:before { content: '\f2ca'; } /* '' */
.icon-thermometer-0:before { content: '\f2cb'; } /* '' */
.icon-shower:before { content: '\f2cc'; } /* '' */
.icon-bath:before { content: '\f2cd'; } /* '' */
.icon-podcast:before { content: '\f2ce'; } /* '' */
.icon-window-maximize:before { content: '\f2d0'; } /* '' */
.icon-window-minimize:before { content: '\f2d1'; } /* '' */
.icon-window-restore:before { content: '\f2d2'; } /* '' */
.icon-window-close:before { content: '\f2d3'; } /* '' */
.icon-window-close-o:before { content: '\f2d4'; } /* '' */
.icon-bandcamp:before { content: '\f2d5'; } /* '' */
.icon-grav:before { content: '\f2d6'; } /* '' */
.icon-etsy:before { content: '\f2d7'; } /* '' */
.icon-imdb:before { content: '\f2d8'; } /* '' */
.icon-ravelry:before { content: '\f2d9'; } /* '' */
.icon-eercast:before { content: '\f2da'; } /* '' */
.icon-microchip:before { content: '\f2db'; } /* '' */
.icon-snowflake-o:before { content: '\f2dc'; } /* '' */
.icon-superpowers:before { content: '\f2dd'; } /* '' */
.icon-wpexplorer:before { content: '\f2de'; } /* '' */
.icon-meetup:before { content: '\f2e0'; } /* '' */
.icon-github-squared:before { content: '\f300'; } /* '' */
.icon-twitter-squared:before { content: '\f304'; } /* '' */
.icon-facebook-squared:before { content: '\f308'; } /* '' */
.icon-linkedin-squared:before { content: '\f30c'; } /* '' */ | webroot/plugins/fontello/css/fontello.css | @font-face {
font-family: 'fontello';
src: url('../font/fontello.eot?65738335');
src: url('../font/fontello.eot?65738335#iefix') format('embedded-opentype'),
url('../font/fontello.woff2?65738335') format('woff2'),
url('../font/fontello.woff?65738335') format('woff'),
url('../font/fontello.ttf?65738335') format('truetype'),
url('../font/fontello.svg?65738335#fontello') format('svg');
font-weight: normal;
font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
@font-face {
font-family: 'fontello';
src: url('../font/fontello.svg?65738335#fontello') format('svg');
}
}
*/
[class^="icon-"]:before, [class*=" icon-"]:before {
font-family: "fontello";
font-style: normal;
font-weight: normal;
speak: never;
display: inline-block;
text-decoration: inherit;
width: 1em;
margin-right: .2em;
text-align: center;
/* opacity: .8; */
/* For safety - reset parent styles, that can break glyph codes*/
font-variant: normal;
text-transform: none;
/* fix buttons height, for twitter bootstrap */
line-height: 1em;
/* Animation center compensation - margins should be symmetric */
/* remove if not needed */
margin-left: .2em;
/* you can be more comfortable with increased icons size */
/* font-size: 120%; */
/* Font smoothing. That was taken from TWBS */
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
/* Uncomment for 3D effect */
/* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
.icon-emo-happy:before { content: '\e800'; } /* '' */
.icon-emo-wink:before { content: '\e801'; } /* '' */
.icon-emo-unhappy:before { content: '\e802'; } /* '' */
.icon-emo-sleep:before { content: '\e803'; } /* '' */
.icon-emo-thumbsup:before { content: '\e804'; } /* '' */
.icon-emo-devil:before { content: '\e805'; } /* '' */
.icon-emo-surprised:before { content: '\e806'; } /* '' */
.icon-emo-tongue:before { content: '\e807'; } /* '' */
.icon-emo-coffee:before { content: '\e808'; } /* '' */
.icon-emo-sunglasses:before { content: '\e809'; } /* '' */
.icon-emo-displeased:before { content: '\e80a'; } /* '' */
.icon-emo-beer:before { content: '\e80b'; } /* '' */
.icon-emo-grin:before { content: '\e80c'; } /* '' */
.icon-emo-angry:before { content: '\e80d'; } /* '' */
.icon-emo-saint:before { content: '\e80e'; } /* '' */
.icon-emo-cry:before { content: '\e80f'; } /* '' */
.icon-emo-shoot:before { content: '\e810'; } /* '' */
.icon-emo-squint:before { content: '\e811'; } /* '' */
.icon-emo-laugh:before { content: '\e812'; } /* '' */
.icon-emo-wink2:before { content: '\e813'; } /* '' */
.icon-glass:before { content: '\e814'; } /* '' */
.icon-music:before { content: '\e815'; } /* '' */
.icon-search:before { content: '\e816'; } /* '' */
.icon-mail:before { content: '\e817'; } /* '' */
.icon-heart:before { content: '\e818'; } /* '' */
.icon-heart-empty:before { content: '\e819'; } /* '' */
.icon-star:before { content: '\e81a'; } /* '' */
.icon-star-empty:before { content: '\e81b'; } /* '' */
.icon-star-half:before { content: '\e81c'; } /* '' */
.icon-user:before { content: '\e81d'; } /* '' */
.icon-users:before { content: '\e81e'; } /* '' */
.icon-video:before { content: '\e81f'; } /* '' */
.icon-videocam:before { content: '\e820'; } /* '' */
.icon-picture:before { content: '\e821'; } /* '' */
.icon-camera:before { content: '\e822'; } /* '' */
.icon-camera-alt:before { content: '\e823'; } /* '' */
.icon-th-large:before { content: '\e824'; } /* '' */
.icon-th:before { content: '\e825'; } /* '' */
.icon-th-list:before { content: '\e826'; } /* '' */
.icon-ok:before { content: '\e827'; } /* '' */
.icon-ok-circled:before { content: '\e828'; } /* '' */
.icon-ok-circled2:before { content: '\e829'; } /* '' */
.icon-cancel:before { content: '\e82a'; } /* '' */
.icon-cancel-circled:before { content: '\e82b'; } /* '' */
.icon-cancel-circled2:before { content: '\e82c'; } /* '' */
.icon-plus:before { content: '\e82d'; } /* '' */
.icon-plus-circled:before { content: '\e82e'; } /* '' */
.icon-minus:before { content: '\e82f'; } /* '' */
.icon-spin1:before { content: '\e830'; } /* '' */
.icon-spin2:before { content: '\e831'; } /* '' */
.icon-spin3:before { content: '\e832'; } /* '' */
.icon-minus-circled:before { content: '\e833'; } /* '' */
.icon-spin4:before { content: '\e834'; } /* '' */
.icon-help-circled:before { content: '\e835'; } /* '' */
.icon-info-circled:before { content: '\e836'; } /* '' */
.icon-home:before { content: '\e837'; } /* '' */
.icon-spin5:before { content: '\e838'; } /* '' */
.icon-spin6:before { content: '\e839'; } /* '' */
.icon-link:before { content: '\e83a'; } /* '' */
.icon-attach:before { content: '\e83b'; } /* '' */
.icon-lock:before { content: '\e83c'; } /* '' */
.icon-lock-open:before { content: '\e83d'; } /* '' */
.icon-pin:before { content: '\e83e'; } /* '' */
.icon-eye:before { content: '\e83f'; } /* '' */
.icon-firefox:before { content: '\e840'; } /* '' */
.icon-chrome:before { content: '\e841'; } /* '' */
.icon-opera:before { content: '\e842'; } /* '' */
.icon-ie:before { content: '\e843'; } /* '' */
.icon-crown:before { content: '\e844'; } /* '' */
.icon-crown-plus:before { content: '\e845'; } /* '' */
.icon-crown-minus:before { content: '\e846'; } /* '' */
.icon-marquee:before { content: '\e847'; } /* '' */
.icon-eye-off:before { content: '\e848'; } /* '' */
.icon-tag:before { content: '\e849'; } /* '' */
.icon-tags:before { content: '\e84a'; } /* '' */
.icon-bookmark:before { content: '\e84b'; } /* '' */
.icon-flag:before { content: '\e84c'; } /* '' */
.icon-thumbs-up:before { content: '\e84d'; } /* '' */
.icon-thumbs-down:before { content: '\e84e'; } /* '' */
.icon-download:before { content: '\e84f'; } /* '' */
.icon-upload:before { content: '\e850'; } /* '' */
.icon-forward:before { content: '\e851'; } /* '' */
.icon-export:before { content: '\e852'; } /* '' */
.icon-pencil:before { content: '\e853'; } /* '' */
.icon-edit:before { content: '\e854'; } /* '' */
.icon-print:before { content: '\e855'; } /* '' */
.icon-retweet:before { content: '\e856'; } /* '' */
.icon-comment:before { content: '\e857'; } /* '' */
.icon-chat:before { content: '\e858'; } /* '' */
.icon-bell:before { content: '\e859'; } /* '' */
.icon-attention:before { content: '\e85a'; } /* '' */
.icon-attention-circled:before { content: '\e85b'; } /* '' */
.icon-location:before { content: '\e85c'; } /* '' */
.icon-trash-empty:before { content: '\e85d'; } /* '' */
.icon-doc:before { content: '\e85e'; } /* '' */
.icon-folder:before { content: '\e85f'; } /* '' */
.icon-folder-open:before { content: '\e860'; } /* '' */
.icon-phone:before { content: '\e861'; } /* '' */
.icon-cog:before { content: '\e862'; } /* '' */
.icon-cog-alt:before { content: '\e863'; } /* '' */
.icon-wrench:before { content: '\e864'; } /* '' */
.icon-basket:before { content: '\e865'; } /* '' */
.icon-calendar:before { content: '\e866'; } /* '' */
.icon-login:before { content: '\e867'; } /* '' */
.icon-logout:before { content: '\e868'; } /* '' */
.icon-volume-off:before { content: '\e869'; } /* '' */
.icon-volume-down:before { content: '\e86a'; } /* '' */
.icon-volume-up:before { content: '\e86b'; } /* '' */
.icon-headphones:before { content: '\e86c'; } /* '' */
.icon-clock:before { content: '\e86d'; } /* '' */
.icon-block:before { content: '\e86e'; } /* '' */
.icon-resize-full:before { content: '\e86f'; } /* '' */
.icon-resize-small:before { content: '\e870'; } /* '' */
.icon-resize-vertical:before { content: '\e871'; } /* '' */
.icon-resize-horizontal:before { content: '\e872'; } /* '' */
.icon-zoom-in:before { content: '\e873'; } /* '' */
.icon-zoom-out:before { content: '\e874'; } /* '' */
.icon-down-circled2:before { content: '\e875'; } /* '' */
.icon-up-circled2:before { content: '\e876'; } /* '' */
.icon-down-dir:before { content: '\e877'; } /* '' */
.icon-up-dir:before { content: '\e878'; } /* '' */
.icon-left-dir:before { content: '\e879'; } /* '' */
.icon-right-dir:before { content: '\e87a'; } /* '' */
.icon-down-open:before { content: '\e87b'; } /* '' */
.icon-left-open:before { content: '\e87c'; } /* '' */
.icon-right-open:before { content: '\e87d'; } /* '' */
.icon-up-open:before { content: '\e87e'; } /* '' */
.icon-down-big:before { content: '\e87f'; } /* '' */
.icon-left-big:before { content: '\e880'; } /* '' */
.icon-right-big:before { content: '\e881'; } /* '' */
.icon-up-big:before { content: '\e882'; } /* '' */
.icon-right-hand:before { content: '\e883'; } /* '' */
.icon-left-hand:before { content: '\e884'; } /* '' */
.icon-up-hand:before { content: '\e885'; } /* '' */
.icon-down-hand:before { content: '\e886'; } /* '' */
.icon-cw:before { content: '\e887'; } /* '' */
.icon-ccw:before { content: '\e888'; } /* '' */
.icon-arrows-cw:before { content: '\e889'; } /* '' */
.icon-shuffle:before { content: '\e88a'; } /* '' */
.icon-play:before { content: '\e88b'; } /* '' */
.icon-play-circled2:before { content: '\e88c'; } /* '' */
.icon-stop:before { content: '\e88d'; } /* '' */
.icon-pause:before { content: '\e88e'; } /* '' */
.icon-to-end:before { content: '\e88f'; } /* '' */
.icon-to-end-alt:before { content: '\e890'; } /* '' */
.icon-to-start:before { content: '\e891'; } /* '' */
.icon-to-start-alt:before { content: '\e892'; } /* '' */
.icon-fast-fw:before { content: '\e893'; } /* '' */
.icon-fast-bw:before { content: '\e894'; } /* '' */
.icon-eject:before { content: '\e895'; } /* '' */
.icon-target:before { content: '\e896'; } /* '' */
.icon-signal:before { content: '\e897'; } /* '' */
.icon-award:before { content: '\e898'; } /* '' */
.icon-inbox:before { content: '\e899'; } /* '' */
.icon-globe:before { content: '\e89a'; } /* '' */
.icon-cloud:before { content: '\e89b'; } /* '' */
.icon-flash:before { content: '\e89c'; } /* '' */
.icon-umbrella:before { content: '\e89d'; } /* '' */
.icon-flight:before { content: '\e89e'; } /* '' */
.icon-leaf:before { content: '\e89f'; } /* '' */
.icon-font:before { content: '\e8a0'; } /* '' */
.icon-bold:before { content: '\e8a1'; } /* '' */
.icon-italic:before { content: '\e8a2'; } /* '' */
.icon-text-height:before { content: '\e8a3'; } /* '' */
.icon-text-width:before { content: '\e8a4'; } /* '' */
.icon-align-left:before { content: '\e8a5'; } /* '' */
.icon-align-center:before { content: '\e8a6'; } /* '' */
.icon-align-right:before { content: '\e8a7'; } /* '' */
.icon-align-justify:before { content: '\e8a8'; } /* '' */
.icon-list:before { content: '\e8a9'; } /* '' */
.icon-indent-left:before { content: '\e8aa'; } /* '' */
.icon-indent-right:before { content: '\e8ab'; } /* '' */
.icon-scissors:before { content: '\e8ac'; } /* '' */
.icon-briefcase:before { content: '\e8ad'; } /* '' */
.icon-off:before { content: '\e8ae'; } /* '' */
.icon-road:before { content: '\e8af'; } /* '' */
.icon-list-alt:before { content: '\e8b0'; } /* '' */
.icon-qrcode:before { content: '\e8b1'; } /* '' */
.icon-barcode:before { content: '\e8b2'; } /* '' */
.icon-book:before { content: '\e8b3'; } /* '' */
.icon-adjust:before { content: '\e8b4'; } /* '' */
.icon-tint:before { content: '\e8b5'; } /* '' */
.icon-check:before { content: '\e8b6'; } /* '' */
.icon-asterisk:before { content: '\e8b7'; } /* '' */
.icon-gift:before { content: '\e8b8'; } /* '' */
.icon-fire:before { content: '\e8b9'; } /* '' */
.icon-magnet:before { content: '\e8ba'; } /* '' */
.icon-chart-bar:before { content: '\e8bb'; } /* '' */
.icon-credit-card:before { content: '\e8bc'; } /* '' */
.icon-floppy:before { content: '\e8bd'; } /* '' */
.icon-megaphone:before { content: '\e8be'; } /* '' */
.icon-key:before { content: '\e8bf'; } /* '' */
.icon-truck:before { content: '\e8c0'; } /* '' */
.icon-hammer:before { content: '\e8c1'; } /* '' */
.icon-lemon:before { content: '\e8c2'; } /* '' */
.icon-move:before { content: '\f047'; } /* '' */
.icon-link-ext:before { content: '\f08e'; } /* '' */
.icon-check-empty:before { content: '\f096'; } /* '' */
.icon-bookmark-empty:before { content: '\f097'; } /* '' */
.icon-phone-squared:before { content: '\f098'; } /* '' */
.icon-twitter:before { content: '\f099'; } /* '' */
.icon-facebook:before { content: '\f09a'; } /* '' */
.icon-github-circled:before { content: '\f09b'; } /* '' */
.icon-rss:before { content: '\f09e'; } /* '' */
.icon-hdd:before { content: '\f0a0'; } /* '' */
.icon-certificate:before { content: '\f0a3'; } /* '' */
.icon-left-circled:before { content: '\f0a8'; } /* '' */
.icon-right-circled:before { content: '\f0a9'; } /* '' */
.icon-up-circled:before { content: '\f0aa'; } /* '' */
.icon-down-circled:before { content: '\f0ab'; } /* '' */
.icon-tasks:before { content: '\f0ae'; } /* '' */
.icon-filter:before { content: '\f0b0'; } /* '' */
.icon-resize-full-alt:before { content: '\f0b2'; } /* '' */
.icon-beaker:before { content: '\f0c3'; } /* '' */
.icon-docs:before { content: '\f0c5'; } /* '' */
.icon-blank:before { content: '\f0c8'; } /* '' */
.icon-menu:before { content: '\f0c9'; } /* '' */
.icon-list-bullet:before { content: '\f0ca'; } /* '' */
.icon-list-numbered:before { content: '\f0cb'; } /* '' */
.icon-strike:before { content: '\f0cc'; } /* '' */
.icon-underline:before { content: '\f0cd'; } /* '' */
.icon-table:before { content: '\f0ce'; } /* '' */
.icon-magic:before { content: '\f0d0'; } /* '' */
.icon-pinterest-circled:before { content: '\f0d2'; } /* '' */
.icon-pinterest-squared:before { content: '\f0d3'; } /* '' */
.icon-gplus-squared:before { content: '\f0d4'; } /* '' */
.icon-gplus:before { content: '\f0d5'; } /* '' */
.icon-money:before { content: '\f0d6'; } /* '' */
.icon-columns:before { content: '\f0db'; } /* '' */
.icon-sort:before { content: '\f0dc'; } /* '' */
.icon-sort-down:before { content: '\f0dd'; } /* '' */
.icon-sort-up:before { content: '\f0de'; } /* '' */
.icon-mail-alt:before { content: '\f0e0'; } /* '' */
.icon-linkedin:before { content: '\f0e1'; } /* '' */
.icon-gauge:before { content: '\f0e4'; } /* '' */
.icon-comment-empty:before { content: '\f0e5'; } /* '' */
.icon-chat-empty:before { content: '\f0e6'; } /* '' */
.icon-sitemap:before { content: '\f0e8'; } /* '' */
.icon-paste:before { content: '\f0ea'; } /* '' */
.icon-lightbulb:before { content: '\f0eb'; } /* '' */
.icon-exchange:before { content: '\f0ec'; } /* '' */
.icon-download-cloud:before { content: '\f0ed'; } /* '' */
.icon-upload-cloud:before { content: '\f0ee'; } /* '' */
.icon-user-md:before { content: '\f0f0'; } /* '' */
.icon-stethoscope:before { content: '\f0f1'; } /* '' */
.icon-suitcase:before { content: '\f0f2'; } /* '' */
.icon-bell-alt:before { content: '\f0f3'; } /* '' */
.icon-coffee:before { content: '\f0f4'; } /* '' */
.icon-food:before { content: '\f0f5'; } /* '' */
.icon-doc-text:before { content: '\f0f6'; } /* '' */
.icon-building:before { content: '\f0f7'; } /* '' */
.icon-hospital:before { content: '\f0f8'; } /* '' */
.icon-ambulance:before { content: '\f0f9'; } /* '' */
.icon-medkit:before { content: '\f0fa'; } /* '' */
.icon-fighter-jet:before { content: '\f0fb'; } /* '' */
.icon-beer:before { content: '\f0fc'; } /* '' */
.icon-h-sigh:before { content: '\f0fd'; } /* '' */
.icon-plus-squared:before { content: '\f0fe'; } /* '' */
.icon-angle-double-left:before { content: '\f100'; } /* '' */
.icon-angle-double-right:before { content: '\f101'; } /* '' */
.icon-angle-double-up:before { content: '\f102'; } /* '' */
.icon-angle-double-down:before { content: '\f103'; } /* '' */
.icon-angle-left:before { content: '\f104'; } /* '' */
.icon-angle-right:before { content: '\f105'; } /* '' */
.icon-angle-up:before { content: '\f106'; } /* '' */
.icon-angle-down:before { content: '\f107'; } /* '' */
.icon-desktop:before { content: '\f108'; } /* '' */
.icon-laptop:before { content: '\f109'; } /* '' */
.icon-tablet:before { content: '\f10a'; } /* '' */
.icon-mobile:before { content: '\f10b'; } /* '' */
.icon-circle-empty:before { content: '\f10c'; } /* '' */
.icon-quote-left:before { content: '\f10d'; } /* '' */
.icon-quote-right:before { content: '\f10e'; } /* '' */
.icon-spinner:before { content: '\f110'; } /* '' */
.icon-circle:before { content: '\f111'; } /* '' */
.icon-reply:before { content: '\f112'; } /* '' */
.icon-github:before { content: '\f113'; } /* '' */
.icon-folder-empty:before { content: '\f114'; } /* '' */
.icon-folder-open-empty:before { content: '\f115'; } /* '' */
.icon-smile:before { content: '\f118'; } /* '' */
.icon-frown:before { content: '\f119'; } /* '' */
.icon-meh:before { content: '\f11a'; } /* '' */
.icon-gamepad:before { content: '\f11b'; } /* '' */
.icon-keyboard:before { content: '\f11c'; } /* '' */
.icon-flag-empty:before { content: '\f11d'; } /* '' */
.icon-flag-checkered:before { content: '\f11e'; } /* '' */
.icon-terminal:before { content: '\f120'; } /* '' */
.icon-code:before { content: '\f121'; } /* '' */
.icon-reply-all:before { content: '\f122'; } /* '' */
.icon-star-half-alt:before { content: '\f123'; } /* '' */
.icon-direction:before { content: '\f124'; } /* '' */
.icon-crop:before { content: '\f125'; } /* '' */
.icon-fork:before { content: '\f126'; } /* '' */
.icon-unlink:before { content: '\f127'; } /* '' */
.icon-help:before { content: '\f128'; } /* '' */
.icon-info:before { content: '\f129'; } /* '' */
.icon-attention-alt:before { content: '\f12a'; } /* '' */
.icon-superscript:before { content: '\f12b'; } /* '' */
.icon-subscript:before { content: '\f12c'; } /* '' */
.icon-eraser:before { content: '\f12d'; } /* '' */
.icon-puzzle:before { content: '\f12e'; } /* '' */
.icon-mic:before { content: '\f130'; } /* '' */
.icon-mute:before { content: '\f131'; } /* '' */
.icon-shield:before { content: '\f132'; } /* '' */
.icon-calendar-empty:before { content: '\f133'; } /* '' */
.icon-extinguisher:before { content: '\f134'; } /* '' */
.icon-rocket:before { content: '\f135'; } /* '' */
.icon-maxcdn:before { content: '\f136'; } /* '' */
.icon-angle-circled-left:before { content: '\f137'; } /* '' */
.icon-angle-circled-right:before { content: '\f138'; } /* '' */
.icon-angle-circled-up:before { content: '\f139'; } /* '' */
.icon-angle-circled-down:before { content: '\f13a'; } /* '' */
.icon-html5:before { content: '\f13b'; } /* '' */
.icon-css3:before { content: '\f13c'; } /* '' */
.icon-anchor:before { content: '\f13d'; } /* '' */
.icon-lock-open-alt:before { content: '\f13e'; } /* '' */
.icon-bullseye:before { content: '\f140'; } /* '' */
.icon-ellipsis:before { content: '\f141'; } /* '' */
.icon-ellipsis-vert:before { content: '\f142'; } /* '' */
.icon-rss-squared:before { content: '\f143'; } /* '' */
.icon-play-circled:before { content: '\f144'; } /* '' */
.icon-ticket:before { content: '\f145'; } /* '' */
.icon-minus-squared:before { content: '\f146'; } /* '' */
.icon-minus-squared-alt:before { content: '\f147'; } /* '' */
.icon-level-up:before { content: '\f148'; } /* '' */
.icon-level-down:before { content: '\f149'; } /* '' */
.icon-ok-squared:before { content: '\f14a'; } /* '' */
.icon-pencil-squared:before { content: '\f14b'; } /* '' */
.icon-link-ext-alt:before { content: '\f14c'; } /* '' */
.icon-export-alt:before { content: '\f14d'; } /* '' */
.icon-compass:before { content: '\f14e'; } /* '' */
.icon-expand:before { content: '\f150'; } /* '' */
.icon-collapse:before { content: '\f151'; } /* '' */
.icon-expand-right:before { content: '\f152'; } /* '' */
.icon-euro:before { content: '\f153'; } /* '' */
.icon-pound:before { content: '\f154'; } /* '' */
.icon-dollar:before { content: '\f155'; } /* '' */
.icon-rupee:before { content: '\f156'; } /* '' */
.icon-yen:before { content: '\f157'; } /* '' */
.icon-rouble:before { content: '\f158'; } /* '' */
.icon-won:before { content: '\f159'; } /* '' */
.icon-bitcoin:before { content: '\f15a'; } /* '' */
.icon-doc-inv:before { content: '\f15b'; } /* '' */
.icon-doc-text-inv:before { content: '\f15c'; } /* '' */
.icon-sort-name-up:before { content: '\f15d'; } /* '' */
.icon-sort-name-down:before { content: '\f15e'; } /* '' */
.icon-sort-alt-up:before { content: '\f160'; } /* '' */
.icon-sort-alt-down:before { content: '\f161'; } /* '' */
.icon-sort-number-up:before { content: '\f162'; } /* '' */
.icon-sort-number-down:before { content: '\f163'; } /* '' */
.icon-thumbs-up-alt:before { content: '\f164'; } /* '' */
.icon-thumbs-down-alt:before { content: '\f165'; } /* '' */
.icon-youtube-squared:before { content: '\f166'; } /* '' */
.icon-youtube:before { content: '\f167'; } /* '' */
.icon-xing:before { content: '\f168'; } /* '' */
.icon-xing-squared:before { content: '\f169'; } /* '' */
.icon-youtube-play:before { content: '\f16a'; } /* '' */
.icon-dropbox:before { content: '\f16b'; } /* '' */
.icon-stackoverflow:before { content: '\f16c'; } /* '' */
.icon-instagram:before { content: '\f16d'; } /* '' */
.icon-flickr:before { content: '\f16e'; } /* '' */
.icon-adn:before { content: '\f170'; } /* '' */
.icon-bitbucket:before { content: '\f171'; } /* '' */
.icon-bitbucket-squared:before { content: '\f172'; } /* '' */
.icon-tumblr:before { content: '\f173'; } /* '' */
.icon-tumblr-squared:before { content: '\f174'; } /* '' */
.icon-down:before { content: '\f175'; } /* '' */
.icon-up:before { content: '\f176'; } /* '' */
.icon-left:before { content: '\f177'; } /* '' */
.icon-right:before { content: '\f178'; } /* '' */
.icon-apple:before { content: '\f179'; } /* '' */
.icon-windows:before { content: '\f17a'; } /* '' */
.icon-android:before { content: '\f17b'; } /* '' */
.icon-linux:before { content: '\f17c'; } /* '' */
.icon-dribbble:before { content: '\f17d'; } /* '' */
.icon-skype:before { content: '\f17e'; } /* '' */
.icon-foursquare:before { content: '\f180'; } /* '' */
.icon-trello:before { content: '\f181'; } /* '' */
.icon-female:before { content: '\f182'; } /* '' */
.icon-male:before { content: '\f183'; } /* '' */
.icon-gittip:before { content: '\f184'; } /* '' */
.icon-sun:before { content: '\f185'; } /* '' */
.icon-moon:before { content: '\f186'; } /* '' */
.icon-box:before { content: '\f187'; } /* '' */
.icon-bug:before { content: '\f188'; } /* '' */
.icon-vkontakte:before { content: '\f189'; } /* '' */
.icon-weibo:before { content: '\f18a'; } /* '' */
.icon-renren:before { content: '\f18b'; } /* '' */
.icon-pagelines:before { content: '\f18c'; } /* '' */
.icon-stackexchange:before { content: '\f18d'; } /* '' */
.icon-right-circled2:before { content: '\f18e'; } /* '' */
.icon-left-circled2:before { content: '\f190'; } /* '' */
.icon-collapse-left:before { content: '\f191'; } /* '' */
.icon-dot-circled:before { content: '\f192'; } /* '' */
.icon-wheelchair:before { content: '\f193'; } /* '' */
.icon-vimeo-squared:before { content: '\f194'; } /* '' */
.icon-try:before { content: '\f195'; } /* '' */
.icon-plus-squared-alt:before { content: '\f196'; } /* '' */
.icon-space-shuttle:before { content: '\f197'; } /* '' */
.icon-slack:before { content: '\f198'; } /* '' */
.icon-mail-squared:before { content: '\f199'; } /* '' */
.icon-wordpress:before { content: '\f19a'; } /* '' */
.icon-openid:before { content: '\f19b'; } /* '' */
.icon-bank:before { content: '\f19c'; } /* '' */
.icon-graduation-cap:before { content: '\f19d'; } /* '' */
.icon-yahoo:before { content: '\f19e'; } /* '' */
.icon-google:before { content: '\f1a0'; } /* '' */
.icon-reddit:before { content: '\f1a1'; } /* '' */
.icon-reddit-squared:before { content: '\f1a2'; } /* '' */
.icon-stumbleupon-circled:before { content: '\f1a3'; } /* '' */
.icon-stumbleupon:before { content: '\f1a4'; } /* '' */
.icon-delicious:before { content: '\f1a5'; } /* '' */
.icon-digg:before { content: '\f1a6'; } /* '' */
.icon-pied-piper-squared:before { content: '\f1a7'; } /* '' */
.icon-pied-piper-alt:before { content: '\f1a8'; } /* '' */
.icon-drupal:before { content: '\f1a9'; } /* '' */
.icon-joomla:before { content: '\f1aa'; } /* '' */
.icon-language:before { content: '\f1ab'; } /* '' */
.icon-fax:before { content: '\f1ac'; } /* '' */
.icon-building-filled:before { content: '\f1ad'; } /* '' */
.icon-child:before { content: '\f1ae'; } /* '' */
.icon-paw:before { content: '\f1b0'; } /* '' */
.icon-spoon:before { content: '\f1b1'; } /* '' */
.icon-cube:before { content: '\f1b2'; } /* '' */
.icon-cubes:before { content: '\f1b3'; } /* '' */
.icon-behance:before { content: '\f1b4'; } /* '' */
.icon-behance-squared:before { content: '\f1b5'; } /* '' */
.icon-steam:before { content: '\f1b6'; } /* '' */
.icon-steam-squared:before { content: '\f1b7'; } /* '' */
.icon-recycle:before { content: '\f1b8'; } /* '' */
.icon-cab:before { content: '\f1b9'; } /* '' */
.icon-taxi:before { content: '\f1ba'; } /* '' */
.icon-tree:before { content: '\f1bb'; } /* '' */
.icon-spotify:before { content: '\f1bc'; } /* '' */
.icon-deviantart:before { content: '\f1bd'; } /* '' */
.icon-soundcloud:before { content: '\f1be'; } /* '' */
.icon-database:before { content: '\f1c0'; } /* '' */
.icon-file-pdf:before { content: '\f1c1'; } /* '' */
.icon-file-word:before { content: '\f1c2'; } /* '' */
.icon-file-excel:before { content: '\f1c3'; } /* '' */
.icon-file-powerpoint:before { content: '\f1c4'; } /* '' */
.icon-file-image:before { content: '\f1c5'; } /* '' */
.icon-file-archive:before { content: '\f1c6'; } /* '' */
.icon-file-audio:before { content: '\f1c7'; } /* '' */
.icon-file-video:before { content: '\f1c8'; } /* '' */
.icon-file-code:before { content: '\f1c9'; } /* '' */
.icon-vine:before { content: '\f1ca'; } /* '' */
.icon-codeopen:before { content: '\f1cb'; } /* '' */
.icon-jsfiddle:before { content: '\f1cc'; } /* '' */
.icon-lifebuoy:before { content: '\f1cd'; } /* '' */
.icon-circle-notch:before { content: '\f1ce'; } /* '' */
.icon-rebel:before { content: '\f1d0'; } /* '' */
.icon-empire:before { content: '\f1d1'; } /* '' */
.icon-git-squared:before { content: '\f1d2'; } /* '' */
.icon-git:before { content: '\f1d3'; } /* '' */
.icon-hacker-news:before { content: '\f1d4'; } /* '' */
.icon-tencent-weibo:before { content: '\f1d5'; } /* '' */
.icon-qq:before { content: '\f1d6'; } /* '' */
.icon-wechat:before { content: '\f1d7'; } /* '' */
.icon-paper-plane:before { content: '\f1d8'; } /* '' */
.icon-paper-plane-empty:before { content: '\f1d9'; } /* '' */
.icon-history:before { content: '\f1da'; } /* '' */
.icon-circle-thin:before { content: '\f1db'; } /* '' */
.icon-header:before { content: '\f1dc'; } /* '' */
.icon-paragraph:before { content: '\f1dd'; } /* '' */
.icon-sliders:before { content: '\f1de'; } /* '' */
.icon-share:before { content: '\f1e0'; } /* '' */
.icon-share-squared:before { content: '\f1e1'; } /* '' */
.icon-bomb:before { content: '\f1e2'; } /* '' */
.icon-soccer-ball:before { content: '\f1e3'; } /* '' */
.icon-tty:before { content: '\f1e4'; } /* '' */
.icon-binoculars:before { content: '\f1e5'; } /* '' */
.icon-plug:before { content: '\f1e6'; } /* '' */
.icon-slideshare:before { content: '\f1e7'; } /* '' */
.icon-twitch:before { content: '\f1e8'; } /* '' */
.icon-yelp:before { content: '\f1e9'; } /* '' */
.icon-newspaper:before { content: '\f1ea'; } /* '' */
.icon-wifi:before { content: '\f1eb'; } /* '' */
.icon-calc:before { content: '\f1ec'; } /* '' */
.icon-paypal:before { content: '\f1ed'; } /* '' */
.icon-gwallet:before { content: '\f1ee'; } /* '' */
.icon-cc-visa:before { content: '\f1f0'; } /* '' */
.icon-cc-mastercard:before { content: '\f1f1'; } /* '' */
.icon-cc-discover:before { content: '\f1f2'; } /* '' */
.icon-cc-amex:before { content: '\f1f3'; } /* '' */
.icon-cc-paypal:before { content: '\f1f4'; } /* '' */
.icon-cc-stripe:before { content: '\f1f5'; } /* '' */
.icon-bell-off:before { content: '\f1f6'; } /* '' */
.icon-bell-off-empty:before { content: '\f1f7'; } /* '' */
.icon-trash:before { content: '\f1f8'; } /* '' */
.icon-copyright:before { content: '\f1f9'; } /* '' */
.icon-at:before { content: '\f1fa'; } /* '' */
.icon-eyedropper:before { content: '\f1fb'; } /* '' */
.icon-brush:before { content: '\f1fc'; } /* '' */
.icon-birthday:before { content: '\f1fd'; } /* '' */
.icon-chart-area:before { content: '\f1fe'; } /* '' */
.icon-chart-pie:before { content: '\f200'; } /* '' */
.icon-chart-line:before { content: '\f201'; } /* '' */
.icon-lastfm:before { content: '\f202'; } /* '' */
.icon-lastfm-squared:before { content: '\f203'; } /* '' */
.icon-toggle-off:before { content: '\f204'; } /* '' */
.icon-toggle-on:before { content: '\f205'; } /* '' */
.icon-bicycle:before { content: '\f206'; } /* '' */
.icon-bus:before { content: '\f207'; } /* '' */
.icon-ioxhost:before { content: '\f208'; } /* '' */
.icon-angellist:before { content: '\f209'; } /* '' */
.icon-cc:before { content: '\f20a'; } /* '' */
.icon-shekel:before { content: '\f20b'; } /* '' */
.icon-meanpath:before { content: '\f20c'; } /* '' */
.icon-buysellads:before { content: '\f20d'; } /* '' */
.icon-connectdevelop:before { content: '\f20e'; } /* '' */
.icon-dashcube:before { content: '\f210'; } /* '' */
.icon-forumbee:before { content: '\f211'; } /* '' */
.icon-leanpub:before { content: '\f212'; } /* '' */
.icon-sellsy:before { content: '\f213'; } /* '' */
.icon-shirtsinbulk:before { content: '\f214'; } /* '' */
.icon-simplybuilt:before { content: '\f215'; } /* '' */
.icon-skyatlas:before { content: '\f216'; } /* '' */
.icon-cart-plus:before { content: '\f217'; } /* '' */
.icon-cart-arrow-down:before { content: '\f218'; } /* '' */
.icon-diamond:before { content: '\f219'; } /* '' */
.icon-ship:before { content: '\f21a'; } /* '' */
.icon-user-secret:before { content: '\f21b'; } /* '' */
.icon-motorcycle:before { content: '\f21c'; } /* '' */
.icon-street-view:before { content: '\f21d'; } /* '' */
.icon-heartbeat:before { content: '\f21e'; } /* '' */
.icon-venus:before { content: '\f221'; } /* '' */
.icon-mars:before { content: '\f222'; } /* '' */
.icon-mercury:before { content: '\f223'; } /* '' */
.icon-transgender:before { content: '\f224'; } /* '' */
.icon-transgender-alt:before { content: '\f225'; } /* '' */
.icon-venus-double:before { content: '\f226'; } /* '' */
.icon-mars-double:before { content: '\f227'; } /* '' */
.icon-venus-mars:before { content: '\f228'; } /* '' */
.icon-mars-stroke:before { content: '\f229'; } /* '' */
.icon-mars-stroke-v:before { content: '\f22a'; } /* '' */
.icon-mars-stroke-h:before { content: '\f22b'; } /* '' */
.icon-neuter:before { content: '\f22c'; } /* '' */
.icon-genderless:before { content: '\f22d'; } /* '' */
.icon-facebook-official:before { content: '\f230'; } /* '' */
.icon-pinterest:before { content: '\f231'; } /* '' */
.icon-whatsapp:before { content: '\f232'; } /* '' */
.icon-server:before { content: '\f233'; } /* '' */
.icon-user-plus:before { content: '\f234'; } /* '' */
.icon-user-times:before { content: '\f235'; } /* '' */
.icon-bed:before { content: '\f236'; } /* '' */
.icon-viacoin:before { content: '\f237'; } /* '' */
.icon-train:before { content: '\f238'; } /* '' */
.icon-subway:before { content: '\f239'; } /* '' */
.icon-medium:before { content: '\f23a'; } /* '' */
.icon-y-combinator:before { content: '\f23b'; } /* '' */
.icon-optin-monster:before { content: '\f23c'; } /* '' */
.icon-opencart:before { content: '\f23d'; } /* '' */
.icon-expeditedssl:before { content: '\f23e'; } /* '' */
.icon-battery-4:before { content: '\f240'; } /* '' */
.icon-battery-3:before { content: '\f241'; } /* '' */
.icon-battery-2:before { content: '\f242'; } /* '' */
.icon-battery-1:before { content: '\f243'; } /* '' */
.icon-battery-0:before { content: '\f244'; } /* '' */
.icon-mouse-pointer:before { content: '\f245'; } /* '' */
.icon-i-cursor:before { content: '\f246'; } /* '' */
.icon-object-group:before { content: '\f247'; } /* '' */
.icon-object-ungroup:before { content: '\f248'; } /* '' */
.icon-sticky-note:before { content: '\f249'; } /* '' */
.icon-sticky-note-o:before { content: '\f24a'; } /* '' */
.icon-cc-jcb:before { content: '\f24b'; } /* '' */
.icon-cc-diners-club:before { content: '\f24c'; } /* '' */
.icon-clone:before { content: '\f24d'; } /* '' */
.icon-balance-scale:before { content: '\f24e'; } /* '' */
.icon-hourglass-o:before { content: '\f250'; } /* '' */
.icon-hourglass-1:before { content: '\f251'; } /* '' */
.icon-hourglass-2:before { content: '\f252'; } /* '' */
.icon-hourglass-3:before { content: '\f253'; } /* '' */
.icon-hourglass:before { content: '\f254'; } /* '' */
.icon-hand-grab-o:before { content: '\f255'; } /* '' */
.icon-hand-paper-o:before { content: '\f256'; } /* '' */
.icon-hand-scissors-o:before { content: '\f257'; } /* '' */
.icon-hand-lizard-o:before { content: '\f258'; } /* '' */
.icon-hand-spock-o:before { content: '\f259'; } /* '' */
.icon-hand-pointer-o:before { content: '\f25a'; } /* '' */
.icon-hand-peace-o:before { content: '\f25b'; } /* '' */
.icon-trademark:before { content: '\f25c'; } /* '' */
.icon-registered:before { content: '\f25d'; } /* '' */
.icon-creative-commons:before { content: '\f25e'; } /* '' */
.icon-gg:before { content: '\f260'; } /* '' */
.icon-gg-circle:before { content: '\f261'; } /* '' */
.icon-tripadvisor:before { content: '\f262'; } /* '' */
.icon-odnoklassniki:before { content: '\f263'; } /* '' */
.icon-odnoklassniki-square:before { content: '\f264'; } /* '' */
.icon-get-pocket:before { content: '\f265'; } /* '' */
.icon-wikipedia-w:before { content: '\f266'; } /* '' */
.icon-safari:before { content: '\f267'; } /* '' */
.icon-chrome-1:before { content: '\f268'; } /* '' */
.icon-firefox-1:before { content: '\f269'; } /* '' */
.icon-opera-1:before { content: '\f26a'; } /* '' */
.icon-internet-explorer:before { content: '\f26b'; } /* '' */
.icon-television:before { content: '\f26c'; } /* '' */
.icon-contao:before { content: '\f26d'; } /* '' */
.icon-500px:before { content: '\f26e'; } /* '' */
.icon-amazon:before { content: '\f270'; } /* '' */
.icon-calendar-plus-o:before { content: '\f271'; } /* '' */
.icon-calendar-minus-o:before { content: '\f272'; } /* '' */
.icon-calendar-times-o:before { content: '\f273'; } /* '' */
.icon-calendar-check-o:before { content: '\f274'; } /* '' */
.icon-industry:before { content: '\f275'; } /* '' */
.icon-map-pin:before { content: '\f276'; } /* '' */
.icon-map-signs:before { content: '\f277'; } /* '' */
.icon-map-o:before { content: '\f278'; } /* '' */
.icon-map:before { content: '\f279'; } /* '' */
.icon-commenting:before { content: '\f27a'; } /* '' */
.icon-commenting-o:before { content: '\f27b'; } /* '' */
.icon-houzz:before { content: '\f27c'; } /* '' */
.icon-vimeo:before { content: '\f27d'; } /* '' */
.icon-black-tie:before { content: '\f27e'; } /* '' */
.icon-fonticons:before { content: '\f280'; } /* '' */
.icon-reddit-alien:before { content: '\f281'; } /* '' */
.icon-edge:before { content: '\f282'; } /* '' */
.icon-credit-card-alt:before { content: '\f283'; } /* '' */
.icon-codiepie:before { content: '\f284'; } /* '' */
.icon-modx:before { content: '\f285'; } /* '' */
.icon-fort-awesome:before { content: '\f286'; } /* '' */
.icon-usb:before { content: '\f287'; } /* '' */
.icon-product-hunt:before { content: '\f288'; } /* '' */
.icon-mixcloud:before { content: '\f289'; } /* '' */
.icon-scribd:before { content: '\f28a'; } /* '' */
.icon-pause-circle:before { content: '\f28b'; } /* '' */
.icon-pause-circle-o:before { content: '\f28c'; } /* '' */
.icon-stop-circle:before { content: '\f28d'; } /* '' */
.icon-stop-circle-o:before { content: '\f28e'; } /* '' */
.icon-shopping-bag:before { content: '\f290'; } /* '' */
.icon-shopping-basket:before { content: '\f291'; } /* '' */
.icon-hashtag:before { content: '\f292'; } /* '' */
.icon-bluetooth:before { content: '\f293'; } /* '' */
.icon-bluetooth-b:before { content: '\f294'; } /* '' */
.icon-percent:before { content: '\f295'; } /* '' */
.icon-gitlab:before { content: '\f296'; } /* '' */
.icon-wpbeginner:before { content: '\f297'; } /* '' */
.icon-wpforms:before { content: '\f298'; } /* '' */
.icon-envira:before { content: '\f299'; } /* '' */
.icon-universal-access:before { content: '\f29a'; } /* '' */
.icon-wheelchair-alt:before { content: '\f29b'; } /* '' */
.icon-question-circle-o:before { content: '\f29c'; } /* '' */
.icon-blind:before { content: '\f29d'; } /* '' */
.icon-audio-description:before { content: '\f29e'; } /* '' */
.icon-volume-control-phone:before { content: '\f2a0'; } /* '' */
.icon-braille:before { content: '\f2a1'; } /* '' */
.icon-assistive-listening-systems:before { content: '\f2a2'; } /* '' */
.icon-american-sign-language-interpreting:before { content: '\f2a3'; } /* '' */
.icon-asl-interpreting:before { content: '\f2a4'; } /* '' */
.icon-glide:before { content: '\f2a5'; } /* '' */
.icon-glide-g:before { content: '\f2a6'; } /* '' */
.icon-sign-language:before { content: '\f2a7'; } /* '' */
.icon-low-vision:before { content: '\f2a8'; } /* '' */
.icon-viadeo:before { content: '\f2a9'; } /* '' */
.icon-viadeo-square:before { content: '\f2aa'; } /* '' */
.icon-snapchat:before { content: '\f2ab'; } /* '' */
.icon-snapchat-ghost:before { content: '\f2ac'; } /* '' */
.icon-snapchat-square:before { content: '\f2ad'; } /* '' */
.icon-pied-piper:before { content: '\f2ae'; } /* '' */
.icon-first-order:before { content: '\f2b0'; } /* '' */
.icon-yoast:before { content: '\f2b1'; } /* '' */
.icon-themeisle:before { content: '\f2b2'; } /* '' */
.icon-google-plus-circle:before { content: '\f2b3'; } /* '' */
.icon-font-awesome:before { content: '\f2b4'; } /* '' */
.icon-handshake-o:before { content: '\f2b5'; } /* '' */
.icon-envelope-open:before { content: '\f2b6'; } /* '' */
.icon-envelope-open-o:before { content: '\f2b7'; } /* '' */
.icon-linode:before { content: '\f2b8'; } /* '' */
.icon-address-book:before { content: '\f2b9'; } /* '' */
.icon-address-book-o:before { content: '\f2ba'; } /* '' */
.icon-address-card:before { content: '\f2bb'; } /* '' */
.icon-address-card-o:before { content: '\f2bc'; } /* '' */
.icon-user-circle:before { content: '\f2bd'; } /* '' */
.icon-user-circle-o:before { content: '\f2be'; } /* '' */
.icon-user-o:before { content: '\f2c0'; } /* '' */
.icon-id-badge:before { content: '\f2c1'; } /* '' */
.icon-id-card:before { content: '\f2c2'; } /* '' */
.icon-id-card-o:before { content: '\f2c3'; } /* '' */
.icon-quora:before { content: '\f2c4'; } /* '' */
.icon-free-code-camp:before { content: '\f2c5'; } /* '' */
.icon-telegram:before { content: '\f2c6'; } /* '' */
.icon-thermometer:before { content: '\f2c7'; } /* '' */
.icon-thermometer-3:before { content: '\f2c8'; } /* '' */
.icon-thermometer-2:before { content: '\f2c9'; } /* '' */
.icon-thermometer-quarter:before { content: '\f2ca'; } /* '' */
.icon-thermometer-0:before { content: '\f2cb'; } /* '' */
.icon-shower:before { content: '\f2cc'; } /* '' */
.icon-bath:before { content: '\f2cd'; } /* '' */
.icon-podcast:before { content: '\f2ce'; } /* '' */
.icon-window-maximize:before { content: '\f2d0'; } /* '' */
.icon-window-minimize:before { content: '\f2d1'; } /* '' */
.icon-window-restore:before { content: '\f2d2'; } /* '' */
.icon-window-close:before { content: '\f2d3'; } /* '' */
.icon-window-close-o:before { content: '\f2d4'; } /* '' */
.icon-bandcamp:before { content: '\f2d5'; } /* '' */
.icon-grav:before { content: '\f2d6'; } /* '' */
.icon-etsy:before { content: '\f2d7'; } /* '' */
.icon-imdb:before { content: '\f2d8'; } /* '' */
.icon-ravelry:before { content: '\f2d9'; } /* '' */
.icon-eercast:before { content: '\f2da'; } /* '' */
.icon-microchip:before { content: '\f2db'; } /* '' */
.icon-snowflake-o:before { content: '\f2dc'; } /* '' */
.icon-superpowers:before { content: '\f2dd'; } /* '' */
.icon-wpexplorer:before { content: '\f2de'; } /* '' */
.icon-meetup:before { content: '\f2e0'; } /* '' */
.icon-github-squared:before { content: '\f300'; } /* '' */
.icon-twitter-squared:before { content: '\f304'; } /* '' */
.icon-facebook-squared:before { content: '\f308'; } /* '' */
.icon-linkedin-squared:before { content: '\f30c'; } /* '' */ | 0.248534 | 0.075414 |
@font-face {
font-family: "Hacked";
src: url("../fonts/Hacked-KerX.ttf");
}
@font-face {
font-family: "Helvetica";
src: url("../fonts/Helvetica.ttf");
}
body {
margin: 0;
padding: 0;
font-family: sans-serif;
overflow-x: hidden;
height: 100%;
width: 100%;
}
.hero {
width: 100%;
height: 40vh;
position: relative;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
background-image: url('https://images.unsplash.com/photo-1544890225-2f3faec4cd60?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=925&q=80');
display: block;
}
.filter {
position: relative;
padding: 0px 2em;
width: calc(100% - 4em);
height: 100%;
background-color: rgba(0, 0, 0, 0.8);
display: block;
}
.titleContainer {
background-color: black;
padding: 10px;
color: white;
position: relative;
height: 2em;
display: block;
}
.contain {
position: absolute;
top: 0.8em;
left: 50%;
transform: translateX(-45%);
display: block;
}
.container-text {
position: absolute;
top: 50%;
transform: translateY(-50%);
color: white;
font-family: 'Helvetica';
display: block;
}
.container-text h1 {
font-size: 0.95em;
letter-spacing: 0.25em;
line-height: 1.8em;
text-transform: uppercase;
}
.container-text h2 {
font-size: 0.75em;
letter-spacing: 0.20em;
text-transform: uppercase;
}
.content {
padding: 2em;
}
.glitch, .glow {
font-family: "Hacked";
letter-spacing: 15px;
color: #fff;
position: relative;
font-size: 1.6em;
animation: glitch 5s 5s infinite;
}
.glitch::before, .glow::before {
content: attr(data-text);
position: absolute;
left: -2px;
overflow: hidden;
top: 0;
animation: noise-1 3s linear infinite alternate-reverse, glitch 5s 5.05s infinite;
}
.glitch::after, .glow::after {
content: attr(data-text);
position: absolute;
left: 2px;
overflow: hidden;
top: 0;
animation: noise-2 3s linear infinite alternate-reverse, glitch 5s 5s infinite;
}
@keyframes glitch {
1% {
transform: rotateX(10deg) skewX(90deg);
}
2% {
transform: rotateX(0deg) skewX(0deg);
}
}
@keyframes noise-1 {
3.3333333333% {
clip-path: inset(22px 0 26px 0);
}
6.6666666667% {
clip-path: inset(58px 0 10px 0);
}
10% {
clip-path: inset(76px 0 10px 0);
}
13.3333333333% {
clip-path: inset(40px 0 14px 0);
}
16.6666666667% {
clip-path: inset(92px 0 7px 0);
}
20% {
clip-path: inset(86px 0 14px 0);
}
23.3333333333% {
clip-path: inset(48px 0 22px 0);
}
26.6666666667% {
clip-path: inset(10px 0 16px 0);
}
30% {
clip-path: inset(49px 0 18px 0);
}
33.3333333333% {
clip-path: inset(12px 0 58px 0);
}
36.6666666667% {
clip-path: inset(8px 0 37px 0);
}
40% {
clip-path: inset(25px 0 11px 0);
}
43.3333333333% {
clip-path: inset(36px 0 53px 0);
}
46.6666666667% {
clip-path: inset(97px 0 4px 0);
}
50% {
clip-path: inset(54px 0 39px 0);
}
53.3333333333% {
clip-path: inset(79px 0 21px 0);
}
56.6666666667% {
clip-path: inset(26px 0 58px 0);
}
60% {
clip-path: inset(7px 0 39px 0);
}
63.3333333333% {
clip-path: inset(71px 0 7px 0);
}
66.6666666667% {
clip-path: inset(93px 0 5px 0);
}
70% {
clip-path: inset(27px 0 2px 0);
}
73.3333333333% {
clip-path: inset(96px 0 3px 0);
}
76.6666666667% {
clip-path: inset(22px 0 24px 0);
}
80% {
clip-path: inset(30px 0 34px 0);
}
83.3333333333% {
clip-path: inset(19px 0 65px 0);
}
86.6666666667% {
clip-path: inset(71px 0 21px 0);
}
90% {
clip-path: inset(13px 0 12px 0);
}
93.3333333333% {
clip-path: inset(60px 0 24px 0);
}
96.6666666667% {
clip-path: inset(40px 0 31px 0);
}
100% {
clip-path: inset(95px 0 5px 0);
}
}
@keyframes noise-2 {
0% {
clip-path: inset(68px 0 15px 0);
}
3.3333333333% {
clip-path: inset(57px 0 22px 0);
}
6.6666666667% {
clip-path: inset(14px 0 11px 0);
}
10% {
clip-path: inset(71px 0 7px 0);
}
13.3333333333% {
clip-path: inset(16px 0 39px 0);
}
16.6666666667% {
clip-path: inset(7px 0 78px 0);
}
20% {
clip-path: inset(27px 0 58px 0);
}
23.3333333333% {
clip-path: inset(64px 0 18px 0);
}
26.6666666667% {
clip-path: inset(98px 0 3px 0);
}
30% {
clip-path: inset(94px 0 5px 0);
}
33.3333333333% {
clip-path: inset(83px 0 13px 0);
}
36.6666666667% {
clip-path: inset(71px 0 17px 0);
}
40% {
clip-path: inset(29px 0 62px 0);
}
43.3333333333% {
clip-path: inset(62px 0 16px 0);
}
46.6666666667% {
clip-path: inset(4px 0 62px 0);
}
50% {
clip-path: inset(7px 0 70px 0);
}
53.3333333333% {
clip-path: inset(63px 0 32px 0);
}
56.6666666667% {
clip-path: inset(30px 0 58px 0);
}
60% {
clip-path: inset(84px 0 16px 0);
}
63.3333333333% {
clip-path: inset(83px 0 10px 0);
}
66.6666666667% {
clip-path: inset(58px 0 4px 0);
}
70% {
clip-path: inset(43px 0 9px 0);
}
73.3333333333% {
clip-path: inset(60px 0 34px 0);
}
76.6666666667% {
clip-path: inset(3px 0 36px 0);
}
80% {
clip-path: inset(57px 0 22px 0);
}
83.3333333333% {
clip-path: inset(97px 0 4px 0);
}
86.6666666667% {
clip-path: inset(16px 0 28px 0);
}
90% {
clip-path: inset(88px 0 11px 0);
}
93.3333333333% {
clip-path: inset(6px 0 81px 0);
}
96.6666666667% {
clip-path: inset(86px 0 13px 0);
}
100% {
clip-path: inset(87px 0 3px 0);
}
}
.glow {
text-shadow: 0 0 1000px #fff;
color: transparent;
position: absolute;
top: 0;
}
@keyframes glitch-2 {
1% {
transform: rotateX(10deg) skewX(70deg);
}
2% {
transform: rotateX(0deg) skewX(0deg);
}
} | docs/css/style.css | @font-face {
font-family: "Hacked";
src: url("../fonts/Hacked-KerX.ttf");
}
@font-face {
font-family: "Helvetica";
src: url("../fonts/Helvetica.ttf");
}
body {
margin: 0;
padding: 0;
font-family: sans-serif;
overflow-x: hidden;
height: 100%;
width: 100%;
}
.hero {
width: 100%;
height: 40vh;
position: relative;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
background-image: url('https://images.unsplash.com/photo-1544890225-2f3faec4cd60?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=925&q=80');
display: block;
}
.filter {
position: relative;
padding: 0px 2em;
width: calc(100% - 4em);
height: 100%;
background-color: rgba(0, 0, 0, 0.8);
display: block;
}
.titleContainer {
background-color: black;
padding: 10px;
color: white;
position: relative;
height: 2em;
display: block;
}
.contain {
position: absolute;
top: 0.8em;
left: 50%;
transform: translateX(-45%);
display: block;
}
.container-text {
position: absolute;
top: 50%;
transform: translateY(-50%);
color: white;
font-family: 'Helvetica';
display: block;
}
.container-text h1 {
font-size: 0.95em;
letter-spacing: 0.25em;
line-height: 1.8em;
text-transform: uppercase;
}
.container-text h2 {
font-size: 0.75em;
letter-spacing: 0.20em;
text-transform: uppercase;
}
.content {
padding: 2em;
}
.glitch, .glow {
font-family: "Hacked";
letter-spacing: 15px;
color: #fff;
position: relative;
font-size: 1.6em;
animation: glitch 5s 5s infinite;
}
.glitch::before, .glow::before {
content: attr(data-text);
position: absolute;
left: -2px;
overflow: hidden;
top: 0;
animation: noise-1 3s linear infinite alternate-reverse, glitch 5s 5.05s infinite;
}
.glitch::after, .glow::after {
content: attr(data-text);
position: absolute;
left: 2px;
overflow: hidden;
top: 0;
animation: noise-2 3s linear infinite alternate-reverse, glitch 5s 5s infinite;
}
@keyframes glitch {
1% {
transform: rotateX(10deg) skewX(90deg);
}
2% {
transform: rotateX(0deg) skewX(0deg);
}
}
@keyframes noise-1 {
3.3333333333% {
clip-path: inset(22px 0 26px 0);
}
6.6666666667% {
clip-path: inset(58px 0 10px 0);
}
10% {
clip-path: inset(76px 0 10px 0);
}
13.3333333333% {
clip-path: inset(40px 0 14px 0);
}
16.6666666667% {
clip-path: inset(92px 0 7px 0);
}
20% {
clip-path: inset(86px 0 14px 0);
}
23.3333333333% {
clip-path: inset(48px 0 22px 0);
}
26.6666666667% {
clip-path: inset(10px 0 16px 0);
}
30% {
clip-path: inset(49px 0 18px 0);
}
33.3333333333% {
clip-path: inset(12px 0 58px 0);
}
36.6666666667% {
clip-path: inset(8px 0 37px 0);
}
40% {
clip-path: inset(25px 0 11px 0);
}
43.3333333333% {
clip-path: inset(36px 0 53px 0);
}
46.6666666667% {
clip-path: inset(97px 0 4px 0);
}
50% {
clip-path: inset(54px 0 39px 0);
}
53.3333333333% {
clip-path: inset(79px 0 21px 0);
}
56.6666666667% {
clip-path: inset(26px 0 58px 0);
}
60% {
clip-path: inset(7px 0 39px 0);
}
63.3333333333% {
clip-path: inset(71px 0 7px 0);
}
66.6666666667% {
clip-path: inset(93px 0 5px 0);
}
70% {
clip-path: inset(27px 0 2px 0);
}
73.3333333333% {
clip-path: inset(96px 0 3px 0);
}
76.6666666667% {
clip-path: inset(22px 0 24px 0);
}
80% {
clip-path: inset(30px 0 34px 0);
}
83.3333333333% {
clip-path: inset(19px 0 65px 0);
}
86.6666666667% {
clip-path: inset(71px 0 21px 0);
}
90% {
clip-path: inset(13px 0 12px 0);
}
93.3333333333% {
clip-path: inset(60px 0 24px 0);
}
96.6666666667% {
clip-path: inset(40px 0 31px 0);
}
100% {
clip-path: inset(95px 0 5px 0);
}
}
@keyframes noise-2 {
0% {
clip-path: inset(68px 0 15px 0);
}
3.3333333333% {
clip-path: inset(57px 0 22px 0);
}
6.6666666667% {
clip-path: inset(14px 0 11px 0);
}
10% {
clip-path: inset(71px 0 7px 0);
}
13.3333333333% {
clip-path: inset(16px 0 39px 0);
}
16.6666666667% {
clip-path: inset(7px 0 78px 0);
}
20% {
clip-path: inset(27px 0 58px 0);
}
23.3333333333% {
clip-path: inset(64px 0 18px 0);
}
26.6666666667% {
clip-path: inset(98px 0 3px 0);
}
30% {
clip-path: inset(94px 0 5px 0);
}
33.3333333333% {
clip-path: inset(83px 0 13px 0);
}
36.6666666667% {
clip-path: inset(71px 0 17px 0);
}
40% {
clip-path: inset(29px 0 62px 0);
}
43.3333333333% {
clip-path: inset(62px 0 16px 0);
}
46.6666666667% {
clip-path: inset(4px 0 62px 0);
}
50% {
clip-path: inset(7px 0 70px 0);
}
53.3333333333% {
clip-path: inset(63px 0 32px 0);
}
56.6666666667% {
clip-path: inset(30px 0 58px 0);
}
60% {
clip-path: inset(84px 0 16px 0);
}
63.3333333333% {
clip-path: inset(83px 0 10px 0);
}
66.6666666667% {
clip-path: inset(58px 0 4px 0);
}
70% {
clip-path: inset(43px 0 9px 0);
}
73.3333333333% {
clip-path: inset(60px 0 34px 0);
}
76.6666666667% {
clip-path: inset(3px 0 36px 0);
}
80% {
clip-path: inset(57px 0 22px 0);
}
83.3333333333% {
clip-path: inset(97px 0 4px 0);
}
86.6666666667% {
clip-path: inset(16px 0 28px 0);
}
90% {
clip-path: inset(88px 0 11px 0);
}
93.3333333333% {
clip-path: inset(6px 0 81px 0);
}
96.6666666667% {
clip-path: inset(86px 0 13px 0);
}
100% {
clip-path: inset(87px 0 3px 0);
}
}
.glow {
text-shadow: 0 0 1000px #fff;
color: transparent;
position: absolute;
top: 0;
}
@keyframes glitch-2 {
1% {
transform: rotateX(10deg) skewX(70deg);
}
2% {
transform: rotateX(0deg) skewX(0deg);
}
} | 0.529993 | 0.18462 |
@import url(//fonts.googleapis.com/css?family=Roboto:500,300,400);
body {
margin:0;
font-family:'Roboto', sans-serif;
font-weight:400;
color:#333;
}
.navbar-collapse {
justify-content: flex-end;
}
a {
color:#3fad37;
text-decoration:none;
}
ul {
float:left;
}
h1, h2, h3, h4, h5, h6 {
font-family:'Roboto', sans-serif;
font-weight:300;
}
h1 {
background:#efefef;
width:100%;
overflow:auto;
padding:20px 0 20px 40px;
margin:0;
}
.module {
padding:10px 20px;
float:left;
width:600px;
}
.module h3 {
margin:20px 0 0;
padding:0;
width:100%;
}
.module p {
margin:10px 0 20px;
width:100%;
float:left;
}
.contents {
width:20%;
padding:10px;
float:left;
background:#333;
color: #fff;
font-family:'Roboto', sans-serif;
}
.contents ul {
list-style:none;
margin:0;
padding:0;
width:100%;
}
.contents ul li {
margin:0 0 10px 0;
padding:4px 10px 10px;
overflow:auto;
cursor:move;
}
.contents ul li.selected {
background:#3f3f3f;
}
.contents ul li:hover {
background:#3f3f3f;
}
.contents ul span {
text-transform:uppercase;
color:#bbb;
font-size:14px;
}
.contents ul a {
display:block;
color:#fff;
text-decoration:none;
}
.contents ul a:hover {
color:#4dcc43;
cursor:move;
}
ul.content-types li {
list-style:none;
float:left;
margin:10px;
background:#efefef;
padding:8px 14px;
}
.hidden {
display:none;
}
form p {
overflow:auto;
}
.errorlist {
color:#ae2c2c;
margin:0;
}
label {
float:left;
clear:both;
margin:0 0 8px 0;
}
input, select, textarea {
border:1px solid #ccc;
border-bottom:3px solid #ccc;
padding:8px 12px;
font-size:16px;
font-family:'Roboto', sans-serif;
float:left;
clear:both;
width:300px;
}
textarea {
height:80px;
}
select {
width:324px;
}
input[type=submit], a.button {
border-radius:5px;
background:#4dcc43;
color:#fff;
font-size:16px;
text-transform:uppercase;
border:none;
padding:10px 20px;
margin:20px 0;
}
a.secondary-button {
border:3px solid #4dcc43;
padding:10px 20px;
margin:10px 0;
}
input[type=submit]:hover, a.button:hover {
background:#3fad37;
}
ul#course-modules {
list-style:none;
overflow:auto;
}
ul#course-modules textarea {
width:600px;
height:120px;
}
ul#course-modules li {
padding:20px;
overflow:auto;
cursor:move;
}
ul#course-modules li:nth-child(even) {
background:#efefef;
}
ul#course-modules li:hover {
background:#ccc;
}
#module-contents div {
padding:10px 20px;
border:1px solid #ccc;
background:#fff
}
#module-contents form {
margin:0;
padding:0;
}
#module-contents input[type=submit] {
color:#3fad37;
background:none;
margin:-20px 0 0;
padding:0;
float:left;
text-transform:none;
}
#module-contents div:hover {
cursor:move;
}
.course-info {
border:1px solid #ccc;
padding:0 20px;
margin-bottom:10px;
width:400px;
overflow:auto;
}
.course-info a {
margin-right:10px;
}
.helptext {
color:#ccc;
padding-left:20px;
}
#chat {
top: 64px;
bottom:0;
position:fixed;
width:100%;
overflow-y:scroll;
padding-bottom:150px;
}
#chat .message {
background:#efefef;
padding:10px 20px;
border-radius:4px;
width:auto;
display:inline;
float:left;
margin:10px 10px 0;
min-width:440px;
clear:both;
}
#chat .message.me {
display:inline;
float:right;
background:#DCEDE0;
color:#56A668;
}
#chat .date {
color:#aaa;
font-style:italic;
font-size:12px;
}
#chat-input {
position:absolute;
bottom:0;
background:#efefef;
width:100%;
padding-top:20px;
}
#chat-input input {
width:96%;
position:left;
float:left;
display:inline;
margin-left:2%;
margin-right:2%;
padding-left:0;
padding-right:0;
} | courses/static/css/base.css | @import url(//fonts.googleapis.com/css?family=Roboto:500,300,400);
body {
margin:0;
font-family:'Roboto', sans-serif;
font-weight:400;
color:#333;
}
.navbar-collapse {
justify-content: flex-end;
}
a {
color:#3fad37;
text-decoration:none;
}
ul {
float:left;
}
h1, h2, h3, h4, h5, h6 {
font-family:'Roboto', sans-serif;
font-weight:300;
}
h1 {
background:#efefef;
width:100%;
overflow:auto;
padding:20px 0 20px 40px;
margin:0;
}
.module {
padding:10px 20px;
float:left;
width:600px;
}
.module h3 {
margin:20px 0 0;
padding:0;
width:100%;
}
.module p {
margin:10px 0 20px;
width:100%;
float:left;
}
.contents {
width:20%;
padding:10px;
float:left;
background:#333;
color: #fff;
font-family:'Roboto', sans-serif;
}
.contents ul {
list-style:none;
margin:0;
padding:0;
width:100%;
}
.contents ul li {
margin:0 0 10px 0;
padding:4px 10px 10px;
overflow:auto;
cursor:move;
}
.contents ul li.selected {
background:#3f3f3f;
}
.contents ul li:hover {
background:#3f3f3f;
}
.contents ul span {
text-transform:uppercase;
color:#bbb;
font-size:14px;
}
.contents ul a {
display:block;
color:#fff;
text-decoration:none;
}
.contents ul a:hover {
color:#4dcc43;
cursor:move;
}
ul.content-types li {
list-style:none;
float:left;
margin:10px;
background:#efefef;
padding:8px 14px;
}
.hidden {
display:none;
}
form p {
overflow:auto;
}
.errorlist {
color:#ae2c2c;
margin:0;
}
label {
float:left;
clear:both;
margin:0 0 8px 0;
}
input, select, textarea {
border:1px solid #ccc;
border-bottom:3px solid #ccc;
padding:8px 12px;
font-size:16px;
font-family:'Roboto', sans-serif;
float:left;
clear:both;
width:300px;
}
textarea {
height:80px;
}
select {
width:324px;
}
input[type=submit], a.button {
border-radius:5px;
background:#4dcc43;
color:#fff;
font-size:16px;
text-transform:uppercase;
border:none;
padding:10px 20px;
margin:20px 0;
}
a.secondary-button {
border:3px solid #4dcc43;
padding:10px 20px;
margin:10px 0;
}
input[type=submit]:hover, a.button:hover {
background:#3fad37;
}
ul#course-modules {
list-style:none;
overflow:auto;
}
ul#course-modules textarea {
width:600px;
height:120px;
}
ul#course-modules li {
padding:20px;
overflow:auto;
cursor:move;
}
ul#course-modules li:nth-child(even) {
background:#efefef;
}
ul#course-modules li:hover {
background:#ccc;
}
#module-contents div {
padding:10px 20px;
border:1px solid #ccc;
background:#fff
}
#module-contents form {
margin:0;
padding:0;
}
#module-contents input[type=submit] {
color:#3fad37;
background:none;
margin:-20px 0 0;
padding:0;
float:left;
text-transform:none;
}
#module-contents div:hover {
cursor:move;
}
.course-info {
border:1px solid #ccc;
padding:0 20px;
margin-bottom:10px;
width:400px;
overflow:auto;
}
.course-info a {
margin-right:10px;
}
.helptext {
color:#ccc;
padding-left:20px;
}
#chat {
top: 64px;
bottom:0;
position:fixed;
width:100%;
overflow-y:scroll;
padding-bottom:150px;
}
#chat .message {
background:#efefef;
padding:10px 20px;
border-radius:4px;
width:auto;
display:inline;
float:left;
margin:10px 10px 0;
min-width:440px;
clear:both;
}
#chat .message.me {
display:inline;
float:right;
background:#DCEDE0;
color:#56A668;
}
#chat .date {
color:#aaa;
font-style:italic;
font-size:12px;
}
#chat-input {
position:absolute;
bottom:0;
background:#efefef;
width:100%;
padding-top:20px;
}
#chat-input input {
width:96%;
position:left;
float:left;
display:inline;
margin-left:2%;
margin-right:2%;
padding-left:0;
padding-right:0;
} | 0.174621 | 0.083404 |
@charset "utf-8";
/* CSS Document */
h1.t_nav span{float:right; color:#999}
h1.t_nav { border-bottom: #F1F1F1 1px solid; font-size: 12px; font-weight: normal; line-height: 40px; height: 40px; }
h1.t_nav a { width: 100px; display: block; text-align: center; color: #fff; float: left }
.n1 { background: #5EA51B; }
.n2 { background: #8BBF5D; }
.newblog { width: 740px; overflow: hidden; background: url(../images/r_line.jpg) repeat-y right; margin: 10px 0 }
.newblog h2 { color: #333; font-size: 14px; margin: 20px 0 10px 0; clear:both}
p.dateview { margin-bottom: 10px }
p.dateview span { margin: 0 10px 0 0 }
p.dateview span a { color: #63B120 }
.newblog figure { float: left; }
.newblog figure img { width: 170px; border: #EAE6E7 1px solid; padding: 4px; }
.nlist { width: 530px; float: left; margin: 0 0 0 10px; line-height: 1.9; }
a.readmore { background: #f90; color: #fff; padding: 5px 10px; float: right; margin: 20px 0 0 0 }
.line { overflow: hidden; width: 97%; height: 20px; border-bottom: 1px dashed #ccc; }
.rank li { height: 25px; line-height: 25px; clear: both; padding-left: 5px; overflow: hidden; padding-left: 15px; background: url(../images/li.jpg) no-repeat left center; }
.rank { margin: 10px 0 }
.rank li a { color: #333; }
.paih { background: url(../images/ph.jpg) no-repeat left 8px; margin: 10px 0 }
.paih li { line-height: 30px; height: 30px; overflow: hidden; padding-left: 24px; border-bottom: #CCC dotted 1px }
.news h3, .visitors h3 { font-size: 14px; background: url(../images/r_title_bg.jpg) repeat-x center; }
.news h3 p, .visitors h3 p { background: #fff; width: 70px }
.news h3 span { color: #65b020 }
.news h3.ph span { color: #37ccca; }
.news h3.links span { color: #F17B6B; }
.news ul { margin-bottom: 20px }
.news ul li a:hover { text-decoration: underline }
.visitors ul { margin: 20px 0 }
.rnav { width: 250px; margin: 20px 0; overflow: hidden }
.rnav li { width: 120px; text-align: center; display: inline-block; margin-bottom: 5px; margin-right: 5px; float: left; height: 40px; line-height: 40px }
.rnav li a { color: #FFF; display: block; -webkit-transition: all 1s; -moz-transition: all 1s; -o-transition: all 1s; transition: all 1s }
.rnav1 { background: #FE5187 }
.rnav2 { background: #339967 }
.rnav3 { background: #FF8151 }
.rnav4 { background: #66CC9A }
aside .rnav ul li a:hover { background: rgba(255,255,255,0.2); -webkit-transform: rotate(360deg); -moz-transform: rotate(360deg); -o-transform: rotate(360deg); transform: rotate(360deg); }
.ad{ width:100%; margin:10px auto;}
.page{ margin:20px 0 0 0; text-align:center; width:100%;overflow: hidden;}
.page a b {color: #999;}
.page>b,.page a {margin: 0 2px;height: 26px;line-height: 26px;border-radius: 50%;width: 26px;text-align: center;display: inline-block}
.page a {margin: 0 2px;height: 26px;line-height: 26px;border-radius: 50%;width: 26px;text-align: center;display: inline-block}/* 针对IE6 */
.page>b,.page a:hover{background: #333;color: #FFF;}
.page a {color: #F33;border: #999 1px solid;} | template/web/css/style.css | @charset "utf-8";
/* CSS Document */
h1.t_nav span{float:right; color:#999}
h1.t_nav { border-bottom: #F1F1F1 1px solid; font-size: 12px; font-weight: normal; line-height: 40px; height: 40px; }
h1.t_nav a { width: 100px; display: block; text-align: center; color: #fff; float: left }
.n1 { background: #5EA51B; }
.n2 { background: #8BBF5D; }
.newblog { width: 740px; overflow: hidden; background: url(../images/r_line.jpg) repeat-y right; margin: 10px 0 }
.newblog h2 { color: #333; font-size: 14px; margin: 20px 0 10px 0; clear:both}
p.dateview { margin-bottom: 10px }
p.dateview span { margin: 0 10px 0 0 }
p.dateview span a { color: #63B120 }
.newblog figure { float: left; }
.newblog figure img { width: 170px; border: #EAE6E7 1px solid; padding: 4px; }
.nlist { width: 530px; float: left; margin: 0 0 0 10px; line-height: 1.9; }
a.readmore { background: #f90; color: #fff; padding: 5px 10px; float: right; margin: 20px 0 0 0 }
.line { overflow: hidden; width: 97%; height: 20px; border-bottom: 1px dashed #ccc; }
.rank li { height: 25px; line-height: 25px; clear: both; padding-left: 5px; overflow: hidden; padding-left: 15px; background: url(../images/li.jpg) no-repeat left center; }
.rank { margin: 10px 0 }
.rank li a { color: #333; }
.paih { background: url(../images/ph.jpg) no-repeat left 8px; margin: 10px 0 }
.paih li { line-height: 30px; height: 30px; overflow: hidden; padding-left: 24px; border-bottom: #CCC dotted 1px }
.news h3, .visitors h3 { font-size: 14px; background: url(../images/r_title_bg.jpg) repeat-x center; }
.news h3 p, .visitors h3 p { background: #fff; width: 70px }
.news h3 span { color: #65b020 }
.news h3.ph span { color: #37ccca; }
.news h3.links span { color: #F17B6B; }
.news ul { margin-bottom: 20px }
.news ul li a:hover { text-decoration: underline }
.visitors ul { margin: 20px 0 }
.rnav { width: 250px; margin: 20px 0; overflow: hidden }
.rnav li { width: 120px; text-align: center; display: inline-block; margin-bottom: 5px; margin-right: 5px; float: left; height: 40px; line-height: 40px }
.rnav li a { color: #FFF; display: block; -webkit-transition: all 1s; -moz-transition: all 1s; -o-transition: all 1s; transition: all 1s }
.rnav1 { background: #FE5187 }
.rnav2 { background: #339967 }
.rnav3 { background: #FF8151 }
.rnav4 { background: #66CC9A }
aside .rnav ul li a:hover { background: rgba(255,255,255,0.2); -webkit-transform: rotate(360deg); -moz-transform: rotate(360deg); -o-transform: rotate(360deg); transform: rotate(360deg); }
.ad{ width:100%; margin:10px auto;}
.page{ margin:20px 0 0 0; text-align:center; width:100%;overflow: hidden;}
.page a b {color: #999;}
.page>b,.page a {margin: 0 2px;height: 26px;line-height: 26px;border-radius: 50%;width: 26px;text-align: center;display: inline-block}
.page a {margin: 0 2px;height: 26px;line-height: 26px;border-radius: 50%;width: 26px;text-align: center;display: inline-block}/* 针对IE6 */
.page>b,.page a:hover{background: #333;color: #FFF;}
.page a {color: #F33;border: #999 1px solid;} | 0.393036 | 0.330849 |
html {
min-width: 1040px;
height: 100%;
}
body {
background: #000000 url('../img/background.jpg') no-repeat top center;
color: #333;
font-family: 'PT Sans', sans-serif;
font-size: 14px;
margin: 0;
height: 100%;
}
@media only screen and (min-width: 2000px) {
body {
background: #000000 url('../img/background-2600.jpg') no-repeat top center !important;
}
}
a {
color: #777;
text-decoration: none;
-moz-transition: all .2s ease-in;
-o-transition: all .2s ease-in;
-webkit-transition: all .2s ease-in;
transition: all .2s ease-in;
}
a:hover {
color: #ffda8a;
}
img {
border: 0px;
}
input[type=text], input[type=password], input[type=number] {
background: #fafafa;
border: 1px solid #e3e3e3;
color: #666;
}
input[type=text]:focus, input[type=password]:focus, input[type=number]:focus {
border: 1px solid #ccc;
}
#header {
width: 100%;
margin: 0px auto;
padding: 80px 0px 10px 0px;
text-align: center;
color: #fff;
}
#container {
background: #ffffff;
width: 1040px;
height: auto;
margin: 0px auto;
padding: 20px 0px;
-webkit-border-radius: 5px 5px 0px 0px;
-moz-border-radius: 5px 5px 0px 0px;
border-radius: 5px 5px 0px 0px;
-khtml-border-radius: 5px 5px 0px 0px;
}
#content {
width: 100%;
overflow: auto;
min-height: 500px;
padding: 10px 20px 0px 20px;
}
.footer {
background: #efefef;
font-family: 'Segoe UI', 'Lucida Sans Unicode', 'Lucida Grande', 'Tahoma', 'Arial', 'sans-serif';
width: 1040px;
font-size: 12px;
color: #666666;
padding: 40px;
overflow: auto;
margin: 0px auto 100px auto;
-webkit-border-radius: 0px 0px 5px 5px;
-moz-border-radius: 0px 0px 5px 5px;
border-radius: 0px 0px 5px 5px;
-khtml-border-radius: 0px 0px 5px 5px;
}
.footer > .footer-container {
width: 100%;
margin: 0px auto;
}
.footer > .footer-container a:hover {
text-decoration: underline !important;
}
.footer hr {
border-top: 1px solid #cacaca;
}
.footer .footer-social-link {
filter: grayscale(100%);
transition: all .3s ease;
}
.footer .footer-social-link:hover {
filter: grayscale(0%);
}
#navbar {
width: 100%;
backdrop-filter: blur(5px);
border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
#navbar ul{
text-align: center;
margin: 0px;
-webkit-padding-start: 0px;
}
#navbar ul li {
list-style-type: none;
display: inline-block;
font-size: 16px;
}
#navbar ul li a {
display: inline-block;
color: #cccccc !important;
text-decoration: none;
padding: 20px 30px;
transition: all .3s ease;
text-transform: uppercase;
}
#navbar ul li a:active, #navbar ul li a:focus, #navbar ul li a:hover {
color: #ffffff !important;
text-decoration: none;
}
.admincp-button {
position:absolute;
top:10px;
right:10px;
}
.page-title {
color: #ff0000;
font-family: 'PT Sans', sans-serif;
font-size: 32px;
margin-bottom: 10px;
font-weight: bold;
}
/* NEWS MODULE */
.panel-news {
margin-bottom: 30px;
color: #333;
border: 0px;
-moz-border-radius: 0px;
border-radius: 0px;
-moz-box-shadow: 0 0 0px #e3e3e3;
-webkit-box-shadow: 0 0 0px #e3e3e3;
box-shadow: 0 0 0px #e3e3e3;
}
.panel-news .panel-heading {
padding-top: 10px;
padding-bottom: 10px;
}
.panel-news .panel-title {
color: #000000;
font-size: 24px;
font-weight: bold;
}
.panel-news .panel-body {
padding: 10px;
}
.panel-news .panel-footer {
border-top: 1px solid #e7e7e7;
background: #fff;
font-style: italic;
font-size: 11px;
height: 40px;
color: #777;
}
/* RANKINGS MODULE */
.rankings-table {
width: 100%;
border-spacing: 0;
border-collapse: collapse;
}
.rankings-class-image {
width: 30px;
height: auto;
-moz-box-shadow: 0 0 5px #666;
-webkit-box-shadow: 0 0 5px #666;
box-shadow: 0 0 5px #666;
-moz-border-radius: 0px;
border-radius: 0px;
}
.rankings-table tr td {
border-bottom: 1px solid #e3e3e3;
padding: 10px;
font-size: 18px;
vertical-align: middle !important;
text-align: center;
}
.rankings-table-place {
color: #666;
font-weight: bold;
font-size: 24px;
text-align: center;
}
.rankings-table tr:first-child td {
color: #ff0000;
border-bottom: 3px solid #ff0000;
}
.rankings-update-time {
text-align: right;
font-size: 11px;
color: #ccc;
padding: 10px 0px;
}
.rankings_menu {
width: 100%;
overflow: auto;
text-align: center;
margin-bottom: 10px;
}
.rankings_menu span {
width: 100%;
display: inline-block;
padding: 10px 0px;
color: #ccc;
font-size: 24px;
}
.rankings_menu a {
display: inline-block;
width: 150px;
border: 1px solid #e3e3e3;
text-align: center;
padding: 2px 0px;
margin: 2px;
background: #f1f1f1;
-moz-border-radius: 2px;
border-radius: 2px;
color: #ccc;
}
.rankings_menu a.active {
color: #333;
border-color: #333;
}
.rankings_guild_logo tr td {
border: 0px !important;
padding: 0px !important;
margin: 0px !important;
}
.rankings-gens-img {
width: auto !important;
height: 30px !important;
border: 0 !important;
-moz-box-shadow: 0 0 0px #000 !important;
-webkit-box-shadow: 0 0 0px #000 !important;
box-shadow: 0 0 0px #000 !important;
-moz-border-radius: 0px !important;
border-radius: 0px !important;
}
/* MY ACCOUNT MODULE */
.myaccount-table {
width: 100%;
background: #f1f1f1;
border: 1px solid #e3e3e3;
}
.myaccount-table tr td:first-child {
color: #666;
font-weight: bold;
}
.myaccount-table tr td {
border-bottom: 1px solid #e3e3e3;
padding: 15px !important;
}
.myaccount-table tr:last-child td {
border: 0px;
}
/* GENERAL TABLE UI */
.general-table-ui {
width: 100%;
table-layout: fixed;
background: #f1f1f1;
border: 1px solid #e3e3e3;
padding: 10px;
margin: 10px 0px;
}
.general-table-ui tr td {
padding: 5px;
vertical-align: middle !important;
}
.general-table-ui tr:first-child td {
color: #ff0000;
}
.general-table-ui tr:nth-child(2n+2) td {
background: #fafafa;
}
.general-table-ui tr td {
text-align: center;
}
.general-table-ui img {
width: 50px;
height: auto;
-moz-box-shadow: 0 0 5px #666;
-webkit-box-shadow: 0 0 5px #666;
box-shadow: 0 0 5px #666;
-moz-border-radius: 0px;
border-radius: 0px;
}
/* TERMS OF SERVICE PAGE */
.tos_list li {
color: #aa0000;
font-weight: bold;
font-size: 18px;
margin-bottom: 40px;
}
.tos_list li p {
color: #444;
text-align: justify;
text-justify: inter-word;
text-transform: none;
padding-right: 35px;
font-size: 14px;
font-weight: normal;
}
/* PAYPAL */
.paypal-gateway-container {
width: 100%;
background: #1a2133;
border: 1px solid #2e374f;
}
.paypal-gateway-logo {
width: 100%;
height: 68px;
background: #fff9ec url('../img/paypal-logo-200-68.png') no-repeat top center;
margin-bottom: 10px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
}
.paypal-gateway-content {
margin: 10px;
background: #fef2da;
border: 2px solid #f79433;
padding: 10px;
overflow: auto;
}
.paypal-gateway-conversion-rate {
margin: 0px auto;
text-align: center;
color: #000;
font-size: 18px;
padding: 10px 0px;
}
.paypal-gateway-form {
width: 100%;
margin: 0px auto;
text-align: center;
}
.paypal-gateway-form div {
display: inline-block;
padding: 0px 10px;
color: #000;
font-size: 18px;
}
.paypal-gateway-form input[type=text] {
width: 40px;
}
.paypal-gateway-continue {
margin: 0px auto;
text-align: center;
}
.paypal-gateway-continue input[type=submit] {
background: url('../img/paypal-submit.jpg') no-repeat;
width: 200px;
height: 40px;
border: 0px;
}
.module-requirements {
font-size: 12px;
margin-top: 20px;
}
/* SIDEBAR */
.panel-sidebar {
background: #f1f1f1;
border: 0px;
-moz-border-radius: 0px;
border-radius: 0px;
-moz-box-shadow: 0 0 10px #e3e3e3;
-webkit-box-shadow: 0 0 10px #e3e3e3;
box-shadow: 0 0 10px #e3e3e3;
}
.panel-sidebar > .panel-heading {
background: #fff;
color: #ff0000;
font-family: 'PT Sans', sans-serif;
border: 0px;
-moz-border-radius: 0px;
border-radius: 0px;
border-bottom: 3px solid #ff0000;
}
.panel-usercp {
background: url('../img/usercp_bg.jpg') no-repeat top center;
background-size: cover;
}
.panel-usercp ul {
list-style-type: none;
padding: 0px;
margin: 0px;
}
.panel-usercp ul li {
display: table;
width: 100%;
vertical-align: middle;
line-height: 30px;
}
.panel-usercp ul li a {
color: #444 !important;
font-weight: bold;
}
.panel-usercp ul li a:active, .panel-usercp ul li a:hover {
color: #ff0000 !important;
}
.panel-usercp ul li img {
position: relative;
top: -2px;
padding-right: 10px;
}
.sidebar-banner {
margin: 20px 0px;
border: 0px;
}
.sidebar-banner img {
-moz-box-shadow: 0 0 10px #e3e3e3;
-webkit-box-shadow: 0 0 10px #e3e3e3;
box-shadow: 0 0 10px #e3e3e3;
border: 0px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
-khtml-border-radius: 5px;
}
/* GENERAL PANEL STYLING */
.panel-general {
margin-bottom: 30px;
background: #f1f1f1;
border: 1px solid #e3e3e3;
-moz-border-radius: 0px;
border-radius: 0px;
color: #333;
}
.panel-body .panel-title {
color: #666;
font-family: 'PT Sans', sans-serif;
font-size: 14px;
border-bottom: 1px solid #e3e3e3;
margin-bottom: 20px !important;
font-weight: bold;
}
/* ADD STATS MODULE */
.panel-addstats {
margin-bottom: 30px;
background: #f1f1f1;
border: 1px solid #e3e3e3;
-moz-border-radius: 0px;
border-radius: 0px;
color: #333;
}
.panel-addstats .character-avatar img {
width: 100px;
height: auto;
-moz-box-shadow: 0 0 5px #666;
-webkit-box-shadow: 0 0 5px #666;
box-shadow: 0 0 5px #666;
-moz-border-radius: 0px;
border-radius: 0px;
}
.panel-addstats .character-name {
color: #666;
font-family: 'PT Sans', sans-serif;
font-size: 18px;
border-bottom: 1px solid #e3e3e3;
padding: 20px 0px;
margin-bottom: 20px !important;
font-weight: bold;
}
/* DOWNLOADS */
.panel-downloads {
margin-bottom: 30px;
background: #f1f1f1;
border: 1px solid #e3e3e3;
-moz-border-radius: 0px;
border-radius: 0px;
color: #333;
}
.download-description {
font-size: 11px;
position: relative;
top: -7px;
color: #777;
}
.online-status-indicator {
margin-left: 5px;
}
/* WEBENGINE CMS */
.webengine-powered { color: #777 !important; }
.webengine-powered:active, .webengine-powered:hover { color: #ff3214 !important; }
/* GLOBAL TOP BAR */
.global-top-bar {
width: 100%;
background: #101010;
color: #777777;
padding: 7px 0px 2px 0px;
text-transform: uppercase;
font-size: 12px;
}
.global-top-bar .global-top-bar-content {
width: 1040px;
margin: 0px auto;
}
.global-top-bar .global-top-bar-content .row {
margin: 0px;
padding: 0px;
}
.global-top-bar a.logout {
color: #ff0000 !important;
}
.global-top-bar a {
color: #999999 !important;
}
.global-top-bar a:hover {
color: #ffffff !important;
}
.global-top-bar-nopadding {
padding: 0px !important;
}
.global-top-bar-separator {
padding: 0px 5px;
}
/* LANGUAGE PICKER */
.webengine-language-switcher {
display: inline-block;
list-style: none;
padding: 0px !important;
margin: 0px !important;
width: 46px;
height: 19px;
overflow: hidden;
transition: all .3s ease;
}
.webengine-language-switcher:hover {
width: 400px;
}
.webengine-language-switcher li {
display: inline-block;
list-style-type: none;
background: #333333;
padding: 0px 5px 2px 5px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
-khtml-border-radius: 3px;
transition: all .3s ease;
}
.webengine-language-switcher li:hover {
-webkit-filter: brightness(120%);
filter: brightness(120%);
}
.webengine-language-switcher li a {
color: #999999;
}
.webengine-language-switcher li a:hover {
color: #ffffff !important;
}
/* WEBSITE LOGO */
.webengine-mu-logo {
transition: all .3s ease;
}
.webengine-mu-logo:hover {
-webkit-filter: brightness(120%);
filter: brightness(120%);
}
/* HEADER INFO */
.header-info-container {
width: 1040px;
margin: 0px auto;
text-align: right;
}
.header-info-container .header-info {
display: inline-block;
width: 350px;
background: rgba(0, 0, 0, 0.3);
backdrop-filter: blur(5px);
margin: 0px;
padding: 20px;
overflow: auto;
-moz-box-shadow: 0 0 15px rgba(0,0,0,0.7);
-webkit-box-shadow: 0 0 15px rgba(0,0,0,0.7);
box-shadow: 0 0 15px rgba(0,0,0,0.7);
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
-khtml-border-radius: 5px;
text-shadow: 1px 1px 3px #000000;
color: #ffffff;
border: 1px solid rgba(255,255,255,0.1);
font-size: 12px;
}
.header-info-container .header-info .header-info-block {
padding: 0px;
color: #aaaaaa;
}
.header-info-container .header-info .header-info-block #tServerTime, .header-info-container .header-info .header-info-block #tLocalTime {
color: #ffffff;
}
.header-info-container .header-info .header-info-block #tServerDate, .header-info-container .header-info .header-info-block #tLocalDate {
color: #cccccc;
}
.header-info-container .header-info .header-info-block .online-count {
color: #00ff00;
}
/* ONLINE BAR */
.webengine-online-bar {
width: 100%;
background: #000000;
border: 1px solid #555555;
height: 8px;
margin-top: 10px;
margin-bottom: 10px;
padding: 0px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
-khtml-border-radius: 4px;
overflow: hidden;
transition: all .3s ease;
}
.webengine-online-bar .webengine-online-bar-progress {
height: 8px;
background: #00ff00 url('../img/online_progress_bar.jpg') no-repeat left center;
-webkit-border-radius: 0px 1px 1px 0px;
-moz-border-radius: 0px 1px 1px 0px;
-khtml-border-radius: 0px 1px 1px 0px;
border-radius: 0px 1px 1px 0px;
}
.webengine-online-bar:hover {
-webkit-filter: brightness(120%);
filter: brightness(120%);
}
/* MY ACCOUNT CHARACTER LIST */
.myaccount-character-block {
background: #333;
border: 1px solid #666;
padding: 5px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
display: inline-block;
margin: 0px auto;
-moz-box-shadow: 0 0 10px rgba(0,0,0,0.5);
-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.5);
box-shadow: 0 0 10px rgba(0,0,0,0.5);
}
.myaccount-character-block img {
width: 100px;
height: auto;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
-moz-box-shadow: 0 0 5px #000;
-webkit-box-shadow: 0 0 5px #000;
box-shadow: 0 0 5px #000;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.myaccount-character-block img:hover {
-webkit-filter: brightness(120%);
filter: brightness(120%);
}
.myaccount-character-block-location {
font-size: 12px;
color: #000;
margin-bottom: 20px;
margin-top: 2px;
line-height: 1.2;
}
.myaccount-character-block-level {
position: relative;
top: -77px;
display: inline-block;
background: rgba(0,0,0,0.5);
padding: 0px 5px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
color: #fff;
font-size: 10px;
}
.myaccount-character-name a {
font-weight: bold;
color: #000;
font-size: 16px;
} | templates/default/css/style.css | html {
min-width: 1040px;
height: 100%;
}
body {
background: #000000 url('../img/background.jpg') no-repeat top center;
color: #333;
font-family: 'PT Sans', sans-serif;
font-size: 14px;
margin: 0;
height: 100%;
}
@media only screen and (min-width: 2000px) {
body {
background: #000000 url('../img/background-2600.jpg') no-repeat top center !important;
}
}
a {
color: #777;
text-decoration: none;
-moz-transition: all .2s ease-in;
-o-transition: all .2s ease-in;
-webkit-transition: all .2s ease-in;
transition: all .2s ease-in;
}
a:hover {
color: #ffda8a;
}
img {
border: 0px;
}
input[type=text], input[type=password], input[type=number] {
background: #fafafa;
border: 1px solid #e3e3e3;
color: #666;
}
input[type=text]:focus, input[type=password]:focus, input[type=number]:focus {
border: 1px solid #ccc;
}
#header {
width: 100%;
margin: 0px auto;
padding: 80px 0px 10px 0px;
text-align: center;
color: #fff;
}
#container {
background: #ffffff;
width: 1040px;
height: auto;
margin: 0px auto;
padding: 20px 0px;
-webkit-border-radius: 5px 5px 0px 0px;
-moz-border-radius: 5px 5px 0px 0px;
border-radius: 5px 5px 0px 0px;
-khtml-border-radius: 5px 5px 0px 0px;
}
#content {
width: 100%;
overflow: auto;
min-height: 500px;
padding: 10px 20px 0px 20px;
}
.footer {
background: #efefef;
font-family: 'Segoe UI', 'Lucida Sans Unicode', 'Lucida Grande', 'Tahoma', 'Arial', 'sans-serif';
width: 1040px;
font-size: 12px;
color: #666666;
padding: 40px;
overflow: auto;
margin: 0px auto 100px auto;
-webkit-border-radius: 0px 0px 5px 5px;
-moz-border-radius: 0px 0px 5px 5px;
border-radius: 0px 0px 5px 5px;
-khtml-border-radius: 0px 0px 5px 5px;
}
.footer > .footer-container {
width: 100%;
margin: 0px auto;
}
.footer > .footer-container a:hover {
text-decoration: underline !important;
}
.footer hr {
border-top: 1px solid #cacaca;
}
.footer .footer-social-link {
filter: grayscale(100%);
transition: all .3s ease;
}
.footer .footer-social-link:hover {
filter: grayscale(0%);
}
#navbar {
width: 100%;
backdrop-filter: blur(5px);
border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
#navbar ul{
text-align: center;
margin: 0px;
-webkit-padding-start: 0px;
}
#navbar ul li {
list-style-type: none;
display: inline-block;
font-size: 16px;
}
#navbar ul li a {
display: inline-block;
color: #cccccc !important;
text-decoration: none;
padding: 20px 30px;
transition: all .3s ease;
text-transform: uppercase;
}
#navbar ul li a:active, #navbar ul li a:focus, #navbar ul li a:hover {
color: #ffffff !important;
text-decoration: none;
}
.admincp-button {
position:absolute;
top:10px;
right:10px;
}
.page-title {
color: #ff0000;
font-family: 'PT Sans', sans-serif;
font-size: 32px;
margin-bottom: 10px;
font-weight: bold;
}
/* NEWS MODULE */
.panel-news {
margin-bottom: 30px;
color: #333;
border: 0px;
-moz-border-radius: 0px;
border-radius: 0px;
-moz-box-shadow: 0 0 0px #e3e3e3;
-webkit-box-shadow: 0 0 0px #e3e3e3;
box-shadow: 0 0 0px #e3e3e3;
}
.panel-news .panel-heading {
padding-top: 10px;
padding-bottom: 10px;
}
.panel-news .panel-title {
color: #000000;
font-size: 24px;
font-weight: bold;
}
.panel-news .panel-body {
padding: 10px;
}
.panel-news .panel-footer {
border-top: 1px solid #e7e7e7;
background: #fff;
font-style: italic;
font-size: 11px;
height: 40px;
color: #777;
}
/* RANKINGS MODULE */
.rankings-table {
width: 100%;
border-spacing: 0;
border-collapse: collapse;
}
.rankings-class-image {
width: 30px;
height: auto;
-moz-box-shadow: 0 0 5px #666;
-webkit-box-shadow: 0 0 5px #666;
box-shadow: 0 0 5px #666;
-moz-border-radius: 0px;
border-radius: 0px;
}
.rankings-table tr td {
border-bottom: 1px solid #e3e3e3;
padding: 10px;
font-size: 18px;
vertical-align: middle !important;
text-align: center;
}
.rankings-table-place {
color: #666;
font-weight: bold;
font-size: 24px;
text-align: center;
}
.rankings-table tr:first-child td {
color: #ff0000;
border-bottom: 3px solid #ff0000;
}
.rankings-update-time {
text-align: right;
font-size: 11px;
color: #ccc;
padding: 10px 0px;
}
.rankings_menu {
width: 100%;
overflow: auto;
text-align: center;
margin-bottom: 10px;
}
.rankings_menu span {
width: 100%;
display: inline-block;
padding: 10px 0px;
color: #ccc;
font-size: 24px;
}
.rankings_menu a {
display: inline-block;
width: 150px;
border: 1px solid #e3e3e3;
text-align: center;
padding: 2px 0px;
margin: 2px;
background: #f1f1f1;
-moz-border-radius: 2px;
border-radius: 2px;
color: #ccc;
}
.rankings_menu a.active {
color: #333;
border-color: #333;
}
.rankings_guild_logo tr td {
border: 0px !important;
padding: 0px !important;
margin: 0px !important;
}
.rankings-gens-img {
width: auto !important;
height: 30px !important;
border: 0 !important;
-moz-box-shadow: 0 0 0px #000 !important;
-webkit-box-shadow: 0 0 0px #000 !important;
box-shadow: 0 0 0px #000 !important;
-moz-border-radius: 0px !important;
border-radius: 0px !important;
}
/* MY ACCOUNT MODULE */
.myaccount-table {
width: 100%;
background: #f1f1f1;
border: 1px solid #e3e3e3;
}
.myaccount-table tr td:first-child {
color: #666;
font-weight: bold;
}
.myaccount-table tr td {
border-bottom: 1px solid #e3e3e3;
padding: 15px !important;
}
.myaccount-table tr:last-child td {
border: 0px;
}
/* GENERAL TABLE UI */
.general-table-ui {
width: 100%;
table-layout: fixed;
background: #f1f1f1;
border: 1px solid #e3e3e3;
padding: 10px;
margin: 10px 0px;
}
.general-table-ui tr td {
padding: 5px;
vertical-align: middle !important;
}
.general-table-ui tr:first-child td {
color: #ff0000;
}
.general-table-ui tr:nth-child(2n+2) td {
background: #fafafa;
}
.general-table-ui tr td {
text-align: center;
}
.general-table-ui img {
width: 50px;
height: auto;
-moz-box-shadow: 0 0 5px #666;
-webkit-box-shadow: 0 0 5px #666;
box-shadow: 0 0 5px #666;
-moz-border-radius: 0px;
border-radius: 0px;
}
/* TERMS OF SERVICE PAGE */
.tos_list li {
color: #aa0000;
font-weight: bold;
font-size: 18px;
margin-bottom: 40px;
}
.tos_list li p {
color: #444;
text-align: justify;
text-justify: inter-word;
text-transform: none;
padding-right: 35px;
font-size: 14px;
font-weight: normal;
}
/* PAYPAL */
.paypal-gateway-container {
width: 100%;
background: #1a2133;
border: 1px solid #2e374f;
}
.paypal-gateway-logo {
width: 100%;
height: 68px;
background: #fff9ec url('../img/paypal-logo-200-68.png') no-repeat top center;
margin-bottom: 10px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
}
.paypal-gateway-content {
margin: 10px;
background: #fef2da;
border: 2px solid #f79433;
padding: 10px;
overflow: auto;
}
.paypal-gateway-conversion-rate {
margin: 0px auto;
text-align: center;
color: #000;
font-size: 18px;
padding: 10px 0px;
}
.paypal-gateway-form {
width: 100%;
margin: 0px auto;
text-align: center;
}
.paypal-gateway-form div {
display: inline-block;
padding: 0px 10px;
color: #000;
font-size: 18px;
}
.paypal-gateway-form input[type=text] {
width: 40px;
}
.paypal-gateway-continue {
margin: 0px auto;
text-align: center;
}
.paypal-gateway-continue input[type=submit] {
background: url('../img/paypal-submit.jpg') no-repeat;
width: 200px;
height: 40px;
border: 0px;
}
.module-requirements {
font-size: 12px;
margin-top: 20px;
}
/* SIDEBAR */
.panel-sidebar {
background: #f1f1f1;
border: 0px;
-moz-border-radius: 0px;
border-radius: 0px;
-moz-box-shadow: 0 0 10px #e3e3e3;
-webkit-box-shadow: 0 0 10px #e3e3e3;
box-shadow: 0 0 10px #e3e3e3;
}
.panel-sidebar > .panel-heading {
background: #fff;
color: #ff0000;
font-family: 'PT Sans', sans-serif;
border: 0px;
-moz-border-radius: 0px;
border-radius: 0px;
border-bottom: 3px solid #ff0000;
}
.panel-usercp {
background: url('../img/usercp_bg.jpg') no-repeat top center;
background-size: cover;
}
.panel-usercp ul {
list-style-type: none;
padding: 0px;
margin: 0px;
}
.panel-usercp ul li {
display: table;
width: 100%;
vertical-align: middle;
line-height: 30px;
}
.panel-usercp ul li a {
color: #444 !important;
font-weight: bold;
}
.panel-usercp ul li a:active, .panel-usercp ul li a:hover {
color: #ff0000 !important;
}
.panel-usercp ul li img {
position: relative;
top: -2px;
padding-right: 10px;
}
.sidebar-banner {
margin: 20px 0px;
border: 0px;
}
.sidebar-banner img {
-moz-box-shadow: 0 0 10px #e3e3e3;
-webkit-box-shadow: 0 0 10px #e3e3e3;
box-shadow: 0 0 10px #e3e3e3;
border: 0px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
-khtml-border-radius: 5px;
}
/* GENERAL PANEL STYLING */
.panel-general {
margin-bottom: 30px;
background: #f1f1f1;
border: 1px solid #e3e3e3;
-moz-border-radius: 0px;
border-radius: 0px;
color: #333;
}
.panel-body .panel-title {
color: #666;
font-family: 'PT Sans', sans-serif;
font-size: 14px;
border-bottom: 1px solid #e3e3e3;
margin-bottom: 20px !important;
font-weight: bold;
}
/* ADD STATS MODULE */
.panel-addstats {
margin-bottom: 30px;
background: #f1f1f1;
border: 1px solid #e3e3e3;
-moz-border-radius: 0px;
border-radius: 0px;
color: #333;
}
.panel-addstats .character-avatar img {
width: 100px;
height: auto;
-moz-box-shadow: 0 0 5px #666;
-webkit-box-shadow: 0 0 5px #666;
box-shadow: 0 0 5px #666;
-moz-border-radius: 0px;
border-radius: 0px;
}
.panel-addstats .character-name {
color: #666;
font-family: 'PT Sans', sans-serif;
font-size: 18px;
border-bottom: 1px solid #e3e3e3;
padding: 20px 0px;
margin-bottom: 20px !important;
font-weight: bold;
}
/* DOWNLOADS */
.panel-downloads {
margin-bottom: 30px;
background: #f1f1f1;
border: 1px solid #e3e3e3;
-moz-border-radius: 0px;
border-radius: 0px;
color: #333;
}
.download-description {
font-size: 11px;
position: relative;
top: -7px;
color: #777;
}
.online-status-indicator {
margin-left: 5px;
}
/* WEBENGINE CMS */
.webengine-powered { color: #777 !important; }
.webengine-powered:active, .webengine-powered:hover { color: #ff3214 !important; }
/* GLOBAL TOP BAR */
.global-top-bar {
width: 100%;
background: #101010;
color: #777777;
padding: 7px 0px 2px 0px;
text-transform: uppercase;
font-size: 12px;
}
.global-top-bar .global-top-bar-content {
width: 1040px;
margin: 0px auto;
}
.global-top-bar .global-top-bar-content .row {
margin: 0px;
padding: 0px;
}
.global-top-bar a.logout {
color: #ff0000 !important;
}
.global-top-bar a {
color: #999999 !important;
}
.global-top-bar a:hover {
color: #ffffff !important;
}
.global-top-bar-nopadding {
padding: 0px !important;
}
.global-top-bar-separator {
padding: 0px 5px;
}
/* LANGUAGE PICKER */
.webengine-language-switcher {
display: inline-block;
list-style: none;
padding: 0px !important;
margin: 0px !important;
width: 46px;
height: 19px;
overflow: hidden;
transition: all .3s ease;
}
.webengine-language-switcher:hover {
width: 400px;
}
.webengine-language-switcher li {
display: inline-block;
list-style-type: none;
background: #333333;
padding: 0px 5px 2px 5px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
-khtml-border-radius: 3px;
transition: all .3s ease;
}
.webengine-language-switcher li:hover {
-webkit-filter: brightness(120%);
filter: brightness(120%);
}
.webengine-language-switcher li a {
color: #999999;
}
.webengine-language-switcher li a:hover {
color: #ffffff !important;
}
/* WEBSITE LOGO */
.webengine-mu-logo {
transition: all .3s ease;
}
.webengine-mu-logo:hover {
-webkit-filter: brightness(120%);
filter: brightness(120%);
}
/* HEADER INFO */
.header-info-container {
width: 1040px;
margin: 0px auto;
text-align: right;
}
.header-info-container .header-info {
display: inline-block;
width: 350px;
background: rgba(0, 0, 0, 0.3);
backdrop-filter: blur(5px);
margin: 0px;
padding: 20px;
overflow: auto;
-moz-box-shadow: 0 0 15px rgba(0,0,0,0.7);
-webkit-box-shadow: 0 0 15px rgba(0,0,0,0.7);
box-shadow: 0 0 15px rgba(0,0,0,0.7);
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
-khtml-border-radius: 5px;
text-shadow: 1px 1px 3px #000000;
color: #ffffff;
border: 1px solid rgba(255,255,255,0.1);
font-size: 12px;
}
.header-info-container .header-info .header-info-block {
padding: 0px;
color: #aaaaaa;
}
.header-info-container .header-info .header-info-block #tServerTime, .header-info-container .header-info .header-info-block #tLocalTime {
color: #ffffff;
}
.header-info-container .header-info .header-info-block #tServerDate, .header-info-container .header-info .header-info-block #tLocalDate {
color: #cccccc;
}
.header-info-container .header-info .header-info-block .online-count {
color: #00ff00;
}
/* ONLINE BAR */
.webengine-online-bar {
width: 100%;
background: #000000;
border: 1px solid #555555;
height: 8px;
margin-top: 10px;
margin-bottom: 10px;
padding: 0px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
-khtml-border-radius: 4px;
overflow: hidden;
transition: all .3s ease;
}
.webengine-online-bar .webengine-online-bar-progress {
height: 8px;
background: #00ff00 url('../img/online_progress_bar.jpg') no-repeat left center;
-webkit-border-radius: 0px 1px 1px 0px;
-moz-border-radius: 0px 1px 1px 0px;
-khtml-border-radius: 0px 1px 1px 0px;
border-radius: 0px 1px 1px 0px;
}
.webengine-online-bar:hover {
-webkit-filter: brightness(120%);
filter: brightness(120%);
}
/* MY ACCOUNT CHARACTER LIST */
.myaccount-character-block {
background: #333;
border: 1px solid #666;
padding: 5px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
display: inline-block;
margin: 0px auto;
-moz-box-shadow: 0 0 10px rgba(0,0,0,0.5);
-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.5);
box-shadow: 0 0 10px rgba(0,0,0,0.5);
}
.myaccount-character-block img {
width: 100px;
height: auto;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
-moz-box-shadow: 0 0 5px #000;
-webkit-box-shadow: 0 0 5px #000;
box-shadow: 0 0 5px #000;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.myaccount-character-block img:hover {
-webkit-filter: brightness(120%);
filter: brightness(120%);
}
.myaccount-character-block-location {
font-size: 12px;
color: #000;
margin-bottom: 20px;
margin-top: 2px;
line-height: 1.2;
}
.myaccount-character-block-level {
position: relative;
top: -77px;
display: inline-block;
background: rgba(0,0,0,0.5);
padding: 0px 5px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
color: #fff;
font-size: 10px;
}
.myaccount-character-name a {
font-weight: bold;
color: #000;
font-size: 16px;
} | 0.201028 | 0.061961 |
@tailwind base;
@tailwind components;
@tailwind utilities;
@tailwind screens;
.h1-bold {
@apply text-4xl font-bold text-center text-gray-800;
}
.h1 {
@apply text-4xl text-center text-gray-700;
}
body.dark .h1-bold, body.dark header, body.dark .h1, body.dark .name-text{
@apply text-gray-200
}
body.dark span {
@apply text-gray-300
}
.input, textarea {
@apply border border-gray-500 border-solid p-2;
}
body.dark .input, body.dark textarea {
@apply border-gray-100;
}
.button, input, textarea {
transition: box-shadow .3s ease-out;
@apply rounded;
}
body .bg-gray, body .bg-dark-gray {
background-color: #fff;
}
body.dark .bg-gray{
background-color: #2d3748;
}
body.dark .bg-dark-gray {
background-color: #1a202c;
}
@media (min-width: 640px) {
.sm\:bg-transparent {
background-color: transparent !important;
}
}
body.dark .text-mode {
color: #fff
}
.text-mode, .text-mode-gray {
transition: color .3s ease-out;
}
body .text-mode {
color: #1a202c;
}
body .text-mode-gray {
@apply text-gray-700
}
body.dark .text-mode-gray {
@apply text-gray-400
}
body .reverse-colors {
color: #fff;
}
body.dark .reverse-colors {
color: #1a202c;
}
body .reverse-bg-color {
background-color: #1a202c;
}
body.dark .reverse-bg-color {
background-color: #fff;
}
.button:hover {
@apply shadow-button;
}
input:hover, textarea:hover {
@apply shadow-hover;
}
.active {
@apply border-b border-yellow-200;
}
body {
--bg: white;
--textNormal: #222;
--textTitle: #222;
--textLink: blue;
--hr: hsla(0, 0%, 0%, 0.2);
transition: all .3s ease-out;
background-color: var(--bg);
}
body.dark .bg-gray-900 {
background-color: @apply bg-gray-100;
}
body.dark {
-webkit-font-smoothing: antialiased;
--bg: #4a5568;
--textNormal: rgba(255, 255, 255, 0.88);
--textTitle: white;
--textLink: yellow;
--hr: hsla(0, 0%, 100%, 0.2);
}
:focus {
outline: none;
}
.card-wrapper {
height: 300px;
}
.name-text, .h1-bold, .anchor-link {
width: fit-content;
position: relative;
}
.h1-bold {
margin: 0 auto;
}
.name-text:after, .h1-bold:after, .anchor-link:after {
content: "";
width: 100%;
height: 10px;
background-color: #ecc94b;
display: block;
position: absolute;
bottom: 5px;
left: 15px;
z-index: -1;
opacity: .4;
}
body.dark .name-text:after, body.dark .h1-bold:after,body.dark .anchor-link:after {
background-color: #018aa9;
opacity: .9;
}
.my-img-icon {
font-size: 20rem;
z-index: 0;
bottom: -12%;
left: -15%;
}
.section-about p {
line-height: 24px;
}
.anchor-link {
display: inline-block;
}
.anchor-link:after {
left: 0;
height: 6px;
}
.tl-edges {
overflow-x: initial !important;
} | src/style/tailwind.css | @tailwind base;
@tailwind components;
@tailwind utilities;
@tailwind screens;
.h1-bold {
@apply text-4xl font-bold text-center text-gray-800;
}
.h1 {
@apply text-4xl text-center text-gray-700;
}
body.dark .h1-bold, body.dark header, body.dark .h1, body.dark .name-text{
@apply text-gray-200
}
body.dark span {
@apply text-gray-300
}
.input, textarea {
@apply border border-gray-500 border-solid p-2;
}
body.dark .input, body.dark textarea {
@apply border-gray-100;
}
.button, input, textarea {
transition: box-shadow .3s ease-out;
@apply rounded;
}
body .bg-gray, body .bg-dark-gray {
background-color: #fff;
}
body.dark .bg-gray{
background-color: #2d3748;
}
body.dark .bg-dark-gray {
background-color: #1a202c;
}
@media (min-width: 640px) {
.sm\:bg-transparent {
background-color: transparent !important;
}
}
body.dark .text-mode {
color: #fff
}
.text-mode, .text-mode-gray {
transition: color .3s ease-out;
}
body .text-mode {
color: #1a202c;
}
body .text-mode-gray {
@apply text-gray-700
}
body.dark .text-mode-gray {
@apply text-gray-400
}
body .reverse-colors {
color: #fff;
}
body.dark .reverse-colors {
color: #1a202c;
}
body .reverse-bg-color {
background-color: #1a202c;
}
body.dark .reverse-bg-color {
background-color: #fff;
}
.button:hover {
@apply shadow-button;
}
input:hover, textarea:hover {
@apply shadow-hover;
}
.active {
@apply border-b border-yellow-200;
}
body {
--bg: white;
--textNormal: #222;
--textTitle: #222;
--textLink: blue;
--hr: hsla(0, 0%, 0%, 0.2);
transition: all .3s ease-out;
background-color: var(--bg);
}
body.dark .bg-gray-900 {
background-color: @apply bg-gray-100;
}
body.dark {
-webkit-font-smoothing: antialiased;
--bg: #4a5568;
--textNormal: rgba(255, 255, 255, 0.88);
--textTitle: white;
--textLink: yellow;
--hr: hsla(0, 0%, 100%, 0.2);
}
:focus {
outline: none;
}
.card-wrapper {
height: 300px;
}
.name-text, .h1-bold, .anchor-link {
width: fit-content;
position: relative;
}
.h1-bold {
margin: 0 auto;
}
.name-text:after, .h1-bold:after, .anchor-link:after {
content: "";
width: 100%;
height: 10px;
background-color: #ecc94b;
display: block;
position: absolute;
bottom: 5px;
left: 15px;
z-index: -1;
opacity: .4;
}
body.dark .name-text:after, body.dark .h1-bold:after,body.dark .anchor-link:after {
background-color: #018aa9;
opacity: .9;
}
.my-img-icon {
font-size: 20rem;
z-index: 0;
bottom: -12%;
left: -15%;
}
.section-about p {
line-height: 24px;
}
.anchor-link {
display: inline-block;
}
.anchor-link:after {
left: 0;
height: 6px;
}
.tl-edges {
overflow-x: initial !important;
} | 0.325842 | 0.061199 |
@charset "utf-8";
/* CSS Document */
#content img {
padding: 0 !important;
border: 0 !important;
}
#title_embed {
font-family: Arial;
font-size: 20px;
width: 468px;
margin-left: 8px;
margin-right: auto;
margin-top: 5px;
}
#subtitle_embed {
font-family: Arial;
font-size: 15px;
width: 468px;
padding-left: 20px;
margin-left: auto;
margin-right: auto;
margin-top: 0px;
}
#share_buttons {
width:500px;
padding: 10px;
}
.cat_icon {
width: 32px;
height: 32px;
/*background-image: url('https://iconbug.com/data/07/32/43e0d0ba02cfe58b9585b141974e1da7.png');*/
}
.cat_icon_10 {
width: 64px;
height: 64px;
/*background-image: url('https://iconbug.com/data/07/32/43e0d0ba02cfe58b9585b141974e1da7.png');*/
}
.cat_icon_100 {
width: 128px;
height: 128px;
/*background-image: url('https://iconbug.com/data/07/32/43e0d0ba02cfe58b9585b141974e1da7.png');*/
}
.cat_icon_1000 {
width: 128px;
height: 128px;
/*background-image: url('https://iconbug.com/data/07/32/43e0d0ba02cfe58b9585b141974e1da7.png');*/
}
.cat_icon_large {
width: 256px;
height: 256px;
/*background-image: url('https://iconbug.com/data/07/32/43e0d0ba02cfe58b9585b141974e1da7.png');*/
}
.button {
-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
box-shadow:inset 0px 1px 0px 0px #ffffff;
background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
background-color:#ededed;
-moz-border-radius:6px;
-webkit-border-radius:6px;
border-radius:6px;
border:1px solid #dcdcdc;
display:inline-block;
color:#777777;
font-family:arial;
font-size:16px;
font-weight:bold;
padding:4px 10px;
text-decoration:none;
text-shadow:1px 1px 2px #ffffff;
}
.button:hover {
background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );
background:-moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
background-color:#dfdfdf;
}
.button:active {
position:relative;
top:1px;
}
#converter {
width:470px;
background-color: #ffff99;
-moz-box-shadow: 0 0 7px #888;
-webkit-box-shadow: 0 0 7px #888;
box-shadow: 0 0 7px #888;
padding:5px;
margin:5px;
}
.unit_selector {
width:460px;
height:40px;
font-family: Arial;
font-size: 20px;
margin: 0;
padding: 5px;
border:1px solid #727272;
border-top-right-radius:5px;
border-bottom-right-radius:5px;
border-top-left-radius:5px;
border-bottom-left-radius:5px;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-o-user-select: none;
user-select: none;
background:#e5e5e5;
color:black;
}
.sub_unit_selector {
width:200px;
height:40px;
font-family: Arial;
font-size: 20px;
margin:0;
margin-bottom: 5px;
padding: 5px;
border-left:1px solid #727272;
border-right:1px solid #727272;
border-top:0;
border-bottom:1px solid #727272;
border-bottom-right-radius:5px;
border-bottom-left-radius:5px;
border-top-right-radius:0px;
border-top-left-radius:0px;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-o-user-select: none;
user-select: none;
background:#e5e5e5;
color:black;
}
option {
color:black;
}
select {
-webkit-border-radius:4px;
-moz-border-radius:4px;
border-radius:4px;
background: #f8f8f8;
color:black;
border:none;
outline:none;
display: inline-block;
/*-webkit-appearance:none;
-moz-appearance:none;
appearance:none;
cursor:pointer;*/
}
.unit {
width:420px;
font-family: Arial;
font-size: 20px;
padding: 5px;
}
.nostyle {
padding: 5px;
}
.input {
width:212px;
float: left;
}
.equ {
float:left;
width:26px;
padding:5px;
font-family: Arial;
font-size: 20px;
text-align: center;
margin-top:20px;
}
#from{
border-top: 1px solid #727272;
border-left: 1px solid #727272;
border-right: 1px solid #727272;
border-bottom: 0;
border-top-left-radius:5px;
border-top-right-radius:5px;
-webkit-box-shadow:
inset 0 0 8px rgba(0,0,0,0.1);
-moz-box-shadow:
inset 0 0 8px rgba(0,0,0,0.1);
box-shadow:
inset 0 0 8px rgba(0,0,0,0.1);
padding: 15px;
background: rgba(229,229,229,1);
margin-top: 10px;
margin-bottom:0;
padding: 5px;
font-family: Arial;
font-size: 20px;
width:200px;
overflow:visible;
}
#to{
border-top: 1px solid #727272;
border-left: 1px solid #727272;
border-right: 1px solid #727272;
border-bottom: 0;
border-top-left-radius:5px;
border-top-right-radius:5px;
-webkit-box-shadow:
inset 0 0 8px rgba(0,0,0,0.1);
-moz-box-shadow:
inset 0 0 8px rgba(0,0,0,0.1);
box-shadow:
inset 0 0 8px rgba(0,0,0,0.1);
padding: 15px;
background: rgba(229,229,229,1);
margin-top: 10px;
margin-bottom:0;
padding: 5px;
font-family: Arial;
font-size: 20px;
width:200px;
overflow:visible;
}
input.bigbox {
border-bottom-left-radius:5px;
border-bottom-right-radius:5px;
border-bottom: 1px solid #727272;
} | public/howmanykitties/style_calc.css | @charset "utf-8";
/* CSS Document */
#content img {
padding: 0 !important;
border: 0 !important;
}
#title_embed {
font-family: Arial;
font-size: 20px;
width: 468px;
margin-left: 8px;
margin-right: auto;
margin-top: 5px;
}
#subtitle_embed {
font-family: Arial;
font-size: 15px;
width: 468px;
padding-left: 20px;
margin-left: auto;
margin-right: auto;
margin-top: 0px;
}
#share_buttons {
width:500px;
padding: 10px;
}
.cat_icon {
width: 32px;
height: 32px;
/*background-image: url('https://iconbug.com/data/07/32/43e0d0ba02cfe58b9585b141974e1da7.png');*/
}
.cat_icon_10 {
width: 64px;
height: 64px;
/*background-image: url('https://iconbug.com/data/07/32/43e0d0ba02cfe58b9585b141974e1da7.png');*/
}
.cat_icon_100 {
width: 128px;
height: 128px;
/*background-image: url('https://iconbug.com/data/07/32/43e0d0ba02cfe58b9585b141974e1da7.png');*/
}
.cat_icon_1000 {
width: 128px;
height: 128px;
/*background-image: url('https://iconbug.com/data/07/32/43e0d0ba02cfe58b9585b141974e1da7.png');*/
}
.cat_icon_large {
width: 256px;
height: 256px;
/*background-image: url('https://iconbug.com/data/07/32/43e0d0ba02cfe58b9585b141974e1da7.png');*/
}
.button {
-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
box-shadow:inset 0px 1px 0px 0px #ffffff;
background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
background-color:#ededed;
-moz-border-radius:6px;
-webkit-border-radius:6px;
border-radius:6px;
border:1px solid #dcdcdc;
display:inline-block;
color:#777777;
font-family:arial;
font-size:16px;
font-weight:bold;
padding:4px 10px;
text-decoration:none;
text-shadow:1px 1px 2px #ffffff;
}
.button:hover {
background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );
background:-moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
background-color:#dfdfdf;
}
.button:active {
position:relative;
top:1px;
}
#converter {
width:470px;
background-color: #ffff99;
-moz-box-shadow: 0 0 7px #888;
-webkit-box-shadow: 0 0 7px #888;
box-shadow: 0 0 7px #888;
padding:5px;
margin:5px;
}
.unit_selector {
width:460px;
height:40px;
font-family: Arial;
font-size: 20px;
margin: 0;
padding: 5px;
border:1px solid #727272;
border-top-right-radius:5px;
border-bottom-right-radius:5px;
border-top-left-radius:5px;
border-bottom-left-radius:5px;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-o-user-select: none;
user-select: none;
background:#e5e5e5;
color:black;
}
.sub_unit_selector {
width:200px;
height:40px;
font-family: Arial;
font-size: 20px;
margin:0;
margin-bottom: 5px;
padding: 5px;
border-left:1px solid #727272;
border-right:1px solid #727272;
border-top:0;
border-bottom:1px solid #727272;
border-bottom-right-radius:5px;
border-bottom-left-radius:5px;
border-top-right-radius:0px;
border-top-left-radius:0px;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-o-user-select: none;
user-select: none;
background:#e5e5e5;
color:black;
}
option {
color:black;
}
select {
-webkit-border-radius:4px;
-moz-border-radius:4px;
border-radius:4px;
background: #f8f8f8;
color:black;
border:none;
outline:none;
display: inline-block;
/*-webkit-appearance:none;
-moz-appearance:none;
appearance:none;
cursor:pointer;*/
}
.unit {
width:420px;
font-family: Arial;
font-size: 20px;
padding: 5px;
}
.nostyle {
padding: 5px;
}
.input {
width:212px;
float: left;
}
.equ {
float:left;
width:26px;
padding:5px;
font-family: Arial;
font-size: 20px;
text-align: center;
margin-top:20px;
}
#from{
border-top: 1px solid #727272;
border-left: 1px solid #727272;
border-right: 1px solid #727272;
border-bottom: 0;
border-top-left-radius:5px;
border-top-right-radius:5px;
-webkit-box-shadow:
inset 0 0 8px rgba(0,0,0,0.1);
-moz-box-shadow:
inset 0 0 8px rgba(0,0,0,0.1);
box-shadow:
inset 0 0 8px rgba(0,0,0,0.1);
padding: 15px;
background: rgba(229,229,229,1);
margin-top: 10px;
margin-bottom:0;
padding: 5px;
font-family: Arial;
font-size: 20px;
width:200px;
overflow:visible;
}
#to{
border-top: 1px solid #727272;
border-left: 1px solid #727272;
border-right: 1px solid #727272;
border-bottom: 0;
border-top-left-radius:5px;
border-top-right-radius:5px;
-webkit-box-shadow:
inset 0 0 8px rgba(0,0,0,0.1);
-moz-box-shadow:
inset 0 0 8px rgba(0,0,0,0.1);
box-shadow:
inset 0 0 8px rgba(0,0,0,0.1);
padding: 15px;
background: rgba(229,229,229,1);
margin-top: 10px;
margin-bottom:0;
padding: 5px;
font-family: Arial;
font-size: 20px;
width:200px;
overflow:visible;
}
input.bigbox {
border-bottom-left-radius:5px;
border-bottom-right-radius:5px;
border-bottom: 1px solid #727272;
} | 0.199074 | 0.065157 |
body, html {
height: 100%;
font-family: sans-serif;
}
/* ------------------------------------ */
a {
margin: 0px;
transition: all 0.4s;
-webkit-transition: all 0.4s;
-o-transition: all 0.4s;
-moz-transition: all 0.4s;
}
a:focus {
outline: none !important;
}
a:hover {
text-decoration: none;
}
/* ------------------------------------ */
h1,h2,h3,h4,h5,h6 {margin: 0px;}
p {margin: 0px;}
ul, li {
margin: 0px;
list-style-type: none;
}
/* ------------------------------------ */
input {
display: block;
outline: none;
border: none !important;
}
textarea {
display: block;
outline: none;
}
textarea:focus, input:focus {
border-color: transparent !important;
}
/* ------------------------------------ */
button {
outline: none !important;
border: none;
background: transparent;
}
button:hover {
cursor: pointer;
}
iframe {
border: none !important;
}
/*//////////////////////////////////////////////////////////////////
[ Scroll bar ]*/
.js-pscroll {
position: relative;
overflow: hidden;
}
.table100 .ps__rail-y {
width: 9px;
background-color: transparent;
opacity: 1 !important;
right: 5px;
}
.table100 .ps__rail-y::before {
content: "";
display: block;
position: absolute;
background-color: #ebebeb;
border-radius: 5px;
width: 100%;
height: calc(100% - 30px);
left: 0;
top: 15px;
}
.table100 .ps__rail-y .ps__thumb-y {
width: 100%;
right: 0;
background-color: transparent;
opacity: 1 !important;
}
.table100 .ps__rail-y .ps__thumb-y::before {
content: "";
display: block;
position: absolute;
background-color: #cccccc;
border-radius: 5px;
width: 100%;
height: calc(100% - 30px);
left: 0;
top: 15px;
}
/*//////////////////////////////////////////////////////////////////
[ Table ]*/
.limiter {
width: 1366px;
margin: 0 auto;
}
.container{
padding-top:50px;
padding-left:0px !important;
}
.container-table100 {
width: 100%;
min-height: 100vh;
background: #fff;
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
align-items: center;
justify-content: center;
flex-wrap: wrap;
padding: 33px 30px;
}
.wrap-table100 {
width: 1170px;
padding-bottom: 5px !important;
}
/*//////////////////////////////////////////////////////////////////
[ Table ]*/
.table100 {
background-color: #fff;
}
table {
width: 100%;
}
th, td {
font-weight: unset;
padding-right: 10px;
}
.column1 {
width: 10%;
text-align:center;
vertical-align:middle !important;
}
.column2 {
width: 25%;
text-align:center;
}
.column3 {
width: 22%;
}
.column4 {
width: 19%;
}
.column5 {
width: 13%;
}
.table100-head th {
padding-top: 18px;
padding-bottom: 18px;
}
.table100-body td {
padding-top: 16px;
padding-bottom: 16px;
}
/*==================================================================
[ Fix header ]*/
.table100 {
position: relative;
}
.table100-head {
position: absolute;
width: 100%;
top: 0;
left: 0;
}
.table100-body {
max-height: 585px;
overflow: auto;
}
/*==================================================================
[ Ver1 ]*/
.table100.ver1 th {
font-family: Lato-Bold;
font-size: 18px;
color: #fff;
line-height: 1.4;
background-color: #6c7ae0;
}
.table100.ver1 td {
font-family: Lato-Regular;
font-size: 15px;
color: #808080;
line-height: 1.4;
}
.table100.ver1 .table100-body tr:nth-child(even) {
background-color: #f8f6ff;
}
/*---------------------------------------------*/
.table100.ver1 {
border-radius: 10px;
overflow: hidden;
box-shadow: 0 0px 40px 0px rgba(0, 0, 0, 0.15);
-moz-box-shadow: 0 0px 40px 0px rgba(0, 0, 0, 0.15);
-webkit-box-shadow: 0 0px 40px 0px rgba(0, 0, 0, 0.15);
-o-box-shadow: 0 0px 40px 0px rgba(0, 0, 0, 0.15);
-ms-box-shadow: 0 0px 40px 0px rgba(0, 0, 0, 0.15);
}
.table100.ver1 .ps__rail-y {
right: 5px;
}
.table100.ver1 .ps__rail-y::before {
background-color: #ebebeb;
}
.table100.ver1 .ps__rail-y .ps__thumb-y::before {
background-color: #cccccc;
}
/*==================================================================
[ Ver2 ]*/
.table100.ver2 .table100-head {
box-shadow: 0 5px 20px 0px rgba(0, 0, 0, 0.1);
-moz-box-shadow: 0 5px 20px 0px rgba(0, 0, 0, 0.1);
-webkit-box-shadow: 0 5px 20px 0px rgba(0, 0, 0, 0.1);
-o-box-shadow: 0 5px 20px 0px rgba(0, 0, 0, 0.1);
-ms-box-shadow: 0 5px 20px 0px rgba(0, 0, 0, 0.1);
}
.table100.ver2 th {
font-family: Lato-Bold;
font-size: 18px;
color: #fa4251;
line-height: 1.4;
background-color: transparent;
}
.table100.ver2 td {
font-family: Lato-Regular;
font-size: 15px;
color: #808080;
line-height: 1.4;
}
.table100.ver2 .table100-body tr {
border-bottom: 1px solid #f2f2f2;
}
/*---------------------------------------------*/
.table100.ver2 {
border-radius: 10px;
overflow: hidden;
box-shadow: 0 0px 40px 0px rgba(0, 0, 0, 0.15);
-moz-box-shadow: 0 0px 40px 0px rgba(0, 0, 0, 0.15);
-webkit-box-shadow: 0 0px 40px 0px rgba(0, 0, 0, 0.15);
-o-box-shadow: 0 0px 40px 0px rgba(0, 0, 0, 0.15);
-ms-box-shadow: 0 0px 40px 0px rgba(0, 0, 0, 0.15);
}
.table100.ver2 .ps__rail-y {
right: 5px;
}
.table100.ver2 .ps__rail-y::before {
background-color: #ebebeb;
}
.table100.ver2 .ps__rail-y .ps__thumb-y::before {
background-color: #cccccc;
}
/*==================================================================
[ Ver3 ]*/
.table100.ver3 {
background-color: #393939;
}
.table100.ver3 th {
font-family: Lato-Bold;
font-size: 15px;
color: #00ad5f;
line-height: 1.4;
text-transform: uppercase;
background-color: #393939;
}
.table100.ver3 td {
font-family: Lato-Regular;
font-size: 15px;
color: #808080;
line-height: 1.4;
background-color: #222222;
}
/*---------------------------------------------*/
.table100.ver3 {
border-radius: 10px;
overflow: hidden;
box-shadow: 0 0px 40px 0px rgba(0, 0, 0, 0.15);
-moz-box-shadow: 0 0px 40px 0px rgba(0, 0, 0, 0.15);
-webkit-box-shadow: 0 0px 40px 0px rgba(0, 0, 0, 0.15);
-o-box-shadow: 0 0px 40px 0px rgba(0, 0, 0, 0.15);
-ms-box-shadow: 0 0px 40px 0px rgba(0, 0, 0, 0.15);
}
.table100.ver3 .ps__rail-y {
right: 5px;
}
.table100.ver3 .ps__rail-y::before {
background-color: #4e4e4e;
}
.table100.ver3 .ps__rail-y .ps__thumb-y::before {
background-color: #00ad5f;
}
/*==================================================================
[ Ver4 ]*/
.table100.ver4 {
margin-right: -20px;
}
.table100.ver4 .table100-head {
padding-right: 20px;
}
.table100.ver4 th {
font-family: Lato-Bold;
font-size: 18px;
color: #4272d7;
line-height: 1.4;
background-color: transparent;
border-bottom: 2px solid #f2f2f2;
}
.table100.ver4 .column1 {
padding-left: 7px;
}
.table100.ver4 td {
font-family: Lato-Regular;
font-size: 15px;
color: #808080;
line-height: 1.4;
}
.table100.ver4 .table100-body tr {
border-bottom: 1px solid #f2f2f2;
}
/*---------------------------------------------*/
.table100.ver4 {
overflow: hidden;
}
.table100.ver4 .table100-body{
padding-right: 20px;
}
.table100.ver4 .ps__rail-y {
right: 0px;
}
.table100.ver4 .ps__rail-y::before {
background-color: #ebebeb;
}
.table100.ver4 .ps__rail-y .ps__thumb-y::before {
background-color: #cccccc;
}
/*==================================================================
[ Ver5 ]*/
.table100.ver5 {
margin-right: -30px;
}
.table100.ver5 .table100-head {
padding-right: 30px;
}
.table100.ver5 th {
font-family: Lato-Bold;
font-size: 14px;
color: #555555;
line-height: 1.4;
text-transform: uppercase;
background-color: transparent;
}
.table100.ver5 td {
font-family: Lato-Regular;
font-size: 15px;
color: #808080;
line-height: 1.4;
background-color: #f7f7f7;
}
.table100.ver5 .table100-body tr {
overflow: hidden;
border-bottom: 10px solid #fff;
border-radius: 10px;
}
.table100.ver5 .table100-body table {
border-collapse: separate;
border-spacing: 0 10px;
}
.table100.ver5 .table100-body td {
border: solid 1px transparent;
border-style: solid none;
padding-top: 10px;
padding-bottom: 10px;
}
.table100.ver5 .table100-body td:first-child {
border-left-style: solid;
border-top-left-radius: 10px;
border-bottom-left-radius: 10px;
}
.table100.ver5 .table100-body td:last-child {
border-right-style: solid;
border-bottom-right-radius: 10px;
border-top-right-radius: 10px;
}
.table100.ver5 tr:hover td {
background-color: #ebebeb;
cursor: pointer;
}
.table100.ver5 .table100-head th {
padding-top: 25px;
padding-bottom: 25px;
}
/*---------------------------------------------*/
.table100.ver5 {
overflow: hidden;
}
.table100.ver5 .table100-body{
padding-right: 30px;
}
.table100.ver5 .ps__rail-y {
right: 0px;
}
.table100.ver5 .ps__rail-y::before {
background-color: #ebebeb;
}
.table100.ver5 .ps__rail-y .ps__thumb-y::before {
background-color: #cccccc;
} | server/static/custom/customtable/css/main.css | body, html {
height: 100%;
font-family: sans-serif;
}
/* ------------------------------------ */
a {
margin: 0px;
transition: all 0.4s;
-webkit-transition: all 0.4s;
-o-transition: all 0.4s;
-moz-transition: all 0.4s;
}
a:focus {
outline: none !important;
}
a:hover {
text-decoration: none;
}
/* ------------------------------------ */
h1,h2,h3,h4,h5,h6 {margin: 0px;}
p {margin: 0px;}
ul, li {
margin: 0px;
list-style-type: none;
}
/* ------------------------------------ */
input {
display: block;
outline: none;
border: none !important;
}
textarea {
display: block;
outline: none;
}
textarea:focus, input:focus {
border-color: transparent !important;
}
/* ------------------------------------ */
button {
outline: none !important;
border: none;
background: transparent;
}
button:hover {
cursor: pointer;
}
iframe {
border: none !important;
}
/*//////////////////////////////////////////////////////////////////
[ Scroll bar ]*/
.js-pscroll {
position: relative;
overflow: hidden;
}
.table100 .ps__rail-y {
width: 9px;
background-color: transparent;
opacity: 1 !important;
right: 5px;
}
.table100 .ps__rail-y::before {
content: "";
display: block;
position: absolute;
background-color: #ebebeb;
border-radius: 5px;
width: 100%;
height: calc(100% - 30px);
left: 0;
top: 15px;
}
.table100 .ps__rail-y .ps__thumb-y {
width: 100%;
right: 0;
background-color: transparent;
opacity: 1 !important;
}
.table100 .ps__rail-y .ps__thumb-y::before {
content: "";
display: block;
position: absolute;
background-color: #cccccc;
border-radius: 5px;
width: 100%;
height: calc(100% - 30px);
left: 0;
top: 15px;
}
/*//////////////////////////////////////////////////////////////////
[ Table ]*/
.limiter {
width: 1366px;
margin: 0 auto;
}
.container{
padding-top:50px;
padding-left:0px !important;
}
.container-table100 {
width: 100%;
min-height: 100vh;
background: #fff;
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
align-items: center;
justify-content: center;
flex-wrap: wrap;
padding: 33px 30px;
}
.wrap-table100 {
width: 1170px;
padding-bottom: 5px !important;
}
/*//////////////////////////////////////////////////////////////////
[ Table ]*/
.table100 {
background-color: #fff;
}
table {
width: 100%;
}
th, td {
font-weight: unset;
padding-right: 10px;
}
.column1 {
width: 10%;
text-align:center;
vertical-align:middle !important;
}
.column2 {
width: 25%;
text-align:center;
}
.column3 {
width: 22%;
}
.column4 {
width: 19%;
}
.column5 {
width: 13%;
}
.table100-head th {
padding-top: 18px;
padding-bottom: 18px;
}
.table100-body td {
padding-top: 16px;
padding-bottom: 16px;
}
/*==================================================================
[ Fix header ]*/
.table100 {
position: relative;
}
.table100-head {
position: absolute;
width: 100%;
top: 0;
left: 0;
}
.table100-body {
max-height: 585px;
overflow: auto;
}
/*==================================================================
[ Ver1 ]*/
.table100.ver1 th {
font-family: Lato-Bold;
font-size: 18px;
color: #fff;
line-height: 1.4;
background-color: #6c7ae0;
}
.table100.ver1 td {
font-family: Lato-Regular;
font-size: 15px;
color: #808080;
line-height: 1.4;
}
.table100.ver1 .table100-body tr:nth-child(even) {
background-color: #f8f6ff;
}
/*---------------------------------------------*/
.table100.ver1 {
border-radius: 10px;
overflow: hidden;
box-shadow: 0 0px 40px 0px rgba(0, 0, 0, 0.15);
-moz-box-shadow: 0 0px 40px 0px rgba(0, 0, 0, 0.15);
-webkit-box-shadow: 0 0px 40px 0px rgba(0, 0, 0, 0.15);
-o-box-shadow: 0 0px 40px 0px rgba(0, 0, 0, 0.15);
-ms-box-shadow: 0 0px 40px 0px rgba(0, 0, 0, 0.15);
}
.table100.ver1 .ps__rail-y {
right: 5px;
}
.table100.ver1 .ps__rail-y::before {
background-color: #ebebeb;
}
.table100.ver1 .ps__rail-y .ps__thumb-y::before {
background-color: #cccccc;
}
/*==================================================================
[ Ver2 ]*/
.table100.ver2 .table100-head {
box-shadow: 0 5px 20px 0px rgba(0, 0, 0, 0.1);
-moz-box-shadow: 0 5px 20px 0px rgba(0, 0, 0, 0.1);
-webkit-box-shadow: 0 5px 20px 0px rgba(0, 0, 0, 0.1);
-o-box-shadow: 0 5px 20px 0px rgba(0, 0, 0, 0.1);
-ms-box-shadow: 0 5px 20px 0px rgba(0, 0, 0, 0.1);
}
.table100.ver2 th {
font-family: Lato-Bold;
font-size: 18px;
color: #fa4251;
line-height: 1.4;
background-color: transparent;
}
.table100.ver2 td {
font-family: Lato-Regular;
font-size: 15px;
color: #808080;
line-height: 1.4;
}
.table100.ver2 .table100-body tr {
border-bottom: 1px solid #f2f2f2;
}
/*---------------------------------------------*/
.table100.ver2 {
border-radius: 10px;
overflow: hidden;
box-shadow: 0 0px 40px 0px rgba(0, 0, 0, 0.15);
-moz-box-shadow: 0 0px 40px 0px rgba(0, 0, 0, 0.15);
-webkit-box-shadow: 0 0px 40px 0px rgba(0, 0, 0, 0.15);
-o-box-shadow: 0 0px 40px 0px rgba(0, 0, 0, 0.15);
-ms-box-shadow: 0 0px 40px 0px rgba(0, 0, 0, 0.15);
}
.table100.ver2 .ps__rail-y {
right: 5px;
}
.table100.ver2 .ps__rail-y::before {
background-color: #ebebeb;
}
.table100.ver2 .ps__rail-y .ps__thumb-y::before {
background-color: #cccccc;
}
/*==================================================================
[ Ver3 ]*/
.table100.ver3 {
background-color: #393939;
}
.table100.ver3 th {
font-family: Lato-Bold;
font-size: 15px;
color: #00ad5f;
line-height: 1.4;
text-transform: uppercase;
background-color: #393939;
}
.table100.ver3 td {
font-family: Lato-Regular;
font-size: 15px;
color: #808080;
line-height: 1.4;
background-color: #222222;
}
/*---------------------------------------------*/
.table100.ver3 {
border-radius: 10px;
overflow: hidden;
box-shadow: 0 0px 40px 0px rgba(0, 0, 0, 0.15);
-moz-box-shadow: 0 0px 40px 0px rgba(0, 0, 0, 0.15);
-webkit-box-shadow: 0 0px 40px 0px rgba(0, 0, 0, 0.15);
-o-box-shadow: 0 0px 40px 0px rgba(0, 0, 0, 0.15);
-ms-box-shadow: 0 0px 40px 0px rgba(0, 0, 0, 0.15);
}
.table100.ver3 .ps__rail-y {
right: 5px;
}
.table100.ver3 .ps__rail-y::before {
background-color: #4e4e4e;
}
.table100.ver3 .ps__rail-y .ps__thumb-y::before {
background-color: #00ad5f;
}
/*==================================================================
[ Ver4 ]*/
.table100.ver4 {
margin-right: -20px;
}
.table100.ver4 .table100-head {
padding-right: 20px;
}
.table100.ver4 th {
font-family: Lato-Bold;
font-size: 18px;
color: #4272d7;
line-height: 1.4;
background-color: transparent;
border-bottom: 2px solid #f2f2f2;
}
.table100.ver4 .column1 {
padding-left: 7px;
}
.table100.ver4 td {
font-family: Lato-Regular;
font-size: 15px;
color: #808080;
line-height: 1.4;
}
.table100.ver4 .table100-body tr {
border-bottom: 1px solid #f2f2f2;
}
/*---------------------------------------------*/
.table100.ver4 {
overflow: hidden;
}
.table100.ver4 .table100-body{
padding-right: 20px;
}
.table100.ver4 .ps__rail-y {
right: 0px;
}
.table100.ver4 .ps__rail-y::before {
background-color: #ebebeb;
}
.table100.ver4 .ps__rail-y .ps__thumb-y::before {
background-color: #cccccc;
}
/*==================================================================
[ Ver5 ]*/
.table100.ver5 {
margin-right: -30px;
}
.table100.ver5 .table100-head {
padding-right: 30px;
}
.table100.ver5 th {
font-family: Lato-Bold;
font-size: 14px;
color: #555555;
line-height: 1.4;
text-transform: uppercase;
background-color: transparent;
}
.table100.ver5 td {
font-family: Lato-Regular;
font-size: 15px;
color: #808080;
line-height: 1.4;
background-color: #f7f7f7;
}
.table100.ver5 .table100-body tr {
overflow: hidden;
border-bottom: 10px solid #fff;
border-radius: 10px;
}
.table100.ver5 .table100-body table {
border-collapse: separate;
border-spacing: 0 10px;
}
.table100.ver5 .table100-body td {
border: solid 1px transparent;
border-style: solid none;
padding-top: 10px;
padding-bottom: 10px;
}
.table100.ver5 .table100-body td:first-child {
border-left-style: solid;
border-top-left-radius: 10px;
border-bottom-left-radius: 10px;
}
.table100.ver5 .table100-body td:last-child {
border-right-style: solid;
border-bottom-right-radius: 10px;
border-top-right-radius: 10px;
}
.table100.ver5 tr:hover td {
background-color: #ebebeb;
cursor: pointer;
}
.table100.ver5 .table100-head th {
padding-top: 25px;
padding-bottom: 25px;
}
/*---------------------------------------------*/
.table100.ver5 {
overflow: hidden;
}
.table100.ver5 .table100-body{
padding-right: 30px;
}
.table100.ver5 .ps__rail-y {
right: 0px;
}
.table100.ver5 .ps__rail-y::before {
background-color: #ebebeb;
}
.table100.ver5 .ps__rail-y .ps__thumb-y::before {
background-color: #cccccc;
} | 0.180179 | 0.042127 |
.cardstack-landing-page-container {
--card-width: 33.125rem;
--horizontal-card-gap: var(--boxel-sp-lg);
width: 100%;
max-width:
calc(
var(--card-width) * 2 + var(--horizontal-card-gap) + var(--boxel-sp-lg) * 2
);
margin: auto;
padding: var(--boxel-sp-lg);
}
.cardstack-landing-page-section-header {
display: flex;
justify-content: space-between;
align-items: center;
margin: 0;
/* quick hack to prevent layout shift when connect account button is pressed */
max-height: 1.875rem;
}
.cardstack-landing-page-section-header__title {
margin: 0;
font: 600 var(--boxel-font-lg);
letter-spacing: 0;
}
.cardstack-landing-page-hero {
width: 100%;
min-height: 18.75rem;
display: flex;
justify-content: center;
align-items: center;
border-radius: var(--boxel-border-radius);
background-color: var(--boxel-navy);
background-image: url('/images/illustrations/landing-hero-illustration.svg');
background-repeat: no-repeat;
background-position: center;
background-size: auto 18.75rem;
overflow: hidden;
}
.cardstack-landing-page-hero__logo {
width: 6.25rem;
height: 7.1875rem;
margin-bottom: var(--boxel-sp);
}
.cardstack-landing-page-hero__content-container {
display: flex;
flex-direction: column;
align-items: center;
text-align: center;
padding: var(--boxel-sp-xs);
}
.cardstack-landing-page-hero__description {
margin: 0;
font-size: 1.25rem;
font-family: var(--boxel-font-family);
letter-spacing: var(--boxel-lsp-sm);
}
.cardstack-landing-page-hero__cta {
display: flex;
align-items: center;
margin-top: var(--boxel-sp-xs);
font: 400 var(--boxel-font);
--icon-color: var(--boxel-teal);
}
.cardstack-landing-page-hero__cta-icon {
margin-left: var(--boxel-sp-xxs);
}
.cardstack-landing-page-org-grid {
list-style-type: none;
padding: 0;
display: grid;
justify-items: center;
grid-template-columns: repeat(auto-fill, minmax(var(--card-width), 1fr));
grid-template-rows: auto auto;
gap: var(--boxel-sp-xl) var(--horizontal-card-gap);
}
.cardstack-landing-page-container > * + * {
margin-top: var(--boxel-sp-lg);
} | packages/web-client/app/css/cardstack-landing-page.css | .cardstack-landing-page-container {
--card-width: 33.125rem;
--horizontal-card-gap: var(--boxel-sp-lg);
width: 100%;
max-width:
calc(
var(--card-width) * 2 + var(--horizontal-card-gap) + var(--boxel-sp-lg) * 2
);
margin: auto;
padding: var(--boxel-sp-lg);
}
.cardstack-landing-page-section-header {
display: flex;
justify-content: space-between;
align-items: center;
margin: 0;
/* quick hack to prevent layout shift when connect account button is pressed */
max-height: 1.875rem;
}
.cardstack-landing-page-section-header__title {
margin: 0;
font: 600 var(--boxel-font-lg);
letter-spacing: 0;
}
.cardstack-landing-page-hero {
width: 100%;
min-height: 18.75rem;
display: flex;
justify-content: center;
align-items: center;
border-radius: var(--boxel-border-radius);
background-color: var(--boxel-navy);
background-image: url('/images/illustrations/landing-hero-illustration.svg');
background-repeat: no-repeat;
background-position: center;
background-size: auto 18.75rem;
overflow: hidden;
}
.cardstack-landing-page-hero__logo {
width: 6.25rem;
height: 7.1875rem;
margin-bottom: var(--boxel-sp);
}
.cardstack-landing-page-hero__content-container {
display: flex;
flex-direction: column;
align-items: center;
text-align: center;
padding: var(--boxel-sp-xs);
}
.cardstack-landing-page-hero__description {
margin: 0;
font-size: 1.25rem;
font-family: var(--boxel-font-family);
letter-spacing: var(--boxel-lsp-sm);
}
.cardstack-landing-page-hero__cta {
display: flex;
align-items: center;
margin-top: var(--boxel-sp-xs);
font: 400 var(--boxel-font);
--icon-color: var(--boxel-teal);
}
.cardstack-landing-page-hero__cta-icon {
margin-left: var(--boxel-sp-xxs);
}
.cardstack-landing-page-org-grid {
list-style-type: none;
padding: 0;
display: grid;
justify-items: center;
grid-template-columns: repeat(auto-fill, minmax(var(--card-width), 1fr));
grid-template-rows: auto auto;
gap: var(--boxel-sp-xl) var(--horizontal-card-gap);
}
.cardstack-landing-page-container > * + * {
margin-top: var(--boxel-sp-lg);
} | 0.49292 | 0.088465 |
.ant-modal,
.ant-image-preview {
pointer-events: none;
}
.ant-modal.zoom-enter,
.ant-modal.zoom-appear,
.ant-image-preview.zoom-enter,
.ant-image-preview.zoom-appear {
-webkit-transform: none;
transform: none;
opacity: 0;
-webkit-animation-duration: 0.3s;
animation-duration: 0.3s;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.ant-modal-mask,
.ant-image-preview-mask {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 1000;
height: 100%;
background-color: rgba(0, 0, 0, 0.45);
filter: alpha(opacity=50);
}
.ant-modal-mask-hidden,
.ant-image-preview-mask-hidden {
display: none;
}
.ant-modal-wrap,
.ant-image-preview-wrap {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
overflow: auto;
outline: 0;
-webkit-overflow-scrolling: touch;
}
.ant-timeline {
-webkit-box-sizing: border-box;
box-sizing: border-box;
color: rgba(0, 0, 0, 0.85);
font-size: 14px;
font-variant: tabular-nums;
line-height: 1.5;
-webkit-font-feature-settings: 'tnum';
font-feature-settings: 'tnum';
margin: 0;
padding: 0;
list-style: none;
}
.ant-timeline-item {
position: relative;
margin: 0;
padding-bottom: 20px;
font-size: 14px;
list-style: none;
}
.ant-timeline-item-tail {
position: absolute;
top: 10px;
left: 4px;
height: calc(100% - 10px);
border-left: 2px solid #f0f0f0;
}
.ant-timeline-item-pending .ant-timeline-item-head {
font-size: 12px;
background-color: transparent;
}
.ant-timeline-item-pending .ant-timeline-item-tail {
display: none;
}
.ant-timeline-item-head {
position: absolute;
width: 10px;
height: 10px;
background-color: #fff;
border: 2px solid transparent;
border-radius: 100px;
}
.ant-timeline-item-head-blue {
color: #0062ff;
border-color: #0062ff;
}
.ant-timeline-item-head-red {
color: #ff4d4f;
border-color: #ff4d4f;
}
.ant-timeline-item-head-green {
color: #52c41a;
border-color: #52c41a;
}
.ant-timeline-item-head-gray {
color: rgba(0, 0, 0, 0.25);
border-color: rgba(0, 0, 0, 0.25);
}
.ant-timeline-item-head-custom {
position: absolute;
top: 5.5px;
left: 5px;
width: auto;
height: auto;
margin-top: 0;
padding: 3px 1px;
line-height: 1;
text-align: center;
border: 0;
border-radius: 0;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
.ant-timeline-item-content {
position: relative;
top: -6px;
margin: 0 0 0 26px;
word-break: break-word;
}
.ant-timeline-item-last > .ant-timeline-item-tail {
display: none;
}
.ant-timeline-item-last > .ant-timeline-item-content {
min-height: 48px;
}
.ant-timeline.ant-timeline-alternate .ant-timeline-item-tail,
.ant-timeline.ant-timeline-right .ant-timeline-item-tail,
.ant-timeline.ant-timeline-label .ant-timeline-item-tail,
.ant-timeline.ant-timeline-alternate .ant-timeline-item-head,
.ant-timeline.ant-timeline-right .ant-timeline-item-head,
.ant-timeline.ant-timeline-label .ant-timeline-item-head,
.ant-timeline.ant-timeline-alternate .ant-timeline-item-head-custom,
.ant-timeline.ant-timeline-right .ant-timeline-item-head-custom,
.ant-timeline.ant-timeline-label .ant-timeline-item-head-custom {
left: 50%;
}
.ant-timeline.ant-timeline-alternate .ant-timeline-item-head,
.ant-timeline.ant-timeline-right .ant-timeline-item-head,
.ant-timeline.ant-timeline-label .ant-timeline-item-head {
margin-left: -4px;
}
.ant-timeline.ant-timeline-alternate .ant-timeline-item-head-custom,
.ant-timeline.ant-timeline-right .ant-timeline-item-head-custom,
.ant-timeline.ant-timeline-label .ant-timeline-item-head-custom {
margin-left: 1px;
}
.ant-timeline.ant-timeline-alternate .ant-timeline-item-left .ant-timeline-item-content,
.ant-timeline.ant-timeline-right .ant-timeline-item-left .ant-timeline-item-content,
.ant-timeline.ant-timeline-label .ant-timeline-item-left .ant-timeline-item-content {
left: calc(50% - 4px);
width: calc(50% - 14px);
text-align: left;
}
.ant-timeline.ant-timeline-alternate .ant-timeline-item-right .ant-timeline-item-content,
.ant-timeline.ant-timeline-right .ant-timeline-item-right .ant-timeline-item-content,
.ant-timeline.ant-timeline-label .ant-timeline-item-right .ant-timeline-item-content {
width: calc(50% - 12px);
margin: 0;
text-align: right;
}
.ant-timeline.ant-timeline-right .ant-timeline-item-right .ant-timeline-item-tail,
.ant-timeline.ant-timeline-right .ant-timeline-item-right .ant-timeline-item-head,
.ant-timeline.ant-timeline-right .ant-timeline-item-right .ant-timeline-item-head-custom {
left: calc(100% - 4px - 2px);
}
.ant-timeline.ant-timeline-right .ant-timeline-item-right .ant-timeline-item-content {
width: calc(100% - 18px);
}
.ant-timeline.ant-timeline-pending .ant-timeline-item-last .ant-timeline-item-tail {
display: block;
height: calc(100% - 14px);
border-left: 2px dotted #f0f0f0;
}
.ant-timeline.ant-timeline-reverse .ant-timeline-item-last .ant-timeline-item-tail {
display: none;
}
.ant-timeline.ant-timeline-reverse .ant-timeline-item-pending .ant-timeline-item-tail {
top: 15px;
display: block;
height: calc(100% - 15px);
border-left: 2px dotted #f0f0f0;
}
.ant-timeline.ant-timeline-reverse .ant-timeline-item-pending .ant-timeline-item-content {
min-height: 48px;
}
.ant-timeline.ant-timeline-label .ant-timeline-item-label {
position: absolute;
top: -6px;
width: calc(50% - 12px);
text-align: right;
}
.ant-timeline.ant-timeline-label .ant-timeline-item-right .ant-timeline-item-label {
left: calc(50% + 14px);
width: calc(50% - 14px);
text-align: left;
}
.ant-timeline-rtl {
direction: rtl;
}
.ant-timeline-rtl .ant-timeline-item-tail {
right: 4px;
left: auto;
border-right: 2px solid #f0f0f0;
border-left: none;
}
.ant-timeline-rtl .ant-timeline-item-head-custom {
right: 5px;
left: auto;
-webkit-transform: translate(50%, -50%);
transform: translate(50%, -50%);
}
.ant-timeline-rtl .ant-timeline-item-content {
margin: 0 18px 0 0;
}
.ant-timeline-rtl.ant-timeline.ant-timeline-alternate .ant-timeline-item-tail,
.ant-timeline-rtl.ant-timeline.ant-timeline-right .ant-timeline-item-tail,
.ant-timeline-rtl.ant-timeline.ant-timeline-label .ant-timeline-item-tail,
.ant-timeline-rtl.ant-timeline.ant-timeline-alternate .ant-timeline-item-head,
.ant-timeline-rtl.ant-timeline.ant-timeline-right .ant-timeline-item-head,
.ant-timeline-rtl.ant-timeline.ant-timeline-label .ant-timeline-item-head,
.ant-timeline-rtl.ant-timeline.ant-timeline-alternate .ant-timeline-item-head-custom,
.ant-timeline-rtl.ant-timeline.ant-timeline-right .ant-timeline-item-head-custom,
.ant-timeline-rtl.ant-timeline.ant-timeline-label .ant-timeline-item-head-custom {
right: 50%;
left: auto;
}
.ant-timeline-rtl.ant-timeline.ant-timeline-alternate .ant-timeline-item-head,
.ant-timeline-rtl.ant-timeline.ant-timeline-right .ant-timeline-item-head,
.ant-timeline-rtl.ant-timeline.ant-timeline-label .ant-timeline-item-head {
margin-right: -4px;
margin-left: 0;
}
.ant-timeline-rtl.ant-timeline.ant-timeline-alternate .ant-timeline-item-head-custom,
.ant-timeline-rtl.ant-timeline.ant-timeline-right .ant-timeline-item-head-custom,
.ant-timeline-rtl.ant-timeline.ant-timeline-label .ant-timeline-item-head-custom {
margin-right: 1px;
margin-left: 0;
}
.ant-timeline-rtl.ant-timeline.ant-timeline-alternate .ant-timeline-item-left .ant-timeline-item-content,
.ant-timeline-rtl.ant-timeline.ant-timeline-right .ant-timeline-item-left .ant-timeline-item-content,
.ant-timeline-rtl.ant-timeline.ant-timeline-label .ant-timeline-item-left .ant-timeline-item-content {
right: calc(50% - 4px);
left: auto;
text-align: right;
}
.ant-timeline-rtl.ant-timeline.ant-timeline-alternate .ant-timeline-item-right .ant-timeline-item-content,
.ant-timeline-rtl.ant-timeline.ant-timeline-right .ant-timeline-item-right .ant-timeline-item-content,
.ant-timeline-rtl.ant-timeline.ant-timeline-label .ant-timeline-item-right .ant-timeline-item-content {
text-align: left;
}
.ant-timeline-rtl.ant-timeline.ant-timeline-right .ant-timeline-item-right .ant-timeline-item-tail,
.ant-timeline-rtl.ant-timeline.ant-timeline-right .ant-timeline-item-right .ant-timeline-item-head,
.ant-timeline-rtl.ant-timeline.ant-timeline-right .ant-timeline-item-right .ant-timeline-item-head-custom {
right: 0;
left: auto;
}
.ant-timeline-rtl.ant-timeline.ant-timeline-right .ant-timeline-item-right .ant-timeline-item-content {
width: 100%;
margin-right: 18px;
text-align: right;
}
.ant-timeline-rtl.ant-timeline.ant-timeline-pending .ant-timeline-item-last .ant-timeline-item-tail {
border-right: 2px dotted #f0f0f0;
border-left: none;
}
.ant-timeline-rtl.ant-timeline.ant-timeline-reverse .ant-timeline-item-pending .ant-timeline-item-tail {
border-right: 2px dotted #f0f0f0;
border-left: none;
}
.ant-timeline-rtl.ant-timeline.ant-timeline-label .ant-timeline-item-label {
text-align: left;
}
.ant-timeline-rtl.ant-timeline.ant-timeline-label .ant-timeline-item-right .ant-timeline-item-label {
right: calc(50% + 14px);
text-align: right;
} | lib/timeline/style/index.css | .ant-modal,
.ant-image-preview {
pointer-events: none;
}
.ant-modal.zoom-enter,
.ant-modal.zoom-appear,
.ant-image-preview.zoom-enter,
.ant-image-preview.zoom-appear {
-webkit-transform: none;
transform: none;
opacity: 0;
-webkit-animation-duration: 0.3s;
animation-duration: 0.3s;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.ant-modal-mask,
.ant-image-preview-mask {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 1000;
height: 100%;
background-color: rgba(0, 0, 0, 0.45);
filter: alpha(opacity=50);
}
.ant-modal-mask-hidden,
.ant-image-preview-mask-hidden {
display: none;
}
.ant-modal-wrap,
.ant-image-preview-wrap {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
overflow: auto;
outline: 0;
-webkit-overflow-scrolling: touch;
}
.ant-timeline {
-webkit-box-sizing: border-box;
box-sizing: border-box;
color: rgba(0, 0, 0, 0.85);
font-size: 14px;
font-variant: tabular-nums;
line-height: 1.5;
-webkit-font-feature-settings: 'tnum';
font-feature-settings: 'tnum';
margin: 0;
padding: 0;
list-style: none;
}
.ant-timeline-item {
position: relative;
margin: 0;
padding-bottom: 20px;
font-size: 14px;
list-style: none;
}
.ant-timeline-item-tail {
position: absolute;
top: 10px;
left: 4px;
height: calc(100% - 10px);
border-left: 2px solid #f0f0f0;
}
.ant-timeline-item-pending .ant-timeline-item-head {
font-size: 12px;
background-color: transparent;
}
.ant-timeline-item-pending .ant-timeline-item-tail {
display: none;
}
.ant-timeline-item-head {
position: absolute;
width: 10px;
height: 10px;
background-color: #fff;
border: 2px solid transparent;
border-radius: 100px;
}
.ant-timeline-item-head-blue {
color: #0062ff;
border-color: #0062ff;
}
.ant-timeline-item-head-red {
color: #ff4d4f;
border-color: #ff4d4f;
}
.ant-timeline-item-head-green {
color: #52c41a;
border-color: #52c41a;
}
.ant-timeline-item-head-gray {
color: rgba(0, 0, 0, 0.25);
border-color: rgba(0, 0, 0, 0.25);
}
.ant-timeline-item-head-custom {
position: absolute;
top: 5.5px;
left: 5px;
width: auto;
height: auto;
margin-top: 0;
padding: 3px 1px;
line-height: 1;
text-align: center;
border: 0;
border-radius: 0;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
.ant-timeline-item-content {
position: relative;
top: -6px;
margin: 0 0 0 26px;
word-break: break-word;
}
.ant-timeline-item-last > .ant-timeline-item-tail {
display: none;
}
.ant-timeline-item-last > .ant-timeline-item-content {
min-height: 48px;
}
.ant-timeline.ant-timeline-alternate .ant-timeline-item-tail,
.ant-timeline.ant-timeline-right .ant-timeline-item-tail,
.ant-timeline.ant-timeline-label .ant-timeline-item-tail,
.ant-timeline.ant-timeline-alternate .ant-timeline-item-head,
.ant-timeline.ant-timeline-right .ant-timeline-item-head,
.ant-timeline.ant-timeline-label .ant-timeline-item-head,
.ant-timeline.ant-timeline-alternate .ant-timeline-item-head-custom,
.ant-timeline.ant-timeline-right .ant-timeline-item-head-custom,
.ant-timeline.ant-timeline-label .ant-timeline-item-head-custom {
left: 50%;
}
.ant-timeline.ant-timeline-alternate .ant-timeline-item-head,
.ant-timeline.ant-timeline-right .ant-timeline-item-head,
.ant-timeline.ant-timeline-label .ant-timeline-item-head {
margin-left: -4px;
}
.ant-timeline.ant-timeline-alternate .ant-timeline-item-head-custom,
.ant-timeline.ant-timeline-right .ant-timeline-item-head-custom,
.ant-timeline.ant-timeline-label .ant-timeline-item-head-custom {
margin-left: 1px;
}
.ant-timeline.ant-timeline-alternate .ant-timeline-item-left .ant-timeline-item-content,
.ant-timeline.ant-timeline-right .ant-timeline-item-left .ant-timeline-item-content,
.ant-timeline.ant-timeline-label .ant-timeline-item-left .ant-timeline-item-content {
left: calc(50% - 4px);
width: calc(50% - 14px);
text-align: left;
}
.ant-timeline.ant-timeline-alternate .ant-timeline-item-right .ant-timeline-item-content,
.ant-timeline.ant-timeline-right .ant-timeline-item-right .ant-timeline-item-content,
.ant-timeline.ant-timeline-label .ant-timeline-item-right .ant-timeline-item-content {
width: calc(50% - 12px);
margin: 0;
text-align: right;
}
.ant-timeline.ant-timeline-right .ant-timeline-item-right .ant-timeline-item-tail,
.ant-timeline.ant-timeline-right .ant-timeline-item-right .ant-timeline-item-head,
.ant-timeline.ant-timeline-right .ant-timeline-item-right .ant-timeline-item-head-custom {
left: calc(100% - 4px - 2px);
}
.ant-timeline.ant-timeline-right .ant-timeline-item-right .ant-timeline-item-content {
width: calc(100% - 18px);
}
.ant-timeline.ant-timeline-pending .ant-timeline-item-last .ant-timeline-item-tail {
display: block;
height: calc(100% - 14px);
border-left: 2px dotted #f0f0f0;
}
.ant-timeline.ant-timeline-reverse .ant-timeline-item-last .ant-timeline-item-tail {
display: none;
}
.ant-timeline.ant-timeline-reverse .ant-timeline-item-pending .ant-timeline-item-tail {
top: 15px;
display: block;
height: calc(100% - 15px);
border-left: 2px dotted #f0f0f0;
}
.ant-timeline.ant-timeline-reverse .ant-timeline-item-pending .ant-timeline-item-content {
min-height: 48px;
}
.ant-timeline.ant-timeline-label .ant-timeline-item-label {
position: absolute;
top: -6px;
width: calc(50% - 12px);
text-align: right;
}
.ant-timeline.ant-timeline-label .ant-timeline-item-right .ant-timeline-item-label {
left: calc(50% + 14px);
width: calc(50% - 14px);
text-align: left;
}
.ant-timeline-rtl {
direction: rtl;
}
.ant-timeline-rtl .ant-timeline-item-tail {
right: 4px;
left: auto;
border-right: 2px solid #f0f0f0;
border-left: none;
}
.ant-timeline-rtl .ant-timeline-item-head-custom {
right: 5px;
left: auto;
-webkit-transform: translate(50%, -50%);
transform: translate(50%, -50%);
}
.ant-timeline-rtl .ant-timeline-item-content {
margin: 0 18px 0 0;
}
.ant-timeline-rtl.ant-timeline.ant-timeline-alternate .ant-timeline-item-tail,
.ant-timeline-rtl.ant-timeline.ant-timeline-right .ant-timeline-item-tail,
.ant-timeline-rtl.ant-timeline.ant-timeline-label .ant-timeline-item-tail,
.ant-timeline-rtl.ant-timeline.ant-timeline-alternate .ant-timeline-item-head,
.ant-timeline-rtl.ant-timeline.ant-timeline-right .ant-timeline-item-head,
.ant-timeline-rtl.ant-timeline.ant-timeline-label .ant-timeline-item-head,
.ant-timeline-rtl.ant-timeline.ant-timeline-alternate .ant-timeline-item-head-custom,
.ant-timeline-rtl.ant-timeline.ant-timeline-right .ant-timeline-item-head-custom,
.ant-timeline-rtl.ant-timeline.ant-timeline-label .ant-timeline-item-head-custom {
right: 50%;
left: auto;
}
.ant-timeline-rtl.ant-timeline.ant-timeline-alternate .ant-timeline-item-head,
.ant-timeline-rtl.ant-timeline.ant-timeline-right .ant-timeline-item-head,
.ant-timeline-rtl.ant-timeline.ant-timeline-label .ant-timeline-item-head {
margin-right: -4px;
margin-left: 0;
}
.ant-timeline-rtl.ant-timeline.ant-timeline-alternate .ant-timeline-item-head-custom,
.ant-timeline-rtl.ant-timeline.ant-timeline-right .ant-timeline-item-head-custom,
.ant-timeline-rtl.ant-timeline.ant-timeline-label .ant-timeline-item-head-custom {
margin-right: 1px;
margin-left: 0;
}
.ant-timeline-rtl.ant-timeline.ant-timeline-alternate .ant-timeline-item-left .ant-timeline-item-content,
.ant-timeline-rtl.ant-timeline.ant-timeline-right .ant-timeline-item-left .ant-timeline-item-content,
.ant-timeline-rtl.ant-timeline.ant-timeline-label .ant-timeline-item-left .ant-timeline-item-content {
right: calc(50% - 4px);
left: auto;
text-align: right;
}
.ant-timeline-rtl.ant-timeline.ant-timeline-alternate .ant-timeline-item-right .ant-timeline-item-content,
.ant-timeline-rtl.ant-timeline.ant-timeline-right .ant-timeline-item-right .ant-timeline-item-content,
.ant-timeline-rtl.ant-timeline.ant-timeline-label .ant-timeline-item-right .ant-timeline-item-content {
text-align: left;
}
.ant-timeline-rtl.ant-timeline.ant-timeline-right .ant-timeline-item-right .ant-timeline-item-tail,
.ant-timeline-rtl.ant-timeline.ant-timeline-right .ant-timeline-item-right .ant-timeline-item-head,
.ant-timeline-rtl.ant-timeline.ant-timeline-right .ant-timeline-item-right .ant-timeline-item-head-custom {
right: 0;
left: auto;
}
.ant-timeline-rtl.ant-timeline.ant-timeline-right .ant-timeline-item-right .ant-timeline-item-content {
width: 100%;
margin-right: 18px;
text-align: right;
}
.ant-timeline-rtl.ant-timeline.ant-timeline-pending .ant-timeline-item-last .ant-timeline-item-tail {
border-right: 2px dotted #f0f0f0;
border-left: none;
}
.ant-timeline-rtl.ant-timeline.ant-timeline-reverse .ant-timeline-item-pending .ant-timeline-item-tail {
border-right: 2px dotted #f0f0f0;
border-left: none;
}
.ant-timeline-rtl.ant-timeline.ant-timeline-label .ant-timeline-item-label {
text-align: left;
}
.ant-timeline-rtl.ant-timeline.ant-timeline-label .ant-timeline-item-right .ant-timeline-item-label {
right: calc(50% + 14px);
text-align: right;
} | 0.399694 | 0.049658 |
.sheet-container {
width: 832px;
position: relative;
}
.sheet-sepia {
height: 1050px;
width: 100%;
position: absolute;
z-index: -1;
background: url("https://i.imgur.com/7FGLBZw.jpg");
background-size: 100% 100%;
filter: sepia(100%) brightness(120%);
opacity: 0.8;
}
.sheet-logo {
background: url("https://i.imgur.com/ZmcT0OY.png");
background-size: 100% 100%;
height: 155px;
width: 400px;
margin-left: 15px;
}
@import url("https://fonts.googleapis.com/css?family=Architects+Daughter|Dosis|Roboto|Work+Sans:900&display=swap");
/* General Styling */
.sheet-hidden {
display: none;
}
.sheet-column {
padding-top: 25px;
display: inline-block;
vertical-align: top;
}
.sheet-left-column {
width: 450px;
}
.sheet-right-column {
width: 378px;
}
/* Tab Styling */
input[type="radio"].sheet-tab {
opacity: 0;
position: absolute;
z-index: 2;
height: 20px;
}
input[type="radio"].sheet-tab + span {
position: absolute;
border: 1px solid black;
border-radius: 5px;
background-color: #e8e8e8;
color: black;
text-align: center;
font-weight: bold;
}
input[type="radio"].sheet-tab:checked + span {
color: #ffffff;
background-color: #2a2d80;
}
input[type="radio"].sheet-tab.sheet-editing,
input[type="radio"].sheet-tab.sheet-editing + span {
top: 0px;
left: 81px;
width: 75px;
}
input[type="radio"].sheet-tab.sheet-playing,
input[type="radio"].sheet-tab.sheet-playing + span {
top: 0px;
left: 0px;
width: 75px;
}
/* Edit Mode Styling */
input[type="radio"].sheet-editing:checked ~ .sheet-column input,
input[type="radio"].sheet-editing:checked ~ .sheet-column select,
input[type="radio"].sheet-editing:checked ~ .sheet-column textarea {
background-color: rgb(255, 255, 0, 0.2);
}
input[type="radio"].sheet-playing:checked ~ .sheet-column input:not(.sheet-toggle):not(.sheet-always-active),
input[type="radio"].sheet-playing:checked ~ .sheet-column select:not(.sheet-always-active),
input[type="radio"].sheet-playing:checked ~ .sheet-column textarea:not(.sheet-always-active) {
pointer-events: none;
}
input[type="radio"].sheet-playing:checked ~ .sheet-column .repcontrol,
input[type="radio"].sheet-editing:checked ~ .sheet-column input[type="radio"]:not(.sheet-balance),
input[type="radio"].sheet-playing:checked ~ .sheet-edit,
input[type="radio"].sheet-editing:checked ~ .sheet-play,
input[type="radio"].sheet-playing:checked ~ .sheet-column .sheet-edit,
input[type="radio"].sheet-editing:checked ~ .sheet-column .sheet-play {
display: none;
}
/* RIGHT COLUMN STYLING */
.sheet-info-container {
display: block;
box-sizing: border-box;
width: calc(100% + 3px);
background: white;
background-clip: padding-box !important;
border-radius: 25px 0px 0px 25px;
border: solid 3px transparent !important;
position: relative;
margin-bottom: 10px;
padding-top: 5px;
padding-bottom: 5px;
}
.sheet-info-container:before {
content: '';
position: absolute;
top: 0; right: 0; bottom: 0; left: 0;
z-index: -1;
margin: -3px !important;
border-radius: inherit;
background: linear-gradient(to right, gold, transparent);
}
.sheet-info-container .sheet-edit,
.sheet-info-container .sheet-play {
display: inline-block;
}
.sheet-info-container.sheet-large_spacing {
margin-bottom: 20px;
}
.sheet-blue-label {
color: darkblue;
vertical-align: middle;
font-size: 20px;
margin-left: 15px;
font-family: "Dosis";
}
.sheet-handwritten {
font-family: "Architects Daughter";
vertical-align: middle;
font-size: 20px;
margin-left: 15px;
}
.sheet-gold {
display: block;
border-bottom: 2px solid gold;
width: calc(100% - 15px);
margin-left: 15px;
margin-bottom: 15px;
}
.sheet-gold .sheet-blue-label {
margin-left: 0px;
}
.sheet-gold:first-of-type {
margin-top: 10px;
}
.sheet-super-bold {
font-weight: 900;
font-size: 20px;
font-family: "Work Sans";
color: gold;
vertical-align: bottom;
margin-right: 10px;
}
.sheet-info .sheet-edit,
.sheet-info .sheet-play {
display: block;
}
.sheet-info .sheet-play,
.sheet-info input
{
margin-left: 15px;
}
textarea {
width: calc(100% - 30px);
resize: vertical;
height: 250px;
margin-left: 15px;
}
.sheet-character-name input {
width: 200px;
}
.sheet-anima-type select {
margin: 0px;
}
/* LEFT COLUMN STYLING */
.sheet-star-five {
margin: 50px 0;
position: relative;
display: block;
color: gold;
width: 0px;
height: 0px;
border-right: 100px solid transparent;
border-bottom: 70px solid gold;
border-left: 100px solid transparent;
transform: rotate(35deg);
opacity: 0.9;
}
.sheet-star-five:before {
border-bottom: 80px solid gold;
border-left: 30px solid transparent;
border-right: 30px solid transparent;
position: absolute;
height: 0;
width: 0;
top: -45px;
left: -65px;
display: block;
content: '';
transform: rotate(-35deg);
}
.sheet-star-five:after {
position: absolute;
display: block;
color: gold;
top: 3px;
left: -105px;
width: 0px;
height: 0px;
border-right: 100px solid transparent;
border-bottom: 70px solid gold;
border-left: 100px solid transparent;
transform: rotate(-70deg);
content: '';
}
/* .sheet-star-outline > .sheet-star-five,
.sheet-star-outline > .sheet-star-five:before,
.sheet-star-outline > .sheet-star-five:after {
border-bottom-color: black;
} */
.sheet-star-outline {
position: absolute;
transform: scale(1.3) rotate(3deg);
top: 70px;
left: 120px;
}
.sheet-attribute-text {
font-size: 18px;
font-family: "Work Sans";
font-weight: 900;
color: white;
text-shadow: 2px 0 0 #000, 0 -2px 0 #000, 0 2px 0 #000, -2px 0 0 #000;
-webkit-font-smoothing: antialiased;
}
.sheet-attribute-container {
width: 70px;
position: absolute;
}
.sheet-attribute-container .sheet-edit select {
width: 52px;
}
input[type="radio"].sheet-editing:checked ~ .sheet-column .sheet-attribute-container select {
background-color: rgb(255, 255, 0, 0.8);
}
.sheet-star {
position: relative;
height: 300px;
}
.sheet-hp,
.sheet-ap
{
top: 10px;
left: 205px;
}
.sheet-int,
.sheet-rng
{
top: 107px;
left: 355px;
}
.sheet-str,
.sheet-pwr
{
top: 273px;
left: 288px;
}
.sheet-cha,
.sheet-def
{
top: 264px;
left: 95px;
}
.sheet-spd,
.sheet-dex
{
top: 93px;
left: 46px;
}
.sheet-top-star {
z-index: 2;
}
button[type="roll"] {
background: none;
border: none;
padding: 0px;
font-size: inherit;
margin: 0px;
-webkit-box-shadow: none;
box-shadow: none;
}
button[type="roll"]::before {
content: "" !important;
}
.sheet-junction-container {
border-radius: 0px 25px 25px 0px;
margin-top: 25px;
margin-left: -5px;
width: 400px;
text-align: right;
}
.sheet-junction-container:before {
background: linear-gradient(to right, transparent, gold);
}
.sheet-junction-container .sheet-blue-label {
margin-right: 15px;
}
.sheet-junction-container select {
width: 60px;
}
.sheet-junction-container button[type="roll"]::before {
content: "t" !important;
font-size: 30px;
color: darkblue;
}
/* ROLL TEMPLATE STYLING */
.sheet-rolltemplate-container {
display: block;
box-sizing: border-box;
width: calc(100% + 8px);
background: white;
background-clip: padding-box !important;
border-radius: 25px 0px 0px 25px;
border: solid 3px transparent !important;
position: relative;
margin-bottom: 10px;
padding-top: 5px;
padding-bottom: 5px;
/* z-index: 1; */
transform-style: preserve-3d;
}
.sheet-rolltemplate-container:before {
content: '';
position: absolute;
top: 0; right: 0; bottom: 0; left: 0;
/* z-index: 0; */
margin: -3px !important;
border-radius: inherit;
background: linear-gradient(to right, gold, transparent);
transform: translateZ(-1px);
}
.sheet-rolltemplate-container .sheet-attribute-text {
font-size: 18px;
font-family: "Work Sans";
font-weight: 900;
color: white;
text-shadow: 2px 0 0 #000, 0 -2px 0 #000, 0 2px 0 #000, -2px 0 0 #000;
-webkit-font-smoothing: antialiased;
margin-left: 15px;
}
.sheet-rolltemplate-container .sheet-handwritten {
font-family: "Architects Daughter";
font-size: 17px;
display: block;
margin-left: 15px;
}
.sheet-rolltemplate-container .sheet-result {
font-family: "Architects Daughter";
display: inline-block;
font-size: 25px;
}
.sheet-rolltemplate-container .sheet-result .inlinerollresult {
border: none;
background-color: transparent;
}
.sheet-rolltemplate-container .sheet-small-star {
color: gold;
margin-left: 5px;
} | OverArms/overarms.css | .sheet-container {
width: 832px;
position: relative;
}
.sheet-sepia {
height: 1050px;
width: 100%;
position: absolute;
z-index: -1;
background: url("https://i.imgur.com/7FGLBZw.jpg");
background-size: 100% 100%;
filter: sepia(100%) brightness(120%);
opacity: 0.8;
}
.sheet-logo {
background: url("https://i.imgur.com/ZmcT0OY.png");
background-size: 100% 100%;
height: 155px;
width: 400px;
margin-left: 15px;
}
@import url("https://fonts.googleapis.com/css?family=Architects+Daughter|Dosis|Roboto|Work+Sans:900&display=swap");
/* General Styling */
.sheet-hidden {
display: none;
}
.sheet-column {
padding-top: 25px;
display: inline-block;
vertical-align: top;
}
.sheet-left-column {
width: 450px;
}
.sheet-right-column {
width: 378px;
}
/* Tab Styling */
input[type="radio"].sheet-tab {
opacity: 0;
position: absolute;
z-index: 2;
height: 20px;
}
input[type="radio"].sheet-tab + span {
position: absolute;
border: 1px solid black;
border-radius: 5px;
background-color: #e8e8e8;
color: black;
text-align: center;
font-weight: bold;
}
input[type="radio"].sheet-tab:checked + span {
color: #ffffff;
background-color: #2a2d80;
}
input[type="radio"].sheet-tab.sheet-editing,
input[type="radio"].sheet-tab.sheet-editing + span {
top: 0px;
left: 81px;
width: 75px;
}
input[type="radio"].sheet-tab.sheet-playing,
input[type="radio"].sheet-tab.sheet-playing + span {
top: 0px;
left: 0px;
width: 75px;
}
/* Edit Mode Styling */
input[type="radio"].sheet-editing:checked ~ .sheet-column input,
input[type="radio"].sheet-editing:checked ~ .sheet-column select,
input[type="radio"].sheet-editing:checked ~ .sheet-column textarea {
background-color: rgb(255, 255, 0, 0.2);
}
input[type="radio"].sheet-playing:checked ~ .sheet-column input:not(.sheet-toggle):not(.sheet-always-active),
input[type="radio"].sheet-playing:checked ~ .sheet-column select:not(.sheet-always-active),
input[type="radio"].sheet-playing:checked ~ .sheet-column textarea:not(.sheet-always-active) {
pointer-events: none;
}
input[type="radio"].sheet-playing:checked ~ .sheet-column .repcontrol,
input[type="radio"].sheet-editing:checked ~ .sheet-column input[type="radio"]:not(.sheet-balance),
input[type="radio"].sheet-playing:checked ~ .sheet-edit,
input[type="radio"].sheet-editing:checked ~ .sheet-play,
input[type="radio"].sheet-playing:checked ~ .sheet-column .sheet-edit,
input[type="radio"].sheet-editing:checked ~ .sheet-column .sheet-play {
display: none;
}
/* RIGHT COLUMN STYLING */
.sheet-info-container {
display: block;
box-sizing: border-box;
width: calc(100% + 3px);
background: white;
background-clip: padding-box !important;
border-radius: 25px 0px 0px 25px;
border: solid 3px transparent !important;
position: relative;
margin-bottom: 10px;
padding-top: 5px;
padding-bottom: 5px;
}
.sheet-info-container:before {
content: '';
position: absolute;
top: 0; right: 0; bottom: 0; left: 0;
z-index: -1;
margin: -3px !important;
border-radius: inherit;
background: linear-gradient(to right, gold, transparent);
}
.sheet-info-container .sheet-edit,
.sheet-info-container .sheet-play {
display: inline-block;
}
.sheet-info-container.sheet-large_spacing {
margin-bottom: 20px;
}
.sheet-blue-label {
color: darkblue;
vertical-align: middle;
font-size: 20px;
margin-left: 15px;
font-family: "Dosis";
}
.sheet-handwritten {
font-family: "Architects Daughter";
vertical-align: middle;
font-size: 20px;
margin-left: 15px;
}
.sheet-gold {
display: block;
border-bottom: 2px solid gold;
width: calc(100% - 15px);
margin-left: 15px;
margin-bottom: 15px;
}
.sheet-gold .sheet-blue-label {
margin-left: 0px;
}
.sheet-gold:first-of-type {
margin-top: 10px;
}
.sheet-super-bold {
font-weight: 900;
font-size: 20px;
font-family: "Work Sans";
color: gold;
vertical-align: bottom;
margin-right: 10px;
}
.sheet-info .sheet-edit,
.sheet-info .sheet-play {
display: block;
}
.sheet-info .sheet-play,
.sheet-info input
{
margin-left: 15px;
}
textarea {
width: calc(100% - 30px);
resize: vertical;
height: 250px;
margin-left: 15px;
}
.sheet-character-name input {
width: 200px;
}
.sheet-anima-type select {
margin: 0px;
}
/* LEFT COLUMN STYLING */
.sheet-star-five {
margin: 50px 0;
position: relative;
display: block;
color: gold;
width: 0px;
height: 0px;
border-right: 100px solid transparent;
border-bottom: 70px solid gold;
border-left: 100px solid transparent;
transform: rotate(35deg);
opacity: 0.9;
}
.sheet-star-five:before {
border-bottom: 80px solid gold;
border-left: 30px solid transparent;
border-right: 30px solid transparent;
position: absolute;
height: 0;
width: 0;
top: -45px;
left: -65px;
display: block;
content: '';
transform: rotate(-35deg);
}
.sheet-star-five:after {
position: absolute;
display: block;
color: gold;
top: 3px;
left: -105px;
width: 0px;
height: 0px;
border-right: 100px solid transparent;
border-bottom: 70px solid gold;
border-left: 100px solid transparent;
transform: rotate(-70deg);
content: '';
}
/* .sheet-star-outline > .sheet-star-five,
.sheet-star-outline > .sheet-star-five:before,
.sheet-star-outline > .sheet-star-five:after {
border-bottom-color: black;
} */
.sheet-star-outline {
position: absolute;
transform: scale(1.3) rotate(3deg);
top: 70px;
left: 120px;
}
.sheet-attribute-text {
font-size: 18px;
font-family: "Work Sans";
font-weight: 900;
color: white;
text-shadow: 2px 0 0 #000, 0 -2px 0 #000, 0 2px 0 #000, -2px 0 0 #000;
-webkit-font-smoothing: antialiased;
}
.sheet-attribute-container {
width: 70px;
position: absolute;
}
.sheet-attribute-container .sheet-edit select {
width: 52px;
}
input[type="radio"].sheet-editing:checked ~ .sheet-column .sheet-attribute-container select {
background-color: rgb(255, 255, 0, 0.8);
}
.sheet-star {
position: relative;
height: 300px;
}
.sheet-hp,
.sheet-ap
{
top: 10px;
left: 205px;
}
.sheet-int,
.sheet-rng
{
top: 107px;
left: 355px;
}
.sheet-str,
.sheet-pwr
{
top: 273px;
left: 288px;
}
.sheet-cha,
.sheet-def
{
top: 264px;
left: 95px;
}
.sheet-spd,
.sheet-dex
{
top: 93px;
left: 46px;
}
.sheet-top-star {
z-index: 2;
}
button[type="roll"] {
background: none;
border: none;
padding: 0px;
font-size: inherit;
margin: 0px;
-webkit-box-shadow: none;
box-shadow: none;
}
button[type="roll"]::before {
content: "" !important;
}
.sheet-junction-container {
border-radius: 0px 25px 25px 0px;
margin-top: 25px;
margin-left: -5px;
width: 400px;
text-align: right;
}
.sheet-junction-container:before {
background: linear-gradient(to right, transparent, gold);
}
.sheet-junction-container .sheet-blue-label {
margin-right: 15px;
}
.sheet-junction-container select {
width: 60px;
}
.sheet-junction-container button[type="roll"]::before {
content: "t" !important;
font-size: 30px;
color: darkblue;
}
/* ROLL TEMPLATE STYLING */
.sheet-rolltemplate-container {
display: block;
box-sizing: border-box;
width: calc(100% + 8px);
background: white;
background-clip: padding-box !important;
border-radius: 25px 0px 0px 25px;
border: solid 3px transparent !important;
position: relative;
margin-bottom: 10px;
padding-top: 5px;
padding-bottom: 5px;
/* z-index: 1; */
transform-style: preserve-3d;
}
.sheet-rolltemplate-container:before {
content: '';
position: absolute;
top: 0; right: 0; bottom: 0; left: 0;
/* z-index: 0; */
margin: -3px !important;
border-radius: inherit;
background: linear-gradient(to right, gold, transparent);
transform: translateZ(-1px);
}
.sheet-rolltemplate-container .sheet-attribute-text {
font-size: 18px;
font-family: "Work Sans";
font-weight: 900;
color: white;
text-shadow: 2px 0 0 #000, 0 -2px 0 #000, 0 2px 0 #000, -2px 0 0 #000;
-webkit-font-smoothing: antialiased;
margin-left: 15px;
}
.sheet-rolltemplate-container .sheet-handwritten {
font-family: "Architects Daughter";
font-size: 17px;
display: block;
margin-left: 15px;
}
.sheet-rolltemplate-container .sheet-result {
font-family: "Architects Daughter";
display: inline-block;
font-size: 25px;
}
.sheet-rolltemplate-container .sheet-result .inlinerollresult {
border: none;
background-color: transparent;
}
.sheet-rolltemplate-container .sheet-small-star {
color: gold;
margin-left: 5px;
} | 0.5144 | 0.121503 |
/*----------------------------------------------------------
The base color for this template is #5c87b2. If you'd like
to use a different color start by replacing all instances of
#5c87b2 with your new color.
----------------------------------------------------------*/
html
{
direction:rtl;
}
body {
background-color: #fff;
font-size: .85em;
font-family: "Trebuchet MS", Verdana, Helvetica, Sans-Serif;
margin: 0;
padding: 0;
color: #696969;
}
td, input
{
font-family:Tahoma;
}
a:link {
color: #034af3;
text-decoration: none;
font-family:Tahoma;
font-size:smaller;
}
a:visited {
color: #505abc;
}
a:hover {
color: #1d60ff;
text-decoration: none;
}
a:active {
color: #12eb87;
}
p, ul {
margin-bottom: 20px;
line-height: 1.6em;
}
header,
footer,
nav,
section {
display: block;
}
.well
{
min-height: 20px;
padding: 19px;
margin-bottom: 20px;
background-color: #f5f5f5;
border: 1px solid #eee;
border: 1px solid rgba(0, 0, 0, 0.05);
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
/* HEADINGS
----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6, legend, th {
font-size: 1.5em;
font-family: "Trebuchet MS", Verdana, Helvetica, Sans-Serif;
color: #000;
}
h1 {
font-size: 2em;
padding-bottom: 0;
margin-bottom: 0;
}
h2 {
padding: 0 0 10px 0;
}
h3 {
font-size: 1.2em;
}
h4 {
font-size: 1.1em;
}
h5, h6, th {
font-size: 1em;
}
/* PRIMARY LAYOUT ELEMENTS
----------------------------------------------------------*/
/* you can specify a greater or lesser percentage for the
page width. Or, you can specify an exact pixel width. */
.page {
margin-left: auto;
margin-right: auto;
height:100%;
}
header, #header {
margin-bottom: 0px;
color: #000;
padding: 0;
height:40px;
}
header h1, #header h1 {
font-weight: bold;
padding: 5px 0;
margin: 0;
color: #fff;
border: none;
line-height: 2em;
text-shadow: 1px 1px 2px #111;
}
#page-container
{
margin:0;
padding:0;
}
#page-container fieldset
{
margin:20px;
}
#main {
padding: 30px 30px 15px 30px;
background-color: #fff;
width:100%;
min-height:400px;
direction:rtl;
border-radius: 4px 0 0 0;
-webkit-border-radius: 4px 0 0 0;
-moz-border-radius: 4px 0 0 0;
}
#ltr #main {direction:ltr;}
table td { vertical-align:top }
footer,
#footer {
background-color: #fff;
color: #999;
padding: 10px 0;
text-align: center;
line-height: normal;
margin: 0 0 30px 0;
font-size: .9em;
border-radius: 0 0 4px 4px;
-webkit-border-radius: 0 0 4px 4px;
-moz-border-radius: 0 0 4px 4px;
}
/* TAB MENU
----------------------------------------------------------*/
ul#menu
{
padding: 0 0 2px;
line-height:12px;
text-align: right;
}
ul#menu li
{
float:right;
display: inline;
list-style: none;
height:15px;
margin:0 2px;
}
ul#menu li#greeting {
padding: 5px 10px;
text-decoration: none;
line-height: 2.8em;
color: #fff;
}
ul#menu li a {
padding: 5px 10px;
text-decoration: none;
color: #333;
/* border-radius: 4px 4px 0 0;
-webkit-border-radius: 4px 4px 0 0;
-moz-border-radius: 4px 4px 0 0;*/
}
ul#menu li a:hover {
color: #666;
text-decoration: none;
}
ul#menu li a:active {
text-decoration: none;
}
ul#menu li.selected a {
background-color: #fff;
color: #000;
}
/* FORM LAYOUT ELEMENTS
----------------------------------------------------------*/
fieldset {
border: 1px solid #ddd;
padding: 0 1.4em 1.4em 1.4em;
margin: 0 0 1.5em 0;
}
legend {
font-size: 1.2em;
font-weight: bold;
}
textarea {
min-height: 75px;
}
input[type="text"],
input[type="password"] {
border: 1px solid #ccc;
padding: 2px;
font-size: 1.2em;
color: #444;
width: 200px;
}
select {
border: 1px solid #ccc;
padding: 2px;
font-size: 1.2em;
color: #444;
}
input[type="submit"] {
font-size: 1.2em;
padding: 5px;
}
/* TABLE
----------------------------------------------------------*/
table {
border-collapse: collapse;
}
table td {
}
table th {
padding: 6px 5px;
text-align: left;
background-color: #c7c7c7;
}
/* MISC
----------------------------------------------------------*/
.clear {
clear: both;
}
.error {
color: Red;
}
nav,
#menucontainer {
}
#menucontainer {
height:29px;
display:block;
}
div#title {
display: block;
float: right;
text-align: left;
margin: 0 10px;
}
div#header #head h1
{
font-size:medium;
}
div#header #head
{
background:url('themes/base/images/Pages/header-bg0.png') repeat-x;
height:80px;
}
#head a
{
}
div#header #icon {
background:url('themes/base/images/Pages/admin-icon.png') no-repeat;
display:block;
height:42px;
width:50px;
float:right;
}
#ltr div#title {
float: left;
}
#ltr #culture
{
text-align: right;
}
#culture a
{
color:White;
}
#culture a:hover
{
color:#999;
}
#culture
{
text-align: left;
margin: 10px;
}
#ltr #logindisplay
{
text-align: right;
}
#logindisplay {
font-size: 1.1em;
display: block;
text-align: left;
margin: 3px 10px;
color: White;
height:16px;
}
#logindisplay a:link {
color: white;
}
#logindisplay a:visited {
color: white;
text-decoration: underline;
}
#logindisplay a:hover {
color: white;
text-decoration: none;
}
/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error {
color: #ff0000;
}
.field-validation-valid {
display: none;
}
.input-validation-error {
border: 1px solid #ff0000;
background-color: #ffeeee;
}
.validation-summary-errors {
font-weight: bold;
color: #ff0000;
}
.validation-summary-valid {
display: none;
}
/* Styles for editor and display helpers
----------------------------------------------------------*/
.display-label,
.editor-label
{
float:none;
display:inline;
margin: 1em 0 0 0;
}
.display-field,
.editor-field {
margin: 0.5em 0 0 0;
}
.text-box {
width: 30em;
}
.text-box.multi-line {
height: 6.5em;
}
.tri-state {
width: 6em;
}
/* ------------- Pages Style -------------------- */
#main.fullpage
{
background:url('themes/base/images/Pages/login.png') no-repeat 0 100px;
border:none;
}
.login-input-box
{
width:270px;
float:right;
padding-right:200px;
font-size:x-small;
background:#1b1a18;
padding-top:7px;
text-align:left;
}
.login-button
{
text-align:left;
margin-top:-8px;
}
.remember-password
{
margin-right:60px;
text-align:right;
}
.login-button input
{
color:#333;
background:url('themes/base/images/Pages/Buttons-Background.png') repeat-x;
border:2px solid #333;
width:50px;
padding-bottom:2px;
padding-top:-2px;
font-weight:bold;
}
.login-icon
{
display:block;
width:140px;
height:140px;
background:#1b1a18 url('themes/base/images/Pages/login-icon.png') no-repeat;
float:right;
}
.login-title-background
{
margin-top:8px;
border-top:1px solid #000;
background:gray url('themes/base/images/Pages/login-title-background.png');
height:100px;
}
.login-title-background h1
{
color:White;
margin:30px;
text-indent:10px;
}
#langbox
{
float:left;
background: url('themes/base/images/Pages/langbox-mid.png') repeat-x;
margin-left:20px;
padding-bottom:10px;
}
#langbox .left
{
float:left;
background: url('themes/base/images/Pages/langbox-left.png') no-repeat left top ;
}
#langbox .right
{
float:right;
background: url('themes/base/images/Pages/langbox-right.png') no-repeat right top ;
}
#logindisplay
{
}
#logout-icon a
{
color:#000 !important;
}
#logout-icon a:hover
{
color:#eee !important;
}
#logout-icon
{
width:50px;
height:20px;
vertical-align:top;
background:url('themes/base/images/Pages/logout.png') no-repeat 32px 3px;
float:left;
}
/**************** Pages ******************/
.admin-main-module
{
margin:10px;
padding:10px;
border:1px solid #e3e3e3;
border-radius: 4px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
width:50%;
}
.admin-main-module.hover
{
margin:10px 10px;
padding:10px;
border:1px solid #858585;
border-radius: 4px;
background:url('themes/base/images/Pages/module-background.png') repeat-x;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
}
.admin-main-module strong
{
margin:0;
padding:0;
display:block;
float:right;
clear:left;
margin:10px 0;
font-family:B Koodak;
font-size:16px;
}
.admin-main-module .icon
{
display:block;
width:64px;
height:64px;
background:#f3f3f3;
margin:15px;
float:right;
border-radius: 4px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
}
.admin-main-module .content
{
clear:none;
float:right;
margin:10x;
}
.admin-main-module p
{
margin:0;
padding:0;
display:block;
clear:right;
float:right;
}
.admin-main-module a
{
float:right;
line-height:18px;
margin:5px;
width:280px;
}
.admin-main-layout
{
border-spacing: 5px;
border-style: outset;
border-collapse: separate;
background-color: white;
border:none;
width:85%;
}
.list-main
{
width:100%;
margin:0;
padding:0;
}
.list-main td
{
padding:5px;
}
.list-main tr
{
background:#fff;
}
.list-main tr .actions
{
visibility:hidden;
}
.list-main tr.hover .actions
{
visibility:visible;
}
.list-main tr.even
{
background:#f4f4f4;
}
.list-main th
{
text-align:right;
}
.list-main td, .list-main th{ border:1px solid #bcbcba}
.list-main tr.hover
{background:#fcdfb4}
p.navigation-menu a, .list-main tr.hover .actions a, p.navigation-menu input
{
font-size:0.9em;
width:80px;
padding:3px;
border-radius: 4px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border:1px solid #7b6f5d;
background:#f9f9f9 url('themes/base/images/Pages/actions-bg.png') left bottom repeat-x;
color:#000;
text-align:center;
}
.list-main .actions a
{
padding:3px;
border-radius: 4px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border:1px solid #7b6f5d;
text-align:center;
}
.list-header{margin-bottom:-20px;}
.page-title-breadcrumb
{
background:#f9f9f9 url('themes/base/images/Pages/list-breadcrumb-bg.png') left top repeat-x;
margin-top:-20px;
margin-bottom:-20px;
}
.page-title-breadcrumb h2
{
color:White;
font-size:1.2em;
line-height:48px;
text-indent:20px;
}
.page-title-breadcrumb .list-icon
{
background:#f9f9f9 url('themes/base/images/Pages/list-icon.png') left top repeat-x;
display:block;
width:48px;
height:51px;
float:right;
}
.navigation-menu
{
background:#f9f9f9 url('themes/base/images/Pages/top-actions-bg.png') left top repeat-x;
line-height:40px;
}
.navigation-menu a,
.navigation-menu input
{
margin:5px;
}
.details-main, .create-main, .edit-main {background:#e3e3e3; padding: 10px; height:100%; width:100%; border-collapse:separate; }
.details-main td {padding:10px;}
.details-main td.display-label {width:30%; }
.details-main td.display-field {width:70%}
.SearchBox
{
float:left;
color:White;
}
.SearchBox input[type=text]
{
width:120px;
border:solid 1px #000000;
text-align:right;
}
#users.icon { background:url(themes/icon/users.png)}
#items.icon { background:url(themes/icon/items.png)}
#workflow.icon { background:url(themes/icon/ofp.png); }
#settings.icon { background:url(themes/icon/basicsettings.png)}
#finance.icon { background:url(themes/icon/currancy.png)}
/*
* jQuery UI CSS Framework
* Copyright (c) 2009 AUTHORS.txt (http://jqueryui.com/about)
* Dual licensed under the MIT (MIT-LICENSE.txt) and GPL (GPL-LICENSE.txt) licenses.
*/
/* Layout helpers
----------------------------------*/
.ui-helper-hidden { display: none; }
.ui-helper-hidden-accessible { position: absolute; left: -99999999px; }
.ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; }
.ui-helper-clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.ui-helper-clearfix { display: inline-block; }
/* required comment for clearfix to work in Opera \*/
* html .ui-helper-clearfix { height:1%; }
.ui-helper-clearfix { display:block; }
/* end clearfix */
.ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; filter:Alpha(Opacity=0); }
/* Interaction Cues
----------------------------------*/
.ui-state-disabled { cursor: default !important; }
/* Icons
----------------------------------*/
/* states and images */
.ui-icon { display: block; text-indent: -99999px; overflow: hidden; background-repeat: no-repeat; }
/* Misc visuals
----------------------------------*/
/* Overlays */
.ui-widget-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
/* Component containers
----------------------------------*/
.ui-widget { font-family: Verdana,Arial,sans-serif; font-size: 1.1em; }
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-family: Verdana,Arial,sans-serif; font-size: 1em; }
.ui-widget-content { border: 1px solid #a6c9e2; background: #fcfdfd url(images/ui-bg_inset-hard_100_fcfdfd_1x100.png) 50% bottom repeat-x; color: #222222; }
.ui-widget-content a { color: #222222; }
.ui-widget-header { border: 1px solid #4297d7; background: #2191c0 url(images/ui-bg_gloss-wave_75_2191c0_500x100.png) 50% 50% repeat-x; color: #eaf5f7; font-weight: bold; }
.ui-widget-header a { color: #eaf5f7; }
/* Interaction states
----------------------------------*/
.ui-state-default, .ui-widget-content .ui-state-default { border: 1px solid #77d5f7; background: #0078ae url(images/ui-bg_glass_45_0078ae_1x400.png) 50% 50% repeat-x; font-weight: normal; color: #ffffff; outline: none; }
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #ffffff; text-decoration: none; outline: none; }
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus { border: 1px solid #448dae; background: #79c9ec url(images/ui-bg_glass_75_79c9ec_1x400.png) 50% 50% repeat-x; font-weight: normal; color: #026890; outline: none; }
.ui-state-hover a, .ui-state-hover a:hover { color: #026890; text-decoration: none; outline: none; }
.ui-state-active, .ui-widget-content .ui-state-active { border: 1px solid #acdd4a; background: #6eac2c url(images/ui-bg_gloss-wave_50_6eac2c_500x100.png) 50% 50% repeat-x; font-weight: normal; color: #ffffff; outline: none; }
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #ffffff; outline: none; text-decoration: none; }
/* Interaction Cues
----------------------------------*/
.ui-state-highlight, .ui-widget-content .ui-state-highlight {border: 1px solid #fcd113; background: #f8da4e url(images/ui-bg_glass_55_f8da4e_1x400.png) 50% 50% repeat-x; color: #915608; }
.ui-state-highlight a, .ui-widget-content .ui-state-highlight a { color: #915608; }
.ui-state-error, .ui-widget-content .ui-state-error {border: 1px solid #cd0a0a; background: #e14f1c url(images/ui-bg_gloss-wave_45_e14f1c_500x100.png) 50% top repeat-x; color: #ffffff; }
.ui-state-error a, .ui-widget-content .ui-state-error a { color: #ffffff; }
.ui-state-error-text, .ui-widget-content .ui-state-error-text { color: #ffffff; }
.ui-state-disabled, .ui-widget-content .ui-state-disabled { opacity: .35; filter:Alpha(Opacity=35); background-image: none; }
.ui-priority-primary, .ui-widget-content .ui-priority-primary { font-weight: bold; }
.ui-priority-secondary, .ui-widget-content .ui-priority-secondary { opacity: .7; filter:Alpha(Opacity=70); font-weight: normal; }
/* Icons
----------------------------------*/
/* states and images */
.ui-icon { width: 16px; height: 16px; background-image: url(images/ui-icons_0078ae_256x240.png); }
.ui-widget-content .ui-icon {background-image: url(images/ui-icons_0078ae_256x240.png); }
.ui-widget-header .ui-icon {background-image: url(images/ui-icons_d8e7f3_256x240.png); }
.ui-state-default .ui-icon { background-image: url(images/ui-icons_e0fdff_256x240.png); }
.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {background-image: url(images/ui-icons_056b93_256x240.png); }
.ui-state-active .ui-icon {background-image: url(images/ui-icons_f5e175_256x240.png); }
.ui-state-highlight .ui-icon {background-image: url(images/ui-icons_f7a50d_256x240.png); }
.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {background-image: url(images/ui-icons_fcd113_256x240.png); }
/* positioning */
.ui-icon-carat-1-n { background-position: 0 0; }
.ui-icon-carat-1-ne { background-position: -16px 0; }
.ui-icon-carat-1-e { background-position: -32px 0; }
.ui-icon-carat-1-se { background-position: -48px 0; }
.ui-icon-carat-1-s { background-position: -64px 0; }
.ui-icon-carat-1-sw { background-position: -80px 0; }
.ui-icon-carat-1-w { background-position: -96px 0; }
.ui-icon-carat-1-nw { background-position: -112px 0; }
.ui-icon-carat-2-n-s { background-position: -128px 0; }
.ui-icon-carat-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -64px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -64px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 0 -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-off { background-position: -96px -144px; }
.ui-icon-radio-on { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }
/* Misc visuals
----------------------------------*/
/* Corner radius */
.ui-corner-tl { -moz-border-radius-topleft: 5px; -webkit-border-top-left-radius: 5px; }
.ui-corner-tr { -moz-border-radius-topright: 5px; -webkit-border-top-right-radius: 5px; }
.ui-corner-bl { -moz-border-radius-bottomleft: 5px; -webkit-border-bottom-left-radius: 5px; }
.ui-corner-br { -moz-border-radius-bottomright: 5px; -webkit-border-bottom-right-radius: 5px; }
.ui-corner-top { -moz-border-radius-topleft: 5px; -webkit-border-top-left-radius: 5px; -moz-border-radius-topright: 5px; -webkit-border-top-right-radius: 5px; }
.ui-corner-bottom { -moz-border-radius-bottomleft: 5px; -webkit-border-bottom-left-radius: 5px; -moz-border-radius-bottomright: 5px; -webkit-border-bottom-right-radius: 5px; }
.ui-corner-right { -moz-border-radius-topright: 5px; -webkit-border-top-right-radius: 5px; -moz-border-radius-bottomright: 5px; -webkit-border-bottom-right-radius: 5px; }
.ui-corner-left { -moz-border-radius-topleft: 5px; -webkit-border-top-left-radius: 5px; -moz-border-radius-bottomleft: 5px; -webkit-border-bottom-left-radius: 5px; }
.ui-corner-all { -moz-border-radius: 5px; -webkit-border-radius: 5px; }
/* Overlays */
.ui-widget-overlay { background: #aaaaaa url(images/ui-bg_flat_75_aaaaaa_40x100.png) 50% 50% repeat-x; opacity: .30;filter:Alpha(Opacity=30); }
.ui-widget-shadow { margin: 5px 0 0 5px; padding: 0px; background: #999999 url(images/ui-bg_flat_55_999999_40x100.png) 50% 50% repeat-x; opacity: .45;filter:Alpha(Opacity=45); -moz-border-radius: 5px; -webkit-border-radius: 5px; }
/* Datepicker
----------------------------------*/
.ui-datepicker { font-size:.9em; width: 17em; padding: .2em .2em 0; }
.ui-datepicker .ui-datepicker-header { position:relative; padding:.2em 0; }
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next { position:absolute; top: 2px; width: 1.8em; height: 1.8em; }
.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover { top: 1px; }
.ui-datepicker .ui-datepicker-prev { left:2px; }
.ui-datepicker .ui-datepicker-next { right:2px; }
.ui-datepicker .ui-datepicker-prev-hover { left:1px; }
.ui-datepicker .ui-datepicker-next-hover { right:1px; }
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span { display: block; position: absolute; left: 50%; margin-left: -8px; top: 50%; margin-top: -8px; }
.ui-datepicker .ui-datepicker-title { margin: 0 2.3em; line-height: 1.8em; text-align: center; }
.ui-datepicker .ui-datepicker-title select { float:left; font-size:1em; margin:1px 0; }
.ui-datepicker select.ui-datepicker-month-year {width: 100%;}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year { width: 49%;}
.ui-datepicker .ui-datepicker-title select.ui-datepicker-year { float: right; }
.ui-datepicker table {width: 100%; font-size: .9em; border-collapse: collapse; margin:0 0 .4em; }
.ui-datepicker th { padding: .7em .3em; text-align: center; font-weight: bold; border: 0; }
.ui-datepicker td { border: 0; padding: 1px; }
.ui-datepicker td span, .ui-datepicker td a { display: block; padding: .2em; text-align: right; text-decoration: none; }
.ui-datepicker .ui-datepicker-buttonpane { background-image: none; margin: .7em 0 0 0; padding:0 .2em; border-left: 0; border-right: 0; border-bottom: 0; }
.ui-datepicker .ui-datepicker-buttonpane button { float: right; margin: .5em .2em .4em; cursor: pointer; padding: .2em .6em .3em .6em; width:auto; overflow:visible; }
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current { float:left; }
/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi { width:auto; }
.ui-datepicker-multi .ui-datepicker-group { float:left; }
.ui-datepicker-multi .ui-datepicker-group table { width:95%; margin:0 auto .4em; }
.ui-datepicker-multi-2 .ui-datepicker-group { width:50%; }
.ui-datepicker-multi-3 .ui-datepicker-group { width:33.3%; }
.ui-datepicker-multi-4 .ui-datepicker-group { width:25%; }
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header { border-left-width:0; }
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header { border-left-width:0; }
.ui-datepicker-multi .ui-datepicker-buttonpane { clear:left; }
.ui-datepicker-row-break { clear:both; width:100%; }
/* RTL support */
.ui-datepicker-rtl { direction: rtl; }
.ui-datepicker-rtl .ui-datepicker-prev { right: 2px; left: auto; }
.ui-datepicker-rtl .ui-datepicker-next { left: 2px; right: auto; }
.ui-datepicker-rtl .ui-datepicker-prev:hover { right: 1px; left: auto; }
.ui-datepicker-rtl .ui-datepicker-next:hover { left: 1px; right: auto; }
.ui-datepicker-rtl .ui-datepicker-buttonpane { clear:right; }
.ui-datepicker-rtl .ui-datepicker-buttonpane button { float: left; }
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current { float:right; }
.ui-datepicker-rtl .ui-datepicker-group { float:right; }
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header { border-right-width:0; border-left-width:1px; }
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header { border-right-width:0; border-left-width:1px; }
/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */
.ui-datepicker-cover {
display: none; /*sorry for IE5*/
display/**/: block; /*sorry for IE5*/
position: absolute; /*must have*/
z-index: -1; /*must have*/
filter: mask(); /*must have*/
top: -4px; /*must have*/
left: -4px; /*must have*/
width: 200px; /*must have*/
height: 200px; /*must have*/
} | mbaco/Content/Site.css | /*----------------------------------------------------------
The base color for this template is #5c87b2. If you'd like
to use a different color start by replacing all instances of
#5c87b2 with your new color.
----------------------------------------------------------*/
html
{
direction:rtl;
}
body {
background-color: #fff;
font-size: .85em;
font-family: "Trebuchet MS", Verdana, Helvetica, Sans-Serif;
margin: 0;
padding: 0;
color: #696969;
}
td, input
{
font-family:Tahoma;
}
a:link {
color: #034af3;
text-decoration: none;
font-family:Tahoma;
font-size:smaller;
}
a:visited {
color: #505abc;
}
a:hover {
color: #1d60ff;
text-decoration: none;
}
a:active {
color: #12eb87;
}
p, ul {
margin-bottom: 20px;
line-height: 1.6em;
}
header,
footer,
nav,
section {
display: block;
}
.well
{
min-height: 20px;
padding: 19px;
margin-bottom: 20px;
background-color: #f5f5f5;
border: 1px solid #eee;
border: 1px solid rgba(0, 0, 0, 0.05);
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
/* HEADINGS
----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6, legend, th {
font-size: 1.5em;
font-family: "Trebuchet MS", Verdana, Helvetica, Sans-Serif;
color: #000;
}
h1 {
font-size: 2em;
padding-bottom: 0;
margin-bottom: 0;
}
h2 {
padding: 0 0 10px 0;
}
h3 {
font-size: 1.2em;
}
h4 {
font-size: 1.1em;
}
h5, h6, th {
font-size: 1em;
}
/* PRIMARY LAYOUT ELEMENTS
----------------------------------------------------------*/
/* you can specify a greater or lesser percentage for the
page width. Or, you can specify an exact pixel width. */
.page {
margin-left: auto;
margin-right: auto;
height:100%;
}
header, #header {
margin-bottom: 0px;
color: #000;
padding: 0;
height:40px;
}
header h1, #header h1 {
font-weight: bold;
padding: 5px 0;
margin: 0;
color: #fff;
border: none;
line-height: 2em;
text-shadow: 1px 1px 2px #111;
}
#page-container
{
margin:0;
padding:0;
}
#page-container fieldset
{
margin:20px;
}
#main {
padding: 30px 30px 15px 30px;
background-color: #fff;
width:100%;
min-height:400px;
direction:rtl;
border-radius: 4px 0 0 0;
-webkit-border-radius: 4px 0 0 0;
-moz-border-radius: 4px 0 0 0;
}
#ltr #main {direction:ltr;}
table td { vertical-align:top }
footer,
#footer {
background-color: #fff;
color: #999;
padding: 10px 0;
text-align: center;
line-height: normal;
margin: 0 0 30px 0;
font-size: .9em;
border-radius: 0 0 4px 4px;
-webkit-border-radius: 0 0 4px 4px;
-moz-border-radius: 0 0 4px 4px;
}
/* TAB MENU
----------------------------------------------------------*/
ul#menu
{
padding: 0 0 2px;
line-height:12px;
text-align: right;
}
ul#menu li
{
float:right;
display: inline;
list-style: none;
height:15px;
margin:0 2px;
}
ul#menu li#greeting {
padding: 5px 10px;
text-decoration: none;
line-height: 2.8em;
color: #fff;
}
ul#menu li a {
padding: 5px 10px;
text-decoration: none;
color: #333;
/* border-radius: 4px 4px 0 0;
-webkit-border-radius: 4px 4px 0 0;
-moz-border-radius: 4px 4px 0 0;*/
}
ul#menu li a:hover {
color: #666;
text-decoration: none;
}
ul#menu li a:active {
text-decoration: none;
}
ul#menu li.selected a {
background-color: #fff;
color: #000;
}
/* FORM LAYOUT ELEMENTS
----------------------------------------------------------*/
fieldset {
border: 1px solid #ddd;
padding: 0 1.4em 1.4em 1.4em;
margin: 0 0 1.5em 0;
}
legend {
font-size: 1.2em;
font-weight: bold;
}
textarea {
min-height: 75px;
}
input[type="text"],
input[type="password"] {
border: 1px solid #ccc;
padding: 2px;
font-size: 1.2em;
color: #444;
width: 200px;
}
select {
border: 1px solid #ccc;
padding: 2px;
font-size: 1.2em;
color: #444;
}
input[type="submit"] {
font-size: 1.2em;
padding: 5px;
}
/* TABLE
----------------------------------------------------------*/
table {
border-collapse: collapse;
}
table td {
}
table th {
padding: 6px 5px;
text-align: left;
background-color: #c7c7c7;
}
/* MISC
----------------------------------------------------------*/
.clear {
clear: both;
}
.error {
color: Red;
}
nav,
#menucontainer {
}
#menucontainer {
height:29px;
display:block;
}
div#title {
display: block;
float: right;
text-align: left;
margin: 0 10px;
}
div#header #head h1
{
font-size:medium;
}
div#header #head
{
background:url('themes/base/images/Pages/header-bg0.png') repeat-x;
height:80px;
}
#head a
{
}
div#header #icon {
background:url('themes/base/images/Pages/admin-icon.png') no-repeat;
display:block;
height:42px;
width:50px;
float:right;
}
#ltr div#title {
float: left;
}
#ltr #culture
{
text-align: right;
}
#culture a
{
color:White;
}
#culture a:hover
{
color:#999;
}
#culture
{
text-align: left;
margin: 10px;
}
#ltr #logindisplay
{
text-align: right;
}
#logindisplay {
font-size: 1.1em;
display: block;
text-align: left;
margin: 3px 10px;
color: White;
height:16px;
}
#logindisplay a:link {
color: white;
}
#logindisplay a:visited {
color: white;
text-decoration: underline;
}
#logindisplay a:hover {
color: white;
text-decoration: none;
}
/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error {
color: #ff0000;
}
.field-validation-valid {
display: none;
}
.input-validation-error {
border: 1px solid #ff0000;
background-color: #ffeeee;
}
.validation-summary-errors {
font-weight: bold;
color: #ff0000;
}
.validation-summary-valid {
display: none;
}
/* Styles for editor and display helpers
----------------------------------------------------------*/
.display-label,
.editor-label
{
float:none;
display:inline;
margin: 1em 0 0 0;
}
.display-field,
.editor-field {
margin: 0.5em 0 0 0;
}
.text-box {
width: 30em;
}
.text-box.multi-line {
height: 6.5em;
}
.tri-state {
width: 6em;
}
/* ------------- Pages Style -------------------- */
#main.fullpage
{
background:url('themes/base/images/Pages/login.png') no-repeat 0 100px;
border:none;
}
.login-input-box
{
width:270px;
float:right;
padding-right:200px;
font-size:x-small;
background:#1b1a18;
padding-top:7px;
text-align:left;
}
.login-button
{
text-align:left;
margin-top:-8px;
}
.remember-password
{
margin-right:60px;
text-align:right;
}
.login-button input
{
color:#333;
background:url('themes/base/images/Pages/Buttons-Background.png') repeat-x;
border:2px solid #333;
width:50px;
padding-bottom:2px;
padding-top:-2px;
font-weight:bold;
}
.login-icon
{
display:block;
width:140px;
height:140px;
background:#1b1a18 url('themes/base/images/Pages/login-icon.png') no-repeat;
float:right;
}
.login-title-background
{
margin-top:8px;
border-top:1px solid #000;
background:gray url('themes/base/images/Pages/login-title-background.png');
height:100px;
}
.login-title-background h1
{
color:White;
margin:30px;
text-indent:10px;
}
#langbox
{
float:left;
background: url('themes/base/images/Pages/langbox-mid.png') repeat-x;
margin-left:20px;
padding-bottom:10px;
}
#langbox .left
{
float:left;
background: url('themes/base/images/Pages/langbox-left.png') no-repeat left top ;
}
#langbox .right
{
float:right;
background: url('themes/base/images/Pages/langbox-right.png') no-repeat right top ;
}
#logindisplay
{
}
#logout-icon a
{
color:#000 !important;
}
#logout-icon a:hover
{
color:#eee !important;
}
#logout-icon
{
width:50px;
height:20px;
vertical-align:top;
background:url('themes/base/images/Pages/logout.png') no-repeat 32px 3px;
float:left;
}
/**************** Pages ******************/
.admin-main-module
{
margin:10px;
padding:10px;
border:1px solid #e3e3e3;
border-radius: 4px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
width:50%;
}
.admin-main-module.hover
{
margin:10px 10px;
padding:10px;
border:1px solid #858585;
border-radius: 4px;
background:url('themes/base/images/Pages/module-background.png') repeat-x;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
}
.admin-main-module strong
{
margin:0;
padding:0;
display:block;
float:right;
clear:left;
margin:10px 0;
font-family:B Koodak;
font-size:16px;
}
.admin-main-module .icon
{
display:block;
width:64px;
height:64px;
background:#f3f3f3;
margin:15px;
float:right;
border-radius: 4px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
}
.admin-main-module .content
{
clear:none;
float:right;
margin:10x;
}
.admin-main-module p
{
margin:0;
padding:0;
display:block;
clear:right;
float:right;
}
.admin-main-module a
{
float:right;
line-height:18px;
margin:5px;
width:280px;
}
.admin-main-layout
{
border-spacing: 5px;
border-style: outset;
border-collapse: separate;
background-color: white;
border:none;
width:85%;
}
.list-main
{
width:100%;
margin:0;
padding:0;
}
.list-main td
{
padding:5px;
}
.list-main tr
{
background:#fff;
}
.list-main tr .actions
{
visibility:hidden;
}
.list-main tr.hover .actions
{
visibility:visible;
}
.list-main tr.even
{
background:#f4f4f4;
}
.list-main th
{
text-align:right;
}
.list-main td, .list-main th{ border:1px solid #bcbcba}
.list-main tr.hover
{background:#fcdfb4}
p.navigation-menu a, .list-main tr.hover .actions a, p.navigation-menu input
{
font-size:0.9em;
width:80px;
padding:3px;
border-radius: 4px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border:1px solid #7b6f5d;
background:#f9f9f9 url('themes/base/images/Pages/actions-bg.png') left bottom repeat-x;
color:#000;
text-align:center;
}
.list-main .actions a
{
padding:3px;
border-radius: 4px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border:1px solid #7b6f5d;
text-align:center;
}
.list-header{margin-bottom:-20px;}
.page-title-breadcrumb
{
background:#f9f9f9 url('themes/base/images/Pages/list-breadcrumb-bg.png') left top repeat-x;
margin-top:-20px;
margin-bottom:-20px;
}
.page-title-breadcrumb h2
{
color:White;
font-size:1.2em;
line-height:48px;
text-indent:20px;
}
.page-title-breadcrumb .list-icon
{
background:#f9f9f9 url('themes/base/images/Pages/list-icon.png') left top repeat-x;
display:block;
width:48px;
height:51px;
float:right;
}
.navigation-menu
{
background:#f9f9f9 url('themes/base/images/Pages/top-actions-bg.png') left top repeat-x;
line-height:40px;
}
.navigation-menu a,
.navigation-menu input
{
margin:5px;
}
.details-main, .create-main, .edit-main {background:#e3e3e3; padding: 10px; height:100%; width:100%; border-collapse:separate; }
.details-main td {padding:10px;}
.details-main td.display-label {width:30%; }
.details-main td.display-field {width:70%}
.SearchBox
{
float:left;
color:White;
}
.SearchBox input[type=text]
{
width:120px;
border:solid 1px #000000;
text-align:right;
}
#users.icon { background:url(themes/icon/users.png)}
#items.icon { background:url(themes/icon/items.png)}
#workflow.icon { background:url(themes/icon/ofp.png); }
#settings.icon { background:url(themes/icon/basicsettings.png)}
#finance.icon { background:url(themes/icon/currancy.png)}
/*
* jQuery UI CSS Framework
* Copyright (c) 2009 AUTHORS.txt (http://jqueryui.com/about)
* Dual licensed under the MIT (MIT-LICENSE.txt) and GPL (GPL-LICENSE.txt) licenses.
*/
/* Layout helpers
----------------------------------*/
.ui-helper-hidden { display: none; }
.ui-helper-hidden-accessible { position: absolute; left: -99999999px; }
.ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; }
.ui-helper-clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.ui-helper-clearfix { display: inline-block; }
/* required comment for clearfix to work in Opera \*/
* html .ui-helper-clearfix { height:1%; }
.ui-helper-clearfix { display:block; }
/* end clearfix */
.ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; filter:Alpha(Opacity=0); }
/* Interaction Cues
----------------------------------*/
.ui-state-disabled { cursor: default !important; }
/* Icons
----------------------------------*/
/* states and images */
.ui-icon { display: block; text-indent: -99999px; overflow: hidden; background-repeat: no-repeat; }
/* Misc visuals
----------------------------------*/
/* Overlays */
.ui-widget-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
/* Component containers
----------------------------------*/
.ui-widget { font-family: Verdana,Arial,sans-serif; font-size: 1.1em; }
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-family: Verdana,Arial,sans-serif; font-size: 1em; }
.ui-widget-content { border: 1px solid #a6c9e2; background: #fcfdfd url(images/ui-bg_inset-hard_100_fcfdfd_1x100.png) 50% bottom repeat-x; color: #222222; }
.ui-widget-content a { color: #222222; }
.ui-widget-header { border: 1px solid #4297d7; background: #2191c0 url(images/ui-bg_gloss-wave_75_2191c0_500x100.png) 50% 50% repeat-x; color: #eaf5f7; font-weight: bold; }
.ui-widget-header a { color: #eaf5f7; }
/* Interaction states
----------------------------------*/
.ui-state-default, .ui-widget-content .ui-state-default { border: 1px solid #77d5f7; background: #0078ae url(images/ui-bg_glass_45_0078ae_1x400.png) 50% 50% repeat-x; font-weight: normal; color: #ffffff; outline: none; }
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #ffffff; text-decoration: none; outline: none; }
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus { border: 1px solid #448dae; background: #79c9ec url(images/ui-bg_glass_75_79c9ec_1x400.png) 50% 50% repeat-x; font-weight: normal; color: #026890; outline: none; }
.ui-state-hover a, .ui-state-hover a:hover { color: #026890; text-decoration: none; outline: none; }
.ui-state-active, .ui-widget-content .ui-state-active { border: 1px solid #acdd4a; background: #6eac2c url(images/ui-bg_gloss-wave_50_6eac2c_500x100.png) 50% 50% repeat-x; font-weight: normal; color: #ffffff; outline: none; }
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #ffffff; outline: none; text-decoration: none; }
/* Interaction Cues
----------------------------------*/
.ui-state-highlight, .ui-widget-content .ui-state-highlight {border: 1px solid #fcd113; background: #f8da4e url(images/ui-bg_glass_55_f8da4e_1x400.png) 50% 50% repeat-x; color: #915608; }
.ui-state-highlight a, .ui-widget-content .ui-state-highlight a { color: #915608; }
.ui-state-error, .ui-widget-content .ui-state-error {border: 1px solid #cd0a0a; background: #e14f1c url(images/ui-bg_gloss-wave_45_e14f1c_500x100.png) 50% top repeat-x; color: #ffffff; }
.ui-state-error a, .ui-widget-content .ui-state-error a { color: #ffffff; }
.ui-state-error-text, .ui-widget-content .ui-state-error-text { color: #ffffff; }
.ui-state-disabled, .ui-widget-content .ui-state-disabled { opacity: .35; filter:Alpha(Opacity=35); background-image: none; }
.ui-priority-primary, .ui-widget-content .ui-priority-primary { font-weight: bold; }
.ui-priority-secondary, .ui-widget-content .ui-priority-secondary { opacity: .7; filter:Alpha(Opacity=70); font-weight: normal; }
/* Icons
----------------------------------*/
/* states and images */
.ui-icon { width: 16px; height: 16px; background-image: url(images/ui-icons_0078ae_256x240.png); }
.ui-widget-content .ui-icon {background-image: url(images/ui-icons_0078ae_256x240.png); }
.ui-widget-header .ui-icon {background-image: url(images/ui-icons_d8e7f3_256x240.png); }
.ui-state-default .ui-icon { background-image: url(images/ui-icons_e0fdff_256x240.png); }
.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {background-image: url(images/ui-icons_056b93_256x240.png); }
.ui-state-active .ui-icon {background-image: url(images/ui-icons_f5e175_256x240.png); }
.ui-state-highlight .ui-icon {background-image: url(images/ui-icons_f7a50d_256x240.png); }
.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {background-image: url(images/ui-icons_fcd113_256x240.png); }
/* positioning */
.ui-icon-carat-1-n { background-position: 0 0; }
.ui-icon-carat-1-ne { background-position: -16px 0; }
.ui-icon-carat-1-e { background-position: -32px 0; }
.ui-icon-carat-1-se { background-position: -48px 0; }
.ui-icon-carat-1-s { background-position: -64px 0; }
.ui-icon-carat-1-sw { background-position: -80px 0; }
.ui-icon-carat-1-w { background-position: -96px 0; }
.ui-icon-carat-1-nw { background-position: -112px 0; }
.ui-icon-carat-2-n-s { background-position: -128px 0; }
.ui-icon-carat-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -64px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -64px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 0 -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-off { background-position: -96px -144px; }
.ui-icon-radio-on { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }
/* Misc visuals
----------------------------------*/
/* Corner radius */
.ui-corner-tl { -moz-border-radius-topleft: 5px; -webkit-border-top-left-radius: 5px; }
.ui-corner-tr { -moz-border-radius-topright: 5px; -webkit-border-top-right-radius: 5px; }
.ui-corner-bl { -moz-border-radius-bottomleft: 5px; -webkit-border-bottom-left-radius: 5px; }
.ui-corner-br { -moz-border-radius-bottomright: 5px; -webkit-border-bottom-right-radius: 5px; }
.ui-corner-top { -moz-border-radius-topleft: 5px; -webkit-border-top-left-radius: 5px; -moz-border-radius-topright: 5px; -webkit-border-top-right-radius: 5px; }
.ui-corner-bottom { -moz-border-radius-bottomleft: 5px; -webkit-border-bottom-left-radius: 5px; -moz-border-radius-bottomright: 5px; -webkit-border-bottom-right-radius: 5px; }
.ui-corner-right { -moz-border-radius-topright: 5px; -webkit-border-top-right-radius: 5px; -moz-border-radius-bottomright: 5px; -webkit-border-bottom-right-radius: 5px; }
.ui-corner-left { -moz-border-radius-topleft: 5px; -webkit-border-top-left-radius: 5px; -moz-border-radius-bottomleft: 5px; -webkit-border-bottom-left-radius: 5px; }
.ui-corner-all { -moz-border-radius: 5px; -webkit-border-radius: 5px; }
/* Overlays */
.ui-widget-overlay { background: #aaaaaa url(images/ui-bg_flat_75_aaaaaa_40x100.png) 50% 50% repeat-x; opacity: .30;filter:Alpha(Opacity=30); }
.ui-widget-shadow { margin: 5px 0 0 5px; padding: 0px; background: #999999 url(images/ui-bg_flat_55_999999_40x100.png) 50% 50% repeat-x; opacity: .45;filter:Alpha(Opacity=45); -moz-border-radius: 5px; -webkit-border-radius: 5px; }
/* Datepicker
----------------------------------*/
.ui-datepicker { font-size:.9em; width: 17em; padding: .2em .2em 0; }
.ui-datepicker .ui-datepicker-header { position:relative; padding:.2em 0; }
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next { position:absolute; top: 2px; width: 1.8em; height: 1.8em; }
.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover { top: 1px; }
.ui-datepicker .ui-datepicker-prev { left:2px; }
.ui-datepicker .ui-datepicker-next { right:2px; }
.ui-datepicker .ui-datepicker-prev-hover { left:1px; }
.ui-datepicker .ui-datepicker-next-hover { right:1px; }
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span { display: block; position: absolute; left: 50%; margin-left: -8px; top: 50%; margin-top: -8px; }
.ui-datepicker .ui-datepicker-title { margin: 0 2.3em; line-height: 1.8em; text-align: center; }
.ui-datepicker .ui-datepicker-title select { float:left; font-size:1em; margin:1px 0; }
.ui-datepicker select.ui-datepicker-month-year {width: 100%;}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year { width: 49%;}
.ui-datepicker .ui-datepicker-title select.ui-datepicker-year { float: right; }
.ui-datepicker table {width: 100%; font-size: .9em; border-collapse: collapse; margin:0 0 .4em; }
.ui-datepicker th { padding: .7em .3em; text-align: center; font-weight: bold; border: 0; }
.ui-datepicker td { border: 0; padding: 1px; }
.ui-datepicker td span, .ui-datepicker td a { display: block; padding: .2em; text-align: right; text-decoration: none; }
.ui-datepicker .ui-datepicker-buttonpane { background-image: none; margin: .7em 0 0 0; padding:0 .2em; border-left: 0; border-right: 0; border-bottom: 0; }
.ui-datepicker .ui-datepicker-buttonpane button { float: right; margin: .5em .2em .4em; cursor: pointer; padding: .2em .6em .3em .6em; width:auto; overflow:visible; }
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current { float:left; }
/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi { width:auto; }
.ui-datepicker-multi .ui-datepicker-group { float:left; }
.ui-datepicker-multi .ui-datepicker-group table { width:95%; margin:0 auto .4em; }
.ui-datepicker-multi-2 .ui-datepicker-group { width:50%; }
.ui-datepicker-multi-3 .ui-datepicker-group { width:33.3%; }
.ui-datepicker-multi-4 .ui-datepicker-group { width:25%; }
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header { border-left-width:0; }
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header { border-left-width:0; }
.ui-datepicker-multi .ui-datepicker-buttonpane { clear:left; }
.ui-datepicker-row-break { clear:both; width:100%; }
/* RTL support */
.ui-datepicker-rtl { direction: rtl; }
.ui-datepicker-rtl .ui-datepicker-prev { right: 2px; left: auto; }
.ui-datepicker-rtl .ui-datepicker-next { left: 2px; right: auto; }
.ui-datepicker-rtl .ui-datepicker-prev:hover { right: 1px; left: auto; }
.ui-datepicker-rtl .ui-datepicker-next:hover { left: 1px; right: auto; }
.ui-datepicker-rtl .ui-datepicker-buttonpane { clear:right; }
.ui-datepicker-rtl .ui-datepicker-buttonpane button { float: left; }
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current { float:right; }
.ui-datepicker-rtl .ui-datepicker-group { float:right; }
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header { border-right-width:0; border-left-width:1px; }
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header { border-right-width:0; border-left-width:1px; }
/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */
.ui-datepicker-cover {
display: none; /*sorry for IE5*/
display/**/: block; /*sorry for IE5*/
position: absolute; /*must have*/
z-index: -1; /*must have*/
filter: mask(); /*must have*/
top: -4px; /*must have*/
left: -4px; /*must have*/
width: 200px; /*must have*/
height: 200px; /*must have*/
} | 0.22448 | 0.065425 |
.node circle {
fill: #7ba7cc;
stroke: #b44682;
stroke-width: 1px;
cursor: pointer; }
.node text {
font-family: 'Roboto';
font-size: 0.85rem; }
.link {
fill: none;
stroke: #ccc;
stroke-width: 1px; }
ul {
list-style-type: none; }
.filter_table__container {
overflow-x: auto; }
.filter_table__filter-bar {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-webkit-box-align: end;
-ms-flex-align: end;
align-items: flex-end; }
.filter_table__filter-container {
width: 100%; }
#filter_table__filter-field {
width: 100% !important; }
.filter_table__mode-container {
cursor: pointer; }
.filter_table__body {
overflow-y: auto;
overflow-x: auto;
height: 100%; }
.filter_table__row {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap; }
.filter_table__header {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
height: 30px;
width: calc(100% - 17px);
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
cursor: pointer; }
.filter_table__header-cell {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center; }
.filter_table__header-cell:hover {
font-weight: 900; }
.filter_table__cell {
padding: 1px;
overflow-x: hidden; }
/* totals row */
.filter_table__totals-container {
width: calc(100% - 15px);
font-weight: bold; }
.tree_node {
border: solid 1px white;
line-height: 0.95;
overflow: hidden;
position: absolute;
border-radius: 6px; }
.tree_node div {
padding: 6px 4%; }
.application-container {
height: 100vh; }
.application-modal {
opacity: 0.25; }
body, html {
margin: 0px;
font-family: 'Roboto', sans-serif; }
.button__container {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row; }
.loader__container {
height: 100%;
width: 100%;
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; }
.navbar__container {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
background: #0069C0;
color: #D3F6FE; }
#app__icon {
padding: 0px 25px;
background: #002341; }
.navbar__item {
padding: 5px 15px;
height: 40px;
font-size: 1.2rem;
text-transform: uppercase;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
cursor: pointer;
transition: 0.25s ease-in-out; }
.navbar__item img {
height: 32px;
margin-right: 5px; }
.navbar__item:hover {
background: #002341; }
.navbar__item:nth-child(even) {
border-left: 1px solid #D3F6FE;
border-right: 1px solid #D3F6FE; }
body, html {
margin: 0px;
font-family: 'Roboto', sans-serif; }
.button__container {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row; }
.loader__container {
height: 100%;
width: 100%;
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; }
/** Modal that creates ODBC databases **/
.odbc__container {
z-index: 2;
position: absolute;
background: white;
width: 450px;
margin: 25px;
padding: 25px;
top: 20%;
left: calc(50% - 225px);
box-shadow: 1px 1px 2px 2px #999;
min-height: 300px; }
.odbc__container h4 {
display: inline-block;
margin: 5px; }
.odbc__container input {
width: 95%;
padding: 2px 8px;
font-size: 1.1rem; }
.odbc__container span {
font-size: 0.75rem;
color: #999;
margin-left: 5px;
font-style: italic; }
.odbc__button-container {
margin-top: 15px; }
.odbc__error {
margin-left: 10px;
margin-top: 3px;
font-size: 1rem;
color: red;
text-align: center; }
.odbc__success-container {
text-align: center;
color: green;
font-size: 1.1rem;
margin-top: 5px; }
.odbc__loading-container {
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; }
/**
Modal that uses created odbc
databases to generate ScanEvents
*/
.odbc_scan__container {
z-index: 2;
position: absolute;
background: white;
width: 450px;
margin: 25px;
padding: 25px;
top: 20%;
left: calc(50% - 225px);
box-shadow: 1px 1px 2px 2px #999;
min-height: 300px;
max-height: 600px; }
.odbc_scan__database-container {
height: 300px;
overflow-y: auto;
margin-bottom: 10px; }
.odbc_scan__error-container {
text-align: center;
color: red;
font-size: 0.85rem;
margin-bottom: 5px; }
.database__container {
cursor: pointer;
padding: 5px 10px; }
.database__container:hover {
background: #D3F6FE; }
.database__active {
background: #a1ecfd; }
.database__name {
font-size: 1.3rem; }
.database__server {
margin-left: 10px; }
.database__server-label {
font-size: 0.8rem;
margin-right: 5px; }
.database__server-value {
color: #999; }
.database__data_source {
margin-left: 10px; }
.database__data_source-label {
font-size: 0.8rem;
margin-right: 5px; }
.database__data_source-value {
color: #999; }
body, html {
margin: 0px;
font-family: 'Roboto', sans-serif; }
.button__container {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row; }
.loader__container {
height: 100%;
width: 100%;
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; }
.sidebar__container {
width: 350px;
margin: 15px 5px; }
.sidebar__tabs {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row; }
.sidebar__tab {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-flex: 1;
-ms-flex: 1 1 auto;
flex: 1 1 auto;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
height: 30px;
background: #0091D8;
color: #D3F6FE;
cursor: pointer;
transition: 0.15s ease-in-out; }
.sidebar__tab:hover {
background: #002341;
color: #D3F6FE; }
.sidebar__active {
background: #D3F6FE;
color: #0091D8; }
/** Scan List & Items **/
.scan_list__items {
margin: 10px 0px; }
.scan_list__confirm {
text-align: center;
color: red;
font-size: 0.85rem;
margin-bottom: 5px; }
.scan_list__error-container {
text-align: center;
color: red;
font-size: 0.85rem;
margin-bottom: 5px; }
.scan_item__container {
cursor: pointer;
padding: 5px 10px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap; }
.scan_item__container:hover {
background: #D3F6FE; }
.scan_item__active {
background: #a1ecfd; }
.scan_item__type {
-webkit-box-flex: 1;
-ms-flex: 1 1 50px;
flex: 1 1 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;
font-weight: bold; }
.scan_item__info {
-webkit-box-flex: 1;
-ms-flex: 1 1 150px;
flex: 1 1 150px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column; }
.scan_item__date {
color: #999;
margin-left: 3px;
font-size: 0.9rem; }
body, html {
margin: 0px;
font-family: 'Roboto', sans-serif; }
.button__container {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row; }
.loader__container {
height: 100%;
width: 100%;
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; }
body, html {
margin: 0px;
font-family: 'Roboto', sans-serif; }
.button__container {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row; }
.loader__container {
height: 100%;
width: 100%;
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; }
.tag_detail__container {
margin: 15px 40px;
position: relative;
width: 90%; }
.tag_detail__container a {
text-decoration: none; }
#tag_detail__return {
width: 225px; }
.tag_detail__header {
padding: 15px;
font-size: 1.8rem;
background: #002341;
color: white; }
.tag_detail__info {
margin-top: 15px;
border: 1px solid #002341; }
.tag_detail__labels {
margin: 10px 0px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
-ms-flex-line-pack: start;
align-content: flex-start;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
width: 85%; }
.tag_detail__labels h3 {
display: inline-block;
margin: 0px 10px; }
.tag_detail__label {
-webkit-box-flex: 1;
-ms-flex: 1 1 200px;
flex: 1 1 200px; }
#tag_detail__back {
position: absolute;
top: 0px;
right: 25px; }
.tag_detail__equation {
padding: 15px 35px;
background: #cad6de; }
.tag_detail__ancestor-chart {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center; }
.tree_item__container {
margin-left: 25px; }
body, html {
margin: 0px;
font-family: 'Roboto', sans-serif; }
.button__container {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row; }
.loader__container {
height: 100%;
width: 100%;
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; }
.taglist__outer-container {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-wrap: wrap-reverse;
flex-wrap: wrap-reverse; }
.taglist__container {
max-width: 100%;
-webkit-box-flex: 4;
-ms-flex: 4 1 auto;
flex: 4 1 auto;
padding: 15px 10px 0px 10px; }
@media (min-width: 900px) {
.taglist__container {
max-width: calc(100% - 385px); } }
.taglist__container button {
cursor: pointer;
background: #0091D8;
color: #D3F6FE;
border-radius: 2px;
padding: 2px 25px;
font-weight: 600 !important;
box-shadow: 1px 1px 1px 0px #787878;
border: 1px solid #0091D8;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
transition: 0.15s ease-in-out;
height: 30px; }
.taglist__container button img {
height: 100%; }
.taglist__container button:focus {
outline: 0; }
.taglist__container button:hover {
background: #002341;
border: 1px solid #002341; }
.taglist__container h1 {
text-align: center; }
.filter_table__filter-bar {
height: 30px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row; }
.filter_table__filter-container {
height: 100%;
margin-right: 15px;
border-bottom: 1px solid #999; }
.filter_table__filter-container input {
height: 25px;
padding-left: 10px;
font-size: 1.2rem;
border-radius: 2px;
outline: none;
border: none; }
.filter_table__header-cell {
height: 40px;
font-size: 1.3rem; }
.filter_table__body {
margin: 5px 0px; }
.filter_table__row {
cursor: pointer;
padding: 2px 5px;
border-top: 1px solid #cad6de;
border-left: 1px solid #cad6de;
transition: 0.1s ease-in-out; }
.filter_table__row:hover {
background: #bfeaff; }
.filter_table__row:nth-child(odd) {
background: #e9eef2; }
.filter_table__cell {
white-space: nowrap; }
body, html {
margin: 0px;
font-family: 'Roboto', sans-serif; }
.button__container {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row; }
.loader__container {
height: 100%;
width: 100%;
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; }
.uploader__prompt {
z-index: 2;
position: absolute;
background: white;
width: 450px;
margin: 25px;
padding: 25px;
top: 20%;
left: calc(50% - 225px);
box-shadow: 1px 1px 2px 2px #999; }
.uploader__dropzone {
border: 3px dashed #999;
color: #666;
height: 150px;
width: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
overflow-y: hidden; }
.dropzone__error {
border: 3px dashed red;
color: red; }
.uploader__error {
color: red;
font-size: 1.3rem;
text-align: center;
padding-top: 8px; }
.uploader__results {
color: green;
font-size: 1.3rem;
text-align: center;
padding-top: 8px; }
.uploader__label {
width: 100%;
max-height: 100%;
text-align: center;
font-size: 2rem;
overflow-wrap: break-word;
text-overflow: ellipsis; }
.uploader__buttons {
margin-top: 5px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row; }
.uploader__button {
cursor: pointer;
background: #0091D8;
color: #D3F6FE;
border-radius: 2px;
padding: 2px 25px;
font-weight: 600 !important;
box-shadow: 1px 1px 1px 0px #787878;
border: 1px solid #0091D8;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
transition: 0.15s ease-in-out;
cursor: pointer;
font-size: 0.9rem;
font-weight: bold !important;
height: 35px;
margin-right: 3px; }
.uploader__button img {
height: 100%; }
.uploader__button:focus {
outline: 0; }
.uploader__button:hover {
background: #002341;
border: 1px solid #002341; }
/**
Hide the file input's file name. From:
http://stackoverflow.com/a/7691323/4396787
*/
.inputWrapper {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
width: 80px;
overflow: hidden;
position: relative;
height: 29px; }
.fileInput {
cursor: pointer;
position: absolute;
top: 0;
right: 0;
z-index: 99;
/*Opacity settings for all browsers*/
height: 33px;
opacity: 0; }
/*# sourceMappingURL=bundle.min.css.map*/ | api/static/api/bundle.min.css | .node circle {
fill: #7ba7cc;
stroke: #b44682;
stroke-width: 1px;
cursor: pointer; }
.node text {
font-family: 'Roboto';
font-size: 0.85rem; }
.link {
fill: none;
stroke: #ccc;
stroke-width: 1px; }
ul {
list-style-type: none; }
.filter_table__container {
overflow-x: auto; }
.filter_table__filter-bar {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-webkit-box-align: end;
-ms-flex-align: end;
align-items: flex-end; }
.filter_table__filter-container {
width: 100%; }
#filter_table__filter-field {
width: 100% !important; }
.filter_table__mode-container {
cursor: pointer; }
.filter_table__body {
overflow-y: auto;
overflow-x: auto;
height: 100%; }
.filter_table__row {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap; }
.filter_table__header {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
height: 30px;
width: calc(100% - 17px);
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
cursor: pointer; }
.filter_table__header-cell {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center; }
.filter_table__header-cell:hover {
font-weight: 900; }
.filter_table__cell {
padding: 1px;
overflow-x: hidden; }
/* totals row */
.filter_table__totals-container {
width: calc(100% - 15px);
font-weight: bold; }
.tree_node {
border: solid 1px white;
line-height: 0.95;
overflow: hidden;
position: absolute;
border-radius: 6px; }
.tree_node div {
padding: 6px 4%; }
.application-container {
height: 100vh; }
.application-modal {
opacity: 0.25; }
body, html {
margin: 0px;
font-family: 'Roboto', sans-serif; }
.button__container {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row; }
.loader__container {
height: 100%;
width: 100%;
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; }
.navbar__container {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
background: #0069C0;
color: #D3F6FE; }
#app__icon {
padding: 0px 25px;
background: #002341; }
.navbar__item {
padding: 5px 15px;
height: 40px;
font-size: 1.2rem;
text-transform: uppercase;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
cursor: pointer;
transition: 0.25s ease-in-out; }
.navbar__item img {
height: 32px;
margin-right: 5px; }
.navbar__item:hover {
background: #002341; }
.navbar__item:nth-child(even) {
border-left: 1px solid #D3F6FE;
border-right: 1px solid #D3F6FE; }
body, html {
margin: 0px;
font-family: 'Roboto', sans-serif; }
.button__container {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row; }
.loader__container {
height: 100%;
width: 100%;
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; }
/** Modal that creates ODBC databases **/
.odbc__container {
z-index: 2;
position: absolute;
background: white;
width: 450px;
margin: 25px;
padding: 25px;
top: 20%;
left: calc(50% - 225px);
box-shadow: 1px 1px 2px 2px #999;
min-height: 300px; }
.odbc__container h4 {
display: inline-block;
margin: 5px; }
.odbc__container input {
width: 95%;
padding: 2px 8px;
font-size: 1.1rem; }
.odbc__container span {
font-size: 0.75rem;
color: #999;
margin-left: 5px;
font-style: italic; }
.odbc__button-container {
margin-top: 15px; }
.odbc__error {
margin-left: 10px;
margin-top: 3px;
font-size: 1rem;
color: red;
text-align: center; }
.odbc__success-container {
text-align: center;
color: green;
font-size: 1.1rem;
margin-top: 5px; }
.odbc__loading-container {
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; }
/**
Modal that uses created odbc
databases to generate ScanEvents
*/
.odbc_scan__container {
z-index: 2;
position: absolute;
background: white;
width: 450px;
margin: 25px;
padding: 25px;
top: 20%;
left: calc(50% - 225px);
box-shadow: 1px 1px 2px 2px #999;
min-height: 300px;
max-height: 600px; }
.odbc_scan__database-container {
height: 300px;
overflow-y: auto;
margin-bottom: 10px; }
.odbc_scan__error-container {
text-align: center;
color: red;
font-size: 0.85rem;
margin-bottom: 5px; }
.database__container {
cursor: pointer;
padding: 5px 10px; }
.database__container:hover {
background: #D3F6FE; }
.database__active {
background: #a1ecfd; }
.database__name {
font-size: 1.3rem; }
.database__server {
margin-left: 10px; }
.database__server-label {
font-size: 0.8rem;
margin-right: 5px; }
.database__server-value {
color: #999; }
.database__data_source {
margin-left: 10px; }
.database__data_source-label {
font-size: 0.8rem;
margin-right: 5px; }
.database__data_source-value {
color: #999; }
body, html {
margin: 0px;
font-family: 'Roboto', sans-serif; }
.button__container {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row; }
.loader__container {
height: 100%;
width: 100%;
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; }
.sidebar__container {
width: 350px;
margin: 15px 5px; }
.sidebar__tabs {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row; }
.sidebar__tab {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-flex: 1;
-ms-flex: 1 1 auto;
flex: 1 1 auto;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
height: 30px;
background: #0091D8;
color: #D3F6FE;
cursor: pointer;
transition: 0.15s ease-in-out; }
.sidebar__tab:hover {
background: #002341;
color: #D3F6FE; }
.sidebar__active {
background: #D3F6FE;
color: #0091D8; }
/** Scan List & Items **/
.scan_list__items {
margin: 10px 0px; }
.scan_list__confirm {
text-align: center;
color: red;
font-size: 0.85rem;
margin-bottom: 5px; }
.scan_list__error-container {
text-align: center;
color: red;
font-size: 0.85rem;
margin-bottom: 5px; }
.scan_item__container {
cursor: pointer;
padding: 5px 10px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap; }
.scan_item__container:hover {
background: #D3F6FE; }
.scan_item__active {
background: #a1ecfd; }
.scan_item__type {
-webkit-box-flex: 1;
-ms-flex: 1 1 50px;
flex: 1 1 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;
font-weight: bold; }
.scan_item__info {
-webkit-box-flex: 1;
-ms-flex: 1 1 150px;
flex: 1 1 150px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column; }
.scan_item__date {
color: #999;
margin-left: 3px;
font-size: 0.9rem; }
body, html {
margin: 0px;
font-family: 'Roboto', sans-serif; }
.button__container {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row; }
.loader__container {
height: 100%;
width: 100%;
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; }
body, html {
margin: 0px;
font-family: 'Roboto', sans-serif; }
.button__container {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row; }
.loader__container {
height: 100%;
width: 100%;
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; }
.tag_detail__container {
margin: 15px 40px;
position: relative;
width: 90%; }
.tag_detail__container a {
text-decoration: none; }
#tag_detail__return {
width: 225px; }
.tag_detail__header {
padding: 15px;
font-size: 1.8rem;
background: #002341;
color: white; }
.tag_detail__info {
margin-top: 15px;
border: 1px solid #002341; }
.tag_detail__labels {
margin: 10px 0px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
-ms-flex-line-pack: start;
align-content: flex-start;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
width: 85%; }
.tag_detail__labels h3 {
display: inline-block;
margin: 0px 10px; }
.tag_detail__label {
-webkit-box-flex: 1;
-ms-flex: 1 1 200px;
flex: 1 1 200px; }
#tag_detail__back {
position: absolute;
top: 0px;
right: 25px; }
.tag_detail__equation {
padding: 15px 35px;
background: #cad6de; }
.tag_detail__ancestor-chart {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center; }
.tree_item__container {
margin-left: 25px; }
body, html {
margin: 0px;
font-family: 'Roboto', sans-serif; }
.button__container {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row; }
.loader__container {
height: 100%;
width: 100%;
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; }
.taglist__outer-container {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-wrap: wrap-reverse;
flex-wrap: wrap-reverse; }
.taglist__container {
max-width: 100%;
-webkit-box-flex: 4;
-ms-flex: 4 1 auto;
flex: 4 1 auto;
padding: 15px 10px 0px 10px; }
@media (min-width: 900px) {
.taglist__container {
max-width: calc(100% - 385px); } }
.taglist__container button {
cursor: pointer;
background: #0091D8;
color: #D3F6FE;
border-radius: 2px;
padding: 2px 25px;
font-weight: 600 !important;
box-shadow: 1px 1px 1px 0px #787878;
border: 1px solid #0091D8;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
transition: 0.15s ease-in-out;
height: 30px; }
.taglist__container button img {
height: 100%; }
.taglist__container button:focus {
outline: 0; }
.taglist__container button:hover {
background: #002341;
border: 1px solid #002341; }
.taglist__container h1 {
text-align: center; }
.filter_table__filter-bar {
height: 30px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row; }
.filter_table__filter-container {
height: 100%;
margin-right: 15px;
border-bottom: 1px solid #999; }
.filter_table__filter-container input {
height: 25px;
padding-left: 10px;
font-size: 1.2rem;
border-radius: 2px;
outline: none;
border: none; }
.filter_table__header-cell {
height: 40px;
font-size: 1.3rem; }
.filter_table__body {
margin: 5px 0px; }
.filter_table__row {
cursor: pointer;
padding: 2px 5px;
border-top: 1px solid #cad6de;
border-left: 1px solid #cad6de;
transition: 0.1s ease-in-out; }
.filter_table__row:hover {
background: #bfeaff; }
.filter_table__row:nth-child(odd) {
background: #e9eef2; }
.filter_table__cell {
white-space: nowrap; }
body, html {
margin: 0px;
font-family: 'Roboto', sans-serif; }
.button__container {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row; }
.loader__container {
height: 100%;
width: 100%;
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; }
.uploader__prompt {
z-index: 2;
position: absolute;
background: white;
width: 450px;
margin: 25px;
padding: 25px;
top: 20%;
left: calc(50% - 225px);
box-shadow: 1px 1px 2px 2px #999; }
.uploader__dropzone {
border: 3px dashed #999;
color: #666;
height: 150px;
width: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
overflow-y: hidden; }
.dropzone__error {
border: 3px dashed red;
color: red; }
.uploader__error {
color: red;
font-size: 1.3rem;
text-align: center;
padding-top: 8px; }
.uploader__results {
color: green;
font-size: 1.3rem;
text-align: center;
padding-top: 8px; }
.uploader__label {
width: 100%;
max-height: 100%;
text-align: center;
font-size: 2rem;
overflow-wrap: break-word;
text-overflow: ellipsis; }
.uploader__buttons {
margin-top: 5px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row; }
.uploader__button {
cursor: pointer;
background: #0091D8;
color: #D3F6FE;
border-radius: 2px;
padding: 2px 25px;
font-weight: 600 !important;
box-shadow: 1px 1px 1px 0px #787878;
border: 1px solid #0091D8;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
transition: 0.15s ease-in-out;
cursor: pointer;
font-size: 0.9rem;
font-weight: bold !important;
height: 35px;
margin-right: 3px; }
.uploader__button img {
height: 100%; }
.uploader__button:focus {
outline: 0; }
.uploader__button:hover {
background: #002341;
border: 1px solid #002341; }
/**
Hide the file input's file name. From:
http://stackoverflow.com/a/7691323/4396787
*/
.inputWrapper {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
width: 80px;
overflow: hidden;
position: relative;
height: 29px; }
.fileInput {
cursor: pointer;
position: absolute;
top: 0;
right: 0;
z-index: 99;
/*Opacity settings for all browsers*/
height: 33px;
opacity: 0; }
/*# sourceMappingURL=bundle.min.css.map*/ | 0.358465 | 0.073897 |
.register {
width: 100%;
background-color: #EEC7A0;
padding: 5%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.register form {
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;
font-size: 24px;
}
.register form .register-title {
text-align: center;
}
.register form .register-title p {
font-size: 36px;
font-weight: bold;
}
.register form div {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.register form label {
width: 500px;
font-weight: bold;
}
.register form input {
width: 500px;
background-color: #F2E4D4;
border: 3px #DA7569 solid;
}
.register form p {
font-size: 24px;
text-align: center;
margin-top: 20px;
}
.register form .button {
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.register form .button button {
width: 100px;
height: 50px;
background-color: #DA7569;
border: 3px #CD2424 solid;
border-radius: 5px;
margin-bottom: 30px;
color: white;
}
.register form .button img {
width: 500px;
height: 10px;
}
.register .bottom {
font-weight: bold;
font-size: 24px;
width: 500px;
margin-top: 50px;
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;
}
.register .bottom .bottom-word {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
.register .bottom .account {
margin-left: 10px;
margin-right: 10px;
}
.register .bottom .log-in {
color: #CD2424;
}
@media screen and (max-width: 600px) {
.register form label {
width: 80%;
}
.register form input {
width: 80%;
}
.register form .button img {
width: 80%;
}
.register .bottom {
width: 80%;
font-size: 20px;
}
}
@media screen and (max-width: 450px) {
.bottom-word {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
.account {
margin-right: 0px;
}
.log-in {
margin-left: 10px;
}
}
/*# sourceMappingURL=register.css.map */ | public/css/register.css | .register {
width: 100%;
background-color: #EEC7A0;
padding: 5%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.register form {
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;
font-size: 24px;
}
.register form .register-title {
text-align: center;
}
.register form .register-title p {
font-size: 36px;
font-weight: bold;
}
.register form div {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.register form label {
width: 500px;
font-weight: bold;
}
.register form input {
width: 500px;
background-color: #F2E4D4;
border: 3px #DA7569 solid;
}
.register form p {
font-size: 24px;
text-align: center;
margin-top: 20px;
}
.register form .button {
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.register form .button button {
width: 100px;
height: 50px;
background-color: #DA7569;
border: 3px #CD2424 solid;
border-radius: 5px;
margin-bottom: 30px;
color: white;
}
.register form .button img {
width: 500px;
height: 10px;
}
.register .bottom {
font-weight: bold;
font-size: 24px;
width: 500px;
margin-top: 50px;
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;
}
.register .bottom .bottom-word {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
.register .bottom .account {
margin-left: 10px;
margin-right: 10px;
}
.register .bottom .log-in {
color: #CD2424;
}
@media screen and (max-width: 600px) {
.register form label {
width: 80%;
}
.register form input {
width: 80%;
}
.register form .button img {
width: 80%;
}
.register .bottom {
width: 80%;
font-size: 20px;
}
}
@media screen and (max-width: 450px) {
.bottom-word {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
.account {
margin-right: 0px;
}
.log-in {
margin-left: 10px;
}
}
/*# sourceMappingURL=register.css.map */ | 0.292595 | 0.041172 |
::-webkit-scrollbar {
width: 10px;
height: 10px;
}
::-webkit-scrollbar-track-piece {
background-color: #333;
-webkit-border-radius: 0;
}
::-webkit-scrollbar-thumb:vertical {
height: 5px;
background-color: #666;
-webkit-border-radius: 3px;
}
::-webkit-scrollbar-thumb:vertical:hover {
background-color: #999;
}
::-webkit-scrollbar-thumb:horizontal {
width: 5px;
background-color: #666;
-webkit-border-radius: 3px;
}
::-webkit-scrollbar-thumb:horizontal:hover {
background-color: #999;
}
::-webkit-scrollbar-corner {
background-color: #2D2D2D;
}
/* DOCUMENT */
html, body {
width: 100%;
height: 100%;
background-color: #1a1a1a;
color: #fff;
font: normal 13px 'Ubuntu', sans-serif;
overflow: hidden;
}
div {
scrollbar-base-color:#1a1a1a;
scrollbar-3d-light-color:#1a1a1a;
scrollbar-arrow-color:#303030;
scrollbar-darkshadow-color:#303030;
scrollbar-face-color:#1a1a1a;
scrollbar-highlight-color:#303030;
scrollbar-shadow-color:#303030;
scrollbar-track-color:#303030;
}
/* GLOBALS */
a,a:link,a:visited {
cursor: pointer;
}
a:hover,a:active {;
}
.hide {
display: none;
}
.clear {
clear: both;
}
.right {
float: right;
}
.left {
float: left;
}
.italic {
font-style: italic;
}
.strong {
font-weight: bold;
}
/* ICONS */
[class^="icon-"], [class*=" icon-"] {
font-family: entypo;
font-style: normal;
font-size: 75%;
display: inline-block;
margin-right: 8px;
text-align: center;
vertical-align: top;
}
/* Useful size modifiers for icons. */
.bigger-icon {
font-size: 95%;
margin-right: 6px;
}
/* Fix bad margin at some sizes for icon-doc-text. */
.icon-doc-text {
padding-right: 3px;
}
.icon-doc.text.bigger-icon {
padding-right: 0px;
}
.login-icon { padding-top: 3px; }
.language-selector {
position: relative;
display: none;
}
.show-language-selector { display: block; float: right; color: #666; margin: 20px 0 0 0; }
.show-language-selector:hover { color: #fff; }
/* FORMS */
label {
display: block;
padding: 0 0 5px 0;
font-size: 14px;
font-weight: normal;
text-shadow: 0 1px 1px #000;
}
label .icon {
font-weight: normal;
font-size: 180%;
padding-right: 4px;
display: none;
}
input, textarea, select, button {
display: block;
width: 100%;
padding: 7px 10px;
margin: 5px 0 10px 0;
background: #242424;
border: none;
border-bottom: 2px solid #595959;
color: #fff;
border-radius: 2px;
line-height: normal;
}
select option { background: #242424; }
textarea {
min-height: 100px;
}
input:focus, textarea:focus, select:focus {
outline: none;
background: #242424;
border-bottom: 2px solid #ccc;
}
input[type="checkbox"] {
width: 20px;
position: relative;
margin: 5px 0 0 0; padding: 0;
}
button {
display: inline-block;
width: auto;
margin: 10px 0 5px 0;
padding: 6px 15px 5px 15px;
color: #666;
font-size: 13px;
font-weight: bold;
text-shadow: 0 1px 1px #fff;
background-color: #c9c9c9;
border-radius: 2px;
border: 1px solid #7d7d7d;
border-bottom: 2px solid #7d7d7d;
}
button:hover {
color: #333;
background-color: #f3f3f3;
cursor: pointer;
border-bottom: 2px solid #919191;
}
button.btn-left {
border-radius: 3px 0px 0px 3px;
border-right: none;
}
button.btn-mid {
border-radius: 0;
border-right: none;
}
button.btn-right {
border-radius: 0px 3px 3px 0px;
}
button .icon {
padding: 0;
padding-right: 5px;
}
pre {
background: #404040;
padding: 10px;
margin: 10px 0 5px 0;
border-radius: 5px;
font-family: monospace;
box-shadow: inset 0px 0px 5px 0px rgba(0, 0, 0, .5);
overflow: auto;
}
/* TABLES */
table {
width: 100%;
border-collapse: collapse;
}
table th, table td {
padding: 3px 10px 5px 10px;
border: 1px solid #454445;
}
table th {
text-align: left;
font-weight: bold;
background: #3b3b3b;
padding-top: 8px;
}
table [class^="icon-"], [class*=" icon-"] {
display: block;
}
/* INSTALLER */
#installer {
position: absolute;
width: 450px;
top: 15%;
left: 50%;
margin-left: -175px;
padding: 35px;
overflow:auto;
}
#installer h1 {
font-size: 24px;
margin: 0 0 15px 0;
}
#installer hr {
height: 0;
border: none;
border-top: 1px solid #ccc;
margin: 20px 0;
}
.install_issues {
background: #404040;
padding: 10px;
margin: 10px 0 5px 0;
border-radius: 5px;
font-family: monospace;
box-shadow: inset 0px 0px 5px 0px rgba(0, 0, 0, .5);
overflow: auto;
}
.install_issues p {
padding:0;
margin:0;
}
/* MESSAGES */
#message {
display: none;
position: fixed;
top: 0px;
left: 50%;
width: 500px;
margin-left: -250px;
padding: 8px 10px;
text-align: center;
color: #fff;
font-weight: bold;
z-index: 99999999;
line-height: 150%;
border-radius: 0px 0px 10px 10px;
text-shadow: 1px 1px 3px #000000;
box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, .9);
}
#message.error {
background-color: #a10b0b;
border: 2px solid #ff0000;
border-top: none;
}
#message.success {
background-color: #0f9c0f;
border: 2px solid #00ff00;
border-top: none;
}
/* MAIN */
#workspace {
color: #fff;
margin: 0;
padding: 0;
width: 100%;
height: 100%;
z-index: 1;
overflow: hidden;
}
#editor-region {
margin-left: 300px;
position: relative;
}
#root-editor-wrapper {
/* Adjust this size depending on the final editor-top-bar height. */
top: 35px;
position: relative;
}
.editor-wrapper {
position: absolute;
}
.editor-wrapper-horizontal > .editor {
top: 0;
}
.editor-wrapper-horizontal > .editor-wrapper {
top: 0;
}
.editor-wrapper-vertical > .editor {
left: 0;
}
.editor-wrapper-vertical > .editor-wrapper {
left: 0;
}
.editor {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
}
#editor-bottom-bar {
position: fixed;
bottom: 0;
z-index: 1;
height: 25px;
padding: 5px 15px;
background: #303030;
font-size: 12px;
color: #999;
border-top: 2px solid #202020;
width: 100%;
box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, .9);
}
#editor-top-bar {
top: 0;
position: fixed;
height: 35px;
width: 100%;
font-size: 12px;
color: #999;
background: #303030;
box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, .9);
overflow: hidden;
}
.options-menu {
position: absolute;
z-index: 9999;
background-color: #2E2E2E;
border: 3px solid #666666;
display: none;
border-radius: 2px;
}
.options-menu li {
border-bottom: 1px solid black;
padding: 0;
}
.options-menu li a {
display: block;
color: #7F7F7F;
text-decoration: none;
padding: 10px;
cursor: pointer;
}
.options-menu li:hover {
background-color: #7F7F7F;
}
.options-menu li:hover a {
color: white;
}
.options-menu td {
padding:0;
margin: 0;
}
.splitter {
background-color: black;
z-index: 9999;
}
.h-splitter {
background-image: linear-gradient(left , rgb(120,120,120) 29%, rgb(77,77,77) 77%);
background-image: -o-linear-gradient(left , rgb(120,120,120) 29%, rgb(77,77,77) 77%);
background-image: -moz-linear-gradient(left , rgb(120,120,120) 29%, rgb(77,77,77) 77%);
background-image: -webkit-linear-gradient(left , rgb(120,120,120) 29%, rgb(77,77,77) 77%);
background-image: -ms-linear-gradient(left , rgb(120,120,120) 29%, rgb(77,77,77) 77%);
background-image: -webkit-gradient(linear,left top,right top,color-stop(0.29, rgb(120,120,120)),color-stop(0.77, rgb(77,77,77)));
cursor: col-resize;
}
.v-splitter {
background-image: linear-gradient(top , rgb(120,120,120) 29%, rgb(77,77,77) 77%);
background-image: -o-linear-gradient(top , rgb(120,120,120) 29%, rgb(77,77,77) 77%);
background-image: -moz-linear-gradient(top , rgb(120,120,120) 29%, rgb(77,77,77) 77%);
background-image: -webkit-linear-gradient(top , rgb(120,120,120) 29%, rgb(77,77,77) 77%);
background-image: -ms-linear-gradient(top , rgb(120,120,120) 29%, rgb(77,77,77) 77%);
background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0.29, rgb(120,120,120)),color-stop(0.77, rgb(77,77,77)));
cursor: row-resize;
}
#cursor-position {
position: absolute;
right: 30px;
bottom: 4px;
font-size: 12px;
z-index: 99;
color: #999;
}
#settings, #split, #current-mode {
/* Disable text selection on buttons clicks */
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
#current-file, #current-mode{
float: left;
}
#current-mode:hover {
color: #fff;
}
.divider {
display: block;
float: left;
height: 14px;
width: 1px;
background: #333;
margin: 0 15px 0 15px;
box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, .5);
}
.ico-wrapper {
display: block;
position: relative;
float: left;
font-size: 13px;
line-height: 100%;
}
.ico-wrapper:hover { color: #fff; }
.settings td { border: none; border-bottom: 1px solid #666; padding: 10px 0; }
.settings td:first-child { padding-right: 20px; font-weight: bold; }
.settings select { margin: 0; }
.settings tr:last-child td { border: none; }
.sidebar {
position: fixed;
top: 0;
height: 100%;
z-index: 99999;
-moz-user-select: none;
-khtml-user-select: none;
-webkit-user-select: none;
user-select: none;
background: #1a1a1a;
}
.sidebar#sb-left {
width: 300px;
left: 0;
overflow:hidden;
}
#sb-left-title{
position: absolute;
z-index: 9998;
top: 0;
left: 0;
right: 10px;
height: 33px;
background-color: #303030;
box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.898) inset;
overflow:hidden;
}
#sb-left-title.active {
border-bottom: 1px solid gray;
}
.sidebar#sb-right {
width: 200px;
right: -190px;
z-index: 99999;
}
.sidebar-handle {
width: 12px;
height: 100%;
z-index: 99999;
margin: 0;
padding: 0;
background: #474747;
box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, .9);
cursor: 'ne-resize';
}
.sidebar-handle span {
display: block;
position: absolute;
width: 10px;
top: 50%;
text-align: center;
letter-spacing: -1px;
color: #000;
}
/* Left Sidebar */
#sb-left .sidebar-handle {
position: absolute;
right: 0;
cursor: col-resize;
}
#sb-right .sidebar-handle span {
width: 18px;
height: 30px;
margin-left: -18px;
background: #474747;
border-radius: 5px 0px 0px 5px;
box-shadow: -8px 0px 10px 0px rgba(0, 0, 0, .7);
border-left: 2px solid #707070;
color: #c2c2c2;
}
#sb-right .sidebar-handle span a {
font-size: 22px;
padding-top: 5px;
}
#sb-right .sidebar-handle span a:hover { background-color: transparent; }
.sb-left-content {
position: absolute;
top: 33px;
left: 0;
right: 10px;
bottom: 276px;
}
.sb-left-projects {
position:absolute;
height:276px;
bottom:0;
left:0;
right:10px;
}
/*#lock-left-sidebar {
display: block;
position: absolute;
cursor: pointer;
font-size: 15px;
color: #666;
z-index: 99999;
right: 20px;
top: 6px;
}*/
#sb-left-title .icon {
display: block;
font-size: 15px;
color: #666;
z-index: 99999;
cursor: pointer;
margin: 10px;
float: right;
}
#sb-left-title h2 {
float: left;
font-size: 15px;
font-weight: 500;
color: #666;
display: block;
margin: 10px;
}
#sb-right-title{
position: absolute;
z-index: 9998;
top: 0;
left: 12px;
right: 0;
height: 33px;
background-color: #303030;
box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.898) inset;
}
#sb-right-title .icon {
display: block;
font-size: 15px;
color: #666;
z-index: 99999;
cursor: pointer;
margin: 10px;
float: left;
}
#finder-label{
cursor: pointer;
}
#finder-wrapper {
position: absolute;
z-index: 9999;
top: 0; left: 0; bottom: 0; right: 60px;
display: none;
}
#finder-inner-wrapper {
left: 0; right: 30px; top: 5px; bottom: 3px;
position: absolute;
}
#finder {
border: none;
background: transparent;
height: 24px;
font-size: 11px;
position: relative;
margin-top: 3px;
margin-left: 5px;
padding: 0;
}
#finder-options-menu {
top: 35px;
right: 40px;
}
#finder-options-menu li.chosen {
font-weight: 700;
background: #3A3A3A;
}
#finder-options-menu li.chosen a{
color: white;
}
#sb-left-title .icon:hover , #sb-left-title .icon.active{
color: #fff;
}
/* Right Sidebar */
#sb-right .sidebar-handle {
float: left;
}
.sb-right-content {
width: 185px;
float: left;
height: 100%;
padding: 15px;
padding-top: 40px;
overflow: auto;
}
.sb-right-category {
font-size:14px;
font-weight:600;
color:#7F7F7F;
padding-bottom:10px;
}
#sb-right a {
display: block;
min-width: 100%;
cursor: pointer;
padding: 5px;
border-radius: 3px;
}
#sb-right a span {
padding-right: 8px;
}
#sb-right a:hover {
background-color: #333;
}
#lock-right-sidebar:hover {
color: #fff;
}
#sb-right hr {
height: 0;
border: none;
border-top: 1px solid #333;
padding: 0;
margin: 15px 0;
}
/* Modal */
#modal-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: #000;
opacity: 0.4;
z-index: 9999998;
}
#modal {
display: none;
position: fixed;
top: 15%;
left: 50%;
max-height: 70vh;
overflow: auto;
background: #333;
z-index: 9999999;
min-height: 100px;
padding: 0;
background-clip: content-box;
border: 3px solid rgba(255, 255, 255, 0.5);
box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, .9);
border-radius: 2px;
}
#modal #drag-handle {
float: right;
font-size: 20px;
margin: -4px 2px 0 0;
padding: 5px;
cursor: move;
color: #999;
}
#modal #drag-handle:hover {
color: #fff;
}
#modal #close-handle {
float: right;
font-size: 20px;
margin: -4px 0 0 0;
padding: 5px;
cursor: pointer;
color: #999;
}
#modal #close-handle:hover {
color: #fff;
}
#modal-content {
padding: 20px;
}
#modal-loading {
height: 100px;
background: url(loading.gif) no-repeat center;
}
/* Download iFrame */
#download {
display: none;
} | themes/default/screen.css |
::-webkit-scrollbar {
width: 10px;
height: 10px;
}
::-webkit-scrollbar-track-piece {
background-color: #333;
-webkit-border-radius: 0;
}
::-webkit-scrollbar-thumb:vertical {
height: 5px;
background-color: #666;
-webkit-border-radius: 3px;
}
::-webkit-scrollbar-thumb:vertical:hover {
background-color: #999;
}
::-webkit-scrollbar-thumb:horizontal {
width: 5px;
background-color: #666;
-webkit-border-radius: 3px;
}
::-webkit-scrollbar-thumb:horizontal:hover {
background-color: #999;
}
::-webkit-scrollbar-corner {
background-color: #2D2D2D;
}
/* DOCUMENT */
html, body {
width: 100%;
height: 100%;
background-color: #1a1a1a;
color: #fff;
font: normal 13px 'Ubuntu', sans-serif;
overflow: hidden;
}
div {
scrollbar-base-color:#1a1a1a;
scrollbar-3d-light-color:#1a1a1a;
scrollbar-arrow-color:#303030;
scrollbar-darkshadow-color:#303030;
scrollbar-face-color:#1a1a1a;
scrollbar-highlight-color:#303030;
scrollbar-shadow-color:#303030;
scrollbar-track-color:#303030;
}
/* GLOBALS */
a,a:link,a:visited {
cursor: pointer;
}
a:hover,a:active {;
}
.hide {
display: none;
}
.clear {
clear: both;
}
.right {
float: right;
}
.left {
float: left;
}
.italic {
font-style: italic;
}
.strong {
font-weight: bold;
}
/* ICONS */
[class^="icon-"], [class*=" icon-"] {
font-family: entypo;
font-style: normal;
font-size: 75%;
display: inline-block;
margin-right: 8px;
text-align: center;
vertical-align: top;
}
/* Useful size modifiers for icons. */
.bigger-icon {
font-size: 95%;
margin-right: 6px;
}
/* Fix bad margin at some sizes for icon-doc-text. */
.icon-doc-text {
padding-right: 3px;
}
.icon-doc.text.bigger-icon {
padding-right: 0px;
}
.login-icon { padding-top: 3px; }
.language-selector {
position: relative;
display: none;
}
.show-language-selector { display: block; float: right; color: #666; margin: 20px 0 0 0; }
.show-language-selector:hover { color: #fff; }
/* FORMS */
label {
display: block;
padding: 0 0 5px 0;
font-size: 14px;
font-weight: normal;
text-shadow: 0 1px 1px #000;
}
label .icon {
font-weight: normal;
font-size: 180%;
padding-right: 4px;
display: none;
}
input, textarea, select, button {
display: block;
width: 100%;
padding: 7px 10px;
margin: 5px 0 10px 0;
background: #242424;
border: none;
border-bottom: 2px solid #595959;
color: #fff;
border-radius: 2px;
line-height: normal;
}
select option { background: #242424; }
textarea {
min-height: 100px;
}
input:focus, textarea:focus, select:focus {
outline: none;
background: #242424;
border-bottom: 2px solid #ccc;
}
input[type="checkbox"] {
width: 20px;
position: relative;
margin: 5px 0 0 0; padding: 0;
}
button {
display: inline-block;
width: auto;
margin: 10px 0 5px 0;
padding: 6px 15px 5px 15px;
color: #666;
font-size: 13px;
font-weight: bold;
text-shadow: 0 1px 1px #fff;
background-color: #c9c9c9;
border-radius: 2px;
border: 1px solid #7d7d7d;
border-bottom: 2px solid #7d7d7d;
}
button:hover {
color: #333;
background-color: #f3f3f3;
cursor: pointer;
border-bottom: 2px solid #919191;
}
button.btn-left {
border-radius: 3px 0px 0px 3px;
border-right: none;
}
button.btn-mid {
border-radius: 0;
border-right: none;
}
button.btn-right {
border-radius: 0px 3px 3px 0px;
}
button .icon {
padding: 0;
padding-right: 5px;
}
pre {
background: #404040;
padding: 10px;
margin: 10px 0 5px 0;
border-radius: 5px;
font-family: monospace;
box-shadow: inset 0px 0px 5px 0px rgba(0, 0, 0, .5);
overflow: auto;
}
/* TABLES */
table {
width: 100%;
border-collapse: collapse;
}
table th, table td {
padding: 3px 10px 5px 10px;
border: 1px solid #454445;
}
table th {
text-align: left;
font-weight: bold;
background: #3b3b3b;
padding-top: 8px;
}
table [class^="icon-"], [class*=" icon-"] {
display: block;
}
/* INSTALLER */
#installer {
position: absolute;
width: 450px;
top: 15%;
left: 50%;
margin-left: -175px;
padding: 35px;
overflow:auto;
}
#installer h1 {
font-size: 24px;
margin: 0 0 15px 0;
}
#installer hr {
height: 0;
border: none;
border-top: 1px solid #ccc;
margin: 20px 0;
}
.install_issues {
background: #404040;
padding: 10px;
margin: 10px 0 5px 0;
border-radius: 5px;
font-family: monospace;
box-shadow: inset 0px 0px 5px 0px rgba(0, 0, 0, .5);
overflow: auto;
}
.install_issues p {
padding:0;
margin:0;
}
/* MESSAGES */
#message {
display: none;
position: fixed;
top: 0px;
left: 50%;
width: 500px;
margin-left: -250px;
padding: 8px 10px;
text-align: center;
color: #fff;
font-weight: bold;
z-index: 99999999;
line-height: 150%;
border-radius: 0px 0px 10px 10px;
text-shadow: 1px 1px 3px #000000;
box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, .9);
}
#message.error {
background-color: #a10b0b;
border: 2px solid #ff0000;
border-top: none;
}
#message.success {
background-color: #0f9c0f;
border: 2px solid #00ff00;
border-top: none;
}
/* MAIN */
#workspace {
color: #fff;
margin: 0;
padding: 0;
width: 100%;
height: 100%;
z-index: 1;
overflow: hidden;
}
#editor-region {
margin-left: 300px;
position: relative;
}
#root-editor-wrapper {
/* Adjust this size depending on the final editor-top-bar height. */
top: 35px;
position: relative;
}
.editor-wrapper {
position: absolute;
}
.editor-wrapper-horizontal > .editor {
top: 0;
}
.editor-wrapper-horizontal > .editor-wrapper {
top: 0;
}
.editor-wrapper-vertical > .editor {
left: 0;
}
.editor-wrapper-vertical > .editor-wrapper {
left: 0;
}
.editor {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
}
#editor-bottom-bar {
position: fixed;
bottom: 0;
z-index: 1;
height: 25px;
padding: 5px 15px;
background: #303030;
font-size: 12px;
color: #999;
border-top: 2px solid #202020;
width: 100%;
box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, .9);
}
#editor-top-bar {
top: 0;
position: fixed;
height: 35px;
width: 100%;
font-size: 12px;
color: #999;
background: #303030;
box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, .9);
overflow: hidden;
}
.options-menu {
position: absolute;
z-index: 9999;
background-color: #2E2E2E;
border: 3px solid #666666;
display: none;
border-radius: 2px;
}
.options-menu li {
border-bottom: 1px solid black;
padding: 0;
}
.options-menu li a {
display: block;
color: #7F7F7F;
text-decoration: none;
padding: 10px;
cursor: pointer;
}
.options-menu li:hover {
background-color: #7F7F7F;
}
.options-menu li:hover a {
color: white;
}
.options-menu td {
padding:0;
margin: 0;
}
.splitter {
background-color: black;
z-index: 9999;
}
.h-splitter {
background-image: linear-gradient(left , rgb(120,120,120) 29%, rgb(77,77,77) 77%);
background-image: -o-linear-gradient(left , rgb(120,120,120) 29%, rgb(77,77,77) 77%);
background-image: -moz-linear-gradient(left , rgb(120,120,120) 29%, rgb(77,77,77) 77%);
background-image: -webkit-linear-gradient(left , rgb(120,120,120) 29%, rgb(77,77,77) 77%);
background-image: -ms-linear-gradient(left , rgb(120,120,120) 29%, rgb(77,77,77) 77%);
background-image: -webkit-gradient(linear,left top,right top,color-stop(0.29, rgb(120,120,120)),color-stop(0.77, rgb(77,77,77)));
cursor: col-resize;
}
.v-splitter {
background-image: linear-gradient(top , rgb(120,120,120) 29%, rgb(77,77,77) 77%);
background-image: -o-linear-gradient(top , rgb(120,120,120) 29%, rgb(77,77,77) 77%);
background-image: -moz-linear-gradient(top , rgb(120,120,120) 29%, rgb(77,77,77) 77%);
background-image: -webkit-linear-gradient(top , rgb(120,120,120) 29%, rgb(77,77,77) 77%);
background-image: -ms-linear-gradient(top , rgb(120,120,120) 29%, rgb(77,77,77) 77%);
background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0.29, rgb(120,120,120)),color-stop(0.77, rgb(77,77,77)));
cursor: row-resize;
}
#cursor-position {
position: absolute;
right: 30px;
bottom: 4px;
font-size: 12px;
z-index: 99;
color: #999;
}
#settings, #split, #current-mode {
/* Disable text selection on buttons clicks */
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
#current-file, #current-mode{
float: left;
}
#current-mode:hover {
color: #fff;
}
.divider {
display: block;
float: left;
height: 14px;
width: 1px;
background: #333;
margin: 0 15px 0 15px;
box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, .5);
}
.ico-wrapper {
display: block;
position: relative;
float: left;
font-size: 13px;
line-height: 100%;
}
.ico-wrapper:hover { color: #fff; }
.settings td { border: none; border-bottom: 1px solid #666; padding: 10px 0; }
.settings td:first-child { padding-right: 20px; font-weight: bold; }
.settings select { margin: 0; }
.settings tr:last-child td { border: none; }
.sidebar {
position: fixed;
top: 0;
height: 100%;
z-index: 99999;
-moz-user-select: none;
-khtml-user-select: none;
-webkit-user-select: none;
user-select: none;
background: #1a1a1a;
}
.sidebar#sb-left {
width: 300px;
left: 0;
overflow:hidden;
}
#sb-left-title{
position: absolute;
z-index: 9998;
top: 0;
left: 0;
right: 10px;
height: 33px;
background-color: #303030;
box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.898) inset;
overflow:hidden;
}
#sb-left-title.active {
border-bottom: 1px solid gray;
}
.sidebar#sb-right {
width: 200px;
right: -190px;
z-index: 99999;
}
.sidebar-handle {
width: 12px;
height: 100%;
z-index: 99999;
margin: 0;
padding: 0;
background: #474747;
box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, .9);
cursor: 'ne-resize';
}
.sidebar-handle span {
display: block;
position: absolute;
width: 10px;
top: 50%;
text-align: center;
letter-spacing: -1px;
color: #000;
}
/* Left Sidebar */
#sb-left .sidebar-handle {
position: absolute;
right: 0;
cursor: col-resize;
}
#sb-right .sidebar-handle span {
width: 18px;
height: 30px;
margin-left: -18px;
background: #474747;
border-radius: 5px 0px 0px 5px;
box-shadow: -8px 0px 10px 0px rgba(0, 0, 0, .7);
border-left: 2px solid #707070;
color: #c2c2c2;
}
#sb-right .sidebar-handle span a {
font-size: 22px;
padding-top: 5px;
}
#sb-right .sidebar-handle span a:hover { background-color: transparent; }
.sb-left-content {
position: absolute;
top: 33px;
left: 0;
right: 10px;
bottom: 276px;
}
.sb-left-projects {
position:absolute;
height:276px;
bottom:0;
left:0;
right:10px;
}
/*#lock-left-sidebar {
display: block;
position: absolute;
cursor: pointer;
font-size: 15px;
color: #666;
z-index: 99999;
right: 20px;
top: 6px;
}*/
#sb-left-title .icon {
display: block;
font-size: 15px;
color: #666;
z-index: 99999;
cursor: pointer;
margin: 10px;
float: right;
}
#sb-left-title h2 {
float: left;
font-size: 15px;
font-weight: 500;
color: #666;
display: block;
margin: 10px;
}
#sb-right-title{
position: absolute;
z-index: 9998;
top: 0;
left: 12px;
right: 0;
height: 33px;
background-color: #303030;
box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.898) inset;
}
#sb-right-title .icon {
display: block;
font-size: 15px;
color: #666;
z-index: 99999;
cursor: pointer;
margin: 10px;
float: left;
}
#finder-label{
cursor: pointer;
}
#finder-wrapper {
position: absolute;
z-index: 9999;
top: 0; left: 0; bottom: 0; right: 60px;
display: none;
}
#finder-inner-wrapper {
left: 0; right: 30px; top: 5px; bottom: 3px;
position: absolute;
}
#finder {
border: none;
background: transparent;
height: 24px;
font-size: 11px;
position: relative;
margin-top: 3px;
margin-left: 5px;
padding: 0;
}
#finder-options-menu {
top: 35px;
right: 40px;
}
#finder-options-menu li.chosen {
font-weight: 700;
background: #3A3A3A;
}
#finder-options-menu li.chosen a{
color: white;
}
#sb-left-title .icon:hover , #sb-left-title .icon.active{
color: #fff;
}
/* Right Sidebar */
#sb-right .sidebar-handle {
float: left;
}
.sb-right-content {
width: 185px;
float: left;
height: 100%;
padding: 15px;
padding-top: 40px;
overflow: auto;
}
.sb-right-category {
font-size:14px;
font-weight:600;
color:#7F7F7F;
padding-bottom:10px;
}
#sb-right a {
display: block;
min-width: 100%;
cursor: pointer;
padding: 5px;
border-radius: 3px;
}
#sb-right a span {
padding-right: 8px;
}
#sb-right a:hover {
background-color: #333;
}
#lock-right-sidebar:hover {
color: #fff;
}
#sb-right hr {
height: 0;
border: none;
border-top: 1px solid #333;
padding: 0;
margin: 15px 0;
}
/* Modal */
#modal-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: #000;
opacity: 0.4;
z-index: 9999998;
}
#modal {
display: none;
position: fixed;
top: 15%;
left: 50%;
max-height: 70vh;
overflow: auto;
background: #333;
z-index: 9999999;
min-height: 100px;
padding: 0;
background-clip: content-box;
border: 3px solid rgba(255, 255, 255, 0.5);
box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, .9);
border-radius: 2px;
}
#modal #drag-handle {
float: right;
font-size: 20px;
margin: -4px 2px 0 0;
padding: 5px;
cursor: move;
color: #999;
}
#modal #drag-handle:hover {
color: #fff;
}
#modal #close-handle {
float: right;
font-size: 20px;
margin: -4px 0 0 0;
padding: 5px;
cursor: pointer;
color: #999;
}
#modal #close-handle:hover {
color: #fff;
}
#modal-content {
padding: 20px;
}
#modal-loading {
height: 100px;
background: url(loading.gif) no-repeat center;
}
/* Download iFrame */
#download {
display: none;
} | 0.300027 | 0.086787 |
.floatingWhatsapp {
width: 100%;
height: 100%;
text-align: left;
position: relative;
}
.whatsappButton {
width: 60px;
height: 60px;
display: flex;
justify-content: center;
align-items: center;
position: fixed;
bottom: 2rem;
right: 2rem;
cursor: pointer;
background-color: #25d366;
border-radius: 50%;
user-select: none;
box-shadow: rgb(0 0 0 / 15%) 0px 4px 12px 0px;
}
.whatsappButton:after {
content: '';
border-color: inherit;
width: 60px;
height: 60px;
border-radius: 50%;
position: absolute;
opacity: 0;
animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
animation-duration: 1.2s;
animation-name: _pulse;
animation-iteration-count: infinite;
animation-delay: 1s;
}
.whatsappButton svg {
fill: #fff;
padding: 0.5rem;
width: 55px;
height: 55px;
}
.whatsappChatBox {
display: flex;
flex-direction: column;
justify-content: space-between;
border-radius: 18px;
overflow: hidden;
background-color: #fff;
touch-action: auto;
position: fixed;
bottom: 7rem;
right: 4rem;
width: 375px;
opacity: 0;
transition: height 0.2s ease-out;
box-shadow: 0 4px 12px 0 rgb(0 0 0 / 50%);
}
.whatsappChatBox.open {
animation-name: _bounceIn;
animation-duration: 400ms;
transition-timing-function: ease-out;
animation-fill-mode: both;
}
.whatsappChatBox.close {
animation-name: _bounceOut;
animation-duration: 600ms;
transition-timing-function: ease-in;
animation-fill-mode: both;
}
@media (min-width: 320px) and (max-width: 480px) {
.whatsappChatBox {
right: 0;
left: 0;
max-width: 90%;
margin: auto;
}
}
.chatHeader {
background-color: #075e54;
display: flex;
align-items: center;
margin-bottom: auto;
min-height: 65px;
padding: 0.25rem;
}
.chatHeader .avatar {
padding: 0.25rem;
max-width: 20%;
position: relative;
}
.chatHeader .avatar img {
vertical-align: middle;
border-radius: 50%;
height: 60px;
width: 60px;
border: 1px solid rgba(255, 255, 255, 0.473);
}
.chatHeader .avatar:after {
content: '';
width: 10px;
height: 10px;
background: #4fbe86;
border: 1px solid #fff;
position: absolute;
border-radius: 50%;
bottom: 5px;
right: 8px;
}
.chatHeader .avatar svg {
fill: #fff;
vertical-align: middle;
}
.chatHeader .status {
color: #fff;
display: flex;
flex-direction: column;
width: 70%;
padding: 0.5rem;
}
.chatHeader .statusTitle {
font-size: 16px;
font-weight: 700;
}
.chatHeader .statusSubtitle {
font-size: 80%;
margin-top: 0.25px;
color: #f0f0f0;
}
.chatHeader .close {
padding: 1rem;
display: flex;
cursor: pointer;
}
.chatHeader .close svg {
fill: #fff;
width: 24px;
height: 24px;
}
.chatBody {
padding: 20px;
background-size: cover;
background-repeat: repeat;
max-height: 382px;
background-color: #e5ddd5;
height: 100%;
opacity: 0.9;
}
.chatBubble {
background-color: #e6f8f1;
padding: 16px 28px;
border-radius: 20px;
border-bottom-left-radius: 2px;
display: inline-block;
}
.typing {
align-items: center;
display: flex;
height: 17px;
}
.typing .dot {
animation: typingAnimation 1.8s infinite ease-in-out;
background-color: rgba(20, 105, 69, 0.7);
border-radius: 50%;
height: 7px;
margin-right: 4px;
vertical-align: middle;
width: 7px;
display: inline-block;
}
.typing .dot:nth-child(1) {
animation-delay: 200ms;
}
.typing .dot:nth-child(2) {
animation-delay: 300ms;
}
.typing .dot:nth-child(3) {
animation-delay: 400ms;
}
.typing .dot:last-child {
margin-right: 0;
}
.chatBody .message {
padding: 7px 14px 6px;
background-color: #fff;
border-radius: 0px 8px 8px;
position: relative;
margin-top: 4px;
max-width: calc(100% - 120px);
z-index: 2;
box-shadow: rgb(0 0 0 / 13%) 0px 1px 0.5px;
}
.chatBody .accountName {
font-size: 13px;
font-weight: 700;
line-height: 18px;
color: rgb(17 17 17 / 50%);
}
.chatBody .messageBody {
font-size: 14px;
line-height: 19px;
margin-top: 4px;
color: #111111;
white-space: pre-wrap;
}
.chatBody .message .triangle {
display: inline-block;
width: 0;
height: 0;
border-style: solid;
border-width: 0 20px 20px 0;
border-color: transparent #fff transparent transparent;
position: absolute;
left: -10px;
top: 0;
}
.chatBody .messageTime {
display: flex;
margin-top: 4px;
font-size: 12px;
line-height: 16px;
color: rgb(17 17 17 / 50%);
justify-content: flex-end;
}
.chatFooter {
margin-top: auto;
}
.chatFooter form {
display: flex;
padding: 8px;
align-items: center;
background-color: #f0f0f0;
}
.chatFooter form .input {
border-radius: 20px;
padding: 0 10px;
border: none;
background-color: #fefefe;
width: 100%;
min-height: 45px;
transition: box-shadow 0.2s ease-in-out;
}
.chatFooter form .input:focus {
border-color: #075e54;
outline: 0;
box-shadow: 0 0 0 1px rgb(7 94 84 / 50%);
}
.chatFooter form .input::placeholder {
color: #949494;
}
.chatFooter form .buttonSend {
flex: 0;
padding: 8px;
background-color: transparent;
border: 0;
cursor: pointer;
}
.chatFooter form .buttonSend svg {
vertical-align: middle;
fill: #919191;
}
.chatFooter form .input.arabic {
font-family: tahoma;
}
.chatFooter form .buttonSend:disabled {
pointer-events: none;
opacity: 0.5;
}
/* dark mode */
.dark .chatBody {
background-color: #0d1418;
}
.dark .chatBody .message {
background-color: #056162;
box-shadow: rgb(0 0 0 / 70%) 0px 1px 0.5px;
}
.dark .chatBody .accountName {
color: rgb(255 255 255 / 50%);
}
.dark .chatBody .messageBody {
color: rgb(241 241 242 / 90%);
}
.dark .chatBody .message .triangle {
border-color: transparent #056162 transparent transparent;
}
.dark .chatBody .messageTime {
color: rgb(255 255 255 / 50%);
}
.dark .chatFooter form {
background-color: #1e2428;
}
.dark .chatFooter form .input {
background-color: #33383b;
color: #f1f1f2;
}
.dark .chatFooter form .input:focus {
border-color: #0da896;
outline: 0;
box-shadow: 0 0 0 1px rgb(13 168 150 / 50%);
}
.dark .chatFooter form .buttonSend svg {
fill: rgb(104, 104, 104);
}
.dark .chatBubble {
background-color: #32373a;
}
.dark .typing .dot {
background-color: rgba(46, 148, 106, 0.7);
}
/* keyframes */
@keyframes _pulse {
0% {
box-shadow: 0 0 0 0 #25d366;
opacity: 1;
}
100% {
box-shadow: 0 0 0 15px #25d366;
opacity: 0;
}
}
@keyframes _bounceIn {
0% {
opacity: 0;
transform: scale(0, 0);
transform-origin: bottom right;
}
50% {
transform: scale(1.03, 1.03);
transform-origin: bottom right;
}
100% {
opacity: 1;
transform: scale(1, 1);
transform-origin: bottom right;
}
}
@keyframes _bounceOut {
0% {
opacity: 1;
height: scale(1, 1);
transform-origin: bottom right;
}
100% {
opacity: 0;
transform: scale(0, 0);
transform-origin: bottom right;
}
}
@keyframes typingAnimation {
0% {
transform: translateY(0px);
background-color: rgba(20, 105, 69, 0.7);
}
28% {
transform: translateY(-7px);
background-color: rgba(20, 105, 69, 0.4);
}
44% {
transform: translateY(0px);
background-color: rgba(20, 105, 69, 0.2);
}
}
.notificationIndicator {
border-radius: 50%;
font-size: 11px;
font-weight: bold;
color: white;
background-color: #ff5454;
padding: 3px;
text-align: center;
line-height: 14px;
width: 14px;
height: 14px;
position: absolute;
top: -5px;
right: 0px;
} | src/styles.module.css | .floatingWhatsapp {
width: 100%;
height: 100%;
text-align: left;
position: relative;
}
.whatsappButton {
width: 60px;
height: 60px;
display: flex;
justify-content: center;
align-items: center;
position: fixed;
bottom: 2rem;
right: 2rem;
cursor: pointer;
background-color: #25d366;
border-radius: 50%;
user-select: none;
box-shadow: rgb(0 0 0 / 15%) 0px 4px 12px 0px;
}
.whatsappButton:after {
content: '';
border-color: inherit;
width: 60px;
height: 60px;
border-radius: 50%;
position: absolute;
opacity: 0;
animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
animation-duration: 1.2s;
animation-name: _pulse;
animation-iteration-count: infinite;
animation-delay: 1s;
}
.whatsappButton svg {
fill: #fff;
padding: 0.5rem;
width: 55px;
height: 55px;
}
.whatsappChatBox {
display: flex;
flex-direction: column;
justify-content: space-between;
border-radius: 18px;
overflow: hidden;
background-color: #fff;
touch-action: auto;
position: fixed;
bottom: 7rem;
right: 4rem;
width: 375px;
opacity: 0;
transition: height 0.2s ease-out;
box-shadow: 0 4px 12px 0 rgb(0 0 0 / 50%);
}
.whatsappChatBox.open {
animation-name: _bounceIn;
animation-duration: 400ms;
transition-timing-function: ease-out;
animation-fill-mode: both;
}
.whatsappChatBox.close {
animation-name: _bounceOut;
animation-duration: 600ms;
transition-timing-function: ease-in;
animation-fill-mode: both;
}
@media (min-width: 320px) and (max-width: 480px) {
.whatsappChatBox {
right: 0;
left: 0;
max-width: 90%;
margin: auto;
}
}
.chatHeader {
background-color: #075e54;
display: flex;
align-items: center;
margin-bottom: auto;
min-height: 65px;
padding: 0.25rem;
}
.chatHeader .avatar {
padding: 0.25rem;
max-width: 20%;
position: relative;
}
.chatHeader .avatar img {
vertical-align: middle;
border-radius: 50%;
height: 60px;
width: 60px;
border: 1px solid rgba(255, 255, 255, 0.473);
}
.chatHeader .avatar:after {
content: '';
width: 10px;
height: 10px;
background: #4fbe86;
border: 1px solid #fff;
position: absolute;
border-radius: 50%;
bottom: 5px;
right: 8px;
}
.chatHeader .avatar svg {
fill: #fff;
vertical-align: middle;
}
.chatHeader .status {
color: #fff;
display: flex;
flex-direction: column;
width: 70%;
padding: 0.5rem;
}
.chatHeader .statusTitle {
font-size: 16px;
font-weight: 700;
}
.chatHeader .statusSubtitle {
font-size: 80%;
margin-top: 0.25px;
color: #f0f0f0;
}
.chatHeader .close {
padding: 1rem;
display: flex;
cursor: pointer;
}
.chatHeader .close svg {
fill: #fff;
width: 24px;
height: 24px;
}
.chatBody {
padding: 20px;
background-size: cover;
background-repeat: repeat;
max-height: 382px;
background-color: #e5ddd5;
height: 100%;
opacity: 0.9;
}
.chatBubble {
background-color: #e6f8f1;
padding: 16px 28px;
border-radius: 20px;
border-bottom-left-radius: 2px;
display: inline-block;
}
.typing {
align-items: center;
display: flex;
height: 17px;
}
.typing .dot {
animation: typingAnimation 1.8s infinite ease-in-out;
background-color: rgba(20, 105, 69, 0.7);
border-radius: 50%;
height: 7px;
margin-right: 4px;
vertical-align: middle;
width: 7px;
display: inline-block;
}
.typing .dot:nth-child(1) {
animation-delay: 200ms;
}
.typing .dot:nth-child(2) {
animation-delay: 300ms;
}
.typing .dot:nth-child(3) {
animation-delay: 400ms;
}
.typing .dot:last-child {
margin-right: 0;
}
.chatBody .message {
padding: 7px 14px 6px;
background-color: #fff;
border-radius: 0px 8px 8px;
position: relative;
margin-top: 4px;
max-width: calc(100% - 120px);
z-index: 2;
box-shadow: rgb(0 0 0 / 13%) 0px 1px 0.5px;
}
.chatBody .accountName {
font-size: 13px;
font-weight: 700;
line-height: 18px;
color: rgb(17 17 17 / 50%);
}
.chatBody .messageBody {
font-size: 14px;
line-height: 19px;
margin-top: 4px;
color: #111111;
white-space: pre-wrap;
}
.chatBody .message .triangle {
display: inline-block;
width: 0;
height: 0;
border-style: solid;
border-width: 0 20px 20px 0;
border-color: transparent #fff transparent transparent;
position: absolute;
left: -10px;
top: 0;
}
.chatBody .messageTime {
display: flex;
margin-top: 4px;
font-size: 12px;
line-height: 16px;
color: rgb(17 17 17 / 50%);
justify-content: flex-end;
}
.chatFooter {
margin-top: auto;
}
.chatFooter form {
display: flex;
padding: 8px;
align-items: center;
background-color: #f0f0f0;
}
.chatFooter form .input {
border-radius: 20px;
padding: 0 10px;
border: none;
background-color: #fefefe;
width: 100%;
min-height: 45px;
transition: box-shadow 0.2s ease-in-out;
}
.chatFooter form .input:focus {
border-color: #075e54;
outline: 0;
box-shadow: 0 0 0 1px rgb(7 94 84 / 50%);
}
.chatFooter form .input::placeholder {
color: #949494;
}
.chatFooter form .buttonSend {
flex: 0;
padding: 8px;
background-color: transparent;
border: 0;
cursor: pointer;
}
.chatFooter form .buttonSend svg {
vertical-align: middle;
fill: #919191;
}
.chatFooter form .input.arabic {
font-family: tahoma;
}
.chatFooter form .buttonSend:disabled {
pointer-events: none;
opacity: 0.5;
}
/* dark mode */
.dark .chatBody {
background-color: #0d1418;
}
.dark .chatBody .message {
background-color: #056162;
box-shadow: rgb(0 0 0 / 70%) 0px 1px 0.5px;
}
.dark .chatBody .accountName {
color: rgb(255 255 255 / 50%);
}
.dark .chatBody .messageBody {
color: rgb(241 241 242 / 90%);
}
.dark .chatBody .message .triangle {
border-color: transparent #056162 transparent transparent;
}
.dark .chatBody .messageTime {
color: rgb(255 255 255 / 50%);
}
.dark .chatFooter form {
background-color: #1e2428;
}
.dark .chatFooter form .input {
background-color: #33383b;
color: #f1f1f2;
}
.dark .chatFooter form .input:focus {
border-color: #0da896;
outline: 0;
box-shadow: 0 0 0 1px rgb(13 168 150 / 50%);
}
.dark .chatFooter form .buttonSend svg {
fill: rgb(104, 104, 104);
}
.dark .chatBubble {
background-color: #32373a;
}
.dark .typing .dot {
background-color: rgba(46, 148, 106, 0.7);
}
/* keyframes */
@keyframes _pulse {
0% {
box-shadow: 0 0 0 0 #25d366;
opacity: 1;
}
100% {
box-shadow: 0 0 0 15px #25d366;
opacity: 0;
}
}
@keyframes _bounceIn {
0% {
opacity: 0;
transform: scale(0, 0);
transform-origin: bottom right;
}
50% {
transform: scale(1.03, 1.03);
transform-origin: bottom right;
}
100% {
opacity: 1;
transform: scale(1, 1);
transform-origin: bottom right;
}
}
@keyframes _bounceOut {
0% {
opacity: 1;
height: scale(1, 1);
transform-origin: bottom right;
}
100% {
opacity: 0;
transform: scale(0, 0);
transform-origin: bottom right;
}
}
@keyframes typingAnimation {
0% {
transform: translateY(0px);
background-color: rgba(20, 105, 69, 0.7);
}
28% {
transform: translateY(-7px);
background-color: rgba(20, 105, 69, 0.4);
}
44% {
transform: translateY(0px);
background-color: rgba(20, 105, 69, 0.2);
}
}
.notificationIndicator {
border-radius: 50%;
font-size: 11px;
font-weight: bold;
color: white;
background-color: #ff5454;
padding: 3px;
text-align: center;
line-height: 14px;
width: 14px;
height: 14px;
position: absolute;
top: -5px;
right: 0px;
} | 0.599016 | 0.089296 |
* Responsive WordPress Core Theme Styles
* http://jeffsebring.com/responsive-wordpress-images/
--------------------------------------------------- */
.sticky,
.bypostauthor,
.gallery-caption {
display: normal;
}
.alignnone {
margin: 1em 1em 1em 0;
}
.aligncenter,
div.aligncenter {
display:block;
margin: .5em auto;
}
.alignright {
float:right;
margin: 0 0 1em 1em;
}
.alignleft {
float:left;
margin: 0 1em 1em 0;
}
.aligncenter {
display: block;
margin: 1em auto;
}
img,
img[class*="align"],
img[class*="wp-image-"] {
max-width: 100%;
height: auto;
}
img.wp-smiley {
border: none;
margin-bottom: 0;
margin-top: 0;
padding: 0;
}
img.alignright {
margin-left: 1em 0 1em 1em;
}
img.alignleft {
margin: 1em 1em 1em 0;
}
img.aligncenter{
display: block;
margin: 1em auto;
}
img#wpstats {
display: block;
margin: 0 auto;
}
img[class*="align"],
img[class*="wp-image-"],
.gallery .gallery-icon img {
border: none;
}
.wp-caption {
margin-bottom: 1em;
margin-left: 0;
max-width: 96%;
text-align: center;
}
.wp-caption img {
display: block;
margin: 0 auto;
}
.wp-caption-text {
position: relative;
font-size: .8em;
}
.gallery {
margin: 0 auto;
}
.gallery .gallery-item {
margin: 0;
float: left;
text-align: center;
width: 33%;
}
.gallery a img {
border: none;
}
.gallery-columns-4 .gallery-item {
width: 25%;
}
.gallery-columns-4 .gallery-item img {
width: 100%;
height: auto;
}
.comments ol {
padding-left: 0;
}
.comments ol li {
margin: 0;
}
.comment-author {
padding: 0;
text-decoration: none;
}
@media only screen and (max-width: 800px) {
embed,
object {
max-width: 100%;
}
}
@media only screen and ( max-width: 650px ) {
.gallery-columns-3 .gallery-item {
width: 33.33%;
}
.gallery-columns-3 .gallery-item img {
width: 100%;
height: auto;
}
}
@media only screen and (max-width: 480px) {
.gallery-columns-2 .gallery-item {
width: 50%;
}
.gallery-columns-2 .gallery-item img {
width: 100%;
height: auto;
}
} | style.css | * Responsive WordPress Core Theme Styles
* http://jeffsebring.com/responsive-wordpress-images/
--------------------------------------------------- */
.sticky,
.bypostauthor,
.gallery-caption {
display: normal;
}
.alignnone {
margin: 1em 1em 1em 0;
}
.aligncenter,
div.aligncenter {
display:block;
margin: .5em auto;
}
.alignright {
float:right;
margin: 0 0 1em 1em;
}
.alignleft {
float:left;
margin: 0 1em 1em 0;
}
.aligncenter {
display: block;
margin: 1em auto;
}
img,
img[class*="align"],
img[class*="wp-image-"] {
max-width: 100%;
height: auto;
}
img.wp-smiley {
border: none;
margin-bottom: 0;
margin-top: 0;
padding: 0;
}
img.alignright {
margin-left: 1em 0 1em 1em;
}
img.alignleft {
margin: 1em 1em 1em 0;
}
img.aligncenter{
display: block;
margin: 1em auto;
}
img#wpstats {
display: block;
margin: 0 auto;
}
img[class*="align"],
img[class*="wp-image-"],
.gallery .gallery-icon img {
border: none;
}
.wp-caption {
margin-bottom: 1em;
margin-left: 0;
max-width: 96%;
text-align: center;
}
.wp-caption img {
display: block;
margin: 0 auto;
}
.wp-caption-text {
position: relative;
font-size: .8em;
}
.gallery {
margin: 0 auto;
}
.gallery .gallery-item {
margin: 0;
float: left;
text-align: center;
width: 33%;
}
.gallery a img {
border: none;
}
.gallery-columns-4 .gallery-item {
width: 25%;
}
.gallery-columns-4 .gallery-item img {
width: 100%;
height: auto;
}
.comments ol {
padding-left: 0;
}
.comments ol li {
margin: 0;
}
.comment-author {
padding: 0;
text-decoration: none;
}
@media only screen and (max-width: 800px) {
embed,
object {
max-width: 100%;
}
}
@media only screen and ( max-width: 650px ) {
.gallery-columns-3 .gallery-item {
width: 33.33%;
}
.gallery-columns-3 .gallery-item img {
width: 100%;
height: auto;
}
}
@media only screen and (max-width: 480px) {
.gallery-columns-2 .gallery-item {
width: 50%;
}
.gallery-columns-2 .gallery-item img {
width: 100%;
height: auto;
}
} | 0.635562 | 0.174692 |
:root {
--color-primary: #3740ff;
/* --color-primary: #3b28cc; */
--color-primary-dark: #272eb5;
--color-primary-light: #3b28cc;
--color-primary-x-light: #e8f0fe;
--color-light: #ffffff;
--color-dark: #202124;
--color-off-white: #f3f4f4;
--color-mid: #5f6368;
--color-mid-dark: #3c4043;
--color-stroke: #dadce0;
--metric-gutter: 1.5rem;
--metric-box-spacing: 1rem;
--metric-radius: 3px;
--generic-shadow: 0px 1px 2px rgba(60, 64, 67, 0.3),
0px 2px 6px 2px rgba(60, 64, 67, 0.15);
}
/* TOGGLE */
.toggle {
--metric-toggle-thumb-size: 1rem;
--metric-toggle-thumb-space: 0.25rem;
position: relative;
display: inline-flex;
align-items: center;
}
.toggle__element {
opacity: 0;
position: absolute;
top: 50%;
transform: translateY(-50%);
right: var(--metric-toggle-thumb-size);
width: 1em;
height: 1em;
}
.toggle__decor {
display: block;
position: relative;
overflow: hidden;
width: calc(
(var(--metric-toggle-thumb-size) * 2) +
(var(--metric-toggle-thumb-space) * 2)
);
height: calc(
var(--metric-toggle-thumb-size) + (var(--metric-toggle-thumb-space) * 2)
);
background: var(--color-mid);
margin-left: 0.2rem;
margin-right: 0.1rem;
border-radius: var(--metric-toggle-thumb-size);
box-sizing: content-box;
border: 1px solid var(--color-light);
}
.toggle__thumb {
display: grid;
place-items: center;
width: var(--metric-toggle-thumb-size);
height: var(--metric-toggle-thumb-size);
border-radius: var(--metric-toggle-thumb-size);
background: linear-gradient(
229.84deg,
rgba(255, 255, 255, 0) 14.29%,
rgba(48, 48, 48, 0.15) 81.82%
),
#ffffff;
box-shadow: var(--generic-shadow);
position: absolute;
top: var(--metric-toggle-thumb-space);
left: var(--metric-toggle-thumb-space);
transform: none;
transition: transform 200ms cubic-bezier(1, 0, 0.55, 0.85);
will-change: transform;
z-index: 1;
}
.toggle__thumb::before {
content: "";
display: none;
width: calc(
var(--metric-toggle-thumb-size) - var(--metric-toggle-thumb-space)
);
height: calc(
var(--metric-toggle-thumb-size) - var(--metric-toggle-thumb-space)
);
border: 1px solid var(--color-primary-light);
border-radius: calc(
var(--metric-toggle-thumb-size) - var(--metric-toggle-thumb-space)
);
}
.toggle__thumb::before {
content: "";
display: none;
width: calc(
var(--metric-toggle-thumb-size) - var(--metric-toggle-thumb-space)
);
height: calc(
var(--metric-toggle-thumb-size) - var(--metric-toggle-thumb-space)
);
border: 1px solid var(--color-primary);
border-radius: calc(
var(--metric-toggle-thumb-size) - var(--metric-toggle-thumb-space)
);
}
.toggle__decor:hover .toggle__thumb {
margin-left: 1px;
}
:checked + .toggle__decor:hover .toggle__thumb {
margin-left: -1px;
}
:checked + .toggle__decor {
background: var(--color-primary-light);
}
:checked + .toggle__decor .toggle__thumb {
transform: translateX(var(--metric-toggle-thumb-size)) rotate(270deg);
}
:focus + .toggle__decor:not(:hover) .toggle__thumb::before {
display: block;
}
:disabled + .toggle__decor {
filter: grayscale(1) brightness(1.5);
cursor: not-allowed;
} | css/toggle.css | :root {
--color-primary: #3740ff;
/* --color-primary: #3b28cc; */
--color-primary-dark: #272eb5;
--color-primary-light: #3b28cc;
--color-primary-x-light: #e8f0fe;
--color-light: #ffffff;
--color-dark: #202124;
--color-off-white: #f3f4f4;
--color-mid: #5f6368;
--color-mid-dark: #3c4043;
--color-stroke: #dadce0;
--metric-gutter: 1.5rem;
--metric-box-spacing: 1rem;
--metric-radius: 3px;
--generic-shadow: 0px 1px 2px rgba(60, 64, 67, 0.3),
0px 2px 6px 2px rgba(60, 64, 67, 0.15);
}
/* TOGGLE */
.toggle {
--metric-toggle-thumb-size: 1rem;
--metric-toggle-thumb-space: 0.25rem;
position: relative;
display: inline-flex;
align-items: center;
}
.toggle__element {
opacity: 0;
position: absolute;
top: 50%;
transform: translateY(-50%);
right: var(--metric-toggle-thumb-size);
width: 1em;
height: 1em;
}
.toggle__decor {
display: block;
position: relative;
overflow: hidden;
width: calc(
(var(--metric-toggle-thumb-size) * 2) +
(var(--metric-toggle-thumb-space) * 2)
);
height: calc(
var(--metric-toggle-thumb-size) + (var(--metric-toggle-thumb-space) * 2)
);
background: var(--color-mid);
margin-left: 0.2rem;
margin-right: 0.1rem;
border-radius: var(--metric-toggle-thumb-size);
box-sizing: content-box;
border: 1px solid var(--color-light);
}
.toggle__thumb {
display: grid;
place-items: center;
width: var(--metric-toggle-thumb-size);
height: var(--metric-toggle-thumb-size);
border-radius: var(--metric-toggle-thumb-size);
background: linear-gradient(
229.84deg,
rgba(255, 255, 255, 0) 14.29%,
rgba(48, 48, 48, 0.15) 81.82%
),
#ffffff;
box-shadow: var(--generic-shadow);
position: absolute;
top: var(--metric-toggle-thumb-space);
left: var(--metric-toggle-thumb-space);
transform: none;
transition: transform 200ms cubic-bezier(1, 0, 0.55, 0.85);
will-change: transform;
z-index: 1;
}
.toggle__thumb::before {
content: "";
display: none;
width: calc(
var(--metric-toggle-thumb-size) - var(--metric-toggle-thumb-space)
);
height: calc(
var(--metric-toggle-thumb-size) - var(--metric-toggle-thumb-space)
);
border: 1px solid var(--color-primary-light);
border-radius: calc(
var(--metric-toggle-thumb-size) - var(--metric-toggle-thumb-space)
);
}
.toggle__thumb::before {
content: "";
display: none;
width: calc(
var(--metric-toggle-thumb-size) - var(--metric-toggle-thumb-space)
);
height: calc(
var(--metric-toggle-thumb-size) - var(--metric-toggle-thumb-space)
);
border: 1px solid var(--color-primary);
border-radius: calc(
var(--metric-toggle-thumb-size) - var(--metric-toggle-thumb-space)
);
}
.toggle__decor:hover .toggle__thumb {
margin-left: 1px;
}
:checked + .toggle__decor:hover .toggle__thumb {
margin-left: -1px;
}
:checked + .toggle__decor {
background: var(--color-primary-light);
}
:checked + .toggle__decor .toggle__thumb {
transform: translateX(var(--metric-toggle-thumb-size)) rotate(270deg);
}
:focus + .toggle__decor:not(:hover) .toggle__thumb::before {
display: block;
}
:disabled + .toggle__decor {
filter: grayscale(1) brightness(1.5);
cursor: not-allowed;
} | 0.49585 | 0.154121 |
@-moz-document url-prefix("https://forum.kerbalspaceprogram.com/")
{
body
{
background-color: hsla(240, 10%, 10%, 1.0);
color: hsla(240, 0%, 100%, 0.8);
}
h1.ipsType_pageTitle,
h2.ipsType_pageTitle,
.ipsType_veryLarge,
.cStreamFilter a,
.cStreamFilter h3,
h3.ipsType_blendLinks
{
color: hsla(240, 40%, 70%, 0.8);
}
a
{
color: hsla(240, 80%, 80%, 0.8);
}
#elSearch
{
background-color: hsla(240, 20%, 10%, 0.8);
color: hsla(240, 0%, 100%, 0.8);
}
.ipsStreamItem_time,
html[dir] .ipsStream_withTimeline .ipsStreamItem.ipsStreamItem_actionBlock:after,
.ipsStream .ipsStreamItem_contentType
{
box-shadow: 0 0 0 4px hsla(240, 15%, 15%, 1.0);
}
.ipsDialog > div,
.ipsDialog_title,
.ipsDialog_close,
.ipsStreamItem,
.ipsTopicMeta__item,
.ipsAreaBackground,
.ipsButtonBar,
.ipsAreaBackground_reset,
.ipsAlert,
.ipsTabs_panel,
.ipsTabs_activeItem,
.ipsStreamItem_snippet .ipsType_richText,
.ipsBox
{
background-color: hsla(240, 15%, 15%, 1.0);
color: hsla(240, 0%, 100%, 0.8) !important;
}
.ipsStream_withTimeline li.ipsStreamItem.ipsStreamItem_contentBlock:after
{
border-right-color: hsla(240, 15%, 15%, 1.0);
}
#ipsLayout_header nav::after
{
background-color: hsla(240, 15%, 20%, 1.0);
color: hsla(240, 0%, 100%, 0.8) !important;
}
.cMessage_active,
.ipsApp .ipsDataItem_selected
{
background-color: hsla(240, 20%, 30%, 0.8) !important;
}
.ipsNavBar_active__identifier
{
border-bottom-color: hsla(240, 15%, 20%, 1.0);
}
.ipsNavBar_secondary > li.ipsNavBar_active a,
.ipsNavBar_secondary > li > a:hover,
.ipsNavBar_secondary > li > a
{
color: hsla(240, 80%, 80%, 0.8);
}
.ipsBreadcrumb
{
color: hsla(240, 20%, 65%, 0.8);
}
.ipsSpoiler,
.ipsRichEmbed,
.ipsQuote
{
background-color: hsla(240, 15%, 20%, 1.0);
border-color: hsla(240, 30%, 40%, 0.8);
}
.ipsSpoiler_header,
.ipsQuote .ipsTruncate_more,
.ipsQuote_citation
{
background-color: hsla(240, 10%, 40%, 0.8);
color: hsla(240, 0%, 90%, 0.8);
}
.ipsQuote_contents.ipsTruncate:after
{
background: linear-gradient(hsla(240, 0%, 0%, 0.01), hsla(240, 10%, 40%, 0.8));
}
.ipsUserPhoto
{
border-radius: 6px;
}
.ipsPip
{
color: hsla(240, 60%, 60%, 0.8);
}
#elSearchExpanded,
.cUserHovercard,
.ipsDataList_readStatus *,
.ipsMenu_title,
.ipsSideMenu_subTitle,
.ipsHovercard,
.ipsMenu
{
background-color: hsla(240, 15%, 25%, 1.0);
color: hsla(240, 0%, 100%, 0.8);
}
.ipsHovercard_stemTop .ipsHovercard_stem:before,
.ipsHovercard_stemTop .ipsHovercard_stem:after
{
border-top-color: hsla(240, 15%, 25%, 1.0);
}
.ipsHovercard_stemBottom .ipsHovercard_stem:before,
.ipsHovercard_stemBottom .ipsHovercard_stem:after,
.ipsMenu.ipsMenu_bottomCenter:after
{
border-bottom-color: hsla(240, 15%, 25%, 1.0);
}
.ipsMenu.ipsMenu_topCenter:after
{
border-top-color: hsla(240, 15%, 25%, 1.0);
}
.ipsType_sectionHead
{
color: hsla(240, 0%, 100%, 0.8);
}
li.ipsMenu_item > a:not(.ipsMenu_itemInline)
{
color: hsla(240, 0%, 100%, 0.8);
}
.ipsReact_button
{
filter: grayscale(100%) brightness(80%);
}
.ipsApp input[type="text"],
[data-ipseditor],
.cke_reset_all a,
.cke_button,
.cke_reset_all *,
.ipsApp .ipsField_autocomplete,
.ipsComposeArea_dummy,
.ipsApp .cke_wysiwyg_frame,
.ipsApp .cke_wysiwyg_div
{
background-color: hsla(240, 20%, 10%, 1.0);
color: hsla(240, 0%, 100%, 0.8);
}
.cke_button_icon
{
filter: brightness(300%);
}
.cke_button__ipsspoiler_icon
{
filter: invert(100%);
}
.ipsComposeArea_withPhoto [data-ipseditor]::after
{
border-right-color: hsla(240, 20%, 10%, 1.0) !important;
}
.ipsAreaBackground_light
{
background-color: hsla(240, 25%, 20%, 0.8);
}
.cRatingColumn_on,
.ipsApp .ipsButton_veryLight,
.ipsApp .ipsButton_light,
.ipsButtonBar .ipsButtonRow li > a,
.ipsButton
{
background-color: hsla(240, 30%, 40%, 0.8);
color: hsla(240, 0%, 100%, 0.8);
}
.ipsComment_ellipsis:hover
{
background-color: hsla(240, 20%, 50%, 0.8);
}
.ipsButtonBar .ipsPagination,
.ipsPagination
{
color: hsla(240, 0%, 100%, 0.8);
}
.cAnswerRate:not(.ipsType_positive):not(.ipsType_negative),
.ipsPager
{
color: hsla(240, 20%, 60%, 0.8);
}
#ipsLayout_sidebar,
footer#ipsLayout_footer
{
display: none;
}
} | Other Themes/Dark Kerbal Space Program Forum v20-10-22 [Hebarusan].css | @-moz-document url-prefix("https://forum.kerbalspaceprogram.com/")
{
body
{
background-color: hsla(240, 10%, 10%, 1.0);
color: hsla(240, 0%, 100%, 0.8);
}
h1.ipsType_pageTitle,
h2.ipsType_pageTitle,
.ipsType_veryLarge,
.cStreamFilter a,
.cStreamFilter h3,
h3.ipsType_blendLinks
{
color: hsla(240, 40%, 70%, 0.8);
}
a
{
color: hsla(240, 80%, 80%, 0.8);
}
#elSearch
{
background-color: hsla(240, 20%, 10%, 0.8);
color: hsla(240, 0%, 100%, 0.8);
}
.ipsStreamItem_time,
html[dir] .ipsStream_withTimeline .ipsStreamItem.ipsStreamItem_actionBlock:after,
.ipsStream .ipsStreamItem_contentType
{
box-shadow: 0 0 0 4px hsla(240, 15%, 15%, 1.0);
}
.ipsDialog > div,
.ipsDialog_title,
.ipsDialog_close,
.ipsStreamItem,
.ipsTopicMeta__item,
.ipsAreaBackground,
.ipsButtonBar,
.ipsAreaBackground_reset,
.ipsAlert,
.ipsTabs_panel,
.ipsTabs_activeItem,
.ipsStreamItem_snippet .ipsType_richText,
.ipsBox
{
background-color: hsla(240, 15%, 15%, 1.0);
color: hsla(240, 0%, 100%, 0.8) !important;
}
.ipsStream_withTimeline li.ipsStreamItem.ipsStreamItem_contentBlock:after
{
border-right-color: hsla(240, 15%, 15%, 1.0);
}
#ipsLayout_header nav::after
{
background-color: hsla(240, 15%, 20%, 1.0);
color: hsla(240, 0%, 100%, 0.8) !important;
}
.cMessage_active,
.ipsApp .ipsDataItem_selected
{
background-color: hsla(240, 20%, 30%, 0.8) !important;
}
.ipsNavBar_active__identifier
{
border-bottom-color: hsla(240, 15%, 20%, 1.0);
}
.ipsNavBar_secondary > li.ipsNavBar_active a,
.ipsNavBar_secondary > li > a:hover,
.ipsNavBar_secondary > li > a
{
color: hsla(240, 80%, 80%, 0.8);
}
.ipsBreadcrumb
{
color: hsla(240, 20%, 65%, 0.8);
}
.ipsSpoiler,
.ipsRichEmbed,
.ipsQuote
{
background-color: hsla(240, 15%, 20%, 1.0);
border-color: hsla(240, 30%, 40%, 0.8);
}
.ipsSpoiler_header,
.ipsQuote .ipsTruncate_more,
.ipsQuote_citation
{
background-color: hsla(240, 10%, 40%, 0.8);
color: hsla(240, 0%, 90%, 0.8);
}
.ipsQuote_contents.ipsTruncate:after
{
background: linear-gradient(hsla(240, 0%, 0%, 0.01), hsla(240, 10%, 40%, 0.8));
}
.ipsUserPhoto
{
border-radius: 6px;
}
.ipsPip
{
color: hsla(240, 60%, 60%, 0.8);
}
#elSearchExpanded,
.cUserHovercard,
.ipsDataList_readStatus *,
.ipsMenu_title,
.ipsSideMenu_subTitle,
.ipsHovercard,
.ipsMenu
{
background-color: hsla(240, 15%, 25%, 1.0);
color: hsla(240, 0%, 100%, 0.8);
}
.ipsHovercard_stemTop .ipsHovercard_stem:before,
.ipsHovercard_stemTop .ipsHovercard_stem:after
{
border-top-color: hsla(240, 15%, 25%, 1.0);
}
.ipsHovercard_stemBottom .ipsHovercard_stem:before,
.ipsHovercard_stemBottom .ipsHovercard_stem:after,
.ipsMenu.ipsMenu_bottomCenter:after
{
border-bottom-color: hsla(240, 15%, 25%, 1.0);
}
.ipsMenu.ipsMenu_topCenter:after
{
border-top-color: hsla(240, 15%, 25%, 1.0);
}
.ipsType_sectionHead
{
color: hsla(240, 0%, 100%, 0.8);
}
li.ipsMenu_item > a:not(.ipsMenu_itemInline)
{
color: hsla(240, 0%, 100%, 0.8);
}
.ipsReact_button
{
filter: grayscale(100%) brightness(80%);
}
.ipsApp input[type="text"],
[data-ipseditor],
.cke_reset_all a,
.cke_button,
.cke_reset_all *,
.ipsApp .ipsField_autocomplete,
.ipsComposeArea_dummy,
.ipsApp .cke_wysiwyg_frame,
.ipsApp .cke_wysiwyg_div
{
background-color: hsla(240, 20%, 10%, 1.0);
color: hsla(240, 0%, 100%, 0.8);
}
.cke_button_icon
{
filter: brightness(300%);
}
.cke_button__ipsspoiler_icon
{
filter: invert(100%);
}
.ipsComposeArea_withPhoto [data-ipseditor]::after
{
border-right-color: hsla(240, 20%, 10%, 1.0) !important;
}
.ipsAreaBackground_light
{
background-color: hsla(240, 25%, 20%, 0.8);
}
.cRatingColumn_on,
.ipsApp .ipsButton_veryLight,
.ipsApp .ipsButton_light,
.ipsButtonBar .ipsButtonRow li > a,
.ipsButton
{
background-color: hsla(240, 30%, 40%, 0.8);
color: hsla(240, 0%, 100%, 0.8);
}
.ipsComment_ellipsis:hover
{
background-color: hsla(240, 20%, 50%, 0.8);
}
.ipsButtonBar .ipsPagination,
.ipsPagination
{
color: hsla(240, 0%, 100%, 0.8);
}
.cAnswerRate:not(.ipsType_positive):not(.ipsType_negative),
.ipsPager
{
color: hsla(240, 20%, 60%, 0.8);
}
#ipsLayout_sidebar,
footer#ipsLayout_footer
{
display: none;
}
} | 0.512449 | 0.156781 |
.git-viewlet > .changes-view > .commit-view {
box-sizing: border-box;
padding: 5px 9px 5px 16px;
}
.git-viewlet > .changes-view > .commit-view > .monaco-inputbox {
width: 100%;
}
.git-viewlet > .changes-view > .commit-view > .monaco-inputbox > .wrapper > .mirror {
max-height: 134px;
}
.git-viewlet > .changes-view > .commit-view > .monaco-inputbox > .wrapper > textarea.input {
min-height: 26px;
}
.git-viewlet > .changes-view > .commit-view.scroll > .monaco-inputbox > .wrapper > textarea.input {
overflow-y: scroll;
}
/* Status view */
.git-viewlet > .changes-view > .status-view > .monaco-tree .monaco-tree-row .content {
line-height: 22px;
display: flex;
}
.git-viewlet > .changes-view > .status-view > .monaco-tree .monaco-tree-row .content .monaco-action-bar {
display: none;
margin-right: 12px;
}
.git-viewlet > .changes-view > .status-view > .monaco-tree .monaco-tree-row .content .monaco-action-bar .action-item {
margin-top: 2px;
}
.git-viewlet > .changes-view > .status-view > .monaco-tree .monaco-tree-row .content .monaco-action-bar .action-label {
width: 16px;
height: 16px;
}
.git-viewlet > .changes-view > .status-view > .monaco-tree .monaco-tree-row:hover .content .monaco-action-bar,
.git-viewlet > .changes-view > .status-view > .monaco-tree.focused .monaco-tree-row.focused .content .monaco-action-bar {
display: block;
}
.git-viewlet > .changes-view > .status-view > .monaco-tree .monaco-tree-row:hover .content .monaco-count-badge,
.git-viewlet > .changes-view > .status-view > .monaco-tree.focused .monaco-tree-row.focused .content .monaco-count-badge {
display: none;
}
.git-viewlet > .changes-view > .status-view > .monaco-tree .monaco-tree-rows > .monaco-tree-row > .content:before {
background: none;
}
.git-viewlet > .changes-view > .status-view > .monaco-tree .monaco-tree-row .status-group {
font-size: 11px;
font-weight: bold;
text-transform: uppercase;
cursor: default;
}
/* Bold font style does not go well with CJK fonts */
.git-viewlet:lang(zh-Hans) > .changes-view > .status-view > .monaco-tree .monaco-tree-row .status-group,
.git-viewlet:lang(zh-Hant) > .changes-view > .status-view > .monaco-tree .monaco-tree-row .status-group,
.git-viewlet:lang(ja) > .changes-view > .status-view > .monaco-tree .monaco-tree-row .status-group,
.git-viewlet:lang(ko) > .changes-view > .status-view > .monaco-tree .monaco-tree-row .status-group { font-weight: normal; }
.git-viewlet > .changes-view > .status-view > .monaco-tree .monaco-tree-row .count-badge-wrapper {
padding-right: 12px;
}
.git-viewlet > .changes-view > .status-view > .monaco-tree .monaco-tree-row .status-group,
.git-viewlet > .changes-view > .status-view > .monaco-tree .monaco-tree-row .file-status {
overflow: hidden;
text-overflow: ellipsis;
flex: 1;
}
.vs-dark .git-viewlet > .changes-view > .status-view > .monaco-tree .monaco-tree-row .status-group {
color: inherit;
}
.git-viewlet > .changes-view > .status-view > .monaco-tree .monaco-tree-row .file-status.out-of-workspace {
opacity: 0.5;
}
.git-viewlet > .changes-view > .status-view > .monaco-tree .monaco-tree-row .file-status .status {
padding: 2px 4px;
font-family: Menlo, Monaco, Consolas, "Droid Sans Mono", "Inconsolata", "Courier New", monospace, "Droid Sans Fallback";
font-size: 70%;
color: white;
text-align: center;
border-radius: 0.5em;
vertical-align: bottom;
}
.git-viewlet > .changes-view > .status-view > .monaco-tree .monaco-tree-row .file-status .name {
margin-left: 0.4em;
}
.git-viewlet > .changes-view > .status-view > .monaco-tree .monaco-tree-row .file-status.modified .status { background-color: #007ACC; }
.git-viewlet > .changes-view > .status-view > .monaco-tree .monaco-tree-row .file-status.added .status { background-color: #2d883e; }
.git-viewlet > .changes-view > .status-view > .monaco-tree .monaco-tree-row .file-status.deleted .status { background-color: #B9131A; }
.git-viewlet > .changes-view > .status-view > .monaco-tree .monaco-tree-row .file-status.renamed .status { background-color: #4668C5; }
.git-viewlet > .changes-view > .status-view > .monaco-tree .monaco-tree-row .file-status.copied .status { background-color: #682079; }
.git-viewlet > .changes-view > .status-view > .monaco-tree .monaco-tree-row .file-status.untracked .status { background-color: #6C6C6C; }
.git-viewlet > .changes-view > .status-view > .monaco-tree .monaco-tree-row .file-status.ignored .status { background-color: #969696; }
.git-viewlet > .changes-view > .status-view > .monaco-tree .monaco-tree-row .file-status.conflict .status { background-color: #9B4F96; }
.git-viewlet > .changes-view > .status-view > .monaco-tree .monaco-tree-row.selected .file-status .status { background-color: #ffffff; color: #666; }
.vs-dark .git-viewlet > .changes-view > .status-view > .monaco-tree .monaco-tree-row .file-status.modified .status { background-color: #1B80B2; }
.vs-dark .git-viewlet > .changes-view > .status-view > .monaco-tree .monaco-tree-row .file-status.added .status { background-color: #3c8746; }
.vs-dark .git-viewlet > .changes-view > .status-view > .monaco-tree .monaco-tree-row .file-status.deleted .status { background-color: #9E121D; }
.vs-dark .git-viewlet > .changes-view > .status-view > .monaco-tree .monaco-tree-row .file-status.copied .status { background-color: #692C77; }
.vs-dark .git-viewlet > .changes-view > .status-view > .monaco-tree .monaco-tree-row .file-status.conflict .status { background-color: #7F4E7E; }
.vs-dark .git-viewlet > .changes-view > .status-view > .monaco-tree .monaco-tree-row.selected .file-status .status { background-color: #ffffff; color: #666; }
.git-viewlet > .changes-view > .status-view > .monaco-tree .monaco-tree-row .file-status.deleted .name,
.git-viewlet > .changes-view > .status-view > .monaco-tree .monaco-tree-row .file-status.both-deleted .name,
.git-viewlet > .changes-view > .status-view > .monaco-tree .monaco-tree-row .file-status.deleted-by-them .name,
.git-viewlet > .changes-view > .status-view > .monaco-tree .monaco-tree-row .file-status.deleted-by-us .name {
text-decoration: line-through;
}
.git-viewlet > .changes-view > .status-view > .monaco-tree .monaco-tree-row .file-status:not(.renamed) > .rename {
display: none;
}
.git-viewlet > .changes-view > .status-view > .monaco-tree .monaco-tree-row .file-status .rename-name:not(:empty),
.git-viewlet > .changes-view > .status-view > .monaco-tree .monaco-tree-row .file-status .rename-arrow {
margin-left: 0.4em;
}
.git-viewlet > .changes-view > .status-view > .monaco-tree .monaco-tree-row .file-status .rename-folder:not(:empty),
.git-viewlet > .changes-view > .status-view > .monaco-tree .monaco-tree-row .file-status .folder:not(:empty) {
opacity: 0.7;
font-size: 0.9em;
margin-left: 0.8em;
}
/* High Contrast Theming */
.hc-black .git-viewlet > .changes-view > .status-view > .monaco-tree .monaco-tree-row .content {
line-height: 20px;
}
.hc-black .git-viewlet > .changes-view > .status-view > .monaco-tree .monaco-tree-row .file-status .status {
top: 2px;
}
.hc-black .git-viewlet > .changes-view > .status-view > .monaco-tree .monaco-tree-row .file-status.modified .status,
.hc-black .git-viewlet > .changes-view > .status-view > .monaco-tree .monaco-tree-row .file-status.added .status,
.hc-black .git-viewlet > .changes-view > .status-view > .monaco-tree .monaco-tree-row .file-status.deleted .status,
.hc-black .git-viewlet > .changes-view > .status-view > .monaco-tree .monaco-tree-row .file-status.renamed .status,
.hc-black .git-viewlet > .changes-view > .status-view > .monaco-tree .monaco-tree-row .file-status.copied .status,
.hc-black .git-viewlet > .changes-view > .status-view > .monaco-tree .monaco-tree-row .file-status.untracked .status,
.hc-black .git-viewlet > .changes-view > .status-view > .monaco-tree .monaco-tree-row .file-status.ignored .status,
.hc-black .git-viewlet > .changes-view > .status-view > .monaco-tree .monaco-tree-row .file-status.conflict .status,
.hc-black .git-viewlet > .changes-view > .status-view > .monaco-tree .monaco-tree-row.selected .file-status .status {
background-color: #000;
color: #fff;
border: 1px solid #6FC3DF;
} | src/vs/workbench/parts/git/browser/views/changes/changesView.css |
.git-viewlet > .changes-view > .commit-view {
box-sizing: border-box;
padding: 5px 9px 5px 16px;
}
.git-viewlet > .changes-view > .commit-view > .monaco-inputbox {
width: 100%;
}
.git-viewlet > .changes-view > .commit-view > .monaco-inputbox > .wrapper > .mirror {
max-height: 134px;
}
.git-viewlet > .changes-view > .commit-view > .monaco-inputbox > .wrapper > textarea.input {
min-height: 26px;
}
.git-viewlet > .changes-view > .commit-view.scroll > .monaco-inputbox > .wrapper > textarea.input {
overflow-y: scroll;
}
/* Status view */
.git-viewlet > .changes-view > .status-view > .monaco-tree .monaco-tree-row .content {
line-height: 22px;
display: flex;
}
.git-viewlet > .changes-view > .status-view > .monaco-tree .monaco-tree-row .content .monaco-action-bar {
display: none;
margin-right: 12px;
}
.git-viewlet > .changes-view > .status-view > .monaco-tree .monaco-tree-row .content .monaco-action-bar .action-item {
margin-top: 2px;
}
.git-viewlet > .changes-view > .status-view > .monaco-tree .monaco-tree-row .content .monaco-action-bar .action-label {
width: 16px;
height: 16px;
}
.git-viewlet > .changes-view > .status-view > .monaco-tree .monaco-tree-row:hover .content .monaco-action-bar,
.git-viewlet > .changes-view > .status-view > .monaco-tree.focused .monaco-tree-row.focused .content .monaco-action-bar {
display: block;
}
.git-viewlet > .changes-view > .status-view > .monaco-tree .monaco-tree-row:hover .content .monaco-count-badge,
.git-viewlet > .changes-view > .status-view > .monaco-tree.focused .monaco-tree-row.focused .content .monaco-count-badge {
display: none;
}
.git-viewlet > .changes-view > .status-view > .monaco-tree .monaco-tree-rows > .monaco-tree-row > .content:before {
background: none;
}
.git-viewlet > .changes-view > .status-view > .monaco-tree .monaco-tree-row .status-group {
font-size: 11px;
font-weight: bold;
text-transform: uppercase;
cursor: default;
}
/* Bold font style does not go well with CJK fonts */
.git-viewlet:lang(zh-Hans) > .changes-view > .status-view > .monaco-tree .monaco-tree-row .status-group,
.git-viewlet:lang(zh-Hant) > .changes-view > .status-view > .monaco-tree .monaco-tree-row .status-group,
.git-viewlet:lang(ja) > .changes-view > .status-view > .monaco-tree .monaco-tree-row .status-group,
.git-viewlet:lang(ko) > .changes-view > .status-view > .monaco-tree .monaco-tree-row .status-group { font-weight: normal; }
.git-viewlet > .changes-view > .status-view > .monaco-tree .monaco-tree-row .count-badge-wrapper {
padding-right: 12px;
}
.git-viewlet > .changes-view > .status-view > .monaco-tree .monaco-tree-row .status-group,
.git-viewlet > .changes-view > .status-view > .monaco-tree .monaco-tree-row .file-status {
overflow: hidden;
text-overflow: ellipsis;
flex: 1;
}
.vs-dark .git-viewlet > .changes-view > .status-view > .monaco-tree .monaco-tree-row .status-group {
color: inherit;
}
.git-viewlet > .changes-view > .status-view > .monaco-tree .monaco-tree-row .file-status.out-of-workspace {
opacity: 0.5;
}
.git-viewlet > .changes-view > .status-view > .monaco-tree .monaco-tree-row .file-status .status {
padding: 2px 4px;
font-family: Menlo, Monaco, Consolas, "Droid Sans Mono", "Inconsolata", "Courier New", monospace, "Droid Sans Fallback";
font-size: 70%;
color: white;
text-align: center;
border-radius: 0.5em;
vertical-align: bottom;
}
.git-viewlet > .changes-view > .status-view > .monaco-tree .monaco-tree-row .file-status .name {
margin-left: 0.4em;
}
.git-viewlet > .changes-view > .status-view > .monaco-tree .monaco-tree-row .file-status.modified .status { background-color: #007ACC; }
.git-viewlet > .changes-view > .status-view > .monaco-tree .monaco-tree-row .file-status.added .status { background-color: #2d883e; }
.git-viewlet > .changes-view > .status-view > .monaco-tree .monaco-tree-row .file-status.deleted .status { background-color: #B9131A; }
.git-viewlet > .changes-view > .status-view > .monaco-tree .monaco-tree-row .file-status.renamed .status { background-color: #4668C5; }
.git-viewlet > .changes-view > .status-view > .monaco-tree .monaco-tree-row .file-status.copied .status { background-color: #682079; }
.git-viewlet > .changes-view > .status-view > .monaco-tree .monaco-tree-row .file-status.untracked .status { background-color: #6C6C6C; }
.git-viewlet > .changes-view > .status-view > .monaco-tree .monaco-tree-row .file-status.ignored .status { background-color: #969696; }
.git-viewlet > .changes-view > .status-view > .monaco-tree .monaco-tree-row .file-status.conflict .status { background-color: #9B4F96; }
.git-viewlet > .changes-view > .status-view > .monaco-tree .monaco-tree-row.selected .file-status .status { background-color: #ffffff; color: #666; }
.vs-dark .git-viewlet > .changes-view > .status-view > .monaco-tree .monaco-tree-row .file-status.modified .status { background-color: #1B80B2; }
.vs-dark .git-viewlet > .changes-view > .status-view > .monaco-tree .monaco-tree-row .file-status.added .status { background-color: #3c8746; }
.vs-dark .git-viewlet > .changes-view > .status-view > .monaco-tree .monaco-tree-row .file-status.deleted .status { background-color: #9E121D; }
.vs-dark .git-viewlet > .changes-view > .status-view > .monaco-tree .monaco-tree-row .file-status.copied .status { background-color: #692C77; }
.vs-dark .git-viewlet > .changes-view > .status-view > .monaco-tree .monaco-tree-row .file-status.conflict .status { background-color: #7F4E7E; }
.vs-dark .git-viewlet > .changes-view > .status-view > .monaco-tree .monaco-tree-row.selected .file-status .status { background-color: #ffffff; color: #666; }
.git-viewlet > .changes-view > .status-view > .monaco-tree .monaco-tree-row .file-status.deleted .name,
.git-viewlet > .changes-view > .status-view > .monaco-tree .monaco-tree-row .file-status.both-deleted .name,
.git-viewlet > .changes-view > .status-view > .monaco-tree .monaco-tree-row .file-status.deleted-by-them .name,
.git-viewlet > .changes-view > .status-view > .monaco-tree .monaco-tree-row .file-status.deleted-by-us .name {
text-decoration: line-through;
}
.git-viewlet > .changes-view > .status-view > .monaco-tree .monaco-tree-row .file-status:not(.renamed) > .rename {
display: none;
}
.git-viewlet > .changes-view > .status-view > .monaco-tree .monaco-tree-row .file-status .rename-name:not(:empty),
.git-viewlet > .changes-view > .status-view > .monaco-tree .monaco-tree-row .file-status .rename-arrow {
margin-left: 0.4em;
}
.git-viewlet > .changes-view > .status-view > .monaco-tree .monaco-tree-row .file-status .rename-folder:not(:empty),
.git-viewlet > .changes-view > .status-view > .monaco-tree .monaco-tree-row .file-status .folder:not(:empty) {
opacity: 0.7;
font-size: 0.9em;
margin-left: 0.8em;
}
/* High Contrast Theming */
.hc-black .git-viewlet > .changes-view > .status-view > .monaco-tree .monaco-tree-row .content {
line-height: 20px;
}
.hc-black .git-viewlet > .changes-view > .status-view > .monaco-tree .monaco-tree-row .file-status .status {
top: 2px;
}
.hc-black .git-viewlet > .changes-view > .status-view > .monaco-tree .monaco-tree-row .file-status.modified .status,
.hc-black .git-viewlet > .changes-view > .status-view > .monaco-tree .monaco-tree-row .file-status.added .status,
.hc-black .git-viewlet > .changes-view > .status-view > .monaco-tree .monaco-tree-row .file-status.deleted .status,
.hc-black .git-viewlet > .changes-view > .status-view > .monaco-tree .monaco-tree-row .file-status.renamed .status,
.hc-black .git-viewlet > .changes-view > .status-view > .monaco-tree .monaco-tree-row .file-status.copied .status,
.hc-black .git-viewlet > .changes-view > .status-view > .monaco-tree .monaco-tree-row .file-status.untracked .status,
.hc-black .git-viewlet > .changes-view > .status-view > .monaco-tree .monaco-tree-row .file-status.ignored .status,
.hc-black .git-viewlet > .changes-view > .status-view > .monaco-tree .monaco-tree-row .file-status.conflict .status,
.hc-black .git-viewlet > .changes-view > .status-view > .monaco-tree .monaco-tree-row.selected .file-status .status {
background-color: #000;
color: #fff;
border: 1px solid #6FC3DF;
} | 0.394784 | 0.142202 |
a {
text-decoration: none;
}
a:link {
color: #6c757d;
}
a:visited {
color: #6c757d;
}
a:hover {
color: #9966ff;
}
a:active {
color: #9966ff;
}
.holy {
min-height: 100vh;
}
.holy header {
height: 7vh;
background-color: black;
}
.holy .main {
min-height: 87vh;
background-color: whitesmoke;
display: flex;
align-items: stretch;
}
.holy .main .nothing {
width: 4vw;
}
.holy .main .author {
width: 22vw;
padding: 1vw;
background-color: blanchedalmond;
}
.holy .main .author .avatar {
margin-bottom: 1vh;
display: flex;
justify-content: center;
}
.holy .main .author .avatar .pic {
overflow: hidden;
border-radius: 50%;
}
.holy .main .author .name {
margin-top: 1vh;
margin-bottom: 1vh;
text-align: center;
color: red;
font-weight: bold;
font-size: 20px;
}
.holy .main .author .name::before {
font-size: 16px;
color: brown;
content: "我喜欢你们叫我:";
}
.holy .main .author .name::after {
font-size: 16px;
color: brown;
content: "<(# ̄▽ ̄#)>";
}
.holy .main .author .intro {
margin-top: 1vh;
margin-bottom: 1vh;
text-align: center;
color: skyblue;
font-size: 14px;
font-weight: bold;
}
.holy .main .author .statistics {
width: 100%;
height: 8vh;
padding: 8px;
display: flex;
justify-content: space-around;
align-items: stretch;
border-top: 2px solid #dee2e6;
border-bottom: 2px solid #dee2e6;
text-align: center;
}
.holy .main .author .statistics div {
width: 33%;
}
.holy .main .author .statistics div p {
font-size: 20px;
margin-bottom: 5px;
}
.holy .main .author .statistics .reviews {
border-left: 1px solid #dee2e6;
border-right: 1px solid #dee2e6;
}
.holy .main .author .newest {
margin-top: 2vh;
border: 3px solid burlywood;
margin-bottom: 2vh;
padding: 1vw;
}
.holy .main .author .newest .tag-head {
font-size: 25px;
margin-top: 5px;
margin-bottom: 5px;
}
.holy .main .author .newest .article-list {
border-top: 2px solid red;
}
.holy .main .author .newest .article-list li {
padding: 10px;
}
.holy .main .author .tags .tag-list {
display: flex;
flex-wrap: wrap;
justify-content: space-around;
}
.holy .main .author .tags .tag-list li {
background-color: rgba(223, 233, 233, 0.4);
border-radius: 15%;
margin: 1px;
}
.holy .main .content {
width: 70vw;
}
.holy .main .content .article {
background-color: darkgray;
height: 24vh;
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
border-radius: 10px;
margin: 1vh;
}
.holy footer {
height: 6vh;
background-color: #FFE4E1;
}
.holy footer .info,
.holy footer .record {
text-align: center;
margin-top: 3px;
}
.holy .go-to-top {
position: fixed;
width: 50px;
height: 50px;
right: 1%;
bottom: 5%;
} | source/src/css/index.css | a {
text-decoration: none;
}
a:link {
color: #6c757d;
}
a:visited {
color: #6c757d;
}
a:hover {
color: #9966ff;
}
a:active {
color: #9966ff;
}
.holy {
min-height: 100vh;
}
.holy header {
height: 7vh;
background-color: black;
}
.holy .main {
min-height: 87vh;
background-color: whitesmoke;
display: flex;
align-items: stretch;
}
.holy .main .nothing {
width: 4vw;
}
.holy .main .author {
width: 22vw;
padding: 1vw;
background-color: blanchedalmond;
}
.holy .main .author .avatar {
margin-bottom: 1vh;
display: flex;
justify-content: center;
}
.holy .main .author .avatar .pic {
overflow: hidden;
border-radius: 50%;
}
.holy .main .author .name {
margin-top: 1vh;
margin-bottom: 1vh;
text-align: center;
color: red;
font-weight: bold;
font-size: 20px;
}
.holy .main .author .name::before {
font-size: 16px;
color: brown;
content: "我喜欢你们叫我:";
}
.holy .main .author .name::after {
font-size: 16px;
color: brown;
content: "<(# ̄▽ ̄#)>";
}
.holy .main .author .intro {
margin-top: 1vh;
margin-bottom: 1vh;
text-align: center;
color: skyblue;
font-size: 14px;
font-weight: bold;
}
.holy .main .author .statistics {
width: 100%;
height: 8vh;
padding: 8px;
display: flex;
justify-content: space-around;
align-items: stretch;
border-top: 2px solid #dee2e6;
border-bottom: 2px solid #dee2e6;
text-align: center;
}
.holy .main .author .statistics div {
width: 33%;
}
.holy .main .author .statistics div p {
font-size: 20px;
margin-bottom: 5px;
}
.holy .main .author .statistics .reviews {
border-left: 1px solid #dee2e6;
border-right: 1px solid #dee2e6;
}
.holy .main .author .newest {
margin-top: 2vh;
border: 3px solid burlywood;
margin-bottom: 2vh;
padding: 1vw;
}
.holy .main .author .newest .tag-head {
font-size: 25px;
margin-top: 5px;
margin-bottom: 5px;
}
.holy .main .author .newest .article-list {
border-top: 2px solid red;
}
.holy .main .author .newest .article-list li {
padding: 10px;
}
.holy .main .author .tags .tag-list {
display: flex;
flex-wrap: wrap;
justify-content: space-around;
}
.holy .main .author .tags .tag-list li {
background-color: rgba(223, 233, 233, 0.4);
border-radius: 15%;
margin: 1px;
}
.holy .main .content {
width: 70vw;
}
.holy .main .content .article {
background-color: darkgray;
height: 24vh;
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
border-radius: 10px;
margin: 1vh;
}
.holy footer {
height: 6vh;
background-color: #FFE4E1;
}
.holy footer .info,
.holy footer .record {
text-align: center;
margin-top: 3px;
}
.holy .go-to-top {
position: fixed;
width: 50px;
height: 50px;
right: 1%;
bottom: 5%;
} | 0.435181 | 0.098947 |
body {
font-family: "Palatino Linotype", "Book Antiqua", Palatino, FreeSerif, serif;
font-size: 15px;
line-height: 22px;
margin: 0;
padding: 0; }
p, h1, h2, h3, h4, h5, h6 {
margin: 0 0 15px 0; }
h1 {
margin-top: 40px; }
#tree, #headings {
position: absolute;
top: 30px;
left: 0;
bottom: 0;
width: 290px;
padding: 10px 0;
overflow: auto; }
#sidebar_wrapper {
position: fixed;
top: 0;
left: 0;
bottom: 0;
width: 0;
overflow: hidden; }
#sidebar_switch {
position: absolute;
top: 0;
left: 0;
width: 290px;
height: 29px;
border-bottom: 1px solid; }
#sidebar_switch span {
display: block;
float: left;
width: 50%;
text-align: center;
line-height: 29px;
cursor: pointer; }
#sidebar_switch .selected {
font-weight: bold; }
.slidey #sidebar_wrapper {
-webkit-transition: width 250ms linear;
-moz-transition: width 250ms linear;
-ms-transition: width 250ms linear;
-o-transition: width 250ms linear;
transition: width 250ms linear; }
.sidebar #sidebar_wrapper {
width: 290px; }
#tree .nodename {
text-indent: 12px;
background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAg0lEQVQYlWNIS0tbAcSK////Z8CHGTIzM7+mp6d/ASouwqswKyvrO1DRfyg+CcRaxCgE4Z9A3AjEbIQUgjHQOQvwKgS6+ffChQt3AiUDcCqsra29d/v27R6ghCVWN2ZnZ/9YuXLlRqBAPBALYvVMR0fHmQcPHrQBOUZ4gwfqFj5CAQ4Al6wLIYDwo9QAAAAASUVORK5CYII=);
background-repeat: no-repeat;
background-position: left center;
cursor: pointer; }
#tree .open > .nodename {
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAlElEQVQYlWNIS0tbCsT/8eCN////Z2B49OhRfHZ29jdsioDiP27evJkNVggkONeuXbscm8Jly5atA8rzwRSCsG5DQ8MtZEU1NTUPgOLGUHm4QgaQFVlZWT9BijIzM39fuHChDCaHohBkBdCq9SCF8+bN2wHkC+FSCMLGkyZNOvb9+3dbNHEMhSDsDsRMxCjEiolWCADeUBHgU/IGQQAAAABJRU5ErkJggg==);
background-position: left 7px; }
#tree .dir, #tree .file {
position: relative;
min-height: 20px;
line-height: 20px;
padding-left: 12px; }
#tree .dir > .children, #tree .file > .children {
display: none; }
#tree .dir.open > .children, #tree .file.open > .children {
display: block; }
#tree .file {
padding-left: 24px;
display: block;
text-decoration: none; }
#tree > .dir {
padding-left: 0; }
#headings .heading a {
text-decoration: none;
padding-left: 10px;
display: block; }
#headings .h1 {
padding-left: 0;
margin-top: 10px;
font-size: 1.3em; }
#headings .h2 {
padding-left: 10px;
margin-top: 8px;
font-size: 1.1em; }
#headings .h3 {
padding-left: 20px;
margin-top: 5px;
font-size: 1em; }
#headings .h4 {
padding-left: 30px;
margin-top: 3px;
font-size: 0.9em; }
#headings .h5 {
padding-left: 40px;
margin-top: 1px;
font-size: 0.8em; }
#headings .h6 {
padding-left: 50px;
font-size: 0.75em; }
#sidebar-toggle {
position: fixed;
top: 0;
left: 0;
width: 5px;
bottom: 0;
z-index: 2;
cursor: pointer; }
#sidebar-toggle:hover {
width: 10px; }
.slidey #sidebar-toggle, .slidey #container {
-webkit-transition: all 250ms linear;
-moz-transition: all 250ms linear;
-ms-transition: all 250ms linear;
-o-transition: all 250ms linear;
transition: all 250ms linear; }
.sidebar #sidebar-toggle {
left: 290px; }
#container {
position: fixed;
left: 5px;
right: 0;
top: 0;
bottom: 0;
overflow: auto; }
.sidebar #container {
left: 295px; }
.no-sidebar #sidebar_wrapper, .no-sidebar #sidebar-toggle {
display: none; }
.no-sidebar #container {
left: 0; }
#page {
padding-top: 40px; }
table td {
border: 0;
outline: 0; }
.docs.markdown {
padding: 10px 50px; }
td.docs {
max-width: 450px;
min-width: 450px;
min-height: 5px;
padding: 10px 25px 1px 50px;
overflow-x: hidden;
vertical-align: top;
text-align: left; }
.docs pre {
margin: 15px 0 15px;
padding: 5px;
padding-left: 10px;
border: 1px solid;
font-size: 12px;
overflow: auto; }
.docs pre.code_stats {
font-size: 60%; }
.docs p tt, .docs p code, .docs li tt, .docs li code {
border: 1px solid;
font-size: 12px;
padding: 0 0.2em; }
.dox {
border-top: 1px solid;
padding-top: 10px;
padding-bottom: 10px; }
.dox .details {
padding: 10px;
border: 1px solid;
margin-bottom: 10px; }
.dox .dox_tag_title {
font-weight: bold; }
.dox .dox_tag_detail {
margin-left: 10px; }
.dox .dox_tag_detail span {
margin-right: 5px; }
.dox .dox_type {
font-style: italic; }
.dox .dox_tag_name {
font-weight: bold; }
.pilwrap {
position: relative;
padding-top: 1px; }
.pilwrap .pilcrow {
font: 12px Arial;
text-decoration: none;
color: #454545;
position: absolute;
top: 3px;
left: -20px;
padding: 1px 2px;
opacity: 0;
-webkit-transition: opacity 0.2s linear;
-moz-transition: opacity 0.2s linear;
-ms-transition: opacity 0.2s linear;
-o-transition: opacity 0.2s linear;
transition: opacity 0.2s linear; }
.pilwrap:hover .pilcrow {
opacity: 1; }
td.code {
padding: 8px 15px 8px 25px;
width: 100%;
vertical-align: top;
border-left: 1px solid; }
.background {
border-left: 1px solid;
position: absolute;
z-index: -1;
top: 0;
right: 0;
bottom: 0;
left: 525px; }
pre, tt, code {
font-size: 12px;
line-height: 18px;
font-family: Menlo, Monaco, Consolas, "Lucida Console", monospace;
margin: 0;
padding: 0;
white-space: pre-wrap; }
.line-num {
display: inline-block;
width: 50px;
text-align: right;
opacity: 0.3;
margin-left: -20px;
text-decoration: none; }
/* All the stuff that can depend on colour scheme goes below here: */
body {
background: #fbffff;
color: #2f2b2b; }
a {
color: #261a3b; }
a:visited {
color: #261a3b; }
#sidebar_wrapper {
background: #f0f3f3; }
#sidebar_switch {
background: #e9eded;
border-bottom-color: #dadddd; }
#sidebar_switch span {
color: #2d2828; }
#sidebar_switch span:hover {
background: #f0f3f3; }
#sidebar_switch .selected {
background: #f6fafa;
color: #252020; }
#tree .file {
color: #252020; }
#headings .heading a {
color: #252020; }
#sidebar-toggle {
background: #e5e8e8; }
#sidebar-toggle:hover {
background: #dadddd; }
.docs.markdown {
background: #fbffff; }
.docs pre {
border-color: #dadddd; }
.docs p tt, .docs p code, .docs li tt, .docs li code {
border-color: #dadddd;
background: #f0f3f3; }
.highlight {
background: #f0f3f3;
color: auto; }
.dox {
border-top-color: #e2e5e5; }
.dox .details {
background: #f0f3f3;
border-color: #dadddd; }
.pilwrap .pilcrow {
color: #3a3636; }
td.code, .background {
border-left-color: #dadddd; }
td.linenos { background-color: #f0f0f0; padding-right: 10px; }
span.lineno { background-color: #f0f0f0; padding: 0 5px 0 5px; }
pre { line-height: 125%; }
body .highlight .hll { background-color: #ffffcc }
body .highlight { background: #f0f3f3; }
body .highlight .c { color: #0099FF; font-style: italic } /* Comment */
body .highlight .err { color: #AA0000; background-color: #FFAAAA } /* Error */
body .highlight .k { color: #006699; font-weight: bold } /* Keyword */
body .highlight .o { color: #555555 } /* Operator */
body .highlight .cm { color: #0099FF; font-style: italic } /* Comment.Multiline */
body .highlight .cp { color: #009999 } /* Comment.Preproc */
body .highlight .c1 { color: #0099FF; font-style: italic } /* Comment.Single */
body .highlight .cs { color: #0099FF; font-weight: bold; font-style: italic } /* Comment.Special */
body .highlight .gd { background-color: #FFCCCC; border: 1px solid #CC0000 } /* Generic.Deleted */
body .highlight .ge { font-style: italic } /* Generic.Emph */
body .highlight .gr { color: #FF0000 } /* Generic.Error */
body .highlight .gh { color: #003300; font-weight: bold } /* Generic.Heading */
body .highlight .gi { background-color: #CCFFCC; border: 1px solid #00CC00 } /* Generic.Inserted */
body .highlight .go { color: #AAAAAA } /* Generic.Output */
body .highlight .gp { color: #000099; font-weight: bold } /* Generic.Prompt */
body .highlight .gs { font-weight: bold } /* Generic.Strong */
body .highlight .gu { color: #003300; font-weight: bold } /* Generic.Subheading */
body .highlight .gt { color: #99CC66 } /* Generic.Traceback */
body .highlight .kc { color: #006699; font-weight: bold } /* Keyword.Constant */
body .highlight .kd { color: #006699; font-weight: bold } /* Keyword.Declaration */
body .highlight .kn { color: #006699; font-weight: bold } /* Keyword.Namespace */
body .highlight .kp { color: #006699 } /* Keyword.Pseudo */
body .highlight .kr { color: #006699; font-weight: bold } /* Keyword.Reserved */
body .highlight .kt { color: #007788; font-weight: bold } /* Keyword.Type */
body .highlight .m { color: #FF6600 } /* Literal.Number */
body .highlight .s { color: #CC3300 } /* Literal.String */
body .highlight .na { color: #330099 } /* Name.Attribute */
body .highlight .nb { color: #336666 } /* Name.Builtin */
body .highlight .nc { color: #00AA88; font-weight: bold } /* Name.Class */
body .highlight .no { color: #336600 } /* Name.Constant */
body .highlight .nd { color: #9999FF } /* Name.Decorator */
body .highlight .ni { color: #999999; font-weight: bold } /* Name.Entity */
body .highlight .ne { color: #CC0000; font-weight: bold } /* Name.Exception */
body .highlight .nf { color: #CC00FF } /* Name.Function */
body .highlight .nl { color: #9999FF } /* Name.Label */
body .highlight .nn { color: #00CCFF; font-weight: bold } /* Name.Namespace */
body .highlight .nt { color: #330099; font-weight: bold } /* Name.Tag */
body .highlight .nv { color: #003333 } /* Name.Variable */
body .highlight .ow { color: #000000; font-weight: bold } /* Operator.Word */
body .highlight .w { color: #bbbbbb } /* Text.Whitespace */
body .highlight .mf { color: #FF6600 } /* Literal.Number.Float */
body .highlight .mh { color: #FF6600 } /* Literal.Number.Hex */
body .highlight .mi { color: #FF6600 } /* Literal.Number.Integer */
body .highlight .mo { color: #FF6600 } /* Literal.Number.Oct */
body .highlight .sb { color: #CC3300 } /* Literal.String.Backtick */
body .highlight .sc { color: #CC3300 } /* Literal.String.Char */
body .highlight .sd { color: #CC3300; font-style: italic } /* Literal.String.Doc */
body .highlight .s2 { color: #CC3300 } /* Literal.String.Double */
body .highlight .se { color: #CC3300; font-weight: bold } /* Literal.String.Escape */
body .highlight .sh { color: #CC3300 } /* Literal.String.Heredoc */
body .highlight .si { color: #AA0000 } /* Literal.String.Interpol */
body .highlight .sx { color: #CC3300 } /* Literal.String.Other */
body .highlight .sr { color: #33AAAA } /* Literal.String.Regex */
body .highlight .s1 { color: #CC3300 } /* Literal.String.Single */
body .highlight .ss { color: #FFCC33 } /* Literal.String.Symbol */
body .highlight .bp { color: #336666 } /* Name.Builtin.Pseudo */
body .highlight .vc { color: #003333 } /* Name.Variable.Class */
body .highlight .vg { color: #003333 } /* Name.Variable.Global */
body .highlight .vi { color: #003333 } /* Name.Variable.Instance */
body .highlight .il { color: #FF6600 } /* Literal.Number.Integer.Long */ | www/doc/doc-style.css | body {
font-family: "Palatino Linotype", "Book Antiqua", Palatino, FreeSerif, serif;
font-size: 15px;
line-height: 22px;
margin: 0;
padding: 0; }
p, h1, h2, h3, h4, h5, h6 {
margin: 0 0 15px 0; }
h1 {
margin-top: 40px; }
#tree, #headings {
position: absolute;
top: 30px;
left: 0;
bottom: 0;
width: 290px;
padding: 10px 0;
overflow: auto; }
#sidebar_wrapper {
position: fixed;
top: 0;
left: 0;
bottom: 0;
width: 0;
overflow: hidden; }
#sidebar_switch {
position: absolute;
top: 0;
left: 0;
width: 290px;
height: 29px;
border-bottom: 1px solid; }
#sidebar_switch span {
display: block;
float: left;
width: 50%;
text-align: center;
line-height: 29px;
cursor: pointer; }
#sidebar_switch .selected {
font-weight: bold; }
.slidey #sidebar_wrapper {
-webkit-transition: width 250ms linear;
-moz-transition: width 250ms linear;
-ms-transition: width 250ms linear;
-o-transition: width 250ms linear;
transition: width 250ms linear; }
.sidebar #sidebar_wrapper {
width: 290px; }
#tree .nodename {
text-indent: 12px;
background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAg0lEQVQYlWNIS0tbAcSK////Z8CHGTIzM7+mp6d/ASouwqswKyvrO1DRfyg+CcRaxCgE4Z9A3AjEbIQUgjHQOQvwKgS6+ffChQt3AiUDcCqsra29d/v27R6ghCVWN2ZnZ/9YuXLlRqBAPBALYvVMR0fHmQcPHrQBOUZ4gwfqFj5CAQ4Al6wLIYDwo9QAAAAASUVORK5CYII=);
background-repeat: no-repeat;
background-position: left center;
cursor: pointer; }
#tree .open > .nodename {
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAlElEQVQYlWNIS0tbCsT/8eCN////Z2B49OhRfHZ29jdsioDiP27evJkNVggkONeuXbscm8Jly5atA8rzwRSCsG5DQ8MtZEU1NTUPgOLGUHm4QgaQFVlZWT9BijIzM39fuHChDCaHohBkBdCq9SCF8+bN2wHkC+FSCMLGkyZNOvb9+3dbNHEMhSDsDsRMxCjEiolWCADeUBHgU/IGQQAAAABJRU5ErkJggg==);
background-position: left 7px; }
#tree .dir, #tree .file {
position: relative;
min-height: 20px;
line-height: 20px;
padding-left: 12px; }
#tree .dir > .children, #tree .file > .children {
display: none; }
#tree .dir.open > .children, #tree .file.open > .children {
display: block; }
#tree .file {
padding-left: 24px;
display: block;
text-decoration: none; }
#tree > .dir {
padding-left: 0; }
#headings .heading a {
text-decoration: none;
padding-left: 10px;
display: block; }
#headings .h1 {
padding-left: 0;
margin-top: 10px;
font-size: 1.3em; }
#headings .h2 {
padding-left: 10px;
margin-top: 8px;
font-size: 1.1em; }
#headings .h3 {
padding-left: 20px;
margin-top: 5px;
font-size: 1em; }
#headings .h4 {
padding-left: 30px;
margin-top: 3px;
font-size: 0.9em; }
#headings .h5 {
padding-left: 40px;
margin-top: 1px;
font-size: 0.8em; }
#headings .h6 {
padding-left: 50px;
font-size: 0.75em; }
#sidebar-toggle {
position: fixed;
top: 0;
left: 0;
width: 5px;
bottom: 0;
z-index: 2;
cursor: pointer; }
#sidebar-toggle:hover {
width: 10px; }
.slidey #sidebar-toggle, .slidey #container {
-webkit-transition: all 250ms linear;
-moz-transition: all 250ms linear;
-ms-transition: all 250ms linear;
-o-transition: all 250ms linear;
transition: all 250ms linear; }
.sidebar #sidebar-toggle {
left: 290px; }
#container {
position: fixed;
left: 5px;
right: 0;
top: 0;
bottom: 0;
overflow: auto; }
.sidebar #container {
left: 295px; }
.no-sidebar #sidebar_wrapper, .no-sidebar #sidebar-toggle {
display: none; }
.no-sidebar #container {
left: 0; }
#page {
padding-top: 40px; }
table td {
border: 0;
outline: 0; }
.docs.markdown {
padding: 10px 50px; }
td.docs {
max-width: 450px;
min-width: 450px;
min-height: 5px;
padding: 10px 25px 1px 50px;
overflow-x: hidden;
vertical-align: top;
text-align: left; }
.docs pre {
margin: 15px 0 15px;
padding: 5px;
padding-left: 10px;
border: 1px solid;
font-size: 12px;
overflow: auto; }
.docs pre.code_stats {
font-size: 60%; }
.docs p tt, .docs p code, .docs li tt, .docs li code {
border: 1px solid;
font-size: 12px;
padding: 0 0.2em; }
.dox {
border-top: 1px solid;
padding-top: 10px;
padding-bottom: 10px; }
.dox .details {
padding: 10px;
border: 1px solid;
margin-bottom: 10px; }
.dox .dox_tag_title {
font-weight: bold; }
.dox .dox_tag_detail {
margin-left: 10px; }
.dox .dox_tag_detail span {
margin-right: 5px; }
.dox .dox_type {
font-style: italic; }
.dox .dox_tag_name {
font-weight: bold; }
.pilwrap {
position: relative;
padding-top: 1px; }
.pilwrap .pilcrow {
font: 12px Arial;
text-decoration: none;
color: #454545;
position: absolute;
top: 3px;
left: -20px;
padding: 1px 2px;
opacity: 0;
-webkit-transition: opacity 0.2s linear;
-moz-transition: opacity 0.2s linear;
-ms-transition: opacity 0.2s linear;
-o-transition: opacity 0.2s linear;
transition: opacity 0.2s linear; }
.pilwrap:hover .pilcrow {
opacity: 1; }
td.code {
padding: 8px 15px 8px 25px;
width: 100%;
vertical-align: top;
border-left: 1px solid; }
.background {
border-left: 1px solid;
position: absolute;
z-index: -1;
top: 0;
right: 0;
bottom: 0;
left: 525px; }
pre, tt, code {
font-size: 12px;
line-height: 18px;
font-family: Menlo, Monaco, Consolas, "Lucida Console", monospace;
margin: 0;
padding: 0;
white-space: pre-wrap; }
.line-num {
display: inline-block;
width: 50px;
text-align: right;
opacity: 0.3;
margin-left: -20px;
text-decoration: none; }
/* All the stuff that can depend on colour scheme goes below here: */
body {
background: #fbffff;
color: #2f2b2b; }
a {
color: #261a3b; }
a:visited {
color: #261a3b; }
#sidebar_wrapper {
background: #f0f3f3; }
#sidebar_switch {
background: #e9eded;
border-bottom-color: #dadddd; }
#sidebar_switch span {
color: #2d2828; }
#sidebar_switch span:hover {
background: #f0f3f3; }
#sidebar_switch .selected {
background: #f6fafa;
color: #252020; }
#tree .file {
color: #252020; }
#headings .heading a {
color: #252020; }
#sidebar-toggle {
background: #e5e8e8; }
#sidebar-toggle:hover {
background: #dadddd; }
.docs.markdown {
background: #fbffff; }
.docs pre {
border-color: #dadddd; }
.docs p tt, .docs p code, .docs li tt, .docs li code {
border-color: #dadddd;
background: #f0f3f3; }
.highlight {
background: #f0f3f3;
color: auto; }
.dox {
border-top-color: #e2e5e5; }
.dox .details {
background: #f0f3f3;
border-color: #dadddd; }
.pilwrap .pilcrow {
color: #3a3636; }
td.code, .background {
border-left-color: #dadddd; }
td.linenos { background-color: #f0f0f0; padding-right: 10px; }
span.lineno { background-color: #f0f0f0; padding: 0 5px 0 5px; }
pre { line-height: 125%; }
body .highlight .hll { background-color: #ffffcc }
body .highlight { background: #f0f3f3; }
body .highlight .c { color: #0099FF; font-style: italic } /* Comment */
body .highlight .err { color: #AA0000; background-color: #FFAAAA } /* Error */
body .highlight .k { color: #006699; font-weight: bold } /* Keyword */
body .highlight .o { color: #555555 } /* Operator */
body .highlight .cm { color: #0099FF; font-style: italic } /* Comment.Multiline */
body .highlight .cp { color: #009999 } /* Comment.Preproc */
body .highlight .c1 { color: #0099FF; font-style: italic } /* Comment.Single */
body .highlight .cs { color: #0099FF; font-weight: bold; font-style: italic } /* Comment.Special */
body .highlight .gd { background-color: #FFCCCC; border: 1px solid #CC0000 } /* Generic.Deleted */
body .highlight .ge { font-style: italic } /* Generic.Emph */
body .highlight .gr { color: #FF0000 } /* Generic.Error */
body .highlight .gh { color: #003300; font-weight: bold } /* Generic.Heading */
body .highlight .gi { background-color: #CCFFCC; border: 1px solid #00CC00 } /* Generic.Inserted */
body .highlight .go { color: #AAAAAA } /* Generic.Output */
body .highlight .gp { color: #000099; font-weight: bold } /* Generic.Prompt */
body .highlight .gs { font-weight: bold } /* Generic.Strong */
body .highlight .gu { color: #003300; font-weight: bold } /* Generic.Subheading */
body .highlight .gt { color: #99CC66 } /* Generic.Traceback */
body .highlight .kc { color: #006699; font-weight: bold } /* Keyword.Constant */
body .highlight .kd { color: #006699; font-weight: bold } /* Keyword.Declaration */
body .highlight .kn { color: #006699; font-weight: bold } /* Keyword.Namespace */
body .highlight .kp { color: #006699 } /* Keyword.Pseudo */
body .highlight .kr { color: #006699; font-weight: bold } /* Keyword.Reserved */
body .highlight .kt { color: #007788; font-weight: bold } /* Keyword.Type */
body .highlight .m { color: #FF6600 } /* Literal.Number */
body .highlight .s { color: #CC3300 } /* Literal.String */
body .highlight .na { color: #330099 } /* Name.Attribute */
body .highlight .nb { color: #336666 } /* Name.Builtin */
body .highlight .nc { color: #00AA88; font-weight: bold } /* Name.Class */
body .highlight .no { color: #336600 } /* Name.Constant */
body .highlight .nd { color: #9999FF } /* Name.Decorator */
body .highlight .ni { color: #999999; font-weight: bold } /* Name.Entity */
body .highlight .ne { color: #CC0000; font-weight: bold } /* Name.Exception */
body .highlight .nf { color: #CC00FF } /* Name.Function */
body .highlight .nl { color: #9999FF } /* Name.Label */
body .highlight .nn { color: #00CCFF; font-weight: bold } /* Name.Namespace */
body .highlight .nt { color: #330099; font-weight: bold } /* Name.Tag */
body .highlight .nv { color: #003333 } /* Name.Variable */
body .highlight .ow { color: #000000; font-weight: bold } /* Operator.Word */
body .highlight .w { color: #bbbbbb } /* Text.Whitespace */
body .highlight .mf { color: #FF6600 } /* Literal.Number.Float */
body .highlight .mh { color: #FF6600 } /* Literal.Number.Hex */
body .highlight .mi { color: #FF6600 } /* Literal.Number.Integer */
body .highlight .mo { color: #FF6600 } /* Literal.Number.Oct */
body .highlight .sb { color: #CC3300 } /* Literal.String.Backtick */
body .highlight .sc { color: #CC3300 } /* Literal.String.Char */
body .highlight .sd { color: #CC3300; font-style: italic } /* Literal.String.Doc */
body .highlight .s2 { color: #CC3300 } /* Literal.String.Double */
body .highlight .se { color: #CC3300; font-weight: bold } /* Literal.String.Escape */
body .highlight .sh { color: #CC3300 } /* Literal.String.Heredoc */
body .highlight .si { color: #AA0000 } /* Literal.String.Interpol */
body .highlight .sx { color: #CC3300 } /* Literal.String.Other */
body .highlight .sr { color: #33AAAA } /* Literal.String.Regex */
body .highlight .s1 { color: #CC3300 } /* Literal.String.Single */
body .highlight .ss { color: #FFCC33 } /* Literal.String.Symbol */
body .highlight .bp { color: #336666 } /* Name.Builtin.Pseudo */
body .highlight .vc { color: #003333 } /* Name.Variable.Class */
body .highlight .vg { color: #003333 } /* Name.Variable.Global */
body .highlight .vi { color: #003333 } /* Name.Variable.Instance */
body .highlight .il { color: #FF6600 } /* Literal.Number.Integer.Long */ | 0.377426 | 0.067393 |
.console {
padding: 10px; background-color: #EEEEEE;
}
input {
font-size: 20px;
}
/* http://affi-ken.com/layout/post-27/ */
/* balloon */
.balloon p {
margin:0;
padding:0;
}
.balloon {
margin-bottom:20px;
position:relative;
}
.balloon.right-box {
padding-right:90px; /*130px*/
}
.balloon.left-box {
padding-left:60px;
}
.balloon .balloonbox {
width:100%;
}
.balloon .balloonbox .txt {
font-size:14px;
line-height:1.8em;
padding:10px 0;
}
.balloon .balloonbox #balloon-right,
.balloon .balloonbox #balloon-left {
position: relative;
display: inline-block;
padding: 0 15px;
width: 100%;
color: #000;
text-align: center;
background: #fff;
z-index: 0;
box-shadow: 3px 1px 3px rgba(255, 255, 255, 0.2) inset, 3px 1px 2px rgba(0, 0, 0, 0.05);
border:1px solid #D8D8D8;
text-align:left;
border-radius:10px;
min-height:60px; /*100px*/
}
.balloon .balloonbox #balloon-left {
width:90%;
}
.balloon .balloonbox #balloon-right:before {
content: "";
position: absolute;
top: 22px;
right: -8px;
margin-top: -9px;
display: block;
width: 0px;
height: 0px;
border-style: solid;
border-width: 9px 0 9px 9px;
border-color: transparent transparent transparent #fff;
z-index: 0;
}
.balloon .balloonbox #balloon-right:after {
content: "";
position: absolute;
top: 22px;
right: -9px;
margin-top: -10px;
display: block;
width: 0px;
height: 0px;
border-style: solid;
border-width: 10px 0 9px 9px;
border-color: transparent transparent transparent #D8D8D8;
z-index: -1;
}
.balloon .balloonbox #balloon-left:before {
content: "";
position: absolute;
top: 22px; left: -8px;
margin-top: -9px;
display: block;
width: 0px;
height: 0px;
border-style: solid;
border-width: 9px 9px 9px 0;
border-color: transparent #fff transparent transparent;
z-index: 0;
}
.balloon .balloonbox #balloon-left:after {
content: "";
position: absolute;
top: 22px; left: -9px;
margin-top: -10px;
display: block;
width: 0px;
height: 0px;
border-style: solid;
border-width: 10px 9px 9px 0;
border-color: transparent #D8D8D8 transparent transparent;
z-index: -1;
}
/*アイコン*/
.balloon.right-box .img {
width:40px; /*80px*/
top:10px;
right:0;
position:absolute;
}
.balloon.left-box .img {
width:40px; /*80px*/
top:10px;
left:0;
position:absolute;
}
.balloon .img img {
border-radius:50%;
box-shadow: 3px 1px 3px rgba(255, 255, 255, 0.2) inset, 3px 1px 2px rgba(0, 0, 0, 0.05);
border:1px solid #D8D8D8;
width:100%;
} | static/style.css | .console {
padding: 10px; background-color: #EEEEEE;
}
input {
font-size: 20px;
}
/* http://affi-ken.com/layout/post-27/ */
/* balloon */
.balloon p {
margin:0;
padding:0;
}
.balloon {
margin-bottom:20px;
position:relative;
}
.balloon.right-box {
padding-right:90px; /*130px*/
}
.balloon.left-box {
padding-left:60px;
}
.balloon .balloonbox {
width:100%;
}
.balloon .balloonbox .txt {
font-size:14px;
line-height:1.8em;
padding:10px 0;
}
.balloon .balloonbox #balloon-right,
.balloon .balloonbox #balloon-left {
position: relative;
display: inline-block;
padding: 0 15px;
width: 100%;
color: #000;
text-align: center;
background: #fff;
z-index: 0;
box-shadow: 3px 1px 3px rgba(255, 255, 255, 0.2) inset, 3px 1px 2px rgba(0, 0, 0, 0.05);
border:1px solid #D8D8D8;
text-align:left;
border-radius:10px;
min-height:60px; /*100px*/
}
.balloon .balloonbox #balloon-left {
width:90%;
}
.balloon .balloonbox #balloon-right:before {
content: "";
position: absolute;
top: 22px;
right: -8px;
margin-top: -9px;
display: block;
width: 0px;
height: 0px;
border-style: solid;
border-width: 9px 0 9px 9px;
border-color: transparent transparent transparent #fff;
z-index: 0;
}
.balloon .balloonbox #balloon-right:after {
content: "";
position: absolute;
top: 22px;
right: -9px;
margin-top: -10px;
display: block;
width: 0px;
height: 0px;
border-style: solid;
border-width: 10px 0 9px 9px;
border-color: transparent transparent transparent #D8D8D8;
z-index: -1;
}
.balloon .balloonbox #balloon-left:before {
content: "";
position: absolute;
top: 22px; left: -8px;
margin-top: -9px;
display: block;
width: 0px;
height: 0px;
border-style: solid;
border-width: 9px 9px 9px 0;
border-color: transparent #fff transparent transparent;
z-index: 0;
}
.balloon .balloonbox #balloon-left:after {
content: "";
position: absolute;
top: 22px; left: -9px;
margin-top: -10px;
display: block;
width: 0px;
height: 0px;
border-style: solid;
border-width: 10px 9px 9px 0;
border-color: transparent #D8D8D8 transparent transparent;
z-index: -1;
}
/*アイコン*/
.balloon.right-box .img {
width:40px; /*80px*/
top:10px;
right:0;
position:absolute;
}
.balloon.left-box .img {
width:40px; /*80px*/
top:10px;
left:0;
position:absolute;
}
.balloon .img img {
border-radius:50%;
box-shadow: 3px 1px 3px rgba(255, 255, 255, 0.2) inset, 3px 1px 2px rgba(0, 0, 0, 0.05);
border:1px solid #D8D8D8;
width:100%;
} | 0.286269 | 0.075007 |
@font-face {
font-family: 'dentco';
src: url('fonts/dentco50e4.eot?291lp8');
src: url('fonts/dentco50e4.eot?291lp8#iefix') format('embedded-opentype'),
url('fonts/dentco50e4.ttf?291lp8') format('truetype'),
url('fonts/dentco50e4.woff?291lp8') format('woff'),
url('fonts/dentco50e4.svg?291lp8#dentco') format('svg');
font-weight: normal;
font-style: normal;
}
[class^="icon-"], [class*=" icon-"] {
/* use !important to prevent issues with browser extensions that change fonts */
font-family: 'dentco' !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;
}
.icon-gynecology:before {
content: "\e95b";
}
.icon-brain:before {
content: "\e95c";
}
.icon-cardiology:before {
content: "\e95d";
}
.icon-terapevt:before {
content: "\e95e";
}
.icon-dental:before {
content: "\e95f";
}
.icon-genetics:before {
content: "\e960";
}
.icon-farmalogy:before {
content: "\e961";
}
.icon-lab:before {
content: "\e962";
}
.icon-pediatrics:before {
content: "\e963";
}
.icon-traumatology:before {
content: "\e964";
}
.icon-birthday-cake:before {
content: "\e939";
}
.icon-emergency:before {
content: "\e93a";
}
.icon-tooth-1:before {
content: "\e93b";
}
.icon-hand:before {
content: "\e93c";
}
.icon-placeholder3:before {
content: "\e93d";
}
.icon-play:before {
content: "\e93e";
}
.icon-tooth-2:before {
content: "\e93f";
}
.icon-tooth-3:before {
content: "\e940";
}
.icon-tooth-4:before {
content: "\e941";
}
.icon-tooth-5:before {
content: "\e942";
}
.icon-zoob:before {
content: "\e943";
}
.icon-man:before {
content: "\e944";
}
.icon-mommy:before {
content: "\e945";
}
.icon-medicine:before {
content: "\e946";
}
.icon-pharmacy:before {
content: "\e947";
}
.icon-principles:before {
content: "\e948";
}
.icon-sign:before {
content: "\e949";
}
.icon-surgery:before {
content: "\e94a";
}
.icon-syringe:before {
content: "\e94b";
}
.icon-ambulance:before {
content: "\e94c";
}
.icon-woman:before {
content: "\e94d";
}
.icon-body:before {
content: "\e94e";
}
.icon-body1:before {
content: "\e94f";
}
.icon-doctor:before {
content: "\e950";
}
.icon-first-aid-kit:before {
content: "\e951";
}
.icon-flask:before {
content: "\e952";
}
.icon-injecting:before {
content: "\e953";
}
.icon-injecting-syringe:before {
content: "\e954";
}
.icon-search:before {
content: "\e955";
}
.icon-arrow-right:before {
content: "\e900";
}
.icon-birthday:before {
content: "\e901";
}
.icon-black-envelope:before {
content: "\e902";
}
.icon-calendar:before {
content: "\e903";
}
.icon-calendar2:before {
content: "\e904";
}
.icon-cart:before {
content: "\e905";
}
.icon-check-mark:before {
content: "\e906";
}
.icon-clock:before {
content: "\e907";
}
.icon-clock2:before {
content: "\e908";
}
.icon-dental-chair:before {
content: "\e909";
}
.icon-email2:before {
content: "\e90a";
}
.icon-emergency-call:before {
content: "\e90b";
}
.icon-error:before {
content: "\e90c";
}
.icon-facebook-logo:before {
content: "\e90d";
}
.icon-facebook-logo-circle:before {
content: "\e90e";
}
.icon-star:before {
content: "\e90f";
}
.icon-google-plus-circle:before {
content: "\e910";
}
.icon-google-plus1:before {
content: "\e911";
color: #f34a38;
}
.icon-health-care:before {
content: "\e912";
}
.icon-clock3:before {
content: "\e913";
}
.icon-icon-implant:before {
content: "\e914";
}
.icon-icon-orthodontics:before {
content: "\e915";
}
.icon-icon-whitening:before {
content: "\e916";
}
.icon-instagram:before {
content: "\e917";
}
.icon-link-symbol:before {
content: "\e918";
}
.icon-medical-kit:before {
content: "\e919";
}
.icon-menu:before {
content: "\e91a";
}
.icon-paintbrush:before {
content: "\e91b";
}
.icon-pencil-writing:before {
content: "\e91c";
}
.icon-placeholder:before {
content: "\e91d";
}
.icon-placeholder2:before {
content: "\e91e";
}
.icon-price-tag:before {
content: "\e91f";
}
.icon-reply-black:before {
content: "\e920";
}
.icon-right-arrow:before {
content: "\e921";
}
.icon-left-arrow:before {
content: "\e92f";
}
.icon-left:before {
content: "\e922";
}
.icon-right:before {
content: "\e930";
}
.icon-top:before {
content: "\e931";
}
.icon-bottom:before {
content: "\e932";
}
.icon-smartphone:before {
content: "\e923";
}
.icon-team:before {
content: "\e924";
}
.icon-telephone:before {
content: "\e925";
}
.icon-tick:before {
content: "\e926";
}
.icon-tooth:before {
content: "\e927";
}
.icon-tooth2:before {
content: "\e928";
}
.icon-tooth3:before {
content: "\e929";
}
.icon-twitter-logo-circle:before {
content: "\e92a";
}
.icon-twitter-logo:before {
content: "\e92b";
}
.icon-up-arrow:before {
content: "\e92c";
}
.icon-user:before {
content: "\e92d";
}
.icon-user2:before {
content: "\e92e";
}
.icon-world:before {
content: "\e959";
}
.icon-globe1:before {
content: "\e959";
}
.icon-internet1:before {
content: "\e959";
}
.icon-network:before {
content: "\e959";
}
.icon-close:before {
content: "\e937";
}
.icon-instagram-circle:before {
content: "\e933";
}
.icon-sphere:before {
content: "\e95a";
}
.icon-globe:before {
content: "\e95a";
}
.icon-internet:before {
content: "\e95a";
}
.icon-star-half:before {
content: "\e938";
}
.icon-innovation:before {
content: "\e956";
}
.icon-integrity:before {
content: "\e957";
}
.icon-compassion:before {
content: "\e958";
}
.icon-pinterest-logo:before {
content: "\e934";
}
.icon-pinterest-circle:before {
content: "\e935";
}
.icon-google-logo:before {
content: "\e936";
} | public/front/icons/style.css | @font-face {
font-family: 'dentco';
src: url('fonts/dentco50e4.eot?291lp8');
src: url('fonts/dentco50e4.eot?291lp8#iefix') format('embedded-opentype'),
url('fonts/dentco50e4.ttf?291lp8') format('truetype'),
url('fonts/dentco50e4.woff?291lp8') format('woff'),
url('fonts/dentco50e4.svg?291lp8#dentco') format('svg');
font-weight: normal;
font-style: normal;
}
[class^="icon-"], [class*=" icon-"] {
/* use !important to prevent issues with browser extensions that change fonts */
font-family: 'dentco' !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;
}
.icon-gynecology:before {
content: "\e95b";
}
.icon-brain:before {
content: "\e95c";
}
.icon-cardiology:before {
content: "\e95d";
}
.icon-terapevt:before {
content: "\e95e";
}
.icon-dental:before {
content: "\e95f";
}
.icon-genetics:before {
content: "\e960";
}
.icon-farmalogy:before {
content: "\e961";
}
.icon-lab:before {
content: "\e962";
}
.icon-pediatrics:before {
content: "\e963";
}
.icon-traumatology:before {
content: "\e964";
}
.icon-birthday-cake:before {
content: "\e939";
}
.icon-emergency:before {
content: "\e93a";
}
.icon-tooth-1:before {
content: "\e93b";
}
.icon-hand:before {
content: "\e93c";
}
.icon-placeholder3:before {
content: "\e93d";
}
.icon-play:before {
content: "\e93e";
}
.icon-tooth-2:before {
content: "\e93f";
}
.icon-tooth-3:before {
content: "\e940";
}
.icon-tooth-4:before {
content: "\e941";
}
.icon-tooth-5:before {
content: "\e942";
}
.icon-zoob:before {
content: "\e943";
}
.icon-man:before {
content: "\e944";
}
.icon-mommy:before {
content: "\e945";
}
.icon-medicine:before {
content: "\e946";
}
.icon-pharmacy:before {
content: "\e947";
}
.icon-principles:before {
content: "\e948";
}
.icon-sign:before {
content: "\e949";
}
.icon-surgery:before {
content: "\e94a";
}
.icon-syringe:before {
content: "\e94b";
}
.icon-ambulance:before {
content: "\e94c";
}
.icon-woman:before {
content: "\e94d";
}
.icon-body:before {
content: "\e94e";
}
.icon-body1:before {
content: "\e94f";
}
.icon-doctor:before {
content: "\e950";
}
.icon-first-aid-kit:before {
content: "\e951";
}
.icon-flask:before {
content: "\e952";
}
.icon-injecting:before {
content: "\e953";
}
.icon-injecting-syringe:before {
content: "\e954";
}
.icon-search:before {
content: "\e955";
}
.icon-arrow-right:before {
content: "\e900";
}
.icon-birthday:before {
content: "\e901";
}
.icon-black-envelope:before {
content: "\e902";
}
.icon-calendar:before {
content: "\e903";
}
.icon-calendar2:before {
content: "\e904";
}
.icon-cart:before {
content: "\e905";
}
.icon-check-mark:before {
content: "\e906";
}
.icon-clock:before {
content: "\e907";
}
.icon-clock2:before {
content: "\e908";
}
.icon-dental-chair:before {
content: "\e909";
}
.icon-email2:before {
content: "\e90a";
}
.icon-emergency-call:before {
content: "\e90b";
}
.icon-error:before {
content: "\e90c";
}
.icon-facebook-logo:before {
content: "\e90d";
}
.icon-facebook-logo-circle:before {
content: "\e90e";
}
.icon-star:before {
content: "\e90f";
}
.icon-google-plus-circle:before {
content: "\e910";
}
.icon-google-plus1:before {
content: "\e911";
color: #f34a38;
}
.icon-health-care:before {
content: "\e912";
}
.icon-clock3:before {
content: "\e913";
}
.icon-icon-implant:before {
content: "\e914";
}
.icon-icon-orthodontics:before {
content: "\e915";
}
.icon-icon-whitening:before {
content: "\e916";
}
.icon-instagram:before {
content: "\e917";
}
.icon-link-symbol:before {
content: "\e918";
}
.icon-medical-kit:before {
content: "\e919";
}
.icon-menu:before {
content: "\e91a";
}
.icon-paintbrush:before {
content: "\e91b";
}
.icon-pencil-writing:before {
content: "\e91c";
}
.icon-placeholder:before {
content: "\e91d";
}
.icon-placeholder2:before {
content: "\e91e";
}
.icon-price-tag:before {
content: "\e91f";
}
.icon-reply-black:before {
content: "\e920";
}
.icon-right-arrow:before {
content: "\e921";
}
.icon-left-arrow:before {
content: "\e92f";
}
.icon-left:before {
content: "\e922";
}
.icon-right:before {
content: "\e930";
}
.icon-top:before {
content: "\e931";
}
.icon-bottom:before {
content: "\e932";
}
.icon-smartphone:before {
content: "\e923";
}
.icon-team:before {
content: "\e924";
}
.icon-telephone:before {
content: "\e925";
}
.icon-tick:before {
content: "\e926";
}
.icon-tooth:before {
content: "\e927";
}
.icon-tooth2:before {
content: "\e928";
}
.icon-tooth3:before {
content: "\e929";
}
.icon-twitter-logo-circle:before {
content: "\e92a";
}
.icon-twitter-logo:before {
content: "\e92b";
}
.icon-up-arrow:before {
content: "\e92c";
}
.icon-user:before {
content: "\e92d";
}
.icon-user2:before {
content: "\e92e";
}
.icon-world:before {
content: "\e959";
}
.icon-globe1:before {
content: "\e959";
}
.icon-internet1:before {
content: "\e959";
}
.icon-network:before {
content: "\e959";
}
.icon-close:before {
content: "\e937";
}
.icon-instagram-circle:before {
content: "\e933";
}
.icon-sphere:before {
content: "\e95a";
}
.icon-globe:before {
content: "\e95a";
}
.icon-internet:before {
content: "\e95a";
}
.icon-star-half:before {
content: "\e938";
}
.icon-innovation:before {
content: "\e956";
}
.icon-integrity:before {
content: "\e957";
}
.icon-compassion:before {
content: "\e958";
}
.icon-pinterest-logo:before {
content: "\e934";
}
.icon-pinterest-circle:before {
content: "\e935";
}
.icon-google-logo:before {
content: "\e936";
} | 0.298083 | 0.124054 |
.modal{display: none;width: 100%;height: 100%;position: fixed;top: 0;left: 0;z-index: 1000;background: rgba(1,0,47,0.56);}
.mymodal{display: none;padding: 40px;position: fixed;top: 50%;left: 50%;transform: translate(-50%,-50%);background: #FFFFFF;z-index: 999999;}
.mymodal .close-btn{position: absolute;top: 40px;right: 40px;z-index: 10;}
.mymodal .close-btn img{width: 16px;height: 16px;}
/*表格*/
.table{width: 100%;max-width: 100%;border-collapse: collapse;border-spacing: 0;display: table;}
.table tr{display: table-row;}
.table td,th{display: table-cell;}
.table th{border-bottom: 1px solid #EEEEEE;padding: 8px 0;}
/*图片上传预览*/
.imgnum{left: 0px;top: 0px;margin: 0px;padding: 0px;width: 100%;height: 100%;line-height: 122px;text-align: center;position: relative;}
.imgnum input,.imgnum1 input {position: absolute;width: 100%;height: 100%;opacity: 0;left: 0;}
.imgnum img,.imgnum1 img {max-width: 100%;max-height: 99%;vertical-align: middle;}
.imgnum .close,.close1 {color: #C4D5DF; cursor: pointer; position: absolute;right: 5px;top: 0px;display: none;line-height: 20px;}
.text-center{text-align: center;}
.text-left{text-align: left;}
.text-right{text-align: right;}
.text-blue{color: #0074F7;}
.li-wh{width: 100% !important;}
i{font-style: normal;color: #999999;}
.input{width:auto;display: inline-block;margin: 0 2px;padding: 7px;text-align: left;outline: none;border-radius: 2px;background: none;border: none;border: 1px solid #999999;}
.input-sz{background: none;padding: 2px 5px;border: none;width: 50px;text-align: right;outline: none;}
.button{padding: 5px 15px;text-align: center;display: inline-block;background: #999999;color: #FFFFFF;}
.bgshadow{background: #01002F;box-shadow: 2px 2px 2px #000000;color: #FFFFFF;margin-bottom: 15px;display: inline-block;}
.margin{margin: 12px;}
.bg-blue{background: #01002F !important;}
.text-black{color: #000000;}
.text-red{color: red;}
.border-bottom-dashed{border-bottom: 1px dashed #999999;}
.text-sm{font-size: 12px !important;}
.control{margin: 20px auto;}
.control-l{width: 180px;border: 1px solid #01002f;}
.control-r{width: 800px;}
.control-l .ctl-top{width: 100%;height: 58px;line-height: 58px;font-size: 22px;text-align: center;color: #FFFFFF;background: #01002f;}
.control-l .ctl-top img{width: 24px;vertical-align: middle;margin-bottom: 3px;}
.control-l .ctl-list{padding: 15px 20px 10px;border-bottom: 1px solid #999999;}
.control-l .ctl-list:last-child{border-bottom: 0;}
.control-l .ctl-list h3{color: #666666;font-size: 16px;height: 20px;line-height: 20px;border-bottom: 1px dashed #666666;padding-bottom: 15px;margin-bottom: 10px;}
.control-l .ctl-list h3 img{vertical-align: middle;margin-right: 5px;height: 16px;margin-bottom: 3px;}
.control-l .ctl-list p{text-align: center;font-size: 14px;line-height: 31px;}
.control-l .ctl-list p i{width: 5px;height: 5px;background: #999999;border-radius: 50%;display: inline-block;vertical-align: middle;margin-right: 10px;margin-bottom: 2px;}
.control-l .ctl-list a{color: #999999;}
.control-l .ctl-list .active a{color: #01002F;}
.control-l .ctl-list .active i{background: #01002F;}
.control-r .ctr-top{padding: 20px 70px;border: 1px solid #b9b9b9;margin-bottom: 20px;}
.control-r .ctr-top .ctr-top-l{width: 64px;text-align: center;}
.control-r .ctr-top .ctr-top-l img{width: 64px;height: 64px;}
.control-r .ctr-top .ctr-top-l p{margin-bottom: 10px;font-size: 16px;font-weight: bold;}
.control-r .ctr-top .ctr-top-c{width: 200px;margin: 0 55px;}
.control-r .ctr-top .ctr-top-c .ctr-c-t{font-size: 16px;}
.control-r .ctr-top .ctr-top-c .ctr-c-t span{color: #000000;font-weight: bold;}
.control-r .ctr-top .ctr-top-c .ctr-c-t a{color: #0074f7;}
.control-r .ctr-top .ctr-top-c p{line-height: 26px;}
.control-r .ctr-top .ctr-top-r{line-height: 26px;}
/*选择行业*/
.hy{width: 600px;}
.hy ul{margin-top: 30px;}
.hy ul li{float: left;width: 25%;text-align: left;margin-bottom: 20px;}
.hy ul li a{display: inline-block;width: 102px;height: 30px;line-height: 30px;border: 1px solid #dedede;border-radius: 3px;text-align: center;}
.hy ul li .other{width: auto;border: 0;text-align: center;outline: none;}
.hy ul li .other option{text-align: center;}
.bottom-btn a{margin-right: 20px;width: 80px;height: 30px;line-height: 30px;text-align: center;color: #FFFFFF;display: inline-block;background: #01002F;box-shadow: 2px 2px 2px #000000;}
.hy .hy-bt a{display: inline-block;}
/*分页*/
.page{padding: 10px 0;}
.page a{margin: 0 3px;}
.page span, .page a {border-radius: 3px;border: 1px solid #dfdfdf;display: inline-block;padding: 5px 12px;}
.page span.current {background: #01002F;color: #FFF;border-color: #01002F;margin: 0 2px;}
/*-----------------基本信息------------------*/
.control-r .ctr-con{padding: 30px 40px;border: 1px solid #b9b9b9;}
.control-r .ctr-con>p.text-center{margin-bottom: 30px;}
.control-r .ctr-con .ctr-con-l{width: 104px;height: 124px;position: relative;border: 1px solid #999999;}
.control-r .ctr-con .ctr-con-r{width: 540px;}
.control-r .ctr-con .ctr-con-r li{width: 50%;float: left;color: #666666;font-size: 14px;margin-bottom: 15px;}
.control-r .ctr-con .ctr-con-r li label{width: 80px;display: inline-block;text-align: left;color: #666666;}
.control-r .ctr-con .ctr-con-r li label .circles{margin-left: 2px;}
.control-r .ctr-con .ctr-con-r li label .jie{margin-left:20px;line-height: 46px;}
.control-r .ctr-con .ctr-con-r li label .jin{margin-left: 20px;}
.control-r .ctr-con .ctr-con-r li .timenow{width: 116px;margin-top: 8px; padding: 7px 10px;margin-left: 2px;border-radius: 2px;border: 1px solid #999;}
.control-r .ctr-con .ctr-con-r li .option{margin-left: 15px;}
.control-r .ctr-con .ctr-con-r li span{display: inline-block;line-height: 34px;}
.control-r .ctr-con .ctr-con-r li .input{width: 100px;padding: 7px;text-align: center;outline: none;border-radius: 2px;background: none;border: none;border: 1px solid #999999;}
.control-r .ctr-con .ctr-con-r li a{color: #0074f7;font-size: 12px;}
.ctr-two{margin: 20px auto;text-align: center;}
.control-r .ctr-con .ctr-con-btn{text-align: center;/*display: inline-block;*/margin-right: 20px;text-align: center;}
.control-r .ctr-con .att{display:block;margin: 20px auto;}
.control-r .ctr-con .ctr-two .add{display: inline-block;}
.control-r .ctr-con .ctr-con-btn a{width: 80px;height: 30px;line-height: 30px;text-align: center;color: #FFFFFF;display: inline-block;background: #01002F;box-shadow: 2px 2px 2px #000000;}
.control-r .ctr-bottom{margin-top: 30px;}
.control-r .ctr-bottom .tt{color: #000000;font-size: 16px;font-weight: bold;}
.control-r .ctr-bottom ul li{border-bottom: 1px dashed #999999;}
.control-r .ctr-bottom ul li:last-child{border-bottom: 0;}
.buy-list{padding: 22px;margin: 30px 0;background: #F2F2F2;}
.buy-list .title{font-size: 13px;color: #000000;margin-bottom: 15px;}
.buy-list .title span{color: #999999;font-size: 12px;}
.buy-list .buy .buy-l{width: 64px;height: 64px;border: 1px solid #999999;}
.buy-list .buy .buy-l img{width: 100%;height: 100%;}
.buy-list .buy .buy-r{width: 660px;}
.buy-list .buy .buy-r p{color: #666666;margin-bottom: 8px;font-size: 12px;}
.buy-list .buy .buy-r p:last-child{margin-bottom: 0;}
.buy-list .buy .buy-r .btt{color: #000000;font-weight: bold;}
/*-----------------邮寄地址------------------*/
.control-r .ctr-con .mail-t{border-bottom: 1px dashed #999999;padding: 30px;color: #666666;}
.control-r .ctr-con .mail-t p{line-height: 30px;margin-bottom: 20px;}
.control-r .ctr-con .mail-t p span{display: inline-block;width: 120px;text-align: right;margin-right: 10px;}
.control-r .ctr-con .mail-t p a{margin-left: 100px;display: inline-block;line-height: 30px;}
.chk_1{display: none;}
.chk_1 + label {background-color: #FFF;border: 1px solid #000000;box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);padding: 10px 10px 7px 7px;border-radius: 2px;display: inline-block;position: relative;margin-right: 5px;margin-bottom: 3px;vertical-align: middle;}
.chk_1:checked + label:after {content: '\2714';position: absolute;bottom: -7px;left: -2px;color: #01002F;width: 100%;text-align: center;font-size: 30px;padding: 1px 0 0 0;vertical-align: text-top;}
/*-----------------充值-------------------*/
.control-r .ctr-con .myc .myc-t{background: #f5f5f5;padding: 30px;color: #666666;margin-bottom: 20px;}
.control-r .ctr-con .myc .myc-t span{color: #000000;}
.control-r .ctr-con .myc li{line-height: 30px;margin-bottom: 10px;}
.control-r .ctr-con .myc .myc-l{width: 200px;margin-right: 10px;}
.control-r .ctr-con .myc .myc-r{width: 420px;}
/*添加银行卡弹窗*/
.bankcard{width: 480px;}
.bankcard h3{color: #000000;margin-bottom: 20px;line-height: 40px;font-family: simhei;}
.bankcard ul li{line-height: 30px;margin-bottom: 15px;}
.bankcard ul li p:nth-child(2){width: 73%;}
.bankcard ul li p:first-child{width: 25%;margin-right: 2%;}
/*充值确认*/
.recharge{width: 480px;}
.recharge h3{color: #000000;line-height: 40px;font-family: simhei;margin-bottom: 20px;}
.recharge p{line-height: 50px;color: #666666;}
.recharge p span{color: #999999;}
/*找回密码*/
.find-pwd{width: 610px;}
.find-pwd h3{color: #000000;margin-bottom: 20px;line-height: 40px;font-family: simhei;}
.find-pwd li{padding: 20px 50px;box-shadow: 0px 0 12px #aaaaaa;border-radius: 3px;margin-bottom: 20px;}
.find-pwd li .find-l{height: 44px;}
.find-pwd li .find-l img{height: 100%;}
.find-pwd li .find-c{margin-left: 50px;line-height: 22px;color: #666666;}
.find-pwd li .find-c p:last-child{color: #999999;}
.find-pwd li .find-r{margin-top: 7px;}
.find-pwd li .find-r a{vertical-align: middle;}
.find-pwd .noyz{line-height: 44px;}
.find-pwd .noyz .find-c{line-height: 44px;}
.find-pwd .noyz .find-r{margin-top: 0;}
.find-f li p:first-child{width: 25% !important;}
.find-f li p:nth-child(2) {width: 73% !important;}
.find-email li p:first-child{width: 25% !important;}
.find-email li p:nth-child(2) {width: 73% !important;}
.find-go li p:first-child{width: 25% !important;}
.find-go li p:nth-child(2) {width: 73% !important;}
/*-----------------交易记录---------------------*/
.control-r .ctr-con .ct-jy .tt{text-align: center;color: #666666;}
.control-r .ctr-con .ct-jy .tt span{color: #000000;font-size: 18px;margin: 0 2px 0 8px;font-weight: bold;}
.jy-btn{margin: 20px 0;}
.jy-btn a{margin: 10px 30px;}
.control-r .ctr-con .ct-jycon .ctjy-top p:first-child{margin-right: 20px;line-height: 33px;}
.control-r .ctr-con .ct-jycon .ctjy-table th{line-height: 42px;}
.control-r .ctr-con .ct-jycon .ctjy-table td{line-height: 42px;border-bottom: 1px dashed #EEEEEE;}
.control-r .ctr-con .ct-jycon{border: 1px solid #eeeeee;}
.ctjy-top{background: #eeeeee;padding: 20px 10px;}
.jy-type{margin-top: 10px;}
.jy-type span{margin: 0 15px;}
.jy-type a{display: inline-block;margin: 0 15px;padding: 3px 10px;}
.jy-type .active{background: #01002F;color: #FFFFFF;}
.tab-table .jy-tab{display: none;}
.tab-table .current{display: block;}
/*----------------账户绑定-----------------------*/
.bd-list{padding: 20px 40px;}
.bd-list li{line-height: 40px;}
.step{margin-bottom: 30px;}
.step p{float: left;width: 32.6%;margin-right: 1%;height: 10px;background: #999999;}
.step p:nth-child(3){margin-right: 0;}
.mdph{position: absolute;right: 100px;top: 2px;font-size: 12px;}
/*----------------实名认证-----------------------*/
.sm{padding: 20px 40px;border-bottom: 1px dashed #999999;}
.sn{border: none;}
.sm .tt{line-height: 50px;margin-bottom: 20px;}
.fsyz{padding: 20px 40px;}
.fsyz li{width: 40%;margin: 0 5%;float: left;}
.fsyz .fsyz-t{width: 87px;margin-right: 20px;text-align: center;}
.fsyz .fsyz-b{width: 240px;}
.fsyz .fsyz-b .pic-btn{width: 240px;height: 150px;border: 1px solid #DEDEDE;position: relative;}
.fsyz .fsyz-b .pic-btn p.img1{text-align: center;line-height: 150px;color: #999999;}
.fsyz .fsys-s{margin-top: 50px;}
.fsyz .fsys-s .tt{margin-left: 5%;line-height: 40px;}
/*------------------我的订单---------------------*/
.order-list{padding: 20px 40px;}
.for{padding: 0 0px;}
.sc-t-ul{margin-bottom: 30px;}
.sc-t-ul span{margin-left: 100px;}
.bad span{margin-left:88px;}
.allright a{margin-left: 30px;}
.allright .allname{font-weight: 600;color: #01002f;font-size: 14px;}
.allright a:first-child{margin-left: 0;}
.order-list th{background: #EEEEEE;}
.order-list td{padding: 10px 0;color: #999999;}
.bli{border-bottom: 1px solid #999;}
.goods-lists .price{margin-left: 35px;}
.goods-lists .ten{margin-left: 50px;}
.goods-lists .nice{margin-left: 108px;}
.goods-lists .bjbb{color: #4340c6;}
.goods-lists .nice a{display: block;}
.goods-lists .nine{margin-left: 46px;}
.goods-lists .one{margin-left: 102px;}
.control-r .ctr-sale{padding: 20px 30px;}
.order-list-tittle{margin-bottom: 20px;}
.list-first{margin-top: 30px;margin-bottom: 20px;}
.btm{margin-bottom: 20px;}
.btm input{width: 200px;height: 30px;border: 1px solid #bbbbbb;border-radius: 4px;padding: 0 10px;}
.btm a{float: right;}
.name-algin{width: 132px;display: inline-block;}
.lists-top{padding-top:15px;padding-bottom:15px;padding-left:15px;background-color: #f5f5f5;}
.lists-top input{margin: 2px 10px 0 0;}
.oktime{margin-left: 50px;}
.goods-movie{padding: 20px 0px 20px 20px;}
.buybuy{padding: 20px 20px;}
.infor{line-height: 20px;}
.goods-movie .nice{margin-left: 90px;display: inline-block;text-align: center;vertical-align: middle;line-height: 20px;}
.goods-movie .nine{margin-left: 55px;}
.goods-movie .nice span{display:block;width: 80px;vertical-align: middle;}
.goods-movie .nice a{color: #4340c6;display: block;}
.sc-con .lines{border: 1px solid #ececec;padding: 0;margin-top: 30px;}
.linese{border: 1px solid #999;margin-bottom: 10px;}
.linese p{padding: 10px 20px;}
.linese p a{float: right;color: #4340c6}
.bottom{margin-bottom: 20px;}
/*------------------订单详情---------------------*/
.orderdt-con .orderdt-l{width: 167px;height: 226px;position: relative;}
.orderdt-con .orderdt-l img{width: 100%;height: 100%;}
.orderdt-con .orderdt-l .orderdt-bt{position: absolute;bottom: 0;left: 0;width: 92%;padding: 10px 4%;line-height: 17px;background: rgba(0,0,0,0.7);color: #FFFFFF;font-size: 12px;}
.orderdt-con .orderdt-r{margin-left: 60px;position: relative;}
.orderdt-con .orderdt-r>p{line-height: 36px;}
.orderdt-con .orderdt-r .fanhui{position: absolute;left: 200px;bottom: 70px;width: 30px;}
/*------------------我的发票---------------------*/
.in-top{margin-bottom: 20px;}
.in-top .in-top-l span{margin-right: 20px;}
.in-top .in-top-l span input{width: 80px;}
/*------------------我的评论---------------------*/
.pl-box{margin: 20px 0;}
.pl-box ul{text-align: center;}
.pl-box ul li{display: inline-block;cursor: pointer;padding: 8px 30px;background: #EEEEEE;border-radius: 2px;text-align: center;margin-right: 20px;}
.pl-box ul .head-on{background: #01002F;color: #FFFFFF;}
.pl-con li{padding: 25px 0;border-bottom: 1px dashed #999999;}
.pl-con{display: none;}
.pl-con.select-on{display: block;}
.pl-con li .pl-con-l{width: 60px;text-align: center;}
.pl-con li .pl-con-l img{width: 46px;height: 46px;}
.pl-con li .pl-con-l p:first-child{line-height: 20px;font-size: 12px;}
.pl-con li .pl-con-r{margin-left: 30px;position: relative;font-size: 12px;width: 540px;}
.pl-con li .pl-con-r p{line-height: 23px;}
.pl-con li .pl-con-r .pl-btn{position: absolute;top: 10px;right: 30px;}
.pl-con li .pl-con-r .pl-btn a{display: inline-block;margin-right: 10px;}
.pl-con li .pl-con-r .pl-btn img{width: 20px;}
/*------------------------我的收藏-资料---------------*/
/*视频资料*/
.dash{height:1px;border:none;border-top:1px dashed #999999;clear: both;}
.solid{height:1px;border:none;border-top:1px solid #999999;clear: both;}
.sc-con{display: none;}
.sc-con .sure{display: none;}
.sc-con.select-on{display: block;}
.sc-con .sc-t{margin-bottom: 20px;}
.sc-con li{/*width: 50%;*//*float: left;*/padding: 30px 0;}
.sc-con li .sc-top{width: 215px;margin: 0 auto;box-shadow: 1px 1px 12px #999999;border: 1px solid #cccccc;}
.sc-top-bo li{width: 50%;float: left;}
.itit li{width: 50%;float: left;}
.sc-con li .sc-top .sc-tt{height: 142px;position: relative;}
.sc-con li .sc-top .sc-tt img{width: 100%;height: 100%;}
.sc-con li .sc-top .sc-tt span{position: absolute;left: 4px;bottom: 4px;color: #FFFFFF;}
.sc-con li .sc-top .sc-tt span img{width: 30px;height: 30px;}
.sc-con li .sc-top .sc-tt .check-box{position: absolute;top: 0;left: 0;display: none;}
.sc-con li .sc-top .sc-tb{background: #FBFBFB;padding: 0 10px;font-size: 12px;}
.sc-con li .sc-top .sc-tb p{line-height: 22px;}
.sc-con li .sc-top .sc-tb p:nth-child(2){font-size: 14px;}
.sc-con li .sc-bottom{margin-top: 20px;text-align: center;}
.arr{margin: 60px 100px;}
/*图文资料*/
.word-item li{width: 100%;float: none;}
.word-item li .word-l{width: 50px;}
.word-item li .word-l .check-box{position: relative;margin-top: 85px;}
.word-item li .word-c{width: 490px;height: 190px;box-shadow: 1px 1px 12px #999999;border: 1px solid #cccccc;}
.word-item li .word-r{width: 70px;text-align: right;}
.word-item li .word-r a{margin-top: 80px;}
.word-item li .word-c .word-cl{width: 210px;height: 100%;}
.word-item li .word-c .word-cl img{width: 100%;height: 100%;}
.word-item li .word-c .word-cr{width: 260px;padding: 10px;font-size: 12px;color: #999999;}
.word-item li .word-c .word-cr h3{font-size: 14px;line-height: 26px;color: #333333;}
.word-item li .word-c .word-cr .wtc{color: #333333;line-height: 26px;}
.word-item li .word-c .word-cr .word-con{line-height: 16px;height: 96px;overflow: hidden;}
/*------------------------我的收藏-商品------------------*/
/*.goods-item li{width: 33%;float: left;}*/
.goods-item li .goods-list .goods-top{width: 167px;height: 226px;position: relative;margin: 10px auto;}
.goods-item li .goods-list .goods-top img{width: 100%;height: 100%;}
.goods-item li .goods-list .goods-top .orderdt-bt{position: absolute;bottom: 0;left: 0;width: 92%;padding: 10px 4%;line-height: 17px;background: rgba(0,0,0,0.7);color: #FFFFFF;font-size: 12px;}
.goods-item li .goods-list .goods-top .check-box{position: absolute;top: 0;left: 0;display: none;}
.sc-con .chk_1:checked + label:after{color: #E62425;}
/*----------------------招聘应聘-发布职位-----------------*/
.job .job-top{padding: 20px 0;}
.job .job-con ul{margin-bottom: 20px;}
.job .job-con li{padding: 15px 0 10px 0;}
.job .job-con li .job-ct{padding: 16px;background: #F2F2F2;color: #333333;}
.job .job-con li .job-ct p{line-height: 25px;}
.job .job-con li .job-ct .job-t1{color: #000000;font-weight: bold;}
.job .job-con li .job-ct .job-t2 span{margin-right: 40px;}
.job .job-con li .job-ct .job-t2 span:last-child{margin-right: 0;}
.job .job-con li .job-cb{margin: 10px 20px 0 0;line-height: 24px;}
.job .job-con li .job-cb img{width: 20px;vertical-align: middle;margin: 0 3px 3px 15px;}
.job .job-con li .job-cb a{color: #999999;font-size: 12px;}
.job-tr{margin-left: 15px;display: inline-block;}
.job-tr span select{border: 1px solid #999;}
.searches input{width: 250px;height: 30px;border: 1px solid #999;margin-left: 20px;}
/*删除职位*/
.zw{width: 600px;}
.zw h3{color: #000000;margin-bottom: 20px;line-height: 40px;font-family: simhei;text-align: center;}
.zw .job-ct{margin: 10px 0;}
.zw .job-ct p{line-height: 30px;}
.zw .job-ct .job-t1{color: #000000;font-weight: bold;}
.zw .job-ct .job-t2 span{margin-right: 20px;}
.zw .job-ct .job-t2 span:last-child{margin-right: 0;}
/*---------------------招聘应聘-发布新职位--------------------*/
.job-add h3{margin-bottom: 25px;font-family: simhei;line-height: 40px;}
.job-add .job-add-item li{margin-bottom: 20px;}
.job-add .job-add-item li .jobadd-l{display: inline-block;width: 100px;text-align: right;margin-right: 10px;}
.job-add .job-add-item .li-wb{width: 50%;float: left;}
.job-add .job-add-item li select{width: 185px;text-align: center;}
.job-add .job-add-item li .wide{width: 530px;}
.job-add .job-add-item .job-pic{width: 540px;margin-left: 5px;}
.job-add .job-add-item .jobpic-list{width: 32%;position: relative;float: left;}
.job-add .job-add-item .imgnum{width: 150px;height: 90px;border: 1px solid #999999;line-height: 88px;}
/*---------------------招聘应聘-职位详情--------------------*/
.job-dt .job-dt-t{margin-bottom: 20px;}
.job-dt .job-dt-t .job-dt-tl{width: 300px;height: 176px;}
.job-dt .job-dt-t .job-dt-tl img{width: 100%;height: 100%;}
.job-dt .job-dt-t .job-dt-tr{width: 320px;margin-left: 36px;}
.job-dt .job-dt-t .job-dt-tr .jobdtp1{line-height: 24px;}
.job-dt .job-dt-t .job-dt-tr .jobdtp1 h3{font-size: 16px;}
.job-dt .job-dt-t .job-dt-tr .jobdtp1 span{font-size: 12px;}
.job-dt .job-dt-t .job-dt-tr .job-dt-info{margin: 20px 0;}
.job-dt .job-dt-t .job-dt-tr .job-dt-info li{width: 50%;float: left;margin-bottom: 15px;font-size: 12px;color: #888888;}
.job-dt .job-dt-t .job-dt-tr .job-dt-info li span{color: #333333;}
.job-dt .job-dt-m{padding-bottom: 20px;}
.job-dt .job-dt-m .fbtt h3{color: #333333;}
.fbee h3{color: #333333;}
.job-dt .job-dt-m .fbtt span{font-size: 12px;color: #999999;margin-left: 10px;vertical-align: middle;}
.fbee span{font-size: 12px;color: #999999;margin-left: 10px;vertical-align: middle;}
.job-dt .job-dt-m .fbtt .fr{line-height: 22px;}
.fbee .fr{line-height: 22px;}
.job-dt .job-dt-m .fbtt span img{width: 22px;height: 22px;vertical-align: middle;margin-bottom: 3px;}
.fbee span img{width: 22px;height: 22px;vertical-align: middle;margin-bottom: 3px;}
.job-dt .job-dt-m .gw-info{padding: 20px 40px;background: #F8F8F8;margin: 15px 0;color: #888888;font-size: 12px;line-height: 28px;}
.gw-in{padding: 20px 40px;background: #F8F8F8;color: #888888;font-size: 12px;line-height: 28px;}
.job-dt .job-dt-m .gw-info .gw-infol{width: 450px;}
.gw-ino{width: 450px;}
.gw-in .ines{width: 185px;margin-left: 0px;margin-top: 60px;}
.gw-in .ines textarea{margin-top: 10px;}
.gw-ino li input{ width: 80px;
padding: 7px;
text-align: center;
outline: none;
border-radius: 2px;
background: none;
border: none;
border: 1px solid #999999;}
.gw-ino li span{margin-right: 10px;}
.job-dt .job-dt-m .gw-info .gw-infor{width: 130px;}
.infores{width: 130px;}
.job-dt .job-dt-m .gw-info .gwinfo-tt{line-height: 28px;border-bottom: 1px solid #999999;}
.tteess{line-height: 40px;border-bottom: 1px solid #999999;margin-bottom: 15px;}
.gw-in li{line-height: 24px;color: #888888;}
.gw-in ul{margin-top: 5px;}
.gw-in ul:nth-child(2){width: 45%;}
.gw-in ul:nth-child(3){width: 53%;}
.job-dt .job-dt-m a{margin-right: 30px;}
.job-dt .job-dt-b{padding: 10px 0;}
.job-dt .job-dt-b p{line-height: 40px;color: #333333;}
.job-dt .job-dt-b li{padding: 15px 30px;background: #F2F2F2;margin-bottom: 30px;line-height: 28px;font-size: 12px;color: #666666;}
.job-dt .job-dt-b .jobdttop1 span{margin-right: 90px;}
.job-dt .job-dt-b .jobdttop1 span:first-child{color: #000000;}
.job-dt .job-dt-b .jobdttop1 span:last-child{margin-right: 0;}
.job-dt .job-dt-b .jobdttop2 span{margin-right: 90px;}
.job-dt .job-dt-b .jobdttop2 span:last-child{margin-right: 0;}
/*------------------------我的简历----------------------*/
.jl{padding: 10px 100px;}
.jl .jl-top{font-size: 12px;color: #666666;}
.jl .jl-top .jl-tl{width: 175px;height: 175px;}
.jl .jl-top .jl-tl img{width: 100%;height: 100%;}
.jl .jl-top .jl-tr p{line-height: 44px;}
.jl .jl-top .jl-tr p span{margin-right: 20px;}
.jl .jl-top .jl-tr .font-normal{color: #000000;}
.jl .jl-top .jl-tr .margin-right{margin-right: 0;margin-left: 20px;}
.jl .jl-top .jl-tb{line-height: 24px;}
.jl .jl-top .margin-top{margin-top: 10px;}
.jl .jl-top .jl-tb span{margin-right: 20px;}
.line{margin: 30px auto 10px;; border-top: solid 1px #ccc; text-align: center; width: 320px; height: 20px;}
.line .wz{float: left; display: block; padding: 0 10px; background: #fff; margin-top: -10px; margin-left: 120px; border: solid 0px red;font-size: 16px;color: #333333;font-weight: bold; font-family: simhei;}
.jl .jl-middle .jl-cy{line-height: 30px;color: #999999;font-size: 12px;}
.hide-bf{cursor: pointer;}
.hide-bf p{text-align: center;}
.hide-bf p img{width: 12px;height: 12px;}
.line-show{margin: 20px auto 0;; border-top: solid 1px #01002F; text-align: center; width: 200px; height: 6px;}
.line-show .wz{float: left; display: block; padding: 0 10px; background: #fff; margin-top: -10px; margin-left: 70px; border: solid 0px red;font-size: 12px;color: #01002F;font-weight: bold; }
.jl-zp{font-size: 12px;}
.table-border>thead>tr>th{border-bottom-width: 1px;}
.table-border th {border-bottom: 2px solid #ddd;}
.table-border th,.table-border td {border: solid 1px #ddd;}
/*---------------------创建简历----------------*/
.resume-tt{line-height: 50px;color: #999999;font-size: 12px;margin-bottom: 30px;}
.resu{width: 220px !important;height: 145px !important;}
.resu .imgnum{width: 100% !important;height: 100% !important;line-height: 145px !important;}
.jltable td{padding: 10px 0;}
.jltable input{text-align: center;}
.jlcon-add {text-align: center;margin-top: 5px;cursor: pointer;}
.jlcon-add img{width: 28px;}
/*--------------------我的足迹--------------------*/
.file-btn a{margin-top: 20px !important;}
.file-btn a:first-child{margin-top: 55px !important;}
/*我的问题*/
.fbinfo{margin-top: 8px;}
.fbinfo .fl{font-size: 12px;line-height: 25px;}
.fbinfo img{width: 25px;height: 25px;vertical-align: middle;margin-right:8px;}
/*我的解答-修改*/
.answer-box{padding: 20px 90px 10px;}
/*.h2{padding: 20px 55px 10px;}*/
.h2 h2{margin-right:16px;margin-top:8px;display: inline-block;width: 94px;text-align: right;}
.answer-box h3{margin-bottom: 0;}
.answer-box .answer-con {color: #999999;;font-size: 12px;line-height: 36px;}
.answer-box .answer-con img{width: 24px;height: 24px;margin: 0 5px 3px 0;vertical-align: middle;}
.dosh{margin-top: 14px;}
/*我的需求*/
.nd{padding: 16px 30px !important;}
.nd .nd-l{width: 108px;height: 66px;box-shadow: 3px 4px 7px #999999;}
.nd .nd-l img{width: 100%;height: 100%;}
.nd .nd-r{width: 520px;margin-left: 30px;}
.nd .nd-r p{line-height: 33px !important;}
.nd .nd-r span{margin-right: 30px;}
/*----------------------客户服务-举报管理------------------*/
.rp .rp-box{margin: 10px 0;border-bottom: 1px solid #CCCCCC;}
.rp .rp-box ul{height: 39px;}
.rp .rp-box ul span{line-height: 40px;}
.rp .rp-box ul .head-on a{color: #0074F7;}
.rp .rp-box li{float: left;border: 1px solid #CCCCCC;border-bottom: 0;}
.rp .rp-box li:first-child{background: #FFFFFF;height: 40px;}
.rp .rp-box li:nth-child(2){border-left: 0;}
.rp .rp-box li a{padding: 10px 20px;display: inline-block;}
.rp .rp-con.select-on{display: block;}
.rp .rp-con{display: none;}
.rp-c th{padding: 10px 5px;background: #F5F5F5;border-top: 1px solid #DDDDDD;border-bottom: 1px solid #DDDDDD;color: #666666;}
.rp-c td{padding: 10px 5px;color: #999999;}
.rp-c select{outline: none;}
/*------------------------------------商家----------------------------------------*/
.one-nav h3{border-bottom: 0 !important;padding-bottom: 0 !important;margin-bottom: 5px !important;}
/*评论*/
.bspl table{border: 1px solid #DDDDDD;}
.bspl th{background: #F2F6F9;border-bottom: 0;padding: 12px 0;}
.bspl td{padding: 12px 0;}
.bspl img{width: 20px;height: 20px;vertical-align: middle;margin: 0 10px 3px 0;}
.bsplbtn{margin-top: 40px;}
.bsplcon1,.bsplcon2{display: none;}
.show{display: block;}
/*添加商品*/
.gdadd{padding: 0 90px;}
.gdadd .gd-top{margin-bottom: 10px;}
.gd-top-l .imgnum{width: 130px !important;height: 170px !important;}
.gd-top-l .imgnum p{width: 20px;margin: 25px auto;line-height: 20px;}
.gd-top-r{margin-left: 120px;}
.gd-top-r p{margin-bottom: 3px;}
.gdadd ul li p span:first-child{line-height: 30px;margin-left: 10px;}
.sort img{width: 30px;height: 30px;vertical-align: middle;margin-right: 10px;}
.sort{float: right;}
.order-list-tittle span{display:block;width: 230px;height: 30px;background-color: #f5f5f5;text-align: center;line-height: 30px;font-size: 14px; }
/*.tototo span{width: 100px;}*/
.bl{border: 1px solid #999;}
.wuliu{padding: 20px 0 10px 0px;}
.wliufor p{font-size: 16px;}
.status-list {
margin: 0;
padding: 0;
margin-left: 12px;
margin-top: 20px;
padding-left: 10px;
list-style: none;
font-size: 12px;
}
.status-list li {
margin-bottom: -2px;
height: auto;
min-height: 30px;
border-left: 1px solid #d9d9d9;
}
.status-list .date {
width: 78px;
font-weight: 700;
margin-right: 8px;
font-family: Arial;
}
.status-list .week {
width: 32px;
font-weight: 700;
}
.status-list .date, .status-list .week, .status-list .time {
display: inline-block;
}
.status-list .time {
width: 48px;
margin-right: 28px;
margin-left: 5px;
}
.status-list .text {
width: 635px;
}
.status-list li:before {
content: '';
border: 3px solid #f3f3f3;
background-color: #d9d9d9;
display: inline-block;
width: 5px;
height: 5px;
border-radius: 5px;
margin-left: -6px;
margin-right: 10px;
}
.status-list .latest:before {
background-color: #fe4300;
border-color: #f8e9e4;
}
.order-detail .hidden {
visibility: hidden;
}
.status-info {
margin-top: 10px;
margin-left: 22px;
margin-right: 10px;
background-color: #f3f3f3;
overflow: hidden;
line-height: 28px;
color: #959595;
text-align: right;
/*margin-top: 10px;*/
}
.zpyq{font-size: 16px;display: block;width: 100px;text-align: right;margin-bottom: 20px;font-weight: 600;}
.page-container {
min-height: 600px;
width: 992px;
border: 1px solid #d6e5f4;
margin-bottom: 20px;
padding: 25px;
color: #666;
}
.page-container .first-title h1 {
height: 55px;
line-height: 55px;
font-size: 24px;
font-weight: 500;
margin: 0;
}
.page-container .first-title p {
margin: 0;
height: 45px;
line-height: 45px;
font-weight: 400;
}
.page-container .open-step {
margin-bottom: 24px;
}
/*a:link {
color: #0A8FDC;
}
a:visited {
color: #0073bd;
}*/
a {
background-color: transparent;
text-decoration: none;
}
.page-container .open-step {
margin-bottom: 24px;
}
.next-step-horizontal {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.next-step {
color: #333;
font-family: Roboto,"Helvetica Neue",Helvetica,Tahoma,Arial,"PingFang SC","Microsoft YaHei";
font-size: 14px;
line-height: 1.28571;
width: 100%;
position: relative;
border: none;
}
.ellipsis, .multi-line-ellipsis, .next-step, .select-type {
overflow: hidden;
}
.steps-container.next-step-arrow .next-step-item, .steps-container.next-step-arrow .next-step-item .next-step-item-container .next-step-item-title, .steps-container.next-step-arrow .next-step-item-container {
height: 80px;
line-height: 16px;
}
.next-step-arrow .next-step-item-first {
margin-left: 0;
}
.next-step-arrow .next-step-item-finish {
background: #E4F0FD;
}
.next-step-arrow .next-step-item {
height: 48px;
line-height: 48px;
margin-left: 24px;
margin-right: 6px;
}
.next-step-item {
display: inline-block;
position: relative;
text-align: center;
vertical-align: top;
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
}
.steps-container.next-step-arrow .next-step-item-finish:before, .steps-container.next-step-arrow .next-step-item-process:before, .steps-container.next-step-arrow .next-step-item-wait:before, .steps-container.next-step-arrow .next-step-item:after {
border-top-width: 40px;
border-bottom-width: 40px;
}
.next-step-arrow .next-step-item-first:before, .next-step-arrow .next-step-item-last:after {
border: 24px solid transparent;
}
.next-step-arrow .next-step-item-finish:before {
border: 24px solid #E4F0FD;
border-left-color: transparent;
}
.next-step-arrow .next-step-item:before {
content: '';
position: absolute;
left: -24px;
top: 0;
z-index: 1;
border: 24px solid transparent;
}
.steps-container.next-step-arrow .next-step-item, .steps-container.next-step-arrow .next-step-item .next-step-item-container .next-step-item-title, .steps-container.next-step-arrow .next-step-item-container {
height: 80px;
line-height: 16px;
}
.next-step-arrow .next-step-item .next-step-item-container {
min-width: 100px;
height: 48px;
cursor: pointer;
}
.steps-container.next-step-arrow .next-step-item, .steps-container.next-step-arrow .next-step-item .next-step-item-container .next-step-item-title, .steps-container.next-step-arrow .next-step-item-container {
height: 80px;
line-height: 16px;
}
.next-step-arrow .next-step-item-finish .next-step-item-container .next-step-item-title {
color: #666;
}
.next-step-arrow .next-step-item .next-step-item-container .next-step-item-title {
height: 48px;
line-height: 48px;
font-size: 16px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
text-align: center;
}
.steps-container.next-step-arrow .step-item-cont {
display: inline-block;
text-align: left;
margin-top: 21px;
position: relative;
margin-left: 25px;
}
.steps-container.next-step-arrow .step-item-num {
font-size: 45px;
position: absolute;
left: -45px;
top: 10px;
z-index: 2;
color: #000;
}
.steps-container.next-step-arrow .step-item-title {
font-size: 14px;
color: #000;
}
.steps-container.next-step-arrow .step-item-desc {
font-size: 12px;
color: #818181;
margin-top: 5px;
}
.steps-container.next-step-arrow .next-step-item-process {
background-color: #75B0DF;
}
.steps-container.next-step-arrow .next-step-item, .steps-container.next-step-arrow .next-step-item .next-step-item-container .next-step-item-title, .steps-container.next-step-arrow .next-step-item-container {
height: 80px;
line-height: 16px;
}
.next-step-arrow .next-step-item-process {
background: #0085D7;
}
.next-step-arrow .next-step-item {
height: 48px;
line-height: 48px;
margin-left: 24px;
margin-right: 6px;
}
.next-step-item {
display: inline-block;
position: relative;
text-align: center;
vertical-align: top;
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
}
.steps-container.next-step-arrow .next-step-item, .steps-container.next-step-arrow .next-step-item .next-step-item-container .next-step-item-title, .steps-container.next-step-arrow .next-step-item-container {
height: 80px;
line-height: 16px;
}
.next-step-arrow .next-step-item .next-step-item-container {
min-width: 100px;
height: 48px;
cursor: pointer;
}
.steps-container.next-step-arrow .next-step-item, .steps-container.next-step-arrow .next-step-item .next-step-item-container .next-step-item-title, .steps-container.next-step-arrow .next-step-item-container {
height: 80px;
line-height: 16px;
}
.next-step-arrow .next-step-item-process .next-step-item-container .next-step-item-title {
color: #FFF;
}
.next-step-arrow .next-step-item .next-step-item-container .next-step-item-title {
height: 48px;
line-height: 48px;
font-size: 16px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
text-align: center;
}
.steps-container.next-step-arrow .step-item-cont {
display: inline-block;
text-align: left;
margin-top: 21px;
position: relative;
margin-left: 25px;
}
.read-agreement-content .read-agreement-paper {
border: 1px solid #d6d6d6;
padding: 25px 50px;
margin: 15px 0;
}
.read-agreement-content .read-agreement-paper .question {
color: #000;
}
p {
margin: 5px 0;
padding: 0;
}
.read-agreement-content .read-agreement-paper .answer {
margin-bottom: 38px;
}
.read-agreement-content .read-agreement-paper .question {
color: #000;
}
.read-agreement-content .read-agreement-tip {
color: #ee4531;
}
.read-agreement-content .read-agreement-tip .next-icon {
margin-right: 5px;
}
.next-icon {
position: relative;
display: inline-block;
font-family: NextIcon;
font-weight: 400;
font-variant: normal;
-webkit-font-smoothing: antialiased;
-webkit-text-stroke-width: .1px;
-moz-osx-font-smoothing: grayscale;
}
.next-icon-prompt:before {
content: "\e659";
}
.next-icon-medium:before {
width: 20px;
font-size: 20px;
line-height: inherit;
}
.next-icon:before {
display: inline-block;
speak: none;
font-size: 16px;
line-height: 16px;
vertical-align: middle;
text-align: center;
}
.read-agreement-content .read-agreement-actions {
margin-top: 70px;
text-align: center;
}
.read-agreement-actions {
margin-top: 70px;
text-align: center;
}
.ice-link {
cursor: pointer;
display: inline-block;
}
.next-btn-large {
margin: 0;
height: 40px;
padding: 0 20px;
font-size: 16px;
line-height: 38px;
border-width: 1px;
background-color: #EBF1F5;
}
.next-btn-normal {
background-color: #EBF1F5;
border-color: #C4C6CF;
}
.zonges{
position: relative;
width: auto;
}
.open-page{
position: relative;
/*display: none;*/
}
.page-container .ctr-con{
position: relative;
display: none;
}
.autot{width: 600px;margin: 0 auto;}
/*.shim{margin: 0 auto;}*/
.reslly{width: 100px;text-align: right;}
.waiton{text-align: center;padding-top: 30px;color: red;}
/*星星打分*/
#star {position: relative;;height: 24px;}
#star ul{display: inline-block;height: 19px;line-height: 19px;overflow: hidden;}
#star span {display: inline-block;height: 19px;line-height: 19px;overflow: hidden;}
#star span:first-child{width: 80px;text-align: right;}
#star ul {margin: 0 10px;}
#star li {display: inline-block;width: 24px;cursor: pointer;text-indent: -9999px;background: url(../img/star.png) no-repeat;}
#star strong {color: #f60;padding-left: 10px;}
#star li.on {background-position: 0 -28px;}
.pingluncon{width: 600px;margin: 20px auto;}
.pingbox{line-height: 36px;margin: 10px 0;}
.pingbox span{display: inline-block;line-height: 36px;}
.pingbox span:first-child{width: 80px;text-align: right;}
.pingbox span:last-child{width: 400px;margin-left: 10px;}
.pingbox span:last-child textarea{width: 100%;border: 1px solid #DDDDDD;border-radius: 5px;padding: 10px;vertical-align: middle;}
.filelist{display: inline-block;margin-left: 10px;}
.filelist p{position: relative;width: 100px;height: 100px;display: inline-block;margin-right: 10px;border: 1px solid #DDDDDD;vertical-align: middle;}
.filelist p img{width: 100%;height: 100%;}
.filelist p input{position: absolute;width: 100%;height: 100%;top: 0;left: 0;opacity: 0;} | public/css/shop/main.css | .modal{display: none;width: 100%;height: 100%;position: fixed;top: 0;left: 0;z-index: 1000;background: rgba(1,0,47,0.56);}
.mymodal{display: none;padding: 40px;position: fixed;top: 50%;left: 50%;transform: translate(-50%,-50%);background: #FFFFFF;z-index: 999999;}
.mymodal .close-btn{position: absolute;top: 40px;right: 40px;z-index: 10;}
.mymodal .close-btn img{width: 16px;height: 16px;}
/*表格*/
.table{width: 100%;max-width: 100%;border-collapse: collapse;border-spacing: 0;display: table;}
.table tr{display: table-row;}
.table td,th{display: table-cell;}
.table th{border-bottom: 1px solid #EEEEEE;padding: 8px 0;}
/*图片上传预览*/
.imgnum{left: 0px;top: 0px;margin: 0px;padding: 0px;width: 100%;height: 100%;line-height: 122px;text-align: center;position: relative;}
.imgnum input,.imgnum1 input {position: absolute;width: 100%;height: 100%;opacity: 0;left: 0;}
.imgnum img,.imgnum1 img {max-width: 100%;max-height: 99%;vertical-align: middle;}
.imgnum .close,.close1 {color: #C4D5DF; cursor: pointer; position: absolute;right: 5px;top: 0px;display: none;line-height: 20px;}
.text-center{text-align: center;}
.text-left{text-align: left;}
.text-right{text-align: right;}
.text-blue{color: #0074F7;}
.li-wh{width: 100% !important;}
i{font-style: normal;color: #999999;}
.input{width:auto;display: inline-block;margin: 0 2px;padding: 7px;text-align: left;outline: none;border-radius: 2px;background: none;border: none;border: 1px solid #999999;}
.input-sz{background: none;padding: 2px 5px;border: none;width: 50px;text-align: right;outline: none;}
.button{padding: 5px 15px;text-align: center;display: inline-block;background: #999999;color: #FFFFFF;}
.bgshadow{background: #01002F;box-shadow: 2px 2px 2px #000000;color: #FFFFFF;margin-bottom: 15px;display: inline-block;}
.margin{margin: 12px;}
.bg-blue{background: #01002F !important;}
.text-black{color: #000000;}
.text-red{color: red;}
.border-bottom-dashed{border-bottom: 1px dashed #999999;}
.text-sm{font-size: 12px !important;}
.control{margin: 20px auto;}
.control-l{width: 180px;border: 1px solid #01002f;}
.control-r{width: 800px;}
.control-l .ctl-top{width: 100%;height: 58px;line-height: 58px;font-size: 22px;text-align: center;color: #FFFFFF;background: #01002f;}
.control-l .ctl-top img{width: 24px;vertical-align: middle;margin-bottom: 3px;}
.control-l .ctl-list{padding: 15px 20px 10px;border-bottom: 1px solid #999999;}
.control-l .ctl-list:last-child{border-bottom: 0;}
.control-l .ctl-list h3{color: #666666;font-size: 16px;height: 20px;line-height: 20px;border-bottom: 1px dashed #666666;padding-bottom: 15px;margin-bottom: 10px;}
.control-l .ctl-list h3 img{vertical-align: middle;margin-right: 5px;height: 16px;margin-bottom: 3px;}
.control-l .ctl-list p{text-align: center;font-size: 14px;line-height: 31px;}
.control-l .ctl-list p i{width: 5px;height: 5px;background: #999999;border-radius: 50%;display: inline-block;vertical-align: middle;margin-right: 10px;margin-bottom: 2px;}
.control-l .ctl-list a{color: #999999;}
.control-l .ctl-list .active a{color: #01002F;}
.control-l .ctl-list .active i{background: #01002F;}
.control-r .ctr-top{padding: 20px 70px;border: 1px solid #b9b9b9;margin-bottom: 20px;}
.control-r .ctr-top .ctr-top-l{width: 64px;text-align: center;}
.control-r .ctr-top .ctr-top-l img{width: 64px;height: 64px;}
.control-r .ctr-top .ctr-top-l p{margin-bottom: 10px;font-size: 16px;font-weight: bold;}
.control-r .ctr-top .ctr-top-c{width: 200px;margin: 0 55px;}
.control-r .ctr-top .ctr-top-c .ctr-c-t{font-size: 16px;}
.control-r .ctr-top .ctr-top-c .ctr-c-t span{color: #000000;font-weight: bold;}
.control-r .ctr-top .ctr-top-c .ctr-c-t a{color: #0074f7;}
.control-r .ctr-top .ctr-top-c p{line-height: 26px;}
.control-r .ctr-top .ctr-top-r{line-height: 26px;}
/*选择行业*/
.hy{width: 600px;}
.hy ul{margin-top: 30px;}
.hy ul li{float: left;width: 25%;text-align: left;margin-bottom: 20px;}
.hy ul li a{display: inline-block;width: 102px;height: 30px;line-height: 30px;border: 1px solid #dedede;border-radius: 3px;text-align: center;}
.hy ul li .other{width: auto;border: 0;text-align: center;outline: none;}
.hy ul li .other option{text-align: center;}
.bottom-btn a{margin-right: 20px;width: 80px;height: 30px;line-height: 30px;text-align: center;color: #FFFFFF;display: inline-block;background: #01002F;box-shadow: 2px 2px 2px #000000;}
.hy .hy-bt a{display: inline-block;}
/*分页*/
.page{padding: 10px 0;}
.page a{margin: 0 3px;}
.page span, .page a {border-radius: 3px;border: 1px solid #dfdfdf;display: inline-block;padding: 5px 12px;}
.page span.current {background: #01002F;color: #FFF;border-color: #01002F;margin: 0 2px;}
/*-----------------基本信息------------------*/
.control-r .ctr-con{padding: 30px 40px;border: 1px solid #b9b9b9;}
.control-r .ctr-con>p.text-center{margin-bottom: 30px;}
.control-r .ctr-con .ctr-con-l{width: 104px;height: 124px;position: relative;border: 1px solid #999999;}
.control-r .ctr-con .ctr-con-r{width: 540px;}
.control-r .ctr-con .ctr-con-r li{width: 50%;float: left;color: #666666;font-size: 14px;margin-bottom: 15px;}
.control-r .ctr-con .ctr-con-r li label{width: 80px;display: inline-block;text-align: left;color: #666666;}
.control-r .ctr-con .ctr-con-r li label .circles{margin-left: 2px;}
.control-r .ctr-con .ctr-con-r li label .jie{margin-left:20px;line-height: 46px;}
.control-r .ctr-con .ctr-con-r li label .jin{margin-left: 20px;}
.control-r .ctr-con .ctr-con-r li .timenow{width: 116px;margin-top: 8px; padding: 7px 10px;margin-left: 2px;border-radius: 2px;border: 1px solid #999;}
.control-r .ctr-con .ctr-con-r li .option{margin-left: 15px;}
.control-r .ctr-con .ctr-con-r li span{display: inline-block;line-height: 34px;}
.control-r .ctr-con .ctr-con-r li .input{width: 100px;padding: 7px;text-align: center;outline: none;border-radius: 2px;background: none;border: none;border: 1px solid #999999;}
.control-r .ctr-con .ctr-con-r li a{color: #0074f7;font-size: 12px;}
.ctr-two{margin: 20px auto;text-align: center;}
.control-r .ctr-con .ctr-con-btn{text-align: center;/*display: inline-block;*/margin-right: 20px;text-align: center;}
.control-r .ctr-con .att{display:block;margin: 20px auto;}
.control-r .ctr-con .ctr-two .add{display: inline-block;}
.control-r .ctr-con .ctr-con-btn a{width: 80px;height: 30px;line-height: 30px;text-align: center;color: #FFFFFF;display: inline-block;background: #01002F;box-shadow: 2px 2px 2px #000000;}
.control-r .ctr-bottom{margin-top: 30px;}
.control-r .ctr-bottom .tt{color: #000000;font-size: 16px;font-weight: bold;}
.control-r .ctr-bottom ul li{border-bottom: 1px dashed #999999;}
.control-r .ctr-bottom ul li:last-child{border-bottom: 0;}
.buy-list{padding: 22px;margin: 30px 0;background: #F2F2F2;}
.buy-list .title{font-size: 13px;color: #000000;margin-bottom: 15px;}
.buy-list .title span{color: #999999;font-size: 12px;}
.buy-list .buy .buy-l{width: 64px;height: 64px;border: 1px solid #999999;}
.buy-list .buy .buy-l img{width: 100%;height: 100%;}
.buy-list .buy .buy-r{width: 660px;}
.buy-list .buy .buy-r p{color: #666666;margin-bottom: 8px;font-size: 12px;}
.buy-list .buy .buy-r p:last-child{margin-bottom: 0;}
.buy-list .buy .buy-r .btt{color: #000000;font-weight: bold;}
/*-----------------邮寄地址------------------*/
.control-r .ctr-con .mail-t{border-bottom: 1px dashed #999999;padding: 30px;color: #666666;}
.control-r .ctr-con .mail-t p{line-height: 30px;margin-bottom: 20px;}
.control-r .ctr-con .mail-t p span{display: inline-block;width: 120px;text-align: right;margin-right: 10px;}
.control-r .ctr-con .mail-t p a{margin-left: 100px;display: inline-block;line-height: 30px;}
.chk_1{display: none;}
.chk_1 + label {background-color: #FFF;border: 1px solid #000000;box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);padding: 10px 10px 7px 7px;border-radius: 2px;display: inline-block;position: relative;margin-right: 5px;margin-bottom: 3px;vertical-align: middle;}
.chk_1:checked + label:after {content: '\2714';position: absolute;bottom: -7px;left: -2px;color: #01002F;width: 100%;text-align: center;font-size: 30px;padding: 1px 0 0 0;vertical-align: text-top;}
/*-----------------充值-------------------*/
.control-r .ctr-con .myc .myc-t{background: #f5f5f5;padding: 30px;color: #666666;margin-bottom: 20px;}
.control-r .ctr-con .myc .myc-t span{color: #000000;}
.control-r .ctr-con .myc li{line-height: 30px;margin-bottom: 10px;}
.control-r .ctr-con .myc .myc-l{width: 200px;margin-right: 10px;}
.control-r .ctr-con .myc .myc-r{width: 420px;}
/*添加银行卡弹窗*/
.bankcard{width: 480px;}
.bankcard h3{color: #000000;margin-bottom: 20px;line-height: 40px;font-family: simhei;}
.bankcard ul li{line-height: 30px;margin-bottom: 15px;}
.bankcard ul li p:nth-child(2){width: 73%;}
.bankcard ul li p:first-child{width: 25%;margin-right: 2%;}
/*充值确认*/
.recharge{width: 480px;}
.recharge h3{color: #000000;line-height: 40px;font-family: simhei;margin-bottom: 20px;}
.recharge p{line-height: 50px;color: #666666;}
.recharge p span{color: #999999;}
/*找回密码*/
.find-pwd{width: 610px;}
.find-pwd h3{color: #000000;margin-bottom: 20px;line-height: 40px;font-family: simhei;}
.find-pwd li{padding: 20px 50px;box-shadow: 0px 0 12px #aaaaaa;border-radius: 3px;margin-bottom: 20px;}
.find-pwd li .find-l{height: 44px;}
.find-pwd li .find-l img{height: 100%;}
.find-pwd li .find-c{margin-left: 50px;line-height: 22px;color: #666666;}
.find-pwd li .find-c p:last-child{color: #999999;}
.find-pwd li .find-r{margin-top: 7px;}
.find-pwd li .find-r a{vertical-align: middle;}
.find-pwd .noyz{line-height: 44px;}
.find-pwd .noyz .find-c{line-height: 44px;}
.find-pwd .noyz .find-r{margin-top: 0;}
.find-f li p:first-child{width: 25% !important;}
.find-f li p:nth-child(2) {width: 73% !important;}
.find-email li p:first-child{width: 25% !important;}
.find-email li p:nth-child(2) {width: 73% !important;}
.find-go li p:first-child{width: 25% !important;}
.find-go li p:nth-child(2) {width: 73% !important;}
/*-----------------交易记录---------------------*/
.control-r .ctr-con .ct-jy .tt{text-align: center;color: #666666;}
.control-r .ctr-con .ct-jy .tt span{color: #000000;font-size: 18px;margin: 0 2px 0 8px;font-weight: bold;}
.jy-btn{margin: 20px 0;}
.jy-btn a{margin: 10px 30px;}
.control-r .ctr-con .ct-jycon .ctjy-top p:first-child{margin-right: 20px;line-height: 33px;}
.control-r .ctr-con .ct-jycon .ctjy-table th{line-height: 42px;}
.control-r .ctr-con .ct-jycon .ctjy-table td{line-height: 42px;border-bottom: 1px dashed #EEEEEE;}
.control-r .ctr-con .ct-jycon{border: 1px solid #eeeeee;}
.ctjy-top{background: #eeeeee;padding: 20px 10px;}
.jy-type{margin-top: 10px;}
.jy-type span{margin: 0 15px;}
.jy-type a{display: inline-block;margin: 0 15px;padding: 3px 10px;}
.jy-type .active{background: #01002F;color: #FFFFFF;}
.tab-table .jy-tab{display: none;}
.tab-table .current{display: block;}
/*----------------账户绑定-----------------------*/
.bd-list{padding: 20px 40px;}
.bd-list li{line-height: 40px;}
.step{margin-bottom: 30px;}
.step p{float: left;width: 32.6%;margin-right: 1%;height: 10px;background: #999999;}
.step p:nth-child(3){margin-right: 0;}
.mdph{position: absolute;right: 100px;top: 2px;font-size: 12px;}
/*----------------实名认证-----------------------*/
.sm{padding: 20px 40px;border-bottom: 1px dashed #999999;}
.sn{border: none;}
.sm .tt{line-height: 50px;margin-bottom: 20px;}
.fsyz{padding: 20px 40px;}
.fsyz li{width: 40%;margin: 0 5%;float: left;}
.fsyz .fsyz-t{width: 87px;margin-right: 20px;text-align: center;}
.fsyz .fsyz-b{width: 240px;}
.fsyz .fsyz-b .pic-btn{width: 240px;height: 150px;border: 1px solid #DEDEDE;position: relative;}
.fsyz .fsyz-b .pic-btn p.img1{text-align: center;line-height: 150px;color: #999999;}
.fsyz .fsys-s{margin-top: 50px;}
.fsyz .fsys-s .tt{margin-left: 5%;line-height: 40px;}
/*------------------我的订单---------------------*/
.order-list{padding: 20px 40px;}
.for{padding: 0 0px;}
.sc-t-ul{margin-bottom: 30px;}
.sc-t-ul span{margin-left: 100px;}
.bad span{margin-left:88px;}
.allright a{margin-left: 30px;}
.allright .allname{font-weight: 600;color: #01002f;font-size: 14px;}
.allright a:first-child{margin-left: 0;}
.order-list th{background: #EEEEEE;}
.order-list td{padding: 10px 0;color: #999999;}
.bli{border-bottom: 1px solid #999;}
.goods-lists .price{margin-left: 35px;}
.goods-lists .ten{margin-left: 50px;}
.goods-lists .nice{margin-left: 108px;}
.goods-lists .bjbb{color: #4340c6;}
.goods-lists .nice a{display: block;}
.goods-lists .nine{margin-left: 46px;}
.goods-lists .one{margin-left: 102px;}
.control-r .ctr-sale{padding: 20px 30px;}
.order-list-tittle{margin-bottom: 20px;}
.list-first{margin-top: 30px;margin-bottom: 20px;}
.btm{margin-bottom: 20px;}
.btm input{width: 200px;height: 30px;border: 1px solid #bbbbbb;border-radius: 4px;padding: 0 10px;}
.btm a{float: right;}
.name-algin{width: 132px;display: inline-block;}
.lists-top{padding-top:15px;padding-bottom:15px;padding-left:15px;background-color: #f5f5f5;}
.lists-top input{margin: 2px 10px 0 0;}
.oktime{margin-left: 50px;}
.goods-movie{padding: 20px 0px 20px 20px;}
.buybuy{padding: 20px 20px;}
.infor{line-height: 20px;}
.goods-movie .nice{margin-left: 90px;display: inline-block;text-align: center;vertical-align: middle;line-height: 20px;}
.goods-movie .nine{margin-left: 55px;}
.goods-movie .nice span{display:block;width: 80px;vertical-align: middle;}
.goods-movie .nice a{color: #4340c6;display: block;}
.sc-con .lines{border: 1px solid #ececec;padding: 0;margin-top: 30px;}
.linese{border: 1px solid #999;margin-bottom: 10px;}
.linese p{padding: 10px 20px;}
.linese p a{float: right;color: #4340c6}
.bottom{margin-bottom: 20px;}
/*------------------订单详情---------------------*/
.orderdt-con .orderdt-l{width: 167px;height: 226px;position: relative;}
.orderdt-con .orderdt-l img{width: 100%;height: 100%;}
.orderdt-con .orderdt-l .orderdt-bt{position: absolute;bottom: 0;left: 0;width: 92%;padding: 10px 4%;line-height: 17px;background: rgba(0,0,0,0.7);color: #FFFFFF;font-size: 12px;}
.orderdt-con .orderdt-r{margin-left: 60px;position: relative;}
.orderdt-con .orderdt-r>p{line-height: 36px;}
.orderdt-con .orderdt-r .fanhui{position: absolute;left: 200px;bottom: 70px;width: 30px;}
/*------------------我的发票---------------------*/
.in-top{margin-bottom: 20px;}
.in-top .in-top-l span{margin-right: 20px;}
.in-top .in-top-l span input{width: 80px;}
/*------------------我的评论---------------------*/
.pl-box{margin: 20px 0;}
.pl-box ul{text-align: center;}
.pl-box ul li{display: inline-block;cursor: pointer;padding: 8px 30px;background: #EEEEEE;border-radius: 2px;text-align: center;margin-right: 20px;}
.pl-box ul .head-on{background: #01002F;color: #FFFFFF;}
.pl-con li{padding: 25px 0;border-bottom: 1px dashed #999999;}
.pl-con{display: none;}
.pl-con.select-on{display: block;}
.pl-con li .pl-con-l{width: 60px;text-align: center;}
.pl-con li .pl-con-l img{width: 46px;height: 46px;}
.pl-con li .pl-con-l p:first-child{line-height: 20px;font-size: 12px;}
.pl-con li .pl-con-r{margin-left: 30px;position: relative;font-size: 12px;width: 540px;}
.pl-con li .pl-con-r p{line-height: 23px;}
.pl-con li .pl-con-r .pl-btn{position: absolute;top: 10px;right: 30px;}
.pl-con li .pl-con-r .pl-btn a{display: inline-block;margin-right: 10px;}
.pl-con li .pl-con-r .pl-btn img{width: 20px;}
/*------------------------我的收藏-资料---------------*/
/*视频资料*/
.dash{height:1px;border:none;border-top:1px dashed #999999;clear: both;}
.solid{height:1px;border:none;border-top:1px solid #999999;clear: both;}
.sc-con{display: none;}
.sc-con .sure{display: none;}
.sc-con.select-on{display: block;}
.sc-con .sc-t{margin-bottom: 20px;}
.sc-con li{/*width: 50%;*//*float: left;*/padding: 30px 0;}
.sc-con li .sc-top{width: 215px;margin: 0 auto;box-shadow: 1px 1px 12px #999999;border: 1px solid #cccccc;}
.sc-top-bo li{width: 50%;float: left;}
.itit li{width: 50%;float: left;}
.sc-con li .sc-top .sc-tt{height: 142px;position: relative;}
.sc-con li .sc-top .sc-tt img{width: 100%;height: 100%;}
.sc-con li .sc-top .sc-tt span{position: absolute;left: 4px;bottom: 4px;color: #FFFFFF;}
.sc-con li .sc-top .sc-tt span img{width: 30px;height: 30px;}
.sc-con li .sc-top .sc-tt .check-box{position: absolute;top: 0;left: 0;display: none;}
.sc-con li .sc-top .sc-tb{background: #FBFBFB;padding: 0 10px;font-size: 12px;}
.sc-con li .sc-top .sc-tb p{line-height: 22px;}
.sc-con li .sc-top .sc-tb p:nth-child(2){font-size: 14px;}
.sc-con li .sc-bottom{margin-top: 20px;text-align: center;}
.arr{margin: 60px 100px;}
/*图文资料*/
.word-item li{width: 100%;float: none;}
.word-item li .word-l{width: 50px;}
.word-item li .word-l .check-box{position: relative;margin-top: 85px;}
.word-item li .word-c{width: 490px;height: 190px;box-shadow: 1px 1px 12px #999999;border: 1px solid #cccccc;}
.word-item li .word-r{width: 70px;text-align: right;}
.word-item li .word-r a{margin-top: 80px;}
.word-item li .word-c .word-cl{width: 210px;height: 100%;}
.word-item li .word-c .word-cl img{width: 100%;height: 100%;}
.word-item li .word-c .word-cr{width: 260px;padding: 10px;font-size: 12px;color: #999999;}
.word-item li .word-c .word-cr h3{font-size: 14px;line-height: 26px;color: #333333;}
.word-item li .word-c .word-cr .wtc{color: #333333;line-height: 26px;}
.word-item li .word-c .word-cr .word-con{line-height: 16px;height: 96px;overflow: hidden;}
/*------------------------我的收藏-商品------------------*/
/*.goods-item li{width: 33%;float: left;}*/
.goods-item li .goods-list .goods-top{width: 167px;height: 226px;position: relative;margin: 10px auto;}
.goods-item li .goods-list .goods-top img{width: 100%;height: 100%;}
.goods-item li .goods-list .goods-top .orderdt-bt{position: absolute;bottom: 0;left: 0;width: 92%;padding: 10px 4%;line-height: 17px;background: rgba(0,0,0,0.7);color: #FFFFFF;font-size: 12px;}
.goods-item li .goods-list .goods-top .check-box{position: absolute;top: 0;left: 0;display: none;}
.sc-con .chk_1:checked + label:after{color: #E62425;}
/*----------------------招聘应聘-发布职位-----------------*/
.job .job-top{padding: 20px 0;}
.job .job-con ul{margin-bottom: 20px;}
.job .job-con li{padding: 15px 0 10px 0;}
.job .job-con li .job-ct{padding: 16px;background: #F2F2F2;color: #333333;}
.job .job-con li .job-ct p{line-height: 25px;}
.job .job-con li .job-ct .job-t1{color: #000000;font-weight: bold;}
.job .job-con li .job-ct .job-t2 span{margin-right: 40px;}
.job .job-con li .job-ct .job-t2 span:last-child{margin-right: 0;}
.job .job-con li .job-cb{margin: 10px 20px 0 0;line-height: 24px;}
.job .job-con li .job-cb img{width: 20px;vertical-align: middle;margin: 0 3px 3px 15px;}
.job .job-con li .job-cb a{color: #999999;font-size: 12px;}
.job-tr{margin-left: 15px;display: inline-block;}
.job-tr span select{border: 1px solid #999;}
.searches input{width: 250px;height: 30px;border: 1px solid #999;margin-left: 20px;}
/*删除职位*/
.zw{width: 600px;}
.zw h3{color: #000000;margin-bottom: 20px;line-height: 40px;font-family: simhei;text-align: center;}
.zw .job-ct{margin: 10px 0;}
.zw .job-ct p{line-height: 30px;}
.zw .job-ct .job-t1{color: #000000;font-weight: bold;}
.zw .job-ct .job-t2 span{margin-right: 20px;}
.zw .job-ct .job-t2 span:last-child{margin-right: 0;}
/*---------------------招聘应聘-发布新职位--------------------*/
.job-add h3{margin-bottom: 25px;font-family: simhei;line-height: 40px;}
.job-add .job-add-item li{margin-bottom: 20px;}
.job-add .job-add-item li .jobadd-l{display: inline-block;width: 100px;text-align: right;margin-right: 10px;}
.job-add .job-add-item .li-wb{width: 50%;float: left;}
.job-add .job-add-item li select{width: 185px;text-align: center;}
.job-add .job-add-item li .wide{width: 530px;}
.job-add .job-add-item .job-pic{width: 540px;margin-left: 5px;}
.job-add .job-add-item .jobpic-list{width: 32%;position: relative;float: left;}
.job-add .job-add-item .imgnum{width: 150px;height: 90px;border: 1px solid #999999;line-height: 88px;}
/*---------------------招聘应聘-职位详情--------------------*/
.job-dt .job-dt-t{margin-bottom: 20px;}
.job-dt .job-dt-t .job-dt-tl{width: 300px;height: 176px;}
.job-dt .job-dt-t .job-dt-tl img{width: 100%;height: 100%;}
.job-dt .job-dt-t .job-dt-tr{width: 320px;margin-left: 36px;}
.job-dt .job-dt-t .job-dt-tr .jobdtp1{line-height: 24px;}
.job-dt .job-dt-t .job-dt-tr .jobdtp1 h3{font-size: 16px;}
.job-dt .job-dt-t .job-dt-tr .jobdtp1 span{font-size: 12px;}
.job-dt .job-dt-t .job-dt-tr .job-dt-info{margin: 20px 0;}
.job-dt .job-dt-t .job-dt-tr .job-dt-info li{width: 50%;float: left;margin-bottom: 15px;font-size: 12px;color: #888888;}
.job-dt .job-dt-t .job-dt-tr .job-dt-info li span{color: #333333;}
.job-dt .job-dt-m{padding-bottom: 20px;}
.job-dt .job-dt-m .fbtt h3{color: #333333;}
.fbee h3{color: #333333;}
.job-dt .job-dt-m .fbtt span{font-size: 12px;color: #999999;margin-left: 10px;vertical-align: middle;}
.fbee span{font-size: 12px;color: #999999;margin-left: 10px;vertical-align: middle;}
.job-dt .job-dt-m .fbtt .fr{line-height: 22px;}
.fbee .fr{line-height: 22px;}
.job-dt .job-dt-m .fbtt span img{width: 22px;height: 22px;vertical-align: middle;margin-bottom: 3px;}
.fbee span img{width: 22px;height: 22px;vertical-align: middle;margin-bottom: 3px;}
.job-dt .job-dt-m .gw-info{padding: 20px 40px;background: #F8F8F8;margin: 15px 0;color: #888888;font-size: 12px;line-height: 28px;}
.gw-in{padding: 20px 40px;background: #F8F8F8;color: #888888;font-size: 12px;line-height: 28px;}
.job-dt .job-dt-m .gw-info .gw-infol{width: 450px;}
.gw-ino{width: 450px;}
.gw-in .ines{width: 185px;margin-left: 0px;margin-top: 60px;}
.gw-in .ines textarea{margin-top: 10px;}
.gw-ino li input{ width: 80px;
padding: 7px;
text-align: center;
outline: none;
border-radius: 2px;
background: none;
border: none;
border: 1px solid #999999;}
.gw-ino li span{margin-right: 10px;}
.job-dt .job-dt-m .gw-info .gw-infor{width: 130px;}
.infores{width: 130px;}
.job-dt .job-dt-m .gw-info .gwinfo-tt{line-height: 28px;border-bottom: 1px solid #999999;}
.tteess{line-height: 40px;border-bottom: 1px solid #999999;margin-bottom: 15px;}
.gw-in li{line-height: 24px;color: #888888;}
.gw-in ul{margin-top: 5px;}
.gw-in ul:nth-child(2){width: 45%;}
.gw-in ul:nth-child(3){width: 53%;}
.job-dt .job-dt-m a{margin-right: 30px;}
.job-dt .job-dt-b{padding: 10px 0;}
.job-dt .job-dt-b p{line-height: 40px;color: #333333;}
.job-dt .job-dt-b li{padding: 15px 30px;background: #F2F2F2;margin-bottom: 30px;line-height: 28px;font-size: 12px;color: #666666;}
.job-dt .job-dt-b .jobdttop1 span{margin-right: 90px;}
.job-dt .job-dt-b .jobdttop1 span:first-child{color: #000000;}
.job-dt .job-dt-b .jobdttop1 span:last-child{margin-right: 0;}
.job-dt .job-dt-b .jobdttop2 span{margin-right: 90px;}
.job-dt .job-dt-b .jobdttop2 span:last-child{margin-right: 0;}
/*------------------------我的简历----------------------*/
.jl{padding: 10px 100px;}
.jl .jl-top{font-size: 12px;color: #666666;}
.jl .jl-top .jl-tl{width: 175px;height: 175px;}
.jl .jl-top .jl-tl img{width: 100%;height: 100%;}
.jl .jl-top .jl-tr p{line-height: 44px;}
.jl .jl-top .jl-tr p span{margin-right: 20px;}
.jl .jl-top .jl-tr .font-normal{color: #000000;}
.jl .jl-top .jl-tr .margin-right{margin-right: 0;margin-left: 20px;}
.jl .jl-top .jl-tb{line-height: 24px;}
.jl .jl-top .margin-top{margin-top: 10px;}
.jl .jl-top .jl-tb span{margin-right: 20px;}
.line{margin: 30px auto 10px;; border-top: solid 1px #ccc; text-align: center; width: 320px; height: 20px;}
.line .wz{float: left; display: block; padding: 0 10px; background: #fff; margin-top: -10px; margin-left: 120px; border: solid 0px red;font-size: 16px;color: #333333;font-weight: bold; font-family: simhei;}
.jl .jl-middle .jl-cy{line-height: 30px;color: #999999;font-size: 12px;}
.hide-bf{cursor: pointer;}
.hide-bf p{text-align: center;}
.hide-bf p img{width: 12px;height: 12px;}
.line-show{margin: 20px auto 0;; border-top: solid 1px #01002F; text-align: center; width: 200px; height: 6px;}
.line-show .wz{float: left; display: block; padding: 0 10px; background: #fff; margin-top: -10px; margin-left: 70px; border: solid 0px red;font-size: 12px;color: #01002F;font-weight: bold; }
.jl-zp{font-size: 12px;}
.table-border>thead>tr>th{border-bottom-width: 1px;}
.table-border th {border-bottom: 2px solid #ddd;}
.table-border th,.table-border td {border: solid 1px #ddd;}
/*---------------------创建简历----------------*/
.resume-tt{line-height: 50px;color: #999999;font-size: 12px;margin-bottom: 30px;}
.resu{width: 220px !important;height: 145px !important;}
.resu .imgnum{width: 100% !important;height: 100% !important;line-height: 145px !important;}
.jltable td{padding: 10px 0;}
.jltable input{text-align: center;}
.jlcon-add {text-align: center;margin-top: 5px;cursor: pointer;}
.jlcon-add img{width: 28px;}
/*--------------------我的足迹--------------------*/
.file-btn a{margin-top: 20px !important;}
.file-btn a:first-child{margin-top: 55px !important;}
/*我的问题*/
.fbinfo{margin-top: 8px;}
.fbinfo .fl{font-size: 12px;line-height: 25px;}
.fbinfo img{width: 25px;height: 25px;vertical-align: middle;margin-right:8px;}
/*我的解答-修改*/
.answer-box{padding: 20px 90px 10px;}
/*.h2{padding: 20px 55px 10px;}*/
.h2 h2{margin-right:16px;margin-top:8px;display: inline-block;width: 94px;text-align: right;}
.answer-box h3{margin-bottom: 0;}
.answer-box .answer-con {color: #999999;;font-size: 12px;line-height: 36px;}
.answer-box .answer-con img{width: 24px;height: 24px;margin: 0 5px 3px 0;vertical-align: middle;}
.dosh{margin-top: 14px;}
/*我的需求*/
.nd{padding: 16px 30px !important;}
.nd .nd-l{width: 108px;height: 66px;box-shadow: 3px 4px 7px #999999;}
.nd .nd-l img{width: 100%;height: 100%;}
.nd .nd-r{width: 520px;margin-left: 30px;}
.nd .nd-r p{line-height: 33px !important;}
.nd .nd-r span{margin-right: 30px;}
/*----------------------客户服务-举报管理------------------*/
.rp .rp-box{margin: 10px 0;border-bottom: 1px solid #CCCCCC;}
.rp .rp-box ul{height: 39px;}
.rp .rp-box ul span{line-height: 40px;}
.rp .rp-box ul .head-on a{color: #0074F7;}
.rp .rp-box li{float: left;border: 1px solid #CCCCCC;border-bottom: 0;}
.rp .rp-box li:first-child{background: #FFFFFF;height: 40px;}
.rp .rp-box li:nth-child(2){border-left: 0;}
.rp .rp-box li a{padding: 10px 20px;display: inline-block;}
.rp .rp-con.select-on{display: block;}
.rp .rp-con{display: none;}
.rp-c th{padding: 10px 5px;background: #F5F5F5;border-top: 1px solid #DDDDDD;border-bottom: 1px solid #DDDDDD;color: #666666;}
.rp-c td{padding: 10px 5px;color: #999999;}
.rp-c select{outline: none;}
/*------------------------------------商家----------------------------------------*/
.one-nav h3{border-bottom: 0 !important;padding-bottom: 0 !important;margin-bottom: 5px !important;}
/*评论*/
.bspl table{border: 1px solid #DDDDDD;}
.bspl th{background: #F2F6F9;border-bottom: 0;padding: 12px 0;}
.bspl td{padding: 12px 0;}
.bspl img{width: 20px;height: 20px;vertical-align: middle;margin: 0 10px 3px 0;}
.bsplbtn{margin-top: 40px;}
.bsplcon1,.bsplcon2{display: none;}
.show{display: block;}
/*添加商品*/
.gdadd{padding: 0 90px;}
.gdadd .gd-top{margin-bottom: 10px;}
.gd-top-l .imgnum{width: 130px !important;height: 170px !important;}
.gd-top-l .imgnum p{width: 20px;margin: 25px auto;line-height: 20px;}
.gd-top-r{margin-left: 120px;}
.gd-top-r p{margin-bottom: 3px;}
.gdadd ul li p span:first-child{line-height: 30px;margin-left: 10px;}
.sort img{width: 30px;height: 30px;vertical-align: middle;margin-right: 10px;}
.sort{float: right;}
.order-list-tittle span{display:block;width: 230px;height: 30px;background-color: #f5f5f5;text-align: center;line-height: 30px;font-size: 14px; }
/*.tototo span{width: 100px;}*/
.bl{border: 1px solid #999;}
.wuliu{padding: 20px 0 10px 0px;}
.wliufor p{font-size: 16px;}
.status-list {
margin: 0;
padding: 0;
margin-left: 12px;
margin-top: 20px;
padding-left: 10px;
list-style: none;
font-size: 12px;
}
.status-list li {
margin-bottom: -2px;
height: auto;
min-height: 30px;
border-left: 1px solid #d9d9d9;
}
.status-list .date {
width: 78px;
font-weight: 700;
margin-right: 8px;
font-family: Arial;
}
.status-list .week {
width: 32px;
font-weight: 700;
}
.status-list .date, .status-list .week, .status-list .time {
display: inline-block;
}
.status-list .time {
width: 48px;
margin-right: 28px;
margin-left: 5px;
}
.status-list .text {
width: 635px;
}
.status-list li:before {
content: '';
border: 3px solid #f3f3f3;
background-color: #d9d9d9;
display: inline-block;
width: 5px;
height: 5px;
border-radius: 5px;
margin-left: -6px;
margin-right: 10px;
}
.status-list .latest:before {
background-color: #fe4300;
border-color: #f8e9e4;
}
.order-detail .hidden {
visibility: hidden;
}
.status-info {
margin-top: 10px;
margin-left: 22px;
margin-right: 10px;
background-color: #f3f3f3;
overflow: hidden;
line-height: 28px;
color: #959595;
text-align: right;
/*margin-top: 10px;*/
}
.zpyq{font-size: 16px;display: block;width: 100px;text-align: right;margin-bottom: 20px;font-weight: 600;}
.page-container {
min-height: 600px;
width: 992px;
border: 1px solid #d6e5f4;
margin-bottom: 20px;
padding: 25px;
color: #666;
}
.page-container .first-title h1 {
height: 55px;
line-height: 55px;
font-size: 24px;
font-weight: 500;
margin: 0;
}
.page-container .first-title p {
margin: 0;
height: 45px;
line-height: 45px;
font-weight: 400;
}
.page-container .open-step {
margin-bottom: 24px;
}
/*a:link {
color: #0A8FDC;
}
a:visited {
color: #0073bd;
}*/
a {
background-color: transparent;
text-decoration: none;
}
.page-container .open-step {
margin-bottom: 24px;
}
.next-step-horizontal {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.next-step {
color: #333;
font-family: Roboto,"Helvetica Neue",Helvetica,Tahoma,Arial,"PingFang SC","Microsoft YaHei";
font-size: 14px;
line-height: 1.28571;
width: 100%;
position: relative;
border: none;
}
.ellipsis, .multi-line-ellipsis, .next-step, .select-type {
overflow: hidden;
}
.steps-container.next-step-arrow .next-step-item, .steps-container.next-step-arrow .next-step-item .next-step-item-container .next-step-item-title, .steps-container.next-step-arrow .next-step-item-container {
height: 80px;
line-height: 16px;
}
.next-step-arrow .next-step-item-first {
margin-left: 0;
}
.next-step-arrow .next-step-item-finish {
background: #E4F0FD;
}
.next-step-arrow .next-step-item {
height: 48px;
line-height: 48px;
margin-left: 24px;
margin-right: 6px;
}
.next-step-item {
display: inline-block;
position: relative;
text-align: center;
vertical-align: top;
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
}
.steps-container.next-step-arrow .next-step-item-finish:before, .steps-container.next-step-arrow .next-step-item-process:before, .steps-container.next-step-arrow .next-step-item-wait:before, .steps-container.next-step-arrow .next-step-item:after {
border-top-width: 40px;
border-bottom-width: 40px;
}
.next-step-arrow .next-step-item-first:before, .next-step-arrow .next-step-item-last:after {
border: 24px solid transparent;
}
.next-step-arrow .next-step-item-finish:before {
border: 24px solid #E4F0FD;
border-left-color: transparent;
}
.next-step-arrow .next-step-item:before {
content: '';
position: absolute;
left: -24px;
top: 0;
z-index: 1;
border: 24px solid transparent;
}
.steps-container.next-step-arrow .next-step-item, .steps-container.next-step-arrow .next-step-item .next-step-item-container .next-step-item-title, .steps-container.next-step-arrow .next-step-item-container {
height: 80px;
line-height: 16px;
}
.next-step-arrow .next-step-item .next-step-item-container {
min-width: 100px;
height: 48px;
cursor: pointer;
}
.steps-container.next-step-arrow .next-step-item, .steps-container.next-step-arrow .next-step-item .next-step-item-container .next-step-item-title, .steps-container.next-step-arrow .next-step-item-container {
height: 80px;
line-height: 16px;
}
.next-step-arrow .next-step-item-finish .next-step-item-container .next-step-item-title {
color: #666;
}
.next-step-arrow .next-step-item .next-step-item-container .next-step-item-title {
height: 48px;
line-height: 48px;
font-size: 16px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
text-align: center;
}
.steps-container.next-step-arrow .step-item-cont {
display: inline-block;
text-align: left;
margin-top: 21px;
position: relative;
margin-left: 25px;
}
.steps-container.next-step-arrow .step-item-num {
font-size: 45px;
position: absolute;
left: -45px;
top: 10px;
z-index: 2;
color: #000;
}
.steps-container.next-step-arrow .step-item-title {
font-size: 14px;
color: #000;
}
.steps-container.next-step-arrow .step-item-desc {
font-size: 12px;
color: #818181;
margin-top: 5px;
}
.steps-container.next-step-arrow .next-step-item-process {
background-color: #75B0DF;
}
.steps-container.next-step-arrow .next-step-item, .steps-container.next-step-arrow .next-step-item .next-step-item-container .next-step-item-title, .steps-container.next-step-arrow .next-step-item-container {
height: 80px;
line-height: 16px;
}
.next-step-arrow .next-step-item-process {
background: #0085D7;
}
.next-step-arrow .next-step-item {
height: 48px;
line-height: 48px;
margin-left: 24px;
margin-right: 6px;
}
.next-step-item {
display: inline-block;
position: relative;
text-align: center;
vertical-align: top;
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
}
.steps-container.next-step-arrow .next-step-item, .steps-container.next-step-arrow .next-step-item .next-step-item-container .next-step-item-title, .steps-container.next-step-arrow .next-step-item-container {
height: 80px;
line-height: 16px;
}
.next-step-arrow .next-step-item .next-step-item-container {
min-width: 100px;
height: 48px;
cursor: pointer;
}
.steps-container.next-step-arrow .next-step-item, .steps-container.next-step-arrow .next-step-item .next-step-item-container .next-step-item-title, .steps-container.next-step-arrow .next-step-item-container {
height: 80px;
line-height: 16px;
}
.next-step-arrow .next-step-item-process .next-step-item-container .next-step-item-title {
color: #FFF;
}
.next-step-arrow .next-step-item .next-step-item-container .next-step-item-title {
height: 48px;
line-height: 48px;
font-size: 16px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
text-align: center;
}
.steps-container.next-step-arrow .step-item-cont {
display: inline-block;
text-align: left;
margin-top: 21px;
position: relative;
margin-left: 25px;
}
.read-agreement-content .read-agreement-paper {
border: 1px solid #d6d6d6;
padding: 25px 50px;
margin: 15px 0;
}
.read-agreement-content .read-agreement-paper .question {
color: #000;
}
p {
margin: 5px 0;
padding: 0;
}
.read-agreement-content .read-agreement-paper .answer {
margin-bottom: 38px;
}
.read-agreement-content .read-agreement-paper .question {
color: #000;
}
.read-agreement-content .read-agreement-tip {
color: #ee4531;
}
.read-agreement-content .read-agreement-tip .next-icon {
margin-right: 5px;
}
.next-icon {
position: relative;
display: inline-block;
font-family: NextIcon;
font-weight: 400;
font-variant: normal;
-webkit-font-smoothing: antialiased;
-webkit-text-stroke-width: .1px;
-moz-osx-font-smoothing: grayscale;
}
.next-icon-prompt:before {
content: "\e659";
}
.next-icon-medium:before {
width: 20px;
font-size: 20px;
line-height: inherit;
}
.next-icon:before {
display: inline-block;
speak: none;
font-size: 16px;
line-height: 16px;
vertical-align: middle;
text-align: center;
}
.read-agreement-content .read-agreement-actions {
margin-top: 70px;
text-align: center;
}
.read-agreement-actions {
margin-top: 70px;
text-align: center;
}
.ice-link {
cursor: pointer;
display: inline-block;
}
.next-btn-large {
margin: 0;
height: 40px;
padding: 0 20px;
font-size: 16px;
line-height: 38px;
border-width: 1px;
background-color: #EBF1F5;
}
.next-btn-normal {
background-color: #EBF1F5;
border-color: #C4C6CF;
}
.zonges{
position: relative;
width: auto;
}
.open-page{
position: relative;
/*display: none;*/
}
.page-container .ctr-con{
position: relative;
display: none;
}
.autot{width: 600px;margin: 0 auto;}
/*.shim{margin: 0 auto;}*/
.reslly{width: 100px;text-align: right;}
.waiton{text-align: center;padding-top: 30px;color: red;}
/*星星打分*/
#star {position: relative;;height: 24px;}
#star ul{display: inline-block;height: 19px;line-height: 19px;overflow: hidden;}
#star span {display: inline-block;height: 19px;line-height: 19px;overflow: hidden;}
#star span:first-child{width: 80px;text-align: right;}
#star ul {margin: 0 10px;}
#star li {display: inline-block;width: 24px;cursor: pointer;text-indent: -9999px;background: url(../img/star.png) no-repeat;}
#star strong {color: #f60;padding-left: 10px;}
#star li.on {background-position: 0 -28px;}
.pingluncon{width: 600px;margin: 20px auto;}
.pingbox{line-height: 36px;margin: 10px 0;}
.pingbox span{display: inline-block;line-height: 36px;}
.pingbox span:first-child{width: 80px;text-align: right;}
.pingbox span:last-child{width: 400px;margin-left: 10px;}
.pingbox span:last-child textarea{width: 100%;border: 1px solid #DDDDDD;border-radius: 5px;padding: 10px;vertical-align: middle;}
.filelist{display: inline-block;margin-left: 10px;}
.filelist p{position: relative;width: 100px;height: 100px;display: inline-block;margin-right: 10px;border: 1px solid #DDDDDD;vertical-align: middle;}
.filelist p img{width: 100%;height: 100%;}
.filelist p input{position: absolute;width: 100%;height: 100%;top: 0;left: 0;opacity: 0;} | 0.284079 | 0.05962 |
html, body {
}
body {
padding-top: 50px; /* body padding for fixed top nav */
position: relative; /* for bootstrap affix */
-webkit-font-smoothing: antialiased;
font-family: 'Open Sans', 'Helvetica Neue', sans-serif;
}
a {
cursor: pointer;
}
/*Meta Info
----------------------------------------------------*/
#metaInfo {
text-shadow: 0 1px 0 #fff;
border-top: 1px solid #e5e5e5;
border-bottom: 1px solid #e5e5e5;
width: 100%;
color: #555;
position: relative;
padding-top:20px;
padding-bottom:20px;
z-index:10;
background-color:white;
border-top:2px solid black;
}
#metaInfo th, #metaInfo td{
padding-left: 15px;
text-align: left;
}
/* Footer
-------------------------------------------------- */
.footer {
padding-top: 10px;
margin-top: 20px;
text-shadow: 0 1px 0 #FFF;
width: 100%;
color: #515151;
text-align: center;
background-color: #efefef;
}
.footer a {
color: #2d6a9f;
}
.footer ul, .footer li {
padding: 0;
margin: 0;
list-style-type: none;
}
/* Warning Banner for cookies and browser depreciation goes on bottom of page */
.warningBanner {
margin-bottom: 0px;
background-color: #263947;
color:white;
text-align: left;
border-width: 1px;
border-color: white;
display: none;
align-items: center;
}
.footBanners {
width: 100%;
z-index: 10;
bottom:0;
left:0;
}
.warningBannerText {
margin-left: 10%;
margin-right: 75px;
}
.warningBannerAcceptBtn {
margin-right: 10%
}
.warningBanner a {
color: white;
text-decoration: underline;
}
.warningBanner a:hover {
color: #ADCCE6;
}
.warningBanner a:visited {
color: #ADCCE6;
}
/* Footer slide-in */
#footerSlideIn {
position:fixed;
bottom:0;
width:100%;
padding-top:20px;
padding-bottom:20px;
z-index:9;
background-color:white;
border-top:2px solid black;
display:none;
}
#footerSlideIn h1 {
margin-top:0;
}
#footerSlideIn img {
width:100%;
}
#footerSlideIn div > a {
margin-right: 5px;
white-space: nowrap;
}
/* Copyright
-------------------------------------------------- */
.copyright{
text-align: center;
background: #fff;
width: 100%;
}
/* Make images responsive */
.panel img {
vertical-align: middle;
max-width: 100%;
height: auto;
}
/* Project page has project navigation bar, which is fixed and therefore increases the offset the anchors need */
.project-page .anchor {
margin-top: -100px;
padding-top: 100px;
display: block;
z-index: -1;
position: relative;
}
.anchor {
margin-top: -60px;
padding-top: 60px;
display: block;
z-index: -1;
position: relative;
}
.scripted {display: none;}
.pointer {cursor: pointer;}
/* Minimal Treebeard for Configure Notifications/Wiki in project and user settings */
.osf-treebeard-minimal #tb-tbody {
border: none;
max-height: 500px;
height: inherit;
margin-top: 10px;
}
.osf-treebeard-minimal .tb-row {
padding-left: 10px;
}
.osf-treebeard-minimal .tb-row-titles {
border: none;
}
.osf-treebeard-minimal .tb-td {
padding-top: 4px;
}
.osf-treebeard-minimal .title-text {
line-height: 25px;
}
.osf-treebeard-minimal .tb-head {
display: none;
}
.osf-treebeard-minimal .form-control {
height: 26px;
padding: 0px;
}
.tb-no-icon .tb-expand-icon-holder {
width : 0;
}
/* For menu icon */
.navbar-toggle {
margin-top: 5px;
margin-bottom: 3px;
}
/* Wrapper for Spinner -- Applied for citation and file*/
.spinner-loading-wrapper {
text-align: center;
font-size: 16px;
font-weight: 200;
background: white;
padding: 20px;
border-radius: 4px;
}
#projectSubnav .navbar-collapse {
padding-left: 0;
padding-right: 0;
}
/* Multiple device support for project nav-bar */
@media (max-width: 767px) {
.project-nav {
overflow: hidden;
}
/* Allow project nav to move the content on small screen */
#projectBanner .osf-project-navbar {
position: relative;
top: 0;
margin-top: -55px;
}
#projectBanner {
margin-right: -15px;
margin-left: -15px;
}
}
/* Allow search-bar and nav-bar to support mutiple size of screen */
@media (max-width: 767px) {
#searchControls > .osf-search {
z-index: 99;
}
.navbar-brand {
margin-left: 0 !important;
height: 48px !important;
line-height: 27px !important;
padding: 11px 15px 10px 15px !important;
}
.osf-navbar-logo {
margin-top: 0px !important;
}
.sign-in .btn-group {
width: 90%;
padding-left: 5%;
}
.sign-in .btn {
width: 100%;
margin-bottom: 20px;
}
}
@media (min-width: 768px) {
.navbar-brand {
margin-left: 0 !important;
padding-left: 0;
}
}
@media (min-width: 992px) {
}
@media (min-width: 1200px) {
}
@media (max-width: 991px) {
.affix {
position: relative; /*For project setting side-bar*/
}
}
/* Settings side-nav positions. Min-width to prevent
* affix scrolling into columns on small devices/affix
* needs to be relative any smaller. See above @media.
*/
.osf-affix {
display: none;
}
@media (min-width: 990px) {
.osf-affix.profile-affix {
top: 80px;
}
}
#viewPanel > .osf-panel-body,
.mfr-file {
height: 100%;
}
.text-center {
text-align: center;
}
.osf-profile-image>img {
border: 1px solid #CDCDCD;
border-radius: 13px;
margin-right: 5px;
}
.container-xxl {
width : 100%;
padding-left: 20px;
padding-right: 20px;
}
.unselectable {
-webkit-user-select: none; /* Chrome all / Safari all */
-moz-user-select: none; /* Firefox all */
-ms-user-select: none; /* IE 10+ */
/* No support for these yet, use at own risk */
-o-user-select: none;
user-select: none;
}
.no-border {
border: none !important;
box-shadow: none !important;
}
.bootbox.modal h4 {
font-size: 24px;
font-weight: normal;
}
.modal-body {
word-wrap: break-word;
}
/* sub-header for modal*/
.modal-subheader {
font-size: 20px;
}
.footer h4 {
font-weight: normal;
}
.popover h3 {
font-weight: 500;
}
/* In list group, not allow icon to be pushed down */
.component-overflow {
word-wrap: break-word;
max-width: 90%;
display: inline-block;
}
/* Add-on styles */
.addon-auth {
margin-top: 4.8px;
}
.user-settings-addon-auth {
font-size: 13.5px;
border-bottom: 2px solid #DDD;
}
.default-authorized-by {
font-weight: normal !important;
}
/* bootstrap disable doesn't disable pointer event. This disable class adds pointer event disable. */
.disabled {
cursor: default !important;
pointer-events: none;
}
/* OSF-panel */
.osf-panel {
border: 1px solid #ddd;
height: 764px;
overflow: auto;
display: block;
position: relative;
overflow-x: hidden;
}
/* removes the automatic height and overflow properties from the Edit Wiki pane */
.osf-panel-edit {
height: auto;
}
@media (max-width: 991px) {
.osf-panel {
margin-bottom: 20px;
}
}
.osf-panel .fa-angle-right, .osf-panel .fa-angle-left {
cursor: pointer;
}
.osf-panel .fa-list {
color: #808080;
}
.osf-panel .navbar-collapse {
background: #F5F5F5;
padding: 0px;
}
.reset-height {
height: auto;
}
.alert-notify-success {
padding: 5px;
color: #3C763D;
}
.alert-notify-danger {
padding: 5px;
color: #A94442;
}
.table-hover {
word-break: break-all;
}
.keep-all {
word-break: keep-all;
}
select {
word-wrap: normal;
}
.tag:hover
{
background-color: #337ab7;
color: #E0EBF3;
}
.tag:hover > .tag-text, .tag:hover > a
{
color: #E0EBF3;
}
.tag:hover > .remove-tag
{
visibility: visible;
/* to make the center of the x not transparent */
background: -moz-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 35%, rgba(255,255,255,1) 44%, rgba(255,255,255,1) 53%, rgba(255,255,255,0) 64%, rgba(255,255,255,0) 72%); /* FF3.6+ */
background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(35%,rgba(255,255,255,1)), color-stop(44%,rgba(255,255,255,1)), color-stop(53%,rgba(255,255,255,1)), color-stop(64%,rgba(255,255,255,0)), color-stop(72%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
background: -webkit-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 35%,rgba(255,255,255,1) 44%,rgba(255,255,255,1) 53%,rgba(255,255,255,0) 64%,rgba(255,255,255,0) 72%); /* Chrome10+,Safari5.1+ */
background: -o-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 35%,rgba(255,255,255,1) 44%,rgba(255,255,255,1) 53%,rgba(255,255,255,0) 64%,rgba(255,255,255,0) 72%); /* Opera 12+ */
background: -ms-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 35%,rgba(255,255,255,1) 44%,rgba(255,255,255,1) 53%,rgba(255,255,255,0) 64%,rgba(255,255,255,0) 72%); /* IE10+ */
background: radial-gradient(ellipse at center, rgba(255,255,255,1) 35%,rgba(255,255,255,1) 44%,rgba(255,255,255,1) 53%,rgba(255,255,255,0) 64%,rgba(255,255,255,0) 72%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.tag-big
{
font-size: 13pt;
}
.tag-med
{
font-size: 11pt;
}
.tag-container
{
position: relative;
}
.remove-tag
{
visibility: hidden;
position: absolute;
top: -5px;
right: -5px;
color: #AAAAAA;
}
.remove-tag.big
{
top: -8px;
right: -8px;
}
.remove-tag.med
{
top: -6px;
right: -6px;
}
.tagsinput {
border:1px solid #CCC;
float: left;
padding: 5px;
background: #FFF;
padding:5px;
width:300px;
height:100px;
overflow-y: auto;
}
#node-tags_tag:focus {
outline: 2px solid #DEF;
}
.tagsinput div {
float: left;
}
.tagsinput span.tag {
float: left;
padding: 5px;
}
.tagsinput input {
width:80px;
margin:0px;
font-family: helvetica;
font-size: 13px;
border:1px solid transparent;
padding:5px;
margin-right:5px;
margin-bottom:5px;
}
.tag a {
font-weight: bold;
color: #000;
text-decoration:none;
font-size: 11px;
vertical-align: top;
}
.tag {
text-decoration:none;
display: inline-block;
background: #DEF;
margin-right: 5px;
margin-bottom:5px;
font-size:13px;
padding:5px;
border:1px solid transparent;
border-radius: 2px;
cursor: pointer;
}
.btn-link.project-toggle {
padding-top: 0;
padding-bottom:0;
}
.btn-link.project-toggle:focus {
outline: none;
}
/* list group node item display*/
.list-group-item-node.unavailable {
background-color: #EEEEEE;
}
button.close {
line-height: 0.9;
}
/* table for add link and contributor */
.osf-icon-td {
width: 50px;
}
/* Override Select2 CSS*/
.select2-search-choice-close {
margin-top: -3px;
}
.affix-bottom {
position: relative;
word-break: break-all;
word-break: break-word; /* Non standard for webkit*/
}
/* Style for toggle height knockout helper */
.toggle-height-toggle {
border: 1px solid #EEE;
background-color: #F8F8F8;
height: 15px;
line-height: 10px;
color: #888;
width: 100%;
margin-bottom: 10px;
}
.toggle-height-toggle:hover {
background-color: #F5F5F5;
color: #666;
cursor: pointer;
}
.toggle-height-gradient {
background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* IE10+ */
background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
width: 100%;
height: 30px;
position: absolute;
bottom: 0;
}
.toggle-height-parent {
position: relative;
overflow: hidden;
}
/* growlBox style */
.alert.growl-animated {
padding-right: 35px; /* work as alert-dismissable in bootstrap */
}
.tb-modal-shade {
/* Override z-index here to avoid clashing with navigation elements */
z-index: 98 !important;
}
/* Cards
-------------------------------------------------- */
.toggle-icon {
color: #337ab7;
margin-right: 10px;
}
.header-content {
max-width: 75%;
display: inline-block
}
/* Override insane add tag font
-------------------------------------------------- */
.tagsinput input {
font-family : 'Open Sans', Helvetica, sans-serif;
}
/* Bootstrap Accesibility Override */
.btn-success-high-contrast {
background-color: #52A452;
border-color: #54AC54;
}
.action-buttons {
margin-top: 10px;
margin-bottom: 10px;
}
.token-warning {
margin-bottom: 5px;
margin-top: 15px;
padding-left: 10px;
padding-top: 5px;
padding-bottom: 5px;
}
#copy-button {
margin-top: 10px;
}
.create-password {
margin-top: 5px;
margin-bottom: 5px;
height: inherit;
}
.more-replies {
margin-right: 15px;
}
div.ball-scale-blue>div, span.ball-scale-blue>div {
background-color: #BED1E2;
}
span.ball-pulse-small>div {
height: 8px;
width: 8px;
}
/* Make registrations modal scrollable and background hidden
-------------------------------------------------- */
.background-unscrollable {
overflow: hidden;
}
.modal-scrollable {
overflow: scroll;
}
/* Add Links Modal
----------------------- */
.node-dates {
white-space: pre;
}
/* Password strength check component colors for darker backgrounds */
.pv-darkbg .text-danger {
color: #f97773;
}
.pv-darkbg .text-warning {
color: #f0ad4e;
}
.pv-darkbg .text-success {
color: #5cb85c;
}
.pv-darkbg .osf-box-lt {
background-color: #a8bbc9
}
/* Maintenance alert */
#maintenance.alert {
margin-bottom: 0;
}
/* To be added to osf-style: generic dropdown-menu */
.generic-dropdown .dropdown-menu {
/* Prevents dropdowns from obscuring navs and subnavs */
z-index: 98;
}
.generic-dropdown ul.dropdown-menu > li > a {
color: #000;
}
.generic-dropdown ul.dropdown-menu > li > a:hover,
.generic-dropdown ul.dropdown-menu > li > a:focus {
background-image: none;
background-color: #D9D9D9;
}
.generic-dropdown button.dropdown-toggle-sm {
padding: 4px 12px;
line-height: 0;
}
.generic-dropdown ul {
background-color: #EFEFEF;
min-width: 180px;
}
.generic-dropdown a {
color: #333;
}
.generic-dropdown li .disabled {
opacity: 0.65;
}
/* Table
-----------------------*/
table.add-links tr {
padding: 5px;
}
table.add-links td {
padding: 10px;
}
table.add-links {
width: 100%;
margin:0;
padding:0;
border-collapse: collapse;
border-spacing: 0;
}
.fa-fix-width {
width: 20px;
}
.fa-button {
padding: 5px;
margin-right: 5px;
}
@media screen and (max-width: 600px) {
table.add-links {
border: 0;
}
table.add-links tr {
border: 1px solid #ddd;
margin-bottom: 10px;
display: block;
border-bottom: 2px solid #ddd;
}
table.add-links td {
display: block;
text-align: right;
font-size: 13px;
border-bottom: 1px dotted #ccc;
}
table.add-links td:first-child {
border-top: 0;
text-align: left;
}
table.add-links td:last-child {
border-bottom: 0;
}
table.add-links td:before {
content: attr(data-label);
float: left;
font-weight: bold;
}
}
.generic-dropdown.dropdown.pull-right .fa {
padding-right: 0px;
}
.generic-dropdown .fa {
padding-right: 7px;
width: 20px;
}
.generic-dropdown i.fa.fa-sort {
padding-left: 20px;
}
.category-list button {
padding: 5px 6px;
}
.category-list ul.dropdown-menu > li > a {
line-height: 1.65;
padding-left: 8px;
}
/* Remove gutters between bootstrap cols */
.row.no-gutters {
margin-right: 0;
margin-left: 0;
}
.row.no-gutters > [class^="col-"],
.row.no-gutters > [class*=" col-"] {
padding-right: 0;
padding-left: 0;
}
/* counter */
.counter-comment {
margin-top: -20px;
margin-right: 5px;
}
/* Prevents comment from overlapping with counter*/
.comment-box {
padding-bottom: 25px;
}
/* Collection list */
.collections-container {
margin-bottom: 20px;
}
.fa.bk-toggle-icon {
border: 2px solid #FFFFFF;
color: #000000;
}
.subject-preview {
display: inline-block;
background-color: #F8F8F8;
border-radius: 3px;
border: 1px solid #EEE;
padding: 1px 7px;
margin-bottom: 4px;
margin-right: 5px;
}
.dl-subjects dt {
width: 10px;
overflow: visible;
font-weight: normal;
}
.dl-subjects dd {
margin-left: 65px;
}
@media (max-width: 767px) {
.dl-subjects dd {
margin-left: 0px;
}
.dl-subjects dt {
padding-bottom: 5px;
}
}
/* Override jumbotron to be a bit smaller.
Used for the updated terms of service banner on all pages. */
.jumbotron {
padding: 10px 40px 10px 40px;
margin-bottom: 0;
}
#nodesDeleteTreebeard #tb-tbody {
height: 350px;
max-height: 500px;
}
/* Make links in alert-info more readable*/
.alert-info .alert-link {
color: #245269;
}
.alert-link {
font-weight: 700;
} | website/static/css/style.css |
html, body {
}
body {
padding-top: 50px; /* body padding for fixed top nav */
position: relative; /* for bootstrap affix */
-webkit-font-smoothing: antialiased;
font-family: 'Open Sans', 'Helvetica Neue', sans-serif;
}
a {
cursor: pointer;
}
/*Meta Info
----------------------------------------------------*/
#metaInfo {
text-shadow: 0 1px 0 #fff;
border-top: 1px solid #e5e5e5;
border-bottom: 1px solid #e5e5e5;
width: 100%;
color: #555;
position: relative;
padding-top:20px;
padding-bottom:20px;
z-index:10;
background-color:white;
border-top:2px solid black;
}
#metaInfo th, #metaInfo td{
padding-left: 15px;
text-align: left;
}
/* Footer
-------------------------------------------------- */
.footer {
padding-top: 10px;
margin-top: 20px;
text-shadow: 0 1px 0 #FFF;
width: 100%;
color: #515151;
text-align: center;
background-color: #efefef;
}
.footer a {
color: #2d6a9f;
}
.footer ul, .footer li {
padding: 0;
margin: 0;
list-style-type: none;
}
/* Warning Banner for cookies and browser depreciation goes on bottom of page */
.warningBanner {
margin-bottom: 0px;
background-color: #263947;
color:white;
text-align: left;
border-width: 1px;
border-color: white;
display: none;
align-items: center;
}
.footBanners {
width: 100%;
z-index: 10;
bottom:0;
left:0;
}
.warningBannerText {
margin-left: 10%;
margin-right: 75px;
}
.warningBannerAcceptBtn {
margin-right: 10%
}
.warningBanner a {
color: white;
text-decoration: underline;
}
.warningBanner a:hover {
color: #ADCCE6;
}
.warningBanner a:visited {
color: #ADCCE6;
}
/* Footer slide-in */
#footerSlideIn {
position:fixed;
bottom:0;
width:100%;
padding-top:20px;
padding-bottom:20px;
z-index:9;
background-color:white;
border-top:2px solid black;
display:none;
}
#footerSlideIn h1 {
margin-top:0;
}
#footerSlideIn img {
width:100%;
}
#footerSlideIn div > a {
margin-right: 5px;
white-space: nowrap;
}
/* Copyright
-------------------------------------------------- */
.copyright{
text-align: center;
background: #fff;
width: 100%;
}
/* Make images responsive */
.panel img {
vertical-align: middle;
max-width: 100%;
height: auto;
}
/* Project page has project navigation bar, which is fixed and therefore increases the offset the anchors need */
.project-page .anchor {
margin-top: -100px;
padding-top: 100px;
display: block;
z-index: -1;
position: relative;
}
.anchor {
margin-top: -60px;
padding-top: 60px;
display: block;
z-index: -1;
position: relative;
}
.scripted {display: none;}
.pointer {cursor: pointer;}
/* Minimal Treebeard for Configure Notifications/Wiki in project and user settings */
.osf-treebeard-minimal #tb-tbody {
border: none;
max-height: 500px;
height: inherit;
margin-top: 10px;
}
.osf-treebeard-minimal .tb-row {
padding-left: 10px;
}
.osf-treebeard-minimal .tb-row-titles {
border: none;
}
.osf-treebeard-minimal .tb-td {
padding-top: 4px;
}
.osf-treebeard-minimal .title-text {
line-height: 25px;
}
.osf-treebeard-minimal .tb-head {
display: none;
}
.osf-treebeard-minimal .form-control {
height: 26px;
padding: 0px;
}
.tb-no-icon .tb-expand-icon-holder {
width : 0;
}
/* For menu icon */
.navbar-toggle {
margin-top: 5px;
margin-bottom: 3px;
}
/* Wrapper for Spinner -- Applied for citation and file*/
.spinner-loading-wrapper {
text-align: center;
font-size: 16px;
font-weight: 200;
background: white;
padding: 20px;
border-radius: 4px;
}
#projectSubnav .navbar-collapse {
padding-left: 0;
padding-right: 0;
}
/* Multiple device support for project nav-bar */
@media (max-width: 767px) {
.project-nav {
overflow: hidden;
}
/* Allow project nav to move the content on small screen */
#projectBanner .osf-project-navbar {
position: relative;
top: 0;
margin-top: -55px;
}
#projectBanner {
margin-right: -15px;
margin-left: -15px;
}
}
/* Allow search-bar and nav-bar to support mutiple size of screen */
@media (max-width: 767px) {
#searchControls > .osf-search {
z-index: 99;
}
.navbar-brand {
margin-left: 0 !important;
height: 48px !important;
line-height: 27px !important;
padding: 11px 15px 10px 15px !important;
}
.osf-navbar-logo {
margin-top: 0px !important;
}
.sign-in .btn-group {
width: 90%;
padding-left: 5%;
}
.sign-in .btn {
width: 100%;
margin-bottom: 20px;
}
}
@media (min-width: 768px) {
.navbar-brand {
margin-left: 0 !important;
padding-left: 0;
}
}
@media (min-width: 992px) {
}
@media (min-width: 1200px) {
}
@media (max-width: 991px) {
.affix {
position: relative; /*For project setting side-bar*/
}
}
/* Settings side-nav positions. Min-width to prevent
* affix scrolling into columns on small devices/affix
* needs to be relative any smaller. See above @media.
*/
.osf-affix {
display: none;
}
@media (min-width: 990px) {
.osf-affix.profile-affix {
top: 80px;
}
}
#viewPanel > .osf-panel-body,
.mfr-file {
height: 100%;
}
.text-center {
text-align: center;
}
.osf-profile-image>img {
border: 1px solid #CDCDCD;
border-radius: 13px;
margin-right: 5px;
}
.container-xxl {
width : 100%;
padding-left: 20px;
padding-right: 20px;
}
.unselectable {
-webkit-user-select: none; /* Chrome all / Safari all */
-moz-user-select: none; /* Firefox all */
-ms-user-select: none; /* IE 10+ */
/* No support for these yet, use at own risk */
-o-user-select: none;
user-select: none;
}
.no-border {
border: none !important;
box-shadow: none !important;
}
.bootbox.modal h4 {
font-size: 24px;
font-weight: normal;
}
.modal-body {
word-wrap: break-word;
}
/* sub-header for modal*/
.modal-subheader {
font-size: 20px;
}
.footer h4 {
font-weight: normal;
}
.popover h3 {
font-weight: 500;
}
/* In list group, not allow icon to be pushed down */
.component-overflow {
word-wrap: break-word;
max-width: 90%;
display: inline-block;
}
/* Add-on styles */
.addon-auth {
margin-top: 4.8px;
}
.user-settings-addon-auth {
font-size: 13.5px;
border-bottom: 2px solid #DDD;
}
.default-authorized-by {
font-weight: normal !important;
}
/* bootstrap disable doesn't disable pointer event. This disable class adds pointer event disable. */
.disabled {
cursor: default !important;
pointer-events: none;
}
/* OSF-panel */
.osf-panel {
border: 1px solid #ddd;
height: 764px;
overflow: auto;
display: block;
position: relative;
overflow-x: hidden;
}
/* removes the automatic height and overflow properties from the Edit Wiki pane */
.osf-panel-edit {
height: auto;
}
@media (max-width: 991px) {
.osf-panel {
margin-bottom: 20px;
}
}
.osf-panel .fa-angle-right, .osf-panel .fa-angle-left {
cursor: pointer;
}
.osf-panel .fa-list {
color: #808080;
}
.osf-panel .navbar-collapse {
background: #F5F5F5;
padding: 0px;
}
.reset-height {
height: auto;
}
.alert-notify-success {
padding: 5px;
color: #3C763D;
}
.alert-notify-danger {
padding: 5px;
color: #A94442;
}
.table-hover {
word-break: break-all;
}
.keep-all {
word-break: keep-all;
}
select {
word-wrap: normal;
}
.tag:hover
{
background-color: #337ab7;
color: #E0EBF3;
}
.tag:hover > .tag-text, .tag:hover > a
{
color: #E0EBF3;
}
.tag:hover > .remove-tag
{
visibility: visible;
/* to make the center of the x not transparent */
background: -moz-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 35%, rgba(255,255,255,1) 44%, rgba(255,255,255,1) 53%, rgba(255,255,255,0) 64%, rgba(255,255,255,0) 72%); /* FF3.6+ */
background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(35%,rgba(255,255,255,1)), color-stop(44%,rgba(255,255,255,1)), color-stop(53%,rgba(255,255,255,1)), color-stop(64%,rgba(255,255,255,0)), color-stop(72%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
background: -webkit-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 35%,rgba(255,255,255,1) 44%,rgba(255,255,255,1) 53%,rgba(255,255,255,0) 64%,rgba(255,255,255,0) 72%); /* Chrome10+,Safari5.1+ */
background: -o-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 35%,rgba(255,255,255,1) 44%,rgba(255,255,255,1) 53%,rgba(255,255,255,0) 64%,rgba(255,255,255,0) 72%); /* Opera 12+ */
background: -ms-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 35%,rgba(255,255,255,1) 44%,rgba(255,255,255,1) 53%,rgba(255,255,255,0) 64%,rgba(255,255,255,0) 72%); /* IE10+ */
background: radial-gradient(ellipse at center, rgba(255,255,255,1) 35%,rgba(255,255,255,1) 44%,rgba(255,255,255,1) 53%,rgba(255,255,255,0) 64%,rgba(255,255,255,0) 72%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.tag-big
{
font-size: 13pt;
}
.tag-med
{
font-size: 11pt;
}
.tag-container
{
position: relative;
}
.remove-tag
{
visibility: hidden;
position: absolute;
top: -5px;
right: -5px;
color: #AAAAAA;
}
.remove-tag.big
{
top: -8px;
right: -8px;
}
.remove-tag.med
{
top: -6px;
right: -6px;
}
.tagsinput {
border:1px solid #CCC;
float: left;
padding: 5px;
background: #FFF;
padding:5px;
width:300px;
height:100px;
overflow-y: auto;
}
#node-tags_tag:focus {
outline: 2px solid #DEF;
}
.tagsinput div {
float: left;
}
.tagsinput span.tag {
float: left;
padding: 5px;
}
.tagsinput input {
width:80px;
margin:0px;
font-family: helvetica;
font-size: 13px;
border:1px solid transparent;
padding:5px;
margin-right:5px;
margin-bottom:5px;
}
.tag a {
font-weight: bold;
color: #000;
text-decoration:none;
font-size: 11px;
vertical-align: top;
}
.tag {
text-decoration:none;
display: inline-block;
background: #DEF;
margin-right: 5px;
margin-bottom:5px;
font-size:13px;
padding:5px;
border:1px solid transparent;
border-radius: 2px;
cursor: pointer;
}
.btn-link.project-toggle {
padding-top: 0;
padding-bottom:0;
}
.btn-link.project-toggle:focus {
outline: none;
}
/* list group node item display*/
.list-group-item-node.unavailable {
background-color: #EEEEEE;
}
button.close {
line-height: 0.9;
}
/* table for add link and contributor */
.osf-icon-td {
width: 50px;
}
/* Override Select2 CSS*/
.select2-search-choice-close {
margin-top: -3px;
}
.affix-bottom {
position: relative;
word-break: break-all;
word-break: break-word; /* Non standard for webkit*/
}
/* Style for toggle height knockout helper */
.toggle-height-toggle {
border: 1px solid #EEE;
background-color: #F8F8F8;
height: 15px;
line-height: 10px;
color: #888;
width: 100%;
margin-bottom: 10px;
}
.toggle-height-toggle:hover {
background-color: #F5F5F5;
color: #666;
cursor: pointer;
}
.toggle-height-gradient {
background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* IE10+ */
background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
width: 100%;
height: 30px;
position: absolute;
bottom: 0;
}
.toggle-height-parent {
position: relative;
overflow: hidden;
}
/* growlBox style */
.alert.growl-animated {
padding-right: 35px; /* work as alert-dismissable in bootstrap */
}
.tb-modal-shade {
/* Override z-index here to avoid clashing with navigation elements */
z-index: 98 !important;
}
/* Cards
-------------------------------------------------- */
.toggle-icon {
color: #337ab7;
margin-right: 10px;
}
.header-content {
max-width: 75%;
display: inline-block
}
/* Override insane add tag font
-------------------------------------------------- */
.tagsinput input {
font-family : 'Open Sans', Helvetica, sans-serif;
}
/* Bootstrap Accesibility Override */
.btn-success-high-contrast {
background-color: #52A452;
border-color: #54AC54;
}
.action-buttons {
margin-top: 10px;
margin-bottom: 10px;
}
.token-warning {
margin-bottom: 5px;
margin-top: 15px;
padding-left: 10px;
padding-top: 5px;
padding-bottom: 5px;
}
#copy-button {
margin-top: 10px;
}
.create-password {
margin-top: 5px;
margin-bottom: 5px;
height: inherit;
}
.more-replies {
margin-right: 15px;
}
div.ball-scale-blue>div, span.ball-scale-blue>div {
background-color: #BED1E2;
}
span.ball-pulse-small>div {
height: 8px;
width: 8px;
}
/* Make registrations modal scrollable and background hidden
-------------------------------------------------- */
.background-unscrollable {
overflow: hidden;
}
.modal-scrollable {
overflow: scroll;
}
/* Add Links Modal
----------------------- */
.node-dates {
white-space: pre;
}
/* Password strength check component colors for darker backgrounds */
.pv-darkbg .text-danger {
color: #f97773;
}
.pv-darkbg .text-warning {
color: #f0ad4e;
}
.pv-darkbg .text-success {
color: #5cb85c;
}
.pv-darkbg .osf-box-lt {
background-color: #a8bbc9
}
/* Maintenance alert */
#maintenance.alert {
margin-bottom: 0;
}
/* To be added to osf-style: generic dropdown-menu */
.generic-dropdown .dropdown-menu {
/* Prevents dropdowns from obscuring navs and subnavs */
z-index: 98;
}
.generic-dropdown ul.dropdown-menu > li > a {
color: #000;
}
.generic-dropdown ul.dropdown-menu > li > a:hover,
.generic-dropdown ul.dropdown-menu > li > a:focus {
background-image: none;
background-color: #D9D9D9;
}
.generic-dropdown button.dropdown-toggle-sm {
padding: 4px 12px;
line-height: 0;
}
.generic-dropdown ul {
background-color: #EFEFEF;
min-width: 180px;
}
.generic-dropdown a {
color: #333;
}
.generic-dropdown li .disabled {
opacity: 0.65;
}
/* Table
-----------------------*/
table.add-links tr {
padding: 5px;
}
table.add-links td {
padding: 10px;
}
table.add-links {
width: 100%;
margin:0;
padding:0;
border-collapse: collapse;
border-spacing: 0;
}
.fa-fix-width {
width: 20px;
}
.fa-button {
padding: 5px;
margin-right: 5px;
}
@media screen and (max-width: 600px) {
table.add-links {
border: 0;
}
table.add-links tr {
border: 1px solid #ddd;
margin-bottom: 10px;
display: block;
border-bottom: 2px solid #ddd;
}
table.add-links td {
display: block;
text-align: right;
font-size: 13px;
border-bottom: 1px dotted #ccc;
}
table.add-links td:first-child {
border-top: 0;
text-align: left;
}
table.add-links td:last-child {
border-bottom: 0;
}
table.add-links td:before {
content: attr(data-label);
float: left;
font-weight: bold;
}
}
.generic-dropdown.dropdown.pull-right .fa {
padding-right: 0px;
}
.generic-dropdown .fa {
padding-right: 7px;
width: 20px;
}
.generic-dropdown i.fa.fa-sort {
padding-left: 20px;
}
.category-list button {
padding: 5px 6px;
}
.category-list ul.dropdown-menu > li > a {
line-height: 1.65;
padding-left: 8px;
}
/* Remove gutters between bootstrap cols */
.row.no-gutters {
margin-right: 0;
margin-left: 0;
}
.row.no-gutters > [class^="col-"],
.row.no-gutters > [class*=" col-"] {
padding-right: 0;
padding-left: 0;
}
/* counter */
.counter-comment {
margin-top: -20px;
margin-right: 5px;
}
/* Prevents comment from overlapping with counter*/
.comment-box {
padding-bottom: 25px;
}
/* Collection list */
.collections-container {
margin-bottom: 20px;
}
.fa.bk-toggle-icon {
border: 2px solid #FFFFFF;
color: #000000;
}
.subject-preview {
display: inline-block;
background-color: #F8F8F8;
border-radius: 3px;
border: 1px solid #EEE;
padding: 1px 7px;
margin-bottom: 4px;
margin-right: 5px;
}
.dl-subjects dt {
width: 10px;
overflow: visible;
font-weight: normal;
}
.dl-subjects dd {
margin-left: 65px;
}
@media (max-width: 767px) {
.dl-subjects dd {
margin-left: 0px;
}
.dl-subjects dt {
padding-bottom: 5px;
}
}
/* Override jumbotron to be a bit smaller.
Used for the updated terms of service banner on all pages. */
.jumbotron {
padding: 10px 40px 10px 40px;
margin-bottom: 0;
}
#nodesDeleteTreebeard #tb-tbody {
height: 350px;
max-height: 500px;
}
/* Make links in alert-info more readable*/
.alert-info .alert-link {
color: #245269;
}
.alert-link {
font-weight: 700;
} | 0.421671 | 0.060363 |
@font-face {font-family: "RainforestW00-Topline"; src: url("//db.onlinewebfonts.com/t/ae9edeb75035f9e99869b222226820a5.eot"); src: url("//db.onlinewebfonts.com/t/ae9edeb75035f9e99869b222226820a5.eot?#iefix") format("embedded-opentype"), url("//db.onlinewebfonts.com/t/ae9edeb75035f9e99869b222226820a5.woff2") format("woff2"), url("//db.onlinewebfonts.com/t/ae9edeb75035f9e99869b222226820a5.woff") format("woff"), url("//db.onlinewebfonts.com/t/ae9edeb75035f9e99869b222226820a5.ttf") format("truetype"), url("//db.onlinewebfonts.com/t/ae9edeb75035f9e99869b222226820a5.svg#RainforestW00-Topline") format("svg"); }
body{
font-family:"RainforestW00-Topline";
font-weight:bold;
}
a{
font-size:26px;
}
/*Navbar*/
.navbar-toggler {
width: 20px;
height: 20px;
position: relative;
transition: 0.5s ease-in-out;
}
.navbar-toggler,
.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler-icon:focus {
outline: none;
box-shadow: none;
border: 0;
}
.navbar-toggler span {
margin: 0;
padding: 0;
}
.toggler-icon {
display: block;
position: absolute;
height: 3px;
width: 100%;
background: #d3531a;
border-radius: 1px;
opacity: 1;
left: 0;
transform: rotate(0deg);
transition: 0.25s ease-in-out;
}
.middle-bar {
margin-top: 0px;
}
/* when navigation is clicked */
.navbar-toggler .top-bar {
margin-top: 0px;
transform: rotate(135deg);
}
.navbar-toggler .middle-bar {
opacity: 0;
filter: alpha(opacity=0);
}
.navbar-toggler .bottom-bar {
margin-top: 0px;
transform: rotate(-135deg);
}
/* State when the navbar is collapsed */
.navbar-toggler.collapsed .top-bar {
margin-top: -20px;
transform: rotate(0deg);
}
.navbar-toggler.collapsed .middle-bar {
opacity: 1;
filter: alpha(opacity=100);
}
.navbar-toggler.collapsed .bottom-bar {
margin-top: 20px;
transform: rotate(0deg);
}
/* Color of 3 lines */
.navbar-toggler.collapsed .toggler-icon {
background: linear-gradient(
263deg,
rgba(252, 73, 73, 1) 0%,
rgba(0, 212, 105, 1) 100%
);
}
/*Navbar-end*/
.aboutimg{
height:700px;
}
.rowdescription{
margin-bottom:70px;
}
.heading1{
color:#8BB85A;
font-size:48px;
font-weight:bolder;
}
.heading2{
color:#8BB85A;
font-size:60px;
font-weight:bolder;
}
.card-title{
color:#D11F0A;
font-size:33px;
font-weight:bold;
}
.card-text{
font-size:27px;
}
.icohead{
height:50px;
width:50px;
}
.icologo{
height:100px;
width:100px;
}
.summary{
font-size:30px;
}
.row-flex {
display: flex;
flex-wrap: wrap;
}
/* vertical spacing between columns */
[class*="col-"] {
margin-bottom: 30px;
}
.content {
height: 100%;
padding: 20px 20px 10px;
}
.c-body:hover{
box-shadow: 0 10px 50px rgb(0 0 0 / 0.2);
}
.message{
font-size:32px;
font-weight:bolder;
}
.formtitle{
font-size:32px;
font-weight:bolder;
}
.footer{
font-size:29px;
color:#FFFF;
}
.ranger-form{
background-image:url(/images/rangerback.jpg);
background-size:cover;
}
.sightcardback{
background-image:url(/images/giraffe.jpg);
background-size:cover;
}
.binoculars{
height:110px;
width:110px;
}
.rangerdetail{
display:flex;
flex-direction:row;
justify-content:space-around;
align-items:center;
}
.rangercardpic{
height:40px;
width:40px;
}
.locpic{
height:100px;
width:100px;
}
.sighttext{
font-size:26px;
font-weight:bold;
}
.sighthead{
font-size:33px;
font-weight:bolder;
}
.link , .time{
color:green;
}
.link:hover{
color:#FF1493;
}
.sight-card{
background-color:#F5F5DC;
}
.btn1:hover{
color:#696969;
transform:translateY(-5px);
}
.coord{
color: #FF1493;
}
.rangerpic{
height:70px;
width:70px;
}
.rangername{
margin-top:-60px;
margin-left:90px;
font-size:40px;
color:#FF1493;
font-weight:bolder;
}
.rangecard{
background-color:#F5F5DC;
}
.lion{
height:70px;
width:70px;
}
.animstat{
height:25px;
width;25px;
margin-right:30px;
}
.body{
background-color:#FAFAFA;
}
.footer{
margin-bottom:-20px;
}
.topname{
font-size:50px;
}
.key{
height:50px;
width:50px;
margin-right:10px;
}
.names{
color:#FF1493;
}
.menukey span{
color:green;
}
.animtext{
color:green;
} | src/main/resources/public/Css/style.css | @font-face {font-family: "RainforestW00-Topline"; src: url("//db.onlinewebfonts.com/t/ae9edeb75035f9e99869b222226820a5.eot"); src: url("//db.onlinewebfonts.com/t/ae9edeb75035f9e99869b222226820a5.eot?#iefix") format("embedded-opentype"), url("//db.onlinewebfonts.com/t/ae9edeb75035f9e99869b222226820a5.woff2") format("woff2"), url("//db.onlinewebfonts.com/t/ae9edeb75035f9e99869b222226820a5.woff") format("woff"), url("//db.onlinewebfonts.com/t/ae9edeb75035f9e99869b222226820a5.ttf") format("truetype"), url("//db.onlinewebfonts.com/t/ae9edeb75035f9e99869b222226820a5.svg#RainforestW00-Topline") format("svg"); }
body{
font-family:"RainforestW00-Topline";
font-weight:bold;
}
a{
font-size:26px;
}
/*Navbar*/
.navbar-toggler {
width: 20px;
height: 20px;
position: relative;
transition: 0.5s ease-in-out;
}
.navbar-toggler,
.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler-icon:focus {
outline: none;
box-shadow: none;
border: 0;
}
.navbar-toggler span {
margin: 0;
padding: 0;
}
.toggler-icon {
display: block;
position: absolute;
height: 3px;
width: 100%;
background: #d3531a;
border-radius: 1px;
opacity: 1;
left: 0;
transform: rotate(0deg);
transition: 0.25s ease-in-out;
}
.middle-bar {
margin-top: 0px;
}
/* when navigation is clicked */
.navbar-toggler .top-bar {
margin-top: 0px;
transform: rotate(135deg);
}
.navbar-toggler .middle-bar {
opacity: 0;
filter: alpha(opacity=0);
}
.navbar-toggler .bottom-bar {
margin-top: 0px;
transform: rotate(-135deg);
}
/* State when the navbar is collapsed */
.navbar-toggler.collapsed .top-bar {
margin-top: -20px;
transform: rotate(0deg);
}
.navbar-toggler.collapsed .middle-bar {
opacity: 1;
filter: alpha(opacity=100);
}
.navbar-toggler.collapsed .bottom-bar {
margin-top: 20px;
transform: rotate(0deg);
}
/* Color of 3 lines */
.navbar-toggler.collapsed .toggler-icon {
background: linear-gradient(
263deg,
rgba(252, 73, 73, 1) 0%,
rgba(0, 212, 105, 1) 100%
);
}
/*Navbar-end*/
.aboutimg{
height:700px;
}
.rowdescription{
margin-bottom:70px;
}
.heading1{
color:#8BB85A;
font-size:48px;
font-weight:bolder;
}
.heading2{
color:#8BB85A;
font-size:60px;
font-weight:bolder;
}
.card-title{
color:#D11F0A;
font-size:33px;
font-weight:bold;
}
.card-text{
font-size:27px;
}
.icohead{
height:50px;
width:50px;
}
.icologo{
height:100px;
width:100px;
}
.summary{
font-size:30px;
}
.row-flex {
display: flex;
flex-wrap: wrap;
}
/* vertical spacing between columns */
[class*="col-"] {
margin-bottom: 30px;
}
.content {
height: 100%;
padding: 20px 20px 10px;
}
.c-body:hover{
box-shadow: 0 10px 50px rgb(0 0 0 / 0.2);
}
.message{
font-size:32px;
font-weight:bolder;
}
.formtitle{
font-size:32px;
font-weight:bolder;
}
.footer{
font-size:29px;
color:#FFFF;
}
.ranger-form{
background-image:url(/images/rangerback.jpg);
background-size:cover;
}
.sightcardback{
background-image:url(/images/giraffe.jpg);
background-size:cover;
}
.binoculars{
height:110px;
width:110px;
}
.rangerdetail{
display:flex;
flex-direction:row;
justify-content:space-around;
align-items:center;
}
.rangercardpic{
height:40px;
width:40px;
}
.locpic{
height:100px;
width:100px;
}
.sighttext{
font-size:26px;
font-weight:bold;
}
.sighthead{
font-size:33px;
font-weight:bolder;
}
.link , .time{
color:green;
}
.link:hover{
color:#FF1493;
}
.sight-card{
background-color:#F5F5DC;
}
.btn1:hover{
color:#696969;
transform:translateY(-5px);
}
.coord{
color: #FF1493;
}
.rangerpic{
height:70px;
width:70px;
}
.rangername{
margin-top:-60px;
margin-left:90px;
font-size:40px;
color:#FF1493;
font-weight:bolder;
}
.rangecard{
background-color:#F5F5DC;
}
.lion{
height:70px;
width:70px;
}
.animstat{
height:25px;
width;25px;
margin-right:30px;
}
.body{
background-color:#FAFAFA;
}
.footer{
margin-bottom:-20px;
}
.topname{
font-size:50px;
}
.key{
height:50px;
width:50px;
margin-right:10px;
}
.names{
color:#FF1493;
}
.menukey span{
color:green;
}
.animtext{
color:green;
} | 0.367951 | 0.154567 |
@-moz-document domain("kaskus.co.id") {
/* user profile */
.user-content-wrapper {background: #f4f4f4; opacity: 0.9;}
/* .account-panel .user-menu {background: #f4f4f4; opacity: 0.9;} */
.reply-form {background:#f4f4f4; opacity: 0.9;}
/* nav */
body.q ul.nav-header > li#kk-forum.current a {background: #3399ff; opacity: 0.9;}
ul#sidebar-category > li > div#list-category {background: #ededed; opacity: 0.9;}
/* home page */
#mainContent {background: #f5f5f5; border-radius:4px; opacity: 0.9;}
ul#sidebar-category > li {background: #d6d6d6; opacity: 0.9;}
.h-title {color:#444444; border-bottom: #444444; opacity: 0.9;}
.hot-wrap .ht ul li a {color: #444444; opacity: 0.9;}
.hot-wrap .ht ul li {border-bottom: 1px solid #444444; opacity: 0.9;}
/* reply page - Forum */
.bannerhor {background: #f4f4f4; opacity: 0.9;}
body.forum .kasad-h {background-color: #3399ff; opacity: 0.9;}
body.q {background-image: url(http://img4.picload.org/image/lioirpg/cartoon-fish-goldfish2.jpg);background-repeat: no-repeat; background-position:right top; background-attachment: fixed;}
body.q header#site-header-q {background: #d6d6d6; opacity: 0.9;}
body.forum .hfeed {background: #f0f0f0; opacity: 0.9;}
body.forum .hfeed .entry {background: #f0f0f0; opacity: 0.9;}
.hfeed .author {background: #f0f0f0; opacity: 0.9;}
.hfeed .entry-head {background-color:#3399ff; opacity: 0.9;}
body.forum #forum-listing .button {background-color:#3399ff; opacity: 0.9;}
body.forum .hfeed:after {background-color:#f0f0f0; opacity: 0.9;}
/* reply page - FJB */
.hfeed .entry {background:#f0f0f0; opacity: 0.9;}
.hfeed {background:#f0f0f0; opacity: 0.9;}
/* pagination */
body.forum.inner.q .pagination .active a {background:#3399ff; opacity: 0.9;}
/* single post */
body {background: #999999; opacity: 0.9;}
.hfeed:after {background-color: #f4f4f4; opacity: 0.9;}
/* footer page */
footer {background: #d6d6d6; opacity: 0.9;}
/* misc */
a {color: #246bb2; opacity: 0.9;}
.xkqr-entry-head { background-color: #3399ff ;opacity: 0.9;}
} | data/usercss/102414.user.css | @-moz-document domain("kaskus.co.id") {
/* user profile */
.user-content-wrapper {background: #f4f4f4; opacity: 0.9;}
/* .account-panel .user-menu {background: #f4f4f4; opacity: 0.9;} */
.reply-form {background:#f4f4f4; opacity: 0.9;}
/* nav */
body.q ul.nav-header > li#kk-forum.current a {background: #3399ff; opacity: 0.9;}
ul#sidebar-category > li > div#list-category {background: #ededed; opacity: 0.9;}
/* home page */
#mainContent {background: #f5f5f5; border-radius:4px; opacity: 0.9;}
ul#sidebar-category > li {background: #d6d6d6; opacity: 0.9;}
.h-title {color:#444444; border-bottom: #444444; opacity: 0.9;}
.hot-wrap .ht ul li a {color: #444444; opacity: 0.9;}
.hot-wrap .ht ul li {border-bottom: 1px solid #444444; opacity: 0.9;}
/* reply page - Forum */
.bannerhor {background: #f4f4f4; opacity: 0.9;}
body.forum .kasad-h {background-color: #3399ff; opacity: 0.9;}
body.q {background-image: url(http://img4.picload.org/image/lioirpg/cartoon-fish-goldfish2.jpg);background-repeat: no-repeat; background-position:right top; background-attachment: fixed;}
body.q header#site-header-q {background: #d6d6d6; opacity: 0.9;}
body.forum .hfeed {background: #f0f0f0; opacity: 0.9;}
body.forum .hfeed .entry {background: #f0f0f0; opacity: 0.9;}
.hfeed .author {background: #f0f0f0; opacity: 0.9;}
.hfeed .entry-head {background-color:#3399ff; opacity: 0.9;}
body.forum #forum-listing .button {background-color:#3399ff; opacity: 0.9;}
body.forum .hfeed:after {background-color:#f0f0f0; opacity: 0.9;}
/* reply page - FJB */
.hfeed .entry {background:#f0f0f0; opacity: 0.9;}
.hfeed {background:#f0f0f0; opacity: 0.9;}
/* pagination */
body.forum.inner.q .pagination .active a {background:#3399ff; opacity: 0.9;}
/* single post */
body {background: #999999; opacity: 0.9;}
.hfeed:after {background-color: #f4f4f4; opacity: 0.9;}
/* footer page */
footer {background: #d6d6d6; opacity: 0.9;}
/* misc */
a {color: #246bb2; opacity: 0.9;}
.xkqr-entry-head { background-color: #3399ff ;opacity: 0.9;}
} | 0.289271 | 0.056652 |
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
* {
margin: 0;
padding: 0;
box-sizing: border-box;
font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
}
header {
position: fixed;
font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
top: 0;
left: 0;
width: 100%;
display: flex;
justify-content: space-between;
align-items: center;
transition: 0.6s;
padding: 40px 40px;
z-index: 999;
height: 80px;
/* overflow: hidden; */
/* z-index: 888; */
}
header h5{
font-weight: 600 !important;
font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
font-size: 26px;
padding-top: 15px;
}
header.sticky h5{
padding-top: 0px;
}
header a {
width: 183px;
padding-bottom: 20px;
font-size: 18px;
font-weight: 500;
}
header.sticky {
padding: 5px 40px;
background: #223c99;
height: 50px;
align-items: center;
z-index: 999;
/* color: #333; */
}
header.sticky a {
padding-bottom: 0px;
font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
}
header.sticky ul li:hover > ul {
display: block;
/* bottom: -70px; */
/* padding: 0px 100px; */
/* margin-top: 80px; */
background: #fff;
/* height: 50px; */
align-items: center;
z-index: 999;
color: #333;
}
header.sticky ul li:hover > ul a {
color: black;
}
header.sticky .ser:hover {
padding-top: 0px;
}
header .logo {
display: flex;
position: relative;
color: #fff;
text-decoration: none;
font-size: 2rem;
/* text-transform: uppercase; */
/* letter-spacing: 2px; */
transition: 0.6s;
width: 290px;
/* align-items: center; */
}
header .logo img {
/* width: 100px; */
height: 40px;
align-items: center;
margin-top: 8px;
margin-right: 15px;
}
header ul {
position: relative;
display: flex;
justify-content: center;
align-items: center;
}
header ul li {
position: relative;
list-style: none;
font-size: 16px;
}
header ul li a {
position: relative;
margin: 0 10px;
text-decoration: none;
color: #fff;
/* letter-spacing: 2px; */
/* font-weight: 500px; */
transition: 0.6s;
}
header.sticky .logo,
header.sticky ul li a {
color: #fff;
}
/* -----------------------------------------------------Drop-down---------------------------------------- */
.drop ul li {
position: relative;
font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
}
.drop ul ul {
position: absolute;
font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
padding: 0;
/* min-width: 300px; */
display: none;
top: 100%;
left: 0;
/* margin-left: -80px; */
}
.drop ul li:hover > ul {
display: block;
/* text-align: center; */
/* padding: 0 10px; */
border-radius: 5px;
}
.drop ul li:hover > ul li:hover {
background: #d4effc;
/* padding: 10px 0; */
width: 100%;
}
.drop ul ul li,
.drop ul ul a {
padding: 5px 0;
margin: 0;
width: 100%;
}
.drop ul ul li {
padding-left: 25px;
}
.drop ul ul li:first-child {
padding-top: 10px;
}
.drop ul ul {
margin-top: 12px;
background: #fff;
}
.ser1 a li {
color: #000;
}
.drop ul .ser11 {
width: 150px;
}
.drop ul .ser12 {
width: 240px;
margin-left: -80px;
}
.box111 {
width: 10px;
height: 10px;
background: #fff;
margin-top: -5px;
transform: rotate(45deg);
margin-left: 45%;
}
/* ------------------------------------------------------navbar end----------------------------------------- */
/* <!-- ---------------------------------------------------main head--------------------------------------- --> */
.headline {
text-align: center;
/* border-bottom: 2px solid rgba(226, 215, 215, 0.274); */
/* background: black; */
margin-top: 80px;
}
.headline p {
font-size: 13px;
}
.image12 img {
width: 100%;
height: 450px;
}
.image12 {
margin-top: 30px;
margin-left: 0px;
}
.image12 > div {
width: 60%;
height: 450px;
}
.headlines {
text-align: center;
border-bottom: 2px solid rgb(226, 215, 215);
margin-top: 50px;
}
.contents {
position: absolute;
top: 205px;
right: 1px;
border-radius: 5px;
width: 45%;
height: 400px;
/* border: 1px solid red; */
background: #f8f8f8;
}
.contents p {
padding: 30px;
line-height: 40px;
}
.contents1 {
text-align: center;
padding: 65px;
width: 50%;
height: 400px;
}
.headlines1 h5 {
margin-top: 50px;
/* font-weight: bold; */
}
.contents1 p {
line-height: 40px;
/* height: 400px; */
/* margin-top: 100px; */
}
.image16 {
margin-top: 50px;
position: relative;
}
.image16 img {
width: 100%;
height: 400px;
/* float: left; */
}
.image16 > div {
width: 50%;
height: 400px;
/* float: left; */
}
.a1 {
float: right;
}
.image15 {
margin-top: 70px;
position: relative;
}
.image15 img {
width: 100%;
height: 400px;
float: right;
}
.image15 > div {
width: 50%;
height: 400px;
float: right;
}
.btn0{
width:40%;
background: #223c99;
}
.btn:hover{
background: #223c99;
opacity: 0.9;
}
.btn-large{
text-transform: none;
font-size: 20px;
font-weight: 600;
}
/* ---------------------------------------------------------------footer---------------------------- */
/* -------------------------------------------------------footer--------------------------------- */
.footer {
font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
display: grid;
grid-template-columns: repeat(3, 250px) 1fr;
height: 273px;
/* margin-top: 80px; */
/* border-top: 2px solid #a7b2d8; */
padding: 9px 60px;
background: #09143b;
color: #6275b975;
margin-top: 40px;
background-image: linear-gradient(174deg, rgba(59,11,72,0) 32%, rgba(59,11,72,0.5));
position: relative;
bottom: 0;
left: 0;
width: 100%;
}
.product,
.learn,
.company {
margin-left: 50px;
}
.footer h5 {
font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
font-size: 15px;
font-weight: 600;
color: #a7b2d8;
}
.footer p {
font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
font-size: 18px;
font-weight: 500;
margin-bottom: 5px;
color: #a7b2d8;
}
.footer p:hover {
color: #bdc0cc;
}
.branded h5 {
font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
/* margin-top: 15px; */
font-weight: 600;
font-size: 34px;
/* font-size: 2.1rem; */
}
.branded {
text-align: right;
margin-right: 50px;
}
.fa-2x {
font-size: 1.5rem;
}
.btn-large{
text-transform: none;
font-size: 20px;
font-weight: 600;
}
/* Banner - video in the background */
.over {
position: relative;
background: #223c99b8;
height: 70vh;
width: 100%;
z-index: 2;
}
.Banner {
position: absolute;
top: 0;
/* display: inline; */
/* position: relative; */
height: 70vh;
width: 100%;
overflow: hidden;
background-color: rgba(33, 59, 150, 0.15294117647058825);
/* z-index: 999; */
}
.Banner video {
/* width: 100%; */
/* height: 80vh; */
width: 100%;
/* z-index: -1; */
/* height: 300px; */
}
.headtex {
color: white;
/* margin-left: 100px; */
/* margin-top: 200px; */
/* margin: 0; */
/* padding: 0; */
}
.headtex h4{
margin: 0;
padding-top: 200px;
text-align: center;
font-weight: 600;
}
.headtex h6{
text-align: center;
line-height: 1.5;
}
.headtex a{
margin-left: 45%;
}
.btn {
background: #0da1ec;
border-radius: 5px;
/* margin-left: 230px; */
}
.btn:hover{
background: #00aaff;
}
/* Cards for Video templates */
/* Grid */
.video_list{
justify-content: space-evenly;
width: 100%;
display: flex;
flex-wrap: wrap;
padding: 2em;
margin-top: 25px;
}
.video_li{
flex: 0 0 29%;
text-align: center;
height: 450px !important;
/* margin: 1em; */
}
figure{
margin: 0;
padding: 0;
}
.card-img-top{
height: 14em;
width: 100%;
}
.card-title{
font-size: 20px !important;
}
.card-subtitle{
font-size: 14px !important;
line-height: 22px;
padding: 10px !important;
}
.order_now{
/* width: 100%; */
background: #0da1ec;
border-radius: 5px;
color: white;
font-size: 16px;
font-weight: 600;
border-left-color: #008000;
margin-bottom: 20px;
}
.order_now:hover{
background: #00aaff;
}
/* What-Why */
.what-is-video-resume{
text-align: justify;
padding-left: 10em;
padding-right: 10em;
/* -webkit-box-shadow:0 1px 4px #0000004d, 0 0 40px #0000001a inset;
-moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px #0000001a inset;
box-shadow:0 1px 4px #0000004d, 0 0 40px #0000001a inset; */
}
.what-is-video-resume h5{
line-height: 1.5;
color: #666666 !important;
font-weight: 500;
}
.why-video-resume{
text-align: justify;
padding-left: 10em;
padding-right: 10em;
margin-top: 4em !important;
-webkit-box-shadow:0 1px 4px #0000004d, 0 0 40px #0000001a inset;
-moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px #0000001a inset;
box-shadow:0 1px 4px #0000004d, 0 0 40px #0000001a inset;
}
.why-video-resume h5{
line-height: 1.5;
color: #666666 !important;
font-weight: 500;
}
/* Open doors */
.open-doors{
display: flex;
flex-wrap: wrap;
background-color: #09143b;
color: #fff;
height: 25em;
justify-content: center;
align-items: center;
}
.open-doors h2{
flex: 0 0 auto;
font-weight: 600;
text-align: center;
margin: 3.9rem 0 1.424rem 0;
}
.open-doors a {
flex: 0 0 10em;
margin-top: -10em !important;
}
.open-doors .break {
flex-basis: 100%;
height: 0;
}
/* Tips for video resume */
.tips{
display: flex;
}
.tips-h3{
text-align: center;
margin: 1em !important;
font-weight: 300;
}
.tips .content{
/* flex: 0 0 45%; */
padding-left: 3em;
padding-right: 1em;
color: #666666 !important;
}
.tips .video{
flex: 0 0 45%;
padding-right: 3em;
}
.tips .card-img-bottom{
height: 22em;
width: 40em;
} | rapidezWriter/static/css/video-r.css | @import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
* {
margin: 0;
padding: 0;
box-sizing: border-box;
font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
}
header {
position: fixed;
font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
top: 0;
left: 0;
width: 100%;
display: flex;
justify-content: space-between;
align-items: center;
transition: 0.6s;
padding: 40px 40px;
z-index: 999;
height: 80px;
/* overflow: hidden; */
/* z-index: 888; */
}
header h5{
font-weight: 600 !important;
font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
font-size: 26px;
padding-top: 15px;
}
header.sticky h5{
padding-top: 0px;
}
header a {
width: 183px;
padding-bottom: 20px;
font-size: 18px;
font-weight: 500;
}
header.sticky {
padding: 5px 40px;
background: #223c99;
height: 50px;
align-items: center;
z-index: 999;
/* color: #333; */
}
header.sticky a {
padding-bottom: 0px;
font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
}
header.sticky ul li:hover > ul {
display: block;
/* bottom: -70px; */
/* padding: 0px 100px; */
/* margin-top: 80px; */
background: #fff;
/* height: 50px; */
align-items: center;
z-index: 999;
color: #333;
}
header.sticky ul li:hover > ul a {
color: black;
}
header.sticky .ser:hover {
padding-top: 0px;
}
header .logo {
display: flex;
position: relative;
color: #fff;
text-decoration: none;
font-size: 2rem;
/* text-transform: uppercase; */
/* letter-spacing: 2px; */
transition: 0.6s;
width: 290px;
/* align-items: center; */
}
header .logo img {
/* width: 100px; */
height: 40px;
align-items: center;
margin-top: 8px;
margin-right: 15px;
}
header ul {
position: relative;
display: flex;
justify-content: center;
align-items: center;
}
header ul li {
position: relative;
list-style: none;
font-size: 16px;
}
header ul li a {
position: relative;
margin: 0 10px;
text-decoration: none;
color: #fff;
/* letter-spacing: 2px; */
/* font-weight: 500px; */
transition: 0.6s;
}
header.sticky .logo,
header.sticky ul li a {
color: #fff;
}
/* -----------------------------------------------------Drop-down---------------------------------------- */
.drop ul li {
position: relative;
font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
}
.drop ul ul {
position: absolute;
font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
padding: 0;
/* min-width: 300px; */
display: none;
top: 100%;
left: 0;
/* margin-left: -80px; */
}
.drop ul li:hover > ul {
display: block;
/* text-align: center; */
/* padding: 0 10px; */
border-radius: 5px;
}
.drop ul li:hover > ul li:hover {
background: #d4effc;
/* padding: 10px 0; */
width: 100%;
}
.drop ul ul li,
.drop ul ul a {
padding: 5px 0;
margin: 0;
width: 100%;
}
.drop ul ul li {
padding-left: 25px;
}
.drop ul ul li:first-child {
padding-top: 10px;
}
.drop ul ul {
margin-top: 12px;
background: #fff;
}
.ser1 a li {
color: #000;
}
.drop ul .ser11 {
width: 150px;
}
.drop ul .ser12 {
width: 240px;
margin-left: -80px;
}
.box111 {
width: 10px;
height: 10px;
background: #fff;
margin-top: -5px;
transform: rotate(45deg);
margin-left: 45%;
}
/* ------------------------------------------------------navbar end----------------------------------------- */
/* <!-- ---------------------------------------------------main head--------------------------------------- --> */
.headline {
text-align: center;
/* border-bottom: 2px solid rgba(226, 215, 215, 0.274); */
/* background: black; */
margin-top: 80px;
}
.headline p {
font-size: 13px;
}
.image12 img {
width: 100%;
height: 450px;
}
.image12 {
margin-top: 30px;
margin-left: 0px;
}
.image12 > div {
width: 60%;
height: 450px;
}
.headlines {
text-align: center;
border-bottom: 2px solid rgb(226, 215, 215);
margin-top: 50px;
}
.contents {
position: absolute;
top: 205px;
right: 1px;
border-radius: 5px;
width: 45%;
height: 400px;
/* border: 1px solid red; */
background: #f8f8f8;
}
.contents p {
padding: 30px;
line-height: 40px;
}
.contents1 {
text-align: center;
padding: 65px;
width: 50%;
height: 400px;
}
.headlines1 h5 {
margin-top: 50px;
/* font-weight: bold; */
}
.contents1 p {
line-height: 40px;
/* height: 400px; */
/* margin-top: 100px; */
}
.image16 {
margin-top: 50px;
position: relative;
}
.image16 img {
width: 100%;
height: 400px;
/* float: left; */
}
.image16 > div {
width: 50%;
height: 400px;
/* float: left; */
}
.a1 {
float: right;
}
.image15 {
margin-top: 70px;
position: relative;
}
.image15 img {
width: 100%;
height: 400px;
float: right;
}
.image15 > div {
width: 50%;
height: 400px;
float: right;
}
.btn0{
width:40%;
background: #223c99;
}
.btn:hover{
background: #223c99;
opacity: 0.9;
}
.btn-large{
text-transform: none;
font-size: 20px;
font-weight: 600;
}
/* ---------------------------------------------------------------footer---------------------------- */
/* -------------------------------------------------------footer--------------------------------- */
.footer {
font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
display: grid;
grid-template-columns: repeat(3, 250px) 1fr;
height: 273px;
/* margin-top: 80px; */
/* border-top: 2px solid #a7b2d8; */
padding: 9px 60px;
background: #09143b;
color: #6275b975;
margin-top: 40px;
background-image: linear-gradient(174deg, rgba(59,11,72,0) 32%, rgba(59,11,72,0.5));
position: relative;
bottom: 0;
left: 0;
width: 100%;
}
.product,
.learn,
.company {
margin-left: 50px;
}
.footer h5 {
font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
font-size: 15px;
font-weight: 600;
color: #a7b2d8;
}
.footer p {
font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
font-size: 18px;
font-weight: 500;
margin-bottom: 5px;
color: #a7b2d8;
}
.footer p:hover {
color: #bdc0cc;
}
.branded h5 {
font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
/* margin-top: 15px; */
font-weight: 600;
font-size: 34px;
/* font-size: 2.1rem; */
}
.branded {
text-align: right;
margin-right: 50px;
}
.fa-2x {
font-size: 1.5rem;
}
.btn-large{
text-transform: none;
font-size: 20px;
font-weight: 600;
}
/* Banner - video in the background */
.over {
position: relative;
background: #223c99b8;
height: 70vh;
width: 100%;
z-index: 2;
}
.Banner {
position: absolute;
top: 0;
/* display: inline; */
/* position: relative; */
height: 70vh;
width: 100%;
overflow: hidden;
background-color: rgba(33, 59, 150, 0.15294117647058825);
/* z-index: 999; */
}
.Banner video {
/* width: 100%; */
/* height: 80vh; */
width: 100%;
/* z-index: -1; */
/* height: 300px; */
}
.headtex {
color: white;
/* margin-left: 100px; */
/* margin-top: 200px; */
/* margin: 0; */
/* padding: 0; */
}
.headtex h4{
margin: 0;
padding-top: 200px;
text-align: center;
font-weight: 600;
}
.headtex h6{
text-align: center;
line-height: 1.5;
}
.headtex a{
margin-left: 45%;
}
.btn {
background: #0da1ec;
border-radius: 5px;
/* margin-left: 230px; */
}
.btn:hover{
background: #00aaff;
}
/* Cards for Video templates */
/* Grid */
.video_list{
justify-content: space-evenly;
width: 100%;
display: flex;
flex-wrap: wrap;
padding: 2em;
margin-top: 25px;
}
.video_li{
flex: 0 0 29%;
text-align: center;
height: 450px !important;
/* margin: 1em; */
}
figure{
margin: 0;
padding: 0;
}
.card-img-top{
height: 14em;
width: 100%;
}
.card-title{
font-size: 20px !important;
}
.card-subtitle{
font-size: 14px !important;
line-height: 22px;
padding: 10px !important;
}
.order_now{
/* width: 100%; */
background: #0da1ec;
border-radius: 5px;
color: white;
font-size: 16px;
font-weight: 600;
border-left-color: #008000;
margin-bottom: 20px;
}
.order_now:hover{
background: #00aaff;
}
/* What-Why */
.what-is-video-resume{
text-align: justify;
padding-left: 10em;
padding-right: 10em;
/* -webkit-box-shadow:0 1px 4px #0000004d, 0 0 40px #0000001a inset;
-moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px #0000001a inset;
box-shadow:0 1px 4px #0000004d, 0 0 40px #0000001a inset; */
}
.what-is-video-resume h5{
line-height: 1.5;
color: #666666 !important;
font-weight: 500;
}
.why-video-resume{
text-align: justify;
padding-left: 10em;
padding-right: 10em;
margin-top: 4em !important;
-webkit-box-shadow:0 1px 4px #0000004d, 0 0 40px #0000001a inset;
-moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px #0000001a inset;
box-shadow:0 1px 4px #0000004d, 0 0 40px #0000001a inset;
}
.why-video-resume h5{
line-height: 1.5;
color: #666666 !important;
font-weight: 500;
}
/* Open doors */
.open-doors{
display: flex;
flex-wrap: wrap;
background-color: #09143b;
color: #fff;
height: 25em;
justify-content: center;
align-items: center;
}
.open-doors h2{
flex: 0 0 auto;
font-weight: 600;
text-align: center;
margin: 3.9rem 0 1.424rem 0;
}
.open-doors a {
flex: 0 0 10em;
margin-top: -10em !important;
}
.open-doors .break {
flex-basis: 100%;
height: 0;
}
/* Tips for video resume */
.tips{
display: flex;
}
.tips-h3{
text-align: center;
margin: 1em !important;
font-weight: 300;
}
.tips .content{
/* flex: 0 0 45%; */
padding-left: 3em;
padding-right: 1em;
color: #666666 !important;
}
.tips .video{
flex: 0 0 45%;
padding-right: 3em;
}
.tips .card-img-bottom{
height: 22em;
width: 40em;
} | 0.37319 | 0.057282 |
.THIS {
display: none;
position: absolute;
border: 1px solid #B6B6B6;
border-radius: 5px;
background-color: #FFFFFF;
overflow: visible;
top: 0;
/* @noflip@ */left: 0;
-webkit-transform: translate3d(0,0,0);
}
.THIS.open,
.THIS.transitioning {
display: block;
}
.THIS .container {
position: relative;
z-index: 2;
}
.THIS > .pointer {
z-index: 1;
width: calc(1.25rem + .0625rem);
height: calc(1.25rem + .0625rem);
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
border-top: 1px solid #d8dde6;
/* @noflip@ */border-left: 1px solid #d8dde6;
background: #fff;
position: absolute;
top: 0;
/* @noflip@ */left: 0;
}
.THIS.east > .pointer {
border:0;
border-left: 1px solid #d8dde6;
border-bottom: 1px solid #d8dde6;
}
.THIS.west > .pointer {
border:0;
border-right: 1px solid #d8dde6;
border-top: 1px solid #d8dde6;
}
.THIS.north > .pointer {
border:0;
border-bottom: 1px solid #d8dde6;
border-right: 1px solid #d8dde6;
}
.THIS div[role=document] {
overflow: hidden;
height: 100%;
}
.THIS .content {
padding: 1px 14px;
}
.THIS .uiButton.closeBtn {
position: absolute;
right: 0px;
font-family: Arial;
font-size: 25px;
overflow: visible; /* for outline */
background: transparent;
border: none;
box-shadow: none;
top: 0px;
z-index: 1;
}
.THIS .panel-header {
position: relative;
}
.THIS .panel-content {
overflow: auto;
/* this rule enable native scrolling on iOS */
-webkit-overflow-scrolling: touch;
height: 100%;
}
/* That's a fix for iOS and native scrolling */
.THIS .IOS.container .panel-content > * {
transform : translate3d(0, 0, 0);
}
/* That's a fix for safari/edge flicker which disable the opacity animation*/
.THIS.movefrombottom {
visibility: visible;
animation: movefrombottomnoopacity .1s ease-out backwards;
}
/* Enable opacity animation if it's Chrome*/
@media all and (-webkit-min-device-pixel-ratio:0) and (min-resolution: .001dpcm) {
.THIS.movefrombottom {
animation: movefrombottom .2s ease both;
}
}
/* Enable opacity animation if it's Firefox*/
@media all and (min--moz-device-pixel-ratio:0) and (min-width: 0px) {
.THIS.movefrombottom {
animation: movefrombottom .2s ease both;
}
}
.THIS.movetobottom {
visibility: visible;
animation: movefrombottom .2s ease-in both reverse;
}
@keyframes movefrombottomnoopacity {
from {
-webkit-transform:translate3d(0px, 16px , 0px);
transform:translate3d(0px, 16px , 0px);
}
to {
-webkit-transform:translate3d(0px, 0px , 0px);
transform:translate3d(0px, 0px , 0px);
}
}
@keyframes movefrombottom {
from {
-webkit-transform:translate3d(0px, 16px , 0px);
transform:translate3d(0px, 16px , 0px);
opacity: 0;
}
to {
-webkit-transform:translate3d(0px, 0px , 0px);
transform:translate3d(0px, 0px , 0px);
opacity: 1;
}
}
.THIS.movefromtop {
visibility: visible;
animation: movefromtop .2s ease both;
}
.THIS.movetotop{
visibility: visible;
animation: movefromtop .2s ease both reverse;
}
@keyframes movefromtop {
from {
-webkit-transform:translate3d(0px, -16px , 0px);
transform:translate3d(0px, -16px , 0px);
}
to {
-webkit-transform:translate3d(0px, 0px , 0px);
transform:translate3d(0px, 0px , 0px);
}
}
.THIS.movefromleft {
visibility: visible;
animation: movefromleft .2s ease both;
}
.THIS.movetoleft{
visibility: visible;
animation: movefromleft .2s ease both reverse;
}
@keyframes movefromleft {
from {
-webkit-transform:translate3d(-16px, 0px , 0px);
transform:translate3d(-16px, 0px , 0px);
}
to {
-webkit-transform:translate3d(0px, 0px , 0px);
transform:translate3d(0px, 0px , 0px);
}
}
.THIS.movefromright {
visibility: visible;
animation: movefromright .2s ease both;
}
.THIS.movetoright {
visibility: visible;
animation: movefromright .2s ease both reverse;
}
@keyframes movefromright {
from {
-webkit-transform:translate3d(16px, 0px , 0px);
transform:translate3d(16px, 0px , 0px);
}
to {
-webkit-transform:translate3d(0px, 0px , 0px);
transform:translate3d(0px, 0px , 0px);
}
}
.THIS.movefromcenter {
visibility: visible;
animation: movefromcenter .2s linear;
}
.THIS.movetocenter {
visibility: visible;
animation: movefromcenter .2s linear reverse;
}
@keyframes movefromcenter{
from {
-webkit-transform:scale3d(.97,.97,1);
transform:scale3d(.97,.97,1);
}
}
.THIS.movefrompop {
visibility: visible;
animation: movefrompop .2s linear;
}
.THIS.movetopop {
visibility: visible;
animation: movefrompop .2s ease both reverse;
}
@keyframes movefrompop {
0% {
-webkit-transform:scale3d(.97,.97,1);
transform:scale3d(.97,.97,1);
}
60% {
-webkit-transform:scale3d(1.02,1.02,1);
transform:scale3d(1.02,1.02,1);
}
100% {
-webkit-transform:scale3d(1,1,1);
transform:scale3d(1,1,1);
}
} | aura-components/src/main/components/ui/panel/panel.css | .THIS {
display: none;
position: absolute;
border: 1px solid #B6B6B6;
border-radius: 5px;
background-color: #FFFFFF;
overflow: visible;
top: 0;
/* @noflip@ */left: 0;
-webkit-transform: translate3d(0,0,0);
}
.THIS.open,
.THIS.transitioning {
display: block;
}
.THIS .container {
position: relative;
z-index: 2;
}
.THIS > .pointer {
z-index: 1;
width: calc(1.25rem + .0625rem);
height: calc(1.25rem + .0625rem);
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
border-top: 1px solid #d8dde6;
/* @noflip@ */border-left: 1px solid #d8dde6;
background: #fff;
position: absolute;
top: 0;
/* @noflip@ */left: 0;
}
.THIS.east > .pointer {
border:0;
border-left: 1px solid #d8dde6;
border-bottom: 1px solid #d8dde6;
}
.THIS.west > .pointer {
border:0;
border-right: 1px solid #d8dde6;
border-top: 1px solid #d8dde6;
}
.THIS.north > .pointer {
border:0;
border-bottom: 1px solid #d8dde6;
border-right: 1px solid #d8dde6;
}
.THIS div[role=document] {
overflow: hidden;
height: 100%;
}
.THIS .content {
padding: 1px 14px;
}
.THIS .uiButton.closeBtn {
position: absolute;
right: 0px;
font-family: Arial;
font-size: 25px;
overflow: visible; /* for outline */
background: transparent;
border: none;
box-shadow: none;
top: 0px;
z-index: 1;
}
.THIS .panel-header {
position: relative;
}
.THIS .panel-content {
overflow: auto;
/* this rule enable native scrolling on iOS */
-webkit-overflow-scrolling: touch;
height: 100%;
}
/* That's a fix for iOS and native scrolling */
.THIS .IOS.container .panel-content > * {
transform : translate3d(0, 0, 0);
}
/* That's a fix for safari/edge flicker which disable the opacity animation*/
.THIS.movefrombottom {
visibility: visible;
animation: movefrombottomnoopacity .1s ease-out backwards;
}
/* Enable opacity animation if it's Chrome*/
@media all and (-webkit-min-device-pixel-ratio:0) and (min-resolution: .001dpcm) {
.THIS.movefrombottom {
animation: movefrombottom .2s ease both;
}
}
/* Enable opacity animation if it's Firefox*/
@media all and (min--moz-device-pixel-ratio:0) and (min-width: 0px) {
.THIS.movefrombottom {
animation: movefrombottom .2s ease both;
}
}
.THIS.movetobottom {
visibility: visible;
animation: movefrombottom .2s ease-in both reverse;
}
@keyframes movefrombottomnoopacity {
from {
-webkit-transform:translate3d(0px, 16px , 0px);
transform:translate3d(0px, 16px , 0px);
}
to {
-webkit-transform:translate3d(0px, 0px , 0px);
transform:translate3d(0px, 0px , 0px);
}
}
@keyframes movefrombottom {
from {
-webkit-transform:translate3d(0px, 16px , 0px);
transform:translate3d(0px, 16px , 0px);
opacity: 0;
}
to {
-webkit-transform:translate3d(0px, 0px , 0px);
transform:translate3d(0px, 0px , 0px);
opacity: 1;
}
}
.THIS.movefromtop {
visibility: visible;
animation: movefromtop .2s ease both;
}
.THIS.movetotop{
visibility: visible;
animation: movefromtop .2s ease both reverse;
}
@keyframes movefromtop {
from {
-webkit-transform:translate3d(0px, -16px , 0px);
transform:translate3d(0px, -16px , 0px);
}
to {
-webkit-transform:translate3d(0px, 0px , 0px);
transform:translate3d(0px, 0px , 0px);
}
}
.THIS.movefromleft {
visibility: visible;
animation: movefromleft .2s ease both;
}
.THIS.movetoleft{
visibility: visible;
animation: movefromleft .2s ease both reverse;
}
@keyframes movefromleft {
from {
-webkit-transform:translate3d(-16px, 0px , 0px);
transform:translate3d(-16px, 0px , 0px);
}
to {
-webkit-transform:translate3d(0px, 0px , 0px);
transform:translate3d(0px, 0px , 0px);
}
}
.THIS.movefromright {
visibility: visible;
animation: movefromright .2s ease both;
}
.THIS.movetoright {
visibility: visible;
animation: movefromright .2s ease both reverse;
}
@keyframes movefromright {
from {
-webkit-transform:translate3d(16px, 0px , 0px);
transform:translate3d(16px, 0px , 0px);
}
to {
-webkit-transform:translate3d(0px, 0px , 0px);
transform:translate3d(0px, 0px , 0px);
}
}
.THIS.movefromcenter {
visibility: visible;
animation: movefromcenter .2s linear;
}
.THIS.movetocenter {
visibility: visible;
animation: movefromcenter .2s linear reverse;
}
@keyframes movefromcenter{
from {
-webkit-transform:scale3d(.97,.97,1);
transform:scale3d(.97,.97,1);
}
}
.THIS.movefrompop {
visibility: visible;
animation: movefrompop .2s linear;
}
.THIS.movetopop {
visibility: visible;
animation: movefrompop .2s ease both reverse;
}
@keyframes movefrompop {
0% {
-webkit-transform:scale3d(.97,.97,1);
transform:scale3d(.97,.97,1);
}
60% {
-webkit-transform:scale3d(1.02,1.02,1);
transform:scale3d(1.02,1.02,1);
}
100% {
-webkit-transform:scale3d(1,1,1);
transform:scale3d(1,1,1);
}
} | 0.420124 | 0.108236 |
.colors-dark button,
.colors-dark input[type="button"],
.colors-dark input[type="submit"],
.colors-dark .entry-footer .edit-link a.post-edit-link {
background-color: #fff;
}
.colors-dark a:hover,
.colors-dark a:active,
.colors-dark .entry-content a:focus,
.colors-dark .entry-content a:hover,
.colors-dark .entry-summary a:focus,
.colors-dark .entry-summary a:hover,
.colors-dark .comment-content a:focus,
.colors-dark .comment-content a:hover,
.colors-dark .widget a:focus,
.colors-dark .widget a:hover,
.colors-dark .site-footer .widget-area a:focus,
.colors-dark .site-footer .widget-area a:hover,
.colors-dark .posts-navigation a:focus,
.colors-dark .posts-navigation a:hover,
.colors-dark .comment-metadata a:focus,
.colors-dark .comment-metadata a:hover,
.colors-dark .comment-metadata a.comment-edit-link:focus,
.colors-dark .comment-metadata a.comment-edit-link:hover,
.colors-dark .comment-reply-link:focus,
.colors-dark .comment-reply-link:hover,
.colors-dark .widget_authors a:focus strong,
.colors-dark .widget_authors a:hover strong,
.colors-dark .entry-title a:focus,
.colors-dark .entry-title a:hover,
.colors-dark .entry-meta a:focus,
.colors-dark .entry-meta a:hover,
.colors-dark.blog .entry-meta a.post-edit-link:focus,
.colors-dark.blog .entry-meta a.post-edit-link:hover,
.colors-dark.archive .entry-meta a.post-edit-link:focus,
.colors-dark.archive .entry-meta a.post-edit-link:hover,
.colors-dark.search .entry-meta a.post-edit-link:focus,
.colors-dark.search .entry-meta a.post-edit-link:hover,
.colors-dark .page-links a:focus .page-number,
.colors-dark .page-links a:hover .page-number,
.colors-dark .entry-footer .cat-links a:focus,
.colors-dark .entry-footer .cat-links a:hover,
.colors-dark .entry-footer .tags-links a:focus,
.colors-dark .entry-footer .tags-links a:hover,
.colors-dark .post-navigation a:focus,
.colors-dark .post-navigation a:hover,
.colors-dark .pagination a:not(.prev):not(.next):focus,
.colors-dark .pagination a:not(.prev):not(.next):hover,
.colors-dark .comments-pagination a:not(.prev):not(.next):focus,
.colors-dark .comments-pagination a:not(.prev):not(.next):hover,
.colors-dark .logged-in-as a:focus,
.colors-dark .logged-in-as a:hover,
.colors-dark a:focus .nav-title,
.colors-dark a:hover .nav-title,
.colors-dark .edit-link a:focus,
.colors-dark .edit-link a:hover,
.colors-dark .site-info a:focus,
.colors-dark .site-info a:hover,
.colors-dark .widget .widget-title a:focus,
.colors-dark .widget .widget-title a:hover,
.colors-dark .widget ul li a:focus,
.colors-dark .widget ul li a:hover {
color: #fff;
}
.colors-dark .entry-content a:focus,
.colors-dark .entry-content a:hover,
.colors-dark .entry-summary a:focus,
.colors-dark .entry-summary a:hover,
.colors-dark .comment-content a:focus,
.colors-dark .comment-content a:hover,
.colors-dark .widget a:focus,
.colors-dark .widget a:hover,
.colors-dark .site-footer .widget-area a:focus,
.colors-dark .site-footer .widget-area a:hover,
.colors-dark .posts-navigation a:focus,
.colors-dark .posts-navigation a:hover,
.colors-dark .comment-metadata a:focus,
.colors-dark .comment-metadata a:hover,
.colors-dark .comment-metadata a.comment-edit-link:focus,
.colors-dark .comment-metadata a.comment-edit-link:hover,
.colors-dark .comment-reply-link:focus,
.colors-dark .comment-reply-link:hover,
.colors-dark .widget_authors a:focus strong,
.colors-dark .widget_authors a:hover strong,
.colors-dark .entry-title a:focus,
.colors-dark .entry-title a:hover,
.colors-dark .entry-meta a:focus,
.colors-dark .entry-meta a:hover,
.colors-dark.blog .entry-meta a.post-edit-link:focus,
.colors-dark.blog .entry-meta a.post-edit-link:hover,
.colors-dark.archive .entry-meta a.post-edit-link:focus,
.colors-dark.archive .entry-meta a.post-edit-link:hover,
.colors-dark.search .entry-meta a.post-edit-link:focus,
.colors-dark.search .entry-meta a.post-edit-link:hover,
.colors-dark .page-links a:focus .page-number,
.colors-dark .page-links a:hover .page-number,
.colors-dark .entry-footer .cat-links a:focus,
.colors-dark .entry-footer .cat-links a:hover,
.colors-dark .entry-footer .tags-links a:focus,
.colors-dark .entry-footer .tags-links a:hover,
.colors-dark .post-navigation a:focus,
.colors-dark .post-navigation a:hover,
.colors-dark .pagination a:not(.prev):not(.next):focus,
.colors-dark .pagination a:not(.prev):not(.next):hover,
.colors-dark .comments-pagination a:not(.prev):not(.next):focus,
.colors-dark .comments-pagination a:not(.prev):not(.next):hover,
.colors-dark .logged-in-as a:focus,
.colors-dark .logged-in-as a:hover,
.colors-dark a:focus .nav-title,
.colors-dark a:hover .nav-title,
.colors-dark .edit-link a:focus,
.colors-dark .edit-link a:hover,
.colors-dark .site-info a:focus,
.colors-dark .site-info a:hover,
.colors-dark .widget .widget-title a:focus,
.colors-dark .widget .widget-title a:hover,
.colors-dark .widget ul li a:focus,
.colors-dark .widget ul li a:hover {
-webkit-box-shadow: inset 0 0 0 rgba(255, 255, 255, 0), 0 3px 0 rgba(255, 255, 255, 1); /* Equivalant to #fff */
box-shadow: inset 0 0 0 rgba(255, 255, 255, 0), 0 3px 0 rgba(255, 255, 255, 1); /* Equivalant to #fff */
}
.colors-dark .entry-content a,
.colors-dark .entry-summary a,
.colors-dark .comment-content a,
.colors-dark .widget a,
.colors-dark .site-footer .widget-area a,
.colors-dark .posts-navigation a,
.colors-dark .widget_authors a strong {
-webkit-box-shadow: inset 0 -1px 0 rgba(240, 240, 240, 1); /* Equivalant to #f0f0f0 */
box-shadow: inset 0 -1px 0 rgba(240, 240, 240, 1); /* Equivalant to #f0f0f0 */
}
body.colors-dark,
.colors-dark button,
.colors-dark input,
.colors-dark select,
.colors-dark textarea,
.colors-dark h3,
.colors-dark h4,
.colors-dark h6,
.colors-dark label,
.colors-dark .entry-title a,
.colors-dark.wireframe-front-page .panel-content .recent-posts article,
.colors-dark .entry-footer .cat-links a,
.colors-dark .entry-footer .tags-links a,
.colors-dark .format-quote blockquote,
.colors-dark .nav-title,
.colors-dark .comment-body {
color: #eee;
}
/* Placeholder text color -- selectors need to be separate to work. */
.colors-dark ::-webkit-input-placeholder {
color: #ddd;
}
.colors-dark :-moz-placeholder {
color: #ddd;
}
.colors-dark ::-moz-placeholder {
color: #ddd;
}
.colors-dark :-ms-input-placeholder {
color: #ddd;
}
.colors-dark input[type="text"]:focus,
.colors-dark input[type="email"]:focus,
.colors-dark input[type="url"]:focus,
.colors-dark input[type="password"]:focus,
.colors-dark input[type="search"]:focus,
.colors-dark input[type="number"]:focus,
.colors-dark input[type="tel"]:focus,
.colors-dark input[type="range"]:focus,
.colors-dark input[type="date"]:focus,
.colors-dark input[type="month"]:focus,
.colors-dark input[type="week"]:focus,
.colors-dark input[type="time"]:focus,
.colors-dark input[type="datetime"]:focus,
.colors-dark input[type="datetime-local"]:focus,
.colors-dark input[type="color"]:focus,
.colors-dark textarea:focus,
.bypostauthor > .comment-body > .comment-meta > .comment-author .avatar {
border-color: #eee;
}
.colors-dark input[type="text"]:focus,
.colors-dark input[type="email"]:focus,
.colors-dark input[type="url"]:focus,
.colors-dark input[type="password"]:focus,
.colors-dark input[type="search"]:focus,
.colors-dark input[type="number"]:focus,
.colors-dark input[type="tel"]:focus,
.colors-dark input[type="range"]:focus,
.colors-dark input[type="date"]:focus,
.colors-dark input[type="month"]:focus,
.colors-dark input[type="week"]:focus,
.colors-dark input[type="time"]:focus,
.colors-dark input[type="datetime"]:focus,
.colors-dark input[type="datetime-local"]:focus,
.colors-dark input[type="color"]:focus,
.colors-dark textarea:focus,
.colors-dark button.secondary,
.colors-dark input[type="reset"],
.colors-dark input[type="button"].secondary,
.colors-dark input[type="reset"].secondary,
.colors-dark input[type="submit"].secondary,
.colors-dark a,
.colors-dark .site-title,
.colors-dark .site-title a,
.colors-dark .navigation-top a,
.colors-dark .dropdown-toggle,
.colors-dark .menu-toggle,
.colors-dark .page .panel-content .entry-title,
.colors-dark .page-title,
.colors-dark.page:not(.wireframe-front-page) .entry-title,
.colors-dark .page-links a .page-number,
.colors-dark .comment-metadata a.comment-edit-link,
.colors-dark .comment-reply-link .icon,
.colors-dark h2.widget-title,
.colors-dark mark,
.colors-dark .post-navigation a:focus .icon,
.colors-dark .post-navigation a:hover .icon,
.colors-dark.blog .entry-meta a.post-edit-link,
.colors-dark.archive .entry-meta a.post-edit-link,
.colors-dark.search .entry-meta a.post-edit-link,
.colors-custom .wireframe-panel .recent-posts .entry-header .edit-link {
color: #ddd;
}
.colors-dark h2,
.colors-dark blockquote,
.colors-dark input[type="text"],
.colors-dark input[type="email"],
.colors-dark input[type="url"],
.colors-dark input[type="password"],
.colors-dark input[type="search"],
.colors-dark input[type="number"],
.colors-dark input[type="tel"],
.colors-dark input[type="range"],
.colors-dark input[type="date"],
.colors-dark input[type="month"],
.colors-dark input[type="week"],
.colors-dark input[type="time"],
.colors-dark input[type="datetime"],
.colors-dark input[type="datetime-local"],
.colors-dark input[type="color"],
.colors-dark textarea,
.colors-dark .navigation-top .current-menu-item > a,
.colors-dark .navigation-top .current_page_item > a,
.colors-dark .entry-content blockquote.alignleft,
.colors-dark .entry-content blockquote.alignright,
.colors-dark .taxonomy-description,
.colors-dark .site-info a,
.colors-dark .wp-caption {
color: #ccc;
}
.colors-dark abbr,
.colors-dark acronym {
border-bottom-color: #ccc;
}
.colors-dark h5,
.main-navigation a:hover,
.colors-dark .entry-meta,
.colors-dark .entry-meta a,
.colors-dark .nav-subtitle,
.colors-dark .comment-metadata,
.colors-dark .comment-metadata a,
.colors-dark .no-comments,
.colors-dark .comment-awaiting-moderation,
.colors-dark .page-numbers.current,
.colors-dark .page-links .page-number,
.colors-dark .site-description {
color: #bbb;
}
.colors-dark button:hover,
.colors-dark button:focus,
.colors-dark input[type="button"]:hover,
.colors-dark input[type="button"]:focus,
.colors-dark input[type="submit"]:hover,
.colors-dark input[type="submit"]:focus,
.colors-dark .prev.page-numbers:focus,
.colors-dark .prev.page-numbers:hover,
.colors-dark .next.page-numbers:focus,
.colors-dark .next.page-numbers:hover,
.colors-dark .entry-footer .edit-link a.post-edit-link:focus,
.colors-dark .entry-footer .edit-link a.post-edit-link:hover {
background: #bbb;
}
.colors-dark .social-navigation a:hover,
.colors-dark .social-navigation a:focus {
background: #999;
color: #222;
}
.colors-dark .entry-footer .cat-links .icon,
.colors-dark .entry-footer .tags-links .icon {
color: #666;
}
.colors-dark button.secondary:hover,
.colors-dark button.secondary:focus,
.colors-dark input[type="reset"]:hover,
.colors-dark input[type="reset"]:focus,
.colors-dark input[type="button"].secondary:hover,
.colors-dark input[type="button"].secondary:focus,
.colors-dark input[type="reset"].secondary:hover,
.colors-dark input[type="reset"].secondary:focus,
.colors-dark input[type="submit"].secondary:hover,
.colors-dark input[type="submit"].secondary:focus,
.colors-dark .social-navigation a,
.colors-dark hr {
background: #555;
}
.colors-dark input[type="text"],
.colors-dark input[type="email"],
.colors-dark input[type="url"],
.colors-dark input[type="password"],
.colors-dark input[type="search"],
.colors-dark input[type="number"],
.colors-dark input[type="tel"],
.colors-dark input[type="range"],
.colors-dark input[type="date"],
.colors-dark input[type="month"],
.colors-dark input[type="week"],
.colors-dark input[type="time"],
.colors-dark input[type="datetime"],
.colors-dark input[type="datetime-local"],
.colors-dark input[type="color"],
.colors-dark textarea,
.colors-dark select,
.colors-dark fieldset,
.colors-dark .widget .tagcloud a:hover,
.colors-dark .widget .tagcloud a:focus,
.colors-dark .widget.widget_tag_cloud a:hover,
.colors-dark .widget.widget_tag_cloud a:focus,
.colors-dark .wp_widget_tag_cloud a:hover,
.colors-dark .wp_widget_tag_cloud a:focus {
border-color: #555;
}
.colors-dark button.secondary,
.colors-dark input[type="reset"],
.colors-dark input[type="button"].secondary,
.colors-dark input[type="reset"].secondary,
.colors-dark input[type="submit"].secondary,
.colors-dark .prev.page-numbers,
.colors-dark .next.page-numbers {
background-color: #444;
}
.colors-dark .widget .tagcloud a,
.colors-dark .widget.widget_tag_cloud a,
.colors-dark .wp_widget_tag_cloud a {
border-color: #444;
}
.colors-dark.wireframe-front-page article:not(.has-post-thumbnail):not(:first-child),
.colors-dark .widget ul li {
border-top-color: #444;
}
.colors-dark .widget ul li {
border-bottom-color: #444;
}
.colors-dark pre,
.colors-dark mark,
.colors-dark ins,
.colors-dark input[type="text"],
.colors-dark input[type="email"],
.colors-dark input[type="url"],
.colors-dark input[type="password"],
.colors-dark input[type="search"],
.colors-dark input[type="number"],
.colors-dark input[type="tel"],
.colors-dark input[type="range"],
.colors-dark input[type="date"],
.colors-dark input[type="month"],
.colors-dark input[type="week"],
.colors-dark input[type="time"],
.colors-dark input[type="datetime"],
.colors-dark input[type="datetime-local"],
.colors-dark input[type="color"],
.colors-dark textarea,
.colors-dark select,
.colors-dark fieldset {
background: #333;
}
.colors-dark tr,
.colors-dark thead th {
border-color: #333;
}
.colors-dark .navigation-top,
.colors-dark .main-navigation > div > ul,
.colors-dark .pagination,
.colors-dark .comment-navigation,
.colors-dark .entry-footer,
.colors-dark .site-footer {
border-top-color: #333;
}
.colors-dark .single-featured-image-header,
.colors-dark .navigation-top,
.colors-dark .main-navigation li,
.colors-dark .entry-footer,
.colors-dark #comments {
border-bottom-color: #333;
}
.colors-dark .site-header,
.colors-dark .single-featured-image-header {
background-color: #262626;
}
.colors-dark button,
.colors-dark input[type="button"],
.colors-dark input[type="submit"],
.colors-dark .prev.page-numbers:focus,
.colors-dark .prev.page-numbers:hover,
.colors-dark .next.page-numbers:focus,
.colors-dark .next.page-numbers:hover {
color: #222;
}
body.colors-dark,
.colors-dark .site-content-contain,
.colors-dark .navigation-top,
.colors-dark .main-navigation ul {
background: #222;
}
.colors-dark .entry-title a,
.colors-dark .entry-meta a,
.colors-dark.blog .entry-meta a.post-edit-link,
.colors-dark.archive .entry-meta a.post-edit-link,
.colors-dark.search .entry-meta a.post-edit-link,
.colors-dark .page-links a,
.colors-dark .page-links a .page-number,
.colors-dark .entry-footer a,
.colors-dark .entry-footer .cat-links a,
.colors-dark .entry-footer .tags-links a,
.colors-dark .edit-link a,
.colors-dark .post-navigation a,
.colors-dark .logged-in-as a,
.colors-dark .comment-navigation a,
.colors-dark .comment-metadata a,
.colors-dark .comment-metadata a.comment-edit-link,
.colors-dark .comment-reply-link,
.colors-dark a .nav-title,
.colors-dark .pagination a,
.colors-dark .comments-pagination a,
.colors-dark .widget .widget-title a,
.colors-dark .widget ul li a,
.colors-dark .site-footer .widget-area ul li a,
.colors-dark .site-info a {
-webkit-box-shadow: inset 0 -1px 0 rgba(34, 34, 34, 1); /* Equivalant to #222 */
box-shadow: inset 0 -1px 0 rgba(34, 34, 34, 1); /* Equivalant to #222 */
}
/* Fixes linked images */
.colors-dark .entry-content a img,
.colors-dark .comment-content a img,
.colors-dark .widget a img {
-webkit-box-shadow: 0 0 0 8px #222;
box-shadow: 0 0 0 8px #222;
}
.colors-dark .entry-footer .edit-link a.post-edit-link {
color: #000;
}
.colors-dark .menu-toggle,
.colors-dark .menu-toggle:hover,
.colors-dark .menu-toggle:focus,
.colors-dark .dropdown-toggle,
.colors-dark .dropdown-toggle:hover,
.colors-dark .dropdown-toggle:focus,
.colors-dark .menu-scroll-down,
.colors-dark .menu-scroll-down:hover,
.colors-dark .menu-scroll-down:focus {
background-color: transparent;
}
.colors-dark .gallery-item a,
.colors-dark .gallery-item a:hover,
.colors-dark .gallery-item a:focus,
.colors-dark .widget .tagcloud a,
.colors-dark .widget .tagcloud a:focus,
.colors-dark .widget .tagcloud a:hover,
.colors-dark .widget.widget_tag_cloud a,
.colors-dark .widget.widget_tag_cloud a:focus,
.colors-dark .widget.widget_tag_cloud a:hover,
.colors-dark .wp_widget_tag_cloud a,
.colors-dark .wp_widget_tag_cloud a:focus,
.colors-dark .wp_widget_tag_cloud a:hover,
.colors-dark .entry-footer .edit-link a.post-edit-link:focus,
.colors-dark .entry-footer .edit-link a.post-edit-link:hover {
-webkit-box-shadow: none;
box-shadow: none;
}
@media screen and (min-width: 48em) {
.colors-dark .nav-links .nav-previous .nav-title .icon,
.colors-dark .nav-links .nav-next .nav-title .icon {
color: #eee;
}
.colors-dark .main-navigation li li:hover,
.colors-dark .main-navigation li li.focus {
background: #999;
}
.colors-dark .menu-scroll-down {
color: #999;
}
.colors-dark .main-navigation ul ul {
border-color: #333;
background: #222;
}
.colors-dark .main-navigation ul li.menu-item-has-children:before,
.colors-dark .main-navigation ul li.page_item_has_children:before {
border-bottom-color: #333;
}
.main-navigation ul li.menu-item-has-children:after,
.main-navigation ul li.page_item_has_children:after {
border-bottom-color: #222;
}
.colors-dark .main-navigation li li.focus > a,
.colors-dark .main-navigation li li:focus > a,
.colors-dark .main-navigation li li:hover > a,
.colors-dark .main-navigation li li a:hover,
.colors-dark .main-navigation li li a:focus,
.colors-dark .main-navigation li li.current_page_item a:hover,
.colors-dark .main-navigation li li.current-menu-item a:hover,
.colors-dark .main-navigation li li.current_page_item a:focus,
.colors-dark .main-navigation li li.current-menu-item a:focus {
color: #222;
}
} | wireframe/assets/css/colors-dark.css | .colors-dark button,
.colors-dark input[type="button"],
.colors-dark input[type="submit"],
.colors-dark .entry-footer .edit-link a.post-edit-link {
background-color: #fff;
}
.colors-dark a:hover,
.colors-dark a:active,
.colors-dark .entry-content a:focus,
.colors-dark .entry-content a:hover,
.colors-dark .entry-summary a:focus,
.colors-dark .entry-summary a:hover,
.colors-dark .comment-content a:focus,
.colors-dark .comment-content a:hover,
.colors-dark .widget a:focus,
.colors-dark .widget a:hover,
.colors-dark .site-footer .widget-area a:focus,
.colors-dark .site-footer .widget-area a:hover,
.colors-dark .posts-navigation a:focus,
.colors-dark .posts-navigation a:hover,
.colors-dark .comment-metadata a:focus,
.colors-dark .comment-metadata a:hover,
.colors-dark .comment-metadata a.comment-edit-link:focus,
.colors-dark .comment-metadata a.comment-edit-link:hover,
.colors-dark .comment-reply-link:focus,
.colors-dark .comment-reply-link:hover,
.colors-dark .widget_authors a:focus strong,
.colors-dark .widget_authors a:hover strong,
.colors-dark .entry-title a:focus,
.colors-dark .entry-title a:hover,
.colors-dark .entry-meta a:focus,
.colors-dark .entry-meta a:hover,
.colors-dark.blog .entry-meta a.post-edit-link:focus,
.colors-dark.blog .entry-meta a.post-edit-link:hover,
.colors-dark.archive .entry-meta a.post-edit-link:focus,
.colors-dark.archive .entry-meta a.post-edit-link:hover,
.colors-dark.search .entry-meta a.post-edit-link:focus,
.colors-dark.search .entry-meta a.post-edit-link:hover,
.colors-dark .page-links a:focus .page-number,
.colors-dark .page-links a:hover .page-number,
.colors-dark .entry-footer .cat-links a:focus,
.colors-dark .entry-footer .cat-links a:hover,
.colors-dark .entry-footer .tags-links a:focus,
.colors-dark .entry-footer .tags-links a:hover,
.colors-dark .post-navigation a:focus,
.colors-dark .post-navigation a:hover,
.colors-dark .pagination a:not(.prev):not(.next):focus,
.colors-dark .pagination a:not(.prev):not(.next):hover,
.colors-dark .comments-pagination a:not(.prev):not(.next):focus,
.colors-dark .comments-pagination a:not(.prev):not(.next):hover,
.colors-dark .logged-in-as a:focus,
.colors-dark .logged-in-as a:hover,
.colors-dark a:focus .nav-title,
.colors-dark a:hover .nav-title,
.colors-dark .edit-link a:focus,
.colors-dark .edit-link a:hover,
.colors-dark .site-info a:focus,
.colors-dark .site-info a:hover,
.colors-dark .widget .widget-title a:focus,
.colors-dark .widget .widget-title a:hover,
.colors-dark .widget ul li a:focus,
.colors-dark .widget ul li a:hover {
color: #fff;
}
.colors-dark .entry-content a:focus,
.colors-dark .entry-content a:hover,
.colors-dark .entry-summary a:focus,
.colors-dark .entry-summary a:hover,
.colors-dark .comment-content a:focus,
.colors-dark .comment-content a:hover,
.colors-dark .widget a:focus,
.colors-dark .widget a:hover,
.colors-dark .site-footer .widget-area a:focus,
.colors-dark .site-footer .widget-area a:hover,
.colors-dark .posts-navigation a:focus,
.colors-dark .posts-navigation a:hover,
.colors-dark .comment-metadata a:focus,
.colors-dark .comment-metadata a:hover,
.colors-dark .comment-metadata a.comment-edit-link:focus,
.colors-dark .comment-metadata a.comment-edit-link:hover,
.colors-dark .comment-reply-link:focus,
.colors-dark .comment-reply-link:hover,
.colors-dark .widget_authors a:focus strong,
.colors-dark .widget_authors a:hover strong,
.colors-dark .entry-title a:focus,
.colors-dark .entry-title a:hover,
.colors-dark .entry-meta a:focus,
.colors-dark .entry-meta a:hover,
.colors-dark.blog .entry-meta a.post-edit-link:focus,
.colors-dark.blog .entry-meta a.post-edit-link:hover,
.colors-dark.archive .entry-meta a.post-edit-link:focus,
.colors-dark.archive .entry-meta a.post-edit-link:hover,
.colors-dark.search .entry-meta a.post-edit-link:focus,
.colors-dark.search .entry-meta a.post-edit-link:hover,
.colors-dark .page-links a:focus .page-number,
.colors-dark .page-links a:hover .page-number,
.colors-dark .entry-footer .cat-links a:focus,
.colors-dark .entry-footer .cat-links a:hover,
.colors-dark .entry-footer .tags-links a:focus,
.colors-dark .entry-footer .tags-links a:hover,
.colors-dark .post-navigation a:focus,
.colors-dark .post-navigation a:hover,
.colors-dark .pagination a:not(.prev):not(.next):focus,
.colors-dark .pagination a:not(.prev):not(.next):hover,
.colors-dark .comments-pagination a:not(.prev):not(.next):focus,
.colors-dark .comments-pagination a:not(.prev):not(.next):hover,
.colors-dark .logged-in-as a:focus,
.colors-dark .logged-in-as a:hover,
.colors-dark a:focus .nav-title,
.colors-dark a:hover .nav-title,
.colors-dark .edit-link a:focus,
.colors-dark .edit-link a:hover,
.colors-dark .site-info a:focus,
.colors-dark .site-info a:hover,
.colors-dark .widget .widget-title a:focus,
.colors-dark .widget .widget-title a:hover,
.colors-dark .widget ul li a:focus,
.colors-dark .widget ul li a:hover {
-webkit-box-shadow: inset 0 0 0 rgba(255, 255, 255, 0), 0 3px 0 rgba(255, 255, 255, 1); /* Equivalant to #fff */
box-shadow: inset 0 0 0 rgba(255, 255, 255, 0), 0 3px 0 rgba(255, 255, 255, 1); /* Equivalant to #fff */
}
.colors-dark .entry-content a,
.colors-dark .entry-summary a,
.colors-dark .comment-content a,
.colors-dark .widget a,
.colors-dark .site-footer .widget-area a,
.colors-dark .posts-navigation a,
.colors-dark .widget_authors a strong {
-webkit-box-shadow: inset 0 -1px 0 rgba(240, 240, 240, 1); /* Equivalant to #f0f0f0 */
box-shadow: inset 0 -1px 0 rgba(240, 240, 240, 1); /* Equivalant to #f0f0f0 */
}
body.colors-dark,
.colors-dark button,
.colors-dark input,
.colors-dark select,
.colors-dark textarea,
.colors-dark h3,
.colors-dark h4,
.colors-dark h6,
.colors-dark label,
.colors-dark .entry-title a,
.colors-dark.wireframe-front-page .panel-content .recent-posts article,
.colors-dark .entry-footer .cat-links a,
.colors-dark .entry-footer .tags-links a,
.colors-dark .format-quote blockquote,
.colors-dark .nav-title,
.colors-dark .comment-body {
color: #eee;
}
/* Placeholder text color -- selectors need to be separate to work. */
.colors-dark ::-webkit-input-placeholder {
color: #ddd;
}
.colors-dark :-moz-placeholder {
color: #ddd;
}
.colors-dark ::-moz-placeholder {
color: #ddd;
}
.colors-dark :-ms-input-placeholder {
color: #ddd;
}
.colors-dark input[type="text"]:focus,
.colors-dark input[type="email"]:focus,
.colors-dark input[type="url"]:focus,
.colors-dark input[type="password"]:focus,
.colors-dark input[type="search"]:focus,
.colors-dark input[type="number"]:focus,
.colors-dark input[type="tel"]:focus,
.colors-dark input[type="range"]:focus,
.colors-dark input[type="date"]:focus,
.colors-dark input[type="month"]:focus,
.colors-dark input[type="week"]:focus,
.colors-dark input[type="time"]:focus,
.colors-dark input[type="datetime"]:focus,
.colors-dark input[type="datetime-local"]:focus,
.colors-dark input[type="color"]:focus,
.colors-dark textarea:focus,
.bypostauthor > .comment-body > .comment-meta > .comment-author .avatar {
border-color: #eee;
}
.colors-dark input[type="text"]:focus,
.colors-dark input[type="email"]:focus,
.colors-dark input[type="url"]:focus,
.colors-dark input[type="password"]:focus,
.colors-dark input[type="search"]:focus,
.colors-dark input[type="number"]:focus,
.colors-dark input[type="tel"]:focus,
.colors-dark input[type="range"]:focus,
.colors-dark input[type="date"]:focus,
.colors-dark input[type="month"]:focus,
.colors-dark input[type="week"]:focus,
.colors-dark input[type="time"]:focus,
.colors-dark input[type="datetime"]:focus,
.colors-dark input[type="datetime-local"]:focus,
.colors-dark input[type="color"]:focus,
.colors-dark textarea:focus,
.colors-dark button.secondary,
.colors-dark input[type="reset"],
.colors-dark input[type="button"].secondary,
.colors-dark input[type="reset"].secondary,
.colors-dark input[type="submit"].secondary,
.colors-dark a,
.colors-dark .site-title,
.colors-dark .site-title a,
.colors-dark .navigation-top a,
.colors-dark .dropdown-toggle,
.colors-dark .menu-toggle,
.colors-dark .page .panel-content .entry-title,
.colors-dark .page-title,
.colors-dark.page:not(.wireframe-front-page) .entry-title,
.colors-dark .page-links a .page-number,
.colors-dark .comment-metadata a.comment-edit-link,
.colors-dark .comment-reply-link .icon,
.colors-dark h2.widget-title,
.colors-dark mark,
.colors-dark .post-navigation a:focus .icon,
.colors-dark .post-navigation a:hover .icon,
.colors-dark.blog .entry-meta a.post-edit-link,
.colors-dark.archive .entry-meta a.post-edit-link,
.colors-dark.search .entry-meta a.post-edit-link,
.colors-custom .wireframe-panel .recent-posts .entry-header .edit-link {
color: #ddd;
}
.colors-dark h2,
.colors-dark blockquote,
.colors-dark input[type="text"],
.colors-dark input[type="email"],
.colors-dark input[type="url"],
.colors-dark input[type="password"],
.colors-dark input[type="search"],
.colors-dark input[type="number"],
.colors-dark input[type="tel"],
.colors-dark input[type="range"],
.colors-dark input[type="date"],
.colors-dark input[type="month"],
.colors-dark input[type="week"],
.colors-dark input[type="time"],
.colors-dark input[type="datetime"],
.colors-dark input[type="datetime-local"],
.colors-dark input[type="color"],
.colors-dark textarea,
.colors-dark .navigation-top .current-menu-item > a,
.colors-dark .navigation-top .current_page_item > a,
.colors-dark .entry-content blockquote.alignleft,
.colors-dark .entry-content blockquote.alignright,
.colors-dark .taxonomy-description,
.colors-dark .site-info a,
.colors-dark .wp-caption {
color: #ccc;
}
.colors-dark abbr,
.colors-dark acronym {
border-bottom-color: #ccc;
}
.colors-dark h5,
.main-navigation a:hover,
.colors-dark .entry-meta,
.colors-dark .entry-meta a,
.colors-dark .nav-subtitle,
.colors-dark .comment-metadata,
.colors-dark .comment-metadata a,
.colors-dark .no-comments,
.colors-dark .comment-awaiting-moderation,
.colors-dark .page-numbers.current,
.colors-dark .page-links .page-number,
.colors-dark .site-description {
color: #bbb;
}
.colors-dark button:hover,
.colors-dark button:focus,
.colors-dark input[type="button"]:hover,
.colors-dark input[type="button"]:focus,
.colors-dark input[type="submit"]:hover,
.colors-dark input[type="submit"]:focus,
.colors-dark .prev.page-numbers:focus,
.colors-dark .prev.page-numbers:hover,
.colors-dark .next.page-numbers:focus,
.colors-dark .next.page-numbers:hover,
.colors-dark .entry-footer .edit-link a.post-edit-link:focus,
.colors-dark .entry-footer .edit-link a.post-edit-link:hover {
background: #bbb;
}
.colors-dark .social-navigation a:hover,
.colors-dark .social-navigation a:focus {
background: #999;
color: #222;
}
.colors-dark .entry-footer .cat-links .icon,
.colors-dark .entry-footer .tags-links .icon {
color: #666;
}
.colors-dark button.secondary:hover,
.colors-dark button.secondary:focus,
.colors-dark input[type="reset"]:hover,
.colors-dark input[type="reset"]:focus,
.colors-dark input[type="button"].secondary:hover,
.colors-dark input[type="button"].secondary:focus,
.colors-dark input[type="reset"].secondary:hover,
.colors-dark input[type="reset"].secondary:focus,
.colors-dark input[type="submit"].secondary:hover,
.colors-dark input[type="submit"].secondary:focus,
.colors-dark .social-navigation a,
.colors-dark hr {
background: #555;
}
.colors-dark input[type="text"],
.colors-dark input[type="email"],
.colors-dark input[type="url"],
.colors-dark input[type="password"],
.colors-dark input[type="search"],
.colors-dark input[type="number"],
.colors-dark input[type="tel"],
.colors-dark input[type="range"],
.colors-dark input[type="date"],
.colors-dark input[type="month"],
.colors-dark input[type="week"],
.colors-dark input[type="time"],
.colors-dark input[type="datetime"],
.colors-dark input[type="datetime-local"],
.colors-dark input[type="color"],
.colors-dark textarea,
.colors-dark select,
.colors-dark fieldset,
.colors-dark .widget .tagcloud a:hover,
.colors-dark .widget .tagcloud a:focus,
.colors-dark .widget.widget_tag_cloud a:hover,
.colors-dark .widget.widget_tag_cloud a:focus,
.colors-dark .wp_widget_tag_cloud a:hover,
.colors-dark .wp_widget_tag_cloud a:focus {
border-color: #555;
}
.colors-dark button.secondary,
.colors-dark input[type="reset"],
.colors-dark input[type="button"].secondary,
.colors-dark input[type="reset"].secondary,
.colors-dark input[type="submit"].secondary,
.colors-dark .prev.page-numbers,
.colors-dark .next.page-numbers {
background-color: #444;
}
.colors-dark .widget .tagcloud a,
.colors-dark .widget.widget_tag_cloud a,
.colors-dark .wp_widget_tag_cloud a {
border-color: #444;
}
.colors-dark.wireframe-front-page article:not(.has-post-thumbnail):not(:first-child),
.colors-dark .widget ul li {
border-top-color: #444;
}
.colors-dark .widget ul li {
border-bottom-color: #444;
}
.colors-dark pre,
.colors-dark mark,
.colors-dark ins,
.colors-dark input[type="text"],
.colors-dark input[type="email"],
.colors-dark input[type="url"],
.colors-dark input[type="password"],
.colors-dark input[type="search"],
.colors-dark input[type="number"],
.colors-dark input[type="tel"],
.colors-dark input[type="range"],
.colors-dark input[type="date"],
.colors-dark input[type="month"],
.colors-dark input[type="week"],
.colors-dark input[type="time"],
.colors-dark input[type="datetime"],
.colors-dark input[type="datetime-local"],
.colors-dark input[type="color"],
.colors-dark textarea,
.colors-dark select,
.colors-dark fieldset {
background: #333;
}
.colors-dark tr,
.colors-dark thead th {
border-color: #333;
}
.colors-dark .navigation-top,
.colors-dark .main-navigation > div > ul,
.colors-dark .pagination,
.colors-dark .comment-navigation,
.colors-dark .entry-footer,
.colors-dark .site-footer {
border-top-color: #333;
}
.colors-dark .single-featured-image-header,
.colors-dark .navigation-top,
.colors-dark .main-navigation li,
.colors-dark .entry-footer,
.colors-dark #comments {
border-bottom-color: #333;
}
.colors-dark .site-header,
.colors-dark .single-featured-image-header {
background-color: #262626;
}
.colors-dark button,
.colors-dark input[type="button"],
.colors-dark input[type="submit"],
.colors-dark .prev.page-numbers:focus,
.colors-dark .prev.page-numbers:hover,
.colors-dark .next.page-numbers:focus,
.colors-dark .next.page-numbers:hover {
color: #222;
}
body.colors-dark,
.colors-dark .site-content-contain,
.colors-dark .navigation-top,
.colors-dark .main-navigation ul {
background: #222;
}
.colors-dark .entry-title a,
.colors-dark .entry-meta a,
.colors-dark.blog .entry-meta a.post-edit-link,
.colors-dark.archive .entry-meta a.post-edit-link,
.colors-dark.search .entry-meta a.post-edit-link,
.colors-dark .page-links a,
.colors-dark .page-links a .page-number,
.colors-dark .entry-footer a,
.colors-dark .entry-footer .cat-links a,
.colors-dark .entry-footer .tags-links a,
.colors-dark .edit-link a,
.colors-dark .post-navigation a,
.colors-dark .logged-in-as a,
.colors-dark .comment-navigation a,
.colors-dark .comment-metadata a,
.colors-dark .comment-metadata a.comment-edit-link,
.colors-dark .comment-reply-link,
.colors-dark a .nav-title,
.colors-dark .pagination a,
.colors-dark .comments-pagination a,
.colors-dark .widget .widget-title a,
.colors-dark .widget ul li a,
.colors-dark .site-footer .widget-area ul li a,
.colors-dark .site-info a {
-webkit-box-shadow: inset 0 -1px 0 rgba(34, 34, 34, 1); /* Equivalant to #222 */
box-shadow: inset 0 -1px 0 rgba(34, 34, 34, 1); /* Equivalant to #222 */
}
/* Fixes linked images */
.colors-dark .entry-content a img,
.colors-dark .comment-content a img,
.colors-dark .widget a img {
-webkit-box-shadow: 0 0 0 8px #222;
box-shadow: 0 0 0 8px #222;
}
.colors-dark .entry-footer .edit-link a.post-edit-link {
color: #000;
}
.colors-dark .menu-toggle,
.colors-dark .menu-toggle:hover,
.colors-dark .menu-toggle:focus,
.colors-dark .dropdown-toggle,
.colors-dark .dropdown-toggle:hover,
.colors-dark .dropdown-toggle:focus,
.colors-dark .menu-scroll-down,
.colors-dark .menu-scroll-down:hover,
.colors-dark .menu-scroll-down:focus {
background-color: transparent;
}
.colors-dark .gallery-item a,
.colors-dark .gallery-item a:hover,
.colors-dark .gallery-item a:focus,
.colors-dark .widget .tagcloud a,
.colors-dark .widget .tagcloud a:focus,
.colors-dark .widget .tagcloud a:hover,
.colors-dark .widget.widget_tag_cloud a,
.colors-dark .widget.widget_tag_cloud a:focus,
.colors-dark .widget.widget_tag_cloud a:hover,
.colors-dark .wp_widget_tag_cloud a,
.colors-dark .wp_widget_tag_cloud a:focus,
.colors-dark .wp_widget_tag_cloud a:hover,
.colors-dark .entry-footer .edit-link a.post-edit-link:focus,
.colors-dark .entry-footer .edit-link a.post-edit-link:hover {
-webkit-box-shadow: none;
box-shadow: none;
}
@media screen and (min-width: 48em) {
.colors-dark .nav-links .nav-previous .nav-title .icon,
.colors-dark .nav-links .nav-next .nav-title .icon {
color: #eee;
}
.colors-dark .main-navigation li li:hover,
.colors-dark .main-navigation li li.focus {
background: #999;
}
.colors-dark .menu-scroll-down {
color: #999;
}
.colors-dark .main-navigation ul ul {
border-color: #333;
background: #222;
}
.colors-dark .main-navigation ul li.menu-item-has-children:before,
.colors-dark .main-navigation ul li.page_item_has_children:before {
border-bottom-color: #333;
}
.main-navigation ul li.menu-item-has-children:after,
.main-navigation ul li.page_item_has_children:after {
border-bottom-color: #222;
}
.colors-dark .main-navigation li li.focus > a,
.colors-dark .main-navigation li li:focus > a,
.colors-dark .main-navigation li li:hover > a,
.colors-dark .main-navigation li li a:hover,
.colors-dark .main-navigation li li a:focus,
.colors-dark .main-navigation li li.current_page_item a:hover,
.colors-dark .main-navigation li li.current-menu-item a:hover,
.colors-dark .main-navigation li li.current_page_item a:focus,
.colors-dark .main-navigation li li.current-menu-item a:focus {
color: #222;
}
} | 0.610918 | 0.063482 |
body {
font-family: 'Open Sans', sans-serif;
}
a{
cursor: pointer;
}
.link-logo {
margin-top: 8px;
height: auto;
width: auto;
}
.link-logo img {
width: auto;
height: auto;
}
amp-sidebar#sidebar {
width: 100%;
background: rgba(255, 255, 255, 0.95);
padding: 32px 0 0 37px;
}
amp-sidebar#sidebar .close-menu {
position: absolute;
z-index: 1;
right: 30px;
top: 21px;
}
.sample-sidebar ul {
padding: 0 15px 0 0;
margin: 25px 0 0;
list-style: none;
text-align: left;
}
.sample-sidebar ul li {
height: auto;
line-height: 41px;
}
.sample-sidebar ul li .link-menu {
font-size: 22px;
color: #666;
padding: 5px 10px;
letter-spacing: 1.1px;
text-decoration: none;
}
.sample-sidebar ul li .link-menu:hover {
background: #666;
color: #fff;
}
header {
overflow: hidden;
border-bottom: 1px solid #e8e8e8;
padding: 10px 30px 8px 12px;
margin-bottom: 17px;
}
h1 {
margin: 1rem;
}
.go-menu {
float: left;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
}
.go-menu a {
font-size: 36px;
color: #a7a7a7;
margin-right: 18px;
}
.right-box {
float: right;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
}
.minicart {
position: relative;
padding-top: 3px;
margin-left: 28px;
}
.minicart .counter {
position: absolute;
top: -2px;
right: -9px;
min-width: 22px;
text-align: center;
height: 22px;
line-height: 24px;
background: #c0313a;
border-radius: 50%;
color: #fff;
font-size: 14px;
}
main {
padding: 0 15px;
}
.product-list {
list-style: none;
padding: 0;
margin: 30px 0 15px;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-justify-content: space-between;
-ms-flex-pack: justify;
justify-content: space-between;
}
.product-list li {
margin-bottom: 14px;
}
.product-list img {
width: 165px;
}
.product-list .product-info {
text-align: center;
}
.product-list .product-info .product-name {
font-size: 14px;
color: #707070;
margin: 7px 0 4px;
}
.product-list .product-info .product-price {
font-size: 18px;
font-weight: 900;
color: #6fb1aa;
}
.product-list .product-info .special-price {
font-size: 13px;
color: #a7a7a7;
font-weight: 400;
}
footer {
background: #6fb1aa;
color: #fff;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-justify-content: space-between;
-ms-flex-pack: justify;
justify-content: space-between;
padding: 9px 25px 2px 15px;
}
.email-content {
margin-top: 1px;
}
.email-content span {
font-size: 14px;
}
.content {
width: 80%;
margin: 0 auto;
padding: 50px 0;
}
.header-list-page {
display:-webkit-flex;
display:-ms-flexbox;
display:flex;
-webkit-flex-wrap:wrap;
flex-wrap:wrap;
justify-content: space-between;
margin: 0 0 30px 0;
}
.go-title{
margin-top: 18px;
font-weight: 500;
}
.title {
margin: 6px 0;
}
.title.new-item {
border-bottom: 1px solid #333;
margin-bottom: 50px;
}
.btn-action {
background-color: #eb5202;
border-color: #eb5202;
color: #fff;
text-shadow: 1px 1px 0 rgba(0,0,0,0.25);
padding: 15px 20px;
font-size: 20px;
text-decoration: none;
}
.data-grid {
border: none;
font-size: 1.3rem;
margin-bottom: 0;
width: 100%;
}
.data-grid .data-grid-th {
background: #514943;
border: .1rem solid #8a837f;
border-left-color: transparent;
color: #fff;
font-weight: 600;
padding: 0;
text-align: left;
background-clip: padding-box;
color: #fff;
padding: 1rem 1rem;
position: relative;
vertical-align: middle;
}
.data-grid .data-grid-td {
border-left: .1rem dashed #d6d6d6;
border-right: .1rem dashed #d6d6d6;
color: #303030;
padding: 1rem 1rem;
font-size: 1.3rem;
line-height: 1.36;
transition: background-color .1s linear;
vertical-align: top;
}
.actions-form {
display:-webkit-flex;
display:-ms-flexbox;
display:flex;
-webkit-flex-wrap:wrap;
flex-wrap:wrap;
justify-content: space-between;
background: #f0f0f0;
padding: 30px;
margin: 20px 0;
}
.action.back {
text-decoration: none;
background-color: #333;
border-color: #333;
color: #fff;
text-shadow: 1px 1px 0 rgba(0,0,0,0.25);
padding: 15px 20px;
font-size: 20px;
}
.input-field {
padding: 10px 30px;
}
.input-text {
padding: 15px;
border: 1px solid #ccc;
font-size: 16px;
color: #555;
width: 500px;
}
textarea.input-text {
height: 200px;
}
select.input-text {
width: 530px;
height: 200px;
}
.label {
display: inline-block;
line-height: 1.2;
vertical-align: top;
white-space: normal;
color: #303030;
cursor: pointer;
margin: 0;
text-align: right;
width: 200px;
margin: 15px 25px;
}
@media only screen and (max-width: 360px) {
.product-list img {
width: 144px;
}
} | public/assets/css/style.css | body {
font-family: 'Open Sans', sans-serif;
}
a{
cursor: pointer;
}
.link-logo {
margin-top: 8px;
height: auto;
width: auto;
}
.link-logo img {
width: auto;
height: auto;
}
amp-sidebar#sidebar {
width: 100%;
background: rgba(255, 255, 255, 0.95);
padding: 32px 0 0 37px;
}
amp-sidebar#sidebar .close-menu {
position: absolute;
z-index: 1;
right: 30px;
top: 21px;
}
.sample-sidebar ul {
padding: 0 15px 0 0;
margin: 25px 0 0;
list-style: none;
text-align: left;
}
.sample-sidebar ul li {
height: auto;
line-height: 41px;
}
.sample-sidebar ul li .link-menu {
font-size: 22px;
color: #666;
padding: 5px 10px;
letter-spacing: 1.1px;
text-decoration: none;
}
.sample-sidebar ul li .link-menu:hover {
background: #666;
color: #fff;
}
header {
overflow: hidden;
border-bottom: 1px solid #e8e8e8;
padding: 10px 30px 8px 12px;
margin-bottom: 17px;
}
h1 {
margin: 1rem;
}
.go-menu {
float: left;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
}
.go-menu a {
font-size: 36px;
color: #a7a7a7;
margin-right: 18px;
}
.right-box {
float: right;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
}
.minicart {
position: relative;
padding-top: 3px;
margin-left: 28px;
}
.minicart .counter {
position: absolute;
top: -2px;
right: -9px;
min-width: 22px;
text-align: center;
height: 22px;
line-height: 24px;
background: #c0313a;
border-radius: 50%;
color: #fff;
font-size: 14px;
}
main {
padding: 0 15px;
}
.product-list {
list-style: none;
padding: 0;
margin: 30px 0 15px;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-justify-content: space-between;
-ms-flex-pack: justify;
justify-content: space-between;
}
.product-list li {
margin-bottom: 14px;
}
.product-list img {
width: 165px;
}
.product-list .product-info {
text-align: center;
}
.product-list .product-info .product-name {
font-size: 14px;
color: #707070;
margin: 7px 0 4px;
}
.product-list .product-info .product-price {
font-size: 18px;
font-weight: 900;
color: #6fb1aa;
}
.product-list .product-info .special-price {
font-size: 13px;
color: #a7a7a7;
font-weight: 400;
}
footer {
background: #6fb1aa;
color: #fff;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-justify-content: space-between;
-ms-flex-pack: justify;
justify-content: space-between;
padding: 9px 25px 2px 15px;
}
.email-content {
margin-top: 1px;
}
.email-content span {
font-size: 14px;
}
.content {
width: 80%;
margin: 0 auto;
padding: 50px 0;
}
.header-list-page {
display:-webkit-flex;
display:-ms-flexbox;
display:flex;
-webkit-flex-wrap:wrap;
flex-wrap:wrap;
justify-content: space-between;
margin: 0 0 30px 0;
}
.go-title{
margin-top: 18px;
font-weight: 500;
}
.title {
margin: 6px 0;
}
.title.new-item {
border-bottom: 1px solid #333;
margin-bottom: 50px;
}
.btn-action {
background-color: #eb5202;
border-color: #eb5202;
color: #fff;
text-shadow: 1px 1px 0 rgba(0,0,0,0.25);
padding: 15px 20px;
font-size: 20px;
text-decoration: none;
}
.data-grid {
border: none;
font-size: 1.3rem;
margin-bottom: 0;
width: 100%;
}
.data-grid .data-grid-th {
background: #514943;
border: .1rem solid #8a837f;
border-left-color: transparent;
color: #fff;
font-weight: 600;
padding: 0;
text-align: left;
background-clip: padding-box;
color: #fff;
padding: 1rem 1rem;
position: relative;
vertical-align: middle;
}
.data-grid .data-grid-td {
border-left: .1rem dashed #d6d6d6;
border-right: .1rem dashed #d6d6d6;
color: #303030;
padding: 1rem 1rem;
font-size: 1.3rem;
line-height: 1.36;
transition: background-color .1s linear;
vertical-align: top;
}
.actions-form {
display:-webkit-flex;
display:-ms-flexbox;
display:flex;
-webkit-flex-wrap:wrap;
flex-wrap:wrap;
justify-content: space-between;
background: #f0f0f0;
padding: 30px;
margin: 20px 0;
}
.action.back {
text-decoration: none;
background-color: #333;
border-color: #333;
color: #fff;
text-shadow: 1px 1px 0 rgba(0,0,0,0.25);
padding: 15px 20px;
font-size: 20px;
}
.input-field {
padding: 10px 30px;
}
.input-text {
padding: 15px;
border: 1px solid #ccc;
font-size: 16px;
color: #555;
width: 500px;
}
textarea.input-text {
height: 200px;
}
select.input-text {
width: 530px;
height: 200px;
}
.label {
display: inline-block;
line-height: 1.2;
vertical-align: top;
white-space: normal;
color: #303030;
cursor: pointer;
margin: 0;
text-align: right;
width: 200px;
margin: 15px 25px;
}
@media only screen and (max-width: 360px) {
.product-list img {
width: 144px;
}
} | 0.476336 | 0.059374 |
@charset "UTF-8";
.main{
width:100%;
text-align:center;
font-family:Arial, Helvetica, sans-serif;
}
.main div{
width:95%;
margin:0 auto;
text-align:left;
font-family:Arial, Helvetica, sans-serif;
}
.navitama img{
width:20%;
height:auto;
}
.location{
width:230px;
border-radius: 5px 5px 5px 5px;
appearance:none;
-webkit-appearance:none;
-moz-appearance:none;
background: #ffffff;
font-size:20px;
}
.location:hover{
cursor:pointer;
}
.search{
-webkit-appearance:none;
position: relative;
background: #00BFFF;
border: 1px solid #00BFFF;
color: #fff;
width: 120px;
height: 40px;
font-size: 20px;
font-family:Arial, Helvetica, sans-serif;
line-height:1.8;
cursor:pointer;
border-radius: 5px 5px 5px 5px;
}
.search:hover{
color: #fff;
border-color:#1e90FF;
background:#1e90FF;
}
.timetable{
top: 70%;
border: 1px #E3E3E3 solid;
border-spacing: 0;
margin-right:auto;
margin-left:auto;
}
/* th {
background: #FFF4E2;
padding: 5px;
border-style:solid;
text-align: center;
font-weight: bold;
border-width: 1pt 1pt 1pt 1pt;
border-color:#000000;
line-height: 120%;
}
td {
background: #F4F4F4;
padding: 5px;
border-style:solid;
border-width: 1pt 1pt 1pt 1pt;
border-color:#000000;
text-align: center;
} */
.map{
top:60%;
max-width:100%;
margin-right:auto;
margin-left:auto;
}
@media screen and (max-width:480px){
}
.bus1{
position:absolute;
left:65px;
top:70px;
display: none;
}
.bus2{
position:absolute;
left:20px;
top:130px;
display:none;
}
.bus3{
position:absolute;
left:150px;
top:145px;
display:none;
}
.bus4{
position:absolute;
left:270px;
top:110px;
display:none;
}
.bus5{
position:absolute;
left:400px;
top:110px;
display:none;
}
.bus6{
position:absolute;
left:520px;
top:130px;
display:none;
}
.bus7{
position:absolute;
left:520px;
top:225px;
display:none;
}
.bus8{
position:absolute;
left:490px;
top:325px;
display:none;
}
.bus9{
position:absolute;
left:630px;
top:420px;
display:none;
}
.bus10{
position:absolute;
left:740px;
top:395px;
display:none;
}
.bus11{
position:absolute;
left:830px;
top:400px;
display:none;
} | webContents/csss/pagecss.css | @charset "UTF-8";
.main{
width:100%;
text-align:center;
font-family:Arial, Helvetica, sans-serif;
}
.main div{
width:95%;
margin:0 auto;
text-align:left;
font-family:Arial, Helvetica, sans-serif;
}
.navitama img{
width:20%;
height:auto;
}
.location{
width:230px;
border-radius: 5px 5px 5px 5px;
appearance:none;
-webkit-appearance:none;
-moz-appearance:none;
background: #ffffff;
font-size:20px;
}
.location:hover{
cursor:pointer;
}
.search{
-webkit-appearance:none;
position: relative;
background: #00BFFF;
border: 1px solid #00BFFF;
color: #fff;
width: 120px;
height: 40px;
font-size: 20px;
font-family:Arial, Helvetica, sans-serif;
line-height:1.8;
cursor:pointer;
border-radius: 5px 5px 5px 5px;
}
.search:hover{
color: #fff;
border-color:#1e90FF;
background:#1e90FF;
}
.timetable{
top: 70%;
border: 1px #E3E3E3 solid;
border-spacing: 0;
margin-right:auto;
margin-left:auto;
}
/* th {
background: #FFF4E2;
padding: 5px;
border-style:solid;
text-align: center;
font-weight: bold;
border-width: 1pt 1pt 1pt 1pt;
border-color:#000000;
line-height: 120%;
}
td {
background: #F4F4F4;
padding: 5px;
border-style:solid;
border-width: 1pt 1pt 1pt 1pt;
border-color:#000000;
text-align: center;
} */
.map{
top:60%;
max-width:100%;
margin-right:auto;
margin-left:auto;
}
@media screen and (max-width:480px){
}
.bus1{
position:absolute;
left:65px;
top:70px;
display: none;
}
.bus2{
position:absolute;
left:20px;
top:130px;
display:none;
}
.bus3{
position:absolute;
left:150px;
top:145px;
display:none;
}
.bus4{
position:absolute;
left:270px;
top:110px;
display:none;
}
.bus5{
position:absolute;
left:400px;
top:110px;
display:none;
}
.bus6{
position:absolute;
left:520px;
top:130px;
display:none;
}
.bus7{
position:absolute;
left:520px;
top:225px;
display:none;
}
.bus8{
position:absolute;
left:490px;
top:325px;
display:none;
}
.bus9{
position:absolute;
left:630px;
top:420px;
display:none;
}
.bus10{
position:absolute;
left:740px;
top:395px;
display:none;
}
.bus11{
position:absolute;
left:830px;
top:400px;
display:none;
} | 0.173358 | 0.04123 |
header
{
background-color:palevioletred;
height: 300px;
}
.photo
{
height: 150px;
width: 150px;
border-radius: 100px;
margin: 20px;
float: left;
border-style: solid;
}
.name
{
float: left;
text-align: center;
margin-left: 50%;
}
.line
{
border-bottom-style: solid;
padding: 60px;
}
.icons
{
margin-left: 40px;
}
small
{
padding: 50px;
}
.left
{
background-color: pink;
float: left;
height: 100%;
width: 20%;
border-radius: 90px;
margin: 5px;
padding: 10px;
}
.right
{
background-color: rgb(228, 102, 134);
float: left;
height: 100%;
width: 75%;
border-radius: 90px;
margin: 5px;
padding: 10px;
}
.title1
{
margin-left: 10px;
}
.Title
{
background-color: seashell;
font-style: italic;
}
.pg
{
font-size: large;
}
.nav
{
background-color:beige;
padding: 10px;
margin: 20px;
clear: both;
}
.nav a{
color:black;
text-decoration: none;
padding: 10px;
cursor: pointer;
}
.nav a:hover
{
background-color: lightcoral;
}
.icons1
{
float: left;
}
.course1
{
background-color: rgb(165, 28, 108);
float: left;
height: 100%;
width: 95%;
border-radius: 60px;
margin: 5px;
padding: 10px;
}
.project
{
text-align: center;
font-size: xx-large;
font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}
.img
{
height: 250px;
width: 250px;
margin: 10px;
padding: 10px;
border-radius: 30px;
box-shadow: black 5px 5px 5px;
}
.img1
{
float: left;
}
.video
{
height: 400px;
width: 600px;
margin: 10px;
}
.divideo
{
text-align: center;
background-color:whitesmoke;
border-radius: 10px;
margin: 30px;
padding: 20px;
}
.active{
background-color: rgb(252, 156, 208);
padding: 20px;
} | css/project2.css | header
{
background-color:palevioletred;
height: 300px;
}
.photo
{
height: 150px;
width: 150px;
border-radius: 100px;
margin: 20px;
float: left;
border-style: solid;
}
.name
{
float: left;
text-align: center;
margin-left: 50%;
}
.line
{
border-bottom-style: solid;
padding: 60px;
}
.icons
{
margin-left: 40px;
}
small
{
padding: 50px;
}
.left
{
background-color: pink;
float: left;
height: 100%;
width: 20%;
border-radius: 90px;
margin: 5px;
padding: 10px;
}
.right
{
background-color: rgb(228, 102, 134);
float: left;
height: 100%;
width: 75%;
border-radius: 90px;
margin: 5px;
padding: 10px;
}
.title1
{
margin-left: 10px;
}
.Title
{
background-color: seashell;
font-style: italic;
}
.pg
{
font-size: large;
}
.nav
{
background-color:beige;
padding: 10px;
margin: 20px;
clear: both;
}
.nav a{
color:black;
text-decoration: none;
padding: 10px;
cursor: pointer;
}
.nav a:hover
{
background-color: lightcoral;
}
.icons1
{
float: left;
}
.course1
{
background-color: rgb(165, 28, 108);
float: left;
height: 100%;
width: 95%;
border-radius: 60px;
margin: 5px;
padding: 10px;
}
.project
{
text-align: center;
font-size: xx-large;
font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}
.img
{
height: 250px;
width: 250px;
margin: 10px;
padding: 10px;
border-radius: 30px;
box-shadow: black 5px 5px 5px;
}
.img1
{
float: left;
}
.video
{
height: 400px;
width: 600px;
margin: 10px;
}
.divideo
{
text-align: center;
background-color:whitesmoke;
border-radius: 10px;
margin: 30px;
padding: 20px;
}
.active{
background-color: rgb(252, 156, 208);
padding: 20px;
} | 0.398406 | 0.071364 |
body{
background-image: url('/img/air.jpeg');
animation-name: couleurfond;
animation-duration: 20s;
animation-delay: 0s;
animation-iteration-count: infinite;
}
#cercle{
width:400px;
height:400px;
border-radius:100px;
background-image: url(capture.gif);
}
@keyframes positioncercle {
0%{top:150px;}
50%{top:300px;}
100%{top:150px;}
}
#cercle p{
font-family:'Courier New', monospace;
font-weight:100;
color:#c8e0eb;
font-size: 3em;
text-align:center;
margin:auto;
line-height:200px;
animation-name: couleurtxt;
animation-duration: 20s;
animation-delay: 0s;
animation-iteration-count: infinite;
}
#barrereseaux{
position: relative;;
display:flex;
flex-direction: column;
flex-direction: wrap;
width:auto;
float: right;
right: 15px;;
height:100%;
align-content:space-around;
position:fixed;
bottom:20px;
top:15px;
}
#a1{
margin:auto;
background-color:white;
padding:1em;
width:80px;
height:80px;
text-align:center;
margin:auto;
line-height:80px;
text-decoration: none;
border-radius:100px;
color:black;
font-family:'Courier New', monospace;
font-weight:100;
animation-name: animres;
animation-duration: 3s;
animation-delay: 0s;
animation-iteration-count: infinite;
}
#a2{
margin:auto;
background-color:white;
padding:1em;
width:80px;
height:80px;
text-align:center;
margin:auto;
line-height:80px;
text-decoration: none;
border-radius:100px;
color:black;
font-family:'Courier New', monospace;
font-weight:100;
animation-name: animres;
animation-duration: 3s;
animation-delay: 0.8s;
animation-iteration-count: infinite;
}
#a3{
margin:auto;
background-color:white;
padding:1em;
width:80px;
height:80px;
text-align:center;
margin:auto;
line-height:80px;
text-decoration: none;
border-radius:100px;
color:black;
font-family:'Courier New', monospace;
font-weight:100;
animation-name: animres;
animation-duration: 3s;
animation-delay: 1.7s;
animation-iteration-count: infinite;
}
#a4{
margin:auto;
background-color:white;
padding:1em;
width:80px;
height:80px;
text-align:center;
margin:auto;
line-height:80px;
text-decoration: none;
border-radius:100px;
color:black;
font-family:'Courier New', monospace;
font-weight:100;
animation-name: animres;
animation-duration: 3s;
animation-delay: 2.5s;
animation-iteration-count: infinite;
}
a{
animation-name: couleurtxt;
animation-duration: 20s;
animation-delay: 0s;
animation-iteration-count: infinite;
transition:0.5s;
}
a:hover{
opacity:0.7;
}
#Bienvenue{
width:auto;
height:auto;
color:white;
font-family:'Arial Narrow Bold', sans-serif;
font-weight:900;
font-style: italic;
font-size:2em;
line-break: 15px;
line-height: 200x;
margin:auto;
}
a.btn.btn-default{
float:left;
width:30%;
text-align:center;
text-decoration:none;
margin:12px;
}
#move{
position:absolute;
display:flex;
flex-direction: column;
flex-wrap: wrap;
align-items: center;
width:auto;
height:auto;
top:auto;
left: 50%;
transform: translate(-50%);
animation-name: positioncercle1;
animation-duration: 20s;
animation-delay: 0s;
animation-iteration-count: infinite;
text-align:center;
}
#cercle img{
width:390px;
height:390px;
border-radius: 30px;
}
@keyframes positioncercle1 {
0%{top:2vh;}
50%{top:12vh;}
100%{top:2vh;}
}
@keyframes couleurtxt {
0%{color:#a0c7da;}
25%{color:#a2acd4;}
50%{color:#cc9bb4;}
75%{color:#9bd1c4;}
100%{color:#98b9c9;}
}
@keyframes animres {
0%{width:80px;
height:80px;;}
50%{width:90px;
height:90px;}
100%{width:80px;
height:80px;}
}
@media (max-width:800px) {
@keyframes animres {
0%{width:40px;
height:40px;;}
50%{width:50px;
height:50px;}
100%{width:40px;
height:40px;}
}
#Bienvenue{
font-size:1em;
}
#barrereseaux a{
font-size:0.7em;
padding:1em;
line-height:45px;
}
} | public/style.css | body{
background-image: url('/img/air.jpeg');
animation-name: couleurfond;
animation-duration: 20s;
animation-delay: 0s;
animation-iteration-count: infinite;
}
#cercle{
width:400px;
height:400px;
border-radius:100px;
background-image: url(capture.gif);
}
@keyframes positioncercle {
0%{top:150px;}
50%{top:300px;}
100%{top:150px;}
}
#cercle p{
font-family:'Courier New', monospace;
font-weight:100;
color:#c8e0eb;
font-size: 3em;
text-align:center;
margin:auto;
line-height:200px;
animation-name: couleurtxt;
animation-duration: 20s;
animation-delay: 0s;
animation-iteration-count: infinite;
}
#barrereseaux{
position: relative;;
display:flex;
flex-direction: column;
flex-direction: wrap;
width:auto;
float: right;
right: 15px;;
height:100%;
align-content:space-around;
position:fixed;
bottom:20px;
top:15px;
}
#a1{
margin:auto;
background-color:white;
padding:1em;
width:80px;
height:80px;
text-align:center;
margin:auto;
line-height:80px;
text-decoration: none;
border-radius:100px;
color:black;
font-family:'Courier New', monospace;
font-weight:100;
animation-name: animres;
animation-duration: 3s;
animation-delay: 0s;
animation-iteration-count: infinite;
}
#a2{
margin:auto;
background-color:white;
padding:1em;
width:80px;
height:80px;
text-align:center;
margin:auto;
line-height:80px;
text-decoration: none;
border-radius:100px;
color:black;
font-family:'Courier New', monospace;
font-weight:100;
animation-name: animres;
animation-duration: 3s;
animation-delay: 0.8s;
animation-iteration-count: infinite;
}
#a3{
margin:auto;
background-color:white;
padding:1em;
width:80px;
height:80px;
text-align:center;
margin:auto;
line-height:80px;
text-decoration: none;
border-radius:100px;
color:black;
font-family:'Courier New', monospace;
font-weight:100;
animation-name: animres;
animation-duration: 3s;
animation-delay: 1.7s;
animation-iteration-count: infinite;
}
#a4{
margin:auto;
background-color:white;
padding:1em;
width:80px;
height:80px;
text-align:center;
margin:auto;
line-height:80px;
text-decoration: none;
border-radius:100px;
color:black;
font-family:'Courier New', monospace;
font-weight:100;
animation-name: animres;
animation-duration: 3s;
animation-delay: 2.5s;
animation-iteration-count: infinite;
}
a{
animation-name: couleurtxt;
animation-duration: 20s;
animation-delay: 0s;
animation-iteration-count: infinite;
transition:0.5s;
}
a:hover{
opacity:0.7;
}
#Bienvenue{
width:auto;
height:auto;
color:white;
font-family:'Arial Narrow Bold', sans-serif;
font-weight:900;
font-style: italic;
font-size:2em;
line-break: 15px;
line-height: 200x;
margin:auto;
}
a.btn.btn-default{
float:left;
width:30%;
text-align:center;
text-decoration:none;
margin:12px;
}
#move{
position:absolute;
display:flex;
flex-direction: column;
flex-wrap: wrap;
align-items: center;
width:auto;
height:auto;
top:auto;
left: 50%;
transform: translate(-50%);
animation-name: positioncercle1;
animation-duration: 20s;
animation-delay: 0s;
animation-iteration-count: infinite;
text-align:center;
}
#cercle img{
width:390px;
height:390px;
border-radius: 30px;
}
@keyframes positioncercle1 {
0%{top:2vh;}
50%{top:12vh;}
100%{top:2vh;}
}
@keyframes couleurtxt {
0%{color:#a0c7da;}
25%{color:#a2acd4;}
50%{color:#cc9bb4;}
75%{color:#9bd1c4;}
100%{color:#98b9c9;}
}
@keyframes animres {
0%{width:80px;
height:80px;;}
50%{width:90px;
height:90px;}
100%{width:80px;
height:80px;}
}
@media (max-width:800px) {
@keyframes animres {
0%{width:40px;
height:40px;;}
50%{width:50px;
height:50px;}
100%{width:40px;
height:40px;}
}
#Bienvenue{
font-size:1em;
}
#barrereseaux a{
font-size:0.7em;
padding:1em;
line-height:45px;
}
} | 0.462716 | 0.072472 |
@import url(http://fonts.googleapis.com/css?family=Raleway:500,700,800);
@font-face {
font-weight: normal;
font-style: normal;
font-family: 'codropsicons';
src:url('../fonts/codropsicons/codropsicons.eot');
src:url('../fonts/codropsicons/codropsicons.eot?#iefix') format('embedded-opentype'),
url('../fonts/codropsicons/codropsicons.woff') format('woff'),
url('../fonts/codropsicons/codropsicons.ttf') format('truetype'),
url('../fonts/codropsicons/codropsicons.svg#codropsicons') format('svg');
}
*, *:after, *:before { -webkit-box-sizing: border-box; box-sizing: border-box; }
.clearfix:before, .clearfix:after { content: ''; display: table; }
.clearfix:after { clear: both; }
body {
background: #fff;
color: #606871;
font-weight: 500;
font-size: 1.05em;
font-family: 'Raleway', Arial, sans-serif;
}
a {
outline: none;
color: #96bbe5;
text-decoration: none;
}
a:hover, a:focus,
.codrops-demos a.current-demo {
color: #76a5db;
}
.color-1 { background: #383838; color: #f4f4f4; }
.color-1 .codrops-header h1 span { color: rgb(107, 103, 103); }
.color-1 a { color: #7DCF9B; }
.color-1 a:hover,
.color-1 a:focus,
.color-1 .codrops-demos a.current-demo { color: #69A07E; }
.color-2 { background: #ddd; color: #8d93b6; }
.color-2 a { color: #8d93b6; }
.color-2 a:hover,
.color-2 a:focus,
.color-2 .codrops-demos a.current-demo { color: #727798; }
.color-3 { background: #FFFBE6; color: #4e4e4f; }
.color-3 a { color: #e48895; }
.color-3 a:hover,
.color-3 a:focus,
.color-3 .codrops-demos a.current-demo { color: #4e4e4f; }
.container {
margin: 0 auto;
min-height: calc(100vh + (4 * 70px));
text-align: center;
}
.content {
margin: 0 auto;
padding: 2em 0;
max-width: 1000px;
text-align: right;
}
/* Header */
.codrops-header {
padding: 3em 190px 2em;
letter-spacing: -1px;
}
.codrops-header h1 {
margin: 0.25em;
font-weight: 800;
font-size: 3em;
line-height: 1;
}
.codrops-header h1 span {
display: block;
margin-top: 0.5em;
color: rgba(0,0,0,0.3);
font-weight: 700;
font-size: 0.45em;
}
/* Top Navigation Style */
.codrops-links {
position: relative;
display: inline-block;
text-align: center;
white-space: nowrap;
font-size: 1.05em;
}
.codrops-links::after {
content: '';
position: absolute;
top: 0;
left: 50%;
margin-left: -1px;
width: 2px;
height: 100%;
background: #dbdbdb;
-webkit-transform: rotate3d(0,0,1,22.5deg);
transform: rotate3d(0,0,1,22.5deg);
}
.codrops-icon {
display: inline-block;
margin: 0.5em;
padding: 0em 0;
width: 1.5em;
text-decoration: none;
}
.codrops-icon span {
display: none;
}
.codrops-icon:before {
margin: 0 5px;
text-transform: none;
font-weight: normal;
font-style: normal;
font-variant: normal;
font-family: 'codropsicons';
line-height: 1;
speak: none;
-webkit-font-smoothing: antialiased;
}
.codrops-icon--drop:before {
content: "\e001";
}
.codrops-icon--prev:before {
content: "\e004";
}
/* Codrops demos */
.codrops-demos {
padding-top: 1em;
}
.codrops-demos a {
display: inline-block;
margin: 1em;
text-transform: uppercase;
letter-spacing: 1px;
font-weight: bold;
font-size: 0.85em;
}
.dummy-browser {
position: relative;
border-top: 30px solid rgba(181, 183, 188, 0.6);
border-bottom: 10px solid rgba(181, 183, 188, 0.6);
border-radius: 10px 10px 0 0;
}
.dummy-browser--inner {
position: relative;
overflow: hidden;
}
.color-1 .dummy-browser--inner {
background: rgb(236,236,236);
}
.color-2 .dummy-browser {
background: rgb(69, 66, 66);
}
.dummy-browser::before {
content: '';
position: absolute;
top: -20px;
left: 15px;
width: 10px;
height: 10px;
border-radius: 50%;
background: #fdb0ad;
box-shadow: 20px 0 0 #fdeaa2, 40px 0 0 #d7edb4;
}
.dummy-header {
display: block;
height: 4em;
background: rgba(181, 183, 188, 0.3);
}
.dummy-sidebar {
position: absolute;
top: 0;
right: 0;
padding: 2.5em;
width: 300px;
height: 100%;
}
.dummy-sidebar__item {
margin: 1em 0;
width: 100%;
height: 2.5em;
background: rgba(181, 183, 188, 0.3);
}
.dummy-grid {
display: -webkit-flex;
display: flex;
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
}
.dummy-grid--filled {
padding: 2.5em 2em;
background: rgba(181, 183, 188, 0.1);
}
.dummy-grid--sidebar {
padding-right: 300px;
}
.dummy-grid--sidebar .dummy-grid__item {
width: 29%;
}
.dummy-sidebar__overlay {
position: absolute;
top: 0;
left: 0;
z-index: 0;
width: 100%;
height: 100%;
background: rgb(79, 77, 78);
opacity: 0;
-webkit-transition: opacity 0.5s;
transition: opacity 0.5s;
pointer-events: none;
}
.checkout--active ~ .dummy-sidebar__overlay {
opacity: 1;
}
.dummy-grid::after {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(62, 64, 71, 0.4);
opacity: 0;
-webkit-transition: opacity 0.3s;
transition: opacity 0.3s;
pointer-events: none;
}
.checkout--active + .dummy-grid::after {
opacity: 1;
}
.dummy-grid__item {
position: relative;
float: left;
margin: 0 2% 2em;
width: 21%;
height: 250px;
}
.dummy-grid--highlight .dummy-grid__item:first-child::before,
.dummy-grid--highlight .dummy-grid__item:nth-child(4)::before,
.dummy-grid--highlight .dummy-grid__item:nth-child(7)::before {
background: rgba(228, 136, 149, 0.5);
}
.dummy-grid__item::before,
.dummy-grid__item::after {
content: '';
position: absolute;
left: 0;
width: 100%;
}
.dummy-grid__item::before {
top: 0;
height: 70%;
background: rgba(181, 183, 188, 0.3);
-webkit-transition: background 0.5s;
transition: background 0.5s;
}
.dummy-grid__item::after {
top: 80%;
height: 15%;
border-top: 10px solid rgba(181, 183, 188, 0.3);
border-bottom: 10px solid rgba(181, 183, 188, 0.3);
}
.dummy-fixed {
position: fixed;
bottom: 0;
left: 0;
padding: 15px;
width: 100%;
height: calc(3em + 30px);
background: #E2E0D3;
text-align: center;
}
/* Related demos */
.content--related {
padding-bottom: 10em;
text-align: center;
font-weight: bold;
}
.media-item {
display: inline-block;
padding: 1em;
vertical-align: top;
-webkit-transition: color 0.3s;
transition: color 0.3s;
}
.media-item__img {
opacity: 0.8;
max-width: 100%;
-webkit-transition: opacity 0.3s;
transition: opacity 0.3s;
}
.media-item:hover .media-item__img,
.media-item:focus .media-item__img {
opacity: 1;
}
.media-item__title {
margin: 0;
padding: 0.5em;
font-size: 1em;
}
@media screen and (max-width: 50em) {
.codrops-header {
padding: 3em 10% 4em;
}
}
@media screen and (max-width: 40em) {
.codrops-header h1 {
font-size: 2.8em;
}
.dummy-grid--sidebar {
padding: 1em;
}
.dummy-sidebar {
position: static;
z-index: 100;
width: 100%;
}
.dummy-sidebar__item {
display: none;
}
} | public/backend/plugins/checkoutconcepts/css/demo.css | @import url(http://fonts.googleapis.com/css?family=Raleway:500,700,800);
@font-face {
font-weight: normal;
font-style: normal;
font-family: 'codropsicons';
src:url('../fonts/codropsicons/codropsicons.eot');
src:url('../fonts/codropsicons/codropsicons.eot?#iefix') format('embedded-opentype'),
url('../fonts/codropsicons/codropsicons.woff') format('woff'),
url('../fonts/codropsicons/codropsicons.ttf') format('truetype'),
url('../fonts/codropsicons/codropsicons.svg#codropsicons') format('svg');
}
*, *:after, *:before { -webkit-box-sizing: border-box; box-sizing: border-box; }
.clearfix:before, .clearfix:after { content: ''; display: table; }
.clearfix:after { clear: both; }
body {
background: #fff;
color: #606871;
font-weight: 500;
font-size: 1.05em;
font-family: 'Raleway', Arial, sans-serif;
}
a {
outline: none;
color: #96bbe5;
text-decoration: none;
}
a:hover, a:focus,
.codrops-demos a.current-demo {
color: #76a5db;
}
.color-1 { background: #383838; color: #f4f4f4; }
.color-1 .codrops-header h1 span { color: rgb(107, 103, 103); }
.color-1 a { color: #7DCF9B; }
.color-1 a:hover,
.color-1 a:focus,
.color-1 .codrops-demos a.current-demo { color: #69A07E; }
.color-2 { background: #ddd; color: #8d93b6; }
.color-2 a { color: #8d93b6; }
.color-2 a:hover,
.color-2 a:focus,
.color-2 .codrops-demos a.current-demo { color: #727798; }
.color-3 { background: #FFFBE6; color: #4e4e4f; }
.color-3 a { color: #e48895; }
.color-3 a:hover,
.color-3 a:focus,
.color-3 .codrops-demos a.current-demo { color: #4e4e4f; }
.container {
margin: 0 auto;
min-height: calc(100vh + (4 * 70px));
text-align: center;
}
.content {
margin: 0 auto;
padding: 2em 0;
max-width: 1000px;
text-align: right;
}
/* Header */
.codrops-header {
padding: 3em 190px 2em;
letter-spacing: -1px;
}
.codrops-header h1 {
margin: 0.25em;
font-weight: 800;
font-size: 3em;
line-height: 1;
}
.codrops-header h1 span {
display: block;
margin-top: 0.5em;
color: rgba(0,0,0,0.3);
font-weight: 700;
font-size: 0.45em;
}
/* Top Navigation Style */
.codrops-links {
position: relative;
display: inline-block;
text-align: center;
white-space: nowrap;
font-size: 1.05em;
}
.codrops-links::after {
content: '';
position: absolute;
top: 0;
left: 50%;
margin-left: -1px;
width: 2px;
height: 100%;
background: #dbdbdb;
-webkit-transform: rotate3d(0,0,1,22.5deg);
transform: rotate3d(0,0,1,22.5deg);
}
.codrops-icon {
display: inline-block;
margin: 0.5em;
padding: 0em 0;
width: 1.5em;
text-decoration: none;
}
.codrops-icon span {
display: none;
}
.codrops-icon:before {
margin: 0 5px;
text-transform: none;
font-weight: normal;
font-style: normal;
font-variant: normal;
font-family: 'codropsicons';
line-height: 1;
speak: none;
-webkit-font-smoothing: antialiased;
}
.codrops-icon--drop:before {
content: "\e001";
}
.codrops-icon--prev:before {
content: "\e004";
}
/* Codrops demos */
.codrops-demos {
padding-top: 1em;
}
.codrops-demos a {
display: inline-block;
margin: 1em;
text-transform: uppercase;
letter-spacing: 1px;
font-weight: bold;
font-size: 0.85em;
}
.dummy-browser {
position: relative;
border-top: 30px solid rgba(181, 183, 188, 0.6);
border-bottom: 10px solid rgba(181, 183, 188, 0.6);
border-radius: 10px 10px 0 0;
}
.dummy-browser--inner {
position: relative;
overflow: hidden;
}
.color-1 .dummy-browser--inner {
background: rgb(236,236,236);
}
.color-2 .dummy-browser {
background: rgb(69, 66, 66);
}
.dummy-browser::before {
content: '';
position: absolute;
top: -20px;
left: 15px;
width: 10px;
height: 10px;
border-radius: 50%;
background: #fdb0ad;
box-shadow: 20px 0 0 #fdeaa2, 40px 0 0 #d7edb4;
}
.dummy-header {
display: block;
height: 4em;
background: rgba(181, 183, 188, 0.3);
}
.dummy-sidebar {
position: absolute;
top: 0;
right: 0;
padding: 2.5em;
width: 300px;
height: 100%;
}
.dummy-sidebar__item {
margin: 1em 0;
width: 100%;
height: 2.5em;
background: rgba(181, 183, 188, 0.3);
}
.dummy-grid {
display: -webkit-flex;
display: flex;
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
}
.dummy-grid--filled {
padding: 2.5em 2em;
background: rgba(181, 183, 188, 0.1);
}
.dummy-grid--sidebar {
padding-right: 300px;
}
.dummy-grid--sidebar .dummy-grid__item {
width: 29%;
}
.dummy-sidebar__overlay {
position: absolute;
top: 0;
left: 0;
z-index: 0;
width: 100%;
height: 100%;
background: rgb(79, 77, 78);
opacity: 0;
-webkit-transition: opacity 0.5s;
transition: opacity 0.5s;
pointer-events: none;
}
.checkout--active ~ .dummy-sidebar__overlay {
opacity: 1;
}
.dummy-grid::after {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(62, 64, 71, 0.4);
opacity: 0;
-webkit-transition: opacity 0.3s;
transition: opacity 0.3s;
pointer-events: none;
}
.checkout--active + .dummy-grid::after {
opacity: 1;
}
.dummy-grid__item {
position: relative;
float: left;
margin: 0 2% 2em;
width: 21%;
height: 250px;
}
.dummy-grid--highlight .dummy-grid__item:first-child::before,
.dummy-grid--highlight .dummy-grid__item:nth-child(4)::before,
.dummy-grid--highlight .dummy-grid__item:nth-child(7)::before {
background: rgba(228, 136, 149, 0.5);
}
.dummy-grid__item::before,
.dummy-grid__item::after {
content: '';
position: absolute;
left: 0;
width: 100%;
}
.dummy-grid__item::before {
top: 0;
height: 70%;
background: rgba(181, 183, 188, 0.3);
-webkit-transition: background 0.5s;
transition: background 0.5s;
}
.dummy-grid__item::after {
top: 80%;
height: 15%;
border-top: 10px solid rgba(181, 183, 188, 0.3);
border-bottom: 10px solid rgba(181, 183, 188, 0.3);
}
.dummy-fixed {
position: fixed;
bottom: 0;
left: 0;
padding: 15px;
width: 100%;
height: calc(3em + 30px);
background: #E2E0D3;
text-align: center;
}
/* Related demos */
.content--related {
padding-bottom: 10em;
text-align: center;
font-weight: bold;
}
.media-item {
display: inline-block;
padding: 1em;
vertical-align: top;
-webkit-transition: color 0.3s;
transition: color 0.3s;
}
.media-item__img {
opacity: 0.8;
max-width: 100%;
-webkit-transition: opacity 0.3s;
transition: opacity 0.3s;
}
.media-item:hover .media-item__img,
.media-item:focus .media-item__img {
opacity: 1;
}
.media-item__title {
margin: 0;
padding: 0.5em;
font-size: 1em;
}
@media screen and (max-width: 50em) {
.codrops-header {
padding: 3em 10% 4em;
}
}
@media screen and (max-width: 40em) {
.codrops-header h1 {
font-size: 2.8em;
}
.dummy-grid--sidebar {
padding: 1em;
}
.dummy-sidebar {
position: static;
z-index: 100;
width: 100%;
}
.dummy-sidebar__item {
display: none;
}
} | 0.318909 | 0.085442 |
@import url('https://fonts.googleapis.com/css?family=Josefin+Sans|Montserrat:100');
.contactMe{
display: grid;
grid-template-columns: 1fr 2fr 1fr 1fr;
grid-template-rows: 30vh 30vh 30vh 10vh;
}
.contactHeader{
background-color: rgba(255, 76, 89, 1);
grid-column: 1/5;
grid-row: 1/3;
}
.contactHeader h1{
padding-top: 5%;
color: white;
font-size: 5vw;
letter-spacing: 5px;
font-family: 'Josefin Sans', sans-serif;
}
@media(max-width:1025px){
.contactHeader{
font-size: 12vw;
padding-top: 20%;
}
}
.contactFooter{
grid-row: 3/5;
grid-column: 1/5;
background-color: black;
}
.contactForm{
background-color: white;
grid-column: 2/3;
grid-row: 2/4;
}
.contactFormImage{
background-image: url("../../assets/images/contact.jpg");
background-position: top;
background-size: cover;
background-repeat: no-repeat;
background-attachment: fixed;
grid-column: 3/4;
grid-row: 2/4;
}
#nameContactMe{
margin: 12px;
margin-top: 40px;
width: 100%;
border: transparent;
border-bottom: 1px solid black;
font-size: 1vw;
outline: none;
}
#emailContactMe{
margin: 12px;
width: 100%;
border: transparent;
border-bottom: 1px solid black;
outline: none;
font-size: 1vw;
color: black;
}
#telPlace{
margin: 12px;
width: 100%;
border: transparent;
border-bottom: 1px solid black;
outline: none;
font-size: 1vw;
}
#empresaPlace{
margin: 12px;
width: 100%;
border: transparent;
border-bottom: 1px solid black;
outline: none;
font-size: 1vw;
}
#textContent{
margin: 12px;
width: 100%;
height: 15vh;
border: transparent;
border-bottom: 1px solid black;
outline: none;
font-size: 1vw;
}
button{
margin: 0 auto;
width: 100%;
background-color: rgba(255, 76, 89, 1);
border: none;
color: white;
height: 40px;
border: 1px solid rgba(255, 76, 89, 1);
border-radius: 20px;
cursor: pointer;
transition: .5s;
}
button:hover{
background-color: transparent;
color: black;
}
@media (max-width:800px){
button{
margin: 0 auto;
margin-top: 10vh;
}
} | src/app/contact/contact.component.css | @import url('https://fonts.googleapis.com/css?family=Josefin+Sans|Montserrat:100');
.contactMe{
display: grid;
grid-template-columns: 1fr 2fr 1fr 1fr;
grid-template-rows: 30vh 30vh 30vh 10vh;
}
.contactHeader{
background-color: rgba(255, 76, 89, 1);
grid-column: 1/5;
grid-row: 1/3;
}
.contactHeader h1{
padding-top: 5%;
color: white;
font-size: 5vw;
letter-spacing: 5px;
font-family: 'Josefin Sans', sans-serif;
}
@media(max-width:1025px){
.contactHeader{
font-size: 12vw;
padding-top: 20%;
}
}
.contactFooter{
grid-row: 3/5;
grid-column: 1/5;
background-color: black;
}
.contactForm{
background-color: white;
grid-column: 2/3;
grid-row: 2/4;
}
.contactFormImage{
background-image: url("../../assets/images/contact.jpg");
background-position: top;
background-size: cover;
background-repeat: no-repeat;
background-attachment: fixed;
grid-column: 3/4;
grid-row: 2/4;
}
#nameContactMe{
margin: 12px;
margin-top: 40px;
width: 100%;
border: transparent;
border-bottom: 1px solid black;
font-size: 1vw;
outline: none;
}
#emailContactMe{
margin: 12px;
width: 100%;
border: transparent;
border-bottom: 1px solid black;
outline: none;
font-size: 1vw;
color: black;
}
#telPlace{
margin: 12px;
width: 100%;
border: transparent;
border-bottom: 1px solid black;
outline: none;
font-size: 1vw;
}
#empresaPlace{
margin: 12px;
width: 100%;
border: transparent;
border-bottom: 1px solid black;
outline: none;
font-size: 1vw;
}
#textContent{
margin: 12px;
width: 100%;
height: 15vh;
border: transparent;
border-bottom: 1px solid black;
outline: none;
font-size: 1vw;
}
button{
margin: 0 auto;
width: 100%;
background-color: rgba(255, 76, 89, 1);
border: none;
color: white;
height: 40px;
border: 1px solid rgba(255, 76, 89, 1);
border-radius: 20px;
cursor: pointer;
transition: .5s;
}
button:hover{
background-color: transparent;
color: black;
}
@media (max-width:800px){
button{
margin: 0 auto;
margin-top: 10vh;
}
} | 0.370795 | 0.124985 |
nav {
font-family: Montserrat, sans-serif;
margin-bottom: 0;
border: 0;
font-size: 14px;
letter-spacing: 4px;
opacity: 0.9;
background: #f8f9fa;
box-shadow: 0 0px 10px 0 rgba(0, 0, 0, .2);
}
.navbar-light .navbar-nav .nav-link {
color: black;
margin-right: 20px;
}
.navbar-light .navbar-brand,
#logout-nav {
color: #007bff;
cursor: pointer;
}
.navbar-light .navbar-nav .nav-link:hover {
color: #007bff;
cursor: pointer;
}
.navbar-light .navbar-brand:hover,
#logout-nav:hover {
text-decoration: none;
color: black;
cursor: pointer;
}
/*about*/
.about {
margin-top: 0px;
background-image: url("https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcQ3XgbnIWWlms1pO1RAK0Ok2hdWV0ivl7d-IVWGpBJ9c-KQkZikXA&s");
background-size: 100% 100%;
background-repeat: no-repeat;
height: 100%;
width: 100%;
position: absolute;
display: inline;
}
.about1 {
margin-top: 0px;
background-image: url("https://encrypted-tbn0.gstatic.com/images?q=tbn%3AANd9GcQdcEVOBlugdWO84CrkEQTNOg1pPmEfYkChvJlofMGLcvEBNz0R&usqp=CAU");
background-size: 100% 100%;
background-repeat: no-repeat;
height: 100%;
width: 100%;
position: absolute;
display: inline;
}
.inAbout {
margin-top: 10%;
padding: 0 60px 10px 60px;
color: black;
text-align: center;
}
.inAbout h1 {
font-size: -webkit-xxx-large;
color: #358f9e;
}
.inAbout p {
font-size: larger;
color: #dc3545;
font-weight: 500;
}
.inAboutSearch {
color: black;
text-align: center;
margin-top: 5%;
padding: 0 150px;
}
@media only screen and (max-width: 1130px) {
.inAbout {
margin-top: 20%;
}
.inAboutSearch {
margin-top: 5%;
padding: unset;
}
}
@media only screen and (max-width: 700px) {
.inAbout h1 {
font-size: xx-large;
}
}
/*footer*/
footer {
width: 100%;
height: fit-content;
padding: 20px;
font-family: Montserrat, sans-serif;
/*background-color: rgb(165, 160, 160); */
color: black;
}
footer #left-div,
footer #mid-div {
width: 40%;
float: left;
letter-spacing: 4px;
}
footer #left-div {
margin-top: 20px;
}
footer #right-div {
letter-spacing: 4px;
}
footer a {
color: black;
margin-bottom: 5px;
}
footer a:hover {
color: blue;
text-decoration: none;
}
@media only screen and (max-width: 800px) {
.navbar-light .navbar-nav .nav-link,
.navbar-light .navbar-brand {
font-size: 13px;
margin-right: 36px;
}
.navbar-light .navbar-toggler {
color: #007bff;
border-color: #007bff;
margin-left: -36px;
margin-right: 16px;
}
footer #left-div,
footer #mid-div,
#footer-right-div {
width: 100%;
letter-spacing: 2px;
margin-bottom: 10px;
}
}
/* signup */
#signup,
#login,
#thankyou,
.confirmBooking {
margin-top: 0px;
background-image: url("https://images.unsplash.com/photo-1496417263034-38ec4f0b665a?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&w=1000&q=80");
background-size: 100% 100%;
background-repeat: no-repeat;
height: 100%;
width: 100%;
position: absolute;
display: inline;
}
#sideIntro {
margin-top: 100px;
margin-left: 80px;
float: left;
width: 50%;
}
#sideIntro #p2 {
color: green;
font-family: cursive;
font-style: oblique;
font-variant: petite-caps;
font-size: xx-large;
width: 80%;
}
#sideIntro #p1 {
color: white;
font-family: cursive;
font-style: oblique;
font-variant: petite-caps;
font-size: 50px;
}
#signup form input,
#login form input {
width: 100%;
}
#signup form,
#login form {
margin: 80px 80px 0 auto;
color: white;
width: 30%;
padding-left: 40px;
padding-right: 40px;
padding-top: 20px;
padding-bottom: 20px;
background: rgba(0, 0, 0, 0.5);
}
#signup form,
#login form {
margin-left: 60%;
width: 30%;
}
#signup form #submit,
#login form #submit {
background: green;
color: white;
border: none;
}
@media only screen and (max-width: 1100px) {
#sideIntro #p2 {
font-size: large;
}
#sideIntro #p1 {
font-size: 40px;
}
intro {
scroll-behavior: auto;
}
}
@media only screen and (max-width: 700px) {
#sideIntro #p2 {
font-size: large;
}
#sideIntro #p1 {
font-size: large;
}
#sideIntro {
margin: 10% auto;
width: 100%;
padding: 0 20px 0 20px;
position: absolute;
}
#signup form,
#login form {
margin: 50% 10%;
width: 70%;
position: fixed;
}
}
@media only screen and (max-width: 555px) {
#sideIntro {
margin: 10% auto;
width: 100%;
padding: 0 20px 0 20px;
position: absolute;
}
#sideIntro #p1 {
font-size: 24px;
margin: auto;
}
#signup form,
#login form {
margin: 65% 5%;
width: 80%;
position: fixed;
}
#sideIntro #p2 {
font-size: x-small;
}
}
/*thankyou*/
#intro {
margin: 150px 35%;
}
.intro-textbox {
background: #e9eced;
opacity: 0.9;
box-shadow: 0 20px 30px 10px rgba(0, 0, 0, .9);
position: relative;
margin-top: 60px;
width: fit-content;
border-radius: 5px;
}
.intro-text {
color: #299a1a;
font-family: cursive;
font-style: oblique;
font-feature-settings: "pcap";
font-variant: petite-caps;
font-size: 40px;
/*width: fit-content;*/
padding: 30px 15px 15px 15px;
text-align: center;
}
.intro-text button {
font-size: 20px;
padding: 0px;
width: 100px;
background: skyblue;
border: none;
}
.intro-text button:hover {
background: rgb(185, 181, 181);
color: #299a1a;
}
.intro-icon {
position: absolute;
top: -25px;
left: 40%;
height: 50px;
}
@media only screen and (max-width: 800px) {
#intro {
margin: 70px 7%;
padding: 60px;
}
.intro-textbox {
position: relative;
margin-top: 0px;
width: auto;
}
.intro-text {
font-size: x-large;
padding: 30px 15px 15px 15px;
}
.intro-text button {
font-size: 20px;
padding: 0px;
width: 100px;
border: none;
}
}
/*MyBookings*/
.BookingsContainer {
margin-top: 30px;
padding: 40px;
}
.BookingsContainer li .headin {
color: blue;
float: left;
}
.BookingsContainer li .content {
color: black;
} | client/src/styles/headFoot.css | nav {
font-family: Montserrat, sans-serif;
margin-bottom: 0;
border: 0;
font-size: 14px;
letter-spacing: 4px;
opacity: 0.9;
background: #f8f9fa;
box-shadow: 0 0px 10px 0 rgba(0, 0, 0, .2);
}
.navbar-light .navbar-nav .nav-link {
color: black;
margin-right: 20px;
}
.navbar-light .navbar-brand,
#logout-nav {
color: #007bff;
cursor: pointer;
}
.navbar-light .navbar-nav .nav-link:hover {
color: #007bff;
cursor: pointer;
}
.navbar-light .navbar-brand:hover,
#logout-nav:hover {
text-decoration: none;
color: black;
cursor: pointer;
}
/*about*/
.about {
margin-top: 0px;
background-image: url("https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcQ3XgbnIWWlms1pO1RAK0Ok2hdWV0ivl7d-IVWGpBJ9c-KQkZikXA&s");
background-size: 100% 100%;
background-repeat: no-repeat;
height: 100%;
width: 100%;
position: absolute;
display: inline;
}
.about1 {
margin-top: 0px;
background-image: url("https://encrypted-tbn0.gstatic.com/images?q=tbn%3AANd9GcQdcEVOBlugdWO84CrkEQTNOg1pPmEfYkChvJlofMGLcvEBNz0R&usqp=CAU");
background-size: 100% 100%;
background-repeat: no-repeat;
height: 100%;
width: 100%;
position: absolute;
display: inline;
}
.inAbout {
margin-top: 10%;
padding: 0 60px 10px 60px;
color: black;
text-align: center;
}
.inAbout h1 {
font-size: -webkit-xxx-large;
color: #358f9e;
}
.inAbout p {
font-size: larger;
color: #dc3545;
font-weight: 500;
}
.inAboutSearch {
color: black;
text-align: center;
margin-top: 5%;
padding: 0 150px;
}
@media only screen and (max-width: 1130px) {
.inAbout {
margin-top: 20%;
}
.inAboutSearch {
margin-top: 5%;
padding: unset;
}
}
@media only screen and (max-width: 700px) {
.inAbout h1 {
font-size: xx-large;
}
}
/*footer*/
footer {
width: 100%;
height: fit-content;
padding: 20px;
font-family: Montserrat, sans-serif;
/*background-color: rgb(165, 160, 160); */
color: black;
}
footer #left-div,
footer #mid-div {
width: 40%;
float: left;
letter-spacing: 4px;
}
footer #left-div {
margin-top: 20px;
}
footer #right-div {
letter-spacing: 4px;
}
footer a {
color: black;
margin-bottom: 5px;
}
footer a:hover {
color: blue;
text-decoration: none;
}
@media only screen and (max-width: 800px) {
.navbar-light .navbar-nav .nav-link,
.navbar-light .navbar-brand {
font-size: 13px;
margin-right: 36px;
}
.navbar-light .navbar-toggler {
color: #007bff;
border-color: #007bff;
margin-left: -36px;
margin-right: 16px;
}
footer #left-div,
footer #mid-div,
#footer-right-div {
width: 100%;
letter-spacing: 2px;
margin-bottom: 10px;
}
}
/* signup */
#signup,
#login,
#thankyou,
.confirmBooking {
margin-top: 0px;
background-image: url("https://images.unsplash.com/photo-1496417263034-38ec4f0b665a?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&w=1000&q=80");
background-size: 100% 100%;
background-repeat: no-repeat;
height: 100%;
width: 100%;
position: absolute;
display: inline;
}
#sideIntro {
margin-top: 100px;
margin-left: 80px;
float: left;
width: 50%;
}
#sideIntro #p2 {
color: green;
font-family: cursive;
font-style: oblique;
font-variant: petite-caps;
font-size: xx-large;
width: 80%;
}
#sideIntro #p1 {
color: white;
font-family: cursive;
font-style: oblique;
font-variant: petite-caps;
font-size: 50px;
}
#signup form input,
#login form input {
width: 100%;
}
#signup form,
#login form {
margin: 80px 80px 0 auto;
color: white;
width: 30%;
padding-left: 40px;
padding-right: 40px;
padding-top: 20px;
padding-bottom: 20px;
background: rgba(0, 0, 0, 0.5);
}
#signup form,
#login form {
margin-left: 60%;
width: 30%;
}
#signup form #submit,
#login form #submit {
background: green;
color: white;
border: none;
}
@media only screen and (max-width: 1100px) {
#sideIntro #p2 {
font-size: large;
}
#sideIntro #p1 {
font-size: 40px;
}
intro {
scroll-behavior: auto;
}
}
@media only screen and (max-width: 700px) {
#sideIntro #p2 {
font-size: large;
}
#sideIntro #p1 {
font-size: large;
}
#sideIntro {
margin: 10% auto;
width: 100%;
padding: 0 20px 0 20px;
position: absolute;
}
#signup form,
#login form {
margin: 50% 10%;
width: 70%;
position: fixed;
}
}
@media only screen and (max-width: 555px) {
#sideIntro {
margin: 10% auto;
width: 100%;
padding: 0 20px 0 20px;
position: absolute;
}
#sideIntro #p1 {
font-size: 24px;
margin: auto;
}
#signup form,
#login form {
margin: 65% 5%;
width: 80%;
position: fixed;
}
#sideIntro #p2 {
font-size: x-small;
}
}
/*thankyou*/
#intro {
margin: 150px 35%;
}
.intro-textbox {
background: #e9eced;
opacity: 0.9;
box-shadow: 0 20px 30px 10px rgba(0, 0, 0, .9);
position: relative;
margin-top: 60px;
width: fit-content;
border-radius: 5px;
}
.intro-text {
color: #299a1a;
font-family: cursive;
font-style: oblique;
font-feature-settings: "pcap";
font-variant: petite-caps;
font-size: 40px;
/*width: fit-content;*/
padding: 30px 15px 15px 15px;
text-align: center;
}
.intro-text button {
font-size: 20px;
padding: 0px;
width: 100px;
background: skyblue;
border: none;
}
.intro-text button:hover {
background: rgb(185, 181, 181);
color: #299a1a;
}
.intro-icon {
position: absolute;
top: -25px;
left: 40%;
height: 50px;
}
@media only screen and (max-width: 800px) {
#intro {
margin: 70px 7%;
padding: 60px;
}
.intro-textbox {
position: relative;
margin-top: 0px;
width: auto;
}
.intro-text {
font-size: x-large;
padding: 30px 15px 15px 15px;
}
.intro-text button {
font-size: 20px;
padding: 0px;
width: 100px;
border: none;
}
}
/*MyBookings*/
.BookingsContainer {
margin-top: 30px;
padding: 40px;
}
.BookingsContainer li .headin {
color: blue;
float: left;
}
.BookingsContainer li .content {
color: black;
} | 0.215268 | 0.060446 |
.footer {
margin-top: 2%;
position: relative;
background: #414045;
background: -moz-linear-gradient(top, #414045 55%, #2f2e33 100%);
background: -webkit-gradient( linear, left top, left bottom, color-stop(55%, #414045), color-stop(100%, #2f2e33));
background: -webkit-linear-gradient(top, #414045 55%, #2f2e33 100%);
background: -o-linear-gradient(top, #414045 55%, #2f2e33 100%);
background: -ms-linear-gradient(top, #414045 55%, #2f2e33 100%);
background: linear-gradient(to bottom, #414045 55%, #2f2e33 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#414045', endColorstr='#2f2e33', GradientType=0);
box-shadow: inset 0px 1px 8px #222;
z-index: -1;
}
.section {
clear: both;
padding: 0px;
margin: 0px;
}
.group:before, .group:after {
content: "";
display: table;
}
.group:after {
clear: both;
}
.group {
zoom: 1;
}
.col_1_of_4 {
display: block;
float: left;
margin: 0% 0 1% 1.6%;
border-right: 2px groove #555;
}
.col_1_of_4:first-child {
margin-left: 0;
}
/* all browsers except IE6 and lower */
.col_1_of_4:last-child {
border: none;
}
.span_1_of_4 {
width: 20.5%;
padding: 1.5%;
}
.span_1_of_4 h4 {
color: #ccc;
margin-bottom: 0.5em;
font-size: 1.2em;
line-height: 1.2;
font-family: "Doppio One", sans-serif;
font-weight: normal;
margin-top: 0px;
letter-spacing: -1px;
text-transform: uppercase;
border-bottom: 1px solid #474747;
padding-bottom: 0.5em;
}
.span_1_of_4 li a {
font-size: 0.8125em;
padding: 0.4em 0;
color: #979797;
font-family: Arial, Helvetica, sans-serif;
display: block;
}
.span_1_of_4 li a:hover, .span_1_of_4 li span:hover {
color: #bbb7b7;
}
.span_1_of_4 li span {
font-size: 1.2em;
padding: 0.2em 0;
color: #979797;
display: block;
cursor: pointer;
}
/*** Social Icons ***/
.social-icons li {
width: 30px;
height: 30px;
padding: 0px 0 0 5px;
margin: 0;
display: inline-block;
cursor: pointer;
}
.social-icons li.facebook {
background: url(../images/icon-2.png) no-repeat 0px -29px;
}
.social-icons li.facebook:hover {
background: url(../images/icon-2.png) no-repeat 0px 0px;
}
.social-icons li.twitter {
background: url(../images/icon-3.png) no-repeat 0px -29px;
}
.social-icons li.twitter:hover {
background: url(../images/icon-3.png) no-repeat 0px 0px;
}
.social-icons li.googleplus {
background: url(../images/icon-4.png) no-repeat 0px -29px;
}
.social-icons li.googleplus:hover {
background: url(../images/icon-4.png) no-repeat 0px 0px;
}
.social-icons li.contact {
background: url(../images/icon-1.png) no-repeat 0px -29px;
}
.social-icons li.contact:hover {
background: url(../images/icon-1.png) no-repeat 0px 0px;
}
.copy_right {
text-align: center;
padding: 15px 0;
}
.copy_right p {
font-size: 12px;
color: #747474;
}
.copy_right p a {
color: #747474;
font-size: 12px;
text-decoration: underline;
}
.copy_right p a:hover {
color: #bbb7b7;
text-decoration: none;
}
/*** move top **/
#toTop {
display: none;
text-decoration: none;
position: fixed;
bottom: 10px;
right: 10px;
overflow: hidden;
width: 48px;
height: 48px;
border: none;
text-indent: 100%;
background: url(../images/arrow_up.png) no-repeat right top;
}
#toTopHover {
width: 48px;
height: 48px;
display: block;
overflow: hidden;
float: right;
opacity: 0;
-moz-opacity: 0;
filter: alpha(opacity=0);
}
#toTop:active, #toTop:focus {
outline: none;
}
@media only screen and (max-width: 1024px) {}
@media only screen and (max-width: 800px) {}
@media only screen and (max-width: 640px) {
.section-footer {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
.col_1_of_4 {
border: none;
border-bottom: 2px groove #555;
width: 80%;
display: flex;
flex-direction: row;
justify-content: space-between;
}
.col_1_of_4 ul {
text-align: right;
}
.col_1_of_4 ul li {
font-size: 18px;
}
}
@media only screen and (max-width: 480px) {} | assets/web/css/footer.css | .footer {
margin-top: 2%;
position: relative;
background: #414045;
background: -moz-linear-gradient(top, #414045 55%, #2f2e33 100%);
background: -webkit-gradient( linear, left top, left bottom, color-stop(55%, #414045), color-stop(100%, #2f2e33));
background: -webkit-linear-gradient(top, #414045 55%, #2f2e33 100%);
background: -o-linear-gradient(top, #414045 55%, #2f2e33 100%);
background: -ms-linear-gradient(top, #414045 55%, #2f2e33 100%);
background: linear-gradient(to bottom, #414045 55%, #2f2e33 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#414045', endColorstr='#2f2e33', GradientType=0);
box-shadow: inset 0px 1px 8px #222;
z-index: -1;
}
.section {
clear: both;
padding: 0px;
margin: 0px;
}
.group:before, .group:after {
content: "";
display: table;
}
.group:after {
clear: both;
}
.group {
zoom: 1;
}
.col_1_of_4 {
display: block;
float: left;
margin: 0% 0 1% 1.6%;
border-right: 2px groove #555;
}
.col_1_of_4:first-child {
margin-left: 0;
}
/* all browsers except IE6 and lower */
.col_1_of_4:last-child {
border: none;
}
.span_1_of_4 {
width: 20.5%;
padding: 1.5%;
}
.span_1_of_4 h4 {
color: #ccc;
margin-bottom: 0.5em;
font-size: 1.2em;
line-height: 1.2;
font-family: "Doppio One", sans-serif;
font-weight: normal;
margin-top: 0px;
letter-spacing: -1px;
text-transform: uppercase;
border-bottom: 1px solid #474747;
padding-bottom: 0.5em;
}
.span_1_of_4 li a {
font-size: 0.8125em;
padding: 0.4em 0;
color: #979797;
font-family: Arial, Helvetica, sans-serif;
display: block;
}
.span_1_of_4 li a:hover, .span_1_of_4 li span:hover {
color: #bbb7b7;
}
.span_1_of_4 li span {
font-size: 1.2em;
padding: 0.2em 0;
color: #979797;
display: block;
cursor: pointer;
}
/*** Social Icons ***/
.social-icons li {
width: 30px;
height: 30px;
padding: 0px 0 0 5px;
margin: 0;
display: inline-block;
cursor: pointer;
}
.social-icons li.facebook {
background: url(../images/icon-2.png) no-repeat 0px -29px;
}
.social-icons li.facebook:hover {
background: url(../images/icon-2.png) no-repeat 0px 0px;
}
.social-icons li.twitter {
background: url(../images/icon-3.png) no-repeat 0px -29px;
}
.social-icons li.twitter:hover {
background: url(../images/icon-3.png) no-repeat 0px 0px;
}
.social-icons li.googleplus {
background: url(../images/icon-4.png) no-repeat 0px -29px;
}
.social-icons li.googleplus:hover {
background: url(../images/icon-4.png) no-repeat 0px 0px;
}
.social-icons li.contact {
background: url(../images/icon-1.png) no-repeat 0px -29px;
}
.social-icons li.contact:hover {
background: url(../images/icon-1.png) no-repeat 0px 0px;
}
.copy_right {
text-align: center;
padding: 15px 0;
}
.copy_right p {
font-size: 12px;
color: #747474;
}
.copy_right p a {
color: #747474;
font-size: 12px;
text-decoration: underline;
}
.copy_right p a:hover {
color: #bbb7b7;
text-decoration: none;
}
/*** move top **/
#toTop {
display: none;
text-decoration: none;
position: fixed;
bottom: 10px;
right: 10px;
overflow: hidden;
width: 48px;
height: 48px;
border: none;
text-indent: 100%;
background: url(../images/arrow_up.png) no-repeat right top;
}
#toTopHover {
width: 48px;
height: 48px;
display: block;
overflow: hidden;
float: right;
opacity: 0;
-moz-opacity: 0;
filter: alpha(opacity=0);
}
#toTop:active, #toTop:focus {
outline: none;
}
@media only screen and (max-width: 1024px) {}
@media only screen and (max-width: 800px) {}
@media only screen and (max-width: 640px) {
.section-footer {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
.col_1_of_4 {
border: none;
border-bottom: 2px groove #555;
width: 80%;
display: flex;
flex-direction: row;
justify-content: space-between;
}
.col_1_of_4 ul {
text-align: right;
}
.col_1_of_4 ul li {
font-size: 18px;
}
}
@media only screen and (max-width: 480px) {} | 0.352202 | 0.183575 |
body {
margin: 0;
font-size: 1.1rem;
}
h2 {
font-family: 'Lato', Helvetica, Arial, Lucida, sans-serif;
font-size: 2rem;
text-align: center;
}
p {
font-family: 'Merriweather', Georgia, Times New Roman, serif;
}
a {
color: #ff7f50;
text-decoration: none;
}
.say-hello {
font-family: 'Merriweather', Georgia, Times New Roman, serif;
font-size: 1.5rem;
text-align: center;
margin: 20px auto;
width: 60vw;
}
@media screen and (max-width: 768px) {
.say-hello {
width: 80vw;
}
}
.page-wrapper {
margin: 0 auto;
width: 60vw;
}
@media screen and (max-width: 768px) {
.page-wrapper {
width: 80vw;
}
}
.purple-button {
background-color: #ff7f50;
color: white;
padding: 5px;
margin: 5px 5px 10px 5px;
border-radius: 5px;
border: solid 2px #ff7f50;
font-weight: bold;
text-decoration: none;
font-family: 'Lato', Helvetica, Arial, Lucida, sans-serif;
height: 21px;
width: 100px;
}
.purple-button:hover {
background-color: white;
color: #ff7f50;
}
/* Header styles */
.navbar {
height: 4rem;
}
.bf-logo {
height: 4rem;
position: absolute;
top: 12px;
z-index: 100;
}
.nav-links {
position: absolute;
top: 12px;
right: 12px;
height: 4rem;
font-family: 'Lato', Helvetica, Arial, Lucida, sans-serif;
display: flex;
justify-content: space-evenly;
align-items: center;
}
.nav-link {
margin: 0 0.5rem;
}
.nav-link:hover {
border-bottom: 1.5px solid #ff7f50;
}
/* Responsive menu styles */
.burger {
display: none;
color: black;
border: none;
z-index: 150;
}
.burger-div {
width: 35px;
height: 5px;
background-color: black;
margin: 6px 0;
border-radius: 2px;
}
@media screen and (max-width: 768px) {
.burger {
display: inline;
}
}
@media screen and (max-width: 768px) {
.nav-links-none {
display: none;
}
}
@media screen and (max-width: 768px) {
.nav-links {
position: relative;
top: 0;
right: 0;
background-color: white;
min-height: 100vh;
flex-direction: column;
justify-content: space-evenly;
z-index: 50;
}
}
@media screen and (max-width: 768px) {
.burger {
display: block;
position: absolute;
top: 25px;
right: 25px;
}
}
.burger:focus {
outline: 0;
}
/* Footer styles */
.footer-wrapper {
font-family: 'Merriweather', Georgia, Times New Roman, serif;
background-color: #f6f9fc;
padding: 0.5rem 0;
}
.footer-wrapper div {
display: flex;
justify-content: center;
margin: 0.5rem;
}
.footer-wrapper span {
font-weight: bold;
text-decoration: underline;
}
.footer-wrapper img {
margin: 0.3rem;
height: 25px;
}
/* Homepage styles */
.homepage-paragraph {
font-size: 1.5rem;
}
.homepage-paragraph a {
margin-right: 0;
}
/* Projects styles */
.projects-text {
height: 100%;
text-align: center;
}
.projects-text div {
display: flex;
justify-content: center;
flex-wrap: wrap;
}
/* Project card styles */
.project-card-wrapper {
width: 370px;
margin: 0.5rem;
padding: 0.5rem 0 1.5rem 0;
border: solid 2px lightgrey;
border-radius: 1rem;
}
@media screen and (max-width: 500px) {
.project-card-wrapper {
width: 90vw;
}
}
@media screen and (max-width: 500px) {
.project-card-img {
max-width: 89vw;
}
}
.project-card {
font-family: 'Merriweather', Georgia, Times New Roman, serif;
position: relative;
}
.project-card-img {
opacity: 1;
display: block;
backface-visibility: hidden;
width: 366px;
height: 199px;
margin: 0 auto;
position: absolute;
}
/* Project content (text and tech images) */
.project-content {
text-align: center;
display: flex;
flex-direction: column;
}
.project-content h4 {
font-family: 'Lato', Helvetica, Arial, Lucida, sans-serif;
font-size: 1.4rem;
}
.project-content p {
font-family: 'Merriweather', Georgia, Times New Roman, serif;
margin-top: 0;
}
.left-paragraph {
text-align: left;
padding: 0 5px 0 15px;
}
.project-content div {
margin-bottom: 0.5rem;
display: flex;
justify-content: center;
}
.project-content img {
height: 25px;
margin: 0.5rem;
}
.project-collaborator {
color: #ff7f50;
font-weight: bold;
}
/* Experience styles */
.page-break {
margin: 1.5rem 0 2rem 0
}
/* Exp styles */
.exp h4 {
font-family: 'Lato', Helvetica, Arial, Lucida, sans-serif;
font-size: 1.4rem;
text-align: center;
}
.exp p {
font-family: 'Merriweather', Georgia, Times New Roman, serif;
text-align: center;
}
.exp-dates {
font-style: italic;
}
.left-paragraph {
text-align: left !important;
}
/* Writing styles */
.blogpost-link {
color: black;
text-decoration: none;
}
.blogpost-link h4 {
font-family: 'Lato', Helvetica, Arial, Lucida, sans-serif;
font-size: 1.4rem;
color: #ff7f50;
}
/* Books styles */
.books-wrapper {
margin: 0 auto;
width: 80vw;
}
.books-wrapper p {
font-size: 1.5rem;
text-align: center;
}
.books-container div {
display: flex;
justify-content: center;
flex-wrap: wrap;
margin: 0 auto;
}
.books-container img {
height: 200px;
width: 131px;
margin: 1rem;
-webkit-transition: margin 0.25s ease-out;
-moz-transition: margin 0.25s ease-out;
-o-transition: margin 0.25s ease-out;
transition: margin 0.25s ease-out;
}
.books-container img:hover {
margin-top: 2px;
}
.book-notes {
font-family: 'Lato', Helvetica, Arial, Lucida, sans-serif;
list-style: none;
text-align: center;
}
.book-notes li {
margin: 1rem;
}
.book-notes a {
font-size: 1.4rem;
}
/* Contact styles */
.contact-wrapper {
margin: 0 auto;
height: 100%;
text-align: center;
width: 80vw;
display: flex;
flex-direction: column;
align-items: center;
}
.form-input-wrapper {
display: flex;
justify-content: center;
}
.form-input {
display: flex;
flex-direction: column;
align-items: flex-start;
}
.form-input label {
font-family: 'Merriweather', Georgia, Times New Roman, serif;
font-size: 1.5rem;
text-align: center;
}
.form-input input {
margin: 0.5rem;
padding: 1rem;
border: solid 1px lightgrey;
border-radius: 1rem;
font-family: 'Merriweather', Georgia, Times New Roman, serif;
font-size: 1.4rem
}
.form-input textarea {
margin: 0.5rem;
padding: 1rem;
border: solid 1px lightgrey;
border-radius: 1rem;
font-family: 'Merriweather', Georgia, Times New Roman, serif;
font-size: 1.4rem
}
.contact-button {
background-color: #ff7f50;
color: white;
font-size: 1.1rem;
padding: 5px;
margin: 5px 5px 10px 5px;
border-radius: 5px;
border: solid 2px #ff7f50;
font-weight: bold;
text-decoration: none;
font-family: 'Lato', Helvetica, Arial, Lucida, sans-serif
}
/* Post styles */
.markdown h2 {
font-family: 'Lato', Helvetica, Arial, Lucida, sans-serif;
font-size: 1.4rem;
}
.markdown p {
font-family: 'Merriweather', Georgia, Times New Roman, serif;
}
.markdown img {
width: 60vw;
margin: 0 auto;
}
@media screen and (max-width: 768px) {
.markdown img {
width: 80vw;
}
}
.markdown code {
color: #a700ff;
padding: 2px;
font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace
}
.markdown pre code {
background: #f6f9fc;
border: 1px solid #ddd;
border-left: 3px solid #62DAFC;
color: #666;
page-break-inside: avoid;
font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
line-height: 1.6;
margin-bottom: 1.6em;
max-width: 100%;
overflow: auto;
padding: 1em 1.5em;
display: block;
white-space: pre-wrap;
white-space: -moz-pre-wrap;
white-space: -pre-wrap;
white-space: -o-pre-wrap;
word-wrap: break-word;
}
/* Blog post styles */
.blogpost-title {
font-family: 'Lato', Helvetica, Arial, Lucida, sans-serif;
font-size: 2.4rem;
}
.blogpost-date {
font-family: 'Merriweather', Georgia, Times New Roman, serif;
font-size: 1.4rem;
font-style: italic;
color: grey;
}
/* Success and error styles */
.success-error {
text-align: center;
font-family: Raleway, sans-serif;
}
.success-error h1 {
font-family: Monaco,Consolas, 'Andale Mono', 'DejaVu Sans Mono', monospace;
font-size: 168px;
margin: 0px;
color: #a9a9a9;
text-transform: uppercase;
}
.success-error p {
font-family: Raleway, sans-serif;
font-size: 22px;
font-weight: 400;
text-transform: uppercase;
color: #222;
}
.success-error div {
font-weight: 700;
color: #ff7f50;
font-size: 22px;
}
.homepage-link {
color: #a9a9a9;
font-weight: 700;
} | src/css/styles.css |
body {
margin: 0;
font-size: 1.1rem;
}
h2 {
font-family: 'Lato', Helvetica, Arial, Lucida, sans-serif;
font-size: 2rem;
text-align: center;
}
p {
font-family: 'Merriweather', Georgia, Times New Roman, serif;
}
a {
color: #ff7f50;
text-decoration: none;
}
.say-hello {
font-family: 'Merriweather', Georgia, Times New Roman, serif;
font-size: 1.5rem;
text-align: center;
margin: 20px auto;
width: 60vw;
}
@media screen and (max-width: 768px) {
.say-hello {
width: 80vw;
}
}
.page-wrapper {
margin: 0 auto;
width: 60vw;
}
@media screen and (max-width: 768px) {
.page-wrapper {
width: 80vw;
}
}
.purple-button {
background-color: #ff7f50;
color: white;
padding: 5px;
margin: 5px 5px 10px 5px;
border-radius: 5px;
border: solid 2px #ff7f50;
font-weight: bold;
text-decoration: none;
font-family: 'Lato', Helvetica, Arial, Lucida, sans-serif;
height: 21px;
width: 100px;
}
.purple-button:hover {
background-color: white;
color: #ff7f50;
}
/* Header styles */
.navbar {
height: 4rem;
}
.bf-logo {
height: 4rem;
position: absolute;
top: 12px;
z-index: 100;
}
.nav-links {
position: absolute;
top: 12px;
right: 12px;
height: 4rem;
font-family: 'Lato', Helvetica, Arial, Lucida, sans-serif;
display: flex;
justify-content: space-evenly;
align-items: center;
}
.nav-link {
margin: 0 0.5rem;
}
.nav-link:hover {
border-bottom: 1.5px solid #ff7f50;
}
/* Responsive menu styles */
.burger {
display: none;
color: black;
border: none;
z-index: 150;
}
.burger-div {
width: 35px;
height: 5px;
background-color: black;
margin: 6px 0;
border-radius: 2px;
}
@media screen and (max-width: 768px) {
.burger {
display: inline;
}
}
@media screen and (max-width: 768px) {
.nav-links-none {
display: none;
}
}
@media screen and (max-width: 768px) {
.nav-links {
position: relative;
top: 0;
right: 0;
background-color: white;
min-height: 100vh;
flex-direction: column;
justify-content: space-evenly;
z-index: 50;
}
}
@media screen and (max-width: 768px) {
.burger {
display: block;
position: absolute;
top: 25px;
right: 25px;
}
}
.burger:focus {
outline: 0;
}
/* Footer styles */
.footer-wrapper {
font-family: 'Merriweather', Georgia, Times New Roman, serif;
background-color: #f6f9fc;
padding: 0.5rem 0;
}
.footer-wrapper div {
display: flex;
justify-content: center;
margin: 0.5rem;
}
.footer-wrapper span {
font-weight: bold;
text-decoration: underline;
}
.footer-wrapper img {
margin: 0.3rem;
height: 25px;
}
/* Homepage styles */
.homepage-paragraph {
font-size: 1.5rem;
}
.homepage-paragraph a {
margin-right: 0;
}
/* Projects styles */
.projects-text {
height: 100%;
text-align: center;
}
.projects-text div {
display: flex;
justify-content: center;
flex-wrap: wrap;
}
/* Project card styles */
.project-card-wrapper {
width: 370px;
margin: 0.5rem;
padding: 0.5rem 0 1.5rem 0;
border: solid 2px lightgrey;
border-radius: 1rem;
}
@media screen and (max-width: 500px) {
.project-card-wrapper {
width: 90vw;
}
}
@media screen and (max-width: 500px) {
.project-card-img {
max-width: 89vw;
}
}
.project-card {
font-family: 'Merriweather', Georgia, Times New Roman, serif;
position: relative;
}
.project-card-img {
opacity: 1;
display: block;
backface-visibility: hidden;
width: 366px;
height: 199px;
margin: 0 auto;
position: absolute;
}
/* Project content (text and tech images) */
.project-content {
text-align: center;
display: flex;
flex-direction: column;
}
.project-content h4 {
font-family: 'Lato', Helvetica, Arial, Lucida, sans-serif;
font-size: 1.4rem;
}
.project-content p {
font-family: 'Merriweather', Georgia, Times New Roman, serif;
margin-top: 0;
}
.left-paragraph {
text-align: left;
padding: 0 5px 0 15px;
}
.project-content div {
margin-bottom: 0.5rem;
display: flex;
justify-content: center;
}
.project-content img {
height: 25px;
margin: 0.5rem;
}
.project-collaborator {
color: #ff7f50;
font-weight: bold;
}
/* Experience styles */
.page-break {
margin: 1.5rem 0 2rem 0
}
/* Exp styles */
.exp h4 {
font-family: 'Lato', Helvetica, Arial, Lucida, sans-serif;
font-size: 1.4rem;
text-align: center;
}
.exp p {
font-family: 'Merriweather', Georgia, Times New Roman, serif;
text-align: center;
}
.exp-dates {
font-style: italic;
}
.left-paragraph {
text-align: left !important;
}
/* Writing styles */
.blogpost-link {
color: black;
text-decoration: none;
}
.blogpost-link h4 {
font-family: 'Lato', Helvetica, Arial, Lucida, sans-serif;
font-size: 1.4rem;
color: #ff7f50;
}
/* Books styles */
.books-wrapper {
margin: 0 auto;
width: 80vw;
}
.books-wrapper p {
font-size: 1.5rem;
text-align: center;
}
.books-container div {
display: flex;
justify-content: center;
flex-wrap: wrap;
margin: 0 auto;
}
.books-container img {
height: 200px;
width: 131px;
margin: 1rem;
-webkit-transition: margin 0.25s ease-out;
-moz-transition: margin 0.25s ease-out;
-o-transition: margin 0.25s ease-out;
transition: margin 0.25s ease-out;
}
.books-container img:hover {
margin-top: 2px;
}
.book-notes {
font-family: 'Lato', Helvetica, Arial, Lucida, sans-serif;
list-style: none;
text-align: center;
}
.book-notes li {
margin: 1rem;
}
.book-notes a {
font-size: 1.4rem;
}
/* Contact styles */
.contact-wrapper {
margin: 0 auto;
height: 100%;
text-align: center;
width: 80vw;
display: flex;
flex-direction: column;
align-items: center;
}
.form-input-wrapper {
display: flex;
justify-content: center;
}
.form-input {
display: flex;
flex-direction: column;
align-items: flex-start;
}
.form-input label {
font-family: 'Merriweather', Georgia, Times New Roman, serif;
font-size: 1.5rem;
text-align: center;
}
.form-input input {
margin: 0.5rem;
padding: 1rem;
border: solid 1px lightgrey;
border-radius: 1rem;
font-family: 'Merriweather', Georgia, Times New Roman, serif;
font-size: 1.4rem
}
.form-input textarea {
margin: 0.5rem;
padding: 1rem;
border: solid 1px lightgrey;
border-radius: 1rem;
font-family: 'Merriweather', Georgia, Times New Roman, serif;
font-size: 1.4rem
}
.contact-button {
background-color: #ff7f50;
color: white;
font-size: 1.1rem;
padding: 5px;
margin: 5px 5px 10px 5px;
border-radius: 5px;
border: solid 2px #ff7f50;
font-weight: bold;
text-decoration: none;
font-family: 'Lato', Helvetica, Arial, Lucida, sans-serif
}
/* Post styles */
.markdown h2 {
font-family: 'Lato', Helvetica, Arial, Lucida, sans-serif;
font-size: 1.4rem;
}
.markdown p {
font-family: 'Merriweather', Georgia, Times New Roman, serif;
}
.markdown img {
width: 60vw;
margin: 0 auto;
}
@media screen and (max-width: 768px) {
.markdown img {
width: 80vw;
}
}
.markdown code {
color: #a700ff;
padding: 2px;
font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace
}
.markdown pre code {
background: #f6f9fc;
border: 1px solid #ddd;
border-left: 3px solid #62DAFC;
color: #666;
page-break-inside: avoid;
font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
line-height: 1.6;
margin-bottom: 1.6em;
max-width: 100%;
overflow: auto;
padding: 1em 1.5em;
display: block;
white-space: pre-wrap;
white-space: -moz-pre-wrap;
white-space: -pre-wrap;
white-space: -o-pre-wrap;
word-wrap: break-word;
}
/* Blog post styles */
.blogpost-title {
font-family: 'Lato', Helvetica, Arial, Lucida, sans-serif;
font-size: 2.4rem;
}
.blogpost-date {
font-family: 'Merriweather', Georgia, Times New Roman, serif;
font-size: 1.4rem;
font-style: italic;
color: grey;
}
/* Success and error styles */
.success-error {
text-align: center;
font-family: Raleway, sans-serif;
}
.success-error h1 {
font-family: Monaco,Consolas, 'Andale Mono', 'DejaVu Sans Mono', monospace;
font-size: 168px;
margin: 0px;
color: #a9a9a9;
text-transform: uppercase;
}
.success-error p {
font-family: Raleway, sans-serif;
font-size: 22px;
font-weight: 400;
text-transform: uppercase;
color: #222;
}
.success-error div {
font-weight: 700;
color: #ff7f50;
font-size: 22px;
}
.homepage-link {
color: #a9a9a9;
font-weight: 700;
} | 0.437824 | 0.065366 |
.fv-btn {
display: inline-block;
font-weight: 400;
text-align: center;
vertical-align: middle;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
background-color: transparent;
border: 1px solid transparent;
padding: 0.375rem 0.75rem;
font-size: 1rem;
line-height: 1.5;
border-radius: 0.25rem;
transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.fv-rounded-circle {
border-radius: 50% !important;
}
.fv-btn:active {
transform: scale(1.03);
}
.fv-btn-primary {
color: #000000;
background-color: #BB86FC;
border: solid 1px #000000;
}
.fv-btn-primary:hover {
background-color: #3700B3;
}
.fv-btn-secondary {
color: #000000;
background-color: #03DAC6;
border: solid 1px #BB86FC;
}
.fv-btn-secondary:hover {
background-color: #03b9a8;
}
.fv-bg-primary {
background-color: #BB86FC;
}
.fv-bg-primary-alt {
background-color: #3700B3;
}
.fv-bg-on-primary {
background-color: #000000;
}
.fv-bg-secondary {
background-color: #03DAC6;
}
.fv-bg-secondary-alt {
background-color: #03b9a8;
}
.fv-bg-on-secondary {
background-color: #000000;
}
.fv-bg-background {
background-color: #121212;
}
.fv-bg-background-alt {
background-color: #121212;
}
.fv-bg-error {
background-color: #CF6679;
}
.fv-bg-on-error {
background-color: #000000;
}
.fv-bg-focus {
background-color: #BB86FC;
}
.fv-bg-on-focus {
background-color: #000000;
}
.fv-bg-disabled {
background-color: #bdbdbd;
}
.fv-bg-on-disabled {
background-color: #000000;
}
.fv-text-primary {
color: #BB86FC;
}
.fv-text-primary-alt {
color: #3700B3;
}
.fv-text-on-primary {
color: #000000;
}
.fv-text-secondary {
color: #03DAC6;
}
.fv-text-secondary-alt {
color: #03b9a8;
}
.fv-text-on-secondary {
color: #000000;
}
.fv-text-background {
color: #121212;
}
.fv-text-background-alt {
color: #121212;
}
.fv-text-error {
color: #CF6679;
}
.fv-text-on-error {
color: #000000;
}
.fv-text-focus {
color: #BB86FC;
}
.fv-text-on-focus {
color: #000000;
}
.fv-text-disabled {
color: #bdbdbd;
}
.fv-text-on-disabled {
color: #000000;
}
.fv-color-primary {
border: solid 1px #BB86FC;
}
.fv-color-primary-alt {
border: solid 1px #3700B3;
}
.fv-color-on-primary {
border: solid 1px #000000;
}
.fv-color-secondary {
border: solid 1px #03DAC6;
}
.fv-color-secondary-alt {
border: solid 1px #03b9a8;
}
.fv-color-on-secondary {
border: solid 1px #000000;
}
.fv-color-background {
border: solid 1px #121212;
}
.fv-color-background-alt {
border: solid 1px #121212;
}
.fv-color-error {
border: solid 1px #CF6679;
}
.fv-color-on-error {
border: solid 1px #000000;
}
.fv-color-focus {
border: solid 1px #BB86FC;
}
.fv-color-on-focus {
border: solid 1px #000000;
}
.fv-color-disabled {
border: solid 1px #bdbdbd;
}
.fv-color-on-disabled {
border: solid 1px #000000;
}
.fv-pointer {
cursor: pointer;
}
.fv-hover-opacity {
transition: opacity 0.5s;
}
.fv-hover-opacity:hover {
opacity: 1;
}
.fv-bg-hover {
transition: background-color 0.5s;
}
.fv-bg-primary_active:active {
background-color: #BB86FC;
}
.fv-bg-primary-alt_active:active {
background-color: #3700B3;
}
.fv-bg-on-primary_active:active {
background-color: #000000;
}
.fv-bg-secondary_active:active {
background-color: #03DAC6;
}
.fv-bg-secondary-alt_active:active {
background-color: #03b9a8;
}
.fv-bg-on-secondary_active:active {
background-color: #000000;
}
.fv-bg-background_active:active {
background-color: #121212;
}
.fv-bg-background-alt_active:active {
background-color: #121212;
}
.fv-bg-error_active:active {
background-color: #CF6679;
}
.fv-bg-on-error_active:active {
background-color: #000000;
}
.fv-bg-focus_active:active {
background-color: #BB86FC;
}
.fv-bg-on-focus_active:active {
background-color: #000000;
}
.fv-bg-disabled_active:active {
background-color: #bdbdbd;
}
.fv-bg-on-disabled_active:active {
background-color: #000000;
}
.fv-bg-primary_hover:hover {
background-color: #BB86FC;
}
.fv-bg-primary-alt_hover:hover {
background-color: #3700B3;
}
.fv-bg-on-primary_hover:hover {
background-color: #000000;
}
.fv-bg-secondary_hover:hover {
background-color: #03DAC6;
}
.fv-bg-secondary-alt_hover:hover {
background-color: #03b9a8;
}
.fv-bg-on-secondary_hover:hover {
background-color: #000000;
}
.fv-bg-background_hover:hover {
background-color: #121212;
}
.fv-bg-background-alt_hover:hover {
background-color: #121212;
}
.fv-bg-error_hover:hover {
background-color: #CF6679;
}
.fv-bg-on-error_hover:hover {
background-color: #000000;
}
.fv-bg-focus_hover:hover {
background-color: #BB86FC;
}
.fv-bg-on-focus_hover:hover {
background-color: #000000;
}
.fv-bg-disabled_hover:hover {
background-color: #bdbdbd;
}
.fv-bg-on-disabled_hover:hover {
background-color: #000000;
}
.fv-bg-primary_focus:focus {
background-color: #BB86FC;
}
.fv-bg-primary-alt_focus:focus {
background-color: #3700B3;
}
.fv-bg-on-primary_focus:focus {
background-color: #000000;
}
.fv-bg-secondary_focus:focus {
background-color: #03DAC6;
}
.fv-bg-secondary-alt_focus:focus {
background-color: #03b9a8;
}
.fv-bg-on-secondary_focus:focus {
background-color: #000000;
}
.fv-bg-background_focus:focus {
background-color: #121212;
}
.fv-bg-background-alt_focus:focus {
background-color: #121212;
}
.fv-bg-error_focus:focus {
background-color: #CF6679;
}
.fv-bg-on-error_focus:focus {
background-color: #000000;
}
.fv-bg-focus_focus:focus {
background-color: #BB86FC;
}
.fv-bg-on-focus_focus:focus {
background-color: #000000;
}
.fv-bg-disabled_focus:focus {
background-color: #bdbdbd;
}
.fv-bg-on-disabled_focus:focus {
background-color: #000000;
}
/*# sourceMappingURL=style.gg-dark.css.map */ | assets/styles/style.gg-dark.css | .fv-btn {
display: inline-block;
font-weight: 400;
text-align: center;
vertical-align: middle;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
background-color: transparent;
border: 1px solid transparent;
padding: 0.375rem 0.75rem;
font-size: 1rem;
line-height: 1.5;
border-radius: 0.25rem;
transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.fv-rounded-circle {
border-radius: 50% !important;
}
.fv-btn:active {
transform: scale(1.03);
}
.fv-btn-primary {
color: #000000;
background-color: #BB86FC;
border: solid 1px #000000;
}
.fv-btn-primary:hover {
background-color: #3700B3;
}
.fv-btn-secondary {
color: #000000;
background-color: #03DAC6;
border: solid 1px #BB86FC;
}
.fv-btn-secondary:hover {
background-color: #03b9a8;
}
.fv-bg-primary {
background-color: #BB86FC;
}
.fv-bg-primary-alt {
background-color: #3700B3;
}
.fv-bg-on-primary {
background-color: #000000;
}
.fv-bg-secondary {
background-color: #03DAC6;
}
.fv-bg-secondary-alt {
background-color: #03b9a8;
}
.fv-bg-on-secondary {
background-color: #000000;
}
.fv-bg-background {
background-color: #121212;
}
.fv-bg-background-alt {
background-color: #121212;
}
.fv-bg-error {
background-color: #CF6679;
}
.fv-bg-on-error {
background-color: #000000;
}
.fv-bg-focus {
background-color: #BB86FC;
}
.fv-bg-on-focus {
background-color: #000000;
}
.fv-bg-disabled {
background-color: #bdbdbd;
}
.fv-bg-on-disabled {
background-color: #000000;
}
.fv-text-primary {
color: #BB86FC;
}
.fv-text-primary-alt {
color: #3700B3;
}
.fv-text-on-primary {
color: #000000;
}
.fv-text-secondary {
color: #03DAC6;
}
.fv-text-secondary-alt {
color: #03b9a8;
}
.fv-text-on-secondary {
color: #000000;
}
.fv-text-background {
color: #121212;
}
.fv-text-background-alt {
color: #121212;
}
.fv-text-error {
color: #CF6679;
}
.fv-text-on-error {
color: #000000;
}
.fv-text-focus {
color: #BB86FC;
}
.fv-text-on-focus {
color: #000000;
}
.fv-text-disabled {
color: #bdbdbd;
}
.fv-text-on-disabled {
color: #000000;
}
.fv-color-primary {
border: solid 1px #BB86FC;
}
.fv-color-primary-alt {
border: solid 1px #3700B3;
}
.fv-color-on-primary {
border: solid 1px #000000;
}
.fv-color-secondary {
border: solid 1px #03DAC6;
}
.fv-color-secondary-alt {
border: solid 1px #03b9a8;
}
.fv-color-on-secondary {
border: solid 1px #000000;
}
.fv-color-background {
border: solid 1px #121212;
}
.fv-color-background-alt {
border: solid 1px #121212;
}
.fv-color-error {
border: solid 1px #CF6679;
}
.fv-color-on-error {
border: solid 1px #000000;
}
.fv-color-focus {
border: solid 1px #BB86FC;
}
.fv-color-on-focus {
border: solid 1px #000000;
}
.fv-color-disabled {
border: solid 1px #bdbdbd;
}
.fv-color-on-disabled {
border: solid 1px #000000;
}
.fv-pointer {
cursor: pointer;
}
.fv-hover-opacity {
transition: opacity 0.5s;
}
.fv-hover-opacity:hover {
opacity: 1;
}
.fv-bg-hover {
transition: background-color 0.5s;
}
.fv-bg-primary_active:active {
background-color: #BB86FC;
}
.fv-bg-primary-alt_active:active {
background-color: #3700B3;
}
.fv-bg-on-primary_active:active {
background-color: #000000;
}
.fv-bg-secondary_active:active {
background-color: #03DAC6;
}
.fv-bg-secondary-alt_active:active {
background-color: #03b9a8;
}
.fv-bg-on-secondary_active:active {
background-color: #000000;
}
.fv-bg-background_active:active {
background-color: #121212;
}
.fv-bg-background-alt_active:active {
background-color: #121212;
}
.fv-bg-error_active:active {
background-color: #CF6679;
}
.fv-bg-on-error_active:active {
background-color: #000000;
}
.fv-bg-focus_active:active {
background-color: #BB86FC;
}
.fv-bg-on-focus_active:active {
background-color: #000000;
}
.fv-bg-disabled_active:active {
background-color: #bdbdbd;
}
.fv-bg-on-disabled_active:active {
background-color: #000000;
}
.fv-bg-primary_hover:hover {
background-color: #BB86FC;
}
.fv-bg-primary-alt_hover:hover {
background-color: #3700B3;
}
.fv-bg-on-primary_hover:hover {
background-color: #000000;
}
.fv-bg-secondary_hover:hover {
background-color: #03DAC6;
}
.fv-bg-secondary-alt_hover:hover {
background-color: #03b9a8;
}
.fv-bg-on-secondary_hover:hover {
background-color: #000000;
}
.fv-bg-background_hover:hover {
background-color: #121212;
}
.fv-bg-background-alt_hover:hover {
background-color: #121212;
}
.fv-bg-error_hover:hover {
background-color: #CF6679;
}
.fv-bg-on-error_hover:hover {
background-color: #000000;
}
.fv-bg-focus_hover:hover {
background-color: #BB86FC;
}
.fv-bg-on-focus_hover:hover {
background-color: #000000;
}
.fv-bg-disabled_hover:hover {
background-color: #bdbdbd;
}
.fv-bg-on-disabled_hover:hover {
background-color: #000000;
}
.fv-bg-primary_focus:focus {
background-color: #BB86FC;
}
.fv-bg-primary-alt_focus:focus {
background-color: #3700B3;
}
.fv-bg-on-primary_focus:focus {
background-color: #000000;
}
.fv-bg-secondary_focus:focus {
background-color: #03DAC6;
}
.fv-bg-secondary-alt_focus:focus {
background-color: #03b9a8;
}
.fv-bg-on-secondary_focus:focus {
background-color: #000000;
}
.fv-bg-background_focus:focus {
background-color: #121212;
}
.fv-bg-background-alt_focus:focus {
background-color: #121212;
}
.fv-bg-error_focus:focus {
background-color: #CF6679;
}
.fv-bg-on-error_focus:focus {
background-color: #000000;
}
.fv-bg-focus_focus:focus {
background-color: #BB86FC;
}
.fv-bg-on-focus_focus:focus {
background-color: #000000;
}
.fv-bg-disabled_focus:focus {
background-color: #bdbdbd;
}
.fv-bg-on-disabled_focus:focus {
background-color: #000000;
}
/*# sourceMappingURL=style.gg-dark.css.map */ | 0.433262 | 0.055387 |
.dialog {
background-color: #555;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 14px;
color: #333333;
margin: 2px;
padding: 2px;
max-width: 900px;
}
#myapp {
display: flex;
background-color: #f5f5f5;
margin: 0;
padding: 0;
}
#p5js_placeholder {
justify-content: center;
width: 100%;
height: 100%;
border: 1px solid #ccc;
}
.row {
display: flex;
flex-direction: row;
justify-content: flex-start;
padding: 1px;
margin: 0px;
}
.col {
display: flex;
flex-direction: column;
justify-content: flex-start;
padding: 1px;
margin: 0px;
}
.panel {
display: flex;
flex-direction: column;
flex-wrap: wrap;
justify-content: flex-start;
align-items: flex-start;
padding: 2px;
margin: 2px;
border: 1px solid #444;
background-color: white;
}
.right {
justify-content: flex-end;
}
.center {
justify-content: center;
}
.dark {
background-color: #444;
color: #fff;
}
.border {
border: 1px solid #444;
}
.hidden {
display: none;
}
textarea, input {
outline: none;
height: 1.2rem;
margin: 2px;
background-color: #fff;
border: #aaa 1px solid;
}
input:focus {
box-shadow: inset 0 0 3px #88a;
}
label {
margin-bottom: 5px;
align-self: center;
padding: 4px 2px 0px 2px;
text-align: right;
}
.w2 { width: 2rem; }
.w3 { width: 3rem; }
.w4 { width: 4rem; }
.w5 { width: 5rem; }
.w6 { width: 6rem; }
.w7 { width: 7rem; }
.w8 { width: 8rem; }
.w9 { width: 9rem; }
.w10 { width: 10rem; }
.w11 { width: 11rem; }
.w12 { width: 12rem; }
.w13 { width: 13rem; }
.w14 { width: 14rem; }
.w15 { width: 15rem; }
.w16 { width: 16rem; }
.w17 { width: 17rem; }
.w18 { width: 18rem; }
.w19 { width: 19rem; }
.w20 { width: 20rem; }
.h2 { height: 2rem; }
.h3 { height: 3rem; }
.h4 { height: 4rem; }
.h5 { height: 5rem; }
.h6 { height: 6rem; }
.h7 { height: 7rem; }
.h8 { height: 8rem; }
.h9 { height: 9rem; }
.h10 { height: 10rem; }
.h11 { height: 11rem; }
.h12 { height: 12rem; }
.h13 { height: 13rem; }
.h14 { height: 14rem; }
.h15 { height: 15rem; }
.h16 { height: 16rem; }
.h17 { height: 17rem; }
.h18 { height: 18rem; }
.h19 { height: 19rem; }
.h20 { height: 20rem; }
.p1 { padding: 1px; }
.p2 { padding: 2px; }
.p3 { padding: 3px; }
.p4 { padding: 4px; }
.p5 { padding: 5px; }
.p6 { padding: 6px; }
.p7 { padding: 7px; }
.p8 { padding: 8px; }
button {
height: 1.4rem;
margin: 2px;
padding: 1px;
}
.list-group {
overflow-y: scroll;
overflow-x: hidden;
display: flex;
flex-direction: column;
justify-content: flex-start;
align-items: flex-start;
padding: 0px;
margin: 0px;
height: max-content;
}
.list-group::-webkit-scrollbar {
width: 0px;
height: 13px;
}
.list-group-item {
display: flex;
justify-content: space-between;
padding: 1px;
margin: 0px;
width: 98%;
transition: background 300ms ease-out;
cursor: pointer;
}
.list-group-item p {
margin: 0;
padding: 0;
height: 1rem;
}
.list-group-item:hover {
display: flex;
flex-direction: row;
background-color: #ccc;
}
.list-group-item.selected {
background-color: #eee;
border: 1px solid #444;
padding: 0px;
}
button {
border-radius: 5px;
height: 1.4rem;
margin: 2px;
padding: 1px;
} | node/threejs/double-buffer/style.css | .dialog {
background-color: #555;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 14px;
color: #333333;
margin: 2px;
padding: 2px;
max-width: 900px;
}
#myapp {
display: flex;
background-color: #f5f5f5;
margin: 0;
padding: 0;
}
#p5js_placeholder {
justify-content: center;
width: 100%;
height: 100%;
border: 1px solid #ccc;
}
.row {
display: flex;
flex-direction: row;
justify-content: flex-start;
padding: 1px;
margin: 0px;
}
.col {
display: flex;
flex-direction: column;
justify-content: flex-start;
padding: 1px;
margin: 0px;
}
.panel {
display: flex;
flex-direction: column;
flex-wrap: wrap;
justify-content: flex-start;
align-items: flex-start;
padding: 2px;
margin: 2px;
border: 1px solid #444;
background-color: white;
}
.right {
justify-content: flex-end;
}
.center {
justify-content: center;
}
.dark {
background-color: #444;
color: #fff;
}
.border {
border: 1px solid #444;
}
.hidden {
display: none;
}
textarea, input {
outline: none;
height: 1.2rem;
margin: 2px;
background-color: #fff;
border: #aaa 1px solid;
}
input:focus {
box-shadow: inset 0 0 3px #88a;
}
label {
margin-bottom: 5px;
align-self: center;
padding: 4px 2px 0px 2px;
text-align: right;
}
.w2 { width: 2rem; }
.w3 { width: 3rem; }
.w4 { width: 4rem; }
.w5 { width: 5rem; }
.w6 { width: 6rem; }
.w7 { width: 7rem; }
.w8 { width: 8rem; }
.w9 { width: 9rem; }
.w10 { width: 10rem; }
.w11 { width: 11rem; }
.w12 { width: 12rem; }
.w13 { width: 13rem; }
.w14 { width: 14rem; }
.w15 { width: 15rem; }
.w16 { width: 16rem; }
.w17 { width: 17rem; }
.w18 { width: 18rem; }
.w19 { width: 19rem; }
.w20 { width: 20rem; }
.h2 { height: 2rem; }
.h3 { height: 3rem; }
.h4 { height: 4rem; }
.h5 { height: 5rem; }
.h6 { height: 6rem; }
.h7 { height: 7rem; }
.h8 { height: 8rem; }
.h9 { height: 9rem; }
.h10 { height: 10rem; }
.h11 { height: 11rem; }
.h12 { height: 12rem; }
.h13 { height: 13rem; }
.h14 { height: 14rem; }
.h15 { height: 15rem; }
.h16 { height: 16rem; }
.h17 { height: 17rem; }
.h18 { height: 18rem; }
.h19 { height: 19rem; }
.h20 { height: 20rem; }
.p1 { padding: 1px; }
.p2 { padding: 2px; }
.p3 { padding: 3px; }
.p4 { padding: 4px; }
.p5 { padding: 5px; }
.p6 { padding: 6px; }
.p7 { padding: 7px; }
.p8 { padding: 8px; }
button {
height: 1.4rem;
margin: 2px;
padding: 1px;
}
.list-group {
overflow-y: scroll;
overflow-x: hidden;
display: flex;
flex-direction: column;
justify-content: flex-start;
align-items: flex-start;
padding: 0px;
margin: 0px;
height: max-content;
}
.list-group::-webkit-scrollbar {
width: 0px;
height: 13px;
}
.list-group-item {
display: flex;
justify-content: space-between;
padding: 1px;
margin: 0px;
width: 98%;
transition: background 300ms ease-out;
cursor: pointer;
}
.list-group-item p {
margin: 0;
padding: 0;
height: 1rem;
}
.list-group-item:hover {
display: flex;
flex-direction: row;
background-color: #ccc;
}
.list-group-item.selected {
background-color: #eee;
border: 1px solid #444;
padding: 0px;
}
button {
border-radius: 5px;
height: 1.4rem;
margin: 2px;
padding: 1px;
} | 0.289874 | 0.115861 |
body{
margin: 0px;
}
a{
color: #333333;
text-decoration: none;
}
.headerbar{
height: 60px;
width: 100%;
position: fixed;
background: #f10;
z-index: 6000;
}
.el-header{
padding: 0;
}
.headerbar .el-col{
text-align: center;
line-height: 290%;
font-size: 1.4rem;
}
.headerbar .left{
float: left;
width: 20%;
color: #d3dce6;
padding-left: 1rem;
}
.headerbar .title{
text-align: center;
color: #dfdcdc;
}
.el-main{
padding: 0px;
}
.new_detaile{
padding: 0 0.5rem;
}
.el-carousel__container{
height: 170px;
}
.footerbar{
position: fixed;
bottom: 0;
background: #dfdcdc;
width: 100%;
padding-top: 0.5rem;
height: 54px;
}
.el-footer{
padding: 0px;
}
.footerbar .el-col{
text-align: center;
color: #333333;
}
.footerbar i{
font-size: 1.6rem;
}
.footerbar p{
margin-top: 0.2rem;
font-size: 0.8rem;
}
.el-carousel__item img{
height: 170px;
width: 100%;
}
.el-carousel__item h3 {
color: #475669;
font-size: 18px;
opacity: 0.75;
line-height: 300px;
margin: 0;
}
.el-carousel__item:nth-child(2n) {
background-color: #99a9bf;
}
.el-carousel__item:nth-child(2n+1) {
background-color: #d3dce6;
}
.time {
font-size: 13px;
color: #999;
}
.bottom {
margin-top: 13px;
line-height: 12px;
}
.button {
padding: 0;
float: right;
}
.image {
width: 100%;
display: block;
}
.clearfix:before,
.clearfix:after {
display: table;
content: "";
}
.clearfix:after {
clear: both
}
.newlist h3{
padding-left: 20px;
}
.newlist img{
max-height: 100px;
width: 100%;
margin-bottom: 1rem;
}
.newlist ul{
padding: 0px;
}
.newlist ul li{
list-style-type: none;
}
.detaile h3{
text-align: center;
padding-bottom: 0.2rem;
margin-bottom: 0.2rem;
}
.detaile .pro{
text-align: center;
border-bottom: solid 1px #dfdfdf;
padding-bottom: 0.5rem;
margin-bottom: 0.8rem;
}
/* zuixintongzhi */
ul{
margin: 0px;
}
.fastnotice{
width: 100%;
height: 80px;
overflow: hidden;
border: solid 1px #d3dce6;
}
.fastnotice h4{
padding: 1rem;
color: #475669;
}
.fastnotice .date{
color: #f10;
font-size: 0.5rem;
} | src/assets/css/style.css | body{
margin: 0px;
}
a{
color: #333333;
text-decoration: none;
}
.headerbar{
height: 60px;
width: 100%;
position: fixed;
background: #f10;
z-index: 6000;
}
.el-header{
padding: 0;
}
.headerbar .el-col{
text-align: center;
line-height: 290%;
font-size: 1.4rem;
}
.headerbar .left{
float: left;
width: 20%;
color: #d3dce6;
padding-left: 1rem;
}
.headerbar .title{
text-align: center;
color: #dfdcdc;
}
.el-main{
padding: 0px;
}
.new_detaile{
padding: 0 0.5rem;
}
.el-carousel__container{
height: 170px;
}
.footerbar{
position: fixed;
bottom: 0;
background: #dfdcdc;
width: 100%;
padding-top: 0.5rem;
height: 54px;
}
.el-footer{
padding: 0px;
}
.footerbar .el-col{
text-align: center;
color: #333333;
}
.footerbar i{
font-size: 1.6rem;
}
.footerbar p{
margin-top: 0.2rem;
font-size: 0.8rem;
}
.el-carousel__item img{
height: 170px;
width: 100%;
}
.el-carousel__item h3 {
color: #475669;
font-size: 18px;
opacity: 0.75;
line-height: 300px;
margin: 0;
}
.el-carousel__item:nth-child(2n) {
background-color: #99a9bf;
}
.el-carousel__item:nth-child(2n+1) {
background-color: #d3dce6;
}
.time {
font-size: 13px;
color: #999;
}
.bottom {
margin-top: 13px;
line-height: 12px;
}
.button {
padding: 0;
float: right;
}
.image {
width: 100%;
display: block;
}
.clearfix:before,
.clearfix:after {
display: table;
content: "";
}
.clearfix:after {
clear: both
}
.newlist h3{
padding-left: 20px;
}
.newlist img{
max-height: 100px;
width: 100%;
margin-bottom: 1rem;
}
.newlist ul{
padding: 0px;
}
.newlist ul li{
list-style-type: none;
}
.detaile h3{
text-align: center;
padding-bottom: 0.2rem;
margin-bottom: 0.2rem;
}
.detaile .pro{
text-align: center;
border-bottom: solid 1px #dfdfdf;
padding-bottom: 0.5rem;
margin-bottom: 0.8rem;
}
/* zuixintongzhi */
ul{
margin: 0px;
}
.fastnotice{
width: 100%;
height: 80px;
overflow: hidden;
border: solid 1px #d3dce6;
}
.fastnotice h4{
padding: 1rem;
color: #475669;
}
.fastnotice .date{
color: #f10;
font-size: 0.5rem;
} | 0.344223 | 0.076649 |
[ng\:cloak], [ng-cloak], .ng-cloak {
display: none !important;
}
.tab-pane{
background: #fff;
padding-top: 10px;
padding-bottom:10px;
border: 1px solid #ddd;
margin-top: -1px;
}
.workflow-controller
{
margin-top: 10px;
}
.workflow-controller .logout
{
text-align:right;
font-size:0.9em;
cursor:pointer;
}
.workflow-controller .name
{
margin-top: 15px;
}
.workflow-controller .reservations
{
float: left;
width:505px;
margin-top: 10px;
}
.workflow-controller .reservations .agent-reservation
{
border: 1px solid transparent;
border-radius: 4px;
border-color: rgb(221, 221, 221);
box-shadow: none;
}
.workflow-controller .reservations .agent-reservation table
{
width:100%;
font-size: 1.2em;
}
.workflow-controller .reservations .agent-reservation .accept-panel
{
width: 80px;
text-align:right;
}
.workflow-controller .reservations .agent-reservation .accept-panel button
{
-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
box-shadow:inset 0px 1px 0px 0px #ffffff;
background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffffff), color-stop(1, #f6f6f6));
background:-moz-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
background:-webkit-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
background:-o-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
background:-ms-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
background:linear-gradient(to bottom, #ffffff 5%, #f6f6f6 100%);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0);
background-color:#ffffff;
-moz-border-radius:4px;
-webkit-border-radius:4px;
border-radius:4px;
border:1px solid #dcdcdc;
display:inline-block;
cursor:pointer;
color:#666666;
font-size:15px;
font-weight:bold;
height: 34px;
padding-left: 12px;
padding-right: 12px;
text-decoration:none;
text-shadow:0px 1px 0px #ffffff;
}
.workflow-controller .reservations .agent-reservation .accept-panel button:hover {
background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f6f6f6), color-stop(1, #ffffff));
background:-moz-linear-gradient(top, #f6f6f6 5%, #ffffff 100%);
background:-webkit-linear-gradient(top, #f6f6f6 5%, #ffffff 100%);
background:-o-linear-gradient(top, #f6f6f6 5%, #ffffff 100%);
background:-ms-linear-gradient(top, #f6f6f6 5%, #ffffff 100%);
background:linear-gradient(to bottom, #f6f6f6 5%, #ffffff 100%);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f6f6f6', endColorstr='#ffffff',GradientType=0);
background-color:#f6f6f6;
}
.workflow-controller .reservations .agent-reservation .timer
{
font-size: 0.8em
}
.workflow-controller .reservations .agent-reservation .title
{
font-weight: bold;
}
.workflow-controller .reservations .agent-waiting
{
border: 1px solid transparent;
border-radius: 4px;
border-color: rgb(221, 221, 221);
box-shadow: none;
}
.workflow-controller .reservations .agent-waiting .panel-title
{
text-align:center;
font-size:1.4em;
color: #787878;
}
.workflow-controller .reservations .agent-task
{
border: 1px solid transparent;
border-radius: 4px;
border-color: rgb(221, 221, 221);
box-shadow: none;
}
.workflow-controller .reservations .agent-task .description
{
font-size: 1.2em;
font-weight: bold;
}
.workflow-controller .reservations .agent-task .panel-heading
{
overflow: auto;
}
.workflow-controller .reservations .agent-task button.complete-task
{
float: right;
}
.phone-controller
{
float:right;
width:280px;
margin-top: 10px;
background-color:#f5f5f5;
border: 1px solid transparent;
border-radius: 4px;
border-color: rgb(221, 221, 221);
padding: 10px;
}
.phone-controller input
{
box-sizing: border-box;
width: 100%;
font-size: 1.8em;
color: #333333;
padding: 5px 15px 5px 15px;
border:0;
}
.phone-controller .phone-number
{
box-sizing: border-box;
width: 100%;
font-size: 1.8em;
padding: 5px 15px 5px 15px;
color:#333333;
overflow: hidden;
}
.phone-controller .keypad
{
overflow: auto;
padding: 10px 30px 10px 30px;
}
.phone-controller .keypad .digit
{
float: left;
width: 60px;
height: 60px;
line-height: 60px;
text-align: center;
border: 1px solid #ddd;
font-size: 1.6em;
margin-left: 5px;
margin-bottom: 5px;
font-weight: bold;
cursor: pointer;
color: #787878;
border-radius: 3px;
}
.phone-controller .digit:nth-child(3n +1){
margin-left: 5px
}
.phone-controller .digit:nth-child(1n + 10){
margin-bottom: 0
}
.phone-controller .digit:hover{
background-color: #787878;
color:white;
}
.phone-controller .button-call
{
width: 100%;
border-radius: 3px;
border:1px solid green;
font-size: 1.6em;
background-color: green;
color:white;
}
.phone-controller .button-hangup
{
width: 100%;
border-radius: 3px;
border:1px solid red;
font-size: 1.6em;
background-color: red;
color:white;
}
.phone-controller .status
{
font-size: 0.8em;
color: #808080;
padding-top: 8px;
display: block
}
/* support chat */
.typing-notification
{
color: #808080;
height: 2em;
font-size: 0.8em;
line-height: 2em;
padding-left: 10px;
}
.chat-controller .load-indicator
{
text-align: center;
margin-top: 10px;
margin-bottom: 20px;
}
.chat-controller .typing-notification
{
color: #808080;
height: 2em;
font-size: 0.8em;
line-height: 2em;
}
.support-chat-form input[name="identity"]
{
width: 250px;
}
.support-chat-form .initiate > span
{
padding-right:8px;
}
.chat-controller
{
border-top: 1px solid #ddd;
padding-top: 10px;
}
.chat-canvas
{
height: 400px;
margin: 0;
overflow-y: scroll;
}
.chat-canvas .message-list
{
list-style: none;
padding-left: 10px;
margin-right: 10px;
}
.chat-canvas .message-list .message
{
list-style: none;
overflow: none;
clear:both;
padding: 0 8px 8px 8px;
}
.message > div
{
float: left;
}
.message .body
{
color: #fff;
background-color: #00b0ff;
font-size: 16px;
position: relative;
display: inline-block;
clear: both;
padding: 8px 14px 8px 14px;
vertical-align: top;
border-radius: 5px;
z-index: 1;
}
.message .body .needle
{
position: absolute;
top: 0;
left: 0;
}
.message .body .needle:after
{
font-family: FontAwesome;
color: #00b0ff;
position: absolute;
z-index: -1;
top: 10px;
left:12px;
display: block;
width: 8px;
height: 6px;
content: '\f04d';
-webkit-transform: rotate(29deg) skew(-35deg);
transform: rotate(29deg) skew(-35deg);
}
.message .body p
{
margin:0;
font-size: 14px;
}
.message.me > div
{
float: right;
}
.message.me .body
{
color: #1a1a1a;
background-color: #eceff1;
-webkit-align-self: flex-end;
-ms-flex-item-align: end;
float: right;
}
.message.me .body .needle
{
position: absolute;
top: 0;
right: 0;
left: auto;
}
.message.me .body .needle:after
{
color: #eceff1;
right: -10px;
left:auto;
}
.message .footer
{
overflow:auto;
clear: both;
}
.message .footer .author
{
font-size: 0.9em;
float:left;
padding-right: 8px;
}
.message.me .footer .author
{
float:right;
padding-left: 8px;
padding-right: 0;
}
.message .footer .time
{
font-size: 0.9em;
}
.message .footer .time
{
float: right;
}
.message.me .footer .time
{
float: left;
}
.chat-message-form
{
padding-left: 10px;
}
.chat-message-form input
{
width:100%;
}
.chat-message-form button
{
padding-left: 15px;
padding-right: 15px;
margin-top: 5px;
}
.message .chat-inline-number
{
color: white;
cursor: pointer;
text-decoration: underline;
}
.message.me .chat-inline-number
{
color: #1a1a1a;
}
/* task overview */
.task-list
{
width: 100%;
}
.task-list .label
{
font-size:1em;
}
/* Twilio Video */
.video-support-form input[name="identity"]
{
width: 250px;
}
.video-support-form .initiate > span
{
padding-right:8px;
}
.video-canvas
{
position: relative;
width: 600px;
height:450px;
}
.video-canvas > div
{
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
z-index: 100;
}
.video-canvas .button-toggle-media
{
background-color: rgba(0,0,0,0.7);
padding: 0px;
cursor: pointer;
height: 60px;
width: 60px;
border-radius: 30px;
left: 50%;
margin-left: 10px;
background-repeat: no-repeat;
background-size: 50%;
bottom: 15px;
background-position: center center;
position: absolute;
}
.video-canvas .media-enabled
{
background-image: url(/images/icon_camera.svg);
}
.video-canvas .media-disabled
{
background-image: url(/images/icon_camera_off.svg);
}
.video-canvas .button-leave-room
{
background-color: rgba(0,0,0,0.7);
background-image: url(/images/icon_leave_room.svg);
padding: 0px;
cursor: pointer;
height: 60px;
width: 60px;
border-radius: 30px;
left: 50%;
margin-left: -70px;
background-repeat: no-repeat;
background-size: 50%;
bottom: 15px;
background-position: center center;
position: absolute;
}
.video-canvas .waiting-for-agent
{
position: absolute;
z-index: -1;
width: 100%;
height: 100%;
}
.video-canvas .waiting-for-agent > div
{
position: absolute;
top: 45%;
text-align: center;
width: 100%;
}
.video-canvas .waiting-for-agent > div i
{
font-size: 2.6em;
}
.video-canvas #remote-media
{
width: 100%;
line-height:0px;
position: absolute;
z-index: -1;
}
.video-canvas #remote-media video
{
width: 100%;
}
.video-canvas #local-media
{
width: 240px;
height: 180px;
left: 0px;
top: 0px;
position: absolute;
}
.video-canvas #local-media video
{
width: 240px;
-webkit-box-shadow: 3px 3px 5px -2px rgba(0,0,0,0.39);
-moz-box-shadow: 3px 3px 5px -2px rgba(0,0,0,0.39);
box-shadow: 3px 3px 5px -2px rgba(0,0,0,0.39);
}
.agent-video-canvas
{
position: relative;
width: 100%;
background-color: #f5f5f5;
line-height: 0px;
}
.agent-video-canvas > video
{
width: 100%;
}
.ui-warning
{
background-color: rgb(244, 67, 54);
color: white;
line-height: 26px;
vertical-align: middle;
font-weight: 500;
letter-spacing: .01em;
font-size: 14px;
align-items: center;
text-align: center;
box-sizing: border-box;
} | public/styles/default.css | [ng\:cloak], [ng-cloak], .ng-cloak {
display: none !important;
}
.tab-pane{
background: #fff;
padding-top: 10px;
padding-bottom:10px;
border: 1px solid #ddd;
margin-top: -1px;
}
.workflow-controller
{
margin-top: 10px;
}
.workflow-controller .logout
{
text-align:right;
font-size:0.9em;
cursor:pointer;
}
.workflow-controller .name
{
margin-top: 15px;
}
.workflow-controller .reservations
{
float: left;
width:505px;
margin-top: 10px;
}
.workflow-controller .reservations .agent-reservation
{
border: 1px solid transparent;
border-radius: 4px;
border-color: rgb(221, 221, 221);
box-shadow: none;
}
.workflow-controller .reservations .agent-reservation table
{
width:100%;
font-size: 1.2em;
}
.workflow-controller .reservations .agent-reservation .accept-panel
{
width: 80px;
text-align:right;
}
.workflow-controller .reservations .agent-reservation .accept-panel button
{
-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
box-shadow:inset 0px 1px 0px 0px #ffffff;
background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffffff), color-stop(1, #f6f6f6));
background:-moz-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
background:-webkit-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
background:-o-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
background:-ms-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
background:linear-gradient(to bottom, #ffffff 5%, #f6f6f6 100%);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0);
background-color:#ffffff;
-moz-border-radius:4px;
-webkit-border-radius:4px;
border-radius:4px;
border:1px solid #dcdcdc;
display:inline-block;
cursor:pointer;
color:#666666;
font-size:15px;
font-weight:bold;
height: 34px;
padding-left: 12px;
padding-right: 12px;
text-decoration:none;
text-shadow:0px 1px 0px #ffffff;
}
.workflow-controller .reservations .agent-reservation .accept-panel button:hover {
background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f6f6f6), color-stop(1, #ffffff));
background:-moz-linear-gradient(top, #f6f6f6 5%, #ffffff 100%);
background:-webkit-linear-gradient(top, #f6f6f6 5%, #ffffff 100%);
background:-o-linear-gradient(top, #f6f6f6 5%, #ffffff 100%);
background:-ms-linear-gradient(top, #f6f6f6 5%, #ffffff 100%);
background:linear-gradient(to bottom, #f6f6f6 5%, #ffffff 100%);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f6f6f6', endColorstr='#ffffff',GradientType=0);
background-color:#f6f6f6;
}
.workflow-controller .reservations .agent-reservation .timer
{
font-size: 0.8em
}
.workflow-controller .reservations .agent-reservation .title
{
font-weight: bold;
}
.workflow-controller .reservations .agent-waiting
{
border: 1px solid transparent;
border-radius: 4px;
border-color: rgb(221, 221, 221);
box-shadow: none;
}
.workflow-controller .reservations .agent-waiting .panel-title
{
text-align:center;
font-size:1.4em;
color: #787878;
}
.workflow-controller .reservations .agent-task
{
border: 1px solid transparent;
border-radius: 4px;
border-color: rgb(221, 221, 221);
box-shadow: none;
}
.workflow-controller .reservations .agent-task .description
{
font-size: 1.2em;
font-weight: bold;
}
.workflow-controller .reservations .agent-task .panel-heading
{
overflow: auto;
}
.workflow-controller .reservations .agent-task button.complete-task
{
float: right;
}
.phone-controller
{
float:right;
width:280px;
margin-top: 10px;
background-color:#f5f5f5;
border: 1px solid transparent;
border-radius: 4px;
border-color: rgb(221, 221, 221);
padding: 10px;
}
.phone-controller input
{
box-sizing: border-box;
width: 100%;
font-size: 1.8em;
color: #333333;
padding: 5px 15px 5px 15px;
border:0;
}
.phone-controller .phone-number
{
box-sizing: border-box;
width: 100%;
font-size: 1.8em;
padding: 5px 15px 5px 15px;
color:#333333;
overflow: hidden;
}
.phone-controller .keypad
{
overflow: auto;
padding: 10px 30px 10px 30px;
}
.phone-controller .keypad .digit
{
float: left;
width: 60px;
height: 60px;
line-height: 60px;
text-align: center;
border: 1px solid #ddd;
font-size: 1.6em;
margin-left: 5px;
margin-bottom: 5px;
font-weight: bold;
cursor: pointer;
color: #787878;
border-radius: 3px;
}
.phone-controller .digit:nth-child(3n +1){
margin-left: 5px
}
.phone-controller .digit:nth-child(1n + 10){
margin-bottom: 0
}
.phone-controller .digit:hover{
background-color: #787878;
color:white;
}
.phone-controller .button-call
{
width: 100%;
border-radius: 3px;
border:1px solid green;
font-size: 1.6em;
background-color: green;
color:white;
}
.phone-controller .button-hangup
{
width: 100%;
border-radius: 3px;
border:1px solid red;
font-size: 1.6em;
background-color: red;
color:white;
}
.phone-controller .status
{
font-size: 0.8em;
color: #808080;
padding-top: 8px;
display: block
}
/* support chat */
.typing-notification
{
color: #808080;
height: 2em;
font-size: 0.8em;
line-height: 2em;
padding-left: 10px;
}
.chat-controller .load-indicator
{
text-align: center;
margin-top: 10px;
margin-bottom: 20px;
}
.chat-controller .typing-notification
{
color: #808080;
height: 2em;
font-size: 0.8em;
line-height: 2em;
}
.support-chat-form input[name="identity"]
{
width: 250px;
}
.support-chat-form .initiate > span
{
padding-right:8px;
}
.chat-controller
{
border-top: 1px solid #ddd;
padding-top: 10px;
}
.chat-canvas
{
height: 400px;
margin: 0;
overflow-y: scroll;
}
.chat-canvas .message-list
{
list-style: none;
padding-left: 10px;
margin-right: 10px;
}
.chat-canvas .message-list .message
{
list-style: none;
overflow: none;
clear:both;
padding: 0 8px 8px 8px;
}
.message > div
{
float: left;
}
.message .body
{
color: #fff;
background-color: #00b0ff;
font-size: 16px;
position: relative;
display: inline-block;
clear: both;
padding: 8px 14px 8px 14px;
vertical-align: top;
border-radius: 5px;
z-index: 1;
}
.message .body .needle
{
position: absolute;
top: 0;
left: 0;
}
.message .body .needle:after
{
font-family: FontAwesome;
color: #00b0ff;
position: absolute;
z-index: -1;
top: 10px;
left:12px;
display: block;
width: 8px;
height: 6px;
content: '\f04d';
-webkit-transform: rotate(29deg) skew(-35deg);
transform: rotate(29deg) skew(-35deg);
}
.message .body p
{
margin:0;
font-size: 14px;
}
.message.me > div
{
float: right;
}
.message.me .body
{
color: #1a1a1a;
background-color: #eceff1;
-webkit-align-self: flex-end;
-ms-flex-item-align: end;
float: right;
}
.message.me .body .needle
{
position: absolute;
top: 0;
right: 0;
left: auto;
}
.message.me .body .needle:after
{
color: #eceff1;
right: -10px;
left:auto;
}
.message .footer
{
overflow:auto;
clear: both;
}
.message .footer .author
{
font-size: 0.9em;
float:left;
padding-right: 8px;
}
.message.me .footer .author
{
float:right;
padding-left: 8px;
padding-right: 0;
}
.message .footer .time
{
font-size: 0.9em;
}
.message .footer .time
{
float: right;
}
.message.me .footer .time
{
float: left;
}
.chat-message-form
{
padding-left: 10px;
}
.chat-message-form input
{
width:100%;
}
.chat-message-form button
{
padding-left: 15px;
padding-right: 15px;
margin-top: 5px;
}
.message .chat-inline-number
{
color: white;
cursor: pointer;
text-decoration: underline;
}
.message.me .chat-inline-number
{
color: #1a1a1a;
}
/* task overview */
.task-list
{
width: 100%;
}
.task-list .label
{
font-size:1em;
}
/* Twilio Video */
.video-support-form input[name="identity"]
{
width: 250px;
}
.video-support-form .initiate > span
{
padding-right:8px;
}
.video-canvas
{
position: relative;
width: 600px;
height:450px;
}
.video-canvas > div
{
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
z-index: 100;
}
.video-canvas .button-toggle-media
{
background-color: rgba(0,0,0,0.7);
padding: 0px;
cursor: pointer;
height: 60px;
width: 60px;
border-radius: 30px;
left: 50%;
margin-left: 10px;
background-repeat: no-repeat;
background-size: 50%;
bottom: 15px;
background-position: center center;
position: absolute;
}
.video-canvas .media-enabled
{
background-image: url(/images/icon_camera.svg);
}
.video-canvas .media-disabled
{
background-image: url(/images/icon_camera_off.svg);
}
.video-canvas .button-leave-room
{
background-color: rgba(0,0,0,0.7);
background-image: url(/images/icon_leave_room.svg);
padding: 0px;
cursor: pointer;
height: 60px;
width: 60px;
border-radius: 30px;
left: 50%;
margin-left: -70px;
background-repeat: no-repeat;
background-size: 50%;
bottom: 15px;
background-position: center center;
position: absolute;
}
.video-canvas .waiting-for-agent
{
position: absolute;
z-index: -1;
width: 100%;
height: 100%;
}
.video-canvas .waiting-for-agent > div
{
position: absolute;
top: 45%;
text-align: center;
width: 100%;
}
.video-canvas .waiting-for-agent > div i
{
font-size: 2.6em;
}
.video-canvas #remote-media
{
width: 100%;
line-height:0px;
position: absolute;
z-index: -1;
}
.video-canvas #remote-media video
{
width: 100%;
}
.video-canvas #local-media
{
width: 240px;
height: 180px;
left: 0px;
top: 0px;
position: absolute;
}
.video-canvas #local-media video
{
width: 240px;
-webkit-box-shadow: 3px 3px 5px -2px rgba(0,0,0,0.39);
-moz-box-shadow: 3px 3px 5px -2px rgba(0,0,0,0.39);
box-shadow: 3px 3px 5px -2px rgba(0,0,0,0.39);
}
.agent-video-canvas
{
position: relative;
width: 100%;
background-color: #f5f5f5;
line-height: 0px;
}
.agent-video-canvas > video
{
width: 100%;
}
.ui-warning
{
background-color: rgb(244, 67, 54);
color: white;
line-height: 26px;
vertical-align: middle;
font-weight: 500;
letter-spacing: .01em;
font-size: 14px;
align-items: center;
text-align: center;
box-sizing: border-box;
} | 0.237399 | 0.106505 |
* {
font-family: Helvetica;
margin: 0;
padding: 0;
background: #222;
color: #fff;
}
#logo img{
height: 40px;
}
#navbar{
padding: 1.2em 1.4em;
margin-bottom: 1em;
display: flex;
justify-content: space-between;
align-items: center;
border-bottom: 1px solid #fff;
}
#navbar ul{
display: flex;
list-style: none;
}
#navbar ul li {
margin-left: 1em;
}
#navbar ul li a {
text-decoration: none;
transition: 0.5s;
font-weight: bold;
}
#navbar ul li a:hover {
color: #f6982d
}
/* Container */
.container{
min-height: 60vh;
padding: 2em;
}
/* Messages */
.message {
padding: 1em;
color: #004085;
background: #cce5ff;
border: 1px solid #b8daff;
border-radius: 5px;
text-align: center;
margin: 0 auto 2em;
max-width: 60%;
}
/* Login/Register */
.auth-container{
max-width: 480px;
margin: 0 auto;
display: flex;
flex-direction: column;
}
.auth-container h2{
margin-bottom: 1em;
color: #fff;
border-left: 4px solid #f6982d;
padding: 0.3em;
}
.auth-container a {
color: #f6982d;
}
.form-control{
display: flex;
flex-direction: column;
margin-bottom: 1em;
}
.form-control input, .form-control textarea{
padding: 7px;
border-radius: 3px;
border: 1px solid #f6982d;
}
.form-control label{
font-weight: bold;
margin-bottom: 0.5em;
}
form input[type='submit'], .btn{
background: transparent;
color: #f6982d;
border: 2px solid #f6982d;
padding: 0.5em 1.2em;
margin-bottom: 1em;
font-size: 1em;
font-weight: bold;
border-radius: 5px;
cursor: pointer;
text-decoration: none;
transition: 0.5s;
}
form input[type='submit']:hover, .btn:hover{
color: #fff;
background: #f6982d;
}
/* Create/Edit form */
.tought-form-container a{
color: #f6982d;
}
.tought-form-container a:hover{
color: #fff;
}
.tought-form-container h1{
color: #fff;
margin: 1em 0;
border-left: 4px solid #f6982d;
padding: 0.3em;
}
.tought-form-container form{
max-width: 30%;
margin-top: 1.5em;
}
/* Dashboard */
.title-container{
display: flex;
justify-content: space-between;
margin-bottom: 1.5em;
}
.title-container h2{
border-left: 4px solid #f6982d;
padding: 10px;
}
.dashboard h3{
margin-bottom: 1.5em;
}
.dashboard ul{
list-style: none;
}
.dashboard li{
padding: 12px;
border-bottom: 1px solid #f6982d;
display: flex;
align-items: center;
justify-content: space-between;
}
.dashboard .label{
font-weight: bold;
color: #f6982d;
margin-right: 2em;
}
.dashboard .actions{
display: flex;
}
.dashboard .actions .btn{
color: #fff;
border-color: #fff;
margin-right: 2em;
}
/* Home */
.home-header{
display: flex;
flex-direction: column;
max-width: 60%;
margin: 0 auto;
text-align: center;
}
.home-header h1{
margin-bottom: 1em;
}
.home-header span{
color: #f6982d;
}
.home-header p,
.home-header form{
margin-bottom: 1.2em;
}
.home-header input{
border: none;
border-bottom: 1px solid #fff;
padding: 0.5em;
margin-right: 1em;
}
.home-header input[type="text"]{
width: 60%;
}
.home-header input::placeholder{
color: #fff;
}
.order-container{
display: flex;
justify-content: center;
align-items: center;
max-width: 80%;
margin: 0 auto 1em;
}
.order-container span{
font-weight: bold;
color: #fff;
}
.order-container form{
margin: 0;
}
.order-container button{
margin-bottom: 0;
border: none;
cursor: pointer;
}
.order-container button:hover,
.order-container i:hover,
.order-container a:hover{
color: #f6982d;
}
.order-container button,
.order-container i,
.order-container a{
margin: 0 7px;
}
.toughts-container figure{
border-bottom: 1px solid #333;
padding: 0.5em;
max-width: 50%;
margin: 0 auto 1em;
}
.toughts-container blockquote{
font-style: italic;
font-size: 2em;
margin-bottom: 0.4em;
}
.toughts-container span{
color: #f6982d;
}
/* Footer */
footer{
height: 150px;
display: flex;
justify-content: center;
align-items: center;
border-top: 1px solid #fff;
}
footer span {
font-weight: bold;
color: #f6982d;
} | public/css/styles.css | * {
font-family: Helvetica;
margin: 0;
padding: 0;
background: #222;
color: #fff;
}
#logo img{
height: 40px;
}
#navbar{
padding: 1.2em 1.4em;
margin-bottom: 1em;
display: flex;
justify-content: space-between;
align-items: center;
border-bottom: 1px solid #fff;
}
#navbar ul{
display: flex;
list-style: none;
}
#navbar ul li {
margin-left: 1em;
}
#navbar ul li a {
text-decoration: none;
transition: 0.5s;
font-weight: bold;
}
#navbar ul li a:hover {
color: #f6982d
}
/* Container */
.container{
min-height: 60vh;
padding: 2em;
}
/* Messages */
.message {
padding: 1em;
color: #004085;
background: #cce5ff;
border: 1px solid #b8daff;
border-radius: 5px;
text-align: center;
margin: 0 auto 2em;
max-width: 60%;
}
/* Login/Register */
.auth-container{
max-width: 480px;
margin: 0 auto;
display: flex;
flex-direction: column;
}
.auth-container h2{
margin-bottom: 1em;
color: #fff;
border-left: 4px solid #f6982d;
padding: 0.3em;
}
.auth-container a {
color: #f6982d;
}
.form-control{
display: flex;
flex-direction: column;
margin-bottom: 1em;
}
.form-control input, .form-control textarea{
padding: 7px;
border-radius: 3px;
border: 1px solid #f6982d;
}
.form-control label{
font-weight: bold;
margin-bottom: 0.5em;
}
form input[type='submit'], .btn{
background: transparent;
color: #f6982d;
border: 2px solid #f6982d;
padding: 0.5em 1.2em;
margin-bottom: 1em;
font-size: 1em;
font-weight: bold;
border-radius: 5px;
cursor: pointer;
text-decoration: none;
transition: 0.5s;
}
form input[type='submit']:hover, .btn:hover{
color: #fff;
background: #f6982d;
}
/* Create/Edit form */
.tought-form-container a{
color: #f6982d;
}
.tought-form-container a:hover{
color: #fff;
}
.tought-form-container h1{
color: #fff;
margin: 1em 0;
border-left: 4px solid #f6982d;
padding: 0.3em;
}
.tought-form-container form{
max-width: 30%;
margin-top: 1.5em;
}
/* Dashboard */
.title-container{
display: flex;
justify-content: space-between;
margin-bottom: 1.5em;
}
.title-container h2{
border-left: 4px solid #f6982d;
padding: 10px;
}
.dashboard h3{
margin-bottom: 1.5em;
}
.dashboard ul{
list-style: none;
}
.dashboard li{
padding: 12px;
border-bottom: 1px solid #f6982d;
display: flex;
align-items: center;
justify-content: space-between;
}
.dashboard .label{
font-weight: bold;
color: #f6982d;
margin-right: 2em;
}
.dashboard .actions{
display: flex;
}
.dashboard .actions .btn{
color: #fff;
border-color: #fff;
margin-right: 2em;
}
/* Home */
.home-header{
display: flex;
flex-direction: column;
max-width: 60%;
margin: 0 auto;
text-align: center;
}
.home-header h1{
margin-bottom: 1em;
}
.home-header span{
color: #f6982d;
}
.home-header p,
.home-header form{
margin-bottom: 1.2em;
}
.home-header input{
border: none;
border-bottom: 1px solid #fff;
padding: 0.5em;
margin-right: 1em;
}
.home-header input[type="text"]{
width: 60%;
}
.home-header input::placeholder{
color: #fff;
}
.order-container{
display: flex;
justify-content: center;
align-items: center;
max-width: 80%;
margin: 0 auto 1em;
}
.order-container span{
font-weight: bold;
color: #fff;
}
.order-container form{
margin: 0;
}
.order-container button{
margin-bottom: 0;
border: none;
cursor: pointer;
}
.order-container button:hover,
.order-container i:hover,
.order-container a:hover{
color: #f6982d;
}
.order-container button,
.order-container i,
.order-container a{
margin: 0 7px;
}
.toughts-container figure{
border-bottom: 1px solid #333;
padding: 0.5em;
max-width: 50%;
margin: 0 auto 1em;
}
.toughts-container blockquote{
font-style: italic;
font-size: 2em;
margin-bottom: 0.4em;
}
.toughts-container span{
color: #f6982d;
}
/* Footer */
footer{
height: 150px;
display: flex;
justify-content: center;
align-items: center;
border-top: 1px solid #fff;
}
footer span {
font-weight: bold;
color: #f6982d;
} | 0.375821 | 0.08772 |
* {
margin: 0;
padding: 0;
}
body {
font-family: Arial, sans-serif;
font-size: 14px;
}
#container {
width: 580px;
margin: 160px auto 0;
text-align: center;
}
h1#logo {
width: 272px;
height: 92px;
background: url('images/google.png') top left no-repeat;
background-size: 100%;
text-indent: -9999px;
margin: 0 auto;
}
input[type="search"] {
display: block;
width: 560px;
padding: 10px;
margin: 25px 0 18px;
border: solid 1px #ccc;
font-size: 16px;
}
input[type="search"]:hover {
border-color: #aaa;
-webkit-box-shadow: -1px 8px 17px -8px rgba(0,0,0,0.84);
-moz-box-shadow: -1px 8px 17px -8px rgba(0,0,0,0.84);
box-shadow: -1px 8px 17px -8px rgba(0,0,0,0.84);
}
input[type="search"]{
-webkit-box-shadow: -1px 5px 17px -7px rgba(0,0,0,0.66);
-moz-box-shadow: -1px 5px 17px -7px rgba(0,0,0,0.66);
box-shadow: -1px 5px 17px -7px rgba(0,0,0,0.66);
}
input[type="submit"] {
background: #eee;
color: #333;
border: solid 1px #ccc;
padding: 5px;
font-size: 11px;
font-family: Arial, sans-serif;
font-weight: bold;
margin: 0 5px;
}
nav#header-links {
text-align: right;
padding: 20px;
}
nav#header-links ul li{
display: inline;
}
nav#header-links ul li a:link,
nav#header-links ul li a:visited,
footer nav ul li a:link,
footer nav ul li a:visited{
padding: 0 15px;
color: #555;
text-decoration: none;
font-size: 13px;
}
nav#header-links ul li a:hover,
nav.clearfix ul li a:hover{
text-decoration: underline;
}
footer {
background: #eee;
position: fixed;
bottom: 0;
width: 100%;
}
footer nav {
padding: 20px;
}
footer nav ul li {
display: inline;
}
footer nav ul {
float: left;
}
footer nav ul#country li {
color: #888;
font-size: 16px;
padding: 0 15px;
}
footer nav ul.right-links {
float: right;
text-align: right;
}
.clearfix:after {
content: "";
display: table;
clear: both;
}
footer nav.above {
border-top: solid 1px #E4E4E4;
}
nav#header-links ul li a#sign {
background: #4684EE;
padding: 10px;
border-radius: 7%;
color: #FFFFFE;
}
nav#header-links ul li {
height: 30px;
}
/*nav#header-links ul li a#apps {
background: url('images/icon.PNG') no-repeat;
} */ | googleStyle.css | * {
margin: 0;
padding: 0;
}
body {
font-family: Arial, sans-serif;
font-size: 14px;
}
#container {
width: 580px;
margin: 160px auto 0;
text-align: center;
}
h1#logo {
width: 272px;
height: 92px;
background: url('images/google.png') top left no-repeat;
background-size: 100%;
text-indent: -9999px;
margin: 0 auto;
}
input[type="search"] {
display: block;
width: 560px;
padding: 10px;
margin: 25px 0 18px;
border: solid 1px #ccc;
font-size: 16px;
}
input[type="search"]:hover {
border-color: #aaa;
-webkit-box-shadow: -1px 8px 17px -8px rgba(0,0,0,0.84);
-moz-box-shadow: -1px 8px 17px -8px rgba(0,0,0,0.84);
box-shadow: -1px 8px 17px -8px rgba(0,0,0,0.84);
}
input[type="search"]{
-webkit-box-shadow: -1px 5px 17px -7px rgba(0,0,0,0.66);
-moz-box-shadow: -1px 5px 17px -7px rgba(0,0,0,0.66);
box-shadow: -1px 5px 17px -7px rgba(0,0,0,0.66);
}
input[type="submit"] {
background: #eee;
color: #333;
border: solid 1px #ccc;
padding: 5px;
font-size: 11px;
font-family: Arial, sans-serif;
font-weight: bold;
margin: 0 5px;
}
nav#header-links {
text-align: right;
padding: 20px;
}
nav#header-links ul li{
display: inline;
}
nav#header-links ul li a:link,
nav#header-links ul li a:visited,
footer nav ul li a:link,
footer nav ul li a:visited{
padding: 0 15px;
color: #555;
text-decoration: none;
font-size: 13px;
}
nav#header-links ul li a:hover,
nav.clearfix ul li a:hover{
text-decoration: underline;
}
footer {
background: #eee;
position: fixed;
bottom: 0;
width: 100%;
}
footer nav {
padding: 20px;
}
footer nav ul li {
display: inline;
}
footer nav ul {
float: left;
}
footer nav ul#country li {
color: #888;
font-size: 16px;
padding: 0 15px;
}
footer nav ul.right-links {
float: right;
text-align: right;
}
.clearfix:after {
content: "";
display: table;
clear: both;
}
footer nav.above {
border-top: solid 1px #E4E4E4;
}
nav#header-links ul li a#sign {
background: #4684EE;
padding: 10px;
border-radius: 7%;
color: #FFFFFE;
}
nav#header-links ul li {
height: 30px;
}
/*nav#header-links ul li a#apps {
background: url('images/icon.PNG') no-repeat;
} */ | 0.248625 | 0.064565 |
@import url(fonts.css);
/*
We display a fallback message for users with browsers that don't support
all the features required by it. All of the content will be still fully
accessible for them, but some more advanced effects would be missing.
When impress.js detects that browser supports all necessary CSS3 features,
the fallback-message style is hidden.
*/
.fallback-message {
font-family: sans-serif;
line-height: 1.3;
width: 780px;
padding: 10px 10px 0;
margin: 20px auto;
border: 1px solid #E4C652;
border-radius: 10px;
background: #EEDC94;
}
.fallback-message p {
margin-bottom: 10px;
}
.impress-supported .fallback-message {
display: none;
}
/*
The body background is the bacgkround of "everything". Many
impress.js tools call it the "surface". It could also be a
picture or pattern, but we leave it as light gray.
*/
body {
font-family: 'PT Sans', sans-serif;
min-height: 740px;
background: rgb(215, 215, 215);
color: rgb(102, 102, 102);
}
/*
Now let's style the presentation steps.
*/
.step {
position: relative;
width: 900px;
padding: 40px;
margin: 20px auto;
box-sizing: border-box;
font-family: 'PT Serif', georgia, serif;
font-size: 48px;
line-height: 1.5;
}
/*
Make inactive steps a little bit transparent.
*/
.impress-enabled .step {
margin: 0;
opacity: 0.3;
transition: opacity 1s;
}
.impress-enabled .step.active { opacity: 1 }
/*
Speaker notes allow you to write comments within the steps, that will not
be displayed as part of the presentation. However, they will be picked up
and displayed by impressConsole.js when integrated.
*/
.notes {
display: none;
}
/*
These 'slide' step styles were heavily inspired by HTML5 Slides:
http://html5slides.googlecode.com/svn/trunk/styles.css
Note that we also use a background image, again just to facilitate a common
feature from PowerPoint and LibreOffice worlds. In this case the background
image is just the impress.js favicon - as if it were a company logo or something.
*/
.slide {
display: block;
width: 900px;
height: 700px;
padding: 40px 60px;
background-image: url(../images/background.png);
background-color: white;
border: 1px solid rgba(0, 0, 0, .3);
border-radius: 10px;
box-shadow: 0 2px 6px rgba(0, 0, 0, .1);
text-shadow: 0 2px 2px rgba(0, 0, 0, .1);
font-family: 'Open Sans', Arial, sans-serif;
font-size: 30px;
letter-spacing: -1px;
}
.slide h1,
.slide h2,
.slide h3 {
margin-bottom: 0.5em;
margin-top: 0.5em;
text-align: center;
}
.slide p {
text-align: center;
margin: 0.7em;
}
.slide li {
margin: 0.2em;
}
/* Highlight.js used for coloring pre > code blocks. */
.slide pre > code {
font-size: 14px;
text-shadow: 0 0 0 rgba(0, 0, 0, 0);
}
/* Inline code, no Highlight.js */
code {
font-family: "Cutive mono","Courier New", monospace;
}
a {
color: inherit;
text-decoration: none;
padding: 0 0.1em;
background: rgba(200,200,200,0.2);
text-shadow: -1px 1px 2px rgba(100,100,100,0.9);
border-radius: 0.2em;
border-bottom: 1px solid rgba(100,100,100,0.2);
border-left: 1px solid rgba(100,100,100,0.2);
transition: 0.5s;
}
a:hover,
a:focus {
background: rgba(200,200,200,1);
text-shadow: -1px 1px 2px rgba(100,100,100,0.5);
}
blockquote {
font-family: 'PT Serif';
font-style: italic;
font-weight: 400;
}
em {
text-shadow: 0 2px 2px rgba(0, 0, 0, .3);
}
strong {
text-shadow: -1px 1px 2px rgba(100,100,100,0.5);
}
q {
font-family: 'PT Serif';
font-style: italic;
font-weight: 400;
text-shadow: 0 2px 2px rgba(0, 0, 0, .3);
}
strike {
opacity: 0.7;
}
small {
font-size: 0.4em;
}
img {
width: 300px
}
.slide .right {
float: right;
margin-left: 40px;
margin-right: 0px;
margin-top: 20px;
margin-bottom: 20px;
}
.slide .left {
float: left;
margin-right: 40px;
margin-left: 0px;
margin-top: 20px;
margin-bottom: 20px;
}
.slide .top {
position: absolute;
top: 20px;
margin-bottom: 20px;
margin-top: 0px;
}
.slide .bottom {
position: absolute;
bottom: 20px;
margin-bottom: 0px;
margin-top: 20px;
}
/*
Specific styles for: .title slides
*/
.title {
background-image: url(../images/background-title.png);
}
.title h1,
.title h2,
.title h3 {
position: absolute;
left: 45px; /* slide width is 900px, so this is like a 5% margin on both sides */
width: 90%;
text-align: center;
}
.title h1 { top: 50px; }
.title h2 { top: 400px; }
.title h3 { top: 500px; }
/* Styles for animating the contents of a slide, such as a img, p, li or span element. ********/
/*
fly-in class starts from a position outside the slide, then flies into it's correct position.
*/
.future .fly-in {
transform: translateY(-700px);
opacity: 0.0; /* Make it invisible, just so it doesn't clutter some other slide that might be in the position where we moved it */
}
.present .fly-in {
transform: translateY(0px);
opacity: 1.0;
transition: 2s;
}
.past .fly-out {
transform: translateY(700px);
opacity: 0.0;
transition: 2s;
}
/*
Fade-in/out is a straightforward fade. Give it enough seconds that all browsers render it clearly.
*/
.future .fade-in {
opacity: 0.0;
}
.present .fade-in {
opacity: 1.0;
transition: 3s;
}
.past .fade-out {
opacity: 0.0;
transition: 3s;
}
/*
Zoom-in.
*/
.future .zoom-in {
transform: scale(10);
opacity: 0.0;
}
.present .zoom-in {
transform: scale(1);
opacity: 1.0;
transition: 3s;
}
.past .zoom-out {
transform: scale(10);
opacity: 0.0;
}
/*
This version of impress.js supports plugins, and in particular, a UI toolbar
plugin that allows easy navigation between steps and autoplay.
*/
.impress-enabled div#impress-toolbar {
position: fixed;
right: 1px;
bottom: 1px;
opacity: 0.6;
z-index: 10;
}
.impress-enabled div#impress-toolbar > span {
margin-right: 10px;
}
/*
With help from the mouse-timeout plugin, we can hide the toolbar and
have it show only when you move/click/touch the mouse.
*/
body.impress-mouse-timeout div#impress-toolbar {
display: none;
}
/*
In fact, we can hide the mouse cursor itself too, when mouse isn't used.
*/
body.impress-mouse-timeout {
cursor: none;
}
/* Progress bar */
.impress-progressbar {
position: absolute;
right: 118px;
bottom: 1px;
left: 118px;
border-radius: 7px;
border: 2px solid rgba(100, 100, 100, 0.2);
}
.impress-progressbar DIV {
width: 0;
height: 2px;
border-radius: 5px;
background: rgba(75, 75, 75, 0.4);
transition: width 1s linear;
}
.impress-progress {
position: absolute;
left: 59px;
bottom: 1px;
text-align: left;
font-size: 10pt;
opacity: 0.6;
}
/* Help popup plugin */
.impress-enabled #impress-help {
background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
color: #EEEEEE;
font-size: 80%;
position: fixed;
left: 2em;
bottom: 2em;
width: 24em;
border-radius: 1em;
padding: 1em;
text-align: center;
z-index: 100;
font-family: Verdana, Arial, Sans;
}
.impress-enabled #impress-help td {
padding-left: 1em;
padding-right: 1em;
}
/*
Styles for specific slides.
*/
/* The bar graph for Acme Inc profits */
#acme-graph-bottom {
position: absolute;
bottom: 100px;
left: 440px;
background-color: black;
width: 410px;
height: 2px;
}
/* height: is set from javascript */
#acme-graph-q1,
#acme-graph-q2,
#acme-graph-q3,
#acme-graph-q4 {
border: solid 1px black;
width: 70px;
margin-left: 10px;
position: absolute;
bottom: 100px;
}
#acme-graph-q1 {
background-color: red;
left: 450px;
}
#acme-graph-q2 {
background-color: blue;
left: 550px;
}
#acme-graph-q3 {
background-color: green;
left: 650px;
}
#acme-graph-q4 {
background-color: purple;
left: 750px;
}
/*
And as the last thing there is a workaround for quite strange bug.
It happens a lot in Chrome. I don't remember if I've seen it in Firefox.
Sometimes the element positioned in 3D (especially when it's moved back
along Z axis) is not clickable, because it falls 'behind' the <body>
element.
To prevent this, I decided to make <body> non clickable by setting
pointer-events property to `none` value.
Value if this property is inherited, so to make everything else clickable
I bring it back on the #impress element.
If you want to know more about `pointer-events` here are some docs:
https://developer.mozilla.org/en/CSS/pointer-events
There is one very important thing to notice about this workaround - it makes
everything 'unclickable' except what's in #impress element.
So use it wisely ... or don't use at all.
*/
.impress-enabled { pointer-events: none }
.impress-enabled #impress { pointer-events: auto }
.impress-enabled #impress-toolbar { pointer-events: auto } | soutenance/examples/classic-slides/css/classic-slides.css | @import url(fonts.css);
/*
We display a fallback message for users with browsers that don't support
all the features required by it. All of the content will be still fully
accessible for them, but some more advanced effects would be missing.
When impress.js detects that browser supports all necessary CSS3 features,
the fallback-message style is hidden.
*/
.fallback-message {
font-family: sans-serif;
line-height: 1.3;
width: 780px;
padding: 10px 10px 0;
margin: 20px auto;
border: 1px solid #E4C652;
border-radius: 10px;
background: #EEDC94;
}
.fallback-message p {
margin-bottom: 10px;
}
.impress-supported .fallback-message {
display: none;
}
/*
The body background is the bacgkround of "everything". Many
impress.js tools call it the "surface". It could also be a
picture or pattern, but we leave it as light gray.
*/
body {
font-family: 'PT Sans', sans-serif;
min-height: 740px;
background: rgb(215, 215, 215);
color: rgb(102, 102, 102);
}
/*
Now let's style the presentation steps.
*/
.step {
position: relative;
width: 900px;
padding: 40px;
margin: 20px auto;
box-sizing: border-box;
font-family: 'PT Serif', georgia, serif;
font-size: 48px;
line-height: 1.5;
}
/*
Make inactive steps a little bit transparent.
*/
.impress-enabled .step {
margin: 0;
opacity: 0.3;
transition: opacity 1s;
}
.impress-enabled .step.active { opacity: 1 }
/*
Speaker notes allow you to write comments within the steps, that will not
be displayed as part of the presentation. However, they will be picked up
and displayed by impressConsole.js when integrated.
*/
.notes {
display: none;
}
/*
These 'slide' step styles were heavily inspired by HTML5 Slides:
http://html5slides.googlecode.com/svn/trunk/styles.css
Note that we also use a background image, again just to facilitate a common
feature from PowerPoint and LibreOffice worlds. In this case the background
image is just the impress.js favicon - as if it were a company logo or something.
*/
.slide {
display: block;
width: 900px;
height: 700px;
padding: 40px 60px;
background-image: url(../images/background.png);
background-color: white;
border: 1px solid rgba(0, 0, 0, .3);
border-radius: 10px;
box-shadow: 0 2px 6px rgba(0, 0, 0, .1);
text-shadow: 0 2px 2px rgba(0, 0, 0, .1);
font-family: 'Open Sans', Arial, sans-serif;
font-size: 30px;
letter-spacing: -1px;
}
.slide h1,
.slide h2,
.slide h3 {
margin-bottom: 0.5em;
margin-top: 0.5em;
text-align: center;
}
.slide p {
text-align: center;
margin: 0.7em;
}
.slide li {
margin: 0.2em;
}
/* Highlight.js used for coloring pre > code blocks. */
.slide pre > code {
font-size: 14px;
text-shadow: 0 0 0 rgba(0, 0, 0, 0);
}
/* Inline code, no Highlight.js */
code {
font-family: "Cutive mono","Courier New", monospace;
}
a {
color: inherit;
text-decoration: none;
padding: 0 0.1em;
background: rgba(200,200,200,0.2);
text-shadow: -1px 1px 2px rgba(100,100,100,0.9);
border-radius: 0.2em;
border-bottom: 1px solid rgba(100,100,100,0.2);
border-left: 1px solid rgba(100,100,100,0.2);
transition: 0.5s;
}
a:hover,
a:focus {
background: rgba(200,200,200,1);
text-shadow: -1px 1px 2px rgba(100,100,100,0.5);
}
blockquote {
font-family: 'PT Serif';
font-style: italic;
font-weight: 400;
}
em {
text-shadow: 0 2px 2px rgba(0, 0, 0, .3);
}
strong {
text-shadow: -1px 1px 2px rgba(100,100,100,0.5);
}
q {
font-family: 'PT Serif';
font-style: italic;
font-weight: 400;
text-shadow: 0 2px 2px rgba(0, 0, 0, .3);
}
strike {
opacity: 0.7;
}
small {
font-size: 0.4em;
}
img {
width: 300px
}
.slide .right {
float: right;
margin-left: 40px;
margin-right: 0px;
margin-top: 20px;
margin-bottom: 20px;
}
.slide .left {
float: left;
margin-right: 40px;
margin-left: 0px;
margin-top: 20px;
margin-bottom: 20px;
}
.slide .top {
position: absolute;
top: 20px;
margin-bottom: 20px;
margin-top: 0px;
}
.slide .bottom {
position: absolute;
bottom: 20px;
margin-bottom: 0px;
margin-top: 20px;
}
/*
Specific styles for: .title slides
*/
.title {
background-image: url(../images/background-title.png);
}
.title h1,
.title h2,
.title h3 {
position: absolute;
left: 45px; /* slide width is 900px, so this is like a 5% margin on both sides */
width: 90%;
text-align: center;
}
.title h1 { top: 50px; }
.title h2 { top: 400px; }
.title h3 { top: 500px; }
/* Styles for animating the contents of a slide, such as a img, p, li or span element. ********/
/*
fly-in class starts from a position outside the slide, then flies into it's correct position.
*/
.future .fly-in {
transform: translateY(-700px);
opacity: 0.0; /* Make it invisible, just so it doesn't clutter some other slide that might be in the position where we moved it */
}
.present .fly-in {
transform: translateY(0px);
opacity: 1.0;
transition: 2s;
}
.past .fly-out {
transform: translateY(700px);
opacity: 0.0;
transition: 2s;
}
/*
Fade-in/out is a straightforward fade. Give it enough seconds that all browsers render it clearly.
*/
.future .fade-in {
opacity: 0.0;
}
.present .fade-in {
opacity: 1.0;
transition: 3s;
}
.past .fade-out {
opacity: 0.0;
transition: 3s;
}
/*
Zoom-in.
*/
.future .zoom-in {
transform: scale(10);
opacity: 0.0;
}
.present .zoom-in {
transform: scale(1);
opacity: 1.0;
transition: 3s;
}
.past .zoom-out {
transform: scale(10);
opacity: 0.0;
}
/*
This version of impress.js supports plugins, and in particular, a UI toolbar
plugin that allows easy navigation between steps and autoplay.
*/
.impress-enabled div#impress-toolbar {
position: fixed;
right: 1px;
bottom: 1px;
opacity: 0.6;
z-index: 10;
}
.impress-enabled div#impress-toolbar > span {
margin-right: 10px;
}
/*
With help from the mouse-timeout plugin, we can hide the toolbar and
have it show only when you move/click/touch the mouse.
*/
body.impress-mouse-timeout div#impress-toolbar {
display: none;
}
/*
In fact, we can hide the mouse cursor itself too, when mouse isn't used.
*/
body.impress-mouse-timeout {
cursor: none;
}
/* Progress bar */
.impress-progressbar {
position: absolute;
right: 118px;
bottom: 1px;
left: 118px;
border-radius: 7px;
border: 2px solid rgba(100, 100, 100, 0.2);
}
.impress-progressbar DIV {
width: 0;
height: 2px;
border-radius: 5px;
background: rgba(75, 75, 75, 0.4);
transition: width 1s linear;
}
.impress-progress {
position: absolute;
left: 59px;
bottom: 1px;
text-align: left;
font-size: 10pt;
opacity: 0.6;
}
/* Help popup plugin */
.impress-enabled #impress-help {
background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
color: #EEEEEE;
font-size: 80%;
position: fixed;
left: 2em;
bottom: 2em;
width: 24em;
border-radius: 1em;
padding: 1em;
text-align: center;
z-index: 100;
font-family: Verdana, Arial, Sans;
}
.impress-enabled #impress-help td {
padding-left: 1em;
padding-right: 1em;
}
/*
Styles for specific slides.
*/
/* The bar graph for Acme Inc profits */
#acme-graph-bottom {
position: absolute;
bottom: 100px;
left: 440px;
background-color: black;
width: 410px;
height: 2px;
}
/* height: is set from javascript */
#acme-graph-q1,
#acme-graph-q2,
#acme-graph-q3,
#acme-graph-q4 {
border: solid 1px black;
width: 70px;
margin-left: 10px;
position: absolute;
bottom: 100px;
}
#acme-graph-q1 {
background-color: red;
left: 450px;
}
#acme-graph-q2 {
background-color: blue;
left: 550px;
}
#acme-graph-q3 {
background-color: green;
left: 650px;
}
#acme-graph-q4 {
background-color: purple;
left: 750px;
}
/*
And as the last thing there is a workaround for quite strange bug.
It happens a lot in Chrome. I don't remember if I've seen it in Firefox.
Sometimes the element positioned in 3D (especially when it's moved back
along Z axis) is not clickable, because it falls 'behind' the <body>
element.
To prevent this, I decided to make <body> non clickable by setting
pointer-events property to `none` value.
Value if this property is inherited, so to make everything else clickable
I bring it back on the #impress element.
If you want to know more about `pointer-events` here are some docs:
https://developer.mozilla.org/en/CSS/pointer-events
There is one very important thing to notice about this workaround - it makes
everything 'unclickable' except what's in #impress element.
So use it wisely ... or don't use at all.
*/
.impress-enabled { pointer-events: none }
.impress-enabled #impress { pointer-events: auto }
.impress-enabled #impress-toolbar { pointer-events: auto } | 0.378919 | 0.135546 |
@charset "UTF-8";
/**
* Unreset CSS
*
* Copyright (C) 2016 Kite (<EMAIL>)
* License MIT
* Version 1.0.0
*
* Unreset CSS restores browsers' default element styles which are reset by
* Eric Meyer's Reset CSS, YUI 3 Reset CSS, HTML5 Reset Stylesheet of HTML5
* Doctor, or <NAME>ugh's HTML5 Reset.
*/
html.unreset {
box-sizing: content-box;
}
.unreset body {
margin: 8px;
line-height: normal;
}
.unreset p {
margin: 1em 0;
}
.unreset blockquote,
.unreset figure {
margin: 1em 40px;
}
.unreset q {
quotes: '“' '”' '‘' '’';
}
.unreset q:before {
content: open-quote;
}
.unreset q:after {
content: close-quote;
}
.unreset hr {
box-sizing: border-box;
margin: 0.5em auto;
border: 1px inset;
}
.unreset h1 {
margin: 0.67em 0;
font-weight: bold;
font-size: 2em;
}
.unreset h2 {
margin: 0.83em 0;
font-weight: bold;
font-size: 1.5em;
}
.unreset h3 {
margin: 1em 0;
font-weight: bold;
font-size: 1.17em;
}
.unreset h4 {
margin: 1.33em 0;
font-weight: bold;
font-size: 1em;
}
.unreset h5 {
margin: 1.67em 0;
font-weight: bold;
font-size: 0.83em;
}
.unreset h6 {
margin: 2.33em 0;
font-weight: bold;
font-size: 0.67em;
}
.unreset article h1,
.unreset aside h1,
.unreset nav h1,
.unreset section h1 {
margin: 0.83em 0;
font-weight: bold;
font-size: 1.5em;
}
.unreset article article h1,
.unreset article aside h1,
.unreset article nav h1,
.unreset article section h1,
.unreset aside article h1,
.unreset aside aside h1,
.unreset aside nav h1,
.unreset aside section h1,
.unreset nav article h1,
.unreset nav aside h1,
.unreset nav nav h1,
.unreset nav section h1,
.unreset section article h1,
.unreset section aside h1,
.unreset section nav h1,
.unreset section section h1 {
margin: 1em 0;
font-weight: bold;
font-size: 1.17em;
}
.unreset article article article h1,
.unreset article article aside h1,
.unreset article article nav h1,
.unreset article article section h1,
.unreset article aside article h1,
.unreset article aside aside h1,
.unreset article aside nav h1,
.unreset article aside section h1,
.unreset article nav article h1,
.unreset article nav aside h1,
.unreset article nav nav h1,
.unreset article nav section h1,
.unreset article section article h1,
.unreset article section aside h1,
.unreset article section nav h1,
.unreset article section section h1,
.unreset aside article article h1,
.unreset aside article aside h1,
.unreset aside article nav h1,
.unreset aside article section h1,
.unreset aside aside article h1,
.unreset aside aside aside h1,
.unreset aside aside nav h1,
.unreset aside aside section h1,
.unreset aside nav article h1,
.unreset aside nav aside h1,
.unreset aside nav nav h1,
.unreset aside nav section h1,
.unreset aside section article h1,
.unreset aside section aside h1,
.unreset aside section nav h1,
.unreset aside section section h1,
.unreset nav article article h1,
.unreset nav article aside h1,
.unreset nav article nav h1,
.unreset nav article section h1,
.unreset nav aside article h1,
.unreset nav aside aside h1,
.unreset nav aside nav h1,
.unreset nav aside section h1,
.unreset nav nav article h1,
.unreset nav nav aside h1,
.unreset nav nav nav h1,
.unreset nav nav section h1,
.unreset nav section article h1,
.unreset nav section aside h1,
.unreset nav section nav h1,
.unreset nav section section h1,
.unreset section article article h1,
.unreset section article aside h1,
.unreset section article nav h1,
.unreset section article section h1,
.unreset section aside article h1,
.unreset section aside aside h1,
.unreset section aside nav h1,
.unreset section aside section h1,
.unreset section nav article h1,
.unreset section nav aside h1,
.unreset section nav nav h1,
.unreset section nav section h1,
.unreset section section article h1,
.unreset section section aside h1,
.unreset section section nav h1,
.unreset section section section h1 {
margin: 1.33em 0;
font-weight: bold;
font-size: 1em;
}
.unreset article article article article h1,
.unreset article article article aside h1,
.unreset article article article nav h1,
.unreset article article article section h1,
.unreset article article aside article h1,
.unreset article article aside aside h1,
.unreset article article aside nav h1,
.unreset article article aside section h1,
.unreset article article nav article h1,
.unreset article article nav aside h1,
.unreset article article nav nav h1,
.unreset article article nav section h1,
.unreset article article section article h1,
.unreset article article section aside h1,
.unreset article article section nav h1,
.unreset article article section section h1,
.unreset article aside article article h1,
.unreset article aside article aside h1,
.unreset article aside article nav h1,
.unreset article aside article section h1,
.unreset article aside aside article h1,
.unreset article aside aside aside h1,
.unreset article aside aside nav h1,
.unreset article aside aside section h1,
.unreset article aside nav article h1,
.unreset article aside nav aside h1,
.unreset article aside nav nav h1,
.unreset article aside nav section h1,
.unreset article aside section article h1,
.unreset article aside section aside h1,
.unreset article aside section nav h1,
.unreset article aside section section h1,
.unreset article nav article article h1,
.unreset article nav article aside h1,
.unreset article nav article nav h1,
.unreset article nav article section h1,
.unreset article nav aside article h1,
.unreset article nav aside aside h1,
.unreset article nav aside nav h1,
.unreset article nav aside section h1,
.unreset article nav nav article h1,
.unreset article nav nav aside h1,
.unreset article nav nav nav h1,
.unreset article nav nav section h1,
.unreset article nav section article h1,
.unreset article nav section aside h1,
.unreset article nav section nav h1,
.unreset article nav section section h1,
.unreset article section article article h1,
.unreset article section article aside h1,
.unreset article section article nav h1,
.unreset article section article section h1,
.unreset article section aside article h1,
.unreset article section aside aside h1,
.unreset article section aside nav h1,
.unreset article section aside section h1,
.unreset article section nav article h1,
.unreset article section nav aside h1,
.unreset article section nav nav h1,
.unreset article section nav section h1,
.unreset article section section article h1,
.unreset article section section aside h1,
.unreset article section section nav h1,
.unreset article section section section h1,
.unreset aside article article article h1,
.unreset aside article article aside h1,
.unreset aside article article nav h1,
.unreset aside article article section h1,
.unreset aside article aside article h1,
.unreset aside article aside aside h1,
.unreset aside article aside nav h1,
.unreset aside article aside section h1,
.unreset aside article nav article h1,
.unreset aside article nav aside h1,
.unreset aside article nav nav h1,
.unreset aside article nav section h1,
.unreset aside article section article h1,
.unreset aside article section aside h1,
.unreset aside article section nav h1,
.unreset aside article section section h1,
.unreset aside aside article article h1,
.unreset aside aside article aside h1,
.unreset aside aside article nav h1,
.unreset aside aside article section h1,
.unreset aside aside aside article h1,
.unreset aside aside aside aside h1,
.unreset aside aside aside nav h1,
.unreset aside aside aside section h1,
.unreset aside aside nav article h1,
.unreset aside aside nav aside h1,
.unreset aside aside nav nav h1,
.unreset aside aside nav section h1,
.unreset aside aside section article h1,
.unreset aside aside section aside h1,
.unreset aside aside section nav h1,
.unreset aside aside section section h1,
.unreset aside nav article article h1,
.unreset aside nav article aside h1,
.unreset aside nav article nav h1,
.unreset aside nav article section h1,
.unreset aside nav aside article h1,
.unreset aside nav aside aside h1,
.unreset aside nav aside nav h1,
.unreset aside nav aside section h1,
.unreset aside nav nav article h1,
.unreset aside nav nav aside h1,
.unreset aside nav nav nav h1,
.unreset aside nav nav section h1,
.unreset aside nav section article h1,
.unreset aside nav section aside h1,
.unreset aside nav section nav h1,
.unreset aside nav section section h1,
.unreset aside section article article h1,
.unreset aside section article aside h1,
.unreset aside section article nav h1,
.unreset aside section article section h1,
.unreset aside section aside article h1,
.unreset aside section aside aside h1,
.unreset aside section aside nav h1,
.unreset aside section aside section h1,
.unreset aside section nav article h1,
.unreset aside section nav aside h1,
.unreset aside section nav nav h1,
.unreset aside section nav section h1,
.unreset aside section section article h1,
.unreset aside section section aside h1,
.unreset aside section section nav h1,
.unreset aside section section section h1,
.unreset nav article article article h1,
.unreset nav article article aside h1,
.unreset nav article article nav h1,
.unreset nav article article section h1,
.unreset nav article aside article h1,
.unreset nav article aside aside h1,
.unreset nav article aside nav h1,
.unreset nav article aside section h1,
.unreset nav article nav article h1,
.unreset nav article nav aside h1,
.unreset nav article nav nav h1,
.unreset nav article nav section h1,
.unreset nav article section article h1,
.unreset nav article section aside h1,
.unreset nav article section nav h1,
.unreset nav article section section h1,
.unreset nav aside article article h1,
.unreset nav aside article aside h1,
.unreset nav aside article nav h1,
.unreset nav aside article section h1,
.unreset nav aside aside article h1,
.unreset nav aside aside aside h1,
.unreset nav aside aside nav h1,
.unreset nav aside aside section h1,
.unreset nav aside nav article h1,
.unreset nav aside nav aside h1,
.unreset nav aside nav nav h1,
.unreset nav aside nav section h1,
.unreset nav aside section article h1,
.unreset nav aside section aside h1,
.unreset nav aside section nav h1,
.unreset nav aside section section h1,
.unreset nav nav article article h1,
.unreset nav nav article aside h1,
.unreset nav nav article nav h1,
.unreset nav nav article section h1,
.unreset nav nav aside article h1,
.unreset nav nav aside aside h1,
.unreset nav nav aside nav h1,
.unreset nav nav aside section h1,
.unreset nav nav nav article h1,
.unreset nav nav nav aside h1,
.unreset nav nav nav nav h1,
.unreset nav nav nav section h1,
.unreset nav nav section article h1,
.unreset nav nav section aside h1,
.unreset nav nav section nav h1,
.unreset nav nav section section h1,
.unreset nav section article article h1,
.unreset nav section article aside h1,
.unreset nav section article nav h1,
.unreset nav section article section h1,
.unreset nav section aside article h1,
.unreset nav section aside aside h1,
.unreset nav section aside nav h1,
.unreset nav section aside section h1,
.unreset nav section nav article h1,
.unreset nav section nav aside h1,
.unreset nav section nav nav h1,
.unreset nav section nav section h1,
.unreset nav section section article h1,
.unreset nav section section aside h1,
.unreset nav section section nav h1,
.unreset nav section section section h1,
.unreset section article article article h1,
.unreset section article article aside h1,
.unreset section article article nav h1,
.unreset section article article section h1,
.unreset section article aside article h1,
.unreset section article aside aside h1,
.unreset section article aside nav h1,
.unreset section article aside section h1,
.unreset section article nav article h1,
.unreset section article nav aside h1,
.unreset section article nav nav h1,
.unreset section article nav section h1,
.unreset section article section article h1,
.unreset section article section aside h1,
.unreset section article section nav h1,
.unreset section article section section h1,
.unreset section aside article article h1,
.unreset section aside article aside h1,
.unreset section aside article nav h1,
.unreset section aside article section h1,
.unreset section aside aside article h1,
.unreset section aside aside aside h1,
.unreset section aside aside nav h1,
.unreset section aside aside section h1,
.unreset section aside nav article h1,
.unreset section aside nav aside h1,
.unreset section aside nav nav h1,
.unreset section aside nav section h1,
.unreset section aside section article h1,
.unreset section aside section aside h1,
.unreset section aside section nav h1,
.unreset section aside section section h1,
.unreset section nav article article h1,
.unreset section nav article aside h1,
.unreset section nav article nav h1,
.unreset section nav article section h1,
.unreset section nav aside article h1,
.unreset section nav aside aside h1,
.unreset section nav aside nav h1,
.unreset section nav aside section h1,
.unreset section nav nav article h1,
.unreset section nav nav aside h1,
.unreset section nav nav nav h1,
.unreset section nav nav section h1,
.unreset section nav section article h1,
.unreset section nav section aside h1,
.unreset section nav section nav h1,
.unreset section nav section section h1,
.unreset section section article article h1,
.unreset section section article aside h1,
.unreset section section article nav h1,
.unreset section section article section h1,
.unreset section section aside article h1,
.unreset section section aside aside h1,
.unreset section section aside nav h1,
.unreset section section aside section h1,
.unreset section section nav article h1,
.unreset section section nav aside h1,
.unreset section section nav nav h1,
.unreset section section nav section h1,
.unreset section section section article h1,
.unreset section section section aside h1,
.unreset section section section nav h1,
.unreset section section section section h1 {
margin: 1.67em 0;
font-weight: bold;
font-size: 0.83em;
}
.unreset article article article article article h1,
.unreset article article article article aside h1,
.unreset article article article article nav h1,
.unreset article article article article section h1,
.unreset article article article aside article h1,
.unreset article article article aside aside h1,
.unreset article article article aside nav h1,
.unreset article article article aside section h1,
.unreset article article article nav article h1,
.unreset article article article nav aside h1,
.unreset article article article nav nav h1,
.unreset article article article nav section h1,
.unreset article article article section article h1,
.unreset article article article section aside h1,
.unreset article article article section nav h1,
.unreset article article article section section h1,
.unreset article article aside article article h1,
.unreset article article aside article aside h1,
.unreset article article aside article nav h1,
.unreset article article aside article section h1,
.unreset article article aside aside article h1,
.unreset article article aside aside aside h1,
.unreset article article aside aside nav h1,
.unreset article article aside aside section h1,
.unreset article article aside nav article h1,
.unreset article article aside nav aside h1,
.unreset article article aside nav nav h1,
.unreset article article aside nav section h1,
.unreset article article aside section article h1,
.unreset article article aside section aside h1,
.unreset article article aside section nav h1,
.unreset article article aside section section h1,
.unreset article article nav article article h1,
.unreset article article nav article aside h1,
.unreset article article nav article nav h1,
.unreset article article nav article section h1,
.unreset article article nav aside article h1,
.unreset article article nav aside aside h1,
.unreset article article nav aside nav h1,
.unreset article article nav aside section h1,
.unreset article article nav nav article h1,
.unreset article article nav nav aside h1,
.unreset article article nav nav nav h1,
.unreset article article nav nav section h1,
.unreset article article nav section article h1,
.unreset article article nav section aside h1,
.unreset article article nav section nav h1,
.unreset article article nav section section h1,
.unreset article article section article article h1,
.unreset article article section article aside h1,
.unreset article article section article nav h1,
.unreset article article section article section h1,
.unreset article article section aside article h1,
.unreset article article section aside aside h1,
.unreset article article section aside nav h1,
.unreset article article section aside section h1,
.unreset article article section nav article h1,
.unreset article article section nav aside h1,
.unreset article article section nav nav h1,
.unreset article article section nav section h1,
.unreset article article section section article h1,
.unreset article article section section aside h1,
.unreset article article section section nav h1,
.unreset article article section section section h1,
.unreset article aside article article article h1,
.unreset article aside article article aside h1,
.unreset article aside article article nav h1,
.unreset article aside article article section h1,
.unreset article aside article aside article h1,
.unreset article aside article aside aside h1,
.unreset article aside article aside nav h1,
.unreset article aside article aside section h1,
.unreset article aside article nav article h1,
.unreset article aside article nav aside h1,
.unreset article aside article nav nav h1,
.unreset article aside article nav section h1,
.unreset article aside article section article h1,
.unreset article aside article section aside h1,
.unreset article aside article section nav h1,
.unreset article aside article section section h1,
.unreset article aside aside article article h1,
.unreset article aside aside article aside h1,
.unreset article aside aside article nav h1,
.unreset article aside aside article section h1,
.unreset article aside aside aside article h1,
.unreset article aside aside aside aside h1,
.unreset article aside aside aside nav h1,
.unreset article aside aside aside section h1,
.unreset article aside aside nav article h1,
.unreset article aside aside nav aside h1,
.unreset article aside aside nav nav h1,
.unreset article aside aside nav section h1,
.unreset article aside aside section article h1,
.unreset article aside aside section aside h1,
.unreset article aside aside section nav h1,
.unreset article aside aside section section h1,
.unreset article aside nav article article h1,
.unreset article aside nav article aside h1,
.unreset article aside nav article nav h1,
.unreset article aside nav article section h1,
.unreset article aside nav aside article h1,
.unreset article aside nav aside aside h1,
.unreset article aside nav aside nav h1,
.unreset article aside nav aside section h1,
.unreset article aside nav nav article h1,
.unreset article aside nav nav aside h1,
.unreset article aside nav nav nav h1,
.unreset article aside nav nav section h1,
.unreset article aside nav section article h1,
.unreset article aside nav section aside h1,
.unreset article aside nav section nav h1,
.unreset article aside nav section section h1,
.unreset article aside section article article h1,
.unreset article aside section article aside h1,
.unreset article aside section article nav h1,
.unreset article aside section article section h1,
.unreset article aside section aside article h1,
.unreset article aside section aside aside h1,
.unreset article aside section aside nav h1,
.unreset article aside section aside section h1,
.unreset article aside section nav article h1,
.unreset article aside section nav aside h1,
.unreset article aside section nav nav h1,
.unreset article aside section nav section h1,
.unreset article aside section section article h1,
.unreset article aside section section aside h1,
.unreset article aside section section nav h1,
.unreset article aside section section section h1,
.unreset article nav article article article h1,
.unreset article nav article article aside h1,
.unreset article nav article article nav h1,
.unreset article nav article article section h1,
.unreset article nav article aside article h1,
.unreset article nav article aside aside h1,
.unreset article nav article aside nav h1,
.unreset article nav article aside section h1,
.unreset article nav article nav article h1,
.unreset article nav article nav aside h1,
.unreset article nav article nav nav h1,
.unreset article nav article nav section h1,
.unreset article nav article section article h1,
.unreset article nav article section aside h1,
.unreset article nav article section nav h1,
.unreset article nav article section section h1,
.unreset article nav aside article article h1,
.unreset article nav aside article aside h1,
.unreset article nav aside article nav h1,
.unreset article nav aside article section h1,
.unreset article nav aside aside article h1,
.unreset article nav aside aside aside h1,
.unreset article nav aside aside nav h1,
.unreset article nav aside aside section h1,
.unreset article nav aside nav article h1,
.unreset article nav aside nav aside h1,
.unreset article nav aside nav nav h1,
.unreset article nav aside nav section h1,
.unreset article nav aside section article h1,
.unreset article nav aside section aside h1,
.unreset article nav aside section nav h1,
.unreset article nav aside section section h1,
.unreset article nav nav article article h1,
.unreset article nav nav article aside h1,
.unreset article nav nav article nav h1,
.unreset article nav nav article section h1,
.unreset article nav nav aside article h1,
.unreset article nav nav aside aside h1,
.unreset article nav nav aside nav h1,
.unreset article nav nav aside section h1,
.unreset article nav nav nav article h1,
.unreset article nav nav nav aside h1,
.unreset article nav nav nav nav h1,
.unreset article nav nav nav section h1,
.unreset article nav nav section article h1,
.unreset article nav nav section aside h1,
.unreset article nav nav section nav h1,
.unreset article nav nav section section h1,
.unreset article nav section article article h1,
.unreset article nav section article aside h1,
.unreset article nav section article nav h1,
.unreset article nav section article section h1,
.unreset article nav section aside article h1,
.unreset article nav section aside aside h1,
.unreset article nav section aside nav h1,
.unreset article nav section aside section h1,
.unreset article nav section nav article h1,
.unreset article nav section nav aside h1,
.unreset article nav section nav nav h1,
.unreset article nav section nav section h1,
.unreset article nav section section article h1,
.unreset article nav section section aside h1,
.unreset article nav section section nav h1,
.unreset article nav section section section h1,
.unreset article section article article article h1,
.unreset article section article article aside h1,
.unreset article section article article nav h1,
.unreset article section article article section h1,
.unreset article section article aside article h1,
.unreset article section article aside aside h1,
.unreset article section article aside nav h1,
.unreset article section article aside section h1,
.unreset article section article nav article h1,
.unreset article section article nav aside h1,
.unreset article section article nav nav h1,
.unreset article section article nav section h1,
.unreset article section article section article h1,
.unreset article section article section aside h1,
.unreset article section article section nav h1,
.unreset article section article section section h1,
.unreset article section aside article article h1,
.unreset article section aside article aside h1,
.unreset article section aside article nav h1,
.unreset article section aside article section h1,
.unreset article section aside aside article h1,
.unreset article section aside aside aside h1,
.unreset article section aside aside nav h1,
.unreset article section aside aside section h1,
.unreset article section aside nav article h1,
.unreset article section aside nav aside h1,
.unreset article section aside nav nav h1,
.unreset article section aside nav section h1,
.unreset article section aside section article h1,
.unreset article section aside section aside h1,
.unreset article section aside section nav h1,
.unreset article section aside section section h1,
.unreset article section nav article article h1,
.unreset article section nav article aside h1,
.unreset article section nav article nav h1,
.unreset article section nav article section h1,
.unreset article section nav aside article h1,
.unreset article section nav aside aside h1,
.unreset article section nav aside nav h1,
.unreset article section nav aside section h1,
.unreset article section nav nav article h1,
.unreset article section nav nav aside h1,
.unreset article section nav nav nav h1,
.unreset article section nav nav section h1,
.unreset article section nav section article h1,
.unreset article section nav section aside h1,
.unreset article section nav section nav h1,
.unreset article section nav section section h1,
.unreset article section section article article h1,
.unreset article section section article aside h1,
.unreset article section section article nav h1,
.unreset article section section article section h1,
.unreset article section section aside article h1,
.unreset article section section aside aside h1,
.unreset article section section aside nav h1,
.unreset article section section aside section h1,
.unreset article section section nav article h1,
.unreset article section section nav aside h1,
.unreset article section section nav nav h1,
.unreset article section section nav section h1,
.unreset article section section section article h1,
.unreset article section section section aside h1,
.unreset article section section section nav h1,
.unreset article section section section section h1,
.unreset aside article article article article h1,
.unreset aside article article article aside h1,
.unreset aside article article article nav h1,
.unreset aside article article article section h1,
.unreset aside article article aside article h1,
.unreset aside article article aside aside h1,
.unreset aside article article aside nav h1,
.unreset aside article article aside section h1,
.unreset aside article article nav article h1,
.unreset aside article article nav aside h1,
.unreset aside article article nav nav h1,
.unreset aside article article nav section h1,
.unreset aside article article section article h1,
.unreset aside article article section aside h1,
.unreset aside article article section nav h1,
.unreset aside article article section section h1,
.unreset aside article aside article article h1,
.unreset aside article aside article aside h1,
.unreset aside article aside article nav h1,
.unreset aside article aside article section h1,
.unreset aside article aside aside article h1,
.unreset aside article aside aside aside h1,
.unreset aside article aside aside nav h1,
.unreset aside article aside aside section h1,
.unreset aside article aside nav article h1,
.unreset aside article aside nav aside h1,
.unreset aside article aside nav nav h1,
.unreset aside article aside nav section h1,
.unreset aside article aside section article h1,
.unreset aside article aside section aside h1,
.unreset aside article aside section nav h1,
.unreset aside article aside section section h1,
.unreset aside article nav article article h1,
.unreset aside article nav article aside h1,
.unreset aside article nav article nav h1,
.unreset aside article nav article section h1,
.unreset aside article nav aside article h1,
.unreset aside article nav aside aside h1,
.unreset aside article nav aside nav h1,
.unreset aside article nav aside section h1,
.unreset aside article nav nav article h1,
.unreset aside article nav nav aside h1,
.unreset aside article nav nav nav h1,
.unreset aside article nav nav section h1,
.unreset aside article nav section article h1,
.unreset aside article nav section aside h1,
.unreset aside article nav section nav h1,
.unreset aside article nav section section h1,
.unreset aside article section article article h1,
.unreset aside article section article aside h1,
.unreset aside article section article nav h1,
.unreset aside article section article section h1,
.unreset aside article section aside article h1,
.unreset aside article section aside aside h1,
.unreset aside article section aside nav h1,
.unreset aside article section aside section h1,
.unreset aside article section nav article h1,
.unreset aside article section nav aside h1,
.unreset aside article section nav nav h1,
.unreset aside article section nav section h1,
.unreset aside article section section article h1,
.unreset aside article section section aside h1,
.unreset aside article section section nav h1,
.unreset aside article section section section h1,
.unreset aside aside article article article h1,
.unreset aside aside article article aside h1,
.unreset aside aside article article nav h1,
.unreset aside aside article article section h1,
.unreset aside aside article aside article h1,
.unreset aside aside article aside aside h1,
.unreset aside aside article aside nav h1,
.unreset aside aside article aside section h1,
.unreset aside aside article nav article h1,
.unreset aside aside article nav aside h1,
.unreset aside aside article nav nav h1,
.unreset aside aside article nav section h1,
.unreset aside aside article section article h1,
.unreset aside aside article section aside h1,
.unreset aside aside article section nav h1,
.unreset aside aside article section section h1,
.unreset aside aside aside article article h1,
.unreset aside aside aside article aside h1,
.unreset aside aside aside article nav h1,
.unreset aside aside aside article section h1,
.unreset aside aside aside aside article h1,
.unreset aside aside aside aside aside h1,
.unreset aside aside aside aside nav h1,
.unreset aside aside aside aside section h1,
.unreset aside aside aside nav article h1,
.unreset aside aside aside nav aside h1,
.unreset aside aside aside nav nav h1,
.unreset aside aside aside nav section h1,
.unreset aside aside aside section article h1,
.unreset aside aside aside section aside h1,
.unreset aside aside aside section nav h1,
.unreset aside aside aside section section h1,
.unreset aside aside nav article article h1,
.unreset aside aside nav article aside h1,
.unreset aside aside nav article nav h1,
.unreset aside aside nav article section h1,
.unreset aside aside nav aside article h1,
.unreset aside aside nav aside aside h1,
.unreset aside aside nav aside nav h1,
.unreset aside aside nav aside section h1,
.unreset aside aside nav nav article h1,
.unreset aside aside nav nav aside h1,
.unreset aside aside nav nav nav h1,
.unreset aside aside nav nav section h1,
.unreset aside aside nav section article h1,
.unreset aside aside nav section aside h1,
.unreset aside aside nav section nav h1,
.unreset aside aside nav section section h1,
.unreset aside aside section article article h1,
.unreset aside aside section article aside h1,
.unreset aside aside section article nav h1,
.unreset aside aside section article section h1,
.unreset aside aside section aside article h1,
.unreset aside aside section aside aside h1,
.unreset aside aside section aside nav h1,
.unreset aside aside section aside section h1,
.unreset aside aside section nav article h1,
.unreset aside aside section nav aside h1,
.unreset aside aside section nav nav h1,
.unreset aside aside section nav section h1,
.unreset aside aside section section article h1,
.unreset aside aside section section aside h1,
.unreset aside aside section section nav h1,
.unreset aside aside section section section h1,
.unreset aside nav article article article h1,
.unreset aside nav article article aside h1,
.unreset aside nav article article nav h1,
.unreset aside nav article article section h1,
.unreset aside nav article aside article h1,
.unreset aside nav article aside aside h1,
.unreset aside nav article aside nav h1,
.unreset aside nav article aside section h1,
.unreset aside nav article nav article h1,
.unreset aside nav article nav aside h1,
.unreset aside nav article nav nav h1,
.unreset aside nav article nav section h1,
.unreset aside nav article section article h1,
.unreset aside nav article section aside h1,
.unreset aside nav article section nav h1,
.unreset aside nav article section section h1,
.unreset aside nav aside article article h1,
.unreset aside nav aside article aside h1,
.unreset aside nav aside article nav h1,
.unreset aside nav aside article section h1,
.unreset aside nav aside aside article h1,
.unreset aside nav aside aside aside h1,
.unreset aside nav aside aside nav h1,
.unreset aside nav aside aside section h1,
.unreset aside nav aside nav article h1,
.unreset aside nav aside nav aside h1,
.unreset aside nav aside nav nav h1,
.unreset aside nav aside nav section h1,
.unreset aside nav aside section article h1,
.unreset aside nav aside section aside h1,
.unreset aside nav aside section nav h1,
.unreset aside nav aside section section h1,
.unreset aside nav nav article article h1,
.unreset aside nav nav article aside h1,
.unreset aside nav nav article nav h1,
.unreset aside nav nav article section h1,
.unreset aside nav nav aside article h1,
.unreset aside nav nav aside aside h1,
.unreset aside nav nav aside nav h1,
.unreset aside nav nav aside section h1,
.unreset aside nav nav nav article h1,
.unreset aside nav nav nav aside h1,
.unreset aside nav nav nav nav h1,
.unreset aside nav nav nav section h1,
.unreset aside nav nav section article h1,
.unreset aside nav nav section aside h1,
.unreset aside nav nav section nav h1,
.unreset aside nav nav section section h1,
.unreset aside nav section article article h1,
.unreset aside nav section article aside h1,
.unreset aside nav section article nav h1,
.unreset aside nav section article section h1,
.unreset aside nav section aside article h1,
.unreset aside nav section aside aside h1,
.unreset aside nav section aside nav h1,
.unreset aside nav section aside section h1,
.unreset aside nav section nav article h1,
.unreset aside nav section nav aside h1,
.unreset aside nav section nav nav h1,
.unreset aside nav section nav section h1,
.unreset aside nav section section article h1,
.unreset aside nav section section aside h1,
.unreset aside nav section section nav h1,
.unreset aside nav section section section h1,
.unreset aside section article article article h1,
.unreset aside section article article aside h1,
.unreset aside section article article nav h1,
.unreset aside section article article section h1,
.unreset aside section article aside article h1,
.unreset aside section article aside aside h1,
.unreset aside section article aside nav h1,
.unreset aside section article aside section h1,
.unreset aside section article nav article h1,
.unreset aside section article nav aside h1,
.unreset aside section article nav nav h1,
.unreset aside section article nav section h1,
.unreset aside section article section article h1,
.unreset aside section article section aside h1,
.unreset aside section article section nav h1,
.unreset aside section article section section h1,
.unreset aside section aside article article h1,
.unreset aside section aside article aside h1,
.unreset aside section aside article nav h1,
.unreset aside section aside article section h1,
.unreset aside section aside aside article h1,
.unreset aside section aside aside aside h1,
.unreset aside section aside aside nav h1,
.unreset aside section aside aside section h1,
.unreset aside section aside nav article h1,
.unreset aside section aside nav aside h1,
.unreset aside section aside nav nav h1,
.unreset aside section aside nav section h1,
.unreset aside section aside section article h1,
.unreset aside section aside section aside h1,
.unreset aside section aside section nav h1,
.unreset aside section aside section section h1,
.unreset aside section nav article article h1,
.unreset aside section nav article aside h1,
.unreset aside section nav article nav h1,
.unreset aside section nav article section h1,
.unreset aside section nav aside article h1,
.unreset aside section nav aside aside h1,
.unreset aside section nav aside nav h1,
.unreset aside section nav aside section h1,
.unreset aside section nav nav article h1,
.unreset aside section nav nav aside h1,
.unreset aside section nav nav nav h1,
.unreset aside section nav nav section h1,
.unreset aside section nav section article h1,
.unreset aside section nav section aside h1,
.unreset aside section nav section nav h1,
.unreset aside section nav section section h1,
.unreset aside section section article article h1,
.unreset aside section section article aside h1,
.unreset aside section section article nav h1,
.unreset aside section section article section h1,
.unreset aside section section aside article h1,
.unreset aside section section aside aside h1,
.unreset aside section section aside nav h1,
.unreset aside section section aside section h1,
.unreset aside section section nav article h1,
.unreset aside section section nav aside h1,
.unreset aside section section nav nav h1,
.unreset aside section section nav section h1,
.unreset aside section section section article h1,
.unreset aside section section section aside h1,
.unreset aside section section section nav h1,
.unreset aside section section section section h1,
.unreset nav article article article article h1,
.unreset nav article article article aside h1,
.unreset nav article article article nav h1,
.unreset nav article article article section h1,
.unreset nav article article aside article h1,
.unreset nav article article aside aside h1,
.unreset nav article article aside nav h1,
.unreset nav article article aside section h1,
.unreset nav article article nav article h1,
.unreset nav article article nav aside h1,
.unreset nav article article nav nav h1,
.unreset nav article article nav section h1,
.unreset nav article article section article h1,
.unreset nav article article section aside h1,
.unreset nav article article section nav h1,
.unreset nav article article section section h1,
.unreset nav article aside article article h1,
.unreset nav article aside article aside h1,
.unreset nav article aside article nav h1,
.unreset nav article aside article section h1,
.unreset nav article aside aside article h1,
.unreset nav article aside aside aside h1,
.unreset nav article aside aside nav h1,
.unreset nav article aside aside section h1,
.unreset nav article aside nav article h1,
.unreset nav article aside nav aside h1,
.unreset nav article aside nav nav h1,
.unreset nav article aside nav section h1,
.unreset nav article aside section article h1,
.unreset nav article aside section aside h1,
.unreset nav article aside section nav h1,
.unreset nav article aside section section h1,
.unreset nav article nav article article h1,
.unreset nav article nav article aside h1,
.unreset nav article nav article nav h1,
.unreset nav article nav article section h1,
.unreset nav article nav aside article h1,
.unreset nav article nav aside aside h1,
.unreset nav article nav aside nav h1,
.unreset nav article nav aside section h1,
.unreset nav article nav nav article h1,
.unreset nav article nav nav aside h1,
.unreset nav article nav nav nav h1,
.unreset nav article nav nav section h1,
.unreset nav article nav section article h1,
.unreset nav article nav section aside h1,
.unreset nav article nav section nav h1,
.unreset nav article nav section section h1,
.unreset nav article section article article h1,
.unreset nav article section article aside h1,
.unreset nav article section article nav h1,
.unreset nav article section article section h1,
.unreset nav article section aside article h1,
.unreset nav article section aside aside h1,
.unreset nav article section aside nav h1,
.unreset nav article section aside section h1,
.unreset nav article section nav article h1,
.unreset nav article section nav aside h1,
.unreset nav article section nav nav h1,
.unreset nav article section nav section h1,
.unreset nav article section section article h1,
.unreset nav article section section aside h1,
.unreset nav article section section nav h1,
.unreset nav article section section section h1,
.unreset nav aside article article article h1,
.unreset nav aside article article aside h1,
.unreset nav aside article article nav h1,
.unreset nav aside article article section h1,
.unreset nav aside article aside article h1,
.unreset nav aside article aside aside h1,
.unreset nav aside article aside nav h1,
.unreset nav aside article aside section h1,
.unreset nav aside article nav article h1,
.unreset nav aside article nav aside h1,
.unreset nav aside article nav nav h1,
.unreset nav aside article nav section h1,
.unreset nav aside article section article h1,
.unreset nav aside article section aside h1,
.unreset nav aside article section nav h1,
.unreset nav aside article section section h1,
.unreset nav aside aside article article h1,
.unreset nav aside aside article aside h1,
.unreset nav aside aside article nav h1,
.unreset nav aside aside article section h1,
.unreset nav aside aside aside article h1,
.unreset nav aside aside aside aside h1,
.unreset nav aside aside aside nav h1,
.unreset nav aside aside aside section h1,
.unreset nav aside aside nav article h1,
.unreset nav aside aside nav aside h1,
.unreset nav aside aside nav nav h1,
.unreset nav aside aside nav section h1,
.unreset nav aside aside section article h1,
.unreset nav aside aside section aside h1,
.unreset nav aside aside section nav h1,
.unreset nav aside aside section section h1,
.unreset nav aside nav article article h1,
.unreset nav aside nav article aside h1,
.unreset nav aside nav article nav h1,
.unreset nav aside nav article section h1,
.unreset nav aside nav aside article h1,
.unreset nav aside nav aside aside h1,
.unreset nav aside nav aside nav h1,
.unreset nav aside nav aside section h1,
.unreset nav aside nav nav article h1,
.unreset nav aside nav nav aside h1,
.unreset nav aside nav nav nav h1,
.unreset nav aside nav nav section h1,
.unreset nav aside nav section article h1,
.unreset nav aside nav section aside h1,
.unreset nav aside nav section nav h1,
.unreset nav aside nav section section h1,
.unreset nav aside section article article h1,
.unreset nav aside section article aside h1,
.unreset nav aside section article nav h1,
.unreset nav aside section article section h1,
.unreset nav aside section aside article h1,
.unreset nav aside section aside aside h1,
.unreset nav aside section aside nav h1,
.unreset nav aside section aside section h1,
.unreset nav aside section nav article h1,
.unreset nav aside section nav aside h1,
.unreset nav aside section nav nav h1,
.unreset nav aside section nav section h1,
.unreset nav aside section section article h1,
.unreset nav aside section section aside h1,
.unreset nav aside section section nav h1,
.unreset nav aside section section section h1,
.unreset nav nav article article article h1,
.unreset nav nav article article aside h1,
.unreset nav nav article article nav h1,
.unreset nav nav article article section h1,
.unreset nav nav article aside article h1,
.unreset nav nav article aside aside h1,
.unreset nav nav article aside nav h1,
.unreset nav nav article aside section h1,
.unreset nav nav article nav article h1,
.unreset nav nav article nav aside h1,
.unreset nav nav article nav nav h1,
.unreset nav nav article nav section h1,
.unreset nav nav article section article h1,
.unreset nav nav article section aside h1,
.unreset nav nav article section nav h1,
.unreset nav nav article section section h1,
.unreset nav nav aside article article h1,
.unreset nav nav aside article aside h1,
.unreset nav nav aside article nav h1,
.unreset nav nav aside article section h1,
.unreset nav nav aside aside article h1,
.unreset nav nav aside aside aside h1,
.unreset nav nav aside aside nav h1,
.unreset nav nav aside aside section h1,
.unreset nav nav aside nav article h1,
.unreset nav nav aside nav aside h1,
.unreset nav nav aside nav nav h1,
.unreset nav nav aside nav section h1,
.unreset nav nav aside section article h1,
.unreset nav nav aside section aside h1,
.unreset nav nav aside section nav h1,
.unreset nav nav aside section section h1,
.unreset nav nav nav article article h1,
.unreset nav nav nav article aside h1,
.unreset nav nav nav article nav h1,
.unreset nav nav nav article section h1,
.unreset nav nav nav aside article h1,
.unreset nav nav nav aside aside h1,
.unreset nav nav nav aside nav h1,
.unreset nav nav nav aside section h1,
.unreset nav nav nav nav article h1,
.unreset nav nav nav nav aside h1,
.unreset nav nav nav nav nav h1,
.unreset nav nav nav nav section h1,
.unreset nav nav nav section article h1,
.unreset nav nav nav section aside h1,
.unreset nav nav nav section nav h1,
.unreset nav nav nav section section h1,
.unreset nav nav section article article h1,
.unreset nav nav section article aside h1,
.unreset nav nav section article nav h1,
.unreset nav nav section article section h1,
.unreset nav nav section aside article h1,
.unreset nav nav section aside aside h1,
.unreset nav nav section aside nav h1,
.unreset nav nav section aside section h1,
.unreset nav nav section nav article h1,
.unreset nav nav section nav aside h1,
.unreset nav nav section nav nav h1,
.unreset nav nav section nav section h1,
.unreset nav nav section section article h1,
.unreset nav nav section section aside h1,
.unreset nav nav section section nav h1,
.unreset nav nav section section section h1,
.unreset nav section article article article h1,
.unreset nav section article article aside h1,
.unreset nav section article article nav h1,
.unreset nav section article article section h1,
.unreset nav section article aside article h1,
.unreset nav section article aside aside h1,
.unreset nav section article aside nav h1,
.unreset nav section article aside section h1,
.unreset nav section article nav article h1,
.unreset nav section article nav aside h1,
.unreset nav section article nav nav h1,
.unreset nav section article nav section h1,
.unreset nav section article section article h1,
.unreset nav section article section aside h1,
.unreset nav section article section nav h1,
.unreset nav section article section section h1,
.unreset nav section aside article article h1,
.unreset nav section aside article aside h1,
.unreset nav section aside article nav h1,
.unreset nav section aside article section h1,
.unreset nav section aside aside article h1,
.unreset nav section aside aside aside h1,
.unreset nav section aside aside nav h1,
.unreset nav section aside aside section h1,
.unreset nav section aside nav article h1,
.unreset nav section aside nav aside h1,
.unreset nav section aside nav nav h1,
.unreset nav section aside nav section h1,
.unreset nav section aside section article h1,
.unreset nav section aside section aside h1,
.unreset nav section aside section nav h1,
.unreset nav section aside section section h1,
.unreset nav section nav article article h1,
.unreset nav section nav article aside h1,
.unreset nav section nav article nav h1,
.unreset nav section nav article section h1,
.unreset nav section nav aside article h1,
.unreset nav section nav aside aside h1,
.unreset nav section nav aside nav h1,
.unreset nav section nav aside section h1,
.unreset nav section nav nav article h1,
.unreset nav section nav nav aside h1,
.unreset nav section nav nav nav h1,
.unreset nav section nav nav section h1,
.unreset nav section nav section article h1,
.unreset nav section nav section aside h1,
.unreset nav section nav section nav h1,
.unreset nav section nav section section h1,
.unreset nav section section article article h1,
.unreset nav section section article aside h1,
.unreset nav section section article nav h1,
.unreset nav section section article section h1,
.unreset nav section section aside article h1,
.unreset nav section section aside aside h1,
.unreset nav section section aside nav h1,
.unreset nav section section aside section h1,
.unreset nav section section nav article h1,
.unreset nav section section nav aside h1,
.unreset nav section section nav nav h1,
.unreset nav section section nav section h1,
.unreset nav section section section article h1,
.unreset nav section section section aside h1,
.unreset nav section section section nav h1,
.unreset nav section section section section h1,
.unreset section article article article article h1,
.unreset section article article article aside h1,
.unreset section article article article nav h1,
.unreset section article article article section h1,
.unreset section article article aside article h1,
.unreset section article article aside aside h1,
.unreset section article article aside nav h1,
.unreset section article article aside section h1,
.unreset section article article nav article h1,
.unreset section article article nav aside h1,
.unreset section article article nav nav h1,
.unreset section article article nav section h1,
.unreset section article article section article h1,
.unreset section article article section aside h1,
.unreset section article article section nav h1,
.unreset section article article section section h1,
.unreset section article aside article article h1,
.unreset section article aside article aside h1,
.unreset section article aside article nav h1,
.unreset section article aside article section h1,
.unreset section article aside aside article h1,
.unreset section article aside aside aside h1,
.unreset section article aside aside nav h1,
.unreset section article aside aside section h1,
.unreset section article aside nav article h1,
.unreset section article aside nav aside h1,
.unreset section article aside nav nav h1,
.unreset section article aside nav section h1,
.unreset section article aside section article h1,
.unreset section article aside section aside h1,
.unreset section article aside section nav h1,
.unreset section article aside section section h1,
.unreset section article nav article article h1,
.unreset section article nav article aside h1,
.unreset section article nav article nav h1,
.unreset section article nav article section h1,
.unreset section article nav aside article h1,
.unreset section article nav aside aside h1,
.unreset section article nav aside nav h1,
.unreset section article nav aside section h1,
.unreset section article nav nav article h1,
.unreset section article nav nav aside h1,
.unreset section article nav nav nav h1,
.unreset section article nav nav section h1,
.unreset section article nav section article h1,
.unreset section article nav section aside h1,
.unreset section article nav section nav h1,
.unreset section article nav section section h1,
.unreset section article section article article h1,
.unreset section article section article aside h1,
.unreset section article section article nav h1,
.unreset section article section article section h1,
.unreset section article section aside article h1,
.unreset section article section aside aside h1,
.unreset section article section aside nav h1,
.unreset section article section aside section h1,
.unreset section article section nav article h1,
.unreset section article section nav aside h1,
.unreset section article section nav nav h1,
.unreset section article section nav section h1,
.unreset section article section section article h1,
.unreset section article section section aside h1,
.unreset section article section section nav h1,
.unreset section article section section section h1,
.unreset section aside article article article h1,
.unreset section aside article article aside h1,
.unreset section aside article article nav h1,
.unreset section aside article article section h1,
.unreset section aside article aside article h1,
.unreset section aside article aside aside h1,
.unreset section aside article aside nav h1,
.unreset section aside article aside section h1,
.unreset section aside article nav article h1,
.unreset section aside article nav aside h1,
.unreset section aside article nav nav h1,
.unreset section aside article nav section h1,
.unreset section aside article section article h1,
.unreset section aside article section aside h1,
.unreset section aside article section nav h1,
.unreset section aside article section section h1,
.unreset section aside aside article article h1,
.unreset section aside aside article aside h1,
.unreset section aside aside article nav h1,
.unreset section aside aside article section h1,
.unreset section aside aside aside article h1,
.unreset section aside aside aside aside h1,
.unreset section aside aside aside nav h1,
.unreset section aside aside aside section h1,
.unreset section aside aside nav article h1,
.unreset section aside aside nav aside h1,
.unreset section aside aside nav nav h1,
.unreset section aside aside nav section h1,
.unreset section aside aside section article h1,
.unreset section aside aside section aside h1,
.unreset section aside aside section nav h1,
.unreset section aside aside section section h1,
.unreset section aside nav article article h1,
.unreset section aside nav article aside h1,
.unreset section aside nav article nav h1,
.unreset section aside nav article section h1,
.unreset section aside nav aside article h1,
.unreset section aside nav aside aside h1,
.unreset section aside nav aside nav h1,
.unreset section aside nav aside section h1,
.unreset section aside nav nav article h1,
.unreset section aside nav nav aside h1,
.unreset section aside nav nav nav h1,
.unreset section aside nav nav section h1,
.unreset section aside nav section article h1,
.unreset section aside nav section aside h1,
.unreset section aside nav section nav h1,
.unreset section aside nav section section h1,
.unreset section aside section article article h1,
.unreset section aside section article aside h1,
.unreset section aside section article nav h1,
.unreset section aside section article section h1,
.unreset section aside section aside article h1,
.unreset section aside section aside aside h1,
.unreset section aside section aside nav h1,
.unreset section aside section aside section h1,
.unreset section aside section nav article h1,
.unreset section aside section nav aside h1,
.unreset section aside section nav nav h1,
.unreset section aside section nav section h1,
.unreset section aside section section article h1,
.unreset section aside section section aside h1,
.unreset section aside section section nav h1,
.unreset section aside section section section h1,
.unreset section nav article article article h1,
.unreset section nav article article aside h1,
.unreset section nav article article nav h1,
.unreset section nav article article section h1,
.unreset section nav article aside article h1,
.unreset section nav article aside aside h1,
.unreset section nav article aside nav h1,
.unreset section nav article aside section h1,
.unreset section nav article nav article h1,
.unreset section nav article nav aside h1,
.unreset section nav article nav nav h1,
.unreset section nav article nav section h1,
.unreset section nav article section article h1,
.unreset section nav article section aside h1,
.unreset section nav article section nav h1,
.unreset section nav article section section h1,
.unreset section nav aside article article h1,
.unreset section nav aside article aside h1,
.unreset section nav aside article nav h1,
.unreset section nav aside article section h1,
.unreset section nav aside aside article h1,
.unreset section nav aside aside aside h1,
.unreset section nav aside aside nav h1,
.unreset section nav aside aside section h1,
.unreset section nav aside nav article h1,
.unreset section nav aside nav aside h1,
.unreset section nav aside nav nav h1,
.unreset section nav aside nav section h1,
.unreset section nav aside section article h1,
.unreset section nav aside section aside h1,
.unreset section nav aside section nav h1,
.unreset section nav aside section section h1,
.unreset section nav nav article article h1,
.unreset section nav nav article aside h1,
.unreset section nav nav article nav h1,
.unreset section nav nav article section h1,
.unreset section nav nav aside article h1,
.unreset section nav nav aside aside h1,
.unreset section nav nav aside nav h1,
.unreset section nav nav aside section h1,
.unreset section nav nav nav article h1,
.unreset section nav nav nav aside h1,
.unreset section nav nav nav nav h1,
.unreset section nav nav nav section h1,
.unreset section nav nav section article h1,
.unreset section nav nav section aside h1,
.unreset section nav nav section nav h1,
.unreset section nav nav section section h1,
.unreset section nav section article article h1,
.unreset section nav section article aside h1,
.unreset section nav section article nav h1,
.unreset section nav section article section h1,
.unreset section nav section aside article h1,
.unreset section nav section aside aside h1,
.unreset section nav section aside nav h1,
.unreset section nav section aside section h1,
.unreset section nav section nav article h1,
.unreset section nav section nav aside h1,
.unreset section nav section nav nav h1,
.unreset section nav section nav section h1,
.unreset section nav section section article h1,
.unreset section nav section section aside h1,
.unreset section nav section section nav h1,
.unreset section nav section section section h1,
.unreset section section article article article h1,
.unreset section section article article aside h1,
.unreset section section article article nav h1,
.unreset section section article article section h1,
.unreset section section article aside article h1,
.unreset section section article aside aside h1,
.unreset section section article aside nav h1,
.unreset section section article aside section h1,
.unreset section section article nav article h1,
.unreset section section article nav aside h1,
.unreset section section article nav nav h1,
.unreset section section article nav section h1,
.unreset section section article section article h1,
.unreset section section article section aside h1,
.unreset section section article section nav h1,
.unreset section section article section section h1,
.unreset section section aside article article h1,
.unreset section section aside article aside h1,
.unreset section section aside article nav h1,
.unreset section section aside article section h1,
.unreset section section aside aside article h1,
.unreset section section aside aside aside h1,
.unreset section section aside aside nav h1,
.unreset section section aside aside section h1,
.unreset section section aside nav article h1,
.unreset section section aside nav aside h1,
.unreset section section aside nav nav h1,
.unreset section section aside nav section h1,
.unreset section section aside section article h1,
.unreset section section aside section aside h1,
.unreset section section aside section nav h1,
.unreset section section aside section section h1,
.unreset section section nav article article h1,
.unreset section section nav article aside h1,
.unreset section section nav article nav h1,
.unreset section section nav article section h1,
.unreset section section nav aside article h1,
.unreset section section nav aside aside h1,
.unreset section section nav aside nav h1,
.unreset section section nav aside section h1,
.unreset section section nav nav article h1,
.unreset section section nav nav aside h1,
.unreset section section nav nav nav h1,
.unreset section section nav nav section h1,
.unreset section section nav section article h1,
.unreset section section nav section aside h1,
.unreset section section nav section nav h1,
.unreset section section nav section section h1,
.unreset section section section article article h1,
.unreset section section section article aside h1,
.unreset section section section article nav h1,
.unreset section section section article section h1,
.unreset section section section aside article h1,
.unreset section section section aside aside h1,
.unreset section section section aside nav h1,
.unreset section section section aside section h1,
.unreset section section section nav article h1,
.unreset section section section nav aside h1,
.unreset section section section nav nav h1,
.unreset section section section nav section h1,
.unreset section section section section article h1,
.unreset section section section section aside h1,
.unreset section section section section nav h1,
.unreset section section section section section h1 {
margin: 2.33em 0;
font-weight: bold;
font-size: 0.67em;
}
.unreset table {
border-color: gray;
border-collapse: separate;
border-spacing: 2px;
}
.unreset thead,
.unreset tbody,
.unreset tfoot,
.unreset tr {
vertical-align: middle;
border-color: inherit;
}
.unreset td,
.unreset th {
padding: 1px;
vertical-align: inherit;
}
.unreset th {
font-weight: bold;
}
.unreset caption {
text-align: center;
}
.unreset ul,
.unreset menu {
margin: 1em 0;
padding: 0 0 0 40px;
list-style-type: disc;
}
.unreset ol {
margin: 1em 0;
padding: 0 0 0 40px;
list-style-type: decimal;
}
.unreset ul ul,
.unreset ol ul {
list-style-type: circle;
}
.unreset ul ul ul,
.unreset ul ol ul,
.unreset ol ul ul,
.unreset ol ol ul {
list-style-type: square;
}
.unreset dd {
margin: 0 0 0 40px;
}
.unreset dl {
margin: 1em 0;
}
.unreset ul ul,
.unreset ul ol,
.unreset ul menu,
.unreset ul dl,
.unreset ol ul,
.unreset ol ol,
.unreset ol menu,
.unreset ol dl,
.unreset menu ul,
.unreset menu ol,
.unreset menu menu,
.unreset menu dl,
.unreset dl ul,
.unreset dl ol,
.unreset dl menu,
.unreset dl dl {
margin: 0;
}
.unreset legend {
padding: 0 2px;
}
.unreset fieldset {
margin: 0 2px;
padding: 0 2px 3px;
border: 2px groove ThreeDFace;
border-style: groove;
border-width: 2px;
-webkit-padding-before: 0.35em;
-webkit-padding-start: 0.75em;
-webkit-padding-end: 0.75em;
-webkit-padding-after: 0.625em;
}
.unreset ins {
font-weight: inherit;
text-decoration: underline;
background-color: transparent;
}
.unreset b,
.unreset strong {
font-weight: bold;
}
.unreset i,
.unreset cite,
.unreset em,
.unreset var,
.unreset address,
.unreset dfn {
font-weight: inherit;
font-style: italic;
}
.unreset abbr[title],
.unreset dfn[title] {
font-weight: inherit;
border-bottom: 0;
cursor: default;
}
.unreset tt,
.unreset code,
.unreset kbd,
.unreset samp {
font-weight: inherit;
font-family: monospace;
}
.unreset pre {
margin: 1em 0;
font-family: monospace;
white-space: pre;
}
.unreset mark {
color: black;
font-weight: inherit;
font-style: normal;
background-color: yellow;
}
.unreset big {
font-weight: inherit;
font-size: larger;
}
.unreset small {
font-weight: inherit;
font-size: smaller;
}
.unreset sub,
.unreset sup {
position: static;
font-weight: inherit;
line-height: inherit;
}
.unreset sub {
bottom: 0;
font-size: smaller;
vertical-align: sub;
}
.unreset sup {
top: 0;
font-size: smaller;
vertical-align: super;
}
.unreset ruby > rt {
font-size: 50%;
}
.unreset iframe {
border: 2px inset;
}
.unreset a {
@apply text-blue-700 underline dark:text-blue-400;
}
.unreset p,
h1,
h2,
h3,
h4,
h5 {
@apply dark:text-gray-200;
} | src/styles/unreset.css | @charset "UTF-8";
/**
* Unreset CSS
*
* Copyright (C) 2016 Kite (<EMAIL>)
* License MIT
* Version 1.0.0
*
* Unreset CSS restores browsers' default element styles which are reset by
* Eric Meyer's Reset CSS, YUI 3 Reset CSS, HTML5 Reset Stylesheet of HTML5
* Doctor, or <NAME>ugh's HTML5 Reset.
*/
html.unreset {
box-sizing: content-box;
}
.unreset body {
margin: 8px;
line-height: normal;
}
.unreset p {
margin: 1em 0;
}
.unreset blockquote,
.unreset figure {
margin: 1em 40px;
}
.unreset q {
quotes: '“' '”' '‘' '’';
}
.unreset q:before {
content: open-quote;
}
.unreset q:after {
content: close-quote;
}
.unreset hr {
box-sizing: border-box;
margin: 0.5em auto;
border: 1px inset;
}
.unreset h1 {
margin: 0.67em 0;
font-weight: bold;
font-size: 2em;
}
.unreset h2 {
margin: 0.83em 0;
font-weight: bold;
font-size: 1.5em;
}
.unreset h3 {
margin: 1em 0;
font-weight: bold;
font-size: 1.17em;
}
.unreset h4 {
margin: 1.33em 0;
font-weight: bold;
font-size: 1em;
}
.unreset h5 {
margin: 1.67em 0;
font-weight: bold;
font-size: 0.83em;
}
.unreset h6 {
margin: 2.33em 0;
font-weight: bold;
font-size: 0.67em;
}
.unreset article h1,
.unreset aside h1,
.unreset nav h1,
.unreset section h1 {
margin: 0.83em 0;
font-weight: bold;
font-size: 1.5em;
}
.unreset article article h1,
.unreset article aside h1,
.unreset article nav h1,
.unreset article section h1,
.unreset aside article h1,
.unreset aside aside h1,
.unreset aside nav h1,
.unreset aside section h1,
.unreset nav article h1,
.unreset nav aside h1,
.unreset nav nav h1,
.unreset nav section h1,
.unreset section article h1,
.unreset section aside h1,
.unreset section nav h1,
.unreset section section h1 {
margin: 1em 0;
font-weight: bold;
font-size: 1.17em;
}
.unreset article article article h1,
.unreset article article aside h1,
.unreset article article nav h1,
.unreset article article section h1,
.unreset article aside article h1,
.unreset article aside aside h1,
.unreset article aside nav h1,
.unreset article aside section h1,
.unreset article nav article h1,
.unreset article nav aside h1,
.unreset article nav nav h1,
.unreset article nav section h1,
.unreset article section article h1,
.unreset article section aside h1,
.unreset article section nav h1,
.unreset article section section h1,
.unreset aside article article h1,
.unreset aside article aside h1,
.unreset aside article nav h1,
.unreset aside article section h1,
.unreset aside aside article h1,
.unreset aside aside aside h1,
.unreset aside aside nav h1,
.unreset aside aside section h1,
.unreset aside nav article h1,
.unreset aside nav aside h1,
.unreset aside nav nav h1,
.unreset aside nav section h1,
.unreset aside section article h1,
.unreset aside section aside h1,
.unreset aside section nav h1,
.unreset aside section section h1,
.unreset nav article article h1,
.unreset nav article aside h1,
.unreset nav article nav h1,
.unreset nav article section h1,
.unreset nav aside article h1,
.unreset nav aside aside h1,
.unreset nav aside nav h1,
.unreset nav aside section h1,
.unreset nav nav article h1,
.unreset nav nav aside h1,
.unreset nav nav nav h1,
.unreset nav nav section h1,
.unreset nav section article h1,
.unreset nav section aside h1,
.unreset nav section nav h1,
.unreset nav section section h1,
.unreset section article article h1,
.unreset section article aside h1,
.unreset section article nav h1,
.unreset section article section h1,
.unreset section aside article h1,
.unreset section aside aside h1,
.unreset section aside nav h1,
.unreset section aside section h1,
.unreset section nav article h1,
.unreset section nav aside h1,
.unreset section nav nav h1,
.unreset section nav section h1,
.unreset section section article h1,
.unreset section section aside h1,
.unreset section section nav h1,
.unreset section section section h1 {
margin: 1.33em 0;
font-weight: bold;
font-size: 1em;
}
.unreset article article article article h1,
.unreset article article article aside h1,
.unreset article article article nav h1,
.unreset article article article section h1,
.unreset article article aside article h1,
.unreset article article aside aside h1,
.unreset article article aside nav h1,
.unreset article article aside section h1,
.unreset article article nav article h1,
.unreset article article nav aside h1,
.unreset article article nav nav h1,
.unreset article article nav section h1,
.unreset article article section article h1,
.unreset article article section aside h1,
.unreset article article section nav h1,
.unreset article article section section h1,
.unreset article aside article article h1,
.unreset article aside article aside h1,
.unreset article aside article nav h1,
.unreset article aside article section h1,
.unreset article aside aside article h1,
.unreset article aside aside aside h1,
.unreset article aside aside nav h1,
.unreset article aside aside section h1,
.unreset article aside nav article h1,
.unreset article aside nav aside h1,
.unreset article aside nav nav h1,
.unreset article aside nav section h1,
.unreset article aside section article h1,
.unreset article aside section aside h1,
.unreset article aside section nav h1,
.unreset article aside section section h1,
.unreset article nav article article h1,
.unreset article nav article aside h1,
.unreset article nav article nav h1,
.unreset article nav article section h1,
.unreset article nav aside article h1,
.unreset article nav aside aside h1,
.unreset article nav aside nav h1,
.unreset article nav aside section h1,
.unreset article nav nav article h1,
.unreset article nav nav aside h1,
.unreset article nav nav nav h1,
.unreset article nav nav section h1,
.unreset article nav section article h1,
.unreset article nav section aside h1,
.unreset article nav section nav h1,
.unreset article nav section section h1,
.unreset article section article article h1,
.unreset article section article aside h1,
.unreset article section article nav h1,
.unreset article section article section h1,
.unreset article section aside article h1,
.unreset article section aside aside h1,
.unreset article section aside nav h1,
.unreset article section aside section h1,
.unreset article section nav article h1,
.unreset article section nav aside h1,
.unreset article section nav nav h1,
.unreset article section nav section h1,
.unreset article section section article h1,
.unreset article section section aside h1,
.unreset article section section nav h1,
.unreset article section section section h1,
.unreset aside article article article h1,
.unreset aside article article aside h1,
.unreset aside article article nav h1,
.unreset aside article article section h1,
.unreset aside article aside article h1,
.unreset aside article aside aside h1,
.unreset aside article aside nav h1,
.unreset aside article aside section h1,
.unreset aside article nav article h1,
.unreset aside article nav aside h1,
.unreset aside article nav nav h1,
.unreset aside article nav section h1,
.unreset aside article section article h1,
.unreset aside article section aside h1,
.unreset aside article section nav h1,
.unreset aside article section section h1,
.unreset aside aside article article h1,
.unreset aside aside article aside h1,
.unreset aside aside article nav h1,
.unreset aside aside article section h1,
.unreset aside aside aside article h1,
.unreset aside aside aside aside h1,
.unreset aside aside aside nav h1,
.unreset aside aside aside section h1,
.unreset aside aside nav article h1,
.unreset aside aside nav aside h1,
.unreset aside aside nav nav h1,
.unreset aside aside nav section h1,
.unreset aside aside section article h1,
.unreset aside aside section aside h1,
.unreset aside aside section nav h1,
.unreset aside aside section section h1,
.unreset aside nav article article h1,
.unreset aside nav article aside h1,
.unreset aside nav article nav h1,
.unreset aside nav article section h1,
.unreset aside nav aside article h1,
.unreset aside nav aside aside h1,
.unreset aside nav aside nav h1,
.unreset aside nav aside section h1,
.unreset aside nav nav article h1,
.unreset aside nav nav aside h1,
.unreset aside nav nav nav h1,
.unreset aside nav nav section h1,
.unreset aside nav section article h1,
.unreset aside nav section aside h1,
.unreset aside nav section nav h1,
.unreset aside nav section section h1,
.unreset aside section article article h1,
.unreset aside section article aside h1,
.unreset aside section article nav h1,
.unreset aside section article section h1,
.unreset aside section aside article h1,
.unreset aside section aside aside h1,
.unreset aside section aside nav h1,
.unreset aside section aside section h1,
.unreset aside section nav article h1,
.unreset aside section nav aside h1,
.unreset aside section nav nav h1,
.unreset aside section nav section h1,
.unreset aside section section article h1,
.unreset aside section section aside h1,
.unreset aside section section nav h1,
.unreset aside section section section h1,
.unreset nav article article article h1,
.unreset nav article article aside h1,
.unreset nav article article nav h1,
.unreset nav article article section h1,
.unreset nav article aside article h1,
.unreset nav article aside aside h1,
.unreset nav article aside nav h1,
.unreset nav article aside section h1,
.unreset nav article nav article h1,
.unreset nav article nav aside h1,
.unreset nav article nav nav h1,
.unreset nav article nav section h1,
.unreset nav article section article h1,
.unreset nav article section aside h1,
.unreset nav article section nav h1,
.unreset nav article section section h1,
.unreset nav aside article article h1,
.unreset nav aside article aside h1,
.unreset nav aside article nav h1,
.unreset nav aside article section h1,
.unreset nav aside aside article h1,
.unreset nav aside aside aside h1,
.unreset nav aside aside nav h1,
.unreset nav aside aside section h1,
.unreset nav aside nav article h1,
.unreset nav aside nav aside h1,
.unreset nav aside nav nav h1,
.unreset nav aside nav section h1,
.unreset nav aside section article h1,
.unreset nav aside section aside h1,
.unreset nav aside section nav h1,
.unreset nav aside section section h1,
.unreset nav nav article article h1,
.unreset nav nav article aside h1,
.unreset nav nav article nav h1,
.unreset nav nav article section h1,
.unreset nav nav aside article h1,
.unreset nav nav aside aside h1,
.unreset nav nav aside nav h1,
.unreset nav nav aside section h1,
.unreset nav nav nav article h1,
.unreset nav nav nav aside h1,
.unreset nav nav nav nav h1,
.unreset nav nav nav section h1,
.unreset nav nav section article h1,
.unreset nav nav section aside h1,
.unreset nav nav section nav h1,
.unreset nav nav section section h1,
.unreset nav section article article h1,
.unreset nav section article aside h1,
.unreset nav section article nav h1,
.unreset nav section article section h1,
.unreset nav section aside article h1,
.unreset nav section aside aside h1,
.unreset nav section aside nav h1,
.unreset nav section aside section h1,
.unreset nav section nav article h1,
.unreset nav section nav aside h1,
.unreset nav section nav nav h1,
.unreset nav section nav section h1,
.unreset nav section section article h1,
.unreset nav section section aside h1,
.unreset nav section section nav h1,
.unreset nav section section section h1,
.unreset section article article article h1,
.unreset section article article aside h1,
.unreset section article article nav h1,
.unreset section article article section h1,
.unreset section article aside article h1,
.unreset section article aside aside h1,
.unreset section article aside nav h1,
.unreset section article aside section h1,
.unreset section article nav article h1,
.unreset section article nav aside h1,
.unreset section article nav nav h1,
.unreset section article nav section h1,
.unreset section article section article h1,
.unreset section article section aside h1,
.unreset section article section nav h1,
.unreset section article section section h1,
.unreset section aside article article h1,
.unreset section aside article aside h1,
.unreset section aside article nav h1,
.unreset section aside article section h1,
.unreset section aside aside article h1,
.unreset section aside aside aside h1,
.unreset section aside aside nav h1,
.unreset section aside aside section h1,
.unreset section aside nav article h1,
.unreset section aside nav aside h1,
.unreset section aside nav nav h1,
.unreset section aside nav section h1,
.unreset section aside section article h1,
.unreset section aside section aside h1,
.unreset section aside section nav h1,
.unreset section aside section section h1,
.unreset section nav article article h1,
.unreset section nav article aside h1,
.unreset section nav article nav h1,
.unreset section nav article section h1,
.unreset section nav aside article h1,
.unreset section nav aside aside h1,
.unreset section nav aside nav h1,
.unreset section nav aside section h1,
.unreset section nav nav article h1,
.unreset section nav nav aside h1,
.unreset section nav nav nav h1,
.unreset section nav nav section h1,
.unreset section nav section article h1,
.unreset section nav section aside h1,
.unreset section nav section nav h1,
.unreset section nav section section h1,
.unreset section section article article h1,
.unreset section section article aside h1,
.unreset section section article nav h1,
.unreset section section article section h1,
.unreset section section aside article h1,
.unreset section section aside aside h1,
.unreset section section aside nav h1,
.unreset section section aside section h1,
.unreset section section nav article h1,
.unreset section section nav aside h1,
.unreset section section nav nav h1,
.unreset section section nav section h1,
.unreset section section section article h1,
.unreset section section section aside h1,
.unreset section section section nav h1,
.unreset section section section section h1 {
margin: 1.67em 0;
font-weight: bold;
font-size: 0.83em;
}
.unreset article article article article article h1,
.unreset article article article article aside h1,
.unreset article article article article nav h1,
.unreset article article article article section h1,
.unreset article article article aside article h1,
.unreset article article article aside aside h1,
.unreset article article article aside nav h1,
.unreset article article article aside section h1,
.unreset article article article nav article h1,
.unreset article article article nav aside h1,
.unreset article article article nav nav h1,
.unreset article article article nav section h1,
.unreset article article article section article h1,
.unreset article article article section aside h1,
.unreset article article article section nav h1,
.unreset article article article section section h1,
.unreset article article aside article article h1,
.unreset article article aside article aside h1,
.unreset article article aside article nav h1,
.unreset article article aside article section h1,
.unreset article article aside aside article h1,
.unreset article article aside aside aside h1,
.unreset article article aside aside nav h1,
.unreset article article aside aside section h1,
.unreset article article aside nav article h1,
.unreset article article aside nav aside h1,
.unreset article article aside nav nav h1,
.unreset article article aside nav section h1,
.unreset article article aside section article h1,
.unreset article article aside section aside h1,
.unreset article article aside section nav h1,
.unreset article article aside section section h1,
.unreset article article nav article article h1,
.unreset article article nav article aside h1,
.unreset article article nav article nav h1,
.unreset article article nav article section h1,
.unreset article article nav aside article h1,
.unreset article article nav aside aside h1,
.unreset article article nav aside nav h1,
.unreset article article nav aside section h1,
.unreset article article nav nav article h1,
.unreset article article nav nav aside h1,
.unreset article article nav nav nav h1,
.unreset article article nav nav section h1,
.unreset article article nav section article h1,
.unreset article article nav section aside h1,
.unreset article article nav section nav h1,
.unreset article article nav section section h1,
.unreset article article section article article h1,
.unreset article article section article aside h1,
.unreset article article section article nav h1,
.unreset article article section article section h1,
.unreset article article section aside article h1,
.unreset article article section aside aside h1,
.unreset article article section aside nav h1,
.unreset article article section aside section h1,
.unreset article article section nav article h1,
.unreset article article section nav aside h1,
.unreset article article section nav nav h1,
.unreset article article section nav section h1,
.unreset article article section section article h1,
.unreset article article section section aside h1,
.unreset article article section section nav h1,
.unreset article article section section section h1,
.unreset article aside article article article h1,
.unreset article aside article article aside h1,
.unreset article aside article article nav h1,
.unreset article aside article article section h1,
.unreset article aside article aside article h1,
.unreset article aside article aside aside h1,
.unreset article aside article aside nav h1,
.unreset article aside article aside section h1,
.unreset article aside article nav article h1,
.unreset article aside article nav aside h1,
.unreset article aside article nav nav h1,
.unreset article aside article nav section h1,
.unreset article aside article section article h1,
.unreset article aside article section aside h1,
.unreset article aside article section nav h1,
.unreset article aside article section section h1,
.unreset article aside aside article article h1,
.unreset article aside aside article aside h1,
.unreset article aside aside article nav h1,
.unreset article aside aside article section h1,
.unreset article aside aside aside article h1,
.unreset article aside aside aside aside h1,
.unreset article aside aside aside nav h1,
.unreset article aside aside aside section h1,
.unreset article aside aside nav article h1,
.unreset article aside aside nav aside h1,
.unreset article aside aside nav nav h1,
.unreset article aside aside nav section h1,
.unreset article aside aside section article h1,
.unreset article aside aside section aside h1,
.unreset article aside aside section nav h1,
.unreset article aside aside section section h1,
.unreset article aside nav article article h1,
.unreset article aside nav article aside h1,
.unreset article aside nav article nav h1,
.unreset article aside nav article section h1,
.unreset article aside nav aside article h1,
.unreset article aside nav aside aside h1,
.unreset article aside nav aside nav h1,
.unreset article aside nav aside section h1,
.unreset article aside nav nav article h1,
.unreset article aside nav nav aside h1,
.unreset article aside nav nav nav h1,
.unreset article aside nav nav section h1,
.unreset article aside nav section article h1,
.unreset article aside nav section aside h1,
.unreset article aside nav section nav h1,
.unreset article aside nav section section h1,
.unreset article aside section article article h1,
.unreset article aside section article aside h1,
.unreset article aside section article nav h1,
.unreset article aside section article section h1,
.unreset article aside section aside article h1,
.unreset article aside section aside aside h1,
.unreset article aside section aside nav h1,
.unreset article aside section aside section h1,
.unreset article aside section nav article h1,
.unreset article aside section nav aside h1,
.unreset article aside section nav nav h1,
.unreset article aside section nav section h1,
.unreset article aside section section article h1,
.unreset article aside section section aside h1,
.unreset article aside section section nav h1,
.unreset article aside section section section h1,
.unreset article nav article article article h1,
.unreset article nav article article aside h1,
.unreset article nav article article nav h1,
.unreset article nav article article section h1,
.unreset article nav article aside article h1,
.unreset article nav article aside aside h1,
.unreset article nav article aside nav h1,
.unreset article nav article aside section h1,
.unreset article nav article nav article h1,
.unreset article nav article nav aside h1,
.unreset article nav article nav nav h1,
.unreset article nav article nav section h1,
.unreset article nav article section article h1,
.unreset article nav article section aside h1,
.unreset article nav article section nav h1,
.unreset article nav article section section h1,
.unreset article nav aside article article h1,
.unreset article nav aside article aside h1,
.unreset article nav aside article nav h1,
.unreset article nav aside article section h1,
.unreset article nav aside aside article h1,
.unreset article nav aside aside aside h1,
.unreset article nav aside aside nav h1,
.unreset article nav aside aside section h1,
.unreset article nav aside nav article h1,
.unreset article nav aside nav aside h1,
.unreset article nav aside nav nav h1,
.unreset article nav aside nav section h1,
.unreset article nav aside section article h1,
.unreset article nav aside section aside h1,
.unreset article nav aside section nav h1,
.unreset article nav aside section section h1,
.unreset article nav nav article article h1,
.unreset article nav nav article aside h1,
.unreset article nav nav article nav h1,
.unreset article nav nav article section h1,
.unreset article nav nav aside article h1,
.unreset article nav nav aside aside h1,
.unreset article nav nav aside nav h1,
.unreset article nav nav aside section h1,
.unreset article nav nav nav article h1,
.unreset article nav nav nav aside h1,
.unreset article nav nav nav nav h1,
.unreset article nav nav nav section h1,
.unreset article nav nav section article h1,
.unreset article nav nav section aside h1,
.unreset article nav nav section nav h1,
.unreset article nav nav section section h1,
.unreset article nav section article article h1,
.unreset article nav section article aside h1,
.unreset article nav section article nav h1,
.unreset article nav section article section h1,
.unreset article nav section aside article h1,
.unreset article nav section aside aside h1,
.unreset article nav section aside nav h1,
.unreset article nav section aside section h1,
.unreset article nav section nav article h1,
.unreset article nav section nav aside h1,
.unreset article nav section nav nav h1,
.unreset article nav section nav section h1,
.unreset article nav section section article h1,
.unreset article nav section section aside h1,
.unreset article nav section section nav h1,
.unreset article nav section section section h1,
.unreset article section article article article h1,
.unreset article section article article aside h1,
.unreset article section article article nav h1,
.unreset article section article article section h1,
.unreset article section article aside article h1,
.unreset article section article aside aside h1,
.unreset article section article aside nav h1,
.unreset article section article aside section h1,
.unreset article section article nav article h1,
.unreset article section article nav aside h1,
.unreset article section article nav nav h1,
.unreset article section article nav section h1,
.unreset article section article section article h1,
.unreset article section article section aside h1,
.unreset article section article section nav h1,
.unreset article section article section section h1,
.unreset article section aside article article h1,
.unreset article section aside article aside h1,
.unreset article section aside article nav h1,
.unreset article section aside article section h1,
.unreset article section aside aside article h1,
.unreset article section aside aside aside h1,
.unreset article section aside aside nav h1,
.unreset article section aside aside section h1,
.unreset article section aside nav article h1,
.unreset article section aside nav aside h1,
.unreset article section aside nav nav h1,
.unreset article section aside nav section h1,
.unreset article section aside section article h1,
.unreset article section aside section aside h1,
.unreset article section aside section nav h1,
.unreset article section aside section section h1,
.unreset article section nav article article h1,
.unreset article section nav article aside h1,
.unreset article section nav article nav h1,
.unreset article section nav article section h1,
.unreset article section nav aside article h1,
.unreset article section nav aside aside h1,
.unreset article section nav aside nav h1,
.unreset article section nav aside section h1,
.unreset article section nav nav article h1,
.unreset article section nav nav aside h1,
.unreset article section nav nav nav h1,
.unreset article section nav nav section h1,
.unreset article section nav section article h1,
.unreset article section nav section aside h1,
.unreset article section nav section nav h1,
.unreset article section nav section section h1,
.unreset article section section article article h1,
.unreset article section section article aside h1,
.unreset article section section article nav h1,
.unreset article section section article section h1,
.unreset article section section aside article h1,
.unreset article section section aside aside h1,
.unreset article section section aside nav h1,
.unreset article section section aside section h1,
.unreset article section section nav article h1,
.unreset article section section nav aside h1,
.unreset article section section nav nav h1,
.unreset article section section nav section h1,
.unreset article section section section article h1,
.unreset article section section section aside h1,
.unreset article section section section nav h1,
.unreset article section section section section h1,
.unreset aside article article article article h1,
.unreset aside article article article aside h1,
.unreset aside article article article nav h1,
.unreset aside article article article section h1,
.unreset aside article article aside article h1,
.unreset aside article article aside aside h1,
.unreset aside article article aside nav h1,
.unreset aside article article aside section h1,
.unreset aside article article nav article h1,
.unreset aside article article nav aside h1,
.unreset aside article article nav nav h1,
.unreset aside article article nav section h1,
.unreset aside article article section article h1,
.unreset aside article article section aside h1,
.unreset aside article article section nav h1,
.unreset aside article article section section h1,
.unreset aside article aside article article h1,
.unreset aside article aside article aside h1,
.unreset aside article aside article nav h1,
.unreset aside article aside article section h1,
.unreset aside article aside aside article h1,
.unreset aside article aside aside aside h1,
.unreset aside article aside aside nav h1,
.unreset aside article aside aside section h1,
.unreset aside article aside nav article h1,
.unreset aside article aside nav aside h1,
.unreset aside article aside nav nav h1,
.unreset aside article aside nav section h1,
.unreset aside article aside section article h1,
.unreset aside article aside section aside h1,
.unreset aside article aside section nav h1,
.unreset aside article aside section section h1,
.unreset aside article nav article article h1,
.unreset aside article nav article aside h1,
.unreset aside article nav article nav h1,
.unreset aside article nav article section h1,
.unreset aside article nav aside article h1,
.unreset aside article nav aside aside h1,
.unreset aside article nav aside nav h1,
.unreset aside article nav aside section h1,
.unreset aside article nav nav article h1,
.unreset aside article nav nav aside h1,
.unreset aside article nav nav nav h1,
.unreset aside article nav nav section h1,
.unreset aside article nav section article h1,
.unreset aside article nav section aside h1,
.unreset aside article nav section nav h1,
.unreset aside article nav section section h1,
.unreset aside article section article article h1,
.unreset aside article section article aside h1,
.unreset aside article section article nav h1,
.unreset aside article section article section h1,
.unreset aside article section aside article h1,
.unreset aside article section aside aside h1,
.unreset aside article section aside nav h1,
.unreset aside article section aside section h1,
.unreset aside article section nav article h1,
.unreset aside article section nav aside h1,
.unreset aside article section nav nav h1,
.unreset aside article section nav section h1,
.unreset aside article section section article h1,
.unreset aside article section section aside h1,
.unreset aside article section section nav h1,
.unreset aside article section section section h1,
.unreset aside aside article article article h1,
.unreset aside aside article article aside h1,
.unreset aside aside article article nav h1,
.unreset aside aside article article section h1,
.unreset aside aside article aside article h1,
.unreset aside aside article aside aside h1,
.unreset aside aside article aside nav h1,
.unreset aside aside article aside section h1,
.unreset aside aside article nav article h1,
.unreset aside aside article nav aside h1,
.unreset aside aside article nav nav h1,
.unreset aside aside article nav section h1,
.unreset aside aside article section article h1,
.unreset aside aside article section aside h1,
.unreset aside aside article section nav h1,
.unreset aside aside article section section h1,
.unreset aside aside aside article article h1,
.unreset aside aside aside article aside h1,
.unreset aside aside aside article nav h1,
.unreset aside aside aside article section h1,
.unreset aside aside aside aside article h1,
.unreset aside aside aside aside aside h1,
.unreset aside aside aside aside nav h1,
.unreset aside aside aside aside section h1,
.unreset aside aside aside nav article h1,
.unreset aside aside aside nav aside h1,
.unreset aside aside aside nav nav h1,
.unreset aside aside aside nav section h1,
.unreset aside aside aside section article h1,
.unreset aside aside aside section aside h1,
.unreset aside aside aside section nav h1,
.unreset aside aside aside section section h1,
.unreset aside aside nav article article h1,
.unreset aside aside nav article aside h1,
.unreset aside aside nav article nav h1,
.unreset aside aside nav article section h1,
.unreset aside aside nav aside article h1,
.unreset aside aside nav aside aside h1,
.unreset aside aside nav aside nav h1,
.unreset aside aside nav aside section h1,
.unreset aside aside nav nav article h1,
.unreset aside aside nav nav aside h1,
.unreset aside aside nav nav nav h1,
.unreset aside aside nav nav section h1,
.unreset aside aside nav section article h1,
.unreset aside aside nav section aside h1,
.unreset aside aside nav section nav h1,
.unreset aside aside nav section section h1,
.unreset aside aside section article article h1,
.unreset aside aside section article aside h1,
.unreset aside aside section article nav h1,
.unreset aside aside section article section h1,
.unreset aside aside section aside article h1,
.unreset aside aside section aside aside h1,
.unreset aside aside section aside nav h1,
.unreset aside aside section aside section h1,
.unreset aside aside section nav article h1,
.unreset aside aside section nav aside h1,
.unreset aside aside section nav nav h1,
.unreset aside aside section nav section h1,
.unreset aside aside section section article h1,
.unreset aside aside section section aside h1,
.unreset aside aside section section nav h1,
.unreset aside aside section section section h1,
.unreset aside nav article article article h1,
.unreset aside nav article article aside h1,
.unreset aside nav article article nav h1,
.unreset aside nav article article section h1,
.unreset aside nav article aside article h1,
.unreset aside nav article aside aside h1,
.unreset aside nav article aside nav h1,
.unreset aside nav article aside section h1,
.unreset aside nav article nav article h1,
.unreset aside nav article nav aside h1,
.unreset aside nav article nav nav h1,
.unreset aside nav article nav section h1,
.unreset aside nav article section article h1,
.unreset aside nav article section aside h1,
.unreset aside nav article section nav h1,
.unreset aside nav article section section h1,
.unreset aside nav aside article article h1,
.unreset aside nav aside article aside h1,
.unreset aside nav aside article nav h1,
.unreset aside nav aside article section h1,
.unreset aside nav aside aside article h1,
.unreset aside nav aside aside aside h1,
.unreset aside nav aside aside nav h1,
.unreset aside nav aside aside section h1,
.unreset aside nav aside nav article h1,
.unreset aside nav aside nav aside h1,
.unreset aside nav aside nav nav h1,
.unreset aside nav aside nav section h1,
.unreset aside nav aside section article h1,
.unreset aside nav aside section aside h1,
.unreset aside nav aside section nav h1,
.unreset aside nav aside section section h1,
.unreset aside nav nav article article h1,
.unreset aside nav nav article aside h1,
.unreset aside nav nav article nav h1,
.unreset aside nav nav article section h1,
.unreset aside nav nav aside article h1,
.unreset aside nav nav aside aside h1,
.unreset aside nav nav aside nav h1,
.unreset aside nav nav aside section h1,
.unreset aside nav nav nav article h1,
.unreset aside nav nav nav aside h1,
.unreset aside nav nav nav nav h1,
.unreset aside nav nav nav section h1,
.unreset aside nav nav section article h1,
.unreset aside nav nav section aside h1,
.unreset aside nav nav section nav h1,
.unreset aside nav nav section section h1,
.unreset aside nav section article article h1,
.unreset aside nav section article aside h1,
.unreset aside nav section article nav h1,
.unreset aside nav section article section h1,
.unreset aside nav section aside article h1,
.unreset aside nav section aside aside h1,
.unreset aside nav section aside nav h1,
.unreset aside nav section aside section h1,
.unreset aside nav section nav article h1,
.unreset aside nav section nav aside h1,
.unreset aside nav section nav nav h1,
.unreset aside nav section nav section h1,
.unreset aside nav section section article h1,
.unreset aside nav section section aside h1,
.unreset aside nav section section nav h1,
.unreset aside nav section section section h1,
.unreset aside section article article article h1,
.unreset aside section article article aside h1,
.unreset aside section article article nav h1,
.unreset aside section article article section h1,
.unreset aside section article aside article h1,
.unreset aside section article aside aside h1,
.unreset aside section article aside nav h1,
.unreset aside section article aside section h1,
.unreset aside section article nav article h1,
.unreset aside section article nav aside h1,
.unreset aside section article nav nav h1,
.unreset aside section article nav section h1,
.unreset aside section article section article h1,
.unreset aside section article section aside h1,
.unreset aside section article section nav h1,
.unreset aside section article section section h1,
.unreset aside section aside article article h1,
.unreset aside section aside article aside h1,
.unreset aside section aside article nav h1,
.unreset aside section aside article section h1,
.unreset aside section aside aside article h1,
.unreset aside section aside aside aside h1,
.unreset aside section aside aside nav h1,
.unreset aside section aside aside section h1,
.unreset aside section aside nav article h1,
.unreset aside section aside nav aside h1,
.unreset aside section aside nav nav h1,
.unreset aside section aside nav section h1,
.unreset aside section aside section article h1,
.unreset aside section aside section aside h1,
.unreset aside section aside section nav h1,
.unreset aside section aside section section h1,
.unreset aside section nav article article h1,
.unreset aside section nav article aside h1,
.unreset aside section nav article nav h1,
.unreset aside section nav article section h1,
.unreset aside section nav aside article h1,
.unreset aside section nav aside aside h1,
.unreset aside section nav aside nav h1,
.unreset aside section nav aside section h1,
.unreset aside section nav nav article h1,
.unreset aside section nav nav aside h1,
.unreset aside section nav nav nav h1,
.unreset aside section nav nav section h1,
.unreset aside section nav section article h1,
.unreset aside section nav section aside h1,
.unreset aside section nav section nav h1,
.unreset aside section nav section section h1,
.unreset aside section section article article h1,
.unreset aside section section article aside h1,
.unreset aside section section article nav h1,
.unreset aside section section article section h1,
.unreset aside section section aside article h1,
.unreset aside section section aside aside h1,
.unreset aside section section aside nav h1,
.unreset aside section section aside section h1,
.unreset aside section section nav article h1,
.unreset aside section section nav aside h1,
.unreset aside section section nav nav h1,
.unreset aside section section nav section h1,
.unreset aside section section section article h1,
.unreset aside section section section aside h1,
.unreset aside section section section nav h1,
.unreset aside section section section section h1,
.unreset nav article article article article h1,
.unreset nav article article article aside h1,
.unreset nav article article article nav h1,
.unreset nav article article article section h1,
.unreset nav article article aside article h1,
.unreset nav article article aside aside h1,
.unreset nav article article aside nav h1,
.unreset nav article article aside section h1,
.unreset nav article article nav article h1,
.unreset nav article article nav aside h1,
.unreset nav article article nav nav h1,
.unreset nav article article nav section h1,
.unreset nav article article section article h1,
.unreset nav article article section aside h1,
.unreset nav article article section nav h1,
.unreset nav article article section section h1,
.unreset nav article aside article article h1,
.unreset nav article aside article aside h1,
.unreset nav article aside article nav h1,
.unreset nav article aside article section h1,
.unreset nav article aside aside article h1,
.unreset nav article aside aside aside h1,
.unreset nav article aside aside nav h1,
.unreset nav article aside aside section h1,
.unreset nav article aside nav article h1,
.unreset nav article aside nav aside h1,
.unreset nav article aside nav nav h1,
.unreset nav article aside nav section h1,
.unreset nav article aside section article h1,
.unreset nav article aside section aside h1,
.unreset nav article aside section nav h1,
.unreset nav article aside section section h1,
.unreset nav article nav article article h1,
.unreset nav article nav article aside h1,
.unreset nav article nav article nav h1,
.unreset nav article nav article section h1,
.unreset nav article nav aside article h1,
.unreset nav article nav aside aside h1,
.unreset nav article nav aside nav h1,
.unreset nav article nav aside section h1,
.unreset nav article nav nav article h1,
.unreset nav article nav nav aside h1,
.unreset nav article nav nav nav h1,
.unreset nav article nav nav section h1,
.unreset nav article nav section article h1,
.unreset nav article nav section aside h1,
.unreset nav article nav section nav h1,
.unreset nav article nav section section h1,
.unreset nav article section article article h1,
.unreset nav article section article aside h1,
.unreset nav article section article nav h1,
.unreset nav article section article section h1,
.unreset nav article section aside article h1,
.unreset nav article section aside aside h1,
.unreset nav article section aside nav h1,
.unreset nav article section aside section h1,
.unreset nav article section nav article h1,
.unreset nav article section nav aside h1,
.unreset nav article section nav nav h1,
.unreset nav article section nav section h1,
.unreset nav article section section article h1,
.unreset nav article section section aside h1,
.unreset nav article section section nav h1,
.unreset nav article section section section h1,
.unreset nav aside article article article h1,
.unreset nav aside article article aside h1,
.unreset nav aside article article nav h1,
.unreset nav aside article article section h1,
.unreset nav aside article aside article h1,
.unreset nav aside article aside aside h1,
.unreset nav aside article aside nav h1,
.unreset nav aside article aside section h1,
.unreset nav aside article nav article h1,
.unreset nav aside article nav aside h1,
.unreset nav aside article nav nav h1,
.unreset nav aside article nav section h1,
.unreset nav aside article section article h1,
.unreset nav aside article section aside h1,
.unreset nav aside article section nav h1,
.unreset nav aside article section section h1,
.unreset nav aside aside article article h1,
.unreset nav aside aside article aside h1,
.unreset nav aside aside article nav h1,
.unreset nav aside aside article section h1,
.unreset nav aside aside aside article h1,
.unreset nav aside aside aside aside h1,
.unreset nav aside aside aside nav h1,
.unreset nav aside aside aside section h1,
.unreset nav aside aside nav article h1,
.unreset nav aside aside nav aside h1,
.unreset nav aside aside nav nav h1,
.unreset nav aside aside nav section h1,
.unreset nav aside aside section article h1,
.unreset nav aside aside section aside h1,
.unreset nav aside aside section nav h1,
.unreset nav aside aside section section h1,
.unreset nav aside nav article article h1,
.unreset nav aside nav article aside h1,
.unreset nav aside nav article nav h1,
.unreset nav aside nav article section h1,
.unreset nav aside nav aside article h1,
.unreset nav aside nav aside aside h1,
.unreset nav aside nav aside nav h1,
.unreset nav aside nav aside section h1,
.unreset nav aside nav nav article h1,
.unreset nav aside nav nav aside h1,
.unreset nav aside nav nav nav h1,
.unreset nav aside nav nav section h1,
.unreset nav aside nav section article h1,
.unreset nav aside nav section aside h1,
.unreset nav aside nav section nav h1,
.unreset nav aside nav section section h1,
.unreset nav aside section article article h1,
.unreset nav aside section article aside h1,
.unreset nav aside section article nav h1,
.unreset nav aside section article section h1,
.unreset nav aside section aside article h1,
.unreset nav aside section aside aside h1,
.unreset nav aside section aside nav h1,
.unreset nav aside section aside section h1,
.unreset nav aside section nav article h1,
.unreset nav aside section nav aside h1,
.unreset nav aside section nav nav h1,
.unreset nav aside section nav section h1,
.unreset nav aside section section article h1,
.unreset nav aside section section aside h1,
.unreset nav aside section section nav h1,
.unreset nav aside section section section h1,
.unreset nav nav article article article h1,
.unreset nav nav article article aside h1,
.unreset nav nav article article nav h1,
.unreset nav nav article article section h1,
.unreset nav nav article aside article h1,
.unreset nav nav article aside aside h1,
.unreset nav nav article aside nav h1,
.unreset nav nav article aside section h1,
.unreset nav nav article nav article h1,
.unreset nav nav article nav aside h1,
.unreset nav nav article nav nav h1,
.unreset nav nav article nav section h1,
.unreset nav nav article section article h1,
.unreset nav nav article section aside h1,
.unreset nav nav article section nav h1,
.unreset nav nav article section section h1,
.unreset nav nav aside article article h1,
.unreset nav nav aside article aside h1,
.unreset nav nav aside article nav h1,
.unreset nav nav aside article section h1,
.unreset nav nav aside aside article h1,
.unreset nav nav aside aside aside h1,
.unreset nav nav aside aside nav h1,
.unreset nav nav aside aside section h1,
.unreset nav nav aside nav article h1,
.unreset nav nav aside nav aside h1,
.unreset nav nav aside nav nav h1,
.unreset nav nav aside nav section h1,
.unreset nav nav aside section article h1,
.unreset nav nav aside section aside h1,
.unreset nav nav aside section nav h1,
.unreset nav nav aside section section h1,
.unreset nav nav nav article article h1,
.unreset nav nav nav article aside h1,
.unreset nav nav nav article nav h1,
.unreset nav nav nav article section h1,
.unreset nav nav nav aside article h1,
.unreset nav nav nav aside aside h1,
.unreset nav nav nav aside nav h1,
.unreset nav nav nav aside section h1,
.unreset nav nav nav nav article h1,
.unreset nav nav nav nav aside h1,
.unreset nav nav nav nav nav h1,
.unreset nav nav nav nav section h1,
.unreset nav nav nav section article h1,
.unreset nav nav nav section aside h1,
.unreset nav nav nav section nav h1,
.unreset nav nav nav section section h1,
.unreset nav nav section article article h1,
.unreset nav nav section article aside h1,
.unreset nav nav section article nav h1,
.unreset nav nav section article section h1,
.unreset nav nav section aside article h1,
.unreset nav nav section aside aside h1,
.unreset nav nav section aside nav h1,
.unreset nav nav section aside section h1,
.unreset nav nav section nav article h1,
.unreset nav nav section nav aside h1,
.unreset nav nav section nav nav h1,
.unreset nav nav section nav section h1,
.unreset nav nav section section article h1,
.unreset nav nav section section aside h1,
.unreset nav nav section section nav h1,
.unreset nav nav section section section h1,
.unreset nav section article article article h1,
.unreset nav section article article aside h1,
.unreset nav section article article nav h1,
.unreset nav section article article section h1,
.unreset nav section article aside article h1,
.unreset nav section article aside aside h1,
.unreset nav section article aside nav h1,
.unreset nav section article aside section h1,
.unreset nav section article nav article h1,
.unreset nav section article nav aside h1,
.unreset nav section article nav nav h1,
.unreset nav section article nav section h1,
.unreset nav section article section article h1,
.unreset nav section article section aside h1,
.unreset nav section article section nav h1,
.unreset nav section article section section h1,
.unreset nav section aside article article h1,
.unreset nav section aside article aside h1,
.unreset nav section aside article nav h1,
.unreset nav section aside article section h1,
.unreset nav section aside aside article h1,
.unreset nav section aside aside aside h1,
.unreset nav section aside aside nav h1,
.unreset nav section aside aside section h1,
.unreset nav section aside nav article h1,
.unreset nav section aside nav aside h1,
.unreset nav section aside nav nav h1,
.unreset nav section aside nav section h1,
.unreset nav section aside section article h1,
.unreset nav section aside section aside h1,
.unreset nav section aside section nav h1,
.unreset nav section aside section section h1,
.unreset nav section nav article article h1,
.unreset nav section nav article aside h1,
.unreset nav section nav article nav h1,
.unreset nav section nav article section h1,
.unreset nav section nav aside article h1,
.unreset nav section nav aside aside h1,
.unreset nav section nav aside nav h1,
.unreset nav section nav aside section h1,
.unreset nav section nav nav article h1,
.unreset nav section nav nav aside h1,
.unreset nav section nav nav nav h1,
.unreset nav section nav nav section h1,
.unreset nav section nav section article h1,
.unreset nav section nav section aside h1,
.unreset nav section nav section nav h1,
.unreset nav section nav section section h1,
.unreset nav section section article article h1,
.unreset nav section section article aside h1,
.unreset nav section section article nav h1,
.unreset nav section section article section h1,
.unreset nav section section aside article h1,
.unreset nav section section aside aside h1,
.unreset nav section section aside nav h1,
.unreset nav section section aside section h1,
.unreset nav section section nav article h1,
.unreset nav section section nav aside h1,
.unreset nav section section nav nav h1,
.unreset nav section section nav section h1,
.unreset nav section section section article h1,
.unreset nav section section section aside h1,
.unreset nav section section section nav h1,
.unreset nav section section section section h1,
.unreset section article article article article h1,
.unreset section article article article aside h1,
.unreset section article article article nav h1,
.unreset section article article article section h1,
.unreset section article article aside article h1,
.unreset section article article aside aside h1,
.unreset section article article aside nav h1,
.unreset section article article aside section h1,
.unreset section article article nav article h1,
.unreset section article article nav aside h1,
.unreset section article article nav nav h1,
.unreset section article article nav section h1,
.unreset section article article section article h1,
.unreset section article article section aside h1,
.unreset section article article section nav h1,
.unreset section article article section section h1,
.unreset section article aside article article h1,
.unreset section article aside article aside h1,
.unreset section article aside article nav h1,
.unreset section article aside article section h1,
.unreset section article aside aside article h1,
.unreset section article aside aside aside h1,
.unreset section article aside aside nav h1,
.unreset section article aside aside section h1,
.unreset section article aside nav article h1,
.unreset section article aside nav aside h1,
.unreset section article aside nav nav h1,
.unreset section article aside nav section h1,
.unreset section article aside section article h1,
.unreset section article aside section aside h1,
.unreset section article aside section nav h1,
.unreset section article aside section section h1,
.unreset section article nav article article h1,
.unreset section article nav article aside h1,
.unreset section article nav article nav h1,
.unreset section article nav article section h1,
.unreset section article nav aside article h1,
.unreset section article nav aside aside h1,
.unreset section article nav aside nav h1,
.unreset section article nav aside section h1,
.unreset section article nav nav article h1,
.unreset section article nav nav aside h1,
.unreset section article nav nav nav h1,
.unreset section article nav nav section h1,
.unreset section article nav section article h1,
.unreset section article nav section aside h1,
.unreset section article nav section nav h1,
.unreset section article nav section section h1,
.unreset section article section article article h1,
.unreset section article section article aside h1,
.unreset section article section article nav h1,
.unreset section article section article section h1,
.unreset section article section aside article h1,
.unreset section article section aside aside h1,
.unreset section article section aside nav h1,
.unreset section article section aside section h1,
.unreset section article section nav article h1,
.unreset section article section nav aside h1,
.unreset section article section nav nav h1,
.unreset section article section nav section h1,
.unreset section article section section article h1,
.unreset section article section section aside h1,
.unreset section article section section nav h1,
.unreset section article section section section h1,
.unreset section aside article article article h1,
.unreset section aside article article aside h1,
.unreset section aside article article nav h1,
.unreset section aside article article section h1,
.unreset section aside article aside article h1,
.unreset section aside article aside aside h1,
.unreset section aside article aside nav h1,
.unreset section aside article aside section h1,
.unreset section aside article nav article h1,
.unreset section aside article nav aside h1,
.unreset section aside article nav nav h1,
.unreset section aside article nav section h1,
.unreset section aside article section article h1,
.unreset section aside article section aside h1,
.unreset section aside article section nav h1,
.unreset section aside article section section h1,
.unreset section aside aside article article h1,
.unreset section aside aside article aside h1,
.unreset section aside aside article nav h1,
.unreset section aside aside article section h1,
.unreset section aside aside aside article h1,
.unreset section aside aside aside aside h1,
.unreset section aside aside aside nav h1,
.unreset section aside aside aside section h1,
.unreset section aside aside nav article h1,
.unreset section aside aside nav aside h1,
.unreset section aside aside nav nav h1,
.unreset section aside aside nav section h1,
.unreset section aside aside section article h1,
.unreset section aside aside section aside h1,
.unreset section aside aside section nav h1,
.unreset section aside aside section section h1,
.unreset section aside nav article article h1,
.unreset section aside nav article aside h1,
.unreset section aside nav article nav h1,
.unreset section aside nav article section h1,
.unreset section aside nav aside article h1,
.unreset section aside nav aside aside h1,
.unreset section aside nav aside nav h1,
.unreset section aside nav aside section h1,
.unreset section aside nav nav article h1,
.unreset section aside nav nav aside h1,
.unreset section aside nav nav nav h1,
.unreset section aside nav nav section h1,
.unreset section aside nav section article h1,
.unreset section aside nav section aside h1,
.unreset section aside nav section nav h1,
.unreset section aside nav section section h1,
.unreset section aside section article article h1,
.unreset section aside section article aside h1,
.unreset section aside section article nav h1,
.unreset section aside section article section h1,
.unreset section aside section aside article h1,
.unreset section aside section aside aside h1,
.unreset section aside section aside nav h1,
.unreset section aside section aside section h1,
.unreset section aside section nav article h1,
.unreset section aside section nav aside h1,
.unreset section aside section nav nav h1,
.unreset section aside section nav section h1,
.unreset section aside section section article h1,
.unreset section aside section section aside h1,
.unreset section aside section section nav h1,
.unreset section aside section section section h1,
.unreset section nav article article article h1,
.unreset section nav article article aside h1,
.unreset section nav article article nav h1,
.unreset section nav article article section h1,
.unreset section nav article aside article h1,
.unreset section nav article aside aside h1,
.unreset section nav article aside nav h1,
.unreset section nav article aside section h1,
.unreset section nav article nav article h1,
.unreset section nav article nav aside h1,
.unreset section nav article nav nav h1,
.unreset section nav article nav section h1,
.unreset section nav article section article h1,
.unreset section nav article section aside h1,
.unreset section nav article section nav h1,
.unreset section nav article section section h1,
.unreset section nav aside article article h1,
.unreset section nav aside article aside h1,
.unreset section nav aside article nav h1,
.unreset section nav aside article section h1,
.unreset section nav aside aside article h1,
.unreset section nav aside aside aside h1,
.unreset section nav aside aside nav h1,
.unreset section nav aside aside section h1,
.unreset section nav aside nav article h1,
.unreset section nav aside nav aside h1,
.unreset section nav aside nav nav h1,
.unreset section nav aside nav section h1,
.unreset section nav aside section article h1,
.unreset section nav aside section aside h1,
.unreset section nav aside section nav h1,
.unreset section nav aside section section h1,
.unreset section nav nav article article h1,
.unreset section nav nav article aside h1,
.unreset section nav nav article nav h1,
.unreset section nav nav article section h1,
.unreset section nav nav aside article h1,
.unreset section nav nav aside aside h1,
.unreset section nav nav aside nav h1,
.unreset section nav nav aside section h1,
.unreset section nav nav nav article h1,
.unreset section nav nav nav aside h1,
.unreset section nav nav nav nav h1,
.unreset section nav nav nav section h1,
.unreset section nav nav section article h1,
.unreset section nav nav section aside h1,
.unreset section nav nav section nav h1,
.unreset section nav nav section section h1,
.unreset section nav section article article h1,
.unreset section nav section article aside h1,
.unreset section nav section article nav h1,
.unreset section nav section article section h1,
.unreset section nav section aside article h1,
.unreset section nav section aside aside h1,
.unreset section nav section aside nav h1,
.unreset section nav section aside section h1,
.unreset section nav section nav article h1,
.unreset section nav section nav aside h1,
.unreset section nav section nav nav h1,
.unreset section nav section nav section h1,
.unreset section nav section section article h1,
.unreset section nav section section aside h1,
.unreset section nav section section nav h1,
.unreset section nav section section section h1,
.unreset section section article article article h1,
.unreset section section article article aside h1,
.unreset section section article article nav h1,
.unreset section section article article section h1,
.unreset section section article aside article h1,
.unreset section section article aside aside h1,
.unreset section section article aside nav h1,
.unreset section section article aside section h1,
.unreset section section article nav article h1,
.unreset section section article nav aside h1,
.unreset section section article nav nav h1,
.unreset section section article nav section h1,
.unreset section section article section article h1,
.unreset section section article section aside h1,
.unreset section section article section nav h1,
.unreset section section article section section h1,
.unreset section section aside article article h1,
.unreset section section aside article aside h1,
.unreset section section aside article nav h1,
.unreset section section aside article section h1,
.unreset section section aside aside article h1,
.unreset section section aside aside aside h1,
.unreset section section aside aside nav h1,
.unreset section section aside aside section h1,
.unreset section section aside nav article h1,
.unreset section section aside nav aside h1,
.unreset section section aside nav nav h1,
.unreset section section aside nav section h1,
.unreset section section aside section article h1,
.unreset section section aside section aside h1,
.unreset section section aside section nav h1,
.unreset section section aside section section h1,
.unreset section section nav article article h1,
.unreset section section nav article aside h1,
.unreset section section nav article nav h1,
.unreset section section nav article section h1,
.unreset section section nav aside article h1,
.unreset section section nav aside aside h1,
.unreset section section nav aside nav h1,
.unreset section section nav aside section h1,
.unreset section section nav nav article h1,
.unreset section section nav nav aside h1,
.unreset section section nav nav nav h1,
.unreset section section nav nav section h1,
.unreset section section nav section article h1,
.unreset section section nav section aside h1,
.unreset section section nav section nav h1,
.unreset section section nav section section h1,
.unreset section section section article article h1,
.unreset section section section article aside h1,
.unreset section section section article nav h1,
.unreset section section section article section h1,
.unreset section section section aside article h1,
.unreset section section section aside aside h1,
.unreset section section section aside nav h1,
.unreset section section section aside section h1,
.unreset section section section nav article h1,
.unreset section section section nav aside h1,
.unreset section section section nav nav h1,
.unreset section section section nav section h1,
.unreset section section section section article h1,
.unreset section section section section aside h1,
.unreset section section section section nav h1,
.unreset section section section section section h1 {
margin: 2.33em 0;
font-weight: bold;
font-size: 0.67em;
}
.unreset table {
border-color: gray;
border-collapse: separate;
border-spacing: 2px;
}
.unreset thead,
.unreset tbody,
.unreset tfoot,
.unreset tr {
vertical-align: middle;
border-color: inherit;
}
.unreset td,
.unreset th {
padding: 1px;
vertical-align: inherit;
}
.unreset th {
font-weight: bold;
}
.unreset caption {
text-align: center;
}
.unreset ul,
.unreset menu {
margin: 1em 0;
padding: 0 0 0 40px;
list-style-type: disc;
}
.unreset ol {
margin: 1em 0;
padding: 0 0 0 40px;
list-style-type: decimal;
}
.unreset ul ul,
.unreset ol ul {
list-style-type: circle;
}
.unreset ul ul ul,
.unreset ul ol ul,
.unreset ol ul ul,
.unreset ol ol ul {
list-style-type: square;
}
.unreset dd {
margin: 0 0 0 40px;
}
.unreset dl {
margin: 1em 0;
}
.unreset ul ul,
.unreset ul ol,
.unreset ul menu,
.unreset ul dl,
.unreset ol ul,
.unreset ol ol,
.unreset ol menu,
.unreset ol dl,
.unreset menu ul,
.unreset menu ol,
.unreset menu menu,
.unreset menu dl,
.unreset dl ul,
.unreset dl ol,
.unreset dl menu,
.unreset dl dl {
margin: 0;
}
.unreset legend {
padding: 0 2px;
}
.unreset fieldset {
margin: 0 2px;
padding: 0 2px 3px;
border: 2px groove ThreeDFace;
border-style: groove;
border-width: 2px;
-webkit-padding-before: 0.35em;
-webkit-padding-start: 0.75em;
-webkit-padding-end: 0.75em;
-webkit-padding-after: 0.625em;
}
.unreset ins {
font-weight: inherit;
text-decoration: underline;
background-color: transparent;
}
.unreset b,
.unreset strong {
font-weight: bold;
}
.unreset i,
.unreset cite,
.unreset em,
.unreset var,
.unreset address,
.unreset dfn {
font-weight: inherit;
font-style: italic;
}
.unreset abbr[title],
.unreset dfn[title] {
font-weight: inherit;
border-bottom: 0;
cursor: default;
}
.unreset tt,
.unreset code,
.unreset kbd,
.unreset samp {
font-weight: inherit;
font-family: monospace;
}
.unreset pre {
margin: 1em 0;
font-family: monospace;
white-space: pre;
}
.unreset mark {
color: black;
font-weight: inherit;
font-style: normal;
background-color: yellow;
}
.unreset big {
font-weight: inherit;
font-size: larger;
}
.unreset small {
font-weight: inherit;
font-size: smaller;
}
.unreset sub,
.unreset sup {
position: static;
font-weight: inherit;
line-height: inherit;
}
.unreset sub {
bottom: 0;
font-size: smaller;
vertical-align: sub;
}
.unreset sup {
top: 0;
font-size: smaller;
vertical-align: super;
}
.unreset ruby > rt {
font-size: 50%;
}
.unreset iframe {
border: 2px inset;
}
.unreset a {
@apply text-blue-700 underline dark:text-blue-400;
}
.unreset p,
h1,
h2,
h3,
h4,
h5 {
@apply dark:text-gray-200;
} | 0.449393 | 0.094594 |
and max-width not supported when element is display: table-cell */
.diff-view.text-view .add-comment-trigger {
box-sizing: content-box;
-moz-user-select: none;
-ms-user-select: none;
-webkit-user-select: none;
user-select: none;
display: inline-block;
width: 16px;
height: 17px;
padding: 0 5px;
border: 0;
border-radius: 0;
margin: 0;
cursor: pointer;
line-height: 17px;
position: relative;
vertical-align: top;
}
.diff-view.text-view .add-comment-trigger.CodeMirror-gutter {
height: 0;
/* The gutter filler for this column causes an extra vertical scrollbar to appear. */
}
.diff-view.text-view .add-comment-trigger:before {
display: block;
position: relative;
left: 0;
width: 16px;
height: 17px;
}
.diff-view.text-view .add-comment-trigger .aui-icon {
transition: opacity 0.1s ease-in-out;
opacity: 0;
color: #505F79;
position: absolute;
top: 2px;
left: 5px;
}
.diff-view.text-view .dummy-comment-trigger {
box-sizing: content-box;
-moz-user-select: none;
-ms-user-select: none;
-webkit-user-select: none;
user-select: none;
background-color: #FFFFFF;
display: inline-block;
height: 17px;
width: 16px;
padding: 0 5px;
}
.diff-view.text-view.commentable .add-comment-trigger:focus {
outline: 0;
}
.diff-view.text-view.commentable .add-comment-trigger:focus .aui-iconfont-add-comment {
opacity: 1;
}
.diff-view.text-view.commentable .line.commented .add-comment-trigger .aui-iconfont-comment {
opacity: 0;
}
.diff-view.text-view.commentable.hide-comments .line.commented .add-comment-trigger .aui-iconfont-comment {
opacity: 1;
}
.diff-view.text-view.commentable .line:hover {
background-color: #ebf2f9;
}
.diff-view.text-view.commentable .line:hover .CodeMirror-gutter-elt > * {
background-color: #ebf2f9;
}
.diff-view.text-view.commentable .line:hover .add-comment-trigger .aui-iconfont-add-comment {
opacity: 1;
}
.diff-view.text-view.commentable .line:hover .add-comment-trigger:before {
width: 0;
content: none;
}
.diff-view.text-view.commentable .line.conflict-marker:hover {
background-color: #FFF0B3;
}
.diff-view.text-view.commentable .line.conflict-marker:hover .CodeMirror-gutter-elt > * {
background-color: #FFF0B3;
}
.diff-view.text-view.commentable .line.conflict-marker:hover .add-comment-trigger {
cursor: default;
}
.diff-view.text-view.commentable .line.conflict-marker:hover .add-comment-trigger .aui-icon {
display: none;
}
.diff-view.text-view.commentable .line.conflict-marker:hover .add-comment-trigger:before {
content: '';
}
.diff-view.text-view.commentable .source {
padding-left: 5px;
}
.diff-view.text-view .context.line .add-comment-trigger {
background-color: #FFFFFF;
}
.diff-view.text-view.hide-comments .file-comments {
height: 0;
display: none;
} | target/bitbucket/app/static/bitbucket/internal/feature/comments/diff-comment-context.less.css | and max-width not supported when element is display: table-cell */
.diff-view.text-view .add-comment-trigger {
box-sizing: content-box;
-moz-user-select: none;
-ms-user-select: none;
-webkit-user-select: none;
user-select: none;
display: inline-block;
width: 16px;
height: 17px;
padding: 0 5px;
border: 0;
border-radius: 0;
margin: 0;
cursor: pointer;
line-height: 17px;
position: relative;
vertical-align: top;
}
.diff-view.text-view .add-comment-trigger.CodeMirror-gutter {
height: 0;
/* The gutter filler for this column causes an extra vertical scrollbar to appear. */
}
.diff-view.text-view .add-comment-trigger:before {
display: block;
position: relative;
left: 0;
width: 16px;
height: 17px;
}
.diff-view.text-view .add-comment-trigger .aui-icon {
transition: opacity 0.1s ease-in-out;
opacity: 0;
color: #505F79;
position: absolute;
top: 2px;
left: 5px;
}
.diff-view.text-view .dummy-comment-trigger {
box-sizing: content-box;
-moz-user-select: none;
-ms-user-select: none;
-webkit-user-select: none;
user-select: none;
background-color: #FFFFFF;
display: inline-block;
height: 17px;
width: 16px;
padding: 0 5px;
}
.diff-view.text-view.commentable .add-comment-trigger:focus {
outline: 0;
}
.diff-view.text-view.commentable .add-comment-trigger:focus .aui-iconfont-add-comment {
opacity: 1;
}
.diff-view.text-view.commentable .line.commented .add-comment-trigger .aui-iconfont-comment {
opacity: 0;
}
.diff-view.text-view.commentable.hide-comments .line.commented .add-comment-trigger .aui-iconfont-comment {
opacity: 1;
}
.diff-view.text-view.commentable .line:hover {
background-color: #ebf2f9;
}
.diff-view.text-view.commentable .line:hover .CodeMirror-gutter-elt > * {
background-color: #ebf2f9;
}
.diff-view.text-view.commentable .line:hover .add-comment-trigger .aui-iconfont-add-comment {
opacity: 1;
}
.diff-view.text-view.commentable .line:hover .add-comment-trigger:before {
width: 0;
content: none;
}
.diff-view.text-view.commentable .line.conflict-marker:hover {
background-color: #FFF0B3;
}
.diff-view.text-view.commentable .line.conflict-marker:hover .CodeMirror-gutter-elt > * {
background-color: #FFF0B3;
}
.diff-view.text-view.commentable .line.conflict-marker:hover .add-comment-trigger {
cursor: default;
}
.diff-view.text-view.commentable .line.conflict-marker:hover .add-comment-trigger .aui-icon {
display: none;
}
.diff-view.text-view.commentable .line.conflict-marker:hover .add-comment-trigger:before {
content: '';
}
.diff-view.text-view.commentable .source {
padding-left: 5px;
}
.diff-view.text-view .context.line .add-comment-trigger {
background-color: #FFFFFF;
}
.diff-view.text-view.hide-comments .file-comments {
height: 0;
display: none;
} | 0.3863 | 0.109897 |
.booking .booking-cont {
width: 1000px;
margin: 50px auto;
overflow: hidden;
}
.booking .booking-cont .order-left {
width: 580px;
float: left;
}
.booking .booking-cont .order-left .buy-step {
margin: 15px 0 40px 20px;
}
.booking .booking-cont .order-left .buy-step:after {
content: '';
display: table;
clear: both;
}
.booking .booking-cont .order-left .buy-step li {
border-top: 4px solid #efefef;
height: 50px;
width: 165px;
float: left;
position: relative;
}
.booking .booking-cont .order-left .buy-step li em {
font-style: normal;
position: absolute;
bottom: 0;
left: 0;
font-size: 14px;
color: #999;
}
.booking .booking-cont .order-left .buy-step .step1 {
border-top: 4px solid #ff9d00;
}
.booking .booking-cont .order-left .buy-step .step1 p {
position: absolute;
left: 0;
top: -12px;
width: 22px;
height: 22px;
text-align: center;
line-height: 22px;
border-radius: 50%;
background: #ff9d00;
}
.booking .booking-cont .order-left .buy-step .step1 p i {
width: 8px;
height: 8px;
display: inline-block;
background: #FFF;
border-radius: 50%;
vertical-align: top;
margin-top: 7px;
}
.booking .booking-cont .order-left .buy-step .step1 em {
left: -15px;
color: #ff9d00;
}
.booking .booking-cont .order-left .buy-step .step2 {
width: 230px;
}
.booking .booking-cont .order-left .buy-step .step2 p {
position: absolute;
left: 50%;
margin-left: -11px;
top: -12px;
width: 22px;
height: 22px;
text-align: center;
border: 1px solid #e8e8e8;
line-height: 22px;
border-radius: 50%;
background: #FFF;
}
.booking .booking-cont .order-left .buy-step .step2 p i {
width: 8px;
height: 8px;
display: inline-block;
background: #efefef;
border-radius: 50%;
vertical-align: top;
margin-top: 7px;
}
.booking .booking-cont .order-left .buy-step .step2 em {
left: 88px;
}
.booking .booking-cont .order-left .buy-step .step3 p {
position: absolute;
right: 0;
top: -12px;
width: 22px;
height: 22px;
text-align: center;
line-height: 22px;
border: 1px solid #e8e8e8;
border-radius: 50%;
background: #FFF;
}
.booking .booking-cont .order-left .buy-step .step3 p i {
width: 8px;
height: 8px;
display: inline-block;
background: #efefef;
border-radius: 50%;
vertical-align: top;
margin-top: 7px;
}
.booking .booking-cont .order-left .buy-step .step3 em {
left: 125px;
display: block;
width: 60px;
}
.booking .booking-cont .order-left .order-info {
margin-top: 30px;
}
.booking .booking-cont .order-left .order-info h2 {
font-weight: bold;
font-size: 18px;
color: #333;
line-height: 22px;
}
.booking .booking-cont .order-left .order-info h2 i {
width: 22px;
height: 22px;
display: inline-block;
font-size: 16px;
font-weight: normal;
background: #ff9d00;
border-radius: 50%;
color: #FFF;
text-align: center;
line-height: 22px;
font-style: normal;
vertical-align: top;
margin-right: 17px;
}
.booking .booking-cont .order-left .order-info h2 span {
color: #999;
}
.booking .booking-cont .order-left .order-info .user-int {
padding-left: 39px;
width: 556px;
}
.booking .booking-cont .order-left .order-info .user-int .form-sec {
position: relative;
margin-top: 16px;
margin-right: 16px;
}
.booking .booking-cont .order-left .order-info .user-int .form-sec label {
position: absolute;
left: 10px;
top: 11px;
padding: 0 6px;
line-height: 18px;
background: transparent;
font-size: 14px;
color: #999;
-webkit-transition: all .2s linear;
cursor: text;
z-index: 2;
transition: all .2s linear;
}
.booking .booking-cont .order-left .order-info .user-int .form-sec.form-sec-focus label {
top: -7px;
font-size: 12px;
color: #999;
background: #FFF;
}
.booking .booking-cont .order-left .order-info .user-int .form-sec input {
width: 230px;
height: 38px;
border: 1px solid #e5e5e5;
font-size: 14px;
padding: 0 15px;
line-height: 18px;
-webkit-transition: border-color .2s linear;
transition: border-color .2s linear;
background: #FFF;
color: #666;
}
.booking .booking-cont .order-left .order-info .user-int .form-sec.form-sec-focus input {
border: 1px solid #e5e5e5;
}
.booking .booking-cont .order-left .order-info .user-int .form-sec textarea {
width: 508px;
height: 38px;
border: 1px solid #e5e5e5;
font-size: 14px;
padding: 10px 15px;
line-height: 18px;
-webkit-transition: border-color .2s linear;
transition: border-color .2s linear;
background: #FFF;
color: #666;
resize: none;
overflow: auto;
}
.booking .booking-cont .order-right {
width: 310px;
float: right;
}
.booking .booking-cont .order-right .image {
position: relative;
width: 310px;
height: 182px;
overflow: hidden;
}
.booking .booking-cont .order-right .image img {
width: 100%;
}
.booking .booking-cont .order-right .order-adv {
width: 310px;
background: #fff;
border: 1px solid #e5e5e5;
padding: 0 16px;
}
.booking .booking-cont .order-right .order-adv h2 {
font-size: 16px;
color: #333;
line-height: 24px;
padding: 10px 0;
font-weight: normal;
}
.booking .booking-cont .order-right .order-adv .order-info {
border-top: 1px solid #e5e5e5;
padding: 10px 0;
}
.booking .booking-cont .order-right .order-adv .order-info p {
line-height: 30px;
overflow: hidden;
}
.booking .booking-cont .order-right .order-adv .order-info p span {
font-size: 16px;
color: #333;
}
.booking .booking-cont .order-right .order-adv .order-info p b {
font-weight: normal;
float: left;
color: #999;
font-size: 14px;
}
.booking .booking-cont .order-right .order-adv .order-info p i {
font-style: normal;
font-size: 14px;
color: #333;
float: right;
margin-left: 25px;
}
.booking .booking-count {
border-top: 1px solid #e5e5e5;
border-bottom: 1px solid #e5e5e5;
width: 1000px;
margin: 0 auto;
padding-bottom: 40px;
position: relative;
overflow: hidden;
}
.booking .booking-count .price {
float: right;
}
.booking .booking-count .price ul {
padding-top: 5px;
}
.booking .booking-count .price ul li {
font-size: 14px;
color: #333;
margin-top: 15px;
width: 300px;
overflow: hidden;
}
.booking .booking-count .price ul li span {
float: left;
}
.booking .booking-count .price ul li em {
float: right;
}
.booking .booking-count .price ul .price-count {
margin-top: 30px;
}
.booking .booking-count .price ul .price-count span {
line-height: 45px;
}
.booking .booking-count .price ul .price-count b {
float: right;
font-weight: normal;
color: #f60;
font-size: 20px;
}
.booking .booking-count .price ul .price-count b i {
font-size: 30px;
font-style: normal;
}
.booking .sub-order {
width: 1000px;
margin: 0 auto;
position: relative;
height: 40px;
}
.booking .sub-order .btn-order {
position: absolute;
right: 0;
top: 17px;
background: #ff9d00;
width: 130px;
height: 40px;
line-height: 40px;
cursor: pointer;
text-align: center;
color: #FFF;
font-size: 16px;
} | css/booking.css | .booking .booking-cont {
width: 1000px;
margin: 50px auto;
overflow: hidden;
}
.booking .booking-cont .order-left {
width: 580px;
float: left;
}
.booking .booking-cont .order-left .buy-step {
margin: 15px 0 40px 20px;
}
.booking .booking-cont .order-left .buy-step:after {
content: '';
display: table;
clear: both;
}
.booking .booking-cont .order-left .buy-step li {
border-top: 4px solid #efefef;
height: 50px;
width: 165px;
float: left;
position: relative;
}
.booking .booking-cont .order-left .buy-step li em {
font-style: normal;
position: absolute;
bottom: 0;
left: 0;
font-size: 14px;
color: #999;
}
.booking .booking-cont .order-left .buy-step .step1 {
border-top: 4px solid #ff9d00;
}
.booking .booking-cont .order-left .buy-step .step1 p {
position: absolute;
left: 0;
top: -12px;
width: 22px;
height: 22px;
text-align: center;
line-height: 22px;
border-radius: 50%;
background: #ff9d00;
}
.booking .booking-cont .order-left .buy-step .step1 p i {
width: 8px;
height: 8px;
display: inline-block;
background: #FFF;
border-radius: 50%;
vertical-align: top;
margin-top: 7px;
}
.booking .booking-cont .order-left .buy-step .step1 em {
left: -15px;
color: #ff9d00;
}
.booking .booking-cont .order-left .buy-step .step2 {
width: 230px;
}
.booking .booking-cont .order-left .buy-step .step2 p {
position: absolute;
left: 50%;
margin-left: -11px;
top: -12px;
width: 22px;
height: 22px;
text-align: center;
border: 1px solid #e8e8e8;
line-height: 22px;
border-radius: 50%;
background: #FFF;
}
.booking .booking-cont .order-left .buy-step .step2 p i {
width: 8px;
height: 8px;
display: inline-block;
background: #efefef;
border-radius: 50%;
vertical-align: top;
margin-top: 7px;
}
.booking .booking-cont .order-left .buy-step .step2 em {
left: 88px;
}
.booking .booking-cont .order-left .buy-step .step3 p {
position: absolute;
right: 0;
top: -12px;
width: 22px;
height: 22px;
text-align: center;
line-height: 22px;
border: 1px solid #e8e8e8;
border-radius: 50%;
background: #FFF;
}
.booking .booking-cont .order-left .buy-step .step3 p i {
width: 8px;
height: 8px;
display: inline-block;
background: #efefef;
border-radius: 50%;
vertical-align: top;
margin-top: 7px;
}
.booking .booking-cont .order-left .buy-step .step3 em {
left: 125px;
display: block;
width: 60px;
}
.booking .booking-cont .order-left .order-info {
margin-top: 30px;
}
.booking .booking-cont .order-left .order-info h2 {
font-weight: bold;
font-size: 18px;
color: #333;
line-height: 22px;
}
.booking .booking-cont .order-left .order-info h2 i {
width: 22px;
height: 22px;
display: inline-block;
font-size: 16px;
font-weight: normal;
background: #ff9d00;
border-radius: 50%;
color: #FFF;
text-align: center;
line-height: 22px;
font-style: normal;
vertical-align: top;
margin-right: 17px;
}
.booking .booking-cont .order-left .order-info h2 span {
color: #999;
}
.booking .booking-cont .order-left .order-info .user-int {
padding-left: 39px;
width: 556px;
}
.booking .booking-cont .order-left .order-info .user-int .form-sec {
position: relative;
margin-top: 16px;
margin-right: 16px;
}
.booking .booking-cont .order-left .order-info .user-int .form-sec label {
position: absolute;
left: 10px;
top: 11px;
padding: 0 6px;
line-height: 18px;
background: transparent;
font-size: 14px;
color: #999;
-webkit-transition: all .2s linear;
cursor: text;
z-index: 2;
transition: all .2s linear;
}
.booking .booking-cont .order-left .order-info .user-int .form-sec.form-sec-focus label {
top: -7px;
font-size: 12px;
color: #999;
background: #FFF;
}
.booking .booking-cont .order-left .order-info .user-int .form-sec input {
width: 230px;
height: 38px;
border: 1px solid #e5e5e5;
font-size: 14px;
padding: 0 15px;
line-height: 18px;
-webkit-transition: border-color .2s linear;
transition: border-color .2s linear;
background: #FFF;
color: #666;
}
.booking .booking-cont .order-left .order-info .user-int .form-sec.form-sec-focus input {
border: 1px solid #e5e5e5;
}
.booking .booking-cont .order-left .order-info .user-int .form-sec textarea {
width: 508px;
height: 38px;
border: 1px solid #e5e5e5;
font-size: 14px;
padding: 10px 15px;
line-height: 18px;
-webkit-transition: border-color .2s linear;
transition: border-color .2s linear;
background: #FFF;
color: #666;
resize: none;
overflow: auto;
}
.booking .booking-cont .order-right {
width: 310px;
float: right;
}
.booking .booking-cont .order-right .image {
position: relative;
width: 310px;
height: 182px;
overflow: hidden;
}
.booking .booking-cont .order-right .image img {
width: 100%;
}
.booking .booking-cont .order-right .order-adv {
width: 310px;
background: #fff;
border: 1px solid #e5e5e5;
padding: 0 16px;
}
.booking .booking-cont .order-right .order-adv h2 {
font-size: 16px;
color: #333;
line-height: 24px;
padding: 10px 0;
font-weight: normal;
}
.booking .booking-cont .order-right .order-adv .order-info {
border-top: 1px solid #e5e5e5;
padding: 10px 0;
}
.booking .booking-cont .order-right .order-adv .order-info p {
line-height: 30px;
overflow: hidden;
}
.booking .booking-cont .order-right .order-adv .order-info p span {
font-size: 16px;
color: #333;
}
.booking .booking-cont .order-right .order-adv .order-info p b {
font-weight: normal;
float: left;
color: #999;
font-size: 14px;
}
.booking .booking-cont .order-right .order-adv .order-info p i {
font-style: normal;
font-size: 14px;
color: #333;
float: right;
margin-left: 25px;
}
.booking .booking-count {
border-top: 1px solid #e5e5e5;
border-bottom: 1px solid #e5e5e5;
width: 1000px;
margin: 0 auto;
padding-bottom: 40px;
position: relative;
overflow: hidden;
}
.booking .booking-count .price {
float: right;
}
.booking .booking-count .price ul {
padding-top: 5px;
}
.booking .booking-count .price ul li {
font-size: 14px;
color: #333;
margin-top: 15px;
width: 300px;
overflow: hidden;
}
.booking .booking-count .price ul li span {
float: left;
}
.booking .booking-count .price ul li em {
float: right;
}
.booking .booking-count .price ul .price-count {
margin-top: 30px;
}
.booking .booking-count .price ul .price-count span {
line-height: 45px;
}
.booking .booking-count .price ul .price-count b {
float: right;
font-weight: normal;
color: #f60;
font-size: 20px;
}
.booking .booking-count .price ul .price-count b i {
font-size: 30px;
font-style: normal;
}
.booking .sub-order {
width: 1000px;
margin: 0 auto;
position: relative;
height: 40px;
}
.booking .sub-order .btn-order {
position: absolute;
right: 0;
top: 17px;
background: #ff9d00;
width: 130px;
height: 40px;
line-height: 40px;
cursor: pointer;
text-align: center;
color: #FFF;
font-size: 16px;
} | 0.462959 | 0.098209 |
body {
background: url('../img/woven-basket-seamless-texture-1656.png') repeat fixed;
}
h1,
h2,
h3,
h4,
h5,
h6 {
text-transform: uppercase;
font-family: "Josefin Slab","Helvetica Neue",Helvetica,Arial,sans-serif;
font-weight: 700;
letter-spacing: 1px;
}
h1 {
font-size: 2.25rem;
}
h2 {
margin-top: 1.5rem;
}
.brand {
display: inherit;
margin: 0;
padding: 30px 0 10px;
text-align: center;
text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
font-family: "Josefin Slab","Helvetica Neue",Helvetica,Arial,sans-serif;
font-size: 4.375rem;
font-weight: 700;
line-height: normal;
color: black;
}
hr {
border-color: #888;
}
.nav-item.active {
background-color: #e7e7e7;
}
/*@media screen and (min-width:768px) {
/ * Size small and up * /
.navbar-nav {
display: table;
float: none;
margin: 0 auto;
table-layout: fixed;
}
}*/
.chap-btn {
width: 46px;
padding: 6px 10px;
}
.book-btn {
width: 80px;
padding: 6px 10px;
}
@media screen and (max-width:767px) {
.divnavbar {
position: relative;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-ms-flex-align: center;
align-items: center;
-ms-flex-pack: justify;
justify-content: space-between;
width: 100%;
}
}
.card {
background: rgba(255,255,255,0.9);
}
div.credit {
margin-left: 20px;
font-size: 0.8rem;
}
div.credit p {
padding: 0;
line-height: 0.6;
margin-bottom: 0.625rem;
}
.card-header {
font-size: 1rem;
}
/*.indent1 {
margin-left: 0;
text-indent: 0;
}
.indent2 {
margin-left: 2em;
text-indent: 0;
}
.indent3 {
margin-left: 4em;
text-indent: 0;
}
.indent4 {
margin-left: 6em;
text-indent: 0;
}
.indent5 {
margin-left: 8em;
text-indent: 0;
}
.indent6 {
margin-left: 10em;
text-indent: 0;
}
.indent7 {
margin-left: 12em;
text-indent: 0;
}
.indent8 {
margin-left: 14em;
text-indent: 0;
}
.indent9 {
margin-left: 16em;
text-indent: 0;
}
.indent10 {
margin-left: 18em;
text-indent: 0;
}
.indent11 {
margin-left: 20em;
text-indent: 0;
}
*/ | style/dfb.css | body {
background: url('../img/woven-basket-seamless-texture-1656.png') repeat fixed;
}
h1,
h2,
h3,
h4,
h5,
h6 {
text-transform: uppercase;
font-family: "Josefin Slab","Helvetica Neue",Helvetica,Arial,sans-serif;
font-weight: 700;
letter-spacing: 1px;
}
h1 {
font-size: 2.25rem;
}
h2 {
margin-top: 1.5rem;
}
.brand {
display: inherit;
margin: 0;
padding: 30px 0 10px;
text-align: center;
text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
font-family: "Josefin Slab","Helvetica Neue",Helvetica,Arial,sans-serif;
font-size: 4.375rem;
font-weight: 700;
line-height: normal;
color: black;
}
hr {
border-color: #888;
}
.nav-item.active {
background-color: #e7e7e7;
}
/*@media screen and (min-width:768px) {
/ * Size small and up * /
.navbar-nav {
display: table;
float: none;
margin: 0 auto;
table-layout: fixed;
}
}*/
.chap-btn {
width: 46px;
padding: 6px 10px;
}
.book-btn {
width: 80px;
padding: 6px 10px;
}
@media screen and (max-width:767px) {
.divnavbar {
position: relative;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-ms-flex-align: center;
align-items: center;
-ms-flex-pack: justify;
justify-content: space-between;
width: 100%;
}
}
.card {
background: rgba(255,255,255,0.9);
}
div.credit {
margin-left: 20px;
font-size: 0.8rem;
}
div.credit p {
padding: 0;
line-height: 0.6;
margin-bottom: 0.625rem;
}
.card-header {
font-size: 1rem;
}
/*.indent1 {
margin-left: 0;
text-indent: 0;
}
.indent2 {
margin-left: 2em;
text-indent: 0;
}
.indent3 {
margin-left: 4em;
text-indent: 0;
}
.indent4 {
margin-left: 6em;
text-indent: 0;
}
.indent5 {
margin-left: 8em;
text-indent: 0;
}
.indent6 {
margin-left: 10em;
text-indent: 0;
}
.indent7 {
margin-left: 12em;
text-indent: 0;
}
.indent8 {
margin-left: 14em;
text-indent: 0;
}
.indent9 {
margin-left: 16em;
text-indent: 0;
}
.indent10 {
margin-left: 18em;
text-indent: 0;
}
.indent11 {
margin-left: 20em;
text-indent: 0;
}
*/ | 0.40028 | 0.100613 |
body {
background:url(image/bg.gif) 0 0 repeat;
/*background-color:#D1CFD0;*/
padding:0px;
margin:0px;
}
/*table.outer-table{
background:url(image/bg.gif) 0 0 repeat;
width:1024px;
border:0;
}*/
td a{margin:0; padding:0;}
table.inner-table{
background:url(image/background-inner.jpg) 0 0 repeat-y;
width:1004px;
margin:0 10px;
border:0;
}
p,img, input,span {
padding:0px;
margin:0px;
}
ul{
list-style-type:none;
padding:0px;
margin:0px;
}
.signup {
font-family:Arial, Helvetica, sans-serif "Trebuchet MS";
font-size:12px;
line-height:16px;
color:#FF8619;
text-decoration:none;
font-weight:bold;
padding:0px 5px 0px 0px;
text-decoration:underline;
}
.signup a{
font-family:Arial, Helvetica, sans-serif "Trebuchet MS";
font-size:12px;
line-height:16px;
color:#FF8619;
text-decoration:none;
font-weight:bold;
padding:0px 5px 0px 0px;
}
.signup a:hover{
font-family:Arial, Helvetica, sans-serif "Trebuchet MS";
font-size:12px;
line-height:16px;
color:#000066;
text-decoration:none;
font-weight:bold;
padding:0px 5px 0px 0px;
}
.rull {
background-image:url(image/rull.jpg);
background-repeat:no-repeat;
}
p.textlink {
font-family:Arial, Helvetica, sans-serif "Trebuchet MS";
font-size:12px;
line-height:21px;
color:#605E5F;
font-weight:normal;
padding:36px 0px 0px 2px;
}
p.textlink a{
font-family:Arial, Helvetica, sans-serif "Trebuchet MS";
font-size:12px;
line-height:21px;
color:#605E5F;
text-decoration:none;
}
p.textlink a:hover {
font-family:Arial, Helvetica, sans-serif "Trebuchet MS";
font-size:12px;
color:#FF8619;
}
.text_welcome {
font-family:Arial, Helvetica, sans-serif "Trebuchet MS";
font-size:20px;
color:#FF8619;
text-decoration:none;
font-weight:normal;
}
.text_welcome1 {
font-family:Arial, Helvetica, sans-serif "Trebuchet MS";
font-size:20px;
color:#3B65A5;
text-decoration:none;
font-weight:normal;
}
.soliborder{
border-top: solid #BFC8CF 1px;
}
.padding {
padding-top:21px;
padding-left:17px;
padding-bottom:12px;
}
.text {
font-family:Arial, Helvetica, sans-serif "Trebuchet MS";
font-size:12px;
line-height:16px;
color:#000000;
font-weight:normal;
}
.texte {
font-family:Arial, Helvetica, sans-serif "Trebuchet MS";
font-size:12px;
line-height:16px;
color:#0E4190;
text-decoration:underline;
font-weight:normal;
}
.texte a {
font-family:Arial, Helvetica, sans-serif "Trebuchet MS";
font-size:12px;
line-height:16px;
color:#0E4190;
text-decoration:underline;
font-weight:normal;
}
.texte:hover {
font-family:Arial, Helvetica, sans-serif "Trebuchet MS";
font-size:12px;
line-height:16px;
color:#FF8619;
text-decoration:none;
font-weight:normal;
}
.text3 {
font-family:Arial, Helvetica, sans-serif "Trebuchet MS";
font-size:12px;
line-height:16px;
color:#605E5F;
text-decoration:none;
font-weight:normal;
}
.text3{
list-style:inside disc;
padding:0px 0px 5px 5px;
margin-left:10px;
}
.text4 {
list-style:circle inside;
margin:5px 0px 0px 15px;
}
.text_orange {
font-family:Arial, Helvetica, sans-serif "Trebuchet MS";
font-size:12px;
line-height:16px;
color:#FF8619;
text-decoration:none;
font-weight:bold;
}
.bacground_map {
background-image:url(image/map.jpg);
background-repeat:no-repeat;
}
.padding2 {
padding:8px 35px 118px 17px;
}
.text_2 {
font-family:Arial, Helvetica, sans-serif "Trebuchet MS";
font-size:12px;
line-height:16px;
color:#605E5F;
text-decoration:none;
font-weight:normal;
}
.text_orange2 {
font-family:Arial, Helvetica, sans-serif "Trebuchet MS";
font-size:12px;
line-height:16px;
color:#FF8619;
text-decoration:none;
font-weight:bold;
}
.bacground_map2 {
background-image:url(image/map.jpg);
background-repeat:no-repeat;
}
.padding3 {
padding-top:23px 0px 8px 14px;
}
.text_blue {
padding:23px 0px 8px 14px;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
line-height:normal;
color:#0E4190;
text-decoration:none;
font-weight:bold;
}
.text_blue a {
padding:23px 0px 8px 14px;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
line-height:normal;
color:#0E4190;
text-decoration:none;
font-weight:bold;
margin:0;
padding:0;
}
.text_blue a:hover {
padding:23px 0px 8px 14px;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
line-height:normal;
color:#0E4190;
text-decoration:none;
font-weight:bold;
margin:0;
padding:0;
}
/*.text_blue a:hover {
padding:23px 0px 8px 14px;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
line-height:normal;
color:#0E4190;
text-decoration:none;
font-weight:bold;
}*/
.menuh {
height:30px;
padding-top:9px;
}
.text_blue2 a{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
line-height:normal;
color:#0E4190;
text-decoration:none;
font-weight:bold;
}
.text_blue2 a:hover{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
line-height:normal;
color:#FF6600;
text-decoration:underline;
font-weight:bold;
}
.rightpannel_bg{
background-image:url(image/right_bg.gif);
background-position:bottom;
vertical-align:bottom;
background-repeat:repeat-x;
border:solid #E2964B 1px;
background-color:#FFF;
padding:5px;
}
.rightpannel_bg_last{
border-left:solid #BFC8CF 1px;
border-right:solid #BFC8CF 1px;
border-bottom:solid #BFC8CF 1px;
background-color:#ffffff;
padding:5px;
}
/*------------------------Button----------------------*/
.sup {
float:right;
margin:5px 0 0 0
}
/*------------------------Button End-------------------*/
ul.link{
list-style-type:none;
padding:12px 0px 10px 0px;
}
ul.link li{
background:url(image/icon.gif) no-repeat 0 5px;
font:normal 12px/19px Arial, Helvetica, sans-serif "Trebuchet MS";
color:#605E5F;
margin:0px 2px 0px 12px;
}
ul.link li span{
font:normal 12px/19px Arial, Helvetica, sans-serif "Trebuchet MS";
color:#605E5F;
margin:0px 0px 0px 8px;
}
ul.link li span.align{
font:normal 12px/19px Arial, Helvetica, sans-serif "Trebuchet MS";
color:#605E5F;
margin:0px 0px 0px 8px;
}
/*-----------------------------footer----------------------*/
.boackground_footr {
background-image:url(image/footer-rull.gif);
background-repeat:no-repeat;
}
.textsky {
font-family:Arial, Helvetica, sans-serif "Trebuchet MS";
font-size:12px;
line-height:19px;
color:#1B57B3;
font-weight:normal;
text-decoration:none;
}
.textsky span{padding:0 5px;}
.textsky:hover {
font-family:Arial, Helvetica, sans-serif "Trebuchet MS";
font-size:12px;
line-height:19px;
color:#FF8619;
font-weight:normal;
text-decoration:none;
}
.text_ash {
font-family:Arial, Helvetica, sans-serif "Trebuchet MS";
font-size:11px;
line-height:19px;
color:#605E5F;
font-weight:normal;
}
.style1 {color: #FF9900}
.text_3 {
font-family:Arial, Helvetica, sans-serif "Trebuchet MS";
font-size:12px;
line-height:16px;
color:#605E5F;
text-decoration:none;
font-weight:normal;
padding: 0 0 12px 0;
}
.text-as {
font-family:Arial, Helvetica, sans-serif "Trebuchet MS";
font-size:12px;
line-height:16px;
color:#000000;
font-weight:normal;
padding: 8px 15px 5px 8px;
}
.text-as1 {
background:url(image/bullet.gif) left 10px no-repeat;
font-family:Arial, Helvetica, sans-serif "Trebuchet MS";
font-size:12px;
line-height:16px;
color:#000000;
font-weight:normal;
padding: 8px 15px 5px 15px;
} | venv/lib/python3.8/site-packages/cssutils/tests/sheets/sample_7.css | body {
background:url(image/bg.gif) 0 0 repeat;
/*background-color:#D1CFD0;*/
padding:0px;
margin:0px;
}
/*table.outer-table{
background:url(image/bg.gif) 0 0 repeat;
width:1024px;
border:0;
}*/
td a{margin:0; padding:0;}
table.inner-table{
background:url(image/background-inner.jpg) 0 0 repeat-y;
width:1004px;
margin:0 10px;
border:0;
}
p,img, input,span {
padding:0px;
margin:0px;
}
ul{
list-style-type:none;
padding:0px;
margin:0px;
}
.signup {
font-family:Arial, Helvetica, sans-serif "Trebuchet MS";
font-size:12px;
line-height:16px;
color:#FF8619;
text-decoration:none;
font-weight:bold;
padding:0px 5px 0px 0px;
text-decoration:underline;
}
.signup a{
font-family:Arial, Helvetica, sans-serif "Trebuchet MS";
font-size:12px;
line-height:16px;
color:#FF8619;
text-decoration:none;
font-weight:bold;
padding:0px 5px 0px 0px;
}
.signup a:hover{
font-family:Arial, Helvetica, sans-serif "Trebuchet MS";
font-size:12px;
line-height:16px;
color:#000066;
text-decoration:none;
font-weight:bold;
padding:0px 5px 0px 0px;
}
.rull {
background-image:url(image/rull.jpg);
background-repeat:no-repeat;
}
p.textlink {
font-family:Arial, Helvetica, sans-serif "Trebuchet MS";
font-size:12px;
line-height:21px;
color:#605E5F;
font-weight:normal;
padding:36px 0px 0px 2px;
}
p.textlink a{
font-family:Arial, Helvetica, sans-serif "Trebuchet MS";
font-size:12px;
line-height:21px;
color:#605E5F;
text-decoration:none;
}
p.textlink a:hover {
font-family:Arial, Helvetica, sans-serif "Trebuchet MS";
font-size:12px;
color:#FF8619;
}
.text_welcome {
font-family:Arial, Helvetica, sans-serif "Trebuchet MS";
font-size:20px;
color:#FF8619;
text-decoration:none;
font-weight:normal;
}
.text_welcome1 {
font-family:Arial, Helvetica, sans-serif "Trebuchet MS";
font-size:20px;
color:#3B65A5;
text-decoration:none;
font-weight:normal;
}
.soliborder{
border-top: solid #BFC8CF 1px;
}
.padding {
padding-top:21px;
padding-left:17px;
padding-bottom:12px;
}
.text {
font-family:Arial, Helvetica, sans-serif "Trebuchet MS";
font-size:12px;
line-height:16px;
color:#000000;
font-weight:normal;
}
.texte {
font-family:Arial, Helvetica, sans-serif "Trebuchet MS";
font-size:12px;
line-height:16px;
color:#0E4190;
text-decoration:underline;
font-weight:normal;
}
.texte a {
font-family:Arial, Helvetica, sans-serif "Trebuchet MS";
font-size:12px;
line-height:16px;
color:#0E4190;
text-decoration:underline;
font-weight:normal;
}
.texte:hover {
font-family:Arial, Helvetica, sans-serif "Trebuchet MS";
font-size:12px;
line-height:16px;
color:#FF8619;
text-decoration:none;
font-weight:normal;
}
.text3 {
font-family:Arial, Helvetica, sans-serif "Trebuchet MS";
font-size:12px;
line-height:16px;
color:#605E5F;
text-decoration:none;
font-weight:normal;
}
.text3{
list-style:inside disc;
padding:0px 0px 5px 5px;
margin-left:10px;
}
.text4 {
list-style:circle inside;
margin:5px 0px 0px 15px;
}
.text_orange {
font-family:Arial, Helvetica, sans-serif "Trebuchet MS";
font-size:12px;
line-height:16px;
color:#FF8619;
text-decoration:none;
font-weight:bold;
}
.bacground_map {
background-image:url(image/map.jpg);
background-repeat:no-repeat;
}
.padding2 {
padding:8px 35px 118px 17px;
}
.text_2 {
font-family:Arial, Helvetica, sans-serif "Trebuchet MS";
font-size:12px;
line-height:16px;
color:#605E5F;
text-decoration:none;
font-weight:normal;
}
.text_orange2 {
font-family:Arial, Helvetica, sans-serif "Trebuchet MS";
font-size:12px;
line-height:16px;
color:#FF8619;
text-decoration:none;
font-weight:bold;
}
.bacground_map2 {
background-image:url(image/map.jpg);
background-repeat:no-repeat;
}
.padding3 {
padding-top:23px 0px 8px 14px;
}
.text_blue {
padding:23px 0px 8px 14px;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
line-height:normal;
color:#0E4190;
text-decoration:none;
font-weight:bold;
}
.text_blue a {
padding:23px 0px 8px 14px;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
line-height:normal;
color:#0E4190;
text-decoration:none;
font-weight:bold;
margin:0;
padding:0;
}
.text_blue a:hover {
padding:23px 0px 8px 14px;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
line-height:normal;
color:#0E4190;
text-decoration:none;
font-weight:bold;
margin:0;
padding:0;
}
/*.text_blue a:hover {
padding:23px 0px 8px 14px;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
line-height:normal;
color:#0E4190;
text-decoration:none;
font-weight:bold;
}*/
.menuh {
height:30px;
padding-top:9px;
}
.text_blue2 a{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
line-height:normal;
color:#0E4190;
text-decoration:none;
font-weight:bold;
}
.text_blue2 a:hover{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
line-height:normal;
color:#FF6600;
text-decoration:underline;
font-weight:bold;
}
.rightpannel_bg{
background-image:url(image/right_bg.gif);
background-position:bottom;
vertical-align:bottom;
background-repeat:repeat-x;
border:solid #E2964B 1px;
background-color:#FFF;
padding:5px;
}
.rightpannel_bg_last{
border-left:solid #BFC8CF 1px;
border-right:solid #BFC8CF 1px;
border-bottom:solid #BFC8CF 1px;
background-color:#ffffff;
padding:5px;
}
/*------------------------Button----------------------*/
.sup {
float:right;
margin:5px 0 0 0
}
/*------------------------Button End-------------------*/
ul.link{
list-style-type:none;
padding:12px 0px 10px 0px;
}
ul.link li{
background:url(image/icon.gif) no-repeat 0 5px;
font:normal 12px/19px Arial, Helvetica, sans-serif "Trebuchet MS";
color:#605E5F;
margin:0px 2px 0px 12px;
}
ul.link li span{
font:normal 12px/19px Arial, Helvetica, sans-serif "Trebuchet MS";
color:#605E5F;
margin:0px 0px 0px 8px;
}
ul.link li span.align{
font:normal 12px/19px Arial, Helvetica, sans-serif "Trebuchet MS";
color:#605E5F;
margin:0px 0px 0px 8px;
}
/*-----------------------------footer----------------------*/
.boackground_footr {
background-image:url(image/footer-rull.gif);
background-repeat:no-repeat;
}
.textsky {
font-family:Arial, Helvetica, sans-serif "Trebuchet MS";
font-size:12px;
line-height:19px;
color:#1B57B3;
font-weight:normal;
text-decoration:none;
}
.textsky span{padding:0 5px;}
.textsky:hover {
font-family:Arial, Helvetica, sans-serif "Trebuchet MS";
font-size:12px;
line-height:19px;
color:#FF8619;
font-weight:normal;
text-decoration:none;
}
.text_ash {
font-family:Arial, Helvetica, sans-serif "Trebuchet MS";
font-size:11px;
line-height:19px;
color:#605E5F;
font-weight:normal;
}
.style1 {color: #FF9900}
.text_3 {
font-family:Arial, Helvetica, sans-serif "Trebuchet MS";
font-size:12px;
line-height:16px;
color:#605E5F;
text-decoration:none;
font-weight:normal;
padding: 0 0 12px 0;
}
.text-as {
font-family:Arial, Helvetica, sans-serif "Trebuchet MS";
font-size:12px;
line-height:16px;
color:#000000;
font-weight:normal;
padding: 8px 15px 5px 8px;
}
.text-as1 {
background:url(image/bullet.gif) left 10px no-repeat;
font-family:Arial, Helvetica, sans-serif "Trebuchet MS";
font-size:12px;
line-height:16px;
color:#000000;
font-weight:normal;
padding: 8px 15px 5px 15px;
} | 0.170543 | 0.042305 |
body {
padding-top: 50px;
padding-bottom: 20px;
background-image:url("natural.jpg");
background-size:cover;
}
.head-design {
padding-top: 50px;
padding-bottom: 20px;
background-image: url("ladydesktop2.jpg");
background-size: cover;
}
/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
padding-left: 15px;
padding-right: 15px;
}
.form-design {
border: solid;
border-radius: 5%;
padding-top:2rem;
}
textarea{
height: 1000px;
}
h4{
display:inline;
}
h3 {
text-align: left;
margin: auto;
margin-top: 10px;
color: whitesmoke;
font-weight: bolder;
}
.indexList {
color:white;
}
.iconWidth{
width:10px;
}
.aside{
float: right;
}
p {
color: black;
margin: 10px;
padding-top:15px;
padding-left: 15px;
padding-right: 15px;
}
table {
background-color: ghostwhite;
border: solid;
}
.SPost {
background-color: ghostwhite;
margin-top: 5rem;
padding-top: 2rem;
border:groove solid;
}
th {
background-color: #145e51;
color: whitesmoke;
}
.iconAlign{
width:10%;
}
.indexTable{
margin-top:5rem;
}
#BookDetails {
background-color: olivedrab;
width: 30%;
}
#BookDetailsTable {
width: 40%;
border: solid;
border-radius:5%;
margin: auto;
padding-top:10rem;
}
a {
color:peru;
}
h2{
color:darkgreen;
font-weight:bolder;
}
a:hover {
text-decoration: underline;
color:forestgreen;
}
.details{
border:solid;
border-radius:10px;
line-height:10rem;
text-align:left;
}
dl,dd,dt {
line-height:2rem;
text-align:left;
}
/* Carousel */
.carousel-caption p {
font-size: 20px;
line-height: 1.4;
}
/* Make .svg files in the carousel display properly in older browsers */
.carousel-inner .item img[src$=".svg"] {
width: 100%;
}
/* QR code generator */
#qrCode {
margin: 15px;
}
/* Hide/rearrange for smaller screens */
@media screen and (max-width: 767px) {
/* Hide captions */
.carousel-caption {
display: none;
}
} | FSBlog/wwwroot/css/sitetest.css |
body {
padding-top: 50px;
padding-bottom: 20px;
background-image:url("natural.jpg");
background-size:cover;
}
.head-design {
padding-top: 50px;
padding-bottom: 20px;
background-image: url("ladydesktop2.jpg");
background-size: cover;
}
/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
padding-left: 15px;
padding-right: 15px;
}
.form-design {
border: solid;
border-radius: 5%;
padding-top:2rem;
}
textarea{
height: 1000px;
}
h4{
display:inline;
}
h3 {
text-align: left;
margin: auto;
margin-top: 10px;
color: whitesmoke;
font-weight: bolder;
}
.indexList {
color:white;
}
.iconWidth{
width:10px;
}
.aside{
float: right;
}
p {
color: black;
margin: 10px;
padding-top:15px;
padding-left: 15px;
padding-right: 15px;
}
table {
background-color: ghostwhite;
border: solid;
}
.SPost {
background-color: ghostwhite;
margin-top: 5rem;
padding-top: 2rem;
border:groove solid;
}
th {
background-color: #145e51;
color: whitesmoke;
}
.iconAlign{
width:10%;
}
.indexTable{
margin-top:5rem;
}
#BookDetails {
background-color: olivedrab;
width: 30%;
}
#BookDetailsTable {
width: 40%;
border: solid;
border-radius:5%;
margin: auto;
padding-top:10rem;
}
a {
color:peru;
}
h2{
color:darkgreen;
font-weight:bolder;
}
a:hover {
text-decoration: underline;
color:forestgreen;
}
.details{
border:solid;
border-radius:10px;
line-height:10rem;
text-align:left;
}
dl,dd,dt {
line-height:2rem;
text-align:left;
}
/* Carousel */
.carousel-caption p {
font-size: 20px;
line-height: 1.4;
}
/* Make .svg files in the carousel display properly in older browsers */
.carousel-inner .item img[src$=".svg"] {
width: 100%;
}
/* QR code generator */
#qrCode {
margin: 15px;
}
/* Hide/rearrange for smaller screens */
@media screen and (max-width: 767px) {
/* Hide captions */
.carousel-caption {
display: none;
}
} | 0.424412 | 0.098512 |
@font-face {
font-family: Proxima Nova;
src: url(../assets_aboutus/ProximaNova-Regular.otf);
}
@font-face {
font-family: Proxima NovaBold;
src: url(../assets_aboutus/Proxima Nova Bold.otf);
}
@font-face {
font-family: Monarch;
src: url(../assets_aboutus/Monarch_c_Jacob_Wise.otf);
}
body {
background-color: #e7c9e2;
}
p {
font-family: "Proxima Nova", sans-serif;
font-kerning: normal;
}
h1 {
text-align: center;
font-family: "Proxima Nova", sans-serif;
font-size: 40px;
color: #fffcfd;
margin-left: 30px;
}
footer p {
color: #7b7ab8;
text-align: center;
}
a {
font-family: "Proxima Nova", sans-serif;
text-decoration: none;
}
body {
margin: 0;
padding: 0;
background-color: #e7c9e2;
}
.testo {
color: #fffcfd;
margin: auto;
width: 60%;
margin-bottom: 40px;
font-size: 1.5rem;
}
.parent {
text-align: center;
}
#segnapostovideo {
background-color: black;
width: 768px;
height: 432px;
margin: auto;
margin-bottom: 30px;
}
#segnapostoimg {
margin-top: 25px;
width: 100%;
height:500px;
background-color: black;
}
#home {
float:left;
margin-top: 16px;
margin-left: 21px;
display: inline-block;
color: #7b7ab8;
transition: 0.5s;
text-decoration: none;
}
#linkadx {
transform-origin: top-right;
margin-top: 16px;
padding-bottom: 0px;
margin-bottom: 0px;
margin-right: 21px;
float: right;
display:inline-block;
color: #7b7ab8;
transition: 0.5s;
text-decoration: none;
}
/* visited link */
#home:visited, #linkadx:visited {
color: #7b7ab8;
}
/* mouse over link */
#home:hover, #linkadx:hover {
color: #fffcfd;
}
/* selected link */
#home:active, #linkadx:hover {
color: #fffcfd;
}
.blurry-text {
text-shadow: 0 0 2px white;
color: transparent;
}
#soundonoff {
margin-top: 0px;
margin-right: 50px;
padding-left: 9px;
float: right;
display:inline-block;
color: #7b7ab8;
transition: 0.5s;
text-decoration: none;
}
/* visited link */
#soundonoff:visited {
color: #7b7ab8;
}
/* mouse over link */
#soundonoff:hover {
color: #fffcfd;
}
/* selected link */
#soundonoff:active {
color: #fffcfd;
}
.header {
margin:auto;
width: 25%;
}
/* Style the video: 100% width and height to cover the entire window */
#myVideo {
position: fixed;
right: 0;
bottom: 0;
min-width: 100%;
min-height: 100%;
z-index: -1;
}
#logo {
width: 20%;
height: auto;
display: inline-block;
margin-top: 16px;
padding-top: 0px;
}
.footer {
background-color: #f1f1f1;
width:100%;
height: 100px;
border: 0px;
position:relative;
text-align: center;
}
.footer2 {
text-align: center;
height: 120px;
background-color: #f1f1f1;
}
.footer2 p {
font-size: 1rem;
}
.bold {
font-family: "Proxima NovaBold", sans-serif;
}
footer ul {
margin: 0 auto;
padding: 0;
list-style: none;
display: table;
width: 20%;
text-align: center;
}
footer li {
display: table-cell;
position: relative;
padding: 15px 0 0;
}
footer .link {
color: #7b7ab8;
text-decoration: none;
display: inline-block;
padding: 10px 5px;
position: relative;
}
footer .link:hover {
font-family: "Monarch";
font-size: 14px;
}
footer .link:after {
background: none repeat scroll 0 0 transparent;
bottom: 0;
content: "";
display: block;
height: 2px;
left: 50%;
position: absolute;
background: #7b7ab8;
transition: width 0.5s ease 0s, left 0.5s ease 0s;
width: 0;
}
footer .link:hover:after {
width: 100%;
left: 0;
}
#followus .link:hover:after {
width: 100%;
left: 0;
}
.stellina {
vertical-align: middle;
}
.social-wrapper {
display: none;
text-align: center;
margin:auto;
position: relative;
padding: 3px;
z-index: +1;
}
.iconesocial {
margin: auto;
padding: 3px;
opacity: 0.5;
}
.iconesocial:hover {
opacity: 1 !important;
z-index: +3;
}
#followus:hover .social-wrapper {
display: block;
}
.slide-in-top {
-webkit-animation: slide-in-top 0.5s ease 0s both;
animation: slide-in-top 0.5s ease 0s both;
}
@-webkit-keyframes slide-in-top {
0% {
-webkit-transform: translateY(-10px);
transform: translateY(-10px);
opacity: 0;
}
100% {
-webkit-transform: translateY(0);
transform: translateY(0);
opacity: 1;
}
}
@keyframes slide-in-top {
0% {
-webkit-transform: translateY(-10px);
transform: translateY(-10px);
opacity: 0;
}
100% {
-webkit-transform: translateY(0);
transform: translateY(0);
opacity: 1;
}
}
* {
box-sizing: border-box;
}
.container {
text-align: center;
color: white;
}
.dot {
height: 25px;
width: 25px;
border: 1px solid #7b7ab8;
display: inline-block;
z-index: 9999;
position: absolute;
cursor: pointer;
border-radius: 50%;
-moz-border-radius:50%;
-webkit-border-radius:50%;
}
.row {
display: -ms-flexbox; /* IE10 */
display: flex;
-ms-flex-wrap: wrap; /* IE10 */
flex-wrap: wrap;
padding: 50px 4px;
}
/* Create four equal columns that sits next to each other */
.column {
-ms-flex: 32%; /* IE10 */
flex: 32%;
max-width: 32%;
padding: 0 10px;
margin: auto;
}
.column img {
margin-top: 8px;
vertical-align: middle;
width: 100%;
}
/* Responsive layout - makes a two column-layout instead of four columns */
@media screen and (max-width: 800px) {
.column {
-ms-flex: 50%;
flex: 50%;
max-width: 50%;
}
}
/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
.column {
-ms-flex: 100%;
flex: 100%;
max-width: 100%;
}
}
div {
font-family: "Proxima Nova";
}
.container {
position: relative;
text-align: center;
color: white;
}
.top-left {
position: absolute;
top: 15px;
left: 16px;
font-size: 2rem;
text-transform: lowercase;
cursor: pointer;
}
.top-left:hover {
font-family: "Monarch";
margin-top: 5px;
}
.top-left:after {
background: none repeat scroll 0 0 transparent;
bottom: 0;
content: "";
display: block;
height: 2px;
left: 50%;
position: absolute;
top: 36px;
background: #fffcfd;
transition: width 0.5s ease 0s, left 0.5s ease 0s;
width: 0;
}
.top-left:hover:after {
width: 100%;
left: 0;
}
.bottom-right {
position: absolute;
bottom: 20px;
left: 20px;
font-size: 1rem;
text-align: center;
}
.descrizione_prodotto {
position: absolute;
top: 60px;
left: 17px;
font-size: 1rem;
font-family: "Proxima Nova";
}
.prezzo {
background-color: #fffcfd;
color: #7b7ab8;
width: 100%;
text-align: center;
font-family: "Proxima Nova";
line-height: 4em;
-webkit-transition: 0.5s ease;
transition: 0.5s ease;
margin-bottom: 42px;
font-size: 1rem;
}
.prezzo:hover {
background-color: #fce6d5;
transition: 0.5s ease;
-webkit-transition: 0.5s ease;
cursor: pointer;
}
.container .top {
position: absolute;
-webkit-transition: opacity 0.5s ease-in-out;
-moz-transition: opacity 0.5s ease-in-out;
-o-transition: opacity 0.5s ease-in-out;
transition: opacity 0.5s ease-in-out;
}
.container img.top:hover {
opacity:0;
}
.prezzop {
text-align: center;
box-sizing: border-box;
margin-top: 0px;
margin: auto;
}
@media (max-width: 480px) {
#home {
font-size: 15px;
margin-top: 10px;
margin-left: 15px;
display: inline-block;
color: #7b7ab8;
transition: 0.5s;
text-decoration: none;
}
#shop {
font-size: 15px;
margin-top: 10px;
margin-right: 15px;
float: right;
display: inline-block;
color: #7b7ab8;
transition: 0.5s;
text-decoration: none;
}
#logo {
width: 70%;
height:auto;
margin: auto;
}
h1 {
font-family: "Proxima Nova", sans-serif;
font-size: 20px;
color: #fffcfd;
margin-left: 30px;
}
#segnapostovideo {
background-color: black;
width: 320px;
height: 180px;
margin: auto;
margin-bottom: 30px;
}
.social-wrapper {
display: block;
padding: 6px;
opacity: 1;
}
.stellina {
display:none;
}
footer ul {
width: 100%;
}
footer li {
display: inline-block;
width: 100%;
}
footer .link {
font-family: "Monarch";
}
.footer {
background-color: #f1f1f1;
width:100%;
height: auto;
border: 0px;
position:relative;
text-align: center;
}
} | css/about_usstylesheet.css | @font-face {
font-family: Proxima Nova;
src: url(../assets_aboutus/ProximaNova-Regular.otf);
}
@font-face {
font-family: Proxima NovaBold;
src: url(../assets_aboutus/Proxima Nova Bold.otf);
}
@font-face {
font-family: Monarch;
src: url(../assets_aboutus/Monarch_c_Jacob_Wise.otf);
}
body {
background-color: #e7c9e2;
}
p {
font-family: "Proxima Nova", sans-serif;
font-kerning: normal;
}
h1 {
text-align: center;
font-family: "Proxima Nova", sans-serif;
font-size: 40px;
color: #fffcfd;
margin-left: 30px;
}
footer p {
color: #7b7ab8;
text-align: center;
}
a {
font-family: "Proxima Nova", sans-serif;
text-decoration: none;
}
body {
margin: 0;
padding: 0;
background-color: #e7c9e2;
}
.testo {
color: #fffcfd;
margin: auto;
width: 60%;
margin-bottom: 40px;
font-size: 1.5rem;
}
.parent {
text-align: center;
}
#segnapostovideo {
background-color: black;
width: 768px;
height: 432px;
margin: auto;
margin-bottom: 30px;
}
#segnapostoimg {
margin-top: 25px;
width: 100%;
height:500px;
background-color: black;
}
#home {
float:left;
margin-top: 16px;
margin-left: 21px;
display: inline-block;
color: #7b7ab8;
transition: 0.5s;
text-decoration: none;
}
#linkadx {
transform-origin: top-right;
margin-top: 16px;
padding-bottom: 0px;
margin-bottom: 0px;
margin-right: 21px;
float: right;
display:inline-block;
color: #7b7ab8;
transition: 0.5s;
text-decoration: none;
}
/* visited link */
#home:visited, #linkadx:visited {
color: #7b7ab8;
}
/* mouse over link */
#home:hover, #linkadx:hover {
color: #fffcfd;
}
/* selected link */
#home:active, #linkadx:hover {
color: #fffcfd;
}
.blurry-text {
text-shadow: 0 0 2px white;
color: transparent;
}
#soundonoff {
margin-top: 0px;
margin-right: 50px;
padding-left: 9px;
float: right;
display:inline-block;
color: #7b7ab8;
transition: 0.5s;
text-decoration: none;
}
/* visited link */
#soundonoff:visited {
color: #7b7ab8;
}
/* mouse over link */
#soundonoff:hover {
color: #fffcfd;
}
/* selected link */
#soundonoff:active {
color: #fffcfd;
}
.header {
margin:auto;
width: 25%;
}
/* Style the video: 100% width and height to cover the entire window */
#myVideo {
position: fixed;
right: 0;
bottom: 0;
min-width: 100%;
min-height: 100%;
z-index: -1;
}
#logo {
width: 20%;
height: auto;
display: inline-block;
margin-top: 16px;
padding-top: 0px;
}
.footer {
background-color: #f1f1f1;
width:100%;
height: 100px;
border: 0px;
position:relative;
text-align: center;
}
.footer2 {
text-align: center;
height: 120px;
background-color: #f1f1f1;
}
.footer2 p {
font-size: 1rem;
}
.bold {
font-family: "Proxima NovaBold", sans-serif;
}
footer ul {
margin: 0 auto;
padding: 0;
list-style: none;
display: table;
width: 20%;
text-align: center;
}
footer li {
display: table-cell;
position: relative;
padding: 15px 0 0;
}
footer .link {
color: #7b7ab8;
text-decoration: none;
display: inline-block;
padding: 10px 5px;
position: relative;
}
footer .link:hover {
font-family: "Monarch";
font-size: 14px;
}
footer .link:after {
background: none repeat scroll 0 0 transparent;
bottom: 0;
content: "";
display: block;
height: 2px;
left: 50%;
position: absolute;
background: #7b7ab8;
transition: width 0.5s ease 0s, left 0.5s ease 0s;
width: 0;
}
footer .link:hover:after {
width: 100%;
left: 0;
}
#followus .link:hover:after {
width: 100%;
left: 0;
}
.stellina {
vertical-align: middle;
}
.social-wrapper {
display: none;
text-align: center;
margin:auto;
position: relative;
padding: 3px;
z-index: +1;
}
.iconesocial {
margin: auto;
padding: 3px;
opacity: 0.5;
}
.iconesocial:hover {
opacity: 1 !important;
z-index: +3;
}
#followus:hover .social-wrapper {
display: block;
}
.slide-in-top {
-webkit-animation: slide-in-top 0.5s ease 0s both;
animation: slide-in-top 0.5s ease 0s both;
}
@-webkit-keyframes slide-in-top {
0% {
-webkit-transform: translateY(-10px);
transform: translateY(-10px);
opacity: 0;
}
100% {
-webkit-transform: translateY(0);
transform: translateY(0);
opacity: 1;
}
}
@keyframes slide-in-top {
0% {
-webkit-transform: translateY(-10px);
transform: translateY(-10px);
opacity: 0;
}
100% {
-webkit-transform: translateY(0);
transform: translateY(0);
opacity: 1;
}
}
* {
box-sizing: border-box;
}
.container {
text-align: center;
color: white;
}
.dot {
height: 25px;
width: 25px;
border: 1px solid #7b7ab8;
display: inline-block;
z-index: 9999;
position: absolute;
cursor: pointer;
border-radius: 50%;
-moz-border-radius:50%;
-webkit-border-radius:50%;
}
.row {
display: -ms-flexbox; /* IE10 */
display: flex;
-ms-flex-wrap: wrap; /* IE10 */
flex-wrap: wrap;
padding: 50px 4px;
}
/* Create four equal columns that sits next to each other */
.column {
-ms-flex: 32%; /* IE10 */
flex: 32%;
max-width: 32%;
padding: 0 10px;
margin: auto;
}
.column img {
margin-top: 8px;
vertical-align: middle;
width: 100%;
}
/* Responsive layout - makes a two column-layout instead of four columns */
@media screen and (max-width: 800px) {
.column {
-ms-flex: 50%;
flex: 50%;
max-width: 50%;
}
}
/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
.column {
-ms-flex: 100%;
flex: 100%;
max-width: 100%;
}
}
div {
font-family: "Proxima Nova";
}
.container {
position: relative;
text-align: center;
color: white;
}
.top-left {
position: absolute;
top: 15px;
left: 16px;
font-size: 2rem;
text-transform: lowercase;
cursor: pointer;
}
.top-left:hover {
font-family: "Monarch";
margin-top: 5px;
}
.top-left:after {
background: none repeat scroll 0 0 transparent;
bottom: 0;
content: "";
display: block;
height: 2px;
left: 50%;
position: absolute;
top: 36px;
background: #fffcfd;
transition: width 0.5s ease 0s, left 0.5s ease 0s;
width: 0;
}
.top-left:hover:after {
width: 100%;
left: 0;
}
.bottom-right {
position: absolute;
bottom: 20px;
left: 20px;
font-size: 1rem;
text-align: center;
}
.descrizione_prodotto {
position: absolute;
top: 60px;
left: 17px;
font-size: 1rem;
font-family: "Proxima Nova";
}
.prezzo {
background-color: #fffcfd;
color: #7b7ab8;
width: 100%;
text-align: center;
font-family: "Proxima Nova";
line-height: 4em;
-webkit-transition: 0.5s ease;
transition: 0.5s ease;
margin-bottom: 42px;
font-size: 1rem;
}
.prezzo:hover {
background-color: #fce6d5;
transition: 0.5s ease;
-webkit-transition: 0.5s ease;
cursor: pointer;
}
.container .top {
position: absolute;
-webkit-transition: opacity 0.5s ease-in-out;
-moz-transition: opacity 0.5s ease-in-out;
-o-transition: opacity 0.5s ease-in-out;
transition: opacity 0.5s ease-in-out;
}
.container img.top:hover {
opacity:0;
}
.prezzop {
text-align: center;
box-sizing: border-box;
margin-top: 0px;
margin: auto;
}
@media (max-width: 480px) {
#home {
font-size: 15px;
margin-top: 10px;
margin-left: 15px;
display: inline-block;
color: #7b7ab8;
transition: 0.5s;
text-decoration: none;
}
#shop {
font-size: 15px;
margin-top: 10px;
margin-right: 15px;
float: right;
display: inline-block;
color: #7b7ab8;
transition: 0.5s;
text-decoration: none;
}
#logo {
width: 70%;
height:auto;
margin: auto;
}
h1 {
font-family: "Proxima Nova", sans-serif;
font-size: 20px;
color: #fffcfd;
margin-left: 30px;
}
#segnapostovideo {
background-color: black;
width: 320px;
height: 180px;
margin: auto;
margin-bottom: 30px;
}
.social-wrapper {
display: block;
padding: 6px;
opacity: 1;
}
.stellina {
display:none;
}
footer ul {
width: 100%;
}
footer li {
display: inline-block;
width: 100%;
}
footer .link {
font-family: "Monarch";
}
.footer {
background-color: #f1f1f1;
width:100%;
height: auto;
border: 0px;
position:relative;
text-align: center;
}
} | 0.286868 | 0.105625 |
* {
box-sizing: border-box;
}
body {
margin: 0px;
padding: 0px;
background-color: #5f9ea0;
font-family: 'Source Sans Pro', sans-serif;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
body a {
text-decoration: none;
}
table th{
background-color: #EFBFA8;
}
header {
position: absolute;
height: 44px;
width: 100%;
background-color: #5f9ea0;
color: white;
z-index: 3;
margin-top: 0;
}
header a {
color: white;
font-size: 30px;
text-decoration: none;
padding-left: 20px;
font-weight: bold;
}
header a.minimize_button {
float: right;
padding-right: 15px;
}
.side-nav {
position: absolute;
height: 100%;
width: 100%;
background-color: #5f9ea0;
z-index: 1;
padding-top: 15px;
}
.side-nav.visible {
display: none;
}
.side-nav ul {
list-style-type: none;
margin: 0px;
padding: 0px;
}
.side-nav ul li {
padding: 20px 10px;
border-bottom: 1px solid white;
background-color: #5f9ea0;
}
.side-nav ul li a {
text-decoration: none;
color: white;
}
.side-nav ul li.active {
background-color: gray;
}
.side-nav ul li span i {
text-decoration: none;
color: black;
font-size: 22px;
}
/* main content styles */
.main-content {
margin-top: 0;
margin-left: 0;
padding: 0;
padding-top: 30px;
background-color: #d5dae5;
}
.main-content .title {
background-color: #eef1f7;
border-bottom: 1px solid #b8bec9;
padding: 10px 20px;
font-weight: 700;
color: #333;
font-size: 18px;
width: 100%;
margin-right: auto;
margin-left: auto;
margin-top: 20px;
}
@media screen and (min-width:600px) {
.side-nav.visible {
display: block;
}
.side-nav {
width: 80px;
height: 90vh;
}
.side-nav ul li {
text-align: center;
}
.side-nav ul li span:nth-child(2) {
display: none;
}
.side-nav ul li span i {
font-size: 26px;
}
header a.minimize_button {
display: none;
}
.main-content {
margin-left: 70px;
margin-top: 0;
}
}
@media screen and (min-width:800px) {
.side-nav.visible {
display: block;
}
.side-nav {
width: 195px;
height: 50%;
margin-top: 100px;
}
.side-nav ul li {
text-align: left;
}
.side-nav ul li span:nth-child(2) {
display: inline;
}
.side-nav ul li span i {
font-size: 26px;
}
header a.minimize_button {
display: none;
}
.main {
display: flex;
flex-flow: row wrap;
}
.main-content {
margin-left: 195px;
height: 100%;
background-color: #d5dae5;
min-height: 700px;
}
.widget {
flex-basis: 100px;
flex-grow: 10;
height: 200px;
margin: 15px;
border-radius: 6px;
background-color: #fff;
position: relative;
}
}
.main {
display: flex;
flex-flow: row wrap;
}
.widget {
flex-basis: 100px;
flex-grow: 10;
height: 200px;
margin: 15px;
border-radius: 6px;
background-color: #fff;
position: relative;
}
.widget.formval {
flex-basis: 200px;
flex-grow: 10;
height: auto;
margin: 15px;
border-radius: 6px;
background-color: #fff;
position: relative;
}
.widget .title {
background-color: #eef1f7;
border-bottom: 1px solid #dfe4ec;
padding: 10px;
border-top-left-radius: 6px;
border-top-right-radius: 6px;
color: #617085;
font-weight: 600;
}
.widget_stat {
text-align: center;
line-height: 40px;
display: block;
}
.widget_stat1 {
font-size: 40px;
margin-top: 15px;
}
.widget_stat2 {
font-size: 50px;
font-weight: bolder;
margin: 8px;
}
footer {
background-color: #5f9ea0;
border-bottom: 1px solid #5f9ea0;
padding: 10px 20px;
font-weight: 700;
color: #fff;
font-size: 18px;
width: 100%;
text-align: center;
margin-bottom: 0;
}
form {
background-color: white;
text-align: center;
width: 80%;
margin-right: auto;
margin-left: auto;
padding: 10px;
}
form input {
margin: 10px;
border-radius: 5px;
font-size: 15px;
height: 40px;
padding: 10px;
width: 60%;
border: 1px solid gray;
}
form textarea {
margin: 10px;
border-radius: 5px;
font-size: 15px;
height: 70px;
padding: 10px;
width: 60%;
border: 1px solid gray;
}
form select {
margin: 10px;
border-radius: 5px;
font-size: 15px;
height: 40px;
padding: 10px;
width: 60%;
border: 1px solid gray;
}
.input-group {
margin: 10px 0px 10px 0px;
}
.input-group label {
display: inline;
text-align: left;
margin: 3px;
padding-left: 20px;
}
.btn {
border-radius: 5px;
padding: 10px;
color: white;
font-size: 15px;
display: inline;
margin-right: auto;
margin-left: auto;
background: #5f9ea0;
}
.title.heado {
margin-top: 0;
}
table {
text-align: center;
width: 100%;
}
.overflo {
overflow-x: auto;
}
.votesize {
width: 50%;
}
table tbody tr td {
border-bottom: 1px solid black;
}
.widget.widget_table {
flex-basis: 400px;
height: auto;
}
.widget_stat.widget_stat_table {
text-align: center;
width: 100%;
}
.usertable tr:nth-child(even) {
background-color: #eef1f7;
}
#green {
color: green;
}
#orange {
color: orange;
}
#red {
color: red;
}
button {
cursor: pointer;
}
.btn-round {
border-radius: 6px;
}
.tablelink {
font-weight: bolder;
color: black;
}
.partylogo {
width: 150px;
height: 150px;
border-radius: 7px;
}
.voteresult {
list-style-type: none;
}
.btnmore {
width: 200px;
margin: 10px;
}
.cards {
display: flex;
flex-wrap: wrap;
align-items: stretch;
}
.card {
flex: 0 0 200px;
margin: 10px;
border: 1px solid #ccc;
box-shadow: 2px 2px 6px 0px rgba(0, 0, 0, 0.3);
background-color: white;
}
.card img {
max-width: 100%;
text-align: center;
}
.card .text {
padding: 0 20px 20px;
}
.card .text>button {
background: gray;
border: 0;
color: white;
padding: 10px;
width: 100%;
}
.btn2 {
background: #333;
color: #fff;
text-decoration: none;
padding: 2px;
border: 1px solid #666;
margin: 0;
width: 70px;
border-radius:7px;
} | public_backup/UI/css/styleb.css | * {
box-sizing: border-box;
}
body {
margin: 0px;
padding: 0px;
background-color: #5f9ea0;
font-family: 'Source Sans Pro', sans-serif;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
body a {
text-decoration: none;
}
table th{
background-color: #EFBFA8;
}
header {
position: absolute;
height: 44px;
width: 100%;
background-color: #5f9ea0;
color: white;
z-index: 3;
margin-top: 0;
}
header a {
color: white;
font-size: 30px;
text-decoration: none;
padding-left: 20px;
font-weight: bold;
}
header a.minimize_button {
float: right;
padding-right: 15px;
}
.side-nav {
position: absolute;
height: 100%;
width: 100%;
background-color: #5f9ea0;
z-index: 1;
padding-top: 15px;
}
.side-nav.visible {
display: none;
}
.side-nav ul {
list-style-type: none;
margin: 0px;
padding: 0px;
}
.side-nav ul li {
padding: 20px 10px;
border-bottom: 1px solid white;
background-color: #5f9ea0;
}
.side-nav ul li a {
text-decoration: none;
color: white;
}
.side-nav ul li.active {
background-color: gray;
}
.side-nav ul li span i {
text-decoration: none;
color: black;
font-size: 22px;
}
/* main content styles */
.main-content {
margin-top: 0;
margin-left: 0;
padding: 0;
padding-top: 30px;
background-color: #d5dae5;
}
.main-content .title {
background-color: #eef1f7;
border-bottom: 1px solid #b8bec9;
padding: 10px 20px;
font-weight: 700;
color: #333;
font-size: 18px;
width: 100%;
margin-right: auto;
margin-left: auto;
margin-top: 20px;
}
@media screen and (min-width:600px) {
.side-nav.visible {
display: block;
}
.side-nav {
width: 80px;
height: 90vh;
}
.side-nav ul li {
text-align: center;
}
.side-nav ul li span:nth-child(2) {
display: none;
}
.side-nav ul li span i {
font-size: 26px;
}
header a.minimize_button {
display: none;
}
.main-content {
margin-left: 70px;
margin-top: 0;
}
}
@media screen and (min-width:800px) {
.side-nav.visible {
display: block;
}
.side-nav {
width: 195px;
height: 50%;
margin-top: 100px;
}
.side-nav ul li {
text-align: left;
}
.side-nav ul li span:nth-child(2) {
display: inline;
}
.side-nav ul li span i {
font-size: 26px;
}
header a.minimize_button {
display: none;
}
.main {
display: flex;
flex-flow: row wrap;
}
.main-content {
margin-left: 195px;
height: 100%;
background-color: #d5dae5;
min-height: 700px;
}
.widget {
flex-basis: 100px;
flex-grow: 10;
height: 200px;
margin: 15px;
border-radius: 6px;
background-color: #fff;
position: relative;
}
}
.main {
display: flex;
flex-flow: row wrap;
}
.widget {
flex-basis: 100px;
flex-grow: 10;
height: 200px;
margin: 15px;
border-radius: 6px;
background-color: #fff;
position: relative;
}
.widget.formval {
flex-basis: 200px;
flex-grow: 10;
height: auto;
margin: 15px;
border-radius: 6px;
background-color: #fff;
position: relative;
}
.widget .title {
background-color: #eef1f7;
border-bottom: 1px solid #dfe4ec;
padding: 10px;
border-top-left-radius: 6px;
border-top-right-radius: 6px;
color: #617085;
font-weight: 600;
}
.widget_stat {
text-align: center;
line-height: 40px;
display: block;
}
.widget_stat1 {
font-size: 40px;
margin-top: 15px;
}
.widget_stat2 {
font-size: 50px;
font-weight: bolder;
margin: 8px;
}
footer {
background-color: #5f9ea0;
border-bottom: 1px solid #5f9ea0;
padding: 10px 20px;
font-weight: 700;
color: #fff;
font-size: 18px;
width: 100%;
text-align: center;
margin-bottom: 0;
}
form {
background-color: white;
text-align: center;
width: 80%;
margin-right: auto;
margin-left: auto;
padding: 10px;
}
form input {
margin: 10px;
border-radius: 5px;
font-size: 15px;
height: 40px;
padding: 10px;
width: 60%;
border: 1px solid gray;
}
form textarea {
margin: 10px;
border-radius: 5px;
font-size: 15px;
height: 70px;
padding: 10px;
width: 60%;
border: 1px solid gray;
}
form select {
margin: 10px;
border-radius: 5px;
font-size: 15px;
height: 40px;
padding: 10px;
width: 60%;
border: 1px solid gray;
}
.input-group {
margin: 10px 0px 10px 0px;
}
.input-group label {
display: inline;
text-align: left;
margin: 3px;
padding-left: 20px;
}
.btn {
border-radius: 5px;
padding: 10px;
color: white;
font-size: 15px;
display: inline;
margin-right: auto;
margin-left: auto;
background: #5f9ea0;
}
.title.heado {
margin-top: 0;
}
table {
text-align: center;
width: 100%;
}
.overflo {
overflow-x: auto;
}
.votesize {
width: 50%;
}
table tbody tr td {
border-bottom: 1px solid black;
}
.widget.widget_table {
flex-basis: 400px;
height: auto;
}
.widget_stat.widget_stat_table {
text-align: center;
width: 100%;
}
.usertable tr:nth-child(even) {
background-color: #eef1f7;
}
#green {
color: green;
}
#orange {
color: orange;
}
#red {
color: red;
}
button {
cursor: pointer;
}
.btn-round {
border-radius: 6px;
}
.tablelink {
font-weight: bolder;
color: black;
}
.partylogo {
width: 150px;
height: 150px;
border-radius: 7px;
}
.voteresult {
list-style-type: none;
}
.btnmore {
width: 200px;
margin: 10px;
}
.cards {
display: flex;
flex-wrap: wrap;
align-items: stretch;
}
.card {
flex: 0 0 200px;
margin: 10px;
border: 1px solid #ccc;
box-shadow: 2px 2px 6px 0px rgba(0, 0, 0, 0.3);
background-color: white;
}
.card img {
max-width: 100%;
text-align: center;
}
.card .text {
padding: 0 20px 20px;
}
.card .text>button {
background: gray;
border: 0;
color: white;
padding: 10px;
width: 100%;
}
.btn2 {
background: #333;
color: #fff;
text-decoration: none;
padding: 2px;
border: 1px solid #666;
margin: 0;
width: 70px;
border-radius:7px;
} | 0.272896 | 0.051059 |
dl {
display: flex;
background-color: white;
flex-direction: column;
width: 100%;
max-width: 300px;
position: relative;
padding: 10px;
margin-bottom: 0rem !important; }
@media (min-width: 700px) {
/* line 3, consensus_engine/static/scss/consensus_style.scss */
dl {
max-width: 500px; } }
@media (min-width: 1000px) {
/* line 3, consensus_engine/static/scss/consensus_style.scss */
dl {
max-width: 700px; } }
@media (min-width: 1400px) {
/* line 3, consensus_engine/static/scss/consensus_style.scss */
dl {
max-width: 1000px; } }
/* line 27, consensus_engine/static/scss/consensus_style.scss */
stateheader {
width: 100%;
display: block;
font-weight: bold; }
/* line 33, consensus_engine/static/scss/consensus_style.scss */
dt {
align-self: flex-start;
width: 100%;
font-weight: 700;
display: block;
text-align: center;
font-size: 1.2em;
font-weight: 700;
margin-bottom: 20px;
margin-left: 130px; }
/* line 45, consensus_engine/static/scss/consensus_style.scss */
.text {
font-weight: 600;
display: flex;
align-items: center;
height: 40px;
width: 200px;
background-color: white;
position: absolute;
left: 0;
justify-content: flex-end; }
@media (min-width: 700px) {
/* line 45, consensus_engine/static/scss/consensus_style.scss */
.text {
width: 100px; } }
@media (min-width: 1000px) {
/* line 45, consensus_engine/static/scss/consensus_style.scss */
.text {
width: 150px; } }
@media (min-width: 1400px) {
/* line 45, consensus_engine/static/scss/consensus_style.scss */
.text {
width: 200px; } }
/* line 69, consensus_engine/static/scss/consensus_style.scss */
.percentage {
font-size: .8em;
line-height: 1;
text-transform: uppercase;
width: 100%;
height: 40px;
margin-left: 200px;
margin-bottom: 0rem !important;
background: repeating-linear-gradient(to right, #ddd, #ddd 1px, #fff 1px, #fff 5%); }
/* line 85, consensus_engine/static/scss/consensus_style.scss */
.percentage:after {
content: "";
display: block;
background-color: #3d9970;
width: 50px;
margin-bottom: 10px;
height: 90%;
position: relative;
top: 50%;
transform: translateY(-50%);
transition: background-color .3s ease;
cursor: pointer; }
/* line 100, consensus_engine/static/scss/consensus_style.scss */
.percentage:hover:after, .percentage:focus:after {
background-color: #aaa; }
/* line 109, consensus_engine/static/scss/consensus_style.scss */
.percentage-0:after {
width: 0%; }
/* line 109, consensus_engine/static/scss/consensus_style.scss */
.percentage-1:after {
width: 1%; }
/* line 109, consensus_engine/static/scss/consensus_style.scss */
.percentage-2:after {
width: 2%; }
/* line 109, consensus_engine/static/scss/consensus_style.scss */
.percentage-3:after {
width: 3%; }
/* line 109, consensus_engine/static/scss/consensus_style.scss */
.percentage-4:after {
width: 4%; }
/* line 109, consensus_engine/static/scss/consensus_style.scss */
.percentage-5:after {
width: 5%; }
/* line 109, consensus_engine/static/scss/consensus_style.scss */
.percentage-6:after {
width: 6%; }
/* line 109, consensus_engine/static/scss/consensus_style.scss */
.percentage-7:after {
width: 7%; }
/* line 109, consensus_engine/static/scss/consensus_style.scss */
.percentage-8:after {
width: 8%; }
/* line 109, consensus_engine/static/scss/consensus_style.scss */
.percentage-9:after {
width: 9%; }
/* line 109, consensus_engine/static/scss/consensus_style.scss */
.percentage-10:after {
width: 10%; }
/* line 109, consensus_engine/static/scss/consensus_style.scss */
.percentage-11:after {
width: 11%; }
/* line 109, consensus_engine/static/scss/consensus_style.scss */
.percentage-12:after {
width: 12%; }
/* line 109, consensus_engine/static/scss/consensus_style.scss */
.percentage-13:after {
width: 13%; }
/* line 109, consensus_engine/static/scss/consensus_style.scss */
.percentage-14:after {
width: 14%; }
/* line 109, consensus_engine/static/scss/consensus_style.scss */
.percentage-15:after {
width: 15%; }
/* line 109, consensus_engine/static/scss/consensus_style.scss */
.percentage-16:after {
width: 16%; }
/* line 109, consensus_engine/static/scss/consensus_style.scss */
.percentage-17:after {
width: 17%; }
/* line 109, consensus_engine/static/scss/consensus_style.scss */
.percentage-18:after {
width: 18%; }
/* line 109, consensus_engine/static/scss/consensus_style.scss */
.percentage-19:after {
width: 19%; }
/* line 109, consensus_engine/static/scss/consensus_style.scss */
.percentage-20:after {
width: 20%; }
/* line 109, consensus_engine/static/scss/consensus_style.scss */
.percentage-21:after {
width: 21%; }
/* line 109, consensus_engine/static/scss/consensus_style.scss */
.percentage-22:after {
width: 22%; }
/* line 109, consensus_engine/static/scss/consensus_style.scss */
.percentage-23:after {
width: 23%; }
/* line 109, consensus_engine/static/scss/consensus_style.scss */
.percentage-24:after {
width: 24%; }
/* line 109, consensus_engine/static/scss/consensus_style.scss */
.percentage-25:after {
width: 25%; }
/* line 109, consensus_engine/static/scss/consensus_style.scss */
.percentage-26:after {
width: 26%; }
/* line 109, consensus_engine/static/scss/consensus_style.scss */
.percentage-27:after {
width: 27%; }
/* line 109, consensus_engine/static/scss/consensus_style.scss */
.percentage-28:after {
width: 28%; }
/* line 109, consensus_engine/static/scss/consensus_style.scss */
.percentage-29:after {
width: 29%; }
/* line 109, consensus_engine/static/scss/consensus_style.scss */
.percentage-30:after {
width: 30%; }
/* line 109, consensus_engine/static/scss/consensus_style.scss */
.percentage-31:after {
width: 31%; }
/* line 109, consensus_engine/static/scss/consensus_style.scss */
.percentage-32:after {
width: 32%; }
/* line 109, consensus_engine/static/scss/consensus_style.scss */
.percentage-33:after {
width: 33%; }
/* line 109, consensus_engine/static/scss/consensus_style.scss */
.percentage-34:after {
width: 34%; }
/* line 109, consensus_engine/static/scss/consensus_style.scss */
.percentage-35:after {
width: 35%; }
/* line 109, consensus_engine/static/scss/consensus_style.scss */
.percentage-36:after {
width: 36%; }
/* line 109, consensus_engine/static/scss/consensus_style.scss */
.percentage-37:after {
width: 37%; }
/* line 109, consensus_engine/static/scss/consensus_style.scss */
.percentage-38:after {
width: 38%; }
/* line 109, consensus_engine/static/scss/consensus_style.scss */
.percentage-39:after {
width: 39%; }
/* line 109, consensus_engine/static/scss/consensus_style.scss */
.percentage-40:after {
width: 40%; }
/* line 109, consensus_engine/static/scss/consensus_style.scss */
.percentage-41:after {
width: 41%; }
/* line 109, consensus_engine/static/scss/consensus_style.scss */
.percentage-42:after {
width: 42%; }
/* line 109, consensus_engine/static/scss/consensus_style.scss */
.percentage-43:after {
width: 43%; }
/* line 109, consensus_engine/static/scss/consensus_style.scss */
.percentage-44:after {
width: 44%; }
/* line 109, consensus_engine/static/scss/consensus_style.scss */
.percentage-45:after {
width: 45%; }
/* line 109, consensus_engine/static/scss/consensus_style.scss */
.percentage-46:after {
width: 46%; }
/* line 109, consensus_engine/static/scss/consensus_style.scss */
.percentage-47:after {
width: 47%; }
/* line 109, consensus_engine/static/scss/consensus_style.scss */
.percentage-48:after {
width: 48%; }
/* line 109, consensus_engine/static/scss/consensus_style.scss */
.percentage-49:after {
width: 49%; }
/* line 109, consensus_engine/static/scss/consensus_style.scss */
.percentage-50:after {
width: 50%; }
/* line 109, consensus_engine/static/scss/consensus_style.scss */
.percentage-51:after {
width: 51%; }
/* line 109, consensus_engine/static/scss/consensus_style.scss */
.percentage-52:after {
width: 52%; }
/* line 109, consensus_engine/static/scss/consensus_style.scss */
.percentage-53:after {
width: 53%; }
/* line 109, consensus_engine/static/scss/consensus_style.scss */
.percentage-54:after {
width: 54%; }
/* line 109, consensus_engine/static/scss/consensus_style.scss */
.percentage-55:after {
width: 55%; }
/* line 109, consensus_engine/static/scss/consensus_style.scss */
.percentage-56:after {
width: 56%; }
/* line 109, consensus_engine/static/scss/consensus_style.scss */
.percentage-57:after {
width: 57%; }
/* line 109, consensus_engine/static/scss/consensus_style.scss */
.percentage-58:after {
width: 58%; }
/* line 109, consensus_engine/static/scss/consensus_style.scss */
.percentage-59:after {
width: 59%; }
/* line 109, consensus_engine/static/scss/consensus_style.scss */
.percentage-60:after {
width: 60%; }
/* line 109, consensus_engine/static/scss/consensus_style.scss */
.percentage-61:after {
width: 61%; }
/* line 109, consensus_engine/static/scss/consensus_style.scss */
.percentage-62:after {
width: 62%; }
/* line 109, consensus_engine/static/scss/consensus_style.scss */
.percentage-63:after {
width: 63%; }
/* line 109, consensus_engine/static/scss/consensus_style.scss */
.percentage-64:after {
width: 64%; }
/* line 109, consensus_engine/static/scss/consensus_style.scss */
.percentage-65:after {
width: 65%; }
/* line 109, consensus_engine/static/scss/consensus_style.scss */
.percentage-66:after {
width: 66%; }
/* line 109, consensus_engine/static/scss/consensus_style.scss */
.percentage-67:after {
width: 67%; }
/* line 109, consensus_engine/static/scss/consensus_style.scss */
.percentage-68:after {
width: 68%; }
/* line 109, consensus_engine/static/scss/consensus_style.scss */
.percentage-69:after {
width: 69%; }
/* line 109, consensus_engine/static/scss/consensus_style.scss */
.percentage-70:after {
width: 70%; }
/* line 109, consensus_engine/static/scss/consensus_style.scss */
.percentage-71:after {
width: 71%; }
/* line 109, consensus_engine/static/scss/consensus_style.scss */
.percentage-72:after {
width: 72%; }
/* line 109, consensus_engine/static/scss/consensus_style.scss */
.percentage-73:after {
width: 73%; }
/* line 109, consensus_engine/static/scss/consensus_style.scss */
.percentage-74:after {
width: 74%; }
/* line 109, consensus_engine/static/scss/consensus_style.scss */
.percentage-75:after {
width: 75%; }
/* line 109, consensus_engine/static/scss/consensus_style.scss */
.percentage-76:after {
width: 76%; }
/* line 109, consensus_engine/static/scss/consensus_style.scss */
.percentage-77:after {
width: 77%; }
/* line 109, consensus_engine/static/scss/consensus_style.scss */
.percentage-78:after {
width: 78%; }
/* line 109, consensus_engine/static/scss/consensus_style.scss */
.percentage-79:after {
width: 79%; }
/* line 109, consensus_engine/static/scss/consensus_style.scss */
.percentage-80:after {
width: 80%; }
/* line 109, consensus_engine/static/scss/consensus_style.scss */
.percentage-81:after {
width: 81%; }
/* line 109, consensus_engine/static/scss/consensus_style.scss */
.percentage-82:after {
width: 82%; }
/* line 109, consensus_engine/static/scss/consensus_style.scss */
.percentage-83:after {
width: 83%; }
/* line 109, consensus_engine/static/scss/consensus_style.scss */
.percentage-84:after {
width: 84%; }
/* line 109, consensus_engine/static/scss/consensus_style.scss */
.percentage-85:after {
width: 85%; }
/* line 109, consensus_engine/static/scss/consensus_style.scss */
.percentage-86:after {
width: 86%; }
/* line 109, consensus_engine/static/scss/consensus_style.scss */
.percentage-87:after {
width: 87%; }
/* line 109, consensus_engine/static/scss/consensus_style.scss */
.percentage-88:after {
width: 88%; }
/* line 109, consensus_engine/static/scss/consensus_style.scss */
.percentage-89:after {
width: 89%; }
/* line 109, consensus_engine/static/scss/consensus_style.scss */
.percentage-90:after {
width: 90%; }
/* line 109, consensus_engine/static/scss/consensus_style.scss */
.percentage-91:after {
width: 91%; }
/* line 109, consensus_engine/static/scss/consensus_style.scss */
.percentage-92:after {
width: 92%; }
/* line 109, consensus_engine/static/scss/consensus_style.scss */
.percentage-93:after {
width: 93%; }
/* line 109, consensus_engine/static/scss/consensus_style.scss */
.percentage-94:after {
width: 94%; }
/* line 109, consensus_engine/static/scss/consensus_style.scss */
.percentage-95:after {
width: 95%; }
/* line 109, consensus_engine/static/scss/consensus_style.scss */
.percentage-96:after {
width: 96%; }
/* line 109, consensus_engine/static/scss/consensus_style.scss */
.percentage-97:after {
width: 97%; }
/* line 109, consensus_engine/static/scss/consensus_style.scss */
.percentage-98:after {
width: 98%; }
/* line 109, consensus_engine/static/scss/consensus_style.scss */
.percentage-99:after {
width: 99%; }
/* line 109, consensus_engine/static/scss/consensus_style.scss */
.percentage-100:after {
width: 100%; }
/* line 116, consensus_engine/static/scss/consensus_style.scss */
html, body {
height: 500px;
color: #333; } | staticfiles/CACHE/css/consensus_style.f2a85eaaaadf.css | dl {
display: flex;
background-color: white;
flex-direction: column;
width: 100%;
max-width: 300px;
position: relative;
padding: 10px;
margin-bottom: 0rem !important; }
@media (min-width: 700px) {
/* line 3, consensus_engine/static/scss/consensus_style.scss */
dl {
max-width: 500px; } }
@media (min-width: 1000px) {
/* line 3, consensus_engine/static/scss/consensus_style.scss */
dl {
max-width: 700px; } }
@media (min-width: 1400px) {
/* line 3, consensus_engine/static/scss/consensus_style.scss */
dl {
max-width: 1000px; } }
/* line 27, consensus_engine/static/scss/consensus_style.scss */
stateheader {
width: 100%;
display: block;
font-weight: bold; }
/* line 33, consensus_engine/static/scss/consensus_style.scss */
dt {
align-self: flex-start;
width: 100%;
font-weight: 700;
display: block;
text-align: center;
font-size: 1.2em;
font-weight: 700;
margin-bottom: 20px;
margin-left: 130px; }
/* line 45, consensus_engine/static/scss/consensus_style.scss */
.text {
font-weight: 600;
display: flex;
align-items: center;
height: 40px;
width: 200px;
background-color: white;
position: absolute;
left: 0;
justify-content: flex-end; }
@media (min-width: 700px) {
/* line 45, consensus_engine/static/scss/consensus_style.scss */
.text {
width: 100px; } }
@media (min-width: 1000px) {
/* line 45, consensus_engine/static/scss/consensus_style.scss */
.text {
width: 150px; } }
@media (min-width: 1400px) {
/* line 45, consensus_engine/static/scss/consensus_style.scss */
.text {
width: 200px; } }
/* line 69, consensus_engine/static/scss/consensus_style.scss */
.percentage {
font-size: .8em;
line-height: 1;
text-transform: uppercase;
width: 100%;
height: 40px;
margin-left: 200px;
margin-bottom: 0rem !important;
background: repeating-linear-gradient(to right, #ddd, #ddd 1px, #fff 1px, #fff 5%); }
/* line 85, consensus_engine/static/scss/consensus_style.scss */
.percentage:after {
content: "";
display: block;
background-color: #3d9970;
width: 50px;
margin-bottom: 10px;
height: 90%;
position: relative;
top: 50%;
transform: translateY(-50%);
transition: background-color .3s ease;
cursor: pointer; }
/* line 100, consensus_engine/static/scss/consensus_style.scss */
.percentage:hover:after, .percentage:focus:after {
background-color: #aaa; }
/* line 109, consensus_engine/static/scss/consensus_style.scss */
.percentage-0:after {
width: 0%; }
/* line 109, consensus_engine/static/scss/consensus_style.scss */
.percentage-1:after {
width: 1%; }
/* line 109, consensus_engine/static/scss/consensus_style.scss */
.percentage-2:after {
width: 2%; }
/* line 109, consensus_engine/static/scss/consensus_style.scss */
.percentage-3:after {
width: 3%; }
/* line 109, consensus_engine/static/scss/consensus_style.scss */
.percentage-4:after {
width: 4%; }
/* line 109, consensus_engine/static/scss/consensus_style.scss */
.percentage-5:after {
width: 5%; }
/* line 109, consensus_engine/static/scss/consensus_style.scss */
.percentage-6:after {
width: 6%; }
/* line 109, consensus_engine/static/scss/consensus_style.scss */
.percentage-7:after {
width: 7%; }
/* line 109, consensus_engine/static/scss/consensus_style.scss */
.percentage-8:after {
width: 8%; }
/* line 109, consensus_engine/static/scss/consensus_style.scss */
.percentage-9:after {
width: 9%; }
/* line 109, consensus_engine/static/scss/consensus_style.scss */
.percentage-10:after {
width: 10%; }
/* line 109, consensus_engine/static/scss/consensus_style.scss */
.percentage-11:after {
width: 11%; }
/* line 109, consensus_engine/static/scss/consensus_style.scss */
.percentage-12:after {
width: 12%; }
/* line 109, consensus_engine/static/scss/consensus_style.scss */
.percentage-13:after {
width: 13%; }
/* line 109, consensus_engine/static/scss/consensus_style.scss */
.percentage-14:after {
width: 14%; }
/* line 109, consensus_engine/static/scss/consensus_style.scss */
.percentage-15:after {
width: 15%; }
/* line 109, consensus_engine/static/scss/consensus_style.scss */
.percentage-16:after {
width: 16%; }
/* line 109, consensus_engine/static/scss/consensus_style.scss */
.percentage-17:after {
width: 17%; }
/* line 109, consensus_engine/static/scss/consensus_style.scss */
.percentage-18:after {
width: 18%; }
/* line 109, consensus_engine/static/scss/consensus_style.scss */
.percentage-19:after {
width: 19%; }
/* line 109, consensus_engine/static/scss/consensus_style.scss */
.percentage-20:after {
width: 20%; }
/* line 109, consensus_engine/static/scss/consensus_style.scss */
.percentage-21:after {
width: 21%; }
/* line 109, consensus_engine/static/scss/consensus_style.scss */
.percentage-22:after {
width: 22%; }
/* line 109, consensus_engine/static/scss/consensus_style.scss */
.percentage-23:after {
width: 23%; }
/* line 109, consensus_engine/static/scss/consensus_style.scss */
.percentage-24:after {
width: 24%; }
/* line 109, consensus_engine/static/scss/consensus_style.scss */
.percentage-25:after {
width: 25%; }
/* line 109, consensus_engine/static/scss/consensus_style.scss */
.percentage-26:after {
width: 26%; }
/* line 109, consensus_engine/static/scss/consensus_style.scss */
.percentage-27:after {
width: 27%; }
/* line 109, consensus_engine/static/scss/consensus_style.scss */
.percentage-28:after {
width: 28%; }
/* line 109, consensus_engine/static/scss/consensus_style.scss */
.percentage-29:after {
width: 29%; }
/* line 109, consensus_engine/static/scss/consensus_style.scss */
.percentage-30:after {
width: 30%; }
/* line 109, consensus_engine/static/scss/consensus_style.scss */
.percentage-31:after {
width: 31%; }
/* line 109, consensus_engine/static/scss/consensus_style.scss */
.percentage-32:after {
width: 32%; }
/* line 109, consensus_engine/static/scss/consensus_style.scss */
.percentage-33:after {
width: 33%; }
/* line 109, consensus_engine/static/scss/consensus_style.scss */
.percentage-34:after {
width: 34%; }
/* line 109, consensus_engine/static/scss/consensus_style.scss */
.percentage-35:after {
width: 35%; }
/* line 109, consensus_engine/static/scss/consensus_style.scss */
.percentage-36:after {
width: 36%; }
/* line 109, consensus_engine/static/scss/consensus_style.scss */
.percentage-37:after {
width: 37%; }
/* line 109, consensus_engine/static/scss/consensus_style.scss */
.percentage-38:after {
width: 38%; }
/* line 109, consensus_engine/static/scss/consensus_style.scss */
.percentage-39:after {
width: 39%; }
/* line 109, consensus_engine/static/scss/consensus_style.scss */
.percentage-40:after {
width: 40%; }
/* line 109, consensus_engine/static/scss/consensus_style.scss */
.percentage-41:after {
width: 41%; }
/* line 109, consensus_engine/static/scss/consensus_style.scss */
.percentage-42:after {
width: 42%; }
/* line 109, consensus_engine/static/scss/consensus_style.scss */
.percentage-43:after {
width: 43%; }
/* line 109, consensus_engine/static/scss/consensus_style.scss */
.percentage-44:after {
width: 44%; }
/* line 109, consensus_engine/static/scss/consensus_style.scss */
.percentage-45:after {
width: 45%; }
/* line 109, consensus_engine/static/scss/consensus_style.scss */
.percentage-46:after {
width: 46%; }
/* line 109, consensus_engine/static/scss/consensus_style.scss */
.percentage-47:after {
width: 47%; }
/* line 109, consensus_engine/static/scss/consensus_style.scss */
.percentage-48:after {
width: 48%; }
/* line 109, consensus_engine/static/scss/consensus_style.scss */
.percentage-49:after {
width: 49%; }
/* line 109, consensus_engine/static/scss/consensus_style.scss */
.percentage-50:after {
width: 50%; }
/* line 109, consensus_engine/static/scss/consensus_style.scss */
.percentage-51:after {
width: 51%; }
/* line 109, consensus_engine/static/scss/consensus_style.scss */
.percentage-52:after {
width: 52%; }
/* line 109, consensus_engine/static/scss/consensus_style.scss */
.percentage-53:after {
width: 53%; }
/* line 109, consensus_engine/static/scss/consensus_style.scss */
.percentage-54:after {
width: 54%; }
/* line 109, consensus_engine/static/scss/consensus_style.scss */
.percentage-55:after {
width: 55%; }
/* line 109, consensus_engine/static/scss/consensus_style.scss */
.percentage-56:after {
width: 56%; }
/* line 109, consensus_engine/static/scss/consensus_style.scss */
.percentage-57:after {
width: 57%; }
/* line 109, consensus_engine/static/scss/consensus_style.scss */
.percentage-58:after {
width: 58%; }
/* line 109, consensus_engine/static/scss/consensus_style.scss */
.percentage-59:after {
width: 59%; }
/* line 109, consensus_engine/static/scss/consensus_style.scss */
.percentage-60:after {
width: 60%; }
/* line 109, consensus_engine/static/scss/consensus_style.scss */
.percentage-61:after {
width: 61%; }
/* line 109, consensus_engine/static/scss/consensus_style.scss */
.percentage-62:after {
width: 62%; }
/* line 109, consensus_engine/static/scss/consensus_style.scss */
.percentage-63:after {
width: 63%; }
/* line 109, consensus_engine/static/scss/consensus_style.scss */
.percentage-64:after {
width: 64%; }
/* line 109, consensus_engine/static/scss/consensus_style.scss */
.percentage-65:after {
width: 65%; }
/* line 109, consensus_engine/static/scss/consensus_style.scss */
.percentage-66:after {
width: 66%; }
/* line 109, consensus_engine/static/scss/consensus_style.scss */
.percentage-67:after {
width: 67%; }
/* line 109, consensus_engine/static/scss/consensus_style.scss */
.percentage-68:after {
width: 68%; }
/* line 109, consensus_engine/static/scss/consensus_style.scss */
.percentage-69:after {
width: 69%; }
/* line 109, consensus_engine/static/scss/consensus_style.scss */
.percentage-70:after {
width: 70%; }
/* line 109, consensus_engine/static/scss/consensus_style.scss */
.percentage-71:after {
width: 71%; }
/* line 109, consensus_engine/static/scss/consensus_style.scss */
.percentage-72:after {
width: 72%; }
/* line 109, consensus_engine/static/scss/consensus_style.scss */
.percentage-73:after {
width: 73%; }
/* line 109, consensus_engine/static/scss/consensus_style.scss */
.percentage-74:after {
width: 74%; }
/* line 109, consensus_engine/static/scss/consensus_style.scss */
.percentage-75:after {
width: 75%; }
/* line 109, consensus_engine/static/scss/consensus_style.scss */
.percentage-76:after {
width: 76%; }
/* line 109, consensus_engine/static/scss/consensus_style.scss */
.percentage-77:after {
width: 77%; }
/* line 109, consensus_engine/static/scss/consensus_style.scss */
.percentage-78:after {
width: 78%; }
/* line 109, consensus_engine/static/scss/consensus_style.scss */
.percentage-79:after {
width: 79%; }
/* line 109, consensus_engine/static/scss/consensus_style.scss */
.percentage-80:after {
width: 80%; }
/* line 109, consensus_engine/static/scss/consensus_style.scss */
.percentage-81:after {
width: 81%; }
/* line 109, consensus_engine/static/scss/consensus_style.scss */
.percentage-82:after {
width: 82%; }
/* line 109, consensus_engine/static/scss/consensus_style.scss */
.percentage-83:after {
width: 83%; }
/* line 109, consensus_engine/static/scss/consensus_style.scss */
.percentage-84:after {
width: 84%; }
/* line 109, consensus_engine/static/scss/consensus_style.scss */
.percentage-85:after {
width: 85%; }
/* line 109, consensus_engine/static/scss/consensus_style.scss */
.percentage-86:after {
width: 86%; }
/* line 109, consensus_engine/static/scss/consensus_style.scss */
.percentage-87:after {
width: 87%; }
/* line 109, consensus_engine/static/scss/consensus_style.scss */
.percentage-88:after {
width: 88%; }
/* line 109, consensus_engine/static/scss/consensus_style.scss */
.percentage-89:after {
width: 89%; }
/* line 109, consensus_engine/static/scss/consensus_style.scss */
.percentage-90:after {
width: 90%; }
/* line 109, consensus_engine/static/scss/consensus_style.scss */
.percentage-91:after {
width: 91%; }
/* line 109, consensus_engine/static/scss/consensus_style.scss */
.percentage-92:after {
width: 92%; }
/* line 109, consensus_engine/static/scss/consensus_style.scss */
.percentage-93:after {
width: 93%; }
/* line 109, consensus_engine/static/scss/consensus_style.scss */
.percentage-94:after {
width: 94%; }
/* line 109, consensus_engine/static/scss/consensus_style.scss */
.percentage-95:after {
width: 95%; }
/* line 109, consensus_engine/static/scss/consensus_style.scss */
.percentage-96:after {
width: 96%; }
/* line 109, consensus_engine/static/scss/consensus_style.scss */
.percentage-97:after {
width: 97%; }
/* line 109, consensus_engine/static/scss/consensus_style.scss */
.percentage-98:after {
width: 98%; }
/* line 109, consensus_engine/static/scss/consensus_style.scss */
.percentage-99:after {
width: 99%; }
/* line 109, consensus_engine/static/scss/consensus_style.scss */
.percentage-100:after {
width: 100%; }
/* line 116, consensus_engine/static/scss/consensus_style.scss */
html, body {
height: 500px;
color: #333; } | 0.286269 | 0.062331 |
@import url("https://fonts.googleapis.com/css?family=Acme|EB+Garamond:400,700&display=swap");
.flex-container-centered {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
*,
*::before,
*::after {
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
body {
margin: 0;
font-family: 'EB Garamond', serif;
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
color: #e1e1e1;
-webkit-text-size-adjust: 100%;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
overflow: hidden;
text-decoration: none;
background-repeat: no-repeat;
background-size: cover;
background-position: center;
height: 100vh;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.container {
padding: 0 10%;
margin-top: 6rem;
}
.greeting p {
font-size: 8rem;
font-weight: 700;
text-shadow: 10px 1px 6px rgba(79, 79, 79, 0.399);
font-family: 'Acme', sans-serif;
}
.container-index {
text-align: center;
}
.main {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
}
.search input {
width: 580px;
height: 120px;
font-size: 70px;
background: transparent;
padding: 1rem 2rem;
border: none;
outline: none;
color: #ffffff;
opacity: .9;
border-bottom: 5px solid #e1e1e1;
cursor: pointer;
}
.search-2input {
width: 580px;
height: 120px;
font-size: 70px;
background: transparent;
padding: 1rem 2rem;
border: none;
outline: none;
color: #ffffff;
opacity: .9;
border-bottom: 5px solid #e1e1e1;
cursor: pointer;
}
.search-2 button {
width: 260px;
height: 100px;
font-size: 40px;
border: none;
outline: none;
color: #e1e1e1;
background: rgba(255, 255, 255, 0.249);
padding: 1rem 2rem;
cursor: pointer;
-webkit-transition: all .5s ease-in-out;
transition: all .5s ease-in-out;
border-radius: 3px;
letter-spacing: .1rem;
text-transform: uppercase;
}
.search button {
width: 260px;
height: 100px;
font-size: 40px;
border: none;
outline: none;
color: #e1e1e1;
background: rgba(255, 255, 255, 0.249);
padding: 1rem 2rem;
cursor: pointer;
-webkit-transition: all .5s ease-in-out;
transition: all .5s ease-in-out;
border-radius: 3px;
letter-spacing: .1rem;
text-transform: uppercase;
}
.btn-block {
display: block !important;
-ms-flex-item-align: center;
-ms-grid-row-align: center;
align-self: center;
-ms-grid-column-align: center;
justify-self: center;
margin: 2.5rem 0;
width: 100% !important;
}
.search button:hover {
background: transparent;
}
.current-city-1 i {
font-size: 70px;
margin: auto;
padding: 15px;
}
.current-city-1 h6 {
font-size: 25px;
margin: auto;
padding-top: 15px;
}
.current-city-1 p {
font-size: 65px;
margin-top: 0;
}
.info {
padding-top: 500px;
}
.cur-info {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
background: rgba(255, 255, 255, 0.304);
padding: 0 120px;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
border-radius: 10px;
}
.cur-weather-img {
width: 15%;
}
.cur-info img {
width: 100px;
height: 100px;
}
.cur-info p {
font-size: 45px;
width: 15%;
font-weight: 700;
}
.cur-info h1 {
font-size: 45px;
width: 15%;
font-weight: 700;
}
/*# sourceMappingURL=main.css.map */ | sass/main.css | @import url("https://fonts.googleapis.com/css?family=Acme|EB+Garamond:400,700&display=swap");
.flex-container-centered {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
*,
*::before,
*::after {
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
body {
margin: 0;
font-family: 'EB Garamond', serif;
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
color: #e1e1e1;
-webkit-text-size-adjust: 100%;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
overflow: hidden;
text-decoration: none;
background-repeat: no-repeat;
background-size: cover;
background-position: center;
height: 100vh;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.container {
padding: 0 10%;
margin-top: 6rem;
}
.greeting p {
font-size: 8rem;
font-weight: 700;
text-shadow: 10px 1px 6px rgba(79, 79, 79, 0.399);
font-family: 'Acme', sans-serif;
}
.container-index {
text-align: center;
}
.main {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
}
.search input {
width: 580px;
height: 120px;
font-size: 70px;
background: transparent;
padding: 1rem 2rem;
border: none;
outline: none;
color: #ffffff;
opacity: .9;
border-bottom: 5px solid #e1e1e1;
cursor: pointer;
}
.search-2input {
width: 580px;
height: 120px;
font-size: 70px;
background: transparent;
padding: 1rem 2rem;
border: none;
outline: none;
color: #ffffff;
opacity: .9;
border-bottom: 5px solid #e1e1e1;
cursor: pointer;
}
.search-2 button {
width: 260px;
height: 100px;
font-size: 40px;
border: none;
outline: none;
color: #e1e1e1;
background: rgba(255, 255, 255, 0.249);
padding: 1rem 2rem;
cursor: pointer;
-webkit-transition: all .5s ease-in-out;
transition: all .5s ease-in-out;
border-radius: 3px;
letter-spacing: .1rem;
text-transform: uppercase;
}
.search button {
width: 260px;
height: 100px;
font-size: 40px;
border: none;
outline: none;
color: #e1e1e1;
background: rgba(255, 255, 255, 0.249);
padding: 1rem 2rem;
cursor: pointer;
-webkit-transition: all .5s ease-in-out;
transition: all .5s ease-in-out;
border-radius: 3px;
letter-spacing: .1rem;
text-transform: uppercase;
}
.btn-block {
display: block !important;
-ms-flex-item-align: center;
-ms-grid-row-align: center;
align-self: center;
-ms-grid-column-align: center;
justify-self: center;
margin: 2.5rem 0;
width: 100% !important;
}
.search button:hover {
background: transparent;
}
.current-city-1 i {
font-size: 70px;
margin: auto;
padding: 15px;
}
.current-city-1 h6 {
font-size: 25px;
margin: auto;
padding-top: 15px;
}
.current-city-1 p {
font-size: 65px;
margin-top: 0;
}
.info {
padding-top: 500px;
}
.cur-info {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
background: rgba(255, 255, 255, 0.304);
padding: 0 120px;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
border-radius: 10px;
}
.cur-weather-img {
width: 15%;
}
.cur-info img {
width: 100px;
height: 100px;
}
.cur-info p {
font-size: 45px;
width: 15%;
font-weight: 700;
}
.cur-info h1 {
font-size: 45px;
width: 15%;
font-weight: 700;
}
/*# sourceMappingURL=main.css.map */ | 0.286568 | 0.049314 |
.yp-content-selected *,.yp-content-selected{
cursor:auto !important;
}
.yp-selected:focus{
outline:none !important;
}
.yp-selected-tooltip{
position:absolute !important;
top:-9999px;
left:-9999px;
bottom:auto;
right:auto;
z-index:2147483645 !important;
overflow:hidden !important;
padding:4px 10px 4px 0 !important;
background:#4285F4 !important;
-webkit-border-radius: 0px 3px 0 0 !important;
-moz-border-radius: 0px 3px 0 0 !important;
border-radius: 0px 3px 0 0 !important;
color:#FFF !important;
font-size:11px !important;
line-height: 16px !important;
font-family:'Open Sans', sans-serif !important;
letter-spacing:0px !important;
word-spacing:0px !important;
font-weight:400 !important;
-moz-transform:none !important;
-webkit-transform:none !important;
-o-transform:none !important;
-ms-transform:none !important;
transform:none !important;
}
.hover-info-box{
-moz-transform:none !important;
-webkit-transform:none !important;
-o-transform:none !important;
-ms-transform:none !important;
transform:none !important;
-webkit-user-select: none !important;
-moz-user-select: none !important;
-ms-user-select: none !important;
user-select: none !important;
position:absolute !important;
background-color:#25A7DB !important;
opacity:0.3 !important;
pointer-events: none !important;
border-width:0px !important;
display:none !important;
z-index:2147483645 !important;
}
.yp-metric-disable .hover-info-box{
display:block !important;
}
body.yp-hide-borders-now .hover-info-box,body.yp-element-resizing .hover-info-box{
display:none !important;
}
.yp-small-tooltip{
padding-right:0px !important;
font-size:0px !important;
line-height:0px !important;
}
.yp-small-tooltip.yp-selected-tooltip small{
margin-right: 0px !important;
}
.yp-selected-handle{
position: absolute !important;
z-index:2147483645 !important;
overflow:hidden !important;
pointer-events: none !important;
cursor: move !important;
padding:0 !important;
background:#4285F4 !important;
color:#FFF !important;
font-size:0px !important;
background-size:16px 16px !important;
width: 20px !important;
height: 20px !important;
margin-top:-20px !important;
margin-left:-20px !important;
text-align: center !important;
line-height: 0px !important;
background-repeat: no-repeat !important;
background-position: 3px 2px !important;
background-image: url(../img/move.png) !important;
display:block !important;
-moz-transform:none !important;
-webkit-transform:none !important;
-o-transform:none !important;
-ms-transform:none !important;
transform:none !important;
}
.yp-size-handle{
position: absolute;
z-index:2147483645 !important;
pointer-events: none !important;
padding:4px 8px !important;
background:#484848 !important;
text-align: center !important;
display:block !important;
line-height:15px !important;
-moz-transform:none !important;
-webkit-transform:none !important;
-o-transform:none !important;
-ms-transform:none !important;
transform:none !important;
opacity:0.92 !important;
color:#EEE !important;
font-size:11px !important;
margin-top: 15px !important;
margin-left: -34px !important;
-webkit-border-radius: 3px 3px 3px 3px !important;
border-radius: 3px 3px 3px 3px !important;
font-family:'Open Sans', sans-serif !important;
font-weight:400px !important;
-webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,0.5) !important;
box-shadow: 0 0 5px 0 rgba(0,0,0,0.5) !important;
}
.yp-scolling .yp-size-handle{
display:none !important;
}
.yp-size-handle:after,body.yp-wireframe-mode .yp-size-handle:after{
bottom: 100%;
left: 50%;
border: solid transparent !important;
content: " " !important;
height: 0 !important;
width: 0 !important;
position: absolute !important;
pointer-events: none !important;
border-color: rgba(34, 34, 34, 0) !important;
border-bottom-color: #484848 !important;
border-width: 7px !important;
margin-left: -7px !important;
}
body:not(.yp-metric-disable) .yp-size-handle{
display:none !important;
}
body.yp-responsive-resizing .yp-size-handle{
display:none !important;
}
body.yp-has-transform .yp-selected-handle{
display:none !important;
}
body.yp-has-transform .yp-edit-menu{
display:none !important;
}
.yp-handle-small{
background-size:12px 12px !important;
width: 18px !important;
padding-right: 1px !important;
height: 15px !important;
}
body:not(.yp-inserting) .ready-for-drag{
position: relative !important;
}
.yp-selected-tooltip span{
padding-left:1px !important;
color:#AFE3FD !important;
font-size:11px !important;
line-height: 16px !important;
font-family:'Open Sans', sans-serif !important;
letter-spacing:0px !important;
word-spacing:0px !important;
font-weight:400 !important;
}
.yp-content-selected .yp-fixed-tooltip:not(.yp-tooltip-bottom-outside){
-webkit-border-radius: 0 !important;
-moz-border-radius: 0 !important;
border-radius: 0 !important;
position: fixed !important;
top: 0px !important;
bottom:auto !important;
}
.yp-fixed-tooltip{
-webkit-border-radius: 0 !important;
-moz-border-radius: 0 !important;
border-radius: 0 !important;
}
.yp-content-selected .yp-fixed-edit-menu{
position: fixed !important;
top: 0px !important;
bottom:auto !important;
background-position: 6px 7px !important;
}
.yp-content-selected .yp-fixed-bottom-edit-menu{
position: fixed !important;
top: auto !important;
bottom:0px !important;
background-position: 6px 8px !important;
}
.yp-tooltip-bottom-outside{
-webkit-border-radius: 0 0 3px 3px !important;
-moz-border-radius: 0 0 3px 3px !important;
border-radius: 0 0 3px 3px !important;
}
.yp-content-selected .yp-bottom-outside-edit-menu{
background-position:6px 7px !important;
}
.yp-content-selected .yp-fixed-tooltip-bottom{
position: fixed !important;
top: auto !important;
bottom:0px !important;
-webkit-border-radius: 0 !important;
-moz-border-radius: 0 !important;
border-radius: 0 !important;
}
.yp-selected-tooltip small{
padding:5px 9px !important;
display:inline !important;
background:rgba(0,0,0,0.1) !important;
margin:0px !important;
margin-right:5px !important;
font-family:'Open Sans', sans-serif !important;
letter-spacing:0px !important;
word-spacing:0px !important;
color:rgba(255,255,255,0.96) !important;
cursor:pointer !important;
line-height:16px !important;
font-size:11px !important;
font-weight:600 !important;
width:auto !important;
height:auto !important;
}
.yp-selected-boxed-margin-top,.yp-selected-boxed-margin-bottom,.yp-selected-boxed-margin-left,.yp-selected-boxed-margin-right{
background:rgba(245, 227, 67, 0.25) !important;
position: absolute !important;
z-index: 2147483643 !important;
pointer-events:none !important;
}
.yp-selected-boxed-margin-top,.yp-selected-boxed-margin-bottom,.yp-selected-boxed-margin-left,.yp-selected-boxed-margin-right{
display:none !important;
}
.yp-content-selected .yp-selected-boxed-margin-top,.yp-content-selected .yp-selected-boxed-margin-bottom,.yp-content-selected .yp-selected-boxed-margin-left,.yp-content-selected .yp-selected-boxed-margin-right{
display:block !important;
}
.yp-selected-boxed-padding-top,.yp-selected-boxed-padding-bottom,.yp-selected-boxed-padding-left,.yp-selected-boxed-padding-right{
background:transparent !important;
pointer-events: none !important;
position: absolute !important;
z-index: 2147483643 !important;
}
.yp-selected-boxed-padding-top,.yp-selected-boxed-padding-bottom,.yp-selected-boxed-padding-left,.yp-selected-boxed-padding-right{
display:none !important;
}
.yp-content-selected .yp-selected-boxed-padding-top,.yp-content-selected .yp-selected-boxed-padding-bottom,.yp-content-selected .yp-selected-boxed-padding-left,.yp-content-selected .yp-selected-boxed-padding-right{
display:block !important;
}
.yp-selected-boxed-top,.yp-selected-boxed-bottom{
border-top:1px solid #4285F4 !important;
position:absolute !important;
z-index:10000 !important;
}
body:not(.yp-content-selected) .yp-selected-boxed-top,body:not(.yp-content-selected) .yp-selected-boxed-bottom,body:not(.yp-content-selected) .yp-selected-boxed-left,body:not(.yp-content-selected) .yp-selected-boxed-right,body:not(.yp-content-selected) .yp-selected-others-box,body:not(.yp-content-selected) .yp-edit-menu,body:not(.yp-content-selected) .yp-selected-tooltip,body:not(.yp-content-selected) .yp-selected-tooltip *{
pointer-events:none !important;
}
.yp-selected-boxed-left,.yp-selected-boxed-right{
border-left:1px solid #4285F4 !important;
position:absolute !important;
z-index:10000 !important;
}
.yp-selected-others-box{
border:1px solid #4285F4 !important;
position:absolute !important;
z-index:10000 !important;
opacity:0.8;
}
.yp-content-selected .yp-selected-boxed-top,.yp-content-selected .yp-selected-boxed-bottom{
border-top-width:2px !important;
}
.yp-content-selected .yp-selected-boxed-left,.yp-content-selected .yp-selected-boxed-right{
border-left-width:2px !important;
}
.yp-content-selected .yp-selected-boxed-right{
margin-left:0px !important;
}
.yp-selected-boxed-bottom{
margin-top:-1px !important;
}
.yp-content-selected .yp-selected-boxed-bottom{
margin-top:-2px !important;
}
.yp-selected-tooltip,.yp-selected-handle,.yp-selected-boxed-top,.yp-selected-boxed-bottom,.yp-selected-boxed-left,.yp-selected-boxed-right,.yp-selected-others-box{
-webkit-box-shadow: 0px 0px 2px 0px rgba(66, 133, 244, 0.4) !important;
-moz-box-shadow: 0px 0px 2px 0px rgba(66, 133, 244, 0.4) !important !important;
-o-box-shadow: 0px 0px 2px 0px rgba(66, 133, 244, 0.4) !important;
box-shadow: 0px 0px 2px 0px rgba(66, 133, 244, 0.4) !important;
}
.yp-selected-handle{
-webkit-box-shadow: 0px 0px 2px 0px rgba(66, 133, 244, 1) !important;
-moz-box-shadow: 0px 0px 2px 0px rgba(66, 133, 244, 1) !important;
-o-box-shadow: 0px 0px 2px 0px rgba(66, 133, 244, 1) !important;
box-shadow: 0px 0px 2px 0px rgba(66, 133, 244, 1) !important;
}
/* Disable */
.yp-selector-disabled .yp-selected-tooltip,.yp-selector-disabled .yp-selected-boxed-bottom,.yp-selector-disabled .yp-selected-boxed-left,.yp-selector-disabled .yp-selected-boxed-right,.yp-selector-disabled .yp-selected-boxed-top,.yp-selector-disabled .yp-selected-others-box{
display:none !important;
}
.yp-selected.yp-content-selected .yp-edit-menu{
display:none !important;
}
.yp-full-width{
width:100% !important;
}
.context-menu-list li span::selection,.yp-selected-tooltip::selection,.yp-selected-tooltip small::selection,.yp-select-bar::selection,.yp-select-bar *:not(input)::selection{
background: transparent !important;
color:inherit !important;
text-shadow:none !important;
}
.context-menu-list li span::-moz-selection,.yp-selected-tooltip::-moz-selection,.yp-selected-tooltip small::-moz-selection,.yp-select-bar::-moz-selection,.yp-select-bar *:not(input)::-moz-selection{
background: transparent !important;
color:inherit !important;
text-shadow:none !important;
}
/* Hover */
.yp-selector-hover .yp-selected-tooltip,.yp-selector-hover .yp-selected-handle,.yp-selector-hover .yp-selected-boxed-top,.yp-selector-hover .yp-selected-boxed-bottom,.yp-selector-hover .yp-selected-boxed-left,.yp-selector-hover .yp-selected-boxed-right{
background-color:#FFCC33 !important;
-webkit-box-shadow: 0px 0px 2px 0px rgba(255, 204, 51, 0.4) !important;
-moz-box-shadow: 0px 0px 2px 0px rgba(255, 204, 51, 0.4) !important;
-o-box-shadow: 0px 0px 2px 0px rgba(255, 204, 51, 0.4) !important;
box-shadow: 0px 0px 2px 0px rgba(255, 204, 51, 0.4) !important;
}
.yp-selector-hover .yp-selected-others-box{
border-color:#FFCC33 !important;
-webkit-box-shadow: 0px 0px 2px 0px rgba(255, 204, 51, 0.4) !important;
-moz-box-shadow: 0px 0px 2px 0px rgba(255, 204, 51, 0.4) !important;
-o-box-shadow: 0px 0px 2px 0px rgba(255, 204, 51, 0.4) !important;
box-shadow: 0px 0px 2px 0px rgba(255, 204, 51, 0.4) !important;
}
.yp-selector-hover .yp-selected-boxed-bottom,.yp-selector-hover .yp-selected-boxed-left,.yp-selector-hover .yp-selected-boxed-right,.yp-selector-hover .yp-selected-boxed-top{
border-color:#FFCC33 !important;
}
/* hover Tooltip */
.yp-selector-hover .yp-selected-tooltip{
background:#FFCC33 !important;
color:#000 !important;
}
.yp-selector-hover .yp-selected-tooltip span{
color:#000 !important;
}
/* hover Tooltip small */
.yp-selector-hover .yp-selected-tooltip small{
background:#F3B807 !important;
color:#000 !important;
}
/* focus */
.yp-selector-focus .yp-selected-tooltip,.yp-selector-focus .yp-selected-handle,.yp-selector-focus .yp-selected-boxed-top,.yp-selector-focus .yp-selected-boxed-bottom,.yp-selector-focus .yp-selected-boxed-left,.yp-selector-focus .yp-selected-boxed-right{
background-color:#D21411 !important;
-webkit-box-shadow: 0px 0px 2px 0px rgba(210, 20, 17, 0.4) !important;
-moz-box-shadow: 0px 0px 2px 0px rgba(210, 20, 17, 0.4) !important;
-o-box-shadow: 0px 0px 2px 0px rgba(210, 20, 17, 0.4) !important;
box-shadow: 0px 0px 2px 0px rgba(210, 20, 17, 0.4) !important;
}
.yp-selector-focus .yp-selected-others-box{
border-color:#D21411 !important;
-webkit-box-shadow: 0px 0px 2px 0px rgba(210, 20, 17, 0.4) !important;
-moz-box-shadow: 0px 0px 2px 0px rgba(210, 20, 17, 0.4) !important;
-o-box-shadow: 0px 0px 2px 0px rgba(210, 20, 17, 0.4) !important;
box-shadow: 0px 0px 2px 0px rgba(210, 20, 17, 0.4) !important;
}
.yp-selector-focus .yp-selected-boxed-bottom,.yp-selector-focus .yp-selected-boxed-left,.yp-selector-focus .yp-selected-boxed-right,.yp-selector-focus .yp-selected-boxed-top{
border-color:#D21411 !important;
}
/* focus Tooltip */
.yp-selector-focus .yp-selected-tooltip{
background:#D21411 !important;
color:#FFF !important;
}
.yp-selector-focus .yp-selected-tooltip span{
color:#EEE !important;
}
/* focus Tooltip small */
.yp-selector-focus .yp-selected-tooltip small{
background:#C1120F !important;
color:#FFF !important;
}
html{
overflow-x:hidden !important;
}
.yp-live-editor-link{
display:none !important;
}
.yp-has-transform .yp-selected{
outline: 1px solid #4285F4 !important;
outline-offset:-1px !important;
}
.yp-selected-has-transform.yp-selected-others{
outline: 1px solid #4285F4 !important;
outline-offset:-1px !important;
}
.yp-selector-focus.yp-has-transform .yp-selected{
outline: 1px solid #D21411 !important;
outline-offset:-1px !important;
}
body.yp-selector-focus .yp-selected-has-transform.yp-selected-others{
outline: 1px solid #D21411 !important;
outline-offset:-1px !important;
}
.yp-selector-hover.yp-has-transform .yp-selected{
outline: 1px solid #FFCC33 !important;
outline-offset:-1px !important;
}
body.yp-selector-hover .yp-selected-has-transform.yp-selected-others{
outline: 1px solid #FFCC33 !important;
outline-offset:-1px !important;
}
.yp-content-selected.yp-has-transform .yp-selected{
outline: 2px solid #4285F4 !important;
outline-offset:-2px !important;
}
.yp-content-selected.yp-selector-focus.yp-has-transform .yp-selected{
outline: 2px solid #D21411 !important;
outline-offset:-2px !important;
}
.yp-content-selected.yp-selector-hover.yp-has-transform .yp-selected{
outline: 2px solid #FFCC33 !important;
outline-offset:-2px !important;
}
.yp-selected-others-multiable-box{
pointer-events:none !important;
}
body:not(.yp-control-key-down) .yp-selected-others-multiable-box{
display:none !important;
visibility:hidden !important;
}
.yp-has-transform .yp-selected-others{
outline: 1px solid #4285F4 !important;
outline-offset:-1px !important;
}
.yp-selector-focus.yp-has-transform .yp-selected-others{
outline: 1px solid #D21411 !important;
outline-offset:-1px !important;
}
.yp-selector-hover.yp-has-transform .yp-selected-others{
outline: 1px solid #FFCC33 !important;
outline-offset:-1px !important;
}
.yp-has-transform .yp-selected-tooltip,.yp-has-transform .yp-selected-boxed-margin-top,.yp-has-transform .yp-selected-boxed-margin-bottom,.yp-has-transform .yp-selected-boxed-margin-left,.yp-has-transform .yp-selected-boxed-margin-right,.yp-has-transform .yp-selected-boxed-top,.yp-has-transform .yp-selected-boxed-bottom,.yp-has-transform .yp-selected-boxed-left,.yp-has-transform .yp-selected-boxed-right,.yp-has-transform .yp-selected-others-box,.yp-has-transform .yp-selected-boxed-padding-top,.yp-has-transform .yp-selected-boxed-padding-bottom,.yp-has-transform .yp-selected-boxed-padding-left,.yp-has-transform .yp-selected-boxed-padding-right{
display:none !important;
}
body.yp-hide-borders-now .yp-selected-tooltip{
display:none !important;
}
body.yp-control-key-down .yp-selected-others-box{
pointer-events:none !important;
}
body.yp-hide-borders-now .yp-edit-menu{
display:none !important;
}
body.yp-hide-borders-now .yp-selected-boxed-top{
display:none !important;
}
body.yp-hide-borders-now .yp-selected-boxed-bottom{
display:none !important;
}
body.yp-hide-borders-now .yp-selected-boxed-left{
display:none !important;
}
body.yp-hide-borders-now .yp-selected-boxed-right{
display:none !important;
}
body.yp-hide-borders-now:not(.yp-dragging) .yp-selected-boxed-margin-top{
display:none !important;
}
body.yp-hide-borders-now:not(.yp-dragging) .yp-selected-boxed-margin-bottom{
display:none !important;
}
body.yp-hide-borders-now:not(.yp-dragging) .yp-selected-boxed-margin-left{
display:none !important;
}
body.yp-hide-borders-now:not(.yp-dragging) .yp-selected-boxed-margin-right{
display:none !important;
}
body.yp-hide-borders-now:not(.yp-dragging) .yp-selected-boxed-padding-top{
display:none !important;
}
body.yp-hide-borders-now:not(.yp-dragging) .yp-selected-boxed-padding-bottom{
display:none !important;
}
body.yp-hide-borders-now:not(.yp-dragging) .yp-selected-boxed-padding-left{
display:none !important;
}
body.yp-hide-borders-now:not(.yp-dragging) .yp-selected-boxed-padding-right{
display:none !important;
}
body.yp-hide-borders-now .yp-selected-others-box{
display:none !important;
}
body.yp-hide-borders-now .yp-selected-handle{
display:none !important;
}
body.yp-hide-borders-now.yp-has-transform .yp-selected{
outline:none !important;
outline-width:0px !important;
}
body.yp-hide-borders-now .yp-selected-has-transform.yp-selected-others{
outline:none !important;
outline-width:0px !important;
}
body.yp-hide-borders-now.yp-has-transform .yp-selected-others{
outline:none !important;
outline-width:0px !important;
}
body.yp-dragging.yp-hide-borders-now .yp-selected-handle{
display:none !important;
}
body.yp-dragging.yp-hide-borders-now .yp-selected{
outline: 2px solid #4285F4 !important;
outline-offset:-2px !important;
}
.yp-selected-boxed-padding-top,.yp-selected-boxed-padding-bottom{
border-right:1px dotted #4285F4;
}
.yp-selected-boxed-padding-left,.yp-selected-boxed-padding-right{
border-bottom:1px dotted #4285F4;
}
body.yp-selector-hover .yp-selected-boxed-padding-top,body.yp-selector-hover .yp-selected-boxed-padding-bottom{
border-right:1px dotted #FFCC33;
}
body.yp-selector-hover .yp-selected-boxed-padding-left,body.yp-selector-hover .yp-selected-boxed-padding-right{
border-bottom:1px dotted #FFCC33;
}
body.yp-selector-focus .yp-selected-boxed-padding-top,body.yp-selector-focus .yp-selected-boxed-padding-bottom{
border-right:1px dotted #D21411;
}
body.yp-selector-focus .yp-selected-boxed-padding-left,body.yp-selector-focus .yp-selected-boxed-padding-right{
border-bottom:1px dotted #D21411;
}
body.yp-selector-hover.yp-dragging.yp-hide-borders-now .yp-selected{
outline: 2px solid #FFCC33 !important;
}
body.yp-selector-focus.yp-dragging.yp-hide-borders-now .yp-selected{
outline: 2px solid #D21411 !important;
}
body.yp-dragging .tooltip-inner,body.yp-dragging .tooltip-arrow{
display:none !important;
}
body.yp-dragging.yp-hide-borders-now .yp-selected-others{
outline: 1px solid #4285F4 !important;
}
.yp-dragging .yp-selected{
-webkit-transition: top 0ms,left 0ms,right 0ms,bottom 0ms !important;
-moz-transition: top 0ms,left 0ms,right 0ms,bottom 0ms !important;
-ms-transition: top 0ms,left 0ms,right 0ms,bottom 0ms !important;
-o-transition: top 0ms,left 0ms,right 0ms,bottom 0ms !important;
transition: top 0ms,left 0ms,right 0ms,bottom 0ms !important;
}
body.yp-inserting .yp-selected,body.yp-inserting .yp-selected-others{
transition:none 0ms ease 0s !important;
-moz-transition:none 0ms ease 0s !important;
-ms-transition:none 0ms ease 0s !important;
-o-transition:none 0ms ease 0s !important;
}
.yp-selected-tooltip{
-webkit-transition: box-shadow 200ms ease !important;
-moz-transition: box-shadow 200ms ease !important;
-ms-transition: box-shadow 200ms ease !important;
-o-transition: box-shadow 200ms ease !important;
transition: box-shadow 200ms ease !important;
cursor:pointer !important;
padding-left:27px !important;
}
body.yp-selected .yp-selected-tooltip{
padding-left:0px !important;
}
body.yp-selected .yp-edit-menu{
display:none !important;
}
body:not(.yp-anim-creator) .yp-selected-tooltip:hover{
-webkit-box-shadow: 0px 0px 5px 2px rgba(66, 133, 244, 0.5) !important;
-moz-box-shadow: 0px 0px 5px 2px rgba(66, 133, 244, 0.5) !important;
-o-box-shadow: 0px 0px 5px 2px rgba(66, 133, 244, 0.5) !important;
box-shadow: 0px 0px 5px 2px rgba(66, 133, 244, 0.5) !important;
}
body.yp-selector-hover:not(.yp-anim-creator) .yp-selected-tooltip:hover{
-webkit-box-shadow: 0px 0px 5px 2px rgba(255, 204, 51, 0.5) !important;
-moz-box-shadow: 0px 0px 5px 2px rgba(255, 204, 51, 0.5) !important;
-o-box-shadow: 0px 0px 5px 2px rgba(255, 204, 51, 0.5) !important;
box-shadow: 0px 0px 5px 2px rgba(255, 204, 51, 0.5) !important;
}
body.yp-selector-focus:not(.yp-anim-creator) .yp-selected-tooltip:hover{
-webkit-box-shadow: 0px 0px 5px 2px rgba(210, 20, 17, 0.5) !important;
-moz-box-shadow: 0px 0px 5px 2px rgba(210, 20, 17, 0.5) !important;
-o-box-shadow: 0px 0px 5px 2px rgba(210, 20, 17, 0.5) !important;
box-shadow: 0px 0px 5px 2px rgba(210, 20, 17, 0.5) !important;
}
body.yp-selectors-hide.yp-has-transform .yp-selected,body.yp-selectors-hide.yp-has-transform .yp-selected-others{
outline:none !important;
outline-width:0px !important;
}
body.yp-selectors-hide .yp-selected-has-transform.yp-selected-others{
outline:none !important;
outline-width:0px !important;
}
.tooltip {
position: absolute;
z-index: 2147483648;
display: block;
font-style: normal;
font-weight: normal;
letter-spacing: normal;
line-break: auto;
line-height: 1.42857143;
text-align: left;
text-align: start;
text-decoration: none;
text-shadow: none;
text-transform: none;
white-space: normal;
word-break: normal;
word-spacing: normal;
word-wrap: normal;
font-size: 13px !important;
opacity: 0;
filter: alpha(opacity=0);
}
.tooltip.in {
opacity: 0.9 !important;
filter: alpha(opacity=90) !important;
}
.tooltip.top {
margin-top: -3px;
padding: 5px 0;
}
.tooltip.right {
margin-left: 3px;
padding: 0 5px;
}
.tooltip.bottom {
margin-top: 3px;
padding: 5px 0;
}
.tooltip.left {
margin-left: -3px;
padding: 0 5px;
}
.tooltip-inner {
max-width: 200px;
padding: 6px 8px !important;
color: #ffffff;
background-color: #2C3E50;
border-radius: 4px;
text-align:left !important;
font-family: Arial,"Helvetica Neue",Helvetica,sans-serif !important;
font-weight:400 !important;
}
.tooltip-arrow {
position: absolute;
width: 0;
height: 0;
border-color: transparent;
border-style: solid;
}
.tooltip.top .tooltip-arrow {
bottom: 0;
left: 50%;
margin-left: -5px;
border-width: 5px 5px 0;
border-top-color: #2C3E50;
}
.tooltip.top-left .tooltip-arrow {
bottom: 0;
right: 5px;
margin-bottom: -5px;
border-width: 5px 5px 0;
border-top-color: #2C3E50;
}
.tooltip.top-right .tooltip-arrow {
bottom: 0;
left: 5px;
margin-bottom: -5px;
border-width: 5px 5px 0;
border-top-color: #2C3E50;
}
.tooltip.right .tooltip-arrow {
top: 50%;
left: 0;
margin-top: -5px;
border-width: 5px 5px 5px 0;
border-right-color: #2C3E50;
}
.tooltip.left .tooltip-arrow {
top: 50%;
right: 0;
margin-top: -5px;
border-width: 5px 0 5px 5px;
border-left-color: #2C3E50;
}
.tooltip.bottom .tooltip-arrow {
top: 0;
left: 50%;
margin-left: -5px;
border-width: 0 5px 5px;
border-bottom-color: #2C3E50;
}
.tooltip.bottom-left .tooltip-arrow {
top: 0;
right: 5px;
margin-top: -5px;
border-width: 0 5px 5px;
border-bottom-color: #2C3E50;
}
.tooltip.bottom-right .tooltip-arrow {
top: 0;
left: 5px;
margin-top: -5px;
border-width: 0 5px 5px;
border-bottom-color: #2C3E50;
}
.yp-content-selected .yp-selected{
-webkit-transition: all 0ms ease !important;
-moz-transition: all 0ms ease !important;
-ms-transition: all 0ms ease !important;
-o-transition: all 0ms ease !important;
transition: all 0ms ease !important;
}
body.yp-element-resizing .yp-selected-handle{
display:none !important;
}
body.yp-content-selected .yp-selected-boxed-top:hover,body.yp-content-selected .yp-selected-boxed-bottom:hover{
border-color:#D21411 !important;
}
body.yp-content-selected .yp-selected-boxed-left:hover,body.yp-content-selected .yp-selected-boxed-right:hover{
border-color:#D21411 !important;
}
body.yp-element-resizing-width-left *,body.yp-element-resizing-width-right *{
cursor:e-resize !important;
}
body.yp-content-selected .yp-selected-boxed-right,body.yp-content-selected .yp-selected-boxed-left{
cursor:e-resize !important;
}
body.yp-element-resizing-height-bottom *,body.yp-element-resizing-height-top *{
cursor:n-resize !important;
}
body.yp-content-selected .yp-selected-boxed-bottom,body.yp-content-selected .yp-selected-boxed-top{
cursor:n-resize !important;
}
body.yp-element-resizing-height-bottom .yp-selected-boxed-bottom,body.yp-element-resizing-height-top .yp-selected-boxed-top,body.yp-element-resizing-width-left .yp-selected-boxed-left,body.yp-element-resizing-width-right .yp-selected-boxed-right{
border-color:#D21411 !important;
}
body.yp-element-resizing::selection {
text-shadow:none !important;
background-color:transparent !important;
color:inherit !important;
}
body.yp-element-resizing::-moz-selection {
text-shadow:none !important;
background-color:transparent !important;
color:inherit !important;
}
body.yp-element-resizing .yp-selected,body.yp-element-resizing .yp-selected-others{
-webkit-transition: all 0ms !important;
-moz-transition: all 0ms !important;
-ms-transition: all 0ms !important;
-o-transition: all 0ms !important;
transition: all 0ms !important;
}
body.yp-dragging *{
cursor:move !important;
}
body.yp-element-resizing .yp-selected-tooltip{
display:none !important;
}
body.yp-element-resizing .yp-edit-menu{
display:none !important;
}
.yp-edit-menu:hover{
-webkit-box-shadow:inset 0 0 5px 0 rgba(0,0,0,0.1);
box-shadow:inset 0 0 5px 0 rgba(0,0,0,0.1);
}
.yp-edit-menu{
padding: 0px !important;
display: inline !important;
background-color: rgba(0, 0, 0, 0.1) !important;
margin: 0px 5px 0px 0px !important;
font-family: "Open Sans",sans-serif !important;
cursor: pointer !important;
line-height: 0px !important;
font-size: 0px !important;
width: 26px !important;
height: 24px !important;
background-image: url("../img/menu.png");
background-position: 6px 8px;
background-repeat: no-repeat;
border-left: 1px solid rgba(0, 0, 0, 0.1);
border-right: 1px solid rgba(0, 0, 0, 0.1);
position:absolute;
top:-100px;
left:-100px;
z-index:2147483646 !important;
-webkit-transition: box-shadow 50ms ease;
-moz-transition: box-shadow 50ms ease;
-ms-transition: box-shadow 50ms ease;
-o-transition: box-shadow 50ms ease;
transition: box-shadow 50ms ease;
}
body:not(.yp-content-selected) .yp-selected-others,body:not(.yp-content-selected) .yp-selected{
cursor:crosshair !important;
}
.yp-animate-manager-playing .yp-selected-others,.yp-animate-manager-playing .yp-selected,.yp-animate-manager-playing.yp-selected-others,.yp-animate-manager-playing.yp-selected{
cursor:auto !important;
}
body:not(.yp-content-selected) .yp-selected-boxed-right,body:not(.yp-content-selected) .yp-selected-boxed-left,body:not(.yp-content-selected) .yp-selected-boxed-top,body:not(.yp-content-selected) .yp-selected-boxed-bottom{
cursor:crosshair !important;
}
.yp-content-selected.yp-control-key-down *, .yp-content-selected.yp-control-key-down{
cursor:crosshair !important;
}
.yp-content-selected.yp-control-key-down .yp-selected,.yp-content-selected.yp-control-key-down .yp-selected-others-box,.yp-content-selected.yp-control-key-down .yp-selected *,.yp-content-selected.yp-control-key-down .yp-selected-others-box *{
cursor:auto !important;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi){
.yp-edit-menu{
background-image: url("../img/menu-2x.png") !important;
background-size:14px 10px !important;
}
}
/* Wireframe mode */
body.yp-wireframe-mode *:not(.yp-helper-tooltip):not(.yp-x-distance-border):not(.yp-y-distance-border):not(.hover-info-box):not(.yp-size-handle):not(.yp-edit-menu):not(.yp-selected-tooltip):not(.yp-tooltip-small):not(.yp-selected-handle):not([class^="yp-selected-boxed-"]):not([class^="yp-selected-others-box"]):not(img):not(.ypdw):not(.ypdh),body.yp-wireframe-mode *:hover:not(.yp-size-handle):not(.hover-info-box):not(.yp-edit-menu):not(.yp-selected-tooltip):not(.yp-tooltip-small):not(.yp-selected-handle):not([class^="yp-selected-boxed-"]):not(img):not([class^="yp-selected-others-box"]):not(.ypdw):not(.ypdh):not(.yp-x-distance-border):not(.yp-y-distance-border):not(.yp-helper-tooltip),body.yp-wireframe-mode{
background:rgba(0, 0, 0, 0.1) !important;
background-image:none !important;
color:rgba(255,255,255,0.6) !important;
border-color:rgba(0, 0, 0, 0.1) !important;
outline-color:transparent !important;
-webkit-box-shadow:none !important;
-moz-box-shadow:none !important;
box-shadow:none !important;
text-shadow:none !important;
-webkit-border-radius:0px !important;
-moz-border-radius:0px !important;
border-radius:0px !important;
-webkit-transition: background 0ms ease !important;
-moz-transition: background 0ms ease !important;
-ms-transition: background 0ms ease !important;
-o-transition: background 0ms ease !important;
transition: background 0ms ease !important;
-webkit-filter:none !important;
-moz-filter:none !important;
filter:none !important;
}
body.yp-wireframe-mode *:before,body.yp-wireframe-mode *:after{
background:none !important;
background-image:none !important;
color:rgba(255,255,255,0.6) !important;
border-color:transparent !important;
outline-color:transparent !important;
-webkit-box-shadow:none !important;
-moz-box-shadow:none !important;
box-shadow:none !important;
text-shadow:none !important;
-webkit-border-radius:0px !important;
-moz-border-radius:0px !important;
border-radius:0px !important;
}
body.yp-wireframe-mode img{
background-color:rgba(0, 0, 0, 0.1) !important;
border-color:rgba(0, 0, 0, 0.1) !important;
outline-color:transparent !important;
-webkit-box-shadow:none !important;
-moz-box-shadow:none !important;
box-shadow:none !important;
-webkit-border-radius:0px !important;
-moz-border-radius:0px !important;
border-radius:0px !important;
object-position:-99999px -99999px !important;
background-image:url(../img/landspace1.svg) !important;
background-position:center !important;
background-size:50% !important;
background-repeat:no-repeat !important;
-webkit-filter:none !important;
-moz-filter:none !important;
filter:none !important;
}
body.yp-wireframe-mode .yp-selected-boxed-margin-top,body.yp-wireframe-mode .yp-selected-boxed-margin-bottom,body.yp-wireframe-mode .yp-selected-boxed-margin-left,body.yp-wireframe-mode .yp-selected-boxed-margin-right{
opacity:0.8 !important;
}
body.yp-wireframe-mode .hover-info-box{
background:#c0392b !important;
}
.yp-x-distance-border{
z-index:2147483645 !important;
pointer-events: none !important;
background:#52FF52 !important;
height:1px !important;
position:absolute !important;
width:auto;
display:none;
top:auto;
left:auto;
}
.yp-y-distance-border{
z-index:2147483645 !important;
pointer-events: none !important;
background:#52FF52 !important;
width:1px !important;
position:absolute !important;
height:auto;
display:none;
top:auto;
left:auto;
}
.yp-helper-tooltip{
position: absolute;
z-index:2147483645 !important;
pointer-events: none !important;
padding:4px 8px !important;
background:#484848 !important;
text-align: left !important;
display:block !important;
line-height:15px !important;
-moz-transform:none !important;
-webkit-transform:none !important;
-o-transform:none !important;
-ms-transform:none !important;
transform:none !important;
opacity:0.92 !important;
color:#EEE !important;
font-size:11px !important;
margin-top: -40px !important;
margin-left: 0px !important;
-webkit-border-radius: 3px 3px 3px 3px !important;
border-radius: 3px 3px 3px 3px !important;
font-family:'Open Sans', sans-serif !important;
font-weight:400px !important;
-webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,0.5) !important;
box-shadow: 0 0 5px 0 rgba(0,0,0,0.5) !important;
}
.yp-iframe-mouseleave .yp-size-handle{
display:none !important;
}
.yp-page-border-left,.yp-page-border-right{
z-index:2147483645 !important;
pointer-events: none !important;
border-left:1px dashed #B410B9 !important;
background: rgba(255, 255, 255, 0.60) !important;
width:0px !important;
position:fixed !important;
height:100% !important;
display:block;
top:0;
left:auto;
}
/* Top border resize handle */
.yp-selected-boxed-top:after{
content: "" !important;
width: 4px !important;
height: 4px !important;
background-color:transparent !important;
border: 1px solid #4285F4 !important;
position: absolute !important;
top: 50% !important;
right: 50% !important;
margin-top: -4px !important;
margin-right: -3px !important;
display:none !important;
-webkit-box-sizing: content-box !important;
-moz-box-sizing: content-box !important;
box-sizing: content-box !important;
}
.yp-content-selected .yp-selected-boxed-top:hover:after,.yp-element-resizing-height-top .yp-selected-boxed-top:after{
border-color:#D21411 !important;
}
.yp-content-selected .yp-selected-boxed-top:after{
display:block !important;
}
/* Bottom border resize handle */
.yp-selected-boxed-bottom:after{
content: "" !important;
width: 4px !important;
height: 4px !important;
background-color:transparent !important;
border: 1px solid #4285F4 !important;
position: absolute !important;
top: 50% !important;
right: 50% !important;
margin-top: -4px !important;
margin-right: -3px !important;
display:none !important;
-webkit-box-sizing: content-box !important;
-moz-box-sizing: content-box !important;
box-sizing: content-box !important;
}
.yp-content-selected .yp-selected-boxed-bottom:hover:after,.yp-element-resizing-height-bottom .yp-selected-boxed-bottom:after{
border-color:#D21411 !important;
}
.yp-content-selected .yp-selected-boxed-bottom:after{
display:block !important;
}
/* Right border resize handle */
.yp-selected-boxed-right:after{
content: "" !important;
width: 4px !important;
height: 4px !important;
background-color:transparent !important;
border: 1px solid #4285F4 !important;
position: absolute !important;
top: 50% !important;
right: 50% !important;
margin-top: -3px !important;
margin-right: -2px !important;
display:none !important;
-webkit-box-sizing: content-box !important;
-moz-box-sizing: content-box !important;
box-sizing: content-box !important;
}
.yp-content-selected .yp-selected-boxed-right:hover:after,.yp-element-resizing-width-right .yp-selected-boxed-right:after{
border-color:#D21411 !important;
}
.yp-content-selected .yp-selected-boxed-right:after{
display:block !important;
}
/* Left border resize handle */
.yp-selected-boxed-left:after{
content: "" !important;
width: 4px !important;
height: 4px !important;
background-color:transparent !important;
border: 1px solid #4285F4 !important;
position: absolute !important;
top: 50% !important;
left: 50% !important;
margin-top: -3px !important;
margin-left: -4px !important;
display:none !important;
-webkit-box-sizing: content-box !important;
-moz-box-sizing: content-box !important;
box-sizing: content-box !important;
}
.yp-content-selected .yp-selected-boxed-left:hover:after,.yp-element-resizing-width-left .yp-selected-boxed-left:after{
border-color:#D21411 !important;
}
.yp-content-selected .yp-selected-boxed-left:after{
display:block !important;
}
.yp-element-resizing-width-right .yp-selected,.yp-element-resizing-width-left .yp-selected{
max-width:none !important;
min-width:5px !important;
}
.yp-element-resizing-height-top .yp-selected,.yp-element-resizing-height-bottom .yp-selected{
max-height:none !important;
min-height:5px !important;
}
body.yp-mouseleave .hover-info-box{
display:none !important;
}
body.yp-iframe-mouseleave:not(.yp-responsive-device-mode) .hover-info-box{
display:none !important;
}
*:focus{
outline:0px !important;
} | assets/css/frame.css | .yp-content-selected *,.yp-content-selected{
cursor:auto !important;
}
.yp-selected:focus{
outline:none !important;
}
.yp-selected-tooltip{
position:absolute !important;
top:-9999px;
left:-9999px;
bottom:auto;
right:auto;
z-index:2147483645 !important;
overflow:hidden !important;
padding:4px 10px 4px 0 !important;
background:#4285F4 !important;
-webkit-border-radius: 0px 3px 0 0 !important;
-moz-border-radius: 0px 3px 0 0 !important;
border-radius: 0px 3px 0 0 !important;
color:#FFF !important;
font-size:11px !important;
line-height: 16px !important;
font-family:'Open Sans', sans-serif !important;
letter-spacing:0px !important;
word-spacing:0px !important;
font-weight:400 !important;
-moz-transform:none !important;
-webkit-transform:none !important;
-o-transform:none !important;
-ms-transform:none !important;
transform:none !important;
}
.hover-info-box{
-moz-transform:none !important;
-webkit-transform:none !important;
-o-transform:none !important;
-ms-transform:none !important;
transform:none !important;
-webkit-user-select: none !important;
-moz-user-select: none !important;
-ms-user-select: none !important;
user-select: none !important;
position:absolute !important;
background-color:#25A7DB !important;
opacity:0.3 !important;
pointer-events: none !important;
border-width:0px !important;
display:none !important;
z-index:2147483645 !important;
}
.yp-metric-disable .hover-info-box{
display:block !important;
}
body.yp-hide-borders-now .hover-info-box,body.yp-element-resizing .hover-info-box{
display:none !important;
}
.yp-small-tooltip{
padding-right:0px !important;
font-size:0px !important;
line-height:0px !important;
}
.yp-small-tooltip.yp-selected-tooltip small{
margin-right: 0px !important;
}
.yp-selected-handle{
position: absolute !important;
z-index:2147483645 !important;
overflow:hidden !important;
pointer-events: none !important;
cursor: move !important;
padding:0 !important;
background:#4285F4 !important;
color:#FFF !important;
font-size:0px !important;
background-size:16px 16px !important;
width: 20px !important;
height: 20px !important;
margin-top:-20px !important;
margin-left:-20px !important;
text-align: center !important;
line-height: 0px !important;
background-repeat: no-repeat !important;
background-position: 3px 2px !important;
background-image: url(../img/move.png) !important;
display:block !important;
-moz-transform:none !important;
-webkit-transform:none !important;
-o-transform:none !important;
-ms-transform:none !important;
transform:none !important;
}
.yp-size-handle{
position: absolute;
z-index:2147483645 !important;
pointer-events: none !important;
padding:4px 8px !important;
background:#484848 !important;
text-align: center !important;
display:block !important;
line-height:15px !important;
-moz-transform:none !important;
-webkit-transform:none !important;
-o-transform:none !important;
-ms-transform:none !important;
transform:none !important;
opacity:0.92 !important;
color:#EEE !important;
font-size:11px !important;
margin-top: 15px !important;
margin-left: -34px !important;
-webkit-border-radius: 3px 3px 3px 3px !important;
border-radius: 3px 3px 3px 3px !important;
font-family:'Open Sans', sans-serif !important;
font-weight:400px !important;
-webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,0.5) !important;
box-shadow: 0 0 5px 0 rgba(0,0,0,0.5) !important;
}
.yp-scolling .yp-size-handle{
display:none !important;
}
.yp-size-handle:after,body.yp-wireframe-mode .yp-size-handle:after{
bottom: 100%;
left: 50%;
border: solid transparent !important;
content: " " !important;
height: 0 !important;
width: 0 !important;
position: absolute !important;
pointer-events: none !important;
border-color: rgba(34, 34, 34, 0) !important;
border-bottom-color: #484848 !important;
border-width: 7px !important;
margin-left: -7px !important;
}
body:not(.yp-metric-disable) .yp-size-handle{
display:none !important;
}
body.yp-responsive-resizing .yp-size-handle{
display:none !important;
}
body.yp-has-transform .yp-selected-handle{
display:none !important;
}
body.yp-has-transform .yp-edit-menu{
display:none !important;
}
.yp-handle-small{
background-size:12px 12px !important;
width: 18px !important;
padding-right: 1px !important;
height: 15px !important;
}
body:not(.yp-inserting) .ready-for-drag{
position: relative !important;
}
.yp-selected-tooltip span{
padding-left:1px !important;
color:#AFE3FD !important;
font-size:11px !important;
line-height: 16px !important;
font-family:'Open Sans', sans-serif !important;
letter-spacing:0px !important;
word-spacing:0px !important;
font-weight:400 !important;
}
.yp-content-selected .yp-fixed-tooltip:not(.yp-tooltip-bottom-outside){
-webkit-border-radius: 0 !important;
-moz-border-radius: 0 !important;
border-radius: 0 !important;
position: fixed !important;
top: 0px !important;
bottom:auto !important;
}
.yp-fixed-tooltip{
-webkit-border-radius: 0 !important;
-moz-border-radius: 0 !important;
border-radius: 0 !important;
}
.yp-content-selected .yp-fixed-edit-menu{
position: fixed !important;
top: 0px !important;
bottom:auto !important;
background-position: 6px 7px !important;
}
.yp-content-selected .yp-fixed-bottom-edit-menu{
position: fixed !important;
top: auto !important;
bottom:0px !important;
background-position: 6px 8px !important;
}
.yp-tooltip-bottom-outside{
-webkit-border-radius: 0 0 3px 3px !important;
-moz-border-radius: 0 0 3px 3px !important;
border-radius: 0 0 3px 3px !important;
}
.yp-content-selected .yp-bottom-outside-edit-menu{
background-position:6px 7px !important;
}
.yp-content-selected .yp-fixed-tooltip-bottom{
position: fixed !important;
top: auto !important;
bottom:0px !important;
-webkit-border-radius: 0 !important;
-moz-border-radius: 0 !important;
border-radius: 0 !important;
}
.yp-selected-tooltip small{
padding:5px 9px !important;
display:inline !important;
background:rgba(0,0,0,0.1) !important;
margin:0px !important;
margin-right:5px !important;
font-family:'Open Sans', sans-serif !important;
letter-spacing:0px !important;
word-spacing:0px !important;
color:rgba(255,255,255,0.96) !important;
cursor:pointer !important;
line-height:16px !important;
font-size:11px !important;
font-weight:600 !important;
width:auto !important;
height:auto !important;
}
.yp-selected-boxed-margin-top,.yp-selected-boxed-margin-bottom,.yp-selected-boxed-margin-left,.yp-selected-boxed-margin-right{
background:rgba(245, 227, 67, 0.25) !important;
position: absolute !important;
z-index: 2147483643 !important;
pointer-events:none !important;
}
.yp-selected-boxed-margin-top,.yp-selected-boxed-margin-bottom,.yp-selected-boxed-margin-left,.yp-selected-boxed-margin-right{
display:none !important;
}
.yp-content-selected .yp-selected-boxed-margin-top,.yp-content-selected .yp-selected-boxed-margin-bottom,.yp-content-selected .yp-selected-boxed-margin-left,.yp-content-selected .yp-selected-boxed-margin-right{
display:block !important;
}
.yp-selected-boxed-padding-top,.yp-selected-boxed-padding-bottom,.yp-selected-boxed-padding-left,.yp-selected-boxed-padding-right{
background:transparent !important;
pointer-events: none !important;
position: absolute !important;
z-index: 2147483643 !important;
}
.yp-selected-boxed-padding-top,.yp-selected-boxed-padding-bottom,.yp-selected-boxed-padding-left,.yp-selected-boxed-padding-right{
display:none !important;
}
.yp-content-selected .yp-selected-boxed-padding-top,.yp-content-selected .yp-selected-boxed-padding-bottom,.yp-content-selected .yp-selected-boxed-padding-left,.yp-content-selected .yp-selected-boxed-padding-right{
display:block !important;
}
.yp-selected-boxed-top,.yp-selected-boxed-bottom{
border-top:1px solid #4285F4 !important;
position:absolute !important;
z-index:10000 !important;
}
body:not(.yp-content-selected) .yp-selected-boxed-top,body:not(.yp-content-selected) .yp-selected-boxed-bottom,body:not(.yp-content-selected) .yp-selected-boxed-left,body:not(.yp-content-selected) .yp-selected-boxed-right,body:not(.yp-content-selected) .yp-selected-others-box,body:not(.yp-content-selected) .yp-edit-menu,body:not(.yp-content-selected) .yp-selected-tooltip,body:not(.yp-content-selected) .yp-selected-tooltip *{
pointer-events:none !important;
}
.yp-selected-boxed-left,.yp-selected-boxed-right{
border-left:1px solid #4285F4 !important;
position:absolute !important;
z-index:10000 !important;
}
.yp-selected-others-box{
border:1px solid #4285F4 !important;
position:absolute !important;
z-index:10000 !important;
opacity:0.8;
}
.yp-content-selected .yp-selected-boxed-top,.yp-content-selected .yp-selected-boxed-bottom{
border-top-width:2px !important;
}
.yp-content-selected .yp-selected-boxed-left,.yp-content-selected .yp-selected-boxed-right{
border-left-width:2px !important;
}
.yp-content-selected .yp-selected-boxed-right{
margin-left:0px !important;
}
.yp-selected-boxed-bottom{
margin-top:-1px !important;
}
.yp-content-selected .yp-selected-boxed-bottom{
margin-top:-2px !important;
}
.yp-selected-tooltip,.yp-selected-handle,.yp-selected-boxed-top,.yp-selected-boxed-bottom,.yp-selected-boxed-left,.yp-selected-boxed-right,.yp-selected-others-box{
-webkit-box-shadow: 0px 0px 2px 0px rgba(66, 133, 244, 0.4) !important;
-moz-box-shadow: 0px 0px 2px 0px rgba(66, 133, 244, 0.4) !important !important;
-o-box-shadow: 0px 0px 2px 0px rgba(66, 133, 244, 0.4) !important;
box-shadow: 0px 0px 2px 0px rgba(66, 133, 244, 0.4) !important;
}
.yp-selected-handle{
-webkit-box-shadow: 0px 0px 2px 0px rgba(66, 133, 244, 1) !important;
-moz-box-shadow: 0px 0px 2px 0px rgba(66, 133, 244, 1) !important;
-o-box-shadow: 0px 0px 2px 0px rgba(66, 133, 244, 1) !important;
box-shadow: 0px 0px 2px 0px rgba(66, 133, 244, 1) !important;
}
/* Disable */
.yp-selector-disabled .yp-selected-tooltip,.yp-selector-disabled .yp-selected-boxed-bottom,.yp-selector-disabled .yp-selected-boxed-left,.yp-selector-disabled .yp-selected-boxed-right,.yp-selector-disabled .yp-selected-boxed-top,.yp-selector-disabled .yp-selected-others-box{
display:none !important;
}
.yp-selected.yp-content-selected .yp-edit-menu{
display:none !important;
}
.yp-full-width{
width:100% !important;
}
.context-menu-list li span::selection,.yp-selected-tooltip::selection,.yp-selected-tooltip small::selection,.yp-select-bar::selection,.yp-select-bar *:not(input)::selection{
background: transparent !important;
color:inherit !important;
text-shadow:none !important;
}
.context-menu-list li span::-moz-selection,.yp-selected-tooltip::-moz-selection,.yp-selected-tooltip small::-moz-selection,.yp-select-bar::-moz-selection,.yp-select-bar *:not(input)::-moz-selection{
background: transparent !important;
color:inherit !important;
text-shadow:none !important;
}
/* Hover */
.yp-selector-hover .yp-selected-tooltip,.yp-selector-hover .yp-selected-handle,.yp-selector-hover .yp-selected-boxed-top,.yp-selector-hover .yp-selected-boxed-bottom,.yp-selector-hover .yp-selected-boxed-left,.yp-selector-hover .yp-selected-boxed-right{
background-color:#FFCC33 !important;
-webkit-box-shadow: 0px 0px 2px 0px rgba(255, 204, 51, 0.4) !important;
-moz-box-shadow: 0px 0px 2px 0px rgba(255, 204, 51, 0.4) !important;
-o-box-shadow: 0px 0px 2px 0px rgba(255, 204, 51, 0.4) !important;
box-shadow: 0px 0px 2px 0px rgba(255, 204, 51, 0.4) !important;
}
.yp-selector-hover .yp-selected-others-box{
border-color:#FFCC33 !important;
-webkit-box-shadow: 0px 0px 2px 0px rgba(255, 204, 51, 0.4) !important;
-moz-box-shadow: 0px 0px 2px 0px rgba(255, 204, 51, 0.4) !important;
-o-box-shadow: 0px 0px 2px 0px rgba(255, 204, 51, 0.4) !important;
box-shadow: 0px 0px 2px 0px rgba(255, 204, 51, 0.4) !important;
}
.yp-selector-hover .yp-selected-boxed-bottom,.yp-selector-hover .yp-selected-boxed-left,.yp-selector-hover .yp-selected-boxed-right,.yp-selector-hover .yp-selected-boxed-top{
border-color:#FFCC33 !important;
}
/* hover Tooltip */
.yp-selector-hover .yp-selected-tooltip{
background:#FFCC33 !important;
color:#000 !important;
}
.yp-selector-hover .yp-selected-tooltip span{
color:#000 !important;
}
/* hover Tooltip small */
.yp-selector-hover .yp-selected-tooltip small{
background:#F3B807 !important;
color:#000 !important;
}
/* focus */
.yp-selector-focus .yp-selected-tooltip,.yp-selector-focus .yp-selected-handle,.yp-selector-focus .yp-selected-boxed-top,.yp-selector-focus .yp-selected-boxed-bottom,.yp-selector-focus .yp-selected-boxed-left,.yp-selector-focus .yp-selected-boxed-right{
background-color:#D21411 !important;
-webkit-box-shadow: 0px 0px 2px 0px rgba(210, 20, 17, 0.4) !important;
-moz-box-shadow: 0px 0px 2px 0px rgba(210, 20, 17, 0.4) !important;
-o-box-shadow: 0px 0px 2px 0px rgba(210, 20, 17, 0.4) !important;
box-shadow: 0px 0px 2px 0px rgba(210, 20, 17, 0.4) !important;
}
.yp-selector-focus .yp-selected-others-box{
border-color:#D21411 !important;
-webkit-box-shadow: 0px 0px 2px 0px rgba(210, 20, 17, 0.4) !important;
-moz-box-shadow: 0px 0px 2px 0px rgba(210, 20, 17, 0.4) !important;
-o-box-shadow: 0px 0px 2px 0px rgba(210, 20, 17, 0.4) !important;
box-shadow: 0px 0px 2px 0px rgba(210, 20, 17, 0.4) !important;
}
.yp-selector-focus .yp-selected-boxed-bottom,.yp-selector-focus .yp-selected-boxed-left,.yp-selector-focus .yp-selected-boxed-right,.yp-selector-focus .yp-selected-boxed-top{
border-color:#D21411 !important;
}
/* focus Tooltip */
.yp-selector-focus .yp-selected-tooltip{
background:#D21411 !important;
color:#FFF !important;
}
.yp-selector-focus .yp-selected-tooltip span{
color:#EEE !important;
}
/* focus Tooltip small */
.yp-selector-focus .yp-selected-tooltip small{
background:#C1120F !important;
color:#FFF !important;
}
html{
overflow-x:hidden !important;
}
.yp-live-editor-link{
display:none !important;
}
.yp-has-transform .yp-selected{
outline: 1px solid #4285F4 !important;
outline-offset:-1px !important;
}
.yp-selected-has-transform.yp-selected-others{
outline: 1px solid #4285F4 !important;
outline-offset:-1px !important;
}
.yp-selector-focus.yp-has-transform .yp-selected{
outline: 1px solid #D21411 !important;
outline-offset:-1px !important;
}
body.yp-selector-focus .yp-selected-has-transform.yp-selected-others{
outline: 1px solid #D21411 !important;
outline-offset:-1px !important;
}
.yp-selector-hover.yp-has-transform .yp-selected{
outline: 1px solid #FFCC33 !important;
outline-offset:-1px !important;
}
body.yp-selector-hover .yp-selected-has-transform.yp-selected-others{
outline: 1px solid #FFCC33 !important;
outline-offset:-1px !important;
}
.yp-content-selected.yp-has-transform .yp-selected{
outline: 2px solid #4285F4 !important;
outline-offset:-2px !important;
}
.yp-content-selected.yp-selector-focus.yp-has-transform .yp-selected{
outline: 2px solid #D21411 !important;
outline-offset:-2px !important;
}
.yp-content-selected.yp-selector-hover.yp-has-transform .yp-selected{
outline: 2px solid #FFCC33 !important;
outline-offset:-2px !important;
}
.yp-selected-others-multiable-box{
pointer-events:none !important;
}
body:not(.yp-control-key-down) .yp-selected-others-multiable-box{
display:none !important;
visibility:hidden !important;
}
.yp-has-transform .yp-selected-others{
outline: 1px solid #4285F4 !important;
outline-offset:-1px !important;
}
.yp-selector-focus.yp-has-transform .yp-selected-others{
outline: 1px solid #D21411 !important;
outline-offset:-1px !important;
}
.yp-selector-hover.yp-has-transform .yp-selected-others{
outline: 1px solid #FFCC33 !important;
outline-offset:-1px !important;
}
.yp-has-transform .yp-selected-tooltip,.yp-has-transform .yp-selected-boxed-margin-top,.yp-has-transform .yp-selected-boxed-margin-bottom,.yp-has-transform .yp-selected-boxed-margin-left,.yp-has-transform .yp-selected-boxed-margin-right,.yp-has-transform .yp-selected-boxed-top,.yp-has-transform .yp-selected-boxed-bottom,.yp-has-transform .yp-selected-boxed-left,.yp-has-transform .yp-selected-boxed-right,.yp-has-transform .yp-selected-others-box,.yp-has-transform .yp-selected-boxed-padding-top,.yp-has-transform .yp-selected-boxed-padding-bottom,.yp-has-transform .yp-selected-boxed-padding-left,.yp-has-transform .yp-selected-boxed-padding-right{
display:none !important;
}
body.yp-hide-borders-now .yp-selected-tooltip{
display:none !important;
}
body.yp-control-key-down .yp-selected-others-box{
pointer-events:none !important;
}
body.yp-hide-borders-now .yp-edit-menu{
display:none !important;
}
body.yp-hide-borders-now .yp-selected-boxed-top{
display:none !important;
}
body.yp-hide-borders-now .yp-selected-boxed-bottom{
display:none !important;
}
body.yp-hide-borders-now .yp-selected-boxed-left{
display:none !important;
}
body.yp-hide-borders-now .yp-selected-boxed-right{
display:none !important;
}
body.yp-hide-borders-now:not(.yp-dragging) .yp-selected-boxed-margin-top{
display:none !important;
}
body.yp-hide-borders-now:not(.yp-dragging) .yp-selected-boxed-margin-bottom{
display:none !important;
}
body.yp-hide-borders-now:not(.yp-dragging) .yp-selected-boxed-margin-left{
display:none !important;
}
body.yp-hide-borders-now:not(.yp-dragging) .yp-selected-boxed-margin-right{
display:none !important;
}
body.yp-hide-borders-now:not(.yp-dragging) .yp-selected-boxed-padding-top{
display:none !important;
}
body.yp-hide-borders-now:not(.yp-dragging) .yp-selected-boxed-padding-bottom{
display:none !important;
}
body.yp-hide-borders-now:not(.yp-dragging) .yp-selected-boxed-padding-left{
display:none !important;
}
body.yp-hide-borders-now:not(.yp-dragging) .yp-selected-boxed-padding-right{
display:none !important;
}
body.yp-hide-borders-now .yp-selected-others-box{
display:none !important;
}
body.yp-hide-borders-now .yp-selected-handle{
display:none !important;
}
body.yp-hide-borders-now.yp-has-transform .yp-selected{
outline:none !important;
outline-width:0px !important;
}
body.yp-hide-borders-now .yp-selected-has-transform.yp-selected-others{
outline:none !important;
outline-width:0px !important;
}
body.yp-hide-borders-now.yp-has-transform .yp-selected-others{
outline:none !important;
outline-width:0px !important;
}
body.yp-dragging.yp-hide-borders-now .yp-selected-handle{
display:none !important;
}
body.yp-dragging.yp-hide-borders-now .yp-selected{
outline: 2px solid #4285F4 !important;
outline-offset:-2px !important;
}
.yp-selected-boxed-padding-top,.yp-selected-boxed-padding-bottom{
border-right:1px dotted #4285F4;
}
.yp-selected-boxed-padding-left,.yp-selected-boxed-padding-right{
border-bottom:1px dotted #4285F4;
}
body.yp-selector-hover .yp-selected-boxed-padding-top,body.yp-selector-hover .yp-selected-boxed-padding-bottom{
border-right:1px dotted #FFCC33;
}
body.yp-selector-hover .yp-selected-boxed-padding-left,body.yp-selector-hover .yp-selected-boxed-padding-right{
border-bottom:1px dotted #FFCC33;
}
body.yp-selector-focus .yp-selected-boxed-padding-top,body.yp-selector-focus .yp-selected-boxed-padding-bottom{
border-right:1px dotted #D21411;
}
body.yp-selector-focus .yp-selected-boxed-padding-left,body.yp-selector-focus .yp-selected-boxed-padding-right{
border-bottom:1px dotted #D21411;
}
body.yp-selector-hover.yp-dragging.yp-hide-borders-now .yp-selected{
outline: 2px solid #FFCC33 !important;
}
body.yp-selector-focus.yp-dragging.yp-hide-borders-now .yp-selected{
outline: 2px solid #D21411 !important;
}
body.yp-dragging .tooltip-inner,body.yp-dragging .tooltip-arrow{
display:none !important;
}
body.yp-dragging.yp-hide-borders-now .yp-selected-others{
outline: 1px solid #4285F4 !important;
}
.yp-dragging .yp-selected{
-webkit-transition: top 0ms,left 0ms,right 0ms,bottom 0ms !important;
-moz-transition: top 0ms,left 0ms,right 0ms,bottom 0ms !important;
-ms-transition: top 0ms,left 0ms,right 0ms,bottom 0ms !important;
-o-transition: top 0ms,left 0ms,right 0ms,bottom 0ms !important;
transition: top 0ms,left 0ms,right 0ms,bottom 0ms !important;
}
body.yp-inserting .yp-selected,body.yp-inserting .yp-selected-others{
transition:none 0ms ease 0s !important;
-moz-transition:none 0ms ease 0s !important;
-ms-transition:none 0ms ease 0s !important;
-o-transition:none 0ms ease 0s !important;
}
.yp-selected-tooltip{
-webkit-transition: box-shadow 200ms ease !important;
-moz-transition: box-shadow 200ms ease !important;
-ms-transition: box-shadow 200ms ease !important;
-o-transition: box-shadow 200ms ease !important;
transition: box-shadow 200ms ease !important;
cursor:pointer !important;
padding-left:27px !important;
}
body.yp-selected .yp-selected-tooltip{
padding-left:0px !important;
}
body.yp-selected .yp-edit-menu{
display:none !important;
}
body:not(.yp-anim-creator) .yp-selected-tooltip:hover{
-webkit-box-shadow: 0px 0px 5px 2px rgba(66, 133, 244, 0.5) !important;
-moz-box-shadow: 0px 0px 5px 2px rgba(66, 133, 244, 0.5) !important;
-o-box-shadow: 0px 0px 5px 2px rgba(66, 133, 244, 0.5) !important;
box-shadow: 0px 0px 5px 2px rgba(66, 133, 244, 0.5) !important;
}
body.yp-selector-hover:not(.yp-anim-creator) .yp-selected-tooltip:hover{
-webkit-box-shadow: 0px 0px 5px 2px rgba(255, 204, 51, 0.5) !important;
-moz-box-shadow: 0px 0px 5px 2px rgba(255, 204, 51, 0.5) !important;
-o-box-shadow: 0px 0px 5px 2px rgba(255, 204, 51, 0.5) !important;
box-shadow: 0px 0px 5px 2px rgba(255, 204, 51, 0.5) !important;
}
body.yp-selector-focus:not(.yp-anim-creator) .yp-selected-tooltip:hover{
-webkit-box-shadow: 0px 0px 5px 2px rgba(210, 20, 17, 0.5) !important;
-moz-box-shadow: 0px 0px 5px 2px rgba(210, 20, 17, 0.5) !important;
-o-box-shadow: 0px 0px 5px 2px rgba(210, 20, 17, 0.5) !important;
box-shadow: 0px 0px 5px 2px rgba(210, 20, 17, 0.5) !important;
}
body.yp-selectors-hide.yp-has-transform .yp-selected,body.yp-selectors-hide.yp-has-transform .yp-selected-others{
outline:none !important;
outline-width:0px !important;
}
body.yp-selectors-hide .yp-selected-has-transform.yp-selected-others{
outline:none !important;
outline-width:0px !important;
}
.tooltip {
position: absolute;
z-index: 2147483648;
display: block;
font-style: normal;
font-weight: normal;
letter-spacing: normal;
line-break: auto;
line-height: 1.42857143;
text-align: left;
text-align: start;
text-decoration: none;
text-shadow: none;
text-transform: none;
white-space: normal;
word-break: normal;
word-spacing: normal;
word-wrap: normal;
font-size: 13px !important;
opacity: 0;
filter: alpha(opacity=0);
}
.tooltip.in {
opacity: 0.9 !important;
filter: alpha(opacity=90) !important;
}
.tooltip.top {
margin-top: -3px;
padding: 5px 0;
}
.tooltip.right {
margin-left: 3px;
padding: 0 5px;
}
.tooltip.bottom {
margin-top: 3px;
padding: 5px 0;
}
.tooltip.left {
margin-left: -3px;
padding: 0 5px;
}
.tooltip-inner {
max-width: 200px;
padding: 6px 8px !important;
color: #ffffff;
background-color: #2C3E50;
border-radius: 4px;
text-align:left !important;
font-family: Arial,"Helvetica Neue",Helvetica,sans-serif !important;
font-weight:400 !important;
}
.tooltip-arrow {
position: absolute;
width: 0;
height: 0;
border-color: transparent;
border-style: solid;
}
.tooltip.top .tooltip-arrow {
bottom: 0;
left: 50%;
margin-left: -5px;
border-width: 5px 5px 0;
border-top-color: #2C3E50;
}
.tooltip.top-left .tooltip-arrow {
bottom: 0;
right: 5px;
margin-bottom: -5px;
border-width: 5px 5px 0;
border-top-color: #2C3E50;
}
.tooltip.top-right .tooltip-arrow {
bottom: 0;
left: 5px;
margin-bottom: -5px;
border-width: 5px 5px 0;
border-top-color: #2C3E50;
}
.tooltip.right .tooltip-arrow {
top: 50%;
left: 0;
margin-top: -5px;
border-width: 5px 5px 5px 0;
border-right-color: #2C3E50;
}
.tooltip.left .tooltip-arrow {
top: 50%;
right: 0;
margin-top: -5px;
border-width: 5px 0 5px 5px;
border-left-color: #2C3E50;
}
.tooltip.bottom .tooltip-arrow {
top: 0;
left: 50%;
margin-left: -5px;
border-width: 0 5px 5px;
border-bottom-color: #2C3E50;
}
.tooltip.bottom-left .tooltip-arrow {
top: 0;
right: 5px;
margin-top: -5px;
border-width: 0 5px 5px;
border-bottom-color: #2C3E50;
}
.tooltip.bottom-right .tooltip-arrow {
top: 0;
left: 5px;
margin-top: -5px;
border-width: 0 5px 5px;
border-bottom-color: #2C3E50;
}
.yp-content-selected .yp-selected{
-webkit-transition: all 0ms ease !important;
-moz-transition: all 0ms ease !important;
-ms-transition: all 0ms ease !important;
-o-transition: all 0ms ease !important;
transition: all 0ms ease !important;
}
body.yp-element-resizing .yp-selected-handle{
display:none !important;
}
body.yp-content-selected .yp-selected-boxed-top:hover,body.yp-content-selected .yp-selected-boxed-bottom:hover{
border-color:#D21411 !important;
}
body.yp-content-selected .yp-selected-boxed-left:hover,body.yp-content-selected .yp-selected-boxed-right:hover{
border-color:#D21411 !important;
}
body.yp-element-resizing-width-left *,body.yp-element-resizing-width-right *{
cursor:e-resize !important;
}
body.yp-content-selected .yp-selected-boxed-right,body.yp-content-selected .yp-selected-boxed-left{
cursor:e-resize !important;
}
body.yp-element-resizing-height-bottom *,body.yp-element-resizing-height-top *{
cursor:n-resize !important;
}
body.yp-content-selected .yp-selected-boxed-bottom,body.yp-content-selected .yp-selected-boxed-top{
cursor:n-resize !important;
}
body.yp-element-resizing-height-bottom .yp-selected-boxed-bottom,body.yp-element-resizing-height-top .yp-selected-boxed-top,body.yp-element-resizing-width-left .yp-selected-boxed-left,body.yp-element-resizing-width-right .yp-selected-boxed-right{
border-color:#D21411 !important;
}
body.yp-element-resizing::selection {
text-shadow:none !important;
background-color:transparent !important;
color:inherit !important;
}
body.yp-element-resizing::-moz-selection {
text-shadow:none !important;
background-color:transparent !important;
color:inherit !important;
}
body.yp-element-resizing .yp-selected,body.yp-element-resizing .yp-selected-others{
-webkit-transition: all 0ms !important;
-moz-transition: all 0ms !important;
-ms-transition: all 0ms !important;
-o-transition: all 0ms !important;
transition: all 0ms !important;
}
body.yp-dragging *{
cursor:move !important;
}
body.yp-element-resizing .yp-selected-tooltip{
display:none !important;
}
body.yp-element-resizing .yp-edit-menu{
display:none !important;
}
.yp-edit-menu:hover{
-webkit-box-shadow:inset 0 0 5px 0 rgba(0,0,0,0.1);
box-shadow:inset 0 0 5px 0 rgba(0,0,0,0.1);
}
.yp-edit-menu{
padding: 0px !important;
display: inline !important;
background-color: rgba(0, 0, 0, 0.1) !important;
margin: 0px 5px 0px 0px !important;
font-family: "Open Sans",sans-serif !important;
cursor: pointer !important;
line-height: 0px !important;
font-size: 0px !important;
width: 26px !important;
height: 24px !important;
background-image: url("../img/menu.png");
background-position: 6px 8px;
background-repeat: no-repeat;
border-left: 1px solid rgba(0, 0, 0, 0.1);
border-right: 1px solid rgba(0, 0, 0, 0.1);
position:absolute;
top:-100px;
left:-100px;
z-index:2147483646 !important;
-webkit-transition: box-shadow 50ms ease;
-moz-transition: box-shadow 50ms ease;
-ms-transition: box-shadow 50ms ease;
-o-transition: box-shadow 50ms ease;
transition: box-shadow 50ms ease;
}
body:not(.yp-content-selected) .yp-selected-others,body:not(.yp-content-selected) .yp-selected{
cursor:crosshair !important;
}
.yp-animate-manager-playing .yp-selected-others,.yp-animate-manager-playing .yp-selected,.yp-animate-manager-playing.yp-selected-others,.yp-animate-manager-playing.yp-selected{
cursor:auto !important;
}
body:not(.yp-content-selected) .yp-selected-boxed-right,body:not(.yp-content-selected) .yp-selected-boxed-left,body:not(.yp-content-selected) .yp-selected-boxed-top,body:not(.yp-content-selected) .yp-selected-boxed-bottom{
cursor:crosshair !important;
}
.yp-content-selected.yp-control-key-down *, .yp-content-selected.yp-control-key-down{
cursor:crosshair !important;
}
.yp-content-selected.yp-control-key-down .yp-selected,.yp-content-selected.yp-control-key-down .yp-selected-others-box,.yp-content-selected.yp-control-key-down .yp-selected *,.yp-content-selected.yp-control-key-down .yp-selected-others-box *{
cursor:auto !important;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi){
.yp-edit-menu{
background-image: url("../img/menu-2x.png") !important;
background-size:14px 10px !important;
}
}
/* Wireframe mode */
body.yp-wireframe-mode *:not(.yp-helper-tooltip):not(.yp-x-distance-border):not(.yp-y-distance-border):not(.hover-info-box):not(.yp-size-handle):not(.yp-edit-menu):not(.yp-selected-tooltip):not(.yp-tooltip-small):not(.yp-selected-handle):not([class^="yp-selected-boxed-"]):not([class^="yp-selected-others-box"]):not(img):not(.ypdw):not(.ypdh),body.yp-wireframe-mode *:hover:not(.yp-size-handle):not(.hover-info-box):not(.yp-edit-menu):not(.yp-selected-tooltip):not(.yp-tooltip-small):not(.yp-selected-handle):not([class^="yp-selected-boxed-"]):not(img):not([class^="yp-selected-others-box"]):not(.ypdw):not(.ypdh):not(.yp-x-distance-border):not(.yp-y-distance-border):not(.yp-helper-tooltip),body.yp-wireframe-mode{
background:rgba(0, 0, 0, 0.1) !important;
background-image:none !important;
color:rgba(255,255,255,0.6) !important;
border-color:rgba(0, 0, 0, 0.1) !important;
outline-color:transparent !important;
-webkit-box-shadow:none !important;
-moz-box-shadow:none !important;
box-shadow:none !important;
text-shadow:none !important;
-webkit-border-radius:0px !important;
-moz-border-radius:0px !important;
border-radius:0px !important;
-webkit-transition: background 0ms ease !important;
-moz-transition: background 0ms ease !important;
-ms-transition: background 0ms ease !important;
-o-transition: background 0ms ease !important;
transition: background 0ms ease !important;
-webkit-filter:none !important;
-moz-filter:none !important;
filter:none !important;
}
body.yp-wireframe-mode *:before,body.yp-wireframe-mode *:after{
background:none !important;
background-image:none !important;
color:rgba(255,255,255,0.6) !important;
border-color:transparent !important;
outline-color:transparent !important;
-webkit-box-shadow:none !important;
-moz-box-shadow:none !important;
box-shadow:none !important;
text-shadow:none !important;
-webkit-border-radius:0px !important;
-moz-border-radius:0px !important;
border-radius:0px !important;
}
body.yp-wireframe-mode img{
background-color:rgba(0, 0, 0, 0.1) !important;
border-color:rgba(0, 0, 0, 0.1) !important;
outline-color:transparent !important;
-webkit-box-shadow:none !important;
-moz-box-shadow:none !important;
box-shadow:none !important;
-webkit-border-radius:0px !important;
-moz-border-radius:0px !important;
border-radius:0px !important;
object-position:-99999px -99999px !important;
background-image:url(../img/landspace1.svg) !important;
background-position:center !important;
background-size:50% !important;
background-repeat:no-repeat !important;
-webkit-filter:none !important;
-moz-filter:none !important;
filter:none !important;
}
body.yp-wireframe-mode .yp-selected-boxed-margin-top,body.yp-wireframe-mode .yp-selected-boxed-margin-bottom,body.yp-wireframe-mode .yp-selected-boxed-margin-left,body.yp-wireframe-mode .yp-selected-boxed-margin-right{
opacity:0.8 !important;
}
body.yp-wireframe-mode .hover-info-box{
background:#c0392b !important;
}
.yp-x-distance-border{
z-index:2147483645 !important;
pointer-events: none !important;
background:#52FF52 !important;
height:1px !important;
position:absolute !important;
width:auto;
display:none;
top:auto;
left:auto;
}
.yp-y-distance-border{
z-index:2147483645 !important;
pointer-events: none !important;
background:#52FF52 !important;
width:1px !important;
position:absolute !important;
height:auto;
display:none;
top:auto;
left:auto;
}
.yp-helper-tooltip{
position: absolute;
z-index:2147483645 !important;
pointer-events: none !important;
padding:4px 8px !important;
background:#484848 !important;
text-align: left !important;
display:block !important;
line-height:15px !important;
-moz-transform:none !important;
-webkit-transform:none !important;
-o-transform:none !important;
-ms-transform:none !important;
transform:none !important;
opacity:0.92 !important;
color:#EEE !important;
font-size:11px !important;
margin-top: -40px !important;
margin-left: 0px !important;
-webkit-border-radius: 3px 3px 3px 3px !important;
border-radius: 3px 3px 3px 3px !important;
font-family:'Open Sans', sans-serif !important;
font-weight:400px !important;
-webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,0.5) !important;
box-shadow: 0 0 5px 0 rgba(0,0,0,0.5) !important;
}
.yp-iframe-mouseleave .yp-size-handle{
display:none !important;
}
.yp-page-border-left,.yp-page-border-right{
z-index:2147483645 !important;
pointer-events: none !important;
border-left:1px dashed #B410B9 !important;
background: rgba(255, 255, 255, 0.60) !important;
width:0px !important;
position:fixed !important;
height:100% !important;
display:block;
top:0;
left:auto;
}
/* Top border resize handle */
.yp-selected-boxed-top:after{
content: "" !important;
width: 4px !important;
height: 4px !important;
background-color:transparent !important;
border: 1px solid #4285F4 !important;
position: absolute !important;
top: 50% !important;
right: 50% !important;
margin-top: -4px !important;
margin-right: -3px !important;
display:none !important;
-webkit-box-sizing: content-box !important;
-moz-box-sizing: content-box !important;
box-sizing: content-box !important;
}
.yp-content-selected .yp-selected-boxed-top:hover:after,.yp-element-resizing-height-top .yp-selected-boxed-top:after{
border-color:#D21411 !important;
}
.yp-content-selected .yp-selected-boxed-top:after{
display:block !important;
}
/* Bottom border resize handle */
.yp-selected-boxed-bottom:after{
content: "" !important;
width: 4px !important;
height: 4px !important;
background-color:transparent !important;
border: 1px solid #4285F4 !important;
position: absolute !important;
top: 50% !important;
right: 50% !important;
margin-top: -4px !important;
margin-right: -3px !important;
display:none !important;
-webkit-box-sizing: content-box !important;
-moz-box-sizing: content-box !important;
box-sizing: content-box !important;
}
.yp-content-selected .yp-selected-boxed-bottom:hover:after,.yp-element-resizing-height-bottom .yp-selected-boxed-bottom:after{
border-color:#D21411 !important;
}
.yp-content-selected .yp-selected-boxed-bottom:after{
display:block !important;
}
/* Right border resize handle */
.yp-selected-boxed-right:after{
content: "" !important;
width: 4px !important;
height: 4px !important;
background-color:transparent !important;
border: 1px solid #4285F4 !important;
position: absolute !important;
top: 50% !important;
right: 50% !important;
margin-top: -3px !important;
margin-right: -2px !important;
display:none !important;
-webkit-box-sizing: content-box !important;
-moz-box-sizing: content-box !important;
box-sizing: content-box !important;
}
.yp-content-selected .yp-selected-boxed-right:hover:after,.yp-element-resizing-width-right .yp-selected-boxed-right:after{
border-color:#D21411 !important;
}
.yp-content-selected .yp-selected-boxed-right:after{
display:block !important;
}
/* Left border resize handle */
.yp-selected-boxed-left:after{
content: "" !important;
width: 4px !important;
height: 4px !important;
background-color:transparent !important;
border: 1px solid #4285F4 !important;
position: absolute !important;
top: 50% !important;
left: 50% !important;
margin-top: -3px !important;
margin-left: -4px !important;
display:none !important;
-webkit-box-sizing: content-box !important;
-moz-box-sizing: content-box !important;
box-sizing: content-box !important;
}
.yp-content-selected .yp-selected-boxed-left:hover:after,.yp-element-resizing-width-left .yp-selected-boxed-left:after{
border-color:#D21411 !important;
}
.yp-content-selected .yp-selected-boxed-left:after{
display:block !important;
}
.yp-element-resizing-width-right .yp-selected,.yp-element-resizing-width-left .yp-selected{
max-width:none !important;
min-width:5px !important;
}
.yp-element-resizing-height-top .yp-selected,.yp-element-resizing-height-bottom .yp-selected{
max-height:none !important;
min-height:5px !important;
}
body.yp-mouseleave .hover-info-box{
display:none !important;
}
body.yp-iframe-mouseleave:not(.yp-responsive-device-mode) .hover-info-box{
display:none !important;
}
*:focus{
outline:0px !important;
} | 0.10532 | 0.063019 |
.logo
{
height: 50px;
width: 50px;
float: right;
display: inline-block;
background-color: #d5dae5;
border-top-left-radius: 50px;
border-bottom-left-radius: 50px;
border-top-right-radius: 50px;
border-bottom-right-radius: 50px;
}
.image
{
height: 50px;
width: 50px;
background-color: #d5dae5;
border-top-left-radius: 50px;
border-bottom-left-radius: 50px;
border-top-right-radius: 50px;
border-bottom-right-radius: 50px;
display: inline-block;
}
.top-left
{
position: absolute;
right: 1280px;
top: 10px;
}
.btn-success
{
height: 40px !important;
width: 40px;
border-top-left-radius: 50px;
border-bottom-left-radius: 50px;
border-top-right-radius: 50px;
border-bottom-right-radius: 50px;
}
.jumbotron-fluid
{
border-top-left-radius: 30px;
border-bottom-left-radius: 30px;
border-top-right-radius: 30px;
border-bottom-right-radius: 30px;
}
table tr:hover
{
background-color: #fff;
}
.imagechurchlogo
{
height: 150px;
width: 150px;
background-color: #d5dae5;
border-top-left-radius: 50px;
border-bottom-left-radius: 50px;
border-top-right-radius: 50px;
border-bottom-right-radius: 50px;
display: inline-block;
}
.indiv
{
height: 40px;
margin-top: 10px;
margin-left: 10px;
margin-right: 10px;
margin-bottom: 15px;
background-color: #c0ced3;
border-top-left-radius: 10px;
border-bottom-left-radius: 10px;
border-top-right-radius: 10px;
border-bottom-right-radius: 10px;
}
.indiv p
{
font-size: 24px;
}
.indiv a
{
align-items: center;
font-size: 20px;
}
.contain
{
height: 150px;
margin-top: 10px;
margin-left: 50px;
margin-right: 50px;
margin-bottom: 15px;
background-color: #c0ced3;
border-top-left-radius: 5px;
border-bottom-left-radius: 5px;
border-top-right-radius: 5px;
border-bottom-right-radius: 5px;
}
.main-main
{
height: auto;
background-color: #09486b;
margin-left: 10px;
margin-right: 10px;
} | public/Boot/css/front_end.css | .logo
{
height: 50px;
width: 50px;
float: right;
display: inline-block;
background-color: #d5dae5;
border-top-left-radius: 50px;
border-bottom-left-radius: 50px;
border-top-right-radius: 50px;
border-bottom-right-radius: 50px;
}
.image
{
height: 50px;
width: 50px;
background-color: #d5dae5;
border-top-left-radius: 50px;
border-bottom-left-radius: 50px;
border-top-right-radius: 50px;
border-bottom-right-radius: 50px;
display: inline-block;
}
.top-left
{
position: absolute;
right: 1280px;
top: 10px;
}
.btn-success
{
height: 40px !important;
width: 40px;
border-top-left-radius: 50px;
border-bottom-left-radius: 50px;
border-top-right-radius: 50px;
border-bottom-right-radius: 50px;
}
.jumbotron-fluid
{
border-top-left-radius: 30px;
border-bottom-left-radius: 30px;
border-top-right-radius: 30px;
border-bottom-right-radius: 30px;
}
table tr:hover
{
background-color: #fff;
}
.imagechurchlogo
{
height: 150px;
width: 150px;
background-color: #d5dae5;
border-top-left-radius: 50px;
border-bottom-left-radius: 50px;
border-top-right-radius: 50px;
border-bottom-right-radius: 50px;
display: inline-block;
}
.indiv
{
height: 40px;
margin-top: 10px;
margin-left: 10px;
margin-right: 10px;
margin-bottom: 15px;
background-color: #c0ced3;
border-top-left-radius: 10px;
border-bottom-left-radius: 10px;
border-top-right-radius: 10px;
border-bottom-right-radius: 10px;
}
.indiv p
{
font-size: 24px;
}
.indiv a
{
align-items: center;
font-size: 20px;
}
.contain
{
height: 150px;
margin-top: 10px;
margin-left: 50px;
margin-right: 50px;
margin-bottom: 15px;
background-color: #c0ced3;
border-top-left-radius: 5px;
border-bottom-left-radius: 5px;
border-top-right-radius: 5px;
border-bottom-right-radius: 5px;
}
.main-main
{
height: auto;
background-color: #09486b;
margin-left: 10px;
margin-right: 10px;
} | 0.524151 | 0.257018 |
@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400;600&display=swap');
/*font style: Patua One*/
@import url('https://fonts.googleapis.com/css2?family=Patua+One&display=swap');
/*font style: Open Sans*/
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600;800&display=swap');
:root {
/*aesthetic theme*/
--color-primary: #0d97ac;
--color-secondary: #e2532f;
--color-tertiary: #dda033;
--color-side: #065125;
--color-text: #e5e7eb;
}
html,
body {
margin: 0;
padding: 0;
width: 100%;
min-height: 100vh;
background-size: cover;
font-family: 'Quicksand', sans-serif;
opacity: 1;
display: flex;
flex-direction: column;
background-image: url('../images/bg4.jpg');
background-size: cover;
color: var(--color-primary);
scroll-behavior: smooth;
}
#loader {
position: fixed;
width: 100%;
height: 90vh;
z-index: 1;
overflow: visible;
background: var(--color-primary)
url('https://i.pinimg.com/originals/34/cc/62/34cc62d1df1c8328f56ae7a7acf2e83a.gif')
no-repeat center center;
}
.container-fluid {
padding-top: 10vh;
padding-bottom: 10vh;
}
.container-centre {
margin: auto;
max-width: 65vw;
}
/* styles for navbar */
.navbar {
padding-top: 1vh;
border: 0;
border-radius: 0;
margin-bottom: 0;
font-size: 1.5rem;
letter-spacing: 0.125rem;
background-color: var(--color-text) !important;
backdrop-filter: blur(10px);
}
/* -------------------------------------------------- */
@media screen and (max-width: 800px) {
#logo {
max-height: 2.25rem;
max-width: 2rem;
margin-right: 0.25rem;
}
.navbar-brand {
margin-right: 35vw;
}
}
@media only screen and (min-width: 768px) {
.navbar {
height: 15vh;
}
}
.navbar-brand {
font-size: 3.5vw;
color: var(--color-secondary) !important;
}
.navbar-brand:hover {
font-size: 3.5vw;
color: var(--color-primary) !important;
}
.navbar-brand a {
text-decoration: none;
color: inherit;
}
.navbar-brand-bold {
font-weight: 600;
}
.navbar-right {
margin: 0;
padding-top: 3vh;
}
.nav-link {
font-weight: 600;
font-size: 18px;
}
.navbar-right li a {
color: var(--color-primary) !important;
font-weight: bold;
margin: 0.4rem 0.6rem 0.3rem 0.6rem;
padding: 0.4rem 0.7rem 0.2rem 0.3rem;
}
.navbar-nav li a:hover {
color: var(--color-secondary) !important;
background-color: var(--color-text);
}
.btn {
margin: 6px;
}
/* ---------------------------------------------------- */
/* navbar links */
.logout {
margin-bottom: 3px;
background-color: var(--color-primary);
}
.logout:hover {
background-color: var(--color-text);
border: solid 0.5px var(--color-secondary) !important;
border-radius: 4px;
color: var(--color-secondary);
}
/* ---------------------------------------------------- */
/*navbar animation*/
.navbar-right a::before,
a::after {
content: '';
position: absolute;
width: 0%;
height: 0.3vh;
bottom: -0.14vh;
background: var(--color-text);
}
.navbar-right a::before {
left: 0;
}
.navbar-right a::after {
right: 0;
background: var(--color-secondary);
transition: width 0.8s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.navbar-right a:hover::before {
background: var(--color-secondary);
width: 100%;
transition: width 0.5s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.navbar-right a:hover::after {
background: transparent;
width: 100%;
transition: 0s;
}
/* ---------------------------------------------------------------- */
/* login page styles */
.log-in-btn {
color: var(--color-text);
background-color: var(--color-secondary);
border: solid 1px var(--color-secondary);
}
.log-in-btn:hover {
border: solid 1px var(--color-secondary);
color: var(--color-secondary) !important;
background-color: whitesmoke;
}
.form-group {
position: relative;
}
.password-icon {
position: absolute;
top: 70%;
right: 0.938rem;
transform: translate(0, -50%);
cursor: pointer;
font-size: 1.25rem;
background: none;
}
/* ------------------------------------------------------- */
/* sign up page styles */
.sign-up-place {
color: var(--color-secondary);
}
/* ------------------------------------------------------- */
/* text styles */
.heading-bold {
font-weight: bold;
}
.normal-heading-font {
font-family: 'Open Sans', sans-serif;
margin-top: 3rem;
}
.heading {
padding-top: 1.5rem;
}
.heading-centre {
text-align: center;
padding: 1rem;
}
.content-body-font {
font-size: 1.3rem;
}
.f-size-22px {
font-size: 22px;
}
.f-size-2-4rem {
font-size: 2.4rem;
}
.fweight-600 {
font-weight: 600;
}
/* --------------------------------------------------------------- */
/* Home page styles */
.anynew,
.anylook {
margin-top: 25px;
}
.posts-section {
margin-top: 1.4vh;
margin-bottom: 2.8vh;
}
.post-preview-font {
font-size: 1rem;
}
.post-content-font {
font-size: 1.1rem;
}
.post-preview {
background-color: rgba(229, 231, 235, 0.5);
margin: 0.8rem;
padding: 1.9rem;
border-radius: 1rem;
}
.post-date-font {
font-size: 0.9rem;
}
.post-margin {
margin-bottom: 4.1vh;
}
.qty {
font-weight: bold;
font-size: 1.4rem;
}
.min-w-10em {
min-width: 10em;
}
/* ------------------------------------------------------------- */
/* Post page styles */
.post-heading {
font-family: '<NAME>', cursive;
font-size: 3.4rem;
}
.comment {
border: 0.13rem solid rgb(223, 220, 220);
border-radius: 0.4rem;
padding: 1.3rem;
margin-bottom: 1.3rem;
box-shadow: 0rem 0rem 0.07rem 0rem;
}
/* ------------------------------------------------------------ */
/* Input boxes and placeholder text styles */
.form-control {
width: 100%;
border: 2px solid var(--color-secondary);
height: 50px;
border-radius: 8px;
}
.form-control::-webkit-input-placeholder {
font-family: 'Open Sans', sans-serif;
font-size: 150%;
}
.form-control:-ms-input-placeholder {
font-family: 'Open Sans', sans-serif;
font-size: 150%;
}
.form-control:-moz-placeholder {
font-family: 'Open Sans', sans-serif;
font-size: 150%;
}
.form-control::-ms-input-placeholder {
font-family: 'Open Sans', sans-serif;
font-size: 150%;
}
.form-control::-moz-placeholder {
font-family: 'Open Sans', sans-serif;
font-size: 150%;
}
.quantityForm {
margin-top: 1.3rem;
}
.darkmode-layer,
.darkmode-toggle {
z-index: 500;
outline: none;
}
.darkmode--activated #nav-id {
background-color: var(--color-text) !important;
}
.orderForms {
align-items: center;
justify-content: space-between;
}
.orderSelect {
padding: 0.2rem 0.4rem 0.36rem 0.4rem;
font-family: 'Open Sans', sans-serif;
font-size: 130%;
border: 2px solid var(--color-secondary);
border-radius: 8px;
}
input[name='perPage'] {
border: 2px solid var(--color-secondary);
border-radius: 8px;
font-family: 'Open Sans', sans-serif;
font-size: 110%;
text-align: center;
padding-bottom: 0.3rem;
padding-top: 0.13rem;
}
.search-form {
display: flex;
width: 100%;
}
.search-btn,
.filter-btn {
margin-left: 0.7rem;
font-weight: 800;
border: 0rem;
transition: all 1.5s;
background-color: var(--color-secondary) !important;
}
.search-btn:hover,
.filter-btn:hover,
.compose-btn:hover {
background-color: var(--color-primary);
}
.search-btn:hover span:after {
opacity: 1;
right: 0;
}
.compose-btn {
background-color: var(--color-primary);
transition: all 1.5s;
border: 0rem;
font-weight: 800;
}
.block {
display: block;
width: 100%;
border: none;
background-color: var(--color-primary);
padding: 14px 28px;
font-size: 16px;
cursor: pointer;
text-align: center;
}
.hEBnKS {
z-index: 1;
right: 1rem !important;
bottom: 0rem !important;
position: absolute !important;
width: 3.8rem !important;
height: 3.2rem !important;
}
/* ------------------------------------------------------- */
/* Button Styles */
.button {
display: inline-block;
font-family: 'Montserrat', 'Trebuchet MS', Helvetica, sans-serif;
-webkit-font-smoothing: antialiased;
position: relative;
padding: 0.4em 1.4em;
padding-right: 3.7em;
background: var(--color-secondary);
border: none;
color: white;
transition: 0.2s;
border: 3px solid white;
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.5), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.button:before,
.button:after {
position: absolute;
top: 0;
bottom: 0;
right: 0;
padding-top: inherit;
padding-bottom: inherit;
width: 2.8em;
content: '\00a0';
font-family: 'FontAwesome', sans-serif;
font-size: 1.2em;
text-align: center;
transition: 0.2s;
transform-origin: 50% 60%;
}
.button:before {
background: rgba(0, 0, 0, 0.1);
}
.button:hover {
background: #129fb4;
}
.button:active,
.button:focus {
background: var(--color-primary);
outline: none;
}
.button {
min-width: 15em;
}
.btnFrame {
background: var(--color-primary);
}
.btnFrame:hover {
background: #e75d3b;
color: white;
}
.f-btn {
font-family: 'Montserrat', 'Trebuchet MS', Helvetica, sans-serif;
color: white;
transition: 0.2s;
border: 0.1875rem solid white;
box-shadow: 0 0.25rem 0.5rem 0 rgba(0, 0, 0, 0.5),
0 0.375rem 1.25rem 0 rgba(0, 0, 0, 0.19);
}
.btnFrame:active,
.btnFrame:focus {
background: var(--color-secondary);
}
.likebtn:after {
content: '\F164';
}
.arrow:after {
content: '\F054';
}
.arrow:hover:after {
-webkit-animation: bounceright 0.3s alternate ease infinite;
animation: bounceright 0.3s alternate ease infinite;
}
.del {
background: var(--color-secondary);
margin-left: 5px;
}
.del:hover {
background: #eb390d;
}
.del:active,
.del:focus {
background: var(--color-secondary);
}
.del:after {
content: '\F1F8';
}
.del:hover:after {
-webkit-animation: wiggle 0.15s alternate ease infinite;
animation: wiggle 0.15s alternate ease infinite;
}
.edit:after {
content: '\F044';
}
.pen:after {
content: '\F304';
}
.pen:hover:after {
-webkit-animation: none;
-webkit-transform: rotate(20deg);
animation: none;
transform: rotate(-45deg);
text-indent: 0.1em;
}
.read {
background: var(--color-secondary);
color: var(--color-text);
}
.read:hover {
background: #129fb4;
}
.read:active,
.read:focus {
background: var(--color-primary);
}
.read:after {
content: '\F4D5';
}
.read:hover:after {
-webkit-animation: none;
-webkit-transform: scale(1.4);
animation: none;
transform: scale(1.4);
}
.search:after {
content: '\f002';
}
.search:hover:after {
-webkit-animation: none;
-webkit-transform: scale(1.4);
animation: none;
transform: scale(1.4);
}
.commenting {
background: var(--color-primary);
}
.commenting:hover {
background: #129fb4;
}
.commenting:active,
.commenting:focus {
background: var(--color-primary);
}
.commenting:after {
content: '\F075';
}
.commenting:hover:after {
-webkit-animation: none;
-webkit-transform: rotate(360deg);
animation: none;
transform: rotate(360deg);
text-indent: 0.1em;
}
.publish {
background: var(--color-secondary);
}
.publish:hover {
background: var(--color-primary);
}
.publish:active,
.publish:focus {
background: var(--color-primary);
}
.publish:after {
content: '\F064';
}
.publish:hover:after {
-webkit-animation: none;
-webkit-transform: rotate(360deg);
animation: none;
transform: rotate(360deg);
text-indent: 0.1em;
}
.pagebtn {
min-width: 10em;
padding-bottom: 0.2rem;
padding-top: 0.4rem;
}
.content.like-active {
background-color: #e2532f;
}
.like:before {
color: black;
content: 'Like';
}
.like.like-active:before {
color: white;
content: 'Liked';
}
/*----------------------------------------------------*/
/* footer styles */
.footer-class {
background-color: var(--color-text);
color: var(--color-primary) !important;
}
.footer-txt {
color: var(--color-secondary);
}
.list-unstyled {
margin-left: 1.125rem;
}
.difference-fix {
mix-blend-mode: difference !important;
}
.list-unstyled {
margin-left: 1.125rem;
}
.footer-bg {
background-color: #07527e;
}
.pl-5-per {
padding-left: 5%;
}
.pr-3-per {
padding-right: 3%;
}
.footer-bg-dark {
background-color: rgb(14, 50, 80);
}
.footer-heading {
color: rgb(255, 231, 10);
}
.social-icon {
font-size: 2rem;
margin-right: 1em;
}
.facebook {
color: #7ca1f3;
}
.instagram {
color: #fbad50;
}
.linkedin {
color: #0e89a8;
}
.youtube {
color: #ff0000;
}
.twitter {
color: #00abee;
}
/* ---------------------------------------------------- */
/* Custom ScrollBar */
::-webkit-scrollbar {
width: 10px;
}
::-webkit-scrollbar-track {
width: 0px;
border-radius: 0px;
background: transparent;
}
::-webkit-scrollbar-thumb {
width: 10px;
border-radius: 5px;
background-color: #129fb4;
background-image: -webkit-linear-gradient(
45deg,
#e2532f 20%,
transparent 20%,
transparent 40%,
#e2532f 40%,
#e2532f 60%,
transparent 60%,
transparent 80%,
#e2532f 80%
);
}
::-webkit-scrollbar-thumb:hover {
transition: all 0.1s ease-in-out;
filter: blur(20px);
}
/* -------------------------------------------- */
/* Scroll To Top Button */
.back-to-top {
background: transparent;
position: fixed;
bottom: 0.5rem;
right: 49%;
color: #fff !important;
border: 2px solid;
background-color: var(--color-primary);
transition: all 0.5s ease-in-out;
}
.back-to-top:hover,
.back-to-top:focus {
background-color: var(--color-secondary);
border-radius: 5em;
}
/* Flag button */
.btn-flag {
color: white;
background: var(--color-secondary);
} | public/css/styles.css |
@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400;600&display=swap');
/*font style: Patua One*/
@import url('https://fonts.googleapis.com/css2?family=Patua+One&display=swap');
/*font style: Open Sans*/
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600;800&display=swap');
:root {
/*aesthetic theme*/
--color-primary: #0d97ac;
--color-secondary: #e2532f;
--color-tertiary: #dda033;
--color-side: #065125;
--color-text: #e5e7eb;
}
html,
body {
margin: 0;
padding: 0;
width: 100%;
min-height: 100vh;
background-size: cover;
font-family: 'Quicksand', sans-serif;
opacity: 1;
display: flex;
flex-direction: column;
background-image: url('../images/bg4.jpg');
background-size: cover;
color: var(--color-primary);
scroll-behavior: smooth;
}
#loader {
position: fixed;
width: 100%;
height: 90vh;
z-index: 1;
overflow: visible;
background: var(--color-primary)
url('https://i.pinimg.com/originals/34/cc/62/34cc62d1df1c8328f56ae7a7acf2e83a.gif')
no-repeat center center;
}
.container-fluid {
padding-top: 10vh;
padding-bottom: 10vh;
}
.container-centre {
margin: auto;
max-width: 65vw;
}
/* styles for navbar */
.navbar {
padding-top: 1vh;
border: 0;
border-radius: 0;
margin-bottom: 0;
font-size: 1.5rem;
letter-spacing: 0.125rem;
background-color: var(--color-text) !important;
backdrop-filter: blur(10px);
}
/* -------------------------------------------------- */
@media screen and (max-width: 800px) {
#logo {
max-height: 2.25rem;
max-width: 2rem;
margin-right: 0.25rem;
}
.navbar-brand {
margin-right: 35vw;
}
}
@media only screen and (min-width: 768px) {
.navbar {
height: 15vh;
}
}
.navbar-brand {
font-size: 3.5vw;
color: var(--color-secondary) !important;
}
.navbar-brand:hover {
font-size: 3.5vw;
color: var(--color-primary) !important;
}
.navbar-brand a {
text-decoration: none;
color: inherit;
}
.navbar-brand-bold {
font-weight: 600;
}
.navbar-right {
margin: 0;
padding-top: 3vh;
}
.nav-link {
font-weight: 600;
font-size: 18px;
}
.navbar-right li a {
color: var(--color-primary) !important;
font-weight: bold;
margin: 0.4rem 0.6rem 0.3rem 0.6rem;
padding: 0.4rem 0.7rem 0.2rem 0.3rem;
}
.navbar-nav li a:hover {
color: var(--color-secondary) !important;
background-color: var(--color-text);
}
.btn {
margin: 6px;
}
/* ---------------------------------------------------- */
/* navbar links */
.logout {
margin-bottom: 3px;
background-color: var(--color-primary);
}
.logout:hover {
background-color: var(--color-text);
border: solid 0.5px var(--color-secondary) !important;
border-radius: 4px;
color: var(--color-secondary);
}
/* ---------------------------------------------------- */
/*navbar animation*/
.navbar-right a::before,
a::after {
content: '';
position: absolute;
width: 0%;
height: 0.3vh;
bottom: -0.14vh;
background: var(--color-text);
}
.navbar-right a::before {
left: 0;
}
.navbar-right a::after {
right: 0;
background: var(--color-secondary);
transition: width 0.8s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.navbar-right a:hover::before {
background: var(--color-secondary);
width: 100%;
transition: width 0.5s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.navbar-right a:hover::after {
background: transparent;
width: 100%;
transition: 0s;
}
/* ---------------------------------------------------------------- */
/* login page styles */
.log-in-btn {
color: var(--color-text);
background-color: var(--color-secondary);
border: solid 1px var(--color-secondary);
}
.log-in-btn:hover {
border: solid 1px var(--color-secondary);
color: var(--color-secondary) !important;
background-color: whitesmoke;
}
.form-group {
position: relative;
}
.password-icon {
position: absolute;
top: 70%;
right: 0.938rem;
transform: translate(0, -50%);
cursor: pointer;
font-size: 1.25rem;
background: none;
}
/* ------------------------------------------------------- */
/* sign up page styles */
.sign-up-place {
color: var(--color-secondary);
}
/* ------------------------------------------------------- */
/* text styles */
.heading-bold {
font-weight: bold;
}
.normal-heading-font {
font-family: 'Open Sans', sans-serif;
margin-top: 3rem;
}
.heading {
padding-top: 1.5rem;
}
.heading-centre {
text-align: center;
padding: 1rem;
}
.content-body-font {
font-size: 1.3rem;
}
.f-size-22px {
font-size: 22px;
}
.f-size-2-4rem {
font-size: 2.4rem;
}
.fweight-600 {
font-weight: 600;
}
/* --------------------------------------------------------------- */
/* Home page styles */
.anynew,
.anylook {
margin-top: 25px;
}
.posts-section {
margin-top: 1.4vh;
margin-bottom: 2.8vh;
}
.post-preview-font {
font-size: 1rem;
}
.post-content-font {
font-size: 1.1rem;
}
.post-preview {
background-color: rgba(229, 231, 235, 0.5);
margin: 0.8rem;
padding: 1.9rem;
border-radius: 1rem;
}
.post-date-font {
font-size: 0.9rem;
}
.post-margin {
margin-bottom: 4.1vh;
}
.qty {
font-weight: bold;
font-size: 1.4rem;
}
.min-w-10em {
min-width: 10em;
}
/* ------------------------------------------------------------- */
/* Post page styles */
.post-heading {
font-family: '<NAME>', cursive;
font-size: 3.4rem;
}
.comment {
border: 0.13rem solid rgb(223, 220, 220);
border-radius: 0.4rem;
padding: 1.3rem;
margin-bottom: 1.3rem;
box-shadow: 0rem 0rem 0.07rem 0rem;
}
/* ------------------------------------------------------------ */
/* Input boxes and placeholder text styles */
.form-control {
width: 100%;
border: 2px solid var(--color-secondary);
height: 50px;
border-radius: 8px;
}
.form-control::-webkit-input-placeholder {
font-family: 'Open Sans', sans-serif;
font-size: 150%;
}
.form-control:-ms-input-placeholder {
font-family: 'Open Sans', sans-serif;
font-size: 150%;
}
.form-control:-moz-placeholder {
font-family: 'Open Sans', sans-serif;
font-size: 150%;
}
.form-control::-ms-input-placeholder {
font-family: 'Open Sans', sans-serif;
font-size: 150%;
}
.form-control::-moz-placeholder {
font-family: 'Open Sans', sans-serif;
font-size: 150%;
}
.quantityForm {
margin-top: 1.3rem;
}
.darkmode-layer,
.darkmode-toggle {
z-index: 500;
outline: none;
}
.darkmode--activated #nav-id {
background-color: var(--color-text) !important;
}
.orderForms {
align-items: center;
justify-content: space-between;
}
.orderSelect {
padding: 0.2rem 0.4rem 0.36rem 0.4rem;
font-family: 'Open Sans', sans-serif;
font-size: 130%;
border: 2px solid var(--color-secondary);
border-radius: 8px;
}
input[name='perPage'] {
border: 2px solid var(--color-secondary);
border-radius: 8px;
font-family: 'Open Sans', sans-serif;
font-size: 110%;
text-align: center;
padding-bottom: 0.3rem;
padding-top: 0.13rem;
}
.search-form {
display: flex;
width: 100%;
}
.search-btn,
.filter-btn {
margin-left: 0.7rem;
font-weight: 800;
border: 0rem;
transition: all 1.5s;
background-color: var(--color-secondary) !important;
}
.search-btn:hover,
.filter-btn:hover,
.compose-btn:hover {
background-color: var(--color-primary);
}
.search-btn:hover span:after {
opacity: 1;
right: 0;
}
.compose-btn {
background-color: var(--color-primary);
transition: all 1.5s;
border: 0rem;
font-weight: 800;
}
.block {
display: block;
width: 100%;
border: none;
background-color: var(--color-primary);
padding: 14px 28px;
font-size: 16px;
cursor: pointer;
text-align: center;
}
.hEBnKS {
z-index: 1;
right: 1rem !important;
bottom: 0rem !important;
position: absolute !important;
width: 3.8rem !important;
height: 3.2rem !important;
}
/* ------------------------------------------------------- */
/* Button Styles */
.button {
display: inline-block;
font-family: 'Montserrat', 'Trebuchet MS', Helvetica, sans-serif;
-webkit-font-smoothing: antialiased;
position: relative;
padding: 0.4em 1.4em;
padding-right: 3.7em;
background: var(--color-secondary);
border: none;
color: white;
transition: 0.2s;
border: 3px solid white;
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.5), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.button:before,
.button:after {
position: absolute;
top: 0;
bottom: 0;
right: 0;
padding-top: inherit;
padding-bottom: inherit;
width: 2.8em;
content: '\00a0';
font-family: 'FontAwesome', sans-serif;
font-size: 1.2em;
text-align: center;
transition: 0.2s;
transform-origin: 50% 60%;
}
.button:before {
background: rgba(0, 0, 0, 0.1);
}
.button:hover {
background: #129fb4;
}
.button:active,
.button:focus {
background: var(--color-primary);
outline: none;
}
.button {
min-width: 15em;
}
.btnFrame {
background: var(--color-primary);
}
.btnFrame:hover {
background: #e75d3b;
color: white;
}
.f-btn {
font-family: 'Montserrat', 'Trebuchet MS', Helvetica, sans-serif;
color: white;
transition: 0.2s;
border: 0.1875rem solid white;
box-shadow: 0 0.25rem 0.5rem 0 rgba(0, 0, 0, 0.5),
0 0.375rem 1.25rem 0 rgba(0, 0, 0, 0.19);
}
.btnFrame:active,
.btnFrame:focus {
background: var(--color-secondary);
}
.likebtn:after {
content: '\F164';
}
.arrow:after {
content: '\F054';
}
.arrow:hover:after {
-webkit-animation: bounceright 0.3s alternate ease infinite;
animation: bounceright 0.3s alternate ease infinite;
}
.del {
background: var(--color-secondary);
margin-left: 5px;
}
.del:hover {
background: #eb390d;
}
.del:active,
.del:focus {
background: var(--color-secondary);
}
.del:after {
content: '\F1F8';
}
.del:hover:after {
-webkit-animation: wiggle 0.15s alternate ease infinite;
animation: wiggle 0.15s alternate ease infinite;
}
.edit:after {
content: '\F044';
}
.pen:after {
content: '\F304';
}
.pen:hover:after {
-webkit-animation: none;
-webkit-transform: rotate(20deg);
animation: none;
transform: rotate(-45deg);
text-indent: 0.1em;
}
.read {
background: var(--color-secondary);
color: var(--color-text);
}
.read:hover {
background: #129fb4;
}
.read:active,
.read:focus {
background: var(--color-primary);
}
.read:after {
content: '\F4D5';
}
.read:hover:after {
-webkit-animation: none;
-webkit-transform: scale(1.4);
animation: none;
transform: scale(1.4);
}
.search:after {
content: '\f002';
}
.search:hover:after {
-webkit-animation: none;
-webkit-transform: scale(1.4);
animation: none;
transform: scale(1.4);
}
.commenting {
background: var(--color-primary);
}
.commenting:hover {
background: #129fb4;
}
.commenting:active,
.commenting:focus {
background: var(--color-primary);
}
.commenting:after {
content: '\F075';
}
.commenting:hover:after {
-webkit-animation: none;
-webkit-transform: rotate(360deg);
animation: none;
transform: rotate(360deg);
text-indent: 0.1em;
}
.publish {
background: var(--color-secondary);
}
.publish:hover {
background: var(--color-primary);
}
.publish:active,
.publish:focus {
background: var(--color-primary);
}
.publish:after {
content: '\F064';
}
.publish:hover:after {
-webkit-animation: none;
-webkit-transform: rotate(360deg);
animation: none;
transform: rotate(360deg);
text-indent: 0.1em;
}
.pagebtn {
min-width: 10em;
padding-bottom: 0.2rem;
padding-top: 0.4rem;
}
.content.like-active {
background-color: #e2532f;
}
.like:before {
color: black;
content: 'Like';
}
.like.like-active:before {
color: white;
content: 'Liked';
}
/*----------------------------------------------------*/
/* footer styles */
.footer-class {
background-color: var(--color-text);
color: var(--color-primary) !important;
}
.footer-txt {
color: var(--color-secondary);
}
.list-unstyled {
margin-left: 1.125rem;
}
.difference-fix {
mix-blend-mode: difference !important;
}
.list-unstyled {
margin-left: 1.125rem;
}
.footer-bg {
background-color: #07527e;
}
.pl-5-per {
padding-left: 5%;
}
.pr-3-per {
padding-right: 3%;
}
.footer-bg-dark {
background-color: rgb(14, 50, 80);
}
.footer-heading {
color: rgb(255, 231, 10);
}
.social-icon {
font-size: 2rem;
margin-right: 1em;
}
.facebook {
color: #7ca1f3;
}
.instagram {
color: #fbad50;
}
.linkedin {
color: #0e89a8;
}
.youtube {
color: #ff0000;
}
.twitter {
color: #00abee;
}
/* ---------------------------------------------------- */
/* Custom ScrollBar */
::-webkit-scrollbar {
width: 10px;
}
::-webkit-scrollbar-track {
width: 0px;
border-radius: 0px;
background: transparent;
}
::-webkit-scrollbar-thumb {
width: 10px;
border-radius: 5px;
background-color: #129fb4;
background-image: -webkit-linear-gradient(
45deg,
#e2532f 20%,
transparent 20%,
transparent 40%,
#e2532f 40%,
#e2532f 60%,
transparent 60%,
transparent 80%,
#e2532f 80%
);
}
::-webkit-scrollbar-thumb:hover {
transition: all 0.1s ease-in-out;
filter: blur(20px);
}
/* -------------------------------------------- */
/* Scroll To Top Button */
.back-to-top {
background: transparent;
position: fixed;
bottom: 0.5rem;
right: 49%;
color: #fff !important;
border: 2px solid;
background-color: var(--color-primary);
transition: all 0.5s ease-in-out;
}
.back-to-top:hover,
.back-to-top:focus {
background-color: var(--color-secondary);
border-radius: 5em;
}
/* Flag button */
.btn-flag {
color: white;
background: var(--color-secondary);
} | 0.387922 | 0.074973 |
---------------------------------------------------------------------- /
*
* 1 - Import Google Font
* 2 - Global Style
* 2.1 - Next Section
* 2.2 - Social Button
* 2.3 - Placeholder color
* 2.4 - Height Resize
* 3 - Main Menu
* 4 - Page Top Section
* 5 - About Us Section
* 6 - Subscribe Section
* 7 - Contact Section
* 8 - Footer Section
* 9 - Media Query
* 9.1 - media screen and (max-width: 992px)
* 9.2 - media screen and (max-width: 768px)
* 9.3 - media screen and (max-width: 1170px)
* 10 - Preloader
*
---------------------------------------------------------------------- */
/* 1 - Import Google Font
---------------------------------------------------------------------- */
@import url(http://fonts.googleapis.com/css?family=Pacifico);
@import url(http://fonts.googleapis.com/css?family=Roboto:400,300,400italic,700);
/* 1 - Import Google Font End
---------------------------------------------------------------------- */
/* 2 - Global Style
---------------------------------------------------------------------- */
body{
font-family:'Roboto', sans-serif;
color:#fff;
-webkit-font-smoothing:antialiased;
-moz-osx-font-smoothing:grayscale;
}
a{
color: #3498db;
}
a:focus{
outline:none;
outline-offset:inherit;
}
.section-style{
background-attachment:inherit;
background-position:50% 0;
background-repeat:no-repeat;
margin:0 auto;
width:100%;
background-size:cover;
}
.pattern{
background:rgba(0,0,0,.5) url(../images/pattern.png);
padding-top:100px;
}
.container{
overflow:hidden;
}
.section-name{
font-weight:700;
text-align:center;
text-transform:uppercase;
margin:0;
}
.section-name span{
display:inline-block;
position:relative;
padding-bottom:15px;
}
.section-name span:before,
.section-name span:after{
content:"";
width:100%;
height:10px;
border-bottom:1px double #fff;
position:absolute;
left:0;
}
.section-name span:before{
bottom:0;
}
.section-name span:after{
bottom:2px;
}
.section-title{
text-align:center;
text-transform:uppercase;
font-weight:300;
font-size:80px;
}
.section-description{
font-weight:300;
text-align:center;
line-height:30px;
}
.form-control{
padding: 6px 30px;
}
.form-control,
.btn{
background-color:transparent;
-webkit-border-radius:0;
-moz-border-radius:0;
-ms-border-radius:0;
-o-border-radius:0;
border-radius:0;
-webkit-transition:all .25s;
-moz-transition:all .25s;
-ms-transition:all .25s;
-o-transition:all .25s;
transition:all .25s;
}
.btn:focus, .btn:active:focus, .btn.active:focus {
outline: none;
color: #ffffff;
}
.form-control,
.form-control:focus{
border-color:#fff;
color:#fff;
-webkit-box-shadow:none;
-moz-box-shadow:none;
-ms-box-shadow:none;
-o-box-shadow:none;
box-shadow:none;
}
/* 2.1 - Next Section
------------------------------------------ */
.next-section{
text-align:center;
}
.next-section a{
cursor:pointer;
display:inline-block;
width:120px;
height:120px;
-webkit-border-radius:100%;
-moz-border-radius:100%;
-ms-border-radius:100%;
-o-border-radius:100%;
border-radius:100%;
background-color:rgba(0,0,0,.2);
box-shadow: 0 0 1px rgba(255,255,255,.2);
margin:70px;
padding-top:45px;
position:relative;
}
.next-section a span{
display:inline-block;
width:50px;
height:50px;
border:2px solid #fff;
border-left-color:transparent;
border-top-color:transparent;
position:absolute;
top:20px;
left:35px;
-webkit-transform:rotate(45deg);
-moz-transform:rotate(45deg);
-ms-transform:rotate(45deg);
-o-transform:rotate(45deg);
transform:rotate(45deg);
opacity:.4;
-webkit-transition:all .25s;
-moz-transition:all .25s;
-ms-transition:all .25s;
-o-transition:all .25s;
transition:all .25s;
}
.next-section a:hover span{
opacity:1;
}
/* 2.1 - Next Section
------------------------------------------ */
/* 2.2 - Social Button
------------------------------------------ */
.social-btn-container{
text-align:center;
margin:50px auto 0 auto;
}
.social-btn-container .social-btn-box{
display:inline-block;
width:60px;
height:60px;
-webkit-transform:rotate(45deg);
-moz-transform:rotate(45deg);
-ms-transform:rotate(45deg);
-o-transform:rotate(45deg);
transform:rotate(45deg);
border:1px solid #fff;
-webkit-border-radius:5px;
-moz-border-radius:5px;
-ms-border-radius:5px;
-o-border-radius:5px;
border-radius:5px;
margin:15px;
position:relative;
overflow:hidden;
}
.social-btn-container .social-btn-box a{
color:#fff;
font-size:26px;
line-height:80px;
display:inline-block;
width:80px;
height:80px;
position:absolute;
top:-10px;
left:-10px;
-webkit-transform:rotate(-45deg);
-moz-transform:rotate(-45deg);
-ms-transform:rotate(-45deg);
-o-transform:rotate(-45deg);
transform:rotate(-45deg);
}
.social-btn-box,
.social-btn-box a{
-webkit-transition:all .25s;
-moz-transition:all .25s;
-ms-transition:all .25s;
-o-transition:all .25s;
transition:all .25s;
}
.social-btn-box:hover{
border-color:transparent;
}
.social-btn-box .facebook-btn:hover{
background:#3B5998;
color: #fff;
}
.social-btn-box .twitter-btn:hover{
background:#55ACEE;
color: #fff;
}
.social-btn-box .linkedin-btn:hover{
background:#0077b5;
color: #fff;
}
.social-btn-box .google-plus-btn:hover{
background:#db514f;
color: #fff;
}
.social-btn-box .youtube-btn:hover{
background:#cc181e;
color: #fff;
}
.social-btn-box .github-btn:hover{
background:#2b2e30;
color: #fff;
}
.social-btn-box .a:hover{
background:#3498db;
color: #fff;
}
/* 2.2 - Social Button
------------------------------------------ */
/* 2.3 - Placeholder color
------------------------------------------ */
.form-control::-webkit-input-placeholder {
color: #ffffff;
}
.form-control:-moz-placeholder {
color: #ffffff;
}
.form-control::-moz-placeholder {
color: #ffffff;
}
.form-control:-ms-input-placeholder{
color:#ffffff;
}
/* 2.3 - Placeholder color End
------------------------------------------ */
/* 2.4 - Height Resize
------------------------------------------ */
.pattern.height-resize{
padding-top: 40px;
}
.height-resize .time-count-container{
margin-top: 20px !important;
}
.height-resize .team-container .col-sm-4{
padding-top:20px !important;
}
/* 2.4 - Height Resize End
------------------------------------------ */
/* 2 - Global Style End
---------------------------------------------------------------------- */
/* 3 - Main Menu
---------------------------------------------------------------------- */
.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a,
.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus{
color:#fff;
background-color:transparent;
}
.navbar-default{
background-color:transparent;
border-color:transparent;
}
.navbar-default .navbar-nav>.active>a:after{
content:"\2192";
display:inline-block;
font-style:normal;
font-weight:normal;
line-height:1;
margin-left:10px;
-webkit-font-smoothing:antialiased;
-moz-osx-font-smoothing:grayscale;
-webkit-transition:all .25s;
-moz-transition:all .25s;
-ms-transition:all .25s;
-o-transition:all .25s;
transition:all .25s;
}
.navbar-nav>li>a{
padding:5px 15px;
font-weight:400;
font-style:italic;
-webkit-transition:all .25s;
-moz-transition:all .25s;
-ms-transition:all .25s;
-o-transition:all .25s;
transition:all .25s;
}
.navbar-nav>li>a:hover{
padding-left:25px;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form{
border-color: transparent;
}
@media (max-width: 992px) {
.navbar-header {
float: none;
}
.navbar-left,.navbar-right {
float: none !important;
}
.navbar-toggle {
display: block;
}
.navbar-collapse {
border-top: 1px solid transparent;
box-shadow: none;
}
.navbar-fixed-top {
top: 0;
border-width: 0 0 1px;
}
.navbar-collapse.collapse {
display: none!important;
}
.navbar-nav {
float: none!important;
margin-top: 7.5px;
}
.navbar-nav>li {
float: none;
}
.navbar-nav>li>a {
padding-top: 10px;
padding-bottom: 10px;
}
.collapse.in{
display:block !important;
}
}
@media screen and (max-width: 992px){
#headernavigation{
background:rgba(0,0,0,.5);
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus{
background-color:transparent;
}
.navbar-default .navbar-toggle{
margin-top: 15px;
}
}
@media screen and (min-width: 992px){
.navbar-fixed-top{
top:100px;
z-index:9999;
}
.navbar-default{
width:180px;
}
.navbar-nav>li{
float:none !important;
}
}
/* 3 - Main Menu End
---------------------------------------------------------------------- */
/* 4 - Page Top Section
---------------------------------------------------------------------- */
.site-title{
text-align:center;
font-size:66px;
font-family:'Pacifico';
margin:0 0 50px 0;
padding-bottom:50px;
position:relative;
}
.site-title:before,
.site-title:after{
content:"";
width:100px;
height:10px;
left:50%;
margin-left:-50px;
border-bottom:1px double #fff;
position:absolute;
}
.site-title:before{
bottom:0;
}
.site-title:after{
bottom:2px;
}
#page-top .section-name span:before,
#page-top .section-name span:after{
content:none;
}
.time-count-container{
min-height:300px;
margin-top:50px;
}
.time-box{
width:150px;
height:150px;
display:table;
border:1px solid #fff;
margin:50px auto;
-webkit-border-radius:15px;
-moz-border-radius:15px;
-ms-border-radius:15px;
-o-border-radius:15px;
border-radius:15px;
-webkit-transform:rotate(45deg);
-moz-transform:rotate(45deg);
-ms-transform:rotate(45deg);
-o-transform:rotate(45deg);
transform:rotate(45deg);
}
.time-box-inner{
width:150px;
height:150px;
display:table;
text-align:center;
-webkit-transform:rotate(-45deg);
-moz-transform:rotate(-45deg);
-ms-transform:rotate(-45deg);
-o-transform:rotate(-45deg);
transform:rotate(-45deg);
}
.time-number{
font-size:65px;
width:100%;
display:inline-block;
font-weight:300;
padding-top: 15%;
-webkit-transition:all .25s;
-moz-transition:all .25s;
-ms-transition:all .25s;
-o-transition:all .25s;
transition:all .25s;
}
.time-number .digit{
line-height: 60px;
display: inline-block;
overflow: hidden;
}
.time-name{
font-size:15px;
text-transform:uppercase;
font-weight:700;
}
.time-until{
text-align:center;
margin:0;
}
.time-until span{
color: #fff;
font-size:18px;
line-height:40px;
display:inline-block;
background-color:#3498db;
text-transform:uppercase;
padding:0px 25px;
}
/* 4 - Page Top Section End
---------------------------------------------------------------------- */
/* 5 - About Us Section
---------------------------------------------------------------------- */
.team-container .col-sm-4{
padding:60px 15px 0 15px;
}
.team-container .team-member{
max-width:245px;
margin:auto;
position:relative;
overflow:hidden;
}
.team-container figcaption{
text-align:center;
text-transform:uppercase;
width:100%;
height:110px;
border:1px solid #fff;
border-top-color:transparent;
margin:0;
}
.team-container figcaption h4{
font-size:22px;
font-weight:700;
padding-top:20px;
}
.team-container .member-name {
font-size: 1.5em;
font-weight: 700;
margin: 0;
padding: 26px 10px 5px 10px;
}
.team-container figcaption p{
font-size: 1.125em;
}
.team-container .social-buttons{
display:inline-block;
margin:auto;
text-align:center;
width:100%;
}
.team-member .social-btn-container,
.team-member .social-btn-container .social-btn-box{
-webkit-transition:all .25s;
-moz-transition:all .25s;
-ms-transition:all .25s;
-o-transition:all .25s;
transition:all .25s;
}
.team-member .social-btn-container {
position: absolute;
top: 0px;
margin: 0 auto;
left: 0;
}
.team-member:hover .social-btn-container{
background: rgba(0,0,0,.5);
}
.team-member .social-btn-container .team-socail-btn{
overflow: hidden;
position: relative;
width:245px;
height: 230px;
}
.team-member .social-btn-container .social-btn-box{
position: absolute;
}
.team-member .social-btn-container .facebook-btn-container{
bottom: 220px;
right: 230px;
}
.team-member .social-btn-container .twitter-btn-container{
bottom: 220px;
left: 230px;
}
.team-member .social-btn-container .linkedin-btn-container{
top: 220px;
right: 230px;
}
.team-member .social-btn-container .github-btn-container{
top: 220px;
left: 230px;
}
.team-member:hover .social-btn-container .facebook-btn-container{
bottom: 115px;
right: 122px;
}
.team-member:hover .social-btn-container .twitter-btn-container{
bottom: 115px;
left: 122px;
}
.team-member:hover .social-btn-container .linkedin-btn-container{
top: 115px;
right: 122px;
}
.team-member:hover .social-btn-container .github-btn-container{
top: 115px;
left: 122px;
}
.team-container .social-buttons a{
color:#fff;
width:24px;
height:24px;
display:inline-block;
font-size:24px;
text-align:center;
}
.team-container .team-member figure,
.team-container .team-member figcaption,
.team-container .team-member img,
.team-container .team-member .social-buttons{
-webkit-transition:all .25s;
-moz-transition:all .25s;
-ms-transition:all .25s;
-o-transition:all .25s;
transition:all .25s;
}
.team-container .team-member:hover figure{
background-color:#3498db;
color:#fff;
}
.team-container .team-member:hover figcaption{
border-color:#3498db;
color:#fff;
}
.team-container .team-member:hover .social-buttons{
top:90px;
}
/* 5 - About Us Section End
---------------------------------------------------------------------- */
/* 6 - Subscribe Section
---------------------------------------------------------------------- */
form.news-letter{
max-width:550px;
margin:auto;
height:60px;
margin-top:70px;
position:relative;
}
form.news-letter .form-control{
height:60px;
padding-right:75px;
}
form.news-letter .btn{
width:60px;
height:60px;
border:1px solid #fff;
position:absolute;
top:0;
right:0;
font-size:25px;
}
form.news-letter .btn:hover{
color:#3498db;
}
#subscribe-loading {
display: none;
line-height: 45px;
cursor: inherit;
}
#subscribe-loading:hover{
color: inherit;
}
.subscribe-message{
text-align: center;
font-size: 1.125em;
}
.alert-warning{
color: #ffffff;
position: absolute;
background: rgba(52, 152, 219,1);
display: none;
left: 25px;
bottom:60px;
padding: 5px 10px;
border-radius: 3px;
}
.alert-warning:after{
position: absolute;
content: "";
width: 0;
height: 0;
border-style: solid;
border-width: 12px;
border-color: rgba(52, 152, 219,1) transparent transparent transparent;
left: 25px;
bottom: -24px;
}
/* 6 - Subscribe Section End
---------------------------------------------------------------------- */
/* 7 - Contact Section
---------------------------------------------------------------------- */
#contact .next-section a{
-webkit-transform:rotate(180deg);
-moz-transform:rotate(180deg);
-ms-transform:rotate(180deg);
-o-transform:rotate(180deg);
transform:rotate(180deg);
}
#contact-form .col-sm-6,
#contact-form .col-sm-10,
#contact-form .col-sm-2{
padding:0;
}
#contact-form{
margin-top:70px;
margin-bottom:10px;
}
#contact-form input{
height:60px;
}
#contact-form #first_name{
border-right:0px solid transparent;
border-bottom:0px solid transparent;
}
#contact-form #last_name{
border-bottom:0px solid transparent;
}
#contact-form #email{
border-right:0px solid transparent;
}
#contact-form textarea.form-control{
height:130px;
border-top:0px solid transparent;
padding-top: 20px;
}
#contact-form .btn{
font-size:50px;
height:130px;
border:1px solid #fff;
border-left:0px solid transparent;
border-top:0px solid transparent;
}
#contact-form .btn:hover{
color:#3498db;
}
#contact-form .col-sm-6,
#contact-form .col-sm-10{
position: relative;
}
.first-name-error,
.last-name-error,
.contact-email-error,
.contact-subject-error,
.contact-message-error{
color: #ffffff;
position: absolute;
background: rgba(52, 152, 219,1);
display: none;
left: 25px;
top: -30px;
padding: 5px 10px;
border-radius: 3px;
}
.first-name-error:after,
.last-name-error:after,
.contact-email-error:after,
.contact-subject-error:after,
.contact-message-error:after{
position: absolute;
content: "";
width: 0;
height: 0;
border-style: solid;
border-width: 12px;
border-color: rgba(52, 152, 219,1) transparent transparent transparent;
left: 25px;
bottom: -24px;
}
#contact-loading{
display: none;
cursor: inherit;
line-height: 110px;
}
#contact-loading:hover{
color: inherit;
}
.contact-message{
text-align: center;
font-size: 1.125em;
}
/* 7 - Contact Section End
---------------------------------------------------------------------- */
/* 8 - Footer Section
---------------------------------------------------------------------- */
#footer-section{
width: 100%;
min-height: 80px;
}
#footer-section p{
margin: 0;
padding: 25px 15px;
text-align: center;
line-height: 30px;
color: #1a1a1a;
}
#footer-section p a{
color: #3498db;
}
/* 8 - Footer Section End
---------------------------------------------------------------------- */
/* 9 - Media Query
---------------------------------------------------------------------- */
/* 9.1 - media screen and (max-width: 992px)
------------------------------------------------ */
@media screen and (max-width: 992px){
.container{
width:100%;
max-width:950x;
}
}
@media (min-width: 992px){
.container{
width:100%;
max-width:830px;
}
}
/* 9.1 - media screen and (max-width: 992px) End
------------------------------------------------ */
/* 9.2 - media screen and (max-width: 768px)
------------------------------------------------ */
@media screen and (max-width: 768px){
.section-title{
font-size:40px;
}
#contact-form #first_name{
border-right:1px solid #fff;
}
#contact-form #subject{
border-top:0px solid transparent;
}
#contact-form #email{
border-right:1px solid #fff;
}
#contact-form .btn{
border-left:1px solid #fff;
}
}
/* 9.2 - media screen and (max-width: 768px) End
------------------------------------------------ */
/* 9.3 - media screen and (max-width: 1170px)
------------------------------------------------ */
@media (min-width: 1170px){
.container{
width:830px;
}
}
/* 9.3 - media screen and (max-width: 1170px) End
------------------------------------------------ */
/* 9 - Media Query End
---------------------------------------------------------------------- */
/* 10 - Preloader
---------------------------------------------------------------------- */
#preloader{
position: fixed;
width: 100%;
background: rgba(255,255,255,.97);
height: 100%;
z-index: 99999999999;
}
#loader {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
width: 175px;
height: 175px;
margin: auto;
}
#loader .dot {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
width: 87.5px;
height: 100%;
margin: auto;
}
#loader .dot:before {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
width: 87.5px;
height: 87.5px;
border-radius: 100%;
-webkit-transform: scale(0);
-moz-transform: scale(0);
-ms-transform: scale(0);
-o-transform: scale(0);
transform: scale(0);
}
#loader .dot:nth-child(7n+1) {
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg);
}
#loader .dot:nth-child(7n+1):before {
background: #00ff80;
-webkit-animation: load 0.8s linear 0.1s infinite;
-moz-animation: load 0.8s linear 0.1s infinite;
-ms-animation: load 0.8s linear 0.1s infinite;
-o-animation: load 0.8s linear 0.1s infinite;
animation: load 0.8s linear 0.1s infinite;
}
#loader .dot:nth-child(7n+2) {
-webkit-transform: rotate(90deg);
-moz-transform: rotate(90deg);
-ms-transform: rotate(90deg);
-o-transform: rotate(90deg);
transform: rotate(90deg);
}
#loader .dot:nth-child(7n+2):before {
background: #00ffea;
-webkit-animation: load 0.8s linear 0.2s infinite;
-moz-animation: load 0.8s linear 0.2s infinite;
-ms-animation: load 0.8s linear 0.2s infinite;
-o-animation: load 0.8s linear 0.2s infinite;
animation: load 0.8s linear 0.2s infinite;
}
#loader .dot:nth-child(7n+3) {
-webkit-transform: rotate(135deg);
-moz-transform: rotate(135deg);
-ms-transform: rotate(135deg);
-o-transform: rotate(135deg);
transform: rotate(135deg);
}
#loader .dot:nth-child(7n+3):before {
background: #00aaff;
-webkit-animation: load 0.8s linear 0.3s infinite;
-moz-animation: load 0.8s linear 0.3s infinite;
-ms-animation: load 0.8s linear 0.3s infinite;
-o-animation: load 0.8s linear 0.3s infinite;
animation: load 0.8s linear 0.3s infinite;
}
#loader .dot:nth-child(7n+4) {
-webkit-transform: rotate(180deg);
-moz-transform: rotate(180deg);
-ms-transform: rotate(180deg);
-o-transform: rotate(180deg);
transform: rotate(180deg);
}
#loader .dot:nth-child(7n+4):before {
background: #0040ff;
-webkit-animation: load 0.8s linear 0.4s infinite;
-moz-animation: load 0.8s linear 0.4s infinite;
-ms-animation: load 0.8s linear 0.4s infinite;
-o-animation: load 0.8s linear 0.4s infinite;
animation: load 0.8s linear 0.4s infinite;
}
#loader .dot:nth-child(7n+5) {
-webkit-transform: rotate(225deg);
-moz-transform: rotate(225deg);
-ms-transform: rotate(225deg);
-o-transform: rotate(225deg);
transform: rotate(225deg);
}
#loader .dot:nth-child(7n+5):before {
background: #2a00ff;
-webkit-animation: load 0.8s linear 0.5s infinite;
-moz-animation: load 0.8s linear 0.5s infinite;
-ms-animation: load 0.8s linear 0.5s infinite;
-o-animation: load 0.8s linear 0.5s infinite;
animation: load 0.8s linear 0.5s infinite;
}
#loader .dot:nth-child(7n+6) {
-webkit-transform: rotate(270deg);
-moz-transform: rotate(270deg);
-ms-transform: rotate(270deg);
-o-transform: rotate(270deg);
transform: rotate(270deg);
}
#loader .dot:nth-child(7n+6):before {
background: #9500ff;
-webkit-animation: load 0.8s linear 0.6s infinite;
-moz-animation: load 0.8s linear 0.6s infinite;
-ms-animation: load 0.8s linear 0.6s infinite;
-o-animation: load 0.8s linear 0.6s infinite;
animation: load 0.8s linear 0.6s infinite;
}
#loader .dot:nth-child(7n+7) {
-webkit-transform: rotate(315deg);
-moz-transform: rotate(315deg);
-ms-transform: rotate(315deg);
-o-transform: rotate(315deg);
transform: rotate(315deg);
}
#loader .dot:nth-child(7n+7):before {
background: magenta;
-webkit-animation: load 0.8s linear 0.7s infinite;
-moz-animation: load 0.8s linear 0.7s infinite;
-ms-animation: load 0.8s linear 0.7s infinite;
-o-animation: load 0.8s linear 0.7s infinite;
animation: load 0.8s linear 0.7s infinite;
}
#loader .dot:nth-child(7n+8) {
-webkit-transform: rotate(360deg);
-moz-transform: rotate(360deg);
-ms-transform: rotate(360deg);
-o-transform: rotate(360deg);
transform: rotate(360deg);
}
#loader .dot:nth-child(7n+8):before {
background: #ff0095;
-webkit-animation: load 0.8s linear 0.8s infinite;
-moz-animation: load 0.8s linear 0.8s infinite;
-ms-animation: load 0.8s linear 0.8s infinite;
-o-animation: load 0.8s linear 0.8s infinite;
animation: load 0.8s linear 0.8s infinite;
}
#loader .lading{
background-image: url(../images/loading.gif);
background-repeat: no-repeat;
position: absolute;
left: 0;
right: 0;
bottom: -40px;
height: 20px;
width: 180px;
background-position: 50% 50%;
}
@-webkit-keyframes load {
100% {
opacity: 0;
-webkit-transform: scale(1);
}
}
@-moz-keyframes load {
100% {
opacity: 0;
-moz-transform: scale(1);
}
}
@-ms-keyframes load {
100% {
opacity: 0;
-ms-transform: scale(1);
}
}
@-o-keyframes load {
100% {
opacity: 0;
-o-transform: scale(1);
}
}
@keyframes load {
100% {
opacity: 0;
transform: scale(1);
}
}
/* 10 - Preloader End
---------------------------------------------------------------------- */ | assets/css/style.css | ---------------------------------------------------------------------- /
*
* 1 - Import Google Font
* 2 - Global Style
* 2.1 - Next Section
* 2.2 - Social Button
* 2.3 - Placeholder color
* 2.4 - Height Resize
* 3 - Main Menu
* 4 - Page Top Section
* 5 - About Us Section
* 6 - Subscribe Section
* 7 - Contact Section
* 8 - Footer Section
* 9 - Media Query
* 9.1 - media screen and (max-width: 992px)
* 9.2 - media screen and (max-width: 768px)
* 9.3 - media screen and (max-width: 1170px)
* 10 - Preloader
*
---------------------------------------------------------------------- */
/* 1 - Import Google Font
---------------------------------------------------------------------- */
@import url(http://fonts.googleapis.com/css?family=Pacifico);
@import url(http://fonts.googleapis.com/css?family=Roboto:400,300,400italic,700);
/* 1 - Import Google Font End
---------------------------------------------------------------------- */
/* 2 - Global Style
---------------------------------------------------------------------- */
body{
font-family:'Roboto', sans-serif;
color:#fff;
-webkit-font-smoothing:antialiased;
-moz-osx-font-smoothing:grayscale;
}
a{
color: #3498db;
}
a:focus{
outline:none;
outline-offset:inherit;
}
.section-style{
background-attachment:inherit;
background-position:50% 0;
background-repeat:no-repeat;
margin:0 auto;
width:100%;
background-size:cover;
}
.pattern{
background:rgba(0,0,0,.5) url(../images/pattern.png);
padding-top:100px;
}
.container{
overflow:hidden;
}
.section-name{
font-weight:700;
text-align:center;
text-transform:uppercase;
margin:0;
}
.section-name span{
display:inline-block;
position:relative;
padding-bottom:15px;
}
.section-name span:before,
.section-name span:after{
content:"";
width:100%;
height:10px;
border-bottom:1px double #fff;
position:absolute;
left:0;
}
.section-name span:before{
bottom:0;
}
.section-name span:after{
bottom:2px;
}
.section-title{
text-align:center;
text-transform:uppercase;
font-weight:300;
font-size:80px;
}
.section-description{
font-weight:300;
text-align:center;
line-height:30px;
}
.form-control{
padding: 6px 30px;
}
.form-control,
.btn{
background-color:transparent;
-webkit-border-radius:0;
-moz-border-radius:0;
-ms-border-radius:0;
-o-border-radius:0;
border-radius:0;
-webkit-transition:all .25s;
-moz-transition:all .25s;
-ms-transition:all .25s;
-o-transition:all .25s;
transition:all .25s;
}
.btn:focus, .btn:active:focus, .btn.active:focus {
outline: none;
color: #ffffff;
}
.form-control,
.form-control:focus{
border-color:#fff;
color:#fff;
-webkit-box-shadow:none;
-moz-box-shadow:none;
-ms-box-shadow:none;
-o-box-shadow:none;
box-shadow:none;
}
/* 2.1 - Next Section
------------------------------------------ */
.next-section{
text-align:center;
}
.next-section a{
cursor:pointer;
display:inline-block;
width:120px;
height:120px;
-webkit-border-radius:100%;
-moz-border-radius:100%;
-ms-border-radius:100%;
-o-border-radius:100%;
border-radius:100%;
background-color:rgba(0,0,0,.2);
box-shadow: 0 0 1px rgba(255,255,255,.2);
margin:70px;
padding-top:45px;
position:relative;
}
.next-section a span{
display:inline-block;
width:50px;
height:50px;
border:2px solid #fff;
border-left-color:transparent;
border-top-color:transparent;
position:absolute;
top:20px;
left:35px;
-webkit-transform:rotate(45deg);
-moz-transform:rotate(45deg);
-ms-transform:rotate(45deg);
-o-transform:rotate(45deg);
transform:rotate(45deg);
opacity:.4;
-webkit-transition:all .25s;
-moz-transition:all .25s;
-ms-transition:all .25s;
-o-transition:all .25s;
transition:all .25s;
}
.next-section a:hover span{
opacity:1;
}
/* 2.1 - Next Section
------------------------------------------ */
/* 2.2 - Social Button
------------------------------------------ */
.social-btn-container{
text-align:center;
margin:50px auto 0 auto;
}
.social-btn-container .social-btn-box{
display:inline-block;
width:60px;
height:60px;
-webkit-transform:rotate(45deg);
-moz-transform:rotate(45deg);
-ms-transform:rotate(45deg);
-o-transform:rotate(45deg);
transform:rotate(45deg);
border:1px solid #fff;
-webkit-border-radius:5px;
-moz-border-radius:5px;
-ms-border-radius:5px;
-o-border-radius:5px;
border-radius:5px;
margin:15px;
position:relative;
overflow:hidden;
}
.social-btn-container .social-btn-box a{
color:#fff;
font-size:26px;
line-height:80px;
display:inline-block;
width:80px;
height:80px;
position:absolute;
top:-10px;
left:-10px;
-webkit-transform:rotate(-45deg);
-moz-transform:rotate(-45deg);
-ms-transform:rotate(-45deg);
-o-transform:rotate(-45deg);
transform:rotate(-45deg);
}
.social-btn-box,
.social-btn-box a{
-webkit-transition:all .25s;
-moz-transition:all .25s;
-ms-transition:all .25s;
-o-transition:all .25s;
transition:all .25s;
}
.social-btn-box:hover{
border-color:transparent;
}
.social-btn-box .facebook-btn:hover{
background:#3B5998;
color: #fff;
}
.social-btn-box .twitter-btn:hover{
background:#55ACEE;
color: #fff;
}
.social-btn-box .linkedin-btn:hover{
background:#0077b5;
color: #fff;
}
.social-btn-box .google-plus-btn:hover{
background:#db514f;
color: #fff;
}
.social-btn-box .youtube-btn:hover{
background:#cc181e;
color: #fff;
}
.social-btn-box .github-btn:hover{
background:#2b2e30;
color: #fff;
}
.social-btn-box .a:hover{
background:#3498db;
color: #fff;
}
/* 2.2 - Social Button
------------------------------------------ */
/* 2.3 - Placeholder color
------------------------------------------ */
.form-control::-webkit-input-placeholder {
color: #ffffff;
}
.form-control:-moz-placeholder {
color: #ffffff;
}
.form-control::-moz-placeholder {
color: #ffffff;
}
.form-control:-ms-input-placeholder{
color:#ffffff;
}
/* 2.3 - Placeholder color End
------------------------------------------ */
/* 2.4 - Height Resize
------------------------------------------ */
.pattern.height-resize{
padding-top: 40px;
}
.height-resize .time-count-container{
margin-top: 20px !important;
}
.height-resize .team-container .col-sm-4{
padding-top:20px !important;
}
/* 2.4 - Height Resize End
------------------------------------------ */
/* 2 - Global Style End
---------------------------------------------------------------------- */
/* 3 - Main Menu
---------------------------------------------------------------------- */
.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a,
.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus{
color:#fff;
background-color:transparent;
}
.navbar-default{
background-color:transparent;
border-color:transparent;
}
.navbar-default .navbar-nav>.active>a:after{
content:"\2192";
display:inline-block;
font-style:normal;
font-weight:normal;
line-height:1;
margin-left:10px;
-webkit-font-smoothing:antialiased;
-moz-osx-font-smoothing:grayscale;
-webkit-transition:all .25s;
-moz-transition:all .25s;
-ms-transition:all .25s;
-o-transition:all .25s;
transition:all .25s;
}
.navbar-nav>li>a{
padding:5px 15px;
font-weight:400;
font-style:italic;
-webkit-transition:all .25s;
-moz-transition:all .25s;
-ms-transition:all .25s;
-o-transition:all .25s;
transition:all .25s;
}
.navbar-nav>li>a:hover{
padding-left:25px;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form{
border-color: transparent;
}
@media (max-width: 992px) {
.navbar-header {
float: none;
}
.navbar-left,.navbar-right {
float: none !important;
}
.navbar-toggle {
display: block;
}
.navbar-collapse {
border-top: 1px solid transparent;
box-shadow: none;
}
.navbar-fixed-top {
top: 0;
border-width: 0 0 1px;
}
.navbar-collapse.collapse {
display: none!important;
}
.navbar-nav {
float: none!important;
margin-top: 7.5px;
}
.navbar-nav>li {
float: none;
}
.navbar-nav>li>a {
padding-top: 10px;
padding-bottom: 10px;
}
.collapse.in{
display:block !important;
}
}
@media screen and (max-width: 992px){
#headernavigation{
background:rgba(0,0,0,.5);
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus{
background-color:transparent;
}
.navbar-default .navbar-toggle{
margin-top: 15px;
}
}
@media screen and (min-width: 992px){
.navbar-fixed-top{
top:100px;
z-index:9999;
}
.navbar-default{
width:180px;
}
.navbar-nav>li{
float:none !important;
}
}
/* 3 - Main Menu End
---------------------------------------------------------------------- */
/* 4 - Page Top Section
---------------------------------------------------------------------- */
.site-title{
text-align:center;
font-size:66px;
font-family:'Pacifico';
margin:0 0 50px 0;
padding-bottom:50px;
position:relative;
}
.site-title:before,
.site-title:after{
content:"";
width:100px;
height:10px;
left:50%;
margin-left:-50px;
border-bottom:1px double #fff;
position:absolute;
}
.site-title:before{
bottom:0;
}
.site-title:after{
bottom:2px;
}
#page-top .section-name span:before,
#page-top .section-name span:after{
content:none;
}
.time-count-container{
min-height:300px;
margin-top:50px;
}
.time-box{
width:150px;
height:150px;
display:table;
border:1px solid #fff;
margin:50px auto;
-webkit-border-radius:15px;
-moz-border-radius:15px;
-ms-border-radius:15px;
-o-border-radius:15px;
border-radius:15px;
-webkit-transform:rotate(45deg);
-moz-transform:rotate(45deg);
-ms-transform:rotate(45deg);
-o-transform:rotate(45deg);
transform:rotate(45deg);
}
.time-box-inner{
width:150px;
height:150px;
display:table;
text-align:center;
-webkit-transform:rotate(-45deg);
-moz-transform:rotate(-45deg);
-ms-transform:rotate(-45deg);
-o-transform:rotate(-45deg);
transform:rotate(-45deg);
}
.time-number{
font-size:65px;
width:100%;
display:inline-block;
font-weight:300;
padding-top: 15%;
-webkit-transition:all .25s;
-moz-transition:all .25s;
-ms-transition:all .25s;
-o-transition:all .25s;
transition:all .25s;
}
.time-number .digit{
line-height: 60px;
display: inline-block;
overflow: hidden;
}
.time-name{
font-size:15px;
text-transform:uppercase;
font-weight:700;
}
.time-until{
text-align:center;
margin:0;
}
.time-until span{
color: #fff;
font-size:18px;
line-height:40px;
display:inline-block;
background-color:#3498db;
text-transform:uppercase;
padding:0px 25px;
}
/* 4 - Page Top Section End
---------------------------------------------------------------------- */
/* 5 - About Us Section
---------------------------------------------------------------------- */
.team-container .col-sm-4{
padding:60px 15px 0 15px;
}
.team-container .team-member{
max-width:245px;
margin:auto;
position:relative;
overflow:hidden;
}
.team-container figcaption{
text-align:center;
text-transform:uppercase;
width:100%;
height:110px;
border:1px solid #fff;
border-top-color:transparent;
margin:0;
}
.team-container figcaption h4{
font-size:22px;
font-weight:700;
padding-top:20px;
}
.team-container .member-name {
font-size: 1.5em;
font-weight: 700;
margin: 0;
padding: 26px 10px 5px 10px;
}
.team-container figcaption p{
font-size: 1.125em;
}
.team-container .social-buttons{
display:inline-block;
margin:auto;
text-align:center;
width:100%;
}
.team-member .social-btn-container,
.team-member .social-btn-container .social-btn-box{
-webkit-transition:all .25s;
-moz-transition:all .25s;
-ms-transition:all .25s;
-o-transition:all .25s;
transition:all .25s;
}
.team-member .social-btn-container {
position: absolute;
top: 0px;
margin: 0 auto;
left: 0;
}
.team-member:hover .social-btn-container{
background: rgba(0,0,0,.5);
}
.team-member .social-btn-container .team-socail-btn{
overflow: hidden;
position: relative;
width:245px;
height: 230px;
}
.team-member .social-btn-container .social-btn-box{
position: absolute;
}
.team-member .social-btn-container .facebook-btn-container{
bottom: 220px;
right: 230px;
}
.team-member .social-btn-container .twitter-btn-container{
bottom: 220px;
left: 230px;
}
.team-member .social-btn-container .linkedin-btn-container{
top: 220px;
right: 230px;
}
.team-member .social-btn-container .github-btn-container{
top: 220px;
left: 230px;
}
.team-member:hover .social-btn-container .facebook-btn-container{
bottom: 115px;
right: 122px;
}
.team-member:hover .social-btn-container .twitter-btn-container{
bottom: 115px;
left: 122px;
}
.team-member:hover .social-btn-container .linkedin-btn-container{
top: 115px;
right: 122px;
}
.team-member:hover .social-btn-container .github-btn-container{
top: 115px;
left: 122px;
}
.team-container .social-buttons a{
color:#fff;
width:24px;
height:24px;
display:inline-block;
font-size:24px;
text-align:center;
}
.team-container .team-member figure,
.team-container .team-member figcaption,
.team-container .team-member img,
.team-container .team-member .social-buttons{
-webkit-transition:all .25s;
-moz-transition:all .25s;
-ms-transition:all .25s;
-o-transition:all .25s;
transition:all .25s;
}
.team-container .team-member:hover figure{
background-color:#3498db;
color:#fff;
}
.team-container .team-member:hover figcaption{
border-color:#3498db;
color:#fff;
}
.team-container .team-member:hover .social-buttons{
top:90px;
}
/* 5 - About Us Section End
---------------------------------------------------------------------- */
/* 6 - Subscribe Section
---------------------------------------------------------------------- */
form.news-letter{
max-width:550px;
margin:auto;
height:60px;
margin-top:70px;
position:relative;
}
form.news-letter .form-control{
height:60px;
padding-right:75px;
}
form.news-letter .btn{
width:60px;
height:60px;
border:1px solid #fff;
position:absolute;
top:0;
right:0;
font-size:25px;
}
form.news-letter .btn:hover{
color:#3498db;
}
#subscribe-loading {
display: none;
line-height: 45px;
cursor: inherit;
}
#subscribe-loading:hover{
color: inherit;
}
.subscribe-message{
text-align: center;
font-size: 1.125em;
}
.alert-warning{
color: #ffffff;
position: absolute;
background: rgba(52, 152, 219,1);
display: none;
left: 25px;
bottom:60px;
padding: 5px 10px;
border-radius: 3px;
}
.alert-warning:after{
position: absolute;
content: "";
width: 0;
height: 0;
border-style: solid;
border-width: 12px;
border-color: rgba(52, 152, 219,1) transparent transparent transparent;
left: 25px;
bottom: -24px;
}
/* 6 - Subscribe Section End
---------------------------------------------------------------------- */
/* 7 - Contact Section
---------------------------------------------------------------------- */
#contact .next-section a{
-webkit-transform:rotate(180deg);
-moz-transform:rotate(180deg);
-ms-transform:rotate(180deg);
-o-transform:rotate(180deg);
transform:rotate(180deg);
}
#contact-form .col-sm-6,
#contact-form .col-sm-10,
#contact-form .col-sm-2{
padding:0;
}
#contact-form{
margin-top:70px;
margin-bottom:10px;
}
#contact-form input{
height:60px;
}
#contact-form #first_name{
border-right:0px solid transparent;
border-bottom:0px solid transparent;
}
#contact-form #last_name{
border-bottom:0px solid transparent;
}
#contact-form #email{
border-right:0px solid transparent;
}
#contact-form textarea.form-control{
height:130px;
border-top:0px solid transparent;
padding-top: 20px;
}
#contact-form .btn{
font-size:50px;
height:130px;
border:1px solid #fff;
border-left:0px solid transparent;
border-top:0px solid transparent;
}
#contact-form .btn:hover{
color:#3498db;
}
#contact-form .col-sm-6,
#contact-form .col-sm-10{
position: relative;
}
.first-name-error,
.last-name-error,
.contact-email-error,
.contact-subject-error,
.contact-message-error{
color: #ffffff;
position: absolute;
background: rgba(52, 152, 219,1);
display: none;
left: 25px;
top: -30px;
padding: 5px 10px;
border-radius: 3px;
}
.first-name-error:after,
.last-name-error:after,
.contact-email-error:after,
.contact-subject-error:after,
.contact-message-error:after{
position: absolute;
content: "";
width: 0;
height: 0;
border-style: solid;
border-width: 12px;
border-color: rgba(52, 152, 219,1) transparent transparent transparent;
left: 25px;
bottom: -24px;
}
#contact-loading{
display: none;
cursor: inherit;
line-height: 110px;
}
#contact-loading:hover{
color: inherit;
}
.contact-message{
text-align: center;
font-size: 1.125em;
}
/* 7 - Contact Section End
---------------------------------------------------------------------- */
/* 8 - Footer Section
---------------------------------------------------------------------- */
#footer-section{
width: 100%;
min-height: 80px;
}
#footer-section p{
margin: 0;
padding: 25px 15px;
text-align: center;
line-height: 30px;
color: #1a1a1a;
}
#footer-section p a{
color: #3498db;
}
/* 8 - Footer Section End
---------------------------------------------------------------------- */
/* 9 - Media Query
---------------------------------------------------------------------- */
/* 9.1 - media screen and (max-width: 992px)
------------------------------------------------ */
@media screen and (max-width: 992px){
.container{
width:100%;
max-width:950x;
}
}
@media (min-width: 992px){
.container{
width:100%;
max-width:830px;
}
}
/* 9.1 - media screen and (max-width: 992px) End
------------------------------------------------ */
/* 9.2 - media screen and (max-width: 768px)
------------------------------------------------ */
@media screen and (max-width: 768px){
.section-title{
font-size:40px;
}
#contact-form #first_name{
border-right:1px solid #fff;
}
#contact-form #subject{
border-top:0px solid transparent;
}
#contact-form #email{
border-right:1px solid #fff;
}
#contact-form .btn{
border-left:1px solid #fff;
}
}
/* 9.2 - media screen and (max-width: 768px) End
------------------------------------------------ */
/* 9.3 - media screen and (max-width: 1170px)
------------------------------------------------ */
@media (min-width: 1170px){
.container{
width:830px;
}
}
/* 9.3 - media screen and (max-width: 1170px) End
------------------------------------------------ */
/* 9 - Media Query End
---------------------------------------------------------------------- */
/* 10 - Preloader
---------------------------------------------------------------------- */
#preloader{
position: fixed;
width: 100%;
background: rgba(255,255,255,.97);
height: 100%;
z-index: 99999999999;
}
#loader {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
width: 175px;
height: 175px;
margin: auto;
}
#loader .dot {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
width: 87.5px;
height: 100%;
margin: auto;
}
#loader .dot:before {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
width: 87.5px;
height: 87.5px;
border-radius: 100%;
-webkit-transform: scale(0);
-moz-transform: scale(0);
-ms-transform: scale(0);
-o-transform: scale(0);
transform: scale(0);
}
#loader .dot:nth-child(7n+1) {
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg);
}
#loader .dot:nth-child(7n+1):before {
background: #00ff80;
-webkit-animation: load 0.8s linear 0.1s infinite;
-moz-animation: load 0.8s linear 0.1s infinite;
-ms-animation: load 0.8s linear 0.1s infinite;
-o-animation: load 0.8s linear 0.1s infinite;
animation: load 0.8s linear 0.1s infinite;
}
#loader .dot:nth-child(7n+2) {
-webkit-transform: rotate(90deg);
-moz-transform: rotate(90deg);
-ms-transform: rotate(90deg);
-o-transform: rotate(90deg);
transform: rotate(90deg);
}
#loader .dot:nth-child(7n+2):before {
background: #00ffea;
-webkit-animation: load 0.8s linear 0.2s infinite;
-moz-animation: load 0.8s linear 0.2s infinite;
-ms-animation: load 0.8s linear 0.2s infinite;
-o-animation: load 0.8s linear 0.2s infinite;
animation: load 0.8s linear 0.2s infinite;
}
#loader .dot:nth-child(7n+3) {
-webkit-transform: rotate(135deg);
-moz-transform: rotate(135deg);
-ms-transform: rotate(135deg);
-o-transform: rotate(135deg);
transform: rotate(135deg);
}
#loader .dot:nth-child(7n+3):before {
background: #00aaff;
-webkit-animation: load 0.8s linear 0.3s infinite;
-moz-animation: load 0.8s linear 0.3s infinite;
-ms-animation: load 0.8s linear 0.3s infinite;
-o-animation: load 0.8s linear 0.3s infinite;
animation: load 0.8s linear 0.3s infinite;
}
#loader .dot:nth-child(7n+4) {
-webkit-transform: rotate(180deg);
-moz-transform: rotate(180deg);
-ms-transform: rotate(180deg);
-o-transform: rotate(180deg);
transform: rotate(180deg);
}
#loader .dot:nth-child(7n+4):before {
background: #0040ff;
-webkit-animation: load 0.8s linear 0.4s infinite;
-moz-animation: load 0.8s linear 0.4s infinite;
-ms-animation: load 0.8s linear 0.4s infinite;
-o-animation: load 0.8s linear 0.4s infinite;
animation: load 0.8s linear 0.4s infinite;
}
#loader .dot:nth-child(7n+5) {
-webkit-transform: rotate(225deg);
-moz-transform: rotate(225deg);
-ms-transform: rotate(225deg);
-o-transform: rotate(225deg);
transform: rotate(225deg);
}
#loader .dot:nth-child(7n+5):before {
background: #2a00ff;
-webkit-animation: load 0.8s linear 0.5s infinite;
-moz-animation: load 0.8s linear 0.5s infinite;
-ms-animation: load 0.8s linear 0.5s infinite;
-o-animation: load 0.8s linear 0.5s infinite;
animation: load 0.8s linear 0.5s infinite;
}
#loader .dot:nth-child(7n+6) {
-webkit-transform: rotate(270deg);
-moz-transform: rotate(270deg);
-ms-transform: rotate(270deg);
-o-transform: rotate(270deg);
transform: rotate(270deg);
}
#loader .dot:nth-child(7n+6):before {
background: #9500ff;
-webkit-animation: load 0.8s linear 0.6s infinite;
-moz-animation: load 0.8s linear 0.6s infinite;
-ms-animation: load 0.8s linear 0.6s infinite;
-o-animation: load 0.8s linear 0.6s infinite;
animation: load 0.8s linear 0.6s infinite;
}
#loader .dot:nth-child(7n+7) {
-webkit-transform: rotate(315deg);
-moz-transform: rotate(315deg);
-ms-transform: rotate(315deg);
-o-transform: rotate(315deg);
transform: rotate(315deg);
}
#loader .dot:nth-child(7n+7):before {
background: magenta;
-webkit-animation: load 0.8s linear 0.7s infinite;
-moz-animation: load 0.8s linear 0.7s infinite;
-ms-animation: load 0.8s linear 0.7s infinite;
-o-animation: load 0.8s linear 0.7s infinite;
animation: load 0.8s linear 0.7s infinite;
}
#loader .dot:nth-child(7n+8) {
-webkit-transform: rotate(360deg);
-moz-transform: rotate(360deg);
-ms-transform: rotate(360deg);
-o-transform: rotate(360deg);
transform: rotate(360deg);
}
#loader .dot:nth-child(7n+8):before {
background: #ff0095;
-webkit-animation: load 0.8s linear 0.8s infinite;
-moz-animation: load 0.8s linear 0.8s infinite;
-ms-animation: load 0.8s linear 0.8s infinite;
-o-animation: load 0.8s linear 0.8s infinite;
animation: load 0.8s linear 0.8s infinite;
}
#loader .lading{
background-image: url(../images/loading.gif);
background-repeat: no-repeat;
position: absolute;
left: 0;
right: 0;
bottom: -40px;
height: 20px;
width: 180px;
background-position: 50% 50%;
}
@-webkit-keyframes load {
100% {
opacity: 0;
-webkit-transform: scale(1);
}
}
@-moz-keyframes load {
100% {
opacity: 0;
-moz-transform: scale(1);
}
}
@-ms-keyframes load {
100% {
opacity: 0;
-ms-transform: scale(1);
}
}
@-o-keyframes load {
100% {
opacity: 0;
-o-transform: scale(1);
}
}
@keyframes load {
100% {
opacity: 0;
transform: scale(1);
}
}
/* 10 - Preloader End
---------------------------------------------------------------------- */ | 0.225417 | 0.050588 |
---
---
html, body {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
html,
body {
margin:0;
padding:0;
}
html {
font-family: {{site.base_font}};
font-weight: 300;
font-size: 16px;
line-height: 1.5;
}
h1, h2, h3, h4 {
font-family: {{site.accent_font}};
color: {{ site.accent_color }};
}
h3 {
margin-bottom: .2rem;
}
h4 {
-webkit-margin-before: 1.33em;
-webkit-margin-after: .2em;
}
h1.post-title {
font-size: 1.2em;
line-height: .5;
letter-spacing: -.025rem;
position: relative;
margin-bottom: .1em;
margin-top: .1em;
position: relative;
-webkit-margin-before: .1em;
-webkit-margin-after: -.6em;
}
h1.page-title {
font-size: 2em;
line-height: 1.4em;
}
h1.home-title {
text-align: center;
font-size: 2em;
line-height: 1.4em;
}
a {
color: {{ site.accent_color }};
text-decoration: none;
font-weight: 400;
}
.container {
width: 100%;
}
#map {
position:absolute;
width:60%;
height:100%;
}
/* .page-content {
z-index: 1 !important;
padding-bottom: 3em;
} */
.sidebar {
height:100%;
width:40%;
background-color:#fff;
position:fixed!important;
z-index:1;
right:0;
overflow:auto;
}
div#sidebar-content {
padding: 3em;
}
p.post-header {
letter-spacing: 1.5px;
margin-bottom: .5rem;
font-size: .8em;
font-style: italic;
border-width: 0 0 1px;
border-style: dotted;
line-height: 17px;
}
p {
display: block;
-webkit-margin-before: .5em;
-webkit-margin-after: 1em;
-webkit-margin-start: 0px;
-webkit-margin-end: 0px;
text-align: justify;
line-height: 22px;
}
p.byline {
font-size: .9em;
line-height: 15px;
margin-top: .3em;
padding-bottom: .2em;
font-style: italic;
}
p.citation {
list-style-type: none;
text-indent: -1rem;
font-size: .9em;
padding-left: 20px;
font-weight: 300;
text-align: left;
}
p.image img, img.home-icon {
max-height: 400px;
max-width: 80%;
display: block;
margin: auto;
}
img.home-icon {
height: 100px;
}
li {
margin-bottom: 8px;
}
ul {
list-style:none;
margin-top: .5em;
padding-left: 8px;
}
.index-button {
background-color: white;
color: black;
font-size: 14px;
border: .5px solid rgba(96, 74, 120, 1);
padding: .1px 10px 1px 10px;
text-align: center;
text-decoration: none;
cursor: pointer;
border-radius: 200px;
display: inline-block;
margin-left: 3px;
margin-bottom: 1.5em;
font-variant: small-caps;
}
/* Menus */
.circle-content {
top: 0;
position: absolute;
background-color: {{ site.accent_color }};
border-radius: 50%;
z-index: 18;
overflow: hidden;
}
.circle-enter-active, .circle-leave-active {
transition: all 0.8s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.circle-enter, .circle-leave-to /* .fade-leave-active below version 2.1.8 */ {
opacity: 0;
}
.dropdown-enter-active, .dropdown-leave-active {
transition: all 0.8s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.dropdown-enter, .dropdown-leave-to /* .fade-leave-active below version 2.1.8 */ {
opacity: 0;
}
.circle-content a{
margin-top: 10px;
color: white;
text-decoration: none;
font-family: {{site.base_font}};
font-size: 16px;
width: 100%;
display: block;
text-align: center;
}
.menu-button {
background-color: {{ site.accent_color }};
color: white;
padding: 15px;
font-size: 16px;
border: none;
cursor: pointer;
border-radius: 10px;
position: absolute;
display: inline-block;
}
.menu-button.circle {
border-radius: 50%;
}
.dropdown-content {
position: absolute;
background-color: {{ site.accent_color }};
z-index: 1;
border-radius: 10px;
right: 0;
left: auto;
padding-bottom: 10px;
}
.dropdown-content a {
color: white;
font-weight: bold;
padding: 7px 20px;
text-decoration: none;
display: block;
text-align: right;
}
.dropdown-content a:hover {
background-color: rgba(0, 0, 0, .4);
border-radius: 10px;
}
#choose {
position: absolute;
display: inline-block;
}
#choose > * {
background-color: {{ site.accent_color }};
color: white;
font-size: 16px;
border: none;
cursor: pointer;
border-radius: 10px;
}
/* Media */
@media (max-width:768px) {
html {
font-size: 14px;
}
#map {
position: absolute;
left: 0;
top: 0;
height: 40%;
width: 100%;
}
.leaflet-top {
height: 100%;
overflow: auto;
}
.leaflet-panel-layers.compact {
max-height: 45%;
overflow: auto;
}
.sidebar {
position: absolute;
left: 0;
top: 40%;
height: 60%;
width: 100%
}
div.wrapper {
width: 100%;
height: 40%;
overflow: auto;
}
.sub-menu, .menu-button {
right: 0%;
}
#choose {
bottom: 60%;
}
}
@media (min-width:768px) and (max-width:1100px) {
html {
font-size: 15px;
}
#map {
top: 0;
height: 100%;
width: 50%;
left: 0
}
.sidebar {
width: 50%;
position: absolute;
right: 0;
}
.sub-menu, .menu-button {
right: 50%;
}
#choose {
bottom: 0;
}
div.wrapper {
top: 0;
width: 50%;
height: 100%;
overflow: auto;
}
}
@media (min-width:1100px) {
.sidebar, #map {
position: absolute;
top: 0;
height: 100%;
}
#map {
left: 0;
width: 55%;
}
.sidebar {
width: 45%;
right: 0;
}
.sub-menu, .menu-button {
right: 45%;
}
#choose {
bottom: 0;
}
div.wrapper {
left: 0;
width: 55%;
height: 100%;
overflow: auto;
}
}
@media (orientation: portrait) {
html {
font-size: 15px;
}
#map {
position: absolute;
left: 0;
top: 0;
height: 40%;
width: 100%;
}
.leaflet-top {
height: 100%;
overflow: auto;
}
.leaflet-panel-layers.compact {
max-height: 64%;
overflow: auto;
}
.sidebar {
height: 60%;
width: 100%;
top: 40%;
}
.sub-menu, .menu-button {
right: 0%;
}
#choose {
bottom:60%;
}
div.wrapper {
width: 100%;
height: 40%;
overflow: auto;
}
}
/* Liquid attributes */
.caption {
font-family: {{site.base_font}};
line-height: 1.4em;
font-size: .9em;
font-style: italic;
text-align: center;
color: #5a5a5a;
padding: 0px 10px;
}
.bibliography {
list-style-type: none;
text-indent: -1rem;
font-size: .9em;
padding-left: 20px;
font-weight: 300;
}
/* Leaflet */
.legend {
max-height: 24px;
padding: 0px;
vertical-align: middle;
position: relative;
}
.legend img {
height: 40px;
}
.ordernumber {
font-weight: 900;
font-size: 20px;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -70%);
}
.referenceIcons .ordernumber {
font-size: 16px;
color: black;
}
img.article-marker {
height: 42px;
padding: 0px;
align:right;
cursor: pointer;
display: inline;
vertical-align: middle;
}
.leaflet-popup-content-wrapper, .leaflet-popup-tip {
font-family: {{site.base_font}};
font-weight: 300;
font-size: 14px;
}
label.leaflet-panel-layers-title {
font-family: {{site.base_font}};
font-weight: 300;
text-transform: uppercase;
}
div.leaflet-control-layers-overlays {
font-family: {{site.base_font}};
font-weight: 300;
text-transform: uppercase;
font-size: .9em;
}
@media (max-width:768px) {
.leaflet-popup-content-wrapper, .leaflet-popup-tip {
font-size: 13px;
}
}
.leaflet-pane {
z-index: 0;
}
.marker-cluster-small div, .marker-cluster-medium div, .marker-cluster-large div {
background-color: {{site.accent_color}};
}
.marker-cluster-small, .marker-cluster-medium, .marker-cluster-large {
background-color: {{site.accent_color}};
color: white;
}
.footer {
text-align: center;
font-size: 12px;
bottom: 0;
position: relative;
padding-top: 6em;
}
/*
.leaflet-panel-layers-overlays .leaflet-panel-layers-item {
margin-bottom: 0px;
padding: 0px;
background: transparent;
border: transparent;
border-radius: 0px;
}
.leaflet-panel-layers-icon {
background: transparent;
}*/
.leaflet-retina .leaflet-control-layers-toggle {
background-image: url('{{site.baseurl}}/assets/leaflet/images/icon.png');
background-size: 20px 30px;
}
.nextprev {
display: flex;
justify-content: space-between;
}
ol {
padding-left: 18px;
margin: 0px;
}
#input-outer {
height: 2em;
border: 1px #777 solid;
position: relative;
padding: 0px;
border-radius: 4px;
width: 70%;
display: inline-block;
}
input[type="submit"] {
outline: none;
color: #666;
margin-left: 5px;
padding: 5px;
border-radius: 4px;
display: inline-block;
max-width: 25%;
}
#input-outer input {
height: 100%;
border: 0px;
outline: none;
margin: 0 0 0 0px;
color: #666;
box-sizing: border-box;
padding: 5px;
padding-right: 35px;
border-radius: 4px;
}
.clear {
position: absolute;
float: right;
height: 2em;
width: 2em;
top: 0px;
right: 0px;
background: #aaa;
color: white;
text-align: center;
cursor: pointer;
border-radius: 0px 4px 4px 0px;
}
.clear:after {
content: "\274c";
position: absolute;
top: 4px;
right: 7px;
}
.clear:hover,
.clear:focus {
background: #888;
}
.clear:active {
background: #666;
}
.showRouteButton {
all: unset;
color: {{site.accent_color}};
-webkit-text-fill-color: {{site.accent_color}};
cursor: pointer;
}
.dirButton {
all: unset;
color: {{site.accent_color}};
-webkit-text-fill-color: {{site.accent_color}};
cursor: pointer;
}
.routeInfo::after, .routeInfo::before {
content: "";
position: relative;
width: 100%;
height: 1px;
display: inline-block;
background-image: radial-gradient({{site.accent_color}}, white);
}
.leaflet-panel-layers.compact.leaflet-control:not(.expanded) .leaflet-panel-layers-icon{
width: 100%;
}
.start {
text-align: center;
}
.start button {
background-color: {{site.accent_color}};
border: none;
color: white;
padding: 15px 32px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 16px;
margin: 4px 2px;
cursor: pointer;
}
.post-header.home{
display: none;
} | css/main.css | ---
---
html, body {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
html,
body {
margin:0;
padding:0;
}
html {
font-family: {{site.base_font}};
font-weight: 300;
font-size: 16px;
line-height: 1.5;
}
h1, h2, h3, h4 {
font-family: {{site.accent_font}};
color: {{ site.accent_color }};
}
h3 {
margin-bottom: .2rem;
}
h4 {
-webkit-margin-before: 1.33em;
-webkit-margin-after: .2em;
}
h1.post-title {
font-size: 1.2em;
line-height: .5;
letter-spacing: -.025rem;
position: relative;
margin-bottom: .1em;
margin-top: .1em;
position: relative;
-webkit-margin-before: .1em;
-webkit-margin-after: -.6em;
}
h1.page-title {
font-size: 2em;
line-height: 1.4em;
}
h1.home-title {
text-align: center;
font-size: 2em;
line-height: 1.4em;
}
a {
color: {{ site.accent_color }};
text-decoration: none;
font-weight: 400;
}
.container {
width: 100%;
}
#map {
position:absolute;
width:60%;
height:100%;
}
/* .page-content {
z-index: 1 !important;
padding-bottom: 3em;
} */
.sidebar {
height:100%;
width:40%;
background-color:#fff;
position:fixed!important;
z-index:1;
right:0;
overflow:auto;
}
div#sidebar-content {
padding: 3em;
}
p.post-header {
letter-spacing: 1.5px;
margin-bottom: .5rem;
font-size: .8em;
font-style: italic;
border-width: 0 0 1px;
border-style: dotted;
line-height: 17px;
}
p {
display: block;
-webkit-margin-before: .5em;
-webkit-margin-after: 1em;
-webkit-margin-start: 0px;
-webkit-margin-end: 0px;
text-align: justify;
line-height: 22px;
}
p.byline {
font-size: .9em;
line-height: 15px;
margin-top: .3em;
padding-bottom: .2em;
font-style: italic;
}
p.citation {
list-style-type: none;
text-indent: -1rem;
font-size: .9em;
padding-left: 20px;
font-weight: 300;
text-align: left;
}
p.image img, img.home-icon {
max-height: 400px;
max-width: 80%;
display: block;
margin: auto;
}
img.home-icon {
height: 100px;
}
li {
margin-bottom: 8px;
}
ul {
list-style:none;
margin-top: .5em;
padding-left: 8px;
}
.index-button {
background-color: white;
color: black;
font-size: 14px;
border: .5px solid rgba(96, 74, 120, 1);
padding: .1px 10px 1px 10px;
text-align: center;
text-decoration: none;
cursor: pointer;
border-radius: 200px;
display: inline-block;
margin-left: 3px;
margin-bottom: 1.5em;
font-variant: small-caps;
}
/* Menus */
.circle-content {
top: 0;
position: absolute;
background-color: {{ site.accent_color }};
border-radius: 50%;
z-index: 18;
overflow: hidden;
}
.circle-enter-active, .circle-leave-active {
transition: all 0.8s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.circle-enter, .circle-leave-to /* .fade-leave-active below version 2.1.8 */ {
opacity: 0;
}
.dropdown-enter-active, .dropdown-leave-active {
transition: all 0.8s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.dropdown-enter, .dropdown-leave-to /* .fade-leave-active below version 2.1.8 */ {
opacity: 0;
}
.circle-content a{
margin-top: 10px;
color: white;
text-decoration: none;
font-family: {{site.base_font}};
font-size: 16px;
width: 100%;
display: block;
text-align: center;
}
.menu-button {
background-color: {{ site.accent_color }};
color: white;
padding: 15px;
font-size: 16px;
border: none;
cursor: pointer;
border-radius: 10px;
position: absolute;
display: inline-block;
}
.menu-button.circle {
border-radius: 50%;
}
.dropdown-content {
position: absolute;
background-color: {{ site.accent_color }};
z-index: 1;
border-radius: 10px;
right: 0;
left: auto;
padding-bottom: 10px;
}
.dropdown-content a {
color: white;
font-weight: bold;
padding: 7px 20px;
text-decoration: none;
display: block;
text-align: right;
}
.dropdown-content a:hover {
background-color: rgba(0, 0, 0, .4);
border-radius: 10px;
}
#choose {
position: absolute;
display: inline-block;
}
#choose > * {
background-color: {{ site.accent_color }};
color: white;
font-size: 16px;
border: none;
cursor: pointer;
border-radius: 10px;
}
/* Media */
@media (max-width:768px) {
html {
font-size: 14px;
}
#map {
position: absolute;
left: 0;
top: 0;
height: 40%;
width: 100%;
}
.leaflet-top {
height: 100%;
overflow: auto;
}
.leaflet-panel-layers.compact {
max-height: 45%;
overflow: auto;
}
.sidebar {
position: absolute;
left: 0;
top: 40%;
height: 60%;
width: 100%
}
div.wrapper {
width: 100%;
height: 40%;
overflow: auto;
}
.sub-menu, .menu-button {
right: 0%;
}
#choose {
bottom: 60%;
}
}
@media (min-width:768px) and (max-width:1100px) {
html {
font-size: 15px;
}
#map {
top: 0;
height: 100%;
width: 50%;
left: 0
}
.sidebar {
width: 50%;
position: absolute;
right: 0;
}
.sub-menu, .menu-button {
right: 50%;
}
#choose {
bottom: 0;
}
div.wrapper {
top: 0;
width: 50%;
height: 100%;
overflow: auto;
}
}
@media (min-width:1100px) {
.sidebar, #map {
position: absolute;
top: 0;
height: 100%;
}
#map {
left: 0;
width: 55%;
}
.sidebar {
width: 45%;
right: 0;
}
.sub-menu, .menu-button {
right: 45%;
}
#choose {
bottom: 0;
}
div.wrapper {
left: 0;
width: 55%;
height: 100%;
overflow: auto;
}
}
@media (orientation: portrait) {
html {
font-size: 15px;
}
#map {
position: absolute;
left: 0;
top: 0;
height: 40%;
width: 100%;
}
.leaflet-top {
height: 100%;
overflow: auto;
}
.leaflet-panel-layers.compact {
max-height: 64%;
overflow: auto;
}
.sidebar {
height: 60%;
width: 100%;
top: 40%;
}
.sub-menu, .menu-button {
right: 0%;
}
#choose {
bottom:60%;
}
div.wrapper {
width: 100%;
height: 40%;
overflow: auto;
}
}
/* Liquid attributes */
.caption {
font-family: {{site.base_font}};
line-height: 1.4em;
font-size: .9em;
font-style: italic;
text-align: center;
color: #5a5a5a;
padding: 0px 10px;
}
.bibliography {
list-style-type: none;
text-indent: -1rem;
font-size: .9em;
padding-left: 20px;
font-weight: 300;
}
/* Leaflet */
.legend {
max-height: 24px;
padding: 0px;
vertical-align: middle;
position: relative;
}
.legend img {
height: 40px;
}
.ordernumber {
font-weight: 900;
font-size: 20px;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -70%);
}
.referenceIcons .ordernumber {
font-size: 16px;
color: black;
}
img.article-marker {
height: 42px;
padding: 0px;
align:right;
cursor: pointer;
display: inline;
vertical-align: middle;
}
.leaflet-popup-content-wrapper, .leaflet-popup-tip {
font-family: {{site.base_font}};
font-weight: 300;
font-size: 14px;
}
label.leaflet-panel-layers-title {
font-family: {{site.base_font}};
font-weight: 300;
text-transform: uppercase;
}
div.leaflet-control-layers-overlays {
font-family: {{site.base_font}};
font-weight: 300;
text-transform: uppercase;
font-size: .9em;
}
@media (max-width:768px) {
.leaflet-popup-content-wrapper, .leaflet-popup-tip {
font-size: 13px;
}
}
.leaflet-pane {
z-index: 0;
}
.marker-cluster-small div, .marker-cluster-medium div, .marker-cluster-large div {
background-color: {{site.accent_color}};
}
.marker-cluster-small, .marker-cluster-medium, .marker-cluster-large {
background-color: {{site.accent_color}};
color: white;
}
.footer {
text-align: center;
font-size: 12px;
bottom: 0;
position: relative;
padding-top: 6em;
}
/*
.leaflet-panel-layers-overlays .leaflet-panel-layers-item {
margin-bottom: 0px;
padding: 0px;
background: transparent;
border: transparent;
border-radius: 0px;
}
.leaflet-panel-layers-icon {
background: transparent;
}*/
.leaflet-retina .leaflet-control-layers-toggle {
background-image: url('{{site.baseurl}}/assets/leaflet/images/icon.png');
background-size: 20px 30px;
}
.nextprev {
display: flex;
justify-content: space-between;
}
ol {
padding-left: 18px;
margin: 0px;
}
#input-outer {
height: 2em;
border: 1px #777 solid;
position: relative;
padding: 0px;
border-radius: 4px;
width: 70%;
display: inline-block;
}
input[type="submit"] {
outline: none;
color: #666;
margin-left: 5px;
padding: 5px;
border-radius: 4px;
display: inline-block;
max-width: 25%;
}
#input-outer input {
height: 100%;
border: 0px;
outline: none;
margin: 0 0 0 0px;
color: #666;
box-sizing: border-box;
padding: 5px;
padding-right: 35px;
border-radius: 4px;
}
.clear {
position: absolute;
float: right;
height: 2em;
width: 2em;
top: 0px;
right: 0px;
background: #aaa;
color: white;
text-align: center;
cursor: pointer;
border-radius: 0px 4px 4px 0px;
}
.clear:after {
content: "\274c";
position: absolute;
top: 4px;
right: 7px;
}
.clear:hover,
.clear:focus {
background: #888;
}
.clear:active {
background: #666;
}
.showRouteButton {
all: unset;
color: {{site.accent_color}};
-webkit-text-fill-color: {{site.accent_color}};
cursor: pointer;
}
.dirButton {
all: unset;
color: {{site.accent_color}};
-webkit-text-fill-color: {{site.accent_color}};
cursor: pointer;
}
.routeInfo::after, .routeInfo::before {
content: "";
position: relative;
width: 100%;
height: 1px;
display: inline-block;
background-image: radial-gradient({{site.accent_color}}, white);
}
.leaflet-panel-layers.compact.leaflet-control:not(.expanded) .leaflet-panel-layers-icon{
width: 100%;
}
.start {
text-align: center;
}
.start button {
background-color: {{site.accent_color}};
border: none;
color: white;
padding: 15px 32px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 16px;
margin: 4px 2px;
cursor: pointer;
}
.post-header.home{
display: none;
} | 0.387343 | 0.090374 |
.tether-element-attached-top .datepicker__triangle, .tether-element-attached-bottom .datepicker__triangle {
margin-left: -8px;
position: absolute;
}
.tether-element-attached-top .datepicker__triangle, .tether-element-attached-bottom .datepicker__triangle, .tether-element-attached-top .datepicker__triangle:before, .tether-element-attached-bottom .datepicker__triangle:before {
box-sizing: content-box;
position: absolute;
border: 8px solid transparent;
height: 0;
width: 1px;
}
.tether-element-attached-top .datepicker__triangle:before, .tether-element-attached-bottom .datepicker__triangle:before {
content: "";
z-index: -1;
border-width: 8px;
left: -8px;
border-bottom-color: #aeaeae;
}
.tether-element-attached-top .datepicker__triangle {
top: 0;
margin-top: -8px;
}
.tether-element-attached-top .datepicker__triangle, .tether-element-attached-top .datepicker__triangle:before {
border-top: none;
border-bottom-color: #f0f0f0;
}
.tether-element-attached-top .datepicker__triangle:before {
top: -1px;
border-bottom-color: #aeaeae;
}
.tether-element-attached-bottom .datepicker__triangle {
bottom: 0;
margin-bottom: -8px;
}
.tether-element-attached-bottom .datepicker__triangle, .tether-element-attached-bottom .datepicker__triangle:before {
border-bottom: none;
border-top-color: #fff;
}
.tether-element-attached-bottom .datepicker__triangle:before {
bottom: -1px;
border-top-color: #aeaeae;
}
.datepicker {
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 11px;
background-color: #fff;
color: #000;
border: 1px solid #aeaeae;
border-radius: 4px;
display: inline-block;
position: relative;
}
.datepicker__container {
position: absolute;
display: inline-block;
z-index: 2147483647;
}
.datepicker__triangle {
position: absolute;
left: 50px;
}
.datepicker__header {
text-align: center;
background-color: #f0f0f0;
border-bottom: 1px solid #aeaeae;
border-top-left-radius: 4px;
border-top-right-radius: 4px;
padding-top: 8px;
position: relative;
}
.datepicker__current-month {
color: black;
font-weight: bold;
font-size: 13px;
}
.datepicker__navigation {
line-height: 24px;
text-align: center;
cursor: pointer;
position: absolute;
top: 10px;
width: 0;
border: 6px solid transparent;
}
.datepicker__navigation--previous {
left: 10px;
border-right-color: #ccc;
}
.datepicker__navigation--previous:hover {
border-right-color: #b3b3b3;
}
.datepicker__navigation--next {
right: 10px;
border-left-color: #ccc;
}
.datepicker__navigation--next:hover {
border-left-color: #b3b3b3;
}
.datepicker__week-day {
color: #ccc;
display: inline-block;
width: 28px;
line-height: 24px;
}
.datepicker__month {
margin: 5px;
text-align: center;
}
.datepicker__day {
color: #000;
display: inline-block;
width: 24px;
line-height: 24px;
text-align: center;
margin: 2px;
cursor: pointer;
}
.datepicker__day:hover {
border-radius: 4px;
background-color: #f0f0f0;
}
.datepicker__day--today {
font-weight: bold;
}
.datepicker__day--selected {
border-radius: 4px;
background-color: #216ba5;
color: #fff;
}
.datepicker__day--selected:hover {
background-color: #1d5d90;
}
.datepicker__day--disabled {
cursor: default;
color: #ccc;
}
.datepicker__day--disabled:hover {
background-color: transparent;
}
.datepicker__input-container {
position: relative;
}
.datepicker__input {
position: relative;
font-size: 13px;
border-radius: 4px;
box-shadow: inset 0 2px 2px #e9e9e9;
border: 1px solid #aeaeae;
line-height: 16px;
padding: 6px 10px 5px;
}
.datepicker__input:focus {
outline: none;
border-color: #aeaeae;
box-shadow: inset 0 2px 2px #e9e9e9, 0 0 10px 0 rgba(73, 107, 125, 0.3);
}
.datepicker__input:not(:valid) ~ .close-icon {
display: none;
}
.close-icon {
background-color: transparent;
border: 0;
cursor: pointer;
display: inline-block;
height: 0;
outline: 0;
padding: 0;
vertical-align: middle;
}
.close-icon:after {
background-color: #216ba5;
border-radius: 50%;
bottom: 0;
box-sizing: border-box;
color: white;
content: "\00d7";
cursor: pointer;
font-size: 12px;
height: 16px;
width: 16px;
line-height: 1;
margin: -8px auto 0;
padding: 2px;
position: absolute;
right: 7px;
text-align: center;
top: 50%;
} | dist/react-date-pick.css | .tether-element-attached-top .datepicker__triangle, .tether-element-attached-bottom .datepicker__triangle {
margin-left: -8px;
position: absolute;
}
.tether-element-attached-top .datepicker__triangle, .tether-element-attached-bottom .datepicker__triangle, .tether-element-attached-top .datepicker__triangle:before, .tether-element-attached-bottom .datepicker__triangle:before {
box-sizing: content-box;
position: absolute;
border: 8px solid transparent;
height: 0;
width: 1px;
}
.tether-element-attached-top .datepicker__triangle:before, .tether-element-attached-bottom .datepicker__triangle:before {
content: "";
z-index: -1;
border-width: 8px;
left: -8px;
border-bottom-color: #aeaeae;
}
.tether-element-attached-top .datepicker__triangle {
top: 0;
margin-top: -8px;
}
.tether-element-attached-top .datepicker__triangle, .tether-element-attached-top .datepicker__triangle:before {
border-top: none;
border-bottom-color: #f0f0f0;
}
.tether-element-attached-top .datepicker__triangle:before {
top: -1px;
border-bottom-color: #aeaeae;
}
.tether-element-attached-bottom .datepicker__triangle {
bottom: 0;
margin-bottom: -8px;
}
.tether-element-attached-bottom .datepicker__triangle, .tether-element-attached-bottom .datepicker__triangle:before {
border-bottom: none;
border-top-color: #fff;
}
.tether-element-attached-bottom .datepicker__triangle:before {
bottom: -1px;
border-top-color: #aeaeae;
}
.datepicker {
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 11px;
background-color: #fff;
color: #000;
border: 1px solid #aeaeae;
border-radius: 4px;
display: inline-block;
position: relative;
}
.datepicker__container {
position: absolute;
display: inline-block;
z-index: 2147483647;
}
.datepicker__triangle {
position: absolute;
left: 50px;
}
.datepicker__header {
text-align: center;
background-color: #f0f0f0;
border-bottom: 1px solid #aeaeae;
border-top-left-radius: 4px;
border-top-right-radius: 4px;
padding-top: 8px;
position: relative;
}
.datepicker__current-month {
color: black;
font-weight: bold;
font-size: 13px;
}
.datepicker__navigation {
line-height: 24px;
text-align: center;
cursor: pointer;
position: absolute;
top: 10px;
width: 0;
border: 6px solid transparent;
}
.datepicker__navigation--previous {
left: 10px;
border-right-color: #ccc;
}
.datepicker__navigation--previous:hover {
border-right-color: #b3b3b3;
}
.datepicker__navigation--next {
right: 10px;
border-left-color: #ccc;
}
.datepicker__navigation--next:hover {
border-left-color: #b3b3b3;
}
.datepicker__week-day {
color: #ccc;
display: inline-block;
width: 28px;
line-height: 24px;
}
.datepicker__month {
margin: 5px;
text-align: center;
}
.datepicker__day {
color: #000;
display: inline-block;
width: 24px;
line-height: 24px;
text-align: center;
margin: 2px;
cursor: pointer;
}
.datepicker__day:hover {
border-radius: 4px;
background-color: #f0f0f0;
}
.datepicker__day--today {
font-weight: bold;
}
.datepicker__day--selected {
border-radius: 4px;
background-color: #216ba5;
color: #fff;
}
.datepicker__day--selected:hover {
background-color: #1d5d90;
}
.datepicker__day--disabled {
cursor: default;
color: #ccc;
}
.datepicker__day--disabled:hover {
background-color: transparent;
}
.datepicker__input-container {
position: relative;
}
.datepicker__input {
position: relative;
font-size: 13px;
border-radius: 4px;
box-shadow: inset 0 2px 2px #e9e9e9;
border: 1px solid #aeaeae;
line-height: 16px;
padding: 6px 10px 5px;
}
.datepicker__input:focus {
outline: none;
border-color: #aeaeae;
box-shadow: inset 0 2px 2px #e9e9e9, 0 0 10px 0 rgba(73, 107, 125, 0.3);
}
.datepicker__input:not(:valid) ~ .close-icon {
display: none;
}
.close-icon {
background-color: transparent;
border: 0;
cursor: pointer;
display: inline-block;
height: 0;
outline: 0;
padding: 0;
vertical-align: middle;
}
.close-icon:after {
background-color: #216ba5;
border-radius: 50%;
bottom: 0;
box-sizing: border-box;
color: white;
content: "\00d7";
cursor: pointer;
font-size: 12px;
height: 16px;
width: 16px;
line-height: 1;
margin: -8px auto 0;
padding: 2px;
position: absolute;
right: 7px;
text-align: center;
top: 50%;
} | 0.417271 | 0.075619 |
@font-face {
font-family: 'Source Sans Pro';
font-weight: 200;
font-style: normal;
font-stretch: normal;
src: url('../third/sourcesans/EOT/SourceSansPro-ExtraLight.eot') format('embedded-opentype'),
url('../third/sourcesans/WOFF2/TTF/SourceSansPro-ExtraLight.ttf.woff2') format('woff2'),
url('../third/sourcesans/WOFF/OTF/SourceSansPro-ExtraLight.otf.woff') format('woff'),
url('../third/sourcesans/OTF/SourceSansPro-ExtraLight.otf') format('opentype'),
url('../third/sourcesans/TTF/SourceSansPro-ExtraLight.ttf') format('truetype');
}
@font-face {
font-family: 'Source Sans Pro';
font-weight: 200;
font-style: italic;
font-stretch: normal;
src: url('../third/sourcesans/EOT/SourceSansPro-ExtraLightIt.eot') format('embedded-opentype'),
url('../third/sourcesans/WOFF2/TTF/SourceSansPro-ExtraLightIt.ttf.woff2') format('woff2'),
url('../third/sourcesans/WOFF/OTF/SourceSansPro-ExtraLightIt.otf.woff') format('woff'),
url('../third/sourcesans/OTF/SourceSansPro-ExtraLightIt.otf') format('opentype'),
url('../third/sourcesans/TTF/SourceSansPro-ExtraLightIt.ttf') format('truetype');
}
@font-face {
font-family: 'Source Sans Pro';
font-weight: 300;
font-style: normal;
font-stretch: normal;
src: url('../third/sourcesans/EOT/SourceSansPro-Light.eot') format('embedded-opentype'),
url('../third/sourcesans/WOFF2/TTF/SourceSansPro-Light.ttf.woff2') format('woff2'),
url('../third/sourcesans/WOFF/OTF/SourceSansPro-Light.otf.woff') format('woff'),
url('../third/sourcesans/OTF/SourceSansPro-Light.otf') format('opentype'),
url('../third/sourcesans/TTF/SourceSansPro-Light.ttf') format('truetype');
}
@font-face {
font-family: 'Source Sans Pro';
font-weight: 300;
font-style: italic;
font-stretch: normal;
src: url('../third/sourcesans/EOT/SourceSansPro-LightIt.eot') format('embedded-opentype'),
url('../third/sourcesans/WOFF2/TTF/SourceSansPro-LightIt.ttf.woff2') format('woff2'),
url('../third/sourcesans/WOFF/OTF/SourceSansPro-LightIt.otf.woff') format('woff'),
url('../third/sourcesans/OTF/SourceSansPro-LightIt.otf') format('opentype'),
url('../third/sourcesans/TTF/SourceSansPro-LightIt.ttf') format('truetype');
}
@font-face {
font-family: 'Source Sans Pro';
font-weight: 400;
font-style: normal;
font-stretch: normal;
src: url('../third/sourcesans/EOT/SourceSansPro-Regular.eot') format('embedded-opentype'),
url('../third/sourcesans/WOFF2/TTF/SourceSansPro-Regular.ttf.woff2') format('woff2'),
url('../third/sourcesans/WOFF/OTF/SourceSansPro-Regular.otf.woff') format('woff'),
url('../third/sourcesans/OTF/SourceSansPro-Regular.otf') format('opentype'),
url('../third/sourcesans/TTF/SourceSansPro-Regular.ttf') format('truetype');
}
@font-face {
font-family: 'Source Sans Pro';
font-weight: 400;
font-style: italic;
font-stretch: normal;
src: url('../third/sourcesans/EOT/SourceSansPro-It.eot') format('embedded-opentype'),
url('../third/sourcesans/WOFF2/TTF/SourceSansPro-It.ttf.woff2') format('woff2'),
url('../third/sourcesans/WOFF/OTF/SourceSansPro-It.otf.woff') format('woff'),
url('../third/sourcesans/OTF/SourceSansPro-It.otf') format('opentype'),
url('../third/sourcesans/TTF/SourceSansPro-It.ttf') format('truetype');
}
@font-face {
font-family: 'Source Sans Pro';
font-weight: 600;
font-style: normal;
font-stretch: normal;
src: url('../third/sourcesans/EOT/SourceSansPro-Semibold.eot') format('embedded-opentype'),
url('../third/sourcesans/WOFF2/TTF/SourceSansPro-Semibold.ttf.woff2') format('woff2'),
url('../third/sourcesans/WOFF/OTF/SourceSansPro-Semibold.otf.woff') format('woff'),
url('../third/sourcesans/OTF/SourceSansPro-Semibold.otf') format('opentype'),
url('../third/sourcesans/TTF/SourceSansPro-Semibold.ttf') format('truetype');
}
@font-face {
font-family: 'Source Sans Pro';
font-weight: 600;
font-style: italic;
font-stretch: normal;
src: url('../third/sourcesans/EOT/SourceSansPro-SemiboldIt.eot') format('embedded-opentype'),
url('../third/sourcesans/WOFF2/TTF/SourceSansPro-SemiboldIt.ttf.woff2') format('woff2'),
url('../third/sourcesans/WOFF/OTF/SourceSansPro-SemiboldIt.otf.woff') format('woff'),
url('../third/sourcesans/OTF/SourceSansPro-SemiboldIt.otf') format('opentype'),
url('../third/sourcesans/TTF/SourceSansPro-SemiboldIt.ttf') format('truetype');
}
@font-face {
font-family: 'Source Sans Pro';
font-weight: 700;
font-style: normal;
font-stretch: normal;
src: url('../third/sourcesans/EOT/SourceSansPro-Bold.eot') format('embedded-opentype'),
url('../third/sourcesans/WOFF2/TTF/SourceSansPro-Bold.ttf.woff2') format('woff2'),
url('../third/sourcesans/WOFF/OTF/SourceSansPro-Bold.otf.woff') format('woff'),
url('../third/sourcesans/OTF/SourceSansPro-Bold.otf') format('opentype'),
url('../third/sourcesans/TTF/SourceSansPro-Bold.ttf') format('truetype');
}
@font-face {
font-family: 'Source Sans Pro';
font-weight: 700;
font-style: italic;
font-stretch: normal;
src: url('../third/sourcesans/EOT/SourceSansPro-BoldIt.eot') format('embedded-opentype'),
url('../third/sourcesans/WOFF2/TTF/SourceSansPro-BoldIt.ttf.woff2') format('woff2'),
url('../third/sourcesans/WOFF/OTF/SourceSansPro-BoldIt.otf.woff') format('woff'),
url('../third/sourcesans/OTF/SourceSansPro-BoldIt.otf') format('opentype'),
url('../third/sourcesans/TTF/SourceSansPro-BoldIt.ttf') format('truetype');
}
@font-face {
font-family: 'Source Sans Pro';
font-weight: 900;
font-style: normal;
font-stretch: normal;
src: url('../third/sourcesans/EOT/SourceSansPro-Black.eot') format('embedded-opentype'),
url('../third/sourcesans/WOFF2/TTF/SourceSansPro-Black.ttf.woff2') format('woff2'),
url('../third/sourcesans/WOFF/OTF/SourceSansPro-Black.otf.woff') format('woff'),
url('../third/sourcesans/OTF/SourceSansPro-Black.otf') format('opentype'),
url('../third/sourcesans/TTF/SourceSansPro-Black.ttf') format('truetype');
}
@font-face {
font-family: 'Source Sans Pro';
font-weight: 900;
font-style: italic;
font-stretch: normal;
src: url('../third/sourcesans/EOT/SourceSansPro-BlackIt.eot') format('embedded-opentype'),
url('../third/sourcesans/WOFF2/TTF/SourceSansPro-BlackIt.ttf.woff2') format('woff2'),
url('../third/sourcesans/WOFF/OTF/SourceSansPro-BlackIt.otf.woff') format('woff'),
url('../third/sourcesans/OTF/SourceSansPro-BlackIt.otf') format('opentype'),
url('../third/sourcesans/TTF/SourceSansPro-BlackIt.ttf') format('truetype');
} | static/styles/fonts.css | @font-face {
font-family: 'Source Sans Pro';
font-weight: 200;
font-style: normal;
font-stretch: normal;
src: url('../third/sourcesans/EOT/SourceSansPro-ExtraLight.eot') format('embedded-opentype'),
url('../third/sourcesans/WOFF2/TTF/SourceSansPro-ExtraLight.ttf.woff2') format('woff2'),
url('../third/sourcesans/WOFF/OTF/SourceSansPro-ExtraLight.otf.woff') format('woff'),
url('../third/sourcesans/OTF/SourceSansPro-ExtraLight.otf') format('opentype'),
url('../third/sourcesans/TTF/SourceSansPro-ExtraLight.ttf') format('truetype');
}
@font-face {
font-family: 'Source Sans Pro';
font-weight: 200;
font-style: italic;
font-stretch: normal;
src: url('../third/sourcesans/EOT/SourceSansPro-ExtraLightIt.eot') format('embedded-opentype'),
url('../third/sourcesans/WOFF2/TTF/SourceSansPro-ExtraLightIt.ttf.woff2') format('woff2'),
url('../third/sourcesans/WOFF/OTF/SourceSansPro-ExtraLightIt.otf.woff') format('woff'),
url('../third/sourcesans/OTF/SourceSansPro-ExtraLightIt.otf') format('opentype'),
url('../third/sourcesans/TTF/SourceSansPro-ExtraLightIt.ttf') format('truetype');
}
@font-face {
font-family: 'Source Sans Pro';
font-weight: 300;
font-style: normal;
font-stretch: normal;
src: url('../third/sourcesans/EOT/SourceSansPro-Light.eot') format('embedded-opentype'),
url('../third/sourcesans/WOFF2/TTF/SourceSansPro-Light.ttf.woff2') format('woff2'),
url('../third/sourcesans/WOFF/OTF/SourceSansPro-Light.otf.woff') format('woff'),
url('../third/sourcesans/OTF/SourceSansPro-Light.otf') format('opentype'),
url('../third/sourcesans/TTF/SourceSansPro-Light.ttf') format('truetype');
}
@font-face {
font-family: 'Source Sans Pro';
font-weight: 300;
font-style: italic;
font-stretch: normal;
src: url('../third/sourcesans/EOT/SourceSansPro-LightIt.eot') format('embedded-opentype'),
url('../third/sourcesans/WOFF2/TTF/SourceSansPro-LightIt.ttf.woff2') format('woff2'),
url('../third/sourcesans/WOFF/OTF/SourceSansPro-LightIt.otf.woff') format('woff'),
url('../third/sourcesans/OTF/SourceSansPro-LightIt.otf') format('opentype'),
url('../third/sourcesans/TTF/SourceSansPro-LightIt.ttf') format('truetype');
}
@font-face {
font-family: 'Source Sans Pro';
font-weight: 400;
font-style: normal;
font-stretch: normal;
src: url('../third/sourcesans/EOT/SourceSansPro-Regular.eot') format('embedded-opentype'),
url('../third/sourcesans/WOFF2/TTF/SourceSansPro-Regular.ttf.woff2') format('woff2'),
url('../third/sourcesans/WOFF/OTF/SourceSansPro-Regular.otf.woff') format('woff'),
url('../third/sourcesans/OTF/SourceSansPro-Regular.otf') format('opentype'),
url('../third/sourcesans/TTF/SourceSansPro-Regular.ttf') format('truetype');
}
@font-face {
font-family: 'Source Sans Pro';
font-weight: 400;
font-style: italic;
font-stretch: normal;
src: url('../third/sourcesans/EOT/SourceSansPro-It.eot') format('embedded-opentype'),
url('../third/sourcesans/WOFF2/TTF/SourceSansPro-It.ttf.woff2') format('woff2'),
url('../third/sourcesans/WOFF/OTF/SourceSansPro-It.otf.woff') format('woff'),
url('../third/sourcesans/OTF/SourceSansPro-It.otf') format('opentype'),
url('../third/sourcesans/TTF/SourceSansPro-It.ttf') format('truetype');
}
@font-face {
font-family: 'Source Sans Pro';
font-weight: 600;
font-style: normal;
font-stretch: normal;
src: url('../third/sourcesans/EOT/SourceSansPro-Semibold.eot') format('embedded-opentype'),
url('../third/sourcesans/WOFF2/TTF/SourceSansPro-Semibold.ttf.woff2') format('woff2'),
url('../third/sourcesans/WOFF/OTF/SourceSansPro-Semibold.otf.woff') format('woff'),
url('../third/sourcesans/OTF/SourceSansPro-Semibold.otf') format('opentype'),
url('../third/sourcesans/TTF/SourceSansPro-Semibold.ttf') format('truetype');
}
@font-face {
font-family: 'Source Sans Pro';
font-weight: 600;
font-style: italic;
font-stretch: normal;
src: url('../third/sourcesans/EOT/SourceSansPro-SemiboldIt.eot') format('embedded-opentype'),
url('../third/sourcesans/WOFF2/TTF/SourceSansPro-SemiboldIt.ttf.woff2') format('woff2'),
url('../third/sourcesans/WOFF/OTF/SourceSansPro-SemiboldIt.otf.woff') format('woff'),
url('../third/sourcesans/OTF/SourceSansPro-SemiboldIt.otf') format('opentype'),
url('../third/sourcesans/TTF/SourceSansPro-SemiboldIt.ttf') format('truetype');
}
@font-face {
font-family: 'Source Sans Pro';
font-weight: 700;
font-style: normal;
font-stretch: normal;
src: url('../third/sourcesans/EOT/SourceSansPro-Bold.eot') format('embedded-opentype'),
url('../third/sourcesans/WOFF2/TTF/SourceSansPro-Bold.ttf.woff2') format('woff2'),
url('../third/sourcesans/WOFF/OTF/SourceSansPro-Bold.otf.woff') format('woff'),
url('../third/sourcesans/OTF/SourceSansPro-Bold.otf') format('opentype'),
url('../third/sourcesans/TTF/SourceSansPro-Bold.ttf') format('truetype');
}
@font-face {
font-family: 'Source Sans Pro';
font-weight: 700;
font-style: italic;
font-stretch: normal;
src: url('../third/sourcesans/EOT/SourceSansPro-BoldIt.eot') format('embedded-opentype'),
url('../third/sourcesans/WOFF2/TTF/SourceSansPro-BoldIt.ttf.woff2') format('woff2'),
url('../third/sourcesans/WOFF/OTF/SourceSansPro-BoldIt.otf.woff') format('woff'),
url('../third/sourcesans/OTF/SourceSansPro-BoldIt.otf') format('opentype'),
url('../third/sourcesans/TTF/SourceSansPro-BoldIt.ttf') format('truetype');
}
@font-face {
font-family: 'Source Sans Pro';
font-weight: 900;
font-style: normal;
font-stretch: normal;
src: url('../third/sourcesans/EOT/SourceSansPro-Black.eot') format('embedded-opentype'),
url('../third/sourcesans/WOFF2/TTF/SourceSansPro-Black.ttf.woff2') format('woff2'),
url('../third/sourcesans/WOFF/OTF/SourceSansPro-Black.otf.woff') format('woff'),
url('../third/sourcesans/OTF/SourceSansPro-Black.otf') format('opentype'),
url('../third/sourcesans/TTF/SourceSansPro-Black.ttf') format('truetype');
}
@font-face {
font-family: 'Source Sans Pro';
font-weight: 900;
font-style: italic;
font-stretch: normal;
src: url('../third/sourcesans/EOT/SourceSansPro-BlackIt.eot') format('embedded-opentype'),
url('../third/sourcesans/WOFF2/TTF/SourceSansPro-BlackIt.ttf.woff2') format('woff2'),
url('../third/sourcesans/WOFF/OTF/SourceSansPro-BlackIt.otf.woff') format('woff'),
url('../third/sourcesans/OTF/SourceSansPro-BlackIt.otf') format('opentype'),
url('../third/sourcesans/TTF/SourceSansPro-BlackIt.ttf') format('truetype');
} | 0.22482 | 0.046098 |