/*@import url(font.css);*/

.h-caption i {
    display: block;
    font-size: 54px;
    color: #382526;
    margin-bottom: 36px;
}

body {
    font-family: 'Noto Sans', "Noto Naskh Arabic", "Tahoma", sans-serif ! important;
    min-height: 650px;
    /*background: #fcfcfc;*/
    font-size: 14px;
    color: #111;
}

strong {
    /*color: #555;*/
}

.str-grey {
    color: #444;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'Noto Sans', "Noto Kufi Arabic", Tahoma, "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}

ul {
    /*list-style-type: circle;*/
}

p,
li,
li a,
label {
    color: #222;
}

hr {
    margin: 10px 0;
    border-top: 1px solid #ccc;
}

.break-word {
    word-wrap: break-word;
}

.wide-container {
    margin: 0 auto;
    width: 97%;
}

.header-v4 .container {
    /*width: 95% !important;*/
}

.titre-page {
    font-size: 1.8em;
    font-weight: bold;
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-bottom: 2px solid #3498db;
}

.profil-tabs {
    font-size: 1.4em;
    font-weight: bold;
    padding-bottom: 10px;
    margin-bottom: 10px;
    /*border-bottom: 2px solid #0d752d;*/
}

.profil-tabs li {
    min-width: 5em;
    text-align: center;
}

.alert a {
    font-weight: bold;
}

.table-center > tbody > tr > td,
.table-center > tbody > tr > th,
.table-center > tfoot > tr > td,
.table-center > tfoot > tr > th,
.table-center > thead > tr > td,
.table-center > thead > tr > th {
    text-align: center;
    vertical-align: middle;
}

span.label, label {
    font-size: 88%;
}

td.for-btns, th.for-btns {
    padding: 1px 3px 1px 1px !important;
}

table .label {
    font-size: 85%;
}

td, th {
    vertical-align: middle !important;
}

.td-matricule {
    width: 6em;
    text-align: center;
}

td.td-matricule {
    text-align: center;
}

.td-notes {
    width: 6em;
}

.entry {
    font-weight: bold;
}

.matricule.label {
    font-size: 1.2em;
}

.navbar-collapse.navbar-responsive-collapse.collapse {
    background: #337ac1;
    height: 0px;
    /*background: #fafafa;*/
    /*border-bottom: 1px solid #3498db;*/
    border-bottom: 1px solid #ccc;
    border-top: 0;
}

.header-v4 .navbar-default .navbar-nav > li {
    margin-left: -1px;
    border-left: 1px solid #90bae2;
    border-right: 1px solid #90bae2;
}

.header-v4 .navbar-default .navbar-nav > li > a {
    color: #fafafa;
}

.header-v4 .navbar-default .navbar-nav > .active {
    background: #3582CB;
}

.header-v4 .navbar-default .navbar-nav > .active > a,
.header-v4 .navbar-default .navbar-nav > .active > a:hover {
    color: #eee;
}

.navbar-btn {
    margin-top: 4px;
    margin-bottom: 0;
}

.tooltip {
    font-size: 15px;
}

.tooltip-inner {
    max-width: 300px;
    background: #222;
    color: #fff;
    opacity: 1;
}

.field-help {
    font-size: 1.1em;
    color: #337ac1;
}

/* entete*/
#main-header {
    /*height: 100px;*/
}

#div-logo {
    /*height: 100px;*/
}

#div-logo img, #div-bcm-image img {
    max-height: 128px;
}

@media (max-width: 768px) {
    #div-logo img {
        margin: 0 auto;
    }

    #main-header h2 {
        text-align: center;
    }
}

@media (min-width: 992px) {
    #div-logo {
        padding: 15px;
    }
}

#div-espace-candidat {
    padding: 33px 15px;
}

#div-espace-candidat div {
    width: 160px;
    margin: 0 10px 0 auto;
    border-left: 1px solid green;
    border-right: 1px solid green;
}

@media (max-width: 768px) {
    #div-espace-candidat div {
        margin: 0 auto;
    }
}

@media (min-width: 768px) {
    .navbar-collapse {
        padding-right: 0;
        padding-left: 0;
    }
}

.navbar .nav > li {
    /*min-width: 110px;*/
    /*text-align: center;*/
    /*margin: 0 1px;*/
    /*background: #15a241;*/
}

.no-cancel-btn .btn.cancel-btn {
    display: none;
}

.navbar-default .nav > li {
    /*background: #efefef;*/
}

.navbar-inverse .nav > li {
    background: #333;
}

.navbar-inverse .navbar-nav > li > a {
    color: #bbb;
}

@media (min-width: 768px) {
    .navbar-right {
        margin-right: 0;
    }

    .navbar {
        border-radius: 0;
    }
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
    /*color: #555;*/
    /*background-color: #e1e1e1;*/
}

/*  Panel Heading */
.panel-heading .pull-right {
    margin-top: -4px;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    /*position: relative;*/
    /*min-height: 100%;*/
}

body {
    /* Margin bottom by footer height */
    /*margin-bottom: 150px;*/
}

#main-container {
    min-height: 600px;
}

.footer {
    /*width: 100%;*/
    padding-top: 10px;
    background: #eee;
    border-top: 2px solid #c7cacd;

    font-size: 1.2em;
}

.footer a img {
    margin: 10px;
}

#copy-right-bcm {
    text-align: center;
    min-height: 30px;
    padding: 5px;
    margin: 0 auto;
    border-top: 1px solid #ccc;
    color: #333;
    background: #eee;
}

.nav-pills > li > a {
    text-decoration: none;
    background-color: #c8daec;
}

.nav-pills.nav-justified > li > a {
    margin: 0 3px;
}

.nav-pills.nav-justified > li:first-child > a {
    margin-left: 0;
}

.nav-pills.nav-justified > li:last-child > a {
    margin-right: 0;
}

.nav-pills.nav-unjustified > li {
    width: 178px;
    text-align: center;
}

/* **  Formulaire ***/
.formulaire {
    width: 60%;
    margin: 20px auto;
}

.radio, .checkbox {
    /*margin-left: 20px;*/
}

.nav > li > a:focus, .nav > li > a:hover {
    text-decoration: none;
    background-color: #dedede;
}

@media print {
    a[href]:after {
        content: none;
    }
}

#classe-form .form-group {
    margin: 0;
}

/* Classe */
.well.classe {
    padding: 5px 20px 4px 20px;
}

.well.classe .classe-nom {
    font-size: 24px;
}

/*Minimiser la navbar */
.navbar {
    min-height: 0;
}

.navbar-nav > li > a {
    /*padding: 10px !important;*/
}

.navbar-brand {
    padding: 4px !important;
    height: auto;
}

.bg-default {
    background-color: #eee;
}

.div-etape span.fa-check,
.div-etape span.fa-close {
    display: none;
}

#cv-progress-list {
    margin: 0 auto 10px auto;
    border-radius: 0;
    padding: 5px;
    border: 1px solid #ddd;
    background: #fff;
}

.panel #cv-progress-list {
    margin: 0;
    padding: 10px;
    border: none;
}

#cv-progress-list .row {
    margin-right: 0;
    margin-left: 0;
}

#cv-progress-list .row .col-sm-4 {
    padding-right: 0;
    padding-left: 0;
}

.div-etape {
    /*border: 1px solid green;*/
    margin: 2px;
    padding: 2px 4px;
    background: #f5f5f5;
    border-radius: 2px;
    font-size: 0.9em;
}

.div-etape.complete {
    /*background-color: #139a3d;*/
    /*color: #fafafa;*/
    font-weight: bold;
}

.div-etape.complete a {
    /*color: #fafafa;*/
}

.div-etape.complete span.fa-check {
    color: #6fd46f;
    display: inline;
}

.div-etape.incomplete span.fa-close {
    color: #d9534f;
    display: inline;
}

#cv-progress-list div.progress-global {
    height: 40px;
    line-height: 40px;
}

#cv-progress-list div span.fa.fa-arrow-right {
    color: #337ab7;
}

.label-compete {
    white-space: inherit;
    margin: 2px;
    font-size: 100% !important;
    display: inline-block;
    background-color: #fff;
    border: 1px solid #ccc;
    color: #444
}

.label-compete-danger {
    background-color: #e68a8a;
    border: 1px solid #b14545;
}

.label-compete-inside {
    display: inline-block;
    font-size: 0.6em;
    vertical-align: middle;
}

.form-control {
    height: 30px;
    padding: 4px 10px;
}

label {
    font-size: 95%;
}

.form-group {
    margin-bottom: 12px;
}

table .form-group {
    margin-bottom: 0;
}

textarea.form-control {
    height: 100px;
}

#assist-photo {
    height: 98px;
}

span.asteriskField, span.asteriskfield {
    color: coral;
}

#assis-panel #assis-form {
    border: 1px solid #eee;
    padding: 15px;
    border-radius: 5px;
    background: #eee;
}

#assis-form .assis-form-title {
    font-weight: bold;
}

#assis-form hr {
    margin-top: 10px;
}

#assis-form a.cancel-btn {
    /*display: none;*/
}

#assis-form.assis-form-update a.cancel-btn,
#assis-form.assis-form-delete a.cancel-btn {
    display: inline-block;
}

#assis-form.assis-form-delete {
    /*width: 60%;*/
    margin: 0 auto;
}

.assis-form-create {
    /*display: none;*/
}

/*.assis-form-create-clean {*/
/*display: none;*/
/*}*/

.assis-form-create-clean .cancel-btn {
    display: none;
}

#assis-add {
    display: none;
}

.choix-a-la-bcm {
    min-height: 70px;
}

#div_id_a_la_bcm {
    margin-top: 22px;
}

#div_id_a_la_bcm label {
    font-weight: bold;
}

#div_id_photo a {
    display: none;
}

/* model_form.html*/
#model-form .div-btns {
    /*background: #eee;*/
    /*border-top: 2px solid #ddd;*/
    /*padding: 15px;*/
}

#model-form fieldset {
    /*padding: 15px;*/
    /*padding-bottom: 3px;*/
}

#model-form .model-form-title {
    padding: 15px;
}

#model-form hr {
    margin: 10px 0;
}

#div_id_a_present {
    padding-top: 16px;
}

/* Validation*/
.validation-message {
    font-size: 1.2em;
    margin-top: 12px;
}

@media (max-width: 768px) {
    .validation-btn {
        padding-top: 6px;
    }
}

/*Date time picker*/
.glyphicon-chevron-left:before {
    content: "\f053";
}

.glyphicon-chevron-right:before {
    content: "\f054";
}

.glyphicon-chevron-up:before {
    content: "\f077";
}

.glyphicon-chevron-down:before {
    content: "\f078";
}

.glyphicon {
    font-family: 'FontAwesome';
}

.glyphicon-screenshot:before {
    content: "\f047";
}

.glyphicon-time:before {
    content: "\f017";
}

.glyphicon-calendar:before {
    content: "\f133";
}

/*Ma candidature*/
.check_reqs {
    margin-bottom: 20px;
    text-align: center;
}

.check_reqs .label {
    display: inline-block;
    margin-top: 3px;
    padding: 7px;
    min-width: 106px;
    font-size: 92%;
}

.check_reqs .label-global {
    min-width: 100px;
    font-size: 120%;
    padding: 10px;
}

.formulaire1 .help-block {
    display: None;
}

.formulaire1 {
    margin: 10px;
}

/*Theme bcm*/
#lang-swicher {
    position: absolute;
    right: 16px;
    bottom: 0;
    /*background: #eee;*/
    font-size: 1.2em;
    padding: 5px 10px;
    font-family: "Noto Naskh Arabic", "Tahoma", sans-serif ! important;
    border-radius: 3px;
}

/*Green themes*/
/*.navbar-default .navbar-nav > li > a:hover,*/
/*.navbar-default .navbar-nav > li > a:focus {*/
/*color: #fff;*/
/*background-color: #0d752d;*/
/*}*/

/*.navbar-default {*/
/*background-color: #219845;*/
/*border: none;*/
/*}*/

/*.navbar-default .nav > li {*/
/*background: #219845;*/
/*}*/

/*.navbar-default .navbar-nav > li > a {*/
/*color: #fefefe;*/
/*}*/

/*.navbar-default .navbar-nav > .active > a,*/
/*.navbar-default .navbar-nav > .active > a:hover,*/
/*.navbar-default .navbar-nav > .active > a:focus {*/
/*color: #eee;*/
/*background-color: #0d752d;*/
/*}*/

/*.btn {*/
/*border-radius: 3px;*/
/*padding: 4px 12px;*/
/*}*/

/*.btn-primary {*/
/*color: #fff;*/
/*background-color: #219845;*/
/*border: none;*/
/*}*/

/*.btn-primary:hover {*/
/*color: #fff;*/
/*background-color: #0d752d;*/
/*}*/

/*.panel-primary {*/
/*border-color: #0d752d;*/
/*}*/

/*.panel-primary > .panel-heading {*/
/*color: #eee;*/
/*background-color: #0d752d;*/
/*border: none;*/
/*}*/

.panel-default {
    border-color: #c8daec;
}

.panel-default > .panel-heading {
    color: #333333;
    background-color: #c8daec;
    border-color: #c8daec;
}

.panel-heading strong {
    color: #333;
}

.breadcrumb {
    background: #e1eaf5;
}

.breadcrumb a {
    color: #555;
}

@media print {
    body {
        margin: 0;
        padding: 0 !important;
        min-width: 768px;
    }

    .container {
        width: auto;
        min-width: 750px;
    }
}

@media print {

    .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
        float: left;
    }

    .col-sm-12 {
        width: 100%;
    }

    .col-sm-11 {
        width: 91.66666666666666%;
    }

    .col-sm-10 {
        width: 83.33333333333334%;
    }

    .col-sm-9 {
        width: 75%;
    }

    .col-sm-8 {
        width: 66.66666666666666%;
    }

    .col-sm-7 {
        width: 58.333333333333336%;
    }

    .col-sm-6 {
        width: 50%;
    }

    .col-sm-5 {
        width: 41.66666666666667%;
    }

    .col-sm-4 {
        width: 33.33333333333333%;
    }

    .col-sm-3 {
        width: 25%;
    }

    .col-sm-2 {
        width: 16.666666666666664%;
    }

    .col-sm-1 {
        width: 8.333333333333332%;
    }

}

/* cv */
.cv {
    /*padding: 1cm;*/
    /*background: red;*/
}

body {
    /*background: yellow;*/
}

/*thumanil*/
.thn-image {
    height: 56px;
    width: 56px;
    border: 1px solid #eee;
    border-radius: 2px;
    background-size: contain;
}

/* unfiy*/
.header-v4 .navbar-default .navbar-nav > li > a {
    /*color: #687074;*/
    /*font-size: 15px;*/
    font-weight: 700;
    text-transform: none;
}

.timeline-v2 > li .cbp_tmtime > span:first-child {
    color: #555;
    font-size: 14px;
    /*line-height: 0.9;*/
}

.timeline-v2 > li .cbp_tmtime span.date,
.timeline-v2 > li .cbp_tmtime span.date span {
    color: #585f69 !important;
    font-size: 15px !important;
    font-weight: bold !important;
}

.timeline-v2 > li .cbp_tmlabel {
    margin-bottom: 10px;
}

.timeline-v2 > li:last-child .cbp_tmlabel {
    margin-bottom: 0;
}

/*Timeline*/
.cv .timeline-v2.timeline-me:before {
    left: 19%;
}

.cv .timeline-v2.timeline-me p {
    margin-bottom: 0;
}

.cv .timeline-v2.timeline-me > li .cbp_tmtime {
    width: 25%;
}

.cv .timeline-v2.timeline-me > li .cbp_tmicon {
    left: 19%;
}

.cv .timeline-v2.timeline-me > li .cbp_tmtime > span:first-child {
    color: #585f69;
    font-size: 16px;
    text-align: right;
    line-height: 20px;
}

.cv .timeline-v2.timeline-me > li .cbp_tmtime > span:last-child {
    color: #999;
    font-size: 14px;
    text-align: right;
}

.cv .timeline-v2.timeline-me > li .cbp_tmlabel {
    padding: 0;
    background: inherit;
    margin: 0 0 20px 23%;
}

.cv .timeline-v2.timeline-me > li .cbp_tmlabel:after {
    border-color: inherit;
}

.cv .timeline-v2.timeline-me > li .cbp_tmlabel h2 {
    margin: 0 auto;
    font-size: 17px;
    line-height: 20px;
    border-bottom: none;
    font-weight: 700;
    color: #666;
}

.cv .timeline-v2.timeline-me strong {
    color: #666;
}

.cv .timeline-v2 > li {
    min-height: 75px;
}

.cv .certifs .timeline-v2 > li {
    min-height: 30px;
}

.reg-page {
    color: #555;
    padding: 30px;
    background: #fefefe;
    border: solid 1px #eee;
    box-shadow: 0 0 3px #eee;
}

.reg-header {
    color: #555;
    text-align: center;
    margin-bottom: 35px;
    border-bottom: solid 1px #eee;
}

.reg-header h2 {
    font-size: 24px;
    margin-bottom: 15px;
}

@media (min-width: 992px) {
    .header-v4 .navbar-default .navbar-nav > li > a {
        padding: 10px 15px !important;
        text-align: center;
        /*min-width: 90px;*/
        border: none !important;
    }
}

.header-v4 .dropdown > a:after
    /* , .header-v4 .dropdown-submenu > a:after*/
{
    display: none;
}

@media (min-width: 768px) {
    .header-v4 .navbar-right .dropdown-menu {
        right: 15px;
    }
}

label {
    color: #555;
}

/*@media (min-width: 1200px) {*/
/*.container {*/
/*width: 1200px;*/
/*}*/
/*}*/

/*@media (min-width: 1300px) {*/
/*.container {*/
/*width: 1300px;*/
/*}*/
/*}*/

.container {
    /*width: 97% !important;*/
}

.tab-v3 .nav-pills li a {
    font-size: 14px;
    padding: 5px 15px;
}

.nav-offre-form .nav > li > a,
.offre-candidats .nav > li > a {
    padding: 5px 10px;
}

.tab-v1.offre .nav-tabs > li a {
    font-size: 14px;
    padding: 10px 15px;
}

.tab-v1.offre .nav-tabs > li ul li a {
    font-size: 14px;
    padding: 6px 15px;
}

.candid-checks .fa-check {
    color: #6fd46f;
}

.candid-checks .fa-close {
    color: #d9534f;
}

.breadcrumb li.active,
.breadcrumb li a:hover {
    color: #337ab7;
}

.alert-error {
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #a94442;
}

.alert-error hr {
    border-top-color: #e4b9c0;
}

.alert-error .alert-link {
    color: #843534;
}

/* Offre */

.tab-v1.offre .nav-tabs {
    border-bottom: none;
}

.tab-v1.offre .nav-tabs > li {
    border-bottom: solid 7px #e23e1a;
}

.tab-v1.offre .nav-tabs > li.complete {
    border-bottom: solid 7px #5cb85c;
}

.tab-v1.offre .nav-tabs > li.encours {
    border-bottom: solid 7px orange;
}

/* forms */
form .form-header {
    display: block;
    font-size: 18px;
    background: #fff;
    font-weight: 700;
    padding: 4px 0;
    border-bottom: 2px solid #bbb;
    color: #555;
    margin-bottom: 15px;
}

.margin-bottom-0 {
    margin-bottom: 0;
}

.margin-top-0 {
    margin-bottom: 0;
}


.bootstrap-datetimepicker-widget.dropdown-menu {
    display: block;
}

.panel-messages img {
    max-width: 100%;
}
