/*********** APPLICATION CARD **********/

.application-card {
    padding: 30px;
    background-color: transparent!important;
}

.application-card:hover {
    background-color: #fff;
}

.application-card figure {
    width: auto!important;
    max-width: fit-content;
}

.application-card figure:hover img.black {
    display: block;
}
.application-card figure:hover img.blue {
    display: none;
}
.application-card img.black {
    display: none;
}

.application-card img {
    height: 80px !important;
    width: auto;
    margin: 0!important;
}

.application-card div label {
    margin-bottom: 15px;
    color: #000;
    height: 20px !important;
    font-size: 18px;
    line-height: 26px;
    text-transform: uppercase;
    font-weight: normal;
    display: block;
}

.application-card div label:hover {
    cursor: pointer;
}

.application-card p {
    margin: 0 !important;
    font-size: 14px;
    line-height: 22px;
    height: 66px !important;
    overflow: hidden;
}

.application-card .powersoft-link {
    margin-top: 15px;
    padding-top: 8px;
    border-top: 1px solid #989898;
}


/*********** APPLICATION COMPACT CARD **********/

.app-compact-card {
    height: 42px;
    margin-bottom: 40px;
    /*padding-left: 34px;*/
    padding-bottom: 16px;
    border-bottom: 1px solid #999999;
    position: relative;
}

.serie-compact-card.active,
.serie-compact-card:hover {
    border: 1px solid #0088C4;
    cursor: pointer;
}

.app-compact-card p {
    color: #0088C4;
    text-transform: uppercase; 
    font-weight: normal;
    line-height: 16px;
    letter-spacing: 0.1rem;
    margin-bottom: 0px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    height: 32px;
}

.app-compact-card i {
    width: 24px;
    height: 24px;
    margin-right: 10px;
    padding-left: 2px;
    background-color: #3399CC;
    color: #ffffff;
    display: inline-block;
    font-size: 24px;
    line-height: 22px;
    text-align: center;
    vertical-align: middle;
    border-radius: 50%;
    /*
    position: absolute;
    top: -6px;
    left: 0;
    */
}

.app-compact-card span {
    width: 80%;
}

.app-compact-card:hover p {
    color: #000000;
}

.app-compact-card:hover i {
    background-color: #000000;
}

.app-compact-card .wpb_content_element {
    margin-bottom: 0px;
}

.app-compact-card .vc_column-inner>.wpb_wrapper {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}


/*********** PRODUCT CARD **********/

.product-card {
    -moz-box-shadow: 0 0 10px #ccc;
    -webkit-box-shadow: 0 0 10px #ccc;
    border-radius: 2%;
    box-sizing: border-box;
    padding: 20px;
    height: 325px !important;
    width: 285px !important;
    margin: 10px;
    background: #fff;
    position: relative;
}

.product-card p:first-child {
    font-size: 2rem;
    font-weight: bold;
    color: #000;
    height: 60px;
}

.product-card span,
.accessory-card span {
    font-size: 12px;
    font-weight: bold;
}

.product-card .product-link,
.accessory-card .accessory-link {
    position: absolute;
    right: 20px;
    bottom: 20px;
}

.product-card figure {
    height: 100px;
    display: flex;
    align-items: center;
}

/*********** PRODUCT CARD EXTENDED **********/
.product-card-extended {
    -moz-box-shadow: inset 0 0 10px #ccc;
    -webkit-box-shadow: inset 0 0 10px #ccc;
    background-color: #fff;
    box-shadow: inset 0 0 10px #ccc;
    border-radius: 5px;
    margin: 10px auto;
    position: relative;
}

.product-card-extended .wpb_single_image {
    margin-bottom: 0px;
}

.product-card-extended .product-card-extended-first-row {
    width: 97%;
    padding: 50px 20px 0 20px;
}

.product-card-extended .wpb_text_column {
    margin-bottom: 0px;
}

.product-card-extended .product-card-extended-first-row .wpb_text_column:first-child p {
    font-size: 2rem;
    font-weight: bold;
}

.product-card-extended .product-card-extended-first-row .wpb_text_column:nth-child(2) p {
    font-size: 1.5rem;
    font-weight: normal;
}

.product-card-extended .product-card-extended-first-row .vc_box_border_grey {
    margin-top: 10px;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: solid 1px #9E9E9E;
    text-align: right;
}

.product-card-extended .product-card-extended-first-row .vc_box_border_grey img:last-child  {
    padding-right: 0;
}

.product-card-extended .product-card-extended-first-row img {
    display: inline-block;
}

.product-card-extended img.specifics {
    width: auto;
    height: 24px;
}

.product-card-extended .product-card-extended-second-row {
    height: 100px;
}

.product-card-extended .product-card-extended-second-row  p {
    font-size: 1.5rem;
    font-weight: normal;
    padding-top: 50px;
}

.product-card-extended-second-row img {
    max-width: 440px;
    max-height: 100px;
}

.product-card-extended-second-row a {
    margin-right: 32px;
    margin-top: 57px;
}

@media (min-width: 992px) {
    .product-card-extended {
        width: 940px !important;
        height: 320px !important;
    }
}

/*********** ACCESSORY CARD **********/

.accessory-card {
    -moz-box-shadow: 0 0 10px #ccc;
    -webkit-box-shadow: 0 0 10px #ccc;
    border-radius: 2%;
    box-sizing: border-box;
    padding: 20px;
    height: 310px !important;
    width: 250px !important;
    margin: 10px;
    background: #fff;
    position: relative;
}

.accessory-card img {
    height: 100px !important;
    width: auto;
    margin: 0 auto;
}

.accessory-card p:first-child {
    font-size: 1.5rem;
    font-weight: bold;
    color: #000;
    line-height: 23px;
}


/*********** ANNOUNCEMENT CARD **********/
.announcement-card {
    -moz-box-shadow: 0 0 10px #ccc;
    -webkit-box-shadow: 0 0 10px #ccc;
    border-radius: 2%;
    box-sizing: border-box;
    height: 410px !important;
    width: 285px !important;
    background: white;
    margin-bottom: 20px;
    position: relative;
}

.announcement-card .announcement-image {
    height: 150px !important;
    overflow: hidden;
}

.announcement-card .wpb_single_image {
    margin-bottom: 15px !important;
}

.announcement-card img {
    border-top-left-radius: 2%;
    border-top-right-radius: 2%;
}

.announcement-card .wpb_single_image:first-child {
    position: absolute;
    right: 10px;
    top: 10px;
    background: #eeeeee;
    color: #80c3e2;
    padding: 4px;
    font-size: 12px;
    font-weight: bold;
}

.announcement-card .wpb_single_image.no-icon:first-child {
    background: transparent;
}

.announcement-card .wpb_single_image:first-child img {
    width: 40px;
    height: 40px;
}

.announcement-card .vc_column-inner {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.announcement-card p {
    padding: 0px 30px;
}

.announcement-card p:first-child {
    font-size: 1.9rem;
    font-weight: bold;
    color: black;
    height: 80px;
}

.announcement-card p:nth-child(2) {
    margin-top: 10px;
    font-size: 1.3rem;
    color: black;
    height: 70px;
    overflow-y: hidden;
}

.announcement-card a.btn {
    position: absolute;
    right: 16px;
    bottom: 20px;
}

/*********** CASE STUDY CARD **********/

.case-study-card {
    -moz-box-shadow: 0 0 10px #ccc;
    -webkit-box-shadow: 0 0 10px #ccc;
    border-radius: 2%;
    box-sizing: border-box;
    height: 410px !important;
    width: 285px !important;
    background: white;
    margin-bottom: 20px;
    position: relative;
}

.case-study-card .case-study-image {
    height: 150px !important;
    overflow: hidden;
}

.case-study-card .wpb_single_image {
    margin-bottom: 15px !important;
}

.case-study-card img {
    border-top-left-radius: 2%;
    border-top-right-radius: 2%;
}

.case-study-card .wpb_single_image:first-child {
    position: absolute;
    right: 10px;
    top: 10px;
    background: #fff;
    border-radius: 50%;
    padding: 9px;
}

.case-study-card .wpb_single_image.no-icon:first-child {
    background: transparent;
}

.case-study-card .wpb_single_image:first-child img {
    width: 40px;
    height: 40px;
}

.case-study-card .vc_column-inner,
.serie-card .vc_column-inner {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.case-study-card p {
    padding: 0px 30px;
}

.case-study-card p:first-child {
    font-size: 1.9rem;
    font-weight: bold;
    color: black;
    height: 80px;
}

.case-study-card p:nth-child(2) {
    margin-top: 10px;
    font-size: 1.3rem;
    color: black;
    height: 70px;
}

.case-study-card a.btn {
    position: absolute;
    right: 16px;
    bottom: 20px;
}

/*********** CASE STUDY CARD EXTENDED **********/
.case-study-card-extended {
    -moz-box-shadow: inset 0 0 10px #ccc;
    -webkit-box-shadow: inset 0 0 10px #ccc;
    background-color: #fff;
    box-shadow: inset 0 0 10px #ccc;
    border-radius: 5px;
    margin: 10px auto;
    position: relative;
}

.case-study-card-extended .vc_column-inner:first-child {
    padding: 0px !important;
}

.case-study-card-extended .vc_column-inner:first-child .wpb_single_image {
    height: 320px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.case-study-card-extended .wpb_single_image {
    margin-bottom: 0px;
}

.case-study-card-extended>.vc_column_container:nth-child(2) {
    padding: 50px 20px;
}

.case-study-card-extended>.vc_column_container:nth-child(3) {
    position: static;
}

.case-study-card-extended .wpb_text_column {
    margin-bottom: 0px;
}

.case-study-card-extended p:first-child {
    font-size: 2rem;
    font-weight: bold;
}

.case-study-card-extended p:nth-child(2) {
    margin-top: 30px;
    font-size: 1.3rem;
    color: black;
}

.case-study-card-extended .vc_column_container:last-child .wpb_single_image.no-icon:first-child {
    -webkit-box-shadow: none;
    box-shadow: none;
    background: transparent;
}

.case-study-card-extended .vc_column_container:last-child .wpb_single_image {
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .5);
    box-shadow: 0 0 10px rgba(0, 0, 0, .5);
    border-radius: 50%;
    height: 50px !important;
    width: 50px;
    display: flex !important;
    align-items: center !important;
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 100;
    background: #fff;
}

.case-study-card-extended a:last-child {
    position: absolute;
    right: 10px;
    bottom: 10px;
}

.case-study-card-inside-extended {
    margin: auto;
    width: 285px;
}

@media (min-width: 992px) {
    .case-study-card-extended {
        width: 940px !important;
        height: 320px !important;
    }

    .case-study-card-extended .vc_column_container:last-child .wpb_single_image {
        height: 70px !important;
        right: 50px;
        top: 30px;
        width: 70px;
    }

    .case-study-card-extended a:last-child {
        position: absolute;
        right: 30px;
        bottom: 30px;
    }
}

/*********** SERIE CARD **********/

.serie-card {
    -moz-box-shadow: 0 0 10px #ccc;
    -webkit-box-shadow: 0 0 10px #ccc;
    border-radius: 2%;
    box-sizing: border-box;
    padding: 20px;
    height: 365px !important;
    width: 285px !important;
    margin-bottom: 20px;
    background: #fff;
    position: relative;
}

.serie-card .wpb_single_image {
    margin-bottom: 0 !important;
}

.serie-card .vc_single_image-wrapper {
    height: 100px;
}

.serie-card p {
    padding: 5px;
}

.serie-card p:first-child {
    font-size: 1.9rem;
    font-weight: bold;
    color: black;
    height: 55px;
}

.serie-card p:nth-child(2) {
    margin-top: 22px;
    margin-bottom: 22px !important;
    font-size: 1.3rem;
    color: black;
    height: 100px;
}

.serie-card a:last-child {
    position: absolute;
    right: 20px;
    bottom: 20px;
    font-size: 14px;
    padding: 7px 14px 7px 14px !important;
}

/*********** SERIE COMPACT CARD **********/

.serie-compact-card {
    width: 235px !important;
    height: 75px !important;
    display: flex !important;
    justify-content: center;
    flex-direction: column;
    -moz-box-shadow: 0 0 10px #ccc;
    -webkit-box-shadow: 0 0 10px #ccc;
    box-shadow: 0 0 10px #ccc;
    box-sizing: border-box;
    padding-left: 10px;
    padding-right: 10px;
    background: #fff;
    outline: none !important;
    border: 1px solid #eeeeee;
    border-radius: 2%;
    margin: 10px;
}

.serie-compact-card p {
    font-size: 1.4rem;
    font-weight: bold;
    color: black;
    padding-left: 10px;
    letter-spacing: 0.1rem;
    margin-bottom: 0px;
}

.serie-compact-card p:first-child {
    font-weight: normal;
    margin-bottom: 2px;
}

.serie-compact-card p:nth-child(2) {
    margin-top: 2px;
}

.active-card{
    background: #efefefef;
}

/*********** TECH CARDS **********/

.tech-card{
    margin-top: 20px;
    
}

.tech-card  {
    -moz-box-shadow: 0 0 10px #ccc;
    -webkit-box-shadow: 0 0 10px #ccc;
    border-radius: 2%;
    box-sizing: border-box;
    padding: 20px;
    height: 365px !important;
    width: 285px !important;
    margin-bottom: 20px;
    background: #fff;
    margin: 20px;
    position: relative;
}

.tech-card p {
    padding: 5px;
}

.tech-card h3 {
    font-size: 1.9rem;
    font-weight: bold;
    color: black;
    height: 55px;
    margin-top: 15px;
    font-weight: 300;
}

.tech-card p:first-child {
    margin-top: 22px;
    margin-bottom: 22px !important;
    font-size: 1.3rem;
    color: black;
    height: 100px;
}

.tech-card a:last-child {
    position: absolute;
    right: 20px;
    bottom: 20px;
    font-size: 14px;
    padding: 7px 14px 7px 14px !important;
}

.tech-card.vc_column_container {
    padding-left: 10px !important;
    padding-right: 10px !important;
}



/*********** COMMON CARD RULES **********/

.extended-card-image-container {
    overflow: hidden;
}

.extended-card-image-container > img {
    height: 100%;
    width: auto;
}


/*********** DOCUMENTATION CARD **********/
.documentation-card {
    min-height: 72px;
    padding: 12px 16px;
    padding-left: 60px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    background-color: rgba(255,255,255,.7);
    position: relative;
}

.documentation-card:hover,
.documentation-card:active,
.documentation-card:focus {
    background-color: rgba(255,255,255,1);
}

.documentation-card:hover {
    cursor: pointer;
}

.documentation-card .card-icon {
    width: 32px;
    height: 32px;
    background-image: url('../img/download-icon.png');
    background-size: 32px 32px;
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    top: 50%;
    left: 20px;
    margin-top: -16px;
}

.documentation-card:hover .card-icon,
.documentation-card:focus .card-icon,
.documentation-card:active .card-icon {
    background-image: url('../img/download-icon-hover.png');
}

.documentation-card .card-title {
    margin: 0;
    font-size: 16px;
    font-weight: normal;
    line-height: 24px;
    color: #3399cc;
}

.documentation-card:hover .card-title,
.documentation-card:focus .card-title,
.documentation-card:active .card-title {
    color: #333333;
}

.documentation-card .card-category {
    margin-bottom: 0;
    font-size: 13px;
    line-height: 20px;
    color: #999999;
}

/*********** SUPPORT CARD **********/

.support-form-compact-card{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-flow: column;
    -moz-box-shadow: 0 0 10px #ccc;
    -webkit-box-shadow: 0 0 10px #ccc;
    box-shadow: 0 0 10px #ccc;
    box-sizing: border-box;
    padding-left: 10px;
    padding-right: 10px;
    height: 305px;
    width: 350px;
    border: 1px solid #eeeeee;
    border-radius: 2%;
    margin: 10px;

}

.support-form-compact-card p:first-child {
    height: 50px;
    margin-top: 22px;
    margin-bottom: 22px !important;
    font-size: 1.7rem;
    color: black;
    font-weight: bold;
}

.support-form-compact-card p:nth-child(2) {
    height: 100px;
    margin-top: 22px;
    margin-bottom: 22px !important;
    font-size: 1.6rem;
    color: black;
}

.support-form-compact-card .btn {
    margin-bottom: 22px;
}


/*********** LINE CARD **********/

.line-card {
    width: 380px;
    position: relative;
    height: 440px;
    background-color: #fff;
    margin: 15px;
}

.line-card img {
    height: 180px;
    width: auto;
}

.line-card div {
    padding: 0px 30px;
}

.line-card div h3 {
    margin-top: 35px;
    margin-bottom: 28px;
    height: 24px;
    font-size: 20px;
    line-height: 28px;
    font-weight: 400 !important;
}

.line-card div p {
    font-size: 14px;
    padding-bottom: 24px;
    border-bottom: 1px solid #989898;
    height: 115px;
    overflow: hidden;
}

.line-card a {
    position: absolute;
    right: 30px;
}


/*********** CARD **********/

.card {
    width: 100%;
    background-color: #ffffff;
	padding: 0px !important;
	border: 0px solid #fff0 !important;
}

.card .card-image img {
    width: 100%;
    height: auto;
    display: block;
}

.card .card-data {
    padding: 30px;
    text-align: left;
}

.card .card-title {
    margin-top: 0;
    margin-bottom: 24px;
    font-size: 20px;
    line-height: 28px;
    font-weight: normal !important;
    text-transform: uppercase;
    text-align: left;
}

.card .card-description {
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 20px;
    text-align: left;
}

.card .card-button {
    width: 100%;
    padding-top: 8px;
    border-top: 1px solid #989898;
    text-align: right;
}

.card .card-button a {
    font-size: 13px;
    line-height: 18px;
    font-weight: normal;
    text-transform: uppercase;
    display: inline-flex;
    align-items: center;
}

.card .card-button a:hover,
.card .card-button a:focus,
.card .card-button a:active {
    color: #000000;
    text-decoration: none;
}

.card .card-button a i {
    width: 20px;
    height: 20px;
    margin-left: 10px;
    background-color: #3399cc;
    color: #ffffff;
    font-size: 16px;
    line-height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.card .card-button a:hover i,
.card .card-button a:focus i,
.card .card-button a:active i {
    background-color: #000000;
    color: #ffffff;
}

.card .card-button a i:before {
    margin-top: -2.5px;
}


/*********** CARD EXTENDED **********/

.card.extended .card-data .card-icons .icon {
    width: auto;
    height: 32px;
    margin-right: 10px;
    margin-bottom: 10px;
    display: inline-block;
}

.overlay-effect {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 1;
  background-color: rgba(0, 0, 0, 0.03);
}

@media only screen and (min-width: 768px) {
    .card.extended {
        display: flex;
    }

    .card.extended .card-image,
    .card.extended .card-data {
        width: 50%;
        display: flex;
        align-items: center;
        flex-wrap: wrap;
    }

    .card.extended .card-image {
        /*background-color: #f5f5f5;*/
        justify-content: center;
        position: relative;
    }

    .card.extended .card-image img {
        width: 100%;
        height: auto;
    }

    /* .card.extended .card-image img {
        width: auto;
        max-height: 180px;
    }

    .card.extended .card-image.cover img {
        width: 100%;
        height: auto;
        max-height: none;
    } */

    .card.extended .card-data .data-left,
    .card.extended .card-data .data-right {
        width: 100%;
    }

    .card.extended .card-data .card-title {
        margin-bottom: 10px;
        font-size: 24px;
        line-height: 32px;
    }

    .card.extended .card-data .card-description {
        margin-bottom: 30px;
    }

    .card.extended.image-small .card-image {
        width: 18%;
    }

    .card.extended.image-small .card-data {
        width: 82%;
    }

    .card.extended.image-small .card-data .data-left,
    .card.extended.image-small .card-data .data-right {
        width: 50%;
    }

    .card.extended.image-small .card-data .card-title {
        font-size: 16px;
        line-height: 24px;
        color: #0088c4;
    }

    .card.extended.image-small .card-data .card-description {
        margin-bottom: 0;
    }

    .card.extended.image-small .card-data .card-icons {
        line-height: 0;
        text-align: right;
    }

    .card.extended.image-small .card-data .card-icons .icons {
        min-width: 70%;
        display: inline-block;
        border-bottom: 1px solid #999999;
    }

    .card.extended.image-small .card-data .card-icons .icon {
        margin-right: 0;
        margin-left: 10px;
    }

    .card.extended.image-small .card-data .card-icons .icon:first-of-type {
        margin-left: 0;
    }

    .card.extended.image-small .card-data .card-button {
        border-top: 0;
    }
}


/*********** COMPACT CARD **********/

.compact-card {
    display: inline-block;
}

.compact-card .card-icon {
    width: 44px;
    height: 44px;
    margin-right: 6px;
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    overflow: hidden;
}

.compact-card .card-icon.activated {
    display: none;
}

.compact-card:hover .card-icon,
.compact-card:focus .card-icon,
.compact-card:active .card-icon,
.compact-card.active .card-icon {
    display: none;
}

.compact-card:hover .card-icon.activated,
.compact-card:focus .card-icon.activated,
.compact-card:active .card-icon.activated,
.compact-card.active .card-icon.activated {
    display: inline-block;
}

.compact-card .card-data {
    display: inline-block;
    vertical-align: middle;
    text-align: left;
}

.compact-card .card-category {
    margin-bottom: 2px;
    font-size: 12px;
    line-height: 20px;
    color: #000000;
    text-transform: uppercase;
}

.compact-card .card-title {
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 22px;
    text-transform: uppercase;
    color: #3399cc;
    display: inline-block;
}

.compact-card:hover {
    cursor: pointer;
}

.compact-card:hover .card-title,
.compact-card:focus .card-title,
.compact-card:active .card-title,
.compact-card.active .card-title {
    color: #000000;
}
