@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;
}

main {
    display: none;
    margin-top: 60px;
    margin-bottom: 60px;
}

#bornes {
    margin: 20px;
    padding-top: 40px;
    text-align: center;
}

.title-borne {
    margin: 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 10px;
    background: linear-gradient(30deg, #2f2a5f 0%, #3372e6 100%);
    color: #fff;
    z-index: 1000;
}
.borne {
    background: linear-gradient(30deg, #2f2a5f 0%, #3372e6 100%);
    box-shadow: 3px 3px 5px #aaa;
    color:#FFF;
    margin-bottom: 20px;
    margin-left: calc((100% - 300px)/2);
    border-radius: 15px;
    padding: 10px;
    width: 300px;
    /* max-width: 300px; */
	height: 170px;
    cursor: pointer;
}
div.in {
    background: linear-gradient(30deg, #43b970 0%, #038b80 100%);
}
div.out {
    background: linear-gradient(30deg, #d38c09 0%, #b13a0a 100%);
}
.borne > .logo {
    display: inline-block;
    position: relative;
    top: -70px;
    width: 80px;
    height: 80px;
    padding: 10px;
    border-right: 1px solid #047575;
}
.logo > img {
    width: 100%;
    height: auto;
}
.borne > .name {
    display: inline-block;
    width: calc(100% - 100px);
}

#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 #ccc;
    border-radius     : 8px;
    text-align        : center;
    background-color  : #efefef;
}

.followLink {
    cursor:pointer;
}

.btn {
    margin-top: 5px;
}

.disabled {
    cursor: not-allowed;
}

#main-navbar {
    top: 70px;
}

a {
    color: #17a2b8;
}
a:hover {
    color: #AAa2b8;
    text-decoration: none;
}

header {
    padding: 0px;
    height: 70px;
}

header > nav {
    height: 70px;
    padding: 0px 10px !important;
}

img.header {
    height: 60px;
}

div.user {
    display: inline-block;
}

footer > form {
    margin: 0 !important;
}

.hidden {
    display: none;
}




button.waiting {
    cursor: wait;
}

.card-style {
    border: 1px solid #ccc;
    border-radius: 5px;
    box-shadow: 3px 3px 10px #eee;
}

.card-style > .head-card-style {
    margin: 20px;
    font-size: 1.2em;
    padding: 10px;
    border-radius: 5px;
}

.head-card-service {
    background-color: #0ea37e;
    color: #fff;
}

.head-card-groupe-service {
    background-color: #0a6da7;
    color: #fff;
}

.head-card-user {
    background-color: #813c03;
    color: #fff;
}

.head-card-groupe-user {
    background-color: #5f035f;
    color: #fff;
}

.margin-top {
    margin-top: 15px;
}

.margin-bottom-sm {
    margin-bottom: 15px;
}

.margin-bottom-md {
    margin-bottom: 30px;
}

.margin-bottom-lg {
    margin-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;
}

.grille_configuration {
    padding:20px;
    box-shadow: 2px 2px 5px #ccc;
    border: 1px solid #ddd;
    border-radius: 5px;
    margin-top: 15px;
    background-color: #fafafa;
}

i {
    width: 40px;
    text-align: center;
}

i.delete, i.associate {
    cursor: pointer;
}