@import url(https://fonts.googleapis.com/css?family=Raleway:300,400,600);
/**
* Base less stuff
*/
/*
* Variables / Colors
*/
/* Extra small screen / phone */
/* Small screen / tablet */
/* Medium screen / desktop */
/* Large screen / wide desktop */
/* So media queries don't overlap when required, provide a maximum */
/*
* Generics
*/
div.ccm-panel-detail {
  display: block !important;
}
/*
* Tiril styling start
*/
.createCustomProfile-trigger {
  background-color: #E0EFEF !important;
  border-radius: 0px 0px 8px 8px;
  padding: 1.4em 1em !important;
  position: relative !important;
  overflow: hidden;
}
.createCustomProfile-trigger .product-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  row-gap: 10px;
}
@media screen and (max-width: 991px) {
  .createCustomProfile-trigger .product-content {
    justify-content: center;
  }
}
.createCustomProfile-trigger .product-content button {
  height: 45px;
}
.createCustomProfile-trigger .product-content i {
  position: absolute;
  font-size: 100px;
  z-index: -1;
  color: rgba(0, 161, 161, 0.16);
  left: -13px;
  bottom: -3px;
}
.createCustomProfile-trigger .product-content div {
  color: #00A1A1;
  font-weight: 600;
  font-size: 16px;
}
.createCustomProfile-trigger .product-content div span {
  font-weight: 700;
}
body.server-admin {
  background: url('/application/themes/webdock/img/bgtest.svg') 0% 20% no-repeat !important;
  background-color: #F4F8F8 !important;
}
body.server-admin footer.main_footer:before {
  background: url(/static/common/images/curvebg2-gray.png) no-repeat 0 0;
  background-size: 100% 100%;
}
nav {
  box-shadow: none !important;
}
.remodal-wrapper .remodal {
  padding: 0 !important;
  border-radius: 10px;
  font-family: 'Poppins', sans-serif;
}
.remodal-close:before {
  font-size: 28px;
}
.remodal-close {
  color: white;
}
.modal-title {
  background-color: #00A1A1;
  color: white;
  border-radius: 10px 10px 0px 0px;
  padding: 26px;
  text-align: center;
}
.modal-content {
  padding: 26px;
}
.remodal .btn {
  box-shadow: none;
  transition: 0.4s ease;
}
@media screen and (max-width: 991px) {
  .remodal-wrapper {
    margin: 0px 20px;
  }
}
@media only screen and (max-width: 767px) {
  .main_footer::before {
    top: -8px !important;
  }
}
#events_tray .tray_content {
  border-radius: 10px 10px 0px 0px !important;
}
#events_tray .tray_header {
  background: #00A1A1;
  border-radius: 10px 10px 0px 0px;
}
#events_tray .tray_header span,
#events_tray .tray_header a {
  color: white !important;
}
#events_tray .progress {
  background-color: #97c49c;
  border-radius: 20px;
  height: 5px;
}
#events_tray .progress .determinate {
  background-color: #00A1A1;
}
.nav-wrapper {
  font-family: 'Poppins', sans-serif;
}
.nav-icon {
  width: 25px;
  vertical-align: middle;
}
.left .nav-icon {
  margin-right: 5px;
}
#help_menu,
#profile_menu {
  border-radius: 10px;
  overflow: visible;
  margin-top: 3px;
  margin-left: -80px;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.25);
  width: auto !important;
}
#help_menu img,
#profile_menu img {
  width: 23px;
}
#help_menu li,
#profile_menu li {
  display: flex;
  align-items: center;
  font-family: 'Poppins', sans-serif;
  min-height: 45px;
}
#help_menu li.divider,
#profile_menu li.divider {
  margin-bottom: 16px;
  margin-top: 8px;
  min-height: 0;
}
#help_menu li a,
#profile_menu li a {
  padding: 0;
  min-width: 230px;
  margin-left: 20px;
}
#help_menu li a:hover,
#profile_menu li a:hover {
  background-color: transparent !important;
}
#help_menu li img,
#profile_menu li img {
  margin-right: 10px;
}
#help_menu h6,
#profile_menu h6 {
  color: #00A1A1;
  font-size: 14px;
  font-weight: 700;
  padding: 20px 20px 5px;
  margin: 0;
}
.section .card-panel .header-card {
  border-radius: 10px;
  box-shadow: none;
}
.section .card-panel .header-card .card-action {
  border-radius: 0px 0px 10px 10px;
}
.section .card-panel .header-card .card-image .gradient {
  border-radius: 10px 10px 0px 0px;
  background: #00A1A1;
}
.card {
  border-radius: 10px;
  /*box-shadow: none; */
}
.card-content {
  font-family: 'Poppins', sans-serif;
}
.user-dashboard {
  font-family: 'Poppins', sans-serif;
  padding-top: 30px;
}
@media screen and (max-width: 991px) {
  .user-dashboard {
    padding-top: 0px;
  }
}
.user-dashboard h1,
.user-dashboard h2,
.user-dashboard h3,
.user-dashboard h4,
.user-dashboard h5 {
  margin-top: 0px;
  font-family: 'Poppins', sans-serif;
  font-weight: 100;
}
.user-dashboard h2 {
  color: black !important;
  font-weight: 400;
  font-size: 2.56rem;
}
.user-dashboard p,
.user-dashboard a,
.user-dashboard td,
.user-dashboard th {
  font-family: 'Poppins', sans-serif !important;
}
@media screen and (max-width: 599px) {
  .user-dashboard h2 {
    font-size: 2.3rem;
  }
  .user-dashboard .btn {
    font-size: 0.9rem;
  }
}
.user-dashboard .card-content .row {
  display: flex;
  flex-wrap: wrap;
}
.user-dashboard .card-content .row .col {
  margin-left: 0;
}
.user-dashboard .section > .row > .col > div {
  height: 100%;
}
.user-dashboard .card-content #server-card,
.user-dashboard .card-content #server-info-card,
.user-dashboard .card-content #credentials-card {
  height: fit-content;
}
.user-dashboard .header-card {
  border-radius: 20px;
  box-shadow: none;
}
.user-dashboard .card .card-action {
  border-radius: 0px 0px 10px 10px;
}
.user-dashboard .card-title {
  font-family: 'poppins', sans-serif;
  width: 100%;
}
.user-dashboard .card-content strong {
  font-weight: 600;
}
.user-dashboard .card-image .gradient {
  border-radius: 10px 10px 0px 0px;
  background: #00A1A1;
}
.user-dashboard span.card-title {
  font-size: 1.3rem;
  font-weight: 400;
}
.user-dashboard #credentials-card .card-content .card {
  box-shadow: none;
  background-color: #f4f4f4;
  border-radius: 10px;
}
.user-dashboard #credentials-card .usercol {
  width: 150px;
}
.user-dashboard .card-content .chip.keychip {
  background-color: #f4f4f4;
  border-radius: 10px;
}
.user-dashboard .card-action .trigger-modal.pull-right {
  margin-right: 0 !important;
}
.user-dashboard .all-servers .btn.btn-small {
  width: 40px;
  height: 40px;
  border-radius: 60% !important;
  display: flex;
  align-items: center;
  justify-content: center;
}
.user-dashboard .title-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 1.424rem;
}
.user-dashboard .title-wrapper a {
  color: #747474;
}
.user-dashboard .title-wrapper h2 {
  margin-bottom: 0;
}
.user-dashboard .card-panel {
  border-radius: 10px;
  box-shadow: none !important;
}
.user-dashboard .card-panel.has-tabs {
  border-radius: 0px 10px 10px 10px;
}
.user-dashboard .section {
  margin-bottom: 40px;
}
.user-dashboard .all-servers .card-panel,
.user-dashboard .all-events .card-panel,
.user-dashboard .api-events .card-panel {
  margin-top: 0;
}
.user-dashboard #resource_utilization_summary .progress {
  height: 20px;
}
.user-dashboard tbody tr td:last-child {
  min-width: 92px;
}
.user-dashboard th {
  color: #4c4c4c;
}
.user-dashboard thead tr th {
  font-weight: 600;
}
.user-dashboard table.striped > tbody > tr:nth-child(odd),
.user-dashboard table.bordered > tbody > tr,
.user-dashboard thead,
.user-dashboard table.bordered > thead > tr,
.user-dashboard table.bordered > tbody > tr {
  border-bottom: none;
}
.user-dashboard .events-table tbody tr td:last-child,
.user-dashboard #events-table tbody tr td:last-child {
  min-width: 20px;
}
.user-dashboard #server_context_menu.dropdown-button {
  background-color: #E5F3F3 !important;
  box-shadow: none;
}
.user-dashboard #server_context_menu.dropdown-button i {
  color: #00a1a1;
}
.user-dashboard #server-info-card .card-action,
.user-dashboard #credentials-card .card-action {
  border-radius: 0px 0px 10px 10px;
}
.user-dashboard #server-context-menu .tile-grid-item {
  background-color: #E5F3F3;
  box-shadow: none;
  flex-direction: column;
  border-radius: 10px;
}
.user-dashboard #server-context-menu .tile-grid-item .tile-grid-item__icon {
  align-self: flex-end;
  background-color: rgba(255, 255, 255, 0.66);
  border-radius: 60%;
  width: 40px;
  height: 40px;
  justify-content: center;
  align-content: center;
  align-items: center;
  margin-right: 0;
}
.user-dashboard #server-context-menu .tile-grid-item .tile-grid-item__icon i {
  margin-bottom: 0;
}
.user-dashboard #server-context-menu .tile-grid-item .tile-grid-item__text {
  align-self: flex-start;
}
.user-dashboard #server-context-menu .tile-grid-item .tile-grid-item__text span {
  color: #607D8B;
}
.user-dashboard #server-context-menu ul {
  display: grid;
  flex-wrap: wrap;
  grid-gap: 20px;
  grid-template-columns: repeat(auto-fill, minmax(275px, 1fr));
}
.user-dashboard #server-context-menu ul li {
  padding: 0;
  margin: 0;
  width: 100%;
  max-width: none;
  height: 100%;
  max-height: none;
}
.user-dashboard #server-context-menu ul li a {
  height: 100%;
}
.user-dashboard #server-context-menu ul li a i,
.user-dashboard #server-context-menu ul li a i::before {
  font-size: 18px;
}
.user-dashboard #server-context-menu ul li a i.largeicon,
.user-dashboard #server-context-menu ul li a i.largeicon::before {
  font-size: 26px;
}
.user-dashboard #server-context-menu svg {
  width: 18px;
}
.user-dashboard #server-context-menu h6 {
  font-weight: 400;
  font-size: 28px;
}
.user-dashboard #server-context-menu .tile-grid {
  margin-bottom: 4rem;
}
.user-dashboard #server-card .card-action a.activator {
  font-size: 16px;
}
.user-dashboard #server-card .card-action a.activator img {
  height: 15px;
}
.user-dashboard .pie-height {
  display: none;
}
.user-dashboard .progress-wrapper {
  background-color: #f4f4f4;
  padding: 24px;
  border-radius: 10px;
}
.user-dashboard .progress {
  background-color: #97c49c;
  border-radius: 20px;
  height: 5px;
  align-items: flex-end;
  justify-content: flex-end;
  font-weight: 600;
  font-size: 14px;
  display: flex;
  color: white;
  margin-bottom: 0;
}
.user-dashboard .progress .determinate {
  background-color: #00A1A1;
  display: flex;
  align-items: center;
}
.user-dashboard .progress-header {
  display: flex;
  grid-gap: 15px;
}
.user-dashboard .progress-title {
  font-size: 12px;
  color: #616060;
}
.user-dashboard .progress-title.used::before,
.user-dashboard .progress-title.allowed::before {
  content: " ";
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 60%;
  margin-right: 5px;
}
.user-dashboard .progress-title.used::before {
  background-color: #00A1A1;
}
.user-dashboard .progress-title.allowed::before {
  background-color: #97c49c;
}
.user-dashboard .network-utilization-warning:not(.hidden),
.user-dashboard .disk-utilization-warning:not(.hidden),
.user-dashboard .memory-utilization-warning:not(.hidden) {
  display: block;
  font-size: 14px;
  display: flex;
  align-items: center;
}
.user-dashboard .network-utilization-warning:not(.hidden) i,
.user-dashboard .disk-utilization-warning:not(.hidden) i,
.user-dashboard .memory-utilization-warning:not(.hidden) i {
  display: flex;
  align-items: center;
  margin-right: 5px;
}
.user-dashboard .network-utilization-warning:not(.hidden) i::before,
.user-dashboard .disk-utilization-warning:not(.hidden) i::before,
.user-dashboard .memory-utilization-warning:not(.hidden) i::before {
  font-size: 12px;
}
.user-dashboard .botguard-icon {
  content: url("/application/themes/webdock/img/botguard-base.svg");
  width: 18px;
}
.user-dashboard .disabled .botguard-icon {
  content: url("/application/themes/webdock/img/botguard-disable.svg");
}
.user-dashboard #server-context-menu ul li:hover .botguard-icon {
  content: url("/application/themes/webdock/img/botguard-hover-dark.svg");
}
.user-dashboard #server-context-menu ul li:hover .disabled .botguard-icon {
  content: url("/application/themes/webdock/img/botguard-disable.svg");
}
.user-dashboard .simple-breadcrumbs a {
  font-size: 18px;
  color: gray;
  font-weight: 500;
}
.user-dashboard .dash-breadcrumbs {
  display: flex;
  align-items: center;
  grid-gap: 8px;
  margin-bottom: 15px;
  font-size: 14px;
  color: gray;
}
.user-dashboard .dash-breadcrumbs p {
  margin: 0;
}
.user-dashboard .dash-breadcrumbs img {
  width: 20px;
  margin-right: 5px;
}
.user-dashboard .dash-breadcrumbs a {
  color: gray;
  display: flex;
  align-items: center;
}
.user-dashboard .dash-breadcrumbs a.current-page {
  font-weight: 600;
}
.user-dashboard .dash-breadcrumbs i.fa {
  font-size: 14px;
}
.user-dashboard .dash-breadcrumbs i.fa::before {
  font-size: 14px;
  color: gray;
}
/*
* Tiril styling end
*/
/*
* Typography
*/
body {
  font-family: 'Raleway', sans-serif;
  color: #000000;
  text-rendering: optimizeLegibility;
  font-feature-settings: "pnum";
  font-variant-numeric: proportional-nums;
  /*background-color: #fafafa; */
  /* Only antialiased on retina */
  /* material footer */
  display: flex;
  min-height: 100vh;
  flex-direction: column;
}
@media screen and (-webkit-min-device-pixel-ratio: 2) and (min-resolution: 192dpi) {
  body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
/* Set Roboto on other controls */
.btn {
  font-family: "Poppins", sans-serif;
}
table tr td,
table tr th {
  font-family: "Roboto", sans-serif;
}
input {
  font-family: "Roboto", sans-serif;
}
/*.passrow {
	font-family: "Roboto", sans-serif;
}*/
sup {
  font-family: "Roboto", sans-serif;
}
strong {
  font-weight: bold;
}
blockquote.article {
  font-size: 22px;
  text-align: center;
  background: #f9f9f9;
  border-left: none;
  margin: .5em 10px;
  padding: 10px 20px;
  line-height: 1.4;
}
blockquote.article:before {
  content: "\201C";
  display: inline;
  height: 0;
  line-height: 0;
  left: -10px;
  position: relative;
  top: 30px;
  color: #ccc;
  font-size: 3em;
}
[type="checkbox"] + label {
  color: #000000;
}
tr.clickable {
  cursor: pointer;
}
nav {
  line-height: inherit;
}
.is-docs nav.loggedin .brand-logo,
.is-docs nav.loggedin .nav-wrapper .nav-desktop i {
  line-height: 22.5px;
}
nav.public {
  background-color: #ffffff;
}
nav.public a {
  color: #787878;
}
nav.public ul li.diaggradient a {
  color: #ffffff;
  padding: 0px 30px;
}
nav.public .brand-logo {
  padding: 0px 20px;
  margin-top: 10px;
}
nav.public .header-nav-logo {
  height: 30px;
  width: auto;
}
nav.public .dropdown-content a {
  color: #000000;
}
nav.public .dropdown-content li:hover,
nav.public .dropdown-content li.active,
nav.public .dropdown-content li.selected {
  background-color: #00a1a1;
}
nav.public .dropdown-content li:hover a,
nav.public .dropdown-content li.active a,
nav.public .dropdown-content li.selected a {
  color: #ffffff;
}
nav .nav-wrapper i.dropdown-arrow-mobile {
  height: 48px;
  line-height: 48px;
}
.side-nav .dropdown-content li.divider {
  margin: 0px;
}
nav.loggedin {
  background-color: #ffffff;
}
nav.loggedin a {
  color: #787878;
}
a.tablelink {
  color: #000000;
}
a.tablelink:hover {
  text-decoration: underline;
  color: #039be5;
}
nav .nav-wrapper i {
  display: inline;
  vertical-align: middle;
  margin-right: 5px;
}
.nav-desktop li span {
  height: 64px;
  line-height: 64px;
}
.nav-desktop-right {
  /*margin-right: 120px; */
}
i {
  display: inline;
  vertical-align: middle;
}
.loggedin #help_menu {
  width: auto !important;
}
.side-nav li > a > i.material-icons {
  margin: 0 18px 0 0;
}
.side-nav li > a {
  padding: 0 18px;
}
.header-nav-logo {
  width: 64px;
}
nav .brand-logo {
  position: inherit;
  float: left;
}
.side-nav {
  max-width: 200px;
}
.side-nav li {
  width: 100%;
}
.side-nav li > a.padtop {
  padding-top: 10px;
}
.side-nav li > a.padtop img {
  margin-left: -6px;
}
main {
  flex: 1 0 auto;
}
#bigfooter {
  background-color: #2c2c2c;
}
.page-footer {
  padding-top: 0px;
  background-color: #ffffff;
  color: #787878;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
}
.page-footer .footer-copyright {
  background-color: #ffffff;
  color: #787878;
}
.page-footer a {
  color: #787878;
}
.footer-heart {
  height: 20px;
  margin-bottom: -5px;
}
.footer-logo {
  width: 80%;
}
@media screen and (max-width: 991px) {
  .footer-logo {
    display: block;
    margin: 0px auto;
  }
}
.footer-nav {
  margin: 0px;
}
@media screen and (min-width: 992px) {
  .footer-nav {
    padding-top: 10px;
  }
}
.footer-nav li {
  line-height: 18px;
}
@media screen and (min-width: 992px) {
  .footer-nav li {
    float: left;
    margin-right: 20px;
  }
}
.footer-nav li a {
  color: #ffffff;
  font-size: 14px;
}
.footer-nav li a:hover {
  text-decoration: underline;
}
.footer-contact {
  display: block;
  border: 1px solid white;
  padding: 30px;
  line-height: 16px;
  background-color: transparent;
}
.footer-contact:hover {
  background-color: #787878;
  transition: background-color 200ms linear;
}
.tap-target-wrapper {
  position: fixed !important;
}
.tap-target-content {
  color: #ffffff;
}
/* Make Fontawesome play ball */
.fa,
.fa::before {
  font-size: 24px;
}
.cicon,
.cicon::before {
  font-size: 30px;
}
/* Modal stuff */
.modal-title {
  font-size: 24px;
  font-weight: 400;
}
.modal-content {
  text-align: left;
}
.modal-buttons {
  text-align: center;
}
blockquote.redline {
  border-left: 5px solid #f44336;
}
blockquote.yellowline {
  border-left: 5px solid #ffeb3b;
}
#page-wrapper {
  padding-top: 20px;
}
#actingas {
  margin-left: 15px;
}
h2 {
  color: #787878;
}
@media screen and (max-width: 991px) {
  h2 {
    font-size: 2.6rem;
  }
}
h2 a {
  color: #787878;
}
h2 div.small-text {
  line-height: 2rem;
}
@media screen and (max-width: 991px) {
  h3 {
    font-size: 1.9rem;
  }
}
h5 {
  font-size: 1.5rem;
}
h6 {
  font-size: 1.3rem;
}
.raleway {
  font-family: 'Raleway', sans-serif;
}
/*
* Generics
*/
.black {
  color: #000000;
}
.white {
  color: #ffffff;
}
.tealtxt {
  color: #00a1a1;
}
.greytxt {
  color: #787878 !important;
}
.dark-green-text,
.dark-green-text a {
  color: #008970 !important;
}
.pointer {
  cursor: pointer;
}
.whitebg {
  background-color: #fffeff;
}
.palebluebg {
  background-color: #f2fafa;
}
.greybg {
  background-color: #eeeeee;
}
.darkgreybg {
  background-color: #787878 !important;
}
.disabled {
  color: #bdbdbd !important;
  cursor: default !important;
  pointer-events: none !important;
}
.hugetext,
.hugetext::before {
  font-size: 4.5rem;
}
.largetext,
.card-title.largetext {
  font-weight: 300;
  font-size: 2rem;
}
.mediumtext {
  font-size: 1.3rem;
}
.smalltext,
.small-text,
.text-small {
  font-size: 1rem;
}
.smalltext.fa:before,
.small-text.fa:before,
.text-small.fa:before {
  font-size: 1rem;
}
.text-xs {
  font-size: 0.8rem !important;
}
.underline {
  text-decoration: underline;
}
.promotext {
  font-weight: bold;
  font-size: 2rem;
  text-transform: uppercase;
  line-height: 2rem;
  height: 67px;
}
.nopadding {
  padding: 0px !important;
}
.nopaddingtop {
  padding-top: 0px !important;
}
.nopaddingbottom {
  padding-bottom: 0px !important;
}
.pull-margin-up {
  margin-top: -15px !important;
}
.nomargin {
  margin: 0px !important;
}
.nomargintop {
  margin-top: 0px !important;
}
.nomarginbottom {
  margin-bottom: 0px !important;
}
.break-word {
  word-break: break-word;
}
.noverflow {
  overflow: visible !important;
}
.posrel {
  position: relative;
}
.fullheight {
  height: 100%;
}
.marginauto {
  margin: 0px auto;
}
.smmargin-top {
  margin-top: 15px;
}
.margin-top {
  margin-top: 20px;
}
.mmargin-top {
  margin-top: 30px;
}
.xsmargin-bottom {
  margin-bottom: 5px;
}
.margin-bottom {
  margin-bottom: 20px;
}
.mmargin-bottom {
  margin-bottom: 30px;
}
.xlmargin {
  margin-top: 40px;
  margin-bottom: 40px;
}
.xlmargin-top {
  margin-top: 40px;
}
.xlmargin-bottom {
  margin-bottom: 40px;
}
.margin-right {
  margin-right: 10px;
}
.xlmargin-right {
  margin-right: 15px;
}
.smpadding-bottom {
  padding-bottom: 5px;
}
.padding-top {
  padding-top: 20px;
}
.padout {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media screen and (max-width: 991px) {
  .padout {
    padding-top: 30px;
    padding-bottom: 20px;
  }
}
.full-width {
  width: 100%;
  max-width: 100%;
  min-width: 100%;
}
ul.browser-default {
  padding-left: 1.2rem;
}
ul.browser-default li {
  padding-bottom: 25px;
}
.center-text {
  text-align: center;
}
.center-block {
  display: block !important;
  margin-left: auto !important;
  margin-right: auto !important;
  float: none !important;
}
.spacer {
  display: block;
  height: 1px;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
}
.mspacer {
  display: block;
  height: 1px;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
}
.xlspacer {
  display: block;
  height: 1px;
  width: 100%;
  margin-top: 40px;
  margin-bottom: 40px;
}
.red-outline {
  outline: 3px solid #f44336 !important;
}
/*.gradient {
	background: rgba(71,173,90,1);
	background: -moz-linear-gradient(left, rgba(71,173,90,1) 0%, rgba(1,182,173,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(71,173,90,1)), color-stop(100%, rgba(1,182,173,1)));
	background: -webkit-linear-gradient(left, rgba(71,173,90,1) 0%, rgba(1,182,173,1) 100%);
	background: -o-linear-gradient(left, rgba(71,173,90,1) 0%, rgba(1,182,173,1) 100%);
	background: -ms-linear-gradient(left, rgba(71,173,90,1) 0%, rgba(1,182,173,1) 100%);
	background: linear-gradient(to right, rgba(71,173,90,1) 0%, rgba(1,182,173,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#47ad5a', endColorstr='#01b6ad', GradientType=1 );
} */
.gradient,
.diaggradient {
  background: #018647;
  /* Old browsers */
  background: -moz-linear-gradient(left, #018647 0%, #008570 50%, #008685 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #018647 0%, #008570 50%, #008685 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #018647 0%, #008570 50%, #008685 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#018647', endColorstr='#008685', GradientType=1);
  /* IE6-9 */
}
.gradienttext {
  background-clip: text;
  text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.text-left {
  text-align: left;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.clearfix:after {
  clear: both;
}
.hidden {
  display: none;
}
.monospace {
  font-family: monospace;
}
.login-logo {
  width: 300px;
  max-width: 100%;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}
.btn-oauth-login {
  transition: background-color 0.3s, box-shadow 0.3s;
  padding: 12px 16px 12px 42px;
  border: none;
  border-radius: 3px;
  box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.04), 0 1px 1px rgba(0, 0, 0, 0.25);
  color: #757575;
  font-size: 14px;
  font-weight: 500;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  text-align: center;
}
.btn-oauth-login:hover {
  box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.04), 0 2px 4px rgba(0, 0, 0, 0.25);
}
.btn-oauth-login:active {
  background-color: #eeeeee;
}
.btn-oauth-login:focus {
  outline: none;
  box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.04), 0 2px 4px rgba(0, 0, 0, 0.25), 0 0 0 3px #c8dafc;
}
.btn-oauth-login:disabled {
  filter: grayscale(100%);
  background-color: #ebebeb;
  box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.04), 0 1px 1px rgba(0, 0, 0, 0.25);
  cursor: not-allowed;
}
.btn-oauth-login.google-login {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj48cGF0aCBkPSJNMTcuNiA5LjJsLS4xLTEuOEg5djMuNGg0LjhDMTMuNiAxMiAxMyAxMyAxMiAxMy42djIuMmgzYTguOCA4LjggMCAwIDAgMi42LTYuNnoiIGZpbGw9IiM0Mjg1RjQiIGZpbGwtcnVsZT0ibm9uemVybyIvPjxwYXRoIGQ9Ik05IDE4YzIuNCAwIDQuNS0uOCA2LTIuMmwtMy0yLjJhNS40IDUuNCAwIDAgMS04LTIuOUgxVjEzYTkgOSAwIDAgMCA4IDV6IiBmaWxsPSIjMzRBODUzIiBmaWxsLXJ1bGU9Im5vbnplcm8iLz48cGF0aCBkPSJNNCAxMC43YTUuNCA1LjQgMCAwIDEgMC0zLjRWNUgxYTkgOSAwIDAgMCAwIDhsMy0yLjN6IiBmaWxsPSIjRkJCQzA1IiBmaWxsLXJ1bGU9Im5vbnplcm8iLz48cGF0aCBkPSJNOSAzLjZjMS4zIDAgMi41LjQgMy40IDEuM0wxNSAyLjNBOSA5IDAgMCAwIDEgNWwzIDIuNGE1LjQgNS40IDAgMCAxIDUtMy43eiIgZmlsbD0iI0VBNDMzNSIgZmlsbC1ydWxlPSJub256ZXJvIi8+PHBhdGggZD0iTTAgMGgxOHYxOEgweiIvPjwvZz48L3N2Zz4=);
  background-color: white;
  background-repeat: no-repeat;
  background-position: 12px 14px;
}
.btn-oauth-login.github-login {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iMThweCIgaGVpZ2h0PSIxOHB4IiB2aWV3Qm94PSIwIDAgMTggMTgiIHZlcnNpb249IjEuMSI+CjxnIGlkPSJzdXJmYWNlMSI+CjxwYXRoIHN0eWxlPSIgc3Ryb2tlOm5vbmU7ZmlsbC1ydWxlOmV2ZW5vZGQ7ZmlsbDpyZ2IoMTAuNTg4MjM1JSwxMi4xNTY4NjMlLDEzLjcyNTQ5JSk7ZmlsbC1vcGFjaXR5OjE7IiBkPSJNIDkgMCBDIDQuMDI3MzQ0IDAgMCA0LjAyNzM0NCAwIDkgQyAwIDEyLjk4NDM3NSAyLjU3ODEyNSAxNi4zNDc2NTYgNi4xNTIzNDQgMTcuNTM5MDYyIEMgNi42MDU0NjkgMTcuNjE3MTg4IDYuNzczNDM4IDE3LjM0NzY1NiA2Ljc3MzQzOCAxNy4xMDkzNzUgQyA2Ljc3MzQzOCAxNi44OTg0MzggNi43NjE3MTkgMTYuMTg3NSA2Ljc2MTcxOSAxNS40MzM1OTQgQyA0LjUgMTUuODUxNTYyIDMuOTE0MDYyIDE0Ljg4MjgxMiAzLjczNDM3NSAxNC4zNzg5MDYgQyAzLjYzMjgxMiAxNC4xMTcxODggMy4xOTUzMTIgMTMuMzIwMzEyIDIuODEyNSAxMy4xMDU0NjkgQyAyLjQ5NjA5NCAxMi45Mzc1IDIuMDQ2ODc1IDEyLjUxOTUzMSAyLjgwMDc4MSAxMi41MTE3MTkgQyAzLjUxMTcxOSAxMi41IDQuMDE1NjI1IDEzLjE2NDA2MiA0LjE4MzU5NCAxMy40MzM1OTQgQyA0Ljk5NjA5NCAxNC43OTI5NjkgNi4yODkwNjIgMTQuNDEwMTU2IDYuODA0Njg4IDE0LjE3NTc4MSBDIDYuODg2NzE5IDEzLjU4OTg0NCA3LjEyMTA5NCAxMy4xOTUzMTIgNy4zNzg5MDYgMTIuOTcyNjU2IEMgNS4zNzg5MDYgMTIuNzQ2MDk0IDMuMjg1MTU2IDExLjk2ODc1IDMuMjg1MTU2IDguNTI3MzQ0IEMgMy4yODUxNTYgNy41NDY4NzUgMy42MzI4MTIgNi43MzgyODEgNC4yMDcwMzEgNi4xMDkzNzUgQyA0LjExNzE4OCA1Ljg4MjgxMiAzLjgwMDc4MSA0Ljk2MDkzOCA0LjI5Njg3NSAzLjcyMjY1NiBDIDQuMjk2ODc1IDMuNzIyNjU2IDUuMDUwNzgxIDMuNDg4MjgxIDYuNzczNDM4IDQuNjQ0NTMxIEMgNy40OTIxODggNC40NDUzMTIgOC4yNTc4MTIgNC4zNDM3NSA5LjAyMzQzOCA0LjM0Mzc1IEMgOS43ODkwNjIgNC4zNDM3NSAxMC41NTA3ODEgNC40NDUzMTIgMTEuMjczNDM4IDQuNjQ0NTMxIEMgMTIuOTkyMTg4IDMuNDc2NTYyIDEzLjc0NjA5NCAzLjcyMjY1NiAxMy43NDYwOTQgMy43MjI2NTYgQyAxNC4yNDIxODggNC45NjA5MzggMTMuOTI1NzgxIDUuODgyODEyIDEzLjgzNTkzOCA2LjEwOTM3NSBDIDE0LjQxMDE1NiA2LjczODI4MSAxNC43NjE3MTkgNy41MzkwNjIgMTQuNzYxNzE5IDguNTI3MzQ0IEMgMTQuNzYxNzE5IDExLjk4MDQ2OSAxMi42NTYyNSAxMi43NDYwOTQgMTAuNjUyMzQ0IDEyLjk3MjY1NiBDIDEwLjk4MDQ2OSAxMy4yNTM5MDYgMTEuMjYxNzE5IDEzLjc5Mjk2OSAxMS4yNjE3MTkgMTQuNjM2NzE5IEMgMTEuMjYxNzE5IDE1LjgzOTg0NCAxMS4yNSAxNi44MDg1OTQgMTEuMjUgMTcuMTA5Mzc1IEMgMTEuMjUgMTcuMzQ3NjU2IDExLjQxNzk2OSAxNy42Mjg5MDYgMTEuODY3MTg4IDE3LjUzOTA2MiBDIDE1LjQyMTg3NSAxNi4zNDc2NTYgMTggMTIuOTcyNjU2IDE4IDkgQyAxOCA0LjAyNzM0NCAxMy45NzI2NTYgMCA5IDAgWiBNIDkgMCAiLz4KPC9nPgo8L3N2Zz4K);
  background-color: white;
  background-repeat: no-repeat;
  background-position: 12px 14px;
}
/* Frontpage */
.video-hero {
  background-image: url(/application/themes/webdock/img/video_poster.jpg);
  height: 400px;
  margin-top: -20px;
}
@media screen and (max-width: 1199px) {
  .video-hero {
    margin-top: -20px;
    height: 340px;
  }
}
.hero-cover {
  opacity: 0.9;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
.video-hero-content {
  position: relative;
  color: #eeeeee;
}
.video-hero-content h1 {
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 599px) {
  .video-hero-content h1 {
    font-size: 3rem;
    text-align: center;
  }
}
@media screen and (min-width: 600px) and (max-width: 991px) {
  .video-hero-content h1 {
    font-size: 3.2rem;
  }
}
.video-hero-content h5 {
  line-height: 1.9rem;
}
@media screen and (max-width: 599px) {
  .video-hero-content h5 {
    font-size: 1.2rem;
    line-height: 1.6rem;
    text-align: center;
  }
}
.hero-logo {
  height: 100px;
  margin-left: -20px;
}
.front-video {
  max-width: 100%;
}
.front-vid-bg-wrap {
  position: relative;
  padding-top: 25px;
  padding-bottom: 85%;
  height: 0;
  margin-top: 25px;
}
#dev-video {
  box-sizing: border-box;
  background: url(/application/themes/webdock/img/video/developers.svg) center center no-repeat;
  background-size: contain;
  padding: 6.9% 12.5% 16.5% 8.8%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#designer-video {
  box-sizing: border-box;
  background: url(/application/themes/webdock/img/video/designers.svg) center center no-repeat;
  background-size: contain;
  padding: 6.7% 11.2% 31.5% 5.4%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#agency-video {
  box-sizing: border-box;
  background: url(/application/themes/webdock/img/video/agencies.svg) center center no-repeat;
  background-size: contain;
  padding: 1.1% 7.2% 27.5% 6.4%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#webshop-video {
  box-sizing: border-box;
  background: url(/application/themes/webdock/img/video/agencies.svg) center center no-repeat;
  background-size: contain;
  padding: 1.1% 7.2% 27.5% 6.4%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.vid-fullscreen {
  position: absolute;
  top: 66%;
  right: 13%;
}
.vid-fullscreen.designers {
  top: 59%;
  right: 12%;
}
.vid-fullscreen.agency {
  top: 59%;
  right: 8%;
}
.featurecol h4 {
  font-weight: 400;
  font-size: 1.2rem;
  margin-bottom: 5px;
  color: #000000;
}
.featurecol p {
  font-size: 0.85rem;
  line-height: 1rem;
}
.featurecol .card-content {
  padding-top: 10px;
}
.front-icon {
  height: 80px;
  padding-bottom: 20px;
}
.partner-logo {
  max-height: 50px;
  padding-left: 15px;
  padding-right: 15px;
}
.pricetable {
  background-color: #ffffff;
  margin-top: 2px;
}
table.pricetable tr td {
  padding-top: 5px;
  padding-bottom: 5px;
}
.reveal-text {
  display: none;
}
.reveal-below.revealed .notrevealed {
  display: none;
}
.reveal-below .isrevealed {
  display: none;
}
.reveal-below.revealed .isrevealed {
  display: inline-block;
}
/**
 * Set default positioning as a fallback for if the plugin fails
 */
.jquery-background-video-wrapper {
  position: relative;
  overflow: hidden;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
.jquery-background-video {
  position: absolute;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  top: 50%;
  left: 50%;
  -o-object-fit: contain;
  object-fit: contain;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.provisioning-background-video-wrapper {
  position: absolute;
  top: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
  max-height: 100vh;
  max-width: 100%;
  z-index: -1;
  /*opacity: 0.95; */
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
.loading-ellipses:after {
  overflow: hidden;
  display: inline-block;
  vertical-align: bottom;
  -webkit-animation: ellipsis steps(4, end) 900ms infinite;
  animation: ellipsis steps(4, end) 900ms infinite;
  content: "\2026";
  /* ascii code for the ellipsis character */
  width: 0px;
}
@keyframes ellipsis {
  to {
    width: 1.25em;
  }
}
@-webkit-keyframes ellipsis {
  to {
    width: 1.25em;
  }
}
/**
 * Fade in videos
 * Note the .js class - so non js users still
 * see the video
 */
.js .video-bg video {
  opacity: 0;
}
.js .video-bg video.is-playing {
  opacity: 1;
}
/* Signup */
#ccards {
  width: 500px;
}
/* Fixes and tweaks to Materialize*/
.preloader-wrapper.xsmall {
  width: 17px;
  height: 17px;
}
@media only screen and (min-width: 601px) {
  .container {
    width: 96%;
  }
}
@media screen and (max-width: 1199px) {
  .btn {
    padding: 0 1rem;
  }
}
@media screen and (max-width: 991px) {
  td .btn.pull-right {
    float: none;
  }
}
span.card-panel {
  display: block;
}
.btn-floating.btn-large.halfway-fab {
  bottom: -17px;
}
.btn.tallbutton {
  height: 48px;
  line-height: 48px;
}
.section {
  padding: 0px;
}
.section.padding-top {
  padding-top: 20px;
}
.floating-action {
  margin: 15px 15px 0 0;
}
.card .card-content {
  padding: 22px;
}
.card .card-content.has-action {
  padding-bottom: 60px;
}
.card {
  display: block;
  z-index: auto;
}
.card-title {
  font-family: 'Raleway', sans-serif;
}
.card.xsmini {
  height: auto;
  min-height: 170px;
}
.card.medimini {
  height: auto;
  min-height: 240px;
}
.card.mini {
  height: auto;
  min-height: 335px;
}
.card.small {
  height: auto;
  min-height: 326px;
}
.card.minmedium {
  min-height: 400px;
}
.card.minxmedium {
  min-height: 425px;
}
.card.minlarge {
  min-height: 510px;
}
.card.profile {
  height: 435px;
}
@media screen and (max-width: 991px) {
  .card.profile .card-content {
    text-align: center;
  }
}
.card.minxxxlarge {
  min-height: 645px;
}
.card.minxxlarge {
  min-height: 620px;
}
.card.minxlarge {
  min-height: 587px;
}
/*.card.minlarge .card-action, .card.minxlarge .card-action { */
.card .card-action {
  position: absolute;
  bottom: 0;
  width: 100%;
}
.card-content.scrollable {
  max-height: 410px;
  overflow-y: auto;
  overflow-x: hidden;
  padding-bottom: 60px;
}
.card-content.scrollable.large {
  max-height: 440px;
}
.card-content.scrollable.noheader {
  max-height: 473px;
}
.card-panel.grey.lighten-5 {
  padding: 0px;
  background-color: transparent !important;
  box-shadow: none;
}
.suggest-password {
  margin-top: 10px;
  overflow: hidden;
}
.prefix ~ label {
  width: auto !important;
}
.type-icon {
  width: 36px;
}
/* Site logos */
.domain-logo {
  webkit-box-shadow: 0 4px 18px 0 rgba(189, 208, 223, 0.3);
  background: #fff;
  border-radius: 100%;
  box-shadow: 0 4px 18px 0 rgba(189, 208, 223, 0.3);
  height: 34px;
  margin: -1px 5px 0 0;
  width: 34px;
  display: inline-block;
  vertical-align: middle;
}
.domain-logo .site-img {
  border-radius: 100%;
  height: auto;
  margin-left: 4px;
  margin-top: 4px;
  /* text-align: center; */
  /* vertical-align: middle; */
  width: 26px;
  height: 26px;
  background-size: cover;
  display: inline-block;
}
.card-site-img {
  width: 70px;
  height: 70px;
  max-width: 100%;
  position: absolute;
  top: 15px;
  right: 20px;
  z-index: 1;
  cursor: pointer;
  webkit-box-shadow: 0 4px 18px 0 rgba(189, 208, 223, 0.3);
  background: #fff;
  border-radius: 100%;
  box-shadow: 0 4px 18px 0 rgba(189, 208, 223, 0.3);
  padding: 5px;
}
/* Server context menu */
.server-menu-warning {
  padding: 20px;
  color: #f44336;
  max-width: 324px;
  text-align: center;
  white-space: normal;
}
#server-context-menu ul {
  margin: 0px;
}
#server-context-menu ul li {
  float: left;
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
  min-width: 147px;
}
#server-context-menu ul.hasbottomspacer li {
  margin-bottom: 25px;
}
#server-context-menu ul li a {
  color: #00a1a1;
  display: block;
}
#server-context-menu ul li a:hover {
  color: #787878;
}
#server-context-menu ul li a i {
  display: block;
  margin-bottom: 5px;
}
#server-context-menu ul li a i,
#server-context-menu ul li a i::before {
  font-size: 34px;
}
#server-context-menu h6 {
  margin-top: 0px;
  margin-bottom: 20px;
}
#server-context-menu .tooltiptext {
  min-height: 47px;
  font-weight: bold;
}
/* Main server info screen */
#alias-domain-list {
  display: none;
  max-height: 65px;
  overflow-y: auto;
}
/* Colors */
.card.green,
.card-panel.green {
  background: #018647;
  /* Old browsers */
  background: -moz-linear-gradient(left, #018647 0%, #008570 50%, #008685 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #018647 0%, #008570 50%, #008685 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #018647 0%, #008570 50%, #008685 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#018647', endColorstr='#008685', GradientType=1);
  /* IE6-9 */
}
.btn:not(.teal):not(.grey):not(.red):not(.white),
.btn.primary,
button[type="submit"] {
  background: #00956c;
  color: white;
  border-radius: 5px;
  box-shadow: none;
}
.btn i {
  font-size: 1rem;
}
.btn.disabled,
.btn:not(.teal):not(.grey):not(.red):not(.white):hover,
.btn.primary:hover,
button[type="submit"]:not(.red):not(.searchbtn):hover {
  background: #008661;
}
.card.blue,
.card-panel.blue {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#008686+0,189898+50,38a6a6+100 */
  background: #008686;
  /* Old browsers */
  background: -moz-linear-gradient(left, #008686 0%, #189898 50%, #38a6a6 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #008686 0%, #189898 50%, #38a6a6 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #008686 0%, #189898 50%, #38a6a6 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#008686', endColorstr='#38a6a6', GradientType=1);
  /* IE6-9 */
}
.card.red,
.card-panel.red,
.btn.red {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#df0000+0,df0000+50,fe2828+100 */
  background: #d34646;
}
.btn.red:hover {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#b50000+0,df0000+50,fe2828+100 */
  background: #d04545 !important;
}
.btn.white {
  background: #ffffff;
  /* Old browsers */
  background: -moz-linear-gradient(left, #ffffff 0%, #ffffff 50%, #ffffff 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #ffffff 0%, #ffffff 50%, #ffffff 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #ffffff 0%, #ffffff 50%, #ffffff 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff', GradientType=1);
  /* IE6-9 */
  color: #47ad5a;
}
.btn.white:hover {
  background: #ffffff;
  /* Old browsers */
  background: -moz-linear-gradient(left, #ffffff 0%, #ffffff 50%, #ffffff 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #ffffff 0%, #ffffff 50%, #ffffff 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #ffffff 0%, #ffffff 50%, #ffffff 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff', GradientType=1);
  /* IE6-9 */
  color: #47ad5a;
}
.btn-small {
  height: 26px;
  line-height: 26px;
  padding: 0 1rem;
  font-size: 16px;
}
.btn-small i,
.btn-small i::before {
  font-size: 16px;
}
.btn-outlined {
  box-shadow: none;
  border: 1px solid #00956c;
  border-radius: 5px;
  color: #00956c;
  background-color: white;
  height: 36px;
  line-height: 36px;
  padding: 0 2rem;
  text-transform: uppercase;
}
.btn-outlined:hover,
.btn-outlined:focus {
  background-color: #008661;
  color: #fff;
}
.table-filter .btn:not(.teal):not(.grey):not(.red):not(.white) {
  background: #00A1A1 !important;
}
.table-filter .btn.tooltipped {
  background-color: #e0efef !important;
  box-shadow: none;
  border-radius: 10px 10px 0px 0px !important;
}
.table-filter .btn.tooltipped.teal i {
  color: #00A1A1;
}
.table-filter .fa,
.fa::before {
  font-size: 20px;
}
.progress {
  min-width: 100px;
}
.chip.keychip,
.chip.memberchip {
  border-radius: 0px;
  width: 100%;
  height: auto;
}
.chip.keychip a,
.chip.keychip a:hover {
  color: #000000;
}
.closeicon,
.editicon {
  cursor: pointer;
  float: right;
  font-size: 16px;
  line-height: 32px;
  padding-left: 8px;
  color: #000000;
}
/* error stuff */
.error-output {
  min-height: 200px;
  max-width: 100%;
  word-break: break-all;
  padding: 10px;
  border: 1px dashed #000;
}
.error-output.scrollable {
  overflow-y: auto;
  overflow-x: hidden;
  height: 285px;
}
.error-output.wp-output {
  height: 245px;
  background-color: #fafafa;
}
table.striped > tbody > tr:nth-child(odd) {
  background-color: #fafafa;
}
table.striped > tbody > tr:nth-child(odd):hover {
  background-color: #f2f2f2;
}
@media screen and (max-width: 599px) {
  td .material-icons {
    max-width: 25px;
  }
}
/* Profile Card */
.header-card .card-image {
  height: 100px;
}
.header-card .card-image .gradient {
  width: 100%;
  height: 100px;
}
.header-card .card-content p {
  /* font-size: 1.2rem; */
  margin: 10px 0 12px 0;
}
.header-card .card-profile-image {
  width: 70px;
  position: absolute;
  top: 55px;
  z-index: 1;
  cursor: pointer;
}
.header-card .btn-move-up {
  position: relative;
  top: -40px;
  right: -18px;
  margin-right: 10px !important;
}
.cf-profile {
  width: 195px;
}
.aliaspattern {
  width: 40% !important;
  margin-left: 5px !important;
}
#credentials-card .card {
  margin-top: 0px;
}
#credentials-card .card-content {
  padding: 15px;
}
#credentials-card .card-content.scrollable {
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 15px;
  padding-bottom: 60px;
}
#credentials-card h6 {
  margin-top: 0px;
}
/* Password rows */
.passrow {
  width: 100%;
  display: table;
}
@media screen and (max-width: 599px) {
  .passrow {
    display: block;
  }
}
.passrow:after {
  content: "";
  display: table;
  clear: both;
}
.usercol {
  width: 135px;
  float: left;
}
@media screen and (max-width: 599px) {
  .usercol {
    float: none;
  }
}
@media screen and (max-width: 599px) {
  .usercol.nowrap {
    float: left;
    width: 90px;
  }
}
#server-info-card .usercol {
  width: 100px;
}
.passcol {
  -webkit-user-select: all;
  /* Chrome all / Safari all */
  -moz-user-select: all;
  /* Firefox all */
  -ms-user-select: all;
  /* IE 10+ */
  user-select: all;
  /* Likely future */
  float: left;
}
@media screen and (max-width: 599px) {
  .passcol {
    float: none;
  }
}
.passcol-noselect {
  float: left;
}
@media screen and (max-width: 599px) {
  .passcol-noselect {
    float: none;
  }
}
.selectable {
  -webkit-user-select: all;
  /* Chrome all / Safari all */
  -moz-user-select: all;
  /* Firefox all */
  -ms-user-select: all;
  /* IE 10+ */
  user-select: all;
  /* Likely future */
}
.pie-height {
  max-height: 150px;
}
/* Provision */
@media screen and (max-width: 991px) {
  #create-server-form .card-content {
    text-align: center;
  }
  #create-server-form h5 {
    padding-top: 40px;
  }
  #create-server-form h5 .text-xs {
    display: block;
  }
}
.image-card ul {
  margin: 0px;
}
.group-select {
  cursor: pointer;
  user-select: none;
  outline: 3px solid  transparent;
  -webkit-transition: outline 300ms ease-out;
  -moz-transition: outline 300ms ease-out;
  -o-transition: outline 300ms ease-out;
  transition: outline 300ms ease-out;
}
.card.group-select.selected {
  outline: 3px solid #00a1a1;
  -webkit-transition: outline 300ms ease-in;
  -moz-transition: outline 300ms ease-in;
  -o-transition: outline 300ms ease-in;
  transition: outline 300ms ease-in;
}
.card-footer {
  position: absolute;
  bottom: 0px;
  width: 100%;
  height: 35px;
  text-align: center;
  line-height: 35px;
  font-weight: 800;
  z-index: 998;
  background-color: #8b8b8b;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.selected .card-footer {
  background-color: #00a1a1;
}
.profile-price {
  color: #008970;
  font-size: 38px;
  line-height: 20px;
  font-weight: 800;
  padding-top: 25px;
}
.card-content ul li {
  color: #787878;
  /*margin-bottom: 5px;*/
}
.card-content ul li sup {
  color: #000000;
}
.white-text ul li {
  color: #ffffff;
}
.select-fontawesome {
  font-family: 'FontAwesome', 'icomoon', 'Raleway';
  font-size: 30px;
  width: auto;
}
.select2-dropdown,
.select2-container--open {
  z-index: 2000;
}
.select2-field {
  position: relative;
}
.select2-field label {
  margin-bottom: 16px;
  display: block;
}
/* New products component */
@-webkit-keyframes load-show-scale {
  0% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: scale3d(1.2, 1.2, 1.2);
    opacity: 0;
  }
  80% {
    transform: scale3d(0.95, 0.95, 0.95);
  }
  100% {
    transform: none;
    opacity: 1;
  }
}
@keyframes load-show-scale {
  0% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: scale3d(1.2, 1.2, 1.2);
    opacity: 0;
  }
  80% {
    transform: scale3d(0.95, 0.95, 0.95);
  }
  100% {
    transform: none;
    opacity: 1;
  }
}
@media all and (min-width: 62.0625em) {
  .create-server-fields {
    display: flex;
    flex-flow: nowrap row;
    justify-content: space-between;
    align-items: flex-start;
  }
}
.create-server-fields .label-input {
  position: relative;
}
@media all and (min-width: 62.0625em) {
  .create-server-fields .label-input {
    flex: 1;
    margin-right: 1.5em;
  }
}
.create-server-fields .label-input input {
  background: #fbfcff;
  border: 1px solid #dae2ed;
  padding: 3.6em 1.2em 1.6em;
  font-size: 1em !important;
  box-sizing: border-box;
  border-radius: 4px;
  width: 100%;
}
.create-server-fields .label-input label {
  position: absolute;
  top: 0.55em;
  right: auto;
  bottom: auto;
  left: 0.9em;
  margin: auto;
  font-size: 1.3em;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.create-server-fields .create-server-btn {
  padding: 1.325em 1.4em;
  line-height: 0;
  font-size: 2em;
  font-weight: bold;
  margin: 0;
  text-transform: inherit;
  background: #25a552 !important;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05), 0 12px 40px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  width: 100%;
}
@media all and (min-width: 38.875em) {
  .create-server-fields .create-server-btn {
    width: inherit;
  }
}
.create-server-fields .create-server-btn:hover {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05), 0 12px 40px rgba(0, 0, 0, 0.1);
  opacity: 0.9;
}
.product-component {
  width: 100%;
  margin: -1em 0 2em;
  background: #fff;
}
@media all and (min-width: 62.0625em) {
  .product-component {
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05), 0 12px 40px rgba(0, 0, 0, 0.1);
    border-radius: 0 0 8px 8px;
  }
}
.product-component .product-row {
  position: relative;
  width: 100%;
  border: 1px solid #eee;
  margin-bottom: 2em;
  padding: 1em;
  box-sizing: border-box;
  cursor: pointer;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05), 0 12px 40px rgba(0, 0, 0, 0.1);
  transform: none;
  transition: transform 160ms ease;
}
@media all and (min-width: 62.0625em) {
  .product-component .product-row {
    border: none;
    border-top: 1px solid #eee;
    margin-bottom: 0;
    box-shadow: none;
    padding: 1.5em 1em;
  }
}
@media all and (min-width: 75em) {
  .product-component .product-row {
    padding: 1em;
  }
}
.product-component .product-row.active {
  background: #fff;
  border: 2px solid #00a1a1;
  box-sizing: border-box;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05), 0 12px 40px rgba(0, 0, 0, 0.1);
  z-index: 1;
}
@media all and (min-width: 62.0625em) {
  .product-component .product-row.active {
    padding: 0;
    transform: scale(1.01);
    transition: transform 160ms ease;
  }
}
@media all and (min-width: 75em) {
  .product-component .product-row.active {
    padding: 1em;
  }
}
.product-component .product-row.active:hover {
  background: #fff;
}
.product-component .product-row.active .product-cell {
  color: #00a1a1;
}
.product-component .product-row.active .product-cell .product-price {
  color: #00a1a1;
}
.product-component .product-row.active .product-row__content {
  /*padding-bottom: 1em */
}
@media all and (min-width: 62.0625em) {
  .product-component .product-row.active .product-row__content {
    padding: 0;
  }
}
.product-component .product-row.active .product-row__details {
  display: block;
  border-top: 1px solid #eee;
  padding: 1em 0 0;
  box-sizing: border-box;
}
@media all and (min-width: 38.875em) {
  .product-component .product-row.active .product-row__details {
    display: flex;
    flex-flow: wrap row;
    justify-content: flex-start;
    align-items: center;
  }
}
@media all and (min-width: 62.0625em) {
  .product-component .product-row.active .product-row__details {
    padding: 0 1em 1em;
  }
}
.product-component .product-row.active .product-row__text {
  display: block;
  padding: 1em 0;
  box-sizing: border-box;
}
@media all and (min-width: 62.0625em) {
  .product-component .product-row.active .product-row__text {
    padding: 0 1em 1em;
  }
}
.product-component .product-row.active .product-row__text p {
  margin: 0;
  font-size: 0.9em;
  color: #0f0c0c;
  text-align: center;
}
.product-component .product-row.active .product-row__selection {
  position: relative;
  display: block;
  height: 2.2em;
  margin-top: 0.2em;
}
@media all and (min-width: 62.0625em) {
  .product-component .product-row.active .product-row__selection {
    height: 3.2em;
  }
}
@media all and (min-width: 75em) {
  .product-component .product-row.active .product-row__selection {
    height: 2.2em;
  }
}
.product-component .product-row.active .product-row__selection span {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: -1em;
  margin: auto;
  background: #00a1a1;
  color: #fff;
  width: calc(100% + 2.15em);
  height: 3.3em;
  padding: 1em;
  margin: 0;
  text-align: center;
  font-weight: 600;
}
@media all and (min-width: 62.0625em) {
  .product-component .product-row.active .product-row__selection span {
    width: calc(100% + 0.15em);
    left: -0.1em;
  }
}
@media all and (min-width: 75em) {
  .product-component .product-row.active .product-row__selection span {
    width: calc(100% + 2.2em);
    left: -1.1em;
  }
}
.product-component .product-row.show-ribbon {
  position: relative;
  margin-bottom: 4em;
}
.product-component .product-row.show-ribbon.product-row__ribbon {
  bottom: 3.1em;
}
@media all and (min-width: 62.0625em) {
  .product-component .product-row.show-ribbon {
    overflow: hidden;
    margin-bottom: 0;
  }
}
.product-component .product-row.show-ribbon .product-row__ribbon {
  display: block;
  position: absolute;
  top: auto;
  right: 0;
  bottom: -2.3em;
  left: 0;
  margin: auto;
  width: 100%;
  background: rgba(15, 12, 12, 0.6);
  padding: 0.5em;
}
.product-component .product-row.show-ribbon .product-row__ribbon.popular {
  background-color: #663399;
}
.product-component .product-row.show-ribbon .product-row__ribbon.ipv6only {
  background-color: #ffa500;
}
.product-component .product-row.show-ribbon .product-row__ribbon.noaddons {
  background-color: #787878;
}
.product-component .product-row.show-ribbon .product-row__ribbon.custom-profile-ribbon {
  background-color: #00a1a1;
}
@media all and (min-width: 62.0625em) {
  .product-component .product-row.show-ribbon .product-row__ribbon {
    width: 9em;
    top: 0.9em;
    right: -2.8em;
    bottom: auto;
    left: auto;
    transform: rotate(45deg);
    padding: 0.4em;
  }
}
@media all and (min-width: 75em) {
  .product-component .product-row.show-ribbon .product-row__ribbon {
    padding: 0.5em;
    top: 1em;
    right: -2.5em;
  }
}
.product-component .product-row.show-ribbon .product-row__ribbon.agreement-letter__ribbon--new {
  background: rgba(63, 184, 127, 0.8);
}
@media all and (max-width: 62.0625em) {
  .product-component .product-row.active.show-ribbon .product-row__ribbon {
    left: -2px;
    right: -2px;
    width: auto;
  }
}
.product-component .product-row.show-ribbon .product-row__ribbon p {
  margin: 0;
  color: #fff;
  display: block;
  text-align: center;
  font-size: 0.85em;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.01em;
}
@media all and (min-width: 62.0625em) {
  .product-component .product-row.show-ribbon .product-row__ribbon p {
    font-size: 0.7em;
  }
}
.product-component .product-row:hover {
  background: rgba(0, 137, 112, 0.02);
}
.product-component .product-row:hover .product-cell {
  color: #008970;
  cursor: pointer;
}
.product-component .product-row .product-row__ribbon {
  display: none;
}
.product-component .product-row .product-row__content {
  width: 100%;
  display: flex;
  flex-flow: wrap row;
  justify-content: space-between;
  align-items: flex-start;
}
@media all and (min-width: 62.0625em) {
  .product-component .product-row .product-row__content {
    display: inline-grid;
    grid-template-columns: repeat(7, 1fr);
  }
}
.product-component .product-row .product-row__details,
.product-component .product-row .product-row__text,
.product-component .product-row .product-row__selection {
  display: none;
}
.product-component .product-row-header {
  display: none;
}
@media all and (min-width: 62.0625em) {
  .product-component .product-row-header {
    display: inline-grid;
    grid-template-columns: repeat(7, 1fr);
    width: 100%;
    border-radius: 8px 8px 0 0;
    box-sizing: border-box;
  }
}
@media all and (min-width: 75em) {
  .product-component .product-row-header {
    padding: 0.2em 1em;
  }
}
.product-component .product-row-header .product-cell p {
  font-size: 0.9em;
  color: #9e9e9e;
}
@media all and (min-width: 62.0625em) {
  .product-component .product-row-header .product-cell:first-child {
    min-width: 10em;
  }
}
@media all and (min-width: 75em) {
  .product-component .product-row-header .product-cell:first-child {
    margin: 0 0.3em 0 -0.3em;
  }
}
.product-component .product-cell {
  display: flex;
  flex-flow: wrap row;
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  font-weight: bold;
}
@media all and (min-width: 62.0625em) {
  .product-component .product-cell {
    width: inherit;
    padding: 1em;
    box-sizing: border-box;
  }
}
.product-component .product-cell:first-child {
  width: 100%;
}
@media all and (min-width: 62.0625em) {
  .product-component .product-cell:first-child {
    width: inherit;
    min-width: 10em;
  }
}
.product-component .product-cell:nth-child(2) {
  order: -1;
  /*width: 100%*/
}
@media all and (min-width: 62.0625em) {
  .product-component .product-cell:nth-child(2) {
    width: inherit;
    order: inherit;
    min-width: 240px;
  }
}
.product-component .product-cell:last-child {
  width: 100%;
  text-align: right;
}
@media all and (min-width: 62.0625em) {
  .product-component .product-cell:last-child {
    width: inherit;
  }
}
.product-component .product-cell:last-child .product-content {
  width: 100%;
  text-align: right;
}
@media all and (min-width: 62.0625em) {
  .product-component .product-cell:last-child .product-content {
    width: inherit;
    text-align: left;
  }
}
@media all and (max-width: 62.0625em) {
  .product-component .product-row.active .product-cell.hide-mobile-active {
    display: none;
  }
}
.product-component .product-cell p {
  margin-top: 0;
  margin-bottom: 0;
}
.product-component .product-cell p.product-name {
  font-size: 1.5em;
  margin-bottom: 0.5em;
}
@media all and (min-width: 62.0625em) {
  .product-component .product-cell p.product-name {
    font-size: 1em;
    margin: 0;
  }
}
.product-component .product-cell p.product-price {
  position: absolute;
  top: 0.65em;
  right: 1em;
  bottom: auto;
  left: auto;
  margin: auto;
  font-size: 1.5em;
  font-weight: bold;
  color: #00a1a1;
}
@media all and (min-width: 62.0625em) {
  .product-component .product-cell p.product-price {
    position: relative;
    top: auto;
    right: auto;
    margin: 0;
    font-size: 1em;
    color: #000;
  }
}
@media all and (min-width: 62.0625em) {
  .product-component .product-cell .product-mobile-text {
    display: none;
  }
}
.product-component .detail-item {
  display: flex;
  flex-flow: nowrap row;
  justify-content: flex-start;
  align-items: center;
}
.product-component .detail-item:nth-child(0) {
  -webkit-animation: load-show-scale 300ms 0ms both;
  animation: load-show-scale 300ms 0ms both;
}
.product-component .detail-item:nth-child(1) {
  -webkit-animation: load-show-scale 300ms 50ms both;
  animation: load-show-scale 300ms 50ms both;
}
.product-component .detail-item:nth-child(2) {
  -webkit-animation: load-show-scale 300ms 100ms both;
  animation: load-show-scale 300ms 100ms both;
}
.product-component .detail-item:nth-child(3) {
  -webkit-animation: load-show-scale 300ms 150ms both;
  animation: load-show-scale 300ms 150ms both;
}
.product-component .detail-item:nth-child(4) {
  -webkit-animation: load-show-scale 300ms 200ms both;
  animation: load-show-scale 300ms 200ms both;
}
.product-component .detail-item:nth-child(5) {
  -webkit-animation: load-show-scale 300ms 250ms both;
  animation: load-show-scale 300ms 250ms both;
}
.product-component .detail-item:nth-child(6) {
  -webkit-animation: load-show-scale 300ms 300ms both;
  animation: load-show-scale 300ms 300ms both;
}
@media all and (min-width: 38.875em) {
  .product-component .detail-item {
    min-width: 48%;
    margin-right: 1%;
  }
  .product-component .detail-item:nth-child(2n) {
    margin: 1em 0 0 1%;
  }
}
@media all and (min-width: 62.0625em) {
  .product-component .detail-item {
    min-width: 32%;
    margin-right: 1%;
    margin-top: 1em;
  }
  .product-component .detail-item:nth-child(2n) {
    margin: 1em 1% 0 0;
  }
  .product-component .detail-item:nth-child(3n) {
    margin: 0 0 0 1%;
  }
}
.product-component .detail-item img {
  width: 2.7em;
  margin-right: 1em;
}
.product-component .detail-item img.card-list-item__icon--smallest {
  width: 2em;
}
.product-component .detail-item i {
  margin-right: 0.7em;
  color: #9e9e9e;
}
.product-component .detail-item span {
  color: #9e9e9e;
}
.product-component .detail-item span strong {
  color: #0f0c0c;
}
.product-score {
  display: flex;
  flex-flow: nowrap row;
  justify-content: flex-start;
  align-items: center;
  /*margin: -0.5em 0 1em */
  margin: 0em 0 1em;
}
@media all and (min-width: 62.0625em) {
  .product-score {
    margin: -0.3em 0 0;
  }
}
.product-score .product-speedometer {
  width: 2.5em;
  margin-top: -0.5em;
}
.product-score .product-speedometer .product-speedometer__maxspeed {
  fill: none;
  stroke: #dedede;
  stroke-linecap: round;
  stroke-miterlimit: 10;
  stroke-width: 2.5px;
}
.product-score .product-speedometer .product-speedometer__speed {
  stroke: #00a1a1;
  fill: none;
  stroke-linecap: round;
  stroke-miterlimit: 10;
  stroke-width: 2.5px;
}
.product-score .product-speedometer .product-speedometer__arrow {
  fill: #00a1a1;
}
.product-score .product-score__text {
  margin-left: 1em;
  line-height: 100%;
}
.product-score .product-score__text .product-score__text__mobile {
  display: block;
  font-size: 0.75em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media all and (min-width: 62.0625em) {
  .product-score .product-score__text .product-score__text__mobile {
    display: none;
  }
}
/* Provision wait */
.provision-name {
  font-size: 1.6rem !important;
  color: #787878;
}
@media screen and (max-width: 599px) {
  .provision-name {
    font-size: 1rem !important;
  }
}
.provision-tip {
  display: none;
}
#particles-js canvas {
  width: 100%;
  max-width: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  /*z-index: -1;*/
  max-height: 100vh;
}
/* Manage SSL */
.le-logos img {
  max-width: 180px;
}
/* Code editor */
#editor {
  margin: 0;
  width: 100%;
  height: 360px;
}
@media screen and (max-width: 599px) {
  #editor {
    height: 200px;
  }
}
/* Table */
tfoot {
  border-top: 2px solid #d0d0d0;
  font-weight: bold;
  background-color: white;
}
/* Invoice styles */
.invoice {
  min-height: 800px;
  position: relative;
  padding-bottom: 70px;
}
.invoice-logo img {
  max-width: 300px;
  float: right;
}
.invoice-desc-col {
  width: 88%;
}
.invoice-footer {
  position: absolute;
  overflow: hidden;
  width: 100%;
  bottom: 0;
}
.invoice-totals-container {
  margin-top: 20px;
}
.invoice-totals {
  width: 300px;
  max-width: 100%;
  float: right;
}
@media screen and (max-width: 599px) {
  .invoice-totals {
    margin-right: 0px;
  }
}
.invoice-totals .pull-right {
  margin-right: 25px;
}
.invoice-total-line {
  border-bottom: 3px solid #000000;
}
.balance-date-col {
  width: 175px;
}
/* DPA Styles */
.dpa ol li,
.dpa ul li {
  padding-bottom: 15px;
}
.dpa .signature {
  max-width: 150px;
}
@media print {
  .no-print,
  .no-print * {
    display: none !important;
  }
  .invoice-totals .pull-right {
    margin-right: 20px;
  }
  #page-wrapper {
    padding: 0px;
  }
  .container {
    width: 100%;
    margin: 0px;
    max-width: none;
  }
  h3 {
    font-size: 1.6rem;
  }
  .spacer {
    margin-bottom: 0px;
    margin-top: 0px;
  }
  tr td,
  th {
    padding: 5px;
  }
  body.grey.lighten-5 {
    background-color: #fff !important;
    font-size: 12px;
  }
  .card-panel {
    margin: 0px;
    box-shadow: none;
  }
  .new-print-page {
    display: block;
    position: relative;
    height: 1px;
    width: 100%;
    content: ' ';
    page-break-before: always;
    page-break-inside: avoid;
    -webkit-region-break-inside: avoid;
  }
  .row .col {
    float: none;
  }
}
.printspacer {
  display: block;
  height: 1px;
  width: 100%;
  margin-bottom: 10px;
  margin-top: 10px;
}
/* Docs sidenav */
.docs-sidenav.fixed {
  position: fixed;
}
.docs-sidenav li {
  padding: 2px 0;
}
.docs-sidenav a {
  font-weight: 300;
  line-height: 1.5rem;
  letter-spacing: .4;
  display: inline-block;
  color: #000000;
}
.docs-sidenav a:hover {
  color: #a8a8a8;
  border-bottom: 1px solid #3fb87f;
}
.docs-sidenav a.active {
  font-weight: 500;
  padding-left: 18px;
  border-left: 2px solid #3fb87f;
}
.docs-sidenav a.nav-selected {
  font-weight: 700;
  color: #008970;
}
.docs-sidenav a.nav-selected:hover {
  /*				color: lighten(#757575, 20%);
				border-bottom: none; */
}
.docs-sidenav li ul li a {
  padding-left: 20px;
  color: #757575;
}
.docs-sidenav li ul li a:hover {
  padding-left: 19px;
  border-left: 1px solid #3fb87f;
  border-bottom: none;
}
#docs-burger {
  opacity: 0;
}
/* Docs styles */
.docs-content h1,
.docs-content h2 {
  border-bottom: 1px solid #A0A0A0;
  margin: 20px 0 20px;
  padding-bottom: 9px;
}
.docs-content h1 {
  font-size: 2.1rem;
}
.docs-content h2 {
  font-size: 1.8rem;
}
.docs-content h3 {
  font-size: 1.3rem;
}
.docs-innercontent ul:not(.cardul) {
  padding-left: 40px;
}
.docs-innercontent ul:not(.cardul) li {
  list-style-type: disc;
}
.highlightify {
  color: #00a1a1;
  font-weight: 500;
}
table.invoice-preview .pull-right {
  margin-right: 25px;
}
pre {
  text-align: left;
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  margin-bottom: 15px;
  font-size: 13px;
  line-height: 1.42857;
  word-break: break-all;
  word-wrap: break-word;
  color: #000000;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}
/* Commento comments pre */
.commento-markdown-help tr td pre {
  padding: 9.5px !important;
  background-color: #f5f5f5 !important;
}
.commento-markdown-help tr td {
  padding: 10px 6px!important;
}
/* Events tray */
#events_tray {
  display: block;
  position: fixed;
  z-index: 1000;
  bottom: 0%;
  right: 50%;
  margin-right: -20%;
  width: 40%;
}
@media screen and (max-width: 1199px) {
  #events_tray {
    right: 0%;
    margin-right: 0%;
    width: 100%;
  }
}
#events_tray .tray_content {
  border-radius: 2px;
  width: auto;
  position: relative;
  max-width: 100%;
  font-size: 0.9rem;
  line-height: 1.5em;
  font-weight: 400;
  word-break: break-word;
  cursor: default;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
}
#events_tray .tray_content {
  max-height: 38px;
  transition: max-height 0.15s ease-out;
}
#events_tray.shown .tray_content {
  max-height: 500px;
  transition: max-height 0.25s ease-in;
}
#events_tray .tray_header {
  width: 100%;
  padding: 10px 25px;
  color: #ffffff;
}
#events_tray .tray_header a {
  color: #ffeb3b;
  font-weight: 800;
}
#events_tray .tray_table {
  padding: 10px 25px;
  background-color: #ffffff;
  color: #000000;
}
/* Ink animation (ripple) */
.ink {
  display: block;
  position: absolute;
  background: rgba(55, 55, 55, 0.1);
  border-radius: 100%;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}
.inkanimate {
  -webkit-animation: ripple 0.65s linear;
  -moz-animation: ripple 0.65s linear;
  -ms-animation: ripple 0.65s linear;
  -o-animation: ripple 0.65s linear;
  animation: ripple 0.65s linear;
}
@-webkit-keyframes ripple {
  100% {
    opacity: 0;
    -webkit-transform: scale(2.5);
  }
}
@-moz-keyframes ripple {
  100% {
    opacity: 0;
    -moz-transform: scale(2.5);
  }
}
@-o-keyframes ripple {
  100% {
    opacity: 0;
    -o-transform: scale(2.5);
  }
}
@keyframes ripple {
  100% {
    opacity: 0;
    transform: scale(2.5);
  }
}
/* More form styles (newsletter sub) */
fieldset {
  border: none;
}
.ccm-dashboard-express-form .text-muted {
  font-size: 10px;
  color: #f44336;
  line-height: 0;
  vertical-align: baseline;
  position: relative;
  top: -0.5em;
}
/* testimonial stuff */
#signup-testimonial-wrap {
  position: relative;
}
#webdock-signup-form {
  position: relative;
}
#signup-testimonial-bg {
  position: absolute;
  top: 0px;
  left: 0px;
}
.testimonial {
  clear: both;
  margin-bottom: 40px;
  font-style: italic;
  font-weight: bold;
  color: #8b8b8b;
  width: 95%;
}
.testimonial .quote {
  font-size: 34px;
  height: 30px;
  color: #2c2c2c;
}
.testimonial .user {
  font-weight: normal;
  color: #2c2c2c;
}
/* testimonial carousel overrides */
.carousel,
.carousel.carousel-slider .carousel-item {
  min-height: 200px;
  height: 200px;
}
@media screen and (max-width: 599px) {
  .carousel,
  .carousel.carousel-slider .carousel-item {
    height: 360px;
  }
}
.carousel .indicators .indicator-item {
  background-color: #bdbdbd;
}
.carousel .indicators .indicator-item.active {
  background-color: #8b8b8b;
}
.carousel.carousel-slider .carousel-item h2 {
  border-bottom: none;
}
/* Toast for DK frontpage */
.page-template-frontpage-danish #toast-container {
  max-width: 40%;
  bottom: 3%;
  right: 2%;
  top: auto;
}
@media screen and (max-width: 991px) {
  .page-template-frontpage-danish #toast-container {
    max-width: 90%;
  }
}
.page-template-frontpage-danish .toast {
  background-color: #fffeff;
  color: #000000;
  word-break: normal;
  display: block;
}
/* Provision Server Card Styles */
@-webkit-keyframes load-show-scale {
  0% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: scale3d(1.2, 1.2, 1.2);
    opacity: 0;
  }
  80% {
    transform: scale3d(0.95, 0.95, 0.95);
  }
  100% {
    transform: none;
    opacity: 1;
  }
}
@keyframes load-show-scale {
  0% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: scale3d(1.2, 1.2, 1.2);
    opacity: 0;
  }
  80% {
    transform: scale3d(0.95, 0.95, 0.95);
  }
  100% {
    transform: none;
    opacity: 1;
  }
}
.card-list-item {
  display: flex;
  flex-flow: nowrap row;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0.2em;
}
.card-list-item .card-list-item__icon {
  display: inline-block;
  min-width: 1.8em;
  max-width: 1.8em;
  min-height: 1.8em;
  max-height: 1.8em;
  margin-right: 0.8em;
  margin-bottom: 0.5em;
}
.card-list-item .card-list-item__fonticon {
  margin-right: 0.5em;
  margin-bottom: 0.5em;
}
.card-list-item .card-list-item__icon.card-list-item__icon--small {
  margin: 0 0.9em 0 0.1em;
  min-width: 1.6em;
  max-width: 1.6em;
  min-height: 1.6em;
  max-height: 1.6em;
}
.card-list-item span {
  font-size: 0.95em;
}
.card-list-item span strong {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.pricing-tabs {
  margin-top: 0em;
}
.pricing-tabs:after {
  display: block;
  content: '';
  width: 100%;
  clear: both;
}
.pricing-tabs .nav-content .tabs {
  background: none;
  height: auto;
  white-space: unset;
  overflow: hidden;
}
@media all and (min-width: 62.0625em) {
  .pricing-tabs .nav-content .tabs {
    white-space: nowrap;
  }
}
.pricing-tabs .nav-content .tabs .tab {
  min-width: 50%;
  height: auto;
  line-height: 150%;
}
.pricing-tabs .nav-content .tabs a {
  padding: 1em;
  box-sizing: border-box;
  min-width: 50%;
  display: flex;
  flex-flow: wrap row;
  justify-content: center;
  align-items: center;
  text-overflow: inherit;
  background: transparent;
  border-bottom: 2px solid #aaa;
}
.pricing-tabs .tabs .indicator {
  position: absolute;
  bottom: 0;
  height: 2px;
  background-color: black;
  will-change: left, right;
}
.pricing-tabs .nav-content .tabs a img {
  width: 4em;
}
@media screen and (max-width: 599px) {
  .pricing-tabs .nav-content .tabs a img {
    width: 3em;
  }
}
.pricing-tabs .nav-content .tabs a span {
  color: #000;
  margin: 0 0.5em;
}
@media all and (min-width: 37.5em) {
  .pricing-tabs .nav-content .tabs a span {
    font-size: 1.2em;
    margin: 0.1em 0.5em;
  }
}
@media all and (min-width: 62.0625em) {
  .pricing-tabs .nav-content .tabs a span {
    font-size: 1.6em;
    margin: 0.25em 0.5em;
  }
}
.pricing-tabs .nav-content .tabs a.active {
  background: #00a1a1;
}
.pricing-tabs .nav-content .tabs a.active span,
.pricing-tabs .nav-content .tabs a.active i {
  color: #fff;
}
.pricing-tabs .nav-content .tabs a i {
  margin-top: 0.5em;
  width: 100%;
  font-size: 0.8rem;
  color: #000;
  text-transform: none;
  font-style: normal;
  line-height: 110%;
  align-self: flex-start;
}
@media all and (min-width: 62.0625em) {
  .pricing-tabs .nav-content .tabs a i {
    margin: 0;
    align-self: center;
    line-height: 150%;
  }
}
@media all and (min-width: 68.75em) {
  .pricing-tabs .nav-content .tabs a i {
    font-size: 0.9em;
  }
}
.pricing-tabs .tab-area {
  background: transparent;
}
.pricing-tabs .tab-area.tab-area--shadow {
  box-shadow: 1px 0 10px rgba(0, 0, 0, 0.1);
}
.pricing-tabs .tab-area.active .col:nth-child(0) > .card {
  -webkit-animation: load-show-scale 300ms 0ms both;
  animation: load-show-scale 300ms 0ms both;
}
.pricing-tabs .tab-area.active .col:nth-child(1) > .card {
  -webkit-animation: load-show-scale 300ms 50ms both;
  animation: load-show-scale 300ms 50ms both;
}
.pricing-tabs .tab-area.active .col:nth-child(2) > .card {
  -webkit-animation: load-show-scale 300ms 100ms both;
  animation: load-show-scale 300ms 100ms both;
}
.pricing-tabs .tab-area.active .col:nth-child(3) > .card {
  -webkit-animation: load-show-scale 300ms 150ms both;
  animation: load-show-scale 300ms 150ms both;
}
.pricing-tabs .tab-area.active .col:nth-child(4) > .card {
  -webkit-animation: load-show-scale 300ms 200ms both;
  animation: load-show-scale 300ms 200ms both;
}
.pricing-tabs .tab-area.active .col:nth-child(5) > .card {
  -webkit-animation: load-show-scale 300ms 250ms both;
  animation: load-show-scale 300ms 250ms both;
}
.pricing-tabs .tab-area.active .col:nth-child(6) > .card {
  -webkit-animation: load-show-scale 300ms 300ms both;
  animation: load-show-scale 300ms 300ms both;
}
.pricing-tabs .card-mini-description {
  display: none;
}
.card.selected .card-mini-description {
  display: block;
  font-size: 0.9em;
  font-weight: normal;
  color: #fff;
  margin-bottom: 0.5em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.in-profile-modal .fa {
  display: block;
}
.in-profile-modal .card-list-item__icon {
  display: block;
}
.in-profile-modal .card-list-item {
  display: block;
  flex-flow: inherit;
  justify-content: inherit;
}
/* New grid tabs 2022 - todo: remove the old pricing tabs css above? */
@media all and (min-width: 38.875em) {
  .location-selector.two-items .location-selector__grid {
    display: flex;
    flex-flow: nowrap row;
    justify-content: center;
    align-items: center;
  }
}
.location-selector.two-items .location-tile {
  margin-bottom: 1em;
}
@media all and (min-width: 38.875em) {
  .location-selector.two-items .location-tile {
    margin-bottom: 1.5em;
  }
}
@media all and (min-width: 38.875em) {
  .location-selector.two-items .location-tile:first-child {
    margin-right: 1em;
  }
}
@media all and (min-width: 38.875em) {
  .location-selector.two-items .location-tile:last-child {
    margin-left: 1em;
  }
}
@media all and (min-width: 38.875em) {
  .location-selector.two-items-full-width .location-selector__grid {
    display: flex;
    flex-flow: nowrap row;
    justify-content: center;
    align-items: center;
  }
}
.location-selector.two-items-full-width .location-tile {
  flex: 1;
  margin-bottom: 1em;
}
@media all and (min-width: 38.875em) {
  .location-selector.two-items-full-width .location-tile {
    margin-bottom: 1.5em;
  }
}
@media all and (min-width: 38.875em) {
  .location-selector.two-items-full-width .location-tile:first-child {
    margin-right: 1em;
  }
}
@media all and (min-width: 38.875em) {
  .location-selector.two-items-full-width .location-tile:last-child {
    margin-left: 1em;
  }
}
@media all and (min-width: 62.0625em) {
  .location-selector.three-items .location-selector__grid {
    display: flex;
    flex-flow: nowrap row;
    justify-content: space-between;
    align-items: center;
  }
}
.location-selector.three-items .location-tile {
  margin-bottom: 1em;
}
@media all and (min-width: 38.875em) {
  .location-selector.three-items .location-tile {
    margin-bottom: 1.5em;
  }
}
@media all and (min-width: 62.0625em) {
  .location-selector.three-items .location-tile {
    max-width: 32%;
    min-width: 32%;
  }
}
@media all and (min-width: 75em) {
  .location-selector.three-items .location-tile {
    max-width: 31.5%;
  }
}
@media all and (min-width: 81.25em) {
  .location-selector.three-items .location-tile .location-tile__wrapper {
    padding: 1.2em 2em;
  }
}
@media all and (min-width: 87.5em) {
  .location-selector.three-items .location-tile .location-tile__wrapper {
    padding: 1.5em 2em;
  }
}
@media all and (min-width: 38.875em) {
  .location-selector.four-items .location-selector__grid {
    display: flex;
    flex-flow: wrap row;
    justify-content: space-between;
    align-items: stretch;
  }
}
.location-selector.four-items .location-tile {
  margin-bottom: 1em;
}
@media all and (min-width: 38.875em) {
  .location-selector.four-items .location-tile {
    max-width: 48%;
    min-width: 48%;
    margin-bottom: 1.5em;
  }
}
@media all and (min-width: 87.5em) {
  .location-selector.four-items .location-tile {
    max-width: 24%;
    min-width: 24%;
  }
}
@media all and (min-width: 75em) {
  .location-selector.four-items .location-tile .location-tile__wrapper {
    padding: 1.2em 1em;
  }
}
@media all and (min-width: 87.5em) {
  .location-selector.four-items .location-tile .location-tile__description {
    padding: 0 0.5em;
    box-sizing: border-box;
  }
}
.location-selector .location-tile {
  display: block;
  position: relative;
  background: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05), 0 12px 40px rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  border: 2px solid transparent;
  cursor: pointer;
}
.location-selector .location-tile .location-tile__wrapper {
  display: block;
  padding: 1em;
  box-sizing: border-box;
}
.location-selector .location-tile:hover .location-tile__wrapper {
  background: rgba(0, 137, 112, 0.02);
}
.location-selector .location-tile:hover .location-tile__header span,
.location-selector .location-tile:hover .location-tile__description {
  color: #008970;
}
.location-selector .location-tile.active {
  border-color: #00a1a1;
}
.location-selector .location-tile .location-tile__header {
  position: relative;
  margin-top: 0.5em;
  display: flex;
  flex-flow: nowrap row;
  justify-content: center;
  align-items: center;
  z-index: 1;
}
.location-selector .location-tile .location-tile__header img {
  width: 4em;
  margin-right: 0.25em;
}
.location-selector .location-tile .location-tile__header span {
  font-size: 1.6em;
  margin-left: 0.25em;
  color: #000;
}
.location-selector .location-tile .location-tile__description {
  position: relative;
  margin-top: 0.5em;
  display: block;
  text-align: center;
  color: #000;
  z-index: 1;
}
.location-selector .location-tile.inactive .location-tile__description {
  color: #9e9e9e;
}
.location-selector .location-tile.inactive .location-tile__header img {
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(1);
  /* Google Chrome, Safari 6+ & Opera 15+ */
  filter: grayscale(1);
  /* Microsoft Edge and Firefox 35+ */
}
.location-selector .location-tile.show-ribbon {
  position: relative;
}
.location-selector .location-tile.show-ribbon.location-selector__ribbon {
  bottom: 3.1em;
}
@media all and (min-width: 62.0625em) {
  .location-selector .location-tile.show-ribbon {
    overflow: hidden;
  }
}
.location-selector .location-tile.show-ribbon .location-selector__ribbon {
  display: block;
  position: absolute;
  top: auto;
  right: 0;
  bottom: -2.3em;
  left: 0;
  margin: auto;
  width: 100%;
  background: rgba(15, 12, 12, 0.6);
  padding: 0.5em;
}
.location-selector .location-tile.show-ribbon .location-selector__ribbon.soldout {
  background-color: #ffa500;
}
.location-selector .location-tile.show-ribbon .location-selector__ribbon.noaddons {
  background-color: rgba(99, 99, 99, 0.6);
}
@media all and (min-width: 62.0625em) {
  .location-selector .location-tile.show-ribbon .location-selector__ribbon {
    width: 9em;
    top: 0.9em;
    right: -2.8em;
    bottom: auto;
    left: auto;
    transform: rotate(45deg);
    padding: 0.4em;
  }
}
@media all and (min-width: 75em) {
  .location-selector .location-tile.show-ribbon .location-selector__ribbon {
    padding: 0.5em;
    top: 1em;
    right: -2.5em;
  }
}
@media all and (max-width: 62.0625em) {
  .location-selector .location-tile.active.show-ribbon .location-selector__ribbon {
    left: -2px;
    right: -2px;
    width: auto;
  }
  .location-selector .location-tile.show-ribbon {
    margin-bottom: 3.2em;
  }
}
.location-selector .location-tile.show-ribbon .location-selector__ribbon p {
  margin: 0;
  color: #fff;
  display: block;
  text-align: center;
  font-size: 0.85em;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.01em;
}
@media all and (min-width: 62.0625em) {
  .location-selector .location-tile.show-ribbon .location-selector__ribbon p {
    font-size: 0.6em;
  }
}
.location-selector .location-tile .location-selector__ribbon {
  display: none;
}
/* Additions for hardware class switching */
.hardware-class-switcher {
  transition: background-color 500ms linear;
}
.hardware-class-switcher.ryzen {
  background-color: #0c1117;
}
.hardware-class-switcher.ryzen h3,
.hardware-class-switcher.ryzen p.largertext,
.hardware-class-switcher.ryzen strong,
.hardware-class-switcher.ryzen .currency-selector.center-block {
  color: #fff;
}
.hardware-class-switcher.ryzen .currency-selector.center-block input.select-dropdown {
  border-bottom: 1px solid #fff;
}
.hardware-class-switcher.ryzen .currency-selector.center-block .caret {
  color: #fff !important;
}
.hardware-class-switcher.ryzen .card,
.hardware-class-switcher.ryzen .card strong,
.hardware-class-switcher.ryzen .product-component strong,
.hardware-class-switcher.ryzen .product-component h3 {
  color: #000000;
}
.hardware-class-switcher.ryzen .location-selector .location-tile.active,
.hardware-class-switcher.ryzen .card.group-select.selected {
  -webkit-box-shadow: 0px 0px 30px 5px rgba(0, 161, 161, 0.75);
  box-shadow: 0px 0px 30px 5px rgba(0, 161, 161, 0.75);
}
.hardware-class-switcher.ryzen .location-selector .location-tile.active {
  border: 2px solid transparent;
  outline: 3px solid #00a1a1;
  /*transition: box-shadow 300ms ease-in; */
}
.hardware-class-switcher.ryzen .location-selector .location-tile,
.hardware-class-switcher.ryzen .card.group-select {
  /*border: 3px solid transparent */
}
.grid-virtualization-tabs .location-tile.show-ribbon .location-selector__ribbon.additionalChargeRibbon {
  background-color: #3fb87f;
}
.grid-virtualization-tabs .location-tile.show-ribbon .location-selector__ribbon.additionalChargeRibbon p {
  font-size: 0.8rem;
}
.grid-variant-tabs .location-tile.show-ribbon .location-selector__ribbon.sale {
  background-color: #ffa500;
}
.grid-variant-tabs .location-tile.show-ribbon .location-selector__ribbon.udsalg {
  background-color: #ffa500;
}
.grid-variant-tabs .location-tile.show-ribbon .location-selector__ribbon p {
  font-size: 0.8rem;
}
.location-selector .location-tile.inactive {
  pointer: default;
  pointer-events: none;
  background-color: #dedede;
}
.location-selector .location-tile.inactive .location-tile__header span {
  color: #9e9e9e;
}
.location-selector .location-tile.nopointer {
  pointer: default;
  pointer-events: none;
}
.product-icon-pricing-page {
  width: auto !important;
  height: 40px;
}
/* Change profile summary */
.summary-desc-col {
  width: 80%;
}
/* Tiled modal menu */
@-webkit-keyframes load-show-scale {
  0% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: scale3d(1.2, 1.2, 1.2);
    opacity: 0;
  }
  80% {
    transform: scale3d(0.95, 0.95, 0.95);
  }
  100% {
    transform: none;
    opacity: 1;
  }
}
@keyframes load-show-scale {
  0% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: scale3d(1.2, 1.2, 1.2);
    opacity: 0;
  }
  80% {
    transform: scale3d(0.95, 0.95, 0.95);
  }
  100% {
    transform: none;
    opacity: 1;
  }
}
.remodal-wrapper {
  padding: 0;
}
@media all and (min-width: 44.75em) {
  .remodal-wrapper {
    padding: 1em;
  }
}
.remodal-wrapper .remodal {
  padding: 26px;
}
.remodal-wrapper .remodal.fullwidth-modal {
  padding: 1em 0;
}
@media all and (min-width: 38.875em) {
  .remodal-wrapper .remodal.fullwidth-modal {
    padding: 2em;
  }
}
.remodal-wrapper .remodal #server-context-menu h6 {
  margin: 0 1em 0.5em;
}
@media all and (min-width: 38.875em) {
  .remodal-wrapper .remodal #server-context-menu h6 {
    margin: 0 0 1em;
  }
}
.tile-grid {
  margin-bottom: 2em;
}
.tile-grid:last-child {
  margin: 0;
}
@media all and (min-width: 38.875em) {
  .tile-grid {
    display: flex;
    flex-flow: wrap row;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1em;
  }
}
.tile-grid ul {
  width: 100%;
}
#server-context-menu ul li {
  padding: 0;
}
.tile-grid li {
  width: 100%;
}
@media all and (min-width: 38.875em) {
  .tile-grid li {
    width: 48%;
    min-width: 48%;
    max-width: 48%;
    flex: 1;
    margin-bottom: 1.6em;
  }
}
.tile-grid .tile-grid-item {
  position: relative;
  display: flex !important;
  flex-flow: nowrap row;
  justify-content: flex-start;
  align-items: center;
  padding: 1em;
  box-sizing: border-box;
  border-bottom: 1px solid #eee;
}
@media all and (min-width: 38.875em) {
  .tile-grid .tile-grid-item {
    border: none;
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.15), 0 1px 1px 0 rgba(0, 0, 0, 0.15), 0 0 1px -2px rgba(0, 0, 0, 0.2);
  }
}
@media all and (min-width: 38.875em) {
  .tile-grid .tile-grid-item:after {
    content: '';
    position: absolute;
    top: auto;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 100%;
    height: 2px;
    background: linear-gradient(to left, #008970 0%, #00a1a1 100%);
    opacity: 0;
    transform: translate3d(0, 100%, 0);
    transition: transform 150ms ease, opacity 150ms ease;
  }
}
@media all and (min-width: 38.875em) {
  .tile-grid .tile-grid-item:hover {
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
  }
}
@media all and (min-width: 38.875em) {
  .tile-grid .tile-grid-item:hover:after {
    transform: translate3d(0, 0, 0);
    opacity: 1;
    transition: transform 150ms ease, opacity 150ms ease;
  }
}
.tile-grid .tile-grid-item:hover .tile-grid-item__icon i {
  color: #008970;
}
.tile-grid .tile-grid-item:hover .tile-grid-item__text h4 {
  color: #008970;
}
.tile-grid .tile-grid-item:hover .tile-grid-item__text span {
  color: #6b6b6b;
}
.tile-grid .tile-grid-item .tile-grid-item__icon {
  max-width: 4em;
  height: 4em;
  display: flex;
  align-items: center;
  margin-right: 1em;
}
.tile-grid .tile-grid-item .tile-grid-item__text h4 {
  margin: 0;
  display: block;
  font-size: 1.2em;
  text-align: left;
  font-weight: 500;
  margin-bottom: 5px;
  color: #00a1a1;
}
.tile-grid .tile-grid-item.disabled .tile-grid-item__text h4 {
  color: #bdbdbd;
}
.tile-grid .tile-grid-item .tile-grid-item__text span {
  display: block;
  margin: 0;
  font-size: 0.9em;
  text-align: left;
  color: #9e9e9e;
}
@media all and (min-width: 62.0625em) {
  .remodal.fullwidth-modal {
    max-width: 1020px;
  }
}
@media all and (min-width: 38.875em) {
  .tile-grid li {
    width: 48%;
    min-width: 48%;
    max-width: 48%;
    flex: 1;
    margin-right: 2%;
  }
}
@media all and (min-width: 38.875em) {
  .tile-grid li:nth-child(2n) {
    margin-right: 0;
  }
}
@media all and (min-width: 62.0625em) {
  .tile-grid li {
    width: 32%;
    min-width: 32%;
    max-width: 32%;
  }
}
@media all and (min-width: 62.0625em) {
  .tile-grid li:nth-child(2n) {
    margin-right: 2%;
  }
}
@media all and (min-width: 62.0625em) {
  .tile-grid li:nth-child(3n) {
    margin-right: 0;
  }
}
/* The Cookie Notice. Ech... */
.cookies {
  position: fixed;
  bottom: 0px;
  left: 0px;
  background: #2c2c2c;
  height: 50px;
  width: 100%;
  text-align: center;
  padding: 10px 0px 10px;
  box-shadow: 0 10px 30px rgba(65, 72, 86, 0.06);
  transition: all 400ms ease-in-out;
  z-index: 999;
  transform: translateY(100%) scale(0.8);
  opacity: 0;
  filter: blur(3px);
}
.cookies-inner {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-wrap: nowrap;
}
.cookies-icon {
  height: 36px;
  width: 36px;
  animation: spin 2s linear infinite;
}
@media screen and (max-width: 991px) {
  .cookies-icon {
    height: 28px;
    width: 28px;
  }
}
.cookies-message {
  height: 36px;
  padding: 0px 10px;
  line-height: 36px;
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 600;
}
@media screen and (max-width: 991px) {
  .cookies-message {
    font-size: 12px;
  }
}
.cookies-accept {
  height: 30px;
  padding: 0 10px;
  line-height: 30px;
  border: none;
  border-radius: 10px;
  color: #FFFFFF;
  font-weight: 700;
  font-size: 14px;
  text-align: center;
  background: #00a1a1;
  cursor: pointer;
  outline: none;
  transition: background 250ms ease-in-out;
  font-family: 'Montserrat', sans-serif;
  user-select: none;
}
.cookies-accept:hover {
  background: #787878;
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
#readingBar {
  display: none;
}
.stripe-climate-fund .stripe-climate-badge {
  width: 24px;
  height: 24px;
  margin-top: 8px;
}
/* New (2021) side-by-side card layout */
.side-by-side-cards h1 {
  color: #000000;
  font-weight: bold;
  font-size: 2.5rem;
}
.side-by-side-cards h2 {
  color: #000000;
  font-size: 1.4em;
  font-weight: bold;
  margin-bottom: 10px;
  margin-top: 0px;
}
.side-by-side-cards .left-info-card {
  padding-right: 0px;
}
@media screen and (max-width: 991px) {
  .side-by-side-cards .left-info-card {
    padding-right: .75rem;
  }
}
.side-by-side-cards .left-info-card p {
  margin-top: 10px;
}
.side-by-side-cards .left-info-bg {
  background-color: #ffffff;
  border-radius: 10px 0px 0px 10px;
  padding: 45px;
  margin-top: 40px;
}
@media screen and (max-width: 991px) {
  .side-by-side-cards .left-info-bg {
    border-radius: 10px;
  }
}
.side-by-side-cards .right-form-card {
  border-radius: 10px;
  -webkit-box-shadow: 10px 0px 25px 5px rgba(0, 0, 0, 0.13);
  -moz-box-shadow: 10px 0px 25px 5px rgba(0, 0, 0, 0.13);
  box-shadow: 10px 0px 25px 5px rgba(0, 0, 0, 0.13);
  z-index: 1;
}
.side-by-side-cards .right-form-card .form-card-inner {
  padding: 45px;
}
@media screen and (max-width: 991px) {
  .side-by-side-cards .right-form-card .form-card-inner {
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (min-width: 600px) {
  .right-form-card.signup-form {
    /*	margin-top: 75px;*/
  }
}
#contact-form-support .materialize-textarea {
  min-height: 8rem;
}
/* New sections graphical 2021 */
.green-section-1 {
  background-image: url(/application/themes/webdock/img/about_us/bg-1.png);
  /* lt ie8 */
  -ms-background-position-x: center;
  -ms-background-position-y: bottom;
  background-position: center bottom;
  /* scale bg image proportionately */
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 575px;
}
.green-section-2 {
  background-image: url(/application/themes/webdock/img/about_us/bg-3.jpg);
  /* lt ie8 */
  -ms-background-position-x: center;
  -ms-background-position-y: bottom;
  background-position: center bottom;
  /* scale bg image proportionately */
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 2380px;
}
@media screen and (max-width: 599px) {
  .green-section-2 {
    min-height: 3900px;
  }
}
.decorated-section-1 {
  background-image: url(/application/themes/webdock/img/about_us/bg-4.png);
  /* lt ie8 */
  -ms-background-position-x: center;
  -ms-background-position-y: bottom;
  background-position: center bottom;
  /* scale bg image proportionately */
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 1100px;
}
.decorated-section-2 {
  background-image: url(/application/themes/webdock/img/about_us/bg-2.png);
  /* scale bg image proportionately */
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 980px;
}
.container.christmas-specials {
  max-width: 100%;
  width: 100%;
  margin: 0px;
}
.christmas-hero-wrapper {
  padding: 100px 0px;
  background-image: url("/application/themes/webdock/img/xmasdeals/green-bg.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.christmas-hero-wrapper .hero-text {
  color: #477646;
  text-align: center;
  letter-spacing: 0.05em;
  position: relative;
}
.christmas-hero-wrapper img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-width: 100%;
}
.christmas-hero-wrapper .hero-text span {
  font-size: 25px;
  font-weight: 200;
}
.christmas-hero-wrapper .hero-text h1 {
  font-family: "Alex Brush", cursive;
  color: #fa0000;
  margin: 10px 0 0 0;
  font-size: 100px;
  height: 85px;
}
.christmas-hero-wrapper .hero-text h2 {
  font-weight: 800;
  margin: 0;
  font-size: 80px;
}
@media (max-width: 600px) {
  .christmas-hero-wrapper .hero-text h1 {
    font-size: 60px;
    height: 50px;
  }
  .christmas-hero-wrapper .hero-text h2 {
    font-size: 50px;
  }
  .christmas-hero-wrapper .hero-text span {
    font-size: 20px;
  }
}
@media (max-width: 400px) {
  .christmas-hero-wrapper {
    padding: 80px 0px;
  }
  .christmas-hero-wrapper .hero-text h1 {
    font-size: 50px;
  }
  .christmas-hero-wrapper .hero-text h2 {
    font-size: 40px;
  }
  .christmas-hero-wrapper .hero-text span {
    font-size: 14px;
  }
}
.vps_comparison_table {
  margin-top: 40px;
  border: 2px solid #ffffff;
  border-radius: 10px;
  color: #ffffff;
}
.vps_comparison_header {
  background-color: #007964;
  padding: 20px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.vps_comparison_header img {
  float: left;
  padding-right: 20px;
  margin-right: 20px;
  max-height: 75px;
  border-right: 1px solid #309587;
}
@media screen and (max-width: 599px) {
  .vps_comparison_header img {
    max-height: 65px;
  }
}
.vps_comparison_header div {
  font-size: 1.6rem;
  font-weight: bold;
}
@media screen and (max-width: 599px) {
  .vps_comparison_header div {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 1199px) {
  .vps_comparison_header div {
    font-size: 1.4rem;
  }
}
.vps_comparison_line {
  padding-left: 30px;
  padding-right: 20px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-weight: bold;
}
.vps_comparison_line i {
  padding-right: 15px;
}
@media screen and (max-width: 599px) {
  .vps_comparison_line {
    font-size: 13px;
  }
}
.vps_comparison_line.greenbg {
  background-color: rgba(0, 121, 100, 0.6);
}
#modal-content .vps_comparison_table {
  margin-top: 0px;
}
#modal-content .vps_comparison_line {
  background-color: rgba(0, 121, 100, 0.6);
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 11px;
}
#modal-content .vps_comparison_line.greenbg {
  background-color: #007964;
}
#modal-content .vps_comparison_header {
  text-align: center;
}
#modal-content .vps_comparison_header img {
  float: none;
  text-align: center;
  margin: 0px auto;
  display: block;
  border-right: none;
}
#modal-content .vps_comparison_header div {
  font-size: 22px;
}
#modal-content .vps_comparison_header br {
  display: none;
}
/* Billing info / Paypal form */
#top_up_amount {
  font-size: 42px;
  font-weight: bold;
  text-align: center;
  padding: 10px;
  margin-left: -10px;
}
/* Canny */
.Canny_BadgeContainer .Canny_Badge {
  position: absolute;
  /*top: 19px;
  right: -1px;*/
  top: 17px;
  left: 32px;
  width: 5px;
  border-radius: 10px;
  background-color: red;
  padding: 5px;
  border: 1px solid white;
}
#nav-mobile .Canny_BadgeContainer .Canny_Badge {
  top: 9px;
  left: 34px;
  width: 5px;
}
/* Educational Accounts */
.institution_logo {
  padding-bottom: 25px;
}
.institution_logo img {
  max-width: 120px;
  height: 83px;
  /* Kosher? */
}
/* Customize Profile modal */
.custom-profile-item-icon {
  width: 3em;
  margin-right: 1em;
  vertical-align: middle;
}
.profile_component_qty {
  font-size: 42px !important;
  font-weight: bold;
  text-align: center;
  padding: 10px !important;
  width: 135px !important;
  max-width: 100% !important;
}
.custom-profile-cell {
  padding: 1em;
  font-weight: bold;
}
.summary-product-grid {
  margin-top: 2em;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-column-gap: 1em;
  grid-row-gap: 1.5em;
}
@media all and (min-width: 25.625em) {
  .summary-product-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media all and (min-width: 31.25em) {
  .summary-product-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media all and (min-width: 50em) {
  .summary-product-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
.summary-product-grid .summary-prouduct-item {
  display: flex;
  flex-flow: nowrap row;
  justify-content: flex-start;
  align-items: center;
  margin-right: 5%;
}
.summary-product-grid .summary-prouduct-item .summary-prouduct-item__icon {
  display: block;
  width: 2em;
  margin-right: 0.5em;
}
.summary-product-grid .summary-prouduct-item .summary-prouduct-item__icon.fa {
  width: auto;
  margin-right: 0.3em;
  color: #787878;
}
.summary-product-grid .summary-prouduct-item p {
  margin: 0;
  line-height: 110%;
}
.summary-product-grid .summary-prouduct-item .summary-prouduct-item__icon {
  display: block;
  width: 2em;
  margin-right: 0.5em;
}
.order-summary-view .order-summary-view__col .card .card-check-icon {
  position: absolute;
  top: 1em;
  right: 1em;
  bottom: auto;
  left: auto;
  margin: auto;
}
@media all and (min-width: 38.875em) {
  .order-summary-view .order-summary-view__col .card-content .card-content__header h6 {
    margin: 0 0 0.2em;
    font-size: 1.4em;
  }
}
.order-summary-view .order-summary-view__col .card-content .card-content__header h6 {
  margin: 0 0 0.1em;
  font-size: 1.2em;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.8);
}
@media all and (min-width: 38.875em) {
  .order-summary-view .order-summary-view__col .card-content .card-content__header h6 {
    margin: 0 0 0.2em;
    font-size: 1.4em;
  }
}
.order-summary-view .order-summary-view__col .card-content .card-content__header p {
  margin: 20px 0px;
}
