/* Globals */
/*.btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
    background-color: #57acc9;
    border-color: #57acc9;
}
.btn-primary, .btn-primary:hover {
    background-color: #57acc9;
    border-color: #57acc9;
}
.btn-primary.focus, .btn-primary:focus {
    background-color: #57acc9;
    border-color: #57acc9;
    box-shadow: 0 0 0 1px rgb(67, 141, 165);
}
.dropdown-item.active, .dropdown-item:active {
    background-color: #57acc9;
}*/

.btn-primary:not(:disabled):not(.disabled) {
    background-color: #57acc9;
    border-color: #57acc9;
    color: white;
}

.btn-primary:hover {
    background-color: #4698b3;  /* ~15% plus foncé */
    border-color: #3f8ba3;
    color: #fff;
}

.btn-secondary {
    background-color: #5f7681;
    border-color: #5f7681;
    color: white;
}

.btn-success {
    background-color: #4bbf8e;
    border-color: #4bbf8e;
    color: white;
}

.btn-info {
    background-color: #4ecdc4;
    border-color: #4ecdc4;
    color: white;
}

.btn-warning {
    background-color: #f4a261;
    border-color: #f4a261;
    color: white;
}

.btn-danger {
    background-color: #e76f51;
    border-color: #e76f51;
    color: white;
}

.btn-dark {
    background-color: #2a4e5c;
    border-color: #2a4e5c;
    color: white;
}


.dropdown-item:hover {
    color: #57acc9
}
.page-item.active .page-link {
    background-color: #57acc9;
    border-color: #57acc9;
}
.ellip {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.wrapped {
    word-wrap: break-word;
}
.hidden {
    display: none;
}
/* ./Globals */

.auth-page {
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 40px;
    padding-bottom: 40px;
}
.auth-page .logo-img {
    width: 150px;
    margin-bottom: 15px;
}

/* Dashboard Page */
.dashboard-content .title-btn {
    float: right;
    margin-left: 15px;
}
.dashboard-statistic-card .card:hover {
    cursor: pointer;
}
/* ./Dashboard Page */

.bdd-info {
    margin-right: 10px;
    margin-bottom: 10px;
    font-size: 15px;
    text-align: center;
}

.bdd-body .dashboard-wrapper {
    background: white;
}

/* Bdd card */
.bdd-card-row {
    margin-bottom: 15px;
}
.bdd-card {
    padding: 25px 25px 25px 0px;
}
.bdd-card .content {
    color: #545454;
}
.bdd-card .bdd-name a:hover {
    color: #5969ff;
    text-decoration: underline;
}
.bdd-card .tags-categories span {
    margin-right: 5px;
}
/* ./Bdd card */

.removeBtn {
    cursor: pointer;
}

.request-detail .request-text {
    text-align: justify;
    font-weight: bold;
    font-style: italic;
}

.request-detail .request-info {
    margin-bottom: 25px;
}

.request-detail .request-info strong {
    color: #3d405c;
    font-size: 14px;
}

.request-detail .request-footer {
    text-align: center;
}

.request-detail hr {
    margin-bottom: 25px;
}

.nav-left-sidebar .navbar-nav .nav-item .badge {
    margin-top: -20px;
    display: block!important;
}

.figure-attachment {
	max-height: 200px;
	min-height: 200px;
}

.sub_role{
    color: white;
    border-radius:20px;
    padding: 6px 18px 6px 18px;
    display: inline-block;
    text-align: center;
}

.sub_pro {
    background:#106E77;
}

.sub_part {
    background:#1695A0;
}

.sub_free {
    background:#A46A1F;
}


fieldset{
    border: 1px solid #000000 !important;
    border-radius: 12px !important;
    padding-left: 15px !important;
    margin: 1px 1px 12px 0;
}

fieldset .service_legend {
    background-color: #000;
    color: #fff;
    padding: 7px 10px !important;
    margin-left: 20px;
    font-size: 12px;
    width: 40%;
    border-radius: 10px !important;
}

fieldset .service_legend>.custom-control input {
    margin: 5px 10px !important;
}

.table-action-icon {
    transition: transform 0.1s ease, opacity 0.1s ease;
    cursor: pointer;
    opacity: 0.85;
}

.table-action-icon:hover {
    opacity: 1;
    transform: scale(1.15);
}