.btn, .card, .form-control{
    border-radius: 0px;
}
.btn-client {
    color: #fff;
    background-color: #343A42;
    border-color: #343A42;
}

.btn-client:hover {
    color: #fff;
    background-color: rgba(0,0,0,0.8);
    color:white;
    border-color: #343A42;
}

.btn-client:focus, .btn-client.focus {
    box-shadow: 0 0 0 0.2rem rgba(190, 37, 118, 0.5);
}

.btn-client.disabled, .btn-client:disabled {
    color: #fff;
    background-color: #343A42;
    border-color: #343A42;
}

.btn-client:not(:disabled):not(.disabled):active, .btn-client:not(:disabled):not(.disabled).active, .show > .btn-client.dropdown-toggle {
    color: #fff;
    background-color: #343A42;
    border-color: #343A42;
}

.btn-client:not(:disabled):not(.disabled):active:focus, .btn-client:not(:disabled):not(.disabled).active:focus, .show > .btn-client.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(10, 86, 76, 0.5);
}

.color-client, a.color-client{
color:#343A42 !important;
}

.btn-info {
    background-color: #343A42;
    border-color: #343A42;
}

.main-footer,.main-footer a{color:#07274D !important;}
.main-sidebar, .main-sidebar a,.main-sidebar div nav li a{background-color: #343A42; color:white !important;}



.bg-marron{background: #973b24 !important;}
.bg-bleu{background: #385F7C !important;}
.bg-vert{background: #458338 !important;}
.bg-orange{background: #f69f0f !important;}
.bg-gris{background: #575756 !important;}
.bg-gris-leger{background: rgba(241,241,241,0.35) !important;}


 .custom-control-input:focus ~ 
.custom-control-label::before {
    /* when the button is toggled off 
it is still in focus and a #07274D border will appear */
    border-color: #07274D !important;
    /* box shadow is blue by default
but we do not want any shadow hence we have set 
all the values as 0 */
    box-shadow:
      0 0 0 0rem rgba(0, 0, 0, 0) !important;
}

/*sets the background color of
switch to #07274D when it is checked*/
.custom-control-input:checked ~ 
.custom-control-label::before {
    border-color: #07274D !important;
    background-color: #07274D !important;
}

/*sets the background color of
switch to #07274D when it is active*/
.custom-control-input:active ~ 
.custom-control-label::before {
    background-color: #07274D !important;
    border-color: #07274D !important;
}

/*sets the border color of switch
to #07274D when it is not checked*/
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #07274D !important;
}

table tbody#sortable tr{cursor: move;}
