.banner-management-console {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 550px;
  background-image: url('https://cf.value4it.com/share/common/rc/AVG/FileServer/banner-background-management-console-block-1920x550.jpg');
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: right center;
  background-color: #0393e4
}

.banner-management-console h2 {
  color: #fff
}

.banner-management-console p {
  color: #fff
}

.banner-management-console p a {
  color: #fff;
  text-decoration: underline
}

@media (max-width:767px) {
  .banner-management-console {
    background-position: left center
  }
}

.form-select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 11px 57px 9px 30px;
  background-color: #D6DAE0;
  color: #000;
  font-size: 14px;
  line-height: normal;
  font-weight: 400;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  position: relative;
  max-width: 300px;
  border: 1px solid #bbc1cc;
  cursor: pointer;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis
}

.form-select:disabled {
  cursor: initial;
  padding: 11px 30px 9px 30px
}

.form-select-arrow {
  position: relative;
  display: inline-block
}

.form-select-arrow:after {
  content: url('https://cf.value4it.com/share/common/rc/AVG/FileServer/icon-arrow-down.png');
  display: block;
  position: absolute;
  top: 8px;
  right: 15px;
  pointer-events: none
}

.form-select-arrow.disabled:after {
  content: ''
}

.form-select-arrow select::-ms-expand {
  display: none
}

.smb-abox-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto;
  width: 316px;
  max-width: 100%
}

.smb-abox-wrapper {
  position: relative;
  max-width: 100%;
  background: none
}

.smb-abox {
  position: relative;
  border: 1px solid #f8f9fa;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
  width: 316px;
  max-width: 100%;
  padding: 24px 32px 24px;
  height: 100%;
  font-family: "AVGSans_4", Verdana;
  text-align: center;
  letter-spacing: 1px;
  background: #FFF
}

.smb-abox__badge {
  position: absolute;
  top: -14px;
  right: 0;
  left: 0;
  text-align: center
}

.smb-abox__badge-middle {
  margin-bottom: 18px
}

.smb-abox--select>.smb-abox__badge {
  position: relative;
  margin-top: 32px
}

.smb-abox .badge {
  display: inline-block;
  margin: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 4px 16px;
  text-align: center;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  vertical-align: middle;
  white-space: nowrap;
  font-family: "Roboto", "AVGSans_4", Verdana;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 0
}

.smb-abox .badge,
.smb-abox .badge-primary,
.smb-abox .badge-orange {
  background-color: #ffb600;
  color: #292e38
}

.smb-abox .badge-secondary,
.smb-abox .badge-blue {
  background-color: #2276d9;
  color: #FFF
}

.smb-abox .badge-green {
  background-color: #008941;
  color: #FFF
}

.smb-abox .badge-pale-blue {
  background: #d4e5f9;
  color: #2a7de1
}

.smb-abox .badge-pale-green {
  background-color: #cce7d9;
  color: #007137
}

.smb-abox .badge-sm {
  margin-top: 2px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  padding: 2px 16px
}

.smb-abox__title-wrap {
  margin-bottom: 16px
}

.smb-abox__title {
  margin-bottom: 4px;
  font-family: "AVGSans_4", Verdana;
  font-weight: 600;
  font-size: 20px;
  line-height: 32px;
  color: #000
}

.smb-abox__subtitle {
  margin-bottom: 4px;
  font-family: "AVGSans_Light", Verdana;
  font-size: 14px;
  line-height: 24px;
  color: #5c707b
}

.smb-abox__platform-icons {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto 16px auto
}

.smb-abox__platform-icons .icon {
  margin: 0 4px;
  width: 16px;
  height: 16px;
  background-image: url("https://cf.value4it.com/share/common/rc/AVG/FileServer/platforms-16.png");
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto
}

.smb-abox__platform-icons .icon-16-win {
  background-position: 0 0
}

.smb-abox__platform-icons .icon-16-mac {
  background-position: -32px 0
}

.smb-abox__platform-icons .icon-16-linux {
  background-position: -192px 0
}

.smb-abox__platform-icons .icon-16-server {
  background-position: -160px 0
}

.smb-abox__platform-icons .icon-16-android {
  background-position: -64px 0
}

.smb-abox__platform-icons .icon-16-ios {
  background-position: -96px 0
}

.smb-abox__bundle-icons {
  margin: 0 auto 16px auto
}

.smb-abox__bundle-icons img {
  margin: 0 4px
}

.smb-abox__error {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  margin-bottom: -25px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 71px
}

.smb-abox__error span,
.smb-abox__error a {
  font-size: 14px;
  text-align: center;
  color: #EA0029
}

.smb-abox__error a {
  text-decoration: underline
}

.smb-abox__error a:hover {
  color: #4B5563
}

.smb-abox__input-wrap {
  display: block;
  padding-bottom: 16px
}

.smb-abox__input-wrap:last-child {
  padding-bottom: 24px
}

.smb-abox__input-wrap label {
  display: block;
  margin-bottom: 8px;
  text-align: center;
  font-family: "AVGSans_Light", Verdana;
  font-size: 12px;
  line-height: 16px;
  color: #5c707b
}

.smb-abox__input-wrap label.invalid {
  color: #EA0029 !important
}

.smb-abox__input-wrap .form-control,
.smb-abox__input-wrap .custom-select {
  border: 1px solid #bbc1cc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  width: 172px;
  max-width: 100%;
  padding: 11px 16px;
  background: #FFF;
  font-size: 13px;
  line-height: 16px;
  color: #071d2b
}

.smb-abox__input-wrap .custom-select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-block;
  position: relative;
  background: url("https://cf.value4it.com/share/common/rc/AVG/FileServer/icon-arrow-down-blue.png") #FFF no-repeat right 16px center / 8px 8px
}

.smb-abox__input-wrap .custom-select select::-ms-expand {
  display: none
}

.smb-abox__product-select {
  position: absolute;
  top: -19px;
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
  width: 100%
}

.smb-abox__product-select label {
  display: none
}

.smb-abox__button .btn-primary {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  font-size: 18px;
  min-width: 139px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #57c131), to(#399f2d));
  background: -webkit-linear-gradient(top, #57c131 0, #399f2d 100%);
  background: -moz- oldlinear-gradient(top, #57c131 0, #399f2d 100%);
  background: -o-linear-gradient(top, #57c131 0, #399f2d 100%);
  background: linear-gradient(180deg, #57c131 0, #399f2d 100%);
  display: inline-block;
  color: #FFF;
  text-decoration: none;
  margin-bottom: 8px;
  margin-top: 24px;
  font-family: AVGSans_4, Verdana;
  padding: 0
}

.smb-abox__button .btn-primary span {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  vertical-align: middle;
  padding: 6px 32px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  height: 56px;
  line-height: .85;
  font-weight: bold
}

.smb-abox__button .btn-primary:hover,
.smb-abox__button .btn-primary:focus,
.smb-abox__button .btn-primary:active {
  background-image: none;
  background-color: #399f2d
}

.smb-abox__button .btn-primary.disabled {
  opacity: .3;
  pointer-events: none
}

.smb-abox__button .btn-link-secondary {
  display: inline-block;
  margin-top: 20px;
  border-bottom: 1px solid #000;
  font-size: 13px;
  line-height: 16px;
  color: #000
}

.smb-abox__button .btn-link-secondary:hover {
  text-decoration: none
}

.smb-abox .price-wrapper {
  color: #000;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  position: relative;
  margin-bottom: -25px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 70px;
  font-family: "AVGSans_Light", Verdana;
  font-size: 46px
}

.smb-abox .price-wrapper.price-row-medium {
  font-size: 36px
}

.smb-abox .price-wrapper .integer {
  font-size: 1em;
  line-height: .8em;
  letter-spacing: -0.044em
}

.smb-abox .price-wrapper .decimal {
  font-size: .391em;
  height: 1em;
  line-height: 1em
}

.smb-abox .price-wrapper .price-prefix {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 2px
}

.smb-abox .price-wrapper .price-prefix .currency {
  font-size: .391em;
  line-height: 1em
}

.smb-abox .price-wrapper .price-suffix {
  text-align: left
}

.smb-abox .price-wrapper .period {
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  position: relative;
  color: #767683;
  text-align: left;
  white-space: nowrap;
  margin-left: 5px;
  font-size: .348em;
  line-height: 1.3em
}

.smb-abox__price-device-year.text-small {
  margin-bottom: 0;
  font-family: "AVGSans_Light", Verdana
}

.smb-abox__price-device-year.text-small b {
  font-family: "AVGSans_4", Verdana
}

.smb-abox__you-save,
.smb-abox__price-old {
  font-family: "AVGSans_Light", Verdana;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  color: rgba(77, 85, 102, 0.5)
}

.smb-abox__price-old {
  margin-bottom: 4px;
  text-decoration: line-through
}

.smb-abox__legal-info {
  margin-top: 0 !important;
  margin-bottom: 16px !important;
  color: #5c707b
}

.smb-abox__note {
  margin-top: 8px;
  margin-bottom: 4px;
  text-align: center;
  font-family: "AVGSans_Light", Verdana
}

.smb-abox__note a {
  color: inherit;
  text-decoration: underline
}

.smb-abox__slot-below {
  margin-top: 24px;
  color: #dfe4ec;
  font-family: "AVGSans_Light", Verdana
}

.smb-abox__slot-below a {
  font-family: "AVGSans_4", Verdana
}

.smb-abox .text-small {
  font-size: 13px !important;
  line-height: 16px !important
}

.money-back {
  margin-top: 24px;
  color: #FFF
}

.money-back p span {
  font-family: "AVGSans_Light", Verdana
}

.light .smb-abox__slot-below {
  color: #292E38 !important
}

.light .money-back {
  color: #292E38
}

.light .money-back img {
  -webkit-filter: invert(56%) sepia(16%) saturate(514%) hue-rotate(184deg) brightness(88%) contrast(84%);
  filter: invert(56%) sepia(16%) saturate(514%) hue-rotate(184deg) brightness(88%) contrast(84%)
}

.d-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex
}

.justify-content-center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.align-items-center {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.avg-smb-abox--centered {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

td .smb-abox {
  border: none
}

.d-none {
  display: none
}

.smb-combine-abox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.smb-combine-abox-wrapper {
  padding-top: 32px;
  padding-bottom: 16px;
  max-width: 982px;
  background: #FFF
}

.smb-combine-abox .smb-abox {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding-top: 0;
  padding-bottom: 0
}

.smb-combine-abox .smb-abox__title {
  font-size: 24px;
  line-height: 36px
}

.smb-combine-abox .avg-smb-abox:nth-child(2) .smb-abox {
  border-left: 1px solid #e5e7eb;
  border-right: 1px solid #e5e7eb
}

.smb-combine-abox-foot {
  border-top: 1px solid #e5e7eb;
  margin: 0 16px;
  padding-top: 16px
}

.table .smb-abox {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none
}

.avg-smb-abox--roboto * {
  font-family: "Roboto" !important
}

.avg-smb-abox--roboto .smb-abox__button .btn-primary {
  background: #2a7de1
}

.avg-smb-abox--roboto .smb-abox__button .btn-primary:hover {
  background: #4796f5
}

.avg-smb-abox--roboto .smb-abox__input-wrap label {
  text-align: left
}

.avg-smb-abox--roboto .smb-abox__input-wrap .form-control,
.avg-smb-abox--roboto .smb-abox__input-wrap .custom-select {
  width: 100%
}

#top {
  background-image: url('https://cf.value4it.com/share/common/rc/AVG/FileServer/banner-background-it-guys-looking-at-monitor-2500x550.png')
}

@media (max-width:767px) {
  #top {
    background-image: url(https://cf.value4it.com/share/common/rc/AVG/FileServer/banner-background-it-guys-looking-at-monitor-767x600.png)
  }
}

@media (max-width:479px) {
  #top {
    background-repeat: no-repeat;
    background-position: center center
  }
}

/*# sourceMappingURL=file-server-business-edition.css.map */
