/*!src/assets/scss/common.scss*/

.column{display:block;-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;-ms-flex-negative:1;flex-shrink:1;padding:10px}
.columns.is-mobile>.column.is-narrow{-ms-flex:none;flex:none}
.columns.is-mobile>.column.is-full{-ms-flex:none;flex:none;width:100%}
.columns.is-mobile>.column.is-three-quarters{-ms-flex:none;flex:none;width:75%}
.columns.is-mobile>.column.is-two-thirds{-ms-flex:none;flex:none;width:66.6666%}
.columns.is-mobile>.column.is-half{-ms-flex:none;flex:none;width:50%}
.columns.is-mobile>.column.is-one-third{-ms-flex:none;flex:none;width:33.3333%}
.columns.is-mobile>.column.is-one-quarter{-ms-flex:none;flex:none;width:25%}
.columns.is-mobile>.column.is-offset-three-quarters{margin-left:75%}
.columns.is-mobile>.column.is-offset-two-thirds{margin-left:66.6666%}
.columns.is-mobile>.column.is-offset-half{margin-left:50%}
.columns.is-mobile>.column.is-offset-one-third{margin-left:33.3333%}
.columns.is-mobile>.column.is-offset-one-quarter{margin-left:25%}
.columns.is-mobile>.column.is-1{-ms-flex:none;flex:none;width:8.33333%}
.columns.is-mobile>.column.is-offset-1{margin-left:8.33333%}
.columns.is-mobile>.column.is-2{-ms-flex:none;flex:none;width:16.66667%}
.columns.is-mobile>.column.is-offset-2{margin-left:16.66667%}
.columns.is-mobile>.column.is-3{-ms-flex:none;flex:none;width:25%}
.columns.is-mobile>.column.is-offset-3{margin-left:25%}
.columns.is-mobile>.column.is-4{-ms-flex:none;flex:none;width:33.33333%}
.columns.is-mobile>.column.is-offset-4{margin-left:33.33333%}
.columns.is-mobile>.column.is-5{-ms-flex:none;flex:none;width:41.66667%}
.columns.is-mobile>.column.is-offset-5{margin-left:41.66667%}
.columns.is-mobile>.column.is-6{-ms-flex:none;flex:none;width:50%}
.columns.is-mobile>.column.is-offset-6{margin-left:50%}
.columns.is-mobile>.column.is-7{-ms-flex:none;flex:none;width:58.33333%}
.columns.is-mobile>.column.is-offset-7{margin-left:58.33333%}
.columns.is-mobile>.column.is-8{-ms-flex:none;flex:none;width:66.66667%}
.columns.is-mobile>.column.is-offset-8{margin-left:66.66667%}
.columns.is-mobile>.column.is-9{-ms-flex:none;flex:none;width:75%}
.columns.is-mobile>.column.is-offset-9{margin-left:75%}
.columns.is-mobile>.column.is-10{-ms-flex:none;flex:none;width:83.33333%}
.columns.is-mobile>.column.is-offset-10{margin-left:83.33333%}
.columns.is-mobile>.column.is-11{-ms-flex:none;flex:none;width:91.66667%}
.columns.is-mobile>.column.is-offset-11{margin-left:91.66667%}
.columns.is-mobile>.column.is-12{-ms-flex:none;flex:none;width:100%}
.columns.is-mobile>.column.is-offset-12{margin-left:100%}
@media screen and (max-width:768px){.column.is-narrow-mobile{-ms-flex:none;flex:none}
.column.is-full-mobile{-ms-flex:none;flex:none;width:100%}
.column.is-three-quarters-mobile{-ms-flex:none;flex:none;width:75%}
.column.is-two-thirds-mobile{-ms-flex:none;flex:none;width:66.6666%}
.column.is-half-mobile{-ms-flex:none;flex:none;width:50%}
.column.is-one-third-mobile{-ms-flex:none;flex:none;width:33.3333%}
.column.is-one-quarter-mobile{-ms-flex:none;flex:none;width:25%}
.column.is-offset-three-quarters-mobile{margin-left:75%}
.column.is-offset-two-thirds-mobile{margin-left:66.6666%}
.column.is-offset-half-mobile{margin-left:50%}
.column.is-offset-one-third-mobile{margin-left:33.3333%}
.column.is-offset-one-quarter-mobile{margin-left:25%}
.column.is-1-mobile{-ms-flex:none;flex:none;width:8.33333%}
.column.is-offset-1-mobile{margin-left:8.33333%}
.column.is-2-mobile{-ms-flex:none;flex:none;width:16.66667%}
.column.is-offset-2-mobile{margin-left:16.66667%}
.column.is-3-mobile{-ms-flex:none;flex:none;width:25%}
.column.is-offset-3-mobile{margin-left:25%}
.column.is-4-mobile{-ms-flex:none;flex:none;width:33.33333%}
.column.is-offset-4-mobile{margin-left:33.33333%}
.column.is-5-mobile{-ms-flex:none;flex:none;width:41.66667%}
.column.is-offset-5-mobile{margin-left:41.66667%}
.column.is-6-mobile{-ms-flex:none;flex:none;width:50%}
.column.is-offset-6-mobile{margin-left:50%}
.column.is-7-mobile{-ms-flex:none;flex:none;width:58.33333%}
.column.is-offset-7-mobile{margin-left:58.33333%}
.column.is-8-mobile{-ms-flex:none;flex:none;width:66.66667%}
.column.is-offset-8-mobile{margin-left:66.66667%}
.column.is-9-mobile{-ms-flex:none;flex:none;width:75%}
.column.is-offset-9-mobile{margin-left:75%}
.column.is-10-mobile{-ms-flex:none;flex:none;width:83.33333%}
.column.is-offset-10-mobile{margin-left:83.33333%}
.column.is-11-mobile{-ms-flex:none;flex:none;width:91.66667%}
.column.is-offset-11-mobile{margin-left:91.66667%}
.column.is-12-mobile{-ms-flex:none;flex:none;width:100%}
.column.is-offset-12-mobile{margin-left:100%}}
@media screen and (min-width:769px),print{.column.is-narrow,.column.is-narrow-tablet{-ms-flex:none;flex:none}
.column.is-full,.column.is-full-tablet{-ms-flex:none;flex:none;width:100%}
.column.is-three-quarters,.column.is-three-quarters-tablet{-ms-flex:none;flex:none;width:75%}
.column.is-two-thirds,.column.is-two-thirds-tablet{-ms-flex:none;flex:none;width:66.6666%}
.column.is-half,.column.is-half-tablet{-ms-flex:none;flex:none;width:50%}
.column.is-one-third,.column.is-one-third-tablet{-ms-flex:none;flex:none;width:33.3333%}
.column.is-one-quarter,.column.is-one-quarter-tablet{-ms-flex:none;flex:none;width:25%}
.column.is-offset-three-quarters,.column.is-offset-three-quarters-tablet{margin-left:75%}
.column.is-offset-two-thirds,.column.is-offset-two-thirds-tablet{margin-left:66.6666%}
.column.is-offset-half,.column.is-offset-half-tablet{margin-left:50%}
.column.is-offset-one-third,.column.is-offset-one-third-tablet{margin-left:33.3333%}
.column.is-offset-one-quarter,.column.is-offset-one-quarter-tablet{margin-left:25%}
.column.is-1,.column.is-1-tablet{-ms-flex:none;flex:none;width:8.33333%}
.column.is-offset-1,.column.is-offset-1-tablet{margin-left:8.33333%}
.column.is-2,.column.is-2-tablet{-ms-flex:none;flex:none;width:16.66667%}
.column.is-offset-2,.column.is-offset-2-tablet{margin-left:16.66667%}
.column.is-3,.column.is-3-tablet{-ms-flex:none;flex:none;width:25%}
.column.is-offset-3,.column.is-offset-3-tablet{margin-left:25%}
.column.is-4,.column.is-4-tablet{-ms-flex:none;flex:none;width:33.33333%}
.column.is-offset-4,.column.is-offset-4-tablet{margin-left:33.33333%}
.column.is-5,.column.is-5-tablet{-ms-flex:none;flex:none;width:41.66667%}
.column.is-offset-5,.column.is-offset-5-tablet{margin-left:41.66667%}
.column.is-6,.column.is-6-tablet{-ms-flex:none;flex:none;width:50%}
.column.is-offset-6,.column.is-offset-6-tablet{margin-left:50%}
.column.is-7,.column.is-7-tablet{-ms-flex:none;flex:none;width:58.33333%}
.column.is-offset-7,.column.is-offset-7-tablet{margin-left:58.33333%}
.column.is-8,.column.is-8-tablet{-ms-flex:none;flex:none;width:66.66667%}
.column.is-offset-8,.column.is-offset-8-tablet{margin-left:66.66667%}
.column.is-9,.column.is-9-tablet{-ms-flex:none;flex:none;width:75%}
.column.is-offset-9,.column.is-offset-9-tablet{margin-left:75%}
.column.is-10,.column.is-10-tablet{-ms-flex:none;flex:none;width:83.33333%}
.column.is-offset-10,.column.is-offset-10-tablet{margin-left:83.33333%}
.column.is-11,.column.is-11-tablet{-ms-flex:none;flex:none;width:91.66667%}
.column.is-offset-11,.column.is-offset-11-tablet{margin-left:91.66667%}
.column.is-12,.column.is-12-tablet{-ms-flex:none;flex:none;width:100%}
.column.is-offset-12,.column.is-offset-12-tablet{margin-left:100%}}
@media screen and (min-width:1000px){.column.is-narrow-desktop{-ms-flex:none;flex:none}
.column.is-full-desktop{-ms-flex:none;flex:none;width:100%}
.column.is-three-quarters-desktop{-ms-flex:none;flex:none;width:75%}
.column.is-two-thirds-desktop{-ms-flex:none;flex:none;width:66.6666%}
.column.is-half-desktop{-ms-flex:none;flex:none;width:50%}
.column.is-one-third-desktop{-ms-flex:none;flex:none;width:33.3333%}
.column.is-one-quarter-desktop{-ms-flex:none;flex:none;width:25%}
.column.is-offset-three-quarters-desktop{margin-left:75%}
.column.is-offset-two-thirds-desktop{margin-left:66.6666%}
.column.is-offset-half-desktop{margin-left:50%}
.column.is-offset-one-third-desktop{margin-left:33.3333%}
.column.is-offset-one-quarter-desktop{margin-left:25%}
.column.is-1-desktop{-ms-flex:none;flex:none;width:8.33333%}
.column.is-offset-1-desktop{margin-left:8.33333%}
.column.is-2-desktop{-ms-flex:none;flex:none;width:16.66667%}
.column.is-offset-2-desktop{margin-left:16.66667%}
.column.is-3-desktop{-ms-flex:none;flex:none;width:25%}
.column.is-offset-3-desktop{margin-left:25%}
.column.is-4-desktop{-ms-flex:none;flex:none;width:33.33333%}
.column.is-offset-4-desktop{margin-left:33.33333%}
.column.is-5-desktop{-ms-flex:none;flex:none;width:41.66667%}
.column.is-offset-5-desktop{margin-left:41.66667%}
.column.is-6-desktop{-ms-flex:none;flex:none;width:50%}
.column.is-offset-6-desktop{margin-left:50%}
.column.is-7-desktop{-ms-flex:none;flex:none;width:58.33333%}
.column.is-offset-7-desktop{margin-left:58.33333%}
.column.is-8-desktop{-ms-flex:none;flex:none;width:66.66667%}
.column.is-offset-8-desktop{margin-left:66.66667%}
.column.is-9-desktop{-ms-flex:none;flex:none;width:75%}
.column.is-offset-9-desktop{margin-left:75%}
.column.is-10-desktop{-ms-flex:none;flex:none;width:83.33333%}
.column.is-offset-10-desktop{margin-left:83.33333%}
.column.is-11-desktop{-ms-flex:none;flex:none;width:91.66667%}
.column.is-offset-11-desktop{margin-left:91.66667%}
.column.is-12-desktop{-ms-flex:none;flex:none;width:100%}
.column.is-offset-12-desktop{margin-left:100%}}
@media screen and (min-width:1192px){.column.is-narrow-widescreen{-ms-flex:none;flex:none}
.column.is-full-widescreen{-ms-flex:none;flex:none;width:100%}
.column.is-three-quarters-widescreen{-ms-flex:none;flex:none;width:75%}
.column.is-two-thirds-widescreen{-ms-flex:none;flex:none;width:66.6666%}
.column.is-half-widescreen{-ms-flex:none;flex:none;width:50%}
.column.is-one-third-widescreen{-ms-flex:none;flex:none;width:33.3333%}
.column.is-one-quarter-widescreen{-ms-flex:none;flex:none;width:25%}
.column.is-offset-three-quarters-widescreen{margin-left:75%}
.column.is-offset-two-thirds-widescreen{margin-left:66.6666%}
.column.is-offset-half-widescreen{margin-left:50%}
.column.is-offset-one-third-widescreen{margin-left:33.3333%}
.column.is-offset-one-quarter-widescreen{margin-left:25%}
.column.is-1-widescreen{-ms-flex:none;flex:none;width:8.33333%}
.column.is-offset-1-widescreen{margin-left:8.33333%}
.column.is-2-widescreen{-ms-flex:none;flex:none;width:16.66667%}
.column.is-offset-2-widescreen{margin-left:16.66667%}
.column.is-3-widescreen{-ms-flex:none;flex:none;width:25%}
.column.is-offset-3-widescreen{margin-left:25%}
.column.is-4-widescreen{-ms-flex:none;flex:none;width:33.33333%}
.column.is-offset-4-widescreen{margin-left:33.33333%}
.column.is-5-widescreen{-ms-flex:none;flex:none;width:41.66667%}
.column.is-offset-5-widescreen{margin-left:41.66667%}
.column.is-6-widescreen{-ms-flex:none;flex:none;width:50%}
.column.is-offset-6-widescreen{margin-left:50%}
.column.is-7-widescreen{-ms-flex:none;flex:none;width:58.33333%}
.column.is-offset-7-widescreen{margin-left:58.33333%}
.column.is-8-widescreen{-ms-flex:none;flex:none;width:66.66667%}
.column.is-offset-8-widescreen{margin-left:66.66667%}
.column.is-9-widescreen{-ms-flex:none;flex:none;width:75%}
.column.is-offset-9-widescreen{margin-left:75%}
.column.is-10-widescreen{-ms-flex:none;flex:none;width:83.33333%}
.column.is-offset-10-widescreen{margin-left:83.33333%}
.column.is-11-widescreen{-ms-flex:none;flex:none;width:91.66667%}
.column.is-offset-11-widescreen{margin-left:91.66667%}
.column.is-12-widescreen{-ms-flex:none;flex:none;width:100%}
.column.is-offset-12-widescreen{margin-left:100%}}
.columns{margin-left:-10px;margin-right:-10px;margin-top:-10px}
.columns:last-child{margin-bottom:-10px}
.columns:not(:last-child){margin-bottom:10px}
.columns.is-centered{-ms-flex-pack:center;justify-content:center}
.columns.is-gapless{margin-left:0;margin-right:0;margin-top:0}
.columns.is-gapless:last-child{margin-bottom:0}
.columns.is-gapless:not(:last-child){margin-bottom:20px}
.columns.is-gapless>.column{margin:0;padding:0}
@media screen and (min-width:769px),print{.columns.is-grid{-ms-flex-wrap:wrap;flex-wrap:wrap}
.columns.is-grid>.column{max-width:33.3333%;padding:10px;width:33.3333%}
.columns.is-grid>.column+.column{margin-left:0}}
.columns.is-mobile{display:-ms-flexbox;display:flex}
.columns.is-multiline{-ms-flex-wrap:wrap;flex-wrap:wrap}
.columns.is-vcentered{-ms-flex-align:center;-ms-grid-row-align:center;align-items:center}
@media screen and (min-width:769px),print{.columns:not(.is-desktop){display:-ms-flexbox;display:flex}}
@media screen and (min-width:1000px){.columns.is-desktop{display:-ms-flexbox;display:flex}}
.input,.textarea{-moz-appearance:none;-webkit-appearance:none;-ms-flex-align:center;align-items:center;border:1px solid transparent;border-radius:3px;box-shadow:none;display:-ms-inline-flexbox;display:inline-flex;font-size:14px;height:36px;-ms-flex-pack:start;justify-content:flex-start;line-height:1.5;padding-bottom:calc(0.375em - 1px);padding-left:calc(0.625em - 1px);padding-right:calc(0.625em - 1px);padding-top:calc(0.375em - 1px);position:relative;vertical-align:top;background-color:#fff;border:1px solid #eee;color:#333;max-width:100%;width:100%}
.input:focus,.input.is-focused,.input:active,.input.is-active,.textarea:focus,.textarea.is-focused,.textarea:active,.textarea.is-active{outline:0}
.input[disabled],.textarea[disabled]{cursor:not-allowed}
.input:hover,.input.is-hovered,.textarea:hover,.textarea.is-hovered{border-color:#b5b5b5}
.input:focus,.input.is-focused,.input:active,.input.is-active,.textarea:focus,.textarea.is-focused,.textarea:active,.textarea.is-active{border-color:#b5b5b5}
.input[disabled],.textarea[disabled]{background-color:#f5f5f5;border-color:#f5f5f5;box-shadow:none;color:#7a7a7a}
.input[disabled]::-moz-placeholder,.textarea[disabled]::-moz-placeholder{color:rgba(51,51,51,.3)}
.input[disabled]::-webkit-input-placeholder,.textarea[disabled]::-webkit-input-placeholder{color:rgba(51,51,51,.3)}
.input[disabled]:-moz-placeholder,.textarea[disabled]:-moz-placeholder{color:rgba(51,51,51,.3)}
.input[disabled]:-ms-input-placeholder,.textarea[disabled]:-ms-input-placeholder{color:rgba(51,51,51,.3)}
.input[type=search],.textarea[type=search]{border-radius:290486px}
.input.is-fullwidth,.textarea.is-fullwidth{display:block;width:100%}
.input.is-inline,.textarea.is-inline{display:inline;width:auto}
.textarea{display:block;max-height:600px;max-width:100%;min-height:120px;min-width:100%;padding:.625em;resize:vertical}
.checkbox,.radio{-ms-flex-align:center;align-items:center;cursor:pointer;display:-ms-inline-flexbox;display:inline-flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:start;justify-content:flex-start;line-height:1.5;position:relative;vertical-align:top}
.checkbox input,.radio input{cursor:pointer;margin-right:.5em}
.checkbox:hover,.radio:hover{color:gray}
.checkbox[disabled],.radio[disabled]{color:#7a7a7a;cursor:not-allowed}
.radio+.radio{margin-left:.5em}
.select{display:inline-block;height:36px;position:relative;vertical-align:top}
.select:after{content:" ";position:absolute;display:block;width:8px;height:8px;border:1px solid gray;border-right:0;border-top:0;pointer-events:none;transform:rotate(-45deg);margin-top:-.375em;right:1.125em;top:50%;z-index:4}
.select select{-moz-appearance:none;-webkit-appearance:none;-ms-flex-align:center;align-items:center;border:1px solid transparent;border-radius:3px;box-shadow:none;display:-ms-inline-flexbox;display:inline-flex;font-size:14px;height:36px;-ms-flex-pack:start;justify-content:flex-start;line-height:1.5;padding-bottom:calc(0.375em - 1px);padding-left:calc(0.625em - 1px);padding-right:calc(0.625em - 1px);padding-top:calc(0.375em - 1px);position:relative;vertical-align:top;background-color:#fff;border:1px solid #eee;color:#333;cursor:pointer;display:block;font-size:1em;outline:0;padding-right:2.5em}
.select select:focus,.select select.is-focused,.select select:active,.select select.is-active{outline:0}
.select select[disabled]{cursor:not-allowed}
.select select:hover,.select select.is-hovered{border-color:#b5b5b5}
.select select:focus,.select select.is-focused,.select select:active,.select select.is-active{border-color:#b5b5b5}
.select select[disabled]{background-color:#f5f5f5;border-color:#f5f5f5;box-shadow:none;color:#7a7a7a}
.select select[disabled]::-moz-placeholder{color:rgba(51,51,51,.3)}
.select select[disabled]::-webkit-input-placeholder{color:rgba(51,51,51,.3)}
.select select[disabled]:-moz-placeholder{color:rgba(51,51,51,.3)}
.select select[disabled]:-ms-input-placeholder{color:rgba(51,51,51,.3)}
.select select:hover{border-color:#b5b5b5}
.select select::-ms-expand{display:none}
.select:hover:after{border-color:gray}
.select.is-fullwidth{width:100%}
.select.is-fullwidth select{width:100%}
.label{color:#333;display:block;font-size:14px;font-weight:700}
.label .required{padding:0 4px;color:#ec4040}
.label:not(:last-child){margin-bottom:.5em}
.help{display:block;font-size:14px;margin-top:.25rem}
.select select{line-height:1}
.field:not(:last-child){margin-bottom:20px}
.field.is-grouped{display:-ms-flexbox;display:flex;-ms-flex-pack:start;justify-content:flex-start}
.field.is-grouped>.control{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-negative:0;flex-shrink:0}
.field.is-grouped>.control:not(:last-child){margin-bottom:0;margin-right:20px}
.field.is-grouped>.control.is-expanded{-ms-flex-positive:1;flex-grow:1;-ms-flex-negative:1;flex-shrink:1}
.field.is-grouped.is-grouped-centered{-ms-flex-pack:center;justify-content:center}
.field.is-grouped.is-grouped-right{-ms-flex-pack:end;justify-content:flex-end}
@media screen and (min-width:769px),print{.field.is-horizontal{display:-ms-flexbox;display:flex}}
.field-label.is-normal{padding-top:5px}
.field-label .label{font-size:inherit}
@media screen and (max-width:768px){.field-label{margin-bottom:10px}}
@media screen and (min-width:769px),print{.field-label{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;-ms-flex-negative:0;flex-shrink:0;margin-right:20px;text-align:right}}
@media screen and (min-width:769px),print{.field-body{display:-ms-flexbox;display:flex;-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:5;flex-grow:5;-ms-flex-negative:1;flex-shrink:1}
.field-body .field{-ms-flex-negative:1;flex-shrink:1}
.field-body .field:not(.is-narrow){-ms-flex-positive:1;flex-grow:1}
.field-body .field:not(:last-child){margin-bottom:0;margin-right:.75rem}}
.control{position:relative;margin:0;padding:0;font-size:14px;text-align:left}
.control.has-icon .icon{position:absolute;top:0;z-index:4;-ms-flex-align:center;align-items:center;display:-ms-inline-flexbox;display:inline-flex;-ms-flex-pack:center;justify-content:center;width:36px;height:36px;pointer-events:none;color:gray}
.control.has-icon .input:focus+.icon{color:#585858}
.control.has-icon:not(.has-icon-right) .icon{left:0}
.control.has-icon:not(.has-icon-right) .input{padding-left:36px}
.control.has-icon.has-icon-right .icon{right:0}
.control.has-icon.has-icon-right .input{padding-right:36px}
.btn{display:inline-block;font-weight:400;text-align:center;white-space:nowrap;vertical-align:middle;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;box-shadow:0 0 0 1px transparent inset,0 0 0 0 rgba(34,36,38,.15) inset;border:1px solid transparent;padding:10px 25px;font-size:14px;line-height:1.25;transition:all .2s ease-in-out;color:#585858;background-color:#e0e1e2;cursor:pointer}
.btn:focus,.btn:hover{text-decoration:none;color:#333;background-color:#c6c8c9}
.btn:focus,.btn.focus{outline:0;color:#333;background-color:#c6c8c9}
.btn.disabled,.btn:disabled{opacity:.65}
.btn:active,.btn.active{color:#333;background-color:#b8bbbd}
a.btn.disabled,fieldset[disabled] a.btn{pointer-events:none}
.basic{color:#585858;background-color:transparent;border-color:#e5e5e5}
.basic:focus,.basic:hover{color:#585858;background-color:transparent;border-color:#d1d1d1}
.basic.disabled,.basic:disabled{background-color:transparent;border-color:#e5e5e5}
.basic:active,.basic.active{color:#585858;background-color:transparent;background-image:none;border-color:#c6c6c6}
.basic.inverted{color:#fff;background-color:transparent;border-color:#fff}
.basic.inverted:focus,.basic.inverted:hover{color:#fff;background-color:transparent;border-color:#ebebeb}
.basic.inverted.disabled,.basic.inverted:disabled{background-color:transparent;border-color:#fff}
.basic.inverted:active,.basic.inverted.active{color:#fff;background-color:transparent;background-image:none;border-color:#e0e0e0}
.brand{color:#fff;background-color:#0e76bc;border-color:#0e76bc}
.brand:focus,.brand:hover{color:#fff;background-color:#0c67a4;border-color:#0b5e96}
.brand.disabled,.brand:disabled{background-color:#0e76bc;border-color:#0e76bc}
.brand:active,.brand.active{color:#fff;background-color:#0a588d;background-image:none;border-color:#0a5283}
.brand:focus,.brand:hover{color:#fff;background-color:#0c67a4}
.btn-lg{padding:15px 30px;font-size:16px;line-height:1.33333}
.btn-sm{padding:5px 10px;font-size:12px;line-height:1.5}
.btn-block{display:block;width:100%}
.btn-block+.btn-block{margin-top:5px}
input[type=submit].btn-block,input[type=reset].btn-block,input[type=button].btn-block{width:100%}
.btn-group{position:relative;display:-ms-inline-flexbox;display:inline-flex;vertical-align:middle}
.btn-group>.btn{position:relative;-ms-flex:0 1 auto;flex:0 1 auto;margin-bottom:0}
.btn-group>.btn.brand{color:#0e76bc;background-color:transparent;border-color:#0e76bc}
.btn-group>.btn.brand:focus,.btn-group>.btn.brand:hover{color:#0e76bc;background-color:transparent;border-color:#0b5e96}
.btn-group>.btn.brand.disabled,.btn-group>.btn.brand:disabled{background-color:transparent;border-color:#0e76bc}
.btn-group>.btn.brand:active,.btn-group>.btn.brand.active{color:#0e76bc;background-color:transparent;background-image:none;border-color:#0a5283}
.btn-group>.btn.brand:focus,.btn-group>.btn.brand:hover{color:#fff;background-color:#0e76bc;border-color:#0e76bc}
.btn-group>.btn:hover{z-index:2}
.btn-group>.btn:focus,.btn-group>.btn:active,.btn-group>.btn.active{z-index:2}
.btn-group .btn+.btn,.btn-group .btn+.btn-group,.btn-group .btn-group+.btn,.btn-group .btn-group+.btn-group{margin-left:-1px}
.btn-group>.btn:not(:first-child):not(:last-child){border-radius:0}
.btn-group>.btn:first-child{margin-left:0}
table{background-color:transparent}
th{text-align:left}
.table{width:100%;max-width:100%}
.table>thead>tr>th,.table>thead>tr>td,.table>tbody>tr>th,.table>tbody>tr>td,.table>tfoot>tr>th,.table>tfoot>tr>td{padding:8px;line-height:1.5;vertical-align:top;border-top:1px solid #eee}
.table>thead>tr>th{vertical-align:bottom;border-bottom:2px solid #eee}
.table>caption+thead>tr:first-child>th,.table>caption+thead>tr:first-child>td,.table>colgroup+thead>tr:first-child>th,.table>colgroup+thead>tr:first-child>td,.table>thead:first-child>tr:first-child>th,.table>thead:first-child>tr:first-child>td{border-top:0}
.table>tbody+tbody{border-top:2px solid #eee}
.table .table{background-color:#f5f5f5}
.table-condensed>thead>tr>th,.table-condensed>thead>tr>td,.table-condensed>tbody>tr>th,.table-condensed>tbody>tr>td,.table-condensed>tfoot>tr>th,.table-condensed>tfoot>tr>td{padding:5px}
.table-bordered{border:1px solid #eee}
.table-bordered>thead>tr>th,.table-bordered>thead>tr>td,.table-bordered>tbody>tr>th,.table-bordered>tbody>tr>td,.table-bordered>tfoot>tr>th,.table-bordered>tfoot>tr>td{border:1px solid #eee}
.table-bordered>thead>tr>th,.table-bordered>thead>tr>td{border-bottom-width:2px}
.table-striped>tbody>tr:nth-of-type(odd){background-color:#f9f9f9}
.table-hover>tbody>tr:hover{background-color:#fafafa}
.alert{position:relative;width:100%;padding:10px 15px;line-height:1.8;border-radius:5px;background-color:#f4f4f4;opacity:1;transition:opacity .15s linear}
.alert .close{position:absolute;top:0;right:0;display:block;width:40px;height:40px;line-height:40px;text-align:center;font-size:18px;font-weight:100;color:#ccc;cursor:pointer}
.alert .close:hover{color:#0e76bc}
.alert.has-icon{padding-left:40px;padding-right:40px}
.alert.has-icon .icon{position:absolute;left:0;top:3px;display:block;width:40px;height:40px;line-height:40px;text-align:center}
.alert.has-icon .iconfont{font-size:18px}
.alert.is-primary{color:#348ac7;background-color:#d3e6f4}
.alert.is-success{color:#0ebc4f;background-color:#fdfffe}
.alert.is-warning{color:#fdc00f;background-color:#fff8e3}
.alert.is-danger{color:#ec4040;background-color:#fde7e7}
@font-face{font-family:iconfont;src:url(/prototype/12348-xinjiang-app/static/assets/fonts/iconfont.eot);src:url(/prototype/12348-xinjiang-app/static/assets/fonts/iconfont.eot?) format("embedded-opentype"),url(/prototype/12348-xinjiang-app/static/assets/fonts/iconfont.woff) format("woff"),url(/prototype/12348-xinjiang-app/static/assets/fonts/iconfont.ttf) format("truetype"),url(/prototype/12348-xinjiang-app/static/assets/fonts/iconfont.svg) format("svg")}
.iconfont{font-family:iconfont!important;font-size:16px;font-style:normal;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}
.icon-notification_fill:before{content:"\e66a"}
.icon-friendfamous:before{content:"\e6cb"}
.icon-type-contract:before{content:"\e63a"}
.icon-icon-message:before{content:"\e68d"}
.icon-icon-right:before{content:"\e60d"}
.icon-user-lawyer:before{content:"\e648"}
.icon-org-notary:before{content:"\e646"}
.icon-user-expertise:before{content:"\e64a"}
.icon-org-aid:before{content:"\e64b"}
.icon-map:before{content:"\e601"}
.icon-icon-search:before{content:"\e600"}
.icon-apply:before{content:"\e70d"}
.icon-computer:before{content:"\e714"}
.icon-icon-to-right:before{content:"\e756"}
.list{padding:0;margin:0;list-style-type:none;font-size:16px}
.list li{position:relative;border-bottom:1px dotted #e5e5e5}
.list li:last-child{border-bottom:0}
.list li:hover{border-color:gray}
.list li a{padding:10px 45px 10px 12px;display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.list li .bull{position:absolute;left:0;top:19px;width:4px;height:4px;background-color:gray}
.list li .updatetime{position:absolute;top:10px;right:0;color:gray}
.list.is-media a.item{display:block;padding:20px 0;text-overflow:inherit;white-space:inherit}
.list.is-media a.item .title{margin:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#333}
.list.is-media a.item .info{padding:10px 0;color:gray}
.list.is-media a.item .desc{color:gray}
.list.is-media a.item:hover .title{color:#0e76bc}
.list.has-thumb li{position:relative;min-height:155px}
.list.has-thumb li:before,.list.has-thumb li:after{content:" ";display:table}
.list.has-thumb li:after{clear:both}
.list.has-thumb .thumb{position:absolute;left:0;top:23px;width:150px;height:115px;background-position:center;background-repeat:no-repeat;background-size:cover}
.list.has-thumb .item{padding-left:150px!important;margin-left:20px}
@media screen and (max-width:768px){.list li a{padding-right:0}
.list li .updatetime{display:none}
.list.is-media a.item .title{text-overflow:inherit;white-space:inherit}
.list.has-thumb .thumb{position:relative;width:auto;height:200px}
.list.has-thumb .item{margin-left:0;margin-top:20px;padding-left:0!important}}
.hide{display:none!important}
.show{display:block!important}
.fade{opacity:0;transition:opacity .15s linear}
.fade.in{opacity:1}
.modal-open{overflow:hidden}
.modal{display:none;overflow:hidden;position:fixed;top:0;right:0;bottom:0;left:0;z-index:1050;-webkit-overflow-scrolling:touch;outline:0}
.modal.fade .modal-dialog{transition:transform .3s ease-out;transform:translate(0,-25%)}
.modal.in .modal-dialog{transform:translate(0,0)}
.modal-open .modal{overflow-x:hidden;overflow-y:auto}
.modal-dialog{position:relative;width:580px;margin:60px auto 0}
.modal-content{position:relative;background-color:#fff;border-radius:10px;box-shadow:0 0 50px rgba(0,0,0,.3);background-clip:padding-box;outline:0}
.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1040;background-color:#000}
.modal-backdrop.fade{opacity:0}
.modal-backdrop.in{opacity:.5}
.modal-header{position:relative;padding:15px}
.modal-header:before,.modal-header:after{content:" ";display:table}
.modal-header:after{clear:both}
.modal-header .close{position:absolute;top:0;right:20px;width:44px;height:50px;line-height:44px;text-align:center;font-size:30px;font-weight:100;border-radius:0 0 5px 5px;color:#fff;background-color:#0e76bc}
.modal-header .close:hover{color:#fff;background-color:#0c67a4}
.modal-title{margin:0;line-height:1.5;color:#333}
.modal-body{position:relative;padding:15px}
.modal-footer{padding:15px;text-align:right}
.modal-footer:before,.modal-footer:after{content:" ";display:table}
.modal-footer:after{clear:both}
.modal-footer .btn+.btn{margin-left:5px;margin-bottom:0}
.modal-footer .btn-group .btn+.btn{margin-left:-1px}
.modal-footer .btn-block+.btn-block{margin-left:0}
.modal-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}
.panel{box-shadow:0 0 5px rgba(0,0,0,.1);border-bottom:1px solid #e0e0e0;background-color:#fff}
.panel .panel-heading,.panel .panel-body,.panel .panel-footer{padding:20px;border-bottom:1px solid #eee}
.panel .panel-footer{border-bottom:0}
.panel.is-rimless .panel-heading{padding:20px;border-bottom:0}
.panel.is-rimless .panel-heading+.panel-body{padding-top:0}
.panel.is-rimless .panel-body{padding:20px;border-bottom:0}
.panel.is-rimless .panel-body+.panel-footer{padding-top:0}
.panel.is-rimless .panel-footer{padding:20px}
.panel.is-gapless .panel-heading,.panel.is-gapless .panel-body,.panel.is-gapless .panel-footer{padding-left:0;padding-right:0}
.share-title{font-size:16px;line-height:32px}
.social-share .iconfont{position:relative;display:inline-block;margin-right:6px;width:32px;height:32px;font-size:20px;border-radius:6px;line-height:32px;color:#fff;text-align:center;vertical-align:middle;transition:background .6s ease-out 0s}
.social-share .iconfont:hover{background:#666;color:#fff}
.social-share .iconfont:last-child{margin-right:0}
.social-share .icon-weibo{background-color:#e6162d}
.social-share .icon-weibo:hover{background:#a00f1f}
.social-share .icon-qq{background-color:#56b6e7}
.social-share .icon-qq:hover{background:#1e96d3}
.social-share .icon-wechat{position:relative;background-color:#00b80c}
.social-share .icon-wechat:hover{background:#008509}
.social-share .icon-wechat:hover .wechat-qrcode{display:block}
.social-share .icon-wechat .wechat-qrcode{position:absolute;z-index:9;top:-290px;left:-84px;width:200px;display:none;border-radius:5px;border:1px solid #ddd;box-shadow:0 0 20px rgba(0,0,0,.2);font-size:12px;font-family:Tahoma,"Helvetica Neue","Lantinghei SC",Arial,"Microsoft Yahei","Hiragino Sans GB",STXihei,Helvetica,sans-serif;text-align:center;color:#484848;background-color:#fff;transition:all 200ms;-webkit-tansition:all 350ms;-moz-transition:all 350ms}
.social-share .icon-wechat .wechat-qrcode:after,.social-share .icon-wechat .wechat-qrcode:before{position:absolute;z-index:10;content:'';left:50%;margin-left:-8px;bottom:-16px;width:0;height:0;border:8px solid transparent;border-top-color:#fff}
.social-share .icon-wechat .wechat-qrcode:after{z-index:9;margin-top:-12px;border-top-color:#666}
.social-share .icon-wechat .wechat-qrcode h4{margin:0;padding:4px 0;font-weight:400;font-size:16px;border-bottom:1px solid #e5e5e5;border-radius:5px 5px 0 0;background-color:#f0f0f0}
.social-share .icon-wechat .wechat-qrcode .qrcode{margin:15px auto 10px;width:150px}
.social-share .icon-wechat .wechat-qrcode .help{padding:0 10px 10px;line-height:1.6;font-size:13px;color:#999}
.social-share .icon-wechat .wechat-qrcode.bottom{top:42px}
.social-share .icon-wechat .wechat-qrcode.bottom:before,.social-share .icon-wechat .wechat-qrcode.bottom:after{top:-16px;border-top-color:transparent;border-bottom-color:#f0f0f0}
.social-share .icon-wechat .wechat-qrcode.bottom:after{margin-top:0;border-bottom-color:#666}
html,body,.framework7-root{position:relative;height:100%;width:100%;overflow-x:hidden}
body{font-family:-apple-system,SF UI Text,Helvetica Neue,Helvetica,Arial,sans-serif;margin:0;padding:0;color:#000;font-size:14px;line-height:1.4;width:100%;-webkit-text-size-adjust:100%;background:#fff;overflow:hidden}
.framework7-root{overflow:hidden}
@media all and (width:1024px) and (height:691px) and (orientation:landscape){html,body,.framework7-root{height:671px}}
@media all and (width:1024px) and (height:692px) and (orientation:landscape){html,body,.framework7-root{height:672px}}
*{-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none}
a,input,textarea,select{outline:0}
a{text-decoration:none;color:#007aff}
p{margin:1em 0}
.row{display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-lines:multiple;-moz-box-lines:multiple;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-align:start;align-items:flex-start}
.row>[class*=col-]{box-sizing:border-box}
.row .col-auto{width:100%}
.row .col-100{width:100%;width:calc((100% - 15px*0) / 1)}
.row.no-gutter .col-100{width:100%}
.row .col-95{width:95%;width:calc((100% - 15px*0.05263157894736836) / 1.0526315789473684)}
.row.no-gutter .col-95{width:95%}
.row .col-90{width:90%;width:calc((100% - 15px*0.11111111111111116) / 1.1111111111111112)}
.row.no-gutter .col-90{width:90%}
.row .col-85{width:85%;width:calc((100% - 15px*0.17647058823529416) / 1.1764705882352942)}
.row.no-gutter .col-85{width:85%}
.row .col-80{width:80%;width:calc((100% - 15px*0.25) / 1.25)}
.row.no-gutter .col-80{width:80%}
.row .col-75{width:75%;width:calc((100% - 15px*0.33333333333333326) / 1.3333333333333333)}
.row.no-gutter .col-75{width:75%}
.row .col-70{width:70%;width:calc((100% - 15px*0.4285714285714286) / 1.4285714285714286)}
.row.no-gutter .col-70{width:70%}
.row .col-66{width:66.66666666666666%;width:calc((100% - 15px*0.5000000000000002) / 1.5000000000000002)}
.row.no-gutter .col-66{width:66.66666666666666%}
.row .col-65{width:65%;width:calc((100% - 15px*0.5384615384615385) / 1.5384615384615385)}
.row.no-gutter .col-65{width:65%}
.row .col-60{width:60%;width:calc((100% - 15px*0.6666666666666667) / 1.6666666666666667)}
.row.no-gutter .col-60{width:60%}
.row .col-55{width:55%;width:calc((100% - 15px*0.8181818181818181) / 1.8181818181818181)}
.row.no-gutter .col-55{width:55%}
.row .col-50{width:50%;width:calc((100% - 15px*1) / 2)}
.row.no-gutter .col-50{width:50%}
.row .col-45{width:45%;width:calc((100% - 15px*1.2222222222222223) / 2.2222222222222223)}
.row.no-gutter .col-45{width:45%}
.row .col-40{width:40%;width:calc((100% - 15px*1.5) / 2.5)}
.row.no-gutter .col-40{width:40%}
.row .col-35{width:35%;width:calc((100% - 15px*1.8571428571428572) / 2.857142857142857)}
.row.no-gutter .col-35{width:35%}
.row .col-33{width:33.333333333333336%;width:calc((100% - 15px*2) / 3)}
.row.no-gutter .col-33{width:33.333333333333336%}
.row .col-30{width:30%;width:calc((100% - 15px*2.3333333333333335) / 3.3333333333333335)}
.row.no-gutter .col-30{width:30%}
.row .col-25{width:25%;width:calc((100% - 15px*3) / 4)}
.row.no-gutter .col-25{width:25%}
.row .col-20{width:20%;width:calc((100% - 15px*4) / 5)}
.row.no-gutter .col-20{width:20%}
.row .col-15{width:15%;width:calc((100% - 15px*5.666666666666667) / 6.666666666666667)}
.row.no-gutter .col-15{width:15%}
.row .col-10{width:10%;width:calc((100% - 15px*9) / 10)}
.row.no-gutter .col-10{width:10%}
.row .col-5{width:5%;width:calc((100% - 15px*19) / 20)}
.row.no-gutter .col-5{width:5%}
.row .col-auto:nth-last-child(1),.row .col-auto:nth-last-child(1)~.col-auto{width:100%;width:calc((100% - 15px*0) / 1)}
.row.no-gutter .col-auto:nth-last-child(1),.row.no-gutter .col-auto:nth-last-child(1)~.col-auto{width:100%}
.row .col-auto:nth-last-child(2),.row .col-auto:nth-last-child(2)~.col-auto{width:50%;width:calc((100% - 15px*1) / 2)}
.row.no-gutter .col-auto:nth-last-child(2),.row.no-gutter .col-auto:nth-last-child(2)~.col-auto{width:50%}
.row .col-auto:nth-last-child(3),.row .col-auto:nth-last-child(3)~.col-auto{width:33.33333333%;width:calc((100% - 15px*2) / 3)}
.row.no-gutter .col-auto:nth-last-child(3),.row.no-gutter .col-auto:nth-last-child(3)~.col-auto{width:33.33333333%}
.row .col-auto:nth-last-child(4),.row .col-auto:nth-last-child(4)~.col-auto{width:25%;width:calc((100% - 15px*3) / 4)}
.row.no-gutter .col-auto:nth-last-child(4),.row.no-gutter .col-auto:nth-last-child(4)~.col-auto{width:25%}
.row .col-auto:nth-last-child(5),.row .col-auto:nth-last-child(5)~.col-auto{width:20%;width:calc((100% - 15px*4) / 5)}
.row.no-gutter .col-auto:nth-last-child(5),.row.no-gutter .col-auto:nth-last-child(5)~.col-auto{width:20%}
.row .col-auto:nth-last-child(6),.row .col-auto:nth-last-child(6)~.col-auto{width:16.66666667%;width:calc((100% - 15px*5) / 6)}
.row.no-gutter .col-auto:nth-last-child(6),.row.no-gutter .col-auto:nth-last-child(6)~.col-auto{width:16.66666667%}
.row .col-auto:nth-last-child(7),.row .col-auto:nth-last-child(7)~.col-auto{width:14.28571429%;width:calc((100% - 15px*6) / 7)}
.row.no-gutter .col-auto:nth-last-child(7),.row.no-gutter .col-auto:nth-last-child(7)~.col-auto{width:14.28571429%}
.row .col-auto:nth-last-child(8),.row .col-auto:nth-last-child(8)~.col-auto{width:12.5%;width:calc((100% - 15px*7) / 8)}
.row.no-gutter .col-auto:nth-last-child(8),.row.no-gutter .col-auto:nth-last-child(8)~.col-auto{width:12.5%}
.row .col-auto:nth-last-child(9),.row .col-auto:nth-last-child(9)~.col-auto{width:11.11111111%;width:calc((100% - 15px*8) / 9)}
.row.no-gutter .col-auto:nth-last-child(9),.row.no-gutter .col-auto:nth-last-child(9)~.col-auto{width:11.11111111%}
.row .col-auto:nth-last-child(10),.row .col-auto:nth-last-child(10)~.col-auto{width:10%;width:calc((100% - 15px*9) / 10)}
.row.no-gutter .col-auto:nth-last-child(10),.row.no-gutter .col-auto:nth-last-child(10)~.col-auto{width:10%}
.row .col-auto:nth-last-child(11),.row .col-auto:nth-last-child(11)~.col-auto{width:9.09090909%;width:calc((100% - 15px*10) / 11)}
.row.no-gutter .col-auto:nth-last-child(11),.row.no-gutter .col-auto:nth-last-child(11)~.col-auto{width:9.09090909%}
.row .col-auto:nth-last-child(12),.row .col-auto:nth-last-child(12)~.col-auto{width:8.33333333%;width:calc((100% - 15px*11) / 12)}
.row.no-gutter .col-auto:nth-last-child(12),.row.no-gutter .col-auto:nth-last-child(12)~.col-auto{width:8.33333333%}
.row .col-auto:nth-last-child(13),.row .col-auto:nth-last-child(13)~.col-auto{width:7.69230769%;width:calc((100% - 15px*12) / 13)}
.row.no-gutter .col-auto:nth-last-child(13),.row.no-gutter .col-auto:nth-last-child(13)~.col-auto{width:7.69230769%}
.row .col-auto:nth-last-child(14),.row .col-auto:nth-last-child(14)~.col-auto{width:7.14285714%;width:calc((100% - 15px*13) / 14)}
.row.no-gutter .col-auto:nth-last-child(14),.row.no-gutter .col-auto:nth-last-child(14)~.col-auto{width:7.14285714%}
.row .col-auto:nth-last-child(15),.row .col-auto:nth-last-child(15)~.col-auto{width:6.66666667%;width:calc((100% - 15px*14) / 15)}
.row.no-gutter .col-auto:nth-last-child(15),.row.no-gutter .col-auto:nth-last-child(15)~.col-auto{width:6.66666667%}
.row .col-auto:nth-last-child(16),.row .col-auto:nth-last-child(16)~.col-auto{width:6.25%;width:calc((100% - 15px*15) / 16)}
.row.no-gutter .col-auto:nth-last-child(16),.row.no-gutter .col-auto:nth-last-child(16)~.col-auto{width:6.25%}
.row .col-auto:nth-last-child(17),.row .col-auto:nth-last-child(17)~.col-auto{width:5.88235294%;width:calc((100% - 15px*16) / 17)}
.row.no-gutter .col-auto:nth-last-child(17),.row.no-gutter .col-auto:nth-last-child(17)~.col-auto{width:5.88235294%}
.row .col-auto:nth-last-child(18),.row .col-auto:nth-last-child(18)~.col-auto{width:5.55555556%;width:calc((100% - 15px*17) / 18)}
.row.no-gutter .col-auto:nth-last-child(18),.row.no-gutter .col-auto:nth-last-child(18)~.col-auto{width:5.55555556%}
.row .col-auto:nth-last-child(19),.row .col-auto:nth-last-child(19)~.col-auto{width:5.26315789%;width:calc((100% - 15px*18) / 19)}
.row.no-gutter .col-auto:nth-last-child(19),.row.no-gutter .col-auto:nth-last-child(19)~.col-auto{width:5.26315789%}
.row .col-auto:nth-last-child(20),.row .col-auto:nth-last-child(20)~.col-auto{width:5%;width:calc((100% - 15px*19) / 20)}
.row.no-gutter .col-auto:nth-last-child(20),.row.no-gutter .col-auto:nth-last-child(20)~.col-auto{width:5%}
.row .col-auto:nth-last-child(21),.row .col-auto:nth-last-child(21)~.col-auto{width:4.76190476%;width:calc((100% - 15px*20) / 21)}
.row.no-gutter .col-auto:nth-last-child(21),.row.no-gutter .col-auto:nth-last-child(21)~.col-auto{width:4.76190476%}
@media all and (min-width:768px){.row .tablet-100{width:100%;width:calc((100% - 15px*0) / 1)}
.row.no-gutter .tablet-100{width:100%}
.row .tablet-95{width:95%;width:calc((100% - 15px*0.05263157894736836) / 1.0526315789473684)}
.row.no-gutter .tablet-95{width:95%}
.row .tablet-90{width:90%;width:calc((100% - 15px*0.11111111111111116) / 1.1111111111111112)}
.row.no-gutter .tablet-90{width:90%}
.row .tablet-85{width:85%;width:calc((100% - 15px*0.17647058823529416) / 1.1764705882352942)}
.row.no-gutter .tablet-85{width:85%}
.row .tablet-80{width:80%;width:calc((100% - 15px*0.25) / 1.25)}
.row.no-gutter .tablet-80{width:80%}
.row .tablet-75{width:75%;width:calc((100% - 15px*0.33333333333333326) / 1.3333333333333333)}
.row.no-gutter .tablet-75{width:75%}
.row .tablet-70{width:70%;width:calc((100% - 15px*0.4285714285714286) / 1.4285714285714286)}
.row.no-gutter .tablet-70{width:70%}
.row .tablet-66{width:66.66666666666666%;width:calc((100% - 15px*0.5000000000000002) / 1.5000000000000002)}
.row.no-gutter .tablet-66{width:66.66666666666666%}
.row .tablet-65{width:65%;width:calc((100% - 15px*0.5384615384615385) / 1.5384615384615385)}
.row.no-gutter .tablet-65{width:65%}
.row .tablet-60{width:60%;width:calc((100% - 15px*0.6666666666666667) / 1.6666666666666667)}
.row.no-gutter .tablet-60{width:60%}
.row .tablet-55{width:55%;width:calc((100% - 15px*0.8181818181818181) / 1.8181818181818181)}
.row.no-gutter .tablet-55{width:55%}
.row .tablet-50{width:50%;width:calc((100% - 15px*1) / 2)}
.row.no-gutter .tablet-50{width:50%}
.row .tablet-45{width:45%;width:calc((100% - 15px*1.2222222222222223) / 2.2222222222222223)}
.row.no-gutter .tablet-45{width:45%}
.row .tablet-40{width:40%;width:calc((100% - 15px*1.5) / 2.5)}
.row.no-gutter .tablet-40{width:40%}
.row .tablet-35{width:35%;width:calc((100% - 15px*1.8571428571428572) / 2.857142857142857)}
.row.no-gutter .tablet-35{width:35%}
.row .tablet-33{width:33.333333333333336%;width:calc((100% - 15px*2) / 3)}
.row.no-gutter .tablet-33{width:33.333333333333336%}
.row .tablet-30{width:30%;width:calc((100% - 15px*2.3333333333333335) / 3.3333333333333335)}
.row.no-gutter .tablet-30{width:30%}
.row .tablet-25{width:25%;width:calc((100% - 15px*3) / 4)}
.row.no-gutter .tablet-25{width:25%}
.row .tablet-20{width:20%;width:calc((100% - 15px*4) / 5)}
.row.no-gutter .tablet-20{width:20%}
.row .tablet-15{width:15%;width:calc((100% - 15px*5.666666666666667) / 6.666666666666667)}
.row.no-gutter .tablet-15{width:15%}
.row .tablet-10{width:10%;width:calc((100% - 15px*9) / 10)}
.row.no-gutter .tablet-10{width:10%}
.row .tablet-5{width:5%;width:calc((100% - 15px*19) / 20)}
.row.no-gutter .tablet-5{width:5%}
.row .tablet-auto:nth-last-child(1),.row .tablet-auto:nth-last-child(1)~.col-auto{width:100%;width:calc((100% - 15px*0) / 1)}
.row.no-gutter .tablet-auto:nth-last-child(1),.row.no-gutter .tablet-auto:nth-last-child(1)~.tablet-auto{width:100%}
.row .tablet-auto:nth-last-child(2),.row .tablet-auto:nth-last-child(2)~.col-auto{width:50%;width:calc((100% - 15px*1) / 2)}
.row.no-gutter .tablet-auto:nth-last-child(2),.row.no-gutter .tablet-auto:nth-last-child(2)~.tablet-auto{width:50%}
.row .tablet-auto:nth-last-child(3),.row .tablet-auto:nth-last-child(3)~.col-auto{width:33.33333333%;width:calc((100% - 15px*2) / 3)}
.row.no-gutter .tablet-auto:nth-last-child(3),.row.no-gutter .tablet-auto:nth-last-child(3)~.tablet-auto{width:33.33333333%}
.row .tablet-auto:nth-last-child(4),.row .tablet-auto:nth-last-child(4)~.col-auto{width:25%;width:calc((100% - 15px*3) / 4)}
.row.no-gutter .tablet-auto:nth-last-child(4),.row.no-gutter .tablet-auto:nth-last-child(4)~.tablet-auto{width:25%}
.row .tablet-auto:nth-last-child(5),.row .tablet-auto:nth-last-child(5)~.col-auto{width:20%;width:calc((100% - 15px*4) / 5)}
.row.no-gutter .tablet-auto:nth-last-child(5),.row.no-gutter .tablet-auto:nth-last-child(5)~.tablet-auto{width:20%}
.row .tablet-auto:nth-last-child(6),.row .tablet-auto:nth-last-child(6)~.col-auto{width:16.66666667%;width:calc((100% - 15px*5) / 6)}
.row.no-gutter .tablet-auto:nth-last-child(6),.row.no-gutter .tablet-auto:nth-last-child(6)~.tablet-auto{width:16.66666667%}
.row .tablet-auto:nth-last-child(7),.row .tablet-auto:nth-last-child(7)~.col-auto{width:14.28571429%;width:calc((100% - 15px*6) / 7)}
.row.no-gutter .tablet-auto:nth-last-child(7),.row.no-gutter .tablet-auto:nth-last-child(7)~.tablet-auto{width:14.28571429%}
.row .tablet-auto:nth-last-child(8),.row .tablet-auto:nth-last-child(8)~.col-auto{width:12.5%;width:calc((100% - 15px*7) / 8)}
.row.no-gutter .tablet-auto:nth-last-child(8),.row.no-gutter .tablet-auto:nth-last-child(8)~.tablet-auto{width:12.5%}
.row .tablet-auto:nth-last-child(9),.row .tablet-auto:nth-last-child(9)~.col-auto{width:11.11111111%;width:calc((100% - 15px*8) / 9)}
.row.no-gutter .tablet-auto:nth-last-child(9),.row.no-gutter .tablet-auto:nth-last-child(9)~.tablet-auto{width:11.11111111%}
.row .tablet-auto:nth-last-child(10),.row .tablet-auto:nth-last-child(10)~.col-auto{width:10%;width:calc((100% - 15px*9) / 10)}
.row.no-gutter .tablet-auto:nth-last-child(10),.row.no-gutter .tablet-auto:nth-last-child(10)~.tablet-auto{width:10%}
.row .tablet-auto:nth-last-child(11),.row .tablet-auto:nth-last-child(11)~.col-auto{width:9.09090909%;width:calc((100% - 15px*10) / 11)}
.row.no-gutter .tablet-auto:nth-last-child(11),.row.no-gutter .tablet-auto:nth-last-child(11)~.tablet-auto{width:9.09090909%}
.row .tablet-auto:nth-last-child(12),.row .tablet-auto:nth-last-child(12)~.col-auto{width:8.33333333%;width:calc((100% - 15px*11) / 12)}
.row.no-gutter .tablet-auto:nth-last-child(12),.row.no-gutter .tablet-auto:nth-last-child(12)~.tablet-auto{width:8.33333333%}
.row .tablet-auto:nth-last-child(13),.row .tablet-auto:nth-last-child(13)~.col-auto{width:7.69230769%;width:calc((100% - 15px*12) / 13)}
.row.no-gutter .tablet-auto:nth-last-child(13),.row.no-gutter .tablet-auto:nth-last-child(13)~.tablet-auto{width:7.69230769%}
.row .tablet-auto:nth-last-child(14),.row .tablet-auto:nth-last-child(14)~.col-auto{width:7.14285714%;width:calc((100% - 15px*13) / 14)}
.row.no-gutter .tablet-auto:nth-last-child(14),.row.no-gutter .tablet-auto:nth-last-child(14)~.tablet-auto{width:7.14285714%}
.row .tablet-auto:nth-last-child(15),.row .tablet-auto:nth-last-child(15)~.col-auto{width:6.66666667%;width:calc((100% - 15px*14) / 15)}
.row.no-gutter .tablet-auto:nth-last-child(15),.row.no-gutter .tablet-auto:nth-last-child(15)~.tablet-auto{width:6.66666667%}
.row .tablet-auto:nth-last-child(16),.row .tablet-auto:nth-last-child(16)~.col-auto{width:6.25%;width:calc((100% - 15px*15) / 16)}
.row.no-gutter .tablet-auto:nth-last-child(16),.row.no-gutter .tablet-auto:nth-last-child(16)~.tablet-auto{width:6.25%}
.row .tablet-auto:nth-last-child(17),.row .tablet-auto:nth-last-child(17)~.col-auto{width:5.88235294%;width:calc((100% - 15px*16) / 17)}
.row.no-gutter .tablet-auto:nth-last-child(17),.row.no-gutter .tablet-auto:nth-last-child(17)~.tablet-auto{width:5.88235294%}
.row .tablet-auto:nth-last-child(18),.row .tablet-auto:nth-last-child(18)~.col-auto{width:5.55555556%;width:calc((100% - 15px*17) / 18)}
.row.no-gutter .tablet-auto:nth-last-child(18),.row.no-gutter .tablet-auto:nth-last-child(18)~.tablet-auto{width:5.55555556%}
.row .tablet-auto:nth-last-child(19),.row .tablet-auto:nth-last-child(19)~.col-auto{width:5.26315789%;width:calc((100% - 15px*18) / 19)}
.row.no-gutter .tablet-auto:nth-last-child(19),.row.no-gutter .tablet-auto:nth-last-child(19)~.tablet-auto{width:5.26315789%}
.row .tablet-auto:nth-last-child(20),.row .tablet-auto:nth-last-child(20)~.col-auto{width:5%;width:calc((100% - 15px*19) / 20)}
.row.no-gutter .tablet-auto:nth-last-child(20),.row.no-gutter .tablet-auto:nth-last-child(20)~.tablet-auto{width:5%}
.row .tablet-auto:nth-last-child(21),.row .tablet-auto:nth-last-child(21)~.col-auto{width:4.76190476%;width:calc((100% - 15px*20) / 21)}
.row.no-gutter .tablet-auto:nth-last-child(21),.row.no-gutter .tablet-auto:nth-last-child(21)~.tablet-auto{width:4.76190476%}}
.views,.view{position:relative;height:100%;z-index:5000}
.views{overflow:auto;-webkit-overflow-scrolling:touch}
.view{overflow:hidden;box-sizing:border-box;width:100%}
.pages{position:relative;width:100%;height:100%;overflow:hidden;background:#000}
.page{box-sizing:border-box;position:absolute;left:0;top:0;width:100%;height:100%;background:#efeff4;transform:translate3d(0,0,0)}
.page.cached{display:none}
.page-on-left{transform:translate3d(-20%,0,0)}
.page-on-left .swipeback-page-opacity{opacity:1}
.page-on-left:after{opacity:1}
.page-on-center .swipeback-page-shadow{opacity:1}
.page-on-center .swipeback-page-opacity{opacity:0!important}
.page-on-right{transform:translate3d(100%,0,0)}
.page-on-right .swipeback-page-shadow{opacity:0!important}
.page-content{overflow:auto;-webkit-overflow-scrolling:touch;box-sizing:border-box;height:100%;position:relative;z-index:1}
.swipeback-page-shadow{position:absolute;right:100%;top:0;width:16px;height:100%;background:linear-gradient(to right,transparent 0,transparent 10%,rgba(0,0,0,.01) 50%,rgba(0,0,0,.2) 100%);z-index:-1;content:'';will-change:opacity;contain:strict}
html.android .swipeback-page-shadow{display:none;animation:none}
.swipeback-page-opacity{position:absolute;left:0;top:0;background:rgba(0,0,0,.1);width:100%;height:100%;content:'';opacity:0;z-index:10000;will-change:opacity;contain:strict}
.page-transitioning,.page-transitioning .swipeback-page-shadow,.page-transitioning .swipeback-page-opacity{transition-duration:400ms}
.page-from-right-to-center:before,.page-from-center-to-right:before{position:absolute;right:100%;top:0;width:16px;height:100%;background:linear-gradient(to right,transparent 0,transparent 10%,rgba(0,0,0,.01) 50%,rgba(0,0,0,.2) 100%);z-index:-1;content:'';will-change:opacity;contain:strict}
html.android .page-from-right-to-center:before,html.android .page-from-center-to-right:before{display:none;animation:none}
.page-from-right-to-center{animation:pageFromRightToCenter 400ms forwards}
.page-from-right-to-center:before{animation:pageFromRightToCenterShadow 400ms forwards}
.page-from-center-to-right{animation:pageFromCenterToRight 400ms forwards}
.page-from-center-to-right:before{animation:pageFromCenterToRightShadow 400ms forwards}
@keyframes pageFromRightToCenter{from{transform:translate3d(100%,0,0)}
to{transform:translate3d(0,0,0)}}
@keyframes pageFromRightToCenterShadow{from{opacity:0}
to{opacity:1}}
@keyframes pageFromCenterToRight{from{transform:translate3d(0,0,0)}
to{transform:translate3d(100%,0,0)}}
@keyframes pageFromCenterToRightShadow{from{opacity:1}
to{opacity:0}}
.page-from-center-to-left{animation:pageFromCenterToLeft 400ms forwards}
.page-from-center-to-left:after{position:absolute;left:0;top:0;background:rgba(0,0,0,.1);width:100%;height:100%;content:'';opacity:0;z-index:10000;will-change:opacity;contain:strict;animation:pageFromCenterToLeftOpacity 400ms forwards}
.page-from-left-to-center{animation:pageFromLeftToCenter 400ms forwards}
.page-from-left-to-center:after{position:absolute;left:0;top:0;background:rgba(0,0,0,.1);width:100%;height:100%;content:'';opacity:0;z-index:10000;will-change:opacity;contain:strict;animation:pageFromLeftToCenterOpacity 400ms forwards}
@keyframes pageFromCenterToLeft{from{transform:translate3d(0,0,0)}
to{transform:translate3d(-20%,0,0)}}
@keyframes pageFromLeftToCenter{from{transform:translate3d(-20%,0,0)}
to{transform:translate3d(0,0,0)}}
@keyframes pageFromCenterToLeftOpacity{from{opacity:0}
to{opacity:1}}
@keyframes pageFromLeftToCenterOpacity{from{opacity:1}
to{opacity:0}}
.navbar-inner,.toolbar-inner{position:absolute;left:0;top:0;width:100%;height:100%;padding:0 8px;box-sizing:border-box;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-align:center;align-items:center}
.navbar-inner.cached{display:none}
.navbar,.toolbar{height:44px;width:100%;box-sizing:border-box;font-size:17px;position:relative;margin:0;z-index:500;backface-visibility:hidden;transform:translate3d(0,0,0)}
.navbar b,.toolbar b{font-weight:500}
html.ios-gt-8 .navbar b,html.ios-gt-8 .toolbar b{font-weight:600}
.navbar,.toolbar,.subnavbar{background:#f7f7f8}
.navbar a.link,.toolbar a.link,.subnavbar a.link{line-height:44px;height:44px;text-decoration:none;position:relative;display:-ms-flexbox;display:flex;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-align:center;align-items:center;transition-duration:300ms;transform:translateZ(0px)}
html:not(.watch-active-state) .navbar a.link:active,html:not(.watch-active-state) .toolbar a.link:active,html:not(.watch-active-state) .subnavbar a.link:active,.navbar a.link.active-state,.toolbar a.link.active-state,.subnavbar a.link.active-state{opacity:.3;transition-duration:0ms}
.navbar a.link i+span,.toolbar a.link i+span,.subnavbar a.link i+span,.navbar a.link i+i,.toolbar a.link i+i,.subnavbar a.link i+i,.navbar a.link span+i,.toolbar a.link span+i,.subnavbar a.link span+i,.navbar a.link span+span,.toolbar a.link span+span,.subnavbar a.link span+span{margin-left:7px}
.navbar a.icon-only,.toolbar a.icon-only,.subnavbar a.icon-only{min-width:44px;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;margin:0}
.navbar i.icon,.toolbar i.icon,.subnavbar i.icon{display:block}
.navbar{left:0;top:0}
.navbar:after{content:'';position:absolute;left:0;bottom:0;right:auto;top:auto;height:1px;width:100%;background-color:#c4c4c4;display:block;z-index:15;transform-origin:50% 100%}
html.pixel-ratio-2 .navbar:after{transform:scaleY(0.5)}
html.pixel-ratio-3 .navbar:after{transform:scaleY(0.33)}
.navbar:after{backface-visibility:hidden}
.navbar.no-border:after{display:none}
.navbar .center{font-size:17px;font-weight:500;text-align:center;margin:0;position:relative;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;line-height:44px;-webkit-flex-shrink:10;-ms-flex:0 10 auto;-ms-flex-negative:10;flex-shrink:10;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}
html.ios-gt-8 .navbar .center{font-weight:600}
.navbar .center .subtitle{color:#6d6d72;display:block;line-height:1;bottom:3px;font-size:10px;position:absolute;text-align:center;width:100%}
.navbar .left,.navbar .right{-webkit-flex-shrink:0;-ms-flex:0 0 auto;-ms-flex-negative:0;flex-shrink:0;display:-ms-flexbox;display:flex;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-align:center;align-items:center;transform:translate3d(0,0,0)}
.navbar .left a+a,.navbar .right a+a{margin-left:15px}
.navbar .left{margin-right:10px}
.navbar .right{margin-left:10px}
.navbar .right:first-child{position:absolute;right:8px;height:100%}
.popup .navbar{transform:translate3d(0,0,0)}
.subnavbar{height:44px;width:100%;position:absolute;left:0;top:100%;margin-top:-1px;z-index:20;box-sizing:border-box;padding:0 8px;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-align:center;align-items:center}
.subnavbar:after{content:'';position:absolute;left:0;bottom:0;right:auto;top:auto;height:1px;width:100%;background-color:#c4c4c4;display:block;z-index:15;transform-origin:50% 100%}
html.pixel-ratio-2 .subnavbar:after{transform:scaleY(0.5)}
html.pixel-ratio-3 .subnavbar:after{transform:scaleY(0.33)}
.subnavbar.no-border:after{display:none}
.navbar.no-border .subnavbar{margin-top:0}
.navbar-on-left .subnavbar,.navbar-on-right .subnavbar{pointer-events:none}
.navbar .subnavbar,.page .subnavbar{position:absolute}
.page>.subnavbar{top:0;margin-top:0}
.subnavbar>.buttons-row{width:100%}
.subnavbar .searchbar,.subnavbar.searchbar{position:absolute}
.subnavbar.searchbar,.subnavbar .searchbar{position:absolute}
.subnavbar .searchbar{left:0;top:0}
.toolbar{left:0;bottom:0}
.toolbar:before{content:'';position:absolute;left:0;top:0;bottom:auto;right:auto;height:1px;width:100%;background-color:#c4c4c4;display:block;z-index:15;transform-origin:50% 0}
html.pixel-ratio-2 .toolbar:before{transform:scaleY(0.5)}
html.pixel-ratio-3 .toolbar:before{transform:scaleY(0.33)}
.toolbar.no-border:before{display:none}
.toolbar a{-webkit-flex-shrink:1;-ms-flex:0 1 auto;-ms-flex-negative:1;flex-shrink:1;position:relative;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}
.tabbar{color:#929292;z-index:5001}
.tabbar a{color:#929292}
.tabbar a.active{color:#007aff}
.tabbar a.link{line-height:1.4}
.tabbar a.tab-link,.tabbar a.link{height:100%;width:100%;box-sizing:border-box;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;overflow:visible;-webkit-box-flex:1;-ms-flex:1;-ms-flex-direction:column;flex-direction:column}
.tabbar i.icon{height:30px}
.tabbar-labels{height:50px}
.tabbar-labels a.tab-link,.tabbar-labels a.link{padding-top:4px;padding-bottom:4px;height:100%;-ms-flex-pack:justify;justify-content:space-between}
.tabbar-labels a.tab-link i+span,.tabbar-labels a.link i+span{margin:0}
.tabbar-labels span.tabbar-label{line-height:1;display:block;margin:0;letter-spacing:.01em;font-size:10px;position:relative;text-overflow:ellipsis;white-space:nowrap}
.subnavbar input[type=text],.navbar input[type=text],.subnavbar input[type=password],.navbar input[type=password],.subnavbar input[type=search],.navbar input[type=search],.subnavbar input[type=email],.navbar input[type=email],.subnavbar input[type=tel],.navbar input[type=tel],.subnavbar input[type=url],.navbar input[type=url]{box-sizing:border-box;width:100%;height:28px;display:block;border:0;-webkit-appearance:none;-moz-appearance:none;-ms-appearance:none;appearance:none;border-radius:5px;font-family:inherit;color:#000;font-size:14px;font-weight:400;padding:0 8px;background-color:#fff}
@media all and (min-width:768px){.tabbar .toolbar-inner{-ms-flex-pack:center;justify-content:center}
.tabbar a.tab-link,.tabbar a.link{width:auto;min-width:105px}
.tabbar-labels{height:56px}
.tabbar-labels span.tabbar-label{font-size:14px}}
.navbar-from-right-to-center .left,.navbar-from-right-to-center .right,.navbar-from-right-to-center .center,.navbar-from-right-to-center .subnavbar,.navbar-from-right-to-center .fading{animation:navbarElementFadeIn 400ms forwards}
.navbar-from-right-to-center .sliding{opacity:1}
.navbar-from-center-to-right .left,.navbar-from-center-to-right .right,.navbar-from-center-to-right .center,.navbar-from-center-to-right .subnavbar,.navbar-from-center-to-right .fading{animation:navbarElementFadeOut 400ms forwards}
.navbar-from-center-to-right .sliding{opacity:0}
.navbar-from-center-to-right .subnavbar.sliding{opacity:1}
@keyframes navbarElementFadeIn{from{opacity:0}
to{opacity:1}}
.navbar-from-center-to-left .left,.navbar-from-center-to-left .right,.navbar-from-center-to-left .center,.navbar-from-center-to-left .subnavbar,.navbar-from-center-to-left .fading{animation:navbarElementFadeOut 400ms forwards}
.navbar-from-center-to-left .sliding{opacity:0}
.navbar-from-center-to-left .subnavbar.sliding{opacity:1}
.navbar-from-left-to-center .left,.navbar-from-left-to-center .right,.navbar-from-left-to-center .center,.navbar-from-left-to-center .subnavbar,.navbar-from-left-to-center .fading{animation:navbarElementFadeIn 400ms forwards}
.navbar-from-left-to-center .sliding{opacity:1}
.navbar-on-left .left,.navbar-on-left .right,.navbar-on-left .center,.navbar-on-left .subnavbar,.navbar-on-left .fading{opacity:0}
.navbar-on-left .sliding{opacity:0}
.navbar-on-left .subnavbar.sliding{opacity:1;transform:translate3d(-100%,0,0)}
.navbar-on-right .left,.navbar-on-right .right,.navbar-on-right .center,.navbar-on-right .subnavbar,.navbar-on-right .fading{opacity:0}
.navbar-on-right .sliding{opacity:0}
.navbar-on-right .subnavbar.sliding{transform:translate3d(100%,0,0)}
@keyframes navbarElementFadeOut{from{opacity:1}
to{opacity:0}}
.navbar-from-right-to-center .left.sliding .back.link .icon,.navbar-from-center-to-right .left.sliding .back.link .icon,.navbar-from-center-to-left .left.sliding .back.link .icon,.navbar-from-left-to-center .left.sliding .back.link .icon{transition-duration:400ms}
.navbar-from-right-to-center .sliding,.navbar-from-center-to-right .sliding,.navbar-from-center-to-left .sliding,.navbar-from-left-to-center .sliding{transition-duration:400ms;animation:none}
.page>.navbar,.view>.navbar,.views>.navbar,.page>.toolbar,.view>.toolbar,.views>.toolbar{position:absolute}
.subnavbar~.page-content{padding-top:44px}
.navbar-through .page-content,.navbar-fixed .page-content{padding-top:44px}
.navbar-through .with-subnavbar .page-content,.navbar-fixed .with-subnavbar .page-content,.navbar-through .page-content.with-subnavbar,.navbar-fixed .page-content.with-subnavbar,.navbar-through .subnavbar~.page-content,.navbar-fixed .subnavbar~.page-content{padding-top:88px}
.navbar-through .page .subnavbar,.navbar-fixed .page .subnavbar,.navbar-through.page .subnavbar,.navbar-fixed.page .subnavbar{top:44px}
.toolbar-through .page-content,.toolbar-fixed .page-content,.tabbar-through .page-content,.tabbar-fixed .page-content{padding-bottom:44px}
.tabbar-labels-fixed .page-content,.tabbar-labels-through .page-content{padding-bottom:50px}
@media all and (min-width:768px){.tabbar-labels-fixed .page-content,.tabbar-labels-through .page-content{padding-bottom:56px}}
.navbar.navbar-hiding{transition-duration:400ms;transform:translate3d(0,0,0)}
.navbar.navbar-hiding~.page-content .list-group-title,.navbar.navbar-hiding~.pages .list-group-title,.navbar.navbar-hiding~.page .list-group-title{transition-duration:400ms}
.navbar.navbar-hiding~.page-content .subnavbar,.navbar.navbar-hiding~.pages .subnavbar,.navbar.navbar-hiding~.page .subnavbar{transition-duration:400ms}
.navbar.navbar-hidden{transition-duration:400ms;transform:translate3d(0,-100%,0)}
.navbar.navbar-hidden~.page-content .list-group-title,.navbar.navbar-hidden~.pages .list-group-title,.navbar.navbar-hidden~.page .list-group-title{transition-duration:400ms;top:-44px}
.navbar.navbar-hidden~.page-content .subnavbar,.navbar.navbar-hidden~.pages .subnavbar,.navbar.navbar-hidden~.page .subnavbar{transform:translate3d(0,-100%,0);transition-duration:400ms}
.navbar.not-animated{transition-duration:0ms}
.page.no-navbar .page-content{padding-top:0}
.page.no-navbar.with-subnavbar .page-content,.with-subnavbar .page.no-navbar .page-content,.page.no-navbar .page-content.with-subnavbar{padding-top:44px}
.toolbar.toolbar-hiding,.tabbar.toolbar-hiding,.toolbar.tabbar-hiding,.tabbar.tabbar-hiding{transition-duration:400ms;transform:translate3d(0,0,0)}
.toolbar.toolbar-hidden,.tabbar.toolbar-hidden,.toolbar.tabbar-hidden,.tabbar.tabbar-hidden{transition-duration:400ms;transform:translate3d(0,100%,0)}
.toolbar.not-animated,.tabbar.not-animated{transition-duration:0ms}
.page.no-toolbar .page-content,.page.no-tabbar .page-content{padding-bottom:0}
.searchbar{height:44px;width:100%;background:#c9c9ce;box-sizing:border-box;padding:0 8px;overflow:hidden;position:relative;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}
.searchbar:after{content:'';position:absolute;left:0;bottom:0;right:auto;top:auto;height:1px;width:100%;background-color:#b4b4b4;display:block;z-index:15;transform-origin:50% 100%}
html.pixel-ratio-2 .searchbar:after{transform:scaleY(0.5)}
html.pixel-ratio-3 .searchbar:after{transform:scaleY(0.33)}
.searchbar .searchbar-input{width:100%;height:28px;position:relative;-webkit-flex-shrink:1;-ms-flex:0 1 auto;-ms-flex-negative:1;flex-shrink:1}
.searchbar input[type=search]{box-sizing:border-box;width:100%;height:28px;display:block;border:0;-webkit-appearance:none;-moz-appearance:none;-ms-appearance:none;appearance:none;border-radius:5px;font-family:inherit;color:#000;font-size:14px;font-weight:400;padding:0 8px;background-color:#fff;padding:0 28px;height:100%;background-repeat:no-repeat;background-position:8px center;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2013%2013'%20enable-background%3D'new%200%200%2013%2013'%3E%3Cg%3E%3Cpath%20fill%3D'%23939398'%20d%3D'M5%2C1c2.2%2C0%2C4%2C1.8%2C4%2C4S7.2%2C9%2C5%2C9S1%2C7.2%2C1%2C5S2.8%2C1%2C5%2C1%20M5%2C0C2.2%2C0%2C0%2C2.2%2C0%2C5s2.2%2C5%2C5%2C5s5-2.2%2C5-5S7.8%2C0%2C5%2C0%20L5%2C0z'%2F%3E%3C%2Fg%3E%3Cline%20stroke%3D'%23939398'%20stroke-miterlimit%3D'10'%20x1%3D'12.6'%20y1%3D'12.6'%20x2%3D'8.2'%20y2%3D'8.2'%2F%3E%3C%2Fsvg%3E");background-size:13px 13px}
.searchbar input[type=search]::-webkit-input-placeholder{color:#939398;opacity:1}
.searchbar input[type=search]::-webkit-search-cancel-button{-webkit-appearance:none}
.searchbar .searchbar-clear{position:absolute;width:28px;height:28px;right:0;top:0;opacity:0;pointer-events:none;background-position:center;background-repeat:no-repeat;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2028%2028'%3E%3Ccircle%20cx%3D'14'%20cy%3D'14'%20r%3D'14'%20fill%3D'%238e8e93'%2F%3E%3Cline%20stroke%3D'%23ffffff'%20stroke-width%3D'2'%20stroke-miterlimit%3D'10'%20x1%3D'8'%20y1%3D'8'%20x2%3D'20'%20y2%3D'20'%2F%3E%3Cline%20fill%3D'none'%20stroke%3D'%23ffffff'%20stroke-width%3D'2'%20stroke-miterlimit%3D'10'%20x1%3D'20'%20y1%3D'8'%20x2%3D'8'%20y2%3D'20'%2F%3E%3C%2Fsvg%3E");background-size:14px 14px;transition-duration:300ms;cursor:pointer}
.searchbar .searchbar-cancel{transition-duration:300ms;transform:translate3d(0,0,0);font-size:17px;cursor:pointer;opacity:0;-webkit-flex-shrink:0;-ms-flex:0 0 auto;-ms-flex-negative:0;flex-shrink:0;margin-left:0;pointer-events:none;display:none}
.searchbar.searchbar-active .searchbar-cancel{margin-left:8px;opacity:1;pointer-events:auto}
html:not(.watch-active-state) .searchbar.searchbar-active .searchbar-cancel:active,.searchbar.searchbar-active .searchbar-cancel.active-state{opacity:.3;transition-duration:0ms}
.searchbar.searchbar-not-empty .searchbar-clear{pointer-events:auto;opacity:1}
.searchbar-overlay{position:absolute;left:0;top:0;width:100%;height:100%;z-index:100;opacity:0;pointer-events:none;background:rgba(0,0,0,.4);transition-duration:300ms;transform:translate3d(0,0,0)}
.searchbar-overlay.searchbar-overlay-active{opacity:1;pointer-events:auto}
.searchbar-not-found{display:none}
.hidden-by-searchbar,.list-block .hidden-by-searchbar,.list-block li.hidden-by-searchbar{display:none}
.page>.searchbar{position:absolute;width:100%;left:0;top:0;z-index:200}
.page>.searchbar~.page-content{padding-top:44px}
.navbar-fixed .page>.searchbar,.navbar-through .page>.searchbar,.navbar-fixed>.searchbar,.navbar-through>.searchbar{top:44px}
.navbar-fixed .page>.searchbar~.page-content,.navbar-through .page>.searchbar~.page-content,.navbar-fixed>.searchbar~.page-content,.navbar-through>.searchbar~.page-content{padding-top:88px}
.messagebar{transform:translate3d(0,0,0);transition-duration:0ms;background:#fff}
.messagebar:before{display:none}
.messagebar textarea{-webkit-appearance:none;-moz-appearance:none;-ms-appearance:none;appearance:none;box-sizing:border-box;border:1px solid #c8c8cd;background:#fff;border-radius:17px;box-shadow:none;display:block;padding:6px 15px;margin:0;width:100%;height:34px;color:#000;font-size:17px;line-height:20px;font-family:inherit;resize:none;-webkit-flex-shrink:1;-ms-flex:0 1 auto;-ms-flex-negative:1;flex-shrink:1}
.messagebar .link{-ms-flex-item-align:flex-end;align-self:flex-end}
.messagebar .link.icon-only:first-child{margin-left:-6px}
.messagebar .link:not(.icon-only)+textarea{margin-left:8px}
.messagebar textarea+.link{margin-left:8px}
.messagebar .link{-webkit-flex-shrink:0;-ms-flex:0 0 auto;-ms-flex-negative:0;flex-shrink:0}
.page.no-toolbar .messagebar~.page-content,.page.no-tabbar .messagebar~.page-content{padding-bottom:44px}
.hidden-toolbar .messagebar{transform:translate3d(0,0,0);transition-duration:0ms}
i.icon{display:inline-block;vertical-align:middle;background-size:100% auto;background-position:center;background-repeat:no-repeat;font-style:normal;position:relative}
i.icon.icon-back{width:12px;height:20px;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2012%2020'%3E%3Cpath%20d%3D'M10%2C0l2%2C2l-8%2C8l8%2C8l-2%2C2L0%2C10L10%2C0z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E")}
i.icon.icon-forward{width:12px;height:20px;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2012%2020'%3E%3Cpath%20d%3D'M2%2C20l-2-2l8-8L0%2C2l2-2l10%2C10L2%2C20z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E")}
i.icon.icon-bars{width:21px;height:14px;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2021%2014'%3E%3Cpath%20fill%3D'%23007aff'%20d%3D'M0%2C0h2v2H0V0z%20M4%2C0h17v1H4V0z%20M0%2C6h2v2H0V6z%20M4%2C6h17v1H4V6z%20M0%2C12h2v2H0V12z%20M4%2C12h17v1H4V12z'%2F%3E%3C%2Fsvg%3E")}
@media (-webkit-min-device-pixel-ratio:2),(min-resolution:2ddpx){i.icon.icon-bars{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2042%2026'%3E%3Cpath%20fill%3D'%23007aff'%20d%3D'M0%2C0h4v4H0V0z%20M8%2C1h34v2H8V1z%20M0%2C11h4v4H0V11z%20M8%2C12h34v2H8V12z%20M0%2C22h4v4H0V22z%20M8%2C23h34v2H8V23z'%2F%3E%3C%2Fsvg%3E");height:13px}}
i.icon.icon-camera{width:25px;height:20px;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20x%3D'0px'%20y%3D'0px'%20viewBox%3D'0%200%2025%2020'%3E%3Cpath%20fill%3D'%238C8D92'%20d%3D'M13.3%2C5.5c-2.7%2C0-5%2C2.2-5%2C5s2.2%2C5%2C5%2C5c2.7%2C0%2C5-2.2%2C5-5S16%2C5.5%2C13.3%2C5.5z'%2F%3E%3Cpath%20fill%3D'%238C8D92'%20d%3D'M22.8%2C1.8h-3.3c-0.2-1.3-1-1.8-2-1.8H8.1c-1%2C0-1.8%2C0.4-2%2C1.8H2.8C1.4%2C1.8%2C0%2C2.8%2C0%2C4.2v12.6%20c0%2C1.4%2C1.4%2C2.5%2C2.8%2C2.5h20c1.4%2C0%2C2.2-1.1%2C2.2-2.5V4.2C25%2C2.8%2C24.2%2C1.8%2C22.8%2C1.8z%20M3.5%2C6.4C2.6%2C6.4%2C2%2C5.8%2C2%2C5c0-0.8%2C0.7-1.5%2C1.5-1.5%20S5%2C4.1%2C5%2C5C5%2C5.8%2C4.3%2C6.4%2C3.5%2C6.4z%20M13.3%2C16.8c-3.5%2C0-6.3-2.7-6.3-6.2c0-3.3%2C2.5-6.2%2C5.7-6.2h1.2c3.2%2C0%2C5.7%2C2.9%2C5.7%2C6.2%20C19.6%2C14.1%2C16.7%2C16.8%2C13.3%2C16.8z'%2F%3E%3C%2Fsvg%3E")}
i.icon.icon-f7{width:29px;height:29px;background-image:url(/prototype/12348-xinjiang-app/static/node_modules/framework7/dist/img/i-f7-ios.png);border-radius:6px}
i.icon.icon-next,i.icon.icon-prev{width:15px;height:15px}
i.icon.icon-next{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2015%2015'%3E%3Cg%3E%3Cpath%20fill%3D'%23007aff'%20d%3D'M1%2C1.6l11.8%2C5.8L1%2C13.4V1.6%20M0%2C0v15l15-7.6L0%2C0L0%2C0z'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")}
i.icon.icon-prev{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2015%2015'%3E%3Cg%3E%3Cpath%20fill%3D'%23007aff'%20d%3D'M14%2C1.6v11.8L2.2%2C7.6L14%2C1.6%20M15%2C0L0%2C7.6L15%2C15V0L15%2C0z'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")}
i.icon.icon-plus{width:25px;height:25px;font-size:31px;line-height:20px;text-align:center;font-weight:100}
.navbar .framework7-icons,.navbar .f7-icons,.toolbar .framework7-icons,.toolbar .f7-icons{font-size:22px}
.tabbar .framework7-icons,.tabbar .f7-icons,.tabbar-labels .framework7-icons,.tabbar-labels .f7-icons{font-size:25px}
.item-media .framework7-icons,.item-media .f7-icons{font-size:29px}
.button .framework7-icons,.button .f7-icons{font-size:22px}
.item-actions .framework7-icons,.item-actions .f7-icons{font-size:23px;vertical-align:top}
.badge{font-size:13px;display:inline-block;color:#fff;background:#8e8e93;border-radius:20px;padding:0 6px;height:20px;line-height:20px;box-sizing:border-box;text-align:center}
.item-after .badge{min-width:20px}
.icon .badge,.f7-icons .badge,.framework7-icons .badge{position:absolute;left:100%;margin-left:-10px;top:-2px;font-size:10px;line-height:16px;height:16px;border-radius:16px;padding:0 4px;min-width:16px;font-family:-apple-system,SF UI Text,Helvetica Neue,Helvetica,Arial,sans-serif}
.chip{font-size:14px;font-weight:400;color:#fff;background:rgba(0,0,0,.37);display:inline-block;height:23px;line-height:23px;border-radius:5px;padding:0 6px;box-sizing:border-box;vertical-align:middle;display:-ms-inline-flexbox;display:inline-flex;-ms-flex-align:center;align-items:center;margin:2px 0}
.chip-media{width:16px;height:16px;vertical-align:middle;border-radius:50%;text-align:center;line-height:16px;color:#fff;font-size:12px;box-sizing:border-box;-webkit-flex-shrink:0;-ms-flex:0 0 auto;-ms-flex-negative:0;flex-shrink:0;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center}
.chip-media img{max-width:100%;max-height:100%;width:auto;height:auto;border-radius:50%;display:block}
.chip-media+.chip-label{margin-left:4px}
.chip-media i.icon{font-size:16px;height:16px}
.chip-label{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;position:relative;-webkit-flex-shrink:1;-ms-flex:0 1 auto;-ms-flex-negative:1;flex-shrink:1;min-width:0}
.chip-delete{margin-right:-6px;width:23px;height:23px;text-align:center;line-height:23px;cursor:pointer;-webkit-flex-shrink:0;-ms-flex:0 0 auto;-ms-flex-negative:0;flex-shrink:0;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2028%2028'%3E%3Ccircle%20cx%3D'14'%20cy%3D'14'%20r%3D'14'%20fill%3D'%23fff'%2F%3E%3Cline%20stroke%3D'%23000'%20stroke-width%3D'2'%20stroke-miterlimit%3D'10'%20x1%3D'8'%20y1%3D'8'%20x2%3D'20'%20y2%3D'20'%2F%3E%3Cline%20fill%3D'none'%20stroke%3D'%23000'%20stroke-width%3D'2'%20stroke-miterlimit%3D'10'%20x1%3D'20'%20y1%3D'8'%20x2%3D'8'%20y2%3D'20'%2F%3E%3C%2Fsvg%3E");background-repeat:no-repeat;background-position:center;background-size:13px 13px;opacity:.7}
html:not(.watch-active-state) .chip-delete:active,.chip-delete.active-state{opacity:1}
.content-block{margin:35px 0;padding:0 15px;color:#6d6d72;box-sizing:border-box}
.content-block.no-hairlines:before,.content-block.no-hairlines ul:before,.content-block.no-hairlines .content-block-inner:before{display:none}
.content-block.no-hairlines:after,.content-block.no-hairlines ul:after,.content-block.no-hairlines .content-block-inner:after{display:none}
.content-block-title{position:relative;overflow:hidden;margin:0;white-space:nowrap;text-overflow:ellipsis;font-size:14px;text-transform:uppercase;line-height:1;color:#6d6d72;margin:35px 15px 10px}
.content-block-title+.list-block,.content-block-title+.content-block,.content-block-title+.card,.content-block-title+.timeline{margin-top:10px}
.content-block-inner{background:#fff;padding:10px 15px;margin-left:-15px;width:100%;position:relative;color:#000}
.content-block-inner:before{content:'';position:absolute;left:0;top:0;bottom:auto;right:auto;height:1px;width:100%;background-color:#c8c7cc;display:block;z-index:15;transform-origin:50% 0}
html.pixel-ratio-2 .content-block-inner:before{transform:scaleY(0.5)}
html.pixel-ratio-3 .content-block-inner:before{transform:scaleY(0.33)}
.content-block-inner:after{content:'';position:absolute;left:0;bottom:0;right:auto;top:auto;height:1px;width:100%;background-color:#c8c7cc;display:block;z-index:15;transform-origin:50% 100%}
html.pixel-ratio-2 .content-block-inner:after{transform:scaleY(0.5)}
html.pixel-ratio-3 .content-block-inner:after{transform:scaleY(0.33)}
.content-block.inset{margin-left:15px;margin-right:15px;border-radius:7px}
.content-block.inset .content-block-inner{border-radius:7px}
.content-block.inset .content-block-inner:before{display:none}
.content-block.inset .content-block-inner:after{display:none}
@media all and (min-width:768px){.content-block.tablet-inset{margin-left:15px;margin-right:15px;border-radius:7px}
.content-block.tablet-inset .content-block-inner{border-radius:7px}
.content-block.tablet-inset .content-block-inner:before{display:none}
.content-block.tablet-inset .content-block-inner:after{display:none}}
.list-block{margin:35px 0;font-size:17px}
.list-block ul{background:#fff;list-style:none;padding:0;margin:0;position:relative}
.list-block ul:before{content:'';position:absolute;left:0;top:0;bottom:auto;right:auto;height:1px;width:100%;background-color:#c8c7cc;display:block;z-index:15;transform-origin:50% 0}
html.pixel-ratio-2 .list-block ul:before{transform:scaleY(0.5)}
html.pixel-ratio-3 .list-block ul:before{transform:scaleY(0.33)}
.list-block ul:after{content:'';position:absolute;left:0;bottom:0;right:auto;top:auto;height:1px;width:100%;background-color:#c8c7cc;display:block;z-index:15;transform-origin:50% 100%}
html.pixel-ratio-2 .list-block ul:after{transform:scaleY(0.5)}
html.pixel-ratio-3 .list-block ul:after{transform:scaleY(0.33)}
.list-block ul ul{padding-left:45px}
.list-block ul ul:before{display:none}
.list-block ul ul:after{display:none}
.list-block .align-top,.list-block .align-top .item-content,.list-block .align-top .item-inner{-ms-flex-align:start;-ms-grid-row-align:flex-start;align-items:flex-start}
.list-block.inset{margin-left:15px;margin-right:15px;border-radius:7px}
.list-block.inset .content-block-title{margin-left:0;margin-right:0}
.list-block.inset ul{border-radius:7px}
.list-block.inset ul:before{display:none}
.list-block.inset ul:after{display:none}
.list-block.inset li:first-child>a{border-radius:7px 7px 0 0}
.list-block.inset li:last-child>a{border-radius:0 0 7px 7px}
.list-block.inset li:first-child:last-child>a{border-radius:7px}
@media all and (min-width:768px){.list-block.tablet-inset{margin-left:15px;margin-right:15px;border-radius:7px}
.list-block.tablet-inset .content-block-title{margin-left:0;margin-right:0}
.list-block.tablet-inset ul{border-radius:7px}
.list-block.tablet-inset ul:before{display:none}
.list-block.tablet-inset ul:after{display:none}
.list-block.tablet-inset li:first-child>a{border-radius:7px 7px 0 0}
.list-block.tablet-inset li:last-child>a{border-radius:0 0 7px 7px}
.list-block.tablet-inset li:first-child:last-child>a{border-radius:7px}
.list-block.tablet-inset .content-block-title{margin-left:0;margin-right:0}
.list-block.tablet-inset ul{border-radius:7px}
.list-block.tablet-inset ul:before{display:none}
.list-block.tablet-inset ul:after{display:none}
.list-block.tablet-inset li:first-child>a{border-radius:7px 7px 0 0}
.list-block.tablet-inset li:last-child>a{border-radius:0 0 7px 7px}
.list-block.tablet-inset li:first-child:last-child>a{border-radius:7px}}
.list-block li{box-sizing:border-box;position:relative}
.list-block .item-media{display:-ms-flexbox;display:flex;-webkit-flex-shrink:0;-ms-flex:0 0 auto;-ms-flex-negative:0;flex-shrink:0;-webkit-box-lines:single;-moz-box-lines:single;-ms-flex-wrap:none;-ms-flex-wrap:nowrap;flex-wrap:nowrap;box-sizing:border-box;-ms-flex-align:center;align-items:center;padding-top:7px;padding-bottom:8px}
.list-block .item-media i+i{margin-left:5px}
.list-block .item-media i+img{margin-left:5px}
.list-block .item-media+.item-inner{margin-left:15px}
.list-block .item-inner{padding-right:15px;position:relative;width:100%;padding-top:8px;padding-bottom:7px;min-height:44px;box-sizing:border-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex:1;overflow:hidden;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-align:center;align-items:center;-ms-flex-item-align:stretch;align-self:stretch}
.list-block .item-inner:after{content:'';position:absolute;left:0;bottom:0;right:auto;top:auto;height:1px;width:100%;background-color:#c8c7cc;display:block;z-index:15;transform-origin:50% 100%}
html.pixel-ratio-2 .list-block .item-inner:after{transform:scaleY(0.5)}
html.pixel-ratio-3 .list-block .item-inner:after{transform:scaleY(0.33)}
.list-block .item-title{-webkit-flex-shrink:1;-ms-flex:0 1 auto;-ms-flex-negative:1;flex-shrink:1;min-width:0;white-space:nowrap;position:relative;overflow:hidden;text-overflow:ellipsis;max-width:100%}
.list-block .item-after{white-space:nowrap;color:#8e8e93;-webkit-flex-shrink:0;-ms-flex:0 0 auto;-ms-flex-negative:0;flex-shrink:0;margin-left:auto;padding-left:5px;display:-ms-flexbox;display:flex;max-height:28px}
.list-block .smart-select .item-after,.list-block .autocomplete-opener .item-after{max-width:70%;overflow:hidden;text-overflow:ellipsis;position:relative;display:block}
.list-block .item-actions{margin-left:auto;padding-left:15px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:justify;justify-content:space-between}
.list-block .item-actions a{min-width:23px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;transition-duration:300ms}
html:not(.watch-active-state) .list-block .item-actions a:active,.list-block .item-actions a.active-state{opacity:.3;transition-duration:0ms}
.list-block .item-actions a+a{margin-left:8px}
.list-block .item-after+.item-actions{margin-left:0}
.list-block .item-link,.list-block .list-button{transition-duration:300ms;display:block;color:inherit}
.list-block .item-link .item-inner,.list-block .list-button .item-inner{padding-right:35px;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%2060%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%3E%3Cpath%20d%3D'm60%2061.5-38.25%2038.25-9.75-9.75%2029.25-28.5-29.25-28.5%209.75-9.75z'%20fill%3D'%23c7c7cc'%2F%3E%3C%2Fsvg%3E");background-size:10px 20px;background-repeat:no-repeat;background-position:95% center;background-position:calc(100% - 15px) center}
html:not(.watch-active-state) .list-block .item-link:active,html:not(.watch-active-state) .list-block .list-button:active,.list-block .item-link.active-state,.list-block .list-button.active-state{transition-duration:0ms;background-color:#d9d9d9}
html:not(.watch-active-state) .list-block .item-link:active .item-inner:after,html:not(.watch-active-state) .list-block .list-button:active .item-inner:after,.list-block .item-link.active-state .item-inner:after,.list-block .list-button.active-state .item-inner:after{background-color:transparent}
.list-block .list-button{padding:0 15px;text-align:center;color:#007aff;display:block;line-height:43px}
.list-block .list-button:after{content:'';position:absolute;left:0;bottom:0;right:auto;top:auto;height:1px;width:100%;background-color:#c8c7cc;display:block;z-index:15;transform-origin:50% 100%}
html.pixel-ratio-2 .list-block .list-button:after{transform:scaleY(0.5)}
html.pixel-ratio-3 .list-block .list-button:after{transform:scaleY(0.33)}
.list-block .item-content{box-sizing:border-box;padding-left:15px;min-height:44px;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-align:center;align-items:center}
.list-block .list-block-label{margin:10px 0 35px;padding:0 15px;font-size:14px;color:#8f8f94}
.list-block .swipeout{overflow:hidden;transform-style:preserve-3d}
.list-block .swipeout.deleting{transition-duration:300ms}
.list-block .swipeout.deleting .swipeout-content{transform:translateX(-100%)}
.list-block .swipeout.transitioning .swipeout-content,.list-block .swipeout.transitioning .swipeout-actions-right a,.list-block .swipeout.transitioning .swipeout-actions-left a,.list-block .swipeout.transitioning .swipeout-overswipe{transition:300ms}
.list-block .swipeout-content{position:relative;z-index:10}
.list-block .swipeout-overswipe{transition:200ms left}
.list-block .swipeout-actions-left,.list-block .swipeout-actions-right{position:absolute;top:0;height:100%;display:-ms-flexbox;display:flex}
.list-block .swipeout-actions-left a,.list-block .swipeout-actions-right a{padding:0 30px;color:#fff;background:#c7c7cc;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;position:relative;left:0}
.list-block .swipeout-actions-left a:after,.list-block .swipeout-actions-right a:after{content:'';position:absolute;top:0;width:600%;height:100%;background:inherit;z-index:-1}
.list-block .swipeout-actions-left a.swipeout-delete,.list-block .swipeout-actions-right a.swipeout-delete{background:#ff3b30}
.list-block .swipeout-actions-right{right:0;transform:translateX(100%)}
.list-block .swipeout-actions-right a:after{left:100%;margin-left:-1px}
.list-block .swipeout-actions-left{left:0;transform:translateX(-100%)}
.list-block .swipeout-actions-left a:after{right:100%;margin-right:-1px}
.list-block .item-subtitle{font-size:15px;position:relative;overflow:hidden;white-space:nowrap;max-width:100%;text-overflow:ellipsis}
.list-block .item-text{font-size:15px;color:#8e8e93;line-height:21px;position:relative;overflow:hidden;height:42px;text-overflow:ellipsis;-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box}
.list-block.media-list .item-title,.list-block li.media-item .item-title{font-weight:500}
html.ios-gt-8 .list-block.media-list .item-title,html.ios-gt-8 .list-block li.media-item .item-title{font-weight:600}
.list-block.media-list .item-inner,.list-block li.media-item .item-inner{display:block;padding-top:10px;padding-bottom:9px;-ms-flex-item-align:stretch;align-self:stretch}
.list-block.media-list .item-link .item-inner,.list-block li.media-item .item-link .item-inner{background:0 0;padding-right:15px}
.list-block.media-list .item-link .item-title-row,.list-block li.media-item .item-link .item-title-row{padding-right:20px;background:no-repeat right center;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%2060%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%3E%3Cpath%20d%3D'm60%2061.5-38.25%2038.25-9.75-9.75%2029.25-28.5-29.25-28.5%209.75-9.75z'%20fill%3D'%23c7c7cc'%2F%3E%3C%2Fsvg%3E");background-size:10px 20px}
.list-block.media-list .item-media,.list-block li.media-item .item-media{padding-top:9px;padding-bottom:10px}
.list-block.media-list .item-media img,.list-block li.media-item .item-media img{display:block}
.list-block.media-list .item-title-row,.list-block li.media-item .item-title-row{display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between}
.list-block.media-list .item-content>.item-after,.list-block li.media-item .item-content>.item-after{margin-right:15px;margin-left:15px}
.list-block .list-group ul:after,.list-block .list-group ul:before{z-index:25}
.list-block .list-group+.list-group ul:before{display:none}
.list-block .item-divider,.list-block .list-group-title{background:#F7F7F7;margin-top:-1px;padding:4px 15px;white-space:nowrap;position:relative;max-width:100%;text-overflow:ellipsis;overflow:hidden;color:#8e8e93;z-index:15}
.list-block .item-divider:before,.list-block .list-group-title:before{content:'';position:absolute;left:0;top:0;bottom:auto;right:auto;height:1px;width:100%;background-color:#c8c7cc;display:block;z-index:15;transform-origin:50% 0}
html.pixel-ratio-2 .list-block .item-divider:before,html.pixel-ratio-2 .list-block .list-group-title:before{transform:scaleY(0.5)}
html.pixel-ratio-3 .list-block .item-divider:before,html.pixel-ratio-3 .list-block .list-group-title:before{transform:scaleY(0.33)}
.list-block .list-group-title{position:relative;position:-webkit-sticky;position:-moz-sticky;position:sticky;top:0;z-index:20;margin-top:0}
.list-block .list-group-title:before{display:none}
.list-block .sortable-handler{position:absolute;right:0;top:0;bottom:1px;z-index:10;background-repeat:no-repeat;background-size:18px 12px;background-position:center;width:35px;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2018%2012'%20fill%3D'%23c7c7cc'%3E%3Cpath%20d%3D'M0%2C2V0h22v2H0z'%2F%3E%3Cpath%20d%3D'M0%2C7V5h22v2H0z'%2F%3E%3Cpath%20d%3D'M0%2C12v-2h22v2H0z'%2F%3E%3C%2Fsvg%3E");opacity:0;visibility:hidden;cursor:pointer;transition-duration:300ms}
.list-block.sortable .item-inner{transition-duration:300ms}
.list-block.sortable-opened .sortable-handler{visibility:visible;opacity:1}
.list-block.sortable-opened .item-inner,.list-block.sortable-opened .item-link .item-inner{padding-right:35px}
.list-block.sortable-opened .item-link .item-inner,.list-block.sortable-opened .item-link .item-title-row{background-image:none}
.list-block.sortable-sorting li{transition-duration:300ms}
.list-block li.sorting{z-index:50;background:rgba(255,255,255,.8);box-shadow:0 2px 8px rgba(0,0,0,.6);transition-duration:0ms}
.list-block li.sorting .item-inner:after{display:none}
.list-block li:last-child .list-button:after{display:none}
.list-block li:last-child .item-inner:after,.list-block li:last-child li:last-child .item-inner:after{display:none}
.list-block li li:last-child .item-inner:after,.list-block li:last-child li .item-inner:after{content:'';position:absolute;left:0;bottom:0;right:auto;top:auto;height:1px;width:100%;background-color:#c8c7cc;display:block;z-index:15;transform-origin:50% 100%}
html.pixel-ratio-2 .list-block li li:last-child .item-inner:after,html.pixel-ratio-2 .list-block li:last-child li .item-inner:after{transform:scaleY(0.5)}
html.pixel-ratio-3 .list-block li li:last-child .item-inner:after,html.pixel-ratio-3 .list-block li:last-child li .item-inner:after{transform:scaleY(0.33)}
.list-block.no-hairlines:before,.list-block.no-hairlines ul:before,.list-block.no-hairlines .content-block-inner:before{display:none}
.list-block.no-hairlines:after,.list-block.no-hairlines ul:after,.list-block.no-hairlines .content-block-inner:after{display:none}
.list-block.no-hairlines-between .item-inner:after,.list-block.no-hairlines-between .list-button:after,.list-block.no-hairlines-between .item-divider:after,.list-block.no-hairlines-between .list-group-title:after,.list-block.no-hairlines-between .list-group-title:after{display:none}
.contacts-content{background:#fff}
.contacts-block{margin:0}
.contacts-block .list-group-title{padding:0 15px;background:#f7f7f7;color:#000;font-weight:500;line-height:22px;height:22px}
html.ios-gt-8 .contacts-block .list-group-title{font-weight:600}
.contacts-block .list-group:first-child ul:before{display:none}
.contacts-block .list-group:last-child ul:after{display:none}
.list-block input[type=text],.list-block input[type=password],.list-block input[type=search],.list-block input[type=email],.list-block input[type=tel],.list-block input[type=url],.list-block input[type=date],.list-block input[type=datetime-local],.list-block input[type=time],.list-block input[type=number],.list-block select,.list-block textarea{-webkit-appearance:none;-moz-appearance:none;-ms-appearance:none;appearance:none;box-sizing:border-box;border:0;background:0 0;border-radius:0;box-shadow:none;display:block;padding:0;margin:0;width:100%;height:43px;color:#000;font-size:17px;font-family:inherit}
.list-block .item-title.label{vertical-align:top}
.list-block .item-title.label+.item-input{margin-left:5px}
.list-block input[type=date],.list-block input[type=datetime-local]{line-height:44px}
.list-block select{-webkit-appearance:none;-moz-appearance:none;-ms-appearance:none;appearance:none}
.list-block textarea{height:100px;resize:none;line-height:1.4;padding-top:8px;padding-bottom:7px}
.list-block textarea.resizable{height:43px}
.list-block .item-input{width:100%;margin-top:-8px;margin-bottom:-7px;-webkit-box-flex:1;-ms-flex:1;-webkit-flex-shrink:1;-ms-flex:0 1 auto;-ms-flex-negative:1;flex-shrink:1}
.list-block .item-title.label{width:35%;-webkit-flex-shrink:0;-ms-flex:0 0 auto;-ms-flex-negative:0;flex-shrink:0}
.label-switch{display:inline-block;vertical-align:middle;width:52px;border-radius:16px;box-sizing:border-box;height:32px;position:relative;cursor:pointer;-ms-flex-item-align:center;align-self:center}
.label-switch .checkbox{width:52px;border-radius:16px;box-sizing:border-box;height:32px;background:#e5e5e5;z-index:0;margin:0;padding:0;-webkit-appearance:none;-moz-appearance:none;-ms-appearance:none;appearance:none;border:0;cursor:pointer;position:relative;transition-duration:300ms}
.label-switch .checkbox:before{content:' ';position:absolute;left:2px;top:2px;width:48px;border-radius:16px;box-sizing:border-box;height:28px;background:#fff;z-index:1;transition-duration:300ms;transform:scale(1)}
.label-switch .checkbox:after{content:' ';height:28px;width:28px;border-radius:28px;background:#fff;position:absolute;z-index:2;top:2px;left:2px;box-shadow:0 2px 5px rgba(0,0,0,.4);transform:translateX(0px);transition-duration:300ms}
.label-switch input[type=checkbox]{display:none}
.label-switch input[type=checkbox]:checked+.checkbox{background:#4cd964}
.label-switch input[type=checkbox]:checked+.checkbox:before{transform:scale(0)}
.label-switch input[type=checkbox]:checked+.checkbox:after{transform:translateX(20px)}
html.android .label-switch input[type=checkbox]+.checkbox{transition-duration:0}
html.android .label-switch input[type=checkbox]+.checkbox:after,html.android .label-switch input[type=checkbox]+.checkbox:before{transition-duration:0}
.button{border:1px solid #007aff;color:#007aff;text-decoration:none;text-align:center;display:block;border-radius:5px;line-height:27px;box-sizing:border-box;-webkit-appearance:none;-moz-appearance:none;-ms-appearance:none;appearance:none;background:0 0;padding:0 10px;margin:0;height:29px;white-space:nowrap;position:relative;overflow:hidden;text-overflow:ellipsis;font-size:14px;font-family:inherit;cursor:pointer;outline:0}
input[type=submit].button,input[type=button].button{width:100%}
html:not(.watch-active-state) .button:active,.button.active-state{background:rgba(0,122,255,.15)}
.button.button-round{border-radius:27px}
.button.active{background:#007aff;color:#fff}
.button.button-big{font-size:17px;height:44px;line-height:42px}
.button.button-fill{color:#fff;background:#007aff;border-color:transparent}
html:not(.watch-active-state) .button.button-fill:active,.button.button-fill.active-state{opacity:.8}
.button i.icon:first-child{margin-right:10px}
.button i.icon:last-child{margin-left:10px}
.button i.icon:first-child:last-child{margin-left:0;margin-right:0}
.buttons-row{-ms-flex-item-align:center;align-self:center;display:-ms-flexbox;display:flex;-webkit-box-lines:single;-moz-box-lines:single;-ms-flex-wrap:none;-ms-flex-wrap:nowrap;flex-wrap:nowrap}
.buttons-row .button{border-radius:0;border-left-width:0;width:100%;-webkit-box-flex:1;-ms-flex:1}
.buttons-row .button:first-child{border-radius:5px 0 0 5px;border-left-width:1px;border-left-style:solid}
.buttons-row .button:last-child{border-radius:0 5px 5px 0}
.buttons-row .button:first-child:last-child{border-radius:5px}
.buttons-row .button.button-round:first-child{border-radius:27px 0 0 27px}
.buttons-row .button.button-round:last-child{border-radius:0 27px 27px 0}
.range-slider{width:100%;position:relative;overflow:hidden;padding-left:3px;padding-right:3px;margin-left:-1px;-ms-flex-item-align:center;align-self:center}
.range-slider input[type=range]{position:relative;height:28px;width:100%;margin:4px 0 5px;-webkit-appearance:none;-moz-appearance:none;-ms-appearance:none;appearance:none;background:linear-gradient(to right,#b7b8b7 0,#b7b8b7 100%);background-position:center;background-size:100% 2px;background-repeat:no-repeat;outline:0;border:0;box-sizing:content-box;-ms-background-position-y:500px}
.range-slider input[type=range]:focus,.range-slider input[type=range]:active{border:0;outline:0}
.range-slider input[type=range]:after{height:2px;background:#fff;content:' ';width:5px;top:50%;margin-top:-1px;left:-5px;z-index:1;position:absolute}
.range-slider input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;-moz-appearance:none;-ms-appearance:none;appearance:none;height:28px;width:28px;border-radius:28px;background:#fff;z-index:10;box-shadow:0 2px 4px rgba(0,0,0,.4);border:0;outline:0;position:absolute;box-sizing:border-box;content:' ';position:relative;cursor:pointer;margin-top:-1px}
.range-slider input[type=range]::-webkit-slider-thumb:after{height:28px;width:28px;border-radius:28px;background:#fff;z-index:10;box-shadow:0 2px 4px rgba(0,0,0,.4);border:0;outline:0;position:absolute;box-sizing:border-box;content:' ';left:0;top:0}
.range-slider input[type=range]::-webkit-slider-thumb:before{position:absolute;top:50%;right:100%;width:2000px;height:2px;margin-top:-1px;z-index:1;background:#007aff;content:' '}
.range-slider input[type=range]::-moz-range-track{width:100%;height:2px;background:#b7b8b7;border:0;outline:0}
.range-slider input[type=range]::-moz-range-thumb{height:28px;width:28px;border-radius:28px;background:#fff;z-index:10;box-shadow:0 2px 4px rgba(0,0,0,.4);border:0;outline:0;position:absolute;box-sizing:border-box;content:' '}
.range-slider input[type=range]::-ms-track{width:100%;height:2px;cursor:pointer;background:transparent;border-color:transparent;color:transparent}
.range-slider input[type=range]::-ms-thumb{height:28px;width:28px;border-radius:28px;background:#fff;z-index:10;box-shadow:0 2px 4px rgba(0,0,0,.4);border:0;outline:0;position:absolute;content:' ';box-shadow:none;border:1px solid rgba(0,0,0,.2);box-sizing:border-box;margin-top:0;top:50%}
.range-slider input[type=range]::-ms-fill-lower{background:#007aff}
.range-slider input[type=range]::-ms-fill-upper{background:#b7b8b7}
.form-checkbox{position:relative;display:inline-block;vertical-align:middle}
label.label-checkbox,.form-checkbox{cursor:pointer}
label.label-checkbox input[type=checkbox],.form-checkbox input[type=checkbox],label.label-checkbox input[type=radio],.form-checkbox input[type=radio]{display:none}
label.label-checkbox i.icon-form-checkbox,.form-checkbox i{width:22px;height:22px;position:relative;border-radius:22px;border:1px solid #c7c7cc;box-sizing:border-box;display:block}
label.label-checkbox i.icon-form-checkbox:after,.form-checkbox i:after{content:' ';position:absolute;left:50%;margin-left:-6px;top:50%;margin-top:-4px;width:12px;height:9px}
label.label-checkbox input[type=checkbox]:checked+.item-media i.icon-form-checkbox,label.label-checkbox input[type=radio]:checked+.item-media i.icon-form-checkbox,.form-checkbox input[type=checkbox]:checked~i{border:0;background-color:#007aff}
label.label-checkbox input[type=checkbox]:checked+.item-media i.icon-form-checkbox:after,label.label-checkbox input[type=radio]:checked+.item-media i.icon-form-checkbox:after,.form-checkbox input[type=checkbox]:checked~i:after{background:no-repeat center;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20x%3D'0px'%20y%3D'0px'%20viewBox%3D'0%200%2012%209'%20xml%3Aspace%3D'preserve'%3E%3Cpolygon%20fill%3D'%23ffffff'%20points%3D'12%2C0.7%2011.3%2C0%203.9%2C7.4%200.7%2C4.2%200%2C4.9%203.9%2C8.8%203.9%2C8.8%203.9%2C8.8%20'%2F%3E%3C%2Fsvg%3E");background-size:12px 9px}
.form-radio{display:inline-block;vertical-align:middle;position:relative}
.form-radio i{width:22px;height:22px;position:relative;border-radius:4px;border:1px solid #c7c7cc;box-sizing:border-box;display:block}
label.label-radio,.form-radio{cursor:pointer}
label.label-radio input[type=checkbox],.form-radio input[type=checkbox],label.label-radio input[type=radio],.form-radio input[type=radio]{display:none}
.form-radio input[type=radio]:checked~i,label.label-radio input[type=checkbox]:checked~.item-inner,label.label-radio input[type=radio]:checked~.item-inner{background:no-repeat center;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2013%2010'%3E%3Cpolygon%20fill%3D'%23007aff'%20points%3D'11.6%2C0%204.4%2C7.2%201.4%2C4.2%200%2C5.6%204.4%2C10%204.4%2C10%204.4%2C10%2013%2C1.4%20'%2F%3E%3C%2Fsvg%3E");background-size:13px 10px}
label.label-radio input[type=checkbox],label.label-radio input[type=radio]{display:none}
label.label-radio input[type=checkbox]~.item-inner,label.label-radio input[type=radio]~.item-inner{padding-right:35px}
label.label-radio input[type=checkbox]:checked~.item-inner,label.label-radio input[type=radio]:checked~.item-inner{background-position:90% center;background-position:calc(100% - 15px) center}
label.label-checkbox,label.label-radio{transition-duration:300ms}
html:not(.watch-active-state) label.label-checkbox:active,html:not(.watch-active-state) label.label-radio:active,label.label-checkbox.active-state,label.label-radio.active-state{transition-duration:0ms;background-color:#d9d9d9}
html:not(.watch-active-state) label.label-checkbox:active .item-inner:after,html:not(.watch-active-state) label.label-radio:active .item-inner:after,label.label-checkbox.active-state .item-inner:after,label.label-radio.active-state .item-inner:after{background-color:transparent}
.smart-select select{display:none}
.floating-button{position:absolute;right:15px;bottom:15px;width:50px;height:50px;border-radius:50%;z-index:1500;background-color:#007aff;color:#fff;overflow:hidden;transition-duration:300ms;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center}
html:not(.watch-active-state) .floating-button:active,.floating-button.active-state{transition-duration:0ms;background:#0066d6}
.toolbar-fixed .floating-button,.toolbar-through .floating-button{bottom:59px}
.tabbar-labels-fixed .floating-button,.tabbar-labels-through .floating-button{bottom:65px}
@media (min-width:768px){.tabbar-labels-fixed .floating-button,.tabbar-labels-through .floating-button{bottom:71px}}
.floating-button-toolbar,.speed-dial{position:absolute;right:15px;bottom:15px;z-index:1500}
.toolbar-fixed .floating-button-toolbar,.toolbar-fixed .speed-dial,.toolbar-through .floating-button-toolbar,.toolbar-through .speed-dial{bottom:59px}
.tabbar-labels-fixed .floating-button-toolbar,.tabbar-labels-fixed .speed-dial,.tabbar-labels-through .floating-button-toolbar,.tabbar-labels-through .speed-dial{bottom:65px}
@media (min-width:768px){.tabbar-labels-fixed .floating-button-toolbar,.tabbar-labels-fixed .speed-dial,.tabbar-labels-through .floating-button-toolbar,.tabbar-labels-through .speed-dial{bottom:71px}}
.floating-button-toolbar .floating-button,.speed-dial .floating-button{right:0;bottom:0;position:relative}
.speed-dial .floating-button i{position:absolute;left:50%;top:50%;transform:translate3d(-50%,-50%,0) rotate(0deg) scale(1);transition-duration:300ms}
.speed-dial .floating-button i+i{transform:translate3d(-50%,-50%,0) rotate(-90deg) scale(0.5);opacity:0}
.speed-dial.speed-dial-opened .floating-button i{transform:translate3d(-50%,-50%,0) rotate(90deg) scale(0.5);opacity:0}
.speed-dial.speed-dial-opened .floating-button i+i{transform:translate3d(-50%,-50%,0) rotate(0deg) scale(1);opacity:1}
.speed-dial-buttons{position:absolute;width:40px;left:50%;margin-left:-20px;bottom:100%;margin-bottom:16px;display:-ms-flexbox;display:flex;-ms-flex-direction:column-reverse;flex-direction:column-reverse;visibility:hidden;pointer-events:none}
.speed-dial-buttons a{width:40px;height:40px;opacity:0;color:#fff;border-radius:50%;position:relative;z-index:1;overflow:hidden;background-color:#007aff;transition-duration:300ms;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;transform:translate3d(0,8px,0) scale(0.3);transform-origin:center bottom}
.speed-dial-buttons a+a{margin-bottom:16px}
html:not(.watch-active-state) .speed-dial-buttons a:active,.speed-dial-buttons a.active-state{transition-duration:0ms;background:#0066d6}
.speed-dial-opened .speed-dial-buttons{visibility:visible;pointer-events:auto}
.speed-dial-opened .speed-dial-buttons a{opacity:1;transform:translate3d(0,0,0) scaleY(1)}
.speed-dial-opened .speed-dial-buttons a:nth-child(2){transition-delay:50ms}
.speed-dial-opened .speed-dial-buttons a:nth-child(3){transition-delay:100ms}
.speed-dial-opened .speed-dial-buttons a:nth-child(4){transition-delay:150ms}
.speed-dial-opened .speed-dial-buttons a:nth-child(5){transition-delay:200ms}
.speed-dial-opened .speed-dial-buttons a:nth-child(6){transition-delay:250ms}
.floating-button-to-popover.floating-button-to-popover{transition-duration:300ms}
.floating-button-to-popover.floating-button-to-popover-in{transition-duration:100ms}
.floating-button-to-popover.floating-button-to-popover-in i{opacity:0;transition-duration:100ms}
.floating-button-to-popover.floating-button-to-popover-scale{border-radius:0;transition-duration:300ms;box-shadow:none}
.floating-button-to-popover.floating-button-to-popover-out{transition-delay:0ms;transition-duration:300ms}
.floating-button-to-popover.floating-button-to-popover-out i{opacity:1;transition-duration:100ms;transition-delay:200ms}
.list-block .accordion-item-toggle{cursor:pointer;transition-duration:300ms}
.list-block .accordion-item-toggle .item-inner{padding-right:35px;background:no-repeat calc(100% - 15px) center;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%2060%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%3E%3Cpath%20d%3D'm60%2061.5-38.25%2038.25-9.75-9.75%2029.25-28.5-29.25-28.5%209.75-9.75z'%20fill%3D'%23c7c7cc'%2F%3E%3C%2Fsvg%3E");background-size:10px 20px}
html:not(.watch-active-state) .list-block .accordion-item-toggle:active,.list-block .accordion-item-toggle.active-state{transition-duration:0ms;background-color:#d9d9d9}
html:not(.watch-active-state) .list-block .accordion-item-toggle:active>.item-inner:after,.list-block .accordion-item-toggle.active-state>.item-inner:after{background-color:transparent}
.list-block .accordion-item-toggle .item-inner,.list-block .accordion-item>.item-link .item-inner{transition-duration:300ms;transition-property:background-color}
.list-block .accordion-item-toggle .item-inner:after,.list-block .accordion-item>.item-link .item-inner:after{transition-duration:300ms}
.list-block:not(.media-list) .accordion-item-expanded:not(.media-item) .accordion-item-toggle .item-inner,.list-block:not(.media-list) .accordion-item-expanded:not(.media-item)>.item-link .item-inner,.list-block.media-list .accordion-item-expanded .accordion-item-toggle .item-title-row,.list-block.media-list .accordion-item-expanded>.item-link .item-title-row,.list-block .accordion-item-expanded.media-item .accordion-item-toggle .item-title-row,.list-block .accordion-item-expanded.media-item>.item-link .item-title-row{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%2060%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%3E%3Cpath%20d%3D'm60%2061.5-38.25%2038.25-9.75-9.75%2029.25-28.5-29.25-28.5%209.75-9.75z'%20transform%3D'translate(115%2C%2030)%20rotate(90)'%20fill%3D'%23c7c7cc'%2F%3E%3C%2Fsvg%3E");background-size:20px 20px}
.list-block .accordion-item-expanded .accordion-item-toggle .item-inner:after,.list-block .accordion-item-expanded>.item-link .item-inner:after{background-color:transparent}
.list-block .accordion-item .content-block,.list-block .accordion-item .list-block{margin-top:0;margin-bottom:0}
.list-block .accordion-item ul{padding-left:0}
.accordion-item-content{position:relative;overflow:hidden;height:0;font-size:14px;transition-duration:300ms;transform:translate3d(0,0,0)}
.accordion-item-expanded>.accordion-item-content{height:auto}
html.android-4 .accordion-item-content{transform:none}
.cards-list ul,.card .list-block ul{background:0 0}
.cards-list>ul:before,.card .list-block>ul:before{display:none}
.cards-list>ul:after,.card .list-block>ul:after{display:none}
.card{background:#fff;box-shadow:0 1px 2px rgba(0,0,0,.3);margin:10px;position:relative;border-radius:2px;font-size:14px}
.card .list-block,.card .content-block{margin:0}
.row:not(.no-gutter) .col>.card{margin-left:0;margin-right:0}
.card-content{position:relative}
.card-content-inner{padding:15px;position:relative}
.card-content-inner>p:first-child{margin-top:0}
.card-content-inner>p:last-child{margin-bottom:0}
.card-content-inner>.list-block,.card-content-inner>.content-block{margin:-15px}
.card-header,.card-footer{min-height:44px;position:relative;padding:10px 15px;box-sizing:border-box;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-align:center;align-items:center}
.card-header[valign=top],.card-footer[valign=top]{-ms-flex-align:start;-ms-grid-row-align:flex-start;align-items:flex-start}
.card-header[valign=bottom],.card-footer[valign=bottom]{-ms-flex-align:end;-ms-grid-row-align:flex-end;align-items:flex-end}
.card-header a.link,.card-footer a.link{line-height:44px;height:44px;text-decoration:none;position:relative;margin-top:-10px;margin-bottom:-10px;display:-ms-flexbox;display:flex;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-align:center;align-items:center;transition-duration:300ms}
html:not(.watch-active-state) .card-header a.link:active,html:not(.watch-active-state) .card-footer a.link:active,.card-header a.link.active-state,.card-footer a.link.active-state{opacity:.3;transition-duration:0ms}
.card-header a.link i+span,.card-footer a.link i+span,.card-header a.link i+i,.card-footer a.link i+i,.card-header a.link span+i,.card-footer a.link span+i,.card-header a.link span+span,.card-footer a.link span+span{margin-left:7px}
.card-header a.link i.icon,.card-footer a.link i.icon{display:block}
.card-header a.icon-only,.card-footer a.icon-only{min-width:44px;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;margin:0}
.card-header{border-radius:2px 2px 0 0;font-size:17px}
.card-header:after{content:'';position:absolute;left:0;bottom:0;right:auto;top:auto;height:1px;width:100%;background-color:#e1e1e1;display:block;z-index:15;transform-origin:50% 100%}
html.pixel-ratio-2 .card-header:after{transform:scaleY(0.5)}
html.pixel-ratio-3 .card-header:after{transform:scaleY(0.33)}
.card-header.no-border:after{display:none}
.card-footer{border-radius:0 0 2px 2px;color:#6d6d72}
.card-footer:before{content:'';position:absolute;left:0;top:0;bottom:auto;right:auto;height:1px;width:100%;background-color:#e1e1e1;display:block;z-index:15;transform-origin:50% 0}
html.pixel-ratio-2 .card-footer:before{transform:scaleY(0.5)}
html.pixel-ratio-3 .card-footer:before{transform:scaleY(0.33)}
.card-footer.no-border:before{display:none}
.modal-overlay,.preloader-indicator-overlay,.popup-overlay,.picker-modal-overlay{position:absolute;left:0;top:0;width:100%;height:100%;background:rgba(0,0,0,.4);z-index:13000;visibility:hidden;opacity:0;transition-duration:400ms}
.modal-overlay.not-animated,.preloader-indicator-overlay.not-animated,.popup-overlay.not-animated,.picker-modal-overlay.not-animated{transition-duration:0ms}
.modal-overlay.modal-overlay-visible,.preloader-indicator-overlay.modal-overlay-visible,.popup-overlay.modal-overlay-visible,.picker-modal-overlay.modal-overlay-visible{visibility:visible;opacity:1}
.picker-modal-overlay{z-index:12000}
.popup-overlay{z-index:10500}
.modal{width:270px;position:absolute;z-index:13500;left:50%;margin-left:-135px;margin-top:0;top:50%;text-align:center;border-radius:13px;overflow:hidden;opacity:0;transform:translate3d(0,0,0) scale(1.185);transition-property:transform,opacity;color:#000;display:none}
.modal.modal-in{opacity:1;transition-duration:400ms;transform:translate3d(0,0,0) scale(1)}
.modal.modal-out{opacity:0;z-index:13499;transition-duration:400ms;transform:translate3d(0,0,0) scale(1)}
.modal-inner{padding:15px;border-radius:13px 13px 0 0;position:relative;background:rgba(255,255,255,.95)}
.modal-inner:after{content:'';position:absolute;left:0;bottom:0;right:auto;top:auto;height:1px;width:100%;background-color:rgba(0,0,0,.2);display:block;z-index:15;transform-origin:50% 100%}
html.pixel-ratio-2 .modal-inner:after{transform:scaleY(0.5)}
html.pixel-ratio-3 .modal-inner:after{transform:scaleY(0.33)}
.modal-title{font-weight:500;font-size:18px;text-align:center}
html.ios-gt-8 .modal-title{font-weight:600}
.modal-title+.modal-text{margin-top:5px}
.modal-buttons{height:44px;position:relative;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center}
.modal-buttons.modal-buttons-vertical{display:block;height:auto}
.modal-button{width:100%;padding:0 5px;height:44px;font-size:17px;line-height:44px;text-align:center;color:#007aff;display:block;position:relative;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;cursor:pointer;box-sizing:border-box;-webkit-box-flex:1;-ms-flex:1;background:rgba(255,255,255,.95)}
.modal-button:after{content:'';position:absolute;right:0;top:0;left:auto;bottom:auto;width:1px;height:100%;background-color:rgba(0,0,0,.2);display:block;z-index:15;transform-origin:100% 50%}
html.pixel-ratio-2 .modal-button:after{transform:scaleX(0.5)}
html.pixel-ratio-3 .modal-button:after{transform:scaleX(0.33)}
.modal-button:first-child{border-radius:0 0 0 13px}
.modal-button:last-child{border-radius:0 0 13px}
.modal-button:last-child:after{display:none}
.modal-button:first-child:last-child{border-radius:0 0 13px 13px}
.modal-button.modal-button-bold{font-weight:500}
html.ios-gt-8 .modal-button.modal-button-bold{font-weight:600}
html:not(.watch-active-state) .modal-button:active,.modal-button.active-state{background:rgba(230,230,230,.95)}
.modal-buttons-vertical .modal-button{border-radius:0}
.modal-buttons-vertical .modal-button:after{display:none}
.modal-buttons-vertical .modal-button:before{display:none}
.modal-buttons-vertical .modal-button:after{content:'';position:absolute;left:0;bottom:0;right:auto;top:auto;height:1px;width:100%;background-color:rgba(0,0,0,.2);display:block;z-index:15;transform-origin:50% 100%}
html.pixel-ratio-2 .modal-buttons-vertical .modal-button:after{transform:scaleY(0.5)}
html.pixel-ratio-3 .modal-buttons-vertical .modal-button:after{transform:scaleY(0.33)}
.modal-buttons-vertical .modal-button:last-child{border-radius:0 0 13px 13px}
.modal-buttons-vertical .modal-button:last-child:after{display:none}
.modal-no-buttons .modal-inner{border-radius:13px}
.modal-no-buttons .modal-inner:after{display:none}
.modal-no-buttons .modal-buttons{display:none}
.actions-modal{position:absolute;left:0;bottom:0;z-index:13500;width:100%;transform:translate3d(0,100%,0);max-height:100%;overflow:auto;-webkit-overflow-scrolling:touch}
@media (min-width:496px){.actions-modal{width:480px;left:50%;margin-left:-240px}}
.actions-modal.modal-in,.actions-modal.modal-out{transition-duration:300ms}
.actions-modal.modal-in.not-animated,.actions-modal.modal-out.not-animated{transition-duration:0ms}
.actions-modal.modal-in{transform:translate3d(0,0,0)}
.actions-modal.modal-out{z-index:13499;transform:translate3d(0,100%,0)}
.actions-modal-group{margin:8px;position:relative;border-radius:13px;overflow:hidden;transform:translate3d(0,0,0)}
.actions-modal-button,.actions-modal-label{width:100%;text-align:center;font-weight:400;margin:0;background:rgba(255,255,255,.95);box-sizing:border-box;display:block;position:relative;overflow:hidden}
.actions-modal-button:after,.actions-modal-label:after{content:'';position:absolute;left:0;bottom:0;right:auto;top:auto;height:1px;width:100%;background-color:rgba(0,0,0,.2);display:block;z-index:15;transform-origin:50% 100%}
html.pixel-ratio-2 .actions-modal-button:after,html.pixel-ratio-2 .actions-modal-label:after{transform:scaleY(0.5)}
html.pixel-ratio-3 .actions-modal-button:after,html.pixel-ratio-3 .actions-modal-label:after{transform:scaleY(0.33)}
.actions-modal-button a,.actions-modal-label a{text-decoration:none;color:inherit;display:block}
.actions-modal-button b,.actions-modal-label b{font-weight:500}
html.ios-gt-8 .actions-modal-button b,html.ios-gt-8 .actions-modal-label b{font-weight:600}
.actions-modal-button.actions-modal-button-bold,.actions-modal-label.actions-modal-button-bold{font-weight:500}
html.ios-gt-8 .actions-modal-button.actions-modal-button-bold,html.ios-gt-8 .actions-modal-label.actions-modal-button-bold{font-weight:600}
.actions-modal-button.actions-modal-button-red,.actions-modal-label.actions-modal-button-red{color:#ff3b30}
.actions-modal-button:first-child,.actions-modal-label:first-child{border-radius:13px 13px 0 0}
.actions-modal-button:last-child,.actions-modal-label:last-child{border-radius:0 0 13px 13px}
.actions-modal-button:last-child:after,.actions-modal-label:last-child:after{display:none}
.actions-modal-button:first-child:last-child,.actions-modal-label:first-child:last-child{border-radius:13px}
.actions-modal-button.disabled,.actions-modal-label.disabled{opacity:.9;color:#8e8e93}
.actions-modal-button{cursor:pointer;height:57px;line-height:57px;font-size:20px;color:#007aff;white-space:normal;text-overflow:ellipsis}
html:not(.watch-active-state) .actions-modal-button:active,.actions-modal-button.active-state{background:rgba(230,230,230,.9)}
.actions-modal-label{font-size:13px;line-height:1.3;min-height:57px;padding:8px 10px;color:#8a8a8a;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center}
@media (orientation:landscape){.actions-modal-label{min-height:44px}
.actions-modal-button{height:44px;line-height:44px}}
input.modal-text-input{box-sizing:border-box;height:26px;background:#fff;margin:0;margin-top:15px;padding:0 5px;border:1px solid rgba(0,0,0,.3);border-radius:0;width:100%;font-size:14px;font-family:inherit;display:block;box-shadow:0 0 0 transparent;-webkit-appearance:none;-moz-appearance:none;-ms-appearance:none;appearance:none}
input.modal-text-input+input.modal-text-input{margin-top:5px}
.modal-input-double+.modal-input-double input.modal-text-input{border-top:0;margin-top:0}
.popover{width:320px;background:rgba(255,255,255,.95);z-index:13500;margin:0;top:0;opacity:0;left:0;border-radius:13px;position:absolute;display:none;transform:none;transition-property:opacity}
.popover.modal-in{transition-duration:300ms;opacity:1}
.popover.modal-in.not-animated{transition-duration:0ms}
.popover .list-block{margin:0}
.popover .list-block ul{background:0 0}
.popover .list-block:first-child ul{border-radius:13px 13px 0 0}
.popover .list-block:first-child ul:before{display:none}
.popover .list-block:first-child li:first-child a{border-radius:13px 13px 0 0}
.popover .list-block:last-child ul{border-radius:0 0 13px 13px}
.popover .list-block:last-child ul:after{display:none}
.popover .list-block:last-child li:last-child a{border-radius:0 0 13px 13px}
.popover .list-block:first-child:last-child li:first-child:last-child a,.popover .list-block:first-child:last-child ul:first-child:last-child{border-radius:13px}
.popover .list-block+.list-block{margin-top:35px}
.popover-angle{width:26px;height:26px;position:absolute;left:-26px;top:0;z-index:100;overflow:hidden}
.popover-angle:after{content:' ';background:rgba(255,255,255,.95);width:26px;height:26px;position:absolute;left:0;top:0;border-radius:3px;transform:rotate(45deg)}
.popover-angle.on-left{left:-26px}
.popover-angle.on-left:after{left:19px;top:0}
.popover-angle.on-right{left:100%}
.popover-angle.on-right:after{left:-19px;top:0}
.popover-angle.on-top{left:0;top:-26px}
.popover-angle.on-top:after{left:0;top:19px}
.popover-angle.on-bottom{left:0;top:100%}
.popover-angle.on-bottom:after{left:0;top:-19px}
.popover-inner{overflow:auto;-webkit-overflow-scrolling:touch}
.actions-popover .list-block+.list-block{margin-top:20px}
.actions-popover .list-block ul{background:#fff}
.actions-popover-label{padding:8px 10px;color:#8a8a8a;font-size:13px;line-height:1.3;text-align:center;position:relative}
.actions-popover-label:after{content:'';position:absolute;left:0;bottom:0;right:auto;top:auto;height:1px;width:100%;background-color:rgba(0,0,0,.2);display:block;z-index:15;transform-origin:50% 100%}
html.pixel-ratio-2 .actions-popover-label:after{transform:scaleY(0.5)}
html.pixel-ratio-3 .actions-popover-label:after{transform:scaleY(0.33)}
.actions-popover-label:last-child:after{display:none}
.popup,.login-screen{position:absolute;left:0;top:0;width:100%;height:100%;z-index:11000;background:#fff;box-sizing:border-box;display:none;overflow:auto;-webkit-overflow-scrolling:touch;transition-property:transform;transform:translate3d(0,100%,0)}
.popup.modal-in,.login-screen.modal-in,.popup.modal-out,.login-screen.modal-out{transition-duration:400ms}
.popup.modal-in.not-animated,.login-screen.modal-in.not-animated,.popup.modal-out.not-animated,.login-screen.modal-out.not-animated{transition-duration:0ms}
.popup.modal-in,.login-screen.modal-in{transform:translate3d(0,0,0)}
.popup.modal-out,.login-screen.modal-out{transform:translate3d(0,100%,0)}
.login-screen.modal-in,.login-screen.modal-out{display:block}
@media all and (min-width:630px) and (min-height:630px){.popup:not(.tablet-fullscreen){width:630px;height:630px;left:50%;top:50%;margin-left:-315px;margin-top:-315px;transform:translate3d(0,1024px,0)}
.popup:not(.tablet-fullscreen).modal-in{transform:translate3d(0,0,0)}
.popup:not(.tablet-fullscreen).modal-out{transform:translate3d(0,1024px,0)}}
@media all and (max-width:629px),(max-height:629px){html.with-statusbar-overlay .popup{height:calc(100% - 20px);top:20px}
html.with-statusbar-overlay .popup-overlay{z-index:9500}}
html.with-statusbar-overlay .login-screen,html.with-statusbar-overlay .popup.tablet-fullscreen{height:calc(100% - 20px);top:20px}
.modal .preloader{width:34px;height:34px}
.preloader-indicator-overlay{visibility:visible;opacity:0;background:0 0}
.preloader-indicator-modal{position:absolute;left:50%;top:50%;padding:8px;margin-left:-25px;margin-top:-25px;background:rgba(0,0,0,.8);z-index:13500;border-radius:5px}
.preloader-indicator-modal .preloader{display:block;width:34px;height:34px}
.picker-modal{position:absolute;left:0;bottom:0;width:100%;height:260px;z-index:12500;display:none;transition-property:transform;background:#cfd5da;transform:translate3d(0,100%,0)}
.picker-modal.modal-in,.picker-modal.modal-out{transition-duration:400ms}
.picker-modal.modal-in.not-animated,.picker-modal.modal-out.not-animated{transition-duration:0ms}
.picker-modal.modal-in{transform:translate3d(0,0,0)}
.picker-modal.modal-out{transform:translate3d(0,100%,0)}
.picker-modal .picker-modal-inner{height:100%;position:relative}
.picker-modal .toolbar{position:relative;width:100%;background:#f7f7f8}
.picker-modal .toolbar:before{content:'';position:absolute;left:0;top:0;bottom:auto;right:auto;height:1px;width:100%;background-color:#929499;display:block;z-index:15;transform-origin:50% 0}
html.pixel-ratio-2 .picker-modal .toolbar:before{transform:scaleY(0.5)}
html.pixel-ratio-3 .picker-modal .toolbar:before{transform:scaleY(0.33)}
.picker-modal .toolbar+.picker-modal-inner{height:calc(100% - 44px)}
.picker-modal.picker-modal-inline,.popover .picker-modal{display:block;position:relative;background:0 0;z-index:inherit;transform:translate3d(0,0,0)}
.picker-modal.picker-modal-inline .toolbar:before,.popover .picker-modal .toolbar:before{display:none}
.picker-modal.picker-modal-inline .toolbar:after,.popover .picker-modal .toolbar:after{content:'';position:absolute;left:0;bottom:0;right:auto;top:auto;height:1px;width:100%;background-color:#929499;display:block;z-index:15;transform-origin:50% 100%}
html.pixel-ratio-2 .picker-modal.picker-modal-inline .toolbar:after,html.pixel-ratio-2 .popover .picker-modal .toolbar:after{transform:scaleY(0.5)}
html.pixel-ratio-3 .picker-modal.picker-modal-inline .toolbar:after,html.pixel-ratio-3 .popover .picker-modal .toolbar:after{transform:scaleY(0.33)}
.popover .picker-modal{width:auto}
.popover .picker-modal .toolbar{background:0 0}
.picker-modal.smart-select-picker .page{background:#fff}
.picker-modal.smart-select-picker .toolbar:after{content:'';position:absolute;left:0;bottom:0;right:auto;top:auto;height:1px;width:100%;background-color:#c4c4c4;display:block;z-index:15;transform-origin:50% 100%}
html.pixel-ratio-2 .picker-modal.smart-select-picker .toolbar:after{transform:scaleY(0.5)}
html.pixel-ratio-3 .picker-modal.smart-select-picker .toolbar:after{transform:scaleY(0.33)}
.picker-modal.smart-select-picker .list-block{margin:0}
.picker-modal.smart-select-picker .list-block ul:before{display:none}
.picker-modal.smart-select-picker .list-block ul:after{display:none}
.panel-overlay{position:absolute;left:0;top:0;width:100%;height:100%;background:transparent;opacity:0;z-index:5999;display:none;transform:translate3d(0,0,0);transition-duration:400ms}
.panel-overlay.not-animated{transition-duration:0ms}
.panel{z-index:1000;display:none;background:#111;box-sizing:border-box;overflow:auto;-webkit-overflow-scrolling:touch;position:absolute;width:260px;top:0;height:100%;transform:translate3d(0,0,0);transition-duration:400ms}
.panel.not-animated{transition-duration:0ms}
.panel.panel-left{left:0}
.panel.panel-left.panel-cover{z-index:6000;transform:translate3d(-100%,0,0)}
.panel.panel-right{right:0}
.panel.panel-right.panel-cover{z-index:6000;transform:translate3d(100%,0,0)}
.panel.panel-visible-by-breakpoint{display:block;transform:translate3d(0,0,0)!important}
.panel.panel-visible-by-breakpoint.panel-cover{z-index:5900}
body.with-panel-left-cover .views,body.with-panel-right-cover .views{transform:translate3d(0,0,0)}
body.with-panel-left-cover .panel-overlay,body.with-panel-right-cover .panel-overlay{display:block;opacity:1}
body.with-panel-left-reveal .views,body.with-panel-right-reveal .views{transition-duration:400ms;transition-property:transform}
body.with-panel-left-reveal .panel.not-animated~.views,body.with-panel-right-reveal .panel.not-animated~.views{transition-duration:0ms}
body.with-panel-left-reveal .panel-overlay,body.with-panel-right-reveal .panel-overlay{background:transparent;display:block;opacity:0}
body.with-panel-left-reveal .views{transform:translate3d(260px,0,0)}
body.with-panel-left-reveal .panel-overlay{transform:translate3d(260px,0,0)}
body.with-panel-left-cover .panel.panel-left{transform:translate3d(0,0,0)}
body.with-panel-right-reveal .views{transform:translate3d(-260px,0,0)}
body.with-panel-right-reveal .panel-overlay{transform:translate3d(-260px,0,0)}
body.with-panel-right-cover .panel.panel-right{transform:translate3d(0,0,0)}
body.panel-closing .panel-overlay{display:block}
body.panel-closing .views{transition-duration:400ms;transition-property:transform}
body.panel-closing .panel.not-animated~.views{transition-duration:0ms}
.lazy-loaded.lazy-fadeIn{animation:lazyFadeIn 600ms}
@keyframes lazyFadeIn{from{opacity:0}
to{opacity:1}}
.tabs .tab{display:none}
.tabs .tab.active{display:block}
.tabs-animated-wrap{position:relative;width:100%;overflow:hidden;height:100%}
.tabs-animated-wrap>.tabs{display:-ms-flexbox;display:flex;height:100%;transition-duration:300ms}
.tabs-animated-wrap>.tabs>.tab{width:100%;display:block;-webkit-flex-shrink:0;-ms-flex:0 0 auto;-ms-flex-negative:0;flex-shrink:0}
.tabs-animated-wrap.not-animated>.tabs{transition-duration:0ms}
.tabs-swipeable-wrap{height:100%}
.tabs-swipeable-wrap>.tabs>.tab{display:block}
.messages-content{background:#fff}
.messages{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}
.messages-date{text-align:center;font-weight:500;font-size:11px;line-height:1;margin:10px 15px;color:#8e8e93}
html.ios-gt-8 .messages-date{font-weight:600}
.messages-date span{font-weight:400}
.message{box-sizing:border-box;margin:1px 10px 0;max-width:70%;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}
.message:first-child{margin-top:10px}
.message .message-text{box-sizing:border-box;border-radius:16px;padding:6px 16px 9px;min-width:48px;min-height:35px;font-size:17px;line-height:1.2;word-break:break-word}
.message .message-text img{max-width:100%;height:auto}
.message.message-pic .message-text{padding:0;background:0 0}
.message.message-pic img{display:block;border-radius:16px}
.message-name{font-size:12px;line-height:1;color:#8e8e93;margin-bottom:2px;margin-top:7px}
.message-hide-name .message-name{display:none}
.message-label{font-size:12px;line-height:1;color:#8e8e93;margin-top:4px}
.message-hide-label .message-label{display:none}
.message-avatar{width:29px;height:29px;border-radius:100%;margin-top:-29px;position:relative;top:1px;background-size:cover;opacity:1;transition-duration:400ms}
.message-hide-avatar .message-avatar{opacity:0}
.message-date{font-size:12px;margin-top:4px;opacity:.8}
.message-pic img+.message-date{margin-top:8px}
.message-sent .message-date{text-align:right}
.message-sent{-ms-flex-item-align:end;align-self:flex-end;-ms-flex-align:end;-ms-grid-row-align:flex-end;align-items:flex-end}
.message-sent .message-name{margin-right:16px}
.message-sent .message-label{margin-right:6px}
.message-sent.message-with-avatar .message-text{margin-right:29px}
.message-sent.message-with-avatar .message-name{margin-right:45px}
.message-sent.message-with-avatar .message-label{margin-right:34px}
.message-sent .message-text{padding-right:22px;background-color:#00d449;color:#fff;margin-left:auto;-webkit-mask-box-image:url("data:image/svg+xml;charset=utf-8,<svg height='35' viewBox='0 0 96 70' width='48' xmlns='http://www.w3.org/2000/svg'><path d='m84 35c1 7-5 37-42 35-37 2-43-28-42-35-1-7 5-37 42-35 37-2 43 28 42 35z'/></svg>") 50% 56% 46% 42%}
.message-sent.message-last .message-text,.message-sent.message-with-tail .message-text{border-radius:16px 16px 0;-webkit-mask-box-image:url("data:image/svg+xml;charset=utf-8,<svg height='35' viewBox='0 0 96 70' width='48' xmlns='http://www.w3.org/2000/svg'><path d='m84 35c1 7-5 37-42 35-37 2-43-28-42-35-1-7 5-37 42-35 37-2 43 28 42 35z'/><path d='m96 70c-6-2-12-10-12-19v-16l-14 27s8 8 26 8z'/></svg>") 50% 56% 46% 42%}
.message-sent.message-last.message-pic img,.message-sent.message-with-tail.message-pic img{border-radius:16px 16px 0}
.message-received{-ms-flex-item-align:start;align-self:flex-start;-ms-flex-align:start;-ms-grid-row-align:flex-start;align-items:flex-start}
.message-received .message-text{padding-left:22px;background-color:#e5e5ea;color:#000;-webkit-mask-box-image:url("data:image/svg+xml;charset=utf-8,<svg height='35' viewBox='0 0 96 70' width='48' xmlns='http://www.w3.org/2000/svg'><path d='m96 35c1 7-5 37-42 35-37 2-43-28-42-35-1-7 5-37 42-35 37-2 43 28 42 35z'/></svg>") 50% 42% 46% 56%}
.message-received .message-name{margin-left:16px}
.message-received .message-label{margin-left:6px}
.message-received.message-with-avatar .message-text{margin-left:29px}
.message-received.message-with-avatar .message-name{margin-left:45px}
.message-received.message-with-avatar .message-label{margin-left:34px}
.message-received.message-last .message-text,.message-received.message-with-tail .message-text{border-radius:16px 16px 16px 0;-webkit-mask-box-image:url("data:image/svg+xml;charset=utf-8,<svg height='35' viewBox='0 0 96 70' width='48' xmlns='http://www.w3.org/2000/svg'><path d='m96 35c1 7-5 37-42 35-37 2-43-28-42-35-1-7 5-37 42-35 37-2 43 28 42 35z'/><path d='m0 70c6-2 12-10 12-19v-16l14 27s-8 8-26 8z'/></svg>") 50% 42% 46% 56%}
.message-received.message-last.message-pic img,.message-received.message-with-tail.message-pic img{border-radius:16px 16px 16px 0}
.message-last{margin-bottom:8px}
.message-appear-from-bottom{animation:messageAppearFromBottom 400ms}
.message-appear-from-top{animation:messageAppearFromTop 400ms}
.messages-auto-layout .message-name,.messages-auto-layout .message-label{display:none}
.messages-auto-layout .message-avatar{opacity:0}
.messages-auto-layout .message-first .message-name{display:block}
.messages-auto-layout .message-last .message-avatar{opacity:1}
.messages-auto-layout .message-last .message-label{display:block}
html.retina.ios-6 .message,html.retina.ios-6 .message.message-pic img{-webkit-mask-box-image:none;border-radius:16px}
@keyframes messageAppearFromBottom{from{transform:translate3d(0,100%,0)}
to{transform:translate3d(0,0,0)}}
@keyframes messageAppearFromTop{from{transform:translate3d(0,-100%,0)}
to{transform:translate3d(0,0,0)}}
html.with-statusbar-overlay .framework7-root{padding-top:20px;box-sizing:border-box}
html.with-statusbar-overlay .framework7-root .statusbar-overlay{display:block}
html.with-statusbar-overlay .framework7-root .panel{padding-top:20px}
.statusbar-overlay{background:#f7f7f8;z-index:10000;position:absolute;left:0;top:0;height:20px;width:100%;display:none;transition-duration:400ms}
.preloader{display:inline-block;width:20px;height:20px;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");background-position:50%;background-size:100%;background-repeat:no-repeat;animation:preloader-spin 1s steps(12,end) infinite}
@keyframes preloader-spin{100%{transform:rotate(360deg)}}
.progressbar,.progressbar-infinite{height:2px;width:100%;overflow:hidden;position:relative;display:block;background:#b6b6b6;border-radius:2px;transform-origin:center top;transform-style:preserve-3d}
.progressbar{vertical-align:middle}
.progressbar span{width:100%;background:#007aff;height:100%;position:absolute;left:0;top:0;transform:translate3d(-100%,0,0);transition-duration:150ms}
.progressbar-infinite:before{content:'';position:absolute;left:0;top:0;width:100%;height:100%;background:#007aff;transform:translate3d(0,0,0);transform-origin:left center;animation:progressbar-infinite 1s linear infinite}
html.with-statusbar-overlay body>.progressbar-infinite,html.with-statusbar-overlay .framework7-root>.progressbar-infinite{top:20px}
.progressbar-infinite.color-multi{background:0 0}
.progressbar-infinite.color-multi:before{content:'';position:absolute;left:0;top:0;width:400%;height:100%;background-image:linear-gradient(to right,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55,#5856d6,#34aadc,#007aff,#5ac8fa,#4cd964);background-size:25% 100%;background-repeat:repeat-x;transform:translate3d(0,0,0);animation:progressbar-infinite-multicolor 3s linear infinite}
html.with-statusbar-overlay body>.progressbar-infinite.color-multi,html.with-statusbar-overlay .framework7-root>.progressbar-infinite.color-multi{top:20px}
body>.progressbar,.view>.progressbar,.views>.progressbar,.page>.progressbar,.panel>.progressbar,.popup>.progressbar,.framework7-root>.progressbar,body>.progressbar-infinite,.view>.progressbar-infinite,.views>.progressbar-infinite,.page>.progressbar-infinite,.panel>.progressbar-infinite,.popup>.progressbar-infinite,.framework7-root>.progressbar-infinite{position:absolute;left:0;top:0;z-index:15000;border-radius:0}
.progressbar-in{animation:progressbar-in 300ms forwards}
.progressbar-out{animation:progressbar-out 300ms forwards}
html.with-statusbar-overlay .framework7-root>.progressbar,html.with-statusbar-overlay body>.progressbar{top:20px}
@keyframes progressbar-in{from{opacity:0;transform:scaleY(0)}
to{opacity:1;transform:scaleY(1)}}
@keyframes progressbar-out{from{opacity:1;transform:scaleY(1)}
to{opacity:0;transform:scaleY(0)}}
@keyframes progressbar-infinite{0%{transform:translate3d(-50%,0,0) scaleX(0.5)}
100%{transform:translate3d(100%,0,0) scaleX(0.5)}}
@keyframes progressbar-infinite-multicolor{from{transform:translate3d(0%,0,0)}
to{transform:translate3d(-50%,0,0)}}
.pull-to-refresh-layer{position:absolute;position:relative;margin-top:-44px;left:0;top:0;width:100%;height:44px}
.pull-to-refresh-layer .preloader{position:absolute;left:50%;top:50%;margin-left:-10px;margin-top:-10px;visibility:hidden}
.pull-to-refresh-layer .pull-to-refresh-arrow{width:13px;height:20px;position:absolute;left:50%;top:50%;margin-left:-6px;margin-top:-10px;background:no-repeat center;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2026%2040'%3E%3Cpolygon%20points%3D'9%2C22%209%2C0%2017%2C0%2017%2C22%2026%2C22%2013.5%2C40%200%2C22'%20fill%3D'%238c8c8c'%2F%3E%3C%2Fsvg%3E");background-size:13px 20px;z-index:10;transform:rotate(0deg) translate3d(0,0,0);transition-duration:300ms}
.pull-to-refresh-content.pull-to-refresh-no-navbar{margin-top:-44px;height:calc(100% + 44px)}
.pull-to-refresh-content.pull-to-refresh-no-navbar .pull-to-refresh-layer{margin-top:0}
.pull-to-refresh-content.transitioning,.pull-to-refresh-content.refreshing{transition-duration:400ms}
.pull-to-refresh-content:not(.refreshing) .pull-to-refresh-layer .preloader{animation:none}
.pull-to-refresh-content.refreshing{transform:translate3d(0,44px,0)}
.pull-to-refresh-content.refreshing .pull-to-refresh-arrow{visibility:hidden;transition-duration:0ms}
.pull-to-refresh-content.refreshing .preloader{visibility:visible}
.pull-to-refresh-content.pull-up .pull-to-refresh-arrow{transform:rotate(180deg) translate3d(0,0,0)}
.infinite-scroll-preloader{text-align:center;padding:5px 0}
.autocomplete-page .autocomplete-found{display:block}
.autocomplete-page .autocomplete-not-found{display:none}
.autocomplete-page .autocomplete-values{display:block}
.autocomplete-page .list-block ul:empty{display:none}
.autocomplete-preloader:not(.autocomplete-preloader-visible){animation:none;visibility:hidden}
.autocomplete-dropdown{background:#fff;box-sizing:border-box;position:absolute;z-index:500;box-shadow:0 3px 3px rgba(0,0,0,.2);width:100%;left:0}
.autocomplete-dropdown .autocomplete-dropdown-inner{position:relative;overflow:auto;-webkit-overflow-scrolling:touch;height:100%;z-index:1}
.autocomplete-dropdown .autocomplete-preloader{display:none;position:absolute;right:15px;bottom:100%;margin-bottom:12px;width:20px;height:20px}
.autocomplete-dropdown .autocomplete-preloader-visible{display:block}
.autocomplete-dropdown .autocomplete-dropdown-placeholder{color:#a9a9a9}
.autocomplete-dropdown .list-block{margin:0}
.autocomplete-dropdown .list-block ul{background:none!important}
.autocomplete-dropdown .list-block ul:before{display:none}
.autocomplete-dropdown .list-block ul:after{display:none}
.autocomplete-dropdown .list-block b{font-weight:500}
html.ios-gt-8 .autocomplete-dropdown .list-block b{font-weight:600}
.list-block .item-content-dropdown-expand .item-title.label{width:0;-webkit-flex-shrink:10;-ms-flex:0 10 auto;-ms-flex-negative:10;flex-shrink:10}
.list-block .item-content-dropdown-expand .item-title.label+.item-input{margin-left:0}
.list-block .item-content-dropdown-expand .item-input{width:100%}
.timeline{margin:35px 0;padding:0 15px;box-sizing:border-box}
.content-block-inner .timeline{padding:0;margin:0}
.timeline-item{display:-ms-flexbox;display:flex;-ms-flex-pack:start;justify-content:flex-start;overflow:hidden;padding:2px 0 15px;box-sizing:border-box;position:relative}
.timeline-item:last-child{padding-bottom:2px}
.timeline-item-date{-webkit-flex-shrink:0;-ms-flex:0 0 auto;-ms-flex-negative:0;flex-shrink:0;width:50px;text-align:right;box-sizing:border-box}
.timeline-item-date small{font-size:10px}
.timeline-item-content{margin:2px;min-width:0;position:relative;-webkit-flex-shrink:10;-ms-flex:0 10 auto;-ms-flex-negative:10;flex-shrink:10}
.timeline-item-content p:first-child,.timeline-item-content ul:first-child,.timeline-item-content ol:first-child,.timeline-item-content h1:first-child,.timeline-item-content h2:first-child,.timeline-item-content h3:first-child,.timeline-item-content h4:first-child{margin-top:0}
.timeline-item-content p:last-child,.timeline-item-content ul:last-child,.timeline-item-content ol:last-child,.timeline-item-content h1:last-child,.timeline-item-content h2:last-child,.timeline-item-content h3:last-child,.timeline-item-content h4:last-child{margin-bottom:0}
.timeline-item-content .card,.timeline-item-content.card,.timeline-item-content .list-block,.timeline-item-content.list-block,.timeline-item-content .content-block,.timeline-item-content.content-block{margin:0;width:100%}
.timeline-item-content .card+.card,.timeline-item-content .list-block+.card,.timeline-item-content .content-block+.card,.timeline-item-content .card+.list-block,.timeline-item-content .list-block+.list-block,.timeline-item-content .content-block+.list-block,.timeline-item-content .card+.content-block,.timeline-item-content .list-block+.content-block,.timeline-item-content .content-block+.content-block{margin:15px 0 0}
.timeline-item-inner{border-radius:7px;padding:8px 15px;background:#fff;box-sizing:border-box}
.timeline-item-inner .content-block{padding:0;color:inherit}
.timeline-item-inner .content-block-inner{padding-left:0;padding-right:0;margin:0}
.timeline-item-inner .content-block-inner:before{display:none}
.timeline-item-inner .content-block-inner:after{display:none}
.timeline-item-inner .list-block ul:before{display:none}
.timeline-item-inner .list-block ul:after{display:none}
.content-block-inner .timeline-item-inner{border-radius:3px;border:1px solid rgba(0,0,0,.1)}
.timeline-item-inner+.timeline-item-inner{margin-top:15px}
.timeline-item-divider{width:1px;margin:0 15px;position:relative;width:10px;height:10px;background:#bbb;border-radius:50%;margin-top:3px;-webkit-flex-shrink:0;-ms-flex:0 0 auto;-ms-flex-negative:0;flex-shrink:0}
.timeline-item-divider:after,.timeline-item-divider:before{content:' ';width:1px;height:100vh;position:absolute;left:50%;background:inherit;transform:translate3d(-50%,0,0)}
.timeline-item-divider:after{top:100%}
.timeline-item-divider:before{bottom:100%}
.timeline-item:last-child .timeline-item-divider:after{display:none}
.timeline-item:first-child .timeline-item-divider:before{display:none}
.timeline-item-time{margin-top:15px;font-size:13px;color:#6d6d72}
.timeline-item-time:first-child,.timeline-item-time:last-child{margin-top:0}
.timeline-item-title+.timeline-item-time{margin-top:0}
.timeline-item-title{font-size:17px;font-weight:500}
html.ios-gt-8 .timeline-item-title{font-weight:600}
.timeline-item-subtitle{font-size:15px}
.timeline-sides .timeline-item{margin-left:calc(50% - (30px + 10px) / 2 - 50px);margin-right:0}
.timeline-sides .timeline-item .timeline-item-date{text-align:right}
.timeline-sides .timeline-item:not(.timeline-item-right):nth-child(2n){-ms-flex-direction:row-reverse;flex-direction:row-reverse;margin-right:calc(50% - (30px + 10px) / 2 - 50px);margin-left:0}
.timeline-sides .timeline-item:not(.timeline-item-right):nth-child(2n) .timeline-item-date{text-align:left}
.timeline-sides .timeline-item-left{-ms-flex-direction:row-reverse;flex-direction:row-reverse;margin-right:calc(50% - (30px + 10px) / 2 - 50px);margin-left:0}
.timeline-sides .timeline-item-left .timeline-item-date{text-align:left}
.timeline-sides .timeline-item-right{margin-left:calc(50% - (30px + 10px) / 2 - 50px);margin-right:0}
.timeline-sides .timeline-item-right .timeline-item-date{text-align:right}
@media (min-width:768px){.tablet-sides .timeline-item{margin-left:calc(50% - (30px + 10px) / 2 - 50px);margin-right:0}
.tablet-sides .timeline-item .timeline-item-date{text-align:right}
.tablet-sides .timeline-item:not(.timeline-item-right):nth-child(2n){-ms-flex-direction:row-reverse;flex-direction:row-reverse;margin-right:calc(50% - (30px + 10px) / 2 - 50px);margin-left:0}
.tablet-sides .timeline-item:not(.timeline-item-right):nth-child(2n) .timeline-item-date{text-align:left}
.tablet-sides .timeline-item-left{-ms-flex-direction:row-reverse;flex-direction:row-reverse;margin-right:calc(50% - (30px + 10px) / 2 - 50px);margin-left:0}
.tablet-sides .timeline-item-left .timeline-item-date{text-align:left}
.tablet-sides .timeline-item-right{margin-left:calc(50% - (30px + 10px) / 2 - 50px);margin-right:0}
.tablet-sides .timeline-item-right .timeline-item-date{text-align:right}}
.timeline-horizontal{padding:0;margin:0;height:100%;display:-ms-flexbox;display:flex}
.timeline-horizontal .timeline-item{display:block;width:33.33333333vw;margin:0;padding:0;-webkit-flex-shrink:0;-ms-flex:0 0 auto;-ms-flex-negative:0;flex-shrink:0;padding-top:34px;padding-bottom:10px;position:relative;height:100%}
.timeline-horizontal .timeline-item:after{content:'';position:absolute;right:0;top:0;left:auto;bottom:auto;width:1px;height:100%;background-color:#c4c4c4;display:block;z-index:15;transform-origin:100% 50%}
html.pixel-ratio-2 .timeline-horizontal .timeline-item:after{transform:scaleX(0.5)}
html.pixel-ratio-3 .timeline-horizontal .timeline-item:after{transform:scaleX(0.33)}
.timeline-horizontal .timeline-month:last-child .timeline-item:last-child:after{display:none}
.timeline-horizontal .timeline-item-date{background:#f7f7f8;width:auto;text-align:left;padding:0 10px;line-height:34px;position:absolute;left:0;top:0;width:100%;height:34px}
.timeline-horizontal .timeline-item-date:after{content:'';position:absolute;left:0;bottom:0;right:auto;top:auto;height:1px;width:100%;background-color:#c4c4c4;display:block;z-index:15;transform-origin:50% 100%}
html.pixel-ratio-2 .timeline-horizontal .timeline-item-date:after{transform:scaleY(0.5)}
html.pixel-ratio-3 .timeline-horizontal .timeline-item-date:after{transform:scaleY(0.33)}
.timeline-horizontal .timeline-item-content{padding:10px;overflow:auto;-webkit-overflow-scrolling:touch;margin:0;height:calc(100% - 10px)}
.timeline-horizontal .timeline-item-divider{display:none}
.timeline-horizontal.col-100 .timeline-item{width:100vw}
.timeline-horizontal.col-95 .timeline-item{width:95vw}
.timeline-horizontal.col-90 .timeline-item{width:90vw}
.timeline-horizontal.col-85 .timeline-item{width:85vw}
.timeline-horizontal.col-80 .timeline-item{width:80vw}
.timeline-horizontal.col-75 .timeline-item{width:75vw}
.timeline-horizontal.col-70 .timeline-item{width:70vw}
.timeline-horizontal.col-66 .timeline-item{width:66.66666666666666vw}
.timeline-horizontal.col-65 .timeline-item{width:65vw}
.timeline-horizontal.col-60 .timeline-item{width:60vw}
.timeline-horizontal.col-55 .timeline-item{width:55vw}
.timeline-horizontal.col-50 .timeline-item{width:50vw}
.timeline-horizontal.col-45 .timeline-item{width:45vw}
.timeline-horizontal.col-40 .timeline-item{width:40vw}
.timeline-horizontal.col-35 .timeline-item{width:35vw}
.timeline-horizontal.col-33 .timeline-item{width:33.333333333333336vw}
.timeline-horizontal.col-30 .timeline-item{width:30vw}
.timeline-horizontal.col-25 .timeline-item{width:25vw}
.timeline-horizontal.col-20 .timeline-item{width:20vw}
.timeline-horizontal.col-15 .timeline-item{width:15vw}
.timeline-horizontal.col-10 .timeline-item{width:10vw}
.timeline-horizontal.col-5 .timeline-item{width:5vw}
@media all and (min-width:768px){.timeline-horizontal.tablet-100 .timeline-item{width:100vw}
.timeline-horizontal.tablet-95 .timeline-item{width:95vw}
.timeline-horizontal.tablet-90 .timeline-item{width:90vw}
.timeline-horizontal.tablet-85 .timeline-item{width:85vw}
.timeline-horizontal.tablet-80 .timeline-item{width:80vw}
.timeline-horizontal.tablet-75 .timeline-item{width:75vw}
.timeline-horizontal.tablet-70 .timeline-item{width:70vw}
.timeline-horizontal.tablet-66 .timeline-item{width:66.66666666666666vw}
.timeline-horizontal.tablet-65 .timeline-item{width:65vw}
.timeline-horizontal.tablet-60 .timeline-item{width:60vw}
.timeline-horizontal.tablet-55 .timeline-item{width:55vw}
.timeline-horizontal.tablet-50 .timeline-item{width:50vw}
.timeline-horizontal.tablet-45 .timeline-item{width:45vw}
.timeline-horizontal.tablet-40 .timeline-item{width:40vw}
.timeline-horizontal.tablet-35 .timeline-item{width:35vw}
.timeline-horizontal.tablet-33 .timeline-item{width:33.333333333333336vw}
.timeline-horizontal.tablet-30 .timeline-item{width:30vw}
.timeline-horizontal.tablet-25 .timeline-item{width:25vw}
.timeline-horizontal.tablet-20 .timeline-item{width:20vw}
.timeline-horizontal.tablet-15 .timeline-item{width:15vw}
.timeline-horizontal.tablet-10 .timeline-item{width:10vw}
.timeline-horizontal.tablet-5 .timeline-item{width:5vw}}
.timeline-year,.timeline-month{display:-ms-flexbox;display:flex;-webkit-flex-shrink:0;-ms-flex:0 0 auto;-ms-flex-negative:0;flex-shrink:0;padding-top:24px;position:relative;box-sizing:border-box;height:100%}
.timeline-year:after{content:'';position:absolute;right:0;top:0;left:auto;bottom:auto;width:1px;height:100%;background-color:#c4c4c4;display:block;z-index:15;transform-origin:100% 50%}
html.pixel-ratio-2 .timeline-year:after{transform:scaleX(0.5)}
html.pixel-ratio-3 .timeline-year:after{transform:scaleX(0.33)}
.timeline-year:last-child:after{display:none}
.timeline-month .timeline-item:before{content:'';position:absolute;left:0;top:0;bottom:auto;right:auto;height:1px;width:100%;background-color:#c4c4c4;display:block;z-index:15;transform-origin:50% 0}
html.pixel-ratio-2 .timeline-month .timeline-item:before{transform:scaleY(0.5)}
html.pixel-ratio-3 .timeline-month .timeline-item:before{transform:scaleY(0.33)}
.timeline-year-title,.timeline-month-title{position:absolute;left:0;top:0;width:100%;line-height:24px;height:24px;padding:0 10px;box-sizing:border-box;background:#f7f7f8}
.timeline-year-title span,.timeline-month-title span{display:inline-block;position:-webkit-sticky;position:-moz-sticky;position:sticky;left:10px}
.timeline-year-title{font-size:16px}
.timeline-year-title span{margin-top:3px}
.timeline-month-title span{margin-top:-2px}
.swiper-container{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;z-index:1}
.swiper-container-no-flexbox .swiper-slide{float:left}
.swiper-container-vertical>.swiper-wrapper{-ms-flex-direction:column;flex-direction:column}
.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:-ms-flexbox;display:flex;transition-property:transform;box-sizing:content-box}
.swiper-container-android .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}
.swiper-container-multirow>.swiper-wrapper{-webkit-box-lines:multiple;-moz-box-lines:multiple;-ms-flex-wrap:wrap;flex-wrap:wrap}
.swiper-container-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}
.swiper-slide{-webkit-flex-shrink:0;-ms-flex:0 0 auto;-ms-flex-negative:0;flex-shrink:0;width:100%;height:100%;position:relative}
.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide{height:auto}
.swiper-container-autoheight .swiper-wrapper{-ms-flex-align:start;-ms-grid-row-align:flex-start;align-items:flex-start;transition-property:transform,height}
.swiper-container .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}
.swiper-wp8-horizontal{-ms-touch-action:pan-y;touch-action:pan-y}
.swiper-wp8-vertical{-ms-touch-action:pan-x;touch-action:pan-x}
.swiper-button-prev,.swiper-button-next{position:absolute;top:50%;width:27px;height:44px;margin-top:-22px;z-index:10;cursor:pointer;background-size:27px 44px;background-position:center;background-repeat:no-repeat}
.swiper-button-prev.swiper-button-disabled,.swiper-button-next.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}
.swiper-button-prev,.swiper-container-rtl .swiper-button-next{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");left:10px;right:auto}
.swiper-button-next,.swiper-container-rtl .swiper-button-prev{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");right:10px;left:auto}
.swiper-pagination{position:absolute;text-align:center;transition:300ms;transform:translate3d(0,0,0);z-index:10}
.swiper-pagination.swiper-pagination-hidden{opacity:0}
.swiper-pagination-fraction,.swiper-pagination-custom,.swiper-container-horizontal>.swiper-pagination-bullets{bottom:10px;left:0;width:100%}
.swiper-pagination-bullet{width:8px;height:8px;display:inline-block;border-radius:100%;background:#000;opacity:.2}
button.swiper-pagination-bullet{border:0;margin:0;padding:0;box-shadow:none;-moz-appearance:none;-ms-appearance:none;-webkit-appearance:none;appearance:none}
.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}
.swiper-pagination-bullet-active{opacity:1;background:#007aff}
.swiper-container-vertical>.swiper-pagination-bullets{right:10px;top:50%;transform:translate3d(0px,-50%,0)}
.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:5px 0;display:block}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 5px}
.swiper-pagination-progress{background:rgba(0,0,0,.25);position:absolute}
.swiper-pagination-progress .swiper-pagination-progressbar{background:#007aff;position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}
.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar{transform-origin:right top}
.swiper-container-horizontal>.swiper-pagination-progress{width:100%;height:4px;left:0;top:0}
.swiper-container-vertical>.swiper-pagination-progress{width:4px;height:100%;left:0;top:0}
.swiper-container-3d{-o-perspective:1200px;perspective:1200px}
.swiper-container-3d .swiper-wrapper,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-cube-shadow{transform-style:preserve-3d}
.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-slide-shadow-bottom{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}
.swiper-container-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),transparent)}
.swiper-container-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),transparent)}
.swiper-container-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),transparent)}
.swiper-container-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),transparent)}
.swiper-container-coverflow .swiper-wrapper,.swiper-container-flip .swiper-wrapper{-ms-perspective:1200px}
.swiper-container-cube,.swiper-container-flip{overflow:visible}
.swiper-container-cube .swiper-slide,.swiper-container-flip .swiper-slide{pointer-events:none;backface-visibility:hidden;z-index:1}
.swiper-container-cube .swiper-slide .swiper-slide,.swiper-container-flip .swiper-slide .swiper-slide{pointer-events:none}
.swiper-container-cube .swiper-slide-active,.swiper-container-flip .swiper-slide-active,.swiper-container-cube .swiper-slide-active .swiper-slide-active,.swiper-container-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}
.swiper-container-cube .swiper-slide-shadow-top,.swiper-container-flip .swiper-slide-shadow-top,.swiper-container-cube .swiper-slide-shadow-bottom,.swiper-container-flip .swiper-slide-shadow-bottom,.swiper-container-cube .swiper-slide-shadow-left,.swiper-container-flip .swiper-slide-shadow-left,.swiper-container-cube .swiper-slide-shadow-right,.swiper-container-flip .swiper-slide-shadow-right{z-index:0;backface-visibility:hidden}
.swiper-container-cube .swiper-slide{visibility:hidden;transform-origin:0 0;width:100%;height:100%}
.swiper-container-cube.swiper-container-rtl .swiper-slide{transform-origin:100% 0}
.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-next,.swiper-container-cube .swiper-slide-prev,.swiper-container-cube .swiper-slide-next+.swiper-slide{pointer-events:auto;visibility:visible}
.swiper-container-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0;width:100%;height:100%;background:#000;opacity:.6;-webkit-filter:blur(50px);filter:blur(50px);z-index:0}
.swiper-container-fade.swiper-container-free-mode .swiper-slide{transition-timing-function:ease-out}
.swiper-container-fade .swiper-slide{pointer-events:none;transition-property:opacity}
.swiper-container-fade .swiper-slide .swiper-slide{pointer-events:none}
.swiper-container-fade .swiper-slide-active,.swiper-container-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}
.swiper-zoom-container{width:100%;height:100%;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;text-align:center}
.swiper-zoom-container>img,.swiper-zoom-container>svg,.swiper-zoom-container>canvas{max-width:100%;max-height:100%;-o-object-fit:contain;object-fit:contain}
.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}
.swiper-container-horizontal>.swiper-scrollbar{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}
.swiper-container-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}
.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}
.swiper-scrollbar-cursor-drag{cursor:move}
.swiper-slide .preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10}
.photo-browser{position:absolute;left:0;top:0;width:100%;height:100%;z-index:11500}
body>.photo-browser,.framework7-root>.photo-browser{opacity:0;display:none;transform:translate3d(0,0,0)}
body>.photo-browser.photo-browser-in,.framework7-root>.photo-browser.photo-browser-in{display:block;animation:photoBrowserIn 400ms forwards}
body>.photo-browser.photo-browser-out,.framework7-root>.photo-browser.photo-browser-out{display:block;animation:photoBrowserOut 400ms forwards}
html.with-statusbar-overlay body>.photo-browser,html.with-statusbar-overlay .framework7-root>.photo-browser{height:calc(100% - 20px);top:20px}
.popup>.photo-browser .navbar,body>.photo-browser .navbar,.framework7-root>.photo-browser .navbar,.popup>.photo-browser .toolbar,body>.photo-browser .toolbar,.framework7-root>.photo-browser .toolbar{transform:translate3d(0,0,0)}
.photo-browser .page[data-page=photo-browser-slides]{background:0 0}
.photo-browser-popup{background:0 0}
.photo-browser .navbar,.views .view[data-page=photo-browser-slides] .navbar,.photo-browser .toolbar,.views .view[data-page=photo-browser-slides] .toolbar{background:rgba(247,247,247,.95);transition-duration:400ms}
.view[data-page=photo-browser-slides] .page[data-page=photo-browser-slides] .navbar,.view[data-page=photo-browser-slides] .page[data-page=photo-browser-slides] .toolbar{transform:translate3d(0,0,0)}
.photo-browser-exposed .navbar,.photo-browser-exposed .toolbar{opacity:0;visibility:hidden;pointer-events:none}
.photo-browser-exposed .photo-browser-swiper-container{background:#000}
.photo-browser-of{margin:0 5px}
.photo-browser-captions{pointer-events:none;position:absolute;left:0;width:100%;bottom:0;z-index:10;opacity:1;transition-duration:400ms}
.photo-browser-captions.photo-browser-captions-exposed{opacity:0}
.toolbar~.photo-browser-captions{bottom:44px;transform:translate3d(0,0,0)}
.photo-browser-exposed .toolbar~.photo-browser-captions{transform:translate3d(0,44px,0)}
.toolbar~.photo-browser-captions.photo-browser-captions-exposed{transform:translate3d(0,0,0)}
.photo-browser-caption{box-sizing:border-box;transition-duration:300ms;position:absolute;bottom:0;left:0;opacity:0;padding:4px 5px;width:100%;text-align:center;color:#fff;background:rgba(0,0,0,.8)}
.photo-browser-caption:empty{display:none}
.photo-browser-caption.photo-browser-caption-active{opacity:1}
.photo-browser-captions-light .photo-browser-caption{background:rgba(255,255,255,.8);color:#000}
.photo-browser-exposed .photo-browser-caption{color:#fff;background:rgba(0,0,0,.8)}
.photo-browser-swiper-container{position:absolute;left:0;top:0;width:100%;height:100%;overflow:hidden;background:#fff;transition-duration:400ms}
.photo-browser-swiper-wrapper{position:absolute;left:0;top:0;width:100%;height:100%;padding:0;display:-ms-flexbox;display:flex}
.photo-browser-link-inactive{opacity:.3}
.photo-browser-slide{width:100%;height:100%;position:relative;overflow:hidden;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;-webkit-flex-shrink:0;-ms-flex:0 0 auto;-ms-flex-negative:0;flex-shrink:0;box-sizing:border-box}
.photo-browser-slide.transitioning{transition-duration:400ms}
.photo-browser-slide span.swiper-zoom-container{display:none}
.photo-browser-slide img{width:auto;height:auto;max-width:100%;max-height:100%;display:none}
.photo-browser-slide.swiper-slide-active span.swiper-zoom-container,.photo-browser-slide.swiper-slide-next span.swiper-zoom-container,.photo-browser-slide.swiper-slide-prev span.swiper-zoom-container{display:-ms-flexbox;display:flex}
.photo-browser-slide.swiper-slide-active img,.photo-browser-slide.swiper-slide-next img,.photo-browser-slide.swiper-slide-prev img{display:inline}
.photo-browser-slide.swiper-slide-active.photo-browser-slide-lazy .preloader,.photo-browser-slide.swiper-slide-next.photo-browser-slide-lazy .preloader,.photo-browser-slide.swiper-slide-prev.photo-browser-slide-lazy .preloader{display:block}
.photo-browser-slide iframe{width:100%;height:100%}
.photo-browser-slide .preloader{display:none;position:absolute;width:42px;height:42px;margin-left:-21px;margin-top:-21px;left:50%;top:50%}
.photo-browser-dark .navbar,.photo-browser-dark .toolbar{background:rgba(30,30,30,.8);color:#fff}
.photo-browser-dark .navbar:before,.photo-browser-dark .toolbar:before{display:none}
.photo-browser-dark .navbar:after,.photo-browser-dark .toolbar:after{display:none}
.photo-browser-dark .navbar a,.photo-browser-dark .toolbar a{color:#fff}
.photo-browser-dark .photo-browser-swiper-container{background:#000}
@keyframes photoBrowserIn{0%{transform:translate3d(0,0,0) scale(0.5);opacity:0}
100%{transform:translate3d(0,0,0) scale(1);opacity:1}}
@keyframes photoBrowserOut{0%{transform:translate3d(0,0,0) scale(1);opacity:1}
100%{transform:translate3d(0,0,0) scale(0.5);opacity:0}}
.picker-columns{width:100%;height:260px;z-index:11500}
.picker-columns.picker-modal-inline,.popover .picker-columns{height:200px}
@media (orientation:landscape) and (max-height:415px){.picker-columns:not(.picker-modal-inline){height:200px}}
.popover.popover-picker-columns{width:280px}
.picker-items{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;padding:0;text-align:right;font-size:24px;-webkit-mask-box-image:-webkit-linear-gradient(bottom,transparent,transparent 5%,#fff 20%,#fff 80%,transparent 95%,transparent);-webkit-mask-box-image:linear-gradient(to top,transparent,transparent 5%,#fff 20%,#fff 80%,transparent 95%,transparent)}
.picker-items-col{overflow:hidden;position:relative;max-height:100%}
.picker-items-col.picker-items-col-left{text-align:left}
.picker-items-col.picker-items-col-center{text-align:center}
.picker-items-col.picker-items-col-right{text-align:right}
.picker-items-col.picker-items-col-divider{color:#000;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}
.picker-items-col-wrapper{transition-duration:300ms;transition-timing-function:ease-out}
.picker-item{height:36px;line-height:36px;white-space:nowrap;position:relative;overflow:hidden;text-overflow:ellipsis;color:#707274;left:0;top:0;width:100%;box-sizing:border-box;transition-duration:300ms}
.picker-item span{padding:0 10px}
.picker-items-col-absolute .picker-item{position:absolute}
.picker-item.picker-item-far{pointer-events:none}
.picker-item.picker-selected{color:#000;transform:translate3d(0,0,0) rotateX(0deg)}
.picker-center-highlight{height:36px;box-sizing:border-box;position:absolute;left:0;width:100%;top:50%;margin-top:-18px;pointer-events:none}
.picker-center-highlight:before{content:'';position:absolute;left:0;top:0;bottom:auto;right:auto;height:1px;width:100%;background-color:#a8abb0;display:block;z-index:15;transform-origin:50% 0}
html.pixel-ratio-2 .picker-center-highlight:before{transform:scaleY(0.5)}
html.pixel-ratio-3 .picker-center-highlight:before{transform:scaleY(0.33)}
.picker-center-highlight:after{content:'';position:absolute;left:0;bottom:0;right:auto;top:auto;height:1px;width:100%;background-color:#a8abb0;display:block;z-index:15;transform-origin:50% 100%}
html.pixel-ratio-2 .picker-center-highlight:after{transform:scaleY(0.5)}
html.pixel-ratio-3 .picker-center-highlight:after{transform:scaleY(0.33)}
.picker-3d .picker-items{overflow:hidden;perspective:1200px}
.picker-3d .picker-items-col,.picker-3d .picker-items-col-wrapper,.picker-3d .picker-item{transform-style:preserve-3d}
.picker-3d .picker-items-col{overflow:visible}
.picker-3d .picker-item{transform-origin:center center -110px;backface-visibility:hidden;transition-timing-function:ease-out}
.picker-calendar{background:#fff;height:320px;width:100%;overflow:hidden}
@media (orientation:landscape) and (max-height:415px){.picker-calendar:not(.picker-modal-inline){height:220px}}
.picker-calendar .picker-modal-inner{overflow:hidden}
.popover-picker-calendar .picker-calendar{height:320px}
.popover.popover-picker-calendar{width:320px}
.picker-calendar-week-days{height:18px;background:#f7f7f8;display:-ms-flexbox;display:flex;font-size:11px;box-sizing:border-box;position:relative}
.picker-calendar-week-days:after{content:'';position:absolute;left:0;bottom:0;right:auto;top:auto;height:1px;width:100%;background-color:#c4c4c4;display:block;z-index:15;transform-origin:50% 100%}
html.pixel-ratio-2 .picker-calendar-week-days:after{transform:scaleY(0.5)}
html.pixel-ratio-3 .picker-calendar-week-days:after{transform:scaleY(0.33)}
.picker-calendar-week-days .picker-calendar-week-day{-webkit-flex-shrink:1;-ms-flex:0 1 auto;-ms-flex-negative:1;flex-shrink:1;width:14.28571429%;width:calc(100% / 7);line-height:17px;text-align:center}
.picker-calendar-week-days+.picker-calendar-months{height:calc(100% - 18px)}
.picker-calendar-months{width:100%;height:100%;overflow:hidden;position:relative}
.picker-calendar-months-wrapper{position:relative;width:100%;height:100%;transition-duration:300ms}
.picker-calendar-month{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;width:100%;height:100%;position:absolute;left:0;top:0}
.picker-calendar-row{height:16.66666667%;height:calc(100% / 6);display:-ms-flexbox;display:flex;-webkit-flex-shrink:1;-ms-flex:0 1 auto;-ms-flex-negative:1;flex-shrink:1;width:100%;position:relative}
.picker-calendar-row:after{content:'';position:absolute;left:0;bottom:0;right:auto;top:auto;height:1px;width:100%;background-color:#ccc;display:block;z-index:15;transform-origin:50% 100%}
html.pixel-ratio-2 .picker-calendar-row:after{transform:scaleY(0.5)}
html.pixel-ratio-3 .picker-calendar-row:after{transform:scaleY(0.33)}
.picker-calendar-row:last-child:after{display:none}
.picker-calendar-day{-webkit-flex-shrink:1;-ms-flex:0 1 auto;-ms-flex-negative:1;flex-shrink:1;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;box-sizing:border-box;width:14.28571429%;width:calc(100% / 7);text-align:center;color:#000;font-size:15px;cursor:pointer;z-index:20;height:100%}
.picker-calendar-day.picker-calendar-day-prev,.picker-calendar-day.picker-calendar-day-next{color:#b8b8b8}
.picker-calendar-day.picker-calendar-day-disabled{color:#d4d4d4;cursor:auto}
.picker-calendar-day.picker-calendar-day-today span{background:#e3e3e3}
.picker-calendar-day.picker-calendar-day-selected span{background:#007aff;color:#fff}
.picker-calendar-day.picker-calendar-day-has-events span:after{content:'';width:4px;height:4px;border-radius:50%;background:#ccc;position:absolute;margin-left:-2px;left:50%;bottom:1px}
.picker-calendar-day.picker-calendar-day-has-events.picker-calendar-day-selected span:after{display:none}
.picker-calendar-day span{display:inline-block;border-radius:100%;width:30px;height:30px;line-height:30px;position:relative}
.picker-calendar-range .picker-calendar-day.picker-calendar-day-selected{-ms-flex-align:stretch;-ms-grid-row-align:stretch;align-items:stretch;-ms-flex-line-pack:stretch;align-content:stretch}
.picker-calendar-range .picker-calendar-day.picker-calendar-day-selected span{width:100%;border-radius:0;height:auto;text-align:center;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center}
.picker-calendar-month-picker,.picker-calendar-year-picker{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:justify;justify-content:space-between;width:50%;max-width:200px;-webkit-flex-shrink:10;-ms-flex:0 10 auto;-ms-flex-negative:10;flex-shrink:10}
.picker-calendar-month-picker a.icon-only,.picker-calendar-year-picker a.icon-only{min-width:36px}
.picker-calendar-month-picker span,.picker-calendar-year-picker span{-webkit-flex-shrink:1;-ms-flex:0 1 auto;-ms-flex-negative:1;flex-shrink:1;position:relative;overflow:hidden;text-overflow:ellipsis}
.popover .picker-calendar .picker-calendar-week-days,.picker-calendar.picker-modal-inline .picker-calendar-week-days{background:0 0}
.popover .picker-calendar .toolbar:before,.picker-calendar.picker-modal-inline .toolbar:before,.popover .picker-calendar .picker-calendar-week-days:before,.picker-calendar.picker-modal-inline .picker-calendar-week-days:before{display:none}
.popover .picker-calendar .toolbar:after,.picker-calendar.picker-modal-inline .toolbar:after,.popover .picker-calendar .picker-calendar-week-days:after,.picker-calendar.picker-modal-inline .picker-calendar-week-days:after{display:none}
.popover .picker-calendar .toolbar~.picker-modal-inner .picker-calendar-months:before,.picker-calendar.picker-modal-inline .toolbar~.picker-modal-inner .picker-calendar-months:before,.popover .picker-calendar .picker-calendar-week-days~.picker-calendar-months:before,.picker-calendar.picker-modal-inline .picker-calendar-week-days~.picker-calendar-months:before{content:'';position:absolute;left:0;top:0;bottom:auto;right:auto;height:1px;width:100%;background-color:#c4c4c4;display:block;z-index:15;transform-origin:50% 0}
html.pixel-ratio-2 .popover .picker-calendar .toolbar~.picker-modal-inner .picker-calendar-months:before,html.pixel-ratio-2 .picker-calendar.picker-modal-inline .toolbar~.picker-modal-inner .picker-calendar-months:before,html.pixel-ratio-2 .popover .picker-calendar .picker-calendar-week-days~.picker-calendar-months:before,html.pixel-ratio-2 .picker-calendar.picker-modal-inline .picker-calendar-week-days~.picker-calendar-months:before{transform:scaleY(0.5)}
html.pixel-ratio-3 .popover .picker-calendar .toolbar~.picker-modal-inner .picker-calendar-months:before,html.pixel-ratio-3 .picker-calendar.picker-modal-inline .toolbar~.picker-modal-inner .picker-calendar-months:before,html.pixel-ratio-3 .popover .picker-calendar .picker-calendar-week-days~.picker-calendar-months:before,html.pixel-ratio-3 .picker-calendar.picker-modal-inline .picker-calendar-week-days~.picker-calendar-months:before{transform:scaleY(0.33)}
.notifications{position:absolute;left:0;top:0;width:100%;z-index:20000;font-size:14px;margin:0;border:0;display:none;box-sizing:border-box;max-height:100%;transition-duration:450ms;perspective:1200px;padding-top:8px;padding-bottom:8px}
.notifications.list-block>ul{background:0 0;margin:0 auto;max-width:584px}
.notifications.list-block>ul:before{display:none}
.notifications.list-block>ul:after{display:none}
.with-statusbar-overlay .notifications{padding-top:20px;transform:translate3d(0,-20px,0)}
.notifications .item-content{padding-left:8px;-ms-flex-align:start;-ms-grid-row-align:flex-start;align-items:flex-start}
.notifications .item-title-row{margin-bottom:8px}
.notifications .item-title-row:before{position:absolute;left:0;top:0;height:36px;border-radius:12px 12px 0 0;z-index:-1;background:#fff;content:'';width:100%}
.notifications .item-title{font-weight:400!important;height:36px;text-transform:uppercase;line-height:35px;font-size:13px}
html.ios-gt-8 .notifications .item-title{font-weight:400!important}
.notifications .item-subtitle{font-size:15px;font-weight:500}
html.ios-gt-8 .notifications .item-subtitle{font-weight:600}
.notifications .item-text{font-size:14px;color:inherit;height:auto;line-height:inherit}
.notifications .item-subtitle:first-child,.notifications .item-text:first-child{margin-top:8px}
.notifications .item-content,.notifications .item-inner{min-height:0}
.notifications .item-inner{position:static}
.notifications .item-inner:after{display:none}
.notifications .item-media{width:20px}
.notifications .item-media img{max-width:20px;max-height:20px}
.notifications .item-media i.icon{width:20px;height:20px;background-size:cover;background-position:center;background-repeat:no-repeat}
.notifications .item-media+.item-inner{margin-left:8px;overflow:visible}
.notifications li.notification-item{box-shadow:0 0 10px rgba(0,0,0,.15)}
.notifications li.notification-item .item-inner{padding-top:0}
.notifications li.notification-item .item-media{padding-top:8px}
.notifications .item-after{margin-top:auto;margin-bottom:auto}
.notifications .close-notification{width:22px;height:22px;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%2044%2044'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%3E%3Cg%20stroke%3D'none'%20stroke-width%3D'1'%20fill%3D'none'%20fill-rule%3D'evenodd'%3E%3Cpath%20d%3D'M22.5%2C20.3786797%20L14.7218254%2C12.6005051%20L12.6005051%2C14.7218254%20L20.3786797%2C22.5%20L12.6005051%2C30.2781746%20L14.7218254%2C32.3994949%20L22.5%2C24.6213203%20L30.2781746%2C32.3994949%20L32.3994949%2C30.2781746%20L24.6213203%2C22.5%20L32.3994949%2C14.7218254%20L30.2781746%2C12.6005051%20L22.5%2C20.3786797%20Z%20M22%2C44%20C34.1502645%2C44%2044%2C34.1502645%2044%2C22%20C44%2C9.8497355%2034.1502645%2C0%2022%2C0%20C9.8497355%2C0%200%2C9.8497355%200%2C22%20C0%2C34.1502645%209.8497355%2C44%2022%2C44%20Z'%20fill%3D'%23000000'%3E%3C%2Fpath%3E%3C%2Fg%3E%3C%2Fsvg%3E");background-position:center top;background-repeat:no-repeat;background-size:100% auto;position:relative;opacity:.2}
.notifications .close-notification span{position:absolute;width:44px;height:44px;left:50%;top:50%;margin-left:-22px;margin-top:-22px}
.notifications .notification-item{max-width:568px;margin:0 auto 8px;transition-duration:450ms;transform:translate3d(0,0,0);opacity:1;background:rgba(250,250,250,.95);border-radius:12px;width:calc(100% - 16px);position:absolute;left:8px;top:0}
.notifications .notification-item:last-child{margin-bottom:0}
.notifications .notification-hidden{opacity:0;transform:translate3d(0,0,0)}
.login-screen-content{background:#fff}
.login-screen-content .login-screen-title,.login-screen-content .list-block,.login-screen-content .content-block,.login-screen-content .list-block-label{max-width:480px;margin:25px auto}
.login-screen-content .list-block ul{background:0 0}
.login-screen-content .list-block ul:before{display:none}
.login-screen-content .list-block ul:after{display:none}
.login-screen-content .list-block-label{text-align:center}
.login-screen-title{text-align:center;font-size:30px}
.disabled,[disabled]{opacity:.55;pointer-events:none}
.disabled .disabled,.disabled [disabled],[disabled] .disabled,[disabled] [disabled]{opacity:1}
.data-table{overflow-x:auto}
.data-table table{width:100%;border:0;padding:0;margin:0;border-collapse:collapse;text-align:left}
.data-table thead{font-size:12px}
.data-table thead th,.data-table thead td{font-weight:500;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;line-height:16px}
html.ios-gt-8 .data-table thead th,html.ios-gt-8 .data-table thead td{font-weight:600}
.data-table thead th:not(.sortable-active),.data-table thead td:not(.sortable-active){color:#8e8e93}
.data-table thead i.icon,.data-table thead i.f7-icons{font-size:18px;width:18px;height:18px;vertical-align:top}
.data-table tbody tr.data-table-row-selected{background:#f7f7f8}
.data-table tbody td:before{content:'';position:absolute;left:0;top:0;bottom:auto;right:auto;height:1px;width:100%;background-color:#c8c7cc;display:block;z-index:15;transform-origin:50% 0}
html.pixel-ratio-2 .data-table tbody td:before{transform:scaleY(0.5)}
html.pixel-ratio-3 .data-table tbody td:before{transform:scaleY(0.33)}
html:not(.ios):not(.android) .data-table tbody tr:hover{background:#f7f7f8}
.data-table th,.data-table td{padding:0;position:relative;padding-left:15px;padding-right:15px;height:44px}
.data-table th.numeric-cell,.data-table td.numeric-cell{text-align:right}
.data-table th.checkbox-cell,.data-table td.checkbox-cell{padding-right:7px;width:22px;overflow:visible}
.data-table th.checkbox-cell+td,.data-table td.checkbox-cell+td,.data-table th.checkbox-cell+th,.data-table td.checkbox-cell+th{padding-left:8px}
.data-table th.checkbox-cell label+span,.data-table td.checkbox-cell label+span{padding-left:8px}
.data-table th.actions-cell,.data-table td.actions-cell{text-align:right;white-space:nowrap}
.data-table th.actions-cell a.link,.data-table td.actions-cell a.link{position:relative;z-index:1;cursor:pointer}
.data-table th.actions-cell a.link+a.link,.data-table td.actions-cell a.link+a.link{margin-left:15px}
.data-table th.actions-cell a.icon-only,.data-table td.actions-cell a.icon-only{width:18px;height:18px;display:inline-block;vertical-align:middle;font-size:18px;line-height:18px;text-align:center;font-size:0}
.data-table th.actions-cell a.icon-only i,.data-table td.actions-cell a.icon-only i{font-size:18px;vertical-align:middle}
.data-table .sortable-cell{cursor:pointer;position:relative}
.data-table .sortable-cell:not(.numeric-cell):after,.data-table .sortable-cell.numeric-cell:before{content:'';display:inline-block;vertical-align:top;width:16px;height:16px;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20fill%3D'%23000000'%20height%3D'24'%20viewBox%3D'0%200%2024%2024'%20width%3D'24'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%3E%3Cpath%20d%3D'M0%200h24v24H0V0z'%20fill%3D'none'%2F%3E%3Cpath%20d%3D'M20%2012l-1.41-1.41L13%2016.17V4h-2v12.17l-5.58-5.59L4%2012l8%208%208-8z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");background-size:100% auto;background-position:center;background-repeat:no-repeat;font-size:0;transition-duration:300ms;transform:rotate(0);opacity:0}
html:not(.ios):not(.android) .data-table .sortable-cell:not(.sortable-active):hover:after,html:not(.ios):not(.android) .data-table .sortable-cell:not(.sortable-active):hover:before{opacity:.54}
.data-table .sortable-cell.sortable-active:after,.data-table .sortable-cell.sortable-active:before{opacity:.87}
.data-table .sortable-cell.sortable-desc:after,.data-table .sortable-cell.sortable-desc:before{transform:rotate(180deg)}
.data-table .sortable-cell:not(.numeric-cell):after{margin-left:5px}
.data-table .sortable-cell.numeric-cell:before{margin-right:5px}
.data-table.card .card-header,.card .data-table .card-header,.data-table.card .card-footer,.card .data-table .card-footer{padding-left:15px;padding-right:8px}
.data-table.card .card-header,.card .data-table .card-header{height:64px}
.data-table.card .card-content,.card .data-table .card-content{overflow-x:auto}
.data-table .data-table-title{font-size:17px;font-weight:500}
html.ios-gt-8 .data-table .data-table-title{font-weight:600}
.data-table .data-table-links,.data-table .data-table-actions{display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between}
.data-table .data-table-links a.link,.data-table .data-table-actions a.link{cursor:pointer}
.data-table .data-table-links a.link+a.link,.data-table .data-table-actions a.link+a.link{margin-left:15px}
.data-table .data-table-actions{margin-left:auto;-ms-flex-align:center;-ms-grid-row-align:center;align-items:center}
.data-table .data-table-actions a.link{min-width:0;cursor:pointer}
.data-table .data-table-actions a.link.icon-only{width:44px;height:44px;line-height:1}
.data-table .data-table-actions i.icon,.data-table .data-table-actions i.f7-icons{font-size:22px}
.data-table .data-table-header,.data-table .data-table-header-selected{display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-align:center;align-items:center;width:100%}
.data-table .card-header>.data-table-header,.data-table .card-header>.data-table-header-selected{padding-left:15px;padding-right:8px;margin-left:-15px;margin-right:-8px;height:100%;padding-top:10px;padding-bottom:10px}
.data-table .data-table-header-selected{display:none;background:rgba(0,122,255,.1)}
.data-table.data-table-has-checked .data-table-header{display:none}
.data-table.data-table-has-checked .data-table-header-selected{display:-ms-flexbox;display:flex}
.data-table .data-table-title-selected{color:#007aff;font-size:14px}
@media (max-width:480px) and (orientation:portrait){.data-table.data-table-collapsible thead{display:none}
.data-table.data-table-collapsible tbody,.data-table.data-table-collapsible tr,.data-table.data-table-collapsible td{display:block}
.data-table.data-table-collapsible tr{position:relative}
.data-table.data-table-collapsible tr:before{content:'';position:absolute;left:0;top:0;bottom:auto;right:auto;height:1px;width:100%;background-color:#c8c7cc;display:block;z-index:15;transform-origin:50% 0}
html.pixel-ratio-2 .data-table.data-table-collapsible tr:before{transform:scaleY(0.5)}
html.pixel-ratio-3 .data-table.data-table-collapsible tr:before{transform:scaleY(0.33)}
.data-table.data-table-collapsible tr:hover{background-color:inherit}
.data-table.data-table-collapsible td{text-align:left;display:-ms-flexbox;display:flex;-ms-flex-line-pack:center;align-content:center;-ms-flex-align:center;align-items:center;-ms-flex-pack:start;justify-content:flex-start}
.data-table.data-table-collapsible td:before{display:none}
.data-table.data-table-collapsible td:not(.checkbox-cell){font-size:17px;line-height:17px}
.data-table.data-table-collapsible td:not(.checkbox-cell):before{width:40%;display:block;content:attr(data-collapsible-title);position:relative;height:auto;background:0 0;transform:none!important;color:#8e8e93;font-weight:500;font-size:12px;margin-right:16px;-webkit-flex-shrink:0;-ms-flex:0 0 auto;-ms-flex-negative:0;flex-shrink:0}
html.ios-gt-8 .data-table.data-table-collapsible td:not(.checkbox-cell):before{font-weight:600}
.data-table.data-table-collapsible td.checkbox-cell{position:absolute;left:0;top:0}
.data-table.data-table-collapsible td.checkbox-cell+td{padding-left:16px}
.data-table.data-table-collapsible td.checkbox-cell~td{margin-left:32px}}
.data-table .tablet-only,.data-table .tablet-landscape-only{display:none}
@media (min-width:768px){.data-table .tablet-only{display:table-cell}}
@media (min-width:768px) and (orientation:landscape){.data-table .tablet-landscape-only{display:table-cell}}
.theme-gray .button:not(.button-fill){border-color:#8e8e93}
html:not(.watch-active-state) .theme-gray .button:not(.button-fill):active,.theme-gray .button:not(.button-fill).active-state{background-color:rgba(142,142,147,.15)}
.theme-gray .button:not(.button-fill).active{background-color:#8e8e93;color:#fff}
.theme-gray .button.button-fill{background:#8e8e93;color:#fff}
.progressbar.theme-gray span,.theme-gray .progressbar span{background-color:#8e8e93}
.progressbar-infinite.theme-gray:before,.theme-gray .progressbar-infinite:before{background-color:#8e8e93}
.theme-gray i.icon,i.icon.theme-gray{color:#8e8e93}
i.icon-next.color-gray,i.icon-next.theme-gray,.theme-gray i.icon-next{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2015%2015'%3E%3Cg%3E%3Cpath%20fill%3D'%238e8e93'%20d%3D'M1%2C1.6l11.8%2C5.8L1%2C13.4V1.6%20M0%2C0v15l15-7.6L0%2C0L0%2C0z'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")}
i.icon-prev.color-gray,i.icon-prev.theme-gray,.theme-gray i.icon-prev{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2015%2015'%3E%3Cg%3E%3Cpath%20fill%3D'%238e8e93'%20d%3D'M14%2C1.6v11.8L2.2%2C7.6L14%2C1.6%20M15%2C0L0%2C7.6L15%2C15V0L15%2C0z'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")}
i.icon-back.color-gray,i.icon-back.theme-gray,.theme-gray i.icon-back{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2012%2020'%3E%3Cpath%20d%3D'M10%2C0l2%2C2l-8%2C8l8%2C8l-2%2C2L0%2C10L10%2C0z'%20fill%3D'%238e8e93'%2F%3E%3C%2Fsvg%3E")}
i.icon-forward.color-gray,i.icon-forward.theme-gray,.theme-gray i.icon-forward{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2012%2020'%3E%3Cpath%20d%3D'M2%2C20l-2-2l8-8L0%2C2l2-2l10%2C10L2%2C20z'%20fill%3D'%238e8e93'%2F%3E%3C%2Fsvg%3E")}
i.icon-bars.color-gray,i.icon-bars.theme-gray,.theme-gray i.icon-bars{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2021%2014'%3E%3Cpath%20fill%3D'%238e8e93'%20d%3D'M0%2C0h2v2H0V0z%20M4%2C0h17v1H4V0z%20M0%2C6h2v2H0V6z%20M4%2C6h17v1H4V6z%20M0%2C12h2v2H0V12z%20M4%2C12h17v1H4V12z'%2F%3E%3C%2Fsvg%3E")}
@media (-webkit-min-device-pixel-ratio:2){i.icon-bars.color-gray,i.icon-bars.theme-gray,.theme-gray i.icon-bars{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2042%2026'%3E%3Cpath%20fill%3D'%238e8e93'%20d%3D'M0%2C0h4v4H0V0z%20M8%2C1h34v2H8V1z%20M0%2C11h4v4H0V11z%20M8%2C12h34v2H8V12z%20M0%2C22h4v4H0V22z%20M8%2C23h34v2H8V23z'%2F%3E%3C%2Fsvg%3E")}}
.theme-gray a,.theme-gray .item-link.list-button,.theme-gray .list-button{color:#8e8e93}
.theme-gray .tabbar a,.tabbar.theme-gray a,.theme-gray .tabbar a i,.tabbar.theme-gray a i{color:inherit}
.theme-gray .tabbar a.active,.tabbar.theme-gray a.active,.theme-gray .tabbar a.active i,.tabbar.theme-gray a.active i{color:#8e8e93}
.theme-gray .messagebar .messagebar-send-link{background-color:#8e8e93}
.theme-gray label.label-checkbox input[type=checkbox]:checked+.item-media i.icon-form-checkbox,.theme-gray label.label-checkbox input[type=radio]:checked+.item-media i.icon-form-checkbox,.theme-gray .form-checkbox input[type=checkbox]:checked~i,label.label-checkbox.theme-gray input[type=checkbox]:checked+.item-media i.icon-form-checkbox,label.label-checkbox.theme-gray input[type=radio]:checked+.item-media i.icon-form-checkbox,.form-checkbox.theme-gray input[type=checkbox]:checked~i{background-color:#8e8e93}
.theme-gray .form-radio input[type=radio]:checked~i,.theme-gray label.label-radio input[type=checkbox]:checked~.item-inner,.theme-gray label.label-radio input[type=radio]:checked~.item-inner,.form-radio.theme-gray input[type=radio]:checked~i,label.label-radio.theme-gray input[type=checkbox]:checked~.item-inner,label.label-radio.theme-gray input[type=radio]:checked~.item-inner{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2013%2010'%3E%3Cpolygon%20fill%3D'%238e8e93'%20points%3D'11.6%2C0%204.4%2C7.2%201.4%2C4.2%200%2C5.6%204.4%2C10%204.4%2C10%204.4%2C10%2013%2C1.4%20'%2F%3E%3C%2Fsvg%3E")}
.theme-gray .picker-calendar-day.picker-calendar-day-selected span{background-color:#8e8e93!important}
.theme-gray .data-table .data-table-header-selected,.data-table.theme-gray .data-table-header-selected{background:rgba(142,142,147,.1)}
.theme-gray .data-table .data-table-title-selected,.data-table.theme-gray .data-table-title-selected{color:#8e8e93}
.swiper-pagination.color-gray .swiper-pagination-bullet-active,.theme-gray .swiper-pagination .swiper-pagination-bullet-active{background-color:#8e8e93}
.swiper-pagination.color-gray .swiper-pagination-progressbar,.theme-gray .swiper-pagination .swiper-pagination-progressbar{background-color:#8e8e93}
.swiper-pagination.swiper-pagination-progress.bg-gray{background-color:rgba(142,142,147,.25)}
.swiper-button-next.color-gray,.swiper-container-rtl .swiper-button-prev.color-gray,.theme-gray .swiper-button-next,.theme-gray .swiper-container-rtl .swiper-button-prev{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%238e8e93'%2F%3E%3C%2Fsvg%3E")}
.swiper-button-prev.color-gray,.swiper-container-rtl .swiper-button-next.color-gray,.theme-gray .swiper-button-prev,.theme-gray .swiper-container-rtl .swiper-button-next{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%238e8e93'%2F%3E%3C%2Fsvg%3E")}
.theme-gray .floating-button,.theme-gray .speed-dial-buttons a,.floating-button.theme-gray,.speed-dial-buttons a.theme-gray{color:#fff;background:#8e8e93}
html:not(.watch-active-state) .theme-gray .floating-button:active,html:not(.watch-active-state) .theme-gray .speed-dial-buttons a:active,html:not(.watch-active-state) .floating-button.theme-gray:active,html:not(.watch-active-state) .speed-dial-buttons a.theme-gray:active,.theme-gray .floating-button.active-state,.theme-gray .speed-dial-buttons a.active-state,.floating-button.theme-gray.active-state,.speed-dial-buttons a.theme-gray.active-state{background:#79797f}
.theme-gray .floating-button i,.theme-gray .speed-dial-buttons a i,.floating-button.theme-gray i,.speed-dial-buttons a.theme-gray i{color:inherit}
.theme-gray .range-slider input[type=range]::-webkit-slider-thumb:before,.range-slider.theme-gray input[type=range]::-webkit-slider-thumb:before{background-color:#8e8e93}
.theme-gray .range-slider input[type=range]::-ms-fill-lower,.range-slider.theme-gray input[type=range]::-ms-fill-lower{background-color:#8e8e93}
.badge.theme-gray{background-color:#8e8e93;color:#fff}
.theme-white .button:not(.button-fill){border-color:#fff}
html:not(.watch-active-state) .theme-white .button:not(.button-fill):active,.theme-white .button:not(.button-fill).active-state{background-color:rgba(255,255,255,.15)}
.theme-white .button:not(.button-fill).active{background-color:#fff;color:#fff}
.theme-white .button.button-fill{background:#fff;color:#fff}
.progressbar.theme-white span,.theme-white .progressbar span{background-color:#fff}
.progressbar-infinite.theme-white:before,.theme-white .progressbar-infinite:before{background-color:#fff}
.theme-white i.icon,i.icon.theme-white{color:#fff}
i.icon-next.color-white,i.icon-next.theme-white,.theme-white i.icon-next{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2015%2015'%3E%3Cg%3E%3Cpath%20fill%3D'%23ffffff'%20d%3D'M1%2C1.6l11.8%2C5.8L1%2C13.4V1.6%20M0%2C0v15l15-7.6L0%2C0L0%2C0z'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")}
i.icon-prev.color-white,i.icon-prev.theme-white,.theme-white i.icon-prev{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2015%2015'%3E%3Cg%3E%3Cpath%20fill%3D'%23ffffff'%20d%3D'M14%2C1.6v11.8L2.2%2C7.6L14%2C1.6%20M15%2C0L0%2C7.6L15%2C15V0L15%2C0z'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")}
i.icon-back.color-white,i.icon-back.theme-white,.theme-white i.icon-back{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2012%2020'%3E%3Cpath%20d%3D'M10%2C0l2%2C2l-8%2C8l8%2C8l-2%2C2L0%2C10L10%2C0z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")}
i.icon-forward.color-white,i.icon-forward.theme-white,.theme-white i.icon-forward{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2012%2020'%3E%3Cpath%20d%3D'M2%2C20l-2-2l8-8L0%2C2l2-2l10%2C10L2%2C20z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")}
i.icon-bars.color-white,i.icon-bars.theme-white,.theme-white i.icon-bars{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2021%2014'%3E%3Cpath%20fill%3D'%23ffffff'%20d%3D'M0%2C0h2v2H0V0z%20M4%2C0h17v1H4V0z%20M0%2C6h2v2H0V6z%20M4%2C6h17v1H4V6z%20M0%2C12h2v2H0V12z%20M4%2C12h17v1H4V12z'%2F%3E%3C%2Fsvg%3E")}
@media (-webkit-min-device-pixel-ratio:2){i.icon-bars.color-white,i.icon-bars.theme-white,.theme-white i.icon-bars{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2042%2026'%3E%3Cpath%20fill%3D'%23ffffff'%20d%3D'M0%2C0h4v4H0V0z%20M8%2C1h34v2H8V1z%20M0%2C11h4v4H0V11z%20M8%2C12h34v2H8V12z%20M0%2C22h4v4H0V22z%20M8%2C23h34v2H8V23z'%2F%3E%3C%2Fsvg%3E")}}
.theme-white a,.theme-white .item-link.list-button,.theme-white .list-button{color:#fff}
.theme-white .tabbar a,.tabbar.theme-white a,.theme-white .tabbar a i,.tabbar.theme-white a i{color:inherit}
.theme-white .tabbar a.active,.tabbar.theme-white a.active,.theme-white .tabbar a.active i,.tabbar.theme-white a.active i{color:#fff}
.theme-white .messagebar .messagebar-send-link{background-color:#fff}
.theme-white label.label-checkbox input[type=checkbox]:checked+.item-media i.icon-form-checkbox,.theme-white label.label-checkbox input[type=radio]:checked+.item-media i.icon-form-checkbox,.theme-white .form-checkbox input[type=checkbox]:checked~i,label.label-checkbox.theme-white input[type=checkbox]:checked+.item-media i.icon-form-checkbox,label.label-checkbox.theme-white input[type=radio]:checked+.item-media i.icon-form-checkbox,.form-checkbox.theme-white input[type=checkbox]:checked~i{background-color:#fff}
.theme-white .form-radio input[type=radio]:checked~i,.theme-white label.label-radio input[type=checkbox]:checked~.item-inner,.theme-white label.label-radio input[type=radio]:checked~.item-inner,.form-radio.theme-white input[type=radio]:checked~i,label.label-radio.theme-white input[type=checkbox]:checked~.item-inner,label.label-radio.theme-white input[type=radio]:checked~.item-inner{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2013%2010'%3E%3Cpolygon%20fill%3D'%23ffffff'%20points%3D'11.6%2C0%204.4%2C7.2%201.4%2C4.2%200%2C5.6%204.4%2C10%204.4%2C10%204.4%2C10%2013%2C1.4%20'%2F%3E%3C%2Fsvg%3E")}
.theme-white .picker-calendar-day.picker-calendar-day-selected span{background-color:#fff!important}
.theme-white .data-table .data-table-header-selected,.data-table.theme-white .data-table-header-selected{background:rgba(255,255,255,.1)}
.theme-white .data-table .data-table-title-selected,.data-table.theme-white .data-table-title-selected{color:#fff}
.swiper-pagination.color-white .swiper-pagination-bullet-active,.theme-white .swiper-pagination .swiper-pagination-bullet-active{background-color:#fff}
.swiper-pagination.color-white .swiper-pagination-progressbar,.theme-white .swiper-pagination .swiper-pagination-progressbar{background-color:#fff}
.swiper-pagination.swiper-pagination-progress.bg-white{background-color:rgba(255,255,255,.25)}
.swiper-button-next.color-white,.swiper-container-rtl .swiper-button-prev.color-white,.theme-white .swiper-button-next,.theme-white .swiper-container-rtl .swiper-button-prev{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")}
.swiper-button-prev.color-white,.swiper-container-rtl .swiper-button-next.color-white,.theme-white .swiper-button-prev,.theme-white .swiper-container-rtl .swiper-button-next{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")}
.theme-white .floating-button,.theme-white .speed-dial-buttons a,.floating-button.theme-white,.speed-dial-buttons a.theme-white{color:#fff;background:#fff}
html:not(.watch-active-state) .theme-white .floating-button:active,html:not(.watch-active-state) .theme-white .speed-dial-buttons a:active,html:not(.watch-active-state) .floating-button.theme-white:active,html:not(.watch-active-state) .speed-dial-buttons a.theme-white:active,.theme-white .floating-button.active-state,.theme-white .speed-dial-buttons a.active-state,.floating-button.theme-white.active-state,.speed-dial-buttons a.theme-white.active-state{background:#ebebeb}
.theme-white .floating-button i,.theme-white .speed-dial-buttons a i,.floating-button.theme-white i,.speed-dial-buttons a.theme-white i{color:inherit}
.theme-white .range-slider input[type=range]::-webkit-slider-thumb:before,.range-slider.theme-white input[type=range]::-webkit-slider-thumb:before{background-color:#fff}
.theme-white .range-slider input[type=range]::-ms-fill-lower,.range-slider.theme-white input[type=range]::-ms-fill-lower{background-color:#fff}
.badge.theme-white{background-color:#fff;color:#fff}
.theme-black .button:not(.button-fill){border-color:#000}
html:not(.watch-active-state) .theme-black .button:not(.button-fill):active,.theme-black .button:not(.button-fill).active-state{background-color:rgba(0,0,0,.15)}
.theme-black .button:not(.button-fill).active{background-color:#000;color:#fff}
.theme-black .button.button-fill{background:#000;color:#fff}
.progressbar.theme-black span,.theme-black .progressbar span{background-color:#000}
.progressbar-infinite.theme-black:before,.theme-black .progressbar-infinite:before{background-color:#000}
.theme-black i.icon,i.icon.theme-black{color:#000}
i.icon-next.color-black,i.icon-next.theme-black,.theme-black i.icon-next{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2015%2015'%3E%3Cg%3E%3Cpath%20fill%3D'%23000000'%20d%3D'M1%2C1.6l11.8%2C5.8L1%2C13.4V1.6%20M0%2C0v15l15-7.6L0%2C0L0%2C0z'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")}
i.icon-prev.color-black,i.icon-prev.theme-black,.theme-black i.icon-prev{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2015%2015'%3E%3Cg%3E%3Cpath%20fill%3D'%23000000'%20d%3D'M14%2C1.6v11.8L2.2%2C7.6L14%2C1.6%20M15%2C0L0%2C7.6L15%2C15V0L15%2C0z'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")}
i.icon-back.color-black,i.icon-back.theme-black,.theme-black i.icon-back{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2012%2020'%3E%3Cpath%20d%3D'M10%2C0l2%2C2l-8%2C8l8%2C8l-2%2C2L0%2C10L10%2C0z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")}
i.icon-forward.color-black,i.icon-forward.theme-black,.theme-black i.icon-forward{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2012%2020'%3E%3Cpath%20d%3D'M2%2C20l-2-2l8-8L0%2C2l2-2l10%2C10L2%2C20z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")}
i.icon-bars.color-black,i.icon-bars.theme-black,.theme-black i.icon-bars{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2021%2014'%3E%3Cpath%20fill%3D'%23000000'%20d%3D'M0%2C0h2v2H0V0z%20M4%2C0h17v1H4V0z%20M0%2C6h2v2H0V6z%20M4%2C6h17v1H4V6z%20M0%2C12h2v2H0V12z%20M4%2C12h17v1H4V12z'%2F%3E%3C%2Fsvg%3E")}
@media (-webkit-min-device-pixel-ratio:2){i.icon-bars.color-black,i.icon-bars.theme-black,.theme-black i.icon-bars{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2042%2026'%3E%3Cpath%20fill%3D'%23000000'%20d%3D'M0%2C0h4v4H0V0z%20M8%2C1h34v2H8V1z%20M0%2C11h4v4H0V11z%20M8%2C12h34v2H8V12z%20M0%2C22h4v4H0V22z%20M8%2C23h34v2H8V23z'%2F%3E%3C%2Fsvg%3E")}}
.theme-black a,.theme-black .item-link.list-button,.theme-black .list-button{color:#000}
.theme-black .tabbar a,.tabbar.theme-black a,.theme-black .tabbar a i,.tabbar.theme-black a i{color:inherit}
.theme-black .tabbar a.active,.tabbar.theme-black a.active,.theme-black .tabbar a.active i,.tabbar.theme-black a.active i{color:#000}
.theme-black .messagebar .messagebar-send-link{background-color:#000}
.theme-black label.label-checkbox input[type=checkbox]:checked+.item-media i.icon-form-checkbox,.theme-black label.label-checkbox input[type=radio]:checked+.item-media i.icon-form-checkbox,.theme-black .form-checkbox input[type=checkbox]:checked~i,label.label-checkbox.theme-black input[type=checkbox]:checked+.item-media i.icon-form-checkbox,label.label-checkbox.theme-black input[type=radio]:checked+.item-media i.icon-form-checkbox,.form-checkbox.theme-black input[type=checkbox]:checked~i{background-color:#000}
.theme-black .form-radio input[type=radio]:checked~i,.theme-black label.label-radio input[type=checkbox]:checked~.item-inner,.theme-black label.label-radio input[type=radio]:checked~.item-inner,.form-radio.theme-black input[type=radio]:checked~i,label.label-radio.theme-black input[type=checkbox]:checked~.item-inner,label.label-radio.theme-black input[type=radio]:checked~.item-inner{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2013%2010'%3E%3Cpolygon%20fill%3D'%23000000'%20points%3D'11.6%2C0%204.4%2C7.2%201.4%2C4.2%200%2C5.6%204.4%2C10%204.4%2C10%204.4%2C10%2013%2C1.4%20'%2F%3E%3C%2Fsvg%3E")}
.theme-black .picker-calendar-day.picker-calendar-day-selected span{background-color:#000!important}
.theme-black .data-table .data-table-header-selected,.data-table.theme-black .data-table-header-selected{background:rgba(0,0,0,.1)}
.theme-black .data-table .data-table-title-selected,.data-table.theme-black .data-table-title-selected{color:#000}
.swiper-pagination.color-black .swiper-pagination-bullet-active,.theme-black .swiper-pagination .swiper-pagination-bullet-active{background-color:#000}
.swiper-pagination.color-black .swiper-pagination-progressbar,.theme-black .swiper-pagination .swiper-pagination-progressbar{background-color:#000}
.swiper-pagination.swiper-pagination-progress.bg-black{background-color:rgba(0,0,0,.25)}
.swiper-button-next.color-black,.swiper-container-rtl .swiper-button-prev.color-black,.theme-black .swiper-button-next,.theme-black .swiper-container-rtl .swiper-button-prev{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")}
.swiper-button-prev.color-black,.swiper-container-rtl .swiper-button-next.color-black,.theme-black .swiper-button-prev,.theme-black .swiper-container-rtl .swiper-button-next{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")}
.theme-black .floating-button,.theme-black .speed-dial-buttons a,.floating-button.theme-black,.speed-dial-buttons a.theme-black{color:#fff;background:#000}
html:not(.watch-active-state) .theme-black .floating-button:active,html:not(.watch-active-state) .theme-black .speed-dial-buttons a:active,html:not(.watch-active-state) .floating-button.theme-black:active,html:not(.watch-active-state) .speed-dial-buttons a.theme-black:active,.theme-black .floating-button.active-state,.theme-black .speed-dial-buttons a.active-state,.floating-button.theme-black.active-state,.speed-dial-buttons a.theme-black.active-state{background:#000}
.theme-black .floating-button i,.theme-black .speed-dial-buttons a i,.floating-button.theme-black i,.speed-dial-buttons a.theme-black i{color:inherit}
.theme-black .range-slider input[type=range]::-webkit-slider-thumb:before,.range-slider.theme-black input[type=range]::-webkit-slider-thumb:before{background-color:#000}
.theme-black .range-slider input[type=range]::-ms-fill-lower,.range-slider.theme-black input[type=range]::-ms-fill-lower{background-color:#000}
.badge.theme-black{background-color:#000;color:#fff}
.theme-lightblue .button:not(.button-fill){border-color:#5ac8fa}
html:not(.watch-active-state) .theme-lightblue .button:not(.button-fill):active,.theme-lightblue .button:not(.button-fill).active-state{background-color:rgba(90,200,250,.15)}
.theme-lightblue .button:not(.button-fill).active{background-color:#5ac8fa;color:#fff}
.theme-lightblue .button.button-fill{background:#5ac8fa;color:#fff}
.progressbar.theme-lightblue span,.theme-lightblue .progressbar span{background-color:#5ac8fa}
.progressbar-infinite.theme-lightblue:before,.theme-lightblue .progressbar-infinite:before{background-color:#5ac8fa}
.theme-lightblue i.icon,i.icon.theme-lightblue{color:#5ac8fa}
i.icon-next.color-lightblue,i.icon-next.theme-lightblue,.theme-lightblue i.icon-next{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2015%2015'%3E%3Cg%3E%3Cpath%20fill%3D'%235ac8fa'%20d%3D'M1%2C1.6l11.8%2C5.8L1%2C13.4V1.6%20M0%2C0v15l15-7.6L0%2C0L0%2C0z'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")}
i.icon-prev.color-lightblue,i.icon-prev.theme-lightblue,.theme-lightblue i.icon-prev{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2015%2015'%3E%3Cg%3E%3Cpath%20fill%3D'%235ac8fa'%20d%3D'M14%2C1.6v11.8L2.2%2C7.6L14%2C1.6%20M15%2C0L0%2C7.6L15%2C15V0L15%2C0z'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")}
i.icon-back.color-lightblue,i.icon-back.theme-lightblue,.theme-lightblue i.icon-back{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2012%2020'%3E%3Cpath%20d%3D'M10%2C0l2%2C2l-8%2C8l8%2C8l-2%2C2L0%2C10L10%2C0z'%20fill%3D'%235ac8fa'%2F%3E%3C%2Fsvg%3E")}
i.icon-forward.color-lightblue,i.icon-forward.theme-lightblue,.theme-lightblue i.icon-forward{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2012%2020'%3E%3Cpath%20d%3D'M2%2C20l-2-2l8-8L0%2C2l2-2l10%2C10L2%2C20z'%20fill%3D'%235ac8fa'%2F%3E%3C%2Fsvg%3E")}
i.icon-bars.color-lightblue,i.icon-bars.theme-lightblue,.theme-lightblue i.icon-bars{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2021%2014'%3E%3Cpath%20fill%3D'%235ac8fa'%20d%3D'M0%2C0h2v2H0V0z%20M4%2C0h17v1H4V0z%20M0%2C6h2v2H0V6z%20M4%2C6h17v1H4V6z%20M0%2C12h2v2H0V12z%20M4%2C12h17v1H4V12z'%2F%3E%3C%2Fsvg%3E")}
@media (-webkit-min-device-pixel-ratio:2){i.icon-bars.color-lightblue,i.icon-bars.theme-lightblue,.theme-lightblue i.icon-bars{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2042%2026'%3E%3Cpath%20fill%3D'%235ac8fa'%20d%3D'M0%2C0h4v4H0V0z%20M8%2C1h34v2H8V1z%20M0%2C11h4v4H0V11z%20M8%2C12h34v2H8V12z%20M0%2C22h4v4H0V22z%20M8%2C23h34v2H8V23z'%2F%3E%3C%2Fsvg%3E")}}
.theme-lightblue a,.theme-lightblue .item-link.list-button,.theme-lightblue .list-button{color:#5ac8fa}
.theme-lightblue .tabbar a,.tabbar.theme-lightblue a,.theme-lightblue .tabbar a i,.tabbar.theme-lightblue a i{color:inherit}
.theme-lightblue .tabbar a.active,.tabbar.theme-lightblue a.active,.theme-lightblue .tabbar a.active i,.tabbar.theme-lightblue a.active i{color:#5ac8fa}
.theme-lightblue .messagebar .messagebar-send-link{background-color:#5ac8fa}
.theme-lightblue label.label-checkbox input[type=checkbox]:checked+.item-media i.icon-form-checkbox,.theme-lightblue label.label-checkbox input[type=radio]:checked+.item-media i.icon-form-checkbox,.theme-lightblue .form-checkbox input[type=checkbox]:checked~i,label.label-checkbox.theme-lightblue input[type=checkbox]:checked+.item-media i.icon-form-checkbox,label.label-checkbox.theme-lightblue input[type=radio]:checked+.item-media i.icon-form-checkbox,.form-checkbox.theme-lightblue input[type=checkbox]:checked~i{background-color:#5ac8fa}
.theme-lightblue .form-radio input[type=radio]:checked~i,.theme-lightblue label.label-radio input[type=checkbox]:checked~.item-inner,.theme-lightblue label.label-radio input[type=radio]:checked~.item-inner,.form-radio.theme-lightblue input[type=radio]:checked~i,label.label-radio.theme-lightblue input[type=checkbox]:checked~.item-inner,label.label-radio.theme-lightblue input[type=radio]:checked~.item-inner{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2013%2010'%3E%3Cpolygon%20fill%3D'%235ac8fa'%20points%3D'11.6%2C0%204.4%2C7.2%201.4%2C4.2%200%2C5.6%204.4%2C10%204.4%2C10%204.4%2C10%2013%2C1.4%20'%2F%3E%3C%2Fsvg%3E")}
.theme-lightblue .picker-calendar-day.picker-calendar-day-selected span{background-color:#5ac8fa!important}
.theme-lightblue .data-table .data-table-header-selected,.data-table.theme-lightblue .data-table-header-selected{background:rgba(90,200,250,.1)}
.theme-lightblue .data-table .data-table-title-selected,.data-table.theme-lightblue .data-table-title-selected{color:#5ac8fa}
.swiper-pagination.color-lightblue .swiper-pagination-bullet-active,.theme-lightblue .swiper-pagination .swiper-pagination-bullet-active{background-color:#5ac8fa}
.swiper-pagination.color-lightblue .swiper-pagination-progressbar,.theme-lightblue .swiper-pagination .swiper-pagination-progressbar{background-color:#5ac8fa}
.swiper-pagination.swiper-pagination-progress.bg-lightblue{background-color:rgba(90,200,250,.25)}
.swiper-button-next.color-lightblue,.swiper-container-rtl .swiper-button-prev.color-lightblue,.theme-lightblue .swiper-button-next,.theme-lightblue .swiper-container-rtl .swiper-button-prev{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%235ac8fa'%2F%3E%3C%2Fsvg%3E")}
.swiper-button-prev.color-lightblue,.swiper-container-rtl .swiper-button-next.color-lightblue,.theme-lightblue .swiper-button-prev,.theme-lightblue .swiper-container-rtl .swiper-button-next{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%235ac8fa'%2F%3E%3C%2Fsvg%3E")}
.theme-lightblue .floating-button,.theme-lightblue .speed-dial-buttons a,.floating-button.theme-lightblue,.speed-dial-buttons a.theme-lightblue{color:#fff;background:#5ac8fa}
html:not(.watch-active-state) .theme-lightblue .floating-button:active,html:not(.watch-active-state) .theme-lightblue .speed-dial-buttons a:active,html:not(.watch-active-state) .floating-button.theme-lightblue:active,html:not(.watch-active-state) .speed-dial-buttons a.theme-lightblue:active,.theme-lightblue .floating-button.active-state,.theme-lightblue .speed-dial-buttons a.active-state,.floating-button.theme-lightblue.active-state,.speed-dial-buttons a.theme-lightblue.active-state{background:#32bbf9}
.theme-lightblue .floating-button i,.theme-lightblue .speed-dial-buttons a i,.floating-button.theme-lightblue i,.speed-dial-buttons a.theme-lightblue i{color:inherit}
.theme-lightblue .range-slider input[type=range]::-webkit-slider-thumb:before,.range-slider.theme-lightblue input[type=range]::-webkit-slider-thumb:before{background-color:#5ac8fa}
.theme-lightblue .range-slider input[type=range]::-ms-fill-lower,.range-slider.theme-lightblue input[type=range]::-ms-fill-lower{background-color:#5ac8fa}
.badge.theme-lightblue{background-color:#5ac8fa;color:#fff}
.theme-yellow .button:not(.button-fill){border-color:#fc0}
html:not(.watch-active-state) .theme-yellow .button:not(.button-fill):active,.theme-yellow .button:not(.button-fill).active-state{background-color:rgba(255,204,0,.15)}
.theme-yellow .button:not(.button-fill).active{background-color:#fc0;color:#fff}
.theme-yellow .button.button-fill{background:#fc0;color:#fff}
.progressbar.theme-yellow span,.theme-yellow .progressbar span{background-color:#fc0}
.progressbar-infinite.theme-yellow:before,.theme-yellow .progressbar-infinite:before{background-color:#fc0}
.theme-yellow i.icon,i.icon.theme-yellow{color:#fc0}
i.icon-next.color-yellow,i.icon-next.theme-yellow,.theme-yellow i.icon-next{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2015%2015'%3E%3Cg%3E%3Cpath%20fill%3D'%23ffcc00'%20d%3D'M1%2C1.6l11.8%2C5.8L1%2C13.4V1.6%20M0%2C0v15l15-7.6L0%2C0L0%2C0z'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")}
i.icon-prev.color-yellow,i.icon-prev.theme-yellow,.theme-yellow i.icon-prev{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2015%2015'%3E%3Cg%3E%3Cpath%20fill%3D'%23ffcc00'%20d%3D'M14%2C1.6v11.8L2.2%2C7.6L14%2C1.6%20M15%2C0L0%2C7.6L15%2C15V0L15%2C0z'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")}
i.icon-back.color-yellow,i.icon-back.theme-yellow,.theme-yellow i.icon-back{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2012%2020'%3E%3Cpath%20d%3D'M10%2C0l2%2C2l-8%2C8l8%2C8l-2%2C2L0%2C10L10%2C0z'%20fill%3D'%23ffcc00'%2F%3E%3C%2Fsvg%3E")}
i.icon-forward.color-yellow,i.icon-forward.theme-yellow,.theme-yellow i.icon-forward{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2012%2020'%3E%3Cpath%20d%3D'M2%2C20l-2-2l8-8L0%2C2l2-2l10%2C10L2%2C20z'%20fill%3D'%23ffcc00'%2F%3E%3C%2Fsvg%3E")}
i.icon-bars.color-yellow,i.icon-bars.theme-yellow,.theme-yellow i.icon-bars{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2021%2014'%3E%3Cpath%20fill%3D'%23ffcc00'%20d%3D'M0%2C0h2v2H0V0z%20M4%2C0h17v1H4V0z%20M0%2C6h2v2H0V6z%20M4%2C6h17v1H4V6z%20M0%2C12h2v2H0V12z%20M4%2C12h17v1H4V12z'%2F%3E%3C%2Fsvg%3E")}
@media (-webkit-min-device-pixel-ratio:2){i.icon-bars.color-yellow,i.icon-bars.theme-yellow,.theme-yellow i.icon-bars{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2042%2026'%3E%3Cpath%20fill%3D'%23ffcc00'%20d%3D'M0%2C0h4v4H0V0z%20M8%2C1h34v2H8V1z%20M0%2C11h4v4H0V11z%20M8%2C12h34v2H8V12z%20M0%2C22h4v4H0V22z%20M8%2C23h34v2H8V23z'%2F%3E%3C%2Fsvg%3E")}}
.theme-yellow a,.theme-yellow .item-link.list-button,.theme-yellow .list-button{color:#fc0}
.theme-yellow .tabbar a,.tabbar.theme-yellow a,.theme-yellow .tabbar a i,.tabbar.theme-yellow a i{color:inherit}
.theme-yellow .tabbar a.active,.tabbar.theme-yellow a.active,.theme-yellow .tabbar a.active i,.tabbar.theme-yellow a.active i{color:#fc0}
.theme-yellow .messagebar .messagebar-send-link{background-color:#fc0}
.theme-yellow label.label-checkbox input[type=checkbox]:checked+.item-media i.icon-form-checkbox,.theme-yellow label.label-checkbox input[type=radio]:checked+.item-media i.icon-form-checkbox,.theme-yellow .form-checkbox input[type=checkbox]:checked~i,label.label-checkbox.theme-yellow input[type=checkbox]:checked+.item-media i.icon-form-checkbox,label.label-checkbox.theme-yellow input[type=radio]:checked+.item-media i.icon-form-checkbox,.form-checkbox.theme-yellow input[type=checkbox]:checked~i{background-color:#fc0}
.theme-yellow .form-radio input[type=radio]:checked~i,.theme-yellow label.label-radio input[type=checkbox]:checked~.item-inner,.theme-yellow label.label-radio input[type=radio]:checked~.item-inner,.form-radio.theme-yellow input[type=radio]:checked~i,label.label-radio.theme-yellow input[type=checkbox]:checked~.item-inner,label.label-radio.theme-yellow input[type=radio]:checked~.item-inner{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2013%2010'%3E%3Cpolygon%20fill%3D'%23ffcc00'%20points%3D'11.6%2C0%204.4%2C7.2%201.4%2C4.2%200%2C5.6%204.4%2C10%204.4%2C10%204.4%2C10%2013%2C1.4%20'%2F%3E%3C%2Fsvg%3E")}
.theme-yellow .picker-calendar-day.picker-calendar-day-selected span{background-color:#fc0!important}
.theme-yellow .data-table .data-table-header-selected,.data-table.theme-yellow .data-table-header-selected{background:rgba(255,204,0,.1)}
.theme-yellow .data-table .data-table-title-selected,.data-table.theme-yellow .data-table-title-selected{color:#fc0}
.swiper-pagination.color-yellow .swiper-pagination-bullet-active,.theme-yellow .swiper-pagination .swiper-pagination-bullet-active{background-color:#fc0}
.swiper-pagination.color-yellow .swiper-pagination-progressbar,.theme-yellow .swiper-pagination .swiper-pagination-progressbar{background-color:#fc0}
.swiper-pagination.swiper-pagination-progress.bg-yellow{background-color:rgba(255,204,0,.25)}
.swiper-button-next.color-yellow,.swiper-container-rtl .swiper-button-prev.color-yellow,.theme-yellow .swiper-button-next,.theme-yellow .swiper-container-rtl .swiper-button-prev{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffcc00'%2F%3E%3C%2Fsvg%3E")}
.swiper-button-prev.color-yellow,.swiper-container-rtl .swiper-button-next.color-yellow,.theme-yellow .swiper-button-prev,.theme-yellow .swiper-container-rtl .swiper-button-next{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffcc00'%2F%3E%3C%2Fsvg%3E")}
.theme-yellow .floating-button,.theme-yellow .speed-dial-buttons a,.floating-button.theme-yellow,.speed-dial-buttons a.theme-yellow{color:#fff;background:#fc0}
html:not(.watch-active-state) .theme-yellow .floating-button:active,html:not(.watch-active-state) .theme-yellow .speed-dial-buttons a:active,html:not(.watch-active-state) .floating-button.theme-yellow:active,html:not(.watch-active-state) .speed-dial-buttons a.theme-yellow:active,.theme-yellow .floating-button.active-state,.theme-yellow .speed-dial-buttons a.active-state,.floating-button.theme-yellow.active-state,.speed-dial-buttons a.theme-yellow.active-state{background:#d6ab00}
.theme-yellow .floating-button i,.theme-yellow .speed-dial-buttons a i,.floating-button.theme-yellow i,.speed-dial-buttons a.theme-yellow i{color:inherit}
.theme-yellow .range-slider input[type=range]::-webkit-slider-thumb:before,.range-slider.theme-yellow input[type=range]::-webkit-slider-thumb:before{background-color:#fc0}
.theme-yellow .range-slider input[type=range]::-ms-fill-lower,.range-slider.theme-yellow input[type=range]::-ms-fill-lower{background-color:#fc0}
.badge.theme-yellow{background-color:#fc0;color:#fff}
.theme-orange .button:not(.button-fill){border-color:#ff9500}
html:not(.watch-active-state) .theme-orange .button:not(.button-fill):active,.theme-orange .button:not(.button-fill).active-state{background-color:rgba(255,149,0,.15)}
.theme-orange .button:not(.button-fill).active{background-color:#ff9500;color:#fff}
.theme-orange .button.button-fill{background:#ff9500;color:#fff}
.progressbar.theme-orange span,.theme-orange .progressbar span{background-color:#ff9500}
.progressbar-infinite.theme-orange:before,.theme-orange .progressbar-infinite:before{background-color:#ff9500}
.theme-orange i.icon,i.icon.theme-orange{color:#ff9500}
i.icon-next.color-orange,i.icon-next.theme-orange,.theme-orange i.icon-next{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2015%2015'%3E%3Cg%3E%3Cpath%20fill%3D'%23ff9500'%20d%3D'M1%2C1.6l11.8%2C5.8L1%2C13.4V1.6%20M0%2C0v15l15-7.6L0%2C0L0%2C0z'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")}
i.icon-prev.color-orange,i.icon-prev.theme-orange,.theme-orange i.icon-prev{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2015%2015'%3E%3Cg%3E%3Cpath%20fill%3D'%23ff9500'%20d%3D'M14%2C1.6v11.8L2.2%2C7.6L14%2C1.6%20M15%2C0L0%2C7.6L15%2C15V0L15%2C0z'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")}
i.icon-back.color-orange,i.icon-back.theme-orange,.theme-orange i.icon-back{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2012%2020'%3E%3Cpath%20d%3D'M10%2C0l2%2C2l-8%2C8l8%2C8l-2%2C2L0%2C10L10%2C0z'%20fill%3D'%23ff9500'%2F%3E%3C%2Fsvg%3E")}
i.icon-forward.color-orange,i.icon-forward.theme-orange,.theme-orange i.icon-forward{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2012%2020'%3E%3Cpath%20d%3D'M2%2C20l-2-2l8-8L0%2C2l2-2l10%2C10L2%2C20z'%20fill%3D'%23ff9500'%2F%3E%3C%2Fsvg%3E")}
i.icon-bars.color-orange,i.icon-bars.theme-orange,.theme-orange i.icon-bars{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2021%2014'%3E%3Cpath%20fill%3D'%23ff9500'%20d%3D'M0%2C0h2v2H0V0z%20M4%2C0h17v1H4V0z%20M0%2C6h2v2H0V6z%20M4%2C6h17v1H4V6z%20M0%2C12h2v2H0V12z%20M4%2C12h17v1H4V12z'%2F%3E%3C%2Fsvg%3E")}
@media (-webkit-min-device-pixel-ratio:2){i.icon-bars.color-orange,i.icon-bars.theme-orange,.theme-orange i.icon-bars{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2042%2026'%3E%3Cpath%20fill%3D'%23ff9500'%20d%3D'M0%2C0h4v4H0V0z%20M8%2C1h34v2H8V1z%20M0%2C11h4v4H0V11z%20M8%2C12h34v2H8V12z%20M0%2C22h4v4H0V22z%20M8%2C23h34v2H8V23z'%2F%3E%3C%2Fsvg%3E")}}
.theme-orange a,.theme-orange .item-link.list-button,.theme-orange .list-button{color:#ff9500}
.theme-orange .tabbar a,.tabbar.theme-orange a,.theme-orange .tabbar a i,.tabbar.theme-orange a i{color:inherit}
.theme-orange .tabbar a.active,.tabbar.theme-orange a.active,.theme-orange .tabbar a.active i,.tabbar.theme-orange a.active i{color:#ff9500}
.theme-orange .messagebar .messagebar-send-link{background-color:#ff9500}
.theme-orange label.label-checkbox input[type=checkbox]:checked+.item-media i.icon-form-checkbox,.theme-orange label.label-checkbox input[type=radio]:checked+.item-media i.icon-form-checkbox,.theme-orange .form-checkbox input[type=checkbox]:checked~i,label.label-checkbox.theme-orange input[type=checkbox]:checked+.item-media i.icon-form-checkbox,label.label-checkbox.theme-orange input[type=radio]:checked+.item-media i.icon-form-checkbox,.form-checkbox.theme-orange input[type=checkbox]:checked~i{background-color:#ff9500}
.theme-orange .form-radio input[type=radio]:checked~i,.theme-orange label.label-radio input[type=checkbox]:checked~.item-inner,.theme-orange label.label-radio input[type=radio]:checked~.item-inner,.form-radio.theme-orange input[type=radio]:checked~i,label.label-radio.theme-orange input[type=checkbox]:checked~.item-inner,label.label-radio.theme-orange input[type=radio]:checked~.item-inner{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2013%2010'%3E%3Cpolygon%20fill%3D'%23ff9500'%20points%3D'11.6%2C0%204.4%2C7.2%201.4%2C4.2%200%2C5.6%204.4%2C10%204.4%2C10%204.4%2C10%2013%2C1.4%20'%2F%3E%3C%2Fsvg%3E")}
.theme-orange .picker-calendar-day.picker-calendar-day-selected span{background-color:#ff9500!important}
.theme-orange .data-table .data-table-header-selected,.data-table.theme-orange .data-table-header-selected{background:rgba(255,149,0,.1)}
.theme-orange .data-table .data-table-title-selected,.data-table.theme-orange .data-table-title-selected{color:#ff9500}
.swiper-pagination.color-orange .swiper-pagination-bullet-active,.theme-orange .swiper-pagination .swiper-pagination-bullet-active{background-color:#ff9500}
.swiper-pagination.color-orange .swiper-pagination-progressbar,.theme-orange .swiper-pagination .swiper-pagination-progressbar{background-color:#ff9500}
.swiper-pagination.swiper-pagination-progress.bg-orange{background-color:rgba(255,149,0,.25)}
.swiper-button-next.color-orange,.swiper-container-rtl .swiper-button-prev.color-orange,.theme-orange .swiper-button-next,.theme-orange .swiper-container-rtl .swiper-button-prev{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ff9500'%2F%3E%3C%2Fsvg%3E")}
.swiper-button-prev.color-orange,.swiper-container-rtl .swiper-button-next.color-orange,.theme-orange .swiper-button-prev,.theme-orange .swiper-container-rtl .swiper-button-next{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ff9500'%2F%3E%3C%2Fsvg%3E")}
.theme-orange .floating-button,.theme-orange .speed-dial-buttons a,.floating-button.theme-orange,.speed-dial-buttons a.theme-orange{color:#fff;background:#ff9500}
html:not(.watch-active-state) .theme-orange .floating-button:active,html:not(.watch-active-state) .theme-orange .speed-dial-buttons a:active,html:not(.watch-active-state) .floating-button.theme-orange:active,html:not(.watch-active-state) .speed-dial-buttons a.theme-orange:active,.theme-orange .floating-button.active-state,.theme-orange .speed-dial-buttons a.active-state,.floating-button.theme-orange.active-state,.speed-dial-buttons a.theme-orange.active-state{background:#d67d00}
.theme-orange .floating-button i,.theme-orange .speed-dial-buttons a i,.floating-button.theme-orange i,.speed-dial-buttons a.theme-orange i{color:inherit}
.theme-orange .range-slider input[type=range]::-webkit-slider-thumb:before,.range-slider.theme-orange input[type=range]::-webkit-slider-thumb:before{background-color:#ff9500}
.theme-orange .range-slider input[type=range]::-ms-fill-lower,.range-slider.theme-orange input[type=range]::-ms-fill-lower{background-color:#ff9500}
.badge.theme-orange{background-color:#ff9500;color:#fff}
.theme-pink .button:not(.button-fill){border-color:#ff2d55}
html:not(.watch-active-state) .theme-pink .button:not(.button-fill):active,.theme-pink .button:not(.button-fill).active-state{background-color:rgba(255,45,85,.15)}
.theme-pink .button:not(.button-fill).active{background-color:#ff2d55;color:#fff}
.theme-pink .button.button-fill{background:#ff2d55;color:#fff}
.progressbar.theme-pink span,.theme-pink .progressbar span{background-color:#ff2d55}
.progressbar-infinite.theme-pink:before,.theme-pink .progressbar-infinite:before{background-color:#ff2d55}
.theme-pink i.icon,i.icon.theme-pink{color:#ff2d55}
i.icon-next.color-pink,i.icon-next.theme-pink,.theme-pink i.icon-next{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2015%2015'%3E%3Cg%3E%3Cpath%20fill%3D'%23ff2d55'%20d%3D'M1%2C1.6l11.8%2C5.8L1%2C13.4V1.6%20M0%2C0v15l15-7.6L0%2C0L0%2C0z'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")}
i.icon-prev.color-pink,i.icon-prev.theme-pink,.theme-pink i.icon-prev{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2015%2015'%3E%3Cg%3E%3Cpath%20fill%3D'%23ff2d55'%20d%3D'M14%2C1.6v11.8L2.2%2C7.6L14%2C1.6%20M15%2C0L0%2C7.6L15%2C15V0L15%2C0z'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")}
i.icon-back.color-pink,i.icon-back.theme-pink,.theme-pink i.icon-back{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2012%2020'%3E%3Cpath%20d%3D'M10%2C0l2%2C2l-8%2C8l8%2C8l-2%2C2L0%2C10L10%2C0z'%20fill%3D'%23ff2d55'%2F%3E%3C%2Fsvg%3E")}
i.icon-forward.color-pink,i.icon-forward.theme-pink,.theme-pink i.icon-forward{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2012%2020'%3E%3Cpath%20d%3D'M2%2C20l-2-2l8-8L0%2C2l2-2l10%2C10L2%2C20z'%20fill%3D'%23ff2d55'%2F%3E%3C%2Fsvg%3E")}
i.icon-bars.color-pink,i.icon-bars.theme-pink,.theme-pink i.icon-bars{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2021%2014'%3E%3Cpath%20fill%3D'%23ff2d55'%20d%3D'M0%2C0h2v2H0V0z%20M4%2C0h17v1H4V0z%20M0%2C6h2v2H0V6z%20M4%2C6h17v1H4V6z%20M0%2C12h2v2H0V12z%20M4%2C12h17v1H4V12z'%2F%3E%3C%2Fsvg%3E")}
@media (-webkit-min-device-pixel-ratio:2){i.icon-bars.color-pink,i.icon-bars.theme-pink,.theme-pink i.icon-bars{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2042%2026'%3E%3Cpath%20fill%3D'%23ff2d55'%20d%3D'M0%2C0h4v4H0V0z%20M8%2C1h34v2H8V1z%20M0%2C11h4v4H0V11z%20M8%2C12h34v2H8V12z%20M0%2C22h4v4H0V22z%20M8%2C23h34v2H8V23z'%2F%3E%3C%2Fsvg%3E")}}
.theme-pink a,.theme-pink .item-link.list-button,.theme-pink .list-button{color:#ff2d55}
.theme-pink .tabbar a,.tabbar.theme-pink a,.theme-pink .tabbar a i,.tabbar.theme-pink a i{color:inherit}
.theme-pink .tabbar a.active,.tabbar.theme-pink a.active,.theme-pink .tabbar a.active i,.tabbar.theme-pink a.active i{color:#ff2d55}
.theme-pink .messagebar .messagebar-send-link{background-color:#ff2d55}
.theme-pink label.label-checkbox input[type=checkbox]:checked+.item-media i.icon-form-checkbox,.theme-pink label.label-checkbox input[type=radio]:checked+.item-media i.icon-form-checkbox,.theme-pink .form-checkbox input[type=checkbox]:checked~i,label.label-checkbox.theme-pink input[type=checkbox]:checked+.item-media i.icon-form-checkbox,label.label-checkbox.theme-pink input[type=radio]:checked+.item-media i.icon-form-checkbox,.form-checkbox.theme-pink input[type=checkbox]:checked~i{background-color:#ff2d55}
.theme-pink .form-radio input[type=radio]:checked~i,.theme-pink label.label-radio input[type=checkbox]:checked~.item-inner,.theme-pink label.label-radio input[type=radio]:checked~.item-inner,.form-radio.theme-pink input[type=radio]:checked~i,label.label-radio.theme-pink input[type=checkbox]:checked~.item-inner,label.label-radio.theme-pink input[type=radio]:checked~.item-inner{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2013%2010'%3E%3Cpolygon%20fill%3D'%23ff2d55'%20points%3D'11.6%2C0%204.4%2C7.2%201.4%2C4.2%200%2C5.6%204.4%2C10%204.4%2C10%204.4%2C10%2013%2C1.4%20'%2F%3E%3C%2Fsvg%3E")}
.theme-pink .picker-calendar-day.picker-calendar-day-selected span{background-color:#ff2d55!important}
.theme-pink .data-table .data-table-header-selected,.data-table.theme-pink .data-table-header-selected{background:rgba(255,45,85,.1)}
.theme-pink .data-table .data-table-title-selected,.data-table.theme-pink .data-table-title-selected{color:#ff2d55}
.swiper-pagination.color-pink .swiper-pagination-bullet-active,.theme-pink .swiper-pagination .swiper-pagination-bullet-active{background-color:#ff2d55}
.swiper-pagination.color-pink .swiper-pagination-progressbar,.theme-pink .swiper-pagination .swiper-pagination-progressbar{background-color:#ff2d55}
.swiper-pagination.swiper-pagination-progress.bg-pink{background-color:rgba(255,45,85,.25)}
.swiper-button-next.color-pink,.swiper-container-rtl .swiper-button-prev.color-pink,.theme-pink .swiper-button-next,.theme-pink .swiper-container-rtl .swiper-button-prev{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ff2d55'%2F%3E%3C%2Fsvg%3E")}
.swiper-button-prev.color-pink,.swiper-container-rtl .swiper-button-next.color-pink,.theme-pink .swiper-button-prev,.theme-pink .swiper-container-rtl .swiper-button-next{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ff2d55'%2F%3E%3C%2Fsvg%3E")}
.theme-pink .floating-button,.theme-pink .speed-dial-buttons a,.floating-button.theme-pink,.speed-dial-buttons a.theme-pink{color:#fff;background:#ff2d55}
html:not(.watch-active-state) .theme-pink .floating-button:active,html:not(.watch-active-state) .theme-pink .speed-dial-buttons a:active,html:not(.watch-active-state) .floating-button.theme-pink:active,html:not(.watch-active-state) .speed-dial-buttons a.theme-pink:active,.theme-pink .floating-button.active-state,.theme-pink .speed-dial-buttons a.active-state,.floating-button.theme-pink.active-state,.speed-dial-buttons a.theme-pink.active-state{background:#ff0434}
.theme-pink .floating-button i,.theme-pink .speed-dial-buttons a i,.floating-button.theme-pink i,.speed-dial-buttons a.theme-pink i{color:inherit}
.theme-pink .range-slider input[type=range]::-webkit-slider-thumb:before,.range-slider.theme-pink input[type=range]::-webkit-slider-thumb:before{background-color:#ff2d55}
.theme-pink .range-slider input[type=range]::-ms-fill-lower,.range-slider.theme-pink input[type=range]::-ms-fill-lower{background-color:#ff2d55}
.badge.theme-pink{background-color:#ff2d55;color:#fff}
.theme-blue .button:not(.button-fill){border-color:#007aff}
html:not(.watch-active-state) .theme-blue .button:not(.button-fill):active,.theme-blue .button:not(.button-fill).active-state{background-color:rgba(0,122,255,.15)}
.theme-blue .button:not(.button-fill).active{background-color:#007aff;color:#fff}
.theme-blue .button.button-fill{background:#007aff;color:#fff}
.progressbar.theme-blue span,.theme-blue .progressbar span{background-color:#007aff}
.progressbar-infinite.theme-blue:before,.theme-blue .progressbar-infinite:before{background-color:#007aff}
.theme-blue i.icon,i.icon.theme-blue{color:#007aff}
i.icon-next.color-blue,i.icon-next.theme-blue,.theme-blue i.icon-next{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2015%2015'%3E%3Cg%3E%3Cpath%20fill%3D'%23007aff'%20d%3D'M1%2C1.6l11.8%2C5.8L1%2C13.4V1.6%20M0%2C0v15l15-7.6L0%2C0L0%2C0z'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")}
i.icon-prev.color-blue,i.icon-prev.theme-blue,.theme-blue i.icon-prev{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2015%2015'%3E%3Cg%3E%3Cpath%20fill%3D'%23007aff'%20d%3D'M14%2C1.6v11.8L2.2%2C7.6L14%2C1.6%20M15%2C0L0%2C7.6L15%2C15V0L15%2C0z'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")}
i.icon-back.color-blue,i.icon-back.theme-blue,.theme-blue i.icon-back{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2012%2020'%3E%3Cpath%20d%3D'M10%2C0l2%2C2l-8%2C8l8%2C8l-2%2C2L0%2C10L10%2C0z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E")}
i.icon-forward.color-blue,i.icon-forward.theme-blue,.theme-blue i.icon-forward{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2012%2020'%3E%3Cpath%20d%3D'M2%2C20l-2-2l8-8L0%2C2l2-2l10%2C10L2%2C20z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E")}
i.icon-bars.color-blue,i.icon-bars.theme-blue,.theme-blue i.icon-bars{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2021%2014'%3E%3Cpath%20fill%3D'%23007aff'%20d%3D'M0%2C0h2v2H0V0z%20M4%2C0h17v1H4V0z%20M0%2C6h2v2H0V6z%20M4%2C6h17v1H4V6z%20M0%2C12h2v2H0V12z%20M4%2C12h17v1H4V12z'%2F%3E%3C%2Fsvg%3E")}
@media (-webkit-min-device-pixel-ratio:2){i.icon-bars.color-blue,i.icon-bars.theme-blue,.theme-blue i.icon-bars{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2042%2026'%3E%3Cpath%20fill%3D'%23007aff'%20d%3D'M0%2C0h4v4H0V0z%20M8%2C1h34v2H8V1z%20M0%2C11h4v4H0V11z%20M8%2C12h34v2H8V12z%20M0%2C22h4v4H0V22z%20M8%2C23h34v2H8V23z'%2F%3E%3C%2Fsvg%3E")}}
.theme-blue a,.theme-blue .item-link.list-button,.theme-blue .list-button{color:#007aff}
.theme-blue .tabbar a,.tabbar.theme-blue a,.theme-blue .tabbar a i,.tabbar.theme-blue a i{color:inherit}
.theme-blue .tabbar a.active,.tabbar.theme-blue a.active,.theme-blue .tabbar a.active i,.tabbar.theme-blue a.active i{color:#007aff}
.theme-blue .messagebar .messagebar-send-link{background-color:#007aff}
.theme-blue label.label-checkbox input[type=checkbox]:checked+.item-media i.icon-form-checkbox,.theme-blue label.label-checkbox input[type=radio]:checked+.item-media i.icon-form-checkbox,.theme-blue .form-checkbox input[type=checkbox]:checked~i,label.label-checkbox.theme-blue input[type=checkbox]:checked+.item-media i.icon-form-checkbox,label.label-checkbox.theme-blue input[type=radio]:checked+.item-media i.icon-form-checkbox,.form-checkbox.theme-blue input[type=checkbox]:checked~i{background-color:#007aff}
.theme-blue .form-radio input[type=radio]:checked~i,.theme-blue label.label-radio input[type=checkbox]:checked~.item-inner,.theme-blue label.label-radio input[type=radio]:checked~.item-inner,.form-radio.theme-blue input[type=radio]:checked~i,label.label-radio.theme-blue input[type=checkbox]:checked~.item-inner,label.label-radio.theme-blue input[type=radio]:checked~.item-inner{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2013%2010'%3E%3Cpolygon%20fill%3D'%23007aff'%20points%3D'11.6%2C0%204.4%2C7.2%201.4%2C4.2%200%2C5.6%204.4%2C10%204.4%2C10%204.4%2C10%2013%2C1.4%20'%2F%3E%3C%2Fsvg%3E")}
.theme-blue .picker-calendar-day.picker-calendar-day-selected span{background-color:#007aff!important}
.theme-blue .data-table .data-table-header-selected,.data-table.theme-blue .data-table-header-selected{background:rgba(0,122,255,.1)}
.theme-blue .data-table .data-table-title-selected,.data-table.theme-blue .data-table-title-selected{color:#007aff}
.swiper-pagination.color-blue .swiper-pagination-bullet-active,.theme-blue .swiper-pagination .swiper-pagination-bullet-active{background-color:#007aff}
.swiper-pagination.color-blue .swiper-pagination-progressbar,.theme-blue .swiper-pagination .swiper-pagination-progressbar{background-color:#007aff}
.swiper-pagination.swiper-pagination-progress.bg-blue{background-color:rgba(0,122,255,.25)}
.swiper-button-next.color-blue,.swiper-container-rtl .swiper-button-prev.color-blue,.theme-blue .swiper-button-next,.theme-blue .swiper-container-rtl .swiper-button-prev{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E")}
.swiper-button-prev.color-blue,.swiper-container-rtl .swiper-button-next.color-blue,.theme-blue .swiper-button-prev,.theme-blue .swiper-container-rtl .swiper-button-next{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E")}
.theme-blue .floating-button,.theme-blue .speed-dial-buttons a,.floating-button.theme-blue,.speed-dial-buttons a.theme-blue{color:#fff;background:#007aff}
html:not(.watch-active-state) .theme-blue .floating-button:active,html:not(.watch-active-state) .theme-blue .speed-dial-buttons a:active,html:not(.watch-active-state) .floating-button.theme-blue:active,html:not(.watch-active-state) .speed-dial-buttons a.theme-blue:active,.theme-blue .floating-button.active-state,.theme-blue .speed-dial-buttons a.active-state,.floating-button.theme-blue.active-state,.speed-dial-buttons a.theme-blue.active-state{background:#0066d6}
.theme-blue .floating-button i,.theme-blue .speed-dial-buttons a i,.floating-button.theme-blue i,.speed-dial-buttons a.theme-blue i{color:inherit}
.theme-blue .range-slider input[type=range]::-webkit-slider-thumb:before,.range-slider.theme-blue input[type=range]::-webkit-slider-thumb:before{background-color:#007aff}
.theme-blue .range-slider input[type=range]::-ms-fill-lower,.range-slider.theme-blue input[type=range]::-ms-fill-lower{background-color:#007aff}
.badge.theme-blue{background-color:#007aff;color:#fff}
.theme-green .button:not(.button-fill){border-color:#4cd964}
html:not(.watch-active-state) .theme-green .button:not(.button-fill):active,.theme-green .button:not(.button-fill).active-state{background-color:rgba(76,217,100,.15)}
.theme-green .button:not(.button-fill).active{background-color:#4cd964;color:#fff}
.theme-green .button.button-fill{background:#4cd964;color:#fff}
.progressbar.theme-green span,.theme-green .progressbar span{background-color:#4cd964}
.progressbar-infinite.theme-green:before,.theme-green .progressbar-infinite:before{background-color:#4cd964}
.theme-green i.icon,i.icon.theme-green{color:#4cd964}
i.icon-next.color-green,i.icon-next.theme-green,.theme-green i.icon-next{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2015%2015'%3E%3Cg%3E%3Cpath%20fill%3D'%234cd964'%20d%3D'M1%2C1.6l11.8%2C5.8L1%2C13.4V1.6%20M0%2C0v15l15-7.6L0%2C0L0%2C0z'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")}
i.icon-prev.color-green,i.icon-prev.theme-green,.theme-green i.icon-prev{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2015%2015'%3E%3Cg%3E%3Cpath%20fill%3D'%234cd964'%20d%3D'M14%2C1.6v11.8L2.2%2C7.6L14%2C1.6%20M15%2C0L0%2C7.6L15%2C15V0L15%2C0z'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")}
i.icon-back.color-green,i.icon-back.theme-green,.theme-green i.icon-back{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2012%2020'%3E%3Cpath%20d%3D'M10%2C0l2%2C2l-8%2C8l8%2C8l-2%2C2L0%2C10L10%2C0z'%20fill%3D'%234cd964'%2F%3E%3C%2Fsvg%3E")}
i.icon-forward.color-green,i.icon-forward.theme-green,.theme-green i.icon-forward{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2012%2020'%3E%3Cpath%20d%3D'M2%2C20l-2-2l8-8L0%2C2l2-2l10%2C10L2%2C20z'%20fill%3D'%234cd964'%2F%3E%3C%2Fsvg%3E")}
i.icon-bars.color-green,i.icon-bars.theme-green,.theme-green i.icon-bars{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2021%2014'%3E%3Cpath%20fill%3D'%234cd964'%20d%3D'M0%2C0h2v2H0V0z%20M4%2C0h17v1H4V0z%20M0%2C6h2v2H0V6z%20M4%2C6h17v1H4V6z%20M0%2C12h2v2H0V12z%20M4%2C12h17v1H4V12z'%2F%3E%3C%2Fsvg%3E")}
@media (-webkit-min-device-pixel-ratio:2){i.icon-bars.color-green,i.icon-bars.theme-green,.theme-green i.icon-bars{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2042%2026'%3E%3Cpath%20fill%3D'%234cd964'%20d%3D'M0%2C0h4v4H0V0z%20M8%2C1h34v2H8V1z%20M0%2C11h4v4H0V11z%20M8%2C12h34v2H8V12z%20M0%2C22h4v4H0V22z%20M8%2C23h34v2H8V23z'%2F%3E%3C%2Fsvg%3E")}}
.theme-green a,.theme-green .item-link.list-button,.theme-green .list-button{color:#4cd964}
.theme-green .tabbar a,.tabbar.theme-green a,.theme-green .tabbar a i,.tabbar.theme-green a i{color:inherit}
.theme-green .tabbar a.active,.tabbar.theme-green a.active,.theme-green .tabbar a.active i,.tabbar.theme-green a.active i{color:#4cd964}
.theme-green .messagebar .messagebar-send-link{background-color:#4cd964}
.theme-green label.label-checkbox input[type=checkbox]:checked+.item-media i.icon-form-checkbox,.theme-green label.label-checkbox input[type=radio]:checked+.item-media i.icon-form-checkbox,.theme-green .form-checkbox input[type=checkbox]:checked~i,label.label-checkbox.theme-green input[type=checkbox]:checked+.item-media i.icon-form-checkbox,label.label-checkbox.theme-green input[type=radio]:checked+.item-media i.icon-form-checkbox,.form-checkbox.theme-green input[type=checkbox]:checked~i{background-color:#4cd964}
.theme-green .form-radio input[type=radio]:checked~i,.theme-green label.label-radio input[type=checkbox]:checked~.item-inner,.theme-green label.label-radio input[type=radio]:checked~.item-inner,.form-radio.theme-green input[type=radio]:checked~i,label.label-radio.theme-green input[type=checkbox]:checked~.item-inner,label.label-radio.theme-green input[type=radio]:checked~.item-inner{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2013%2010'%3E%3Cpolygon%20fill%3D'%234cd964'%20points%3D'11.6%2C0%204.4%2C7.2%201.4%2C4.2%200%2C5.6%204.4%2C10%204.4%2C10%204.4%2C10%2013%2C1.4%20'%2F%3E%3C%2Fsvg%3E")}
.theme-green .picker-calendar-day.picker-calendar-day-selected span{background-color:#4cd964!important}
.theme-green .data-table .data-table-header-selected,.data-table.theme-green .data-table-header-selected{background:rgba(76,217,100,.1)}
.theme-green .data-table .data-table-title-selected,.data-table.theme-green .data-table-title-selected{color:#4cd964}
.swiper-pagination.color-green .swiper-pagination-bullet-active,.theme-green .swiper-pagination .swiper-pagination-bullet-active{background-color:#4cd964}
.swiper-pagination.color-green .swiper-pagination-progressbar,.theme-green .swiper-pagination .swiper-pagination-progressbar{background-color:#4cd964}
.swiper-pagination.swiper-pagination-progress.bg-green{background-color:rgba(76,217,100,.25)}
.swiper-button-next.color-green,.swiper-container-rtl .swiper-button-prev.color-green,.theme-green .swiper-button-next,.theme-green .swiper-container-rtl .swiper-button-prev{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%234cd964'%2F%3E%3C%2Fsvg%3E")}
.swiper-button-prev.color-green,.swiper-container-rtl .swiper-button-next.color-green,.theme-green .swiper-button-prev,.theme-green .swiper-container-rtl .swiper-button-next{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%234cd964'%2F%3E%3C%2Fsvg%3E")}
.theme-green .floating-button,.theme-green .speed-dial-buttons a,.floating-button.theme-green,.speed-dial-buttons a.theme-green{color:#fff;background:#4cd964}
html:not(.watch-active-state) .theme-green .floating-button:active,html:not(.watch-active-state) .theme-green .speed-dial-buttons a:active,html:not(.watch-active-state) .floating-button.theme-green:active,html:not(.watch-active-state) .speed-dial-buttons a.theme-green:active,.theme-green .floating-button.active-state,.theme-green .speed-dial-buttons a.active-state,.floating-button.theme-green.active-state,.speed-dial-buttons a.theme-green.active-state{background:#2cd048}
.theme-green .floating-button i,.theme-green .speed-dial-buttons a i,.floating-button.theme-green i,.speed-dial-buttons a.theme-green i{color:inherit}
.theme-green .range-slider input[type=range]::-webkit-slider-thumb:before,.range-slider.theme-green input[type=range]::-webkit-slider-thumb:before{background-color:#4cd964}
.theme-green .range-slider input[type=range]::-ms-fill-lower,.range-slider.theme-green input[type=range]::-ms-fill-lower{background-color:#4cd964}
.badge.theme-green{background-color:#4cd964;color:#fff}
.theme-red .button:not(.button-fill){border-color:#ff3b30}
html:not(.watch-active-state) .theme-red .button:not(.button-fill):active,.theme-red .button:not(.button-fill).active-state{background-color:rgba(255,59,48,.15)}
.theme-red .button:not(.button-fill).active{background-color:#ff3b30;color:#fff}
.theme-red .button.button-fill{background:#ff3b30;color:#fff}
.progressbar.theme-red span,.theme-red .progressbar span{background-color:#ff3b30}
.progressbar-infinite.theme-red:before,.theme-red .progressbar-infinite:before{background-color:#ff3b30}
.theme-red i.icon,i.icon.theme-red{color:#ff3b30}
i.icon-next.color-red,i.icon-next.theme-red,.theme-red i.icon-next{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2015%2015'%3E%3Cg%3E%3Cpath%20fill%3D'%23ff3b30'%20d%3D'M1%2C1.6l11.8%2C5.8L1%2C13.4V1.6%20M0%2C0v15l15-7.6L0%2C0L0%2C0z'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")}
i.icon-prev.color-red,i.icon-prev.theme-red,.theme-red i.icon-prev{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2015%2015'%3E%3Cg%3E%3Cpath%20fill%3D'%23ff3b30'%20d%3D'M14%2C1.6v11.8L2.2%2C7.6L14%2C1.6%20M15%2C0L0%2C7.6L15%2C15V0L15%2C0z'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")}
i.icon-back.color-red,i.icon-back.theme-red,.theme-red i.icon-back{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2012%2020'%3E%3Cpath%20d%3D'M10%2C0l2%2C2l-8%2C8l8%2C8l-2%2C2L0%2C10L10%2C0z'%20fill%3D'%23ff3b30'%2F%3E%3C%2Fsvg%3E")}
i.icon-forward.color-red,i.icon-forward.theme-red,.theme-red i.icon-forward{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2012%2020'%3E%3Cpath%20d%3D'M2%2C20l-2-2l8-8L0%2C2l2-2l10%2C10L2%2C20z'%20fill%3D'%23ff3b30'%2F%3E%3C%2Fsvg%3E")}
i.icon-bars.color-red,i.icon-bars.theme-red,.theme-red i.icon-bars{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2021%2014'%3E%3Cpath%20fill%3D'%23ff3b30'%20d%3D'M0%2C0h2v2H0V0z%20M4%2C0h17v1H4V0z%20M0%2C6h2v2H0V6z%20M4%2C6h17v1H4V6z%20M0%2C12h2v2H0V12z%20M4%2C12h17v1H4V12z'%2F%3E%3C%2Fsvg%3E")}
@media (-webkit-min-device-pixel-ratio:2){i.icon-bars.color-red,i.icon-bars.theme-red,.theme-red i.icon-bars{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2042%2026'%3E%3Cpath%20fill%3D'%23ff3b30'%20d%3D'M0%2C0h4v4H0V0z%20M8%2C1h34v2H8V1z%20M0%2C11h4v4H0V11z%20M8%2C12h34v2H8V12z%20M0%2C22h4v4H0V22z%20M8%2C23h34v2H8V23z'%2F%3E%3C%2Fsvg%3E")}}
.theme-red a,.theme-red .item-link.list-button,.theme-red .list-button{color:#ff3b30}
.theme-red .tabbar a,.tabbar.theme-red a,.theme-red .tabbar a i,.tabbar.theme-red a i{color:inherit}
.theme-red .tabbar a.active,.tabbar.theme-red a.active,.theme-red .tabbar a.active i,.tabbar.theme-red a.active i{color:#ff3b30}
.theme-red .messagebar .messagebar-send-link{background-color:#ff3b30}
.theme-red label.label-checkbox input[type=checkbox]:checked+.item-media i.icon-form-checkbox,.theme-red label.label-checkbox input[type=radio]:checked+.item-media i.icon-form-checkbox,.theme-red .form-checkbox input[type=checkbox]:checked~i,label.label-checkbox.theme-red input[type=checkbox]:checked+.item-media i.icon-form-checkbox,label.label-checkbox.theme-red input[type=radio]:checked+.item-media i.icon-form-checkbox,.form-checkbox.theme-red input[type=checkbox]:checked~i{background-color:#ff3b30}
.theme-red .form-radio input[type=radio]:checked~i,.theme-red label.label-radio input[type=checkbox]:checked~.item-inner,.theme-red label.label-radio input[type=radio]:checked~.item-inner,.form-radio.theme-red input[type=radio]:checked~i,label.label-radio.theme-red input[type=checkbox]:checked~.item-inner,label.label-radio.theme-red input[type=radio]:checked~.item-inner{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2013%2010'%3E%3Cpolygon%20fill%3D'%23ff3b30'%20points%3D'11.6%2C0%204.4%2C7.2%201.4%2C4.2%200%2C5.6%204.4%2C10%204.4%2C10%204.4%2C10%2013%2C1.4%20'%2F%3E%3C%2Fsvg%3E")}
.theme-red .picker-calendar-day.picker-calendar-day-selected span{background-color:#ff3b30!important}
.theme-red .data-table .data-table-header-selected,.data-table.theme-red .data-table-header-selected{background:rgba(255,59,48,.1)}
.theme-red .data-table .data-table-title-selected,.data-table.theme-red .data-table-title-selected{color:#ff3b30}
.swiper-pagination.color-red .swiper-pagination-bullet-active,.theme-red .swiper-pagination .swiper-pagination-bullet-active{background-color:#ff3b30}
.swiper-pagination.color-red .swiper-pagination-progressbar,.theme-red .swiper-pagination .swiper-pagination-progressbar{background-color:#ff3b30}
.swiper-pagination.swiper-pagination-progress.bg-red{background-color:rgba(255,59,48,.25)}
.swiper-button-next.color-red,.swiper-container-rtl .swiper-button-prev.color-red,.theme-red .swiper-button-next,.theme-red .swiper-container-rtl .swiper-button-prev{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ff3b30'%2F%3E%3C%2Fsvg%3E")}
.swiper-button-prev.color-red,.swiper-container-rtl .swiper-button-next.color-red,.theme-red .swiper-button-prev,.theme-red .swiper-container-rtl .swiper-button-next{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ff3b30'%2F%3E%3C%2Fsvg%3E")}
.theme-red .floating-button,.theme-red .speed-dial-buttons a,.floating-button.theme-red,.speed-dial-buttons a.theme-red{color:#fff;background:#ff3b30}
html:not(.watch-active-state) .theme-red .floating-button:active,html:not(.watch-active-state) .theme-red .speed-dial-buttons a:active,html:not(.watch-active-state) .floating-button.theme-red:active,html:not(.watch-active-state) .speed-dial-buttons a.theme-red:active,.theme-red .floating-button.active-state,.theme-red .speed-dial-buttons a.active-state,.floating-button.theme-red.active-state,.speed-dial-buttons a.theme-red.active-state{background:#ff1407}
.theme-red .floating-button i,.theme-red .speed-dial-buttons a i,.floating-button.theme-red i,.speed-dial-buttons a.theme-red i{color:inherit}
.theme-red .range-slider input[type=range]::-webkit-slider-thumb:before,.range-slider.theme-red input[type=range]::-webkit-slider-thumb:before{background-color:#ff3b30}
.theme-red .range-slider input[type=range]::-ms-fill-lower,.range-slider.theme-red input[type=range]::-ms-fill-lower{background-color:#ff3b30}
.badge.theme-red{background-color:#ff3b30;color:#fff}
.color-gray{color:#8e8e93}
.list-block .item-link.list-button.color-gray,.list-button.color-gray,.tabbar a.active.color-gray,a.color-gray{color:#8e8e93}
.label-switch input[type=checkbox]:checked+.checkbox.color-gray,.label-switch.color-gray input[type=checkbox]:checked+.checkbox{background-color:#8e8e93}
.color-gray.button:not(.button-fill),.color-gray.buttons-row .button{border-color:#8e8e93}
html:not(.watch-active-state) .color-gray.button:not(.button-fill):active,html:not(.watch-active-state) .color-gray.buttons-row .button:active,.color-gray.button:not(.button-fill).active-state,.color-gray.buttons-row .button.active-state{background-color:rgba(142,142,147,.15)}
.color-gray.button:not(.button-fill).active,.color-gray.buttons-row .button.active{background-color:#8e8e93;color:#fff}
.button.button-fill.color-gray{background:#8e8e93;color:#fff}
.progressbar.color-gray span,.progressbar.bg-gray span{background-color:#8e8e93}
.progressbar-infinite.color-gray:before,.progressbar-infinite.bg-gray:before{background-color:#8e8e93}
.color-gray i.icon,i.icon.color-gray{color:#8e8e93}
.preloader.color-gray,.preloader.preloader-gray{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%238e8e93'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")}
.bg-gray,.button.button-fill.bg-gray,a.bg-gray,.list-block .swipeout-actions-left a.bg-gray,.list-block .swipeout-actions-right a.bg-gray{background-color:#8e8e93}
.border-gray{border-color:#8e8e93}
.list-block .border-gray.item-inner:after,.list-block ul.border-gray:after,.border-gray:after,.list-block .border-gray.item-inner:before,.list-block ul.border-gray:before,.border-gray:before{background-color:#8e8e93}
.floating-button.color-gray,.speed-dial-buttons a.color-gray,.floating-button.bg-gray,.speed-dial-buttons a.bg-gray{color:#fff;background:#8e8e93}
html:not(.watch-active-state) .floating-button.color-gray:active,html:not(.watch-active-state) .speed-dial-buttons a.color-gray:active,html:not(.watch-active-state) .floating-button.bg-gray:active,html:not(.watch-active-state) .speed-dial-buttons a.bg-gray:active,.floating-button.color-gray.active-state,.speed-dial-buttons a.color-gray.active-state,.floating-button.bg-gray.active-state,.speed-dial-buttons a.bg-gray.active-state{background:#79797f}
.floating-button.color-gray i,.speed-dial-buttons a.color-gray i,.floating-button.bg-gray i,.speed-dial-buttons a.bg-gray i{color:inherit}
.range-slider.color-gray input[type=range]::-webkit-slider-thumb:before{background-color:#8e8e93}
.range-slider.color-gray input[type=range]::-ms-fill-lower{background-color:#8e8e93}
.badge.color-gray{background-color:#8e8e93;color:#fff}
.color-white{color:#fff}
.list-block .item-link.list-button.color-white,.list-button.color-white,.tabbar a.active.color-white,a.color-white{color:#fff}
.label-switch input[type=checkbox]:checked+.checkbox.color-white,.label-switch.color-white input[type=checkbox]:checked+.checkbox{background-color:#fff}
.color-white.button:not(.button-fill),.color-white.buttons-row .button{border-color:#fff}
html:not(.watch-active-state) .color-white.button:not(.button-fill):active,html:not(.watch-active-state) .color-white.buttons-row .button:active,.color-white.button:not(.button-fill).active-state,.color-white.buttons-row .button.active-state{background-color:rgba(255,255,255,.15)}
.color-white.button:not(.button-fill).active,.color-white.buttons-row .button.active{background-color:#fff;color:#fff}
.button.button-fill.color-white{background:#fff;color:#fff}
.progressbar.color-white span,.progressbar.bg-white span{background-color:#fff}
.progressbar-infinite.color-white:before,.progressbar-infinite.bg-white:before{background-color:#fff}
.color-white i.icon,i.icon.color-white{color:#fff}
.preloader.color-white,.preloader.preloader-white{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23ffffff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")}
.bg-white,.button.button-fill.bg-white,a.bg-white,.list-block .swipeout-actions-left a.bg-white,.list-block .swipeout-actions-right a.bg-white{background-color:#fff}
.border-white{border-color:#fff}
.list-block .border-white.item-inner:after,.list-block ul.border-white:after,.border-white:after,.list-block .border-white.item-inner:before,.list-block ul.border-white:before,.border-white:before{background-color:#fff}
.floating-button.color-white,.speed-dial-buttons a.color-white,.floating-button.bg-white,.speed-dial-buttons a.bg-white{color:#fff;background:#fff}
html:not(.watch-active-state) .floating-button.color-white:active,html:not(.watch-active-state) .speed-dial-buttons a.color-white:active,html:not(.watch-active-state) .floating-button.bg-white:active,html:not(.watch-active-state) .speed-dial-buttons a.bg-white:active,.floating-button.color-white.active-state,.speed-dial-buttons a.color-white.active-state,.floating-button.bg-white.active-state,.speed-dial-buttons a.bg-white.active-state{background:#ebebeb}
.floating-button.color-white i,.speed-dial-buttons a.color-white i,.floating-button.bg-white i,.speed-dial-buttons a.bg-white i{color:inherit}
.range-slider.color-white input[type=range]::-webkit-slider-thumb:before{background-color:#fff}
.range-slider.color-white input[type=range]::-ms-fill-lower{background-color:#fff}
.badge.color-white{background-color:#fff;color:#fff}
.color-black{color:#000}
.list-block .item-link.list-button.color-black,.list-button.color-black,.tabbar a.active.color-black,a.color-black{color:#000}
.label-switch input[type=checkbox]:checked+.checkbox.color-black,.label-switch.color-black input[type=checkbox]:checked+.checkbox{background-color:#000}
.color-black.button:not(.button-fill),.color-black.buttons-row .button{border-color:#000}
html:not(.watch-active-state) .color-black.button:not(.button-fill):active,html:not(.watch-active-state) .color-black.buttons-row .button:active,.color-black.button:not(.button-fill).active-state,.color-black.buttons-row .button.active-state{background-color:rgba(0,0,0,.15)}
.color-black.button:not(.button-fill).active,.color-black.buttons-row .button.active{background-color:#000;color:#fff}
.button.button-fill.color-black{background:#000;color:#fff}
.progressbar.color-black span,.progressbar.bg-black span{background-color:#000}
.progressbar-infinite.color-black:before,.progressbar-infinite.bg-black:before{background-color:#000}
.color-black i.icon,i.icon.color-black{color:#000}
.preloader.color-black,.preloader.preloader-black{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23000000'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")}
.bg-black,.button.button-fill.bg-black,a.bg-black,.list-block .swipeout-actions-left a.bg-black,.list-block .swipeout-actions-right a.bg-black{background-color:#000}
.border-black{border-color:#000}
.list-block .border-black.item-inner:after,.list-block ul.border-black:after,.border-black:after,.list-block .border-black.item-inner:before,.list-block ul.border-black:before,.border-black:before{background-color:#000}
.floating-button.color-black,.speed-dial-buttons a.color-black,.floating-button.bg-black,.speed-dial-buttons a.bg-black{color:#fff;background:#000}
html:not(.watch-active-state) .floating-button.color-black:active,html:not(.watch-active-state) .speed-dial-buttons a.color-black:active,html:not(.watch-active-state) .floating-button.bg-black:active,html:not(.watch-active-state) .speed-dial-buttons a.bg-black:active,.floating-button.color-black.active-state,.speed-dial-buttons a.color-black.active-state,.floating-button.bg-black.active-state,.speed-dial-buttons a.bg-black.active-state{background:#000}
.floating-button.color-black i,.speed-dial-buttons a.color-black i,.floating-button.bg-black i,.speed-dial-buttons a.bg-black i{color:inherit}
.range-slider.color-black input[type=range]::-webkit-slider-thumb:before{background-color:#000}
.range-slider.color-black input[type=range]::-ms-fill-lower{background-color:#000}
.badge.color-black{background-color:#000;color:#fff}
.color-lightblue{color:#5ac8fa}
.list-block .item-link.list-button.color-lightblue,.list-button.color-lightblue,.tabbar a.active.color-lightblue,a.color-lightblue{color:#5ac8fa}
.label-switch input[type=checkbox]:checked+.checkbox.color-lightblue,.label-switch.color-lightblue input[type=checkbox]:checked+.checkbox{background-color:#5ac8fa}
.color-lightblue.button:not(.button-fill),.color-lightblue.buttons-row .button{border-color:#5ac8fa}
html:not(.watch-active-state) .color-lightblue.button:not(.button-fill):active,html:not(.watch-active-state) .color-lightblue.buttons-row .button:active,.color-lightblue.button:not(.button-fill).active-state,.color-lightblue.buttons-row .button.active-state{background-color:rgba(90,200,250,.15)}
.color-lightblue.button:not(.button-fill).active,.color-lightblue.buttons-row .button.active{background-color:#5ac8fa;color:#fff}
.button.button-fill.color-lightblue{background:#5ac8fa;color:#fff}
.progressbar.color-lightblue span,.progressbar.bg-lightblue span{background-color:#5ac8fa}
.progressbar-infinite.color-lightblue:before,.progressbar-infinite.bg-lightblue:before{background-color:#5ac8fa}
.color-lightblue i.icon,i.icon.color-lightblue{color:#5ac8fa}
.preloader.color-lightblue,.preloader.preloader-lightblue{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%235ac8fa'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")}
.bg-lightblue,.button.button-fill.bg-lightblue,a.bg-lightblue,.list-block .swipeout-actions-left a.bg-lightblue,.list-block .swipeout-actions-right a.bg-lightblue{background-color:#5ac8fa}
.border-lightblue{border-color:#5ac8fa}
.list-block .border-lightblue.item-inner:after,.list-block ul.border-lightblue:after,.border-lightblue:after,.list-block .border-lightblue.item-inner:before,.list-block ul.border-lightblue:before,.border-lightblue:before{background-color:#5ac8fa}
.floating-button.color-lightblue,.speed-dial-buttons a.color-lightblue,.floating-button.bg-lightblue,.speed-dial-buttons a.bg-lightblue{color:#fff;background:#5ac8fa}
html:not(.watch-active-state) .floating-button.color-lightblue:active,html:not(.watch-active-state) .speed-dial-buttons a.color-lightblue:active,html:not(.watch-active-state) .floating-button.bg-lightblue:active,html:not(.watch-active-state) .speed-dial-buttons a.bg-lightblue:active,.floating-button.color-lightblue.active-state,.speed-dial-buttons a.color-lightblue.active-state,.floating-button.bg-lightblue.active-state,.speed-dial-buttons a.bg-lightblue.active-state{background:#32bbf9}
.floating-button.color-lightblue i,.speed-dial-buttons a.color-lightblue i,.floating-button.bg-lightblue i,.speed-dial-buttons a.bg-lightblue i{color:inherit}
.range-slider.color-lightblue input[type=range]::-webkit-slider-thumb:before{background-color:#5ac8fa}
.range-slider.color-lightblue input[type=range]::-ms-fill-lower{background-color:#5ac8fa}
.badge.color-lightblue{background-color:#5ac8fa;color:#fff}
.color-yellow{color:#fc0}
.list-block .item-link.list-button.color-yellow,.list-button.color-yellow,.tabbar a.active.color-yellow,a.color-yellow{color:#fc0}
.label-switch input[type=checkbox]:checked+.checkbox.color-yellow,.label-switch.color-yellow input[type=checkbox]:checked+.checkbox{background-color:#fc0}
.color-yellow.button:not(.button-fill),.color-yellow.buttons-row .button{border-color:#fc0}
html:not(.watch-active-state) .color-yellow.button:not(.button-fill):active,html:not(.watch-active-state) .color-yellow.buttons-row .button:active,.color-yellow.button:not(.button-fill).active-state,.color-yellow.buttons-row .button.active-state{background-color:rgba(255,204,0,.15)}
.color-yellow.button:not(.button-fill).active,.color-yellow.buttons-row .button.active{background-color:#fc0;color:#fff}
.button.button-fill.color-yellow{background:#fc0;color:#fff}
.progressbar.color-yellow span,.progressbar.bg-yellow span{background-color:#fc0}
.progressbar-infinite.color-yellow:before,.progressbar-infinite.bg-yellow:before{background-color:#fc0}
.color-yellow i.icon,i.icon.color-yellow{color:#fc0}
.preloader.color-yellow,.preloader.preloader-yellow{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23ffcc00'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")}
.bg-yellow,.button.button-fill.bg-yellow,a.bg-yellow,.list-block .swipeout-actions-left a.bg-yellow,.list-block .swipeout-actions-right a.bg-yellow{background-color:#fc0}
.border-yellow{border-color:#fc0}
.list-block .border-yellow.item-inner:after,.list-block ul.border-yellow:after,.border-yellow:after,.list-block .border-yellow.item-inner:before,.list-block ul.border-yellow:before,.border-yellow:before{background-color:#fc0}
.floating-button.color-yellow,.speed-dial-buttons a.color-yellow,.floating-button.bg-yellow,.speed-dial-buttons a.bg-yellow{color:#fff;background:#fc0}
html:not(.watch-active-state) .floating-button.color-yellow:active,html:not(.watch-active-state) .speed-dial-buttons a.color-yellow:active,html:not(.watch-active-state) .floating-button.bg-yellow:active,html:not(.watch-active-state) .speed-dial-buttons a.bg-yellow:active,.floating-button.color-yellow.active-state,.speed-dial-buttons a.color-yellow.active-state,.floating-button.bg-yellow.active-state,.speed-dial-buttons a.bg-yellow.active-state{background:#d6ab00}
.floating-button.color-yellow i,.speed-dial-buttons a.color-yellow i,.floating-button.bg-yellow i,.speed-dial-buttons a.bg-yellow i{color:inherit}
.range-slider.color-yellow input[type=range]::-webkit-slider-thumb:before{background-color:#fc0}
.range-slider.color-yellow input[type=range]::-ms-fill-lower{background-color:#fc0}
.badge.color-yellow{background-color:#fc0;color:#fff}
.color-orange{color:#ff9500}
.list-block .item-link.list-button.color-orange,.list-button.color-orange,.tabbar a.active.color-orange,a.color-orange{color:#ff9500}
.label-switch input[type=checkbox]:checked+.checkbox.color-orange,.label-switch.color-orange input[type=checkbox]:checked+.checkbox{background-color:#ff9500}
.color-orange.button:not(.button-fill),.color-orange.buttons-row .button{border-color:#ff9500}
html:not(.watch-active-state) .color-orange.button:not(.button-fill):active,html:not(.watch-active-state) .color-orange.buttons-row .button:active,.color-orange.button:not(.button-fill).active-state,.color-orange.buttons-row .button.active-state{background-color:rgba(255,149,0,.15)}
.color-orange.button:not(.button-fill).active,.color-orange.buttons-row .button.active{background-color:#ff9500;color:#fff}
.button.button-fill.color-orange{background:#ff9500;color:#fff}
.progressbar.color-orange span,.progressbar.bg-orange span{background-color:#ff9500}
.progressbar-infinite.color-orange:before,.progressbar-infinite.bg-orange:before{background-color:#ff9500}
.color-orange i.icon,i.icon.color-orange{color:#ff9500}
.preloader.color-orange,.preloader.preloader-orange{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23ff9500'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")}
.bg-orange,.button.button-fill.bg-orange,a.bg-orange,.list-block .swipeout-actions-left a.bg-orange,.list-block .swipeout-actions-right a.bg-orange{background-color:#ff9500}
.border-orange{border-color:#ff9500}
.list-block .border-orange.item-inner:after,.list-block ul.border-orange:after,.border-orange:after,.list-block .border-orange.item-inner:before,.list-block ul.border-orange:before,.border-orange:before{background-color:#ff9500}
.floating-button.color-orange,.speed-dial-buttons a.color-orange,.floating-button.bg-orange,.speed-dial-buttons a.bg-orange{color:#fff;background:#ff9500}
html:not(.watch-active-state) .floating-button.color-orange:active,html:not(.watch-active-state) .speed-dial-buttons a.color-orange:active,html:not(.watch-active-state) .floating-button.bg-orange:active,html:not(.watch-active-state) .speed-dial-buttons a.bg-orange:active,.floating-button.color-orange.active-state,.speed-dial-buttons a.color-orange.active-state,.floating-button.bg-orange.active-state,.speed-dial-buttons a.bg-orange.active-state{background:#d67d00}
.floating-button.color-orange i,.speed-dial-buttons a.color-orange i,.floating-button.bg-orange i,.speed-dial-buttons a.bg-orange i{color:inherit}
.range-slider.color-orange input[type=range]::-webkit-slider-thumb:before{background-color:#ff9500}
.range-slider.color-orange input[type=range]::-ms-fill-lower{background-color:#ff9500}
.badge.color-orange{background-color:#ff9500;color:#fff}
.color-pink{color:#ff2d55}
.list-block .item-link.list-button.color-pink,.list-button.color-pink,.tabbar a.active.color-pink,a.color-pink{color:#ff2d55}
.label-switch input[type=checkbox]:checked+.checkbox.color-pink,.label-switch.color-pink input[type=checkbox]:checked+.checkbox{background-color:#ff2d55}
.color-pink.button:not(.button-fill),.color-pink.buttons-row .button{border-color:#ff2d55}
html:not(.watch-active-state) .color-pink.button:not(.button-fill):active,html:not(.watch-active-state) .color-pink.buttons-row .button:active,.color-pink.button:not(.button-fill).active-state,.color-pink.buttons-row .button.active-state{background-color:rgba(255,45,85,.15)}
.color-pink.button:not(.button-fill).active,.color-pink.buttons-row .button.active{background-color:#ff2d55;color:#fff}
.button.button-fill.color-pink{background:#ff2d55;color:#fff}
.progressbar.color-pink span,.progressbar.bg-pink span{background-color:#ff2d55}
.progressbar-infinite.color-pink:before,.progressbar-infinite.bg-pink:before{background-color:#ff2d55}
.color-pink i.icon,i.icon.color-pink{color:#ff2d55}
.preloader.color-pink,.preloader.preloader-pink{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23ff2d55'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")}
.bg-pink,.button.button-fill.bg-pink,a.bg-pink,.list-block .swipeout-actions-left a.bg-pink,.list-block .swipeout-actions-right a.bg-pink{background-color:#ff2d55}
.border-pink{border-color:#ff2d55}
.list-block .border-pink.item-inner:after,.list-block ul.border-pink:after,.border-pink:after,.list-block .border-pink.item-inner:before,.list-block ul.border-pink:before,.border-pink:before{background-color:#ff2d55}
.floating-button.color-pink,.speed-dial-buttons a.color-pink,.floating-button.bg-pink,.speed-dial-buttons a.bg-pink{color:#fff;background:#ff2d55}
html:not(.watch-active-state) .floating-button.color-pink:active,html:not(.watch-active-state) .speed-dial-buttons a.color-pink:active,html:not(.watch-active-state) .floating-button.bg-pink:active,html:not(.watch-active-state) .speed-dial-buttons a.bg-pink:active,.floating-button.color-pink.active-state,.speed-dial-buttons a.color-pink.active-state,.floating-button.bg-pink.active-state,.speed-dial-buttons a.bg-pink.active-state{background:#ff0434}
.floating-button.color-pink i,.speed-dial-buttons a.color-pink i,.floating-button.bg-pink i,.speed-dial-buttons a.bg-pink i{color:inherit}
.range-slider.color-pink input[type=range]::-webkit-slider-thumb:before{background-color:#ff2d55}
.range-slider.color-pink input[type=range]::-ms-fill-lower{background-color:#ff2d55}
.badge.color-pink{background-color:#ff2d55;color:#fff}
.color-blue{color:#007aff}
.list-block .item-link.list-button.color-blue,.list-button.color-blue,.tabbar a.active.color-blue,a.color-blue{color:#007aff}
.label-switch input[type=checkbox]:checked+.checkbox.color-blue,.label-switch.color-blue input[type=checkbox]:checked+.checkbox{background-color:#007aff}
.color-blue.button:not(.button-fill),.color-blue.buttons-row .button{border-color:#007aff}
html:not(.watch-active-state) .color-blue.button:not(.button-fill):active,html:not(.watch-active-state) .color-blue.buttons-row .button:active,.color-blue.button:not(.button-fill).active-state,.color-blue.buttons-row .button.active-state{background-color:rgba(0,122,255,.15)}
.color-blue.button:not(.button-fill).active,.color-blue.buttons-row .button.active{background-color:#007aff;color:#fff}
.button.button-fill.color-blue{background:#007aff;color:#fff}
.progressbar.color-blue span,.progressbar.bg-blue span{background-color:#007aff}
.progressbar-infinite.color-blue:before,.progressbar-infinite.bg-blue:before{background-color:#007aff}
.color-blue i.icon,i.icon.color-blue{color:#007aff}
.preloader.color-blue,.preloader.preloader-blue{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23007aff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")}
.bg-blue,.button.button-fill.bg-blue,a.bg-blue,.list-block .swipeout-actions-left a.bg-blue,.list-block .swipeout-actions-right a.bg-blue{background-color:#007aff}
.border-blue{border-color:#007aff}
.list-block .border-blue.item-inner:after,.list-block ul.border-blue:after,.border-blue:after,.list-block .border-blue.item-inner:before,.list-block ul.border-blue:before,.border-blue:before{background-color:#007aff}
.floating-button.color-blue,.speed-dial-buttons a.color-blue,.floating-button.bg-blue,.speed-dial-buttons a.bg-blue{color:#fff;background:#007aff}
html:not(.watch-active-state) .floating-button.color-blue:active,html:not(.watch-active-state) .speed-dial-buttons a.color-blue:active,html:not(.watch-active-state) .floating-button.bg-blue:active,html:not(.watch-active-state) .speed-dial-buttons a.bg-blue:active,.floating-button.color-blue.active-state,.speed-dial-buttons a.color-blue.active-state,.floating-button.bg-blue.active-state,.speed-dial-buttons a.bg-blue.active-state{background:#0066d6}
.floating-button.color-blue i,.speed-dial-buttons a.color-blue i,.floating-button.bg-blue i,.speed-dial-buttons a.bg-blue i{color:inherit}
.range-slider.color-blue input[type=range]::-webkit-slider-thumb:before{background-color:#007aff}
.range-slider.color-blue input[type=range]::-ms-fill-lower{background-color:#007aff}
.badge.color-blue{background-color:#007aff;color:#fff}
.color-green{color:#4cd964}
.list-block .item-link.list-button.color-green,.list-button.color-green,.tabbar a.active.color-green,a.color-green{color:#4cd964}
.label-switch input[type=checkbox]:checked+.checkbox.color-green,.label-switch.color-green input[type=checkbox]:checked+.checkbox{background-color:#4cd964}
.color-green.button:not(.button-fill),.color-green.buttons-row .button{border-color:#4cd964}
html:not(.watch-active-state) .color-green.button:not(.button-fill):active,html:not(.watch-active-state) .color-green.buttons-row .button:active,.color-green.button:not(.button-fill).active-state,.color-green.buttons-row .button.active-state{background-color:rgba(76,217,100,.15)}
.color-green.button:not(.button-fill).active,.color-green.buttons-row .button.active{background-color:#4cd964;color:#fff}
.button.button-fill.color-green{background:#4cd964;color:#fff}
.progressbar.color-green span,.progressbar.bg-green span{background-color:#4cd964}
.progressbar-infinite.color-green:before,.progressbar-infinite.bg-green:before{background-color:#4cd964}
.color-green i.icon,i.icon.color-green{color:#4cd964}
.preloader.color-green,.preloader.preloader-green{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%234cd964'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")}
.bg-green,.button.button-fill.bg-green,a.bg-green,.list-block .swipeout-actions-left a.bg-green,.list-block .swipeout-actions-right a.bg-green{background-color:#4cd964}
.border-green{border-color:#4cd964}
.list-block .border-green.item-inner:after,.list-block ul.border-green:after,.border-green:after,.list-block .border-green.item-inner:before,.list-block ul.border-green:before,.border-green:before{background-color:#4cd964}
.floating-button.color-green,.speed-dial-buttons a.color-green,.floating-button.bg-green,.speed-dial-buttons a.bg-green{color:#fff;background:#4cd964}
html:not(.watch-active-state) .floating-button.color-green:active,html:not(.watch-active-state) .speed-dial-buttons a.color-green:active,html:not(.watch-active-state) .floating-button.bg-green:active,html:not(.watch-active-state) .speed-dial-buttons a.bg-green:active,.floating-button.color-green.active-state,.speed-dial-buttons a.color-green.active-state,.floating-button.bg-green.active-state,.speed-dial-buttons a.bg-green.active-state{background:#2cd048}
.floating-button.color-green i,.speed-dial-buttons a.color-green i,.floating-button.bg-green i,.speed-dial-buttons a.bg-green i{color:inherit}
.range-slider.color-green input[type=range]::-webkit-slider-thumb:before{background-color:#4cd964}
.range-slider.color-green input[type=range]::-ms-fill-lower{background-color:#4cd964}
.badge.color-green{background-color:#4cd964;color:#fff}
.color-red{color:#ff3b30}
.list-block .item-link.list-button.color-red,.list-button.color-red,.tabbar a.active.color-red,a.color-red{color:#ff3b30}
.label-switch input[type=checkbox]:checked+.checkbox.color-red,.label-switch.color-red input[type=checkbox]:checked+.checkbox{background-color:#ff3b30}
.color-red.button:not(.button-fill),.color-red.buttons-row .button{border-color:#ff3b30}
html:not(.watch-active-state) .color-red.button:not(.button-fill):active,html:not(.watch-active-state) .color-red.buttons-row .button:active,.color-red.button:not(.button-fill).active-state,.color-red.buttons-row .button.active-state{background-color:rgba(255,59,48,.15)}
.color-red.button:not(.button-fill).active,.color-red.buttons-row .button.active{background-color:#ff3b30;color:#fff}
.button.button-fill.color-red{background:#ff3b30;color:#fff}
.progressbar.color-red span,.progressbar.bg-red span{background-color:#ff3b30}
.progressbar-infinite.color-red:before,.progressbar-infinite.bg-red:before{background-color:#ff3b30}
.color-red i.icon,i.icon.color-red{color:#ff3b30}
.preloader.color-red,.preloader.preloader-red{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23ff3b30'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")}
.bg-red,.button.button-fill.bg-red,a.bg-red,.list-block .swipeout-actions-left a.bg-red,.list-block .swipeout-actions-right a.bg-red{background-color:#ff3b30}
.border-red{border-color:#ff3b30}
.list-block .border-red.item-inner:after,.list-block ul.border-red:after,.border-red:after,.list-block .border-red.item-inner:before,.list-block ul.border-red:before,.border-red:before{background-color:#ff3b30}
.floating-button.color-red,.speed-dial-buttons a.color-red,.floating-button.bg-red,.speed-dial-buttons a.bg-red{color:#fff;background:#ff3b30}
html:not(.watch-active-state) .floating-button.color-red:active,html:not(.watch-active-state) .speed-dial-buttons a.color-red:active,html:not(.watch-active-state) .floating-button.bg-red:active,html:not(.watch-active-state) .speed-dial-buttons a.bg-red:active,.floating-button.color-red.active-state,.speed-dial-buttons a.color-red.active-state,.floating-button.bg-red.active-state,.speed-dial-buttons a.bg-red.active-state{background:#ff1407}
.floating-button.color-red i,.speed-dial-buttons a.color-red i,.floating-button.bg-red i,.speed-dial-buttons a.bg-red i{color:inherit}
.range-slider.color-red input[type=range]::-webkit-slider-thumb:before{background-color:#ff3b30}
.range-slider.color-red input[type=range]::-ms-fill-lower{background-color:#ff3b30}
.badge.color-red{background-color:#ff3b30;color:#fff}
.layout-dark .navbar,.navbar.layout-dark,.layout-dark .subnavbar,.subnavbar.layout-dark{background-color:#131313;color:#fff}
.layout-dark .navbar:after,.navbar.layout-dark:after,.layout-dark .subnavbar:after,.subnavbar.layout-dark:after{background-color:#333}
.layout-dark .toolbar,.toolbar.layout-dark{background-color:#131313;color:#fff}
.layout-dark .toolbar:before,.toolbar.layout-dark:before{background-color:#333}
.layout-dark .picker-modal .toolbar{background-color:#131313}
.layout-dark .popover .picker-modal .toolbar{background:0 0}
.layout-dark .picker-calendar-week-days{color:#fff;background-color:#131313}
.layout-dark .popover .picker-modal .picker-center-highlight:before,.layout-dark .picker-modal.picker-modal-inline .picker-center-highlight:before{background-color:#333}
.layout-dark .popover .picker-modal .picker-center-highlight:after,.layout-dark .picker-modal.picker-modal-inline .picker-center-highlight:after{background-color:#333}
.layout-dark .popover .picker-modal .picker-item.picker-selected,.layout-dark .picker-modal.picker-modal-inline .picker-item.picker-selected{color:#fff}
.layout-dark .popover .picker-modal .picker-calendar-week-days,.layout-dark .picker-modal.picker-modal-inline .picker-calendar-week-days{color:#fff}
.layout-dark .popover .picker-modal .picker-calendar-day,.layout-dark .picker-modal.picker-modal-inline .picker-calendar-day{color:#fff}
.layout-dark .popover .picker-modal .picker-calendar-day.picker-calendar-day-prev,.layout-dark .picker-modal.picker-modal-inline .picker-calendar-day.picker-calendar-day-prev,.layout-dark .popover .picker-modal .picker-calendar-day.picker-calendar-day-next,.layout-dark .picker-modal.picker-modal-inline .picker-calendar-day.picker-calendar-day-next{color:#777}
.layout-dark .popover .picker-modal .picker-calendar-day.picker-calendar-day-disabled,.layout-dark .picker-modal.picker-modal-inline .picker-calendar-day.picker-calendar-day-disabled{color:#555}
.layout-dark .popover .picker-modal .picker-calendar-day.picker-calendar-day-today span,.layout-dark .picker-modal.picker-modal-inline .picker-calendar-day.picker-calendar-day-today span{background:#333}
.layout-dark .popover .picker-modal .picker-calendar-day.picker-calendar-day-has-events span:after,.layout-dark .picker-modal.picker-modal-inline .picker-calendar-day.picker-calendar-day-has-events span:after{background:#555}
.layout-dark .popover .picker-modal .picker-calendar-week-days:after,.layout-dark .picker-modal.picker-modal-inline .picker-calendar-week-days:after,.layout-dark .popover .picker-modal .picker-calendar-row:after,.layout-dark .picker-modal.picker-modal-inline .picker-calendar-row:after{background-color:#333}
.layout-dark .popover .picker-modal .toolbar~.picker-modal-inner .picker-calendar-months:before,.layout-dark .picker-modal.picker-modal-inline .toolbar~.picker-modal-inner .picker-calendar-months:before,.layout-dark .popover .picker-modal .picker-calendar-week-days~.picker-calendar-months:before,.layout-dark .picker-modal.picker-modal-inline .picker-calendar-week-days~.picker-calendar-months:before{background-color:#333}
.layout-dark .popover .picker-modal .toolbar:after{background-color:#333}
.layout-dark .photo-browser .navbar,.layout-dark .views .view[data-page=photo-browser-slides] .navbar,.layout-dark .photo-browser .toolbar,.layout-dark .views .view[data-page=photo-browser-slides] .toolbar{color:#000;background:rgba(247,247,247,.95)}
.layout-dark .photo-browser-dark .navbar,.layout-dark .photo-browser-dark .toolbar{background:rgba(30,30,30,.8);color:#fff}
.layout-dark .tabbar a:not(.active){color:#fff}
.layout-dark .page,.layout-dark .login-screen-content,.page.layout-dark,.layout-dark .panel,.panel.layout-dark{background-color:#222426;color:#ddd}
.layout-dark .content-block-title{color:#fff}
.layout-dark .content-block,.content-block.layout-dark{color:#bbb}
.layout-dark .content-block-inner{background:#1c1d1f;color:#ddd}
.layout-dark .content-block-inner:before{background-color:#393939}
.layout-dark .content-block-inner:after{background-color:#393939}
.layout-dark .list-block ul,.list-block.layout-dark ul{background:#1c1d1f}
.layout-dark .list-block ul:before,.list-block.layout-dark ul:before{background-color:#393939}
.layout-dark .list-block ul:after,.list-block.layout-dark ul:after{background-color:#393939}
.layout-dark .list-block.inset ul,.list-block.layout-dark.inset ul{background:#1c1d1f}
.layout-dark .list-block.notifications>ul,.list-block.layout-dark.notifications>ul{background:0 0}
.layout-dark .autocomplete-dropdown{background:#1c1d1f}
.layout-dark .autocomplete-dropdown .list-block b{color:#fff}
.layout-dark .card{background:#1c1d1f}
.layout-dark .card-header:after{background-color:#393939}
.layout-dark .card-footer{color:#bbb}
.layout-dark .card-footer:before{background-color:#393939}
.layout-dark .popover,.popover.layout-dark{background:rgba(0,0,0,.8)}
.layout-dark .popover .popover-angle:after,.popover.layout-dark .popover-angle:after{background:rgba(0,0,0,.8)}
.layout-dark .popover .list-block ul,.popover.layout-dark .list-block ul{background:0 0}
.layout-dark .actions-popover .list-block ul:before{background-color:#393939}
.layout-dark .actions-popover .list-block ul:after{background-color:#393939}
.layout-dark .actions-popover .actions-popover-label:after{background-color:#393939}
.layout-dark li.sorting{background-color:#29292f}
.layout-dark .swipeout-actions-left a,.layout-dark .swipeout-actions-right a{background-color:#444}
.layout-dark .item-inner:after,.layout-dark .list-block ul ul li:last-child .item-inner:after{background-color:#393939}
.layout-dark .item-after{color:#bbb}
html:not(.watch-active-state) .layout-dark .item-link:active,html:not(.watch-active-state) .layout-dark label.label-checkbox:active,html:not(.watch-active-state) .layout-dark label.label-radio:active,.layout-dark .item-link.active-state,.layout-dark label.label-checkbox.active-state,.layout-dark label.label-radio.active-state{background-color:#29292f}
.layout-dark .item-link.list-button:after,.layout-dark .list-button:after{background-color:#393939}
.layout-dark .list-block-label{color:#bbb}
.layout-dark .item-divider,.layout-dark .list-group-title{background:#1a1a1a;color:#bbb}
.layout-dark .item-divider:before,.layout-dark .list-group-title:before{background-color:#393939}
.layout-dark .searchbar{background:#333}
.layout-dark .searchbar:after{background-color:#333}
.layout-dark .list-block input[type=text],.list-block.layout-dark input[type=text],.layout-dark .list-block input[type=password],.list-block.layout-dark input[type=password],.layout-dark .list-block input[type=email],.list-block.layout-dark input[type=email],.layout-dark .list-block input[type=tel],.list-block.layout-dark input[type=tel],.layout-dark .list-block input[type=url],.list-block.layout-dark input[type=url],.layout-dark .list-block input[type=date],.list-block.layout-dark input[type=date],.layout-dark .list-block input[type=datetime-local],.list-block.layout-dark input[type=datetime-local],.layout-dark .list-block input[type=number],.list-block.layout-dark input[type=number],.layout-dark .list-block select,.list-block.layout-dark select,.layout-dark .list-block textarea,.list-block.layout-dark textarea{color:#fff}
.layout-dark .label-switch .checkbox{background-color:#393939}
.layout-dark .label-switch .checkbox:before{background-color:#1c1d1f}
.layout-dark .range-slider input[type=range]:after{background:#1c1d1f}
.layout-dark .range-slider input[type=range]::-ms-thumb{border:0}
.layout-dark .timeline-item-inner{background:#1c1d1f}
.layout-dark .timeline-item-divider{background:rgba(255,255,255,.3)}
.layout-dark .content-block-inner .timeline-item-inner{border-color:#393939}
.layout-dark .timeline-item-time{color:#8e8e93}
.layout-dark .timeline-horizontal .timeline-item-date{background-color:#131313}
.layout-dark .timeline-horizontal .timeline-item-date:after{background-color:#333}
.layout-dark .timeline-horizontal .timeline-item:after{background-color:#333}
.layout-dark .timeline-year-title,.layout-dark .timeline-month-title{background-color:#131313}
.layout-dark .timeline-month .timeline-item:before{background-color:#333}
.layout-dark .timeline-year:after{background-color:#333}
.layout-dark .data-table tbody tr.data-table-row-selected{background:rgba(255,255,255,.05)}
.layout-dark .data-table tbody td:before{content:'';position:absolute;left:0;top:0;bottom:auto;right:auto;height:1px;width:100%;background-color:#393939;display:block;z-index:15;transform-origin:50% 0}
html.pixel-ratio-2 .layout-dark .data-table tbody td:before{transform:scaleY(0.5)}
html.pixel-ratio-3 .layout-dark .data-table tbody td:before{transform:scaleY(0.33)}
html:not(.ios):not(.android) .layout-dark .data-table tbody tr:hover{background:rgba(255,255,255,.05)}
.layout-dark .data-table .sortable-cell:not(.numeric-cell):after,.layout-dark .data-table .sortable-cell.numeric-cell:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20fill%3D'%23ffffff'%20height%3D'24'%20viewBox%3D'0%200%2024%2024'%20width%3D'24'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%3E%3Cpath%20d%3D'M0%200h24v24H0V0z'%20fill%3D'none'%2F%3E%3Cpath%20d%3D'M20%2012l-1.41-1.41L13%2016.17V4h-2v12.17l-5.58-5.59L4%2012l8%208%208-8z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")}
@media (max-width:480px) and (orientation:portrait){.layout-dark .data-table.data-table-collapsible tr:before{content:'';position:absolute;left:0;top:0;bottom:auto;right:auto;height:1px;width:100%;background-color:#393939;display:block;z-index:15;transform-origin:50% 0}
html.pixel-ratio-2 .layout-dark .data-table.data-table-collapsible tr:before{transform:scaleY(0.5)}
html.pixel-ratio-3 .layout-dark .data-table.data-table-collapsible tr:before{transform:scaleY(0.33)}
.layout-dark .data-table.data-table-collapsible tr:hover{background-color:inherit}}
.layout-white .navbar,.navbar.layout-white,.layout-white .subnavbar,.subnavbar.layout-white{background-color:#fff;color:#000}
.layout-white .navbar:after,.navbar.layout-white:after,.layout-white .subnavbar:after,.subnavbar.layout-white:after{background-color:#ddd}
.layout-white .toolbar,.toolbar.layout-white{background-color:#fff;color:#000}
.layout-white .toolbar:before,.toolbar.layout-white:before{background-color:#ddd}
.layout-white .picker-modal .toolbar{background-color:#fff}
.layout-white .popover .picker-modal .toolbar{background:0 0}
.layout-white .popover .picker-modal .picker-center-highlight:before,.layout-white .picker-modal.picker-modal-inline .picker-center-highlight:before{background-color:#ddd}
.layout-white .popover .picker-modal .picker-center-highlight:after,.layout-white .picker-modal.picker-modal-inline .picker-center-highlight:after{background-color:#ddd}
.layout-white .popover .picker-modal .picker-calendar-week-days:after,.layout-white .picker-modal.picker-modal-inline .picker-calendar-week-days:after,.layout-white .popover .picker-modal .picker-calendar-row:after,.layout-white .picker-modal.picker-modal-inline .picker-calendar-row:after{background-color:#ddd}
.layout-white .popover .picker-modal .toolbar~.picker-modal-inner .picker-calendar-months:before,.layout-white .picker-modal.picker-modal-inline .toolbar~.picker-modal-inner .picker-calendar-months:before,.layout-white .popover .picker-modal .picker-calendar-week-days~.picker-calendar-months:before,.layout-white .picker-modal.picker-modal-inline .picker-calendar-week-days~.picker-calendar-months:before{background-color:#ddd}
.layout-white .popover .picker-modal .toolbar:after{background-color:#ddd}
.layout-white .photo-browser .navbar,.layout-white .views .view[data-page=photo-browser-slides] .navbar,.layout-white .photo-browser .toolbar,.layout-white .views .view[data-page=photo-browser-slides] .toolbar{color:#000;background:rgba(247,247,247,.95)}
.layout-white .photo-browser-dark .navbar,.layout-white .photo-browser-dark .toolbar{background:rgba(30,30,30,.8);color:#fff}
.layout-white .tabbar a:not(.active){color:#777}
.layout-white .page,.layout-white .login-screen-content,.page.layout-white,.layout-white .panel,.panel.layout-white{background-color:#fff;color:#000}
.layout-white .content-block-title{color:#777}
.layout-white .content-block,.content-block.layout-white{color:#777}
.layout-white .content-block-inner{background:#fafafa;color:#000}
.layout-white .content-block-inner:after{background-color:#ddd}
.layout-white .content-block-inner:before{background-color:#ddd}
.layout-white .list-block ul,.list-block.layout-white ul{background:#fff}
.layout-white .list-block ul:after,.list-block.layout-white ul:after{background-color:#ddd}
.layout-white .list-block ul:before,.list-block.layout-white ul:before{background-color:#ddd}
.layout-white .list-block.inset ul,.list-block.layout-white.inset ul{background:#fafafa}
.layout-white .list-block.notifications>ul,.list-block.layout-white.notifications>ul{background:0 0}
.layout-white .popover-inner>.list-block ul{background:0 0}
.layout-white li.sorting{background-color:#eee}
.layout-white .swipeout-actions-left a,.layout-white .swipeout-actions-right a{background-color:#c7c7cc}
.layout-white .item-inner,.layout-white .list-block ul ul li:last-child .item-inner{border-color:#ddd}
.layout-white .item-inner:after,.layout-white .list-block ul ul li:last-child .item-inner:after{background-color:#ddd}
.layout-white .item-after{color:#8e8e93}
html:not(.watch-active-state) .layout-white .item-link:active,html:not(.watch-active-state) .layout-white label.label-checkbox:active,html:not(.watch-active-state) .layout-white label.label-radio:active,.layout-white .item-link.active-state,.layout-white label.label-checkbox.active-state,.layout-white label.label-radio.active-state{background-color:#eee}
.layout-white .item-link.list-button:after,.layout-white .list-button:after{background-color:#ddd}
.layout-white .list-block-label{color:#777}
.layout-white .item-divider,.layout-white .list-group-title{background:#f7f7f7;color:#777}
.layout-white .item-divider:before,.layout-white .list-group-title:before{background-color:#ddd}
.layout-white .searchbar{background:#c9c9ce}
.layout-white .searchbar:after{background-color:#b4b4b4}
.layout-white .list-block input[type=text],.list-block.layout-white input[type=text],.layout-white .list-block input[type=password],.list-block.layout-white input[type=password],.layout-white .list-block input[type=email],.list-block.layout-white input[type=email],.layout-white .list-block input[type=tel],.list-block.layout-white input[type=tel],.layout-white .list-block input[type=url],.list-block.layout-white input[type=url],.layout-white .list-block input[type=date],.list-block.layout-white input[type=date],.layout-white .list-block input[type=datetime-local],.list-block.layout-white input[type=datetime-local],.layout-white .list-block input[type=number],.list-block.layout-white input[type=number],.layout-white .list-block select,.list-block.layout-white select,.layout-white .list-block textarea,.list-block.layout-white textarea{color:#777}
.layout-white .label-switch .checkbox{background-color:#e5e5e5}
.layout-white .label-switch .checkbox:before{background-color:#fff}
.layout-white .range-slider input[type=range]:after{background:#fff}
.layout-white .timeline-item-inner{background:#fafafa}
.layout-white .content-block-inner .timeline-item-inner{border-color:#ddd}
.layout-white .timeline-item-time{color:#8e8e93}
.layout-white .timeline-horizontal .timeline-item-date{background-color:#fff}
.layout-white .timeline-horizontal .timeline-item-date:after{background-color:#ddd}
.layout-white .timeline-horizontal .timeline-item:after{background-color:#ddd}
.layout-white .timeline-year-title,.layout-white .timeline-month-title{background-color:#fff}
.layout-white .timeline-month .timeline-item:before{background-color:#ddd}
.layout-white .timeline-year:after{background-color:#ddd}
html.pixel-ratio-2 .bd-left:before,html.pixel-ratio-2 .tex li:after,html.pixel-ratio-2 .bd-right:before{transform:scaleX(0.5);transform-origin:100% 50%}
html.pixel-ratio-2 .activities .timeline:before{border-width:.5px}
html.pixel-ratio-2 .bd-top:before,html.pixel-ratio-2 .theNavBarInner.EI li .border,html.pixel-ratio-2 .tex.have-border:after,html.pixel-ratio-2 .tex ul:after,html.pixel-ratio-2 .bd-bottom:before{transform:scaleY(0.5);transform-origin:50% 100%}
html.pixel-ratio-3 .bd-left:before,html.pixel-ratio-3 .tex li:after,html.pixel-ratio-3 .bd-right:before{transform:scaleX(0.33);transform-origin:100% 50%}
html.pixel-ratio-3 .activities .timeline:before{border-width:.33px}
html.pixel-ratio-3 .bd-top:before,html.pixel-ratio-3 .theNavBarInner.EI li .border,html.pixel-ratio-3 .tex.have-border:after,html.pixel-ratio-3 .tex ul:after,html.pixel-ratio-3 .bd-bottom:before{transform:scaleY(0.33);transform-origin:50% 100%}
@media screen and (max-width:1024px){html{font-size:136.53333px}}
@media screen and (max-width:800px){html{font-size:106.66667px}}
@media screen and (max-width:768px){html{font-size:102.4px}}
@media screen and (max-width:720px){html{font-size:96px}}
@media screen and (max-width:530px){html{font-size:70.66667px}}
@media screen and (max-width:430px){html{font-size:57.33333px}}
@media screen and (max-width:414px){html{font-size:55.2px}}
@media screen and (max-width:412px){html{font-size:54.93333px}}
@media screen and (max-width:410px){html{font-size:54.66667px}}
@media screen and (max-width:384px){html{font-size:51.2px}}
@media screen and (max-width:375px){html{font-size:50px}}
@media screen and (max-width:360px){html{font-size:48px}}
@media screen and (max-width:320px){html{font-size:42.66667px}}
.clickA{display:block}
.clickA.active-state{background:rgba(51,51,51,.1)}
.list-title{position:relative;width:100%;height:auto;padding-left:.2rem;padding-right:.2rem;padding-top:.2rem;padding-bottom:.2rem;font-size:16px;color:#333;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.list-title.line:after{position:absolute;left:0;top:0;bottom:0;margin:auto;width:2px;height:15px;background:#0e76bc;content:""}
.list-title.spot:after{position:absolute;left:0;top:0;bottom:0;margin:auto;width:5px;height:5px;background:#0e76bc;content:""}
.page{background:#f6fafe}
.theme-white a,.theme-white .item-link.list-button,.theme-white .list-button{color:#333}
.navbar{color:#fff;background:#0e76bc}
.navbar:after,.navbar:before{display:none}
.navbar .left a{color:#fff}
.toolbar{position:relative;height:49px;background:#fff}
.toolbar:before{display:none}
.toolbar .toolbar-item{position:relative;display:block;width:25%;text-align:center;font-size:12px;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}
.toolbar .toolbar-item .iconfont{display:block;font-size:21px;color:gray}
.toolbar .toolbar-item span{display:inline-block;text-align:center;color:gray;font-size:12px}
.toolbar .toolbar-item.active .iconfont{color:#0e76bc}
.toolbar .toolbar-item.active span{color:#0e76bc}
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
html{line-height:1.15;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}
body{margin:0}
article,aside,footer,header,nav,section{display:block}
h1{font-size:2em;margin:.67em 0}
figcaption,figure,main{display:block}
figure{margin:1em 40px}
hr{box-sizing:content-box;height:0;overflow:visible}
pre{font-family:monospace,monospace;font-size:1em}
a{background-color:transparent;-webkit-text-decoration-skip:objects}
abbr[title]{border-bottom:0;text-decoration:underline;text-decoration:underline dotted}
b,strong{font-weight:inherit}
b,strong{font-weight:bolder}
code,kbd,samp{font-family:monospace,monospace;font-size:1em}
dfn{font-style:italic}
mark{background-color:#ff0;color:#000}
small{font-size:80%}
sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}
sub{bottom:-.25em}
sup{top:-.5em}
audio,video{display:inline-block}
audio:not([controls]){display:none;height:0}
img{border-style:none}
svg:not(:root){overflow:hidden}
button,input,optgroup,select,textarea{font-family:sans-serif;font-size:100%;line-height:1.15;margin:0}
button,input{overflow:visible}
button,select{text-transform:none}
button,html [type=button],[type=reset],[type=submit]{-webkit-appearance:button}
button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{border-style:none;padding:0}
button:-moz-focusring,[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring{outline:1px dotted ButtonText}
fieldset{padding:.35em .75em .625em}
legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}
progress{display:inline-block;vertical-align:baseline}
textarea{overflow:auto}
[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}
[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}
[type=search]{-webkit-appearance:textfield;outline-offset:-2px}
[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}
::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}
details,menu{display:block}
summary{display:list-item}
canvas{display:inline-block}
template{display:none}
[hidden]{display:none}
.clearfix:before,.clearfix:after{content:" ";display:table}
.clearfix:after{clear:both}
.center-block{display:block;margin-left:auto;margin-right:auto}
.pull-right{float:right!important}
.pull-left{float:left!important}
.hide{display:none!important}
.show{display:block!important}
.mt{margin-top:20px!important}
.mb{margin-bottom:20px!important}
.ml{margin-left:20px!important}
.mr{margin-right:20px!important}
*{box-sizing:border-box}
:before,:after{box-sizing:border-box}
body{width:100%;height:100%;position:relative;line-height:1.5;font-family:Tahoma,"Helvetica Neue","Lantinghei SC",Arial,"Microsoft Yahei","Hiragino Sans GB",STXihei,Helvetica,sans-serif;font-size:14px;color:#585858}
body.gray-bg{background-color:#f9f9f9}
input,button,select,textarea{font-family:inherit;font-size:inherit;line-height:inherit}
a{color:#333;text-decoration:none}
a:hover,a:focus{color:#1085d4;outline:0}
figure{margin:0}
img{vertical-align:middle}
h1,.h1{font-size:36px}
h2,.h2{font-size:30px}
h3,.h3{font-size:24px}
h4,.h4{font-size:18px}
h5,.h5{font-size:14px}
h6,.h6{font-size:12px}
pre code{font-family:Consolas,Monaco,monospace}
.page-wrapper{transition:transform .5s ease}
.container{position:relative}
@media screen and (min-width:1000px){.container{margin:0 auto;max-width:960px;width:960px}
.container.is-fluid{margin:0 20px;max-width:none;width:auto}}
@media screen and (min-width:1192px){.container{max-width:1152px;width:1152px}}
@media screen and (min-width:1384px){.container{max-width:1344px;width:1344px}}
@media screen and (max-width:768px){.container{padding:0 20px}}
.wrapper{position:relative;display:block;margin-left:auto;margin-right:auto;width:1200px}
.li-spacing{display:inline-block;vertical-align:middle;margin:0 10px;height:12px;width:1px;background-color:silver}
.li-bull{vertical-align:middle;display:inline-block;margin:0 10px;height:3px;width:3px;border-radius:50%;background-color:#ccc}
.nodata{margin:20px auto;width:140px;text-align:center}
.nodata img{width:140px;height:auto}
.nodata p{margin:0;padding-top:5px;font-size:16px;color:gray}
.bgBox{position:relative;width:100%;height:100%;background:url(/prototype/12348-xinjiang-app/static/assets/images/background-img.png) no-repeat;background-position:left bottom;background-size:100% auto}
.bgBox .blank-warp{position:absolute;left:0;right:0;top:0;bottom:0;margin:auto;width:3.25rem;height:2.08rem;background:url(/prototype/12348-xinjiang-app/static/assets/images/have-no.png) no-repeat;background-size:cover}
.page{background:#f5f5f5}
.bd-left:before{position:absolute;left:0;top:0;width:1px;height:100%;content:"";background:#eee}
.bd-right:before{position:absolute;right:0;top:0;width:1px;height:100%;content:"";background:#eee}
.bd-top:before{position:absolute;left:0;top:0;width:100%;height:1px;content:"";background:#eee}
.bd-bottom:before{position:absolute;left:0;bottom:0;width:100%;height:1px;content:"";background:#eee}
.search{position:relative;width:100%;height:auto;padding-top:.25rem;padding-right:.25rem;padding-left:.25rem;padding-bottom:.25rem;background:#0e76bc}
.search .input-box{position:relative;width:100%;height:.9rem;border-radius:6px;overflow:hidden}
.search .search-input{width:100%;height:100%;padding-right:.8rem;padding-left:.25rem;font-size:16px;border:0;list-style:none;color:#333}
.search .iconfont.icon-icon-search{position:absolute;right:.25rem;top:0;bottom:0;margin:auto;line-height:.9rem;font-size:.42rem;color:#0e76bc}
.notice{position:relative;width:100%;height:auto;padding-top:.25rem;background:#0e76bc}
.notice:before,.notice:after{content:" ";display:table}
.notice:after{clear:both}
.notice:before{display:none}
.notice .icon-box{position:relative;width:.55rem;height:25px;float:left}
.notice .icon-box.bd-right:before{top:0;bottom:0;margin:auto;height:60%}
.notice .iconfont{color:#fff}
.notice .link-box{position:relative;width:calc(100% - .55rem);height:25px;padding-left:.2rem;line-height:25px;color:#fff;float:left;overflow:hidden}
.notice .link-box .swiper-container{height:100%}
.notice .link-box .swiper-slide{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.notice .link-box .swiper-slide a{color:#fff}
.index-link-box{width:100%;height:auto;margin-top:.2rem;background:#fff}
.index-link-box:before,.index-link-box:after{content:" ";display:table}
.index-link-box:after{clear:both}
.index-link-box .title{margin:0;font-size:16px;line-height:100%;color:#333;font-weight:400}
.index-link-box .subtitle{margin:.2rem 0 0;font-size:13px;line-height:100%;color:gray;font-weight:400}
.index-link-box a.active-state{background:rgba(51,51,51,.1)}
.index-link-box .link-left{position:relative;width:3rem;height:3.5rem;padding-left:.25rem;padding-right:.25rem;padding-top:.4rem;float:left;display:block;background:#fff}
.index-link-box .link-right{position:relative;width:calc(100% - 3rem);height:calc(3.5rem / 2);padding-left:.25rem;padding-right:.25rem;padding-top:.48rem;float:left;display:block;background:#fff}
.index-link-box .pg1{position:absolute;left:0;right:0;bottom:.25rem;margin:auto;width:2.23rem;height:1.64rem;background-size:100% 100%}
.index-link-box .pg2{position:absolute;right:.25rem;top:0;bottom:0;margin:auto;width:1.2rem;height:1.2rem;background-size:100% 100%}
.message-list{position:relative;width:100%;height:auto;margin-top:.2rem;padding-bottom:.25rem}
.message-list .title{position:relative;width:100%;height:.8rem;padding-left:.25rem;padding-right:.25rem;line-height:.8rem;background:#fff}
.message-list .title .name{font-size:16px;color:#333;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.message-list .title .more{font-size:16px;color:#333;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.message-list .list-box{width:100%;height:auto}
.message-list .list-content{position:relative;width:100%;min-height:1.5rem;padding:.25rem;display:block;background:#fff}
.message-list .list-content:before,.message-list .list-content:after{content:" ";display:table}
.message-list .list-content:after{clear:both}
.message-list .list-content .text-h3{margin:0;font-size:16px;color:#333;font-weight:400}
.message-list .content-box{width:100%;height:auto}
.message-list .list-content.pic .content-box{width:calc(100% - 2rem)}
.message-list .list-content.pic .text-h3{padding-left:.25rem}
.message-list .list-content.pic .time-wrap{padding-left:.25rem}
.message-list .pic-box{width:2rem;height:1.5rem;background-size:100% 100%;border-radius:6px}
.message-list .time-wrap{width:100%;height:auto;margin-top:.2rem;line-height:100%;color:gray}
.message-list .time-wrap .company,.message-list .time-wrap .time{display:inline-block}
.message-list .time-wrap .company{width:60%;display:inline-block;text-align:left;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.message-list .time-wrap .time{width:40%;display:inline-block;text-align:right;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.message-list .list-content.active-state{background:rgba(51,51,51,.1)}
.message-list .list-content:last-child:before{display:none}
.advice-type-wrap{width:100%;height:auto}
.advice-type-wrap .title{width:100%;height:auto;padding-left:.25rem;padding-right:.25rem;padding-top:.25rem;padding-bottom:.25rem;line-height:100%;font-size:15px;color:gray;background:#f5f5f5}
.advice-type-wrap .title span{color:#333}
.advice-type-wrap .title span i{margin-left:.2rem;color:#ec4040;font-style:normal}
.line-list{width:100%;height:auto;margin:0 0 .25rem;padding:0 .25rem;background:#fff}
.line-list.showIcon .list a .iconfont{display:inline-block}
.line-list .list{width:100%;height:auto}
.line-list .list a{position:relative;display:block;width:100%;height:auto;padding-top:.25rem;padding-bottom:.25rem;line-height:100%}
.line-list .list a:before,.line-list .list a:after{content:" ";display:table}
.line-list .list a:after{clear:both}
.line-list .list .name{width:40%;display:inline-block;font-size:16px;color:gray;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.line-list .list .codebut{position:absolute;right:-.25rem;top:.02rem;padding-left:.25rem;padding-right:.25rem;padding-top:.25rem;padding-bottom:.25rem;font-size:16px;color:#fff;background:#1fbf89}
.line-list .list input{width:60%;height:100%;line-height:100%;border:0;outline:0;display:inline-block;float:right;color:#333;font-size:16px}
.line-list .list input.yzm{position:absolute;right:0;top:0;padding-right:2rem}
.line-list .list p{margin:0;font-size:16px;color:#ec4040;float:right}
.line-list .list .iconfont{font-size:16px;color:gray;display:none}
.line-list .list .content{margin-right:.1rem;font-size:16px;color:gray}
.line-list .list.ex a:before{background:#ec4040}
.line-list .list.ex input{color:#ec4040}
.line-list .list.active a .name,.line-list .list.active a .iconfont{color:#0e76bc;display:inline-block}
.line-list .list:last-child a:before{display:none}
.advice-banner{position:relative;width:100%;height:3rem;background-size:100% 100%;display:block;background:linear-gradient(to right,#0e76bc,#1e99df)}
.advice-banner h4,.advice-banner h5{margin:0;line-height:100%;color:#fff}
.advice-banner .name{position:absolute;left:3.7rem;top:.95rem;display:inline-block;font-size:24px}
.advice-banner .subname{position:absolute;left:3.7rem;top:1.72rem;display:inline-block;font-size:16px;font-weight:400}
.advice-banner .pic{position:absolute;right:3.29rem;bottom:0;width:3.51rem;height:2.6rem;background-size:100% 100%}
.advice-banner.get2{background:linear-gradient(to right,#13c7bc,#11c1b7)}
.advice-banner.get2 .pic{right:0;bottom:0;width:100%;height:100%}
.advice-banner.get2 .name,.advice-banner.get2 .subname{left:.5rem}
.advice-banner .swiper-container{position:relative;width:100%;height:100%}
.advice-brack{width:100%;height:200px;margin-top:-100px;border-radius:40%;background:#0e76bc}
.form-box{width:100%;height:auto;margin-top:-100px;padding-bottom:.25rem;padding-left:.25rem;padding-right:.25rem}
.form-box form{padding-top:.25rem;border-radius:6px;background:#fff;overflow:hidden}
.form-box .title{width:100%;height:auto;line-height:100%;padding-right:.25rem;padding-left:.25rem;padding-bottom:.2rem;font-size:16px;color:#333;background:#fff}
.form-box .input-box{position:relative;width:100%;height:auto;padding-right:.25rem;padding-left:.25rem;margin-bottom:.25rem;background:#fff}
.form-box .input-box a{position:relative;width:100%;height:auto;display:block}
.form-box .input-box .iconfont.icon-icon-to-right{position:absolute;right:.25rem;top:0;bottom:0;margin:auto;line-height:.9rem}
.form-box .input-box .number-box{position:absolute;right:.5rem;bottom:.25rem;font-size:15px;color:#333}
.form-box .input-box .number-box .firs{color:gray}
.form-box .text{width:100%;height:.9rem;padding-left:.25rem;padding-right:.25rem;border:0;list-style:none;outline:0;background:#fff;font-size:16px;color:#333;background:#f5f5f5}
.form-box .areatext{width:100%;height:3.8rem;padding-left:.25rem;padding-right:.25rem;padding-top:.25rem;padding-bottom:.25rem;display:block;font-size:16px;color:#333;border:0;outline:0;resize:none;background:#f5f5f5}
.form-box .checkbox{width:100%;height:auto;margin-bottom:.25rem;padding-left:.25rem;padding-right:.25rem;font-size:16px}
.advice-link{width:100%;height:auto}
.advice-link .title-box{position:relative;width:100%;height:auto;padding-left:.25rem;padding-right:.25rem}
.link-box-advice{width:100%;height:auto;margin:0;padding:0;list-style:none}
.link-box-advice:before,.link-box-advice:after{content:" ";display:table}
.link-box-advice:after{clear:both}
.link-box-advice .list{width:calc(100% / 3 - .35rem);height:auto;margin-left:.25rem;margin-bottom:.25rem;float:left;text-align:center;background:#fff;border-radius:6px;overflow:hidden}
.link-box-advice .list a{width:100%;height:auto;padding-top:.5rem;padding-bottom:.45rem;display:block}
.link-box-advice .icon-wrap{width:.8rem;height:.8rem;margin:0 auto;text-align:center;line-height:.8rem;border-radius:50%;background:#0e76bc}
.link-box-advice .iconfont{font-size:.4rem;color:#fff}
.link-box-advice .name{width:100%;display:inline-block;margin-top:.18rem;font-size:16px;color:#333;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.link-box-advice.advice-list{background:#fff}
.link-box-advice.advice-list .list{border:1px solid #eee}
.link-box-advice.advice-list .list.active{background:#0e76bc;border-color:#0e76bc}
.link-box-advice.advice-list .list.active .name{color:#fff}
.link-box-advice.advice-list .list a{padding-top:.2rem;padding-bottom:.2rem;line-height:100%}
.link-box-advice.advice-list .list .name{margin:0;line-height:100%}
.page.service .page-content.hidden{overflow:hidden}
.search-box{position:relative;width:100%;height:1.6rem;background:#f5f5f5;box-sizing:border-box;padding-top:.401rem}
.search-box .search-border{position:absolute;left:0;right:0;bottom:0;top:0;margin:auto;width:7.02rem;height:.82rem;background:#e0e0e0;border-radius:5px;box-sizing:border-box}
.search-box .inner-search{position:relative;margin:0 auto;width:7rem;height:.8rem}
.search-box .inner-search:before,.search-box .inner-search:after{content:" ";display:table}
.search-box .inner-search:after{clear:both}
.search-box .magnifier{height:100%;width:.1rem;float:left;background:#fff;border-radius:5px 0 0 5px;box-sizing:border-box;text-align:center;line-height:.8rem}
.search-box .magnifier i{font-size:20px;color:#0ebc4f}
.search-box input{position:relative;width:5.65rem;height:100%;box-sizing:border-box;border:0;background:#fff;border-radius:0;outline:0;color:#333;font-size:16px}
.search-box .button{position:absolute;right:0;top:0;margin:0;display:block;width:1.65rem;height:100%;border:0;background:#348ac7;float:right;border-radius:0 5px 5px 0;text-align:center;line-height:.8rem;color:#fff;font-size:16px}
.search-box .button.active-state{background:#10d459}
.screen-box{position:relative;width:100%;height:.88rem;background:#fff}
.screen-box .inner-btn-box{position:relative;width:100%;height:100%}
.screen-box .inner-btn-box.three .screen-btn{width:calc(100% / 3)}
.screen-box .inner-btn-box.three .lssf{display:block}
.screen-box .screen-btn{position:relative;width:50%;height:100%;text-align:center;line-height:.88rem;font-size:16px}
.screen-box .screen-btn .iconfont{display:inline-block;transform:rotate(90deg)}
.screen-box .screen-btn.lssf{display:none}
.screen-box .screen-btn:last-child:before{display:none}
.screen-box .content-list{position:absolute;left:0;top:.88rem;width:100%;height:auto;background:#fff;display:none;z-index:150}
.screen-box .content-list.active{display:block}
.screen-box .shadow-box{position:absolute;left:0;top:.88rem;width:100%;height:800px;background:rgba(51,51,51,.2);z-index:100;display:none}
.screen-box .shadow-box.active{display:block}
.screen-box .screen-btn.active{color:#0e76bc}
.screen-box .screen-btn.active .iconfont{transform:rotate(-90deg)}
.screen-box .type-box{position:relative;width:100%;height:auto}
.screen-box .type-box .inner-list-box{position:relative;width:50%;height:auto}
.screen-box .type-box .inner-btn{position:relative;width:100%;height:44px;line-height:44px;text-align:center;font-size:16px;color:#333}
.screen-box .type-box .inner-btn.active{color:#0e76bc}
.screen-box .type-list-wrap,.screen-box .area-list-wrap{width:100%;height:auto;margin:0;padding:0;list-style:none;display:none}
.screen-box .type-list-wrap.active,.screen-box .area-list-wrap.active{display:block}
.screen-box .type-list-wrap li,.screen-box .area-list-wrap li{position:relative;width:100%;height:auto}
.screen-box .type-list-wrap li:before,.screen-box .area-list-wrap li:before{position:absolute;left:0;bottom:0;width:100%;height:1px;background:#eee;content:"";transform:scaleY(0.5);transform-origin:50% 100%}
.screen-box .type-list-wrap li:last-child:before,.screen-box .area-list-wrap li:last-child:before{display:none}
.screen-box .type-list-wrap li.active a,.screen-box .area-list-wrap li.active a{color:#0e76bc}
.screen-box .type-list-wrap li.active a .iconfont,.screen-box .area-list-wrap li.active a .iconfont{display:block}
.screen-box .type-list-wrap a,.screen-box .area-list-wrap a{width:100%;height:44px;padding-left:.25rem;padding-right:.25rem;line-height:44px;color:#333;font-size:16px;display:block}
.screen-box .type-list-wrap a .iconfont,.screen-box .area-list-wrap a .iconfont{display:none}
.screen-box .area-list-wrap{display:block}
.pep-card-warp{width:100%;height:auto;margin:0 auto}
.PepCard{position:relative;width:100%;margin-top:10px;background:#fff;box-sizing:border-box;border-radius:4px;overflow:hidden}
.PepCard a{display:block;position:relative;width:100%;min-height:1.7rem;padding:.32rem .25rem .1rem 1.8rem}
.PepCard .image{position:absolute;left:.26rem;top:.25rem;width:1.2rem;height:1.2rem;border-radius:50%;background-size:cover}
.PepCard h3{position:relative;width:100%;margin:0 0 .1rem;color:#333;font-weight:400;overflow:hidden;text-overflow:ellipsis}
.PepCard h3:before,.PepCard h3:after{content:" ";display:table}
.PepCard h3:after{clear:both}
.PepCard h3 p{display:inline-block;min-width:1rem;max-width:100%;height:100%;float:left;margin:0;font-size:16px;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;overflow:hidden}
.PepCard h3 .tag,.PepCard h3 .taglis{display:inline-block;min-width:.5rem;max-width:1.4rem;padding:0 .08rem;border-radius:2px;height:20px;text-align:center;line-height:20px;margin-left:5px;color:#fff;float:left;font-size:12px;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;overflow:hidden}
.PepCard h3 .time{display:block;min-width:.5rem;max-width:1.8rem;padding:0 .08rem;border-radius:2px;height:20px;text-align:center;line-height:20px;margin-left:5px;color:gray;float:left;font-size:12px;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;overflow:hidden}
.PepCard h3 .time i{font-style:normal;color:#0e76bc;font-size:15px}
.PepCard .no-bg{display:block;max-width:100%;height:20px;line-height:20px;overflow:hidden;overflow:hidden}
.PepCard .no-bg:before,.PepCard .no-bg:after{content:" ";display:table}
.PepCard .no-bg:after{clear:both}
.PepCard .no-bg p{display:inline-block;float:left;font-size:15px;color:gray}
.PepCard .no-bg .taglis{height:100%;line-height:20px;display:inline-block;float:left;border:1px solid #0e76bc;color:#0e76bc}
.PepCard h4{margin:0 0 .1rem;font-size:14px;color:gray;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;overflow:hidden;font-weight:400}
.PepCard.red .tag{background:#ec4040}
.PepCard.blue .tag{background:#348ac7}
.PepCard.green .tag{background:#0ebc4f}
.PepCard.yellow .tag{background:#fdc00f}
.number-warp{position:relative;width:100%;height:auto;padding-top:.15rem;padding-bottom:.15rem;overflow:hidden}
.number-warp:after{position:absolute;top:0;left:0;width:100%;height:1px;background:#f1f3f5;content:""}
.number-warp:before,.number-warp:after{content:" ";display:table}
.number-warp:after{clear:both}
.number-warp .numbers{position:relative;width:calc(100% / 2);float:left;text-align:center}
.number-warp .numbers:after{position:absolute;top:-.15rem;right:0;width:1px;height:150%;background:#f1f3f5;content:""}
.number-warp .numbers:last-child:after{display:none}
.number-warp .number{display:inline-block;max-width:45%;padding-left:5px;padding-right:5px;color:#348ac7;font-size:15px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.number-warp .name{display:inline-block;max-width:45%;padding-left:5px;padding-right:5px;color:gray;font-size:13px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.top-brick{width:100%;height:1rem;background:#0e76bc}
.user-content-box{width:100%;height:auto;padding-right:.25rem;padding-left:.25rem}
.user-message{position:relative;display:block;width:100%;height:auto;padding:.25rem;margin-top:-.9rem;margin-bottom:.2rem;background:linear-gradient(to right,#0e76bc,#1a94da)}
.user-message .pic{width:1.17rem;height:1.17rem;border-radius:50%;background-size:cover}
.user-message .content{width:calc(100% - 1.17rem);height:auto;padding-left:.25rem}
.user-message .content .name,.user-message .content .number{display:block;color:#fff}
.user-message .content .name{font-size:20px}
.user-message .content .number{font-size:15px}
.user-message .iconfont.icon-icon-to-right{position:absolute;top:0;bottom:0;margin:auto;width:30px;height:30px;line-height:30px;text-align:center;right:0;color:#fff;font-size:16px}
.user-number{width:100%;height:auto;margin-bottom:.2rem;border-radius:6px;background:#fff;overflow:hidden}
.user-number .number-text{position:relative;width:calc(100% / 3);height:auto;float:left;padding-top:.25rem;padding-bottom:.25rem;padding-left:.2rem;padding-right:.2rem;text-align:center;display:block}
.user-number .number-text.active-state{background:rgba(51,51,51,.1)}
.user-number .number-text:last-child:before{display:none}
.user-number .number{width:100%;display:inline-block;font-size:20px;color:#333;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.user-number .number i{margin-left:5px;font-size:12px;font-style:normal;color:gray}
.user-number .text{width:100%;display:inline-block;font-size:14px;color:gray;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.user-message-list{width:100%;height:auto;margin:0;padding:0;list-style:none;border-radius:6px;overflow:hidden}
.user-message-list .list{width:100%;height:auto;background:#fff;margin-bottom:.25rem}
.user-message-list .list .clickA{position:relative;width:100%;height:auto;border-radius:6px;overflow:hidden}
.user-message-list .name-time,.user-message-list .content,.user-message-list .label{width:100%;height:auto;padding-left:.25rem;padding-right:.25rem;line-height:100%}
.user-message-list .name-time{padding-top:.25rem;font-size:13px;color:gray}
.user-message-list .name-time .name{max-width:calc(100% - 110px);display:inline-block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.user-message-list .name-time .time{margin-left:10px}
.user-message-list .content{padding-top:.25rem;line-height:20px;font-size:16px;color:#333}
.user-message-list .content span{position:relative;display:inline-block;padding-bottom:.25rem}
.user-message-list .label{position:relative;padding-top:.2rem;padding-bottom:.2rem}
.user-message-list .label .label-inner-box{max-width:calc(100% - 80px);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.user-message-list .label .inner-label{color:#0e76bc;font-weight:400}
.user-message-list .label .not-to{color:#ec4040;font-weight:400}
.user-message-list .abj-box{position:relative;width:.6rem;height:.6rem;float:right}
.user-message-list .adopt{position:relative;float:right;width:.6rem;height:.6rem;padding-top:.05rem;display:block;text-align:right;line-height:100%;color:#fff}
.user-message-list .abj{position:absolute;top:-.1rem;right:-.1rem;width:.6rem;height:.6rem;border-width:.4rem;border-style:solid;border-color:#0ebc4f #0ebc4f transparent transparent;display:block}
.user-message-list .list.df .abj-box{display:block}
.user-message-list .list.df .not-to{display:none}
.user-message-list .list.wdf .abj-box{display:none}
.user-message-list .list.wdf .not-to{display:block}
.tex{position:relative;width:100%;height:.88rem;margin-top:.25rem;box-sizing:border-box;background:#fff;overflow:hidden}
.tex.have-border:after{position:absolute;left:0;top:0;content:"";width:100%;height:1px;transform-origin:50% 100%;background:#e0e0e0}
.tex ul{position:absolute;left:0;top:0;height:100%;margin:0;padding:0;list-style:none}
.tex ul:after{position:absolute;left:0;bottom:0;content:"";width:100%;height:1px;transform-origin:50% 100%;background:#e0e0e0}
.tex ul .theBorder{transition:all .3s ease;position:absolute;left:.3rem;bottom:0;min-width:1.25rem;height:2px;background:#ec4040}
.tex li{position:relative;float:left;min-width:2rem;height:100%;text-align:center;box-sizing:border-box;padding:0 .2rem;line-height:.88rem}
.tex li:after{position:absolute;right:0;top:0;width:1px;height:100%;background:#e0e0e0;content:""}
.tex li.active a{color:#348ac7;border-bottom-color:#348ac7}
.tex li:last-child:after{display:none}
.tex a,.tex label{position:relative;display:block;width:100%;height:100%;color:gray;font-size:15px;border-bottom:2px solid transparent}
.servicDetail-bg{position:absolute;left:0;top:0;width:100%;height:9rem;z-index:-1}
.servicDetail-bg .head{width:100%;height:40%;background:linear-gradient(to right,#0e76bc,#1a94da)}
.information-warp{width:7rem;height:auto;margin:15px auto .25rem;overflow:hidden}
.information-warp .inf-inner{position:relative;width:100%;height:auto;border-radius:4px;background:#fff;overflow:hidden;box-shadow:0 0 10px rgba(51,51,51,.1)}
.information-warp .inf-inner .numberc{position:absolute;top:.2rem;right:.2rem;font-size:12px;color:gray;line-height:100%;display:inline-block}
.information-warp .inf-inner .text-content{position:absolute;top:.5rem;right:.2rem;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:12px;color:gray;line-height:100%;display:inline-block}
.information-warp .head-pic{position:relative;width:1.66rem;height:1.66rem;border-radius:50%;margin:0 auto}
.information-warp .head-pic .pic-number{position:absolute;right:0;bottom:.05rem;width:.47rem;height:.47rem;text-align:center;line-height:.47rem;color:#fff;font-size:12px;background:#348ac7;border-radius:50%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.information-warp h3.names{margin-top:.27rem;margin-bottom:.27rem;text-align:center;font-size:17px;color:#333;font-weight:400}
.information-warp h3.names i{font-size:12px;color:gray;font-style:normal;margin-left:5px}
.information-warp .mechanism{display:inline-block;width:100%;height:auto;margin-bottom:.13rem;padding-right:10px;padding-left:10px;text-align:center;line-height:100%;font-size:15px;color:gray}
.information-warp .mechanism i{font-style:normal}
.link-warp{width:100%;height:auto;padding-top:.25rem;background:transparent}
.link-warp a{width:100%;padding:.15rem .3rem;text-align:center;color:#fff;border-radius:4px;display:block;font-size:18px}
.link-warp .iconfont{margin-right:10px}
.link-warp .red{background:#ec4040}
.link-warp .yellow{background:#fdc00f}
.link-warp .green{background:#0ebc4f}
.link-warp .blue{background:#348ac7}
.theNavBar{position:relative;width:100%;height:.9rem;background:#fff;margin:.2rem 0 0;padding:0;list-style:none;box-sizing:border-box}
.theNavBarInner{position:relative;width:100%;height:auto;display:none;padding:0 .3rem;box-sizing:border-box;background:#fff}
.theNavBarInner.active{display:block}
.theNavBarInner ul{position:relative;margin:0;padding:0;list-style:none}
.theNavBarInner.EI li{position:relative;width:100%;height:.88rem;line-height:.88rem}
.theNavBarInner.EI li .border{position:absolute;left:0;bottom:0;content:"";width:100%;height:1px;transform-origin:50% 100%;background:#e0e0e0}
.theNavBarInner.EI li:last-child .border{position:absolute;left:0;bottom:0;content:"";width:100%;height:1px;background:#fff}
.theNavBarInner.EI span{float:left;margin:0;padding:0;color:gray}
.theNavBarInner.EI p{margin:0;padding:0;float:right;color:#333}
.theNavBarInner.ADI .contentInner{position:relative;width:100%;height:auto;background:#fff;padding:15px 0;box-sizing:border-box}
.theNavBarInner.ADI .contentInner .border{position:absolute;left:0;bottom:0;content:"";width:100%;height:1px;transform-origin:50% 100%;background:#e0e0e0}
.theNavBarInner.ADI .contentInner .time{position:absolute;right:0;bottom:0;display:block}
.theNavBarInner.ADI .contentInner:last-child .border{background:#fff}
.theNavBarInner.ADI p{overflow:hidden;width:100%;height:100%;margin:0;font-size:16px;color:#333}
.theNavBarInner.qualified ul{padding-top:.6rem}
.theNavBarInner.qualified li{position:relative;width:100%;height:1.55rem;padding-left:.86rem;box-sizing:border-box}
.theNavBarInner.qualified li:before{position:absolute;left:.39rem;bottom:0;content:"";width:1px;height:1.18rem;background:#e0e0e0}
.theNavBarInner.qualified li i{position:absolute;left:.2rem;top:0;display:block;width:.4rem;height:.4rem;color:gray;text-align:center;line-height:.4rem}
.theNavBarInner.qualified li p{margin:0;color:gray;font-size:18px;margin-bottom:.3rem}
.theNavBarInner.qualified li span{color:gray;font-size:15px}
.theNavBarInner.qualified li .unitName{float:left}
.theNavBarInner.qualified li .time{float:right}
.theNavBarInner.qualified li:last-child:before{position:absolute;left:.4rem;bottom:0;content:"";width:0;height:1.18rem}
.theNavBarInner.qualified li.active i{color:#0ebc4f}
.theNavBarInner.qualified li.active p{color:#0ebc4f}
.theNavBarInner.qualified li.active span{color:#0ebc4f}
.theNavBarInner.Dishonesty .noThing{position:relative;width:100%;height:6rem}
.theNavBarInner.Dishonesty i{position:absolute;left:0;right:0;top:0;margin:auto;display:block;width:3rem;height:3rem;text-align:center;line-height:3rem;font-size:50px;color:gray}
.theNavBarInner.Dishonesty span{display:block;position:absolute;left:0;right:0;top:.7rem;margin:auto;font-size:16px;box-sizing:border-box;color:gray}
.theNavBarInner.Commend .inner{position:relative;width:100%;height:2.55rem;padding:.5rem 0;box-sizing:border-box;overflow:hidden}
.theNavBarInner.Commend .inner .border{position:absolute;content:"";left:0;bottom:0;width:100%;height:1px;transform-origin:50% 100%;background:#e0e0e0}
.theNavBarInner.Commend .inner:last-child .border{background:#fff}
.theNavBarInner.Commend h3{font-size:16px;color:#333;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;overflow:hidden;margin:0}
.theNavBarInner.Commend p{color:gray}
.theNavBarInner.Pep{padding:.3rem}
.theNavBarInner.Pep h3{font-size:16px;margin:0;font-weight:400;color:gray}
.theNavBarInner.Pep ul{margin-top:.2rem;margin-bottom:.2rem;width:100%;height:auto}
.theNavBarInner.Pep ul:before,.theNavBarInner.Pep ul:after{content:" ";display:table}
.theNavBarInner.Pep ul:after{clear:both}
.theNavBarInner.Pep ul li{width:20%;height:.5rem;float:left;text-align:left;line-height:.5rem;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;overflow:hidden}
.theNavBarInner.Las .contentInner{position:relative;width:100%;height:auto;background:#fff;padding:15px 0;box-sizing:border-box}
.theNavBarInner.Las .contentInner .border{position:absolute;left:0;bottom:0;content:"";width:100%;height:1px;transform-origin:50% 100%;background:#e0e0e0}
.theNavBarInner.Las .contentInner:last-child .border{background:#fff}
.theNavBarInner.Las p{overflow:hidden;width:100%;height:auto;margin:0;font-size:16px;color:#333}
.topB{position:absolute;left:0;top:0;width:100%;height:30px;background:0 0;text-align:left;line-height:30px;box-sizing:border-box;padding-left:.2rem;padding-top:.1rem;z-index:9999999999}
.topB span{margin-left:.1rem}
.tex{position:relative;width:100%;height:.88rem;box-sizing:border-box;background:#fff;overflow:hidden}
.tex.have-border:after{position:absolute;left:0;top:0;content:"";width:100%;height:1px;transform-origin:50% 100%;background:#e0e0e0}
.tex ul{position:absolute;left:0;top:0;height:100%;margin:0;padding:0;list-style:none}
.tex ul:after{position:absolute;left:0;bottom:0;content:"";width:100%;height:1px;transform-origin:50% 100%;background:#e0e0e0}
.tex ul .theBorder{transition:all .3s ease;position:absolute;left:.3rem;bottom:0;min-width:1.25rem;height:2px;background:#ec4040}
.tex li{position:relative;float:left;min-width:2rem;height:100%;text-align:center;box-sizing:border-box;padding:0 .2rem;line-height:.88rem}
.tex li:after{position:absolute;right:0;top:0;width:1px;height:100%;background:#e0e0e0;content:""}
.tex li.active a{color:#348ac7;border-bottom-color:#348ac7}
.tex li:last-child:after{display:none}
.tex a,.tex label{position:relative;display:block;width:100%;height:100%;color:gray;font-size:15px;border-bottom:2px solid transparent}
* .advice-link.law{background:#fff}
.law-tag{width:100%;height:auto;margin:0;padding:.25rem 0 0;list-style:none;background:#fff}
.law-tag .list{width:auto;height:auto;float:left;margin-left:.25rem;margin-bottom:.25rem;border:1px solid #eee}
.law-tag .list a{padding:.2rem .4rem;display:block;width:auto;height:auto}
.law-tag .list span{font-size:15px;color:#333}
.law-tag .list.active{background:#0e76bc;border-color:#0e76bc}
.law-tag .list.active span{color:#fff}
.law-search-box{width:100%;height:auto;margin-top:.25rem}
.law-search-box .search-box{background:#fff}
.law-message-detail{width:100%;height:auto;padding-right:.25rem;padding-left:.25rem;padding-top:.4rem;background:#fff}
.law-message-detail .title-h1{margin:0 0 .25rem;font-size:22px;color:#333}
.law-message-detail span{display:block;font-size:13px}
.law-message-detail .name{padding-top:.4rem;text-align:center;font-size:16px;color:gray}
.law-message-detail p{font-size:16px;color:gray}
.video-box{width:100%;height:auto}
.video-box .bad-video{width:100%;height:200px}
.video-box .name{width:100%;height:auto;padding-left:.25rem;padding-right:.25rem;padding-top:.3rem;padding-bottom:.3rem;background:#fff}
.video-box .name h3{margin:0 0 .3rem;font-size:18px;color:#333;font-weight:400}
.video-box .name span{font-size:13px;color:gray}
.user-message-list.detail .list a{border-radius:0}
.user-message-list.detail .time.pull-right{font-size:15px;color:gray;font-weight:400}
.user-message-list.detail .name-time{height:auto;padding-top:.3rem;padding-left:.9rem;padding-bottom:.3rem}
.user-message-list.detail .name-time .name{line-height:20px;font-size:16px;color:#333}
.user-message-list.detail .head-pic{position:absolute;left:.25rem;top:.25rem;width:.5rem;height:.5rem;border-radius:50%;background-size:cover}
.user-message-list.detail .content{padding-top:0;padding-bottom:0}
.user-message-list.detail .label{padding-top:.25rem;padding-bottom:.25rem}
.uesr-answer{position:relative;width:100%;height:auto;padding-bottom:.4rem;background:#fff}
.uesr-answer .title{width:100%;min-height:1.5rem;padding-top:.42rem;padding-bottom:.2rem;padding-left:1.5rem;padding-right:.25rem}
.uesr-answer .title .pic{position:absolute;left:.25rem;top:.3rem;width:1rem;height:1rem;border-radius:50%;background-size:cover}
.uesr-answer .title .name{font-size:16px;color:#333}
.uesr-answer .title .time{font-size:13px;color:gray}
.uesr-answer .content{margin:0;font-size:15px;color:gray;padding-left:.25rem;padding-right:.25rem}
.uesr-answer .user-not{width:1.29rem;height:1.61rem;margin:0 auto;background-size:100% 100%}
.advice-banner.hot-line .pic{right:0;bottom:-.23rem;width:100%;height:1.87rem}
.advice-banner.hot-line h4,.advice-banner.hot-line h5{left:.5rem;font-size:22px}
.advice-banner.hot-line h4{top:.5rem;font-weight:400}
.advice-banner.hot-line .subname{top:1.2rem;font-weight:400}
.advice-banner.hot-line .tell{position:absolute;top:.44rem;right:.5rem;padding-top:.1rem;padding-left:.28rem;padding-right:.28rem;padding-bottom:.1rem;border-radius:20px;border:1px solid #fff;display:block;font-size:16px;color:#fff}
.advice-prompt{width:100%;height:auto;margin:.77rem 0 0;padding:0 .6rem}
.advice-prompt .list{width:100%;height:auto;margin-bottom:.15rem}
.advice-prompt a{position:relative;width:100%;height:2.25rem;display:block}
.advice-prompt .number{position:absolute;top:0;left:0;width:.8rem;height:.8rem;text-align:center;line-height:.8rem;border-radius:50%;background:red;font-weight:700;color:#fff}
.advice-prompt .border{position:absolute;bottom:0;left:.4rem;width:1px;height:1.24rem;border-left:1px dashed red}
.advice-prompt .content{position:absolute;right:0;top:0;width:5.1rem;height:1.78rem;padding-top:.36rem;font-size:.36rem;color:#fff;background:red;border-top-right-radius:20px;border-bottom-right-radius:20px;border-bottom-left-radius:20px}
.advice-prompt .content span{display:inline-block}
.advice-prompt .content .fw1{padding-left:.6rem}
.advice-prompt .content .fw2{padding-left:1rem}
.advice-prompt .list.green .content,.advice-prompt .list.green .number{background:#adce53}
.advice-prompt .list.green .border{border-color:#adce53}
.advice-prompt .list.blue .content,.advice-prompt .list.blue .number{background:#7ac7e9}
.advice-prompt .list.blue .border{border-color:#7ac7e9}
.advice-prompt .list.yellow .content,.advice-prompt .list.yellow .number{background:#e86e2b}
.advice-prompt .list.yellow .border{border-color:#e86e2b}
.user-edit-wrap{width:100%;height:auto;padding-top:.7rem;padding-bottom:.3rem;margin-bottom:.25rem;text-align:center;background:#fff}
.user-edit-wrap .edit-pic{position:relative;width:1.55rem;height:1.55rem;margin:0 auto;background-size:cover}
.user-edit-wrap .bj{display:inline-block;font-size:16px;color:gray}
.user-edit-wrap label{margin-top:.1rem;display:inline-block}
.user-edit-wrap label input{display:none}
.advice-prompt-box{width:100%;height:auto;text-align:center}
.advice-prompt-box .message-down{width:1.5rem;height:1.64rem;margin:1.3rem auto 0;background-size:100% 100%}
.advice-prompt-box h3{margin:.45rem 0 0;font-size:18px;color:#333;font-weight:400}
.advice-prompt-box h4{margin:.35rem 0 0;font-size:16px;color:gray;font-weight:400}
.advice-prompt-box a{width:2.2rem;padding-top:.25rem;padding-bottom:.25rem;line-height:100%;display:block;margin:1.2rem auto 0;border:1px solid gray;border-radius:6px;font-size:16px;color:gray}