/* GERAL */
    .display-none, .d-none{
        display: none;
    }
    .w100{
        width: 100% !important;
    }
    .dline{
        display: inline !important;
    }
    .cboth{
        clear: both;
    }
    .cfff{
        color: #fff !important;
    }
    .fright{
        float: right;
    }
    .panel-profissionais{
        border: 1px solid #ccc;
        padding: 15px;
        margin-bottom: 15px;
        border-radius: 5px;
    }
    .bg-info{
        background-color: #ce7e49!important;
    }
    .btn-info {
        color: #fff;
        background-color: #ce7e49;
        border-color: #181615;
    }
/* GERAL */

/* TRANSACTION LIST */
    .ffc62b{
        background: #ffc62b;
    }
    .bg6D6863{
        background: #6D6863;
    }
    .ffc62b input{
        background: #fdd463;
        color: #000;
        border-color: #fff;
    }
    .ffc62b button{
        background: #f15b66;
        border-color: #fff;
        color: #fff;
    }
    .ffc62b button:hover{
        color: #fff;
        background-color: #F7999F;
        border-color: #fff;
    }
    .ffc62b button i{
        color: #fff !important;
    }

    .ffc62b ::-webkit-input-placeholder {
        color: #000000 !important;
    }

    .ffc62b :-moz-placeholder {
        color: #000000 !important;
    }

    .ffc62b ::-moz-placeholder {
        color: #000000 !important;
    }

    .ffc62b :-ms-input-placeholder {
        color: #000000 !important;
    }
/* TRANSACTION LIST */

.botaoexcluir{
    float: right;
    position: relative;
    left: 10px;
    top: -70px;
}