﻿.b2multiselect {
    width: 250px;
    cursor: pointer;
    z-index: 100;
    position:relative;

}

.b2multiselectOpts {
    position: relative;
    border: none;
    display: none;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    padding-left: 5px;
}
.b2selectBox span {
    float: right;
    z-index: 100;
    top: -30px;
    color: var(--b2Blue);
}

.b2multiselectMainFilters {
    width: 180px;
    cursor: pointer;
    z-index: 100;
    position: relative;
}

.b2multiselectOptsMainFilters {
    position: absolute;
    border: none;
    display: none;
    background-color: var(--b2Blue);
    z-index: 103;
    width: 180px;
    height:200px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    padding-left: 5px;
    overflow: hidden;
    overflow-y: scroll;
}

.b2multiselectOptsMainFiltersUsr {
    position: absolute;
    border: none;
    display: none;
    background-color: var(--b2Blue);
    z-index: 103;
    width: 250px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    padding-left: 5px;
    margin-left:10px;
}

    .b2selectBoxMainFilters span {
        float: right;
        z-index: 102;
        color: var(--b2Blue);
        font-size: 14px;
        top: -35px;
    }

.b2multiselectOptsMainFilters label {
    font-size: 16px;
    color: var(--b2NavyBlue);
    cursor: pointer;
    display: block;

}
    .b2multiselectOptsMainFilters label:hover {
        background-color: var(--b2NavyBlue);
        color: #fff;
    }
    /*.b2multiselectOpts select {
        width: 100%;
        font-weight: bold;
        border-style: hidden;
        border-bottom-style: none;
    }
        .b2selectBox select option {
       
        }*/
    .b2overSelect {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.b2overSelectUsr {
    position: absolute;
    left: 0px;
    right: 0;
    top: 0;
    bottom: 0;
    width:250px;
}
.b2selectBoxMainFilters #spanEntIdUsr {
    float: right;
    left: 75px;
    z-index: 102;
    color: var(--b2Blue);
    font-size: 14px;
}

#b2TypeOptions {
    display: none;
    border: 1px var(--b2White) solid;
    position: absolute;
    background-color: var(--b2White);
    min-width: 250px;
    overflow: auto;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 100;
}

    #b2TypeOptions div {
        display: block;
        font-size: 13px;
        color: var(--b2NavyBlue);
        cursor: pointer;
    }
    #b2TypeOptions div span {
        font-size: 16px;
        width:150px;
        color: var(--b2NavyBlue);
        cursor: pointer;
        margin-right:80px;
    }
        #b2TypeOptions div span:hover {
            background-color: var(--b2NavyBlue);
            color:var(--b2White);
        }
        #b2TypeOptions div input {
            font-size: 16px;
            border-color: var(--b2NavyBlue);
            cursor: pointer;
            margin-right:2px;
        }
        #b2TypeOptions div:last-child span {
            margin-right: 82.5px;
        }

    #b2TypeOptions label {
        font-size: 20px;
        color: var(--b2NavyBlue);
        cursor: pointer;
        display: block;
        line-height:20px;
    }

        #b2TypeOptions label:hover {
            background-color: var(--b2NavyBlue);
            color:#fff;
        }

.autoCompleteBoxHidden {
    width: 100px;
    background-color: var(--b2Blue);
    display: none;
}
.autoCompleteBoxShown {
    width: 180px;
    height:175px;
    overflow:hidden;
    overflow-y:scroll;
    background-color: var(--b2Blue);
    display: block;
    z-index: 600;
    position: absolute;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    padding-left: 5px;
}
.autoCompleteBoxShown label {
    font-size: 16px;
    color: var(--b2NavyBlue);
    display: block;
}
        .autoCompleteBoxShown label:hover {
            font-size: 16px;
            background-color: var(--b2NavyBlue);
            color: #fff;
            cursor: pointer;
            width: 180px;
        }

.b2AutoComplete input {
    width: 180px;
    padding: 0px;
   
    display: inline-block;
    border-style: hidden;
    border-bottom-style: groove;
    border-bottom-color: var(--b2NavyBlue);
}

    .b2AutoComplete input:focus {
        background-color: var(--b2Blue);  
        outline: none;
    }

    .smallCostType{
        font-size:10px;
    }