body
{
	margin: 0;
	padding: 0;
	color: #555;
	font: normal 10pt Arial,Helvetica,sans-serif !important;
	font-size: 10pt !important;
	background: #EFEFEF;
}

#page
{
	margin-top: 5px;
	margin-bottom: 5px;
	background: white;
	border: 1px solid #C9E0ED;
}

#header
{
	margin: 0;
	padding: 0;
	border-top: 3px solid #C9E0ED;
	height:114px;
}

#content
{
    padding: 20px;
}

#sidebar
{
	padding: 20px 20px 20px 0;
}

#footer
{
	padding: 10px;
	margin: 10px 20px;
	font-size: 0.8em;
	text-align: center;
	border-top: 1px solid #C9E0ED;
}

#axianet {
    visibility: hidden;
}

#title
{
	padding: 10px 20px;
	font-size: 200%;
	float:left;
}

#title span
{
	color:#000099;
}

#logo
{
	padding: 10px 20px;
	font-size: 200%;
	float:right;
}

#dev
{
    text-align: center;
    background-color: red;
    color: white;
    padding: 5px;
    border-bottom: 2px solid #ad200e;
}
.pjax.hide-nb-record .summary{
	display: none;
}

#switch-user
{
	float:right;
	margin-top:13px;
}

select#Customer_IDCustomer{
	width:300px;
}
.choices__list.choices__list--single,
select#Customer_IDCustomer + .choices,
#switch-user #Customer_IDCustomer{
	min-width: 300px;
}

/* Le conteneur qui scrolle, dans ton DOM c'est la listbox interne */
/* quand la liste est ouverte */
.customer-selector{
    display: inline-block;
    margin-top: 4px;
    margin-right: 2px;
}
.choices{
	float: right;
}
.choices__item.has-no-results{
  font-size: 12px !important;
  color: #999;
  font-style: italic;
}
.choices__list--dropdown.is-active .choices__list[role="listbox"]{
  max-height: 260px;
  overflow-y: auto;
}

#switch-user .choices__item.choices__item--selectable,
#switch-user + .choices {
  font-size: 12px;
}
#switch-user .choices {
    margin-bottom: 0;
    font-size: 12px;
}
.choices[data-type*=select-one] .choices__inner {
    padding-bottom: 7.5px;
    padding: 0;
}
.choices__inner {
    font-size: 12px;
    padding: 0;
    min-height: 24px;
}
.choices__input--cloned {
  font-size: 12px;
}
.choices__inner .choices__item.is-selected {
  font-weight: 600;
}

/* Option active dans la liste déroulée */
.choices__list--dropdown .choices__item.is-selected {
  font-weight: 600;
}
.choices__list--dropdown .choices__item.is-highlighted {
  background-color: #f0f0f0;
}
.choices__list--dropdown .choices__item.is-selected {
  background-color: #e6e6e6;
}
/*
.choices__list--dropdown {
  scroll-behavior: smooth;
}
*/
.choices__list--dropdown .choices__item.is-parent {
  font-weight: 600;
}

/* Parent si sélectionné (affichage du select fermé) */
.choices__inner .choices__item.is-parent {
  font-weight: 600;
}


#mainmenu
{
	/*
	background:white url(bg.gif) repeat-x left top;
	*/
	background: #956768;
}

#mainmenu ul
{
	padding:6px 20px 5px 20px;
	margin:0px;
}

#mainmenu ul li
{
	display: inline-block;
}

#mainmenu ul li a
{
	color:#ffffff;
	background-color:transparent;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	padding:5px 8px;
	padding:7px 8px;
	
}

#mainmenu ul li a:hover, #mainmenu ul li.active a
{
	color: #6399cd;
	color:#956768;
	background-color:#EFF4FA;
	text-decoration:none;
	
	background-color:#E8E8E8;
}

#mainmenu ul li ul
{
	/*
	background-color:#4D9AC6;
	*/
	background-color:#956768;
	width:180px;
	display:none;
	position:absolute;
	padding:0px;
	
	z-index: 5;

	border: 1px solid #fff;
	border-top: 0;
	margin-top: 5px;	
}

#mainmenu ul li:hover ul
{
	display:block;
	margin-top:5px;
}

#mainmenu ul li ul li
{
	display:block;
	padding-top:5px;
	padding-bottom:5px;
}

#mainmenu ul li ul li a, #mainmenu ul li.active ul li a
{
	color:#ffffff;
	background-color:transparent;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	padding:5px 8px;
}

#mainmenu ul li ul li:hover, #mainmenu ul li ul li.active
{
	background-color:#EFF4FA;
	background-color:#E8E8E8;	
}

#mainmenu ul li ul li:hover a, #mainmenu ul li ul li.active a
{
	color:#6399cd;
	color:#956768;
}

div.flash-error, div.flash-notice, div.flash-success
{
	padding:.8em;
	margin-bottom:1em;
	border:2px solid #ddd;
}

div.flash-error
{
	background:#FBE3E4;
	color:#8a1f11;
	border-color:#FBC2C4;
}

div.flash-notice
{
	background:#FFF6BF;
	color:#514721;
	border-color:#FFD324;
}

div.flash-success
{
	background:#E6EFC2;
	color:#264409;
	border-color:#C6D880;
}

div.flash-error a
{
	color:#8a1f11;
}

div.flash-notice a
{
	color:#514721;
}

div.flash-success a
{
	color:#264409;
}

div.form .rememberMe label
{
	display: inline;
}

div.view
{
	padding: 10px;
	margin: 10px 0;
	border: 1px solid #C9E0ED;
}

div.breadcrumbs
{
	font-size: 0.9em;
	padding: 5px 20px;
}

div.breadcrumbs span
{
	font-weight: bold;
}

div.search-form
{
	padding: 10px;
	margin: 10px 0;
	background: #eee;
}

.portlet
{

}

.portlet-decoration
{
	padding: 3px 8px;
	background: #fcbabc;
	border-left: 5px solid #956768;
}

.portlet-title
{
	font-size: 12px;
	font-weight: bold;
	padding: 0;
	margin: 0;
	color: #956768;
}

.portlet-content
{
	font-size:0.9em;
	margin: 0 0 15px 0;
	padding: 5px 8px;
	background:#EFFDFF;
	
	background:#E8E8E8;
}

.portlet-content ul
{
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin: 0;
	padding: 0;
}

.portlet-content li
{
	padding: 2px 0 4px 0px;
}

.operations
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.operations li
{
	padding-bottom: 2px;
}

.operations li a
{
	font: bold 12px Arial;
	color:#956768;
	display: block;
	padding: 2px 0 2px 8px;
	line-height: 15px;
	text-decoration: none;
}

.operations li a:visited
{
	color:#956768;
}

.operations li a:hover
{
	background: #eca5a6;
}

.clear {
	clear:both;
}

#sortable {
	float:right;
	width:300px;
	height:300px;
}

#sortable .ui-state-default {
	border:1px dashed #F00;
	background-color:#FFF;
}

.ui-sortable-placeholder {
	height:100px;
	background-color:#999;
	width:200px;
	border:1px solid #F00;
}

#draggable {
	padding:0px;
	margin:0px;
	float:left;
}

#draggable li, #sortable li {
	list-style-type:none;
	border:1px solid #6FACCF;
	background-color:#B7D6E7;
	padding-left:10px;
	padding-top:20px;
	padding-bottom:20px;
	margin-bottom:5px;
	width:320px;
	cursor:pointer;
}

#draggable li span {
	display:none;
}

#sortable li span {
	float:right;
	padding-right:20px;
}

#axianet {
	position:absolute;
	margin-top:-50px;
	margin-left:20px;
    z-index: 1;
}

#cicero {
	float: right;
    margin-top: -49px;
    margin-right: 21px;
    font-size: 0.8em;
}

#cicero img {
    width: 80px;
}

.col33 {
	float:left;
	width:33%;
}

.col25 {
	float:left;
	width:25%;
}

#policy .row:hover
{
	background-color:#E5F1F4;
}

.employee-policy label
{
	display:inline !important;
}

.employee-policy .row:hover
{
	background-color:transparent !important;
}

.bubble
{
	position:absolute;
	min-width:150px;
	background-color:#FFFFFF;
	padding:20px;
	line-height:20px;
	-webkit-box-shadow: 2px 2px 15px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    2px 2px 15px 0px rgba(50, 50, 50, 0.75);
	box-shadow:         2px 2px 15px 0px rgba(50, 50, 50, 0.75);
    z-index: 9;
}

.label-inline label
{
	display:inline !important;
}

div.required label.control-label:after {
    content: " *";
    color: red;
}

/* ######################################## VECTOR */
/* main container / grid definition */

h2 {
    font-size: 1.6em !important;
	margin-bottom: 0.75em !important;
	font-weight: normal !important;
}

.breadcrumb {
    padding: 8px 20px !important;
    margin-bottom: 0px;
    background-color: #fff !important;
    border-radius: 0px !important;
	font-size:.9em;
}
.breadcrumb li.active{
	font-weight: 700;
}
.container {
    padding-right: 0 !important;
    padding-left: 0 !important;
}


select.form-control,
input.form-control {
    display: block;
    width: 100%;
    /* height: 34px; */
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	
	height:auto !important;
	width:auto !important;
	font-size:inherit !important;
	color:inherit !important;

	border-radius: 0 !important;

	-webkit-box-shadow: none !important;
    box-shadow: none !important;

	height: 1.5em !important;
    padding: 0 !important;
}
.form-group.field-mission-term{
	display: inline-block;
}
textarea.form-control {
    display: block;
    width: 100%;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	
	font-size:inherit !important;
	color:inherit !important;

	border-radius: 0 !important;

	-webkit-box-shadow: none !important;
    box-shadow: none !important;

    padding: 0 !important;
	
	width:365px;
}


.grid-view table .form-control{
	width:100% !important;
}


/* grid view definition to get back layout version 1 */
span.glyphicon{
	margin: 0;
	margin-left:4px;
}
span.glyphicon-trash{
	color:#ff0000;
}
span.glyphicon-pencil{
	color:#217822;
}

.grid-view .table-bordered tr td.button a{
	cursor: pointer;
}
.grid-view .table-bordered tr td.button,
.grid-view .table-bordered tr td:last-child{
	white-space: nowrap;
}
.grid-view .table-bordered {
    border: 1px solid #ddd;
    border-collapse: collapse;
}

.grid-view .filters input, .grid-view .filters select {
    width: 100%;
	border: 1px solid #ccc;
	padding: 0;
}

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td,
.grid-view table.items th, .grid-view table.items td {
    font-size: 0.9em;
    border: 1px white solid;
	padding: 0.3em !important;
	vertical-align: middle;
}
.grid-view table {
    background: white;
    border-collapse: collapse;
    width: 100%;
    border: 1px #D0E3EF solid;
}

.table-striped > tbody > tr:nth-of-type(even) {
    background-color: #F8F8F8;
}
.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #E5F1F4;
	background-color: #E8E8E8;
}
.table-striped > tbody > tr.new {
    background-color: #ffcccc;
}
.table-striped > tbody > tr.update {
    background-color: #ffcc00;
}

.grid-view table tbody tr:hover {
    background: #ECFBD4;
}
.grid-view table tbody tr.selected {
	background: #BCE774;
}
.grid-view table tbody tr.selected:hover {
	background: #CCFF66;
}

.grid-view thead th {
	background: #337ab7;
	background: #4D9AC6;
	
	background: #956768;
	color:#fff;
	text-align: center;
	vertical-align: middle;
}
.grid-view thead th a{
	color:#fff;
	text-decoration: none;
}
.grid-view thead th a.asc:after,
.grid-view thead th a.desc:after{
	position: relative;
    top: 2px;
	left: 4px;
    display: inline-block;
    font-family: "Glyphicons Halflings";
    font-style: normal;
    font-weight: 300;
	font-size: .95em;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.grid-view thead th a.asc:after{
	content:"\e114";
}
.grid-view thead th a.desc:after{
	content:"\e113";
}


.grid-view .summary {
    margin: 0 0 5px 0;
    text-align: right;
}
.grid-view .pager {
    margin: 5px 0 0 0;
    text-align: right;
}
.grid-view ul.pagination {
    font-size: 11px;
    border: 0;
    margin: 0;
    padding: 0;
    line-height: 100%;
	display: inline;
	
	float: right;
}
.grid-view .pagination > li > a, .pagination > li > span {
    padding: 4px 8px;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    background-color: #956768;
    border-color: #956768;
}
.pagination > li > a, .pagination > li > span {
    color: #956768;
}

/* sunet specific definition */

.row.certificat-list{
	margin-bottom: 20px !important;
}
.sunet-dialog-container{
	padding:5px;
	font-size: 1.1em;
}

#absence-grid span.glyphicon.icon-center{
	margin: 0 auto;
    display: table;
}
.view .glyphicon-remove{
	color:#dc3545;
}
#absence-grid .glyphicon-ok, 
.view .glyphicon-ok,
#absence-file-form .glyphicon-ok{
	color:#28a745;
}
#absence-grid .glyphicon.warning, 
.view .glyphicon.warning,
#absence-file-form .glyphicon.warning{
	color:#ffc107;
}
#absence-file-form .form-group .checkbox{
	margin-bottom: -20px;
}
.btn-certificat{
	float: right;
}

#logo img{
	width:80px;
	height: auto;
}

div.form-group.field-user-accessabsenceexportit{
    padding-left: 1.3em;
    margin-top: -8px;
}

input[type="button"],
button[type="submit"],
button[type="button"]:not(.close),
.btn.btn-gen{
	background: #956768;
    border-color: #956768;
	color:#fff;

    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    padding: 6px 12px;
    font-size: 14px;
    font-size: 10pt;
    line-height: 1.42857143;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

	border-radius: 0;
	border-radius: 4px;
	margin-bottom: 5px;
	min-width: 100px;
}
input[type="button"]:hover,
button[type="button"]:not(.close):hover,
button[type="submit"]:hover,
.btn.btn-gen:hover{
	background: #7c5757;
}

.special-entry-btn button[type="button"],
.special-entry-btn input[type="button"]{
	background-color: #E8E8E8;
	color: #956768;
	font-weight: bold;
}
.special-entry-btn button[type="button"]:hover,
.special-entry-btn input[type="button"]:hover{
	background-color: #eca5a6;
}

.alert{font-weight: 700;}
.alert-success  { color: #0f5132; background-color: #d1e7dd; border-color: #badbcc; }
.alert-info     { color: #055160; background-color: #cff4fc; border-color: #b6effb; }
.alert-warning  { color: #664d03; background-color: #fff3cd; border-color: #ffecb5; }
.alert-error, .alert-danger   { color: #842029; background-color: #f8d7da; border-color: #f5c2c7; }

/* checkbox as toggle */
.toggle-row{
    display:flex;
    align-items:center;
    gap:12px;
    cursor:pointer;
    user-select:none;
	margin-bottom: 12px;

	float:none;
	clear: both;
	width:fit-content;
	margin-left: 80px;
    margin-top: 8px;
}

/* Switch */
.switch{
    position:relative;
    display:inline-block;
    width:50px;
    height:25px;

    width:40px;
    height:18px;
}

.switch input{
    display:none;
}

.slider{
    position:absolute;
    inset:0;
    cursor:pointer;
    background:#ccc;
    border-radius:25px;
    transition:.25s;

    border-radius:20px;
}

.slider:before{
    content:"";
    position:absolute;
    height:18px;
    width:18px;
    left:4px;
    top:50%;
    transform:translateY(-50%);
    background:#fff;
    border-radius:50%;
    transition:.25s;

    height:16px;
    width:16px;
    left:3px;
}

#switch-user div[data-value="__ALL__"] {
	font-weight: 700;
	text-transform: uppercase;
}
.switch input:checked + .slider{
    background:#4CAF50;
	background: #956768;
}

.switch input:checked + .slider:before{
    transform:translate(24px, -50%);
    transform:translate(18px, -50%);
}

/* Texte à droite */
.toggle-label{
    transition:opacity .25s, color .25s;
}

.toggle-label.is-disabled{
    opacity:.5;
    color:#888;
}

/* selecteur + btn envoi mailto */
.email-box select{
	max-width: 200px;
	float: left;
    margin-right: 5px;
    display: inline-block;
    height: 26px !important;

    height: 21px !important;
}
.email-box button{
	width: 26px;
    height: 26px;
    min-width: auto !important;
    padding: 0 !important;

	width: 25px;
    height: 21px;
	padding-top: 1px !important;
}
.email-box button:focus{
    outline: none;
}
.email-box button span.glyphicon {
    margin: 0;
}

table.absence-detail-table td {
    vertical-align: top;
}

table.absence-detail-table .col-detail{
	width:250px;
	float: left;

	padding: .3rem 0;
	min-height: 2em;
}

table.absence-detail-table .col-detail:nth-of-type(odd){
	clear:both;
}



.toast-container {
  position: fixed;
  right: 16px;
  bottom: 16px;
  z-index: 99999;
}
.toast {
  min-width: 240px;
  max-width: 360px;
  margin-top: 8px;
  padding: 10px 12px;
  border-radius: 4px;
  color: #fff;
  background: rgba(0,0,0,0.85);
  font-size: 13px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.25);
}
.toast-success { background: rgba(40,167,69,0.95); }   /* vert */
.toast-warning { background: rgba(255,193,7,0.95); color:#111; } /* jaune */
.toast-error   { background: rgba(220,53,69,0.95); }  /* rouge */

