﻿h2 {
    text-align: center;
    font-size: 18pt;
    color: #005888;
}

.fa.fa-green {
    color: rgb(170,221,18);
}


.fa.fa-red {
    color: rgb(255,149,27);
}


.btn.btn-order {
    background-color: #70d470;
}

.list-examples li {
    color: black !important;
    font-weight: 700;
}

.list-examples div a {
    margin-right: 10px;
    color: #102362;
    font-weight: 600;
}

.list-examples .language :hover {
    color: #2d4bae;
}

.list-description {
    padding: 0px;
    margin: 5px !important;
}

    .list-description li:before {
        color: #ee8a51;
        content: '\f046';
        /*font-size: 14pt;*/
        font-family: FontAwesome;
        display: inline-block;
        margin-right: 10px;
    }

    .list-description li {
        display: block;
        /*color: #006699;
        font-size: 11pt;*/
    }

.service-operations .uri-template {
    font-style: italic;
    font-weight: bold;
}

.service-operations .methods {
    white-space: pre-wrap;
    width: 80%;
}

.method {
    display: block;
    font-size: 110%;
    font-weight: bold;
    margin-bottom: 5px;
    color: #428bca;
}

.service-operations .methods .description {
    margin-bottom: 5px;
}

a.header-link {
    color: #fff;
    padding: 15px;
}

.icon-captcha {
    cursor: pointer;
    color: #2d4bae;
}

    .icon-captcha:active {
        color: #5c75ca;
    }

.field-validation-error {
    color: red;
}

.btn-intellexer {
    background-color: #01699E;
    color: #FFF;
    padding: 4px 20px;
    font-size: 14pt;
    font-weight: 700;
    border: 3px solid #FFF;
}

.no-border {
    border: none !important;
}

.btn-intellexer-second {
    background-color: #8FD5EA;
    color: black;
    padding: 5px 20px;
    font-size: 12pt;
    border: 2px solid #FFF;
    margin: 5px;
    font-weight: bold;
}

    .btn-intellexer-second:hover {
        text-decoration: none;
        background-color: #b2e6f6;
    }

.alert-white {
    color: #6D6F6F;
    background-color: #F1FBFE;
    border: none;
}

.panel-intellexer {
    background-color: inherit;
    border-color: #91C7DD;
    max-width: 340px;
    margin: 0 auto;
}

    .panel-intellexer h3 {
        color: #2284B7;
        text-align: center;
        font-weight: 600;
    }

        .panel-intellexer h3 a {
            text-decoration: underline;
        }

footer {
    margin-top: 20px;
}

.btn-warning {
    background-color: #ee8a51;
    border-color: #ee8a51;
}

    .btn-warning:hover {
        background-color: #eaa645;
    }

.toogle-panel {
    background-color: #00b6dd;
    border-color: #00b6dd;
    padding: 10px;
    cursor: pointer;
}

.toogle-arrow {
    float: right;
    margin-right: 10px;
    opacity: .6;
}

.marketing {
    background-color: #E6E9EB;
    padding-left: 0;
    padding-right: 0;
}

    .marketing h2 {
        font-size: 30px;
        font-weight: 300;
        line-height: 1.5em;
        margin-bottom: 20px;
    }

.pricingcol {
    padding: 0px;
    min-height: 480px;
    border-right: 1px solid #e4e4e4;
    border-bottom: 1px solid #e4e4e4;
    background-color: #fff;
    width: 13%;
    display: inline-block;
    min-width: 134px;
    margin-right: 9px;
    vertical-align: top;
}

    .pricingcol .price {
        font-size: 30px;
        padding: 0;
        font-weight: 300;
        background-color: #ffffff;
        text-align: center;
        margin-bottom: 0px;
    }

    .pricingcol .create {
        font-size: 13px;
        font-weight: 400;
        font-style: normal;
        padding: 8px 8px;
        text-decoration: none;
        text-align: center;
        text-shadow: 0px 0px 0px #d75600;
        background-color: #ee8a51;
    }

        .pricingcol .create:hover {
            background-color: #eaa645;
        }

    .pricingcol .exp {
        font-weight: 400;
        font-size: 13px;
        text-align: left;
        min-height: 78px;
        padding-left: 15px;
        padding-bottom: 0px;
    }

    .pricingcol .checkdiv {
        margin-right: 6px;
        padding-bottom: 7px;
        font-size: 12px;
        min-height: 101px;
    }

p.tiny {
    font-size: 13px;
    line-height: 16px;
    text-align: left;
    margin-bottom: 2px;
}

ul.check {
    -webkit-padding-start: 28px;
}

.enterprisecol {
    background: -webkit-linear-gradient(#ffffff, #b3e1ff);
    background: -o-linear-gradient(#ffffff, #b3e1ff);
    background: -moz-linear-gradient(#ffffff, #b3e1ff);
    background: linear-gradient(#ffffff, #b3e1ff);
    overflow: visible;
    height: 480px;
    right: 0;
    bottom: 55px;
    border-right: none;
    box-shadow: 0 0 1em rgba(195,195,195,1);
    -webkit-box-shadow: 0 0 1em rgba(195,195,195,1);
    -moz-box-shadow: 0 0 1em rgba(195,195,195,1);
}

    .enterprisecol h2 {
        background-color: #333333;
    }

.pricingcol .price-enterprise {
    font-size: 33px;
    padding: 3px;
    font-weight: 300;
    text-align: center;
    margin-bottom: 24px;
}

.pricingcol .create.blue {
    color: #fff;
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #15a1ff), color-stop(1, #15a1ff) );
    background: -moz-linear-gradient( center top, #15a1ff 5%, #15a1ff 100% );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#15a1ff', endColorstr='#15a1ff');
    background-color: #15a1ff;
    text-shadow: 0px 0px 0px #0d7ddb;
}

.pricingcol h2 {
    color: #ffffff;
    background-color: #989898;
    text-transform: uppercase;
    text-align: center;
    border-bottom: 1px solid #f2f2f2;
    padding: 4px;
    margin: 10px 10px 20px 10px;
    font-weight: 300;
    font-size: 21px;
}

.pricingcol p {
    text-align: center;
    padding: 5px 10px;
}

ul.check {
    color: black;
    list-style: disc;
    line-height: 1.4;
    margin: 10px auto 8px;
    font-size: 12px;
    text-align: left;
}

.pricingcol hr {
    margin-top: 3px;
}

.per-month {
    margin-top: -11px;
    font-size: 13px;
    padding: 0px;
}



.toogle-panel span {
    color: white;
}

form.paypal {
    text-align: center;
}

.requests-count {
    font-weight: bold;
}

.row ul.list-examples li > a {
    color: #061c28;
}

#back_title {
    text-align: center;
}

    #back_title h1 {
        max-width: 85%;
        margin-left: 0px;
    }

.form-footer {
    text-align: center;
}

.inline {
    display: inline;
}

.form-control {
    max-width: 650px;
}

.not-confirmed {
    background: #EDECC2;
}

.menu-button {
    font-size: 18px;
    width: 340px;
    color: white;
    background-color: gray;
    border: none;
    border-radius: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin: 0 auto;
    margin-bottom: 5px;
    display: block;
    text-align: center;
}

    .menu-button:hover {
        color: #f3f3f3;
        text-decoration: none;
    }

    .menu-button i {
        font-size: 15px;
    }

    .menu-button.register {
        background-color: #AADD12;
    }

    .menu-button.demo {
        background-color: #FF951B;
    }

    .menu-button.documentation {
        background-color: #5CB8EA;
    }

    .menu-button.examples {
        background-color: #0386CF;
    }

    .menu-button.console {
        background-color: #005888;
    }

.header-button {
    margin-left: 0px;
    margin-right: 0px;
    padding-bottom: 8px;
    padding-top: 8px;
    padding-right: 20px;
    padding-left: 20px;
    border: none;
}

div.header-button {
    display: inline-block;
}

a.header-button:hover {
    text-decoration: none;
}

a.header-button.try-demo {
    background-color: #FF8800;
    color: #fff;
    padding-bottom: 6px;
    padding-top: 6px;
}

a.header-button.free-key {
    padding-bottom: 6px;
    padding-top: 6px;
    border: solid 1px #FF8800;
    background-color: #FFF;
    color: #FF8800;
}

a.header-button.download {
    background: none;
    color: #FF8800;
    text-transform: uppercase;
    font-weight: bold;
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 2px;
    padding-top: 2px;
}

.price-header {
    margin-top: 20px;
    background-color: #E6E9EB;
    text-align: center;
    color: #C3C4C5;
    font-size: 13pt;
}

.icon-demo {
    background: url(../img/ic_demo.svg);
}

span.header-title {
    font-size: 18pt;
    color: #005888;
}

div.header {
    padding-top: 20px;
    padding-bottom: 20px;
}

.summarizer-image {
    background: url(../img/summarizer_box_clean.jpg);
    width: 280px;
    height: 162px;
}

.download-button {
    padding-bottom: 4px;
    padding-top: 4px;
    margin-top: 10px;
    border: none;
    font-size: 11pt;
    font-weight: 500;
    display: block;
    width: 160px;
    text-align: center;
    color: #FFF;
    background-color: #12BAEF;
}

    .download-button:hover {
        text-decoration: none;
        color: #f6f5f5;
    }

.faq-item {
    border: solid 1px #CBE2EA;
    padding: 30px;
    padding-top: 24px;
    padding-bottom: 24px;
    margin-bottom: 3px;
}

    .faq-item .question {
        color: #0386CF;
        font-weight: bold;
        display: list-item;
        margin-left: 30px;
        font-size: 12pt;
        cursor: pointer;
    }

    .faq-item .answer-title {
        font-weight: bold;
        font-style: italic;
        font-size: 11pt;
    }

    .faq-item .answer {
        font-style: italic;
        font-size: 11pt;
    }

    .faq-item.hide-question .answer-block {
        display: none;
    }

.text-block {
    font-size: 12pt;
}

.login-block {
    color: #fff;
}

footer h2.foot_heading {
    height: 32px;
    width: 97%;
    color: rgba(230, 231, 232, 0.5);
    font-size: 37px;
    margin-bottom: 20px;
    text-align: left;
}

footer .col-md-10 h2 {
    margin-bottom: -7px;
    text-align: left;
}

footer .container {
    width: 100%;
}

ul.featurs-list li {
    padding-bottom: 10px;
}

#carousel-header {
    margin-right: -15px;
    margin-left: -15px;
}

.product-block {
    padding-bottom: 20px;
    text-align: center;
    font-size: 14pt;
    font-weight: 500;
    cursor: pointer;
}

    .product-block img {
        padding-top: 20px;
        height: 70px;
        width: 50px;
    }

    .product-block:hover {
        font-weight: bold;
        padding-bottom: 15px;
    }

        .product-block:hover a {
            font-weight: bold;
        }

    .product-block a {
        font-weight: 500;
        text-decoration: none;
    }

a .product-title {
    height: 30pt;
}

.dropdown .other-label {
    display: inherit;
}

.dropdown .close-label {
    display: none;
}

.dropdown.open .other-label {
    display: none;
}

.dropdown.open .close-label {
    display: inherit;
}

.filter-button {
    padding: 5px;
}

.free {
    background-color: #FFF;
}

.paid {
    background-color: rgb(227, 254, 228);
}

.expired {
    background-color: rgb(211, 211, 211);
}

.ends {
    background-color: rgb(255, 224, 188);
}

.paid.expired {
    background-color: rgb(251, 194, 165);
}

.paid.ends {
    background-color: rgb(245, 251, 164);
}

.toogle-permissions {
    padding: 6px;
    cursor: pointer;
    color: #15a1ff;
    text-decoration: dashed;
}

.price-block {
    max-height: 400px;
}

th.header.sortable {
    cursor: pointer;
}

    th.header.sortable :hover {
        color: #c7c7c7;
    }

.tab-header {
    list-style: none;
    padding-top: 12px;
    padding-bottom: 12px;
    background-color: rgb(102, 202, 255);
    color: rgb(94, 94, 94);
    cursor: pointer;
    float: left;
    text-align: center;
    border-right: solid 1px #fff;
    opacity: 0.5;
}

    .tab-header:hover {
        background-color: #68c2ff;
    }

    .tab-header.selected {
        background-color: rgb(221, 221, 221);
        color: rgb(94, 94, 94);
        opacity: 1;
    }

.tab-list {
    border: 1px solid rgb(217, 217, 217);
}

.tab-list-item {
    list-style: none;
    padding: 10px 16px 10px 22px;
    cursor: pointer;
    color: rgb(1, 105,158);
    float: left;
    font-size: 18px;
    font-weight: bold;
    height: 45px;
    background-color: rgb(214, 239, 255);
}

    .tab-list-item:hover {
        background-color: rgba(0, 0, 0, 0.1);
    }


    .tab-list-item.selected {
        background-color: rgb(159, 217, 255);
        border: solid 1px rgb(84,157,231);
        border-bottom: none;
    }

    .tab-list-item.selected-all {
        background-color: rgb(159, 217, 255);
        font-weight: bold;
        border: solid 1px rgb(84,157,231);
    }

    .tab-list-item.unselected {
        border-bottom: solid 1px rgb(84,157,231);
    }

.squaredOne {
    width: 20px;
    height: 20px;
    position: relative;
    background: #e2e2e2;
    border-radius: 14%;
    top: 2px;
    display: inline-block;
}

    .squaredOne label {
        width: 16px;
        height: 16px;
        position: absolute;
        top: 2px;
        left: 2px;
        cursor: pointer;
        background: #f2f2f2;
        border-radius: 14%;
    }

        .squaredOne label:after {
            content: '';
            width: 16px;
            height: 16px;
            position: absolute;
            background: #1DABF5;
            opacity: 0;
            border-radius: 14%;
        }

        .squaredOne label:hover::after {
            opacity: 0.3;
        }

    .squaredOne input[type=checkbox] {
        visibility: hidden;
    }

        .squaredOne input[type=checkbox]:checked + label::after {
            opacity: 1;
        }

.tree-item {
    word-break: break-all;
    padding: 4px;
    cursor: pointer;
    font-size: 12pt;
    font-weight: 400;
    color: black;
}

.tree-item-weight {
    font-size: 14px;
    color: gray;
    margin-left: 5px;
}

.header.tree-item {
    color: #1b98d9;
}

.sidebar-list {
    color: #a3a3a3;
    display: block;
    margin-left: -30px;
}

    .sidebar-list li {
        display: block;
        padding-top: 5px;
        padding-bottom: 5px;
    }

.filter-list > .sidebar-list {
    padding-left: 10px;
    padding-right: 10px;
}

.sidebar-icon {
    float: right;
    font-size: 90%;
}

div.tree-item.header {
    padding-top: 7px;
    padding-bottom: 7px;
}

#email-report {
    display: initial;
    width: auto;
    height: auto;
    margin: auto;
    min-width: 280px;
}

.sa-input-error.show {
    opacity: 0 !important;
}

label.request {
    font-size: 120%;
}

pre {
    white-space: pre-wrap;
}

    pre.response {
        max-height: 500px;
    }

.summarizer-panel {
    background-color: rgb(159, 217, 255);
    padding: 0 0px 15px 0px;
    border: solid 1px rgb(84,157,231);
    border-top: none;
}

.summarizer-buttons-panel {
    background-color: #EEEEEE;
}

.tabs {
    border: solid 1px rgb(217,217,217);
}

.btn-intellexer.btn-summary {
    margin-right: 10px;
    padding: 6px 5px;
    float: right;
    width: 170px;
    font-size: 13pt;
}

.btn-summary-2 {
    width: 155px;
    float: right;
}

.btn-intellexer.disabled {
    background-color: #364660;
    color: rgba(195,195,195,1);
    cursor: not-allowed;
}

.long-tooltips .tooltip-inner {
    word-break: break-all;
}

/** Slider **/

.sentences-slider p {
    text-align: center;
    font-weight: bold;
}

.sentences-slider input[type="range"] {
    -webkit-appearance: none;
    width: 100%;
    margin: 0;
    display: block;
    background-color: transparent;
    height: 1.8rem;
    overflow: visible;
    padding: 0;
}

.sentences-slider input[type=range]:focus {
    outline: none;
}

.sentences-slider input[type="range"]::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.25rem;
    background-color: transparent;
    border-radius: 13px;
    cursor: pointer;
}

.sentences-slider input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 1.8rem;
    height: 1.8rem;
    border-radius: 100%;
    background: #FFF;
    box-shadow: 0 0 8px rgba(0,0,0,.3);
    cursor: pointer;
    margin-top: -0.9rem;
    position: relative;
    z-index: 20;
    border: 0;
}

.sentences-slider input[type=range]::-moz-range-track {
    width: 100%;
    height: 0.25rem;
    background-color: transparent;
    border-radius: 13px;
    cursor: pointer;
}

.sentences-slider input[type="range"]::-moz-range-thumb {
    width: 1.8rem;
    height: 1.8rem;
    border-radius: 100%;
    background: #FFF;
    box-shadow: 0 0 8px rgba(0,0,0,.3);
    cursor: pointer;
    margin-top: -0.9rem;
    position: relative;
    z-index: 20;
    border: 0;
}

.sentences-slider input[type=range]::-ms-track {
    width: 100%;
    height: 0;
    padding: 0;
    background: none;
    display: block;
    background-color: transparent;
    border: 0;
    color: transparent;
    cursor: pointer;
}

.sentences-slider input[type="range"]::-ms-thumb {
    display: block;
    width: 1.8rem;
    height: 1.8rem;
    padding: 0;
    border: 0;
    box-sizing: border-box;
    border-radius: 100%;
    background: #FFF;
    box-shadow: 0 0 8px rgba(0,0,0,.3);
    cursor: pointer;
    /*margin-top: -0.9rem;*/
    position: relative;
    z-index: 20;
}

.sentences-slider input[type="range"]::-ms-fill-upper {
    background: transparent;
    border: none;
    color: transparent;
}

.sentences-slider input[type="range"]::-ms-fill-lower {
    background: transparent;
    border: none;
    color: transparent;
}

.size-controller-wrap .selected-size-gauge,
.size-controller-wrap .size-controller-fill {
    position: absolute;
    height: 0.25rem;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}

.size-controller-wrap .selected-size-gauge {
    /*    min-width: 10px;*/
    z-index: 11;
    background-color: #8088c2;
}

.size-controller-wrap .size-controller-fill {
    width: 100%;
    /*    width: 305px;*/
    z-index: 10;
    background-color: #b7b7b7;
}

.size-controller-container {
    margin-left: -0.9rem;
    margin-right: -0.9rem;
    position: relative;
    z-index: 12;
}

.size-controller-wrap {
    position: relative;
    margin-left: 0.9rem;
    margin-right: 0.9rem;
    margin-top: 1rem;
}

.panel-heading {
    padding: 0px 15px;
}

.label_hint {
    font-size: 14px;
    color: rgb(1, 105,158);
    font-weight: bold;
    margin-left: 30px;
    margin-bottom: 5px;
}

.checkbox-inline, .radio-inline {
    padding-left: 30px;
}

.disabled {
    opacity: 0.5;
}

img.url_icon {
    width: 20px;
    margin: 3px;
    height: 20px;
}

img.url_icon_small {
    width: 16px;
    margin: 2px;
    height: 16px;
}

.quote-btn {
    margin-top: 0px;
    text-decoration: none;
    text-align: center;
    background: #eca01c;
    border: 2.4px solid #e4b35e;
    border-radius: 13px;
    padding: 10px 0;
    width: 200px;
}

    .quote-btn a {
        text-decoration: none;
        color: white;
        font-size: 21px;
        font-weight: normal;
        font-family: Arial, Helvetica, sans-serif;
        text-shadow: none;
    }

@media (min-width: 1200px) {
    .quote-btn {
        height: 64px;
        padding: 15px 0;
        width: 225px;
    }
}

@media (min-width: 892px) {
    .quote-btn {
        margin-right: 1%;
    }
}

.pay-tab-1, .pay-tab-2 {
    margin: 5px 0 10px 5px;
    border: 1px solid #5d5d5d;
    border-radius: 5px;
    padding: 10px 5px;
    text-align:center
}

.pay-tab-1 { 
    border: none;
    background-color: rgb(228, 244, 255);
}

    .pay-tab-2 > input {
        margin: 0 17px 0 23px;
        vertical-align: middle;
    }

    .pay-tab-2 > label {
        color: #000;
        font-weight: bold;
        vertical-align: middle;
    }

.im-pay-tab {
    vertical-align: middle;
    white-space: nowrap;
}

    .im-pay-tab img {
        height: 50px;
        border: 0px;
        padding-left: 4%;
        vertical-align: middle;
        margin-top: 5px;
        margin-bottom: 5px;
    }

.buy-button {
    width: 120px;
    height: 30px;
    color: white;
    font-size: 15px;
    font-weight: bold;
    color: #0593E7;
    margin: 0 225px;
    margin: 0;
}

.section {
    background: #E7F1FA;
    font-family: Arial, Regular, sans-serif;
    font-size: 12px;
    margin: 0 0 10px 3px;
    overflow: hidden;
    padding: 3px 0 9px 0;
    max-width: 635px;
    border-radius: 0 0 12px 12px;
}

b.blue {
    color: #0593E7;
}

.ne_summarizer_description {
    border: none;
    background-color: rgb(228, 244, 255);
    padding: 20px 50px 40px;
    margin-top: 30px;
}

.ne_summarizer_plan_title {
    font-size: 15pt;
    line-height: 1.1;
    color: #005888;
}

.ne_summarizer_price {
    font-size: 19pt;
    line-height: 1.0;
}

.ne_summarizer_price_duration {
    font-size: 11pt;
}

.download_ne_summarizer {
    margin-top: 10px;
    border: none;
    font-size: 11pt;
    font-weight: 500;
    display: block;
    width: 180px;
    text-align: center;
    color: #FFF;
    background-color: #12BAEF;
    border-radius: 5px;
    padding: 9px;
}

.download_ne_summarizer:hover {
        text-decoration: none;
        color: #f6f5f5;
    }