@charset "UTF-8";

/* pricing */
.openerp_enterprise_pricing_app {
    display: block;
    padding-bottom: 8px;
    cursor: pointer;
    box-shadow: none;
    min-width: 0;
word-wrap: break-word;
background-color: #fcfcfc;
background-clip: border-box;
border: 1px solid rgba(0, 0, 0, 0.06);
border-radius: 0.125rem;
}

.openerp_enterprise_pricing_app .openerp_enterprise_pricing_app_container {
    border-top: 1px solid #e9ecef;
    user-select: none;
}

.openerp_enterprise_pricing_app_icon {
    width: 42px;
    text-align: center;
    line-height: 42px;
    border-radius: 3px;
}

.openerp_enterprise_pricing_app .openerp_enterprise_pricing_app_real_name {
    line-height: 1.2;
}

.openerp_enterprise_pricing_app .openerp_enterprise_trial_app_checkbox + span, .openerp_enterprise_pricing_app .openerp_enterprise_pricing_app_checkbox + span {
    width: 16px;
    height: 16px;
    border: 1px solid #dee2e6;
    border-radius: 100%;
    color: transparent;
    font-size: 12px;
    line-height: 1.3;
}

.openerp_enterprise_pricing_app .openerp_enterprise_trial_app_checkbox:checked + span, .openerp_enterprise_pricing_app .openerp_enterprise_pricing_app_checkbox:checked + span {
    border: 1px solid #23923d;
    background: #28a745;
    color: white;
    text-shadow: 0 1px 0 #23923d, 0 -1px 0 #23923d, 1px 0 0 #23923d, -1px 0 0 #23923d;
}

.openerp_enterprise_pricing_app:hover .openerp_enterprise_trial_app_checkbox:not(:checked) + span, .openerp_enterprise_pricing_app:hover .openerp_enterprise_pricing_app_checkbox:not(:checked) + span {
    border-color: #adb5bd;
}

.openerp_enterprise_pricing_app .o_dependencies_icon {
    opacity: 0.3;
}

.openerp_enterprise_pricing_app .o_dependencies_icon:hover, .openerp_enterprise_pricing_app .o_dependencies_icon:focus, .openerp_enterprise_pricing_app .o_dependencies_icon.focus {
    opacity: 0.8;
}

.openerp_enterprise_pricing_app .openerp_enterprise_pricing_app_price {
    font-size: 0.85em;
    font-weight: 400;
}

.openerp_enterprise_pricing_app.selected {
    box-shadow: inset 0 0 0 1px #00a09d;
}

.openerp_enterprise_pricing_app.selected .o_dependencies_icon {
    opacity: 0.8;
    color: #00a09d;
}

.openerp_enterprise_pricing_app.selected .o_dependencies_icon:before {
    content: "\f0c1";
}

.openerp_enterprise_pricing_app input[type=number]::-webkit-inner-spin-button, .openerp_enterprise_pricing_app input[type=number]::-webkit-outer-spin-button {
    -webkit--webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -moz--webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}

.openerp_enterprise_pricing_app input[type=number] {
    -moz--webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield;
}

.openerp_enterprise_pricing_app .btn-input-number {
    padding: .07rem .2rem .07rem .2rem;
    font-size: x-small;
}

.openerp_enterprise_pricing_app .app_input_number input[type=number] {
    max-width: 2.5rem;
    padding: .5rem;
    height: .5rem;
    text-align: center;
}

.openerp_enterprise_pricing_step_body .row, .openerp_enterprise_pricing_step_body .form-horizontal .form-group, .form-horizontal .openerp_enterprise_pricing_step_body .form-group {
    margin-left: -4px;
    margin-right: -4px;
}

.openerp_enterprise_pricing_step_body .row > .col-12, .openerp_enterprise_pricing_step_body .form-horizontal .form-group > .col-12, .form-horizontal .openerp_enterprise_pricing_step_body .form-group > .col-12 {
    padding-left: 4px;
    padding-right: 4px;
}
.d-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: flex !important;
}
.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.align-items-stretch {
    align-items: stretch !important;
}
.flex-wrap {
    flex-wrap: wrap !important;
}

.flex-nowrap {
    flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
    flex-wrap: wrap-reverse !important;
}

.flex-fill {
    flex: 1 1 auto !important;
}

.flex-grow-0 {
    flex-grow: 0 !important;
}

.flex-grow-1 {
    flex-grow: 1 !important;
}

.flex-shrink-0 {
    flex-shrink: 0 !important;
}

.flex-shrink-1 {
    flex-shrink: 1 !important;
}
.flex-column {
    flex-direction: column !important;
}

.justify-content-start {
    -webkit-box-pack: start !important;
    justify-content: flex-start !important;
}

.justify-content-end {
    -webkit-box-pack: end !important;
    justify-content: flex-end !important;
}

.justify-content-center {
    justify-content: center !important;
}

.justify-content-between {
    justify-content: space-between !important;
}

.justify-content-around {
    justify-content: space-around !important;
}

.align-items-start {
    align-items: flex-start !important;
}

.align-items-end {
    align-items: flex-end !important;
}

.align-items-center {
    align-items: center !important;
}

.align-items-baseline {
    align-items: baseline !important;
}

.align-items-stretch {
    align-items: stretch !important;
}

.align-content-start {
    align-content: flex-start !important;
}

.align-content-end {
    align-content: flex-end !important;
}

.align-content-center {
    align-content: center !important;
}

.align-content-between {
    align-content: space-between !important;
}

.align-content-around {
    align-content: space-around !important;
}

.align-content-stretch {
    align-content: stretch !important;
}

.align-self-auto {
    align-self: auto !important;
}

.align-self-start {
    align-self: flex-start !important;
}

.align-self-end {
    align-self: flex-end !important;
}

.align-self-center {
    align-self: center !important;
}

.align-self-baseline {
    align-self: baseline !important;
}

.align-self-stretch {
    align-self: stretch !important;
}
.w-50 {
    width: 50% !important;
}

.d-none {
    display: none !important;
}

.d-inline {
    display: inline !important;
}

.d-inline-block {
    display: inline-block !important;
}

.d-block {
    display: block !important;
}
.img-fluid, .img-responsive {
    max-width: 100%;
    height: auto;
}
.form-inline label {
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 0;
    }
    .bg-200 {
              background-color: #e9ecef !important;
color: #212529;
    }
    .border-top {
    border-top: 1px solid #dee2e6 !important;
}

.border-right {
    border-right: 1px solid #dee2e6 !important;
}

.border-bottom {
    border-bottom: 1px solid #dee2e6 !important;
}
.form-control {
display: inline-block;
width: 100%;
height: calc(1.45em + 0.75rem + 2px);
padding: 0;
font-size: 0.875rem;
font-weight: 400;
line-height: 1.45;
color: #495057;
background-color: #ffffff;
background-clip: padding-box;
border: 1px solid #ced4da;
border-radius: 0.125rem;
transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.pricing_board table.table {
    font-size: 12px;
}

.pricing_board table.table td {
    padding: 0.35rem;
    padding-left: 0;
}

.pricing_board table.table td:last-child {
    padding-right: 0;
}

.pricing_board table.table tr.active {
    font-size: 14px;
}
