/* iCheck plugin Square skin, blue
----------------------------------- */
.icheckbox_square-blue,
.iradio_square-blue {
    display: inline-block;
    *display: inline;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    width: 22px;
    height: 22px;
    background: url(blue.png) no-repeat;
    border: none;
    cursor: pointer;
}

.icheckbox_square-blue {
    background-position: 0 0;
}
    .icheckbox_square-blue.hover {
        background-position: -24px 0;
    }
    .icheckbox_square-blue.checked {
        background-position: -48px 0;
    }
    .icheckbox_square-blue.disabled {
        background-position: -72px 0;
        cursor: default;
    }
    .icheckbox_square-blue.checked.disabled {
        background-position: -96px 0;
    }

.iradio_square-blue {
    background-position: -120px 0;
}
    .iradio_square-blue.hover {
        background-position: -144px 0;
    }
    .iradio_square-blue.checked {
        background-position: -168px 0;
    }
    .iradio_square-blue.disabled {
        background-position: -192px 0;
        cursor: default;
    }
    .iradio_square-blue.checked.disabled {
        background-position: -216px 0;
    }

/* HiDPI support */
@media (-o-min-device-pixel-ratio: 5/4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
    .icheckbox_square-blue,
    .iradio_square-blue {
        background-image: url(blue@2x.png);
        -webkit-background-size: 240px 24px;
        background-size: 240px 24px;
    }
}

#order-standard_cart .domain-selection-options {
    margin: 15px 0;
}
#order-standard_cart .domains-row {
    margin-right: -2px;
    margin-left: -2px;
}
@media (max-width: 767px) {
    #order-standard_cart .domains-row {
        padding-bottom: 5px;
    }
}
#order-standard_cart .domains-row .col-sm-3,
#order-standard_cart .domains-row .col-sm-9,
#order-standard_cart .domains-row .col-xs-2,
#order-standard_cart .domains-row .col-xs-3,
#order-standard_cart .domains-row .col-xs-5,
#order-standard_cart .domains-row .col-xs-7,
#order-standard_cart .domains-row .col-xs-9 {
    padding-right: 2px;
    padding-left: 2px;
}

#order-standard_cart .domain-selection-options .option {
    margin-bottom: 2px;
    padding: 6px 20px;
    border-radius: 6px;
    background-color: #f8f8f8;
}
#order-standard_cart .domain-selection-options .option:hover {
    cursor: pointer;
}
#order-standard_cart .domain-selection-options .option .iradio_square-blue {
    margin-right: 10px;
}
#order-standard_cart .domain-suggestions .icheckbox_square-green {
    margin-right: 10px;
}
#order-standard_cart .domain-selection-options .option-selected label {
    font-weight: bold;
}
#order-standard_cart .domain-selection-options .option-selected {
    background-color: #efefef;
}
#order-standard_cart .domain-input-group {
    display: none;
    margin: 10px 0;
}
#order-standard_cart .domain-loading-spinner {
    display: none;
    padding: 30px;
    text-align: center;
}

#order-standard_cart .domain-lookup-primary-loader,
#order-standard_cart .domain-lookup-primary-results {
    margin: 20px 0;
    text-align: center;
}
#order-standard_cart .domain-checker-result-headline,
#order-standard_cart .domain-lookup-primary-results .headline {
    font-size: 1.6em;
}
#order-standard_cart .domain-checker-available {
    color: #5cb85c;
}
#order-standard_cart .domain-checker-unavailable,
#order-standard_cart .domain-checker-invalid {
    color: #d9534f;
}
#order-standard_cart .transfer-eligible,
#order-standard_cart .transfer-not-eligible {
    margin: 30px 0 15px;
    padding: 20px;
}
#order-standard_cart .transfer-eligible {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}
#order-standard_cart .transfer-not-eligible {
    color: #666;
    background-color: #f6f6f6;
}

#order-standard_cart .domain-suggestions {
    margin-bottom: 20px;
    font-size: 0.8em;
}

#order-standard_cart .domain-add-domain {
    margin: 25px 0;
}






.ku-modal-body .alert-success {
    background-color: #f1fff0;
    border-color: #66da60;
}

.ku-modal-body .alert {
    padding: 1.5em;
    border-radius: .4em;
    color: #000;
}

.ku-modal-body:last-child, .k-order.modal-footer:last-child, .ku-modal-header:last-child {
    border-bottom-left-radius: .5em;
    border-bottom-right-radius: .5em;
}

.ku-modal-body:first-child, .k-order.modal-footer:first-child, .ku-modal-header:first-child, .ku-modal-header {
    border-top-left-radius: .5em;
    border-top-right-radius: .5em;
}

 .pui-modal-overlay {
  width: 100%; height: 100%; vertical-align: middle; position: fixed; top: 0; left: 0; z-index: 10000; text-align: center; 
background: rgba(0,0,0,0.9) url('//cdn.kualo.com/website/loadinglogo.gif') 0 no-repeat;
background-size: 100px 100px; background-position: center center; 
}

body[class*=pui-modal-load] {
    overflow: hidden!important;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.ku-modal-body {
    background-color: #fff;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 30px;
    padding-bottom: 30px;
}

 div.pui-modal-content {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-flex-basis: 50rem;
    -ms-flex-preferred-size: 50rem;
    flex-basis: 50rem;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0;
    overflow: hidden;
    opacity: 0;


 }


body[class*=pui-modal-load] div.pui-modal-overlay {
    z-index: 10000;
    position: fixed;
    width: auto;
    height: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    padding: .375rem .75rem .75rem;
    background: rgba(31,31,31,.8);
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: rgba(0,0,0,0.9) url('//cdn.kualo.com/website/loadinglogo.gif') 0 no-repeat;
    background-size: 100px 100px; background-position: center center; 

}

div.pui-modal-content, div.pui-modal-return {
    width: 100%;
    overflow: auto;
    border-radius: 0.5em;
    box-shadow: 1px 1px 5px 0 rgba(0,0,0,.25);
}

.pui-modal-return {
    -webkit-overflow-scrolling: touch;
}

div.pui-modal-content a.pui-modal-close {
    display: block;
    width: 100%;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    font-weight: 500;
    font-size: .9375em;
    line-height: 2em;
    text-align: right;
    background-size: 1rem;
    background-repeat: no-repeat;
    background-position: 100% 55%;
    color: #FFF;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D'http%3A//www.w3.org/2000/svg'%20width%3D'512'%20height%3D'512'%3E%3Cpath%20fill%3D'%23FFFFFF'%20d%3D'm367%20380c-12%2012-31%2012-43%200l-68-77-68%2077c-12%2012-31%2012-43%200-12-12-12-31%200-43l70-81-70-81c-12-12-12-31%200-43%2012-12%2031-12%2043%200l68%2077%2068-77c12-12%2031-12%2043%200%2012%2012%2012%2031%200%2043l-70%2081%2070%2081c12%2012%2012%2031%200%2043z'%20/%3E%3C/svg%3E");
}

div.pui-modal-content a.pui-modal-close:after {
    content: 'close';
    cursor: pointer;
    padding: 0 1rem 0 0;
}

.ku-modal-header {
    padding: 1.5rem;
    background: #45b39c;
    color: #fff;
}

.ku-modal-header h1, .ku-modal-header h2, .ku-modal-header h3, .ku-modal-header h4, .ku-modal-header h5 {
    color: #fff;
    margin:0;
    padding: 0;
}

.item-border-bottom {
    border-bottom: 1px solid;
    border-color: #ddd;
}

.item-border-bottom:last-child {
    border-bottom: none;
}

.cart-totals {
    font-size: 16px;
}

.button-invisible {
    background: transparent;
    border: none !important;
}

.modal-padding-medium {
    padding: 20px 40px 20px 40px;
}

.k-order.modal-footer {
    padding: 1.125rem;
    background: #F7F7F7;
}

.k-order.modal-footer .button-main {
    font-size: 15px;
    margin: 0 auto;
    background-color: #F05253;
    border-color: #F05253;
    color: #fff;
}

.k-order.modal-footer .button-cancel {
    color: #9e9e9e;
    padding: 8px 18px 7px;
}

.formfield {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
    margin-bottom: .5em;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch
}

.formfield.formfield-end {
    margin-bottom: -.375em
}

.formfield div.formfield-details {
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
    width: 0;
    -webkit-flex: 100% 0 0;
    -ms-flex: 100% 0 0;
    flex: 100% 0 0;
    font-size: .8125rem;
    margin: 0;
    line-height: 1.5em
}

.invisiform {
    position: relative
}

.invisiform input,
.invisiform select,
.invisiform textarea {
    width: 100%;
    padding-left: .46875em;
    padding-right: .46875em;
    background: 0 0;
    border-radius: 0!important;
    border-top-width: 0;
    border-left-width: 0;
    border-right-width: 0;
    border-bottom-width: 1px;
    box-shadow: none!important;
    min-height: calc(3.125em + 1px + 1px)!important;
    height: 48px;
    padding-top: 13px;
    line-height: 1.5em;
}

.invisiform input~label,
.invisiform select~label,
.invisiform textarea~label {
    cursor: text;
    display: block;
    position: absolute;
    left: .46875em;
    white-space: nowrap;
    -webkit-transform-origin: top left;
    transform-origin: top left;
    color: grey;
    font-weight: normal;
    margin-bottom: 0;
}

.invisiform input[data-pui-state="1"]~label,
.invisiform input[placeholder]:not([placeholder=""])~label,
.invisiform select[data-pui-state="1"]~label,
.invisiform select[placeholder]:not([placeholder=""])~label,
.invisiform textarea[data-pui-state="1"]~label,
.invisiform textarea[placeholder]:not([placeholder=""])~label {
    z-index: 2;
    -webkit-transform: translate(0, -.9em) scale(.8125);
    transform: translate(0, -.9em) scale(.8125);
    border-color: grey
    
}

.invisiform input[readonly],
.invisiform select[readonly],
.invisiform textarea[readonly] {
    cursor: default;
    color: grey
}

.invisiform input[required]~label:after,
.invisiform select[required]~label:after,
.invisiform textarea[required]~label:after {
    content: '\00a0*';
    font-size: .8125em;
    vertical-align: top
}

.invisiform input,
.invisiform select {
    padding-bottom: 0
}

.invisiform input~label,
.invisiform select~label {
    bottom: .46875em
}

.invisiform input[data-pui-state="1"],
.invisiform input[placeholder]:not([placeholder=""]),
.invisiform select[data-pui-state="1"],
.invisiform select[placeholder]:not([placeholder=""]) {
    padding: 1.21875em .46875em 0
}

.invisiform textarea {
    padding-top: 1.21875em
}

.invisiform textarea~label {
    top: 1.21875em
}

.invisiform select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #000
}
