#myphone {
}

    #myphone .content-left-bottom-inner {
        padding:0;
        margin:0;
    }

        #myphone .filter-items {
            position:relative;
        }

            #myphone .filter-item {
                line-height:38px;
                padding:0 10px;
                cursor:pointer;
            }

            #myphone .filter-item.selected {
                background-color:#f0f0f0;
            }

.myphone-helper {
    border-bottom:1px solid #d3d3d3;
    padding:25px 20px;
    overflow:hidden;
}

    .myphone-helper-string {
        display:inline-block;
        float:left;
        white-space:nowrap;
    }

    .myphone-helper-string:not(:last-of-type) {
        margin-right:40px;
    }

.myphone-helper .btn-round {
    font-size: 16px;
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-indent: -1px;
    background-color: #7ac1fd;
    float: left;
    margin-right: 10px;
    cursor: default;
    text-align: center;
    color: #fff;
}

        .myphone-helper-text {
            float:left;
            margin-right:10px;
            line-height:36px;
        }

        .myphone-helper .btn-choose {
            line-height:31px;
            display:inline-block;
            margin-bottom:0;
            cursor:auto;
            color:#fff;
        }

.myphone-phone-template {
    background-color:#fff;
}

    .myphone-phone-outer {
        text-align:center;
        padding-top:30px;
    }

        .myphone-phone-container {
            display:inline-block;
            position:relative;
            margin-bottom:20px;
        }

            .myphone-phone-inner {
                position:relative;
            }

                .myphone-phone-img {
                    display: inline;
                    margin-bottom:10px;
                }

                .btn-items {
                    position:absolute;
                    top:0;
                    left:0;
                    margin:0;
                }
.btn-items.list-unstyled.panel-with-columns {
    position: absolute;
    top: -2px;
    left: -23px;
    margin: 0;
}

.myphone-button-container {
    overflow:hidden;
    margin-bottom:10px;
}

.btn-item {
    overflow-x: auto;
    overflow-y: auto;
}

.btn-choose {
    background-color: #48a3ed;
    border-radius:5px;
    font-size:12px;
    text-shadow:0 1px 1px rgba(0,0,0,0.5);
    text-align:center;
    line-height:inherit;
    cursor:pointer;
    margin-bottom:10px;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
    color:#fff;
    padding:0 5px;
}

.myphone-helper .btn-save
{
    margin-right:10px;
    cursor: default;
}

.myphone-helper .btn-save:active,
.myphone-helper .btn-save:hover,
.myphone-helper .btn-save:active:hover,
.myphone-helper .btn-save:active:focus {
        background-color: #54C152;
        border-color: #399738;
    }

.blf-explanation {
    text-align:center;
}

    .blf-explanation-icon {
        color:#2d94f3;
        font-size:90px;
        margin:150px 0 20px 0;
    }

    .blf-explanation-text {
        font-size:14px;
        margin-bottom:40px;
        font-weight:bold;
    }