﻿.dropdown-uppercase {
    text-transform: uppercase;
}

.dropdown-underline {
    border-bottom: 1px solid #000;
}

.card.card-body {
    margin-bottom: 30px;
}

body .text-muted {
    margin-top: 5px;
    color: #999999 !important;
}

.font-weight-semibold {
    font-weight: 600;
}

.highlight-txt {
    color: #d81b60;
    padding: .2rem .4rem;
    background-color: #fafafa;
}

.border-top-info {
    border-top-color: #00bcd4;
}

, :focus, *:hover {
    outline: none;
}

.b7-dropdown-search-item {
    padding-left: 1rem;
    padding-right: 1rem;
}

.b7-dropdown-noItemFound {
    color: #6d6969dd !important;
}

.input-group > i {
    font-size: .8125rem;
    position: absolute;
    left: .9375rem;
    top: 50%;
    margin-top: -.40625rem;
    opacity: .5;
    z-index: 4;
}
/*.card {
    box-shadow: 0 1px 2px rgba(0,0,0,.05 border: 1px solid rgba(0,0,0,.125);
    border-radius: .1875rem;
    padding: 1.25rem;
}*/
body {
    background: #f5f5f5;
}

option.disabled {
    color: #dddddd;
}

optgroup.dropdown-heading {
    border-bottom: 1px solid #000000;
    font-size: 20px;
}

.select-outer {
    position: relative;
    width: 100%;
    margin-top: 0;
    float: none;
    z-index: auto;
    display: block;
}

.main-select {
    border: 1px solid rgba(0,0,0,.15);
    padding: 6px 12px;
    border-radius: 4px;
    font-size: 13px;
    color: #333;
}

.main-select-item {
    padding: .5rem 0;
    color: #333;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: .1875rem;
    box-shadow: 0 0.25rem 0.5rem rgba(0,0,0,.1);
    top: 0;
    left: 0;
    position: absolute;
    z-index: 9;
    width: 100%;
}

.dropdown-item {
    display: block;
    width: 100%;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    padding: .5rem 1rem;
    font-size: 15px;
}

    .dropdown-item:hover {
        color: #16181b;
        text-decoration: none;
        background-color: #f8f9fa;
    }

    .dropdown-item.active {
        color: #fff;
        background-color: #2196f3;
    }

    .dropdown-item.disabled {
        color: #999999 !important;
        cursor: not-allowed;
        pointer-events: none;
    }

.b7-dropdown-item-default {
    color: #806a6a;
}

.select-outer {
    position: relative;
    width: 100%;
    margin-top: 0;
    float: none;
    z-index: auto;
    display: block;
}

.main-select:after {
    position: absolute;
    content: "";
    top: 14px;
    right: 10px;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-color: #999 transparent transparent transparent;
}

.dropdown-item.selected {
    background: #dddddd;
}

.dropdown-header .text-default {
    color: #333;
}

.opacity-75 {
    opacity: .75;
}

.dropdown-header > i {
    margin-right: 1rem;
    color: #999999;
}

.ml-auto {
    margin-left: auto !important;
}

.mr0 {
    margin-right: 0 !important;
}

.dropdown-divider {
    height: 0;
    margin: .5rem 0;
    overflow: hidden;
    border-top: 1px solid #ddd;
}

.dropdown-header-highlight {
    margin-top: 0;
    background-color: #f8f8f8;
}

.dropdown-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    margin-top: .25rem;
    margin-bottom: .25rem;
    line-height: 1.6667;
    padding: .5rem 1rem;
    font-size: 17px;
}

h6 {
    font-size: 17px;
}

.select-outer .main-select-item {
    max-height: 250px;
    overflow-x: auto;
}
.dropdown_focus {
    background-color: #808080;
    color: #fff;
}