.select{
        border: 1px solid #cccccc; display: block;
        width: 100%; position: relative;
        border-radius: 3px; overflow: hidden;
        background-size: 25px; cursor: pointer;
    }

    .select select{
        padding: 8px 5px; width: 105%; border: none;
        box-shadow: none;
        background: transparent; background-image: none; -webkit-appearance: none;
        z-index: 3;
    }
    option{
        padding: 8px 5px !important; border-bottom: 1px solid #EEE !important;
        display: block
    }
    .select select:focus{
        outline: none;
    }
    .select i{
        position: absolute; left: 90%; top: 50%; transform: translateY(-50%);
       z-index: 0;
    }
    .widget{
        position: absolute; left: 90%;  bottom: 20px;
    }
    
    .line-input {
        width: 100%; border: 0;
        padding: 8px 5px !important; border-bottom: 1px solid #6a6a6a !important;
    }
    
    .col-xs-6{
        overflow: hidden !important;
    }
    @media only screen and (max-width: 480px) {
        .col-xs-6{
            width: 100% !important;
        }
    }