/**
 * 用于补充phil的全局css，非必要情况下仅作添加，不覆盖样式
 */

.ph .final_checkout_button.disabled {
    background: #ccc !important;
    cursor: default;
}
.present_price {
    text-decoration: line-through;
    font-size: 15px;
}
.ui-helper-hidden-accessible{
    display: none;
}

.modal-visible
{
    display: block !important;
    opacity: 1 !important;
    overflow-y: scroll !important;
}
.modal {
    background: rgba(0, 0, 0, 0.2);
}
@media (min-width: 768px){
    .modal-dialog {
        width: 600px;
        margin: 120px auto;
    }
}
.align-left{
    text-align: left;
}

.ph .header_icon.header_icon_paperless_office-2{
    background-image:url(../images/global_2019/header_icon_paperless_office-2.png)
}

.font-red{
    color: red !important;
}
.font-orange{
    color: #f68b1f !important;
}

.bg-transparent-purple {
    background-color: rgba(108,38,108,0.7);
}

.bg-transparent-dark {
    background-color: rgba(255,255,255,0.8);
}

.bg-transparent-light {
    background-color: rgba(255,255,255,0.9);
}
.banner-bg-phantom{
    margin-top: -68px;
}
.ph_payment_plan_select_item_hidden{
    display: none;
}

.product_icon.foxit_sign {
    width: 114px;
    height: 114px;
    background: url(../images/css_sprite.png) no-repeat -222px 0;
}
.ph .product_icon.reader_l {
    background-position: -107px 0 !important;
}

.ph .product_icon.foxit_l {
    background-position: -700px 20px !important;
}



.btn-type-one {
    text-transform: none;
    color: #0a7ddf;
    background: transparent;
    border: 1px solid #0a7ddf;
    font-size: 16px;
    border-radius: 3px !important;
    padding: 7px 34px;
    margin: 0;
    font-weight: 600;
    line-height: 18px;
    text-align: center;
    display: inline-block;
    cursor: pointer;
}

.btn-type-one:hover{
    color: #0a7ddf;
    text-decoration: none !important;
}

.font-italic-1{
    font-style: italic;
}
.border-dashed {
    border: dashed #dedede 1px;
}
.border-radius-6 {
    border-radius: 6px!important;
}
.padding-top-bottom-28 {
    padding-top: 28px;
    padding-bottom: 28px;
}
@media (min-width: 1024px){
    .modal-dialog-wide {
        width: 800px !important;
    }
}
.modal-dialog-wide {
    padding: 0 17px;
}
.ph .product_icon.quick_pdf_library {
    background-position: -800px 20px;
}

input, button, select, textarea {
    font-family: "Open Sans",Arial,sans-serif;
}

#videoModal .modal-backdrop{
    height: auto !important;
}

#videoModal .modal-dialog .modal-body{
    max-height: unset !important;
}
.online-tools-right-name{
    line-height: 40px;
    padding-left: 15px;
}
.font-weight-700{
    font-weight: 700 !important;
}
.border-1-ccc{
    border: 1px solid #ccc;
}
.font-darkblue{
    color: #0e0c36;
}
.font-weight-600{
    font-weight: 600 !important;
}

.product-check-area{
    position:relative;
    border:1px solid rgba(0,0,0,0.15);
    border-radius: 4px !important;
    margin: 0 15px 20px 15px;
    padding: 15px 0;
    font-size: 13px;
    color: rgb(78,78,78);
}
.product-check-area .col-xs-6{
    padding-right: 5px;
    padding-left: 5px;
    font-weight: 500 !important;
}
.product-check-area::before {
    content: attr(title);
    font-size: 16px;
    text-transform: uppercase;
    color: rgb(38, 19, 92);
    font-weight: bold;
    position: absolute;
    left: 20%;
    transform: translateX(-110%);
    -webkit-transform: translate(-50%, -110%);
    padding: 0 10px;
    background-color: #fff;
}

@media screen and (max-width: 992px){
    .component-hero,.main{padding-top: 165px;}
}
@media screen and (max-width: 768px){
    .component-hero,.main{padding-top: 123px;}
}

.modal-content .ph .background_orange_circles,
.modal-content .ph .background_purple_triangles,
.modal-content .ph .background_blue_rectangles,
.modal-content .ph .background_turquoise_archs
{
    background: #0E0C36;
}
.modal-content .ph .background_orange_circles:before,
.modal-content .ph .background_purple_triangles:before,
.modal-content .ph .background_blue_rectangles:before,
.modal-content .ph .background_turquoise_archs:before
{
    display: none;
}
.modal-content .ph h2.label_two
{
    font-weight: 800;
    font-style: inherit;
}
.modal-content .ph h2.label_two > .font-extrabold
{
    font-weight: inherit;
    color: #F36B16;
}
.modal-content .ph h2.label_two > .font-italic
{
    font-style: inherit;
}
.modal-content .ph a
{
    color: #26135C;
}
.modal-content .ph a:hover,
.modal-content .ph a:focus
{
    color: #F36B16;
}