@CHARSET "UTF-8";
input[type="radio"] {
    clip: rect(0px, 0px, 0px, 0px);
    
}
.ui-radio {
    -moz-user-select: none;
    background-color: #fff;
    border: 1px solid rgba(208, 208, 213, 0.99);
    border-radius: 50%;
    box-sizing: border-box;
    display: inline-block;
    height: 20px;
    overflow: hidden;
    transition: border-color 0.2s ease 0s;
    vertical-align: -0.5ex;
    width: 20px;
}
:not(:disabled) + .ui-radio:hover {
    border-color: #ababaf;
}
.ui-radio::before {
    background-color: #00a5e0;
    border-radius: 50%;
    content: "";
    display: block;
    height: 10px;
    margin: 4px auto 0;
    visibility: hidden;
    width: 10px;
}
:checked + .ui-radio::before {
    animation: 0.2s ease 0s normal none 1 running bounceIn;
    visibility: visible;
}
.ui-radio.disabled, *:disabled + .ui-radio {
    border-color: #ababaf;
    opacity: 0.38;
}
.error.ui-radio {
    border-color: #f4615c;
}
@media �screen,screen {
.ui-radio {
    background: rgba(0, 0, 0, 0) url("ui/images/Radio/radio.png") no-repeat scroll 0 0;
}
.ui-radio:hover {
    background-position: 0 -20px;
}
[checked] + .ui-radio {
    background-position: 0 -40px;
}
[defaultChecked] + .ui-radio {
    background-position: 0 -40px;
}
[checked] + .ui-radio:hover, [checked][disabled] + .ui-radio {
    background-position: 0 -60px;
}
[defaultChecked] + .ui-radio:hover, [defaultChecked][disabled] + .ui-radio {
    background-position: 0 -60px;
}
[disabled] + .ui-radio {
    background-position: 0 -20px;
}
}
input[type="checkbox"] {
    clip: rect(0px, 0px, 0px, 0px);
    
}
.ui-checkbox {
    -moz-user-select: none;
    background-clip: content-box;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    box-shadow: 0 1px inset, 1px 0 inset, -1px 0 inset, 0 -1px inset;
    box-sizing: border-box;
    color: #d0d0d5;
    display: inline-block;
    height: 20px;
    overflow: hidden;
    transition: color 0.2s ease 0s, background-color 0.1s ease 0s;
    vertical-align: -5px;
    width: 20px;
}
:disabled + .ui-checkbox, *:not(:disabled) + .ui-checkbox:hover {
    color: #ababaf;
}
:checked + .ui-checkbox, *:checked + .ui-checkbox:hover {
    background-color: #00a5e0;
    color: #00a5e0;
}
.ui-checkbox::after {
    background: rgba(0, 0, 0, 0) url("data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjIwMCIgaGVpZ2h0PSIyMDAiIHZpZXdCb3g9IjAgMCAyMDAgMjAwIj4NCjxwYXRoIGZpbGw9IiNGRkZGRkYiIGQ9Ik0xNDcuNTY3LDY3LjU3NWMtMy45NzgtMy4yNDEtNC4zNTYtMy4zMzctOC45LTUuNjM5Yy0yLjA0NC0xLjA0NC01LjA1NywxLjY0NS02LjUzLDMuNjM1TDkyLDExNy43MjgNCglMNjUuODUxLDgzLjk3M2MtMS40NzktMS45ODgtNC4yMDYtMi43Mi02LjI1MS0xLjc4MmMtNC42NTgsMi40MDctNC4xODksMi4zMjYtOC4xNjgsNS40NjZjLTEuODE3LDEuNDY2LTEuOTMyLDQuMDgyLTAuNDU2LDYuMDY1DQoJYzAsMCwyOC4xODMsMzYuNDk5LDMxLjU5Miw0MC44OTZjNC45OTksNi4yNzUsMTQuMDksNS45NjUsMTguODY0LDBjMy41Mi00LjQ5OCw0Ni41OS02MS4wNzgsNDYuNTktNjEuMDc4DQoJQzE0OS40OTksNzEuNTQ5LDE0OS4zODUsNjguOTM3LDE0Ny41NjcsNjcuNTc1eiIvPg0KPC9zdmc+DQo=") no-repeat scroll center center / 20px 20px;
    content: "";
    display: block;
    height: 100%;
    visibility: hidden;
    width: 100%;
}
:checked + .ui-checkbox::after {
    animation: 0.2s ease 0s normal none 1 running bounceIn;
    visibility: visible;
}
:disabled + .ui-checkbox {
    opacity: 0.38;
}
.error.ui-checkbox {
    color: #f4615c;
}
@media �screen,screen {
.ui-checkbox {
    background: rgba(0, 0, 0, 0) url("ui/images/Checkbox/checkbox.png") no-repeat scroll 0 0;
}
.ui-checkbox:hover {
    background-position: 0 -20px;
}
[checked] + .ui-checkbox, [checked][disabled] + .ui-checkbox {
    background-position: 0 -40px;
}
[defaultChecked] + .ui-checkbox, [defaultChecked][disabled] + .ui-checkbox {
    background-position: 0 -40px;
}
[disabled] + .ui-checkbox {
    background-position: 0 -20px;
}
}
/*
select {
    border: 1px solid #d0d0d5;
    display: inline-block;
    height: 40px;
    margin: 0;
    opacity: 0;
    vertical-align: middle;
}*/
select[hidden], select[hidden] + .ui-select {
    display: none;
}
.ui-select {
    animation: 0.2s ease 0s normal none 1 running fadeIn;
    display: inline-block;
    font-size: 14px;
    height: 36px;
    position: relative;
    vertical-align: middle;
    border-radius:4px;
    
}
.ui-select ~ .ui-button {
    vertical-align: middle;
}
.ui-select.active {
    z-index: 3;
}
.ui-select-button {
    background-color: #fff;
    border: 1px solid #d0d0d5;
    border-radius: 4px;
    color: #4c5161;
    cursor: pointer;
    display: block;
    height: 34px;
    line-height: 20px;
    
    padding: 6px 27px 6px 12px;
    transition: border-color 0.15s ease 0s, background-color 0.15s ease 0s;
}
.ui-select-button:hover {
    border-color: #ababaf;
    color: #4c5161;
}
:not(:disabled) + .ui-select > .ui-select-button:active {
    background-color: #f7f9fa;
}
.active > a.ui-select-button {
    border-color: #00a5e0;
    border-radius: 4px 4px 0 0;
}
.reverse > .ui-select-button {
    border-radius: 0 0 4px 4px;
}
.ui-select-text {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}
.ui-select-icon {
    background: rgba(0, 0, 0, 0) url("ui/images/Select/icon-arrow.png") no-repeat scroll center center / 20px 20px;
    height: 20px;
    position: absolute;
    right: 7px;
    top: 10px;
    width: 20px;
}
:root .ui-select-icon {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjIwMCIgaGVpZ2h0PSIyMDAiIHZpZXdCb3g9IjAgMCAyMDAgMjAwIj4NCjxwYXRoIGZpbGw9IiMwMEE1RTAiIGQ9Ik0xNDUuNjU5LDY4Ljk0OWMtNS4xMDEtNS4yMDgtMTMuMzcyLTUuMjA4LTE4LjQ3MywwTDk5LjQ3OSw5Ny4yMzMNCglMNzEuNzcyLDY4Ljk0OWMtNS4xLTUuMjA4LTEzLjM3MS01LjIwOC0xOC40NzMsMGMtNS4wOTksNS4yMDgtNS4wOTksMTMuNjQ4LDAsMTguODU3bDQ2LjE4LDQ3LjE0bDQ2LjE4MS00Ny4xNA0KCUMxNTAuNzU5LDgyLjU5OCwxNTAuNzU5LDc0LjE1NywxNDUuNjU5LDY4Ljk0OXoiLz4NCjwvc3ZnPg0K");
}
.ui-select-datalist {
    background-color: #fff;
    border: 1px solid #00a5e0;
    display: none;
    left: 0;
    max-height: 304px;
    overflow: auto;
    padding: 0;
    position: absolute;
    right: 0;
    top: 39px;
}
.active > .ui-select-datalist {
    display: block;
}
.reverse > .ui-select-datalist {
    bottom: 39px;
    top: auto;
}
.ui-select-datalist-li {
    background-color: #fff;
    color: #4c5161;
    cursor: pointer;
    display: block;
    line-height: 20px;
    overflow: hidden;
    padding: 9px 12px;
    text-overflow: ellipsis;
    transition: background-color 0.15s ease 0s;
    white-space: nowrap;
}
.ui-select-datalist-li:empty {
    display: none;
}
.ui-select-datalist-li:hover {
    background-color: #f2fcff;
}
.ui-select-datalist > .selected {
    background-color: #e0f7ff;
}
select[disabled] + .ui-select {
    animation: 0s ease 0s normal none 1 running none;
    opacity: 0.38;
}
select[disabled] + .ui-select .ui-select-button {
    border-color: #ababaf;
    cursor: default;
}

.ui-datalist {
    animation: 0.2s ease 0s normal none 1 running fadeIn;
    display: none;
    position: absolute;
    z-index: 19;
}
.ui-datalist-datalist {
    background-color: #fff;
    border: 0 none rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
    max-height: 304px;
    overflow: auto;
    position: relative;
}
.ui-datalist-option {
    background-color: #fff;
    cursor: pointer;
    line-height: 20px;
    overflow: hidden;
    padding: 9px 12px;
    transition: background-color 0.15s ease 0s;
}
.ui-datalist-option:empty, .ui-datalist:empty {
    display: none;
}
.ui-datalist-option:hover {
    background-color: #f2fcff;
}
.ui-datalist-datalist > .selected {
    background-color: #e0f7ff;
}
.ui-datalist-value {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.ui-datalist-label {
    color: #a2a9b6;
    float: right;
    font-size: 12px;
}
.ui-datalist-label + .ui-datalist-value {
    margin-right: 60px;
}
.ui-button {
    background-color: #fff;
    background-position: center center;
    background-repeat: no-repeat;
    border: 1px solid #d0d0d5;
    border-radius: 4px;
    color: #4c5161;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    line-height: 1.42858;
    min-width: 50px;
    overflow: visible;
    padding: 9px 15px;
    text-align: center;
    transition: border-color 0.15s ease 0s, background-color 0.15s ease 0s;
}
.ui-button.error {
    border-color: #f4615c;
}
div.ui-button {
    display: block;
}
.ui-button:hover {
    border-color: #ababaf;
    color: #4c5161;
    text-decoration: none;
}
.ui-button:active:not(.disabled), .ui-button:active:not(.ui-button-loading) {
    background-color: #f7f9fa;
}
.ui-button-loading, .ui-button-loading:hover, .ui-button.disabled:hover {
    background-color: #fff;
    border-color: #d0d0d5;
    color: #4c5161;
}
.ui-button-primary, .ui-button-primary.disabled:hover, .ui-button-primary.ui-button-loading:hover {
    background-color: #00a5e0;
    border: 1px solid #00a5e0;
    color: #fff;
}
.ui-button-primary:hover {
    background-color: #00b4f5;
    border-color: #00b4f5;
    color: #fff;
}
.ui-button-primary:active:not(.disabled), .ui-button-primary:active:not(.ui-button-loading) {
    background-color: #0092c7;
    border-color: #0092c7;
}
.ui-button-success, .ui-button-success.disabled, .ui-button-success.disabled:hover, .ui-button-success.ui-button-loading:hover {
    background-color: #01cf97;
    border: 1px solid #01cf97;
    color: #fff;
}
.ui-button-success:hover {
    background-color: #00dba2;
    border-color: #00dba2;
    color: #fff;
}
.ui-button-success:active:not(.disabled), .ui-button-success:active:not(.ui-button-loading) {
    background-color: #00bf8e;
    border-color: #00bf8e;
}
.ui-button-warning, .ui-button-warning.disabled, .ui-button-warning.disabled:hover, .ui-button-warning.ui-button-loading:hover {
    background-color: #f4615c;
    border: 1px solid #f4615c;
    color: #fff;
}
.ui-button-warning:hover {
    background-color: #ff7772;
    border-color: #ff7772;
    color: #fff;
}
.ui-button-warning:active:not(.disabled), .ui-button-warning:active:not(.ui-button-loading) {
    background-color: #dc5652;
    border-color: #dc5652;
}
.ui-button-loading {
    color: transparent;
    cursor: default;
    pointer-events: none;
}
.ui-button.ui-button-loading {
    background-image: url("ui/images/Button/loading.gif");
}
.ui-button-primary.ui-button-loading {
    background-image: url("ui/images/Button/loading-primary.gif");
}
.ui-button-success.ui-button-loading {
    background-image: url("ui/images/Button/loading-success.gif");
}
.ui-button-warning.ui-button-loading {
    background-image: url("ui/images/Button/loading-warning.gif");
}
@media �screen,screen {
.ui-button-loading {
    height: 38px;
    line-height: 100px;
    overflow: hidden;
    vertical-align: top;
}
}
[type="search"] {
    box-sizing: content-box;
}
input[disabled], input[readonly] {
    cursor: default;
}
.ui-input > input, input.ui-input {
    background-color: #fff;
    border: 1px solid #d0d0d5;
    border-radius: 4px;
    color: #4c5161;
    font-size: 14px;
    height: 20px;
    line-height: 20px;
    outline: 0 none;
    padding: 9px 8px;
    transition: border-color 0.15s ease 0s, background-color 0.15s ease 0s;
}
.ui-input:hover, .ui-input:hover > input {
    border-color: #ababaf;
}
.ui-input:focus, .ui-input > input:focus {
    border-color: #00a5e0;
}
span.ui-input {
    display: inline-block;
}
div.ui-input > input {
    box-sizing: border-box;
    height: 40px;
    width: 100%;
}
.ui-input-x {
    border-radius: 4px;
    overflow: hidden;
    padding: 0 56px 0 3px;
    position: relative;
}
.ui-input-x > input {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0 padding-box content-box;
    border-color: transparent currentcolor;
    border-image: none;
    border-style: solid none;
    border-width: 1px 0;
    color: #4c5161;
    display: block;
    font-size: 14px;
    height: 20px;
    line-height: 20px;
    outline: 0 none;
    padding: 9px 0;
    position: relative;
    right: -6px;
    width: 100%;
    z-index: 1;
}
.ui-input-x > .ui-input {
    background-color: #fff;
    border: 1px solid #d0d0d5;
    border-radius: 4px;
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: border-color 0.15s ease 0s, background-color 0.15s ease 0s;
}
.ui-input-count {
    background-color: #fff;
    color: #a2a9b6;
    font-size: 12px;
    line-height: 38px;
    padding: 0 2px;
    position: absolute;
    right: 8px;
    top: 1px;
    white-space: nowrap;
    z-index: 1;
}
.ui-input-x:hover > .ui-input {
    border-color: #ababaf;
}
.ui-input-x > input:focus ~ .ui-input {
    border-color: #00a5e0;
}
.ui-input-x .ui-placeholder {
    padding: 9px 7px;
    z-index: 1;
}
div.ui-search-input, span.ui-search-input {
    position: relative;
}
.ui-search-input > input {
    padding-left: 40px;
}
.ui-icon-search {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #fff;
    border-image: none;
    border-style: solid;
    border-width: 9px 8px;
    cursor: pointer;
    height: 20px;
    left: 3px;
    overflow: hidden;
    position: absolute;
    text-indent: -9em;
    top: 1px;
    transition: background-color 0.2s ease 0s;
    width: 20px;
}
.ui-search-input:hover .ui-icon-search {
    background-color: #ababaf;
}
.ui-search-input > input:focus ~ .ui-icon-search {
    background-color: #00a5e0;
}
.ui-search-input > .error:focus ~ .ui-icon-search, .ui-search-input > .error ~ .ui-icon-search {
    background-color: #f4615c;
}
.ui-icon-search, .ui-search-right > .ui-icon-search::after {
    background: #b6bbc6 url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAPdJREFUeNpi+k9lwMRAZYDLwCNAHAnEMkDMDqUjoeL4AZqLfwNxFhAz4MEg+V+4vIxuYApUjBOIG4H4DhD/hNKNUHEGqDqCBh6B8rmA+CgO9Ueh8gxQ9XgjZSqUrgBiKxwhBBIvg7KnEApDcajNdwikjLtQdVKEXPgSSssSiEcZKP2KULIRh9KPCRj4FEqLEjLQEUovJ2DgYihtRygMD5MYy4eJSYfZRKZDEE4C4n+EDPxFRE5hwGcoAw6vgbwTAU0azFA6BohPQQ3BaSgDGSXUXyyG5lNiIDZDhWESLBQUe7OBmA+IFwBxMUyCEexMOhSwZAOAAAMAVJM+EQ2rrOoAAAAASUVORK5CYII=") no-repeat scroll 0 0;
}
@supports (display:none) {
.ui-icon-search, .ui-search-right > .ui-icon-search::after {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMDAiIGhlaWdodD0iMjAwIiB2aWV3Qm94PSIwIDAgMjAwIDIwMCI+PGcgZmlsbD0iI2ZmZiI+PHBhdGggZD0iTTg0LjYyNSAzOS42MjVjLTI0Ljg1NCAwLTQ1IDIwLjE0Ni00NSA0NC45OTUgMCAyNC44NTggMjAuMTQ2IDQ1IDQ1IDQ1czQ1LTIwLjE0MiA0NS00NWMwLTI0Ljg1LTIwLjE0Ni00NC45OTUtNDUtNDQuOTk1eiIvPjxwYXRoIGQ9Ik0yMC42MjQgMEgwdjIwMGgyMDBWMEgyMC42MjR6TTE2NS4zNSAxNzkuMzQ2aC0uMDFjLTMuODQgMC03LjY3OC0xLjQ2Ni0xMC42MDUtNC4zOTRsLTM1LjE0Ni0zNS4xNDZjLTkuOTAzIDYuMTEzLTIxLjQ2NSA5LjgyMy0zMy45NjUgOS44MjMtMzUuODk4IDAtNjUtMjkuMTEtNjUtNjUuMDEgMC0zNS44OTggMjkuMTAyLTY0Ljk5NSA2NS02NC45OTUgMzUuODk3IDAgNjUgMjkuMDk3IDY1IDY0Ljk5NSAwIDEyLjUtMy43IDI0LjA2My05LjgxMyAzMy45NzRsMzUuMTQ2IDM1LjE0NmExNC45NSAxNC45NSAwIDAgMSA0LjM4OCAxMC42MDRjLS4wMDIgMy44NDMtMTEuMTU4IDE1LTE0Ljk5NiAxNS4wMDJ6Ii8+PC9nPjwvc3ZnPg==");
    background-size: 20px 20px;
}
}
.ui-search-right::after {
    content: "";
    display: inline-block;
    height: 25px;
}
div.ui-search-right {
    box-sizing: border-box;
    overflow: hidden;
    padding-right: 40px;
}
.ui-search-right > input {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border-color: transparent;
    border-width: 1px 0 1px 1px;
    float: left;
    padding-left: 8px;
    padding-right: 0;
    position: relative;
    z-index: 1;
}
.ui-search-right > .ui-icon-search {
    float: left;
    margin-right: 1px;
    margin-top: 1px;
    position: static;
}
div.ui-search-right > .ui-icon-search {
    margin-right: -40px;
}
.ui-search-right > .ui-icon-search::before {
    background-color: #fff;
    border: 1px solid #d0d0d5;
    border-radius: 4px;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: border-color 0.15s ease 0s;
}
.ui-search-right > .ui-icon-search::after {
    content: "";
    height: 20px;
    position: absolute;
    right: 10px;
    top: 10px;
    transition: background-color 0.2s ease 0s;
    width: 20px;
}
.ui-search-right:hover .ui-icon-search::before {
    border-color: #ababaf;
}
.ui-search-right:hover .ui-icon-search::after {
    background-color: #ababaf;
}
.ui-search-right > input:focus ~ .ui-icon-search::before {
    border-color: #00a5e0;
}
.ui-search-right > input:focus ~ .ui-icon-search::after {
    background-color: #00a5e0;
}
.ui-search-right .ui-placeholder {
    z-index: 1;
}
span.ui-search-right > .ui-placeholder {
    left: 0;
    margin-left: 0;
}
@media screen {
div.ui-input, span.ui-input {
    background-color: #fff;
    border: 1px solid #d0d0d5;
    height: 20px;
    padding: 9px 8px;
}
div.ui-input > input, span.ui-input > input {
    border: 0 none;
    float: none;
    height: 20px;
    margin: -1px 0;
    padding: 0;
}
input.ui-input, span.ui-input {
    vertical-align: middle;
}
div.ui-search-input, span.ui-search-input {
    padding: 8px 8px 10px 40px;
}
div.ui-search-right, span.ui-search-right {
    padding-left: 8px;
    padding-right: 40px;
}
.ui-icon-search {
    background-image: url("ui/images/Input/icon-search.png");
    left: 0;
    top: 0;
}
div.ui-search-right .ui-icon-search, span.ui-search-right .ui-icon-search {
    left: auto;
    margin: 0;
    position: absolute;
    right: 0;
    top: 0;
}
}
.ui-input > input[disabled]:hover, .ui-input > input[readonly]:focus, .ui-input > input[readonly]:hover, .ui-input[disabled]:hover, .ui-input[readonly]:focus, .ui-input[readonly]:hover {
    border-color: #d0d0d5;
}
.ui-input.error, .ui-input > .error {
    border-color: #f4615c;
}
input[type="range"] {
    visibility: hidden;
}
.ui-range-input {
    height: 20px;
    margin: 0;
    padding: 0;
    vertical-align: middle;
    visibility: hidden;
}
div.ui-range-input > input {
    width: 100%;
}
.ui-range {
    display: inline;
    position: absolute;
    visibility: visible;
}
.ui-range-track {
    background-color: #a2a9b6;
    border-left: 0 solid #00a5e0;
    border-radius: 10px;
    height: 4px;
    margin-top: 8px;
    text-align: left;
}
.ui-range-thumb {
    background-color: #fff;
    border: 0 none transparent;
    border-radius: 20px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.25);
    cursor: pointer;
    height: 16px;
    margin: -7px 0 0 -9px;
    position: absolute;
    transition: border-color 0.15s ease 0s, background-color 0.15s ease 0s;
    width: 16px;
}
.ui-range-thumb:hover {
    border-color: #ababaf;
}
.ui-range-thumb.active {
    background-color: #f7f9fa;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.25);
}
input[type="color"] {
    opacity: 0;
}
.ui-color-input {
    border: 0 none;
    height: 40px;
    margin: 0;
    opacity: 0;
    padding: 0;
    position: relative;
    vertical-align: middle;
    width: 40px;
    z-index: -1;
}
.ui-color-track {
    background-color: rgba(25, 28, 34, 0.2);
    border-radius: 4px;
    cursor: pointer;
    display: inline;
    height: 40px;
    position: absolute;
    width: 40px;
}
.ui-color-thumb {
    background-clip: content-box;
    background-color: #4c5161;
    border: 1px solid #f7f9fa;
    border-radius: 2px;
    display: block;
    height: 24px;
    margin: 7px auto;
    transition: background-color 0.25s ease 0s;
    width: 24px;
}
.ui-color-container {
    animation: 0.2s ease 0s normal none 1 running fadeIn;
    background-color: #e0e3e3;
    border-radius: 4px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
    display: none;
    padding: 10px;
    position: absolute;
    width: 245px;
    z-index: 21;
}
.ui-color-switch {
    color: #00a5e0;
    display: none;
    position: absolute;
    right: 12px;
    top: 12px;
}
:root .ui-color-switch {
    display: inline;
}
.ui-color-current {
    padding-bottom: 20px;
}
.ui-color-current-square {
    background-color: currentcolor;
    border: 2px solid #fff;
    border-radius: 3px;
    display: inline-block;
    height: 20px;
    margin-right: 5px;
    vertical-align: middle;
    width: 20px;
}
.ui-color-current-input {
    background-color: #fff;
    border: 0 none;
    border-radius: 3px;
    height: 18px;
    line-height: 18px;
    margin-left: 5px;
    padding: 3px 5px;
    vertical-align: middle;
    width: 72px;
}
.ui-color-body {
    min-height: 100px;
}
.ui-color-basic {
    overflow: hidden;
}
.ui-color-lump-group {
    float: left;
    width: 72px;
}
.ui-color-lump {
    background-color: currentcolor;
    box-sizing: border-box;
    display: block;
    height: 11px;
    margin: 0 1px 1px 0;
    width: 11px;
}
.ui-color-basic a.active, .ui-color-lump:hover {
    border: 1px solid #fff;
}
.ui-color-basic-l {
    float: left;
    overflow: hidden;
    width: 12px;
}
.ui-color-basic-r {
    margin-left: 25px;
    overflow: hidden;
}
.ui-color-basic-r .ui-color-lump {
    float: left;
}
.ui-color-more {
    display: none;
    height: 100px;
}
.ui-color-more svg {
    height: 100%;
    width: 100%;
}
.ui-color-more-l {
    float: left;
    height: inherit;
    position: relative;
    width: 180px;
}
.ui-color-cover-white {
    background-color: transparent;
    background-image: linear-gradient(to bottom, transparent, grey);
    cursor: crosshair;
}
.ui-color-circle {
    background-clip: content-box;
    background-color: red;
    border: 3px solid #fff;
    border-radius: 20px;
    height: 16px;
    left: 0;
    position: absolute;
    top: 0;
    transform: translate(-11px, -11px);
    width: 16px;
}
.ui-color-more-r {
    float: right;
    height: inherit;
    padding-right: 8px;
    position: relative;
}
.ui-color-more-fill {
    background-color: red;
    display: block;
    height: 100%;
    width: 16px;
}
.ui-color-cover-white, .ui-color-more-cover {
    height: 100px;
    left: 0;
    position: absolute;
    top: 0;
    width: inherit;
}
.ui-color-more-cover {
    background-color: rgba(0, 0, 0, 0.01);
}
.ui-color-more-arrow {
    position: absolute;
    right: 0;
    top: 100%;
}
.ui-color-more-arrow::before {
    border-color: transparent #36383f transparent transparent;
    border-style: solid;
    border-width: 5px 6px;
    content: "";
    height: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: -5px;
    width: 0;
}
.ui-color-footer {
    margin-top: 15px;
    padding-bottom: 5px;
    text-align: right;
}
.ui-color-btn-cancel, .ui-color-btn-ensure {
    border-radius: 4px;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    line-height: 20px;
    margin-left: 15px;
    padding-bottom: 8px;
    padding-top: 8px;
    text-align: center;
    width: 80px;
}
.ui-color-btn-cancel {
    background-color: #fff;
    border: 1px solid #d0d0d5;
    color: #4c5161;
}
.ui-color-btn-cancel:hover {
    border-color: #ababaf;
    color: #4c5161;
}
.ui-color-btn-ensure {
    background-color: #00a5e0;
    color: #fff;
}
.ui-color-btn-ensure:hover {
    background-color: #00b4f5;
    color: #fff;
}
textarea[rows="5"] {
    height: 100px;
}
textarea[rows="6"] {
    height: 120px;
}
.ui-textarea > textarea, textarea.ui-textarea {
    background-color: #fff;
    border: 1px solid #d0d0d5;
    border-radius: 4px;
    color: #4c5161;
    font-size: 14px;
    line-height: 20px;
    outline: 0 none;
    overflow: auto;
    padding: 9px 8px;
    resize: none;
    transition: border-color 0.15s ease 0s, background-color 0.15s ease 0s;
    vertical-align: top;
    word-break: break-all;
}
div.ui-textarea > textarea {
    box-sizing: border-box;
    width: 100%;
}
.ui-textarea:hover, .ui-textarea > textarea:hover {
    border-color: #ababaf;
}
.ui-textarea:focus, .ui-textarea > textarea:focus {
    border-color: #00a5e0;
}
.ui-textarea-x {
    border-radius: 4px;
    overflow: hidden;
    padding: 2px 9px 32px 3px;
    position: relative;
}
.ui-textarea-x > .textarea, .ui-textarea-x > textarea {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 0 none;
    color: #4c5161;
    display: block;
    font-size: 14px;
    line-height: 20px;
    outline: 0 none;
    overflow: auto;
    padding: 7px 0 9px;
    position: relative;
    resize: none;
    right: -6px;
    width: 100%;
    word-break: break-all;
    z-index: 1;
}
.ui-textarea-x > .ui-textarea {
    background-color: #fff;
    border: 1px solid #d0d0d5;
    border-radius: 4px;
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: border-color 0.15s ease 0s, background-color 0.15s ease 0s;
}
.ui-textarea-count {
    bottom: 0;
    color: #a2a9b6;
    font-size: 12px;
    left: 8px;
    line-height: 32px;
    position: absolute;
    right: 10px;
    text-align: right;
    z-index: 1;
}
.ui-textarea-x:hover > .ui-textarea {
    border-color: #ababaf;
}
.ui-textarea-x > .textarea:focus ~ .ui-textarea, .ui-textarea-x > textarea:focus ~ .ui-textarea {
    border-color: #00a5e0;
}
.ui-textarea-x .ui-placeholder {
    padding: 7px;
    z-index: 1;
}
@media screen {
div.ui-textarea {
    background-color: #fff;
    border: 1px solid #d0d0d5;
    padding: 9px 8px;
}
div.ui-textarea > textarea {
    border: 0 none;
    margin: -1px 0;
    padding: 0;
}
}
.ui-textarea > textarea[disabled]:hover, .ui-textarea > textarea[readonly]:focus, .ui-textarea > textarea[readonly]:hover, .ui-textarea[disabled]:hover, .ui-textarea[readonly]:focus, .ui-textarea[readonly]:hover {
    border-color: #d0d0d5;
}
textarea.disabled, textarea[disabled], textarea[readonly] {
    resize: none;
}
.ui-textarea.error, .ui-textarea > .error {
    border-color: #f4615c;
}
.ui-textarea > .error {
}
.ui-textarea > input {
}
.ui-tab-tabs {
    border-bottom: 1px solid #d0d0d5;
    height: 40px;
    line-height: 40px;
    position: relative;
}
.ui-tab-tab {
    color: #4c5161;
    cursor: pointer;
    float: left;
    font-size: 16px;
    margin-right: 50px;
    overflow: hidden;
    text-align: center;
}
.ui-tab-tab a {
    color: #4c5161;
    display: block;
}
.ui-tab-tab:hover, .ui-tab-tab:hover a {
    color: #00a5e0;
}
.ui-tab-tabs .checked, .ui-tab-tabs .checked a, .ui-tab-tabs .checked:hover {
    border-bottom: 3px solid;
    color: #00a5e0;
    cursor: default;
    line-height: 36px;
    margin-bottom: -1px;
    padding-top: 2px;
}
.ui-tab-line {
    border-bottom: 3px solid #00a5e0;
    bottom: -1px;
    display: none;
    left: 0;
    position: absolute;
    transition: all 0.35s ease 0s;
    width: 0;
}
.ui-tab-tabs > .ui-tab-line ~ .ui-tab-tab {
    border-bottom: 0 none;
    line-height: 40px;
    margin-bottom: 0;
    padding-top: 0;
}
.ui-tab-contents {
    margin-top: 30px;
}
.ui-tab-content {
    display: none;
}
.ui-tab-content.checked {
    display: block;
}
*::-moz-placeholder {
    color: #a2a9b6;
    font-size: 14px;
    transition: opacity 0.15s ease 0s;
}
:focus::-moz-placeholder {
    opacity: 0.38;
}
.ui-placeholder {
    color: #a2a9b6;
    display: inline;
    font-size: 14px;
    line-height: 20px;
    padding: 9px;
    position: absolute;
}
.ui-input > .ui-placeholder {
}
input + .ui-placeholder {
    white-space: nowrap;
}
:focus + .ui-placeholder, *:focus + div > .ui-placeholder {
    color: #dbe0e5;
}
.ui-switch {
    background-color: currentcolor;
    border: 2px solid;
    border-radius: 26px;
    box-sizing: border-box;
    color: #b6bbc6;
    cursor: pointer;
    display: inline-block;
    height: 26px;
    transition: all 0.2s ease 0s;
    width: 44px;
}
.ui-switch::before {
    background-color: #fff;
    border-radius: 22px;
    content: "";
    display: block;
    height: 22px;
    transition: margin-left 0.2s ease 0s;
    width: 22px;
}
:checked + .ui-switch {
    color: #00a5e0;
}
:checked + .ui-switch::before {
    margin-left: 18px;
}
:disabled + .ui-switch {
    cursor: default;
    opacity: 0.38;
}
@media �screen,screen {
.ui-switch {
    background: rgba(0, 0, 0, 0) url("ui/images/Switch/switch.png") no-repeat scroll 0 0;
    border: 0 none;
}
[checked] + .ui-switch {
    background-position: 0 -30px;
}
[defaultChecked] + .ui-switch {
    background-position: 0 -30px;
}
[disabled] + .ui-switch {
    cursor: default;
}
}
.ui-dialog-container {
    background-color: rgba(25, 28, 34, 0.88);
    background-image: url("about:blank");
    color: #4c5161;
    display: none;
    font-size: 14px;
    height: 100%;
    left: 0;
    overflow: auto;
    padding: 0;
    position: fixed;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 19;
}
.ui-dialog-animation {
    animation: 0.2s ease 0s normal both 1 running fadeIn;
}
:root .ui-dialog-container {
    background-image: none;
    filter: none;
}
.ui-dialog-container + .ui-dialog-container {
    background-color: transparent;
    filter: none;
    transition: background-color 0.2s ease 0s;
}
.ui-dialog-after, .ui-dialog-container::after {
    content: "";
    display: inline-block;
    height: 90%;
    vertical-align: middle;
    width: 0;
}
.ui-dialog {
    background-color: #f7f9fa;
    border-radius: 2px;
    display: inline-block;
    margin-bottom: 30px;
    margin-top: 20px;
    min-width: 400px;
    position: relative;
    text-align: left;
    vertical-align: middle;
}
.ui-dialog-animation .ui-dialog {
    animation: 0.25s ease 0s normal none 1 running tinydown;
}
.ui-dialog-title {
    -moz-user-select: none;
    color: #4c5161;
    cursor: default;
    font-size: 14px;
    font-weight: 700;
    line-height: 30px;
    padding: 15px 50px 0 25px;
}
.ui-dialog-close {
    background: none repeat scroll 0 0%, rgba(0, 0, 0, 0) none repeat scroll 0 0;
    fill: #b6bbc6;
    height: 20px;
    position: absolute;
    right: 17px;
    top: 18px;
    transition: fill 0.2s ease 0s;
    width: 20px;
    z-index: 1;
}
.ui-dialog-close > svg {
    height: 100%;
    width: 100%;
}
.ui-dialog-close:hover {
    background-color: transparent;
    fill: #4c5161;
}
.ui-dialog-body {
    min-height: 60px;
    padding: 10px 25px 20px;
}
.ui-dialog-body::after {
    clear: both;
    content: "";
    display: table;
}
.ui-dialog-footer {
    padding: 0 25px 25px;
    text-align: right;
}
:root .ui-dialog-footer {
    max-height: 40px;
    opacity: 1;
    overflow: hidden;
    transition: max-height 0.2s ease 0s, opacity 0.2s ease 0.1s;
}
:root .ui-dialog-footer:empty {
    max-height: 0;
    opacity: 0;
}
.ui-dialog-footer .ui-button {
    margin-left: 15px;
}
.ui-dialog-footer .ui-button:first-child {
    margin-left: 0;
}
.ui-dialog-warning {
    background: url("data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjQwMCIgaGVpZ2h0PSI0MDAiIHZpZXdCb3g9IjAgMCA0MDAgNDAwIj4NCjxwYXRoIGZpbGw9IiNGNDYxNUMiIGQ9Ik00MDAuNSwyMDAuNWMwLDExMC40NTctODkuNTQyLDE5OS45OTktMTk5Ljk5OSwxOTkuOTk5DQoJQzkwLjA0Myw0MDAuNDk5LDAuNSwzMTAuOTU3LDAuNSwyMDAuNSBNMC41LDIwMC41YzAtMTEwLjQ1OCw4OS41NDMtMjAwLDIwMC4wMDEtMjAwYzExMC40NTcsMCwxOTkuOTk5LDg5LjU0MiwxOTkuOTk5LDIwMCIvPg0KPHBhdGggZmlsbD0iI0ZGRkZGRiIgZD0iTTE5NS41MDMsMTAwLjUwM2gxMGMyLjc2MSwwLDUsMi4yMzksNSw1djE1MGMwLDIuNzYxLTIuMjM5LDUtNSw1DQoJaC0xMGMtMi43NjEsMC01LTIuMjM5LTUtNXYtMTUwQzE5MC41MDMsMTAyLjc0MiwxOTIuNzQyLDEwMC41MDMsMTk1LjUwMywxMDAuNTAzeiIvPg0KPHBhdGggZmlsbD0iI0ZGRkZGRiIgZD0iTTE5NS41MDMsMjgwLjUwMmgxMGMyLjc2MSwwLDUsMi4yMzgsNSw0Ljk5OXYyMC4wMDINCgljMCwyLjc2MS0yLjIzOSw1LTUsNWgtMTBjLTIuNzYxLDAtNS0yLjIzOS01LTV2LTIwLjAwMkMxOTAuNTAzLDI4Mi43NCwxOTIuNzQyLDI4MC41MDIsMTk1LjUwMywyODAuNTAyeiIvPg0KPC9zdmc+DQo=") repeat scroll 0 0%, rgba(0, 0, 0, 0) none repeat scroll 0 0;
}
.ui-dialog-remind {
    background: url("data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjQwMCIgaGVpZ2h0PSI0MDAiIHZpZXdCb3g9IjAgMCA0MDAgNDAwIj4NCjxwYXRoIGZpbGw9IiMwMEE1RTAiIGQ9Ik0yMDAuNTAxLDAuNWMxMTAuNDU3LDAsMTk5Ljk5OSw4OS41NDIsMTk5Ljk5OSwyMDANCgljMCwxMTAuNDU3LTg5LjU0MiwxOTkuOTk5LTE5OS45OTksMTk5Ljk5OUM5MC4wNDMsNDAwLjQ5OSwwLjUsMzEwLjk1NywwLjUsMjAwLjVDMC41LDkwLjA0Miw5MC4wNDMsMC41LDIwMC41MDEsMC41eiIvPg0KPHBhdGggZmlsbD0iI0ZGRkZGRiIgZD0iTTE5NS41MDIsMTUwLjUwM2gxMC4wMDFjMi43NjEsMCw1LDIuMjM4LDUsNC45OTl2MTUwDQoJYzAsMi43NjItMi4yMzksNS01LDVoLTEwLjAwMWMtMi43NjIsMC01LTIuMjM4LTUtNXYtMTUwQzE5MC41MDIsMTUyLjc0MSwxOTIuNzQsMTUwLjUwMywxOTUuNTAyLDE1MC41MDN6Ii8+DQo8cGF0aCBmaWxsPSIjRkZGRkZGIiBkPSJNMTk1LjUwMiwxMDAuNTAzaDEwLjAwMWMyLjc2MSwwLDUsMi4yMzgsNSw0Ljk5OXYyMC4wMDINCgljMCwyLjc2MS0yLjIzOSw1LTUsNWgtMTAuMDAxYy0yLjc2MiwwLTUtMi4yMzktNS01di0yMC4wMDJDMTkwLjUwMiwxMDIuNzQxLDE5Mi43NCwxMDAuNTAzLDE5NS41MDIsMTAwLjUwM3oiLz4NCjwvc3ZnPg0K") repeat scroll 0 0%, rgba(0, 0, 0, 0) none repeat scroll 0 0;
}
.ui-dialog-success {
    background: url("data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjQwMCIgaGVpZ2h0PSI0MDAiIHZpZXdCb3g9IjAgMCA0MDAgNDAwIj4NCjxwYXRoIGZpbGw9IiMwMWNmOTciIGQ9Ik00MDAuNSwyMDAuNWMwLDExMC40NTctODkuNTQyLDE5OS45OTktMTk5Ljk5OSwxOTkuOTk5DQoJQzkwLjA0Myw0MDAuNDk5LDAuNSwzMTAuOTU3LDAuNSwyMDAuNSBNMC41LDIwMC41YzAtMTEwLjQ1OCw4OS41NDMtMjAwLDIwMC4wMDEtMjAwYzExMC40NTcsMCwxOTkuOTk5LDg5LjU0MiwxOTkuOTk5LDIwMCIvPg0KPHBhdGggZmlsbD0iI0ZGRkZGRiIgZD0iTTI4Ni4zOTgsMTQ3LjEzMmMtMS42NTQtMS4xMzQtMy4zMDYtMi4zOTUtNi44MDEtNC4yOTNjLTQuMjcxLTIuMzM2LTkuMjU5LDIuNjI0LTEyLjM5MSw2LjgxNg0KCWwtNzcuNjQxLDEwMi4yNzlsLTQ3LjkxNi02My41MjJjLTMuMTQ0LTQuMTg4LTQuOTAyLTguNDY4LTEzLjA3My0xLjg1OWMtMy4wOTcsMi4xMjMsMC4yMzQtMC4zNjEtMy45NjksMi44ODENCgljLTMuODg0LDMuMDY0LTQuMTA1LDguNTk4LTAuOTcxLDEyLjc3NGMwLDAsMzguNjQxLDU1LjgxNyw0NS44ODMsNjUuMDc0YzEwLjYyNSwxMy4yMiwyOS45NDQsMTIuNTcsNDAuMDg3LDANCgljNy40ODMtOS40NzMsNzcuNzU3LTEwNy41ODQsNzcuNzU3LTEwNy41ODRDMjkwLjUwMywxNTUuNTA0LDI5MC4yNjEsMTUwLjAwMSwyODYuMzk4LDE0Ny4xMzJ6Ii8+DQo8L3N2Zz4NCg==") repeat scroll 0 0%, rgba(0, 0, 0, 0) none repeat scroll 0 0;
}
.ui-dialog-remind, .ui-dialog-success, .ui-dialog-warning {
    background-position: 0 30px;
    background-repeat: no-repeat;
    background-size: 40px 40px;
    font-size: 16px;
    max-width: 340px;
    overflow: hidden;
    overflow-wrap: break-word;
    padding: 40px 0 20px 60px;
}
.ui-dialog-remind > h6, .ui-dialog-success > h6, .ui-dialog-warning > h6 {
    margin-bottom: 5px;
    margin-top: -10px;
}
.ui-dialog-remind > p, .ui-dialog-success > p, .ui-dialog-warning > p {
    font-size: 14px;
}
.ui-dialog-loading .ui-dialog-close, .ui-dialog-loading .ui-dialog-footer, .ui-dialog-loading .ui-dialog-title {
    visibility: hidden;
}
.ui-loading.ui-dialog-body {
    height: 200px;
    min-width: 400px;
    overflow: hidden;
}
.ui-loading {
    position: relative;
}
.ui-loading.ui-loading-animation {
    animation: 0.5s ease 0s normal both 1 running fadeIn;
}
.ui-loading-icon {
    animation: 0.8s linear 0s normal none infinite running spin;
    background: url("ui/images/Loading/loading-blue.png") repeat scroll 0 0%, rgba(0, 0, 0, 0) linear-gradient(transparent, transparent) repeat scroll 0 0;
    display: inline-block;
    height: 30px;
    width: 30px;
}
.ui-loading > .ui-loading-icon {
    display: block;
    left: 50%;
    margin: -15px 0 0 -15px;
    position: absolute;
    top: 50%;
}
s.ui-loading-icon {
    background: url("ui/images/Loading/loading-blue-s.png") repeat scroll 0 0%, rgba(0, 0, 0, 0) linear-gradient(transparent, transparent) repeat scroll 0 0;
    height: 20px;
    width: 20px;
}
.ui-loading > s.ui-loading-icon {
    margin: -10px 0 0 -10px;
}
.ui-loading-primary {
    background-color: #00a5e0;
}
.ui-loading-primary > .ui-loading-icon {
    background: url("ui/images/Loading/loading-white.png") repeat scroll 0 0%, rgba(0, 0, 0, 0) linear-gradient(transparent, transparent) repeat scroll 0 0;
}
.ui-loading-primary > s.ui-loading-icon {
    background: url("ui/images/Loading/loading-white-s.png") repeat scroll 0 0%, rgba(0, 0, 0, 0) linear-gradient(transparent, transparent) repeat scroll 0 0;
}
.ui-tips[data-title] {
    overflow: visible;
    position: relative;
}
.ui-tips[data-title]::after, .ui-tips[data-title]::before {
    left: 50%;
    pointer-events: none;
    position: absolute;
    transform: translateX(-50%);
    visibility: hidden;
}
.ui-tips[data-title]::before {
    background-color: #373c42;
    border-radius: 3px;
    color: #fff;
    content: attr(data-title);
    font-size: 12px;
    font-style: normal;
    line-height: 18px;
    max-width: 250px;
    padding: 6px 10px;
    text-align: left;
    top: -42px;
    white-space: nowrap;
}
.ui-tips[data-title]::after {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #373c42 transparent transparent;
    border-image: none;
    border-style: solid;
    border-width: 6px;
    content: "";
    height: 0;
    overflow: hidden;
    top: -12px;
    width: 0;
}
.ui-tips[data-title]:hover::after, .ui-tips[data-title]:hover::before {
    transition: visibility 0.1s ease 0.1s;
    visibility: visible;
}
.reverse.ui-tips[data-title]::before {
    bottom: -42px;
    top: auto;
}
.reverse.ui-tips[data-title]::after {
    border-color: transparent transparent #373c42;
    bottom: -12px;
    top: auto;
}
.ui-tips .ui-tips-after, .ui-tips .ui-tips-before {
    display: none;
    left: 50%;
    position: absolute;
    white-space: nowrap;
}
.ui-tips-before {
    background-color: #373c42;
    border-radius: 3px;
    color: #fff;
    font-size: 12px;
    font-style: normal;
    line-height: 18px;
    max-width: 250px;
    padding: 6px 10px;
    text-align: left;
    top: -42px;
}
.ui-tips-after {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #373c42 transparent transparent;
    border-image: none;
    border-style: solid;
    border-width: 6px;
    height: 0;
    overflow: hidden;
    top: -12px;
    width: 0;
}
.ui-tips:hover .ui-tips-after, .ui-tips:hover .ui-tips-before {
    display: block;
}
.ui-tips-x {
    position: absolute;
    text-align: center;
    z-index: 99;
}
.ui-tips-x .ui-tips-before {
    display: block;
}
.ui-tips-x .ui-tips-after {
    display: block;
    left: 0;
    margin: auto;
    position: relative;
    top: 0;
}
.ui-tips-rotate {
    margin-left: 10px;
}
.ui-tips-rotate .ui-tips-before {
    max-width: 600px;
}
.ui-tips-rotate .ui-tips-after {
    border-color: transparent #373c42 transparent transparent;
    left: -12px;
    margin-top: -6px;
    position: absolute;
    top: 50%;
}
.ui-tips-error:not(.none) {
    animation: 0.2s ease 0s normal none 1 running fadeIn, 0.2s ease 0s normal none 1 running falldown;
}
.ui-tips-error .ui-tips-before {
    background-color: #f4615c;
}
.ui-tips-error .ui-tips-after {
    border-top-color: #f4615c;
}
.ui-lightip {
    border-radius: 2px;
    color: #fff;
    font-size: 14px;
    height: 20px;
    line-height: 20px;
    min-width: 400px;
    padding: 15px;
    position: fixed;
    text-align: center;
    top: 0;
    z-index: 100;
}
.ui-lightip-success {
    background-color: #01cf97;
}
.ui-lightip-error {
    background-color: #f4615c;
}
.ui-lightip-icon {
    background: rgba(0, 0, 0, 0) url("ui/images/LightTip/icon-lightip.png") repeat scroll 0 0;
    display: inline-block;
    height: 20px;
    margin-right: 7px;
    width: 20px;
}
:root .ui-lightip-icon {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMDAiIGhlaWdodD0iNDAwIiB2aWV3Qm94PSIwIDAgMjAwIDQwMCI+DQo8Zz4NCgk8cGF0aCBmaWxsPSIjRkZGRkZGIiBkPSJNMTUxLjYzNywyNTMuMDlsLTUuMjEyLTUuMjEzYy0yLjg4LTIuODc3LTcuNTQ2LTIuODc3LTEwLjQyNSwwbC0zNi40ODQsMzYuNDg1bC0zNi40ODUtMzYuNDg1DQoJCWMtMi44NzktMi44NzctNy41NDUtMi44NzctMTAuNDI0LDBsLTUuMjExLDUuMjEzYy0yLjg4MSwyLjg4MS0yLjg4MSw3LjU0NywwLDEwLjQyM2wzNi40ODMsMzYuNDg2bC0zNi40ODMsMzYuNDg1DQoJCWMtMi44ODEsMi44NzctMi44ODEsNy41NSwwLDEwLjQyNmw1LjIxMSw1LjIxM2MyLjg3OSwyLjg3NCw3LjU0NSwyLjg3NCwxMC40MjQsMGwzNi40ODUtMzYuNDg2TDEzNiwzNTIuMTIyDQoJCWMyLjg3OSwyLjg3NCw3LjU0NSwyLjg3NCwxMC40MjUsMGw1LjIxMi01LjIxM2MyLjg3OS0yLjg3NiwyLjg3OS03LjU0OSwwLTEwLjQyNmwtMzYuNDg0LTM2LjQ4NWwzNi40ODQtMzYuNDg2DQoJCUMxNTQuNTE2LDI2MC42MzYsMTU0LjUxNiwyNTUuOTcxLDE1MS42MzcsMjUzLjA5eiIvPg0KCTxwYXRoIGZpbGw9IiNGRkZGRkYiIGQ9Ik0xNjMuMDM4LDU4LjIyNmMtNS4yMTctNC4xNjItNS43MTMtNC4yODktMTEuNjc0LTcuMjQ0Yy0yLjY4My0xLjM0NC02LjYzMywyLjExMy04LjU2OSw0LjY3DQoJCWwtNTIuNjQ4LDY3LjA0Mkw1NS44NDYsNzkuMzA3Yy0xLjk0LTIuNTU4LTUuNTE2LTMuNDk5LTguMi0yLjI5M2MtNi4xMSwzLjA5NS01LjQ5NiwyLjk5Mi0xMC43MTUsNy4wMjkNCgkJYy0yLjM4NiwxLjg4My0yLjUzNSw1LjI0NS0wLjU5Nyw3Ljc5M2MwLDAsMzYuOTcsNDYuOTE3LDQxLjQ0LDUyLjU2NWM2LjU1Nyw4LjA2OCwxOC40ODMsNy42NjksMjQuNzQ0LDANCgkJYzQuNjItNS43ODEsNjEuMTE3LTc4LjUwNiw2MS4xMTctNzguNTA2QzE2NS41NzIsNjMuMzM2LDE2NS40MjMsNTkuOTc3LDE2My4wMzgsNTguMjI2eiIvPg0KPC9nPg0KPC9zdmc+DQo=");
    background-size: 20px 40px;
}
.ui-lightip-success .ui-lightip-icon {
    background-position: 0 0;
}
.ui-lightip-error .ui-lightip-icon {
    background-position: 0 -20px;
}
.ui-page {
    -moz-user-select: none;
    border: 1px solid transparent;
    color: #a2a9b6;
    display: inline-block;
    font-size: 14px;
    height: 26px;
    line-height: 26px;
    margin-left: 5px;
    margin-right: 5px;
    min-width: 18px;
    padding-left: 2px;
    padding-right: 2px;
    text-align: center;
    transition: border-color 0.15s ease 0s, background-color 0.15s ease 0s;
    vertical-align: top;
}
span.ui-page {
    cursor: default;
}
a.ui-page:hover {
    border-color: #b6bbc6;
    color: #a2a9b6;
}
.ui-page > svg {
    height: 20px;
    margin-top: 3px;
    width: 20px;
}
.ui-page-next, .ui-page-prev {
    background: none repeat scroll 0 0%, rgba(0, 0, 0, 0) none repeat scroll 0 0;
    fill: currentcolor;
    overflow: hidden;
    text-align: center;
}
.ui-page-next svg {
    transform: scaleX(-1);
}
.ui-page-prev {
    margin-left: 0;
}
.ui-page-next {
    margin-right: 0;
}
.ui-page-prev {
    background-position: 0 -60px;
}
.ui-page-ellipsis {
    display: inline-block;
}
span.ui-page-prev {
    background-position: 0 -90px;
    color: #ccd0d7;
}
span.ui-page-next {
    background-position: 0 -30px;
    color: #ccd0d7;
}
.ui-page-current {
    background-color: #00a5e0;
    color: #fff;
}
.ui-page-text {
    color: #4c5161;
}
.ui-page.loading {
    background: rgba(0, 0, 0, 0) url("ui/images/Pagination/icon-loading.gif") no-repeat scroll center center;
    color: transparent;
}
.ui-page.loading > svg {
    visibility: hidden;
}
.ui-droplist-x {
    animation: 0.2s ease 0s normal none 1 running fadeIn;
    background-color: #fff;
    border: 0 none rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
    font-size: 14px;
    padding: 5px 0;
    position: absolute;
    width: 111px;
    z-index: 9;
}
.ui-droplist-li {
    color: #4c5161;
    cursor: pointer;
    display: block;
    line-height: 20px;
    overflow: hidden;
    padding: 7px 12px 8px;
    text-overflow: ellipsis;
    white-space: nowrap;
}
a.ui-droplist-li:hover {
    background-color: #f2fcff;
    color: #4c5161;
}
span.ui-droplist-li {
    color: #a2a9b6;
    cursor: default;
}
.ui-droplist-li > .icon {
    margin-right: 5px;
    vertical-align: -5px;
}
.ui-droplist-arrow {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);
    background-image: url("data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjIwMCIgaGVpZ2h0PSI0MDAiIHZpZXdCb3g9IjAgMCAyMDAgNDAwIj4NCjxwYXRoIGZpbGw9IiNBMkE5QjYiIGQ9Ik0xNDUuMjgzLDc0LjU4OGMtNC4yMTUtNC4wODYtMTEuMDQ4LTQuMDg2LTE1LjI2MSwwTDk5LjUsMTA0LjINCglMNjguOTc4LDc0LjU4OGMtNC4yMTUtNC4wODYtMTEuMDQ4LTQuMDg2LTE1LjI2MiwwYy00LjIxNSw0LjA5Mi00LjIxNSwxMC43MiwwLDE0LjgwOGwzOC4xNTQsMzcuMDEzDQoJYzQuMjE1LDQuMDg5LDExLjA0Nyw0LjA4OSwxNS4yNjEsMGwzOC4xNTMtMzcuMDEzQzE0OS40OTgsODUuMzA3LDE0OS40OTgsNzguNjgsMTQ1LjI4Myw3NC41ODh6Ii8+DQo8cGF0aCBmaWxsPSIjMDBhNWUwIiBkPSJNMTQ2LjI4MywyNzQuNTg4Yy00LjIxNS00LjA4Ni0xMS4wNDgtNC4wODYtMTUuMjYxLDANCglsLTMwLjUyMiwyOS42MTJsLTMwLjUyMi0yOS42MTJjLTQuMjE1LTQuMDg2LTExLjA0OC00LjA4Ni0xNS4yNjIsMGMtNC4yMTUsNC4wOTItNC4yMTUsMTAuNzIsMCwxNC44MDhsMzguMTU0LDM3LjAxMw0KCWM0LjIxNSw0LjA4OSwxMS4wNDcsNC4wODksMTUuMjYxLDBsMzguMTUzLTM3LjAxM0MxNTAuNDk4LDI4NS4zMDgsMTUwLjQ5OCwyNzguNjgsMTQ2LjI4MywyNzQuNTg4eiIvPg0KPC9zdmc+DQo="), none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 20px 40px;
    display: inline-block;
    height: 20px;
    vertical-align: -5px;
    width: 20px;
}
a:hover .ui-droplist-arrow {
    background-position: 0 -20px;
}
.ui-dropanel-x {
    animation: 0.2s ease 0s normal none 1 running fadeIn;
    background-color: #fff;
    border: 0 none rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
    padding: 20px;
    position: absolute;
    width: 260px;
    z-index: 9;
}
.ui-dropanel-title {
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    margin-top: -2px;
}
.ui-dropanel-close {
    background: none repeat scroll 0 0%, rgba(0, 0, 0, 0) none repeat scroll 0 0;
    fill: #b6bbc6;
    height: 20px;
    position: absolute;
    right: 12px;
    top: 13px;
    transition: fill 0.2s ease 0s;
    width: 20px;
    z-index: 1;
}
.ui-dropanel-close svg {
    height: 100%;
    width: 100%;
}
.ui-dropanel-close:hover {
    background: none repeat scroll 0 0%, rgba(0, 0, 0, 0) none repeat scroll 0 0;
    fill: #4c5161;
}
.ui-dropanel-content {
    min-height: 40px;
    padding: 10px 0 20px;
}
.ui-dropanel-footer {
    text-align: right;
}
.ui-dropanel-footer .ui-button {
    margin-left: 15px;
}
.ui-dropanel-footer .ui-button:first-child {
    margin-left: 0;
}
.ui-date-input, .ui-date-range-input, .ui-month-input, .ui-month-range-input, .ui-time-input, .ui-year-input {
    cursor: pointer;
    position: relative;
}
.ui-date-input > input, .ui-date-range-input > input, .ui-hour-input > input, .ui-month-input > input, .ui-month-range-input > input, .ui-time-input > input, .ui-year-input > input {
    cursor: pointer;
    padding-right: 33px;
}
.ui-input.hover > input[readonly] {
    border-color: #ababaf;
}
.ui-input:active > input[readonly] {
    background-color: #f7f9fa;
}
span.ui-date-input > input {
    width: 135px;
}
div.ui-date-input {
    width: 180px;
}
span.ui-time-input > input, span.ui-year-input > input {
    width: 55px;
}
div.ui-time-input, div.ui-year-input {
    width: 100px;
}
span.ui-month-input > input {
    width: 75px;
}
div.ui-month-input {
    width: 120px;
}
span.ui-date-range-input > input {
    width: 195px;
}
div.ui-date-range-input {
    width: 240px;
}
span.ui-month-range-input > input {
    width: 150px;
}
div.ui-month-range-input {
    width: 195px;
}
@supports (-webkit-appearance:none) {
span.ui-month-input > input[type="month"], span.ui-time-input > input[type="time"] {
    width: auto;
}
div.ui-time-input {
    width: 117px;
}
div.ui-month-input {
    width: 130px;
}
}
@media screen {
span.ui-date-input, span.ui-date-range-input, span.ui-month-input, span.ui-month-range-input, span.ui-time-input, span.ui-year-input {
    padding-right: 35px;
}
}
.ui-date-arrow {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);
    background-image: url("data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjIwMCIgaGVpZ2h0PSIyMDAiIHZpZXdCb3g9IjAgMCAyMDAgMjAwIj4NCjxwYXRoIGZpbGw9IiMwMEE1RTAiIGQ9Ik0xNDUuNjU5LDY4Ljk0OWMtNS4xMDEtNS4yMDgtMTMuMzcyLTUuMjA4LTE4LjQ3MywwTDk5LjQ3OSw5Ny4yMzMNCglMNzEuNzcyLDY4Ljk0OWMtNS4xLTUuMjA4LTEzLjM3MS01LjIwOC0xOC40NzMsMGMtNS4wOTksNS4yMDgtNS4wOTksMTMuNjQ4LDAsMTguODU3bDQ2LjE4LDQ3LjE0bDQ2LjE4MS00Ny4xNA0KCUMxNTAuNzU5LDgyLjU5OCwxNTAuNzU5LDc0LjE1NywxNDUuNjU5LDY4Ljk0OXoiLz4NCjwvc3ZnPg0K"), none;
    background-origin: padding-box;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 20px 20px;
    cursor: pointer;
    height: 20px;
    position: absolute;
    right: 7px;
    top: 10px;
    width: 20px;
}
.ui-date-container {
    animation: 0.2s ease 0s normal none 1 running fadeIn;
    background-color: #fff;
    border: 0 none transparent;
    border-radius: 4px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
    display: none;
    font-size: 14px;
    position: absolute;
    z-index: 9;
}
.ui-date-container a {
    transition: background-color 0.2s ease 0s, color 0.2s ease 0s;
}
.ui-date-head {
    overflow: hidden;
    padding: 5px 0 0;
}
.ui-date-half {
    float: left;
    width: 50%;
}
.ui-date-next, .ui-date-prev {
    background: none repeat scroll 0 0%, rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: #b6bbc6;
    fill: currentcolor;
    height: 30px;
    text-align: center;
    width: 35px;
}
.ui-date-prev {
    background-position: 50% -90px;
}
a.ui-date-prev:hover {
    background-position: 50% -150px;
    color: #00a5e0;
}
span.ui-date-prev {
    background-position: 50% -120px;
    color: #ccd0d7;
}
a.ui-date-next:hover {
    background-position: 50% -60px;
    color: #00a5e0;
}
span.ui-date-next {
    background-position: 50% -30px;
    color: #ccd0d7;
}
.ui-date-next > svg, .ui-date-prev > svg {
    display: block;
    height: 20px;
    margin: 5px auto 0;
    width: 20px;
}
.ui-date-next > svg {
    transform: rotate(180deg) translateZ(0px);
}
.ui-date-prev {
    float: left;
}
.ui-date-next {
    float: right;
}
.ui-date-switch {
    border-radius: 2px;
    color: #4c5161;
    display: block;
    line-height: 30px;
    margin: 0 35px;
    text-align: center;
}
a.ui-date-item:hover, a.ui-date-switch:hover {
    background-color: #f0f0f2;
    color: #4c5161;
}
.ui-date-x, .ui-hour-x, .ui-minute-x, .ui-month-x, .ui-year-x {
    width: 225px;
}
.ui-minute-body {
    padding-bottom: 12px;
    padding-left: 12px;
}
.ui-hour-body {
    padding: 8px 0 12px 12px;
}
.ui-date-body, .ui-month-body, .ui-year-body {
    padding-left: 5px;
    padding-right: 2px;
}
.ui-date-item {
    border-radius: 2px;
    color: #4c5161;
    display: inline-block;
    font-size: 13px;
    text-align: center;
}
span.ui-date-item {
    color: #ccd0d7;
}
.ui-hour-body .ui-date-item, .ui-minute-body .ui-date-item {
    line-height: 26px;
    margin-right: 7px;
    margin-top: 4px;
    width: 45px;
}
.ui-month-body .ui-date-item, .ui-year-body .ui-date-item {
    line-height: 54px;
    margin-left: 7px;
    margin-top: 5px;
    width: 45px;
}
.ui-date-now {
    display: block;
    line-height: 30px;
    margin: 5px;
    text-align: center;
}
.ui-day-x {
    padding: 0 2px 0 5px;
    text-align: center;
}
.ui-date-body .ui-date-item, .ui-day-item {
    display: inline-block;
    line-height: 28px;
    margin-right: 3px;
    margin-top: 1px;
    vertical-align: top;
    width: 28px;
}
.ui-range-x {
    width: 458px;
}
.ui-range-body {
    overflow: hidden;
}
.ui-range-body .ui-date-half + .ui-date-half {
    border-left: 1px solid #f0f0f2;
    margin-left: -1px;
}
.ui-range-footer {
    padding: 5px 15px 15px;
    text-align: right;
}
.ui-range-footer > .ui-button {
    border-radius: 2px;
    margin-left: 10px;
    padding-bottom: 4px;
    padding-top: 4px;
}
.ui-date-container .selected, .ui-date-container .selected:hover {
    background-color: #00a5e0;
    color: #fff;
    cursor: default;
}
.ui-date-container span.selected {
    opacity: 0.4;
}
.ui-range-body .ui-date-half {
    width: 229px;
}
.ui-range-body .ui-date-body {
    padding-left: 6px;
    padding-right: 0;
}
.ui-range-body .ui-month-body {
    margin-bottom: 15px;
}
.ui-range-body .ui-date-body .selected {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #00a5e0;
    border-image: none;
    border-radius: 0;
    border-style: solid;
    border-width: 1px 4px 1px 1px;
    line-height: 26px;
    margin-right: 0;
    width: 26px;
}
.ui-range-body .selected.col0 {
    border-left-width: 7px;
    margin-left: -6px;
}
.ui-range-body .selected.col6 {
    border-right-width: 10px;
}
.ui-range-body .selected.ui-date-first:not(.col0) {
    border-bottom-left-radius: 2px;
    border-top-left-radius: 2px;
}
.ui-range-body .selected.ui-date-last:not(.col6) {
    border-bottom-right-radius: 2px;
    border-top-right-radius: 2px;
}
.ui-range-body .ui-date-begin, .ui-range-body .ui-date-end {
    background-color: #fff;
    border-radius: 0;
    color: #4c5161;
    width: 26px;
}
.ui-range-body .ui-date-begin {
    border-bottom-left-radius: 2px;
    border-left-width: 1px;
    border-right-width: 4px;
    border-top-left-radius: 2px;
}
.ui-range-body .ui-date-end {
    border-bottom-right-radius: 2px;
    border-right-width: 1px;
    border-top-right-radius: 2px;
    margin-right: 3px;
}
.ui-range-body .ui-date-begin:hover, .ui-range-body .ui-date-end:hover {
    background-color: #fff;
    color: #4c5161;
}
.ui-range-body .ui-date-begin.col6 {
    border-right-width: 0;
    padding-right: 9px;
}
.ui-range-body .ui-date-begin.col0 {
    border-left-width: 1px;
    margin-left: 0;
}
.ui-range-body .ui-date-end.col0 {
    border-left-width: 0;
    padding-left: 7px;
}
.ui-range-body .ui-date-end.col6 {
    border-right-width: 1px;
}
.ui-range-body .ui-date-begin.ui-date-end {
    border: 1px solid #00a5e0;
    border-radius: 2px;
    margin-right: 3px;
    padding: 0;
}
.ui-range-body .ui-date-begin + .ui-date-end {
    border-left-width: 1px;
    margin-right: 3px;
}