/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 18 juil. 2018, 18:11:47
    Author     : dmeziere
*/

body {
    padding-top:50px
}

.navbar-inverse {
    background-color: #336699;
}

label .control-label .required:after {
    color: #ff0000;;
    content: ' *';
}

.dataTables_wrapper table.dataTable #sessions tbody tr td i.text-success:hover {
    background-color: #3c763d;
    border-radius: 2px;
    color: #fff;
}

.dataTables_wrapper table.dataTable #sessions tbody tr td i.text-danger:hover {
    background-color: #a94442;
    border-radius: 2px;
    color: #fff;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    padding: 0;
}

h1, .h1 {
    margin-top: 1.5em;
    margin-bottom: 1em;
}

.select2 {
    margin-top: 0;
    margin-bottom: 1.5em;
}

table.dataTable thead .sorting {
  background-image: none;
}

table.dataTable thead .sorting_asc {
  background-image: none;
}

table.dataTable thead .sorting_desc {
  background-image: none;
}

table.dataTable thead .sorting_asc_disabled {
  background-image: none;
}

table.dataTable thead .sorting_desc_disabled {
  background-image: none;
}
