/** 分组策略和首页的终端模块定制  */

/** 首页授权详情  */

li {
  outline: none;
}

html {
  font-family: 'Helvetica Neue', '微软雅黑', Arial, sans-serif;
  background: #e5e8eb;
}

a {
  color: inherit;
  text-decoration: inherit;
  cursor: inherit;
}

a:active,
a:focus {
  outline: none;
}

li {
  outline: none;
}

::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.2);
  border: solid 2px rgba(0, 0, 0, 0);
  border-radius: 6px;
  background-clip: content-box;
}

::-webkit-scrollbar-thumb:hover {
  background: rgba(0, 0, 0, 0.25);
  background-clip: content-box;
}

.au-state_icon {
  display: inline-block;
  width: 85px;
  height: 25px;
  vertical-align: top;
  background: url("/res/img/common/index_sprite.png?v=6.3.0.6200_1071") no-repeat -2px -770px;
}

.au-state_icon.official {
  background-position: -2px -689px;
}

.au-state_icon.unauthorized {
  background-position: -2px -744px;
}

.au-state_icon.trial {
  background-position: -2px -717px;
}

.ui-tooltip {
  padding: 8px;
  position: absolute;
  z-index: 9999;
  max-width: 300px;
  -webkit-box-shadow: 0 0 5px #aaa;
  box-shadow: 0 0 5px #aaa;
  font-size: 12px;
  color: #666;
  background: rgba(240, 240, 240, 0.8);
  border-width: 2px;
}

.ui-tooltip .ui-tooltip-content {
  word-break: break-all;
}

.ui-helper-hidden,
.ui-helper-hidden-accessible {
  display: none;
}

html.gray {
  filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  filter: grayscale(100%);
}

@media only screen and (-webkit-min-device-pixel-ratio: 2) {
  html.gray {
    -webkit-transform: translateZ(0);
  }
}

.text-ellipsis {
  -o-text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.terminalAdmin,
.taskprogress {
  cursor: pointer;
}

.taskprogress {
  cursor: pointer;
}

pre {
  display: inline;
  margin: 0;
  -o-text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-family: '微软雅黑', 'Helvetica Neue', Arial, sans-serif;
}

/*去除浏览器默认的clear-icon*/

input[type=password]::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}

input[type=password]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}

input::-webkit-search-decoration,
input::-webkit-search-cancel-button,
input::-webkit-search-results-button,
input::-webkit-search-results-decoration {
  display: none;
}

input[type="password"]::-webkit-soft-keyboard-button {
  display: none !important;
}

input[type=checkbox],
input[type=radio] {
  -webkit-appearance: none;
  appearance: none;
  font: normal normal normal 14px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  border: 0;
  outline: 0;
  vertical-align: middle;
}

input[type="checkbox"]:before {
  width: 14px;
  display: inline-block;
  content: "\f096";
}

input[type="checkbox"]:checked:before {
  width: 14px;
  content: "\f046";
}

input[type="checkbox"]:indeterminate:before {
  width: 14px;
  content: "\f146";
}

input[type="checkbox"]:checked,
input[type="checkbox"]:indeterminate {
  color: #8cc24e;
}

input[type="checkbox"]:disabled {
  color: #CCC;
}

input[type="text"]:disabled {
  background: #f1f1f1;
}

input[type=radio]:before {
  content: "\f10c";
}

input[type=radio]:checked:before {
  content: "\f192";
}

input[type=radio]:checked {
  color: #8cc24e;
}

input[type=radio]:disabled {
  color: #CCC;
}

i.switch {
  cursor: pointer;
}

i.switch[data-status="on"] {
  font-size: 20px;
  color: #8cc24e;
}

i.switch[data-status="off"] {
  font-size: 20px;
  color: #666;
}

i.switch.disabled {
  color: #CCC;
}

.fa {
  -webkit-text-stroke-width: 0.2px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left: 5px;
}

.nowrap {
  white-space: nowrap;
}

.none {
  display: none;
}

.link {
  color: #5691d3;
}

.delete-box,
.move-box {
  height: auto;
  margin: 28px;
}

.upgrade_box {
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1050;
  left: 0;
  top: 0;
}

.upgrade_box .process_container {
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  background: #FFF;
  margin: 1em;
  border: 1px solid #ccc;
  font-size: 12px;
  color: #666;
}

.upgrade_box .process_container .popup-body {
  position: relative;
  margin: 10px;
  line-height: 22px;
}

.upgrade_box .process_container .check_upgrade_loading {
  text-align: center;
}

.upgrade_box .process_container label {
  line-height: 22px;
  vertical-align: top;
}

.upgrade_box .process_container .loading_process {
  position: relative;
  display: inline-block;
  width: 250px;
  height: 16px;
  background: #B7BAB4;
  line-height: 16px;
  min-height: 0;
  margin: 0;
  top: 0;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  overflow: hidden;
}

.upgrade_box .process_container .loading_process > i {
  position: relative;
  z-index: 1000;
  left: 45%;
}

.upgrade_box .process_container .loading_process .proc_width {
  position: absolute;
  width: 250px;
  height: 16px;
  left: -250px;
  background: #82bd3e;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

.upgrade_box .process_container .upgrade-container {
  margin: 1em;
  max-height: 500px;
  max-width: 600px;
  overflow-y: auto;
}

.upgrade_box .process_container .upgrade-container .no_content {
  color: #666;
  font-size: 12px;
}

.upgrade_box .process_container .upgrade-container > h2 {
  font-size: 1.2em;
  margin: 0.8em 0;
  color: #333;
}

.upgrade_box .process_container .upgrade-container > ul {
  list-style: none;
  margin: 0;
  padding: 0;
  word-wrap: word-break;
  overflow: hidden;
}

.upgrade_box .process_container .upgrade-container > ul > li {
  position: relative;
  display: block;
  padding-left: 12px;
  font-size: 12px;
  color: #666;
  line-height: 26px;
  vertical-align: top;
}

.upgrade_box .process_container .upgrade-container > ul > li:before {
  position: absolute;
  left: 0;
  line-height: 26px;
  vertical-align: top;
  font-family: FontAwesome;
  display: inline-block;
  content: '\f041';
  color: #82bd3e;
}

.pager-placeholder {
  height: 50px;
}

.common-tools {
  min-width: 1022px;
  max-width: 1280px;
  margin: 10px auto 0 auto;
  height: 38px;
  border: 1px solid #d8dadb;
  background: white;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.common-tools > .tools-back {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  text-align: center;
  width: 38px;
  height: 38px;
  font-size: 16px;
  line-height: 38px;
  color: #999;
  background: #f7f8f9;
}

.search-wrap {
  background: #f7f8f9;
  position: relative;
  float: right;
  height: 100%;
  color: #666;
  padding-left: 0.3em;
  border-left: 1px solid #e5e5e5;
  white-space: nowrap;
}

.search-wrap > p {
  font-size: 12px;
  margin: 0;
  line-height: 38px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

.search-wrap .fa-search,
.search-wrap .fa-close {
  width: 20px;
  height: 38px;
  line-height: 36px;
  font-size: 16px;
  cursor: pointer;
  position: absolute;
  right: 14px;
  top: 1px;
  text-align: center;
}

.search-wrap .fa-search:hover,
.search-wrap .fa-close:hover,
.search-wrap .fa-search:active,
.search-wrap .fa-close:active {
  color: #82BD3E;
}

.search-wrap .search-type {
  vertical-align: 13px;
  width: 380px;
}

.search-wrap .search-type input {
  background: #f7f8f9;
}

.search-wrap .pc-detail {
  background: #f7f8f9;
  border: 0;
  outline: 0;
  width: 180px;
  padding: 4px 1.2em 4px 10px;
  margin: 0;
  height: 30px;
  line-height: 30px;
  vertical-align: top;
  font-size: 12px;
}

.search-wrap .search-options {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 20px;
  height: 38px;
  line-height: 36px;
  text-align: center;
  position: relative;
  z-index: 9;
}

.search-wrap .search-options .option {
  position: absolute;
  display: none;
  top: 37px;
  right: -1px;
  background: #FFF;
  border: solid 1px #cccccc;
  border-bottom: 0;
}

.search-wrap .search-options .option p {
  margin: 0;
  font-size: 14px;
  padding: 0 1em;
  line-height: 2;
  border-bottom: solid 1px #cccccc;
  cursor: pointer;
  text-align: left;
}

.search-wrap .search-options .option p:hover {
  color: #82BD3E;
}

.search-wrap .search-options .search-drop {
  width: 7px;
  height: 7px;
  position: absolute;
  right: 1px;
  bottom: 1px;
  background: url("/res/img/common/search-drop.png?v=6.3.0.6200_1071");
}

.common-content-main {
  background: white;
  font-size: 12px;
  color: #666;
}

.common-content-main .common-content-tools {
  padding: 8px;
  background: #f1f4f7;
  border-bottom: 1px solid #d6d6d6;
  box-sizing: border-box;
  position: relative;
}

.common-content-main .common-content-tools .right {
  float: right;
}

.common-content-main .common-content-tools .button {
  height: 24px;
  line-height: 24px;
}

.common-content-main .common-content-tools .button.available {
  color: #FFF;
  background: #82bd3e;
  border: solid 1px #82bd3e;
}

.common-content-main .common-content-tools .button:hover {
  background: #91ce4c;
  border: solid 1px #91ce4c;
}

.common-content-main .common-content-tools .button.freeze {
  cursor: default;
}

.common-content-main .common-content-tools .button.freeze:hover {
  background: #eff2f4;
  border: 1px solid #ccc;
  color: #666;
}

.common-content-main .common-content-tools a {
  cursor: pointer;
}

.common-content-main .lines {
  background: #e5e5e5;
  width: 750px;
  height: 1px;
  margin: 0 0 10px 0;
}

.common-content-main .pager {
  position: absolute;
  bottom: 15px;
  right: 15px;
  vertical-align: top;
}

.common-content-main .pager .total-record {
  color: #666;
  display: inline-block;
  height: 30px;
  line-height: 30px;
  vertical-align: top;
}

.common-content-main .pager > a {
  border: 1px solid #ccc;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  display: inline-block;
  line-height: 28px;
  height: 28px;
  padding: 0 10px;
  color: #666;
}

.common-content-main .pager > a.active {
  border: 0;
  color: white;
  background: #82bd3e;
}

.common-content-main .pager > a.next,
.common-content-main .pager > a.prev {
  background: #eff2f4;
}

.common-content-main .pager > a.next.active,
.common-content-main .pager > a.prev.active {
  border: 0;
  color: #333;
}

.common-content-main .pager .pagination-num {
  width: 20px;
  height: 28px;
  padding: 0 5px;
  border: 1px solid #ccc;
  color: #666;
  line-height: 28px;
  vertical-align: top;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

.button {
  display: inline-block;
  border: 1px solid #ccc;
  background: #eff2f4;
  line-height: 28px;
  padding: 0 13px;
  color: #666;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

.button:hover {
  background: #82bd3e;
  color: white;
}

.button .freeze:hover {
  background: #eff2f4;
  border: 1px solid #ccc;
  color: #666;
  cursor: default;
}

.table-switch {
  color: #666;
  background-color: #f1f4f7;
  padding: 0;
  border-bottom: 1px solid #d6d6d6;
  height: 39px;
}

.table-switch .switch-btn {
  display: inline-block;
  line-height: 36px;
  vertical-align: middle;
  margin: 0 15px;
  position: relative;
}

.table-switch .switch-btn .triangle {
  position: absolute;
  width: 0;
  height: 0;
  border: 4.24264069px solid transparent;
  _border-style: dashed;
  border-top-color: #ccc;
  _border-top-style: solid;
  margin-left: -4.24264069px;
  margin-top: -4.24264069px;
  _font-size: 0;
  _line-height: 0;
  top: 36px;
  left: 50%;
  margin-left: -2px;
}

.table-switch .separator {
  color: #ccc;
}

.loading-wrap {
  position: fixed;
  z-index: 1050;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7") repeat\0;
  background: rgba(0, 0, 0, 0.01);
  zoom: 1\0;
  z-index: 1051;
}

.loading-wrap .est-valign-ghost {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.loading-wrap > .popup-content {
  display: inline-block;
  vertical-align: middle;
}

@media screen and (min-width:0\0) {
  .loading-wrap {
    filter: none;
  }
}

.loading-wrap .est-valign-ghost {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.loading-wrap .loading {
  display: inline-block;
  vertical-align: middle;
}

.loading {
  z-index: 1051;
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 64px;
  margin-left: -32px;
  margin-top: -32px;
  overflow: hidden;
  height: 64px;
  width: 64px;
}

.loading .mum {
  position: absolute;
  display: block;
  width: 64px;
  height: 512px;
  overflow: hidden;
  background: url("/res/img/common/loading.png?v=6.3.0.6200_1071") no-repeat;
}

.tips {
  position: absolute;
  left: 50%;
  top: 90px;
  z-index: 1052;
  width: 740px;
  line-height: 30px;
  background: #6da14e;
  background: rgba(109, 161, 78, 0.8);
  border: 1px solid #629146;
  margin-left: -370px;
  color: #fff;
  font-size: 14px;
}

.tips .tips-icon {
  -webkit-appearance: none;
  appearance: none;
  font: normal normal normal 14px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: 30px;
  margin: 0 6px;
  vertical-align: top;
}

.tips.success .tips-icon {
  display: inline-block;
  width: 17px;
  height: 17px;
  margin: 0 12px;
}

.tips.success .tips-icon:before {
  content: "\f14a";
  vertical-align: top;
}

.tips .tips-txt {
  display: inline-block;
  vertical-align: middle;
}

.tips.warning {
  background: #fa7f2e;
  background: rgba(250, 127, 46, 0.8);
  border-color: #e17229;
}

.tips.warning .tips-icon:before {
  content: "\f071";
  vertical-align: top;
}

.common-header {
  background: #061931 url("/res/img/header/header-background.png?v=6.3.0.6200_1071") no-repeat top center;
  height: 73px;
}

.common-header > .wrap {
  min-width: 1024px;
  max-width: 1280px;
  margin: 0 auto;
  *zoom: 1;
}

.common-header > .wrap:before,
.common-header > .wrap:after {
  display: table;
  content: "";
}

.common-header > .wrap:after {
  clear: both;
}

.common-header > .wrap:before,
.common-header > .wrap:after {
  display: table;
  content: "";
}

.common-header > .wrap:after {
  clear: both;
}

.common-header > .wrap .systemIcon {
  float: left;
  margin: 18px 0 0 0;
  width: 125px;
  height: 40px;
  vertical-align: top;
  background: url("/res/img/common/index_sprite.png?v=6.3.0.6200_1071") no-repeat -48px -125px;
}

.common-header > .wrap .au-icon-container {
  display: block;
  float: left;
  width: 198px;
  height: 56px;
  margin: 10px 0 0 10px;
  overflow: hidden;
}

.common-header > .wrap .au-icon-container .au-icon {
  display: inline-block;
  line-height: 56px;
}

.common-footer {
  *zoom: 1;
  background: #e5e8eb;
  overflow: hidden;
  width: 100%;
}

.common-footer:before,
.common-footer:after {
  display: table;
  content: "";
}

.common-footer:after {
  clear: both;
}

.common-footer:before,
.common-footer:after {
  display: table;
  content: "";
}

.common-footer:after {
  clear: both;
}

.common-footer > .copyright {
  text-align: center;
  font-size: 12px;
  color: #666;
}

button {
  border: none;
  background: none;
}

.btn {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background: #eff2f4;
  border: 1px solid #d6d6d6;
  font-family: 'Microsoft Yahei', Arial, sans-serif;
  font-size: 12px;
  color: #666;
  line-height: 28px;
}

.btn-lg {
  padding: 0 28px;
  line-height: 30px;
}

.btn-success {
  background: #82bd3e;
  color: white;
  border: 1px solid #82bd3e;
}

.btn-primary {
  background: #5691d3;
  color: white;
  border: none;
}

.setting,
.export,
.btn-filter,
.btn-custom-filter,
.verision_distributed,
.account_import,
.account-filter,
.advance-filter-btn {
  color: #666;
  margin: 5px 4px 0 4px;
}

.dropdown-star {
  cursor: pointer;
  display: inline-block;
  border: 1px solid #ccc;
  width: 22px;
  height: 24px;
  vertical-align: top;
  margin-left: -1px;
}

.dropdown-star i {
  top: 5px;
  position: absolute;
  width: 0;
  height: 0;
  border: 5.65685425px solid transparent;
  _border-style: dashed;
  border-top-color: #999;
  _border-top-style: solid;
  margin-top: 6px;
  margin-right: 6px;
  margin-bottom: 6px;
  margin-left: 6px;
  _font-size: 0;
  _line-height: 0;
}

.ipfilter {
  height: 1em;
  padding: 0.1em 0.2em;
  border: solid 1px #A9A9A9;
  color: #333;
}

.ipfilter input {
  color: #333;
  width: 2em;
  height: 1em;
  line-height: 1em;
  border: 0;
  margin: 0;
  padding: 0;
  outline: none;
}

.qsert-container {
  width: 520px;
  height: auto;
  font-size: 12px;
  color: #666;
}

.qsert-container .q_section {
  padding: 20px 30px;
  background: #fff;
  border-top: 1px solid #d6d6d6;
  *zoom: 1;
}

.qsert-container .q_section:before,
.qsert-container .q_section:after {
  display: table;
  content: "";
}

.qsert-container .q_section:after {
  clear: both;
}

.qsert-container .q_section:before,
.qsert-container .q_section:after {
  display: table;
  content: "";
}

.qsert-container .q_section:after {
  clear: both;
}

.qsert-container .q_section .logo-outter {
  *zoom: 1;
  margin-bottom: 1em;
}

.qsert-container .q_section .logo-outter:before,
.qsert-container .q_section .logo-outter:after {
  display: table;
  content: "";
}

.qsert-container .q_section .logo-outter:after {
  clear: both;
}

.qsert-container .q_section .logo-outter:before,
.qsert-container .q_section .logo-outter:after {
  display: table;
  content: "";
}

.qsert-container .q_section .logo-outter:after {
  clear: both;
}

.qsert-container .q_section .logo_placeholder,
.qsert-container .q_section .webuploader-pick {
  width: 218px;
  height: 72px;
  float: left;
  background: none;
  padding: 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.qsert-container .q_section .qsert_info {
  float: left;
  color: #666;
  text-align: left;
  padding: 0 0 0 1em;
}

.qsert-container .q_section .qsert_info .au-state_icon {
  cursor: normal;
}

.qsert-container .q_section .qsert_info p {
  line-height: 24px;
  margin: 0;
}

.qsert-container .q_section .webuploader-pick-hover:before {
  content: '修改logo \A （建议尺寸：200*55）';
  white-space: pre;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  left: 0;
  top: 0;
  padding-top: 18px;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.qsert-container .q_section .qsert_module_container > h2 {
  position: relative;
  border-top: 1px solid #ccc;
  color: #666;
  font-size: 12px;
  font-weight: normal;
  padding: 12px 0;
  margin: 0;
  cursor: pointer;
}

.qsert-container .q_section .qsert_module_container > h2:before {
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
  position: absolute;
  display: block;
  content: '';
  width: 0px;
  height: 0px;
  right: 0;
  top: 12px;
  border: 4px solid transparent;
  border-bottom-color: #999;
}

.qsert-container .q_section .qsert_module_container > h2.active:before {
  border-color: transparent;
  border-top-color: #999;
}

.qsert-container .q_section .qsert_module_container > h2 > span {
  padding: 0 1.2em;
}

.qsert-container .q_section .qsert_module_container > h2 > span.first_span {
  display: inline-block;
  width: 90px;
  padding: 0;
}

.qsert-container .q_section .qsert_module_container > h2 > span.client-num {
  -o-text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: inline-block;
  width: 140px;
  vertical-align: middle;
}

.qsert-container .q_section .qsert_module_container .qsert-modules {
  *zoom: 1;
  margin: 0;
  padding: .2em 0;
  clear: both;
  list-style: none;
  display: none;
  max-height: 150px;
  overflow: auto;
}

.qsert-container .q_section .qsert_module_container .qsert-modules:before,
.qsert-container .q_section .qsert_module_container .qsert-modules:after {
  display: table;
  content: "";
}

.qsert-container .q_section .qsert_module_container .qsert-modules:after {
  clear: both;
}

.qsert-container .q_section .qsert_module_container .qsert-modules:before,
.qsert-container .q_section .qsert_module_container .qsert-modules:after {
  display: table;
  content: "";
}

.qsert-container .q_section .qsert_module_container .qsert-modules:after {
  clear: both;
}

.qsert-container .q_section .qsert_module_container .qsert-modules li {
  width: 24%;
  float: left;
}

.qsert-container .q_section .qsert_module_container .qsert-modules li .module-icon {
  width: 50px;
  height: 50px;
  margin: 0 auto;
  background-image: url("/res/img/tools/modules.png?v=6.3.0.6200_1071");
  background-repeat: no-repeat;
}

.qsert-container .q_section .qsert_module_container .qsert-modules li .module-icon[status='-1'],
.qsert-container .q_section .qsert_module_container .qsert-modules li .module-icon[status='0'] {
  background-image: url("/res/img/tools/modules_gray.png?v=6.3.0.6200_1071");
}

.qsert-container .q_section .qsert_module_container .qsert-modules li .module-icon.com_360base {
  background-position: 0 0;
}

.qsert-container .q_section .qsert_module_container .qsert-modules li .module-icon.icon3 {
  background-position: -100px 0;
}

.qsert-container .q_section .qsert_module_container .qsert-modules li .module-icon.com_360nac {
  background-position: -150px 0;
}

.qsert-container .q_section .qsert_module_container .qsert-modules li .module-icon.com_xpfix {
  background-position: -50px -100px;
}

.qsert-container .q_section .qsert_module_container .qsert-modules li .module-icon.com_tommc {
  background-position: -100px 0;
}

.qsert-container .q_section .qsert_module_container .qsert-modules li .module-icon.icon12 {
  background-position: -150px -100px;
}

.qsert-container .q_section .qsert_module_container .qsert-modules li .module-icon.com_esmc_usb {
  background-position: 0px -150px;
}

.qsert-container .q_section .qsert_module_container .qsert-modules li .module-icon.com_engine_bd,
.qsert-container .q_section .qsert_module_container .qsert-modules li .module-icon.com_ext_engine_bd,
.qsert-container .q_section .qsert_module_container .qsert-modules li .module-icon.com_winser_ext_engine_bd {
  background-position: -50px -150px;
}

.qsert-container .q_section .qsert_module_container .qsert-modules li .module-icon.com_vm,
.qsert-container .q_section .qsert_module_container .qsert-modules li .module-icon.com_vm_vm,
.qsert-container .q_section .qsert_module_container .qsert-modules li .module-icon.vm {
  background-position: 0 -300px;
}

.qsert-container .q_section .qsert_module_container .qsert-modules li .module-icon.com_linux_server {
  background-position: -150px -250px;
}

.qsert-container .q_section .qsert_module_container .qsert-modules li .module-icon.com_linux {
  background-position: -50px -300px;
}

.qsert-container .q_section .qsert_module_container .qsert-modules li .module-icon.com_360av,
.qsert-container .q_section .qsert_module_container .qsert-modules li .module-icon.com_linux_360av,
.qsert-container .q_section .qsert_module_container .qsert-modules li .module-icon.com_linuxser_360av,
.qsert-container .q_section .qsert_module_container .qsert-modules li .module-icon.com_winser_360av,
.qsert-container .q_section .qsert_module_container .qsert-modules li .module-icon.com_mac_360av {
  background-position: -50px 0;
}

.qsert-container .q_section .qsert_module_container .qsert-modules li .module-icon.com_360av_update,
.qsert-container .q_section .qsert_module_container .qsert-modules li .module-icon.com_linux_360av_update,
.qsert-container .q_section .qsert_module_container .qsert-modules li .module-icon.com_linuxser_360av_update,
.qsert-container .q_section .qsert_module_container .qsert-modules li .module-icon.com_winser_360av_update,
.qsert-container .q_section .qsert_module_container .qsert-modules li .module-icon.com_mac_360av_update {
  background-position: 0 -400px;
}

.qsert-container .q_section .qsert_module_container .qsert-modules li .module-icon.com_leakfix,
.qsert-container .q_section .qsert_module_container .qsert-modules li .module-icon.com_winser_leakfix {
  background-position: 0 -100px;
}

.qsert-container .q_section .qsert_module_container .qsert-modules li .module-icon.com_leakfix_update,
.qsert-container .q_section .qsert_module_container .qsert-modules li .module-icon.com_winser_leakfix_update {
  background-position: -150px -350px;
}

.qsert-container .q_section .qsert_module_container .qsert-modules li .module-icon.com_engine_bd {
  background-position: -50px -150px;
}

.qsert-container .q_section .qsert_module_container .qsert-modules li .module-icon.com_valuecheck {
  background-position: 0px -350px;
}

.qsert-container .q_section .qsert_module_container .qsert-modules li .module-icon.com_protectcheck {
  background-position: -150px -300px;
}

.qsert-container .q_section .qsert_module_container .qsert-modules li .module-icon.com_logcheck {
  background-position: -100px -300px;
}

.qsert-container .q_section .qsert_module_container .qsert-modules li .module-icon.com_terminal {
  background-position: -50px -350px;
}

.qsert-container .q_section .qsert_module_container .qsert-modules li .module-icon.com_ent_softmgr {
  background-position: -100px -350px;
}

.qsert-container .q_section .qsert_module_container .qsert-modules li .module-icon.com_policecloud {
  background-position: 0 -250px;
}

.qsert-container .q_section .qsert_module_container .qsert-modules li .module-icon.com_sslvpn {
  background-position: -150px -400px;
}

.qsert-container .q_section .qsert_module_container .qsert-modules li .module-icon.health_online {
  background-position: -150px -450px;
}

.qsert-container .q_section .qsert_module_container .qsert-modules li .module-icon.com_tommc {
  background-position: -100px 0;
}

.qsert-container .q_section .qsert_module_container .qsert-modules li .module-icon.com_hassets {
  background-position: -50px -450px;
}

.qsert-container .q_section .qsert_module_container .qsert-modules li .module-icon.com_softwaredis {
  background-position: 0 -450px;
}

.qsert-container .q_section .qsert_module_container .qsert-modules li .module-icon.com_safe_check {
  background-position: -100px -400px;
}

.qsert-container .q_section .qsert_module_container .qsert-modules li .module-icon.com_c_bcm_nacplugin {
  background-position: -100px -450px;
}

.qsert-container .q_section .qsert_module_container .qsert-modules li .module-icon.com_ext_engine_avira,
.qsert-container .q_section .qsert_module_container .qsert-modules li .module-icon.com_winser_ext_engine_avira {
  background-position: -50px -400px;
}

.qsert-container .q_section .qsert_module_container .qsert-modules li .module-icon.com_coremail {
  background-position: 0 -500px;
}

.qsert-container .q_section .qsert_module_container .qsert-modules li .module-icon.com_appcontrol,
.qsert-container .q_section .qsert_module_container .qsert-modules li .module-icon.com_linuxser_appcontrol,
.qsert-container .q_section .qsert_module_container .qsert-modules li .module-icon.com_winser_appcontrol {
  background-position: 0 -500px;
}

.qsert-container .q_section .qsert_module_container p {
  margin: 0;
  line-height: 2;
  text-align: center;
}

.qsert-container .q_section button {
  float: right;
  background: #82bd3e;
  color: #fff;
  margin-top: 12px;
}

.qsert-container .q_section .cert_tips {
  width: 320px;
  display: inline-block;
  margin-top: 12px;
  font-weight: bold;
}

.qsert-container .q_section .expire-time {
  margin-top: 12px;
  line-height: 32px;
  display: inline-block;
}

.au-uploader {
  width: 400px;
  padding: 10px 10px 0 26px;
  font-size: 12px;
  text-align: left;
}

.au-uploader .upfile-error {
  color: red;
  display: none;
}

.au-uploader .au-notice {
  line-height: 30px;
  color: #999;
}

.au-uploader .au-notice span {
  color: red;
}

.au-uploader .upfile-info {
  font-weight: bold;
  line-height: 2;
}

.au-uploader .upfile-states {
  color: red;
  line-height: 2;
}

.au-uploader .upfile-states div {
  display: none;
}

.au-uploader > button {
  display: none;
}

.au-uploader .link {
  color: #00b7ee;
}

.au-uploader #picker-file {
  height: 22px;
}

.au-uploader #picker {
  display: inline-block;
}

.au-uploader #picker .webuploader-pick {
  background: #eff2f4;
  color: #666;
  height: 27px;
  border: 1px solid #ccc;
  line-height: 27px;
  vertical-align: middle;
  padding: 0px 15px;
}

.alert_tips p {
  margin: .5em 0;
  line-height: 24px;
}

.alert_tips p span {
  color: red;
  font-weight: bold;
}

.alert_tips .modules_list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.alert_tips .modules_list li > p {
  line-height: 24px;
  vertical-align: middle;
}

.alert_tips .modules_list li > p > span {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 0.2em;
  vertical-align: middle;
  background: url("/res/img/common/au_color_sprite.png?v=6.3.0.6200_1071") no-repeat;
}

.alert_tips .modules_list li > p > span.overtime {
  background: url("/res/img/common/au_gray_sprite.png?v=6.3.0.6200_1071") no-repeat;
}

.alert_tips .modules_list li > p > span.com_360base {
  background-position: 0 0;
}

.alert_tips .modules_list li > p > span.com_engine_bd {
  background-position: -20px 0;
}

.alert_tips .modules_list li > p > span.com_360av {
  background-position: -42px 0;
}

.alert_tips .modules_list li > p > span.com_leakfix {
  background-position: -63px 0;
}

.alert_tips .modules_list li > p > span.com_esmc {
  background-position: -84px 0;
}

.alert_tips .modules_list li > p > span.com_esmc_usb {
  background-position: -105px 0;
}

.alert_tips .modules_list li > p > span.com_xpfix {
  background-position: -126px 0;
}

.alert_tips .modules_list li > p > span.com_360nac {
  background-position: -168px 0;
}

.alert_tips .modules_list li > p > span.ims {
  background-position: -210px 0;
}

.alert_tips .modules_list li > p > span.com_terminal {
  background-position: -415px 0;
}

.alert_tips .modules_list li > p > span.com_vm {
  background-position: -311px 0;
}

.alert_tips .modules_list li > p > span.com_valuecheck {
  background-position: -394px 0;
}

.alert_tips .modules_list li > p > span.com_protectcheck {
  background-position: -373px 0;
}

.alert_tips .modules_list li > p > span.com_logcheck {
  background-position: -352px 0;
}

.alert_tips .modules_list li > p > span.com_ent_softmgr {
  background-position: -437px 0;
}

.setting-tpl {
  padding: 10px 40px;
  font-size: 12px;
}

.setting-tpl h4 {
  font-size: 14px;
  font-weight: normal;
}

.setting-tpl .section {
  margin: 0 50px;
}

.setting-tpl .section p {
  font-weight: bold;
}

.setting-tpl .section > span {
  display: block;
  line-height: 28px;
}

.setting-tpl .section label {
  display: inline-block;
  width: 110px;
  padding: 0;
  margin: 10px 0;
  line-height: 16px;
  vertical-align: middle;
}

.setting-tpl .section label input {
  margin-right: 5px;
}

.setting-tpl .section label span {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  margin-right: 5px;
}

.setting-tpl .section label p {
  color: #999;
  margin: 0 160px 0 0;
  font-weight: normal;
  float: right;
}

.header-tools .interval {
  color: #999;
}

.header-tools select {
  border: 0;
  height: 22px;
}

.red {
  color: red;
}

.confirm-tip {
  color: #666;
  margin: 20px;
  font-size: 12px;
}

.clearfix {
  *zoom: 1;
}

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

.clearfix:after {
  clear: both;
}

.message-tip {
  font-size: 12px;
  border-radius: 2px;
  position: absolute;
  background: #fdfdf7;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
  top: 1em;
  left: 50%;
  margin-left: -100px;
  z-index: 99;
}

.message-tip .message {
  color: #663300;
  height: 20px;
  margin: 0 1em;
  padding: 5px 15px 5px 0;
  position: relative;
  line-height: 20px;
  border-bottom: solid 1px #e4e4e1;
}

.message-tip .message .fa-close {
  cursor: pointer;
  position: absolute;
  top: 9px;
  right: 0px;
}

.message-tip .message a {
  color: #5691d3;
}

.message-tip .message i {
  color: #999;
}

.message-tip .more-message {
  display: none;
}

.message-tip .show-more {
  color: #DDD;
  cursor: pointer;
  line-height: 24px;
  text-align: center;
  background: #53667e;
  border-radius: 0 0 2px 2px;
}

.message-tip .show-more:hover {
  color: #FFF;
}

.message-tip .hide-more {
  display: none;
  color: #666;
  height: 30px;
  padding: 0 1em;
  cursor: pointer;
  line-height: 30px;
}

.message-tip .hide-more a {
  color: #5691d3;
  float: right;
}

.none {
  display: none;
}

input[type="text"].error {
  border: solid 1px #F00;
}

.help_tip_content {
  right: 12px;
  top: 12px;
  z-index: 9999;
  width: 240px;
}

#ipSelection {
  font-size: 12px;
  color: #999;
  padding: 1.2em 2em;
}

#ipSelection > ul {
  list-style: none;
  padding: 0 1.8em 0 0;
  margin: 0;
}

#ipSelection > ul li {
  background: #DEDEDE;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  line-height: 24px;
  vertical-align: top;
  margin: 1em 0;
  color: #666;
  text-indent: 42px;
  position: relative;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
  cursor: pointer;
}

#ipSelection > ul li:hover {
  text-indent: 48px;
}

#ipSelection > ul li:hover > i {
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  transform: rotate(360deg);
}

#ipSelection > ul li > i {
  position: absolute;
  background: #82bd3e;
  display: inline-block;
  width: 26px;
  height: 26px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  border: 3px solid #fff;
  text-align: center;
  line-height: 24px;
  text-indent: 0;
  left: -6px;
  top: -4px;
  color: #fff;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  -ms-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  transition: all ease 0.5s;
  -webkit-transform: rotate(-360deg);
  -moz-transform: rotate(-360deg);
  -ms-transform: rotate(-360deg);
  -o-transform: rotate(-360deg);
  transform: rotate(-360deg);
}

.au_state-container {
  font-size: 12px;
}

.au_state-container .alert_tips {
  margin: 20px 30px;
  min-width: 540px;
}

.au_state-container .alert_tips .top_info {
  *zoom: 1;
  width: 540px;
  margin-bottom: 20px;
}

.au_state-container .alert_tips .top_info:before,
.au_state-container .alert_tips .top_info:after {
  display: table;
  content: "";
}

.au_state-container .alert_tips .top_info:after {
  clear: both;
}

.au_state-container .alert_tips .top_info:before,
.au_state-container .alert_tips .top_info:after {
  display: table;
  content: "";
}

.au_state-container .alert_tips .top_info:after {
  clear: both;
}

.au_state-container .alert_tips .top_info .alert_icon {
  display: block;
  float: left;
  width: 52px;
  height: 52px;
  background: url("/res/img/common/attention.png?v=6.3.0.6200_1071") no-repeat;
  margin: 6px 12px 0 0;
}

.au_state-container .alert_tips .top_info p {
  margin: .5em 0;
  line-height: 24px;
  vertical-align: top;
}

.au_state-container .alert_tips .top_info p span {
  color: red;
  font-weight: bold;
}

.au_state-container .alert_tips .au_module_container > h2 {
  position: relative;
  font-size: 14px;
  color: #666;
  margin: 0;
  padding: 8px 0;
  border-top: 1px solid #e5e5e5;
  font-weight: normal;
  width: 540px;
}

.au_state-container .alert_tips .au_module_container > h2:after {
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  content: '';
  right: 6px;
  top: 12px;
  border: 5px solid transparent;
  border-bottom-color: #999;
}

.au_state-container .alert_tips .au_module_container > h2.active:after {
  border-color: transparent;
  border-top-color: #999;
}

.au_state-container .alert_tips .modules_list {
  margin: 0;
  padding: 0;
  width: 540px;
}

.au_state-container .alert_tips .modules_list table {
  width: 540px;
  table-layout: fixed;
}

.au_state-container .alert_tips .modules_list table tr {
  border-bottom: 1px dashed #e5e5e5;
}

.au_state-container .alert_tips .modules_list table tr:last-child {
  border-bottom: 0;
}

.au_state-container .alert_tips .modules_list table td {
  box-sizing: border-box;
  display: inline-block;
  width: 268px;
  padding: 8px 0;
  line-height: 24px;
  vertical-align: middle;
}

.au_state-container .alert_tips .modules_list table td .p_icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 0.2em;
  vertical-align: middle;
  background: url("/res/img/common/au_color_sprite.png?v=6.3.0.6200_1071") no-repeat;
}

.au_state-container .alert_tips .modules_list table td .p_icon.overtime {
  background: url("/res/img/common/au_gray_sprite.png?v=6.3.0.6200_1071") no-repeat;
}

.au_state-container .alert_tips .modules_list table td .p_icon.windows {
  background-position: -271px 0;
}

.au_state-container .alert_tips .modules_list table td .p_icon.windows_server {
  background-position: -331px 0;
}

.au_state-container .alert_tips .modules_list table td .p_icon.linux {
  background-position: -251px 0;
}

.au_state-container .alert_tips .modules_list table td .p_icon.linux_server {
  background-position: -291px 0;
}

.au_state-container .alert_tips .modules_list table td .p_icon.vm {
  background-position: -311px 0;
}

.au_state-container .alert_tips .modules_list table td > .m_icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 0.2em;
  vertical-align: middle;
  background: url("/res/img/tools/au_color_sprite.png?v=6.3.0.6200_1071") no-repeat;
}

.au_state-container .alert_tips .modules_list table td > .m_icon.overtime {
  background: url("/res/img/tools/au_gray_sprite.png?v=6.3.0.6200_1071") no-repeat;
}

.au_state-container .alert_tips .modules_list table td > .m_icon.com_360base {
  background-position: 0 0;
}

.au_state-container .alert_tips .modules_list table td > .m_icon.com_engine_bd {
  background-position: -20px 0;
}

.au_state-container .alert_tips .modules_list table td > .m_icon.com_esmc {
  background-position: -84px 0;
}

.au_state-container .alert_tips .modules_list table td > .m_icon.com_esmc_usb {
  background-position: -105px 0;
}

.au_state-container .alert_tips .modules_list table td > .m_icon.com_xpfix {
  background-position: -126px 0;
}

.au_state-container .alert_tips .modules_list table td > .m_icon.com_360nac {
  background-position: -168px 0;
}

.au_state-container .alert_tips .modules_list table td > .m_icon.ims {
  background-position: -210px 0;
}

.au_state-container .alert_tips .modules_list table td > .m_icon.com_terminal {
  background-position: -415px 0;
}

.au_state-container .alert_tips .modules_list table td > .m_icon.com_vm {
  background-position: -311px 0;
}

.au_state-container .alert_tips .modules_list table td > .m_icon.com_valuecheck {
  background-position: -394px 0;
}

.au_state-container .alert_tips .modules_list table td > .m_icon.com_protectcheck {
  background-position: -373px 0;
}

.au_state-container .alert_tips .modules_list table td > .m_icon.com_logcheck {
  background-position: -352px 0;
}

.au_state-container .alert_tips .modules_list table td > .m_icon.com_ent_softmgr {
  background-position: -437px 0;
}

.au_state-container .alert_tips .modules_list table td > .m_icon.com_360av,
.au_state-container .alert_tips .modules_list table td > .m_icon.com_linux_360av,
.au_state-container .alert_tips .modules_list table td > .m_icon.com_linuxser_360av,
.au_state-container .alert_tips .modules_list table td > .m_icon.com_winser_360av,
.au_state-container .alert_tips .modules_list table td > .m_icon.com_mac_360av {
  background-position: -42px 0;
}

.au_state-container .alert_tips .modules_list table td > .m_icon.com_360av_update,
.au_state-container .alert_tips .modules_list table td > .m_icon.com_linux_360av_update,
.au_state-container .alert_tips .modules_list table td > .m_icon.com_linuxser_360av_update,
.au_state-container .alert_tips .modules_list table td > .m_icon.com_winser_360av_update,
.au_state-container .alert_tips .modules_list table td > .m_icon.com_mac_360av_update {
  background-position: -456px 0;
}

.au_state-container .alert_tips .modules_list table td > .m_icon.com_leakfix,
.au_state-container .alert_tips .modules_list table td > .m_icon.com_winser_leakfix {
  background-position: -63px 0;
}

.au_state-container .alert_tips .modules_list table td > .m_icon.com_leakfix_update,
.au_state-container .alert_tips .modules_list table td > .m_icon.com_winser_leakfix_update {
  background-position: -477px 0;
}

.au_state-container .alert_tips .modules_list table td > .days_left {
  line-height: 24px;
  vertical-align: middle;
  color: red;
}

.au_state-container .alert_set {
  position: absolute;
  left: 10px;
  bottom: 15px;
  z-index: 9999;
  display: inline-block;
}

.au_state-container .alert_set.none {
  display: none;
}

@-webkit-keyframes bounceOut {
  0% {
    -webkit-transform: scale(1);
  }

  25% {
    -webkit-transform: scale(0.95);
  }

  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(0.3);
  }
}

@-moz-keyframes bounceOut {
  0% {
    -moz-transform: scale(1);
  }

  25% {
    -moz-transform: scale(0.95);
  }

  50% {
    opacity: 1;
    -moz-transform: scale(1.1);
  }

  100% {
    opacity: 0;
    -moz-transform: scale(0.3);
  }
}

@-ms-keyframes bounceOut {
  0% {
    -ms-transform: scale(1);
  }

  25% {
    -ms-transform: scale(0.95);
  }

  50% {
    opacity: 1;
    -ms-transform: scale(1.1);
  }

  100% {
    opacity: 0;
    -ms-transform: scale(0.3);
  }
}

@-o-keyframes bounceOut {
  0% {
    -o-transform: scale(1);
  }

  25% {
    -o-transform: scale(0.95);
  }

  50% {
    opacity: 1;
    -o-transform: scale(1.1);
  }

  100% {
    opacity: 0;
    -o-transform: scale(0.3);
  }
}

@keyframes bounceOut {
  0% {
    transform: scale(1);
  }

  25% {
    transform: scale(0.95);
  }

  50% {
    opacity: 1;
    transform: scale(1.1);
  }

  100% {
    opacity: 0;
    transform: scale(0.3);
  }
}

.bounceOut {
  -webkit-animation-name: bounceOut;
  -moz-animation-name: bounceOut;
  -ms-animation-name: bounceOut;
  -o-animation-name: bounceOut;
  animation-name: bounceOut;
}

.skylar-left {
  background: #32393e;
  float: left;
  width: 200px;
  height: 100%;
  color: #FFF;
  position: relative;
  z-index: 500;
}

.skylar-right {
  margin-left: 200px;
  height: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
}

.skylar-toolbar {
  height: 67px;
  z-index: 300;
  width: 100%;
}

.skylar-main-area {
  flex: 1 0 0px;
  width: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
}

.skylar-tree-area {
  box-sizing: border-box;
  height: 40px;
  background-color: white;
  border-bottom: 1px solid #e3e3e3;
  z-index: 1;
}

.skylar-main-outter {
  flex: 1 0 0px;
  overflow: hidden;
  position: relative;
}

.skylar-main-middle {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: auto;
}

.skylar-main-inner {
  width: 100%;
  height: 100%;
  min-width: 1000px;
  min-height: 430px;
  padding: 20px;
  overflow: hidden;
  box-sizing: border-box;
}

.common-content-main {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
}

.common-content-main .common-content-table {
  flex: 1 0 0px;
}

.skylar-toolbar {
  height: 67px;
  background: #FFF;
  position: relative;
  border-bottom: solid 1px #e3e3e3;
}

.skylar-toolbar .tools-left,
.skylar-toolbar .tools-right {
  height: 100%;
  color: #fff;
  font-size: 0px;
  position: relative;
  display: inline-block;
  line-height: 67px;
}

.skylar-toolbar .tools-left a,
.skylar-toolbar .tools-right a {
  color: #fff;
}

.skylar-toolbar .tools-left span,
.skylar-toolbar .tools-right span {
  margin: 0 4px;
}

.skylar-toolbar .tools-left .divider,
.skylar-toolbar .tools-right .divider {
  display: inline-block;
  width: 0;
  height: 16px;
  border-right: solid 1px #E3E3E3;
  vertical-align: middle;
}

.skylar-toolbar .tools-left .function-icon,
.skylar-toolbar .tools-right .function-icon {
  height: 67px;
  line-height: 67px;
  padding: 0 20px;
  display: inline-block;
  position: relative;
  box-sizing: border-box;
  text-align: center;
  overflow: visible;
  vertical-align: middle;
  font-size: 12px;
}

.skylar-toolbar .tools-left .function-icon a,
.skylar-toolbar .tools-right .function-icon a {
  color: #5691d3;
}

.skylar-toolbar .tools-left .function-icon > i,
.skylar-toolbar .tools-right .function-icon > i {
  width: 16px;
  height: 16px;
  display: inline-block;
  background-position: center;
  background-repeat: no-repeat;
  vertical-align: middle;
}

.skylar-toolbar .tools-left .function-icon .fa,
.skylar-toolbar .tools-right .function-icon .fa {
  color: #DDD;
  margin: 0;
  font-size: 18px;
  display: inline-block;
  vertical-align: middle;
}

.skylar-toolbar .tools-left .function-icon .function-content,
.skylar-toolbar .tools-right .function-icon .function-content {
  color: #666;
  display: none;
  position: absolute;
  top: 48.5px;
  background: #FFF;
  line-height: 30px;
  border-radius: 2px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 2px 6px rgba(0, 0, 0, 0.23);
  z-index: 99;
}

.skylar-toolbar .tools-left .function-icon .function-content .function-opt,
.skylar-toolbar .tools-right .function-icon .function-content .function-opt {
  cursor: pointer;
  padding: 0 1em;
  margin: 0;
  text-align: left;
  border-bottom: solid 1px #CCC;
}

.skylar-toolbar .tools-left .function-icon .function-content .function-opt:hover,
.skylar-toolbar .tools-right .function-icon .function-content .function-opt:hover {
  background: #82BD3E;
  color: #FFF;
}

.skylar-toolbar .tools-left .function-icon .function-content .function-opt:hover a,
.skylar-toolbar .tools-right .function-icon .function-content .function-opt:hover a {
  color: #FFF;
}

.skylar-toolbar .tools-left .function-icon .function-content .function-opt:last-child,
.skylar-toolbar .tools-right .function-icon .function-content .function-opt:last-child {
  border-bottom: 0;
}

.skylar-toolbar .tools-left .function-icon:hover,
.skylar-toolbar .tools-right .function-icon:hover {
  background: #FFF;
}

.skylar-toolbar .tools-left .function-icon:hover .fa,
.skylar-toolbar .tools-right .function-icon:hover .fa {
  color: #999;
}

.skylar-toolbar .tools-left .function-icon:hover .function-content,
.skylar-toolbar .tools-right .function-icon:hover .function-content {
  display: block;
}

.skylar-toolbar .tools-left .function-content {
  left: 0;
  border-top-left-radius: 0px;
}

.skylar-toolbar .tools-right {
  text-align: right;
  float: right;
}

.skylar-toolbar .tools-right .function-content {
  right: 20px;
}

.skylar-toolbar .message-count {
  position: absolute;
  top: 16px;
  right: 10px;
  font-size: 12px;
  width: 1.6em;
  height: 1.6em;
  background: #FB3E42;
  border-radius: 100%;
  text-align: center;
  line-height: 1.6em;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

.skylar-toolbar .function-icon.version .function-icon-version {
  background-image: url("/res/img/common/version.png?v=6.3.0.6200_1071");
}

.skylar-toolbar .function-icon.version .function-version {
  white-space: nowrap;
}

.skylar-toolbar .function-icon.version .function-version > span {
  display: block;
  color: #666;
}

.skylar-toolbar .function-icon.version .ver_span {
  position: relative;
  cursor: pointer;
}

.skylar-toolbar .function-icon.version .ver_span .new_ver {
  display: none;
  position: absolute;
  width: 7px;
  height: 7px;
  right: 2px;
  top: 50%;
  transform: translate(0, -50%);
  background: url("/res/img/common/red.png?v=6.3.0.6200_1071") no-repeat;
}

.skylar-toolbar .function-icon.version .ver_span .arrow-up_loading,
.skylar-toolbar .function-icon.version .ver_span .arrow-up_loading_gray {
  display: none;
  background: url("/res/img/common/arrow-up_loading.gif?v=6.3.0.6200_1071") no-repeat;
  width: 16px;
  height: 16px;
}

.skylar-toolbar .function-icon.version .ver_span .arrow-up_loading.arrow-up_loading_gray,
.skylar-toolbar .function-icon.version .ver_span .arrow-up_loading_gray.arrow-up_loading_gray {
  background: url("/res/img/common/arrow-up_loading_gray.gif?v=6.3.0.6200_1071") no-repeat;
}

.skylar-toolbar #searchContainer {
  display: inline-block;
}

.skylar-toolbar #searchContainer .skylar-search {
  height: 30px;
  line-height: 30px;
  margin: 0 20px;
  padding: 0 0 0 4px;
  border: 0;
  font-size: 0;
  color: #666;
  background: #f7f8f9;
  position: relative;
  display: inline-block;
  white-space: nowrap;
  vertical-align: middle;
  float: none;
}

.skylar-toolbar #searchContainer .skylar-search > input,
.skylar-toolbar #searchContainer .skylar-search > div,
.skylar-toolbar #searchContainer .skylar-search > p,
.skylar-toolbar #searchContainer .skylar-search > i {
  height: 100%;
  vertical-align: top;
}

.skylar-toolbar #searchContainer .skylar-search span {
  margin: 0 4px;
}

.skylar-toolbar #searchContainer .skylar-search input {
  border: 0;
  padding: 0;
  margin: 0 4px;
  outline: 0;
  font-size: 12px;
  background: transparent;
  line-height: 30px;
}

.skylar-toolbar #searchContainer .skylar-search .search-type {
  font-size: 12px;
  line-height: 30px;
}

.skylar-toolbar #searchContainer .skylar-search .pc-detail {
  width: 180px;
}

.skylar-toolbar #searchContainer .skylar-search .iprange {
  width: auto;
  margin: 0;
  font-size: 0;
  line-height: 30px;
  display: inline-block;
}

.skylar-toolbar #searchContainer .skylar-search .iprange > span {
  font-size: 12px;
  display: inline-block;
  vertical-align: middle;
}

.skylar-toolbar #searchContainer .skylar-search .iprange .ipfilter {
  height: 2em;
  padding: 0;
}

.skylar-toolbar #searchContainer .skylar-search .iprange .ipfilter .ip {
  width: 3em;
  height: 100%;
  margin: 0;
  padding: 0 4px;
  line-height: 2;
  box-sizing: border-box;
  display: inline-block;
}

.skylar-toolbar #searchContainer .skylar-search .fa-search,
.skylar-toolbar #searchContainer .skylar-search .fa-close {
  width: 1em;
  line-height: 30px;
  margin: 0 0.5em;
  display: inline-block;
  font-size: 16px;
  cursor: pointer;
  position: static;
}

.skylar-toolbar #searchContainer .skylar-search .fa-search:hover,
.skylar-toolbar #searchContainer .skylar-search .fa-close:hover,
.skylar-toolbar #searchContainer .skylar-search .fa-search:active,
.skylar-toolbar #searchContainer .skylar-search .fa-close:active {
  color: #82BD3E;
}

.skylar-toolbar #searchContainer .skylar-search .search-options {
  width: 1em;
  font-size: 12px;
  position: absolute;
  bottom: 0;
  right: 0;
}

.skylar-toolbar #searchContainer .skylar-search .search-options .search-drop {
  width: 0;
  height: 0;
  border: solid 0.4em #B9B9B9;
  border-color: transparent #b9b9b9 #b9b9b9 transparent;
  position: absolute;
  bottom: 1px;
  right: 1px;
  background: none;
}

.skylar-toolbar #searchContainer .skylar-search .search-options .option {
  position: absolute;
  display: none;
  top: 100%;
  right: 0;
  background: #FFF;
  overflow: hidden;
  border: 0;
  border-radius: 0 0 2px 2px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  z-index: 99;
}

.skylar-toolbar #searchContainer .skylar-search .search-options .option p {
  margin: 0;
  padding: 0 1em;
  font-size: 12px;
  line-height: 30px;
  border-bottom: solid 1px #cccccc;
  cursor: pointer;
}

.skylar-toolbar #searchContainer .skylar-search .search-options .option p:last-child {
  border-bottom: 0;
}

.skylar-toolbar #searchContainer .skylar-search .search-options .option p:hover {
  color: #82BD3E;
}

.skylar-toolbar .function-icon.cert .function-icon-cert {
  background-image: url("/res/img/common/cert.png?v=6.3.0.6200_1071");
}

.skylar-toolbar .function-icon.message .function-icon-message {
  background-image: url("/res/img/common/notification.png?v=6.3.0.6200_1071");
}

.skylar-toolbar .function-message .list-outter {
  overflow-y: auto;
  max-height: 300px;
  width: 350px;
}

.skylar-toolbar .function-message #messageList {
  max-height: 310px;
}

.skylar-toolbar .function-message #noMessage {
  white-space: nowrap;
  padding: 3px 1em;
  border-bottom: none;
}

.skylar-toolbar .function-message .message {
  overflow: hidden;
  position: relative;
  padding: 3px 2.5em 3px 1em;
  border-bottom: solid 1px #CCC;
}

.skylar-toolbar .function-message .message:last-child {
  border-bottom: 0;
}

.skylar-toolbar .function-message .message i.fa {
  top: 5px;
  right: 7px;
  color: #999;
  cursor: pointer;
  position: absolute;
}

.skylar-toolbar .function-message .message i.fa:hover {
  color: #666;
}

.skylar-toolbar .function-message .message p {
  text-align: left;
  margin: 0 7em 0 0;
  line-height: 1.5;
  word-break: break-all;
}

.skylar-toolbar .function-message .message .time-stamp {
  margin: 0;
  line-height: 1.5;
  float: right;
  color: #999;
}

.skylar-toolbar .function-message .clear-wrapper {
  border-top: solid 1px #CCC;
}

.skylar-toolbar .function-icon.user .user-name {
  color: #8D959A;
  font-size: 12px;
  vertical-align: middle;
}

.skylar-toolbar .function-icon.user .function-icon-user {
  background-image: url("/res/img/common/user.png?v=6.3.0.6200_1071");
}

.skylar-toolbar .function-icon.user .function-icon-dropdown {
  background-image: url("/res/img/common/dropdown.png?v=6.3.0.6200_1071");
}

.skylar-toolbar .function-icon.user #userManagement p {
  white-space: nowrap;
  margin: 0;
}

.skylar-toolbar #taskManagement {
  cursor: pointer;
}

.skylar-toolbar #taskManagement .function-icon-tasks {
  background-image: url("/res/img/common/tasks.png?v=6.3.0.6200_1071");
}

.skylar-toolbar .au-icon-container {
  display: block;
  float: left;
  width: 198px;
  height: 56px;
  margin: 10px 0 0 10px;
  overflow: hidden;
}

.skylar-toolbar .au-icon-container .au-icon {
  display: inline-block;
  line-height: 56px;
}

.common-content-table > .common-table {
  width: 100%;
  table-layout: fixed;
  text-align: left;
  font-weight: normal;
  color: #666;
  line-height: 38px;
}

.common-content-table > .common-table > thead {
  background: #f7f8fa;
  border-bottom: 1px solid #e5e5e5;
}

.common-content-table > .common-table > thead th {
  text-align: left;
  color: #666;
  font-weight: normal;
}

.common-content-table > .common-table > thead .sort-top,
.common-content-table > .common-table > thead .sort-btm,
.common-content-table > .common-table > thead .sort {
  display: inline-block;
  padding: 0px 10px 0px 3px;
}

.common-content-table > .common-table > thead .sort-top i {
  margin-left: 5px;
  background-image: url("/res/img/common/icon.png?v=6.3.0.6200_1071");
  width: 7px;
  display: inline-block;
  background-position: 0 -87px;
  height: 4px;
  vertical-align: 2px;
}

.common-content-table > .common-table > thead .sort-btm i {
  margin-left: 5px;
  background-image: url("/res/img/common/icon.png?v=6.3.0.6200_1071");
  width: 7px;
  display: inline-block;
  background-position: -7px -87px;
  height: 4px;
  vertical-align: 2px;
}

.common-content-table > .common-table > thead .sort i {
  margin-left: 5px;
  background-image: url("/res/img/common/icon.png?v=6.3.0.6200_1071");
  width: 7px;
  display: inline-block;
  background-position: 0 -78px;
  height: 9px;
}

.common-content-table > .common-table > thead .tabsort-header {
  cursor: pointer;
}

.common-content-table > .common-table > tbody tr {
  background: #ffffff;
}

.common-content-table > .common-table > tbody tr.tra {
  background: #f2f3f5;
}

.common-content-table > .common-table > tbody tr input[type=checkbox] {
  padding-right: 4px;
}

.common-content-table > .common-table > tbody tr.table-allcheck-tip {
  background: #fbfde4;
  font-weight: bold;
}

.common-content-table > .common-table > tbody tr.table-allcheck-tip a {
  color: #cc6600;
}

.common-content-table > .common-table > tbody tr.off-line {
  color: #AAA;
}

.common-content-table > .common-table > tbody tr.off-line .link {
  color: #AAA;
}

.common-content-table > .common-table th,
.common-content-table > .common-table td {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  padding-left: 15px;
}

.common-content-table > .common-table th:before,
.common-content-table > .common-table td:before {
  content: '';
}

.common-content-table .pager {
  position: absolute;
  bottom: 15px;
  right: 15px;
  vertical-align: top;
}

.common-content-table .pager .total-record {
  color: #666;
  display: inline-block;
  height: 30px;
  line-height: 30px;
  vertical-align: top;
}

.common-content-table .pager > a {
  border: 1px solid #ccc;
  border-radius: 2px;
  display: inline-block;
  line-height: 28px;
  height: 28px;
  padding: 0 10px;
  color: #666;
}

.common-content-table .pager > a.active {
  border: 0;
  color: white;
  background: #82bd3e;
}

.common-content-table .pager > a.next,
.common-content-table .pager > a.prev {
  background: #eff2f4;
}

.common-content-table .pager > a.next.active,
.common-content-table .pager > a.prev.active {
  border: 0;
  color: #333;
}

.common-content-table .pager .pagination-num {
  width: 20px;
  height: 28px;
  padding: 0 5px;
  border: 1px solid #ccc;
  color: #666;
  line-height: 28px;
  vertical-align: top;
  border-radius: 2px;
}

.common-content-tools a {
  cursor: pointer;
}

.common-content-table {
  position: relative;
}

.common-content-table table {
  width: inherit;
  max-width: 100%;
  min-width: 100%;
  table-layout: fixed;
}

.common-content-table tr:nth-child(even) {
  background: #f2f3f5;
}

.common-content-table th,
.common-content-table td {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  box-sizing: border-box;
  text-align: left;
  font-weight: normal;
  padding: 0 0.5em !important;
  max-width: 0;
}

.common-content-table th:first-child,
.common-content-table td:first-child {
  padding-left: 1em !important;
}

.common-content-table th:last-child,
.common-content-table td:last-child {
  padding-right: 1em !important;
}

.common-content-table .common-table-head {
  width: 100%;
  height: 39px;
  background: #f7f8fa;
  line-height: 39px;
  border-bottom: solid 1px #e5e5e5;
  overflow: hidden;
}

.common-content-table .common-table-head th {
  position: relative;
}

.common-content-table .common-table-head th .sort,
.common-content-table .common-table-head th .sort-top,
.common-content-table .common-table-head th .sort-btm {
  cursor: pointer;
  display: inline-block;
}

.common-content-table .common-table-head th .sort i,
.common-content-table .common-table-head th .sort-top i,
.common-content-table .common-table-head th .sort-btm i {
  width: 7px;
  height: 4px;
  margin-left: 5px;
  padding: 0;
  vertical-align: middle;
  display: inline-block;
  background-image: url("/res/img/common/icon.png?v=6.3.0.6200_1071");
}

.common-content-table .common-table-head th .sort-top i {
  vertical-align: 4px;
  background-position: 0 -87px;
}

.common-content-table .common-table-head th .sort-btm i {
  background-position: -7px -87px;
}

.common-content-table .common-table-head th .sort i {
  background-position: 0 -78px;
  height: 9px;
}

.common-content-table .common-table-head th b {
  width: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border-right: solid 1px #e5e8eb;
  border-left: solid 1px transparent;
  cursor: ew-resize;
}

.common-content-table .common-table-body {
  width: 100%;
  position: absolute;
  top: 40px;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: auto;
  line-height: 40px;
}

.common-content-table .common-table-body .no-more {
  color: #999;
  background: #FFF;
  text-align: center;
}

.common-content-table .common-table-body .btn-loadmore {
  text-align: center;
  cursor: pointer;
}

.common-content-table .common-table-body .btn-loadmore:hover {
  color: #5691d3;
}

.task-management {
  position: relative;
  cursor: pointer;
  display: inline-block;
  height: 21px;
  margin: 35px 0 0 25px;
  background: #f1f1f1;
  text-align: center;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  font-size: 12px;
  color: white;
  line-height: 21px;
  min-width: 120px;
  overflow: hidden;
}

.task-management.none {
  display: none;
}

.task-management .no-task {
  display: inline-block;
  width: 100%;
  height: 100%;
  vertical-align: top;
  background: #82BD3E;
  line-height: 20px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  padding: 0;
}

.task-management .no-task i {
  display: inline-block;
  width: 15px;
  height: 18px;
  background-image: url("/res/img/common/task.png?v=6.3.0.6200_1071");
  background-position: 236px 0;
  margin-top: -1px;
}

.task-management .no-task b {
  vertical-align: 3px;
}

.task-management .have-task {
  top: 0;
  padding: 0 6px;
  position: relative;
  z-index: 2;
  text-align: center;
  color: #999;
}

.task-management .progress {
  position: absolute;
  background: #82BD3E;
  -webkit-border-radius: 10px 0 0 10px;
  -moz-border-radius: 10px 0 0 10px;
  border-radius: 10px 0 0 10px;
  display: inline-block;
  width: 100%;
  height: 21px;
  z-index: 0;
  left: -100%;
  top: 0;
}

.task-management .progress.compelted {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

.task-management .progress i {
  float: right;
  width: 8px;
  height: 20px;
}

.taskFilter {
  position: absolute;
  bottom: 0;
  left: 12px;
}

.task-mask {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1048;
  display: none;
}

.task-wrap {
  width: 750px;
  height: 405px;
  position: absolute;
  background: white;
  z-index: 1049;
  right: 12px;
  top: 55px;
  margin-left: -375px;
  border-radius: 3px;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
  border: 1px solid #ccc;
}

.task-wrap .common-content-main {
  min-height: 0 !important;
  margin-left: 0 !important;
}

.task-nav {
  *zoom: 1;
  overflow: hidden;
  background: white;
  color: #666666;
  line-height: 40px;
  border-bottom: solid 1px #d6d6d6;
  cursor: move;
}

.task-nav:before,
.task-nav:after {
  display: table;
  content: "";
}

.task-nav:after {
  clear: both;
}

.task-nav:before,
.task-nav:after {
  display: table;
  content: "";
}

.task-nav:after {
  clear: both;
}

.task-nav ul {
  margin: 0;
  padding: 0;
}

.task-nav li,
.task-nav span {
  float: left;
  position: relative;
  top: 1px;
}

.task-nav li {
  font-size: 14px;
  cursor: pointer;
  margin: 0 0.5em;
  padding: 0 0.2em;
}

.task-nav li.active {
  color: #669900;
  border-bottom: solid 2px #82bd3e;
}

.close-task {
  display: block;
  position: absolute;
  width: 15px;
  height: 15px;
  background: url("/res/img/common/closetask.png?v=6.3.0.6200_1071");
  top: 12px;
  right: 9px;
}

.type-triangle {
  cursor: pointer;
}

.type-triangle span {
  position: absolute;
  width: 0;
  height: 0;
  border: 5.65685425px solid transparent;
  _border-style: dashed;
  border-top-color: #999;
  _border-top-style: solid;
  margin-top: 6px;
  margin-right: 6px;
  margin-bottom: 6px;
  margin-left: 6px;
  _font-size: 0;
  _line-height: 0;
}

td a {
  margin: 0 3px;
}

.taskprogress {
  display: block;
  position: relative;
  height: 6px;
  width: 100px;
  background: #f1f1f1;
}

.taskprogress span {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 6px;
  background-image: url("/res/img/common/taskprogress.png?v=6.3.0.6200_1071");
  background-position: 0 17px;
}

.mustItem {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  line-height: 10px;
  font-size: 14px;
}

.ztree,
#group-template {
  font-family: '微软雅黑', FontAwesome, 'Helvetica Neue', Arial, sans-serif;
  padding-left: 0;
  max-height: 542px;
  min-height: 27px;
  width: 100%;
  margin-top: 0;
}

.ztree .fa,
#group-template .fa {
  color: #666;
  font-size: 12px;
  padding: 0 4px;
  margin-left: 0;
  width: 14px;
}

.ztree .fa.edittree,
#group-template .fa.edittree,
.ztree .fa.deletetree,
#group-template .fa.deletetree {
  font-size: 14px;
}

.ztree ul,
#group-template ul {
  margin: 0;
  padding-left: 18px;
  outline: none;
}

.ztree > li,
#group-template > li {
  padding-left: 12px;
  color: #333;
  height: auto !important;
  line-height: 36px;
  white-space: nowrap;
  width: auto;
  outline: none;
  border-bottom: 1px solid #ddd;
}

.ztree#group-template > li,
#group-template#group-template > li {
  padding-left: 0;
  padding-right: 12px;
}

.ztree .switch,
#group-template .switch {
  font-family: '微软雅黑', FontAwesome, 'Helvetica Neue', Arial, sans-serif !important;
  display: inline-block;
  color: #999;
  font-size: 12px;
  line-height: 26px;
  vertical-align: 1px;
  width: 14px;
  padding: 0 4px;
}

.ztree .switch.root_docu:before,
#group-template .switch.root_docu:before {
  content: '';
}

.ztree .switch.root_open:before,
#group-template .switch.root_open:before,
.ztree .switch.center_open:before,
#group-template .switch.center_open:before,
.ztree .switch.roots_open:before,
#group-template .switch.roots_open:before,
.ztree .switch.bottom_open:before,
#group-template .switch.bottom_open:before {
  content: '\f147';
  margin-left: 5px;
}

.ztree .switch.root_close:before,
#group-template .switch.root_close:before,
.ztree .switch.roots_close:before,
#group-template .switch.roots_close:before,
.ztree .switch.center_close:before,
#group-template .switch.center_close:before,
.ztree .switch.bottom_close:before,
#group-template .switch.bottom_close:before {
  content: '\f196';
  margin-left: 5px;
}

.ztree .switch.center_docu:before,
#group-template .switch.center_docu:before,
.ztree .switch.bottom_docu:before,
#group-template .switch.bottom_docu:before {
  content: '';
  margin-left: -10px;
}

.ztree .chk,
#group-template .chk {
  display: inline-block;
  line-height: 22px;
  font-size: 14px;
  color: #666;
  margin-left: 4px;
}

.ztree .chk:before,
#group-template .chk:before {
  content: '\f096';
}

.ztree .chk.checkbox_true_full:before,
#group-template .chk.checkbox_true_full:before,
.ztree .chk.checkbox_true_full_focus:before,
#group-template .chk.checkbox_true_full_focus:before {
  color: #82bd3e;
  content: '\f046';
}

.ztree .chk.checkbox_true_part:before,
#group-template .chk.checkbox_true_part:before,
.ztree .chk.checkbox_true_part_focus:before,
#group-template .chk.checkbox_true_part_focus:before {
  color: #58802a;
  content: '\f14a';
}

.ztree .switch,
#group-template .switch,
.ztree a,
#group-template a {
  cursor: pointer;
}

.nav-group-contianer {
  overflow: auto;
  width: 194px;
  height: 542px;
  min-height: 27px;
  *zoom: 1;
}

.nav-group-contianer:before,
.nav-group-contianer:after {
  display: table;
  content: "";
}

.nav-group-contianer:after {
  clear: both;
}

.nav-group-contianer:before,
.nav-group-contianer:after {
  display: table;
  content: "";
}

.nav-group-contianer:after {
  clear: both;
}

.nav-group {
  float: left;
  min-width: 194px;
  position: relative;
  background: none;
}

.nav-group .ztree {
  position: relative;
}

.nav-group .ztree li {
  position: relative;
}

.nav-group .ztree li a,
.nav-group .ztree li span,
.nav-group .ztree li .fa {
  display: inline-block;
  vertical-align: middle;
}

.nav-group .ztree li > a {
  padding-right: 32px;
}

.nav-group .ztree li.cur,
.nav-group .ztree li.active {
  position: relative;
  color: #fff;
}

.nav-group .ztree li.cur > a,
.nav-group .ztree li.active > a {
  position: relative;
}

.nav-group .ztree li.cur > a > span,
.nav-group .ztree li.active > a > span,
.nav-group .ztree li.cur > a > .fa,
.nav-group .ztree li.active > a > .fa {
  position: relative;
  color: #fff;
}

.nav-group .ztree li.cur > span,
.nav-group .ztree li.active > span,
.nav-group .ztree li.cur > .fa,
.nav-group .ztree li.active > .fa {
  position: relative;
  color: #fff;
}

.nav-group .ztree li .lonely_bg {
  position: absolute;
  left: -100%;
  background: #1d426e;
  height: 36px;
  width: 200%;
  overflow: hidden;
}

.common-group > a {
  font-size: 12px;
  text-align: center;
}

.common-group {
  width: 194px;
  background: #FFF;
  border-radius: 2px;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
}

.common-group > h4 {
  color: #666;
  font-size: 14px;
  background: #f1f4f7;
  height: 40px;
  line-height: 40px;
  margin: 0;
  padding-left: 10px;
}

.common-group > h4 > .groupSetting {
  color: #999;
  float: right;
  margin-right: 7px;
}

.common-group > h4 .groupEdit {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  border: 1px solid #3d7799;
  padding: 2px 6px;
  font-size: 12px;
  color: #3d7799;
  font-weight: normal;
}

.common-group .span_btn {
  position: relative;
  text-align: center;
  display: block;
  height: 40px;
  bottom: 0;
}

.common-group .span_btn #addGroup,
.common-group .span_btn #sync_group {
  -webkit-border-radius: 0 0 0 3px;
  -moz-border-radius: 0 0 0 3px;
  border-radius: 0 0 0 3px;
  left: 0;
  border-right: 1px solid #9bca65;
  margin: 0;
  z-index: 2;
}

.common-group .span_btn #addGroup > i,
.common-group .span_btn #sync_group > i {
  padding-right: 2px;
}

.common-group .span_btn .group_btn {
  position: absolute;
  cursor: pointer;
  bottom: 0;
  width: 97px;
  height: 40px;
  line-height: 40px;
  color: white;
  display: inline-block;
  -webkit-border-radius: 0 0 3px 0;
  -moz-border-radius: 0 0 3px 0;
  border-radius: 0 0 3px 0;
  background: #82bd3e;
  font-size: 14px;
}

.right {
  float: right;
  margin-right: 8px;
}

.fa-mgr {
  display: inline-block;
  height: 12px;
  width: 12px;
  line-height: 40px;
  vertical-align: middle;
  background: url("/res/img/common/mgr.png?v=6.3.0.6200_1071") no-repeat;
}

.help_tip {
  color: #959595 !important;
  display: inline-block;
  width: 14px;
  height: 14px;
  line-height: 14px;
  border: 1px solid #ccc;
  border-radius: 12px;
}

.help_tip i {
  margin-left: 3px !important;
}

.help_tip_content {
  right: 12px;
  top: 12px;
  z-index: 9999;
  width: 200px;
}

#addGroupPopup {
  width: 500px;
  margin: 20px;
  overflow: visible;
}

#addGroupPopup .edit-item {
  margin-bottom: 10px;
  font-size: 12px;
}

#addGroupPopup .edit-item.ip-list {
  margin-bottom: 2px;
}

#addGroupPopup .edit-item label {
  color: #666666;
}

#addGroupPopup .edit-item .treeAutoGroup {
  margin-right: 20px;
}

#addGroupPopup .edit-item .group-select,
#addGroupPopup .edit-item .group-name {
  width: 205px;
  height: 28px;
  line-height: 30px;
  padding: 0;
  border: 1px solid #ccc;
}

#addGroupPopup .edit-item .assetswitch {
  margin-left: 10px;
}

.ipfilter {
  display: inline-block;
  border: 1px solid #ccc !important;
  height: 24px !important;
  line-height: 24px !important;
}

.ipfilter .ip {
  border: 0 !important;
  width: 36px !important;
  height: 24px !important;
  line-height: 24px !important;
  padding: 0;
  outline: none;
  vertical-align: top;
}

#addIpfields {
  padding: 0 20px;
  outline: none;
}

.edit-box {
  width: 500px;
  height: auto;
  margin: 24px;
}

.edit-box .edit-item {
  margin-bottom: 10px;
  font-size: 12px;
}

.edit-box .edit-item .treeAutoGroup {
  margin-right: 20px;
}

.edit-box .edit-item.ip-list {
  margin-bottom: 2px;
}

.edit-box .edit-item label,
.edit-box .edit-item span,
.edit-box .edit-item input,
.edit-box .edit-item select {
  display: inline-block;
  font-size: 12px;
  color: #666;
}

.edit-box .edit-item label[for="group-name"],
.edit-box .edit-item label[for="pgroup-name"] {
  width: 74px;
}

.edit-box .edit-item input[type="text"],
.edit-box .edit-item select {
  width: 205px;
  height: 28px;
  line-height: 28px;
  padding: 0;
  text-indent: 0;
  border: 1px solid #Ccc;
  outline: none;
  text-indent: 0.6em;
}

.edit-box .edit-item .assetswitch {
  margin-left: 10px;
}

.delete-box,
.move-box {
  height: 20px;
  margin: 28px;
  width: 200px;
  padding: 10px;
}

.delete-box .edit-item,
.move-box .edit-item {
  margin-bottom: 18px;
}

.delete-box .edit-item label,
.move-box .edit-item label,
.delete-box .edit-item span,
.move-box .edit-item span,
.delete-box .edit-item input,
.move-box .edit-item input,
.delete-box .edit-item select,
.move-box .edit-item select {
  font-size: 12px;
  color: #666;
}

.delete-box .edit-item select,
.move-box .edit-item select {
  width: 184px;
  height: 30px;
  line-height: 30px;
}

.import-box .files_area {
  position: relative;
  margin: 12px 0;
}

.import-box .files_area .webuploader-element-invisible {
  opacity: 0;
}

.import-box .files_area #files_name {
  height: 20px;
  line-height: 20px;
  width: 250px;
  border: 1px solid #ccc;
}

.ip-list-view {
  display: none;
  border: 1px solid #ccc;
  width: 378px;
  margin: 0 0 0 18px;
}

.ip-list-view p {
  line-height: 22px;
  height: 22px;
  margin: 4px 0 4px 12px;
}

.ip-list-view p:hover {
  background: #f1f4f7;
}

.ip-list-view p .ip_rule {
  float: left;
  font-size: 12px;
  line-height: 22px;
  height: 22px;
  color: #666;
}

.ip-list-view p .ipdivider {
  float: left;
  margin: 0 12px;
}

.ip-list-view p .remove_ip_rule {
  font-size: 12px;
  height: 22px;
  line-height: 22px;
  float: right;
  margin-right: 12px;
  color: #666;
  cursor: pointer;
}

.group-dropdown {
  width: 200px;
  height: 28px;
  cursor: pointer;
  padding-left: 5px;
  line-height: 28px;
  border: solid 1px #CCC;
  border-radius: 2px;
  vertical-align: middle;
  position: relative;
  display: inline-block;
}

.group-dropdown .selectedGroup {
  display: inline-block;
  width: 192px;
  -o-text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.group-dropdown.disable {
  color: #ccc;
  cursor: default;
}

.group-dropdown .common-group-container {
  width: 205px;
  max-height: 300px;
  overflow: auto;
  position: absolute;
  top: 28px;
  left: -1px;
  background: #FFF;
  border: solid 1px #CCC;
  border-radius: 2px;
  z-index: 99;
  padding-left: 2px;
  *zoom: 1;
}

.group-dropdown .common-group-container:before,
.group-dropdown .common-group-container:after {
  display: table;
  content: "";
}

.group-dropdown .common-group-container:after {
  clear: both;
}

.group-dropdown .common-group-container:before,
.group-dropdown .common-group-container:after {
  display: table;
  content: "";
}

.group-dropdown .common-group-container:after {
  clear: both;
}

.group-dropdown .common-group-container .selectable-group {
  float: left;
  min-width: 100%;
  background: url("/res/img/common/active_bg.jpg?v=6.3.0.6200_1071") 0 -999px repeat-x;
}

.group-dropdown .common-group-container .selectable-group .ztree {
  max-height: 99999px;
  margin: 0;
  width: auto;
  overflow: visible;
  background: url("/res/img/common/active_bg.jpg?v=6.3.0.6200_1071") 0 -999px repeat-x;
}

.group-dropdown .common-group-container .selectable-group .ztree span.switch:before {
  margin-left: 0;
}

.group-dropdown .common-group-container .selectable-group .ztree ul {
  padding-left: 28px;
  margin-bottom: 0;
}

.group-dropdown .common-group-container .selectable-group .ztree li {
  display: block;
}

.group-dropdown .common-group-container .selectable-group .ztree li a span:nth-child(2) {
  display: inline-block;
  min-width: 120px;
}

.group-dropdown .hide {
  display: none;
}

#ipSwitch {
  font-size: 13px;
}

.filter-choice {
  position: relative;
  color: #666;
  overflow: visible;
  line-height: 24px;
  list-style-type: none;
  margin: 1em 0 0 0;
  padding: 5px 5px 0 20px;
  border-bottom: 1px solid #ccc;
}

.filter-choice .filter-title {
  float: left;
  min-width: 75px;
  text-align: right;
}

.filter-choice div {
  overflow: visible;
  line-height: 26px;
  font-family: FontAwesome;
  *zoom: 1;
}

.filter-choice div:before,
.filter-choice div:after {
  display: table;
  content: "";
}

.filter-choice div:after {
  clear: both;
}

.filter-choice div:before,
.filter-choice div:after {
  display: table;
  content: "";
}

.filter-choice div:after {
  clear: both;
}

.filter-choice div label {
  margin: 0 10px 0 1px;
}

.filter-choice div input {
  vertical-align: middle;
}

.filter-choice div input.checkbox_true_part {
  display: inline-block;
  font-size: 14px;
}

.filter-choice div input.checkbox_true_part:before {
  color: #58802a;
  content: '\f14a';
}

.filter-choice > div:last-child {
  border-bottom: 1px dashed #ccc;
}

.filter-choice .filter_info {
  border-top: 1px dashed #ccc;
  *zoom: 1;
}

.filter-choice .filter_info:before,
.filter-choice .filter_info:after {
  display: table;
  content: "";
}

.filter-choice .filter_info:after {
  clear: both;
}

.filter-choice .filter_info:before,
.filter-choice .filter_info:after {
  display: table;
  content: "";
}

.filter-choice .filter_info:after {
  clear: both;
}

.filter-choice .filter_info > p {
  float: left;
}

.filter-choice .filter_info a {
  display: inline-block;
  border: 1px solid #ccc;
  background: #eff2f4;
  line-height: 22px;
  padding: 0 13px;
  color: #666;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  float: right;
  margin: 10px;
}

.filter-choice .filter_info a:hover {
  background: #82bd3e;
  color: white;
}

.btn-filter.active,
.account-filter.active,
.btn-custom-filter.active {
  background: white;
  padding: 0 5px 0 5px;
  margin-top: -8px;
  margin-bottom: -9px;
  line-height: 41px;
  border-top: #82bd3e 2px solid;
  border-radius: 1px 1px 0 0;
  border-left: #d6d6d6 1px solid;
  border-right: #d6d6d6 1px solid;
}

.btn-filter i,
.account-filter i,
.btn-custom-filter i {
  vertical-align: -3px;
  display: inline-block;
  width: 14px;
  height: 14px;
  background: url("/res/img/common/filter.png?v=6.3.0.6200_1071");
}

.os_filter {
  position: relative;
}

.os_filter:hover .os_box {
  display: block;
  left: 0;
}

.os_box {
  display: none;
  position: absolute;
  background-color: white;
  border: 1px solid #E5E5E5;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  z-index: 2;
  -webkit-box-shadow: 1px 1px 20px rgba(180, 180, 180, 0.8);
  -moz-box-shadow: 1px 1px 20px rgba(180, 180, 180, 0.8);
  box-shadow: 1px 1px 20px rgba(180, 180, 180, 0.8);
  overflow: visible;
}

.os_box ul {
  margin: 0;
  padding: 0;
  list-style: none;
  max-width: 300px;
  *zoom: 1;
}

.os_box ul:before,
.os_box ul:after {
  display: table;
  content: "";
}

.os_box ul:after {
  clear: both;
}

.os_box ul:before,
.os_box ul:after {
  display: table;
  content: "";
}

.os_box ul:after {
  clear: both;
}

.os_box ul li {
  box-sizing: border-box;
  text-align: left;
}

.os_box ul li label {
  display: block;
  white-space: nowrap;
  padding: 5px 10px 5px 10px;
  margin: 0;
}

.os_box:after {
  content: '';
  display: block;
  height: 10px;
  position: absolute;
  top: -10px;
  left: 0;
  width: 100%;
}

.os_box:before {
  content: '';
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-bottom-color: #fff;
  left: 50%;
  top: -12px;
}

.password-edit {
  font-size: 12px;
  width: 325px;
  height: auto;
  padding: 10px;
}

.password-edit .password-edit-item {
  margin: 10px 0;
}

.password-edit .password-edit-item .edit {
  padding-left: 7px;
}

.password-edit .password-edit-item label {
  display: inline-block;
  width: 60px;
  text-align: right;
  margin-right: 10px;
}

.password-edit .password-edit-item input {
  padding: 0 4px;
  width: 230px;
  height: 25px;
}

html,
body {
  position: relative;
  height: 100%;
  width: 100%;
}

.popup {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1050;
  overflow: auto;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
}

.popup .popup-content {
  margin: auto;
  z-index: 1052;
  box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.22);
  position: relative;
}

.popup-content {
  text-align: left;
  background: white;
}

.popup-content .popup-body {
  overflow: hidden;
}

.popup-content .popup-footer {
  margin: 5px;
  *zoom: 1;
  min-height: 40px;
  font-size: 12px;
}

.popup-content .popup-footer:before,
.popup-content .popup-footer:after {
  display: table;
  content: "";
}

.popup-content .popup-footer:after {
  clear: both;
}

.popup-content .popup-footer:before,
.popup-content .popup-footer:after {
  display: table;
  content: "";
}

.popup-content .popup-footer:after {
  clear: both;
}

.popup-content .popup-footer > a {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  display: inline-block;
  padding: 5px 15px;
  margin: 4px;
  float: right;
}

.popup-content .popup-footer .popup-footer-confirm {
  color: white;
  background: #82bd3e;
}

.popup-content .popup-footer .popup-footer-cancel {
  color: #666;
  background: #eff2f4;
}

.popup-header {
  height: 40px;
  min-width: 200px;
  background: #f1f4f7;
  line-height: 40px;
  border-bottom: 1px solid #d6d6d6;
}

.popup-header h5 {
  color: #666;
  font-size: 14px;
  padding: 0 0 0 15px;
  margin: 0;
}

.popup-header .popup-close {
  float: right;
  margin-right: 15px;
  font-size: 14px;
  color: #666;
  cursor: pointer;
}

.popup-body {
  height: calc(100% - 41px);
}

.popup-body .common-content-wrap {
  min-height: 0;
}

.popup-body .common-content-main {
  min-height: 0;
}

.popup-body .popup_icon {
  width: 52px;
  height: 52px;
  float: left;
  margin-right: 1.8em;
}

.popup-body .alert_container {
  margin: 1.8em;
  color: #666;
  font-size: 12px;
  *zoom: 1;
}

.popup-body .alert_container:before,
.popup-body .alert_container:after {
  display: table;
  content: "";
}

.popup-body .alert_container:after {
  clear: both;
}

.popup-body .alert_container:before,
.popup-body .alert_container:after {
  display: table;
  content: "";
}

.popup-body .alert_container:after {
  clear: both;
}

.popup-body .alert_container .alert_icon {
  background: url("/res/img/common/attention.png?v=6.3.0.6200_1071") no-repeat;
}

.popup-body .alert_container .alert_icon.success {
  background: url("/res/img/common/success.png?v=6.3.0.6200_1071") no-repeat;
}

.popup-body .alert_container .alert_message {
  float: left;
}

.popup-body .confirm-tip .confirm_icon {
  background: url("/res/img/common/confirm_icon.png?v=6.3.0.6200_1071") no-repeat;
}

.popup-body .prompt_container {
  margin: 1.8em;
  color: #666;
  font-size: 12px;
  *zoom: 1;
}

.popup-body .prompt_container:before,
.popup-body .prompt_container:after {
  display: table;
  content: "";
}

.popup-body .prompt_container:after {
  clear: both;
}

.popup-body .prompt_container:before,
.popup-body .prompt_container:after {
  display: table;
  content: "";
}

.popup-body .prompt_container:after {
  clear: both;
}

.popup-body .prompt_container .prompt_message {
  float: left;
}

.popup-body .prompt_container label {
  display: block;
  margin: 6px 0;
}

.popup-body .prompt_container input[type=text] {
  border: 1px solid #ccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  line-height: 24px;
  width: 180px;
}

.popup-body .prompt_container .skylar_logo {
  width: 68px;
  height: 68px;
  background: url("/res/img/common/gold.png?v=6.3.0.6200_1071") no-repeat;
}

.popup-footer {
  margin: 5px;
  *zoom: 1;
  min-height: 40px;
  position: relative;
  font-size: 12px;
  text-align: right;
}

.popup-footer:before,
.popup-footer:after {
  display: table;
  content: "";
}

.popup-footer:after {
  clear: both;
}

.popup-footer:before,
.popup-footer:after {
  display: table;
  content: "";
}

.popup-footer:after {
  clear: both;
}

.popup-footer > a,
.popup-footer > button {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  display: inline-block;
  padding: 5px 15px;
  margin: 4px;
  line-height: inherit;
}

.popup-footer .popup-footer-confirm {
  color: white;
  background: #82bd3e;
}

.popup-footer .popup-footer-cancel {
  color: #666;
  background: #eff2f4;
}

.common-popup-main {
  overflow: hidden;
  background: white;
  font-size: 12px;
}

.common-popup-main .pager {
  position: absolute;
  bottom: 15px;
  right: 15px;
}

.common-popup-main .pager .total-record {
  color: #666;
}

.common-popup-main .pager > a {
  border: 1px solid #ccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 5px 10px;
  color: #333;
}

.common-popup-main .pager > a.active {
  border: 0;
  color: white;
  background: #82bd3e;
}

.common-popup-main .pager > a.next,
.common-popup-main .pager > a.prev {
  background: #eff2f4;
}

.common-popup-main .pager > a.next.active,
.common-popup-main .pager > a.prev.active {
  color: #333;
}

.common-popup-main .pager .pagination-num {
  width: 28px;
  height: 20px;
  border: 1px solid #ccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

/* FONT PATH
 * -------------------------- */

@font-face {
  font-family: 'FontAwesome';
  src: url("/res/module/font-awesome-master/fonts/fontawesome-webfont.eot?v=4.2.0?v=6.3.0.6200_1071");
  src: url("/res/module/font-awesome-master/fonts/fontawesome-webfont.eot?#iefix&v=4.2.0?v=6.3.0.6200_1071") format('embedded-opentype'), url("/res/module/font-awesome-master/fonts/fontawesome-webfont.woff?v=4.2.0?v=6.3.0.6200_1071") format('woff'), url("/res/module/font-awesome-master/fonts/fontawesome-webfont.ttf?v=4.2.0?v=6.3.0.6200_1071") format('truetype'), url("/res/module/font-awesome-master/fonts/fontawesome-webfont.svg?v=4.2.0#fontawesomeregular?v=6.3.0.6200_1071") 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;
}

/* makes the font 33% larger relative to the icon container */

.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.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: 0.14285714em;
  text-align: center;
}

.fa-li.fa-lg {
  left: -1.85714286em;
}

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em;
}

.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;
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

.fa-rotate-90 {
  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);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  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);
  -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);
  -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;
}

.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;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */

.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:before {
  content: "\f09a";
}

.fa-github:before {
  content: "\f09b";
}

.fa-unlock:before {
  content: "\f09c";
}

.fa-credit-card:before {
  content: "\f09d";
}

.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 {
  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-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";
}