
body {
	color: #333;
	font-size: 14px;
	line-height: 1.5;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    font-weight: 400;
    background-color: #f6f7f9;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
}
h1, h2, h3, h4, h5, h6 {
	font-family: Ubuntu, sans-serif;
}
body, button, input, select, textarea {
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
}

.page-vip-header {
        background: url(../image/vip.png) no-repeat;
        background-size: cover;
        background-position: center 1px;
}
.page-vip-banner {
    width: 100%;
    height: 450px;
    position: relative;
    text-align: center;
    padding-top: 130px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.page-vip-banner>p:nth-child(1) {
    font-family: PingFangSC-Medium;
    font-size: 42px;
    color: #FFFFFF;
    letter-spacing: 0;
    text-align: center;
    font-weight: 500;
    margin-bottom: 10px;
}
.page-vip-banner>p:nth-child(2) {
    font-family: PingFangSC-Regular;
    font-size: 16px;
    color: #FFFFFF;
    letter-spacing: 11.6px;
    line-height: 22px;
    font-weight: 400;
}

.btn-clientarea {
    background: #2468F2;
    border-radius: 4px;
    text-align: center;
    transition: background-color 0.3s linear;
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 8px;
}

.btn-clientarea:hover,.btn-clientarea:active,.btn-clientarea:focus {
    background: #4E84F2;
    color: #fff;
}


.vip-event {
    margin-top: -60px;
    position: relative;
    z-index: 1;
}
.vip-event .event-items {
    padding: 30px;
    background-color: #FFF;
    -webkit-box-shadow: 0 2px 24px 0 rgb(0 0 0 / 8%);
    box-shadow: 0 2px 24px 0 rgb(0 0 0 / 8%);
}
.vip-event .event-item {
    display: flex;
    align-items: center;
    border-right: 1px solid #EEE;
    justify-content: center;
    text-align: center;
}
.vip-event .event-item-last {
    border-right: 0 none;
}
.vip-event .event-item-info h3 {
    font-size: 14px;
    margin-right: 5px;
    margin-bottom: 5px;
    color: #191C3D;
    font-weight: 600;
    white-space: nowrap;
}
.vip-event .event-item-info p {
    margin-bottom: 0;
    opacity: .6;
    filter: alpha(opacity=60);
    font-size: 12px;
    color: #191C3D;
    font-weight: 400;
}

.display-4 {
    font-weight: 400!important;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-weight: 400!important;
}


@media (min-width: 768px) {
    
  .btn-return-to-admin {
    position: fixed !important;
    top: 425px;
    right: 0;
    padding: 5px 15px !important;
    background-color: #d7d7d7 !important;
    color: #777 !important;
    font-size: 0.9rem !important;
    border-radius: 0 0 3px 3px !important;
    text-decoration: none;
    transform: rotate(90deg);
    transform-origin: top right;
    z-index: 500;
  }
  .btn-return-to-admin:hover {
    background-color: #cdcdcd !important;
    color: #444 !important;
    text-decoration: none;
  }
}

.btn-return-to-admin .floating {
  position: fixed !important;
  top: 425px;
  right: 0;
  padding: 5px 15px !important;
  background-color: #d7d7d7 !important;
  color: #777 !important;
  font-size: 0.9rem !important;
  border-radius: 0 0 3px 3px !important;
  text-decoration: none;
  transform: rotate(90deg);
  transform-origin: top right;
  z-index: 500;
}

.btn-return-to-admin .floating:hover {
  background-color: #cdcdcd !important;
  color: #444 !important;
  text-decoration: none;
}


.modal .modal-dialog {
  max-width: 700px;
}

.modal .modal-header {
  background-color: #eee;
}

.modal-localisation .modal-content {
  background-color: #3e3e3e;
}

.modal-localisation .modal-body {
  background: url("../image/worldmap.png");
  background-size: cover;
}

.modal-localisation .modal-footer {
  border: 0;
}

.modal-localisation .h5 {
  color: #fff;
}

.modal-localisation .item-selector .item {
  display: block;
  margin: 2px 0;
  padding: 2px;
  text-align: center;
  border: 1px solid #ddd;
  border-radius: 3px;
  color: #eee;
}

.modal-localisation .item-selector .item:hover {
  background-color: #eee;
  color: #444;
}

.modal-localisation .item-selector .item.active {
  background-color: #ddd;
  border-color: #bbb;
  color: #444;
}

/**
 * Variables declared here can be overridden by consuming applications, with
 * the help of the `!default` flag.
 *
 * @example
 *     // overriding $hoverColor
 *     $hoverColor: rgba(red, 0.05);
 *
 *     // overriding image path
 *     $flagsImagePath: "images/";
 *
 *     // import the scss file after the overrides
 *     @import "bower_component/intl-tel-input/src/css/intlTelInput";
 */
.intl-tel-input {
  position: relative;
  display: inline-block; }
  .intl-tel-input * {
    box-sizing: border-box;
    -moz-box-sizing: border-box; }
  .intl-tel-input .hide {
    display: none; }
  .intl-tel-input .v-hide {
    visibility: hidden; }
  .intl-tel-input input, .intl-tel-input input[type=text], .intl-tel-input input[type=tel] {
    position: relative;
    z-index: 0;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding-right: 36px;
    margin-right: 0; }
  .intl-tel-input .flag-container {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    padding: 1px; }
  .intl-tel-input .selected-flag {
    z-index: 1;
    position: relative;
    width: 36px;
    height: 100%;
    padding: 0 0 0 8px; }
    .intl-tel-input .selected-flag .iti-flag {
      position: absolute;
      top: 0;
      bottom: 0;
      margin: auto; }
    .intl-tel-input .selected-flag .iti-arrow {
      position: absolute;
      top: 50%;
      margin-top: -2px;
      right: 6px;
      width: 0;
      height: 0;
      border-left: 3px solid transparent;
      border-right: 3px solid transparent;
      border-top: 4px solid #555; }
      .intl-tel-input .selected-flag .iti-arrow.up {
        border-top: none;
        border-bottom: 4px solid #555; }
  .intl-tel-input .country-list {
    position: absolute;
    z-index: 2;
    list-style: none;
    text-align: left;
    padding: 0;
    margin: 0 0 0 -1px;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
    background-color: white;
    border: 1px solid #CCC;
    white-space: nowrap;
    max-height: 200px;
    overflow-y: scroll; }
    .intl-tel-input .country-list.dropup {
      bottom: 100%;
      margin-bottom: -1px; }
    .intl-tel-input .country-list .flag-box {
      display: inline-block;
      width: 20px; }
    @media (max-width: 500px) {
      .intl-tel-input .country-list {
        white-space: normal; } }
    .intl-tel-input .country-list .divider {
      padding-bottom: 5px;
      margin-bottom: 5px;
      border-bottom: 1px solid #CCC; }
    .intl-tel-input .country-list .country {
      padding: 5px 10px; }
      .intl-tel-input .country-list .country .dial-code {
        color: #999; }
    .intl-tel-input .country-list .country.highlight {
      background-color: rgba(0, 0, 0, 0.05); }
    .intl-tel-input .country-list .flag-box, .intl-tel-input .country-list .country-name, .intl-tel-input .country-list .dial-code {
      vertical-align: middle; }
    .intl-tel-input .country-list .flag-box, .intl-tel-input .country-list .country-name {
      margin-right: 6px; }
  .intl-tel-input.allow-dropdown input, .intl-tel-input.allow-dropdown input[type=text], .intl-tel-input.allow-dropdown input[type=tel], .intl-tel-input.separate-dial-code input, .intl-tel-input.separate-dial-code input[type=text], .intl-tel-input.separate-dial-code input[type=tel] {
    padding-right: 6px;
    padding-left: 52px;
    margin-left: 0; }
  .intl-tel-input.allow-dropdown .flag-container, .intl-tel-input.separate-dial-code .flag-container {
    right: auto;
    left: 0; }
  .intl-tel-input.allow-dropdown .selected-flag, .intl-tel-input.separate-dial-code .selected-flag {
    width: 46px; }
  .intl-tel-input.allow-dropdown .flag-container:hover {
    cursor: pointer; }
    .intl-tel-input.allow-dropdown .flag-container:hover .selected-flag {
      background-color: rgba(0, 0, 0, 0.05); }
  .intl-tel-input.allow-dropdown input[disabled] + .flag-container:hover, .intl-tel-input.allow-dropdown input[readonly] + .flag-container:hover {
    cursor: default; }
    .intl-tel-input.allow-dropdown input[disabled] + .flag-container:hover .selected-flag, .intl-tel-input.allow-dropdown input[readonly] + .flag-container:hover .selected-flag {
      background-color: transparent; }
  .intl-tel-input.separate-dial-code .selected-flag {
    background-color: rgba(0, 0, 0, 0.05);
    display: table; }
  .intl-tel-input.separate-dial-code .selected-dial-code {
    display: table-cell;
    vertical-align: middle;
    padding-left: 28px; }
  .intl-tel-input.separate-dial-code.iti-sdc-2 input, .intl-tel-input.separate-dial-code.iti-sdc-2 input[type=text], .intl-tel-input.separate-dial-code.iti-sdc-2 input[type=tel] {
    padding-left: 66px; }
  .intl-tel-input.separate-dial-code.iti-sdc-2 .selected-flag {
    width: 60px; }
  .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 input, .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 input[type=text], .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 input[type=tel] {
    padding-left: 76px; }
  .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 .selected-flag {
    width: 70px; }
  .intl-tel-input.separate-dial-code.iti-sdc-3 input, .intl-tel-input.separate-dial-code.iti-sdc-3 input[type=text], .intl-tel-input.separate-dial-code.iti-sdc-3 input[type=tel] {
    padding-left: 74px; }
  .intl-tel-input.separate-dial-code.iti-sdc-3 .selected-flag {
    width: 68px; }
  .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input, .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input[type=text], .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input[type=tel] {
    padding-left: 84px; }
  .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 .selected-flag {
    width: 78px; }
  .intl-tel-input.separate-dial-code.iti-sdc-4 input, .intl-tel-input.separate-dial-code.iti-sdc-4 input[type=text], .intl-tel-input.separate-dial-code.iti-sdc-4 input[type=tel] {
    padding-left: 82px; }
  .intl-tel-input.separate-dial-code.iti-sdc-4 .selected-flag {
    width: 76px; }
  .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 input, .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 input[type=text], .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 input[type=tel] {
    padding-left: 92px; }
  .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 .selected-flag {
    width: 86px; }
  .intl-tel-input.separate-dial-code.iti-sdc-5 input, .intl-tel-input.separate-dial-code.iti-sdc-5 input[type=text], .intl-tel-input.separate-dial-code.iti-sdc-5 input[type=tel] {
    padding-left: 90px; }
  .intl-tel-input.separate-dial-code.iti-sdc-5 .selected-flag {
    width: 84px; }
  .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 input, .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 input[type=text], .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 input[type=tel] {
    padding-left: 100px; }
  .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 .selected-flag {
    width: 94px; }
  .intl-tel-input.iti-container {
    position: absolute;
    top: -1000px;
    left: -1000px;
    z-index: 1060;
    padding: 1px; }
    .intl-tel-input.iti-container:hover {
      cursor: pointer; }

.iti-mobile .intl-tel-input.iti-container {
  top: 30px;
  bottom: 30px;
  left: 30px;
  right: 30px;
  position: fixed; }

.iti-mobile .intl-tel-input .country-list {
  max-height: 100%;
  width: 100%; }
  .iti-mobile .intl-tel-input .country-list .country {
    padding: 10px 10px;
    line-height: 1.5em; }

.iti-flag {
  width: 20px; }
  .iti-flag.be {
    width: 18px; }
  .iti-flag.ch {
    width: 15px; }
  .iti-flag.mc {
    width: 19px; }
  .iti-flag.ne {
    width: 18px; }
  .iti-flag.np {
    width: 13px; }
  .iti-flag.va {
    width: 15px; }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .iti-flag {
      background-size: 5630px 15px; } }
  .iti-flag.ac {
    height: 10px;
    background-position: 0px 0px; }
  .iti-flag.ad {
    height: 14px;
    background-position: -22px 0px; }
  .iti-flag.ae {
    height: 10px;
    background-position: -44px 0px; }
  .iti-flag.af {
    height: 14px;
    background-position: -66px 0px; }
  .iti-flag.ag {
    height: 14px;
    background-position: -88px 0px; }
  .iti-flag.ai {
    height: 10px;
    background-position: -110px 0px; }
  .iti-flag.al {
    height: 15px;
    background-position: -132px 0px; }
  .iti-flag.am {
    height: 10px;
    background-position: -154px 0px; }
  .iti-flag.ao {
    height: 14px;
    background-position: -176px 0px; }
  .iti-flag.aq {
    height: 14px;
    background-position: -198px 0px; }
  .iti-flag.ar {
    height: 13px;
    background-position: -220px 0px; }
  .iti-flag.as {
    height: 10px;
    background-position: -242px 0px; }
  .iti-flag.at {
    height: 14px;
    background-position: -264px 0px; }
  .iti-flag.au {
    height: 10px;
    background-position: -286px 0px; }
  .iti-flag.aw {
    height: 14px;
    background-position: -308px 0px; }
  .iti-flag.ax {
    height: 13px;
    background-position: -330px 0px; }
  .iti-flag.az {
    height: 10px;
    background-position: -352px 0px; }
  .iti-flag.ba {
    height: 10px;
    background-position: -374px 0px; }
  .iti-flag.bb {
    height: 14px;
    background-position: -396px 0px; }
  .iti-flag.bd {
    height: 12px;
    background-position: -418px 0px; }
  .iti-flag.be {
    height: 15px;
    background-position: -440px 0px; }
  .iti-flag.bf {
    height: 14px;
    background-position: -460px 0px; }
  .iti-flag.bg {
    height: 12px;
    background-position: -482px 0px; }
  .iti-flag.bh {
    height: 12px;
    background-position: -504px 0px; }
  .iti-flag.bi {
    height: 12px;
    background-position: -526px 0px; }
  .iti-flag.bj {
    height: 14px;
    background-position: -548px 0px; }
  .iti-flag.bl {
    height: 14px;
    background-position: -570px 0px; }
  .iti-flag.bm {
    height: 10px;
    background-position: -592px 0px; }
  .iti-flag.bn {
    height: 10px;
    background-position: -614px 0px; }
  .iti-flag.bo {
    height: 14px;
    background-position: -636px 0px; }
  .iti-flag.bq {
    height: 14px;
    background-position: -658px 0px; }
  .iti-flag.br {
    height: 14px;
    background-position: -680px 0px; }
  .iti-flag.bs {
    height: 10px;
    background-position: -702px 0px; }
  .iti-flag.bt {
    height: 14px;
    background-position: -724px 0px; }
  .iti-flag.bv {
    height: 15px;
    background-position: -746px 0px; }
  .iti-flag.bw {
    height: 14px;
    background-position: -768px 0px; }
  .iti-flag.by {
    height: 10px;
    background-position: -790px 0px; }
  .iti-flag.bz {
    height: 14px;
    background-position: -812px 0px; }
  .iti-flag.ca {
    height: 10px;
    background-position: -834px 0px; }
  .iti-flag.cc {
    height: 10px;
    background-position: -856px 0px; }
  .iti-flag.cd {
    height: 15px;
    background-position: -878px 0px; }
  .iti-flag.cf {
    height: 14px;
    background-position: -900px 0px; }
  .iti-flag.cg {
    height: 14px;
    background-position: -922px 0px; }
  .iti-flag.ch {
    height: 15px;
    background-position: -944px 0px; }
  .iti-flag.ci {
    height: 14px;
    background-position: -961px 0px; }
  .iti-flag.ck {
    height: 10px;
    background-position: -983px 0px; }
  .iti-flag.cl {
    height: 14px;
    background-position: -1005px 0px; }
  .iti-flag.cm {
    height: 14px;
    background-position: -1027px 0px; }
  .iti-flag.cn {
    height: 14px;
    background-position: -1049px 0px; }
  .iti-flag.co {
    height: 14px;
    background-position: -1071px 0px; }
  .iti-flag.cp {
    height: 14px;
    background-position: -1093px 0px; }
  .iti-flag.cr {
    height: 12px;
    background-position: -1115px 0px; }
  .iti-flag.cu {
    height: 10px;
    background-position: -1137px 0px; }
  .iti-flag.cv {
    height: 12px;
    background-position: -1159px 0px; }
  .iti-flag.cw {
    height: 14px;
    background-position: -1181px 0px; }
  .iti-flag.cx {
    height: 10px;
    background-position: -1203px 0px; }
  .iti-flag.cy {
    height: 13px;
    background-position: -1225px 0px; }
  .iti-flag.cz {
    height: 14px;
    background-position: -1247px 0px; }
  .iti-flag.de {
    height: 12px;
    background-position: -1269px 0px; }
  .iti-flag.dg {
    height: 10px;
    background-position: -1291px 0px; }
  .iti-flag.dj {
    height: 14px;
    background-position: -1313px 0px; }
  .iti-flag.dk {
    height: 15px;
    background-position: -1335px 0px; }
  .iti-flag.dm {
    height: 10px;
    background-position: -1357px 0px; }
  .iti-flag.do {
    height: 13px;
    background-position: -1379px 0px; }
  .iti-flag.dz {
    height: 14px;
    background-position: -1401px 0px; }
  .iti-flag.ea {
    height: 14px;
    background-position: -1423px 0px; }
  .iti-flag.ec {
    height: 14px;
    background-position: -1445px 0px; }
  .iti-flag.ee {
    height: 13px;
    background-position: -1467px 0px; }
  .iti-flag.eg {
    height: 14px;
    background-position: -1489px 0px; }
  .iti-flag.eh {
    height: 10px;
    background-position: -1511px 0px; }
  .iti-flag.er {
    height: 10px;
    background-position: -1533px 0px; }
  .iti-flag.es {
    height: 14px;
    background-position: -1555px 0px; }
  .iti-flag.et {
    height: 10px;
    background-position: -1577px 0px; }
  .iti-flag.eu {
    height: 14px;
    background-position: -1599px 0px; }
  .iti-flag.fi {
    height: 12px;
    background-position: -1621px 0px; }
  .iti-flag.fj {
    height: 10px;
    background-position: -1643px 0px; }
  .iti-flag.fk {
    height: 10px;
    background-position: -1665px 0px; }
  .iti-flag.fm {
    height: 11px;
    background-position: -1687px 0px; }
  .iti-flag.fo {
    height: 15px;
    background-position: -1709px 0px; }
  .iti-flag.fr {
    height: 14px;
    background-position: -1731px 0px; }
  .iti-flag.ga {
    height: 15px;
    background-position: -1753px 0px; }
  .iti-flag.gb {
    height: 10px;
    background-position: -1775px 0px; }
  .iti-flag.gd {
    height: 12px;
    background-position: -1797px 0px; }
  .iti-flag.ge {
    height: 14px;
    background-position: -1819px 0px; }
  .iti-flag.gf {
    height: 14px;
    background-position: -1841px 0px; }
  .iti-flag.gg {
    height: 14px;
    background-position: -1863px 0px; }
  .iti-flag.gh {
    height: 14px;
    background-position: -1885px 0px; }
  .iti-flag.gi {
    height: 10px;
    background-position: -1907px 0px; }
  .iti-flag.gl {
    height: 14px;
    background-position: -1929px 0px; }
  .iti-flag.gm {
    height: 14px;
    background-position: -1951px 0px; }
  .iti-flag.gn {
    height: 14px;
    background-position: -1973px 0px; }
  .iti-flag.gp {
    height: 14px;
    background-position: -1995px 0px; }
  .iti-flag.gq {
    height: 14px;
    background-position: -2017px 0px; }
  .iti-flag.gr {
    height: 14px;
    background-position: -2039px 0px; }
  .iti-flag.gs {
    height: 10px;
    background-position: -2061px 0px; }
  .iti-flag.gt {
    height: 13px;
    background-position: -2083px 0px; }
  .iti-flag.gu {
    height: 11px;
    background-position: -2105px 0px; }
  .iti-flag.gw {
    height: 10px;
    background-position: -2127px 0px; }
  .iti-flag.gy {
    height: 12px;
    background-position: -2149px 0px; }
  .iti-flag.hk {
    height: 14px;
    background-position: -2171px 0px; }
  .iti-flag.hm {
    height: 10px;
    background-position: -2193px 0px; }
  .iti-flag.hn {
    height: 10px;
    background-position: -2215px 0px; }
  .iti-flag.hr {
    height: 10px;
    background-position: -2237px 0px; }
  .iti-flag.ht {
    height: 12px;
    background-position: -2259px 0px; }
  .iti-flag.hu {
    height: 10px;
    background-position: -2281px 0px; }
  .iti-flag.ic {
    height: 14px;
    background-position: -2303px 0px; }
  .iti-flag.id {
    height: 14px;
    background-position: -2325px 0px; }
  .iti-flag.ie {
    height: 10px;
    background-position: -2347px 0px; }
  .iti-flag.il {
    height: 15px;
    background-position: -2369px 0px; }
  .iti-flag.im {
    height: 10px;
    background-position: -2391px 0px; }
  .iti-flag.in {
    height: 14px;
    background-position: -2413px 0px; }
  .iti-flag.io {
    height: 10px;
    background-position: -2435px 0px; }
  .iti-flag.iq {
    height: 14px;
    background-position: -2457px 0px; }
  .iti-flag.ir {
    height: 12px;
    background-position: -2479px 0px; }
  .iti-flag.is {
    height: 15px;
    background-position: -2501px 0px; }
  .iti-flag.it {
    height: 14px;
    background-position: -2523px 0px; }
  .iti-flag.je {
    height: 12px;
    background-position: -2545px 0px; }
  .iti-flag.jm {
    height: 10px;
    background-position: -2567px 0px; }
  .iti-flag.jo {
    height: 10px;
    background-position: -2589px 0px; }
  .iti-flag.jp {
    height: 14px;
    background-position: -2611px 0px; }
  .iti-flag.ke {
    height: 14px;
    background-position: -2633px 0px; }
  .iti-flag.kg {
    height: 12px;
    background-position: -2655px 0px; }
  .iti-flag.kh {
    height: 13px;
    background-position: -2677px 0px; }
  .iti-flag.ki {
    height: 10px;
    background-position: -2699px 0px; }
  .iti-flag.km {
    height: 12px;
    background-position: -2721px 0px; }
  .iti-flag.kn {
    height: 14px;
    background-position: -2743px 0px; }
  .iti-flag.kp {
    height: 10px;
    background-position: -2765px 0px; }
  .iti-flag.kr {
    height: 14px;
    background-position: -2787px 0px; }
  .iti-flag.kw {
    height: 10px;
    background-position: -2809px 0px; }
  .iti-flag.ky {
    height: 10px;
    background-position: -2831px 0px; }
  .iti-flag.kz {
    height: 10px;
    background-position: -2853px 0px; }
  .iti-flag.la {
    height: 14px;
    background-position: -2875px 0px; }
  .iti-flag.lb {
    height: 14px;
    background-position: -2897px 0px; }
  .iti-flag.lc {
    height: 10px;
    background-position: -2919px 0px; }
  .iti-flag.li {
    height: 12px;
    background-position: -2941px 0px; }
  .iti-flag.lk {
    height: 10px;
    background-position: -2963px 0px; }
  .iti-flag.lr {
    height: 11px;
    background-position: -2985px 0px; }
  .iti-flag.ls {
    height: 14px;
    background-position: -3007px 0px; }
  .iti-flag.lt {
    height: 12px;
    background-position: -3029px 0px; }
  .iti-flag.lu {
    height: 12px;
    background-position: -3051px 0px; }
  .iti-flag.lv {
    height: 10px;
    background-position: -3073px 0px; }
  .iti-flag.ly {
    height: 10px;
    background-position: -3095px 0px; }
  .iti-flag.ma {
    height: 14px;
    background-position: -3117px 0px; }
  .iti-flag.mc {
    height: 15px;
    background-position: -3139px 0px; }
  .iti-flag.md {
    height: 10px;
    background-position: -3160px 0px; }
  .iti-flag.me {
    height: 10px;
    background-position: -3182px 0px; }
  .iti-flag.mf {
    height: 14px;
    background-position: -3204px 0px; }
  .iti-flag.mg {
    height: 14px;
    background-position: -3226px 0px; }
  .iti-flag.mh {
    height: 11px;
    background-position: -3248px 0px; }
  .iti-flag.mk {
    height: 10px;
    background-position: -3270px 0px; }
  .iti-flag.ml {
    height: 14px;
    background-position: -3292px 0px; }
  .iti-flag.mm {
    height: 14px;
    background-position: -3314px 0px; }
  .iti-flag.mn {
    height: 10px;
    background-position: -3336px 0px; }
  .iti-flag.mo {
    height: 14px;
    background-position: -3358px 0px; }
  .iti-flag.mp {
    height: 10px;
    background-position: -3380px 0px; }
  .iti-flag.mq {
    height: 14px;
    background-position: -3402px 0px; }
  .iti-flag.mr {
    height: 14px;
    background-position: -3424px 0px; }
  .iti-flag.ms {
    height: 10px;
    background-position: -3446px 0px; }
  .iti-flag.mt {
    height: 14px;
    background-position: -3468px 0px; }
  .iti-flag.mu {
    height: 14px;
    background-position: -3490px 0px; }
  .iti-flag.mv {
    height: 14px;
    background-position: -3512px 0px; }
  .iti-flag.mw {
    height: 14px;
    background-position: -3534px 0px; }
  .iti-flag.mx {
    height: 12px;
    background-position: -3556px 0px; }
  .iti-flag.my {
    height: 10px;
    background-position: -3578px 0px; }
  .iti-flag.mz {
    height: 14px;
    background-position: -3600px 0px; }
  .iti-flag.na {
    height: 14px;
    background-position: -3622px 0px; }
  .iti-flag.nc {
    height: 10px;
    background-position: -3644px 0px; }
  .iti-flag.ne {
    height: 15px;
    background-position: -3666px 0px; }
  .iti-flag.nf {
    height: 10px;
    background-position: -3686px 0px; }
  .iti-flag.ng {
    height: 10px;
    background-position: -3708px 0px; }
  .iti-flag.ni {
    height: 12px;
    background-position: -3730px 0px; }
  .iti-flag.nl {
    height: 14px;
    background-position: -3752px 0px; }
  .iti-flag.no {
    height: 15px;
    background-position: -3774px 0px; }
  .iti-flag.np {
    height: 15px;
    background-position: -3796px 0px; }
  .iti-flag.nr {
    height: 10px;
    background-position: -3811px 0px; }
  .iti-flag.nu {
    height: 10px;
    background-position: -3833px 0px; }
  .iti-flag.nz {
    height: 10px;
    background-position: -3855px 0px; }
  .iti-flag.om {
    height: 10px;
    background-position: -3877px 0px; }
  .iti-flag.pa {
    height: 14px;
    background-position: -3899px 0px; }
  .iti-flag.pe {
    height: 14px;
    background-position: -3921px 0px; }
  .iti-flag.pf {
    height: 14px;
    background-position: -3943px 0px; }
  .iti-flag.pg {
    height: 15px;
    background-position: -3965px 0px; }
  .iti-flag.ph {
    height: 10px;
    background-position: -3987px 0px; }
  .iti-flag.pk {
    height: 14px;
    background-position: -4009px 0px; }
  .iti-flag.pl {
    height: 13px;
    background-position: -4031px 0px; }
  .iti-flag.pm {
    height: 14px;
    background-position: -4053px 0px; }
  .iti-flag.pn {
    height: 10px;
    background-position: -4075px 0px; }
  .iti-flag.pr {
    height: 14px;
    background-position: -4097px 0px; }
  .iti-flag.ps {
    height: 10px;
    background-position: -4119px 0px; }
  .iti-flag.pt {
    height: 14px;
    background-position: -4141px 0px; }
  .iti-flag.pw {
    height: 13px;
    background-position: -4163px 0px; }
  .iti-flag.py {
    height: 11px;
    background-position: -4185px 0px; }
  .iti-flag.qa {
    height: 8px;
    background-position: -4207px 0px; }
  .iti-flag.re {
    height: 14px;
    background-position: -4229px 0px; }
  .iti-flag.ro {
    height: 14px;
    background-position: -4251px 0px; }
  .iti-flag.rs {
    height: 14px;
    background-position: -4273px 0px; }
  .iti-flag.ru {
    height: 14px;
    background-position: -4295px 0px; }
  .iti-flag.rw {
    height: 14px;
    background-position: -4317px 0px; }
  .iti-flag.sa {
    height: 14px;
    background-position: -4339px 0px; }
  .iti-flag.sb {
    height: 10px;
    background-position: -4361px 0px; }
  .iti-flag.sc {
    height: 10px;
    background-position: -4383px 0px; }
  .iti-flag.sd {
    height: 10px;
    background-position: -4405px 0px; }
  .iti-flag.se {
    height: 13px;
    background-position: -4427px 0px; }
  .iti-flag.sg {
    height: 14px;
    background-position: -4449px 0px; }
  .iti-flag.sh {
    height: 10px;
    background-position: -4471px 0px; }
  .iti-flag.si {
    height: 10px;
    background-position: -4493px 0px; }
  .iti-flag.sj {
    height: 15px;
    background-position: -4515px 0px; }
  .iti-flag.sk {
    height: 14px;
    background-position: -4537px 0px; }
  .iti-flag.sl {
    height: 14px;
    background-position: -4559px 0px; }
  .iti-flag.sm {
    height: 15px;
    background-position: -4581px 0px; }
  .iti-flag.sn {
    height: 14px;
    background-position: -4603px 0px; }
  .iti-flag.so {
    height: 14px;
    background-position: -4625px 0px; }
  .iti-flag.sr {
    height: 14px;
    background-position: -4647px 0px; }
  .iti-flag.ss {
    height: 10px;
    background-position: -4669px 0px; }
  .iti-flag.st {
    height: 10px;
    background-position: -4691px 0px; }
  .iti-flag.sv {
    height: 12px;
    background-position: -4713px 0px; }
  .iti-flag.sx {
    height: 14px;
    background-position: -4735px 0px; }
  .iti-flag.sy {
    height: 14px;
    background-position: -4757px 0px; }
  .iti-flag.sz {
    height: 14px;
    background-position: -4779px 0px; }
  .iti-flag.ta {
    height: 10px;
    background-position: -4801px 0px; }
  .iti-flag.tc {
    height: 10px;
    background-position: -4823px 0px; }
  .iti-flag.td {
    height: 14px;
    background-position: -4845px 0px; }
  .iti-flag.tf {
    height: 14px;
    background-position: -4867px 0px; }
  .iti-flag.tg {
    height: 13px;
    background-position: -4889px 0px; }
  .iti-flag.th {
    height: 14px;
    background-position: -4911px 0px; }
  .iti-flag.tj {
    height: 10px;
    background-position: -4933px 0px; }
  .iti-flag.tk {
    height: 10px;
    background-position: -4955px 0px; }
  .iti-flag.tl {
    height: 10px;
    background-position: -4977px 0px; }
  .iti-flag.tm {
    height: 14px;
    background-position: -4999px 0px; }
  .iti-flag.tn {
    height: 14px;
    background-position: -5021px 0px; }
  .iti-flag.to {
    height: 10px;
    background-position: -5043px 0px; }
  .iti-flag.tr {
    height: 14px;
    background-position: -5065px 0px; }
  .iti-flag.tt {
    height: 12px;
    background-position: -5087px 0px; }
  .iti-flag.tv {
    height: 10px;
    background-position: -5109px 0px; }
  .iti-flag.tw {
    height: 14px;
    background-position: -5131px 0px; }
  .iti-flag.tz {
    height: 14px;
    background-position: -5153px 0px; }
  .iti-flag.ua {
    height: 14px;
    background-position: -5175px 0px; }
  .iti-flag.ug {
    height: 14px;
    background-position: -5197px 0px; }
  .iti-flag.um {
    height: 11px;
    background-position: -5219px 0px; }
  .iti-flag.us {
    height: 11px;
    background-position: -5241px 0px; }
  .iti-flag.uy {
    height: 14px;
    background-position: -5263px 0px; }
  .iti-flag.uz {
    height: 10px;
    background-position: -5285px 0px; }
  .iti-flag.va {
    height: 15px;
    background-position: -5307px 0px; }
  .iti-flag.vc {
    height: 14px;
    background-position: -5324px 0px; }
  .iti-flag.ve {
    height: 14px;
    background-position: -5346px 0px; }
  .iti-flag.vg {
    height: 10px;
    background-position: -5368px 0px; }
  .iti-flag.vi {
    height: 14px;
    background-position: -5390px 0px; }
  .iti-flag.vn {
    height: 14px;
    background-position: -5412px 0px; }
  .iti-flag.vu {
    height: 12px;
    background-position: -5434px 0px; }
  .iti-flag.wf {
    height: 14px;
    background-position: -5456px 0px; }
  .iti-flag.ws {
    height: 10px;
    background-position: -5478px 0px; }
  .iti-flag.xk {
    height: 15px;
    background-position: -5500px 0px; }
  .iti-flag.ye {
    height: 14px;
    background-position: -5522px 0px; }
  .iti-flag.yt {
    height: 14px;
    background-position: -5544px 0px; }
  .iti-flag.za {
    height: 14px;
    background-position: -5566px 0px; }
  .iti-flag.zm {
    height: 14px;
    background-position: -5588px 0px; }
  .iti-flag.zw {
    height: 10px;
    background-position: -5610px 0px; }

.iti-flag {
  width: 20px;
  height: 15px;
  box-shadow: 0px 0px 1px 0px #888;
  background-image: url("../image/flags.png");
  background-repeat: no-repeat;
  background-color: #DBDBDB;
  background-position: 20px 0; }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .iti-flag {
      background-image: url("../image/flags@2x.png"); } }

.iti-flag.np {
  background-color: transparent; }

/**
 * WHMCS Telephone Country Code Dropdown
 *
 * Using https://github.com/jackocnr/intl-tel-input
 *
 * @copyright Copyright (c) WHMCS Limited 2005-2017
 * @license http://www.whmcs.com/license/ WHMCS Eula
 */

.intl-tel-input {
    width: 100%;
}

/**
  * bootstrap-switch - Turn checkboxes and radio buttons into toggle switches.
  *
  * @version v4.0.0-alpha.1
  * @homepage http://www.bootstrap-switch.org
  * @author Mattia Larentis <mattia@larentis.eu> (http://larentis.eu)
  * @license Apache-2.0
  */

.bootstrap-switch {
  display: inline-block;
  direction: ltr;
  cursor: pointer;
  border-radius: 0.25rem;
  border: 1px solid;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  position: relative;
  text-align: left;
  overflow: hidden;
  line-height: 8px;
  z-index: 0;
  user-select: none;
  vertical-align: middle;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  .bootstrap-switch .bootstrap-switch-container {
    display: inline-block;
    top: 0;
    border-radius: 0.25rem;
    transform: translate3d(0, 0, 0); }
  .bootstrap-switch .bootstrap-switch-handle-on,
  .bootstrap-switch .bootstrap-switch-handle-off,
  .bootstrap-switch .bootstrap-switch-label {
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block !important;
    height: 100%;
    line-height: 1.25;
    padding: 0.5rem 1rem;
    font-size: 1rem;
    border-radius: 0; }
  .bootstrap-switch .bootstrap-switch-handle-on,
  .bootstrap-switch .bootstrap-switch-handle-off {
    text-align: center;
    z-index: 1; }
    .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-primary,
    .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-primary {
      color: #fff;
      background-color: #0275d8;
      border-color: #0275d8; }
      .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-primary:hover,
      .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-primary:hover {
        color: #fff;
        background-color: #025aa5;
        border-color: #01549b; }
      .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-primary:focus, .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-primary.focus,
      .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-primary:focus,
      .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-primary.focus {
        box-shadow: 0 0 0 2px rgba(2, 117, 216, 0.5); }
      .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-primary.disabled, .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-primary:disabled,
      .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-primary.disabled,
      .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-primary:disabled {
        background-color: #0275d8;
        border-color: #0275d8; }
      .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-primary:active, .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-primary.active,
      .show > .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-primary.dropdown-toggle,
      .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-primary:active,
      .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-primary.active,
      .show >
      .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-primary.dropdown-toggle {
        color: #fff;
        background-color: #025aa5;
        background-image: none;
        border-color: #01549b; }
    .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-secondary,
    .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-secondary {
      color: #292b2c;
      background-color: #fff;
      border-color: #ccc; }
      .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-secondary:hover,
      .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-secondary:hover {
        color: #292b2c;
        background-color: #e6e6e6;
        border-color: #adadad; }
      .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-secondary:focus, .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-secondary.focus,
      .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-secondary:focus,
      .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-secondary.focus {
        box-shadow: 0 0 0 2px rgba(204, 204, 204, 0.5); }
      .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-secondary.disabled, .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-secondary:disabled,
      .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-secondary.disabled,
      .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-secondary:disabled {
        background-color: #fff;
        border-color: #ccc; }
      .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-secondary:active, .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-secondary.active,
      .show > .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-secondary.dropdown-toggle,
      .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-secondary:active,
      .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-secondary.active,
      .show >
      .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-secondary.dropdown-toggle {
        color: #292b2c;
        background-color: #e6e6e6;
        background-image: none;
        border-color: #adadad; }
    .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-info,
    .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-info {
      color: #fff;
      background-color: #5bc0de;
      border-color: #5bc0de; }
      .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-info:hover,
      .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-info:hover {
        color: #fff;
        background-color: #31b0d5;
        border-color: #2aabd2; }
      .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-info:focus, .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-info.focus,
      .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-info:focus,
      .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-info.focus {
        box-shadow: 0 0 0 2px rgba(91, 192, 222, 0.5); }
      .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-info.disabled, .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-info:disabled,
      .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-info.disabled,
      .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-info:disabled {
        background-color: #5bc0de;
        border-color: #5bc0de; }
      .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-info:active, .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-info.active,
      .show > .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-info.dropdown-toggle,
      .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-info:active,
      .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-info.active,
      .show >
      .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-info.dropdown-toggle {
        color: #fff;
        background-color: #31b0d5;
        background-image: none;
        border-color: #2aabd2; }
    .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-success,
    .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-success {
      color: #fff;
      background-color: #5cb85c;
      border-color: #5cb85c; }
      .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-success:hover,
      .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-success:hover {
        color: #fff;
        background-color: #449d44;
        border-color: #419641; }
      .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-success:focus, .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-success.focus,
      .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-success:focus,
      .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-success.focus {
        box-shadow: 0 0 0 2px rgba(92, 184, 92, 0.5); }
      .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-success.disabled, .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-success:disabled,
      .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-success.disabled,
      .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-success:disabled {
        background-color: #5cb85c;
        border-color: #5cb85c; }
      .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-success:active, .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-success.active,
      .show > .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-success.dropdown-toggle,
      .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-success:active,
      .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-success.active,
      .show >
      .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-success.dropdown-toggle {
        color: #fff;
        background-color: #449d44;
        background-image: none;
        border-color: #419641; }
    .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-warning,
    .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-warning {
      color: #fff;
      background-color: #f0ad4e;
      border-color: #f0ad4e; }
      .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-warning:hover,
      .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-warning:hover {
        color: #fff;
        background-color: #ec971f;
        border-color: #eb9316; }
      .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-warning:focus, .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-warning.focus,
      .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-warning:focus,
      .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-warning.focus {
        box-shadow: 0 0 0 2px rgba(240, 173, 78, 0.5); }
      .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-warning.disabled, .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-warning:disabled,
      .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-warning.disabled,
      .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-warning:disabled {
        background-color: #f0ad4e;
        border-color: #f0ad4e; }
      .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-warning:active, .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-warning.active,
      .show > .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-warning.dropdown-toggle,
      .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-warning:active,
      .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-warning.active,
      .show >
      .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-warning.dropdown-toggle {
        color: #fff;
        background-color: #ec971f;
        background-image: none;
        border-color: #eb9316; }
    .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-danger,
    .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-danger {
      color: #fff;
      background-color: #d9534f;
      border-color: #d9534f; }
      .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-danger:hover,
      .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-danger:hover {
        color: #fff;
        background-color: #c9302c;
        border-color: #c12e2a; }
      .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-danger:focus, .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-danger.focus,
      .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-danger:focus,
      .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-danger.focus {
        box-shadow: 0 0 0 2px rgba(217, 83, 79, 0.5); }
      .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-danger.disabled, .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-danger:disabled,
      .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-danger.disabled,
      .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-danger:disabled {
        background-color: #d9534f;
        border-color: #d9534f; }
      .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-danger:active, .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-danger.active,
      .show > .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-danger.dropdown-toggle,
      .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-danger:active,
      .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-danger.active,
      .show >
      .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-danger.dropdown-toggle {
        color: #fff;
        background-color: #c9302c;
        background-image: none;
        border-color: #c12e2a; }
  .bootstrap-switch .bootstrap-switch-label {
    text-align: center;
    margin-top: -1px;
    margin-bottom: -1px;
    z-index: 100;
    border-left: 1px solid transparent;
    border-right: 1px solid transparent; }
  .bootstrap-switch .bootstrap-switch-handle-on {
    border-bottom-left-radius: 0.25rem;
    border-top-left-radius: 0.25rem; }
  .bootstrap-switch .bootstrap-switch-handle-off {
    border-bottom-right-radius: 0.25rem;
    border-top-right-radius: 0.25rem; }
  .bootstrap-switch input[type='radio'],
  .bootstrap-switch input[type='checkbox'] {
    position: absolute !important;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: -1; }
  .bootstrap-switch.bootstrap-switch-mini {
    min-width: 71px; }
    .bootstrap-switch.bootstrap-switch-mini .bootstrap-switch-handle-on,
    .bootstrap-switch.bootstrap-switch-mini .bootstrap-switch-handle-off,
    .bootstrap-switch.bootstrap-switch-mini .bootstrap-switch-label {
      padding: 0.25rem 0.5rem;
      font-size: 0.875rem;
      border-radius: 0.2rem; }
  .bootstrap-switch.bootstrap-switch-small {
    min-width: 79px; }
    .bootstrap-switch.bootstrap-switch-small .bootstrap-switch-handle-on,
    .bootstrap-switch.bootstrap-switch-small .bootstrap-switch-handle-off,
    .bootstrap-switch.bootstrap-switch-small .bootstrap-switch-label {
      padding: 0.25rem 0.5rem;
      font-size: 0.875rem;
      border-radius: 0.2rem; }
  .bootstrap-switch.bootstrap-switch-large {
    min-width: 120px; }
    .bootstrap-switch.bootstrap-switch-large .bootstrap-switch-handle-on,
    .bootstrap-switch.bootstrap-switch-large .bootstrap-switch-handle-off,
    .bootstrap-switch.bootstrap-switch-large .bootstrap-switch-label {
      padding: 0.75rem 1.5rem;
      font-size: 1.25rem;
      border-radius: 0.3rem; }
  .bootstrap-switch.bootstrap-switch-disabled, .bootstrap-switch.bootstrap-switch-readonly, .bootstrap-switch.bootstrap-switch-indeterminate {
    cursor: default !important; }
    .bootstrap-switch.bootstrap-switch-disabled .bootstrap-switch-handle-on,
    .bootstrap-switch.bootstrap-switch-disabled .bootstrap-switch-handle-off,
    .bootstrap-switch.bootstrap-switch-disabled .bootstrap-switch-label, .bootstrap-switch.bootstrap-switch-readonly .bootstrap-switch-handle-on,
    .bootstrap-switch.bootstrap-switch-readonly .bootstrap-switch-handle-off,
    .bootstrap-switch.bootstrap-switch-readonly .bootstrap-switch-label, .bootstrap-switch.bootstrap-switch-indeterminate .bootstrap-switch-handle-on,
    .bootstrap-switch.bootstrap-switch-indeterminate .bootstrap-switch-handle-off,
    .bootstrap-switch.bootstrap-switch-indeterminate .bootstrap-switch-label {
      opacity: .5;
      cursor: default !important; }
  .bootstrap-switch.bootstrap-switch-animate .bootstrap-switch-container {
    transition: margin-left 0.5s; }
  .bootstrap-switch.bootstrap-switch-inverse .bootstrap-switch-handle-on {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    border-bottom-right-radius: 0.25rem;
    border-top-right-radius: 0.25rem; }
  .bootstrap-switch.bootstrap-switch-inverse .bootstrap-switch-handle-off {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 0.25rem;
    border-top-left-radius: 0.25rem; }
  .bootstrap-switch.bootstrap-switch-focused {
    box-shadow: 0 0 0 2px rgba(2, 117, 216, 0.5); }
  .bootstrap-switch.bootstrap-switch-on .bootstrap-switch-label, .bootstrap-switch.bootstrap-switch-inverse.bootstrap-switch-off .bootstrap-switch-label {
    border-bottom-right-radius: 0.25rem;
    border-top-right-radius: 0.25rem; }
  .bootstrap-switch.bootstrap-switch-off .bootstrap-switch-label, .bootstrap-switch.bootstrap-switch-inverse.bootstrap-switch-on .bootstrap-switch-label {
    border-bottom-left-radius: 0.25rem;
    border-top-left-radius: 0.25rem; }

.md-editor{display:block;border:1px solid #ddd}.md-editor .md-footer,.md-editor>.md-header{display:block;padding:6px 4px;background:#f5f5f5}.md-editor>.md-header{margin:0}.md-editor>.md-preview{background:#fff;border-top:1px dashed #ddd;border-bottom:1px dashed #ddd;min-height:10px;overflow:auto}.md-editor>textarea{font-family:Menlo,Monaco,Consolas,"Courier New",monospace;font-size:14px;outline:0;margin:0;display:block;padding:0;width:100%;border:0;border-top:1px dashed #ddd;border-bottom:1px dashed #ddd;border-radius:0;box-shadow:none;background:#eee}.md-editor>textarea:focus{box-shadow:none;background:#fff}.md-editor.active{border-color:#66afe9;outline:0;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6)}.md-editor .md-controls{float:right;padding:3px}.md-editor .md-controls .md-control{right:5px;color:#bebebe;padding:3px 3px 3px 10px}.md-editor .md-controls .md-control:hover{color:#333}.md-editor.md-fullscreen-mode{width:100%;height:100%;position:fixed;top:0;left:0;z-index:99999;padding:60px 30px 15px;background:#fff!important;border:0!important}.md-editor.md-fullscreen-mode .md-footer{display:none}.md-editor.md-fullscreen-mode .md-input,.md-editor.md-fullscreen-mode .md-preview{margin:0 auto!important;height:100%!important;font-size:20px!important;padding:20px!important;color:#999;line-height:1.6em!important;resize:none!important;box-shadow:none!important;background:#fff!important;border:0!important}.md-editor.md-fullscreen-mode .md-preview{color:#333;overflow:auto}.md-editor.md-fullscreen-mode .md-input:focus,.md-editor.md-fullscreen-mode .md-input:hover{color:#333;background:#fff!important}.md-editor.md-fullscreen-mode .md-header{background:0 0;text-align:center;position:fixed;width:100%;top:20px}.md-editor.md-fullscreen-mode .btn-group{float:none}.md-editor.md-fullscreen-mode .btn{border:0;background:0 0;color:#b3b3b3}.md-editor.md-fullscreen-mode .btn.active,.md-editor.md-fullscreen-mode .btn:active,.md-editor.md-fullscreen-mode .btn:focus,.md-editor.md-fullscreen-mode .btn:hover{box-shadow:none;color:#333}.md-editor.md-fullscreen-mode .md-fullscreen-controls{position:absolute;top:20px;right:20px;text-align:right;z-index:1002;display:block}.md-editor.md-fullscreen-mode .md-fullscreen-controls a{color:#b3b3b3;clear:right;margin:10px;width:30px;height:30px;text-align:center}.md-editor.md-fullscreen-mode .md-fullscreen-controls a:hover{color:#333;text-decoration:none}.md-editor.md-fullscreen-mode .md-editor{height:100%!important;position:relative}.md-editor .md-fullscreen-controls{display:none}.md-nooverflow{overflow:hidden;position:fixed;width:100%}

table.dataTable {
  clear: both;
  margin-top: 6px !important;
  margin-bottom: 6px !important;
  max-width: none !important;
  border-collapse: separate !important;
  border-spacing: 0;
}
table.dataTable td,
table.dataTable th {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
table.dataTable td.dataTables_empty,
table.dataTable th.dataTables_empty {
  text-align: center;
}
table.dataTable.nowrap th,
table.dataTable.nowrap td {
  white-space: nowrap;
}

div.dataTables_wrapper div.dataTables_length label {
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
}
div.dataTables_wrapper div.dataTables_length select {
  width: auto;
  display: inline-block;
}
div.dataTables_wrapper div.dataTables_filter {
  text-align: right;
}
div.dataTables_wrapper div.dataTables_filter label {
  font-weight: normal;
  white-space: nowrap;
  text-align: left;
}
div.dataTables_wrapper div.dataTables_filter input {
  margin-left: 0.5em;
  display: inline-block;
  width: auto;
}
div.dataTables_wrapper div.dataTables_info {
  padding-top: 0.85em;
}
div.dataTables_wrapper div.dataTables_paginate {
  margin: 0;
  white-space: nowrap;
  text-align: right;
}
div.dataTables_wrapper div.dataTables_paginate ul.pagination {
  margin: 2px 0;
  white-space: nowrap;
  justify-content: flex-end;
}
div.dataTables_wrapper div.dataTables_processing {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 200px;
  margin-left: -100px;
  margin-top: -26px;
  text-align: center;
  padding: 1em 0;
}

table.dataTable > thead > tr > th:active,
table.dataTable > thead > tr > td:active {
  outline: none;
}
table.dataTable > thead > tr > th:not(.sorting_disabled),
table.dataTable > thead > tr > td:not(.sorting_disabled) {
  padding-right: 30px;
}
table.dataTable > thead .sorting,
table.dataTable > thead .sorting_asc,
table.dataTable > thead .sorting_desc,
table.dataTable > thead .sorting_asc_disabled,
table.dataTable > thead .sorting_desc_disabled {
  cursor: pointer;
  position: relative;
}
table.dataTable > thead .sorting:before, table.dataTable > thead .sorting:after,
table.dataTable > thead .sorting_asc:before,
table.dataTable > thead .sorting_asc:after,
table.dataTable > thead .sorting_desc:before,
table.dataTable > thead .sorting_desc:after,
table.dataTable > thead .sorting_asc_disabled:before,
table.dataTable > thead .sorting_asc_disabled:after,
table.dataTable > thead .sorting_desc_disabled:before,
table.dataTable > thead .sorting_desc_disabled:after {
  position: absolute;
  bottom: 0.9em;
  display: block;
  opacity: 0.3;
}

table.dataTable > thead .sorting_asc:before,
table.dataTable > thead .sorting_desc:after {
  opacity: 1;
}
table.dataTable > thead .sorting_asc_disabled:before,
table.dataTable > thead .sorting_desc_disabled:after {
  opacity: 0;
}

div.dataTables_scrollHead table.dataTable {
  margin-bottom: 0 !important;
}

div.dataTables_scrollBody table {
  border-top: none;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
div.dataTables_scrollBody table thead .sorting:before,
div.dataTables_scrollBody table thead .sorting_asc:before,
div.dataTables_scrollBody table thead .sorting_desc:before,
div.dataTables_scrollBody table thead .sorting:after,
div.dataTables_scrollBody table thead .sorting_asc:after,
div.dataTables_scrollBody table thead .sorting_desc:after {
  display: none;
}
div.dataTables_scrollBody table tbody tr:first-child th,
div.dataTables_scrollBody table tbody tr:first-child td {
  border-top: none;
}

div.dataTables_scrollFoot > .dataTables_scrollFootInner {
  box-sizing: content-box;
}
div.dataTables_scrollFoot > .dataTables_scrollFootInner > table {
  margin-top: 0 !important;
  border-top: none;
}

@media screen and (max-width: 767px) {
  div.dataTables_wrapper div.dataTables_length,
div.dataTables_wrapper div.dataTables_filter,
div.dataTables_wrapper div.dataTables_info,
div.dataTables_wrapper div.dataTables_paginate {
    text-align: center;
  }
  div.dataTables_wrapper div.dataTables_paginate ul.pagination {
    justify-content: center !important;
  }
}
table.dataTable.table-sm > thead > tr > th:not(.sorting_disabled) {
  padding-right: 20px;
}
table.dataTable.table-sm .sorting:before,
table.dataTable.table-sm .sorting_asc:before,
table.dataTable.table-sm .sorting_desc:before {
  top: 5px;
  right: 0.85em;
}
table.dataTable.table-sm .sorting:after,
table.dataTable.table-sm .sorting_asc:after,
table.dataTable.table-sm .sorting_desc:after {
  top: 5px;
}

table.table-bordered.dataTable {
  border-right-width: 0;
}
table.table-bordered.dataTable th,
table.table-bordered.dataTable td {
  border-left-width: 0;
}
table.table-bordered.dataTable th:last-child, table.table-bordered.dataTable th:last-child,
table.table-bordered.dataTable td:last-child,
table.table-bordered.dataTable td:last-child {
  border-right-width: 1px;
}
table.table-bordered.dataTable tbody th,
table.table-bordered.dataTable tbody td {
  border-bottom-width: 0;
}

div.dataTables_scrollHead table.table-bordered {
  border-bottom-width: 0;
}

div.table-responsive > div.dataTables_wrapper > div.row {
  margin: 0;
}
div.table-responsive > div.dataTables_wrapper > div.row > div[class^=col-]:first-child {
  padding-left: 0;
}
div.table-responsive > div.dataTables_wrapper > div.row > div[class^=col-]:last-child {
  padding-right: 0;
}

table.dataTable.dtr-inline.collapsed > tbody > tr > td.child,
table.dataTable.dtr-inline.collapsed > tbody > tr > th.child,
table.dataTable.dtr-inline.collapsed > tbody > tr > td.dataTables_empty {
  cursor: default !important;
}
table.dataTable.dtr-inline.collapsed > tbody > tr > td.child:before,
table.dataTable.dtr-inline.collapsed > tbody > tr > th.child:before,
table.dataTable.dtr-inline.collapsed > tbody > tr > td.dataTables_empty:before {
  display: none !important;
}
table.dataTable.dtr-inline.collapsed > tbody > tr > td.dtr-control,
table.dataTable.dtr-inline.collapsed > tbody > tr > th.dtr-control {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
}
table.dataTable.dtr-inline.collapsed > tbody > tr > td.dtr-control:before,
table.dataTable.dtr-inline.collapsed > tbody > tr > th.dtr-control:before {
  top: 50%;
  left: 5px;
  height: 1em;
  width: 1em;
  margin-top: -9px;
  display: block;
  position: absolute;
  color: white;
  border: 0.15em solid white;
  border-radius: 1em;
  box-shadow: 0 0 0.2em #444;
  box-sizing: content-box;
  text-align: center;
  text-indent: 0 !important;
  font-family: "Courier New", Courier, monospace;
  line-height: 1em;
  content: "+";
  background-color: #0275d8;
}
table.dataTable.dtr-inline.collapsed > tbody > tr.parent > td.dtr-control:before,
table.dataTable.dtr-inline.collapsed > tbody > tr.parent > th.dtr-control:before {
  content: "-";
  background-color: #d33333;
}
table.dataTable.dtr-inline.collapsed.compact > tbody > tr > td.dtr-control,
table.dataTable.dtr-inline.collapsed.compact > tbody > tr > th.dtr-control {
  padding-left: 27px;
}
table.dataTable.dtr-inline.collapsed.compact > tbody > tr > td.dtr-control:before,
table.dataTable.dtr-inline.collapsed.compact > tbody > tr > th.dtr-control:before {
  left: 4px;
  height: 14px;
  width: 14px;
  border-radius: 14px;
  line-height: 14px;
  text-indent: 3px;
}
table.dataTable.dtr-column > tbody > tr > td.dtr-control,
table.dataTable.dtr-column > tbody > tr > th.dtr-control,
table.dataTable.dtr-column > tbody > tr > td.control,
table.dataTable.dtr-column > tbody > tr > th.control {
  position: relative;
  cursor: pointer;
}
table.dataTable.dtr-column > tbody > tr > td.dtr-control:before,
table.dataTable.dtr-column > tbody > tr > th.dtr-control:before,
table.dataTable.dtr-column > tbody > tr > td.control:before,
table.dataTable.dtr-column > tbody > tr > th.control:before {
  top: 50%;
  left: 50%;
  height: 0.8em;
  width: 0.8em;
  margin-top: -0.5em;
  margin-left: -0.5em;
  display: block;
  position: absolute;
  color: white;
  border: 0.15em solid white;
  border-radius: 1em;
  box-shadow: 0 0 0.2em #444;
  box-sizing: content-box;
  text-align: center;
  text-indent: 0 !important;
  font-family: "Courier New", Courier, monospace;
  line-height: 1em;
  content: "+";
  background-color: #0275d8;
}
table.dataTable.dtr-column > tbody > tr.parent td.dtr-control:before,
table.dataTable.dtr-column > tbody > tr.parent th.dtr-control:before,
table.dataTable.dtr-column > tbody > tr.parent td.control:before,
table.dataTable.dtr-column > tbody > tr.parent th.control:before {
  content: "-";
  background-color: #d33333;
}
table.dataTable > tbody > tr.child {
  padding: 0.5em 1em;
}
table.dataTable > tbody > tr.child:hover {
  background: transparent !important;
}
table.dataTable > tbody > tr.child ul.dtr-details {
  display: inline-block;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
table.dataTable > tbody > tr.child ul.dtr-details > li {
  border-bottom: 1px solid #efefef;
  padding: 0.5em 0;
}
table.dataTable > tbody > tr.child ul.dtr-details > li:first-child {
  padding-top: 0;
}
table.dataTable > tbody > tr.child ul.dtr-details > li:last-child {
  border-bottom: none;
}
table.dataTable > tbody > tr.child span.dtr-title {
  display: inline-block;
  min-width: 75px;
  font-weight: bold;
}
div.dtr-modal {
  position: fixed;
  box-sizing: border-box;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 100;
  padding: 10em 1em;
}
div.dtr-modal div.dtr-modal-display {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 50%;
  height: 50%;
  overflow: auto;
  margin: auto;
  z-index: 102;
  overflow: auto;
  background-color: #f5f5f7;
  border: 1px solid black;
  border-radius: 0.5em;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.6);
}
div.dtr-modal div.dtr-modal-content {
  position: relative;
  padding: 1em;
}
div.dtr-modal div.dtr-modal-close {
  position: absolute;
  top: 6px;
  right: 6px;
  width: 22px;
  height: 22px;
  border: 1px solid #eaeaea;
  background-color: #f9f9f9;
  text-align: center;
  border-radius: 3px;
  cursor: pointer;
  z-index: 12;
}
div.dtr-modal div.dtr-modal-close:hover {
  background-color: #eaeaea;
}
div.dtr-modal div.dtr-modal-background {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 101;
  background: rgba(0, 0, 0, 0.6);
}

@media screen and (max-width: 767px) {
  div.dtr-modal div.dtr-modal-display {
    width: 95%;
  }
}
div.dtr-bs-modal table.table tr:first-child td {
  border-top: none;
}

table.dataTable.dtr-inline.collapsed.table-sm > tbody > tr > td:first-child:before,
table.dataTable.dtr-inline.collapsed.table-sm > tbody > tr > th:first-child:before {
  top: 5px;
}

.multiselect-container{position:absolute;list-style-type:none;margin:0;padding:0}.multiselect-container .input-group{margin:5px}.multiselect-container>li{padding:0}.multiselect-container>li>a.multiselect-all label{font-weight:700}.multiselect-container>li.multiselect-group label{margin:0;padding:3px 20px 3px 20px;height:100%;font-weight:700}.multiselect-container>li.multiselect-group-clickable label{cursor:pointer}.multiselect-container>li>a{padding:0}.multiselect-container>li>a>label{margin:0;height:100%;cursor:pointer;font-weight:400;padding:3px 20px 3px 40px}.multiselect-container>li>a>label.radio,.multiselect-container>li>a>label.checkbox{margin:0}.multiselect-container>li>a>label>input[type=checkbox]{margin-bottom:5px}.btn-group>.btn-group:nth-child(2)>.multiselect.btn{border-top-left-radius:4px;border-bottom-left-radius:4px}.form-inline .multiselect-container label.checkbox,.form-inline .multiselect-container label.radio{padding:3px 20px 3px 40px}.form-inline .multiselect-container li a label.checkbox input[type=checkbox],.form-inline .multiselect-container li a label.radio input[type=radio]{margin-left:-20px;margin-right:0}
/* iCheck plugin Square skin, blue
----------------------------------- */
.icheckbox_square-blue,
.iradio_square-blue {
    display: inline-block;
    *display: inline;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    width: 22px;
    height: 22px;
    background: url(https://www.idctheme.com/templates/idctheme/assets/css/blue.png) no-repeat;
    border: none;
    cursor: pointer;
}

.icheckbox_square-blue {
    background-position: 0 0;
}
    .icheckbox_square-blue.hover {
        background-position: -24px 0;
    }
    .icheckbox_square-blue.checked {
        background-position: -48px 0;
    }
    .icheckbox_square-blue.disabled {
        background-position: -72px 0;
        cursor: default;
    }
    .icheckbox_square-blue.checked.disabled {
        background-position: -96px 0;
    }

.iradio_square-blue {
    background-position: -120px 0;
}
    .iradio_square-blue.hover {
        background-position: -144px 0;
    }
    .iradio_square-blue.checked {
        background-position: -168px 0;
    }
    .iradio_square-blue.disabled {
        background-position: -192px 0;
        cursor: default;
    }
    .iradio_square-blue.checked.disabled {
        background-position: -216px 0;
    }

/* HiDPI support */
@media (-o-min-device-pixel-ratio: 5/4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
    .icheckbox_square-blue,
    .iradio_square-blue {
        background-image: url(https://www.idctheme.com/templates/idctheme/assets/css/blue@2x.png);
        -webkit-background-size: 240px 24px;
        background-size: 240px 24px;
    }
}

.navbar-brand, .navbar-brand img {
    width: auto;
    height: 35px;
}

a.navbar-brand {
    padding-top: 5.1rem;
    padding-bottom: .1rem;
}
.navbar-nav.header-nav li {
    padding: 0px 10px 0px 10px;
}

ul.list-unstyled.footer-ul li {
    line-height: 25px;
}

table.dataTable > thead .sorting:after,
table.dataTable > thead .sorting:before,
table.dataTable > thead .sorting_asc:after,
table.dataTable > thead .sorting_asc:before,
table.dataTable > thead .sorting_asc_disabled:after,
table.dataTable > thead .sorting_asc_disabled:before,
table.dataTable > thead .sorting_desc:after,
table.dataTable > thead .sorting_desc:before,
table.dataTable > thead .sorting_desc_disabled:after,
table.dataTable > thead .sorting_desc_disabled:before {
	
}
table.table-list thead th,
table.table-list tbody td {
	padding-left: 15px;
	padding-top: 12px;
	padding-bottom: 12px;
}

/* dataTables */
.dataTables_wrapper {
    overflow: hidden;
    position: relative;
    background: #fff;
    border-radius: 4px;
    border: 1px solid #dbdee3;
}
div.dataTables_wrapper div.dataTables_filter label {
    padding: 0;
    margin-top: 15px;
}
.dataTables_wrapper .dataTables_filter label .form-control {
    line-height: 32px;
    border-radius: 4px;
    border: 1px solid #dfe3e7;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
div.dataTables_wrapper div.dataTables_info {
    display: none;
    font-size: 12px;
    font-weight: 400;
    color: #7c8088;
    background-color: #f2f3f5;
    padding: 0 16px !important;
    line-height: 45px;
    border-radius: 4px 4px 0 0;
    border-bottom: 1px solid #ddd;
}
.dataTables_wrapper div.dataTables_filter {
    display: none;
}
.dataTables_wrapper .dataTables_length label {
    padding: 0;
    margin: 0;
}
.dataTables_wrapper .dataTables_paginate {
    padding: 0px 0;
    position: absolute;
    right: 10px;
    bottom: 5px;
}
.dataTables_wrapper .dataTables_paginate .pagination {
    margin-bottom: 0;
}
.dataTables_wrapper table.table-list {
    color: #666;
    margin-bottom: 0 !important;
}
.dataTables_wrapper .dataTables_length label .form-control {
    border: 1px solid #dfe3e7;
    width: 60px;
    line-height: 1;
    padding: 0 0px 0 10px;
    min-height: 25px;
    margin: 0 5px;
}
.table-top .dropdown-toggle::after {
    display: none;
}
.dataTables_wrapper .dataTables_length {
    padding: 0 16px;
    height: 45px;
    border-top: 1px solid #e6e8ec;
    border-radius: 0 0 4px 4px;
    background-color: #f6f7f8;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.dataTables_wrapper table.table-list {
    border: 0 none;
    border-radius: 0;
    margin: 0 !important;
}
.dataTables_wrapper table.table-list thead th {
    color: #999;
    font-size: 13px;
    border: 0 none !important;
    font-weight: 600;
    text-align: left;
    background-color: #f6f7f8 !important;
}
table.table-list thead th,
table.table-list tbody td {
    padding: 12px 15px;
}
.table-container {
    position: relative;
    padding: 0;
}
.table-container .view-filter-btns {
    position: absolute;
    top: 9px;
    right: 9px;
    z-index: 1;
}
.table-container .view-filter-btns .btn {
    color: #7c8088;
    min-width: 60px;
    border: 1px solid #ddd;
    background-color: #fff;
}
.table-container .view-filter-btns .btn.active,
.table-container .view-filter-btns .btn:hover {
    color: #007bff;
    border: 1px solid #007bff;
}
.table-container .table td {
    vertical-align: middle;
}

.label.status {
    color: #999;
    padding: 0;
    background-color: transparent;
}
.label.status:before {
    content: '';
    width: 8px;
    height: 8px;
    border: 0 none;
    border-radius: 50%;
    margin-right: 5px;
    display: inline-block;
    background-color: #999;
}
.label.status-active,
.label.status-completed,
.label.status-paid,
.label.status-open {
    color: #62ac32;
}
.label.status-active:before,
.label.status-completed:before,
.label.status-paid:before,
.label.status-open:before {
    background-color: #62ac32;
}
.label.status-pending {
    color: #ff7327;
}
.label.status-pending:before {
    background-color: #ff7327;
}
.label.status-unpaid,
.label.status-terminated {
    color: #dc3545;
}
.label.status-unpaid:before,
.label.status-terminated:before {
    background-color: #dc3545;
}
.label.status-cancelled {
    color: #87939f;
}
.label.status-cancelled:before {
    background-color: #87939f;
}
.label.status-fraud {
    color: #000;
}
.label.status-fraud:before {
    background-color: #000;
}
.show-panel {
    background: #fff;
    border-radius: 4px;
    padding: 20px;
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid #e3e4e6;
}
.show-panel h2 {
    font-size: 16px;
    color: #333;
    line-height: 22px;
    margin: 0 0 20px;
    font-weight: 500;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.show-panel .article-list {
    list-style: none;
    padding: 0;
    margin: 0;
    height: 120px;
    overflow-y: scroll;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
}
.show-panel .article-list li {
	display: flex;
	justify-content: space-between;
}
.show-panel .article-list .link {
    max-width: 285px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
}
.show-panel .article-list span {
	color: #999;
}
.show-panel .article-list .link:hover {
    color: #2d77ee;
}
.account-list-item {
    height: 108px;
    background: rgba(31, 50, 82, .04);
    border-radius: 4px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.account-list-item > a {
	text-decoration: none;
}
.account-list-item .account-detail {
    font-family: DINCondensed-Bold;
    font-size: 20px;
    color: #333;
    text-align: center;
}
.account-list-item .item-type {
    font-size: 14px;
    color: #333;
    font-weight: 500;
}
.warning-list-item {
    flex: 1 1 48%;
    height: 48px;
    background: #f6f7f8;
    border-radius: 4px;
}
.warning-list-item:first-child {
    margin-bottom: 12px;
}
.warning-list-item .link {
    height: 48px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 16px;
    text-decoration: none;
}
.warning-list-item .item-title {
    font-size: 14px;
    color: #333;
    font-weight: 500;
}
.warning-list-item .item-count {
    font-family: DINCondensed-Bold;
    font-size: 20px;
    color: #333;
    padding-top: 5px;
}
.alarm-list-item {
    flex: 1 1 33%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 108px;
    background: rgba(31, 50, 82, .04);
    border-radius: 4px;
}
.alarm-list-item > a {
	text-decoration: none;
}
.alarm-list-item .alarm-detail {
    font-family: DINCondensed-Bold;
    font-size: 20px;
    text-align: center;
}
.alarm-list-item .item-type {
    margin-top: 15px;
    font-size: 14px;
    color: #333;
    font-weight: 500;
}
.remain-items .wrap {
    padding: 0;
    margin: 0;
    font-weight: 500;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.remain-items .wrap .item:first-child {
    margin-top: 0;
}
.remain-items .wrap .item {
	cursor: pointer;
    margin-top: 12px;
    height: 44px;
    border: 2px solid #f8f8f8;
    background: #f8f8f8;
    border-radius: 4px;
    justify-content: space-between;
    padding: 0 18px;
}
.remain-items .wrap .item:hover {
    background: #f3f7fe;
    border: 2px solid #6c9ff3;
}
.remain-items .wrap .item .item-left,
.remain-items .wrap .item {
    display: flex;
    align-items: center;
}
.remain-items .wrap .item .count {
    margin-top: 8px;
    font-family: DINCondensed-Bold;
    color: #333;
    font-size: 20px;
}
.my-resource .source-empty {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.my-resource .source-empty .empty-img {
    display: inline-block;
    width: 80px;
    height: 80px;
    background: url('https://www.idctheme.com/templates/idctheme/assets/img/empty.png') 100% 100%/cover;
}
.my-resource .source-empty .empty-prompt {
    font-size: 14px;
    margin-top: 15px;
}
.my-resource .source-empty .create-prompt {
    font-size: 14px;
    margin-top: 8px;
}
.introduce {
    line-height: 17px;
    font-size: 12px;
    color: #999;
    margin-bottom: 0;
}
.envo {
    margin-top: 15px;
}
.envo-item {
    height: 90px;
    background: #fff;
    border: 1px solid rgba(45, 119, 238, .1);
    border-radius: 4px;
    overflow: hidden;
    display: flex;
    padding: 20px;
    align-items: center;
    background-position: left 10px center;
    background-repeat: no-repeat;
}
.envo-item .content {
    padding-left: 80px;
}
.envo-item .content h2 {
    font-family: Helvetica Neue, Helvetica, PingFang SC, Hiragino Sans GB, Microsoft YaHei, \\5FAE\8F6F\96C5\9ED1, Arial, sans-serif;
    white-space: nowrap;
    opacity: .85;
    color: #2d77ee;
    line-height: 24px;
    margin: 0;
}
.envo-item .description {
    white-space: nowrap;
    margin-top: 7px;
    opacity: .5;
    font-size: 12px;
    color: #2d77ee;
}

.bg-footer {
    background: url(https://www.idctheme.com/templates/idctheme/assets/img/probg.jpg);
}




.index-item-header {
	text-align: center
}

.index-item-header p.item-header-title {
	color: #05101F;
	font-size: 32px;
	letter-spacing: 2px;
	font-weight: 400;
	padding: 0;
	margin: 0
}

.index-item-header p.item-header-subtitle {
	color: #666;
	font-size: 16px;
	margin-top: 10px
}

@media (max-width: 414px) {
	.index-item-header p.item-header-title {
		font-size: 18px;
		letter-spacing: 1px
	}

	.index-item-header p {
		font-size: 12px;
		letter-spacing: 0;
		padding: 0
	}
}


.index-step .step-flow {
	margin-top: 74px
}

.index-step .item-pic-01 {
	display: block;
	margin: 0 auto;
	height: 108px;
	margin-bottom: 18px;
	background-size: 108px 108px;
	background-position: center;
	background-repeat: no-repeat;
	position: relative
}

.index-step .item-pic-01 .step-arrow {
	width: 20px;
	height: 36px;
	position: absolute;
	top: 50%;
	margin-top: -18px;
	right: -10px
}

.index-step .step-01 {
	background-image: url(../image/step-01_2x.png)
}

.index-step .step-02 {
	background-image: url(../image/step-02_2x.png)
}

.index-step .step-03 {
	background-image: url(../image/step-03_2x.png)
}

.index-step .step-04 {
	background-image: url(../image/step-04_2x.png)
}

.index-step .item-pic-02 {
	width: 60px;
	height: 60px
}

.index-step .steop-flow-text {
	text-align: center;
	font-weight: 400;
	margin-top: 20px
}

.index-step .steop-flow-text p.flow-text-h5 {
	color: #05101F;
	font-size: 20px;
	line-height: 20px;
	margin-bottom: 20px
}

.index-step .steop-flow-text p {
	color: #666;
	font-size: 14px;
	line-height: 2
}

@media (max-width: 767px) {

	.index-step {
		padding: 35px 0
	}

	.index-step .step-flow-m {
		margin-top: 35px
	}

	.index-step .step-item-m img {
		float: left;
		width: 71px
	}

	.index-step .step-item-m .right-content {
		margin-left: 90px;
		height: 71px
	}

	.index-step .step-item-m .right-content .step-title-m {
		line-height: 1.8;
		font-size: 18px;
		color: #05101F
	}

	.index-step .step-item-m .right-content .step-content-m {
		font-size: 10px
	}

	.index-step .step-arrow-m {
		height: 35px;
		background: url(https://www.idctheme.com/templates/idctheme/assets/img/step-arrow-m_2x.png) no-repeat;
		background-size: 18px 10px;
		background-position: 26px center
	}
}



.server-solution-container .server-solution {
	margin-top: 80px
}

.server-solution-container .server-solution-card {
	padding: 40px 45px 28px 45px;
	border: 1px solid   #E6E8ED;
	box-shadow: 0 2px 4px rgba(5,29,75,0.06);
	border-radius: 4px;
	text-align: center;
	max-width: 380px;
	height: 330px;
	margin: 0 auto;
	transition: all 0.4s;
	position: relative;
	background: #fff;
}

.server-solution-container .server-solution-card .solution-card-link {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 100
}

.server-solution-container .server-solution-card .solution-card-img {
	height: 50px;
	background-size: 50px;
	background-position: center;
	background-repeat: no-repeat
}

.server-solution-container .server-solution-card .server-solution-1 {
	background-image: url(../image/server-solution-1.svg)
}

.server-solution-container .server-solution-card .server-solution-2 {
	background-image: url(../image/server-solution-2.svg)
}

.server-solution-container .server-solution-card .server-solution-3 {
	background-image: url(../image/server-solution-3.svg)
}

.server-solution-container .server-solution-card .solution-card-title {
	color: #05101F;
	font-size: 20px;
	margin-top: 30px
}

.server-solution-container .server-solution-card .solution-card-content {
	text-align: justify;
	margin-top: 24px;
	font-size: 14px;
	color: #666;
	margin-bottom: 18px;
	line-height: 2
}

.server-solution-container .server-solution-card .see-more-detail {
	color: #0069FF;
	font-size: 14px;
	opacity: 0;
	transition: all 0.5s
}

.server-solution-container .server-solution-card .see-more-detail:after {
	margin-top: 4px
}

.server-solution-container .server-solution-card:hover {
	box-shadow: 0 8px 20px rgba(0,0,0,0.1)
}

.server-solution-container .server-solution-card:hover .see-more-detail {
	opacity: 1
}

.server-solution-container .server-solution-card:hover .server-solution-card {
	width: 420px
}


@media (max-width: 1199px) {
	.server-solution-container .server-solution-card {
		padding: 20px
	}

	.server-solution-container .server-solution-card .solution-card-content {
		margin-bottom: 30px
	}

	.server-solution-container .server-solution-card .solution-card-title {
		font-size: 18px
	}
}

@media (max-width: 991px) {
	.server-solution-container .server-solution-card {
		min-height: 360px;
		margin-bottom: 30px;
		padding: 30px
	}

	.server-solution-container .server-solution-card .see-more-detail {
		opacity: 1
	}

	.server-solution-container .server-solution-card:hover {
		transform: none;
		border: 1px solid #E6E8ED;
		box-shadow: none
	}
}


@media (max-width: 767px) {
	.server-solution-container {
		margin-top: 35px
	}

	.server-solution-container .server-solution {
		margin-top: 20px
	}

	.server-solution-container .server-solution-card {
		margin-bottom: 15px;
		padding: 20px;
		height: 400px
	}
}




.consult-container {
	background: url(../image/bg-fragment.jpg);
}

.consult-container .industry-solution {
	min-height: 300px;
	height: auto;
	padding: 42px 74px;
	background: rgb(55 125 255 / 10%);
	margin: 50px auto 0;
	border-radius: 4px;
	border: 1px solid #f7faff;
	box-shadow: 0 2px 20px rgba(55,29,75,0.04);
}

.consult-container .industry-tab-left {
	float: left;
	width: 140px;
	border-right: 1px solid #E6E8ED
}

.consult-container .industry-tab-left ul {
	margin-bottom: 0;
	padding: 0;
	list-style: none;
}

.consult-container .industry-tab-left li {
	font-size: 16px;
	color: #666666;
	height: 46px;
	line-height: 46px;
	margin-bottom: 8px;
	border-right: 4px solid transparent;
	cursor: pointer
}

.consult-container .industry-tab-left li:last-child {
	margin-bottom: 0
}

.consult-container .industry-tab-left li.active {
	border-right-color: #4582EC;
	color: #4582EC;
}

.consult-container .industry-tab-top {
	font-size: 0
}

.consult-container .industry-tab-top li {
	display: inline-block;
	width: 25%;
	color: #666;
	margin-bottom: 20px
}

.consult-container .industry-tab-top .top-tab-item {
	font-size: 12px;
	display: inline-block;
	padding-bottom: 3px;
	border-bottom: 2px solid transparent
}

.consult-container .industry-tab-top li.active .top-tab-item {
	color: #4582EC;
	border-bottom: 2px solid #4582EC;
}

.consult-container .industry-content {
	margin-left: 140px
}

.consult-container .industry-content .industry-detail-content {
	margin-left: 100px;
	display: none
}

.consult-container .industry-content .industry-detail-content.active-industry {
	display: block
}

.consult-container .industry-content .industry-detail-content .industry-detail-title {
	color: #05101F;
	font-size: 24px;
	font-weight: 500;
	line-height: 33px
}

.consult-container .industry-content .industry-detail-content .industry-detail-desc {
	color: #666666;
	font-size: 14px;
	line-height: 2;
	margin-top: 24px;
	min-height: 85px
}

.consult-container .industry-content .industry-detail-content .industry-see-more {
	display: inline-block;
	font-size: 16px;
	color: #4582EC;
	margin-top: 24px;
	border: 1px solid #4582EC;
	border-radius: 2px;
	line-height: 35px;
	text-align: center;
	width: 160px;
	transition: color 0.3s ease-out, background-color 0.3s ease-out;
	-webkit-transition: color 0.3s ease-out, background-color 0.3s ease-out;
	-webkit-transition-property: color, background-color;
	-webkit-transition-duration: 0.3s, 0.3s;
	-webkit-transition-timing-function: ease-out, ease-out;
}

.consult-container .industry-content .industry-detail-content .industry-see-more:hover {
	color: #FFF;
	background-color: #4582EC;
}

.consult-container .industry-content .industry-detail-content .customer-logo-container {
	margin-top: 40px;
	font-size: 14px
}

.consult-container .industry-content .industry-detail-content .customer-logo-container .customer-logo {
	margin-top: 32px
}

.consult-container .industry-content .industry-detail-content .customer-logo-container img {
	margin-right: 30px;
	height: 42px
}

@media (max-width: 1199px) {
	.consult-container .industry-content .industry-detail-content .customer-logo-container img {
		height: 38px;
		margin-right: 15px
	}
}

@media (max-width: 991px) {
	.consult-container .industry-content .industry-detail-content {
		margin-left: 70px
	}

	.consult-container .industry-content .industry-detail-content .industry-detail-desc {
		min-height: 140px;
		text-align: justify
	}

	.consult-container .industry-content .industry-detail-content .customer-logo-container {
		margin-top: 20px
	}

	.consult-container .industry-content .industry-detail-content .customer-logo-container .customer-logo {
		margin-top: 20px
	}

	.consult-container .industry-content .industry-detail-content .customer-logo-container img {
		height: 24px;
		margin-right: 10px
	}
}

@media (max-width: 768px) {
	.consult-container .industry-tab-left {
		display: none
	}

	.consult-container .industry-content {
		margin-left: 0
	}

	.consult-container .industry-content .industry-detail-content {
		margin-left: 0
	}

	.consult-container .industry-content .industry-detail-content .industry-detail-desc {
		min-height: 90px;
		text-align: justify
	}

	.consult-container .industry-content .industry-detail-content .customer-logo-container .customer-logo {
		display: flex;
		display: -webkit-flex;
		justify-content: space-between
	}

	.consult-container .industry-content .industry-detail-content .customer-logo-container img {
		height: 38px;
		margin-right: 10px
	}
}


@media (max-width: 320px) {
	.consult-container .industry-content .industry-detail-content .industry-detail-desc {
		min-height: 150px
	}

	.consult-container .industry-content .industry-detail-content .customer-logo-container img {
		height: 18px;
		margin: 0
	}
}

@media (max-width: 767px){
.consult-container .industry-solution {
    padding: 25px;
    margin-top: 20px;
}
}
.show-lt-768 {
	display: none
}

@media (max-width: 768px) {
	.show-lt-768 {
		display: block
	}
}

a.submit-btn {
    padding: 14px 61px 15px;
    display: inline-block;
    border: none;
    color: #fff;
    background-color: #4582EC;
    border-color: #4582EC;
    border-radius: 2px 10px 2px 10px;
    color: #fff;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

a.submit-btn:hover {
    -webkit-transform: translateY(-2px);
    -moz-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    -o-transform: translateY(-2px);
    transform: translateY(-2px);
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    font-weight: 500;
        background-color: #007556;
    border-color: #00684c;
}

.theme-item a {
    max-height:450px;
    overflow:hidden;
}

.bg-navy {
    background-color: #21325b !important;
}




.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}


.master-breadcrumb {
  background-color: #e9ecef;
  margin-top: 70px;
}

.master-breadcrumb .breadcrumb {
  margin: 0;
  padding: 9px 0;
  font-size: 0.9rem;
}

.primary-content .card {
  margin-bottom: 10px;
}

.primary-content .card.mw-540 {
  max-width: 540px;
  margin-left: auto;
  margin-right: auto;
}

.primary-content .card.mw-750 {
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
}

.primary-content .card-body {
  padding: 20px;
  overflow: auto;
}

@media (min-width: 768px) {
  .primary-content .card-body.extra-padding {
    padding: 1.8rem;
  }
}

@media (min-width: 1200px) {
  .primary-content .card-body.extra-padding {
    padding: 3rem;
  }
}

.primary-content .card-title {
  margin: 0 0 20px 0;
  padding: 0;
  font-size: 22px;
}


.card .show-on-card-hover {
  opacity: 0;
  transition: all 0.5s ease;
}

.card:hover .show-on-card-hover {
  opacity: 1;
}

h1 .show-on-hover,
h2 .show-on-hover,
h3 .show-on-hover,
h4 .show-on-hover,
h5 .show-on-hover,
h6 .show-on-hover {
  opacity: 0;
  transition: all 0.5s ease;
}

h1:hover .show-on-hover,
h2:hover .show-on-hover,
h3:hover .show-on-hover,
h4:hover .show-on-hover,
h5:hover .show-on-hover,
h6:hover .show-on-hover {
  opacity: 1;
}

@media (min-width: 768px) {
  .btn-return-to-admin {
    position: fixed !important;
    top: 425px;
    right: 0;
    padding: 5px 15px !important;
    background-color: #d7d7d7 !important;
    color: #777 !important;
    font-size: 0.9rem !important;
    border-radius: 0 0 3px 3px !important;
    text-decoration: none;
    transform: rotate(90deg);
    transform-origin: top right;
    z-index: 500;
  }
  .btn-return-to-admin:hover {
    background-color: #cdcdcd !important;
    color: #444 !important;
    text-decoration: none;
  }
}

.btn-return-to-admin .floating {
  position: fixed !important;
  top: 425px;
  right: 0;
  padding: 5px 15px !important;
  background-color: #d7d7d7 !important;
  color: #777 !important;
  font-size: 0.9rem !important;
  border-radius: 0 0 3px 3px !important;
  text-decoration: none;
  transform: rotate(90deg);
  transform-origin: top right;
  z-index: 500;
}

.btn-return-to-admin .floating:hover {
  background-color: #cdcdcd !important;
  color: #444 !important;
  text-decoration: none;
}

.form-control:focus {
  box-shadow: none;
}

.input-group .btn-reveal-pw {
  border-left: 0;
}

.input-group .btn-reveal-pw:hover, .input-group .btn-reveal-pw:active {
  background-color: #fff;
  color: #336699;
  border-color: #ccc;
}

.modal .modal-dialog {
  max-width: 700px;
}

.modal .modal-header {
  background-color: #eee;
}

.modal-localisation .modal-content {
  background-color: #3e3e3e;
}

.modal-localisation .modal-body {
  background: url("../image/worldmap.png");
  background-size: cover;
}

.modal-localisation .modal-footer {
  border: 0;
}

.modal-localisation .h5 {
  color: #fff;
}

.modal-localisation .item-selector .item {
  display: block;
  margin: 2px 0;
  padding: 2px;
  text-align: center;
  border: 1px solid #ddd;
  border-radius: 3px;
  color: #eee;
}

.modal-localisation .item-selector .item:hover {
  background-color: #eee;
  color: #444;
}

.modal-localisation .item-selector .item.active {
  background-color: #ddd;
  border-color: #bbb;
  color: #444;
}

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

.network-issue-alert {
  padding: 9px 10px;
  border-left: 0;
  border-right: 0;
  border-radius: 0;
  font-size: 0.9rem;
}

.form-check-inline {
  display: initial;
}

@media (max-width: 991.98px) {
  .licensing-verification h3 {
    font-size: 1.4em;
  }
}

@media (max-width: 767.98px) {
  .licensing-verification h3 {
    font-size: 1em;
  }
}

@media (max-width: 991.98px) {
  .licensing-verification h2 {
    font-size: 1.7em;
  }
}

@media (max-width: 767.98px) {
  .licensing-verification h2 {
    font-size: 1.2em;
  }
}

.licensing-verification .secondary-input-submit {
  display: none;
}

@media (max-width: 767.98px) {
  .licensing-verification .input-group .input-group-append {
    display: none;
  }
  .licensing-verification .input-group input {
    border-radius: 0 6px 6px 0 !important;
  }
  .licensing-verification .secondary-input-submit {
    display: block;
    padding-top: 0.5em;
  }
}

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

.btn-default:focus,
.btn-default.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}

.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}

.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  background-image: none;
  border-color: #adadad;
}

.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}

.btn-default.disabled {
  border-color: #ccc;
}

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

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

.modal-header > .close {
  color: inherit;
}

/**
 * -------------------------
 * Colors
 * -------------------------
 */
.card-accent-gold {
  border-top: 3px solid #f0ad4e;
}

.card-accent-green {
  border-top: 3px solid #5cb85c;
}

.card-accent-red {
  border-top: 3px solid #d9534f;
}

.card-accent-blue {
  border-top: 3px solid #5bc0de;
}

.card-accent-orange {
  border-top: 3px solid #ff6600;
}

.card-accent-pink {
  border-top: 3px solid #e671b8;
}

.card-accent-purple {
  border-top: 3px solid #7b4f9d;
}

.card-accent-lime {
  border-top: 3px solid #8cbf26;
}

.card-accent-magenta {
  border-top: 3px solid #ff0097;
}

.card-accent-teal {
  border-top: 3px solid #00aba9;
}

.card-accent-turquoise {
  border-top: 3px solid #1abc9c;
}

.card-accent-emerald {
  border-top: 3px solid #2ecc71;
}

.card-accent-amethyst {
  border-top: 3px solid #9b59b6;
}

.card-accent-wet-asphalt {
  border-top: 3px solid #004258;
}

.card-accent-midnight-blue {
  border-top: 3px solid #2c3e50;
}

.card-accent-sun-flower {
  border-top: 3px solid #f1c40f;
}

.card-accent-pomegranate {
  border-top: 3px solid #c0392b;
}

.card-accent-silver {
  border-top: 3px solid #bdc3c7;
}

.card-accent-asbestos {
  border-top: 3px solid #7f8c8d;
}

.bg-color-gold {
  background-color: #f0ad4e;
}

.bg-color-green {
  background-color: #5cb85c;
}

.bg-color-red {
  background-color: #d9534f;
}

.bg-color-blue {
  background-color: #5bc0de;
}

.bg-color-orange {
  background-color: #ff6600;
}

.bg-color-pink {
  background-color: #e671b8;
}

.bg-color-purple {
  background-color: #7b4f9d;
}

.bg-color-lime {
  background-color: #8cbf26;
}

.bg-color-magenta {
  background-color: #ff0097;
}

.bg-color-teal {
  background-color: #00aba9;
}

.bg-color-turquoise {
  background-color: #1abc9c;
}

.bg-color-emerald {
  background-color: #2ecc71;
}

.bg-color-amethyst {
  background-color: #9b59b6;
}

.bg-color-wet-asphalt {
  background-color: #004258;
}

.bg-color-midnight-blue {
  background-color: #2c3e50;
}

.bg-color-sun-flower {
  background-color: #f1c40f;
}

.bg-color-pomegranate {
  background-color: #c0392b;
}

.bg-color-silver {
  background-color: #bdc3c7;
}

.bg-color-asbestos {
  background-color: #7f8c8d;
}

.label-default {
  background-color: #666;
}

.label-success {
  background-color: #5cb85c;
}

.label-info {
  background-color: #5bc0de;
}

.label-warning {
  background-color: #f0ad4e;
}

.label-danger {
  background-color: #d9534f;
}

.status-pending {
  background-color: #d9534f;
}

.status-pending.transfer {
  background-color: #f0ad4e;
}

.status-active,
.status-open,
.status-completed {
  background-color: #5cb85c;
}

.status-suspended {
  background-color: #f0ad4e;
}

.status-customer-reply {
  background-color: #ff6600;
}

.status-fraud {
  background-color: #000;
}

.status-answered {
  background-color: #7b4f9d;
}

.status-expired,
.status-transferred.away {
  background-color: #004258;
}

.status-terminated {
  background-color: #666;
}

.status-onhold {
  background-color: #336699;
}

.status-inprogress {
  background-color: #c0392b;
}

.status-closed {
  background-color: #87939f;
}

.status-paid {
  background-color: #5cb85c;
}

.status-unpaid {
  background-color: #d9534f;
}

.status-cancelled {
  background-color: #87939f;
}

.status-collections {
  background-color: #2c3e50;
}

.status-refunded {
  background-color: #f0ad4e;
}

.status-payment-pending {
  background-color: #336699;
}

.status-delivered {
  background-color: #336699;
}

.status-accepted {
  background-color: #5cb85c;
}

.status-lost,
.status-dead {
  background-color: #000;
}

.requestor-type-operator {
  background-color: #5bc0de;
}

.requestor-type-owner {
  background-color: #5cb85c;
}

.requestor-type-authorizeduser {
  background-color: #666;
}

.requestor-type-externaluser {
  background-color: #f0ad4e;
}

.requestor-type-subaccount {
  background-color: #666;
}

.requestor-type-guest {
  background-color: #87939f;
}

.responsive-tabs-sm-connector {
  display: none;
}

@media (max-width: 767.98px) {
  .responsive-tabs-sm {
    border-left: 1px solid #ddd;
    background: #fff;
    width: 90%;
    border-top: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 0;
    margin-right: 0;
    border-radius: 4px 4px 4px 0;
  }
  .responsive-tabs-sm .nav-item {
    margin-left: 5px;
    margin-right: 0 !important;
    margin-bottom: 0;
    width: 100%;
    border-bottom: 1px solid #ddd !important;
  }
  .responsive-tabs-sm .nav-item a {
    padding: 7px 15px !important;
    width: 100%;
    border: 0;
    border-bottom: 0 !important;
    border-radius: 0 !important;
  }
  .responsive-tabs-sm .nav-item a.active {
    border: 0;
    background-color: #fff !important;
    font-weight: bold;
  }
  .responsive-tabs-sm .nav-item:first-child a {
    border-radius: 0 4px 0 0 !important;
  }
  .responsive-tabs-sm .nav-item:last-child {
    border-radius: 0 0 4px 0 !important;
  }
  .responsive-tabs-sm .nav-item:last-child a {
    border-radius: 0 0 4px 0 !important;
  }
  .responsive-tabs-sm-connector {
    display: block;
  }
  .responsive-tabs-sm-connector .channel {
    float: left;
    background: #fff;
    width: 6px;
    height: 5px;
    border-right: 1px solid #ddd;
  }
  .responsive-tabs-sm-connector .bottom-border {
    margin-left: 5px;
    height: 5px;
    border-bottom: 1px solid #ddd;
  }
  .responsive-tabs-sm-connector.store .channel {
    border-left: 1px solid #ddd;
  }
}

.pagination {
  font-size: 0.8em;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
  color: white;
}

.sidebar .card-title {
  font-size: 16px;
}

.sidebar .card-title .btn-sm, .sidebar .card-title .btn-group-sm > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.sidebar .card-collapsable > .card-header {
  cursor: pointer;
}

.sidebar .card-collapsable > .card-body-collapsed {
  display: none;
}

.sidebar .card-sidebar .card-minimise {
  cursor: pointer;
  transition: transform 200ms ease;
}

.sidebar .card-sidebar .card-minimise.minimised {
  transform: rotate(180deg);
}

.sidebar .title {
  font-weight: bold;
}

.sidebar .list-group {
  font-size: 0.9em;
}

.sidebar .list-group-item {
  padding: 7px 15px;
  border-color: #f5f5f5;
}

.sidebar .list-group-item .badge {
  padding: 5px 2px;
  width: 28px;
  text-align: center;
  background-color: #fff;
  color: #666;
}

.sidebar .list-group-item.active, .sidebar .list-group-item.active:hover, .sidebar .list-group-item.active:focus {
  background-color: #666;
  border-color: #666;
}

.sidebar .list-group-item > i.far.fa-circle {
  color: #666;
}

.home-domain-search h2 {
  margin: 0;
}

.home-domain-search .tld-logos {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 1.4em;
  color: #888;
  font-weight: 300;
}

.home-domain-search .tld-logos li {
  float: left;
  padding: 0 25px 0 0;
}

.home-domain-search .tld-logos img {
  width: 60px;
}

.home-domain-search .input-group-wrapper {
  margin: 15px 0;
  padding: 6px;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: .25rem;
}

.home-domain-search .input-group-wrapper .form-control {
  border: 0;
}

.home-domain-search .input-group-wrapper .form-control:focus {
  box-shadow: none;
}

.home-domain-search .input-group-wrapper .btn {
  margin: 0 2px !important;
  border-radius: .25rem !important;
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .card-columns.home {
    -moz-column-count: 2;
         column-count: 2;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .card-columns.home {
    -moz-column-count: 2;
         column-count: 2;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .card-columns.home {
    -moz-column-count: 3;
         column-count: 3;
  }
}

@media (min-width: 1200px) {
  .card-columns.home {
    -moz-column-count: 3;
         column-count: 3;
  }
}

.action-icon-btns a {
  margin: 0 0 10px 0;
  padding: 10px 0 15px;
  display: block;
  text-align: center;
  transition: all 0.3s ease;
  color: #666;
  text-decoration: none;
  background-color: #fff;
  border-radius: .25rem;
}

.action-icon-btns a .ico-container {
  margin: 10px auto;
  line-height: 55px;
  font-size: 2.6em;
  text-align: center;
  transition: all 0.3s ease;
}

.action-icon-btns a .ico-container i {
  color: #c3cfd8;
}

.action-icon-btns a:hover {
  color: #444;
}

.action-icon-btns a:hover .ico-container {
  font-size: 3.4em;
}

.client-home-cards .card {
  font-size: 0.9em;
}

.client-home-cards .card-header {
  background-color: #fff;
  border-bottom: 0;
  font-weight: bold;
}

.client-home-cards .card-header .btn {
  color: #fff;
  border: 0;
}

.client-home-cards .card-header .btn:hover {
  color: #000;
}

.client-home-cards .card-title {
  font-size: 16px;
  width: 100%;
}

.client-home-cards .card-body {
  padding: 0;
  max-height: 170px;
  overflow: auto;
}

.client-home-cards .card-body p {
  padding: 10px 15px;
}

.client-home-cards .card-footer {
  border-top: 0;
}

.client-home-cards .list-group {
  max-height: 170px;
  overflow: auto;
  border-radius: 0;
  border-top: 1px solid #ddd !important;
  border-bottom: 1px solid #ddd !important;
}

.client-home-cards .list-group .list-group-item {
  padding: 4px 10px;
  border: 0;
  border-bottom: 1px solid #ddd;
}

.client-home-cards .list-group .list-group-item:last-child {
  border-bottom: 0;
}

.client-home-cards small {
  color: #888;
}

.promotions-slider-control .carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%231c3965' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}

.promotions-slider-control .carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%231c3965' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}

/**
 * -------------------------
 * Client Homepage Tiles
 * -------------------------
 */
.tiles .tile {
  display: block;
  position: relative;
  padding: 12px 20px;
  background-color: #f8f8f8;
  border-right: 1px solid #ccc;
  text-decoration: none;
  transition: all 0.3s ease;
}

.tiles .tile .stat {
  margin-top: 20px;
  font-size: 40px;
  line-height: 1;
}

.tiles .tile .title {
  font-weight: bold;
  color: #888;
  text-transform: uppercase;
  font-size: 12px;
}

.tiles .tile .highlight {
  margin-top: 4px;
  height: 2px;
  border-radius: 2px;
}

.tiles .tile i {
  position: absolute;
  top: 10px;
  right: 20px;
  font-size: 55px;
  line-height: 1;
  color: #ccc;
  transition: all 0.3s ease;
}

.tiles .tile:hover {
  background-color: #f2f2f2;
  cursor: pointer;
}

.tiles .tile:hover i {
  font-size: 70px;
  color: #aaa;
}

.tiles .row > div:last-child .tile {
  border: 0;
}

@media (max-width: 1199.98px) {
  .tiles div:nth-child(2) > .tile {
    border: 0;
  }
  .tiles div:nth-child(1) > .tile,
  .tiles div:nth-child(2) > .tile {
    border-bottom: 1px solid #ccc;
  }
}

.carousel-item.item {
  float: none;
}

.carousel-inner .carousel-item.item {
  float: left;
}

.twofa-setup .modal-body {
  min-height: 100px;
}

.twofa-setup .activation-msg {
  margin: 25px 0;
  padding: 15px;
  border: 1px dashed #ddd;
  text-align: center;
  font-weight: bold;
  font-size: 1.1em;
}

.twofa-setup .backup-code {
  margin: 20px auto;
  padding: 10px;
  background-color: #efefef;
  color: #444;
  text-align: center;
}

.twofa-module {
  margin: 10px 0;
  padding: 14px 20px;
  border: 1px solid #ccc;
  border-radius: 4px;
  cursor: pointer;
}

.twofa-module .col-radio {
  float: left;
  width: 35px;
  margin-top: 12px;
}

.twofa-module .col-logo {
  float: left;
  width: 80px;
  line-height: 40px;
  text-align: center;
}

.twofa-module .col-description {
  margin-left: 136px;
}

.twofa-module img {
  max-width: 100%;
  max-height: 40px;
}

.twofa-module.active {
  border-color: #337ab7;
}

/**
 * -------------------------
 * @section Client Notifications
 * -------------------------
 */
.popover-user-notifications {
  border-radius: 0;
  padding: 5px 10px;
  border-color: #ddd;
  min-width: 310px;
  font-family: 'Open Sans', sans-serif;
}

.popover-user-notifications .popover-body {
  padding: 0;
}

.popover-user-notifications ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.popover-user-notifications ul li {
  padding: 5px 0;
  min-height: 66px;
  border-bottom: 1px solid #ddd;
}

.popover-user-notifications ul li:last-child {
  border: 0;
}

.popover-user-notifications ul li a {
  display: block;
  padding: 10px 15px 10px 12px;
  text-decoration: none;
  color: #555;
  font-size: 0.95em;
}

.popover-user-notifications ul li a:hover {
  background-color: #f6f6f6;
}

.popover-user-notifications ul li i.fas,
.popover-user-notifications ul li i.far {
  float: left;
  padding-top: 6px;
  font-size: 21px;
}

.popover-user-notifications ul li i.fas.fa-check-circle,
.popover-user-notifications ul li i.far.fa-check-circle {
  color: #5cb85c;
}

.popover-user-notifications ul li i.fas.fa-warning,
.popover-user-notifications ul li i.far.fa-warning {
  color: #ecc317;
}

.popover-user-notifications ul li i.fas.fa-exclamation-circle,
.popover-user-notifications ul li i.far.fa-exclamation-circle {
  color: #ec2d45;
}

.popover-user-notifications ul li .message {
  margin-left: 40px;
}

.popover-user-notifications ul li.none {
  padding: 12px 0;
  min-height: auto;
  text-align: center;
  font-weight: bold;
}

#google-recaptcha-domainchecker {
  width: 304px;
  height: 78px;
  margin-top: 15px;
  margin-bottom: 15px;
}

#default-captcha-domainchecker {
  margin-top: 15px;
}

#default-captcha-domainchecker #inputCaptcha {
  width: 100px;
  border-radius: 4px;
}

.domainchecker-homepage-captcha #google-recaptcha-domainchecker {
  margin-bottom: -46px;
}

@media (max-width: 991px) {
  #google-recaptcha-domainchecker {
    padding-left: 2.5%;
  }
  #default-captcha-domainchecker {
    margin-bottom: -25px;
  }
}

@media (max-width: 736px) {
  #google-recaptcha-domainchecker {
    transform: scale(0.935);
    transform-origin: 0 0;
    -webkit-transform: scale(0.935);
    -webkit-transform-origin: 0 0;
  }
}

@media (max-width: 384px) {
  #google-recaptcha-domainchecker {
    transform: scale(0.96);
    transform-origin: 0 0;
  }
}

@media (max-width: 360px) {
  #google-recaptcha-domainchecker {
    transform: scale(0.89);
    transform-origin: 0 0;
  }
}

@media (max-width: 320px) {
  #google-recaptcha-domainchecker {
    padding-left: 13.5%;
    transform: scale(0.83);
    transform-origin: 0 0;
    -webkit-transform: scale(0.785);
    -webkit-transform-origin: 0 0;
  }
}

.captchaimage {
  margin: 0;
  padding: 3px 0 4px;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  text-align: right;
}

.email-verification {
  margin: 0;
  padding: 10px;
  font-weight: 300;
  background-color: #f9f9f9;
  border-bottom: 1px solid #eee;
  color: #333;
}

.email-verification .text {
  display: block;
  padding: 6px 0;
}

.email-verification .btn {
  margin: 3px 0;
  padding: 3px 10px;
  background-color: #50525f;
  border-color: #50525f;
  color: #fff;
  font-style: normal;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.email-verification .btn:active,
.email-verification .btn[disabled]:hover {
  background-color: #50525f;
  border-color: #50525f;
  color: #fff;
}

.email-verification .btn.close {
  margin-left: 10px;
  background-color: transparent;
  color: rgba(55, 55, 55, 0.5);
  font-size: 22px;
  opacity: 1;
}

.email-verification .btn.close:hover {
  color: rgba(55, 55, 55, 0.8);
}

.email-verification .fas,
.email-verification .far {
  color: #666;
  float: left;
  padding: 2px 10px 0 0;
  font-size: 24px;
}

@media (min-width: 768px) {
  .email-verification .text {
    padding-top: 9px;
    padding-bottom: 0;
  }
  .email-verification .btn {
    margin: 0;
    padding: 9px 25px;
  }
  .email-verification .button {
    float: right;
  }
  .email-verification .fas,
  .email-verification .far {
    font-size: 36px;
  }
}

/**
 * -------------------------
 * Markdown Editor
 * -------------------------
 */
.md-editor {
  border: 1px solid #ddd;
  border-radius: 3px;
}

.md-editor > .btn-toolbar {
  background-color: #fff !important;
}

.md-editor > textarea.markdown-editor,
.md-editor > .md-preview {
  padding: 15px !important;
  border-top: 1px solid #ddd !important;
  border-bottom: 1px solid #ddd !important;
  background-color: #fff !important;
}

div.md-editor.active {
  display: block;
  border: 1px solid #ddd;
  outline: 0;
  box-shadow: none;
}

.markdown-editor-status {
  padding: 2px 10px;
  font-size: 9pt;
  color: #959694;
  text-align: right;
}

.small-font {
  font-size: 0.9em;
}

/**
 * -------------------------
 * Markdown Content Formatting
 * -------------------------
 */
.markdown-content h1 {
  font-size: 1.6em;
  color: #333;
}

.markdown-content h2 {
  font-size: 1.4em;
  color: #333;
}

.markdown-content h3 {
  font-size: 1.2em;
  color: #333;
}

.markdown-content h4 {
  font-size: 1.1em;
  color: #333;
}

.markdown-content pre {
  padding: 15px;
  background-color: #444;
  color: #f8f8f8;
  border: 0;
}

.markdown-content pre code {
  white-space: pre;
  word-break: normal;
  word-wrap: normal;
}

.markdown-content blockquote {
  font-size: 1em;
}

.markdown-content table {
  margin: 10px 0;
  background-color: #fff;
  border: 1px solid #ddd;
}

.markdown-content table > thead > tr > th {
  padding: 4px 10px;
  background-color: #f8f8f8;
  border: 1px solid #ddd;
  font-weight: bold;
  text-align: center;
}

.markdown-content table > tbody > tr > td {
  padding: 3px 8px;
  border: 1px solid #ddd;
}

.store-order-container {
  margin: 0;
  padding: 0;
}

.store-order-container h2 {
  margin-top: 0;
}

.store-order-container .btn {
  padding: 10px 30px;
  font-size: 1.15em;
  font-weight: 300;
}

.store-order-container .store-domain-tabs {
  margin-top: 20px;
}

.store-order-container .store-domain-tabs li a {
  margin-right: 10px;
  padding: 7px 15px;
  background-color: #f9f9f9;
  border-bottom: 1px solid #ddd;
}

.store-order-container .store-domain-tabs li.active a {
  background-color: #fff;
  border-bottom: 1px solid transparent;
}

.store-order-container .store-domain-tab-content {
  margin-bottom: 20px;
  padding: 20px;
  border: 1px solid #ddd;
  border-top: 0;
}

.store-order-container .store-domain-tab-content a {
  text-decoration: underline;
}

.store-order-container .store-domain-tab-content a:hover {
  text-decoration: none;
}

.store-order-container .payment-term h4 {
  margin-top: 25px;
}

@media (min-width: 768px) {
  .store-order-container .payment-term {
    float: right;
  }
  .store-order-container .payment-term h4 {
    margin-top: 0;
  }
}

.store-order-container .domain-validation {
  display: block;
  padding-top: 5px;
  font-size: 1.2em;
  font-weight: 300;
  color: #888;
}

.store-order-container .domain-validation.ok {
  color: #53a22d;
}

.store-promoted-product .icon {
  height: 200px;
  line-height: 200px;
  text-align: center;
  overflow: hidden;
}

.store-promoted-product .icon img {
  max-width: 100%;
  max-height: 100%;
}

.store-promoted-product ul.features {
  margin: 20px 0;
  padding: 0;
  list-style: none;
  font-size: 1.1em;
  font-weight: 300;
}

.store-promoted-product ul.features li {
  float: left;
  width: 50%;
  margin-bottom: 5px;
}

.store-promoted-product ul.features li .fa:not(.fa-spinner) {
  font-size: 1.2em;
  color: #91c590;
  margin-left: 20px;
  margin-right: 10px;
}

.store-promoted-product .btn {
  margin-top: 10px;
  padding: 10px 30px;
  font-size: 1.2em;
  font-weight: 300;
}

/**
 * -------------------------
 * Promotional Content Formatting
 * -------------------------
 */
.promo-banner {
  margin: 0;
  padding: 15px 10px 20px 10px;
  background-color: #fff;
  border: 1px solid #ddd;
  font-size: 1em;
  overflow: auto;
}

.promo-banner .icon {
  float: left;
  margin: 0 20px 0 0;
}

.promo-banner img {
  max-width: 300px;
  max-height: 200px;
}

.promo-banner .icon-left {
  margin-bottom: 10px;
  text-align: center;
}

@media (max-width: 767px) {
  .promo-banner form {
    text-align: center;
  }
}

@media (min-width: 768px) {
  .promo-banner img {
    max-width: 100%;
    max-height: 100%;
  }
  .promo-banner .icon-left {
    float: left;
    margin: 0;
    width: 155px;
  }
  .promo-banner .content {
    margin-left: 185px;
  }
}

.promo-banner h3 {
  margin: 0;
  padding: 0;
  font-size: 24px;
  font-weight: 300;
}

.promo-banner h4 {
  font-size: 18px;
  font-weight: 300;
}

.promo-banner p {
  margin: 5px 0;
}

.promo-banner ul {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0.92em;
}

.promo-banner ul li {
  margin-bottom: 4px;
}

@media (min-width: 1200px) {
  .promo-banner ul li {
    width: 50%;
  }
  .promo-banner ul li.left {
    float: left;
  }
  .promo-banner ul li.right {
    float: right;
  }
}

.promo-banner .fa:not(.fa-spinner) {
  font-size: 1.2em;
  color: #91c590;
  margin-left: 20px;
  margin-right: 10px;
}

.promo-banner a {
  color: #ff6600;
  text-decoration: underline;
}

.promo-banner .btn {
  margin: 6px 0 0 0;
  padding: 8px 30px;
  background-color: #ff6600;
  border: 0;
  color: #fff;
}

@media (max-width: 650px) {
  .promo-banner .icon {
    width: 100%;
    margin-bottom: 15px;
  }
}

.promo-banner-rounded {
  border-radius: 4px;
}

.promo-banner-slim {
  padding: 10px;
}

.promo-banner-slim .icon-left {
  width: 85px;
}

.promo-banner-slim .content {
  margin-left: 110px;
}

.promo-banner-slim h3 {
  font-size: 18px;
}

.promo-banner-slim h4 {
  font-size: 14px;
}

.promo-banner-slim .btn {
  margin: 0 20px 0 0;
  padding: 6px 20px;
}

.promo-banner.symantec {
  border-top: 3px solid #4da24c;
}

.promo-banner.symantec .btn {
  background-color: #4da24c;
}

.promo-banner.weebly {
  border-top: 3px solid #2990ea;
}

.promo-banner.weebly .btn {
  background-color: #2990ea;
}

.promo-banner.spamexperts {
  border-top: 3px solid #589ed7;
}

.promo-banner.spamexperts .btn {
  background-color: #589ed7;
}

.promo-banner-slim.weebly .icon-left {
  width: 160px;
}

.promo-banner-slim.weebly .content {
  margin-left: 185px;
}

.promo-banner.sitelock {
  border-top: 3px solid #f2952d;
}

.promo-banner.sitelock .btn {
  background-color: #f2952d;
}

.promo-banner.codeguard {
  border-top: 3px solid #a9cc5f;
}

.promo-banner.codeguard a {
  color: #a9cc5f;
}

.promo-banner.codeguard .btn {
  background-color: #a9cc5f;
}

.promo-banner.sitelockvpn {
  border-top: 3px solid #555;
}

.promo-banner.sitelockvpn .btn {
  background-color: #555;
}

.promo-banner.marketgoo {
  border-top: 3px solid #3090e0;
}

.promo-banner.marketgoo .btn {
  background-color: #3090e0;
}

.promo-banner.ox {
  border-top: 3px solid #666;
}

.promo-banner.ox a {
  color: #666;
}

.promo-banner.ox .btn {
  background-color: #666;
}

.mc-panel-promo {
  font-size: 0.95em;
}

.mc-panel-promo img {
  display: block;
  margin: 0 auto 6px;
  max-width: 90%;
  max-height: 87px;
}

/**
 * -------------------------
 * MarketConnect Service SSO
 * -------------------------
 */
.panel-mc-sso {
  padding: 0 10px 10px 10px;
}

.panel-mc-sso img {
  max-width: 100%;
  max-height: 120px;
}

.panel-mc-sso .row {
  margin-left: -5px;
  margin-right: -5px;
}

.panel-mc-sso .col-sm-6 {
  padding-left: 5px;
  padding-right: 5px;
}

.panel-mc-sso .form-control,
.panel-mc-sso .btn,
.panel-mc-sso small {
  margin-top: 5px;
}

.panel-mc-sso small {
  display: block;
}

.compact-control-bar {
  margin: 0;
  padding: 5px;
  background-color: #eee;
  border-radius: 3px;
}

.social-signin-btns {
  text-align: center;
}

.social-signin-btns .btn {
  margin-bottom: 5px;
}

.btn-social {
  position: relative;
  padding-left: 44px;
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.btn-social i.fas,
.btn-social i.far {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  padding-right: 2px;
  width: 32px;
  line-height: 34px;
  font-size: 1.6em;
  text-align: center;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
}

.btn-facebook {
  color: #fff;
  background-color: #4267b2;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-facebook:hover, .btn-facebook:focus, .btn-facebook:active, .btn-facebook.active, .open .dropdown-toggle.btn-facebook {
  color: #fff;
  background-color: #30487b;
  border-color: rgba(0, 0, 0, 0.2);
}

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

.btn-facebook.disabled, .btn-facebook[disabled], fieldset[disabled] .btn-facebook, .btn-facebook.disabled:hover, .btn-facebook[disabled]:hover, fieldset[disabled] .btn-facebook:hover, .btn-facebook.disabled:focus, .btn-facebook[disabled]:focus, fieldset[disabled] .btn-facebook:focus, .btn-facebook.disabled:active, .btn-facebook[disabled]:active, fieldset[disabled] .btn-facebook:active, .btn-facebook.disabled.active, .btn-facebook[disabled].active, fieldset[disabled] .btn-facebook.active {
  background-color: #4267b2;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-google {
  color: #000;
  background-color: #fff;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-google img {
  margin-bottom: 2px;
}

.btn-social.btn-google {
  padding-left: 41px;
}

.btn-google:hover, .btn-google:focus, .btn-google:active, .btn-google.active, .open .dropdown-toggle.btn-google {
  color: #000;
  border-color: rgba(0, 0, 0, 0.5);
}

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

.btn-google.disabled, .btn-google[disabled], fieldset[disabled] .btn-google, .btn-google.disabled:hover, .btn-google-plus[disabled]:hover, fieldset[disabled] .btn-google-plus:hover, .btn-google-plus.disabled:focus, .btn-google-plus[disabled]:focus, fieldset[disabled] .btn-google-plus:focus, .btn-google-plus.disabled:active, .btn-google-plus[disabled]:active, fieldset[disabled] .btn-google-plus:active, .btn-google-plus.disabled.active, .btn-google-plus[disabled].active, fieldset[disabled] .btn-google-plus.active {
  background-color: #eee;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-twitter {
  color: #fff;
  background-color: #2ba9e1;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-twitter:hover, .btn-twitter:focus, .btn-twitter:active, .btn-twitter.active, .open .dropdown-toggle.btn-twitter {
  color: #fff;
  background-color: #1c92c7;
  border-color: rgba(0, 0, 0, 0.2);
}

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

.btn-twitter.disabled, .btn-twitter[disabled], fieldset[disabled] .btn-twitter, .btn-twitter.disabled:hover, .btn-twitter[disabled]:hover, fieldset[disabled] .btn-twitter:hover, .btn-twitter.disabled:focus, .btn-twitter[disabled]:focus, fieldset[disabled] .btn-twitter:focus, .btn-twitter.disabled:active, .btn-twitter[disabled]:active, fieldset[disabled] .btn-twitter:active, .btn-twitter.disabled.active, .btn-twitter[disabled].active, fieldset[disabled] .btn-twitter.active {
  background-color: #2ba9e1;
  border-color: rgba(0, 0, 0, 0.2);
}

.providerPreLinking {
  min-height: 52px;
}

.providerLinkingFeedback {
  display: none;
}

/**
 * -------------------------
 * @section Twitter Feed
 * -------------------------
 */
div.home-twitter {
  margin-top: 20px;
  margin-bottom: 40px;
}

div.tweet > i {
  color: #2BABCF;
  float: left;
  margin-right: 15px;
}

div.tweet span {
  font-size: 12px;
  color: #ccc;
}

.upgrade .product-to-be-upgraded {
  margin: 20px 0;
  padding: 15px;
  background-color: #f8f8f8;
}

.upgrade .product-to-be-upgraded h4,
.upgrade .product-to-be-upgraded h5 {
  margin: 0;
}

.upgrade .products {
  margin-left: -5px;
  margin-right: -5px;
}

.upgrade .products .column {
  padding-left: 5px;
  padding-right: 5px;
}

.upgrade .products .product {
  margin: 20px 0;
  padding: 0;
  background-color: #fff;
}

.upgrade .products .product .current,
.upgrade .products .product .recommended {
  padding: 5px;
  background-color: #ffbc00;
  color: #f5f5f5;
  font-weight: bold;
  text-align: center;
}

.upgrade .products .product .recommended {
  background-color: #25ac2f;
}

.upgrade .products .product ul {
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
}

.upgrade .products .product .footer {
  border: 1px solid #eee;
  border-top: 0;
}

.upgrade .products .product .header {
  margin: 0;
  padding: 20px;
  background-color: #2b5580;
  color: #fff;
  min-height: 150px;
}

.upgrade .products .product .header p {
  font-size: 1.1em;
  font-weight: 300;
}

.upgrade .products .product ul {
  margin: 0;
  padding: 20px 25px;
  list-style: none;
}

.upgrade .products .product ul li {
  line-height: 25px;
  font-size: 0.9em;
  text-align: right;
  color: #aaa;
  border-bottom: 1px solid #eee;
}

.upgrade .products .product ul li:last-child {
  border: 0;
}

.upgrade .products .product ul li span {
  float: left;
  color: #444;
}

.upgrade .products .fas,
.upgrade .products .far {
  font-size: 1.3em;
}

.upgrade .products .fa-check {
  color: #23ad2e;
}

.upgrade .products .product .footer {
  margin: 0;
  padding: 20px;
}

.upgrade .products .product .footer select {
  margin-bottom: 10px;
}

.upgrade .products .product .btn {
  background-color: #2b5580;
  color: #fff;
}

.affiliate-stat {
  margin: 0;
  padding: 15px;
  font-size: 1.6em;
  text-align: center;
}

.affiliate-stat span {
  display: block;
  font-size: 2.4em;
}

.affiliate-stat i {
  float: left;
  padding: 10px;
  font-size: 4em;
}

@media (max-width: 1200px) {
  .affiliate-stat {
    font-size: 1.2em;
  }
  .affiliate-stat span {
    font-size: 2.1em;
  }
  .affiliate-stat i {
    font-size: 3.6em;
  }
}

@media (max-width: 992px) {
  .affiliate-stat {
    font-size: 1.0em;
  }
  .affiliate-stat span {
    font-size: 1.6em;
  }
  .affiliate-stat i {
    font-size: 3em;
  }
}

.announcements .announcement {
  margin-bottom: 4rem;
}

.announcements .announcement article {
  margin-bottom: 1rem;
  padding: 1rem;
  background-color: #f5f5f5;
  border-left: 4px solid #ccc;
}

.announcements .announcement article p {
  margin: 0;
}

.kb-category a {
  text-decoration: none;
}

.kb-category a:hover {
  background-color: #f5f5f5;
}

.kb-article-item:hover {
  background-color: #f5f5f5;
  text-decoration: none;
}

.kb-article-item small {
  display: block;
  padding-left: 25px;
  color: #87939f;
}

/**
 * -------------------------
 * @section Support Tickets
 * -------------------------
 */
.ticket-subject.unread {
  font-weight: bold;
}

.ticket-reply .rating,
.ticket-reply .rating-done {
  float: right;
  padding: 5px 10px;
  unicode-bidi: bidi-override;
  direction: rtl;
  font-size: 24px;
}

.ticket-reply .rating span.star,
.ticket-reply .rating-done span.star {
  font-family: "Font Awesome 5 Pro";
  font-weight: normal;
  font-style: normal;
  display: inline-block;
}

.ticket-reply .rating-done .rated {
  display: inline-block;
  font-size: 12px;
}

.ticket-reply .rating span.star:hover {
  cursor: pointer;
}

.ticket-reply .rating span.star:before,
.ticket-reply .rating-done span.star:before {
  content: "\f005";
  padding-right: 0;
  color: #999;
}

.ticket-reply .rating span.star:hover:before,
.ticket-reply .rating span.star:hover ~ span.star:before,
.ticket-reply .rating-done span.star.active:before {
  content: "\f005";
  color: #F2DE88;
}

.md-editor .btn-toolbar .btn-group {
  margin-right: 6px;
}

.view-ticket .card-body {
  padding: 0;
  border-bottom: 1px solid #ddd;
}

.view-ticket .card-body:last-child {
  border-bottom: 0;
}

.view-ticket .posted-by {
  color: #888;
  font-size: 0.9rem;
  background-color: #f6f6f6;
  padding: 0.5rem 1rem;
}

.view-ticket .posted-by .posted-by-name {
  font-weight: bold;
}

.view-ticket .requestor-badge {
  font-size: 85%;
  padding: 5px 10px;
}

.view-ticket .message p:last-child {
  margin-bottom: 0;
}

.view-ticket .attachments {
  border-top: 1px dashed #ddd;
  font-size: 80%;
}

.view-ticket .attachment-list {
  list-style: none;
  margin: 10px 0 -10px 0;
  padding: 0;
}

.view-ticket .attachment-list li {
  display: inline-block;
  width: 190px;
  vertical-align: top;
}

.view-ticket .attachment-list li a {
  display: block;
  padding: 5px 5px 10px 5px;
  margin-bottom: 10px;
  border: 1px solid #ddd;
  border-radius: 3px;
}

.view-ticket .attachment-list li a figure {
  margin: 0 0 5px 0;
  background-color: #f6f6f6;
  line-height: 100px;
  text-align: center;
  font-size: 4em;
}

/**
 * -------------------------
 * @section Support Ticket Feedback
 * -------------------------
 */
.ticketfeedbackstaffcont {
  margin: 10px auto;
  padding: 15px;
  width: 90%;
  background-color: #efefef;
  border-radius: 6px;
}

.ticketfeedbackrating {
  padding: 0 100px;
}

.ticketfeedbackrating .rate {
  float: left;
  padding: 0 10px;
  min-width: 30px;
  text-align: center;
}

@media (min-width: 380px) {
  .btn-input-padded-responsive {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (min-width: 500px) {
  .btn-input-padded-responsive {
    padding-left: 35px;
    padding-right: 35px;
  }
}

/**
 * -------------------------
 * @section Downloads
 * -------------------------
 */
.kb-search.margin-bottom {
  margin-bottom: 20px;
}

#registration {
  margin: 0;
  padding: 0 0 40px 0;
}

#registration .field-container {
  margin: 0 0 30px 0;
}

#registration label {
  font-weight: 300;
  color: #666;
  font-size: 13px;
}

#registration .info-text-sm {
  font-size: 0.85em;
  text-align: center;
}

#registration .sub-heading {
  height: 0;
  border-top: 1px solid #DDD;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 30px;
}

#registration .sub-heading span {
  display: inline-block;
  position: relative;
  padding: 0 17px;
  top: -11px;
  font-size: 16px;
  color: #058;
  background-color: #fff;
}

/**
 * Form fields
 */
#registration .prepend-icon {
  top: 0;
  left: 0;
  display: inline-block;
  vertical-align: top;
  position: relative;
  width: 100%;
  font-weight: normal;
}

#registration .field,
#registration .form-control {
  position: relative;
  vertical-align: top;
  border: 1px solid #DDD;
  display: -moz-inline-stack;
  display: inline-block;
  color: #626262;
  outline: none;
  background: #fff;
  height: 36px;
  width: 100%;
  border-radius: 3px;
  font-size: 13px;
}

#registration .input-group-lg > .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px 0 0 6px;
}

#registration .form-control-qty {
  width: 70px;
  text-align: center;
}

#registration .form-control-static-inline {
  display: inline-block;
}

#registration .form-control:focus {
  border-color: #ddd;
  outline: 0;
  box-shadow: none;
}

#registration textarea.field {
  height: auto;
}

#registration .prepend-icon .field {
  -webkit-appearance: none;
  padding-left: 36px;
}

#registration .prepend-icon .field-icon i {
  position: relative;
  font-size: 14px;
}

#registration .prepend-icon .field-icon {
  top: 0;
  z-index: 4;
  width: 42px;
  height: 36px;
  color: inherit;
  line-height: 36px;
  position: absolute;
  text-align: center;
  transition: all 0.5s ease-out;
  pointer-events: none;
}

#registration .field-icon i {
  color: #bbb;
}

#registration .field[disabled],
#registration .field[readonly],
#registration .form-control[disabled],
#registration .form-control[readonly] {
  background-color: #f8f8f8;
  opacity: 1;
}

#registration .field-help-text {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #888;
  font-size: 12px;
}

/**
 * -------------------------
 * @section Credit Cards
 * -------------------------
 */
div.credit-card {
  margin: 0 auto 30px;
  max-width: 400px;
  background-color: #f8f8f8;
  border: 1px solid #ccc;
  border-radius: 8px;
}

div.credit-card div.card-type {
  float: right;
  padding: 10px 20px;
  font-size: 1.2em;
}

div.credit-card div.card-icon {
  float: left;
  padding: 7px 7px;
  font-size: 1.2em;
}

div.credit-card div.card-number {
  padding: 10px;
  background-color: #ccc;
  font-size: 1.6em;
  text-align: center;
  clear: both;
}

div.credit-card div.card-start {
  float: left;
  padding: 20px 0 50px 50px;
  font-size: 1.3em;
  text-align: right;
}

div.credit-card div.card-expiry {
  float: right;
  padding: 20px 50px 50px 0;
  height: 120px;
  font-size: 1.3em;
  text-align: right;
}

div.credit-card div.end {
  clear: both;
}

@media (max-width: 600px) {
  div.credit-card {
    max-width: 250px;
  }
  div.credit-card div.card-type {
    font-size: 1.0em;
  }
  div.credit-card div.card-icon {
    font-size: 1.0em;
  }
  div.credit-card div.card-number {
    padding: 6px 10px;
    font-size: 1.2em;
  }
  div.credit-card div.card-start {
    padding: 20px 0 30px 50px;
    font-size: 0.9em;
  }
  div.credit-card div.card-expiry {
    padding: 20px 50px 30px 0;
    height: 80px;
    font-size: 0.9em;
  }
}

.auth3d-area {
  border: 1px solid #fff;
}

.submit-3d {
  width: 80%;
  border: 1px solid #fff;
}

.invoice-summary-table {
  margin: 20px 0;
  max-height: 300px;
  overflow: auto;
}

.invoice-summary-table td {
  font-size: 0.8em;
}

.invoice-summary-table td.total-row {
  background-color: #efefef;
  font-weight: bold;
}

/* Card colors colorpicked from website logos */
div.credit-card .logo-visa {
  color: #1a1f71;
}

div.credit-card .logo-amex {
  color: #43abdf;
}

div.credit-card .logo-mastercard {
  color: #ed0b00;
}

div.credit-card .logo-discover {
  color: #000000;
}

div.two-column-grid,
div.three-column-grid {
  display: inline-grid;
  grid-template-columns: repeat(3, auto) minmax(10em, 30em) auto;
  font-weight: 300;
  font-size: 13px;
}

div.two-column-grid {
  grid-template-columns: repeat(2, auto) minmax(10em, 30em) auto;
}

div.two-column-grid > div,
div.three-column-grid > div {
  margin: 5px 0;
  padding-right: 5px;
}

div.two-column-grid > div > label,
div.three-column-grid > div > label {
  font-weight: normal;
}

#frmPayment .paymethod-info {
  margin: 5px 0;
  cursor: pointer;
}

#frmPayment .paymethod-info label {
  font-weight: normal;
  cursor: pointer;
}

.iframe-input-container {
  height: 34px;
}

/**
 * Credit Card Input
 */
.cc-number-field {
  background-image: url(https://www.idctheme.com/templates/assets/img/payment/unknown.png);
  background-repeat: no-repeat;
  background-position: right 10px center;
}

.cc-number-field.visa {
  background-image: url(https://www.idctheme.com/templates/assets/img/payment/visa.png);
}

.cc-number-field.mastercard {
  background-image: url(https://www.idctheme.com/templates/assets/img/payment/mastercard.png);
}

.cc-number-field.amex {
  background-image: url(https://www.idctheme.com/templates/assets/img/payment/amex.png);
}

.cc-number-field.dinersclub {
  background-image: url(https://www.idctheme.com/templates/assets/img/payment/dinersclub.png);
}

.cc-number-field.discover {
  background-image: url(https://www.idctheme.com/templates/assets/img/payment/discover.png);
}

.cc-number-field.unionpay {
  background-image: url(https://www.idctheme.com/templates/assets/img/payment/unionpay.png);
}

.cc-number-field.jcb {
  background-image: url(https://www.idctheme.com/templates/assets/img/payment/jcb.png);
}

.cc-number-field.maestro {
  background-image: url(https://www.idctheme.com/templates/assets/img/payment/maestro.png);
}

.cc-number-field.forbrugsforeningen {
  background-image: url(https://www.idctheme.com/templates/assets/img/payment/forbrugsforeningen.png);
}

.cc-number-field.dankort {
  background-image: url(https://www.idctheme.com/templates/assets/img/payment/dankort.png);
}

/**
 * -------------------------
 * Mass Pay
 * -------------------------
 */
tr.masspay-invoice-detail td {
  font-size: 0.8em;
}

tr.masspay-total td {
  background-color: #efefef;
  font-weight: bold;
}

div.product-details div.product-icon {
  margin: 0;
  background-color: #efefef;
  border-radius: 10px;
  padding: 30px;
  font-size: 60px;
  line-height: 1em;
}

.product-status {
  padding: 0;
  border-radius: 10px;
}

.product-status-pending {
  background-color: #F89406;
}

.product-status-active {
  background-color: #46A546;
}

.product-status-suspended {
  background-color: #0768B8;
}

.product-status-terminated,
.product-status-cancelled {
  background-color: #666;
}

.product-status-fraud {
  background-color: #000;
}

.product-status-text {
  padding: 5px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
}

div.product-details-tab-container {
  margin: 0;
  padding: 20px;
  border: 1px solid #ddd;
  border-top: 0;
}

.module-client-area {
  padding: 15px 15px 0 15px;
}

.ssl-inactive {
  cursor: pointer;
}

.featured-tlds-container {
  margin: 35px 0 15px;
}

.featured-tld {
  margin: 0 0 20px 0;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
}

.featured-tld .img-container {
  padding: 20px 0;
  height: 115px;
  line-height: 75px;
  overflow: hidden;
  text-align: center;
}

@media (max-width: 767px) {
  .featured-tld .img-container {
    height: 80px;
    line-height: 40px;
  }
}

.featured-tld .img-container img {
  max-width: 70%;
  max-height: 100%;
}

.featured-tld .price {
  padding: 5px;
  background-color: #f9f9f9;
  color: #555;
  font-weight: 400;
  line-height: 28px;
  text-align: center;
  border-radius: 0 0 4px 4px;
}

.featured-tld .price.blog {
  background-color: #a0d5cb;
  color: #fff;
}

.featured-tld .price.club {
  background-color: #053796;
  color: #fff;
}

.featured-tld .price.com {
  background-color: #3aa4da;
  color: #fff;
}

.featured-tld .price.couk {
  background-color: #1d3774;
  color: #fff;
}

.featured-tld .price.host {
  background-color: #ed4d42;
  color: #fff;
}

.featured-tld .price.live {
  background-color: #ff9e19;
  color: #fff;
}

.featured-tld .price.name {
  background-color: #44b03e;
  color: #fff;
}

.featured-tld .price.net {
  background-color: #efc00e;
  color: #fff;
}

.featured-tld .price.online {
  background-color: #38ce6a;
  color: #fff;
}

.featured-tld .price.rocks {
  background-color: #fd563c;
  color: #fff;
}

.featured-tld .price.shop {
  background-color: #ff5900;
  color: #fff;
}

.featured-tld .price.social {
  background-color: #ff9a00;
  color: #fff;
}

.featured-tld .price.store {
  background-color: #0eadb3;
  color: #fff;
}

.featured-tld .price.tech {
  background-color: #0db04b;
  color: #fff;
}

.featured-tld .price.tv {
  background-color: #ea3438;
  color: #fff;
}

.featured-tld .price.website {
  background-color: #2db9ea;
  color: #fff;
}

.tld-filters {
  margin: 0 0 25px 0;
}

.tld-filters a {
  display: inline-block;
  margin-bottom: 4px;
  padding: 5px 6px;
  font-size: 90%;
  font-weight: normal;
  border-radius: 2px;
}

.domain-pricing .tld-row {
  padding-top: 3px;
  padding-bottom: 3px;
  border-bottom: 1px solid #f5f5f5;
}

.domain-pricing .tld-row.highlighted {
  background: #f3f9fd;
}

.domain-pricing .tld-pricing-header .col-xs-2,
.domain-pricing .tld-pricing-header .col-sm-2 {
  height: 56px;
}

.domain-pricing .tld-pricing-header .col-xs-2,
.domain-pricing .tld-pricing-header .col-sm-2,
.domain-pricing .tld-pricing-header .col-xs-4,
.domain-pricing .tld-pricing-header .col-sm-4 {
  padding-top: 4px;
  padding-bottom: 4px;
  border-bottom: 6px solid #97b5d2;
  background-color: #efefef;
  border-radius: 4px 4px 0 0;
}

.domain-pricing .no-bg {
  background-color: transparent !important;
}

.domain-pricing .tld-pricing-header div:nth-child(odd) {
  border-color: #336699;
  background-color: #f5f5f5;
}

.domain-pricing .two-row-center {
  line-height: 28px;
  margin-top: 6px;
  margin-bottom: 6px;
}

@media (min-width: 768px) {
  .domain-pricing .two-row-center {
    border-right: 2px solid #c7d7e6;
  }
}

.domain-pricing .tld-row.no-tlds {
  display: none;
}

.tld-sale-group {
  padding: 1px 3px;
  color: #fff;
  font-size: 10px;
  text-transform: uppercase;
}

.tld-sale-group-hot {
  background-color: #f9615a;
}

.tld-sale-group-sale {
  background-color: #f7d458;
}

.tld-sale-group-new {
  background-color: #2ad588;
}

.dataTables_wrapper table.table-list {
  margin: 10px 0 !important;
  width: 100% !important;
  border-radius: 4px;
  border: 1px solid #ddd;
}

.dataTables_wrapper table.table-list thead th {
  border-bottom: 4px solid rgba(29, 57, 101, 0.2);
  font-weight: normal;
}

.dataTables_wrapper table.table-list thead th:first-child {
  border-radius: 4px 0 0 0;
}

.dataTables_wrapper table.table-list thead th:visible:last-child {
  border-radius: 4px 0 0 0;
}

.dataTables_wrapper table.table-list tr:last-child td:first-child {
  border-radius: 0 0 0 4px;
}

.dataTables_wrapper table.table-list tr:last-child td:visible:last-child {
  border-radius: 0 0 4px 0;
}

.dataTables_wrapper table.table-list thead th.sorting_asc,
.dataTables_wrapper table.table-list thead th.sorting_desc {
  background-color: #f6f6f6;
}

.dataTables_wrapper .dataTables_filter {
  float: right;
}

.dataTables_wrapper .dataTables_filter label .form-control {
  background: url("https://www.idctheme.com/templates/assets/img/search.png") #fff no-repeat 8px 5px;
  padding: 7px 10px 7px 45px !important;
  height: auto;
  font-size: 0.9rem;
}

@media (max-width: 600px) {
  .dataTables_wrapper .dataTables_info {
    padding: 9px 10px 40px;
  }
  .dataTables_wrapper .dataTables_filter {
    float: right;
    margin-top: 30px;
    width: 100%;
  }
  .dataTables_wrapper .dataTables_filter label {
    display: block;
    margin: 5px;
    padding: 0;
  }
  .dataTables_wrapper .dataTables_filter label .form-control {
    margin: 0;
    width: 100%;
  }
}

.dataTables_wrapper .dataTables_paginate {
  float: right;
}

.pagination > li > a,
.pagination > li > span {
  color: #444;
}

.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover,
.page-item.active .page-link {
  background-color: #4f5360;
  border-color: #4f5360;
}

table.table-list thead th {
  padding: 8px;
  background-color: #fff;
  border-bottom: 1px solid #ccc;
  color: #333;
  text-align: center;
}

table.table-list tbody td {
  padding: 10px 8px;
  vertical-align: middle;
  font-size: 0.9em;
}

table.table-list tbody td.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.table-list > tbody > tr > td a.border-left {
  border-left: 1px solid #eee;
  padding-left: 20px;
  display: block;
}

.table-list > tbody > tr > td {
  background-color: #fff;
}

.table-list > tbody > tr:hover {
  cursor: pointer;
}

.table-list > tbody > tr:hover > td {
  background-color: #f9f9f9;
}

table.dtr-inline .dtr-title:empty {
  display: none !important;
}

table.table-solid-bottom-border-light-gray {
  border-bottom: 1px solid #dee2e6;
}
.w-hidden {
  display: none;
}

.overview-card i {
    position: absolute;
    top: 30px;
    right: 30px;
    font-size: 55px;
    line-height: 1;
    color: #ccc;
    transition: all 0.3s ease;
}

a.overview-card:hover i {
    font-size: 70px;
    color: #aaa;
}

a.overview-card {
    color: #333;
}

.label {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
    color: #fff;
}



table.dataTable > thead .sorting:after,
table.dataTable > thead .sorting:before,
table.dataTable > thead .sorting_asc:after,
table.dataTable > thead .sorting_asc:before,
table.dataTable > thead .sorting_asc_disabled:after,
table.dataTable > thead .sorting_asc_disabled:before,
table.dataTable > thead .sorting_desc:after,
table.dataTable > thead .sorting_desc:before,
table.dataTable > thead .sorting_desc_disabled:after,
table.dataTable > thead .sorting_desc_disabled:before {

}
table.table-list thead th,
table.table-list tbody td {
	padding-left: 15px;
	padding-top: 12px;
	padding-bottom: 12px;
}

/* dataTables */
.dataTables_wrapper {
    overflow: hidden;
    position: relative;
    background: #fff;
    border-radius: 4px;
    border: 1px solid #dbdee3;
}
div.dataTables_wrapper div.dataTables_filter label {
    padding: 0;
    margin-top: 15px;
}
.dataTables_wrapper .dataTables_filter label .form-control {
    line-height: 32px;
    border-radius: 4px;
    border: 1px solid #dfe3e7;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
div.dataTables_wrapper div.dataTables_info {
    display: none;
    font-size: 12px;
    font-weight: 400;
    color: #7c8088;
    background-color: #f2f3f5;
    padding: 0 16px !important;
    line-height: 45px;
    border-radius: 4px 4px 0 0;
    border-bottom: 1px solid #ddd;
}
.dataTables_wrapper div.dataTables_filter {
    display: none;
}
.dataTables_wrapper .dataTables_length label {
    padding: 0;
    margin: 0;
}
.dataTables_wrapper .dataTables_paginate {
    padding: 0px 0;
    position: absolute;
    right: 10px;
    bottom: 5px;
}
.dataTables_wrapper .dataTables_paginate .pagination {
    margin-bottom: 0;
}
.dataTables_wrapper table.table-list {
    color: #666;
    margin-bottom: 0 !important;
}
.dataTables_wrapper .dataTables_length label .form-control {
    border: 1px solid #dfe3e7;
    width: 60px;
    line-height: 1;
    padding: 0 0px 0 10px;
    min-height: 25px;
    margin: 0 5px;
}
.table-top .dropdown-toggle::after {
    display: none;
}
.dataTables_wrapper .dataTables_length {
    padding: 0 16px;
    height: 45px;
    border-top: 1px solid #e6e8ec;
    border-radius: 0 0 4px 4px;
    background-color: #f6f7f8;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.dataTables_wrapper table.table-list {
    border: 0 none;
    border-radius: 0;
    margin: 0 !important;
}
.dataTables_wrapper table.table-list thead th {
    color: #999;
    font-size: 13px;
    border: 0 none !important;
    font-weight: 600;
    text-align: left;
    background-color: #f6f7f8 !important;
}
table.table-list thead th,
table.table-list tbody td {
    padding: 12px 15px;
}
.table-container {
    position: relative;
    padding: 0;
}
.table-container .view-filter-btns {
    position: absolute;
    top: 9px;
    right: 9px;
    z-index: 1;
}
.table-container .view-filter-btns .btn {
    color: #7c8088;
    min-width: 60px;
    border: 1px solid #ddd;
    background-color: #fff;
}
.table-container .view-filter-btns .btn.active,
.table-container .view-filter-btns .btn:hover {
    color: #007bff;
    border: 1px solid #007bff;
}
.table-container .table td {
    vertical-align: middle;
}

.label.status {
    color: #999;
    padding: 0;
    background-color: transparent;
}
.label.status:before {
    content: '';
    width: 8px;
    height: 8px;
    border: 0 none;
    border-radius: 50%;
    margin-right: 5px;
    display: inline-block;
    background-color: #999;
}
.label.status-active,
.label.status-completed,
.label.status-paid,
.label.status-open {
    color: #62ac32;
}
.label.status-customer-reply:before,
.label.status-active:before,
.label.status-completed:before,
.label.status-paid:before,
.label.status-open:before {
    background-color: #62ac32;
}
.label.status-pending {
    color: #ff7327;
}
.label.status-pending:before {
    background-color: #ff7327;
}
.label.status-unpaid,
.label.status-terminated {
    color: #dc3545;
}
.label.status-unpaid:before,
.label.status-terminated:before {
    background-color: #dc3545;
}
.label.status-cancelled {
    color: #87939f;
}
.label.status-cancelled:before {
    background-color: #87939f;
}
.label.status-fraud {
    color: #000;
}
.label.status-fraud:before {
    background-color: #000;
}



section.main-productgroup {
    padding-top: 40px;
    padding-bottom: 20px;
    background: #fff;
}



.pg-left-main {
    padding: 131px 0 0 24px;
    box-sizing: border-box;
    background: #e0edff url(../image/index-mp-main-bg.5ede2b7d.png) no-repeat 100% 0/cover;
    border-radius: 8px;
    position: relative;
    cursor: pointer;
    transition: all .3s linear;
    min-height: 258px;
    height: calc(100% - 20px);
}

.pg-left-main:hover {
    background-image: url(../image/index-mp-main-bg_hover.d1e61409.png);
}

.pg-left-main:hover {
    background-color: #2468f2;
}


.pg-left-main .title {
    width: 190px;
    position: absolute;
    bottom: 144px;
    font-size: 22px;
    color: #2468f2;
    font-family: PingFangSC-Regular;
    line-height: 26px;
}
.pg-left-main:hover .desc {
    color: hsla(0,0%,100%,.7);
}
.pg-left-main .desc {
    width: 200px;
    margin-top: 0;
}
.pg-left-main .desc {
    margin-top: 10px;
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #596178;
    line-height: 24px;
}

.pg-left-main:hover .title {
    color: #fff;
}

.pg-left-main:hover .btn {
    background-color: #fff;
    color: #2468f2;
}

.pg-left-main .btn {
    display: block;
    width: 108px;
    height: 28px;
    border-radius: 4px;
    font-family: PingFangSC-Regular;
    font-size: 14px;
    text-align: center;
    margin-top: 16px;
    background: #2468f2;
    color: #fff;
    line-height: 16px;
    padding: 5px 10px;
}



div.marketing-position .minor {
	width: 858px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	cursor: pointer
}

.pg-right-main {
	min-height: 123px;
	margin-bottom: 20px!important;
	padding: 16px 24px;
	box-sizing: border-box;
	position: relative;
	background: #f6f7fa;
	border-radius: 8px;
	cursor: pointer;
}

.pg-right-main:last-child,.pg-right-main:nth-last-child(2) {
	/* margin-bottom: 0!important; */
}

.pg-right-main:after {
	content: "";
	position: absolute;
	z-index: 0;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: url(data:image/png;base64,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) no-repeat 100% 0/cover;
	opacity: 0;
	transition: opacity .3s linear;
	background-size: 100% 100%;
}

.pg-right-main,.pg-right-main * {
	transition: all .3s linear
}

.pg-right-main:hover {
	background-color: #2468f2
}

.pg-right-main:hover .title {
	color: #fff
}

.pg-right-main:hover .title span {
	border-color: #fff;
	background-color: rgba(0,0,0,0)
}

.pg-right-main:hover .title span i {
	color: #fff
}

.pg-right-main:hover .desc {
	color: hsla(0,0%,100%,.7)
}

.pg-right-main:hover .btn {
	background-color: #fff;
	color: #2468f2
}

.pg-right-main:hover .discount span {
	color: #fff
}

.pg-right-main:hover:after {
	transition: opacity .3s linear .3s;
	opacity: 1
}

.pg-right-main>a {
	display: block;
	position: relative;
	z-index: 1
}

.pg-right-main .btn {
	position: absolute;
	right: 10px;
	bottom: -30px;
	transition: all .3s linear;
	display: block;
	height: 28px;
	background: #e5e8f1;
	border-radius: 4px;
	font-family: PingFangSC-Regular;
	color: #191a24;
	font-size: 14px;
	padding: 5px 10px;
	line-height: 16px;
}

.pg-right-main .btn:hover {
	background-color: hsla(0,0%,100%,.8)
}


.pg-right-main .title {
    font-family: PingFangSC-Regular;
    font-size: 18px;
    color: #191a24;
    line-height: 26px;
}

.pg-right-main .desc {
    margin-top: 10px;
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #596178;
    line-height: 24px;
}

.server-solution-container {
    background-color: #f6f7fa;
    position: relative;
    overflow: hidden;
}

.server-solution-container .bg1 {
    position: absolute;
    z-index: 0;
    left: 20px;
    top: 100px;
    width: 190px;
    height: 190px;
    background: url(../image/index-bg1.ed858c40.png) no-repeat 50%/cover;
}

.server-solution-container .bg2 {
    position: absolute;
    z-index: 0;
    top: 424px;
    right: 0px;
    width: 290px;
    height: 290px;
    background: url(../image/index-bg2.31f76ff5.png) no-repeat 50%/cover;
}



.index-developer {
	background: #f6f7fa;
	background-image: url(../image/index-developer.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% 80%;
}

.index-developer .index-developer-wrapper {
	padding: 110px 0 68px
}

.index-developer .index-developer-wrapper .developer-title {
	font-size: 28px;
	color: #191a24;
	text-align: left;
	line-height: 26px;
}

.index-developer .index-developer-wrapper .developer-desc {
	opacity: .8;
	font-family: PingFangSC-Regular;
	font-size: 14px;
	color: #191a24;
	line-height: 24px;
	font-weight: 400;
	margin: 20px 0
}

.index-developer .index-developer-wrapper .developer-btn {
	display: block;
	width: 124px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	background: #2468f2;
	border-radius: 6px;
	color: #fff;
	margin-bottom: 50px
}

.index-developer .index-developer-wrapper .developer-btn:hover {
	background: #4e84f2
}

.index-developer .index-developer-wrapper .developer-modules {
	display: flex;
	justify-content: space-between;
	padding: 36px 32px;
	background: #fff;
	border-radius: 8px
}

.index-developer .index-developer-wrapper .developer-modules .developer-item h4 {
	font-family: PingFangSC-Regular;
	font-size: 16px;
	color: #191a24;
	text-align: left;
	line-height: 30px;
	margin-bottom: 20px
}

.index-developer .index-developer-wrapper .developer-modules .developer-item h4 img {
	width: 32px;
	height: 32px;
	vertical-align: middle;
	margin-right: 10px
}

.index-developer .index-developer-wrapper .developer-modules .developer-item li {
	width: 340px;
	margin-bottom: 8px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden
}

.index-developer .index-developer-wrapper .developer-modules .developer-item li a {
	opacity: .8;
	font-family: PingFangSC-Regular;
	font-size: 14px;
	color: #191a24;
	line-height: 26px;
	font-weight: 400
}

.index-developer .index-developer-wrapper .developer-modules .developer-item li a:hover {
	color: #2468f2
}

.developer-item ul {
    padding: 0px;
}


@media (max-width: 992px) {
    .index-developer .index-developer-wrapper .developer-modules {
    display: block;
    overflow: hidden;
}

.developer-item {
    overflow: hidden;
}
main {
    margin-top: 59px;
}
}

.common-price {
    font-family: DINAlternate-Bold;
    color: #f46653;
    display: inline-block;
    letter-spacing: -2px;
    margin-right: 4px;
}


.sheng-price {
    display: inline-block;
    margin-left: 10px;
    font-size: 14px;
    color: #8E8F9F;
}

.login .agreement {
	text-align: center;
	font-size: 12px;
	color: #7f8792;
}
.login .agreement a {
	color: #000;
	margin: 0 2px;
}
.login-div {
	overflow: hidden;
	border-radius: 6px;
	background-color: #FFF;
    box-shadow: 0 0 30px rgb(0 0 0 / 10%);
}
.login-left-img {
	height: 100%;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	background-image: url("../image/loginbg.png");
	background-size: cover;
}

.login-left-title {
    margin-top: 32px;
    margin-bottom: 16px;
    font-size: 22px;
    font-weight: 400;
    line-height: 32px;
    position: relative;
    z-index: 100;
    color: #1d252f;
}
.login-left-desc {
    margin-bottom: 32px;
    font-size: 14px;
    line-height: 28px;
    text-align: center;
    position: relative;
    z-index: 100;
}
.login-or {
	position: relative;
    margin-bottom: 4px;
    color: rgba(0,0,0,.25);
    font-size: 12px;
    line-height: 22px;
    text-align: center;
}
.login-or:after,
.login-or:before {
    position: absolute;
    top: 50%;
    right: 0;
    width: 44%;
    height: 1px;
    background-color: #e8eaec;
    content: "";
    transform: translateY(-50%);
}
.login-or:before {
	left: 0;
}
.login .btn {
	font-size: 1.125rem;
}
.login .social-login .btn:hover {
	color: #007bff;
    border-color: #007bff;
    background-color: transparent;
}
.login-container .join-container {
	padding: 5rem 0;
}

.navbar-brand {
    text-indent: -999rem;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    height: 30px;
    width: 130px;
}


.application-header {
    width: 100%;
    background-color: #DBEDFF;
    z-index: -1;
    overflow: hidden;
}


.application-header-left {
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 320px;
    height: 300px;
    background: url(../image/apply-banner-left.png);
}


.application-header-right {
    position: absolute;
    top: 0;
    right: 0;
    width: 320px;
    height: 300px;
    background: url(../image/apply-banner-right.png);
}



.requset-container {
	margin-top: -80px;
	margin-bottom: 80px;
}
.requset .agreement {
	text-align: center;
	font-size: 12px;
	color: #7f8792;
}
.requset .agreement a {
	color: #000;
	margin: 0 2px;
}
.requset-div {
	overflow: hidden;
	border-radius: 6px;
	background-color: #FFF;
    box-shadow: 0 0 30px rgb(0 0 0 / 10%);
}
.requset-left-img {
	height: 100%;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	background: url(../image/apply-bgnew.png) 10px 0 no-repeat #0a7ff2;
	background-size: 100% 100%;
	background-size: 1;
	or: #fff;
}

.requset-left-title {
    margin-top: 32px;
    margin-bottom: 16px;
    color: #FFF;
    font-size: 20px;
    font-weight: 600;
    line-height: 32px;
    position: relative;
    z-index: 100;
}
.requset-left-desc {
    margin-bottom: 32px;
    color: #FFF;
    font-size: 14px;
    line-height: 28px;
    text-align: center;
    position: relative;
    z-index: 100;
}
.requset-or {
	position: relative;
    margin-bottom: 4px;
    color: rgba(0,0,0,.25);
    font-size: 12px;
    line-height: 22px;
    text-align: center;
}
.requset-or:after,
.requset-or:before {
    position: absolute;
    top: 50%;
    right: 0;
    width: 44%;
    height: 1px;
    background-color: #e8eaec;
    content: "";
    transform: translateY(-50%);
}
.requset-or:before {
	left: 0;
}
.requset .btn {
	font-size: 1.125rem;
}
.requset .social-requset .btn:hover {
	color: #007bff;
    border-color: #007bff;
    background-color: transparent;
}
.requset-container .join-container {
	padding: 5rem 0;
}


.application-container-left .apply-head {
  margin-top: 50px;
  margin-left: 56px;
  font-weight: 700;
  font-size: 50px;
  margin-bottom: 0.67em;
}
.application-container-left .product-desc {
  margin-top: 5px;
  padding: 0 60px 50px;
  font-size: 18px;
  line-height: 32px;
}
.application-container-left .product-tip {
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 14px;
  line-height: 1.5;
}
.application-container-left .product-tip span {
  display: block;
  margin-bottom: 4px;
}
.application-container-left-demobox {
  margin: 0;
  padding-left: 38px;
}
.application-container-left-demobox li {
  list-style: none;
  display: inline-block;
  width: 108px;
  height: 70px;
  text-align: center;
}
.application-container-left-demobox li p {
  margin-top: 5px;
}
.application-container-left-demobox .demobox-item {
  display: inline-block;
  width: 50px;
  height: 50px;
}
.application-container-left-demobox .item-desc {
  background: url("../image/item-desc.png");
}
.application-container-left-demobox .item-setting {
  background: url("../image/item-setting.png");
}
.application-container-left-demobox .item-exp {
  background: url("../image/item-exp.png");
}
.application-container-left {
    color: #fff;
    height: 100%;
}




@media (max-width: 768px) {
.requset-container .join-container {
    padding: 2rem 2rem;
}

.application-container-left-demobox {
    display: none;
}

.application-container-left .product-desc {
    display: none;
}

.application-container-left .apply-head {
    margin: 0;
    font-size: 25px;
    padding: 20px;
    font-weight: 400;
}
}

.page-cart-header {
    padding: 20px 0 40px;
    background: url(../image/market.png) center no-repeat #e9eff7;
    background-size: cover;
    width: 100%;
}
/* by 冰云实验室 */
.page-cart-headers {
    padding: 20px 0 40px;
    background: url(../image/main-slide-1.png) right no-repeat #e9eff7;
    background-size: 490px;
    width: 100%;
}
.page-cart-main h3 {
    font-size: 42px;
    letter-spacing: 0;
    text-align: center;
    margin-bottom: 10px;
}

.page-cart-main p {
    font-family: PingFangSC-Regular;
    font-size: 16px;
    letter-spacing: 11.6px;
    line-height: 22px;
    font-weight: 400;
}

.page-cart-main {
    text-align: center;
    margin-top: 100px;
    margin-bottom: 130px;
}

.page-cart-product {
    margin-top: -60px;
    position: relative;
    z-index: 1;
}



.page-products .main {
    box-shadow: 0 5px 25px rgba(0, 0, 0, .1);
    position: relative;
    margin-bottom: 40px;
    text-align: left;
    background-color: #FFF;
    border-radius: 3px;
    transition: translate .18s, box-shadow .18s;
}
.page-products .main:hover {
    box-shadow: 0 1px 8px rgba(0, 0, 0, .1);
    transform: translateY(1px);
}
.page-products .main .content-image {
    position: relative;
    width: 100%;
    max-width: 100%;
    height: 230px;
    overflow: hidden;
    border-radius: 3px 3px 0 0;
}
.page-products .main .content-image .coverimage {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.page-products .main .content-image img {
    width: 107.5%;
    height: auto;
    border: 0 none;
    margin-left: -13px;
    margin-top: 0px;
}
.page-products .main .content-image svg {
    color: #c7c7c9;
    z-index: 0;
    width: 100%;
    height: 100%;
}
.page-products .main .content-image svg.coverimage path {
    fill: #c7c7c9;
}
.page-products .main .content-label {
    width: 100%;
    background-color: #fff;
    -webkit-transition: opacity .15s ease-in-out;
    transition: opacity .15s ease-in-out;
    display: -webkit-box;
    display: -ms-flexbox;
    /* display: flex; */
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding: 15px;
    border-radius: 0 0 3px 3px;
}
.page-products .main .content-label .content-meta {
    min-width: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-item-align: start;
    align-self: flex-start;
}
.page-products .main .content-label .content-meta .content-title {
    font-size: 16px;
    font-style: inherit;
    line-height: 22px;
    letter-spacing: .025em;
    font-weight: 600;
    color: #303030;
    margin: 0;
    max-width: 95%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.page-products .main .content-label .content-meta .content-info {
    line-height: 18px;
    letter-spacing: .025em;
    color: #959597;
    margin-top: 5px;
}
.page-products .main .content-label .content-meta .content-info span {
    background-color: #F5F5F5;
    border-radius: 3px;
    padding: 2px 4px;
    font-size: 12px;
    color: #A9A9A9;
    text-transform: capitalize;
}
.page-products .main .content-label .price {
    color: #0000ff;
    font-size: 18px;
    font-weight: 600;
}


.page-products .main:hover .product-card-actions {
	background-color: #FFF;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 8px;
}
.product-card-actions {
    background-color: transparent;
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 2;
    transition: .5s;
    border-radius: 3px;
}
.page-products .main:hover .product-card-actions .btn-link {
	opacity: 1;
}
.product-card-actions .btn-link {
	opacity: 0;
	color: #615f5c;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: .3px;
    transition: .25s opacity;
    opacity: 0;
    border-radius: 0;
}
.product-card-actions .btn-link:hover {
	color: #8CA753;
	text-decoration: none;
}
.product-card-actions .btn-link .text:before {
	display: block;
	content: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBzdGFuZGFsb25lPSJubyI/PjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+PHN2ZyB0PSIxNTQyMDQ1NjY1NDMwIiBjbGFzcz0iaWNvbiIgc3R5bGU9IiIgdmlld0JveD0iMCAwIDEwMjUgMTAyNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHAtaWQ9IjYxMyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCI+PGRlZnM+PHN0eWxlIHR5cGU9InRleHQvY3NzIj48L3N0eWxlPjwvZGVmcz48cGF0aCBkPSJNNzU2LjY4NTI3MiA2Ni4wODYyMzhjLTExMS40NTE1NzggMC0yMDEuODE0ODczIDg3LjQwNTc5OC0yMDEuODE0ODczIDE5NS4xODg2NDcgMCAxMDcuODA5NDU2IDkwLjM2MzI5NSAxOTUuMTg3NjI0IDIwMS44MTQ4NzMgMTk1LjE4NzYyNCAxMTEuNDc2MTM4IDAgMjAxLjgxMDc3OS04Ny4zNzkxOTEgMjAxLjgxMDc3OS0xOTUuMTg3NjI0Qzk1OC40OTcwNzUgMTUzLjQ5MTAxMyA4NjguMTYxNDEgNjYuMDg2MjM4IDc1Ni42ODUyNzIgNjYuMDg2MjM4ek03NTYuNjg1MjcyIDQxMS45MDg2OWMtODYuMDAzODAyIDAtMTU1LjcwMTQ2LTY3LjQzMzk5Ny0xNTUuNzAxNDYtMTUwLjYzMzgwNSAwLTgzLjIwMDgzMSA2OS42OTc2NTgtMTUwLjY1ODM2NSAxNTUuNzAxNDYtMTUwLjY1ODM2NSA4Ni4wMDE3NTUgMCAxNTUuNzI2MDIxIDY3LjQ1NjUxIDE1NS43MjYwMjEgMTUwLjY1ODM2NUM5MTIuNDA5MjQ2IDM0NC40NzU3MTYgODQyLjY4ODA1MSA0MTEuOTA4NjkgNzU2LjY4NTI3MiA0MTEuOTA4Njl6TTgyMS4wMDcyNDUgNzk2LjUwMzAwM2MtMS41NTU1LTAuMzIwMzEtMy4xNjIxNjgtMC40OTAxODctNC44MTI4NC0wLjQ5MDE4N0w0MTcuNzM1Njc1IDc5Ni4wMTI4MTZsLTE4LjE2OTY3My02Ny4wMTY0NjggMzM1LjY2ODcyMS0yNC45NzE5MTZjMTIuODUwMjcyLTAuOTM1MzQ3IDIyLjU1NzgyMS0xMS40MzM5NDkgMjIuMjc4NDQ1LTIzLjc0Nzk4M2wyOS44MTk1NS0xODUuNjYxMjA5Yy0xMC4wMjc4NTggMS4zNDM2NjUtMjAuMjU1MjcxIDIuMDUxODI3LTMwLjY0NDM3NCAyLjA1MTgyNy02LjE4NDEzNiAwLTEyLjMwNTg0Ny0wLjI1Mjc2OS0xOC4zNjgyMDQtMC43Mzc4MzlsLTI2LjE4MzU2OCAxNjMuMDIwNDk3LTMyNS4wMTQ1NjkgMjQuMTM0ODExLTg1LjQwNjE2Mi0zMTUuMDEzMzE4IDI0OC40NTUzMTMgMGMtNy4zOTE2OTUtMTQuNzI4MTI5LTEzLjI5MzM4NS0zMC4zNTQ3NjQtMTcuNTIyOTEzLTQ2LjY3MTE0MWwtMjQxLjgxODg1NCAwYy0wLjU4ODQyOSAwLTEuMTcyNzY1IDAuMDI3NjMxLTEuNzQ4OTE0IDAuMDY3NTQxbC0yOC45NjcwOTUtMTA2Ljg0MDMzOWMtMC4zODM3NTgtMTIuNTY1NzgtMTEuMDUyMjM3LTIyLjYzOTY4OS0yNC4xMzI3NjQtMjIuNjM5Njg5TDg3Ljk3ODg3NyAxOTEuOTg3NTkyYy0xMy4zMjMwNjIgMC0yNC4xMjI1MzEgMTAuNDQ2NDExLTI0LjEyMjUzMSAyMy4zMzU1NzEgMCAxMi44OTAxODMgMTAuODAyNTM4IDIzLjMzNDU0NyAyNC4xMjI1MzEgMjMuMzM0NTQ3bDEyOC43NjE2MzIgMCAxNTEuMTE1ODA1IDU1Ny4zNTgxNzYtNDUuMjEzODgzIDBjLTEuNTM5MTI2IDAtMy4wNDI0MzUgMC4xNDk0MS00LjQ5NzY0NiAwLjQyNTcxNi0yLjg1MTA2OC0wLjI3OTM3Ni01Ljc0NDA5My0wLjQyNTcxNi04LjY3NDk4My0wLjQyNTcxNi00Ni42NDQ1MzQgMC04NC40NDgzMDIgMzYuNTU1Mjc0LTg0LjQ0ODMwMiA4MS42OTc1MjMgMCA0NS4wOTIxMDQgMzcuODAyNzQ0IDgxLjY3Mzk4NSA4NC40NDgzMDIgODEuNjczOTg1IDQ2LjY0MjQ4NyAwIDg0LjQ0ODMwMi0zNi41ODE4ODEgODQuNDQ4MzAyLTgxLjY3Mzk4NSAwLTEzLjM4MjQxNy0zLjM0NTM0OC0yNS45OTgzNDEtOS4yMzI3MTEtMzcuMTQzNzAzbDEwLjUyODI3OSAwYzIuMjAzMjg0IDAuMzA0OTYgNC40NzUxMzMgMC4zMTUxOTMgNi43NTgyMzggMGwzMzQuNTk3MjY4IDBjLTUuODkyNDggMTEuMTQ1MzYyLTkuMjMzNzM1IDIzLjc2MTI4Ni05LjIzMzczNSAzNy4xNDM3MDMgMCA0NS4wOTIxMDQgMzcuODAzNzY4IDgxLjY3Mzk4NSA4NC40NzQ5MDkgODEuNjczOTg1IDQ2LjYxODk1IDAgODQuNDQ4MzAyLTM2LjU4MTg4MSA4NC40NDgzMDItODEuNjczOTg1Qzg5Ni4yNTk2NzYgODM1LjU3Njc1NSA4NjMuMzAyNTE5IDgwMC45MzcyMDIgODIxLjAwNzI0NSA3OTYuNTAzMDAzek0zMDkuNDczODk1IDkyMi4yMzg1NzRjLTI1LjQ0ODc5OSAwLTQ2LjA4MjcxMi0xOS45MjA2MzQtNDYuMDgyNzEyLTQ0LjUzMDI4MnMyMC42MzM5MTMtNDQuNTgxNDUgNDYuMDgyNzEyLTQ0LjU4MTQ1IDQ2LjA1NzEyOCAxOS45NzQ4NzIgNDYuMDU3MTI4IDQ0LjU4MTQ1UzMzNC45MjI2OTUgOTIyLjIzODU3NCAzMDkuNDczODk1IDkyMi4yMzg1NzR6TTgxMS44MTEzNzUgOTIyLjIzODU3NGMtMjUuNDQ3Nzc2IDAtNDYuMDU5MTc1LTE5LjkyMDYzNC00Ni4wNTkxNzUtNDQuNTMwMjgyczIwLjYxMTM5OS00NC41ODE0NSA0Ni4wNTkxNzUtNDQuNTgxNDVjMjUuNDI0MjM5IDAgNDYuMDU5MTc1IDE5Ljk3NDg3MiA0Ni4wNTkxNzUgNDQuNTgxNDVTODM3LjIzNDU5IDkyMi4yMzg1NzQgODExLjgxMTM3NSA5MjIuMjM4NTc0ek04NTkuMjQ2OTYyIDI0MC4wMjkwMDZsLTgwLjU3Njk0OSAwIDAtNzguMDA0MjMzYzAtNy44MjA0ODEtNi41NDc0MjctMTQuMTYzMjM3LTE0LjY0ODMwOC0xNC4xNjMyMzdsLTE0LjY0NzI4NCAwYy04LjA3OTM5IDAtMTQuNjQ3Mjg0IDYuMzQyNzU2LTE0LjY0NzI4NCAxNC4xNjMyMzdsMCA3OC4wMDQyMzMtODAuNTUxMzY1IDBjLTguMTAyOTI3IDAtMTQuNjc0OTE1IDYuMzQzNzc5LTE0LjY3NDkxNSAxNC4xNjQyNjFsMCAxNC4xODg4MjFjMCA3LjgyMTUwNCA2LjU3MTk4OCAxNC4xODk4NDQgMTQuNjc0OTE1IDE0LjE4OTg0NGw4MC41NTEzNjUgMCAwIDc3Ljk3ODY0OWMwIDcuODE4NDM0IDYuNTY5OTQxIDE0LjE4ODgyMSAxNC42NDcyODQgMTQuMTg4ODIxbDE0LjY0NzI4NCAwYzguMTAwODggMCAxNC42NDgzMDgtNi4zNzAzODcgMTQuNjQ4MzA4LTE0LjE4ODgyMWwwLTc3Ljk3ODY0OSA4MC41NzY5NDkgMGM4LjA3MzI1IDAgMTQuNjIwNjc3LTYuMzY5MzYzIDE0LjYyMDY3Ny0xNC4xODk4NDRsMC0xNC4xODg4MjFDODczLjg2OTY4NiAyNDYuMzcyNzg1IDg2Ny4zMjAyMTIgMjQwLjAyOTAwNiA4NTkuMjQ2OTYyIDI0MC4wMjkwMDZ6IiBwLWlkPSI2MTQiIGZpbGw9IiM1MTUxNTEiPjwvcGF0aD48L3N2Zz4=');
}
.product-card-actions .btn-link .text .text-contariner {
    display: none;
}


.cashback-label {
    padding: .5em .7em .7em .8em;
    ;
    background: #ea4f3b;
    position: absolute;
    z-index: 1;
    font-size: 12px;
    top: 17em;
    right: -1em;
    width: 6em;
    color: #fff;
    font-weight: 600;
    box-shadow: 0 5px 30px 0 rgba(0, 0, 0, .1);
}
.cashback-label:after {
    content: "";
    width: 0;
    height: 0;
    border-right: 1em solid transparent;
    border-left: 0;
    border-top: 1em solid #545454;
    position: absolute;
    right: 0;
    bottom: -1em;
}
/* by 冰云-VPS */
.page-VPS-cart-headers {
    padding: 0px 0 0px;
    background: url(../image/banner/vpsbanner.png) 2px -5px #e9eff7;
	padding-top: 80px;
	padding-bottom: 0px;
	background-size: 100% 100%;
}

.page-VPS-cart-main {
    margin-top: 100px;
    margin-bottom: 130px;
}

.page-VPS-cart-main h3 {
    font-size: 42px;
    letter-spacing: 0;
    text-align: left;
    margin-bottom: 10px;
}

.page-VPS-cart-main p {
    font-size: 16px;
	text-align: left;
	max-width: 700px;
}

.page-VPS-cart-main-btn-group {
	margin-top: 40px;
}

.page-VPS-btn {
    display: inline-block;
    box-sizing: border-box;
    height: 36px;
    padding: 0 24px;
    color: #fff;
    font-size: 14px;
    line-height: 34px;
    white-space: nowrap;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    background-color: #0052d9;
    border: 1px solid transparent;
    outline: 0 none;
    cursor: pointer;
    box-shadow: 8px 8px 20px 0 rgb(55 99 170 / 10%), -8px -8px 20px 0 #fff;
}
.page-VPS-cart-main-btn {
    background: #0052d9;
    color: #fff;
    min-width: 136px;
    height: 44px;
    font-size: 16px;
    line-height: 42px;
    -webkit-font-smoothing: auto;
    transition: all .3s ease-in-out;
}
.page-VPS-cart-main-btn-white{
    background: #fff;
    border: 1px solid #fff;
    box-shadow: 8px 8px 20px 0 rgb(55 99 170 / 10%), inset 0 4px 20px 0 hsl(0deg 0% 100% / 50%);
    color: #000;
	width: 136px;
	height: 44px;
	font-size: 16px;
	line-height: 42px;
    transition: all .3s ease-in-out;
}
.page-VPS-cart-product {
    margin-top: -60px;
    position: relative;
    z-index: 1;
}

/* 云服务器样式 */

.page-VPS-products .main {
    box-shadow: 0 5px 25px rgba(0, 0, 0, .1);
    position: relative;
    margin-bottom: 40px;
    text-align: center;
    background-color: #0000;
    border-radius: 3px;
    transition: translate .18s, box-shadow .18s;
}
.page-VPS-products .main:hover {
    box-shadow: 0 1px 8px rgba(0, 0, 0, .1);
    transform: translateY(1px);
}
.page-VPS-products .main .content-image {
    position: relative;
    width: 100%;
    max-width: 100%;
    height: 230px;
    overflow: hidden;
    border-radius: 3px 3px 0 0;
}
.page-VPS-products .main .content-image .coverimage {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.page-VPS-products .main .content-image img {
    width: 107.5%;
    height: auto;
    border: 0 none;
    margin-left: -13px;
    margin-top: 0px;
}
.page-VPS-products .main .content-image svg {
    color: #c7c7c9;
    z-index: 0;
    width: 100%;
    height: 100%;
}
.page-VPS-products .main .content-image svg.coverimage path {
    fill: #c7c7c9;
}
.page-VPS-products .main .content-label {
    width: 100%;
    background-color: hsl(0deg 0% 100% / 40%);
    -webkit-transition: opacity .15s ease-in-out;
    transition: opacity .15s ease-in-out;
    display: -webkit-box;
    display: -ms-flexbox;
    /* display: flex; */
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding: 15px;
    border-radius: 0 0 3px 3px;
}
.page-VPS-products .main .content-label .content-meta {
    min-width: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-item-align: start;
    align-self: flex-start;
}
.page-VPS-products .main .content-label .content-meta .content-title {
    font-size: 18px;
    font-style: inherit;
    line-height: 22px;
    letter-spacing: .025em;
    font-weight: 600;
    color: #303030;
    margin: 0;
    max-width: 95%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.page-VPS-products .main .content-label .content-meta .content-info {
    line-height: 20px;
    color: #959597;
    margin-top: 5px;
}
.page-VPS-products .main .content-label .content-meta .content-info span {
    background-color: #F5F5F5;
    border-radius: 3px;
    padding: 2px 4px;
    font-size: 13px;
    color: #A9A9A9;
    text-transform: capitalize;
}
.page-VPS-products .main .content-label .price {
    color: #F94B71;
    font-size: 18px;
    font-weight: 600;
}


.page-VPS-products .main:hover .product-card-actions {
	background-color: #FFF;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 8px;
}
.product-VPS-card-actions {
    background-color: transparent;
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 2;
    transition: .5s;
    border-radius: 3px;
}
.page-VPS-products .main:hover .product-card-actions .btn-link {
	opacity: 1;
}
.product-VPS-card-actions .btn-link {
	opacity: 0;
	color: #615f5c;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: .3px;
    transition: .25s opacity;
    opacity: 0;
    border-radius: 0;
}
.product-VPS-card-actions .btn-link:hover {
	color: #8CA753;
	text-decoration: none;
}
.product-VPS-card-actions .btn-link .text:before {
	display: block;
	content: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBzdGFuZGFsb25lPSJubyI/PjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+PHN2ZyB0PSIxNTQyMDQ1NjY1NDMwIiBjbGFzcz0iaWNvbiIgc3R5bGU9IiIgdmlld0JveD0iMCAwIDEwMjUgMTAyNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHAtaWQ9IjYxMyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCI+PGRlZnM+PHN0eWxlIHR5cGU9InRleHQvY3NzIj48L3N0eWxlPjwvZGVmcz48cGF0aCBkPSJNNzU2LjY4NTI3MiA2Ni4wODYyMzhjLTExMS40NTE1NzggMC0yMDEuODE0ODczIDg3LjQwNTc5OC0yMDEuODE0ODczIDE5NS4xODg2NDcgMCAxMDcuODA5NDU2IDkwLjM2MzI5NSAxOTUuMTg3NjI0IDIwMS44MTQ4NzMgMTk1LjE4NzYyNCAxMTEuNDc2MTM4IDAgMjAxLjgxMDc3OS04Ny4zNzkxOTEgMjAxLjgxMDc3OS0xOTUuMTg3NjI0Qzk1OC40OTcwNzUgMTUzLjQ5MTAxMyA4NjguMTYxNDEgNjYuMDg2MjM4IDc1Ni42ODUyNzIgNjYuMDg2MjM4ek03NTYuNjg1MjcyIDQxMS45MDg2OWMtODYuMDAzODAyIDAtMTU1LjcwMTQ2LTY3LjQzMzk5Ny0xNTUuNzAxNDYtMTUwLjYzMzgwNSAwLTgzLjIwMDgzMSA2OS42OTc2NTgtMTUwLjY1ODM2NSAxNTUuNzAxNDYtMTUwLjY1ODM2NSA4Ni4wMDE3NTUgMCAxNTUuNzI2MDIxIDY3LjQ1NjUxIDE1NS43MjYwMjEgMTUwLjY1ODM2NUM5MTIuNDA5MjQ2IDM0NC40NzU3MTYgODQyLjY4ODA1MSA0MTEuOTA4NjkgNzU2LjY4NTI3MiA0MTEuOTA4Njl6TTgyMS4wMDcyNDUgNzk2LjUwMzAwM2MtMS41NTU1LTAuMzIwMzEtMy4xNjIxNjgtMC40OTAxODctNC44MTI4NC0wLjQ5MDE4N0w0MTcuNzM1Njc1IDc5Ni4wMTI4MTZsLTE4LjE2OTY3My02Ny4wMTY0NjggMzM1LjY2ODcyMS0yNC45NzE5MTZjMTIuODUwMjcyLTAuOTM1MzQ3IDIyLjU1NzgyMS0xMS40MzM5NDkgMjIuMjc4NDQ1LTIzLjc0Nzk4M2wyOS44MTk1NS0xODUuNjYxMjA5Yy0xMC4wMjc4NTggMS4zNDM2NjUtMjAuMjU1MjcxIDIuMDUxODI3LTMwLjY0NDM3NCAyLjA1MTgyNy02LjE4NDEzNiAwLTEyLjMwNTg0Ny0wLjI1Mjc2OS0xOC4zNjgyMDQtMC43Mzc4MzlsLTI2LjE4MzU2OCAxNjMuMDIwNDk3LTMyNS4wMTQ1NjkgMjQuMTM0ODExLTg1LjQwNjE2Mi0zMTUuMDEzMzE4IDI0OC40NTUzMTMgMGMtNy4zOTE2OTUtMTQuNzI4MTI5LTEzLjI5MzM4NS0zMC4zNTQ3NjQtMTcuNTIyOTEzLTQ2LjY3MTE0MWwtMjQxLjgxODg1NCAwYy0wLjU4ODQyOSAwLTEuMTcyNzY1IDAuMDI3NjMxLTEuNzQ4OTE0IDAuMDY3NTQxbC0yOC45NjcwOTUtMTA2Ljg0MDMzOWMtMC4zODM3NTgtMTIuNTY1NzgtMTEuMDUyMjM3LTIyLjYzOTY4OS0yNC4xMzI3NjQtMjIuNjM5Njg5TDg3Ljk3ODg3NyAxOTEuOTg3NTkyYy0xMy4zMjMwNjIgMC0yNC4xMjI1MzEgMTAuNDQ2NDExLTI0LjEyMjUzMSAyMy4zMzU1NzEgMCAxMi44OTAxODMgMTAuODAyNTM4IDIzLjMzNDU0NyAyNC4xMjI1MzEgMjMuMzM0NTQ3bDEyOC43NjE2MzIgMCAxNTEuMTE1ODA1IDU1Ny4zNTgxNzYtNDUuMjEzODgzIDBjLTEuNTM5MTI2IDAtMy4wNDI0MzUgMC4xNDk0MS00LjQ5NzY0NiAwLjQyNTcxNi0yLjg1MTA2OC0wLjI3OTM3Ni01Ljc0NDA5My0wLjQyNTcxNi04LjY3NDk4My0wLjQyNTcxNi00Ni42NDQ1MzQgMC04NC40NDgzMDIgMzYuNTU1Mjc0LTg0LjQ0ODMwMiA4MS42OTc1MjMgMCA0NS4wOTIxMDQgMzcuODAyNzQ0IDgxLjY3Mzk4NSA4NC40NDgzMDIgODEuNjczOTg1IDQ2LjY0MjQ4NyAwIDg0LjQ0ODMwMi0zNi41ODE4ODEgODQuNDQ4MzAyLTgxLjY3Mzk4NSAwLTEzLjM4MjQxNy0zLjM0NTM0OC0yNS45OTgzNDEtOS4yMzI3MTEtMzcuMTQzNzAzbDEwLjUyODI3OSAwYzIuMjAzMjg0IDAuMzA0OTYgNC40NzUxMzMgMC4zMTUxOTMgNi43NTgyMzggMGwzMzQuNTk3MjY4IDBjLTUuODkyNDggMTEuMTQ1MzYyLTkuMjMzNzM1IDIzLjc2MTI4Ni05LjIzMzczNSAzNy4xNDM3MDMgMCA0NS4wOTIxMDQgMzcuODAzNzY4IDgxLjY3Mzk4NSA4NC40NzQ5MDkgODEuNjczOTg1IDQ2LjYxODk1IDAgODQuNDQ4MzAyLTM2LjU4MTg4MSA4NC40NDgzMDItODEuNjczOTg1Qzg5Ni4yNTk2NzYgODM1LjU3Njc1NSA4NjMuMzAyNTE5IDgwMC45MzcyMDIgODIxLjAwNzI0NSA3OTYuNTAzMDAzek0zMDkuNDczODk1IDkyMi4yMzg1NzRjLTI1LjQ0ODc5OSAwLTQ2LjA4MjcxMi0xOS45MjA2MzQtNDYuMDgyNzEyLTQ0LjUzMDI4MnMyMC42MzM5MTMtNDQuNTgxNDUgNDYuMDgyNzEyLTQ0LjU4MTQ1IDQ2LjA1NzEyOCAxOS45NzQ4NzIgNDYuMDU3MTI4IDQ0LjU4MTQ1UzMzNC45MjI2OTUgOTIyLjIzODU3NCAzMDkuNDczODk1IDkyMi4yMzg1NzR6TTgxMS44MTEzNzUgOTIyLjIzODU3NGMtMjUuNDQ3Nzc2IDAtNDYuMDU5MTc1LTE5LjkyMDYzNC00Ni4wNTkxNzUtNDQuNTMwMjgyczIwLjYxMTM5OS00NC41ODE0NSA0Ni4wNTkxNzUtNDQuNTgxNDVjMjUuNDI0MjM5IDAgNDYuMDU5MTc1IDE5Ljk3NDg3MiA0Ni4wNTkxNzUgNDQuNTgxNDVTODM3LjIzNDU5IDkyMi4yMzg1NzQgODExLjgxMTM3NSA5MjIuMjM4NTc0ek04NTkuMjQ2OTYyIDI0MC4wMjkwMDZsLTgwLjU3Njk0OSAwIDAtNzguMDA0MjMzYzAtNy44MjA0ODEtNi41NDc0MjctMTQuMTYzMjM3LTE0LjY0ODMwOC0xNC4xNjMyMzdsLTE0LjY0NzI4NCAwYy04LjA3OTM5IDAtMTQuNjQ3Mjg0IDYuMzQyNzU2LTE0LjY0NzI4NCAxNC4xNjMyMzdsMCA3OC4wMDQyMzMtODAuNTUxMzY1IDBjLTguMTAyOTI3IDAtMTQuNjc0OTE1IDYuMzQzNzc5LTE0LjY3NDkxNSAxNC4xNjQyNjFsMCAxNC4xODg4MjFjMCA3LjgyMTUwNCA2LjU3MTk4OCAxNC4xODk4NDQgMTQuNjc0OTE1IDE0LjE4OTg0NGw4MC41NTEzNjUgMCAwIDc3Ljk3ODY0OWMwIDcuODE4NDM0IDYuNTY5OTQxIDE0LjE4ODgyMSAxNC42NDcyODQgMTQuMTg4ODIxbDE0LjY0NzI4NCAwYzguMTAwODggMCAxNC42NDgzMDgtNi4zNzAzODcgMTQuNjQ4MzA4LTE0LjE4ODgyMWwwLTc3Ljk3ODY0OSA4MC41NzY5NDkgMGM4LjA3MzI1IDAgMTQuNjIwNjc3LTYuMzY5MzYzIDE0LjYyMDY3Ny0xNC4xODk4NDRsMC0xNC4xODg4MjFDODczLjg2OTY4NiAyNDYuMzcyNzg1IDg2Ny4zMjAyMTIgMjQwLjAyOTAwNiA4NTkuMjQ2OTYyIDI0MC4wMjkwMDZ6IiBwLWlkPSI2MTQiIGZpbGw9IiM1MTUxNTEiPjwvcGF0aD48L3N2Zz4=');
}
.product-VPS-card-actions .btn-link .text .text-contariner {
    display: none;
}
.page-VPS-nav {
	margin-top: 25px;
	text-align: center;
}
.page-VPS-nav h1{
	font-weight: 500;
	font-size: 28px;
	color: #000000;
	line-height: 48px;
}
/* by 冰云-HOST */
.page-HOST-cart-headers {
    padding: 0px 0 0px;
    background: url(../image/banner/hostbanner.png) 2px -5px #e9eff7;
	padding-top: 80px;
	padding-bottom: 0px;
	background-size: 100% 100%;
}

.page-HOST-cart-main {
    margin-top: 100px;
    margin-bottom: 130px;
}

.page-HOST-cart-main h3 {
    font-size: 42px;
    letter-spacing: 0;
    text-align: left;
    margin-bottom: 10px;
}

.page-HOST-cart-main p {
    font-size: 16px;
	text-align: left;
	max-width: 700px;
}

.page-HOST-cart-main-btn-group {
	margin-top: 40px;
}

.page-HOST-btn {
    display: inline-block;
    box-sizing: border-box;
    height: 36px;
    padding: 0 24px;
    color: #fff;
    font-size: 14px;
    line-height: 34px;
    white-space: nowrap;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    background-color: #0052d9;
    border: 1px solid transparent;
    outline: 0 none;
    cursor: pointer;
    box-shadow: 8px 8px 20px 0 rgb(55 99 170 / 10%), -8px -8px 20px 0 #fff;
}
.page-HOST-cart-main-btn {
    background: #0052d9;
    color: #fff;
    min-width: 136px;
    height: 44px;
    font-size: 16px;
    line-height: 42px;
    -webkit-font-smoothing: auto;
    transition: all .3s ease-in-out;
}
.page-HOST-cart-main-btn-white{
    background: #fff;
    border: 1px solid #fff;
    box-shadow: 8px 8px 20px 0 rgb(55 99 170 / 10%), inset 0 4px 20px 0 hsl(0deg 0% 100% / 50%);
    color: #000;
	width: 136px;
	height: 44px;
	font-size: 16px;
	line-height: 42px;
    transition: all .3s ease-in-out;
}
.page-HOST-cart-product {
    margin-top: -60px;
    position: relative;
    z-index: 1;
}

/* 虚拟主机样式 */

.page-HOST-products .main {
    box-shadow: 0 5px 25px rgba(0, 0, 0, .1);
    position: relative;
    margin-bottom: 40px;
    text-align: center;
    background-color: #0000;
    border-radius: 3px;
    transition: translate .18s, box-shadow .18s;
}
.page-HOST-products .main:hover {
    box-shadow: 0 1px 8px rgba(0, 0, 0, .1);
    transform: translateY(1px);
}
.page-HOST-products .main .content-image {
    position: relative;
    width: 100%;
    max-width: 100%;
    height: 230px;
    overflow: hidden;
    border-radius: 3px 3px 0 0;
}
.page-HOST-products .main .content-image .coverimage {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.page-HOST-products .main .content-image img {
    width: 107.5%;
    height: auto;
    border: 0 none;
    margin-left: -13px;
    margin-top: 0px;
}
.page-HOST-products .main .content-image svg {
    color: #c7c7c9;
    z-index: 0;
    width: 100%;
    height: 100%;
}
.page-HOST-products .main .content-image svg.coverimage path {
    fill: #c7c7c9;
}
.page-HOST-products .main .content-label {
    width: 100%;
    background-color: hsl(0deg 0% 100% / 40%);
    -webkit-transition: opacity .15s ease-in-out;
    transition: opacity .15s ease-in-out;
    display: -webkit-box;
    display: -ms-flexbox;
    /* display: flex; */
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding: 15px;
    border-radius: 0 0 3px 3px;
}
.page-HOST-products .main .content-label .content-meta {
    min-width: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-item-align: start;
    align-self: flex-start;
}
.page-HOST-products .main .content-label .content-meta .content-title {
    font-size: 18px;
    font-style: inherit;
    line-height: 22px;
    letter-spacing: .025em;
    font-weight: 600;
    color: #303030;
    margin: 0;
    max-width: 95%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.page-HOST-products .main .content-label .content-meta .content-info {
    line-height: 20px;
    color: #959597;
    margin-top: 5px;
}
.page-HOST-products .main .content-label .content-meta .content-info span {
    background-color: #F5F5F5;
    border-radius: 3px;
    padding: 2px 4px;
    font-size: 12px;
    color: #A9A9A9;
    text-transform: capitalize;
}
.page-HOST-products .main .content-label .price {
    color: #F94B71;
    font-size: 18px;
    font-weight: 600;
}


.page-HOST-products .main:hover .product-card-actions {
	background-color: #FFF;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 8px;
}
.product-HOST-card-actions {
    background-color: transparent;
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 2;
    transition: .5s;
    border-radius: 3px;
}
.page-HOST-products .main:hover .product-card-actions .btn-link {
	opacity: 1;
}
.product-HOST-card-actions .btn-link {
	opacity: 0;
	color: #615f5c;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: .3px;
    transition: .25s opacity;
    opacity: 0;
    border-radius: 0;
}
.product-HOST-card-actions .btn-link:hover {
	color: #8CA753;
	text-decoration: none;
}
.product-HOST-card-actions .btn-link .text:before {
	display: block;
	content: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBzdGFuZGFsb25lPSJubyI/PjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+PHN2ZyB0PSIxNTQyMDQ1NjY1NDMwIiBjbGFzcz0iaWNvbiIgc3R5bGU9IiIgdmlld0JveD0iMCAwIDEwMjUgMTAyNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHAtaWQ9IjYxMyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCI+PGRlZnM+PHN0eWxlIHR5cGU9InRleHQvY3NzIj48L3N0eWxlPjwvZGVmcz48cGF0aCBkPSJNNzU2LjY4NTI3MiA2Ni4wODYyMzhjLTExMS40NTE1NzggMC0yMDEuODE0ODczIDg3LjQwNTc5OC0yMDEuODE0ODczIDE5NS4xODg2NDcgMCAxMDcuODA5NDU2IDkwLjM2MzI5NSAxOTUuMTg3NjI0IDIwMS44MTQ4NzMgMTk1LjE4NzYyNCAxMTEuNDc2MTM4IDAgMjAxLjgxMDc3OS04Ny4zNzkxOTEgMjAxLjgxMDc3OS0xOTUuMTg3NjI0Qzk1OC40OTcwNzUgMTUzLjQ5MTAxMyA4NjguMTYxNDEgNjYuMDg2MjM4IDc1Ni42ODUyNzIgNjYuMDg2MjM4ek03NTYuNjg1MjcyIDQxMS45MDg2OWMtODYuMDAzODAyIDAtMTU1LjcwMTQ2LTY3LjQzMzk5Ny0xNTUuNzAxNDYtMTUwLjYzMzgwNSAwLTgzLjIwMDgzMSA2OS42OTc2NTgtMTUwLjY1ODM2NSAxNTUuNzAxNDYtMTUwLjY1ODM2NSA4Ni4wMDE3NTUgMCAxNTUuNzI2MDIxIDY3LjQ1NjUxIDE1NS43MjYwMjEgMTUwLjY1ODM2NUM5MTIuNDA5MjQ2IDM0NC40NzU3MTYgODQyLjY4ODA1MSA0MTEuOTA4NjkgNzU2LjY4NTI3MiA0MTEuOTA4Njl6TTgyMS4wMDcyNDUgNzk2LjUwMzAwM2MtMS41NTU1LTAuMzIwMzEtMy4xNjIxNjgtMC40OTAxODctNC44MTI4NC0wLjQ5MDE4N0w0MTcuNzM1Njc1IDc5Ni4wMTI4MTZsLTE4LjE2OTY3My02Ny4wMTY0NjggMzM1LjY2ODcyMS0yNC45NzE5MTZjMTIuODUwMjcyLTAuOTM1MzQ3IDIyLjU1NzgyMS0xMS40MzM5NDkgMjIuMjc4NDQ1LTIzLjc0Nzk4M2wyOS44MTk1NS0xODUuNjYxMjA5Yy0xMC4wMjc4NTggMS4zNDM2NjUtMjAuMjU1MjcxIDIuMDUxODI3LTMwLjY0NDM3NCAyLjA1MTgyNy02LjE4NDEzNiAwLTEyLjMwNTg0Ny0wLjI1Mjc2OS0xOC4zNjgyMDQtMC43Mzc4MzlsLTI2LjE4MzU2OCAxNjMuMDIwNDk3LTMyNS4wMTQ1NjkgMjQuMTM0ODExLTg1LjQwNjE2Mi0zMTUuMDEzMzE4IDI0OC40NTUzMTMgMGMtNy4zOTE2OTUtMTQuNzI4MTI5LTEzLjI5MzM4NS0zMC4zNTQ3NjQtMTcuNTIyOTEzLTQ2LjY3MTE0MWwtMjQxLjgxODg1NCAwYy0wLjU4ODQyOSAwLTEuMTcyNzY1IDAuMDI3NjMxLTEuNzQ4OTE0IDAuMDY3NTQxbC0yOC45NjcwOTUtMTA2Ljg0MDMzOWMtMC4zODM3NTgtMTIuNTY1NzgtMTEuMDUyMjM3LTIyLjYzOTY4OS0yNC4xMzI3NjQtMjIuNjM5Njg5TDg3Ljk3ODg3NyAxOTEuOTg3NTkyYy0xMy4zMjMwNjIgMC0yNC4xMjI1MzEgMTAuNDQ2NDExLTI0LjEyMjUzMSAyMy4zMzU1NzEgMCAxMi44OTAxODMgMTAuODAyNTM4IDIzLjMzNDU0NyAyNC4xMjI1MzEgMjMuMzM0NTQ3bDEyOC43NjE2MzIgMCAxNTEuMTE1ODA1IDU1Ny4zNTgxNzYtNDUuMjEzODgzIDBjLTEuNTM5MTI2IDAtMy4wNDI0MzUgMC4xNDk0MS00LjQ5NzY0NiAwLjQyNTcxNi0yLjg1MTA2OC0wLjI3OTM3Ni01Ljc0NDA5My0wLjQyNTcxNi04LjY3NDk4My0wLjQyNTcxNi00Ni42NDQ1MzQgMC04NC40NDgzMDIgMzYuNTU1Mjc0LTg0LjQ0ODMwMiA4MS42OTc1MjMgMCA0NS4wOTIxMDQgMzcuODAyNzQ0IDgxLjY3Mzk4NSA4NC40NDgzMDIgODEuNjczOTg1IDQ2LjY0MjQ4NyAwIDg0LjQ0ODMwMi0zNi41ODE4ODEgODQuNDQ4MzAyLTgxLjY3Mzk4NSAwLTEzLjM4MjQxNy0zLjM0NTM0OC0yNS45OTgzNDEtOS4yMzI3MTEtMzcuMTQzNzAzbDEwLjUyODI3OSAwYzIuMjAzMjg0IDAuMzA0OTYgNC40NzUxMzMgMC4zMTUxOTMgNi43NTgyMzggMGwzMzQuNTk3MjY4IDBjLTUuODkyNDggMTEuMTQ1MzYyLTkuMjMzNzM1IDIzLjc2MTI4Ni05LjIzMzczNSAzNy4xNDM3MDMgMCA0NS4wOTIxMDQgMzcuODAzNzY4IDgxLjY3Mzk4NSA4NC40NzQ5MDkgODEuNjczOTg1IDQ2LjYxODk1IDAgODQuNDQ4MzAyLTM2LjU4MTg4MSA4NC40NDgzMDItODEuNjczOTg1Qzg5Ni4yNTk2NzYgODM1LjU3Njc1NSA4NjMuMzAyNTE5IDgwMC45MzcyMDIgODIxLjAwNzI0NSA3OTYuNTAzMDAzek0zMDkuNDczODk1IDkyMi4yMzg1NzRjLTI1LjQ0ODc5OSAwLTQ2LjA4MjcxMi0xOS45MjA2MzQtNDYuMDgyNzEyLTQ0LjUzMDI4MnMyMC42MzM5MTMtNDQuNTgxNDUgNDYuMDgyNzEyLTQ0LjU4MTQ1IDQ2LjA1NzEyOCAxOS45NzQ4NzIgNDYuMDU3MTI4IDQ0LjU4MTQ1UzMzNC45MjI2OTUgOTIyLjIzODU3NCAzMDkuNDczODk1IDkyMi4yMzg1NzR6TTgxMS44MTEzNzUgOTIyLjIzODU3NGMtMjUuNDQ3Nzc2IDAtNDYuMDU5MTc1LTE5LjkyMDYzNC00Ni4wNTkxNzUtNDQuNTMwMjgyczIwLjYxMTM5OS00NC41ODE0NSA0Ni4wNTkxNzUtNDQuNTgxNDVjMjUuNDI0MjM5IDAgNDYuMDU5MTc1IDE5Ljk3NDg3MiA0Ni4wNTkxNzUgNDQuNTgxNDVTODM3LjIzNDU5IDkyMi4yMzg1NzQgODExLjgxMTM3NSA5MjIuMjM4NTc0ek04NTkuMjQ2OTYyIDI0MC4wMjkwMDZsLTgwLjU3Njk0OSAwIDAtNzguMDA0MjMzYzAtNy44MjA0ODEtNi41NDc0MjctMTQuMTYzMjM3LTE0LjY0ODMwOC0xNC4xNjMyMzdsLTE0LjY0NzI4NCAwYy04LjA3OTM5IDAtMTQuNjQ3Mjg0IDYuMzQyNzU2LTE0LjY0NzI4NCAxNC4xNjMyMzdsMCA3OC4wMDQyMzMtODAuNTUxMzY1IDBjLTguMTAyOTI3IDAtMTQuNjc0OTE1IDYuMzQzNzc5LTE0LjY3NDkxNSAxNC4xNjQyNjFsMCAxNC4xODg4MjFjMCA3LjgyMTUwNCA2LjU3MTk4OCAxNC4xODk4NDQgMTQuNjc0OTE1IDE0LjE4OTg0NGw4MC41NTEzNjUgMCAwIDc3Ljk3ODY0OWMwIDcuODE4NDM0IDYuNTY5OTQxIDE0LjE4ODgyMSAxNC42NDcyODQgMTQuMTg4ODIxbDE0LjY0NzI4NCAwYzguMTAwODggMCAxNC42NDgzMDgtNi4zNzAzODcgMTQuNjQ4MzA4LTE0LjE4ODgyMWwwLTc3Ljk3ODY0OSA4MC41NzY5NDkgMGM4LjA3MzI1IDAgMTQuNjIwNjc3LTYuMzY5MzYzIDE0LjYyMDY3Ny0xNC4xODk4NDRsMC0xNC4xODg4MjFDODczLjg2OTY4NiAyNDYuMzcyNzg1IDg2Ny4zMjAyMTIgMjQwLjAyOTAwNiA4NTkuMjQ2OTYyIDI0MC4wMjkwMDZ6IiBwLWlkPSI2MTQiIGZpbGw9IiM1MTUxNTEiPjwvcGF0aD48L3N2Zz4=');
}
.product-HOST-card-actions .btn-link .text .text-contariner {
    display: none;
}
.page-HOST-nav {
	margin-top: 25px;
	text-align: center;
}
.page-HOST-nav h1{
	font-weight: 500;
	font-size: 28px;
	color: #000000;
	line-height: 48px;
}
/* 推荐套餐*/
.page-vps-content{	
	height: 600px;
	margin-top: 20px;

}
@media (max-width: 768px) {	
.page-vps-content{
	height: 1010px;
	margin-top: 20px;

}
}
.aui-section-gray {
    width: 100%;
    height: 100%;
    background: #f5f5f5;
    padding-top: 30px;
    padding-bottom: 30px;
}
.aui-section-content {
    height: 560px;
    overflow: hidden;
    background: #fff;
    width: 1200px;
    margin: 0 auto;
}
@media (max-width: 768px) {
.aui-section-content {
    height: 1010px;
    overflow: hidden;
    background: #fff;
    width: 100%;
    margin: 0 auto;
}
}

@media (max-width: 768px) {

 .aui-section-background{

display:none; }

}
.aui-section-background {
    width: 240px;
    text-align: center;
    float: left;
    height: 560px;
    background: #5b73fe;
    background: -moz-linear-gradient(top, #5b73fe 0%, #62b6ff 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5b73fe), color-stop(100%,#62b6ff));
    background: -webkit-linear-gradient(top, #5b73fe 0%,#62b6ff 100%);
    background: -o-linear-gradient(top, #5b73fe 0%,#62b6ff 100%);
    background: -ms-linear-gradient(top, #5b73fe 0%,#62b6ff 100%);
    background: linear-gradient(to bottom, #5b73fe 0%,#62b6ff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5b73fe', endColorstr='#62b6ff',GradientType=0 );
}
.aui-section-right {
    width: 960px;
    float: left;
    background: #fff;
    height: 560px;
}
@media (max-width: 768px) {
.aui-section-right {
    width: 100%;
    float: left;
    background: #fff;
    height: 560px;
}
}
.aui-section-right li {
    list-style: none;
}
.aui-section-right ul {
}


.aui-section-background h2 {
    margin-top: 40px;
    color: #fff;
    line-height: 40px;
    font-size: 32px;
    font-weight: bold;
}

.aui-text-head {
    color: #fff;
    line-height: 36px;
    font-size: 16px;
}

.aui-text-title {
    font-size: 20px;
    margin-top: 70px;
    line-height: 20px;
    color: #fff;
}

.aui-text-title span {
    font-size: 30px;
    line-height: 20px;
    color: #fff;
}

.aui-text-page {
    color: #fff;
    line-height: 36px;
}

.aui-text-image {
    color: #fff;
    line-height: 36px;
}

.aui-text-image img {
height: 200px;
}

.aui-text-link {
    color: #fff;
    line-height: 36px;
}

.aui-text-link a {
    color: #fff;
}

.aui-right-item {
    width: 100%;
    overflow: hidden;
    border-bottom: 1px solid #e6e6e6;
    background: #FFF;
}

.aui-right-list {
    width: 940px;
    height: 130px;
    overflow: hidden;
    position: relative;
    margin: 5px 10px;
    padding-bottom: 24px;
}
@media (max-width: 768px) {
.aui-right-list {
    width: 100%;
    height: 240px;
    overflow: hidden;
    position: relative;
    margin: 5px 0px;
    padding-bottom: 24px;
}
}
.aui-bg-dff5ff {
}

.aui-item-rate {
    margin-top: 18px;
}
@media (max-width: 768px) {	
.aui-item-rate {
	text-align: center;
	height: 126%;
	width: 100px;
	margin-left: -40px;
	background: rgb(55 125 255 / 10%);
	margin-top: 0px;
}
}

.aui-item-rate p {
    font-size: 24px;
    color: #377dff;
    font-weight: bolder;
}
@media (max-width: 768px) {
.aui-item-rate p {
    font-size: 24px;
    color: #377dff;
    font-weight: bolder;
	margin-top: 40px;
}	
}
.aui-item-rate p span {
    font-size: 32px;
    line-height: 25px;
    height: 36px;
    font-family: Arial;
    letter-spacing: -2px;
}

.aui-item-rate .aui-item-rate-text {
    float: left;
    color: #666;
    line-height: 30px;
    font-size: 14px;
    font-weight: normal;
}

.aui-item-month {
	margin-top: 18px;
	margin-left: 20px;
}

@media (max-width: 768px) {
.aui-item-month {
	margin-top: 0px;
	margin-left: 20px;
}
}

.aui-item-month .aui-item-month-head {
    font-size: 24px;
    color: #666;
    line-height: 30px;
}
@media (max-width: 768px) {
.aui-item-month .aui-item-month-head {
    font-size: 10px;
    color: #666;
    line-height: 30px;
}
}

.aui-item-month .aui-item-month-text {
    font-size: 14px;
    color: #666;
    line-height: 30px;
}
@media (max-width: 768px) {
.aui-item-month .aui-item-month-text {
    font-size: 10px;
    color: #666;
    line-height: 30px;
}
}

.aui-right-list li {
    float: left;
    color: #666;
    line-height: 30px;
}

.aui-right-list img {
    margin-left: 0px;
    margin-top: 0px;
}

@media (max-width: 768px) {	
.aui-right-list img {
    margin-left: -583px;
    margin-top: 6px;
}
}

.aui-item-name {
}

.aui-right-list:hover {
    background: #f5f5f5;
}

.aui-item-progress {
    width: 200px;
    margin-top: 27px;
}

.aui-item-progress-bt {
    background: #ccc;
    width: 200px;
    height: 10px;
}

.aui-item-progress-bt span {
    background: #029bf0;
    height: 10px;
    display: block;
}

.aui-item-progress p {
    color: #999;
    line-height: 35px;
    font-size: 14px;
}

.aui-right-list .aui-item-tz {
    width: 140px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    font-size: 18px;
    border-radius: 2px;
    background: #0052d9;
    color: #fff;
    margin-top: 40px;
    cursor: pointer;
	margin-left: 50px;
}
@media (max-width: 768px) {	
.aui-right-list .aui-item-tz {
    width: 140px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    font-size: 18px;
    border-radius: 2px;
    background: #0052d9;
    color: #fff;
    margin-top: 20px;
    cursor: pointer;
	margin-left: 20px;
}
}
.aui-item-invest {
    width: 100%;
    font-size: 13px;
    color: #eb9a26;
    position: absolute;
    bottom: -5px;
}
@media (max-width: 768px) {	
.aui-item-invest {
    width: 240px;
    font-size: 13px;
    color: #eb9a26;
    position: absolute;
    bottom: -5px;
	left: 120px;
}
}
.aui-item-invest font {
    font-size: 15px;
    color: #ff4956;
    margin: 0 5px;
    font-weight: bold;
}

.aui-right-item {
    width: 100%;
    overflow: hidden;
    border-bottom: 1px solid #e6e6e6;
    background: #FFF;
}

.aui-item-name .aui-item-nub-clear {
    margin-top: 6px;
}

