.pop {
    position: relative;
    display: inline;
}

.pop .pop_menu {
    display: none;
    -moz-border-radius: 4px 0 4px 4px;
    -webkit-border-radius: 4px 0 4px 4px;
    border-radius: 4px 0 4px 4px;
    top: auto;
    right: -13px;
}

/*! Solo Chrome */
@media screen and (-webkit-min-device-pixel-ratio:0) and (min-resolution:.001dpcm) {
    .pop .pop_menu {
        right: 2px;
    }
}

/*! Solo Safari */
_::-webkit-full-page-media,
_:future,
:root .pop .pop_menu {
    right: -28px;
}

/*! Solo Firefox */
@supports (-moz-appearance:none) {
    .pop .pop_menu {
        right: -13px;
    }
}

.pop .pop_toggle {
    /*background-image: url(../../images/print.png);
    background-repeat: no-repeat;
    background-position: center center;*/
    background-color: transparent;
    width: 20px;
    height: 20px;
    padding: 3px;
    margin: 2px auto 0 auto;
    overflow: hidden;
    cursor: pointer;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.active .pop_menu {
    display: block;
    background-color: rgb(135, 182, 217);
    color: #fff;
    position: absolute;
    padding: 10px;
    width: auto;
    -moz-box-shadow: -2px 2px 10px rgba(0, 0, 0, .25);
    -webkit-box-shadow: -2px 2px 10px rgba(0, 0, 0, .25);
    box-shadow: -2px 2px 10px rgba(0, 0, 0, .25);
}

.active .pop_menu p {
    text-align: left;
    color: #fff;
    padding: 5px 0 5px 0;
}

.active .pop_menu a {
    color: #333;
}

.active .pop_menu a:hover {
    color: #fff;
}

.active .pop_toggle {
    z-index: 2000;
    position: relative;
    padding: 3px;
    top: 0;
    left: 0;
    /*background-image: url(../../images/print.png);*/
    background-color: rgb(135, 182, 217);
    -moz-border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
}

.ico_imp {
    background-image: url(../../images/print.png);
    background-repeat: no-repeat;
    background-position: center center;
}

.ico_apli {
    background-image: url(../../images/apli.png);
    background-repeat: no-repeat;
    background-position: center center;
}

.ico_input {
    background-image: url(../../images/input-edit.png);
    background-repeat: no-repeat;
    background-position: center center;
}

.ico_imp_lst {
    background-image: url(../../images/print_lst.png);
    background-repeat: no-repeat;
    background-position: center center;
}