.sf-toolbar {
    display: none !important;
}
Body {
    background: #eee;
    height: 100%;
    position: absolute;
    width: 100%;
}
.form-signin {
    width: 100%;
    max-width: 330px;
    padding: 15px;
    margin: auto;
    margin-top: 3%;
    text-align: center;
}
.form-new_event {
    width: 100%;
    max-width: 330px;
    padding: 15px;
    margin: auto;
    margin-top: 1%;
    text-align: center;
}
/*
.form-new_event {
    float: left;
    width: 330px;
    padding: 15px;
    margin: 0 0 0 100px;
    margin-top: 1%;
    text-align: center;
}
.form-new_event_right {
    float: left;
    width: 100%;
    max-width: 330px;
    padding: 15px;
    margin: 50px 0 0 0;
    text-align: left;
    color: red;
    border: solid 1px red;
    border-radius: 5px;
}
*/
#adminBody {
    display: flex;
    height: 100%;
}
#eventsTable_wrapper button.buttons-excel,
#douTable_wrapper button.buttons-excel
{
    float: right;
    border: none;
    margin: 2px 0 0 5px;
    background: none;
    color:  #0d6efd;
}
#eventsTable_wrapper button.buttons-excel img {
    height: 35px;
}
#eventsTable_filter {
    position: relative;
}
#eventsTable_filter .bi-search {
    left: 10px;
    top: 10px;
    position: absolute;
}
.dataTables_wrapper .dataTables_filter input[type="search"] {
    padding: 5px 5px 5px 30px;
}
.dataTables_wrapper tr.isVersionIn td {
    border-bottom: none;
}
.dataTables_wrapper tr.isVersionIn td .isVersionOf {
    display: none;
}
.dataTables_wrapper tr td .isVersionOf.down,
.dataTables_wrapper tr td .isVersionOf.up
{
    color: black;
    float: right;
    font-size: 14spx;
    margin-top: 2px;
}
.dataTables_wrapper tr td .isVersionOf.down:hover,
.dataTables_wrapper tr td .isVersionOf.up:hover
{
    color: #0d6efd;
}
.dataTables_wrapper a {
    color: black;
}
.dataTables_wrapper .dataTables_filter input {
    background-color: white !important;
}
.dataTables_scroll {
    float: left;
    width: 100%;
    margin-top: 10px;
    border-top: solid 1px black;
}
table.dataTable tbody tr {
    background-color: #fff;
    font-size: 16px;
}
#choicetypeEvent {
    display: flex;
}
#choicetypeEvent div {
    border: solid 1px;
    border-radius: 10px;
    width: 49%;
    height: 50px;
    line-height: 45px;
    font-size: 16px;
}
#choicetypeEvent div.edt {
    margin-right: 1%;
    border-color: #0d6efd;
    color: #0d6efd;
}
#choicetypeEvent div.edt:hover {
    /*background: #0d6efd;*/
    /*color: white;*/
    cursor: pointer;
}
#choicetypeEvent div.edt.selected {
    margin: 0;
    border-color: #0d6efd;
    width: 100%;
}
#choicetypeEvent div.garde {
    margin-left: 1%;
    border-color: #f90;
    color: #f90;
}
#choicetypeEvent div.garde:hover {
    /*background: #f90;*/
    /*color: white;*/
    cursor: pointer;
}
#choicetypeEvent div.garde.selected {
    margin: 0;
    border-color: #f90;
    width: 100%;
}
#formEvent.show {
    height: auto;
}
#formEvent.hide {
    height: 0;
    overflow: hidden;
}
#formEvent .form-group {
    margin: 10px 0;
}
/************************************************************************/
/* custom */
/************************************************************************/
.logo {
  text-align: left;
  color: white;
  font-weight: bold;
  border-bottom: solid white 1px;
  padding: 0 0 5px 0;
  font-size: 20px;
  line-height: 25px;
  background: #333;
}
.logo img {
  height: 50px;
  filter: contrast(0%) brightness(200%) saturate(10);
  float: left;
  margin: 0px 20px 0 10px;
}
#logout {
    width: 35px;
    margin-right: 10px;
}
.menuLogout {
    margin-top: 10px !important;
    border-top: solid 1px white;
}
.menuLogout a {
    color: white;
    text-decoration: none;
}
.menuLogout:hover {
    background: black !important;
}
h1 span {
    float: left;
    margin: 0 10px 0 0;
    height: 35px;
    line-height: 35px;
}
#adminMenu {
    width: 250px;
    background: linear-gradient(90deg, rgba(1,61,91,1) 0%, rgba(0,122,182,1) 100%, rgba(255,255,255,1) 100%);
    height: 100%;
    position: fixed;
}
#adminMenu li {
    list-style: none;
}
#adminMenu li a {
    Color: white;
    width: 100%;
    height: 100%;
    padding: 5px 0 5px 30px;
    float: left;
    text-decoration: none;
}
#adminMenu li a:hover
{
    background: black;
    color: #999 !important;
}
#adminMenu li.active a,
#adminMenu li.active:hover a
{
    background: #eee;
    color:  #333;
}
#adminMenu label {
  Color: #EEE;
  width: 100%;
  padding: 10px 0 10px 10px;
  background: #013d5b;
  background: none;
  margin: 0;
  font-weight: bold;
}
#adminContent {
    width: calc(100% - 250px);
    padding: 20px;
    margin-left: 250px;
}
.alert {
    text-align: center !important;
    display: block !important;
    position: fixed;
    height: auto;
    width: 800px;
    z-index: 9;
    left: calc(50% - 400px);
    padding: 10px;
    bottom: 0;
}
.alert-success {
    color: white;
    background-color: #090;
    border-color: #090;
}
.flagHasError p {
    color: black;
    background: #fcc;
    padding: 0px 10px;
    margin: 2px 0;
}
.flagHasError p.info {
    color: black;
    background: rgb(255, 243, 204);
    padding: 0px 10px;
    margin: 2px 0;
}
.flagHasError hr {
  margin: 5px 0;
}
h1 {
    font-size: 1rem;
    text-transform: uppercase;
    line-height: 35px;
    margin: -20px 0 10px -20px;
    background: linear-gradient(90deg, rgba(50,50,50,1) 0%, rgba(0,122,182,1) 100%, rgba(255,255,255,1) 100%);
    width: calc(100% + 20px) !important;
    color: white;
    padding: 8.5px 0 8.5px 20px;
}
table.dataTable thead th.date,
table.dataTable tbody td.date,
table.dataTable tfoot th.date
{
    width: 130px !important;
}
table.dataTable thead th.username,
table.dataTable tbody td.username,
table.dataTable tfoot th.username
{
    width: 200px !important;
}
table.dataTable thead th.location,
table.dataTable tbody td.location,
table.dataTable tfoot th.location
{
    width: 130px !important;
}
table.dataTable thead th.reason,
table.dataTable tbody td.reason,
table.dataTable tfoot th.reason
{
    width: 100px !important;
}
#eventsTable .message {
    
}
table.dataTable thead th.adminEdit,
table.dataTable tbody td.adminEdit,
table.dataTable tfoot th.adminEdit
{
    width: 20px !important;
}
table.dataTable thead th.adminCreateFrom,
table.dataTable tbody td.adminCreateFrom,
table.dataTable tfoot th.adminCreateFrom
{
    width: 20px !important;
}
table.dataTable thead th.version,
table.dataTable tbody td.version,
table.dataTable tfoot th.version
{
    width: 120px !important;
}
table.dataTable thead th {
    vertical-align: top;
    font-weight:  normal !important;
    padding:  0 18px 10px 10px !important;
}
table.dataTable select {
    float: left;
    width: 100%;
    max-width: 190px;
    margin: 5px 0 -5px -10px;
    height: 30px;
    line-height: 20px;
    padding: 0;
    font-size: 14px;
    background: #FFF;
    border: solid 1px #CCC;
    border-radius: 5px;
}
table.dataTable tbody th, table.dataTable tbody td {
    padding: 5px 0px 5px 10px !important;
}
table.dataTable.display tbody td {
    border: none;
}
#eventsTable_info {
    display: none;
}
.select2-container .select2-selection--single {
    height: 40px !important;
    padding: 5px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 6px !important;
}
form[name="event"] input[type="date"], form[name="event"] input[type="time"] {
    width: 150px;
    margin: 0 20px 0 0;
}
.actionsRemoveCancel {
    margin-top: -38px;
}
.actionsRemoveCancel a, .actionsRemoveCancel form {
    float: right;
    margin-left: 10px;
}
.hasVersion {
    display: none;
    color: black;
    background: #eee !important;
}
.isVersion {
    color: #0d6efd;
    border-color: black;
}
.isVersion.isVersionIn {
    background: #eee !important;
}
.isDefect {
    color: red;
    border-color: black;
}
.isAutre {
    color: orange;
    border-color: black;
}
.isVersionOf:hover, .version:hover {
    cursor: pointer;
}
.isVersion svg {
    vertical-align: sub;
}
table.dataTable tbody tr.hasVersion td.adminEdit {
    font-size: 0;
}
table.dataTable tbody tr.hasVersion td {
    border-top: solid 1px #333;
}
table.dataTable tbody tr.isVersion.isVersionIn td {
    border-bottom: solid 1px #333;
}
/*input[name="currentMonth"] {
    float: left;
    width: 30px;
    background: white;
    border: none;
    text-align: center;
    margin: -2px 10px;
    font-size: 1rem;
}
input[name="currentYear"] {
    float: left;
    width: 60px;
    background: white;
    border: none;
    text-align: center;
    margin: -2px 10px;
    font-size: 1rem;
}*/
.currentDate button {
    height: auto;
    font-size: 10px;
    padding: 0;
    margin-top: -5px;
}
.form-signin .form-floating {
    position: relative;
    margin: 10px 0 0 0;
}
.adminEntityContent form {

}
.adminEntityContent form div div {
    margin: 10px 0;
}
.adminEntityContent form label {
    /*width: 100%;
    max-width: 150px;*/
}
.adminEntityContent form input, .adminEntityContent form select {
    /*width: 100%;
    max-width: 300px;*/
}
.adminEntityContent form input[type="checkbox"] {
    width: auto;
}
.adminEntityContent .save {
    float: left;
    margin: 10px 10px 10px 0;
}
.adminEntityContent .btn-light {
    float: left;
    margin: 10px;
}
.adminEntityContent .btn-danger {
    float: left;
    margin: 10px;
}
.oui {
    display:block;
    font-size: 12px;
    background: #0c0;
    color: white;
    border-radius: 5px;
    width: 45px;
    text-align: center;
}
.non {
    display:block;
    font-size: 12px;
    background: #f33;
    color: white;
    border-radius: 5px;
    width: 45px;
    text-align: center;
}
input.locked {
    pointer-events: none;
    background: #fafafa;
    cursor: not-allowed;
    border: solid 1px #ccc;
}
.help {
    font-style: italic;
}
/* /custom */