.display-none {
    display: none !important;
}
.mw_hosting_list_box {
  background: #fff;
  padding: 60px;
  color: #111;
}

.button, .btn {
    box-sizing: border-box;
}

.clearfix:after, .container:after, .container-fluid:after, .row:after, .modal-footer:after {
    clear: both;
}

.clearfix:before, .clearfix:after {
    content: "";
    display: table
}

.clearfix:after {
    clear: both
}

.clearfix {
    zoom: 1
}

.left {
    float: left
}

.right {
    float: right
}

.text-center {
    font-align: center
}

/* Expandable */
.mw_expandable {

}
.mw_expandable .mw_expandable_header {
    cursor: pointer;
}
.mw_expandable .mw_expandable_content {
    display: none;
}
.miowebDomains .mw_expandable_header {
    color: #158ebf;
    text-decoration: underline;
}
.miowebDomains .mw_expandable_header:hover {
    text-decoration: inherit;
}



#dropdown {
    display: none;
    position: absolute;
}

#dropdown-handler:hover #dropdown {
    display: block;
}

#dropdown.grey ul {
    padding: 20px;
}

#dropdown.grey ul li {
    padding: 5px 0;
}

#dropdown.grey ul li a {
    color: #aeb3bf;
    text-decoration: none;
}

#dropdown.grey ul li a:hover {
    color: white;
}

.dropdown {
    z-index: 2000;
}

.btn {
    padding: 15px 20px;
    font-size: 15px;
    line-height: 1em;
    color: white !important;
    display: inline-block;
    text-transform: uppercase;
    text-decoration: none;
    border: 0;
    cursor: pointer;
}

.actionButtons .btn.blue {
    height: 35px;
    padding: 5px 10px;
    line-height: 25px;
}

.btn.small {
    padding: 10px;
    font-size: 14px;
}

.btn.large {
    padding: 25px 50px 22px 50px;
    font-size: 24px;
    font-weight: 200;
}

.btn.upper {
    text-transform: uppercase;
}

.btn.blue {
    background-color: #0079af;
    font-weight: 200;
}

.btn.blue:hover {
    background-color: #0099cc;
    color: white;
}

.btn.blue:active,
.btn.blue:focus {
    color: white;
    text-decoration: none;
}

.btn.red {
    background-color: #e1364a;
    color: white;
}

.btn.red:hover {
    background-color: #FF5468;
}

.btn.grey-light {
    background-color: #8a8a8a;
    color: white;
}

.btn.center {
    margin-left: 50%;
    transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    /* IE 9 */
    -webkit-transform: translate(-50%, 0);
    /* Safari */
}


p {
    line-height: 1.4;
}

.tipMsg {
    display: inline-block;
    padding: 5px 0;
    font-size: 12px;
    color: #aeb3bf;
}

.tipMsg:before {
    content: "";
    width: 18px;
    height: 16px;
    background: url("../images/question-mark-small.png") no-repeat;
    display: inline-block;
    vertical-align: middle;
}

.alert {
    width: 100%;
    padding: 20px 20px;
    text-align: center;
}

.alert button.close {
    float: right;
    width: 20px;
    height: 20px;
    border: 0;
    background-color: white;
    color: black;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}

.alert.alert-danger {
    color: white;
    background-color: #c4453c;
    background-image: -webkit-linear-gradient(135deg, transparent, transparent 25%, rgba(0, 0, 0, 0.05) 25%, rgba(0, 0, 0, 0.05) 50%, transparent 50%, transparent 75%, rgba(0, 0, 0, 0.05) 75%, rgba(0, 0, 0, 0.05));
    background-image: -moz-linear-gradient(135deg, transparent, transparent 25%, rgba(0, 0, 0, 0.1) 25%, rgba(0, 0, 0, 0.1) 50%, transparent 50%, transparent 75%, rgba(0, 0, 0, 0.1) 75%, rgba(0, 0, 0, 0.1));
    background-image: -ms-linear-gradient(135deg, transparent, transparent 25%, rgba(0, 0, 0, 0.1) 25%, rgba(0, 0, 0, 0.1) 50%, transparent 50%, transparent 75%, rgba(0, 0, 0, 0.1) 75%, rgba(0, 0, 0, 0.1));
    background-image: -o-linear-gradient(135deg, transparent, transparent 25%, rgba(0, 0, 0, 0.1) 25%, rgba(0, 0, 0, 0.1) 50%, transparent 50%, transparent 75%, rgba(0, 0, 0, 0.1) 75%, rgba(0, 0, 0, 0.1));
    background-image: linear-gradient(135deg, transparent, transparent 25%, rgba(0, 0, 0, 0.1) 25%, rgba(0, 0, 0, 0.1) 50%, transparent 50%, transparent 75%, rgba(0, 0, 0, 0.1) 75%, rgba(0, 0, 0, 0.1));
}

.alert.alert-success {
    background-color: #88C627;
    color: white;
}

.alert.alert-info {
    background-color: white;
}

.alert.alert-warning {
    background-color: #E1364A;
    color: white;
}

a:active,
a:focus {
    text-decoration: none;
    outline: none !important;
}

.loading {
    position: absolute;
    z-index: 3000;
    width: 100%;
    height: 100%;
    text-align: center;
    background-color: #ccc;
}

.spinner {
    margin: 100px auto;
    width: 320px;
    height: 80px;
    text-align: center;
    font-size: 10px;
}

.spinner > div {
    background-color: #333;
    height: 100%;
    width: 8px;
    display: inline-block;
    -webkit-animation: stretchdelay 1.2s infinite ease-in-out;
    animation: stretchdelay 1.2s infinite ease-in-out;
}

.spinner .rect2 {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
}

.spinner .rect3 {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
}

.spinner .rect4 {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}

.spinner .rect5 {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
}

@-webkit-keyframes stretchdelay {
    0%,
    40%,
    100% {
        -webkit-transform: scaleY(0.4);
    }
    20% {
        -webkit-transform: scaleY(1);
    }
}

@keyframes stretchdelay {
    0%,
    40%,
    100% {
        transform: scaleY(0.4);
        -webkit-transform: scaleY(0.4);
    }
    20% {
        transform: scaleY(1);
        -webkit-transform: scaleY(1);
    }
}

.hosting_list_header + div.container {
    min-height: 100%;
}

.hosting_list_header + section {
    min-height: 100%;
}

.ui-datepicker .ui-datepicker-header {
    padding: 0.08em 0 !important;
    cursor: pointer;
}

.ui-corner-all {
    border-radius: 0 !important;
}

.ui-widget-header {
    background: none !important;
    font-size: 16px !important;
    font-weight: 100;
}

.ui-state-default,
.ui-widget-content .ui-state-default {
    background: #0079af !important;
    color: white !important;
    font-family: "Myriad Pro" !important;
    font-size: 16px !important;
    font-weight: 100 !important;
}

.ui-state-default.ui-state-highlight {
    background: #E88C15 !important;
    border: 0 !important;
}

.ui-datepicker th {
    font-weight: 100 !important;
}

.ui-state-default,
.ui-widget-content .ui-state-default:hover {
    background: #0099cc !important;
}

section.funnelListing a {
    padding: 15px 15px;
    color: white;
    display: inline-block;
    text-transform: uppercase;
    font-size: 14px;
}

section.funnelListing #createFunnel {
    background-color: #0079af;
    margin: 20px;
}

section.funnelListing #createFunnel:hover {
    background-color: #0099cc;
}

section.funnelListing .funnelOptions {
    padding: 10px 20px;
    border-top: 1px solid #eee;
}

section.funnelListing .funnelOptions .name {
    float: left;
    color: #38404c;
    line-height: 2.5;
    font-size: 16px;
}

section.funnelListing .funnelOptions .optionsWrapper {
    float: right;
}

section.funnelListing .funnelOptions .optionsWrapper #tracking {
    background-color: #88c627;
}

section.funnelListing .funnelOptions .optionsWrapper #tracking:hover {
    background-color: #99d33d;
}

section.funnelListing .funnelOptions .optionsWrapper #editFunnel {
    background-color: #0079af;
}

section.funnelListing .funnelOptions .optionsWrapper #editFunnel:hover {
    background-color: #0099cc;
}

section.funnelListing .funnelOptions .optionsWrapper #deleteFunnel {
    background-color: #E1364A;
}

section.funnelListing .funnelOptions .optionsWrapper #deleteFunnel:hover {
    background-color: #DE5363;
}

.userSettings form {
    padding-top: 20px !important;
    padding-bottom: 60px !important;
}

.userSettings .gravatar {
    margin: 40px auto 0 auto;
    display: block;
}

.userSettings .changeGravatar {
    text-align: center;
    padding-top: 20px;
}

section.trackingCode {
    padding-bottom: 50px;
}

section.trackingCode .codeWrapper {
    margin: 50px auto;
    width: 400px;
}

section.trackingCode .codeWrapper label {
    display: block;
    padding: 5px 0;
    color: #0079af;
    text-transform: uppercase;
    font-size: 14px;
}

section.trackingCode .btn {
    margin-top: 50px;
}

section.trackingCode .description {
    text-align: center;
    width: 70%;
    color: #38404c;
    font-size: 16px;
    margin: 0 auto;
}

section.trackingCode textarea {
    padding: 5px;
    resize: none;
    width: 100%;
    height: 150px;
    display: block;
    text-align: left;
    font-size: 14px;
    font-family: Arial;
}

section.miowebDomains {
    margin-top: 20px;
}

section.miowebDomains .hosting_list_header {
    padding: 30px 0;
}

section.miowebDomains .hosting_list_header .title {
    font-size: 26px;
    text-transform: uppercase;
    font-weight: 400;
    color: #fff;
    line-height: 1.1em;
}

section.miowebDomains .hosting_list_header .subtitle {
    line-height: 1.7;
    font-size: 16px;
    color: #ddd;
}

section.miowebDomains .hosting_list_header .addNewWeb {
    margin-left: 20px;
    font-weight: 200;
}

section.miowebDomains .licensePackage.status--valid {
    border-left: 4px solid #76d23f;
}

section.miowebDomains .licensePackage.status--valid .licensePackage__expiration {
    background-color: Green;
}

section.miowebDomains .licensePackage.status--invalid .licensePackage__expiration {
    background-color: #e1364a;
}


section.miowebDomains .licensePackage.status--invalid .licensePackage__description {
    color: #e1364a;
    padding-top: 5px;
}

/*section.miowebDomains .licensePackage {*/
    /*padding: 200px 0;*/
/*}*/

section.miowebDomains .licensePackage.status--invalid {
    border-left: 4px solid #e1364a;
}

section.miowebDomains .licensePackage .supportOrder {
    padding: 30px 0;
}

section.miowebDomains .licenseRelease .right {
    padding: 30px 0;
}

section.miowebDomains .licensePackage__title,
section.miowebDomains .licenseRelease__title {
    padding: 15px 20px 5px 0;
    display: inline-block;
}

section.miowebDomains .licensePackage__expiration {
    font-size: 13px;
    color: white;
    background-color: #0079af;
    border-radius: 30px;
    padding: 6px 12px;
    white-space: nowrap;
    display: inline-block;
}

section.miowebDomains .licensePackage__description {
    padding-bottom: 5px;
}

section.miowebDomains .licenseRelease__description {
    padding-bottom: 5px;
}

section.miowebDomains .licensePackage .ajax-loading.license-package__loading-icon {
    display: block;
    width: 40px;
    height: 40px;
    background: url('../images/loader.gif') no-repeat center center;
    background-size: 40px;
    position: absolute;
    left: 50%;
    top: 30px;
    filter: none !important;
}

section.miowebDomains .licensePackage .license-package__loading-icon {
    display: none;
}

section.miowebDomains .licensePackage {
    position: relative;
}

section.miowebDomains .domainHolder,
section.miowebDomains .licensePackage,
section.miowebDomains .licenseRelease {
    padding: 7px 20px;
    background-color: white;
    margin: 5px 0;
}

/* Domain statuses - left border indication */
section.miowebDomains .domainHolder {
    /* Unknown domain status */
}
section.miowebDomains .domainHolder.status-waiting-for-payment {
    border-left: 4px solid #e1364a;
}
section.miowebDomains .domainHolder.status-waiting-domain-notification {
    border-left: 4px solid #e1c504;
}
section.miowebDomains .domainHolder.status-creating {
    border-left: 4px solid #e1c504;
}
section.miowebDomains .domainHolder.status-waiting-for-dns-update {
    border-left: 4px solid #e1364a;
}
section.miowebDomains .domainHolder.status-waiting-for-dns-change,
section.miowebDomains .domainHolder.status-waiting-domain-notification,
section.miowebDomains .domainHolder.status-waiting-change-domain-notification,
section.miowebDomains .domainHolder.status-migrating {
    border-left: 4px solid #006ce1;
}
section.miowebDomains .domainHolder.status-created {
    border-left: 4px solid #76d23f;
}
section.miowebDomains .domainHolder.status-pending-delete {
    border-left: 4px solid #565656;
}
section.miowebDomains .domainHolder.status-deleted {
    border-left: 4px solid #565656;
}
section.miowebDomains .domainHolder.status-error {
    border-left: 4px solid #c000e1;
}
section.miowebDomains .domainHolder.status-suspended {
    border-left: 4px solid #e1364a;
}
section.miowebDomains .domainHolder.status-pending-suspend {
    border-left: 4px solid #e1c504;
}


section.miowebDomains .domainHolder .domainName {
    font-size: 18px;
    font-weight: 200;
    padding: 15px 20px 15px 0;
    display: inline-block;
}

section.miowebDomains .domainHolder .status {
    font-size: 13px;
    color: white;
    background-color: #0079af;
    border-radius: 30px;
    padding: 6px 12px;
    white-space: nowrap;
}

section.miowebDomains .domainHolder.status-created .status {
    background-color: #74bd00;
}
section.miowebDomains .domainHolder.status-error .status {
    background-color: #e20101;
}

section.miowebDomains .domainHolder .description {
    font-size: 14px;
    color: #727272;
    line-height: 2.8;
}

section.miowebDomains .domainHolder .dataWrapper {
    padding: 20px;
    background-color: #ececec;
    font-size: 13px;
}

section.miowebDomains .domainHolder .actionButtons {
    padding: 10px 0;
}

section.miowebDomains .domainHolder.domain-awaitPayment .domainStatus,
section.miowebDomains .domainHolder.domain-awaitRedirection .domainStatus {
    background-color: #e1364a;
    padding: 7px 10px 5px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
}

section.miowebDomains .domainHolder.domain-ready .domainStatus {
    background-image: url("../images/check-ico.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #a0d251;
    padding: 6px 12px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}

/* Licences */

section.miowebDomains div.licenses {
    margin: 10px;
}
section.miowebDomains table.licenses {
    width: 100%;
}

section.miowebDomains table.licenses th,
section.miowebDomains table.licenses td {
    border-bottom: 4px solid;
    margin: 10px;
    border-spacing: 5px 2px;
    background-color: white;
    font-size: 96%;
    padding: 10px 10px 8px;
}

section.miowebDomains table.licenses tr:hover {
    background-color: #f5f5f5;
}

section.miowebDomains table.licenses th {
    font-weight: bold;
    text-align: left;
}

section.miowebDomains .licenceKey {
    font-weight: 200;
    font-size: 16px;
}

section.miowebDomains .keyStatus {
    font-size: 14px;
    white-space: nowrap;
}

section.miowebDomains .keyStatus:before {
    content: "";
    width: 15px;
    height: 15px;
    display: inline-block;
    margin-right: 5px;
    vertical-align: middle;
}

section.miowebDomains .keyStatus.taken:before {
    background-color: #e1364a;
}

section.miowebDomains .keyStatus.free:before {
    background-color: #a0d251;
}

/* DNS settings table */

section.miowebDomains table.dns-settings,
section.miowebDomains table.dns-settings th,
section.miowebDomains table.dns-settings td {
    border: #999999 1px solid;
    margin: 5px 0 20px 0;
    border-spacing: 0;
    background-color: #ebeaea;
    font-size: 96%;
    padding: 4px 10px 1px;
}

section.miowebDomains table.dns-settings th {
    font-weight: bold;
    text-align: left;
}

/* STATUS INFO BOX (blockUI) */

.blockMsg #status p {
    margin-top: 10px;
}

/* POPUP GENERIC */
.mfp-content > *:first-child {
    position: relative;
    background: #ffffff;
    padding: 25px;
    /*width: auto;*/
    max-width: 600px;
    margin: 20px auto;
}
.mfp-content .content {
}
.mfp-content .content h2 {
    margin-bottom: 20px;
}
.mfp-content .content h3 {
    margin-top: 25px;
    margin-bottom: 10px;
    color: #0079af;
}
.mfp-content .content .block {
    background-color: #f0f0f0;
}
.mfp-content p {
    margin-bottom: 0.8em;
}
.mfp-content .content .formWrapper {
    margin-top: 20px;
}
.mfp-content .content .formWrapper form {
    margin: 0;
    padding: 0;
    /*padding: 30px;*/
}

/* POPUP enableHttps*/
#enableHttps h2 span {
    text-decoration: underline;
    color: #0079af;
}

/* POPUP CHANGE DOMAIN MESSAGE BOX */
.msgBox {
    position: relative;
    background: #FFF;
    padding: 20px;
    width: auto;
    max-width: 500px;
    margin: 20px auto;
}
.msgBox .content {
    margin: 20px;
}
.msgBox .actionButtons {
    text-align: center;
}
.msgBox p {
    margin: 10px 0;
}

/* POPUP CHANGE DOMAIN */
#changeDomainForm .changeSelection {
    background-color: #efefef;
    margin-bottom: 15px;
    padding: 20px;
}
#changeDomainForm .changeSelection p {
    margin-bottom: 10px;
}
#changeDomainForm .changeSelection input{
    margin-left: 25px;
}
#changeDomainForm .domainInput {
    background-color: #efefef;
    margin: 15px 0;
    padding: 20px;
}
#changeDomainForm .domainInput p {
    margin-bottom: 15px;
}

#changeDomainForm .domain-managed .input,
#changeDomainForm .domain-managed .input_domain {
    position: relative;
}
#changeDomainForm .domain-managed input {
    width: auto;
    float: left;
}
#changeDomainForm .domain-managed select {
    width: 5em;
    float: left;
}
#changeDomainForm .domain-managed .www_text, #changeDomainForm .domain-managed .dot_text {
    line-height: 46px;
    color: #888;
    float: left;
    text-align: center;
    margin: 0 0;
}
#changeDomainForm .domain-managed .www_text {
}
#changeDomainForm .domain-managed .dot_text {
    margin: 0 3px;
}
#changeDomainForm .actionButtons {
    margin-top: 20px;
    /*text-align: center;*/
}
#changeDomainForm label {
    padding-top: 7px;
}

/*
	POPUP EMAILS
*/

.mfp-content .manageEmailAccounts .content h3 {
    margin-top: 0px;
}

.mfp-content .manageEmailAccounts .formWrapper form {
    padding: 30px;
}

.manageEmailAccounts .content .block {
    margin-bottom: 10px;
    padding: 15px;
}

.manageEmailAccounts #closePopup {
    background-color: #38404c;
    color: white;
    text-align: center;
    margin: 20px auto;
    margin-left: 50%;
    transform: translate(-50%, 0);
}

.manageEmailAccounts .changeItem {
    background-color: #f0f0f0;
    display: none;
    -webkit-box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.2);
}

.manageEmailAccounts .changeItem input {
    padding: 5px;
}

.manageEmailAccounts .changeItem input[type="submit"] {
    margin: 0 !important;
}

.manageEmailAccounts .changeItem label {
    display: block;
}

.manageEmailAccounts .actionButtons {
    margin-top: 20px;
    text-align: center;
}

.manageEmailAccounts .changeItem .inputWrapper {
    padding: 10px 0;
}

.manageEmailAccounts .changeItem .inputWrapper.inline {
    display: inline-block;
}

.manageEmailAccounts .changeItem .inputWrapper.wide50 {
    width: 49.5%;
}

.manageEmailAccounts .changeItem .inputWrapper.wide50 input {
    width: 100%;
}

.manageEmailAccounts .addNewBtn {
    margin-top: 15px;
}

.manageEmailAccounts .addNew {
    background-color: #f0f0f0;
    display: none;
    -webkit-box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.2);
}

.manageEmailAccounts .addNew input {
    padding: 5px;
}

.manageEmailAccounts .addNew input[type="submit"] {
    margin: 0 !important;
}

.manageEmailAccounts .addNew label {
    display: block;
}

.manageEmailAccounts .addNew .inputWrapper {
    padding: 10px 0;
}

.manageEmailAccounts .addNew .inputWrapper.inline {
    display: inline-block;
}

.manageEmailAccounts .addNew .inputWrapper.wide50 {
    width: 49.5%;
}

.manageEmailAccounts .addNew .inputWrapper.wide50 input {
    width: 100%;
}

.manageEmailAccounts .emailHolder {
    background-color: #f0f0f0;
    padding: 10px;
    margin: 5px 0;
}

.manageEmailAccounts .emailHolder .email {
    line-height: 36px;
    padding-left: 10px;
}


/*
	Buttons
*/
.ico-btn {
    height: 35px;
    padding: 5px 10px;
    padding-left: 40px;
    border: 1px solid #dbdbdb;
    color: #38404c !important;
    background-color: white;
    line-height: 25px;
    font-weight: 200;
    font-size: 83%;
    display: inline-block;
    position: relative;
    margin-left: 2px;
}

.ico-btn:before {
    content: "";
    top: 10px;
    left: 20px;
    position: absolute;
    background: url('../images/mioweb-domains.png') no-repeat top left;
    width: 12px;
    height: 12px;
}


.ico-btn.copy:before {
    background-position: 0 0;
    width: 16px;
    height: 16px;
}

.ico-btn.copy:hover:before {
    background-position: 0 -26px;
    width: 16px;
    height: 16px;
}

.ico-btn.pay:hover:before {
    background-position: 0 -52px;
    width: 16px;
}

.ico-btn.pay:before {
    background-position: 0 -74px;
    width: 16px;
}

.ico-btn.delete:before {
    background-position: 0 -96px;
}

.ico-btn.delete:hover::before {
    background-position: 0 -118px;
}

.ico-btn.admin:hover:before {
    background-position: 0 -140px;
    /*width: 14px;*/
    /*height: 20px;*/
}

.ico-btn.admin:before {
    background-position: 0 -166px;
    width: 14px;
    height: 16px;
    top: 8px;
    left: 20px;
}

.ico-btn.password:before {
    background-position: 0 -192px;
    height: 14px;
    left: 15px;
}

.ico-btn.password:hover:before {
    background-position: 0 -216px;
    height: 14px;
}

.ico-btn.mail:before {
    background-position: 0 -240px;
    width: 16px;
    height: 13px;
    left: 13px;
}

.ico-btn.mail:hover:before {
    background-position: 0 -263px;
    width: 16px;
    height: 13px;
}

.ico-btn.release:before {
    background-position: 0 -286px;
    left: 14px;
}

.ico-btn.release:hover:before {
    background-position: 0 -308px;
}

#wrapper .ico-btn-loading:before {
    background: url('../images/loader.gif') no-repeat 0 0;
    width: 16px;
    height: 16px;
    top: 8px;
    left: 12px;
}

.cursor-hint {
    cursor: help;
}

/* SVG icons */

.sico {
    display: inline-block;
    mask-repeat: no-repeat;
    mask-size: contain;
    mask-position: 50% 50%;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    -webkit-mask-position: 50% 50%;
    width: 17px;
    height: 17px;
    background-color: darkgray;
}
.sico-bottom {
    mask-position: 50% 100%;
    -webkit-mask-position: 50% 100%;
    margin-bottom: -3px;
}

.sico-color-mwgreen {
    background-color: #74bd00;
}
.sico-color-mwblue {
    background-color: #0079af;
}
.sico-color-green {
    background-color: darkgreen;
}
.sico-color-red {
    background-color: red;
}

.sico-img-lock {
    mask-image: url('../images/lock.svg');
    -webkit-mask-image: url('../images/lock.svg');
}
.sico-img-unlock {
    mask-image: url('../images/lock.svg');
    -webkit-mask-image: url('../images/lock.svg');
}


/* ----------- */
.formWrapper {
    width: 100%;
    background-color: white;
    margin: 0px 0px 10px;
}

.formWrapper h2.title {
    width: 100%;
    color: #aeb3bf;
    border-bottom: 1px solid #aeb3bf;
    padding: 20px;
    padding-bottom: 17px;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 14px;
}

.formWrapper form {
    margin: 20px 10px;
    padding: 15px;
}

.formWrapper form fieldset .title {
    padding: 40px 0 5px 0 !important;
}

.formWrapper form label {
    display: block;
    padding: 20px 0 5px 0;
    color: #38404c;
    font-size: 16px;
    font-weight: 100;
}

.formWrapper form select,
.formWrapper form input[type="text"],
.formWrapper form input[type="password"] {
    height: 40px;
}

.formWrapper form select,
.formWrapper form input[type="text"],
.formWrapper form input[type="password"],
.formWrapper form textarea {
    padding: 5px;
    border: 1px solid #aeb3bf;
    background-color: #fdfdfd;
    box-sizing: border-box;
}

.formWrapper form input ~ label {
    display: inline-block;
    padding-left: 5px;
    box-sizing: border-box;
}

.formWrapper form .radioWrapper {
    float: left;
}

.formWrapper form .radioWrapper label {
    padding-top: 5px;
}

.formWrapper form .stepField {
    margin-top: 30px;
}

.formWrapper form .orderSource {
    display: none;
}

.formWrapper form .orderSource select + span.select2 {
    width: 100% !important;
}

.formWrapper form input[type="submit"].btn.blue {
    padding: 15px 20px;
    background-color: #0079af;
    border: 0;
    text-transform: uppercase;
    color: white;
    margin: 30px auto 0 auto;
    line-height: 1em;
    height: inherit;
}

.formWrapper form input[type="submit"].btn.blue:hover {
    background-color: #0099cc;
}

.formWrapper form .desc {
    color: #aeb3bf;
    font-size: 13px;
}

.formWrapper form .inputWrapper.radio {
    display: inline-flex;
    margin-top: 10px;
}

.formWrapper form .inputWrapper.radio input {
    order: 1;
}

.formWrapper form .inputWrapper.radio label {
    padding: 0 10px;
    order: 2;
    line-height: 0.8;
}

.formWrapper .col50 {
    width: 49%;
}

.formWrapper .col33 {
    width: 33%;
}

.formWrapper .col25 {
    width: 24%;
}

.formWrapper .col67 {
    width: 66%;
}

.formWrapper .col75 {
    width: 74%;
}

.formWrapper .col100 {
    width: 99%;
}

@media (max-width: 550px) {
    .formWrapper form {
        width: 100% !important;
    }

    .formWrapper .col50,
    .formWrapper .col33,
    .formWrapper .col25,
    .formWrapper .col67,
    .formWrapper .col75,
    .formWrapper .col100 {
        width: 100% !important;
        margin-top: 5px;
    }

    .formWrapper .infoContent {
        padding: 40px !important;
    }

    .formWrapper .infoContent ul {
        padding: 30px 20 !important;
    }

    .formWrapper .infoContent ul li {
        padding: 10px 0 !important;
    }
}

/* Slide down handler makes uses jQuery to toggle elements with class .slideDown that are children of .slideDownHandler */
.slideDownHandler {
    position: relative;
}

.slideDownHandler .title {
    cursor: pointer;
}

.slideDownHandler:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #aeb3bf;
    top: 25px;
    right: 20px;
}

.slideDownHandler.opened:after {
    border-bottom: 8px solid #aeb3bf;
    border-top: 0 !important;
}

.slideDown {
    display: none;
}

.blockMsg h1 {
    line-height: 100%;
}

/* Redirections */

#redirect-list .emailHolder .redirectTo,
#redirect-list .emailHolder .redirectFrom {
    color: #0079af;
}
#redirect-list .emailHolder .middle {
    color: #6b6a6a;
}

/* Mail domain title */

#manageEmailAccounts .domain-name {
    margin-bottom: 18px;
    font-weight: bold;
}
#manageEmailAccounts .domain-name span {
    font-weight: normal;
    color: #0079af;
}

/* Mailbox management */
#mailbox-list .email .emailName {
    color: #0079af;
}

#mailbox-list .email .middle, #mailbox-list .email .emailDomain {
    color: #6b6a6a;
}

/* info, error, confirm boxes -- copied from admin.css*/
.cms_error_box {
    background: #da1c1c url('../images/alert-ico.png') no-repeat 15px 14px;
    color: #f3d0d0;
    font-size: 13px;
    line-height: 17px;
    padding: 12px 12px 12px 40px;
}

.cms_info_box {
    background: #1ca3da url('../images/info-ico.png') no-repeat 15px 13px;
    color: #c8e5f1;
    font-size: 13px;
    line-height: 17px;
    padding: 12px 12px 12px 40px;
}

.cms_info_box_gray {
    background: #f3f3f3 url('../images/info-ico-g.png') no-repeat 15px 13px;
    color: #8b8b8b;
    font-size: 12px;
    line-height: 17px;
    padding: 12px 12px 12px 40px;
}
.cms_info_box_gray a {
    color: #8b8b8b;
}
.cms_info_box_gray a:hover {
    text-decoration: none;
}
.cms_confirm_box {
    background: #64ac0e;
    color: #d0e9d0;
    font-size: 13px;
    line-height: 17px;
    padding: 12px;
}
.cms_error_box a,
.cms_confirm_box a,
.cms_info_box a {
    color: #fff;
}
.cms_error_box a:hover,
.cms_confirm_box a:hover,
.cms_info_box a:hover {
    text-decoration: none;
}

/* Debug info*/
.debug_info {
    font-size: 80%;
    font-family: "Courier New", monospace;
    color: #626262;
    background-color: #e3e3e3;
    border: #838383 solid 1px;
    border-radius: 6px;
    padding: 4px;
    line-height: 95%;
    margin-top: 5px;
    margin-bottom: 5px;
}
.debug_info dt {
    font-weight: bolder;
    display: inline-block;
}

/* Trial status*/
section.miowebDomains .domainHolder .trial-status {
    font-size: 13px;
    color: white;
    background-color: #0079af;
    border-radius: 30px;
    padding: 6px 12px;
    white-space: nowrap;
    display: inline-block;
}
section.miowebDomains .domainHolder .trial-status a {
    color: #d1ecff;
}
section.miowebDomains .domainHolder .trial-status-ready-to-buy {
    background-color: #74bd00;
}
section.miowebDomains .domainHolder .trial-status-ordered {
    background-color: #0079af;
}
section.miowebDomains .domainHolder .trial-status-processing {
    background-color: #0079af;
}
section.miowebDomains .domainHolder .trial-status-done {
    background-color: #74bd00;
}
section.miowebDomains .domainHolder .trial-status-error {
    background-color: #e20101;
}
section.miowebDomains .domainHolder .trial-status-unsupported-status {
    background-color: #e20101;
}
section.miowebDomains .domainHolder .trial-status-evaluation-error {
    background-color: #e20101;
}
section.miowebDomains .domainHolder .trial-status-not-ready {
    background-color: gray;
}

