﻿.section-downloads-header {
    background-color: #fff;
    border-bottom: 1px solid #ccc;
    padding-bottom: 0px;
}

.note-title {
    font-weight: 400;
    color: #444e5a;
}

/*-----------
    Version tabs
*/
.section-downloads-contents {
    padding-top: 0px;
}
.tabs-version .tabs-version-main {
    background-color: #fff;
}
.tabs-version .tabs-version-header .tabs-version-header-title:before {
    font-family: fontawesome;
    content: '\f019';
    font-size: 18px;
    margin-right: 10px;
    /*color: #0077c5;*/
}

.tabs-version .tabs-version-header .tabs-version-header-title:last-child:before {
    /*color: #ff0000;*/
}

.tabs-version .tabs-version-header .tabs-version-header-title {
    background-color: #eff0f1;
}

.tabs-version > .tabs-version-header .tabs-version-header-title {
    display: inline-block;
    padding: 8px 30px;
    font-weight: 400;
    text-align: center;
    color: #717070;
    box-shadow: 0 -4px 0 0 #ccc; /*top border*/
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
}

.tabs-version > .tabs-version-header .tabs-version-header-title:hover {
    color: #0077c5;
    cursor: pointer;
}
.tabs-version > .tabs-version-header .tabs-version-header-title.active {
    /*font-weight: 600;*/
    color: #0077c5;  /*#555;*/
    box-shadow: 0 -4px 0 0 #0077c5; /*top border color*/
    position: relative;
    background-color: #fff;
}
.tabs-version > .tabs-version-header .tabs-version-header-title.active:before {
    font-weight: 400;
}
.tabs-version > .tabs-version-header .tabs-version-header-title.active:after { /*hide the bottom border*/
    content: '';
    display: inline-block;
    position: absolute;
    bottom: -3px;
    left: 0px;
    border: 3px solid white;
    width: 100%;
}
.tabs-version-main .tabs-version-item {
    display: none;
    padding-top: 20px;
}
@media screen and (max-width: 400px) {
    .tabs-version > .tabs-version-header .tabs-version-header-title {
        padding: 8px 10px;
    }

    .tabs-version-main .tabs-version-item {
        padding: 15px 5px 5px 5px;
        border: 0px;
    }
}

 /*--------------
    Accordion  */
.smk_accordion .acc_content{
    background-color: #f7f9fa;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    min-width: 300px;

    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
}
.smk_accordion .accordion_in {
    /*margin-bottom: 20px;*/
    margin-top: -1px;
    position: relative;
    z-index: 10;
}
.smk_accordion .accordion_in .acc_head {
    cursor: pointer;
    display: block;
    position: relative;
    text-align: left;
    border-bottom: 1px solid #ccc;
    min-width: 300px;
    color: #0077c5;
    padding-bottom: 20px;
    padding-top: 20px;
}

.smk_accordion .accordion_in .acc_head *{
    display: table-cell;
}
.smk_accordion .accordion_in .acc_head i{
    font-size: 16px;
    width: 25px;
    color: #ff6a00;
}

.smk_accordion .accordion_in .acc_head:hover {
    border-bottom: 1px solid #0077c5;
    color: #0077c5;
}
.smk_accordion .accordion_in.acc_active > .acc_head {
    border-bottom: 1px solid #ccc;
    color: #0077c5;
}
.smk_accordion .accordion_in .acc_content {
    padding-left: 10px;
    padding-right: 15px;
    padding-bottom: 15px;
}
.smk_accordion .accordion_in .acc_content h1:first-of-type,
.smk_accordion .accordion_in .acc_content h2:first-of-type,
.smk_accordion .accordion_in .acc_content h3:first-of-type,
.smk_accordion .accordion_in .acc_content h4:first-of-type,
.smk_accordion .accordion_in .acc_content h5:first-of-type,
.smk_accordion .accordion_in .acc_content h6:first-of-type {
    margin-top: 5px;
}
.smk_accordion .accordion_in.acc_active > .acc_content {
    display: block;
}
.smk_accordion.acc_with_icon .accordion_in .acc_head,
.smk_accordion.acc_with_icon .accordion_in .acc_content {
    padding-left: 15px;
}
.tabs-item-category:not(:last-of-type){
    border-right: solid thin #cccccc;
}

/* Additional Resources*/
.additional-resources {
    border-radius: 2px;
}
.additional-resources i {
    font-size: 14px;
    color: #ff6a00;
}
.additional-resources div a {
    font-size: 14px;
    color: #0077c5;
}
@media only screen and (max-width : 991px) {
    .download-products{
        margin-bottom: 20px;
    }
}
.download-products .downloads-submit{
    text-align: right;
}

/* ---------------------
    Tables
*/
.tab-header{
    border-bottom: 1px solid #ccc;
}
.tabs .tabs-main .tabs-item {
    display: none;
}
.tabs > .tab-header .tab-header-title{
    margin-top: 10px;
    display: inline-block;
    width: 100px;
    font-size: 14px;
    cursor: pointer;
    border-bottom: 3px solid #ccc;
    text-align: center;
    padding-top: 0px; 
    background-color: #f7f9fa;
    color: #333;   
}
@media only screen and (max-width : 490px) {
    .tabs > .tab-header {
        text-align: center;
    }
}

.tabs > .tab-header .tab-header-title:hover{
    border-bottom: 3px solid #ccc;
    color: #0077c5;                       
}
.tabs > .tab-header .tab-header-title.active {
    border-bottom: 3px solid #0077c5;
}

.tabs > .tab-header .tab-header-title.active h5 { 
    font-weight: bold;
    color: #333;
}
.tabs-item > h3{
    color: #0077c5;
}

.section-downloads .wrapper-flex,
.section-downloads-contents .wrapper-flex,
.section-report-manager .wrapper-flex {
    -webkit-justify-content: center;
    justify-content: center;
}
.section-downloads .wrapper-flex .erp-download-buttons{
    margin-top: auto;    
}

.erp{
    min-width: 300px; 
    min-height: 85px;
    margin-top: 15px;
    margin-left: 15px;
    margin-right: 15px;
    border-radius: 2px;
    border: 1px solid #ccc;
    padding: 15px;  
    background-color: white;        
}
.erp-header{
    text-align: center;
}
.erp-header .erp-title{
    font-size: 14px;
    /*color: #ff6a00;*/ 
    font-weight: bold;  
    padding-bottom: 10px;
}
.erp .erp-download-available{
    border-top: 1px solid #ccc;   
    padding-top: 10px;
    padding-right: 5px;
    padding-left: 5px;
    padding-bottom: 10px;
    font-size: 13.5px;
}
.erp .erp-download-buttons{
    padding-top: 15px;
    border-top: 1px solid #ddd;
}

.btn-download-trial,
.btn-download-full,
.btn-download-full-stretch {
    -webkit-transition: .3s;
    transition: .3s;
    border-radius: 1px;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    padding: 6px 13px 6px 13px;
    display: inline-block;
    text-decoration: none;
    border: none;
    font-size: 12px;
    text-transform: uppercase;
    font-family: 'Proxima nova', Arial, Helvetica, sans-serif;
    line-height: 12px;
    text-align: center;
    color: #fff;
    cursor: pointer;
    width: 140px;
    border: 1px solid #ccc;
    background-color: white;
}

.btn-download-trial {
   color: #ff6a00;
}
.btn-download-full {
   color: #0077c5;
}

.btn-download-full-stretch {
    color: #0077c5;
    width: 160px;
    margin: 0 auto;
    display: block;
}

.btn-download-trial:disabled,
.btn-download-full:disabled
{
   color: #808080;
}

.btn-download-trial:hover:not([disabled]) {
   border: 1px solid #ff6a00;
   background-color: #ff6a00;
   color: #fff;
}
.btn-download-full:hover:not([disabled]) {
   border: 1px solid #0077c5;
   background-color: #0077c5;
   color: #fff;
}

.erp-download-available div:not(.downloads-small-border){
   min-height: 27px;
}
.ChkBoxClass{
    white-space: nowrap;
}

.ChkBoxClass input {
    width: 18px; 
    height: 18px;
    margin-top: 0px;
}
.ChkBoxClass label { 
    position: relative;
    vertical-align: middle;
    font-weight: 400;
    margin-top: 5px;
    margin-left: 5px;
    bottom: 6px;
}

.actian{
    width: 100%;
    margin-top: 15px;
   /* border-radius: 2px;
    border: 1px solid #ccc;*/
    padding-top: 5px;  
    padding-right: 10px;  
    padding-bottom: 10px;  
    padding-left: 10px;  
    background-color: white;  
    color: #444e5a;      
}

.actian-header .actian-download{
    color: #ff6a00
}

.actian-download-buttons{
     margin-top: 20px;  
     margin-bottom: 30px;
     padding-top: 15px;
     border-top: 1px solid #ddd;
}

/* --------------
    Amsi Request Form
*/
.white-popup-block {            
    background: #eeeeee;
    padding: 20px 20px;
    max-width: 450px;
    margin: 40px auto;
    position: relative;
    border-radius: 2px;
}

/*downloads instructions*/
.downloads-instructions {
    width: 100%;
    font-size: 14px;
    margin-left: auto;
    margin-top: 15px;
    padding: 12px 10px 10px 40px;
    color: #a94442;
    background-color: #f2dede;
    border: 1px solid #ebccd1;
}

.downloads-instructions::before {
    display: inline-block;
    vertical-align: middle;
    content: "\f06a";
    font-family: FontAwesome;
    margin-left: -30px;
    padding-right: 5px;
    color: #ff0000;
    font-size: 25px;
}

.downloads-instructions a {
    text-decoration: underline;
}

/*downloads instructions V5.5*/
.downloads-instructions-v55 {
    width: 100%;
    font-size: 14px;
    margin-left: auto;
    margin-top: 15px;
    padding: 12px 10px 10px 40px;
    color: #454f5b;
    background-color: #fcf1cd;
    border: 1px solid #eec200;
}

.downloads-instructions-v55::before {
    display: inline-block;
    vertical-align: middle;
    content: "\f06a";
    font-family: FontAwesome;
    margin-left: -30px;
    padding-right: 5px;
    color: #eec200;
    font-size: 25px;
}

.downloads-instructions-v55 a {
    text-decoration: underline;
}


.downloads-instructions-message ul {
    list-style-type: none;
    margin-left: -15px;
    font-size: 13px;
}

.downloads-instructions-message ul li:before {
    content: "\f105";
    font-family: FontAwesome;
    float: left;
    margin-left: -15px;
    -webkit-transform: scale(1.2,1.2);
    transform: scale(1.2,1.2);
    color: #ff6a00;
}
.downloads-instructions-header {
    text-align: center;
    color: #0077c5;
    padding-bottom: 20px;
    border-bottom: 1px solid #ccc;
}
.downloads-instructions-title {
    padding-top: 15px;
    color: #0077c5;
}
.downloads-instructions-message{
    padding-bottom: 10px;
}

/*Excel version*/
.excel-popup-block {
    background: white;
    padding: 20px 20px;
    max-width: 500px;
    margin: 40px auto;
    position: relative;
    border-radius: 2px;
}  
.excel-message{
    margin-left:50px;
}
.excel-message ul{
     list-style-type: none;
}
.excel-message ul li:before{
    content: "\f105";
    display: inline-block;
    font-family: FontAwesome;
    padding-right: 5px;
    -webkit-transform: scale(1.2,1.2);
    transform: scale(1.2,1.2);
    color:#ff6a00;
}
.excel-title{
    text-align:center;
    color:#0077c5;
}
.excel-img{
    align-content:center;
    text-align:center;
    border:1px solid #ccc;
    max-width: 460px;
    width: 100%;
    height: auto;
}
.pro-img{
    align-content:center;
    text-align:center;
    border:1px solid #ccc;
    max-width: 460px;
    width: 100%;
    height: auto;
}

.download-version-check{
    color:#808080;
}
.acc_content-erp{
    text-align: center;
}
.requestf9form-erp{
    display: inline-block;
    min-width: 500px;
}
@media only screen and (max-width : 676px) {
    .requestf9form-erp {
        display: unset;
        width: 100%;
    }
}
.submit-return-message {
    color: #444e5a;
    background-color: #98f8a3;
    border: 1px solid #5ad069;
    border-radius: 4px;
    padding: 15px;
    margin: 0px 0px 20px 0px;
    display: none;
}
.requestf9form-erp .register-f9-header{
    border-bottom: 1px solid #ccc;
    padding-bottom: 5px;
    margin-bottom: 15px;
} 
.request-f9-form input[type=text],
.request-f9-form input[type=email]{
    border: 1px solid #a1b1bc;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    padding: 5px;
    outline: none;
    width: 100%;
    -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
            box-sizing: border-box;
    color: #1b1b1b;
}
.request-f9-form input[type=text]:focus,
.request-f9-form input[type=email]:focus{
    background-color: #fff;
    border-color: #0077c5;
    color: #1b1b1b;
}
.required-field {
    position: relative;
    top: 3px;
    color: #ff6a00;
    font-size: 15px;
}
.request-f9-fields{
    text-align: left;
}
.request-f9-fields label{
    font-weight: 400;
    margin-bottom: 0px;
}
.request-f9-fields p{
    margin-bottom: 2px;
}

.request-f9-buttons{
    margin-top: 12px;
    color: #0077c5;
    font-size: 30px;
    vertical-align: middle;
}

#submitmessagespinner {
    margin-top: 8px;
    margin-bottom: 0px;
    color: #0077c5;
    font-size: 30px;
    display: none;
}

 .downloads-version {
    font-style:italic;
}

.error{
    padding-left:20px;
    padding-right:20px;
}

.downloads-small-border {
    width: auto;
    height: 1px;
    background: #dddddd;
    margin: 5px auto 10px auto;
    color:#dddddd;
}

.quickbooks-trial-note ul {
    width: 100%;
    font-size: 14px;
    color: #a94442;
    background-color: #f2dede;
    border: 1px solid #ebccd1;
    margin-left: auto;
    margin-top: 15px;
    padding: 10px 10px 10px 25px;
}

.quickbooks-note {
    padding: 10px;
    border-radius: 3px;
}

.quickbooks-note-title {
    font-weight: bold;
}
.quickbooks-note-title i {
    padding-left: 5px;
    padding-right: 10px;
    color: #0077c5;
    -webkit-transform: scale(2,2);
    transform: scale(2,2);
}
.quickbooks-note-description {
    line-height: 1.4;
    padding-left: 28px;
}

.nonpublic-list{
    font-size: 15px;
    line-height: 25px;
}
.nonpublic-list ul li {
    list-style: none;
}
.nonpublic-list ul li::before {
    content: "\f105";
    font-family: 'FontAwesome';
    float: left;
    margin-left: -18px;
    -webkit-transform: scale(1.2,1.2);
    transform: scale(1.2,1.2);
    color: #0077c5;
}

.tab-content {
    background-color: #f7f9fa;
    border: 1px solid #ccc;
    /*min-width: 300px;*/
    border-radius: 2px;
}