/*===========================================

            oredre-page
===========================================*/

#wrapper .main.gry-bg{
  background: #CAD4DB;
}
.odr-title {
    border-bottom: 4px solid #118fc5;
}
.odr-title .r-price span{
  color: #7E7E7E;
}
.mass_payment.odr-page .panel-heading .accordion-toggle[aria-expanded="true"]:after {
    content: "\f107";
    font-weight: bold;
    color: #000;
}
.mass_payment.odr-page .panel-heading .accordion-toggle[aria-expanded="false"]:after {
    content: "\f105";
    font-weight: bold;
    color: #000;
}
.mass_payment.odr-page {
    margin-top: 10px;
}
.mass_payment.odr-page .panel-default>.panel-heading .panel-title .accordion-toggle {
    font-size: 30px;
    color: #000000;
}
.mass_payment.odr-page .panel-default>.panel-heading .panel-title .accordion-toggle i{
  margin-right: 10px;
}
.mass_payment .inr-tab .panel-default>.panel-heading {
    background: #F0F3F6;
    padding: 25px 30px;
    border: none;
}
.mass_payment.odr-page .inr-tab .panel-default>.panel-heading .panel-title .accordion-toggle {
    font-size: 20px;
    color: #7F828F;
}
.mass_payment.odr-page .inr-tab .panel-heading .accordion-toggle[aria-expanded="false"]:after {
    content: "\f067";
    font-family: 'FontAwesome';
    float: right;
    color: grey;
    font-weight: 400;
  }
.mass_payment.odr-page .inr-tab .panel-heading .accordion-toggle[aria-expanded="true"]:after {
    font-family: 'FontAwesome';
    content: "\f068";
    float: right;
    color: grey;
    font-weight: 400;
}
.inr-tab .panel-body {
    padding:30px;
    border: none!important;
}
.mass_payment .inr-tab .panel.panel-default {
    box-shadow: none;
}
.inr-tab-content .form-group label {
    font-size: 15px;
    color: #000;
    line-height: 22px;
    vertical-align: middle;
    margin: 0;
    padding: 0;
}
.inr-tab-content .form-group{
  margin-bottom: 20px;
}
.inr-tab-content .form-group  input[type=radio] {
    vertical-align: middle;
    margin: 0 4px 0 1px;
}
.inr-tab-content h5 {
   /*  font-size: 18px; */
    font-size: 14px;
    font-weight: 600;
    padding: 0;
    margin: 0 0 15px;
}
.progress-section{
  margin: 20px 0;
}
/*progressbar*/
.software-tab .progress-title{
    font-size: 16px;
    font-weight: 700;
    color: #333;
    margin: 0 0 20px;
}
.software-tab .progress{
    height: 10px;
    background: #F0F3F6;
    border-radius: 0;
    box-shadow: none;
    margin-bottom: 30px;
    overflow: visible;
}
.software-tab .progress .progress-bar{
    position: relative;
    -webkit-animation: animate-positive 2s;
    animation: animate-positive 2s;
}
.software-tab .progress .progress-bar:after {
    content: "";
    display: inline-block;
    width: 14px;
    background: #118fc5;
    position: absolute;
    top: -3px;
    bottom: -3px;
    right: -1px;
    z-index: 1;
    transform: inherit;
}
.software-tab .progress .progress-value {
    display: block;
    font-size: 22px;
    font-weight: 700;
    color: #118fc5;
    position: absolute;
    top: 24px;
    right: -22px;
    background: #F0F3F6;
    padding: 10px 15px;
}
.software-tab .progress-value::before {
    font-family: 'FontAwesome';
    float: right;
    color: #f0f3f6;
    font-weight: 400;
    content: "\f0d8";
    position: absolute;
    top: -14px;
    left: 0;
    right: 0;
}
@-webkit-keyframes animate-positive{
    0%{ width: 0; }
}
@keyframes animate-positive {
    0%{ width: 0; }
}
/*end progressbar*/
.inr-tab textarea.form-control.secret_bg {
    min-height: auto;
    line-height: normal;
    padding: 20px 35px;
    height: 138px;
}

.account-section {
    margin: 22px 0 0;
}
.account-form-tab {
    background: #fff;
    padding: 30px 40px;
}
.acc-tab{
    border-bottom: none;
}
.nav>li>a:focus, .nav>li>a:hover {
    text-decoration: none;
    background-color: #118fc5;
    color: #fff;
}
.acc-tab li{margin: 0;}
.acc-tab li a {
    margin-right: 5px;
    line-height: 1.42857143;
    border: none;
    border-radius: 0;
    background: #fff;
    font-size: 20px;
    color: #7F8293;
    padding: 15px 30px;
    font-weight: normal;
    font-family: Lato;
}
.acc-tab li a i{
  margin-right: 8px;
}
.acc-tab>li.active>a, .acc-tab>li.active>a:focus, .acc-tab>li.active>a:hover {
    color: #fff;
    cursor: default;
    background-color: #118fc5;
    border: none;
    border-bottom-color: transparent;
}
.order-summry-section, .promo-section {
    background: #fff;
    margin: 0 0 25px;
    width: 100%;
}
.summary-heading{
  background: #F0F3F6;
  margin:0px;
  padding:25px 30px;
  width: 100%;
}
.summary-heading h3 {
    font-size: 20px;
    font-family: Lato;
    font-weight: 600;
    line-height: 30px;
    color: #000000;
}
.summary-heading h3 i{margin-right: 10px;}
.summary-body{
  padding: 20px 35px;
}
.summry-title h2 {
   margin: 0 0 15px;
    font-size: 25px;
    font-family: Lato;
    font-weight: 600;
    line-height: 30px;
    color: #000000;
}
.summry-title h5 {
    margin: 0 0 15px;
    padding: 0;
    font-size: 16px;
    font-family: Lato;
    color: #118FC5;
}
.summry-table{
  margin:0px;
  padding: 0px;
  width: 100%;
}
.summry-table td{
  font-size: 14px;
  color: #000;
  padding: 10px 0;
  line-height: 20px;
}
.summry-table td span{
  color: #7E7E7E;
  margin-right: 6px;
}
.form-group.d-flex {
    display: flex;
    position: relative;
}
.code-inp{
      padding: 0 80px 0 20px;
}
input.go-btn {
    position: absolute;
    right: 0;
    background: #118fc5;
    border: none;
    color: #fff;
    font-size: 18px;
    min-height: 62px;
    line-height: 62px;
    border-radius: 3px;
    padding: 0px 20px;
    font-weight: 600;
}
.summry-table td.due-price{
  font-size: 28px;
  font-weight: 600;
  padding-top: 15px;
}
.cmo-btn{
  min-width: 100%;
    margin-top: 15px;
    font-weight: 500;
}
.emp-btn{
  font-size: 15px;
  margin-top: 10px;
  font-weight: 500;
  color: #000;
  font-family: Roboto;
  display: inline-block;
}
.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
    max-width: 200px;
    border: 1px solid #c4c4c4;
    border-radius: 3px;
}
.input-group-btn button.btn.btn-default.btn-number, .input-number {
    border: none;
    box-shadow: none;
     height: 45px;
}
input.form-control.input-number {
    min-width: inherit;
    max-width: inherit;
    width: inherit;
    min-height: inherit;
    line-height: inherit;
    width: 100%;
   
}
.get-btn{
    border-radius: 3px;
    font-family: 'Roboto';
    font-weight: 500;
    font-size: 18px;
    color: #118fc5;
    display: inline-block;
    text-align: center;
    transition: 0.8s;
    padding: 0 10px;
    width: 100%;
    min-height: 60px;
    line-height: 60px;
    border: 2px solid #118FC5;
}
.get-btn:hover{
    background: #118fc5;
    color: #fff;
    border-color: #118fc5;
}
.n-space{margin: 0}
/*ordercredit card css start  */
.row.clientxempty {
    margin: 0;
    margin-top: 30px;
}
.theme-main-inner-page-section.odr_inner div#order-standard_cart .clientxempty .service_outer{
    padding: 0;
    background: transparent;
}
#order-standard_cart .view-cart-tabs .nav-tabs {
    padding-left: 0px;
    font-size: .8em;
    background: #fff;
    border-color: transparent;
}
#order-standard_cart .view-cart-tabs .nav-tabs>li.active>a {
    background-color: #fff;
    border: transparent;
    font-size: 15px;
    color: #000;
    font-weight: 600;
}
.view-cart-tabs, .clientxempty form, .clientxempty .page_title.odr-title {
    background: #fff;
    padding: 25px;
    margin-bottom: 20px;
}
.clientxempty .page_title.odr-title .row.align-items-center {
    margin: 0;
}
.clientxempty .pd-opt-title {
    font-size: 20px;
}
#order-standard_cart .clientxempty .view-cart-items-header {
    background-color: transparent;
    color: #000;
}
#order-standard_cart .clientxempty .view-cart-tabs .tab-content {
    background-color: #f8f8f8;
    padding: 15px;
    margin-top: 10px;
}
#order-standard_cart .clientxempty .view-cart-items {
    margin: 0;
    border-bottom: transparent;
}
#order-standard_cart .clientxempty .view-cart-empty {
    padding: 30px 15px 0px;
}
.clientxempty div#applyPromo .btn-default:hover, div#applyPromo .btn-default:focus {
    color: #fff;
    background-color: #3490c7;
    border-color: #3490c7;
}
#order-standard_cart div#applyPromo .prepend-icon .field-icon{
    line-height: 51px;
}
div#applyPromo input, div#applyPromo button.btn.btn-block.btn-default{
    height: 50px !important;
}
.clientxempty .page_title.odr-title h2{
    margin-bottom: 0;
}
.theme-main-inner-page-section.odr_inner #order-standard_cart .apply-credit-container {
    margin: 15px 0px;
    background: #fff;
}
#order-standard_cart .order-confirmation span {
    font-size: 13px !important;
}

.proxmox-page ul.cld-virtual-list li {
    font-size: 16px;
    margin: 22px 0px;
    line-height: 26px;
}
.proxmox-page .page_title.custom-public-hosting .row> {
   padding:0;
}
span.irs.js-irs-1.irs-with-grid, span.irs.js-irs-2.irs-with-grid, span.irs.js-irs-3.irs-with-grid, span.irs.js-irs-4.irs-with-grid, span.irs.js-irs-5.irs-with-grid, span.irs.js-irs-6.irs-with-grid {
    width: 100% !important;
}
.service_outer.orderconfigpage.proxmox-page .col {
    padding-left: 0;
}
.customslider-js-btn-minus.fas.fa-minus-circle, .customslider-js-btn-plus.fas.fa-plus-circle {
    color: #598bfb;
}

.proxmox_cart .cloudconfigure-product .inr-tab-content.col-md-12 .form-group.col-md-9 {
    display: flex;
}
h4.panel-title.proxmox_cart_title .accordion-toggle::after {
    position: absolute;
    right: 58px;
}
/*
.service_outer.orderconfigpage.proxmox-page .page_title.custom-public-hosting {
    padding-left: 0;
}*/
@media (min-width:768px){
    .cloudvirtuebilling.col-md-2 {
        flex: 0 0 14.666667%;
        max-width: 14.666667%;
    }

}
@media (max-width:1199px){
    .row.clientxempty .col-md-8, .row.clientxempty .col-md-4 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .service_outer.orderconfigpage.proxmox-page .col-sm-12.progress-section {
        display: block;
        align-items: center;
    }
}
@media (max-width:991px){
    .inr-tab-content.col-md-12.custom_resources .col-md-3 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .inr-tab-content.col-md-12.custom_resources .form-group.col-md-9 {
        width: 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}


@media (max-width:767px){
    .clientxempty .pd-opt-title {
        font-size: 16px;
    }
    .clientxempty .view-cart-items-header .row {
        flex-wrap: nowrap;
    }
    .proxmox-page .config-inner {
        width: 100%;
    }
    .odr-page .inr-tab-content .col-md-3.cloudvirtuebilling.form-group {
        flex: 0 0 50%;
        max-width: 50%;
        padding-left: 0 !important;
        padding-right: 10px !important;
    }
    .proxmox-page .col-md-2.cloudvirtuebilling.resourcetier.form-group {
        width: 100%;
        max-width: 50%;
        padding-left: 25px;
    }
    .service_outer.orderconfigpage.proxmox-page .col-sm-12.progress-section {
        display: block;
        align-items: center;
        padding: 0;
    }
    span.irs.js-irs-1.irs-with-grid, span.irs.js-irs-2.irs-with-grid, span.irs.js-irs-3.irs-with-grid, span.irs.js-irs-4.irs-with-grid, span.irs.js-irs-5.irs-with-grid, span.irs.js-irs-6.irs-with-grid {
        width: 90% !important;
        margin: auto;
    }
    .proxmox-page .custom_select .customslider-js-btn-minus.fas.fa-minus-circle{
        left: 0px;
    }
    .proxmox-page .custom_select .customslider-js-btn-plus.fas.fa-plus-circle{
        right:0;
    }
    .proxmox_cart .cloudconfigure-product .inr-tab-content.col-md-12 .form-group.col-md-9 {
        display: flex;
        flex-wrap: wrap;
    }


}
/*ordercredit card css end  */