/*ADDED FROM THE SAMPL*/
span#brand-title {
    color: #fff;
}
body {
/*
    color: #566787;
    background: #f5f5f5;
    font-family: 'Varela Round', sans-serif;
*/
    font-size: 14px!important;
}
.bg-light-danger {
    background-color: #E4B9B9;
    border: 1px #a94442 solid;
}
p.custom {
  text-align: justify;
}

div.placeholder-100pct {
     height: 100;
}

header {
    height:61px;
}   
a {
    color:#428bca;
}
/*

a:hover {
    color: #b5b0b0;
    text-decoration: underline;
}

.btn-primary {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open>.dropdown-toggle.btn-primary {
    color: #fff;
    background-color: gray;
    border-color: gray; 
}

*/
input, button, select, optgroup, textarea {
    /*margin: 4px;*/
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

label {
    margin-right : 4px;
};

.form-control {
    font-size: 14px;
};

.dropdown-menu {
    font-size: 14px!important;
}
button.btn.btn-primary {
    font-size: 14px!important;
}

.nav[aria-label="breadcrumb"] {
  width: 100%;
}

.breadcrumb {
    align-items: center;
}

/*Ca c'est pour l'alignement dans les datatable*/
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    padding: 1px;
    line-height: 1.42857143;
    vertical-align: middle;
}

/* FRANCK */
.btn-warning {
    color: #ffffff;
}

.navbar .dropdown-menu {
    font-size: 14px;
}

/*

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled a,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover a {
    color: #b7b7b7;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover{
    background: #ddd;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.active {
    background: #28a745;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover a{
    color: #28a745;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.active a {
    color: #ffffff;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover a:hover {
    text-decoration: none;
}

*/
.pb-user fieldset>legend {
    border-bottom: 1px solid #c3c3c3;
}

.pb-user-info label {
    font-weight: bold;
}

.pb-user .nav[aria-label="breadcrumb"] {
    display: block;
}

.pb-user-key .btn {
    margin: 0 .15rem!important;
}

.dataTables_filter {
    float: left!important;
}

.dataTables_length{
    float:right;
}

.dataTables_filter input {
    width: 300px!important;
}
.breadcrumb-item+.breadcrumb-item {
display: flex!important;
align-items: center!important;
}

.fa-user {
  color: white;
}
