.btn {
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}


.btn-app {
    color: white;
    box-shadow: none;
    border-radius: 3px;
    position: relative;
    padding: 10px 15px;
    margin: 0;
    min-width: 60px;
    max-width: 80px;
    text-align: center;
    border: 1px solid #ddd;
    background-color: #f4f4f4;
    font-size: 12px;
    transition: all .2s;
    background-color: steelblue !important;
}

.btn-app > .fa, .btn-app > .glyphicon, .btn-app > .ion {
    font-size: 30px;
    display: block;
}

.btn-app:hover {
    border-color: #aaa;
    transform: scale(1.1);
}

.pdf {
    background-color: #dc2f2f !important;
}

.excel {
    background-color: #3ca23c !important;
}

.csv {
    background-color: #e86c3a !important;
}

.imprimir {
    background-color: #8766b1 !important;
}

.selectTable{
    height:40px;
    float:right;
}

div.dataTables_wrapper div.dataTables_filter {
    text-align: left;
    margin-top: 15px;
    float: right;
}

.btn-secondary {
    color: #fff;
    background-color: #4682b4;
    border-color: #4682b4;
}
.btn-secondary:hover {
    color: #fff;
    background-color: #315f86;
    border-color: #545b62;
}

.inline{
    display:inline-block;
    padding:0;
}


.container_table{
    background-color: rgba(220, 220, 220, 0.5);
    color: rgba(0, 0, 0,1);
    position: relative;
    height: 100%;
}


table.table thead th{
    text-align: center;
    color: #000;
    font-size: 15px;
    border-radius: 2%;
}

.selectCarte{
    padding-left: 20px;
    border-radius: 2%;
}
#registerContainer{
    margin-right: auto;
    margin-left: auto;
}

.site-logo {
    position: relative;
    font-weight: 900;
    font-size: 1.3rem;
    color: black;
}
.card {
    border: solid thin #F5F5F5;
    padding: 2rem 1rem;
}
#CardM{
    background-color: #F5F5F5;
}
.form-box {
    padding: 40px;
    background: #fff;
    border-radius: 7px;
    width: 60%;
    height: 70%;
    margin-left: auto;
    margin-right: auto;
}
#coupeForm{

}
#Modif{
    margin-left: auto;
    margin-right: auto;
    width: 90%;
}
/* Navbar */
.site-logo {
    position: relative;
    font-weight: 900;
    font-size: 1.3rem;
    color: black;
}

.site-logo a {
    color: #fff;
}
#centerForm{
    margin-left: auto;
    margin-right: auto;
    width: 300px;
}

.card-1 {
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}
.card-1:hover {
    box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}
.card-5 {
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}
body {
    color: black;
}
#bodyLogin{
    background: linear-gradient(
            rgba(0, 0, 0, 0.35),
            rgba(0, 0, 0, 0.35)
    ),url(../../assets/img/missenardFOND.jpg)no-repeat;
    background-size:cover;
    line-height: 1.7;
    color: black;

}
.selectTable{
    height:40px;
    float:right;
}
.card-1 {
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}
.card-1:hover {
    box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}
.card-5 {
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}
.card-1:hover {
    box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}
.card-5 {
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}

.color-black-opacity-5 {
    color: rgba(0, 0, 0, 0.5);
}

.color-white-opacity-5 {
    color: rgba(255, 255, 255, 0.5);
}

.bg-black {
    background: #000;
}
.slide-1 {
    background-size: cover;
}
.container_2{
    margin-top: 5%;
}
.container_fluid{
    margin-left: 5%;
    margin-right: 5%;
}
.input-group-text{
    box-shadow: -1px 1px 1px 1px rgba(0,0,0,0.7);
    border: #0b0b0b;
}
input[disabled] {
    border: 2px solid #999;
    background-color: #ef0303;
}

@media (max-width: 700px){
    .table thead {
        display: none;
    }
    .table tr{
        display: block;
        margin-bottom: 40px;
    }
    .table td {
        display: block;
        text-align: right;
    }
    .table td:before {
        content: attr(data-label);
        float: left;
        font-weight: bold;
    }
}