/*** Text ***/

.summary {
    font-size: 120%;
    line-height: 1.5;
    color: #666666;
    margin-bottom: 1em;
}

.black {
    color: black !important;
}

/*** Layout ***/

section div.left {
    width: 160px;
    float: left;
    padding: 20px 0;
    text-align: right;
}

section div.right {
    margin-left: 200px;
    padding-left: 50px;
    padding-top: 20px;
    padding-bottom: 0;
    border-left: 1px solid #cccccc;
}

section .account-pages div.left {
    width: 220px;
}

section .account-pages div.right {
    margin-left: 240px;
    min-height: 300px;
    max-width: 700px;
}

section .admin-pages div.left {
    width: 220px;
}

section .admin-pages div.right {
    margin-left: 240px;
    min-height: 430px;
}

section.blue p.large {
    font-weight: 400;
}

.heading {
    background-color: #0f6098;
    background-image: url("/include-web/images/immutable/20190307/polyback.png");
    background-position: center -80px;
    background-repeat: no-repeat;
    background-size: 100%;
}

.headContent {
    display: table;
    width: 100%;
    margin: 0 auto;
    max-width: 1200px;
}

.headContent p.large {
    font-weight: 400;
}

.headLeft {
    display: table-cell;
    width: 45%;
    text-align: left;
    vertical-align: bottom;
}

.headRight {
    display: table-cell;
    width: 55%;
    text-align: left;
    vertical-align: top;
    padding-left: 5%;
}

.headLeft img {
    display: inline-block;
    width: 100%;
    height: auto;
}

.heading h1, .heading h2, .heading p {
    color: #ffffff;
}

.heading em {
    font-style: normal;
    opacity: 0.8;
}

.red {
    background-color: #c0232f;
    text-align: center;
    background-image: url("/include-web/images/immutable/20190307/polyback.png");
    background-repeat: no-repeat;
    background-size: 100%;
}

.narrow {
    max-width: 750px;
    margin: 0 auto;
}

.threeCols {
    display: table;
    width: 100%;
    margin: 60px 0;
}

.threeCols.max600 {
    max-width: 600px;
}

.threeCols .col {
    display: table-cell;
    vertical-align: top;
    width: 33.3333%;
    padding: 0 2%;
}

.threeCols .col:first-child {
    padding-left: 0;
    padding-right: 4%;
}

.threeCols .col:last-child {
    padding-right: 0;
    padding-left: 4%;
}

.fourCols {
    display: table;
    margin: 30px 0;
}

.fourCols .col {
    display: table-cell;
    vertical-align: top;
    /*width: 10%;*/
    padding-right: 10px;
}

.fiveCols {
    display: table;
    margin-top: 60px;
    max-width: 100%;
}

.fiveCols .col {
    display: table-cell;
    vertical-align: top;
    width: 20%;
    padding-left: 10px;
    padding-right: 10px;
}

/*** Features ***/
/*
.features {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
}

.feature {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-ms-flex-preferred-size: 33.3333%;
	flex-basis: 33.3333%;
	padding: 30px;
}
*/

/*** Blog ***/

.blog-entry .blog-integrations {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.blog-entry .blog-integrations img {
    max-width: 100%;
}

.blog-integration-logo-azure {
    margin-left: 50px;
    margin-bottom: 5px;
}

.blog-integration-logo-gcp {
    margin-left: 20px;
}

div.blog-left {
    width: 250px;
    float: left;
    padding: 20px 0;
    text-align: right;
    position: relative;
    min-height: 100%;
}

div.blog-left p {
    font-size: 100%;
}

div.blog-right {
    margin-left: 290px;
    padding-left: 40px;
    padding-top: 20px;
    padding-bottom: 50px;
    border-left: 1px solid #cccccc;
    position: relative;
    min-height: 100%;
}

div.blog-right p {
    font-size: 110%;
}

div.blog-right li {
    font-size: 110%;
}

div.blog-right li li {
    font-size: 100%;
}

div.blog-right p.large {
    font-size: 130%;
}

div.blog-right .footnote {
    font-size: 95%;
    line-height: 1.5;
}

.blog-entry {
    position: relative;
    margin-bottom: 70px;
}

.blog-header {
    position: relative;
    min-height: 98px;
}

h2.lab-title {
    margin-top: 0;
}

h2.blog-title {
    margin-top: 0;
    margin-bottom: 6px;
    font-weight: 600;
    font-size: 270%;
    line-height: 1.1;
    padding-left: 84px;
    letter-spacing: -0.02em;
}

h2.lab-title a,
h2.blog-title a {
    color: #444444;
    text-decoration: none;
}

h2.lab-title a:hover,
h2.blog-title a:hover {
    color: #444444;
    text-decoration: underline;
}

.blog-date {
    font-size: 110%;
    font-weight: 600;
    line-height: 1.1em;
    text-align: center;
    display: block;
    width: 64px;
    float: left;
    background-color: #00aced;
    color: #fff;
    padding: 3px;
    padding-bottom: 6px;
    border-radius: 3px;
}

.blog-date span {
    font-size: 250%;
    font-weight: 500;
    line-height: 1em;
    display: block;
}

.blog-author {
    font-size: 140%;
    margin: 0;
    font-weight: 400;
    color: #888;
    padding-left: 85px;
}

.blog-author a {
    text-decoration: none;
}

.blog-buttons {
    margin-top: 20px;
}

.blog-image {
    display: block;
    margin: 0 auto;
    width: 50%;
    height: auto;
    border: 1px solid #ddd;
    max-height: 500px;
}

.blog-image-wide {
    display: block;
    margin: 0 auto;
    max-width: 750px;
    width: 100%;
    height: auto;
    border: 1px solid #ddd;
}

.blog-image-block {
    margin-top: 25px;
}

.blog-image-block .blog-image {
    float: left;
    width: 400px;
    height: auto;
    max-height: none;
    margin: 0;
    margin-right: 20px;
    margin-bottom: 20px;
}

.blog-image-block2 {
    margin-top: 25px;
    margin-bottom: 25px;
    padding: 20px;
    padding-bottom: 15px;
    text-align: center;
    border: 1px solid #ddd;
}

.blog-image-block2 div.centered {
    display: inline-block;
}

.blog-image-block2 .blog-image-small {
    width: auto;
    height: 200px;
    max-width: none;
    max-height: none;
    display: inline-block;
    margin-right: 100px;
}

.blog-image-block2 .blog-image-small:last-child {
    margin-right: 0;
}

.blog-code {
    border: 1px solid #eee;
    border-left: 3px solid #00aced;
    padding: 15px;
    padding-left: 18px;
}

.blog-code pre {
    font-family: Roboto Mono, Menlo, Courier, monospace;
    font-size: 12px;
    color: #666;
    padding: 0;
    margin: 0;
}

.read-more {
    font-size: 16px;
    white-space: nowrap;
}

/*** Tables ***/

table {
    border-collapse: collapse;
}

table td {
    padding: 8px;
    padding-left: 0;
    vertical-align: middle;
}

td.label {
    font-weight: 500;
    padding-right: 30px;
    color: #999;
}

table th {
    font-weight: 500;
    text-align: left;
    border-bottom: 1px solid silver;
    position: relative;
}

table.ui-table {
    width: 100%;
    border: 1px solid #ddd;
}

table.ui-table td strong {
    font-weight: 400;
}

table.ui-table th .dropdown {
    margin-top: 10px;
}

table.ui-table th {
    background-color: #f0f0f4;
    padding: 12px 12px;
    line-height: 1.25;
    border-bottom: 1px solid #ddd;
    font-size: 95%;
}

table.ui-table tr:hover td {
    background-color: #fafafe;
}

table.ui-table p.note {
    font-size: 85%;
    color: #888;
    margin: 0;
    margin-top: 10px;
    font-weight: 400;
}

table.ui-table td {
    padding: 12px 12px;
    line-height: 1.25;
    border-top: 1px solid #ddd;
    font-size: 95%;
}

table.ui-table td.actions {
    border-left: 1px solid #ddd;
    white-space: nowrap;
    width: 10%;
}

table.ui-table .check {
    width: 16px;
    font-size: 100%;
}

table.ui-table .actions a, a.action {
    display: inline-block;
    text-decoration: none;
    font-size: 90%;
    font-weight: 400;
    padding: 2px 8px;
}

table.ui-table .actions a .fa, a.action .fa {
    font-size: 95%;
    opacity: .5;
}

/*** Icons ***/

a.ico {
    display: inline-block;
    vertical-align: top;
}

a.ico > img {
    width: 22px;
    height: 22px;
    vertical-align: middle;
}

.fa {
    font-size: 120%;
}

.small .fa {
    font-size: 100%;
}

h1 .fa, h2 .fa, h3 .fa {
    font-size: inherit;
}

.fa-linkedin {
    color: #FFFFFF;
    background-color: #007bb5;
    border-radius: 3px;
    display: inline-block;
    width: 21px;
    height: 21px;
    line-height: 20px;
    font-size: 16px;
    vertical-align: baseline;
    position: relative;
    top: -2px;
}

.fa-linkedin:hover {
    color: #ffffff;
    background-color: #444444;
}

/*** Forms ***/

form {
    text-align: left;
}

form label {
    font-weight: 400;
    line-height: 1.4;
    color: #ffffff;
}

form label.default-label {
    font-weight: initial;
    line-height: initial;
    color: initial;
}

input[type="text"], input[type="number"], input[type="password"], select, textarea {
    width: 100%;
    font-size: 110%;
    line-height: 1.5;
    padding: 10px 12px;
    text-align: left;
    border-radius: 5px;
    color: #333333;
    background-color: white;
    font-weight: 400;
    margin: 5px 0;
    border: 2px solid transparent;
}

input[type="text"].ui-form, input[type="password"].ui-form {
    border: 1px solid #ccc;
    width: auto;
    min-width: 350px;
}

input[type="text"]:focus, input[type="password"]:focus, select:focus, textarea:focus {
    box-shadow: 0 0 4px 0 rgba(0, 90, 220, .3);
    outline: none;
    border-color: #bbb;
}

select {
    border: none;
    padding: 5px;
}

form.ui-form label {
    display: block;
    color: #444;
    font-size: 95%;
    margin: 0;
}

textarea.ui-form {
    border: 1px solid #ccc;
}

select.ui-form {
    width: auto;
    border: 1px solid #ccc;
    padding: 5px;
    font-size: 100%;
    font-weight: 400;
}

.ui-toolbar {
    padding: 0;
    margin-top: 0;
    margin-bottom: 30px;
}

.button.ui-button {
    padding: 8px 15px;
    font-size: 100%;
    margin-right: 10px;
}

input[type="submit"] {
    font-size: 110%;
    padding: 10px 24px;
    font-weight: 500;
    border-radius: 6px;
    color: #ffffff;
    background: #0f6098;
    text-align: center;
    border: 2px solid transparent;
}

input[type="submit"]:hover {
    color: #ffffff;
    background: #95c600;
}

input[type="submit"]:focus {
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.35);
}

input[type="submit"].orange {
    background-color: #fca120;
}

input[type="submit"].orange:hover {
    color: #ffffff;
    background: #95c600;
}

input[type="submit"].bright-blue {
    background-color: #00aced;
}

input[type="checkbox"] {
    margin: 0;
    margin-right: 8px;
    position: relative;
    vertical-align: baseline;
}

.narrow form {
    max-width: 550px;
    margin: 0 auto;
    margin-top: 30px;
}

.narrow form label {
    display: block;
    margin-top: 15px;
}

.narrow form textarea {
    display: block;
    margin: 5px 0;
}

.narrow form input[type="submit"] {
    display: block;
    width: 100%;
    margin: 20px 0;
}

form .row {
    position: relative;
    margin: 15px 0;
}

form .row p {
    line-height: inherit;
}

form .row:last-of-type {
    margin-bottom: 30px;
}

form .row input.fico {
    padding-left: 50px;
    margin: 0;
}

form .row.checkbox-indent {
    padding-left: 25px;
}

/*.form .row.checkbox-indent h4 {*/
/*line-height: 1em;*/
/*}*/

form .row.checkbox-indent input[type="checkbox"] {
    float: left;
    margin-left: -25px;
    vertical-align: top;
    margin-top: 3px;
}

form .twoRows {
    height: auto;
    margin: 0;
    padding: 0;
}

form .twoRows .row {
    float: left;
    width: 50%;
    margin: 0;
}

form .twoRows .row:first-child {
    padding-right: 15px;
}

form .twoRows .row:last-child {
    padding-left: 15px;
}

form.ui-form .row {
    margin-top: 0;
}

form.ui-form .row-sub-group {
    margin-top: 5px;
}

i.fa.over {
    color: #ccc;
    position: absolute;
    left: 12px;
    top: 0px;
    line-height: 45px;
    border-radius: 3px;
    text-align: center;
}

form i.ok {
    color: #95C600;
}

form i.error {
    color: #C0232F;
}

/*** Page specific styles ***/

/*** Report header ***/

.logo-print {
    display: none;
}

.pageHeader {
    margin-bottom: 12px;
}

.pageHeader h2 {
    font-weight: 500;
    color: #ffffff;
    margin: 0;
    font-size: 200%;
    line-height: 1.3em;
    float: left;
}

.pageHeader h2 em {
    font-style: normal;
    color: #f0f8ff;
}

.pageHeader .button {
    float: right;
    display: block;
    padding: 5px 15px;
}

.pageHeader .button .fa {
    font-size: 90%;
    vertical-align: baseline;
}

/*** Homepage ***/

.homepageContainer {
    min-height: calc(100% - 131px);
    background-color: #0f6098;
    background-image: url("/include-web/images/immutable/20190307/polyback.png");
    background-position: center -80px;
    background-repeat: no-repeat;
    background-size: 100%;
    /*border-radius: 0 0 8px 8px;*/
}

.homepageIntro {
    display: flex;
}

.homepageIntroText {
    text-align: left;
    flex-basis: 650px;
    flex-grow: 0;
    flex-shrink: 0;
    padding: 50px 0 50px 50px;
}

.homepageIntroImage {
    padding: 50px;
    flex-grow: 1;
    text-align: right;
    overflow-x: hidden;
}

.customer-logos-container {
    padding-top: 0px;
}

.customer-logos {
    opacity: 0.6;
    max-width: 100%;
    padding-bottom: 40px;
}

.customers-trusted-by {
    color: white;
    font-weight: bold;
    font-size: 13px;
    opacity: 0.6;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
    width: 100%;
    max-width: 540px;
}

#about-page-supporter-logos {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.supporters {

}

.supporter-logo {
    margin: 25px;
}

.supporter-logo-gcp {
    margin: 0px;
}

.homepageIntroImageWrapper {
    display: inline-block;
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 10px 10px 10px rgba(0, 0, 50, 0.3);
}

.homepageIntroImage img {
    display: block;
    width: 750px;
}

.homepageIntro h1 {
    font-size: 290%;
    font-weight: 500;
    color: #ffffff;
    margin: 0;
}

.homepageIntro p {
    font-size: 120%;
    font-weight: 400;
    line-height: 1.4;
    color: #ffffff;
    letter-spacing: -0.01em;
    margin: 20px 0;
}

.homepageIntro a {
    color: #fff;
    position: relative;
    z-index: 51;
}

@media only screen and (max-device-width: 768px) {
    .homepageIntro {
        flex-wrap: wrap;
    }

    .homepageIntroText {
        width: auto;
        flex-shrink: 1;
        padding: 50px 25px 0 25px;
    }

    .homepageIntroImage {
        padding: 0 25px 25px 25px;
    }

    .homepageIntroImageWrapper img {
        width: 100%;
    }
}

.homepageCustomerLogos {
    justify-content: center;
    background: whitesmoke;
    padding-top: 10px;
    padding-bottom: 10px;
}

.homepageCustomerLogos img {
    opacity: 0.4;
    height: 125px;
}

.homePageWordList {
    justify-content: center;
    padding: 40px;
}

.homePageWordList > div {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 1000px;
    padding: 0 0 10px 20px;
}

.homePageWordList > div > span {
    color: #F0FFFF;
    font-weight: 500;
    font-size: 18px;
    display: inline-block;
    padding: 10px 20px 0 0;
}

.button.invite {
    padding: 13px 20px;
    font-size: 130%;
    margin-top: 30px;
    text-align: right;
    width: 300px;
    position: relative;
    text-transform: uppercase;
    display: block;
}

.button.invite img {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 60px;
    height: auto;
    border-radius: 5px;
}

.button.invite .fa {
    font-size: 85%;
    font-weight: normal;
    margin-left: 10px;
    vertical-align: middle;
}

/*** Hostname input form ***/

.testForm {
    margin-top: 40px;
    width: calc(100% - 60px);
    position: relative;
}

.testForm form {
    overflow: hidden;
    width: 100%;
    height: 85px;
    position: relative;
}

.testFormContainer {
    height: 56px;
    position: relative;
    background-color: #fff;
    border-radius: 5px;
}

.testForm .testURL,
.testForm .testURL-nojs {
    font-size: 150%;
    line-height: 36px;
    height: 56px;
    padding: 10px 15px;
    width: calc(100% - 80px);
    text-align: left;
    display: block;
    float: left;
    position: relative;
    margin: 0;
    border-radius: 5px 0 0 5px;
    background-color: #fff;
    box-shadow: none;
    border: none;
    outline: none;
    font-weight: 400;
    z-index: 100;
}

html.no-js .testForm .testURL {
    display: none;
}

.testForm .testURL.disabled {
    background-color: transparent;
    color: #666;
    box-shadow: none;
    outline: none;
}

.testForm .testURL:disabled {
    background-color: transparent;
    color: #666;
    box-shadow: none;
    outline: none;
}

.testForm input.testURL:focus {
    background-color: transparent;
    box-shadow: none;
    border: none;
    outline: none;
}

.testForm a.button {
    font-size: 120%;
    line-height: 36px;
    height: 56px;
    text-transform: uppercase;
    display: block;
    padding: 10px 15px;
    margin: 0;
    width: 80px;
    float: right;
    text-align: center;
    background-color: #fca120;
    position: relative;
    z-index: 100;
    border: none;
    border-radius: 0 5px 5px 0;
}

.pleasewait {
    font-size: 110%;
    line-height: 36px;
    font-weight: 500;
    color: #ffffff;
    text-transform: uppercase;
    padding: 10px 15px;
    float: right;
    text-align: center;
    margin: 0;
    background-color: #fca120;
    z-index: 200;
    position: absolute;
    right: -100%;
    opacity: 0.1;
    width: 0;
    white-space: nowrap;
    border-radius: 0 5px 5px 0;
    display: none;
}

#accountButton i {
    padding-left: 6px;
}

#accountMenu .fa:nth-child(n+2) {
    padding-left: 6px;
}

#profileForm i.fa.warning {
    color: #f8af11;
    font-size: 16px;
}

/*** Hostname input progress bar ***/

.progress-bar-widget {
    width: calc(100% - 220px);
    height: 100%;
    position: absolute;
    display: none;
    margin: 0;
}

.progress-bar {
    background-color: #44b9dd;
    width: 0;
    height: 100%;
    position: relative;
    opacity: .55;
    display: none;
    border-radius: 5px 0 0 5px;
}

.progress-percent {
    display: none;
}

.progress-status {
    font-weight: 500;
    font-size: 90%;
    color: #fff;
    margin-top: 5px;
    white-space: nowrap;
}

.light {
    opacity: .5;
    margin: 0 5px;
}

@media only screen and (max-device-width: 740px) {
    .light {
        margin: 0 2px;
    }
}

/*** Account, sign in, sign up ... ***/

.pageContainer {
    position: relative;
    font-size: 100%;
    border-radius: 8px;
    overflow: hidden;
    min-height: 100%;
}

/* Sign in form */

.signinForm {
    width: 740px;
    margin: 20px auto;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.signinForm p {
    color: #fff;
}

.signinForm h1 {
    font-size: 150%;
    line-height: 42px;
    margin-top: 0;
    margin-bottom: 25px;
    color: #fff;
    font-weight: bold;
}

.signinForm a {
    color: #fff;
}

.signinForm .left {
    float: left;
    padding: 20px 0;
    margin-right: 40px;
    display: block;
    width: 300px;
    text-align: right;
}

.signinForm .left img {
    display: inline-block;
    width: 250px;
    height: auto;
    margin-bottom: 5px;
}

.signinForm form {
    padding: 20px 0;
    padding-left: 40px;
    width: 400px;
    float: right;
    border-left: 1px solid rgba(255, 255, 255, .66);
}

.registerSnippet {
    position: relative;
    text-align: right;
    top: -25px;
    right: -25px;
    color: #fff;
}

.registerSnippet .button.signup {
    padding: 8px 15px;
    background: none;
    border: 2px solid rgba(255, 255, 255, .66);
    font-size: 100%;
    margin-left: 15px;
}

.registerSnippet .button.signup:hover {
    background-color: rgba(255, 255, 255, .22);
}

.registerSnippet .button.signup .fa {
    font-size: 80%;
    margin-left: 5px;
}

/*** Products page ***/

.productsPageContainer {
    min-height: calc(100% - 115px);
    background-color: #0f6098;
    background-image: url("/include-web/images/immutable/20190307/polyback.png");
    background-position: center -80px;
    background-repeat: no-repeat;
    background-size: 100%;
}

.productsPageContainer a {
    text-decoration: none;
}

.productsPageContainer h1,
.productsPageContainer h2,
.productsPageContainer h3,
.productsPageContainer h4,
.productsPageContainer h5 {
    color: white;
    margin: 0;
    font-weight: normal;
}

.productsPageKeyIntro,
.productsPageKeyFeature {
    border-bottom: 1px solid rgba(255, 255, 255, .2);
}

.productsPageIntro {
    display: flex;
    flex-direction: column;
    align-items: center;
    border-bottom: 1px solid rgba(255, 255, 255, .2);
    padding-bottom: 50px;
}

.productsPageIntro h1 {
    font-size: 50px;
    font-weight: bold;
    text-align: center;
    padding-top: 50px;
    margin-bottom: 0.5em;
    padding: 50px 25px 0 25px;
}

.productsPageIntro h2 {
    color: whitesmoke;
    font-size: 20px;
    text-align: center;
    font-weight: 400;
    margin-bottom: 2em;
    padding: 0 25px;
    text-align: center;
    max-width: 800px;
    line-height: 30px;
}

.productsPageKeyFeature {
    color: white;
    padding: 50px 0;
}

.productsPageKeyFeature h3 {
    font-size: 30px;
    text-align: center;
    margin-bottom: 0.5em;
    padding: 0 25px;
}

.productsPageKeyFeature h4 {
    color: whitesmoke;
    font-size: 17px;
    text-align: center;
    font-weight: 100;
    margin-bottom: 2em;
    padding: 0 25px;
}

.productsPageKeyFeatureContent {
    display: flex;
    justify-content: center;
    width: 100%;
    overflow-x: hidden;
}

.productsPageKeyFeatureText {
    flex-basis: 500px;
    flex-shrink: 0;
    flex-grow: 0;
    padding: 0 50px;
}

.productsPageKeyFeatureText p {
    margin-top: 0.5em;
    margin-bottom: 1.5em;
}

.productsPageKeyFeatureText h5 {
    padding-bottom: 0px;
}

.productsPageKeyFeatureImage {
    overflow-x: hidden;
}

/* Following controls which side of the image disappears off the size of the viewport */
.productsPageKeyFeatureImage {
    direction: rtl;
}

.productsPageKeyFeatureText + .productsPageKeyFeatureImage {
    direction: ltr;
}

.productsPageKeyFeatureImage img {
    width: 650px;
}

@media only screen and (max-width: 769px) {
    .productsPageKeyFeatureContent {
        flex-wrap: wrap;
    }

    .productsPageKeyFeatureText {
        flex-basis: 100%;
    }

    .productsPageKeyFeatureImage {
        flex-basis: 100%;
        padding: 0 25px;
    }

    .productsPageKeyFeatureImage img {
        width: 100%;
    }
}

.productsCloudIntegrations {
    background-color: white;
    padding: 50px;
    border-bottom: 1px solid #eee;
}

.productsCloudIntegrations h3 {
    color: #999;
    font-size: 17px;
    font-weight: 100;
    /*text-transform: uppercase;*/
    text-align: center;
    margin-bottom: 2em;
}

.productsCloudIntegrations h4 {
    text-align: center;
    margin-bottom: 0.5em;
    font-size: 30px;
    color: #555;
}

.integration-logo {
    margin: 25px;
    max-width: 100%;
}

.integration-logo-azure {
    margin: 25px;
    margin-left: 40px;
    max-width: 100%;
}

.integration-logo-digicert {
    margin: 0px;
    margin-top: 40px;
    margin-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    max-width: 100%;
}

.integration-logo-cloudflare {
    margin: 0px;
    margin-bottom: 32px;
    padding-left: 20px;
    padding-right: 20px;
    max-width: 100%;
}

.integration-logo-markmonitor {
    margin: 0px;
    margin-bottom: 25px;
    padding-left: 20px;
    padding-right: 20px;
    max-width: 100%;
}

.integration-logo-ns1 {
    margin: 0px;
    margin-bottom: 30px;
    padding-left: 20px;
    padding-right: 20px;
    max-width: 100%;
}

.integration-logo-gcp {
    margin: 0px;
    max-width: 100%;
}

.productsPageFeatures {
    background-color: white;
    padding: 50px;
}

.productsPageFeatures h3,
.productsPageFeatures h4,
.productsPageFeatures h5 {
    color: #555;
}

.productsPageFeatures h3 {
    color: #999;
    font-size: 17px;
    font-weight: 100;
    /*text-transform: uppercase;*/
    text-align: center;
    margin-bottom: 2em;
}

.productsPageFeatures h4 {
    text-align: center;
    margin-bottom: 0.5em;
    font-size: 30px;
}

.productsPageFeaturesGrid {
    display: flex;
    flex-wrap: wrap;
    max-width: 1000px;
    margin: 0 auto;
}

.productsPageFeaturesGrid > div {
    flex-basis: 26%;
    flex-grow: 1;
    padding: 1em 1em 1em 3em;
    position: relative;
}

.productsPageFeaturesGrid > div > i {
    position: absolute;
    top: 1em;
    left: 1em;
}

/*** Pricing page ***/

.pricingPageContainer {
    min-height: calc(100% - 131px);
    background-color: #0f6098;
    background-image: url("/include-web/images/immutable/20190307/polyback.png");
    background-position: center -80px;
    background-repeat: no-repeat;
    background-size: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

@media all and (max-width: 1025px) {
    .pricingPageContainer table {
        align-self: start;
    }
}

.pricingPageContainer h1, .pricingPageContainer h2 {
    color: white;
    margin: 0;
    margin-bottom: 0px;
    font-weight: normal;
}

.pricingPageContainer h1 {
    font-size: 50px;
    font-weight: bold;
    text-align: center;
    padding-top: 50px;
    margin-bottom: 0.5em;
    padding: 50px 25px 0 25px;
    max-width: 850px;
    line-height: 65px;
}

.pricingPageContainer h2 {
    color: whitesmoke;
    font-size: 20px;
    text-align: center;
    font-weight: 400;
    margin-bottom: 2em;
    padding: 0 25px;
    text-align: center;
    max-width: 800px;
    line-height: 30px;
}

.pricingPageContainer .plan-name {
    font-size: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.pricingPageContainer .plan-price {
    font-size: 45px;
    font-weight: bold;
    margin-top: 0px;
    margin-bottom: 15px;
}

.pricingPageContainer .plan-price sup {
    font-size: 25px;
}

.pricingPageContainer table {
    background-color: white;
    border-radius: 3px;
    overflow: hidden;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
    margin-bottom: 10px;
}

.pricingPageContainer tr {
    background: transparent;
}

.pricingPageContainer tr > * {
    border: 1px solid #f2f2f2;
    padding: 15px 30px;
    text-align: center;
}

.pricingPageContainer .button {
    /*width: 100%;*/
    padding: 5px 10px 5px 10px;
    font-size: 15px;
    margin-bottom: 10px;
    background-color: #00aced;
}

.pricingPageContainer td {
    max-width: 275px;
    min-width: 275px;
    width: 275px;
    font-weight: 400;
    font-size: 18px;
    padding: 20px;
}

.pricingPageContainer .tdsub {
    color: #666;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
}

.pricingPageContainer th {
    background-color: #fafafb;
    border-left: none;
    text-align: left;
    max-width: 200px;
}

.pricingPageContainer .gray {
    color: #666;
    font-size: 14px;
}

.pricingPageContainer .grayMore {
    color: #666;
    font-size: 14px;
    line-height: 5px;
}

.pricingPageContainer tr > *:last-child {
    border-right: none;
}

.pricingPageContainer tbody > tr:first-of-type > * {
    border-top: none;
}

.pricingPageContainer tbody > tr:last-of-type > * {
    border-bottom: none;
}

.pricingPageContainer .fa-check-circle {
    color: #95c600;
    font-size: 25px;
}

.pricingPageContainer .fine-print {
    padding: 0px;
    color: white;
    font-weight: 500;
    font-size: 14px;
    margin-bottom: 40px;
    max-width: 600px;
    text-align: center;
}

/* Waiting list landing page extensions. */

.pricingPageContainer .narrowLeft {
    width: 250px;
    max-width: 250px;
}

.pricingPageContainer .narrowRight {
    width: 350px;
    max-width: 350px;
}

.pricingPageContainer .plan-name {
    font-size: 40px;
    margin-top: 10px;
    margin-bottom: 20px;
}

.pricingPageContainer .waiting-plan-price {
    font-size: 65px;
    font-weight: bold;
    margin-top: 0px;
    margin-bottom: 15px;
}

/*
.pricingPageContainer .under-price {
    margin: 0;
    padding: 0;
    font-size: 14px;
    color: #888888;
    margin-bottom: 15px;
}*/

.pricingPageContainer .feature-tick {
    font-size: 40px;
    display: inline-block;
    width: 40px;
}

.pricingPageContainer .waiting-button {
    font-size: 18px;
}


/*** About page ***/

.mugshot {
    display: inline-block;
    width: 70%;
    max-width: 130px;
    height: auto;
    border: 1px solid #dddddd;
    border-radius: 80px;
    background: #f5f5f5;
    filter: grayscale(100%);
}

.name {
    font-weight: bold;
    padding-top: 10px;
    font-size: 100%;
}

.name a {
    text-decoration: none;
}

.role {
    padding: 2px 0;
    margin: 0;
    color: #888888;
    font-size: 90%;
}

.full {
    min-height: calc(100% - 120px);
}

.info {
    margin: 0 auto;
    width: 80%;
    max-width: 800px;
    display: table;
}

.info .infoLeft {
    padding-right: 20px;
    text-align: right;
    white-space: nowrap;
    display: table-cell;
    vertical-align: top;
}

.info .infoRight {
    padding-left: 20px;
    text-align: left;
    display: table-cell;
    vertical-align: top;
}

.info .infoLeft p {
    letter-spacing: -.05em;
    font-size: 1000%;
    line-height: 85%;
    font-weight: 700;
    color: #ffffff;
}

.info .infoLeft i.fa {
    letter-spacing: -.05em;
    font-size: 1000%;
    line-height: 80%;
    font-weight: 700;
    color: #ffffff;
}

.info .infoRight h1 {
    margin: 0;
}

.info .infoRight p {
    margin-top: 10px;
}

/*** Tooltip ***/

.tip {
    cursor: default;
}

.tip:hover {
    color: #666666;
}

.tooltip {
    background-color: #ffffff;
    padding: 12px;
    border-radius: 8px;
    position: absolute;
    max-width: 300px;
    margin-top: 10px;
    border: 1px solid #cccccc;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, .2);
    display: none;
    font-size: 80%;
    font-weight: 300;
    line-height: 1.35;
}

/*.fa.ttip {
    color: #4fbaf3;
    font-size: 14px;
    vertical-align: baseline;
}*/

.ttip {
    position: relative;
    cursor: default;
}

/*
span.ttip:not(.ico) {
    border-bottom: 1px dashed #ccc;
}
*/

.ttip .tip {
    font-family: Roboto, Helvetica, Arial, sans-serif;
    line-height: 1.4em;
    font-size: 12px;
    font-weight: 500;
    visibility: hidden;
    white-space: nowrap;
    text-align: left;
    background-color: #333333;
    color: #ffffff;
    padding: 8px 10px;
    border-radius: 5px;
    position: absolute;
    bottom: calc(100% + 8px);
    z-index: 1;
    width: auto;
}

.ttip .tip.wrap {
    min-width: 450px;
    max-width: 700px;
    white-space: normal;
    word-wrap: break-word;
}

.ttip.ico .tip {
    -ms-transform: translate(-10px, 0%);
    -webkit-transform: translate(-10px, 0%);
    transform: translate(-10px, 0%);
}

.fa.ttip .tip {
    -ms-transform: translate(-26px, 0%);
    -webkit-transform: translate(-26px, 0%);
    transform: translate(-26px, 0%);
}

.ttip:hover .tip {
    visibility: visible;
}

.ttip .tip:after {
    content: " ";
    position: absolute;
    top: 100%;
    left: 20px;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #333333 transparent transparent transparent;
}

.ttip.t2, span.ttip.t2 {
    cursor: inherit;
    border: none;
}

.ttip.t2 .tip {
    position: absolute;
    bottom: calc(0% - 6px);
    left: 30px;
    z-index: 1;
    text-transform: capitalize;
}

.ttip.t2 .tip:after {
    content: " ";
    position: absolute;
    top: calc(50% - 5px);
    left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent #333333 transparent transparent;
}

/*** Extras ***/

.inverted h1, .inverted h2, .inverted p {
    color: #ffffff;
}

/*** Parsley ***/

input.parsley-error, select.parsley-error, textarea.parsley-error {
    color: #B94a48;
    background-color: #ffeedd;
}

.parsley-errors-list {
    margin: 2px 0 3px;
    padding: 0;
    list-style-type: none;
    font-size: 0.9em;
    line-height: 0.9em;
    opacity: 0;
    font-weight: 400;
    -o-transition: all .3s ease-in;
    -webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    transition: all .3s ease-in;
}

.parsley-errors-list.filled {
    opacity: 1;
}

.testForm .parsley-errors-list {
    position: absolute;
    top: 61px;
    left: 0;
    color: #ffffff;
    z-index: 100;
}

/*** Messages ***/

.message {
    width: 500px;
    margin: 0 auto;
    position: absolute;
    left: 50%;
    top: 20%;
    transform: translate(-50%, 0%);
    background: #ffffff;
    padding: 25px;
    border-radius: 5px;
    box-shadow: 0 0 32px 0 rgba(0, 0, 0, .35);
    z-index: 1000;
    display: none;
}

.message .buttons {
    text-align: right;
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #cccccc;
}

.message .button {
    padding: 4px 16px;
}

.bubbleMessage {
    width: auto;
    min-width: 200px;
    max-width: 350px;
    margin: 0 auto;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
    position: absolute;
    right: 0;
    bottom: 100px;
    background: #feffd0;
    padding: 12px 15px;
    border-radius: 5px;
    box-shadow: 0 0 16px 0 rgba(0, 0, 0, .35);
    z-index: 1000;
    display: none;
}

.bubbleMessage:after {
    content: "";
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #feffd0;
    border-bottom: 8px solid transparent;
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    left: 12px;
    bottom: -16px;
    padding: 0;
}

.fade {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(20, 20, 20, 0.5);
    top: 0;
    left: 0;
    z-index: 999;
}

a.close {
    position: absolute;
    top: 10px;
    right: 20px;
    color: #808088;
    font-size: 42px;
    line-height: 22px;
    text-decoration: none;
    z-index: 100;
    cursor: pointer;
}

a.close:hover {
    color: #00aced;
}

/*** Account ***/

.dropdownButton {
    font-size: 100%;
    text-decoration: none;
    white-space: nowrap;
}

.dropdownButton .fa {
    font-size: 80%;
    margin-left: 3px;
    vertical-align: top;
    margin-top: 1px;
}

.ui-element-container {
    position: relative;
    display: inline-block;
}

.dropdown {
    display: none;
    position: absolute;
    min-width: 200px;
    border: 1px solid silver;
    border-top: 4px solid #44B9dd;
    background: #fff;
    padding: 4px 0;
    right: 0px;
    font-weight: 400;
    text-align: left;
    font-size: 14px;
    z-index: 100;
    line-height: 1.3em;
    margin-top: 12px;
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, .15);
}

.dropdown:before {
    content: "";
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid transparent;
    border-bottom: 8px solid #44B9dd;
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    right: 16px;
    top: -20px;
    padding: 0;
}

.dropdown p {
    padding: 8px 20px;
    margin: 0;
    color: #444;
}

.dropdown hr {
    border-color: #e5e5e5;
    margin: 4px 0;
}

.dropdown h5 {
    font-size: 90%;
    text-transform: uppercase;
    color: #999;
    font-weight: 500;
    margin: 0;
    padding: 10px 15px 5px 20px;
}

.dropdown a {
    padding: 5px 20px 5px 18px;
    color: #444;
    display: block;
    font-size: 100%;
    line-height: 2;
    border: none;
    margin: 0;
    font-weight: 400;
    text-align: left;
    text-transform: none;
    white-space: nowrap;
    background-color: transparent;
    text-decoration: none;
}

.dropdown a:hover {
    background-color: #00aced;
    color: #fff;
    border: none;
    margin: 0;
}

.dropdown a .fa {
    margin: 0;
    margin-right: 4px;
    color: #aaa;
    font-size: 16px;
    vertical-align: middle;
    line-height: 1;
}

.dropdown a:hover .fa {
    opacity: 1;
    color: #fff;
}

.dropdown.radio a .fa {
    opacity: 0;
}

.dropdown.radio a.active {
    font-weight: bold;
}

.dropdown.radio a.active .fa {
    opacity: .5;
}

.admin-image {
    width: 250px;
    float: left;
    margin: 0;
    margin-bottom: 50px;
    margin-right: 50px;
}

.required {
    color: #c0232f;
}

input[readonly] {
    pointer-events: none;
    background: #f8f8f8;
    opacity: .77;
}

/*** Roadmap styles ***/

table.roadmap {
    width: 100%;
}

table.roadmap th {
    padding: 10px 15px;
    vertical-align: top;
}

table.roadmap td {
    padding: 10px 15px;
    font-size: 90%;
    vertical-align: top;
}

table.roadmap tr td:first-child {
    font-size: 100%;
    white-space: nowrap;
}

table.roadmap tr td:last-child {
    white-space: nowrap;
    min-width: 120px;
}

.rmStatus {
    font-weight: bold;
    color: #fff;
    background: gray;
    border-radius: 1px;
    padding: 4px 6px;
    width: 100%;
    text-align: center;
}

.inDevelopment {
    background-color: #00aced;
}

.completed {
    background-color: #95c600;
}

.future {
    background-color: #a0a0a8;
}

.preview {
    background-color: #f8af11;
}

table.roadmap td.rmHead {
    font-weight: bold;
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
    background-color: #f8f8f8;
}

/*** Errors ***/

.f_formErrors, .f_fieldErrors {
    font-weight: 400;
    line-height: 1.4;
    color: #ffbb10;
    font-weight: bold;
    margin: 5px 0;
}

/* Certificate dashboard ***/

.cert-total-block {
    margin-bottom: 15px;
    padding: 20px 25px;
    color: #00aced;
    background: #fff;
    border-bottom: 1px solid #eee;
    border-right: 1px solid #eee;
    display: table-cell;
    vertical-align: top;
}

.cert-total-block .count {
    font-size: 700%;
    line-height: .8;
    letter-spacing: -0.05em;
    font-weight: 900;
    text-align: left;
    color: #00aced;
}

.cert-total-block .description {
    font-size: 35px;
    font-weight: 500;
    text-transform: uppercase;
    display: block;
    margin-top: 10px;
    text-align: left;
    line-height: 1.1em;
    letter-spacing: -0.025em;
    color: initial;
}

.cert-total-block .ttip {
    color: #999;
    font-size: 20px;
    top: -10px;
    text-transform: none;
    letter-spacing: normal;
}

.cert-findings-title .ttip {
    color: #999;
    font-size: 20px;
    top: -5px;
    text-transform: none;
}

.cert-findings {
    padding: 25px;
    border-bottom: 1px solid #eee;
    border-right: 1px solid #eee;
    color: #00aced;
    background: #fff;
    display: table-cell;
    vertical-align: top;
}

.td-spacer-10 {
    display: table-cell;
    width: 10px;
}

.cert-findings-title {
    font-size: 28px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0;
    white-space: nowrap;
    padding-top: 0;
    padding-bottom: 15px;
    text-align: left;
    line-height: 1.1em;
    color: initial;
}

.cert-finding {
    font-size: 300%;
    line-height: 1;
    font-weight: 700;
    letter-spacing: -0.05em;
    float: left;
    display: block;
    width: calc(33% - 12px);
    text-align: center;
    margin-right: 20px;
    color: #fff;
    min-width: 140px;
    padding: 25px 10px;
}

.cert-finding:last-child {
    margin: 0;
}

.cert-finding span {
    margin-top: 5px;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0;
    display: block;
}

.cert-chart-block {
    padding: 25px;
    padding-top: 20px;
    padding-bottom: 20px;
    background: #fff;
    border-bottom: 1px solid #eee;
    border-right: 1px solid #eee;
    margin-top: 10px;
    width: 900px;
    display: block;
    font-size: 15px;
}

.cert-chart-container {
    margin-top: 10px;
    height: 180px;
    width: 100%;
}

.cert-square-container {
    display: flex;
    width: 900px;
    margin-top: 10px;
}

.cert-square {
    position: relative;
    padding: 25px;
    padding-top: 20px;
    padding-bottom: 20px;
    width: 445px;
    background: #fff;
}

#certificatesDashboardContainer .cert-square {
    border-bottom: 1px solid #eee;
}

#certificatesDashboardContainer .cert-square:first-child {
    border-right: 1px solid #eee;
}

canvas#cert-chart {
    width: 850px;
    height: auto;
    max-width: none;
    max-height: none;
    clear: both;
}

#dashboardPkiFrame > .charts {
    display: flex;
    align-items: center;
    flex-direction: column;
}

#dashboardPkiFrame .cert-square {
    display: flex;
    flex-direction: column;
    /*align-items: center;*/
}

#dashboardPkiFrame .cert-square canvas {
    max-width: 240px;
    max-height: 240px;
    margin-top: 10px;
    margin-bottom: 5px;
}

#dashboardPkiFrame .cert-square .legend {
    border-bottom: none;
    width: auto;
}

#dashboardPkiFrame .cert-square .legend .color span {
    display: block;
    width: 12px;
    height: 12px;
    margin: 2px 0 0 0;
}

#dashboardPkiFrame .cert-square .legend {
    margin-bottom: 5px;
}

#dashboardPkiFrame .cert-square .legend a {
    text-decoration: none;
}

#dashboardPkiFrame .percent {
    text-align: right;
    padding-left: 0px;
}

#dashboardPkiFrame .legend td {
    vertical-align: top;
    font-size: 14px;
    line-height: 16px;
    font-weight: 500;
    color: #333;
    padding: 4px 6px;
}

#dashboardPkiFrame .legend td.value {
    text-align: right;
    padding-left: 20px;
}

/*** Dashboard Tiles ***/

.dashboardTiles {
    clear: both;
    margin: 30px 0;
}

.dashboardTiles a {
    text-decoration: none;
}

.dashboardTiles .tile {
    background-color: #f3f3f7;
    border-radius: 5px;
    border: 1px solid transparent;
    width: calc(30% - 30px);
    margin: 12px;
    margin-right: 24px;
    display: inline-block;
    cursor: pointer;
    overflow: hidden;
    position: relative;
}

.dashboardTiles .tile.new::after {
    content: 'NEW';
    position: absolute;
    top: 5px;
    right: -48px;
    font-size: 13px;
    line-height: 13px;
    background: #fca120;
    color: #ffffff;
    font-weight: bold;
    text-decoration: none;
    padding: 6px 60px;
    text-align: center;
    z-index: 1001;
    -o-transform: rotate(33deg);
    -ms-transform: rotate(33deg);
    -webkit-transform: rotate(33deg);
    -moz-transform: rotate(33deg);
    transform: rotate(33deg);
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.35);
}

.dashboardTiles .tile:first-child {
    margin-top: 12px !important;
    margin-left: 0;
}

.dashboardTiles .tile:nth-child(3n+0):after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
}

.dashboardTiles .tile:hover {
    border-color: #cacace;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, .2);
}

.dashboardTiles .tile h2 {
    font-size: 130%;
    font-weight: 600;
    color: #fff;
    background: #9e9e9a;
    padding: 25px;
    min-height: 50px;
    overflow: hidden;
    background-image: url("/include-web/images/immutable/20190307/polyback.png");
    background-position: top left;
    background-repeat: no-repeat;
    background-size: 160%;
}

.dashboardTiles .tile-summary {
    padding: 8px 18px 18px 18px;
}

.dashboardTiles .tile-summary p.site-count {
    line-height: 1.2;
    font-weight: 300;
    color: #6a6a6e;
    font-size: 140%;
    margin: 0;
}

.dashboardTiles .tile-summary p.maintained-by {
    line-height: 1.2;
    font-weight: 300;
    color: #6a6a6e;
    font-size: 85%;
    margin: 5px 0 0 0;
    white-space: nowrap;
}

.dashboardTiles .tile .bgc001 {
    background-color: #e30613;
}

.dashboardTiles .tile .bgc002 {
    background-color: #f39200;
}

.dashboardTiles .tile .bgc003 {
    background-color: #ea5b0c;
}

.dashboardTiles .tile .bgc004 {
    background-color: #ec6446;
}

.dashboardTiles .tile .bgc005 {
    background-color: #3faf6c;
}

.dashboardTiles .tile .bgc006 {
    background-color: #95c11f;
}

.dashboardTiles .tile .bgc007 {
    background-color: #25b4b1;
}

.dashboardTiles .tile .bgc008 {
    background-color: #006f9e;
}

.dashboardTiles .tile .bgc009 {
    background-color: #af083c;
}

.dashboardTiles .tile .bgc010 {
    background-color: #7a0627;
}

/*** Width limiters ***/

.maxw-640 {
    max-width: 640px;
}

.maxw-800 {
    max-width: 800px;
}

.maxw-960 {
    max-width: 960px;
}

.maxw-1100 {
    max-width: 1100px;
}

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

/*** Style Modifiers (must be last) ***/

div:first-child, p:first-child, h1:first-child, h2:first-child, h3:first-child, h4:first-child {
    margin-top: 0;
}

div:last-child, p:last-child, h1:last-child, h2:last-child, h3:last-child, h4:last-child {
    margin-bottom: 0;
}

#orderForm {
    width: 750px;
    text-align: justify;
}

#orderForm p {
    text-align: justify;
}

#orderForm table {
    width: 700px;
}

#orderForm td {
    border: 1px solid grey;
    padding: 10px;
    font-size: 16px;
}

#orderForm input {
    border: 1px solid #aaaaaa;
}

#orderForm textarea {
    border: 1px solid #aaaaaa;
}

#orderForm .cerror {
    color: red;
}

#orderForm .field {
    padding-top: 5px;
    padding-bottom: 15px;
}

#orderForm .fieldLabel {
    font-weight: bold;
}

#orderForm label {
    padding-left: 20px;
    display: block;
    color: black;
    font-weight: normal;
    margin-bottom: 10px;
    font-size: 1em;
}

#orderForm h3 {
    margin-top: 30px;
    padding-bottom: 10px;
}

#orderForm p {
    padding-top: 0px;
    margin-top: 0px;
}

@media only screen and (max-device-width: 740px) {
    #orderForm {
        width: 100%;
    }

    #orderForm table {
        width: 100%;
    }

    #orderForm label a {
        text-overflow: ellipsis;
        width: 100%;
        overflow: hidden;
        white-space: nowrap;
        display: block;
    }
}

#libunboundForm select {
    border: 1px solid #cccccc;
    padding: 10px;
}

#libunboundForm .qname {
    word-break: break-word;
}

#editOrgForm select {
    border: 1px solid #cccccc;
    padding: 10px;
}

#sendNewsletterForm input[name="subject"] {
    width: 100%;
}

#sendNewsletterForm select {
    border: 1px solid #cccccc;
    padding: 10px;
}

#sendNewsletterForm .bodyTextRow {
    display: none;
}

#sendNewsletterForm textarea[name="customRecipients"] {
    width: 100%;
    height: 100px;
    border: 1px solid #ccc;
}

/* quill style changes */
.ql-editor {
    font-family: Roboto, Helvetica, Arial, sans-serif;
    font-size: 17.6px;
    font-weight: 400;
    line-height: 26.4px;
}

.ql-editor p + p {
    margin-top: 17.6px;
}

.narrow #updateSubscriptionsForm {
    margin: 0;
}

.narrow #updateSubscriptionsForm input[type="submit"] {
    width: auto;
}

#section_email.reportContent table.bt td {
    text-align: left;
    word-break: normal;
}

#section_email.reportContent table.bt i.fa-fw {
    width: auto;
}

#labs-confusables-table {
    width: 100%;
}

#labs-confusables-table th {
    font-size: 120%;
    padding: 10px;
}

#labs-confusables-table th.hostname {
    font-size: 120%;
    padding-left: 20px;
}

#labs-confusables-table tbody td.discovered {
    font-weight: 400;
    font-size: 90%;
    color: #444;
    padding-left: 10px;
    border-right: 1px solid #eeeeee;
    margin-right: 0px;
}

#labs-confusables-table tbody td.hostname {
    padding-left: 20px;
    word-break: break-all;
}

#labs-confusables-table tbody td.hostname .unicode {
    font-size: 110%;
}

#labs-confusables-table tbody td.hostname .ascii {
    color: #808080;
    font-size: 90%;
}

#labs-confusables-table .confusable-char {
    color: red;
}

#labs-confusables-table .ttip .tip {
    left: -16px;
    bottom: calc(100% + 4px);
}

.admin-pages .confusables-table tbody td {
    vertical-align: top;
}

.admin-pages .confusables-table tbody td:first-child {
    padding-right: 0;
}

/* Fancy blockquote */

.fancy-blockquote blockquote {
    border-radius: 3px;
    position: relative;  /*  <--- */
    /*font-style: italic;*/
    text-align: left;
    padding: 1rem 1.2rem;
    width: 80%;  /* create space for the quotes */
    color: #4a4a4a;
    margin: 1rem auto 2rem;
    color: #4a4a4a;
    background: #E8E8E8;
    font-size: 1.1em;
}

.fancy-blockquote blockquote:before,
.fancy-blockquote blockquote:after{
    font-family: FontAwesome;
    position: absolute;
    /* -- inside the relative position of blockquote -- */
    top: 13px;
    color: #E8E8E8;
    font-size: 34px;
}

.fancy-blockquote blockquote:before{
    content: "\f10d";
    margin-right: 13px;
    right: 100%;
}

.fancy-blockquote blockquote:after{
    content: "\f10e";
    margin-left: 13px;
    left: 100%;
    top: auto;
    bottom: 13px;
}

.woot-widget-bubble {
    bottom: 40px !important;
}

.woot-widget-bubble.woot-elements--right {
    right: 30px !important;
}

.woot-widget-holder {
    bottom: 124px !important;
}

#labs h2 {
    font-size: 28px;
    font-weight: bold;
    text-decoration: none;
}

#labs p {
    font-size: 17px;
}

#labs p.summary {
    font-size: 20px;
}

#labsGuidance li {
    font-size: 18px;
}

#labsGuidance .adviceSource {
    color: grey;
    font-size: 90%;
}

.dashboard-top-icons {
    display: flex;
    justify-content: space-between;
}

.dashboard-top-icons > div {
    display: flex;
    margin-right: 20px;
}

.dashboard-top-icons > div:last-child {
    margin-right: 0;
}

.dashboard-top-icons .icon {
    display: inline-block;
    background-color:#0f7ab3;
    width:70px;
    height:68px;
    border-radius:50%;
    background-position: center;
    background-size: 25px;
    background-repeat: no-repeat;
}

.dashboard-top-icons .hosts .icon {
    background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjUiIGhlaWdodD0iMzMiIHZpZXdCb3g9IjAgMCAyNSAzMyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHJlY3QgeD0iMSIgeT0iMSIgd2lkdGg9IjIyLjk5OTQiIGhlaWdodD0iNy4yMTAzMiIgcng9IjEiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMiIvPgo8cmVjdCB4PSIxIiB5PSIxMi44NDE5IiB3aWR0aD0iMjIuOTk5NCIgaGVpZ2h0PSI3LjIxMDMyIiByeD0iMSIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSIyIi8+CjxwYXRoIGQ9Ik0xMi40OTk1IDkuMjEwMjdMMTIuNDk5NSAxMS44NDE4IiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjIiLz4KPHBhdGggZD0iTTEyLjQ5OTUgMjEuMDUyMkwxMi40OTk1IDI4LjcxNzkiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMiIvPgo8cGF0aCBkPSJNMTguMjk3NCAyOC45NDY4TDYuNzAyMjYgMjguOTQ2OCIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSIyIi8+CjxjaXJjbGUgY3g9IjMuOTQ3MjgiIGN5PSIyOC45NDY4IiByPSIyLjk0NzI4IiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjIiLz4KPGNpcmNsZSBjeD0iMjEuMDUyNyIgY3k9IjI4Ljk0NjgiIHI9IjIuOTQ3MjgiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMiIvPgo8L3N2Zz4KCg==');
    background-size: 26px;
}

.dashboard-top-icons .certificates .icon {
    background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjgiIGhlaWdodD0iMzQiIHZpZXdCb3g9IjAgMCAyOCAzNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHJlY3QgeD0iMSIgeT0iMSIgd2lkdGg9IjI2IiBoZWlnaHQ9IjMxLjYiIHJ4PSIxIiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjIiLz4KPHBhdGggZD0iTTYuNzIwMjEgOC45NjAwMkgyMS4yODAyIiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIvPgo8cGF0aCBkPSJNNi43MjAyMSAxMy40NEgyMS4yODAyIiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIvPgo8cGF0aCBkPSJNNi43MjAyMSAxNy45MkgxNS42ODAyIiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIvPgo8L3N2Zz4KCg==');
    background-size: 28px;
}

.dashboard-top-icons .domains .icon {
    background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzQiIGhlaWdodD0iMzQiIHZpZXdCb3g9IjAgMCAzNCAzNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGNpcmNsZSBjeD0iMTciIGN5PSIxNyIgcj0iMTYiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMiIvPgo8cGF0aCBkPSJNMjMuOTMzNiAxNy41NjY2QzIzLjkzMzYgMjEuOTg3NyAyMy4wNjY0IDI1Ljk0MTIgMjEuNzA5NCAyOC43NTJDMjAuMzE4NSAzMS42MzMxIDE4LjU4OTYgMzMgMTcuMDAwMiAzM0MxNS40MTA4IDMzIDEzLjY4MTkgMzEuNjMzMSAxMi4yOTExIDI4Ljc1MkMxMC45MzQxIDI1Ljk0MTIgMTAuMDY2OSAyMS45ODc3IDEwLjA2NjkgMTcuNTY2NkMxMC4wNjY5IDEzLjE0NTUgMTAuOTM0MSA5LjE5MjEyIDEyLjI5MTEgNi4zODEyNkMxMy42ODE5IDMuNTAwMTUgMTUuNDEwOCAyLjEzMzMgMTcuMDAwMiAyLjEzMzNDMTguNTg5NiAyLjEzMzMgMjAuMzE4NSAzLjUwMDE1IDIxLjcwOTQgNi4zODEyNkMyMy4wNjY0IDkuMTkyMTIgMjMuOTMzNiAxMy4xNDU1IDIzLjkzMzYgMTcuNTY2NloiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMiIvPgo8cGF0aCBkPSJNMC41NjY4OTUgMTcuNTY2N0gzMi44NjY5IiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjIiLz4KPC9zdmc+Cg==');
    background-size: 35px;
}

.dashboard-top-icons .ipaddresses .icon {
    background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzAiIGhlaWdodD0iMzIiIHZpZXdCb3g9IjAgMCAzMCAzMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGNpcmNsZSBjeD0iNC41IiBjeT0iNC41IiByPSIzLjUiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMiIvPgo8Y2lyY2xlIGN4PSIyNS41IiBjeT0iNC41IiByPSIzLjUiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMiIvPgo8cGF0aCBkPSJNMTggMjcuNUMxOCAyOS40MzMgMTYuNDMzIDMxIDE0LjUgMzFDMTIuNTY3IDMxIDExIDI5LjQzMyAxMSAyNy41QzExIDI1LjU2NyAxMi41NjcgMjQgMTQuNSAyNEMxNi40MzMgMjQgMTggMjUuNTY3IDE4IDI3LjVaIiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjIiLz4KPHBhdGggZD0iTTQuNSA4LjVWMTVIMTQuNUgyNS41VjguNSIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSIyIi8+CjxwYXRoIGQ9Ik0xNC41IDE1TDE0LjUgMjQiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMiIvPgo8L3N2Zz4KCg==');
    background-size: 30px;
}

.dashboard-top-icons .text {
    padding-left: 20px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    line-height: 1;
    align-items: center;
}

.dashboard-top-icons .title {
    text-transform: uppercase;
    font-weight: 400;
    font-size:   15px;
    line-height: 1;
    white-space: nowrap;
}

.dashboard-top-icons .numbers {
    display: flex;
    align-items: flex-end;
}

.dashboard-top-icons .updown {
    display: flex;
    display: none;
    flex-direction: column;
    padding-left: 10px;
    padding-bottom: 5px;
}

.dashboard-top-icons .up,
.dashboard-top-icons .down {
    display: flex;
    font-size: 12px;
    font-weight: 400;
}

.dashboard-top-icons .up {
    color: #95C600;
}

.dashboard-top-icons .up::before,
.dashboard-top-icons .down::before {
    content: '↑';
    height: 10px;
    display: block;
    overflow: hidden;
    line-height: 1;
    padding-left: 2px;
    padding-right: 0;
}

.dashboard-top-icons .up::before {
    margin-bottom:  4px;
    padding-right:  2px;
    padding-left:   0;
}

.dashboard-top-icons .down {
    color: #C0232F;
}

.dashboard-top-icons .down::before {
    transform: rotateZ(180deg);
    border-bottom: 2px solid transparent;
}

.dashboard-top-icons .count {
    font-size: 50px;
    line-height:1;
    font-weight: 300;
}

@media only screen and (max-device-width: 768px) {
    .dashboard-top-icons {
        flex-direction: column;
    }
    .dashboard-top-icons > div {
        padding: 1em 0 0 1em;
    }
    .dashboard-top-icons .text {
        flex-grow: 1;
    }
}

span.new {
    text-transform: uppercase;
    background-color: #fca120;
    color: #fff;
    font-size: 0.85rem;
    font-weight: 700;
    padding: 2px 4px;
    border-radius: 3px;
    line-height: 1em;
    vertical-align: middle;
    margin-left: 5px;
    position: relative;
    top: -1px;
}

.simple_label {
    display: inline-block;
    color: white;
    padding: 1px 4px;
    margin-left: 4px;
    border-radius: 3px;
    font-size: 75%;
}

#messagesListTable tbody td:last-of-type {
    padding-right: 50px;
}

#messagesListTable tbody tr:not(.odd):not(.even) {
    background-color: #fbfbfb;
}

#messagesListTable .rcodeNotNull {
    background-color: #fff5cd;
}

#messagesListTable .rcodeNotNull:hover {
    background-color: #ffe7bf;
}

#messagesListTable .showDetails {
    margin-top: 0;
}

#messagesListTable td {
    line-height: 1.5;
}

#messagesListTable pre {
    padding-bottom: 0;
    margin: 0;
}

.cf:after {
    content: "";
    display: table;
    clear: both;
}

/*** Page tabs ***/

.tab-group {
    border-bottom: 1px solid #ddd;
    line-height: 2.25em;
    position: relative;
    width: calc(100% + 50px);
    left: -25px;
    padding-left: 30px;
    clear: both;
}

.tab-button {
    display: inline-block;
    padding: 0 30px;
    font-size: 90%;
    padding-top: 2px;
    padding-bottom: 2px;
    position: relative;
    float: left;
    text-decoration: none;
    color: initial;
    bottom: -2px;
    margin: 0;
    margin-right: 2px;
    text-transform: uppercase;
    font-weight: 400;
}

.tab-button.active {
    padding: 0 29px;
    padding-top: 2px;
    padding-bottom: 4px;
    border: 1px solid #ddd;
    border-bottom: 0;
    position: relative;
    bottom: -1px;
    background: #fff;
    font-weight: 500;
}

.tab-button:hover {
    text-decoration: none;
}

.tab-button.active:hover {
    color: initial;
}

.tab-button:not(.active):hover {
    border-bottom: 3px solid #00aced;
}

.tab {
    clear: both;
    padding: 30px 20px;
    font-weight: 400;
}

.mailgun-admin-table {
    width: 100%;
}

.mailgun-admin-table td.address,
.mailgun-admin-table td.createdAt {
    white-space: nowrap;
}

.mailgun-admin-table td.address {
    max-width: 300px;
    overflow-x: hidden;
    text-overflow: ellipsis;
}

.approx-num-small {
    font-size: 60%;
}

#certNamespace form, #hostNamespace form {
    display: flex;
    flex-direction: column;
    align-items: start;
}

#certNamespace select, #hostNamespace select {
    border: 1px solid #cccccc;
    padding: 10px;
    width:auto;
}

#certNamespace input, #hostNamespace input {
    margin: 10px 0;
}

#certNamespace ul, #hostNamespace ul {
    margin: 0;
}
#certNamespace li, #hostNamespace li {
    padding: 0;
    margin:  0;
    list-style-position: inside;
    list-style-type: disclosure-open;
    cursor: pointer;
}

#certNamespace li.leaf, #hostNamespace li.leaf {
    cursor: default;
    list-style-type: none;
}

#certNamespace li.empty, #hostNamespace li.empty {
    color: grey;
}

#certNamespace li.empty > ul, #hostNamespace li.empty > ul {
    color: black;
}

#certNamespace li.closed, #hostNamespace li.closed {
    list-style-type: disclosure-closed;
}

#certNamespace li.closed ul, #hostNamespace li.closed ul {
    display: none;
}

#section_www_technologies .tech-name {
    font-size: 16px;
}

#section_www_technologies table {
    border-bottom: none;
}

#section_www_technologies table tr td:first-child {
    padding: 6px 0 0 39px;
    width: 72px;
    vertical-align: middle;
}
