﻿.headers {
    background-image: linear-gradient(-45deg, #109df5 0%, #0c3c60 100%);
    color: rgba(255,255,255,0.85) !important;
}

    .headers h5, .header p {
        color: rgba(255,255,255,0.85) !important;
    }

.footer {
    background-image: linear-gradient(-45deg, #0c3c60 0%, #0c3c60 100%)
}

.btn-gradient {
    background-image: linear-gradient(-45deg, #109df5 0%, #0768b0 100%);
    border-radius: 3px;
}

.btn-hover:hover {
    background-image: linear-gradient(-45deg, #109df5 0%, #0768b0 100%);
    color: white;
    background-color: #002882;
}

.faq .card .card-header :hover {
    background-image: linear-gradient(-45deg, #109df5 0%, #0768b0 100%);
}

.section-bg {
    background-color: whitesmoke;
}

.languages-switch a {
    color: white;
    opacity: 0.9 !important;
}

.SpecDocHeaderBg {
    background-image: linear-gradient(-45deg, #109df5 0%, #0c3c60 100%);
}

.linkHover ul li a:hover {
    color: #002882;
    text-decoration-color: #002882;
}

.fa:not(.nav-link span,.metrics-up-btn i), .text-primary {
    color: #002882 !important;
}

.nav-navbar .arrow {
    color: #002882 !important;
}

/*Redoc start*/
/*button*/
.bFAotz {
    background-image: linear-gradient(-45deg, #109df5 0%, #0768b0 100%);
    border-color: #0768b0;
    font-size: 13px !important;
    border-radius: 3px;
    color: #ffffff !important;
    padding: 4px 10px 4px 10px !important;
}

/*h3 in rightPanel*/
.fkoftb {
    color: white !important;
}

/*redoc End*/

/*partners logo start*/
.customerLogos {
    text-align: center;
    height: 45px;
    position: relative;
}

.customersLogo-Card {
    min-height: 150px;
    margin: 20px 20px;
    padding-left: 30px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.14), 0 6px 20px 0 rgba(0, 0, 0, 0.12);
}

.aspspDeveloperPortal {
    position: relative;
    top: 25px;
}

.portalUrl {
    margin-top: 15px;
    border-left: 3px solid #50a1ff;
    padding: 8px;
}

.portalUrlNone {
    margin-top: 15px;
    margin-bottom: 5px;
    padding: 8px;
}

.customersLogo-Card .url-block pre {
    border-left-color: darkblue !important;
}

.portalUrl:hover {
    color: darkblue;
    border-left-color: darkblue !important;
}

.aspspDeveloperPortal > a {
    display: block;
}

.navbar .nav .nav-link {
    padding-right: 14px !important;
    padding-left: 14px !important;
}
/*partners logo end*/
@media screen and (max-width:992px) {
    .languages-switch a {
        color: rgba(117,117,117,0.8);
    }

    .portalUrl {
        margin-top: 5px !important;
        margin-bottom: 15px !important;
        padding: 0 !important;
        border: none !important;
    }
}

@media screen and (max-width:768px) {
    .customersLogo-Card {
        min-height: 220px !important;
        padding-left: 10px !important;
    }

    .customerLogos {
        top: 0 !important;
    }
}

.metrics-table thead {
    background-color: #0768b0;
    color: #ffffff;
}