﻿:root {
    --color-background: #ffffff;
    --color-1: #ffffff;
    --color-2: #555454;
    --color-back-btnlogchoice: #beb9c0;
    --color-back-btnlogchoice-hover: #beb9c0;
    --color-btnlogchoice: #FFF;
    --color-btnlogchoice-hover: #9e65b0;
    --color-back-btnlog: #beb9c0;
    --color-back-btnlog-hover: #beb9c0;
    --color-btnlog: #FFF;
    --color-btnlog-hover: #743c8d;
    --color-anchor-hover: #9e65b0;
    --color-back-box-vertical: #99449a;
    --color-h1-title: #99449a;
    --btn-primary-color: #ffffff;
    --btn-primary-border-color: #9e65b0;
    --btn-primary-background-color: #9e65b0;
    --btn-primary-color-hover: #888888;
    --btn-primary-border-color-hover: #aaaaaa;
    --btn-primary-background-color-hover: #f6f6f6;
    --color-class-background: #9e65b0;
    --color-progressbar-back-color: #b68ec3;
    --color-back-primary: #9e65b0;
    --color-border-left-list: #9e65b0;
    --color-primary: #9e65b0;
    --btn-login-border-color: transparent;
    --k-blue: #0088cc;
    --k-green: #00802d;
    --k-light-blue: #6e9fb4;
    --k-light-green: #a4d555;
    --k-light-grey: #aaaaaa;
    --k-orange: #ff9f19;
    --k-purple: #9a54d3;
    --k-red: #d34e62;
}

@media all and (min-width:1680px) {
    #BoxIdent > div > div.input-group {
        max-width: 50%;
        Margin-Left: 8.5%;
    }
}

/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
  /* Remove the padding we set earlier */
  .masthead,
  .marketing,
  .footer {
    padding-right: 0;
    padding-left: 0;
  }
}

html, body{height:100%; margin:0;padding:0}
a:focus, a:hover {
  cursor: pointer;
}
.container-fluid{
  height:100%;
  display:table;
  width: 100%;
  padding: 0;
}
 
.row-fluid {height: 100%; display:table-cell; vertical-align: middle;}

.centering {
  float:none;
  margin:0 auto;
}

.center-col {
    display: inline-block;
    margin-right: auto;
    margin-left: auto;
    float: none;
    vertical-align: top;
}

.logout{
    padding-top: 13px;
    padding-left: 30px;
}

.TitlePage{

    color: var(--color-2);
	font-size: 22px;
	font-family: Calibri;
}

body {
    background: var(--color-background);
}

div#BoxBack {
	margin-top: auto;
	margin-bottom: auto;
	display: inline-block;
	background: #fafafa;
	/*height: 50%;*/
	width: 100%;
	padding: 50px;
}

div#BoxBack div table tbody tr td{
}

div#BoxIdent {
	background: var(--color-background);
	border:0px solid #cccccc;
	padding:5px;
	/*arrondir les coins en haut à gauche et en bas à droite*/
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;	
	box-shadow : 0 4px 8px 0 rgba(0, 0, 0, 0.2);
	
}

.canvas-container {
    margin: 0 auto;
}

.login-footer {
  padding-top: 10px;
  padding-bottom: 40px;
  margin-top: 40px;
  border-top: 1px solid #fff;
}

.login-footer a {
    color: #337ab7;
    text-decoration: none;
}

#Tab1ManagerPortal{
    padding-left: 10.5%;
}

#ContentPlaceHolder1_TabMyMeetings, #ContentPlaceHolder1_TabCollaboMeetings{
    font-size: 14px;
    color: #009CDE;
}

#wrapper {
    min-height: 100%;
    position: relative;
}

/*#contentWrapper {
    padding-bottom: 90px;
}*/

#PanParametersHomeAdminSA, #PanParamOpt {
    padding-bottom: 90px;
}

#footer-player {
    width:100%;
    position: relative;
    bottom: 0px;
    left: 0px;
}

.toolboxItems {
    margin-left: auto;
    margin-right: auto;
  display: table;
  padding-left: 0;
  margin-bottom: 0px;
  margin-top: 3px;
}

.toolboxItems li {
  display: table-row;
}

.toolboxItems .ImgLogout,
.toolboxItems .LabUser,
.toolboxItems .ImgHelp {
  display: table-cell;
  color: #738ba0;
  vertical-align: middle;
  padding: 10px;
}

#suiviPlan {
    margin: 20px 0px;
}

nav.navbar-signin .navbar-nav select#LstSubDomain {
   font-size: 85%;
}

.nav > li > a {
    padding-right: 10px;
    padding-left: 10px;
}

#navBarMenu.nav > li > a:focus {
    padding-top: 16px;
    padding-bottom: 8.5px;
    outline: 0;
    font-size: 16px;
}

#suiviPlanPourcent {
    color: #a9d340;
    font-size: 50pt;
}

.suiviPlanPourcent {
    color: #a9d340;
    font-size: 38px;
}

#navBarMenu.nav > li > a:focus, #navBarMenu.nav > li > a:hover {
    text-decoration: none;
    background-color: var(--color-2);
}

#suiviPlanDetails {
    margin: 40px 0px;
}

#listFormation{
    font-size:12px;
}

/*@media all and (min-width:768px)*/
.navbar-nav > li > a {
    padding-top: 7.5px;
    padding-bottom: 8.5px;
}

.ligneGraphique .panel-body {
    min-height: 330px;
    color: #909090;
    font-family: Calibri;
    font-size: 18pt;
}

.navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    margin-right: 4px;
    line-height: 25px;
    background-color: #dbdbdb;
}

.chiffres .row{
    margin:20px 0px;
}

#navBarMenu.nav > li > a {
    position: relative;
    padding: 10px 15px;
    display: inline;
}

#navBarMenu.nav > li > a:focus, #navBarMenu.nav > li > a:hover {
    color: #a9d340;
}

#navBarMenu.nav > li > a {
    color: #333;
    text-decoration: none;
    font-size: 14px;
}


#navBarMenu.nav > li {
    position: relative;
    display: inline-block;
}

#navBarMenu.nav .open > a, #navBarMenu.nav .open > a:focus, #navBarMenu.nav .open > a:hover {
    background-color: var(--color-2);
    border-color: #333;
}

#navBarMenu.nav .nav-divider
{
    overflow: hidden;
    height: 1px;
    margin: 11.5px 0;
    background-color: #e5e5e5;
}

.navbar-nav > li > .dropdown-menu {
    margin-top: 0px;
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
}

.nav-tabs > li > a
{
    line-height: 1.42857143;
    margin-right: 2px;
    border: 1px solid transparent;
    border-radius: 0 0 0 0;
    text-decoration: none;
    font-family: Calibri, Arial, sans-serif;
	font-size: 14px;
}

.nav-tabs > li > a:hover
{
    border-color: #f9f9f9 #f9f9f9 #ddd;
}

.open > .dropdown-menu {
    display: block;
}

.dropdown-menu
{
    font-size: 15px;
    position: absolute;
    z-index: 1000;
    top: 100%;
    left: 0;
    display: none;
    float: left;
    min-width: 160px;
    margin: 2px 0 0;
    padding: 5px 0;
    list-style: none;
    text-align: left;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 0;
    background-color: #fff;
    -webkit-background-clip: padding-box;
            background-clip: padding-box;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
            box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}

.dropdown-menu .divider
{
    overflow: hidden;
    height: 1px;
    margin: 11.5px 0;
    background-color: #e5e5e5;
}

.dropdown-menu > li > a
{
    font-weight: normal;
    line-height: 1.42857143;
    display: block;
    clear: both;
    padding: 3px 20px;
    white-space: nowrap;
    color: #333;
    font-size: 15px;
    text-decoration: none;
    font-family: Calibri, Arial, sans-serif;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus
{
    text-decoration: none;
    color: #262626;
    background-color: #f5f5f5;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus
{
    text-decoration: none;
    color: #a9d340;
    outline: 0;
    background-color: #dbdbdb;
}

.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus
{
    color: #eee;
}

.dropdown-header
{
    font-size: 16px;
    line-height: 1.42857143;
    display: block;
    padding: 3px 20px;
    white-space: nowrap;
    color: #eee;
}

.navbar-fixed-bottom .dropdown .caret
{
    content: '';
    border-top: 0;
    border-bottom: 4px dashed;
    border-bottom: 4px solid \9;
}

#navBarMenu.nav > li > .menu_active {
    padding-top: 16px;
    padding-bottom: 10px;
    outline: 0;
    font-size: 14px;
    text-decoration: none;
    background-color: var(--color-2);
    color: #a9d340;
    line-height: 25px;
}

body
{
    font-family: Calibri, Arial, sans-serif;
    font-size: 15px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff;
    height: 100%;
}

a
{
    text-decoration: none;

    color: #333;
}

a:focus
{
    text-decoration: underline;

    color: #a9d340;
}

.img-rounded
{
    border-radius: 0;
}

.img-thumbnail
{
    line-height: 1.42857143;
    display: inline-block;
    max-width: 100%;
    height: auto;
    padding: 4px;
    -webkit-transition: all .2s ease-in-out;
         -o-transition: all .2s ease-in-out;
            transition: all .2s ease-in-out;
    border: 1px solid #ddd;
    border-radius: 0;
    background-color: #fff;
}

hr
{
    margin-top: 25px;
    margin-bottom: 25px;

    border: 0;
    border-top: 1px solid #f9f9f9;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6
{
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;

    color: var(--color-2);
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small
{
    font-weight: normal;
    line-height: 1;

    color: #eee;
}

h1,
.h1,
h2,
.h2,
h3,
.h3
{
    margin-top: 25px;
    margin-bottom: 12.5px;
}

h4,
.h4,
h5,
.h5,
h6,
.h6
{
    margin-top: 12.5px;
    margin-bottom: 12.5px;
}

h1,
.h1
{
    font-size: 46px;
}
h2,
.h2
{
    font-size: 38px;
}
h3,
.h3
{
    font-size: 31px;
}
h4,
.h4
{
    font-size: 23px;
}
h5,
.h5
{
    font-size: 18px;
}
h6,
.h6
{
    font-size: 16px;
}
p
{
    margin: 0 0 12.5px;
}
.lead
{
    font-size: 20px;
    font-weight: 300;
    line-height: 1.4;

    margin-bottom: 25px;
}

@media (min-width: 768px)
{
    .lead
    {
        font-size: 27px;
    }
}
small,
.small
{
    font-size: 88%;
}

.text-muted
{
    color: #777;
}

/******* DataGrid ******/
.HeaderDataGrid {
    color: #000000;
    text-align: center;
    font-weight: bold;
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 13px;
    padding: 5px;
    height: 35px;
}

.DataGridCss {
    background-color: var(--color-background);
    border-collapse: collapse;
    margin: 5px 0 10px 0;
    border: solid 0px #525252;
    border-collapse: collapse;
    font-family: Calibri, Arial, sans-serif;
    color: #474747;
}

.DataGridCss td {
    padding: 2px;
    border: solid 0px #c1c1c1;
    border-bottom-width: 1px;
    padding-left: 5px;
    height: 32px;
    font-family: Calibri, Arial;
    font-size: 15px;
}

.DataGridCss th {
    padding: 4px 2px;
    color: #000;
    background: #fff;
    border-bottom: solid 1px #525252;
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    border-collapse: collapse;
    font-size: 15px;
    text-align: center;
}

.DataGridCss .alt {
    background: #f9f9f9;
}


.CellDataGrid {
    background: var(--color-background);
    color: #777777;
    text-align: left;
    font-weight: normal;
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 13px;
    border-style: solid;
    border-top: 1px;
    border-left: 0px;
    border-bottom: 1px;
    border-right: 0px;
    border-color: #c0cdd9;
    border-collapse: collapse;
    padding: 5px;
    margin-left: 5px;
}

a.text-primary:hover,
a.text-primary:focus
{
    color: #286090;
}

a.text-success:hover,
a.text-success:focus
{
    color: #2b542c;
}

a.text-info:hover,
a.text-info:focus
{
    color: #245269;
}

a.text-warning:hover,
a.text-warning:focus
{
    color: #66512c;
}

a.text-danger:hover,
a.text-danger:focus
{
    color: #843534;
}

a.bg-primary:hover,
a.bg-primary:focus
{
    background-color: #286090;
}

a.bg-success:hover,
a.bg-success:focus
{
    background-color: #c1e2b3;
}

a.bg-info:hover,
a.bg-info:focus
{
    background-color: #afd9ee;
}

a.bg-warning:hover,
a.bg-warning:focus
{
    background-color: #f7ecb5;
}

a.bg-danger:hover,
a.bg-danger:focus
{
    background-color: #e4b9b9;
}
.page-header
{
    margin: 50px 0 25px;
    padding-bottom: 11.5px;

    border-bottom: 1px solid #f9f9f9;
}

ul,
ol
{
    margin-top: 0;
    margin-bottom: 12.5px;
}

dl
{
    margin-top: 0;
    margin-bottom: 25px;
}

abbr[title],
abbr[data-original-title]
{
    cursor: help;

    border-bottom: 1px dotted #eee;
}

blockquote
{
    font-size: 22.5px;

    margin: 0 0 25px;
    padding: 12.5px 25px;

    border-left: 5px solid #f9f9f9;
}

blockquote footer,
blockquote small,
blockquote .small
{
    font-size: 80%;
    line-height: 1.42857143;

    display: block;

    color: #eee;
}

.blockquote-reverse,
blockquote.pull-right
{
    padding-right: 15px;
    padding-left: 0;

    text-align: right;

    border-right: 5px solid #f9f9f9;
    border-left: 0;
}

address
{
    font-style: normal;
    line-height: 1.42857143;
    margin-bottom: 25px;
}

code
{
    font-size: 90%;
    padding: 2px 4px;
    color: #c7254e;
    border-radius: 0;
    background-color: #f9f2f4;
}

kbd
{
    font-size: 90%;
    padding: 2px 4px;
    color: #fff;
    border-radius: 0;
    background-color: #333;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25);
            box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25);
}

pre
{
    font-size: 17px;
    line-height: 1.42857143;
    display: block;
    margin: 0 0 12.5px;
    padding: 12px;
    word-wrap: break-word;
    word-break: break-all;
    color: #333;
    border: 1px solid #ccc;
    border-radius: 0;
    background-color: #f5f5f5;
}

caption
{
    padding-top: 8px;
    padding-bottom: 8px;
    text-align: left;
    color: #eee;
}

.table
{
    width: 100%;
    max-width: 100%;
    margin-bottom: 25px;
}

.table-striped > tbody > tr:nth-of-type(odd)
{
    background-color: #fafafa;
}

.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th
{
    background-color: #dbdbdb;
}

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th
{
    background-color: #cecece;
}

@media screen and (max-width: 767px)
{
    .table-responsive
    {
        overflow-y: hidden;
        width: 100%;
        margin-bottom: 18.75px;
        border: 1px solid #ddd;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }
    .table-responsive > .table
    {
        margin-bottom: 0;
    }
    .table-responsive > .table > thead > tr > th,
    .table-responsive > .table > tbody > tr > th,
    .table-responsive > .table > tfoot > tr > th,
    .table-responsive > .table > thead > tr > td,
    .table-responsive > .table > tbody > tr > td,
    .table-responsive > .table > tfoot > tr > td
    {
        white-space: nowrap;
    }
    .table-responsive > .table-bordered
    {
        border: 0;
    }
    .table-responsive > .table-bordered > thead > tr > th:first-child,
    .table-responsive > .table-bordered > tbody > tr > th:first-child,
    .table-responsive > .table-bordered > tfoot > tr > th:first-child,
    .table-responsive > .table-bordered > thead > tr > td:first-child,
    .table-responsive > .table-bordered > tbody > tr > td:first-child,
    .table-responsive > .table-bordered > tfoot > tr > td:first-child
    {
        border-left: 0;
    }
    .table-responsive > .table-bordered > thead > tr > th:last-child,
    .table-responsive > .table-bordered > tbody > tr > th:last-child,
    .table-responsive > .table-bordered > tfoot > tr > th:last-child,
    .table-responsive > .table-bordered > thead > tr > td:last-child,
    .table-responsive > .table-bordered > tbody > tr > td:last-child,
    .table-responsive > .table-bordered > tfoot > tr > td:last-child
    {
        border-right: 0;
    }
    .table-responsive > .table-bordered > tbody > tr:last-child > th,
    .table-responsive > .table-bordered > tfoot > tr:last-child > th,
    .table-responsive > .table-bordered > tbody > tr:last-child > td,
    .table-responsive > .table-bordered > tfoot > tr:last-child > td
    {
        border-bottom: 0;
    }
}

legend
{
    font-size: 27px;
    line-height: inherit;
    display: block;
    width: 100%;
    margin-bottom: 25px;
    padding: 0;
    color: #333;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
}

output
{
    font-size: 18px;
    line-height: 1.42857143;
    display: block;
    padding-top: 7px;
    color: #dbdbdb;
}


.form-control::-ms-expand
{
    border: 0;
    background-color: transparent;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control
{
    opacity: 1;
    background-color: #f9f9f9;
}

@media screen and (-webkit-min-device-pixel-ratio: 0)
{
    input[type='date'].form-control,
    input[type='time'].form-control,
    input[type='datetime-local'].form-control,
    input[type='month'].form-control
    {
        line-height: initial;
    }
    input[type='date'].input-sm,
    input[type='time'].input-sm,
    input[type='datetime-local'].input-sm,
    input[type='month'].input-sm,
    .input-group-sm input[type='date'],
    .input-group-sm input[type='time'],
    .input-group-sm input[type='datetime-local'],
    .input-group-sm input[type='month']
    {
        line-height: 36px;
    }
    input[type='date'].input-lg,
    input[type='time'].input-lg,
    input[type='datetime-local'].input-lg,
    input[type='month'].input-lg,
    .input-group-lg input[type='date'],
    .input-group-lg input[type='time'],
    .input-group-lg input[type='datetime-local'],
    .input-group-lg input[type='month']
    {
        line-height: 53px;
    }
}

.radio label,
.checkbox label
{
    font-weight: normal;

    min-height: 25px;
    margin-bottom: 0;
    padding-left: 20px;

    cursor: pointer;
}

.form-control-static
{
    min-height: 43px;
    margin-bottom: 0;
    padding-top: 7px;
    padding-bottom: 7px;
}

.input-sm
{
    font-size: 16px;
    line-height: 1.5;
    height: 36px;
    padding: 5px 10px;
    border-radius: 0;
}
select.input-sm
{
    line-height: 36px;
    height: 36px;
}

.form-group-sm .form-control
{
    font-size: 16px;
    line-height: 1.5;
    height: 36px;
    padding: 5px 10px;
    border-radius: 0;
}

.form-group-sm select.form-control
{
    line-height: 36px;

    height: 36px;
}

.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control
{
    height: auto;
}

.form-group-sm .form-control-static
{
    font-size: 16px;
    line-height: 1.5;
    height: 36px;
    min-height: 41px;
    padding: 6px 10px;
}

.input-lg
{
    font-size: 23px;
    line-height: 1.3333333;
    height: 53px;
    padding: 10px 16px;
    border-radius: 0;
}

select.input-lg
{
    line-height: 53px;
    height: 53px;
}

.form-group-lg .form-control
{
    font-size: 23px;
    line-height: 1.3333333;
    height: 53px;
    padding: 10px 16px;
    border-radius: 0;
}

.form-group-lg select.form-control
{
    line-height: 53px;
    height: 53px;
}

.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control
{
    height: auto;
}

.form-group-lg .form-control-static
{
    font-size: 23px;
    line-height: 1.3333333;
    height: 53px;
    min-height: 48px;
    padding: 11px 16px;
}

.has-feedback .form-control
{
    padding-right: 48.75px;
}

.form-control-feedback
{
    line-height: 39px;
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    display: block;
    width: 39px;
    height: 39px;
    text-align: center;
    pointer-events: none;
}

.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback
{
    line-height: 53px;
    width: 53px;
    height: 53px;
}

.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback
{
    line-height: 36px;
    width: 36px;
    height: 36px;
}

.has-feedback label ~ .form-control-feedback
{
    top: 30px;
}

.form-horizontal .radio,
.form-horizontal .checkbox
{
    min-height: 32px;
}

@media (min-width: 768px)
{
    .form-horizontal .form-group-lg .control-label
    {
        font-size: 23px;
        padding-top: 11px;
    }
}

@media (min-width: 768px)
{
    .form-horizontal .form-group-sm .control-label
    {
        font-size: 16px;
        padding-top: 6px;
    }
}

.btn
{
    font-size: 15px;
    font-weight: normal;
    line-height: 1.42857143;
    display: inline-block;
    margin-bottom: 0;
    padding: 3px 12px;
    cursor: pointer;
    transition: filter 0.3s;
}

.btn-img:hover, .btn-img:focus, .btn-list-item:hover, .btn-list-item:focus
{
    filter: brightness(0.9);
}

a.btn.disabled,
fieldset[disabled] a.btn
{
    pointer-events: none;
}

.btn-default:focus,
.btn-default.focus
{
    color: #fff;
    border-color: #8c8c8c;
    background-color: #a9d340;
}

.tree-select
{
    color: #fff;
    border-color: #8c8c8c;
    background-color: #a9d340;
}

.btn-default:hover
{
    color: #333;
    border-color: #adadad;
    background-color: #e6e6e6;
}

.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default
{
    color: #333;
    border-color: #adadad;
    background-color: #e6e6e6;
}

.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus
{
    color: #333;
    border-color: #8c8c8c;
    background-color: #d4d4d4;
}

.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default
{
    background-image: none;
}

.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus
{
    border-color: #ccc;
    background-color: #fff;
}

.btn-default .badge
{
    color: #fff;
    background-color: #333;
}

.btn-primary
{
    color: #fff;
    border-color: #aaaaaa;
    background-color: #a9d340;	
}

.btn-primary:focus,
.btn-primary.focus
{
    color: #fff;
    border-color: #aaaaaa;
    background-color: #a9d340;	
}
.btn-primary:hover
{
    color: #fff;
    border-color: #aaaaaa;
    background-color: #a9d340;	
}

.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary
{
    color: #fff;
    border-color: #aaaaaa;
    background-color: #a9d340;	
}

.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus
{
    color: #fff;
    border-color: #aaaaaa;
    background-color: #a9d340;	
}

.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus
{
    border-color: #aaaaaa;
    background-color: #a9d340;	
}

.btn-primary .badge
{
    color: #337ab7;
    background-color: #fff;
}

.btn-success
{
    color: #fff;
    border-color: #4cae4c;
    background-color: #5cb85c;
}

.btn-success:focus,
.btn-success.focus
{
    color: #fff;
    border-color: #255625;
    background-color: #449d44;
}
.btn-success:hover
{
    color: #fff;
    border-color: #398439;
    background-color: #449d44;
}

.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success
{
    color: #fff;
    border-color: #398439;
    background-color: #449d44;
}

.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus
{
    color: #fff;
    border-color: #255625;
    background-color: #398439;
}

.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus
{
    border-color: #4cae4c;
    background-color: #5cb85c;
}

.btn-success .badge
{
    color: #5cb85c;
    background-color: #fff;
}

.btn-info
{
    color: #fff;
    border-color: #46b8da;
    background-color: #5bc0de;
}

.btn-info:focus,
.btn-info.focus
{
    color: #fff;
    border-color: #1b6d85;
    background-color: #31b0d5;
}

.btn-info:hover
{
    color: #fff;
    border-color: #269abc;
    background-color: #31b0d5;
}

.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info
{
    color: #fff;
    border-color: #269abc;
    background-color: #31b0d5;
}

.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus
{
    color: #fff;
    border-color: #1b6d85;
    background-color: #269abc;
}

.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus
{
    border-color: #46b8da;
    background-color: #5bc0de;
}

.btn-info .badge
{
    color: #5bc0de;
    background-color: #fff;
}

.btn-warning
{
    color: #fff;
    border-color: #eea236;
    background-color: #f0ad4e;
}

.btn-warning:focus,
.btn-warning.focus
{
    color: #fff;
    border-color: #985f0d;
    background-color: #ec971f;
}

.btn-warning:hover
{
    color: #fff;
    border-color: #d58512;
    background-color: #ec971f;
}

.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning
{
    color: #fff;
    border-color: #d58512;
    background-color: #ec971f;
}

.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus
{
    color: #fff;
    border-color: #985f0d;
    background-color: #d58512;
}

.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus
{
    border-color: #eea236;
    background-color: #f0ad4e;
}

.btn-warning .badge
{
    color: #f0ad4e;
    background-color: #fff;
}

.btn-danger
{
    color: #fff;
    border-color: #d43f3a;
    background-color: #d9534f;
	border-radius: unset;
}

.btn-danger:focus,
.btn-danger.focus
{
    color: #fff;
    border-color: #761c19;
    background-color: #c9302c;
}

.btn-danger:hover
{
    color: #fff;
    border-color: #ac2925;
    background-color: #c9302c;
}

.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger
{
    color: #fff;
    border-color: #ac2925;
    background-color: #c9302c;
}

.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus
{
    color: #fff;
    border-color: #761c19;
    background-color: #ac2925;
}

.btn-link
{
    font-weight: normal;
    color: #333;
    border-radius: 0;
}

.btn-link:hover,
.btn-link:focus
{
    text-decoration: underline;

    color: #a9d340;
    background-color: transparent;
}

.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus
{
    text-decoration: none;

    color: #eee;
}

.btn-lg,
.btn-group-lg > .btn
{
    font-size: 23px;
    line-height: 1.3333333;
    padding: 10px 16px;
    border-radius: 0;
}

.btn-sm,
.btn-group-sm > .btn
{
    font-size: 16px;
    line-height: 1.5;
    padding: 5px 10px;
    border-radius: 0;
}

.btn-xs,
.btn-group-xs > .btn
{
    font-size: 16px;
    line-height: 1.5;
    padding: 1px 5px;
    border-radius: 0;
}

.btn-log-choice {
    background-color: var(--color-back-btnlogchoice);
	border-color: var(--color-back-btnlogchoice);
    color: var(--color-btnlogchoice);
}

.btn-log-choice:active:hover,
.btn-log-choice:active:focus,
.btn-log-choice:active.focus,
.btn-log-choice.active:hover,
.btn-log-choice.active:focus,
.btn-log-choice.active.focus,
.btn-log-choice:hover,
.btn-log-choice:focus,
.btn-log-choice.focus,
.btn-log-choice:active,
.btn-log-choice.active {
    color: var(--color-btnlogchoice-hover);
    background-color: var(--color-back-btnlogchoice-hover);
}

/* Extra small devices (phones, up to 480px) */
@media screen and (max-width: 767px) {
    .btn-log-choice {
        font-size: 200% !important;
    }

    .btn-other {
        font-size: 130% !important;
    }
}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991px) {
    .btn-log-choice {
        font-size: 250% !important;
    }

    .btn-other {
        font-size: 150% !important;
    }
}


/* large desktops and up ----------- */
@media screen and (min-width: 1200px) {
    .btn-log-choice {
        font-size: 300% !important;
    }

    .btn-other {
        font-size: 200% !important;
    }
}

.btn-login:active:hover,
.btn-login:active:focus,
.btn-login:active.focus,
.btn-login.active:hover,
.btn-login.active:focus,
.btn-login.active.focus,
.btn-login:hover,
.btn-login:focus,
.btn-login.focus,
.btn-login:active,
.btn-login.active {
    background-color: var(--color-back-btnlog-hover);
    color: var(--color-btnlog-hover);
}

.btn-login {
    background-color: var(--color-back-btnlog);
    font-family: Calibri, Arial, Verdana;
    font-size: 22px;
    font-weight: 800;
    color: var(--color-btnlog);
    padding-left: 20px;
    padding-right: 20px;
    border-color: var(--btn-login-border-color);
}

.btn-valid-login-form {
    font-size: inherit !important;
}

.caret
{
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid \9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}

.btn-group-vertical > .btn:first-child:not(:last-child)
{
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn:last-child:not(:first-child)
{
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus
{
    cursor: default;
    color: #a9d340;
	font-family: Calibri, Arial, Verdana;
	font-weight: bold;
	border: 1px solid #ddd;
    border-bottom-color: transparent;
    background-color: #fff;
}

.nav-tabs.nav-justified > li > a
{
    margin-right: 0;
    border-radius: 0;
}

@media (min-width: 768px)
{
    .nav-tabs.nav-justified > li > a
    {
        border-bottom: 1px solid #ddd;
        border-radius: 0 0 0 0;
    }

    .nav-tabs.nav-justified > .active > a,
    .nav-tabs.nav-justified > .active > a:hover,
    .nav-tabs.nav-justified > .active > a:focus
    {
        border-bottom-color: #fff;
    }
}

.nav-pills > li > a
{
    border-radius: 0;
}

.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus
{
    color: #a9d340;
    background-color: #dbdbdb;
}

.nav-tabs-justified > li > a
{
    margin-right: 0;
    border-radius: 0;
}

@media (min-width: 768px)
{
    .nav-tabs-justified > li > a
    {
        border-bottom: 1px solid #ddd;
        border-radius: 0 0 0 0;
    }

    .nav-tabs-justified > .active > a,
    .nav-tabs-justified > .active > a:hover,
    .nav-tabs-justified > .active > a:focus
    {
        border-bottom-color: #fff;
    }
}

.breadcrumb > li > a
{
    font-size: 1.4rem;
}

.pagination
{
    display: inline-block;

    margin: 25px 0;
    padding-left: 0;

    border-radius: 0;
}

.pagination > li > a,
.pagination > li > span
{
    line-height: 1.42857143;
    position: relative;
    float: left;
    margin-left: -1px;
    padding: 6px 12px;
    text-decoration: none;
    color: #333;
    border: 1px solid #ddd;
    background-color: #fff;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span
{
    margin-left: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.pagination > li:last-child > a,
.pagination > li:last-child > span
{
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus
{
    z-index: 2;
    color: #a9d340;
    border-color: #ddd;
    background-color: #f9f9f9;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus
{
    z-index: 3;
    cursor: default;
    color: #fff;
    border-color: #337ab7;
    background-color: #337ab7;
}

.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus
{
    cursor: not-allowed;
    color: #eee;
    border-color: #ddd;
    background-color: #fff;
}

.pagination-lg > li > a,
.pagination-lg > li > span
{
    font-size: 23px;
    line-height: 1.3333333;
    padding: 10px 16px;
}

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span
{
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span
{
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.pagination-sm > li > a,
.pagination-sm > li > span
{
    font-size: 16px;
    line-height: 1.5;
    padding: 5px 10px;
}

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span
{
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span
{
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.pager
{
    margin: 25px 0;
    padding-left: 0;
    list-style: none;
    text-align: center;
}

.pager li > a:hover,
.pager li > a:focus
{
    text-decoration: none;
    background-color: #f9f9f9;
}

.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span
{
    cursor: not-allowed;
    color: #eee;
    background-color: #fff;
}

.label-default
{
    background-color: #eee;
}

.label-default[href]:hover,
.label-default[href]:focus
{
    background-color: #d5d5d5;
}

.thumbnail
{
    line-height: 1.42857143;
    display: block;
    margin-bottom: 25px;
    padding: 4px;
    -webkit-transition: border .2s ease-in-out;
         -o-transition: border .2s ease-in-out;
            transition: border .2s ease-in-out;
    border: 1px solid #ddd;
    border-radius: 0;
    background-color: #fff;
}

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active
{
    border-color: #333;
}

.progress
{
    overflow: hidden;
    height: 25px;
    margin-bottom: 25px;
    border-radius: 0;
    background-color: #f5f5f5;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
            box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
}

.progress-bar
{
    font-size: 16px;
    line-height: 25px;
    float: left;
    width: 0;
    height: 100%;
    -webkit-transition: width .6s ease;
         -o-transition: width .6s ease;
            transition: width .6s ease;
    text-align: center;
    color: #fff;
    background-color: #337ab7;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
            box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
}

.media-object.img-thumbnail
{
    max-width: none;
}

.list-group-item
{
    position: relative;
    display: block;
    /*padding: 10px 15px;*/
    margin-bottom: -1px;
    background-color: #fff;
    /*border: 1px solid @list-group-border;*/
}

.list-group-item:first-child
{
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.list-group-item:last-child
{
    margin-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

a.list-group-item,
button.list-group-item
{
    color: #555;
}

a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading
{
    color: #333;
}

a.list-group-item:hover,
button.list-group-item:hover,
a.list-group-item:focus,
button.list-group-item:focus
{
    text-decoration: none;
    color: #555;
    background-color: #f5f5f5;
}

button.list-group-item
{
    width: 100%;
    text-align: left;
}

.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus
{
    cursor: not-allowed;
    color: #eee;
    background-color: #f9f9f9;
}

.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text
{
    color: #eee;
}

.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus
{
    z-index: 2;
    color: #a9d340;
    border-color: #dbdbdb;
    background-color: #dbdbdb;
}

.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text
{
    color: #fff;
}

a.list-group-item-success,
button.list-group-item-success
{
    color: #3c763d;
}

a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading
{
    color: inherit;
}

a.list-group-item-success:hover,
button.list-group-item-success:hover,
a.list-group-item-success:focus,
button.list-group-item-success:focus
{
    color: #3c763d;
    background-color: #d0e9c6;
}

a.list-group-item-success.active,
button.list-group-item-success.active,
a.list-group-item-success.active:hover,
button.list-group-item-success.active:hover,
a.list-group-item-success.active:focus,
button.list-group-item-success.active:focus
{
    color: #fff;
    border-color: #3c763d;
    background-color: #3c763d;
}

a.list-group-item-info,
button.list-group-item-info
{
    color: #31708f;
}

a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading
{
    color: inherit;
}

a.list-group-item-info:hover,
button.list-group-item-info:hover,
a.list-group-item-info:focus,
button.list-group-item-info:focus
{
    color: #31708f;
    background-color: #c4e3f3;
}

a.list-group-item-info.active,
button.list-group-item-info.active,
a.list-group-item-info.active:hover,
button.list-group-item-info.active:hover,
a.list-group-item-info.active:focus,
button.list-group-item-info.active:focus
{
    color: #fff;
    border-color: #31708f;
    background-color: #31708f;
}

a.list-group-item-warning,
button.list-group-item-warning
{
    color: #8a6d3b;
}

a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading
{
    color: inherit;
}

a.list-group-item-warning:hover,
button.list-group-item-warning:hover,
a.list-group-item-warning:focus,
button.list-group-item-warning:focus
{
    color: #8a6d3b;
    background-color: #faf2cc;
}

a.list-group-item-warning.active,
button.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
button.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus,
button.list-group-item-warning.active:focus
{
    color: #fff;
    border-color: #8a6d3b;
    background-color: #8a6d3b;
}

a.list-group-item-danger,
button.list-group-item-danger
{
    color: #a94442;
}

a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading
{
    color: inherit;
}

a.list-group-item-danger:hover,
button.list-group-item-danger:hover,
a.list-group-item-danger:focus,
button.list-group-item-danger:focus
{
    color: #a94442;
    background-color: #ebcccc;
}

a.list-group-item-danger.active,
button.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
button.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus,
button.list-group-item-danger.active:focus
{
    color: #fff;
    border-color: #a94442;
    background-color: #a94442;
}

.panel
{
    margin-bottom: 25px;
    border: 1px solid transparent;
    border-radius: 0;
    background-color: #fff;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
            box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    border-color: #eee;
}

.panel-heading
{
    padding: 7px 15px;
    text-align: center;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.panel-title
{
    font-size: 19px;
    margin-top: 0;
    margin-bottom: 0;
    color: #909090;
}

.panel-footer
{
    padding: 10px 15px;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    background-color: #f5f5f5;
}

.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child
{
    border-top: 0;
    border-top-left-radius: -1px;
    border-top-right-radius: -1px;
}

.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child
{
    border-bottom: 0;
    border-bottom-right-radius: -1px;
    border-bottom-left-radius: -1px;
}

.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child
{
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.panel > .table-responsive:first-child > .table:first-child
{
    border-top-left-radius: -1px;
    border-top-right-radius: -1px;
}

.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child
{
    border-top-left-radius: -1px;
    border-top-right-radius: -1px;
}

.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child
{
    border-top-left-radius: -1px;
    border-top-right-radius: -1px;
}

.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child
{
    border-top-left-radius: -1px;
}

.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child
{
    border-top-right-radius: -1px;
}

.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child
{
    border-bottom-right-radius: -1px;
    border-bottom-left-radius: -1px;
}

.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child
{
    border-bottom-right-radius: -1px;
    border-bottom-left-radius: -1px;
}

.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child
{
    border-bottom-left-radius: -1px;
}

.panel-group
{
    margin-bottom: 25px;
}

.panel-group .panel
{
    margin-bottom: 0;
    border-radius: 0;
}

.well
{
    min-height: 20px;
    margin-bottom: 20px;
    padding: 19px;
    border: 1px solid #e3e3e3;
    border-radius: 0;
    background-color: #f5f5f5;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
            box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
}

.well-lg
{
    padding: 24px;
    border-radius: 0;
}

.well-sm
{
    padding: 9px;
    border-radius: 0;
}

.close
{
    font-size: 27px;
    font-weight: bold;
    line-height: 1;
    float: right;
    opacity: .2;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
}

.modal-content
{
    position: relative;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 0;
    outline: 0;
    background-color: #fff;
    -webkit-background-clip: padding-box;
            background-clip: padding-box;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
            box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}

.tooltip
{
    font-family: Calibri, Arial, sans-serif;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    line-height: 1.42857143;
    position: absolute;
    z-index: 1070;
    display: block;
    text-align: left;
    text-align: start;
    white-space: normal;
    text-decoration: none;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    word-wrap: normal;
    word-break: normal;
    opacity: 0;
    text-shadow: none;
    line-break: auto;
    filter: alpha(opacity=0);
}

.tooltip-inner
{
    max-width: 200px;
    padding: 3px 8px;
    text-align: center;
    color: #fff;
    border-radius: 0;
    background-color: #000;
}

.popover
{
    font-family: Calibri, Arial, sans-serif;
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    line-height: 1.42857143;
    position: absolute;
    z-index: 1040;
    top: 0;
    left: 0;
    display: none;
    max-width: 276px;
    padding: 1px;
    text-align: left;
    text-align: start;
    white-space: normal;
    text-decoration: none;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    word-wrap: normal;
    word-break: normal;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 0;
    background-color: #fff;
    -webkit-background-clip: padding-box;
            background-clip: padding-box;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
            box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    text-shadow: none;
    line-break: auto;
}

.popover-title
{
    font-size: 18px;
    margin: 0;
    padding: 8px 14px;
    border-bottom: 1px solid #ebebeb;
    border-radius: -1px -1px 0 0;
    background-color: #f7f7f7;
}

@media all and (transform-3d), (-webkit-transform-3d)
{
    .carousel-inner > .item
    {
        -webkit-transition: -webkit-transform .6s ease-in-out;
             -o-transition:      -o-transform .6s ease-in-out;
                transition:         transform .6s ease-in-out;
        -webkit-backface-visibility: hidden;
                backface-visibility: hidden;
        -webkit-perspective: 1000px;
                perspective: 1000px;
    }

    .carousel-inner > .item.next,
    .carousel-inner > .item.active.right
    {
        left: 0;
        -webkit-transform: translate3d(100%, 0, 0);
                transform: translate3d(100%, 0, 0);
    }

    .carousel-inner > .item.prev,
    .carousel-inner > .item.active.left
    {
        left: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
                transform: translate3d(-100%, 0, 0);
    }

    .carousel-inner > .item.next.left,
    .carousel-inner > .item.prev.right,
    .carousel-inner > .item.active
    {
        left: 0;
        -webkit-transform: translate3d(0, 0, 0);
                transform: translate3d(0, 0, 0);
    }
}

.carousel-control
{
    font-size: 20px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 15%;
    text-align: center;
    opacity: .5;
    color: #fff;
    background-color: rgba(0, 0, 0, 0);
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
    filter: alpha(opacity=50);
}

.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right
{
    position: absolute;
    z-index: 5;
    top: 50%;
    display: inline-block;
    margin-top: -10px;
}

@media screen and (min-width: 768px)
{
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-prev,
    .carousel-control .icon-next
    {
        font-size: 30px;
        width: 30px;
        height: 30px;
        margin-top: -10px;
    }

    .carousel-control .glyphicon-chevron-left,
    .carousel-control .icon-prev
    {
        margin-left: -10px;
    }

    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-next
    {
        margin-right: -10px;
    }

    .carousel-caption
    {
        right: 20%;
        left: 20%;
        padding-bottom: 30px;
    }

    .carousel-indicators
    {
        bottom: 20px;
    }
}

.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after,
.collapse.in:before,
.collapse.in:after {
    display: table;
    content: ' ';
}

.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-header:after,
.modal-footer:after,
.collapse.in:after
{
    clear: both;
}

#title_page {
    font-size: 22px;
    color: var(--color-2);
    font-weight: bold;
    padding-bottom: 10px;
}

.panel-default > .panel-heading {
    color: rgba(101, 101, 101, 1);
    background-color: #eeeeee;
    border-color: #ddd;
	text-align: left;
	border-radius: 0px;
	font-size: 14px;
	font-family: Calibri, Arial;
}

.panel-default > .panel-heading > .panel-title {
    color: #000;
}

.panel-default.active > .panel-heading {
    color: #a9d340;
    background-color: rgba(85, 84, 84, 1);
    border-color: #ddd;
	text-align: left;
	border-radius: 0px;
}

.panel-default.active > .panel-heading > .panel-title {
    color: #a9d340;
}

div#footer {
    background-color: #f3f3f3;
    border-top: 1px solid #dfdfdf;
    bottom: 0;
    min-height: 45px;
    left: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    position: absolute;
    right: 0;
}

.btn-group {
    border: 1px solid #eee;
    border-radius: 3px;
}

.panel-default {
    border-color: #ddd;
    border-radius: 3px;
}

.text-right {
    text-align: right;
}

.container {
    height: 100%;
}

html {
    height: 100%;
}

/******* Styles d'affichage pour les tableaux *****/
Table.TableElem{
	border: 1px solid #b6cdd2;
	border-spacing: 0px; 
	border-collapse: collapse;
}

td.TableElem{
	border: 1px solid #b6cdd2;
	font-family: Arial, Sans-Serif;
	font-size: 11px;
	text-align:left;	
}

td.TableElem_dotted{
	border-bottom: 1px dashed #b6cdd2;
}

td.TableElem_top{
	border-top: 3px solid #b6cdd2;
	border-bottom: 1px dashed #b6cdd2;
	border-spacing: 0px; 
	border-collapse: collapse;
}

td.TableElem1{
	border: 1px solid #aaaaaa;
	border-collapse: collapse;	
	font-family: Arial, Sans-Serif;
	font-size: 11px;
	color: #999999;
	background: #73a9e1;
 }
 
 td.TableElem2{
	border: 1px solid #aaaaaa;
	border-collapse: collapse;
	font-family: Arial, Sans-Serif;
	font-size: 11px;
	color: #999999;
	background: #c9aede;
 }



th.TableElem{
	border: 1px solid #aaaaaa;
	border-collapse: collapse;	
	font-family: Arial, Sans-Serif;
	font-size: 11px;
	text-align:center;	
	font-weight: bold;	
	color: var(--color-1);
	background: #8B9BCF;
}

th.TabHead{
	border: 1px solid #b6cdd2;
	font-family: Arial, Sans-Serif;
	font-size: 11px;
	text-align:center;	
	font-weight: bold;	
	color: var(--color-1);
	background: #8bb0b8;
}
th.TabHead2{
	border: 1px solid #b6cdd2;
	border-collapse: collapse;	
	font-family: Arial, Sans-Serif;
	font-size: 14px;
	text-align:left;	
	font-weight: bold;	
	color: var(--color-1);
	background: #8bb0b8;
}

/******* Boites ******/

div.box {
			width: 942px;
			margin-top: 10px;
			margin-bottom: 10px;
			margin-left: 30px;
		}
		
		div.title_box {
			position: relative;
			background: #8B9BCF;
			height: 18px;
			font-family: Helvetica, Arial, Verdana;
			font-size: 12px;
			font-weight: bold;
			color: var(--color-1);
			padding-left: 10px;
			padding-top: 5px;
		}
		.text_box {
			font-family: Helvetica, Arial, Verdana;
			font-size: 12px;
			font-weight: bold;
			color: var(--color-1);
			text-decoration: none;
		}
		div.content_box {
			position: relative;
			background: var(--color-background);
			height: auto;
			font-family: Arial, Verdana, Helvetica;
			font-size: 11px;
			font-weight: normal;
			color: #555555;
			padding-left: 10px;
			padding-right: 10px;
			padding-top: 5px;
			padding-bottom: 8px;
			border-width: 1px;
			border-style: solid;
			border-color: #8B9BCF;
		}

/***********************************************************/
/************ Ajout de fonctions pour bootstrap ************/
/***********************************************************/

.modal.modal-fullscreen {
  /* Maximize the main wrappers on the screen */
  /* Make the parent wrapper of the modal box a full-width block */
  /* Remove borders and effects on the content */
  /**
	 * /!\ By using this feature, you force the header and footer to be placed
	 * in an absolute position. You must handle by yourself the margin of the
	 * content.
	 */
}
.modal.modal-fullscreen .modal-dialog,
.modal.modal-fullscreen .modal-content {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.modal.modal-fullscreen .modal-dialog {
  margin: 0;
  width: 100%;
}
.modal.modal-fullscreen .modal-content {
  border: none;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: inherit;
  -moz-box-shadow: inherit;
  box-shadow: inherit;
}
.modal.modal-fullscreen.force-fullscreen {
  /* Remove the padding inside the body */
}
.modal.modal-fullscreen.force-fullscreen .modal-body {
  padding: 0;
}
.modal.modal-fullscreen.force-fullscreen .modal-header,
.modal.modal-fullscreen.force-fullscreen .modal-footer {
  left: 0;
  position: absolute; 
  right: 0;
}
.modal.modal-fullscreen.force-fullscreen .modal-header {
  top: 0;
}
.modal.modal-fullscreen.force-fullscreen .modal-footer {
  bottom: 0;
}

.modal-header {
	background: #eeeeee; 
}
.modal-header button.close {
    color: #333;
}
.modal-title {
    color: inherit;
    font-style: normal;
}

.HeaderDataGrid2 {
	background: #eeeeee;
	color: #000000;
	text-align: center;
	font-weight: bold;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	border: 1px solid #ADACAC;
	padding:5px;
	height: 25px;
}

.CellDataGrid2 {
	background: var(--color-background);
	color: #777777;
	text-align: left;
	font-weight: normal;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	border: 1px solid #ADACAC;
	border-collapse: collapse;
	padding:5px;
}

div.editable {
    border: 1px dashed #bbbbbb;
}

.nopadding { padding : 0; }

.Head_Property {
    vertical-align: middle;
    padding: 3px 12px 3px 0px;
}

.Cell_Property {
    padding: 3px 12px;
    height: 26px;
}

h4.panel-title {
    color: #909090;
	font-size: 18px;
	font-family: Calibri, Arial;
}

.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-impulse,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-impulse {
  background: #a9d340;
  color: #fff;
}




#draggablePanelList .panel-heading {
        cursor: move;
}

div.bloc_right { 
    padding:10px; /* aération interne des blocs */
    margin:0 10px; /* espacement horizontal entre les blocs */
    display:inline-block;
    vertical-align:middle;
    text-align:left; /* on rétablit l'alignement du texte */ 
}	

.ClsNameStep {
    margin-left:50px;
    font-family: Calibri, Arial, Verdana;
    font-size: 20px;
}

.ClsTypeStep {
    margin-left:50px;
    font-family: Calibri, Arial, Verdana;
    font-size: 14px;

}

.sortable-list {
	list-style: none;
}
.sortable-item {
	cursor: move;
	display: block;
}

.LabAccordion {
	color: #555555;
	font-family: Calibri, Arial,Verdana;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
}
*[data-toggle="collapse"] {
    cursor: pointer;
}

li.ui-state-highlight {
    list-style: none;
    height: 75px;
    margin-bottom: 20px;
}

.accordionHeaderMaxSelected
{
    border: 1px solid #dbdbdb;
    color: grey;
    background-color: #dbdbdb;
	font-family: Arial, Sans-Serif;
	font-size: 13px;
	font-weight: normal;
    padding: 10px;
    margin-top: 5px;
    cursor: pointer;
	width: 870px;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}

.form-control:focus {
    border-color: rgba(188, 188, 188, 1);
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(138,138,138,0.8);
    box-shadow: inset 0px 1px 1px rgba(0,0,0,0.075), 0px 0px 8px rgba(138,138,138,0.8);
}

.btn.active.focus, .btn.active:focus, .btn.focus, .btn.focus:active, .btn:focus:active, .btn:focus {
    outline: none;
}
.btn-group .btn.btn-img.active.focus, .btn-group .btn.btn-img.active:focus, .btn-group .btn.btn-img.focus, .btn-group .btn.btn-img.focus:active, .btn-group .btn.btn-img:focus:active, .btn-group .btn.btn-img:focus,
.btn.btn-list-item.active.focus, .btn.btn-list-item.active:focus, .btn.btn-list-item.focus, .btn.btn-list-item.focus:active, .btn.btn-list-item:focus:active, .btn.btn-list-item:focus
{
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
.btn-group .btn.active {
    background-color: #ccc;
    background-image: none;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, .15), 0 1px 2px rgba(0, 0, 0, .05)
}

.AppliLogo {
    float: left;
}

.LoginAppliName {
    margin-top: 20px;
    margin-bottom: 20px;
}

.dataTables_info {
    font-size: 12px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
  min-width: 6px;
  padding: 1px 3px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    color: #333 !important;
    border: 1px solid #979797;
    background-color: white;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(100%, #dcdcdc));
    background: -webkit-linear-gradient(top, #fff 0%, #dcdcdc 100%);
    background: -moz-linear-gradient(top, #fff 0%, #dcdcdc 100%);
    background: -o-linear-gradient(top, #fff 0%, #dcdcdc 100%);
    background: linear-gradient(to bottom, #fff 0%, #dcdcdc 100%);
}

a#Property span {
    font-size: 17px;
}

/**************  Ajouts suites aux tests d'Emilie ******************/

.panel-default > .panel-title {
    font-size: 17px;
    font-weight: bold;
}

a span.glyphicon-menu-left {
    vertical-align: middle;
    font-size: 18px !important;
    margin-top: -6px;
    font-weight: bold;
}

.backtext {
	padding: 0 4px; 
	margin-left: 0px;
	font-family: Calibri,Arial,Verdana;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
}
.btn-back {
    display: block;
    color: var(--color-2);
    margin-left: 0px;
	text-decoration: none;
}
.btn-back:link,
.btn-back:visited,
.btn-back:hover,
.btn-back:active,
.btn-back:focus {
    outline: none !important;
	text-decoration: none !important;
}
.btn-back:hover,
.btn-back:active,
.btn-back:focus {
    color: rgba(121, 65, 152, 1) !important;
}

.btn-back span,
.btn-back span.glyphicon {
    font-size: 18px !important;
	font-weight: bold;
	outline: none !important;
	text-decoration: none;
    vertical-align: middle;
}
.btn-back span.glyphicon {
    margin-top: -1px;
}

.btn:active:focus {
  outline: none;
  outline-offset: initial;
}

.btn:active,
.btn.active {
  background-image: none;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

/*
 * Component: Timeline
 * -------------------
 */
.roadline {
  position: relative;
  top: 150px;
  margin: 0 0 30px 0;
  padding: 0;
  padding-top: 15px;
  list-style: none;
  border: 0.5px solid #cacaca;
}

.roadline.nude {
    border: none !important;
    top: 5px !important;
    padding-left: 35px !important;
}
/*.roadline:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  width: 4px;
  background: #ddd;
  left: 31px;
  margin: 0;
  border-radius: 2px;
}*/
.roadline > li {
  position: relative;
  /*margin-right: 10px;*/
  margin-bottom: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
}
.roadline > li:before,
.roadline > li:after {
  content: " ";
  display: table;
}
.roadline > li:after {
  clear: both;
}
.roadline > li.active {
    background-color: #fff;
    border-right: 2px solid #0073b7;
}
.roadline > li > .roadline-item {
  /*-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);*/
  border-radius: 3px;
  margin-top: 0;
  /*background: #fff;*/
  color: #444;
  margin-left: 60px;
  margin-right: 15px;
  padding: 0;
  position: relative;
}
.roadline > li > .roadline-item > .time {
  color: #999;
  float: right;
  padding: 10px;
  font-size: 12px;
}
.roadline > li > .roadline-item > .roadline-header {
  margin: 0;
  color: #555;
  border-bottom: 1px solid #f4f4f4;
  padding: 10px;
  font-size: 16px;
  line-height: 1.1;
}
.roadline > li > .roadline-item > .roadline-header > a {
  font-weight: 600;
}
.roadline > li > .roadline-item > .roadline-body,
.roadline > li > .roadline-item > .roadline-footer {
  padding: 10px;
}
.roadline > li > .fa,
.roadline > li > .glyphicon,
.roadline > li > .ion {
  width: 30px;
  height: 30px;
  font-size: 15px;
  line-height: 30px;
  position: absolute;
  color: #666;
  background: #d2d6de;
  border-radius: 50%;
  text-align: center;
  left: 18px;
  top: 0;
}
.roadline > .time-label > span {
  font-weight: 600;
  padding: 5px;
  display: inline-block;
  background-color: #fff;
  border-radius: 4px;
}
.roadline-inverse > li > .roadline-item {
  background: #f0f0f0;
  border: 1px solid #ddd;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.roadline-inverse > li > .roadline-item > .roadline-header {
  border-bottom-color: #ddd;
}

#svgContainer { 
	z-index: 2;
	position:absolute;
	/*background-color:silver;
	opacity: 0.5;*/
}

#dataGridLstUserSignIn > .table > tbody > tr > td {
    border-top:1px solid #000;
}

.highlight {
    background-color: #f7f7f9;
    border: 1px solid #e1e1e8;
    border-radius: 4px;
    display: block;
    margin-bottom: 14px;
    padding: 9px 14px;
}

.highlightText{ 
  background:#fdfe27; 
  padding:1px; 
  border:#00CC00 dotted 1px; 
}

.input-group-addon input[type="checkbox"],
.input-group-addon input[type="radio"] {
    position: relative;
    top: 4px;
    margin-right: 4px;
}
.input-group-addon label {
    font-weight: normal;
}

/* Pièce jointe plan annimation */
table.attachments {
    border-collapse: collapse;
    border: none;
    width: 100%;
}
table.attachments tr {
    border: none;
    border-bottom: 1px solid #ccc;
}
table.attachments tr:last-child {
    border: none;
}
table.attachments td {
    border: none;
    padding: 3px 10px;
}
table.attachments td.icon {
    width:20px;
}
table.attachments td.type {
    width:80px;
}

.nanobar .bar {
    background: #38f;
    border-radius: 4px;
    box-shadow: 0 0 10px #59d;
    height: 3px;
    /*margin: 0 auto;*/
}

/***********************************************************/
/********** Ajout de fonctions pour les reporting **********/
/***********************************************************/

.row.equal {
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
}

.row.equal > [class^="col-"] span.middle {
    position: relative;
    top: 30%;
}

.pan-block {
    background-color: #fafafa;
}

.row.equal > [class^="col-"] .pan-block {
    height: 100%;
}

.pan-block {
/*    border-left: 10px solid #0081a5; */
}

.pan-block .block-heading {
    text-align: left;
    font-size: 115%;
    font-family: Helvetica, Arial, sans-serif;
    padding: 7px 0px 15px 0px;
    color: #111;
    background-color: #fafafa;
}

.pan-block .block-heading img {
    max-width: 50px;
    max-height: 50px;
    margin-right: 20px;
    margin-left: 10px;
}

.pan-block .block-body {
    padding: 15px 0px;
}

.pan-block .block-body .panel {
    background-color: #fafafa;
}

.pan-block .block-body .panel .panel-body {
    padding: 0px;
}

.pan-block .block-body .panel .panel-body table.dataTable tbody th,
.pan-block .block-body .panel .panel-body table.dataTable tbody td {
    padding: 8px 5px;
}

#PanSearch .pan-block {
    border-color: #111;
}

#PanSearch .pan-block .block-heading {
    color: #111;
}

.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}

.vbottom {
    display: inline-block;
    float: none;
    margin-left: -2px;
    margin-right: -2px;
}

.training-reporting .percent-user {
    font-size: 3em;
    font-weight: bold;
    text-align: center;
    width: 40%;
    position: relative;
    top: -10px;
}
.training-reporting .summary {
    margin: 2em 0;
}
.training-reporting .summary span {
    display: block;
    font-size: 1.5em;
    font-weight: bold;
    line-height: 1em;
}
.training-reporting .summary .row {
    margin-bottom: 1em;
}
.training-reporting .icon {
    display: inline-block;
    width: 1.6em;
    font-size: 2em;
    text-align: center;
}

/******* Boutons ********/
.button_ok {
    border: none;
    background: url('../images/ocp/but_up_ok.png');
    padding: 2px 8px;
    width: auto;
    min-width: 90px;
    height: 26px;
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 10px;
    margin-top: 10px;
    font-family: Arial, Verdana, Helvetica;
    font-size: 12px;
    font-weight: normal;
}

a {
    color: #777777;
    font-weight: normal;
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 11px;
    text-decoration: none;
    line-height: normal;
	margin-top: 2px;
}

/******* Notification ********/
.user-notification {
    background: #fff;
    display: block;
    min-height: 60px;
    min-width: 360px;
    padding: 0 15px;
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -moz-user-select: none; /* Old versions of Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none;
}
.user-notification.new {
    background: #f0f0f0;
}
.user-notification:hover {
    background: #e8e8e8;
}
.user-notification * {
    line-height: initial;
}
.user-notification > .actions {
    float: right;
}
.user-notification > .content {
    padding: 10px 0;
}
.user-notification > .content > .title {
    color: #666;
}
.user-notification > .content > .infos {
    color: #777;
}
.user-notification > .content > .date {
    color: #999;
}


/******* Box simple *****/
.SimpleBox {
	margin-top: 10px;
	margin-bottom: 10px;
	background: #fafafa;
	min-height: 100px;
}

.SimpleBoxTitle {
    font-family: Calibri, Arial, sans-serif;
	font-size: 110%;
	color: #000000;
	border-bottom: 2px #000000 dashed;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-left: 0px;
}

.view_simple_quiz {
    display: none;
}

.scroll_small::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 10px;
	background-color: #f0f0f0;
}

.scroll_small::-webkit-scrollbar
{
	width: 7px;
	background-color: #f0f0f0;
}

.scroll_small::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #c9cfd3;
}


/******* Password modal ********/
.password-modal .help-block ul {
    margin: 0
}

.color-gray {
	color: #aaaaaa;
}

.color-green {
	color: #a9d340;
}

.pager li > button {
    display: inline-block;
    padding: 5px 14px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 15px;
}


/*********** Reporting ***************/
.text-list {
	font-size: 100%;

}


.smalltext {
	font-size: 90%;
}

.pan-Report {
	margin-top: 10px; 
	margin-right: 10px; 
	text-align: left; 
	border-top: 3px solid #9E65B0; 
	padding: 20px; 
	background: #fafafa; 
	overflow-y: auto;	
}

.panReport {
	box-shadow: 5px 5px 15px 5px #dddddd; 
	border: 1px solid #cccccc;
	margin-bottom: 15px;
}

.panTitleReport {
	text-align: left;
	border-bottom: 1px solid #cccccc;
	height: 36px;
	line-height: 36px;
	margin-top: 0px;
	z-index: 10;
	background: var(--color-background);
	font-size: 120%;
	color: var(--color-1);
	padding-left: 15px;
}

.color-reportByClass {
	background: #cccccc;
}

.panContentReport {
	background: var(--color-background);
}

.panSubtitleReport {
	text-align: left;
	border-top: 1px solid #cccccc;
	margin-top: 0px;
	font-size: 110%;
	color: #888888;
	padding: 15px;
	font-weight: 700;
}

.boxInfo {
	width: 200px;
    height: 150px;
    text-align: center;
    color: var(--color-1);
    margin-left: 130px;
    font-size: 240%;
    padding-top: 20px;
	font-family: impact, Arial black 
}

.boxReport {
	display:table-cell;
	margin-left:30px;
	border-right: 5px solid var(--color-1);
}

#toTop {
    opacity: 0;
    background-color: #00e5e9;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    position: fixed;
    bottom: 60px;
    right: 20px;
    transition: opacity .5s;
	display: flex;
	justify-content: center;
	align-items: center;
	color: var(--color-1);
}

.tableCell {
	display:table-cell;
	padding: 5px;
	border-left: 2px solid #eeeeee;
	vertical-align: middle;
}


.ui-autocomplete {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 100000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: var(--color-background);
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}

.ui-autocomplete > li > div {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333333;
  white-space: nowrap;
}

.ui-state-hover,
.ui-state-active,
.ui-state-focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
  cursor: pointer;
}

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/* Fontawesome color icons */
.ToolBarObj .fa-edit, .fa-copy, .fa-trash-alt {
    font-size: 1.6em;
}
.fa-edit,
.fa-hand-pointer {
    color: #6091cc;
}
.fa-plus,
.fa-plus-circle {
    color: #a4d555;
}
.fa-times {
    color: #d62728;
}
.fad.fa-eraser {
    color: #ff0000;
}
.fad.fa-eraser:before {
    background: #4bb9ec;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
/* Fontawesome for fullcalendar */
.fc-icon.fas {
    font-family: 'Font Awesome 5 Pro'
}

/* Moxie components */
.moxie-image {
    position: relative;
}
.moxie-image::after {
    align-items: center;
    background-color: rgba(0,0,0,0.6);
    color: #fff;
    content: attr(data-text);
    cursor: pointer;
    display: flex;
    font-size: 20px;
    font-weight: bold;
    inset: 0;
    justify-content: center;
    opacity: 0;
    padding: 1em;
    position: absolute;
    text-align: center;
    transition: opacity 0.3s;
}
.moxie-image:hover::after,
.moxie-image:focus::after {
    opacity: 1;
}
.moxie-image:not(:active):focus::after {
    content: attr(data-text-focus);
}

.moxie-link {
    display: flex;
}
.moxie-link > div {
    align-items: center;
    background-color: #f9f9f9;
    border: 1px solid #ccc;
    border-radius: 4px 0 0 4px;
    border-right: none;
    display: flex;
    height: 32px;
    justify-content: space-between;
    line-height: 1;
    padding: 6px 12px;
    overflow: hidden;
    width: 100%
}
.moxie-link > .btn {
    border: 1px solid #ccc;
    border-radius: 0 4px 4px 0;
    border-left: none;
    min-width: auto;
}
.moxie-link > .btn:hover,
.moxie-link > .btn:focus,
.moxie-link > .btn:active,
.moxie-link > .btn:active:hover,
.moxie-link > .btn:active:focus {
    border: 1px solid #ccc;
    border-radius: 0 4px 4px 0;
    border-left: none;
}
.moxie-link > div > span {
    color: #969696;
    font-style: italic;
}

/**
 * k components
 *  - k-thumbnail
 *  - k-list-item
 */

[class^="k-"].billed {
    --k-color: var(--k-green);
}
[class^="k-"].completed {
    --k-color: var(--k-light-green);
}
[class^="k-"].deleted {
    --k-color: var(--k-red);
}
[class^="k-"].enrolled {
    --k-color: var(--k-light-green);
}
[class^="k-"].future {
    --k-color: var(--k-light-blue);
}
[class^="k-"].incompleted {
    --k-color: var(--k-orange);
}
[class^="k-"].new {
    --k-color: var(--k-light-green);
}
[class^="k-"].option {
    --k-color: var(--k-purple);
}
[class^="k-"].preparation {
    --k-color: var(--k-light-grey);
}
[class^="k-"].selected {
    --k-color: var(--k-blue);
}
[class^="k-"].unenrolled {
    --k-color: var(--k-red);
}
[class^="k-"].waiting {
    --k-color: var(--k-orange);
}

/* k-thumbnail */
.k-thumbnail {
    --k-color: var(--btn-primary-border-color);
    --dark-rgb: 33,37,41;
    --btn-hover: #ccc;
    background-color: #fff;
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%);
    display: flex;
    flex-direction: column;
    font-size: 0.85em;
    overflow: hidden;
    position: relative;
    margin: 10px 12px;
    width: 235px;
}
.k-thumbnail.disabled {
    opacity: 0.5;
    pointer-events: none;
}
.k-thumbnail.disabled,
.k-thumbnail.disabled * {
    transition: none !important;
}
.k-thumbnail.disabled .thumb-description {
    opacity: 0 !important;
    transform: scale(0) !important;
    visibility: hidden !important;
}
.k-thumbnail.disabled img {
    opacity: 1 !important;
    transform: scale(1) !important;
}
.k-thumbnail::after,
.k-thumbnail.selected::after {
    border-bottom: 5px solid var(--k-color);
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
}
.k-thumbnail.no-border::after {
    border-bottom: none;
}
.k-thumbnail.selected::after {
    border: 5px solid var(--k-color) !important;
    z-index: 3;
}
.k-thumbnail.rounded {
    border-radius: 1ex;
}
.k-thumbnail.thumb-dark {
    background-color: rgba(var(--dark-rgb), 1) !important;
    color: #fff;
}
.k-thumbnail .thumb-img {
    align-items: center;
    border-bottom: 1px solid #ccc;
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    position: relative;
}
.k-thumbnail.thumb-dark .thumb-img {
    border-bottom: 1px solid #666a74;
}
.k-thumbnail .thumb-img img {
    max-width: 100%;
    max-height: 100%;
    align-self: center;
}
.k-thumbnail .thumb-info {
    background-color: #e6e6e6;
    inset: auto 0 0;
    position: absolute;
    text-align: center;
    font-style: italic;
    padding: 0 1ex;
}
.k-thumbnail.thumb-dark .thumb-info {
    background-color: #2b3036;
}
.k-thumbnail .thumb-text {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    min-height: 3em;
    margin: 8px;
    position: relative;
    text-align: center;
}
.k-thumbnail .thumb-description {
    position: absolute;
    text-align: justify;
    transform: scale(0);
    visibility: hidden;
    opacity: 0;
    width: 100%;
    overflow: auto;
    background: #333333;
    color: #fff;
    transition: all 0.35s ease-in-out;
    padding: 1em;
    z-index: 2;
}
.k-thumbnail .thumb-img,
.k-thumbnail .thumb-description {
    height: 200px;
}
.k-thumbnail.thumb-dark .thumb-description {
    background: #ccc;
    color: #000;
}
.k-thumbnail .thumb-description .thumb-title {
    background-color: #111;
    display: block;
    text-align: center;
    text-transform: uppercase;
    padding: 0.5rem 1em;
    margin: 0 -1em 1em;
}
.k-thumbnail.thumb-dark .thumb-description .thumb-title {
    background-color: #eee;
}
.k-thumbnail .thumb-description > * {
    transform: scale(0);
    transition: all 0.25s ease-in-out;
}
.k-thumbnail:hover .thumb-description ~ .thumb-img > img {
    opacity: 0;
    transform: scale(5);
    transition: all 0.25s ease-in-out;
}
.k-thumbnail:hover .thumb-description {
    transform: scale(1);
    visibility: visible;
    opacity: 1;
}
.k-thumbnail:hover .thumb-description > * {
    transform: scale(1);
}
.k-thumbnail .thumb-options {
    display: flex;
    flex-direction: column;
    font-size: 12px;
    gap: 10px;
    inset: 0 auto auto 0;
    padding: 5px;
    position: absolute;
    z-index: 4;
}
.k-thumbnail .thumb-options > button {
    background-color: rgba(255,255,255,0.8);
    border-color: transparent;
    border-radius: 50%;
    box-shadow: 1px 1px 3px rgba(0,0,0,.2);
    display: flex;
    align-items: center;
    justify-content: center;
    height: 35px;
    width: 35px;
}
.k-thumbnail .thumb-options > button:hover {
    background-color: var(--btn-hover);
}
.k-thumbnail.thumb-small {
    font-size: 0.65rem;
    width: 120px;
}
.k-thumbnail.thumb-small .thumb-img {
    height: 102px;
}
.k-thumbnail.thumb-small .thumb-text {
    margin: 4px;
}
.k-thumbnail .fa-trash-alt {
    color: #d62728;
}
.k-thumbnail .fa-hand-pointer {
    font-size: 1.6em;
}
.k-thumbnail .fa-edit {
    font-size: 1.6em;
    position: relative;
    left: 2px;
}
li:has(> .k-thumbnail) {
    float: left;
}
/* /k-thumbnail */

/* k-list-item */
.k-list-item {
    --k-color: var(--btn-primary-border-color);
    display: flex;
    margin-top: 15px;
    min-height: 60px;
    position: relative;
    width: 100%;
    transition: background 0.6s;
}
.k-list-item.disabled {
    opacity: 0.5;
    pointer-events: none;
}
.k-list-item.new {
    color: var(--k-color) !important;
}
.k-list-item .k-list-item-wrapper {
    border-left: 6px solid var(--k-color);
    display: flex;
    flex-direction: column;
    width: 100%;
}
.k-list-item.no-border .k-list-item-wrapper,
.k-list-item.selected .k-list-item-wrapper {
    border-left: none;
}
.k-list-item.selected .k-list-item-wrapper {
    border-left: 5px solid var(--k-color);
}
.k-list-item.selected::after {
    border: 5px solid var(--k-color);
    border-left: none;
    content: '';
    inset: 0;
    position: absolute;
}
.k-list-item.rounded .k-list-item-wrapper {
    border-top-left-radius: 1ex;
    border-bottom-left-radius: 1ex;
}
.k-list-item.rounded .k-list-item-container {
    border-top-right-radius: 1ex;
    border-bottom-right-radius: 1ex;
}
.k-list-item.rounded.no-border .k-list-item-wrapper {
    border-top-left-radius: initial;
    border-bottom-left-radius: initial;
}
.k-list-item.rounded.no-border .k-list-item-container {
    border-top-left-radius: 1ex;
    border-bottom-left-radius: 1ex;
}
.k-list-item .k-list-item-container {
    align-items: center;
    border: 1px solid #eee;
    column-gap: 10px;
    display: flex;
    min-height: 60px;
    padding: 5px;
    width: 100%;
}
.k-list-item .k-list-item-img {
    max-width: 50px;
    min-width: 50px;
    font-size: 35px;
    line-height: 1;
    text-align: center;
}
.k-list-item .k-list-item-img img {
    max-height: 40px;
    object-fit: contain;
    width: 50px;
}
.k-list-item .k-list-item-content {
    display: flex;
    flex: auto;
    flex-direction: column;
}
.k-list-item .k-list-item-text {
    font-weight: bold
}
.k-list-item .k-list-item-info {
    font-style: italic;
}
.k-list-item .k-list-item-action {
    display: flex;
    z-index: 1;
}
.k-list-item .k-list-item-action button {
    font-size: 20px;
}
.k-list-item .k-list-item-toggle {
    background-color: #f0f0f0;
    display: none;
    max-height: 160px;
    padding: 5px;
    overflow: auto;
}
/* /k-list-item */

/* validation de formulaire */
[data-form-validation] :invalid {
    border: 1px solid red;
    background: #ff000017;
}