.dark-actions {
    color: #373737;
}

.btn-blue {
    color: #fff;
    background-color: #36366F;
    border-color: #ccc;
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.btn-black {
    color: #fff;
    background-color: rgb(40,40,40);
    border-color: #ccc;
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 1px;
    font-variant: small-caps;
}

.btn-light-gray {
    color: #fff;
    background-color: rgb(128,128,128);
    border-color: #ccc;
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 1px;
    font-variant: small-caps;
}

.btn-orange {
    color: #fff;
    background-color: #ED651A;
    border-color: #ccc;
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 1px;
    font-variant: small-caps;
}


.title-blue {
    color: #fff;
    background-color: #36366F;
    padding: 1px;
    box-shadow: 0px 4px 4px rgba(0,0,0,0.25);
}

.blue-label {
    color: #36366F;
    font-size: 12px;
    margin: 2px;
}

.search-label {
    color: #36366F;
    padding-top: 10px;
    font-size: 16px;
    margin-bottom: -10px;
}

.range-label {
    color: #1270FB;
    padding-top: 20px;
    font-size: 14px;
    margin-bottom: -10px;
}

.range-input {
    width: 190px;
    padding: 5px;
}

.search-input {
    float: left;
    width: 190px;
    padding: 15px;
}

    .search-input select {
        -moz-appearance: none;
        -webkit-appearance: none;
    }

.wrapper-input {
    float: left;
    width: 120px;
    padding: 5px;
}
.wrapper-input-adjustable {
    float: left;
    width: auto;
    padding: 5px;
}
    .wrapper-input .form-control, .wrapper-input-adjustable .form-control {
        display: block;
        position: relative;
        text-align: center;
        height: 34px;
        padding: 6px 6px;
        line-height: 1.42857143;
        color: #36366F;
        background-image: none;
        border: 1px solid #ccc;
        border-color: #36366F;
        border-radius: 4px;
        -moz-appearance: none;
        -webkit-appearance: none;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
        -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
        transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    }

    .wrapper-input .custom-select-wrapper, .wrapper-input-adjustable .custom-select-wrapper {
        display: block;
        position: relative;
        text-align: center;
        height: 34px;
        padding: 6px 6px;
        line-height: 1.42857143;
        color: #36366F;
        background-image: none;
        border: 1px solid #ccc;
        border-color: #36366F;
        border-radius: 4px;
        -moz-appearance: none;
        -webkit-appearance: none;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
        -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
        transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    }
    .wrapper-input select:after, .wrapper-input-adjustable select:after {
        display: block;
        position: relative;
        left: 15px;
        text-align: center;
        height: 34px;
        padding: 6px 6px;
        line-height: 1.42857143;
        color: #36366F;
        background-image: none;
        border: 1px solid #36366F;
        border-color: #36366F;
        border-radius: 4px;
        -moz-appearance: none;
        -webkit-appearance: none;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
        -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
        transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    }

    .wrapper-input .form-control:focus, .wrapper-input-adjustable .form-control:focus {
        border-color: #66afe9;
        background: #0066CC;
        color: white;
        outline: 0;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
    }

        .wrapper-input .form-control:focus option, .wrapper-input-adjustable .form-control:focus option {
            background: white;
            color: #555;
            outline: 0;
            -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
            box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
        }

.wrapper-dropdown {
    /* Size and position */
    position: relative;
    float: left;
    width: 190px;
    padding: 15px;
    /* Styles */
    background: #fff;
    border-radius: 7px;
    border: 1px solid rgba(0,0,0,0.15);
    box-shadow: 0 1px 1px rgba(50,50,50,0.1);
    cursor: pointer;
    outline: none;
    /* Font settings */
    font-weight: bold;
    color: #0066CC;
}

    .wrapper-dropdown:focus {
        /* Size and position */
        position: relative;
        float: left;
        width: 190px;
        padding: 15px;
        /* Styles */
        background: #0066CC;
        border-radius: 7px;
        border: 1px solid rgba(0,0,0,0.15);
        box-shadow: 0 1px 1px rgba(50,50,50,0.1);
        cursor: pointer;
        outline: none;
        /* Font settings */
        font-weight: bold;
        color: white;
    }

    .wrapper-dropdown:after {
        content: "";
        width: 0;
        height: 0;
        position: absolute;
        left: 15px;
        top: 50%;
        margin-top: -3px;
        border-width: 0px 0px 0 0px;
        border-style: solid;
        border-color: #8aa8bd transparent;
    }

    .wrapper-dropdown .dropdown {
        /* Size & position */
        position: absolute;
        top: 140%;
        left: 0;
        right: 0;
        /* Styles */
        background: white;
        border-radius: inherit;
        border: 1px solid #0066CC;
        box-shadow: 0 0 5px #0066CC;
        font-weight: normal;
        -webkit-transition: all 0.5s ease-in;
        -moz-transition: all 0.5s ease-in;
        -ms-transition: all 0.5s ease-in;
        -o-transition: all 0.5s ease-in;
        transition: all 0.5s ease-in;
        list-style: none;
        /* Hiding */
        opacity: 0;
        pointer-events: none;
    }

        .wrapper-dropdown .dropdown:after {
            content: "";
            width: 0;
            height: 0;
            position: absolute;
            bottom: 100%;
            left: 15px;
            border-width: 0 6px 6px 6px;
            border-style: solid;
            border-color: #fff transparent;
        }

        .wrapper-dropdown .dropdown:before {
            content: "";
            width: 0;
            height: 0;
            position: absolute;
            bottom: 100%;
            left: 13px;
            border-width: 0 8px 8px 8px;
            border-style: solid;
            border-color: rgba(0,0,0,0.1) transparent;
        }

img {
    max-width: 100%
}

h2, h3, h4, h5, h6 {
    color: #f08233
}

h3 {
    font-size: 30px
}

input[type=text].form-control, input[type=email].form-control, input[type=password].form-control, textarea.form-control {
    box-shadow: none;
    border-radius: 3px;
    border: 2px solid #e1e1e1
}

.content.wrapper {
    padding: 34px 0;
}

.content > .container-fluid {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #fff;
}

@media screen and (min-width:768px) {
    .content > .container-fluid {
        padding: 34px 34px 34px;
    }
}

.wrapper.top {
    background-color: #a6a6a6;
    padding: 0;
}

@media screen and (min-width:768px) {
    .wrapper.top {
        padding: 34px 0 0;
    }
}

.wrapper.top.content > .container-fluid {
    background-color: #bebebe;
}

@media screen and (min-width:768px) {
    .wrapper.top.content > .container-fluid {
        padding: 0;
    }
}

.wrapper.top h2 {
    color: #000;
}

.wrapper.middle {
    padding: 0;
}

.wrapper.bottom {
    padding: 0 0 34px;
}

    .wrapper.bottom.notes > .container-fluid {
        background-color: #efefef;
        padding-top: 0;
    }

@media screen and (min-width:768px) {
    header.wrapper, .wrapper.top, .wrapper.middle, .wrapper.content, .wrapper.bottom {
        padding-left: 5%;
        padding-right: 5%;
        position: relative;
        z-index: 8;
    }
}

header {
    padding: 20px 0
}

    header.wrapper {
        border-bottom: 5px solid #f08233
    }

    header h1 {
        margin: 0;
        overflow: hidden
    }

    header img {
        float: left;
        margin-bottom: 13px
    }

@media screen and (min-width:768px) {
    header img {
        float: right;
        margin-bottom: 0;
    }
}

header .nav-buttons {
    padding-top: 7px;
}

h2 {
    margin-bottom: 34px;
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    opacity: .5
}

.btn, btn-xs {
    background-color: #ED651A;
    color: #fff;
    text-shadow: none;
}

    .btn:hover, .btn:focus {
        background-color: #ed741b;
        color: #fff;
    }

.btn-nav {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 47.5%;
    margin-right: 5%;
    color: #fff;
    background-color: #2a2a2a;
    border-color: transparent;
    padding: 16px;
}

    .btn-nav:last-child {
        margin-right: 0;
    }

@media screen and (min-width:768px) {
    .btn-nav {
        width: 187px;
        margin-right: 21px;
    }
}

.btn-nav.active {
    background-color: #f08233;
}

.btn-nav:hover, .btn-nav:focus, .btn-nav:active, .btn-nav.active, .open .dropdown-toggle.btn-nav {
    color: #fff;
    background-color: #373737;
    border-color: transparent;
}

    .btn-nav:hover.active, .btn-nav:focus.active, .btn-nav:active.active, .btn-nav.active.active, .open .dropdown-toggle.btn-nav.active {
        background-color: #f08233;
    }

        .btn-nav:hover.active:hover, .btn-nav:focus.active:hover, .btn-nav:active.active:hover, .btn-nav.active.active:hover,
        .open .dropdown-toggle.btn-nav.active:hover, .btn-nav:hover.active:focus, .btn-nav:focus.active:focus, .btn-nav:active.active:focus,
        .btn-nav.active.active:focus, .open .dropdown-toggle.btn-nav.active:focus {
            background-color: #ed741b;
            color: #fff;
        }

.stat-table {
    overflow-x: auto;
}

    .stat-table > .table > thead > tr > th {
        color: #fff;
        background-color: #444;
        border: none;
    }

    .stat-table .btn {
        padding: 3px 12px;
    }

    .stat-table .center {
        text-align: center
    }

    .stat-table td {
        vertical-align: bottom;
    }

.grid {
    overflow: hidden;
}

    .grid .cell {
        position: relative;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        float: left;
        width: 50%;
        /*padding: 8px 13px;*/
    }

        .grid .cell:hover {
            background-color: #fff;
            cursor: pointer;
        }

@media screen and (min-width:768px) {
    .grid .cell {
        width: 22%;
        padding: 13px 21px;
    }
}

.circle {
    border-radius: 300px;
}

.nav-tabs > li > a {
    background-color: #373737;
    color: #fff;
}

    .nav-tabs > li > a:hover, .nav-tabs > li > a:focus {
        background-color: #444;
    }

.nav-pills {
    margin-bottom: 21px;
}

    .nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
        background-color: #f08233;
    }

.main-content {
    border: 1px solid #ddd;
    border-top: none;
}

.tab-pane {
    padding: 13px;
}

@media screen and (min-width:768px) {
    .tab-pane {
        padding: 21px;
    }
}

@media screen and (min-width:768px) {
    .equal-height {
        display: table
    }

        .equal-height [class*=col-] {
            float: none;
            display: table-cell;
            vertical-align: top
        }
}

.twitter-typeahead {
    width: 100%
}

.typeahead {
    background-color: #fff
}

    .typeahead:focus {
        border: 2px solid #0097cf
    }

.tt-query {
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075)
}

.tt-hint {
    color: #999
}

.tt-dropdown-menu {
    width: 100%;
    margin-top: 12px;
    padding: 8px 0;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.2);
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
    -moz-box-shadow: 0 5px 10px rgba(0,0,0,.2);
    box-shadow: 0 5px 10px rgba(0,0,0,.2);
    max-height: 400px;
    overflow-y: auto
}

.tt-suggestion {
    padding: 3px 20px;
    font-size: 18px;
    line-height: 24px
}

    .tt-suggestion.tt-cursor {
        color: #fff;
        background-color: #0097cf
    }

    .tt-suggestion p {
        margin: 0
    }

.gist {
    font-size: 14px
}

.login .content .row {
    padding-top: 89px;
    padding-bottom: 89px;
    background-color: #fff
}

.login h3 {
    text-align: center
}

.reports .saving {
    display: block;
    margin-bottom: 13px
}

@media screen and (min-width:569px) {
    .reports .saving {
        float: right;
        margin-top: 34px
    }
}

.reports h4 {
    margin: 0 0 13px
}

.reports input[type=checkbox] {
    width: 16px;
    height: 16px
}

.reports .form-control {
    margin-bottom: 13px;
}

@media screen and (min-width:569px) {
    .reports .form-control {
        float: left;
        margin: 0 13px 13px 0;
    }
}

.reports .checkbox {
    clear: both;
    float: right;
    line-height: 23px;
}

.find #player-filter {
    margin-bottom: 34px;
}

.find .btn {
    margin-bottom: 21px
}

.rate .offset-icon {
    margin-right: 13px
}

.rate h2 {
    margin: 16px 0;
    padding: 0 34px
}

.rate h2, .rate h3 {
    text-transform: uppercase
}

@media screen and (min-width:768px) {
    .rate h2, .rate h3 {
        margin-top: 0;
        position: relative;
        z-index: 8;
    }

        .rate h2:before, .rate h3:before {
            position: absolute;
            top: 1px;
            display: inline-block;
            font-family: 'Glyphicons Halflings';
            font-style: normal;
            font-weight: 400;
            line-height: 1;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            border-radius: 40px;
            overflow: hidden;
            border-radius: 100px;
            width: 45px;
            height: 45px;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
            z-index: 9;
        }

        .rate h2:after, .rate h3:after {
            position: absolute;
            width: 65px;
            height: 65px;
            z-index: 5;
            content: '';
            border-radius: 100px;
        }

    .rate h2 {
        background-color: #bebebe;
        color: #2a2a2a;
        margin: 16px 0;
        padding: 0 34px;
    }

        .rate h2:before {
            content: "\e008";
            background-color: #2a2a2a;
            color: #bebebe;
            padding: 10px 4px;
            font-size: 37px;
            left: -25px;
            top: -6px;
        }

        .rate h2:after {
            background-color: #bebebe;
            left: -36px;
            top: -16px;
        }

    .rate h3 {
        background-color: #fff;
        padding-top: 8px;
    }

        .rate h3:before {
            content: "\2b";
            background-color: #f08233;
            color: #fff;
            padding: 5px 7px;
            font-size: 32px;
            left: -60px;
            top: 0;
        }

        .rate h3:after {
            background-color: #fff;
            left: -70px;
            top: -10px;
        }

    .rate .notes h3 {
        background-color: #efefef;
        padding-top: 16px;
    }

        .rate .notes h3:before {
            content: "\2b";
            background-color: #f08233;
            color: #fff;
            padding: 5px 7px;
            font-size: 32px;
            left: -60px;
            top: 10px;
        }

        .rate .notes h3:after {
            background-color: #efefef;
            left: -70px;
            top: 0;
        }
}

.rate textarea {
    resize: none;
    width: 100%;
}

.rate .rating-options {
    color: #838383;
}

    .rate .rating-options .circle {
        float: left;
        margin-right: 8px;
        background-color: #f2f2f2;
        color: #bebebe;
        width: 24px;
        height: 24px;
        text-align: center;
        line-height: 24px;
    }

    .rate .rating-options .cell.active {
        background-color: #fff;
        color: #000;
    }

        .rate .rating-options .cell.active .circle {
            background-color: #f08233;
            color: #fff;
        }

.rate .rating-values .cell {
    text-align: center;
    width: 12.5%;
    padding: 10px;
}

.rate .rating-values .circle {
    display: inline-block;
    background-color: #bebebe;
    color: #fff;
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    text-align: center;
    line-height: 75px;
    font-size: 50px;
    position: relative;
}

    .rate .rating-values .circle span {
        position: absolute;
        top: 50%;
        left: 0;
        right: 0;
        bottom: 0;
        margin-top: -15px;
        display: block;
        font-size: 30px;
        line-height: 30px;
    }

.rate .video-container {
    margin: 21px 0;
    overflow: hidden;
}

.rate .video {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    width: 33%;
    padding: 8px;
}

.scout h3 {
    margin: 0 0 13px;
    color: #373737;
}

@media screen and (min-width:768px) {
    .scout h3 {
        margin-bottom: 21px;
    }
}

.scout .list-group-item {
    border: none;
    padding: 0 15px;
}

.scout .sidebar {
    overflow: hidden;
    margin-bottom: 34px;
    padding-top: 21px;
    position: relative;
}

@media screen and (min-width:768px) {
    .scout .sidebar {
        padding-top: 82px;
    }
}

.scout .sidebar p {
    float: left;
}

@media screen and (min-width:768px) {
    .scout .sidebar p {
        float: none;
    }
}

@media screen and (min-width:768px) {
    .scout .sidebar .btn {
        position: absolute;
        bottom: 21px;
        right: 15px;
    }
}

.table-striped > thead > tr:nth-child(odd) > th {
    background-color: #373737;
    color: white;
}

.table-striped > tbody > tr:nth-child(odd) > td {
    background-color: #F4F4F4;
}

.align-r {
    float: right;
}

.align-l {
    float: left;
}


.cell.active .circle {
    background-color: #f08233;
    color: #fff;
}

a.reset_password {
    color: #838383;
    text-decoration: underline;
}

.align-m {
    vertical-align: middle;
}

.coaches_title {
    font-family: 'Roboto', sans-serif;
    font-weight: 100;
    font-size: 30px;
    padding-top: 10px;
    padding-left: 40px;
}

.fav-star {
    color: #f08233;
    font-size: 18px;
    vertical-align: middle;
}

.skillscore-not-rated {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 17px;
    font-weight: bold;
    background-color: #909090;
    color: #fff;
    width: 34px;
    height: 34px;
    padding: 5px 12px 5px 12px;
    margin: 0 auto;
}

.statscore-max-circle {
    border-radius: 30px;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 17px;
    font-weight: bold;
    background: linear-gradient(322.7deg, #100939 9.52%, #2E17BD 49.24%, #7B67F4 94.26%);
    color: #eeeeee;
    width: 40px;
    padding: 7px;
    margin: 0 auto;
    box-shadow: 0px 4px 4px rgba(0,0,0,0.25);
}

.statscore-mid-circle {
    border-radius: 30px;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 17px;
    font-weight: bold;
    background: linear-gradient(322.33deg, #1A560B 9.71%, #34A916 55.55%, #94EA7F 98.62%);
    color: #eeeeee;
    width: 40px;
    padding: 7px;
    margin: 0 auto;
    box-shadow: 0px 4px 4px rgba(0,0,0,0.25);
}

.statscore-min-circle {
    border-radius: 30px;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 17px;
    font-weight: bold;
    background: linear-gradient(316.6deg, #911A13 17.3%, #D5481B 51.4%, #F98E6C 100.12%);
    color: #eeeeee;
    width: 40px;
    padding: 7px;
    margin: 0 auto;
    box-shadow: 0px 4px 4px rgba(0,0,0,0.25);
}

.statscore-not-rated {
    border-radius: 30px;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 17px;
    font-weight: bold;
    background-color: #909090;
    color: #fff;
    width: 40px;
    padding: 7px;
    margin: 0 auto;
}

.smartscore-not-rated {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 17px;
    font-weight: bold;
    background-color: #909090;
    color: #fff;
    width: 34px;
    height: 34px;
    padding: 5px;
    margin: 0 auto;
}

.rm-col-pad {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.prospect-star {
    color: #FFD138;
    font-size: 28px;
    top: 10px;
}

.prospect-check-gray {
    color: rgb(120,120,120);
}

.prospect-check-green {
    color: chartreuse;
}

.ncaa-check-red {
    color: crimson;
}

.ncaa-check-green {
    color: darkgreen;
}

.ncaa-check-gray {
    color: #ddd;
}

.ncaa-check-yellow {
    color: rgb(204, 204, 0);
}

.max-circle {
    border-radius: 30px;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 17px;
    font-weight: bold;
    background: linear-gradient(322.7deg, #100939 9.52%, #2E17BD 49.24%, #7B67F4 94.26%);
    color: #eeeeee;
    width: 40px;
    padding: 10px 9px 10px 9px;
    margin: 0 auto;
    box-shadow: 0px 4px 4px rgba(0,0,0,0.25);
}

.mid-circle {
    border-radius: 30px;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 17px;
    font-weight: bold;
    background: linear-gradient(322.33deg, #1A560B 9.71%, #34A916 55.55%, #94EA7F 98.62%);
    color: #eeeeee;
    width: 40px;
    padding: 10px 9px 10px 9px;
    margin: 0 auto;
    box-shadow: 0px 4px 4px rgba(0,0,0,0.25);
}

.min-circle {
    border-radius: 30px;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 17px;
    font-weight: bold;
    background: linear-gradient(316.6deg, #911A13 17.3%, #D5481B 51.4%, #F98E6C 100.12%);
    color: #eeeeee;
    width: 40px;
    padding: 10px 9px 10px 9px;
    margin: 0 auto;
    box-shadow: 0px 4px 4px rgba(0,0,0,0.25);
}

.not-rated-circle {
    border-radius: 30px;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 17px;
    font-weight: bold;
    background-color: #909090;
    color: #fff;
    width: 40px;
    padding: 11px 8px 11px 8px;
    margin: 0 auto;
}

.top-recruit-circle {
    border-radius: 30px;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 17px;
    font-weight: bold;
    background-color: rgb(38,30,226);
    color: #fff;
    width: 40px;
    padding: 10px 9px 10px 9px;
    margin: 0 auto;
}

.pd-not-rated-circle {
    padding: 23px 20px 23px 20px;
    border-radius: 40px;
}

.pd-rated-circle {
    padding: 23px 21px 23px 21px;
    border-radius: 40px;
}

.searchHeader {
    cursor: pointer;
}

.scorelegend_span {
    display: inline-block;
    margin-top: 2px;
    padding: 5px 10px
}

.scorelegend-red {
    font-family: Arial;
    background: linear-gradient(316.6deg, #911A13 17.3%, #D5481B 51.4%, #F98E6C 100.12%);
    color: #eeeeee;
    font-weight: bold;
    padding: 1px;
    vertical-align: middle;
    box-shadow: 0px 4px 4px rgba(0,0,0,0.25);
}

.scorelegend-green {
    background: linear-gradient(322.33deg, #1A560B 9.71%, #34A916 55.55%, #94EA7F 98.62%);
    color: #eeeeee;
    font-weight: bold;
    padding: 1px;
    box-shadow: 0px 4px 4px rgba(0,0,0,0.25);
}

.scorelegend-blue {
    background: linear-gradient(322.7deg, #100939 9.52%, #2E17BD 49.24%, #7B67F4 94.26%);
    color: #eeeeee;
    font-weight: bold;
    padding: 1px;
    box-shadow: 0px 4px 4px rgba(0,0,0,0.25);
}


/*custom drodown*/
.custom-select-wrapper {
    user-select: none;
    width: 110px;
    padding: 5px;
}

.custom-select {
    position: relative;
    display: flex;
    flex-direction: column;
}

.custom-select__trigger {
    position: relative;
    background: #ffffff;
}

.custom-options {
    position: absolute;
    display: block;
    top: 150%;
    left: -10px;
    right: 0;
    border: 1px solid #1270FB;
    background: #fff;
    transition: all 0.5s;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    z-index: 2;
    overflow: auto;
    width: 140px;
}

.custom-select.open .custom-options {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
}

.custom-option {
    position: relative;
    display: block;
    padding: 0 5px 0 5px;
    color: #3b3b3b;
    cursor: pointer;
    transition: all 0.5s;
}

    .custom-option:hover {
        cursor: pointer;
        background-color: #1270FB;
    }


.panel-level-2 {
    background: rgb(68,68,80);
    background: linear-gradient(180deg, rgba(68,68,80,1) 0%, rgba(237,237,237,1) 100%);
    border-color: rgb(68,68,80);
}

.panel-level-3 {
    background: rgb(255,255,255);
}

.panel-title {
    margin: 0;
    color: white;
    font-weight: 800;
}

.tableFixHead {
    overflow-y: auto;
    overflow-x: auto;
    height: 400px;
}

.tableFixHead thead th {
    position: sticky;
    top: 0;
}

.hide {
    display: none;
}

/*
 *  Usage:
 *
 *    <div class="sk-spinner sk-spinner-wave">
 *      <div class="sk-rect1"></div>
 *      <div class="sk-rect2"></div>
 *      <div class="sk-rect3"></div>
 *      <div class="sk-rect4"></div>
 *      <div class="sk-rect5"></div>
 *    </div>
 *
 */
.sk-spinner-wave.sk-spinner {
    margin: 0 auto;
    width: 50px;
    height: 30px;
    text-align: center;
    font-size: 10px;
}

.sk-spinner-wave div {
    background-color: #ED8133;
    height: 100%;
    width: 6px;
    display: inline-block;
    -webkit-animation: sk-waveStretchDelay 1.2s infinite ease-in-out;
    animation: sk-waveStretchDelay 1.2s infinite ease-in-out;
}

.sk-spinner-wave .sk-rect2 {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
}

.sk-spinner-wave .sk-rect3 {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
}

.sk-spinner-wave .sk-rect4 {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}

.sk-spinner-wave .sk-rect5 {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
}

@-webkit-keyframes sk-waveStretchDelay {
    0%, 40%, 100% {
        -webkit-transform: scaleY(0.4);
        transform: scaleY(0.4);
    }

    20% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }
}

@keyframes sk-waveStretchDelay {
    0%, 40%, 100% {
        -webkit-transform: scaleY(0.4);
        transform: scaleY(0.4);
    }

    20% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }
}

.sortable-column {
    text-decoration: none;
    color: white !important;
}