body {
    background-color: #FAFAFA;
}

a:focus, a:hover {
    text-decoration: none;
}

.fabutton {
  background: none;
  padding: 0px;
  border: none;
  cursor: pointer;
}

#modal-container {
    display: none;
}

.modal-dialog{
    max-width: 62.5rem;
}

.card-block {
    padding: 1rem 0.5rem;
}

.card-title {
    text-align: center;
}

.ygg-card {
}

.ygg-card-login {
    width: 400px;
    margin: 5% auto 20px;
}

.ygg-card-action {
    text-align: right;
}

.ygg-card-login .ygg-card-action {
    text-align: center;
}

.ygg-card-action form {
    display: inline;
}

.nav-right-icon {
    float: right;
    padding: 6px;
    background-color: white;
    margin: 1px 15px;
    border-radius: 3px;
}

.circle-icon {
    border: 2px solid #0275d8;
    color: #0275d8;
    width: 35px;
    height: 35px;
    line-height: 32px;
    border-radius: 50%;
    text-align: center;
    vertical-align: middle;
}

.circle-icon:focus, .circle-icon:hover {
    border-color: #014c8c;
}

.circle-icon-green {
    color: #5cb85c;
    border-color: #5cb85c;
}

.circle-icon-green:focus, .circle-icon-green:hover {
    color: #449d44;
    border-color: #449d44;
}

.circle-icon-yellow {
    color: #f0ad4e;
    border-color: #f0ad4e;
}

.circle-icon-yellow:focus, .circle-icon-yellow:hover {
    color: #ec971f;
    border-color: #ec971f;
}

.cv-tab-title {
    max-width: 150px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.previous-action {
    float:left;
    margin: 10px;
}

.next-action {
    float:right;
    margin: 10px;
}

.navbar-text {
    background-color: #eee;
    float: right;
    padding: 5px;
    height: 48px;
}

.navbar-text-dark {
    background-color: #ddd;
    float: right;
    padding: 5px;
    height: 48px;
}

.preview-resume {
    height: 700px;
    display:none;
}

.multiselect.dropdown-toggle.btn.btn-default {
    background-color: white;
    border: 2px solid #0275d8;
}

tr.warning {
    background-color: #FAD160;
}

.form-inline .multiselect-container label.checkbox, .form-inline .multiselect-container label.radio {
    padding: 3px 20px 3px 30px;
}

.badge {
    display: inline-block;
    padding: .25em .4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem;
}

.badge-pill {
    padding-right: .6em;
    padding-left: .6em;
    border-radius: 10rem;
}

.badge-default {
    background-color: #636c72;
}

.bck-grd-grey {
    background-color: rgba(0, 0, 0, 0.075);
}

.loader {
    border: 8px solid #f3f3f3; /* Light grey */
    border-top: 8px solid #3498db; /* Blue */
    border-bottom: 8px solid #3498db; /* Blue */
    border-radius: 50%;
    width: 40px;
    height: 40px;
    animation: spin 2s linear infinite;
    display: inline-block;
    vertical-align: bottom;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

td.form-error {
    padding: 0;
    border-top: 0;
    color: #a94442;
}
.center{
    text-align: center;
}
.antiqueWhite{
    background-color: antiqueWhite;
}
#top-fixed{
    background-color: white;
}

/* Style applicable sur les blocs de notes dans la configuration des mails/phrases */
.config-notes{
    width: 100%;
}

.new-note{
    width: 100%;
    background-color: #fff;
    color: #dddddd;
    padding: 0.125rem;
}

    .new-note:hover{
        cursor: text;
    }

.editable-note{
    width: 100%;
    min-height: 25rem;
    background-color: #fff;
    color: #000000;
    padding: 0.125rem;
}

/* -- =============================== -- */
/* -- ========= MOHAMED CSS ========= -- */
/* -- =============================== -- */

.mg-top-space {
    margin-top: 20px;
}

/* Applique scroll-bar au dropdown de la barre de recherche candidats */
.card-body .dropdown-menu {
    max-height: 500px;
    overflow-y: auto;
    overflow-x: hidden;
}

.multiselect-container .multiselect-search {
    width: auto;
}

/* -- =============================== -- */
/* -- ========= OPHELIE CSS ========= -- */
/* -- =============================== -- */


.checkbox-horizontal {
    margin-right: 15px;
}
