UNPKG

uxcore-kuma

Version:

style for uxcore based on kuma

2,252 lines 501 kB
html { box-sizing: border-box; } *, *:after, *:before { box-sizing: inherit; } /*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */ /** * 1. Set default font family to sans-serif. * 2. Prevent iOS and IE text size adjust after device orientation change, * without disabling user zoom. */ html { font-family: sans-serif; /* 1 */ -ms-text-size-adjust: 100%; /* 2 */ -webkit-text-size-adjust: 100%; /* 2 */ } /** * Remove default margin. */ body, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td, hr, button, article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { margin: 0; padding: 0; } /* HTML5 display definitions ========================================================================== */ /** * Correct `block` display not defined for any HTML5 element in IE 8/9. * Correct `block` display not defined for `details` or `summary` in IE 10/11 * and Firefox. * Correct `block` display not defined for `main` in IE 11. */ article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary { display: block; } /** * 1. Correct `inline-block` display not defined in IE 8/9. * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera. */ audio, canvas, progress, video { display: inline-block; /* 1 */ vertical-align: baseline; /* 2 */ } /** * Prevent modern browsers from displaying `audio` without controls. * Remove excess height in iOS 5 devices. */ audio:not([controls]) { display: none; height: 0; } /** * Address `[hidden]` styling not present in IE 8/9/10. * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22. */ [hidden], template { display: none; } /* Links ========================================================================== */ /** * Remove the gray background color from active links in IE 10. */ a { background-color: transparent; } /** * Improve readability of focused elements when they are also in an * active/hover state. */ a:active, a:hover { outline: 0; } /* Text-level semantics ========================================================================== */ /** * Address styling not present in IE 8/9/10/11, Safari, and Chrome. */ abbr[title] { border-bottom: 1px dotted; } /** * Address style set to `bolder` in Firefox 4+, Safari, and Chrome. */ b, strong { font-weight: bold; } /** * Address styling not present in Safari and Chrome. */ dfn { font-style: italic; } /** * Address variable `h1` font-size and margin within `section` and `article` * contexts in Firefox 4+, Safari, and Chrome. */ h1 { font-size: 2em; margin: 0.67em 0; } /** * Address styling not present in IE 8/9. */ mark { background: #ff0; color: #000; } /** * Address inconsistent and variable font size in all browsers. */ small { font-size: 80%; } /** * Prevent `sub` and `sup` affecting `line-height` in all browsers. */ sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; } sup { top: -0.5em; } sub { bottom: -0.25em; } /* Embedded content ========================================================================== */ /** * Remove border when inside `a` element in IE 8/9/10. */ img { border: 0; } /** * Correct overflow not hidden in IE 9/10/11. */ svg:not(:root) { overflow: hidden; } /* Grouping content ========================================================================== */ /** * Address differences between Firefox and other browsers. */ hr { box-sizing: content-box; height: 0; } /** * Contain overflow in all browsers. */ pre { overflow: auto; } /** * Address odd `em`-unit font size rendering in all browsers. */ code, kbd, pre, samp { font-family: monospace, monospace; font-size: 1em; } /* Forms ========================================================================== */ /** * Known limitation: by default, Chrome and Safari on OS X allow very limited * styling of `select`, unless a `border` property is set. */ /** * 1. Correct color not being inherited. * Known issue: affects color of disabled elements. * 2. Correct font properties not being inherited. * 3. Address margins set differently in Firefox 4+, Safari, and Chrome. */ button, input, optgroup, select, textarea { color: inherit; /* 1 */ font: inherit; /* 2 */ margin: 0; /* 3 */ } /** * Address `overflow` set to `hidden` in IE 8/9/10/11. */ button { overflow: visible; } /** * Address inconsistent `text-transform` inheritance for `button` and `select`. * All other form control elements do not inherit `text-transform` values. * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera. * Correct `select` style inheritance in Firefox. */ button, select { text-transform: none; } /** * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio` * and `video` controls. * 2. Correct inability to style clickable `input` types in iOS. * 3. Improve usability and consistency of cursor style between image-type * `input` and others. */ button, html input[type="button"], input[type="reset"], input[type="submit"] { -webkit-appearance: button; /* 2 */ cursor: pointer; /* 3 */ } /** * Remove inner padding and border in Firefox 4+. */ button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; } /** * Address Firefox 4+ setting `line-height` on `input` using `!important` in * the UA stylesheet. */ input { line-height: normal; } /** * It's recommended that you don't attempt to style these elements. * Firefox's implementation doesn't respect box-sizing, padding, or width. * * 1. Address box sizing set to `content-box` in IE 8/9/10. * 2. Remove excess padding in IE 8/9/10. */ input[type="checkbox"], input[type="radio"] { box-sizing: border-box; /* 1 */ padding: 0; /* 2 */ } /** * Fix the cursor style for Chrome's increment/decrement buttons. For certain * `font-size` values of the `input`, it causes the cursor style of the * decrement button to change from `default` to `text`. */ input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button { height: auto; } /** * 1. Address `appearance` set to `searchfield` in Safari and Chrome. * 2. Address `box-sizing` set to `border-box` in Safari and Chrome. */ input[type="search"] { -webkit-appearance: textfield; /* 1 */ box-sizing: content-box; /* 2 */ } /** * Remove inner padding and search cancel button in Safari and Chrome on OS X. * Safari (but not Chrome) clips the cancel button when the search input has * padding (and `textfield` appearance). */ input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; } /** * Define consistent border, margin, and padding. */ fieldset { margin: 0 2px; padding: 0.35em 0.625em 0.75em; border: 0 none; } /** * 1. Correct `color` not being inherited in IE 8/9/10/11. * 2. Remove padding so people aren't caught out if they zero out fieldsets. */ legend { border: 0; /* 1 */ padding: 0; /* 2 */ } /** * Remove default vertical scrollbar in IE 8/9/10/11. */ textarea { overflow: auto; } /** * Don't inherit the `font-weight` (applied by a rule above). * NOTE: the default cannot safely be changed in Chrome and Safari on OS X. */ optgroup { font-weight: bold; } /* Tables ========================================================================== */ /** * Remove most spacing between table cells. */ table { border-collapse: collapse; border-spacing: 0; } body { background-color: #fff; font: 12px/1.5 'Helvetica Neue', Helvetica, 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', Arial, sans-serif; color: rgba(0, 0, 0, 0.6); } ol li, ul li, dl li { list-style: none; } a { text-decoration: none; } a:hover { text-decoration: underline; } :focus { outline: none !important; } .fn-clear { zoom: 1; } .fn-clear:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; } .fn-hide { display: none; } .fn-show { display: block; } .fn-left { float: left; } .fn-right { float: right; } .fn-text-overflow { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } .fn-linear { background: linear-gradient(#fcfcfc, #f1f1f1); } /* 浅色的渐变 */ .fn-linear-light { background: linear-gradient(#fcfcfc, #f9f9f9); } /* 人民币符号 */ .fn-rmb { font-family: arial; font-style: normal; padding-right: 4px; } .fn-webkit-adjust { -webkit-text-size-adjust: none; } .fn-highlight { color: #f60; } .fn-comment { color: rgba(0, 0, 0, 0.4); } .fn-border-box { box-sizing: border-box; } .fn-border-box * { box-sizing: inherit; } .fn-content-box { box-sizing: content-box; } .fn-content-box * { box-sizing: inherit; } a { color: #3C99D8; } a:visited { color: #3C99D8; } a:hover { color: #2E76A6; } a:active { color: #2E76A6; } a:disabled { color: rgba(31, 56, 88, 0.3); } a.weak-link { color: rgba(0, 0, 0, 0.6); text-decoration: underline; } a.weaker-link { color: rgba(0, 0, 0, 0.6); } /* * name : BUTTON * author: vincent.bian * date : 2016-01-22 */ a.kuma-button { display: inline-block; text-decoration: none; } a.kuma-button.kuma-button-disabled:hover, a.kuma-button.kuma-button-disabled:focus, a.kuma-button.kuma-button-disabled:visited { color: rgba(31, 56, 88, 0.3); } .kuma-button { padding: 0 16px; height: 32px; border-width: 1px; border-style: solid; border-radius: 3px; font-size: 12px; line-height: 30px; box-sizing: border-box; transition: all 0.3s ease; } .kuma-button-primary { background-color: #00a0e8; border-color: #00a0e8; color: #fff; } .kuma-button-primary:visited { color: #fff; } .kuma-button-primary:hover, .kuma-button-primary:focus { background-color: #1aaaea; border-color: #1aaaea; color: #fff; } .kuma-button-primary:active { background-color: #0098dc; border-color: #0098dc; color: #fff; } .kuma-button-primary.kuma-button-danger { background: #F04631; border-color: #F04631; } .kuma-button-primary.kuma-button-danger:hover, .kuma-button-primary.kuma-button-danger:focus { background: #f25946; border-color: #f25946; } .kuma-button-primary.kuma-button-danger:active { background: #e4432f; border-color: #e4432f; } .kuma-button-outline { background-color: #fff; border-color: #00a0e8; color: #00a0e8; } .kuma-button-outline:visited { color: #00a0e8; } .kuma-button-outline:hover, .kuma-button-outline:focus { background-color: rgba(0, 160, 232, 0.06); border-color: #1aaaea; color: #1aaaea; } .kuma-button-outline:active { background-color: rgba(0, 160, 232, 0.1); border-color: #0098dc; color: #0098dc; } .kuma-button-outline.kuma-button-danger { border-color: #F04631; color: #F04631; } .kuma-button-outline.kuma-button-danger:hover, .kuma-button-outline.kuma-button-danger:focus { background: rgba(240, 70, 49, 0.06); border-color: #f25946; color: #f25946; } .kuma-button-outline.kuma-button-danger:active { background: rgba(240, 70, 49, 0.1); border-color: #e4432f; color: #e4432f; } .kuma-button-secondary { background-color: #ffffff; border-color: rgba(31, 56, 88, 0.3); color: rgba(31, 56, 88, 0.6); } .kuma-button-secondary:visited { color: rgba(31, 56, 88, 0.6); } .kuma-button-secondary:hover, .kuma-button-secondary:focus { border-color: rgba(31, 56, 88, 0.6); background-color: rgba(31, 56, 88, 0.06); } .kuma-button-secondary:active { border-color: #1f3858; background-color: rgba(31, 56, 88, 0.1); color: #1f3858; } .kuma-button-secondary.kuma-button-danger { border-color: #F04631; color: #F04631; } .kuma-button-secondary.kuma-button-danger:hover, .kuma-button-secondary.kuma-button-danger:focus { background: rgba(240, 70, 49, 0.06); border-color: #f25946; color: #f25946; } .kuma-button-secondary.kuma-button-danger:active { background: rgba(240, 70, 49, 0.1); border-color: #e4432f; color: #e4432f; } .kuma-button-ghost { background-color: transparent; } .kuma-button-ghost.kuma-button-disabled { background-color: rgba(31, 56, 88, 0.04); border-color: rgba(31, 56, 88, 0.2); color: rgba(31, 56, 88, 0.3); } .kuma-button-ghost.kuma-button-disabled:hover, .kuma-button-ghost.kuma-button-disabled:focus, .kuma-button-ghost.kuma-button-disabled:active { background-color: rgba(31, 56, 88, 0.04); border-color: rgba(31, 56, 88, 0.2); color: rgba(31, 56, 88, 0.3); } .kuma-button-ghost.kuma-button-disabled:visited { background-color: rgba(31, 56, 88, 0.04); border-color: rgba(31, 56, 88, 0.2); } .kuma-button-white { border-color: #ffffff; color: #ffffff; } .kuma-button-white:visited { color: #ffffff; } .kuma-button-white:hover, .kuma-button-white:focus { border-color: rgba(255, 255, 255, 0.8); background-color: rgba(255, 255, 255, 0.06); color: rgba(255, 255, 255, 0.8); } .kuma-button-white:active { background: rgba(255, 255, 255, 0.1); } .kuma-button-white.kuma-button-disabled { border-color: rgba(255, 255, 255, 0.3); background-color: rgba(255, 255, 255, 0.1); color: rgba(255, 255, 255, 0.3); } .kuma-button-disabled { background-color: rgba(31, 56, 88, 0.04); border-color: rgba(31, 56, 88, 0.2); color: rgba(31, 56, 88, 0.3); cursor: not-allowed; } .kuma-button-disabled:visited { background-color: rgba(31, 56, 88, 0.04); border-color: rgba(31, 56, 88, 0.2); } .kuma-button-disabled:hover, .kuma-button-disabled:focus, .kuma-button-disabled:active { background-color: rgba(31, 56, 88, 0.04); border-color: rgba(31, 56, 88, 0.2); color: rgba(31, 56, 88, 0.3); } .kuma-button-lg { padding: 0 16px; height: 36px; line-height: 34px; font-size: 14px; } .kuma-button-sm { padding: 0 8px; height: 28px; line-height: 26px; font-size: 12px; } .kuma-button-group { display: inline-block; } .kuma-button-group .kuma-button { margin: 0; float: left; } .kuma-button-group .kuma-button + .kuma-button { margin-left: -1px; } .kuma-button-group .kuma-button:not(:first-child) { border-top-left-radius: 0; border-bottom-left-radius: 0; } .kuma-button-group .kuma-button:not(:last-child) { border-top-right-radius: 0; border-bottom-right-radius: 0; } .kuma-checkbox { display: none; } .kuma-checkbox + s { display: inline-block; vertical-align: text-bottom; } .kuma-checkbox[type="radio"] + s, .kuma-checkbox.radio-primary[type="radio"] + s { width: 16px; height: 16px; background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%3E%0A%20%20%20%20%3Ccircle%20cx%3D%228%22%20cy%3D%228%22%20r%3D%227%22%20fill%3D%22white%22%20stroke%3D%22rgba(31%2C56%2C88%2C0.30)%22%20stroke-width%3D%221%22%2F%3E%0A%3C%2Fsvg%3E%0A"); background-repeat: no-repeat; } .kuma-checkbox[type="radio"] + s:hover, .kuma-checkbox.radio-primary[type="radio"] + s:hover { background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%3E%0A%20%20%20%20%3Ccircle%20cx%3D%228%22%20cy%3D%228%22%20r%3D%227%22%20fill%3D%22white%22%20stroke%3D%22%2300a0e8%22%20stroke-width%3D%221%22%2F%3E%0A%3C%2Fsvg%3E%0A"); } .kuma-checkbox[type="radio"]:checked + s { background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%3E%0A%20%20%20%20%3Ccircle%20cx%3D%228%22%20cy%3D%228%22%20r%3D%226%22%20fill%3D%22white%22%20stroke%3D%22%2300a0e8%22%20stroke-width%3D%224%22%2F%3E%0A%3C%2Fsvg%3E"); background-repeat: no-repeat; } .kuma-checkbox[type="radio"]:disabled + s { background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%3E%0A%20%20%20%20%3Ccircle%20cx%3D%228%22%20cy%3D%228%22%20r%3D%227%22%20fill%3D%22rgba(31%2C56%2C88%2C0.04)%22%20stroke%3D%22rgba(31%2C56%2C88%2C0.20)%22%20stroke-width%3D%221%22%2F%3E%0A%3C%2Fsvg%3E%0A"); background-repeat: no-repeat; } .kuma-checkbox[type="radio"]:checked:disabled + s { background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%3E%0A%20%20%20%20%3Ccircle%20cx%3D%228%22%20cy%3D%228%22%20r%3D%226%22%20fill%3D%22rgba(31%2C56%2C88%2C0.04)%22%20stroke%3D%22rgba(31%2C56%2C88%2C0.20)%22%20stroke-width%3D%224%22%2F%3E%0A%3C%2Fsvg%3E%0A"); background-repeat: no-repeat; } .kuma-checkbox.radio-primary[type="radio"] + s { background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%3E%0A%20%20%20%20%3Ccircle%20cx%3D%228%22%20cy%3D%228%22%20r%3D%227%22%20fill%3D%22white%22%20stroke%3D%22rgba(31%2C56%2C88%2C0.30)%22%20stroke-width%3D%221%22%2F%3E%0A%3C%2Fsvg%3E%0A"); background-repeat: no-repeat; } .kuma-checkbox.radio-primary[type="radio"]:checked + s { background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%3E%0A%20%20%20%20%3Ccircle%20cx%3D%228%22%20cy%3D%228%22%20r%3D%226%22%20fill%3D%22white%22%20stroke%3D%22%2300a0e8%22%20stroke-width%3D%224%22%2F%3E%0A%3C%2Fsvg%3E"); background-repeat: no-repeat; } .kuma-checkbox.radio-primary[type="radio"]:disabled + s { background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%3E%0A%20%20%20%20%3Ccircle%20cx%3D%228%22%20cy%3D%228%22%20r%3D%227%22%20fill%3D%22rgba(31%2C56%2C88%2C0.04)%22%20stroke%3D%22rgba(31%2C56%2C88%2C0.20)%22%20stroke-width%3D%221%22%2F%3E%0A%3C%2Fsvg%3E%0A"); background-repeat: no-repeat; } .kuma-checkbox.radio-primary[type="radio"]:checked:disabled + s { background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%3E%0A%20%20%20%20%3Ccircle%20cx%3D%228%22%20cy%3D%228%22%20r%3D%226%22%20fill%3D%22rgba(31%2C56%2C88%2C0.04)%22%20stroke%3D%22rgba(31%2C56%2C88%2C0.20)%22%20stroke-width%3D%224%22%2F%3E%0A%3C%2Fsvg%3E%0A"); background-repeat: no-repeat; } .kuma-checkbox[type="checkbox"] + s, .kuma-checkbox.checkbox-primary[type="checkbox"] + s { width: 16px; height: 16px; background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%3E%0A%20%20%20%20%3Crect%20x%3D%221%22%20y%3D%221%22%20width%3D%2214%22%20height%3D%2214%22%20fill%3D%22white%22%20stroke%3D%22rgba(31%2C56%2C88%2C0.30)%22%20stroke-width%3D%221px%22%20rx%3D%223%22%20ry%3D%223%22%20%2F%3E%0A%3C%2Fsvg%3E"); background-repeat: no-repeat; } .kuma-checkbox[type="checkbox"] + s:hover, .kuma-checkbox.checkbox-primary[type="checkbox"] + s:hover { background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%3E%0A%20%20%20%20%3Crect%20x%3D%221%22%20y%3D%221%22%20width%3D%2214%22%20height%3D%2214%22%20fill%3D%22white%22%20stroke%3D%22%2300a0e8%22%20stroke-width%3D%221px%22%20rx%3D%223%22%20ry%3D%223%22%20%2F%3E%0A%3C%2Fsvg%3E"); } .kuma-checkbox[type="checkbox"]:checked + s { background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%3E%0A%09%3Crect%20x%3D%221%22%20y%3D%221%22%20width%3D%2214%22%20height%3D%2214%22%20fill%3D%22%2300a0e8%22%20stroke%3D%22%2300a0e8%22%20stroke-width%3D%221px%22%20rx%3D%223%22%20ry%3D%223%22%20%2F%3E%0A%09%3Cpolyline%20points%3D%225%209%2C7.5%2011%2C12%205.5%22%20stroke%3D%22white%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22square%22%20fill%3D%22transparent%22%2F%3E%0A%3C%2Fsvg%3E%0A"); background-repeat: no-repeat; } .kuma-checkbox[type="checkbox"]:disabled + s { background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%3E%0A%20%20%20%20%3Crect%20x%3D%221%22%20y%3D%221%22%20width%3D%2214%22%20height%3D%2214%22%20fill%3D%22rgba(31%2C56%2C88%2C0.04)%22%20stroke%3D%22rgba(31%2C56%2C88%2C0.2)%22%20stroke-width%3D%221px%22%20rx%3D%223%22%20ry%3D%223%22%20%2F%3E%0A%3C%2Fsvg%3E%0A"); background-repeat: no-repeat; } .kuma-checkbox[type="checkbox"]:checked:disabled + s { background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%3E%0A%09%3Crect%20x%3D%221%22%20y%3D%221%22%20width%3D%2214%22%20height%3D%2214%22%20fill%3D%22rgba(31%2C56%2C88%2C0.04)%22%20stroke%3D%22rgba(31%2C56%2C88%2C0.2)%22%20stroke-width%3D%221px%22%20rx%3D%223%22%20ry%3D%223%22%20%2F%3E%0A%09%3Cpolyline%20points%3D%225%209%2C7.5%2011%2C12%205.5%22%20stroke%3D%22rgba(31%2C56%2C88%2C0.2)%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22square%22%20fill%3D%22white%22%2F%3E%0A%3C%2Fsvg%3E%0A"); background-repeat: no-repeat; } .kuma-checkbox.checkbox-primary[type="checkbox"] + s { background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%3E%0A%20%20%20%20%3Crect%20x%3D%221%22%20y%3D%221%22%20width%3D%2214%22%20height%3D%2214%22%20fill%3D%22white%22%20stroke%3D%22rgba(31%2C56%2C88%2C0.30)%22%20stroke-width%3D%221px%22%20rx%3D%223%22%20ry%3D%223%22%20%2F%3E%0A%3C%2Fsvg%3E"); background-repeat: no-repeat; } .kuma-checkbox.checkbox-primary[type="checkbox"]:checked + s { background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%3E%0A%09%3Crect%20x%3D%221%22%20y%3D%221%22%20width%3D%2214%22%20height%3D%2214%22%20fill%3D%22%2300a0e8%22%20stroke%3D%22%2300a0e8%22%20stroke-width%3D%221px%22%20rx%3D%223%22%20ry%3D%223%22%20%2F%3E%0A%09%3Cpolyline%20points%3D%225%209%2C7.5%2011%2C12%205.5%22%20stroke%3D%22white%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22square%22%20fill%3D%22transparent%22%2F%3E%0A%3C%2Fsvg%3E%0A"); background-repeat: no-repeat; } .kuma-checkbox.checkbox-primary[type="checkbox"]:disabled + s { background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%3E%0A%20%20%20%20%3Crect%20x%3D%221%22%20y%3D%221%22%20width%3D%2214%22%20height%3D%2214%22%20fill%3D%22rgba(31%2C56%2C88%2C0.04)%22%20stroke%3D%22rgba(31%2C56%2C88%2C0.2)%22%20stroke-width%3D%221px%22%20rx%3D%223%22%20ry%3D%223%22%20%2F%3E%0A%3C%2Fsvg%3E%0A"); background-repeat: no-repeat; } .kuma-checkbox.checkbox-primary[type="checkbox"]:checked:disabled + s { background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%3E%0A%09%3Crect%20x%3D%221%22%20y%3D%221%22%20width%3D%2214%22%20height%3D%2214%22%20fill%3D%22rgba(31%2C56%2C88%2C0.04)%22%20stroke%3D%22rgba(31%2C56%2C88%2C0.2)%22%20stroke-width%3D%221px%22%20rx%3D%223%22%20ry%3D%223%22%20%2F%3E%0A%09%3Cpolyline%20points%3D%225%209%2C7.5%2011%2C12%205.5%22%20stroke%3D%22rgba(31%2C56%2C88%2C0.2)%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22square%22%20fill%3D%22white%22%2F%3E%0A%3C%2Fsvg%3E%0A"); background-repeat: no-repeat; } .kuma-checkbox-partial, .kuma-checkbox-partial-disabled { width: 16px; height: 16px; display: inline-block; vertical-align: text-bottom; background-repeat: no-repeat; } .kuma-checkbox-partial { background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%3E%0A%20%20%20%20%3Crect%20x%3D%221%22%20y%3D%221%22%20width%3D%2214%22%20height%3D%2214%22%20fill%3D%22%2300a0e8%22%20stroke%3D%22%2300a0e8%22%20stroke-width%3D%221px%22%20rx%3D%223%22%20ry%3D%223%22%20%2F%3E%0A%09%3Cline%20x1%3D%223%22%20y1%3D%228%22%20x2%3D%2213%22%20y2%3D%228%22%20stroke-width%3D%222%22%20stroke%3D%22white%22%2F%3E%0A%3C%2Fsvg%3E"); } .kuma-checkbox-partial-disabled { background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%3E%0A%20%20%20%20%3Crect%20x%3D%221%22%20y%3D%221%22%20width%3D%2214%22%20height%3D%2214%22%20fill%3D%22rgba(31%2C56%2C88%2C0.04)%22%20stroke%3D%22rgba(31%2C56%2C88%2C0.2)%22%20stroke-width%3D%221px%22%20rx%3D%223%22%20ry%3D%223%22%20%2F%3E%0A%09%3Cline%20x1%3D%223%22%20y1%3D%228%22%20x2%3D%2213%22%20y2%3D%228%22%20stroke-width%3D%222%22%20stroke%3D%22rgba(31%2C56%2C88%2C0.2)%22%2F%3E%0A%3C%2Fsvg%3E"); } .kuma-form-item { margin-bottom: 20px; } .kuma-form-item .kuma-label { float: left; } .kuma-form-item .controls { margin-left: 110px; } .kuma-form-item .controls .kuma-form-text { display: inline-block; margin-top: 5px; } .kuma-form-item .controls .kuma-form-text .kuma-checkbox + s { vertical-align: sub; } .kuma-container-1000 { margin: 0 auto; width: 1000px; } .kuma-container-1180 { margin: 0 auto; width: 1180px; } .kuma-container-full { width: 100%; } .kuma-container { margin-right: auto; margin-left: auto; padding-left: 10px; padding-right: 10px; } @media (min-width: 768px) { .kuma-container { width: 740px; } } @media (min-width: 992px) { .kuma-container { width: 1000px; } } @media (min-width: 1200px) { .kuma-container { width: 1180px; } } .kuma-container-fluid { margin-right: auto; margin-left: auto; padding-left: 10px; padding-right: 10px; } .kuma-row { margin-left: -10px; margin-right: -10px; } .kuma-row:after, .kuma-row:before { display: table; content: " "; clear: both; } .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12, .col-xs-13, .col-sm-13, .col-md-13, .col-lg-13, .col-xs-14, .col-sm-14, .col-md-14, .col-lg-14, .col-xs-15, .col-sm-15, .col-md-15, .col-lg-15, .col-xs-16, .col-sm-16, .col-md-16, .col-lg-16, .col-xs-17, .col-sm-17, .col-md-17, .col-lg-17, .col-xs-18, .col-sm-18, .col-md-18, .col-lg-18, .col-xs-19, .col-sm-19, .col-md-19, .col-lg-19, .col-xs-20, .col-sm-20, .col-md-20, .col-lg-20, .col-xs-21, .col-sm-21, .col-md-21, .col-lg-21, .col-xs-22, .col-sm-22, .col-md-22, .col-lg-22, .col-xs-23, .col-sm-23, .col-md-23, .col-lg-23, .col-xs-24, .col-sm-24, .col-md-24, .col-lg-24 { position: relative; min-height: 1px; padding-left: 10px; padding-right: 10px; } .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-13, .col-xs-14, .col-xs-15, .col-xs-16, .col-xs-17, .col-xs-18, .col-xs-19, .col-xs-20, .col-xs-21, .col-xs-22, .col-xs-23, .col-xs-24 { float: left; } .col-xs-24 { width: 100%; } .col-xs-23 { width: 95.83333333%; } .col-xs-22 { width: 91.66666667%; } .col-xs-21 { width: 87.5%; } .col-xs-20 { width: 83.33333333%; } .col-xs-19 { width: 79.16666667%; } .col-xs-18 { width: 75%; } .col-xs-17 { width: 70.83333333%; } .col-xs-16 { width: 66.66666667%; } .col-xs-15 { width: 62.5%; } .col-xs-14 { width: 58.33333333%; } .col-xs-13 { width: 54.16666667%; } .col-xs-12 { width: 50%; } .col-xs-11 { width: 45.83333333%; } .col-xs-10 { width: 41.66666667%; } .col-xs-9 { width: 37.5%; } .col-xs-8 { width: 33.33333333%; } .col-xs-7 { width: 29.16666667%; } .col-xs-6 { width: 25%; } .col-xs-5 { width: 20.83333333%; } .col-xs-4 { width: 16.66666667%; } .col-xs-3 { width: 12.5%; } .col-xs-2 { width: 8.33333333%; } .col-xs-1 { width: 4.16666667%; } .col-xs-pull-24 { right: 100%; } .col-xs-pull-23 { right: 95.83333333%; } .col-xs-pull-22 { right: 91.66666667%; } .col-xs-pull-21 { right: 87.5%; } .col-xs-pull-20 { right: 83.33333333%; } .col-xs-pull-19 { right: 79.16666667%; } .col-xs-pull-18 { right: 75%; } .col-xs-pull-17 { right: 70.83333333%; } .col-xs-pull-16 { right: 66.66666667%; } .col-xs-pull-15 { right: 62.5%; } .col-xs-pull-14 { right: 58.33333333%; } .col-xs-pull-13 { right: 54.16666667%; } .col-xs-pull-12 { right: 50%; } .col-xs-pull-11 { right: 45.83333333%; } .col-xs-pull-10 { right: 41.66666667%; } .col-xs-pull-9 { right: 37.5%; } .col-xs-pull-8 { right: 33.33333333%; } .col-xs-pull-7 { right: 29.16666667%; } .col-xs-pull-6 { right: 25%; } .col-xs-pull-5 { right: 20.83333333%; } .col-xs-pull-4 { right: 16.66666667%; } .col-xs-pull-3 { right: 12.5%; } .col-xs-pull-2 { right: 8.33333333%; } .col-xs-pull-1 { right: 4.16666667%; } .col-xs-pull-0 { right: auto; } .col-xs-push-24 { left: 100%; } .col-xs-push-23 { left: 95.83333333%; } .col-xs-push-22 { left: 91.66666667%; } .col-xs-push-21 { left: 87.5%; } .col-xs-push-20 { left: 83.33333333%; } .col-xs-push-19 { left: 79.16666667%; } .col-xs-push-18 { left: 75%; } .col-xs-push-17 { left: 70.83333333%; } .col-xs-push-16 { left: 66.66666667%; } .col-xs-push-15 { left: 62.5%; } .col-xs-push-14 { left: 58.33333333%; } .col-xs-push-13 { left: 54.16666667%; } .col-xs-push-12 { left: 50%; } .col-xs-push-11 { left: 45.83333333%; } .col-xs-push-10 { left: 41.66666667%; } .col-xs-push-9 { left: 37.5%; } .col-xs-push-8 { left: 33.33333333%; } .col-xs-push-7 { left: 29.16666667%; } .col-xs-push-6 { left: 25%; } .col-xs-push-5 { left: 20.83333333%; } .col-xs-push-4 { left: 16.66666667%; } .col-xs-push-3 { left: 12.5%; } .col-xs-push-2 { left: 8.33333333%; } .col-xs-push-1 { left: 4.16666667%; } .col-xs-push-0 { left: auto; } .col-xs-offset-24 { margin-left: 100%; } .col-xs-offset-23 { margin-left: 95.83333333%; } .col-xs-offset-22 { margin-left: 91.66666667%; } .col-xs-offset-21 { margin-left: 87.5%; } .col-xs-offset-20 { margin-left: 83.33333333%; } .col-xs-offset-19 { margin-left: 79.16666667%; } .col-xs-offset-18 { margin-left: 75%; } .col-xs-offset-17 { margin-left: 70.83333333%; } .col-xs-offset-16 { margin-left: 66.66666667%; } .col-xs-offset-15 { margin-left: 62.5%; } .col-xs-offset-14 { margin-left: 58.33333333%; } .col-xs-offset-13 { margin-left: 54.16666667%; } .col-xs-offset-12 { margin-left: 50%; } .col-xs-offset-11 { margin-left: 45.83333333%; } .col-xs-offset-10 { margin-left: 41.66666667%; } .col-xs-offset-9 { margin-left: 37.5%; } .col-xs-offset-8 { margin-left: 33.33333333%; } .col-xs-offset-7 { margin-left: 29.16666667%; } .col-xs-offset-6 { margin-left: 25%; } .col-xs-offset-5 { margin-left: 20.83333333%; } .col-xs-offset-4 { margin-left: 16.66666667%; } .col-xs-offset-3 { margin-left: 12.5%; } .col-xs-offset-2 { margin-left: 8.33333333%; } .col-xs-offset-1 { margin-left: 4.16666667%; } .col-xs-offset-0 { margin-left: 0%; } @media (min-width: 768px) { .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-13, .col-sm-14, .col-sm-15, .col-sm-16, .col-sm-17, .col-sm-18, .col-sm-19, .col-sm-20, .col-sm-21, .col-sm-22, .col-sm-23, .col-sm-24 { float: left; } .col-sm-24 { width: 100%; } .col-sm-23 { width: 95.83333333%; } .col-sm-22 { width: 91.66666667%; } .col-sm-21 { width: 87.5%; } .col-sm-20 { width: 83.33333333%; } .col-sm-19 { width: 79.16666667%; } .col-sm-18 { width: 75%; } .col-sm-17 { width: 70.83333333%; } .col-sm-16 { width: 66.66666667%; } .col-sm-15 { width: 62.5%; } .col-sm-14 { width: 58.33333333%; } .col-sm-13 { width: 54.16666667%; } .col-sm-12 { width: 50%; } .col-sm-11 { width: 45.83333333%; } .col-sm-10 { width: 41.66666667%; } .col-sm-9 { width: 37.5%; } .col-sm-8 { width: 33.33333333%; } .col-sm-7 { width: 29.16666667%; } .col-sm-6 { width: 25%; } .col-sm-5 { width: 20.83333333%; } .col-sm-4 { width: 16.66666667%; } .col-sm-3 { width: 12.5%; } .col-sm-2 { width: 8.33333333%; } .col-sm-1 { width: 4.16666667%; } .col-sm-pull-24 { right: 100%; } .col-sm-pull-23 { right: 95.83333333%; } .col-sm-pull-22 { right: 91.66666667%; } .col-sm-pull-21 { right: 87.5%; } .col-sm-pull-20 { right: 83.33333333%; } .col-sm-pull-19 { right: 79.16666667%; } .col-sm-pull-18 { right: 75%; } .col-sm-pull-17 { right: 70.83333333%; } .col-sm-pull-16 { right: 66.66666667%; } .col-sm-pull-15 { right: 62.5%; } .col-sm-pull-14 { right: 58.33333333%; } .col-sm-pull-13 { right: 54.16666667%; } .col-sm-pull-12 { right: 50%; } .col-sm-pull-11 { right: 45.83333333%; } .col-sm-pull-10 { right: 41.66666667%; } .col-sm-pull-9 { right: 37.5%; } .col-sm-pull-8 { right: 33.33333333%; } .col-sm-pull-7 { right: 29.16666667%; } .col-sm-pull-6 { right: 25%; } .col-sm-pull-5 { right: 20.83333333%; } .col-sm-pull-4 { right: 16.66666667%; } .col-sm-pull-3 { right: 12.5%; } .col-sm-pull-2 { right: 8.33333333%; } .col-sm-pull-1 { right: 4.16666667%; } .col-sm-pull-0 { right: auto; } .col-sm-push-24 { left: 100%; } .col-sm-push-23 { left: 95.83333333%; } .col-sm-push-22 { left: 91.66666667%; } .col-sm-push-21 { left: 87.5%; } .col-sm-push-20 { left: 83.33333333%; } .col-sm-push-19 { left: 79.16666667%; } .col-sm-push-18 { left: 75%; } .col-sm-push-17 { left: 70.83333333%; } .col-sm-push-16 { left: 66.66666667%; } .col-sm-push-15 { left: 62.5%; } .col-sm-push-14 { left: 58.33333333%; } .col-sm-push-13 { left: 54.16666667%; } .col-sm-push-12 { left: 50%; } .col-sm-push-11 { left: 45.83333333%; } .col-sm-push-10 { left: 41.66666667%; } .col-sm-push-9 { left: 37.5%; } .col-sm-push-8 { left: 33.33333333%; } .col-sm-push-7 { left: 29.16666667%; } .col-sm-push-6 { left: 25%; } .col-sm-push-5 { left: 20.83333333%; } .col-sm-push-4 { left: 16.66666667%; } .col-sm-push-3 { left: 12.5%; } .col-sm-push-2 { left: 8.33333333%; } .col-sm-push-1 { left: 4.16666667%; } .col-sm-push-0 { left: auto; } .col-sm-offset-24 { margin-left: 100%; } .col-sm-offset-23 { margin-left: 95.83333333%; } .col-sm-offset-22 { margin-left: 91.66666667%; } .col-sm-offset-21 { margin-left: 87.5%; } .col-sm-offset-20 { margin-left: 83.33333333%; } .col-sm-offset-19 { margin-left: 79.16666667%; } .col-sm-offset-18 { margin-left: 75%; } .col-sm-offset-17 { margin-left: 70.83333333%; } .col-sm-offset-16 { margin-left: 66.66666667%; } .col-sm-offset-15 { margin-left: 62.5%; } .col-sm-offset-14 { margin-left: 58.33333333%; } .col-sm-offset-13 { margin-left: 54.16666667%; } .col-sm-offset-12 { margin-left: 50%; } .col-sm-offset-11 { margin-left: 45.83333333%; } .col-sm-offset-10 { margin-left: 41.66666667%; } .col-sm-offset-9 { margin-left: 37.5%; } .col-sm-offset-8 { margin-left: 33.33333333%; } .col-sm-offset-7 { margin-left: 29.16666667%; } .col-sm-offset-6 { margin-left: 25%; } .col-sm-offset-5 { margin-left: 20.83333333%; } .col-sm-offset-4 { margin-left: 16.66666667%; } .col-sm-offset-3 { margin-left: 12.5%; } .col-sm-offset-2 { margin-left: 8.33333333%; } .col-sm-offset-1 { margin-left: 4.16666667%; } .col-sm-offset-0 { margin-left: 0%; } } @media (min-width: 992px) { .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md-13, .col-md-14, .col-md-15, .col-md-16, .col-md-17, .col-md-18, .col-md-19, .col-md-20, .col-md-21, .col-md-22, .col-md-23, .col-md-24 { float: left; } .col-md-24 { width: 100%; } .col-md-23 { width: 95.83333333%; } .col-md-22 { width: 91.66666667%; } .col-md-21 { width: 87.5%; } .col-md-20 { width: 83.33333333%; } .col-md-19 { width: 79.16666667%; } .col-md-18 { width: 75%; } .col-md-17 { width: 70.83333333%; } .col-md-16 { width: 66.66666667%; } .col-md-15 { width: 62.5%; } .col-md-14 { width: 58.33333333%; } .col-md-13 { width: 54.16666667%; } .col-md-12 { width: 50%; } .col-md-11 { width: 45.83333333%; } .col-md-10 { width: 41.66666667%; } .col-md-9 { width: 37.5%; } .col-md-8 { width: 33.33333333%; } .col-md-7 { width: 29.16666667%; } .col-md-6 { width: 25%; } .col-md-5 { width: 20.83333333%; } .col-md-4 { width: 16.66666667%; } .col-md-3 { width: 12.5%; } .col-md-2 { width: 8.33333333%; } .col-md-1 { width: 4.16666667%; } .col-md-pull-24 { right: 100%; } .col-md-pull-23 { right: 95.83333333%; } .col-md-pull-22 { right: 91.66666667%; } .col-md-pull-21 { right: 87.5%; } .col-md-pull-20 { right: 83.33333333%; } .col-md-pull-19 { right: 79.16666667%; } .col-md-pull-18 { right: 75%; } .col-md-pull-17 { right: 70.83333333%; } .col-md-pull-16 { right: 66.66666667%; } .col-md-pull-15 { right: 62.5%; } .col-md-pull-14 { right: 58.33333333%; } .col-md-pull-13 { right: 54.16666667%; } .col-md-pull-12 { right: 50%; } .col-md-pull-11 { right: 45.83333333%; } .col-md-pull-10 { right: 41.66666667%; } .col-md-pull-9 { right: 37.5%; } .col-md-pull-8 { right: 33.33333333%; } .col-md-pull-7 { right: 29.16666667%; } .col-md-pull-6 { right: 25%; } .col-md-pull-5 { right: 20.83333333%; } .col-md-pull-4 { right: 16.66666667%; } .col-md-pull-3 { right: 12.5%; } .col-md-pull-2 { right: 8.33333333%; } .col-md-pull-1 { right: 4.16666667%; } .col-md-pull-0 { right: auto; } .col-md-push-24 { left: 100%; } .col-md-push-23 { left: 95.83333333%; } .col-md-push-22 { left: 91.66666667%; } .col-md-push-21 { left: 87.5%; } .col-md-push-20 { left: 83.33333333%; } .col-md-push-19 { left: 79.16666667%; } .col-md-push-18 { left: 75%; } .col-md-push-17 { left: 70.83333333%; } .col-md-push-16 { left: 66.66666667%; } .col-md-push-15 { left: 62.5%; } .col-md-push-14 { left: 58.33333333%; } .col-md-push-13 { left: 54.16666667%; } .col-md-push-12 { left: 50%; } .col-md-push-11 { left: 45.83333333%; } .col-md-push-10 { left: 41.66666667%; } .col-md-push-9 { left: 37.5%; } .col-md-push-8 { left: 33.33333333%; } .col-md-push-7 { left: 29.16666667%; } .col-md-push-6 { left: 25%; } .col-md-push-5 { left: 20.83333333%; } .col-md-push-4 { left: 16.66666667%; } .col-md-push-3 { left: 12.5%; } .col-md-push-2 { left: 8.33333333%; } .col-md-push-1 { left: 4.16666667%; } .col-md-push-0 { left: auto; } .col-md-offset-24 { margin-left: 100%; } .col-md-offset-23 { margin-left: 95.83333333%; } .col-md-offset-22 { margin-left: 91.66666667%; } .col-md-offset-21 { margin-left: 87.5%; } .col-md-offset-20 { margin-left: 83.33333333%; } .col-md-offset-19 { margin-left: 79.16666667%; } .col-md-offset-18 { margin-left: 75%; } .col-md-offset-17 { margin-left: 70.83333333%; } .col-md-offset-16 { margin-left: 66.66666667%; } .col-md-offset-15 { margin-left: 62.5%; } .col-md-offset-14 { margin-left: 58.33333333%; } .col-md-offset-13 { margin-left: 54.16666667%; } .col-md-offset-12 { margin-left: 50%; } .col-md-offset-11 { margin-left: 45.83333333%; } .col-md-offset-10 { margin-left: 41.66666667%; } .col-md-offset-9 { margin-left: 37.5%; } .col-md-offset-8 { margin-left: 33.33333333%; } .col-md-offset-7 { margin-left: 29.16666667%; } .col-md-offset-6 { margin-left: 25%; } .col-md-offset-5 { margin-left: 20.83333333%; } .col-md-offset-4 { margin-left: 16.66666667%; } .col-md-offset-3 { margin-left: 12.5%; } .col-md-offset-2 { margin-left: 8.33333333%; } .col-md-offset-1 { margin-left: 4.16666667%; } .col-md-offset-0 { margin-left: 0%; } } @media (min-width: 1200px) { .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-13, .col-lg-14, .col-lg-15, .col-lg-16, .col-lg-17, .col-lg-18, .col-lg-19, .col-lg-20, .col-lg-21, .col-lg-22, .col-lg-23, .col-lg-24 { float: left; } .col-lg-24 { width: 100%; } .col-lg-23 { width: 95.83333333%; } .col-lg-22 { width: 91.66666667%; } .col-lg-21 { width: 87.5%; } .col-lg-20 { width: 83.33333333%; } .col-lg-19 { width: 79.16666667%; } .col-lg-18 { width: 75%; } .col-lg-17 { width: 70.83333333%; } .col-lg-16 { width: 66.66666667%; } .col-lg-15 { width: 62.5%; } .col-lg-14 { width: 58.33333333%; } .col-lg-13 { width: 54.16666667%; } .col-lg-12 { width: 50%; } .col-lg-11 { width: 45.83333333%; } .col-lg-10 { width: 41.66666667%; } .col-lg-9 { width: 37.5%; } .col-lg-8 { width: 33.33333333%; } .col-lg-7 { width: 29.16666667%; } .col-lg-6 { width: 25%; } .col-lg-5 { width: 20.83333333%; } .col-lg-4 { width: 16.66666667%; } .col-lg-3 { width: 12.5%; } .col-lg-2 { width: 8.33333333%; } .col-lg-1 { width: 4.16666667%; } .col-lg-pull-24 { right: 100%; } .col-lg-pull-23 { right: 95.83333333%; } .col-lg-pull-22 { right: 91.66666667%; } .col-lg-pull-21 { right: 87.5%; } .col-lg-pull-20 { right: 83.33333333%; } .col-lg-pull-19 { right: 79.16666667%; } .col-lg-pull-18 { right: 75%; } .col-lg-pull-17 { right: 70.83333333%; } .col-lg-pull-16 { right: 66.66666667%; } .col-lg-pull-15 { right: 62.5%; } .col-lg-pull-14 { right: 58.33333333%; } .col-lg-pull-13 { right: 54.16666667%; } .col-lg-pull-12 { right: 50%; } .col-lg-pull-11 { right: 45.83333333%; } .col-lg-pull-10 { right: 41.66666667%; } .col-lg-pull-9 { right: 37.5%; } .col-lg-pull-8 { right: 33.33333333%; } .col-lg-pull-7 { right: 29.16666667%; } .col-lg-pull-6 { right: 25%; } .col-lg-pull-5 { right: 20.83333333%; } .col-lg-pull-4 { right: 16.66666667%; } .col-lg-pull-3 { right: 12.5%; } .col-lg-pull-2 { right: 8.33333333%; } .col-lg-pull-1 { right: 4.16666667%; } .col-lg-pull-0 { right: auto; } .col-lg-push-24 { left: 100%; } .col-lg-push-23 { left: 95.83333333%; } .col-lg-push-22 { left: 91.66666667%; } .col-lg-push-21 { left: 87.5%; } .col-lg-push-20 { left: 83.33333333%; } .col-lg-push-19 { left: 79.16666667%; } .col-lg-push-18 { left: 75%; } .col-lg-push-17 { left: 70.83333333%; } .col-lg-push-16 { left: 66.66666667%; } .col-lg-push-15 { left: 62.5%; } .col-lg-push-14 { left: 58.33333333%; } .col-lg-push-13 { left: 54.16666667%; } .col-lg-push-12 { left: 50%; } .col-lg-push-11 { left: 45.83333333%; } .col-lg-push-10 { left: 41.66666667%; } .col-lg-push-9 { left: 37.5%; } .col-lg-push-8 { left: 33.33333333%; } .col-lg-push-7 { left: 29.16666667%; } .col-lg-push-6 { left: 25%; } .col-lg-push-5 { left: 20.83333333%; } .col-lg-push-4 { left: 16.66666667%; } .col-lg-push-3 { left: 12.5%; } .col-lg-push-2 { left: 8.33333333%; } .col-lg-push-1 { left: 4.16666667%; } .col-lg-push-0 { left: auto; } .col-lg-offset-24 { margin-left: 100%; } .col-lg-offset-23 { margin-left: 95.83333333%; } .col-lg-offset-22 { margin-left: 91.66666667%; } .col-lg-offset-21 { margin-left: 87.5%; } .col-lg-offset-20 { margin-left: 83.33333333%; } .col-lg-offset-19 { margin-left: 79.16666667%; } .col-lg-offset-18 { margin-left: 75%; } .col-lg-offset-17 { margin-left: 70.83333333%; } .col-lg-offset-16 { margin-left: 66.66666667%; } .col-lg-offset-15 { margin-left: 62.5%; } .col-lg-offset-14 { margin-left: 58.33333333%; } .col-lg-offset-13 { margin-left: 54.16666667%; } .col-lg-offset-12 { margin-left: 50%; } .col-lg-offset-11 { margin-left: 45.83333333%; } .col-lg-offset-10 { margin-left: 41.66666667%; } .col-lg-offset-9 { margin-left: 37.5%; } .col-lg-offset-8 { margin-left: 33.33333333%; } .col-lg-offset-7 { margin-left: 29.16666667%; } .col-lg-offset-6 { margin-left: 25%; } .col-lg-offset-5 { margin-left: 20.83333333%; } .col-lg-offset-4 { margin-left: 16.66666667%; } .col-lg-offset-3 { margin-left: 12.5%; } .col-lg-offset-2 { margin-left: 8.33333333%; } .col-lg-offset-1 { margin-left: 4.16666667%; } .col-lg-offset-0 { margin-left: 0%; } } .kuma-input, .kuma-textarea { width: 100%; border: 1px solid #bcc3cd; border-radius: 3px; font-size: 12px; color: #333333; box-sizing: border-box; } .kuma-input[readonly], .kuma-textarea[readonly], .kuma-input[disabled], .kuma-textarea[disabled] { border: 1px solid #d2d7de; background: rgba(31, 56, 88, 0.04); color: rgba(31, 56, 88, 0.3); } .kuma-input:hover, .kuma-textarea:hover { border: 1px #a5afbc solid; } .kuma-input:hover[readonly], .kuma-textarea:hover[readonly], .kuma-input:hover[disabled], .kuma-textarea:hover[disabled] { border: 1px solid #d2d7de; } .kuma-input:focus, .kuma-textarea:focus { border: 1px #79889b solid; outline: none; } .kuma-input:focus[readonly], .kuma-textarea:focus[readonly], .kuma-input:focus[disabled], .kuma-textarea:focus[disabled] { border: 1px solid #d2d7de; color: rgba(31, 56, 88, 0.3); } .kuma-input.kuma-input-hover, .kuma-textarea.kuma-input-hover { border: 1px #a5afbc solid; } .kuma-input.kuma-input-focus, .kuma-textarea.kuma-input-focus { border: 1px #79889b solid; outline: none; } .kuma-input:-ms-input-placeholder, .kuma-textarea:-ms-input-placeholder { color: #a5afbc !important; } .kuma-input::placeholder, .kuma-textarea::placeholder { color: #a5afbc !important; } .kuma-input { padding: 5px 12px; height: 36px; line-height: 18px; } .kuma-input-middle-size { height: 32px; } .kuma-input-small-size { height: 28px; } .kuma-textarea { padding: 8px 12px; line-height: 18px; overflow: hidden; resize: vertical; } .kuma-textarea.kuma-textarea-error, .kuma-input.kuma-input-error { background-color: rgba(240, 70, 49, 0.06); border: 1px #F04631 solid; } .kuma-label { float: none; width: 100px; margin-left: 0px; padding-top: 5px; padding-right: 0px; text-align: right; color: #666666; display: table-cell; vertical-align: baseline; vertical-align: -webkit-baseline-middle; } .kuma-label .required { color: red; font-family: Simsun; } .kuma-label .label-content { line-height: 14px; } /* kuma.loading 样式模块 */ /*small*/ .kuma-loading-s { width: 24px; height: 24px; background: url('https://g.alicdn.com/uxcore/pic/loading.svg') center no-repeat; background-size: contain; } /*middle*/ .kuma-loading { width: 36px; height: 36px; background: url('https://g.alicdn.com/uxcore/pic/loading.svg') center no-repeat; background-size: contain; } /*large*/ .kuma-loading-l { width: 48px; height: 48px; background: url('https://g.alicdn.com/uxcore/pic/loading.svg') center no-repeat; background-size: contain; } /* IE9+ CSS HACK */ @media screen and (min-width: 0\0) and (-webkit-min-device-pixel-ratio: 0.75), screen and (min-width: 0\0) and (min-resolution: 72dpi) { .kuma-loading-s, .kuma-loading { background-image: url('https://g.alicdn.com/uxcore/pic/loading-s.gif'); } .kuma-loading-l { background-image: url('https://g.alicdn.com/uxcore/pic/loading.gif'); } } .kuma-table thead th { padding: 0 10px; height: 50px; background-color: #f5f5f5; color: rgba(0, 0, 0, 0.6); font-size: 14px; text-align: left; } .kuma-table tbody td { padding: 0 10px; height: 50px; color: rgba(31, 56, 88, 0.6); } .kuma-table tbody tr:nth-child(2n + 1) { background-color: #fff; } .kuma-table tbody tr:nth-child(2n) { background-color: #fafafa; } .kuma-table tbody tr:hover { background-color: #c4e5f5; } .kuma-filter { white-space: nowrap; } .kuma-filter .kuma-filter-title { display: inline-block; line-height: 28px; vertical-align: top; } .kuma-filter .kuma-tag-pickable { display: inline-block; white-space: normal; } .kuma-tag-pickable .kuma-tag { margin: 0 5px 5px 0; padding: 0; } .kuma-tag-pickable .kuma-tag a { position: relative; display: block; padding: 0 15px; text-decoration: none; color: rgba(0, 0, 0, 0.6); } .kuma-tag-pickable .kuma-tag:hover { border-color: #00a0e8; } .kuma-tag-pickable .kuma-tag:hover .kuma-icon { color: #fff; } .kuma-tag-pickable