@charset "UTF-8";

/* @font-face {
    font-family: 'cisad';
    src: url('../font/cisad.eot');
    src: url('../font/cisad.eot#iefix') format('embedded-opentype'),
        url('../font/cisad.woff') format('woff'),
        url('../font/cisad.ttf') format('truetype'),
        url('../font/cisad.svg#cisad') format('svg');
    font-weight: normal;
    font-style: normal;
} */
body {
    background-color: #fff;
    /* background: linear-gradient(90deg, #eaeeee 0%, #e3ffe4 100%); */
    /* background-color: #fcfcfc; */
}

main {
    display: none;
    margin-top: 60px;
    margin-bottom: 60px;
}

#tempMessage {
    position: fixed;
    bottom: 55px;
    right: -100px;
    z-index: 10000;
}

#post-message {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 70px;
    z-index: 10000;
}

input[type="search"] {
    border            : 1px solid #a8a8a8;
    border-radius     : 8px;
    text-align        : center;
    background-color  : #fff;
    color:#0ea37e;
}

.followLink {
    cursor: pointer;
}

.btn {
    margin-top: 5px;
}

.disabled {
    cursor: not-allowed;
}

#main-navbar {
    height: 50px;
    width: 100%;
    position: fixed;
    top: 70px;
    background-color: #fcfcfc;
    z-index: 1000;
}
#navbarNavDropdown {
    background-color: #fcfcfc;
    padding: 0 20px;
}

a {
    color: #17a2b8;
}

a:hover {
    color: #AAa2b8;
    text-decoration: none;
}

header {
    padding: 0px;
    height: 70px;
}

header > nav {
    height: 70px;
    padding: 0px 10px !important;
    background-color: #fcfcfc;
}

img.header {
    height: 60px;
}

div.user {
    display: inline-block;
}

footer > form {
    margin: 0 !important;
}

.hidden {
    display: none;
}




button.waiting {
    cursor: wait;
}
.card {
    box-shadow: 3px 3px 10px #ddd;
}

.card-header {
    padding-top: 15px;
}
.card-style {
    border-radius: 5px;
    box-shadow: 3px 3px 10px #ccc;
    padding: 0;
    background-color: #fff;
    /* margin-bottom : 80px; */
}

.card-style > .head-card-style {
    margin-bottom: 10px;
    font-size: 1.5em;
    padding: 10px;
    border-radius: 5px 5px 0 0;
}

.body-card-style {
    margin-bottom: 10px;
    padding: 10px;
}

.head-card-brigade {
    background-color: #6700dd;
    border: 1px solid #6700dd;
    color: #fff;
}

.head-card-poste {
    background-color: #0568c4;
    border: 1px solid #0568c4;
    color: #fff;
}

.head-card-groupe {
    background-color: #006326;
    border: 1px solid #006326;
    color: #fff;
}

.head-card-etablissement {
    background-color: #0ea37e;
    border: 1px solid #0ea37e;
    color: #fff;
}

.head-card-produit {
    background-color: #157029;
    border: 1px solid #157029;
    color: #fff;
}

.head-card-application {
    background-color: #b91c43;
    border: 1px solid #b91c43;
    color: #fff;
}

.head-card-activite {
    background-color: #6d611b;
    border: 1px solid #6d611b;
    color: #fff;
}

.head-card-user {
    background-color: #813c03;
    border: 1px solid #813c03;
    color: #fff;
}

.head-card-association {
    background-color: #5c3535;
    border: 1px solid #5c3535;
    color: #fff;
    font-size: 1rem !important;
}

.head-card-charge {
    background-color: #cb9200;
    border: 1px solid #cb9200;
    color: #fff;
}

div.badge {
    margin: 0;
    padding: 0;
    width: 24px;
    height: 24px;
    line-height: 24px;
    border-radius: 100%;
}

div.badge.contractuel {
    background-color: #b66100;
    color: #fff;
}

div.badge.detachement {
    background-color: #92028b;
    color: #fff;
}

div.badge.insee {
    background-color: #00af7b;
    color: #fff;
}
div.badge.alert {
    /* background-color: red; */
    color: #e20000;
    font-size: 1.5em;
    position:relative;
    top:3px;
}
div.badge.warning {
    /* background-color: red; */
    color: #e26d00;
    font-size: 1.4em;
    position:relative;
    top:2px;
}
div.badge.warning-light {
    /* background-color: red; */
    color: #999;
    font-size: 1em;
    position:relative;
    top:2px;
}
div.badge.attache_principal {
    background-color: #6f00af;
    color: #fff;
}
div.badge.attache {
    background-color: #0068e0;
    color: #fff;
}
div.badge.controleur {
    background-color: #06b3b9;
    color: #fff;
}
div.badge.investissement {
    background-color: #6b026b;
    color: #fff;
    border-radius: 5px;
}
div.badge.structure {
    background-color: #0e8a4c;
    color: #fff;
}

.margin-top {
    margin-top: 15px;
}

.margin-top-md {
    margin-top: 35px;
}

.margin-top-lg {
    margin-top: 70px;
}

.margin-bottom-sm {
    margin-bottom: 15px;
}

.margin-bottom-md {
    margin-bottom: 30px;
}

.margin-bottom-lg {
    margin-bottom: 45px;
}

.padding {
    padding: 30px;
}
.padding-top {
    padding-top: 15px;
}

.padding-top-md {
    padding-top: 35px;
}

.padding-top-lg {
    padding-top: 70px;
}

.padding-bottom-sm {
    padding-bottom: 15px;
}

.padding-bottom-md {
    padding-bottom: 30px;
}

.padding-bottom-lg {
    padding-bottom: 45px;
}

.table-borderless > tbody > tr > td,
.table-borderless > tbody > tr > th,
.table-borderless > tfoot > tr > td,
.table-borderless > tfoot > tr > th,
.table-borderless > thead > tr > td,
.table-borderless > thead > tr > th {
    border: none;
}

i {
    width: 40px;
    text-align: center;
}

i.delete, i.associate {
    cursor: pointer;
}

#logo, #photo, .logo {
    min-width:60px;
    height:60px;
    border-radius:3px;
    padding:3px;
    display:inline-block;
    text-align:center;
}
.logo_sm {
    min-width: 45px;
    height: 45px;
    border-radius:3px;
    padding:3px;
    display:inline-block;
    text-align:center;
}
#logo > label, #photo > label, .logo > label {
    cursor: pointer;
    text-align: center;
    font-style: italic;
    color: #AAa2b8;
    margin-left: 10px;
    transition: color 0.5s;
}
#logo > label:hover {
    color: #222;
}
#logo > img, #photo > img, .logo > img {
    width:auto;
    height:100%
}

span.select-produit, span.select-projet {
    color:#ccc;
    font-style: italic;
}
span.selected {
    font-style: normal;
    text-decoration: underline;
    color: #01635e;
    font-weight: bold;
}
div.projets, div.produits {
    display: none;
}
div.selected {
    display: block;
}
div.row {
    padding: 10px;
}
div.domaine, div.produit, div.projet, div.task {
    display: none;
}
div.domaine {
    margin-top: 10px;
    border: 1px solid #ddd;
    box-shadow: 2px 2px 15px #ccc;
    padding: 20px;
    background-color: #f4f4f4;
    font-size: 0.8em;
    text-align: justify;
}

div.produit, div.projet {
    padding: 10px;
    margin: 20px;
    margin-left: 20px;
    border-radius: 20px;
    border: 1px solid #ccc;
    box-shadow: inset 2px 2px 5px #ccc;
    background-color: #fafafa;
}

div.task {
    /* color: #6d1b1b; */
    border: 1px solid #ccc;
    padding: 10px;
    border-radius: 10px;
    margin-top: 10px;
    margin-left: 30px;
    background-color: #fff;
}

button.selected {
    background-color: #3cdd9f;
    color:#fff;
}
td.warning {
    color: red;
    font-weight: bold;
}
p.statut {
    /* padding: 5px; */
    margin-top: 5px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    border-radius: 100%;
}
p.fonctionnaire {
    background-color: #0ea37e;
}
p.contractuel {
    background-color: #a07b03;
}
img.relations {
    width: 100%;
    max-width: 75px;
    height: auto;
}

#tableau-brigades {
    position: fixed;
    top: 130px;
    right: 0px;
    padding: 15px;
    height: calc(100vh - 185px);
    overflow: auto;
}
#tableau-brigades > .container {
    border-left: 2px solid #aaa;
}
div.validate {
    display: none;
}
tr.selected {
    background-color: #d4edda !important;
    color: #155724 !important;
    /* font-weight: bold; */
}

.selectDomaine {
    cursor: pointer;
}