﻿body {
}
/*drop inicio*/
.drop {
    padding: 15px;
    border: 2px #ccc dashed;
    border-radius: 5px;
    line-height: 34px;
    background: rgba(245, 245, 245, 0.54);
}

    .drop.drag-over {
        background: #5CB85C;
        color: #fff;
    }
/*drop fim*/

/*btn-circle inicio*/
.btn-circle {
    width: 30px;
    height: 30px;
    padding: 6px 0;
    border-radius: 15px;
    text-align: center;
    font-size: 12px;
    line-height: 1.428571429;
}

    .btn-circle.btn-lg {
        width: 50px;
        height: 50px;
        padding: 10px 16px;
        border-radius: 25px;
        font-size: 18px;
        line-height: 1.33;
    }

    .btn-circle.btn-xl {
        width: 70px;
        height: 70px;
        padding: 10px 16px;
        border-radius: 35px;
        font-size: 24px;
        line-height: 1.33;
    }

    .btn-circle.btn-xx {
        width: 120px;
        height: 120px;
        padding: 10px 16px;
        border-radius: 65px;
        font-size: 40px;
        line-height: 1.33;
    }

/*btn-circle fim*/