/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Feb 25, 2020, 5:05:49 PM
    Author     : dininurhayati
*/
/*css for about license page*/
.license-page .top-img-cover {
    background-image: url(../../resources/public/images/top-banner_license.jpg); 
}
.license-page .sub-content {
    margin: 0;
}
.license-page .sub-content:last-of-type {
    margin-bottom: 8em;
}
.license-page .title-page {
    width: 61%;
    margin: 6em 0;
}
.license-page .title-page h1 {
    font-size: 24px;
    color: var(--main-green);
}
.license-page p, .license-page h3 {
    color: rgb(51, 51, 51);
}
.license-page .btn-group {
    margin: 1em auto 0;
    width: fit-content;
    text-align: center;
}
.license-btn-wrap {
    margin: 5px 2px;
    width: 150px;
    border-radius: 35px;
    position: relative;
    background: linear-gradient(to right, var(--main-green) 5%, var(--second-green) 100%);
    padding: 2px;
    display: inline-block;
}
.license-btn-wrap .ui-button.ui-button-text-only .ui-button-text {
    padding: .3em 0em;
    font-weight: 900;
    color: var(--main-green);
}
.license-btn-ddasa.ui-button {
    padding: .2em 1em;
    border-radius: 35px;
    background-color: #fff;
    color: rgb(51, 51, 51);
    margin: auto;
    text-align: center;
    width: -webkit-fill-available;
}
.license-btn-ddasa.ui-button:hover {
    background-color: inherit;
    border-color: transparent;
}
.license-btn-wrap .ui-button.ui-button-text-only:hover .ui-button-text {
    color: white;
}
h2.section-ttl {
    border-bottom: 1px solid var(--main-green);
    text-align: center;
    width: fit-content;
    margin: auto;
    margin-bottom: 2em;
    padding: 1em;
    background:  linear-gradient(to right, var(--main-green) 0%, var(--main-green) 45%, var(--second-green)  100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.text-in-box {
    background-color: var(--main-green);
    width: fit-content;
    margin: 1em auto;
    padding: 1px 17px;
}
.license-page .text-in-box h3 {
    text-align: center;
    width: -webkit-fill-available;
    margin: 0;
    color: white;
}
.list-lisence{
    margin: 0 7em;
    text-align: justify;
    border-bottom: 1px dashed #b2b2b2;
    /* border-top: 1px dashed #b2b2b2; */
    padding: 1.5em 0;
    color: rgb(51, 51, 51);
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
}
.content-field {
    margin: 0em 0;
}
.content-field p {
    margin: 0 7em;
    text-align: justify;
}
.sub-section-ttl {
    margin:  0;
}
.equal-height {
    display: flex;
    flex-wrap: wrap;
}
.qualification .box-content p{
    margin: 3em .5em;
    color: var(--main-green);
}
.qualification .intro-box {
    background-color: white;
    -webkit-box-shadow: 0px 0px 9px 0px rgba(217,217,217,1);
    -moz-box-shadow: 0px 0px 9px 0px rgba(217,217,217,1);
    box-shadow: 0px 0px 9px 0px rgba(217,217,217,1);
    border-radius: 6px;
    position: relative;
    height: 100%;
}
.qualification .eqWrap {
    padding: 1.2em;
}
.qualification .btn1 {
    background-color: rgb(242, 150, 0);
}
.qualification .btn2 {
    background-color: #009844;
}
.qualification .btn3 {
    background-color: #e3007f;
}
.qualification .btn4 {
    background-color: #8dc21f;
}
.qualification .triangle-btn {
    clip-path: polygon(100% 0, 0 0, 0% 100%);
    -webkit-clip-path: polygon(100% 0, 0 0, 0% 100%);
    border-top-left-radius: 6px;
    top: 0;
    left: 0;
    width: 55px;
    height: 55px;
}
.triangle-btn span {
    color: white;
    font-weight: bold;
    font-size: 18px;
    display: flex;
    padding: 3px 10px;
}
.sub-content .sub-section-ttl:last-of-type {
    margin-bottom: 0;
}
.license-page .img-area {
    margin: 4em auto 0em;
    width: fit-content;
}
.sub-content .content-field:last-of-type {
    margin-bottom: 0;
}
.license-system p {
    padding: 1.5em 0;
}
.dashed-btm {
    border-bottom: 1px dashed #b2b2b2;
    border-top: 1px dashed #b2b2b2;
}
.flow-box {
    background-color: #cce9f8;
    width: 100%;
    border-radius: 8px;
}
.flow-box.high {
    height: 7em;
}
.flow-content {
    width: 98%;
    display: flex;
    align-items: center;
    float: right;
}
.flow-content-left {
    width: 20%;
    float: left;
}
.flow-content-right {
    width: 80%;
    float: right;
    display: flex;
    align-items: center;
}
.flow-content p {
    color: rgb(51, 51, 51);
}
.flow-content.full {
    width: 100%;
}
.flow-num {
    background-color: white;
    width: fit-content;
    display: inline-block;
    border-radius: 8px;
}
.flow-num span {
    color: var(--main-green);
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.content-field .flow-chart p {
    margin: 1.5em 1em;
    display: inline-block;
}
.flow-chart .high p {
    margin: 0;
    text-align: left;
}
.flow-chart .step-hz-line {
    margin: 0;
}
.high .flow-content span.arrow {
    margin: 0 3px;
    color: rgb(51, 51, 51);
    display: flex;
    align-items: center;
}
.high h4 {
    color: rgb(51, 51, 51);
    font-weight: bold;
    margin: 0;
    word-break: keep-all;
    display: flex;
    align-items: center;
}
.flow-chart h3 {
    text-align: center;
    color: var(--main-green);
    margin: auto;
}
.flow-num-text {
    margin: 1em 1em;
    display: flex;
    flex-wrap: wrap;
}
.course-btn.license-btn {
    width: auto;
    margin-right: 9px;
}
.course-btn.license-btn span{
    background-color: #cce9f8; 
    color:var(--main-green);
    width:14em;
    align-items: center;
    border-radius: 40px;
    display: flex;
    justify-content: center;
    height: 100%;
    transition: background .5s ease;

}
.course-btn.license-btn p{
    display: block;
    margin: 0;
    color:var(--main-green);
}
i.arrow-flow {
    background: linear-gradient(to top, var(--main-green) 30%, var(--second-green) 85%);
    color: white;
    -webkit-text-fill-color: transparent;
    font-weight: bold;
    -webkit-background-clip: text;
    transform: rotate(90deg);
    font-size: 20px;
    margin: 0;
    vertical-align: bottom;
}
.license-page .img-area {
    text-align: center
}
.license-page .img-area img {
    width: 75%;
}

.license-page thead {
    background: #cce9f7;
    color: #29afce;
    font-weight: 600;
    letter-spacing:normal;
}
.license-page td {
    border-bottom: 1px solid #29afce;
    line-height: 1.42857;
    padding: 15px 0;
    color: rgb(51, 51, 51);
}
.license-page td.name {
    text-align: left;
    width: 55%;
}
.license-list-table table p {
    margin: 0;
}
.license-list-table table h3 {
    margin: 0;
}
.license-page table {
    border-collapse: collapse;
    width: 100%;
    text-align: center;
}
.license-list-table th {
    padding: 1.5em;
}
table .license-btn-wrap {
    width: fit-content;
}
.license-page .test-features {
    background: #e2f5f8;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    padding: 0 10px;
}
.license-page .test-features p {
    margin: 0;
}
.license-page .test-features-block {
    padding: 0 25px;
    position: relative;
    width: calc(100% / 3);
}
.license-page .test-features-block:not(:last-child)::before {
    background: #fff;
    content: '';
    display: block;
    height: 148px;
    position: absolute;
    right: 0;
    top: 24px;
    width: 2px;
}
.license-page .test-features-block-title {
    font-weight: bold;
    letter-spacing:normal;
    line-height: 1.5;
    margin: 15px 0;
    text-align: center;
}
.license-page .test-features-block-num {
    color: #29afce;
    display: block;
    font-family: "Source Sans Pro", sans-serif;
    font-size: 33px;
    font-style: italic;
    font-weight: 700;
    letter-spacing:normal;
    margin: -29px auto 0;
    position: relative;
    text-align: center;
}
.license-page .test-features-block-num::after {
    -webkit-transform: translate3D(-50%, 0, 0);
    background: #29afce;
    bottom: 2px;
    content: '';
    display: block;
    height: 1px;
    left: 50%;
    position: absolute;
    transform: translate3D(-50%, 0, 0);
    width: 16px;
}
.test-features .btn {
    background: #29afce;
    border-radius: 3px;
    color: #fff;
    font-weight: 600;
    display: block;
    letter-spacing:normal;
    line-height: 50px;
    margin: 0 auto;
    position: relative;
    text-align: center;
    width: 440px;
}
.license-page .test-features-block-link {
    margin: 20px auto 30px;
}
.test-features .btn-small {
    font-size: 13px;
    line-height: 30px;
    width: 100%;
}
.test-features .btn-small::before {
    -webkit-transform: translateY(-50%);
    background: #fff;
    border-radius: 50%;
    height: 14px;
    right: 12px;
    transform: translateY(-50%);
    width: 14px;
}
.test-features .btn-small::after {
    -webkit-transform: translateY(-50%) rotate(45deg);
    border-right: 1px solid #29afce;
    border-top: 1px solid #29afce;
    height: 4px;
    right: 18px;
    transform: translateY(-50%) rotate(45deg);
    width: 4px;
}
.test-features .btn-small::before, .test-features .btn-small::after {
    -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    content: '';
    position: absolute;
    top: 50%;
    transition: -webkit-transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}
.section-body-block-title {
    background: -webkit-linear-gradient(rgba(251, 219, 0, 0) 70%, #f5e34e 65%);
    background: linear-gradient(rgba(251, 219, 0, 0) 70%, #f5e34e 65%);
    display: inline;
    font-weight: 600;
    letter-spacing:normal;
    line-height: 1.54545;
    font-size: 20px;
}
.section-body-block {
    text-align: center;
}
.license-page .accordion {
    width: 100%;
}
.license-page .test-detail-block {
    margin: 0 auto;
    text-align: left;
    max-width: 1200px;
}
.accordion .link, .accordion .link2 {
    cursor: pointer;
    display: block;
    position: relative;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.license-page .test-detail-block-title {
    background: #29afce;
    color: #fff;
    font-weight: 600;
    letter-spacing:normal;
    line-height: 3em;
    margin-top: 40px;
    padding: 0 20px;
    width: 100%;
    font-size: 18px;
}
.test-detail-block-content, .test-detail-block-content2 {
    display: none;
}
.license-page .test-detail-block-dataTitle {
    color: #29afce;
    font-weight: 600;
    letter-spacing:normal;
    line-height: 1.5;
    margin: 20px 0 10px;
    font-size: 18px;
}
.license-page .test-detail-block-data:not(:last-child) {
    border-bottom: 1px solid #29afce;
}
.license-page .test-detail-block-data {
    padding-bottom: 20px;
}
.license-page .test-detail-block-data-text {
    line-height: 1.42857;
}
.license-page .test-detail-block-data-block {
    background: #f0f0f0;
    margin: 10px 0;
    padding: 14px 18px;
}
.license-page ul {
    list-style: none;
    padding-inline-start: 0;
    margin: 0;
}
.license-page li {
    list-style: none;
}
.license-page .test-detail-block-data-block li {
    line-height: 1.42857;
    padding-left: 1.3em;
    text-indent: -1.3em;
    color: rgb(51, 51, 51);
}
.license-page .test-detail p {
    margin: 0;
}
.test-detail dd {
    margin-inline-start: 0;
}
h4.test-detail-block-data-title {
    font-size: 16px;
    margin: auto;
    color: rgb(51, 51, 51);
}
.detail .license-btn-ddasa.ui-button {
    padding: 0 14px;
}
.detail i.arrow-flow {
    position: absolute;
    transform: rotate(0deg);
    top: 16%;
    right: 9%;
    background: linear-gradient(to right, var(--main-green) 30%, var(--second-green) 85%);
    -webkit-background-clip: text;
}
.detail .license-btn-wrap .ui-button.ui-button-text-only .ui-button-text {
    margin-left: -5px;
}
table .detail .license-btn-ddasa.ui-button:hover i {
    background: linear-gradient(to right, red 30%, var(--second-green) 85%);
}
.license-btn-wrap .ui-button.ui-button-text-only:hover i.arrow-flow {
    background: linear-gradient(to right, red 30%, var(--second-green) 85%);
}


@media screen and (max-width: 768px) {
    .content-field p, .list-lisence {
        margin: 0 4em;
    }
    .license-page .img-area img {
        width: 55%;
    }
}

@media only screen and (max-width : 40.063em) {
    .course-btn.license-btn {
        margin: 0em auto 1em auto;
    }
    p.txt-wBtn{
       margin-bottom: 0; 
    }
    .license-page ul {
        width: 50%;
    }
    .license-page .text-in-box h3{
        padding: 7px 0;
    }
    .license-page .sub-content:last-of-type {
        margin-bottom: 3em;
    }
    .license-page .sub-content {
        margin: 0em 0;
    }
    .license-page .top-img-cover {
        background-position: 95% 100%;
    }
    .license-page .title-page {
        margin: 6em auto;
        width: 90%
    }
    .license-page .title-page h1 {
        font-size: 20px;
        text-align: center;
        font-weight: 500;
    }
    .content-field p, .list-lisence {
        margin: 0;
    }
    .license-page .intro-box .box-content {
        min-height: unset;
    }
    .license-page .img-area img {
        width: 90%;
    }
}
@media only screen and (max-width:400){
    
}