﻿* {
  outline: none;
}
html,
body {
  padding: 0;
  margin: 0;
  font-family: LatoRegular, 'Lucida Grande', 'Lucida Sans Unicode', Helvetica, sans-serif;
  min-width: 1200px;
  /*min-height: 100%;*/
  height: 100%;
}
body {
  background: #e4e7ea;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
body,
form {
  display: flex;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  height: 100%;
}
.logo {
  background-color: #fff;
  /*display: inline-block;*/
  float: left;
  height: 62px;
  border-bottom: 1px solid #eee;
  margin-right: 20px;
}
.logo img {
  height: 62px;
}
.powered-by {
  text-align: center;
}
.powered-by img {
  width: 200px;
}
.summary {
  position: relative;
  width: 90%;
  list-style: none;
  padding: 0;
  margin: auto;
  margin-top: 10px;
}
nav {
  position: fixed;
  left: -195px;
  top: 80px;
  bottom: 0;
  /*min-height: 100%;
	max-height: 100%;*/
  width: 245px;
  /*background-color: #1d2939;  */
  overflow-y: auto;
  z-index: 9999;
  -moz-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  -webkit-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
  -moz-transition-delay: 250ms;
  -o-transition-delay: 250ms;
  -webkit-transition-delay: 250ms;
  transition-delay: 250ms;
}
nav::-webkit-scrollbar {
  width: 10px;
  background-color: #cccccc;
}
nav::-webkit-scrollbar-track {
  border: 1px gray solid;
  /*border-radius: 10px;*/
  /*-webkit-box-shadow: 0 0 6px gray inset;*/
}
nav:hover,
nav.pinned {
  left: 0;
}
.nav {
  width: 100% !important;
  -moz-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  -webkit-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}
nav:hover .nav,
nav.pinned .nav {
  width: 90% !important;
}
.nav i {
  /*margin-right: 10px;*/
  font-size: 1.5em;
  position: absolute;
  left: 200px;
  padding: 7px;
  margin-top: -7px;
  -moz-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  -webkit-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
  -moz-transition-delay: 250ms;
  -o-transition-delay: 250ms;
  -webkit-transition-delay: 250ms;
  transition-delay: 250ms;
}
.nav .fa {
  margin-top: -5px !important;
}
.fa-stack-1x {
  line-height: 1.5em !important;
}
.fa-stack-2x {
  font-size: 1.5em !important;
}
.nav span.fa-stack i {
  padding: 0;
  margin-top: 0;
  -moz-transition-delay: initial;
  -o-transition-delay: initial;
  -webkit-transition-delay: initial;
  transition-delay: initial;
  left: 0px !important;
  font-size: 1em;
}
.nav .open i {
  /*background-color: #2F86C2;*/
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
nav:hover .nav i,
nav.pinned .nav i,
nav:hover .nav span.fa-stack,
nav.pinned .nav span.fa-stack {
  left: 10px;
  /*margin-top: -9px;*/
  background-color: transparent;
  color: #FFF;
}
.nav li a {
  border: 1px solid transparent;
  padding-left: 40px;
  line-height: 24px;
}
.nav li li a {
  padding-left: 10px;
}
.nav li a i {
  width: 24px;
  /*height: 24px;*/
  text-align: center;
}
.nav ul {
  /*display: none;*/
}
nav:hover .nav li.open ul,
nav.pinned .nav li.open ul {
  display: block;
}
.nav-title {
  display: block;
  color: whitesmoke;
  /* font-weight: bold; */
  /* border-bottom: 1px solid #ccc; */
  padding: 5px;
  padding-right: 13px;
  padding-left: 0px;
  text-transform: uppercase;
  font-size: 22px;
  text-align: center;
}
.nav-title i {
  position: relative;
  float: right;
  font-size: 20px;
  margin-top: 4px;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -moz-transition: all 250ms;
  -o-transition: all 250ms;
  -webkit-transition: all 250ms;
  transition: all 250ms;
  cursor: pointer;
}
/*.nav-title i:hover,*/
nav.pinned .nav-title i {
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
/*.nav-title {
	display: block;
	color: whitesmoke;
	font-weight: bold;
	border-bottom: 1px solid #ccc;
	padding: 5px;
	text-transform: uppercase;
	font-size: 12px;
}*/
.navTopRight {
  position: fixed;
  overflow-y: auto;
  z-index: 999999;
  display: block;
  color: black;
  font-weight: bold;
  border-bottom: 1px solid #ccc;
  padding: 5px;
  text-decoration: none;
  text-transform: uppercase;
}
/*.navTopRight-title {
}*/
.summary li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  padding: 10px;
}
.summary li .summary-title {
  display: block;
  color: #999;
  text-transform: uppercase;
  opacity: 0.4;
  font-size: 13px;
}
.summary-value {
  display: block;
  font-size: 16px;
  color: #fff;
  opacity: 0.7;
}
/*** Footer ***/
footer {
  width: 100%;
  border-top: 1px solid #eee;
  background-color: #FFF;
  margin-top: auto;
}
footer .footer-content {
  width: 1000px;
  margin: auto;
  padding: 10px 0;
}
footer .footer-content table {
  table-layout: fixed;
  width: 100%;
  border-collapse: collapse;
}
footer .footer-content table td {
  text-align: left;
  border-width: 1px;
  border-style: solid;
  border-top: 0;
  border-bottom: 0;
  padding: 0 5px;
  vertical-align: top;
}
footer .footer-content .col-title {
  font-weight: bold;
  font-size: 15px;
}
footer .footer-content ul {
  list-style: none;
  padding: 5px;
  margin: 0;
}
footer .footer-content ul a,
footer .footer-content ul a:visited,
footer .footer-content ul a:active {
  font-size: 13px;
  color: #236A9A;
  text-decoration: none;
}
footer .footer-content ul a:hover {
  text-decoration: underline;
}
footer .footer-content .socialN {
  padding: 3px 0;
}
footer .footer-content .socialN a {
  margin-right: 5px;
}
/*** header ***/
header {
  position: fixed;
  top: 5px;
  left: 0px;
  right: 0;
  border-bottom: 1px solid #eee;
  height: 62px;
  z-index: 999;
  min-width: 1000px;
  background-color: #FFF;
  margin: auto;
}
header.h100 {
  height: 100px !important;
}
.header-sub {
  width: 1000px;
  height: 62px;
  min-width: 1000px;
  margin: auto;
  display: flex;
  justify-content: space-between;
}
.header-menu {
  width: 100%;
}
.header-menu,
.header-menu-sub-item a {
  height: 40px;
  line-height: 40px;
}
.header-menu-sub {
  width: 1000px;
  height: 40px;
  min-width: 1000px;
  margin: auto;
  display: table;
  table-layout: fixed;
}
.header-menu-sub-item {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.header-menu-sub-item a,
.header-menu-sub-item a:visited,
.header-menu-sub-item a:active {
  color: #FFF;
  text-decoration: none;
  display: block;
  height: 100%;
  width: 100%;
  -moz-transition: all 250ms;
  -o-transition: all 250ms;
  -webkit-transition: all 250ms;
  transition: all 250ms;
}
.header-menu-sub-item a:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
.header-menu-sub ul li {
  display: inline-block;
  font-size: 0;
}
.header-user {
  position: relative;
  float: right;
  right: 0;
  top: 0;
  height: 61px;
  border-left-style: solid;
  border-left-width: 1px;
  line-height: 17px;
  text-align: center;
  color: #333;
  font-size: 0;
}
.header-notification {
  position: relative;
  float: right;
  height: 70px;
  width: 70px;
  cursor: pointer;
}
.header-notification i {
  font-size: 40px;
  padding: 15px;
  /*color: #B5D9F2;*/
  position: absolute;
  -moz-transition: all 250ms;
  -o-transition: all 250ms;
  -webkit-transition: all 250ms;
  transition: all 250ms;
}
.header-notification:hover i {
  /*color: #7DBCE8;*/
}
.header-notification-nb {
  display: block;
  position: absolute;
  right: 5px;
  bottom: 5px;
  /*background-color: #E84C3D;*/
  color: #FFF;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  height: 25px;
  min-width: 25px;
  line-height: 25px;
  text-align: center;
  font-size: 10px;
  font-weight: bold;
}
.header-notification-center {
  position: absolute;
  top: 100%;
  right: 0;
  left: auto;
  width: 300px;
  /*height: 350px;*/
  border: 1px solid rgba(0, 0, 0, 0.15);
  background-color: #FFF;
  z-index: 1000;
  margin: 0 0 0;
  display: none;
}
.header-notification-center:after {
  border-style: solid;
  border-width: 0 8px 8px;
  content: "";
  display: inline-block;
  right: 26px;
  position: absolute;
  top: -7px;
}
.header-notification-center-label {
  position: relative;
  height: 42px;
  line-height: 42px;
  color: #FFF;
  text-align: center;
  font-weight: bold;
  letter-spacing: 1px;
}
.notification {
  display: block;
  display: table;
  border-bottom: 1px solid #E6E6E6;
  text-decoration: none;
  color: #333;
}
.notification:hover {
  /*background-color: rgba(53, 152, 220, 0.1);*/
}
.notification-image {
  padding: 10px;
  display: table-cell;
  width: 60px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: middle;
}
.notification-image img {
  width: 40px;
}
.notification-label {
  display: table-cell;
  width: 240px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 7px;
  font-size: 12px;
  vertical-align: middle;
}
.header-search {
  position: relative;
  float: right;
  top: 0;
  padding-top: 17px;
  width: 330px;
}
.header-priceChoice {
  font-family: Arial;
  min-width: 105px;
  background-color: #fff;
  border-right: 1px solid rgba(0, 0, 0, 0.05);
  border-left: 0 !important;
}
.header-priceChoice div {
  width: 100%;
}
.header-priceChoice div a img {
  width: 38px;
}
.searchbox {
  position: relative;
  display: inline-block;
  line-height: 32px;
  border: none;
  border-bottom: 1px solid #000;
  padding: 4px;
}
.searchbox input[type="text"],
.searchbox textarea {
  border: none;
  width: 255px;
  display: inline-block;
  height: 100%;
  font-size: 14px;
  text-transform: uppercase;
  font-family: LatoRegular, 'Lucida Grande', 'Lucida Sans Unicode', Helvetica, sans-serif;
  /* font-weight: 600; */
  font-size: 12px;
}
.searchbox input[type="text"]::-webkit-input-placeholder,
.searchbox textarea::-webkit-input-placeholder {
  text-transform: none;
  font-weight: normal;
}
.searchbox input[type="text"]:-moz-placeholder,
.searchbox textarea:-moz-placeholder {
  /* Firefox 18- */
  text-transform: none;
  font-weight: normal;
}
.searchbox input[type="text"]::-moz-placeholder,
.searchbox textarea::-moz-placeholder {
  /* Firefox 19+ */
  text-transform: none;
  font-weight: normal;
}
.searchbox input[type="text"]:-ms-input-placeholder,
.searchbox textarea:-ms-input-placeholder {
  text-transform: none;
  font-weight: normal;
}
.searchbox input[type="image"] {
  vertical-align: middle;
  width: 28px;
}
.searchbox select {
  display: inline-block;
  width: 215px;
  padding: 7px 0 7px 5px;
  border-style: solid;
  border-width: 1px;
  font-weight: 400;
  /* color: #377D6A; */
  background: #efefef;
  /* border: 0; */
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  outline: 0;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 130px;
  font-size: 12px;
}
.page-title {
  position: relative;
  /*left: 240px;*/
  top: 0;
  line-height: 32px;
  padding: 20px;
  font-size: 22px;
  display: inline-block;
}
.page-title div {
  display: inline;
}
.page-title img {
  vertical-align: bottom;
}
.main-content {
  max-width: 1500px;
  min-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  -moz-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  -webkit-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
  padding-top: 68px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.main-content.h115 {
  padding-top: 115px !important;
}
.main-content.pinned {
  padding-left: 270px;
}
.top {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 5px;
  z-index: 999;
}
.content {
  position: relative;
  /*margin-top: 2%;
	margin-bottom: 2%;
	margin-right: 2%;*/
  background-color: white;
  min-height: 92%;
  /*display: inline-block;
	min-width: 98%;*/
  /*height: 110%*/
}
.content-vertical-container {
  display: table;
  margin: auto;
  width: 100%;
}
.content-vertical {
  display: table-cell;
  vertical-align: top;
}
.content-vertical.cv-left {
  padding-right: 5px;
}
.content-vertical.cv-right {
  padding-left: 5px;
}
table {
  width: 100%;
  margin: 0;
}
.table-resume {
  border-spacing: 0px;
}
fieldset {
  padding: 10px;
  border: 1px solid #ccc;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
thead {
  color: white;
}
thead td {
  padding: 10px;
  font-size: 13px;
}
tbody td {
  font-size: 12px;
  /*padding: 3px;*/
}
tfoot {
  color: white;
  text-align: right;
  font-size: 11px;
}
.ui-widget-overlay {
  background: #666 !important;
  opacity: 0.5 !important;
  z-index: 999999 !important;
}
.k-text {
  display: table;
  border-color: #ccc !important;
  /*background-color: white;*/
  font-size: 12px;
  position: relative;
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}
.k-text > div {
  margin: 0;
  display: inline-block;
}
.k-text > div:first-child {
  border-left: 0;
}
.k-text > div:last-child {
  border-right: 0;
}
.k-text .k-text-label {
  display: table-cell !important;
  padding: 7px;
  vertical-align: middle;
}
.k-text .k-text-label .k-text-button {
  display: inline-block;
  padding: 7px;
}
.k-text-button {
  margin-left: inherit;
}
.k-text .k-text-input input {
  padding: 5px;
  font-size: 12px;
  border: 0;
  margin: 0;
}
.k-text .k-text-label {
  display: inline-block;
  padding: 7px;
}
.k-text-login {
  border-style: solid;
  border-width: 1px;
  border-right-style: hidden;
}
.k-text-input {
  display: table-cell;
  background-color: white;
  border-color: #ccc;
  border-width: 1px;
  border-style: solid;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  height: 100%;
  padding: 2px;
  margin-right: -2px;
}
.k-text-error {
  color: red;
  font-size: 13px;
}
.button,
.buttonCancel,
.buttonLabel,
.buttonYesNo,
.buttonYesNo-NotSelected,
.buttonValider,
.buttonSelected,
.btn-dropdownlist-label,
.btn-dropdownlist-arrow {
  border: 0;
  color: white;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  padding: 7px;
  font-size: 12px;
  display: inline-block;
  position: relative;
  float: left;
  cursor: pointer;
  -moz-transition-property: background-color;
  -o-transition-property: background-color;
  -webkit-transition-property: background-color;
  transition-property: background-color;
  -moz-transition-duration: 250ms;
  -o-transition-duration: 250ms;
  -webkit-transition-duration: 250ms;
  transition-duration: 250ms;
}
.button {
  background-color: #e84c3d;
}
.buttonYesNo {
  /*background-color: #e84c3d;*/
}
.buttonThree {
  background-color: #3DA1E8;
}
.buttonThree:hover {
  background-color: #1A71D3 !important;
}
.buttonCancel {
  text-align: center;
  text-decoration: none;
  /*background-color: #E84C3D;*/
  background-color: #333333;
}
.buttonCancel:hover {
  background-color: #222222;
}
.buttonCancel img {
  vertical-align: middle;
  margin-right: 5px;
}
.buttonValider {
  text-align: center;
  text-decoration: none;
}
.buttonValider img {
  vertical-align: bottom;
  margin-right: 5px;
}
.buttonYesNo,
.buttonYesNo-NotSelected {
  margin: inherit;
  margin: 0px 0px 0px 0px;
  -moz-border-radius: initial;
  -webkit-border-radius: initial;
  border-radius: initial;
  border: 1px solid #ccc;
}
.buttonYesNo:first-child,
.buttonYesNo-NotSelected:first-child {
  -webkit-border-top-left-radius: 5px;
  border-top-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  border-bottom-left-radius: 5px;
  border-right: none;
  border-left: 1px solid #ccc !important;
}
.buttonYesNo:last-child,
.buttonYesNo-NotSelected:last-child {
  -webkit-border-top-right-radius: 5px;
  border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-right: 1px solid #ccc;
  border-left: none;
}
.buttonYesNo:hover {
  /*background-color: #D32B1A;*/
}
.buttonYesNo-NotSelected {
  background-color: white;
  color: black;
}
.buttonYesNo-NotSelected:hover {
  background-color: #F9F9F9 !important;
}
.buttonLabel {
  cursor: initial;
  color: black !important;
}
.buttonDDLItem {
  background-color: white;
  color: black;
}
.buttonDDLItem:hover {
  background-color: lightgray;
}
.modalBackground {
  background-color: #333;
  opacity: 0.3;
  z-index: 5000;
}
.popup {
  min-width: 400px;
}
.popupHeader {
  background: #DDE8FF;
  border-bottom: 1px solid #9AC1CE;
  -moz-border-radius: 6px 6px 0 0;
  -webkit-border-radius: 6px 6px 0 0;
  border-radius: 6px 6px 0 0;
  cursor: move;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 19px;
  line-height: 18px;
  text-align: center;
}
.popupContainer {
  background-color: #0084B4;
  /*background: rgba(179, 208, 240, 0.69);*/
  background: #b3d0f0;
  padding: 20px 50px 20px 50px;
  /*padding-bottom: 20px;*/
  text-align: center;
}
.popupContainer .k-text {
  float: none;
}
.popupBoutons {
  text-align: center;
}
.popupBoutons input {
  float: none;
}
.styled_grid .styled_grid_clickable_row:hover {
  cursor: pointer;
}
.clickableRow {
  cursor: pointer;
}
.styled_grid_footer_td {
  cursor: auto !important;
}
.ms-drop ul > li {
  /*padding-left: 10px;*/
}
.ms-drop ul > li.group,
.ms-drop ul > li.ms-select-all {
  padding-left: 0px;
}
/*ONGLETS*/
.ajax__tab_header {
  border-spacing: 20px 0px;
  z-index: 5;
  position: relative;
  top: -1px;
  /*height: 30px;*/
  height: 53px;
  background-color: #e4e7ea;
}
.ajax__tab_outer {
  /*padding-left: 12px;
	padding-right: 12px;
	z-index: 5;
	border: 1px solid #e4e7ea;
	height: 30px;
	margin-left: 15px;*/
  padding: 10px 20px;
  z-index: 5;
  border: 1px solid #e4e7ea;
  height: 30px;
  border-top: 3px solid transparent;
  font-size: 15px;
}
.ajax__tab_disabled {
  color: #344A61 !important;
}
.ajax__tab_inner {
  font-weight: bold;
  height: 30px;
  vertical-align: middle;
  line-height: 30px;
}
.ajax__tab_inner a:focus {
  outline: 0px;
}
.ajax__tab_active .ajax__tab_outer {
  background-color: White;
  background-image: none;
  border-bottom: 1px solid #FFF;
}
/*.ajax__tab_outer_disabled {
	background-image: none;
	border-bottom: 1px solid #FFF;
}

	.ajax__tab_outer_disabled .ajax__tab_inner a {
		text-decoration: none;
		color: silver;
	}*/
.ajax__tab_inner a {
  text-decoration: none;
  color: White;
}
.ajax__tab_body {
  min-height: 400px;
  z-index: 4;
  /*border-top-right-radius: 10px;
	border-top-left-radius: 10px;
	-moz-border-top-right-radius: 10px;
	-moz-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-top-left-radius: 10px;*/
  padding-top: 20px;
}
.modalPopup.view .ajax__tab_body {
  height: 95% !important;
  overflow: auto !important;
}
.ajax__tab_xp .ajax__tab_body {
  border: 0px;
}
.TabContainerSmall {
  font-size: 12px;
}
.ajax__scroll_none {
  overflow: auto;
}
.iZyGridContextMenu {
  background-color: white;
  padding-top: 10px;
  padding-bottom: 10px;
  border: 2px solid #CCC;
  -moz-box-shadow: 1px 1px 12px #CCC;
  -webkit-box-shadow: 1px 1px 12px #CCC;
  box-shadow: 1px 1px 12px #CCC;
}
.iZyGridContextMenu table {
  border: 0px;
}
.iZyGridContextMenu table tr td {
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  cursor: pointer;
  font-weight: bold;
  font-size: 13px;
  border-left: 3px solid white;
  color: #36C;
}
.iZyGridContextMenu table tr td:hover {
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  cursor: pointer;
  color: #DD4B39;
  background-color: white;
  border-left: 3px solid #DD4B39;
  background-color: #E0E0E0;
}
.button:hover {
  background-color: #3089C7;
}
.item,
.item-mini,
.item-mini-good,
.item-mini-bad {
  position: relative;
  display: none;
  float: left;
  width: 160px;
  height: 160px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 7px;
  text-align: center;
  line-height: 200px;
  font-size: 42pt;
  color: white;
  background-color: #3598dc !important;
}
.item-mini,
.item-mini-good,
.item-mini-bad {
  width: 80px;
  height: 59px;
  display: inline-block;
  margin-left: 1px;
  margin-right: 1px;
  margin-top: 6px;
  margin-bottom: 6px;
}
.item-mini-good {
  background-color: #36D350 !important;
}
.item-mini-bad {
  background-color: #E03E3E !important;
}
.item .item-title {
  position: absolute;
  top: 0;
  left: 0;
  line-height: 20px;
  font-size: 11pt;
  font-weight: bold;
  padding-top: 8px;
  padding-left: 4px;
  padding-right: 2px;
}
.item-mini .item-title,
.item-mini-good .item-title,
.item-mini-bad .item-title {
  font-size: 7pt;
  font-weight: initial;
}
.pageCounter {
  z-index: 99;
  color: white !important;
  -moz-border-radius: 50% !important;
  -webkit-border-radius: 50% !important;
  border-radius: 50% !important;
  background-color: #D22222;
  padding: 5px !important;
  font-weight: bold;
  margin-left: 10px;
  -moz-box-shadow: inset 3px 2px 7px 0px #A61616;
  -webkit-box-shadow: inset 3px 2px 7px 0px #A61616;
  box-shadow: inset 3px 2px 7px 0px #A61616;
  text-align: center;
  font-size: 12px !important;
  left: 0px;
  position: absolute;
  min-width: 15px;
}
.operateurCounter {
  z-index: 99;
  color: white !important;
  -moz-border-radius: 50% !important;
  -webkit-border-radius: 50% !important;
  border-radius: 50% !important;
  background-color: #D22222;
  padding: 5px !important;
  font-weight: bold;
  margin-left: 10px;
  -moz-box-shadow: inset 3px 2px 7px 0px #A61616;
  -webkit-box-shadow: inset 3px 2px 7px 0px #A61616;
  box-shadow: inset 3px 2px 7px 0px #A61616;
  text-align: center;
  font-size: 12px !important;
  left: 30px;
  position: absolute;
  min-width: 15px;
}
.pageCounterRapide {
  -moz-box-shadow: inset 3px 2px 7px 0px #18952C;
  -webkit-box-shadow: inset 3px 2px 7px 0px #18952C;
  box-shadow: inset 3px 2px 7px 0px #18952C;
}
.pageCounterAttention,
.operateurCounterAttention {
  -moz-box-shadow: inset 3px 2px 7px 0px #8A6618;
  -webkit-box-shadow: inset 3px 2px 7px 0px #8A6618;
  box-shadow: inset 3px 2px 7px 0px #8A6618;
}
.pageCounterJOne,
.operateurCounterJOne {
  -moz-box-shadow: inset 3px 2px 7px 0px #2E629D !important;
  -webkit-box-shadow: inset 3px 2px 7px 0px #2E629D !important;
  box-shadow: inset 3px 2px 7px 0px #2E629D !important;
  background-color: #3a79b8 !important;
}
/*.item .item-subject-day, .item .item-subject-week, .item .item-subject-month {
	top: 50px;
	font-size: 18pt;
}

.item .item-label-day, .item .item-label-week, .item .item-label-month {
	top: 50px;
	right: 0px;
	left: inherit;
	font-size: 20pt;
}

.item .item-subject-week, .item .item-label-week {
	top: 100px;
}

.item .item-subject-month, .item .item-label-month {
	top: 150px;
}*/
/*GridView*/
.styled_grid {
  border: none;
  text-align: left;
  background-color: #FFF;
}
.styled_grid th {
  border: none;
  color: white !important;
  font-size: 13px;
  padding: 10px;
  font-weight: normal;
  position: relative;
}
.styled_grid.mini th {
  padding: 3px;
}
.styled_grid th a,
.styled_grid th a:visited,
.styled_grid th a:active,
.styled_grid th a:hover {
  color: #FFF !important;
  text-decoration: none;
  /*font-size: larger;*/
  font-weight: normal;
  display: inline-block;
}
.styled_grid th input[type="checkbox"] {
  vertical-align: middle;
}
.styled_grid tbody tr:nth-child(odd) {
  /*background-color: #FDF2E9;
		background-color: rgba(53, 152, 220, 0.05);*/
}
.jq-dropdown .jq-dropdown-menu li > a,
.jq-dropdown .jq-dropdown-menu label {
  color: #333 !important;
}
.styled_grid th td {
  padding: 10px;
  font-size: 13px;
}
.styled_grid tr {
  -moz-transition: 200ms all;
  -o-transition: 200ms all;
  -webkit-transition: 200ms all;
  transition: 200ms all;
}
.styled_grid tbody td {
  border: none;
  font-size: 12px;
  padding: 10px;
  vertical-align: top;
  text-align: left;
}
.styled_grid tfoot {
  color: white;
  text-align: right;
  font-size: 11px;
}
.styled_grid_footer_td {
  color: white;
  text-align: right;
  font-size: 11px;
}
.styled_grid_footer_td span {
  line-height: 20px;
}
.styled_grid_footer_td a,
.styled_grid_footer_td a:active,
.styled_grid_footer_td a:visited {
  text-decoration: none;
  vertical-align: baseline !important;
  margin-right: 5px;
  font-size: 14px;
  color: #FFF;
}
.styled_grid_footer_td_selectedPage {
  text-decoration: underline !important;
}
.styled_grid_textbox {
  margin: 0px 5px 5px 0px;
  width: 350px;
  height: 25px;
}
.styled_grid_delete {
  text-align: center;
  width: 25px;
}
.styled_grid_td_title {
  font-weight: 900;
  font-size: large;
}
.styled_grid_td_subtitle {
  font-weight: 900;
  font-size: larger;
}
.styled_grid_header_tooltip {
  max-height: 15px;
  position: absolute;
  margin-left: 5px;
  top: 5px;
}
.menuDroite {
  height: 61px;
  list-style-type: none;
  float: right !important;
}
.menuDroite a {
  text-decoration: none;
  width: 100% !important;
  padding: 5px;
}
.logoDroite {
  list-style-type: none;
  float: right !important;
  height: 100%;
  width: 70px;
  text-align: center;
  vertical-align: initial;
}
.logoDroite img {
  border: none;
  margin-top: 13px;
}
.LiFinCategorieMenu {
  border-bottom: 1px solid #B9B9B9;
}
#topmenu {
  font-family: Arial;
  font-size: 12px;
  font-weight: 400;
  display: block;
  width: 100%;
  height: 100%;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  background: #fff;
  cursor: pointer;
  outline: none;
  background-color: transparent;
  z-index: 9999;
}
#topmenu li {
  display: block;
  position: relative;
  float: left;
  font-size: 19px;
}
#topmenu ul {
  position: absolute;
  z-index: 9999;
  top: 62px;
  width: 190px;
  margin: 0;
  padding: 0;
  list-style: none;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  background-color: #FFF;
  border: 0;
  max-height: 0;
  overflow: hidden;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
  -webkit-transition: all 300ms;
  transition: all 300ms;
}
.menuDroite:hover ul {
  max-height: 500px !important;
  border: 1px solid #CCC !important;
}
#topmenu ul li {
  display: block;
  width: 100%;
  font-size: 11px;
}
#topmenu > li a {
  text-decoration: none;
  height: 100%;
  width: 100%;
  display: block;
  float: left;
  font-weight: 400;
  color: black;
  z-index: 9999;
}
#topmenu ul li a {
  display: block;
  width: 100%;
  padding: 3px;
  color: #333;
  line-height: 25px;
  font-size: inherit;
  text-align: left;
  border-bottom: 1px solid transparent;
}
#fork {
  position: absolute;
  top: 0;
  right: 0;
  border: 0;
}
.centerSwitch {
  justify-content: center;
  display: inline-flex;
  width: 100%;
}
.flexSwitch,
.inactiveSwitch {
  display: inline-flex;
  float: left;
  margin-left: 15px;
}
.margin5px {
  margin-right: 5px;
}
.legend .title {
  display: block;
  margin: 0.5em;
  border-style: solid;
  border-width: 0 0 0 1em;
  padding: 0 0.3em;
  font-size: 10.5px;
}
.footerPageSelected {
  color: #332f2e !important;
  font-weight: bolder;
  font-size: 14px;
  margin-left: 2px;
  margin-right: 2px;
}
.footerPageUnselected {
  color: white !important;
  margin-left: 3px;
  margin-right: 3px;
}
.btnSaisiesEnRetard,
.btnSaisiesAttention,
.btnSaisiesRapide,
.btnAucuneSaisies {
  background: #e84c3d;
  background-image: -webkit-linear-gradient(top, #e84c3d, #d13426);
  background-image: -moz-linear-gradient(top, #e84c3d, #d13426);
  background-image: -ms-linear-gradient(top, #e84c3d, #d13426);
  background-image: -o-linear-gradient(top, #e84c3d, #d13426);
  background-image: linear-gradient(to bottom, #e84c3d, #d13426);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-family: Arial;
  color: #ffffff;
  font-size: 20px;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
  cursor: pointer;
  border: none;
}
.btnSaisiesEnRetard:hover {
  background: #d13426;
  background-image: -webkit-linear-gradient(top, #d13426, #e84c3d);
  background-image: -moz-linear-gradient(top, #d13426, #e84c3d);
  background-image: -ms-linear-gradient(top, #d13426, #e84c3d);
  background-image: -o-linear-gradient(top, #d13426, #e84c3d);
  background-image: linear-gradient(to bottom, #d13426, #e84c3d);
  text-decoration: none;
}
.btnSaisiesEnRetard:disabled {
  background-color: #646464;
  background-image: none;
  cursor: not-allowed;
}
.btnSaisiesAttention {
  background: #FCAF3B;
  background-image: -webkit-linear-gradient(top, #FCAF3B, #FF9900);
  background-image: -moz-linear-gradient(top, #FCAF3B, #FF9900);
  background-image: -ms-linear-gradient(top, #FCAF3B, #FF9900);
  background-image: -o-linear-gradient(top, #FCAF3B, #FF9900);
  background-image: linear-gradient(to bottom, #FCAF3B, #FF9900);
}
.btnSaisiesAttention:hover {
  background: #FF9900;
  background-image: -webkit-linear-gradient(top, #FF9900, #FCAF3B);
  background-image: -moz-linear-gradient(top, #FF9900, #FCAF3B);
  background-image: -ms-linear-gradient(top, #FF9900, #FCAF3B);
  background-image: -o-linear-gradient(top, #FF9900, #FCAF3B);
  background-image: linear-gradient(to bottom, #FF9900, #FCAF3B);
  text-decoration: none;
}
.btnSaisiesRapide {
  background: #61D861;
  background-image: -webkit-linear-gradient(top, #61D861, #33CC33);
  background-image: -moz-linear-gradient(top, #61D861, #33CC33);
  background-image: -ms-linear-gradient(top, #61D861, #33CC33);
  background-image: -o-linear-gradient(top, #61D861, #33CC33);
  background-image: linear-gradient(to bottom, #61D861, #33CC33);
}
.btnSaisiesRapide:hover {
  background: #33CC33;
  background-image: -webkit-linear-gradient(top, #33CC33, #61D861);
  background-image: -moz-linear-gradient(top, #33CC33, #61D861);
  background-image: -ms-linear-gradient(top, #33CC33, #61D861);
  background-image: -o-linear-gradient(top, #33CC33, #61D861);
  background-image: linear-gradient(to bottom, #33CC33, #61D861);
  text-decoration: none;
}
.btnAucuneSaisies {
  cursor: default;
  background: #E0E0E0;
  background-image: -webkit-linear-gradient(top, #E0E0E0, #C0C0C0);
  background-image: -moz-linear-gradient(top, #E0E0E0, #C0C0C0);
  background-image: -ms-linear-gradient(top, #E0E0E0, #C0C0C0);
  background-image: -o-linear-gradient(top, #E0E0E0, #C0C0C0);
  background-image: linear-gradient(to bottom, #E0E0E0, #C0C0C0);
  color: #000000;
}
.testValueEqual {
  color: blue;
}
.testValueDifferent {
  color: red;
}
.societeActivite {
  font-size: 17px;
  display: inline-block;
  width: 55%;
  text-align: center;
  vertical-align: middle;
}
.modalPopup {
  background-color: #FFFFFF;
  -moz-box-shadow: 1px 1px 12px #555;
  -webkit-box-shadow: 1px 1px 12px #555;
  box-shadow: 1px 1px 12px #555;
  padding: 0;
  top: 50% !important;
  left: 50% !important;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 750px;
}
.modalPopup.no-padding {
  padding: 0 !important;
}
.modalPopup.popup-inactif {
  height: 180px;
  width: 750px;
  padding: 0 !important;
}
.modalPopup.view {
  top: 2% !important;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.modalPopup .header {
  position: relative;
  background-color: #323232;
  height: 40px;
  color: White;
  line-height: 40px;
  text-align: center;
  font-weight: bold;
  padding: 5px 20px;
}
.modalPopup .popup-close,
.popup .popup-close {
  position: absolute;
  right: -12px;
  top: -16px;
}
.modalPopup article {
  padding: 15px;
  text-align: center;
}
.modalPopup .k-text {
  float: none;
}
.modalPopup .footer {
  padding: 10px;
  text-align: center;
}
.modalPopup.view .footer {
  text-align: right;
  padding-right: 30px;
}
.modalPopup .mask {
  margin-bottom: -15px;
}
.modalPopup .btn,
.popup .btn {
  border: 0;
  color: white;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding: 7px;
  font-size: 12px;
  display: inline-block;
  position: relative;
  cursor: pointer;
  -moz-transition-property: background-color;
  -o-transition-property: background-color;
  -webkit-transition-property: background-color;
  transition-property: background-color;
  -moz-transition-duration: 250ms;
  -o-transition-duration: 250ms;
  -webkit-transition-duration: 250ms;
  transition-duration: 250ms;
}
.modalPopup .btn.yes,
.popup .btn.yes {
  text-align: center;
  text-decoration: none;
  background-color: #0A9B4C;
}
.modalPopup .btn.yes:hover,
.popup .btn.yes:hover {
  background-color: #037637;
}
.modalPopup .btn.no,
.popup .btn.no {
  text-align: center;
  text-decoration: none;
  background-color: #e84c3d;
}
.modalPopup .btn.no:hover {
  background-color: #D32B1A;
}
.modalPopup .btn.grey {
  text-align: center;
  text-decoration: none;
  background-color: #808080;
}
.modalPopup .btn.grey:hover {
  background-color: #595959;
}
.modalPopup .elem {
  display: block;
  margin-bottom: 15px;
}
/** PdfViewer **/
.pdfViewerContainer {
  /*margin-left: auto; 
	margin-right: auto; 
	width: 900px; 
	position: relative*/
  overflow: auto;
  height: 700px;
}
/*.modalPopup.view .pdfViewerContainer {
	height: 100%;
}*/
.pdfViewerImage {
  /*max-width: 100%;
	max-height: 100%;*/
}
.barre_pdf {
  opacity: 0.2;
  border: 1px solid lightsteelblue;
  margin-bottom: 5px;
  margin-right: 5px;
  padding: 5px;
  position: fixed;
  bottom: 20px;
  left: 25px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background-color: #ecf8ff;
  z-index: 900;
}
.barre_pdf:hover {
  opacity: 0.9;
}
.pdfPageTotal {
  color: black;
  font-weight: bolder;
  vertical-align: super;
}
.pdfPageTextBox {
  max-width: 25px;
  font-weight: bolder;
  text-align: right;
  color: black;
  vertical-align: super;
}
.pdfPrevious {
  vertical-align: bottom;
}
.pdfNext {
  vertical-align: bottom;
}
.or-spacer {
  position: relative;
}
.or-spacer .mask {
  overflow: hidden;
  height: 20px;
}
.or-spacer .mask:after {
  content: '';
  display: block;
  margin: -25px auto 0;
  width: 100%;
  height: 25px;
  -moz-border-radius: 125px / 12px;
  -webkit-border-radius: 125px / 12px;
  border-radius: 125px / 12px;
  -moz-box-shadow: 0 0 8px black;
  -webkit-box-shadow: 0 0 8px black;
  box-shadow: 0 0 8px black;
}
.ph-button {
  border-style: solid;
  border-width: 0px 0px 3px;
  color: #FFFFFF;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  cursor: pointer;
  display: inline-block;
  font-style: normal;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  -moz-transition: all 200ms ease-in-out 0s;
  -o-transition: all 200ms ease-in-out 0s;
  -webkit-transition: all 200ms ease-in-out 0s;
  transition: all 200ms ease-in-out 0s;
  white-space: nowrap;
  font-family: "Gotham Rounded A", "Gotham Rounded B", Helvetica, Arial, sans-serif;
  font-weight: 700;
  padding: 10px 10px 10px;
  -moz-transition-property: background-color, border-color;
  -o-transition-property: background-color, border-color;
  -webkit-transition-property: background-color, border-color;
  transition-property: background-color, border-color;
}
.ph-button:disabled,
.aspNetDisabled.ph-button {
  background-color: #696969 !important;
  border-color: #4A4A4A !important;
  cursor: not-allowed;
}
.ph-button.valid {
  background-color: #06AE3B !important;
  border-color: #008826 !important;
}
.ph-button.valid:hover {
  background: none repeat scroll 0 0 #04CB5A !important;
  border-color: #02A110 !important;
}
.ph-button.error {
  background-color: #AE1506 !important;
  border-color: #880C00 !important;
}
.ph-button.error:hover {
  background: none repeat scroll 0 0 #CB1504 !important;
  border-color: #A11002 !important;
}
.ancien:enabled,
.ancien:active {
  background-image: url("/Images/icones/warn.png") !important;
  background-repeat: no-repeat !important;
  background-size: 15% !important;
  -moz-background-origin: content-box !important;
  -webkit-background-origin: content-box !important;
  background-origin: content-box !important;
  background-position: 100% !important;
}
/*.ancien:hover:enabled {
	background-image: url("/Images/icones/warn.png") !important;
}*/
.ph-normal {
  font-size: 20px;
  font-weight: normal;
}
.hidden {
  display: none;
}
.headerSearch {
  width: 100%;
  text-align: center;
  margin-bottom: 5px;
}
.bar {
  position: absolute;
  top: 50%;
  -moz-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  -o-transform: translate(0%, -50%);
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}
.bar.left {
  left: 0;
  margin-left: 5px;
}
.bar.right {
  right: 0;
  margin-right: 5px;
}
.central {
  margin: 0 auto;
}
@media (max-width: 1830px) {
  .bar {
    position: relative;
    bottom: auto;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    -webkit-transform: none;
    transform: none;
  }
  .bar.left {
    bottom: 0;
    position: absolute;
    -moz-transform: translate(0%, 25%);
    -ms-transform: translate(0%, 25%);
    -o-transform: translate(0%, 25%);
    -webkit-transform: translate(0%, 25%);
    transform: translate(0%, 25%);
  }
  .bar.right {
    float: right;
  }
  .central {
    margin: 0 auto;
    display: inline-flex !important;
  }
  .central div {
    margin-right: 15px;
  }
  .headerSearchContainer {
    display: table !important;
    margin: 0 auto !important;
    margin-bottom: 10px !important;
    text-align: center;
    width: 100%;
  }
}
.ajax__tab_default .ajax__tab_header {
  text-align: left;
}
.panelMinimizeOpen {
  -moz-transition-property: max-height;
  -o-transition-property: max-height;
  -webkit-transition-property: max-height;
  transition-property: max-height;
  -moz-transition-duration: 2s;
  -o-transition-duration: 2s;
  -webkit-transition-duration: 2s;
  transition-duration: 2s;
  -moz-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
}
.panelMinimizeClosed {
  -moz-transition-property: max-height;
  -o-transition-property: max-height;
  -webkit-transition-property: max-height;
  transition-property: max-height;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -moz-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
}
/****** Recherche globale ******/
.globalSearchPart {
  padding: 10px;
  margin-bottom: 25px;
}
.globalSearchPart-Title {
  font-size: 22px;
  display: block;
  margin-bottom: 15px;
}
.zIndex150000 {
  z-index: 150000 !important;
}
/**Graphe Container**/
.graphe_container {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
  background-color: #FFF;
  border: 1px solid #e9e9e9;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
}
.graphe_header {
  color: #767676;
  background-color: #f6f6f6;
  border-bottom: 1px solid #e9e9e9;
  -webkit-border-top-right-radius: 3px;
  border-top-right-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-top-left-radius: 3px;
  padding: 10px 15px;
  text-transform: uppercase;
  position: relative;
}
.disable {
  cursor: not-allowed;
  filter: invert(0.5);
  -webkit-filter: invert(0.5);
  -moz-filter: invert(0.5);
}
.commentbox {
  width: 230px;
  margin-top: 3px;
  margin-bottom: 3px;
  font-size: 11px;
  position: relative;
  font-family: 'Lucida Grande', Tahoma, Verdana, Arial, sans-serif;
  background-color: white;
  padding: 3px 11px;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid #c5c5c5;
  -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.25);
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.25);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.commentbox h2 {
  text-transform: uppercase;
  color: #666;
  font-size: 1.2em;
}
.commentbox h3 {
  text-transform: uppercase;
  color: #666;
  font-size: 1em;
  padding-bottom: 5px;
  margin-bottom: 12px;
  border-bottom: 1px solid #dcdbda;
  font-style: italic;
}
.commentbox p {
  font-size: 1.1em;
  color: #222;
}
.pdfBox {
  max-width: none !important;
}
.parentFullSize {
  overflow: hidden;
  position: relative;
}
.displayFlex {
  display: inline-flex;
}
/**  Progress bar **/
.divProgress {
  display: inline-block;
  width: 100%;
  position: fixed;
  top: 15px;
  z-index: 99999;
  text-align: center;
  right: 0px;
}
.divProgress div {
  display: inline-block;
  background-color: white;
}
/*** Custom Tabs ***/
.customtabs-container {
  display: table;
  table-layout: fixed;
  width: 100%;
  -webkit-box-shadow: 0 1px 3px 1px #CCC;
  -moz-box-shadow: 0 1px 3px 1px #CCC;
  box-shadow: 0 1px 3px 1px #CCC;
}
.customtabs-container a,
.customtabs-container a:active,
.customtabs-container a:visited {
  display: table-cell;
  text-decoration: none;
  color: #333;
  text-align: center;
  vertical-align: middle;
  border-right: 1px solid #DDD !important;
  -moz-transition: all 100ms;
  -o-transition: all 100ms;
  -webkit-transition: all 100ms;
  transition: all 100ms;
  border-top-width: 2px;
  border-top-style: solid;
  padding: 8px;
  color: #DD8080;
}
.customtabs-container a:hover,
.customtabs-container a.active-tab {
  border-top-width: 5px;
  font-weight: bold;
  /*color: #FFF !important;*/
}
@media screen and (max-width: 1530px) {
  .headerSearchContainer {
    display: flex !important;
    justify-content: center;
    align-items: center;
  }
  .barRight {
    float: right;
    margin-right: 5px !important;
    margin-top: 15px !important;
  }
  .barLeft {
    margin-left: 5px !important;
    float: left;
    margin-top: 15px !important;
  }
}
.facturation:before {
  margin-right: 2px;
}
.styled_grid_columnSearch {
  display: table;
  margin: auto;
}
.styled_grid_columnSearch > div {
  display: table-cell;
  vertical-align: middle;
  position: relative;
}
.styled_grid_columnSearch input[type='text'],
.styled_grid_columnSearch select {
  background-color: white;
  border-color: #ccc;
  border-width: 1px;
  border-style: solid;
  /*border-radius: 5px;*/
  height: 26px;
  padding: 2px;
  font-size: 12px;
}
.styled_grid_columnSearch select {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.styled_grid_columnSearch > div > input[type='text']:first-child {
  -webkit-border-top-left-radius: 5px;
  border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  border-top-right-radius: 5px;
}
.styled_grid_columnSearch > div > input[type='text']:last-child {
  -webkit-border-bottom-left-radius: 5px;
  border-bottom-left-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.styled_grid_columnSearch > div > input[type='text']:nth-child(3) {
  border-top: 0;
}
.styled_grid_columnSearch select {
  height: 25px;
}
.styled_grid_columnSearch .ms-drop ul > li {
  text-align: left;
}
.styled_grid_clearallfilters {
  color: #FFF;
  float: right;
  padding: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-transition: all 800ms ease-in-out;
  -o-transition: all 800ms ease-in-out;
  -webkit-transition: all 800ms ease-in-out;
  transition: all 800ms ease-in-out;
}
.styled_grid_clearallfilters:hover {
  -moz-transform: rotateZ(-360deg);
  -ms-transform: rotateZ(-360deg);
  -o-transform: rotateZ(-360deg);
  -webkit-transform: rotateZ(-360deg);
  transform: rotateZ(-360deg);
}
.w50perc {
  width: 50%;
}
.popup {
  position: fixed;
  z-index: 11000001;
  left: 681.5px;
  top: 285px;
  margin: 70px auto;
  padding: 20px;
  background: #fff;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  width: 30%;
  -moz-transition: all 5s ease-in-out;
  -o-transition: all 5s ease-in-out;
  -webkit-transition: all 5s ease-in-out;
  transition: all 5s ease-in-out;
  top: 50% !important;
  left: 50% !important;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.puCde-pricetopreduction span {
  font-size: 66%;
  font-weight: bold;
}
/*** Tuiles ***/
.tile,
.tile:active,
.tile:visited {
  position: relative;
  display: block;
  height: 140px;
  width: 225px;
  margin: 10px;
  float: left;
  padding: 2px;
  border-radius: 4px;
  text-decoration: none;
  color: #FFF;
  transition: all 200ms;
}
.tblack,
.tblack:active,
.tblack:visited {
  background-color: #222;
}
.tile.tblack:hover {
  background-color: #000;
}
.tile-icone {
  text-align: center;
  font-size: 46px;
  height: 50%;
}
.tile-title {
  text-align: center;
  font-size: 18px;
  height: 50%;
  padding: 0 8px;
}
.modal-popup-webshop {
  background-color: #FFFFFF;
  -moz-box-shadow: 1px 1px 12px #555;
  -webkit-box-shadow: 1px 1px 12px #555;
  box-shadow: 1px 1px 12px #555;
  padding: 0;
  top: 50% !important;
  left: 50% !important;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 750px;
  padding: 5px;
  width: 35vw;
  min-height: 256px;
}
.modal-popup-webshop .popup-close {
  position: absolute;
  right: -12px;
  top: -16px;
}
.modal-popup-webshop div {
  margin: 15px;
}
.modal-popup-webshop .popup-wrapper {
  height: 100%;
  display: flex;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.modal-popup-webshop .popup-wrapper .header {
  font-weight: bold;
}
.modal-popup-webshop .popup-wrapper .error {
  color: red;
}
.modal-popup-webshop .popup-wrapper .separator {
  height: 100%;
}
.footer-fraisDePort li {
  width: 48%;
}
.footer-fraisDePort li img {
  height: 12px;
}
.footer-fraisDePort li span {
  font-size: 10px !important;
}
.footer-fraisDePort li:first-child {
  float: left;
}
.footer-fraisDePort li:last-child {
  float: right;
}
.univers-list {
  display: flex;
  flex-flow: row wrap;
  align-items: flex-end;
  justify-content: space-around;
}
.univers-list-item-accueil {
  position: relative;
  margin: 10px 35px 10px 35px;
  border-radius: 5px;
  background-color: white;
  padding: 5px;
  text-align: center;
  box-shadow: 1px 1px 12px #555;
}
.univers-list-item-main {
  position: relative;
  margin: 10px 15px 10px 15px;
  border-radius: 5px;
  background-color: white;
  padding: 5px;
  text-align: center;
  box-shadow: 1px 1px 12px #555;
}
.univers-image-accueil {
  width: 150px;
}
.univers-image-main {
  width: 82px;
}
.choix-univers-title {
  text-align: center;
  font-size: 25px;
  margin: 20px;
}
.modifier-mdp-title {
  text-align: center;
  font-size: 26px;
  margin: 20px;
}
.menu-univers {
  position: absolute;
  z-index: 9999;
  top: 60px;
  width: 1000px;
  margin: 0;
  padding: 0;
  border-radius: 2px;
  background-color: #FFF;
  border: 0;
  max-height: 0;
  overflow: hidden;
  transition: all 300ms;
  box-shadow: 0px 7px 7px #555;
}
.btnunivers-menu:hover .menu-univers {
  max-height: 500px !important;
  border: 1px solid #CCC !important;
}
.menu-univers-label {
  text-align: center;
  font-size: 26px;
}
.universtuile-footer {
  display: flex;
  justify-content: space-between;
  border-top: solid 1px;
  align-items: center;
}
.universtuile-footer a {
  display: flex;
  margin: 3px;
}
.universtuile-footer img {
  height: 32px;
}
.btnCatalogue {
  position: absolute;
  right: 5px;
  top: 5px;
  z-index: 1;
  color: black;
}
.btnUnivers {
  display: block;
}
.btnValiderBonPrescription {
  font-size: 35px;
  font-weight: bold;
}
.inputBonPrescription {
  width: 420px;
  height: 60px;
  font-size: 50px;
}
.divBonPrescription {
  display: flex;
  justify-content: center;
}
.sc-row {
  text-align: left;
  margin: 10px;
  display: flex;
}
.sc-row-important {
  text-align: left;
  margin: 10px;
  display: flex;
  color: red;
}
.sc-col {
  flex: 1;
  padding: 5px 0px 5px 5px;
}
/* Vue 360 monture */
.cloudimage-360 .cloudimage-360-prev,
.cloudimage-360 .cloudimage-360-next {
  padding: 8px;
  background: rgba(255, 255, 255, 0.5);
  border: none;
  border-radius: 4px;
}
.cloudimage-360 .cloudimage-360-prev:focus,
.cloudimage-360 .cloudimage-360-next:focus {
  outline: none;
}
.cloudimage-360 .cloudimage-360-prev {
  display: none;
  position: absolute;
  z-index: 100;
  top: calc(50% - 15px);
  left: 20px;
}
.cloudimage-360 .cloudimage-360-next {
  display: none;
  position: absolute;
  z-index: 100;
  top: calc(50% - 15px);
  right: 20px;
}
.cloudimage-360 .cloudimage-360-prev:before,
.cloudimage-360 .cloudimage-360-next:before {
  content: '';
  display: block;
  width: 30px;
  height: 30px;
  background: 50% 50% / cover no-repeat;
}
.cloudimage-360 .cloudimage-360-prev:before {
  background-image: url('https://cdn.scaleflex.it/plugins/js-cloudimage-360-view/assets/img/arrow-left.svg');
}
.cloudimage-360 .cloudimage-360-next:before {
  background-image: url('https://cdn.scaleflex.it/plugins/js-cloudimage-360-view/assets/img/arrow-right.svg');
}
.cloudimage-360 .cloudimage-360-prev.not-active,
.cloudimage-360 .cloudimage-360-next.not-active {
  opacity: 0.4;
  cursor: default;
}
.btn-vue3D {
  width: 40px;
  position: absolute;
  right: 80px;
  background-color: black;
  height: 40px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 5px;
}
.hidden-force {
  display: none !important;
}
.design-image-button {
  width: 280px;
  height: 280px;
  box-shadow: 0px 5px 10px 0px #808080;
}
.asterisk-message {
  color: red;
  font-size: 15px;
}
div.button-import-export {
  display: flex;
}
.btn-dropdownlist-label {
  border-radius: 5px 0px 0px 5px;
  width: 200px;
  height: 30px;
  background-color: black;
}
.btn-dropdownlist-arrow {
  border-radius: 0px 5px 5px 0px !important;
  background-color: black;
}
.btn-dropdownlist-items {
  display: none;
  position: absolute;
  left: 200px;
  padding: 5px;
  border: 1px solid black;
  background-color: white;
  margin: 30px 0px 0px 20px;
}
.btn-dropdownlist-items--show {
  display: block;
  z-index: 11;
}
.imgFromButton {
  max-width: 8%;
  display: block;
}
.btnNotification {
  background-color: #2f5e7f;
  max-width: 100%;
  display: flex;
  flex-direction: row;
  max-height: 10%;
  justify-content: flex-start;
  gap: 2%;
  margin-top: 5%;
  margin-bottom: 5%;
  border-radius: 10px;
  align-items: center;
  transition: 0.5s;
  padding-bottom: 1%;
  padding-top: 1%;
  padding-right: 2%;
  padding-left: 2%;
}
.btnNotification.disabled {
  background-color: dimgrey;
  max-width: 100%;
  display: flex;
  flex-direction: row;
  max-height: 10%;
  justify-content: flex-start;
  gap: 2%;
  margin-top: 5%;
  margin-bottom: 2px;
  border-radius: 10px;
  align-items: center;
  padding-bottom: 1%;
  padding-top: 1%;
  padding-left: 2%;
  padding-right: 2%;
}
.btnNotification.relative {
  background-color: #2f5e7f;
  max-width: 100%;
  display: flex;
  flex-direction: row;
  max-height: 10%;
  justify-content: flex-start;
  gap: 2%;
  border-radius: 10px;
  align-items: center;
  transition: 0.5s;
  padding-bottom: 1%;
  padding-top: 1%;
  padding-right: 2%;
  padding-left: 2%;
  position: relative;
  z-index: 2;
}
.btnNotification.disabled.relative {
  background-color: dimgrey;
  max-width: 100%;
  display: flex;
  flex-direction: row;
  max-height: 10%;
  justify-content: flex-start;
  gap: 2%;
  margin-top: 5%;
  margin-bottom: 2px;
  border-radius: 10px;
  align-items: center;
  padding-bottom: 1%;
  padding-top: 1%;
  padding-left: 2%;
  padding-right: 2%;
  position: relative;
  z-index: 2;
  font-size: 10px;
  bottom: 6px;
}
.btnNotification:hover {
  background-color: #5087b6;
}
.btnNotification.disabled:hover {
  background-color: dimgray;
  color: inherit;
}
.notificationText {
  color: whitesmoke;
}
.lens-tile.disabled {
  border: 2px solid;
  background-color: silver;
}
.disabled.img {
  filter: grayscale(100%);
}
.notificationTextShield {
  text-align: center;
  width: 100%;
  color: whitesmoke;
}
.imgFromButtonShield {
  max-width: 10%;
}
.btnNotificationShield {
  padding: 3%;
  transition: 0.5s;
  align-items: center;
  background-color: #2f5e7f;
  border-radius: 10px;
  display: flex;
}
.btnNotificationShield.disabled {
  background-color: dimgrey;
  padding: 3%;
  transition: 0.5s;
  align-items: center;
  border-radius: 10px;
  display: flex;
}