﻿.main {
    background-color: #f4f5fa !important;
    padding: 0px 0;
}

h1, .h1, h2, .h2, h3, .h3 {
    font-family: "intro_boldregular" !important;
    font-size: 28px !important;
    text-transform: inherit !important;
    color: #00589e !important;
    margin-top: 0px !important;
}

h4 {
    font-family: "intro_boldregular" !important;
    font-size: 14px !important;
    text-transform: uppercase !important;
    color: #505050 !important;
    margin-top: 0px !important;
    font-weight: bold;
}

h5 {
    font-family: "intro_boldregular" !important;
    font-size: 12px !important;
    text-transform: inherit !important;
    color: #00589e !important;
    margin-top: 0px !important;
    font-weight: bold;
}

.Innovative-nursery-t {
    font-family: "quattrocentosans-regular";
    font-size: 18px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.56;
    letter-spacing: normal;
    color: #505050;
    color: var(--greyish-brown);
    height: 82px !important;
    margin-bottom: 0px;
}

.home-competitor-list .list-data {
    padding: 0px;
    border: none;
}

    .home-competitor-list .list-data.active, .home-competitor-list .list-data:hover {
        border-bottom: none;
    }

input[type=checkbox].styled-checkbox {
    display: block;
    position: absolute;
    opacity: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

    input[type=checkbox].styled-checkbox label {
        color: #505050;
    }


    input[type=checkbox].styled-checkbox + label {
        /* position: relative; */
        display: block;
        cursor: pointer;
        padding: 0;
    }

        input[type=checkbox].styled-checkbox + label:after {
            position: absolute;
            top: 23px;
            right: 8px;
            content: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAACXBIWXMAAAsTAAALEwEAmpwYAAABNklEQVQ4je2QP0oDQRSHvzeZdUExUSy09QQLYSFLSJNEPIKk8wxexBN4AnOCaBSxmvyBwFZeIYqCWMguM6yNCzEmxBgLi3zVMO/N995vYM2/Q1Z5bIwpaq3bwEUYhm0AvaKsA5Sstff5/a+Ew+GwBHSAbWttPYqicV5bOvKn7ArY8jyvEQTB42S9sIxsNBrtANfApud5zWkZTEQeDAYt4DRJkpNarfY2S2atvRYRXynVCILgadZQlR+yLLsTkUPf9zvGmOJkUxzHu865rohsAI1yuTxTBlN/2O/3D5RSt8AbcByG4Wscx7tpmnaBgnOuWalUnufJvgkBjDH7WuubLMveRaQFXALKOXe0SPYlck4URWOlVF1EfOABkDRNF242d8OcXq+3p7U+S5LkvFqtvvxEtuZv+ACaHGqiQ9kpaAAAAABJRU5ErkJggg==');
            font-family: 'icomoon' !important;
            speak: none;
            font-style: normal;
            font-weight: normal;
            font-variant: normal;
            text-transform: none;
            line-height: 1;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
        }

    input[type=checkbox].styled-checkbox:hover + label:after {
        background: transparent;
    }
    /* .styled-checkbox:focus + label:after {
          box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12);
        } */
    input[type=checkbox].styled-checkbox + label {
        padding: 15px 0;
        border-bottom: 1px solid #dbdbdb;
    }

    input[type=checkbox].styled-checkbox:checked + label {
        border-bottom: 4px solid #22e8cc;
    }

        input[type=checkbox].styled-checkbox:checked + label:after {
            background: transparent;
        }

        input[type=checkbox].styled-checkbox:checked + label:after {
            position: absolute;
            top: 23px;
            right: 8px;
            color: #22e8cc;
            content: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAACXBIWXMAAAsTAAALEwEAmpwYAAABLklEQVQ4je3Rz0oCURTH8d853FQKHSvIColGhdoFEeWypl4h8IF6ml4gJg0iIgwnglYihUWBY6Yto+vMvW2aUFJJ3YXf5bmXD/cPMOl/lWkWYynXsc2acxjMxDiYbgubAEOzdxHMaRQs1XIMSNgAopo8q5rI1kcGv7FTADOEKethceO1c52HwVbfb+OQlAcw3QvrAtNuKWfWSidrjctoP4w/vTygI6y5J9YF+qzPicmUftjONIuxzk0rT3ezLP0CQCGhYN0vbTb63eIHfFzYdhWpXQbFVVvkUy3HCDARkQVoiJDnW5XlrbcBr/L7U8x6MUFanAH6g4lyCjiGBoc8/6Cc3GkOwrpOGFRNZOuseQ+gsNIoawWSbbn/F2xg6y/X82n35ij5fDU3FjRp6L4Axa1zymAFk2gAAAAASUVORK5CYII=');
            font-family: 'icomoon' !important;
            speak: none;
            font-style: normal;
            font-weight: normal;
            font-variant: normal;
            text-transform: none;
            line-height: 1;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
        }

.btn-apply {
    padding: 12px 50px;
    border-radius: 50px;
    font-family: "intro_boldregular";
    font-size: 14px;
    text-transform: uppercase;
    text-decoration: none;
    color: #00589e;
    background: #22e8cc;
    min-width: 120px;
    text-align: center;
    display: inline-block;
}

.w-btn.outline {
    border-color: #22e8cc;
    border: 2px solid;
}

.w-btn:hover {
    color: #22e8cc;
    border-color: #22e8cc;
}

.home-competitor-list {
    margin-bottom: 20px;
}

.modal-body {
    padding: 0px;
}

.tab-content {
    background: #f4f5fa !important;
    padding: 15px;
}

    .tab-content .tab-pane:last-child {
        background: transparent !important;
        border: none;
    }

a.btn-close {
    display: inline-block;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    line-height: 46px;
    border: 2px solid #22e8cc;
    text-align: center;
}

a.btn-close {
    /*border: 2px solid #00589e;*/
}

a.btn-reset {
    font-family: "intro_boldregular";
    color: #00589e;
    text-transform: uppercase;
    font-size: 14px;
    padding: 0 40px;
    display: inline-block;
    height: 50px;
    border-radius: 50px;
    line-height: 50px;
    border: 2px solid #dbdbdb;
    text-align: center;
    text-decoration: none;
    margin-right: 10px;
}

    a.btn-reset:hover {
        border: 2px solid #22e8cc;
    }

.modal-action-btn {
    float: right;
    padding: 15px;
}

.modal-body .nav-tabs {
    padding: 15px;
}

.tab-content div.tab-pane:not(:first-child), .home-competitor-list {
    background: transparent !important;
}

div#homepublicdaterange {
    position: relative;
}

.daterangepicker {
    position: static !important;
}

    .daterangepicker.dropdown-menu {
        width: 100%;
    }

    .daterangepicker.dropdown-menu {
        border: none;
        box-shadow: none;
        padding: 0;
        margin-top: 10px;
    }

.daterangepicker {
    display: flex !important;
    justify-content: flex-start;
    flex-wrap: wrap;
}

    .daterangepicker .calendar {
        display: block !important;
    }

    .daterangepicker .calendar {
        flex: 0 0 35%;
        max-width: 100% !important;
        width: 100%;
    }

    .daterangepicker .ranges {
        flex: 1;
        display: flex;
        flex-wrap: wrap;
        align-items: baseline;
    }

        .daterangepicker .ranges ul {
            width: auto;
        }

.calendar-table thead tr th.month {
    font-family: "intro_boldregular";
    font-size: 20px;
}

.calendar-table thead tr:last-child th {
    font-family: "intro_boldregular";
    font-size: 16px;
    text-transform: uppercase;
}

.calendar-table td.available {
    font-family: Helvetica;
    font-size: 17px;
    font-weight: 600;
}

.calendar-table td.available {
    border-top: 2px solid #ffffff !important;
    border-bottom: 2px solid #ffffff !important;
}

    .calendar-table td.available.today {
        background: #6196c0; /*#00589e;*/
        color: #ffffff;
        border-radius: 50px;
        width: 10px;
        height: 10px;
    }


td.today.in-range.available {
    border-radius: 0;
    background: #ebf4f8;
    color: #534741;
}

td.active.start-date.available {
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    border: none;
}

td.active.start-date.available, td.active.end-date.available {
    background: #00589e;
    color: #ffffff;
}

tr td:first-child {
    /*border-top-left-radius: 50px !important;
        border-bottom-left-radius: 50px !important;*/
}

tr td:last-child {
    /*border-top-right-radius: 50px !important;
        border-bottom-right-radius: 50px !important;*/
}

.daterangepicker td.in-range {
    background: #6196c0; /*#0088cc;*/
    border-radius: 0;
    color: #ffffff;
}

td.active.end-date.in-range.available {
    border: none;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
}

.daterangepicker td.available:hover, .daterangepicker th.available:hover {
    border-radius: 50px;
}

.daterangepicker td.in-range.available:hover, .daterangepicker th.in-range.available:hover {
    border-radius: 0;
}

.daterangepicker.opensright:before, .daterangepicker.opensright:after {
    display: none;
}

.daterangepicker .ranges ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

    .daterangepicker .ranges ul li {
        flex: 1 47%;
        font-family: "intro_boldregular";
        font-size: 16px;
        padding: 15px 10px;
        margin: 5px;
        background: transparent;
        border: 0;
        border-radius: 0;
        border-bottom: 1px solid #f4f5fa;
        color: #505050;
    }

        .daterangepicker .ranges ul li:hover {
            background: transparent;
            border: none;
            border-bottom: 1px solid #f4f5fa;
            color: #505050;
        }

.daterangepicker .ranges li.active {
    background: transparent;
    color: #505050;
    border: none;
    border-bottom: 1px solid #f4f5fa;
}

.daterangepicker .ranges li.active {
    position: relative;
}

    .daterangepicker .ranges li.active:after {
        content: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAACXBIWXMAAAsTAAALEwEAmpwYAAABLklEQVQ4je3Rz0oCURTH8d853FQKHSvIColGhdoFEeWypl4h8IF6ml4gJg0iIgwnglYihUWBY6Yto+vMvW2aUFJJ3YXf5bmXD/cPMOl/lWkWYynXsc2acxjMxDiYbgubAEOzdxHMaRQs1XIMSNgAopo8q5rI1kcGv7FTADOEKethceO1c52HwVbfb+OQlAcw3QvrAtNuKWfWSidrjctoP4w/vTygI6y5J9YF+qzPicmUftjONIuxzk0rT3ezLP0CQCGhYN0vbTb63eIHfFzYdhWpXQbFVVvkUy3HCDARkQVoiJDnW5XlrbcBr/L7U8x6MUFanAH6g4lyCjiGBoc8/6Cc3GkOwrpOGFRNZOuseQ+gsNIoawWSbbn/F2xg6y/X82n35ij5fDU3FjRp6L4Axa1zymAFk2gAAAAASUVORK5CYII=');
        position: absolute;
        right: 0;
    }

.daterangepicker .ranges li.active {
    border-bottom: 4px solid #22e8cc;
}

td.active.start-date.active.end-date.available {
    border-radius: 50px;
}

.daterangepicker_input input[type="text"] {
    border: 0px !important;
    font-family: "intro_boldregular";
    font-size: 16px;
}

.daterangepicker .daterangepicker_input i {
    font-size: 16px;
    color: #22e8cc;
}

.range_inputs .cancelBtn {
    display: none;
}

.range_inputs {
    float: right;
    align-self: flex-end;
    margin-left: auto;
}

button.applyBtn.home-btn-div-buttom.btn-success {
    font-size: 14px;
    text-transform: uppercase;
    background-color: #22e8cc;
}

    button.applyBtn.home-btn-div-buttom.btn-success:hover,
    button.applyBtn.home-btn-div-buttom.btn-success:active,
    button.applyBtn.home-btn-div-buttom.btn-success:visited,
    button.applyBtn.home-btn-div-buttom.btn-success:focus {
        background: #00589e !important;
    }

a.btn-apply.pull-right:hover,
a.btn-apply.pull-right:active,
a.btn-apply.pull-right:visited,
a.btn-apply.pull-right:focus {
    color: #ffffff;
    background: #00589e;
}

.table-condensed thead th.prev:hover,
.table-condensed thead th.next:hover {
    color: #ffffff;
}

.table-condensed tbody td:hover, .table-condensed tbody th:hover {
    color: #ffffff;
}

.modal-content {
    border: none;
}

.card-header {
    /* padding: 30px; */
    padding-left: 25px;
    padding-right: 25px;
}

table {
    font-family: arial, sans-serif;
    border-collapse: collapse;
    width: 100%;
}

td, th {
    /*border: 1px solid #dddddd;*/
    text-align: left;
    padding: 8px;
}

tr:nth-child(even) {
    background-color: #dddddd;
}

.card-header {
    padding: 0rem 0rem !important;
    margin-bottom: 0;
    background-color: #FFFFFF;
    /* border-bottom: 1px solid rgba(0, 0, 0, 0.06); */
    background-color: white;
}

.home-btn-title {
    width: auto;
    height: 50px;
    border-radius: 100px;
    padding-bottom: 7px;
    padding-right: 12px;
    /* padding: 37px 15px; */
    font-family: "intro_boldregular";
    font-size: 14px;
    text-transform: uppercase;
    color: #00589E;
    padding: 10.5px 21px;
}

.home-btn-pdf {
    background-color: #22e8cc;
    border: #22e8cc;
}

.home-btn-share {
    background-color: #54d1e0;
    border: #54d1e0;
}

.home-btn-filter {
    background-color: #ffffff;
    border-width: 2px;
    border-color: #22e8cc;
}

.home-icon-btn-pdf::after {
    content: url("img/export-button-icon.png");
    padding-left: 10px;
    position: relative;
    top: 6px;
    left: 18px;
}

.home-icon-btn-share::after {
    content: url("img/share-button-icon.png");
    padding-left: 10px;
    position: relative;
    top: 6px;
    left: 15px;
}

.home-icon-btn-filter::after {
    content: url("img/filter-button-icon.png");
    padding-left: 10px;
    position: relative;
    top: 6px;
    left: 23px;
}

.home-icon-btn-highalert::after {
    content: url("img/high-alert-icon.png");
}


/* filterbar */

.filter-bar {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    padding: 15px 15px;
    background: #ffffff;
}

div#card-analytics-drag-graphs ul.dropdown-menu li a {
    padding: 13px 29px !important;
}

.filter-bar .filter-bar-action button {
    margin: 5px;
}

    .filter-bar .filter-bar-action button.home-btn-filter {
        border: 2px solid #22e8cc;
    }

@media only screen and (max-width: 1200px) and (min-width:768px) {
    .filter-bar {
        justify-content: center;
    }
}

@media only screen and (max-width: 768px) {
    .action-more {
        display: flex;
        justify-content: center;
        flex-direction: row-reverse;
    }

    .filter-bar-action {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        width: 100%;
    }

    .home-btn-title {
        width: 48%;
    }
}

.modal-header {
    background-color: #FFFFFF !important;
    color: #FFFFFF;
    padding: 26px;
}

.modal-dialog {
    width: 100%;
    margin-top: 95px;
}

.home-btn-div-buttom {
    margin-bottom: 15px;
    display: inline-block;
    width: 160px;
    height: 34px;
    font-family: intro_boldregular;
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #00589e;
    width: 160px;
    height: 50px;
    border-radius: 100px;
    background-color: #22e8cc;
    border: #22e8cc;
}

.all-alerts {
    margin-bottom: 15px;
    display: inline-block;
}

.home-btn-div-buttom-right {
    padding-right: 10px;
}

.nav-tabs {
    border: none;
}

ul.nav.nav-tabs > li {
    border: 0px;
}

    ul.nav.nav-tabs > li a {
        border: 0px;
        font-size: 14px;
        color: #00589e;
        text-decoration: none;
        font-family: "intro_boldregular";
        text-transform: uppercase;
        padding: 15px 40px;
        border-bottom: 4px solid #ffffff;
    }

        ul.nav.nav-tabs > li a:hover {
            border: none;
            border-bottom: 4px solid #22e8cc;
        }

    ul.nav.nav-tabs > li.active a {
        border-bottom: 4px solid #22e8cc;
    }

a:focus {
    outline: none;
}

.nav-tabs > li > a, .nav-tabs > li > a:hover, .nav-tabs > li > a:focus,
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    border: none;
}


/* home-competitor-list */
.home-charts-title-heading-padding {
    padding-left: 20px;
    padding-top: 20px
}


.home-high-alert-btn {
    text-decoration: none;
    color: #00589E;
}

.home-btn.home-btn-primary:hover {
    border-bottom-color: #31ead0;
}

.home-high-alert-btn:hover {
    color: #00589E;
    text-decoration: none;
}

.home-btn-primary {
    color: #00589E;
    background-color: #ffffff;
    border-color: #00589E !important;
}




button.home-btn.home-btn-primary.pull-right:hover {
    border-bottom-color: #31ead0;
}

    button.home-btn.home-btn-primary.pull-right:hover > .icon-right-arrow-blue {
        color: #31ead0;
    }

.home-high-alert-btn {
    text-decoration: none;
    color: #00589E;
}

.home-btn.home-btn-primary:hover {
    border-bottom-color: #31ead0;
}


.home-btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: left;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 2px solid transparent;
    border-left: none;
    border-right: none;
    border-top: none;
    white-space: nowrap;
    padding: 8px 3px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 1px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.scorecard_viewalert {
    background-color: white;
    width: 100%;
    height: 54px;
}



.card-header:first-child {
    border-radius: -webkit-calc(0.25rem - 1px) -webkit-calc(0.25rem - 1px) 0 0;
    border-radius: -moz-calc(0.25rem - 1px) -moz-calc(0.25rem - 1px) 0 0;
    border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
    cursor: pointer;
}

.gu-transit {
    opacity: .2;
}

.card-header {
    border-bottom: none;
}

.card-header {
    padding: 1.5rem 1.5rem;
    margin-bottom: 0;
    background-color: #FFFFFF;
    /*border-bottom: 1px solid rgba(0, 0, 0, 0.06);*/
    background-color: white;
}

.newsfeedbox {
    background-color: white;
    margin-left: 10px;
    margin-right: 10px;
    height: 300px;
    margin-bottom: 10px;
}

.publiccardtext {
    font-family: Helvetica;
    font-size: 18px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.56;
    letter-spacing: normal;
    color: #505050;
    color: var(--greyish-brown);
    height: 82px !important;
    margin-bottom: 0px;
}

.scorecardshareper {
    font-size: 11px !important;
    padding-top: 14px;
}

.dataTables_filter input.search-input {
    border: 2px solid #00589e;
    font-size: 14px;
    font-family: "intro_boldregular";
    padding: 12px 12px 12px 47px;
    height: 50px;
    line-height: 22px;
    text-transform: uppercase;
    color: #00589e;
    width: 100%;
    border-radius: 50px;
    margin: 0px;
    background-color: #f4f5fa;
}

div.dataTables_filter label:after {
    content: url(../img/search-inpage-icon.png);
    position: absolute;
    z-index: 0;
    left: 27px;
    top: 10px;
    display: inline-block;
    width: 10px;
}

.spansearchlist {
    border-bottom: 1px solid #33333338;
    line-height: 30px;
}

.websiteranking {
    background: rgba(0,0,0,0) url(../img/wmc-ranking-icon.png) scroll no-repeat top center / 150px auto;
    height: 184px;
    text-align: center;
    padding: 26px 10px 50px 10px;
    margin: 15px 0;
    width: 150px;
    color: #ffffff;
    font-weight: 600;
}

    .websiteranking > small {
        color: #ffffff;
        font-size: 10px;
        font-weight: 300;
        display: block;
        height: 14px;
        line-height: 14px;
        margin-bottom: 5px;
        padding: 0 4px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .websiteranking > p {
        display: block;
        margin: 0 0 4px 0;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

        .websiteranking > p > span {
            display: block;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            padding: 0 6px 0 7px;
        }

    .websiteranking > span {
        display: block;
        margin: 0px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        padding: 0 20px;
        font-size: 12px;
        text-transform: uppercase;
        height: 30px;
        line-height: 30px;
        color: #00589e;
    }


.home-alerts-logo {
    width: auto;
    height: 50px;
    float: left;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-right: 11px;
}

.companyName-header {
    background-color: #00589e;
    color: white;
}

.container-white {
    background-color: white;
    margin-left: 15px;
    margin-right: 15px;
}

div#thumbnail-div {
    overflow: hidden;
    height: 450px;
}


.newsfeed_date {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 12px !important;
}

.newsfeed_title {
    padding-left: 2px;
    line-height: 23px;
}

h3.mewsfeed_title {
    margin-top: 10px !important;
    position: relative;
    float: left;
}

.padding_0 {
    padding: 0px;
}

.newsfeed_title_link {
    font-size: 18px !important;
    font-family: "intro_boldregular" !important;
    color: #00589e !important;
}

.home-titleheading {
    font-family: "intro_boldregular" !important;
    font-size: 28px !important;
    text-transform: inherit !important;
    color: #00589e !important;
    margin-top: 0px !important;
}

.color-red {
    color: #cc0a67 !important;
}

.color-green {
    color: #19af17 !important;
}

div#dtDataScrapperTranspose_filter input#searchQueryScoreCard:focus {
    outline: none !important;
}

div#searchResultsScoreCard {
    background: #f4f5fa;
    margin-top: 2px;
    border: 1px solid #00589e;
    /* padding: 10px; */
    border-top: none;
    z-index: 1 !important;
    position: absolute;
    width: 92%;
}


footer h5 {
    color: #ffffff !important;
    font-family: "intro-bold" !important;
    font-size: 16px !important;
    padding-bottom: 1rem !important;
}

@media screen and (max-width: 360px) {

    #divrankingbatch {
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center
    }

    div#thumbnail-div {
        overflow: hidden;
        height: 450px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .jstree-default-responsive .jstree-wholerow {
        border-top: 1px solid rgba(255,255,255,.7);
        border-bottom: 1px solid rgba(64,64,64,.2);
        background: #f4f5fa;
        height: 40px;
    }

    div#searchResults {
        background: #f4f5fa;
        margin-top: 2px;
        border: 1px solid #00589e;
        padding: 10px;
        border-top: none;
        z-index: 1 !important;
        position: absolute;
    }
}

.text-center {
    text-align: center;
}

select#ddWebscoreCard {
    background: #ffffff;
    font-weight: normal !important;
    color: #135E70;
    font-weight: bold;
    border: 2px solid #00589e;
    border-radius: 26px;
    position: relative;
    /* top: 10px; 
    max-width: 175px !important; */
    height: 50px;
    width: 100%;
    padding: 0px 20px;
}

    select#ddWebscoreCard:focus {
        outline: none;
    }

.search_by_country {
    color: #00589e;
    font-size: 15px;
    text-transform: capitalize;
    padding: 4px 10px;
    cursor: pointer;
    text-decoration: underline;
}

.PSC_ScorecardSearchUl {
    list-style: none;
}

.PSC_ScorecardSearchLi {
    border-bottom: solid 1px #e2d5d5 !important;
    border-bottom: 0;
    padding: 10px;
}

li.PSC_ScorecardSearchLi:hover {
    border-bottom: solid 1px #00589e !important;
    background-color: white;
}

.PSC_ScorecardSearchLi a {
    font-family: "intro_boldregular" !important;
    font-size: 19px;
    padding: 10px 2px;
    color: #505050;
}

    .PSC_ScorecardSearchLi a:hover {
        color: #00589e;
    }

ul.topLinks li a {
    font-family: "intro_boldregular" !important;
    font-size: 15px;
    padding: 10px 2px;
    color: #505050;
}

    ul.topLinks li a:hover {
        color: #00589e;
    }

ul.topLinks li {
    list-style: none;
}

#collapseIndustry {
    position: relative;
    float: left;
    width: 100%;
}

.col-lg-4-News {
    width: 31.333333% !important;
}
/* #collapseIndustry #jstree{
    overflow-y: auto;
    height: 238px;
    width: 100%;
} */

select#currencyExchangesName {
    float: right;
    /* padding-right: 15px; */
    height: 30px;
}

button#clicktodemo {
    width: auto !important;
    /*background-color: #00589e;
    color: white;*/
    background: #31E6D0;
    border-color: #31E6D0;
    color: #00589e;
    border-radius: 15px;
    line-height: 19px;
    padding: 13px;
}

.i-icon {
    width: 12px;
    height: 12px;
    display: inline-block;
    background-image: url(/Content/img/information-sign.png);
    background-repeat: no-repeat;
    background-size: contain;
}

@media (max-width: 991px) {
    .newsfeedboxCon {
        display: flex;
    }

    .newsfeedbox {
        height: auto;
        padding-bottom: 15px;
    }
}

@media (max-width: 767px) {
    .newsfeedboxCon {
        display: block;
    }

    .col-lg-4-News {
        width: 93% !important;
    }

    .container-white {
        margin-left: 0;
        margin-right: 0;
    }

    div#thumbnail-div {
        height: auto;
    }

    .websiteranking {
        margin: 0 auto;
    }

    h1.home-titleheading {
        font-size: 20px !important;
        line-height: 1.3;
    }
}









.card-header button {
    font-family: "intro_boldregular";
    text-transform: uppercase;
    font-size: 14px;
    width: 139px;
}

#myUL {
    margin: 0;
    padding: 0;
    list-style-type: none;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 15px;
    background: #fff;
}

.careticon {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%;
    display: block;
    position: relative;
    padding: 3px 3px 3px 37px;
}

    .careticon::before {
        content: "\25B6";
        color: #54d1e0;
        display: inline-block;
        font-size: 13px;
        position: absolute;
        margin-top: 3px;
        margin-left: -20px;
    }

.caret-down::before {
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    color: #00589e;
}

.nested {
    display: none;
}

.listactive {
    list-style: none;
    display: block;
}

    .listactive a {
        padding-left: 50px;
        padding-top: 3px;
        padding-bottom: 3px;
    }

        .listactive a:hover {
            background: #22e8cc !important;
            color: #fff !important;
        }

    .listactive a {
        font-family: 'quattrocento_sansregular';
        font-size: 18px;
        color: #00589e;
    }

.item_heading {
    color: #fff !important;
    font-family: "intro_boldregular" !important;
    text-transform: uppercase !important;
    font-size: 14px !important;
    padding: 16px !important;
}

.item-header {
    background: #00589e;
}

.item_list:nth-child(3n+1) {
    clear: both;
}

#myUL > li:hover .careticon {
    background: #22e8cc;
}

    #myUL > li:hover .careticon::before {
        color: #ffffff;
    }

.item_list:hover .item-header {
    background: #00589e;
}

.item_list:hover #myUL {
    background: #ebebeb;
}

#myUL li .careticon.caret-down {
    color: #00589e;
}

#myUL li .careticon.caret-down {
    background: #c5c5c5;
}

#myUL li .nested.listactive {
    background: #dbdbdb;
}

.dropdown-content a {
    display: block;
    line-height: 1.428571429;
    color: #333;
    font-family: 'quattrocento_sansregular';
}
.dnf {
    padding-left: 15px;
}