﻿/*----------------------------------------------------------
#0067ac: Blue (header)
#288BCE: Blue
#83B044: Green
#D5673D: Orange
----------------------------------------------------------*/
form,
body,
img {
  margin: 0;
  padding: 0;
  border: 0;
}
a,
a * {
  cursor: pointer;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
/* remove additionnal padding in Firefox on click */
button,
input[type='submit'] {
  overflow: visible;
}
/* fix IE additionnal padding */
button,
input[type='submit'] {
  width: auto;
}
/* fix IE extra large width */
button,
input,
select,
textarea {
  vertical-align: baseline;
}
/* Micro clearix */
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  zoom: 1;
  /*IE6,7*/
}
/* Clear */
.clear {
  overflow: auto;
  width: 100%;
  height: 0;
  font-size: 0;
  visibility: hidden;
  clear: both;
}
/* Explicit class */
.left {
  float: left !important;
}
.right {
  float: right !important;
}
.alignleft {
  text-align: left !important;
}
.alignright {
  text-align: right !important;
}
.aligncenter {
  text-align: center !important;
}
.nowrap {
  white-space: nowrap !important;
}
.hidden {
  display: none !important;
}
#tabContenuMusical li.ui-tabs-tab a {
  color: #ccc !important;
}
#tabContenuMusical li.ui-tabs-tab.ui-tabs-active a {
  color: #454545 !important;
}
body,
input,
textarea,
select {
  font-size: 12px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}
body {
  background: #e2e2e2;
  margin: 0;
  padding: 0;
  color: #464646;
}
body#Dev {
  background: #68afdf;
}
a {
  color: #0067AC;
  text-decoration: none;
}
a:hover {
  color: #333;
  text-decoration: none;
}
p,
ul {
  margin-bottom: 20px;
  line-height: 1.6em;
}
header,
footer,
nav,
section {
  display: block;
}
/* HEADINGS   
----------------------------------------------------------*/
h1 {
  margin: 0 0 15px;
  padding: 0;
  font-size: 20px;
  font-weight: normal;
}
h2 {
  font-size: 1.6;
  padding: 0 0 10px 0;
}
h3 {
  font-size: 1.2em;
}
h4 {
  font-size: 1.1em;
}
h5 {
  font-size: 1em;
}
h6 {
  font-size: 1em;
}
/* Navigation 
----------------------------------------------------------*/
.nav,
.pills {
  list-style: none;
  margin: 0;
  padding: 0;
}
.nav li,
.pills li {
  float: left;
  list-style: none;
  margin: 0;
  padding: 0;
}
.nav a,
.pills a {
  display: block;
}
.nav {
  float: left;
  line-height: normal;
}
.nav li {
  margin: 0;
  padding: 0;
  vertical-align: middle;
}
.nav li.divider {
  width: 1px;
  height: 67px;
  margin: 0 10px 0;
  padding: 0;
  overflow: hidden;
  background: #005c99;
  border-right: 1px solid #0c79c2;
}
.nav a {
  display: inline-block;
  padding: 5px 14px 10px;
  border: 1px solid transparent;
  text-decoration: none;
  color: #8ec5ea;
  font-size: 120%;
}
.nav a:hover {
  text-decoration: none;
  color: #fff;
}
.nav > li > a {
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
.nav > li.active > a {
  color: #fff;
}
.nav.right {
  float: right;
}
.pills:before,
.pills:after {
  display: table;
  content: "";
  zoom: 1;
}
.pills:after {
  clear: both;
}
.pills {
  margin-bottom: 15px;
}
.pills li {
  margin: 0 10px 0 0;
}
.pills a {
  padding: 4px 8px;
  color: #737373;
  font-size: 12px;
  font-weight: bold;
}
.pills a:hover {
  text-decoration: none;
  color: #0067AC;
}
.pills li.active a {
  color: #484848;
  background: #B0DAF3;
}
.culture-toggle {
  position: relative;
  padding-right: 0px !important;
  padding-top: 20px !important;
  z-index: 901;
}
.dropdown {
  position: relative;
}
.dropdown-toggle-main {
  position: relative;
  padding-right: 25px !important;
  padding-top: 20px !important;
  z-index: 901;
}
.dropdown-toggle {
  position: relative;
  padding-right: 25px !important;
  z-index: 901;
}
.dropdown-toggle .ddicon {
  position: absolute;
  top: 12px;
  right: 10px;
  width: 0;
  height: 0;
  display: inline-block;
  vertical-align: middle;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #599fce;
}
.dropdown-toggle-main .ddicon {
  position: absolute;
  top: 26px;
  right: 10px;
  width: 0;
  height: 0;
  display: inline-block;
  vertical-align: middle;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #599fce;
}
.dropdown-menu {
  border: 1px solid #ccc;
  background: #fcfcfc;
  float: left;
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 900;
  min-width: 160px;
  margin-left: 0;
  margin-right: 0;
  margin-top: -1px;
  padding: 6px 0;
  zoom: 1;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
}
.dropdown-menu li {
  float: none;
  display: block;
  margin: 0;
  padding: 0;
  background: none;
}
.dropdown-menu a {
  display: block;
  padding: 6px 15px;
  clear: both;
  border: 0;
  color: #0067AC;
  font-size: 12px;
  white-space: nowrap;
}
.dropdown-menu a:hover {
  background: #f3f3f3;
  color: #333;
}
.dropdown.open > .dropdown-toggle {
  border: 1px solid #ccc;
  border-bottom: 0;
  color: #fff;
  background: #fcfcfc;
  text-shadow: none;
  color: #004878;
}
.dropdown.open > .dropdown-menu {
  display: block;
}
.dropdown .dropdown .dropdown-menu {
  top: -6px;
  left: 100%;
}
.dropdown .dropdown .dropdown-toggle .ddicon {
  border: 0;
  border-left: 4px solid #599fce;
  border-bottom: 4px solid transparent;
  border-top: 4px solid transparent;
}
.dropdown .dropdown.open > .dropdown-toggle {
  border: 0;
  background: #f3f3f3;
  color: #333;
}
/* FORM
----------------------------------------------------------*/
input[type="text"],
input[type="password"],
textarea,
select {
  padding: 3px;
  border: 1px solid #e3e3e3;
  border-top: 1px solid #aaa;
  border-left: 1px solid #ccc;
}
select {
  padding: 3px 3px 3px 0;
}
textarea {
  resize: vertical;
}
.formrow {
  margin: 0 0 10px;
  padding: 0;
}
.formrow:before,
.formrow:after {
  content: "";
  display: table;
}
.formrow:after {
  clear: both;
}
.formrow {
  zoom: 1;
  /*IE6,7*/
}
.formlabel {
  float: left;
  margin: 0;
  padding: 3px 10px 0 0;
  width: 190px;
}
.formlabel-plus-10 {
  float: left;
  margin: 0;
  padding: 3px 10px 0 0;
  width: 200px;
}
.formvalue {
  margin-left: 200px;
}
.formnote {
  margin: 5px 0 0;
  color: #777;
}
.formrightlabel {
  float: left;
  margin: 0;
  padding: 3px 10px 0 0;
  width: 190px;
}
.formrightvalue {
  margin-left: 200px;
  white-space: nowrap;
}
.formactions {
  margin-top: 15px;
  text-align: center;
}
.formactions .btn {
  margin-right: 5px;
}
.groupBtn .btn {
  border-radius: 0;
}
.dmcClaim {
  float: right;
  display: inline-block;
  padding: 5px 9px;
  outline: none;
}
.dmcClaim span:nth-child(2) {
  color: red;
  display: block;
  direction: rtl;
}
.btn {
  display: inline-block;
  padding: 5px 9px;
  border: 1px solid #bbb;
  background-color: #eee;
  color: #555;
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.8);
  outline: none;
  font-size: 12px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#f9f9f9', EndColorStr='#e3e3e3');
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f9f9f9), to(#e3e3e3));
  background-image: -webkit-linear-gradient(top, #f9f9f9, #e3e3e3);
  background-image: -moz-linear-gradient(top, #f9f9f9, #e3e3e3);
  background-image: -ms-linear-gradient(top, #f9f9f9, #e3e3e3);
  background-image: -o-linear-gradient(top, #f9f9f9, #e3e3e3);
  background-image: linear-gradient(top, #f9f9f9, #e3e3e3);
  border-radius: 3px;
}
.btn:hover,
.btn:active {
  border-color: #888;
  color: #222;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#eeeeee', EndColorStr='#e3e3e3');
  background-image: -webkit-gradient(linear, left top, left bottom, from(#eeeeee), to(#e3e3e3));
  background-image: -webkit-linear-gradient(top, #eeeeee, #e3e3e3);
  background-image: -moz-linear-gradient(top, #eeeeee, #e3e3e3);
  background-image: -ms-linear-gradient(top, #eeeeee, #e3e3e3);
  background-image: -o-linear-gradient(top, #eeeeee, #e3e3e3);
  background-image: linear-gradient(top, #eeeeee, #e3e3e3);
}
.btn.active,
.btn.active:hover,
.btn.active:active {
  padding: 6px 10px;
  border: 0;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#999999', EndColorStr='#cccccc');
  background-image: -webkit-gradient(linear, left top, left bottom, from(#999999), to(#cccccc));
  background-image: -webkit-linear-gradient(top, #999999, #cccccc);
  background-image: -moz-linear-gradient(top, #999999, #cccccc);
  background-image: -ms-linear-gradient(top, #999999, #cccccc);
  background-image: -o-linear-gradient(top, #999999, #cccccc);
  background-image: linear-gradient(top, #999999, #cccccc);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3) inset;
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.4);
  color: #444;
}
.btn.primary {
  padding: 6px 10px;
  border: 0;
  color: #fff;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#83B044', EndColorStr='#47700e');
  background-image: -webkit-gradient(linear, left top, left bottom, from(#83B044), to(#47700e));
  background-image: -webkit-linear-gradient(top, #83B044, #47700e);
  background-image: -moz-linear-gradient(top, #83B044, #47700e);
  background-image: -ms-linear-gradient(top, #83B044, #47700e);
  background-image: -o-linear-gradient(top, #83B044, #47700e);
  background-image: linear-gradient(top, #83B044, #47700e);
}
.btn.primary:hover,
.btn.primary:active {
  color: #fff;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#47700e', EndColorStr='#47700e');
  background-image: -webkit-gradient(linear, left top, left bottom, from(#47700e), to(#47700e));
  background-image: -webkit-linear-gradient(top, #47700e, #47700e);
  background-image: -moz-linear-gradient(top, #47700e, #47700e);
  background-image: -ms-linear-gradient(top, #47700e, #47700e);
  background-image: -o-linear-gradient(top, #47700e, #47700e);
  background-image: linear-gradient(top, #47700e, #47700e);
}
.btn.Excel {
  padding: 6px 10px;
  border: 0;
  color: #fff;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#83B044', EndColorStr='#47700e');
  background-image: -webkit-gradient(linear, left top, left bottom, from(#0087cc), to(#00478c));
  background-image: -webkit-linear-gradient(top, #0087cc, #00478c);
  background-image: -moz-linear-gradient(top, #0087cc, #00478c);
  background-image: -ms-linear-gradient(top, #0087cc, #00478c);
  background-image: -o-linear-gradient(top, #0087cc, #00478c);
  background-image: linear-gradient(top, #0087cc, #00478c);
}
.btn.Excel:hover,
.btn.Excel:active {
  color: #fff;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#47700e', EndColorStr='#47700e');
  background-image: -webkit-gradient(linear, left top, left bottom, from(#00478c), to(#00478c));
  background-image: -webkit-linear-gradient(top, #00478c, #00478c);
  background-image: -moz-linear-gradient(top, #00478c, #00478c);
  background-image: -ms-linear-gradient(top, #00478c, #00478c);
  background-image: -o-linear-gradient(top, #00478c, #00478c);
  background-image: linear-gradient(top, #00478c, #00478c);
}
.ui-widget-content .btnAdd,
.btnAdd {
  padding: 6px 10px;
  border: 0;
  color: #fff;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#83B0ff', EndColorStr='#4770bb');
  background-image: -webkit-gradient(linear, left top, left bottom, from(#83B0ff), to(#4770bb));
  background-image: -webkit-linear-gradient(top, #83B0ff, #4770bb);
  background-image: -moz-linear-gradient(top, #83B0ff, #4770bb);
  background-image: -ms-linear-gradient(top, #83B0ff, #4770bb);
  background-image: -o-linear-gradient(top, #83B0ff, #4770bb);
  background-image: linear-gradient(top, #83B0ff, #4770bb);
}
.btnAdd:hover,
.btnAdd:active {
  color: #fff;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4770bb', EndColorStr='#4770bb');
  background-image: -webkit-gradient(linear, left top, left bottom, from(#4770bb), to(#4770bb));
  background-image: -webkit-linear-gradient(top, #4770bb, #4770bb);
  background-image: -moz-linear-gradient(top, #4770bb, #4770bb);
  background-image: -ms-linear-gradient(top, #4770bb, #4770bb);
  background-image: -o-linear-gradient(top, #4770bb, #4770bb);
  background-image: linear-gradient(top, #4770bb, #4770bb);
}
.btn.inactive,
.btn.inactive:hover,
.btn.inactive:active {
  padding: 6px 10px;
  border: 0;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#FAFAFF', EndColorStr='#ffffff');
  background-image: -webkit-gradient(linear, left top, left bottom, from(#FAFAFF), to(#ffffff));
  background-image: -webkit-linear-gradient(top, #FAFAFF, #ffffff);
  background-image: -moz-linear-gradient(top, #FAFAFF, #ffffff);
  background-image: -ms-linear-gradient(top, #FAFAFF, #ffffff);
  background-image: -o-linear-gradient(top, #FAFAFF, #ffffff);
  background-image: linear-gradient(top, #FAFAFF, #ffffff);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3) inset;
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.4);
  color: #444;
  pointer-events: none;
  cursor: not-allowed;
}
.btn.hidden {
  display: none!important;
}
fieldset {
  border: 0;
  padding: 0;
  margin: 0 0 25px;
}
legend {
  padding: 0;
  font-size: 1.2em;
  font-weight: bold;
}
/* TABLE
----------------------------------------------------------*/
table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}
th {
  padding: 8px;
  border: solid 1px #999;
  background: #f6f6f6;
  text-align: left;
  font-size: 11px;
  color: #444;
}
th a {
  color: #444;
}
td {
  padding: 8px;
  border: solid 1px #999;
  background: #fff;
  text-align: left;
}
th.center,
td.center {
  text-align: center;
}
th.right,
td.right {
  float: none !important;
  text-align: right;
}
table[id^="resultTable"] {
  border: 1px solid #999;
}
table[id^="resultTable"] thead th,
table[id^="resultTable"] tfoot th,
table[id^="resultTable"] tbody td {
  padding: 8px 8px;
  border: none;
  border-left: 1px solid #999;
  border-bottom: 1px solid #999;
}
table[id^="resultTable"] tfoot th {
  border-bottom: none;
}
table[id^="resultTable"] thead th,
table[id^="resultTable"] tfoot th {
  padding: 8px;
}
table[id^="resultTable"] tr:first-child th:first-child,
table[id^="resultTable"] tbody td:first-child {
  border-left: none;
}
.dataTables_length select {
  margin-bottom: 10px;
}
th.source {
  width: 5%!important;
}
th.typeExploitation {
  width: 10%!important;
}
th.titreExploitation {
  width: 25%!important;
}
th.utilisateur {
  width: 20%!important;
}
th.aEncaisser {
  width: 10%!important;
}
th.montantPaye {
  width: 30%!important;
}
th.interprète {
  width: 5%!important;
}
td.button-col-width {
  width: 8% !important;
}
table[id^="resultTable"] .itemAyantDroit,
table[id^="resultTable"] .items,
table[id^="resultTable"] .itemInterprete {
  width: 100%;
  display: table;
  margin-left: -8px;
  margin-right: -8px;
}
table[id^="resultTable"] .itemAyantDroit,
table[id^="resultTable"] .itemInterprete {
  padding: 8px;
}
table[id^="resultTable"] .items,
table[id^="resultTable"] .itemInterprete {
  border-top: 1px solid #999;
}
.items {
  padding: 0 8px;
}
table[id^="resultTable"] td div .itemTerritoire {
  margin: 0;
  padding: 8px;
  display: table-cell;
  border-top: none;
}
table[id^="resultTable"] td div .itemMontantNet {
  margin: 0;
  padding: 8px;
  display: table-cell;
  border-left: 1px solid #999;
  border-top: none;
}
div[class*=dataTables] .top {
  position: relative;
  padding: 15px 0;
  margin-bottom: 10px;
}
div[class*=dataTables] .top .dataTables_filter {
  position: absolute;
  width: 250px;
  text-align: center;
  margin-left: 160px;
}
/* PAGER
----------------------------------------------------------*/
.pager-wrapper {
  text-align: center;
}
.pager {
  margin: 8px 0;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 3px 5px;
  background: #e8e8e8;
  border-radius: 3px;
}
.pager .disabled {
  margin-top: 0;
  text-align: center;
  color: #bbb;
}
.pager .current {
  background: #3E9FD8;
  color: #fff;
  border-radius: 3px;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.1) inset;
}
.pager span,
.pager a {
  display: inline-block;
  margin: 0;
  padding: 4px 7px;
  text-align: center;
  color: #444;
}
.pager a {
  text-decoration: none;
}
.icon-copyfromright {
  cursor: pointer;
  position: absolute;
  display: inline-block;
  width: 22px;
  height: 22px;
  background: url("Images/copy-copyfromright.png") 50% 50% no-repeat;
  text-indent: -99999px;
  border: 0;
}
.icon-copyclipboard {
  cursor: pointer;
  position: absolute;
  display: inline-block;
  width: 22px;
  height: 22px;
  background: url("Images/copy-clipboard.png") 50% 50% no-repeat;
  text-indent: -99999px;
  border: 0;
}
.icon-save {
    cursor: pointer;
    display: inline-block;
    width: 22px;
    height: 22px;
    background: url("Images/save.png") 50% 50% no-repeat;
    border: 0;
}
.icon-edit {
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url("Images/edit.png") 50% 50% no-repeat;
  text-indent: -99999px;
}
.icon-delete {
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url("Images/delete.png") 50% 50% no-repeat;
  text-indent: -99999px;
}
.icon-delete-big {
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url("Images/delete.png") 50% 50% no-repeat;
  background-size: cover;
  text-indent: -99999px;
}
.icon-bank-delete {
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url("Images/bank-delete.png") 50% 50% no-repeat;
  text-indent: -99999px;
}
.icon-encaisser {
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url("Images/bank.png") 50% 50% no-repeat;
  text-indent: -99999px;
}
.icon-forceencaisser {
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url("Images/bank2.png") 50% 50% no-repeat;
  text-indent: -99999px;
}
.icon-add {
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url("Images/add.png") 50% 50% no-repeat;
  text-indent: -99999px;
}
.icon-addUp {
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url("Images/addUp.png") 50% 50% no-repeat;
  text-indent: -99999px;
}
.icon-download
{
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url("Images/download.png") 50% 50% no-repeat;
    text-indent: -99999px;
}
.icon-up-arrow {
    display: inline-block;
    width: 12px;
    height: 12px;
    background: url("Images/sort_asc.png") 50% 50% no-repeat;
    text-indent: -99999px;
}
.icon-up-arrow.disabled {
    opacity: 0.4;
    pointer-events: none;
}
.icon-down-arrow {
    display: inline-block;
    width: 12px;
    height: 12px;
    background: url("Images/sort_desc.png") 50% 50% no-repeat;
    text-indent: -99999px;
}
.icon-down-arrow.disabled{
    opacity: 0.4;
    pointer-events: none;
}
.tablehead {
  padding: 8px 0;
  border: 1px solid #fff;
  border-bottom: 0;
}
.tablehead h3 {
  line-height: 26px;
  margin: 0;
}
.tablehead h3 small {
  color: #666;
  font-weight: normal;
  font-size: 70%;
}
.tablehead .btn {
  float: right;
}
.gridAddRow {
  display: none;
}
.items-count {
  color: #888;
}
/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/
.container {
  margin: 0 auto;
  width: 75%; /* en temps normal, largeur de 75% */
  min-width: 960px; /* minumum fixe pour eviter d'etre a 75% sur un ecran de très faible résolutuion ou si on réduit la fenetre */
  max-width: 1500px; /* maximum fixe pour eviter que ce soit beaucoup trop large sur un ecran de très haute résolution */
}
#webpage {
  min-width: 960px;
}
#header-wrap {
  background: #0067ac;
}
#header {
  position: relative;
  z-index: 1;
  padding: 20px 20px 0;
  height: 75px;
  color: #fff;
}
#title {
  float: left;
  height: 75px;
  width: 80px;
  background: url("Images/Logo_Wippi_Blanc_edited.png") 0 0/100% 90% no-repeat;
  text-indent: -99999px;
}
#logindisplay {
  float: right;
  margin: 10px;
  text-align: right;
}
#content-wrap .container {
  background: #fff;
}
#content {
  position: relative;
  margin: 0;
  padding: 25px 30px 15px;
  background-color: #fff;
}
#footer {
  margin: 0 0 30px;
  border-top: 1px solid #e2e2e2;
  padding: 15px;
  background: #fff;
  color: #666;
  text-align: center;
}
/* --------------------------------------------------------
    Disabled les ActionLink
----------------------------------------------------------*/
.not-active {
  pointer-events: none;
  cursor: not-allowed;
  text-decoration: none;
  color: #cacaca;
}
/* MISC  
----------------------------------------------------------*/
.boxed {
  background: #fff;
  border: 2px solid #cdcdcd;
}
.boxed-header {
  padding: 10px 15px 5px;
  background: #333;
  color: #FFFFFF;
  font-size: 15px;
  font-weight: bold;
}
.boxed-content {
  padding: 15px;
}
.ui-tabs .ui-tabs-nav li a small {
  font-weight: normal;
}
.ui-tabs .ui-tabs-nav li.divider {
  border-left: 1px solid #ccc;
  width: 1px;
  height: 20px;
  margin-top: 2px;
  margin-left: 3px;
  margin-right: 3px;
}
.ui-datepicker-trigger {
  position: relative;
  margin-left: 3px;
  border: 0;
  bottom: -2px;
  padding: 0;
  background: #fff;
}
.tabs {
  float: left;
  width: 100%;
}
.selectedrow {
  background-color: #EEEEEE;
}
.error {
  color: Red;
}
.error-alert {
  color: Red;
  position: absolute;
  background: White;
  border: 2px solid Red;
  border-radius: 10px;
  top: 10px;
  padding-left: 10px;
  padding-right: 10px;
}
.message {
  color: Green;
}
.message-alert {
  color: Green;
  position: absolute;
  background: white;
  border: 2px solid Green;
  border-radius: 10px;
  top: -8px;
  padding-left: 10px;
  padding-right: 10px;
}
.ui-autocomplete-loading {
  background: url("Images/ajax-loader.gif") no-repeat right center;
}
/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error {
  color: #ff0000;
}
.dropdown-validation-error {
    color: #ff0000;
    margin-top:4px;
    margin-left:4px;
}
.field-validation-valid {
  display: none;
}
.input-validation-error {
  border: 1px solid #ff0000;
  background-color: #ffeeee;
}
.validation-summary-errors {
  font-weight: bold;
  color: #ff0000;
}
.validation-summary-valid {
  display: none;
}
/* Styles for editor and display helpers
----------------------------------------------------------*/
.display-label,
.editor-label {
  margin: 1em 0 0 0;
}
.display-field,
.editor-field {
  margin: 0.5em 0 0 0;
}
.text-box.multi-line {
  height: 6.5em;
}
.tri-state {
  width: 6em;
}
.searchform .formlabel {
  width: 160px;
}
.searchform .formvalue {
  margin-left: 170px;
}
.searchform .formrightlabel {
  width: 100px;
}
.searchform .formrightvalue {
  margin-left: 120px;
}
.searchform .formactions {
  padding-left: 170px;
  text-align: left;
}
.cols:before,
.cols:after {
  content: "";
  display: table;
}
.cols:after {
  clear: both;
}
.cols {
  zoom: 1;
  /*IE6,7*/
}
.leftcol {
  float: left;
  width: 55%;
}
.rightcol {
  float: right;
  width: 40%;
}
.leftcol75 {
  float: left;
  width: 75%;
}
.rightcol20 {
  float: right;
  width: 22%;
}
.leftcol50 {
  float: left;
  width: 47%;
}
.rightcol50 {
  float: right;
  width: 47%;
}
.rightcol45 {
  float: right;
  width: 45%;
}
textarea {
  width: 300px;
}
textarea.text-full-width {
  width: 100%;
  height: 200px;
}
.longText {
  width: 300px;
}
.tablebox.scrollable {
  overflow: auto;
  max-height: 200px;
  padding-left: 5px;
}
.Separator {
  border-bottom: 1px solid #CCC;
  height: 1px;
  margin: 5px 0px !important;
}
.txtBoxSearch {
  width: 300px;
}
.txtBoxSearch-240 {
  width: 240px;
}
.txtBoxRightSearch {
  width: 200px;
}
.date {
  width: 100px;
}
.date-big {
  width: 136px;
}
.contratPeriodeWarning {
  color: lime;
}
.dureeSynchro {
  margin: 0 0 10px;
}
.dureeSynchro > .formrow {
  display: table-cell;
}
.dureeSynchro > .formrow:first-child .formvalue input {
  width: 140px;
}
.dureeSynchro > .formrow:nth-child(2) .formlabel {
  width: 140px;
  padding-right: 0;
}
.dureeSynchro > .formrow:nth-child(2) .formvalue {
  margin-left: 140px;
}
/* ui-dialog custom */
.ui-dialog {
  padding: 0;
  width: 300px;
  background: #fff;
  overflow: hidden;
  -webkit-box-shadow: 0 1px 10px #666;
  -moz-box-shadow: 0 1px 10px #666;
  box-shadow: 0 1px 10px #666;
  border-radius: 4px 4px 0 0;
  border: none!important;
}
.ui-dialog .ui-widget-header {
  padding: 10px 15px 5px;
  background: #333;
  color: #FFFFFF;
  font-size: 15px;
  font-weight: bold;
  border: none;
}
.ui-dialog .ui-dialog-content {
  background: none repeat scroll 0 0 transparent;
  border: 0 none;
  overflow: auto;
  position: relative;
  padding: 12px!important;
}
input#EmailRenouvellementContrat {
  width: 100%;
}
.smokeBG {
  background-color: whitesmoke;
}
.danger {
  border-color: red;
  color: red;
}
.notes-text-area {
  width: 99%;
  height: 200px;
}
.small-notes-text-area {
  width: 97%;
  height: 100px;
}
.dashboard-btn:hover {
  transform: scale(1.1);
}
.multiselect-show-all-options {
  position: relative !important;
  overflow-y: auto !important;
  height: auto !important;
}
.typeDroit-tab-components {
  padding: 6px 11px 0px 11px;
}
/* Diverse style*/
.tableCheckBox {
  -ms-transform: scale(1.5);
  -moz-transform: scale(1.5);
  -webkit-transform: scale(1.5);
}
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.4);
}
.modal-content {
  background-color: #fefefe;
  margin: 15% auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
}
.small-modal-content {
  background-color: #fefefe;
  margin: 15% auto;
  padding: 20px;
  border: 1px solid #888;
  width: 20%;
}
.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: 700;
}
.close:focus,
.close:hover {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
.email-img {
  float: left !important;
  width: 55px;
}
.width-50 {
  width: 50%;
}
.table-group {
  font-weight: 600;
  background-color: #f6f6f6;
}
.date-container {
  display: flex;
  justify-content: space-between;
  width: 176px;
}
.date-prefixe {
  width: 20%;
  margin: auto;
}
.date-calender {
  width: 80%;
}
.date-container-big {
  display: flex;
  justify-content: space-between;
  width: 200px;
}
.date-prefixe-big {
  width: 30%;
  margin: auto;
}
.date-calender-big {
  width: 70%;
}
.largeTextBox {
  width: 300px;
}
.w-100 {
    width: 100%;
}
.w-90 {
    width: 90%;
}
.w-75{
    width: 75%;
}
.w-50{
    width: 50%;
}
.w-25{
    width: 25%;
}
.synchro-check-style {
    margin:3px;
    width: 32px;
}
.w16{
    width: 16px;
}
.synchro-check-style-small{
    width: 16px;
}
.aligntop{
    vertical-align:top;
}
.margin-y-15{
    margin-top:15px;
    margin-bottom:15px;
}
.collapse-btn{
    cursor:pointer;
    width:20px;
    height:20px;
}

button.disabled,
input.disabled{
    pointer-events: none;
    color: lightgray;
}

.mr5pt5 {
    margin-right: 5px;
    padding-top: 5px;
}

.pb-5{
    padding-bottom: 5px;
}

.w16-button{
    width: 16px;
    cursor: pointer;
}

.open-multiselect{
    height: 100px;
    overflow: scroll;
    border-color: LightGray;
    border-style: solid;
    border-width: 1px;
    resize: vertical;
}

.success{
    color:green;
}

.icon-cashin {
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url("Images/cashin.png") 50% 50% no-repeat;
    text-indent: -99999px;
}

.leftcol45 {
    float: left;
    width: 45%;
}

.rightcol51 {
    float: right;
    width: 51%;
}

.formlabel75 {
    float: left;
    margin: 0;
    padding: 3px 10px 0 0;
    width: 75px;
}

.formvalue90 {
    margin-left: 90px;
}

.disabled-element {
    pointer-events: none;
    color: lightgray;
}

.disabled-checkbox{
    pointer-events: none;
    opacity:0.4;
}

.icon-match {
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url("Images/match.png") 50% 50% no-repeat;
    text-indent: -99999px;
}

.icon-warning {
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url("Images/warning24.png") 50% 50% no-repeat;
    text-indent: -99999px;
}

.suggestion-highlight {
    background-color: yellow;
}

.suggestion-highlight td{
    background-color: yellow !important;
}

.selectedmatchedrow{
    background-color: #83B044 !important;
}

.formrow-inline {
    display: inline-flex;
}

.formvalue-inline {
    margin-left: 0.5em;
}

.border-left-double {
    border-left: double !important;
}

.mt-0 {
    margin-top: 0rem;
}

.mt-1 {
    margin-top: 1rem;
}

.w-270 {
    width: 270px;
}

.f-bold {
    font-weight: bold;
}

.mb-0 {
    margin-bottom: 0rem;
}

.mb-2 {
    margin-bottom: 2rem;
}

.d-flex {
    display: flex;
}

.listcheckbox {
    overflow: auto;
    border-color: LightGray;
    border-style: solid;
    border-width: 1px;
}

.background-warning {
    background-color: #FA7C7C !important;
}

.background-light-warning {
    background-color: #fcb844 !important;
}

.m-width-180 {
    min-width: 180px;
}

.m-width-130 {
    min-width: 130px;
}

.icon-confirm {
    display: inline-block;
    width: 33px;
    height: 33px;
    background: url(Images/circle-check-green.png) 50% 50% no-repeat;
    text-indent: -99999px;
}

.overflowx-auto {
    overflow-x: auto;
}

.wrap-anywhere {
    overflow-wrap: anywhere;
}

/* cookies banner */
.cookie-banner {
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: #f5f5f5;
    padding: 20px 0;
    text-align: center;
    z-index: 1000;
}