/**

 */

#profil-menu {
    margin-bottom: 20px;
    margin-top: 20px;
}

html, body {
    height: 100%;
}

.footer {
    position: fixed;
    bottom: 0;
    background-color: #f8f9fa !important;
    color: black;
    text-align: center;
}

.dataTables_wrapper {
    margin-bottom: 20px;
}

#service_television div label, #service_radio div label, #service div label {
    margin-right: 15px;
}

#form_utilisateur_idThematique label {
    margin-left: 5px;
}

#form_utilisateur_idThematique input[type="checkbox"] {
    margin-left: 15px;
}

#service_television input[type="checkbox"], #service_radio input[type="checkbox"], #service input[type="checkbox"] {
    margin-left: 15px;
}

.user_service_button {
    display: inline-flex;
}

.user_service_button button {
    margin: 5px;
}

.service_logo {
    width: 4%;
}

.service_logo_list {
    width: 50px;
}

.btn {
    float: right !important;
    margin-left: 10px;
    margin-right: 10px;
}
.card-block {
    padding: 5px;
}

#btn-aff-mod {
    height: 30px;
}

.hidden {
    display: none;
}

.card {
    margin-bottom: 1rem;
}

@media screen and (min-width: 768px) {
    .jumbotron .h1, .jumbotron h1 {
        font-size: 54px;
        font-variant: petite-caps;
    }
}

#bodyDoc{
    width:95%;
}

.dataTables_wrapper {
    margin-top: 10px;
}

.displayAffectationBloc{
    display:inline-block;
}

.jumbotron{
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

@media screen and (min-width: 768px){ 
    .jumbotron {
        padding-top: 0px !important;
        padding-bottom: 0px !important;
    }
}

#logo-bandeau{
    width: 70%;
    height: 70%;
    margin-top: 10px;
}

.jumbotron .h1, .jumbotron h1 {
    font-size: 42px !important;
}

.panel-default .panel-heading{
    color: white !important;
    background-color: #337ab7 !important;
}

.panel-default .panel-title{
    font-size: 18px !important;
}

.table th{
    background-color: #f5f5f5 !important;
}



table.dataTable thead .sorting:before, table.dataTable thead .sorting:after, 
table.dataTable thead .sorting_asc:before, table.dataTable thead .sorting_asc:after, 
table.dataTable thead .sorting_desc:before, table.dataTable thead .sorting_desc:after, 
table.dataTable thead .sorting_asc_disabled:before, table.dataTable thead .sorting_asc_disabled:after, 
table.dataTable thead .sorting_desc_disabled:before, table.dataTable thead .sorting_desc_disabled:after{
    opacity: 0.8 !important;
}

.panel-default .panel-heading label{
    font-weight: normal !important;
}
