
.header-f .dropdown-toggle {
    font-family: Roboto,sans-serif;
    font-size: 14px;
    color: #999;
    text-align: right;
    font-weight: 500;
    padding: 0px;
    margin-right: 0 !important;
    padding-top: 2px;
}

.header-f .nav .open > a, .header-f .nav .open > a:focus, .header-f .nav .open > a:hover, .header-f .nav > a:hover {
    background-color: transparent;
    color: #ff9b12 !important;
}

.header-f .nav {
    /* right: 50px; */
    /* position: absolute; */
    /* top: -3px; */
    /* width: 340px; */
    float: right;
    position: relative;
    z-index: 200;
    /* overflow: hidden; */
    margin-right: 20px;
    min-width: 110px;
}

.header-f .navbar-nav > li > .dropdown-menu {
    margin-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-radius: 8px;
}

/*.header-f .dropdown-menu > li > a:focus, */
.header-f .dropdown-menu > li > a:hover {
    color: #ff9b12;
    text-decoration: none;
    background-color: #f5f5f5;
}

.header-f .nav > li > a:hover {
    text-decoration: none;
    background-color: transparent;
    color: #ff9b12;
}

.header-f .nav > li > a:focus {
    color: #fff;
}

.header-f .dropdown-menu > li > a {
    display: block;
    padding: 8px 15px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #000;
    white-space: nowrap;
    font-weight: 600;
    text-align: right;
}

.header-f .dropdown-menu li {
    float: right !important;
    text-align: right;
    width: 100%;
    position: relative;
    padding: 7px 10px;
}

    .header-f .dropdown-menu li > a {
        display: block;
        padding: 7px 20px;
        clear: both;
        line-height: 1.42857143;
        color: #000;
        white-space: nowrap;
        font-weight: 800;
        font-size: 12px;
        text-transform: unset;
        font-family: Tahoma,Roboto,sans-serif;
        color: #333 !important;
        width: 100%;
        text-align: right;
        float: right;
        margin-right: 0px !important;
    }

.header-f .dropdown-menu ul {
    max-height: 350px;
    overflow-y: auto;
    overflow-x: hidden;
    list-style: none;
    padding: 0;
}
.dropdown-menu-all{
    border-radius:8px;
    top:45px !important;
}
.header-f .dropdown-menu li > a:focus, .header-f .dropdown-menu li > a:hover {
    color: #ff9b12 !important;
    text-decoration: none;
    background-color: #f5f5f5;
    margin-right: 0px !important;
    width: 100%;
}

.header-f {
    background: #000;
    position: fixed;
    width: 100%;
    left: 0;
    /* right: 0; */
    height: 60px;
    z-index: 99999;
    padding: 15px 2% 0px 2%;
}

@media only screen and (max-width: 1500px) {
    .header-f .logo {
        position: absolute;
        left: calc( 340px - 240px);
        top: 22px;
        z-index: 999999;
    }

    .header-f .nav {
        /* position: absolute; */
        /* top: 12px; */
        /* width: auto; */
        /* right: 60px; */
        border: none !important;
    }

    .header-f .login {
        left: calc(1291px - 240px);
    }
}

.header-f .home-signup {
    height: 42px;
    border-radius: 50px;
    padding: 10px 28px;
    margin-right: 50px;
    background: #028BCA;
    border-radius: 25px;
    border-radius: 25px;
    /* display: flex; */
    /* flex-direction: row; */
    padding: 10px 25px;
    /* position: absolute; */
    width: 169px;
    /* height: 55px; */
    /* left: 1678px; */
    /* top: 40px; */
    /* Orange */
    background: #ff9b12;
    border-radius: 6px;
    margin-top: -10px !important;
}

    .header-f .home-signup span {
        font-family: sofia-pro,Roboto,Helvetica,Arial,sans-serif;
        font-weight: 300;
        font-size: 16px;
        color: #FFFFFF;
        text-align: center;
    }

.header-f .home-login, .header-f .home-offering {
    font-family: Roboto,sans-serif;
    font-weight: 400;
    font-size: 15px;
    color: #FFFFFF;
    text-align: center;
}
.dropdown.profile.open .dropdown-menu{
    top:75px !important;
}
.header-f .navbar-nav .open .dropdown-menu {
    background: white !important;
    position: absolute;
    right: 0;
    left: auto;
    top: 60px;
}
.header-f .caret{
    display:none;
}
/* below css are actually not part of header, but this is one of the common css file for the different page that needs the css
    SOON, move to a separate common css
*/

.icon-button {
    border: none;
    width: 26px;
    height: 26px;
    display: inline-block;
    border-radius: 50px;
    padding: 6px;
    margin: 4px;
    cursor: pointer;
    background-size: 16px;
    background-repeat: no-repeat;
    background-position: center;
}

.icon-button:hover {
    background-color: black;
}

.icon-button-export {
    background-color: #F28344;
    background-image: url("/Images/SVG/Data_Export.svg");
}

.icon-button-save {
    background-color: #2dbf65;
    background-image: url("/Images/SVG/Save.svg");
}

.icon-button-reset {
    background-color: #d9534f;
    background-image: url("/Images/SVG/Reset.svg");
}

.icon-button-favorite-delete {
    background-color: #d9534f;
    background-image: url("/Images/SVG/FavoriteDelete.svg");
}

.icon-button-favorite-edit {
    background-color: #2dbf65;
    background-image: url("/Images/SVG/FavoriteEdit.svg");
}

.modal-dialog{
    font-family: 'Roboto';
}

.modal-footer-btn-positive {
    padding: 16px 55px;
    height: 45px;
    background: #2DBF65 !important;
    border-radius: 4px !important;
    border: none;
    box-shadow: none !important;
    font-weight: 600;
}

.modal-title {
    font-weight: 700 !important;
    font-size: 14px !important;
    height: auto;
}

.generic-msg-modal-body {
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    padding: 10px !important;
    color: rgb(51,51,51);
}

#header-bucket-list {
    max-height: 500px !important;
    overflow-y: auto !important;
    width:250px;
}

.header-bucket-list-item {
    display: block !important;
    overflow: hidden;
    text-overflow: ellipsis;
    width: calc(100% - 80px) !important;
    float: left !important;
    text-align: right !important;
    line-height: 18px;
    font-weight: bold;
    font-size: 12px;
    padding: 7px 0px !important;
}

.generic-msg-modal-title{
    color: rgb(51,51,51);
    text-transform:uppercase;
    text-align:center;
}

.modal-btn-positive {
    padding: 16px 55px;
    height: 45px;
    background: #2DBF65 !important;
    
    border: none;
    box-shadow: none !important;
    font-weight: 600;
}
.modal-btn-negative {
    padding: 15px 50px;
    height: 45px;
    background: #E6E6E6;
    border: none;
    box-shadow: none !important;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 20px;
    background-color: #E6E6E6 !important;
    color: #032949 !important;
}
#btn-generic-yes, #btn-generic-no, #btn-generic-ok{
    /*border-radius:4px !important;*/
}


.insight-link-text {
    font-weight: 700 !important;
    font-size: 16px !important;
    float:left !important;
    color: #ff9b12;
}

.hub-link-text {
    font-weight: 700 !important;
    font-size: 16px !important;
    float: right !important;
    color: rgb(24,140,216) !important;
}
