
/*!
 * Datetimepicker for Bootstrap
 *
 * Copyright 2012 Stefan Petre
 * Improvements by Andrew Rowls
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 */

.datetimepicker {
    padding: 4px;
    margin-top: 1px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    direction: ltr
}

.datetimepicker-inline {
    width: 220px
}

.datetimepicker.datetimepicker-rtl {
    direction: rtl
}

.datetimepicker.datetimepicker-rtl table tr td span {
    float: right
}

.datetimepicker.dropdown-menu {
    display: none;
    right: auto;
    padding: 5px
}

.table-condensed td {
    padding: 0 !important
}

.datetimepicker-dropdown,
.datetimepicker-dropdown-left {
    top: 0;
    left: 0
}

[class*=" datetimepicker-dropdown"]:before {
    content: '';
    display: inline-block;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #ccc;
    border-bottom-color: rgba(0, 0, 0, 0.2);
    position: absolute
}

[class*=" datetimepicker-dropdown"]:after {
    content: '';
    display: inline-block;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
    position: absolute
}

[class*=" datetimepicker-dropdown-top"]:before {
    content: '';
    display: inline-block;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 7px solid #ccc;
    border-top-color: rgba(0, 0, 0, 0.2);
    border-bottom: 0
}

[class*=" datetimepicker-dropdown-top"]:after {
    content: '';
    display: inline-block;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #fff;
    border-bottom: 0
}

.datetimepicker-dropdown-bottom-left:before {
    top: -7px;
    right: 6px
}

.datetimepicker-dropdown-bottom-left:after {
    top: -6px;
    right: 7px
}

.datetimepicker-dropdown-bottom-right:before {
    top: -7px;
    left: 6px
}

.datetimepicker-dropdown-bottom-right:after {
    top: -6px;
    left: 7px
}

.datetimepicker-dropdown-top-left:before {
    bottom: -7px;
    right: 6px
}

.datetimepicker-dropdown-top-left:after {
    bottom: -6px;
    right: 7px
}

.datetimepicker-dropdown-top-right:before {
    bottom: -7px;
    left: 6px
}

.datetimepicker-dropdown-top-right:after {
    bottom: -6px;
    left: 7px
}

.datetimepicker>div {
    display: none
}

.datetimepicker.minutes div.datetimepicker-minutes {
    display: block
}

.datetimepicker.hours div.datetimepicker-hours {
    display: block
}

.datetimepicker.days div.datetimepicker-days {
    display: block
}

.datetimepicker.months div.datetimepicker-months {
    display: block
}

.datetimepicker.years div.datetimepicker-years {
    display: block
}

.datetimepicker table {
    margin: 0
}

.datetimepicker td,
.datetimepicker th {
    text-align: center;
    width: 20px;
    height: 20px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: 0
}

.table-striped .datetimepicker table tr td,
.table-striped .datetimepicker table tr th {
    background-color: transparent
}

.datetimepicker table tr td.minute:hover {
    background: #eee;
    cursor: pointer
}

.datetimepicker table tr td.hour:hover {
    background: #eee;
    cursor: pointer
}

.datetimepicker table tr td.day:hover {
    background: #eee;
    cursor: pointer
}

.datetimepicker table tr td.old,
.datetimepicker table tr td.new {
    color: #999
}

.datetimepicker table tr td.disabled,
.datetimepicker table tr td.disabled:hover {
    background: 0;
    color: #999;
    cursor: default
}

.datetimepicker table tr td.today,
.datetimepicker table tr td.today:hover,
.datetimepicker table tr td.today.disabled,
.datetimepicker table tr td.today.disabled:hover {
    background-color: #fde19a;
    background-image: -moz-linear-gradient(top, #fdd49a, #fdf59a);
    background-image: -ms-linear-gradient(top, #fdd49a, #fdf59a);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fdd49a), to(#fdf59a));
    background-image: -webkit-linear-gradient(top, #fdd49a, #fdf59a);
    background-image: -o-linear-gradient(top, #fdd49a, #fdf59a);
    background-image: linear-gradient(to bottom, #fdd49a, #fdf59a);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#fdd49a', endColorstr='#fdf59a', GradientType=0);
    border-color: #fdf59a #fdf59a #fbed50;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid: DXImageTransform.Microsoft.gradient(enabled=false)
}

.datetimepicker table tr td.today:hover,
.datetimepicker table tr td.today:hover:hover,
.datetimepicker table tr td.today.disabled:hover,
.datetimepicker table tr td.today.disabled:hover:hover,
.datetimepicker table tr td.today:active,
.datetimepicker table tr td.today:hover:active,
.datetimepicker table tr td.today.disabled:active,
.datetimepicker table tr td.today.disabled:hover:active,
.datetimepicker table tr td.today.active,
.datetimepicker table tr td.today:hover.active,
.datetimepicker table tr td.today.disabled.active,
.datetimepicker table tr td.today.disabled:hover.active,
.datetimepicker table tr td.today.disabled,
.datetimepicker table tr td.today:hover.disabled,
.datetimepicker table tr td.today.disabled.disabled,
.datetimepicker table tr td.today.disabled:hover.disabled,
.datetimepicker table tr td.today[disabled],
.datetimepicker table tr td.today:hover[disabled],
.datetimepicker table tr td.today.disabled[disabled],
.datetimepicker table tr td.today.disabled:hover[disabled] {
    background-color: #fdf59a
}

.datetimepicker table tr td.today:active,
.datetimepicker table tr td.today:hover:active,
.datetimepicker table tr td.today.disabled:active,
.datetimepicker table tr td.today.disabled:hover:active,
.datetimepicker table tr td.today.active,
.datetimepicker table tr td.today:hover.active,
.datetimepicker table tr td.today.disabled.active,
.datetimepicker table tr td.today.disabled:hover.active {
    background-color: #fbf069
}

.datetimepicker table tr td.active,
.datetimepicker table tr td.active:hover,
.datetimepicker table tr td.active.disabled,
.datetimepicker table tr td.active.disabled:hover {
    background-color: #006dcc;
    background-image: -moz-linear-gradient(top, #08c, #04c);
    background-image: -ms-linear-gradient(top, #08c, #04c);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#08c), to(#04c));
    background-image: -webkit-linear-gradient(top, #08c, #04c);
    background-image: -o-linear-gradient(top, #08c, #04c);
    background-image: linear-gradient(to bottom, #08c, #04c);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#0088cc', endColorstr='#0044cc', GradientType=0);
    border-color: #04c #04c #002a80;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid: DXImageTransform.Microsoft.gradient(enabled=false);
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25)
}

.datetimepicker table tr td.active:hover,
.datetimepicker table tr td.active:hover:hover,
.datetimepicker table tr td.active.disabled:hover,
.datetimepicker table tr td.active.disabled:hover:hover,
.datetimepicker table tr td.active:active,
.datetimepicker table tr td.active:hover:active,
.datetimepicker table tr td.active.disabled:active,
.datetimepicker table tr td.active.disabled:hover:active,
.datetimepicker table tr td.active.active,
.datetimepicker table tr td.active:hover.active,
.datetimepicker table tr td.active.disabled.active,
.datetimepicker table tr td.active.disabled:hover.active,
.datetimepicker table tr td.active.disabled,
.datetimepicker table tr td.active:hover.disabled,
.datetimepicker table tr td.active.disabled.disabled,
.datetimepicker table tr td.active.disabled:hover.disabled,
.datetimepicker table tr td.active[disabled],
.datetimepicker table tr td.active:hover[disabled],
.datetimepicker table tr td.active.disabled[disabled],
.datetimepicker table tr td.active.disabled:hover[disabled] {
    background-color: #04c
}

.datetimepicker table tr td.active:active,
.datetimepicker table tr td.active:hover:active,
.datetimepicker table tr td.active.disabled:active,
.datetimepicker table tr td.active.disabled:hover:active,
.datetimepicker table tr td.active.active,
.datetimepicker table tr td.active:hover.active,
.datetimepicker table tr td.active.disabled.active,
.datetimepicker table tr td.active.disabled:hover.active {
    background-color: #039
}

.datetimepicker table tr td span {
    display: block;
    width: 23%;
    height: 27px;
    line-height: 27px;
    float: left;
    margin: 1%;
    cursor: pointer;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

.datetimepicker .datetimepicker-hours span {
    height: 26px;
    line-height: 26px
}

.datetimepicker .datetimepicker-hours table tr td span.hour_am,
.datetimepicker .datetimepicker-hours table tr td span.hour_pm {
    width: 14.6%
}

.datetimepicker .datetimepicker-hours fieldset legend,
.datetimepicker .datetimepicker-minutes fieldset legend {
    margin-bottom: inherit;
    line-height: 30px
}

.datetimepicker .datetimepicker-minutes span {
    height: 26px;
    line-height: 26px
}

.datetimepicker table tr td span:hover {
    background: #eee
}

.datetimepicker table tr td span.disabled,
.datetimepicker table tr td span.disabled:hover {
    background: 0;
    color: #999;
    cursor: default
}

.datetimepicker table tr td span.active,
.datetimepicker table tr td span.active:hover,
.datetimepicker table tr td span.active.disabled,
.datetimepicker table tr td span.active.disabled:hover {
    background-color: #006dcc;
    background-image: -moz-linear-gradient(top, #08c, #04c);
    background-image: -ms-linear-gradient(top, #08c, #04c);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#08c), to(#04c));
    background-image: -webkit-linear-gradient(top, #08c, #04c);
    background-image: -o-linear-gradient(top, #08c, #04c);
    background-image: linear-gradient(to bottom, #08c, #04c);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#0088cc', endColorstr='#0044cc', GradientType=0);
    border-color: #04c #04c #002a80;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid: DXImageTransform.Microsoft.gradient(enabled=false);
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25)
}

.datetimepicker table tr td span.active:hover,
.datetimepicker table tr td span.active:hover:hover,
.datetimepicker table tr td span.active.disabled:hover,
.datetimepicker table tr td span.active.disabled:hover:hover,
.datetimepicker table tr td span.active:active,
.datetimepicker table tr td span.active:hover:active,
.datetimepicker table tr td span.active.disabled:active,
.datetimepicker table tr td span.active.disabled:hover:active,
.datetimepicker table tr td span.active.active,
.datetimepicker table tr td span.active:hover.active,
.datetimepicker table tr td span.active.disabled.active,
.datetimepicker table tr td span.active.disabled:hover.active,
.datetimepicker table tr td span.active.disabled,
.datetimepicker table tr td span.active:hover.disabled,
.datetimepicker table tr td span.active.disabled.disabled,
.datetimepicker table tr td span.active.disabled:hover.disabled,
.datetimepicker table tr td span.active[disabled],
.datetimepicker table tr td span.active:hover[disabled],
.datetimepicker table tr td span.active.disabled[disabled],
.datetimepicker table tr td span.active.disabled:hover[disabled] {
    background-color: #04c
}

.datetimepicker table tr td span.active:active,
.datetimepicker table tr td span.active:hover:active,
.datetimepicker table tr td span.active.disabled:active,
.datetimepicker table tr td span.active.disabled:hover:active,
.datetimepicker table tr td span.active.active,
.datetimepicker table tr td span.active:hover.active,
.datetimepicker table tr td span.active.disabled.active,
.datetimepicker table tr td span.active.disabled:hover.active {
    background-color: #039
}

.datetimepicker table tr td span.old {
    color: #999
}

.datetimepicker th.switch {
    width: 145px
}

.datetimepicker th span.glyphicon {
    pointer-events: none
}

.datetimepicker thead tr:first-child th,
.datetimepicker tfoot th {
    cursor: pointer
}

.datetimepicker thead tr:first-child th:hover,
.datetimepicker tfoot th:hover {
    background: #eee
}

.input-append.date .add-on i,
.input-prepend.date .add-on i,
.input-group.date .input-group-addon span {
    cursor: pointer;
    width: 14px;
    height: 14px
}

.datetimepicker table tr th.prev i,
.datetimepicker table tr th.next i {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.datetimepicker table tr th.prev i:before {
    content: "\f060"
}

.datetimepicker table tr th.next i:before {
    content: "\f061"
}
/*!
 * ui-grid - v4.0.2 - 2016-12-30
 * Copyright (c) 2016 ; License: MIT 
 */

#ui-grid-twbs #ui-grid-twbs .form-horizontal .form-group:before,
#ui-grid-twbs #ui-grid-twbs .form-horizontal .form-group:after,
#ui-grid-twbs #ui-grid-twbs .btn-toolbar:before,
#ui-grid-twbs #ui-grid-twbs .btn-toolbar:after,
#ui-grid-twbs #ui-grid-twbs .btn-group-vertical>.btn-group:before,
#ui-grid-twbs #ui-grid-twbs .btn-group-vertical>.btn-group:after {
    content: " ";
    display: table
}

#ui-grid-twbs #ui-grid-twbs .form-horizontal .form-group:after,
#ui-grid-twbs #ui-grid-twbs .btn-toolbar:after,
#ui-grid-twbs #ui-grid-twbs .btn-group-vertical>.btn-group:after {
    clear: both
}

.ui-grid {
    box-sizing: content-box;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -o-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0)
}

.ui-grid-vertical-bar {
    position: absolute;
    right: 0;
    width: 0
}

.ui-grid-header-cell:not(:last-child) .ui-grid-vertical-bar,
.ui-grid-cell:not(:last-child) .ui-grid-vertical-bar {
    width: 1px
}

.ui-grid-scrollbar-placeholder {
    background-color: transparent
}

.ui-grid-header-cell:not(:last-child) .ui-grid-vertical-bar {
    background-color: #d4d4d4
}

.ui-grid-cell:not(:last-child) .ui-grid-vertical-bar {
    background-color: #d4d4d4
}

.ui-grid-header-cell:last-child .ui-grid-vertical-bar {
    right: -1px;
    width: 1px;
    background-color: #d4d4d4
}

.ui-grid-clearfix:before,
.ui-grid-clearfix:after {
    content: "";
    display: table
}

.ui-grid-clearfix:after {
    clear: both
}

.ui-grid-invisible {
    visibility: hidden
}

.ui-grid-contents-wrapper {
    position: relative;
    height: 100%;
    width: 100%
}

.ui-grid-sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.ui-grid-top-panel-background {
    background: #f3f3f3;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eee), color-stop(1, #fff));
    background: -ms-linear-gradient(bottom, #eee, #fff);
    background: -moz-linear-gradient(center bottom, #eee 0, #fff 100%);
    background: -o-linear-gradient(#fff, #eee);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0)
}

.ui-grid-header {
    box-sizing: border-box
}

.ui-grid-top-panel {
    position: relative;
    overflow: hidden;
    font-weight: bold
}

.ui-grid-header-viewport {
    overflow: hidden
}

.ui-grid-header-canvas:before,
.ui-grid-header-canvas:after {
    content: "";
    display: table;
    line-height: 0
}

.ui-grid-header-canvas:after {
    clear: both
}

.ui-grid-header-cell-wrapper {
    position: relative;
    display: table;
    box-sizing: border-box;
    height: 100%
}

.ui-grid-header-cell-row {
    display: table-row;
    position: relative
}

.ui-grid-header-cell {
    position: relative;
    box-sizing: border-box;
    background-color: inherit;
    display: table-cell;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 0
}

.ui-grid-header-cell .sortable {
    cursor: pointer
}

.ui-grid-header-cell .ui-grid-sort-priority-number {
    margin-left: -8px
}

.ui-grid-header .ui-grid-vertical-bar {
    top: 0;
    bottom: 0
}

.ui-grid-header-cell-row .ui-grid-header-cell {
    border-bottom: 3px solid #0096d6;
    height: 100%
}

.ui-grid-header-cell-row .ui-grid-header-cell .ui-grid-cell-contents {
    border: 0;
    outline: 0
}

.ui-grid-column-menu-button {
    position: absolute;
    right: 1px;
    top: 0
}

.ui-grid-column-menu-button .ui-grid-icon-angle-down {
    vertical-align: sub
}

.ui-grid-column-menu-button-last-col {
    margin-right: 25px
}

.ui-grid-column-menu {
    position: absolute
}

.ui-grid-column-menu .ui-grid-menu .ui-grid-menu-mid.ng-hide-add,
.ui-grid-column-menu .ui-grid-menu .ui-grid-menu-mid.ng-hide-remove {
    -webkit-transition: all .05s linear;
    -moz-transition: all .05s linear;
    -o-transition: all .05s linear;
    transition: all .05s linear;
    display: block !important
}

.ui-grid-column-menu .ui-grid-menu .ui-grid-menu-mid.ng-hide-add.ng-hide-add-active,
.ui-grid-column-menu .ui-grid-menu .ui-grid-menu-mid.ng-hide-remove {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%)
}

.ui-grid-column-menu .ui-grid-menu .ui-grid-menu-mid.ng-hide-add,
.ui-grid-column-menu .ui-grid-menu .ui-grid-menu-mid.ng-hide-remove.ng-hide-remove-active {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.ui-grid-menu-button .ui-grid-menu .ui-grid-menu-mid.ng-hide-add,
.ui-grid-menu-button .ui-grid-menu .ui-grid-menu-mid.ng-hide-remove {
    -webkit-transition: all .05s linear;
    -moz-transition: all .05s linear;
    -o-transition: all .05s linear;
    transition: all .05s linear;
    display: block !important
}

.ui-grid-menu-button .ui-grid-menu .ui-grid-menu-mid.ng-hide-add.ng-hide-add-active,
.ui-grid-menu-button .ui-grid-menu .ui-grid-menu-mid.ng-hide-remove {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%)
}

.ui-grid-menu-button .ui-grid-menu .ui-grid-menu-mid.ng-hide-add,
.ui-grid-menu-button .ui-grid-menu .ui-grid-menu-mid.ng-hide-remove.ng-hide-remove-active {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.ui-grid-filter-container {
    padding: 4px 10px;
    position: relative
}

.ui-grid-filter-container .ui-grid-filter-button {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0
}

.ui-grid-filter-container .ui-grid-filter-button [class^="ui-grid-icon"] {
    position: absolute;
    top: 50%;
    line-height: 32px;
    margin-top: -16px;
    right: 10px;
    opacity: .66
}

.ui-grid-filter-container .ui-grid-filter-button [class^="ui-grid-icon"]:hover {
    opacity: 1
}

.ui-grid-filter-container .ui-grid-filter-button-select {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0
}

.ui-grid-filter-container .ui-grid-filter-button-select [class^="ui-grid-icon"] {
    position: absolute;
    top: 50%;
    line-height: 32px;
    margin-top: -16px;
    right: 0;
    opacity: .66
}

.ui-grid-filter-container .ui-grid-filter-button-select [class^="ui-grid-icon"]:hover {
    opacity: 1
}

input[type="text"].ui-grid-filter-input {
    padding: 0;
    margin: 0;
    border: 0;
    width: 100%;
    border: 1px solid #d4d4d4;
    -webkit-border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-topleft: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    -moz-background-clip: padding-box;
    -webkit-background-clip: padding-box;
    background-clip: padding-box
}

input[type="text"].ui-grid-filter-input:hover {
    border: 1px solid #d4d4d4
}

select.ui-grid-filter-select {
    padding: 0;
    margin: 0;
    border: 0;
    width: 90%;
    border: 1px solid #d4d4d4;
    -webkit-border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-topleft: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    -moz-background-clip: padding-box;
    -webkit-background-clip: padding-box;
    background-clip: padding-box
}

select.ui-grid-filter-select:hover {
    border: 1px solid #d4d4d4
}

.ui-grid-filter-cancel-button-hidden select.ui-grid-filter-select {
    width: 100%
}

.ui-grid-render-container {
    position: inherit;
    -webkit-border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-topleft: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    -moz-background-clip: padding-box;
    -webkit-background-clip: padding-box;
    background-clip: padding-box
}

.ui-grid-render-container:focus {
    outline: 0
}

.ui-grid-viewport {
    min-height: 20px;
    position: relative;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    height: 100%
}

.ui-grid-viewport:focus {
    outline: none !important
}

.ui-grid-canvas {
    position: relative
}

.ui-grid-row {
    clear: both
}

.ui-grid-row:hover .ui-grid-cell {
    background-color: #f5f5f5
}

.ui-grid-no-row-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 10%;
    background: #f3f3f3;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eee), color-stop(1, #fff));
    background: -ms-linear-gradient(bottom, #eee, #fff);
    background: -moz-linear-gradient(center bottom, #eee 0, #fff 100%);
    background: -o-linear-gradient(#fff, #eee);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0);
    -webkit-border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-topleft: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    -moz-background-clip: padding-box;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #d4d4d4;
    font-size: 2em;
    text-align: center
}

.ui-grid-no-row-overlay>* {
    position: absolute;
    display: table;
    margin: auto 0;
    width: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: .66
}

.ui-grid-cell {
    overflow: hidden;
    float: left;
    background-color: inherit;
    box-sizing: border-box
}

.ui-grid-cell-contents {
    padding: 9px 8px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    height: 100%
}

.ui-grid-viewport .ui-grid-canvas .ui-grid-row {
    border-top: 1px solid #ddd
}

.ui-grid-viewport .ui-grid-canvas .ui-grid-row:first-child {
    border-top: 0
}

.ui-grid-cell-contents-hidden {
    visibility: hidden;
    width: 0;
    height: 0;
    display: none
}

.ui-grid-row .ui-grid-cell.ui-grid-row-header-cell {
    background-color: #f0f0ee;
    border-bottom: solid 1px #d4d4d4
}

.ui-grid-footer-panel-background {
    background: #f3f3f3;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eee), color-stop(1, #fff));
    background: -ms-linear-gradient(bottom, #eee, #fff);
    background: -moz-linear-gradient(center bottom, #eee 0, #fff 100%);
    background: -o-linear-gradient(#fff, #eee);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0)
}

.ui-grid-footer-panel {
    position: relative;
    border-bottom: 1px solid #d4d4d4;
    border-top: 1px solid #d4d4d4;
    overflow: hidden;
    font-weight: bold;
    background: #f3f3f3;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eee), color-stop(1, #fff));
    background: -ms-linear-gradient(bottom, #eee, #fff);
    background: -moz-linear-gradient(center bottom, #eee 0, #fff 100%);
    background: -o-linear-gradient(#fff, #eee);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0);
    -webkit-border-top-right-radius: -1px;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-top-left-radius: -1px;
    -moz-border-radius-topright: -1px;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-topleft: -1px;
    border-top-right-radius: -1px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: -1px;
    -moz-background-clip: padding-box;
    -webkit-background-clip: padding-box;
    background-clip: padding-box
}

.ui-grid-grid-footer {
    float: left;
    width: 100%
}

.ui-grid-footer-viewport {
    overflow: hidden
}

.ui-grid-footer-canvas {
    position: relative
}

.ui-grid-footer-canvas:before,
.ui-grid-footer-canvas:after {
    content: "";
    display: table;
    line-height: 0
}

.ui-grid-footer-canvas:after {
    clear: both
}

.ui-grid-footer-cell-wrapper {
    position: relative;
    display: table;
    box-sizing: border-box;
    height: 100%
}

.ui-grid-footer-cell-row {
    display: table-row
}

.ui-grid-footer-cell {
    overflow: hidden;
    background-color: inherit;
    border-right: 1px solid;
    border-color: #fff;
    box-sizing: border-box;
    display: table-cell
}

.ui-grid-footer-cell:last-child {
    border-right: 0
}

input[type="text"].ui-grid-filter-input {
    padding: 0;
    margin: 0;
    border: 0;
    width: 100%;
    border: 1px solid #d4d4d4;
    -webkit-border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-topleft: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    -moz-background-clip: padding-box;
    -webkit-background-clip: padding-box;
    background-clip: padding-box
}

input[type="text"].ui-grid-filter-input:hover {
    border: 1px solid #d4d4d4
}

.ui-grid-menu-button {
    z-index: 2;
    position: absolute;
    right: 0;
    top: 0;
    background: #f3f3f3;
    border: 1px solid #d4d4d4;
    cursor: pointer;
    height: 31px;
    font-weight: normal
}

.ui-grid-menu-button .ui-grid-icon-container {
    margin-top: 3px
}

.ui-grid-menu-button .ui-grid-menu {
    right: 0
}

.ui-grid-menu-button .ui-grid-menu .ui-grid-menu-mid {
    overflow: scroll;
    border: 1px solid #d4d4d4
}

.ui-grid-menu {
    z-index: 2;
    position: absolute;
    padding: 0 10px 20px 10px;
    cursor: pointer;
    box-sizing: border-box
}

.ui-grid-menu .ui-grid-menu-inner {
    background: #f3f3f3;
    border: 1px solid #d4d4d4;
    position: relative;
    white-space: nowrap;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2), inset 0 12px 12px -14px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2), inset 0 12px 12px -14px rgba(0, 0, 0, 0.2);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2), inset 0 12px 12px -14px rgba(0, 0, 0, 0.2)
}

.ui-grid-menu .ui-grid-menu-inner .ui-grid-menu-close-button {
    position: absolute;
    right: 0;
    top: 0;
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: 1px 1px;
    font-size: 10px;
    line-height: 1;
    border-radius: 2px;
    color: transparent;
    background-color: transparent;
    border-color: transparent
}

.ui-grid-menu .ui-grid-menu-inner .ui-grid-menu-close-button:focus,
.ui-grid-menu .ui-grid-menu-inner .ui-grid-menu-close-button:active:focus,
.ui-grid-menu .ui-grid-menu-inner .ui-grid-menu-close-button.active:focus,
.ui-grid-menu .ui-grid-menu-inner .ui-grid-menu-close-button.focus,
.ui-grid-menu .ui-grid-menu-inner .ui-grid-menu-close-button:active.focus,
.ui-grid-menu .ui-grid-menu-inner .ui-grid-menu-close-button.active.focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

.ui-grid-menu .ui-grid-menu-inner .ui-grid-menu-close-button:hover,
.ui-grid-menu .ui-grid-menu-inner .ui-grid-menu-close-button:focus,
.ui-grid-menu .ui-grid-menu-inner .ui-grid-menu-close-button.focus {
    color: #333;
    text-decoration: none
}

.ui-grid-menu .ui-grid-menu-inner .ui-grid-menu-close-button:active,
.ui-grid-menu .ui-grid-menu-inner .ui-grid-menu-close-button.active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125)
}

.ui-grid-menu .ui-grid-menu-inner .ui-grid-menu-close-button.disabled,
.ui-grid-menu .ui-grid-menu-inner .ui-grid-menu-close-button[disabled],
fieldset[disabled] .ui-grid-menu .ui-grid-menu-inner .ui-grid-menu-close-button {
    cursor: not-allowed;
    opacity: .65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none
}

a.ui-grid-menu .ui-grid-menu-inner .ui-grid-menu-close-button.disabled,
fieldset[disabled] a.ui-grid-menu .ui-grid-menu-inner .ui-grid-menu-close-button {
    pointer-events: none
}

.ui-grid-menu .ui-grid-menu-inner .ui-grid-menu-close-button:focus,
.ui-grid-menu .ui-grid-menu-inner .ui-grid-menu-close-button.focus {
    color: transparent;
    background-color: rgba(0, 0, 0, 0);
    border-color: rgba(0, 0, 0, 0)
}

.ui-grid-menu .ui-grid-menu-inner .ui-grid-menu-close-button:hover {
    color: transparent;
    background-color: rgba(0, 0, 0, 0);
    border-color: rgba(0, 0, 0, 0)
}

.ui-grid-menu .ui-grid-menu-inner .ui-grid-menu-close-button:active,
.ui-grid-menu .ui-grid-menu-inner .ui-grid-menu-close-button.active,
.open>.dropdown-toggle.ui-grid-menu .ui-grid-menu-inner .ui-grid-menu-close-button {
    color: transparent;
    background-color: rgba(0, 0, 0, 0);
    border-color: rgba(0, 0, 0, 0)
}

.ui-grid-menu .ui-grid-menu-inner .ui-grid-menu-close-button:active:hover,
.ui-grid-menu .ui-grid-menu-inner .ui-grid-menu-close-button.active:hover,
.open>.dropdown-toggle.ui-grid-menu .ui-grid-menu-inner .ui-grid-menu-close-button:hover,
.ui-grid-menu .ui-grid-menu-inner .ui-grid-menu-close-button:active:focus,
.ui-grid-menu .ui-grid-menu-inner .ui-grid-menu-close-button.active:focus,
.open>.dropdown-toggle.ui-grid-menu .ui-grid-menu-inner .ui-grid-menu-close-button:focus,
.ui-grid-menu .ui-grid-menu-inner .ui-grid-menu-close-button:active.focus,
.ui-grid-menu .ui-grid-menu-inner .ui-grid-menu-close-button.active.focus,
.open>.dropdown-toggle.ui-grid-menu .ui-grid-menu-inner .ui-grid-menu-close-button.focus {
    color: transparent;
    background-color: rgba(0, 0, 0, 0);
    border-color: rgba(0, 0, 0, 0)
}

.ui-grid-menu .ui-grid-menu-inner .ui-grid-menu-close-button:active,
.ui-grid-menu .ui-grid-menu-inner .ui-grid-menu-close-button.active,
.open>.dropdown-toggle.ui-grid-menu .ui-grid-menu-inner .ui-grid-menu-close-button {
    background-image: none
}

.ui-grid-menu .ui-grid-menu-inner .ui-grid-menu-close-button.disabled:hover,
.ui-grid-menu .ui-grid-menu-inner .ui-grid-menu-close-button[disabled]:hover,
fieldset[disabled] .ui-grid-menu .ui-grid-menu-inner .ui-grid-menu-close-button:hover,
.ui-grid-menu .ui-grid-menu-inner .ui-grid-menu-close-button.disabled:focus,
.ui-grid-menu .ui-grid-menu-inner .ui-grid-menu-close-button[disabled]:focus,
fieldset[disabled] .ui-grid-menu .ui-grid-menu-inner .ui-grid-menu-close-button:focus,
.ui-grid-menu .ui-grid-menu-inner .ui-grid-menu-close-button.disabled.focus,
.ui-grid-menu .ui-grid-menu-inner .ui-grid-menu-close-button[disabled].focus,
fieldset[disabled] .ui-grid-menu .ui-grid-menu-inner .ui-grid-menu-close-button.focus {
    background-color: transparent;
    border-color: transparent
}

.ui-grid-menu .ui-grid-menu-inner .ui-grid-menu-close-button .badge {
    color: transparent;
    background-color: transparent
}

.ui-grid-menu .ui-grid-menu-inner .ui-grid-menu-close-button>i {
    opacity: .75;
    color: black
}

.ui-grid-menu .ui-grid-menu-inner ul {
    margin: 0;
    padding: 0;
    list-style-type: none
}

.ui-grid-menu .ui-grid-menu-inner ul li {
    padding: 0
}

.ui-grid-menu .ui-grid-menu-inner ul li button {
    min-width: 100%;
    padding: 8px;
    text-align: left;
    background: transparent;
    border: 0
}

.ui-grid-menu .ui-grid-menu-inner ul li button:hover,
.ui-grid-menu .ui-grid-menu-inner ul li button:focus {
    -webkit-box-shadow: inset 0 0 14px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0 0 14px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 0 14px rgba(0, 0, 0, 0.2)
}

.ui-grid-menu .ui-grid-menu-inner ul li button.ui-grid-menu-item-active {
    -webkit-box-shadow: inset 0 0 14px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0 0 14px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 0 14px rgba(0, 0, 0, 0.2);
    background-color: #cecece
}

.ui-grid-menu .ui-grid-menu-inner ul li:not(:last-child)>button {
    border-bottom: 1px solid #d4d4d4
}

.ui-grid-sortarrow {
    right: 5px;
    position: absolute;
    width: 20px;
    top: 0;
    bottom: 0;
    background-position: center
}

.ui-grid-sortarrow.down {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

@font-face {
    font-family: 'ui-grid';
    src: url('./fonts/ui-grid.eot');
    src: url('./fonts/ui-grid.eot#iefix') format('embedded-opentype'), url('./fonts/ui-grid.woff') format('woff'), url('./fonts/ui-grid.ttf') format('truetype'), url('./fonts/ui-grid.svg?#ui-grid') format('svg');
    font-weight: normal;
    font-style: normal
}

[class^="ui-grid-icon"]:before,
[class*=" ui-grid-icon"]:before {
    font-family: "ui-grid";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: .2em
}

.ui-grid-icon-blank:before {
    font-family: FontAwesome;
    content: '\f0dc'
}

.ui-grid-icon-plus-squared:before {
    content: '\c350'
}

.ui-grid-icon-minus-squared:before {
    content: '\c351'
}

.ui-grid-icon-search:before {
    content: '\c352'
}

.ui-grid-icon-cancel:before {
    content: '\c353'
}

.ui-grid-icon-info-circled:before {
    content: '\c354'
}

.ui-grid-icon-lock:before {
    content: '\c355'
}

.ui-grid-icon-lock-open:before {
    content: '\c356'
}

.ui-grid-icon-pencil:before {
    content: '\c357'
}

.ui-grid-icon-down-dir:before {
    font-family: FontAwesome;
    content: '\f0dd'
}

.ui-grid-icon-up-dir:before {
    font-family: FontAwesome;
    content: '\f0de'
}

.ui-grid-icon-left-dir:before {
    content: '\c35a'
}

.ui-grid-icon-right-dir:before {
    content: '\c35b'
}

.ui-grid-icon-left-open:before {
    content: '\c35c'
}

.ui-grid-icon-right-open:before {
    content: '\c35d'
}

.ui-grid-icon-angle-down:before {
    content: '\c35e'
}

.ui-grid-icon-filter:before {
    content: '\c35f'
}

.ui-grid-icon-sort-alt-up:before {
    content: '\c360'
}

.ui-grid-icon-sort-alt-down:before {
    content: '\c361'
}

.ui-grid-icon-ok:before {
    content: '\c362'
}

.ui-grid-icon-menu:before {
    content: '\c363'
}

.ui-grid-icon-indent-left:before {
    content: '\e800'
}

.ui-grid-icon-indent-right:before {
    content: '\e801'
}

.ui-grid-icon-spin5:before {
    content: '\ea61'
}

.ui-grid[dir=rtl] .ui-grid-header-cell,
.ui-grid[dir=rtl] .ui-grid-footer-cell,
.ui-grid[dir=rtl] .ui-grid-cell {
    float: right !important
}

.ui-grid[dir=rtl] .ui-grid-column-menu-button {
    position: absolute;
    left: 1px;
    top: 0;
    right: inherit
}

.ui-grid[dir=rtl] .ui-grid-cell:first-child,
.ui-grid[dir=rtl] .ui-grid-header-cell:first-child,
.ui-grid[dir=rtl] .ui-grid-footer-cell:first-child {
    border-right: 0
}

.ui-grid[dir=rtl] .ui-grid-cell:last-child,
.ui-grid[dir=rtl] .ui-grid-header-cell:last-child {
    border-right: 1px solid #d4d4d4;
    border-left: 0
}

.ui-grid[dir=rtl] .ui-grid-header-cell:first-child .ui-grid-vertical-bar,
.ui-grid[dir=rtl] .ui-grid-footer-cell:first-child .ui-grid-vertical-bar,
.ui-grid[dir=rtl] .ui-grid-cell:first-child .ui-grid-vertical-bar {
    width: 0
}

.ui-grid[dir=rtl] .ui-grid-menu-button {
    z-index: 2;
    position: absolute;
    left: 0;
    right: auto;
    background: #f3f3f3;
    border: 1px solid #d4d4d4;
    cursor: pointer;
    min-height: 27px;
    font-weight: normal
}

.ui-grid[dir=rtl] .ui-grid-menu-button .ui-grid-menu {
    left: 0;
    right: auto
}

.ui-grid[dir=rtl] .ui-grid-filter-container .ui-grid-filter-button {
    right: initial;
    left: 0
}

.ui-grid[dir=rtl] .ui-grid-filter-container .ui-grid-filter-button [class^="ui-grid-icon"] {
    right: initial;
    left: 10px
}

.ui-grid-animate-spin {
    -moz-animation: ui-grid-spin 2s infinite linear;
    -o-animation: ui-grid-spin 2s infinite linear;
    -webkit-animation: ui-grid-spin 2s infinite linear;
    animation: ui-grid-spin 2s infinite linear;
    display: inline-block
}

@-moz-keyframes ui-grid-spin {
    0 {
        -moz-transform: rotate(0);
        -o-transform: rotate(0);
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -moz-transform: rotate(359deg);
        -o-transform: rotate(359deg);
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@-webkit-keyframes ui-grid-spin {
    0 {
        -moz-transform: rotate(0);
        -o-transform: rotate(0);
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -moz-transform: rotate(359deg);
        -o-transform: rotate(359deg);
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@-o-keyframes ui-grid-spin {
    0 {
        -moz-transform: rotate(0);
        -o-transform: rotate(0);
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -moz-transform: rotate(359deg);
        -o-transform: rotate(359deg);
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@-ms-keyframes ui-grid-spin {
    0 {
        -moz-transform: rotate(0);
        -o-transform: rotate(0);
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -moz-transform: rotate(359deg);
        -o-transform: rotate(359deg);
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes ui-grid-spin {
    0 {
        -moz-transform: rotate(0);
        -o-transform: rotate(0);
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -moz-transform: rotate(359deg);
        -o-transform: rotate(359deg);
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

#ui-grid-twbs #ui-grid-twbs .form-horizontal .form-group:before,
#ui-grid-twbs #ui-grid-twbs .form-horizontal .form-group:after,
#ui-grid-twbs #ui-grid-twbs .btn-toolbar:before,
#ui-grid-twbs #ui-grid-twbs .btn-toolbar:after,
#ui-grid-twbs #ui-grid-twbs .btn-group-vertical>.btn-group:before,
#ui-grid-twbs #ui-grid-twbs .btn-group-vertical>.btn-group:after {
    content: " ";
    display: table
}

#ui-grid-twbs #ui-grid-twbs .form-horizontal .form-group:after,
#ui-grid-twbs #ui-grid-twbs .btn-toolbar:after,
#ui-grid-twbs #ui-grid-twbs .btn-group-vertical>.btn-group:after {
    clear: both
}

.ui-grid-cell-focus {
    outline: 0;
    background-color: #b3c4c7
}

.ui-grid-focuser {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 100%
}

.ui-grid-focuser:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6)
}

.ui-grid-offscreen {
    display: block;
    position: absolute;
    left: -10000px;
    top: -10000px;
    clip: rect(0, 0, 0, 0)
}

div.ui-grid-cell input {
    border-radius: inherit;
    padding: 0;
    width: 100%;
    color: inherit;
    height: auto;
    font: inherit;
    outline: 0
}

div.ui-grid-cell input:focus {
    color: inherit;
    outline: 0
}

div.ui-grid-cell input[type="checkbox"] {
    margin: 9px 0 0 6px;
    width: auto
}

div.ui-grid-cell input.ng-invalid {
    border: 1px solid #fc8f8f
}

div.ui-grid-cell input.ng-valid {
    border: 1px solid #d4d4d4
}

.ui-grid-viewport .ui-grid-empty-base-layer-container {
    position: absolute;
    overflow: hidden;
    pointer-events: none;
    z-index: -1
}

.ui-grid-cell.ui-grid-disable-selection.ui-grid-row-header-cell {
    pointer-events: none
}

.ui-grid-expandable-buttons-cell i {
    pointer-events: all
}

.scrollFiller {
    float: left;
    border: 1px solid #d4d4d4
}

.ui-grid-tree-header-row {
    font-weight: bold !important
}

.movingColumn {
    position: absolute;
    top: 0;
    border: 1px solid #d4d4d4;
    box-shadow: inset 0 0 14px rgba(0, 0, 0, 0.2)
}

.movingColumn .ui-grid-icon-angle-down {
    display: none
}

#ui-grid-twbs #ui-grid-twbs .form-horizontal .form-group:before,
#ui-grid-twbs #ui-grid-twbs .form-horizontal .form-group:after,
#ui-grid-twbs #ui-grid-twbs .btn-toolbar:before,
#ui-grid-twbs #ui-grid-twbs .btn-toolbar:after,
#ui-grid-twbs #ui-grid-twbs .btn-group-vertical>.btn-group:before,
#ui-grid-twbs #ui-grid-twbs .btn-group-vertical>.btn-group:after {
    content: " ";
    display: table
}

#ui-grid-twbs #ui-grid-twbs .form-horizontal .form-group:after,
#ui-grid-twbs #ui-grid-twbs .btn-toolbar:after,
#ui-grid-twbs #ui-grid-twbs .btn-group-vertical>.btn-group:after {
    clear: both
}

.ui-grid-pager-panel {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding-top: 3px;
    padding-bottom: 3px;
    box-sizing: content-box
}

.ui-grid-pager-container {
    float: left
}

.ui-grid-pager-control {
    margin-right: 10px;
    margin-left: 10px;
    min-width: 135px;
    float: left
}

.ui-grid-pager-control button {
    height: 25px;
    min-width: 26px;
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #eee;
    background-color: #f3f3f3;
    border-color: #ccc
}

.ui-grid-pager-control button:focus,
.ui-grid-pager-control button:active:focus,
.ui-grid-pager-control button.active:focus,
.ui-grid-pager-control button.focus,
.ui-grid-pager-control button:active.focus,
.ui-grid-pager-control button.active.focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

.ui-grid-pager-control button:hover,
.ui-grid-pager-control button:focus,
.ui-grid-pager-control button.focus {
    color: #333;
    text-decoration: none
}

.ui-grid-pager-control button:active,
.ui-grid-pager-control button.active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125)
}

.ui-grid-pager-control button.disabled,
.ui-grid-pager-control button[disabled],
fieldset[disabled] .ui-grid-pager-control button {
    cursor: not-allowed;
    opacity: .65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none
}

a.ui-grid-pager-control button.disabled,
fieldset[disabled] a.ui-grid-pager-control button {
    pointer-events: none
}

.ui-grid-pager-control button:focus,
.ui-grid-pager-control button.focus {
    color: #eee;
    background-color: #dadada;
    border-color: #8c8c8c
}

.ui-grid-pager-control button:hover {
    color: #eee;
    background-color: #dadada;
    border-color: #adadad
}

.ui-grid-pager-control button:active,
.ui-grid-pager-control button.active,
.open>.dropdown-toggle.ui-grid-pager-control button {
    color: #eee;
    background-color: #dadada;
    border-color: #adadad
}

.ui-grid-pager-control button:active:hover,
.ui-grid-pager-control button.active:hover,
.open>.dropdown-toggle.ui-grid-pager-control button:hover,
.ui-grid-pager-control button:active:focus,
.ui-grid-pager-control button.active:focus,
.open>.dropdown-toggle.ui-grid-pager-control button:focus,
.ui-grid-pager-control button:active.focus,
.ui-grid-pager-control button.active.focus,
.open>.dropdown-toggle.ui-grid-pager-control button.focus {
    color: #eee;
    background-color: #c8c8c8;
    border-color: #8c8c8c
}

.ui-grid-pager-control button:active,
.ui-grid-pager-control button.active,
.open>.dropdown-toggle.ui-grid-pager-control button {
    background-image: none
}

.ui-grid-pager-control button.disabled:hover,
.ui-grid-pager-control button[disabled]:hover,
fieldset[disabled] .ui-grid-pager-control button:hover,
.ui-grid-pager-control button.disabled:focus,
.ui-grid-pager-control button[disabled]:focus,
fieldset[disabled] .ui-grid-pager-control button:focus,
.ui-grid-pager-control button.disabled.focus,
.ui-grid-pager-control button[disabled].focus,
fieldset[disabled] .ui-grid-pager-control button.focus {
    background-color: #f3f3f3;
    border-color: #ccc
}

.ui-grid-pager-control button .badge {
    color: #f3f3f3;
    background-color: #eee
}

.ui-grid-pager-control input {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
    display: inline;
    height: 26px;
    width: 50px;
    vertical-align: top
}

.ui-grid-pager-control input:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6)
}

.ui-grid-pager-control input::-moz-placeholder {
    color: #999;
    opacity: 1
}

.ui-grid-pager-control input:-ms-input-placeholder {
    color: #999
}

.ui-grid-pager-control input::-webkit-input-placeholder {
    color: #999
}

.ui-grid-pager-control input::-ms-expand {
    border: 0;
    background-color: transparent
}

.ui-grid-pager-control input[disabled],
.ui-grid-pager-control input[readonly],
fieldset[disabled] .ui-grid-pager-control input {
    background-color: #eee;
    opacity: 1
}

.ui-grid-pager-control input[disabled],
fieldset[disabled] .ui-grid-pager-control input {
    cursor: not-allowed
}

textarea.ui-grid-pager-control input {
    height: auto
}

select.ui-grid-pager-control input {
    height: 30px;
    line-height: 30px
}

textarea.ui-grid-pager-control input,
select[multiple].ui-grid-pager-control input {
    height: auto
}

.ui-grid-pager-control .ui-grid-pager-max-pages-number {
    vertical-align: bottom
}

.ui-grid-pager-control .ui-grid-pager-max-pages-number>* {
    vertical-align: middle
}

.ui-grid-pager-control .first-bar {
    width: 10px;
    border-left: 2px solid #4d4d4d;
    margin-top: -6px;
    height: 12px;
    margin-left: -3px
}

.ui-grid-pager-control .first-bar-rtl {
    width: 10px;
    border-left: 2px solid #4d4d4d;
    margin-top: -6px;
    height: 12px;
    margin-right: -7px
}

.ui-grid-pager-control .first-triangle {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 8.7px 5px 0;
    border-color: transparent #4d4d4d transparent transparent;
    margin-left: 2px
}

.ui-grid-pager-control .next-triangle {
    margin-left: 1px
}

.ui-grid-pager-control .prev-triangle {
    margin-left: 0
}

.ui-grid-pager-control .last-triangle {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 0 5px 8.7px;
    border-color: transparent transparent transparent #4d4d4d;
    margin-left: -1px
}

.ui-grid-pager-control .last-bar {
    width: 10px;
    border-left: 2px solid #4d4d4d;
    margin-top: -6px;
    height: 12px;
    margin-left: 1px
}

.ui-grid-pager-control .last-bar-rtl {
    width: 10px;
    border-left: 2px solid #4d4d4d;
    margin-top: -6px;
    height: 12px;
    margin-right: -11px
}

.ui-grid-pager-row-count-picker {
    float: left
}

.ui-grid-pager-row-count-picker select {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
    height: 26px;
    width: 67px;
    display: inline
}

.ui-grid-pager-row-count-picker select:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6)
}

.ui-grid-pager-row-count-picker select::-moz-placeholder {
    color: #999;
    opacity: 1
}

.ui-grid-pager-row-count-picker select:-ms-input-placeholder {
    color: #999
}

.ui-grid-pager-row-count-picker select::-webkit-input-placeholder {
    color: #999
}

.ui-grid-pager-row-count-picker select::-ms-expand {
    border: 0;
    background-color: transparent
}

.ui-grid-pager-row-count-picker select[disabled],
.ui-grid-pager-row-count-picker select[readonly],
fieldset[disabled] .ui-grid-pager-row-count-picker select {
    background-color: #eee;
    opacity: 1
}

.ui-grid-pager-row-count-picker select[disabled],
fieldset[disabled] .ui-grid-pager-row-count-picker select {
    cursor: not-allowed
}

textarea.ui-grid-pager-row-count-picker select {
    height: auto
}

select.ui-grid-pager-row-count-picker select {
    height: 30px;
    line-height: 30px
}

textarea.ui-grid-pager-row-count-picker select,
select[multiple].ui-grid-pager-row-count-picker select {
    height: auto
}

.ui-grid-pager-row-count-picker .ui-grid-pager-row-count-label {
    margin-top: 3px
}

.ui-grid-pager-count-container {
    float: right;
    margin-top: 4px;
    min-width: 50px
}

.ui-grid-pager-count-container .ui-grid-pager-count {
    margin-right: 10px;
    margin-left: 10px;
    float: right
}

.ui-grid-pinned-container {
    position: absolute;
    display: inline;
    top: 0
}

.ui-grid-pinned-container.ui-grid-pinned-container-left {
    float: left;
    left: 0
}

.ui-grid-pinned-container.ui-grid-pinned-container-right {
    float: right;
    right: 0
}

.ui-grid-pinned-container.ui-grid-pinned-container-left .ui-grid-header-cell:last-child {
    box-sizing: border-box;
    border-right: 1px solid;
    border-width: 1px;
    border-right-color: #aeaeae
}

.ui-grid-pinned-container.ui-grid-pinned-container-left .ui-grid-cell:last-child {
    box-sizing: border-box;
    border-right: 1px solid;
    border-width: 1px;
    border-right-color: #aeaeae
}

.ui-grid-pinned-container.ui-grid-pinned-container-left .ui-grid-header-cell:not(:last-child) .ui-grid-vertical-bar,
.ui-grid-pinned-container .ui-grid-cell:not(:last-child) .ui-grid-vertical-bar {
    width: 1px
}

.ui-grid-pinned-container.ui-grid-pinned-container-left .ui-grid-header-cell:not(:last-child) .ui-grid-vertical-bar {
    background-color: #d4d4d4
}

.ui-grid-pinned-container.ui-grid-pinned-container-left .ui-grid-cell:not(:last-child) .ui-grid-vertical-bar {
    background-color: #aeaeae
}

.ui-grid-pinned-container.ui-grid-pinned-container-left .ui-grid-header-cell:last-child .ui-grid-vertical-bar {
    right: -1px;
    width: 1px;
    background-color: #aeaeae
}

.ui-grid-pinned-container.ui-grid-pinned-container-right .ui-grid-header-cell:first-child {
    box-sizing: border-box;
    border-left: 1px solid;
    border-width: 1px;
    border-left-color: #aeaeae
}

.ui-grid-pinned-container.ui-grid-pinned-container-right .ui-grid-cell:first-child {
    box-sizing: border-box;
    border-left: 1px solid;
    border-width: 1px;
    border-left-color: #aeaeae
}

.ui-grid-pinned-container.ui-grid-pinned-container-right .ui-grid-header-cell:not(:first-child) .ui-grid-vertical-bar,
.ui-grid-pinned-container .ui-grid-cell:not(:first-child) .ui-grid-vertical-bar {
    width: 1px
}

.ui-grid-pinned-container.ui-grid-pinned-container-right .ui-grid-header-cell:not(:first-child) .ui-grid-vertical-bar {
    background-color: #d4d4d4
}

.ui-grid-pinned-container.ui-grid-pinned-container-right .ui-grid-cell:not(:last-child) .ui-grid-vertical-bar {
    background-color: #aeaeae
}

.ui-grid-pinned-container.ui-grid-pinned-container-first .ui-grid-header-cell:first-child .ui-grid-vertical-bar {
    left: -1px;
    width: 1px;
    background-color: #aeaeae
}

.ui-grid-column-resizer {
    top: 0;
    bottom: 0;
    width: 5px;
    position: absolute;
    cursor: col-resize
}

.ui-grid-column-resizer.left {
    left: 0
}

.ui-grid-column-resizer.right {
    right: 0
}

.ui-grid-header-cell:last-child .ui-grid-column-resizer.right {
    border-right: 1px solid #d4d4d4
}

.ui-grid[dir=rtl] .ui-grid-header-cell:last-child .ui-grid-column-resizer.right {
    border-right: 0
}

.ui-grid[dir=rtl] .ui-grid-header-cell:last-child .ui-grid-column-resizer.left {
    border-left: 1px solid #d4d4d4
}

.ui-grid.column-resizing {
    cursor: col-resize
}

.ui-grid.column-resizing .ui-grid-resize-overlay {
    position: absolute;
    top: 0;
    height: 100%;
    width: 1px;
    background-color: #aeaeae
}

.ui-grid-row-saving .ui-grid-cell {
    color: #848484 !important
}

.ui-grid-row-dirty .ui-grid-cell {
    color: #610b38
}

.ui-grid-row-error .ui-grid-cell {
    color: #f00 !important
}

.ui-grid-row.ui-grid-row-selected>[ui-grid-row]>.ui-grid-cell {
    background-color: #c9dde1
}

.ui-grid-disable-selection {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: default
}

.ui-grid-selection-row-header-buttons {
    cursor: pointer;
    opacity: .1
}

.ui-grid-selection-row-header-buttons.ui-grid-row-selected {
    opacity: 1
}

.ui-grid-selection-row-header-buttons.ui-grid-all-selected {
    opacity: 1
}

.ui-grid-tree-row-header-buttons.ui-grid-tree-header {
    cursor: pointer;
    opacity: 1
}

.ui-grid-tree-header-row {
    font-weight: bold !important
}

.ui-grid-tree-header-row .ui-grid-cell.ui-grid-disable-selection.ui-grid-row-header-cell {
    pointer-events: all
}

div.ui-grid-cell-contents.invalid {
    border: 1px solid #fc8f8f
}
treecontrol {
    -moz-user-select: -moz-none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-family: Verdana, Helvetica, Arial, sans-serif;
    font-size: 13px;
    color: #222;
    text-decoration: none
}

treecontrol ul {
    margin: 0;
    padding: 0;
    list-style: none;
    border: 0;
    overflow: hidden
}

treecontrol li {
    position: relative;
    padding: 0 0 0 20px;
    line-height: 20px
}

treecontrol li.tree-expanded i.tree-leaf-head,
treecontrol li.tree-collapsed i.tree-leaf-head {
    display: none
}

treecontrol li.tree-expanded i.tree-branch-head,
treecontrol li.tree-collapsed i.tree-branch-head {
    display: inline
}

treecontrol li.tree-leaf i.tree-branch-head {
    display: none
}

treecontrol li.tree-leaf i.tree-leaf-head {
    display: inline
}

treecontrol li i.tree-branch-head {
    cursor: pointer
}

treecontrol li .tree-label {
    cursor: pointer;
    display: inline
}

treecontrol li .tree-unselectable {
    cursor: not-allowed
}

treecontrol.tree-classic li.tree-expanded i.tree-branch-head {
    padding: 1px 10px;
    background: url("../images/tree/folder.png") no-repeat
}

treecontrol.tree-classic li.tree-collapsed i.tree-branch-head {
    padding: 1px 10px;
    background: url("../images/tree/folder-closed.png") no-repeat
}

treecontrol.tree-classic li.tree-leaf i.tree-leaf-head {
    padding: 1px 10px;
    background: url("../images/tree/file.png") no-repeat
}

treecontrol.tree-classic li .tree-selected {
    background-color: #adf;
    font-weight: bold
}

treecontrol.tree-classic li .tree-unselectable {
    color: #ddd
}

treecontrol.tree-light li.tree-expanded i.tree-branch-head {
    padding: 1px 10px;
    background: url("../images/node-opened-2.png") no-repeat
}

treecontrol.tree-light li.tree-collapsed i.tree-branch-head {
    padding: 1px 10px;
    background: url("../images/node-closed-2.png") no-repeat
}

treecontrol.tree-light li.tree-leaf i.tree-leaf-head {
    padding: 1px 10px;
    width: 16px;
    height: 16px;
    background: none no-repeat
}

treecontrol.tree-light li .tree-selected {
    font-weight: bold
}

treecontrol.tree-light li .tree-unselectable {
    color: #ddd
}

treecontrol.tree-dark li.tree-expanded i.tree-branch-head {
    padding: 1px 10px;
    background: url("../images/node-opened-light.png") no-repeat
}

treecontrol.tree-dark li.tree-collapsed i.tree-branch-head {
    padding: 1px 10px;
    background: url("../images/node-closed-light.png") no-repeat
}

treecontrol.tree-dark li.tree-leaf i.tree-leaf-head {
    padding: 1px 10px;
    width: 16px;
    height: 16px;
    background: none no-repeat
}

treecontrol.tree-dark li .tree-selected {
    font-weight: bold
}

treecontrol.tree-dark li .tree-unselectable {
    color: #777
}

treecontrol.tree-dark {
    color: #ddd
}
@charset "UTF-8";
@font-face {
    font-family: 'Glyphicons Halflings';
    src: url('./fonts/glyphicons-halflings-regular.eot');
    src: url('./fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('./fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('./fonts/glyphicons-halflings-regular.woff') format('woff'), url('./fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('./fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg')
}

.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.glyphicon-asterisk:before {
    content: "\002a"
}

.glyphicon-plus:before {
    content: "\002b"
}

.glyphicon-euro:before,
.glyphicon-eur:before {
    content: "\20ac"
}

.glyphicon-minus:before {
    content: "\2212"
}

.glyphicon-cloud:before {
    content: "\2601"
}

.glyphicon-envelope:before {
    content: "\2709"
}

.glyphicon-pencil:before {
    content: "\270f"
}

.glyphicon-glass:before {
    content: "\e001"
}

.glyphicon-music:before {
    content: "\e002"
}

.glyphicon-search:before {
    content: "\e003"
}

.glyphicon-heart:before {
    content: "\e005"
}

.glyphicon-star:before {
    content: "\e006"
}

.glyphicon-star-empty:before {
    content: "\e007"
}

.glyphicon-user:before {
    content: "\e008"
}

.glyphicon-film:before {
    content: "\e009"
}

.glyphicon-th-large:before {
    content: "\e010"
}

.glyphicon-th:before {
    content: "\e011"
}

.glyphicon-th-list:before {
    content: "\e012"
}

.glyphicon-ok:before {
    content: "\e013"
}

.glyphicon-remove:before {
    content: "\e014"
}

.glyphicon-zoom-in:before {
    content: "\e015"
}

.glyphicon-zoom-out:before {
    content: "\e016"
}

.glyphicon-off:before {
    content: "\e017"
}

.glyphicon-signal:before {
    content: "\e018"
}

.glyphicon-cog:before {
    content: "\e019"
}

.glyphicon-trash:before {
    content: "\e020"
}

.glyphicon-home:before {
    content: "\e021"
}

.glyphicon-file:before {
    content: "\e022"
}

.glyphicon-time:before {
    content: "\e023"
}

.glyphicon-road:before {
    content: "\e024"
}

.glyphicon-download-alt:before {
    content: "\e025"
}

.glyphicon-download:before {
    content: "\e026"
}

.glyphicon-upload:before {
    content: "\e027"
}

.glyphicon-inbox:before {
    content: "\e028"
}

.glyphicon-play-circle:before {
    content: "\e029"
}

.glyphicon-repeat:before {
    content: "\e030"
}

.glyphicon-refresh:before {
    content: "\e031"
}

.glyphicon-list-alt:before {
    content: "\e032"
}

.glyphicon-lock:before {
    content: "\e033"
}

.glyphicon-flag:before {
    content: "\e034"
}

.glyphicon-headphones:before {
    content: "\e035"
}

.glyphicon-volume-off:before {
    content: "\e036"
}

.glyphicon-volume-down:before {
    content: "\e037"
}

.glyphicon-volume-up:before {
    content: "\e038"
}

.glyphicon-qrcode:before {
    content: "\e039"
}

.glyphicon-barcode:before {
    content: "\e040"
}

.glyphicon-tag:before {
    content: "\e041"
}

.glyphicon-tags:before {
    content: "\e042"
}

.glyphicon-book:before {
    content: "\e043"
}

.glyphicon-bookmark:before {
    content: "\e044"
}

.glyphicon-print:before {
    content: "\e045"
}

.glyphicon-camera:before {
    content: "\e046"
}

.glyphicon-font:before {
    content: "\e047"
}

.glyphicon-bold:before {
    content: "\e048"
}

.glyphicon-italic:before {
    content: "\e049"
}

.glyphicon-text-height:before {
    content: "\e050"
}

.glyphicon-text-width:before {
    content: "\e051"
}

.glyphicon-align-left:before {
    content: "\e052"
}

.glyphicon-align-center:before {
    content: "\e053"
}

.glyphicon-align-right:before {
    content: "\e054"
}

.glyphicon-align-justify:before {
    content: "\e055"
}

.glyphicon-list:before {
    content: "\e056"
}

.glyphicon-indent-left:before {
    content: "\e057"
}

.glyphicon-indent-right:before {
    content: "\e058"
}

.glyphicon-facetime-video:before {
    content: "\e059"
}

.glyphicon-picture:before {
    content: "\e060"
}

.glyphicon-map-marker:before {
    content: "\e062"
}

.glyphicon-adjust:before {
    content: "\e063"
}

.glyphicon-tint:before {
    content: "\e064"
}

.glyphicon-edit:before {
    content: "\e065"
}

.glyphicon-share:before {
    content: "\e066"
}

.glyphicon-check:before {
    content: "\e067"
}

.glyphicon-move:before {
    content: "\e068"
}

.glyphicon-step-backward:before {
    content: "\e069"
}

.glyphicon-fast-backward:before {
    content: "\e070"
}

.glyphicon-backward:before {
    content: "\e071"
}

.glyphicon-play:before {
    content: "\e072"
}

.glyphicon-pause:before {
    content: "\e073"
}

.glyphicon-stop:before {
    content: "\e074"
}

.glyphicon-forward:before {
    content: "\e075"
}

.glyphicon-fast-forward:before {
    content: "\e076"
}

.glyphicon-step-forward:before {
    content: "\e077"
}

.glyphicon-eject:before {
    content: "\e078"
}

.glyphicon-chevron-left:before {
    content: "\e079"
}

.glyphicon-chevron-right:before {
    content: "\e080"
}

.glyphicon-plus-sign:before {
    content: "\e081"
}

.glyphicon-minus-sign:before {
    content: "\e082"
}

.glyphicon-remove-sign:before {
    content: "\e083"
}

.glyphicon-ok-sign:before {
    content: "\e084"
}

.glyphicon-question-sign:before {
    content: "\e085"
}

.glyphicon-info-sign:before {
    content: "\e086"
}

.glyphicon-screenshot:before {
    content: "\e087"
}

.glyphicon-remove-circle:before {
    content: "\e088"
}

.glyphicon-ok-circle:before {
    content: "\e089"
}

.glyphicon-ban-circle:before {
    content: "\e090"
}

.glyphicon-arrow-left:before {
    content: "\e091"
}

.glyphicon-arrow-right:before {
    content: "\e092"
}

.glyphicon-arrow-up:before {
    content: "\e093"
}

.glyphicon-arrow-down:before {
    content: "\e094"
}

.glyphicon-share-alt:before {
    content: "\e095"
}

.glyphicon-resize-full:before {
    content: "\e096"
}

.glyphicon-resize-small:before {
    content: "\e097"
}

.glyphicon-exclamation-sign:before {
    content: "\e101"
}

.glyphicon-gift:before {
    content: "\e102"
}

.glyphicon-leaf:before {
    content: "\e103"
}

.glyphicon-fire:before {
    content: "\e104"
}

.glyphicon-eye-open:before {
    content: "\e105"
}

.glyphicon-eye-close:before {
    content: "\e106"
}

.glyphicon-warning-sign:before {
    content: "\e107"
}

.glyphicon-plane:before {
    content: "\e108"
}

.glyphicon-calendar:before {
    content: "\e109"
}

.glyphicon-random:before {
    content: "\e110"
}

.glyphicon-comment:before {
    content: "\e111"
}

.glyphicon-magnet:before {
    content: "\e112"
}

.glyphicon-chevron-up:before {
    content: "\e113"
}

.glyphicon-chevron-down:before {
    content: "\e114"
}

.glyphicon-retweet:before {
    content: "\e115"
}

.glyphicon-shopping-cart:before {
    content: "\e116"
}

.glyphicon-folder-close:before {
    content: "\e117"
}

.glyphicon-folder-open:before {
    content: "\e118"
}

.glyphicon-resize-vertical:before {
    content: "\e119"
}

.glyphicon-resize-horizontal:before {
    content: "\e120"
}

.glyphicon-hdd:before {
    content: "\e121"
}

.glyphicon-bullhorn:before {
    content: "\e122"
}

.glyphicon-bell:before {
    content: "\e123"
}

.glyphicon-certificate:before {
    content: "\e124"
}

.glyphicon-thumbs-up:before {
    content: "\e125"
}

.glyphicon-thumbs-down:before {
    content: "\e126"
}

.glyphicon-hand-right:before {
    content: "\e127"
}

.glyphicon-hand-left:before {
    content: "\e128"
}

.glyphicon-hand-up:before {
    content: "\e129"
}

.glyphicon-hand-down:before {
    content: "\e130"
}

.glyphicon-circle-arrow-right:before {
    content: "\e131"
}

.glyphicon-circle-arrow-left:before {
    content: "\e132"
}

.glyphicon-circle-arrow-up:before {
    content: "\e133"
}

.glyphicon-circle-arrow-down:before {
    content: "\e134"
}

.glyphicon-globe:before {
    content: "\e135"
}

.glyphicon-wrench:before {
    content: "\e136"
}

.glyphicon-tasks:before {
    content: "\e137"
}

.glyphicon-filter:before {
    content: "\e138"
}

.glyphicon-briefcase:before {
    content: "\e139"
}

.glyphicon-fullscreen:before {
    content: "\e140"
}

.glyphicon-dashboard:before {
    content: "\e141"
}

.glyphicon-paperclip:before {
    content: "\e142"
}

.glyphicon-heart-empty:before {
    content: "\e143"
}

.glyphicon-link:before {
    content: "\e144"
}

.glyphicon-phone:before {
    content: "\e145"
}

.glyphicon-pushpin:before {
    content: "\e146"
}

.glyphicon-usd:before {
    content: "\e148"
}

.glyphicon-gbp:before {
    content: "\e149"
}

.glyphicon-sort:before {
    content: "\e150"
}

.glyphicon-sort-by-alphabet:before {
    content: "\e151"
}

.glyphicon-sort-by-alphabet-alt:before {
    content: "\e152"
}

.glyphicon-sort-by-order:before {
    content: "\e153"
}

.glyphicon-sort-by-order-alt:before {
    content: "\e154"
}

.glyphicon-sort-by-attributes:before {
    content: "\e155"
}

.glyphicon-sort-by-attributes-alt:before {
    content: "\e156"
}

.glyphicon-unchecked:before {
    content: "\e157"
}

.glyphicon-expand:before {
    content: "\e158"
}

.glyphicon-collapse-down:before {
    content: "\e159"
}

.glyphicon-collapse-up:before {
    content: "\e160"
}

.glyphicon-log-in:before {
    content: "\e161"
}

.glyphicon-flash:before {
    content: "\e162"
}

.glyphicon-log-out:before {
    content: "\e163"
}

.glyphicon-new-window:before {
    content: "\e164"
}

.glyphicon-record:before {
    content: "\e165"
}

.glyphicon-save:before {
    content: "\e166"
}

.glyphicon-open:before {
    content: "\e167"
}

.glyphicon-saved:before {
    content: "\e168"
}

.glyphicon-import:before {
    content: "\e169"
}

.glyphicon-export:before {
    content: "\e170"
}

.glyphicon-send:before {
    content: "\e171"
}

.glyphicon-floppy-disk:before {
    content: "\e172"
}

.glyphicon-floppy-saved:before {
    content: "\e173"
}

.glyphicon-floppy-remove:before {
    content: "\e174"
}

.glyphicon-floppy-save:before {
    content: "\e175"
}

.glyphicon-floppy-open:before {
    content: "\e176"
}

.glyphicon-credit-card:before {
    content: "\e177"
}

.glyphicon-transfer:before {
    content: "\e178"
}

.glyphicon-cutlery:before {
    content: "\e179"
}

.glyphicon-header:before {
    content: "\e180"
}

.glyphicon-compressed:before {
    content: "\e181"
}

.glyphicon-earphone:before {
    content: "\e182"
}

.glyphicon-phone-alt:before {
    content: "\e183"
}

.glyphicon-tower:before {
    content: "\e184"
}

.glyphicon-stats:before {
    content: "\e185"
}

.glyphicon-sd-video:before {
    content: "\e186"
}

.glyphicon-hd-video:before {
    content: "\e187"
}

.glyphicon-subtitles:before {
    content: "\e188"
}

.glyphicon-sound-stereo:before {
    content: "\e189"
}

.glyphicon-sound-dolby:before {
    content: "\e190"
}

.glyphicon-sound-5-1:before {
    content: "\e191"
}

.glyphicon-sound-6-1:before {
    content: "\e192"
}

.glyphicon-sound-7-1:before {
    content: "\e193"
}

.glyphicon-copyright-mark:before {
    content: "\e194"
}

.glyphicon-registration-mark:before {
    content: "\e195"
}

.glyphicon-cloud-download:before {
    content: "\e197"
}

.glyphicon-cloud-upload:before {
    content: "\e198"
}

.glyphicon-tree-conifer:before {
    content: "\e199"
}

.glyphicon-tree-deciduous:before {
    content: "\e200"
}

.glyphicon-cd:before {
    content: "\e201"
}

.glyphicon-save-file:before {
    content: "\e202"
}

.glyphicon-open-file:before {
    content: "\e203"
}

.glyphicon-level-up:before {
    content: "\e204"
}

.glyphicon-copy:before {
    content: "\e205"
}

.glyphicon-paste:before {
    content: "\e206"
}

.glyphicon-alert:before {
    content: "\e209"
}

.glyphicon-equalizer:before {
    content: "\e210"
}

.glyphicon-king:before {
    content: "\e211"
}

.glyphicon-queen:before {
    content: "\e212"
}

.glyphicon-pawn:before {
    content: "\e213"
}

.glyphicon-bishop:before {
    content: "\e214"
}

.glyphicon-knight:before {
    content: "\e215"
}

.glyphicon-baby-formula:before {
    content: "\e216"
}

.glyphicon-tent:before {
    content: "\26fa"
}

.glyphicon-blackboard:before {
    content: "\e218"
}

.glyphicon-bed:before {
    content: "\e219"
}

.glyphicon-apple:before {
    content: "\f8ff"
}

.glyphicon-erase:before {
    content: "\e221"
}

.glyphicon-hourglass:before {
    content: "\231b"
}

.glyphicon-lamp:before {
    content: "\e223"
}

.glyphicon-duplicate:before {
    content: "\e224"
}

.glyphicon-piggy-bank:before {
    content: "\e225"
}

.glyphicon-scissors:before {
    content: "\e226"
}

.glyphicon-bitcoin:before {
    content: "\e227"
}

.glyphicon-btc:before {
    content: "\e227"
}

.glyphicon-xbt:before {
    content: "\e227"
}

.glyphicon-yen:before {
    content: "\00a5"
}

.glyphicon-jpy:before {
    content: "\00a5"
}

.glyphicon-ruble:before {
    content: "\20bd"
}

.glyphicon-rub:before {
    content: "\20bd"
}

.glyphicon-scale:before {
    content: "\e230"
}

.glyphicon-ice-lolly:before {
    content: "\e231"
}

.glyphicon-ice-lolly-tasted:before {
    content: "\e232"
}

.glyphicon-education:before {
    content: "\e233"
}

.glyphicon-option-horizontal:before {
    content: "\e234"
}

.glyphicon-option-vertical:before {
    content: "\e235"
}

.glyphicon-menu-hamburger:before {
    content: "\e236"
}

.glyphicon-modal-window:before {
    content: "\e237"
}

.glyphicon-oil:before {
    content: "\e238"
}

.glyphicon-grain:before {
    content: "\e239"
}

.glyphicon-sunglasses:before {
    content: "\e240"
}

.glyphicon-text-size:before {
    content: "\e241"
}

.glyphicon-text-color:before {
    content: "\e242"
}

.glyphicon-text-background:before {
    content: "\e243"
}

.glyphicon-object-align-top:before {
    content: "\e244"
}

.glyphicon-object-align-bottom:before {
    content: "\e245"
}

.glyphicon-object-align-horizontal:before {
    content: "\e246"
}

.glyphicon-object-align-left:before {
    content: "\e247"
}

.glyphicon-object-align-vertical:before {
    content: "\e248"
}

.glyphicon-object-align-right:before {
    content: "\e249"
}

.glyphicon-triangle-right:before {
    content: "\e250"
}

.glyphicon-triangle-left:before {
    content: "\e251"
}

.glyphicon-triangle-bottom:before {
    content: "\e252"
}

.glyphicon-triangle-top:before {
    content: "\e253"
}

.glyphicon-console:before {
    content: "\e254"
}

.glyphicon-superscript:before {
    content: "\e255"
}

.glyphicon-subscript:before {
    content: "\e256"
}

.glyphicon-menu-left:before {
    content: "\e257"
}

.glyphicon-menu-right:before {
    content: "\e258"
}

.glyphicon-menu-down:before {
    content: "\e259"
}

.glyphicon-menu-up:before {
    content: "\e260"
}
@font-face {
    font-family: next-font;
    src: url(./fonts/next-font.eot?-9scffx);
    src: url(fonts/next-font.eot?#iefix-9scffx) format('embedded-opentype'), url(./fonts/next-font.woff?-9scffx) format('woff'), url(./fonts/next-font.ttf?-9scffx) format('truetype'), url(./fonts/next-font.svg?-9scffx#next-font) format('svg');
    font-weight: 400;
    font-style: normal
}

.clearfix:after,
.clearfix:before {
    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
}

.invisible {
    visibility: hidden
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.hidden {
    display: none !important;
    visibility: hidden !important
}

.affix {
    position: fixed
}

.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none
}

.btn:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

.btn:focus,
.btn:hover {
    color: #333;
    text-decoration: none
}

.btn.active,
.btn:active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
    cursor: not-allowed;
    pointer-events: none;
    opacity: .65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc
}

.btn-default.active,
.btn-default:active,
.btn-default:focus,
.btn-default:hover,
.open .dropdown-toggle.btn-default {
    color: #333;
    background-color: #ebebeb;
    border-color: #adadad
}

.btn-default.active,
.btn-default:active,
.open .dropdown-toggle.btn-default {
    background-image: none
}

.btn-default.disabled,
.btn-default.disabled.active,
.btn-default.disabled:active,
.btn-default.disabled:focus,
.btn-default.disabled:hover,
.btn-default[disabled],
.btn-default[disabled].active,
.btn-default[disabled]:active,
.btn-default[disabled]:focus,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default,
fieldset[disabled] .btn-default.active,
fieldset[disabled] .btn-default:active,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default:hover {
    background-color: #fff;
    border-color: #ccc
}

.btn-primary {
    color: #fff;
    background-color: #0386d2;
    border-color: #0376b9
}

.btn-primary.active,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover,
.open .dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #026caa;
    border-color: #024f7d
}

.btn-primary.active,
.btn-primary:active,
.open .dropdown-toggle.btn-primary {
    background-image: none
}

.btn-primary.disabled,
.btn-primary.disabled.active,
.btn-primary.disabled:active,
.btn-primary.disabled:focus,
.btn-primary.disabled:hover,
.btn-primary[disabled],
.btn-primary[disabled].active,
.btn-primary[disabled]:active,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary,
fieldset[disabled] .btn-primary.active,
fieldset[disabled] .btn-primary:active,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary:hover {
    background-color: #0386d2;
    border-color: #0376b9
}

.btn-warning {
    color: #fff;
    background-color: #f2ad4e;
    border-color: #f0a236
}

.btn-warning.active,
.btn-warning:active,
.btn-warning:focus,
.btn-warning:hover,
.open .dropdown-toggle.btn-warning {
    color: #fff;
    background-color: #ef9b28;
    border-color: #d98510
}

.btn-warning.active,
.btn-warning:active,
.open .dropdown-toggle.btn-warning {
    background-image: none
}

.btn-warning.disabled,
.btn-warning.disabled.active,
.btn-warning.disabled:active,
.btn-warning.disabled:focus,
.btn-warning.disabled:hover,
.btn-warning[disabled],
.btn-warning[disabled].active,
.btn-warning[disabled]:active,
.btn-warning[disabled]:focus,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning,
fieldset[disabled] .btn-warning.active,
fieldset[disabled] .btn-warning:active,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning:hover {
    background-color: #f2ad4e;
    border-color: #f0a236
}

.btn-danger {
    color: #fff;
    background-color: #da534f;
    border-color: #d63e3a
}

.btn-danger.active,
.btn-danger:active,
.btn-danger:focus,
.btn-danger:hover,
.open .dropdown-toggle.btn-danger {
    color: #fff;
    background-color: #d3322d;
    border-color: #ae2825
}

.btn-danger.active,
.btn-danger:active,
.open .dropdown-toggle.btn-danger {
    background-image: none
}

.btn-danger.disabled,
.btn-danger.disabled.active,
.btn-danger.disabled:active,
.btn-danger.disabled:focus,
.btn-danger.disabled:hover,
.btn-danger[disabled],
.btn-danger[disabled].active,
.btn-danger[disabled]:active,
.btn-danger[disabled]:focus,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger,
fieldset[disabled] .btn-danger.active,
fieldset[disabled] .btn-danger:active,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger:hover {
    background-color: #da534f;
    border-color: #d63e3a
}

.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c
}

.btn-success.active,
.btn-success:active,
.btn-success:focus,
.btn-success:hover,
.open .dropdown-toggle.btn-success {
    color: #fff;
    background-color: #47a447;
    border-color: #398439
}

.btn-success.active,
.btn-success:active,
.open .dropdown-toggle.btn-success {
    background-image: none
}

.btn-success.disabled,
.btn-success.disabled.active,
.btn-success.disabled:active,
.btn-success.disabled:focus,
.btn-success.disabled:hover,
.btn-success[disabled],
.btn-success[disabled].active,
.btn-success[disabled]:active,
.btn-success[disabled]:focus,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success,
fieldset[disabled] .btn-success.active,
fieldset[disabled] .btn-success:active,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success:hover {
    background-color: #5cb85c;
    border-color: #4cae4c
}

.btn-info {
    color: #fff;
    background-color: #5bc1df;
    border-color: #46b9db
}

.btn-info.active,
.btn-info:active,
.btn-info:focus,
.btn-info:hover,
.open .dropdown-toggle.btn-info {
    color: #fff;
    background-color: #39b4d8;
    border-color: #259bbe
}

.btn-info.active,
.btn-info:active,
.open .dropdown-toggle.btn-info {
    background-image: none
}

.btn-info.disabled,
.btn-info.disabled.active,
.btn-info.disabled:active,
.btn-info.disabled:focus,
.btn-info.disabled:hover,
.btn-info[disabled],
.btn-info[disabled].active,
.btn-info[disabled]:active,
.btn-info[disabled]:focus,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info,
fieldset[disabled] .btn-info.active,
fieldset[disabled] .btn-info:active,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info:hover {
    background-color: #5bc1df;
    border-color: #46b9db
}

.btn-link {
    color: #0386d2;
    font-weight: 400;
    cursor: pointer;
    border-radius: 0
}

.btn-link,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn-link,
.btn-link:active,
.btn-link:focus,
.btn-link:hover {
    border-color: transparent
}

.btn-link:focus,
.btn-link:hover {
    color: #025687;
    text-decoration: underline;
    background-color: transparent
}

.btn-link[disabled]:focus,
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:focus,
fieldset[disabled] .btn-link:hover {
    color: #999;
    text-decoration: none
}

.btn-lg {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px
}

.btn-sm,
.btn-xs {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

.btn-xs {
    padding: 1px 5px
}

.btn-block {
    display: block;
    width: 100%;
    padding-left: 0;
    padding-right: 0
}

.btn-block+.btn-block {
    margin-top: 5px
}

input[type=button].btn-block,
input[type=reset].btn-block,
input[type=submit].btn-block {
    width: 100%
}

.btn-default .caret {
    border-top-color: #333
}

.btn-danger .caret,
.btn-info .caret,
.btn-primary .caret,
.btn-success .caret,
.btn-warning .caret {
    border-top-color: #fff
}

.dropup .btn-default .caret {
    border-bottom-color: #333
}

.dropup .btn-danger .caret,
.dropup .btn-info .caret,
.dropup .btn-primary .caret,
.dropup .btn-success .caret,
.dropup .btn-warning .caret {
    border-bottom-color: #fff
}

.btn-group,
.btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle
}

.btn-group-vertical>.btn,
.btn-group>.btn {
    position: relative;
    float: left
}

.btn-group-vertical>.btn.active,
.btn-group-vertical>.btn:active,
.btn-group-vertical>.btn:focus,
.btn-group-vertical>.btn:hover,
.btn-group>.btn.active,
.btn-group>.btn:active,
.btn-group>.btn:focus,
.btn-group>.btn:hover {
    z-index: 2
}

.btn-group-vertical>.btn:focus,
.btn-group>.btn:focus {
    outline: 0
}

.btn-group .btn+.btn,
.btn-group .btn+.btn-group,
.btn-group .btn-group+.btn,
.btn-group .btn-group+.btn-group {
    margin-left: -1px
}

.btn-toolbar:after,
.btn-toolbar:before {
    content: " ";
    display: table
}

.btn-toolbar:after {
    clear: both
}

.btn-toolbar .btn-group {
    float: left
}

.btn-toolbar>.btn+.btn,
.btn-toolbar>.btn+.btn-group,
.btn-toolbar>.btn-group+.btn,
.btn-toolbar>.btn-group+.btn-group {
    margin-left: 5px
}

.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0
}

.btn-group>.btn:first-child {
    margin-left: 0
}

.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.btn-group>.btn:last-child:not(:first-child),
.btn-group>.dropdown-toggle:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.btn-group>.btn-group {
    float: left
}

.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn {
    border-radius: 0
}

.btn-group>.btn-group:first-child>.btn:last-child,
.btn-group>.btn-group:first-child>.dropdown-toggle {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.btn-group>.btn-group:last-child>.btn:first-child {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
    outline: 0
}

.btn-group-xs>.btn {
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
    padding: 1px 5px
}

.btn-group-sm>.btn {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

.btn-group-lg>.btn {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px
}

.btn-group>.btn+.dropdown-toggle {
    padding-left: 8px;
    padding-right: 8px
}

.btn-group>.btn-lg+.dropdown-toggle {
    padding-left: 12px;
    padding-right: 12px
}

.btn-group.open .dropdown-toggle {
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    -ms-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

.btn-group.open .dropdown-toggle.btn-link {
    -webkit-box-shadow: none;
    -ms-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none
}

.btn .caret {
    margin-left: 0
}

.btn-lg .caret {
    border-width: 5px 5px 0;
    border-bottom-width: 0
}

.dropup .btn-lg .caret {
    border-width: 0 5px 5px
}

.btn-group-vertical>.btn,
.btn-group-vertical>.btn-group {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%
}

.btn-group-vertical>.btn-group:after,
.btn-group-vertical>.btn-group:before {
    content: " ";
    display: table
}

.btn-group-vertical>.btn-group:after {
    clear: both
}

.btn-group-vertical>.btn-group>.btn {
    float: none
}

.btn-group-vertical>.btn+.btn,
.btn-group-vertical>.btn+.btn-group,
.btn-group-vertical>.btn-group+.btn,
.btn-group-vertical>.btn-group+.btn-group {
    margin-top: -1px;
    margin-left: 0
}

.btn-group-vertical>.btn:not(:first-child):not(:last-child) {
    border-radius: 0
}

.btn-group-vertical>.btn:first-child:not(:last-child) {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group-vertical>.btn:last-child:not(:first-child) {
    border-bottom-left-radius: 4px;
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn {
    border-radius: 0
}

.btn-group-vertical>.btn-group:first-child>.btn:last-child,
.btn-group-vertical>.btn-group:first-child>.dropdown-toggle {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group-vertical>.btn-group:last-child>.btn:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.btn-group-justified {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate
}

.btn-group-justified .btn {
    float: none;
    display: table-cell;
    width: 1%
}

[data-toggle=buttons]>.btn>input[type=checkbox],
[data-toggle=buttons]>.btn>input[type=radio] {
    display: none
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1010;
    display: none;
    max-width: 276px;
    padding: 1px;
    text-align: left;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    -ms-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    white-space: normal
}

.popover.top {
    margin-top: -10px
}

.popover.right {
    margin-left: 10px
}

.popover.bottom {
    margin-top: 10px
}

.popover.left {
    margin-left: -10px
}

.popover-title {
    margin: 0;
    padding: 8px 14px;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0
}

.popover-content {
    padding: 9px 14px
}

.popover .arrow,
.popover .arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.popover .arrow {
    border-width: 11px
}

.popover .arrow:after {
    border-width: 10px;
    content: ""
}

.popover.top .arrow {
    left: 50%;
    margin-left: -11px;
    border-bottom-width: 0;
    border-top-color: #999;
    border-top-color: rgba(0, 0, 0, .25);
    bottom: -11px
}

.popover.top .arrow:after {
    content: " ";
    bottom: 1px;
    margin-left: -10px;
    border-bottom-width: 0;
    border-top-color: #fff
}

.popover.right .arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-left-width: 0;
    border-right-color: #999;
    border-right-color: rgba(0, 0, 0, .25)
}

.popover.right .arrow:after {
    content: " ";
    left: 1px;
    bottom: -10px;
    border-left-width: 0;
    border-right-color: #fff
}

.popover.bottom .arrow {
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999;
    border-bottom-color: rgba(0, 0, 0, .25);
    top: -11px
}

.popover.bottom .arrow:after {
    content: " ";
    top: 1px;
    margin-left: -10px;
    border-top-width: 0;
    border-bottom-color: #fff
}

.popover.left .arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: #999;
    border-left-color: rgba(0, 0, 0, .25)
}

.popover.left .arrow:after {
    content: " ";
    right: 1px;
    border-right-width: 0;
    border-left-color: #fff;
    bottom: -10px
}

.titleSSL {
    width: 40%
}

.titleRightSSL {
    width: 40%;
    text-align: right
}

.infoTableSSL td {
    font-family: Arial;
    font-size: 12px;
    word-spacing: 1px;
    border-color: #8499a2;
    padding: 0 8px 10px 0
}

.iconfont {
    color: #0088c2
}

.infoTableSSL a:link {
    color: #0088c2;
    text-decoration: none
}

.infoTableSSL a:visited {
    color: #0088c2;
    text-decoration: none
}

.infoTableSSL a:hover {
    color: #0088c2;
    text-decoration: underline;
    position: relative;
    top: 1px;
    left: 1px
}

.dk-select,
.dk-select *,
.dk-select *:before,
.dk-select *:after,
.dk-select-multi,
.dk-select-multi *,
.dk-select-multi *:before,
.dk-select-multi *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #a4a4a4
}

.dk-select,
.dk-select-multi {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    line-height: 48px;
    width: 200px;
    cursor: pointer
}

.dk-selected {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    position: relative;
    background-color: #fff;
    border: 1px solid #e1e1e1;
    padding: 0 1.5em 0 .5em;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    min-height: 48px
}

.dk-selected:before,
.dk-selected:after {
    content: '';
    display: block;
    position: absolute;
    right: 0
}

.dk-selected:before {
    top: 50%;
    border: solid transparent;
    border-width: 5px 5px 0;
    border-top-color: #4ec0f1;
    margin: 0 15px 0 0
}

.dk-selected:after {
    top: 0;
    height: 100%;
    margin-right: 15px
}

.dk-select-disabled,
.dk-select-disabled .dk-selected {
    color: #a4a4a4;
    background-color: #f5f5f5
}

.dk-select .dk-select-options {
    position: absolute;
    display: none;
    left: 0;
    right: 0
}

.dk-select-open-up .dk-select-options {
    margin-bottom: -1px;
    bottom: 100%
}

.dk-select-open-down .dk-select-options {
    margin-top: -1px;
    top: 100%
}

.dk-select-multi .dk-select-options {
    max-height: 10em
}

.dk-select-options {
    background-color: white;
    border-top: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
    list-style: none;
    margin: 0;
    max-height: 200px;
    min-width: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0;
    width: auto;
    z-index: 50
}

.dk-option-selected {
    background-color: #ddd
}

.dk-select-options-highlight .dk-option-selected {
    background-color: transparent;
    color: inherit
}

.dk-option {
    padding: 0 .5em;
    border-left: 1px solid #e1e1e1;
    border-right: 1px solid #e1e1e1
}

.dk-select-options .dk-option-highlight {
    background-color: #ddd;
    border-left: 1px solid #f8f8f8;
    border-right: 1px solid #f8f8f8
}

.dk-select-options .dk-option-disabled {
    color: #a4a4a4;
    background-color: #f5f5f5
}

.dk-optgroup {
    border: solid #ccc;
    border-width: 1px 0;
    padding: .25em 0;
    margin-top: .25em
}

.dk-optgroup+.dk-option {
    margin-top: .25em
}

.dk-optgroup+.dk-optgroup {
    border-top-width: 0;
    margin-top: 0
}

.dk-optgroup:nth-child(2) {
    padding-top: 0;
    border-top: 0;
    margin-top: 0
}

.dk-optgroup:last-child {
    border-bottom-width: 0;
    margin-bottom: 0;
    padding-bottom: 0
}

.dk-optgroup-label {
    padding: 0 .5em .25em;
    font-weight: bold;
    width: 100%
}

.dk-optgroup-options {
    list-style: none;
    padding-left: 0
}

.dk-optgroup-options li {
    padding-left: 1.2em
}

.dk-select-open-up .dk-selected {
    border-color: #e1e1e1
}

.dk-select-open-down .dk-selected {
    border-color: #e1e1e1
}

.dk-select-open-up .dk-selected:after,
.dk-select-open-down .dk-selected:after {
    border-left-color: #e1e1e1
}

.dk-select-open-up .dk-select-options,
.dk-select-open-down .dk-select-options,
.dk-select-multi:focus .dk-select-options {
    display: block;
    border-color: #e1e1e1
}

.dk-select-multi:hover,
.dk-select-multi:focus {
    outline: 0
}

.dk-selected:focus {
    outline: 0
}

.dk-selected:hover {
    outline: 0;
    border-color: #4ec0f1
}

.dk-selected:hover:before {
    border-top-color: #4ec0f1
}

.dk-selected:hover:after {
    border-left-color: #4ec0f1
}

.dk-select-open-down .dk-selected:hover,
.dk-select-open-up .dk-selected:hover {
    outline: 0;
    border-color: #e1e1e1
}

.dk-select-open-down .dk-selected:hover:after,
.dk-select-open-up .dk-selected:hover:after {
    border-left-color: #e1e1e1
}

.dk-select-disabled .dk-selected {
    color: #a4a4a4;
    background-color: #f5f5f5
}

.dk-select-disabled .dk-selected:hover,
.dk-select-disabled .dk-selected:focus {
    border-color: #e1e1e1
}

.dk-select-disabled .dk-selected::before,
.dk-select-disabled .dk-selected:hover:before,
.dk-select-disabled .dk-selected:focus:before {
    border-top-color: #e1e1e1
}

.dk-select-disabled .dk-selected:after,
.dk-select-disabled .dk-selected:hover:after,
.dk-select-disabled .dk-selected:focus:after {
    border-left-color: #e1e1e1
}

select[data-dkcacheid] {
    display: none
}

.loginBox .dk-select,
.loginBox .dk-select * {
    color: #222
}

.loginBox .dk-select {
    line-height: 40px;
    width: 200px;
    font-size: 16px
}

.loginBox .dk-selected {
    line-height: 40px;
    min-height: 40px;
    border: 0;
    border-bottom: 2px solid #ccc;
    padding: 0 0 5px
}

.loginBox .dk-selected:before {
    border-top-color: #222
}

.loginBox .dk-select-open-down .dk-selected {
    border-color: #14b2e6
}

.loginBox .dk-select-open-down .dk-selected:before,
.lobinBox .dk-select-open-down .dk-selected:hover:before {
    border-top-color: #14b2e6
}

.loginBox .dk-select-open-down .dk-select-options {
    margin-top: 0
}

.pagination .dk-select,
.pagination .dk-select * {
    color: #0096d5
}

.pagination .dk-select {
    line-height: 30px;
    width: 50px
}

.pagination .dk-selected {
    min-height: 30px;
    border-color: #0096d5;
    padding-left: 4px;
    line-height: 28px
}

.pagination .dk-selected:before {
    border-top-color: #0096d5
}

.pagination .dk-select-open-down .dk-selected {
    border-color: #0096d5
}

.pagination .dk-select-open-down .dk-selected:before,
.lobinBox .dk-select-open-down .dk-selected:hover:before {
    border-top-color: #0095d5
}

.pagination .dk-select-open-down .dk-select-options {
    margin-top: -1px
}

.paging .dk-select {
    line-height: 25px
}

.paging .dk-selected {
    min-height: 25px;
    line-height: 23px
}

@-webkit-keyframes ngdialog-fadeout {
    0 {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

@keyframes ngdialog-fadeout {
    0 {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

@-webkit-keyframes ngdialog-fadein {
    0 {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@keyframes ngdialog-fadein {
    0 {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@-webkit-keyframes ngdialog-flyin {
    0 {
        opacity: 0;
        -webkit-transform: translateY(-40px);
        transform: translateY(-40px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes ngdialog-flyin {
    0 {
        opacity: 0;
        -webkit-transform: translateY(-40px);
        -ms-transform: translateY(-40px);
        transform: translateY(-40px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes ngdialog-flyout {
    0 {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-40px);
        transform: translateY(-40px)
    }
}

@keyframes ngdialog-flyout {
    0 {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-40px);
        -ms-transform: translateY(-40px);
        transform: translateY(-40px)
    }
}

.ngdialog {
    position: fixed;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    z-index: 10000;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow-x: hidden;
    overflow-y: auto
}

.ngdialog-overlay {
    background: rgba(0, 0, 0, 0.4);
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-backface-visibility: hidden;
    -webkit-animation: ngdialog-fadein .5s;
    animation: ngdialog-fadein .5s;
    display: block;
    position: fixed
}

.ngdialog-content {
    background-color: #fff;
    position: relative;
    width: 50%;
    margin: 100px auto auto auto;
    border: 1px solid #e7eaec;
    -webkit-animation: ngdialog-flyin .5s;
    animation: ngdialog-flyin .5s;
    box-shadow: 0 5px 15px 2000px rgba(0, 0, 0, 0.6);
    padding: 0;
    border-radius: 6px
}

.wizard-dialog .ngdialog-content {
    width: 60%
}

@media screen and (max-width:1178px) {
    .wizard-dialog .ngdialog-content {
        width: 70%
    }
}

@media screen and (max-width:1096px) {
    .wizard-dialog .ngdialog-content {
        width: 75%
    }
}

@media screen and (max-width:900px) {
    .wizard-dialog .ngdialog-content {
        width: 80%
    }
}

@media screen and (max-width:767px) {
    .ngdialog-content,
    .wizard-dialog .ngdialog-content {
        width: 95%
    }
}

.ngdialog-head {
    height: 64px;
    line-height: 64px;
    font-size: 24px;
    padding-left: 20px;
    padding-right: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.ngdialog-body {
    padding: 30px;
    border-top: 1px solid #e7eaec;
    border-bottom: 1px solid #e7eaec;
    overflow: auto
}

.ngdialog-body.edit {
    padding: 10px 30px 20px 10px;
    border-top: 1px solid #e7eaec;
    border-bottom: 1px solid #e7eaec;
    overflow: auto
}

.ngdialog-body ul.pagination,
.ngdialog-body .tableContent,
.ngdialog-body .paging {
    float: none
}

.ngdialog-buttons {
    height: 64px;
    padding: 20px 15px;
    text-align: right;
    background-color: #fff;
    width: 100%
}

.ngdialog-close:before {
    font-family: 'FontAwesome';
    content: '\f00d';
    cursor: pointer
}

.ngdialog-close {
    position: absolute;
    right: 20px;
    top: 16px;
    color: #ccc
}

.ngdialog-close:hover {
    color: #222
}

.ngdialog-message .glyphicon-alert {
    color: #f7a031
}

.ngdialog-message .glyphicon-remove-sign {
    color: #ff493c
}

.ngdialog-message .glyphicon-info-sign,
.ngdialog-message .glyphicon-ok-sign {
    color: #61922b
}

.alert .ngdialog-content {
    width: 600px
}

.alert .ngdialog-body:before,
.alert .ngdialog-body:after,
.about .ngdialog-footer:before,
.about .ngdialog-footer:after {
    display: table;
    content: " "
}

.alert .ngdialog-body:after,
.about .ngdialog-footer:after {
    clear: both
}

.alert .ngdialog-head {
    font-size: 27px
}

.alert .ngdialog-body {
    padding: 20px;
    font-size: 16px
}

.alert .ngdialog-body>table tr:first-child>td:first-child {
    vertical-align: top
}

.alert .ngdialog-body>table tr:first-child>td:first-child i {
    width: 25px;
    font-size: 25px;
    margin-right: 15px
}

.alert .ngdialog-buttons {
    padding: 20px
}

.alert .ngdialog-buttons .btn {
    margin: 0
}

.alert .ngdialog-buttons .btn:not(:first-child) {
    margin-left: 15px
}

.ngdialog-message .glyphicon-alert {
    color: #f7a031
}

.ngdialog-message .glyphicon-remove-sign {
    color: #ff493c
}

.ngdialog-message .glyphicon-info-sign {
    color: #6e922b
}

.notic .ngdialog-content {
    width: 480px
}

.notic .ngdialog-head {
    padding: 20px 20px 0 20px;
    font-size: 35px;
    line-height: 35px
}

.notic .ngdialog-head>div {
    float: left
}

.notic .ngdialog-head .icon {
    margin-right: 15px;
    font-size: 32px
}

.notic .ngdialog-body {
    padding: 20px 0 20px 87px;
    font-size: 16px;
    border: 0 none
}

.about .ngdialog-content {
    width: 480px;
    min-height: 345px
}

.about .ngdialog-head {
    height: 130px;
    border: 0 none
}

.about .ngdialog-body {
    padding: 30px 20px;
    font-size: 16px;
    border: 0 none
}

.about .ngdialog-body .title {
    font-size: 24px;
    padding-bottom: 10px
}

.about .ngdialog-body>div {
    padding-bottom: 15px
}

.about .ngdialog-body a {
    color: #3379b7;
    text-decoration: none
}

.about .ngdialog-footer {
    padding: 0;
    font-size: 11px;
    border: 0 none;
    font-weight: bold;
    line-height: 1.42857
}

.about .ngdialog-footer .copyright {
    width: 100%;
    display: inline-block;
    padding: 20px 113px 20px 20px
}

.about .ngdialog-footer .logo {
    position: absolute;
    right: 0;
    bottom: 0
}

.about .ngdialog-footer .logo>img {
    height: 78px;
    width: 113px
}

.about .ngdialog-close {
    top: 15px;
    right: 15px;
    font-size: 21px
}

body.ngdialog-open {
    overflow: hidden
}

.ngdialog.ngdialog-closing .ngdialog-content {
    -webkit-animation: ngdialog-flyout .5s;
    animation: ngdialog-flyout .5s
}

.ngdialog.ngdialog-closing .ngdialog-overlay {
    -webkit-backface-visibility: hidden;
    -webkit-animation: ngdialog-fadeout .5s;
    animation: ngdialog-fadeout .5s
}

.cp-preview.ngdialog {
    width: 510px;
    left: 10%;
    top: 5%;
    cursor: move
}

.cp-preview.cp-config.ngdialog {
    left: 60%;
    top: 20%
}

.cp-preview .ngdialog-overlay {
    display: none
}

.cp-preview .ngdialog-content {
    width: 100%;
    margin-top: 0;
    box-shadow: none;
    border-radius: 0
}

.cp-preview .ngdialog-message {
    width: 100%;
    height: 100%;
    position: relative
}

.cp-preview .ngdialog-head {
    height: 21px;
    background: #e3e3e3;
    font-size: 16px;
    padding-right: 20px;
    padding-left: 5px;
    line-height: 21px;
    color: #222
}

.cp-preview .ngdialog-body {
    padding: 8px 0;
    background-size: cover;
    border: 1px solid #8499a2
}

.cp-preview .ngdialog-close {
    top: 1px;
    right: 5px
}

.c2s-dialog .ngdialog-content {
    min-height: 300px
}

.width-dialog .ngdialog-content {
    width: 80%
}

.ngdialog-body .table-form .form-control-input,
.ngdialog-body .table-form .form-control-select {
    min-width: 200px
}

.ngdialog-body .table-form .form-one-line .form-control-input,
.ngdialog-body .table-form .form-one-line .form-control-select {
    min-width: auto
}

.ngsb-wrap {
    -ms-touch-action: none
}

.ngsb-wrap .ngsb-box {
    width: auto;
    transition: .5s all
}

.ngsb-wrap .ngsb-box .ngsb-container {
    overflow: show
}

.ngsb-wrap:hover .ngsb-scrollbar {
    opacity: 1;
    filter: "alpha(opacity=100)";
    -ms-filter: "alpha(opacity=100)"
}

.ngsb-wrap .ngsb-scrollbar {
    width: 11px;
    height: 100%;
    top: 0;
    right: 0;
    opacity: .75;
    filter: "alpha(opacity=75)";
    -ms-filter: "alpha(opacity=75)"
}

.ngsb-wrap .ngsb-scrollbar .ngsb-thumb-container {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: auto
}

.ngsb-wrap .ngsb-scrollbar a.ngsb-thumb-container {
    margin: 20px 0
}

.ngsb-wrap .ngsb-scrollbar .ngsb-track {
    height: 100%;
    margin: 0 auto;
    width: 8px;
    background: #000;
    background: rgba(0, 0, 0, 0.4);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    filter: "alpha(opacity=40)";
    -ms-filter: "alpha(opacity=40)";
    box-shadow: 1px 1px 1px rgba(255, 255, 255, 0.1)
}

.ngsb-wrap .ngsb-scrollbar .ngsb-thumb-pos {
    cursor: pointer;
    width: 100%;
    height: 30px
}

.ngsb-wrap .ngsb-scrollbar .ngsb-thumb-pos .ngsb-thumb {
    transition: .5s all;
    width: 4px;
    height: 100%;
    margin: 0 auto;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    text-align: center;
    background: #fff;
    background: rgba(255, 255, 255, 0.4);
    filter: "alpha(opacity=40)";
    -ms-filter: "alpha(opacity=40)"
}

.ngsb-wrap .ngsb-scrollbar .ngsb-thumb-pos:hover .ngsb-thumb {
    background: rgba(255, 255, 255, 0.5);
    filter: "alpha(opacity=50)";
    -ms-filter: "alpha(opacity=50)"
}

.ngsb-wrap .ngsb-scrollbar .ngsb-thumb-pos:active {
    background: rgba(255, 255, 255, 0.6);
    filter: "alpha(opacity=60)";
    -ms-filter: "alpha(opacity=60)"
}

.ngsb-wrap:hover .ngsb-xscrollbar {
    opacity: 1;
    filter: "alpha(opacity=100)";
    -ms-filter: "alpha(opacity=100)"
}

.ngsb-wrap .ngsb-xscrollbar {
    width: 100%;
    height: 11px;
    top: 0;
    left: 0;
    opacity: .75;
    filter: "alpha(opacity=75)";
    -ms-filter: "alpha(opacity=75)"
}

.ngsb-wrap .ngsb-xscrollbar .ngsb-thumb-container {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: auto
}

.ngsb-wrap .ngsb-xscrollbar a.ngsb-thumb-container {
    margin: 20px 0
}

.ngsb-wrap .ngsb-xscrollbar .ngsb-track {
    height: 8px;
    margin: 4px 0 0 0;
    width: 100%;
    background: #000;
    background: rgba(0, 0, 0, 0.4);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    filter: "alpha(opacity=40)";
    -ms-filter: "alpha(opacity=40)";
    box-shadow: 1px 1px 1px rgba(255, 255, 255, 0.1)
}

.ngsb-wrap .ngsb-xscrollbar .ngsb-thumb-pos {
    cursor: pointer;
    width: 30px;
    height: 100%
}

.ngsb-wrap .ngsb-xscrollbar .ngsb-thumb-pos .ngsb-thumb {
    transition: .5s all;
    width: 100%;
    height: 8px;
    margin-top: 4px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    text-align: center;
    background: #fff;
    background: rgba(255, 255, 255, 0.4);
    filter: "alpha(opacity=40)";
    -ms-filter: "alpha(opacity=40)"
}

.ngsb-wrap .ngsb-xscrollbar .ngsb-thumb-pos:hover .ngsb-thumb {
    background: rgba(255, 255, 255, 0.5);
    filter: "alpha(opacity=50)";
    -ms-filter: "alpha(opacity=50)"
}

.ngsb-wrap .ngsb-xscrollbar .ngsb-thumb-pos:active {
    background: rgba(255, 255, 255, 0.6);
    filter: "alpha(opacity=60)";
    -ms-filter: "alpha(opacity=60)"
}

@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 300;
    src: local("Source Sans Pro Light"), local("SourceSansPro-Light"), url("./fonts/toadOcfmlt9b38dHJxOBGMw1o1eFRj7wYC6JbISqOjY.ttf") format("truetype")
}

@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 400;
    src: local("Source Sans Pro"), local("SourceSansPro-Regular"), url("./fonts/ODelI1aHBYDBqgeIAH2zlNzbP97U9sKh0jjxbPbfOKg.ttf") format("truetype")
}

@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 700;
    src: local("Source Sans Pro Bold"), local("SourceSansPro-Bold"), url("./fonts/toadOcfmlt9b38dHJxOBGLsbIrGiHa6JIepkyt5c0A0.ttf") format("truetype")
}

@font-face {
    font-family: 'Glyphicons Halflings';
    src: url('./fonts/glyphicons-halflings-regular.eot');
    src: url('./fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('./fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('./fonts/glyphicons-halflings-regular.woff') format('woff'), url('./fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('./fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg')
}

@font-face {
    font-family: "Cisco Sans Regular";
    src: url('./fonts/CiscoSansTTRegular.eot');
    src: url('./fonts/CiscoSansTTRegular.eot?#iefix') format('embedded-opentype'), url('./fonts/CiscoSansTTRegular.woff') format('woff');
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: "Cisco Sans Light";
    src: url('./fonts/CiscoSansTTLight.eot');
    src: url('./fonts/CiscoSansTTLight.eot?#iefix') format('embedded-opentype'), url('./fonts/CiscoSansTTLight.woff') format('woff');
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: "next-font";
    src: url('./fonts/next-font.eot?-9scffx');
    src: url('./fonts/next-font.eot?#iefix-9scffx') format('embedded-opentype'), url('./fonts/next-font.woff?-9scffx') format('woff'), url('./fonts/next-font.ttf?-9scffx') format('truetype'), url('./fonts/next-font.svg?-9scffx#next-font') format('svg');
    font-weight: 400;
    font-style: normal
}

.msg-primary {
    color: #337ab7
}

.msg-success {
    color: #3c763d
}

.help-block,
.msg-error,
.msg-info .fa-times-circle,
.has-error .form-control-feedback {
    color: #a94441
}

.msg-error2 {
    color: #a94441
}

.msg-info {
    color: #222
}

.underline {
    text-decoration: underline;
    color: #337ab7;
    cursor: pointer
}

.fa-check-circle,
.msg-info .fa-check-circle,
.license-success i {
    color: #6e922b
}

.msg-warning,
.fa-warning,
.msg-info .fa-warning,
.license-warning i {
    color: #f7a031
}

.fa-times-circle,
.msg-info .fa-times-circle,
.license-error i {
    color: #ff493c
}

*,
*::before,
*::after {
    box-sizing: border-box
}

html,
body {
    font-family: Cisco Sans Light, Source Sans Pro, Georgia, "Times New Roman", "Microsoft YaHei", "é»?ä½?", "å¾®è½¯???é»?", STXihei, "??????ç»?é»?", serif !important;
    color: #222;
    font-size: 14px;
    font-weight: normal;
    padding: 0;
    margin: 0;
    line-height: 1.42857
}

a {
    color: #0096d6;
    font-size: 14px;
    padding: 6px 0;
    text-decoration: none;
    cursor: pointer
}

a:focus,
a:hover {
    color: #23527c;
    text-decoration: none;
    background-color: transparent
}

a[disabled] {
    pointer-events: none;
    cursor: not-allowed;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: .65
}

a[disabled]:focus,
a[disabled]:hover {
    text-decoration: none
}

ul {
    list-style-type: none;
    padding: 0
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    position: relative;
    top: 0
}

b {
    font-family: Cisco Sans Regular, Source Sans Pro, Georgia, "Times New Roman", "Microsoft YaHei", "é»?ä½?", "å¾®è½¯???é»?", STXihei, "??????ç»?é»?", serif !important
}

p {
    margin: 15px 0
}

th,
td {
    padding: 0
}

body.baseBg {
    width: 100%;
    height: 100%
}

body.loginBg {
    background-color: #e6e9f0
}

body.configBg {
    background-color: #eee
}

::-webkit-scrollbar {
    width: 8px;
    height: 8px
}

::-webkit-scrollbar-thumb {
    background: #ddd;
    border-radius: 9px;
    border: solid 1px #343239
}

::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px #343239
}

.expanded .menu {
    transition: left .5s ease 0;
    -webkit-transition: left .5s ease 0;
    left: 0
}

.expanded .content {
    left: 250px;
    transition: left .5s ease 0;
    -webkit-transition: left .5s ease 0
}

.header {
    width: 100%;
    height: 60px;
    line-height: 60px;
    color: #222;
    background-color: #fff;
    top: 0;
    z-index: 98;
    overflow: hidden
}

.header>div {
    float: left
}

.header .ciscosb-roate {
    height: 30px;
    width: 30px;
    transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out
}

.header .ciscosb-roatecol {
    height: 30px;
    width: 30px;
    transform: rotate(0);
    -ms-transform: rotate(0);
    -moz-transform: rotate(0);
    -webkit-transform: rotate(0);
    -o-transform: rotate(0);
    transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out
}

.header .navMenu {
    height: 50px;
    cursor: pointer;
    margin-left: 30px;
    margin-top: 10px;
    width: 30px;
    position: absolute
}

.header .logo {
    cursor: pointer;
    padding: 0;
    position: absolute;
    left: 65px
}

.header .logo img {
    height: 60px;
    width: 87px
}

.header .productName {
    font-size: 16px;
    font-weight: normal;
    width: 100%
}

.header .productName>div {
    overflow: hidden;
    padding-left: 155px;
    padding-right: 390px;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #222
}

.header .productName.hasSaveIcon>div {
    padding-right: 460px
}

.header .topButton {
    position: absolute;
    right: 30px;
    top: 0
}

.header .topButton .username {
    font-size: 14px;
    font-weight: normal
}

.header .topButton .username>div {
    float: left
}

.header .topButton .username div:nth-child(2n+1) {
    max-width: 60px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.header .topButton select {
    min-width: 80px;
    height: 22px;
    line-height: 18px;
    padding: 0;
    margin-top: 18px;
    text-indent: 0
}

.header .topButton>div,
.header .topButton>select {
    margin-right: 15px;
    float: right
}

.header .topButton>span {
    display: inline-block;
    position: relative;
    top: 4px;
    float: right
}

.header .topButton>span:last-child,
.header .topButton>span i:last-child {
    margin-right: 0
}

.header .topButton>span i {
    color: #0096d6;
    font-size: 22px;
    cursor: pointer;
    margin-right: 15px
}

.flash {
    font-size: 14px;
    font-weight: normal;
    display: block
}

.flash:hover,
.no-flash:hover {
    display: block;
    cursor: pointer
}

.flash .glyphicon-info-sign,
.no-flash .glyphicon-info-sign {
    color: #6e922b;
    margin-right: 2px;
    top: 2px
}

.flash .glyphicon-remove-sign,
.no-flash .glyphicon-remove-sign {
    color: #ff493c;
    margin-right: 2px;
    top: 2px
}

.no-flash {
    font-size: 14px;
    font-weight: normal;
    display: none
}

.menu {
    background-color: #343239;
    width: 250px;
    height: 100%;
    float: left;
    position: fixed;
    font-size: 16px;
    color: #fff;
    font-weight: lighter;
    z-index: 999;
    transition: left .5s ease 0;
    left: -250px;
    overflow-x: hidden;
    overflow-y: auto;
    line-height: 1
}

.menu::-webkit-scrollbar-thumb {
    background: #ddd;
    border-radius: 9px;
    border: solid 1px #343239
}

.menu::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px #343229
}

.menu .level1 {
    width: 100%
}

.menu .level1 tr:hover td {
    color: #a4a4a4
}

.menu .level1 td:first-child {
    width: 7px
}

.menu .level1 td:nth-child(2) {
    width: 47px;
    min-height: 35px;
    text-align: center;
    border: 0;
    padding-right: 7px
}

.menu .level1 td:last-child {
    border-top: 1px solid #5a595e;
    font-weight: normal;
    padding: 10px 0
}

.menu .selected .level1 {
    color: #14b2e6
}

.menu .selected .level1 td:first-child {
    background-color: #4ec0f1
}

.menu .level2,
.menu .level3 {
    display: none
}

.menu .level2>tbody>tr>td:last-child,
.menu .level2 .hasChild td:last-child {
    padding: 10px 0
}

.menu .level3>tbody>tr>td:last-child {
    padding: 10px 0 10px 10px !important
}

.menu .level2 .hasChild>td:first-child {
    padding: 0
}

.menu .selected .level2,
.menu .selected .selected .level3 {
    display: block
}

.menu .selected .level2 .noChild td:hover,
.menu .selected .level3 td:hover {
    color: #a4a4a4
}

.menu .selected .level2>tbody>tr>td:first-child {
    border-left: 7px solid #4ec0f1
}

.menu .selected .level2 tbody>tr>td:nth-child(2) {
    width: 47px
}

.menu .selected .level2 .hasChild tbody>tr>td:nth-child(2) {
    width: 47px;
    padding-left: 15px;
    padding-right: 12px
}

.menu .selected .level2 .level3 tbody>td>td>td:nth-child(2) {
    width: 60px
}

.menu .level2 .selected.noChild>td>table>tbody>tr>td,
.menu .level2 .selected>td>table:first-child>tbody>tr>td,
.menu .level2 .selected .level3 .selected td,
.menu .selected .level1>tbody>tr>td,
.menu .selected .level1>tbody>tr>td:hover,
.menu .selected .level2 .selected.noChild>td>table>tbody>tr>td:hover {
    color: #14b2e6
}

.menu table {
    border: 0;
    margin: 0;
    border-collapse: collapse;
    cursor: pointer
}

.menu>table {
    width: 100%
}

.menu table td {
    border: 0;
    padding: 0
}

.menu i {
    font-size: 20px
}

.menu i:before {
    content: "\f0da";
    padding: 0 8px
}

.menu .selected .level2 .selected i:before {
    content: "\f0d7";
    padding: 0 5px
}

.menu .noChild i:before,
.menu .selected .noChild i:before {
    content: ""
}

.menu .M_GettingStarted i:before,
.menu .M_GettingStarted .selected i:before,
.menu .M_GettingStarted .noChild i:before,
.menu .M_GettingStarted .selected .noChild i:before {
    content: "\f20e";
    padding: 0
}

.menu .M_Status i:before,
.menu .M_Status .selected i:before,
.menu .M_Status .noChild i:before,
.menu .M_Status .selected .noChild i:before {
    content: "\f200";
    padding: 0
}
.menu .M_Status .level2 i:before {
    content: "\f0da";
    padding: 0 5px
}

.menu .M_Admin i:before,
.menu .M_Admin .selected i:before,
.menu .M_Admin .noChild i:before,
.menu .M_Admin .selected .noChild i:before {
    content: "\f0c0";
    font-size: 20px;
    padding: 1px 0
}
.menu .M_Admin .level2 i:before {
    content: "\f0da";
    padding: 0 5px
}

.menu .M_Port i:before,
.menu .M_Port .selected i:before,
.menu .M_Port .noChild i:before,
.menu .M_Port .selected .noChild i:before {
    content: "\f108";
    padding: 0 2px
}
.menu .M_Port .level2 i:before {
    content: "\f0da";
    padding: 0 5px
}

.menu .M_Vlan i:before,
.menu .M_Vlan .selected i:before,
.menu .M_Vlan .noChild i:before,
.menu .M_Vlan .selected .noChild i:before {
    content: "\f0e8";
    padding: 0 2px
}
.menu .M_Vlan .level2 i:before {
    content: "\f0da";
    padding: 0 5px
}

.menu .M_Stp i:before,
.menu .M_Stp .selected i:before,
.menu .M_Stp .noChild i:before,
.menu .M_Stp .selected .noChild i:before {
    content: "\f1e0";
    padding: 0 2px
}

.menu .M_Mac i:before,
.menu .M_Mac .selected i:before,
.menu .M_Mac .noChild i:before,
.menu .M_Mac .selected .noChild i:before {
    content: "\f022";
    padding: 0 2px
}

.menu .M_Mcast i:before,
.menu .M_Mcast .selected i:before,
.menu .M_Mcast .noChild i:before,
.menu .M_Mcast .selected .noChild i:before {
    font-family: "next-font";
    content: "\e632";
    padding: 0 2px
}
.menu .M_Mcast .level2 i:before {
    font-family: 'FontAwesome';
    content: "\f0da";
    padding: 0 5px
}

.menu .M_Ip i:before,
.menu .M_Ip .selected i:before,
.menu .M_Ip .noChild i:before,
.menu .M_Ip .selected .noChild i:before {
    content: "\f0ac";
    padding: 0 2px
}
.menu .M_Ip .level2 i:before {
    content: "\f0da";
    padding: 0 5px
}

.menu .M_Sec i:before,
.menu .M_Sec .selected i:before,
.menu .M_Sec .noChild i:before,
.menu .M_Sec .selected .noChild i:before {
    content: "\f023";
    padding: 0 2px
}
.menu .M_Sec .level2 i:before {
    content: "\f0da";
    padding: 0 5px
}

.menu .M_Acl i:before,
.menu .M_Acl .selected i:before,
.menu .M_Acl .noChild i:before,
.menu .M_Acl .selected .noChild i:before {
    font-family: "next-font";
    content: "\e647";
    padding: 0 2px
}

.menu .M_Qos i:before,
.menu .M_Qos .selected i:before,
.menu .M_Qos .noChild i:before,
.menu .M_Qos .selected .noChild i:before {
    content: "\f0b0";
    padding: 0 2px
}
.menu .M_Qos .level2 i:before {
    content: "\f0da";
    padding: 0 5px
}

.menu .M_Snmp i:before,
.menu .M_Snmp .selected i:before,
.menu .M_Snmp .noChild i:before,
.menu .M_Snmp .selected .noChild i:before {
    content: "\f013";
    padding: 0 2px
}
.menu .M_Snmp .level2 i:before {
    content: "\f0da";
    padding: 0 5px
}

.content {
    transition: left .5s ease 0;
    left: 0;
    right: 0;
    bottom: 5px;
    top: 0;
    position: absolute;
    min-width: 768px
}

.content #contentDiv {
    background-color: #f3f3f4;
    padding: 10px 30px 10px 15px;
    top: 134px;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    overflow: auto
}

#contentDiv>form,
#contentDiv>div {
    min-width: 365px;
    margin-bottom: 25px
}

div.uploadingBg {
    background: #000;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    position: fixed;
    z-index: 100000;
    filter: alpha(opacity=50);
    opacity: 0
}

div.waitingBg {
    background: #000;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    position: fixed;
    z-index: 100000;
    filter: alpha(opacity=50);
    opacity: .5
}

div.waitingContent {
    top: 30%;
    left: 0;
    right: 0;
    position: fixed;
    z-index: 100001
}

div.waitingContent>div {
    background: #fff;
    border: 1px solid #222;
    border-radius: 20px;
    margin: auto;
    padding: 20px;
    width: 300px;
    height: 300px;
}

.btn,
button {
    display: inline-block;
    padding: 0 12px;
    margin-bottom: 0;
    font-family: Cisco Sans Light, Source Sans Pro, Georgia, "Times New Roman", "Microsoft YaHei", "é»?ä½?", "å¾®è½¯???é»?", STXihei, "??????ç»?é»?", serif;
    font-size: 14px;
    font-weight: 400;
    height: 34px;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-appearance: none
}

.btn {
    padding: 5px 12px
}

.btn a,
.btn a:hover {
    font-family: Cisco Sans Regular, Source Sans Pro, Georgia, "Times New Roman", "Microsoft YaHei", "é»?ä½?", "å¾®è½¯???é»?", STXihei, "??????ç»?é»?", serif;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    text-decoration: none
}

.btn:focus,
button:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

.btn:focus,
.btn:hover,
button:focus,
button:hover {
    color: #333;
    text-decoration: none
}

.btn:active,
.btn.active,
button:active,
button.active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125)
}

.btn[disabled],
.btn .disabled,
.btnIcon[disabled],
.btnIcon .disabled,
button[disabled],
button .disabled {
    pointer-events: none;
    cursor: not-allowed;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: .65
}

.btn.primary,
button.primary {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
    min-width: 77px
}

.btn.primary:focus,
.btn.primary.focus,
button.primary:focus,
button.primary.focus {
    color: #fff;
    background-color: #286090;
    border-color: #122b40
}

.btn.primary:hover,
button.primary:hover {
    color: #fff;
    background-color: #286090;
    border-color: #204d74
}

.btn.primary:active,
.btn.primary.active,
.open>.btn.primary.dropdown-toggle,
button.primary:active,
button.primary.active,
.open>button.primary.dropdown-toggle {
    color: #fff;
    background-color: #286090;
    border-color: #204d74
}

.btn.primary:active:hover,
.btn.primary:active:focus,
.btn.primary:active.focus,
.btn.primary.active:hover,
.btn.primary.active:focus,
.btn.primary.active.focus,
.open>.btn.primary.dropdown-toggle:hover,
.open>.btn.primary.dropdown-toggle:focus,
.open>.btn.primary.dropdown-toggle.focus,
button.primary:active:hover,
button.primary:active:focus,
button.primary:active.focus,
button.primary.active:hover,
button.primary.active:focus,
button.primary.active.focus,
.open>button.primary.dropdown-toggle:hover,
.open>button.primary.dropdown-toggle:focus,
.open>button.primary.dropdown-toggle.focus {
    color: #fff;
    background-color: #204d74;
    border-color: #122b40
}

.btn.primary:active,
.btn.primary.active,
.open>.btn.primary.dropdown-toggle,
button.primary:active,
button.primary.active,
.open>button.primary.dropdown-toggle {
    background-image: none
}

.btn.primary.disabled,
.btn.primary.disabled:hover,
.btn.primary.disabled:focus,
.btn.primary.disabled.focus,
.btn.primary.disabled:active,
.btn.primary.disabled.active,
.btn.primary[disabled],
.btn.primary[disabled]:hover,
.btn.primary[disabled]:focus,
.btn.primary[disabled].focus,
.btn.primary[disabled]:active,
.btn.primary[disabled].active,
fieldset[disabled] .btn.primary,
fieldset[disabled] .btn.primary:hover,
fieldset[disabled] .btn.primary:focus,
fieldset[disabled] .btn.primary.focus,
fieldset[disabled] .btn.primary:active,
fieldset[disabled] .btn.primary.active,
button.primary.disabled,
button.primary.disabled:hover,
button.primary.disabled:focus,
button.primary.disabled.focus,
button.primary.disabled:active,
button.primary.disabled.active,
button.primary[disabled],
button.primary[disabled]:hover,
button.primary[disabled]:focus,
button.primary[disabled].focus,
button.primary[disabled]:active,
button.primary[disabled].active,
fieldset[disabled] button.primary,
fieldset[disabled] button.primary:hover,
fieldset[disabled] button.primary:focus,
fieldset[disabled] button.primary.focus,
fieldset[disabled] button.primary:active,
fieldset[disabled] button.primary.active {
    background-color: #337ab7;
    border-color: #2e6da4
}

.btn.primary .badge,
button.primary .badge {
    color: #337ab7;
    background-color: #fff
}

.btn.secondary,
button.secondary {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
    min-width: 77px
}

.btn.secondary:focus,
.btn.secondary.focus,
button.secondary:focus,
button.secondary.focus {
    color: #333;
    background-color: #e6e6e6;
    border-color: #8c8c8c
}

.btn.secondary:hover,
button.secondary:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad
}

.btn.secondary:active,
.btn.secondary.active,
.open>.btn.secondary.dropdown-toggle,
button.secondary:active,
button.secondary.active,
.open>button.secondary.dropdown-toggle {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad
}

.btn.secondary:active:hover,
.btn.secondary:active:focus,
.btn.secondary:active.focus,
.btn.secondary.active:hover,
.btn.secondary.active:focus,
.btn.secondary.active.focus,
.open>.btn.secondary.dropdown-toggle:hover,
.open>.btn.secondary.dropdown-toggle:focus,
.open>.btn.secondary.dropdown-toggle.focus,
button.secondary:active:hover,
button.secondary:active:focus,
button.secondary:active.focus,
button.secondary.active:hover,
button.secondary.active:focus,
button.secondary.active.focus,
.open>button.secondary.dropdown-toggle:hover,
.open>button.secondary.dropdown-toggle:focus,
.open>button.secondary.dropdown-toggle.focus {
    color: #333;
    background-color: #d4d4d4;
    border-color: #8c8c8c
}

.btn.secondary:active,
.btn.secondary.active,
.open>.btn.secondary.dropdown-toggle,
button.secondary:active,
button.secondary.active,
.open>button.secondary.dropdown-toggle {
    background-image: none
}

.btn.secondary.disabled,
.btn.secondary.disabled:hover,
.btn.secondary.disabled:focus,
.btn.secondary.disabled.focus,
.btn.secondary.disabled:active,
.btn.secondary.disabled.active,
.btn.secondary[disabled],
.btn.secondary[disabled]:hover,
.btn.secondary[disabled]:focus,
.btn.secondary[disabled].focus,
.btn.secondary[disabled]:active,
.btn.secondary[disabled].active,
fieldset[disabled] .btn.secondary,
fieldset[disabled] .btn.secondary:hover,
fieldset[disabled] .btn.secondary:focus,
fieldset[disabled] .btn.secondary.focus,
fieldset[disabled] .btn.secondary:active,
fieldset[disabled] .btn.secondary.active,
button.secondary.disabled,
button.secondary.disabled:hover,
button.secondary.disabled:focus,
button.secondary.disabled.focus,
button.secondary.disabled:active,
button.secondary.disabled.active,
button.secondary[disabled],
button.secondary[disabled]:hover,
button.secondary[disabled]:focus,
button.secondary[disabled].focus,
button.secondary[disabled]:active,
button.secondary[disabled].active,
fieldset[disabled] button.secondary,
fieldset[disabled] button.secondary:hover,
fieldset[disabled] button.secondary:focus,
fieldset[disabled] button.secondary.focus,
fieldset[disabled] button.secondary:active,
fieldset[disabled] button.secondary.active {
    background-color: #fff;
    border-color: #ccc
}

.btn.secondary .badge,
button.secondary .badge {
    color: #fff;
    background-color: #333
}

.btn.success,
button.success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c
}

.btn.success:focus,
.btn.success.focus,
button.success:focus,
button.success.focus {
    color: #fff;
    background-color: #449d44;
    border-color: #255625
}

.btn.success:hover,
button.success:hover {
    color: #fff;
    background-color: #449d44;
    border-color: #398439
}

.btn.success:active,
.btn.success.active,
.open>.btn.success.dropdown-toggle,
button.success:active,
button.success.active,
.open>button.success.dropdown-toggle {
    color: #fff;
    background-color: #449d44;
    border-color: #398439
}

.btn.success:active:hover,
.btn.success:active:focus,
.btn.success:active.focus,
.btn.success.active:hover,
.btn.success.active:focus,
.btn.success.active.focus,
.open>.btn.success.dropdown-toggle:hover,
.open>.btn.success.dropdown-toggle:focus,
.open>.btn.success.dropdown-toggle.focus,
button.success:active:hover,
button.success:active:focus,
button.success:active.focus,
button.success.active:hover,
button.success.active:focus,
button.success.active.focus,
.open>button.success.dropdown-toggle:hover,
.open>button.success.dropdown-toggle:focus,
.open>button.success.dropdown-toggle.focus {
    color: #fff;
    background-color: #398439;
    border-color: #255625
}

.btn.success:active,
.btn.success.active,
.open>.btn.success.dropdown-toggle,
button.success:active,
button.success.active,
.open>button.success.dropdown-toggle {
    background-image: none
}

.btn.success.disabled,
.btn.success.disabled:hover,
.btn.success.disabled:focus,
.btn.success.disabled.focus,
.btn.success.disabled:active,
.btn.success.disabled.active,
.btn.success[disabled],
.btn.success[disabled]:hover,
.btn.success[disabled]:focus,
.btn.success[disabled].focus,
.btn.success[disabled]:active,
.btn.success[disabled].active,
fieldset[disabled] .btn.success,
fieldset[disabled] .btn.success:hover,
fieldset[disabled] .btn.success:focus,
fieldset[disabled] .btn.success.focus,
fieldset[disabled] .btn.success:active,
fieldset[disabled] .btn.success.active,
button.success.disabled,
button.success.disabled:hover,
button.success.disabled:focus,
button.success.disabled.focus,
button.success.disabled:active,
button.success.disabled.active,
button.success[disabled],
button.success[disabled]:hover,
button.success[disabled]:focus,
button.success[disabled].focus,
button.success[disabled]:active,
button.success[disabled].active,
fieldset[disabled] button.success,
fieldset[disabled] button.success:hover,
fieldset[disabled] button.success:focus,
fieldset[disabled] button.success.focus,
fieldset[disabled] button.success:active,
fieldset[disabled] button.success.active {
    background-color: #5cb85c;
    border-color: #4cae4c
}

.btn.success .badge,
button.success .badge {
    color: #5cb85c;
    background-color: #fff
}

.btn.info,
button.info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da
}

.btn.info:focus,
.btn.info.focus,
button.info:focus,
button.info.focus {
    color: #fff;
    background-color: #31b0d5;
    border-color: #1b6d85
}

.btn.info:hover,
button.info:hover {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc
}

.btn.info:active,
.btn.info.active,
.open>.btn.info.dropdown-toggle,
button.info:active,
button.info.active,
.open>button.info.dropdown-toggle {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc
}

.btn.info:active:hover,
.btn.info:active:focus,
.btn.info:active.focus,
.btn.info.active:hover,
.btn.info.active:focus,
.btn.info.active.focus,
.open>.btn.info.dropdown-toggle:hover,
.open>.btn.info.dropdown-toggle:focus,
.open>.btn.info.dropdown-toggle.focus,
button.info:active:hover,
button.info:active:focus,
button.info:active.focus,
button.info.active:hover,
button.info.active:focus,
button.info.active.focus,
.open>button.info.dropdown-toggle:hover,
.open>button.info.dropdown-toggle:focus,
.open>button.info.dropdown-toggle.focus {
    color: #fff;
    background-color: #269abc;
    border-color: #1b6d85
}

.btn.info:active,
.btn.info.active,
.open>.btn.info.dropdown-toggle,
button.info:active,
button.info.active,
.open>button.info.dropdown-toggle {
    background-image: none
}

.btn.info.disabled,
.btn.info.disabled:hover,
.btn.info.disabled:focus,
.btn.info.disabled.focus,
.btn.info.disabled:active,
.btn.info.disabled.active,
.btn.info[disabled],
.btn.info[disabled]:hover,
.btn.info[disabled]:focus,
.btn.info[disabled].focus,
.btn.info[disabled]:active,
.btn.info[disabled].active,
fieldset[disabled] .btn.info,
fieldset[disabled] .btn.info:hover,
fieldset[disabled] .btn.info:focus,
fieldset[disabled] .btn.info.focus,
fieldset[disabled] .btn.info:active,
fieldset[disabled] .btn.info.active,
button.info.disabled,
button.info.disabled:hover,
button.info.disabled:focus,
button.info.disabled.focus,
button.info.disabled:active,
button.info.disabled.active,
button.info[disabled],
button.info[disabled]:hover,
button.info[disabled]:focus,
button.info[disabled].focus,
button.info[disabled]:active,
button.info[disabled].active,
fieldset[disabled] button.info,
fieldset[disabled] button.info:hover,
fieldset[disabled] button.info:focus,
fieldset[disabled] button.info.focus,
fieldset[disabled] button.info:active,
fieldset[disabled] button.info.active {
    background-color: #5bc0de;
    border-color: #46b8da
}

.btn.info .badge,
button.info .badge {
    color: #5bc0de;
    background-color: #fff
}

.btn.warning,
button.warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236
}

.btn.warning:focus,
.btn.warning.focus,
button.warning:focus,
button.warning.focus {
    color: #fff;
    background-color: #ec971f;
    border-color: #985f0d
}

.btn.warning:hover,
button.warning:hover {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512
}

.btn.warning:active,
.btn.warning.active,
.open>.btn.warning.dropdown-toggle,
button.warning:active,
button.warning.active,
.open>button.warning.dropdown-toggle {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512
}

.btn.warning:active:hover,
.btn.warning:active:focus,
.btn.warning:active.focus,
.btn.warning.active:hover,
.btn.warning.active:focus,
.btn.warning.active.focus,
.open>.btn.warning.dropdown-toggle:hover,
.open>.btn.warning.dropdown-toggle:focus,
.open>.btn.warning.dropdown-toggle.focus,
button.warning:active:hover,
button.warning:active:focus,
button.warning:active.focus,
button.warning.active:hover,
button.warning.active:focus,
button.warning.active.focus,
.open>button.warning.dropdown-toggle:hover,
.open>button.warning.dropdown-toggle:focus,
.open>button.warning.dropdown-toggle.focus {
    color: #fff;
    background-color: #d58512;
    border-color: #985f0d
}

.btn.warning:active,
.btn.warning.active,
.open>.btn.warning.dropdown-toggle,
button.warning:active,
button.warning.active,
.open>button.warning.dropdown-toggle {
    background-image: none
}

.btn.warning.disabled,
.btn.warning.disabled:hover,
.btn.warning.disabled:focus,
.btn.warning.disabled.focus,
.btn.warning.disabled:active,
.btn.warning.disabled.active,
.btn.warning[disabled],
.btn.warning[disabled]:hover,
.btn.warning[disabled]:focus,
.btn.warning[disabled].focus,
.btn.warning[disabled]:active,
.btn.warning[disabled].active,
fieldset[disabled] .btn.warning,
fieldset[disabled] .btn.warning:hover,
fieldset[disabled] .btn.warning:focus,
fieldset[disabled] .btn.warning.focus,
fieldset[disabled] .btn.warning:active,
fieldset[disabled] .btn.warning.active,
button.warning.disabled,
button.warning.disabled:hover,
button.warning.disabled:focus,
button.warning.disabled.focus,
button.warning.disabled:active,
button.warning.disabled.active,
button.warning[disabled],
button.warning[disabled]:hover,
button.warning[disabled]:focus,
button.warning[disabled].focus,
button.warning[disabled]:active,
button.warning[disabled].active,
fieldset[disabled] button.warning,
fieldset[disabled] button.warning:hover,
fieldset[disabled] button.warning:focus,
fieldset[disabled] button.warning.focus,
fieldset[disabled] button.warning:active,
fieldset[disabled] button.warning.active {
    background-color: #f0ad4e;
    border-color: #eea236
}

.btn.warning .badge,
button.warning .badge {
    color: #f0ad4e;
    background-color: #fff
}

.btn.danger,
button.danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a
}

.btn.danger:focus,
.btn.danger.focus,
button.danger:focus,
button.danger.focus {
    color: #fff;
    background-color: #c9302c;
    border-color: #761c19
}

.btn.danger:hover,
button.danger:hover {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925
}

.btn.danger:active,
.btn.danger.active,
.open>.btn.danger.dropdown-toggle,
button.danger:active,
button.danger.active,
.open>button.danger.dropdown-toggle {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925
}

.btn.danger:active:hover,
.btn.danger:active:focus,
.btn.danger:active.focus,
.btn.danger.active:hover,
.btn.danger.active:focus,
.btn.danger.active.focus,
.open>.btn.danger.dropdown-toggle:hover,
.open>.btn.danger.dropdown-toggle:focus,
.open>.btn.danger.dropdown-toggle.focus,
button.danger:active:hover,
button.danger:active:focus,
button.danger:active.focus,
button.danger.active:hover,
button.danger.active:focus,
button.danger.active.focus,
.open>button.danger.dropdown-toggle:hover,
.open>button.danger.dropdown-toggle:focus,
.open>button.danger.dropdown-toggle.focus {
    color: #fff;
    background-color: #ac2925;
    border-color: #761c19
}

.btn.danger:active,
.btn.danger.active,
.open>.btn.danger.dropdown-toggle,
button.danger:active,
button.danger.active,
.open>button.danger.dropdown-toggle {
    background-image: none
}

.btn.danger.disabled,
.btn.danger.disabled:hover,
.btn.danger.disabled:focus,
.btn.danger.disabled.focus,
.btn.danger.disabled:active,
.btn.danger.disabled.active,
.btn.danger[disabled],
.btn.danger[disabled]:hover,
.btn.danger[disabled]:focus,
.btn.danger[disabled].focus,
.btn.danger[disabled]:active,
.btn.danger[disabled].active,
fieldset[disabled] .btn.danger,
fieldset[disabled] .btn.danger:hover,
fieldset[disabled] .btn.danger:focus,
fieldset[disabled] .btn.danger.focus,
fieldset[disabled] .btn.danger:active,
fieldset[disabled] .btn.danger.active,
button.danger.disabled,
button.danger.disabled:hover,
button.danger.disabled:focus,
button.danger.disabled.focus,
button.danger.disabled:active,
button.danger.disabled.active,
button.danger[disabled],
button.danger[disabled]:hover,
button.danger[disabled]:focus,
button.danger[disabled].focus,
button.danger[disabled]:active,
button.danger[disabled].active,
fieldset[disabled] button.danger,
fieldset[disabled] button.danger:hover,
fieldset[disabled] button.danger:focus,
fieldset[disabled] button.danger.focus,
fieldset[disabled] button.danger:active,
fieldset[disabled] button.danger.active {
    background-color: #d9534f;
    border-color: #d43f3a
}

.btn.danger .badge,
button.danger .badge {
    color: #d9534f;
    background-color: #fff
}

div>.btn:not(:first-child) {
    margin-left: 15px
}

.btn-link {
    font-weight: 400;
    color: #337ab7;
    border-radius: 0
}

.btn-link,
.btn-link:focus {
    border: 0;
    outline: 0
}

.btn-link,
.btn-link.active,
.btn-link:active,
.btn-link[disabled] {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link:focus,
.btn-link:hover {
    border-color: transparent
}

.btn-link:focus,
.btn-link:hover {
    color: #23527c;
    text-decoration: underline;
    background-color: transparent
}

.btn-link[disabled]:focus,
.btn-link[disabled]:hover {
    color: #777;
    text-decoration: none
}

.toggle-slider,
.toggle-slider-right {
    height: 34px;
    cursor: pointer;
    line-height: 34px;
    border-radius: 17px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    margin: 0;
    color: #fff;
    background-color: #337ab7
}

.toggle-slider[disabled],
.toggle-slider-right[disabled] {
    pointer-events: none;
    cursor: not-allowed;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: .65
}

.toggle-slider:after {
    content: "";
    display: block;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background-color: #fff;
    position: absolute;
    top: 3px;
    left: 3px;
    -webkit-transition: -webkit-transform .2s;
    -moz-transition: -moz-transform .2s;
    -ms-transition: -ms-transform .2s;
    -o-transition: -o-transform .2s;
    transition: transform .2s
}

.toggle-slider-right:after {
    content: "";
    display: block;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background-color: #fff;
    position: absolute;
    top: 3px;
    right: 3px;
    -webkit-transition: -webkit-transform .2s;
    -moz-transition: -moz-transform .2s;
    -ms-transition: -ms-transform .2s;
    -o-transition: -o-transform .2s;
    transition: transform .2s
}

.toggle-button-name1 {
    position: relative;
    margin: 0 20px 0 34px
}

.toggle-button-name2 {
    position: relative;
    padding: 0 34px 0 20px
}

.tableContent .toggle-slider-right {
    width: 65px;
    height: 24px;
    line-height: 24px;
    margin: 0
}

.tableContent .toggle-slider-right:after {
    width: 20px;
    height: 20px;
    top: 2px;
    right: 2px
}

.input-group-addon {
    width: 1%;
    display: table-cell;
    white-space: nowrap;
    vertical-align: middle;
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px
}

.input-group-addon+input {
    border-radius: 0
}

.input-group-addon:first-child {
    border-right: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group-addon:last-child {
    border-left: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.input-group-addon:not(:first-child):not(:last-child) {
    border-radius: 0
}

.input-group-addon input[type=checkbox],
.input-group-addon input[type=radio] {
    margin-top: 0
}

input,
textarea {
    display: inline-block;
    height: 34px;
    line-height: 20px;
    padding: 6px 12px;
    font-size: 14px;
    color: #222;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    font-family: Cisco Sans Light, Source Sans Pro, Georgia, "Times New Roman", "Microsoft YaHei", "é»?ä½?", "å¾®è½¯???é»?", STXihei, "??????ç»?é»?", serif !important
}

input:focus,
textarea:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6)
}

::-webkit-input-placeholder {
    color: #bbbdbf
}

.loginBox::-webkit-input-placeholder {
    color: #222;
    text-align: center
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    color: #bbbdbf;
    opacity: 1
}

.loginBox input::-moz-placeholder,
textarea::-moz-placeholder {
    color: #222;
    opacity: 1
}

.techSuppInfoBox {
    height: 300px !important;
}

input:-ms-input-placeholder,
input::-webkit-input-placeholder,
textarea:-ms-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #222
}

input::-ms-expand,
textarea::-ms-expand {
    background-color: transparent;
    border: 0
}

input[disabled],
input[readonly],
textarea[disabled],
textarea[readonly] {
    background-color: #eee;
    opacity: 1
}

input[disabled],
textarea[disabled] {
    cursor: not-allowed
}

input.readonlyItem {
    cursor: default
}

input[type="search"],
textarea[type="search"] {
    -webkit-appearance: none
}

::-ms-clear,
::-ms-reveal {
    display: none
}

.nopHint {
    opacity: .5;
    pointer-events: none
}

.tableContent input[type='text'] {
    padding: 0 12px 0 12px;
    /*width: 100%*/
}

select {
    min-width: 50px
}

.tableContent select {
    padding: 0;
    max-width: 200px
}

.tableContent select.wider-select {
    max-width: 300px
}

.rip .tableContent select {
    min-width: 60px
}

.rip .tableContent input[type='text'],
.rip .tableContent input[type='password'] {
    min-width: 120px
}

label {
    font-weight: normal;
    display: inline-block;
    max-width: 100%
}

input[type="radio"],
input[type="checkbox"] {
    display: inline;
    filter: alpha(opacity=0);
    opacity: 0;
    position: absolute;
    margin-top: -6px
}

input[type="radio"]+label,
input[type="checkbox"]+label {
    padding-left: 0;
    margin-right: 10px
}

input[type="radio"]:focus+label::before,
input[type="checkbox"]:focus+label::before {
    border: 1px dotted #000
}

.table-form .form-control-text input[type="radio"]+label,
.table-form .form-control-text input[type="checkbox"]+label {
    margin-right: 0
}

input[type="radio"]+label:before,
input[type="checkbox"]+label:before {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 18px
}

input[type="radio"]+label:hover:before,
input[type="checkbox"]+label:hover:before {
    color: #4ec0f1
}

input[type="radio"]:checked+label:before,
input[type="radio"]:checked+label:hover:before,
input[type="checkbox"]:checked+label:before,
input[type="checkbox"][tag="minus"]+label:before,
input[type="checkbox"]:checked+label:hover:before {
    color: #0277a9
}

input[type="radio"][disabled]+label:before,
input[type="radio"]:checked[disabled]+label:before,
input[type="checkbox"][disabled]+label:before,
input[type="checkbox"][tag="minus"][disabled]+label:before,
input[type="checkbox"]:checked[disabled]+label:before {
    cursor: not-allowed;
    color: #a4a4a4
}

input[type="radio"]+label:before {
    content: "\f10c"
}

input[type="radio"]:checked+label:before {
    content: "\f192"
}

input[type="checkbox"]+label:before {
    content: '\f096'
}

input[type="checkbox"][tag="minus"]+label:before {
    content: '\f147'
}

input[type="checkbox"]:checked+label:before {
    content: '\f046'
}

input.startup[type="checkbox"]+label:before {
    line-height: 1.42857
}

input.startup[type="checkbox"]:checked+label:before {
    display: block;
    float: left
}

select {
    display: inline-block;
    height: 34px;
    line-height: 28px;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 0;
    padding-left: calc(12px);
    padding-right: 12px;
    padding-right: calc(0.00px);
    text-indent: 8px;
    text-indent: calc(0.00px);
    font-family: Cisco Sans Light, Source Sans Pro, Georgia, "Times New Roman", "Microsoft YaHei", "é»?ä½?", "å¾®è½¯???é»?", STXihei, "??????ç»?é»?", serif;
    font-size: 14px;
    color: #222;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}

select:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6)
}

select::-moz-placeholder {
    color: #999;
    opacity: 1
}

select:-ms-input-placeholder,
select::-webkit-input-placeholder {
    color: #999
}

:-ms-input-placeholder {
    color: #bbbdbf
}

.loginBox:-ms-input-placeholder {
    color: #222
}

select::-ms-expand {
    background-color: transparent;
    border: 0
}

select[disabled],
select[readonly] {
    background-color: #eee;
    opacity: 1
}

select[disabled] {
    cursor: not-allowed
}

select[multiple],
select[size] {
    height: auto
}

option {
    font-family: Cisco Sans Light, Source Sans Pro, Georgia, "Times New Roman", "Microsoft YaHei", "é»?ä½?", "å¾®è½¯???é»?", STXihei, "??????ç»?é»?", serif
}

option:checked,
option:hover {
    box-shadow: 0 0 10px 100px #b9dce6 inset;
    background: #b9dce6
}

option[disabled] {
    cursor: not-allowed
}

.dropdown-group {
    position: relative
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 1000;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175)
}

.dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5
}

.dropdown-menu>li.active,
.dropdown-menu>li.active:focus,
.dropdown-menu>li.active:hover {
    color: #fff;
    text-decoration: none;
    background-color: #337ab7;
    outline: 0
}

.dropdown-menu>.disabled,
.dropdown-menu>li[disabled],
.dropdown-menu>.disabled:focus,
.dropdown-menu>li[disabled]:focus,
.dropdown-menu>.disabled:hover,
.dropdown-menu>li[disabled]:hover {
    color: #777
}

.dropdown-menu>.disabled:focus,
.dropdown-menu>li[disabled]:focus,
.dropdown-menu>.disabled:hover,
.dropdown-menu>li[disabled]:hover {
    text-decoration: none;
    cursor: not-allowed;
    background-color: transparent;
    background-image: none
}

.dropdown-menu li {
    display: block;
    cursor: pointer;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #222;
    white-space: nowrap
}

.dropdown-menu li:focus,
.dropdown-menu li:hover {
    text-decoration: none;
    background-color: #ddd
}

.dropdown-menu li:last-child {
    border-bottom: 0
}

.btn .caret {
    margin-left: 2px
}

.primary .caret {
    border-top-color: #fff
}

.secondary .caret {
    border-top-color: #333
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent
}

.lobby-tip .tooltip {
    width: 1000px
}

.lobby-tip .tooltip-icon {
    margin-left: 0;
    margin-right: 5px
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: Cisco Sans Regular, Source Sans Pro, Georgia, "Times New Roman", "Microsoft YaHei", "é»?ä½?", "å¾®è½¯???é»?", STXihei, "??????ç»?é»?", serif !important;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  filter: alpha(opacity=0);
  opacity: 0;
  line-break: auto
}

.tooltip.show {
  opacity: 1;
}

.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}

.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.tooltip-inner {
    max-width: 300px;
    border-radius: 4px;
    color: #000;
    padding: 7px 15px 7px 30px;
    text-decoration: none;
    background-color: #ccc;
    border-radius: 6px;
    line-height: 18px;
    padding: 12px
}

.bs-tooltip-top, .bs-tooltip-auto[x-placement^="top"] {
  padding: 0.4rem 0;
}

.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^="top"] .arrow {
  bottom: 0;
}

.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #ccc;
}

.bs-tooltip-right, .bs-tooltip-auto[x-placement^="right"] {
  padding: 0 0.4rem;
}

.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^="right"] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}

.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #ccc;
}

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^="bottom"] {
  padding: 0.4rem 0;
}

.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^="bottom"] .arrow {
  top: 0;
}

.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #ccc;
}

.bs-tooltip-left, .bs-tooltip-auto[x-placement^="left"] {
  padding: 0 0.4rem;
}

.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^="left"] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}

.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #ccc;
}


ul.nav-tabs {
    color: #000;
    width: 100%;
    z-index: 9;
    margin-bottom: 0;
    padding-left: 15px
}

ul.nav-tabs>li {
    height: 43px;
    line-height: 46px;
    cursor: pointer;
    display: inline-block;
    border-radius: 10px 10px 0 0;
    background-color: #d4d4d4;
    border-bottom: 3px solid #d4d4d4;
    margin-right: 1px;
    min-width: 80px;
    text-align: center
}

ul.nav-tabs>li a {
    color: #222;
    font-size: 16px;
    padding: 0 20px;
    text-align: center
}

ul.nav-tabs>li a:hover {
    color: #0096d6;
    text-decoration: none
}

ul.nav-tabs>li a:active,
ul.nav-tabs>li a:focus {
    text-decoration: none
}

ul.nav-tabs>li.selected {
    border-bottom: 3px solid #0096d6;
    background-color: #fff
}

ul.nav-tabs>li.selected a {
    color: #0277a9;
    font-size: 16px
}

.tabs-content {
    height: 100%;
    background-color: #fff;
    padding: 20px;
    margin-left:15px;
}

.loginBox {
    font-size: 14px;
    width: 630px;
    border: 0 none;
    background-color: #fff;
}

.loginBoxNormal {
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%)
}

.loginBoxBanner {
    position: relative;
    top: 50%;
    left: 35%;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -webkit-transform: translateX(0%) translateY(10%);
    -moz-transform: translateX(0%) translateY(10%);
    -ms-transform: translateX(0%) translateY(10%);
    -o-transform: translateX(0%) translateY(10%);
    transform: translateX(0%) translateY(10%)
}

.loginBoxBannerPreview {
    position: relative;
    top: 0%;
    left: 0%;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -webkit-transform: translateX(0%) translateY(0%);
    -moz-transform: translateX(0%) translateY(0%);
    -ms-transform: translateX(0%) translateY(0%);
    -o-transform: translateX(0%) translateY(0%);
    transform: translateX(0%) translateY(0%)
}

.loginBox .loginBanner {
    margin: 8px;
    text-align: center;
    vertical-align: middle;
}

.loginBox .topLogo {
    margin: 25px auto 50px
}

.loginBox .topLogo img {
    height: 60px;
    display: block;
    margin: 0 auto
}

.loginBox .loginTitle {
    color: #222;
    font-size: 35px;
    letter-spacing: 1.5px;
    font-weight: lighter;
    width: 100%;
    text-align: center;
    margin-bottom: 0;
    line-height: 1;
    height: 60px
}

.loginBox table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    margin-top: 60px
}

.loginBox table td {
    text-align: center;
    padding: 0
}

.loginBox .footer {
    text-align: center;
    font-size: 12px;
    margin: 0 10px 10px 10px
}

.loginBox input[type='text'],
.loginBox input[type='password'],
.loginBox select {
    font-size: 16px;
    padding: 10px 0 15px;
    box-shadow: none;
    border: 0 none !important;
    border-bottom: 2px solid #ccc !important;
    width: 200px;
    height: 49px;
    color: #222;
    text-align: center;
    border-radius: 0;
    font-family: Cisco Sans Light, Source Sans Pro, Georgia, "Times New Roman", "Microsoft YaHei", "é»?ä½?", "å¾®è½¯???é»?", STXihei, "??????ç»?é»?", serif !important
}

.loginBox select {
    text-align-last:center;
}

.loginBox input[type='text']:focus,
.loginBox input[type='password']:focus,
.loginBox select:focus {
    border-bottom: 2px solid #14b2e6 !important
}

.loginBox .btn.primary,
.loginBox .btn.primary[disabled],
.loginBox .btn.primary:active,
.loginBox .btn.primary:hover {
    cursor: pointer;
    font-size: 16px;
    height: 40px;
    width: 70px;
    line-height: 0
}

.login-err-msg {
    color: #ff493c;
    height: 40px;
    width: 500px;
    position: absolute;
    top: 200px;
    left: 0;
    line-height: 40px;
    text-align: center
}

.loginBox .login-err-msg i {
    margin-right: 4px
}

.login-spinner {
    font-size: 40px;
    position: absolute
}

.loading-spinner {
    font-size: 30px;
    position: absolute
}

.getStarted {
    font-size: 19px
}

.getStarted a,
.getStarted .link-style {
    cursor: pointer;
    font-size: 16px;
    color: #0096d6
}

.getStarted .link-style:hover,
.getStarted .link-style:focus {
    color: #23527c
}

.getStarted p {
    margin-bottom: 22px;
    margin-top: 0;
    font-size: 14px
}

.getStarted .gs {
    color: #222;
    font-size: 24px;
    font-weight: 400
}

.getStarted .other-resource {
    margin: 16px 0 30px 13px;
    vertical-align: middle;
    font-size: 16px
}

.getStarted .other-resource tr td {
    padding-bottom: 20px;
    padding-right: 2px
}

.getStarted .nav-list-table {
    margin-bottom: 9px
}

.getStarted .nav-list-table tr>td:first-child {
    width: 24px;
    height: 24px;
    padding-right: 13px
}

.getStarted .nav-list-table tr:nth-child(2)>td:nth-child(2) {
    padding-top: 10px
}

.font-green {
    color: #46af4a
}

.font-red {
    color: #a94441
}

.font-red2 {
    color: #ff493c
}

.col50 {
    width: 50%;
    float: left;
    padding-bottom: 15px
}

.col-line {
    padding-right: 10px
}

.info-line {
    padding: 25px 0 10px 15px;
}

.summary-sub-title,
table.table-info tbody tr td.summary-sub-title {
    font-size: 19px;
    padding: 25px 0 10px 15px;
    font-weight: bold
}

.clear-both {
    clear: both
}

table.table-info thead tr th {
    text-align: left
}

.table-form table.table-info tr td,
.table-form table.table-info tbody tr td,
table.table-info tr td,
table.table-info tbody tr td {
    padding: 13px 8px 0 15px
}

table.table-info.table-summary tr td:first-child {
    white-space: nowrap
}

table.table-info.table-summary tr td:nth-child(2) {
    word-break: break-all
}

.table-form table.table-info tr:first-child td,
.table-form table.table-info tr:first-child td:first-child,
.table-form table.table-info tbody tr:first-child td,
.table-form table.table-info tbody tr:first-child td:first-child {
    padding-top: 0
}

.form-first-line-label {
    padding-top: 9px !important
}

table.table-info input[readonly] {
    margin-right: 8px
}

table.row-table>tbody>tr>td {
    vertical-align: top
}

table.row-table>tbody>tr>td:first-child,
table.row-table>tbody>tr>td:last-child {
    background-color: #fff
}

table.row-table>tbody>tr>td:nth-child(2n) {
    width: 10px
}

table.row-table>tbody>tr>td:first-child {
    width: 50%
}

.right-align {
    text-align: right
}

.tableTitle {
    font-size: 15px;
    font-weight: bold;
    border-bottom: 1px solid #e7eaec;
    padding: 14px 15px 7px 15px;
    margin-left:15px;
    background-color: #fff;
    position: relative
}

.tableTitle .tbHeadIcon {
    position: absolute;
    right: 15px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    cursor: pointer
}

.tableTitle .tbHeadIcon:after {
    content: "\e113"
}

.tableTitle.down .tbHeadIcon:after {
    content: "\e114"
}

.tableContent {
    padding: 15px 20px 20px 20px;
    background-color: #fff;
    font-size: 14px;
    margin-bottom: 3px;
    margin-left:15px;
    overflow: auto
}

.tableContent.up {
    display: none
}

.tableContent .tableMenu {
    height: 23px;
    position: relative;
    vertical-align: middle
}

.tableContent .tableMenu+table,
.tableContent .tableMenu+div>table {
    width: 100%
}

.tableContent .tableMenu-big {
    height: 34px
}

.tableContent .tableMenu-big .btnIcon {
    margin-top: 7px
}

.left,
.tableContent .tableMenu .left {
    float: left
}

.right,
.tableContent .tableMenu .right {
    float: right
}

.tableContent .tableMenu .dropdown-group {
    display: inline-block
}

.tableContent .tableMenu .dropmenu-box {
    color: #0890be;
    padding-left: 20px;
    left: -300%
}

.tableContent .tableMenu .dropmenu-box li {
    color: #0890be;
    padding: 3px 0
}

.tableContent .tableMenu .tablesearch-box {
    width: 7px;
    margin-top: 0;
    float: left;
    height: 18px;
    padding-top: 8px
}

.table-info .no-colon .btnIcon {
    margin: 0
}

.tableContent .paging tbody tr:hover .btnIcon,
.tableContent tbody tr:hover .btnIcon {
    background-color: #f5f5f5
}

.tableContent .paging tr.selected .btnIcon,
.tableContent tr.selected .btnIcon {
    background-color: #d9edf7
}

.tableContent .contentBtn .btnIcon {
    background-color: #d9edf7
}

.tableContent .btnIcon,
.btnIcon {
    cursor: pointer;
    border: 0 none;
    background-color: #fff;
    margin: 0 0 0 8px;
    padding: 0;
    font-size: 20px;
    float: left
}

.tableContent .btnIcon i,
.btnIcon i {
    font-size: 20px;
    color: #0890be;
    cursor: pointer;
    width: 20px
}

.tableContent .btnIcon i.fa-credit-card,
.btnIcon i.fa-credit-card {
    font-size: 18px
}

.tableContent .btnIcon .caret {
    width: 0
}

.tableContent .btnIcon.small {
    width: 20px;
    height: 20px
}

.tableContent .btnIcon.small i {
    display: block;
    margin: 0
}

.tableContent .auto-scroll {
    width: 100%;
    overflow: auto
}

.tableContent .auto-scroll>table {
    width: 100%;
    min-width: 100%;
    border-collapse: separate
}

.tableContent.flex .paging {
    display: flex;
    flex-flow: column;
    height: 100%;
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
    background-color: transparent
}

.tableContent.flex table {
    table-layout: fixed;
    width: 100%
}

.tableContent.flex .paging thead,
.tableContent.flex .paging tbody,
.tableContent.flex thead,
.tableContent.flex tbody {
    width: 100%
}

.tableContent .paging tr.selected,
.tableContent tr.selected {
    background-color: #d9edf7
}

.tableContent .paging thead td,
.tableContent .paging thead th,
.tableContent .paging tbody td,
.tableContent .paging tbody th,
.tableContent .paging tfoot td,
.tableContent .paging tfoot th,
.tableContent thead td,
.tableContent thead th,
.tableContent tbody td,
.tableContent tbody th,
.tableContent tfoot td,
.tableContent tfoot th {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    white-space: nowrap
}

.tableContent .paging thead td,
.tableContent .paging thead th,
.tableContent .paging tbody td,
.tableContent .paging tbody th,
.tableContent .paging tfoot td,
.tableContent .paging tfoot th,
.tableContent thead td:last-child,
.tableContent thead th:last-child,
.tableContent tbody td:last-child,
.tableContent tbody th:last-child,
.tableContent tfoot td:last-child,
.tableContent tfoot th:last-child {
    width:100%
}
.wrap {
    white-space: normal
}
.nomalspace {
    white-space: normal
}

.tableContent .paging tr.valign-m td,
.tableContent tr.valign-m td {
    vertical-align: middle
}

.tableContent .paging tbody td,
.tableContent .paging tfoot td,
.tableContent tbody td {
    border-bottom: 1px solid #ddd
}
.tableContent tfoot td {
    border-bottom: 0px solid #ddd
}

.tableContent tbody tr:last-child td {
    border-bottom: 0px solid #ddd
}

.tableContent.flex .paging thead,
.tableContent.flex thead {
    flex: 0 0 auto;
    width: calc(99.9%);
    width: -moz-calc(99.9%);
    width: -webkit-calc(99.9%)
}

.y-scroll .tableContent thead {
    width: calc(99.9%);
    width: -moz-calc(99.9%);
    width: -webkit-calc(99.9%);
    display: table;
    table-layout: fixed
}

.y-scroll .tableContent tbody {
    display: block;
    overflow-y: auto
}

.y-scroll .tableContent tbody tr {
    display: table;
    table-layout: fixed;
    width: 100%
}

.tiny {
    width: 100%;
    overflow: visible
}

.tiny tbody {
    max-height: 200px;
    overflow: auto
}

.tiny.rate {
    padding: 0 20px
}

.tableContent .paging thead:first-child>tr:first-child>td,
.tableContent .paging thead:first-child>tr:first-child>th,
.tableContent thead:first-child>tr:first-child>td,
.tableContent thead:first-child>tr:first-child>th {
    border-top: 0
}

.tableContent .paging thead th,
.tableContent thead th {
    vertical-align: bottom;
    border-bottom: 3px solid #0096d6;
    text-overflow: ellipsis;
    overflow: hidden;
    padding: 8px 7px;
    line-height: 1.42857143;
    text-align: left
}

.tableContent .paging tbody tr:hover,
.tableContent tbody tr:hover {
    background-color: #f5f5f5
}

.tableContent .paging tbody tr td,
.tableContent tbody tr td,
.tableContent .paging tbody tr td>label,
.tableContent tbody tr td>label {
    text-overflow: ellipsis;
    overflow: hidden
}

.tabs-content .tableContent.tiny {
    padding: 0
}

.tableContent.tiny.right-label table {
    width: 100%
}

.tableContent.tiny.right-label .paging thead,
.tableContent.tiny.right-label thead,
.tableContent.tiny.right-label .paging tbody,
.tableContent.tiny.right-label tbody {
    display: table-row-group
}

.tableContent.tiny.right-label .paging thead tr,
.tableContent.tiny.right-label thead tr,
.tableContent.tiny.right-label .paging tbody tr,
.tableContent.tiny.right-label tbody tr {
    display: table-row
}

.tableContent .paging>caption+thead>tr:first-child>td,
.tableContent .paging>caption+thead>tr:first-child>th,
.tableContent .paging>colgroup+thead>tr:first-child>td,
.tableContent .paging>colgroup+thead>tr:first-child>th,
.tableContent>caption+thead>tr:first-child>td,
.tableContent>caption+thead>tr:first-child>th,
.tableContent>colgroup+thead>tr:first-child>td,
.tableContent>colgroup+thead>tr:first-child>th {
    border-top: 0
}

.tableContent .hasCheckbox.paging tr th:first-child,
.tableContent .hasCheckbox.paging tr td:first-child,
.tableContent .hasCheckbox tr th:first-child,
.tableContent .hasCheckbox tr td:first-child {
    width: 34px;
    overflow: visible;
    text-overflow: unset
}

.tableContent .hasCheckbox.paging tr th:first-child>label,
.tableContent .hasCheckbox.paging tr td:first-child>label,
.tableContent .hasCheckbox tr th:first-child>label,
.tableContent .hasCheckbox tr td:first-child>label {
    overflow: visible;
    text-overflow: unset
}

.tableContent .hasCheckbox tr td .inner-table tr td:first-child,
.tableContent .hasCheckbox tr td .inner-table td table tr td:first-child {
    width: auto
}

.tableContent .hasCheckbox.hasIndex.paging tr th:nth-child(2),
.tableContent .hasCheckbox.hasIndex.paging tr td:nth-child(2),
.tableContent .hasCheckbox.hasIndex tr th:nth-child(2),
.tableContent .hasCheckbox.hasIndex tr td:nth-child(2) {
    width: 30px
}

.tableContent .hasSort.paging tr th i {
    padding-left: 10px
}

.tableContent select,
.multi-table select {
    height: 22px;
    line-height: 18px;
    font-size: 14px;
    padding: 0;
    text-indent: 0
}

.rip .tableContent tbody td {
    padding: 6px
}

.rip .tableContent thead th:first-child,
.rip .tableContent tbody td:first-child {
    width: 80px
}

.switchQos .tableContent thead th {
    padding: 8px 0;
    text-align: center;
    vertical-align: middle
}

.switchQos .tableContent tbody tr td {
    text-align: center
}

.portSetting .table-form .form-control-select {
    width: 80px
}

.portSetting .tableContent.has-extra tbody td:not(:first-child),
.portSetting .tableContent.has-extra thead th:not(:first-child) {
    width: 10%
}

.portSetting .tableContent.has-extra tbody td:last-child,
.portSetting .tableContent.has-extra thead th:last-child {
    width: 50%
}

.dhcpSetting .tableContent tbody td,
.dhcpSetting .tableContent thead th {
    padding: 0 8px;
    height: 40px;
    vertical-align: middle;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap
}

.dhcpSetting .tableContent tbody td:last-child,
.dhcpSetting .tableContent thead th:last-child {
    width: 50%
}

.tableContent .inner-table,
.tableContent .inner-table tbody {
    display: inline-table;
    table-layout: auto;
    width: 100%
}

.tableContent .inner-table tbody tr {
    table-layout: auto;
    display: table-row-group
}

.tableContent .inner-table tbody td {
    white-space: nowrap;
    text-overflow: unset;
    padding: 0 8px 2px 0;
    border: 0
}

.tableContent .inner-table input[type="radio"]+label,
.tableContent .inner-table input[type="checkbox"]+label {
    margin-right: 0
}

.tableContent .inner-table input[type="radio"]+label:before,
.tableContent .inner-table input[type="checkbox"]+label:before {
    width: 16px
}

.tableContent .inner-table.radv-table {
    width: auto;
    float: left
}

.tableContent .inner-table.radv-table:not(:last-child) {
    margin-right: 15px
}

.tableContent td.has-nor-btn {
    padding: 3px 8px
}

.tableContent table td.has-nor-btn button {
    height: 29px
}

.tableContent table td.has-nor-btn .btnIcon {
    font-size: 14px
}

.tableContent table td.has-nor-btn .btnIcon i {
    width: auto
}

.tableContent table button.btn.primary {
    height: 29px;
    padding: 0 8px
}

.no-ellipsis td {
    text-overflow: unset !important
}

.table-page-list {
    height: 35px;
    margin-top: 5px
}

.table-page-list .pagination {
    margin: 0;
    float: left
}

.table-page-list .page-selectli {
    margin: 25px 20px
}

.table-page-list .page-selectli select {
    display: inline;
    width: 80px;
    padding: 9px
}

.table-page-list .page-total {
    margin: 5px 10px 5px 5px;
    display: inline-block;
    float: right
}

.form-control-tablepage {
    position: relative;
    display: table-cell
}

.vlanConfig .form-control-tablepage {
    display: inline
}

.form-control-tablepage .form-control-box {
    position: relative
}

.form-control-tablepage .table-edit {
    padding: 0;
    border: 0;
    height: 20px;
    line-height: 1.42857143;
    transition: border-color ease-in-out 0, box-shadow ease-in-out 0
}

.form-control-tablepage .form-control-feedback {
    width: 20px;
    height: 20px;
    line-height: 20px;
    top: -1px
}

.form-control-tablepage .help-block {
    display: none;
    padding-top: 5px;
    white-space: normal
}

.form-control-tablepage+.form-control-text {
    padding-right: 8px;
    padding-top: 0;
    padding-left: 8px;
    position: relative;
    display: table-cell
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0
}

.pagination>li {
    display: inline;
    cursor: pointer
}

.pagination>li.separate {
    cursor: default
}

.pagination>li>a,
.pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff
}

.pagination>li>span:hover,
.pagination>li>span:focus {
    background-color: #eee
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
    margin-left: 0
}

.pagination>li:last-child>a:focus,
.pagination>li:last-child>a:hover,
.pagination>li:last-child>span:focus,
.pagination>li:last-child>span:hover {
    z-index: 2;
    color: #23527c;
    background-color: #eee
}

.pagination .active>a,
.pagination .active>a:focus,
.pagination .active>a:hover,
.pagination .active>span,
.pagination .active>span:focus,
.pagination .active>span:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #337ab7
}

.pagination .disabled>a,
.pagination .disabled>a:focus,
.pagination .disabled>a:hover,
.pagination .disabled>span,
.pagination .disabled>span:focus,
.pagination .disabled>span:hover {
    color: #777;
    cursor: not-allowed;
    background-color: #fff
}

.uploadLine>div {
    position: absolute;
    overflow: hidden;
    height: 34px
}

.uploadCell {
    opacity: 0;
    filter: alpha(opacity=0);
    z-index: 102;
    position: absolute;
    height: 40px;
    font-size: 110px;
    right: 0;
    top: 0
}

.uploadCellSmall {
    opacity: 0;
    filter: alpha(opacity=0);
    z-index: 102;
    position: absolute;
    left: 0;
    top: 0
}

.uploadBtn {
    position: relative
}

.uploadBtnRight {
    position: relative;
    float: right
}

.uploadText {
    padding: 8px;
    margin: 8px
}

.uploadLine>.msg-error {
    float: left;
    padding-top: 34px
}

.btn-open-new::after {
    content: "..."
}

.pageTitle {
    font-size: 24px;
    font-weight: normal;
    line-height: 24px;
    position: fixed;
    top: 80px;
    width: 100%;
    background-color: #eee;
    left: 0;
    z-index: 998;
    padding-left: 30px
}

.expanded .pageTitle {
    padding-left: 280px
}

.pageTitle>div:first-child {
    padding-right: 5px;
    white-space: nowrap;
    background-color: #eee;
    float: left;
    padding-top: 5px
}

.subTitle {
    font-size: 19px;
    margin: 25px 0 25px 15px
}

.hr {
    border-top: 2px solid #ccc
}

.subTitle.hr {
    margin: 0;
    padding: 27px 0 15px 0
}

.table-form td.hr:first-child {
    padding-top: 7px
}

.table-form td.hr:first-child::after {
    content: ""
}

.table-form {
    width: auto
}

.table-form tr {
    vertical-align: top
}

.table-form td {
    padding-top: 10px;
    padding-right: 8px;
    white-space: nowrap
}

.table-form td:first-child {
    padding-left: 15px;
    padding-top: 10px
}

.table-form>tbody>tr>td.no-colon:first-child::after,
.table-form.table-tree>tbody>tr>td:first-child::after,
.table-info td.no-colon:first-child::after,
.table-form .no-colon::after,
.summary-sub-title::after,
table.table-info tbody tr td.summary-sub-title:first-child::after {
    content: ""
}

.table-form>tbody>tr>td:first-child::after,
.table-info td:first-child::after,
.has-colon::after {
    content: ":"
}

.radio-colon .form-control-cbrd label:after {
    content: ":"
}

.table-form .tableContent td:first-child {
    padding: 8px
}

.table-form.table-normal-space td {
    white-space: normal
}

.table-form>tbody>tr:first-child td {
    padding-top: 0
}

.table-form td.note-link:first-child {
    padding-top: 10px;
    padding-bottom: 0
}

.table-form td.subTitle {
    padding: 25px 0;
    margin: 0
}

.table-form td.subTitle::after {
    content: ""
}

.table-form td.small-line {
    padding-top: 10px
}

.table-form td.has-tip {
    padding-top: 15px
}

.table-form>tbody>tr:first-child td.small-line:first-child {
    padding-top: 0
}

.table-form .form-control-input,
.table-form .form-control-select {
    position: relative;
    width: 100%;
    max-width: 200px
}

.table-form .form-control-input input,
.table-form .form-control-select select {
    width: 100%;
    max-width: 200px
}

.table-form .form-control-group,
.table-form .form-static-group {
    position: relative;
    display: table-cell;
    width: 300px
}

.table-form .form-control-group .form-control-input,
.table-form .form-control-group .form-control-select,
.table-form .form-control-group .form-control-button,
.table-form .form-static-group .form-control-input,
.table-form .form-static-group .form-control-select,
.table-form .form-static-group .form-control-button {
    display: table-cell
}

.table-form .time-selection .form-control-input,
.table-form .time-selection .form-control-select {
    width: auto
}

select.offset-selection {
    width: 101px;
    float: left;
    margin-right: 8px
}

.table-form .form-static-group .form-control-input input {
    width: 100%;
    padding: 6px 12px 6px 0;
    text-indent: 12px
}

.table-form .form-static-group .form-control-select select {
    width: 100%
}

.table-form .log-form .form-control-input,
.table-form .log-form .form-control-select {
    width: 120px
}

.after-static-group {
    position: absolute;
    top: 8px;
    left: 8px
}

.table-form .time-selection .form-control-input input {
    width: 80px
}

.table-form .time-selection .form-control-select select {
    width: auto
}

.table-form .form-control-group .msg-error,
.table-form .form-control-select .msg-error,
.table-form .form-control-input .msg-error {
    width: 300px;
    display: none;
    padding-top: 4px;
    white-space: normal
}

.table-form .form-control-group .msg-error {
    padding-top: 0;
    width: 300px
}

.table-form .form-control-group .form-control-line:not(:last-child) {
    padding-bottom: 10px
}

.table-form .form-control-group .form-control-line>.form-control-feedback {
    top: -17px;
    left: 90%
}

.table-form .form-control-group .form-control-icon {
    right: -10px;
    top: 7px
}

.table-form .form-control-group+.form-control-text {
    padding-left: 18px
}

.table-form .form-control-text {
    padding-right: 8px;
    padding-top: 8px;
    padding-bottom: 8px;
    position: relative;
    display: table-cell
}

.form-control-text2 {
    padding: 8px;
    position: relative;
    display: table-cell
}

.table-form .form-radio-group {
    padding-top: 8px
}

.table-form .form-control-input+.form-control-text,
.table-form .form-control-button+.form-control-text,
.table-form .form-control-input+.form-control-input,
.table-form .form-control-select+.form-control-text,
.table-form .form-control-input+.form-control-button {
    padding-left: 8px
}

.table-form .form-static-group .form-control-input+.form-control-text {
    padding-left: 0;
    padding-right: 0
}

.table-form .form-control-button {
    padding: 0;
    position: relative;
    display: table-cell
}

.table-form .form-control-box,
.table-form .form-control-line {
    position: relative;
    display: block
}

.table-form .form-one-line.width-limit {
    max-width: 300px
}

.table-form .form-one-line .form-control-select,
.table-form .form-one-line .form-control-input,
.table-form .form-one-line .form-control-text {
    float: left
}

.table-form .form-one-line .form-control-select+.form-control-select {
    margin-left: 8px
}

.table-form .rc-line {
    padding-top: 20px;
    padding-bottom: 4px
}

.wifiBasicConfig .table.table-form>tbody>tr>td:first-child {
    width: 219px
}

.wifiBasicConfig .table.table-form .form-control-select,
.wifiBasicConfig .table.table-form .form-control-input {
    width: 300px
}

.wps .form-one-line {
    float: left
}

.wps .form-one-line:not(:last-child) {
    margin-right: 15px
}

.wps .table-form .no-padding {
    line-height: 42px
}

.form-one-line.lobby-time .form-control-select {
    width: auto
}

.table-form .oneline-table td {
    padding: 0 !important
}

.table-form .oneline-table .form-control-cbrd {
    padding-top: 8px
}

.oneline-table2 td {
    width: auto !important;
    border: 0 none !important;
    padding: 0 2px 0 0 !important
}

.oneline-table2 tr {
    table-layout: unset !important
}

.sub-line td:first-child {
    padding-left: 18px
}

.sub-line2 td:first-child {
    padding-left: 36px
}

.table-info td {
    padding: 4px
}

.form-control-feedback {
    position: absolute;
    right: 0;
    z-index: 2;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    pointer-events: none
}

.table-form .form-control-select .form-control-feedback {
    margin-right: 15px
}

.table-form .tr-plain-text td {
    padding-bottom: 15px;
    white-space: normal
}

.table-form .disabledContent td {
    color: #bbbdbf
}

.has-error input,
.has-error textarea {
    border-color: #a94441;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075)
}

.has-error input:focus,
.has-error select:focus,
.has-error textarea:focus {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483
}

.has-success {
    color: #222
}

.glyphicon-ok {
    display: none
}

.pageButtons {
    margin-top: 0;
    margin-right: 15px;
    float: right;
    min-width: 200px
}

.pageButtons.singleBtn {
    min-width: auto
}

.pageButtons.threeBtns {
    min-width: 280px
}

.pageButtons .btn {
    margin-top: 0;
    margin-left: 0 !important;
    margin-right: 15px;
    float: right
}

.configMgmt .pageButtons .btn {
    margin-top: 5px
}

@media screen and (max-width:716px) {
    .expanded .topMultiBtns {
        margin-top: 44px
    }
}

@media screen and (max-width:466px) {
    .topMultiBtns {
        margin-top: 44px
    }
}

hr {
    border: 1px solid #ccc;
    margin: 5px 0 0 15px
}

ul.ul-in-table {
    margin: 0
}

ul.ul-in-table>li {
    float: left;
    margin-right: 10px
}

dir {
    padding: 0;
    margin: 0
}

dir a {
    padding: 0;
    text-decoration: underline
}

.cp-table {
    width: 100%
}

.cp-table-auto {
    width: auto;
    margin: auto
}

.cp-title-tb {
    margin-bottom: 20px
}

.cp-logo-td {
    padding: 20px;
    vertical-align: middle;
    text-align: center
}

.cp-logo-td img {
    max-width: 80px;
    max-height: 40px
}

.cp-company-name-td {
    font-size: large;
    vertical-align: middle;
    width: 99%
}

.cp-login-box {
    padding-left: 5px;
    padding-right: 10px;
    vertical-align: top
}

.cp-login-box table>tbody>tr:first-child td {
    padding-bottom: 20px;
    font-size: 18px;
    text-align: center
}

.cp-login-box table>tbody>tr:nth-child(2) td,
.cp-login-box table>tbody>tr:nth-child(3) td {
    padding-bottom: 10px
}

.cp-login-box table>tbody>tr:not(:last-child)>td {
    white-space: nowrap
}

.cp-login-box input {
    width: 110px;
    height: 20px;
    display: inline-block;
    line-height: 20px;
    padding: 0 12px;
    font-size: 14px;
    color: #222;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    font-family: Cisco Sans Light, Source Sans Pro, Georgia, "Times New Roman", "Microsoft YaHei", "é»?ä½?", "å¾®è½¯???é»?", STXihei, "??????ç»?é»?", serif !important
}

.cp-login-box input:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6)
}

.cp-login-box button {
    margin: 20px 0;
    font-size: 14px;
    border-radius: 4px;
    padding: 6px 12px;
    line-height: 1.42857143;
    border: 1px solid #2e6da4;
    background-image: none;
    color: #fff;
    background-color: #337ab7
}

.cp-login-box button[disabled] {
    cursor: not-allowed;
    box-shadow: none;
    opacity: .65
}

.cp-login-box textarea[disabled] {
    cursor: default
}

.cp-agreement-box {
    width: 70%;
    padding-right: 10px;
    vertical-align: bottom
}

.cp-agreement-box textarea {
    width: 100%;
    height: 200px
}

.cp-agreement-box input[type='checkbox'] {
    display: none
}

.cp-agreement-box input[type='checkbox']+label {
    font-weight: normal;
    display: inline-block;
    max-width: 100%
}

.cp-agreement-box input[type='checkbox']+label:before {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    content: '\f096';
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 18px;
    color: inherit
}

.cp-agreement-box input[type='checkbox']:checked+label:before {
    content: '\f046';
    color: inherit
}

.dhcpSetting tr[id^='dhcp']>td:not(:first-child),
.dhcpSetting tr[id^='option']>td:not(:first-child) {
    cursor: pointer
}

.fwRuleCtrl .tableContent tr th:first-child,
.fwRuleCtrl .tableContent tr td:first-child {
    width: 40px
}

.fwRuleCtrl .tableContent tr th:nth-child(2),
.fwRuleCtrl .tableContent tr th:nth-child(3),
.fwRuleCtrl .tableContent tr th:nth-child(4),
.fwRuleCtrl .tableContent tr td:nth-child(2),
.fwRuleCtrl .tableContent tr td:nth-child(3),
.fwRuleCtrl .tableContent tr td:nth-child(4) {
    width: 80px
}

.fwRuleCtrl .tableContent tr th:nth-child(6),
.fwRuleCtrl .tableContent tr td:nth-child(6) {
    width: 125px
}

.fwRuleCtrl .tableContent tr th:nth-child(8),
.fwRuleCtrl .tableContent tr td:nth-child(8) {
    width: 150px
}

.fwRuleCtrl .tableContent tr th:last-child,
.fwRuleCtrl .tableContent tr td:last-child {
    width: 100px
}

.fwRuleCtrl .table-form .form-control-input,
.fwRuleCtrl .table-form .form-control-select {
    width: 180px
}

.fwRuleCtrl .table-form td:first-child {
    width: 164px
}

.PolicyNatCtrl .tableContent tr th:first-child,
.PolicyNatCtrl .tableContent tr td:first-child {
    width: 40px
}

.PolicyNatCtrl .tableContent tr th:nth-child(2),
.PolicyNatCtrl .tableContent tr th:nth-child(3),
.PolicyNatCtrl .tableContent tr td:nth-child(2),
.PolicyNatCtrl .tableContent tr td:nth-child(3) {
    width: 7%
}

.PolicyNatCtrl .tableContent tr th:nth-child(4),
.PolicyNatCtrl .tableContent tr th:nth-child(5),
.PolicyNatCtrl .tableContent tr td:nth-child(4),
.PolicyNatCtrl .tableContent tr td:nth-child(5) {
    width: 9%
}

.PolicyNatCtrl .tableContent tr th:nth-child(6),
.PolicyNatCtrl .tableContent tr th:nth-child(9),
.PolicyNatCtrl .tableContent tr td:nth-child(6),
.PolicyNatCtrl .tableContent tr td:nth-child(9) {
    width: 12%
}

.PolicyNatCtrl .tableContent tr th:nth-child(7),
.PolicyNatCtrl .tableContent tr th:nth-child(10),
.PolicyNatCtrl .tableContent tr td:nth-child(7),
.PolicyNatCtrl .tableContent tr td:nth-child(10) {
    width: 14%
}

.PolicyNatCtrl .tableContent tr th:nth-child(8),
.PolicyNatCtrl .tableContent tr th:nth-child(11),
.PolicyNatCtrl .tableContent tr td:nth-child(8),
.PolicyNatCtrl .tableContent tr td:nth-child(11) {
    width: 8%
}

.no-padding {
    padding-top: 0 !important
}

.all-no-padding {
    padding: 0 !important
}

.top-padding {
    padding-top: 15px !important
}

.top-padding10 {
    padding-top: 10px !important
}

.top-space {
    margin-top: 15px !important
}

.top-space10 {
    margin-top: 10px !important
}

.top-space20 {
    margin-top: 20px !important
}

.top-no-space {
    margin-top: 0 !important
}

.bottom-space {
    margin-bottom: 15px !important
}

.bottom-space10 {
    margin-bottom: 10px !important
}

.bottom-space5 {
    margin-bottom: 5px !important
}

.bottom-padding {
    padding-bottom: 15px !important
}

.bottom-no-space {
    margin-bottom: 0 !important
}

.title-msg {
    font-weight: normal;
    padding-left: 10px
}

.title-msg i {
    padding-right: 5px
}

.table-tree tr:first-child td:first-child {
    width: 330px
}

.table-tree tr:first-child td {
    padding-top: 0 !important;
    padding-bottom: 10px
}

.table-tree tr:first-child td i {
    cursor: pointer
}

.table-tree tr:not(:first-child) td {
    white-space: normal !important;
    padding-top: 0 !important;
    padding-bottom: 10px !important
}

.table-tree tr:not(:first-child) td:first-child {
    padding-left: 40px !important
}

.qos-inner-tb-2 thead tr th:first-child,
.qos-inner-tb-2 tbody tr td:first-child {
    width: 80px
}

.qos-inner-tb-3 thead tr th:first-child,
.qos-inner-tb-3 tbody tr td:first-child {
    width: 80px
}

.qos-inner-tb-4 thead tr th:first-child,
.qos-inner-tb-4 tbody tr td:first-child {
    width: 80px
}

.details-tooltip {
    max-width: 600px;
    background: #ccc;
    color: #000;
    border: 1px solid #c4c4c4;
    border-radius: 5px;
    padding: 2px 15px 15px;
    position: absolute;
    display: none
}

.details-tooltip hr {
    border-color: #000
}

.details-tooltip td:first-child i {
    position: absolute;
    font-size: 22px
}

.details-tooltip td:first-child div {
    padding-left: 30px
}

table.import-dialog td {
    padding: 4px;
    font-size: 14px
}

table.import-dialog a {
    font-size: 16px
}

.table-form .checkbox-lists tr:first-child td {
    padding-top: 0
}

.table-form .checkbox-lists tr:not(:first-child) td {
    padding-top: 10px
}

.table-full,
.table-full2 {
    width: 100%
}

.table-full>tbody>tr>td:last-child {
    width: 90%
}

.ngdialog-body.wizard {
    position: relative;
    padding: 24px 15px 15px 15px;
    font-size: 16px
}

.wizard-navigation {
    width: 245px;
    height: 450px;
    float: left;
    font-size: 17px
}

.wizard-navigation div {
    margin-bottom: 9px;
    padding: 6px 2px 6px 58px;
    position: relative;
    font-size: 19px;
    color: #ddd;
    position: relative;
    text-indent: -24px
}

.wizard-navigation div:before {
    content: " ";
    width: 32px;
    display: inline-block;
    font-size: 24px;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    left: 24px
}

.wizard-navigation>div.step-complete::before {
    content: "\f058";
    color: #0096d6
}

.wizard-navigation>div.step-running {
    background-color: #0096d6;
    border-radius: 5px;
    color: #fff
}

.wizard-content {
    position: absolute;
    top: 30px;
    right: 15px;
    left: 275px;
    bottom: 15px;
    overflow: auto;
    padding-left: 1px
}

.wizard-content .table-form .form-control-input,
.wizard-content .table-form .form-control-select {
    display: block;
    width: auto
}

.wizard-content .table-form .form-control-box,
.wizard-content .table-form .form-control-line {
    margin-right: 0
}

.wps .table-form .wps-one-line .form-control-text,
.wps .table-form .wps-one-line .form-control-input,
.wps .table-form .wps-one-line .form-control-select {
    display: inline-block;
    float: left
}

.wps .table-form .wps-one-line .form-control-select {
    width: auto
}

.wps .table-form .wps-one-line .form-control-input {
    width: 100px
}

.wizard-dialog .row {
    width: 100%
}

.wizard-dialog .row .col50 {
    padding-bottom: 0
}

.wizard-dialog .row,
.wizard-dialog .row .col50 {
    float: left
}

.wizard-dialog .table-level-2 tr:not(:first-child) td:first-child {
    padding-left: 15px
}

.wizard-dialog .table-level-2:first-child {
    margin-left: 15px
}

td.ipsec-width1 {
    width: 197px
}

td.ipsec-width2 {
    width: 120px
}

.siteToSiteConfig .tabs1.manual .table.table-form td:first-child {
    width: 146px
}

.siteToSiteConfig .tabs1.auto .table.table-form td:first-child {
    width: 299px
}

.siteToSiteConfig .table-form .form-control-input input,
.siteToSiteConfig .table-form .form-control-select select {
    width: 300px
}

.timeCtrl .table.table-form>tbody>tr>td:first-child {
    width: 181px
}

.logCtrl .table.table-form>tbody>tr>td:first-child {
    width: 180px
}

.mainWarningBoxSmall i {
    color: #f7a031;
    padding-right: 3px
}

.mainWarningBoxSmall {
    background-color: #fcf0c3;
    padding: 10px
}

.mainWarningBox {
    background-color: #fcf0c3;
    padding: 30px 10px 30px 40px;
    position: relative
}

.mainWarningBox::before {
    color: #f7a031;
    content: "\f071";
    display: inline-block;
    font-family: FontAwesome;
    font-size: 20px;
    position: absolute;
    top: 25px;
    left: 10px
}

.mainWarningBox .table-info tr:first-child td {
    padding-top: 0
}

.mainWarningBox .table-info tr.sub-line td:first-child::before {
    content: "*";
    margin-right: 8px;
    margin-left: -18px
}

.autoWidthWarning {
    width: auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    white-space: normal
}

.str-upper {
    text-transform: uppercase
}

.pwd-strength {
    width: 100%;
    height: 27px;
    max-width: 300px
}

.pwd-strength>div {
    border: 1px solid #ccc;
    float: left;
    height: 100%
}

.pwd-strength>div:first-child {
    width: 32%;
    border-radius: 5px 0 0 5px
}

.pwd-strength>div:not(:first-child) {
    width: 33%;
    margin-left: 1%
}

.pwd-strength>div:last-child {
    border-radius: 0 5px 5px 0
}

.pwd-strength.pwd-strength-red>div:first-child {
    background-color: #ff493c
}

.pwd-strength.pwd-strength-yellow>div:not(:last-child) {
    background-color: #f7a031
}

.pwd-strength.pwd-strength-green>div {
    background-color: #6e922b
}

.infoBox {
    padding: 15px;
    border: 1px #e7eaec solid;
    border-radius: 5px;
    background-color: #fff
}

.infoBox .fa-info-circle {
    margin-right: 10px;
    color: #6e922b
}

.infoBox.table-info td:first-child::after {
    content: ""
}

.wps-waiting {
    padding: 20px;
    font-size: 16px
}

.license-success {
    padding: 20px;
    font-size: 16px
}

.wps-waiting i {
    padding: 5px 15px
}

.dialog-waiting {
    padding: 10px 15px
}

.license-warning td:first-child,
.license-error td:first-child,
.license-success td:first-child {
    vertical-align: top;
    padding-right: 15px
}

#frmSwitchClassification select {
    width: 100%;
    max-width: 120px
}

.multi-table {
    padding: 15px 20px 20px 20px;
    background-color: #fff;
    font-size: 14px;
    margin-bottom: 3px;
    float: left;
    width: 100%
}

.multi-table thead th,
.multi-table tbody td {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    white-space: nowrap;
    width: 50%
}

.multi-table tbody td {
    border-top: 1px solid #ddd
}

.multi-table tbody tr:first-child td {
    border-top: 0
}

.multi-table thead th {
    vertical-align: bottom;
    border-bottom: 3px solid #0096d6;
    text-overflow: ellipsis;
    overflow: hidden;
    padding: 8px;
    line-height: 1.42857143;
    text-align: left
}

.multi-table tbody tr:hover {
    background-color: #f5f5f5
}

.multi-table>div,
.multi-table table {
    float: left;
    width: 50%
}

.table-cos th:first-child,
.table-cos td:first-child {
    width: 80px
}

.table-cos th:nth-child(2),
.table-cos td:nth-child(2) {
    width: 200px
}

.autoUpdateTb th:first-child,
.autoUpdateTb td:first-child {
    width: 200px
}

.autoUpdateTb th:nth-child(2),
.autoUpdateTb td:nth-child(2) {
    width: 120px
}

.autoUpdateTb td:nth-child(3),
.autoUpdateTb th:nth-child(3) {
    width: 180px
}

.scheduleTb td:last-child,
.scheduleTb th:last-child {
    width: 50%
}

td.width-half {
    width: 50%
}

.ul-log1>li,
.ul-log2>li {
    margin-bottom: 8px
}

.ul-log1,
.ul-log2 {
    max-width: 800px
}

.ul-log1>li {
    width: 160px
}

.ul-log2>li {
    width: 150px
}

.usb-file {
    margin: 4px 0 4px 28px
}

.top-usb-name {
    margin-left: 28px;
    width: 100%;
    height: 20px
}

.usb-file li {
    padding: 4px;
    cursor: pointer
}

.usb-file li:before {
    content: "|--"
}

.usb-file li.file-selected {
    background-color: #d9edf7
}

.usb-file li:hover {
    background-color: #f5f5f5
}

.wan-tab1 td:first-child {
    width: 175px
}

.wan-tab2 td:first-child {
    width: 161px
}

.certi-generate td:first-child {
    width: 276px
}

td.normal-space {
    white-space: normal !important
}

td.word-break {
    word-break: break-all
}

td.nowrap {
    white-space: nowrap
}

.step-title {
    font-size: 24px;
    padding-top: 3px !important
}

.simple-page {
    padding: 84px 90px 5px 90px
}

.simple-page .pageButtons {
    top: 25px;
    right: 90px
}

.simple-page .pageTitle {
    top: 30px
}

.wifiBasicSettings .tableContent table thead th:nth-child(2),
.wifiBasicSettings .tableContent table tbody td:nth-child(2) {
    white-space: nowrap;
    width: 8%
}

.wifiBasicSettings .tableContent table thead th:nth-child(6),
.wifiBasicSettings .tableContent table tbody td:nth-child(6) {
    white-space: nowrap;
    width: 15%
}

.wifiBasicSettings .tableContent table thead th:nth-child(10),
.wifiBasicSettings .tableContent table tbody td:nth-child(10),
.wifiBasicSettings .tableContent table thead th:nth-child(11),
.wifiBasicSettings .tableContent table tbody td:nth-child(11) {
    width: 7%
}

.wifiBasicSettings .tableContent table thead th:last-child,
.wifiBasicSettings .tableContent table tbody td:last-child {
    white-space: nowrap;
    width: 15%
}

.staticNatCtrl .tableContent table thead th:nth-child(2),
.staticNatCtrl .tableContent table tbody td:nth-child(2) {
    width: 8%
}

.staticNatCtrl .tableContent table thead th:nth-child(3),
.staticNatCtrl .tableContent table tbody td:nth-child(3),
.staticNatCtrl .tableContent table thead th:nth-child(4),
.staticNatCtrl .tableContent table tbody td:nth-child(4) {
    width: 20%
}

.staticNatCtrl .tableContent table thead th:nth-child(5),
.staticNatCtrl .tableContent table tbody td:nth-child(5) {
    width: 10%
}

.staticNatCtrl .tableContent table thead th:nth-child(6),
.staticNatCtrl .tableContent table tbody td:nth-child(6) {
    width: 25%
}

.policyNatDetails {
    padding-left: 0;
    padding-right: 0
}

.policyNatDetails th:first-child,
.policyNatDetails td:first-child {
    width: 25%
}

.policyNatDetails th:nth-child(2),
.policyNatDetails td:nth-child(2),
.policyNatDetails td:last-child {
    width: 35%
}

.policyNatDetails th:last-child {
    width: 40%
}

.tableTitle.tcs_tb,
.tableContent.tcs_tb {
    overflow: auto;
    min-width: 1200px
}

.tableContent.tcs_tb table thead th:nth-child(7),
.tableContent.tcs_tb table tbody td:nth-child(7) {
    width: 240px
}

#tc-service-row input {
    width: 110px
}

#tc-service-row .left+.left {
    padding-top: 4px
}

.cursor-pointer {
    cursor: pointer
}

.userGroupsTb th:nth-child(3),
.userGroupsTb td:nth-child(3) {
    width: 16%
}

.userGroupsTb th:nth-child(5),
.userGroupsTb td:nth-child(5) {
    width: 8%
}

.isRU .userGroupsTb th:nth-child(3),
.isRU .userGroupsTb td:nth-child(3),
.isRU .userGroupsTb th:nth-child(5),
.isRU .userGroupsTb td:nth-child(5) {
    width: auto
}

.userGroupsTb th div.left {
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis
}

.vlanConfig .tableContent select {
    max-width: 100%
}

td.double-line {
    padding: 0 8px !important
}

.timeCtrl #timezone {
    width: 100%
}

.form-one-line.dpicker .form-control-input {
    width: 244px
}

#frmDiagnostic textarea {
    width: 100%;
    max-width: 674px;
    height: 140px
}

.certTb tbody td {
    padding: 0 8px;
    vertical-align: middle
}

.certTb thead th:first-child,
.certTb tbody td:first-child {
    width: 80px
}

.certTb thead th:nth-child(2),
.certTb tbody td:nth-child(2) {
    width: 15%
}

.certTb thead th:nth-child(5),
.certTb tbody td:nth-child(5) {
    width: 15%
}

.certTb thead th:nth-child(7),
.certTb tbody td:nth-child(7) {
    width: 20%
}

.certTb thead th:nth-child(8),
.certTb tbody td:nth-child(8) {
    width: 80px
}

.certTb thead th:nth-child(9),
.certTb tbody td:nth-child(9) {
    width: 100px
}

.certTb tbody td:nth-child(7),
.certTb tbody td:nth-child(8),
.certTb tbody td:nth-child(9) {
    padding: 0 8px
}

.cert3Tb {
    min-width: 100%
}

.cert3Tb tbody td:nth-child(2)>div {
    word-break: break-all;
    max-width: 200px
}

.cert3Tb tbody td:nth-child(3)>div {
    word-break: break-all;
    max-width: 200px
}

.cert3Tb tbody td:nth-child(5)>div {
    word-break: break-all;
    max-width: 200px
}

.cert3Tb tbody td:nth-child(6)>div {
    width: 200px
}

.certBtns>.btn:not(:first-child),
.certBtns>.btn:first-child {
    margin-right: 15px;
    margin-left: 0;
    margin-top: 15px
}

.tbMaxheight {
    max-height: 400px
}

tbody.maxheight {
    max-height: 370px
}

tbody.maxheight-inner {
    max-height: 250px
}

tbody.maxheight-big {
    max-height: 500px
}

.maxheight-inner input[type="checkbox"],
.maxheight-big input[type="checkbox"],
.maxheight input[type="checkbox"] {
    top: -10%;
    left: -50%
}

thead input[type="radio"],
thead input[type="checkbox"] {
    top: -3px;
    left: 3px
}

.text-ellipsis {
    overflow: hidden;
    text-overflow: ellipsis
}

.progress {
    height: 20px;
    margin-bottom: 20px;
    overflow: hidden;
    background-color: #f5f5f5;
    border-radius: 4px;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1)
}

.progress-bar {
    float: left;
    width: 0;
    height: 100px;
    font-size: 12px;
    line-height: 20px;
    background-color: #337ab7;
    color: #fff;
    text-align: center;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15)
}

.progress-bar-fail {
    background-color: red
}

.progress-bar-success {
    background-color: #5cb85c
}

#certDailTable tr td:first-child {
    white-space: nowrap
}

#certDailTable tr td:last-child {
    word-break: break-all
}

#certDailTable tr {
    vertical-align: top
}

input.small-width {
    width: 60px
}

td.full-input-text .form-control-tablepage {
    float: left;
    width: 100%
}

.table-fix {
    table-layout: fixed
}

.addr-and-prefix {
    width: 315px
}

.addr-and-prefix table tr td:first-child {
    padding-top: 10px
}

.lagBtnIcon {
    font-size: 20px;
    color: #0890be;
    cursor: pointer;
    width: 20px
}

.msg-p11 {
    padding: 8px 11px 8px 11px
}

.switchQosState,
.exBtnIcon .btnIcon {
    background-color: #f5f5f5
}

.c2s_ipsec_tip {
    width: 90%;
    width: calc(90% - 310px);
    white-space: normal !important
}

.ipgPadding {
    padding: 6px 0
}

/**********************************/
.textHint {
    padding-top: 20px
}

.table-form .table-inner tr td,
.table-form .table-inner tbody tr td,
.table-inner tr td,
.table-inner tbody tr td {
    padding: 0px 8px 0 0
}

.table-form .top-space tr td,
.table-form .top-space tbody tr td {
    padding-top:15px
}

.tableContent .filter tbody td,
.tableContent .filter tfoot td {
    border-top: 0px;
    padding: 0
}
.tableContent .filter tbody tr:hover {
    background-color: #ffffff
}
.tableContent .filter .paddingLeft {
    padding-left:8px
}
.tableContent .filter .topspace {
    padding-top:7px
}
.tableContent .filter select {
    height: 34px;
    line-height: 18px;
    font-size: 14px;
    padding: 0 0 0 8px;
    text-indent: 0;
    min-width: 60px
}

.tableContent .filter {
    padding:10px 0 10px 0
}
.tableContent .filter .selIntf {
    width: 70px;
    height: 34px;
    padding:0 10px 0 10px;
    margin-left:7px
}
.tableContent .filter .btn.primary {
    min-width: 50px
}

.tableContent .selPortGroup {
    width: 60px;
    height: 34px;
    padding:0 10px 0 10px;
    margin-left:7px
}
.lastTd {
    width: 100%
}
.align-top {
    vertical-align: top
}

.table-hr {
    border: 0.5px solid #ccc;
    margin: 5px 0 0 15px
}

.required {
    background-image: url(../images/required.png);
    background-repeat: no-repeat;
    background-position: 0px 13px
}

.required-topspace {
    background-image: url(../images/required.png);
    background-repeat: no-repeat;
    background-position: 0px 18px
}

.required-first {
    background-image: url(../images/required.png);
    background-repeat: no-repeat;
    background-position: 0px 3px
}

.required-topspace-first {
    background-image: url(../images/required.png);
    background-repeat: no-repeat;
    background-position: 0px 7px
}

.multisel-right:before {
   font-family: FontAwesome;
   font-size:30px;
   content: "\f105";
   display: inline-block;
   padding: 10px 2px 0 2px;
   vertical-align: middle;
   color:#a4a4a4;
}
.multisel-right-on:before {
   font-family: FontAwesome;
   font-size:30px;
   content: "\f105";
   display: inline-block;
   padding: 10px 2px 0 2px;
   vertical-align: middle;
   color:#0096d6;
}
.multisel-left:before {
   font-family: FontAwesome;
   font-size:30px;
   content: "\f104";
   display: inline-block;
   padding: 15px 2px 0 2px;
   vertical-align: middle;
   color:#a4a4a4;
}
.multisel-left-on:before {
   font-family: FontAwesome;
   font-size:30px;
   content: "\f104";
   display: inline-block;
   padding: 15px 2px 0 2px;
   vertical-align: middle;
   color:#0096d6;
}

.multisel-up:before {
   font-family: FontAwesome;
   font-size:30px;
   content: "\f106";
   display: inline-block;
   padding: 0 2px 0 2px;
   vertical-align: top;
   color:#a4a4a4;
}
.multisel-up-on:before {
   font-family: FontAwesome;
   font-size:30px;
   content: "\f106";
   display: inline-block;
   padding: 0 2px 0 2px;
   vertical-align: top;
   color:#0096d6;
}

.multisel-down:before {
   font-family: FontAwesome;
   font-size:30px;
   content: "\f107";
   display: inline-block;
   padding: 0 2px 0 2px;
   vertical-align: buttom;
   color:#a4a4a4;
}
.multisel-down-on:before {
   font-family: FontAwesome;
   font-size:30px;
   content: "\f107";
   display: inline-block;
   padding: 0 2px 0 2px;
   vertical-align: buttom;
   color:#0096d6;
}

.table-form-last-td {
    width: 100%
}
.table-form-title {
    font-size: 19px;
    margin: 15px 0 15px 15px
}
.table-form-nopadding {
    padding:0
}
.flot-container {
    box-sizing: border-box;
    width: 850px;
    height: 450px;
    padding: 20px 15px 15px 15px;
    border: 1px solid #ddd;
    background: #fff;
}
.flot-placeholder {
    width: 100%;
    height: 100%;
    font-size: 14px;
    line-height: 1.2em;
}

.ciscosb-loader-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 92%;
    z-index: 1000;
}
.ciscosb-loader-container .ciscosb-loaddiv {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #ff0;
    -webkit-animation: 2.5s linear infinite loadspin;
    animation: 2.5s linear infinite loadspin;
    text-align: center;
}
.ciscosb-loader-container .ciscosb-loaddiv:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: red;
    -webkit-animation: 2s linear infinite loadspin;
    animation: 2s linear infinite loadspin;
}
.ciscosb-loader-container .ciscosb-loaddiv:after {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #049fd9;
    -webkit-animation: 1.5s linear infinite loadspin;
    animation: 1.5s linear infinite loadspin;
}
.ciscosb-loader-container .ciscosb-loadlogo {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 73px;
    height: 57px;
    margin: -27px -36px;
    font-size: 24px;
    color: #f97f19;
    background: url(../images/Cisco_Logo_no_TM_Dark_Gray.png) 0 0/73px 57px no-repeat;
}
@-webkit-keyframes loadspin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    35% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    70% {
        -webkit-transform: rotate(270deg);
        transform: rotate(270deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes loadspin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    35% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    70% {
        -webkit-transform: rotate(270deg);
        transform: rotate(270deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.dotting {
    display: inline-block;
    min-width: 2px;
    min-height: 2px;
    box-shadow: 2px 0 currentColor, 6px 0 currentColor, 10px 0 currentColor;
    -webkit-animation: 2.5s step-start infinite both dot;
    animation: 2.5s step-start infinite both dot;
    margin-left: 1px;
    margin-right: 2px;
    vertical-align: middle;
}
@-webkit-keyframes dot {
    20% {
        box-shadow: none;
    }
    40% {
        box-shadow: 2px 0 currentColor;
    }
    60% {
        box-shadow: 2px 0 currentColor, 6px 0 currentColor;
    }
    80% {
        box-shadow: 2px 0 currentColor, 6px 0 currentColor, 10px 0 currentColor;
    }
}
@keyframes dot {
    20% {
        box-shadow: none;
    }
    40% {
        box-shadow: 2px 0 currentColor;
    }
    60% {
        box-shadow: 2px 0 currentColor, 6px 0 currentColor;
    }
    80% {
        box-shadow: 2px 0 currentColor, 6px 0 currentColor, 10px 0 currentColor;
    }
}

span.inverse{
    background-color: #000000;
    color: #ffffff;
}

/*!
 *  Font Awesome 4.5.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */

@font-face {
    font-family: 'FontAwesome';
    src: url('./fonts/fontawesome-webfont.eot');
    src: url('./fonts/fontawesome-webfont.eot') format('embedded-opentype'), url('./fonts/fontawesome-webfont.woff2') format('woff2'), url('./fonts/fontawesome-webfont.woff') format('woff'), url('./fonts/fontawesome-webfont.ttf') format('truetype'), url('./fonts/fontawesome-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.fa-lg {
    font-size: 1.33333333em;
    line-height: .75em;
    vertical-align: -15%
}

.fa-2x {
    font-size: 2em
}

.fa-3x {
    font-size: 3em
}

.fa-4x {
    font-size: 4em
}

.fa-5x {
    font-size: 5em
}

.fa-fw {
    width: 1.28571429em;
    text-align: center
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none
}

.fa-ul>li {
    position: relative
}

.fa-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: .14285714em;
    text-align: center
}

.fa-li.fa-lg {
    left: -1.85714286em
}

.fa-border {
    padding: .2em .25em .15em;
    border: solid .08em #eee;
    border-radius: .1em
}

.fa-pull-left {
    float: left
}

.fa-pull-right {
    float: right
}

.fa.fa-pull-left {
    margin-right: .3em
}

.fa.fa-pull-right {
    margin-left: .3em
}

.pull-right {
    float: right
}

.pull-left {
    float: left
}

.fa.pull-left {
    margin-right: .3em
}

.fa.pull-right {
    margin-left: .3em
}

.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear
}

.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8)
}

.fa-pulse-faster {
    -webkit-animation: fa-spin 1s infinite steps(50);
    animation: fa-spin 1s infinite steps(50)
}

@-webkit-keyframes fa-spin {
    0.00% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes fa-spin {
    0.00% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

.fa-rotate-90 {
    filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=1);
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.fa-rotate-180 {
    filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=2);
    -ms-filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=2);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.fa-rotate-270 {
    filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=3);
    -ms-filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=3);
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg)
}

.fa-flip-horizontal {
    filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
    -ms-filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1)
}

.fa-flip-vertical {
    filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
    -ms-filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1)
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
    filter: none;
    -ms-filter: none
}

.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle
}

.fa-stack-1x,
.fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center
}

.fa-stack-1x {
    line-height: inherit
}

.fa-stack-2x {
    font-size: 2em
}

.fa-inverse {
    color: #fff
}

.fa-glass:before {
    content: "\f000"
}

.fa-music:before {
    content: "\f001"
}

.fa-search:before {
    content: "\f002"
}

.fa-envelope-o:before {
    content: "\f003"
}

.fa-heart:before {
    content: "\f004"
}

.fa-star:before {
    content: "\f005"
}

.fa-star-o:before {
    content: "\f006"
}

.fa-user:before {
    content: "\f007"
}

.fa-film:before {
    content: "\f008"
}

.fa-th-large:before {
    content: "\f009"
}

.fa-th:before {
    content: "\f00a"
}

.fa-th-list:before {
    content: "\f00b"
}

.fa-check:before {
    content: "\f00c"
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
    content: "\f00d"
}

.fa-search-plus:before {
    content: "\f00e"
}

.fa-search-minus:before {
    content: "\f010"
}

.fa-power-off:before {
    content: "\f011"
}

.fa-signal:before {
    content: "\f012"
}

.fa-gear:before,
.fa-cog:before {
    content: "\f013"
}

.fa-trash-o:before {
    content: "\f014"
}

.fa-home:before {
    content: "\f015"
}

.fa-file-o:before {
    content: "\f016"
}

.fa-clock-o:before {
    content: "\f017"
}

.fa-road:before {
    content: "\f018"
}

.fa-download:before {
    content: "\f019"
}

.fa-arrow-circle-o-down:before {
    content: "\f01a"
}

.fa-arrow-circle-o-up:before {
    content: "\f01b"
}

.fa-inbox:before {
    content: "\f01c"
}

.fa-play-circle-o:before {
    content: "\f01d"
}

.fa-rotate-right:before,
.fa-repeat:before {
    content: "\f01e"
}

.fa-refresh:before {
    content: "\f021"
}

.fa-list-alt:before {
    content: "\f022"
}

.fa-lock:before {
    content: "\f023"
}

.fa-flag:before {
    content: "\f024"
}

.fa-headphones:before {
    content: "\f025"
}

.fa-volume-off:before {
    content: "\f026"
}

.fa-volume-down:before {
    content: "\f027"
}

.fa-volume-up:before {
    content: "\f028"
}

.fa-qrcode:before {
    content: "\f029"
}

.fa-barcode:before {
    content: "\f02a"
}

.fa-tag:before {
    content: "\f02b"
}

.fa-tags:before {
    content: "\f02c"
}

.fa-book:before {
    content: "\f02d"
}

.fa-bookmark:before {
    content: "\f02e"
}

.fa-print:before {
    content: "\f02f"
}

.fa-camera:before {
    content: "\f030"
}

.fa-font:before {
    content: "\f031"
}

.fa-bold:before {
    content: "\f032"
}

.fa-italic:before {
    content: "\f033"
}

.fa-text-height:before {
    content: "\f034"
}

.fa-text-width:before {
    content: "\f035"
}

.fa-align-left:before {
    content: "\f036"
}

.fa-align-center:before {
    content: "\f037"
}

.fa-align-right:before {
    content: "\f038"
}

.fa-align-justify:before {
    content: "\f039"
}

.fa-list:before {
    content: "\f03a"
}

.fa-dedent:before,
.fa-outdent:before {
    content: "\f03b"
}

.fa-indent:before {
    content: "\f03c"
}

.fa-video-camera:before {
    content: "\f03d"
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
    content: "\f03e"
}

.fa-pencil:before {
    content: "\f040"
}

.fa-map-marker:before {
    content: "\f041"
}

.fa-adjust:before {
    content: "\f042"
}

.fa-tint:before {
    content: "\f043"
}

.fa-edit:before,
.fa-pencil-square-o:before {
    content: "\f044"
}

.fa-share-square-o:before {
    content: "\f045"
}

.fa-check-square-o:before {
    content: "\f046"
}

.fa-arrows:before {
    content: "\f047"
}

.fa-step-backward:before {
    content: "\f048"
}

.fa-fast-backward:before {
    content: "\f049"
}

.fa-backward:before {
    content: "\f04a"
}

.fa-play:before {
    content: "\f04b"
}

.fa-pause:before {
    content: "\f04c"
}

.fa-stop:before {
    content: "\f04d"
}

.fa-forward:before {
    content: "\f04e"
}

.fa-fast-forward:before {
    content: "\f050"
}

.fa-step-forward:before {
    content: "\f051"
}

.fa-eject:before {
    content: "\f052"
}

.fa-chevron-left:before {
    content: "\f053"
}

.fa-chevron-right:before {
    content: "\f054"
}

.fa-plus-circle:before {
    content: "\f055"
}

.fa-minus-circle:before {
    content: "\f056"
}

.fa-times-circle:before {
    content: "\f057"
}

.fa-check-circle:before {
    content: "\f058"
}

.fa-question-circle:before {
    content: "\f059"
}

.fa-info-circle:before {
    content: "\f05a"
}

.fa-crosshairs:before {
    content: "\f05b"
}

.fa-times-circle-o:before {
    content: "\f05c"
}

.fa-check-circle-o:before {
    content: "\f05d"
}

.fa-ban:before {
    content: "\f05e"
}

.fa-arrow-left:before {
    content: "\f060"
}

.fa-arrow-right:before {
    content: "\f061"
}

.fa-arrow-up:before {
    content: "\f062"
}

.fa-arrow-down:before {
    content: "\f063"
}

.fa-mail-forward:before,
.fa-share:before {
    content: "\f064"
}

.fa-expand:before {
    content: "\f065"
}

.fa-compress:before {
    content: "\f066"
}

.fa-plus:before {
    content: "\f067"
}

.fa-minus:before {
    content: "\f068"
}

.fa-asterisk:before {
    content: "\f069"
}

.fa-exclamation-circle:before {
    content: "\f06a"
}

.fa-gift:before {
    content: "\f06b"
}

.fa-leaf:before {
    content: "\f06c"
}

.fa-fire:before {
    content: "\f06d"
}

.fa-eye:before {
    content: "\f06e"
}

.fa-eye-slash:before {
    content: "\f070"
}

.fa-warning:before,
.fa-exclamation-triangle:before {
    content: "\f071"
}

.fa-plane:before {
    content: "\f072"
}

.fa-calendar:before {
    content: "\f073"
}

.fa-random:before {
    content: "\f074"
}

.fa-comment:before {
    content: "\f075"
}

.fa-magnet:before {
    content: "\f076"
}

.fa-chevron-up:before {
    content: "\f077"
}

.fa-chevron-down:before {
    content: "\f078"
}

.fa-retweet:before {
    content: "\f079"
}

.fa-shopping-cart:before {
    content: "\f07a"
}

.fa-folder:before {
    content: "\f07b"
}

.fa-folder-open:before {
    content: "\f07c"
}

.fa-arrows-v:before {
    content: "\f07d"
}

.fa-arrows-h:before {
    content: "\f07e"
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
    content: "\f080"
}

.fa-twitter-square:before {
    content: "\f081"
}

.fa-facebook-square:before {
    content: "\f082"
}

.fa-camera-retro:before {
    content: "\f083"
}

.fa-key:before {
    content: "\f084"
}

.fa-gears:before,
.fa-cogs:before {
    content: "\f085"
}

.fa-comments:before {
    content: "\f086"
}

.fa-thumbs-o-up:before {
    content: "\f087"
}

.fa-thumbs-o-down:before {
    content: "\f088"
}

.fa-star-half:before {
    content: "\f089"
}

.fa-heart-o:before {
    content: "\f08a"
}

.fa-sign-out:before {
    content: "\f08b"
}

.fa-linkedin-square:before {
    content: "\f08c"
}

.fa-thumb-tack:before {
    content: "\f08d"
}

.fa-external-link:before {
    content: "\f08e"
}

.fa-sign-in:before {
    content: "\f090"
}

.fa-trophy:before {
    content: "\f091"
}

.fa-github-square:before {
    content: "\f092"
}

.fa-upload:before {
    content: "\f093"
}

.fa-lemon-o:before {
    content: "\f094"
}

.fa-phone:before {
    content: "\f095"
}

.fa-square-o:before {
    content: "\f096"
}

.fa-bookmark-o:before {
    content: "\f097"
}

.fa-phone-square:before {
    content: "\f098"
}

.fa-twitter:before {
    content: "\f099"
}

.fa-facebook-f:before,
.fa-facebook:before {
    content: "\f09a"
}

.fa-github:before {
    content: "\f09b"
}

.fa-unlock:before {
    content: "\f09c"
}

.fa-credit-card:before {
    content: "\f09d"
}

.fa-feed:before,
.fa-rss:before {
    content: "\f09e"
}

.fa-hdd-o:before {
    content: "\f0a0"
}

.fa-bullhorn:before {
    content: "\f0a1"
}

.fa-bell:before {
    content: "\f0f3"
}

.fa-certificate:before {
    content: "\f0a3"
}

.fa-hand-o-right:before {
    content: "\f0a4"
}

.fa-hand-o-left:before {
    content: "\f0a5"
}

.fa-hand-o-up:before {
    content: "\f0a6"
}

.fa-hand-o-down:before {
    content: "\f0a7"
}

.fa-arrow-circle-left:before {
    content: "\f0a8"
}

.fa-arrow-circle-right:before {
    content: "\f0a9"
}

.fa-arrow-circle-up:before {
    content: "\f0aa"
}

.fa-arrow-circle-down:before {
    content: "\f0ab"
}

.fa-globe:before {
    content: "\f0ac"
}

.fa-wrench:before {
    content: "\f0ad"
}

.fa-tasks:before {
    content: "\f0ae"
}

.fa-filter:before {
    content: "\f0b0"
}

.fa-briefcase:before {
    content: "\f0b1"
}

.fa-arrows-alt:before {
    content: "\f0b2"
}

.fa-group:before,
.fa-users:before {
    content: "\f0c0"
}

.fa-chain:before,
.fa-link:before {
    content: "\f0c1"
}

.fa-cloud:before {
    content: "\f0c2"
}

.fa-flask:before {
    content: "\f0c3"
}

.fa-cut:before,
.fa-scissors:before {
    content: "\f0c4"
}

.fa-copy:before,
.fa-files-o:before {
    content: "\f0c5"
}

.fa-paperclip:before {
    content: "\f0c6"
}

.fa-save:before,
.fa-floppy-o:before {
    content: "\f0c7"
}

.fa-square:before {
    content: "\f0c8"
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
    content: "\f0c9"
}

.fa-list-ul:before {
    content: "\f0ca"
}

.fa-list-ol:before {
    content: "\f0cb"
}

.fa-strikethrough:before {
    content: "\f0cc"
}

.fa-underline:before {
    content: "\f0cd"
}

.fa-table:before {
    content: "\f0ce"
}

.fa-magic:before {
    content: "\f0d0"
}

.fa-truck:before {
    content: "\f0d1"
}

.fa-pinterest:before {
    content: "\f0d2"
}

.fa-pinterest-square:before {
    content: "\f0d3"
}

.fa-google-plus-square:before {
    content: "\f0d4"
}

.fa-google-plus:before {
    content: "\f0d5"
}

.fa-money:before {
    content: "\f0d6"
}

.fa-caret-down:before {
    content: "\f0d7"
}

.fa-caret-up:before {
    content: "\f0d8"
}

.fa-caret-left:before {
    content: "\f0d9"
}

.fa-caret-right:before {
    content: "\f0da"
}

.fa-columns:before {
    content: "\f0db"
}

.fa-unsorted:before,
.fa-sort:before {
    content: "\f0dc"
}

.fa-sort-down:before,
.fa-sort-desc:before {
    content: "\f0dd"
}

.fa-sort-up:before,
.fa-sort-asc:before {
    content: "\f0de"
}

.fa-envelope:before {
    content: "\f0e0"
}

.fa-linkedin:before {
    content: "\f0e1"
}

.fa-rotate-left:before,
.fa-undo:before {
    content: "\f0e2"
}

.fa-legal:before,
.fa-gavel:before {
    content: "\f0e3"
}

.fa-dashboard:before,
.fa-tachometer:before {
    content: "\f0e4"
}

.fa-comment-o:before {
    content: "\f0e5"
}

.fa-comments-o:before {
    content: "\f0e6"
}

.fa-flash:before,
.fa-bolt:before {
    content: "\f0e7"
}

.fa-sitemap:before {
    content: "\f0e8"
}

.fa-umbrella:before {
    content: "\f0e9"
}

.fa-paste:before,
.fa-clipboard:before {
    content: "\f0ea"
}

.fa-lightbulb-o:before {
    content: "\f0eb"
}

.fa-exchange:before {
    content: "\f0ec"
}

.fa-cloud-download:before {
    content: "\f0ed"
}

.fa-cloud-upload:before {
    content: "\f0ee"
}

.fa-user-md:before {
    content: "\f0f0"
}

.fa-stethoscope:before {
    content: "\f0f1"
}

.fa-suitcase:before {
    content: "\f0f2"
}

.fa-bell-o:before {
    content: "\f0a2"
}

.fa-coffee:before {
    content: "\f0f4"
}

.fa-cutlery:before {
    content: "\f0f5"
}

.fa-file-text-o:before {
    content: "\f0f6"
}

.fa-building-o:before {
    content: "\f0f7"
}

.fa-hospital-o:before {
    content: "\f0f8"
}

.fa-ambulance:before {
    content: "\f0f9"
}

.fa-medkit:before {
    content: "\f0fa"
}

.fa-fighter-jet:before {
    content: "\f0fb"
}

.fa-beer:before {
    content: "\f0fc"
}

.fa-h-square:before {
    content: "\f0fd"
}

.fa-plus-square:before {
    content: "\f0fe"
}

.fa-angle-double-left:before {
    content: "\f100"
}

.fa-angle-double-right:before {
    content: "\f101"
}

.fa-angle-double-up:before {
    content: "\f102"
}

.fa-angle-double-down:before {
    content: "\f103"
}

.fa-angle-left:before {
    content: "\f104"
}

.fa-angle-right:before {
    content: "\f105"
}

.fa-angle-up:before {
    content: "\f106"
}

.fa-angle-down:before {
    content: "\f107"
}

.fa-desktop:before {
    content: "\f108"
}

.fa-laptop:before {
    content: "\f109"
}

.fa-tablet:before {
    content: "\f10a"
}

.fa-mobile-phone:before,
.fa-mobile:before {
    content: "\f10b"
}

.fa-circle-o:before {
    content: "\f10c"
}

.fa-quote-left:before {
    content: "\f10d"
}

.fa-quote-right:before {
    content: "\f10e"
}

.fa-spinner:before {
    content: "\f110"
}

.fa-circle:before {
    content: "\f111"
}

.fa-mail-reply:before,
.fa-reply:before {
    content: "\f112"
}

.fa-github-alt:before {
    content: "\f113"
}

.fa-folder-o:before {
    content: "\f114"
}

.fa-folder-open-o:before {
    content: "\f115"
}

.fa-smile-o:before {
    content: "\f118"
}

.fa-frown-o:before {
    content: "\f119"
}

.fa-meh-o:before {
    content: "\f11a"
}

.fa-gamepad:before {
    content: "\f11b"
}

.fa-keyboard-o:before {
    content: "\f11c"
}

.fa-flag-o:before {
    content: "\f11d"
}

.fa-flag-checkered:before {
    content: "\f11e"
}

.fa-terminal:before {
    content: "\f120"
}

.fa-code:before {
    content: "\f121"
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
    content: "\f122"
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
    content: "\f123"
}

.fa-location-arrow:before {
    content: "\f124"
}

.fa-crop:before {
    content: "\f125"
}

.fa-code-fork:before {
    content: "\f126"
}

.fa-unlink:before,
.fa-chain-broken:before {
    content: "\f127"
}

.fa-question:before {
    content: "\f128"
}

.fa-info:before {
    content: "\f129"
}

.fa-exclamation:before {
    content: "\f12a"
}

.fa-superscript:before {
    content: "\f12b"
}

.fa-subscript:before {
    content: "\f12c"
}

.fa-eraser:before {
    content: "\f12d"
}

.fa-puzzle-piece:before {
    content: "\f12e"
}

.fa-microphone:before {
    content: "\f130"
}

.fa-microphone-slash:before {
    content: "\f131"
}

.fa-shield:before {
    content: "\f132"
}

.fa-calendar-o:before {
    content: "\f133"
}

.fa-fire-extinguisher:before {
    content: "\f134"
}

.fa-rocket:before {
    content: "\f135"
}

.fa-maxcdn:before {
    content: "\f136"
}

.fa-chevron-circle-left:before {
    content: "\f137"
}

.fa-chevron-circle-right:before {
    content: "\f138"
}

.fa-chevron-circle-up:before {
    content: "\f139"
}

.fa-chevron-circle-down:before {
    content: "\f13a"
}

.fa-html5:before {
    content: "\f13b"
}

.fa-css3:before {
    content: "\f13c"
}

.fa-anchor:before {
    content: "\f13d"
}

.fa-unlock-alt:before {
    content: "\f13e"
}

.fa-bullseye:before {
    content: "\f140"
}

.fa-ellipsis-h:before {
    content: "\f141"
}

.fa-ellipsis-v:before {
    content: "\f142"
}

.fa-rss-square:before {
    content: "\f143"
}

.fa-play-circle:before {
    content: "\f144"
}

.fa-ticket:before {
    content: "\f145"
}

.fa-minus-square:before {
    content: "\f146"
}

.fa-minus-square-o:before {
    content: "\f147"
}

.fa-level-up:before {
    content: "\f148"
}

.fa-level-down:before {
    content: "\f149"
}

.fa-check-square:before {
    content: "\f14a"
}

.fa-pencil-square:before {
    content: "\f14b"
}

.fa-external-link-square:before {
    content: "\f14c"
}

.fa-share-square:before {
    content: "\f14d"
}

.fa-compass:before {
    content: "\f14e"
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
    content: "\f150"
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
    content: "\f151"
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
    content: "\f152"
}

.fa-euro:before,
.fa-eur:before {
    content: "\f153"
}

.fa-gbp:before {
    content: "\f154"
}

.fa-dollar:before,
.fa-usd:before {
    content: "\f155"
}

.fa-rupee:before,
.fa-inr:before {
    content: "\f156"
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
    content: "\f157"
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
    content: "\f158"
}

.fa-won:before,
.fa-krw:before {
    content: "\f159"
}

.fa-bitcoin:before,
.fa-btc:before {
    content: "\f15a"
}

.fa-file:before {
    content: "\f15b"
}

.fa-file-text:before {
    content: "\f15c"
}

.fa-sort-alpha-asc:before {
    content: "\f15d"
}

.fa-sort-alpha-desc:before {
    content: "\f15e"
}

.fa-sort-amount-asc:before {
    content: "\f160"
}

.fa-sort-amount-desc:before {
    content: "\f161"
}

.fa-sort-numeric-asc:before {
    content: "\f162"
}

.fa-sort-numeric-desc:before {
    content: "\f163"
}

.fa-thumbs-up:before {
    content: "\f164"
}

.fa-thumbs-down:before {
    content: "\f165"
}

.fa-youtube-square:before {
    content: "\f166"
}

.fa-youtube:before {
    content: "\f167"
}

.fa-xing:before {
    content: "\f168"
}

.fa-xing-square:before {
    content: "\f169"
}

.fa-youtube-play:before {
    content: "\f16a"
}

.fa-dropbox:before {
    content: "\f16b"
}

.fa-stack-overflow:before {
    content: "\f16c"
}

.fa-instagram:before {
    content: "\f16d"
}

.fa-flickr:before {
    content: "\f16e"
}

.fa-adn:before {
    content: "\f170"
}

.fa-bitbucket:before {
    content: "\f171"
}

.fa-bitbucket-square:before {
    content: "\f172"
}

.fa-tumblr:before {
    content: "\f173"
}

.fa-tumblr-square:before {
    content: "\f174"
}

.fa-long-arrow-down:before {
    content: "\f175"
}

.fa-long-arrow-up:before {
    content: "\f176"
}

.fa-long-arrow-left:before {
    content: "\f177"
}

.fa-long-arrow-right:before {
    content: "\f178"
}

.fa-apple:before {
    content: "\f179"
}

.fa-windows:before {
    content: "\f17a"
}

.fa-android:before {
    content: "\f17b"
}

.fa-linux:before {
    content: "\f17c"
}

.fa-dribbble:before {
    content: "\f17d"
}

.fa-skype:before {
    content: "\f17e"
}

.fa-foursquare:before {
    content: "\f180"
}

.fa-trello:before {
    content: "\f181"
}

.fa-female:before {
    content: "\f182"
}

.fa-male:before {
    content: "\f183"
}

.fa-gittip:before,
.fa-gratipay:before {
    content: "\f184"
}

.fa-sun-o:before {
    content: "\f185"
}

.fa-moon-o:before {
    content: "\f186"
}

.fa-archive:before {
    content: "\f187"
}

.fa-bug:before {
    content: "\f188"
}

.fa-vk:before {
    content: "\f189"
}

.fa-weibo:before {
    content: "\f18a"
}

.fa-renren:before {
    content: "\f18b"
}

.fa-pagelines:before {
    content: "\f18c"
}

.fa-stack-exchange:before {
    content: "\f18d"
}

.fa-arrow-circle-o-right:before {
    content: "\f18e"
}

.fa-arrow-circle-o-left:before {
    content: "\f190"
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
    content: "\f191"
}

.fa-dot-circle-o:before {
    content: "\f192"
}

.fa-wheelchair:before {
    content: "\f193"
}

.fa-vimeo-square:before {
    content: "\f194"
}

.fa-turkish-lira:before,
.fa-try:before {
    content: "\f195"
}

.fa-plus-square-o:before {
    content: "\f196"
}

.fa-space-shuttle:before {
    content: "\f197"
}

.fa-slack:before {
    content: "\f198"
}

.fa-envelope-square:before {
    content: "\f199"
}

.fa-wordpress:before {
    content: "\f19a"
}

.fa-openid:before {
    content: "\f19b"
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
    content: "\f19c"
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
    content: "\f19d"
}

.fa-yahoo:before {
    content: "\f19e"
}

.fa-google:before {
    content: "\f1a0"
}

.fa-reddit:before {
    content: "\f1a1"
}

.fa-reddit-square:before {
    content: "\f1a2"
}

.fa-stumbleupon-circle:before {
    content: "\f1a3"
}

.fa-stumbleupon:before {
    content: "\f1a4"
}

.fa-delicious:before {
    content: "\f1a5"
}

.fa-digg:before {
    content: "\f1a6"
}

.fa-pied-piper:before {
    content: "\f1a7"
}

.fa-pied-piper-alt:before {
    content: "\f1a8"
}

.fa-drupal:before {
    content: "\f1a9"
}

.fa-joomla:before {
    content: "\f1aa"
}

.fa-language:before {
    content: "\f1ab"
}

.fa-fax:before {
    content: "\f1ac"
}

.fa-building:before {
    content: "\f1ad"
}

.fa-child:before {
    content: "\f1ae"
}

.fa-paw:before {
    content: "\f1b0"
}

.fa-spoon:before {
    content: "\f1b1"
}

.fa-cube:before {
    content: "\f1b2"
}

.fa-cubes:before {
    content: "\f1b3"
}

.fa-behance:before {
    content: "\f1b4"
}

.fa-behance-square:before {
    content: "\f1b5"
}

.fa-steam:before {
    content: "\f1b6"
}

.fa-steam-square:before {
    content: "\f1b7"
}

.fa-recycle:before {
    content: "\f1b8"
}

.fa-automobile:before,
.fa-car:before {
    content: "\f1b9"
}

.fa-cab:before,
.fa-taxi:before {
    content: "\f1ba"
}

.fa-tree:before {
    content: "\f1bb"
}

.fa-spotify:before {
    content: "\f1bc"
}

.fa-deviantart:before {
    content: "\f1bd"
}

.fa-soundcloud:before {
    content: "\f1be"
}

.fa-database:before {
    content: "\f1c0"
}

.fa-file-pdf-o:before {
    content: "\f1c1"
}

.fa-file-word-o:before {
    content: "\f1c2"
}

.fa-file-excel-o:before {
    content: "\f1c3"
}

.fa-file-powerpoint-o:before {
    content: "\f1c4"
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
    content: "\f1c5"
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
    content: "\f1c6"
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
    content: "\f1c7"
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
    content: "\f1c8"
}

.fa-file-code-o:before {
    content: "\f1c9"
}

.fa-vine:before {
    content: "\f1ca"
}

.fa-codepen:before {
    content: "\f1cb"
}

.fa-jsfiddle:before {
    content: "\f1cc"
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
    content: "\f1cd"
}

.fa-circle-o-notch:before {
    content: "\f1ce"
}

.fa-ra:before,
.fa-rebel:before {
    content: "\f1d0"
}

.fa-ge:before,
.fa-empire:before {
    content: "\f1d1"
}

.fa-git-square:before {
    content: "\f1d2"
}

.fa-git:before {
    content: "\f1d3"
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
    content: "\f1d4"
}

.fa-tencent-weibo:before {
    content: "\f1d5"
}

.fa-qq:before {
    content: "\f1d6"
}

.fa-wechat:before,
.fa-weixin:before {
    content: "\f1d7"
}

.fa-send:before,
.fa-paper-plane:before {
    content: "\f1d8"
}

.fa-send-o:before,
.fa-paper-plane-o:before {
    content: "\f1d9"
}

.fa-history:before {
    content: "\f1da"
}

.fa-circle-thin:before {
    content: "\f1db"
}

.fa-header:before {
    content: "\f1dc"
}

.fa-paragraph:before {
    content: "\f1dd"
}

.fa-sliders:before {
    content: "\f1de"
}

.fa-share-alt:before {
    content: "\f1e0"
}

.fa-share-alt-square:before {
    content: "\f1e1"
}

.fa-bomb:before {
    content: "\f1e2"
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
    content: "\f1e3"
}

.fa-tty:before {
    content: "\f1e4"
}

.fa-binoculars:before {
    content: "\f1e5"
}

.fa-plug:before {
    content: "\f1e6"
}

.fa-slideshare:before {
    content: "\f1e7"
}

.fa-twitch:before {
    content: "\f1e8"
}

.fa-yelp:before {
    content: "\f1e9"
}

.fa-newspaper-o:before {
    content: "\f1ea"
}

.fa-wifi:before {
    content: "\f1eb"
}

.fa-calculator:before {
    content: "\f1ec"
}

.fa-paypal:before {
    content: "\f1ed"
}

.fa-google-wallet:before {
    content: "\f1ee"
}

.fa-cc-visa:before {
    content: "\f1f0"
}

.fa-cc-mastercard:before {
    content: "\f1f1"
}

.fa-cc-discover:before {
    content: "\f1f2"
}

.fa-cc-amex:before {
    content: "\f1f3"
}

.fa-cc-paypal:before {
    content: "\f1f4"
}

.fa-cc-stripe:before {
    content: "\f1f5"
}

.fa-bell-slash:before {
    content: "\f1f6"
}

.fa-bell-slash-o:before {
    content: "\f1f7"
}

.fa-trash:before {
    content: "\f1f8"
}

.fa-copyright:before {
    content: "\f1f9"
}

.fa-at:before {
    content: "\f1fa"
}

.fa-eyedropper:before {
    content: "\f1fb"
}

.fa-paint-brush:before {
    content: "\f1fc"
}

.fa-birthday-cake:before {
    content: "\f1fd"
}

.fa-area-chart:before {
    content: "\f1fe"
}

.fa-pie-chart:before {
    content: "\f200"
}

.fa-line-chart:before {
    content: "\f201"
}

.fa-lastfm:before {
    content: "\f202"
}

.fa-lastfm-square:before {
    content: "\f203"
}

.fa-toggle-off:before {
    content: "\f204"
}

.fa-toggle-on:before {
    content: "\f205"
}

.fa-bicycle:before {
    content: "\f206"
}

.fa-bus:before {
    content: "\f207"
}

.fa-ioxhost:before {
    content: "\f208"
}

.fa-angellist:before {
    content: "\f209"
}

.fa-cc:before {
    content: "\f20a"
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
    content: "\f20b"
}

.fa-meanpath:before {
    content: "\f20c"
}

.fa-buysellads:before {
    content: "\f20d"
}

.fa-connectdevelop:before {
    content: "\f20e"
}

.fa-dashcube:before {
    content: "\f210"
}

.fa-forumbee:before {
    content: "\f211"
}

.fa-leanpub:before {
    content: "\f212"
}

.fa-sellsy:before {
    content: "\f213"
}

.fa-shirtsinbulk:before {
    content: "\f214"
}

.fa-simplybuilt:before {
    content: "\f215"
}

.fa-skyatlas:before {
    content: "\f216"
}

.fa-cart-plus:before {
    content: "\f217"
}

.fa-cart-arrow-down:before {
    content: "\f218"
}

.fa-diamond:before {
    content: "\f219"
}

.fa-ship:before {
    content: "\f21a"
}

.fa-user-secret:before {
    content: "\f21b"
}

.fa-motorcycle:before {
    content: "\f21c"
}

.fa-street-view:before {
    content: "\f21d"
}

.fa-heartbeat:before {
    content: "\f21e"
}

.fa-venus:before {
    content: "\f221"
}

.fa-mars:before {
    content: "\f222"
}

.fa-mercury:before {
    content: "\f223"
}

.fa-intersex:before,
.fa-transgender:before {
    content: "\f224"
}

.fa-transgender-alt:before {
    content: "\f225"
}

.fa-venus-double:before {
    content: "\f226"
}

.fa-mars-double:before {
    content: "\f227"
}

.fa-venus-mars:before {
    content: "\f228"
}

.fa-mars-stroke:before {
    content: "\f229"
}

.fa-mars-stroke-v:before {
    content: "\f22a"
}

.fa-mars-stroke-h:before {
    content: "\f22b"
}

.fa-neuter:before {
    content: "\f22c"
}

.fa-genderless:before {
    content: "\f22d"
}

.fa-facebook-official:before {
    content: "\f230"
}

.fa-pinterest-p:before {
    content: "\f231"
}

.fa-whatsapp:before {
    content: "\f232"
}

.fa-server:before {
    content: "\f233"
}

.fa-user-plus:before {
    content: "\f234"
}

.fa-user-times:before {
    content: "\f235"
}

.fa-hotel:before,
.fa-bed:before {
    content: "\f236"
}

.fa-viacoin:before {
    content: "\f237"
}

.fa-train:before {
    content: "\f238"
}

.fa-subway:before {
    content: "\f239"
}

.fa-medium:before {
    content: "\f23a"
}

.fa-yc:before,
.fa-y-combinator:before {
    content: "\f23b"
}

.fa-optin-monster:before {
    content: "\f23c"
}

.fa-opencart:before {
    content: "\f23d"
}

.fa-expeditedssl:before {
    content: "\f23e"
}

.fa-battery-4:before,
.fa-battery-full:before {
    content: "\f240"
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
    content: "\f241"
}

.fa-battery-2:before,
.fa-battery-half:before {
    content: "\f242"
}

.fa-battery-1:before,
.fa-battery-quarter:before {
    content: "\f243"
}

.fa-battery-0:before,
.fa-battery-empty:before {
    content: "\f244"
}

.fa-mouse-pointer:before {
    content: "\f245"
}

.fa-i-cursor:before {
    content: "\f246"
}

.fa-object-group:before {
    content: "\f247"
}

.fa-object-ungroup:before {
    content: "\f248"
}

.fa-sticky-note:before {
    content: "\f249"
}

.fa-sticky-note-o:before {
    content: "\f24a"
}

.fa-cc-jcb:before {
    content: "\f24b"
}

.fa-cc-diners-club:before {
    content: "\f24c"
}

.fa-clone:before {
    content: "\f24d"
}

.fa-balance-scale:before {
    content: "\f24e"
}

.fa-hourglass-o:before {
    content: "\f250"
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
    content: "\f251"
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
    content: "\f252"
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
    content: "\f253"
}

.fa-hourglass:before {
    content: "\f254"
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
    content: "\f255"
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
    content: "\f256"
}

.fa-hand-scissors-o:before {
    content: "\f257"
}

.fa-hand-lizard-o:before {
    content: "\f258"
}

.fa-hand-spock-o:before {
    content: "\f259"
}

.fa-hand-pointer-o:before {
    content: "\f25a"
}

.fa-hand-peace-o:before {
    content: "\f25b"
}

.fa-trademark:before {
    content: "\f25c"
}

.fa-registered:before {
    content: "\f25d"
}

.fa-creative-commons:before {
    content: "\f25e"
}

.fa-gg:before {
    content: "\f260"
}

.fa-gg-circle:before {
    content: "\f261"
}

.fa-tripadvisor:before {
    content: "\f262"
}

.fa-odnoklassniki:before {
    content: "\f263"
}

.fa-odnoklassniki-square:before {
    content: "\f264"
}

.fa-get-pocket:before {
    content: "\f265"
}

.fa-wikipedia-w:before {
    content: "\f266"
}

.fa-safari:before {
    content: "\f267"
}

.fa-chrome:before {
    content: "\f268"
}

.fa-firefox:before {
    content: "\f269"
}

.fa-opera:before {
    content: "\f26a"
}

.fa-internet-explorer:before {
    content: "\f26b"
}

.fa-tv:before,
.fa-television:before {
    content: "\f26c"
}

.fa-contao:before {
    content: "\f26d"
}

.fa-500px:before {
    content: "\f26e"
}

.fa-amazon:before {
    content: "\f270"
}

.fa-calendar-plus-o:before {
    content: "\f271"
}

.fa-calendar-minus-o:before {
    content: "\f272"
}

.fa-calendar-times-o:before {
    content: "\f273"
}

.fa-calendar-check-o:before {
    content: "\f274"
}

.fa-industry:before {
    content: "\f275"
}

.fa-map-pin:before {
    content: "\f276"
}

.fa-map-signs:before {
    content: "\f277"
}

.fa-map-o:before {
    content: "\f278"
}

.fa-map:before {
    content: "\f279"
}

.fa-commenting:before {
    content: "\f27a"
}

.fa-commenting-o:before {
    content: "\f27b"
}

.fa-houzz:before {
    content: "\f27c"
}

.fa-vimeo:before {
    content: "\f27d"
}

.fa-black-tie:before {
    content: "\f27e"
}

.fa-fonticons:before {
    content: "\f280"
}

.fa-reddit-alien:before {
    content: "\f281"
}

.fa-edge:before {
    content: "\f282"
}

.fa-credit-card-alt:before {
    content: "\f283"
}

.fa-codiepie:before {
    content: "\f284"
}

.fa-modx:before {
    content: "\f285"
}

.fa-fort-awesome:before {
    content: "\f286"
}

.fa-usb:before {
    content: "\f287"
}

.fa-product-hunt:before {
    content: "\f288"
}

.fa-mixcloud:before {
    content: "\f289"
}

.fa-scribd:before {
    content: "\f28a"
}

.fa-pause-circle:before {
    content: "\f28b"
}

.fa-pause-circle-o:before {
    content: "\f28c"
}

.fa-stop-circle:before {
    content: "\f28d"
}

.fa-stop-circle-o:before {
    content: "\f28e"
}

.fa-shopping-bag:before {
    content: "\f290"
}

.fa-shopping-basket:before {
    content: "\f291"
}

.fa-hashtag:before {
    content: "\f292"
}

.fa-bluetooth:before {
    content: "\f293"
}

.fa-bluetooth-b:before {
    content: "\f294"
}

.fa-percent:before {
    content: "\f295"
}
