/*
Master
*/

#order-modern {
    margin: 0;
    padding: 0 0 40px;
}

#order-modern .title-bar {
    margin: 0 0 25px 0;
    text-align: center;
}

#order-modern .title-bar h1 {
    margin: 0;
    padding: 0;
}

#order-modern select {
    border: 1px solid #ccc;
    padding: 1px;
}

#order-modern .clear {
    clear: both;
}

#order-modern #configcontainer, #order-modern #configcontainer2 {
    display: none;
}

#order-modern .loading {
    display: none;
    width: 220px;
    padding-top: 10px;
    margin-left: auto;
    margin-right: auto;
    clear: both;
}

#order-modern #cartLoader i {
    font-size: 1.6em;
}

#order-modern .errorbox {
    display: none;
    margin: 15px 0;
    padding: 15px 20px;
    background-color: #FBEEEB;
    border: 1px dashed #cc0000;
    font-weight: bold;
    color: #cc0000;
    text-align: center;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
}
#order-modern .errorbox p {
    margin: 0;
    padding: 0;
    font-weight: bold;
    text-align: left;
}
#order-modern .errorbox li {
    font-weight: normal;
    text-align: left;
    color:#000;
}

#order-modern .textgreen {
    color: #779500;
}

#order-modern .textred {
    color: #cc0000;
}

#order-modern table tr td {
    padding: 2px 3px;
}

/*
Product Categories
*/

#order-modern .choosecat {
    margin: 10px;
}

#order-modern .currencychooser {
    margin: 10px 30px;
    padding: 0;
    text-align: right;
    display: none;
}

/*
Product Listing
*/
#order-modern .products {
    margin: 10px 0
}

#order-modern .products .product {
    padding: 1px 0 10px 0;
    margin: 0 0 20px 0;
    background: #f2f2f2;
    border-radius: 3px;
    border: 1px solid #f2f2f2
}

#order-modern .products .product header {
    position: relative;
    padding: 10px 20px;
    margin: 0 1px;
    background: #f2f2f2;
    border-radius: 3px 3px 0 0
}

#order-modern .products .product header:after {
    content: '';
    width: 90%;
    height: 1px;
    background-color: #005298;
    position: absolute;
    top: 50%;
    right: 0;
    z-index: 1;
}

#order-modern .products .product header span {
    margin: 0;
    color: #005298;
    font-size: 1.5em;
    font-weight: 600;
    background-color: #f2f2f2;
    z-index: 2;
    position: relative;
    padding: 10px 10px 10px 0;
}

#order-modern .products .product header .qty {
    float: right;
    font-size: .8em;
    font-style: italic;
    color: #888
}

#order-modern .products .product div.product-desc {
    float: left;
    width: 60%;
    padding: 8px 14px;
    font-size: .8em
}

#order-modern .products .product div.product-desc ul {
    padding-left: 10px;
    list-style: none;
}

#order-modern .products .product div.product-desc ul li {
    color: #828282;
    padding: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #e2e2e2;
}

#order-modern .products .product span.feature-value {
    font-weight: 700
}

#order-modern .products .product div.product-pricing {
    margin-bottom: 10px
}

#order-modern .products .product div.product-pricing span.price {
    font-size: 1.5em;
    color: #005298;
    font-weight: 600;
}

#order-modern .products .product footer {
    float: right;
    margin: 20px 0;
    width: 40%;
    font-size: .8em;
    text-align: center
}
#order-modern .product {
    margin: 15px 0;
    padding: 15px;
    background-color: #fff;
    border: 1px solid #ccc;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}

#order-modern .product:hover {
    cursor: pointer;
    cursor: hand;
}

#order-modern .product .pricing {
    float: right;
    text-align: right;
    font-family: Lucida Sans Unicode,Lucida Grande,sans-serif;
    font-size: 18px;
    line-height: 20px;
}

#order-modern .product .name {
    font-family: Lucida Sans Unicode,Lucida Grande,sans-serif;
    font-weight: normal;
    font-size: 20px;
    margin-bottom: 10px;
}

#order-modern .product .prodfeature {
    float: left;
    margin: 5px 5px 0 0;
    padding: 5px 10px 5px 10px;
    border: 1px solid #ccc;
    background-color: #fff;
    text-align: center;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    font-size: 20px;
    color: #ff6600;
}

#order-modern .product .prodfeature .feature {
    font-size: 13px;
    color: #666;
}

#order-modern .product .description {
    font-size: 0.9em;
    margin: 15px 30px 10px 20px;
}

/*
Domain Registrations
*/

#order-modern .domainreg {
    margin: 0 auto 15px auto;
    padding: 10px;
    width: 70%;
    background-color: #f6f6f6;
    border: 1px solid #f2f2f2;
}

#order-modern .domainoptions {
    margin: 20px 0;
    padding: 0;
    background-color: #fff;
    border: 1px solid #f2f2f2;
}

#order-modern .domainoptions .option {
    border-bottom: 1px solid #f2f2f2;
}
#order-modern .domainoptions .option.optionselected label{
    color: #FFF;
}
#order-modern .domainoptions .option label {
    display: block;
    padding: 10px 80px 10px 80px;
}
#order-modern .domainoptions .option .domainreginput .input-group-addon{
    background-color: #FFF;
    color: #005298;
    border-color: #FFF;
    border-radius: 0;
}
#order-modern .domainoptions .option .domainreginput .form-control{
    border-color: #FFF;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 0;
}
/*#order-modern .domainoptions .option:first-child {
    -moz-border-radius: 10px 10px 0 0;
    -webkit-border-radius: 10px 10px 0 0;
    -o-border-radius: 10px 10px 0 0;
    border-radius: 10px 10px 0 0;
}
#order-modern .domainoptions .option:last-child {
    border-bottom: 0;
    -moz-border-radius: 0 0 10px 10px;
    -webkit-border-radius: 0 0 10px 10px;
    -o-border-radius: 0 0 10px 10px;
    border-radius: 0 0 10px 10px;
}*/
#order-modern .domainoptions .optionselected {
    background-color: #005298;
}

#order-modern .domainreginput {
    margin: 0;
    padding: 40px 80px;
}
#order-modern .domainreginput > .row > div{
    padding-left: 0;
    padding-right: 0;
}
#order-modern .domainreginput input, #order-modern .domainreginput select, #order-modern .domainregperiod select {
    font-size: 14px;
    padding: 3px;
}

#greyout {
    display: none;
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background-color: #005298;
    filter:alpha(opacity=80);
    -moz-opacity:0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
    z-index: 50000;
}

#domainpopupcontainer {
    display: none;
    position:absolute;
    top:0;
    left:0;
    width:100%;
    text-align:center;
    padding: 150px 0 0 0;
    z-index: 50001;
}

#order-modern div.domainresults div {
    margin: 0;
    padding: 10px;
    background-color: #fff;
    border-radius: 0;
}

#domainresults {
    margin: 0 auto;
    padding: 15px;
    max-width: 800px;
    background-color: #fff;
    text-align: center;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
}

#order-modern .domainbox {
     background-color:#fff;
     width:550px;
     padding:15px;
}

#order-modern .domainavailable {
    background-color: #fff;
    color: #9AC003;
    font-size: 1.6em;
    font-weight: bold;
    text-align: center;
}

#order-modern .domainunavailable {
    color: #cc0000;
    font-size: 1.6em;
    font-weight: bold;
    text-align: center;
}

#order-modern .domaininvalid {
    color: #cc0000;
    font-size: 1.6em;
    font-weight: bold;
    text-align: center;
}

#order-modern .domainregperiod {
    text-align: center;
}

#order-modern div.domainsuggestions {
    font-weight: bold;
    padding: 10px 0;
}

#order-modern table.domainsuggestions {
    margin: 0 auto;
    width: 80%;
}
#order-modern table.domainsuggestions th {
    background-color: #1A4D80;
    font-size: 11px;
    font-weight: bold;
    text-align: center;
    padding: 2px;
    line-height: 20px;
    color: #fff;
}
#order-modern table.domainsuggestions td {
    background-color: #FFF;
    text-align: center;
    border-bottom: 1px solid #EBEBEB;
    font-size: 11px;
    line-height: 25px;
}
#order-modern table.domainsuggestions td select {
    font-size: 11px;
}

#order-modern .domainconfig {
    margin: 0 0 30px 0;
    padding: 10px;
    border: 1px solid #ccc;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}

/*
Product Config
*/

#order-modern .billingcycle {
    border: 1px solid #f2f2f2;
    padding: 1px;
    margin-bottom: 20px;
}

#order-modern .serverconfig {
    border: 1px solid #ccc;
    padding: 1px;
    margin-bottom: 20px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}

#order-modern .configoptions {
    border: 1px solid #ccc;
    padding: 1px;
    margin-bottom: 20px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}

#order-modern .addons {
    border: 1px solid #ccc;
    padding: 1px;
    margin-bottom: 20px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}

#order-modern .customfields {
    border: 1px solid #ccc;
    padding: 1px;
    margin-bottom: 20px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}

/*
Config Tables
*/

#order-modern .configtable td {
    padding: 10px;
}

#order-modern .configtable td.fieldlabel {
    width: 250px;
    text-align: right;
}

#order-modern .configtable td.radiofield {
    width: 40px;
    text-align: center;
}

#order-modern .configtable td.fieldarea {
    background-color: #f2f2f2;
    border: 1px solid #dedede;
    padding: 15px 5px 10px 5px;
    text-align: left;
    color: #000;
    font-weight: 400;
}

#order-modern .configoplabel {
    color: #ff6600;
    font-weight: bold;
    text-align: center;
    font-size: 14px;
}

/*
Order Summary
*/

#order-modern .ordersummary {
    margin: 0;
    padding: 10px;
    border: 1px solid #ccc;
    min-height: 100px;
    margin-bottom: 20px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}

#order-modern .ordersummarytbl {
    width: 100%;
}

#order-modern .ordersummarytbl td {
    font-size: 0.8em;
}

#order-modern .summaryproduct {
    margin-bottom: 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid #ccc;
}

/*
Addons
*/

#order-modern .addoncontainer {
    margin: 0 auto 15px auto;
    padding: 10px;
    width: 90%;
    background-color: #f6f6f6;
    border: 1px dashed #ccc;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
}

#order-modern .addoncontainer .title {
    margin: 0;
    padding: 0;
    font-family: Lucida Sans Unicode,Lucida Grande,sans-serif;
    font-size: 16px;
}

#order-modern .addoncontainer .desc {
    margin: 0;
    padding: 0;
    padding: 10px;
    text-align: center;
    font-size: 11px;
}

#order-modern .addoncontainer .pricing {
    padding-bottom: 10px;
    text-align: center;
    font-weight: bold;
    color: #cc0000;
}

#order-modern .addoncontainer select {
    max-width: 50%;
}

/*
Domain Renewals
*/

#order-modern .regperiod {
    padding: 3px;
    border: 1px solid #ccc;
}
#order-modern table.renewals th {
    background-color: #efefef;
    font-weight: bold;
    text-align: center;
}
#order-modern table.renewals td {
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
}

/*
Shopping Cart
*/

#order-modern table.cart {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 1px;
    border:1px solid #ebebeb;
}
#order-modern table.cart th {
    background-color: #005298;
    font-weight: bold;
    text-align: center;
    padding: 10px 0;
    line-height: 26px;
    border-radius: 0;
    text-transform: uppercase;
}
#order-modern table.cart tr.carttableproduct td:first-child{
    border-right: 1px solid #ebebeb;
}
#order-modern table.cart td {
    background-color: #FFF;
    border-bottom: 1px solid #EBEBEB;
    padding: 15px;
}
#order-modern table.cart tr.subtotal td {
    background-color: #FFF;
    border-bottom: 1px solid #dedede;
    padding: 4px;
}
#order-modern table.cart tr.subtotal td:first-child{
    border-right: 1px solid #dedede;
}
#order-modern table.cart tr.subtotal:hover td {
    background-color: #F5F5F5;
}
#order-modern table.cart tr.promotion td {
    background-color: #FFFFDA;
    border-bottom: 1px solid #EBEBEB;
    padding: 4px;
}
#order-modern table.cart tr.promotion:hover td {
    background-color: #FFFFDA;
}
#order-modern table.cart tr.total td {
    background-color: #FFF;
    border-bottom: 1px solid #dedede!important;
    color: #005298;
    border-bottom: 0;
    font-weight: 600;
    padding: 6px;
}
#order-modern table.cart tr.total td:first-child{
    border-right: 1px solid #dedede;
}
#order-modern table.cart tr.total:hover td {
    background-color: #cbdff1;
}
#order-modern table.cart tr.recurring td {
    background-color: #FFF;
    border-bottom: 5px solid #f07118;
    font-weight: 600;
    padding: 6px;
    color: #f07118;
}
#order-modern table.cart tr.recurring td:first-child{
    border-right: 1px solid #dedede;
}
#order-modern table.cart tr.recurring:hover td {
    background-color: #F1EFDC;
}
#order-modern table.cart tr:hover td {
    background-color: #EFF2F9;
}
#order-modern table.cart th, #order-modern table.datatable th a, #order-modern table.datatable th a:visited {
    color: #FFF;
    text-decoration: none;
}
#order-modern table.cart th a:hover {
    color: #FFF;
    text-decoration: underline;
}

#order-modern .cartedit {
    font-size: 0.8em;
    color: #888;
}

#order-modern .cartremove {
    font-size: 0.8em;
    color: #cc0000;
}

#order-modern .cartbuttons {
    float: right;
    margin: 0 0 20px 0;
    padding: 10px 0 0 0;
    width: 100%;
    text-align: center;
}

#order-modern .signuptype {
    float: left;
    margin: 0 5px 0 0;
    padding: 8px 20px;
    background-color: #dedede;
    border: 1px solid #dedede;
    border-bottom: 0;
    color: #000;
    border-radius: 0;
    text-transform: uppercase;
    font-weight: bold;
}
#order-modern .signuptype:hover {
    cursor: hand;
    cursor: pointer;
}
#order-modern .signuptype.active {
    background-color: #fff;
    font-weight: bold;
    color: #005298;
    margin-bottom: -1px;
    border-bottom: 1px solid #FFF;
}
#order-modern .login-content .has-feedback label~.form-control-feedback{
    top: 20px!important;
}
#order-modern .login-content .alert-info{
    font-size: 13px;
}
#order-modern .login-content .form-group{
    margin-bottom: 5px;
}
#order-modern .login-content .form-group label{
    display: inline-block;
    font-size: 13px;
}
#order-modern .signupfields .input-group #inputPromoCode{
    height: 38px;
}
#order-modern .login-content .form-group .form-control{
    display: inline-block;
    height: 25px;
    border-radius: 0;
}
#order-modern .login-content .form-group .form-control#inputNewPassword1{
    margin-bottom: 5px;
}
#order-modern .signupfields {
    border: 1px solid #dedede;
    padding: 10px 30px;
    margin: 0 0 20px 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
}

#order-modern .signupfields .configtable td.fieldlabel {
    width: 200px;
}
#order-modern .signupfields.padded {
    padding: 15px;
    text-align: center;
}
#order-modern .signupfields.padded > ul{
    list-style: none;
    padding-left: 0;
    display: inline-block;
    width: 100%;
    margin-bottom: 0;
}
#order-modern .signupfields.padded > ul > li{
    display: inline-block;
    width: 100%;
    padding: 20px 25px 20px 75px;
    text-align: left;
    position: relative;
    transition: all linear 0.3s;
    border:2px solid transparent;
}
#order-modern .signupfields.padded > ul > li label{
    font-weight: 600;
}
#order-modern .signupfields.padded > ul > li.active{
    border-color: rgba(0,82,152,0.5);
    transition: all linear 0.3s;
    background-color: #fdfdfd;
}
#order-modern .signupfields.padded > ul > li > label > input{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    cursor: pointer;
}
#order-modern .signupfields.padded > ul > li.paypal{
    background-image: url(https://www.hostingplus.cl/sistema/templates/orderforms/modern/paypal.png);
    background-size: 12%;
    background-repeat: no-repeat;
    background-position: 0 0;
}
#order-modern .signupfields.padded > ul > li.banktransfer{
    background-image: url(https://www.hostingplus.cl/sistema/templates/orderforms/modern/santander.png);
    background-size: 12%;
    background-repeat: no-repeat;
    background-position: 0 0;
}
#order-modern .signupfields.padded > ul > li.webpayRest{
    background-image: url(https://www.hostingplus.cl/sistema/templates/orderforms/modern/webpay.png);
    background-size: 12%;
    background-repeat: no-repeat;
    background-position: 0 0;
}
#order-modern .signupfields.padded > ul > li.khipu{
    background-image: url(https://www.hostingplus.cl/sistema/templates/orderforms/modern/khipu.png);
    background-size: 12%;
    background-repeat: no-repeat;
    background-position: 0 0;
}
#order-modern .signupfields.padded > ul > li.stripe{
    background-image: url(https://www.hostingplus.cl/sistema/templates/orderforms/modern/stripe.png);
    background-size: 12%;
    background-repeat: no-repeat;
    background-position: 0 0;
    
}
#order-modern .signupfields.padded > ul > li.mercadopago_1{
    background-image: url(https://www.hostingplus.cl/sistema/templates/orderforms/modern/mercadopago.png);
    background-size: 12%;
    background-repeat: no-repeat;
    background-position: 0 0;
    
}
#order-modern .signupfields.hidden {
    display: none;
}
#order-modern .signupfields-existing {
    padding: 40px;
}

#order-modern .carttaxwarning {
    margin: 0 0 20px 0;
    color: #666;
    text-align: center;
}

#order-modern .cartwarningbox {
    margin: 20px 0 20px 0;
    padding: 7px;
    border-top: 4px solid #EBE8CD;
    border-bottom: 4px solid #EBE8CD;
    background-color: #F1EFDC;
    font-size: 0.9em;
    text-align: center;
    color: #000;
}

/*
Domain Registration
*/

#order-modern .domain-checker-fieldcontainer {
    margin: 0;
    padding: 10px 10px 5px 10px;
    background-color: #fff;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
}

#order-modern .domain-checker-fieldcontainer .row {
    margin-right: -2px;
    margin-left: -2px;
}
#order-modern .domain-checker-fieldcontainer .col-md-7 {
    padding-right: 2px !important;
    padding-left: 2px !important;
}
#order-modern .domain-checker-fieldcontainer .col-md-3 {
    padding-right: 2px !important;
    padding-left: 2px !important;
}
#order-modern .domain-checker-fieldcontainer .col-md-2 {
    padding-right: 2px !important;
    padding-left: 2px !important;
}

#order-modern .domain-checker-fieldcontainer input,
#order-modern .domain-checker-fieldcontainer select,
#order-modern .domain-checker-fieldcontainer button {
    margin-bottom: 5px;
}
#order-modern #fact .inputs-g{
    padding-left: 60px;
        background-image: url(https://www.hostingplus.cl/sistema/templates/orderforms/modern/contract-icon.png);
        background-position: 25px 15px;
        background-repeat: no-repeat;
        background-size: 5%;
}

.addonsproducts {
    margin-top: 20px;
    display: inline-block;
    width: 100%;
}

.addonsproducts .addon-promo-container {
    display: inline-block;
    border: 1px solid #dedede;
    width: 100%;
    padding: 20px 35px;
    margin-bottom: 25px;
}

.addonsproducts .addon-promo-container .description {
    display: inline-block;
    width: 100%;
}

.addonsproducts .addon-promo-container .description .logo {
    float: right;
}

.addonsproducts .addon-promo-container .description h3 {
    font-size: 21px;
}
.addonsproducts .addon-promo-container label.radio-inline {
    font-size: 14px;
    margin-bottom: 10px;
    font-weight: 600;
    width: 100%;
    border-bottom: 1px solid #f0f0f0;
    padding-bottom: 10px;
}

.addonsproducts .addon-promo-container .description p {
    margin-bottom: 20px;
}
#order-modern .configtable td.fieldarea label {
    font-weight: 600;
}

#order-modern .configtable .selectedoption td.fieldarea {
    background: #005298;
    color: #fff;
}