@import url("https://fonts.googleapis.com/css?family=PT+Sans:700&display=swap");

h2.heading-three {
    text-transform: uppercase;
    font-weight: 600;
    color: #3e5062;
    font-size: 1.4em;
    margin-top: 16px;
}

h2.heading-three small {
    color: #777;
    font-size: 65%;
    display: block;
    margin-top: 5px;
}

body.page-changelog .changelog-list .content ul {
    margin-bottom: 30px;
    font-size: .9em;
    line-height: 1.6em;
    list-style-position: inside;
}

body.page-changelog .changelog-list .content ul li {
    padding: 4px 0;
    border-top: 1px dashed #eaeaea;
    font-size: 0.9em;
}

h4 {
    font-weight: normal;
}

h4 img {
    padding-right: 5px;
}

.btn {
    padding: .0rem .3rem;
}

@media (max-width: 767px) {
    a.btn {
        margin: 10px 0px 20px;
        white-space: normal;
        width: 100%;
    }

    iframe {
        width: 100%;
        height: auto;
    }

    .alert.alert-success.text-center.mt-5 {
        margin: 30px 0px -25px !important;
    }

    body.page-changelog .changelog-list .content ul {
        list-style-position: outside;
    }

    .btn {
        padding: .5rem 1rem;
    }

}

p.downloaditem {
    margin: 0;
    padding: 5px;
    background: #EDF2F6;
    font-size: 13px;
    color: #0A435A;
    border-top: 1px solid #D4E1EC;
}

p.downloadinfos {
    margin: 0;
    padding: 20px;
    background: #fcfeca;
    font-size: 13px;
    color: #000;
    border-top: 1px solid #ecefa2;
}

table.downloadinfos {
    margin: 0;
    padding: 20px;
    background: #fcfeca;
    font-size: 13px;
    color: #000;
    border-top: 1px solid #ecefa2;
}

p.downloadinfosver {
    margin: 0;
    padding: 5px;
    background: #fcfeca;
    font-size: 13px;
    font-weight: bold;
    color: #434E58;
    border-top: 1px solid #ecefa2;
}

a.btdownload {
    margin: 10px 0 0 0;
}

input.entermail {
    font-size: 11pt;
    width: 220px;
    margin: 5px 0 5px 5px;
    display: block;
}

span.checknews {
    font-size: 10pt;
    color: #666666;
    display: block;
}

p.changeversion {
    border: #CADBE7 solid;
    border-width: 1px 1px 0px 1px;
    margin: 0;
    padding: 3px;
    background: #c5c5c5;
    font-size: 16px;
    color: #0A435A;
    font-weight: bold;
}

p.changeversion span {
    font-size: 14px;
}

ul.changeitens {
    margin: 0;
    padding: 0 0 8px 0;
    background: #F6F9FB;
    border: #CADBE7 solid;
    border-width: 0 1px 1px 1px;
    margin-bottom: 15px;
}

ul.changeitens li {
    list-style-type: none;
    font-size: 14px;
    background: #F6F9FB;
    color: #000;
}

ul.changeitens li.date {
    margin: 0;
    font-size: 13px;
    background: #0A435A;
    list-style-type: none;
    color: #fff;
    border-bottom: 1px solid #D4E1EC;
    font-weight: bold;
}

span.targetTop {
    float: right;
    margin: 1px 5px 0 0;
}

span.targetTop a {
    color: #0A435A;
    font-weight: normal;
    font-size: 10px;
}

div.downloadTrial {
    z-index: 100002;
    margin: 0 0 0 777px;
    position: absolute;
}

.li_tp {
    border: none;
    font-weight: bold;
    padding: 2px 0 2px 6px;
    margin: 0 27px 0 27px;
    padding-top: 20px
}

.li_default {
    padding: 6px 0 6px 24px;
    margin: 0 27px 0 27px;
}

.li_default span {
    border-top: 1px solid #D4E1EC;
    display: block;
    padding-top: 3px
}

#info-options {
    border: 0;
    padding: 0;
    display: initial;
}

span.glyphicon {
    border: 0;
    padding: 0;
    display: initial;
}

span.change {
    border: 0;
    padding: 0;
    display: initial;
}

#info-options {
    float: right;
}

#info-options span {
    padding-left: 2.5px;
}

#info-options a {
    text-decoration: none;
}

.glyphicon-play-circle {
    color: #8F1D21;
}

.glyphicon-info-sign {
    color: #1F4788;
}

.glyphicon-eye-open {
    color: #5B8930;
}

.glyphicon-play-circle:hover {
    color: #C1272D;
}

.glyphicon-info-sign:hover {
    color: #2C63BD;
}

.glyphicon-eye-open:hover {
    color: #7AB742;
}


#video-popup-content {
    border-radius: 3px;
    border: solid 2px #ccc;
    padding: 15px;
    position: fixed;
    width: 800px;
    height: 480px;
    background-color: #fff;
    left: 50%;
    margin-left: -400px;
    top: 50%;
    margin-top: -260px;
    z-index: 100000;
    display: none;
}

#video-popup-content iframe {
    width: 100%;
    height: 100%;
    border: 0px;
}

#close-video-content:hover {
    background-color: #888;
    cursor: pointer;
}

#close-video-content:active {
    background-color: #666;
    text-shadow: 0px 0px 0px #000;
}

#close-video-content {
    right: -20px;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    font-weight: bold;
    text-shadow: 2px 2px 4px #000;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-top: -35px;
    width: 40px;
    height: 40px;
    position: absolute;
    background-color: #333;
    border: solid 2px #999;
}


#btnVideo {
    font-size: 10px;
    display: inline;
    cursor: pointer;
}

#modalDialog {
    max-width: 1000px;
}

#modalContent {
    background: none;
    border: none;
}

#btnClose {
    background: black;
    border-radius: 100%;
    padding: 10px 15px;
    position: absolute;
    z-index: 999999999999999999999;
    right: 0;
    top: 0;
    color: white;
}

.options {
    display: inline !important;
}

.img-play {
    vertical-align: text-top !important;
}


.header-changelog {
    background: -webkit-gradient(linear, left top, right top, from(#2D3E50), to(#054592));
    background: linear-gradient(90deg, #2D3E50 0%, #054592 100%);
}

.header-changelog .header-content {
    min-height: 300px;
}

.header-changelog .header-content .title,
.header-changelog .header-content .sub-title,
.header-changelog .header-content .download-link {
    text-align: center;
    font-style: normal;
    font-weight: 400;
    margin: 0 auto;
}

.header-changelog .header-content .title {
    font-size: 56px;
    letter-spacing: 0.1em;
    color: white;
}

.header-changelog .header-content .sub-title {
    font-size: 24px;
    line-height: 33px;
    color: #9BA7B4;
    max-width: 580px;
}

.header-changelog .header-content .download-link {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-top: 15px;
    border-radius: 30px;
    padding: 10px 40px;
    background: white;
    cursor: pointer;
}

.header-changelog .header-content .download-link:hover {
    background: #ddd !important;
}

.header-version {
    cursor: pointer;
    color: #3E5062;
}

.header-version:hover,
.header-version:hover .version-number {
    color: #2393f0 !important;
}

.version {
    border-bottom: 1px solid #E7E7E7;
}

.version-number {
    font-size: 2rem;
}

.type-add {
    font-family: 'PT Sans', sans-serif !important;
    padding-left: 0;
    padding-right: 0;
}

.header-note {
    font-size: 1rem;
    padding-left: 5px;
    color: inherit !important;
    width: 100% !important;
    text-align: center !important;
}

.alert {
    font-size: 0.8rem;
}

.alert-warning {
    background-color: #ffffe0 !important;
    border-color: #fff7dd !important;
}

.btn-video {
    background: #E52D27;
    padding: 4px 12px 3px 12px;
    -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.25);
    border-radius: 5px;
    border: none;
}

.btn-video:hover {
    background: #E52D27 !important;
}

.added {
    color: #229C3E;
}

.fixed {
    color: #3072BD;
}

.removed {
    color: #C84854;
}

@media (max-width: 500px) {

    .type-add {
        padding: 0 15px;
    }

    .type-add.added .header-note::after {
        background: #229C3E;
    }

    .type-add.fixed .header-note::after {
        background: #3072BD;
    }

    .type-add.removed .header-note::after {
        background: #C84854;
    }


    .header-version {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
    }

    .header-version::after {
        margin-bottom: 15px !important;
    }

}

.listed-func::after {
    content: '';
    width: 100%;
    height: 1px;
    background: #E7E7E7;
    display: block;
    margin-top: 10px;
}

.collapsed::after {
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    border-top: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-left: 5px solid #3E5567;
    margin-left: 5px;
    vertical-align: middle;
}

.header-version:not(.collapsed)::after {
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-top: 5px solid #3E5567;
    margin-left: 5px;
    vertical-align: middle;
}

.header-note {
    margin-top: 0 !important;
}

.row {
    width: calc(100% - 30px) !important;
    margin: 0 auto;
}

.svg-icons {
    margin-top: 3px;
}

.BAGDE-WARNING {
    border-radius: 2px !important;
    padding: 0 2px !important;
    font-weight: bold !important;
}

.searchLog{
    margin: 0 auto;
    float: none !important;
}

.input-group-addon{
    background: white !important;
}