﻿div.mcb {
    display: inline-block;
    vertical-align: middle;
}



div.mcb-input-block {
    width: 100%;
    height: 30px;
    border: 1px solid #ccc;
    border-radius: 4px;
    -moz-border-radius: 3px;
    overflow:hidden;
}

div.mcb-input-container {
    width:100%;
    height: 28px;
    float: left;
    margin-left: -30px;
    padding-left: 30px;
}


    div.mcb-input-container > input {
        width: 100%;
        height: 100%;
        float: left;
        border: none;
        padding: 0 5px;
        font-size: 12pt;
    }
    div.mcb-input-container > input:hover:focus {
        outline: none;
    }

div.mcb-select-block {
    clear: both;
    width: inherit;
    display: none;
}


div.mcb-btn-open-select {
    width: 30px;
    float: right;
    background-color: white;
}

    div.mcb-btn-open-select > i {
        font-size: 15pt;
        padding-left: 9px;
        padding-top: 5px;
        cursor: pointer;
        background-color: inherit;
    }

ul.mcb-list {
    position: absolute;
    width: inherit;
    background-color: white;
    border: 1px solid #66afe9;
    margin: 0;
    padding: 0;
    cursor: pointer;
}

    ul.mcb-list > li {
        height: 20px;
        text-decoration: none;
        list-style: none;
        padding: 2px 10px;
    }

        ul.mcb-list > li:hover {
            background-color: rgb(102, 192, 243);
        }
