﻿/********* Page Loader Css *********/
/*Start*/
#loading {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #000 no-repeat center center;
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
}

    #loading svg {
        width: 76px;
        height: 89px;
    }

.hexa {
    fill: #000;
    stroke: #e11f27;
    stroke-width: 2px;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-dasharray: 260px;
    /*stroke-dashoffset: 260px;*/
    animation: filla infinite 1.75s ease-in-out;
}


.text {
    fill: #fff;
    opacity: 0;
    animation: blinker infinite 0.75s ease-in-out;
}

@keyframes blinker {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes filla {
    0% {
        stroke-dashoffset: -260px;
    }

    50% {
        stroke-dashoffset: 0px;
    }

    100% {
        stroke-dashoffset: 260px;
    }
}
/*End*/
/********* Page Loader *********/

html, body {
    height: auto;
    min-height: 100%;
    background: #000;
}


body {
    overflow: hidden;
}
/*Logins styles*/
#account {
    min-height: 100vh;
    background-image: url(../images/login-bg.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    overflow: unset;
}

.accountCont {
    background-color: rgba(0,0,0,0.75);
    border-right: 1px solid rgb(255,255,255,0.35);
    height: 100vh;
    box-shadow: 0 10px 20px -10px rgba(0,0,0,0.25);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    z-index: 1;
}

.headRow a:hover {
    color: #fff !important;
}

.headRow a {
    line-height: 80px;
    text-decoration: none;
}

    .headRow a i.fas {
        font-size: 20px;
    }

.headAction {
    overflow: auto;
    padding-bottom: 10px;
    /*background-color: rgba(0,0,0,0.5);*/
}

    .headAction .form-control {
        min-height: 44px;
        background-color: rgba(255,255,255,0.2) !important;
    }

    .headText {
        /*border-bottom: 1px solid;
    border-top: 1px solid;*/
        padding: 30px 0;
    }

    .headText p {
        font-size: 18px;
        line-height: 20px;
    }

    .headText h1 {
        font-weight: bold;
        font-size: 42px !important;
        line-height: 42px !important;
        margin: 0;
    }

        .headText h1:last-of-type {
            font-weight: normal !important;
            font-size: 52px !important;
            line-height: 52px !important;
        }

.form-control {
    font-size: 14px;
    height: calc(2.25rem + 2px) !important;
    border-radius: 0 !important;
    box-shadow: none !important;
}
.sideForm .form-control {
    font-size: inherit !important;
    border-radius: unset !important;
    border: 0 !important;
    border-bottom: 1px solid #F0AB00 !important;
    height: calc(2.25rem + 2px) !important;
    padding: .375rem .75rem !important;
    background-color: rgba(0,0,0,0.35);
    color: #F0AB00;
}

    .sideForm .form-control:focus, .sideForm .form-control:hover {
        box-shadow: none;
        border-bottom: 1px solid #E11B22 !important;
        background-color: rgba(0,0,0,0.65);
        color: #fff;
    }

.btn {
    font-family: Helvetica Now, Arial,sans-serif;
    font-size: 12px;
    border-radius: unset;
    box-shadow: none !important;
    border: 0 !important;
}
/*Width Styles*/
.o-0 {
    opacity: 0;
}

.o-25 {
    opacity: 0.25;
}

.o-50 {
    opacity: 0.5;
}

.o-75 {
    opacity: 0.75;
}

.o-100 {
    opacity: 1;
}
/*Navbar styles*/
.navbar-aon {
    color: #fff;
    padding: 0 15px;
    background-color: #232426 !important;
    z-index: 3;
    min-height: 70px;
}

.newLogo {
    position: absolute;
    right: 0;
    top: 5px;
    width: 100px;
}

.brandimg > img {
    margin-left: -10px;
    margin-top: 10px;
    width: 120px;
}

.navbar-brand {
    padding: 0;
    color: #fff;
    font-size: 22px;
    line-height: 22px;
}

    .navbar-brand:hover {
        color: inherit;
    }

    .navbar-brand span {
        display: inline-block;
    }

    .navbar-brand .brandimg img {
        height: 70px;
    }

    .navbar-brand .toolname {
        display: inline-block;
        font-size: 36px;
        text-transform: uppercase;
        font-weight: bold;
        line-height: 70px;
    }

.nav-item:not(:first-child) {
    margin-left: 1px;
}

.navbar-dark .navbar-nav .show > .nav-link {
    /*background-color: #fff;*/
    /*color: #4D4F53 !important;*/
}

.navbar-collapse {
    flex-direction: row-reverse;
}

.primary-nav {
    margin-right: 15px;
}
.primary-nav .nav-link {
    color: #fff;
    padding: 7px 20px !important;
    /*min-height: 70px;
    line-height: 70px;*/
}


    .primary-nav .nav-link.active {
        background-color: #3e3e3e;
        color: #fff !important;
    }

    .primary-nav .nav-link:hover {
        color: #fff;
        background-color: #4D4F53 !important;
    }

    .primary-nav .fas {
        display: none;
    }

.btn.focus, .btn:focus {
    box-shadow: 0 0 0 0.1rem rgba(0,0,0,.25);
}

.dropdown-menu {
    font-size: 12px;
    font-style: italic;
    text-align: left;
}

select {
    border: none !important;
}


    select.form-control:focus {
        background-color: #fff !important;
        color: #E11B22 !important;
    }


.sidebar.expander {
    height: 100%;
}

.sidebar {
    padding: 10px 15px;
    position: absolute;
    /*height: 80px;*/
    right: 0;
    width: 100%;
    /*overflow: hidden;*/
    background-color: rgba(225, 27, 34, 0.96);
    z-index: 2;
    -webkit-transition: all .3s cubic-bezier(1, -0.15, 0, 1.15);
    -moz-transition: all .3s cubic-bezier(1, -0.15, 0, 1.15);
    -o-transition: all .3s cubic-bezier(1, -0.15, 0, 1.15);
    transition: all .3s cubic-bezier(1, -0.15, 0, 1.15);
}

    .sidebar h2 {
        font-weight: 700;
        color: #fff !important;
        /*font-size: 20px !important;*/
    }

    .sidebar .pageCaption {
        font-size: 12px;
        font-family: Arial, Helvetica, sans-serif;
        font-weight: normal;
    }

    .sidebar .form-control, .sidebar .btn {
        font-size: 12px;
        padding: .2rem 1rem .2rem 0.5rem;
        height: 36px;
        border-radius: 0;
    }

    .sidebar .before {
        position: absolute;
        top: 0;
        left: 0;
        width: 15px;
        height: 100%;
        cursor: pointer;
        -webkit-transition: background-color .125s ease-in-out;
        -moz-transition: background-color .125s ease-in-out;
        -o-transition: background-color .125s ease-in-out;
        transition: background-color .125s ease-in-out;
    }

        .sidebar .before:hover, .sidebar .before.hover {
            background-color: rgba(0,0,0,0.0);
        }

.panel:not(:last-child) {
    margin-bottom: 10px;
}

.panel > span {
    font-size: 14px;
}

.panel h2 {
    margin-bottom: 10px;
}

.loc .svgico {
    padding: 2px 0;
}

.ratingLegend.marG {
    margin: 0 !important;
}

.rateleg {
    position: absolute;
    right: 40px;
    top: 12px;
}

.ratingLegend.dropper {
    margin: 0 !important;
    position: initial;
    width: unset;
}

.ratingLegend {
    margin: 0 -18px !important;
    border-top: 1px solid;
    padding: 10px;
    position: absolute;
    display: block;
    width: 87%;
    bottom: 60px;
    right: 34px;
    min-height: 250px;
    z-index: -1;
    -webkit-transition: margin .3s cubic-bezier(1, -0.15, 0, 1.15);
    -moz-transition: margin .3s cubic-bezier(1, -0.15, 0, 1.15);
    -o-transition: margin .3s cubic-bezier(1, -0.15, 0, 1.15);
    transition: margin .3s cubic-bezier(1, -0.15, 0, 1.15);
}



.rateIndicators p {
    margin-bottom: 5px;
    font-size: 12px;
    padding: 2px;
}

    .rateIndicators p:hover {
        background-color: rgba(255,255,255,0.05);
    }

.svgico img {
    width: 25px;
    margin-right: 5px;
}

.info {
    /*margin-top: 250px;*/
    padding-top: 20px;
    border-top: 1px solid #fff;
}

    .info ul {
        padding-left: 20px;
    }

        .info ul li:not(:last-child) {
            margin-bottom: 5px;
        }

.action .btn {
    border: 1px solid transparent;
    padding: .1rem .5rem;
    font-size: 12px;
}

.toggle-sbar .fas {
    font-size: 15px;
}

.toggle-sbar {
    width: 25px;
    height: 25px;
    padding: 2px 6px;
    border-radius: 100%;
    display: inline-block;
    font-size: 19px;
    /*border: 2px solid #E11B22;*/
    position: absolute;
    right: 10px;
    /*top: 37px;*/
    cursor: pointer;
    background-color: #e11b22;
    -webkit-transition: background-color .125s ease-in-out;
    -moz-transition: background-color .125s ease-in-out;
    -o-transition: background-color .125s ease-in-out;
    transition: background-color .125s ease-in-out;
}

    .toggle-sbar:hover, .toggle-sbar.hover {
        color: #000 !important;
    }

.hide {
    right: -330px !important;
}



.loc_viewer {
    width: 60%;
    background-color: rgba(255,255,255,.95);
    padding: 10px 20px;
}

.loc_head {
    font-size: 16px !important;
    font-weight: 600;
    margin-bottom: 20px;
}

.loc_enabler {
    cursor: pointer;
}

.social a {
    text-decoration: none;
    color: initial;
}

.opTsocial .fas, .opTsocial .far {
    margin-right: 0;
}

.opTsocial {
    text-align: right;
    padding-right: 10px;
}

.social {
    font-size: 10px;
    margin-top: 40px;
    position: absolute;
    bottom: 0;
    right: 20px;
    width: 88%;
}

    .social .fas, .social .far {
        margin-right: 0 !important;
    }

.modal-content, .modal-header, .modal-footer {
    border: none;
    border-radius: unset;
}

.countryPop .modal-title::after {
    content: '';
    position: absolute;
    display: inline-block;
    width: 120px;
    top: 60px;
    left: 0px;
    border-bottom: 3px solid #e11b22;
}

.modal-header {
    padding: 1.55rem 1rem 1rem;
}

.modal-dialog {
    position: absolute;
    display: inline-block;
    max-width: unset;
    margin: 0;
    top: 140px;
}

.modal-body {
    height: calc(100vh - 190px);
    overflow: auto;
}

.table caption {
    caption-side: top
}

.table a {
    color: #FFF;
}

.sidebar .dropdown-toggle::after {
    vertical-align: .08em;
    margin-left: .5em;
    position: absolute;
    right: 5px;
    top: 15px;
}

.dropdown-menu {
    border-radius: unset;
    margin: 0;
    border-color: rgba(0,0,0,.15);
    border-top: 1px solid;
    border-left: none;
    border-right: none;
    font-size: inherit;
    max-height: 300px;
    overflow: auto;
    /*width: 100%;*/
}

.dropdown-item {
    transition: all 0.25s ease-in-out;
    border-radius: unset;
}

    .dropdown-item:focus, .dropdown-item:hover {
        color: #fff;
        text-decoration: none;
        background-color: #000;
    }

    .dropdown-item.active, .dropdown-item:active {
        color: #fff;
        text-decoration: none;
        background-color: #E11B22;
    }

.dropdown:hover .dropdown-menu {
    display: block;
}

.hex {
    width: 27px;
    height: 15px;
    background-color: #fff;
    position: relative;
    display: inline-block;
    color: #e11b22;
    text-align: center;
    font-size: 12px;
    transition: .28s background-color,color ease-in-out;
}

    .hex:hover {
        background-color: #000;
        color: #fff;
    }

#account .hex:hover {
    background-color: #e11b22;
    color: #fff;
}


.hex:before {
    content: " ";
    width: 0;
    height: 0;
    border-bottom: 8px solid #fff;
    border-left: 14px solid transparent;
    border-right: 14px solid transparent;
    position: absolute;
    top: -8px;
    left: 0;
    transition: .25s border-color ease-in-out;
}

.hex:after {
    content: "";
    width: 0;
    left: 0;
    position: absolute;
    bottom: -8px;
    border-top: 8px solid #fff;
    border-left: 14px solid transparent;
    border-right: 14px solid transparent;
    transition: .25s border-color ease-in-out;
}

.hex:hover:before {
    border-bottom: 8px solid #000;
}

.hex:hover:after {
    border-top: 8px solid #000;
}

#account .hex:hover:before {
    border-bottom: 8px solid #e11b22;
}

#account .hex:hover:after {
    border-top: 8px solid #e11b22;
}

.hex img {
    height: 15px;
}

.body-content {
    height: calc(100vh - 100px);
}

/*#account .body-content {
    height: calc(100vh - 20px);
}*/

footer {
    font-size: 10px;
}

.partnership {
    margin-left: -25px;
    margin-right: -25px;
 /*   position: fixed;
    bottom: 0;
    width: 100%;
    left: 15px;*/
}

    .partnership img {
        /*width: 100%;*/
    }




.searchBox {
    position: relative;
    top: 5rem;
    left: 0;
    width: 250px;
}

    .searchBox.analysis {
        position: unset;
        width: auto;
    }

        .searchBox.analysis .form-control, .exposureBox.analysis .form-control {
            /*font-size: 11px;*/
            background-color: rgba(0,0,0,0.25);
            transition: all .125s ease-in-out;
        }

            .searchBox.analysis .form-control.active {
                background-color: #fff;
                color: #e11b22 !important;
            }

            .searchBox.analysis .form-control:focus, .searchBox.analysis .form-control:hover, .exposureBox.analysis .form-control:focus, .exposureBox.analysis .form-control:hover {
                background-color: rgba(0,0,0,0.5);
                border-color: #fff !important;
            }

            .searchBox.analysis .form-control::placeholder, .exposureBox.analysis .form-control::placeholder {
                color: #fff;
            }

        .searchBox.analysis i.fas {
            right: 20px;
            top: 53px;
        }


    .searchBox .form-control, .exposureBox .form-control {
        height: 32px;
        border-radius: 16px;
        border-width: 2px;
        background-color: #000;
        font-size: 12px;
    }

    .searchBox:not(.analysis) .form-control:focus, .exposureBox:not(.analysis) .form-control:hover {
        box-shadow: none;
        border-color: #e11b22 !important;
    }

    .searchBox:not(.analysis) .form-control:focus, .exposureBox:not(.analysis) .form-control:focus {
        box-shadow: none;
        border-color: #fff !important;
        border-radius: 16px 16px 0 0;
        border-bottom: 0px;
    }

    .searchBox i.fas {
        position: absolute;
        right: 5px;
        top: 10px;
        opacity: 0.6;
    }

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #F0AB00 !important;
    background-color: #fff;
    border-color: #F0AB00 #F0AB00 #fff;
}

.nav-tabs {
    border-bottom: 1px solid #F0AB00;
}

    .nav-tabs .nav-link {
        color: #4D4F53;
    }

        .nav-tabs .nav-link:not(.active):hover {
            border-color: #C9CAC8 #C9CAC8 transparent;
        }

.historyChart, .ratingChart {
    margin-top: 10px;
    padding: 30px;
    width: 100%;
    /*Remove below when adding content*/
    height: 350px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
}

.pubContent, .analysisCont {
    height: calc(100vh - 205px);
    width: 100%;
    margin: 0 -15px;
    -webkit-transition: width .3s cubic-bezier(1, -0.15, 0, 1.15);
    -moz-transition: width .3s cubic-bezier(1, -0.15, 0, 1.15);
    -o-transition: width .3s cubic-bezier(1, -0.15, 0, 1.15);
    transition: width .3s cubic-bezier(1, -0.15, 0, 1.15);
    overflow: auto;
}

    .pubContent.sideOpen, .analysisCont.sideOpen {
        width: calc(100vw - 15px);
    }

.exposureBox input:disabled {
    /*opacity: 0.25;*/
}

.exposureBox input[type=button], .viewAnalysis button {
    border-radius: 3rem !important;
}

.exposureBox input {
    opacity: 1;
}

.exposureTable {
    height: 230px;
    overflow: auto;
}

    .exposureTable thead tr {
        border-bottom: 1px solid;
    }

    .exposureTable tbody {
    }

.btn-group-lg > .btn, .btn-lg {
    padding: .5rem 1rem !important;
    font-size: 1.25rem !important;
    line-height: 1.5 !important;
    border-radius: 3rem !important;
}

.publicationBtns .fas {
    margin-right: 0 !important;
}

.publicationBtns button {
    display: block;
    height: 100px;
    width: 100%;
    font-size: 16px;
    word-break: break-word;
    background-color: #fff;
    margin-bottom: 17px;
    border: 0;
    cursor: pointer;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    font-family: 'Prelo Slab';
    box-shadow: none !important;
}

    .publicationBtns button .fas {
        font-size: 20px;
        color: #F0AB00;
    }

    .publicationBtns button:hover, .publicationBtns button:focus, .publicationBtns button:active {
        background-color: #000;
        box-shadow: none !important;
        border: none;
        color: #fff;
    }

    .publicationBtns button.active {
        background-color: #000;
        color: #F0AB00;
    }

        .publicationBtns button.active .fas {
            color: #fff;
        }

.f-bold {
    font-weight: 600;
}

.pubContent {
    padding: 0 40px;
    position: absolute;
    top: 140px;
}


.analysisCont {
    position: absolute;
    top: 205px;
}

    .analysisCont .mCSB_scrollTools {
        top: 10px;
    }

.pubDocs .row {
    margin-bottom: 30px;
}

.pubDocs {
    margin-top: 20px;
    height: calc(100vh - 255px);
    overflow: auto;
}

    .pubDocs .rmap, .pubDocs .rnews {
        height: 170px;
        border: 1px solid #fff;
        margin-bottom: 10px;
    }

    .pubDocs h3 {
        background-color: #fff;
        position: relative;
        bottom: -141px;
        width: 100%;
        padding: 5px 0;
    }

    .pubDocs a:hover {
        color: #F0AB00;
        text-decoration: none;
    }

    .pubDocs ul li {
        list-style-type: none;
        margin: 10px;
        display: block;
    }

    .pubDocs li a {
        border: 1px solid #fff;
        background-color: rgba(0,0,0,0.4);
        display: inline-flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding: 10px;
        height: 100px;
        color: #fff;
        width: 100%;
        -webkit-transition: all .2s ease-in-out;
        -moz-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
    }

        .pubDocs li a > span {
            font-size: 16px;
        }

    .pubDocs a:hover {
        background-color: #E11B22;
        color: #fff;
    }

img.riskIcons {
    /*width: 20px;*/
    margin-right: 6px;
    display: none;
}

.navbar-dark .navbar-toggler {
    border: 0;
    margin-right: 100px;
}

.mCSB_inside > .mCSB_container {
    margin-right: 15px;
    text-align: left;
}

.politicalMapPC, .terrorismMapPC {
    position: absolute;
    width: 100%;
}

    .analysisMapPC .col-12, .politicalMapPC .col-12, .terrorismMapPC .col-12 {
        padding: 0;
    }

    .analysisMapPC .MapPC, .politicalMapPC .MapPC, .terrorismMapPC .MapPC {
        height: calc(100vh - 70px);
    }
/*Google map override*/
.MapPC > div {
    background-color: #193341 !important;
}

.analysisCont .showmap {
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 1;
}

.rateIndicators .fas {
    text-shadow: 0 0 3px rgba(0,0,0,0.75);
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: black;
}

.ui-widget-content {
    max-height: 500px;
    overflow-y: scroll;
    overflow-x: hidden;
}

.downReport {
    position: absolute;
    right: 70px;
    top: 22px;
}

.termsPop .modal-dialog {
    position: initial;
    max-width: 500px;
    display: block;
}

.termsPop .modal-body {
    height: auto;
}

.termsBtn:hover {
    color: #fff !important;
    text-decoration: none !important;
}

.social .termsBtn {
    text-decoration: underline;
    color: #fff !important;
}

.termsBtn {
    cursor: pointer;
    color: #fff !important;
    text-decoration: underline !important;
}

.tooltip-inner {
    color: #fff;
    background-color: #e11b22;
}

.tooltip.bs-tooltip-auto[x-placement^=top] .arrow::before, .tooltip.bs-tooltip-top .arrow::before {
    border-top-color: #e11b22;
}

.tooltip.bs-tooltip-auto[x-placement^=right] .arrow::before, .tooltip.bs-tooltip-right .arrow::before {
    border-right-color: #e11b22;
}

.tooltip.bs-tooltip-auto[x-placement^=bottom] .arrow::before, .tooltip.bs-tooltip-bottom .arrow::before {
    border-bottom-color: #e11b22;
}

.tooltip.bs-tooltip-auto[x-placement^=left] .arrow::before, .tooltip.bs-tooltip-left .arrow::before {
    border-left-color: #e11b22;
}

.vendorLogos {
    border-top: 1px solid;
    padding: 20px 10px 0;
    margin: 10px -10px 0;
}

#insightsExt {
    top: 45px;
    right: 15px;
}
    #insightsExt a {
        height: auto;
        text-align: center;
        display: inline-block;
        width: 92px;
        padding: 6px 12px;
    }

.countryPop .modal-dialog::after {
    content: 'loading...';
    width: 100%;
    height: 0%;
    display: flex;
    position: absolute;
    background-color: #fff;
    z-index: -1;
    top: 0;
    align-items: center;
    justify-content: center;
    transition: height 0.25s ease-in-out;
}
.countryPop .modal-dialog.showing::after {
    height: 100%;
    z-index: 1;
}

.sideForm .form-control::placeholder {
    color: rgb(255 255 255 / 60%);
}

.mobileOverride {
    display: none;
}
.mobileOverride img {
    width: 120px;
}

.mobileLock {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(100vh - 70px);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-color: #000;
}

    