﻿@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body {
    background: #f3f3f3;
    padding: 40px 0;
    font-family: 'Poppins', sans-serif;
}

.max-width {
    background: #fff;
    padding: 30px;
    max-width: 900px;
    margin: 0 auto;
}

.uswds-alert {
    padding: 15px 12px 15px 66px;
    border-left: 5px solid;
    position: relative;
}

.uswds-alert + .uswds-alert {
    margin-top: 15px;
}

.uswds-alert .alert-title {
    font-size: 22px;
    font-weight: 700;
    margin: 0px 0px 4px 0px;
}

.uswds-alert .alert-message {
    margin: 0;
}

.uswds-alert .alert-message a {
    color: rgb(0, 94, 162);
}

.uswds-alert .alert-message a:hover,
.uswds-alert .alert-message a:focus {
    color: rgb(26, 68, 128);
}

.uswds-alert.blue {
    background-color: rgb(231, 246, 248);
    border-left-color: rgb(0, 189, 227);
}

.uswds-alert.yellow {
    border-left-color: rgb(255, 190, 46);
    background-color: rgb(250, 243, 209);
}

.uswds-alert.green {
    border-left-color: rgb(0, 169, 28);
    background-color: rgb(236, 243, 236);
}

.uswds-alert.red {
    border-left-color: rgb(213, 67, 9);
    background-color: rgb(244, 227, 219);
}

.uswds-alert:before {
    font-family: 'FontAwesome';
    top: 18px;
    left: 16px;
    position: absolute;
    font-size: 34px;
    content: '\f05a';
}

.uswds-alert.slim {
    padding: 10px 20px 10px 50px;
}

.uswds-alert.slim:before {
    font-size: 24px;
    top: 14px;
}

.uswds-alert.no-icon {
    padding: 10px 20px 10px 20px;
}

.uswds-alert.no-icon:before {
    content: '';
}

body {
    background: #F1F1F1
}

.panel.panel-body {
    background: #FFF;
    padding: 20px;
    margin-bottom: 15px;
}
/* below only is important */
header {
    margin-bottom: 30px;
}

    header .header-top {
        padding: 20px 10px;
        position: relative;
        z-index: 50;
        -webkit-box-shadow: 5px 0px 10px rgba(0, 0, 0, 0.5);
        box-shadow: 5px 0px 10px rgba(0, 0, 0, 0.5);
        background-color: #025B9F;
        background-image: url(../images/stars-bg.png);
        background-size: 5%;
        box-shadow: 0px -1px 10px #000000;
        z-index: 80;
        position: relative;
        border-bottom: 2px solid #fff;
    }

a:link a:hover a:visited a:active {
    color: #004A99;
}

header .brand {
    padding: 0px 0px 26px 0px;
}

    header .brand img:first-of-type {
        width: 169px;
        margin-right: 10px;
        height: 100px;
        display: none;
        /* padding-right: 10px; */
    }

    header .brand img + img {
        height: 55px;
        width: auto;
    }

header .header-bottom {
    background: #fff;
    border-bottom: 1px solid #eee;
    padding: 3px 0;
    -webkit-box-shadow: 1px 0px 20px rgba(0, 0, 0, 0.08);
    box-shadow: 1px 0px 20px rgba(0, 0, 0, 0.08);
}

    header .header-bottom a {
        padding: 9px 7px;
        display: inline-block;
        color: #025B9F !important;
    }

.person {
    padding: 10px 0;
}

    .person + .person {
        border-bottom: 1px solid #ddd
    }

    .person a {
        display: block;
    }

    .person span {
        display: block
    }

@media (min-width: 520px) {
    header .brand img:first-of-type {
        display: inline-block;
    }
}

@media (min-width: 992px) {
    .person .col-lg-6 + .col-lg-6 {
        text-align: right
    }
}

.site-footer {
    width: 100%;
    background-color: #025B9F;
    color: #FFF;
    text-align: center;
}

.table-responsive table thead {
    font-size: medium;
}

@media only screen and (min-width: 100px) {
    header .agency-header-logo {
        max-height: 100px;
        height: 50px;
        margin-right: 10px;
        float: left;
    }

    header .header-title-description {
        font-size: 30px;
        line-height: 26px;
        padding-top: 20px;
        display: block;
        font-weight: 500;
        padding-right: 75px;
        color: #fff;
    }

    header .header-bottom a.active {
        color: #fff !important;
        background-color: #025B9F;
    }
}

@media only screen and (min-width: 768px) {
    header .agency-header-logo {
        height: 100px;
    }

    header .header-title-description {
        font-size: 30px;
        line-height: 26px;
        padding-top: 20px;
    }
}



/*******************************
* Does not work properly if "in" is added after "collapse".
* Get free snippets on bootpen.com
*******************************/
#ContributorSearch .panel-group .panel {
    border-radius: 0;
    box-shadow: none;
    border-color: #EEEEEE;
}

#ContributorSearch .panel-default > .panel-heading {
    padding: 0;
    border-radius: 0;
    color: #212121;
    background-color: #FAFAFA;
    border-color: #EEEEEE;
}

#ContributorSearch .panel-title {
    font-size: 14px;
}

    #ContributorSearch .panel-title > a {
        display: block;
        padding: 15px;
        text-decoration: none;
    }

#ContributorSearch .more-less {
    float: right;
    color: #212121;
}

#ContributorSearch .panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #EEEEEE;
}

#ContributorSearch .select2-container {display:inherit !important;width:100% !important}