button{
    font-weight:600 !important;
    
}

/*== mobile classes ==*/
@media only screen and (max-width: 767px) {
    .desk_only {
      display:none;
    }
    .mobile_only{
        display:block;
    }
}

@media only screen and (min-width: 768px) {
    .desk_only {
        display:block;
    }
    .mobile_only{
        display:none;
    }
}

@media only screen and (min-width: 992px) {
    .wide_only {
        display: block;
    }

    .mobile_only {
        display: none;
    }

    .mobile_tablet_only {
        display: none;
    }
}

@media screen and (max-width: 991px) {
    .wide_only {
        display: none;
    }

    .mobile_tablet_only {
        display: block;
    }
}

@media (max-width: 1230px) {
    .main_menu {
        width: 115%;
    }

    .main_menu.main_menu a {
        font-size: 14px;
    }
}

/*== PAGE HEADER ==*/
.header{
    text-align:center;
    border-bottom: 1px solid #9c9c9c;
    background-color:#fff;
    position: sticky;
    top: 0px;
    z-index: 99;
}
.header .desk_only > .container{
    height:80px;
    padding:20px 0px;
}

/*== Menus ==*/
.mobile-logo{
    display:block;
    width:200px;
    text-align:center;
    margin: 10px auto;
}

.mobile_only.block{
    float:clear;
    background-color:#fff;
    width:100vw;
    left:0px;
}
.hamburger,.mobile_menu{
    text-align:center;
    background-color:#fff;
}

.hamburger{
    font-size: 22px;
    padding: 10px 0px;
}
.mobile_menu{
    display:none;
    
}

.main_menu a{
    font-size:16px;
    padding: 0px 10px;
    line-height:40px;
    vertical-align:middle;
    color: #4d4d4d;
}
.login_link{
    font-size:16px;
    text-align: right;
    padding:20px;
    line-height:40px;
    vertical-align:middle;
    color: #fe9900;
}
.login_link.active{
    background-color: #6565B1;
    color:#fff;
}
.login_button_container{
    text-align: right;
}
/*== sliders ==*/

.slider img{
    display:block;
    width:100vw;
    text-align:center;
}

.slider2 p{
    
    
    
}

/*== spec sheets ==*/

#spec-sheets h2{
    font-size: 60px;  
}

#spec-sheets th{
    
    border-top:  none;
    border-bottom: 1px solid #C6C6C6; 
    color:#fe9900;
    text-align: left;
}
#spec-sheets td{
    border-top:  none;
    border-bottom: 1px solid #C6C6C6; 
    text-align: left;
}
/*== Widgets ==*/

.homeblurb{
    text-align:center;
    font-size:24px;
    line-height:34px;
    padding: 40px 40px;
}
.homeblurb2{
    text-align:center;
    font-size:18px;
    line-height:28px;
    padding: 40px 40px 0px 40px;
    
}
.homeblurb2 h1{
    text-transform: capitalize;
    
    
}
#widgets,#spec-sheets{
    background-color:#fff;
    padding-bottom: 40px;
}
#widgets2{
   background-color:#f8f7f5; 
    
    padding: 80px 0px;
}
#spec-sheets{
    padding-top:40px;
    
}
.widget{
    font-size:20px;
    text-align: center;
    background-color:#fff;
    font-weight:600; 
}

.widget2{
    padding:20px;
    font-size:20px;
    text-align: center;
    background-color:#fff;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    min-height: 220px;
}

.widget2 h2{
    color: #6565B1;
    font-weight:600;   
}
.widget2 i{
    font-size:50px;
    color:#f39900;
}

/*== Prices ==*/

a.download_csv {
    font-size:18px;
    line-height:30px;
}

#prices {
    background-color:#f8f7f5;
    padding:80px 0px;
}
.prices_table{
    width:100%;
}


.prices_table td,.prices_table th{
    text-align:center;
    font-size:18px;
}
.prices_table td{
    padding: 40px;
}



.country_price_table th{
    background-color: #6565B1;
    color:#fff;
    font-size:18px;
}

.country_price_table 
> tbody
> tr:nth-of-type(even)
> td{
    background-color:#f8f7f5;
}
.country_price_table 
> tbody
> tr
> td:nth-of-type(1){
    font-weight:600;
}
.country_price_table 
> tbody
> tr:hover > td{
    background-color:#C6C6C6;
    
}

.prices_table th{
    background-color:#6565B1;
    border: 0px solid #f8f7f5;
}
.our_prices_table th{
    padding:20px;
    background:transparent;
    font-size: 18px;
    border: 0px solid #f8f7f5;
}

.our_prices_table td{
    
    padding:20px;
    font-size: 18px;
    
}

.features{
    text-align: center !important;
    
}
.recommend{
    background-color: #fe9900 !important;
    color:#fff;
}
.recommend-body{
    background-color: #4f519e;
    color:#fff;
    font-size: 18px;
}

.region-title{
    font-size:40px;
    font-weight: 600;
    display:block;
    line-height:70px;
}

.region-title.price{
    font-size:60px;
    font-weight: 600;
    display:block;
    line-height:90px;
}

.subscription-select{
    font-family: 'Oxygen', sans-serif;
    display: inline-block;
    height: 38px;
    padding: 0 30px;
    text-align: center;
    font-size: 11px;
    font-weight: 600;
    line-height: 38px;
    letter-spacing: .1rem;
    text-transform: uppercase;
    text-decoration: none;
    white-space: nowrap;
    border-radius: 4px;
    cursor: pointer;
    box-sizing: border-box;
    background-color:#fe9900;
    margin:10px;
    color:#fff;
    border: none;
}
a.subscription-select:hover{
    text-decoration: none;
    background-color:#fed900;
}

.search_block{
    background-color:#fff;
    padding:20px;
    margin-bottom:20px;
}

.search_block input,.search_block select{
    width:100%;
}

/*== faqs ==*/
#faq{
    background-color:#fff;
    padding:80px 0px;
}
.faq-contents{
    display:none;
    padding:20px 0px;
}
.faq-title{
    font-weight:400;
    font-size:26px;
    line-height: 60px;
    border-bottom: #9c9c9c solid 1px;
    cursor:pointer;
}
.faq-title span{
    float:right;
}
/*== footer ==*/
#footer{
    padding:80px 0px;
    background-color: #333;
    color:#fff;
}

#footer a{
    color:#fff;
}
 #footer h3{
    font-size:24px;
    color:#fe9900;
    font-weight:600;
 }

/* == Subscription Page == */
.step_contents{
    display: none;
    padding:20px;
}
.step_contents.active{
    background-color:#fff;
    display: block;
      border-width: 1px;
    border-style: solid;
    border-color: rgb(232, 232, 232);
    border-top-color: rgb(232, 232, 232);
    border-right-color: rgb(232, 232, 232);
    border-bottom-color: rgb(232, 232, 232);
    border-left-color: rgb(232, 232, 232);
    border-image: initial;
}
.breadcrumbs{
    margin: 0 0 40px 0;
    font-size: 14px;
    text-align:center;
    color: #c3c3c3;
    font-weight:300;
}
.breadcrumbs > .active{
    color: #4F519E;
    font-weight:600;
}

.breadcrumbs > .done{
    color: #4F519E;
    font-weight:300;
}
.step_title{
    padding:15px;
    font-weight:300;
    font-size:26px;
    color:#4d4d4d;
    background-color:#fff;
    display:none;
}
.step_title.active{
    display:block;
}
.step_title.active{
    color:#4F519E;
    background-color:#fff;
}

.region_select{
    padding:15px 20px 20px 20px;
    background-color:#f0f0f0;
        height:100px;
        font-size:20px;
}

.total_charge{
    font-weight:700;
    font-size:30px;
    margin: 5px 0px;
}
.payment_methods{
    font-size:20px;
    
}

.subOr{
    display:block;
    margin:10px 0px;
}
.month{
    color:#6565B1;
}
.year{
    color:#f0ad4e;
}

#sticky {
  padding: 20px;
  background-color:#fff;
  border-width: 1px;
    border-style: solid;
    border-color: rgb(232, 232, 232);
    border-top-color: rgb(232, 232, 232);
    border-right-color: rgb(232, 232, 232);
    border-bottom-color: rgb(232, 232, 232);
    border-left-color: rgb(232, 232, 232);
    border-image: initial;
}
.order_summary h4{
color:#4F519E;    
    
}

#sticky.stick {
  position: fixed;
  top: 10px;
  z-index: 10000;
  border: 2px solid #4F519E;
}

.subBlock{
    background-color:#fff;
    border: 3px solid #f0ad4e;
    border-radius: 5px;
    text-align:center;
    padding:20px;
    margin-top:20px;
    
}
.subBlock a{
    color: #9c9c9c;
}
.subBlock:hover{
    border: 3px solid #6565B1;
}
.subBlock a:hover{
    text-decoration: none;
}
.subContainer{
    text-align: center;
    padding:20px;
    margin-top:20px;
    color:#222
}
.subContainer h1{
    color:#f0ad4e;
}

.help_form input[type="text"],
.help_form input[type="email"],
.help_form input[type="tel"],
.help_form textarea{
    width:100%;
}
#subscribeForm input[type="text"],
#subscribeForm input[type="email"],
#subscribeForm input[type="tel"],
#subscribeForm select{
    width:100%;
}
.subscribe{
    margin-top:40px;
}

/*== subscription page ==*/
.region-block{
    margin-bottom:20px;
}
.region-block:hover{
    box-shadow: 2px 2px 10px 0px #888888;
}

label.region_label{
    margin:0px !important;
    background-color:#f0f0f0;
}
.region_checked{
    box-shadow: 2px 2px 10px 0px #888888;
}
.region_checkbox{
    display:none;
}
.region_checkbox:checked + .region_label{
    box-shadow: 2px 2px 10px 0px #888888;
    background-color:#4F519E;
    color:#fff;
}
.region_checkbox:checked + .region_label > .region_select{
    background-color: #4F519E !important;
}

.spaces_available{
    font-size: 20px;
    font-weight: 600;
}
.spaces_available span{
color: #f39900;
}


/*== Duration buttons ==*/
input[type='radio'] + label{
    text-align:center;
    padding:10px;
    border: 1px solid #6565B1;
    font-size:20px;
}
input[type='radio']:checked + label{
    border: 1px solid #fe9900;
    background-color:#fe9900;
    color:#fff;
}
input[type='radio'] + label:hover{
    border: 1px solid #f0ad4e;
}

.duration_block input[type='radio']{
    display:none;
}

.subscribe_button{
    background-color:#fe9900;
    border: 1px solid #fe9900;
    color: #fff;
}

/*== Manage Subscription Page ==*/
.members_table, #orders_table{
    width:100%;
}
.members_table td,.members_table th, #orders_table td,#orders_table th{
    text-align:left;
}
.primary_member td{
    background-color:#f4f4f4;
    
    text-align:left;
}
.subscription-block{
    background-color:#fff;
    padding:20px;
    margin-bottom:20px;
}
.subscription-block table td,.subscription-block table th{
    background-color:#f0f0f0;
}
.expired_block{
    border: 3px solid #ff0000;
    padding: 20px;
    margin: 0px 0px 40px 0px;
    background-color:#fff;
}
.expired_block h1{
    font-size:20px;
    color: #ff0000;
}
.expired_block a{
    background-color: #f39900; 
    padding:10px 15px;
    margin-top: 10px;
    font-size: 20px;
    font-weight: 600;
    border-radius:10px;
    color: #fff;
}
.expired_block a:hover{
    background-color: #f0ad4e;
    text-decoration: none;
}

.edit_company_form input,
#renewal_form input, 
#renewal_form select{
    width:100%;
}

.more_region_block{
    display:none;
    width:60%;
}
.region_block{
    width: 300px;
    
}



/*== Dashboard ==*/
.dash td, .dash th{
 text-align: left;   
}
.log_table{
    width:100%;
    font-size:10px;
}
.log_table td, 
.log_table th{
    padding:2px;
}

.delete_button{
    border: 0px solid #fff;
    font-size:20px;
    color: #ff0000;
    padding: 0px 5px;
    margin: 0px;
}

.next_step{
    width:100%;
    background-color:#4F519E;
    color:#fff;
    font-size:20px;
    height:50px;
    border:1px solid #4F519E;
}
.next_step:hover{
    background-color:#6565B1;
    color:#fff;
}

/*== Price Links ==*/
    .price-block{
        width:100%;
        text-align:center;
        font-size: 40px;
        color:#FFF;
        padding:40px 0px;
        display:inline-block;
        text-shadow: 2px 2px 5px #000;
    }
    .price-block p{
        margin: 20px 0px;
        font-size: 20px;
    }
    .america{
        background: url("/images/PT-Region-America.jpg");
        background-color: #cccccc;
    }
    .asia{
        background: url("/images/PT-Region-Asia.jpg");
        background-color: #cccccc;
    }
    .europe{
        background: url("/images/PT-Region-Europe.jpg");
        background-color: #cccccc;
    }
    
    .region-links a{
        display:block;
        width: 100%;
        text-align: center;
        padding: 10px 0px;
        font-size: 20px;
        background-color:#f0f0f0;
        margin: 10px 0px;
    }
    .region-links a:hover{
        text-decoration:none;
        cursor: pointer;
        background-color:#4F519E;
        color:#fff;
    }
    
    
    /* Prices Table
    ===================== */
    .country_price_table{
        margin-bottom: 40px;
        width:100%;
    }
    .country_price_table th{
        position: sticky;
        top:80px;
        
    }
    .country_name{
        background-color: #f6f6f6;
    }
    
    #chart_container{
        display:block;
    }
    #chart_div,.spec-link-block{
        width:100%;
        background-color:#fff;
    }
    
    /*== admin page ==*/
    .download_invoice{
        background: #fff;
    }
    
    
    .errorArea{
        border: 2px #ff0000 solid;
        padding:20px;
        display:none;
        margin-bottom:20px;
    }
    .spec-link-block{
        padding: 0px 10px;
        
    }
    .spec-sheet-links{
        padding-top: 10px;
        padding-bottom: 10px;
        text-align: center;
        background-color: #f0f0f0;
        width:100%;
    }
    .spec-sheet-links a{
        background-color: #f0f0f0;
        color: #4f519e;
        text-decoration: none;
        font-size:20px;
    }
    
    .loader {
        border: 16px solid #D1D1D1; /* Light grey */
        border-top: 16px solid #6565B1; /* Blue */
        border-radius: 50%;
        width: 120px;
        height: 120px;
        animation: spin 2s linear infinite;
        
        
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    display: inline-block;
    }

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.preview{
    background-color:#fff;
    padding:40px;
    
    
    
}

.add_spec_sheet input, .add_spec_sheet select{
    width:100%;
    
    
}

.social-icons a{
    font-size:50px;
    margin-right:10px;
    
}
.social-icons a:hover{
    color:#fe9900 !important;
    
}

.api_status{
    width:100%;
    text-align:center;
    font-size:32px;
    height:30px;
    background-color:#fe9900;
    padding:25px 0px;
    color:#fff;
    border-radius: 10px;
}
.api_status:hover{
    background-color:#fed900;
}

.api_status span{
    font-weight:600;
}

.api_a:hover{
    text-decoration:none !important;
    
}

/* nq - 05/10/20 */

.manage-subs-row {
    display: flex;
    flex: 1;
    flex-direction: column;
}

.manage-subs-table {
    order: 2;
}

.cursor-pointer {
    cursor: pointer;
}

.manage-subs-search-card {
    order: 1;
    margin-left: 0;
    min-width: 200px;
}

@media (min-width: 1210px) {
    .manage-subs-row {
        display: block;
    }

    .manage-subs-table {
        order: 1;
    }

    .manage-subs-search-card {
        order: 2;
        margin-left: 4%;
    }
}

.row.pricing {
    margin-bottom: 30px;
}

.subscribe-pricing-card {
    box-shadow: -1px -1px 5px 1px rgba(0,0,0,0.2);
    position: relative;
    text-align: center;
    margin: 20px 10px;
}

@media (min-width: 768px) {
    div.columns.subscribe-pricing-card {
        width: 30.6666666667%;
        margin: auto;
    }

    div.columns.subscribe-pricing-card:not(:first-child) {
        margin-left: 4%;
    }
}

.subscribe-pricing-card .card-header {
    background-color: #EBECEE;
    height: 50%;
    padding: 15px 10px;
}

.subscribe-pricing-card .card-header span {
    color: #4E4F50;
    font-weight: bolder;
    font-size: 2.5rem;
}

.subscribe-pricing-card .card-header p {
    color: #4E4F50;
    font-size: 1.5rem;
    font-weight: lighter;
}

.subscribe-pricing-card .card-footer {
    height: 50%;
    background-color: #fff;
    padding: 15px 10px;
}

.subscribe-pricing-card .card-footer h3 {
    margin-bottom: 5px;
    font-size: 2rem;
}

.subscribe-pricing-card .card-footer h4 {
    font-size: 2rem;
    font-weight: lighter;
}

.subscribe-pricing-card .card-footer strong {
    font-size: 5rem;
}