/* GERAL */

    /* cor padrão anterior: #fcaf17 alterado para #ED3237*/
    body{
        background: url('../includes/img/bg-inter.jpg');
    }
    body.index{
        background: url('../includes/img/bg.png');
    }
    ul.dropdown-menu li a, ol.breadcrumb li a, .fa.fa-folder-o, .fa.fa-folder-open-o{
        color: #ED3237;
    }
    form.letras>input.btn-xs{
        width: 30px;
        margin: 2px 1px;
    }

    form.letras>input.btn-default.btn-xs.submit{
        width: 97px;
    }

    .dropdown.lateral>ul>li.active>a{
        background: #ED3237;
        color: #fff !important;
    }

    label>i.ico-erro{
        color: red;
    }

    a.list-group-item.active{
        background: #000 !important;
        border-color: #000 !important;
    }

    a.list-group-item.active-inter{
        background: #d9edf7 !important;
        border-color: #d9edf7 !important;
    }

    .fa-question-circle{
        cursor: pointer;
    }

    .fs12{
        font-size: 12px;
    }

    .bt-excluir-ico{
        position: absolute;
        top: 0px;
        right: 7px;
    }

    i {
        color: #ED3237;
    }
    table{
        background: #f8f8f8;
    }
    .mtb15{
        margin-top: 15px;
        margin-bottom: 15px;
    }
    .h300{
        height: 300px;
    }
    .panel-heading{
        background: #000 !important;
        color: #fff !important;
    }

    .timeline > li > .timeline-badge {
        top: 27px;
        left: 51%;
        width: 30px;
        height: 30px;
        /*margin-left: -3.8%;*/
        font-size: 1.2em;
        line-height: 34px;
        background-color: #000000;
    }
    .scroll{
        overflow-y: scroll;
        overflow-x: hidden;
        height: 600px;
    }

    .randonPassText{
        display: none;
        margin-top: 10px;
    }
    #page-wrapper{
        padding: 0 30px 20px;
    }
    .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 */