﻿.section-f9newv6-intro p,
.section-f9newv6-intro-features p,
.home-feature p {
    font-size: 16px;
    line-height: 1.5;
}
.home-feature ul > li {
    font-size: 16px;
    line-height: 1.5;
}

.subheader-f9newv6 {
    background-image: url(../images/bg/bg-erp.png);
    background-repeat: no-repeat;
    background-size: 100% 100% !important;
    /*border-bottom: 1px solid #ddd;*/
}

.f9newv6-intro-features-items ul {
    list-style: none;
}

.f9newv6-intro-features-items ul li {
    line-height: 1.8;
    font-size: 16px;
}

.f9newv6-intro-features-items > ul > li::before {
    content: "\f111";
    font-family: FontAwesome;
    float: left;
    margin-left: -1.6em;
    color: #0077c5;
}

.anchor-product-news {
    display: block;
    height: 150px; /* this is the height of your header */
    margin-top: -150px; /* this is again negative value of the height of your header */
    visibility: hidden;
}


/* Product Header*/
.fixed-section {
    width: 100%;
    position: fixed;
    top: 85px;
    z-index: 100;
}
@media only screen and (max-width: 991px) {
    .fixed-section {
        top: 0px;
    }
}
.fix-body {
    /* this will adjust body top margin to prevent 
    content jumping when nav gets fix  */
    margin-top: 66px;
}

.products-header-section {
    padding-top: 18px;
    padding-bottom: 10px;
    background-color: #555555;
    /*position: fixed;*/
    /*position: sticky;*/
}
.products-header div {
    display: inline-block;
}
.product-title {
    width: 120px;
    font-family: 'Open Sans', 'Arial Narrow', Arial, sans-serif;
    font-size: 20px;
    color: #fff;
}
.product-list ul {
    list-style: none;  
    /*white-space: nowrap;*/ 
    padding-left: 0px;
}
.product-list ul li {
    font-family: 'Open Sans', 'Arial Narrow', Arial, sans-serif;
    font-size: 16px;
    display: inline-block;
}
.product-list ul li:not(:last-child) {
    margin-right: 20px;
}
.product-list ul li:first-child {
    margin-left: 0px;
}
.product-list ul li:not(.current) a{
    color: #d0cdcd;
}
.product-list ul li a:hover{
    color: #fff;
}
.tab-header .current {
    border-bottom: 2px solid #fff;
}
.tab-header .current a{
    color: #fff;
}

@media  only screen and (max-width: 767px) {
    .anchor-product-news {
        height: 182px;
        margin-top: -182px;
    }
    .fix-body {
        /* this will adjust body top margin to prevent 
        content jumping when nav gets fix  */
        margin-top: 100px;
    }
    .products-header div {
        display: block;
    }
}

@media  only screen and (max-width: 479px) {
    .subheader h1 {
        font-size: 30px;
    }
}

.wrapper-flex {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
    
}

.news-intro-video-wrapper {
    background: #fff;
    border: 1px solid #ccc;
    width: 250px;
    margin: 10px;
    border-radius: 2px;
    cursor: pointer;
}

.news-intro-video-wrapper a {
    color: #333;
}
.news-intro-video-figure {
    height: 145px;
    position: relative;
    background-color: #fff;
    background-size: 100% 100%;
    background-repeat: no-repeat;

    /*height: 145px;
    position: relative;
    background-color: #fff;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    background-position-y: 1px;*/
}

.news-intro-video-figure::after {
    content: url('../images/videos/video.play.png');
    position: absolute;
    top: 25%;
    left: 30%;
    display: block;
    -ms-transform: translate(-35%,-35%);
    transform: translate(-35%,-35%);
    -webkit-transform: scale(0.7,0.7);
    transform: scale(0.7,0.7);
}


.news-intro-video-figure-layer {
    border-radius: 1px;
    background-color: #1b1b1b;
    opacity: 0.4;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*.news-intro-video-figure i {
    position: absolute;
    font-size: 60px;
    color: #fff;
    top: 45px;
    left: 90px;
}*/
/*.news-intro h3{
    margin-top: 0px;
    margin-bottom: 40px;
}*/
/*.news-intro div video {
    border: 1px solid #dedede;
    background-color: #dedede;
}
video[poster] { 
    height: 100%;
    width: 100%;
}*/
/*.news-intro-text{
    width: calc(100% - 210px);
}
.news-intro-download i {
    font-size: 18px;
    margin-right: 10px;
}

@media only screen and (max-width: 640px) {
    .news-intro {
        display: block;
        align-items: center;
    }
    .news-intro div:not(:last-child) {
        border-right: 0px;
    }
    .news-intro-video-wrapper {
        margin: 0 auto;
    }
    .news-intro-text {
        width:100%;
    }
}*/

/* Products List Details*/
.product-list-anchor {
    display: block;
    height: 85px; /* this is the height of your header */
    margin-top: -85px; /* this is again negative value of the height of your header */
    visibility: hidden;
}

@media only screen and (max-width: 991px) {
    .additional-resources {
        margin-top: 30px;
    }
    .product-list-section .container{
        padding-left : 15px;
    }
}
.product-news-list .title,
.product-news-list .title-feature {
    font-size: 24px;
    color: #0077c5;
    padding-bottom: 15px;
}

.product-news-list:not(:first-of-type) .title {
    padding-top: 40px;
}

.product-news-list-only-ul ul {
    padding-left: 15px
}

.item-video-src {
    /*max-width: 470px;*/
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    height: auto;
    align-self: center
}

.item-video-src-license {
    max-width: 556px;
}

.item-video {
    flex-flow: row;
}

@media only screen and (max-width: 991px) {
    .item-video {
        margin-top: 30px;
        order: 2;
        -webkit-order: 2;
    }
    .news-content-desc {
        order: 1;
        -webkit-order: 1;
    }
}

.news-content-title {
    font-size: 18px;
    color: #ff6a00;
    padding-bottom: 10px;
}

.news-content-title-big {
    font-size: 22px;
    color: #ff6a00;
    padding-bottom: 10px;
}

.news-content-title-big2 {
    font-size: 32px;
}

.news-content-desc {
    text-align: left;
}

.news-content-desc > ul > li {
    margin-left: 10px;
    line-height: 1.8;
}

.news-content-desc > ul > li::before {
    content: "\f00c";
    font-family: FontAwesome;
    float: left;
    margin-left: -1.6em;
    color: #0077c5;
}

.news-content-desc > ul > li > ul > li::before {
    content: "\f105";
    font-family: FontAwesome;
    float: left;
    margin-left: -1.6em;
    color: #0077c5;
}

.news-content-desc-single > ul > li::before {
    content: "\f111";
    font-family: FontAwesome;
    float: left;
    margin-left: -1.6em;
    color: #32ab25;
}

.news-content-desc-single > ul > li > ul > li::before {
    content: "\f105";
    font-family: FontAwesome;
    float: left;
    margin-left: -1.6em;
    color: #32ab25;
}

.news-content-desc ul {
    list-style: none;
    font-size: 15px;
}

.news-content-table {
    font-size: 15px;
}

.news-content-table table,
.news-content-desc-single > ul {
    margin: 0 auto;
    width: 65%;
}
@media only screen and (max-width: 991px) {
    .news-content-table table,
    .news-content-desc-single > ul {
        width: 100%;
    }
}

@media only screen and (max-width: 991px) {
    .item-image {
        margin-top: 30px;
    }
}

.news-content-table tr {
    border-bottom: 1px solid #dedede;
}
.news-content-table tr:first-child {
    border-top: 1px solid #dedede;
}

.news-content-table tr th:not(:first-child) {
    text-align: center;
}

.news-content-table tr th,
.news-content-table tr td {
    padding: 5px 10px 5px 10px;
}

.td-content {
    text-align: center;
}
.news-content-table tr td:not(:first-child) {
    color: #32ab25;
}

.section-how-it-works .news-content-title-big{
    font-size: 36px;
    color: #fff;
}
/*.item-video-src-image img {
    text-align: center;
    width: 470px;
    max-height: 300px;
    margin: auto;
}*/
/*-----------*/
/*.news_content_item {
    margin-bottom: 10px;
    display: flex;
    border-top: 1px solid #dedede;
    border-bottom: 1px solid #dedede;
}
.news_content_item div,
.news_content_item a {
    display: inline-block;
    vertical-align: top;
    padding: 10px;
    border-right: 1px solid #dedede;
}
.news_content_item a img {
    border: 1px solid #90b2ca;
}
.news_content_item div:first-child {
    border-left: 1px solid #dedede;
}

.news_content_title {
    font-weight: bold;
    padding-left: 20px;
    width: 20%;
}
.news_content_description {
    width: calc(80% - 141px);
}*/
.popup-gallery a:not(:first-child) {
    display: none;
}
.popup-gallery a:first-child {
    display: inline-block;
    vertical-align: top;
    padding: 0px;
    border-right: 0px solid #dedede;
}


/*Additional Resource*/
.rw-additional-resources {
    -webkit-justify-content: center;
    justify-content: center;
}

.rw-additional-resources .card-item {
    background: white;
    width: 180px;
    min-height: 180px;
    margin: 10px;
    border: 1px solid #dedede;
    border-radius: 5px;
}

.rw-additional-resources .card-item:hover {
    border-color: #0077c5;
}

.rw-additional-resources .card-item a {
    padding-top: 30px;
    padding-bottom: 15px;
}

.rw-additional-resources .card-item p {
    font-size: 18px;
}

.rw-additional-resources .card-intro {
    padding: 15px;
    text-align: center;
}

.rw-additional-resources .card-title {
    color: #0077c5;
    margin-top: 0px;
    margin-bottom: 0px;
}

.rw-additional-resources .card-intro i {
    font-size: 48px;
    color: #ff6a00;
    margin-bottom: 20px;
}


.license-revamped{
    background-color: #0077c5;
    color: #fff;
    padding: 10px;
}
.license-revamped-light {
    background-color: #cce8ff;
    /*color: #fff;*/
    padding: 10px;
    border: 1px solid #b2dcff;
}
.license-revamped-100 {
    font-size: 80px;
    margin: 0px;
    padding: 0px;
}
.license-revamped span,
.license-revamped-light span{
    font-size: 30px;
}

@media only screen and (max-width: 479px) {
    .license-revamped,
    .license-revamped-100 {
        font-size: 30px;
    }

    .license-revamped span,
    .license-revamped-100 span {
        font-size: 20px;
    }
}

/*FAQs*/
.container .faqs {
    display: block;
    margin: 0 auto;
}

.faqs {
    max-width: 800px;
}

.faqs .accordion:first-child {
    border-top: 1px solid #d4d7dc;
}

.faqs .accordion {
    color: #444;
    cursor: pointer;
    padding: 10px;
    width: 100%;
    text-align: left;
    border: none;
    outline: none;
    transition: 0.4s;
    font-size: 18px;
    border-bottom: 1px solid #d4d7dc;
    margin-bottom: 0px;
}

.faqs .accordion.active,
.faqs .accordion:hover {
    background-color: #ddd;
}

.faqs .accordion:before {
    content: '\f067';
    font-family: FontAwesome;
    font-size: 16px;
    color: #ff6a00;
    float: right !important;
    padding-left: 5px;
}

.faqs .accordion.active:before {
    content: "\f068";
    font-family: FontAwesome;
}

.faqs .panel {
    text-align: left;
    padding: 0 18px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: 0.4s ease-in-out;
    opacity: 0;
    margin: -1px 0px;
    border-radius: unset;
}

.faqs .panel.show {
    opacity: 1;
    max-height: 500px;
    margin-bottom: 20px;
}

.faqs .panel-only-ul ul {
    padding-left: 10px;
}

.license-note{
    width: 100%;
}
/*.license-note .license-title {
    float: left;
    width: 45px;
}*/
.license-note .license-desc {
   font-size: 14px;
}

.manage-license div {
    margin-top: 15px;
}

.manage-license div:last-child {
    margin-bottom: 20px;
}

.manage-license > div > ul > li,
.license-note > ul > li {
    margin-left: -20px;
    /*line-height: 1.8;*/
}

.new-round-text {
    font-weight: 400;
    margin-left: 5px;
    margin-top: -1px;
    margin-bottom: 1px;
    padding: 0px 10px 2px 10px;
    text-align: center;
    vertical-align: middle;
    line-height: normal;
    border-radius: 10px;
    font-size: 12px;
    display: inline-block;
    color: white;
    background-color: #ff6a00;
}

/*@media only screen and (max-width: 479px) {
    .news_content{
        padding-left: 10px;
    }
}*/

/* Kb News*/
/*.kb-news ul{
    list-style-type: none;
    padding-left: 5px;
    color: #333;
}
.kb-news li{
    height: 30px;  
    margin-left: 21px;
    font-size: 16px;
}
.kb-news li:before{
    font-family: 'FontAwesome';
    content: "\f105";
    position: absolute;
    display: inline-block;
    font-size: 14px;
    color: #0077c5;
    margin-left: -15px;
    color: #0077c5;
    font-size: 16px;
    color: #ff6a00;
}
.kb-news li a{
    color: #0077c5;
    font-size: 14px;
}

@media only screen and (max-width: 991px) {
    .kb-news{
        margin-top: 30px;
    }
}*/