.table-responsive {
    width: 100%;
}



.btn-success:active:hover,
.btn-success.active:hover,
.open>.dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open>.dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open>.dropdown-toggle.btn-success.focus {
    color: #fff;
    /* Tiago
  background-color: #398439;
  border-color: #255625;
  */
    background-color: #FF7375;
    border-color: #FF7375;

}



/*
ORIGINAL
.sidebar .nav > li.expand > a,
.sidebar .nav > li > a:hover,
.sidebar .nav > li > a:focus {
    background: #232a2f;
    color: #a8acb1;
}
*/

/* Alterado Tiago */
.sidebar .nav>li.expand>a,
.sidebar .nav>li>a:hover,
.sidebar .nav>li>a:focus,
.sidebar .nav>li>a::selection {
    background: #362F54;
    color: #FF7375;
    /* font-weight: bold; */
}



.btn.btn-success {
    background: #FF7375 !important;
    /* border: 2px solid #221C46!important; */
    border: none;
    color: #221C46 !important;
    font-weight: bold !important;
}

.btn.btn-success:focus,
.btn.btn-success:active,
.btn.btn-success.active,
.btn.btn-success:hover .open .dropdown-toggle.btn-success {
    background: #FBDDDA !important;
    border: none;
}

.btn-group .btn.btn-success:not(.active)+.btn.btn-success,
.input-group-btn .btn.btn-success:not(.active)+.btn.btn-success {
    /*border-left-color: #008a8a;*/
    border-left-color: #FF7375;
}






.btn.btn-arrow {
    background: #221C46 !important;
    /* border: 2px solid #221C46!important; */
    border: none;
    color: #fff !important;
}

.btn.btn-arrow:focus,
.btn.btn-arrow:active,
.btn.btn-arrow.active,
.btn.btn-arrow:hover .open .dropdown-toggle.btn-arrow {
    background: #221C46 !important;
    border: none;
}

.btn-group .btn.btn-arrow:not(.active)+.btn.btn-arrow,
.input-group-btn .btn.btn-arrow:not(.active)+.btn.btn-arrow {
    border-left-color: #221C46;
}



.login .login-header .brand .logo {
    background: url("/assets/img/pluxee-new.png");

    width: 202px;
    height: 66px;
}

.slimScrollBar {
    cursor: pointer !important;
    width: 8px !important;
}

.bg-blue-primary {
    background: #ffffff !important;
    border: 1px solid #221C46;
}