.select2-result-repository {
    padding-top: 4px;
    padding-bottom: 3px;
    overflow: hidden;
    clear: both;
}

.select2-container .select2-selection--single {
    height: 34px !important;
}
.select2-container .select2-selection--single .select2-selection__rendered{
    padding: 0 0 0 15px !important;
}

ul.select2-results__options li:not(:first-child){
    border-top: 1px solid #e5e5e5;
}

.select2-result-repository__avatar {
    float: left;
    width: 60px;
    margin-right: 10px
}

.select2-result-repository__avatar img {
    width: 100%;
    height: auto;
    border-radius: 2px
}

.select2-result-repository__meta {
    margin-left: 70px
}

.select2-result-repository__title {
    color: #666;
    font-weight: 700;
    word-wrap: break-word;
    line-height: 1.1;
    margin-bottom: 4px
}

.select2-result-repository__forks,
.select2-result-repository__stargazers {
    margin-right: 1em
}

.select2-result-repository__forks,
.select2-result-repository__stargazers,
.select2-result-repository__watchers {
    display: inline-block;
    color: #aaa;
    font-size: 11px
}

.select2-results__option--highlighted .select2-result-repository__title {
    color: white
}

.select2-results__option--highlighted .select2-result-repository__forks,
.select2-results__option--highlighted .select2-result-repository__stargazers,
.select2-results__option--highlighted .select2-result-repository__description,
.select2-results__option--highlighted .select2-result-repository__watchers {
    color: #c6dcef
}

.select2-container--default .select2-selection--multiple{
    border: 1px solid #e5e5e5 !important;
    border-radius: unset !important;
    padding: 5px !important;
    min-height: 40px;
}

.select2-search__field{
    font-family: Montserrat,sans-serif;
    color: #666;
}

.select2-container--default .select2-selection--single{
    border-radius: unset !important;
}

.select2-results__options {
    max-height: 330px !important;
}

#qr-reader__dashboard_section_csr button{
    cursor: pointer;
    background-color: #11d080;
    border: 1px solid transparent;
    color: #fff;
    padding: 7px 20px;
    margin-bottom: 10px;
    margin-top: 10px;
    font-family: Montserrat,sans-serif;
}
#qr-reader__dashboard_section_csr button:hover{
    background-color: #0da264;
}
#qr-reader > div > span > a{
    pointer-events: none;
    cursor: default;
    text-decoration: none;
    color: black;
}

.metricBar {
    display: flex;
    justify-content: space-evenly;
    flex-flow: row wrap;
    margin: 10px
}

.metricBar .card {
    padding: 10px;
    margin: 0 15px
}

.metricBar .card .gauge {
    font-size: 20px;
    text-align: center;
    margin: 0 0 5px 10px
}

table.fold-table > tbody > tr.view td,
table.fold-table > tbody > tr.view th {
    cursor: pointer;
}

table.fold-table > tbody > tr.fold {
    display: none;
}

table.fold-table > tbody > tr.fold.open {
    display: table-row;
}
