html,
body {
    height: 100%;
    font-family: DM Sans, Helvetica, Arial, sans-serif;
}

.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -60px;
    padding: 0 0 60px;
}

.container-fluid div.navbar-header {
    padding-left: 30px;
}

.wrap > .container-fluid {
    padding: 70px 15px 20px;
    margin-left: 30px;
    margin-right: 30px;
}

.footer {
    height: 60px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    padding-top: 20px;
}

.jumbotron {
    text-align: center;
    background-color: transparent;
}

.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content: /*"\e113"*/ "\e151";
}

a.desc:after {
    content: /*"\e114"*/ "\e152";
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

.grid-view th {
    white-space: nowrap;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

/* align the logout "link" (button in form) of the navbar */
.nav li > form > button.logout {
    padding: 15px;
    border: none;
}

@media(max-width:767px) {
    .nav li > form > button.logout {
        display:block;
        text-align: left;
        width: 100%;
        padding: 10px 15px;
    }
}

.nav > li > form > button.logout:focus,
.nav > li > form > button.logout:hover {
    text-decoration: none;
}

.nav > li > form > button.logout:focus {
    outline: none;
}

.navbar-brand > img {
    height: 32px;
    padding-bottom: 5px;
}

div.download-all-jobs {
    padding-bottom: 30px;
}

div.bottom-padding {
    padding-bottom: 20px;
}

div.top-margin {
    margin-top: 20px;
}

div.align-right {
    text-align: right;
}

.navbar-nav > .open > a,
.navbar-nav > .active > a {
    background-color:transparent;
    font-family: DM Sans, Helvetica, Arial, sans-serif;
    color: rgba(255, 255, 255, 0.7);
}
.navbar-brand {
    color: #ffffff;
    font-size: 24px;
    font-family: DM Sans, Helvetica, Arial, sans-serif;
    font-weight: 700;
}
.navbar-brand:hover{
    color: #ffffff;
    /*font-family: DM Sans, Helvetica, Arial, sans-serif;*/
}
.navbar-brand:focus{
    color: #ffffff;
    /*font-family: DM Sans, Helvetica, Arial, sans-serif;*/
}
.navbar-nav > li > a,
.navbar-nav > li > ul > li > a {
    /*text-shadow: 0 1px 0 rgba(255, 255, 255, 0.25);*/
    color: rgba(255, 255, 255, 0.7);
    font-family: DM Sans, Helvetica, Arial, sans-serif;
}

.navbar-nav > li > a:hover, .navbar-nav > li > a:focus, .navbar-nav > li > ul > li > a:hover, .navbar-nav > li > ul > li > a:focus {
    background-color:transparent;
    color: #ffff;
    font-family: DM Sans, Helvetica, Arial, sans-serif;
}

.navbar-nav > li > ul {
	background-color: #2f1893;
}

.navbar-inverse-mod {
    background-color: #2F1893;
    border-radius: 4px;
    font-family: DM Sans, Helvetica, Arial, sans-serif;
}
.navbar-inverse-mod .navbar-nav > .open > a,
.navbar-inverse-mod .navbar-nav > .active > a {
   color: #ffffff;font-size: 18px;
    font-family: DM Sans, Helvetica, Arial, sans-serif;
}
.navbar-inverse .navbar-brand,
.navbar-inverse .navbar-nav > li > a {
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);

}
.navbar-static-top,
.navbar-fixed-top,
.navbar-fixed-bottom {
    border-radius: 0;
}
@media (max-width: 767px) {
    .navbar .navbar-nav .open .dropdown-menu > .active > a,
    .navbar .navbar-nav .open .dropdown-menu > .active > a:hover,
    .navbar .navbar-nav .open .dropdown-menu > .active > a:focus {
        color: #fff;
        background-image: -webkit-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
        background-image: -o-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
        background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#2e6da4));
        background-image: linear-gradient(to bottom, #337ab7 0%, #2e6da4 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2e6da4', GradientType=0);
        background-repeat: repeat-x;
    }
}

.btn.action-1{
    background-color: #25DAC5;
    color: #ffffff;
    height: 50px;
    line-height: 50px;
    padding: 0 30px;
    font-size: 18px;
    border-radius: 28px;
    font-weight: 500;
}

.btn.action-2{
    background-color: #25DAC5;
    color: #ffffff;
    /*height: 50px;*/
    /*line-height: 50px;*/
    /*padding: 0 30px;*/
    /*font-size: 18px;*/
    /*border-radius: 28px;*/
    /*font-weight: 500;*/
}

.alert.alert-success-mod {
    /*background-color: #25DAC5;*/
    color: #1E0E62;
    background-color: #b5f5e6;
}

.bar-graph__container {
    float: right;
}
@media (max-width: 767px) {
    .bar-graph__container {
        float: none;
        margin-top: 2em;
        margin-bottom: 2em;
    }
 }

.bar-graph__metrics-row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 4px;

}

.bar-graph__metric-item {
    display: flex;
    align-items: center;
}

.bar-graph__metric-value {
    font-size: 22px;
    font-weight: 900;
}

.bar-graph__metrics-pill {
    padding: 0px 13px;
    font-size: 14px;
    border-radius: 16px;
}

.pill--flagged {
    background-color: rgb(254 226 226);
    color: rgb(153, 27, 27);
    margin-left: 6px;
}

.bar-graph__bar-container {
    height: 16px;
    display: flex;
    margin-bottom: 4px;
}

.bar-graph__bar {
    height: 100%;
}

.bar--checked {
    background-color: rgb(34 197 94 / 60%);
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}

.bar--flagged {
    background-color: rgb(239 68 68);
    border-right: 2px solid white;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;

}

.bar--full-width {
    border-radius: 8px;
}

.bar-graph__labels {
    display:flex;
    justify-content: space-between;
}

.bar-graph__label-item {
    color: grey;
}
