@import url(te-icons.css);

/*general wrapper*/
.te-validation * {
    font-family:Helvetica, Arial, sans-serif;
    font-weight:normal;
}
.container-fluid {

}

/*header*/
.header {
    padding:10px 15px;
    border-bottom:5px solid #7BBE31;
}
.header .logo{
    width:60px;
    height:60px;
    display:inline-block;
}
.header img{
    width:100%;
    height:auto;
}
.header .header-title{
    font-size:22px;
    font-weight:normal;
    color:#000000;
    margin:0 0 0 24px;
    display:inline-block;
    line-height:60px;
}

.header .container {
    max-width: 540px;
    margin-right: auto;
    margin-left: auto;
}

/*main body*/
.main .te-validation-main .title{
    font-size:30px;
    font-weight:200;
    color:#11505D;
    text-align:center;
    margin:32px 0;
    padding-top: 20px;
}
.main .te-container {
    max-width:540px;
    margin-right: auto;
    margin-left: auto;
}
.main .te-container:before,.main .te-container:after{
    display: table;
    content: " ";
}
/*te-well*/
.te-well {

    margin:0 auto;
    border-radius:6px;
    border:none;

}
.main {
    /*max-width:540px;*/
    margin:0 auto 0;
}

.main .te-well {
    background:#E46F18;
    text-align:center;
    color:white;
    padding:20px;
    margin-bottom:24px;
}
.main .te-well label{
    font-weight:500;
    margin-top:0;
    margin-bottom:7px;
    font-size:12px;

}
.main .te-well h5{
    font-weight:200;
    margin:0 0 4px 0;
    font-size:20px;
    line-height:20px;
}
.main .te-well .te-validation-seal {
    border-right:none;
    align-content: left;
}

.main .te-well .te-validation-seal img {
    width:100%;
    height:auto;
}

.main .te-well .te-certificate {
    text-align: left;
}

.te-validation-main .description{
    font-size:12px;
    font-weight:400;
    color:#11505D;
    margin-bottom:24px;
    line-height: 18px;
}
.te-validation-main .links {
    margin-bottom:0px;
}
.te-btn-alt {
    border: 1px solid #11505D;
    padding: 4px 12px;
    font-size: 12px;
    color: #11505D;
    margin-left: 5px;
    border-radius:6px;
}
.te-validation-main .te-link {
    font-size:12px;
    display:inline-block;
    padding:4px 0;
    color:#11505D;
    margin-right:10px;
}

/*utils*/
.nomargin{margin:0;}

.te-divider{
    background:#11505D;
    height:5px;
    width:100%;
    margin-top:30px;
    position:relative;
}
.te-divider:before{
    display: inline-block;
    width: 50px;
    height: 50px;
    position: absolute;
    left: 50%;
    margin-left: -25px;
    top: -22.5px;
    background: #11505D;
    border-radius: 50px;
    font-family: "icon";
    content: '\e807';
    line-height: 46px;
    color: white;
    font-size: 30px;
}

/*certification scope*/
.te-customized-cert-scope {
    position:relative;
    margin-top: 20px;
}

.te-cert-scope {
    margin-top:30px;
    padding-top:30px;
    border-top:1px solid #11505D;
    position:relative;
}
.te-cert-scope.te-cert-scope-first{
    border-top:5px solid #11505D;
    position:relative;
}
.te-cert-scope.te-cert-scope-first:before{
    top: -27.5px !important;
}
.te-cert-scope:before,.te-cert-scope .te-cert-scope-title:before{
    display: inline-block;
    width:50px;
    height:50px;
    left: 50%;
    margin-left: -25px;
    top: -25.5px;
    border-radius: 50px;
    font-family: "icon";
    line-height: 46px;
    color: white;
    font-size: 30px;

    -webkit-transition: all 200ms ease-out; /* Safari */
    -moz-transition: all 200ms ease-out; /* Safari */
    transition: all 200ms ease-out;


}
.te-cert-scope .scope-close .te-cert-scope-title:before{
    /*content:'\e808'*/
    -ms-transform: rotate(-90deg); /* IE 9 */
    -webkit-transform: rotate(-90deg); /* Chrome, Safari, Opera */
    transform: rotate(-90deg);
}
.te-cert-scope .te-cert-scope-title{
    font-size:30px;
    font-weight:200;
    color:#11505d;

    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

}
.te-cert-scope .te-cert-scope-title:hover{
    cursor:pointer;
}
.te-cert-scope .te-cert-scope-title:before{
    position:relative;
    left:0;
    top:0;
    margin:0 15px 0 0;
    background:none;
    color:#11505d;
    padding:0;
}

.te-customized-cert-scope ul.te-cert-scope-body {
    list-style:none;
    padding:0;
}

.te-cert-scope ul.te-cert-scope-body {
    list-style:none;
    padding:0;
}

.te-customized-cert-scope ul.te-cert-scope-body li {
    display:block;
    padding:20px;
    border-radius:6px;
    margin-bottom:10px;
    background:rgba(23,119,147,0.2);
    font-weight:300;
    color:#131313;
    font-size:11px;
}

.te-cert-scope ul.te-cert-scope-body li {
    display:block;
    padding:20px;
    border-radius:6px;
    margin-bottom:10px;
    background:rgba(23,119,147,0.2);
    font-weight:300;
    color:#131313;
    font-size:11px;
}

.te-cert-scope ul.te-cert-scope-body li label.title {
    font-size:20px;
    color:#11505d;
    font-weight:300;
    margin-bottom:8px;
    position:relative;
    width:100%;
    display:block;
    padding-right:40px;

}
.te-cert-scope ul.te-cert-scope-body li label.title:after {
    display: inline-block;
    position: absolute;
    right: 0;
    border-radius: 50px;
    font-family: "icon";
    content: '\e800';
    line-height: 20px;
    color: white;
    font-size: 25px;
    top: 50%;
    margin-top: -12.5px;
}

.te-customized-cert-scope ul.te-cert-scope-body .description {
    background:#7BBE31;
    color:white;
    font-size:14px;

    -webkit-transition: opacity 500ms ease-out; /* Safari */
    -moz-transition: opacity 500ms ease-out; /* Safari */
    transition: opacity 500ms ease-out;
}

.te-customized-cert-scope ul.te-cert-scope-body > li{
    -webkit-transition: all 200ms ease-out; /* Safari */
    -moz-transition: all 200ms ease-out; /* Safari */
    transition: all 200ms ease-out;
}

.te-cert-scope ul.te-cert-scope-body .description {
    background:#7BBE31;
    color:white;
    font-size:14px;

    -webkit-transition: opacity 500ms ease-out; /* Safari */
    -moz-transition: opacity 500ms ease-out; /* Safari */
    transition: opacity 500ms ease-out;
}
.te-cert-scope .scope-close ul.te-cert-scope-body > li {
    padding:10px 20px;
}
.te-cert-scope ul.te-cert-scope-body > li{
    -webkit-transition: all 200ms ease-out; /* Safari */
    -moz-transition: all 200ms ease-out; /* Safari */
    transition: all 200ms ease-out;
}
.te-cert-scope .scope-close li > label.title {
    margin:0 !important;
}
.te-cert-scope .scope-close li>p{
    display:none;
}
.te-cert-scope .scope-close .description {
    height:0;
    overflow:hidden;
    padding:0 !important;
    margin:0 !important;
    opacity:0;
}

.te-cert-scope-close,.te-cert-scope-open {
    margin-bottom: 10px;
    display: inline-block;
    font-size: 12px;
    color: #11505d;
    font-weight: 500;
    text-decoration: none;
    vertical-align: bottom;
    line-height: 16px;
}
.te-cert-scope-close:hover,.te-cert-scope-open:hover{
    cursor:pointer;
    text-decoration:none;
}
.te-cert-scope .te-cert-scope-close:before {
    content: "\e801";
    font-size: 20px;
    vertical-align: bottom;
    margin-right:0;
}
.te-cert-scope .te-cert-scope-open {
    display:none;
}
.te-cert-scope .te-cert-scope-open:after {
    content: "\e802";
    font-size: 20px;
    margin-left: 6px;
    line-height: 20px;
    vertical-align: bottom;
}
.scope-close .te-cert-scope-close {
    display:none;
}
.scope-close .te-cert-scope-open{
    display:inline-block;
}

/*FOOTER*/
.footer{
    border-top:5px solid #11505D;
    margin-top:30px;
    padding-top:30px;
}
.footer .pre-footer .col-xs-4{
    min-height:120px;
    position:relative;
}
.footer .pre-footer h5{
    font-size:16px;
    font-weight:500;
    color:#646464;
    margin-top:0;
}
.footer .pre-footer p {
    font-size:14px;
    color:#646464;
    margin-bottom: 25px;
}
.footer .pre-footer a.te-learn-more {
    position:absolute;
    bottom:0;
    left:15px;
    color:#11505D;
    padding-right:25px;
}
.footer .pre-footer a.te-learn-more:after {
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 50px;
    font-family: "icon";
    content: '\e808';
    line-height: 21px;
    font-size: 16px;
}

.footer .container {
    max-width: 540px;
    margin-right: auto;
    margin-left: auto;
}

.footer .footer-links {
    background:#666666;
    margin-top:30px;
}
.footer .footer-links>ul{
    padding:34px 0;
    text-align:center;
    margin:0;
}
.footer .footer-links ul>li{
    display:inline-block;
}
.footer .footer-links ul>li>a{
    color:#e0e0e0;
    font-size:12px;
    border-right:1px solid #e0e0e0;
    display:inline-block;
    padding:0 5px;
    line-height:12px;
}
.footer .footer-links ul>li>a:hover{
    cursor:pointer;
    text-decoration:none;
    color:#aaa;
}
.footer .footer-links ul>li:last-child a{
    border-right:none;
}

.te-app-download{
    display:inline-block;
    width:45%;
    vertical-align:top;
}
.te-app-download img{
    width:100%;
    height:auto;
}
