﻿@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');

/* html, body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
} */

a, .btn-link {
    color: #0366d6;
}

/* .btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
} */

.app {
    position: relative;
    display: flex;
    flex-direction: column;
}

.top-row {
    height: 3.5rem;
    display: flex;
    align-items: center;
}

.main {
    flex: 1;
    position: relative;
}

    .main .top-row {
        background-color: #f7f7f7;
        border-bottom: 1px solid #d6d5d5;
        justify-content: flex-end;
    }

        .main .top-row > a, .main .top-row .btn-link {
            white-space: nowrap;
            margin-left: 1.5rem;
        }

        .main .top-row a:first-child {
            overflow: hidden;
            text-overflow: ellipsis;
        }

.sidebar {
    background-color: #005487;
}

    .sidebar .top-row {
        background-color: rgba(0,0,0,0.4);
    }

    .sidebar .navbar-brand {
        font-size: 1.8rem;
    }

    .sidebar .oi {
        width: 2rem;
        font-size: 1.1rem;
        vertical-align: text-top;
        top: -2px;
    }

    .sidebar .nav-item {
        /* font-size: 0.9rem; */
        padding-bottom: 0.5rem;
    }

        .sidebar .nav-item:first-of-type {
            padding-top: 1rem;
        }

        .sidebar .nav-item:last-of-type {
            padding-bottom: 1rem;
        }

        .sidebar .nav-item a {
            color: #d7d7d7;
            border-radius: 4px;
            height: 3rem;
            display: flex;
            align-items: center;
            line-height: 3rem;
        }

            .sidebar .nav-item a.active {
                background-color: rgba(255,255,255,0.25);
                color: white;
            }

            .sidebar .nav-item a:hover {
                background-color: rgba(255,255,255,0.1);
                color: white;
            }

.content {
    padding-top: 1.1rem;
}

.navbar-toggler {
    background-color: rgba(255, 255, 255, 0.1);
}

.invalid {
    outline: 1px solid red;
}

.validation-message {
    color: red;
}

#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

@media (max-width: 767.98px) {
    .main .top-row:not(.auth) {
        display: none;
    }

    .main .top-row.auth {
        justify-content: space-between;
    }

    .main .top-row a, .main .top-row .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 768px) {
    .app {
        flex-direction: row;
    }

    .sidebar {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .main .top-row {
        position: sticky;
        top: 0;
    }

    .main > div {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }

    .navbar-toggler {
        display: none;
    }

    .sidebar .collapse {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}

.main-content {
    border: 1px solid #80BB00;
    border-top-width: 30px;
    background-color: #fff;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
    font-size: 2rem;
    font-weight: lighter;
}

.control-label {
    font-weight: 600;
    font-size: 2.0rem;
    margin-right: 30px;
    margin-bottom: 0;
}

html,
header,
body,
div,
footer {
    padding: 0;
    margin: 0;
    box-sizing: border-box
}

@media (min-width: 992px) {
    .col-md-6 {
        width: 50%;
        display: inline-block
    }
}

html {
    font-family: "Open Sans", sans-serif;
    font-size: 62.5%
}

body {
    font-size: 1.6rem;
    line-height: 1.4em;
    background-color: #f8f8f9
}

h1 {
    font-size: 2.2rem;
    font-weight: 700;
    margin: 0
}

    h1 span {
        color: #134D8C
    }

h2 {
    font-size: 2rem;
    font-weight: 400;
    text-transform: uppercase;
    color: #134D8C;
    margin: 0
}

/*h2.display-4
{
    margin-left:15px;
}*/



h3 {
    font-size: 2rem;
    font-weight: 700;
    margin: 0
}

    h3 span {
        display: block;
        font-size: 1.4rem;
        font-weight: 300
    }

header {
    padding: 12px 0
}

form h2 {
    margin: 10px 0
}

form .form-group {
    display: flex;
    align-items: center;
    padding-right: 15px;
}

    form .form-group label {
        font-weight: 600;
        font-size: 2.0rem;
        margin-right: 0;
        margin-bottom: 0;
    }

        form .form-group label.client-need {
            margin-left: 15px;
            transform: translateY(-30%);
        }

    form .form-group a,
    form .form-group input,
    form .form-group button[type=submit] {
        font-size: 1.6rem;
    }

    form .form-group a,
    form .form-group button[type=submit] {
        min-height: 35px;
        border: 1px solid #134D8C;
        margin: 0px 10px;
    }

        form .form-group button[type=submit]:hover {
            background: #007bff;
        }

    form .form-group input[type=text],
    form .form-group input[type=number] {
        width: 100%;
        padding: 5px 15px;
        margin-right: 0;
        border: 1px solid #bfbfbf;
        border-radius: 5px;
    }

.blazored-typeahead.valid.modified {
    border-color: #bfbfbf !important
}

.blazored-typeahead__input {
    border: none !important;
    line-height: initial;
}

.notes {
    font-size: 2rem !important;
    font-weight: lighter;
    width: 100%;
}

.costs {
    width: 50%;
    margin-left: -15px;
    align-self: flex-start;
}

.P2I-benchmark {
    align-items: flex-end !important;
}

.form-group .row .costs-component {
    align-items: flex-start;
}

form .form-group a,
form .form-group input[type=none],
form .form-group input[type=submit],
form .form-group button[type=submit] {
    padding-left: 30px !important;
    padding-right: 30px !important;
    border: 1px solid #134D8C;
    background-color: #134D8C;
    color: #fff;
    font-size: 1.8rem;
    font-weight: 300;
    text-transform: uppercase;
    cursor: pointer
}

    form .form-group a,
    form .form-group input[type=none]:hover,
    form .form-group input[type=none]:focus,
    form .form-group input[type=none]:active,
    form .form-group input[type=submit]:hover,
    form .form-group input[type=submit]:focus,
    form .form-group input[type=submit]:active {
        background-color: #009EBF;
        border-color: #009EBF
    }


.container {
    max-width: 1200px;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto
}

.hidden {
    opacity: 0 !important;
    height: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    border: none !important;
    position: relative;
    z-index: -1;
    overflow: hidden
}

.button {
    display: inline-block;
    background-color: #80BB00;
    color: #fff;
    padding: 10px 30px;
    text-decoration: none;
    text-transform: uppercase
}

.main-content {
    padding: 20px 30px 10px 30px;
    margin-bottom: 60px;
    border: 1px solid #80BB00;
    border-top-width: 30px;
    background-color: #fff;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2)
}

    .main-content .display-4 {
        margin-top: 28px;
        margin-bottom: 8px;
    }

#peergroupcompare {
    overflow: hidden;
    position: relative;
}

#shelfmonitormainchanges table,
#shelfmonitormainadditions table,
#shelfmonitormaindeletions table,
#peergroupdefinition table,
#peergroupmain table {
    border-collapse: collapse !important;
    width: 100%;
    border-bottom: none;
}

    #shelfmonitormainchanges table th,
    #shelfmonitormainadditions table th,
    #shelfmonitormaindeletions table th,
    #shelfmonitormainchanges table td,
    #shelfmonitormainadditions table td,
    #shelfmonitormaindeletions table td,
    #peergroupdefinition table th,
    #peergroupdefinition table td,
    #peergroupmain table th,
    #peergroupmain table td {
        padding: 5px 10px;
        font-size: 1.6rem;
        line-height: 2.0;
        border-top: none;
        border-bottom: 1px solid #134D8C;
        border-spacing: 0;
        vertical-align: middle;
    }

    #shelfmonitormainchanges table tfoot,
    #shelfmonitormainadditions table tfoot,
    #shelfmonitormaindeletions table tfoot,
    #peergroupdefinition table tfoot,
    #peergroupmain table tfoot {
        border-top: 1px solid #134D8C
    }

        #shelfmonitormainchanges table tfoot tr td,
        #shelfmonitormainadditions table tfoot tr td,
        #shelfmonitormaindeletions table tfoot tr td,
        #peergroupdefinition table tfoot tr td,
        #peergroupmain table tfoot tr td {
            border: none;
        }

    #shelfmonitormainadditions table th:last-child,
    #shelfmonitormainadditions table td:last-child,
    #shelfmonitormaindeletions table th:last-child,
    #shelfmonitormaindeletions table td:last-child,
    #shelfmonitormainchanges table th:nth-last-child(5),
    #shelfmonitormainchanges table td:nth-last-child(5),
    #shelfmonitormainchanges table th:nth-last-child(7),
    #shelfmonitormainchanges table td:nth-last-child(7) {
        text-align: center
    }


    #shelfmonitormainchanges table th:nth-last-child(1),
    #shelfmonitormainchanges table td:nth-last-child(1),
    #shelfmonitormainchanges table th:nth-last-child(2),
    #shelfmonitormainchanges table td:nth-last-child(2) {
        text-align: right
    }

    #shelfmonitormainchanges table th,
    #shelfmonitormainadditions table th,
    #shelfmonitormaindeletions table th,
    #peergroupdefinition table th,
    #peergroupdefinition table th span,
    #peergroupmain table th,
    #peergroupmain table th span {
        line-height: 1.2;
        text-transform: uppercase;
        border-color: #134D8C !important;
    }

        #shelfmonitormainchanges table th,
        #shelfmonitormainadditions table th,
        #shelfmonitormaindeletions table th,
        #peergroupmain table th,
        #peergroupmain table th span {
            padding-right: 20px
        }

    #peergroupmain table td {
        padding-right: 40px
    }

    #shelfmonitormainchanges table tfoot th input,
    #shelfmonitormainadditions table tfoot th input,
    #shelfmonitormaindeletions table tfoot th input {
        width: 100%
    }


    #shelfmonitormainchanges table th span,
    #shelfmonitormainadditions table th span,
    #shelfmonitormaindeletions table th span {
        display: block;
    }

    #shelfmonitormainchanges table td a,
    #shelfmonitormainadditions table td a,
    #shelfmonitormaindeletions table td a,
    #peergroupdefinition table td a,
    #peergroupmain table td a {
        color: #000
    }

        #shelfmonitormainchanges table td a:hover,
        #shelfmonitormainadditions table td a:hover,
        #shelfmonitormaindeletions table td a:hover,
        #shelfmonitormainchanges table td a:focus,
        #shelfmonitormainadditions table td a:focus,
        #shelfmonitormaindeletions table td a:focus,
        #shelfmonitormainchanges table td a:active,
        #shelfmonitormainadditions table td a:active,
        #shelfmonitormaindeletions table td a:active,
        #peergroupdefinition table td a:hover,
        #peergroupdefinition table td a:focus,
        #peergroupdefinition table td a:active,
        #peergroupmain table td a:hover,
        #peergroupmain table td a:focus,
        #peergroupmain table td a:active {
            color: #009EBF
        }

    #peergroupdefinition table td:nth-child(odd) {
        background-color: rgba(145, 203, 240, 0.25)
    }

    #peergroupdefinition table td:nth-child(even) {
        background-color: rgba(145, 203, 240, 0.125)
    }

    #peergroupdefinition table td,
    #peergroupdefinition table td span,
    #peergroupdefinition table th,
    #peergroupdefinition table th span,
    .peergroupmeasureheading,
    .peergroupmeasureheading span {
        text-align: center;
        padding-right: 0px !important;
    }

.peergroupoddmeasure {
    background-color: rgba(145, 203, 240, 0.25);
    text-align: center
}

.peergroupselectedmeasure {
    text-align: center
}

.peergroupevenmeasure {
    background-color: rgba(145, 203, 240, 0.6);
    text-align: center
}

#shelfmonitormainchanges table tr:last-child td,
#shelfmonitormainadditions table tr:last-child td,
#shelfmonitormaindeletions table tr:last-child td,
#peergroupdefinition table tr:last-child td,
#peergroupmain table tr:last-child td {
    border-bottom: none !important
}

.main-content .jumbotron {
    background-color: rgba(145, 203, 240, 0.25);
    /*box-shadow:0px 2px 5px rgba(0, 0, 0, 0.3);*/
    padding-bottom: 6.5rem;
    padding-top: 6.5rem;
    margin-bottom: 4rem !important;
}

table.dataTable thead th,
table.dataTable tfoot th,
table.dataTable thead td {
    padding-left: 10px
}

table.dataTable tfoot th {
    border-bottom: none
}

table.dataTable thead td {
    border-bottom: 1px solid #134D8C;
}

table.dataTable thead {
    border-bottom: 1px solid #134D8C;
}

#peergroupdefinition table {
    border-bottom: 1px solid #134D8C;
}

.slider-wrapper {
    position: relative
}

.jumbotron h3 {
    font-size: 2.2rem;
}

    .jumbotron h3 span {
        font-size: 1.6rem;
    }

.slider-Range {
    position: absolute;
    left: 7px;
    right: 7px;
    height: 15px;
    background-color: rgb(0,158,191)
}

.slider-LowBall {
    position: absolute;
    width: 29px;
    top: -7px;
    left: 0px;
    height: 29px;
    border-radius: 50px;
    border: none;
    background-color: rgb(0,158,191)
}

.slider-Low {
    position: absolute;
    width: 200px;
    top: 20px;
    left: 0px;
    font-size: 2.5rem;
    color: #134D8C;
    font-weight: 300;
    text-align: left
}

.slider-LowLabel {
    position: absolute;
    width: 250px;
    top: 38px;
    left: 0px;
    font-size: 1.3rem;
    text-align: left
}

.slider-HighBall {
    position: absolute;
    width: 29px;
    top: -7px;
    right: 0px;
    height: 29px;
    border-radius: 50px;
    border: none;
    background-color: rgb(0,158,191)
}

.slider-High {
    position: absolute;
    width: 200px;
    top: 20px;
    right: 0px;
    font-size: 2.5rem;
    color: #134D8C;
    font-weight: 300;
    text-align: right
}

.slider-HighLabel {
    position: absolute;
    width: 250px;
    top: 38px;
    right: 0px;
    font-size: 1.3rem;
    text-align: right
}

.slider-ValueBall {
    position: absolute;
    width: 29px;
    top: -7px;
    left: 177px;
    height: 29px;
    border-radius: 50px;
    border: none;
    background-color: #134D8C
}

.slider-Value {
    position: absolute;
    width: 100px;
    top: -52px;
    left: 150px;
    padding: 7px 10px;
    font-size: 2.5rem;
    font-weight: 300;
    text-align: center;
    background-color: #134D8C;
    color: white
}

.slider-ValueNot {
    position: absolute;
    left: 0px;
    right: 0px;
    top: -35px;
    font-size: 1.9rem;
    font-weight: 300;
    text-align: center;
    font-style: italic;
    color: black
}

.slider-MedianLine {
    position: absolute;
    width: 2px;
    top: -20px;
    left: 430px;
    height: 56px;
    border-left: 2px solid rgb(145, 203, 240)
}

.slider-Median {
    position: absolute;
    width: 60px;
    top: 52px;
    left: 400px;
    font-size: 1.7rem;
    text-align: center
}

.slider-MedianLabel {
    position: absolute;
    width: 60px;
    top: 66px;
    left: 400px;
    font-size: 1.3rem;
    text-align: center
}

.slider-Value:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 8px solid #134D8C;
    bottom: -8px;
    left: calc(50% - 8px)
}

#returnLow::after,
#returnHigh::after {
    content: "%"
}

.peergroup {
    position: relative;
    height: 480px
}

.colvalueright, .colnumproducts {
    text-align: right
}

.colnumproducts {
    font-weight: 700
}

.bkwhite {
    background-color: white !important
}

.clientname,
.fundname {
    margin-bottom: 18px;
    font-size: 2rem;
    font-weight: 700
}

.datatableInfo {
    display: none
}
/* spinner */

.windowcover {
    z-index: 100;
    position: absolute;
    left: 0;
    top: 0;
    display: none;
    justify-content: center;
    width: 100%;
    height: 100vh;
    background: silver;
    opacity: 0.65;
}

.centermodal {
    z-index: 1000;
    align-self: center;
}
/* based on https://tobiasahlin.com/spinkit/ */
.spinner {
    margin: 100px auto;
    width: 40px;
    height: 40px;
    position: relative;
}

.cube1, .cube2 {
    background-color: #008CCB;
    width: 22px;
    height: 22px;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: sk-cubemove 1.8s infinite ease-in-out;
    animation: sk-cubemove 1.8s infinite ease-in-out;
}

.cube2 {
    width: 27px;
    height: 27px;
    background-color: #044E81;
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}

.cube3 {
    width: 11px;
    height: 11px;
    background-color: #FFF;
    position: absolute;
    top: 11px;
    left: 11px;
    -webkit-animation: sk-cubemove2 1.8s infinite ease-in-out;
    animation: sk-cubemove2 1.8s infinite ease-in-out;
}

@-webkit-keyframes sk-cubemove2 {
    25% {
        -webkit-transform: translateX(3px) rotate(-90deg) scale(0.5)
    }

    50% {
        -webkit-transform: translateX(3px) translateY(3px) rotate(-180deg)
    }

    75% {
        -webkit-transform: translateX(0px) translateY(3px) rotate(-270deg) scale(0.5)
    }

    100% {
        -webkit-transform: rotate(-360deg)
    }
}

@keyframes sk-cubemove2 {
    25% {
        transform: translateX(3px) rotate(-90deg) scale(0.5);
        -webkit-transform: translateX(3px) rotate(-90deg) scale(0.5);
    }

    50% {
        transform: translateX(3px) translateY(3px) rotate(-179deg);
        -webkit-transform: translateX(3px) translateY(3px) rotate(-179deg);
    }

    50.1% {
        transform: translateX(3px) translateY(3px) rotate(-180deg);
        -webkit-transform: translateX(3px) translateY(3px) rotate(-180deg);
    }

    75% {
        transform: translateX(0px) translateY(3px) rotate(-270deg) scale(0.5);
        -webkit-transform: translateX(0px) translateY(3px) rotate(-270deg) scale(0.5);
    }

    100% {
        transform: rotate(-360deg);
        -webkit-transform: rotate(-360deg);
    }
}

@-webkit-keyframes sk-cubemove {
    25% {
        -webkit-transform: translateX(10px) rotate(-90deg) scale(0.5)
    }

    50% {
        -webkit-transform: translateX(10px) translateY(10px) rotate(-180deg)
    }

    75% {
        -webkit-transform: translateX(0px) translateY(10px) rotate(-270deg) scale(0.5)
    }

    100% {
        -webkit-transform: rotate(-360deg)
    }
}

@keyframes sk-cubemove {
    25% {
        transform: translateX(10px) rotate(-90deg) scale(0.5);
        -webkit-transform: translateX(10px) rotate(-90deg) scale(0.5);
    }

    50% {
        transform: translateX(10px) translateY(10px) rotate(-179deg);
        -webkit-transform: translateX(10px) translateY(10px) rotate(-179deg);
    }

    50.1% {
        transform: translateX(10px) translateY(10px) rotate(-180deg);
        -webkit-transform: translateX(10px) translateY(10px) rotate(-180deg);
    }

    75% {
        transform: translateX(0px) translateY(10px) rotate(-270deg) scale(0.5);
        -webkit-transform: translateX(0px) translateY(10px) rotate(-270deg) scale(0.5);
    }

    100% {
        transform: rotate(-360deg);
        -webkit-transform: rotate(-360deg);
    }
}

.tab-group {
    display: flex;
    align-items: left;
    border-bottom: 1px solid #134D8C;
    padding-top: 25px;
    padding-left: 0px;
}

    .tab-group button {
        min-height: 35px;
        border-left: 1px solid #134D8C;
        border-right: 1px solid #134D8C;
        border-top: 1px solid #134D8C;
        border-bottom: none;
        border-bottom-left-radius: 0px;
        border-bottom-right-radius: 0px;
        margin: 0px 1px;
        padding-left: 30px !important;
        padding-right: 30px !important;
        color: #fff;
        font-size: 1.8rem;
        font-weight: 300;
        text-transform: uppercase;
        cursor: pointer
    }

.tab-available {
    background-color: #0366d6;
}

    .tab-available:hover {
        background-color: #009EBF;
        border-color: #009EBF
    }

.tab-selected {
    background-color: #134D8C;
}

#peergroupfind .form-group {
    display: flex;
    align-items: center;
}

    #peergroupfind .form-group label {
        font-weight: 600;
        font-size: 2.0rem;
        margin-right: 30px;
        margin-bottom: 0;
    }


.form-group button {
    padding-left: 30px !important;
    padding-right: 30px !important;
    border: 1px solid #005487;
    background-color: #005487;
    color: #fff;
    font-size: 1.8rem;
    font-weight: 300;
    text-transform: uppercase;
    cursor: pointer;
}

#peergroupfind .form-group * {
    min-height: 35px;
    margin: 0px 10px;
}

.blazored-typeahead,
#peergroupfind .blazored-typeahead {
    width: 75%;
}

.compliance-checks-list label {
    font-size: 1.6rem;
    padding-left: 5px;
}

.compliance-checks-list input[type=checkbox] {
    transform: scale(1.2);
    vertical-align: middle;
}

.recommend-info-form h4 {
    font-size: 2.0rem;
    margin-bottom: 10px;
}

.recommend-info-form ul {
    list-style: none;
    padding-left: 1px;
}

.compliance-checks-list ul li {
    margin-bottom: 4px;
}

.compliance-checks-list {
    margin-bottom: 15px;
}

.download-btn:disabled {
    background-color: #bbb !important;
    border-color: #ccc !important;
    opacity: 0.7;
    cursor: default;
}

/* Admin Recommendation Reasons CSS */
.admin-sub-heading {
    margin-top: 20px;
    margin-bottom: 15px;
    font-size: 2.5rem;
}

.admin-management-table {
    margin-bottom: 0;
}

    .admin-management-table a {
        color: #fff !important;
        font-size: 15px;
        padding-left: 10px;
        padding-right: 10px;
        cursor: pointer;
    }

.reason-text-input {
    min-width: 900px;
}

.admin-management-table input[type=text] {
    height: 33px;
    padding-left: 5px;
}

.admin-management-table th, .admin-management-table td {
    text-align: left;
    padding: 8px;
}

.admin-management-table tr:nth-child(even) {
    background-color: #f2f2f2;
}

.recommendation-reason-edit-panel {
    background: rgba(0,123,255,0.9);
    padding: 15px 20px 15px 20px;
    position: absolute;
    border: 1px solid #007bff;
    color: #fff !important;
}

    .recommendation-reason-edit-panel input[type=checkbox] {
        transform: scale(1.5);
        margin: 10px;
        cursor: pointer;
        filter: hue-rotate(240deg)
    }

    .recommendation-reason-edit-panel a {
        background-color: #80BB00 !important;
    }

.create-record-btn {
    background-color: #80BB00 !important;
    color: #fff !important;
    font-size: 55px;
    display: flex;
    margin-left: 5px;
    justify-content: center;
    width: 45px;
    height: 40px;
    padding-top: 3px;
    cursor: pointer;
}

.img-upload {
    padding-left: 30px !important;
    padding-right: 30px !important;
    margin-top: 5px !important;
    border: 1px solid #134D8C;
    background-color: #134D8C;
    color: #fff;
    font-size: 1.8rem;
    font-weight: 300;
    text-transform: uppercase;
    cursor: pointer;
}


.btn-ira {
    min-height: 35px;
    border: 1px solid #134D8C;
    margin: 0px 10px;
    padding-left: 30px !important;
    padding-right: 30px !important;
    border: 1px solid #134D8C;
    background-color: #134D8C;
    color: #fff;
    font-size: 1.8rem;
    font-weight: 300;
    text-transform: uppercase;
    cursor: pointer
}

.btn-ira:hover {
        background: #007bff;
    }


/* END Admin Recommendation Reasons CSS */

/* Responsive Styles Global Site */

@media (max-width: 1700px) {
    .reason-text-input {
        min-width: 700px;
    }
}

@media (max-width: 1500px) {
    .reason-text-input {
        min-width: 500px;
    }
}

@media (max-width: 1275px) {
    .reason-text-input {
        min-width: 100%;
    }
}

@media screen and (max-width: 1200px) {
    .company-logos-div {
        flex-direction: column !important;
    }

        .company-logos-div div {
            margin: 10px 0 10px 10px !important;
        }

    .mr-auto {
        width: 150px;
    }

        .mr-auto img {
            width: 100%;
        }
}

div .category {
    height: 43px;
    border-radius: 5px;
    border: 1px solid #bfbfbf;
    padding-top: 10px;
}

div .category-edit {
    height: 60px;
    border-radius: 5px;
    border: 1px solid #bfbfbf;
    padding-top: 10px;
    padding-left: 15px;
}


div .question {
    height: 43px;
    border-radius: 5px;
    border: 1px solid #bfbfbf;
    padding-top:10px;
}

div .question-edit {
    /*margin-left: -15px;*/
    /*align-self: flex-start;*/
    border-radius: 5px;
    border: 1px solid #bfbfbf;
    padding-top: 10px;
}

    div .question-edit a {
        background-color: white !important;
        border-color: white;
        margin-left: -10px;
    }

div .question-edit .ddl-group{
    margin-left: 20px;
}

    div .question-edit .ddl-item {
        /*height: 50px;*/
        border-radius: 5px;
        border: 1px solid #bfbfbf;
        padding-top: 5px;
        flex-flow:row;

    }

    div .question-edit .ddl-label{
        margin-left: 15px;
    }

.Percentiles,
.PeerRating {
    text-align: center
}

.center {
    text-align: center
}

.left {
    text-align: left
}

.right {
    text-align: right
}

.justify {
    text-align: justify
}

.nav-link:hover:not(disabled) {
    cursor: pointer;
}

.fit-content {
    width: fit-content;
}

.no-wrap {
    white-space: nowrap;
}

label.required::after {
    color: red;
    content: "*";
}